/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker tr.week:hover,
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker tr.week:hover:hover,
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker tr.week.active,
.datepicker tr.week.active:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker tr.week.active:hover,
.datepicker tr.week.active:hover:hover,
.datepicker tr.week.active:active,
.datepicker tr.week.active:hover:active,
.datepicker tr.week.active.active,
.datepicker tr.week.active:hover.active,
.datepicker tr.week.active.disabled,
.datepicker tr.week.active:hover.disabled,
.datepicker tr.week.active[disabled],
.datepicker tr.week.active:hover[disabled] {
  background-color: #0044cc;
}
.datepicker tr.week.active:active,
.datepicker tr.week.active:hover:active,
.datepicker tr.week.active.active,
.datepicker tr.week.active:hover.active {
  background-color: #003399 \9;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
}
.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 4px 5px;
}
/*
Version: 3.5.4 Timestamp: Sun Aug 30 13:30:32 EDT 2015
*/
/* line 5, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 12, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}

/* line 26, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

/* line 57, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}

/* line 61, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

/* line 73, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

/* line 77, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}

/* line 89, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}

/* line 94, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) right top no-repeat;
  cursor: pointer;
  outline: 0;
}

/* line 111, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

/* line 115, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

/* line 120, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 138, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

/* line 156, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

/* line 167, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}

/* line 172, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}

/* line 176, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

/* line 181, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
  background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

/* line 202, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}

/* line 211, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 0 1px;
}

/* line 218, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}

/* line 222, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding: 4px 4px 0 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

/* line 235, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px;
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

/* line 259, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat -37px -22px;
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

/* line 269, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-search input.select2-active {
  background: #fff url(/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%;
  background: url(/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url(/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

/* line 277, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 286, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

/* line 302, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

/* line 314, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}

/* line 319, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}

/* line 323, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

/* line 327, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}

/* line 331, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* results */
/* line 343, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: transparent;
}

/* line 353, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}

/* line 358, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

/* line 363, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

/* line 369, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

/* line 373, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 387, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}

/* line 388, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}

/* line 389, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}

/* line 390, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}

/* line 391, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}

/* line 392, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}

/* line 393, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}

/* line 395, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}

/* line 400, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results li em {
  background: #feffde;
  font-style: normal;
}

/* line 405, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-highlighted em {
  background: transparent;
}

/* line 409, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

/* line 414, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
/* line 426, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

/* line 432, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

/* line 438, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-selected {
  display: none;
}

/* line 442, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-more-results.select2-active {
  background: #f4f4f4 url(/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%;
}

/* line 446, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}

/* line 450, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
/* line 457, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

/* line 464, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

/* line 470, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */
/* line 477, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

/* line 495, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}

/* line 499, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

/* line 503, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices {
  min-height: 26px;
}

/* line 507, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 514, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

/* line 518, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}

/* line 522, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 528, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}

/* line 542, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url(/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100% !important;
}

/* line 546, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-default {
  color: #999 !important;
}

/* line 550, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}

/* line 580, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}

/* line 585, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

/* line 588, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

/* line 592, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) right top no-repeat;
}

/* line 604, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}

/* line 609, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

/* line 613, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}

/* line 618, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

/* line 621, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */
/* line 626, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

/* line 633, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}

/* line 640, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

/* end multiselect */
/* line 646, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

/* line 651, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

/* line 665, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-display-none {
  display: none;
}

/* line 669, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  /* line 681, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url(/assets/select2x2-6fe28d687dc0ed4d96016238c608ba1e7198c9c9accfa0b360b78018b9fb9bc2.png) !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }

  /* line 690, /usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
.uppy-Root{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;color:#333;font-family:-apple-system,blinkmacsystemfont,Segoe UI,helvetica,arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;line-height:1;position:relative;text-align:left}.uppy-Root[dir=rtl],[dir=rtl] .uppy-Root{text-align:right}.uppy-Root *,.uppy-Root :after,.uppy-Root :before{box-sizing:inherit}.uppy-Root [hidden]{display:none}.uppy-u-reset{-webkit-appearance:none;-webkit-backface-visibility:visible;backface-visibility:visible;background:none;border:none;border-collapse:initial;border-image:none;border-radius:0;border-spacing:0;box-shadow:none;clear:none;color:inherit;cursor:auto;display:inline;empty-cells:show;float:none;font-family:inherit;font-size:inherit;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:400;-webkit-hyphens:none;hyphens:none;left:auto;letter-spacing:normal;line-height:1;list-style:none;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;opacity:1;outline:medium none invert;overflow:visible;overflow-x:visible;overflow-y:visible;padding:0;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;top:auto;transform:none;transform-origin:initial;transform-style:flat;transition:none 0s ease 0s;unicode-bidi:normal;vertical-align:initial;visibility:visible;white-space:normal;z-index:auto}[dir=rtl] .uppy-u-reset{text-align:right}.uppy-c-textInput{background-color:#fff;border:1px solid #ddd;border-radius:4px;font-size:14px;line-height:1.5;padding:6px 8px}.uppy-size--md .uppy-c-textInput{padding:8px 10px}.uppy-c-textInput:focus{border-color:#2275d799;box-shadow:0 0 0 3px #2275d726;outline:none}[data-uppy-theme=dark] .uppy-c-textInput{background-color:#333;border-color:#333;color:#eaeaea}[data-uppy-theme=dark] .uppy-c-textInput:focus{border-color:#525252;box-shadow:none}.uppy-c-icon{fill:currentColor;display:inline-block;max-height:100%;max-width:100%;overflow:hidden}.uppy-c-btn{display:inline-block;font-family:inherit;font-size:16px;font-weight:500;line-height:1;transition-duration:.3s;transition-property:background-color,color;-webkit-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.uppy-c-btn,[dir=rtl] .uppy-c-btn{text-align:center}.uppy-c-btn:not(:disabled):not(.disabled){cursor:pointer}.uppy-c-btn::-moz-focus-inner{border:0}.uppy-c-btn-primary{background-color:#2275d7;border-radius:4px;color:#fff;font-size:14px;padding:10px 18px}.uppy-c-btn-primary:hover{background-color:#1b5dab}.uppy-c-btn-primary:focus{box-shadow:0 0 0 3px #2275d766;outline:none}.uppy-size--md .uppy-c-btn-primary{padding:13px 22px}[data-uppy-theme=dark] .uppy-c-btn-primary{color:#eaeaea}[data-uppy-theme=dark] .uppy-c-btn-primary:focus{outline:none}[data-uppy-theme=dark] .uppy-c-btn-primary::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-c-btn-primary:focus{box-shadow:0 0 0 2px #aae1ffd9}.uppy-c-btn-link{background-color:initial;border-radius:4px;color:#525252;font-size:14px;line-height:1;padding:10px 15px}.uppy-c-btn-link:hover{color:#333}.uppy-c-btn-link:focus{box-shadow:0 0 0 3px #2275d740;outline:none}.uppy-size--md .uppy-c-btn-link{padding:13px 18px}[data-uppy-theme=dark] .uppy-c-btn-link{color:#eaeaea}[data-uppy-theme=dark] .uppy-c-btn-link:focus{outline:none}[data-uppy-theme=dark] .uppy-c-btn-link::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-c-btn-link:focus{box-shadow:0 0 0 2px #aae1ffd9}[data-uppy-theme=dark] .uppy-c-btn-link:hover{color:#939393}.uppy-c-btn--small{border-radius:2px;font-size:.9em;padding:7px 16px}.uppy-size--md .uppy-c-btn--small{border-radius:2px;padding:8px 10px}.uppy-Informer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1005}.uppy-Informer span>div{margin-bottom:6px}.uppy-Informer-animated{opacity:0;transform:translateY(350%);transition:all .3s ease-in;z-index:-1000}.uppy-Informer p{background-color:#757575;border-radius:18px;color:#fff;display:inline-block;font-size:12px;font-weight:400;line-height:1.4;margin:0;max-width:90%;padding:6px 15px}.uppy-size--md .uppy-Informer p{font-size:14px;line-height:1.3;max-width:500px;padding:10px 20px}[data-uppy-theme=dark] .uppy-Informer p{background-color:#333}[dir=ltr] .uppy-Informer p span{left:3px}[dir=rtl] .uppy-Informer p span{right:3px}[dir=ltr] .uppy-Informer p span{margin-left:-1px}[dir=rtl] .uppy-Informer p span{margin-right:-1px}.uppy-Informer p span{background-color:#fff;border-radius:50%;color:#525252;display:inline-block;font-size:10px;height:13px;line-height:12px;position:relative;top:-1px;vertical-align:middle;width:13px}.uppy-Informer p span:hover{cursor:help}.uppy-Informer p span:after{word-wrap:break-word;line-height:1.3}.uppy-Root [aria-label][role~=tooltip]{position:relative}.uppy-Root [aria-label][role~=tooltip]:after,.uppy-Root [aria-label][role~=tooltip]:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;opacity:0;pointer-events:none;position:absolute;transform:translateZ(0);transform-origin:top;transition:all var(--microtip-transition-duration,.18s) var(--microtip-transition-easing,ease-in-out) var(--microtip-transition-delay,0s);will-change:transform;z-index:10}.uppy-Root [aria-label][role~=tooltip]:before{background-size:100% auto!important;content:""}.uppy-Root [aria-label][role~=tooltip]:after{background:#111111e6;border-radius:4px;box-sizing:initial;color:#fff;content:attr(aria-label);font-size:var(--microtip-font-size,13px);font-weight:var(--microtip-font-weight,normal);padding:.5em 1em;text-transform:var(--microtip-text-transform,none);white-space:nowrap}.uppy-Root [aria-label][role~=tooltip]:focus:after,.uppy-Root [aria-label][role~=tooltip]:focus:before,.uppy-Root [aria-label][role~=tooltip]:hover:after,.uppy-Root [aria-label][role~=tooltip]:hover:before{opacity:1;pointer-events:auto}.uppy-Root [role~=tooltip][data-microtip-position|=top]:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M2.658 0h32.004c-6 0-11.627 12.002-16.002 12.002C14.285 12.002 8.594 0 2.658 0Z'/%3E%3C/svg%3E") no-repeat;bottom:100%;height:6px;left:50%;margin-bottom:5px;transform:translate3d(-50%,0,0);width:18px}.uppy-Root [role~=tooltip][data-microtip-position|=top]:after{bottom:100%;left:50%;margin-bottom:11px;transform:translate3d(-50%,0,0)}.uppy-Root [role~=tooltip][data-microtip-position=top]:hover:after,.uppy-Root [role~=tooltip][data-microtip-position|=top]:hover:before{transform:translate3d(-50%,-5px,0)}.uppy-Root [role~=tooltip][data-microtip-position=top-left]:after{bottom:100%;transform:translate3d(calc(-100% + 16px),0,0)}.uppy-Root [role~=tooltip][data-microtip-position=top-left]:hover:after{transform:translate3d(calc(-100% + 16px),-5px,0)}.uppy-Root [role~=tooltip][data-microtip-position=top-right]:after{bottom:100%;transform:translate3d(-16px,0,0)}.uppy-Root [role~=tooltip][data-microtip-position=top-right]:hover:after{transform:translate3d(-16px,-5px,0)}.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='12'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M33.342 12H1.338c6 0 11.627-12.002 16.002-12.002C21.715-.002 27.406 12 33.342 12Z'/%3E%3C/svg%3E") no-repeat;bottom:auto;height:6px;left:50%;margin-bottom:0;margin-top:5px;top:100%;transform:translate3d(-50%,-10px,0);width:18px}.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:after{left:50%;margin-top:11px;top:100%;transform:translate3d(-50%,-10px,0)}.uppy-Root [role~=tooltip][data-microtip-position=bottom]:hover:after,.uppy-Root [role~=tooltip][data-microtip-position|=bottom]:hover:before{transform:translate3d(-50%,0,0)}.uppy-Root [role~=tooltip][data-microtip-position=bottom-left]:after{top:100%;transform:translate3d(calc(-100% + 16px),-10px,0)}.uppy-Root [role~=tooltip][data-microtip-position=bottom-left]:hover:after{transform:translate3d(calc(-100% + 16px),0,0)}.uppy-Root [role~=tooltip][data-microtip-position=bottom-right]:after{top:100%;transform:translate3d(-16px,-10px,0)}.uppy-Root [role~=tooltip][data-microtip-position=bottom-right]:hover:after{transform:translate3d(-16px,0,0)}.uppy-Root [role~=tooltip][data-microtip-position=left]:after,.uppy-Root [role~=tooltip][data-microtip-position=left]:before{bottom:auto;left:auto;right:100%;top:50%;transform:translate3d(10px,-50%,0)}.uppy-Root [role~=tooltip][data-microtip-position=left]:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M0 33.342V1.338c0 6 12.002 11.627 12.002 16.002C12.002 21.715 0 27.406 0 33.342Z'/%3E%3C/svg%3E") no-repeat;height:18px;margin-bottom:0;margin-right:5px;width:6px}.uppy-Root [role~=tooltip][data-microtip-position=left]:after{margin-right:11px}.uppy-Root [role~=tooltip][data-microtip-position=left]:hover:after,.uppy-Root [role~=tooltip][data-microtip-position=left]:hover:before{transform:translate3d(0,-50%,0)}.uppy-Root [role~=tooltip][data-microtip-position=right]:after,.uppy-Root [role~=tooltip][data-microtip-position=right]:before{bottom:auto;left:100%;top:50%;transform:translate3d(-10px,-50%,0)}.uppy-Root [role~=tooltip][data-microtip-position=right]:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='36'%3E%3Cpath fill='rgba(17, 17, 17, 0.9)' d='M12 2.658v32.004c0-6-12.002-11.627-12.002-16.002C-.002 14.285 12 8.594 12 2.658Z'/%3E%3C/svg%3E") no-repeat;height:18px;margin-bottom:0;margin-left:5px;width:6px}.uppy-Root [role~=tooltip][data-microtip-position=right]:after{margin-left:11px}.uppy-Root [role~=tooltip][data-microtip-position=right]:hover:after,.uppy-Root [role~=tooltip][data-microtip-position=right]:hover:before{transform:translate3d(0,-50%,0)}.uppy-Root [role~=tooltip][data-microtip-size=small]:after{white-space:normal;width:80px}.uppy-Root [role~=tooltip][data-microtip-size=medium]:after{white-space:normal;width:150px}.uppy-Root [role~=tooltip][data-microtip-size=large]:after{white-space:normal;width:260px}.uppy-StatusBar{background-color:#fff;color:#fff;display:flex;font-size:12px;font-weight:400;height:46px;line-height:40px;position:relative;transition:height .2s;z-index:1001}[data-uppy-theme=dark] .uppy-StatusBar{background-color:#1f1f1f}.uppy-StatusBar:before{background-color:#eaeaea;bottom:0;content:"";height:2px;left:0;position:absolute;right:0;top:0;width:100%}[data-uppy-theme=dark] .uppy-StatusBar:before{background-color:#757575}.uppy-StatusBar[aria-hidden=true]{height:0;overflow-y:hidden}.uppy-StatusBar.is-complete .uppy-StatusBar-progress{background-color:#1bb240}.uppy-StatusBar.is-error .uppy-StatusBar-progress{background-color:#e32437}.uppy-StatusBar.is-complete .uppy-StatusBar-statusIndicator{color:#1bb240}.uppy-StatusBar.is-error .uppy-StatusBar-statusIndicator{color:#e32437}.uppy-StatusBar:not([aria-hidden=true]).is-waiting{background-color:#fff;border-top:1px solid #eaeaea;height:65px}[data-uppy-theme=dark] .uppy-StatusBar:not([aria-hidden=true]).is-waiting{background-color:#1f1f1f;border-top:1px solid #333}.uppy-StatusBar-progress{background-color:#2275d7;height:2px;position:absolute;transition:background-color,width .3s ease-out;z-index:1001}.uppy-StatusBar-progress.is-indeterminate{animation:uppy-StatusBar-ProgressStripes 1s linear infinite;background-image:linear-gradient(45deg, rgba(0,0,0,0) 25%,rgba(0, 0, 0, 0) 0,rgba(0, 0, 0, 0) 50%,rgba(0, 0, 0, 0) 0,rgba(0, 0, 0, 0) 75%rgba(0, 0, 0, 0) 0,rgba(0, 0, 0, 0));background-size:64px 64px}@keyframes uppy-StatusBar-ProgressStripes{0%{background-position:0 0}to{background-position:64px 0}}.uppy-StatusBar.is-postprocessing .uppy-StatusBar-progress,.uppy-StatusBar.is-preprocessing .uppy-StatusBar-progress{background-color:#f6a623}.uppy-StatusBar.is-waiting .uppy-StatusBar-progress{display:none}[dir=ltr] .uppy-StatusBar-content{padding-left:10px}[dir=rtl] .uppy-StatusBar-content{padding-right:10px}.uppy-StatusBar-content{align-items:center;color:#333;display:flex;height:100%;position:relative;text-overflow:ellipsis;white-space:nowrap;z-index:1002}[dir=ltr] .uppy-size--md .uppy-StatusBar-content{padding-left:15px}[dir=rtl] .uppy-size--md .uppy-StatusBar-content{padding-right:15px}[data-uppy-theme=dark] .uppy-StatusBar-content{color:#eaeaea}[dir=ltr] .uppy-StatusBar-status{padding-right:.3em}[dir=rtl] .uppy-StatusBar-status{padding-left:.3em}.uppy-StatusBar-status{display:flex;flex-direction:column;font-weight:400;justify-content:center;line-height:1.4}.uppy-StatusBar-statusPrimary{display:flex;font-weight:500;line-height:1}.uppy-StatusBar-statusPrimary button.uppy-StatusBar-details{margin-left:5px}[data-uppy-theme=dark] .uppy-StatusBar-statusPrimary{color:#eaeaea}.uppy-StatusBar-statusSecondary{color:#757575;display:inline-block;font-size:11px;line-height:1.2;margin-top:1px;white-space:nowrap}[data-uppy-theme=dark] .uppy-StatusBar-statusSecondary{color:#bbb}[dir=ltr] .uppy-StatusBar-statusSecondaryHint{margin-right:5px}[dir=rtl] .uppy-StatusBar-statusSecondaryHint{margin-left:5px}.uppy-StatusBar-statusSecondaryHint{display:inline-block;line-height:1;vertical-align:middle}[dir=ltr] .uppy-size--md .uppy-StatusBar-statusSecondaryHint{margin-right:8px}[dir=rtl] .uppy-size--md .uppy-StatusBar-statusSecondaryHint{margin-left:8px}[dir=ltr] .uppy-StatusBar-statusIndicator{margin-right:7px}[dir=rtl] .uppy-StatusBar-statusIndicator{margin-left:7px}.uppy-StatusBar-statusIndicator{color:#525252;position:relative;top:1px}.uppy-StatusBar-statusIndicator svg{vertical-align:text-bottom}[dir=ltr] .uppy-StatusBar-actions{right:10px}[dir=rtl] .uppy-StatusBar-actions{left:10px}.uppy-StatusBar-actions{align-items:center;bottom:0;display:flex;position:absolute;top:0;z-index:1004}.uppy-StatusBar.is-waiting .uppy-StatusBar-actions{background-color:#fafafa;height:100%;padding:0 15px;position:static;width:100%}[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actions{background-color:#1f1f1f}.uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts{flex-direction:column;height:90px}.uppy-size--md .uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts{flex-direction:row;height:65px}.uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts .uppy-StatusBar-actions{flex-direction:column;justify-content:center}.uppy-size--md .uppy-StatusBar:not([aria-hidden=true]).is-waiting.has-ghosts .uppy-StatusBar-actions{flex-direction:row;justify-content:normal}.uppy-StatusBar-actionCircleBtn{cursor:pointer;line-height:1;margin:3px;opacity:.9}.uppy-StatusBar-actionCircleBtn:focus{outline:none}.uppy-StatusBar-actionCircleBtn::-moz-focus-inner{border:0}.uppy-StatusBar-actionCircleBtn:focus{box-shadow:0 0 0 3px #2275d780}[data-uppy-theme=dark] .uppy-StatusBar-actionCircleBtn:focus{outline:none}[data-uppy-theme=dark] .uppy-StatusBar-actionCircleBtn::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-StatusBar-actionCircleBtn:focus{box-shadow:0 0 0 2px #aae1ffd9}.uppy-StatusBar-actionCircleBtn:hover{opacity:1}.uppy-StatusBar-actionCircleBtn:focus{border-radius:50%}.uppy-StatusBar-actionCircleBtn svg{vertical-align:bottom}.uppy-StatusBar-actionBtn{color:#2275d7;display:inline-block;font-size:10px;line-height:inherit;vertical-align:middle}.uppy-size--md .uppy-StatusBar-actionBtn{font-size:11px}.uppy-StatusBar-actionBtn--disabled{opacity:.4}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--disabled{opacity:.7}[dir=ltr] .uppy-StatusBar-actionBtn--retry{margin-right:6px}[dir=rtl] .uppy-StatusBar-actionBtn--retry{margin-left:6px}.uppy-StatusBar-actionBtn--retry{background-color:#ff4b23;border-radius:8px;color:#fff;height:16px;line-height:1;padding:1px 6px 3px 18px;position:relative}.uppy-StatusBar-actionBtn--retry:focus{outline:none}.uppy-StatusBar-actionBtn--retry::-moz-focus-inner{border:0}.uppy-StatusBar-actionBtn--retry:focus{box-shadow:0 0 0 3px #2275d780}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--retry:focus{outline:none}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--retry::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--retry:focus{box-shadow:0 0 0 2px #aae1ffd9}.uppy-StatusBar-actionBtn--retry:hover{background-color:#f92d00}[dir=ltr] .uppy-StatusBar-actionBtn--retry svg{left:6px}[dir=rtl] .uppy-StatusBar-actionBtn--retry svg{right:6px}.uppy-StatusBar-actionBtn--retry svg{position:absolute;top:3px}.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload{background-color:#1bb240;color:#fff;font-size:14px;line-height:1;padding:15px 10px;width:100%}.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload:hover{background-color:#189c38}[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload{background-color:#1c8b37}[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload:hover{background-color:#18762f}.uppy-size--md .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload{padding:13px 22px;width:auto}.uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload.uppy-StatusBar-actionBtn--disabled:hover{background-color:#1bb240;cursor:not-allowed}[data-uppy-theme=dark] .uppy-StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload.uppy-StatusBar-actionBtn--disabled:hover{background-color:#1c8b37}.uppy-StatusBar:not(.is-waiting) .uppy-StatusBar-actionBtn--upload{background-color:initial;color:#2275d7}[dir=ltr] .uppy-StatusBar-actionBtn--uploadNewlyAdded{padding-right:3px}[dir=ltr] .uppy-StatusBar-actionBtn--uploadNewlyAdded,[dir=rtl] .uppy-StatusBar-actionBtn--uploadNewlyAdded{padding-left:3px}[dir=rtl] .uppy-StatusBar-actionBtn--uploadNewlyAdded{padding-right:3px}.uppy-StatusBar-actionBtn--uploadNewlyAdded{border-radius:3px;padding-bottom:1px}.uppy-StatusBar-actionBtn--uploadNewlyAdded:focus{outline:none}.uppy-StatusBar-actionBtn--uploadNewlyAdded::-moz-focus-inner{border:0}.uppy-StatusBar-actionBtn--uploadNewlyAdded:focus{box-shadow:0 0 0 3px #2275d780}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--uploadNewlyAdded:focus{outline:none}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--uploadNewlyAdded::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--uploadNewlyAdded:focus{box-shadow:0 0 0 2px #aae1ffd9}.uppy-StatusBar-actionBtn--done{border-radius:3px;line-height:1;padding:7px 8px}.uppy-StatusBar-actionBtn--done:focus{outline:none}.uppy-StatusBar-actionBtn--done::-moz-focus-inner{border:0}.uppy-StatusBar-actionBtn--done:hover{color:#1b5dab}.uppy-StatusBar-actionBtn--done:focus{background-color:#eceef2}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--done:focus{background-color:#333}[data-uppy-theme=dark] .uppy-StatusBar-actionBtn--done{color:#02baf2}.uppy-size--md .uppy-StatusBar-actionBtn--done{font-size:14px}.uppy-StatusBar-serviceMsg{color:#000;font-size:11px;line-height:1.1;padding-left:10px}.uppy-size--md .uppy-StatusBar-serviceMsg{font-size:14px;padding-left:15px}[data-uppy-theme=dark] .uppy-StatusBar-serviceMsg{color:#eaeaea}.uppy-StatusBar-serviceMsg-ghostsIcon{left:6px;opacity:.5;position:relative;top:2px;vertical-align:text-bottom;width:10px}.uppy-size--md .uppy-StatusBar-serviceMsg-ghostsIcon{left:10px;top:1px;width:15px}[dir=ltr] .uppy-StatusBar-details{left:2px}[dir=rtl] .uppy-StatusBar-details{right:2px}.uppy-StatusBar-details{-webkit-appearance:none;appearance:none;background-color:#939393;border-radius:50%;color:#fff;cursor:help;display:inline-block;font-size:10px;font-weight:600;height:13px;line-height:12px;position:relative;text-align:center;top:0;vertical-align:middle;width:13px}.uppy-StatusBar-details:after{word-wrap:break-word;line-height:1.3}[dir=ltr] .uppy-StatusBar-spinner{margin-right:10px}[dir=rtl] .uppy-StatusBar-spinner{margin-left:10px}.uppy-StatusBar-spinner{fill:#2275d7;animation-duration:1s;animation-iteration-count:infinite;animation-name:uppy-StatusBar-spinnerAnimation;animation-timing-function:linear}.uppy-StatusBar.is-postprocessing .uppy-StatusBar-spinner,.uppy-StatusBar.is-preprocessing .uppy-StatusBar-spinner{fill:#f6a623}@keyframes uppy-StatusBar-spinnerAnimation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.uppy-ProviderBrowser-viewType--grid ul.uppy-ProviderBrowser-list,.uppy-ProviderBrowser-viewType--unsplash ul.uppy-ProviderBrowser-list{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding:6px}.uppy-ProviderBrowser-viewType--grid ul.uppy-ProviderBrowser-list:after,.uppy-ProviderBrowser-viewType--unsplash ul.uppy-ProviderBrowser-list:after{content:"";flex:auto}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem{margin:0;position:relative;width:50%}.uppy-size--md .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem,.uppy-size--md .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem{width:33.3333%}.uppy-size--lg .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem,.uppy-size--lg .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem{width:25%}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem:before,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem:before{content:"";display:block;padding-top:100%}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--selected img,.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--selected svg,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--selected img,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--selected svg{opacity:.85}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--disabled,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--disabled{opacity:.5}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner{background-color:#93939333}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner,[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview .uppy-ProviderBrowserItem-inner{background-color:#eaeaea33}.uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview svg,.uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview svg{fill:#000000b3;height:30%;width:30%}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--grid li.uppy-ProviderBrowserItem--noPreview svg,[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--unsplash li.uppy-ProviderBrowserItem--noPreview svg{fill:#fffc}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner{border-radius:4px;bottom:7px;height:calc(100% - 14px);left:7px;overflow:hidden;position:absolute;right:7px;text-align:center;top:7px;width:calc(100% - 14px)}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner .uppy.uppy-ProviderBrowserItem-inner-relative,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner .uppy.uppy-ProviderBrowserItem-inner-relative{position:relative}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner .uppy-ProviderBrowserItem-author,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner .uppy-ProviderBrowserItem-author{background:#0000004d;bottom:0;color:#fff;display:none;font-size:12px;font-weight:500;left:0;margin:0;padding:5px;position:absolute;text-decoration:none;width:100%}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner .uppy-ProviderBrowserItem-author:hover,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner .uppy-ProviderBrowserItem-author:hover{background:#0006;text-decoration:underline}@media (hover:none){.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner .uppy-ProviderBrowserItem-author,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner .uppy-ProviderBrowserItem-author{display:block}}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner,[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner{box-shadow:0 0 0 3px #aae1ffb3}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-inner img,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-inner img{border-radius:4px;height:100%;object-fit:cover;width:100%}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox{background-color:#2275d7;border-radius:50%;height:26px;opacity:0;position:absolute;right:16px;top:16px;width:26px;z-index:1002}[dir=ltr] .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox:after,[dir=ltr] 
.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox:after{left:7px}[dir=rtl] .uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox:after,[dir=rtl] 
.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox:after{right:7px}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox:after,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox:after{height:7px;top:8px;width:12px}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--is-checked,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--is-checked{opacity:1}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus+label .uppy-ProviderBrowserItem-author,.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:hover+label .uppy-ProviderBrowserItem-author,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus+label .uppy-ProviderBrowserItem-author,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:hover+label .uppy-ProviderBrowserItem-author{display:block}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus+label,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus+label{box-shadow:0 0 0 3px #2275d780}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus+label:focus,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus+label:focus{outline:none}.uppy-ProviderBrowser-viewType--grid .uppy-ProviderBrowserItem-checkbox--grid:focus+label::-moz-focus-inner,.uppy-ProviderBrowser-viewType--unsplash .uppy-ProviderBrowserItem-checkbox--grid:focus+label::-moz-focus-inner{border:0}.uppy-ProviderBrowser-viewType--list{background-color:#fff}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--list{background-color:#1f1f1f}.uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem{align-items:center;display:flex;margin:0;padding:7px 15px}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem{color:#eaeaea}.uppy-ProviderBrowser-viewType--list li.uppy-ProviderBrowserItem--disabled{opacity:.6}[dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox{margin-right:15px}[dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox{margin-left:15px}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox{background-color:#fff;border:1px solid #cfcfcf;border-radius:3px;height:17px;width:17px}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:focus{border:1px solid #2275d7;box-shadow:0 0 0 3px #2275d740;outline:none}[dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:after{left:3px}[dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:after{right:3px}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:after{height:5px;opacity:0;top:4px;width:9px}[data-uppy-theme=dark] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox:focus{border-color:#02baf2b3;box-shadow:0 0 0 3px #02baf233}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox--is-checked{background-color:#2275d7;border-color:#2275d7}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-checkbox--is-checked:after{opacity:1}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner{align-items:center;display:flex;overflow:hidden;padding:2px;text-overflow:ellipsis;white-space:nowrap}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner:focus{outline:none;text-decoration:underline}[dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner img,[dir=ltr] 
.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner svg{margin-right:8px}[dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner img,[dir=rtl] 
.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner svg{margin-left:8px}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner img,.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner svg{max-height:20px;max-width:20px}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-inner span{line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem--disabled .uppy-ProviderBrowserItem-inner{cursor:default}[dir=ltr] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-iconWrap{margin-right:7px}[dir=rtl] .uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-iconWrap{margin-left:7px}.uppy-ProviderBrowser-viewType--list .uppy-ProviderBrowserItem-iconWrap{width:20px}.uppy-ProviderBrowserItem-checkbox{cursor:pointer;flex-shrink:0;position:relative}.uppy-ProviderBrowserItem-checkbox:disabled{cursor:default}.uppy-ProviderBrowserItem-checkbox:after{border-bottom:2px solid #eaeaea;border-left:2px solid #eaeaea;content:"";cursor:pointer;position:absolute;transform:rotate(-45deg)}.uppy-ProviderBrowserItem-checkbox:disabled:after{cursor:default}[data-uppy-theme=dark] .uppy-ProviderBrowserItem-checkbox{background-color:#1f1f1f;border-color:#939393}[data-uppy-theme=dark] .uppy-ProviderBrowserItem-checkbox--is-checked{background-color:#333}.uppy-SearchProvider{align-items:center;display:flex;flex:1;flex-direction:column;height:100%;justify-content:center;width:100%}[data-uppy-theme=dark] .uppy-SearchProvider{background-color:#1f1f1f}.uppy-SearchProvider-input{margin-bottom:15px;max-width:650px;width:90%}.uppy-size--md .uppy-SearchProvider-input{margin-bottom:20px}.uppy-SearchProvider-searchButton{padding:13px 25px}.uppy-size--md .uppy-SearchProvider-searchButton{padding:13px 30px}.uppy-DashboardContent-panelBody{align-items:center;display:flex;flex:1;justify-content:center}[data-uppy-theme=dark] .uppy-DashboardContent-panelBody{background-color:#1f1f1f}.uppy-Provider-auth,.uppy-Provider-empty,.uppy-Provider-error,.uppy-Provider-loading{align-items:center;color:#939393;display:flex;flex:1;flex-flow:column wrap;justify-content:center}.uppy-Provider-empty{color:#939393}.uppy-Provider-authIcon svg{height:75px;margin-bottom:15px;width:100px}.uppy-Provider-authTitle{color:#757575;font-size:17px;font-weight:400;line-height:1.4;margin-bottom:30px;max-width:500px;padding:0 15px;text-align:center}.uppy-size--md .uppy-Provider-authTitle{font-size:20px}[data-uppy-theme=dark] .uppy-Provider-authTitle{color:#cfcfcf}.uppy-Provider-btn-google{align-items:center;background:#4285f4;display:flex;padding:8px 12px!important}.uppy-Provider-btn-google:hover{background-color:#1266f1}.uppy-Provider-btn-google:focus{box-shadow:0 0 0 3px #4285f466;outline:none}.uppy-Provider-btn-google svg{margin-right:8px}[dir=ltr] .uppy-Provider-breadcrumbs{text-align:left}[dir=rtl] .uppy-Provider-breadcrumbs{text-align:right}.uppy-Provider-breadcrumbs{color:#525252;flex:1;font-size:12px;margin-bottom:10px}.uppy-size--md .uppy-Provider-breadcrumbs{margin-bottom:0}[data-uppy-theme=dark] .uppy-Provider-breadcrumbs{color:#eaeaea}[dir=ltr] .uppy-Provider-breadcrumbsIcon{margin-right:4px}[dir=rtl] .uppy-Provider-breadcrumbsIcon{margin-left:4px}.uppy-Provider-breadcrumbsIcon{color:#525252;display:inline-block;line-height:1;vertical-align:middle}.uppy-Provider-breadcrumbsIcon svg{fill:#525252;height:13px;width:13px}.uppy-Provider-breadcrumbs button{border-radius:3px;display:inline-block;line-height:inherit;padding:4px}.uppy-Provider-breadcrumbs button:focus{outline:none}.uppy-Provider-breadcrumbs button::-moz-focus-inner{border:0}.uppy-Provider-breadcrumbs button:hover{color:#1b5dab}.uppy-Provider-breadcrumbs button:focus{background-color:#eceef2}[data-uppy-theme=dark] .uppy-Provider-breadcrumbs button:focus{background-color:#333}.uppy-Provider-breadcrumbs button:not(:last-of-type){text-decoration:underline}.uppy-Provider-breadcrumbs button:last-of-type{color:#333;cursor:normal;font-weight:500;pointer-events:none}.uppy-Provider-breadcrumbs button:hover{cursor:pointer}[data-uppy-theme=dark] .uppy-Provider-breadcrumbs button{color:#eaeaea}.uppy-ProviderBrowser{display:flex;flex:1;flex-direction:column;font-size:14px;font-weight:400;height:100%}.uppy-ProviderBrowser-user{color:#333;font-weight:500;margin:0 8px 0 0}[data-uppy-theme=dark] .uppy-ProviderBrowser-user{color:#eaeaea}[dir=ltr] .uppy-ProviderBrowser-user:after{left:4px}[dir=rtl] .uppy-ProviderBrowser-user:after{right:4px}.uppy-ProviderBrowser-user:after{color:#939393;content:"·";font-weight:400;position:relative}.uppy-ProviderBrowser-header{border-bottom:1px solid #eaeaea;position:relative;z-index:1001}[data-uppy-theme=dark] .uppy-ProviderBrowser-header{border-bottom:1px solid #333}.uppy-ProviderBrowser-headerBar{background-color:#fafafa;color:#757575;font-size:12px;line-height:1.4;padding:7px 15px;z-index:1001}.uppy-size--md .uppy-ProviderBrowser-headerBar{align-items:center;display:flex}[data-uppy-theme=dark] .uppy-ProviderBrowser-headerBar{background-color:#1f1f1f}.uppy-ProviderBrowser-headerBar--simple{display:block;justify-content:center;text-align:center}.uppy-ProviderBrowser-headerBar--simple .uppy-Provider-breadcrumbsWrap{display:inline-block;flex:none;vertical-align:middle}.uppy-ProviderBrowser-filter{align-items:center;background-color:#fff;display:flex;height:30px;margin-bottom:5px;margin-top:10px;position:relative;width:100%}[data-uppy-theme=dark] .uppy-ProviderBrowser-filter{background-color:#1f1f1f}[dir=ltr] .uppy-ProviderBrowser-filterIcon{left:16px}[dir=rtl] .uppy-ProviderBrowser-filterIcon{right:16px}.uppy-ProviderBrowser-filterIcon{color:#bbb;height:12px;position:absolute;width:12px;z-index:1002}[dir=ltr] .uppy-ProviderBrowser-filterInput{padding-left:27px}[dir=rtl] .uppy-ProviderBrowser-filterInput{padding-right:27px}.uppy-ProviderBrowser-filterInput{background-color:initial;border:0;border-radius:4px;font-family:-apple-system,blinkmacsystemfont,Segoe UI,helvetica,arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:12px;height:30px;line-height:1.4;margin:0 8px;outline:0;width:100%;z-index:1001}[data-uppy-theme=dark] .uppy-ProviderBrowser-filterInput{background-color:#1f1f1f;color:#eaeaea}.uppy-ProviderBrowser-filterInput:focus{background-color:#f4f4f4;outline:0}[data-uppy-theme=dark] .uppy-ProviderBrowser-filterInput:focus{background-color:#333}.uppy-ProviderBrowser-filterInput::placeholder{color:#939393;opacity:1}.uppy-ProviderBrowser-search{align-items:center;display:flex;height:30px;margin-bottom:2px;margin-top:2px;position:relative;width:100%}[dir=ltr] .uppy-ProviderBrowser-searchInput{padding-left:30px}[dir=rtl] .uppy-ProviderBrowser-searchInput{padding-right:30px}.uppy-ProviderBrowser-searchInput{background-color:#eaeaea;border:0;border-radius:4px;color:#333;font-family:-apple-system,blinkmacsystemfont,Segoe UI,helvetica,arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:13px;height:30px;line-height:1.4;outline:0;width:100%;z-index:1001}[data-uppy-theme=dark] .uppy-ProviderBrowser-searchInput{background-color:#1f1f1f;color:#eaeaea}.uppy-ProviderBrowser-searchInput:focus{background-color:#cfcfcf;outline:0}[data-uppy-theme=dark] .uppy-ProviderBrowser-searchInput:focus{background-color:#333}[dir=ltr] .uppy-ProviderBrowser-searchIcon{left:10px}[dir=rtl] .uppy-ProviderBrowser-searchIcon{right:10px}.uppy-ProviderBrowser-searchIcon{color:#757575;height:12px;position:absolute;width:12px;z-index:1002}.uppy-ProviderBrowser-searchInput::placeholder{color:#939393;opacity:1}.uppy-ProviderBrowser-userLogout{border-radius:3px;color:#2275d7;cursor:pointer;line-height:inherit;padding:4px}.uppy-ProviderBrowser-userLogout:focus{outline:none}.uppy-ProviderBrowser-userLogout::-moz-focus-inner{border:0}.uppy-ProviderBrowser-userLogout:hover{color:#1b5dab}.uppy-ProviderBrowser-userLogout:focus{background-color:#eceef2}[data-uppy-theme=dark] .uppy-ProviderBrowser-userLogout:focus{background-color:#333}.uppy-ProviderBrowser-userLogout:hover{text-decoration:underline}[data-uppy-theme=dark] .uppy-ProviderBrowser-userLogout{color:#eaeaea}.uppy-ProviderBrowser-body{flex:1;position:relative}.uppy-ProviderBrowser-list{-webkit-overflow-scrolling:touch;background-color:#fff;border-spacing:0;bottom:0;display:block;flex:1;height:100%;left:0;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;right:0;top:0;width:100%}[data-uppy-theme=dark] .uppy-ProviderBrowser-list{background-color:#1f1f1f}.uppy-ProviderBrowser-list:focus{outline:none}.uppy-ProviderBrowserItem-inner{cursor:pointer;font-size:13px;font-weight:500}.uppy-ProviderBrowser-footer{align-items:center;background-color:#fff;border-top:1px solid #eaeaea;display:flex;height:65px;padding:0 15px}[dir=ltr] .uppy-ProviderBrowser-footer button{margin-right:8px}[dir=rtl] .uppy-ProviderBrowser-footer button{margin-left:8px}[data-uppy-theme=dark] .uppy-ProviderBrowser-footer{background-color:#1f1f1f;border-top:1px solid #333}.uppy-Dashboard-Item-previewInnerWrap{align-items:center;border-radius:3px;box-shadow:0 0 2px 0 #0006;display:flex;flex-direction:column;height:100%;justify-content:center;overflow:hidden;position:relative;width:100%}.uppy-size--md .uppy-Dashboard-Item-previewInnerWrap{box-shadow:0 1px 2px #00000026}.uppy-Dashboard-Item-previewInnerWrap:after{background-color:#000000a6;bottom:0;content:"";display:none;left:0;position:absolute;right:0;top:0;z-index:1001}.uppy-Dashboard-Item-previewLink{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1002}.uppy-Dashboard-Item-previewLink:focus{box-shadow:inset 0 0 0 3px #76abe9}[data-uppy-theme=dark] .uppy-Dashboard-Item-previewLink:focus{box-shadow:inset 0 0 0 3px #016c8d}.uppy-Dashboard-Item-preview img.uppy-Dashboard-Item-previewImg{border-radius:3px;height:100%;object-fit:cover;transform:translateZ(0);width:100%}.uppy-Dashboard-Item-progress{color:#fff;left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);transition:all .35 ease;width:120px;z-index:1002}.uppy-Dashboard-Item-progressIndicator{display:inline-block;height:38px;opacity:.9;width:38px}.uppy-size--md .uppy-Dashboard-Item-progressIndicator{height:55px;width:55px}button.uppy-Dashboard-Item-progressIndicator{cursor:pointer}button.uppy-Dashboard-Item-progressIndicator:focus{outline:none}button.uppy-Dashboard-Item-progressIndicator::-moz-focus-inner{border:0}button.uppy-Dashboard-Item-progressIndicator:focus .uppy-Dashboard-Item-progressIcon--bg,button.uppy-Dashboard-Item-progressIndicator:focus .uppy-Dashboard-Item-progressIcon--retry{fill:#76abe9}.uppy-Dashboard-Item-progressIcon--circle{height:100%;width:100%}.uppy-Dashboard-Item-progressIcon--bg{stroke:#fff6}.uppy-Dashboard-Item-progressIcon--progress{stroke:#fff;transition:stroke-dashoffset .5s ease-out}.uppy-Dashboard-Item-progressIcon--play{fill:#fff;stroke:#fff;transition:all .2s}.uppy-Dashboard-Item-progressIcon--cancel{fill:#fff;transition:all .2s}.uppy-Dashboard-Item-progressIcon--pause{fill:#fff;stroke:#fff;transition:all .2s}.uppy-Dashboard-Item-progressIcon--check{fill:#fff;transition:all .2s}.uppy-Dashboard-Item-progressIcon--retry{fill:#fff}[dir=ltr] .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress{right:-8px}[dir=rtl] .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress{left:-8px}[dir=ltr] .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress{left:auto}[dir=rtl] .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress{right:auto}.uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progress{top:-9px;transform:none;width:auto}.uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-progressIndicator{height:18px;width:18px}.uppy-size--md .uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-progressIndicator{height:28px;width:28px}.uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progressIndicator{height:18px;opacity:1;width:18px}.uppy-size--md .uppy-Dashboard-Item.is-complete .uppy-Dashboard-Item-progressIndicator{height:22px;width:22px}.uppy-Dashboard-Item.is-processing .uppy-Dashboard-Item-progress{opacity:0}[dir=ltr] .uppy-Dashboard-Item-fileInfo{padding-right:5px}[dir=rtl] .uppy-Dashboard-Item-fileInfo{padding-left:5px}.uppy-Dashboard-Item-name{word-wrap:anywhere;font-size:12px;font-weight:500;line-height:1.3;margin-bottom:5px;word-break:break-all}[data-uppy-theme=dark] .uppy-Dashboard-Item-name{color:#eaeaea}.uppy-Dashboard-Item-fileName{align-items:baseline;display:flex}.uppy-Dashboard-Item-fileName button{margin-left:5px}.uppy-Dashboard-Item-author{color:#757575;display:inline-block;font-size:11px;font-weight:400;line-height:1;margin-bottom:5px;vertical-align:bottom}.uppy-Dashboard-Item-author a{color:#757575}.uppy-Dashboard-Item-status{color:#757575;font-size:11px;font-weight:400;line-height:1}[data-uppy-theme=dark] .uppy-Dashboard-Item-status{color:#bbb}.uppy-Dashboard-Item-statusSize{display:inline-block;margin-bottom:5px;text-transform:uppercase;vertical-align:bottom}.uppy-Dashboard-Item-reSelect{color:#2275d7;font-family:inherit;font-size:inherit;font-weight:600}.uppy-Dashboard-Item-errorMessage{background-color:#fdeff1;color:#a51523;font-size:11px;font-weight:500;line-height:1.3;padding:5px 6px}.uppy-Dashboard-Item-errorMessageBtn{cursor:pointer;font-weight:500;text-decoration:underline}.uppy-Dashboard-Item-preview .uppy-Dashboard-Item-errorMessage{display:none}.uppy-size--md .uppy-Dashboard-Item-preview .uppy-Dashboard-Item-errorMessage{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-top:1px solid #f7c2c8;bottom:0;display:block;left:0;line-height:1.4;padding:6px 8px;position:absolute;right:0}.uppy-Dashboard-Item-fileInfo .uppy-Dashboard-Item-errorMessage{border:1px solid #f7c2c8;border-radius:3px;display:inline-block;position:static}.uppy-size--md .uppy-Dashboard-Item-fileInfo .uppy-Dashboard-Item-errorMessage{display:none}.uppy-Dashboard-Item-action{color:#939393;cursor:pointer}.uppy-Dashboard-Item-action:focus{outline:none}.uppy-Dashboard-Item-action::-moz-focus-inner{border:0}.uppy-Dashboard-Item-action:focus{box-shadow:0 0 0 3px #2275d780}.uppy-Dashboard-Item-action:hover{color:#1f1f1f;opacity:1}[data-uppy-theme=dark] .uppy-Dashboard-Item-action{color:#cfcfcf}[data-uppy-theme=dark] .uppy-Dashboard-Item-action:focus{outline:none}[data-uppy-theme=dark] .uppy-Dashboard-Item-action::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-Dashboard-Item-action:focus{box-shadow:0 0 0 2px #aae1ffd9}[data-uppy-theme=dark] .uppy-Dashboard-Item-action:hover{color:#eaeaea}.uppy-Dashboard-Item-action--remove{color:#1f1f1f;opacity:.95}.uppy-Dashboard-Item-action--remove:hover{color:#000;opacity:1}[data-uppy-theme=dark] .uppy-Dashboard-Item-action--remove{color:#525252}[data-uppy-theme=dark] .uppy-Dashboard-Item-action--remove:hover{color:#333}.uppy-Dashboard:not(.uppy-size--md) .uppy-Dashboard-Item-actionWrapper{align-items:center;display:flex}.uppy-Dashboard:not(.uppy-size--md) .uppy-Dashboard-Item-action{height:22px;margin-left:3px;padding:3px;width:22px}.uppy-Dashboard:not(.uppy-size--md) .uppy-Dashboard-Item-action:focus{border-radius:3px}.uppy-size--md .uppy-Dashboard-Item-action--copyLink,.uppy-size--md .uppy-Dashboard-Item-action--edit{height:16px;padding:0;width:16px}.uppy-size--md .uppy-Dashboard-Item-action--copyLink:focus,.uppy-size--md .uppy-Dashboard-Item-action--edit:focus{border-radius:3px}[dir=ltr] .uppy-size--md .uppy-Dashboard-Item-action--remove{right:-8px}[dir=rtl] .uppy-size--md .uppy-Dashboard-Item-action--remove{left:-8px}.uppy-size--md .uppy-Dashboard-Item-action--remove{height:18px;padding:0;position:absolute;top:-8px;width:18px;z-index:1002}.uppy-size--md .uppy-Dashboard-Item-action--remove:focus{border-radius:50%}[dir=ltr] .uppy-Dashboard-Item{padding-right:0}[dir=rtl] .uppy-Dashboard-Item{padding-left:0}.uppy-Dashboard-Item{align-items:center;border-bottom:1px solid #eaeaea;display:flex;padding:10px}[data-uppy-theme=dark] .uppy-Dashboard-Item{border-bottom:1px solid #333}[dir=ltr] .uppy-size--md .uppy-Dashboard-Item{float:left}[dir=rtl] .uppy-size--md .uppy-Dashboard-Item{float:right}.uppy-size--md .uppy-Dashboard-Item{border-bottom:0;display:block;height:215px;margin:5px 15px;padding:0;position:relative;width:calc(33.333% - 30px)}.uppy-size--lg .uppy-Dashboard-Item{height:190px;margin:5px 15px;width:calc(25% - 30px)}.uppy-size--xl .uppy-Dashboard-Item{height:210px;width:calc(20% - 30px)}.uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-previewInnerWrap{opacity:.2}.uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-name{opacity:.7}.uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-preview:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='39'%3E%3Cpath d='M1.708 38.66c1.709 0 3.417-3.417 6.834-3.417 3.416 0 5.125 3.417 8.61 3.417 3.348 0 5.056-3.417 8.473-3.417 4.305 0 5.125 3.417 6.833 3.417.889 0 1.709-.889 1.709-1.709v-19.68C34.167-5.757 0-5.757 0 17.271v19.68c0 .82.888 1.709 1.708 1.709zm8.542-17.084a3.383 3.383 0 0 1-3.417-3.416 3.383 3.383 0 0 1 3.417-3.417 3.383 3.383 0 0 1 3.417 3.417 3.383 3.383 0 0 1-3.417 3.416zm13.667 0A3.383 3.383 0 0 1 20.5 18.16a3.383 3.383 0 0 1 3.417-3.417 3.383 3.383 0 0 1 3.416 3.417 3.383 3.383 0 0 1-3.416 3.416z' fill='%2523000'/%3E%3C/svg%3E");background-position:50% 10px;background-repeat:no-repeat;background-size:25px;bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0;z-index:1005}.uppy-size--md .uppy-Dashboard-Item.is-ghost .uppy-Dashboard-Item-preview:before{background-position:50% 50%;background-size:40px}.uppy-Dashboard-Item-preview{position:relative}.uppy-Dashboard:not(.uppy-size--md) .uppy-Dashboard-Item-preview{flex-grow:0;flex-shrink:0;height:50px;width:50px}.uppy-size--md .uppy-Dashboard-Item-preview{height:140px;width:100%}.uppy-size--lg .uppy-Dashboard-Item-preview{height:120px}.uppy-size--xl .uppy-Dashboard-Item-preview{height:140px}[dir=ltr] .uppy-Dashboard-Item-fileInfoAndButtons{padding-right:8px}[dir=rtl] .uppy-Dashboard-Item-fileInfoAndButtons{padding-left:8px}[dir=ltr] .uppy-Dashboard-Item-fileInfoAndButtons{padding-left:12px}[dir=rtl] .uppy-Dashboard-Item-fileInfoAndButtons{padding-right:12px}.uppy-Dashboard-Item-fileInfoAndButtons{align-items:center;display:flex;flex-grow:1;justify-content:space-between}.uppy-size--md .uppy-Dashboard-Item-fileInfoAndButtons{align-items:flex-start;padding:9px 0 0;width:100%}.uppy-Dashboard-Item-fileInfo{flex-grow:1;flex-shrink:1}.uppy-Dashboard-Item-actionWrapper{flex-grow:0;flex-shrink:0}.uppy-Dashboard-Item.is-error .uppy-Dashboard-Item-previewInnerWrap:after,.uppy-Dashboard-Item.is-inprogress .uppy-Dashboard-Item-previewInnerWrap:after{display:block}.uppy-Dashboard-Item.is-inprogress:not(.is-resumable) .uppy-Dashboard-Item-action--remove{display:none}[dir=ltr] .uppy-Dashboard-Item-errorDetails{left:2px}[dir=rtl] .uppy-Dashboard-Item-errorDetails{right:2px}.uppy-Dashboard-Item-errorDetails{-webkit-appearance:none;appearance:none;background-color:#939393;border:none;border-radius:50%;color:#fff;cursor:help;display:inline-block;font-size:10px;font-weight:600;height:13px;line-height:12px;position:relative;text-align:center;top:0;vertical-align:middle;width:13px}.uppy-Dashboard-Item-errorDetails:after{word-wrap:break-word;line-height:1.3}.uppy-Dashboard-FileCard{background-color:#fff;border-radius:5px;bottom:0;box-shadow:0 0 10px 4px #0000001a;display:flex;flex-direction:column;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:1005}.uppy-Dashboard-FileCard .uppy-DashboardContent-bar{border-top-left-radius:5px;border-top-right-radius:5px}.uppy-Dashboard-FileCard .uppy-Dashboard-FileCard-actions{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.uppy-Dashboard-FileCard-inner{display:flex;flex-direction:column;flex-grow:1;flex-shrink:1;height:100%;min-height:0}.uppy-Dashboard-FileCard-preview{align-items:center;border-bottom:1px solid #eaeaea;display:flex;flex-grow:0;flex-shrink:1;height:60%;justify-content:center;min-height:0;position:relative}[data-uppy-theme=dark] .uppy-Dashboard-FileCard-preview{background-color:#333;border-bottom:0}.uppy-Dashboard-FileCard-preview img.uppy-Dashboard-Item-previewImg{border-radius:3px;box-shadow:0 3px 20px #00000026;flex:0 0 auto;max-height:90%;max-width:90%;object-fit:cover}[dir=ltr] .uppy-Dashboard-FileCard-edit{right:10px}[dir=rtl] .uppy-Dashboard-FileCard-edit{left:10px}.uppy-Dashboard-FileCard-edit{background-color:#00000080;border-radius:50px;color:#fff;font-size:13px;padding:7px 15px;position:absolute;top:10px}.uppy-Dashboard-FileCard-edit:focus{outline:none}.uppy-Dashboard-FileCard-edit::-moz-focus-inner{border:0}.uppy-Dashboard-FileCard-edit:focus{box-shadow:0 0 0 3px #2275d780}.uppy-Dashboard-FileCard-edit:hover{background-color:#000c}.uppy-Dashboard-FileCard-info{-webkit-overflow-scrolling:touch;flex-grow:0;flex-shrink:0;height:40%;overflow-y:auto;padding:30px 20px 20px}[data-uppy-theme=dark] .uppy-Dashboard-FileCard-info{background-color:#1f1f1f}.uppy-Dashboard-FileCard-fieldset{border:0;font-size:0;margin:auto auto 12px;max-width:640px;padding:0}.uppy-Dashboard-FileCard-label{color:#525252;display:inline-block;font-size:12px;vertical-align:middle;width:22%}.uppy-size--md .uppy-Dashboard-FileCard-label{font-size:14px}[data-uppy-theme=dark] .uppy-Dashboard-FileCard-label{color:#eaeaea}.uppy-Dashboard-FileCard-input{display:inline-block;vertical-align:middle;width:78%}.uppy-Dashboard-FileCard-actions{align-items:center;background-color:#fafafa;border-top:1px solid #eaeaea;display:flex;flex-grow:0;flex-shrink:0;height:55px;padding:0 15px}.uppy-size--md .uppy-Dashboard-FileCard-actions{height:65px}[data-uppy-theme=dark] .uppy-Dashboard-FileCard-actions{background-color:#1f1f1f;border-top:1px solid #333}[dir=ltr] .uppy-Dashboard-FileCard-actionsBtn{margin-right:10px}[dir=rtl] .uppy-Dashboard-FileCard-actionsBtn{margin-left:10px}.uppy-transition-slideDownUp-enter{opacity:.01;transform:translate3d(0,-105%,0);transition:transform .25s ease-in-out,opacity .25s ease-in-out}.uppy-transition-slideDownUp-enter.uppy-transition-slideDownUp-enter-active{opacity:1;transform:translateZ(0)}.uppy-transition-slideDownUp-leave{opacity:1;transform:translateZ(0);transition:transform .25s ease-in-out,opacity .25s ease-in-out}.uppy-transition-slideDownUp-leave.uppy-transition-slideDownUp-leave-active{opacity:.01;transform:translate3d(0,-105%,0)}@keyframes uppy-Dashboard-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes uppy-Dashboard-fadeOut{0%{opacity:1}to{opacity:0}}@keyframes uppy-Dashboard-slideDownAndFadeIn{0%{opacity:0;transform:translate3d(-50%,-70%,0)}to{opacity:1;transform:translate3d(-50%,-50%,0)}}@keyframes uppy-Dashboard-slideDownAndFadeIn--small{0%{opacity:0;transform:translate3d(0,-20%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes uppy-Dashboard-slideUpFadeOut{0%{opacity:1;transform:translate3d(-50%,-50%,0)}to{opacity:0;transform:translate3d(-50%,-70%,0)}}@keyframes uppy-Dashboard-slideUpFadeOut--small{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,-20%,0)}}.uppy-Dashboard--modal{z-index:1001}.uppy-Dashboard--modal[aria-hidden=true]{display:none}.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose>.uppy-Dashboard-inner{animation:uppy-Dashboard-slideDownAndFadeIn--small .3s cubic-bezier(0,0,.2,1)}@media only screen and (min-width:820px){.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose>.uppy-Dashboard-inner{animation:uppy-Dashboard-slideDownAndFadeIn .3s cubic-bezier(0,0,.2,1)}}.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose>.uppy-Dashboard-overlay{animation:uppy-Dashboard-fadeIn .3s cubic-bezier(0,0,.2,1)}.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing>.uppy-Dashboard-inner{animation:uppy-Dashboard-slideUpFadeOut--small .3s cubic-bezier(0,0,.2,1)}@media only screen and (min-width:820px){.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing>.uppy-Dashboard-inner{animation:uppy-Dashboard-slideUpFadeOut .3s cubic-bezier(0,0,.2,1)}}.uppy-Dashboard--modal.uppy-Dashboard--animateOpenClose.uppy-Dashboard--isClosing>.uppy-Dashboard-overlay{animation:uppy-Dashboard-fadeOut .3s cubic-bezier(0,0,.2,1)}.uppy-Dashboard-isFixed{height:100vh;overflow:hidden}.uppy-Dashboard--modal .uppy-Dashboard-overlay{background-color:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1001}.uppy-Dashboard-inner{background-color:#fafafa;border:1px solid #eaeaea;border-radius:5px;max-height:100%;max-width:100%;outline:none;position:relative}.uppy-size--md .uppy-Dashboard-inner{min-height:auto}@media only screen and (min-width:820px){.uppy-Dashboard-inner{height:550px;width:750px}}.uppy-Dashboard--modal .uppy-Dashboard-inner{z-index:1002}[data-uppy-theme=dark] .uppy-Dashboard-inner{background-color:#1f1f1f}.uppy-Dashboard--isDisabled .uppy-Dashboard-inner{cursor:not-allowed}.uppy-Dashboard-innerWrap{border-radius:5px;display:flex;flex-direction:column;height:100%;opacity:0;overflow:hidden;position:relative}.uppy-Dashboard--isInnerWrapVisible .uppy-Dashboard-innerWrap{opacity:1}.uppy-Dashboard--isDisabled .uppy-Dashboard-innerWrap{filter:grayscale(100%);opacity:.6;pointer-events:none;-webkit-user-select:none;user-select:none}.uppy-Dashboard--isDisabled .uppy-ProviderIconBg{fill:#9f9f9f}.uppy-Dashboard--modal .uppy-Dashboard-inner{border:none;bottom:15px;left:15px;position:fixed;right:15px;top:35px}@media only screen and (min-width:820px){.uppy-Dashboard--modal .uppy-Dashboard-inner{box-shadow:0 5px 15px 4px #00000026;left:50%;right:auto;top:50%;transform:translate(-50%,-50%)}}[dir=ltr] .uppy-Dashboard-close{right:-2px}[dir=rtl] .uppy-Dashboard-close{left:-2px}.uppy-Dashboard-close{color:#ffffffe6;cursor:pointer;display:block;font-size:27px;position:absolute;top:-33px;z-index:1005}.uppy-Dashboard-close:focus{outline:none}.uppy-Dashboard-close::-moz-focus-inner{border:0}.uppy-Dashboard-close:focus{color:#8cb8ed}@media only screen and (min-width:820px){[dir=ltr] .uppy-Dashboard-close{right:-35px}[dir=rtl] .uppy-Dashboard-close{left:-35px}.uppy-Dashboard-close{font-size:35px;top:-10px}}.uppy-Dashboard-serviceMsg{background-color:#fffbf7;border-bottom:1px solid #edd4b9;border-top:1px solid #edd4b9;font-size:12px;font-weight:500;line-height:1.3;padding:12px 0;position:relative;top:-1px;z-index:1004}.uppy-size--md .uppy-Dashboard-serviceMsg{font-size:14px;line-height:1.4}[data-uppy-theme=dark] .uppy-Dashboard-serviceMsg{background-color:#1f1f1f;border-bottom:1px solid #333;border-top:1px solid #333;color:#eaeaea}.uppy-Dashboard-serviceMsg-title{display:block;line-height:1;margin-bottom:4px;padding-left:42px}.uppy-Dashboard-serviceMsg-text{padding:0 15px}.uppy-Dashboard-serviceMsg-actionBtn{color:#2275d7;font-size:inherit;font-weight:inherit;vertical-align:initial}[data-uppy-theme=dark] .uppy-Dashboard-serviceMsg-actionBtn{color:#02baf2e6}.uppy-Dashboard-serviceMsg-icon{left:15px;position:absolute;top:10px}.uppy-Dashboard-AddFiles{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative;text-align:center}[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles{border:1px dashed #dfdfdf;border-radius:3px;height:calc(100% - 14px);margin:7px}.uppy-Dashboard-AddFilesPanel .uppy-Dashboard-AddFiles{border:none;height:calc(100% - 54px)}.uppy-Dashboard--modal .uppy-Dashboard-AddFiles{border-color:#cfcfcf}[data-uppy-theme=dark] .uppy-Dashboard-AddFiles{border-color:#757575}.uppy-Dashboard-AddFiles-info{display:none;margin-top:auto;padding-bottom:15px;padding-top:15px}.uppy-size--height-md .uppy-Dashboard-AddFiles-info{display:block}.uppy-size--md .uppy-Dashboard-AddFiles-info{bottom:25px;left:0;padding-bottom:0;padding-top:30px;position:absolute;right:0}[data-uppy-num-acquirers="0"] .uppy-Dashboard-AddFiles-info{margin-top:0}.uppy-Dashboard-browse{color:#2275d7e6;cursor:pointer}.uppy-Dashboard-browse:focus{outline:none}.uppy-Dashboard-browse::-moz-focus-inner{border:0}.uppy-Dashboard-browse:focus,.uppy-Dashboard-browse:hover{border-bottom:1px solid #2275d7}[data-uppy-theme=dark] .uppy-Dashboard-browse{color:#02baf2e6}[data-uppy-theme=dark] .uppy-Dashboard-browse:focus,[data-uppy-theme=dark] .uppy-Dashboard-browse:hover{border-bottom:1px solid #02baf2}.uppy-Dashboard-browseBtn{display:block;font-size:14px;font-weight:500;margin-bottom:5px;margin-top:8px;width:100%}.uppy-size--md .uppy-Dashboard-browseBtn{font-size:15px;margin:15px auto;padding:13px 44px;width:auto}.uppy-Dashboard-AddFiles-list{-webkit-overflow-scrolling:touch;display:flex;flex:1;flex-direction:column;margin-top:2px;overflow-y:auto;padding:2px 0;width:100%}.uppy-size--md .uppy-Dashboard-AddFiles-list{flex:none;flex-direction:row;flex-wrap:wrap;justify-content:center;margin-top:15px;max-width:600px;overflow-y:visible;padding-top:0}.uppy-DashboardTab{border-bottom:1px solid #eaeaea;text-align:center;width:100%}[data-uppy-theme=dark] .uppy-DashboardTab{border-bottom:1px solid #333}.uppy-size--md .uppy-DashboardTab{border-bottom:none;display:inline-block;margin-bottom:10px;width:auto}.uppy-DashboardTab-btn{align-items:center;-webkit-appearance:none;appearance:none;background-color:initial;color:#525252;cursor:pointer;display:flex;flex-direction:row;height:100%;padding:12px 15px;width:100%}.uppy-DashboardTab-btn:focus{outline:none}[dir=ltr] .uppy-size--md .uppy-DashboardTab-btn{margin-right:1px}[dir=rtl] .uppy-size--md .uppy-DashboardTab-btn{margin-left:1px}.uppy-size--md .uppy-DashboardTab-btn{border-radius:5px;flex-direction:column;padding:10px 3px;width:86px}[data-uppy-theme=dark] .uppy-DashboardTab-btn{color:#eaeaea}.uppy-DashboardTab-btn::-moz-focus-inner{border:0}.uppy-DashboardTab-btn:hover{background-color:#f1f3f6}[data-uppy-theme=dark] .uppy-DashboardTab-btn:hover{background-color:#333}.uppy-DashboardTab-btn:active,.uppy-DashboardTab-btn:focus{background-color:#eceef2}[data-uppy-theme=dark] .uppy-DashboardTab-btn:active,[data-uppy-theme=dark] .uppy-DashboardTab-btn:focus{background-color:#525252}[dir=ltr] .uppy-DashboardTab-btn svg{margin-right:10px}[dir=rtl] .uppy-DashboardTab-btn svg{margin-left:10px}.uppy-DashboardTab-btn svg{display:inline-block;max-height:100%;max-width:100%;overflow:hidden;transition:transform .15s ease-in-out;vertical-align:text-top}[dir=ltr] .uppy-size--md .uppy-DashboardTab-btn svg{margin-right:0}[dir=rtl] .uppy-size--md .uppy-DashboardTab-btn svg{margin-left:0}.uppy-DashboardTab-name{font-size:14px;font-weight:500}.uppy-size--md .uppy-DashboardTab-name{font-size:11px;line-height:15px;margin-bottom:0;margin-top:8px}.uppy-DashboardTab svg{height:23px;vertical-align:middle;width:23px}.uppy-size--md .uppy-DashboardTab svg{height:30px;width:30px}.uppy-Dashboard-input{height:.1px;opacity:0;overflow:hidden;position:absolute;width:.1px;z-index:-1}.uppy-DashboardContent-bar{align-items:center;background-color:#fafafa;border-bottom:1px solid #eaeaea;display:flex;flex-shrink:0;height:40px;justify-content:space-between;padding:0 10px;position:relative;width:100%;z-index:1004}.uppy-size--md .uppy-DashboardContent-bar{height:50px;padding:0 15px}[data-uppy-theme=dark] .uppy-DashboardContent-bar{background-color:#1f1f1f;border-bottom:1px solid #333}.uppy-DashboardContent-title{font-size:12px;font-weight:500;left:0;line-height:40px;margin:auto;max-width:170px;overflow-x:hidden;position:absolute;right:0;text-align:center;text-overflow:ellipsis;top:0;white-space:nowrap;width:100%}.uppy-size--md .uppy-DashboardContent-title{font-size:14px;line-height:50px;max-width:300px}[data-uppy-theme=dark] .uppy-DashboardContent-title{color:#eaeaea}[dir=ltr] .uppy-DashboardContent-back,[dir=ltr] 
.uppy-DashboardContent-save{margin-left:-6px}[dir=rtl] .uppy-DashboardContent-back,[dir=rtl] 
.uppy-DashboardContent-save{margin-right:-6px}.uppy-DashboardContent-back,.uppy-DashboardContent-save{-webkit-appearance:none;background:none;border:0;border-radius:3px;color:inherit;color:#2275d7;cursor:pointer;font-family:inherit;font-size:inherit;font-size:12px;font-weight:400;line-height:1;margin:0;padding:7px 6px}.uppy-DashboardContent-back:focus,.uppy-DashboardContent-save:focus{outline:none}.uppy-DashboardContent-back::-moz-focus-inner,.uppy-DashboardContent-save::-moz-focus-inner{border:0}.uppy-DashboardContent-back:hover,.uppy-DashboardContent-save:hover{color:#1b5dab}.uppy-DashboardContent-back:focus,.uppy-DashboardContent-save:focus{background-color:#eceef2}[data-uppy-theme=dark] .uppy-DashboardContent-back:focus,[data-uppy-theme=dark] .uppy-DashboardContent-save:focus{background-color:#333}.uppy-size--md .uppy-DashboardContent-back,.uppy-size--md .uppy-DashboardContent-save{font-size:14px}[data-uppy-theme=dark] .uppy-DashboardContent-back,[data-uppy-theme=dark] .uppy-DashboardContent-save{color:#02baf2}[dir=ltr] .uppy-DashboardContent-addMore{margin-right:-5px}[dir=rtl] .uppy-DashboardContent-addMore{margin-left:-5px}.uppy-DashboardContent-addMore{-webkit-appearance:none;background:none;border:0;border-radius:3px;color:inherit;color:#2275d7;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:500;height:29px;line-height:1;margin:0;padding:7px 8px;width:29px}.uppy-DashboardContent-addMore:focus{outline:none}.uppy-DashboardContent-addMore::-moz-focus-inner{border:0}.uppy-DashboardContent-addMore:hover{color:#1b5dab}.uppy-DashboardContent-addMore:focus{background-color:#eceef2}[data-uppy-theme=dark] .uppy-DashboardContent-addMore:focus{background-color:#333}[dir=ltr] .uppy-size--md .uppy-DashboardContent-addMore{margin-right:-8px}[dir=rtl] .uppy-size--md .uppy-DashboardContent-addMore{margin-left:-8px}.uppy-size--md .uppy-DashboardContent-addMore{font-size:14px;height:auto;width:auto}[data-uppy-theme=dark] .uppy-DashboardContent-addMore{color:#02baf2}[dir=ltr] .uppy-DashboardContent-addMore svg{margin-right:4px}[dir=rtl] .uppy-DashboardContent-addMore svg{margin-left:4px}.uppy-DashboardContent-addMore svg{vertical-align:initial}.uppy-size--md .uppy-DashboardContent-addMore svg{height:11px;width:11px}.uppy-DashboardContent-addMoreCaption{display:none}.uppy-size--md .uppy-DashboardContent-addMoreCaption{display:inline}.uppy-DashboardContent-panel{background-color:#f5f5f5;flex:1}.uppy-Dashboard-AddFilesPanel,.uppy-DashboardContent-panel{border-radius:5px;bottom:0;display:flex;flex-direction:column;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:1005}.uppy-Dashboard-AddFilesPanel{background:#fafafa;background:linear-gradient(0deg,#fafafa 35%,#fafafad9);box-shadow:0 0 10px 5px #00000026}[data-uppy-theme=dark] .uppy-Dashboard-AddFilesPanel{background-color:#333;background-image:linear-gradient(0deg,rgb(31, 31, 31) 35%,rgb(31, 31, 31))}.uppy-Dashboard--isAddFilesPanelVisible .uppy-Dashboard-files{filter:blur(2px)}.uppy-Dashboard-progress{bottom:0;height:12%;left:0;position:absolute;width:100%}.uppy-Dashboard-progressBarContainer.is-active{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1004}.uppy-Dashboard-filesContainer{flex:1;margin:0;overflow-y:hidden;position:relative}.uppy-Dashboard-filesContainer:after{clear:both;content:"";display:table}.uppy-Dashboard-files{-webkit-overflow-scrolling:touch;flex:1;margin:0;overflow-y:auto;padding:0 0 10px}.uppy-size--md .uppy-Dashboard-files{padding-top:10px}.uppy-Dashboard-dropFilesHereHint{align-items:center;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='48' height='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 1v1C11.85 2 2 11.85 2 24s9.85 22 22 22 22-9.85 22-22S36.15 2 24 2V1zm0 0V0c13.254 0 24 10.746 24 24S37.254 48 24 48 0 37.254 0 24 10.746 0 24 0v1zm7.707 19.293a.999.999 0 1 1-1.414 1.414L25 16.414V34a1 1 0 1 1-2 0V16.414l-5.293 5.293a.999.999 0 1 1-1.414-1.414l7-7a.999.999 0 0 1 1.414 0l7 7z' fill='%232275D7'/%3E%3C/svg%3E");background-position:50% 50%;background-repeat:no-repeat;border:1px dashed #2275d7;border-radius:3px;bottom:7px;color:#757575;display:flex;font-size:16px;justify-content:center;left:7px;padding-top:90px;position:absolute;right:7px;text-align:center;top:7px;visibility:hidden;z-index:2000}[data-uppy-theme=dark] .uppy-Dashboard-dropFilesHereHint{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='48' height='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 1v1C11.85 2 2 11.85 2 24s9.85 22 22 22 22-9.85 22-22S36.15 2 24 2V1zm0 0V0c13.254 0 24 10.746 24 24S37.254 48 24 48 0 37.254 0 24 10.746 0 24 0v1zm7.707 19.293a.999.999 0 1 1-1.414 1.414L25 16.414V34a1 1 0 1 1-2 0V16.414l-5.293 5.293a.999.999 0 1 1-1.414-1.414l7-7a.999.999 0 0 1 1.414 0l7 7z' fill='%2302BAF2'/%3E%3C/svg%3E");border-color:#02baf2;color:#bbb}.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-dropFilesHereHint{visibility:visible}.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-files,.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-progressindicators,.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-serviceMsg,.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-DashboardContent-bar{opacity:.15}.uppy-Dashboard.uppy-Dashboard--isDraggingOver .uppy-Dashboard-AddFiles{opacity:.03}.uppy-Dashboard-AddFiles-title{color:#000;font-size:17px;font-weight:500;line-height:1.35;margin-bottom:5px;margin-top:15px;padding:0 15px;text-align:inline-start;width:100%}.uppy-size--md .uppy-Dashboard-AddFiles-title{font-size:25px;font-weight:400;margin-top:5px;max-width:480px;text-align:center}[data-uppy-num-acquirers="0"] .uppy-Dashboard-AddFiles-title{text-align:center}[data-uppy-theme=dark] .uppy-Dashboard-AddFiles-title{color:#eaeaea}.uppy-Dashboard-AddFiles-title button{font-weight:500}.uppy-size--md .uppy-Dashboard-AddFiles-title button{font-weight:400}.uppy-Dashboard-note{color:#757575;font-size:14px;line-height:1.25;margin:auto;max-width:350px;padding:0 15px;text-align:center}.uppy-size--md .uppy-Dashboard-note{font-size:15px;line-height:1.35;max-width:600px}[data-uppy-theme=dark] .uppy-Dashboard-note{color:#cfcfcf}a.uppy-Dashboard-poweredBy{color:#939393;display:inline-block;font-size:11px;margin-top:8px;text-align:center;text-decoration:none}.uppy-Dashboard-poweredByIcon{fill:none;stroke:#939393;margin-left:1px;margin-right:1px;opacity:.9;position:relative;top:1px;vertical-align:text-top}.uppy-Dashboard-Item-previewIcon{height:25px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:25px;z-index:100}.uppy-size--md .uppy-Dashboard-Item-previewIcon{height:38px;width:38px}.uppy-Dashboard-Item-previewIcon svg{height:100%;width:100%}.uppy-Dashboard-Item-previewIconWrap{height:76px;max-height:75%;position:relative}.uppy-Dashboard-Item-previewIconBg{filter:drop-shadow(rgba(0,0,0,.1) 0 1px 1px);height:100%;width:100%}.uppy-Dashboard-upload{height:50px;position:relative;width:50px}.uppy-size--md .uppy-Dashboard-upload{height:60px;width:60px}.uppy-Dashboard-upload .uppy-c-icon{position:relative;top:1px;width:50%}[dir=ltr] .uppy-Dashboard-uploadCount{right:-12px}[dir=rtl] .uppy-Dashboard-uploadCount{left:-12px}.uppy-Dashboard-uploadCount{background-color:#1bb240;border-radius:50%;color:#fff;font-size:8px;height:16px;line-height:16px;position:absolute;top:-12px;width:16px}.uppy-size--md .uppy-Dashboard-uploadCount{font-size:9px;height:18px;line-height:18px;width:18px}.uppy-DragDrop-container{align-items:center;background-color:#fff;border-radius:7px;cursor:pointer;display:flex;font-family:-apple-system,blinkmacsystemfont,Segoe UI,helvetica,arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;justify-content:center;max-width:100%}.uppy-DragDrop-container::-moz-focus-inner{border:0}.uppy-DragDrop-container:focus{box-shadow:0 0 0 3px #2275d766;outline:none}.uppy-DragDrop-inner{line-height:1.4;margin:0;padding:80px 20px;text-align:center}.uppy-DragDrop-arrow{fill:#e0e0e0;height:60px;margin-bottom:17px;width:60px}.uppy-DragDrop--isDragDropSupported{border:2px dashed #adadad}.uppy-DragDrop--isDraggingOver{background:#eaeaea;border:2px dashed #2275d7}.uppy-DragDrop--isDraggingOver .uppy-DragDrop-arrow{fill:#939393}.uppy-DragDrop-label{display:block;font-size:1.15em;margin-bottom:5px}.uppy-DragDrop-browse{color:#2275d7;cursor:pointer}.uppy-DragDrop-note{color:#adadad;font-size:1em}.uppy-FileInput-container{margin-bottom:15px}.uppy-FileInput-btn{-webkit-appearance:none;background:none;border:1px solid #14457f;border-radius:8px;color:inherit;color:#14457f;cursor:pointer;font-family:inherit;font-family:sans-serif;font-size:inherit;font-size:.85em;line-height:1;margin:0;padding:10px 15px}.uppy-FileInput-btn:hover{background-color:#14457f;color:#fff}.uppy-ProgressBar{height:3px;left:0;position:absolute;top:0;transition:height .2s;width:100%;z-index:10000}.uppy-ProgressBar[aria-hidden=true]{height:0}.uppy-ProgressBar-inner{background-color:#2275d7;box-shadow:0 0 10px #2275d7b3;height:100%;transition:width .4s ease;width:0}.uppy-ProgressBar-percentage{color:#fff;display:none;left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.uppy-Url{align-items:center;display:flex;flex:1;flex-direction:column;height:100%;justify-content:center;width:100%}[data-uppy-theme=dark] .uppy-Url{background-color:#1f1f1f}.uppy-Url-input{margin-bottom:15px;max-width:650px;width:90%}.uppy-size--md .uppy-Url-input{margin-bottom:20px}.uppy-Url-importButton{padding:13px 25px}.uppy-size--md .uppy-Url-importButton{padding:13px 30px}.uppy-Webcam-container{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.uppy-Webcam-videoContainer{background-color:#333;flex:1;flex-grow:1;overflow:hidden;position:relative;text-align:center;width:100%}.uppy-Webcam-video{bottom:0;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0}.uppy-Webcam-video--mirrored{transform:scaleX(-1)}.uppy-Webcam-footer{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;min-height:75px;padding:20px;width:100%}.uppy-Webcam-videoSourceContainer{flex-grow:0;width:100%}.uppy-size--lg .uppy-Webcam-videoSourceContainer{margin:0;width:33%}.uppy-Webcam-videoSource-select{background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");background-position:right .4em top 50%,0 0;background-repeat:no-repeat;background-size:.65em auto,100%;border:1px solid #757575;display:block;font-size:16px;line-height:1.2;margin:auto auto 10px;max-width:90%;padding:.4em 1em .3em .4em;text-overflow:ellipsis;white-space:nowrap;width:100%}.uppy-size--lg .uppy-Webcam-videoSource-select{font-size:14px;margin-bottom:0}.uppy-Webcam-videoSource-select::-ms-expand{display:none}.uppy-Webcam-buttonContainer{margin-left:25%;text-align:center;width:50%}.uppy-size--lg .uppy-Webcam-buttonContainer{margin-left:0;width:34%}.uppy-Webcam-recordingLength{color:#757575;flex-grow:0;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;text-align:right;width:25%}.uppy-size--lg .uppy-Webcam-recordingLength{width:33%}.uppy-Webcam-button{background-color:#e32437;border-radius:50%;color:#fff;cursor:pointer;height:45px;transition:all .3s;width:45px}.uppy-Webcam-button:focus{outline:none}.uppy-Webcam-button::-moz-focus-inner{border:0}.uppy-Webcam-button:focus{box-shadow:0 0 0 3px #2275d780}.uppy-Webcam-button:hover{background-color:#d31b2d}[data-uppy-theme=dark] .uppy-Webcam-button:focus{outline:none}[data-uppy-theme=dark] .uppy-Webcam-button::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-Webcam-button:focus{box-shadow:0 0 0 2px #aae1ffd9}.uppy-Webcam-button--submit{background-color:#2275d7;margin:0 12px}.uppy-Webcam-button--submit:hover{background-color:#1f69c1}.uppy-Webcam-button svg{fill:currentColor;display:inline-block;height:30px;max-height:100%;max-width:100%;overflow:hidden;vertical-align:text-top;width:30px}.uppy-size--md .uppy-Webcam-button{height:60px;width:60px}.uppy-Webcam-button--picture{margin-right:12px}.uppy-Webcam-permissons{align-items:center;display:flex;flex:1;flex-flow:column wrap;height:100%;justify-content:center;padding:15px}.uppy-Webcam-permissons p{color:#939393;line-height:1.3;line-height:1.45;margin:0;max-width:450px;text-align:center}.uppy-Webcam-permissonsIcon svg{color:#bbb;height:75px;margin-bottom:30px;width:100px}.uppy-Webcam-title{color:#333;font-size:22px;font-weight:400;line-height:1.35;margin:0 0 5px;max-width:500px;padding:0 15px;text-align:center}[data-uppy-theme=dark] .uppy-Webcam-title{color:#eaeaea}.uppy-Audio-container{flex-direction:column}.uppy-Audio-audioContainer,.uppy-Audio-container{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.uppy-Audio-audioContainer{background-color:#cfcfcf;position:relative}.uppy-Audio-player{border-radius:12px;width:85%}.uppy-Audio-canvas{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.uppy-Audio-footer{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;padding:20px;width:100%}.uppy-Audio-audioSourceContainer{flex-grow:0;width:100%}.uppy-size--lg .uppy-Audio-audioSourceContainer{margin:0;width:33%}.uppy-Audio-audioSource-select{background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");background-position:right .4em top 50%,0 0;background-repeat:no-repeat;background-size:.65em auto,100%;border:1px solid #757575;display:block;font-size:16px;line-height:1.2;margin:auto auto 10px;max-width:90%;padding:.4em 1em .3em .4em;text-overflow:ellipsis;white-space:nowrap;width:100%}.uppy-size--lg .uppy-Audio-audioSource-select{font-size:14px;margin-bottom:0}.uppy-Audio-audioSource-select::-ms-expand{display:none}.uppy-Audio-buttonContainer{flex:1;margin-left:25%;text-align:center;width:50%}.uppy-size--lg .uppy-Audio-buttonContainer{margin-left:0;width:34%}.uppy-Audio-recordingLength{color:#757575;flex-grow:0;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;text-align:right;width:25%}.uppy-size--lg .uppy-Audio-recordingLength{width:33%}.uppy-Audio-button{background-color:#e32437;border-radius:50%;color:#fff;cursor:pointer;height:45px;transition:all .3s;width:45px}.uppy-Audio-button:focus{outline:none}.uppy-Audio-button::-moz-focus-inner{border:0}.uppy-Audio-button:focus{box-shadow:0 0 0 3px #2275d780}.uppy-Audio-button:hover{background-color:#d31b2d}[data-uppy-theme=dark] .uppy-Audio-button:focus{outline:none}[data-uppy-theme=dark] .uppy-Audio-button::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-Audio-button:focus{box-shadow:0 0 0 2px #aae1ffd9}.uppy-Audio-button--submit{background-color:#2275d7;margin:0 12px}.uppy-Audio-button--submit:hover{background-color:#1f69c1}.uppy-Audio-button svg{fill:currentColor;display:inline-block;height:26px;max-height:100%;max-width:100%;overflow:hidden;vertical-align:text-top;width:26px}.uppy-size--md .uppy-Audio-button{height:60px;width:60px}.uppy-Audio-permissons{align-items:center;display:flex;flex:1;flex-flow:column wrap;height:100%;justify-content:center;padding:15px}.uppy-Audio-permissons p{color:#939393;line-height:1.3;line-height:1.45;margin:0;max-width:450px;text-align:center}.uppy-Audio-permissonsIcon svg{color:#bbb;height:75px;margin-bottom:30px;width:100px}.uppy-Audio-title{color:#333;font-size:22px;font-weight:400;line-height:1.35;margin:0 0 5px;max-width:500px;padding:0 15px;text-align:center}[data-uppy-theme=dark] .uppy-Audio-title{color:#eaeaea}.uppy-ScreenCapture-container{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.uppy-ScreenCapture-videoContainer{background-color:#333;flex:1;flex-grow:1;overflow:hidden;position:relative;text-align:center;width:100%}.uppy-size--md .uppy-ScreenCapture-videoContainer{max-width:100%}.uppy-ScreenCapture-video{bottom:0;left:0;margin:auto;max-height:100%;max-width:100%;outline:0;position:absolute;right:0;top:0}.uppy-ScreenCapture-buttonContainer{align-items:center;background-color:#fff;border-top:1px solid #eaeaea;display:flex;height:75px;justify-content:center;padding:0 20px;width:100%}[data-uppy-theme=dark] .uppy-ScreenCapture-buttonContainer{background-color:#1f1f1f;border-top:1px solid #333}.uppy-ScreenCapture-button{border-radius:50%;color:#fff;cursor:pointer;height:45px;transition:all .3s;width:45px}.uppy-ScreenCapture-button:focus{outline:none}.uppy-ScreenCapture-button::-moz-focus-inner{border:0}.uppy-ScreenCapture-button:focus{box-shadow:0 0 0 3px #2275d780}[data-uppy-theme=dark] .uppy-ScreenCapture-button:focus{outline:none}[data-uppy-theme=dark] .uppy-ScreenCapture-button::-moz-focus-inner{border:0}[data-uppy-theme=dark] .uppy-ScreenCapture-button:focus{box-shadow:0 0 0 2px #aae1ffd9}.uppy-size--md .uppy-ScreenCapture-button{height:60px;width:60px}.uppy-ScreenCapture-button:hover{background-color:#d31b2d}.uppy-ScreenCapture-button svg{fill:currentColor;display:inline-block;height:30px;max-height:100%;max-width:100%;overflow:hidden;vertical-align:text-top;width:30px}.uppy-ScreenCapture-button--submit{background-color:#2275d7;margin-left:12px}.uppy-ScreenCapture-button--submit:hover{background-color:#1f69c1}.uppy-ScreenCapture-button--submit:disabled{background-color:#939393;cursor:default}.uppy-ScreenCapture-button--submit:disabled:hover{background-color:#eaeaea}.uppy-ScreenCapture-title{color:#333;font-size:22px;font-weight:400;line-height:1.35;margin:0 0 5px;max-width:500px;padding:0 15px;text-align:center}.uppy-ScreenCapture-icon--stream{margin:1rem;position:absolute;right:0;top:0;z-index:1}.uppy-ScreenCapture-icon--stream svg{fill:#939393}.uppy-ScreenCapture-icon--streamActive svg{animation:uppy-ScreenCapture-icon--blink 1s cubic-bezier(.47,0,.75,.72) infinite}@keyframes uppy-ScreenCapture-icon--blink{0%{fill:#2275d7}50%{fill:#939393}to{fill:#2275d7}}.uppy-ScreenCapture-button--video{background:#e32437;color:#fff}.uppy-ScreenCapture-button--video:hover{background-color:#bc1828}.uppy-ImageCropper-range{-webkit-appearance:none;background:#0000;margin:9px 0;width:100%}.uppy-ImageCropper-range::-moz-focus-outer{border:0}.uppy-ImageCropper-range:focus{outline:0}.uppy-ImageCropper-range:focus::-webkit-slider-runnable-track{background:#fff3}.uppy-ImageCropper-range:focus::-ms-fill-lower,.uppy-ImageCropper-range:focus::-ms-fill-upper{background:#fff3}.uppy-ImageCropper-range::-webkit-slider-runnable-track{background:#fff3;border:0 solid #0000;border-radius:5px;box-shadow:0 0 0 #0000,0 0 0 #0d0d0d00;cursor:default;height:4px;-webkit-transition:all .2s ease;transition:all .2s ease;width:100%}.uppy-ImageCropper-range::-webkit-slider-thumb{-webkit-appearance:none;background:#fff;border:0 solid #0000;border-radius:9px;box-shadow:0 0 4px #0003,0 0 0 #0d0d0d33;box-sizing:border-box;cursor:default;height:18px;margin-top:-7px;width:18px}.uppy-ImageCropper-range::-moz-range-track{background:#fff3;border:0 solid #0000;border-radius:5px;box-shadow:0 0 0 #0000,0 0 0 #0d0d0d00;cursor:default;height:4px;-moz-transition:all .2s ease;transition:all .2s ease;width:100%}.uppy-ImageCropper-range::-moz-range-thumb{background:#fff;border:0 solid #0000;border-radius:9px;box-shadow:0 0 4px #0003,0 0 0 #0d0d0d33;box-sizing:border-box;cursor:default;height:18px;width:18px}.uppy-ImageCropper-range::-ms-track{background:#0000;border-color:#0000;border-width:9px 0;color:#0000;cursor:default;height:4px;-ms-transition:all .2s ease;transition:all .2s ease;width:100%}.uppy-ImageCropper-range::-ms-fill-lower{background:#f2f2f233;border:0 solid #0000;border-radius:10px;box-shadow:0 0 0 #0000,0 0 0 #0d0d0d00}.uppy-ImageCropper-range::-ms-fill-upper{background:#fff3;border:0 solid #0000;border-radius:10px;box-shadow:0 0 0 #0000,0 0 0 #0d0d0d00}.uppy-ImageCropper-range::-ms-thumb{background:#fff;border:0 solid #0000;border-radius:9px;box-shadow:0 0 4px #0003,0 0 0 #0d0d0d33;box-sizing:border-box;cursor:default;height:18px;margin-top:1px;width:18px}.uppy-ImageCropper-range:disabled::-moz-range-thumb,.uppy-ImageCropper-range:disabled::-ms-fill-lower,.uppy-ImageCropper-range:disabled::-ms-fill-upper,.uppy-ImageCropper-range:disabled::-ms-thumb,.uppy-ImageCropper-range:disabled::-webkit-slider-runnable-track,.uppy-ImageCropper-range:disabled::-webkit-slider-thumb{cursor:not-allowed}

/*!
 * Cropper.js v1.5.6
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-10-04T04:33:44.164Z
 */.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;touch-action:none;-webkit-user-select:none;user-select:none}.cropper-container img{image-orientation:0deg;display:block;height:100%;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-canvas,.cropper-wrap-box{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:1}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:#3399ffbf;overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:33.3333333333%;left:0;top:33.3333333333%;width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:33.3333333333%;top:0;width:33.3333333333%}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:after,.cropper-center:before{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;opacity:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width:768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width:992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}.uppy-ImageCropper{display:flex;flex-direction:column;height:100%;width:100%}.uppy-ImageCropper-container{flex-grow:1}.uppy-ImageCropper-image{display:block;max-height:400px}.uppy-ImageCropper-controls{align-items:center;background-color:#0009;bottom:15px;color:#fff;display:flex;justify-content:center;left:50%;padding-top:38px;position:absolute;transform:translateX(-50%)}@media screen and (min-width:768px){.uppy-ImageCropper-controls{padding-top:0}}.uppy-ImageCropper-controls button{height:35px;width:35px}.uppy-ImageCropper-controls button svg{padding:3px}.uppy-size--md .uppy-ImageCropper-controls button{height:40px;width:40px}.uppy-size--md .uppy-ImageCropper-controls button svg{padding:1px}.uppy-ImageCropper-controls button:hover{background-color:#2275d7cc}.uppy-ImageCropper-controls button:focus{background-color:#2275d7cc;outline:none}.uppy-ImageCropper-rangeWrapper{height:38px;left:10px;position:absolute!important;right:10px;top:0}@media screen and (min-width:768px){.uppy-ImageCropper-rangeWrapper{height:auto;position:static!important}.uppy-ImageCropper-range{margin-left:5px;margin-right:15px;width:180px}}.uppy-ImageCropper .cropper-point{height:8px;width:8px}.uppy-ImageCropper .cropper-view-box{outline:2px solid #39f}.uppy-is-drag-over:after{background-color:#eaeaea80;border:5px dashed #bbb;bottom:7px;content:"";left:7px;position:fixed;right:7px;top:7px;z-index:10000}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
          box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  left: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  right: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57,57,57,0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}
.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57,57,57,0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57,57,57,0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0,0,0,0.5);
}
.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0,0,0,0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0,0,0,0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
          box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
      -ms-flex-preferred-size: 14.2857143%;
          flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
          box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57,57,57,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57,57,57,0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
          box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
          box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57,57,57,0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@charset "UTF-8";
/*




 */
/*=== Element size ===*/
/*=== Truncate text ===*/
/*=== Center ===*/
/* Offsets mixins
==================== */
/*=== Font ===*/
/*=== Visibility ===*/
/*=== Borders & lines ===*/
/*=== Positions ===*/
/* Responsive
==================== */
/*=== Default Transition ===*/
/*=== Animation ===*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
/* line 223, /idolcamp/app/assets/stylesheets/partials/generic/_mixins.scss */
.dark-filter {
  display: inline-block;
  opacity: 0.7;
  position: absolute;
  background-color: black;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-transition: opacity 0.2s linear 0.4s ease;
  -ms-transition: opacity 0.2s linear 0.4s ease;
  -moz-transition: opacity 0.2s linear 0.4s ease;
  -webkit-transition: opacity 0.2s linear 0.4s ease;
  transition: opacity 0.2s linear 0.4s ease;
}

/* line 235, /idolcamp/app/assets/stylesheets/partials/generic/_mixins.scss */
.toggle-info-button {
  position: absolute;
  width: 2.5rem;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 1.5rem;
  text-align: center;
  cursor: pointer;
}
/* line 242, /idolcamp/app/assets/stylesheets/partials/generic/_mixins.scss */
.toggle-info-button i {
  display: block;
  padding: 0.7rem;
}

/* line 247, /idolcamp/app/assets/stylesheets/partials/generic/_mixins.scss */
.toggle-info-button:hover {
  text-shadow: 0 0 3px #DDD;
}

/* line 251, /idolcamp/app/assets/stylesheets/partials/generic/_mixins.scss */
.side-pannel {
  background-color: rgba(0, 0, 0, 0.6);
}

/* line 255, /idolcamp/app/assets/stylesheets/partials/generic/_mixins.scss */
.unselectable {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 348, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-version {
  font-family: "/5.5.1/";
}

/* line 352, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

/* line 357, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

/* line 362, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

/* line 367, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:50em)/";
  width: 40.063em;
}

/* line 372, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:50.063em)/";
  width: 50.063em;
}

/* line 377, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:50.063em) and (max-width:90em)/";
  width: 50.063em;
}

/* line 382, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

/* line 387, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
  width: 90.063em;
}

/* line 392, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

/* line 397, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace {
  font-family: false;
}

/* line 404, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
html, body {
  height: 100%;
}

/* line 407, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 413, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 417, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
body {
  background: #fff;
  color: #202020;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

/* line 430, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 433, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 435, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 439, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

/* line 446, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 447, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 173, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
.clearfix:after {
  clear: both;
}

/* line 451, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
.hide {
  display: none;
}

/* line 456, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
.invisible {
  visibility: hidden;
}

/* line 462, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 465, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 475, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 478, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
select {
  width: 100%;
}

/* line 232, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
}
/* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 173, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
.row:after {
  clear: both;
}
/* line 236, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
/* line 239, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 242, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
/* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 173, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}
/* line 243, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
/* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 173, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 247, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

/* line 250, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
[class*="column"] + [class*="column"]:last-child {
  float: right;
}

/* line 251, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
[class*="column"] + [class*="column"].end {
  float: left;
}

@media only screen {
  /* line 159, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 159, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 159, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 159, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 159, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 159, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 159, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 159, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 159, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 159, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 159, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 159, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 167, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-1 {
    width: 8.33333%;
  }

  /* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-2 {
    width: 16.66667%;
  }

  /* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-3 {
    width: 25%;
  }

  /* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-4 {
    width: 33.33333%;
  }

  /* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-5 {
    width: 41.66667%;
  }

  /* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-6 {
    width: 50%;
  }

  /* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-7 {
    width: 58.33333%;
  }

  /* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-8 {
    width: 66.66667%;
  }

  /* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-9 {
    width: 75%;
  }

  /* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-10 {
    width: 83.33333%;
  }

  /* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-11 {
    width: 91.66667%;
  }

  /* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-12 {
    width: 100%;
  }

  /* line 176, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-0 {
    margin-left: 0% !important;
  }

  /* line 176, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 176, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 176, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-3 {
    margin-left: 25% !important;
  }

  /* line 176, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 176, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 176, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-6 {
    margin-left: 50% !important;
  }

  /* line 176, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 176, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 176, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-9 {
    margin-left: 75% !important;
  }

  /* line 176, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 176, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 179, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 187, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 190, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 198, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }

  /* line 204, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }

  /* line 209, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }

  /* line 216, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 219, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 222, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 159, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 159, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 159, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 159, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 159, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 159, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 159, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 159, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 159, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 159, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 159, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 159, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 167, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-1 {
    width: 8.33333%;
  }

  /* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-2 {
    width: 16.66667%;
  }

  /* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-3 {
    width: 25%;
  }

  /* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-4 {
    width: 33.33333%;
  }

  /* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-5 {
    width: 41.66667%;
  }

  /* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-6 {
    width: 50%;
  }

  /* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-7 {
    width: 58.33333%;
  }

  /* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-8 {
    width: 66.66667%;
  }

  /* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-9 {
    width: 75%;
  }

  /* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-10 {
    width: 83.33333%;
  }

  /* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-11 {
    width: 91.66667%;
  }

  /* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-12 {
    width: 100%;
  }

  /* line 176, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-0 {
    margin-left: 0% !important;
  }

  /* line 176, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 176, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 176, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-3 {
    margin-left: 25% !important;
  }

  /* line 176, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 176, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 176, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-6 {
    margin-left: 50% !important;
  }

  /* line 176, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 176, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 176, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-9 {
    margin-left: 75% !important;
  }

  /* line 176, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 176, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 179, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 187, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 190, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 198, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }

  /* line 204, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }

  /* line 209, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  /* line 216, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 219, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 222, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 261, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 264, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 261, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 264, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 261, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 264, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 261, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 264, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 261, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 264, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 261, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 264, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 261, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 264, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 261, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 264, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 261, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 264, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 261, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 264, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 261, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 264, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 261, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 264, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 50.063em) {
  /* line 159, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 159, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 159, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 159, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 159, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 159, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 159, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 159, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 159, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 159, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 159, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 159, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 167, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-1 {
    width: 8.33333%;
  }

  /* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-2 {
    width: 16.66667%;
  }

  /* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-3 {
    width: 25%;
  }

  /* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-4 {
    width: 33.33333%;
  }

  /* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-5 {
    width: 41.66667%;
  }

  /* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-6 {
    width: 50%;
  }

  /* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-7 {
    width: 58.33333%;
  }

  /* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-8 {
    width: 66.66667%;
  }

  /* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-9 {
    width: 75%;
  }

  /* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-10 {
    width: 83.33333%;
  }

  /* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-11 {
    width: 91.66667%;
  }

  /* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-12 {
    width: 100%;
  }

  /* line 176, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-0 {
    margin-left: 0% !important;
  }

  /* line 176, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 176, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 176, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-3 {
    margin-left: 25% !important;
  }

  /* line 176, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 176, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 176, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-6 {
    margin-left: 50% !important;
  }

  /* line 176, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 176, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 176, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-9 {
    margin-left: 75% !important;
  }

  /* line 176, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 176, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 179, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  /* line 187, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 190, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  /* line 198, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }

  /* line 204, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }

  /* line 209, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  /* line 216, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 219, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 222, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 272, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  /* line 275, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  /* line 272, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 275, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 272, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 275, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 272, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 275, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 272, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 275, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 272, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 275, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 272, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 275, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 272, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 275, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 272, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 275, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 272, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 275, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 272, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 275, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 272, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 275, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
/* line 129, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_accordion.scss */
.accordion {
  margin-bottom: 0;
}
/* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
.accordion:before, .accordion:after {
  content: " ";
  display: table;
}
/* line 173, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
.accordion:after {
  clear: both;
}
/* line 132, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_accordion.scss */
.accordion .accordion-navigation, .accordion dd {
  display: block;
  margin-bottom: 0 !important;
}
/* line 135, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_accordion.scss */
.accordion .accordion-navigation.active > a, .accordion dd.active > a {
  background: #e8e8e8;
}
/* line 136, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_accordion.scss */
.accordion .accordion-navigation > a, .accordion dd > a {
  background: #EFEFEF;
  color: #222222;
  padding: 1rem;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
}
/* line 143, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_accordion.scss */
.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
  background: #e3e3e3;
}
/* line 146, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_accordion.scss */
.accordion .accordion-navigation > .content, .accordion dd > .content {
  display: none;
  padding: 0.9375rem;
}
/* line 149, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_accordion.scss */
.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
  display: block;
  background: #FFFFFF;
}

/* line 112, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_alert-boxes.scss */
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  transition: opacity 300ms ease-out;
  background-color: #008CBA;
  border-color: #0078a0;
  color: #FFFFFF;
}
/* line 115, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_alert-boxes.scss */
.alert-box .close {
  font-size: 1.375rem;
  padding: 0 6px 4px;
  line-height: .9;
  position: absolute;
  top: 50%;
  margin-top: -0.6875rem;
  right: 0.25rem;
  color: #333333;
  opacity: 0.3;
  background: inherit;
}
/* line 96, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_alert-boxes.scss */
.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}
/* line 117, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_alert-boxes.scss */
.alert-box.radius {
  border-radius: 3px;
}
/* line 118, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_alert-boxes.scss */
.alert-box.round {
  border-radius: 1000px;
}
/* line 120, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_alert-boxes.scss */
.alert-box.success {
  background-color: #43AC6A;
  border-color: #3a945b;
  color: #FFFFFF;
}
/* line 121, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_alert-boxes.scss */
.alert-box.alert {
  background-color: #f04124;
  border-color: #de2d0f;
  color: #FFFFFF;
}
/* line 122, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_alert-boxes.scss */
.alert-box.secondary {
  background-color: #e7e7e7;
  border-color: #c7c7c7;
  color: #4f4f4f;
}
/* line 123, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_alert-boxes.scss */
.alert-box.warning {
  background-color: #f08a24;
  border-color: #de770f;
  color: #FFFFFF;
}
/* line 124, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_alert-boxes.scss */
.alert-box.info {
  background-color: #a0d3e8;
  border-color: #74bfdd;
  color: #4f4f4f;
}
/* line 125, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_alert-boxes.scss */
.alert-box.alert-close {
  opacity: 0;
}

/* line 107, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 0;
}
/* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}
/* line 173, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
[class*="block-grid-"]:after {
  clear: both;
}
/* line 51, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0 0;
}

@media only screen {
  /* line 62, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  /* line 69, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 62, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  /* line 69, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 62, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  /* line 69, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 62, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  /* line 69, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 62, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  /* line 69, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 62, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  /* line 69, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 62, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  /* line 69, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 62, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  /* line 69, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 62, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  /* line 69, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 62, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  /* line 69, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 62, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  /* line 69, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 62, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  /* line 69, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 62, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  /* line 69, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 62, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  /* line 69, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 62, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  /* line 69, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 62, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  /* line 69, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 62, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  /* line 69, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 62, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  /* line 69, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 62, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  /* line 69, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 62, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  /* line 69, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 62, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  /* line 69, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 62, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  /* line 69, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 62, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  /* line 69, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 62, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  /* line 69, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 50.063em) {
  /* line 62, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  /* line 69, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 62, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  /* line 69, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 62, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  /* line 69, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 62, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  /* line 69, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 62, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  /* line 69, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 62, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  /* line 69, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 62, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  /* line 69, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 62, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  /* line 69, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 62, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  /* line 69, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 62, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  /* line 69, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 62, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  /* line 69, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 62, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  /* line 69, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* line 118, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_breadcrumbs.scss */
.breadcrumbs {
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #f4f4f4;
  border-color: gainsboro;
  border-radius: 3px;
}
/* line 122, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_breadcrumbs.scss */
.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  text-transform: uppercase;
  color: #008CBA;
}
/* line 68, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline;
}
/* line 70, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_breadcrumbs.scss */
.breadcrumbs > * a {
  color: #008CBA;
}
/* line 75, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current {
  cursor: default;
  color: #333333;
}
/* line 78, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current a {
  cursor: default;
  color: #333333;
}
/* line 83, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}
/* line 88, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable {
  color: #999999;
}
/* line 90, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable a {
  color: #999999;
}
/* line 92, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #999999;
  cursor: not-allowed;
}
/* line 102, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:before {
  content: "/";
  color: #AAAAAA;
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
}
/* line 110, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/* Accessibility - hides the forward slash */
/* line 130, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_breadcrumbs.scss */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/";
}

/* line 217, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button, .button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}
/* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #007095;
}
/* line 168, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  color: #FFFFFF;
}
/* line 224, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.secondary, .button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
/* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #b9b9b9;
}
/* line 168, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333;
}
/* line 225, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.success, .button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}
/* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #368a55;
}
/* line 168, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #FFFFFF;
}
/* line 226, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
/* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}
/* line 168, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #FFFFFF;
}
/* line 227, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.warning, .button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
/* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #cf6e0e;
}
/* line 168, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #FFFFFF;
}
/* line 228, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
/* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9;
}
/* line 168, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #FFFFFF;
}
/* line 230, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.large, .button.large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.25rem;
}
/* line 231, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.small, .button.small {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 0.8125rem;
}
/* line 232, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.tiny, .button.tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
}
/* line 233, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
/* line 235, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}
/* line 236, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}
/* line 238, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.radius, .button.radius {
  border-radius: 3px;
}
/* line 239, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.round, .button.round {
  border-radius: 1000px;
}
/* line 241, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #007095;
}
/* line 168, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #FFFFFF;
}
/* line 179, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #008CBA;
}
/* line 242, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #b9b9b9;
}
/* line 168, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333333;
}
/* line 179, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e7e7e7;
}
/* line 243, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #368a55;
}
/* line 168, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #FFFFFF;
}
/* line 179, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #43AC6A;
}
/* line 244, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cf2a0e;
}
/* line 168, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #FFFFFF;
}
/* line 179, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f04124;
}
/* line 245, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #cf6e0e;
}
/* line 168, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: #FFFFFF;
}
/* line 179, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f08a24;
}
/* line 246, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
/* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #61b6d9;
}
/* line 168, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: #FFFFFF;
}
/* line 179, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #a0d3e8;
}

/* line 251, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width: 40.063em) {
  /* line 254, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
  button, .button {
    display: inline-block;
  }
}
/* line 151, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group {
  list-style: none;
  margin: 0;
  left: 0;
}
/* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
.button-group:before, .button-group:after {
  content: " ";
  display: table;
}
/* line 173, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
.button-group:after {
  clear: both;
}
/* line 154, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-2 li {
  margin: 0 -2px;
  display: inline-block;
  width: 50%;
}
/* line 39, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-2 li > button, .button-group.even-2 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
  border-left: 0;
}
/* line 145, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-2 li button, .button-group.even-2 li .button {
  width: 100%;
}
/* line 154, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-3 li {
  margin: 0 -2px;
  display: inline-block;
  width: 33.33333%;
}
/* line 39, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-3 li > button, .button-group.even-3 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
  border-left: 0;
}
/* line 145, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-3 li button, .button-group.even-3 li .button {
  width: 100%;
}
/* line 154, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-4 li {
  margin: 0 -2px;
  display: inline-block;
  width: 25%;
}
/* line 39, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-4 li > button, .button-group.even-4 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
  border-left: 0;
}
/* line 145, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-4 li button, .button-group.even-4 li .button {
  width: 100%;
}
/* line 154, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-5 li {
  margin: 0 -2px;
  display: inline-block;
  width: 20%;
}
/* line 39, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-5 li > button, .button-group.even-5 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
  border-left: 0;
}
/* line 145, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-5 li button, .button-group.even-5 li .button {
  width: 100%;
}
/* line 154, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-6 li {
  margin: 0 -2px;
  display: inline-block;
  width: 16.66667%;
}
/* line 39, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-6 li > button, .button-group.even-6 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
  border-left: 0;
}
/* line 145, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-6 li button, .button-group.even-6 li .button {
  width: 100%;
}
/* line 154, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-7 li {
  margin: 0 -2px;
  display: inline-block;
  width: 14.28571%;
}
/* line 39, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-7 li > button, .button-group.even-7 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
  border-left: 0;
}
/* line 145, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-7 li button, .button-group.even-7 li .button {
  width: 100%;
}
/* line 154, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-8 li {
  margin: 0 -2px;
  display: inline-block;
  width: 12.5%;
}
/* line 39, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-8 li > button, .button-group.even-8 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
  border-left: 0;
}
/* line 145, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.even-8 li button, .button-group.even-8 li .button {
  width: 100%;
}
/* line 157, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group > li {
  margin: 0 -2px;
  display: inline-block;
}
/* line 39, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group > li > button, .button-group > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group > li:first-child button, .button-group > li:first-child .button {
  border-left: 0;
}
/* line 160, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.stack > li {
  margin: 0 -2px;
  display: inline-block;
  display: block;
  margin: 0;
  float: none;
}
/* line 39, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.stack > li > button, .button-group.stack > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
  border-left: 0;
}
/* line 66, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.stack > li > button, .button-group.stack > li .button {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  margin: 0;
  display: block;
}
/* line 73, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.stack > li > button {
  width: 100%;
}
/* line 78, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
  border-top: 0;
}
/* line 164, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.stack-for-small > li {
  margin: 0 -2px;
  display: inline-block;
}
/* line 39, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
  border-left: 0;
}
@media only screen and (max-width: 40em) {
  /* line 164, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.stack-for-small > li {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0;
  }
  /* line 39, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  /* line 45, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
    border-left: 0;
  }
  /* line 66, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    margin: 0;
    display: block;
  }
  /* line 73, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.stack-for-small > li > button {
    width: 100%;
  }
  /* line 78, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
    border-top: 0;
  }
}
/* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.radius > * {
  margin: 0 -2px;
  display: inline-block;
}
/* line 39, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.radius > * > button, .button-group.radius > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
  border-left: 0;
}
/* line 114, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.radius > *, .button-group.radius > * > a, .button-group.radius > * > button, .button-group.radius > * > .button {
  border-radius: 0;
}
/* line 118, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 129, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 173, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.radius.stack > * {
  margin: 0 -2px;
  display: inline-block;
  display: block;
  margin: 0;
}
/* line 39, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
  border-left: 0;
}
/* line 66, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  margin: 0;
  display: block;
}
/* line 73, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.radius.stack > * > button {
  width: 100%;
}
/* line 78, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
  border-top: 0;
}
/* line 114, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.radius.stack > *, .button-group.radius.stack > * > a, .button-group.radius.stack > * > button, .button-group.radius.stack > * > .button {
  border-radius: 0;
}
/* line 118, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.radius.stack > *:first-child, .button-group.radius.stack > *:first-child > a, .button-group.radius.stack > *:first-child > button, .button-group.radius.stack > *:first-child > .button {
  -webkit-top-left-radius: 3px;
  -webkit-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 129, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.radius.stack > *:last-child, .button-group.radius.stack > *:last-child > a, .button-group.radius.stack > *:last-child > button, .button-group.radius.stack > *:last-child > .button {
  -webkit-bottom-left-radius: 3px;
  -webkit-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media only screen and (min-width: 40.063em) {
  /* line 174, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
  }
  /* line 39, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  /* line 45, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  /* line 114, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button {
    border-radius: 0;
  }
  /* line 118, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
  /* line 129, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
}
@media only screen and (max-width: 40em) {
  /* line 174, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0;
  }
  /* line 39, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  /* line 45, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  /* line 66, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    margin: 0;
    display: block;
  }
  /* line 73, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > * > button {
    width: 100%;
  }
  /* line 78, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-top: 0;
  }
  /* line 114, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button {
    border-radius: 0;
  }
  /* line 118, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
    -webkit-top-left-radius: 3px;
    -webkit-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  /* line 129, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
    -webkit-bottom-left-radius: 3px;
    -webkit-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}
/* line 183, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.round > * {
  margin: 0 -2px;
  display: inline-block;
}
/* line 39, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.round > * > button, .button-group.round > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.round > *:first-child button, .button-group.round > *:first-child .button {
  border-left: 0;
}
/* line 114, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.round > *, .button-group.round > * > a, .button-group.round > * > button, .button-group.round > * > .button {
  border-radius: 0;
}
/* line 118, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
/* line 129, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
/* line 184, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.round.stack > * {
  margin: 0 -2px;
  display: inline-block;
  display: block;
  margin: 0;
}
/* line 39, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.round.stack > * > button, .button-group.round.stack > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
  border-left: 0;
}
/* line 66, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.round.stack > * > button, .button-group.round.stack > * .button {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  margin: 0;
  display: block;
}
/* line 73, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.round.stack > * > button {
  width: 100%;
}
/* line 78, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
  border-top: 0;
}
/* line 114, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.round.stack > *, .button-group.round.stack > * > a, .button-group.round.stack > * > button, .button-group.round.stack > * > .button {
  border-radius: 0;
}
/* line 118, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.round.stack > *:first-child, .button-group.round.stack > *:first-child > a, .button-group.round.stack > *:first-child > button, .button-group.round.stack > *:first-child > .button {
  -webkit-top-left-radius: 1rem;
  -webkit-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
/* line 129, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-group.round.stack > *:last-child, .button-group.round.stack > *:last-child > a, .button-group.round.stack > *:last-child > button, .button-group.round.stack > *:last-child > .button {
  -webkit-bottom-left-radius: 1rem;
  -webkit-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
@media only screen and (min-width: 40.063em) {
  /* line 185, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
  }
  /* line 39, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  /* line 45, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  /* line 114, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button {
    border-radius: 0;
  }
  /* line 118, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
  }
  /* line 129, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
  }
}
@media only screen and (max-width: 40em) {
  /* line 185, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0;
  }
  /* line 39, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  /* line 45, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  /* line 66, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    margin: 0;
    display: block;
  }
  /* line 73, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > * > button {
    width: 100%;
  }
  /* line 78, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-top: 0;
  }
  /* line 114, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button {
    border-radius: 0;
  }
  /* line 118, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
    -webkit-top-left-radius: 1rem;
    -webkit-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
  /* line 129, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
  .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
    -webkit-bottom-left-radius: 1rem;
    -webkit-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
}

/* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
.button-bar:before, .button-bar:after {
  content: " ";
  display: table;
}
/* line 173, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
.button-bar:after {
  clear: both;
}
/* line 197, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-bar .button-group {
  float: left;
  margin-right: 0.625rem;
}
/* line 32, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_button-groups.scss */
.button-bar .button-group div {
  overflow: hidden;
}

/* Clearing Styles */
/* line 44, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_clearing.scss */
.clearing-thumbs, [data-clearing] {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}
/* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}
/* line 173, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
.clearing-thumbs:after, [data-clearing]:after {
  clear: both;
}
/* line 50, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_clearing.scss */
.clearing-thumbs li, [data-clearing] li {
  float: left;
  margin-right: 10px;
}
/* line 55, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_clearing.scss */
.clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
  margin-right: 0;
}

/* line 60, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_clearing.scss */
.clearing-blackout {
  background: #333333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}
/* line 69, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_clearing.scss */
.clearing-blackout .clearing-close {
  display: block;
}

/* line 72, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_clearing.scss */
.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

/* line 80, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_clearing.scss */
.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #AAAAAA;
  font-size: 0.6em;
}

/* line 88, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_clearing.scss */
.visible-img {
  height: 95%;
  position: relative;
}
/* line 92, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_clearing.scss */
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  max-height: 100%;
  max-width: 100%;
}

/* line 111, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_clearing.scss */
.clearing-caption {
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0;
}

/* line 125, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_clearing.scss */
.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #CCCCCC;
  display: none;
}
/* line 134, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_clearing.scss */
.clearing-close:hover, .clearing-close:focus {
  color: #CCCCCC;
}

/* line 138, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container {
  height: 100%;
}
/* line 139, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

/* line 143, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_clearing.scss */
.clearing-feature li {
  display: none;
}
/* line 145, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_clearing.scss */
.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width: 40.063em) {
  /* line 152, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }
  /* line 158, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-main-prev > span,
  .clearing-main-next > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 12px;
  }
  /* line 165, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-main-prev > span:hover,
  .clearing-main-next > span:hover {
    opacity: 0.8;
  }

  /* line 168, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-main-prev {
    left: 0;
  }
  /* line 170, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #CCCCCC;
  }

  /* line 176, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-main-next {
    right: 0;
  }
  /* line 178, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #CCCCCC;
  }

  /* line 184, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3;
  }

  /* line 189, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }
  /* line 195, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }
  /* line 202, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li {
    display: block;
    width: 120px;
    min-height: inherit;
    float: left;
    overflow: hidden;
    margin-right: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
    clear: none;
  }
  /* line 216, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }
  /* line 222, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }
  /* line 228, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }
  /* line 233, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  /* line 234, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: 0.8;
  }
  /* line 239, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    overflow: hidden;
    height: 85%;
  }

  /* line 246, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_clearing.scss */
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}
/* Foundation Dropdowns */
/* line 225, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px;
}
/* line 73, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown > *:first-child {
  margin-top: 0;
}
/* line 74, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown > *:last-child {
  margin-bottom: 0;
}
/* line 99, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent #FFFFFF transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 89;
}
/* line 106, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 88;
}
/* line 114, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.right:before {
  left: auto;
  right: 10px;
}
/* line 118, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.right:after {
  left: auto;
  right: 9px;
}
/* line 228, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-right {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 0;
  margin-left: 2px;
  max-width: 200px;
}
/* line 73, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-right > *:first-child {
  margin-top: 0;
}
/* line 74, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}
/* line 128, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-right:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #FFFFFF transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 89;
}
/* line 135, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-right:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent #cccccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  z-index: 88;
}
/* line 232, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-left {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 0;
  margin-left: -2px;
  max-width: 200px;
}
/* line 73, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-left > *:first-child {
  margin-top: 0;
}
/* line 74, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}
/* line 149, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-left:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #FFFFFF;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 89;
}
/* line 157, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-left:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent transparent #cccccc;
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -14px;
  left: auto;
  z-index: 88;
}
/* line 236, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-top {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: -2px;
  margin-left: 0;
  max-width: 200px;
}
/* line 73, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-top > *:first-child {
  margin-top: 0;
}
/* line 74, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}
/* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-top:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #FFFFFF transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -12px;
  left: 10px;
  right: auto;
  z-index: 89;
}
/* line 181, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.drop-top:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: #cccccc transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -14px;
  left: 9px;
  right: auto;
  z-index: 88;
}
/* line 241, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown li {
  font-size: 0.875rem;
  cursor: pointer;
  line-height: 1.125rem;
  margin: 0;
}
/* line 209, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #EEEEEE;
}
/* line 212, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown li.radius {
  border-radius: 3px;
}
/* line 214, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555555;
}
/* line 244, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.content {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  padding: 1.25rem;
  width: 100%;
  height: auto;
  max-height: none;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  max-width: 200px;
}
/* line 73, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.content > *:first-child {
  margin-top: 0;
}
/* line 74, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}
/* line 247, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.tiny {
  max-width: 200px;
}
/* line 248, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.small {
  max-width: 300px;
}
/* line 249, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.medium {
  max-width: 500px;
}
/* line 250, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.large {
  max-width: 800px;
}
/* line 251, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.mega {
  width: 100% !important;
  max-width: 100% !important;
}
/* line 255, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown.scss */
.f-dropdown.mega.open {
  left: 0 !important;
}

/* line 124, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
.dropdown.button, button.dropdown {
  position: relative;
  outline: none;
  padding-right: 3.5625rem;
}
/* line 64, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
.dropdown.button::after, button.dropdown::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: #FFFFFF transparent transparent transparent;
  top: 50%;
}
/* line 99, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
.dropdown.button::after, button.dropdown::after {
  border-width: 0.375rem;
  right: 1.40625rem;
  margin-top: -0.15625rem;
}
/* line 118, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
.dropdown.button::after, button.dropdown::after {
  border-color: #FFFFFF transparent transparent transparent;
}
/* line 125, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny, button.dropdown.tiny {
  padding-right: 2.625rem;
}
/* line 79, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny:after, button.dropdown.tiny:after {
  border-width: 0.375rem;
  right: 1.125rem;
  margin-top: -0.125rem;
}
/* line 118, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny::after, button.dropdown.tiny::after {
  border-color: #FFFFFF transparent transparent transparent;
}
/* line 126, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small, button.dropdown.small {
  padding-right: 3.0625rem;
}
/* line 89, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small::after, button.dropdown.small::after {
  border-width: 0.4375rem;
  right: 1.3125rem;
  margin-top: -0.15625rem;
}
/* line 118, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small::after, button.dropdown.small::after {
  border-color: #FFFFFF transparent transparent transparent;
}
/* line 127, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large, button.dropdown.large {
  padding-right: 3.625rem;
}
/* line 109, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large::after, button.dropdown.large::after {
  border-width: 0.3125rem;
  right: 1.71875rem;
  margin-top: -0.15625rem;
}
/* line 118, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large::after, button.dropdown.large::after {
  border-color: #FFFFFF transparent transparent transparent;
}
/* line 128, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_dropdown-buttons.scss */
.dropdown.button.secondary:after, button.dropdown.secondary:after {
  border-color: #333333 transparent transparent transparent;
}

/* line 49, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_flex-video.scss */
.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
}
/* line 32, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_flex-video.scss */
.flex-video.widescreen {
  padding-bottom: 56.34%;
}
/* line 33, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_flex-video.scss */
.flex-video.vimeo {
  padding-top: 0;
}
/* line 35, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_flex-video.scss */
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Standard Forms */
/* line 379, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */
/* line 87, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
form .row .row {
  margin: 0 -0.5rem;
}
/* line 89, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}
/* line 93, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
form .row .row.collapse {
  margin: 0;
}
/* line 95, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
/* line 97, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 103, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Label Styles */
/* line 385, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}
/* line 386, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
label.right {
  float: none !important;
  text-align: right;
}
/* line 387, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}
/* line 389, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
label small {
  text-transform: capitalize;
  color: #676767;
}

/* Attach elements to the beginning or end of an input */
/* line 396, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: visible;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
/* line 400, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none;
}

/* line 401, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none;
}

/* line 403, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 404, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 405, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 406, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
/* line 409, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

/* line 410, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */
/* line 413, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.15s linear;
}
/* line 133, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}
/* line 139, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
/* line 145, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
  background-color: #DDDDDD;
  cursor: default;
}
/* line 420, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
  border-radius: 3px;
}

/* line 428, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 432, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 435, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 439, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 442, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
/* line 446, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
/* line 449, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
/* line 453, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* line 458, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* Respect enforced amount of rows for textarea */
/* line 464, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */
/* line 469, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
textarea {
  max-width: 100%;
}

/* Add height value for select elements to match text input height */
/* line 474, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
select {
  -webkit-appearance: none !important;
  border-radius: 0;
  background-color: #FAFAFA;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem;
}
/* line 329, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
select::-ms-expand {
  display: none;
}
/* line 352, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
select.radius {
  border-radius: 3px;
}
/* line 353, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
select:hover {
  background-color: #f3f3f3;
  border-color: #999999;
}
/* line 358, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
/* line 477, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
select[multiple] {
  height: auto;
}

/* Adjust margin for form elements below */
/* line 483, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0;
}

/* line 490, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */
/* line 500, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
input[type="file"] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
/* line 514, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
fieldset {
  border: 1px solid #DDDDDD;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
/* line 272, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
fieldset legend {
  font-weight: bold;
  background: #FFFFFF;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

/* Error Handling */
/* line 521, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF;
}
/* line 524, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

/* line 527, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF;
}

/* line 532, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}
/* line 538, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem;
}
/* line 543, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
.error label,
.error label.error {
  color: #f04124;
}
/* line 548, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF;
}
/* line 553, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}
/* line 565, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
.error span.error-message, .error .field_with_errors span.error, .field_with_errors .error span.error, .error span#error_explanation {
  display: block;
}

/* line 570, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

/* line 575, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_forms.scss */
label.error {
  color: #f04124;
}

/* line 246, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar {
  width: 100%;
  font-size: 0;
  display: inline-block;
  background: #333333;
}
/* line 46, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar > * {
  text-align: center;
  font-size: 1rem;
  width: 25%;
  margin: 0 auto;
  display: block;
  padding: 1.25rem;
  float: left;
}
/* line 55, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar > * i, .icon-bar > * img {
  display: block;
  margin: 0 auto;
}
/* line 59, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar > * i + label, .icon-bar > * img + label {
  margin-top: .0625rem;
}
/* line 64, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar > * i {
  font-size: 1.875rem;
  vertical-align: middle;
}
/* line 69, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar > * img {
  width: 1.875rem;
  height: 1.875rem;
}
/* line 77, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.label-right > * i, .icon-bar.label-right > * img {
  margin: 0 .0625rem 0 0;
  display: inline-block;
}
/* line 81, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.label-right > * i + label, .icon-bar.label-right > * img + label {
  margin-top: 0;
}
/* line 86, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.label-right > * label {
  display: inline-block;
}
/* line 89, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.vertical.label-right > * {
  text-align: left;
}
/* line 93, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.vertical, .icon-bar.small-vertical {
  height: 100%;
  width: auto;
}
/* line 97, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.vertical .item, .icon-bar.small-vertical .item {
  width: auto;
  margin: auto;
  float: none;
}
@media only screen and (min-width: 40.063em) {
  /* line 104, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.medium-vertical {
    height: 100%;
    width: auto;
  }
  /* line 109, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.medium-vertical .item {
    width: auto;
    margin: auto;
    float: none;
  }
}
@media only screen and (min-width: 50.063em) {
  /* line 116, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.large-vertical {
    height: 100%;
    width: auto;
  }
  /* line 121, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.large-vertical .item {
    width: auto;
    margin: auto;
    float: none;
  }
}
/* line 138, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar > * {
  font-size: 1rem;
  padding: 1.25rem;
}
/* line 144, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar > * i + label, .icon-bar > * img + label {
  margin-top: .0625rem;
}
/* line 149, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar > * i {
  font-size: 1.875rem;
}
/* line 153, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar > * img {
  width: 1.875rem;
  height: 1.875rem;
}
/* line 177, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar > * label {
  color: #FFFFFF;
}
/* line 179, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar > * i {
  color: #FFFFFF;
}
/* line 182, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar > a:hover {
  background: #008CBA;
}
/* line 186, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar > a:hover label {
  color: #FFFFFF;
}
/* line 188, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar > a:hover i {
  color: #FFFFFF;
}
/* line 191, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar > a.active {
  background: #008CBA;
}
/* line 195, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar > a.active label {
  color: #FFFFFF;
}
/* line 197, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar > a.active i {
  color: #FFFFFF;
}
/* line 201, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar .item.disabled {
  opacity: 0.7;
  cursor: not-allowed;
  pointer-events: none;
}
/* line 205, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar .item.disabled > * {
  opacity: 0.7;
  cursor: not-allowed;
}

/* line 261, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.two-up .item {
  width: 50%;
}
/* line 262, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 40.063em) {
  /* line 263, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.two-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 50.063em) {
  /* line 268, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.two-up.large-vertical .item {
    width: auto;
  }
}
/* line 275, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.three-up .item {
  width: 33.3333%;
}
/* line 276, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 40.063em) {
  /* line 277, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.three-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 50.063em) {
  /* line 282, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.three-up.large-vertical .item {
    width: auto;
  }
}
/* line 289, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.four-up .item {
  width: 25%;
}
/* line 290, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 40.063em) {
  /* line 291, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.four-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 50.063em) {
  /* line 296, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.four-up.large-vertical .item {
    width: auto;
  }
}
/* line 303, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.five-up .item {
  width: 20%;
}
/* line 304, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 40.063em) {
  /* line 305, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.five-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 50.063em) {
  /* line 310, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.five-up.large-vertical .item {
    width: auto;
  }
}
/* line 317, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.six-up .item {
  width: 16.66667%;
}
/* line 318, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 40.063em) {
  /* line 319, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.six-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 50.063em) {
  /* line 324, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.six-up.large-vertical .item {
    width: auto;
  }
}
/* line 331, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.seven-up .item {
  width: 14.28571%;
}
/* line 332, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.seven-up.vertical .item, .icon-bar.seven-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 40.063em) {
  /* line 333, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.seven-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 50.063em) {
  /* line 338, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.seven-up.large-vertical .item {
    width: auto;
  }
}
/* line 345, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.eight-up .item {
  width: 12.5%;
}
/* line 346, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
.icon-bar.eight-up.vertical .item, .icon-bar.eight-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width: 40.063em) {
  /* line 347, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.eight-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width: 50.063em) {
  /* line 352, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_icon-bar.scss */
  .icon-bar.eight-up.large-vertical .item {
    width: auto;
  }
}

/* line 53, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_inline-lists.scss */
.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
/* line 42, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_inline-lists.scss */
.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.375rem;
  display: block;
}
/* line 47, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_inline-lists.scss */
.inline-list > li > * {
  display: block;
}

/* Foundation Joyride */
/* line 48, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-list {
  display: none;
}

/* Default styles for the container */
/* line 51, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: #333333;
  color: #FFFFFF;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%;
}

/* line 64, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_joyride.scss */
.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px;
}

/* line 70, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-content-wrapper {
  width: 100%;
  padding: 1.125rem 1.25rem 1.5rem;
}
/* line 75, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-content-wrapper .button {
  margin-bottom: 0 !important;
}
/* line 77, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-content-wrapper .joyride-prev-tip {
  margin-right: 10px;
}

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
/* line 82, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: 10px solid #333333;
}
/* line 90, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.top {
  border-top-style: solid;
  border-color: #333333;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -20px;
}
/* line 98, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.bottom {
  border-bottom-style: solid;
  border-color: #333333 !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -20px;
}
/* line 107, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.right {
  right: -20px;
}
/* line 108, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.left, .joyride-tip-guide .joyride-nub.left:before {
  left: -20px;
}

/* Typography */
/* line 113, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: #FFFFFF;
}

/* line 124, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-tip-guide p {
  margin: 0 0 1.125rem 0;
  font-size: 0.875rem;
  line-height: 1.3;
}

/* line 130, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555555;
  position: absolute;
  right: 1.0625rem;
  bottom: 1rem;
}

/* line 138, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666666;
}

/* line 145, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777777 !important;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
  line-height: .5 !important;
}
/* line 155, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-close-tip:hover, .joyride-close-tip:focus {
  color: #EEEEEE !important;
}

/* line 159, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer;
}

/* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-expose-wrapper {
  background-color: #FFFFFF;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  box-shadow: 0 0 15px #FFFFFF;
}

/* line 180, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_joyride.scss */
.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
}

/* Styles for screens that are at least 768px; */
@media only screen and (min-width: 40.063em) {
  /* line 192, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_joyride.scss */
  .joyride-tip-guide {
    width: 300px;
    left: inherit;
  }
  /* line 194, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.bottom {
    border-color: #333333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px;
  }
  /* line 201, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.right {
    border-color: #333333 !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: auto;
    right: -20px;
  }
  /* line 209, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.left, .joyride-tip-guide .joyride-nub.left:before {
    border-color: #333333 !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: -20px;
    right: auto;
  }
}
/* line 55, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_keystrokes.scss */
.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px;
}

/* line 91, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_labels.scss */
.label {
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: auto;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #008CBA;
  color: #FFFFFF;
}
/* line 96, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_labels.scss */
.label.radius {
  border-radius: 3px;
}
/* line 97, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_labels.scss */
.label.round {
  border-radius: 1000px;
}
/* line 99, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_labels.scss */
.label.alert {
  background-color: #f04124;
  color: #FFFFFF;
}
/* line 100, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_labels.scss */
.label.warning {
  background-color: #f08a24;
  color: #FFFFFF;
}
/* line 101, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_labels.scss */
.label.success {
  background-color: #43AC6A;
  color: #FFFFFF;
}
/* line 102, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_labels.scss */
.label.secondary {
  background-color: #e7e7e7;
  color: #333333;
}
/* line 103, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_labels.scss */
.label.info {
  background-color: #a0d3e8;
  color: #333333;
}

/* line 18, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_magellan.scss */
[data-magellan-expedition], [data-magellan-expedition-clone] {
  background: #FFFFFF;
  z-index: 50;
  min-width: 100%;
  padding: 10px;
}
/* line 24, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_magellan.scss */
[data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav {
  margin-bottom: 0;
}
/* line 26, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_magellan.scss */
[data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd {
  margin-bottom: 0;
}
/* line 27, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_magellan.scss */
[data-magellan-expedition] .sub-nav a, [data-magellan-expedition-clone] .sub-nav a {
  line-height: 1.8em;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Orbit Graceful Loading */
/* line 71, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.slideshow-wrapper {
  position: relative;
}
/* line 74, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}
/* line 80, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}
/* line 84, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.slideshow-wrapper ul li:first-child {
  display: block;
}
/* line 87, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}
/* line 90, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container li {
  display: block;
}
/* line 92, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}
/* line 94, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container .orbit-bullets li {
  display: inline-block;
}
/* line 100, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.slideshow-wrapper .preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555555 #FFFFFF;
  border-radius: 1000px;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* line 120, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none;
}
/* line 126, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform: translateZ(0);
}
/* line 135, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}
/* line 137, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}
/* line 148, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0;
}
/* line 157, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > * .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.8);
  color: #FFFFFF;
  width: 100%;
  padding: 0.625rem 0.875rem;
  font-size: 0.875rem;
}
/* line 174, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: #FFFFFF;
  background: transparent;
  z-index: 10;
}
/* line 179, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125rem;
}
/* line 185, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container .orbit-timer {
  position: absolute;
  top: 12px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}
/* line 192, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container .orbit-timer .orbit-progress {
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: 0;
  position: relative;
  right: 20px;
  top: 5px;
}
/* line 205, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 11px;
  height: 14px;
  border: solid 4px #FFFFFF;
  border-top: none;
  border-bottom: none;
}
/* line 219, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container .orbit-timer.paused > span {
  right: -4px;
  top: 0;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-left-style: solid;
  border-color: transparent;
  border-left-color: #FFFFFF;
}
/* line 228, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container .orbit-timer.paused > span.dark {
  border-left-color: #333333;
}
/* line 237, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container:hover .orbit-timer > span {
  display: block;
}
/* line 240, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  position: absolute;
  top: 45%;
  margin-top: -25px;
  width: 36px;
  height: 60px;
  line-height: 50px;
  color: white;
  background-color: transparent;
  text-indent: -9999px !important;
  z-index: 10;
}
/* line 253, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
/* line 257, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 0;
  height: 0;
  border: inset 10px;
}
/* line 267, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container .orbit-prev {
  left: 0;
}
/* line 268, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #FFFFFF;
}
/* line 273, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container .orbit-prev:hover > span {
  border-right-color: #FFFFFF;
}
/* line 277, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container .orbit-next {
  right: 0;
}
/* line 278, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: #FFFFFF;
  left: 50%;
  margin-left: -4px;
}
/* line 285, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-container .orbit-next:hover > span {
  border-left-color: #FFFFFF;
}

/* line 291, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-bullets-container {
  text-align: center;
}

/* line 292, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block;
}
/* line 301, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-bullets li {
  cursor: pointer;
  display: inline-block;
  width: 0.5625rem;
  height: 0.5625rem;
  background: #CCCCCC;
  float: none;
  margin-right: 6px;
  border-radius: 1000px;
}
/* line 312, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-bullets li.active {
  background: #999999;
}
/* line 316, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.orbit-bullets li:last-child {
  margin-right: 0;
}

/* line 322, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}
/* line 326, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width: 40.063em) {
  /* line 334, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit;
  }
  /* line 338, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
  .touch .orbit-bullets {
    display: block;
  }
}
@media only screen and (max-width: 40em) {
  /* line 345, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  /* line 346, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin: 0 !important;
    opacity: 1 !important;
  }
  /* line 352, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slide-number {
    display: none;
  }

  /* line 358, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
  .orbit-timer {
    display: none;
  }

  /* line 361, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
  .orbit-next, .orbit-prev {
    display: none;
  }

  /* line 364, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_orbit.scss */
  .orbit-bullets {
    display: none;
  }
}
/* line 149, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_pagination.scss */
ul.pagination {
  display: block;
  min-height: 1.5rem;
  margin-left: -0.3125rem;
}
/* line 104, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_pagination.scss */
ul.pagination li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}
/* line 110, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_pagination.scss */
ul.pagination li a, ul.pagination li button {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  background: none;
  border-radius: 3px;
  font-weight: normal;
  font-size: 1em;
  line-height: inherit;
  transition: background-color 300ms ease-out;
}
/* line 122, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_pagination.scss */
ul.pagination li:hover a,
ul.pagination li a:focus, ul.pagination li:hover button,
ul.pagination li button:focus {
  background: #e6e6e6;
}
/* line 51, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_pagination.scss */
ul.pagination li.unavailable a, ul.pagination li.unavailable button {
  cursor: default;
  color: #999999;
}
/* line 55, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_pagination.scss */
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
  background: transparent;
}
/* line 68, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_pagination.scss */
ul.pagination li.current a, ul.pagination li.current button {
  background: #008CBA;
  color: #FFFFFF;
  font-weight: bold;
  cursor: default;
}
/* line 74, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_pagination.scss */
ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
  background: #008CBA;
}
/* line 136, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_pagination.scss */
ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
/* line 154, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_pagination.scss */
.pagination-centered {
  text-align: center;
}
/* line 136, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_pagination.scss */
.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

/* Panels */
/* line 80, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_panels.scss */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333;
}
/* line 55, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_panels.scss */
.panel > :first-child {
  margin-top: 0;
}
/* line 56, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_panels.scss */
.panel > :last-child {
  margin-bottom: 0;
}
/* line 61, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_panels.scss */
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
  color: #333333;
}
/* line 68, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_panels.scss */
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
/* line 70, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_panels.scss */
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}
/* line 82, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_panels.scss */
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #b6edff;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #ecfaff;
  color: #333333;
}
/* line 55, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_panels.scss */
.panel.callout > :first-child {
  margin-top: 0;
}
/* line 56, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_panels.scss */
.panel.callout > :last-child {
  margin-bottom: 0;
}
/* line 61, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_panels.scss */
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
  color: #333333;
}
/* line 68, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_panels.scss */
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
/* line 70, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_panels.scss */
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}
/* line 84, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_panels.scss */
.panel.callout a:not(.button) {
  color: #008CBA;
}
/* line 87, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_panels.scss */
.panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
  color: #0078a0;
}
/* line 94, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_panels.scss */
.panel.radius {
  border-radius: 3px;
}

/* Pricing Tables */
/* line 139, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_pricing-tables.scss */
.pricing-table {
  border: solid 1px #DDDDDD;
  margin-left: 0;
  margin-bottom: 1.25rem;
}
/* line 68, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_pricing-tables.scss */
.pricing-table * {
  list-style: none;
  line-height: 1;
}
/* line 142, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_pricing-tables.scss */
.pricing-table .title {
  background-color: #333333;
  padding: 0.9375rem 1.25rem;
  text-align: center;
  color: #EEEEEE;
  font-weight: normal;
  font-size: 1rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
/* line 143, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_pricing-tables.scss */
.pricing-table .price {
  background-color: #F6F6F6;
  padding: 0.9375rem 1.25rem;
  text-align: center;
  color: #333333;
  font-weight: normal;
  font-size: 2rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
/* line 144, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_pricing-tables.scss */
.pricing-table .description {
  background-color: #FFFFFF;
  padding: 0.9375rem;
  text-align: center;
  color: #777777;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.4;
  border-bottom: dotted 1px #DDDDDD;
}
/* line 145, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_pricing-tables.scss */
.pricing-table .bullet-item {
  background-color: #FFFFFF;
  padding: 0.9375rem;
  text-align: center;
  color: #333333;
  font-size: 0.875rem;
  font-weight: normal;
  border-bottom: dotted 1px #DDDDDD;
}
/* line 146, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_pricing-tables.scss */
.pricing-table .cta-button {
  background-color: #FFFFFF;
  text-align: center;
  padding: 1.25rem 1.25rem 0;
}

/* Progress Bar */
/* line 57, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_progress-bars.scss */
.progress {
  background-color: #F6F6F6;
  height: 1.5625rem;
  border: 1px solid white;
  padding: 0.125rem;
  margin-bottom: 0.625rem;
}
/* line 61, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_progress-bars.scss */
.progress .meter {
  background: #008CBA;
  height: 100%;
  display: block;
}
/* line 64, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_progress-bars.scss */
.progress.secondary .meter {
  background: #e7e7e7;
  height: 100%;
  display: block;
}
/* line 65, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_progress-bars.scss */
.progress.success .meter {
  background: #43AC6A;
  height: 100%;
  display: block;
}
/* line 66, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_progress-bars.scss */
.progress.alert .meter {
  background: #f04124;
  height: 100%;
  display: block;
}
/* line 68, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_progress-bars.scss */
.progress.radius {
  border-radius: 3px;
}
/* line 69, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_progress-bars.scss */
.progress.radius .meter {
  border-radius: 2px;
}
/* line 72, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_progress-bars.scss */
.progress.round {
  border-radius: 1000px;
}
/* line 73, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_progress-bars.scss */
.progress.round .meter {
  border-radius: 999px;
}

/* line 129, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_range-slider.scss */
.range-slider {
  position: relative;
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  -ms-touch-action: none;
  touch-action: none;
  display: block;
  width: 100%;
  height: 1rem;
  background: #FAFAFA;
}
/* line 132, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_range-slider.scss */
.range-slider.vertical-range {
  position: relative;
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  -ms-touch-action: none;
  touch-action: none;
  display: inline-block;
  width: 1rem;
  height: 12.5rem;
}
/* line 134, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_range-slider.scss */
.range-slider.vertical-range .range-slider-handle {
  margin-top: 0;
  margin-left: -0.5rem;
  position: absolute;
  bottom: -10.5rem;
}
/* line 140, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_range-slider.scss */
.range-slider.vertical-range .range-slider-active-segment {
  width: 0.875rem;
  height: auto;
  bottom: 0;
}
/* line 146, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_range-slider.scss */
.range-slider.radius {
  background: #FAFAFA;
  border-radius: 3px;
}
/* line 148, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_range-slider.scss */
.range-slider.radius .range-slider-handle {
  background: #008CBA;
  border-radius: 3px;
}
/* line 117, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_range-slider.scss */
.range-slider.radius .range-slider-handle:hover {
  background: #007ba4;
}
/* line 150, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_range-slider.scss */
.range-slider.round {
  background: #FAFAFA;
  border-radius: 1000px;
}
/* line 152, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_range-slider.scss */
.range-slider.round .range-slider-handle {
  background: #008CBA;
  border-radius: 1000px;
}
/* line 117, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_range-slider.scss */
.range-slider.round .range-slider-handle:hover {
  background: #007ba4;
}
/* line 154, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_range-slider.scss */
.range-slider.disabled, .range-slider[disabled] {
  background: #FAFAFA;
  cursor: not-allowed;
  opacity: 0.7;
}
/* line 156, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_range-slider.scss */
.range-slider.disabled .range-slider-handle, .range-slider[disabled] .range-slider-handle {
  background: #008CBA;
  cursor: default;
  opacity: 0.7;
}
/* line 117, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_range-slider.scss */
.range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .range-slider-handle:hover {
  background: #007ba4;
}

/* line 159, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_range-slider.scss */
.range-slider-active-segment {
  display: inline-block;
  position: absolute;
  height: 0.875rem;
  background: #e5e5e5;
}

/* line 165, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_range-slider.scss */
.range-slider-handle {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -0.3125rem;
  width: 2rem;
  height: 1.375rem;
  border: 1px solid none;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #008CBA;
}
/* line 117, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_range-slider.scss */
.range-slider-handle:hover {
  background: #007ba4;
}

/* line 169, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_reveal.scss */
.reveal-modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1004;
  display: none;
  left: 0;
}

/* line 171, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_reveal.scss */
.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100%;
  top: 0;
  border-radius: 3px;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.875rem;
  border: solid 1px #d6d6d6;
  box-shadow: 0;
}
@media only screen and (max-width: 40em) {
  /* line 171, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_reveal.scss */
  .reveal-modal {
    min-height: 100vh;
  }
}
/* line 89, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_reveal.scss */
.reveal-modal .column, .reveal-modal .columns {
  min-width: 0;
}
/* line 92, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_reveal.scss */
.reveal-modal > :first-child {
  margin-top: 0;
}
/* line 94, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_reveal.scss */
.reveal-modal > :last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 40.063em) {
  /* line 171, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_reveal.scss */
  .reveal-modal {
    width: 70%;
    max-width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 171, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_reveal.scss */
  .reveal-modal {
    top: 6.25rem;
  }
}
/* line 182, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_reveal.scss */
.reveal-modal.radius {
  border-radius: 3px;
}
/* line 183, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_reveal.scss */
.reveal-modal.round {
  border-radius: 1000px;
}
/* line 184, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_reveal.scss */
.reveal-modal.collapse {
  padding: 0;
}
@media only screen and (min-width: 40.063em) {
  /* line 185, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_reveal.scss */
  .reveal-modal.tiny {
    width: 30%;
    max-width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 186, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_reveal.scss */
  .reveal-modal.small {
    width: 40%;
    max-width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 187, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_reveal.scss */
  .reveal-modal.medium {
    width: 60%;
    max-width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 188, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_reveal.scss */
  .reveal-modal.large {
    width: 70%;
    max-width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 189, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_reveal.scss */
  .reveal-modal.xlarge {
    width: 95%;
    max-width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
/* line 190, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_reveal.scss */
.reveal-modal.full {
  top: 0;
  left: 0;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none !important;
  margin-left: 0 !important;
}
@media only screen and (min-width: 40.063em) {
  /* line 190, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_reveal.scss */
  .reveal-modal.full {
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
/* line 202, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_reveal.scss */
.reveal-modal.toback {
  z-index: 1003;
}
/* line 206, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_reveal.scss */
.reveal-modal .close-reveal-modal {
  font-size: 2.5rem;
  line-height: 1;
  position: absolute;
  top: 0.625rem;
  right: 1.375rem;
  color: #AAAAAA;
  font-weight: bold;
  cursor: pointer;
}

/* line 114, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_side-nav.scss */
.side-nav {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: outside;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
/* line 70, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_side-nav.scss */
.side-nav li {
  margin: 0 0 0.4375rem 0;
  font-size: 0.875rem;
  font-weight: normal;
}
/* line 75, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_side-nav.scss */
.side-nav li a:not(.button) {
  display: block;
  color: #008CBA;
  margin: 0;
  padding: 0.4375rem 0.875rem;
}
/* line 80, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_side-nav.scss */
.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
  background: rgba(0, 0, 0, 0.025);
  color: #1cc7ff;
}
/* line 87, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_side-nav.scss */
.side-nav li.active > a:first-child:not(.button) {
  color: #1cc7ff;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
/* line 93, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_side-nav.scss */
.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: white;
}
/* line 101, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_side-nav.scss */
.side-nav li.heading {
  color: #008CBA;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 173, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button {
  position: relative;
  padding-right: 5.0625rem;
}
/* line 76, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}
/* line 85, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  top: 50%;
  left: 50%;
}
/* line 97, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button span:active {
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 103, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
/* line 140, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button span {
  width: 3.09375rem;
}
/* line 141, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  top: 48%;
  margin-left: -0.375rem;
}
/* line 166, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button span:after {
  border-color: #FFFFFF transparent transparent transparent;
}
/* line 103, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.secondary span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
/* line 166, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.secondary span:after {
  border-color: #FFFFFF transparent transparent transparent;
}
/* line 103, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.alert span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
/* line 103, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.success span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
/* line 179, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.tiny {
  padding-right: 3.75rem;
}
/* line 112, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.tiny span {
  width: 2.25rem;
}
/* line 113, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.tiny span:after {
  border-top-style: solid;
  border-width: 0.375rem;
  top: 48%;
  margin-left: -0.375rem;
}
/* line 180, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.small {
  padding-right: 4.375rem;
}
/* line 126, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.small span {
  width: 2.625rem;
}
/* line 127, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.small span:after {
  border-top-style: solid;
  border-width: 0.4375rem;
  top: 48%;
  margin-left: -0.375rem;
}
/* line 181, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.large {
  padding-right: 5.5rem;
}
/* line 154, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.large span {
  width: 3.4375rem;
}
/* line 155, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.large span:after {
  border-top-style: solid;
  border-width: 0.3125rem;
  top: 48%;
  margin-left: -0.375rem;
}
/* line 182, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.expand {
  padding-left: 2rem;
}
/* line 166, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.secondary span:after {
  border-color: #333333 transparent transparent transparent;
}
/* line 186, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.radius span {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 187, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.round span {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
/* line 189, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.no-pip span:before {
  border-style: none;
}
/* line 190, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.no-pip span:after {
  border-style: none;
}
/* line 191, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_split-buttons.scss */
.split.button.no-pip span > i {
  top: 50%;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -0.28889em;
  margin-top: -0.48889em;
}

/* line 120, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_sub-nav.scss */
.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin-bottom: -0.25rem 0 1.125rem;
  padding-top: 0.25rem;
}
/* line 67, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_sub-nav.scss */
.sub-nav dt {
  text-transform: uppercase;
}
/* line 71, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_sub-nav.scss */
.sub-nav dt,
.sub-nav dd,
.sub-nav li {
  float: left;
  margin-left: 1rem;
  margin-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  color: #999999;
}
/* line 82, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_sub-nav.scss */
.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
  text-decoration: none;
  color: #999999;
  padding: 0.1875rem 1rem;
}
/* line 86, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_sub-nav.scss */
.sub-nav dt a:hover,
.sub-nav dd a:hover,
.sub-nav li a:hover {
  color: #737373;
}
/* line 91, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_sub-nav.scss */
.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
  border-radius: 3px;
  font-weight: normal;
  background: #008CBA;
  padding: 0.1875rem 1rem;
  cursor: default;
  color: #FFFFFF;
}
/* line 98, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_sub-nav.scss */
.sub-nav dt.active a:hover,
.sub-nav dd.active a:hover,
.sub-nav li.active a:hover {
  background: #0078a0;
}

/* line 212, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch {
  padding: 0;
  border: none;
  position: relative;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
/* line 56, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch label {
  display: block;
  margin-bottom: 1rem;
  position: relative;
  color: transparent;
  background: #DDDDDD;
  text-indent: 100%;
  width: 4rem;
  height: 2rem;
  cursor: pointer;
  transition: left 0.15s ease-out;
}
/* line 72, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch input {
  opacity: 0;
  position: absolute;
  top: 9px;
  left: 10px;
  padding: 0;
}
/* line 79, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch input + label {
  margin-left: 0;
  margin-right: 0;
}
/* line 86, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch label:after {
  content: "";
  display: block;
  background: #FFFFFF;
  position: absolute;
  top: .25rem;
  left: .25rem;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: translate3d(0, 0, 0);
  transition: left 0.15s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 107, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch input:checked + label {
  background: #008CBA;
}
/* line 111, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch input:checked + label:after {
  left: 2.25rem;
}
/* line 123, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch label {
  width: 4rem;
  height: 2rem;
}
/* line 128, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch label:after {
  width: 1.5rem;
  height: 1.5rem;
}
/* line 133, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch input:checked + label:after {
  left: 2.25rem;
}
/* line 154, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch label {
  color: transparent;
  background: #DDDDDD;
}
/* line 159, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch label:after {
  background: #FFFFFF;
}
/* line 163, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch input:checked + label {
  background: #008CBA;
}
/* line 123, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch.large label {
  width: 5rem;
  height: 2.5rem;
}
/* line 128, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch.large label:after {
  width: 2rem;
  height: 2rem;
}
/* line 133, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch.large input:checked + label:after {
  left: 2.75rem;
}
/* line 123, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch.small label {
  width: 3.5rem;
  height: 1.75rem;
}
/* line 128, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch.small label:after {
  width: 1.25rem;
  height: 1.25rem;
}
/* line 133, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch.small input:checked + label:after {
  left: 2rem;
}
/* line 123, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch.tiny label {
  width: 3rem;
  height: 1.5rem;
}
/* line 128, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch.tiny label:after {
  width: 1rem;
  height: 1rem;
}
/* line 133, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch.tiny input:checked + label:after {
  left: 1.75rem;
}
/* line 226, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch.radius label {
  border-radius: 4px;
}
/* line 227, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch.radius label:after {
  border-radius: 3px;
}
/* line 231, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch.round {
  border-radius: 1000px;
}
/* line 232, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch.round label {
  border-radius: 2rem;
}
/* line 233, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_switches.scss */
.switch.round label:after {
  border-radius: 2rem;
}

/* line 131, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_tables.scss */
table {
  background: #FFFFFF;
  margin-bottom: 1.25rem;
  border: solid 1px #DDDDDD;
  table-layout: auto;
}
/* line 69, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_tables.scss */
table caption {
  background: transparent;
  color: #222222;
  font-size: 1rem;
  font-weight: bold;
}
/* line 78, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_tables.scss */
table thead {
  background: #F5F5F5;
}
/* line 82, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_tables.scss */
table thead tr th,
table thead tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #222222;
}
/* line 92, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_tables.scss */
table tfoot {
  background: #F5F5F5;
}
/* line 96, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_tables.scss */
table tfoot tr th,
table tfoot tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #222222;
}
/* line 107, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_tables.scss */
table tr th,
table tr td {
  padding: 0.5625rem 0.625rem;
  font-size: 0.875rem;
  color: #222222;
  text-align: left;
}
/* line 115, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_tables.scss */
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #F9F9F9;
}
/* line 120, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_tables.scss */
table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
  line-height: 1.125rem;
}

/* line 30, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}
/* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
.tabs:before, .tabs:after {
  content: " ";
  display: table;
}
/* line 173, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
.tabs:after {
  clear: both;
}
/* line 34, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs dd, .tabs .tab-title {
  position: relative;
  margin-bottom: 0 !important;
  list-style: none;
  float: left;
}
/* line 39, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs dd > a, .tabs .tab-title > a {
  display: block;
  background-color: #fff;
  color: #202020;
  padding: 1rem 2rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.125rem;
}
/* line 48, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs dd > a:hover, .tabs .tab-title > a:hover {
  background-color: none;
}
/* line 53, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs dd > a:focus, .tabs .tab-title > a:focus {
  outline: none;
}
/* line 57, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs dd.active a, .tabs .tab-title.active a {
  background-color: #FFFFFF;
  color: #202020;
}
/* line 66, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 69, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 73, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs.vertical dd, .tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

/* line 82, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%;
}
/* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
.tabs-content:before, .tabs-content:after {
  content: " ";
  display: table;
}
/* line 173, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
.tabs-content:after {
  clear: both;
}
/* line 86, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs-content > .content {
  display: none;
  float: left;
  padding: 0.9375rem 0;
  width: 100%;
}
/* line 91, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs-content > .content.active {
  display: block;
  float: none;
}
/* line 92, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs-content > .content.contained {
  padding: 0.9375rem;
}
/* line 94, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs-content.vertical {
  display: block;
}
/* line 96, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.tabs-content.vertical > .content {
  padding: 0 0.9375rem;
}

@media only screen and (min-width: 40.063em) {
  /* line 101, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_tabs.scss */
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem;
  }

  /* line 109, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_tabs.scss */
  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem;
  }
}
/* line 119, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_tabs.scss */
.no-js .tabs-content > .content {
  display: block;
  float: none;
}

/* Image Thumbnails */
/* line 59, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_thumbs.scss */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px #FFFFFF;
  max-width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-out;
}
/* line 48, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_thumbs.scss */
.th:hover, .th:focus {
  box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5);
}
/* line 63, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_thumbs.scss */
.th.radius {
  border-radius: 3px;
}

/* Tooltips */
/* line 38, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_tooltips.scss */
.has-tip {
  border-bottom: dotted 1px #CCCCCC;
  cursor: help;
  font-weight: bold;
  color: #333333;
}
/* line 44, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_tooltips.scss */
.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #003f54;
  color: #008CBA;
}
/* line 50, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_tooltips.scss */
.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

/* line 54, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_tooltips.scss */
.tooltip {
  display: none;
  position: absolute;
  z-index: 1006;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 300px;
  left: 50%;
  width: 100%;
  color: #FFFFFF;
  background: #333333;
}
/* line 68, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_tooltips.scss */
.tooltip > .nub {
  display: block;
  left: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent #333333 transparent;
  top: -10px;
  pointer-events: none;
}
/* line 79, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_tooltips.scss */
.tooltip > .nub.rtl {
  left: auto;
  right: 5px;
}
/* line 85, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_tooltips.scss */
.tooltip.radius {
  border-radius: 3px;
}
/* line 88, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_tooltips.scss */
.tooltip.round {
  border-radius: 1000px;
}
/* line 90, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_tooltips.scss */
.tooltip.round > .nub {
  left: 2rem;
}
/* line 95, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_tooltips.scss */
.tooltip.opened {
  color: #008CBA !important;
  border-bottom: dotted 1px #003f54 !important;
}

/* line 101, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_tooltips.scss */
.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777777;
  font-weight: normal;
}

@media only screen and (min-width: 40.063em) {
  /* line 110, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_tooltips.scss */
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px;
  }
  /* line 114, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_tooltips.scss */
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    top: auto;
    bottom: -10px;
  }
  /* line 120, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_tooltips.scss */
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }
  /* line 123, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_tooltips.scss */
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }
  /* line 130, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_tooltips.scss */
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}
/* line 113, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

/* Wrapped around .top-bar to contain to grid width */
/* line 119, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.contain-to-grid {
  width: 100%;
  background: #333333;
}
/* line 123, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

/* line 127, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}
/* line 134, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}
/* line 140, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}
/* line 146, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 2.8125rem;
}

/* line 153, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar {
  overflow: hidden;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
  background: #333333;
  margin-bottom: 0;
}
/* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}
/* line 167, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar .row {
  max-width: none;
}
/* line 169, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}
/* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar input {
  height: 1.75rem;
  padding-top: .35rem;
  padding-bottom: .35rem;
  font-size: 0.75rem;
}
/* line 179, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar .button, .top-bar button {
  padding-top: 0.4125rem;
  padding-bottom: 0.4125rem;
  margin-bottom: 0;
  font-size: 0.75rem;
}
@media only screen and (max-width: 40em) {
  /* line 179, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar .button, .top-bar button {
    position: relative;
    top: -1px;
  }
}
/* line 195, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar .title-area {
  position: relative;
  margin: 0;
}
/* line 200, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar .name {
  height: 2.8125rem;
  margin: 0;
  font-size: 16px;
}
/* line 206, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
  line-height: 2.8125rem;
  font-size: 1.0625rem;
  margin: 0;
}
/* line 210, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
  font-weight: normal;
  color: #FFFFFF;
  width: 75%;
  display: block;
  padding: 0 0.9375rem;
}
/* line 221, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 226, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar a {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 0.9375rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
}
/* line 239, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon {
  top: 50%;
  margin-top: -16px;
}
/* line 243, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a {
  height: 34px;
  line-height: 33px;
  padding: 0 2.5rem 0 0.9375rem;
  color: #FFFFFF;
  position: relative;
}
/* line 129, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -8px;
  right: 0.9375rem;
  box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
  width: 16px;
}
/* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
}
/* line 272, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar.expanded {
  height: auto;
  background: transparent;
}
/* line 276, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar.expanded .title-area {
  background: #333333;
}
/* line 279, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a {
  color: #888888;
}
/* line 280, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a span::after {
  box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888;
}

/* line 293, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}
/* line 299, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul {
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  font-size: 16px;
  margin: 0;
}
/* line 308, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: solid 1px #1a1a1a;
  clear: both;
  height: 1px;
  width: 100%;
}
/* line 316, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li {
  background: #333333;
}
/* line 318, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: #FFFFFF;
  padding: 12px 0 12px 0;
  padding-left: 0.9375rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: normal;
  text-transform: none;
}
/* line 329, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button {
  font-size: 0.8125rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
}
/* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  background-color: #007095;
}
/* line 168, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  color: #FFFFFF;
}
/* line 335, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
/* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  background-color: #b9b9b9;
}
/* line 168, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  color: #333333;
}
/* line 336, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}
/* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  background-color: #368a55;
}
/* line 168, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  color: #FFFFFF;
}
/* line 337, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
/* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  background-color: #cf2a0e;
}
/* line 168, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  color: #FFFFFF;
}
/* line 338, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
/* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  background-color: #cf6e0e;
}
/* line 168, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  color: #FFFFFF;
}
/* line 341, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > button {
  font-size: 0.8125rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
}
/* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  background-color: #007095;
}
/* line 168, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  color: #FFFFFF;
}
/* line 347, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
/* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  background-color: #b9b9b9;
}
/* line 168, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  color: #333333;
}
/* line 348, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}
/* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  background-color: #368a55;
}
/* line 168, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  color: #FFFFFF;
}
/* line 349, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
/* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  background-color: #cf2a0e;
}
/* line 168, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  color: #FFFFFF;
}
/* line 350, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li > button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
/* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  background-color: #cf6e0e;
}
/* line 168, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_buttons.scss */
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  color: #FFFFFF;
}
/* line 354, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #555555;
  background: #333333;
  color: #FFFFFF;
}
/* line 363, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a {
  background: #008CBA;
  color: #FFFFFF;
}
/* line 366, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a:hover {
  background: #0078a0;
  color: #FFFFFF;
}
/* line 374, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .has-form {
  padding: 0.9375rem;
}
/* line 377, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown {
  position: relative;
}
/* line 381, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  border-left-style: solid;
  margin-right: 0.9375rem;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
/* line 393, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved {
  position: static;
}
/* line 394, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  position: absolute !important;
  width: 100%;
}
/* line 398, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}
/* line 405, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .dropdown {
  padding: 0;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99;
  display: block;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
/* line 413, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}
/* line 417, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 0.9375rem;
}
/* line 420, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}
/* line 425, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.125rem;
}
/* line 430, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
  color: #FFFFFF;
  display: block;
}
/* line 434, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
  background: none;
}
/* line 437, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.has-form {
  padding: 8px 0.9375rem;
}
/* line 438, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
  top: auto;
}
/* line 441, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.top-bar-section .dropdown label {
  padding: 8px 0.9375rem 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #777777;
  font-weight: bold;
  font-size: 0.625rem;
}

/* line 452, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
.js-generated {
  display: block;
}

@media only screen and (min-width: 40.063em) {
  /* line 457, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar {
    background: #333333;
    overflow: visible;
  }
  /* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  /* line 173, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
  .top-bar:after {
    clear: both;
  }
  /* line 462, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar .toggle-topbar {
    display: none;
  }
  /* line 464, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar .title-area {
    float: left;
  }
  /* line 465, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar .name h1 a,
  .top-bar .name h2 a,
  .top-bar .name h3 a,
  .top-bar .name h4 a,
  .top-bar .name h5 a,
  .top-bar .name h6 a {
    width: auto;
  }
  /* line 472, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar input,
  .top-bar .button,
  .top-bar button {
    font-size: 0.875rem;
    position: relative;
    height: 1.75rem;
    top: 0.53125rem;
  }
  /* line 481, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar.expanded {
    background: #333333;
  }

  /* line 484, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .contain-to-grid .top-bar {
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 0;
  }

  /* line 490, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }
  /* line 494, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  /* line 499, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section ul li {
    float: left;
  }
  /* line 501, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section ul li .js-generated {
    display: none;
  }
  /* line 507, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section li.hover > a:not(.button) {
    background-color: #555555;
    background: #333333;
    color: #FFFFFF;
  }
  /* line 516, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 0.9375rem;
    line-height: 2.8125rem;
    background: #333333;
  }
  /* line 520, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #555555;
    background: #333333;
  }
  /* line 529, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    padding: 0 0.9375rem;
    line-height: 2.8125rem;
    color: #FFFFFF;
    background: #008CBA;
  }
  /* line 534, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #0078a0;
    color: #FFFFFF;
  }
  /* line 544, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a {
    padding-right: 2.1875rem !important;
  }
  /* line 546, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 1.40625rem;
  }
  /* line 554, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  /* line 555, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved > .dropdown {
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  /* line 561, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  /* line 565, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  /* line 572, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 1rem;
    margin-top: -1px;
    right: 5px;
    line-height: 1.2;
  }
  /* line 585, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  /* line 592, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li a {
    color: #FFFFFF;
    line-height: 2.8125rem;
    white-space: nowrap;
    padding: 12px 0.9375rem;
    background: #333333;
  }
  /* line 601, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    color: #FFFFFF;
    background: #333333;
  }
  /* line 606, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    color: #FFFFFF;
    background-color: #555555;
    background: #333333;
  }
  /* line 615, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #333333;
  }
  /* line 621, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  /* line 628, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #4e4e4e;
    clear: none;
    height: 2.8125rem;
    width: 0;
  }
  /* line 638, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .has-form {
    background: #333333;
    padding: 0 0.9375rem;
    height: 2.8125rem;
  }
  /* line 646, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  /* line 650, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  /* line 654, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  /* line 658, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }

  /* line 668, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #333333;
    color: #FFFFFF;
  }
  /* line 677, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:active > a {
    background: #008CBA;
    color: #FFFFFF;
  }
  /* line 685, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  /* line 689, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
}
/* line 155, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
.text-left {
  text-align: left !important;
}

/* line 156, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
.text-right {
  text-align: right !important;
}

/* line 157, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
.text-center {
  text-align: center !important;
}

/* line 158, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 40em) {
  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  .small-only-text-left {
    text-align: left !important;
  }

  /* line 163, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  .small-only-text-right {
    text-align: right !important;
  }

  /* line 164, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  .small-only-text-center {
    text-align: center !important;
  }

  /* line 165, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  .small-text-left {
    text-align: left !important;
  }

  /* line 163, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  .small-text-right {
    text-align: right !important;
  }

  /* line 164, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  .small-text-center {
    text-align: center !important;
  }

  /* line 165, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 50em) {
  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  .medium-only-text-left {
    text-align: left !important;
  }

  /* line 163, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  .medium-only-text-right {
    text-align: right !important;
  }

  /* line 164, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  .medium-only-text-center {
    text-align: center !important;
  }

  /* line 165, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  .medium-text-left {
    text-align: left !important;
  }

  /* line 163, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  .medium-text-right {
    text-align: right !important;
  }

  /* line 164, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  .medium-text-center {
    text-align: center !important;
  }

  /* line 165, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 50.063em) and (max-width: 90em) {
  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  .large-only-text-left {
    text-align: left !important;
  }

  /* line 163, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  .large-only-text-right {
    text-align: right !important;
  }

  /* line 164, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  .large-only-text-center {
    text-align: center !important;
  }

  /* line 165, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 50.063em) {
  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  .large-text-left {
    text-align: left !important;
  }

  /* line 163, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  .large-text-right {
    text-align: right !important;
  }

  /* line 164, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  .large-text-center {
    text-align: center !important;
  }

  /* line 165, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  .xlarge-only-text-left {
    text-align: left !important;
  }

  /* line 163, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  .xlarge-only-text-right {
    text-align: right !important;
  }

  /* line 164, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  .xlarge-only-text-center {
    text-align: center !important;
  }

  /* line 165, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) {
  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  .xlarge-text-left {
    text-align: left !important;
  }

  /* line 163, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  .xlarge-text-right {
    text-align: right !important;
  }

  /* line 164, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  .xlarge-text-center {
    text-align: center !important;
  }

  /* line 165, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  .xxlarge-only-text-left {
    text-align: left !important;
  }

  /* line 163, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  .xxlarge-only-text-right {
    text-align: right !important;
  }

  /* line 164, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  .xxlarge-only-text-center {
    text-align: center !important;
  }

  /* line 165, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) {
  /* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  .xxlarge-text-left {
    text-align: left !important;
  }

  /* line 163, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  .xxlarge-text-right {
    text-align: right !important;
  }

  /* line 164, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  .xxlarge-text-center {
    text-align: center !important;
  }

  /* line 165, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
/* line 193, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
/* line 217, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
a {
  color: #008CBA;
  text-decoration: none;
  line-height: inherit;
}
/* line 222, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
a:hover, a:focus {
  color: #0078a0;
}
/* line 230, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 234, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
/* line 242, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}
/* line 244, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
p aside {
  font-size: 0.875rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
/* line 252, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #202020;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
/* line 262, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #6e6e6e;
  line-height: 0;
}

/* line 269, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
h1 {
  font-size: 2.125rem;
}

/* line 270, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
h2 {
  font-size: 1.6875rem;
}

/* line 271, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
h3 {
  font-size: 1.375rem;
}

/* line 272, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
h4 {
  font-size: 1.125rem;
}

/* line 273, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
h5 {
  font-size: 1.125rem;
}

/* line 274, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
h6 {
  font-size: 1rem;
}

/* line 276, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
.subheader {
  line-height: 1.4;
  color: #6e6e6e;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

/* line 278, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

/* Helpful Typography Defaults */
/* line 287, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 293, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 299, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
small {
  font-size: 60%;
  line-height: inherit;
}

/* line 304, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */
/* line 316, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit;
}

/* line 326, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
ul {
  margin-left: 1.1rem;
}
/* line 328, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
ul.no-bullet {
  margin-left: 0;
}
/* line 331, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
/* line 344, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
/* line 353, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
/* line 356, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
/* line 357, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
/* line 358, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}
/* line 359, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
/* line 363, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
ol {
  margin-left: 1.4rem;
}
/* line 366, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* Definition Lists */
/* line 376, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
/* line 380, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
/* line 384, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #202020;
  cursor: help;
}

/* line 391, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
abbr {
  text-transform: none;
}
/* line 393, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}

/* Blockquotes */
/* line 399, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD;
}
/* line 404, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #535353;
}
/* line 408, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
blockquote cite:before {
  content: "\2014 \0020";
}
/* line 412, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
blockquote cite a,
blockquote cite a:visited {
  color: #535353;
}

/* line 418, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
blockquote,
blockquote p {
  line-height: 1.6;
  color: #6e6e6e;
}

/* Microformats */
/* line 425, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}
/* line 431, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
.vcard li {
  margin: 0;
  display: block;
}
/* line 435, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

/* line 442, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
.vevent .summary {
  font-weight: bold;
}
/* line 444, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width: 40.063em) {
  /* line 455, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  /* line 456, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  h1 {
    font-size: 2.75rem;
  }

  /* line 457, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  h2 {
    font-size: 2.3125rem;
  }

  /* line 458, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  h3 {
    font-size: 1.6875rem;
  }

  /* line 459, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  h4 {
    font-size: 1.4375rem;
  }

  /* line 460, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  h5 {
    font-size: 1.125rem;
  }

  /* line 461, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_type.scss */
  h6 {
    font-size: 1rem;
  }
}
/* line 290, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* line 135, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}

/* line 291, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
/* line 172, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
.inner-wrap:before, .inner-wrap:after {
  content: " ";
  display: table;
}
/* line 173, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
.inner-wrap:after {
  clear: both;
}

/* line 293, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: #FFFFFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
}
/* line 169, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
  color: #FFFFFF;
  font-weight: bold;
  line-height: 2.8125rem;
  margin: 0;
}
/* line 175, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
  font-size: 1.125rem;
}

/* line 295, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #1a1a1a;
  left: 0;
}

/* line 296, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #1a1a1a;
  right: 0;
}

/* line 298, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0;
}
@media only screen and (min-width: 40.063em) {
  /* line 204, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
  .tab-bar-section.left {
    text-align: left;
  }
  /* line 205, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
  .tab-bar-section.right {
    text-align: right;
  }
}
/* line 209, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.tab-bar-section.left {
  left: 0;
  right: 2.8125rem;
}
/* line 213, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.tab-bar-section.right {
  left: 2.8125rem;
  right: 0;
}
/* line 217, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}

/* line 302, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  padding: 0;
  color: #FFFFFF;
  position: relative;
  transform: translate3d(0, 0, 0);
}
/* line 129, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
.tab-bar .menu-icon span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -0.5rem;
  left: 0.90625rem;
  box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
  width: 1rem;
}
/* line 162, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_global.scss */
.tab-bar .menu-icon span:hover:after {
  box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3;
}

/* line 326, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 13.75rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
}
/* line 105, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

/* line 327, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 13.75rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
}
/* line 105, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

/* line 329, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 231, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
ul.off-canvas-list li label {
  display: block;
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold;
  background: #444444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}
/* line 243, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
ul.off-canvas-list li a {
  display: block;
  padding: 0.66667rem;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #262626;
  transition: background 300ms ease;
}
/* line 249, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
ul.off-canvas-list li a:hover {
  background: #242424;
}

/* line 335, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.move-right > .inner-wrap {
  -ms-transform: translate(13.75rem, 0);
  -webkit-transform: translate3d(13.75rem, 0, 0);
  -moz-transform: translate3d(13.75rem, 0, 0);
  -ms-transform: translate3d(13.75rem, 0, 0);
  -o-transform: translate3d(13.75rem, 0, 0);
  transform: translate3d(13.75rem, 0, 0);
}
/* line 338, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: 0;
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 40.063em) {
  /* line 278, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
  .move-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 342, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.move-left > .inner-wrap {
  -ms-transform: translate(-13.75rem, 0);
  -webkit-transform: translate3d(-13.75rem, 0, 0);
  -moz-transform: translate3d(-13.75rem, 0, 0);
  -ms-transform: translate3d(-13.75rem, 0, 0);
  -o-transform: translate3d(-13.75rem, 0, 0);
  transform: translate3d(-13.75rem, 0, 0);
}
/* line 346, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: 0;
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 40.063em) {
  /* line 278, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 349, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
/* line 357, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: 0;
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 40.063em) {
  /* line 278, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
  .offcanvas-overlap .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 360, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
/* line 368, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: 0;
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 40.063em) {
  /* line 278, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
  .offcanvas-overlap-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 371, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
/* line 379, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: 0;
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 40.063em) {
  /* line 278, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
  .offcanvas-overlap-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 384, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.no-csstransforms .left-off-canvas-menu {
  left: -13.75rem;
}
/* line 385, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.no-csstransforms .right-off-canvas-menu {
  right: -13.75rem;
}
/* line 387, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.no-csstransforms .move-left > .inner-wrap {
  right: 13.75rem;
}
/* line 388, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.no-csstransforms .move-right > .inner-wrap {
  left: 13.75rem;
}

/* line 486, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.left-submenu {
  -webkit-backface-visibility: hidden;
  width: 13.75rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
/* line 399, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.left-submenu * {
  -webkit-backface-visibility: hidden;
}
/* line 426, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.left-submenu .back > a {
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}
/* line 434, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.left-submenu .back > a:hover {
  background: #303030;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
}
/* line 457, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.left-submenu .back > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}
/* line 488, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
  -ms-transform: translate(0%, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/* line 493, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.right-submenu {
  -webkit-backface-visibility: hidden;
  width: 13.75rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
/* line 399, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.right-submenu * {
  -webkit-backface-visibility: hidden;
}
/* line 426, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.right-submenu .back > a {
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}
/* line 434, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.right-submenu .back > a:hover {
  background: #303030;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
}
/* line 446, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.right-submenu .back > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline;
}
/* line 495, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
  -ms-transform: translate(0%, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/* line 508, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline;
}

/* line 511, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_offcanvas.scss */
.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}

/* small displays */
@media only screen {
  /* line 244, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  /* line 247, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  /* line 251, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  /* line 262, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  /* line 265, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  /* line 268, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  /* line 271, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width: 40.063em) {
  /* line 244, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  /* line 247, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  /* line 251, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  /* line 262, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  /* line 265, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  /* line 268, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  /* line 271, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width: 50.063em) {
  /* line 244, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  /* line 247, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  /* line 251, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  /* line 262, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  /* line 265, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  /* line 268, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  /* line 271, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width: 90.063em) {
  /* line 244, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  /* line 247, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  /* line 251, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  /* line 262, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  /* line 265, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  /* line 268, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  /* line 271, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  /* line 244, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  /* line 247, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  /* line 251, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  /* line 259, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  /* line 262, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  /* line 265, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  /* line 268, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  /* line 271, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
/* line 285, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

/* line 287, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
/* line 292, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

/* line 296, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

/* line 300, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

/* line 304, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

/* line 309, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  /* line 314, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  /* line 316, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visibility for tables */
  /* line 321, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }

  /* line 325, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  /* line 329, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  /* line 333, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  /* line 338, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  /* line 344, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  /* line 346, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visibility for tables */
  /* line 351, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }

  /* line 355, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  /* line 359, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  /* line 363, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  /* line 368, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
/* line 374, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
.show-for-touch {
  display: none !important;
}

/* line 375, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
.hide-for-touch {
  display: inherit !important;
}

/* line 376, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
.touch .show-for-touch {
  display: inherit !important;
}

/* line 377, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
/* line 380, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
table.hide-for-touch {
  display: table !important;
}

/* line 381, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
.touch table.show-for-touch {
  display: table !important;
}

/* line 382, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
thead.hide-for-touch {
  display: table-header-group !important;
}

/* line 383, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
.touch thead.show-for-touch {
  display: table-header-group !important;
}

/* line 384, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
tbody.hide-for-touch {
  display: table-row-group !important;
}

/* line 385, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
.touch tbody.show-for-touch {
  display: table-row-group !important;
}

/* line 386, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
tr.hide-for-touch {
  display: table-row !important;
}

/* line 387, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
.touch tr.show-for-touch {
  display: table-row !important;
}

/* line 388, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
td.hide-for-touch {
  display: table-cell !important;
}

/* line 389, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
.touch td.show-for-touch {
  display: table-cell !important;
}

/* line 390, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
th.hide-for-touch {
  display: table-cell !important;
}

/* line 391, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
.touch th.show-for-touch {
  display: table-cell !important;
}

/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
/* line 401, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
.print-only {
  display: none !important;
}

@media print {
  /* line 403, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 409, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-print {
    display: block;
  }

  /* line 410, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-for-print {
    display: none;
  }

  /* line 412, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  table.show-for-print {
    display: table !important;
  }

  /* line 413, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  thead.show-for-print {
    display: table-header-group !important;
  }

  /* line 414, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tbody.show-for-print {
    display: table-row-group !important;
  }

  /* line 415, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tr.show-for-print {
    display: table-row !important;
  }

  /* line 416, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  td.show-for-print {
    display: table-cell !important;
  }

  /* line 417, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  th.show-for-print {
    display: table-cell !important;
  }

  /* line 419, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 421, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 423, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 426, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 430, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }

  /* line 436, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 438, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 441, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 445, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 452, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 455, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-on-print {
    display: none !important;
  }

  /* line 456, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .print-only {
    display: block !important;
  }

  /* line 457, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-for-print {
    display: none !important;
  }

  /* line 458, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-print {
    display: inherit !important;
  }
}
/* Print visibility */
@media print {
  /* line 464, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .show-for-print {
    display: block;
  }

  /* line 465, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  .hide-for-print {
    display: none;
  }

  /* line 467, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  table.show-for-print {
    display: table !important;
  }

  /* line 468, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  thead.show-for-print {
    display: table-header-group !important;
  }

  /* line 469, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tbody.show-for-print {
    display: table-row-group !important;
  }

  /* line 470, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  tr.show-for-print {
    display: table-row !important;
  }

  /* line 471, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  td.show-for-print {
    display: table-cell !important;
  }

  /* line 472, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_visibility.scss */
  th.show-for-print {
    display: table-cell !important;
  }
}
@font-face {
  font-family: 'idolcamp';
  src: url(/fonts/idolcamp.eot?haifzx);
  src: url(/fonts/idolcamp.eot?#iefixhaifzx) format("embedded-opentype"), url(/assets/idolcamp-f47e3a1e7860cefab29873cfba7542bb96295582edff484c49ea2c2c518d406d.woff?haifzx) format("woff"), url(/assets/idolcamp-bc6c2f513a0b267d341bfdc64de83e1cce28d81b7f8f7bfadf3a2e7352cbec31.ttf?haifzx) format("truetype"), url(/fonts/idolcamp.svg?haifzx#idolcamp) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon, [class^="icon-"], [class*=" icon-"], .error-message:before, .field_with_errors .error:before, #error_explanation:before, .login .login-container p.alert:before {
  font-family: 'idolcamp';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 28, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-alarm:before {
  content: "\e600";
}

/* line 32, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-arrow-left:before {
  content: "\e601";
}

/* line 36, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-arrow-right:before {
  content: "\e602";
}

/* line 40, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-calendar:before {
  content: "\e603";
}

/* line 44, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-chart-bars:before {
  content: "\e604";
}

/* line 48, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-chart:before {
  content: "\e605";
}

/* line 52, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-check:before {
  content: "\e606";
}

/* line 56, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-circle-alert:before {
  content: "\e607";
}

/* line 60, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-circle-arrow-left:before {
  content: "\e608";
}

/* line 64, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-circle-arrow-right:before {
  content: "\e609";
}

/* line 68, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-circle-check:before {
  content: "\e60a";
}

/* line 72, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-circle-close:before {
  content: "\e60b";
}

/* line 76, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-circle-info:before, .error-message:before, .field_with_errors .error:before, #error_explanation:before, .login .login-container p.alert:before {
  content: "\e60c";
}

/* line 80, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-delete-file:before {
  content: "\e60d";
}

/* line 84, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-download:before {
  content: "\e60e";
}

/* line 88, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-dropdown:before {
  content: "\e60f";
}

/* line 92, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-fast-forward:before {
  content: "\e611";
}

/* line 96, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-gear:before {
  content: "\e612";
}

/* line 100, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-headphone:before {
  content: "\e613";
}

/* line 104, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-home:before {
  content: "\e614";
}

/* line 108, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-info:before {
  content: "\e615";
}

/* line 112, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-key:before {
  content: "\e616";
}

/* line 116, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-link:before {
  content: "\e617";
}

/* line 120, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-list-bullet:before {
  content: "\e618";
}

/* line 124, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-mail:before {
  content: "\e619";
}

/* line 128, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-microphone:before {
  content: "\e61a";
}

/* line 132, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-monitor:before {
  content: "\e61b";
}

/* line 136, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-pause:before {
  content: "\e61c";
}

/* line 140, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-pen:before {
  content: "\e61d";
}

/* line 144, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-percentage:before {
  content: "\e61e";
}

/* line 148, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-play:before {
  content: "\e61f";
}

/* line 152, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-plus:before {
  content: "\e620";
}

/* line 156, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-releases:before {
  content: "\e621";
}

/* line 160, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-rewind:before {
  content: "\e622";
}

/* line 164, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-search:before {
  content: "\e623";
}

/* line 168, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-share:before {
  content: "\e624";
}

/* line 172, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-shield:before {
  content: "\e625";
}

/* line 176, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-shopping-bag:before {
  content: "\e626";
}

/* line 180, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-social-google:before {
  content: "\e629";
}

/* line 184, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-social-mail:before {
  content: "\e62b";
}

/* line 188, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-social-soundcloud:before {
  content: "\e62c";
}

/* line 192, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-social-tumblr:before {
  content: "\e62d";
}

/* line 196, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-social-youtube:before {
  content: "\e630";
}

/* line 200, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-star:before {
  content: "\e631";
}

/* line 204, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-trash:before {
  content: "\e632";
}

/* line 208, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-twitter:before {
  content: "\e633";
}

/* line 212, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-upload:before {
  content: "\e634";
}

/* line 216, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-user-full:before {
  content: "\e635";
}

/* line 220, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-user:before {
  content: "\e636";
}

/* line 224, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-widget:before {
  content: "\e637";
}

/* Typography
==================== */
/* Social icons
==================== */
/* line 64, /idolcamp/app/assets/stylesheets/labelcamp/variables.scss */
.icon-social-google {
  color: #dd4b39;
}

/* line 64, /idolcamp/app/assets/stylesheets/labelcamp/variables.scss */
.icon-social-soundcloud {
  color: #ff7700;
}

/* line 64, /idolcamp/app/assets/stylesheets/labelcamp/variables.scss */
.icon-social-tumblr {
  color: #2d4661;
}

/* line 64, /idolcamp/app/assets/stylesheets/labelcamp/variables.scss */
.icon-social-youtube {
  color: #cd332d;
}

/* Navigation
==================== */
/*!
 * Stylesheet for the Date Range Picker, for use with Bootstrap 3.x
 *
 * Copyright 2013 Dan Grossman ( http://www.dangrossman.info )
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Built for http://www.improvely.com
 */
/* line 11, /usr/local/bundle/bundler/gems/bootstrap-daterangepicker-rails-7506e7a792a4/vendor/assets/stylesheets/daterangepicker-bs3.css */
.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3000;
}

/* line 16, /usr/local/bundle/bundler/gems/bootstrap-daterangepicker-rails-7506e7a792a4/vendor/assets/stylesheets/daterangepicker-bs3.css */
.daterangepicker.opensleft .ranges, .daterangepicker.opensleft .calendar {
  float: left;
  margin: 4px;
}

/* line 21, /usr/local/bundle/bundler/gems/bootstrap-daterangepicker-rails-7506e7a792a4/vendor/assets/stylesheets/daterangepicker-bs3.css */
.daterangepicker.opensright .ranges, .daterangepicker.opensright .calendar,
.daterangepicker.openscenter .ranges, .daterangepicker.openscenter .calendar {
  float: right;
  margin: 4px;
}

/* line 27, /usr/local/bundle/bundler/gems/bootstrap-daterangepicker-rails-7506e7a792a4/vendor/assets/stylesheets/daterangepicker-bs3.css */
.daterangepicker.single .ranges, .daterangepicker.single .calendar {
  float: none;
}

/* line 31, /usr/local/bundle/bundler/gems/bootstrap-daterangepicker-rails-7506e7a792a4/vendor/assets/stylesheets/daterangepicker-bs3.css */
.daterangepicker .ranges {
  width: 160px;
  text-align: left;
}

/* line 36, /usr/local/bundle/bundler/gems/bootstrap-daterangepicker-rails-7506e7a792a4/vendor/assets/stylesheets/daterangepicker-bs3.css */
.daterangepicker .ranges .range_inputs > div {
  float: left;
}

/* line 40, /usr/local/bundle/bundler/gems/bootstrap-daterangepicker-rails-7506e7a792a4/vendor/assets/stylesheets/daterangepicker-bs3.css */
.daterangepicker .ranges .range_inputs > div:nth-child(2) {
  padding-left: 11px;
}

/* line 44, /usr/local/bundle/bundler/gems/bootstrap-daterangepicker-rails-7506e7a792a4/vendor/assets/stylesheets/daterangepicker-bs3.css */
.daterangepicker .calendar {
  display: none;
  max-width: 270px;
}

/* line 49, /usr/local/bundle/bundler/gems/bootstrap-daterangepicker-rails-7506e7a792a4/vendor/assets/stylesheets/daterangepicker-bs3.css */
.daterangepicker.show-calendar .calendar {
  display: block;
}

/* line 53, /usr/local/bundle/bundler/gems/bootstrap-daterangepicker-rails-7506e7a792a4/vendor/assets/stylesheets/daterangepicker-bs3.css */
.daterangepicker .calendar.single .calendar-date {
  border: none;
}

/* line 57, /usr/local/bundle/bundler/gems/bootstrap-daterangepicker-rails-7506e7a792a4/vendor/assets/stylesheets/daterangepicker-bs3.css */
.daterangepicker .calendar th, .daterangepicker .calendar td {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}

/* line 64, /usr/local/bundle/bundler/gems/bootstrap-daterangepicker-rails-7506e7a792a4/vendor/assets/stylesheets/daterangepicker-bs3.css */
.daterangepicker .daterangepicker_start_input label,
.daterangepicker .daterangepicker_end_input label {
  color: #333;
  display: block;
  font-size: 11px;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  margin-bottom: 2px;
  text-shadow: #fff 1px 1px 0px;
  text-transform: uppercase;
  width: 74px;
}

/* line 78, /usr/local/bundle/bundler/gems/bootstrap-daterangepicker-rails-7506e7a792a4/vendor/assets/stylesheets/daterangepicker-bs3.css */
.daterangepicker .ranges input {
  font-size: 11px;
}

/* line 82, /usr/local/bundle/bundler/gems/bootstrap-daterangepicker-rails-7506e7a792a4/vendor/assets/stylesheets/daterangepicker-bs3.css */
.daterangepicker .ranges .input-mini {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  display: block;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 0 10px 0;
  padding: 0 6px;
  width: 74px;
}

/* line 96, /usr/local/bundle/bundler/gems/bootstrap-daterangepicker-rails-7506e7a792a4/vendor/assets/stylesheets/daterangepicker-bs3.css */
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 102, /usr/local/bundle/bundler/gems/bootstrap-daterangepicker-rails-7506e7a792a4/vendor/assets/stylesheets/daterangepicker-bs3.css */
.daterangepicker .ranges li {
  font-size: 13px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}

/* line 115, /usr/local/bundle/bundler/gems/bootstrap-daterangepicker-rails-7506e7a792a4/vendor/assets/stylesheets/daterangepicker-bs3.css */
.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
}

/* line 121, /usr/local/bundle/bundler/gems/bootstrap-daterangepicker-rails-7506e7a792a4/vendor/assets/stylesheets/daterangepicker-bs3.css */
.daterangepicker .calendar-date {
  border: 1px solid #ddd;
  padding: 4px;
  border-radius: 4px;
  background: #fff;
}

/* line 128, /usr/local/bundle/bundler/gems/bootstrap-daterangepicker-rails-7506e7a792a4/vendor/assets/stylesheets/daterangepicker-bs3.css */
.daterangepicker .calendar-time {
  text-align: center;
  margin: 8px auto 0 auto;
  line-height: 30px;
}

/* line 134, /usr/local/bundle/bundler/gems/bootstrap-daterangepicker-rails-7506e7a792a4/vendor/assets/stylesheets/daterangepicker-bs3.css */
.daterangepicker {
  position: absolute;
  background: #fff;
  top: 100px;
  left: 20px;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 146, /usr/local/bundle/bundler/gems/bootstrap-daterangepicker-rails-7506e7a792a4/vendor/assets/stylesheets/daterangepicker-bs3.css */
.daterangepicker.opensleft:before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

/* line 158, /usr/local/bundle/bundler/gems/bootstrap-daterangepicker-rails-7506e7a792a4/vendor/assets/stylesheets/daterangepicker-bs3.css */
.daterangepicker.opensleft:after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}

/* line 169, /usr/local/bundle/bundler/gems/bootstrap-daterangepicker-rails-7506e7a792a4/vendor/assets/stylesheets/daterangepicker-bs3.css */
.daterangepicker.openscenter:before {
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

/* line 185, /usr/local/bundle/bundler/gems/bootstrap-daterangepicker-rails-7506e7a792a4/vendor/assets/stylesheets/daterangepicker-bs3.css */
.daterangepicker.openscenter:after {
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}

/* line 200, /usr/local/bundle/bundler/gems/bootstrap-daterangepicker-rails-7506e7a792a4/vendor/assets/stylesheets/daterangepicker-bs3.css */
.daterangepicker.opensright:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

/* line 212, /usr/local/bundle/bundler/gems/bootstrap-daterangepicker-rails-7506e7a792a4/vendor/assets/stylesheets/daterangepicker-bs3.css */
.daterangepicker.opensright:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}

/* line 223, /usr/local/bundle/bundler/gems/bootstrap-daterangepicker-rails-7506e7a792a4/vendor/assets/stylesheets/daterangepicker-bs3.css */
.daterangepicker table {
  width: 100%;
  margin: 0;
}

/* line 228, /usr/local/bundle/bundler/gems/bootstrap-daterangepicker-rails-7506e7a792a4/vendor/assets/stylesheets/daterangepicker-bs3.css */
.daterangepicker td, .daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
}

/* line 239, /usr/local/bundle/bundler/gems/bootstrap-daterangepicker-rails-7506e7a792a4/vendor/assets/stylesheets/daterangepicker-bs3.css */
.daterangepicker td.off {
  color: #999;
}

/* line 243, /usr/local/bundle/bundler/gems/bootstrap-daterangepicker-rails-7506e7a792a4/vendor/assets/stylesheets/daterangepicker-bs3.css */
.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
}

/* line 247, /usr/local/bundle/bundler/gems/bootstrap-daterangepicker-rails-7506e7a792a4/vendor/assets/stylesheets/daterangepicker-bs3.css */
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background: #eee;
}

/* line 251, /usr/local/bundle/bundler/gems/bootstrap-daterangepicker-rails-7506e7a792a4/vendor/assets/stylesheets/daterangepicker-bs3.css */
.daterangepicker td.in-range {
  background: #ebf4f8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 258, /usr/local/bundle/bundler/gems/bootstrap-daterangepicker-rails-7506e7a792a4/vendor/assets/stylesheets/daterangepicker-bs3.css */
.daterangepicker td.start-date {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

/* line 264, /usr/local/bundle/bundler/gems/bootstrap-daterangepicker-rails-7506e7a792a4/vendor/assets/stylesheets/daterangepicker-bs3.css */
.daterangepicker td.end-date {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 270, /usr/local/bundle/bundler/gems/bootstrap-daterangepicker-rails-7506e7a792a4/vendor/assets/stylesheets/daterangepicker-bs3.css */
.daterangepicker td.start-date.end-date {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 276, /usr/local/bundle/bundler/gems/bootstrap-daterangepicker-rails-7506e7a792a4/vendor/assets/stylesheets/daterangepicker-bs3.css */
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: #3071a9;
  color: #fff;
}

/* line 282, /usr/local/bundle/bundler/gems/bootstrap-daterangepicker-rails-7506e7a792a4/vendor/assets/stylesheets/daterangepicker-bs3.css */
.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

/* line 287, /usr/local/bundle/bundler/gems/bootstrap-daterangepicker-rails-7506e7a792a4/vendor/assets/stylesheets/daterangepicker-bs3.css */
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

/* line 295, /usr/local/bundle/bundler/gems/bootstrap-daterangepicker-rails-7506e7a792a4/vendor/assets/stylesheets/daterangepicker-bs3.css */
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

/* line 300, /usr/local/bundle/bundler/gems/bootstrap-daterangepicker-rails-7506e7a792a4/vendor/assets/stylesheets/daterangepicker-bs3.css */
.daterangepicker select.yearselect {
  width: 40%;
}

/* line 304, /usr/local/bundle/bundler/gems/bootstrap-daterangepicker-rails-7506e7a792a4/vendor/assets/stylesheets/daterangepicker-bs3.css */
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}

/* line 309, /usr/local/bundle/bundler/gems/bootstrap-daterangepicker-rails-7506e7a792a4/vendor/assets/stylesheets/daterangepicker-bs3.css */
.daterangepicker_start_input {
  float: left;
}

/* line 313, /usr/local/bundle/bundler/gems/bootstrap-daterangepicker-rails-7506e7a792a4/vendor/assets/stylesheets/daterangepicker-bs3.css */
.daterangepicker_end_input {
  float: left;
  padding-left: 11px;
}

/* line 318, /usr/local/bundle/bundler/gems/bootstrap-daterangepicker-rails-7506e7a792a4/vendor/assets/stylesheets/daterangepicker-bs3.css */
.daterangepicker th.month {
  width: auto;
}

/* line 1, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
html.turbolinks-progress-bar::before {
  background-color: #e23e51 !important;
  height: 0.375rem !important;
}

/*** layout 1 ***/
/* line 7, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.container {
  padding: 0 1.875rem;
}
@media (max-width: 640px) {
  /* line 7, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  .container {
    padding: 0 1.25rem;
  }
}

/* line 13, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.header, .inner-content {
  margin: 0 auto;
  max-width: 100rem;
}

/* line 17, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.header {
  height: 5.625rem;
  padding: 0 1.875rem;
}
@media (max-width: 800px) {
  /* line 17, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  .header {
    justify-content: center;
    -webkit-justify-content: center;
  }
}

/* line 27, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.content {
  min-height: 100vh;
  padding: 1.875rem;
}
/* line 31, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.content .empty {
  color: #696969;
}

/*** layout 2 ***/
/* line 40, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.page-header {
  background: white;
  padding: 1.875rem 1.875rem 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 640px) {
  /* line 40, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  .page-header {
    padding-bottom: 1.875rem;
  }
}

/* line 49, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.page-header-content {
  flex: 1;
  -webkit-flex: 1;
  margin: 0 auto;
  max-width: 100rem;
  position: relative;
}
/* line 55, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.page-header-content .back-to {
  font-size: 0.875rem;
  font-weight: 500;
  color: #758184;
  display: inline-block;
}
/* line 58, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.page-header-content .back-to i {
  position: relative;
  right: -0.125rem;
  left: 0;
  font-size: 1.0625rem;
  font-weight: 500;
  color: #758184;
}
/* line 62, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.page-header-content .back-to span {
  position: relative;
  right: -0.25rem;
  left: 0.3125rem;
}
/* line 65, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.page-header-content .back-to:hover {
  color: #758184;
}
/* line 69, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.page-header-content .title {
  padding-bottom: 1.875rem;
}
/* line 72, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.page-header-content h1 {
  padding: 1.625rem 0 0;
}
@media (max-width: 800px) {
  /* line 72, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  .page-header-content h1 {
    width: 100%;
  }
}
/* line 78, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.page-header-content h2 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #696969;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.625rem 0 0;
}
/* line 82, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.page-header-content h2 a {
  font-size: 1.125rem;
  font-weight: 700;
  color: #696969;
}
@media (max-width: 800px) {
  /* line 78, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  .page-header-content h2 {
    width: 100%;
  }
}

/* line 90, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
a.toolbar-menu-btn {
  -o-transition: all 0.5s ease 0.4s ease;
  -ms-transition: all 0.5s ease 0.4s ease;
  -moz-transition: all 0.5s ease 0.4s ease;
  -webkit-transition: all 0.5s ease 0.4s ease;
  transition: all 0.5s ease 0.4s ease;
  padding: 1.875rem 0 0;
  margin-top: 0.625rem;
  border-top: 1px solid #d6d6d6;
  border-bottom: 2px solid #e23e51;
  color: #e23e51;
  display: none;
  font-weight: 700;
  padding: 1.25rem 0;
  position: relative;
  text-align: center;
  width: 100%;
}
/* line 103, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
a.toolbar-menu-btn:after {
  position: absolute;
  right: 1.5625rem;
  left: 1.25rem;
  height: 0;
  width: 0;
  content: '';
  border: 0.3125rem solid transparent;
  border-color: #e23e51 transparent transparent transparent;
}
/* line 110, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
a.toolbar-menu-btn.active {
  -o-transition: all 0.5s ease 0.4s ease;
  -ms-transition: all 0.5s ease 0.4s ease;
  -moz-transition: all 0.5s ease 0.4s ease;
  -webkit-transition: all 0.5s ease 0.4s ease;
  transition: all 0.5s ease 0.4s ease;
}
/* line 113, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
a.toolbar-menu-btn.active:after {
  top: 1.25rem;
  border-color: transparent transparent #e23e51 transparent;
}
@media (max-width: 640px) {
  /* line 90, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  a.toolbar-menu-btn {
    display: block;
  }
}

/* line 122, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.page-container-background {
  position: fixed;
  right: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1279px) {
  /* line 122, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  .page-container-background {
    left: 0;
  }
}
@media (max-width: 800px) {
  /* line 122, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  .page-container-background {
    left: 0;
  }
}
@media (max-width: 480px) {
  /* line 122, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  .page-container-background {
    display: none;
  }
}

/* line 138, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.page-background {
  margin: 0 auto;
  max-width: 100rem;
  padding: 1.25rem;
  position: relative;
  width: 100%;
}
@media (max-width: 480px) {
  /* line 138, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  .page-background {
    padding: 0;
  }
}

/* line 149, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.page-content {
  background: white;
  min-height: calc(100vh - 242px);
}
@media (max-width: 800px) {
  /* line 149, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  .page-content {
    min-height: calc(100vh - 302px);
  }
}
@media (max-width: 640px) {
  /* line 149, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  .page-content {
    min-height: calc(100vh - 335px);
  }
}
@media (max-width: 480px) {
  /* line 149, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  .page-content {
    padding: 0 0 1.25rem;
    min-height: inherit;
  }
}
/* line 162, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.page-content-header {
  position: relative;
}
@media (max-width: 480px) {
  /* line 164, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  .page-content-header h2.share-title {
    margin-left: 3.125rem;
    padding: 0.5rem 0 0.5625rem;
  }
}
@media (max-width: 480px) {
  /* line 170, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  .page-content-header .icon-button, .page-content-header .button, .page-content-header .btn {
    top: 0;
  }
  /* line 173, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  .page-content-header .icon-button i, .page-content-header .button i, .page-content-header .btn i {
    margin-right: 0;
  }
  /* line 176, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  .page-content-header .icon-button span, .page-content-header .button span, .page-content-header .btn span {
    display: none;
  }
}
/* line 180, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.page-content-header .icon-button i, .page-content-header .button i, .page-content-header .btn i {
  position: relative;
  right: -0.0625rem;
  left: -0.0625rem;
  font-size: 0.625rem;
}

/* line 188, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.overview-header {
  position: relative;
  border-bottom: 1px solid #d6d6d6;
}
/* line 191, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.overview-header img {
  display: block;
  width: 100%;
}
/* line 195, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.overview-header .bio {
  padding-left: 1.25rem;
}
@media (max-width: 640px) {
  /* line 195, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  .overview-header .bio {
    padding: 1.25rem 0 0;
  }
}
/* line 201, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.overview-header h2 {
  margin-bottom: 0.9375rem;
}
/* line 204, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.overview-header p {
  color: #696969;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}
/* line 209, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.overview-header .modify {
  cursor: pointer;
  display: inline-block;
}
/* line 212, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.overview-header .modify i, .overview-header .modify span {
  color: #e23e51;
}

/* line 219, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
#wrap {
  overflow-x: inherit;
}
/* line 221, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
#wrap.offcanvas-overlap-left, #wrap.offcanvas-overlap-right {
  overflow: hidden;
  /* Avoid scroll when the responsive nav is opened */
}
/* line 224, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
#wrap .inner-wrap {
  height: 100%;
}
/* line 226, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
#wrap .inner-wrap .main-section {
  -o-transition: margin-left 0.5s ease 0.4s ease;
  -ms-transition: margin-left 0.5s ease 0.4s ease;
  -moz-transition: margin-left 0.5s ease 0.4s ease;
  -webkit-transition: margin-left 0.5s ease 0.4s ease;
  transition: margin-left 0.5s ease 0.4s ease;
  margin-left: 13.75rem;
  position: relative;
}
@media (max-width: 1279px) {
  /* line 226, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  #wrap .inner-wrap .main-section {
    margin-left: 5rem;
  }
}
@media (max-width: 800px) {
  /* line 226, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  #wrap .inner-wrap .main-section {
    margin: 3.75rem 0 0;
  }
}
/* line 239, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
#wrap .page-content {
  /* Others pages */
}
/* line 242, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
#wrap .page-content section {
  margin: 0;
  padding: 1.875rem 0;
}
/* line 245, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
#wrap .page-content section:first-of-type {
  padding-top: 0;
}
@media (max-width: 480px) {
  /* line 242, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  #wrap .page-content section {
    padding: 1.25rem 0;
  }
}
/* line 251, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
#wrap .page-content section:last-of-type {
  padding-bottom: 0;
}
/* line 254, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
#wrap .page-content section h2 {
  margin-bottom: 1.5625rem;
}
/* line 257, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
#wrap .page-content section .section-content {
  padding-top: 1.875rem;
}

/* line 264, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
form #content {
  z-index: 0;
}
/* line 266, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
form #content.margined {
  margin-top: 5.25rem;
}
/* line 270, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
form section {
  padding: 1.875rem 0;
}
/* line 272, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
form section:last-of-type {
  border-bottom: none;
}
/* line 275, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
form section .columns {
  padding-left: 0;
}
@media (max-width: 800px) {
  /* line 275, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  form section .columns {
    padding-right: 0;
  }
}
/* line 281, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
form section table {
  table-layout: fixed;
}
/* line 284, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
form section table thead tr {
  border-bottom: 1px solid #d6d6d6;
}
/* line 289, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
form section .evolution {
  position: relative;
}

/* Specific min-height for products & share pages */
/* line 298, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.products #wrap .page-content, .share #wrap .page-content {
  min-height: calc(100vh - 270px);
}
@media (max-width: 800px) {
  /* line 302, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  .products #wrap .page-content, .share #wrap .page-content {
    min-height: calc(100vh - 330px);
  }
}
@media (max-width: 640px) {
  /* line 307, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  .products #wrap .page-content, .share #wrap .page-content {
    min-height: calc(100vh - 364px);
  }
}

/* Specific min-height for releases section on artists & labels pages */
/* line 318, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.products.labels #wrap .page-content,
.products.artists #wrap .page-content {
  min-height: calc(100vh - 242px);
}
@media (max-width: 800px) {
  /* line 318, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  .products.labels #wrap .page-content,
  .products.artists #wrap .page-content {
    min-height: calc(100vh - 302px);
  }
}
@media (max-width: 640px) {
  /* line 318, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  .products.labels #wrap .page-content,
  .products.artists #wrap .page-content {
    min-height: calc(100vh - 335px);
  }
}
@media (max-width: 480px) {
  /* line 318, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  .products.labels #wrap .page-content,
  .products.artists #wrap .page-content {
    padding: 0 0 1.25rem;
    min-height: inherit;
  }
}

/* line 334, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.promotional.link {
  text-align: center;
  min-width: 10rem;
}
@media (max-width: 800px) {
  /* line 334, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  .promotional.link {
    margin: 0 auto;
    width: 100%;
    max-width: 10.875rem;
  }
}
@media (max-width: 480px) {
  /* line 334, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  .promotional.link {
    min-width: 100%;
  }
}
/* line 344, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.promotional.link img {
  height: 5.625rem;
  width: 5.625rem;
}
@media (max-width: 800px) {
  /* line 344, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  .promotional.link img {
    height: 3.75rem;
    width: 3.75rem;
  }
}
/* line 350, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.promotional.link p {
  padding: 0.9375rem 0 0.3125rem;
  min-height: 5.1875rem;
  line-height: 1.5;
}
/* line 355, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.promotional.link .button {
  margin-bottom: 0;
}

/* line 359, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.visual-radio {
  border: 0.125rem solid transparent;
  padding: 1.25rem !important;
  position: relative;
  text-align: center;
}
@media (max-width: 480px) {
  /* line 359, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  .visual-radio {
    padding: 0;
  }
}
/* line 367, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.visual-radio:before {
  position: absolute;
  right: 0;
  left: 0;
  height: 1rem;
  width: 1rem;
  content: '';
  background: #28b563;
  opacity: 0;
}
/* line 374, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.visual-radio:after {
  position: absolute;
  right: 0.25rem;
  left: 0.1875rem;
  font-size: 0.5rem;
  font-weight: 500;
  color: white;
  content: '\e606';
  font-family: 'idolcamp';
  opacity: 0;
}
/* line 381, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.visual-radio img {
  margin-bottom: 0.9375rem;
}
/* line 384, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.visual-radio .hint {
  font-size: 0.875rem;
  font-weight: 500;
  color: #696969;
  line-height: 1.2;
  margin-top: 0.3125rem;
}
/* line 389, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.visual-radio.checked {
  -o-transition: all 0.5s ease-in-out 0.4s ease;
  -ms-transition: all 0.5s ease-in-out 0.4s ease;
  -moz-transition: all 0.5s ease-in-out 0.4s ease;
  -webkit-transition: all 0.5s ease-in-out 0.4s ease;
  transition: all 0.5s ease-in-out 0.4s ease;
  border: 0.125rem solid #28b563;
}
/* line 392, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.visual-radio.checked:before, .visual-radio.checked:after {
  -o-transition: all 0.5s ease-in-out 0.3s 0.4s ease;
  -ms-transition: all 0.5s ease-in-out 0.3s 0.4s ease;
  -moz-transition: all 0.5s ease-in-out 0.3s 0.4s ease;
  -webkit-transition: all 0.5s ease-in-out 0.3s 0.4s ease;
  transition: all 0.5s ease-in-out 0.3s 0.4s ease;
  opacity: 1;
}
@media (max-width: 320px) {
  /* line 392, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  .visual-radio.checked:before, .visual-radio.checked:after {
    content: none;
  }
}

/* line 402, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
#list {
  width: 100%;
  margin: 0;
}
/* line 405, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
#list .item-content {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 640px) {
  /* line 405, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  #list .item-content {
    width: 100%;
  }
}
/* line 413, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
#list .item-image img {
  max-width: 100%;
  width: 6.25rem;
}
/* line 417, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
#list .item-image iframe {
  top: 0;
  left: 0;
}
@media (max-width: 480px) {
  /* line 412, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  #list .item-image {
    text-align: center;
    width: 100%;
  }
}
/* line 426, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
#list .item-infos {
  padding-left: 1.25rem;
  max-width: calc(100% - 100px);
  line-height: 1.3;
}
/* line 429, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
#list .item-infos h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #202020;
  line-height: 1;
  margin-bottom: 0.625rem;
}
@media (max-width: 640px) {
  /* line 429, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  #list .item-infos h4 {
    width: 100%;
  }
}
/* line 437, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
#list .item-infos .strong {
  color: #202020;
}
@media (max-width: 480px) {
  /* line 426, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  #list .item-infos {
    max-width: 100%;
    padding: 0.625rem 0 0 0;
    text-align: center;
    width: 100%;
  }
}
/* line 448, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
#list .item-action {
  padding: 3.3125rem 0;
  text-align: right;
}
@media (max-width: 640px) {
  /* line 448, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  #list .item-action {
    padding: 0 0 1.25rem;
    text-align: center;
  }
}
@media (max-width: 480px) {
  /* line 448, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  #list .item-action {
    padding-right: 0.9375rem;
    text-align: right;
  }
  /* line 458, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  #list .item-action:last-of-type {
    padding-bottom: 1.25rem !important;
    text-align: left;
  }
}
/* line 463, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
#list .item-action .icon-button.secondary {
  position: relative;
  right: 0;
  left: 0;
  margin: 0;
}
/* line 466, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
#list .item-action .icon-button.secondary i {
  display: none;
}
@media (max-width: 800px) {
  /* line 470, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  #list .item-action .icon-button.secondary span {
    display: none;
  }
  /* line 473, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  #list .item-action .icon-button.secondary i {
    display: block;
    font-size: 1.0625rem;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  /* line 463, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  #list .item-action .icon-button.secondary {
    margin: 0 0.625rem;
  }
}

/* line 487, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.step .number {
  font-size: 0.875rem;
  font-weight: 700;
  color: white;
  position: relative;
  left: 0.25rem;
  z-index: 1;
}
/* line 492, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.step .number:before {
  height: 1.0625rem;
  width: 1.0625rem;
  position: absolute;
  right: -0.25rem;
  left: -0.25rem;
  z-index: -1;
  content: '';
  background: #e23e51;
  border-radius: 50%;
}
/* line 501, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.step .title {
  position: relative;
  top: 0.0625rem;
  font-weight: bold;
  margin-left: 0.875rem;
}

/* line 513, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.trends.products #filters-btn,
.trends.labels #filters-btn,
.analytics.products #filters-btn,
.analytics.labels #filters-btn {
  position: absolute;
  right: 0;
  left: 0;
}
/* line 515, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.trends.products #filters-btn.fixed,
.trends.labels #filters-btn.fixed,
.analytics.products #filters-btn.fixed,
.analytics.labels #filters-btn.fixed {
  position: fixed;
  right: 5.625rem;
  left: 3.75rem;
}
@media (max-width: 480px) {
  /* line 515, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  .trends.products #filters-btn.fixed,
  .trends.labels #filters-btn.fixed,
  .analytics.products #filters-btn.fixed,
  .analytics.labels #filters-btn.fixed {
    right: 1.25rem;
  }
}

/* line 523, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.no-scroll {
  overflow: hidden;
}

/* line 527, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
#loading.overlay {
  position: fixed;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: white;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1279px) {
  /* line 527, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  #loading.overlay {
    left: 0;
    width: 100%;
  }
}
@media (max-width: 800px) {
  /* line 527, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  #loading.overlay {
    left: 0;
    width: 100%;
  }
}
/* line 543, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
#loading.overlay.active {
  z-index: 100;
  opacity: .99;
  visibility: visible;
}
/* line 548, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
#loading.overlay:after, #loading.overlay:before {
  position: absolute;
  right: 50%;
  left: 50%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 1.25rem;
  width: 1.25rem;
  transform: translate(-50%, -50%);
  border: 2px solid #202020;
  content: '';
}
/* line 556, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
#loading.overlay:before {
  -webkit-animation: before-loading 2s ease-in-out infinite;
  -moz-animation: before-loading 2s ease-in-out infinite;
  -o-animation: before-loading 2s ease-in-out infinite;
  animation: before-loading 2s ease-in-out infinite;
}
/* line 562, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
#loading.overlay:after {
  -webkit-animation: after-loading 2s ease-in-out infinite;
  -moz-animation: after-loading 2s ease-in-out infinite;
  -o-animation: after-loading 2s ease-in-out infinite;
  animation: after-loading 2s ease-in-out infinite;
  border: 2px solid #e23e51;
}

/* line 575, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.products.trends #loading.overlay,
.products.analytics #loading.overlay,
.labels.trends #loading.overlay,
.labels.analytics #loading.overlay {
  z-index: 100;
  width: 100%;
  height: 100vh;
  left: 0;
}
/* line 591, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.products.trends #loading.overlay.full-loader,
.products.analytics #loading.overlay.full-loader,
.labels.trends #loading.overlay.full-loader,
.labels.analytics #loading.overlay.full-loader {
  top: 0;
  height: 100vh;
}

/* line 599, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
.labels.trends #loading.overlay,
.labels.analytics #loading.overlay {
  top: 11.375rem;
  height: calc(100vh - 182px);
}
@media (max-width: 1279px) {
  /* line 599, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  .labels.trends #loading.overlay,
  .labels.analytics #loading.overlay {
    left: 5rem;
    width: calc(100% - 80px);
  }
}
@media (max-width: 800px) {
  /* line 599, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
  .labels.trends #loading.overlay,
  .labels.analytics #loading.overlay {
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
  }
}

/* line 614, /idolcamp/app/assets/stylesheets/labelcamp/layouts.scss */
section.overview {
  position: relative;
}

/* line 1, /idolcamp/app/assets/stylesheets/labelcamp/elements/button.scss */
.button, .btn {
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
  font-size: 0.75rem;
  font-weight: 700 !important;
  color: #e23e51;
  background-color: transparent;
  border: 1px solid #e23e51;
  font-family: 'Poppins', 'helvetica neue', helvetica, sans-serif;
  min-width: 9.375rem;
  padding: 0.625rem 1.25rem;
  text-transform: uppercase;
}
/* line 10, /idolcamp/app/assets/stylesheets/labelcamp/elements/button.scss */
.button:hover, .button.active, .btn:hover, .btn.active {
  -o-transition: all 0.3s ease 0.4s ease;
  -ms-transition: all 0.3s ease 0.4s ease;
  -moz-transition: all 0.3s ease 0.4s ease;
  -webkit-transition: all 0.3s ease 0.4s ease;
  transition: all 0.3s ease 0.4s ease;
  background: #e23e51;
  color: white;
}
/* line 15, /idolcamp/app/assets/stylesheets/labelcamp/elements/button.scss */
.button.secondary, .btn.secondary {
  background: #d6d6d6;
  border: none;
  color: white;
}
/* line 19, /idolcamp/app/assets/stylesheets/labelcamp/elements/button.scss */
.button.secondary:hover, .btn.secondary:hover {
  background: #bdbdbd;
  color: white;
}
/* line 23, /idolcamp/app/assets/stylesheets/labelcamp/elements/button.scss */
.button.secondary:focus, .button.secondary[disabled], .btn.secondary:focus, .btn.secondary[disabled] {
  background-color: #bdbdbd;
  border: none;
  color: white;
  opacity: 1;
  outline: none;
}
/* line 31, /idolcamp/app/assets/stylesheets/labelcamp/elements/button.scss */
.button:focus, .button[disabled], .btn:focus, .btn[disabled] {
  outline: none;
  background-color: #e23e51;
  border: 1px solid #e23e51;
  color: white !important;
}

/* line 39, /idolcamp/app/assets/stylesheets/labelcamp/elements/button.scss */
input[type="submit"].button, input[type="submit"].icon-button, input[type="submit"].btn {
  -webkit-border-radius: 0.1875rem !important;
  -moz-border-radius: 0.1875rem !important;
  border-radius: 0.1875rem !important;
}

/* line 43, /idolcamp/app/assets/stylesheets/labelcamp/elements/button.scss */
.icon-button {
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
  -o-transition: all 0.3s ease 0.4s ease;
  -ms-transition: all 0.3s ease 0.4s ease;
  -moz-transition: all 0.3s ease 0.4s ease;
  -webkit-transition: all 0.3s ease 0.4s ease;
  transition: all 0.3s ease 0.4s ease;
  background: transparent;
  border: 1px solid #e23e51;
  display: inline-block;
  padding: 0.625rem 1.25rem;
  text-transform: uppercase;
}
/* line 51, /idolcamp/app/assets/stylesheets/labelcamp/elements/button.scss */
.icon-button i {
  font-size: 0.75rem;
  font-weight: 500;
  color: #e23e51;
  margin-right: 0.3125rem;
}
/* line 55, /idolcamp/app/assets/stylesheets/labelcamp/elements/button.scss */
.icon-button span {
  font-size: 0.75rem;
  font-weight: 700 !important;
  color: #e23e51;
  font-family: 'Poppins', 'helvetica neue', helvetica, sans-serif;
}
/* line 59, /idolcamp/app/assets/stylesheets/labelcamp/elements/button.scss */
.icon-button.secondary {
  background: #d6d6d6;
  border: none;
}
/* line 62, /idolcamp/app/assets/stylesheets/labelcamp/elements/button.scss */
.icon-button.secondary i, .icon-button.secondary span {
  color: white;
}
/* line 65, /idolcamp/app/assets/stylesheets/labelcamp/elements/button.scss */
.icon-button.secondary:hover {
  -o-transition: all 0.3s ease 0.4s ease;
  -ms-transition: all 0.3s ease 0.4s ease;
  -moz-transition: all 0.3s ease 0.4s ease;
  -webkit-transition: all 0.3s ease 0.4s ease;
  transition: all 0.3s ease 0.4s ease;
  background: #bdbdbd;
  color: white;
}
/* line 70, /idolcamp/app/assets/stylesheets/labelcamp/elements/button.scss */
.icon-button.secondary:focus {
  outline: none;
  background-color: #bdbdbd;
}
/* line 73, /idolcamp/app/assets/stylesheets/labelcamp/elements/button.scss */
.icon-button.secondary:focus i, .icon-button.secondary:focus span {
  color: white;
}
/* line 78, /idolcamp/app/assets/stylesheets/labelcamp/elements/button.scss */
.icon-button:focus {
  outline: none;
  background-color: #e23e51;
}
/* line 81, /idolcamp/app/assets/stylesheets/labelcamp/elements/button.scss */
.icon-button:focus i, .icon-button:focus span {
  color: white;
}

/* line 1, /idolcamp/app/assets/stylesheets/labelcamp/elements/dropdown.scss */
select {
  color: #696969;
  font-weight: 300;
}

/* line 6, /idolcamp/app/assets/stylesheets/labelcamp/elements/dropdown.scss */
.custom-select {
  display: inline-block;
  max-width: 31.25rem;
  position: relative;
  width: 100%;
}
/* line 11, /idolcamp/app/assets/stylesheets/labelcamp/elements/dropdown.scss */
.custom-select input[type="text"] {
  padding-right: 2.5rem;
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
  cursor: pointer;
}
/* line 16, /idolcamp/app/assets/stylesheets/labelcamp/elements/dropdown.scss */
.custom-select select {
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
  cursor: pointer;
  padding: 0 2.1875rem 0 0.625rem;
}
/* line 20, /idolcamp/app/assets/stylesheets/labelcamp/elements/dropdown.scss */
.custom-select select:hover, .custom-select select:focus {
  background: white;
  border-color: #d6d6d6;
}
/* line 25, /idolcamp/app/assets/stylesheets/labelcamp/elements/dropdown.scss */
.custom-select:after {
  position: absolute;
  right: 0.75rem;
  left: 0.8125rem;
  content: url(/assets/labelcamp/icons/icon-dropdown-a172c8dcdd39edb2033ecde8e37eeaec15dc468900d2e915bc4de37804f7ccf4.svg);
  font-size: 0.8125rem;
  pointer-events: none;
}

/* Custom Select2
==================== */
/* line 35, /idolcamp/app/assets/stylesheets/labelcamp/elements/dropdown.scss */
.select2-container-active,
.select2-container,
.select2-container-multi {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 31.25rem;
  position: relative;
  width: 100%;
}
@media (max-width: 1024px) {
  /* line 35, /idolcamp/app/assets/stylesheets/labelcamp/elements/dropdown.scss */
  .select2-container-active,
  .select2-container,
  .select2-container-multi {
    max-width: 100%;
  }
}
/* line 45, /idolcamp/app/assets/stylesheets/labelcamp/elements/dropdown.scss */
.select2-container-active .select2-choice,
.select2-container .select2-choice,
.select2-container-multi .select2-choice {
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
  border: 0.0625rem solid #d6d6d6;
  height: 2.3125rem;
  padding: 0.1875rem 0 0.25rem 0.625rem;
}
/* line 52, /idolcamp/app/assets/stylesheets/labelcamp/elements/dropdown.scss */
.select2-container-active .select2-choice .select2-arrow,
.select2-container .select2-choice .select2-arrow,
.select2-container-multi .select2-choice .select2-arrow {
  display: none;
}
/* line 56, /idolcamp/app/assets/stylesheets/labelcamp/elements/dropdown.scss */
.select2-container-active .select2-choice abbr,
.select2-container .select2-choice abbr,
.select2-container-multi .select2-choice abbr {
  position: absolute;
  right: 3.25rem;
  left: 0.625rem;
}

/* line 60, /idolcamp/app/assets/stylesheets/labelcamp/elements/dropdown.scss */
.select2-container .select2-choice > .select2-chosen {
  margin-right: 2.25rem;
}

/* line 65, /idolcamp/app/assets/stylesheets/labelcamp/elements/dropdown.scss */
.select2-dropdown-open .select2-choice,
.select2-drop-above .select2-choice {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background: white;
}

/* line 71, /idolcamp/app/assets/stylesheets/labelcamp/elements/dropdown.scss */
.select2-drop {
  margin-top: -0.125rem;
}

/* line 74, /idolcamp/app/assets/stylesheets/labelcamp/elements/dropdown.scss */
.select2-drop-active {
  -webkit-border-radius: 0 0 0.1875rem 0.1875rem;
  -moz-border-radius: 0 0 0.1875rem 0.1875rem;
  border-radius: 0 0 0.1875rem 0.1875rem;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0.0625rem solid #d6d6d6;
  border-top: none;
}

/* line 80, /idolcamp/app/assets/stylesheets/labelcamp/elements/dropdown.scss */
.select2-search {
  margin-top: 0.625rem;
  padding: 0 0.625rem;
  position: relative;
}
/* line 84, /idolcamp/app/assets/stylesheets/labelcamp/elements/dropdown.scss */
.select2-search:after {
  position: absolute;
  right: 1.25rem;
  left: 0.625rem;
  content: '\e623';
  font-family: 'idolcamp';
  color: #696969;
}

/* line 92, /idolcamp/app/assets/stylesheets/labelcamp/elements/dropdown.scss */
.select2-result .select2-result-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #696969;
  padding: 0.3125rem 0.625rem;
}

/* line 97, /idolcamp/app/assets/stylesheets/labelcamp/elements/dropdown.scss */
.select2-results {
  max-height: 15.625rem;
  margin: 0;
  padding: 0;
}
/* line 101, /idolcamp/app/assets/stylesheets/labelcamp/elements/dropdown.scss */
.select2-results .select2-result-label {
  padding: 0.625rem;
}
/* line 104, /idolcamp/app/assets/stylesheets/labelcamp/elements/dropdown.scss */
.select2-results .select2-highlighted {
  background: #f0f0f0;
}
/* line 106, /idolcamp/app/assets/stylesheets/labelcamp/elements/dropdown.scss */
.select2-results .select2-highlighted div {
  color: #202020;
}
/* line 110, /idolcamp/app/assets/stylesheets/labelcamp/elements/dropdown.scss */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: transparent;
  font-size: 0.875rem;
  padding: 0 0.625rem 0.625rem;
}

/* line 121, /idolcamp/app/assets/stylesheets/labelcamp/elements/dropdown.scss */
.select2-container-multi .select2-choices {
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
  border: 0.125rem solid #d6d6d6;
  height: auto;
}
/* line 127, /idolcamp/app/assets/stylesheets/labelcamp/elements/dropdown.scss */
.select2-container-multi .select2-choices .select2-arrow {
  display: none;
}
/* line 131, /idolcamp/app/assets/stylesheets/labelcamp/elements/dropdown.scss */
.select2-container-multi .select2-choices .select2-search-field input {
  font-family: 'Poppins';
  font-size: 0.875rem;
  height: 2.0625rem;
  margin: 0;
}
/* line 138, /idolcamp/app/assets/stylesheets/labelcamp/elements/dropdown.scss */
.select2-container-multi .select2-choices .select2-search-choice {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f0f0f0;
  background-image: none;
  margin-top: 0.375rem;
}
/* line 146, /idolcamp/app/assets/stylesheets/labelcamp/elements/dropdown.scss */
.select2-container-multi.select2-container-active .select2-choices {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0.125rem solid #d6d6d6;
}

/* line 152, /idolcamp/app/assets/stylesheets/labelcamp/elements/dropdown.scss */
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
  border: 0.125rem solid #d6d6d6;
  border-top: transparent;
}

/* line 159, /idolcamp/app/assets/stylesheets/labelcamp/elements/dropdown.scss */
.select2-drop.select2-drop-above.select2-drop-active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0.0625rem solid #d6d6d6;
  border-bottom: none;
}

/*=== Custom-select button ===*/
/* line 167, /idolcamp/app/assets/stylesheets/labelcamp/elements/dropdown.scss */
.custom-select.select-button:after {
  content: url(/assets/labelcamp/icons/icon-dropdown-white.svg);
}
/* line 170, /idolcamp/app/assets/stylesheets/labelcamp/elements/dropdown.scss */
.custom-select.select-button .select2-container-active .select2-choice,
.custom-select.select-button .select2-container .select2-choice,
.custom-select.select-button .select2-container-multi .select2-choice {
  background: #d6d6d6;
  border-color: #d6d6d6;
  color: white !important;
}
/* line 176, /idolcamp/app/assets/stylesheets/labelcamp/elements/dropdown.scss */
.custom-select.select-button .select2-container-active .select2-choice:hover,
.custom-select.select-button .select2-container .select2-choice:hover,
.custom-select.select-button .select2-container-multi .select2-choice:hover {
  background: #bdbdbd;
  border-color: #bdbdbd;
}
/* line 181, /idolcamp/app/assets/stylesheets/labelcamp/elements/dropdown.scss */
.custom-select.select-button .select2-container .select2-choice > .select2-chosen {
  font-size: 0.75rem;
  font-weight: 700;
  color: white;
  display: inline-flex;
  text-transform: uppercase;
}
/* line 186, /idolcamp/app/assets/stylesheets/labelcamp/elements/dropdown.scss */
.custom-select.select-button .select2-dropdown-open .select2-choice,
.custom-select.select-button .select2-drop-above .select2-choice {
  background: #bdbdbd;
  border-color: #bdbdbd;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  /* line 194, /idolcamp/app/assets/stylesheets/labelcamp/elements/dropdown.scss */
  .select2-search input, .select2-search-choice-close {
    background-image: none !important;
  }
}
/* line 1, /idolcamp/app/assets/stylesheets/labelcamp/elements/table.scss */
.aggregation-table {
  border-bottom: 0.0625rem solid #d6d6d6;
  margin: 0;
  width: 100%;
}

/* line 6, /idolcamp/app/assets/stylesheets/labelcamp/elements/table.scss */
.aggregation-table-header {
  background: #f0f0f0;
  padding: 0.9375rem 0.625rem;
}
@media (max-width: 800px) {
  /* line 6, /idolcamp/app/assets/stylesheets/labelcamp/elements/table.scss */
  .aggregation-table-header {
    padding: 0.9375rem 1.25rem;
  }
}
/* line 12, /idolcamp/app/assets/stylesheets/labelcamp/elements/table.scss */
.aggregation-table-header .value,
.aggregation-table-header .value_full,
.aggregation-table-header .value_album {
  font-size: 0.875rem;
  font-weight: 500;
  color: #727272;
}
/* line 17, /idolcamp/app/assets/stylesheets/labelcamp/elements/table.scss */
.aggregation-table-header .percent {
  text-align: center;
}

/* line 21, /idolcamp/app/assets/stylesheets/labelcamp/elements/table.scss */
.aggregation-table-header-column, .aggregation-table-column {
  font-size: 0.875rem;
  font-weight: 500;
  color: #727272;
  flex: 1;
  text-align: center;
}

/* line 26, /idolcamp/app/assets/stylesheets/labelcamp/elements/table.scss */
.aggregation-table-row {
  border-bottom: 0.0625rem solid #f5f5f5;
  min-height: 3rem;
  padding: 0 0.625rem;
}
/* line 30, /idolcamp/app/assets/stylesheets/labelcamp/elements/table.scss */
.aggregation-table-row:last-of-type {
  border-bottom: none;
}

/*** Arrows
==================== ***/
/* line 3, /idolcamp/app/assets/stylesheets/labelcamp/partials/elements.scss */
.arrow-up, .products-index .sort-by .sort-by-option.asc:after {
  height: 0;
  width: 0;
  border-left: 0.3125rem solid transparent;
  border-right: 0.3125rem solid transparent;
  border-bottom: 0.4375rem solid #28b563;
}

/* line 9, /idolcamp/app/assets/stylesheets/labelcamp/partials/elements.scss */
.arrow-down, .products-index .sort-by .sort-by-option.desc:after {
  height: 0;
  width: 0;
  border-left: 0.3125rem solid transparent;
  border-right: 0.3125rem solid transparent;
  border-top: 0.4375rem solid #e23e51;
}

/*** Tags
==================== ***/
/* line 18, /idolcamp/app/assets/stylesheets/labelcamp/partials/elements.scss */
.tag {
  font-size: 0.75rem;
  font-weight: 500;
  color: white;
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
  background: #404040;
  display: inline-block;
  padding: 0.5rem 3.125rem 0.5rem 0.625rem;
  position: relative;
}
/* line 25, /idolcamp/app/assets/stylesheets/labelcamp/partials/elements.scss */
.tag:hover {
  color: white;
}
/* line 28, /idolcamp/app/assets/stylesheets/labelcamp/partials/elements.scss */
.tag:before {
  position: absolute;
  right: 0.125rem;
  left: 1.875rem;
  height: 1.5rem;
  width: 0.0625rem;
  content: '';
  background: #707070;
}
/* line 34, /idolcamp/app/assets/stylesheets/labelcamp/partials/elements.scss */
.tag:after {
  position: absolute;
  right: 0.4375rem;
  left: 0.75rem;
  content: 'x';
  color: white;
}

/* line 41, /idolcamp/app/assets/stylesheets/labelcamp/partials/elements.scss */
.new-tag {
  font-size: 0.75rem;
  font-weight: 700;
  color: white;
  position: relative;
  right: -0.1875rem;
  left: -0.1875rem;
  background: #28b563;
  margin-left: 0.625rem;
  padding: 0.375rem 0.625rem 0.375rem 2rem;
}
/* line 47, /idolcamp/app/assets/stylesheets/labelcamp/partials/elements.scss */
.new-tag:after {
  font-size: 0.875rem;
  font-weight: 500;
  color: white;
  position: absolute;
  right: 0.375rem;
  left: 0.5625rem;
  content: '\e631';
  font-family: 'idolcamp';
}

/* line 55, /idolcamp/app/assets/stylesheets/labelcamp/partials/elements.scss */
.incomplete, .inactive {
  font-size: 0.6875rem;
  font-weight: 700;
  color: white;
  background: #50abf1;
  letter-spacing: 0.0625rem;
  padding: 0.625rem;
  text-transform: uppercase;
  z-index: 1;
}
/* line 62, /idolcamp/app/assets/stylesheets/labelcamp/partials/elements.scss */
.incomplete:after, .inactive:after {
  height: 0;
  width: 0;
  border-left: 0.4375rem solid transparent;
  border-bottom: 0.4375rem solid transparent;
  border-right: 0.4375rem solid #1c5073;
  content: '';
}

/* line 71, /idolcamp/app/assets/stylesheets/labelcamp/partials/elements.scss */
.incomplete {
  position: absolute;
  right: 0.625rem;
  left: -0.4375rem;
}
/* line 73, /idolcamp/app/assets/stylesheets/labelcamp/partials/elements.scss */
.incomplete:after {
  position: absolute;
  right: -0.4375rem;
  left: -0.4375rem;
}

/* line 78, /idolcamp/app/assets/stylesheets/labelcamp/partials/elements.scss */
.inactive {
  background: #e23e51;
  position: absolute;
  right: 2.5rem;
  left: -0.4375rem;
}
/* line 81, /idolcamp/app/assets/stylesheets/labelcamp/partials/elements.scss */
.inactive:after {
  position: absolute;
  right: -0.4375rem;
  left: -0.4375rem;
}

/* line 87, /idolcamp/app/assets/stylesheets/labelcamp/partials/elements.scss */
.products.index .inactive {
  position: absolute;
  right: 5.625rem;
  left: -0.4375rem;
}

/*** Tooltips
==================== ***/
/* line 94, /idolcamp/app/assets/stylesheets/labelcamp/partials/elements.scss */
.tooltip-container {
  position: relative;
  display: inline-block;
}
/* line 97, /idolcamp/app/assets/stylesheets/labelcamp/partials/elements.scss */
.tooltip-container .tooltip-content {
  position: absolute;
  right: 100%;
  left: 50%;
  font-size: 0.875rem;
  font-weight: 500;
  color: white;
  transform: scale3d(0.7, 0.3, 1);
  transform-origin: -100% 100%;
  -o-transition: opacity, transform, 0.2s, ease 0.4s ease;
  -ms-transition: opacity, transform, 0.2s, ease 0.4s ease;
  -moz-transition: opacity, transform, 0.2s, ease 0.4s ease;
  -webkit-transition: opacity, transform, 0.2s, ease 0.4s ease;
  transition: opacity, transform, 0.2s, ease 0.4s ease;
  background: #1e2526;
  line-height: 1.4;
  margin-bottom: 0.625rem;
  opacity: 0;
  padding: 1.25rem;
  text-align: left;
  visibility: hidden;
  width: 18.75rem;
  z-index: 9999;
}
/* line 112, /idolcamp/app/assets/stylesheets/labelcamp/partials/elements.scss */
.tooltip-container .tooltip-content:after {
  height: 0;
  width: 0;
  position: absolute;
  right: 100%;
  left: 50%;
  content: '';
  border: solid transparent;
  border-top-color: #1e2526;
  border-width: 0.625rem;
  margin-left: -0.625rem;
}
/* line 121, /idolcamp/app/assets/stylesheets/labelcamp/partials/elements.scss */
.tooltip-container .tooltip-content.bottom-tooltip-content {
  position: absolute;
  right: 100%;
  left: inherit;
  transform-origin: -100% 0;
  margin-top: 0.625rem;
}
/* line 125, /idolcamp/app/assets/stylesheets/labelcamp/partials/elements.scss */
.tooltip-container .tooltip-content.bottom-tooltip-content:after {
  position: absolute;
  right: 0;
  left: 0;
  border-top-color: transparent;
  border-bottom-color: #1e2526;
  margin-top: -1.25rem;
}
/* line 132, /idolcamp/app/assets/stylesheets/labelcamp/partials/elements.scss */
.tooltip-container .tooltip-content.left-tooltip-content {
  position: absolute;
  right: 50%;
  left: 100%;
  transform-origin: 0 0;
  margin-left: 0.625rem;
}
/* line 136, /idolcamp/app/assets/stylesheets/labelcamp/partials/elements.scss */
.tooltip-container .tooltip-content.left-tooltip-content:after {
  position: absolute;
  right: 50%;
  left: 0;
  border-top-color: transparent;
  border-right-color: #1e2526;
  margin: -0.625rem 0 0 -1.25rem;
}
/* line 143, /idolcamp/app/assets/stylesheets/labelcamp/partials/elements.scss */
.tooltip-container .tooltip-content.right-tooltip-content {
  position: absolute;
  right: 50%;
  left: 100%;
  transform-origin: 100% 0;
  margin-right: 0.625rem;
}
/* line 147, /idolcamp/app/assets/stylesheets/labelcamp/partials/elements.scss */
.tooltip-container .tooltip-content.right-tooltip-content:after {
  position: absolute;
  right: 50%;
  left: inherit;
  border-top-color: transparent;
  border-left-color: #1e2526;
  margin: -0.625rem -1.25rem 0 0;
}
/* line 156, /idolcamp/app/assets/stylesheets/labelcamp/partials/elements.scss */
.tooltip-container:hover .tooltip-content {
  opacity: 1;
  visibility: visible;
  transform: rotate3d(0, 0, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
/* line 162, /idolcamp/app/assets/stylesheets/labelcamp/partials/elements.scss */
.tooltip-container:hover .left-tooltip-content,
.tooltip-container:hover .right-tooltip-content {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
@media (max-width: 800px) {
  /* line 94, /idolcamp/app/assets/stylesheets/labelcamp/partials/elements.scss */
  .tooltip-container {
    position: inherit;
  }
  /* line 169, /idolcamp/app/assets/stylesheets/labelcamp/partials/elements.scss */
  .tooltip-container .tooltip-content,
  .tooltip-container .tooltip-content.left-tooltip-content,
  .tooltip-container .tooltip-content.right-tooltip-content,
  .tooltip-container .tooltip-content.bottom-tooltip-content {
    position: fixed;
    right: 50%;
    left: 50%;
    transform-origin: 100% 100%;
    transform: translate(-50%, -50%);
    margin: 0;
    max-width: 80%;
    width: 80%;
  }
  /* line 179, /idolcamp/app/assets/stylesheets/labelcamp/partials/elements.scss */
  .tooltip-container .tooltip-content:after,
  .tooltip-container .tooltip-content.left-tooltip-content:after,
  .tooltip-container .tooltip-content.right-tooltip-content:after,
  .tooltip-container .tooltip-content.bottom-tooltip-content:after {
    content: none;
  }
}

/* line 1, /idolcamp/app/assets/stylesheets/labelcamp/partials/horizontal-nav.scss */
.horizontal-nav {
  height: auto;
  margin: 0 auto;
  max-width: 100rem;
  position: relative;
  width: 100%;
  z-index: 2;
}
/* line 8, /idolcamp/app/assets/stylesheets/labelcamp/partials/horizontal-nav.scss */
.horizontal-nav:after, .horizontal-nav:before {
  height: 1px;
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  content: '';
  background: #d6d6d6;
  z-index: 0;
}
/* line 15, /idolcamp/app/assets/stylesheets/labelcamp/partials/horizontal-nav.scss */
.horizontal-nav:after {
  bottom: 0;
  top: inherit;
}
@media (max-width: 640px) {
  /* line 19, /idolcamp/app/assets/stylesheets/labelcamp/partials/horizontal-nav.scss */
  .horizontal-nav ul {
    border: 1px solid #d6d6d6;
    border-top: none;
    box-shadow: 0 0 0.1875rem 0 #d6d6d6;
    margin: 0;
  }
}
/* line 26, /idolcamp/app/assets/stylesheets/labelcamp/partials/horizontal-nav.scss */
.horizontal-nav ul li {
  display: inline-block;
}
/* line 17, /idolcamp/app/assets/stylesheets/labelcamp/mixins.scss */
.horizontal-nav ul li.active a {
  font-size: 0.875rem;
  font-weight: 700;
  color: #e23e51;
  position: relative;
}
/* line 20, /idolcamp/app/assets/stylesheets/labelcamp/mixins.scss */
.horizontal-nav ul li.active a:after {
  position: absolute;
  right: 0;
  left: 0;
  height: 0.125rem;
  width: 100%;
  background: #e23e51;
  content: '';
  z-index: 1;
}
@media (max-width: 640px) {
  /* line 28, /idolcamp/app/assets/stylesheets/labelcamp/partials/horizontal-nav.scss */
  .horizontal-nav ul li.active {
    display: none;
  }
}
/* line 31, /idolcamp/app/assets/stylesheets/labelcamp/partials/horizontal-nav.scss */
.horizontal-nav ul li a {
  font-size: 0.875rem;
  font-weight: 500;
  color: #696969;
  display: block;
  padding: 1.25rem 1.875rem;
}
@media (max-width: 800px) {
  /* line 41, /idolcamp/app/assets/stylesheets/labelcamp/partials/horizontal-nav.scss */
  .horizontal-nav ul li a {
    padding: 1.25rem 0.8125rem;
  }
}
@media (max-width: 640px) {
  /* line 1, /idolcamp/app/assets/stylesheets/labelcamp/partials/horizontal-nav.scss */
  .horizontal-nav {
    -o-transition: all 0.5s ease 0.4s ease;
    -ms-transition: all 0.5s ease 0.4s ease;
    -moz-transition: all 0.5s ease 0.4s ease;
    -webkit-transition: all 0.5s ease 0.4s ease;
    transition: all 0.5s ease 0.4s ease;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    position: relative;
    border-top: none;
  }
  /* line 48, /idolcamp/app/assets/stylesheets/labelcamp/partials/horizontal-nav.scss */
  .horizontal-nav:before {
    content: none;
  }
  /* line 58, /idolcamp/app/assets/stylesheets/labelcamp/partials/horizontal-nav.scss */
  .horizontal-nav ul li {
    display: block;
  }
  /* line 61, /idolcamp/app/assets/stylesheets/labelcamp/partials/horizontal-nav.scss */
  .horizontal-nav ul li a:after {
    content: none !important;
  }
  /* line 67, /idolcamp/app/assets/stylesheets/labelcamp/partials/horizontal-nav.scss */
  .horizontal-nav.active {
    -o-transition: all 0.5s ease 0.4s ease;
    -ms-transition: all 0.5s ease 0.4s ease;
    -moz-transition: all 0.5s ease 0.4s ease;
    -webkit-transition: all 0.5s ease 0.4s ease;
    transition: all 0.5s ease 0.4s ease;
    max-height: 31.25rem;
    opacity: 1;
    visibility: visible;
  }
}

/* line 2, /idolcamp/app/assets/stylesheets/labelcamp/partials/search.scss */
#wrap #search-overlay {
  position: fixed;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: white;
  opacity: 0;
  visibility: hidden;
  z-index: 102;
  -o-transition: all 0.6s ease 0.4s ease;
  -ms-transition: all 0.6s ease 0.4s ease;
  -moz-transition: all 0.6s ease 0.4s ease;
  -webkit-transition: all 0.6s ease 0.4s ease;
  transition: all 0.6s ease 0.4s ease;
}
/* line 9, /idolcamp/app/assets/stylesheets/labelcamp/partials/search.scss */
#wrap #search-overlay.active {
  opacity: .97;
  visibility: visible;
}
/* line 14, /idolcamp/app/assets/stylesheets/labelcamp/partials/search.scss */
#wrap #search-overlay.active {
  -o-transition: all 0.6s ease 0.4s ease;
  -ms-transition: all 0.6s ease 0.4s ease;
  -moz-transition: all 0.6s ease 0.4s ease;
  -webkit-transition: all 0.6s ease 0.4s ease;
  transition: all 0.6s ease 0.4s ease;
}

/* line 19, /idolcamp/app/assets/stylesheets/labelcamp/partials/search.scss */
#search {
  position: absolute;
  right: 3.75rem;
  left: 0;
}
/* line 22, /idolcamp/app/assets/stylesheets/labelcamp/partials/search.scss */
#search #main-form {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
/* line 28, /idolcamp/app/assets/stylesheets/labelcamp/partials/search.scss */
#search #main-form.active {
  -o-transition: all 0.3s ease 0.4s ease;
  -ms-transition: all 0.3s ease 0.4s ease;
  -moz-transition: all 0.3s ease 0.4s ease;
  -webkit-transition: all 0.3s ease 0.4s ease;
  transition: all 0.3s ease 0.4s ease;
  opacity: 1;
  visibility: visible;
  display: block;
  z-index: 103;
}
/* line 37, /idolcamp/app/assets/stylesheets/labelcamp/partials/search.scss */
#search #main-input {
  background-color: #1e2526;
  border: none;
  border-top: 1px solid #758184;
  color: #758184;
  font-family: 'Poppins', 'helvetica neue', helvetica, sans-serif;
  max-width: none;
  height: 3.75rem;
}
/* line 45, /idolcamp/app/assets/stylesheets/labelcamp/partials/search.scss */
#search #main-input:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 800px) {
  /* line 37, /idolcamp/app/assets/stylesheets/labelcamp/partials/search.scss */
  #search #main-input {
    padding-left: 0.9375rem;
    padding-right: 3.75rem;
  }
}
/* line 54, /idolcamp/app/assets/stylesheets/labelcamp/partials/search.scss */
#search #search-button {
  position: absolute;
  right: 0.875rem;
  left: 1.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  background: #758184;
  font-family: 'Poppins', 'helvetica neue', helvetica, sans-serif;
}
/* line 59, /idolcamp/app/assets/stylesheets/labelcamp/partials/search.scss */
#search #search-button:hover {
  background: #758184;
}
/* line 64, /idolcamp/app/assets/stylesheets/labelcamp/partials/search.scss */
#search #search_results {
  visibility: hidden;
}
/* line 67, /idolcamp/app/assets/stylesheets/labelcamp/partials/search.scss */
#search #search_results .large-3 {
  width: 20%;
}
/* line 71, /idolcamp/app/assets/stylesheets/labelcamp/partials/search.scss */
#search #search_results .header {
  max-width: 100%;
}
/* line 77, /idolcamp/app/assets/stylesheets/labelcamp/partials/search.scss */
#search .after_search#search-button, #search .after_search#main-input {
  visibility: hidden;
}
/* line 81, /idolcamp/app/assets/stylesheets/labelcamp/partials/search.scss */
#search .after_search#search_results {
  visibility: visible;
}
/* line 86, /idolcamp/app/assets/stylesheets/labelcamp/partials/search.scss */
#search #close-search {
  display: none;
}
/* line 90, /idolcamp/app/assets/stylesheets/labelcamp/partials/search.scss */
#search #search_results {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  overflow: scroll;
}
/* line 96, /idolcamp/app/assets/stylesheets/labelcamp/partials/search.scss */
#search #results-mobile-content {
  padding: 1.25rem 1.875rem 3.125rem;
}
/* line 98, /idolcamp/app/assets/stylesheets/labelcamp/partials/search.scss */
#search #results-mobile-content h2 {
  margin-bottom: 1.875rem;
}
/* line 102, /idolcamp/app/assets/stylesheets/labelcamp/partials/search.scss */
#search #search_paginator {
  border-top: 1px solid #d6d6d6;
}
/* line 106, /idolcamp/app/assets/stylesheets/labelcamp/partials/search.scss */
#search .results-content {
  overflow: auto;
  width: 100%;
}
/* line 109, /idolcamp/app/assets/stylesheets/labelcamp/partials/search.scss */
#search .results-content a {
  display: block;
}
/* line 112, /idolcamp/app/assets/stylesheets/labelcamp/partials/search.scss */
#search .results-content li {
  height: 3.125rem;
  position: relative;
}
/* line 116, /idolcamp/app/assets/stylesheets/labelcamp/partials/search.scss */
#search .results-content li img {
  float: left;
  height: 2.5rem;
  width: 2.5rem;
}
/* line 120, /idolcamp/app/assets/stylesheets/labelcamp/partials/search.scss */
#search .results-content li .item-title {
  display: inline-block;
  margin-left: 0.625rem;
  line-height: 1.3;
  padding: 0.25rem 0;
  width: calc(100% - 55px);
}
/* line 127, /idolcamp/app/assets/stylesheets/labelcamp/partials/search.scss */
#search .results-content li .title, #search .results-content li .subtitle {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.875rem;
  font-weight: 700;
  color: #202020;
}
/* line 131, /idolcamp/app/assets/stylesheets/labelcamp/partials/search.scss */
#search .results-content li .subtitle {
  font-size: 0.875rem;
  font-weight: 500;
  color: #89989c;
}
/* line 135, /idolcamp/app/assets/stylesheets/labelcamp/partials/search.scss */
#search .results-content li.selected a {
  border: 2px solid #50abf1;
}
/* line 142, /idolcamp/app/assets/stylesheets/labelcamp/partials/search.scss */
#search #search_paginator {
  padding-top: 0.625rem;
  height: 3.125rem;
  width: 100%;
  background-color: white;
  position: fixed;
  right: 0;
  left: 0;
}
@media only screen and (min-width: 50.063em) {
  /* line 19, /idolcamp/app/assets/stylesheets/labelcamp/partials/search.scss */
  #search {
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
  }
}
@media only screen and (min-width: 50.063em) and (max-width: 1279px) {
  /* line 19, /idolcamp/app/assets/stylesheets/labelcamp/partials/search.scss */
  #search {
    -o-transition: left 0.5s ease 0.4s ease;
    -ms-transition: left 0.5s ease 0.4s ease;
    -moz-transition: left 0.5s ease 0.4s ease;
    -webkit-transition: left 0.5s ease 0.4s ease;
    transition: left 0.5s ease 0.4s ease;
  }
}
@media only screen and (min-width: 50.063em) {
  /* line 159, /idolcamp/app/assets/stylesheets/labelcamp/partials/search.scss */
  #search #search-button {
    display: none;
  }
  /* line 163, /idolcamp/app/assets/stylesheets/labelcamp/partials/search.scss */
  #search #search_paginator {
    position: absolute;
    right: 0;
    left: 0;
    height: 5rem;
    padding-top: 1.875rem;
  }
  /* line 169, /idolcamp/app/assets/stylesheets/labelcamp/partials/search.scss */
  #search #close-search {
    position: absolute;
    right: 2.1875rem;
    left: 2.8125rem;
    font-size: 3.125rem;
    font-weight: 500;
    color: #a9a9a9;
    cursor: pointer;
    display: initial;
  }
  /* line 175, /idolcamp/app/assets/stylesheets/labelcamp/partials/search.scss */
  #search #main-form {
    -o-transition: all 0.3s ease 0.4s ease;
    -ms-transition: all 0.3s ease 0.4s ease;
    -moz-transition: all 0.3s ease 0.4s ease;
    -webkit-transition: all 0.3s ease 0.4s ease;
    transition: all 0.3s ease 0.4s ease;
    padding: 1.25rem;
    height: 100%;
    top: 0;
    width: calc(100%);
    background: white;
  }
  /* line 183, /idolcamp/app/assets/stylesheets/labelcamp/partials/search.scss */
  #search #main-form input {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 4.5rem;
    font-weight: 300;
    color: #202020;
    height: 5.625rem;
    width: 100%;
    background: transparent;
    border: none;
    margin-bottom: 1.875rem;
    max-width: calc(100% - 100px);
    padding-left: 0;
  }
  /* line 194, /idolcamp/app/assets/stylesheets/labelcamp/partials/search.scss */
  #search #main-form #search_results {
    visibility: visible;
    top: 8.4375rem;
    width: calc(100% - 40px);
  }
  /* line 198, /idolcamp/app/assets/stylesheets/labelcamp/partials/search.scss */
  #search #main-form #search_results .header {
    position: absolute;
    right: 0;
    left: 0;
    display: initial;
    width: 100%;
    height: 3.125rem;
  }
  /* line 203, /idolcamp/app/assets/stylesheets/labelcamp/partials/search.scss */
  #search #main-form #search_results .header h4 {
    font-size: 0.875rem;
    font-weight: 700;
    color: #202020;
  }
  /* line 206, /idolcamp/app/assets/stylesheets/labelcamp/partials/search.scss */
  #search #main-form #search_results .header span {
    font-size: 0.75rem;
    font-weight: 500;
    color: #89989c;
  }
  /* line 209, /idolcamp/app/assets/stylesheets/labelcamp/partials/search.scss */
  #search #main-form #search_results .header .title-content {
    border-top: 1px solid #d6d6d6;
    padding: 0.625rem 0 1.875rem;
  }
  /* line 215, /idolcamp/app/assets/stylesheets/labelcamp/partials/search.scss */
  #search #main-form #search_results #results-content {
    position: absolute;
    right: 5rem;
    left: 3.125rem;
  }
}

/* line 2, /idolcamp/app/assets/stylesheets/labelcamp/partials/pagination.scss */
nav.pagination, nav.simple-pagination {
  background: transparent;
  margin: 0.625rem auto 0;
  max-width: 100rem;
  padding-top: 1.875rem;
  position: relative;
  text-align: center;
}
/* line 9, /idolcamp/app/assets/stylesheets/labelcamp/partials/pagination.scss */
nav.pagination span, nav.pagination li, nav.simple-pagination span, nav.simple-pagination li {
  height: 1.875rem;
  width: 1.875rem;
  display: inline-block;
  margin: 0 0.1875rem;
}
/* line 13, /idolcamp/app/assets/stylesheets/labelcamp/partials/pagination.scss */
nav.pagination span a, nav.pagination span span, nav.pagination li a, nav.pagination li span, nav.simple-pagination span a, nav.simple-pagination span span, nav.simple-pagination li a, nav.simple-pagination li span {
  height: 1.875rem;
  width: 1.875rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 700;
  color: #696969;
  -o-transition: all 0.3s ease 0.4s ease;
  -ms-transition: all 0.3s ease 0.4s ease;
  -moz-transition: all 0.3s ease 0.4s ease;
  -webkit-transition: all 0.3s ease 0.4s ease;
  transition: all 0.3s ease 0.4s ease;
  display: inline-block;
  line-height: 1.8125rem;
  text-align: center;
}
/* line 22, /idolcamp/app/assets/stylesheets/labelcamp/partials/pagination.scss */
nav.pagination span a:hover, nav.pagination span span:hover, nav.pagination li a:hover, nav.pagination li span:hover, nav.simple-pagination span a:hover, nav.simple-pagination span span:hover, nav.simple-pagination li a:hover, nav.simple-pagination li span:hover {
  -o-transition: all 0.3s ease 0.4s ease;
  -ms-transition: all 0.3s ease 0.4s ease;
  -moz-transition: all 0.3s ease 0.4s ease;
  -webkit-transition: all 0.3s ease 0.4s ease;
  transition: all 0.3s ease 0.4s ease;
  background: #e23e51;
  border: none;
  color: white;
}
/* line 29, /idolcamp/app/assets/stylesheets/labelcamp/partials/pagination.scss */
nav.pagination span.prev, nav.pagination span.next, nav.pagination span.first, nav.pagination span.last, nav.pagination li.prev, nav.pagination li.next, nav.pagination li.first, nav.pagination li.last, nav.simple-pagination span.prev, nav.simple-pagination span.next, nav.simple-pagination span.first, nav.simple-pagination span.last, nav.simple-pagination li.prev, nav.simple-pagination li.next, nav.simple-pagination li.first, nav.simple-pagination li.last {
  width: 1.25rem;
  margin: 0 0.1875rem;
}
/* line 32, /idolcamp/app/assets/stylesheets/labelcamp/partials/pagination.scss */
nav.pagination span.prev a, nav.pagination span.next a, nav.pagination span.first a, nav.pagination span.last a, nav.pagination li.prev a, nav.pagination li.next a, nav.pagination li.first a, nav.pagination li.last a, nav.simple-pagination span.prev a, nav.simple-pagination span.next a, nav.simple-pagination span.first a, nav.simple-pagination span.last a, nav.simple-pagination li.prev a, nav.simple-pagination li.next a, nav.simple-pagination li.first a, nav.simple-pagination li.last a {
  border: none;
}
/* line 34, /idolcamp/app/assets/stylesheets/labelcamp/partials/pagination.scss */
nav.pagination span.prev a:hover, nav.pagination span.next a:hover, nav.pagination span.first a:hover, nav.pagination span.last a:hover, nav.pagination li.prev a:hover, nav.pagination li.next a:hover, nav.pagination li.first a:hover, nav.pagination li.last a:hover, nav.simple-pagination span.prev a:hover, nav.simple-pagination span.next a:hover, nav.simple-pagination span.first a:hover, nav.simple-pagination span.last a:hover, nav.simple-pagination li.prev a:hover, nav.simple-pagination li.next a:hover, nav.simple-pagination li.first a:hover, nav.simple-pagination li.last a:hover {
  -o-transition: all 0.3s ease 0.4s ease;
  -ms-transition: all 0.3s ease 0.4s ease;
  -moz-transition: all 0.3s ease 0.4s ease;
  -webkit-transition: all 0.3s ease 0.4s ease;
  transition: all 0.3s ease 0.4s ease;
  background: transparent;
  color: #696969;
}
/* line 43, /idolcamp/app/assets/stylesheets/labelcamp/partials/pagination.scss */
nav.pagination span.current.prev, nav.pagination span.current.next, nav.pagination li.current.prev, nav.pagination li.current.next, nav.simple-pagination span.current.prev, nav.simple-pagination span.current.next, nav.simple-pagination li.current.prev, nav.simple-pagination li.current.next {
  visibility: hidden;
  opacity: 0;
}
/* line 47, /idolcamp/app/assets/stylesheets/labelcamp/partials/pagination.scss */
nav.pagination span.current, nav.pagination li.current, nav.simple-pagination span.current, nav.simple-pagination li.current {
  height: 1.875rem;
  width: 1.875rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 700;
  color: white;
  background: #e23e51;
  display: inline-block;
  line-height: 1.8125rem;
  text-align: center;
}
/* line 56, /idolcamp/app/assets/stylesheets/labelcamp/partials/pagination.scss */
nav.pagination span.gap, nav.pagination li.gap, nav.simple-pagination span.gap, nav.simple-pagination li.gap {
  display: none;
}

/* line 65, /idolcamp/app/assets/stylesheets/labelcamp/partials/pagination.scss */
.index nav.pagination, .index nav.simple-pagination {
  padding-top: 0;
}

/* line 1, /idolcamp/app/assets/stylesheets/labelcamp/partials/datepicker.scss */
.datepicker {
  padding: 0;
}
/* line 3, /idolcamp/app/assets/stylesheets/labelcamp/partials/datepicker.scss */
.datepicker th, .datepicker td {
  height: 2.0625rem;
  width: 2.0625rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: 'Poppins', 'helvetica neue', helvetica, sans-serif;
  vertical-align: middle;
}
/* line 9, /idolcamp/app/assets/stylesheets/labelcamp/partials/datepicker.scss */
.datepicker tr:nth-of-type(even) {
  background: white;
}
/* line 13, /idolcamp/app/assets/stylesheets/labelcamp/partials/datepicker.scss */
.datepicker.datepicker-dropdown:before, .datepicker.datepicker-dropdown:after {
  content: none;
}
/* line 17, /idolcamp/app/assets/stylesheets/labelcamp/partials/datepicker.scss */
.datepicker.dropdown-menu {
  border: none;
  min-width: 14.375rem;
  max-width: 16.25rem;
}
/* line 21, /idolcamp/app/assets/stylesheets/labelcamp/partials/datepicker.scss */
.datepicker.dropdown-menu td {
  padding: 0;
}
/* line 25, /idolcamp/app/assets/stylesheets/labelcamp/partials/datepicker.scss */
.datepicker table {
  min-width: 14.375rem;
}
/* line 28, /idolcamp/app/assets/stylesheets/labelcamp/partials/datepicker.scss */
.datepicker thead {
  background: none;
}
/* line 30, /idolcamp/app/assets/stylesheets/labelcamp/partials/datepicker.scss */
.datepicker thead tr:first-child {
  background: #1e2526;
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}
/* line 34, /idolcamp/app/assets/stylesheets/labelcamp/partials/datepicker.scss */
.datepicker thead tr:first-child th {
  font-size: 0.875rem;
  font-weight: 500;
  color: white;
  background: #1e2526;
  padding: 0.625rem 0;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 40, /idolcamp/app/assets/stylesheets/labelcamp/partials/datepicker.scss */
.datepicker thead tr:first-child th:hover {
  background: #354143;
}
/* line 43, /idolcamp/app/assets/stylesheets/labelcamp/partials/datepicker.scss */
.datepicker thead tr:first-child th.prev, .datepicker thead tr:first-child th.next {
  border-top-left-radius: 0.1875rem;
  color: transparent;
  position: relative;
}
/* line 47, /idolcamp/app/assets/stylesheets/labelcamp/partials/datepicker.scss */
.datepicker thead tr:first-child th.prev:after, .datepicker thead tr:first-child th.next:after {
  position: absolute;
  right: 0.625rem;
  left: 0.9375rem;
  font-size: 0.625rem;
  font-weight: 500;
  color: white;
  content: '\e601';
  font-family: 'idolcamp';
}
/* line 54, /idolcamp/app/assets/stylesheets/labelcamp/partials/datepicker.scss */
.datepicker thead tr:first-child th.next {
  border-top-left-radius: 0;
  border-top-right-radius: 0.1875rem;
}
/* line 58, /idolcamp/app/assets/stylesheets/labelcamp/partials/datepicker.scss */
.datepicker thead tr:first-child th.next:after {
  position: absolute;
  right: 0.625rem;
  left: 0.9375rem;
  content: '\e602';
}
/* line 63, /idolcamp/app/assets/stylesheets/labelcamp/partials/datepicker.scss */
.datepicker thead tr:first-child th.cw {
  width: 0;
}
/* line 68, /idolcamp/app/assets/stylesheets/labelcamp/partials/datepicker.scss */
.datepicker thead tr:last-child {
  background: #d6d6d6;
}
/* line 70, /idolcamp/app/assets/stylesheets/labelcamp/partials/datepicker.scss */
.datepicker thead tr:last-child th {
  font-size: 0.875rem;
  font-weight: 500;
  color: #758184;
}
/* line 75, /idolcamp/app/assets/stylesheets/labelcamp/partials/datepicker.scss */
.datepicker tbody {
  border-left: 0.0625rem solid #d6d6d6;
  border-right: 0.0625rem solid #d6d6d6;
  border-bottom: 0.0625rem solid #d6d6d6;
}
/* line 80, /idolcamp/app/assets/stylesheets/labelcamp/partials/datepicker.scss */
.datepicker tbody tr td {
  border-left: 0.0625rem solid #d6d6d6;
  border-right: 0.0625rem solid #d6d6d6;
  border-bottom: 0.0625rem solid #d6d6d6;
}
/* line 84, /idolcamp/app/assets/stylesheets/labelcamp/partials/datepicker.scss */
.datepicker tbody tr td span {
  height: 3.5625rem;
  width: 25%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 3.5625rem;
  margin: 0;
  text-align: center;
}
/* line 91, /idolcamp/app/assets/stylesheets/labelcamp/partials/datepicker.scss */
.datepicker tbody tr td.active.active, .datepicker tbody tr td span.active.active {
  background-color: #e23e51;
  background-image: none;
  border: 1px solid #e23e51;
  color: white;
  text-shadow: none;
}
/* line 97, /idolcamp/app/assets/stylesheets/labelcamp/partials/datepicker.scss */
.datepicker tbody tr td.active.active:hover, .datepicker tbody tr td span.active.active:hover {
  background-color: #e23e51;
  background-image: none;
}
/* line 102, /idolcamp/app/assets/stylesheets/labelcamp/partials/datepicker.scss */
.datepicker tbody tr td.cw {
  display: list-item;
  border: none;
}
/* line 109, /idolcamp/app/assets/stylesheets/labelcamp/partials/datepicker.scss */
.datepicker tfoot {
  display: none;
}
/* line 113, /idolcamp/app/assets/stylesheets/labelcamp/partials/datepicker.scss */
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-image: none;
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}
/* line 122, /idolcamp/app/assets/stylesheets/labelcamp/partials/datepicker.scss */
.datepicker .cw {
  font-size: 0.5625rem;
}
/* line 125, /idolcamp/app/assets/stylesheets/labelcamp/partials/datepicker.scss */
.datepicker tr.week.active.active,
.datepicker tr.week.active {
  background-color: #e23e51;
  background-image: none;
  text-shadow: none;
}
/* line 130, /idolcamp/app/assets/stylesheets/labelcamp/partials/datepicker.scss */
.datepicker tr.week.active.active:hover,
.datepicker tr.week.active:hover {
  background-color: #e23e51;
  background-image: none;
}
/* line 134, /idolcamp/app/assets/stylesheets/labelcamp/partials/datepicker.scss */
.datepicker tr.week.active.active td.cw,
.datepicker tr.week.active td.cw {
  color: white;
  border-bottom: 1px solid #e23e51;
}

/* line 142, /idolcamp/app/assets/stylesheets/labelcamp/partials/datepicker.scss */
.datepicker-months tbody tr td:first-child {
  display: table-cell;
}

/* line 1, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
#daterangepicker {
  border: 0.0625rem solid #d6d6d6;
  border-radius: 0;
  margin: 0;
  padding: 1.25rem;
  /* Calendriers */
}
/* line 6, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
#daterangepicker:before, #daterangepicker:after {
  content: none;
}
/* line 9, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
#daterangepicker .ranges-container {
  float: left;
}
/* line 13, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
#daterangepicker .ranges {
  margin: 0;
  width: 100%;
}
/* line 16, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
#daterangepicker .ranges li {
  font-size: 0.875rem;
  font-weight: 500;
  color: #696969;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0.375rem 0.625rem;
  margin-bottom: 0.3125rem;
}
/* line 23, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
#daterangepicker .ranges li:hover {
  border: none;
  background: #f0f0f0;
}
/* line 27, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
#daterangepicker .ranges li.active {
  background: #e23e51;
  border-radius: 0.125rem;
  color: white;
}
/* line 34, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
#daterangepicker .range_inputs {
  margin: 0 0 1.25rem;
}
/* line 36, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
#daterangepicker .range_inputs input {
  height: 1.875rem;
  width: 5.625rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #696969;
  background: white;
  border: 0.125rem solid #d6d6d6;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  margin-bottom: 0;
  padding: 0 0 0 0.625rem;
}
/* line 46, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
#daterangepicker .range_inputs input:focus, #daterangepicker .range_inputs input:active {
  outline: none;
  box-shadow: none;
  border-color: #a3a3a3;
  background: #fff;
}
/* line 54, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
#daterangepicker .range_inputs input[disabled] {
  background: #f0f0f0;
  color: rgba(105, 105, 105, 0.6);
}
/* line 57, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
#daterangepicker .range_inputs input[disabled]:focus, #daterangepicker .range_inputs input[disabled]:active {
  border-color: #d6d6d6;
}
/* line 62, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
#daterangepicker .range_inputs span {
  margin: 0 0.875rem;
}
/* line 66, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
#daterangepicker button {
  margin-bottom: 0;
  padding: 0.4375rem 1.25rem 0.5rem;
  width: 100%;
}
/* line 73, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
#daterangepicker .table-condensed {
  margin-top: 0;
}
/* line 76, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
#daterangepicker .calendars-container {
  display: none;
  float: left;
  margin-left: 1.25rem;
}
@media (max-width: 800px) {
  /* line 76, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
  #daterangepicker .calendars-container {
    margin-top: 1.25rem;
    margin-left: 0;
  }
}
/* line 86, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
#daterangepicker.show-calendar .calendars-container {
  display: block;
}
/* line 90, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
#daterangepicker .calendar {
  margin: 0;
}
/* line 92, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
#daterangepicker .calendar.left {
  margin-right: 1.25rem;
}
/* line 95, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
#daterangepicker .calendar table thead tr:nth-of-type(even) {
  background: white;
}
/* line 97, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
#daterangepicker .calendar table thead tr:nth-of-type(even) th {
  font-size: 0.625rem;
  font-weight: 700;
  color: #202020;
}
/* line 101, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
#daterangepicker .calendar th, #daterangepicker .calendar td {
  line-height: 1;
  font-size: 0.625rem;
  min-width: 1.875rem;
  padding: 0.125rem;
}
/* line 107, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
#daterangepicker .calendar th {
  height: auto;
  padding: 0;
}
/* line 112, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
#daterangepicker .monthselect {
  margin-right: 0.4375rem;
}
/* line 115, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
#daterangepicker .yearselect {
  margin-left: 0.4375rem;
}
/* line 119, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
#daterangepicker thead tr {
  border-bottom: none;
}
/* line 122, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
#daterangepicker thead tr:last-of-type th {
  padding: 0.625rem 0;
}
/* line 127, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
#daterangepicker thead .select2-container,
#daterangepicker thead .select2-container-active,
#daterangepicker thead .select2-container-multi {
  width: 4.0625rem;
}
/* line 131, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
#daterangepicker thead .select2-container:after,
#daterangepicker thead .select2-container-active:after,
#daterangepicker thead .select2-container-multi:after {
  position: absolute;
  right: 0.3125rem;
  left: 0.3125rem;
  content: url(/assets/labelcamp/icons/icon-dropdown-a172c8dcdd39edb2033ecde8e37eeaec15dc468900d2e915bc4de37804f7ccf4.svg);
}
/* line 135, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
#daterangepicker thead .select2-container .select2-choice,
#daterangepicker thead .select2-container-active .select2-choice,
#daterangepicker thead .select2-container-multi .select2-choice {
  border: 1px solid #d6d6d6;
  height: 1.25rem;
  padding: 0 0.3125rem;
}
/* line 140, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
#daterangepicker thead .select2-container .select2-chosen,
#daterangepicker thead .select2-container-active .select2-chosen,
#daterangepicker thead .select2-container-multi .select2-chosen {
  text-align: left;
  font-size: 0.625rem;
  line-height: 1rem;
  margin-right: 0.625rem;
}
/* line 149, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
#daterangepicker tbody tr {
  border-bottom: none;
}
/* line 153, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
#daterangepicker tbody td.in-range {
  background: #f0f0f0;
}
/* line 155, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
#daterangepicker tbody td.in-range:hover {
  background: #fafafa;
}
/* line 159, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
#daterangepicker tbody td.active {
  background: #e23e51;
}
/* line 161, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
#daterangepicker tbody td.active.in-range {
  background: #e23e51;
}
/* line 165, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
#daterangepicker tbody td.start-date {
  border-radius: 0.1875rem 0 0 0.1875rem;
}
/* line 168, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
#daterangepicker tbody td.end-date {
  border-radius: 0 0.1875rem 0.1875rem 0;
}
/* line 171, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
#daterangepicker tbody td.off {
  height: 0;
  padding: 0;
  line-height: 0;
  visibility: hidden;
}
/* line 179, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
#daterangepicker .prev, #daterangepicker .datepicker thead tr:first-child th.next, .datepicker thead tr:first-child #daterangepicker th.next,
#daterangepicker .next {
  position: relative;
  cursor: pointer;
}
/* line 183, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
#daterangepicker .prev:before, #daterangepicker .datepicker thead tr:first-child th.next:before, .datepicker thead tr:first-child #daterangepicker th.next:before,
#daterangepicker .next:before {
  position: absolute;
  right: 0.25rem;
  left: 0.5625rem;
  height: 0.75rem;
  width: 0.75rem;
  content: url(/assets/labelcamp/icons/icon-prev-50799f7ab3daed0a233e0a6f73d25ff0cc4e514eee04bbe339a6a65c5e3ca134.svg);
}
/* line 188, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
#daterangepicker .prev:hover, #daterangepicker .datepicker thead tr:first-child th.next:hover, .datepicker thead tr:first-child #daterangepicker th.next:hover,
#daterangepicker .next:hover {
  background: white;
}
/* line 193, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
#daterangepicker .next:before {
  content: url(/assets/labelcamp/icons/icon-next-57ae377588e66ad61d0dd5e1497f0404b8781fb7cb9f8f8f5618e939cf5a01a5.svg);
}
/* line 197, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
#daterangepicker button {
  margin-top: 1.25rem;
}
/* line 200, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
#daterangepicker button.disabled.success,
#daterangepicker button[disabled].success,
#daterangepicker .button.disabled.success,
#daterangepicker .button[disabled].success {
  background: #d6d6d6;
}
@media (max-width: 800px) {
  /* line 1, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
  #daterangepicker {
    -moz-box-shadow: 0 0 0.3125rem 0.125rem #ccc;
    -webkit-box-shadow: 0 0 0.3125rem 0.125rem #ccc;
    box-shadow: 0 0 0.3125rem 0.125rem #ccc;
    top: 50% !important;
    left: 50% !important;
    margin-left: -7.9375rem;
    margin-top: -7.75rem;
    width: 15.9375rem;
  }
  /* line 213, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
  #daterangepicker.show-calendar {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: -15.3125rem;
    margin-top: -14rem;
    width: 30.625rem;
  }
}

/* line 224, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
.select2-drop.daterangepicker {
  border: 1px solid #d6d6d6;
  border-top: none;
  border-radius: 0 0 0.125rem 0.125rem;
  margin-top: -0.125rem;
}
/* line 229, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
.select2-drop.daterangepicker .select2-results .select2-result-label {
  font-size: 0.6875rem;
}
/* line 232, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
.select2-drop.daterangepicker .select2-results .select2-disabled {
  background: #f0f0f0;
}
/* line 234, /idolcamp/app/assets/stylesheets/labelcamp/partials/daterangepicker.scss */
.select2-drop.daterangepicker .select2-results .select2-disabled .select2-result-label {
  color: rgba(105, 105, 105, 0.6);
}

/* Form
==================== */
/* line 5, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
input[type="text"], input[type="password"], input[type="date"],
input[type="datetime"], input[type="datetime-local"], input[type="month"],
input[type="week"], input[type="email"], input[type="number"], input[type="search"],
input[type="tel"], input[type="time"], input[type="url"], input[type="text"][readonly], textarea, select {
  background: white;
  border: 0.0625rem solid #d6d6d6;
  box-shadow: none;
  color: #696969;
  display: inline;
  font-family: 'Poppins', 'helvetica neue', helvetica, sans-serif;
  max-width: 31.25rem;
}
/* line 16, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
input[type="text"]:focus, input[type="text"]:active, input[type="password"]:focus, input[type="password"]:active, input[type="date"]:focus, input[type="date"]:active,
input[type="datetime"]:focus,
input[type="datetime"]:active, input[type="datetime-local"]:focus, input[type="datetime-local"]:active, input[type="month"]:focus, input[type="month"]:active,
input[type="week"]:focus,
input[type="week"]:active, input[type="email"]:focus, input[type="email"]:active, input[type="number"]:focus, input[type="number"]:active, input[type="search"]:focus, input[type="search"]:active,
input[type="tel"]:focus,
input[type="tel"]:active, input[type="time"]:focus, input[type="time"]:active, input[type="url"]:focus, input[type="url"]:active, input[type="text"][readonly]:focus, input[type="text"][readonly]:active, textarea:focus, textarea:active, select:focus, select:active {
  outline: none;
  box-shadow: none;
  border-color: #a3a3a3;
  background: #fff;
}

/* line 24, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
input[type="text"][readonly] {
  cursor: pointer;
}

/* line 28, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
label {
  color: #202020;
  display: inline-block;
}
/* line 31, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
label abbr {
  display: none;
}

/* Radio button
==================== */
/* line 37, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
input[type='radio'] {
  display: none;
  cursor: pointer;
}
/* line 40, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
input[type='radio']:focus, input[type='radio']:active {
  outline: none;
}
/* line 44, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
input[type='radio'] + label {
  font-family: 'Poppins', 'helvetica neue', helvetica, sans-serif;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 1.5rem;
  margin: 0 1.5625rem 0 0;
}
/* line 52, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
input[type='radio'] + label:before, input[type='radio'] + label:after {
  content: '';
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  left: 0;
  bottom: 0;
  text-align: center;
  position: absolute;
}
/* line 64, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
input[type='radio'] + label:before {
  background-color: white;
  border: 0.125rem solid #d6d6d6;
  -o-transition: all 0.3s ease-in-out 0.4s ease;
  -ms-transition: all 0.3s ease-in-out 0.4s ease;
  -moz-transition: all 0.3s ease-in-out 0.4s ease;
  -webkit-transition: all 0.3s ease-in-out 0.4s ease;
  transition: all 0.3s ease-in-out 0.4s ease;
}
/* line 69, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
input[type='radio'] + label:after {
  color: #fff;
}
/* line 73, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
input[type='radio']:checked + label:before {
  border: 0.3125rem solid #28b563;
}

/* checkboxes button
==================== */
/* line 80, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
input[type='checkbox'] {
  display: none;
  cursor: pointer;
}
/* line 83, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
input[type='checkbox']:focus, input[type='checkbox']:active {
  outline: none;
}
/* line 87, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
input[type='checkbox'] + label {
  font-family: 'Poppins', 'helvetica neue', helvetica, sans-serif;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 24px;
  margin: 0 25px 0 0;
}
/* line 95, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
input[type='checkbox'] + label:before, input[type='checkbox'] + label:after {
  height: 0.875rem;
  width: 0.875rem;
  position: absolute;
  right: 0;
  left: 0;
  content: '';
  display: inline-block;
  border-radius: 2px;
  text-align: center;
}
/* line 104, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
input[type='checkbox'] + label:before {
  background-color: white;
  color: white;
  border: 2px solid #d6d6d6;
  -o-transition: all 0.3s ease-in-out 0.4s ease;
  -ms-transition: all 0.3s ease-in-out 0.4s ease;
  -moz-transition: all 0.3s ease-in-out 0.4s ease;
  -webkit-transition: all 0.3s ease-in-out 0.4s ease;
  transition: all 0.3s ease-in-out 0.4s ease;
}
/* line 110, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
input[type='checkbox'] + label:after {
  -o-transition: color 0.3s ease-in-out 0.4s ease;
  -ms-transition: color 0.3s ease-in-out 0.4s ease;
  -moz-transition: color 0.3s ease-in-out 0.4s ease;
  -webkit-transition: color 0.3s ease-in-out 0.4s ease;
  transition: color 0.3s ease-in-out 0.4s ease;
  color: #fff;
}
/* line 115, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
input[type='checkbox']:checked + label:before {
  border: 0.4375rem solid #28b563;
}
/* line 118, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
input[type='checkbox']:checked + label:after {
  font-size: 0.5625rem;
  font-weight: 500;
  color: white;
  content: '\e606';
  font-family: 'idolcamp';
  top: 0.1875rem;
}

/* color picker boxes
==================== */
/* line 129, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
.color-picker li {
  -o-transition: transform 0.5s ease 0.4s ease;
  -ms-transition: transform 0.5s ease 0.4s ease;
  -moz-transition: transform 0.5s ease 0.4s ease;
  -webkit-transition: transform 0.5s ease 0.4s ease;
  transition: transform 0.5s ease 0.4s ease;
  height: 0.875rem;
  width: 0.875rem;
  display: inline-block;
  margin-right: 0.625rem;
  cursor: pointer;
}
/* line 135, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
.color-picker li.active {
  -o-transition: all 0.5s ease 0.4s ease;
  -ms-transition: all 0.5s ease 0.4s ease;
  -moz-transition: all 0.5s ease 0.4s ease;
  -webkit-transition: all 0.5s ease 0.4s ease;
  transition: all 0.5s ease 0.4s ease;
  transform: scale(1.3);
  position: relative;
}
/* line 139, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
.color-picker li.active:after {
  height: 1.25rem;
  width: 1.25rem;
  position: absolute;
  right: -0.1875rem;
  left: -0.1875rem;
  content: '';
  border: 1px solid #696969;
  border-radius: 0.25rem;
}
/* line 147, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
.color-picker li:hover {
  -o-transition: transform 0.5s ease 0.4s ease;
  -ms-transition: transform 0.5s ease 0.4s ease;
  -moz-transition: transform 0.5s ease 0.4s ease;
  -webkit-transition: transform 0.5s ease 0.4s ease;
  transition: transform 0.5s ease 0.4s ease;
  transform: scale(1.3);
  position: relative;
}

/* dropdown / Datepicker
==================== */
/* line 157, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
.date-picker {
  position: relative;
}
/* line 159, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
.date-picker label {
  position: absolute;
  right: 0.5625rem;
  left: 0.75rem;
  font-size: 1.0625rem;
  font-weight: 500;
  color: #696969;
  pointer-events: none;
  width: 0;
}
/* line 164, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
.date-picker label:before {
  content: '\e603';
  font-family: 'idolcamp';
}
/* line 168, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
.date-picker label:after {
  height: 1.8125rem;
  width: 1px;
  position: absolute;
  right: -0.3125rem;
  left: 1.75rem;
  background: #d6d6d6;
  content: '';
}
/* line 175, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
.date-picker input {
  border-radius: 0.1875rem;
  padding-left: 3.125rem;
  cursor: pointer;
}
/* line 179, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
.date-picker input:focus, .date-picker input:active {
  border: 0.0625rem solid #d6d6d6;
}

/* line 185, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
.date-picker-periods {
  display: inline-block;
}
/* line 187, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
.date-picker-periods .date-picker {
  display: inline-block;
}
/* line 189, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
.date-picker-periods .date-picker:first-of-type {
  margin-right: 2.5rem;
  position: relative;
}
/* line 192, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
.date-picker-periods .date-picker:first-of-type:after {
  font-size: 0.875rem;
  font-weight: 500;
  color: #202020;
  position: absolute;
  right: -1.5rem;
  left: 0.75rem;
  content: "-";
}
@media (max-width: 640px) {
  /* line 198, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
  .date-picker-periods .date-picker:first-of-type:after {
    top: 1.25rem;
  }
}
/* line 203, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
.date-picker-periods .date-picker input {
  max-width: 9.375rem;
}

/* Dropdown filtres
============= */
/* line 212, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
.f-dropdown {
  margin-top: 0;
  z-index: 100;
}
/* line 215, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
.f-dropdown:before, .f-dropdown:after {
  content: none;
}
/* line 218, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
.f-dropdown li:hover, .f-dropdown li:focus {
  background: transparent;
}
@media (max-width: 800px) {
  /* line 212, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
  .f-dropdown {
    max-width: calc(100% - 40px) !important;
  }
  /* line 223, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
  .f-dropdown.open {
    left: 20px !important;
  }
}

/* Tables
============= */
/* line 232, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
table {
  margin: 1.25rem 0;
  width: 100%;
}
/* line 235, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
table thead {
  background: transparent;
}
/* line 237, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
table thead tr {
  border-bottom: 2px solid #d6d6d6;
}
/* line 239, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
table thead tr td {
  line-height: 1;
}
/* line 245, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
table tbody tr {
  border-bottom: 1px solid #d6d6d6;
}
/* line 247, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
table tbody tr:last-child {
  border-bottom: none;
}
/* line 250, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
table tbody tr:nth-child(even) {
  background: transparent;
}
/* line 253, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
table tbody tr td {
  color: #696969;
  line-height: 1;
  padding: 1.25rem 0.625rem;
  vertical-align: middle;
}

/* line 263, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* line 265, /idolcamp/app/assets/stylesheets/labelcamp/partials/form.scss */
input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/* Loading effect
=================== */
@-webkit-keyframes before-loading {
  0% {
    -webkit-transform: translate(-50%, -50%);
  }
  50% {
    -webkit-transform: translate(calc(-50% - 5px), calc(-50% - 5px));
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
  }
}
@-moz-keyframes before-loading {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(calc(-50% - 5px), calc(-50% - 5px));
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
@-o-keyframes before-loading {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(calc(-50% - 5px), calc(-50% - 5px));
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
@keyframes before-loading {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(calc(-50% - 5px), calc(-50% - 5px));
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes after-loading {
  0% {
    -webkit-transform: translate(-50%, -50%);
  }
  50% {
    -webkit-transform: translate(calc(-50% + 5px), calc(-50% + 5px));
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
  }
}
@-moz-keyframes after-loading {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(calc(-50% + 5px), calc(-50% + 5px));
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
@-o-keyframes after-loading {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(calc(-50% + 5px), calc(-50% + 5px));
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
@keyframes after-loading {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(calc(-50% + 5px), calc(-50% + 5px));
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes animOpen {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) translate(-50%, -50%) matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) translate(-50%, -50%) matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  2.083333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.166667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.25% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  8.333333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.416667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.5% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.583333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.75% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.833333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  22.916667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  27.083333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.166667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  31.25% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.416667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  37.5% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  39.583333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.666667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.75% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.833333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  47.916667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.083333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  54.166667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.25% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  58.333333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60.416667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  62.5% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.583333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  68.75% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.833333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  72.916667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  77.083333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  79.166667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  81.25% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.416667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  87.5% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  89.583333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  91.666667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.75% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  95.833333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  97.916667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@-moz-keyframes animOpen {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) translate(-50%, -50%) matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) translate(-50%, -50%) matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  2.083333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.166667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.25% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  8.333333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.416667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.5% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.583333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.75% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.833333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  22.916667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  27.083333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.166667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  31.25% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.416667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  37.5% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  39.583333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.666667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.75% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.833333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  47.916667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.083333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  54.166667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.25% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  58.333333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60.416667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  62.5% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.583333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  68.75% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.833333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  72.916667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  77.083333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  79.166667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  81.25% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.416667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  87.5% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  89.583333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  91.666667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.75% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  95.833333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  97.916667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@-o-keyframes animOpen {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) translate(-50%, -50%) matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) translate(-50%, -50%) matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  2.083333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.166667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.25% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  8.333333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.416667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.5% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.583333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.75% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.833333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  22.916667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  27.083333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.166667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  31.25% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.416667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  37.5% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  39.583333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.666667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.75% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.833333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  47.916667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.083333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  54.166667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.25% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  58.333333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60.416667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  62.5% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.583333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  68.75% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.833333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  72.916667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  77.083333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  79.166667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  81.25% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.416667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  87.5% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  89.583333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  91.666667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.75% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  95.833333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  97.916667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes animOpen {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) translate(-50%, -50%) matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) translate(-50%, -50%) matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  2.083333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.166667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.25% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  8.333333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.416667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.5% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.583333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.75% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.833333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  22.916667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  27.083333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.166667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  31.25% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.416667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  37.5% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  39.583333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.666667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.75% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.833333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  47.916667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.083333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  54.166667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.25% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  58.333333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60.416667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  62.5% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.583333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  68.75% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.833333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  72.916667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  77.083333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  79.166667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  81.25% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.416667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  87.5% {
    -webkit-transform: translate(-50%, -50%) matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  89.583333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  91.666667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.75% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  95.833333% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  97.916667% {
    -webkit-transform: translate(-50%, -50%) matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-50%, -50%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
/* line 1, /idolcamp/app/assets/stylesheets/labelcamp/partials/flash.scss */
#flash-modal {
  position: absolute;
  right: 50%;
  left: inherit;
  top: 50% !important;
  text-align: center;
  padding: 0;
  border: 0;
  max-width: 31.25rem;
  min-width: 18.75rem;
  -webkit-animation: animOpen 1s linear;
  -moz-animation: animOpen 1s linear;
  -o-animation: animOpen 1s linear;
  animation: animOpen 1s linear;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media (max-width: 800px) {
  /* line 1, /idolcamp/app/assets/stylesheets/labelcamp/partials/flash.scss */
  #flash-modal {
    width: 70%;
  }
}
@media (max-width: 640px) {
  /* line 1, /idolcamp/app/assets/stylesheets/labelcamp/partials/flash.scss */
  #flash-modal {
    width: 80%;
    min-height: inherit;
  }
}
/* line 24, /idolcamp/app/assets/stylesheets/labelcamp/partials/flash.scss */
#flash-modal #flash-type-icon {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 3.75rem;
  color: white;
  padding: 1.875rem;
}
/* line 32, /idolcamp/app/assets/stylesheets/labelcamp/partials/flash.scss */
#flash-modal #flash-message {
  padding: 1.25rem 0.625rem 0.625rem;
}
/* line 35, /idolcamp/app/assets/stylesheets/labelcamp/partials/flash.scss */
#flash-modal #flash-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #202020;
}
/* line 38, /idolcamp/app/assets/stylesheets/labelcamp/partials/flash.scss */
#flash-modal .close-reveal-modal {
  position: relative;
  right: inherit;
  left: inherit;
  font-size: 0.75rem;
  margin-bottom: 1.875rem;
}
/* line 43, /idolcamp/app/assets/stylesheets/labelcamp/partials/flash.scss */
#flash-modal #flash-message-content {
  font-size: 0.875rem;
  font-weight: 500;
  color: #696969;
  margin-top: 0.625rem;
}

/* line 51, /idolcamp/app/assets/stylesheets/labelcamp/partials/flash.scss */
#flash-modal.notice #flash-type-icon, #flash-modal.error #flash-type-icon {
  background-color: #50abf1;
}
/* line 57, /idolcamp/app/assets/stylesheets/labelcamp/partials/flash.scss */
#flash-modal.success #flash-type-icon {
  background-color: #28b563;
}

/* line 1, /idolcamp/app/assets/stylesheets/labelcamp/partials/utilities.scss */
.inline {
  display: inline;
}

/* line 4, /idolcamp/app/assets/stylesheets/labelcamp/partials/utilities.scss */
.inline-block {
  display: inline-block;
}

/* line 7, /idolcamp/app/assets/stylesheets/labelcamp/partials/utilities.scss */
.block {
  display: block;
}

/* line 10, /idolcamp/app/assets/stylesheets/labelcamp/partials/utilities.scss */
.flex, .flex-column, .analytics-show .header,
.sales_company_results .header,
.sales_periods .header,
.sales.companies .header, .overview-content .age-range-type-title, .flex-center, .overview-content .value-header, .overview-content .current-period-header, .flex-horizontal-center, .field_with_errors .error, #map .google-visualization-tooltip, .flex-vertical-center, .flex-wrap, .justify-between, #map .google-visualization-tooltip .data, .ranking-content, .playlists-content .playlist-cover, .videos .video-choice .vc-content .picture, .items .video-choice .vc-content .picture {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
}

/* line 16, /idolcamp/app/assets/stylesheets/labelcamp/partials/utilities.scss */
.flex-column, .analytics-show .header,
.sales_company_results .header,
.sales_periods .header,
.sales.companies .header, .overview-content .age-range-type-title {
  flex-direction: column;
  -webkit-flex-direction: column;
}

/* line 21, /idolcamp/app/assets/stylesheets/labelcamp/partials/utilities.scss */
.flex-center, .overview-content .value-header, .overview-content .current-period-header {
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}

/* line 28, /idolcamp/app/assets/stylesheets/labelcamp/partials/utilities.scss */
.flex-horizontal-center, .field_with_errors .error, #map .google-visualization-tooltip {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}

/* line 34, /idolcamp/app/assets/stylesheets/labelcamp/partials/utilities.scss */
.flex-vertical-center {
  justify-content: center;
  -webkit-justify-content: center;
}

/* line 39, /idolcamp/app/assets/stylesheets/labelcamp/partials/utilities.scss */
.center {
  text-align: center;
}

/* line 42, /idolcamp/app/assets/stylesheets/labelcamp/partials/utilities.scss */
.flex-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}

/* line 48, /idolcamp/app/assets/stylesheets/labelcamp/partials/utilities.scss */
.justify-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
}

/* line 1, /idolcamp/app/assets/stylesheets/partials/objects/_new_tabs.scss */
.tabs {
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: flex;
  margin-bottom: 1.25rem;
  width: 100%;
  z-index: 1;
}
/* line 7, /idolcamp/app/assets/stylesheets/partials/objects/_new_tabs.scss */
.tabs:before, .tabs:after {
  content: none;
}
@media (max-width: 800px) {
  /* line 1, /idolcamp/app/assets/stylesheets/partials/objects/_new_tabs.scss */
  .tabs {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
  }
}
/* line 15, /idolcamp/app/assets/stylesheets/partials/objects/_new_tabs.scss */
.tabs .tab-title {
  margin: 0;
  margin-right: 2.5rem;
}
@media (max-width: 800px) {
  /* line 15, /idolcamp/app/assets/stylesheets/partials/objects/_new_tabs.scss */
  .tabs .tab-title {
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
  }
}
/* line 29, /idolcamp/app/assets/stylesheets/partials/objects/_new_tabs.scss */
.tabs .tab-title a {
  font-family: 'Poppins', 'helvetica neue', helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  font-size: 0.875rem;
  font-weight: 500;
  color: #a3a3a3;
  background: transparent;
  padding: 1.25rem 0;
}
/* line 35, /idolcamp/app/assets/stylesheets/partials/objects/_new_tabs.scss */
.tabs .tab-title a:hover {
  -o-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  background: transparent;
  color: #727272;
}
/* line 40, /idolcamp/app/assets/stylesheets/partials/objects/_new_tabs.scss */
.tabs .tab-title a:focus {
  outline: none;
}
@media (max-width: 800px) {
  /* line 29, /idolcamp/app/assets/stylesheets/partials/objects/_new_tabs.scss */
  .tabs .tab-title a {
    padding: 0.75rem 0;
  }
}
/* line 47, /idolcamp/app/assets/stylesheets/partials/objects/_new_tabs.scss */
.tabs .tab-title.active {
  font-size: 0.875rem;
  font-weight: 700;
  color: #202020;
  position: relative;
  background: white;
  z-index: 1;
}
/* line 52, /idolcamp/app/assets/stylesheets/partials/objects/_new_tabs.scss */
.tabs .tab-title.active:after {
  height: 0.125rem;
  width: 100%;
  position: absolute;
  right: -0.0625rem;
  left: -0.0625rem;
  background: #e23e51;
  content: '';
}
/* line 59, /idolcamp/app/assets/stylesheets/partials/objects/_new_tabs.scss */
.tabs .tab-title:focus {
  outline: none;
}

/* line 64, /idolcamp/app/assets/stylesheets/partials/objects/_new_tabs.scss */
.tabs-content {
  background: white;
  margin-bottom: 0;
}
/* line 67, /idolcamp/app/assets/stylesheets/partials/objects/_new_tabs.scss */
.tabs-content:before, .tabs-content:after {
  content: none;
}
/* line 70, /idolcamp/app/assets/stylesheets/partials/objects/_new_tabs.scss */
.tabs-content > .content {
  background: white;
  margin: 0;
  padding: 0;
}

/* line 1, /idolcamp/app/assets/stylesheets/partials/objects/_loader.scss */
.loader {
  z-index: 1;
}
/* line 3, /idolcamp/app/assets/stylesheets/partials/objects/_loader.scss */
.loader-dots {
  height: 0.625rem;
  width: 0.625rem;
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  border-radius: 0.625rem;
  background: #50abf1;
  display: inline-block;
  margin: 0 1px;
}
/* line 9, /idolcamp/app/assets/stylesheets/partials/objects/_loader.scss */
.loader-dots:nth-last-child(1) {
  -webkit-animation: loading-dots 0.6s 0.1s linear infinite;
  -moz-animation: loading-dots 0.6s 0.1s linear infinite;
  -ms-animation: loading-dots 0.6s 0.1s linear infinite;
  -o-animation: loading-dots 0.6s 0.1s linear infinite;
  animation: loading-dots 0.6s 0.1s linear infinite;
}
/* line 12, /idolcamp/app/assets/stylesheets/partials/objects/_loader.scss */
.loader-dots:nth-last-child(2) {
  -webkit-animation: loading-dots 0.6s 0.2s linear infinite;
  -moz-animation: loading-dots 0.6s 0.2s linear infinite;
  -ms-animation: loading-dots 0.6s 0.2s linear infinite;
  -o-animation: loading-dots 0.6s 0.2s linear infinite;
  animation: loading-dots 0.6s 0.2s linear infinite;
}
/* line 15, /idolcamp/app/assets/stylesheets/partials/objects/_loader.scss */
.loader-dots:nth-last-child(3) {
  -webkit-animation: loading-dots 0.6s 0.3s linear infinite;
  -moz-animation: loading-dots 0.6s 0.3s linear infinite;
  -ms-animation: loading-dots 0.6s 0.3s linear infinite;
  -o-animation: loading-dots 0.6s 0.3s linear infinite;
  animation: loading-dots 0.6s 0.3s linear infinite;
}
/* line 19, /idolcamp/app/assets/stylesheets/partials/objects/_loader.scss */
.loader-circle {
  height: 4.6875rem;
  width: 4.6875rem;
  -webkit-animation: loading-scale 2s ease-in-out infinite, loading-scale-color 2s ease-in-out infinite;
  -moz-animation: loading-scale 2s ease-in-out infinite, loading-scale-color 2s ease-in-out infinite;
  -ms-animation: loading-scale 2s ease-in-out infinite, loading-scale-color 2s ease-in-out infinite;
  -o-animation: loading-scale 2s ease-in-out infinite, loading-scale-color 2s ease-in-out infinite;
  animation: loading-scale 2s ease-in-out infinite, loading-scale-color 2s ease-in-out infinite;
  background: #50abf1;
  border-radius: 50%;
}
/* line 25, /idolcamp/app/assets/stylesheets/partials/objects/_loader.scss */
.loader-line {
  height: 0.3125rem;
  width: 6.25rem;
  position: relative;
}
/* line 29, /idolcamp/app/assets/stylesheets/partials/objects/_loader.scss */
.loader-line:before {
  height: 0.3125rem;
  width: 1.5625rem;
  transform: translate(0, 0);
  -webkit-animation: loading-line 1.2s ease-in-out infinite;
  -moz-animation: loading-line 1.2s ease-in-out infinite;
  -ms-animation: loading-line 1.2s ease-in-out infinite;
  -o-animation: loading-line 1.2s ease-in-out infinite;
  animation: loading-line 1.2s ease-in-out infinite;
  background: #50abf1;
  content: '';
  position: absolute;
}

@keyframes loading-dots {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 12px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes loading-dots {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 12px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes loading-scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes loading-scale {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes loading-scale-color {
  0% {
    background: #50abf1;
  }
  50% {
  }
  100% {
    background: #50abf1;
  }
}
@-webkit-keyframes loading-scale-color {
  0% {
    background: #50abf1;
  }
  50% {
  }
  100% {
    background: #50abf1;
  }
}
@keyframes loading-line {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(75px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes loading-line {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(75px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
/* line 1, /idolcamp/app/assets/stylesheets/labelcamp/partials/flex-grid.scss */
.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
}

/* line 9, /idolcamp/app/assets/stylesheets/labelcamp/partials/flex-grid.scss */
.sizeFull {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
  max-width: 100%;
}

/* line 14, /idolcamp/app/assets/stylesheets/labelcamp/partials/flex-grid.scss */
.size1of2 {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
  max-width: 50%;
}

/* line 19, /idolcamp/app/assets/stylesheets/labelcamp/partials/flex-grid.scss */
.size1of3 {
  flex-basis: 33.333333%;
  -webkit-flex-basis: 33.333333%;
  max-width: 33.333333%;
}

/* line 24, /idolcamp/app/assets/stylesheets/labelcamp/partials/flex-grid.scss */
.size2of3 {
  flex-basis: 66.666666%;
  -webkit-flex-basis: 66.666666%;
  max-width: 66.666666%;
}

/* 
 *  Core Owl Carousel CSS File
 *  v1.22
 */
/* Typography
==================== */
/* Social icons
==================== */
/* line 64, /idolcamp/app/assets/stylesheets/labelcamp/variables.scss */
.icon-social-google {
  color: #dd4b39;
}

/* line 64, /idolcamp/app/assets/stylesheets/labelcamp/variables.scss */
.icon-social-soundcloud {
  color: #ff7700;
}

/* line 64, /idolcamp/app/assets/stylesheets/labelcamp/variables.scss */
.icon-social-tumblr {
  color: #2d4661;
}

/* line 64, /idolcamp/app/assets/stylesheets/labelcamp/variables.scss */
.icon-social-youtube {
  color: #cd332d;
}

/* clearfix */
/* line 9, /idolcamp/app/assets/stylesheets/libs/owl.scss */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
/* line 18, /idolcamp/app/assets/stylesheets/libs/owl.scss */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

/* line 24, /idolcamp/app/assets/stylesheets/libs/owl.scss */
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -webkit-perspective: 1000;
}

/* line 30, /idolcamp/app/assets/stylesheets/libs/owl.scss */
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 35, /idolcamp/app/assets/stylesheets/libs/owl.scss */
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* line 43, /idolcamp/app/assets/stylesheets/libs/owl.scss */
.owl-carousel .owl-item {
  float: left;
}

/* line 46, /idolcamp/app/assets/stylesheets/libs/owl.scss */
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

/* line 50, /idolcamp/app/assets/stylesheets/libs/owl.scss */
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
/* line 60, /idolcamp/app/assets/stylesheets/libs/owl.scss */
.grabbing {
  cursor: url(/images/index/2/grabbing.png) 8 8, move;
}

/* fix */
/* line 65, /idolcamp/app/assets/stylesheets/libs/owl.scss */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

/* line 73, /idolcamp/app/assets/stylesheets/libs/owl.scss */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
/* line 80, /idolcamp/app/assets/stylesheets/libs/owl.scss */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* line 88, /idolcamp/app/assets/stylesheets/libs/owl.scss */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
/* line 96, /idolcamp/app/assets/stylesheets/libs/owl.scss */
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}

/* line 101, /idolcamp/app/assets/stylesheets/libs/owl.scss */
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 5px 7px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #d6d6d6;
}

/* line 112, /idolcamp/app/assets/stylesheets/libs/owl.scss */
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #e23e51;
}

/* If PaginationNumbers is true */
/* line 119, /idolcamp/app/assets/stylesheets/libs/owl.scss */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
/* line 131, /idolcamp/app/assets/stylesheets/libs/owl.scss */
.owl-item.loading {
  min-height: 150px;
  background: url(/AjaxLoader.gif) no-repeat center center;
}

/*!
 * Stylesheet for the Date Range Picker, for use with Bootstrap 3.x
 *
 * Copyright 2013 Dan Grossman ( http://www.dangrossman.info )
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Built for http://www.improvely.com
 */
/* line 11, /idolcamp/app/assets/stylesheets/libs/daterangepicker.css */
.daterangepicker {
  display: none;
}

/* line 15, /idolcamp/app/assets/stylesheets/libs/daterangepicker.css */
.daterangepicker.show-calendar .calendar {
  display: block;
}

/* line 19, /idolcamp/app/assets/stylesheets/libs/daterangepicker.css */
.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3000;
}

/* line 24, /idolcamp/app/assets/stylesheets/libs/daterangepicker.css */
.daterangepicker.opensleft .ranges, .daterangepicker.opensleft .calendar {
  float: left;
  margin: 4px;
}

/* line 29, /idolcamp/app/assets/stylesheets/libs/daterangepicker.css */
.daterangepicker.opensright .ranges, .daterangepicker.opensright .calendar {
  float: right;
  margin: 4px;
}

/* line 34, /idolcamp/app/assets/stylesheets/libs/daterangepicker.css */
.daterangepicker .ranges {
  width: 160px;
  text-align: left;
}

/* line 39, /idolcamp/app/assets/stylesheets/libs/daterangepicker.css */
.daterangepicker .ranges .range_inputs > div {
  float: left;
}

/* line 43, /idolcamp/app/assets/stylesheets/libs/daterangepicker.css */
.daterangepicker .ranges .range_inputs > div:nth-child(2) {
  padding-left: 11px;
}

/* line 47, /idolcamp/app/assets/stylesheets/libs/daterangepicker.css */
.daterangepicker .calendar {
  display: none;
  max-width: 270px;
}

/* line 52, /idolcamp/app/assets/stylesheets/libs/daterangepicker.css */
.daterangepicker .calendar table {
  border: 0px;
}

/* line 56, /idolcamp/app/assets/stylesheets/libs/daterangepicker.css */
.daterangepicker .calendar.single .calendar-date {
  border: none;
}

/* line 60, /idolcamp/app/assets/stylesheets/libs/daterangepicker.css */
.daterangepicker .calendar th, .daterangepicker .calendar td {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  white-space: nowrap;
  text-align: center;
  font-size: 0.73em;
  padding: 0.4em;
  line-height: 1.3em;
}

/* line 69, /idolcamp/app/assets/stylesheets/libs/daterangepicker.css */
.daterangepicker .calendar td {
  background-color: #fff;
}

/* line 73, /idolcamp/app/assets/stylesheets/libs/daterangepicker.css */
.daterangepicker .ranges label {
  color: #333;
  display: block;
  font-size: 11px;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  margin-bottom: 2px;
  text-shadow: #fff 1px 1px 0px;
  text-transform: uppercase;
  width: 74px;
}

/* line 86, /idolcamp/app/assets/stylesheets/libs/daterangepicker.css */
.daterangepicker .ranges input {
  font-size: 11px;
}

/* line 90, /idolcamp/app/assets/stylesheets/libs/daterangepicker.css */
.daterangepicker .ranges .input-mini {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  display: block;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 0 10px 0;
  padding: 0 6px;
  width: 74px;
}

/* line 105, /idolcamp/app/assets/stylesheets/libs/daterangepicker.css */
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 111, /idolcamp/app/assets/stylesheets/libs/daterangepicker.css */
.daterangepicker .ranges li {
  font-size: 13px;
  background: #e7ebf1;
  border: 1px solid #e7ebf1;
  color: #222;
  padding: 3px 12px;
  margin-bottom: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}

/* line 124, /idolcamp/app/assets/stylesheets/libs/daterangepicker.css */
.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
  background: #162856;
  border: 1px solid #162856;
  color: #fff;
}

/* line 130, /idolcamp/app/assets/stylesheets/libs/daterangepicker.css */
.daterangepicker .calendar-date {
  border: 1px solid #ddd;
  padding: 4px;
  border-radius: 4px;
  background: #fff;
}

/* line 137, /idolcamp/app/assets/stylesheets/libs/daterangepicker.css */
.daterangepicker .calendar-time {
  text-align: center;
  margin: 8px auto 0 auto;
  line-height: 30px;
}

/* line 143, /idolcamp/app/assets/stylesheets/libs/daterangepicker.css */
.daterangepicker {
  position: absolute;
  background: #fff;
  top: 100px;
  left: 20px;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 156, /idolcamp/app/assets/stylesheets/libs/daterangepicker.css */
.daterangepicker table {
  width: 100%;
  margin: 0;
  border: 0px;
}

/* line 162, /idolcamp/app/assets/stylesheets/libs/daterangepicker.css */
.daterangepicker td, .daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
}

/* line 173, /idolcamp/app/assets/stylesheets/libs/daterangepicker.css */
.daterangepicker thead {
  background: transparent;
}

/* line 177, /idolcamp/app/assets/stylesheets/libs/daterangepicker.css */
.daterangepicker .calendar table thead tr:nth-of-type(even) {
  background-color: #162856;
}

/* line 181, /idolcamp/app/assets/stylesheets/libs/daterangepicker.css */
.daterangepicker .calendar table thead tr:nth-of-type(even) th {
  color: #fff;
}

/* line 185, /idolcamp/app/assets/stylesheets/libs/daterangepicker.css */
.daterangepicker th {
  border-radius: 0;
}

/* line 189, /idolcamp/app/assets/stylesheets/libs/daterangepicker.css */
.daterangepicker td.off {
  color: #999;
}

/* line 193, /idolcamp/app/assets/stylesheets/libs/daterangepicker.css */
.daterangepicker td.disabled {
  color: #999;
}

/* line 197, /idolcamp/app/assets/stylesheets/libs/daterangepicker.css */
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background: #eee;
}

/* line 201, /idolcamp/app/assets/stylesheets/libs/daterangepicker.css */
.daterangepicker td.in-range {
  background: #d9dde8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 208, /idolcamp/app/assets/stylesheets/libs/daterangepicker.css */
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #162856;
  border-color: #162856;
  color: #fff;
}

/* line 214, /idolcamp/app/assets/stylesheets/libs/daterangepicker.css */
.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

/* line 219, /idolcamp/app/assets/stylesheets/libs/daterangepicker.css */
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

/* line 227, /idolcamp/app/assets/stylesheets/libs/daterangepicker.css */
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

/* line 232, /idolcamp/app/assets/stylesheets/libs/daterangepicker.css */
.daterangepicker select.yearselect {
  width: 40%;
}

/* line 236, /idolcamp/app/assets/stylesheets/libs/daterangepicker.css */
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}

/* line 241, /idolcamp/app/assets/stylesheets/libs/daterangepicker.css */
.daterangepicker_start_input {
  float: left;
}

/* line 245, /idolcamp/app/assets/stylesheets/libs/daterangepicker.css */
.daterangepicker_end_input {
  float: left;
  padding-left: 11px;
}

/* line 250, /idolcamp/app/assets/stylesheets/libs/daterangepicker.css */
.daterangepicker th.month {
  width: auto;
}

/* line 254, /idolcamp/app/assets/stylesheets/libs/daterangepicker.css */
.sales-analytics {
  background-color: red;
}

/*.analytics .table-condensed thead tr:nth-child(2),
.analytics .table-condensed tbody {
  display: none;
}

.analytics .calendar {
  width: 100%;
}

.analytics .calendar .calendar-label {
  margin: 5% 0;
  color: #444;
}

.trends .calendar-label {
  display: none;
}*/
/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */
/* line 5, /idolcamp/app/assets/stylesheets/libs/multiple-select.css */
.ms-parent {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 100% !important;
}

/* line 12, /idolcamp/app/assets/stylesheets/libs/multiple-select.css */
.ms-choice {
  box-shadow: none;
  background-image: none;
  border: 0.0625rem solid #d6d6d6;
  border-radius: 3px;
  height: 2.3125rem;
  background-color: #fff;
  width: 100%;
}

/* line 22, /idolcamp/app/assets/stylesheets/libs/multiple-select.css */
.ms-choice.disabled {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

/* line 29, /idolcamp/app/assets/stylesheets/libs/multiple-select.css */
.ms-choice > span {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-left: 8px;
}

/* line 40, /idolcamp/app/assets/stylesheets/libs/multiple-select.css */
.ms-choice > span.placeholder {
  color: #999;
}

/* line 44, /idolcamp/app/assets/stylesheets/libs/multiple-select.css */
.ms-choice > div {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 25px;
}

/* line 52, /idolcamp/app/assets/stylesheets/libs/multiple-select.css */
.ms-drop {
  width: 100%;
  overflow: hidden;
  display: none;
  margin-top: -2px;
  padding: 0;
  position: absolute;
  z-index: 1000;
  background: #fff;
  color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 67, /idolcamp/app/assets/stylesheets/libs/multiple-select.css */
.ms-drop.bottom {
  top: 100%;
}

/* line 71, /idolcamp/app/assets/stylesheets/libs/multiple-select.css */
.ms-drop.top {
  bottom: 100%;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

/* line 78, /idolcamp/app/assets/stylesheets/libs/multiple-select.css */
.ms-search {
  display: inline-block;
  margin: 0;
  min-height: 26px;
  padding: 4px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 10000;
}

/* line 89, /idolcamp/app/assets/stylesheets/libs/multiple-select.css */
.ms-search input {
  width: 100%;
  height: auto !important;
  min-height: 24px;
  padding: 0 20px 0 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 107, /idolcamp/app/assets/stylesheets/libs/multiple-select.css */
.ms-search, .ms-search input {
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 115, /idolcamp/app/assets/stylesheets/libs/multiple-select.css */
.ms-drop ul {
  overflow: auto;
  margin: 0;
  padding: 5px 8px;
}

/* line 121, /idolcamp/app/assets/stylesheets/libs/multiple-select.css */
.ms-drop ul > li {
  list-style: none;
  display: list-item;
  background-image: none;
  position: static;
}

/* line 128, /idolcamp/app/assets/stylesheets/libs/multiple-select.css */
.ms-drop ul > li .disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
}

/* line 133, /idolcamp/app/assets/stylesheets/libs/multiple-select.css */
.ms-drop ul > li.multiple {
  display: block;
  float: left;
}

/* line 138, /idolcamp/app/assets/stylesheets/libs/multiple-select.css */
.ms-drop ul > li.group {
  clear: both;
}

/* line 142, /idolcamp/app/assets/stylesheets/libs/multiple-select.css */
.ms-drop ul > li.multiple label {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 150, /idolcamp/app/assets/stylesheets/libs/multiple-select.css */
.ms-drop ul > li label {
  font-weight: normal;
  display: block;
  white-space: nowrap;
}

/* line 156, /idolcamp/app/assets/stylesheets/libs/multiple-select.css */
.ms-drop ul > li label.optgroup {
  font-weight: bold;
}

/* line 160, /idolcamp/app/assets/stylesheets/libs/multiple-select.css */
.ms-drop input[type="checkbox"] {
  vertical-align: middle;
}

/* line 164, /idolcamp/app/assets/stylesheets/libs/multiple-select.css */
.ms-drop .ms-no-results {
  display: none;
}

/****************
** IDOL select **
****************/
/* line 172, /idolcamp/app/assets/stylesheets/libs/multiple-select.css */
button.ms-choice {
  margin: 0;
}

/* line 176, /idolcamp/app/assets/stylesheets/libs/multiple-select.css */
button.ms-choice:focus,
button.ms-choice:hover {
  background: #fff;
  outline: none;
}

/* line 182, /idolcamp/app/assets/stylesheets/libs/multiple-select.css */
button.ms-choice span {
  padding: 0.45rem 0 0.25rem 0.625rem;
  color: #444;
}

/* line 187, /idolcamp/app/assets/stylesheets/libs/multiple-select.css */
.ms-drop ul {
  background: #fff !important;
  padding: 0 !important;
  border: 0.125rem solid #d6d6d6;
  border-top: none;
}

/* line 194, /idolcamp/app/assets/stylesheets/libs/multiple-select.css */
.ms-drop ul > li {
  padding: 0.625rem;
}

/* line 198, /idolcamp/app/assets/stylesheets/libs/multiple-select.css */
.ms-drop ul > li:hover {
  background: #f0f0f0;
  color: #202020;
}

/* line 203, /idolcamp/app/assets/stylesheets/libs/multiple-select.css */
.ms-drop ul > li span {
  margin-left: 5%;
  color: #696969;
}

/* line 208, /idolcamp/app/assets/stylesheets/libs/multiple-select.css */
.ms-drop ul > li input[type='checkbox'] {
  display: inline-block;
}

/* line 212, /idolcamp/app/assets/stylesheets/libs/multiple-select.css */
.ms-drop ul .multiple-select-submit {
  text-align: center;
  padding: 10px;
}

/* line 217, /idolcamp/app/assets/stylesheets/libs/multiple-select.css */
.ms-drop ul button {
  margin: 0;
  width: 100%;
}

/* line 1, /idolcamp/app/assets/stylesheets/labelcamp/upgrade.scss */
.upgrade {
  height: 100%;
  width: 100%;
  background: white;
  display: none;
  position: fixed;
  z-index: 9999;
}
/* line 7, /idolcamp/app/assets/stylesheets/labelcamp/upgrade.scss */
.upgrade.active {
  display: block !important;
}
/* line 10, /idolcamp/app/assets/stylesheets/labelcamp/upgrade.scss */
.upgrade .upgrade-container {
  height: auto;
  width: 70%;
  position: absolute;
  right: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid #d6d6d6;
  max-width: 40.625rem;
  text-align: center;
  padding: 1.25rem 1.875rem;
}
/* line 20, /idolcamp/app/assets/stylesheets/labelcamp/upgrade.scss */
.upgrade .old-fashion {
  margin-bottom: 1.875rem;
}
/* line 22, /idolcamp/app/assets/stylesheets/labelcamp/upgrade.scss */
.upgrade .old-fashion h3 {
  margin-bottom: 0.625rem;
}
/* line 25, /idolcamp/app/assets/stylesheets/labelcamp/upgrade.scss */
.upgrade .old-fashion p {
  font-size: 0.875rem;
  font-weight: 500;
  color: #696969;
}
/* line 30, /idolcamp/app/assets/stylesheets/labelcamp/upgrade.scss */
.upgrade li img {
  height: 4rem;
  width: 4rem;
}
/* line 33, /idolcamp/app/assets/stylesheets/labelcamp/upgrade.scss */
.upgrade li p {
  font-size: 0.875rem;
  font-weight: 700;
  color: #202020;
  margin-top: 0.625rem;
}

@font-face {
  font-family: 'idolcamp';
  src: url(/fonts/idolcamp.eot?haifzx);
  src: url(/fonts/idolcamp.eot?#iefixhaifzx) format("embedded-opentype"), url(/assets/idolcamp-f47e3a1e7860cefab29873cfba7542bb96295582edff484c49ea2c2c518d406d.woff?haifzx) format("woff"), url(/assets/idolcamp-bc6c2f513a0b267d341bfdc64de83e1cce28d81b7f8f7bfadf3a2e7352cbec31.ttf?haifzx) format("truetype"), url(/fonts/idolcamp.svg?haifzx#idolcamp) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon, [class^="icon-"], [class*=" icon-"], .error-message:before, .field_with_errors .error:before, #error_explanation:before, .login .login-container p.alert:before {
  font-family: 'idolcamp';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 28, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-alarm:before {
  content: "\e600";
}

/* line 32, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-arrow-left:before {
  content: "\e601";
}

/* line 36, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-arrow-right:before {
  content: "\e602";
}

/* line 40, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-calendar:before {
  content: "\e603";
}

/* line 44, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-chart-bars:before {
  content: "\e604";
}

/* line 48, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-chart:before {
  content: "\e605";
}

/* line 52, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-check:before {
  content: "\e606";
}

/* line 56, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-circle-alert:before {
  content: "\e607";
}

/* line 60, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-circle-arrow-left:before {
  content: "\e608";
}

/* line 64, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-circle-arrow-right:before {
  content: "\e609";
}

/* line 68, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-circle-check:before {
  content: "\e60a";
}

/* line 72, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-circle-close:before {
  content: "\e60b";
}

/* line 76, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-circle-info:before, .error-message:before, .field_with_errors .error:before, #error_explanation:before, .login .login-container p.alert:before {
  content: "\e60c";
}

/* line 80, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-delete-file:before {
  content: "\e60d";
}

/* line 84, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-download:before {
  content: "\e60e";
}

/* line 88, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-dropdown:before {
  content: "\e60f";
}

/* line 92, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-fast-forward:before {
  content: "\e611";
}

/* line 96, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-gear:before {
  content: "\e612";
}

/* line 100, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-headphone:before {
  content: "\e613";
}

/* line 104, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-home:before {
  content: "\e614";
}

/* line 108, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-info:before {
  content: "\e615";
}

/* line 112, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-key:before {
  content: "\e616";
}

/* line 116, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-link:before {
  content: "\e617";
}

/* line 120, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-list-bullet:before {
  content: "\e618";
}

/* line 124, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-mail:before {
  content: "\e619";
}

/* line 128, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-microphone:before {
  content: "\e61a";
}

/* line 132, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-monitor:before {
  content: "\e61b";
}

/* line 136, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-pause:before {
  content: "\e61c";
}

/* line 140, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-pen:before {
  content: "\e61d";
}

/* line 144, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-percentage:before {
  content: "\e61e";
}

/* line 148, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-play:before {
  content: "\e61f";
}

/* line 152, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-plus:before {
  content: "\e620";
}

/* line 156, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-releases:before {
  content: "\e621";
}

/* line 160, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-rewind:before {
  content: "\e622";
}

/* line 164, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-search:before {
  content: "\e623";
}

/* line 168, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-share:before {
  content: "\e624";
}

/* line 172, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-shield:before {
  content: "\e625";
}

/* line 176, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-shopping-bag:before {
  content: "\e626";
}

/* line 180, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-social-google:before {
  content: "\e629";
}

/* line 184, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-social-mail:before {
  content: "\e62b";
}

/* line 188, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-social-soundcloud:before {
  content: "\e62c";
}

/* line 192, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-social-tumblr:before {
  content: "\e62d";
}

/* line 196, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-social-youtube:before {
  content: "\e630";
}

/* line 200, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-star:before {
  content: "\e631";
}

/* line 204, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-trash:before {
  content: "\e632";
}

/* line 208, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-twitter:before {
  content: "\e633";
}

/* line 212, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-upload:before {
  content: "\e634";
}

/* line 216, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-user-full:before {
  content: "\e635";
}

/* line 220, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-user:before {
  content: "\e636";
}

/* line 224, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-widget:before {
  content: "\e637";
}

/* as @extend classes not working on precompile, had to add following line. U SHALL NOT DELETE IT U FOOLS */
/* line 1, /idolcamp/app/assets/stylesheets/labelcamp/partials/utilities.scss */
.inline {
  display: inline;
}

/* line 4, /idolcamp/app/assets/stylesheets/labelcamp/partials/utilities.scss */
.inline-block {
  display: inline-block;
}

/* line 7, /idolcamp/app/assets/stylesheets/labelcamp/partials/utilities.scss */
.block {
  display: block;
}

/* line 10, /idolcamp/app/assets/stylesheets/labelcamp/partials/utilities.scss */
.flex, .flex-column, .analytics-show .header,
.sales_company_results .header,
.sales_periods .header,
.sales.companies .header, .overview-content .age-range-type-title, .flex-center, .overview-content .value-header, .overview-content .current-period-header, .flex-horizontal-center, .field_with_errors .error, #map .google-visualization-tooltip, .flex-vertical-center, .flex-wrap, .justify-between, #map .google-visualization-tooltip .data, .ranking-content, .playlists-content .playlist-cover, .videos .video-choice .vc-content .picture, .items .video-choice .vc-content .picture {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
}

/* line 16, /idolcamp/app/assets/stylesheets/labelcamp/partials/utilities.scss */
.flex-column, .analytics-show .header,
.sales_company_results .header,
.sales_periods .header,
.sales.companies .header, .overview-content .age-range-type-title {
  flex-direction: column;
  -webkit-flex-direction: column;
}

/* line 21, /idolcamp/app/assets/stylesheets/labelcamp/partials/utilities.scss */
.flex-center, .overview-content .value-header, .overview-content .current-period-header {
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}

/* line 28, /idolcamp/app/assets/stylesheets/labelcamp/partials/utilities.scss */
.flex-horizontal-center, .field_with_errors .error, #map .google-visualization-tooltip {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}

/* line 34, /idolcamp/app/assets/stylesheets/labelcamp/partials/utilities.scss */
.flex-vertical-center {
  justify-content: center;
  -webkit-justify-content: center;
}

/* line 39, /idolcamp/app/assets/stylesheets/labelcamp/partials/utilities.scss */
.center {
  text-align: center;
}

/* line 42, /idolcamp/app/assets/stylesheets/labelcamp/partials/utilities.scss */
.flex-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}

/* line 48, /idolcamp/app/assets/stylesheets/labelcamp/partials/utilities.scss */
.justify-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
}

/* line 5, /idolcamp/app/assets/stylesheets/labelcamp/error.scss */
.field_with_errors input[type="text"], .field_with_errors input[type="password"], .field_with_errors input[type="date"],
.field_with_errors input[type="datetime"], .field_with_errors input[type="datetime-local"], .field_with_errors input[type="month"],
.field_with_errors input[type="week"], .field_with_errors input[type="email"], .field_with_errors input[type="number"], .field_with_errors input[type="search"],
.field_with_errors input[type="tel"], .field_with_errors input[type="time"], .field_with_errors input[type="url"], .field_with_errors textarea, .field_with_errors select {
  border-color: #ff7701;
}
/* line 12, /idolcamp/app/assets/stylesheets/labelcamp/error.scss */
.field_with_errors .error {
  position: relative;
  background: #ff7701;
  color: white;
  margin-left: 9.375rem;
  max-width: 15.625rem;
}
/* line 74, /idolcamp/app/assets/stylesheets/partials/generic/_mixins.scss */
.field_with_errors .error:after {
  bottom: 100%;
  left: 15%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #ff7701;
  border-width: 6px;
  margin-left: -6px;
}

/* line 23, /idolcamp/app/assets/stylesheets/labelcamp/error.scss */
#tracklisting .field_with_errors .error {
  color: #9d261d;
}

/* line 31, /idolcamp/app/assets/stylesheets/labelcamp/error.scss */
.custom-select .field_with_errors .error {
  margin-left: 0;
}

/* line 37, /idolcamp/app/assets/stylesheets/labelcamp/error.scss */
.error-message, .field_with_errors .error, #error_explanation, .login .login-container p.alert {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: -0.625rem;
  clear: left;
  padding: 0.375rem 0.625rem;
}
/* line 42, /idolcamp/app/assets/stylesheets/labelcamp/error.scss */
.error-message:before, .field_with_errors .error:before, #error_explanation:before, .login .login-container p.alert:before {
  font-size: 1.25rem;
  margin-right: 0.5em;
}

/* line 50, /idolcamp/app/assets/stylesheets/labelcamp/error.scss */
#error_explanation {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.625rem 0;
  width: 100%;
}
/* line 51, /idolcamp/app/assets/stylesheets/labelcamp/error.scss */
#error_explanation h2 {
  display: none;
}
/* line 59, /idolcamp/app/assets/stylesheets/labelcamp/error.scss */
#error_explanation:before {
  margin-right: 0;
}

/* line 3, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login {
  background-color: #1e2526;
  height: 100vh;
}
/* line 4, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login .social-logins {
  margin-top: 1.25rem;
}
/* line 6, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login .social-logins .button {
  border: none;
  color: white;
}
/* line 13, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login .login-container {
  margin: 0 auto;
  width: 20rem;
  padding-top: 11.25rem;
  text-align: center;
}
/* line 18, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login .login-container h1, .login .login-container h3, .login .login-container p {
  color: #758184;
}
/* line 21, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login .login-container p {
  margin-bottom: 0.625rem;
  line-height: 1.5;
}
/* line 24, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login .login-container p.alert {
  color: #ff7701;
  width: 100%;
  padding: 0.625rem 0;
}
@media (max-width: 640px) {
  /* line 13, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
  .login .login-container {
    width: 90%;
    position: relative;
  }
}
/* line 35, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login .login-container .foot {
  text-align: left;
}
/* line 37, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login .login-container .foot.new-password {
  text-align: center;
}
/* line 40, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login .login-container .foot a {
  font-size: 0.75rem;
}
/* line 42, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login .login-container .foot a.back::before {
  content: '< ';
}
/* line 47, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login .login-container #logo {
  display: block;
  padding-bottom: 2.5rem;
  position: relative;
  text-align: center;
}
/* line 52, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login .login-container #logo img {
  height: 1.5rem;
  width: 1.5rem;
  position: relative;
  right: 0.25rem;
  left: 0.25rem;
}
/* line 56, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login .login-container #logo h1 {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  display: inline-block;
  margin-left: 0.375rem;
  opacity: 1;
}
/* line 61, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login .login-container #logo h1 span {
  font-size: 1.5rem;
  font-weight: 300;
  color: white;
  margin-left: -0.375rem;
}
/* line 66, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login .login-container #logo:after {
  height: 1px;
  width: 1.25rem;
  position: absolute;
  right: 1.25rem;
  left: 50%;
  margin-left: -0.625rem;
  content: '';
  background: #758184;
}
/* line 76, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login .login-container form .inputs .field {
  position: relative;
}
/* line 78, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login .login-container form .inputs .field label {
  position: absolute;
  right: 0;
  left: 0;
  height: 2.5rem;
  width: 2.5rem;
}
/* line 81, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login .login-container form .inputs .field label i {
  position: absolute;
  right: 0;
  left: 0;
  height: 2.5rem;
  width: 2.5rem;
  background: white;
}
/* line 85, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login .login-container form .inputs .field label i:before {
  position: absolute;
  right: 0.75rem;
  left: 0.75rem;
  color: #1e2526;
}
/* line 89, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login .login-container form .inputs .field label i:after {
  height: 1.875rem;
  width: 1px;
  position: absolute;
  right: 0;
  left: 0.3125rem;
  content: '';
  background: #d6d6d6;
}
/* line 97, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login .login-container form .inputs .field label .icon-mail:before {
  font-size: 1.125rem;
  font-weight: 400;
  color: #1e2526;
  top: 0.6875rem;
  left: 0.6875rem;
}
/* line 104, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login .login-container form .inputs .field input {
  height: 2.5rem;
  width: 17.5rem;
  position: relative;
  right: 1.25rem;
  left: 1.25rem;
  border: none;
}
@media (max-width: 640px) {
  /* line 104, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
  .login .login-container form .inputs .field input {
    width: calc(100% - 40px);
    max-width: 100%;
  }
}
/* line 115, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login .login-container form .user_remember_me {
  margin: 0.25rem 0 1.25rem;
  text-align: left;
}
/* line 118, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login .login-container form .user_remember_me label {
  color: #758184;
}
/* line 120, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login .login-container form .user_remember_me label:before {
  border: 0.125rem solid white;
}
/* line 124, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login .login-container form .user_remember_me input[type='checkbox']:checked + label:before {
  border: 0.4375rem solid #28b563;
}
/* line 129, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login .login-container a {
  color: #758184;
}
/* line 132, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login .login-container .button, .login .login-container .btn {
  width: 100%;
}
/* line 136, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login footer {
  position: absolute;
  right: 0;
  left: 50%;
  margin-left: -25.625rem;
  width: 51.25rem;
  border-top: 1px solid #758184;
}
@media (max-width: 1024px) {
  /* line 136, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
  .login footer {
    left: 5%;
    width: 90%;
    margin-left: 0;
  }
}
/* line 146, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login footer a {
  font-size: 0.75rem;
  font-weight: 400;
  color: #758184;
  display: block;
  padding: 1.25rem 0.9375rem 1.25rem 0;
}
/* line 152, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login footer ul li {
  display: inline-block;
}
@media (max-width: 480px) {
  /* line 155, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
  .login footer ul li:nth-child(n+2) {
    display: none;
  }
}
/* line 159, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login footer ul li a {
  font-size: 0.75rem;
  font-weight: 400;
  color: #758184;
  padding: 1.25rem 0.9375rem;
  display: block;
}
/* line 163, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login footer ul li a:last-of-type {
  padding: 1.25rem 0 1.25rem 0.9375rem;
}
/* line 170, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login .login-container form .user_remember_me input[type='checkbox']:checked + label:before {
  border: 0.4375rem solid #28b563;
}
/* line 173, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login .loader {
  position: absolute;
  right: 50%;
  left: 50%;
  display: block;
  margin-left: -0.75rem;
  margin-top: -1.5rem;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
/* line 181, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login .loader.visible {
  opacity: 1;
  visibility: visible;
}
/* line 185, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login .loader-circle {
  height: 1.5625rem;
  width: 1.5625rem;
  -webkit-animation: loading-scale 2s ease-in-out infinite;
  -moz-animation: loading-scale 2s ease-in-out infinite;
  -ms-animation: loading-scale 2s ease-in-out infinite;
  -o-animation: loading-scale 2s ease-in-out infinite;
  animation: loading-scale 2s ease-in-out infinite;
  background: white;
  border-radius: 50%;
}
/* line 192, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login input[type="submit"].button, .login input[type="submit"].btn {
  border-radius: 3px !important;
  border: none;
  color: white;
  padding: 1.125rem 0 1.0625rem;
}
/* line 199, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login.application .login-container form .user_remember_me input[type='checkbox']:checked + label:before {
  border: 0.4375rem solid #7cb848;
}
/* line 202, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login.application .button, .login.application .btn {
  background: #7cb848;
}
/* line 204, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login.application .button:hover, .login.application .btn:hover {
  background: #639439;
}
/* line 210, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login.labelcamp .button {
  background: #e23e51;
}
/* line 212, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login.labelcamp .button:hover {
  background: #ce1f33;
}
/* line 218, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login.producer .button {
  background: #2196f3;
}
/* line 220, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login.producer .button:hover {
  background: #1976d2;
}
/* line 224, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.login.producer footer {
  display: none;
}

/* line 230, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
.button-container {
  position: relative;
}

@keyframes loading-scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes loading-scale {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@media screen and (min-height: 75rem) {
  /* line 248, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
  .login .login-container {
    padding-top: 28.125rem;
  }
}
@media screen and (min-height: 62.5rem) and (max-height: 74.9375rem) {
  /* line 256, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
  .login .login-container {
    padding-top: 21.875rem;
  }
}
@media screen and (max-height: 43.75rem) {
  /* line 264, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
  .login .login-container {
    padding-top: 6.25rem;
  }
}
@media screen and (max-height: 31.25rem) {
  /* line 272, /idolcamp/app/assets/stylesheets/partials/specific_pages/login.scss */
  .login footer {
    position: relative;
    margin-top: 3.125rem;
  }
}
/* line 1, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
#sidebar {
  position: fixed;
  right: 0;
  left: 0;
  -o-transition: width 0.5s ease 0.4s ease;
  -ms-transition: width 0.5s ease 0.4s ease;
  -moz-transition: width 0.5s ease 0.4s ease;
  -webkit-transition: width 0.5s ease 0.4s ease;
  transition: width 0.5s ease 0.4s ease;
  background: #1e2526;
  min-height: 40.625rem;
  width: 13.75rem;
  z-index: 1;
}
/* line 8, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
#sidebar #logo {
  display: block;
  height: 5.625rem;
  padding: 2.0625rem 0 2rem;
  text-align: center;
}
/* line 13, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
#sidebar #logo img {
  position: relative;
  right: 0.25rem;
  left: 0.25rem;
  height: 1.5rem;
  width: 1.5rem;
}
/* line 17, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
#sidebar #logo .logo-name {
  -o-transition: all 0.3s ease 0.3s 0.4s ease;
  -ms-transition: all 0.3s ease 0.3s 0.4s ease;
  -moz-transition: all 0.3s ease 0.3s 0.4s ease;
  -webkit-transition: all 0.3s ease 0.3s 0.4s ease;
  transition: all 0.3s ease 0.3s 0.4s ease;
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  display: inline-block;
  margin-left: 0.375rem;
  opacity: 1;
}
/* line 23, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
#sidebar #logo .logo-name span {
  font-size: 1.5rem;
  font-weight: 300;
  color: white;
  margin-left: -0.375rem;
}
/* line 29, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
#sidebar #navigation {
  margin-left: 1.25rem;
}
/* line 32, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
#sidebar #navigation li a {
  -o-transition: color 0.3s ease 0.4s ease;
  -ms-transition: color 0.3s ease 0.4s ease;
  -moz-transition: color 0.3s ease 0.4s ease;
  -webkit-transition: color 0.3s ease 0.4s ease;
  transition: color 0.3s ease 0.4s ease;
  color: #758184;
  display: block;
  padding: 0.9375rem 0;
}
/* line 37, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
#sidebar #navigation li a i {
  font-size: 1rem;
}
/* line 40, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
#sidebar #navigation li a .icon-shield {
  color: #758184;
}
/* line 43, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
#sidebar #navigation li a .title {
  -o-transition: opacity 0.3s ease 0.3s 0.4s ease;
  -ms-transition: opacity 0.3s ease 0.3s 0.4s ease;
  -moz-transition: opacity 0.3s ease 0.3s 0.4s ease;
  -webkit-transition: opacity 0.3s ease 0.3s 0.4s ease;
  transition: opacity 0.3s ease 0.3s 0.4s ease;
  margin-left: 0.9375rem;
  opacity: 1;
  vertical-align: text-top;
}
/* line 49, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
#sidebar #navigation li a:hover {
  -o-transition: color 0.3s ease 0.4s ease;
  -ms-transition: color 0.3s ease 0.4s ease;
  -moz-transition: color 0.3s ease 0.4s ease;
  -webkit-transition: color 0.3s ease 0.4s ease;
  transition: color 0.3s ease 0.4s ease;
  color: #abb2b4;
}
/* line 55, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
#sidebar #navigation .search {
  cursor: pointer;
}
/* line 57, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
#sidebar #navigation .search div {
  -o-transition: color 0.3s ease 0.4s ease;
  -ms-transition: color 0.3s ease 0.4s ease;
  -moz-transition: color 0.3s ease 0.4s ease;
  -webkit-transition: color 0.3s ease 0.4s ease;
  transition: color 0.3s ease 0.4s ease;
  color: #758184;
  padding: 0.9375rem 0;
}
/* line 61, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
#sidebar #navigation .search div i {
  font-size: 1rem;
}
/* line 64, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
#sidebar #navigation .search div .title {
  -o-transition: opacity 0.3s ease 0.3s 0.4s ease;
  -ms-transition: opacity 0.3s ease 0.3s 0.4s ease;
  -moz-transition: opacity 0.3s ease 0.3s 0.4s ease;
  -webkit-transition: opacity 0.3s ease 0.3s 0.4s ease;
  transition: opacity 0.3s ease 0.3s 0.4s ease;
  margin-left: 0.9375rem;
  opacity: 1;
  vertical-align: text-top;
}
/* line 70, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
#sidebar #navigation .search div:hover {
  -o-transition: color 0.3s ease 0.4s ease;
  -ms-transition: color 0.3s ease 0.4s ease;
  -moz-transition: color 0.3s ease 0.4s ease;
  -webkit-transition: color 0.3s ease 0.4s ease;
  transition: color 0.3s ease 0.4s ease;
  color: #abb2b4;
}
/* line 77, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
#sidebar #user {
  position: absolute;
  right: 0.625rem;
  left: 1.25rem;
}
/* line 79, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
#sidebar #user li#settings {
  border-bottom: 1px solid #4c5659;
  display: block;
  padding-bottom: 0.625rem;
}
/* line 84, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
#sidebar #user li#settings:hover i, #sidebar #user li#settings:hover span {
  -o-transition: color 0.3s ease 0.4s ease;
  -ms-transition: color 0.3s ease 0.4s ease;
  -moz-transition: color 0.3s ease 0.4s ease;
  -webkit-transition: color 0.3s ease 0.4s ease;
  transition: color 0.3s ease 0.4s ease;
  color: #abb2b4;
}
/* line 89, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
#sidebar #user li#settings a {
  display: block;
  position: relative;
}
/* line 92, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
#sidebar #user li#settings a .user-avatar {
  width: 9.375rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #758184;
}
/* line 95, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
#sidebar #user li#settings a .user-avatar img {
  height: 2.5rem;
  width: 2.5rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
}
/* line 100, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
#sidebar #user li#settings a .user-avatar i, #sidebar #user li#settings a .user-avatar span {
  -o-transition: color 0.3s ease 0.4s ease;
  -ms-transition: color 0.3s ease 0.4s ease;
  -moz-transition: color 0.3s ease 0.4s ease;
  -webkit-transition: color 0.3s ease 0.4s ease;
  transition: color 0.3s ease 0.4s ease;
  color: #758184;
}
/* line 104, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
#sidebar #user li#settings a .user-avatar span {
  margin-left: 0.375rem;
}
/* line 107, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
#sidebar #user li#settings a .user-avatar i {
  position: absolute;
  right: 0.875rem;
  left: 0;
  font-size: 0.75rem;
}
/* line 115, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
#sidebar #user li.user-tools {
  padding: 0.625rem 0 0;
}
/* line 117, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
#sidebar #user li.user-tools a {
  font-size: 0.75rem;
  font-weight: 500;
  color: #4c5659;
  -o-transition: color 0.3s ease 0.4s ease;
  -ms-transition: color 0.3s ease 0.4s ease;
  -moz-transition: color 0.3s ease 0.4s ease;
  -webkit-transition: color 0.3s ease 0.4s ease;
  transition: color 0.3s ease 0.4s ease;
  display: block;
  text-align: center;
}
/* line 122, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
#sidebar #user li.user-tools a.new {
  color: white;
  position: relative;
}
/* line 125, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
#sidebar #user li.user-tools a.new:hover {
  color: white;
}
/* line 128, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
#sidebar #user li.user-tools a.new:after, #sidebar #user li.user-tools a.new:before {
  position: absolute;
  right: -0.4375rem;
  left: -0.4375rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 0.875rem;
  width: 0.875rem;
  content: '';
}
/* line 134, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
#sidebar #user li.user-tools a.new:after {
  background: transparent;
  border: 0.375rem solid #28b563;
}
/* line 138, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
#sidebar #user li.user-tools a.new:before {
  height: 0.75rem;
  width: 0.75rem;
  background: white;
  top: -0.375rem;
  right: -0.375rem;
}
/* line 145, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
#sidebar #user li.user-tools a:hover {
  -o-transition: color 0.3s ease 0.4s ease;
  -ms-transition: color 0.3s ease 0.4s ease;
  -moz-transition: color 0.3s ease 0.4s ease;
  -webkit-transition: color 0.3s ease 0.4s ease;
  transition: color 0.3s ease 0.4s ease;
  color: #7c8b8f;
}
/* line 151, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
#sidebar #user li.corporate {
  padding-top: 0.3125rem;
}
/* line 153, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
#sidebar #user li.corporate img {
  height: 0.6875rem;
  width: auto;
}
/* line 156, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
#sidebar #user li.corporate a {
  font-style: italic;
}

@media screen and (max-width: 1279px) {
  /* line 165, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
  #sidebar {
    -o-transition: width 0.5s ease 0.4s ease;
    -ms-transition: width 0.5s ease 0.4s ease;
    -moz-transition: width 0.5s ease 0.4s ease;
    -webkit-transition: width 0.5s ease 0.4s ease;
    transition: width 0.5s ease 0.4s ease;
    min-height: 40rem;
    width: 5rem;
  }
  /* line 169, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
  #sidebar #logo {
    height: 5.625rem;
  }
  /* line 171, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
  #sidebar #logo .logo-name {
    -o-transition: all 0.3s ease 0.4s ease;
    -ms-transition: all 0.3s ease 0.4s ease;
    -moz-transition: all 0.3s ease 0.4s ease;
    -webkit-transition: all 0.3s ease 0.4s ease;
    transition: all 0.3s ease 0.4s ease;
    font-size: 0;
    opacity: 0;
  }
  /* line 177, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
  #sidebar #navigation {
    margin: 0;
  }
  /* line 180, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
  #sidebar #navigation li a {
    padding-left: 1.9375rem;
  }
  /* line 182, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
  #sidebar #navigation li a .title {
    -o-transition: all 0.3s ease 0.4s ease;
    -ms-transition: all 0.3s ease 0.4s ease;
    -moz-transition: all 0.3s ease 0.4s ease;
    -webkit-transition: all 0.3s ease 0.4s ease;
    transition: all 0.3s ease 0.4s ease;
    font-size: 0;
    opacity: 0;
  }
  /* line 191, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
  #sidebar #navigation .search div i {
    margin-left: 1.9375rem;
  }
  /* line 194, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
  #sidebar #navigation .search div .title {
    -o-transition: all 0.3s ease 0.4s ease;
    -ms-transition: all 0.3s ease 0.4s ease;
    -moz-transition: all 0.3s ease 0.4s ease;
    -webkit-transition: all 0.3s ease 0.4s ease;
    transition: all 0.3s ease 0.4s ease;
    font-size: 0;
    opacity: 0;
  }
  /* line 202, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
  #sidebar #user {
    position: absolute;
    right: 0.625rem;
    left: 0.625rem;
  }
  /* line 206, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
  #sidebar #user li#settings a .user-avatar {
    text-align: center;
    width: 3.75rem;
  }
  /* line 209, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
  #sidebar #user li#settings a .user-avatar span {
    float: left;
    margin-left: 0;
    margin-top: 0.3125rem;
  }
  /* line 215, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
  #sidebar #user li#settings a i {
    display: none;
  }
  /* line 220, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
  #sidebar #user li.user-tools {
    width: 100%;
  }
  /* line 222, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
  #sidebar #user li.user-tools a {
    text-align: center !important;
  }
  /* line 226, /idolcamp/app/assets/stylesheets/labelcamp/sidebar.scss */
  #sidebar #user li.corporate {
    display: none;
  }
}
/* line 3, /idolcamp/app/assets/stylesheets/labelcamp/responsive-nav.scss */
#wrap .inner-wrap .responsive-nav {
  height: 3.75rem;
  width: 100%;
  background: #1e2526;
  position: fixed;
  z-index: 9999;
}
/* line 8, /idolcamp/app/assets/stylesheets/labelcamp/responsive-nav.scss */
#wrap .inner-wrap .responsive-nav.inherit {
  position: relative;
}
/* line 11, /idolcamp/app/assets/stylesheets/labelcamp/responsive-nav.scss */
#wrap .inner-wrap .responsive-nav .left-small {
  height: 3.75rem;
  width: 5.3125rem;
  border-right: none;
  box-shadow: none;
}
/* line 15, /idolcamp/app/assets/stylesheets/labelcamp/responsive-nav.scss */
#wrap .inner-wrap .responsive-nav .left-small .icon-menu {
  height: 3.75rem;
  width: 5.3125rem;
  display: block;
}
/* line 18, /idolcamp/app/assets/stylesheets/labelcamp/responsive-nav.scss */
#wrap .inner-wrap .responsive-nav .left-small .icon-menu span {
  height: 1px;
  width: 1.5625rem;
  position: absolute;
  right: 1.875rem;
  left: 1.875rem;
  background: #758184;
  -o-transition: background 0.3s ease 0.4s ease;
  -ms-transition: background 0.3s ease 0.4s ease;
  -moz-transition: background 0.3s ease 0.4s ease;
  -webkit-transition: background 0.3s ease 0.4s ease;
  transition: background 0.3s ease 0.4s ease;
}
@media (max-width: 480px) {
  /* line 18, /idolcamp/app/assets/stylesheets/labelcamp/responsive-nav.scss */
  #wrap .inner-wrap .responsive-nav .left-small .icon-menu span {
    left: 1.25rem;
  }
}
/* line 26, /idolcamp/app/assets/stylesheets/labelcamp/responsive-nav.scss */
#wrap .inner-wrap .responsive-nav .left-small .icon-menu span:before, #wrap .inner-wrap .responsive-nav .left-small .icon-menu span:after {
  height: 1px;
  width: 1.5625rem;
  position: absolute;
  right: 0.3125rem;
  left: 0;
  background: #758184;
  content: '';
}
/* line 32, /idolcamp/app/assets/stylesheets/labelcamp/responsive-nav.scss */
#wrap .inner-wrap .responsive-nav .left-small .icon-menu span:after {
  position: absolute;
  right: -0.3125rem;
  left: 0;
}
/* line 38, /idolcamp/app/assets/stylesheets/labelcamp/responsive-nav.scss */
#wrap .inner-wrap .responsive-nav .middle {
  margin: 0 auto;
  width: 50%;
  position: initial;
  text-align: center;
  height: 3.75rem;
}
/* line 43, /idolcamp/app/assets/stylesheets/labelcamp/responsive-nav.scss */
#wrap .inner-wrap .responsive-nav .middle #logo {
  display: inline-block;
  padding: 0.375rem 0 0.3125rem;
  text-align: center;
}
/* line 47, /idolcamp/app/assets/stylesheets/labelcamp/responsive-nav.scss */
#wrap .inner-wrap .responsive-nav .middle #logo img {
  height: 1.5rem;
  width: 1.5rem;
  position: relative;
  right: 0.25rem;
  left: 0.25rem;
}
@media (max-width: 320px) {
  /* line 52, /idolcamp/app/assets/stylesheets/labelcamp/responsive-nav.scss */
  #wrap .inner-wrap .responsive-nav .middle #logo img {
    display: none;
  }
  /* line 55, /idolcamp/app/assets/stylesheets/labelcamp/responsive-nav.scss */
  #wrap .inner-wrap .responsive-nav .middle #logo p {
    font-size: 1.125rem !important;
  }
  /* line 57, /idolcamp/app/assets/stylesheets/labelcamp/responsive-nav.scss */
  #wrap .inner-wrap .responsive-nav .middle #logo p span {
    font-size: 1.125rem !important;
    margin-left: -0.1875rem !important;
  }
}
/* line 63, /idolcamp/app/assets/stylesheets/labelcamp/responsive-nav.scss */
#wrap .inner-wrap .responsive-nav .middle #logo p {
  -o-transition: all 0.3s ease 0.3s 0.4s ease;
  -ms-transition: all 0.3s ease 0.3s 0.4s ease;
  -moz-transition: all 0.3s ease 0.3s 0.4s ease;
  -webkit-transition: all 0.3s ease 0.3s 0.4s ease;
  transition: all 0.3s ease 0.3s 0.4s ease;
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  display: inline-block;
  margin-left: 0.375rem;
  opacity: 1;
}
/* line 69, /idolcamp/app/assets/stylesheets/labelcamp/responsive-nav.scss */
#wrap .inner-wrap .responsive-nav .middle #logo p span {
  font-size: 1.5rem;
  font-weight: 300;
  color: white;
  margin-left: -0.375rem;
}
/* line 75, /idolcamp/app/assets/stylesheets/labelcamp/responsive-nav.scss */
#wrap .inner-wrap .responsive-nav .middle label {
  position: fixed;
  right: 5.3125rem;
  left: 0;
  height: 3.75rem;
  width: 3.75rem;
  cursor: pointer;
}
/* line 78, /idolcamp/app/assets/stylesheets/labelcamp/responsive-nav.scss */
#wrap .inner-wrap .responsive-nav .middle label i {
  position: absolute;
  right: 0.3125rem;
  left: 1.3125rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: #758184;
}
/* line 81, /idolcamp/app/assets/stylesheets/labelcamp/responsive-nav.scss */
#wrap .inner-wrap .responsive-nav .middle label i.active {
  color: white;
}
@media (max-width: 480px) {
  /* line 75, /idolcamp/app/assets/stylesheets/labelcamp/responsive-nav.scss */
  #wrap .inner-wrap .responsive-nav .middle label {
    right: 3.75rem;
    width: 2.5rem;
  }
}
/* line 92, /idolcamp/app/assets/stylesheets/labelcamp/responsive-nav.scss */
#wrap .inner-wrap .responsive-nav .right-small {
  height: 3.75rem;
  width: 5.3125rem;
  border-left: none;
  box-shadow: none;
}
@media (max-width: 480px) {
  /* line 92, /idolcamp/app/assets/stylesheets/labelcamp/responsive-nav.scss */
  #wrap .inner-wrap .responsive-nav .right-small {
    width: 3.75rem;
  }
}
/* line 99, /idolcamp/app/assets/stylesheets/labelcamp/responsive-nav.scss */
#wrap .inner-wrap .responsive-nav .right-small a {
  height: 3.75rem;
  width: 5.3125rem;
  display: block;
}
@media (max-width: 480px) {
  /* line 99, /idolcamp/app/assets/stylesheets/labelcamp/responsive-nav.scss */
  #wrap .inner-wrap .responsive-nav .right-small a {
    width: 3.75rem;
  }
}
/* line 105, /idolcamp/app/assets/stylesheets/labelcamp/responsive-nav.scss */
#wrap .inner-wrap .responsive-nav .right-small a img {
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  right: 1.875rem;
  left: 0.625rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 480px) {
  /* line 105, /idolcamp/app/assets/stylesheets/labelcamp/responsive-nav.scss */
  #wrap .inner-wrap .responsive-nav .right-small a img {
    right: 1.25rem;
    top: 0.9375rem;
    height: 1.875rem;
    width: 1.875rem;
  }
}
/* line 117, /idolcamp/app/assets/stylesheets/labelcamp/responsive-nav.scss */
#wrap .inner-wrap .responsive-nav #responsive-form {
  -o-transition: all 0.6s ease 0.4s ease;
  -ms-transition: all 0.6s ease 0.4s ease;
  -moz-transition: all 0.6s ease 0.4s ease;
  -webkit-transition: all 0.6s ease 0.4s ease;
  transition: all 0.6s ease 0.4s ease;
  opacity: 0;
  transform: translateY(-200%);
}
/* line 121, /idolcamp/app/assets/stylesheets/labelcamp/responsive-nav.scss */
#wrap .inner-wrap .responsive-nav #responsive-form input[type="search"] {
  background-color: #1e2526;
  border: none;
  border-top: 1px solid #758184;
  color: #758184;
  font-family: 'Poppins', 'helvetica neue', helvetica, sans-serif;
  max-width: none;
  padding: 1.5625rem 0;
}
/* line 129, /idolcamp/app/assets/stylesheets/labelcamp/responsive-nav.scss */
#wrap .inner-wrap .responsive-nav #responsive-form input[type="search"]:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 133, /idolcamp/app/assets/stylesheets/labelcamp/responsive-nav.scss */
#wrap .inner-wrap .responsive-nav #responsive-form.slide {
  -o-transition: all 0.6s ease 0.4s ease;
  -ms-transition: all 0.6s ease 0.4s ease;
  -moz-transition: all 0.6s ease 0.4s ease;
  -webkit-transition: all 0.6s ease 0.4s ease;
  transition: all 0.6s ease 0.4s ease;
  opacity: 1;
  transform: translateY(0);
}
/* line 140, /idolcamp/app/assets/stylesheets/labelcamp/responsive-nav.scss */
#wrap .inner-wrap aside.left-off-canvas-menu, #wrap .inner-wrap aside.right-off-canvas-menu {
  background: #1e2526;
  height: 100%;
  position: fixed;
}
/* line 144, /idolcamp/app/assets/stylesheets/labelcamp/responsive-nav.scss */
#wrap .inner-wrap aside.left-off-canvas-menu ul, #wrap .inner-wrap aside.right-off-canvas-menu ul {
  margin: 3.75rem 0 0 1.25rem;
}
/* line 147, /idolcamp/app/assets/stylesheets/labelcamp/responsive-nav.scss */
#wrap .inner-wrap aside.left-off-canvas-menu ul li a, #wrap .inner-wrap aside.right-off-canvas-menu ul li a {
  -o-transition: color 0.3s ease 0.4s ease;
  -ms-transition: color 0.3s ease 0.4s ease;
  -moz-transition: color 0.3s ease 0.4s ease;
  -webkit-transition: color 0.3s ease 0.4s ease;
  transition: color 0.3s ease 0.4s ease;
  border: none;
  color: #758184;
  display: block;
  padding: 1.25rem 0 1.3125rem;
}
/* line 153, /idolcamp/app/assets/stylesheets/labelcamp/responsive-nav.scss */
#wrap .inner-wrap aside.left-off-canvas-menu ul li a i, #wrap .inner-wrap aside.right-off-canvas-menu ul li a i {
  font-size: 1.125rem;
}
/* line 156, /idolcamp/app/assets/stylesheets/labelcamp/responsive-nav.scss */
#wrap .inner-wrap aside.left-off-canvas-menu ul li a .icon-shield, #wrap .inner-wrap aside.right-off-canvas-menu ul li a .icon-shield {
  color: #758184;
}
/* line 159, /idolcamp/app/assets/stylesheets/labelcamp/responsive-nav.scss */
#wrap .inner-wrap aside.left-off-canvas-menu ul li a .title, #wrap .inner-wrap aside.right-off-canvas-menu ul li a .title {
  -o-transition: all 0.3s ease 0.3s 0.4s ease;
  -ms-transition: all 0.3s ease 0.3s 0.4s ease;
  -moz-transition: all 0.3s ease 0.3s 0.4s ease;
  -webkit-transition: all 0.3s ease 0.3s 0.4s ease;
  transition: all 0.3s ease 0.3s 0.4s ease;
  margin-left: 0.9375rem;
  opacity: 1;
  vertical-align: text-top;
}
/* line 165, /idolcamp/app/assets/stylesheets/labelcamp/responsive-nav.scss */
#wrap .inner-wrap aside.left-off-canvas-menu ul li a:hover, #wrap .inner-wrap aside.right-off-canvas-menu ul li a:hover {
  -o-transition: color 0.3s ease 0.4s ease;
  -ms-transition: color 0.3s ease 0.4s ease;
  -moz-transition: color 0.3s ease 0.4s ease;
  -webkit-transition: color 0.3s ease 0.4s ease;
  transition: color 0.3s ease 0.4s ease;
  color: #abb2b4;
}
/* line 174, /idolcamp/app/assets/stylesheets/labelcamp/responsive-nav.scss */
#wrap .inner-wrap aside.right-off-canvas-menu ul {
  margin-left: 1.25rem;
}

/* line 181, /idolcamp/app/assets/stylesheets/labelcamp/responsive-nav.scss */
ul.off-canvas-list li a:hover {
  background: transparent;
}

/* line 1, /idolcamp/app/assets/stylesheets/labelcamp/grid.scss */
.grid-content {
  margin: 0 -0.9375rem;
}
@media (max-width: 1024px) {
  /* line 3, /idolcamp/app/assets/stylesheets/labelcamp/grid.scss */
  .grid-content ul.items {
    display: block;
    padding: 0;
    margin: 0 0;
  }
  /* line 20, /usr/local/bundle/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
  .grid-content ul.items::after {
    clear: both;
    content: "";
    display: block;
  }
  /* line 51, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .grid-content ul.items > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0 0;
  }
  /* line 62, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .grid-content ul.items > li {
    width: 25%;
    padding: 0 0 0;
    list-style: none;
  }
  /* line 69, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .grid-content ul.items > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .grid-content ul.items > li:nth-of-type(4n+1) {
    clear: both;
  }
}
@media (max-width: 800px) {
  /* line 3, /idolcamp/app/assets/stylesheets/labelcamp/grid.scss */
  .grid-content ul.items {
    display: block;
    padding: 0;
    margin: 0 0;
  }
  /* line 20, /usr/local/bundle/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
  .grid-content ul.items::after {
    clear: both;
    content: "";
    display: block;
  }
  /* line 51, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .grid-content ul.items > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0 0;
  }
  /* line 62, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .grid-content ul.items > li {
    width: 33.33333%;
    padding: 0 0 0;
    list-style: none;
  }
  /* line 69, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .grid-content ul.items > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .grid-content ul.items > li:nth-of-type(3n+1) {
    clear: both;
  }
}
@media (max-width: 480px) {
  /* line 3, /idolcamp/app/assets/stylesheets/labelcamp/grid.scss */
  .grid-content ul.items {
    display: block;
    padding: 0;
    margin: 0 0;
  }
  /* line 20, /usr/local/bundle/gems/bourbon-7.3.0/core/bourbon/library/_clearfix.scss */
  .grid-content ul.items::after {
    clear: both;
    content: "";
    display: block;
  }
  /* line 51, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .grid-content ul.items > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0 0;
  }
  /* line 62, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .grid-content ul.items > li {
    width: 50%;
    padding: 0 0 0;
    list-style: none;
  }
  /* line 69, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .grid-content ul.items > li:nth-of-type(1n) {
    clear: none;
  }
  /* line 70, /usr/local/bundle/gems/foundation-rails-5.5.1.2/vendor/assets/stylesheets/foundation/components/_block-grid.scss */
  .grid-content ul.items > li:nth-of-type(2n+1) {
    clear: both;
  }
}
/* line 19, /idolcamp/app/assets/stylesheets/labelcamp/grid.scss */
.grid-content ul.items li {
  margin-bottom: 1.875rem;
  padding: 0 0.9375rem;
}
/* line 22, /idolcamp/app/assets/stylesheets/labelcamp/grid.scss */
.grid-content ul.items li figure {
  background: white;
  border: 1px solid #d6d6d6;
  position: relative;
}
/* line 26, /idolcamp/app/assets/stylesheets/labelcamp/grid.scss */
.grid-content ul.items li figure .figure-content {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
/* line 29, /idolcamp/app/assets/stylesheets/labelcamp/grid.scss */
.grid-content ul.items li figure .figure-content img {
  -o-transition: all 0.6s ease 0.4s ease;
  -ms-transition: all 0.6s ease 0.4s ease;
  -moz-transition: all 0.6s ease 0.4s ease;
  -webkit-transition: all 0.6s ease 0.4s ease;
  transition: all 0.6s ease 0.4s ease;
  display: block;
  width: 100%;
}
/* line 35, /idolcamp/app/assets/stylesheets/labelcamp/grid.scss */
.grid-content ul.items li figure .name {
  font-size: 0.875rem;
  font-weight: 700;
  color: #202020;
  width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.625rem;
}
/* line 40, /idolcamp/app/assets/stylesheets/labelcamp/grid.scss */
.grid-content ul.items li figure .artist {
  font-size: 0.875rem;
  font-weight: 500;
  color: #696969;
  width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 47, /idolcamp/app/assets/stylesheets/labelcamp/grid.scss */
.grid-content ul.items li figure:hover .figure-content img {
  -o-transition: all 0.6s ease 0.4s ease;
  -ms-transition: all 0.6s ease 0.4s ease;
  -moz-transition: all 0.6s ease 0.4s ease;
  -webkit-transition: all 0.6s ease 0.4s ease;
  transition: all 0.6s ease 0.4s ease;
  transform: scale(1.1);
}
/* line 53, /idolcamp/app/assets/stylesheets/labelcamp/grid.scss */
.grid-content ul.items li figure .infos {
  padding: 1.25rem 0.625rem;
}
/* line 63, /idolcamp/app/assets/stylesheets/labelcamp/grid.scss */
.grid-content.inner-name ul.items li figure .figure-container {
  position: relative;
}
/* line 66, /idolcamp/app/assets/stylesheets/labelcamp/grid.scss */
.grid-content.inner-name ul.items li figure .name-container {
  position: absolute;
  right: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
/* line 71, /idolcamp/app/assets/stylesheets/labelcamp/grid.scss */
.grid-content.inner-name ul.items li figure .name {
  font-size: 0.875rem;
  font-weight: 700;
  color: white;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-transition: all 0.6s ease 0.4s ease;
  -ms-transition: all 0.6s ease 0.4s ease;
  -moz-transition: all 0.6s ease 0.4s ease;
  -webkit-transition: all 0.6s ease 0.4s ease;
  transition: all 0.6s ease 0.4s ease;
  margin-bottom: 0;
  text-align: center;
}
/* line 79, /idolcamp/app/assets/stylesheets/labelcamp/grid.scss */
.grid-content.inner-name ul.items li figure:hover .name {
  -o-transition: all 0.6s ease 0.4s ease;
  -ms-transition: all 0.6s ease 0.4s ease;
  -moz-transition: all 0.6s ease 0.4s ease;
  -webkit-transition: all 0.6s ease 0.4s ease;
  transition: all 0.6s ease 0.4s ease;
  transform: scale(1.1);
}

/* line 1, /idolcamp/app/assets/stylesheets/labelcamp/charts.scss */
.chart-unit {
  color: #b3b3b3;
  display: inline-block;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 480px) {
  /* line 1, /idolcamp/app/assets/stylesheets/labelcamp/charts.scss */
  .chart-unit {
    display: none;
  }
}

/* line 12, /idolcamp/app/assets/stylesheets/labelcamp/charts.scss */
.chart-tooltip {
  z-index: 103;
  position: absolute;
  width: 200px;
}
/* line 17, /idolcamp/app/assets/stylesheets/labelcamp/charts.scss */
.chart-tooltip .data {
  background-color: white;
  font-size: 0.75rem;
  border: 1px solid #50abf1;
  border-top: none;
  padding: 0.375rem 0.5rem;
}
/* line 22, /idolcamp/app/assets/stylesheets/labelcamp/charts.scss */
.chart-tooltip .data label {
  font-size: inherit;
  margin-left: 0;
}
/* line 27, /idolcamp/app/assets/stylesheets/labelcamp/charts.scss */
.chart-tooltip .data .tooltip-value {
  display: inline-block;
  float: right;
}
/* line 31, /idolcamp/app/assets/stylesheets/labelcamp/charts.scss */
.chart-tooltip .data .data_element {
  padding: 0.1875rem 0;
}
/* line 33, /idolcamp/app/assets/stylesheets/labelcamp/charts.scss */
.chart-tooltip .data .data_element.total {
  font-weight: bold;
  border-top: 1px solid #d6d6d6;
  padding-top: 0.375rem;
  margin-top: 0.375rem;
}

/* line 43, /idolcamp/app/assets/stylesheets/labelcamp/charts.scss */
.column-chart-tooltip {
  position: absolute;
  border: none;
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 200px;
}
/* line 50, /idolcamp/app/assets/stylesheets/labelcamp/charts.scss */
.column-chart-tooltip .date {
  border: 1px solid #50abf1;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  padding: 0.375rem 0.625rem;
  text-transform: uppercase;
  background-color: #50abf1;
  color: white;
}
/* line 57, /idolcamp/app/assets/stylesheets/labelcamp/charts.scss */
.column-chart-tooltip .date span {
  font-size: 1rem;
}

/* line 63, /idolcamp/app/assets/stylesheets/labelcamp/charts.scss */
#map .google-visualization-tooltip {
  -moz-box-shadow: 0 0 0.375rem 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 0.375rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0.375rem 0 rgba(0, 0, 0, 0.15);
  border: solid 0.0625rem #e23e51;
  font: inherit;
  min-width: 10.625rem;
  max-height: 4.6875rem;
}
/* line 70, /idolcamp/app/assets/stylesheets/labelcamp/charts.scss */
#map .google-visualization-tooltip .google-visualization-tooltip-item {
  margin: 0;
  padding: 0.3125rem 0;
}
/* line 73, /idolcamp/app/assets/stylesheets/labelcamp/charts.scss */
#map .google-visualization-tooltip .google-visualization-tooltip-item > span {
  font-size: 0.875rem;
}
/* line 77, /idolcamp/app/assets/stylesheets/labelcamp/charts.scss */
#map .google-visualization-tooltip .google-visualization-tooltip-item-list {
  margin: 0;
  padding: 0.625rem;
  width: 100%;
}
/* line 82, /idolcamp/app/assets/stylesheets/labelcamp/charts.scss */
#map .google-visualization-tooltip .google-visualization-tooltip-item-list
.google-visualization-tooltip-item:first-child {
  margin: 0;
}
/* line 86, /idolcamp/app/assets/stylesheets/labelcamp/charts.scss */
#map .google-visualization-tooltip .data {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
/* line 91, /idolcamp/app/assets/stylesheets/labelcamp/charts.scss */
#map .google-visualization-tooltip .quantity {
  font-size: 0.75rem;
  font-weight: 700;
  color: #727272;
}
/* line 94, /idolcamp/app/assets/stylesheets/labelcamp/charts.scss */
#map .google-visualization-tooltip .percent {
  font-size: 0.6875rem;
  font-weight: 500;
  color: #727272;
  text-align: right;
  padding-left: 0.625rem;
}

/* line 102, /idolcamp/app/assets/stylesheets/labelcamp/charts.scss */
.legend span {
  height: 0.9375rem;
  width: 0.9375rem;
  border-radius: 0.125rem;
  display: inline-block;
  margin-right: 0.4375rem;
}

/* line 110, /idolcamp/app/assets/stylesheets/labelcamp/charts.scss */
#map {
  width: 100%;
}
@media (max-width: 640px) {
  /* line 110, /idolcamp/app/assets/stylesheets/labelcamp/charts.scss */
  #map {
    display: none;
  }
}

/* line 3, /idolcamp/app/assets/stylesheets/labelcamp/integration/items.scss */
.items .section-content h2 {
  margin-bottom: 0.9375rem;
}

/* line 2, /idolcamp/app/assets/stylesheets/labelcamp/period-selector.scss */
#filters ul#period-drop {
  background: white;
  padding: 0.625rem;
}
/* line 5, /idolcamp/app/assets/stylesheets/labelcamp/period-selector.scss */
#filters ul#period-drop .hasDatepicker {
  max-width: 18.75rem;
  margin: 0;
  min-width: 6.25rem;
  width: 50%;
}
/* line 11, /idolcamp/app/assets/stylesheets/labelcamp/period-selector.scss */
#filters ul#period-drop label.with-datepicker {
  width: 6.25rem;
}
/* line 14, /idolcamp/app/assets/stylesheets/labelcamp/period-selector.scss */
#filters ul#period-drop li {
  margin-top: 1.25rem;
}
/* line 17, /idolcamp/app/assets/stylesheets/labelcamp/period-selector.scss */
#filters ul#period-drop #period_year {
  width: 100%;
  margin-bottom: 0.3125rem;
  text-align: center;
  font-size: 0.9375rem;
}
/* line 22, /idolcamp/app/assets/stylesheets/labelcamp/period-selector.scss */
#filters ul#period-drop #period_year span {
  cursor: pointer;
}
/* line 25, /idolcamp/app/assets/stylesheets/labelcamp/period-selector.scss */
#filters ul#period-drop #period_year i {
  cursor: pointer;
  font-size: 1.25rem;
  margin: 0 0.9375rem;
}

@media (max-width: 1024px) {
  /* line 3, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
  .premiums form input {
    max-width: calc(100% - 200px);
  }
}
@media (max-width: 640px) {
  /* line 3, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
  .premiums form input {
    margin-top: 0.625rem;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  /* line 12, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
  .premiums form .custom-select {
    max-width: calc(100% - 201px);
  }
  /* line 15, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
  .premiums form .custom-select select {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  /* line 12, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
  .premiums form .custom-select {
    margin-left: 0;
    margin-top: 0.625rem;
    max-width: 100%;
  }
}
/* line 25, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
.premiums form .labels {
  z-index: 101;
}
/* line 28, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
.premiums form .audio-format {
  z-index: 100;
}
/* line 32, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
.premiums form .infos label {
  width: 12.5rem;
}
/* line 35, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
.premiums form .infos .select-slide {
  max-width: 31.25rem;
}
/* line 39, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
.premiums form .infos .period p {
  display: inline-block;
  width: 12.5rem;
}
/* line 43, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
.premiums form .infos .period .date-picker-periods {
  margin-left: -0.1875rem;
}
@media (max-width: 640px) {
  /* line 43, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
  .premiums form .infos .period .date-picker-periods {
    margin-left: 0;
  }
}
/* line 48, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
.premiums form .infos .period .date-picker-periods p {
  margin: 0 0.9375rem;
  width: auto;
}
@media (max-width: 320px) {
  /* line 48, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
  .premiums form .infos .period .date-picker-periods p {
    margin: 0;
    width: 7%;
  }
}
/* line 57, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
.premiums form .infos .period .date-picker-periods .date-picker label {
  width: auto;
}
@media (max-width: 640px) {
  /* line 57, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
  .premiums form .infos .period .date-picker-periods .date-picker label {
    top: 1.1875rem;
  }
}
/* line 67, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
.premiums form .infos .email-contact .hint-container {
  display: inline-block;
  min-width: 12.3125rem;
}
@media (max-width: 640px) {
  /* line 67, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
  .premiums form .infos .email-contact .hint-container {
    width: 100%;
  }
}
/* line 74, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
.premiums form .infos .email-contact label {
  width: 6.25rem;
}
/* line 78, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
.premiums form .infos .premium_email_contact {
  display: inline-block;
}
@media (max-width: 1024px) {
  /* line 78, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
  .premiums form .infos .premium_email_contact {
    max-width: calc(100% - 201px);
  }
  /* line 82, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
  .premiums form .infos .premium_email_contact input {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  /* line 78, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
  .premiums form .infos .premium_email_contact {
    max-width: 100%;
  }
}
/* line 92, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
.premiums form .customization label {
  display: block;
  margin-bottom: 0.625rem;
}
/* line 96, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
.premiums form .customization textarea {
  max-width: 100%;
  min-height: 12.5rem;
}
/* line 102, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
.premiums .create {
  text-align: center;
}
/* line 105, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
.premiums .datepicker {
  z-index: 130 !important;
}
/* line 108, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
.premiums .selection-title {
  font-weight: 700;
  margin-bottom: 0.625rem;
}
/* line 112, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
.premiums .dataTable {
  width: 100% !important;
}
/* line 115, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
.premiums .dataTable tbody tr, .premiums .dataTable #selection tr {
  background: transparent;
  border-top: 1px solid #d6d6d6;
}
/* line 118, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
.premiums .dataTable tbody tr td, .premiums .dataTable #selection tr td {
  width: 20% !important;
  text-align: center;
}
/* line 121, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
.premiums .dataTable tbody tr td:first-of-type, .premiums .dataTable #selection tr td:first-of-type {
  text-align: left;
}
/* line 126, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
.premiums .dataTable tbody i, .premiums .dataTable #selection i {
  cursor: pointer;
  font-size: 1.0625rem;
}
/* line 130, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
.premiums .dataTable tbody .icon-plus, .premiums .dataTable #selection .icon-plus {
  font-size: 0.75rem;
}
/* line 136, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
.premiums #products_filter label {
  color: transparent;
  position: relative;
}
/* line 139, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
.premiums #products_filter label:after {
  position: absolute;
  right: 1.5rem;
  left: 0.75rem;
  font-size: 1.0625rem;
  font-weight: 500;
  color: #696969;
  content: '\e623';
  font-family: 'idolcamp';
}
@media (max-width: 640px) {
  /* line 139, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
  .premiums #products_filter label:after {
    top: 2.125rem;
  }
}
/* line 149, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
.premiums #products_filter input[type="text"] {
  margin-bottom: 0;
  padding-right: 1.875rem;
}
@media (max-width: 1024px) {
  /* line 149, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
  .premiums #products_filter input[type="text"] {
    max-width: none;
  }
}
/* line 157, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
.premiums .select2-container {
  margin-bottom: 1em;
}
/* line 164, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
.premiums #list .item-image img {
  max-width: 6.25rem;
}

/* line 172, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
.premium_tokens .back-to {
  margin-top: 0.625rem;
}
/* line 177, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
.premium_tokens .content #new-codes form {
  margin-top: 1.25rem;
}
/* line 180, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
.premium_tokens .content #new-codes .codes-number {
  display: inline-block;
  width: 6.25rem;
}
/* line 183, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
.premium_tokens .content #new-codes .codes-number span {
  margin-left: 0.625rem;
}
@media (max-width: 640px) {
  /* line 180, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
  .premium_tokens .content #new-codes .codes-number {
    margin-bottom: 0.625rem;
    width: 100%;
  }
}
/* line 191, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
.premium_tokens .content #new-codes input {
  margin-bottom: 0;
}
/* line 193, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
.premium_tokens .content #new-codes input.button {
  margin-left: 0.625rem;
}
/* line 198, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
.premium_tokens .content #count {
  width: inherit;
}
/* line 201, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
.premium_tokens .content h3 {
  margin-bottom: 1.25rem;
}
/* line 205, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
.premium_tokens #table-codes {
  position: relative;
}
/* line 208, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
.premium_tokens .xls-btn {
  position: absolute;
  right: 1.25rem;
  left: 0;
}
@media (max-width: 640px) {
  /* line 208, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
  .premium_tokens .xls-btn {
    display: none;
  }
}
/* line 214, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
.premium_tokens table {
  margin-top: 2.5rem;
  table-layout: fixed;
}
/* line 217, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
.premium_tokens table .button {
  margin-bottom: 0;
  min-width: inherit;
}
/* line 221, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
.premium_tokens table .actions {
  text-align: center;
}
@media (max-width: 640px) {
  /* line 225, /idolcamp/app/assets/stylesheets/labelcamp/premium.scss */
  .premium_tokens table .ip_address, .premium_tokens table .created_at {
    display: none;
  }
}

/* line 2, /idolcamp/app/assets/stylesheets/labelcamp/account.scss */
.accounts #new {
  -o-transition: all 0.2s ease 0.4s ease;
  -ms-transition: all 0.2s ease 0.4s ease;
  -moz-transition: all 0.2s ease 0.4s ease;
  -webkit-transition: all 0.2s ease 0.4s ease;
  transition: all 0.2s ease 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
/* line 6, /idolcamp/app/assets/stylesheets/labelcamp/account.scss */
.accounts #new ul.items-list {
  transition-delay: .05s;
  text-align: center;
  max-height: 0;
}
/* line 10, /idolcamp/app/assets/stylesheets/labelcamp/account.scss */
.accounts #new ul.items-list li {
  transition-delay: .1s;
  max-height: 0;
}
/* line 15, /idolcamp/app/assets/stylesheets/labelcamp/account.scss */
.accounts #new i {
  font-size: 6.25rem;
}
@media (max-width: 1024px) {
  /* line 15, /idolcamp/app/assets/stylesheets/labelcamp/account.scss */
  .accounts #new i {
    font-size: 4.375rem;
  }
}
/* line 21, /idolcamp/app/assets/stylesheets/labelcamp/account.scss */
.accounts #new p {
  font-size: 0.875rem;
  font-weight: 700;
  color: #202020;
  margin: 0.625rem;
}
/* line 25, /idolcamp/app/assets/stylesheets/labelcamp/account.scss */
.accounts #new.show {
  -o-transition: all 0.2s ease 0.4s ease;
  -ms-transition: all 0.2s ease 0.4s ease;
  -moz-transition: all 0.2s ease 0.4s ease;
  -webkit-transition: all 0.2s ease 0.4s ease;
  transition: all 0.2s ease 0.4s ease;
  margin-bottom: 1.875rem;
  opacity: 1;
  visibility: visible;
}
/* line 30, /idolcamp/app/assets/stylesheets/labelcamp/account.scss */
.accounts #new.show ul.items-list {
  max-height: 62.5rem;
}
/* line 32, /idolcamp/app/assets/stylesheets/labelcamp/account.scss */
.accounts #new.show ul.items-list li {
  max-height: 62.5rem;
}
/* line 40, /idolcamp/app/assets/stylesheets/labelcamp/account.scss */
.accounts #list .item-image i {
  font-size: 3.125rem;
}
/* line 44, /idolcamp/app/assets/stylesheets/labelcamp/account.scss */
.accounts #list .item-infos {
  padding: 1rem 0 1rem 1.25rem;
}

@font-face {
  font-family: 'idolcamp';
  src: url(/fonts/idolcamp.eot?haifzx);
  src: url(/fonts/idolcamp.eot?#iefixhaifzx) format("embedded-opentype"), url(/assets/idolcamp-f47e3a1e7860cefab29873cfba7542bb96295582edff484c49ea2c2c518d406d.woff?haifzx) format("woff"), url(/assets/idolcamp-bc6c2f513a0b267d341bfdc64de83e1cce28d81b7f8f7bfadf3a2e7352cbec31.ttf?haifzx) format("truetype"), url(/fonts/idolcamp.svg?haifzx#idolcamp) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon, [class^="icon-"], [class*=" icon-"], .error-message:before, .field_with_errors .error:before, #error_explanation:before, .login .login-container p.alert:before {
  font-family: 'idolcamp';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 28, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-alarm:before {
  content: "\e600";
}

/* line 32, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-arrow-left:before {
  content: "\e601";
}

/* line 36, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-arrow-right:before {
  content: "\e602";
}

/* line 40, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-calendar:before {
  content: "\e603";
}

/* line 44, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-chart-bars:before {
  content: "\e604";
}

/* line 48, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-chart:before {
  content: "\e605";
}

/* line 52, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-check:before {
  content: "\e606";
}

/* line 56, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-circle-alert:before {
  content: "\e607";
}

/* line 60, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-circle-arrow-left:before {
  content: "\e608";
}

/* line 64, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-circle-arrow-right:before {
  content: "\e609";
}

/* line 68, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-circle-check:before {
  content: "\e60a";
}

/* line 72, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-circle-close:before {
  content: "\e60b";
}

/* line 76, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-circle-info:before, .error-message:before, .field_with_errors .error:before, #error_explanation:before, .login .login-container p.alert:before {
  content: "\e60c";
}

/* line 80, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-delete-file:before {
  content: "\e60d";
}

/* line 84, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-download:before {
  content: "\e60e";
}

/* line 88, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-dropdown:before {
  content: "\e60f";
}

/* line 92, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-fast-forward:before {
  content: "\e611";
}

/* line 96, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-gear:before {
  content: "\e612";
}

/* line 100, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-headphone:before {
  content: "\e613";
}

/* line 104, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-home:before {
  content: "\e614";
}

/* line 108, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-info:before {
  content: "\e615";
}

/* line 112, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-key:before {
  content: "\e616";
}

/* line 116, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-link:before {
  content: "\e617";
}

/* line 120, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-list-bullet:before {
  content: "\e618";
}

/* line 124, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-mail:before {
  content: "\e619";
}

/* line 128, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-microphone:before {
  content: "\e61a";
}

/* line 132, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-monitor:before {
  content: "\e61b";
}

/* line 136, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-pause:before {
  content: "\e61c";
}

/* line 140, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-pen:before {
  content: "\e61d";
}

/* line 144, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-percentage:before {
  content: "\e61e";
}

/* line 148, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-play:before {
  content: "\e61f";
}

/* line 152, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-plus:before {
  content: "\e620";
}

/* line 156, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-releases:before {
  content: "\e621";
}

/* line 160, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-rewind:before {
  content: "\e622";
}

/* line 164, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-search:before {
  content: "\e623";
}

/* line 168, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-share:before {
  content: "\e624";
}

/* line 172, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-shield:before {
  content: "\e625";
}

/* line 176, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-shopping-bag:before {
  content: "\e626";
}

/* line 180, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-social-google:before {
  content: "\e629";
}

/* line 184, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-social-mail:before {
  content: "\e62b";
}

/* line 188, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-social-soundcloud:before {
  content: "\e62c";
}

/* line 192, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-social-tumblr:before {
  content: "\e62d";
}

/* line 196, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-social-youtube:before {
  content: "\e630";
}

/* line 200, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-star:before {
  content: "\e631";
}

/* line 204, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-trash:before {
  content: "\e632";
}

/* line 208, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-twitter:before {
  content: "\e633";
}

/* line 212, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-upload:before {
  content: "\e634";
}

/* line 216, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-user-full:before {
  content: "\e635";
}

/* line 220, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-user:before {
  content: "\e636";
}

/* line 224, /idolcamp/app/assets/stylesheets/icon-font.scss */
.icon-widget:before {
  content: "\e637";
}

/* as @extend classes not working on precompile, had to add following line. U SHALL NOT DELETE IT U FOOLS */
/* line 1, /idolcamp/app/assets/stylesheets/labelcamp/partials/utilities.scss */
.inline {
  display: inline;
}

/* line 4, /idolcamp/app/assets/stylesheets/labelcamp/partials/utilities.scss */
.inline-block {
  display: inline-block;
}

/* line 7, /idolcamp/app/assets/stylesheets/labelcamp/partials/utilities.scss */
.block {
  display: block;
}

/* line 10, /idolcamp/app/assets/stylesheets/labelcamp/partials/utilities.scss */
.flex, .flex-column, .analytics-show .header,
.sales_company_results .header,
.sales_periods .header,
.sales.companies .header, .overview-content .age-range-type-title, .flex-center, .overview-content .value-header, .overview-content .current-period-header, .flex-horizontal-center, .field_with_errors .error, #map .google-visualization-tooltip, .flex-vertical-center, .flex-wrap, .justify-between, #map .google-visualization-tooltip .data, .ranking-content, .playlists-content .playlist-cover, .videos .video-choice .vc-content .picture, .items .video-choice .vc-content .picture {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
}

/* line 16, /idolcamp/app/assets/stylesheets/labelcamp/partials/utilities.scss */
.flex-column, .analytics-show .header,
.sales_company_results .header,
.sales_periods .header,
.sales.companies .header, .overview-content .age-range-type-title {
  flex-direction: column;
  -webkit-flex-direction: column;
}

/* line 21, /idolcamp/app/assets/stylesheets/labelcamp/partials/utilities.scss */
.flex-center, .overview-content .value-header, .overview-content .current-period-header {
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
}

/* line 28, /idolcamp/app/assets/stylesheets/labelcamp/partials/utilities.scss */
.flex-horizontal-center, .field_with_errors .error, #map .google-visualization-tooltip {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}

/* line 34, /idolcamp/app/assets/stylesheets/labelcamp/partials/utilities.scss */
.flex-vertical-center {
  justify-content: center;
  -webkit-justify-content: center;
}

/* line 39, /idolcamp/app/assets/stylesheets/labelcamp/partials/utilities.scss */
.center {
  text-align: center;
}

/* line 42, /idolcamp/app/assets/stylesheets/labelcamp/partials/utilities.scss */
.flex-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}

/* line 48, /idolcamp/app/assets/stylesheets/labelcamp/partials/utilities.scss */
.justify-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
}

/* line 5, /idolcamp/app/assets/stylesheets/labelcamp/error.scss */
.field_with_errors input[type="text"], .field_with_errors input[type="password"], .field_with_errors input[type="date"],
.field_with_errors input[type="datetime"], .field_with_errors input[type="datetime-local"], .field_with_errors input[type="month"],
.field_with_errors input[type="week"], .field_with_errors input[type="email"], .field_with_errors input[type="number"], .field_with_errors input[type="search"],
.field_with_errors input[type="tel"], .field_with_errors input[type="time"], .field_with_errors input[type="url"], .field_with_errors textarea, .field_with_errors select {
  border-color: #ff7701;
}
/* line 12, /idolcamp/app/assets/stylesheets/labelcamp/error.scss */
.field_with_errors .error {
  position: relative;
  background: #ff7701;
  color: white;
  margin-left: 9.375rem;
  max-width: 15.625rem;
}
/* line 74, /idolcamp/app/assets/stylesheets/partials/generic/_mixins.scss */
.field_with_errors .error:after {
  bottom: 100%;
  left: 15%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #ff7701;
  border-width: 6px;
  margin-left: -6px;
}

/* line 23, /idolcamp/app/assets/stylesheets/labelcamp/error.scss */
#tracklisting .field_with_errors .error {
  color: #9d261d;
}

/* line 31, /idolcamp/app/assets/stylesheets/labelcamp/error.scss */
.custom-select .field_with_errors .error {
  margin-left: 0;
}

/* line 37, /idolcamp/app/assets/stylesheets/labelcamp/error.scss */
.error-message, .field_with_errors .error, #error_explanation, .login .login-container p.alert {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: -0.625rem;
  clear: left;
  padding: 0.375rem 0.625rem;
}
/* line 42, /idolcamp/app/assets/stylesheets/labelcamp/error.scss */
.error-message:before, .field_with_errors .error:before, #error_explanation:before, .login .login-container p.alert:before {
  font-size: 1.25rem;
  margin-right: 0.5em;
}

/* line 50, /idolcamp/app/assets/stylesheets/labelcamp/error.scss */
#error_explanation {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.625rem 0;
  width: 100%;
}
/* line 51, /idolcamp/app/assets/stylesheets/labelcamp/error.scss */
#error_explanation h2 {
  display: none;
}
/* line 59, /idolcamp/app/assets/stylesheets/labelcamp/error.scss */
#error_explanation:before {
  margin-right: 0;
}

/* line 1, /idolcamp/app/assets/stylesheets/labelcamp/promo.scss */
.preview-promo-container {
  margin-top: 1.25rem;
}
/* line 3, /idolcamp/app/assets/stylesheets/labelcamp/promo.scss */
.preview-promo-container a {
  display: flex;
}
/* line 6, /idolcamp/app/assets/stylesheets/labelcamp/promo.scss */
.preview-promo-container li {
  border: 1px solid #d6d6d6;
}

/* line 10, /idolcamp/app/assets/stylesheets/labelcamp/promo.scss */
.preview-promo {
  width: 100%;
  height: 50rem;
}

/* line 15, /idolcamp/app/assets/stylesheets/labelcamp/promo.scss */
.blank {
  position: absolute;
  background-color: transparent;
}

/* line 3, /idolcamp/app/assets/stylesheets/labelcamp/status.scss */
.status #list .item-image {
  height: 5rem;
  width: 5rem;
  position: relative;
}
/* line 6, /idolcamp/app/assets/stylesheets/labelcamp/status.scss */
.status #list .item-image img, .status #list .item-image object {
  height: 5rem;
  width: 5rem;
}
/* line 10, /idolcamp/app/assets/stylesheets/labelcamp/status.scss */
.status #list .avatar-letter {
  position: absolute;
  right: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.25rem;
  font-weight: 700;
  color: white;
}
/* line 15, /idolcamp/app/assets/stylesheets/labelcamp/status.scss */
.status #list .status {
  display: inline-block;
  position: relative;
}
/* line 19, /idolcamp/app/assets/stylesheets/labelcamp/status.scss */
.status #list .status.online:before {
  position: absolute;
  right: 0;
  left: 0;
  height: 1rem;
  width: 1rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #28b563;
  content: '';
  margin-right: -1.5625rem;
}
/* line 27, /idolcamp/app/assets/stylesheets/labelcamp/status.scss */
.status #list .status.online:after {
  position: absolute;
  right: 0;
  left: 0;
  font-size: 0.5625rem;
  font-weight: 500;
  color: white;
  content: '\e606';
  font-family: 'idolcamp';
  margin-right: -1.3125rem;
  margin-top: 0.1875rem;
}
/* line 37, /idolcamp/app/assets/stylesheets/labelcamp/status.scss */
.status #list .links, .status #list .links li {
  display: inline-block;
}
/* line 40, /idolcamp/app/assets/stylesheets/labelcamp/status.scss */
.status #list .links li {
  padding: 0.3125rem;
  position: relative;
}
/* line 43, /idolcamp/app/assets/stylesheets/labelcamp/status.scss */
.status #list .links li:after {
  position: absolute;
  right: -0.25rem;
  left: 0.25rem;
  content: '·';
  color: #e23e51;
}
/* line 49, /idolcamp/app/assets/stylesheets/labelcamp/status.scss */
.status #list .links li:last-of-type:after {
  content: none;
}

/* line 1, /idolcamp/app/assets/stylesheets/labelcamp/404.scss */
body.error {
  background-color: #1e2526;
  height: 100vh;
}
/* line 5, /idolcamp/app/assets/stylesheets/labelcamp/404.scss */
body.error .message-container {
  position: absolute;
  right: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
/* line 9, /idolcamp/app/assets/stylesheets/labelcamp/404.scss */
body.error .message-container .logo {
  margin-bottom: 1.25rem;
}
/* line 12, /idolcamp/app/assets/stylesheets/labelcamp/404.scss */
body.error .message-container img {
  height: 4rem;
  width: 4rem;
}
/* line 15, /idolcamp/app/assets/stylesheets/labelcamp/404.scss */
body.error .message-container .button {
  margin-top: 1.875rem;
  margin-bottom: 0.625rem;
}
/* line 20, /idolcamp/app/assets/stylesheets/labelcamp/404.scss */
body.error .message-container .back-home a, body.error .message-container .back-home p {
  color: #758184;
}
/* line 23, /idolcamp/app/assets/stylesheets/labelcamp/404.scss */
body.error .message-container .back-home p {
  margin-bottom: 0.625rem;
}

/* Specific styles for trends & sales layouts */
/* line 6, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.analytics-show .header,
.sales_company_results .header,
.sales_periods .header,
.sales.companies .header {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  height: auto;
}
/* line 12, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.analytics-show h1,
.sales_company_results h1,
.sales_periods h1,
.sales.companies h1 {
  padding: 1.875rem 0;
}
/* line 15, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.analytics-show .horizontal-nav,
.sales_company_results .horizontal-nav,
.sales_periods .horizontal-nav,
.sales.companies .horizontal-nav {
  margin-bottom: 1.875rem;
}
/* line 18, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.analytics-show .content,
.sales_company_results .content,
.sales_periods .content,
.sales.companies .content {
  min-height: 100vh;
}

@media (max-width: 480px) {
  /* line 33, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  .analytics-show .header, .trends-show .header {
    height: 3.75rem;
    align-items: center;
    -webkit-align-items: center;
  }
  /* line 38, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  .analytics-show h1, .trends-show h1 {
    padding: 0;
    text-align: center;
  }
  /* line 42, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  .analytics-show #content, .trends-show #content {
    padding: 0;
  }
  /* line 45, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  .analytics-show .tabs-content, .trends-show .tabs-content {
    border: none;
    border-top: 0.0625rem solid #e5e5e5;
  }
  /* line 49, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  .analytics-show .tabs, .trends-show .tabs {
    background: white;
    border-top: 0.0625rem solid #e5e5e5;
  }
  /* line 52, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  .analytics-show .tabs .tab-title, .trends-show .tabs .tab-title {
    border: none;
  }
  /* line 54, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  .analytics-show .tabs .tab-title.active, .trends-show .tabs .tab-title.active {
    border-bottom: 0.125rem solid #e23e51;
  }
  /* line 57, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  .analytics-show .tabs .tab-title a, .trends-show .tabs .tab-title a {
    padding: 1.375rem 0;
  }
}

/* line 65, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
#filters-btn {
  height: 2.5rem;
  width: 2.57813rem;
  position: fixed;
  right: 5.3125rem;
  left: 1.875rem;
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
  cursor: pointer;
  display: none;
  background: white;
  z-index: 2;
}
@media (max-width: 800px) {
  /* line 65, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  #filters-btn {
    display: block;
  }
}
@media (max-width: 480px) {
  /* line 65, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  #filters-btn {
    height: 2.125rem;
    width: auto;
    right: 1.25rem;
    top: 4.5625rem;
  }
}

/* line 85, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.analytics-show .content {
  padding: 0;
}

/* line 90, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.trends-show .tabs-content > .content, .analytics-show .tabs-content > .content {
  padding: 1.25rem 0;
}
@media (max-width: 800px) {
  /* line 93, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  .trends-show .content#maps,
  .trends-show .content#playlists,
  .trends-show .content#rankings, .analytics-show .content#maps,
  .analytics-show .content#playlists,
  .analytics-show .content#rankings {
    padding: 1.25rem 0;
  }
}
/* line 102, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.trends-show form #maps section, .trends-show form #playlists section, .analytics-show form #maps section, .analytics-show form #playlists section {
  padding-top: 0;
}

/* line 110, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.trends-show .content {
  min-height: calc(100vh - 150px);
  padding: 0;
}
/* line 114, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.trends-show .tabs-content > .content {
  min-height: calc(100vh - 327px);
}

/* line 119, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.analytics-show .tabs-content > .content {
  min-height: calc(100vh - 411px);
}

/* line 125, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.trends.products .page-content, .trends.labels .page-content,
.analytics.products .page-content, .analytics.labels .page-content {
  padding: 0;
}
/* line 128, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.trends.products .tabs-content > .content, .trends.labels .tabs-content > .content,
.analytics.products .tabs-content > .content, .analytics.labels .tabs-content > .content {
  min-height: calc(100vh - 497px);
  padding: 1.25rem;
}
/* line 133, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.trends.products #filters.fixed, .trends.labels #filters.fixed,
.analytics.products #filters.fixed, .analytics.labels #filters.fixed {
  margin: 0;
  padding-bottom: 0;
}
/* line 138, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.trends.products #content, .trends.labels #content,
.analytics.products #content, .analytics.labels #content {
  background: white;
  padding: 0;
}
@media (max-width: 800px) {
  /* line 138, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  .trends.products #content, .trends.labels #content,
  .analytics.products #content, .analytics.labels #content {
    padding: 0;
  }
}

@media (max-width: 480px) {
  /* line 146, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  .overview-content {
    padding: 0 1.25rem;
  }
}

/* line 151, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
#content {
  padding: 1.25rem;
}

/* line 161, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.trends #wrap .arrow-up, .trends #wrap .products-index .sort-by .sort-by-option.asc:after, .products-index .sort-by .trends #wrap .sort-by-option.asc:after, .trends #wrap .arrow-down, .trends #wrap .products-index .sort-by .sort-by-option.desc:after, .products-index .sort-by .trends #wrap .sort-by-option.desc:after, .trends #wrap .percentage,
.analytics #wrap .arrow-up,
.analytics #wrap .products-index .sort-by .sort-by-option.asc:after,
.products-index .sort-by .analytics #wrap .sort-by-option.asc:after,
.analytics #wrap .arrow-down,
.analytics #wrap .products-index .sort-by .sort-by-option.desc:after,
.products-index .sort-by .analytics #wrap .sort-by-option.desc:after,
.analytics #wrap .percentage,
.sales_company_results #wrap .arrow-up,
.sales_company_results #wrap .products-index .sort-by .sort-by-option.asc:after,
.products-index .sort-by .sales_company_results #wrap .sort-by-option.asc:after,
.sales_company_results #wrap .arrow-down,
.sales_company_results #wrap .products-index .sort-by .sort-by-option.desc:after,
.products-index .sort-by .sales_company_results #wrap .sort-by-option.desc:after,
.sales_company_results #wrap .percentage,
.sales_periods #wrap .arrow-up,
.sales_periods #wrap .products-index .sort-by .sort-by-option.asc:after,
.products-index .sort-by .sales_periods #wrap .sort-by-option.asc:after,
.sales_periods #wrap .arrow-down,
.sales_periods #wrap .products-index .sort-by .sort-by-option.desc:after,
.products-index .sort-by .sales_periods #wrap .sort-by-option.desc:after,
.sales_periods #wrap .percentage,
.sales.companies #wrap .arrow-up,
.sales.companies #wrap .products-index .sort-by .sort-by-option.asc:after,
.products-index .sort-by .sales.companies #wrap .sort-by-option.asc:after,
.sales.companies #wrap .arrow-down,
.sales.companies #wrap .products-index .sort-by .sort-by-option.desc:after,
.products-index .sort-by .sales.companies #wrap .sort-by-option.desc:after,
.sales.companies #wrap .percentage {
  margin: 0 0.125rem;
}
/* line 164, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.trends #wrap .arrow-up, .trends #wrap .products-index .sort-by .sort-by-option.asc:after, .products-index .sort-by .trends #wrap .sort-by-option.asc:after,
.analytics #wrap .arrow-up,
.analytics #wrap .products-index .sort-by .sort-by-option.asc:after,
.products-index .sort-by .analytics #wrap .sort-by-option.asc:after,
.sales_company_results #wrap .arrow-up,
.sales_company_results #wrap .products-index .sort-by .sort-by-option.asc:after,
.products-index .sort-by .sales_company_results #wrap .sort-by-option.asc:after,
.sales_periods #wrap .arrow-up,
.sales_periods #wrap .products-index .sort-by .sort-by-option.asc:after,
.products-index .sort-by .sales_periods #wrap .sort-by-option.asc:after,
.sales.companies #wrap .arrow-up,
.sales.companies #wrap .products-index .sort-by .sort-by-option.asc:after,
.products-index .sort-by .sales.companies #wrap .sort-by-option.asc:after {
  position: relative;
  right: -0.6875rem;
  left: -0.6875rem;
}
/* line 167, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.trends #wrap .arrow-down, .trends #wrap .products-index .sort-by .sort-by-option.desc:after, .products-index .sort-by .trends #wrap .sort-by-option.desc:after,
.analytics #wrap .arrow-down,
.analytics #wrap .products-index .sort-by .sort-by-option.desc:after,
.products-index .sort-by .analytics #wrap .sort-by-option.desc:after,
.sales_company_results #wrap .arrow-down,
.sales_company_results #wrap .products-index .sort-by .sort-by-option.desc:after,
.products-index .sort-by .sales_company_results #wrap .sort-by-option.desc:after,
.sales_periods #wrap .arrow-down,
.sales_periods #wrap .products-index .sort-by .sort-by-option.desc:after,
.products-index .sort-by .sales_periods #wrap .sort-by-option.desc:after,
.sales.companies #wrap .arrow-down,
.sales.companies #wrap .products-index .sort-by .sort-by-option.desc:after,
.products-index .sort-by .sales.companies #wrap .sort-by-option.desc:after {
  position: relative;
  right: 0.8125rem;
  left: 0.8125rem;
}
/* line 170, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.trends #wrap .percentage,
.analytics #wrap .percentage,
.sales_company_results #wrap .percentage,
.sales_periods #wrap .percentage,
.sales.companies #wrap .percentage {
  font-size: 0.875rem;
  font-weight: 500;
  color: #979797;
}
/* line 174, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.trends #wrap #classement,
.analytics #wrap #classement,
.sales_company_results #wrap #classement,
.sales_periods #wrap #classement,
.sales.companies #wrap #classement {
  z-index: 1;
}
/* line 177, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.trends #wrap .overview-total,
.analytics #wrap .overview-total,
.sales_company_results #wrap .overview-total,
.sales_periods #wrap .overview-total,
.sales.companies #wrap .overview-total {
  color: #696969;
  text-align: center;
}
@media (max-width: 640px) {
  /* line 177, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  .trends #wrap .overview-total,
  .analytics #wrap .overview-total,
  .sales_company_results #wrap .overview-total,
  .sales_periods #wrap .overview-total,
  .sales.companies #wrap .overview-total {
    display: inline-block;
    width: 100%;
  }
}
/* line 184, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.trends #wrap .overview-total .total, .trends #wrap .overview-total .total-number,
.analytics #wrap .overview-total .total,
.analytics #wrap .overview-total .total-number,
.sales_company_results #wrap .overview-total .total,
.sales_company_results #wrap .overview-total .total-number,
.sales_periods #wrap .overview-total .total,
.sales_periods #wrap .overview-total .total-number,
.sales.companies #wrap .overview-total .total,
.sales.companies #wrap .overview-total .total-number {
  font-size: 0.875rem;
  font-weight: 900;
  color: #696969;
}
/* line 187, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.trends #wrap .overview-total .total-number,
.analytics #wrap .overview-total .total-number,
.sales_company_results #wrap .overview-total .total-number,
.sales_periods #wrap .overview-total .total-number,
.sales.companies #wrap .overview-total .total-number {
  font-size: 1.25rem;
}
/* line 191, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.trends #wrap .lname,
.analytics #wrap .lname,
.sales_company_results #wrap .lname,
.sales_periods #wrap .lname,
.sales.companies #wrap .lname {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 193, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.trends #wrap .lname .catalog-hover,
.analytics #wrap .lname .catalog-hover,
.sales_company_results #wrap .lname .catalog-hover,
.sales_periods #wrap .lname .catalog-hover,
.sales.companies #wrap .lname .catalog-hover {
  -o-transition: max-height 0.3s ease 0.4s ease;
  -ms-transition: max-height 0.3s ease 0.4s ease;
  -moz-transition: max-height 0.3s ease 0.4s ease;
  -webkit-transition: max-height 0.3s ease 0.4s ease;
  transition: max-height 0.3s ease 0.4s ease;
  display: block;
  max-height: 0;
  visibility: hidden;
}
/* line 198, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.trends #wrap .lname .catalog-hover a,
.analytics #wrap .lname .catalog-hover a,
.sales_company_results #wrap .lname .catalog-hover a,
.sales_periods #wrap .lname .catalog-hover a,
.sales.companies #wrap .lname .catalog-hover a {
  font-size: 0.75rem;
}
/* line 204, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.trends #wrap .lname:hover .catalog-hover,
.analytics #wrap .lname:hover .catalog-hover,
.sales_company_results #wrap .lname:hover .catalog-hover,
.sales_periods #wrap .lname:hover .catalog-hover,
.sales.companies #wrap .lname:hover .catalog-hover {
  max-height: 1.125rem;
  visibility: visible;
}
/* line 211, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.trends #wrap nav section,
.analytics #wrap nav section,
.sales_company_results #wrap nav section,
.sales_periods #wrap nav section,
.sales.companies #wrap nav section {
  border-bottom: none;
}

/* line 218, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.analytics-overview-header {
  height: 2rem;
  margin-bottom: 0.625rem;
  position: relative;
}

/* line 223, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
#switch-btn {
  position: absolute;
  right: 0;
  left: 0;
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
  height: 2rem;
  width: 6.25rem;
  border: 1px solid #bfbfbf;
  background: white;
}
@media (max-width: 640px) {
  /* line 223, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  #switch-btn {
    position: relative;
  }
}
@media (max-width: 480px) {
  /* line 223, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  #switch-btn {
    display: none;
  }
}
/* line 235, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
#switch-btn a {
  height: 1.875rem;
  width: 3.125rem;
  background: transparent;
  color: #ccc;
  display: table-cell;
  font-size: 1rem;
  padding-top: 0.4375rem;
  text-align: center;
}
/* line 243, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
#switch-btn a:before {
  font-family: 'idolcamp';
}
/* line 247, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
#switch-btn a#set-value:before {
  content: '\e604';
}
/* line 252, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
#switch-btn a#set-percentage:before {
  content: '\e61e';
}
/* line 258, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
#switch-btn.value #set-value {
  background: #ccc;
  color: white;
}
/* line 264, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
#switch-btn.percentage #set-percentage {
  background: #ccc;
  color: white;
}

/* line 273, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
#origin-donut-content .aggregation-table,
#age-range-donut-content .aggregation-table {
  padding: 0;
}
/* line 276, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
#origin-donut-content .origin-title,
#origin-donut-content .age-range-title,
#age-range-donut-content .origin-title,
#age-range-donut-content .age-range-title {
  text-transform: lowercase;
  padding-bottom: 1.25rem;
}
/* line 278, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
#origin-donut-content .origin-title:first-letter,
#origin-donut-content .age-range-title:first-letter,
#age-range-donut-content .origin-title:first-letter,
#age-range-donut-content .age-range-title:first-letter {
  text-transform: uppercase;
}

/* line 285, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
#origin-donut-content {
  border-top: 0.0625rem solid #e5e5e5;
  padding: 1.875rem 0;
}

/* line 289, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
#age-range-donut-content {
  border-top: 0.0625rem solid #e5e5e5;
  padding: 1.875rem 0 0;
}

/* Specific style for trends & Sales layouts on products & labels pages */
/* line 302, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.products.trends #wrap .page-content section,
.products.analytics #wrap .page-content section,
.labels.trends #wrap .page-content section,
.labels.analytics #wrap .page-content section {
  margin: 0 2%;
}
/* line 304, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.products.trends #wrap .page-content section:nth-child(-n+2),
.products.analytics #wrap .page-content section:nth-child(-n+2),
.labels.trends #wrap .page-content section:nth-child(-n+2),
.labels.analytics #wrap .page-content section:nth-child(-n+2) {
  padding-top: 0;
}

/* line 312, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
#filters {
  border-bottom: 0.0625rem solid #e5e5e5;
  margin-top: 0;
  z-index: 3;
  margin-top: 0;
}
/* line 318, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
#filters:focus {
  outline: none;
}
/* line 321, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
#filters.fixed {
  position: fixed;
  right: 0;
  left: 0;
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  z-index: 100;
}
/* line 326, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
#filters.fixed ul {
  padding: 1.25rem;
}
/* line 329, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
#filters.fixed .others {
  padding: 0 1.25rem;
}
/* line 333, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
#filters.fixed-responsive {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
@media (max-width: 1279px) {
  /* line 339, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  #filters.fixed {
    position: fixed;
    right: 0;
    left: 0;
    width: calc(100% /* - 80px */);
  }
}
@media (max-width: 800px) {
  /* line 312, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  #filters {
    height: 100%;
    width: 100%;
    margin-top: 0;
    position: fixed;
    top: 0;
  }
}
/* line 350, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
#filters input, #filters select {
  margin-bottom: 0;
}
/* line 354, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
#filters .filters-content:focus {
  outline: none;
}
/* line 358, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
#filters ul {
  background: white;
  padding: 1.25rem 0;
}
/* line 361, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
#filters ul:focus {
  outline: none;
}
/* line 364, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
#filters ul#type-drop {
  background: #fff;
  padding: 0.9375rem;
}
/* line 367, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
#filters ul#type-drop ul {
  background: #fff;
  padding: 0;
  margin-left: 0;
}
/* line 372, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
#filters ul#type-drop li.type:not(:last-child):after {
  height: 1px;
  width: 100%;
  background: #d6d6d6;
  content: "";
  display: block;
  margin: 1.25rem 0;
}
/* line 379, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
#filters ul#type-drop li.radio {
  display: inline-block;
}
/* line 382, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
#filters ul#type-drop h4 {
  text-transform: uppercase;
  color: #696969;
  margin-bottom: 0.4375rem;
}
@media (max-width: 800px) {
  /* line 358, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  #filters ul {
    flex-direction: column;
    -webkit-flex-direction: column;
    padding: 1.25rem;
  }
  /* line 392, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  #filters ul .filter:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 640px) {
  /* line 397, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  #filters ul .filter:nth-child(4) {
    margin-bottom: 0;
  }
}
/* line 402, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
#filters .filter {
  padding: 0 0.625rem;
  width: 25%;
}
/* line 405, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
#filters .filter:first-of-type, #filters .filter:nth-child(5) {
  padding-left: 0;
}
/* line 408, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
#filters .filter:nth-child(8), #filters .filter:nth-child(4) {
  padding-right: 0;
}
/* line 411, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
#filters .filter:nth-child(n+5) {
  margin-top: 0.75rem;
}
@media (max-width: 800px) {
  /* line 402, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  #filters .filter {
    margin-bottom: 1.25rem;
    padding: 0;
    width: 100%;
  }
  /* line 418, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  #filters .filter:nth-child(n+5) {
    margin-top: 0;
  }
}
/* line 423, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
#filters .custom-select {
  margin-left: 0;
}
@media (max-width: 800px) {
  /* line 312, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  #filters {
    -o-transition: opacity 0.5s 0.4s ease;
    -ms-transition: opacity 0.5s 0.4s ease;
    -moz-transition: opacity 0.5s 0.4s ease;
    -webkit-transition: opacity 0.5s 0.4s ease;
    transition: opacity 0.5s 0.4s ease;
    background: rgba(30, 37, 38, 0.9);
    opacity: 0;
    visibility: hidden;
    z-index: 3;
  }
  /* line 432, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  #filters .filters-content {
    position: fixed;
    right: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 1.875rem;
    width: 70%;
  }
}
@media (max-width: 800px) and (max-width: 800px) {
  /* line 432, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  #filters .filters-content {
    margin-top: 0;
  }
}
@media (max-width: 800px) and (max-width: 480px) {
  /* line 432, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  #filters .filters-content {
    width: 90%;
  }
}
@media (max-width: 800px) {
  /* line 444, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  #filters.show {
    -o-transition: opacity 0.5s 0.4s ease;
    -ms-transition: opacity 0.5s 0.4s ease;
    -moz-transition: opacity 0.5s 0.4s ease;
    -webkit-transition: opacity 0.5s 0.4s ease;
    transition: opacity 0.5s 0.4s ease;
    opacity: 1;
    visibility: visible;
  }
}
/* line 450, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
#filters .others {
  background: white;
}
/* line 452, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
#filters .others .tag {
  margin: 0 1.25rem 0.625rem 0;
}

/* line 457, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.filters-title {
  background: #eaeaea;
  display: none;
  padding: 1.25rem 0;
}
/* line 461, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.filters-title h3 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #202020;
  padding: 0 1.25rem;
  display: inline-block;
}
/* line 466, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.filters-title .icon-circle-close {
  position: absolute;
  right: 1.3125rem;
  left: 1.875rem;
  cursor: pointer;
}
@media (max-width: 800px) {
  /* line 457, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  .filters-title {
    display: block;
  }
}

/* line 475, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.download-highlight {
  color: #3895d2 !important;
}

/* line 478, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.stream-highlight {
  color: #E87E04 !important;
}

/* line 481, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.other-highlight {
  color: #27ae60 !important;
}

/* line 484, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.ringtone-highlight {
  color: #9C56B8 !important;
}

/* line 487, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
#evolution-container {
  max-height: 350px;
}

/* line 491, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
ul.numbers {
  -webkit-border-radius: 0.3125rem;
  -moz-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
  border: 0.125rem solid #d4d9dc;
  margin: 0;
}
/* line 495, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
ul.numbers .number {
  font-size: 1.25rem;
  font-weight: 900;
  color: #696969;
}
/* line 498, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
ul.numbers li {
  position: relative;
  padding: 1.25rem 0;
  text-align: center;
}
/* line 502, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
ul.numbers li:after {
  content: '';
  position: absolute;
  right: 0;
  left: 0.125rem;
  height: calc(100% - 4px);
  width: 1px;
  background: #d6d6d6;
}
/* line 509, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
ul.numbers li:last-child:after {
  content: none;
}
@media (max-width: 640px) {
  /* line 498, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  ul.numbers li {
    padding: 0.625rem 0;
  }
}
/* line 517, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
ul.numbers .kind {
  font-size: 0.75rem;
  font-weight: 700;
  color: #696969;
  margin: 0.375rem 0 0.5rem;
  text-transform: uppercase;
}
/* line 522, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
ul.numbers .value {
  padding-top: 0.625rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #696969;
}

@media (max-width: 640px) {
  /* line 533, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  .analytics ul.numbers li:nth-child(2):after {
    content: none;
  }
  /* line 538, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  .analytics ul.numbers li:nth-of-type(-n+2):before {
    content: '';
    position: absolute;
    right: 0.125rem;
    left: 0;
    height: 1px;
    width: calc(100% - 4px);
    background: #d6d6d6;
  }
}
/* line 547, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.analytics ul.numbers .evolution {
  border-bottom: 1px solid #d6d6d6;
  display: inline-block;
  padding-bottom: 0.625rem;
}

/* line 556, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.advanced-content canvas {
  width: 100%;
  max-width: 100%;
}

/* line 562, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.equal {
  position: relative;
}
/* line 564, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.equal:after {
  font-size: rem(14);
  font-weight: 500;
  color: #727272;
  content: '=';
}

/* line 571, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.overview-content .aggregation-table {
  margin: 0;
  padding-top: 1.25rem;
  width: 100%;
}
/* line 576, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.overview-content .type {
  min-width: 12.5rem;
  text-align: left;
}
/* line 579, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.overview-content .type label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #727272;
  cursor: default;
}
@media (max-width: 1279px) {
  /* line 576, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  .overview-content .type {
    min-width: 11.25rem;
  }
}
@media (max-width: 480px) {
  /* line 576, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  .overview-content .type {
    min-width: 6.875rem;
  }
}
@media (max-width: 800px) {
  /* line 590, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  .overview-content .aggregation-table-header {
    padding: 1.25rem 0.625rem;
  }
}
/* line 595, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.overview-content .aggregation-table-header-column {
  font-size: 0.75rem;
}
/* line 598, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.overview-content .value-header {
  display: none;
  font-size: 0.75rem;
}
@media (max-width: 480px) {
  /* line 598, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  .overview-content .value-header {
    display: flex;
    display: -webkit-flex;
  }
}
/* line 607, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.overview-content .current-period-header {
  font-size: 0.75rem;
}
@media (max-width: 480px) {
  /* line 607, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  .overview-content .current-period-header {
    display: none;
  }
}
/* line 614, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.overview-content .aggregation-table-column.proportion {
  font-weight: 700;
}
/* line 617, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.overview-content .evolution-number {
  margin-left: 0.1875rem;
}
/* line 620, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.overview-content .age-range-title, .overview-content .origin-title {
  font-size: 0.875rem;
  font-weight: 500;
  color: #202020;
}
@media (min-width: 1600px) {
  /* line 620, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  .overview-content .age-range-title, .overview-content .origin-title {
    margin-bottom: 1.25rem;
  }
}
/* line 629, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.overview-content .origin-type-title, .overview-content .age-range-type-subtitle {
  margin-top: 0.3125rem;
  font-size: 0.6875rem;
  font-weight: 500;
  color: #999999;
}
/* line 633, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.overview-content .age-range-type-subtitle {
  margin-top: 0.1875rem;
}
/* line 636, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.overview-content .columns {
  padding: 0;
}

/* line 644, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.trends-show .overview-content .value-header span {
  display: none;
}

/* line 651, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.ranking-content {
  margin: 0 -2%;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 480px) {
  /* line 651, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  .ranking-content {
    margin: 0;
    padding: 0 0.625rem;
  }
}
/* line 660, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.ranking-content h2 {
  margin-bottom: 1.25rem;
}
@media (max-width: 800px) {
  /* line 660, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  .ranking-content h2 {
    margin-left: 1.25rem;
  }
}
@media (max-width: 480px) {
  /* line 660, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  .ranking-content h2 {
    margin-left: 0;
  }
}
/* line 669, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.ranking-content .aggregation-table {
  margin: 0 2%;
  padding: 1.25rem 0;
  width: 46%;
}
@media (max-width: 1024px) {
  /* line 669, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  .ranking-content .aggregation-table {
    width: 96%;
  }
}
/* line 676, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.ranking-content .aggregation-table:nth-child(-n+2) {
  padding-top: 0;
}
/* line 679, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.ranking-content .aggregation-table:nth-child(2) {
  padding-top: 0;
}
@media (max-width: 1024px) {
  /* line 679, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  .ranking-content .aggregation-table:nth-child(2) {
    padding-top: 1.25rem;
  }
}
/* line 685, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.ranking-content .aggregation-table:last-child, .ranking-content .aggregation-table:nth-last-child(2) {
  border-bottom: none;
}
@media (max-width: 1024px) {
  /* line 689, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  .ranking-content .aggregation-table:nth-last-child(2) {
    border-bottom: 0.0625rem solid #d6d6d6;
  }
}
/* line 695, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.ranking-content .filterable {
  cursor: pointer;
}
@media (max-width: 800px) {
  /* line 695, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  .ranking-content .filterable {
    padding: 0 1.25rem;
  }
}
/* line 700, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.ranking-content .filterable:hover {
  background-color: #f5f5f5;
}
/* line 703, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.ranking-content .filterable.selected td {
  color: blue;
}
/* line 707, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.ranking-content .rank, .ranking-content .streams {
  font-size: 0.875rem;
  font-weight: 700;
  color: #727272;
  width: 1.875rem;
}
/* line 711, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.ranking-content .lname {
  font-size: 0.875rem;
  font-weight: 500;
  color: #727272;
  flex: 1;
  -webkit-flex: 1;
  text-align: left;
}
/* line 717, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.ranking-content strong {
  font-weight: 700;
  padding-bottom: 0.125rem;
}
/* line 721, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.ranking-content small {
  font-size: 0.75rem;
  padding-top: 0.125rem;
}
/* line 725, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.ranking-content .value,
.ranking-content .value_full,
.ranking-content .value_album {
  font-size: 0.875rem;
  font-weight: 700;
  color: #202020;
}
/* line 730, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.ranking-content .percent {
  font-size: 0.75rem;
  font-weight: 500;
  color: #727272;
  text-align: right;
  min-width: 3.75rem;
  padding-left: 0.625rem;
}
/* line 736, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.ranking-content .value_full,
.ranking-content .value_album {
  min-width: 4.375rem;
  padding-left: 0.625rem;
  text-align: right;
}
/* line 742, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.ranking-content .quantity {
  font-size: 0.75rem;
  font-weight: 500;
  color: #727272;
  min-width: 2.5rem;
  padding-left: 0.625rem;
  text-align: right;
}
@media (max-width: 480px) {
  /* line 742, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  .ranking-content .quantity {
    display: none;
  }
}
/* line 751, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.ranking-content nav.simple-pagination {
  margin: 0;
  padding-top: 0.625rem;
}
/* line 755, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.ranking-content.territories-table {
  margin: 0;
}
/* line 757, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.ranking-content.territories-table section {
  width: 100%;
  margin: 0;
}
/* line 761, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.ranking-content.territories-table .aggregation-table-header {
  display: none;
}
@media (max-width: 640px) {
  /* line 761, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  .ranking-content.territories-table .aggregation-table-header {
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
  }
}

/* line 775, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
.ranking-content section:last-of-type,
.playlists section:last-of-type,
.countries section:last-of-type {
  padding-bottom: 0;
}

/* line 780, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
form .countries {
  padding-bottom: 0;
}
@media (max-width: 800px) {
  /* line 780, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  form .countries {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    margin: 0;
  }
}
@media (max-width: 800px) {
  /* line 788, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  form .countries h2 {
    margin-left: 1.25rem;
  }
}
@media (max-width: 640px) {
  /* line 788, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
  form .countries h2 {
    margin-bottom: 1.25rem;
  }
}

/* line 798, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
#ages-chart-menu {
  position: absolute;
  background: white;
  padding: 0;
  display: none;
}
/* line 803, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
#ages-chart-menu ul {
  display: flex;
  font-size: 0.8em;
}
/* line 808, /idolcamp/app/assets/stylesheets/labelcamp/aggregations.scss */
#ages-chart-menu li {
  padding: 0.3125rem;
  border: 1px solid #50abf1;
  cursor: pointer;
}

/* line 2, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
.playlists-content .rank {
  font-size: 0.875rem;
  font-weight: 700;
  color: #727272;
  width: 1.5rem;
  text-align: center;
  margin-right: 0.5rem;
}
/* line 8, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
.playlists-content .name {
  position: relative;
  width: 23.75rem;
}
@media (max-width: 1024px) {
  /* line 8, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
  .playlists-content .name {
    width: 18.75rem;
  }
}
/* line 14, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
.playlists-content .name .info {
  width: calc(90% - 50px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 18, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
.playlists-content .name-info, .playlists-content .name-info-artist {
  font-size: 0.875rem;
  font-weight: 500;
  color: #202020;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.3125rem;
}
/* line 24, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
.playlists-content .name-info img {
  margin-right: 0.3125rem;
}
/* line 28, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
.playlists-content .name-info-artist {
  margin: 0.3125rem 0;
}
/* line 31, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
.playlists-content .name-info-nb-tracks {
  font-size: 0.75rem;
  font-weight: 500;
  color: #727272;
}
/* line 35, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
.playlists-content .name-info-track a {
  font-size: 0.875rem;
  font-weight: 500;
  color: #202020;
}
/* line 39, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
.playlists-content .name-info-artist {
  font-size: 0.75rem;
  font-weight: 500;
  color: #727272;
}
/* line 42, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
.playlists-content .playlist-cover {
  height: 2.5rem;
  width: 2.5rem;
  margin: 0.625rem 0.625rem 0.625rem 0;
}
/* line 46, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
.playlists-content .playlist-cover img {
  height: 2.5rem;
  width: 2.5rem;
}
/* line 50, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
.playlists-content .playlist-details {
  position: relative;
}
/* line 52, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
.playlists-content .playlist-details:after {
  height: 0.0625rem;
  width: calc(100% - 82px);
  position: absolute;
  right: 0;
  left: 5.125rem;
  content: '';
  background: #f5f5f5;
}
/* line 59, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
.playlists-content .playlist-details:last-child:after {
  content: none;
}
/* line 64, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
.playlists-content .aggregation-table-row-track-content {
  height: 3.125rem;
}
/* line 67, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
.playlists-content .tooltip-container .tooltip-content {
  background: white;
  box-shadow: 0 0 0.1875rem rgba(0, 0, 0, 0.22);
  border: 0.0625rem solid #f5f5f5;
  border-radius: 0.1875rem;
  margin-top: 0.125rem;
  padding: 0.625rem;
  min-width: 8.75rem;
  width: auto;
}
/* line 76, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
.playlists-content .tooltip-container .tooltip-content a {
  -o-transition: color 0.3s ease-in-out 0.4s ease;
  -ms-transition: color 0.3s ease-in-out 0.4s ease;
  -moz-transition: color 0.3s ease-in-out 0.4s ease;
  -webkit-transition: color 0.3s ease-in-out 0.4s ease;
  transition: color 0.3s ease-in-out 0.4s ease;
  font-size: 0.875rem;
  font-weight: 500;
  color: #a3a3a3;
  line-height: 1.8;
}
/* line 80, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
.playlists-content .tooltip-container .tooltip-content a:hover {
  -o-transition: color 0.3s ease-in-out 0.4s ease;
  -ms-transition: color 0.3s ease-in-out 0.4s ease;
  -moz-transition: color 0.3s ease-in-out 0.4s ease;
  -webkit-transition: color 0.3s ease-in-out 0.4s ease;
  transition: color 0.3s ease-in-out 0.4s ease;
  color: #202020;
}
/* line 85, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
.playlists-content .tooltip-container .tooltip-content:after {
  content: none;
}
/* line 89, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
.playlists-content .active-playlist-action {
  position: absolute;
  right: 0.625rem;
  left: 0.625rem;
}
@media (max-width: 480px) {
  /* line 1, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
  .playlists-content {
    padding: 0 1.25rem;
  }
}

/* line 98, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
.aggregation-table-row .streams {
  font-size: 0.875rem;
  font-weight: 500;
  color: #727272;
}
/* line 102, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
.aggregation-table-row:hover .active-playlist-action {
  -o-transition: opacity 0.3s ease-in-out 0.4s ease;
  -ms-transition: opacity 0.3s ease-in-out 0.4s ease;
  -moz-transition: opacity 0.3s ease-in-out 0.4s ease;
  -webkit-transition: opacity 0.3s ease-in-out 0.4s ease;
  transition: opacity 0.3s ease-in-out 0.4s ease;
  opacity: 1;
}

/* line 108, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
.aggregation-table-row-track {
  display: none;
}

/* line 111, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
.active-playlist-action {
  -o-transition: opacity 0.3s ease-in-out 0.4s ease;
  -ms-transition: opacity 0.3s ease-in-out 0.4s ease;
  -moz-transition: opacity 0.3s ease-in-out 0.4s ease;
  -webkit-transition: opacity 0.3s ease-in-out 0.4s ease;
  transition: opacity 0.3s ease-in-out 0.4s ease;
  opacity: 0;
}

/* line 115, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
.playlists-total {
  margin: 0 1.25rem 1.25rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: #202020;
}

/* line 120, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
.total, .based-on {
  margin: 0.625rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #727272;
}

/* line 126, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
#playlists .based-on {
  font-size: 0.6875rem;
}

/* line 131, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
.evolution, .spotify-logo {
  margin: 0 0.1875rem;
}

/* line 134, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
.evolution-header {
  font-size: 1.5rem;
  font-weight: 500;
  color: #202020;
}
/* line 136, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
.evolution-header .arrow-down, .evolution-header .products-index .sort-by .sort-by-option.desc:after, .products-index .sort-by .evolution-header .sort-by-option.desc:after, .evolution-header .arrow-up, .evolution-header .products-index .sort-by .sort-by-option.asc:after, .products-index .sort-by .evolution-header .sort-by-option.asc:after {
  top: 0 !important;
}

/* line 140, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
.evolution-content {
  margin-left: 0.25rem;
}
/* line 142, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
.evolution-content .arrow-down, .evolution-content .products-index .sort-by .sort-by-option.desc:after, .products-index .sort-by .evolution-content .sort-by-option.desc:after, .evolution-content .arrow-up, .evolution-content .products-index .sort-by .sort-by-option.asc:after, .products-index .sort-by .evolution-content .sort-by-option.asc:after {
  top: 0 !important;
}
/* line 145, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
.evolution-content .evolution-number {
  font-size: 0.75rem;
  font-weight: 500;
  color: #727272;
}

/* line 150, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
.aggregation-table-header {
  font-size: 0.875rem;
  font-weight: 500;
  color: #727272;
}

/* line 155, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
.aggregation-table-row-playlist .tooltip-container .tooltip-content a.open-details {
  position: relative;
}
/* line 157, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
.aggregation-table-row-playlist .tooltip-container .tooltip-content a.open-details:after {
  position: absolute;
  right: 50%;
  left: 50%;
  height: 0.75rem;
  width: 0.75rem;
  -webkit-animation: loading-scale 2s ease-in-out infinite;
  -moz-animation: loading-scale 2s ease-in-out infinite;
  -ms-animation: loading-scale 2s ease-in-out infinite;
  -o-animation: loading-scale 2s ease-in-out infinite;
  animation: loading-scale 2s ease-in-out infinite;
  -o-transition: opacity 0.3s ease-in-out 0.4s ease;
  -ms-transition: opacity 0.3s ease-in-out 0.4s ease;
  -moz-transition: opacity 0.3s ease-in-out 0.4s ease;
  -webkit-transition: opacity 0.3s ease-in-out 0.4s ease;
  transition: opacity 0.3s ease-in-out 0.4s ease;
  content: '';
  margin-top: -0.375rem;
  margin-left: -0.375rem;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  background: #999;
  border-radius: 50%;
}
/* line 173, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
.aggregation-table-row-playlist.loading .tooltip-container .tooltip-content a.open-details {
  color: white;
}
/* line 175, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
.aggregation-table-row-playlist.loading .tooltip-container .tooltip-content a.open-details:after {
  -o-transition: opacity 0.3s ease-in-out 0.4s ease;
  -ms-transition: opacity 0.3s ease-in-out 0.4s ease;
  -moz-transition: opacity 0.3s ease-in-out 0.4s ease;
  -webkit-transition: opacity 0.3s ease-in-out 0.4s ease;
  transition: opacity 0.3s ease-in-out 0.4s ease;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 800px) {
  /* line 185, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
  .active-playlist-action {
    opacity: 1;
  }

  /* line 189, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
  .playlist-table .tooltip-container .tooltip-content,
  .playlist-table .tooltip-container .tooltip-content.bottom-tooltip-content {
    position: absolute;
    right: 100%;
    left: inherit;
    transform-origin: -100% 0;
    transform: translate(-50%, 0);
  }
}
@media (max-width: 480px) {
  /* line 200, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
  .playlist-table .curator, .playlist-table .followers, .playlist-table .playlist-cover {
    display: none;
  }

  /* line 204, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
  .aggregation-table-row-playlist {
    height: 3.125rem;
  }

  /* line 208, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
  .playlists-content .name {
    width: 12.5rem;
  }
}
/* line 216, /idolcamp/app/assets/stylesheets/labelcamp/playlists.scss */
:lang(fr) .playlists-content .tooltip-container .tooltip-content {
  min-width: 9.375rem;
}

@keyframes loading-scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes loading-scale {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
/* line 6, /idolcamp/app/assets/stylesheets/labelcamp/products/products-index.scss */
.products #wrap .inner-wrap .left-off-canvas-menu ul li.releases {
  position: relative;
}
/* line 5, /idolcamp/app/assets/stylesheets/labelcamp/mixins.scss */
.products #wrap .inner-wrap .left-off-canvas-menu ul li.releases a {
  font-size: 0.875rem;
  font-weight: 700 !important;
  color: #e23e51;
}
/* line 8, /idolcamp/app/assets/stylesheets/labelcamp/mixins.scss */
.products #wrap .inner-wrap .left-off-canvas-menu ul li.releases:after {
  position: absolute;
  right: 0.75rem;
  left: 0;
  height: 1.5625rem;
  width: 0.375rem;
  background: #e23e51;
  content: '';
}
/* line 8, /idolcamp/app/assets/stylesheets/labelcamp/products/products-index.scss */
.products #wrap .inner-wrap .left-off-canvas-menu ul li.releases:after {
  top: 1.0625rem;
}
/* line 17, /idolcamp/app/assets/stylesheets/labelcamp/products/products-index.scss */
.products #wrap .inner-wrap .main-section #sidebar ul#navigation li.releases {
  position: relative;
}
/* line 5, /idolcamp/app/assets/stylesheets/labelcamp/mixins.scss */
.products #wrap .inner-wrap .main-section #sidebar ul#navigation li.releases a {
  font-size: 0.875rem;
  font-weight: 700 !important;
  color: #e23e51;
}
/* line 8, /idolcamp/app/assets/stylesheets/labelcamp/mixins.scss */
.products #wrap .inner-wrap .main-section #sidebar ul#navigation li.releases:after {
  position: absolute;
  right: 0.75rem;
  left: 0;
  height: 1.5625rem;
  width: 0.375rem;
  background: #e23e51;
  content: '';
}

/* line 28, /idolcamp/app/assets/stylesheets/labelcamp/products/products-index.scss */
.products-index .header {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
/* line 32, /idolcamp/app/assets/stylesheets/labelcamp/products/products-index.scss */
.products-index .sort-by {
  margin-right: 3.125rem;
  position: relative;
}
@media (max-width: 800px) {
  /* line 32, /idolcamp/app/assets/stylesheets/labelcamp/products/products-index.scss */
  .products-index .sort-by {
    margin-right: 0.875rem;
  }
}
/* line 38, /idolcamp/app/assets/stylesheets/labelcamp/products/products-index.scss */
.products-index .sort-by .sort-by-option {
  font-size: 0.75rem;
  font-weight: 700;
  color: #a3a3a3;
  cursor: pointer;
  text-transform: uppercase;
}
/* line 42, /idolcamp/app/assets/stylesheets/labelcamp/products/products-index.scss */
.products-index .sort-by .sort-by-option:first-child {
  margin-right: 1.875rem;
}
/* line 45, /idolcamp/app/assets/stylesheets/labelcamp/products/products-index.scss */
.products-index .sort-by .sort-by-option.asc, .products-index .sort-by .sort-by-option.desc {
  color: #e23e51;
}
/* line 48, /idolcamp/app/assets/stylesheets/labelcamp/products/products-index.scss */
.products-index .sort-by .sort-by-option.asc:after {
  border-bottom-color: #e23e51 !important;
}
/* line 52, /idolcamp/app/assets/stylesheets/labelcamp/products/products-index.scss */
.products-index .sort-by .sort-by-option.desc:after {
  border-top-color: #e23e51 !important;
}
/* line 56, /idolcamp/app/assets/stylesheets/labelcamp/products/products-index.scss */
.products-index .sort-by .sort-by-option.asc:after, .products-index .sort-by .sort-by-option.desc:after {
  content: '';
  position: absolute;
  margin-left: 0.25rem;
  margin-top: 0.125rem;
}
/* line 65, /idolcamp/app/assets/stylesheets/labelcamp/products/products-index.scss */
.products-index .custom-select {
  width: auto;
}
@media (max-width: 800px) {
  /* line 65, /idolcamp/app/assets/stylesheets/labelcamp/products/products-index.scss */
  .products-index .custom-select {
    display: none;
  }
}
/* line 71, /idolcamp/app/assets/stylesheets/labelcamp/products/products-index.scss */
.products-index .select2-drop-active {
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
  border: 0.0625rem solid #d6d6d6;
  margin-top: 0.125rem;
}

/* line 3, /idolcamp/app/assets/stylesheets/labelcamp/products/products-navigation.scss */
.products.products.show .toolbar-menu-btn:before {
  content: 'Informations';
}
/* line 17, /idolcamp/app/assets/stylesheets/labelcamp/mixins.scss */
.products.products.show .horizontal-nav li.informations a {
  font-size: 0.875rem;
  font-weight: 700;
  color: #e23e51;
  position: relative;
}
/* line 20, /idolcamp/app/assets/stylesheets/labelcamp/mixins.scss */
.products.products.show .horizontal-nav li.informations a:after {
  position: absolute;
  right: 0;
  left: 0;
  height: 0.125rem;
  width: 100%;
  background: #e23e51;
  content: '';
  z-index: 1;
}
@media (max-width: 640px) {
  /* line 8, /idolcamp/app/assets/stylesheets/labelcamp/products/products-navigation.scss */
  .products.products.show .horizontal-nav li.informations {
    display: none;
  }
}

/* line 15, /idolcamp/app/assets/stylesheets/labelcamp/products/products-navigation.scss */
.products.trends.show #wrap .inner-wrap .main-section #sidebar ul#navigation li.trends a {
  color: #758184;
  font-weight: 400 !important;
}
/* line 19, /idolcamp/app/assets/stylesheets/labelcamp/products/products-navigation.scss */
.products.trends.show #wrap .inner-wrap .main-section #sidebar ul#navigation li.trends:after {
  content: none;
}
/* line 24, /idolcamp/app/assets/stylesheets/labelcamp/products/products-navigation.scss */
.products.trends.show #wrap .inner-wrap .left-off-canvas-menu ul li.trends a {
  color: #758184;
  font-weight: 400 !important;
}
/* line 28, /idolcamp/app/assets/stylesheets/labelcamp/products/products-navigation.scss */
.products.trends.show #wrap .inner-wrap .left-off-canvas-menu ul li.trends:after {
  content: none;
}
/* line 33, /idolcamp/app/assets/stylesheets/labelcamp/products/products-navigation.scss */
.products.trends.show .toolbar-menu-btn:before {
  content: 'Trends';
}
@media (max-width: 640px) {
  /* line 37, /idolcamp/app/assets/stylesheets/labelcamp/products/products-navigation.scss */
  .products.trends.show .horizontal-nav li.informations {
    display: block;
  }
}
/* line 44, /idolcamp/app/assets/stylesheets/labelcamp/products/products-navigation.scss */
.products.trends.show .page-header-content .horizontal-nav li.informations a {
  font-size: 0.875rem;
  font-weight: 500;
  color: #696969;
}
/* line 46, /idolcamp/app/assets/stylesheets/labelcamp/products/products-navigation.scss */
.products.trends.show .page-header-content .horizontal-nav li.informations a:after {
  content: none;
}
/* line 17, /idolcamp/app/assets/stylesheets/labelcamp/mixins.scss */
.products.trends.show .page-header-content .horizontal-nav li.trends a {
  font-size: 0.875rem;
  font-weight: 700;
  color: #e23e51;
  position: relative;
}
/* line 20, /idolcamp/app/assets/stylesheets/labelcamp/mixins.scss */
.products.trends.show .page-header-content .horizontal-nav li.trends a:after {
  position: absolute;
  right: 0;
  left: 0;
  height: 0.125rem;
  width: 100%;
  background: #e23e51;
  content: '';
  z-index: 1;
}
@media (max-width: 640px) {
  /* line 51, /idolcamp/app/assets/stylesheets/labelcamp/products/products-navigation.scss */
  .products.trends.show .page-header-content .horizontal-nav li.trends {
    display: none;
  }
}

/* line 58, /idolcamp/app/assets/stylesheets/labelcamp/products/products-navigation.scss */
.products.analytics.show #wrap .inner-wrap .main-section #sidebar ul#navigation li.sales a {
  color: #758184;
  font-weight: 500;
}
/* line 62, /idolcamp/app/assets/stylesheets/labelcamp/products/products-navigation.scss */
.products.analytics.show #wrap .inner-wrap .main-section #sidebar ul#navigation li.sales:after {
  content: none;
}
/* line 67, /idolcamp/app/assets/stylesheets/labelcamp/products/products-navigation.scss */
.products.analytics.show #wrap .inner-wrap .left-off-canvas-menu ul li.sales a {
  color: #758184;
  font-weight: 400 !important;
}
/* line 71, /idolcamp/app/assets/stylesheets/labelcamp/products/products-navigation.scss */
.products.analytics.show #wrap .inner-wrap .left-off-canvas-menu ul li.sales:after {
  content: none;
}
/* line 76, /idolcamp/app/assets/stylesheets/labelcamp/products/products-navigation.scss */
.products.analytics.show .toolbar-menu-btn:before {
  content: 'Sales';
}
@media (max-width: 640px) {
  /* line 80, /idolcamp/app/assets/stylesheets/labelcamp/products/products-navigation.scss */
  .products.analytics.show .horizontal-nav li.informations {
    display: block;
  }
}
/* line 87, /idolcamp/app/assets/stylesheets/labelcamp/products/products-navigation.scss */
.products.analytics.show .page-header-content .horizontal-nav li.informations a {
  font-size: 0.875rem;
  font-weight: 500;
  color: #696969;
}
/* line 89, /idolcamp/app/assets/stylesheets/labelcamp/products/products-navigation.scss */
.products.analytics.show .page-header-content .horizontal-nav li.informations a:after {
  content: none;
}
/* line 17, /idolcamp/app/assets/stylesheets/labelcamp/mixins.scss */
.products.analytics.show .page-header-content .horizontal-nav li.sales a {
  font-size: 0.875rem;
  font-weight: 700;
  color: #e23e51;
  position: relative;
}
/* line 20, /idolcamp/app/assets/stylesheets/labelcamp/mixins.scss */
.products.analytics.show .page-header-content .horizontal-nav li.sales a:after {
  position: absolute;
  right: 0;
  left: 0;
  height: 0.125rem;
  width: 100%;
  background: #e23e51;
  content: '';
  z-index: 1;
}
@media (max-width: 640px) {
  /* line 94, /idolcamp/app/assets/stylesheets/labelcamp/products/products-navigation.scss */
  .products.analytics.show .page-header-content .horizontal-nav li.sales {
    display: none;
  }
}

/* line 101, /idolcamp/app/assets/stylesheets/labelcamp/products/products-navigation.scss */
.products.status .toolbar-menu-btn:before {
  content: 'Statut';
}
/* line 17, /idolcamp/app/assets/stylesheets/labelcamp/mixins.scss */
.products.status .horizontal-nav li.status a {
  font-size: 0.875rem;
  font-weight: 700;
  color: #e23e51;
  position: relative;
}
/* line 20, /idolcamp/app/assets/stylesheets/labelcamp/mixins.scss */
.products.status .horizontal-nav li.status a:after {
  position: absolute;
  right: 0;
  left: 0;
  height: 0.125rem;
  width: 100%;
  background: #e23e51;
  content: '';
  z-index: 1;
}
@media (max-width: 640px) {
  /* line 106, /idolcamp/app/assets/stylesheets/labelcamp/products/products-navigation.scss */
  .products.status .horizontal-nav li.status {
    display: none;
  }
}

/* line 114, /idolcamp/app/assets/stylesheets/labelcamp/products/products-navigation.scss */
.products.premiums .toolbar-menu-btn:before,
.products.premium_tokens .toolbar-menu-btn:before {
  content: 'Premiums';
}
/* line 17, /idolcamp/app/assets/stylesheets/labelcamp/mixins.scss */
.products.premiums .horizontal-nav li.premiums a,
.products.premium_tokens .horizontal-nav li.premiums a {
  font-size: 0.875rem;
  font-weight: 700;
  color: #e23e51;
  position: relative;
}
/* line 20, /idolcamp/app/assets/stylesheets/labelcamp/mixins.scss */
.products.premiums .horizontal-nav li.premiums a:after,
.products.premium_tokens .horizontal-nav li.premiums a:after {
  position: absolute;
  right: 0;
  left: 0;
  height: 0.125rem;
  width: 100%;
  background: #e23e51;
  content: '';
  z-index: 1;
}
@media (max-width: 640px) {
  /* line 119, /idolcamp/app/assets/stylesheets/labelcamp/products/products-navigation.scss */
  .products.premiums .horizontal-nav li.premiums,
  .products.premium_tokens .horizontal-nav li.premiums {
    display: none;
  }
}

/* line 126, /idolcamp/app/assets/stylesheets/labelcamp/products/products-navigation.scss */
.products.pages .toolbar-menu-btn:before {
  content: 'Page Play';
}
/* line 17, /idolcamp/app/assets/stylesheets/labelcamp/mixins.scss */
.products.pages .horizontal-nav li.promo-pages a {
  font-size: 0.875rem;
  font-weight: 700;
  color: #e23e51;
  position: relative;
}
/* line 20, /idolcamp/app/assets/stylesheets/labelcamp/mixins.scss */
.products.pages .horizontal-nav li.promo-pages a:after {
  position: absolute;
  right: 0;
  left: 0;
  height: 0.125rem;
  width: 100%;
  background: #e23e51;
  content: '';
  z-index: 1;
}
@media (max-width: 640px) {
  /* line 131, /idolcamp/app/assets/stylesheets/labelcamp/products/products-navigation.scss */
  .products.pages .horizontal-nav li.promo-pages {
    display: none;
  }
}

/* line 141, /idolcamp/app/assets/stylesheets/labelcamp/products/products-navigation.scss */
.share.products #sidebar ul#navigation li.releases {
  position: relative;
}
/* line 5, /idolcamp/app/assets/stylesheets/labelcamp/mixins.scss */
.share.products #sidebar ul#navigation li.releases a {
  font-size: 0.875rem;
  font-weight: 700 !important;
  color: #e23e51;
}
/* line 8, /idolcamp/app/assets/stylesheets/labelcamp/mixins.scss */
.share.products #sidebar ul#navigation li.releases:after {
  position: absolute;
  right: 0.75rem;
  left: 0;
  height: 1.5625rem;
  width: 0.375rem;
  background: #e23e51;
  content: '';
}
/* line 147, /idolcamp/app/assets/stylesheets/labelcamp/products/products-navigation.scss */
.share #wrap .inner-wrap .left-off-canvas-menu ul li.releases {
  position: relative;
}
/* line 5, /idolcamp/app/assets/stylesheets/labelcamp/mixins.scss */
.share #wrap .inner-wrap .left-off-canvas-menu ul li.releases a {
  font-size: 0.875rem;
  font-weight: 700 !important;
  color: #e23e51;
}
/* line 8, /idolcamp/app/assets/stylesheets/labelcamp/mixins.scss */
.share #wrap .inner-wrap .left-off-canvas-menu ul li.releases:after {
  position: absolute;
  right: 0.75rem;
  left: 0;
  height: 1.5625rem;
  width: 0.375rem;
  background: #e23e51;
  content: '';
}
/* line 151, /idolcamp/app/assets/stylesheets/labelcamp/products/products-navigation.scss */
.share .toolbar-menu-btn:before {
  content: 'Partage';
}
/* line 17, /idolcamp/app/assets/stylesheets/labelcamp/mixins.scss */
.share .horizontal-nav li.share a {
  font-size: 0.875rem;
  font-weight: 700;
  color: #e23e51;
  position: relative;
}
/* line 20, /idolcamp/app/assets/stylesheets/labelcamp/mixins.scss */
.share .horizontal-nav li.share a:after {
  position: absolute;
  right: 0;
  left: 0;
  height: 0.125rem;
  width: 100%;
  background: #e23e51;
  content: '';
  z-index: 1;
}
@media (max-width: 640px) {
  /* line 156, /idolcamp/app/assets/stylesheets/labelcamp/products/products-navigation.scss */
  .share .horizontal-nav li.share {
    display: none;
  }
}

/* Subnav translation */
/* line 166, /idolcamp/app/assets/stylesheets/labelcamp/products/products-navigation.scss */
:lang(en).products.pages .toolbar-menu-btn:before {
  content: 'Play Page';
}
/* line 173, /idolcamp/app/assets/stylesheets/labelcamp/products/products-navigation.scss */
:lang(en).products.status .toolbar-menu-btn:before {
  content: 'Status';
}
/* line 180, /idolcamp/app/assets/stylesheets/labelcamp/products/products-navigation.scss */
:lang(en).share .toolbar-menu-btn:before {
  content: 'Share';
}

/* line 5, /idolcamp/app/assets/stylesheets/labelcamp/products/informations.scss */
.videos.show .page-content section:last-child, .products.show .page-content section:last-child {
  border-bottom: none;
}
/* line 10, /idolcamp/app/assets/stylesheets/labelcamp/products/informations.scss */
.videos.show .title, .products.show .title {
  text-align: left;
}
/* line 13, /idolcamp/app/assets/stylesheets/labelcamp/products/informations.scss */
.videos.show .album-header, .products.show .album-header {
  position: relative;
}
/* line 15, /idolcamp/app/assets/stylesheets/labelcamp/products/informations.scss */
.videos.show .album-header .album-cover, .products.show .album-header .album-cover {
  padding-left: 0;
}
@media (max-width: 640px) {
  /* line 15, /idolcamp/app/assets/stylesheets/labelcamp/products/informations.scss */
  .videos.show .album-header .album-cover, .products.show .album-header .album-cover {
    padding-right: 0;
  }
}
/* line 21, /idolcamp/app/assets/stylesheets/labelcamp/products/informations.scss */
.videos.show .album-header .album-cover a img, .products.show .album-header .album-cover a img {
  display: block;
  width: 100%;
}
/* line 27, /idolcamp/app/assets/stylesheets/labelcamp/products/informations.scss */
.videos.show .album-header .album-bio, .products.show .album-header .album-bio {
  padding-left: 1.25rem;
}
@media (max-width: 640px) {
  /* line 27, /idolcamp/app/assets/stylesheets/labelcamp/products/informations.scss */
  .videos.show .album-header .album-bio, .products.show .album-header .album-bio {
    padding: 1.25rem 0 0;
  }
}
/* line 32, /idolcamp/app/assets/stylesheets/labelcamp/products/informations.scss */
.videos.show .album-header .album-bio h2, .products.show .album-header .album-bio h2 {
  margin-bottom: 0.9375rem;
}
/* line 35, /idolcamp/app/assets/stylesheets/labelcamp/products/informations.scss */
.videos.show .album-header .album-bio p, .products.show .album-header .album-bio p {
  color: #696969;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}
/* line 40, /idolcamp/app/assets/stylesheets/labelcamp/products/informations.scss */
.videos.show .album-header .album-bio .modify, .products.show .album-header .album-bio .modify {
  cursor: pointer;
  display: inline-block;
}
/* line 43, /idolcamp/app/assets/stylesheets/labelcamp/products/informations.scss */
.videos.show .album-header .album-bio .modify i, .videos.show .album-header .album-bio .modify span, .products.show .album-header .album-bio .modify i, .products.show .album-header .album-bio .modify span {
  color: #e23e51;
}
/* line 48, /idolcamp/app/assets/stylesheets/labelcamp/products/informations.scss */
.videos.show .album-header .booklet, .products.show .album-header .booklet {
  position: absolute;
  right: 1.875rem;
  left: 25%;
}
@media (max-width: 1279px) {
  /* line 48, /idolcamp/app/assets/stylesheets/labelcamp/products/informations.scss */
  .videos.show .album-header .booklet, .products.show .album-header .booklet {
    position: relative;
    right: 0;
    left: 0;
    margin-top: 1.25rem;
    padding: 0;
  }
}
@media (max-width: 640px) {
  /* line 48, /idolcamp/app/assets/stylesheets/labelcamp/products/informations.scss */
  .videos.show .album-header .booklet, .products.show .album-header .booklet {
    display: none;
  }
}
/* line 59, /idolcamp/app/assets/stylesheets/labelcamp/products/informations.scss */
.videos.show .album-header .booklet a i, .products.show .album-header .booklet a i {
  font-size: 0.875rem;
}
/* line 66, /idolcamp/app/assets/stylesheets/labelcamp/products/informations.scss */
.videos.show .album-infos .columns, .products.show .album-infos .columns {
  padding-left: 0;
}
/* line 69, /idolcamp/app/assets/stylesheets/labelcamp/products/informations.scss */
.videos.show .album-infos p, .products.show .album-infos p {
  color: #696969;
  line-height: 1.8;
}
@media (max-width: 640px) {
  /* line 65, /idolcamp/app/assets/stylesheets/labelcamp/products/informations.scss */
  .videos.show .album-infos, .products.show .album-infos {
    padding: 1.875rem 0 0;
  }
}
/* line 79, /idolcamp/app/assets/stylesheets/labelcamp/products/informations.scss */
.videos.show .album-tracks table .track-number, .products.show .album-tracks table .track-number {
  max-width: 1.5625rem;
}
/* line 85, /idolcamp/app/assets/stylesheets/labelcamp/products/informations.scss */
.videos.show .album-artists ul, .products.show .album-artists ul {
  margin: -0.625rem 0;
}
@media (max-width: 800px) {
  /* line 89, /idolcamp/app/assets/stylesheets/labelcamp/products/informations.scss */
  .videos.show .horizontal-nav, .products.show .horizontal-nav {
    text-align: left;
  }
}

/* line 1, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
.items, .share {
  /* Specific list style for youtube and Soundcloud */
}
/* line 3, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
.items #wrap .page-content, .share #wrap .page-content {
  position: relative;
}
/* line 5, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
.items #wrap .page-content .link-icon, .share #wrap .page-content .link-icon {
  position: absolute;
  right: 0;
  left: 0;
}
@media (max-width: 480px) {
  /* line 5, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
  .items #wrap .page-content .link-icon, .share #wrap .page-content .link-icon {
    z-index: 1;
  }
}
/* line 10, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
.items #wrap .page-content .link-icon i, .share #wrap .page-content .link-icon i {
  font-size: 2.5rem;
}
/* line 15, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
.items #wrap .page-content li p, .share #wrap .page-content li p {
  text-align: center;
}
/* line 19, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
.items #wrap .page-content .icon-social-mail, .share #wrap .page-content .icon-social-mail {
  color: #1e2526;
}
/* line 22, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
.items #wrap .page-content .select2.select-all, .share #wrap .page-content .select2.select-all {
  margin: 0.3125rem 0 1.25rem 14rem;
  width: 100%;
}
/* line 26, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
.items #wrap .page-content #select_all, .share #wrap .page-content #select_all {
  margin-left: 1.5rem;
}
/* line 29, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
.items #wrap .page-content .select2.select-all, .items #wrap .page-content #select_all, .share #wrap .page-content .select2.select-all, .share #wrap .page-content #select_all {
  margin-bottom: 1.25rem;
  display: inline-block;
  font-size: 0.875rem;
  cursor: pointer;
  position: relative;
}
@media (max-width: 480px) {
  /* line 29, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
  .items #wrap .page-content .select2.select-all, .items #wrap .page-content #select_all, .share #wrap .page-content .select2.select-all, .share #wrap .page-content #select_all {
    margin-left: 1.25rem;
  }
}
/* line 39, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
.items #wrap .page-content .select2.select-all:before, .items #wrap .page-content .select2.select-all:after, .items #wrap .page-content #select_all:before, .items #wrap .page-content #select_all:after, .share #wrap .page-content .select2.select-all:before, .share #wrap .page-content .select2.select-all:after, .share #wrap .page-content #select_all:before, .share #wrap .page-content #select_all:after {
  height: 0.875rem;
  width: 0.875rem;
  position: absolute;
  right: 0;
  left: -1.5rem;
  content: '';
  display: inline-block;
  border-radius: 2px;
  text-align: center;
}
/* line 48, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
.items #wrap .page-content .select2.select-all:before, .items #wrap .page-content #select_all:before, .share #wrap .page-content .select2.select-all:before, .share #wrap .page-content #select_all:before {
  background-color: white;
  color: white;
  border: 2px solid #d6d6d6;
  -o-transition: all 0.3s ease-in-out 0.4s ease;
  -ms-transition: all 0.3s ease-in-out 0.4s ease;
  -moz-transition: all 0.3s ease-in-out 0.4s ease;
  -webkit-transition: all 0.3s ease-in-out 0.4s ease;
  transition: all 0.3s ease-in-out 0.4s ease;
}
/* line 54, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
.items #wrap .page-content .select2.select-all:after, .items #wrap .page-content #select_all:after, .share #wrap .page-content .select2.select-all:after, .share #wrap .page-content #select_all:after {
  -o-transition: color 0.3s ease-in-out 0.4s ease;
  -ms-transition: color 0.3s ease-in-out 0.4s ease;
  -moz-transition: color 0.3s ease-in-out 0.4s ease;
  -webkit-transition: color 0.3s ease-in-out 0.4s ease;
  transition: color 0.3s ease-in-out 0.4s ease;
  color: #fff;
}
/* line 59, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
.items #wrap .page-content .select2.select-all.active:before, .items #wrap .page-content #select_all.active:before, .share #wrap .page-content .select2.select-all.active:before, .share #wrap .page-content #select_all.active:before {
  border: 0.4375rem solid #28b563;
}
/* line 62, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
.items #wrap .page-content .select2.select-all.active:after, .items #wrap .page-content #select_all.active:after, .share #wrap .page-content .select2.select-all.active:after, .share #wrap .page-content #select_all.active:after {
  font-size: 0.5625rem;
  font-weight: 500;
  color: white;
  content: '\e606';
  font-family: 'idolcamp';
  top: 0.3125rem;
}
/* line 72, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
.items #wrap .page-content form .large-12 .input, .share #wrap .page-content form .large-12 .input {
  display: inline;
}
/* line 75, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
.items #wrap .page-content form .large-12 label, .share #wrap .page-content form .large-12 label {
  min-width: 12.5rem;
}
/* line 78, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
.items #wrap .page-content form .large-12 .youtube_video_preview_length, .share #wrap .page-content form .large-12 .youtube_video_preview_length {
  margin-bottom: 1rem;
  display: inline-block;
}
/* line 83, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
.items #wrap .page-content form .large-12 .youtube_video_preview_length .radio label, .share #wrap .page-content form .large-12 .youtube_video_preview_length .radio label {
  min-width: inherit;
}
/* line 90, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
.items #wrap .page-content form .input.datetime .datetime, .share #wrap .page-content form .input.datetime .datetime {
  width: 6em;
}
@media (max-width: 1024px) {
  /* line 94, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
  .items #wrap .page-content form input, .items #wrap .page-content form .select2-container, .share #wrap .page-content form input, .share #wrap .page-content form .select2-container {
    max-width: calc(100% - 200px);
  }
}
@media (max-width: 640px) {
  /* line 94, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
  .items #wrap .page-content form input, .items #wrap .page-content form .select2-container, .share #wrap .page-content form input, .share #wrap .page-content form .select2-container {
    margin-top: 0.625rem;
    max-width: 100%;
  }
}
/* line 103, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
.items #wrap .page-content form .account-choice, .share #wrap .page-content form .account-choice {
  position: relative;
  max-width: 43.75rem;
}
@media (max-width: 1024px) {
  /* line 103, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
  .items #wrap .page-content form .account-choice, .share #wrap .page-content form .account-choice {
    max-width: 100%;
  }
}
/* line 109, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
.items #wrap .page-content form .account-choice .custom-select, .share #wrap .page-content form .account-choice .custom-select {
  width: auto;
  min-width: 18.75rem;
}
@media (max-width: 800px) {
  /* line 109, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
  .items #wrap .page-content form .account-choice .custom-select, .share #wrap .page-content form .account-choice .custom-select {
    margin-top: 0.625rem;
    width: 100%;
    min-width: 15.625rem;
  }
}
/* line 120, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
.items #wrap .page-content form .description textarea, .share #wrap .page-content form .description textarea {
  min-height: 9.375rem;
}
@media (max-width: 1024px) {
  /* line 120, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
  .items #wrap .page-content form .description textarea, .share #wrap .page-content form .description textarea {
    max-width: calc(100% - 200px);
  }
}
@media (max-width: 640px) {
  /* line 120, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
  .items #wrap .page-content form .description textarea, .share #wrap .page-content form .description textarea {
    margin-top: 0.625rem;
    max-width: 100%;
  }
}
/* line 130, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
.items #wrap .page-content form .description label, .share #wrap .page-content form .description label {
  vertical-align: top;
  margin-top: 0.9375rem;
}
/* line 136, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
.items #wrap .page-content form .option p, .items #wrap .page-content form .option .color-picker, .items #wrap .page-content form .option .inputs, .share #wrap .page-content form .option p, .share #wrap .page-content form .option .color-picker, .share #wrap .page-content form .option .inputs {
  display: inline-block;
}
@media (max-width: 640px) {
  /* line 141, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
  .items #wrap .page-content form .option#select_tracks .inputs, .share #wrap .page-content form .option#select_tracks .inputs {
    margin-top: 0.625rem;
    width: 100%;
  }
}
/* line 147, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
.items #wrap .page-content form .option#select_tracks #select_all, .share #wrap .page-content form .option#select_tracks #select_all {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 1.25rem;
  position: relative;
  margin-left: 1.5rem;
}
/* line 153, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
.items #wrap .page-content form .option#select_tracks #select_all:before, .items #wrap .page-content form .option#select_tracks #select_all:after, .share #wrap .page-content form .option#select_tracks #select_all:before, .share #wrap .page-content form .option#select_tracks #select_all:after {
  height: 0.875rem;
  width: 0.875rem;
  position: absolute;
  right: 0;
  left: -1.5rem;
  content: '';
  display: inline-block;
  border-radius: 2px;
  text-align: center;
}
/* line 162, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
.items #wrap .page-content form .option#select_tracks #select_all:before, .share #wrap .page-content form .option#select_tracks #select_all:before {
  background-color: white;
  color: white;
  border: 2px solid #d6d6d6;
  -o-transition: all 0.3s ease-in-out 0.4s ease;
  -ms-transition: all 0.3s ease-in-out 0.4s ease;
  -moz-transition: all 0.3s ease-in-out 0.4s ease;
  -webkit-transition: all 0.3s ease-in-out 0.4s ease;
  transition: all 0.3s ease-in-out 0.4s ease;
}
/* line 168, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
.items #wrap .page-content form .option#select_tracks #select_all:after, .share #wrap .page-content form .option#select_tracks #select_all:after {
  -o-transition: color 0.3s ease-in-out 0.4s ease;
  -ms-transition: color 0.3s ease-in-out 0.4s ease;
  -moz-transition: color 0.3s ease-in-out 0.4s ease;
  -webkit-transition: color 0.3s ease-in-out 0.4s ease;
  transition: color 0.3s ease-in-out 0.4s ease;
  color: #fff;
}
/* line 173, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
.items #wrap .page-content form .option#select_tracks #select_all.active:before, .share #wrap .page-content form .option#select_tracks #select_all.active:before {
  border: 0.4375rem solid #28b563;
}
/* line 176, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
.items #wrap .page-content form .option#select_tracks #select_all.active:after, .share #wrap .page-content form .option#select_tracks #select_all.active:after {
  font-size: 0.5625rem;
  font-weight: 500;
  color: white;
  content: '\e606';
  font-family: 'idolcamp';
  top: 0.3125rem;
}
/* line 186, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
.items #wrap .page-content form .create, .items #wrap .page-content form .hint, .share #wrap .page-content form .create, .share #wrap .page-content form .hint {
  text-align: center;
}
/* line 189, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
.items #wrap .page-content form .select2-container-multi .select2-choices .select2-search-choice, .share #wrap .page-content form .select2-container-multi .select2-choices .select2-search-choice {
  font-size: 0.75rem;
}
@media (max-width: 640px) {
  /* line 195, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
  .items #wrap .page-content ul li:nth-child(n+4), .share #wrap .page-content ul li:nth-child(n+4) {
    margin-top: 1.25rem;
  }
}
/* line 200, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
.items #wrap .page-content ul li a, .share #wrap .page-content ul li a {
  display: inline-block;
}
/* line 202, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
.items #wrap .page-content ul li a i, .share #wrap .page-content ul li a i {
  font-size: 6.25rem;
}
@media (max-width: 640px) {
  /* line 202, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
  .items #wrap .page-content ul li a i, .share #wrap .page-content ul li a i {
    font-size: 3.125rem;
    height: 3.125rem;
  }
}
/* line 209, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
.items #wrap .page-content ul li a p, .share #wrap .page-content ul li a p {
  font-size: 0.875rem;
  font-weight: 700;
  color: #202020;
  margin-top: 0.625rem;
}
/* line 221, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
.items #list .item-infos, .share #list .item-infos {
  max-width: calc(100% - 260px);
}
@media (max-width: 640px) {
  /* line 225, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
  .items #list .item-image, .items #list .item-infos, .share #list .item-image, .share #list .item-infos {
    width: 100%;
  }
  /* line 228, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
  .items #list .item-infos, .share #list .item-infos {
    max-width: 100%;
    padding-top: 0.625rem;
    padding-left: 0;
  }
  /* line 233, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
  .items #list .item-image, .share #list .item-image {
    position: relative;
    padding-top: 1.5625rem;
    height: 15.625rem;
  }
  /* line 237, /idolcamp/app/assets/stylesheets/labelcamp/products/share/share-index.scss */
  .items #list .item-image iframe, .share #list .item-image iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
  }
}

/* line 4, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos.products #sidebar #navigation li.videos a, .items.products #sidebar #navigation li.videos a {
  font-weight: 400 !important;
  color: #758184;
}
/* line 8, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos.products #sidebar #navigation li.videos:after, .items.products #sidebar #navigation li.videos:after {
  content: none;
}
/* line 14, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .video-choice .vc-content, .items .video-choice .vc-content {
  padding-top: 1.25rem;
}
/* line 16, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .video-choice .vc-content li, .items .video-choice .vc-content li {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
}
@media (max-width: 640px) {
  /* line 16, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
  .videos .video-choice .vc-content li, .items .video-choice .vc-content li {
    float: left;
    width: 50%;
  }
}
/* line 25, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .video-choice .vc-content .pics, .videos .video-choice .vc-content .album_preview, .items .video-choice .vc-content .pics, .items .video-choice .vc-content .album_preview {
  border: 2px solid transparent;
  cursor: pointer;
  max-width: 28.125rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
/* line 32, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .video-choice .vc-content .pics h3, .videos .video-choice .vc-content .album_preview h3, .items .video-choice .vc-content .pics h3, .items .video-choice .vc-content .album_preview h3 {
  font-size: 1rem;
  margin-top: 0.9375rem;
}
/* line 36, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .video-choice .vc-content .pics p, .videos .video-choice .vc-content .album_preview p, .items .video-choice .vc-content .pics p, .items .video-choice .vc-content .album_preview p {
  margin-top: 0.3125rem;
  color: #696969;
}
@media (max-width: 640px) {
  /* line 36, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
  .videos .video-choice .vc-content .pics p, .videos .video-choice .vc-content .album_preview p, .items .video-choice .vc-content .pics p, .items .video-choice .vc-content .album_preview p {
    display: none;
  }
}
/* line 43, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .video-choice .vc-content .pics:before, .videos .video-choice .vc-content .album_preview:before, .items .video-choice .vc-content .pics:before, .items .video-choice .vc-content .album_preview:before {
  position: absolute;
  right: 0;
  left: 0;
  height: 1rem;
  width: 1rem;
  content: '';
  background: #28b563;
  opacity: 0;
}
/* line 50, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .video-choice .vc-content .pics:after, .videos .video-choice .vc-content .album_preview:after, .items .video-choice .vc-content .pics:after, .items .video-choice .vc-content .album_preview:after {
  position: absolute;
  right: 0.25rem;
  left: 0.1875rem;
  font-size: 0.5rem;
  font-weight: 500;
  color: white;
  content: '\e606';
  font-family: 'idolcamp';
  opacity: 0;
}
/* line 57, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .video-choice .vc-content .pics.active, .videos .video-choice .vc-content .album_preview.active, .items .video-choice .vc-content .pics.active, .items .video-choice .vc-content .album_preview.active {
  -o-transition: all 0.5s ease-in-out 0.4s ease;
  -ms-transition: all 0.5s ease-in-out 0.4s ease;
  -moz-transition: all 0.5s ease-in-out 0.4s ease;
  -webkit-transition: all 0.5s ease-in-out 0.4s ease;
  transition: all 0.5s ease-in-out 0.4s ease;
  border: 2px solid #28b563;
}
/* line 60, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .video-choice .vc-content .pics.active:before, .videos .video-choice .vc-content .pics.active:after, .videos .video-choice .vc-content .album_preview.active:before, .videos .video-choice .vc-content .album_preview.active:after, .items .video-choice .vc-content .pics.active:before, .items .video-choice .vc-content .pics.active:after, .items .video-choice .vc-content .album_preview.active:before, .items .video-choice .vc-content .album_preview.active:after {
  -o-transition: all 0.5s ease-in-out 0.3s 0.4s ease;
  -ms-transition: all 0.5s ease-in-out 0.3s 0.4s ease;
  -moz-transition: all 0.5s ease-in-out 0.3s 0.4s ease;
  -webkit-transition: all 0.5s ease-in-out 0.3s 0.4s ease;
  transition: all 0.5s ease-in-out 0.3s 0.4s ease;
  opacity: 1;
}
/* line 66, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .video-choice .vc-content .picture, .items .video-choice .vc-content .picture {
  width: 10.375rem;
  position: relative;
}
@media (max-width: 640px) {
  /* line 66, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
  .videos .video-choice .vc-content .picture, .items .video-choice .vc-content .picture {
    display: block;
    width: 7.5rem;
  }
}
/* line 75, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .video-choice .vc-content .pics, .items .video-choice .vc-content .pics {
  margin-right: 1.25rem;
}
/* line 77, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .video-choice .vc-content .pics .cover, .items .video-choice .vc-content .pics .cover {
  height: 6.25rem;
  width: 6.25rem;
  position: absolute;
  right: 0;
  left: 50%;
  margin-left: -3.125rem;
}
@media (max-width: 640px) {
  /* line 77, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
  .videos .video-choice .vc-content .pics .cover, .items .video-choice .vc-content .pics .cover {
    height: 4.5rem;
    width: 4.5rem;
    margin-left: -2.25rem;
  }
}
/* line 88, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .video-choice .vc-content .album_preview .cover, .items .video-choice .vc-content .album_preview .cover {
  height: 3.75rem;
  width: 3.75rem;
  position: absolute;
  right: 0.75rem;
  left: 0.625rem;
}
@media (max-width: 640px) {
  /* line 88, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
  .videos .video-choice .vc-content .album_preview .cover, .items .video-choice .vc-content .album_preview .cover {
    height: 2.75rem;
    width: 2.75rem;
    position: absolute;
    right: 0.5rem;
    left: 0.4375rem;
  }
}
/* line 99, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .form_youtube, .videos .form_integration_item, .items .form_youtube, .items .form_integration_item {
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}
/* line 104, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .form_youtube .video-infos, .videos .form_integration_item .video-infos, .items .form_youtube .video-infos, .items .form_integration_item .video-infos {
  padding-top: 1.875rem !important;
}
/* line 108, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .form_youtube .video-infos .vi-inputs .privacy .cs-select, .videos .form_integration_item .video-infos .vi-inputs .privacy .cs-select, .items .form_youtube .video-infos .vi-inputs .privacy .cs-select, .items .form_integration_item .video-infos .vi-inputs .privacy .cs-select {
  margin-bottom: 0;
}
/* line 112, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .form_youtube .video-infos .vi-inputs .button, .videos .form_youtube .video-infos .vi-inputs .btn, .videos .form_integration_item .video-infos .vi-inputs .button, .videos .form_integration_item .video-infos .vi-inputs .btn, .items .form_youtube .video-infos .vi-inputs .button, .items .form_youtube .video-infos .vi-inputs .btn, .items .form_integration_item .video-infos .vi-inputs .button, .items .form_integration_item .video-infos .vi-inputs .btn {
  display: inline-block;
  top: 0.0625rem;
}
/* line 118, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .form_youtube .create input[type="submit"].btn, .videos .form_integration_item .create input[type="submit"].btn, .items .form_youtube .create input[type="submit"].btn, .items .form_integration_item .create input[type="submit"].btn {
  margin: 0 0 1.25rem;
  cursor: pointer;
}
@media (max-width: 1024px) {
  /* line 124, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
  .videos .form_youtube .video-customization .vc-content .vc-options, .videos .form_integration_item .video-customization .vc-content .vc-options, .items .form_youtube .video-customization .vc-content .vc-options, .items .form_integration_item .video-customization .vc-content .vc-options {
    width: 100%;
  }
}
/* line 129, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .form_youtube .video-customization .vc-content .vc-options #menu_album .option, .videos .form_integration_item .video-customization .vc-content .vc-options #menu_album .option, .items .form_youtube .video-customization .vc-content .vc-options #menu_album .option, .items .form_integration_item .video-customization .vc-content .vc-options #menu_album .option {
  margin-bottom: 1.5625rem;
}
/* line 131, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .form_youtube .video-customization .vc-content .vc-options #menu_album .option p, .videos .form_youtube .video-customization .vc-content .vc-options #menu_album .option .checkboxes, .videos .form_youtube .video-customization .vc-content .vc-options #menu_album .option .color-picker, .videos .form_youtube .video-customization .vc-content .vc-options #menu_album .option .tz-input, .videos .form_integration_item .video-customization .vc-content .vc-options #menu_album .option p, .videos .form_integration_item .video-customization .vc-content .vc-options #menu_album .option .checkboxes, .videos .form_integration_item .video-customization .vc-content .vc-options #menu_album .option .color-picker, .videos .form_integration_item .video-customization .vc-content .vc-options #menu_album .option .tz-input, .items .form_youtube .video-customization .vc-content .vc-options #menu_album .option p, .items .form_youtube .video-customization .vc-content .vc-options #menu_album .option .checkboxes, .items .form_youtube .video-customization .vc-content .vc-options #menu_album .option .color-picker, .items .form_youtube .video-customization .vc-content .vc-options #menu_album .option .tz-input, .items .form_integration_item .video-customization .vc-content .vc-options #menu_album .option p, .items .form_integration_item .video-customization .vc-content .vc-options #menu_album .option .checkboxes, .items .form_integration_item .video-customization .vc-content .vc-options #menu_album .option .color-picker, .items .form_integration_item .video-customization .vc-content .vc-options #menu_album .option .tz-input {
  display: inline-block;
}
/* line 134, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .form_youtube .video-customization .vc-content .vc-options #menu_album .option p, .videos .form_integration_item .video-customization .vc-content .vc-options #menu_album .option p, .items .form_youtube .video-customization .vc-content .vc-options #menu_album .option p, .items .form_integration_item .video-customization .vc-content .vc-options #menu_album .option p {
  min-width: 8.125rem;
}
/* line 138, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .form_youtube .video-customization .vc-content .vc-options #menu_album .text-zone, .videos .form_integration_item .video-customization .vc-content .vc-options #menu_album .text-zone, .items .form_youtube .video-customization .vc-content .vc-options #menu_album .text-zone, .items .form_integration_item .video-customization .vc-content .vc-options #menu_album .text-zone {
  position: relative;
}
/* line 140, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .form_youtube .video-customization .vc-content .vc-options #menu_album .text-zone .hint-container, .videos .form_integration_item .video-customization .vc-content .vc-options #menu_album .text-zone .hint-container, .items .form_youtube .video-customization .vc-content .vc-options #menu_album .text-zone .hint-container, .items .form_integration_item .video-customization .vc-content .vc-options #menu_album .text-zone .hint-container {
  display: inline-block;
  min-width: 8.125rem;
  vertical-align: top;
}
/* line 145, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .form_youtube .video-customization .vc-content .vc-options #menu_album .text-zone label, .videos .form_integration_item .video-customization .vc-content .vc-options #menu_album .text-zone label, .items .form_youtube .video-customization .vc-content .vc-options #menu_album .text-zone label, .items .form_integration_item .video-customization .vc-content .vc-options #menu_album .text-zone label {
  min-width: 5.625rem;
  vertical-align: top;
}
/* line 149, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .form_youtube .video-customization .vc-content .vc-options #menu_album .text-zone .youtube_video_texte, .videos .form_integration_item .video-customization .vc-content .vc-options #menu_album .text-zone .youtube_video_texte, .items .form_youtube .video-customization .vc-content .vc-options #menu_album .text-zone .youtube_video_texte, .items .form_integration_item .video-customization .vc-content .vc-options #menu_album .text-zone .youtube_video_texte {
  min-width: calc(100% - 135px);
  display: inline-block;
}
/* line 153, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .form_youtube .video-customization .vc-content .vc-options #menu_album .text-zone textarea, .videos .form_integration_item .video-customization .vc-content .vc-options #menu_album .text-zone textarea, .items .form_youtube .video-customization .vc-content .vc-options #menu_album .text-zone textarea, .items .form_integration_item .video-customization .vc-content .vc-options #menu_album .text-zone textarea {
  height: 3.125rem;
  max-width: 12.5rem;
}
/* line 157, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .form_youtube .video-customization .vc-content .vc-options #menu_album .text-zone .hint, .videos .form_integration_item .video-customization .vc-content .vc-options #menu_album .text-zone .hint, .items .form_youtube .video-customization .vc-content .vc-options #menu_album .text-zone .hint, .items .form_integration_item .video-customization .vc-content .vc-options #menu_album .text-zone .hint {
  position: absolute;
  right: 3.75rem;
  left: 8.125rem;
}
@media (max-width: 320px) {
  /* line 161, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
  .videos .form_youtube .video-customization .vc-content .vc-options #menu_album .text-zone textarea, .videos .form_integration_item .video-customization .vc-content .vc-options #menu_album .text-zone textarea, .items .form_youtube .video-customization .vc-content .vc-options #menu_album .text-zone textarea, .items .form_integration_item .video-customization .vc-content .vc-options #menu_album .text-zone textarea {
    margin-top: 0.625rem;
    max-width: 100%;
  }
  /* line 165, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
  .videos .form_youtube .video-customization .vc-content .vc-options #menu_album .text-zone .hint, .videos .form_integration_item .video-customization .vc-content .vc-options #menu_album .text-zone .hint, .items .form_youtube .video-customization .vc-content .vc-options #menu_album .text-zone .hint, .items .form_integration_item .video-customization .vc-content .vc-options #menu_album .text-zone .hint {
    position: relative;
    right: 0;
    left: 0;
    display: inline-block;
  }
}
/* line 174, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .form_youtube .video-customization .vc-content .vc-options #menu_track .option:first-child, .videos .form_integration_item .video-customization .vc-content .vc-options #menu_track .option:first-child, .items .form_youtube .video-customization .vc-content .vc-options #menu_track .option:first-child, .items .form_integration_item .video-customization .vc-content .vc-options #menu_track .option:first-child {
  margin-bottom: 1.25rem;
}
/* line 177, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .form_youtube .video-customization .vc-content .vc-options #menu_track .option p, .videos .form_integration_item .video-customization .vc-content .vc-options #menu_track .option p, .items .form_youtube .video-customization .vc-content .vc-options #menu_track .option p, .items .form_integration_item .video-customization .vc-content .vc-options #menu_track .option p {
  width: 8.125rem;
}
/* line 183, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .form_youtube .video-customization .vc-content .vc-preview, .videos .form_integration_item .video-customization .vc-content .vc-preview, .items .form_youtube .video-customization .vc-content .vc-preview, .items .form_integration_item .video-customization .vc-content .vc-preview {
  text-align: right;
}
@media (max-width: 1024px) {
  /* line 183, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
  .videos .form_youtube .video-customization .vc-content .vc-preview, .videos .form_integration_item .video-customization .vc-content .vc-preview, .items .form_youtube .video-customization .vc-content .vc-preview, .items .form_integration_item .video-customization .vc-content .vc-preview {
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
    width: 100%;
  }
}
/* line 193, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .form_youtube.active, .videos .form_integration_item.active, .items .form_youtube.active, .items .form_integration_item.active {
  -o-transition: all 0.5s ease-in-out 0.3s 0.4s ease;
  -ms-transition: all 0.5s ease-in-out 0.3s 0.4s ease;
  -moz-transition: all 0.5s ease-in-out 0.3s 0.4s ease;
  -webkit-transition: all 0.5s ease-in-out 0.3s 0.4s ease;
  transition: all 0.5s ease-in-out 0.3s 0.4s ease;
  height: auto;
  opacity: 1;
  overflow: inherit;
  visibility: visible;
}
/* line 200, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .form_youtube #drop_tip, .videos .form_integration_item #drop_tip, .items .form_youtube #drop_tip, .items .form_integration_item #drop_tip {
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  border-radius: 0.625rem;
  text-align: left;
  border: 2px dotted;
  color: #B3B3B3;
  font-family: 'Poppins', 'helvetica neue', helvetica, sans-serif;
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
  padding: 0.625rem 3.75rem;
  position: relative;
}
/* line 210, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .form_youtube #drop_tip:before, .videos .form_integration_item #drop_tip:before, .items .form_youtube #drop_tip:before, .items .form_integration_item #drop_tip:before {
  position: absolute;
  right: 1.4375rem;
  left: 0.6875rem;
  content: '\e606';
  font-family: 'idolcamp';
}
@media (max-width: 1024px) {
  /* line 200, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
  .videos .form_youtube #drop_tip, .videos .form_integration_item #drop_tip, .items .form_youtube #drop_tip, .items .form_integration_item #drop_tip {
    margin: 0 auto 0.625rem auto;
  }
}
@media (max-width: 640px) {
  /* line 200, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
  .videos .form_youtube #drop_tip, .videos .form_integration_item #drop_tip, .items .form_youtube #drop_tip, .items .form_integration_item #drop_tip {
    display: none;
  }
}
/* line 222, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .form_youtube #full-preview-data, .videos .form_integration_item #full-preview-data, .items .form_youtube #full-preview-data, .items .form_integration_item #full-preview-data {
  height: 67.5rem;
  width: 120rem;
  background-color: black;
  display: none;
}
/* line 226, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .form_youtube #full-preview-data img, .videos .form_integration_item #full-preview-data img, .items .form_youtube #full-preview-data img, .items .form_integration_item #full-preview-data img {
  margin: 0 auto;
}
/* line 231, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .form_youtube.track .album, .videos .form_integration_item.track .album, .items .form_youtube.track .album, .items .form_integration_item.track .album {
  display: none;
}
/* line 234, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .form_youtube.track #preview, .videos .form_integration_item.track #preview, .items .form_youtube.track #preview, .items .form_integration_item.track #preview {
  margin-bottom: 1.25rem;
}
@media (max-width: 1024px) {
  /* line 234, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
  .videos .form_youtube.track #preview, .videos .form_integration_item.track #preview, .items .form_youtube.track #preview, .items .form_integration_item.track #preview {
    margin: 0 auto;
  }
}
/* line 242, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .form_youtube.album .track, .videos .form_integration_item.album .track, .items .form_youtube.album .track, .items .form_integration_item.album .track {
  display: none;
}
/* line 246, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .form_youtube .black, .videos .form_integration_item .black, .items .form_youtube .black, .items .form_integration_item .black {
  background-color: #2a2a2a;
}
/* line 250, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .form_youtube .white, .videos .form_integration_item .white, .items .form_youtube .white, .items .form_integration_item .white {
  background-color: #e9e8e6;
}
/* line 254, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .form_youtube .purple, .videos .form_integration_item .purple, .items .form_youtube .purple, .items .form_integration_item .purple {
  background-color: #6b5b8d;
}
/* line 258, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .form_youtube .red, .videos .form_integration_item .red, .items .form_youtube .red, .items .form_integration_item .red {
  background-color: #e96454;
}
/* line 262, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .form_youtube .darkblue, .videos .form_integration_item .darkblue, .items .form_youtube .darkblue, .items .form_integration_item .darkblue {
  background-color: #3e97d0;
}
/* line 266, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .form_youtube .green, .videos .form_integration_item .green, .items .form_youtube .green, .items .form_integration_item .green {
  background-color: #2ab79a;
}
/* line 270, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .form_youtube .orange, .videos .form_integration_item .orange, .items .form_youtube .orange, .items .form_integration_item .orange {
  background-color: #e67e22;
}
/* line 273, /idolcamp/app/assets/stylesheets/labelcamp/products/share/youtube.scss */
.videos .form_youtube .hint, .videos .form_integration_item .hint, .items .form_youtube .hint, .items .form_integration_item .hint {
  font-size: 0.75rem;
  font-weight: 500;
  color: #696969;
}

/* line 2, /idolcamp/app/assets/stylesheets/labelcamp/products/share/emails.scss */
.emails h2 {
  display: inline-block;
}
/* line 5, /idolcamp/app/assets/stylesheets/labelcamp/products/share/emails.scss */
.emails .tooltip-container {
  margin-left: 0.625rem;
}
/* line 8, /idolcamp/app/assets/stylesheets/labelcamp/products/share/emails.scss */
.emails .icon-info {
  font-size: 1.125rem;
}
/* line 11, /idolcamp/app/assets/stylesheets/labelcamp/products/share/emails.scss */
.emails .mail_label {
  display: inline-block;
  width: 6.25rem;
}
/* line 15, /idolcamp/app/assets/stylesheets/labelcamp/products/share/emails.scss */
.emails #share_textarea {
  width: 100% !important;
  max-width: 100%;
}
/* line 19, /idolcamp/app/assets/stylesheets/labelcamp/products/share/emails.scss */
.emails select, .emails input[type="text"] {
  margin-bottom: 0;
}
/* line 24, /idolcamp/app/assets/stylesheets/labelcamp/products/share/emails.scss */
.emails table tbody tr:nth-child(4),
.emails table tbody tr:nth-child(5) {
  border-bottom: none;
}
/* line 28, /idolcamp/app/assets/stylesheets/labelcamp/products/share/emails.scss */
.emails table tbody tr.format {
  border-bottom: none;
}
/* line 30, /idolcamp/app/assets/stylesheets/labelcamp/products/share/emails.scss */
.emails table tbody tr.format td {
  padding-bottom: 0px;
}
/* line 36, /idolcamp/app/assets/stylesheets/labelcamp/products/share/emails.scss */
.emails #share_btn {
  text-align: center;
}

/* line 2, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap {
  max-width: none;
  margin-top: -1px;
  padding: 0;
}
/* line 6, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap .left-off-canvas-menu ul li.home {
  position: relative;
}
/* line 5, /idolcamp/app/assets/stylesheets/labelcamp/mixins.scss */
.welcome.index #wrap .left-off-canvas-menu ul li.home a {
  font-size: 0.875rem;
  font-weight: 700 !important;
  color: #e23e51;
}
/* line 8, /idolcamp/app/assets/stylesheets/labelcamp/mixins.scss */
.welcome.index #wrap .left-off-canvas-menu ul li.home:after {
  position: absolute;
  right: 0.75rem;
  left: 0;
  height: 1.5625rem;
  width: 0.375rem;
  background: #e23e51;
  content: '';
}
/* line 8, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap .left-off-canvas-menu ul li.home:after {
  top: 1.0625rem;
}
/* line 17, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #sidebar ul#navigation li.home {
  position: relative;
}
/* line 5, /idolcamp/app/assets/stylesheets/labelcamp/mixins.scss */
.welcome.index #wrap #sidebar ul#navigation li.home a {
  font-size: 0.875rem;
  font-weight: 700 !important;
  color: #e23e51;
}
/* line 8, /idolcamp/app/assets/stylesheets/labelcamp/mixins.scss */
.welcome.index #wrap #sidebar ul#navigation li.home:after {
  position: absolute;
  right: 0.75rem;
  left: 0;
  height: 1.5625rem;
  width: 0.375rem;
  background: #e23e51;
  content: '';
}
/* line 26, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #middle-container {
  min-height: 100vh;
  padding: 0 1.25rem 1.25rem;
}
@media (max-width: 800px) {
  /* line 26, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
  .welcome.index #wrap #middle-container {
    padding: 0 0 1.25rem;
  }
}
/* line 32, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #middle-container.with-sidebar {
  max-width: calc(100% - 280px);
}
@media (max-width: 1279px) {
  /* line 32, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
  .welcome.index #wrap #middle-container.with-sidebar {
    max-width: calc(100% - 240px);
  }
}
@media (max-width: 1024px) {
  /* line 32, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
  .welcome.index #wrap #middle-container.with-sidebar {
    width: 100%;
    max-width: 100%;
  }
}
/* line 42, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #middle-container #promotion, .welcome.index #wrap #middle-container .new-feature, .welcome.index #wrap #middle-container #releases-content {
  margin: 0 auto;
  width: 100%;
  max-width: 68.75rem;
  padding: 1.25rem 0;
}
@media (max-width: 800px) {
  /* line 47, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
  .welcome.index #wrap #middle-container #promotion {
    width: 90%;
    padding: 2.5rem 0;
  }
}
/* line 53, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #middle-container #releases {
  min-height: 18.75rem;
  max-height: 28.75rem;
}
@media (max-width: 800px) {
  /* line 53, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
  .welcome.index #wrap #middle-container #releases {
    border-right: none;
    max-height: none;
  }
}
@media (max-width: 800px) {
  /* line 60, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
  .welcome.index #wrap #middle-container #releases h2 {
    display: none;
  }
}
/* line 66, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #middle-container #releases #releases-content.empty p {
  padding-top: 1.875rem;
  color: #696969;
}
@media (max-width: 800px) {
  /* line 65, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
  .welcome.index #wrap #middle-container #releases #releases-content.empty {
    padding-top: 1.875rem;
    text-align: center;
  }
  /* line 73, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
  .welcome.index #wrap #middle-container #releases #releases-content.empty h2 {
    display: block;
  }
}
@media (max-width: 800px) {
  /* line 78, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
  .welcome.index #wrap #middle-container #releases #releases-content {
    padding: 0;
  }
}
/* line 82, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #middle-container #releases #releases-content ul.releases-home {
  padding: 1.25rem 0 0;
}
@media (max-width: 800px) {
  /* line 82, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
  .welcome.index #wrap #middle-container #releases #releases-content ul.releases-home {
    height: 30rem;
    overflow: hidden;
    padding: 0;
    margin: 0;
    z-index: 1;
  }
}
@media (max-width: 480px) {
  /* line 82, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
  .welcome.index #wrap #middle-container #releases #releases-content ul.releases-home {
    height: auto;
  }
}
@media (max-width: 800px) {
  /* line 94, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
  .welcome.index #wrap #middle-container #releases #releases-content ul.releases-home li.release {
    height: 30rem;
    width: calc(100% + 1px);
    /* Hack 1px default on tablets */
    padding: 0;
    position: relative;
  }
}
@media (max-width: 480px) {
  /* line 94, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
  .welcome.index #wrap #middle-container #releases #releases-content ul.releases-home li.release {
    height: auto;
  }
}
/* line 103, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #middle-container #releases #releases-content ul.releases-home li.release .release-content {
  overflow: hidden;
  position: relative;
}
@media (max-width: 800px) {
  /* line 103, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
  .welcome.index #wrap #middle-container #releases #releases-content ul.releases-home li.release .release-content {
    position: initial;
  }
}
/* line 110, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #middle-container #releases #releases-content ul.releases-home li.release .release-content a img {
  -o-transition: transform 0.3s ease 0.4s ease;
  -ms-transition: transform 0.3s ease 0.4s ease;
  -moz-transition: transform 0.3s ease 0.4s ease;
  -webkit-transition: transform 0.3s ease 0.4s ease;
  transition: transform 0.3s ease 0.4s ease;
  height: 100%;
  width: 100%;
}
/* line 115, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #middle-container #releases #releases-content ul.releases-home li.release .release-content .image-hover {
  position: absolute;
  right: 0;
  left: 0;
  height: 6.875rem;
  width: 100%;
  -o-transition: transform 0.3s ease 0.4s ease;
  -ms-transition: transform 0.3s ease 0.4s ease;
  -moz-transition: transform 0.3s ease 0.4s ease;
  -webkit-transition: transform 0.3s ease 0.4s ease;
  transition: transform 0.3s ease 0.4s ease;
  transform: translateY(6.875rem);
  background: #e23e51;
  text-align: center;
  padding: 0;
}
@media (max-width: 800px) {
  /* line 115, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
  .welcome.index #wrap #middle-container #releases #releases-content ul.releases-home li.release .release-content .image-hover {
    transform: translateY(0);
    text-align: left;
  }
}
/* line 127, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #middle-container #releases #releases-content ul.releases-home li.release .release-content .image-hover .ih-infos {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding: 0.625rem 0 0.625rem;
}
@media (max-width: 800px) {
  /* line 127, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
  .welcome.index #wrap #middle-container #releases #releases-content ul.releases-home li.release .release-content .image-hover .ih-infos {
    float: left;
    padding: 1.625rem 0 1.625rem 0.9375rem;
    width: 100%;
  }
}
@media (max-width: 640px) {
  /* line 127, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
  .welcome.index #wrap #middle-container #releases #releases-content ul.releases-home li.release .release-content .image-hover .ih-infos {
    padding-left: 0.3125rem;
  }
}
/* line 139, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #middle-container #releases #releases-content ul.releases-home li.release .release-content .image-hover .ih-infos .name, .welcome.index #wrap #middle-container #releases #releases-content ul.releases-home li.release .release-content .image-hover .ih-infos .artist {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto;
  min-height: 1rem;
  padding: 0.3125rem 0;
}
@media (max-width: 800px) {
  /* line 145, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
  .welcome.index #wrap #middle-container #releases #releases-content ul.releases-home li.release .release-content .image-hover .ih-infos .artist {
    color: #ffcccc;
  }
}
@media (max-width: 800px) {
  /* line 151, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
  .welcome.index #wrap #middle-container #releases #releases-content ul.releases-home li.release .release-content .image-hover .release-links {
    text-align: right;
    float: right;
    padding: 1.9375rem 1.375rem 1.9375rem 0;
  }
}
@media (max-width: 640px) {
  /* line 151, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
  .welcome.index #wrap #middle-container #releases #releases-content ul.releases-home li.release .release-content .image-hover .release-links {
    margin: 0;
    padding: 0.375rem 1.25rem 0.375rem 0;
  }
}
/* line 161, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #middle-container #releases #releases-content ul.releases-home li.release .release-content .image-hover .release-links .button {
  border-color: white;
  padding: 0.375rem 0.75rem;
  margin: 0 0.5rem;
  min-width: inherit;
}
@media (max-width: 800px) {
  /* line 161, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
  .welcome.index #wrap #middle-container #releases #releases-content ul.releases-home li.release .release-content .image-hover .release-links .button {
    padding: 0.625rem 1.25rem;
  }
}
@media (max-width: 640px) {
  /* line 161, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
  .welcome.index #wrap #middle-container #releases #releases-content ul.releases-home li.release .release-content .image-hover .release-links .button {
    display: block;
    padding: 0.375rem 0.75rem;
    margin: 0.625rem 0;
  }
}
/* line 174, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #middle-container #releases #releases-content ul.releases-home li.release .release-content .image-hover .release-links .button:hover {
  -o-transition: all 0.3s ease 0.4s ease;
  -ms-transition: all 0.3s ease 0.4s ease;
  -moz-transition: all 0.3s ease 0.4s ease;
  -webkit-transition: all 0.3s ease 0.4s ease;
  transition: all 0.3s ease 0.4s ease;
  background: white !important;
  color: #e23e51 !important;
}
/* line 181, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #middle-container #releases #releases-content ul.releases-home li.release .release-content .image-hover p, .welcome.index #wrap #middle-container #releases #releases-content ul.releases-home li.release .release-content .image-hover a {
  color: white;
}
/* line 186, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #middle-container #releases #releases-content ul.releases-home li.release .release-content:hover img {
  -o-transition: transform 0.3s ease 0.4s ease;
  -ms-transition: transform 0.3s ease 0.4s ease;
  -moz-transition: transform 0.3s ease 0.4s ease;
  -webkit-transition: transform 0.3s ease 0.4s ease;
  transition: transform 0.3s ease 0.4s ease;
  transform: scale(1.1);
}
/* line 190, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #middle-container #releases #releases-content ul.releases-home li.release .release-content:hover .image-hover {
  -o-transition: transform 0.3s ease 0.4s ease;
  -ms-transition: transform 0.3s ease 0.4s ease;
  -moz-transition: transform 0.3s ease 0.4s ease;
  -webkit-transition: transform 0.3s ease 0.4s ease;
  transition: transform 0.3s ease 0.4s ease;
  transform: translateY(0);
}
@media (max-width: 800px) {
  /* line 197, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
  .welcome.index #wrap #middle-container #releases #releases-content ul.releases-home li.release .release-content:hover img {
    transform: scale(1);
  }
}
@media (max-width: 800px) {
  /* line 204, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
  .welcome.index #wrap #middle-container #releases #releases-content ul.releases-home .owl-wrapper-outer {
    z-index: -1;
  }
}
/* line 209, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #middle-container #releases #releases-content ul.releases-home .owl-controls {
  margin-top: -1.5625rem;
  z-index: 1;
}
/* line 214, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #middle-container #releases #releases-content ul.releases-home .owl-controls .owl-pagination .owl-page span {
  border: 1px solid white;
  background: transparent;
}
/* line 219, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #middle-container #releases #releases-content ul.releases-home .owl-controls .owl-pagination .owl-page.active span {
  background: white;
}
@media (max-width: 800px) {
  /* line 230, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
  .welcome.index #wrap #middle-container #promotion h2 {
    text-align: center;
  }
}
/* line 235, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #middle-container #promotion .release {
  padding: 1.875rem 0 0;
}
@media (max-width: 800px) {
  /* line 235, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
  .welcome.index #wrap #middle-container #promotion .release {
    text-align: center;
  }
}
/* line 241, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #middle-container #promotion .release a img {
  height: 100%;
  width: 100%;
}
@media (max-width: 800px) {
  /* line 241, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
  .welcome.index #wrap #middle-container #promotion .release a img {
    max-width: 18.75rem;
  }
}
/* line 249, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #middle-container #promotion .pl {
  padding: 1.875rem 0 0;
  text-align: center;
}
@media (max-width: 480px) {
  /* line 253, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
  .welcome.index #wrap #middle-container #promotion .pl p, .welcome.index #wrap #middle-container #promotion .pl .button {
    display: none;
  }
}
/* line 257, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #middle-container #promotion .pl .release-infos {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.625rem;
}
/* line 260, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #middle-container #promotion .pl .release-infos span {
  font-weight: 700;
}
/* line 263, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #middle-container #promotion .pl .release-infos span.name {
  position: relative;
}
/* line 265, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #middle-container #promotion .pl .release-infos span.name:after {
  content: " -";
}
/* line 270, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #middle-container #promotion .pl .pl-content {
  margin: 0;
  padding: 1.25rem 0 0;
}
@media (max-width: 800px) {
  /* line 270, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
  .welcome.index #wrap #middle-container #promotion .pl .pl-content {
    padding: 0.625rem 0 0;
  }
}
/* line 279, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #middle-container .new-feature {
  border-top: 1px solid #d6d6d6;
}
@media (max-width: 800px) {
  /* line 279, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
  .welcome.index #wrap #middle-container .new-feature {
    background: #f2f2f2;
    border-top: none;
    padding: 2.5rem 0;
  }
}
@media (max-width: 800px) {
  /* line 286, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
  .welcome.index #wrap #middle-container .new-feature h2 {
    text-align: center;
  }
}
/* line 293, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #side-infos {
  position: absolute;
  right: 0;
  left: 0;
  background: white;
  border-left: 1px solid #d6d6d6;
  min-width: 17.5rem;
  min-height: 100vh;
  overflow: auto;
}
@media (max-width: 1279px) {
  /* line 293, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
  .welcome.index #wrap #side-infos {
    min-width: 15rem;
  }
}
@media (max-width: 1024px) {
  /* line 293, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
  .welcome.index #wrap #side-infos {
    position: inherit;
    width: 100%;
    border-left: none;
    border-top: 1px solid #d6d6d6;
    min-height: inherit;
  }
}
@media (max-width: 800px) {
  /* line 293, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
  .welcome.index #wrap #side-infos {
    border-top: none;
  }
}
/* line 313, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #side-infos #suggestions {
  padding: 2.5rem 0 1.25rem;
  position: relative;
  border-bottom: 1px solid #d6d6d6;
}
@media (max-width: 1024px) {
  /* line 313, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
  .welcome.index #wrap #side-infos #suggestions {
    display: none;
  }
}
/* line 320, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #side-infos #suggestions h3 {
  text-align: center;
  color: #696969;
}
/* line 324, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #side-infos #suggestions #close-suggestions {
  position: absolute;
  right: 2.5625rem;
  left: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #696969;
}
/* line 328, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #side-infos #suggestions #suggestions-slider {
  margin-top: 2.5rem;
  position: relative;
}
/* line 331, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #side-infos #suggestions #suggestions-slider .suggestion-item {
  margin: 0 auto;
  width: 90%;
  text-align: center;
}
/* line 334, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #side-infos #suggestions #suggestions-slider .suggestion-item img {
  height: 6.25rem;
  width: 6.25rem;
}
/* line 337, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #side-infos #suggestions #suggestions-slider .suggestion-item .title {
  font-weight: 700;
  margin: 1.25rem 0;
}
/* line 341, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #side-infos #suggestions #suggestions-slider .suggestion-item .description {
  line-height: 1.5;
  color: #696969;
}
/* line 345, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #side-infos #suggestions #suggestions-slider .suggestion-item .button {
  margin: 1.25rem 0 0;
}
/* line 350, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #side-infos #suggestions #suggestions-slider .owl-buttons .owl-prev, .welcome.index #wrap #side-infos #suggestions #suggestions-slider .owl-buttons .owl-next {
  -o-transition: all 0.3s ease 0.4s ease;
  -ms-transition: all 0.3s ease 0.4s ease;
  -moz-transition: all 0.3s ease 0.4s ease;
  -webkit-transition: all 0.3s ease 0.4s ease;
  transition: all 0.3s ease 0.4s ease;
  color: #b2b2b2;
  font-size: 1rem;
  font-family: 'idolcamp';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  background: white;
}
/* line 363, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #side-infos #suggestions #suggestions-slider .owl-buttons .owl-prev:hover, .welcome.index #wrap #side-infos #suggestions #suggestions-slider .owl-buttons .owl-next:hover {
  -o-transition: all 0.3s ease 0.4s ease;
  -ms-transition: all 0.3s ease 0.4s ease;
  -moz-transition: all 0.3s ease 0.4s ease;
  -webkit-transition: all 0.3s ease 0.4s ease;
  transition: all 0.3s ease 0.4s ease;
  color: #e23e51;
}
/* line 368, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #side-infos #suggestions #suggestions-slider .owl-buttons .owl-prev {
  position: absolute;
  right: 7.5rem;
  left: 0;
}
/* line 370, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #side-infos #suggestions #suggestions-slider .owl-buttons .owl-prev:after {
  content: '\e601';
}
/* line 374, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #side-infos #suggestions #suggestions-slider .owl-buttons .owl-next {
  position: absolute;
  right: 7.5rem;
  left: 0;
}
/* line 376, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #side-infos #suggestions #suggestions-slider .owl-buttons .owl-next:after {
  content: '\e602';
}
/* line 383, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #side-infos .news {
  padding: 2.5rem 0 1.25rem;
  position: relative;
}
/* line 386, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #side-infos .news h3 {
  color: #696969;
  padding: 0 0 0.9375rem 0;
  text-align: center;
}
/* line 391, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #side-infos .news .item {
  padding: 0.9375rem 0;
  position: relative;
}
@media (max-width: 800px) {
  /* line 391, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
  .welcome.index #wrap #side-infos .news .item {
    border-top: 1px solid #eee;
    padding: 0.9375rem 3.125rem 0.9375rem 0.625rem;
  }
  /* line 397, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
  .welcome.index #wrap #side-infos .news .item:first-child {
    border-top: none;
  }
}
/* line 401, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #side-infos .news .item .item-date {
  font-size: 0.75rem;
  font-weight: 700;
  color: #89989c;
}
@media (max-width: 800px) {
  /* line 406, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
  .welcome.index #wrap #side-infos .news .item a:after {
    content: '\e602';
    font-family: 'idolcamp';
    color: #696969;
    position: absolute;
    right: 1.25rem;
    left: 3rem;
  }
}
/* line 414, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #side-infos .news .item h4 {
  width: 13.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.875rem;
  font-weight: 700;
  color: #202020;
  padding: 0.625rem 0 0.375rem;
}
@media (max-width: 1024px) {
  /* line 414, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
  .welcome.index #wrap #side-infos .news .item h4 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
/* line 422, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #side-infos .news .item p {
  color: #696969;
  line-height: 1.3;
}
@media (max-width: 800px) {
  /* line 426, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
  .welcome.index #wrap #side-infos .news .item p.item-sumup {
    height: 2.25rem;
    overflow: hidden;
  }
}
/* line 433, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #side-infos .news .blog-link {
  margin-top: 1.25rem;
  text-align: center;
}
/* line 436, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index #wrap #side-infos .news .blog-link a {
  font-size: 0.75rem;
  font-weight: 700;
  color: #e23e51;
  padding: 0.625rem 1.25rem;
  text-transform: uppercase;
}
/* line 450, /idolcamp/app/assets/stylesheets/labelcamp/welcome/index.scss */
.welcome.index .owl-item .release {
  padding-left: 0;
}

/* line 1, /idolcamp/app/assets/stylesheets/labelcamp/welcome/starter-kit.scss */
#starter-kit {
  margin: 0 auto;
  width: 100%;
  max-width: 68.75rem;
  padding: 1.875rem;
}
/* line 2, /idolcamp/app/assets/stylesheets/labelcamp/welcome/starter-kit.scss */
#starter-kit .sk-darkgrey {
  fill: #4D4D4D;
}
/* line 3, /idolcamp/app/assets/stylesheets/labelcamp/welcome/starter-kit.scss */
#starter-kit .sk-lightgrey {
  fill: #f5f5f5;
}
/* line 4, /idolcamp/app/assets/stylesheets/labelcamp/welcome/starter-kit.scss */
#starter-kit .sk-yellow {
  fill: #FFC107;
}
/* line 5, /idolcamp/app/assets/stylesheets/labelcamp/welcome/starter-kit.scss */
#starter-kit .sk-green {
  fill: #83C859;
}
/* line 6, /idolcamp/app/assets/stylesheets/labelcamp/welcome/starter-kit.scss */
#starter-kit .sk-blue {
  fill: #BBDEFB;
}
/* line 7, /idolcamp/app/assets/stylesheets/labelcamp/welcome/starter-kit.scss */
#starter-kit .sk-white {
  fill: #FFFFFF;
}
/* line 8, /idolcamp/app/assets/stylesheets/labelcamp/welcome/starter-kit.scss */
#starter-kit .fill-rule {
  fill-rule: evenodd;
  clip-rule: evenodd;
}
/* line 13, /idolcamp/app/assets/stylesheets/labelcamp/welcome/starter-kit.scss */
#starter-kit h1 {
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #d6d6d6;
}
/* line 18, /idolcamp/app/assets/stylesheets/labelcamp/welcome/starter-kit.scss */
#starter-kit .starter-kit-hint {
  font-size: 0.875rem;
  font-weight: 500;
  color: #696969;
  line-height: 1.375rem;
  margin: 1.375rem 0;
}
/* line 23, /idolcamp/app/assets/stylesheets/labelcamp/welcome/starter-kit.scss */
#starter-kit .starter-kit-item {
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: white;
  border: 1px solid #d6d6d6;
  margin-bottom: 1.25rem;
}
/* line 28, /idolcamp/app/assets/stylesheets/labelcamp/welcome/starter-kit.scss */
#starter-kit .starter-kit-item:hover {
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -moz-box-shadow: 0 0 0.3125rem 0.125rem #f0f0f0;
  -webkit-box-shadow: 0 0 0.3125rem 0.125rem #f0f0f0;
  box-shadow: 0 0 0.3125rem 0.125rem #f0f0f0;
}
/* line 32, /idolcamp/app/assets/stylesheets/labelcamp/welcome/starter-kit.scss */
#starter-kit .starter-kit-item p {
  font-size: 0.875rem;
  font-weight: 500;
  color: #696969;
  margin-left: 1.25rem;
}
/* line 37, /idolcamp/app/assets/stylesheets/labelcamp/welcome/starter-kit.scss */
#starter-kit .starter-kit-image {
  height: 6.25rem;
  width: 6.25rem;
  min-width: 6.25rem;
  background: #f5f5f5;
}
/* line 42, /idolcamp/app/assets/stylesheets/labelcamp/welcome/starter-kit.scss */
#starter-kit .starter-kit-img {
  width: 4rem;
}
/* line 45, /idolcamp/app/assets/stylesheets/labelcamp/welcome/starter-kit.scss */
#starter-kit .starter-kit-hide {
  font-size: 0.875rem;
  font-weight: 500;
  color: #202020;
  display: inline-block;
  margin-top: 0.625rem;
  text-decoration: underline;
}

/* line 2, /idolcamp/app/assets/stylesheets/labelcamp/welcome/ui-kit.scss */
.welcome.ui-kit section.example {
  border: 1px solid #d6d6d6;
  background-color: #fff;
  padding: 1.875rem;
  margin-bottom: 30px;
}

/* line 1, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
.joyride-modal-bg {
  display: none !important;
}

/* line 4, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
.joyride-close-tip {
  top: 2.25rem;
  right: 1.875rem;
  color: #202020 !important;
}
/* line 8, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
.joyride-close-tip:hover, .joyride-close-tip:focus {
  color: #202020 !important;
}

/* line 12, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
.joyride-tip-guide {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  width: 25.125rem;
  width: 402px;
  background: white;
  border: 1px solid #b3b3b3;
  -moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.05);
}
/* line 19, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
.joyride-tip-guide .joyride-content-wrapper {
  padding: 0;
}
/* line 21, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
.joyride-tip-guide .joyride-content-wrapper h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #202020;
  margin-bottom: 0.625rem;
}
/* line 25, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
.joyride-tip-guide .joyride-content-wrapper p {
  font-size: 0.875rem;
  font-weight: 300;
  color: #696969;
  margin: 0;
}
/* line 29, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
.joyride-tip-guide .joyride-content-wrapper .steps {
  height: 3.125rem;
  width: 18.75rem;
  float: left;
  background: #ebebeb;
  padding: 0 1.875rem;
}
/* line 34, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
.joyride-tip-guide .joyride-content-wrapper .steps ul {
  height: 3.125rem;
  counter-reset: step;
}
/* line 38, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
.joyride-tip-guide .joyride-content-wrapper .steps li {
  display: inline-block;
  height: 3.125rem;
  position: relative;
  width: 1.3125rem;
  width: 21px;
}
/* line 44, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
.joyride-tip-guide .joyride-content-wrapper .steps li:before {
  position: absolute;
  right: 50%;
  left: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 1.3125rem;
  width: 1.3125rem;
  font-size: 0.5625rem;
  font-weight: 900;
  color: white;
  background: #d6d6d6;
  content: counter(step);
  counter-increment: step;
  line-height: 1;
  margin-left: -0.625rem;
  margin-top: -0.625rem;
  padding: 0.375rem 0;
  text-align: center;
}
/* line 58, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
.joyride-tip-guide .joyride-content-wrapper .steps li:nth-child(n+2) {
  margin-left: 3rem;
}
/* line 60, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
.joyride-tip-guide .joyride-content-wrapper .steps li:nth-child(n+2):after {
  height: 1px;
  width: 3.25rem;
  position: absolute;
  right: 1.5625rem;
  left: -3.1875rem;
  content: '';
  background: #d6d6d6;
}
/* line 68, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
.joyride-tip-guide .joyride-content-wrapper .steps .active {
  z-index: 1;
}
/* line 70, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
.joyride-tip-guide .joyride-content-wrapper .steps .active:before {
  background: url(/images/labelcamp/index/tour-step-active.svg);
}
/* line 74, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
.joyride-tip-guide .joyride-content-wrapper .steps .active:nth-child(n+2):after {
  background: #e23e51;
}
/* line 80, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
.joyride-tip-guide .joyride-content-wrapper .steps .done:before {
  background: #e23e51;
}
/* line 84, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
.joyride-tip-guide .joyride-content-wrapper .steps .done:nth-child(n+2):after {
  background: #e23e51;
}
/* line 91, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
.joyride-tip-guide .button {
  height: 3.125rem;
  width: 3.125rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 0;
  font-weight: 300;
  color: transparent;
  background: #e23e51;
  border: none;
  float: left;
  line-height: 3.1875rem;
  min-width: inherit;
  padding: 0;
}
/* line 101, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
.joyride-tip-guide .button.joyride-next-tip {
  position: relative;
}
/* line 103, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
.joyride-tip-guide .button.joyride-next-tip:after {
  font-size: 0.875rem;
  font-weight: 300;
  color: white;
  content: '\e602';
  font-family: 'idolcamp';
}
/* line 109, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
.joyride-tip-guide .button.joyride-prev-tip {
  position: relative;
  margin-right: 0;
}
/* line 112, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
.joyride-tip-guide .button.joyride-prev-tip:after {
  font-size: 0.875rem;
  font-weight: 300;
  color: white;
  content: '\e601';
  font-family: 'idolcamp';
}
/* line 119, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
.joyride-tip-guide .joyride-nub.left, .joyride-tip-guide .joyride-nub.left:before {
  height: 0;
  width: 0;
  position: absolute;
  right: 1.375rem;
  left: -1.25rem;
  border: 0.625rem solid;
  border-right-color: #b3b3b3 !important;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-bottom-color: transparent !important;
}
/* line 127, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
.joyride-tip-guide .joyride-nub.left:before {
  border-right-color: white !important;
  content: '';
  position: absolute;
  right: -0.625rem;
  left: -0.5625rem;
}
/* line 134, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
.joyride-tip-guide .joyride-content {
  padding: 1.875rem;
}

/* line 139, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
.intro {
  text-align: center;
  border: none;
}
/* line 142, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
.intro.joyride-tip-guide {
  background: rgba(30, 37, 38, 0.95);
  position: fixed;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  height: 100%;
  width: 100%;
}
/* line 151, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
.intro img {
  height: 6.3125rem;
  width: 6.25rem;
  margin-bottom: 1.25rem;
}
/* line 155, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
.intro .joyride-content-wrapper {
  position: absolute;
  right: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  max-width: 28.125rem;
  padding: 1.875rem;
  width: 80%;
}
/* line 163, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
.intro .button {
  -webkit-border-radius: 1.875rem;
  -moz-border-radius: 1.875rem;
  border-radius: 1.875rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #e23e51;
  background: white;
  border: 0.125rem solid #e23e51;
  float: none;
  font-size: 0.75rem;
  line-height: 2.875rem;
  padding: 0;
  width: 9.375rem;
}
/* line 173, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
.intro .button:hover, .intro .button.active {
  background: #e23e51;
  color: white;
}
/* line 178, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
.intro .button.joyride-next-tip:after {
  content: none;
}
/* line 183, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
.intro .joyride-close-tip {
  display: none;
}

/* line 189, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
[data-index="1"].joyride-tip-guide {
  position: fixed;
  top: 8.25rem !important;
  left: 14.375rem !important;
}
@media (max-width: 1279px) {
  /* line 189, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
  [data-index="1"].joyride-tip-guide {
    left: 5.625rem !important;
  }
}
/* line 196, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
[data-index="1"].joyride-tip-guide .button {
  height: 3.125rem;
  width: 6.25rem;
}

/* line 202, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
[data-index="2"].joyride-tip-guide {
  position: absolute;
  margin-top: -2.5625rem;
  margin-left: 10.1875rem;
}

/* line 209, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
[data-index="3"].joyride-tip-guide {
  position: fixed;
  top: auto !important;
  bottom: 0.625rem !important;
  left: 14.375rem !important;
}
@media (max-width: 1279px) {
  /* line 209, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
  [data-index="3"].joyride-tip-guide {
    left: 5.625rem !important;
  }
}
/* line 217, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
[data-index="3"].joyride-tip-guide .joyride-nub.left, [data-index="3"].joyride-tip-guide .joyride-nub.left:before {
  top: 4.75rem;
}
/* line 219, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
[data-index="3"].joyride-tip-guide .joyride-nub.left:before {
  top: -0.625rem;
}

/* line 226, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
[data-index="4"].joyride-tip-guide {
  position: absolute;
  margin-top: -2.5rem;
  margin-left: 11.625rem;
}
/* line 230, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
[data-index="4"].joyride-tip-guide .button {
  height: 3.125rem;
  width: 6.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: white;
}
/* line 234, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
[data-index="4"].joyride-tip-guide .button.joyride-next-tip:after {
  content: none;
}

@media (max-width: 800px) {
  /* line 242, /idolcamp/app/assets/stylesheets/labelcamp/welcome/tour.scss */
  .intro.joyride-tip-guide,
  .joyride-tip-guide {
    display: none !important;
  }
}

/* line 3, /idolcamp/app/assets/stylesheets/labelcamp/videos.scss */
.videos form .row {
  margin: 10px 0px;
}
/* line 8, /idolcamp/app/assets/stylesheets/labelcamp/videos.scss */
.videos form .large-12 .input {
  display: inline;
}
/* line 11, /idolcamp/app/assets/stylesheets/labelcamp/videos.scss */
.videos form .large-12 label {
  max-width: 12.5rem;
}
/* line 15, /idolcamp/app/assets/stylesheets/labelcamp/videos.scss */
.videos form .input.file {
  margin: 10px 0px;
}
/* line 18, /idolcamp/app/assets/stylesheets/labelcamp/videos.scss */
.videos form #file-to-upload, .videos form #video_front_cover {
  width: auto;
  margin: 1rem 0 1rem 0;
  padding: 0.5rem;
}
/* line 23, /idolcamp/app/assets/stylesheets/labelcamp/videos.scss */
.videos form #video_front_cover {
  max-width: 31.25rem;
}
@media (max-width: 1024px) {
  /* line 26, /idolcamp/app/assets/stylesheets/labelcamp/videos.scss */
  .videos form input, .videos form #file-to-upload, .videos form .select2-container {
    max-width: calc(100% - 200px);
  }
}
@media (max-width: 640px) {
  /* line 26, /idolcamp/app/assets/stylesheets/labelcamp/videos.scss */
  .videos form input, .videos form #file-to-upload, .videos form .select2-container {
    margin-top: 0.625rem;
    max-width: 100%;
  }
}
/* line 48, /idolcamp/app/assets/stylesheets/labelcamp/videos.scss */
.videos #sidebar ul#navigation li.videos {
  position: relative;
}
/* line 5, /idolcamp/app/assets/stylesheets/labelcamp/mixins.scss */
.videos #sidebar ul#navigation li.videos a {
  font-size: 0.875rem;
  font-weight: 700 !important;
  color: #e23e51;
}
/* line 8, /idolcamp/app/assets/stylesheets/labelcamp/mixins.scss */
.videos #sidebar ul#navigation li.videos:after {
  position: absolute;
  right: 0.75rem;
  left: 0;
  height: 1.5625rem;
  width: 0.375rem;
  background: #e23e51;
  content: '';
}
/* line 53, /idolcamp/app/assets/stylesheets/labelcamp/videos.scss */
.videos #complete-message {
  display: none;
}
/* line 57, /idolcamp/app/assets/stylesheets/labelcamp/videos.scss */
.videos.index .header {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
/* line 65, /idolcamp/app/assets/stylesheets/labelcamp/videos.scss */
.videos.show .head .toolbar-menu-btn:before {
  content: 'Informations';
}
/* line 17, /idolcamp/app/assets/stylesheets/labelcamp/mixins.scss */
.videos.show .horizontal-nav li.informations a {
  font-size: 0.875rem;
  font-weight: 700;
  color: #e23e51;
  position: relative;
}
/* line 20, /idolcamp/app/assets/stylesheets/labelcamp/mixins.scss */
.videos.show .horizontal-nav li.informations a:after {
  position: absolute;
  right: 0;
  left: 0;
  height: 0.125rem;
  width: 100%;
  background: #e23e51;
  content: '';
  z-index: 1;
}
@media (max-width: 640px) {
  /* line 71, /idolcamp/app/assets/stylesheets/labelcamp/videos.scss */
  .videos.show .horizontal-nav li.informations {
    display: none;
  }
}
/* line 17, /idolcamp/app/assets/stylesheets/labelcamp/mixins.scss */
.videos.share .horizontal-nav li.share a {
  font-size: 0.875rem;
  font-weight: 700;
  color: #e23e51;
  position: relative;
}
/* line 20, /idolcamp/app/assets/stylesheets/labelcamp/mixins.scss */
.videos.share .horizontal-nav li.share a:after {
  position: absolute;
  right: 0;
  left: 0;
  height: 0.125rem;
  width: 100%;
  background: #e23e51;
  content: '';
  z-index: 1;
}
@media (max-width: 640px) {
  /* line 78, /idolcamp/app/assets/stylesheets/labelcamp/videos.scss */
  .videos.share .horizontal-nav li.share {
    display: none;
  }
}

/*** Reset
==================== ***/
/* line 76, /idolcamp/app/assets/stylesheets/labelcamp.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 97, /idolcamp/app/assets/stylesheets/labelcamp.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 101, /idolcamp/app/assets/stylesheets/labelcamp.scss */
body {
  line-height: 1;
}

/* line 104, /idolcamp/app/assets/stylesheets/labelcamp.scss */
ol, ul, li {
  list-style: none;
}

/* line 107, /idolcamp/app/assets/stylesheets/labelcamp.scss */
blockquote, q {
  quotes: none;
}

/* line 110, /idolcamp/app/assets/stylesheets/labelcamp.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 115, /idolcamp/app/assets/stylesheets/labelcamp.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 120, /idolcamp/app/assets/stylesheets/labelcamp.scss */
.clear {
  clear: both;
}

/* line 124, /idolcamp/app/assets/stylesheets/labelcamp.scss */
.preload * {
  -o-transition: none !important 0.4s ease;
  -ms-transition: none !important 0.4s ease;
  -moz-transition: none !important 0.4s ease;
  -webkit-transition: none !important 0.4s ease;
  transition: none !important 0.4s ease;
  /* Remove css transitions on page load */
}

/* line 128, /idolcamp/app/assets/stylesheets/labelcamp.scss */
.noscroll {
  overflow: hidden;
}

/*** Typography
==================== ***/
/* line 134, /idolcamp/app/assets/stylesheets/labelcamp.scss */
body, h1, h2, h3, h4, h5, h6, p, a, span, input, textarea, select, label, th, td {
  font-family: 'Poppins', 'helvetica neue', helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 139, /idolcamp/app/assets/stylesheets/labelcamp.scss */
a, p, span, label {
  font-size: 0.875rem;
  font-weight: 500;
}

/* line 143, /idolcamp/app/assets/stylesheets/labelcamp.scss */
h1 {
  font-weight: bold;
  font-size: 1.875rem;
}
@media (max-width: 800px) {
  /* line 143, /idolcamp/app/assets/stylesheets/labelcamp.scss */
  h1 {
    font-size: 1.5rem;
  }
}
@media (max-width: 800px) {
  /* line 143, /idolcamp/app/assets/stylesheets/labelcamp.scss */
  h1 {
    font-size: 1.125rem;
  }
}

/* line 153, /idolcamp/app/assets/stylesheets/labelcamp.scss */
h2 {
  font-weight: bold;
  font-size: 1.3125rem;
}

/* line 157, /idolcamp/app/assets/stylesheets/labelcamp.scss */
h3 {
  font-size: 1.125rem;
  font-weight: bold;
}

/* line 161, /idolcamp/app/assets/stylesheets/labelcamp.scss */
h4 {
  font-size: 1rem;
  color: #696969;
  font-weight: 400;
}

/* line 167, /idolcamp/app/assets/stylesheets/labelcamp.scss */
a, a:hover {
  color: #e23e51;
}

/* line 174, /idolcamp/app/assets/stylesheets/labelcamp.scss */
.page-content .link-icon {
  display: none;
}

/* line 179, /idolcamp/app/assets/stylesheets/labelcamp.scss */
.page-content-header h2 {
  display: none;
}

/* line 184, /idolcamp/app/assets/stylesheets/labelcamp.scss */
.tabs-content {
  border: none;
  border-top: 0.0625rem solid #e5e5e5;
}

/* line 190, /idolcamp/app/assets/stylesheets/labelcamp.scss */
.trends.show .page-background, .analytics.show .page-background {
  padding-top: 0;
}

/* line 195, /idolcamp/app/assets/stylesheets/labelcamp.scss */
.trends-show #content, .analytics-show #content {
  padding-top: 0;
}

/* line 199, /idolcamp/app/assets/stylesheets/labelcamp.scss */
.tabs .tab-title.active {
  border: none;
  border-bottom: 0.125rem solid #e23e51;
}

/* line 204, /idolcamp/app/assets/stylesheets/labelcamp.scss */
.accounts.index .page-content-header .icon-button {
  float: right;
  position: relative;
  top: 0;
  margin-bottom: 0.625rem;
}

/* line 212, /idolcamp/app/assets/stylesheets/labelcamp.scss */
.list-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #202020;
}

/* line 218, /idolcamp/app/assets/stylesheets/labelcamp.scss */
.uppy-DragDrop-container {
  color: #202020 !important;
  margin-top: 1em;
  margin-left: 12.3em;
}
/* line 223, /idolcamp/app/assets/stylesheets/labelcamp.scss */
.uppy-DragDrop-container:hover {
  background: none !important;
}
/* line 227, /idolcamp/app/assets/stylesheets/labelcamp.scss */
.uppy-DragDrop-container .uppy-DragDrop-label {
  font-size: 0.875rem;
}

/* line 232, /idolcamp/app/assets/stylesheets/labelcamp.scss */
#uppy-progress-bar {
  margin-top: 2em;
  margin-left: 12.3em;
  width: 100%;
}
