@charset "UTF-8";
/* line 1, vendor/assets/stylesheets/select4/select4.scss */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 7, vendor/assets/stylesheets/select4/select4.scss */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 14, vendor/assets/stylesheets/select4/select4.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, vendor/assets/stylesheets/select4/select4.scss */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 23, vendor/assets/stylesheets/select4/select4.scss */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 26, vendor/assets/stylesheets/select4/select4.scss */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 33, vendor/assets/stylesheets/select4/select4.scss */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 39, vendor/assets/stylesheets/select4/select4.scss */
.select2-container .select2-search--inline {
  float: left;
}

/* line 41, vendor/assets/stylesheets/select4/select4.scss */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 47, vendor/assets/stylesheets/select4/select4.scss */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 50, vendor/assets/stylesheets/select4/select4.scss */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 61, vendor/assets/stylesheets/select4/select4.scss */
.select2-results {
  display: block;
}

/* line 64, vendor/assets/stylesheets/select4/select4.scss */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 69, vendor/assets/stylesheets/select4/select4.scss */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 73, vendor/assets/stylesheets/select4/select4.scss */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 76, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 79, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 84, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 89, vendor/assets/stylesheets/select4/select4.scss */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 92, vendor/assets/stylesheets/select4/select4.scss */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 96, vendor/assets/stylesheets/select4/select4.scss */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 98, vendor/assets/stylesheets/select4/select4.scss */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 101, vendor/assets/stylesheets/select4/select4.scss */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 118, vendor/assets/stylesheets/select4/select4.scss */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

/* line 128, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 132, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 135, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 139, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 141, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 147, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 159, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 162, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 166, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 169, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 172, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 176, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 181, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 187, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 189, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

/* line 193, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

/* line 199, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 208, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 214, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 217, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 220, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 224, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 228, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 232, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 236, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 239, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 243, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 247, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 250, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 257, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 261, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 264, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 267, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 270, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 272, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 274, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 277, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 280, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 283, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 286, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 290, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 294, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 299, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 309, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 311, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 314, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 319, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 321, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 337, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 349, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 352, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 361, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 363, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 366, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 370, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 380, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 390, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 396, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 398, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 402, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 404, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 413, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 419, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 422, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

/* line 425, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 429, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 433, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 436, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 441, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 446, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 450, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 454, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 458, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 461, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 464, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 468, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 471, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 474, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

/* line 478, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 483, vendor/assets/stylesheets/select4/select4.scss */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* Slider */
/* line 3, vendor/assets/stylesheets/slick.css */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, vendor/assets/stylesheets/slick.css */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 23, vendor/assets/stylesheets/slick.css */
.slick-list:focus {
  outline: none;
}

/* line 25, vendor/assets/stylesheets/slick.css */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 29, vendor/assets/stylesheets/slick.css */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -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 37, vendor/assets/stylesheets/slick.css */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 44, vendor/assets/stylesheets/slick.css */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

/* line 47, vendor/assets/stylesheets/slick.css */
.slick-track:after {
  clear: both;
}

/* line 49, vendor/assets/stylesheets/slick.css */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 52, vendor/assets/stylesheets/slick.css */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 57, vendor/assets/stylesheets/slick.css */
[dir="rtl"] .slick-slide {
  float: right;
}

/* line 59, vendor/assets/stylesheets/slick.css */
.slick-slide img {
  display: block;
}

/* line 61, vendor/assets/stylesheets/slick.css */
.slick-slide.slick-loading img {
  display: none;
}

/* line 63, vendor/assets/stylesheets/slick.css */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 65, vendor/assets/stylesheets/slick.css */
.slick-initialized .slick-slide {
  display: block;
}

/* line 67, vendor/assets/stylesheets/slick.css */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 69, vendor/assets/stylesheets/slick.css */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 74, vendor/assets/stylesheets/slick.css */
.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* line 78, vendor/assets/stylesheets/slick.css */
.slick-loading .slick-list {
  background: #fff url(/ajax-loader.gif) center center no-repeat;
}

/* Icons */
/* Arrows */
/* line 83, vendor/assets/stylesheets/slick.css */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 0 38px 0 rgba(5, 21, 34, 0.09);
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

/* line 103, vendor/assets/stylesheets/slick.css */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

/* line 109, vendor/assets/stylesheets/slick.css */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

/* line 113, vendor/assets/stylesheets/slick.css */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

/* line 116, vendor/assets/stylesheets/slick.css */
.slick-prev:before,
.slick-next:before {
  font-family: "youngwonk";
  font-size: 20px;
  line-height: 1;
  color: #cfd9e0;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 126, vendor/assets/stylesheets/slick.css */
.slick-prev {
  left: -35px;
}

/* line 128, vendor/assets/stylesheets/slick.css */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -35px;
}

/* line 131, vendor/assets/stylesheets/slick.css */
.slick-prev:before {
  content: "m";
}

/* line 133, vendor/assets/stylesheets/slick.css */
[dir="rtl"] .slick-prev:before {
  content: "l";
}

/* line 136, vendor/assets/stylesheets/slick.css */
.slick-next {
  right: -35px;
}

/* line 138, vendor/assets/stylesheets/slick.css */
[dir="rtl"] .slick-next {
  left: -35px;
  right: auto;
}

/* line 141, vendor/assets/stylesheets/slick.css */
.slick-next:before {
  content: "l";
}

/* line 143, vendor/assets/stylesheets/slick.css */
[dir="rtl"] .slick-next:before {
  content: "m";
}

/* Dots */
/* line 147, vendor/assets/stylesheets/slick.css */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 150, vendor/assets/stylesheets/slick.css */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

/* line 159, vendor/assets/stylesheets/slick.css */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/* line 167, vendor/assets/stylesheets/slick.css */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

/* line 179, vendor/assets/stylesheets/slick.css */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

/* line 181, vendor/assets/stylesheets/slick.css */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

/* line 183, vendor/assets/stylesheets/slick.css */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "youngwonk";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 198, vendor/assets/stylesheets/slick.css */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
/* line 2, vendor/assets/stylesheets/slick_main.css */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 21, vendor/assets/stylesheets/slick_main.css */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 31, vendor/assets/stylesheets/slick_main.css */
.slick-list:focus {
  outline: none;
}

/* line 35, vendor/assets/stylesheets/slick_main.css */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 41, vendor/assets/stylesheets/slick_main.css */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -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 51, vendor/assets/stylesheets/slick_main.css */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 61, vendor/assets/stylesheets/slick_main.css */
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

/* line 68, vendor/assets/stylesheets/slick_main.css */
.slick-track:after {
  clear: both;
}

/* line 72, vendor/assets/stylesheets/slick_main.css */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 77, vendor/assets/stylesheets/slick_main.css */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

/* line 85, vendor/assets/stylesheets/slick_main.css */
[dir='rtl'] .slick-slide {
  float: right;
}

/* line 89, vendor/assets/stylesheets/slick_main.css */
.slick-slide img {
  display: block;
}

/* line 93, vendor/assets/stylesheets/slick_main.css */
.slick-slide.slick-loading img {
  display: none;
}

/* line 97, vendor/assets/stylesheets/slick_main.css */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 101, vendor/assets/stylesheets/slick_main.css */
.slick-initialized .slick-slide {
  display: block;
}

/* line 105, vendor/assets/stylesheets/slick_main.css */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 109, vendor/assets/stylesheets/slick_main.css */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 117, vendor/assets/stylesheets/slick_main.css */
.slick-arrow.slick-hidden {
  display: none;
}

/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *
 */
/* Coolors Exported Palette - coolors.co/ff7407-39bced-808f87-9b7e46-f4b266 */
/* HSL */
/* RGB */
/* line 18, app/assets/stylesheets/theme.css */
.site-orange {
  background-color: #ff5107 !important;
}

/* line 22, app/assets/stylesheets/theme.css */
.site-orange-text {
  color: #ff5107 !important;
}

/* line 26, app/assets/stylesheets/theme.css */
.site-dark-blue {
  background-color: #0a1d2e !important;
}

/* line 30, app/assets/stylesheets/theme.css */
.site-dark-blue-text {
  color: #0a1d2e !important;
}

/* line 34, app/assets/stylesheets/theme.css */
.site-blue {
  background-color: #0a1d2e !important;
}

/* line 38, app/assets/stylesheets/theme.css */
.site-blue-text {
  color: #0a1d2e !important;
}

/* line 42, app/assets/stylesheets/theme.css */
.site-light-blue {
  background-color: #f0f5f7 !important;
}

/* line 46, app/assets/stylesheets/theme.css */
.site-light-blue-text {
  color: #f0f5f7 !important;
}

/* line 50, app/assets/stylesheets/theme.css */
.materialize-red {
  background-color: #e51c23 !important;
}

/* line 54, app/assets/stylesheets/theme.css */
.materialize-red-text {
  color: #e51c23 !important;
}

/* line 58, app/assets/stylesheets/theme.css */
.materialize-red.lighten-5 {
  background-color: #fdeaeb !important;
}

/* line 62, app/assets/stylesheets/theme.css */
.materialize-red-text.text-lighten-5 {
  color: #fdeaeb !important;
}

/* line 66, app/assets/stylesheets/theme.css */
.materialize-red.lighten-4 {
  background-color: #f8c1c3 !important;
}

/* line 70, app/assets/stylesheets/theme.css */
.materialize-red-text.text-lighten-4 {
  color: #f8c1c3 !important;
}

/* line 74, app/assets/stylesheets/theme.css */
.materialize-red.lighten-3 {
  background-color: #f3989b !important;
}

/* line 78, app/assets/stylesheets/theme.css */
.materialize-red-text.text-lighten-3 {
  color: #f3989b !important;
}

/* line 82, app/assets/stylesheets/theme.css */
.materialize-red.lighten-2 {
  background-color: #ee6e73 !important;
}

/* line 86, app/assets/stylesheets/theme.css */
.materialize-red-text.text-lighten-2 {
  color: #ee6e73 !important;
}

/* line 90, app/assets/stylesheets/theme.css */
.materialize-red.lighten-1 {
  background-color: #ea454b !important;
}

/* line 94, app/assets/stylesheets/theme.css */
.materialize-red-text.text-lighten-1 {
  color: #ea454b !important;
}

/* line 98, app/assets/stylesheets/theme.css */
.materialize-red.darken-1 {
  background-color: #d0181e !important;
}

/* line 102, app/assets/stylesheets/theme.css */
.materialize-red-text.text-darken-1 {
  color: #d0181e !important;
}

/* line 106, app/assets/stylesheets/theme.css */
.materialize-red.darken-2 {
  background-color: #b9151b !important;
}

/* line 110, app/assets/stylesheets/theme.css */
.materialize-red-text.text-darken-2 {
  color: #b9151b !important;
}

/* line 114, app/assets/stylesheets/theme.css */
.materialize-red.darken-3 {
  background-color: #a21318 !important;
}

/* line 118, app/assets/stylesheets/theme.css */
.materialize-red-text.text-darken-3 {
  color: #a21318 !important;
}

/* line 122, app/assets/stylesheets/theme.css */
.materialize-red.darken-4 {
  background-color: #8b1014 !important;
}

/* line 126, app/assets/stylesheets/theme.css */
.materialize-red-text.text-darken-4 {
  color: #8b1014 !important;
}

/* line 130, app/assets/stylesheets/theme.css */
.red {
  background-color: #F44336 !important;
}

/* line 134, app/assets/stylesheets/theme.css */
.red-text {
  color: #F44336 !important;
}

/* line 138, app/assets/stylesheets/theme.css */
.red.lighten-5 {
  background-color: #FFEBEE !important;
}

/* line 142, app/assets/stylesheets/theme.css */
.red-text.text-lighten-5 {
  color: #FFEBEE !important;
}

/* line 146, app/assets/stylesheets/theme.css */
.red.lighten-4 {
  background-color: #FFCDD2 !important;
}

/* line 150, app/assets/stylesheets/theme.css */
.red-text.text-lighten-4 {
  color: #FFCDD2 !important;
}

/* line 154, app/assets/stylesheets/theme.css */
.red.lighten-3 {
  background-color: #EF9A9A !important;
}

/* line 158, app/assets/stylesheets/theme.css */
.red-text.text-lighten-3 {
  color: #EF9A9A !important;
}

/* line 162, app/assets/stylesheets/theme.css */
.red.lighten-2 {
  background-color: #E57373 !important;
}

/* line 166, app/assets/stylesheets/theme.css */
.red-text.text-lighten-2 {
  color: #E57373 !important;
}

/* line 170, app/assets/stylesheets/theme.css */
.red.lighten-1 {
  background-color: #EF5350 !important;
}

/* line 174, app/assets/stylesheets/theme.css */
.red-text.text-lighten-1 {
  color: #EF5350 !important;
}

/* line 178, app/assets/stylesheets/theme.css */
.red.darken-1 {
  background-color: #E53935 !important;
}

/* line 182, app/assets/stylesheets/theme.css */
.red-text.text-darken-1 {
  color: #E53935 !important;
}

/* line 186, app/assets/stylesheets/theme.css */
.red.darken-2 {
  background-color: #D32F2F !important;
}

/* line 190, app/assets/stylesheets/theme.css */
.red-text.text-darken-2 {
  color: #D32F2F !important;
}

/* line 194, app/assets/stylesheets/theme.css */
.red.darken-3 {
  background-color: #C62828 !important;
}

/* line 198, app/assets/stylesheets/theme.css */
.red-text.text-darken-3 {
  color: #C62828 !important;
}

/* line 202, app/assets/stylesheets/theme.css */
.red.darken-4 {
  background-color: #B71C1C !important;
}

/* line 206, app/assets/stylesheets/theme.css */
.red-text.text-darken-4 {
  color: #B71C1C !important;
}

/* line 210, app/assets/stylesheets/theme.css */
.red.accent-1 {
  background-color: #FF8A80 !important;
}

/* line 214, app/assets/stylesheets/theme.css */
.red-text.text-accent-1 {
  color: #FF8A80 !important;
}

/* line 218, app/assets/stylesheets/theme.css */
.red.accent-2 {
  background-color: #FF5252 !important;
}

/* line 222, app/assets/stylesheets/theme.css */
.red-text.text-accent-2 {
  color: #FF5252 !important;
}

/* line 226, app/assets/stylesheets/theme.css */
.red.accent-3 {
  background-color: #FF1744 !important;
}

/* line 230, app/assets/stylesheets/theme.css */
.red-text.text-accent-3 {
  color: #FF1744 !important;
}

/* line 234, app/assets/stylesheets/theme.css */
.red.accent-4 {
  background-color: #D50000 !important;
}

/* line 238, app/assets/stylesheets/theme.css */
.red-text.text-accent-4 {
  color: #D50000 !important;
}

/* line 242, app/assets/stylesheets/theme.css */
.pink {
  background-color: #e91e63 !important;
}

/* line 246, app/assets/stylesheets/theme.css */
.pink-text {
  color: #e91e63 !important;
}

/* line 250, app/assets/stylesheets/theme.css */
.pink.lighten-5 {
  background-color: #fce4ec !important;
}

/* line 254, app/assets/stylesheets/theme.css */
.pink-text.text-lighten-5 {
  color: #fce4ec !important;
}

/* line 258, app/assets/stylesheets/theme.css */
.pink.lighten-4 {
  background-color: #f8bbd0 !important;
}

/* line 262, app/assets/stylesheets/theme.css */
.pink-text.text-lighten-4 {
  color: #f8bbd0 !important;
}

/* line 266, app/assets/stylesheets/theme.css */
.pink.lighten-3 {
  background-color: #f48fb1 !important;
}

/* line 270, app/assets/stylesheets/theme.css */
.pink-text.text-lighten-3 {
  color: #f48fb1 !important;
}

/* line 274, app/assets/stylesheets/theme.css */
.pink.lighten-2 {
  background-color: #f06292 !important;
}

/* line 278, app/assets/stylesheets/theme.css */
.pink-text.text-lighten-2 {
  color: #f06292 !important;
}

/* line 282, app/assets/stylesheets/theme.css */
.pink.lighten-1 {
  background-color: #ec407a !important;
}

/* line 286, app/assets/stylesheets/theme.css */
.pink-text.text-lighten-1 {
  color: #ec407a !important;
}

/* line 290, app/assets/stylesheets/theme.css */
.pink.darken-1 {
  background-color: #d81b60 !important;
}

/* line 294, app/assets/stylesheets/theme.css */
.pink-text.text-darken-1 {
  color: #d81b60 !important;
}

/* line 298, app/assets/stylesheets/theme.css */
.pink.darken-2 {
  background-color: #c2185b !important;
}

/* line 302, app/assets/stylesheets/theme.css */
.pink-text.text-darken-2 {
  color: #c2185b !important;
}

/* line 306, app/assets/stylesheets/theme.css */
.pink.darken-3 {
  background-color: #ad1457 !important;
}

/* line 310, app/assets/stylesheets/theme.css */
.pink-text.text-darken-3 {
  color: #ad1457 !important;
}

/* line 314, app/assets/stylesheets/theme.css */
.pink.darken-4 {
  background-color: #880e4f !important;
}

/* line 318, app/assets/stylesheets/theme.css */
.pink-text.text-darken-4 {
  color: #880e4f !important;
}

/* line 322, app/assets/stylesheets/theme.css */
.pink.accent-1 {
  background-color: #ff80ab !important;
}

/* line 326, app/assets/stylesheets/theme.css */
.pink-text.text-accent-1 {
  color: #ff80ab !important;
}

/* line 330, app/assets/stylesheets/theme.css */
.pink.accent-2 {
  background-color: #ff4081 !important;
}

/* line 334, app/assets/stylesheets/theme.css */
.pink-text.text-accent-2 {
  color: #ff4081 !important;
}

/* line 338, app/assets/stylesheets/theme.css */
.pink.accent-3 {
  background-color: #f50057 !important;
}

/* line 342, app/assets/stylesheets/theme.css */
.pink-text.text-accent-3 {
  color: #f50057 !important;
}

/* line 346, app/assets/stylesheets/theme.css */
.pink.accent-4 {
  background-color: #c51162 !important;
}

/* line 350, app/assets/stylesheets/theme.css */
.pink-text.text-accent-4 {
  color: #c51162 !important;
}

/* line 354, app/assets/stylesheets/theme.css */
.purple {
  background-color: #9c27b0 !important;
}

/* line 358, app/assets/stylesheets/theme.css */
.purple-text {
  color: #9c27b0 !important;
}

/* line 362, app/assets/stylesheets/theme.css */
.purple.lighten-5 {
  background-color: #f3e5f5 !important;
}

/* line 366, app/assets/stylesheets/theme.css */
.purple-text.text-lighten-5 {
  color: #f3e5f5 !important;
}

/* line 370, app/assets/stylesheets/theme.css */
.purple.lighten-4 {
  background-color: #e1bee7 !important;
}

/* line 374, app/assets/stylesheets/theme.css */
.purple-text.text-lighten-4 {
  color: #e1bee7 !important;
}

/* line 378, app/assets/stylesheets/theme.css */
.purple.lighten-3 {
  background-color: #ce93d8 !important;
}

/* line 382, app/assets/stylesheets/theme.css */
.purple-text.text-lighten-3 {
  color: #ce93d8 !important;
}

/* line 386, app/assets/stylesheets/theme.css */
.purple.lighten-2 {
  background-color: #ba68c8 !important;
}

/* line 390, app/assets/stylesheets/theme.css */
.purple-text.text-lighten-2 {
  color: #ba68c8 !important;
}

/* line 394, app/assets/stylesheets/theme.css */
.purple.lighten-1 {
  background-color: #ab47bc !important;
}

/* line 398, app/assets/stylesheets/theme.css */
.purple-text.text-lighten-1 {
  color: #ab47bc !important;
}

/* line 402, app/assets/stylesheets/theme.css */
.purple.darken-1 {
  background-color: #8e24aa !important;
}

/* line 406, app/assets/stylesheets/theme.css */
.purple-text.text-darken-1 {
  color: #8e24aa !important;
}

/* line 410, app/assets/stylesheets/theme.css */
.purple.darken-2 {
  background-color: #7b1fa2 !important;
}

/* line 414, app/assets/stylesheets/theme.css */
.purple-text.text-darken-2 {
  color: #7b1fa2 !important;
}

/* line 418, app/assets/stylesheets/theme.css */
.purple.darken-3 {
  background-color: #6a1b9a !important;
}

/* line 422, app/assets/stylesheets/theme.css */
.purple-text.text-darken-3 {
  color: #6a1b9a !important;
}

/* line 426, app/assets/stylesheets/theme.css */
.purple.darken-4 {
  background-color: #4a148c !important;
}

/* line 430, app/assets/stylesheets/theme.css */
.purple-text.text-darken-4 {
  color: #4a148c !important;
}

/* line 434, app/assets/stylesheets/theme.css */
.purple.accent-1 {
  background-color: #ea80fc !important;
}

/* line 438, app/assets/stylesheets/theme.css */
.purple-text.text-accent-1 {
  color: #ea80fc !important;
}

/* line 442, app/assets/stylesheets/theme.css */
.purple.accent-2 {
  background-color: #e040fb !important;
}

/* line 446, app/assets/stylesheets/theme.css */
.purple-text.text-accent-2 {
  color: #e040fb !important;
}

/* line 450, app/assets/stylesheets/theme.css */
.purple.accent-3 {
  background-color: #d500f9 !important;
}

/* line 454, app/assets/stylesheets/theme.css */
.purple-text.text-accent-3 {
  color: #d500f9 !important;
}

/* line 458, app/assets/stylesheets/theme.css */
.purple.accent-4 {
  background-color: #aa00ff !important;
}

/* line 462, app/assets/stylesheets/theme.css */
.purple-text.text-accent-4 {
  color: #aa00ff !important;
}

/* line 466, app/assets/stylesheets/theme.css */
.deep-purple {
  background-color: #673ab7 !important;
}

/* line 470, app/assets/stylesheets/theme.css */
.deep-purple-text {
  color: #673ab7 !important;
}

/* line 474, app/assets/stylesheets/theme.css */
.deep-purple.lighten-5 {
  background-color: #ede7f6 !important;
}

/* line 478, app/assets/stylesheets/theme.css */
.deep-purple-text.text-lighten-5 {
  color: #ede7f6 !important;
}

/* line 482, app/assets/stylesheets/theme.css */
.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important;
}

/* line 486, app/assets/stylesheets/theme.css */
.deep-purple-text.text-lighten-4 {
  color: #d1c4e9 !important;
}

/* line 490, app/assets/stylesheets/theme.css */
.deep-purple.lighten-3 {
  background-color: #b39ddb !important;
}

/* line 494, app/assets/stylesheets/theme.css */
.deep-purple-text.text-lighten-3 {
  color: #b39ddb !important;
}

/* line 498, app/assets/stylesheets/theme.css */
.deep-purple.lighten-2 {
  background-color: #9575cd !important;
}

/* line 502, app/assets/stylesheets/theme.css */
.deep-purple-text.text-lighten-2 {
  color: #9575cd !important;
}

/* line 506, app/assets/stylesheets/theme.css */
.deep-purple.lighten-1 {
  background-color: #7e57c2 !important;
}

/* line 510, app/assets/stylesheets/theme.css */
.deep-purple-text.text-lighten-1 {
  color: #7e57c2 !important;
}

/* line 514, app/assets/stylesheets/theme.css */
.deep-purple.darken-1 {
  background-color: #5e35b1 !important;
}

/* line 518, app/assets/stylesheets/theme.css */
.deep-purple-text.text-darken-1 {
  color: #5e35b1 !important;
}

/* line 522, app/assets/stylesheets/theme.css */
.deep-purple.darken-2 {
  background-color: #512da8 !important;
}

/* line 526, app/assets/stylesheets/theme.css */
.deep-purple-text.text-darken-2 {
  color: #512da8 !important;
}

/* line 530, app/assets/stylesheets/theme.css */
.deep-purple.darken-3 {
  background-color: #4527a0 !important;
}

/* line 534, app/assets/stylesheets/theme.css */
.deep-purple-text.text-darken-3 {
  color: #4527a0 !important;
}

/* line 538, app/assets/stylesheets/theme.css */
.deep-purple.darken-4 {
  background-color: #311b92 !important;
}

/* line 542, app/assets/stylesheets/theme.css */
.deep-purple-text.text-darken-4 {
  color: #311b92 !important;
}

/* line 546, app/assets/stylesheets/theme.css */
.deep-purple.accent-1 {
  background-color: #b388ff !important;
}

/* line 550, app/assets/stylesheets/theme.css */
.deep-purple-text.text-accent-1 {
  color: #b388ff !important;
}

/* line 554, app/assets/stylesheets/theme.css */
.deep-purple.accent-2 {
  background-color: #7c4dff !important;
}

/* line 558, app/assets/stylesheets/theme.css */
.deep-purple-text.text-accent-2 {
  color: #7c4dff !important;
}

/* line 562, app/assets/stylesheets/theme.css */
.deep-purple.accent-3 {
  background-color: #651fff !important;
}

/* line 566, app/assets/stylesheets/theme.css */
.deep-purple-text.text-accent-3 {
  color: #651fff !important;
}

/* line 570, app/assets/stylesheets/theme.css */
.deep-purple.accent-4 {
  background-color: #6200ea !important;
}

/* line 574, app/assets/stylesheets/theme.css */
.deep-purple-text.text-accent-4 {
  color: #6200ea !important;
}

/* line 578, app/assets/stylesheets/theme.css */
.indigo {
  background-color: #3f51b5 !important;
}

/* line 582, app/assets/stylesheets/theme.css */
.indigo-text {
  color: #3f51b5 !important;
}

/* line 586, app/assets/stylesheets/theme.css */
.indigo.lighten-5 {
  background-color: #e8eaf6 !important;
}

/* line 590, app/assets/stylesheets/theme.css */
.indigo-text.text-lighten-5 {
  color: #e8eaf6 !important;
}

/* line 594, app/assets/stylesheets/theme.css */
.indigo.lighten-4 {
  background-color: #c5cae9 !important;
}

/* line 598, app/assets/stylesheets/theme.css */
.indigo-text.text-lighten-4 {
  color: #c5cae9 !important;
}

/* line 602, app/assets/stylesheets/theme.css */
.indigo.lighten-3 {
  background-color: #9fa8da !important;
}

/* line 606, app/assets/stylesheets/theme.css */
.indigo-text.text-lighten-3 {
  color: #9fa8da !important;
}

/* line 610, app/assets/stylesheets/theme.css */
.indigo.lighten-2 {
  background-color: #7986cb !important;
}

/* line 614, app/assets/stylesheets/theme.css */
.indigo-text.text-lighten-2 {
  color: #7986cb !important;
}

/* line 618, app/assets/stylesheets/theme.css */
.indigo.lighten-1 {
  background-color: #5c6bc0 !important;
}

/* line 622, app/assets/stylesheets/theme.css */
.indigo-text.text-lighten-1 {
  color: #5c6bc0 !important;
}

/* line 626, app/assets/stylesheets/theme.css */
.indigo.darken-1 {
  background-color: #3949ab !important;
}

/* line 630, app/assets/stylesheets/theme.css */
.indigo-text.text-darken-1 {
  color: #3949ab !important;
}

/* line 634, app/assets/stylesheets/theme.css */
.indigo.darken-2 {
  background-color: #303f9f !important;
}

/* line 638, app/assets/stylesheets/theme.css */
.indigo-text.text-darken-2 {
  color: #303f9f !important;
}

/* line 642, app/assets/stylesheets/theme.css */
.indigo.darken-3 {
  background-color: #283593 !important;
}

/* line 646, app/assets/stylesheets/theme.css */
.indigo-text.text-darken-3 {
  color: #283593 !important;
}

/* line 650, app/assets/stylesheets/theme.css */
.indigo.darken-4 {
  background-color: #1a237e !important;
}

/* line 654, app/assets/stylesheets/theme.css */
.indigo-text.text-darken-4 {
  color: #1a237e !important;
}

/* line 658, app/assets/stylesheets/theme.css */
.indigo.accent-1 {
  background-color: #8c9eff !important;
}

/* line 662, app/assets/stylesheets/theme.css */
.indigo-text.text-accent-1 {
  color: #8c9eff !important;
}

/* line 666, app/assets/stylesheets/theme.css */
.indigo.accent-2 {
  background-color: #536dfe !important;
}

/* line 670, app/assets/stylesheets/theme.css */
.indigo-text.text-accent-2 {
  color: #536dfe !important;
}

/* line 674, app/assets/stylesheets/theme.css */
.indigo.accent-3 {
  background-color: #3d5afe !important;
}

/* line 678, app/assets/stylesheets/theme.css */
.indigo-text.text-accent-3 {
  color: #3d5afe !important;
}

/* line 682, app/assets/stylesheets/theme.css */
.indigo.accent-4 {
  background-color: #304ffe !important;
}

/* line 686, app/assets/stylesheets/theme.css */
.indigo-text.text-accent-4 {
  color: #304ffe !important;
}

/* line 690, app/assets/stylesheets/theme.css */
.blue {
  background-color: #2196F3 !important;
}

/* line 694, app/assets/stylesheets/theme.css */
.blue-text {
  color: #2196F3 !important;
}

/* line 698, app/assets/stylesheets/theme.css */
.blue.lighten-5 {
  background-color: #E3F2FD !important;
}

/* line 702, app/assets/stylesheets/theme.css */
.blue-text.text-lighten-5 {
  color: #E3F2FD !important;
}

/* line 706, app/assets/stylesheets/theme.css */
.blue.lighten-4 {
  background-color: #BBDEFB !important;
}

/* line 710, app/assets/stylesheets/theme.css */
.blue-text.text-lighten-4 {
  color: #BBDEFB !important;
}

/* line 714, app/assets/stylesheets/theme.css */
.blue.lighten-3 {
  background-color: #90CAF9 !important;
}

/* line 718, app/assets/stylesheets/theme.css */
.blue-text.text-lighten-3 {
  color: #90CAF9 !important;
}

/* line 722, app/assets/stylesheets/theme.css */
.blue.lighten-2 {
  background-color: #64B5F6 !important;
}

/* line 726, app/assets/stylesheets/theme.css */
.blue-text.text-lighten-2 {
  color: #64B5F6 !important;
}

/* line 730, app/assets/stylesheets/theme.css */
.blue.lighten-1 {
  background-color: #42A5F5 !important;
}

/* line 734, app/assets/stylesheets/theme.css */
.blue-text.text-lighten-1 {
  color: #42A5F5 !important;
}

/* line 738, app/assets/stylesheets/theme.css */
.blue.darken-1 {
  background-color: #1E88E5 !important;
}

/* line 742, app/assets/stylesheets/theme.css */
.blue-text.text-darken-1 {
  color: #1E88E5 !important;
}

/* line 746, app/assets/stylesheets/theme.css */
.blue.darken-2 {
  background-color: #1976D2 !important;
}

/* line 750, app/assets/stylesheets/theme.css */
.blue-text.text-darken-2 {
  color: #1976D2 !important;
}

/* line 754, app/assets/stylesheets/theme.css */
.blue.darken-3 {
  background-color: #1565C0 !important;
}

/* line 758, app/assets/stylesheets/theme.css */
.blue-text.text-darken-3 {
  color: #1565C0 !important;
}

/* line 762, app/assets/stylesheets/theme.css */
.blue.darken-4 {
  background-color: #0D47A1 !important;
}

/* line 766, app/assets/stylesheets/theme.css */
.blue-text.text-darken-4 {
  color: #0D47A1 !important;
}

/* line 770, app/assets/stylesheets/theme.css */
.blue.accent-1 {
  background-color: #82B1FF !important;
}

/* line 774, app/assets/stylesheets/theme.css */
.blue-text.text-accent-1 {
  color: #82B1FF !important;
}

/* line 778, app/assets/stylesheets/theme.css */
.blue.accent-2 {
  background-color: #448AFF !important;
}

/* line 782, app/assets/stylesheets/theme.css */
.blue-text.text-accent-2 {
  color: #448AFF !important;
}

/* line 786, app/assets/stylesheets/theme.css */
.blue.accent-3 {
  background-color: #2979FF !important;
}

/* line 790, app/assets/stylesheets/theme.css */
.blue-text.text-accent-3 {
  color: #2979FF !important;
}

/* line 794, app/assets/stylesheets/theme.css */
.blue.accent-4 {
  background-color: #2962FF !important;
}

/* line 798, app/assets/stylesheets/theme.css */
.blue-text.text-accent-4 {
  color: #2962FF !important;
}

/* line 802, app/assets/stylesheets/theme.css */
.light-blue {
  background-color: #03a9f4 !important;
}

/* line 806, app/assets/stylesheets/theme.css */
.light-blue-text {
  color: #03a9f4 !important;
}

/* line 810, app/assets/stylesheets/theme.css */
.light-blue.lighten-5 {
  background-color: #e1f5fe !important;
}

/* line 814, app/assets/stylesheets/theme.css */
.light-blue-text.text-lighten-5 {
  color: #e1f5fe !important;
}

/* line 818, app/assets/stylesheets/theme.css */
.light-blue.lighten-4 {
  background-color: #b3e5fc !important;
}

/* line 822, app/assets/stylesheets/theme.css */
.light-blue-text.text-lighten-4 {
  color: #b3e5fc !important;
}

/* line 826, app/assets/stylesheets/theme.css */
.light-blue.lighten-3 {
  background-color: #81d4fa !important;
}

/* line 830, app/assets/stylesheets/theme.css */
.light-blue-text.text-lighten-3 {
  color: #81d4fa !important;
}

/* line 834, app/assets/stylesheets/theme.css */
.light-blue.lighten-2 {
  background-color: #4fc3f7 !important;
}

/* line 838, app/assets/stylesheets/theme.css */
.light-blue-text.text-lighten-2 {
  color: #4fc3f7 !important;
}

/* line 842, app/assets/stylesheets/theme.css */
.light-blue.lighten-1 {
  background-color: #29b6f6 !important;
}

/* line 846, app/assets/stylesheets/theme.css */
.light-blue-text.text-lighten-1 {
  color: #29b6f6 !important;
}

/* line 850, app/assets/stylesheets/theme.css */
.light-blue.darken-1 {
  background-color: #039be5 !important;
}

/* line 854, app/assets/stylesheets/theme.css */
.light-blue-text.text-darken-1 {
  color: #039be5 !important;
}

/* line 858, app/assets/stylesheets/theme.css */
.light-blue.darken-2 {
  background-color: #0288d1 !important;
}

/* line 862, app/assets/stylesheets/theme.css */
.light-blue-text.text-darken-2 {
  color: #0288d1 !important;
}

/* line 866, app/assets/stylesheets/theme.css */
.light-blue.darken-3 {
  background-color: #0277bd !important;
}

/* line 870, app/assets/stylesheets/theme.css */
.light-blue-text.text-darken-3 {
  color: #0277bd !important;
}

/* line 874, app/assets/stylesheets/theme.css */
.light-blue.darken-4 {
  background-color: #01579b !important;
}

/* line 878, app/assets/stylesheets/theme.css */
.light-blue-text.text-darken-4 {
  color: #01579b !important;
}

/* line 882, app/assets/stylesheets/theme.css */
.light-blue.accent-1 {
  background-color: #80d8ff !important;
}

/* line 886, app/assets/stylesheets/theme.css */
.light-blue-text.text-accent-1 {
  color: #80d8ff !important;
}

/* line 890, app/assets/stylesheets/theme.css */
.light-blue.accent-2 {
  background-color: #40c4ff !important;
}

/* line 894, app/assets/stylesheets/theme.css */
.light-blue-text.text-accent-2 {
  color: #40c4ff !important;
}

/* line 898, app/assets/stylesheets/theme.css */
.light-blue.accent-3 {
  background-color: #00b0ff !important;
}

/* line 902, app/assets/stylesheets/theme.css */
.light-blue-text.text-accent-3 {
  color: #00b0ff !important;
}

/* line 906, app/assets/stylesheets/theme.css */
.light-blue.accent-4 {
  background-color: #0091ea !important;
}

/* line 910, app/assets/stylesheets/theme.css */
.light-blue-text.text-accent-4 {
  color: #0091ea !important;
}

/* line 914, app/assets/stylesheets/theme.css */
.cyan {
  background-color: #00bcd4 !important;
}

/* line 918, app/assets/stylesheets/theme.css */
.cyan-text {
  color: #00bcd4 !important;
}

/* line 922, app/assets/stylesheets/theme.css */
.cyan.lighten-5 {
  background-color: #e0f7fa !important;
}

/* line 926, app/assets/stylesheets/theme.css */
.cyan-text.text-lighten-5 {
  color: #e0f7fa !important;
}

/* line 930, app/assets/stylesheets/theme.css */
.cyan.lighten-4 {
  background-color: #b2ebf2 !important;
}

/* line 934, app/assets/stylesheets/theme.css */
.cyan-text.text-lighten-4 {
  color: #b2ebf2 !important;
}

/* line 938, app/assets/stylesheets/theme.css */
.cyan.lighten-3 {
  background-color: #80deea !important;
}

/* line 942, app/assets/stylesheets/theme.css */
.cyan-text.text-lighten-3 {
  color: #80deea !important;
}

/* line 946, app/assets/stylesheets/theme.css */
.cyan.lighten-2 {
  background-color: #4dd0e1 !important;
}

/* line 950, app/assets/stylesheets/theme.css */
.cyan-text.text-lighten-2 {
  color: #4dd0e1 !important;
}

/* line 954, app/assets/stylesheets/theme.css */
.cyan.lighten-1 {
  background-color: #26c6da !important;
}

/* line 958, app/assets/stylesheets/theme.css */
.cyan-text.text-lighten-1 {
  color: #26c6da !important;
}

/* line 962, app/assets/stylesheets/theme.css */
.cyan.darken-1 {
  background-color: #00acc1 !important;
}

/* line 966, app/assets/stylesheets/theme.css */
.cyan-text.text-darken-1 {
  color: #00acc1 !important;
}

/* line 970, app/assets/stylesheets/theme.css */
.cyan.darken-2 {
  background-color: #0097a7 !important;
}

/* line 974, app/assets/stylesheets/theme.css */
.cyan-text.text-darken-2 {
  color: #0097a7 !important;
}

/* line 978, app/assets/stylesheets/theme.css */
.cyan.darken-3 {
  background-color: #00838f !important;
}

/* line 982, app/assets/stylesheets/theme.css */
.cyan-text.text-darken-3 {
  color: #00838f !important;
}

/* line 986, app/assets/stylesheets/theme.css */
.cyan.darken-4 {
  background-color: #006064 !important;
}

/* line 990, app/assets/stylesheets/theme.css */
.cyan-text.text-darken-4 {
  color: #006064 !important;
}

/* line 994, app/assets/stylesheets/theme.css */
.cyan.accent-1 {
  background-color: #84ffff !important;
}

/* line 998, app/assets/stylesheets/theme.css */
.cyan-text.text-accent-1 {
  color: #84ffff !important;
}

/* line 1002, app/assets/stylesheets/theme.css */
.cyan.accent-2 {
  background-color: #18ffff !important;
}

/* line 1006, app/assets/stylesheets/theme.css */
.cyan-text.text-accent-2 {
  color: #18ffff !important;
}

/* line 1010, app/assets/stylesheets/theme.css */
.cyan.accent-3 {
  background-color: #00e5ff !important;
}

/* line 1014, app/assets/stylesheets/theme.css */
.cyan-text.text-accent-3 {
  color: #00e5ff !important;
}

/* line 1018, app/assets/stylesheets/theme.css */
.cyan.accent-4 {
  background-color: #00b8d4 !important;
}

/* line 1022, app/assets/stylesheets/theme.css */
.cyan-text.text-accent-4 {
  color: #00b8d4 !important;
}

/* line 1026, app/assets/stylesheets/theme.css */
.teal {
  background-color: #009688 !important;
}

/* line 1030, app/assets/stylesheets/theme.css */
.teal-text {
  color: #009688 !important;
}

/* line 1034, app/assets/stylesheets/theme.css */
.teal.lighten-5 {
  background-color: #e0f2f1 !important;
}

/* line 1038, app/assets/stylesheets/theme.css */
.teal-text.text-lighten-5 {
  color: #e0f2f1 !important;
}

/* line 1042, app/assets/stylesheets/theme.css */
.teal.lighten-4 {
  background-color: #b2dfdb !important;
}

/* line 1046, app/assets/stylesheets/theme.css */
.teal-text.text-lighten-4 {
  color: #b2dfdb !important;
}

/* line 1050, app/assets/stylesheets/theme.css */
.teal.lighten-3 {
  background-color: #80cbc4 !important;
}

/* line 1054, app/assets/stylesheets/theme.css */
.teal-text.text-lighten-3 {
  color: #80cbc4 !important;
}

/* line 1058, app/assets/stylesheets/theme.css */
.teal.lighten-2 {
  background-color: #4db6ac !important;
}

/* line 1062, app/assets/stylesheets/theme.css */
.teal-text.text-lighten-2 {
  color: #4db6ac !important;
}

/* line 1066, app/assets/stylesheets/theme.css */
.teal.lighten-1 {
  background-color: #26a69a !important;
}

/* line 1070, app/assets/stylesheets/theme.css */
.teal-text.text-lighten-1 {
  color: #26a69a !important;
}

/* line 1074, app/assets/stylesheets/theme.css */
.teal.darken-1 {
  background-color: #00897b !important;
}

/* line 1078, app/assets/stylesheets/theme.css */
.teal-text.text-darken-1 {
  color: #00897b !important;
}

/* line 1082, app/assets/stylesheets/theme.css */
.teal.darken-2 {
  background-color: #00796b !important;
}

/* line 1086, app/assets/stylesheets/theme.css */
.teal-text.text-darken-2 {
  color: #00796b !important;
}

/* line 1090, app/assets/stylesheets/theme.css */
.teal.darken-3 {
  background-color: #00695c !important;
}

/* line 1094, app/assets/stylesheets/theme.css */
.teal-text.text-darken-3 {
  color: #00695c !important;
}

/* line 1098, app/assets/stylesheets/theme.css */
.teal.darken-4 {
  background-color: #004d40 !important;
}

/* line 1102, app/assets/stylesheets/theme.css */
.teal-text.text-darken-4 {
  color: #004d40 !important;
}

/* line 1106, app/assets/stylesheets/theme.css */
.teal.accent-1 {
  background-color: #a7ffeb !important;
}

/* line 1110, app/assets/stylesheets/theme.css */
.teal-text.text-accent-1 {
  color: #a7ffeb !important;
}

/* line 1114, app/assets/stylesheets/theme.css */
.teal.accent-2 {
  background-color: #64ffda !important;
}

/* line 1118, app/assets/stylesheets/theme.css */
.teal-text.text-accent-2 {
  color: #64ffda !important;
}

/* line 1122, app/assets/stylesheets/theme.css */
.teal.accent-3 {
  background-color: #1de9b6 !important;
}

/* line 1126, app/assets/stylesheets/theme.css */
.teal-text.text-accent-3 {
  color: #1de9b6 !important;
}

/* line 1130, app/assets/stylesheets/theme.css */
.teal.accent-4 {
  background-color: #00bfa5 !important;
}

/* line 1134, app/assets/stylesheets/theme.css */
.teal-text.text-accent-4 {
  color: #00bfa5 !important;
}

/* line 1138, app/assets/stylesheets/theme.css */
.green {
  background-color: #4CAF50 !important;
}

/* line 1142, app/assets/stylesheets/theme.css */
.green-text {
  color: #4CAF50 !important;
}

/* line 1146, app/assets/stylesheets/theme.css */
.green.lighten-5 {
  background-color: #E8F5E9 !important;
}

/* line 1150, app/assets/stylesheets/theme.css */
.green-text.text-lighten-5 {
  color: #E8F5E9 !important;
}

/* line 1154, app/assets/stylesheets/theme.css */
.green.lighten-4 {
  background-color: #C8E6C9 !important;
}

/* line 1158, app/assets/stylesheets/theme.css */
.green-text.text-lighten-4 {
  color: #C8E6C9 !important;
}

/* line 1162, app/assets/stylesheets/theme.css */
.green.lighten-3 {
  background-color: #A5D6A7 !important;
}

/* line 1166, app/assets/stylesheets/theme.css */
.green-text.text-lighten-3 {
  color: #A5D6A7 !important;
}

/* line 1170, app/assets/stylesheets/theme.css */
.green.lighten-2 {
  background-color: #81C784 !important;
}

/* line 1174, app/assets/stylesheets/theme.css */
.green-text.text-lighten-2 {
  color: #81C784 !important;
}

/* line 1178, app/assets/stylesheets/theme.css */
.green.lighten-1 {
  background-color: #66BB6A !important;
}

/* line 1182, app/assets/stylesheets/theme.css */
.green-text.text-lighten-1 {
  color: #66BB6A !important;
}

/* line 1186, app/assets/stylesheets/theme.css */
.green.darken-1 {
  background-color: #43A047 !important;
}

/* line 1190, app/assets/stylesheets/theme.css */
.green-text.text-darken-1 {
  color: #43A047 !important;
}

/* line 1194, app/assets/stylesheets/theme.css */
.green.darken-2 {
  background-color: #388E3C !important;
}

/* line 1198, app/assets/stylesheets/theme.css */
.green-text.text-darken-2 {
  color: #388E3C !important;
}

/* line 1202, app/assets/stylesheets/theme.css */
.green.darken-3 {
  background-color: #2E7D32 !important;
}

/* line 1206, app/assets/stylesheets/theme.css */
.green-text.text-darken-3 {
  color: #2E7D32 !important;
}

/* line 1210, app/assets/stylesheets/theme.css */
.green.darken-4 {
  background-color: #1B5E20 !important;
}

/* line 1214, app/assets/stylesheets/theme.css */
.green-text.text-darken-4 {
  color: #1B5E20 !important;
}

/* line 1218, app/assets/stylesheets/theme.css */
.green.accent-1 {
  background-color: #B9F6CA !important;
}

/* line 1222, app/assets/stylesheets/theme.css */
.green-text.text-accent-1 {
  color: #B9F6CA !important;
}

/* line 1226, app/assets/stylesheets/theme.css */
.green.accent-2 {
  background-color: #69F0AE !important;
}

/* line 1230, app/assets/stylesheets/theme.css */
.green-text.text-accent-2 {
  color: #69F0AE !important;
}

/* line 1234, app/assets/stylesheets/theme.css */
.green.accent-3 {
  background-color: #00E676 !important;
}

/* line 1238, app/assets/stylesheets/theme.css */
.green-text.text-accent-3 {
  color: #00E676 !important;
}

/* line 1242, app/assets/stylesheets/theme.css */
.green.accent-4 {
  background-color: #00C853 !important;
}

/* line 1246, app/assets/stylesheets/theme.css */
.green-text.text-accent-4 {
  color: #00C853 !important;
}

/* line 1250, app/assets/stylesheets/theme.css */
.light-green {
  background-color: #8bc34a !important;
}

/* line 1254, app/assets/stylesheets/theme.css */
.light-green-text {
  color: #8bc34a !important;
}

/* line 1258, app/assets/stylesheets/theme.css */
.light-green.lighten-5 {
  background-color: #f1f8e9 !important;
}

/* line 1262, app/assets/stylesheets/theme.css */
.light-green-text.text-lighten-5 {
  color: #f1f8e9 !important;
}

/* line 1266, app/assets/stylesheets/theme.css */
.light-green.lighten-4 {
  background-color: #dcedc8 !important;
}

/* line 1270, app/assets/stylesheets/theme.css */
.light-green-text.text-lighten-4 {
  color: #dcedc8 !important;
}

/* line 1274, app/assets/stylesheets/theme.css */
.light-green.lighten-3 {
  background-color: #c5e1a5 !important;
}

/* line 1278, app/assets/stylesheets/theme.css */
.light-green-text.text-lighten-3 {
  color: #c5e1a5 !important;
}

/* line 1282, app/assets/stylesheets/theme.css */
.light-green.lighten-2 {
  background-color: #aed581 !important;
}

/* line 1286, app/assets/stylesheets/theme.css */
.light-green-text.text-lighten-2 {
  color: #aed581 !important;
}

/* line 1290, app/assets/stylesheets/theme.css */
.light-green.lighten-1 {
  background-color: #9ccc65 !important;
}

/* line 1294, app/assets/stylesheets/theme.css */
.light-green-text.text-lighten-1 {
  color: #9ccc65 !important;
}

/* line 1298, app/assets/stylesheets/theme.css */
.light-green.darken-1 {
  background-color: #7cb342 !important;
}

/* line 1302, app/assets/stylesheets/theme.css */
.light-green-text.text-darken-1 {
  color: #7cb342 !important;
}

/* line 1306, app/assets/stylesheets/theme.css */
.light-green.darken-2 {
  background-color: #689f38 !important;
}

/* line 1310, app/assets/stylesheets/theme.css */
.light-green-text.text-darken-2 {
  color: #689f38 !important;
}

/* line 1314, app/assets/stylesheets/theme.css */
.light-green.darken-3 {
  background-color: #558b2f !important;
}

/* line 1318, app/assets/stylesheets/theme.css */
.light-green-text.text-darken-3 {
  color: #558b2f !important;
}

/* line 1322, app/assets/stylesheets/theme.css */
.light-green.darken-4 {
  background-color: #33691e !important;
}

/* line 1326, app/assets/stylesheets/theme.css */
.light-green-text.text-darken-4 {
  color: #33691e !important;
}

/* line 1330, app/assets/stylesheets/theme.css */
.light-green.accent-1 {
  background-color: #ccff90 !important;
}

/* line 1334, app/assets/stylesheets/theme.css */
.light-green-text.text-accent-1 {
  color: #ccff90 !important;
}

/* line 1338, app/assets/stylesheets/theme.css */
.light-green.accent-2 {
  background-color: #b2ff59 !important;
}

/* line 1342, app/assets/stylesheets/theme.css */
.light-green-text.text-accent-2 {
  color: #b2ff59 !important;
}

/* line 1346, app/assets/stylesheets/theme.css */
.light-green.accent-3 {
  background-color: #76ff03 !important;
}

/* line 1350, app/assets/stylesheets/theme.css */
.light-green-text.text-accent-3 {
  color: #76ff03 !important;
}

/* line 1354, app/assets/stylesheets/theme.css */
.light-green.accent-4 {
  background-color: #64dd17 !important;
}

/* line 1358, app/assets/stylesheets/theme.css */
.light-green-text.text-accent-4 {
  color: #64dd17 !important;
}

/* line 1362, app/assets/stylesheets/theme.css */
.lime {
  background-color: #cddc39 !important;
}

/* line 1366, app/assets/stylesheets/theme.css */
.lime-text {
  color: #cddc39 !important;
}

/* line 1370, app/assets/stylesheets/theme.css */
.lime.lighten-5 {
  background-color: #f9fbe7 !important;
}

/* line 1374, app/assets/stylesheets/theme.css */
.lime-text.text-lighten-5 {
  color: #f9fbe7 !important;
}

/* line 1378, app/assets/stylesheets/theme.css */
.lime.lighten-4 {
  background-color: #f0f4c3 !important;
}

/* line 1382, app/assets/stylesheets/theme.css */
.lime-text.text-lighten-4 {
  color: #f0f4c3 !important;
}

/* line 1386, app/assets/stylesheets/theme.css */
.lime.lighten-3 {
  background-color: #e6ee9c !important;
}

/* line 1390, app/assets/stylesheets/theme.css */
.lime-text.text-lighten-3 {
  color: #e6ee9c !important;
}

/* line 1394, app/assets/stylesheets/theme.css */
.lime.lighten-2 {
  background-color: #dce775 !important;
}

/* line 1398, app/assets/stylesheets/theme.css */
.lime-text.text-lighten-2 {
  color: #dce775 !important;
}

/* line 1402, app/assets/stylesheets/theme.css */
.lime.lighten-1 {
  background-color: #d4e157 !important;
}

/* line 1406, app/assets/stylesheets/theme.css */
.lime-text.text-lighten-1 {
  color: #d4e157 !important;
}

/* line 1410, app/assets/stylesheets/theme.css */
.lime.darken-1 {
  background-color: #c0ca33 !important;
}

/* line 1414, app/assets/stylesheets/theme.css */
.lime-text.text-darken-1 {
  color: #c0ca33 !important;
}

/* line 1418, app/assets/stylesheets/theme.css */
.lime.darken-2 {
  background-color: #afb42b !important;
}

/* line 1422, app/assets/stylesheets/theme.css */
.lime-text.text-darken-2 {
  color: #afb42b !important;
}

/* line 1426, app/assets/stylesheets/theme.css */
.lime.darken-3 {
  background-color: #9e9d24 !important;
}

/* line 1430, app/assets/stylesheets/theme.css */
.lime-text.text-darken-3 {
  color: #9e9d24 !important;
}

/* line 1434, app/assets/stylesheets/theme.css */
.lime.darken-4 {
  background-color: #827717 !important;
}

/* line 1438, app/assets/stylesheets/theme.css */
.lime-text.text-darken-4 {
  color: #827717 !important;
}

/* line 1442, app/assets/stylesheets/theme.css */
.lime.accent-1 {
  background-color: #f4ff81 !important;
}

/* line 1446, app/assets/stylesheets/theme.css */
.lime-text.text-accent-1 {
  color: #f4ff81 !important;
}

/* line 1450, app/assets/stylesheets/theme.css */
.lime.accent-2 {
  background-color: #eeff41 !important;
}

/* line 1454, app/assets/stylesheets/theme.css */
.lime-text.text-accent-2 {
  color: #eeff41 !important;
}

/* line 1458, app/assets/stylesheets/theme.css */
.lime.accent-3 {
  background-color: #c6ff00 !important;
}

/* line 1462, app/assets/stylesheets/theme.css */
.lime-text.text-accent-3 {
  color: #c6ff00 !important;
}

/* line 1466, app/assets/stylesheets/theme.css */
.lime.accent-4 {
  background-color: #aeea00 !important;
}

/* line 1470, app/assets/stylesheets/theme.css */
.lime-text.text-accent-4 {
  color: #aeea00 !important;
}

/* line 1474, app/assets/stylesheets/theme.css */
.yellow {
  background-color: #ffeb3b !important;
}

/* line 1478, app/assets/stylesheets/theme.css */
.yellow-text {
  color: #ffeb3b !important;
}

/* line 1482, app/assets/stylesheets/theme.css */
.yellow.lighten-5 {
  background-color: #fffde7 !important;
}

/* line 1486, app/assets/stylesheets/theme.css */
.yellow-text.text-lighten-5 {
  color: #fffde7 !important;
}

/* line 1490, app/assets/stylesheets/theme.css */
.yellow.lighten-4 {
  background-color: #fff9c4 !important;
}

/* line 1494, app/assets/stylesheets/theme.css */
.yellow-text.text-lighten-4 {
  color: #fff9c4 !important;
}

/* line 1498, app/assets/stylesheets/theme.css */
.yellow.lighten-3 {
  background-color: #fff59d !important;
}

/* line 1502, app/assets/stylesheets/theme.css */
.yellow-text.text-lighten-3 {
  color: #fff59d !important;
}

/* line 1506, app/assets/stylesheets/theme.css */
.yellow.lighten-2 {
  background-color: #fff176 !important;
}

/* line 1510, app/assets/stylesheets/theme.css */
.yellow-text.text-lighten-2 {
  color: #fff176 !important;
}

/* line 1514, app/assets/stylesheets/theme.css */
.yellow.lighten-1 {
  background-color: #ffee58 !important;
}

/* line 1518, app/assets/stylesheets/theme.css */
.yellow-text.text-lighten-1 {
  color: #ffee58 !important;
}

/* line 1522, app/assets/stylesheets/theme.css */
.yellow.darken-1 {
  background-color: #fdd835 !important;
}

/* line 1526, app/assets/stylesheets/theme.css */
.yellow-text.text-darken-1 {
  color: #fdd835 !important;
}

/* line 1530, app/assets/stylesheets/theme.css */
.yellow.darken-2 {
  background-color: #fbc02d !important;
}

/* line 1534, app/assets/stylesheets/theme.css */
.yellow-text.text-darken-2 {
  color: #fbc02d !important;
}

/* line 1538, app/assets/stylesheets/theme.css */
.yellow.darken-3 {
  background-color: #f9a825 !important;
}

/* line 1542, app/assets/stylesheets/theme.css */
.yellow-text.text-darken-3 {
  color: #f9a825 !important;
}

/* line 1546, app/assets/stylesheets/theme.css */
.yellow.darken-4 {
  background-color: #f57f17 !important;
}

/* line 1550, app/assets/stylesheets/theme.css */
.yellow-text.text-darken-4 {
  color: #f57f17 !important;
}

/* line 1554, app/assets/stylesheets/theme.css */
.yellow.accent-1 {
  background-color: #ffff8d !important;
}

/* line 1558, app/assets/stylesheets/theme.css */
.yellow-text.text-accent-1 {
  color: #ffff8d !important;
}

/* line 1562, app/assets/stylesheets/theme.css */
.yellow.accent-2 {
  background-color: #ffff00 !important;
}

/* line 1566, app/assets/stylesheets/theme.css */
.yellow-text.text-accent-2 {
  color: #ffff00 !important;
}

/* line 1570, app/assets/stylesheets/theme.css */
.yellow.accent-3 {
  background-color: #ffea00 !important;
}

/* line 1574, app/assets/stylesheets/theme.css */
.yellow-text.text-accent-3 {
  color: #ffea00 !important;
}

/* line 1578, app/assets/stylesheets/theme.css */
.yellow.accent-4 {
  background-color: #ffd600 !important;
}

/* line 1582, app/assets/stylesheets/theme.css */
.yellow-text.text-accent-4 {
  color: #ffd600 !important;
}

/* line 1586, app/assets/stylesheets/theme.css */
.amber {
  background-color: #ffc107 !important;
}

/* line 1590, app/assets/stylesheets/theme.css */
.amber-text {
  color: #ffc107 !important;
}

/* line 1594, app/assets/stylesheets/theme.css */
.amber.lighten-5 {
  background-color: #fff8e1 !important;
}

/* line 1598, app/assets/stylesheets/theme.css */
.amber-text.text-lighten-5 {
  color: #fff8e1 !important;
}

/* line 1602, app/assets/stylesheets/theme.css */
.amber.lighten-4 {
  background-color: #ffecb3 !important;
}

/* line 1606, app/assets/stylesheets/theme.css */
.amber-text.text-lighten-4 {
  color: #ffecb3 !important;
}

/* line 1610, app/assets/stylesheets/theme.css */
.amber.lighten-3 {
  background-color: #ffe082 !important;
}

/* line 1614, app/assets/stylesheets/theme.css */
.amber-text.text-lighten-3 {
  color: #ffe082 !important;
}

/* line 1618, app/assets/stylesheets/theme.css */
.amber.lighten-2 {
  background-color: #ffd54f !important;
}

/* line 1622, app/assets/stylesheets/theme.css */
.amber-text.text-lighten-2 {
  color: #ffd54f !important;
}

/* line 1626, app/assets/stylesheets/theme.css */
.amber.lighten-1 {
  background-color: #ffca28 !important;
}

/* line 1630, app/assets/stylesheets/theme.css */
.amber-text.text-lighten-1 {
  color: #ffca28 !important;
}

/* line 1634, app/assets/stylesheets/theme.css */
.amber.darken-1 {
  background-color: #ffb300 !important;
}

/* line 1638, app/assets/stylesheets/theme.css */
.amber-text.text-darken-1 {
  color: #ffb300 !important;
}

/* line 1642, app/assets/stylesheets/theme.css */
.amber.darken-2 {
  background-color: #ffa000 !important;
}

/* line 1646, app/assets/stylesheets/theme.css */
.amber-text.text-darken-2 {
  color: #ffa000 !important;
}

/* line 1650, app/assets/stylesheets/theme.css */
.amber.darken-3 {
  background-color: #ff8f00 !important;
}

/* line 1654, app/assets/stylesheets/theme.css */
.amber-text.text-darken-3 {
  color: #ff8f00 !important;
}

/* line 1658, app/assets/stylesheets/theme.css */
.amber.darken-4 {
  background-color: #ff6f00 !important;
}

/* line 1662, app/assets/stylesheets/theme.css */
.amber-text.text-darken-4 {
  color: #ff6f00 !important;
}

/* line 1666, app/assets/stylesheets/theme.css */
.amber.accent-1 {
  background-color: #ffe57f !important;
}

/* line 1670, app/assets/stylesheets/theme.css */
.amber-text.text-accent-1 {
  color: #ffe57f !important;
}

/* line 1674, app/assets/stylesheets/theme.css */
.amber.accent-2 {
  background-color: #ffd740 !important;
}

/* line 1678, app/assets/stylesheets/theme.css */
.amber-text.text-accent-2 {
  color: #ffd740 !important;
}

/* line 1682, app/assets/stylesheets/theme.css */
.amber.accent-3 {
  background-color: #ffc400 !important;
}

/* line 1686, app/assets/stylesheets/theme.css */
.amber-text.text-accent-3 {
  color: #ffc400 !important;
}

/* line 1690, app/assets/stylesheets/theme.css */
.amber.accent-4 {
  background-color: #ffab00 !important;
}

/* line 1694, app/assets/stylesheets/theme.css */
.amber-text.text-accent-4 {
  color: #ffab00 !important;
}

/* line 1698, app/assets/stylesheets/theme.css */
.orange {
  background-color: #ff9800 !important;
}

/* line 1702, app/assets/stylesheets/theme.css */
.orange-text {
  color: #ff9800 !important;
}

/* line 1706, app/assets/stylesheets/theme.css */
.orange.lighten-5 {
  background-color: #fff3e0 !important;
}

/* line 1710, app/assets/stylesheets/theme.css */
.orange-text.text-lighten-5 {
  color: #fff3e0 !important;
}

/* line 1714, app/assets/stylesheets/theme.css */
.orange.lighten-4 {
  background-color: #ffe0b2 !important;
}

/* line 1718, app/assets/stylesheets/theme.css */
.orange-text.text-lighten-4 {
  color: #ffe0b2 !important;
}

/* line 1722, app/assets/stylesheets/theme.css */
.orange.lighten-3 {
  background-color: #ffcc80 !important;
}

/* line 1726, app/assets/stylesheets/theme.css */
.orange-text.text-lighten-3 {
  color: #ffcc80 !important;
}

/* line 1730, app/assets/stylesheets/theme.css */
.orange.lighten-2 {
  background-color: #ffb74d !important;
}

/* line 1734, app/assets/stylesheets/theme.css */
.orange-text.text-lighten-2 {
  color: #ffb74d !important;
}

/* line 1738, app/assets/stylesheets/theme.css */
.orange.lighten-1 {
  background-color: #ffa726 !important;
}

/* line 1742, app/assets/stylesheets/theme.css */
.orange-text.text-lighten-1 {
  color: #ffa726 !important;
}

/* line 1746, app/assets/stylesheets/theme.css */
.orange.darken-1 {
  background-color: #fb8c00 !important;
}

/* line 1750, app/assets/stylesheets/theme.css */
.orange-text.text-darken-1 {
  color: #fb8c00 !important;
}

/* line 1754, app/assets/stylesheets/theme.css */
.orange.darken-2 {
  background-color: #f57c00 !important;
}

/* line 1758, app/assets/stylesheets/theme.css */
.orange-text.text-darken-2 {
  color: #f57c00 !important;
}

/* line 1762, app/assets/stylesheets/theme.css */
.orange.darken-3 {
  background-color: #ef6c00 !important;
}

/* line 1766, app/assets/stylesheets/theme.css */
.orange-text.text-darken-3 {
  color: #ef6c00 !important;
}

/* line 1770, app/assets/stylesheets/theme.css */
.orange.darken-4 {
  background-color: #e65100 !important;
}

/* line 1774, app/assets/stylesheets/theme.css */
.orange-text.text-darken-4 {
  color: #e65100 !important;
}

/* line 1778, app/assets/stylesheets/theme.css */
.orange.accent-1 {
  background-color: #ffd180 !important;
}

/* line 1782, app/assets/stylesheets/theme.css */
.orange-text.text-accent-1 {
  color: #ffd180 !important;
}

/* line 1786, app/assets/stylesheets/theme.css */
.orange.accent-2 {
  background-color: #ffab40 !important;
}

/* line 1790, app/assets/stylesheets/theme.css */
.orange-text.text-accent-2 {
  color: #ffab40 !important;
}

/* line 1794, app/assets/stylesheets/theme.css */
.orange.accent-3 {
  background-color: #ff9100 !important;
}

/* line 1798, app/assets/stylesheets/theme.css */
.orange-text.text-accent-3 {
  color: #ff9100 !important;
}

/* line 1802, app/assets/stylesheets/theme.css */
.orange.accent-4 {
  background-color: #ff6d00 !important;
}

/* line 1806, app/assets/stylesheets/theme.css */
.orange-text.text-accent-4 {
  color: #ff6d00 !important;
}

/* line 1810, app/assets/stylesheets/theme.css */
.deep-orange {
  background-color: #ff5722 !important;
}

/* line 1814, app/assets/stylesheets/theme.css */
.deep-orange-text {
  color: #ff5722 !important;
}

/* line 1818, app/assets/stylesheets/theme.css */
.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important;
}

/* line 1822, app/assets/stylesheets/theme.css */
.deep-orange-text.text-lighten-5 {
  color: #fbe9e7 !important;
}

/* line 1826, app/assets/stylesheets/theme.css */
.deep-orange.lighten-4 {
  background-color: #ffccbc !important;
}

/* line 1830, app/assets/stylesheets/theme.css */
.deep-orange-text.text-lighten-4 {
  color: #ffccbc !important;
}

/* line 1834, app/assets/stylesheets/theme.css */
.deep-orange.lighten-3 {
  background-color: #ffab91 !important;
}

/* line 1838, app/assets/stylesheets/theme.css */
.deep-orange-text.text-lighten-3 {
  color: #ffab91 !important;
}

/* line 1842, app/assets/stylesheets/theme.css */
.deep-orange.lighten-2 {
  background-color: #ff8a65 !important;
}

/* line 1846, app/assets/stylesheets/theme.css */
.deep-orange-text.text-lighten-2 {
  color: #ff8a65 !important;
}

/* line 1850, app/assets/stylesheets/theme.css */
.deep-orange.lighten-1 {
  background-color: #ff7043 !important;
}

/* line 1854, app/assets/stylesheets/theme.css */
.deep-orange-text.text-lighten-1 {
  color: #ff7043 !important;
}

/* line 1858, app/assets/stylesheets/theme.css */
.deep-orange.darken-1 {
  background-color: #f4511e !important;
}

/* line 1862, app/assets/stylesheets/theme.css */
.deep-orange-text.text-darken-1 {
  color: #f4511e !important;
}

/* line 1866, app/assets/stylesheets/theme.css */
.deep-orange.darken-2 {
  background-color: #e64a19 !important;
}

/* line 1870, app/assets/stylesheets/theme.css */
.deep-orange-text.text-darken-2 {
  color: #e64a19 !important;
}

/* line 1874, app/assets/stylesheets/theme.css */
.deep-orange.darken-3 {
  background-color: #d84315 !important;
}

/* line 1878, app/assets/stylesheets/theme.css */
.deep-orange-text.text-darken-3 {
  color: #d84315 !important;
}

/* line 1882, app/assets/stylesheets/theme.css */
.deep-orange.darken-4 {
  background-color: #bf360c !important;
}

/* line 1886, app/assets/stylesheets/theme.css */
.deep-orange-text.text-darken-4 {
  color: #bf360c !important;
}

/* line 1890, app/assets/stylesheets/theme.css */
.deep-orange.accent-1 {
  background-color: #ff9e80 !important;
}

/* line 1894, app/assets/stylesheets/theme.css */
.deep-orange-text.text-accent-1 {
  color: #ff9e80 !important;
}

/* line 1898, app/assets/stylesheets/theme.css */
.deep-orange.accent-2 {
  background-color: #ff6e40 !important;
}

/* line 1902, app/assets/stylesheets/theme.css */
.deep-orange-text.text-accent-2 {
  color: #ff6e40 !important;
}

/* line 1906, app/assets/stylesheets/theme.css */
.deep-orange.accent-3 {
  background-color: #ff3d00 !important;
}

/* line 1910, app/assets/stylesheets/theme.css */
.deep-orange-text.text-accent-3 {
  color: #ff3d00 !important;
}

/* line 1914, app/assets/stylesheets/theme.css */
.deep-orange.accent-4 {
  background-color: #dd2c00 !important;
}

/* line 1918, app/assets/stylesheets/theme.css */
.deep-orange-text.text-accent-4 {
  color: #dd2c00 !important;
}

/* line 1922, app/assets/stylesheets/theme.css */
.brown {
  background-color: #795548 !important;
}

/* line 1926, app/assets/stylesheets/theme.css */
.brown-text {
  color: #795548 !important;
}

/* line 1930, app/assets/stylesheets/theme.css */
.brown.lighten-5 {
  background-color: #efebe9 !important;
}

/* line 1934, app/assets/stylesheets/theme.css */
.brown-text.text-lighten-5 {
  color: #efebe9 !important;
}

/* line 1938, app/assets/stylesheets/theme.css */
.brown.lighten-4 {
  background-color: #d7ccc8 !important;
}

/* line 1942, app/assets/stylesheets/theme.css */
.brown-text.text-lighten-4 {
  color: #d7ccc8 !important;
}

/* line 1946, app/assets/stylesheets/theme.css */
.brown.lighten-3 {
  background-color: #bcaaa4 !important;
}

/* line 1950, app/assets/stylesheets/theme.css */
.brown-text.text-lighten-3 {
  color: #bcaaa4 !important;
}

/* line 1954, app/assets/stylesheets/theme.css */
.brown.lighten-2 {
  background-color: #a1887f !important;
}

/* line 1958, app/assets/stylesheets/theme.css */
.brown-text.text-lighten-2 {
  color: #a1887f !important;
}

/* line 1962, app/assets/stylesheets/theme.css */
.brown.lighten-1 {
  background-color: #8d6e63 !important;
}

/* line 1966, app/assets/stylesheets/theme.css */
.brown-text.text-lighten-1 {
  color: #8d6e63 !important;
}

/* line 1970, app/assets/stylesheets/theme.css */
.brown.darken-1 {
  background-color: #6d4c41 !important;
}

/* line 1974, app/assets/stylesheets/theme.css */
.brown-text.text-darken-1 {
  color: #6d4c41 !important;
}

/* line 1978, app/assets/stylesheets/theme.css */
.brown.darken-2 {
  background-color: #5d4037 !important;
}

/* line 1982, app/assets/stylesheets/theme.css */
.brown-text.text-darken-2 {
  color: #5d4037 !important;
}

/* line 1986, app/assets/stylesheets/theme.css */
.brown.darken-3 {
  background-color: #4e342e !important;
}

/* line 1990, app/assets/stylesheets/theme.css */
.brown-text.text-darken-3 {
  color: #4e342e !important;
}

/* line 1994, app/assets/stylesheets/theme.css */
.brown.darken-4 {
  background-color: #3e2723 !important;
}

/* line 1998, app/assets/stylesheets/theme.css */
.brown-text.text-darken-4 {
  color: #3e2723 !important;
}

/* line 2002, app/assets/stylesheets/theme.css */
.blue-grey {
  background-color: #607d8b !important;
}

/* line 2006, app/assets/stylesheets/theme.css */
.blue-grey-text {
  color: #607d8b !important;
}

/* line 2010, app/assets/stylesheets/theme.css */
.blue-grey.lighten-5 {
  background-color: #eceff1 !important;
}

/* line 2014, app/assets/stylesheets/theme.css */
.blue-grey-text.text-lighten-5 {
  color: #eceff1 !important;
}

/* line 2018, app/assets/stylesheets/theme.css */
.blue-grey.lighten-4 {
  background-color: #cfd8dc !important;
}

/* line 2022, app/assets/stylesheets/theme.css */
.blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important;
}

/* line 2026, app/assets/stylesheets/theme.css */
.blue-grey.lighten-3 {
  background-color: #b0bec5 !important;
}

/* line 2030, app/assets/stylesheets/theme.css */
.blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important;
}

/* line 2034, app/assets/stylesheets/theme.css */
.blue-grey.lighten-2 {
  background-color: #90a4ae !important;
}

/* line 2038, app/assets/stylesheets/theme.css */
.blue-grey-text.text-lighten-2 {
  color: #90a4ae !important;
}

/* line 2042, app/assets/stylesheets/theme.css */
.blue-grey.lighten-1 {
  background-color: #78909c !important;
}

/* line 2046, app/assets/stylesheets/theme.css */
.blue-grey-text.text-lighten-1 {
  color: #78909c !important;
}

/* line 2050, app/assets/stylesheets/theme.css */
.blue-grey.darken-1 {
  background-color: #546e7a !important;
}

/* line 2054, app/assets/stylesheets/theme.css */
.blue-grey-text.text-darken-1 {
  color: #546e7a !important;
}

/* line 2058, app/assets/stylesheets/theme.css */
.blue-grey.darken-2 {
  background-color: #455a64 !important;
}

/* line 2062, app/assets/stylesheets/theme.css */
.blue-grey-text.text-darken-2 {
  color: #455a64 !important;
}

/* line 2066, app/assets/stylesheets/theme.css */
.blue-grey.darken-3 {
  background-color: #37474f !important;
}

/* line 2070, app/assets/stylesheets/theme.css */
.blue-grey-text.text-darken-3 {
  color: #37474f !important;
}

/* line 2074, app/assets/stylesheets/theme.css */
.blue-grey.darken-4 {
  background-color: #263238 !important;
}

/* line 2078, app/assets/stylesheets/theme.css */
.blue-grey-text.text-darken-4 {
  color: #263238 !important;
}

/* line 2082, app/assets/stylesheets/theme.css */
.grey {
  background-color: #9e9e9e !important;
}

/* line 2086, app/assets/stylesheets/theme.css */
.grey-text {
  color: #9e9e9e !important;
}

/* line 2090, app/assets/stylesheets/theme.css */
.grey.lighten-5 {
  background-color: #fafafa !important;
}

/* line 2094, app/assets/stylesheets/theme.css */
.grey-text.text-lighten-5 {
  color: #fafafa !important;
}

/* line 2098, app/assets/stylesheets/theme.css */
.grey.lighten-4 {
  background-color: #f5f5f5 !important;
}

/* line 2102, app/assets/stylesheets/theme.css */
.grey-text.text-lighten-4 {
  color: #f5f5f5 !important;
}

/* line 2106, app/assets/stylesheets/theme.css */
.grey.lighten-3 {
  background-color: #eeeeee !important;
}

/* line 2110, app/assets/stylesheets/theme.css */
.grey-text.text-lighten-3 {
  color: #eeeeee !important;
}

/* line 2114, app/assets/stylesheets/theme.css */
.grey.lighten-2 {
  background-color: #e0e0e0 !important;
}

/* line 2118, app/assets/stylesheets/theme.css */
.grey-text.text-lighten-2 {
  color: #e0e0e0 !important;
}

/* line 2122, app/assets/stylesheets/theme.css */
.grey.lighten-1 {
  background-color: #bdbdbd !important;
}

/* line 2126, app/assets/stylesheets/theme.css */
.grey-text.text-lighten-1 {
  color: #bdbdbd !important;
}

/* line 2130, app/assets/stylesheets/theme.css */
.grey.darken-1 {
  background-color: #757575 !important;
}

/* line 2134, app/assets/stylesheets/theme.css */
.grey-text.text-darken-1 {
  color: #757575 !important;
}

/* line 2138, app/assets/stylesheets/theme.css */
.grey.darken-2 {
  background-color: #616161 !important;
}

/* line 2142, app/assets/stylesheets/theme.css */
.grey-text.text-darken-2 {
  color: #616161 !important;
}

/* line 2146, app/assets/stylesheets/theme.css */
.grey.darken-3 {
  background-color: #424242 !important;
}

/* line 2150, app/assets/stylesheets/theme.css */
.grey-text.text-darken-3 {
  color: #424242 !important;
}

/* line 2154, app/assets/stylesheets/theme.css */
.grey.darken-4 {
  background-color: #212121 !important;
}

/* line 2158, app/assets/stylesheets/theme.css */
.grey-text.text-darken-4 {
  color: #212121 !important;
}

/* line 2162, app/assets/stylesheets/theme.css */
.black {
  background-color: #000000 !important;
}

/* line 2166, app/assets/stylesheets/theme.css */
.black-text {
  color: #000000 !important;
}

/* line 2170, app/assets/stylesheets/theme.css */
.white {
  background-color: #FFFFFF !important;
}

/* line 2174, app/assets/stylesheets/theme.css */
.white-text {
  color: #FFFFFF !important;
}

/* line 2178, app/assets/stylesheets/theme.css */
.transparent {
  background-color: transparent !important;
}

/* line 2182, app/assets/stylesheets/theme.css */
.transparent-text {
  color: transparent !important;
}

/* Coolors Exported Palette - coolors.co/ff7407-39bced-808f87-9b7e46-f4b266 */
/* HSL */
/* RGB */
/* line 2189, app/assets/stylesheets/theme.css */
.site-orange {
  background-color: #ff5107 !important;
}

/* line 2193, app/assets/stylesheets/theme.css */
.site-orange-text {
  color: #ff5107 !important;
}

/* line 2197, app/assets/stylesheets/theme.css */
.site-dark-blue {
  background-color: #0a1d2e !important;
}

/* line 2201, app/assets/stylesheets/theme.css */
.site-dark-blue-text {
  color: #0a1d2e !important;
}

/* line 2205, app/assets/stylesheets/theme.css */
.site-blue {
  background-color: #0a1d2e !important;
}

/* line 2209, app/assets/stylesheets/theme.css */
.site-blue-text {
  color: #0a1d2e !important;
}

/* line 2213, app/assets/stylesheets/theme.css */
.site-light-blue {
  background-color: #f0f5f7 !important;
}

/* line 2217, app/assets/stylesheets/theme.css */
.site-light-blue-text {
  color: #f0f5f7 !important;
}

/* line 2221, app/assets/stylesheets/theme.css */
.materialize-red {
  background-color: #e51c23 !important;
}

/* line 2225, app/assets/stylesheets/theme.css */
.materialize-red-text {
  color: #e51c23 !important;
}

/* line 2229, app/assets/stylesheets/theme.css */
.materialize-red.lighten-5 {
  background-color: #fdeaeb !important;
}

/* line 2233, app/assets/stylesheets/theme.css */
.materialize-red-text.text-lighten-5 {
  color: #fdeaeb !important;
}

/* line 2237, app/assets/stylesheets/theme.css */
.materialize-red.lighten-4 {
  background-color: #f8c1c3 !important;
}

/* line 2241, app/assets/stylesheets/theme.css */
.materialize-red-text.text-lighten-4 {
  color: #f8c1c3 !important;
}

/* line 2245, app/assets/stylesheets/theme.css */
.materialize-red.lighten-3 {
  background-color: #f3989b !important;
}

/* line 2249, app/assets/stylesheets/theme.css */
.materialize-red-text.text-lighten-3 {
  color: #f3989b !important;
}

/* line 2253, app/assets/stylesheets/theme.css */
.materialize-red.lighten-2 {
  background-color: #ee6e73 !important;
}

/* line 2257, app/assets/stylesheets/theme.css */
.materialize-red-text.text-lighten-2 {
  color: #ee6e73 !important;
}

/* line 2261, app/assets/stylesheets/theme.css */
.materialize-red.lighten-1 {
  background-color: #ea454b !important;
}

/* line 2265, app/assets/stylesheets/theme.css */
.materialize-red-text.text-lighten-1 {
  color: #ea454b !important;
}

/* line 2269, app/assets/stylesheets/theme.css */
.materialize-red.darken-1 {
  background-color: #d0181e !important;
}

/* line 2273, app/assets/stylesheets/theme.css */
.materialize-red-text.text-darken-1 {
  color: #d0181e !important;
}

/* line 2277, app/assets/stylesheets/theme.css */
.materialize-red.darken-2 {
  background-color: #b9151b !important;
}

/* line 2281, app/assets/stylesheets/theme.css */
.materialize-red-text.text-darken-2 {
  color: #b9151b !important;
}

/* line 2285, app/assets/stylesheets/theme.css */
.materialize-red.darken-3 {
  background-color: #a21318 !important;
}

/* line 2289, app/assets/stylesheets/theme.css */
.materialize-red-text.text-darken-3 {
  color: #a21318 !important;
}

/* line 2293, app/assets/stylesheets/theme.css */
.materialize-red.darken-4 {
  background-color: #8b1014 !important;
}

/* line 2297, app/assets/stylesheets/theme.css */
.materialize-red-text.text-darken-4 {
  color: #8b1014 !important;
}

/* line 2301, app/assets/stylesheets/theme.css */
.red {
  background-color: #F44336 !important;
}

/* line 2305, app/assets/stylesheets/theme.css */
.red-text {
  color: #F44336 !important;
}

/* line 2309, app/assets/stylesheets/theme.css */
.red.lighten-5 {
  background-color: #FFEBEE !important;
}

/* line 2313, app/assets/stylesheets/theme.css */
.red-text.text-lighten-5 {
  color: #FFEBEE !important;
}

/* line 2317, app/assets/stylesheets/theme.css */
.red.lighten-4 {
  background-color: #FFCDD2 !important;
}

/* line 2321, app/assets/stylesheets/theme.css */
.red-text.text-lighten-4 {
  color: #FFCDD2 !important;
}

/* line 2325, app/assets/stylesheets/theme.css */
.red.lighten-3 {
  background-color: #EF9A9A !important;
}

/* line 2329, app/assets/stylesheets/theme.css */
.red-text.text-lighten-3 {
  color: #EF9A9A !important;
}

/* line 2333, app/assets/stylesheets/theme.css */
.red.lighten-2 {
  background-color: #E57373 !important;
}

/* line 2337, app/assets/stylesheets/theme.css */
.red-text.text-lighten-2 {
  color: #E57373 !important;
}

/* line 2341, app/assets/stylesheets/theme.css */
.red.lighten-1 {
  background-color: #EF5350 !important;
}

/* line 2345, app/assets/stylesheets/theme.css */
.red-text.text-lighten-1 {
  color: #EF5350 !important;
}

/* line 2349, app/assets/stylesheets/theme.css */
.red.darken-1 {
  background-color: #E53935 !important;
}

/* line 2353, app/assets/stylesheets/theme.css */
.red-text.text-darken-1 {
  color: #E53935 !important;
}

/* line 2357, app/assets/stylesheets/theme.css */
.red.darken-2 {
  background-color: #D32F2F !important;
}

/* line 2361, app/assets/stylesheets/theme.css */
.red-text.text-darken-2 {
  color: #D32F2F !important;
}

/* line 2365, app/assets/stylesheets/theme.css */
.red.darken-3 {
  background-color: #C62828 !important;
}

/* line 2369, app/assets/stylesheets/theme.css */
.red-text.text-darken-3 {
  color: #C62828 !important;
}

/* line 2373, app/assets/stylesheets/theme.css */
.red.darken-4 {
  background-color: #B71C1C !important;
}

/* line 2377, app/assets/stylesheets/theme.css */
.red-text.text-darken-4 {
  color: #B71C1C !important;
}

/* line 2381, app/assets/stylesheets/theme.css */
.red.accent-1 {
  background-color: #FF8A80 !important;
}

/* line 2385, app/assets/stylesheets/theme.css */
.red-text.text-accent-1 {
  color: #FF8A80 !important;
}

/* line 2389, app/assets/stylesheets/theme.css */
.red.accent-2 {
  background-color: #FF5252 !important;
}

/* line 2393, app/assets/stylesheets/theme.css */
.red-text.text-accent-2 {
  color: #FF5252 !important;
}

/* line 2397, app/assets/stylesheets/theme.css */
.red.accent-3 {
  background-color: #FF1744 !important;
}

/* line 2401, app/assets/stylesheets/theme.css */
.red-text.text-accent-3 {
  color: #FF1744 !important;
}

/* line 2405, app/assets/stylesheets/theme.css */
.red.accent-4 {
  background-color: #D50000 !important;
}

/* line 2409, app/assets/stylesheets/theme.css */
.red-text.text-accent-4 {
  color: #D50000 !important;
}

/* line 2413, app/assets/stylesheets/theme.css */
.pink {
  background-color: #e91e63 !important;
}

/* line 2417, app/assets/stylesheets/theme.css */
.pink-text {
  color: #e91e63 !important;
}

/* line 2421, app/assets/stylesheets/theme.css */
.pink.lighten-5 {
  background-color: #fce4ec !important;
}

/* line 2425, app/assets/stylesheets/theme.css */
.pink-text.text-lighten-5 {
  color: #fce4ec !important;
}

/* line 2429, app/assets/stylesheets/theme.css */
.pink.lighten-4 {
  background-color: #f8bbd0 !important;
}

/* line 2433, app/assets/stylesheets/theme.css */
.pink-text.text-lighten-4 {
  color: #f8bbd0 !important;
}

/* line 2437, app/assets/stylesheets/theme.css */
.pink.lighten-3 {
  background-color: #f48fb1 !important;
}

/* line 2441, app/assets/stylesheets/theme.css */
.pink-text.text-lighten-3 {
  color: #f48fb1 !important;
}

/* line 2445, app/assets/stylesheets/theme.css */
.pink.lighten-2 {
  background-color: #f06292 !important;
}

/* line 2449, app/assets/stylesheets/theme.css */
.pink-text.text-lighten-2 {
  color: #f06292 !important;
}

/* line 2453, app/assets/stylesheets/theme.css */
.pink.lighten-1 {
  background-color: #ec407a !important;
}

/* line 2457, app/assets/stylesheets/theme.css */
.pink-text.text-lighten-1 {
  color: #ec407a !important;
}

/* line 2461, app/assets/stylesheets/theme.css */
.pink.darken-1 {
  background-color: #d81b60 !important;
}

/* line 2465, app/assets/stylesheets/theme.css */
.pink-text.text-darken-1 {
  color: #d81b60 !important;
}

/* line 2469, app/assets/stylesheets/theme.css */
.pink.darken-2 {
  background-color: #c2185b !important;
}

/* line 2473, app/assets/stylesheets/theme.css */
.pink-text.text-darken-2 {
  color: #c2185b !important;
}

/* line 2477, app/assets/stylesheets/theme.css */
.pink.darken-3 {
  background-color: #ad1457 !important;
}

/* line 2481, app/assets/stylesheets/theme.css */
.pink-text.text-darken-3 {
  color: #ad1457 !important;
}

/* line 2485, app/assets/stylesheets/theme.css */
.pink.darken-4 {
  background-color: #880e4f !important;
}

/* line 2489, app/assets/stylesheets/theme.css */
.pink-text.text-darken-4 {
  color: #880e4f !important;
}

/* line 2493, app/assets/stylesheets/theme.css */
.pink.accent-1 {
  background-color: #ff80ab !important;
}

/* line 2497, app/assets/stylesheets/theme.css */
.pink-text.text-accent-1 {
  color: #ff80ab !important;
}

/* line 2501, app/assets/stylesheets/theme.css */
.pink.accent-2 {
  background-color: #ff4081 !important;
}

/* line 2505, app/assets/stylesheets/theme.css */
.pink-text.text-accent-2 {
  color: #ff4081 !important;
}

/* line 2509, app/assets/stylesheets/theme.css */
.pink.accent-3 {
  background-color: #f50057 !important;
}

/* line 2513, app/assets/stylesheets/theme.css */
.pink-text.text-accent-3 {
  color: #f50057 !important;
}

/* line 2517, app/assets/stylesheets/theme.css */
.pink.accent-4 {
  background-color: #c51162 !important;
}

/* line 2521, app/assets/stylesheets/theme.css */
.pink-text.text-accent-4 {
  color: #c51162 !important;
}

/* line 2525, app/assets/stylesheets/theme.css */
.purple {
  background-color: #9c27b0 !important;
}

/* line 2529, app/assets/stylesheets/theme.css */
.purple-text {
  color: #9c27b0 !important;
}

/* line 2533, app/assets/stylesheets/theme.css */
.purple.lighten-5 {
  background-color: #f3e5f5 !important;
}

/* line 2537, app/assets/stylesheets/theme.css */
.purple-text.text-lighten-5 {
  color: #f3e5f5 !important;
}

/* line 2541, app/assets/stylesheets/theme.css */
.purple.lighten-4 {
  background-color: #e1bee7 !important;
}

/* line 2545, app/assets/stylesheets/theme.css */
.purple-text.text-lighten-4 {
  color: #e1bee7 !important;
}

/* line 2549, app/assets/stylesheets/theme.css */
.purple.lighten-3 {
  background-color: #ce93d8 !important;
}

/* line 2553, app/assets/stylesheets/theme.css */
.purple-text.text-lighten-3 {
  color: #ce93d8 !important;
}

/* line 2557, app/assets/stylesheets/theme.css */
.purple.lighten-2 {
  background-color: #ba68c8 !important;
}

/* line 2561, app/assets/stylesheets/theme.css */
.purple-text.text-lighten-2 {
  color: #ba68c8 !important;
}

/* line 2565, app/assets/stylesheets/theme.css */
.purple.lighten-1 {
  background-color: #ab47bc !important;
}

/* line 2569, app/assets/stylesheets/theme.css */
.purple-text.text-lighten-1 {
  color: #ab47bc !important;
}

/* line 2573, app/assets/stylesheets/theme.css */
.purple.darken-1 {
  background-color: #8e24aa !important;
}

/* line 2577, app/assets/stylesheets/theme.css */
.purple-text.text-darken-1 {
  color: #8e24aa !important;
}

/* line 2581, app/assets/stylesheets/theme.css */
.purple.darken-2 {
  background-color: #7b1fa2 !important;
}

/* line 2585, app/assets/stylesheets/theme.css */
.purple-text.text-darken-2 {
  color: #7b1fa2 !important;
}

/* line 2589, app/assets/stylesheets/theme.css */
.purple.darken-3 {
  background-color: #6a1b9a !important;
}

/* line 2593, app/assets/stylesheets/theme.css */
.purple-text.text-darken-3 {
  color: #6a1b9a !important;
}

/* line 2597, app/assets/stylesheets/theme.css */
.purple.darken-4 {
  background-color: #4a148c !important;
}

/* line 2601, app/assets/stylesheets/theme.css */
.purple-text.text-darken-4 {
  color: #4a148c !important;
}

/* line 2605, app/assets/stylesheets/theme.css */
.purple.accent-1 {
  background-color: #ea80fc !important;
}

/* line 2609, app/assets/stylesheets/theme.css */
.purple-text.text-accent-1 {
  color: #ea80fc !important;
}

/* line 2613, app/assets/stylesheets/theme.css */
.purple.accent-2 {
  background-color: #e040fb !important;
}

/* line 2617, app/assets/stylesheets/theme.css */
.purple-text.text-accent-2 {
  color: #e040fb !important;
}

/* line 2621, app/assets/stylesheets/theme.css */
.purple.accent-3 {
  background-color: #d500f9 !important;
}

/* line 2625, app/assets/stylesheets/theme.css */
.purple-text.text-accent-3 {
  color: #d500f9 !important;
}

/* line 2629, app/assets/stylesheets/theme.css */
.purple.accent-4 {
  background-color: #aa00ff !important;
}

/* line 2633, app/assets/stylesheets/theme.css */
.purple-text.text-accent-4 {
  color: #aa00ff !important;
}

/* line 2637, app/assets/stylesheets/theme.css */
.deep-purple {
  background-color: #673ab7 !important;
}

/* line 2641, app/assets/stylesheets/theme.css */
.deep-purple-text {
  color: #673ab7 !important;
}

/* line 2645, app/assets/stylesheets/theme.css */
.deep-purple.lighten-5 {
  background-color: #ede7f6 !important;
}

/* line 2649, app/assets/stylesheets/theme.css */
.deep-purple-text.text-lighten-5 {
  color: #ede7f6 !important;
}

/* line 2653, app/assets/stylesheets/theme.css */
.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important;
}

/* line 2657, app/assets/stylesheets/theme.css */
.deep-purple-text.text-lighten-4 {
  color: #d1c4e9 !important;
}

/* line 2661, app/assets/stylesheets/theme.css */
.deep-purple.lighten-3 {
  background-color: #b39ddb !important;
}

/* line 2665, app/assets/stylesheets/theme.css */
.deep-purple-text.text-lighten-3 {
  color: #b39ddb !important;
}

/* line 2669, app/assets/stylesheets/theme.css */
.deep-purple.lighten-2 {
  background-color: #9575cd !important;
}

/* line 2673, app/assets/stylesheets/theme.css */
.deep-purple-text.text-lighten-2 {
  color: #9575cd !important;
}

/* line 2677, app/assets/stylesheets/theme.css */
.deep-purple.lighten-1 {
  background-color: #7e57c2 !important;
}

/* line 2681, app/assets/stylesheets/theme.css */
.deep-purple-text.text-lighten-1 {
  color: #7e57c2 !important;
}

/* line 2685, app/assets/stylesheets/theme.css */
.deep-purple.darken-1 {
  background-color: #5e35b1 !important;
}

/* line 2689, app/assets/stylesheets/theme.css */
.deep-purple-text.text-darken-1 {
  color: #5e35b1 !important;
}

/* line 2693, app/assets/stylesheets/theme.css */
.deep-purple.darken-2 {
  background-color: #512da8 !important;
}

/* line 2697, app/assets/stylesheets/theme.css */
.deep-purple-text.text-darken-2 {
  color: #512da8 !important;
}

/* line 2701, app/assets/stylesheets/theme.css */
.deep-purple.darken-3 {
  background-color: #4527a0 !important;
}

/* line 2705, app/assets/stylesheets/theme.css */
.deep-purple-text.text-darken-3 {
  color: #4527a0 !important;
}

/* line 2709, app/assets/stylesheets/theme.css */
.deep-purple.darken-4 {
  background-color: #311b92 !important;
}

/* line 2713, app/assets/stylesheets/theme.css */
.deep-purple-text.text-darken-4 {
  color: #311b92 !important;
}

/* line 2717, app/assets/stylesheets/theme.css */
.deep-purple.accent-1 {
  background-color: #b388ff !important;
}

/* line 2721, app/assets/stylesheets/theme.css */
.deep-purple-text.text-accent-1 {
  color: #b388ff !important;
}

/* line 2725, app/assets/stylesheets/theme.css */
.deep-purple.accent-2 {
  background-color: #7c4dff !important;
}

/* line 2729, app/assets/stylesheets/theme.css */
.deep-purple-text.text-accent-2 {
  color: #7c4dff !important;
}

/* line 2733, app/assets/stylesheets/theme.css */
.deep-purple.accent-3 {
  background-color: #651fff !important;
}

/* line 2737, app/assets/stylesheets/theme.css */
.deep-purple-text.text-accent-3 {
  color: #651fff !important;
}

/* line 2741, app/assets/stylesheets/theme.css */
.deep-purple.accent-4 {
  background-color: #6200ea !important;
}

/* line 2745, app/assets/stylesheets/theme.css */
.deep-purple-text.text-accent-4 {
  color: #6200ea !important;
}

/* line 2749, app/assets/stylesheets/theme.css */
.indigo {
  background-color: #3f51b5 !important;
}

/* line 2753, app/assets/stylesheets/theme.css */
.indigo-text {
  color: #3f51b5 !important;
}

/* line 2757, app/assets/stylesheets/theme.css */
.indigo.lighten-5 {
  background-color: #e8eaf6 !important;
}

/* line 2761, app/assets/stylesheets/theme.css */
.indigo-text.text-lighten-5 {
  color: #e8eaf6 !important;
}

/* line 2765, app/assets/stylesheets/theme.css */
.indigo.lighten-4 {
  background-color: #c5cae9 !important;
}

/* line 2769, app/assets/stylesheets/theme.css */
.indigo-text.text-lighten-4 {
  color: #c5cae9 !important;
}

/* line 2773, app/assets/stylesheets/theme.css */
.indigo.lighten-3 {
  background-color: #9fa8da !important;
}

/* line 2777, app/assets/stylesheets/theme.css */
.indigo-text.text-lighten-3 {
  color: #9fa8da !important;
}

/* line 2781, app/assets/stylesheets/theme.css */
.indigo.lighten-2 {
  background-color: #7986cb !important;
}

/* line 2785, app/assets/stylesheets/theme.css */
.indigo-text.text-lighten-2 {
  color: #7986cb !important;
}

/* line 2789, app/assets/stylesheets/theme.css */
.indigo.lighten-1 {
  background-color: #5c6bc0 !important;
}

/* line 2793, app/assets/stylesheets/theme.css */
.indigo-text.text-lighten-1 {
  color: #5c6bc0 !important;
}

/* line 2797, app/assets/stylesheets/theme.css */
.indigo.darken-1 {
  background-color: #3949ab !important;
}

/* line 2801, app/assets/stylesheets/theme.css */
.indigo-text.text-darken-1 {
  color: #3949ab !important;
}

/* line 2805, app/assets/stylesheets/theme.css */
.indigo.darken-2 {
  background-color: #303f9f !important;
}

/* line 2809, app/assets/stylesheets/theme.css */
.indigo-text.text-darken-2 {
  color: #303f9f !important;
}

/* line 2813, app/assets/stylesheets/theme.css */
.indigo.darken-3 {
  background-color: #283593 !important;
}

/* line 2817, app/assets/stylesheets/theme.css */
.indigo-text.text-darken-3 {
  color: #283593 !important;
}

/* line 2821, app/assets/stylesheets/theme.css */
.indigo.darken-4 {
  background-color: #1a237e !important;
}

/* line 2825, app/assets/stylesheets/theme.css */
.indigo-text.text-darken-4 {
  color: #1a237e !important;
}

/* line 2829, app/assets/stylesheets/theme.css */
.indigo.accent-1 {
  background-color: #8c9eff !important;
}

/* line 2833, app/assets/stylesheets/theme.css */
.indigo-text.text-accent-1 {
  color: #8c9eff !important;
}

/* line 2837, app/assets/stylesheets/theme.css */
.indigo.accent-2 {
  background-color: #536dfe !important;
}

/* line 2841, app/assets/stylesheets/theme.css */
.indigo-text.text-accent-2 {
  color: #536dfe !important;
}

/* line 2845, app/assets/stylesheets/theme.css */
.indigo.accent-3 {
  background-color: #3d5afe !important;
}

/* line 2849, app/assets/stylesheets/theme.css */
.indigo-text.text-accent-3 {
  color: #3d5afe !important;
}

/* line 2853, app/assets/stylesheets/theme.css */
.indigo.accent-4 {
  background-color: #304ffe !important;
}

/* line 2857, app/assets/stylesheets/theme.css */
.indigo-text.text-accent-4 {
  color: #304ffe !important;
}

/* line 2861, app/assets/stylesheets/theme.css */
.blue {
  background-color: #2196F3 !important;
}

/* line 2865, app/assets/stylesheets/theme.css */
.blue-text {
  color: #2196F3 !important;
}

/* line 2869, app/assets/stylesheets/theme.css */
.blue.lighten-5 {
  background-color: #E3F2FD !important;
}

/* line 2873, app/assets/stylesheets/theme.css */
.blue-text.text-lighten-5 {
  color: #E3F2FD !important;
}

/* line 2877, app/assets/stylesheets/theme.css */
.blue.lighten-4 {
  background-color: #BBDEFB !important;
}

/* line 2881, app/assets/stylesheets/theme.css */
.blue-text.text-lighten-4 {
  color: #BBDEFB !important;
}

/* line 2885, app/assets/stylesheets/theme.css */
.blue.lighten-3 {
  background-color: #90CAF9 !important;
}

/* line 2889, app/assets/stylesheets/theme.css */
.blue-text.text-lighten-3 {
  color: #90CAF9 !important;
}

/* line 2893, app/assets/stylesheets/theme.css */
.blue.lighten-2 {
  background-color: #64B5F6 !important;
}

/* line 2897, app/assets/stylesheets/theme.css */
.blue-text.text-lighten-2 {
  color: #64B5F6 !important;
}

/* line 2901, app/assets/stylesheets/theme.css */
.blue.lighten-1 {
  background-color: #42A5F5 !important;
}

/* line 2905, app/assets/stylesheets/theme.css */
.blue-text.text-lighten-1 {
  color: #42A5F5 !important;
}

/* line 2909, app/assets/stylesheets/theme.css */
.blue.darken-1 {
  background-color: #1E88E5 !important;
}

/* line 2913, app/assets/stylesheets/theme.css */
.blue-text.text-darken-1 {
  color: #1E88E5 !important;
}

/* line 2917, app/assets/stylesheets/theme.css */
.blue.darken-2 {
  background-color: #1976D2 !important;
}

/* line 2921, app/assets/stylesheets/theme.css */
.blue-text.text-darken-2 {
  color: #1976D2 !important;
}

/* line 2925, app/assets/stylesheets/theme.css */
.blue.darken-3 {
  background-color: #1565C0 !important;
}

/* line 2929, app/assets/stylesheets/theme.css */
.blue-text.text-darken-3 {
  color: #1565C0 !important;
}

/* line 2933, app/assets/stylesheets/theme.css */
.blue.darken-4 {
  background-color: #0D47A1 !important;
}

/* line 2937, app/assets/stylesheets/theme.css */
.blue-text.text-darken-4 {
  color: #0D47A1 !important;
}

/* line 2941, app/assets/stylesheets/theme.css */
.blue.accent-1 {
  background-color: #82B1FF !important;
}

/* line 2945, app/assets/stylesheets/theme.css */
.blue-text.text-accent-1 {
  color: #82B1FF !important;
}

/* line 2949, app/assets/stylesheets/theme.css */
.blue.accent-2 {
  background-color: #448AFF !important;
}

/* line 2953, app/assets/stylesheets/theme.css */
.blue-text.text-accent-2 {
  color: #448AFF !important;
}

/* line 2957, app/assets/stylesheets/theme.css */
.blue.accent-3 {
  background-color: #2979FF !important;
}

/* line 2961, app/assets/stylesheets/theme.css */
.blue-text.text-accent-3 {
  color: #2979FF !important;
}

/* line 2965, app/assets/stylesheets/theme.css */
.blue.accent-4 {
  background-color: #2962FF !important;
}

/* line 2969, app/assets/stylesheets/theme.css */
.blue-text.text-accent-4 {
  color: #2962FF !important;
}

/* line 2973, app/assets/stylesheets/theme.css */
.light-blue {
  background-color: #03a9f4 !important;
}

/* line 2977, app/assets/stylesheets/theme.css */
.light-blue-text {
  color: #03a9f4 !important;
}

/* line 2981, app/assets/stylesheets/theme.css */
.light-blue.lighten-5 {
  background-color: #e1f5fe !important;
}

/* line 2985, app/assets/stylesheets/theme.css */
.light-blue-text.text-lighten-5 {
  color: #e1f5fe !important;
}

/* line 2989, app/assets/stylesheets/theme.css */
.light-blue.lighten-4 {
  background-color: #b3e5fc !important;
}

/* line 2993, app/assets/stylesheets/theme.css */
.light-blue-text.text-lighten-4 {
  color: #b3e5fc !important;
}

/* line 2997, app/assets/stylesheets/theme.css */
.light-blue.lighten-3 {
  background-color: #81d4fa !important;
}

/* line 3001, app/assets/stylesheets/theme.css */
.light-blue-text.text-lighten-3 {
  color: #81d4fa !important;
}

/* line 3005, app/assets/stylesheets/theme.css */
.light-blue.lighten-2 {
  background-color: #4fc3f7 !important;
}

/* line 3009, app/assets/stylesheets/theme.css */
.light-blue-text.text-lighten-2 {
  color: #4fc3f7 !important;
}

/* line 3013, app/assets/stylesheets/theme.css */
.light-blue.lighten-1 {
  background-color: #29b6f6 !important;
}

/* line 3017, app/assets/stylesheets/theme.css */
.light-blue-text.text-lighten-1 {
  color: #29b6f6 !important;
}

/* line 3021, app/assets/stylesheets/theme.css */
.light-blue.darken-1 {
  background-color: #039be5 !important;
}

/* line 3025, app/assets/stylesheets/theme.css */
.light-blue-text.text-darken-1 {
  color: #039be5 !important;
}

/* line 3029, app/assets/stylesheets/theme.css */
.light-blue.darken-2 {
  background-color: #0288d1 !important;
}

/* line 3033, app/assets/stylesheets/theme.css */
.light-blue-text.text-darken-2 {
  color: #0288d1 !important;
}

/* line 3037, app/assets/stylesheets/theme.css */
.light-blue.darken-3 {
  background-color: #0277bd !important;
}

/* line 3041, app/assets/stylesheets/theme.css */
.light-blue-text.text-darken-3 {
  color: #0277bd !important;
}

/* line 3045, app/assets/stylesheets/theme.css */
.light-blue.darken-4 {
  background-color: #01579b !important;
}

/* line 3049, app/assets/stylesheets/theme.css */
.light-blue-text.text-darken-4 {
  color: #01579b !important;
}

/* line 3053, app/assets/stylesheets/theme.css */
.light-blue.accent-1 {
  background-color: #80d8ff !important;
}

/* line 3057, app/assets/stylesheets/theme.css */
.light-blue-text.text-accent-1 {
  color: #80d8ff !important;
}

/* line 3061, app/assets/stylesheets/theme.css */
.light-blue.accent-2 {
  background-color: #40c4ff !important;
}

/* line 3065, app/assets/stylesheets/theme.css */
.light-blue-text.text-accent-2 {
  color: #40c4ff !important;
}

/* line 3069, app/assets/stylesheets/theme.css */
.light-blue.accent-3 {
  background-color: #00b0ff !important;
}

/* line 3073, app/assets/stylesheets/theme.css */
.light-blue-text.text-accent-3 {
  color: #00b0ff !important;
}

/* line 3077, app/assets/stylesheets/theme.css */
.light-blue.accent-4 {
  background-color: #0091ea !important;
}

/* line 3081, app/assets/stylesheets/theme.css */
.light-blue-text.text-accent-4 {
  color: #0091ea !important;
}

/* line 3085, app/assets/stylesheets/theme.css */
.cyan {
  background-color: #00bcd4 !important;
}

/* line 3089, app/assets/stylesheets/theme.css */
.cyan-text {
  color: #00bcd4 !important;
}

/* line 3093, app/assets/stylesheets/theme.css */
.cyan.lighten-5 {
  background-color: #e0f7fa !important;
}

/* line 3097, app/assets/stylesheets/theme.css */
.cyan-text.text-lighten-5 {
  color: #e0f7fa !important;
}

/* line 3101, app/assets/stylesheets/theme.css */
.cyan.lighten-4 {
  background-color: #b2ebf2 !important;
}

/* line 3105, app/assets/stylesheets/theme.css */
.cyan-text.text-lighten-4 {
  color: #b2ebf2 !important;
}

/* line 3109, app/assets/stylesheets/theme.css */
.cyan.lighten-3 {
  background-color: #80deea !important;
}

/* line 3113, app/assets/stylesheets/theme.css */
.cyan-text.text-lighten-3 {
  color: #80deea !important;
}

/* line 3117, app/assets/stylesheets/theme.css */
.cyan.lighten-2 {
  background-color: #4dd0e1 !important;
}

/* line 3121, app/assets/stylesheets/theme.css */
.cyan-text.text-lighten-2 {
  color: #4dd0e1 !important;
}

/* line 3125, app/assets/stylesheets/theme.css */
.cyan.lighten-1 {
  background-color: #26c6da !important;
}

/* line 3129, app/assets/stylesheets/theme.css */
.cyan-text.text-lighten-1 {
  color: #26c6da !important;
}

/* line 3133, app/assets/stylesheets/theme.css */
.cyan.darken-1 {
  background-color: #00acc1 !important;
}

/* line 3137, app/assets/stylesheets/theme.css */
.cyan-text.text-darken-1 {
  color: #00acc1 !important;
}

/* line 3141, app/assets/stylesheets/theme.css */
.cyan.darken-2 {
  background-color: #0097a7 !important;
}

/* line 3145, app/assets/stylesheets/theme.css */
.cyan-text.text-darken-2 {
  color: #0097a7 !important;
}

/* line 3149, app/assets/stylesheets/theme.css */
.cyan.darken-3 {
  background-color: #00838f !important;
}

/* line 3153, app/assets/stylesheets/theme.css */
.cyan-text.text-darken-3 {
  color: #00838f !important;
}

/* line 3157, app/assets/stylesheets/theme.css */
.cyan.darken-4 {
  background-color: #006064 !important;
}

/* line 3161, app/assets/stylesheets/theme.css */
.cyan-text.text-darken-4 {
  color: #006064 !important;
}

/* line 3165, app/assets/stylesheets/theme.css */
.cyan.accent-1 {
  background-color: #84ffff !important;
}

/* line 3169, app/assets/stylesheets/theme.css */
.cyan-text.text-accent-1 {
  color: #84ffff !important;
}

/* line 3173, app/assets/stylesheets/theme.css */
.cyan.accent-2 {
  background-color: #18ffff !important;
}

/* line 3177, app/assets/stylesheets/theme.css */
.cyan-text.text-accent-2 {
  color: #18ffff !important;
}

/* line 3181, app/assets/stylesheets/theme.css */
.cyan.accent-3 {
  background-color: #00e5ff !important;
}

/* line 3185, app/assets/stylesheets/theme.css */
.cyan-text.text-accent-3 {
  color: #00e5ff !important;
}

/* line 3189, app/assets/stylesheets/theme.css */
.cyan.accent-4 {
  background-color: #00b8d4 !important;
}

/* line 3193, app/assets/stylesheets/theme.css */
.cyan-text.text-accent-4 {
  color: #00b8d4 !important;
}

/* line 3197, app/assets/stylesheets/theme.css */
.teal {
  background-color: #009688 !important;
}

/* line 3201, app/assets/stylesheets/theme.css */
.teal-text {
  color: #009688 !important;
}

/* line 3205, app/assets/stylesheets/theme.css */
.teal.lighten-5 {
  background-color: #e0f2f1 !important;
}

/* line 3209, app/assets/stylesheets/theme.css */
.teal-text.text-lighten-5 {
  color: #e0f2f1 !important;
}

/* line 3213, app/assets/stylesheets/theme.css */
.teal.lighten-4 {
  background-color: #b2dfdb !important;
}

/* line 3217, app/assets/stylesheets/theme.css */
.teal-text.text-lighten-4 {
  color: #b2dfdb !important;
}

/* line 3221, app/assets/stylesheets/theme.css */
.teal.lighten-3 {
  background-color: #80cbc4 !important;
}

/* line 3225, app/assets/stylesheets/theme.css */
.teal-text.text-lighten-3 {
  color: #80cbc4 !important;
}

/* line 3229, app/assets/stylesheets/theme.css */
.teal.lighten-2 {
  background-color: #4db6ac !important;
}

/* line 3233, app/assets/stylesheets/theme.css */
.teal-text.text-lighten-2 {
  color: #4db6ac !important;
}

/* line 3237, app/assets/stylesheets/theme.css */
.teal.lighten-1 {
  background-color: #26a69a !important;
}

/* line 3241, app/assets/stylesheets/theme.css */
.teal-text.text-lighten-1 {
  color: #26a69a !important;
}

/* line 3245, app/assets/stylesheets/theme.css */
.teal.darken-1 {
  background-color: #00897b !important;
}

/* line 3249, app/assets/stylesheets/theme.css */
.teal-text.text-darken-1 {
  color: #00897b !important;
}

/* line 3253, app/assets/stylesheets/theme.css */
.teal.darken-2 {
  background-color: #00796b !important;
}

/* line 3257, app/assets/stylesheets/theme.css */
.teal-text.text-darken-2 {
  color: #00796b !important;
}

/* line 3261, app/assets/stylesheets/theme.css */
.teal.darken-3 {
  background-color: #00695c !important;
}

/* line 3265, app/assets/stylesheets/theme.css */
.teal-text.text-darken-3 {
  color: #00695c !important;
}

/* line 3269, app/assets/stylesheets/theme.css */
.teal.darken-4 {
  background-color: #004d40 !important;
}

/* line 3273, app/assets/stylesheets/theme.css */
.teal-text.text-darken-4 {
  color: #004d40 !important;
}

/* line 3277, app/assets/stylesheets/theme.css */
.teal.accent-1 {
  background-color: #a7ffeb !important;
}

/* line 3281, app/assets/stylesheets/theme.css */
.teal-text.text-accent-1 {
  color: #a7ffeb !important;
}

/* line 3285, app/assets/stylesheets/theme.css */
.teal.accent-2 {
  background-color: #64ffda !important;
}

/* line 3289, app/assets/stylesheets/theme.css */
.teal-text.text-accent-2 {
  color: #64ffda !important;
}

/* line 3293, app/assets/stylesheets/theme.css */
.teal.accent-3 {
  background-color: #1de9b6 !important;
}

/* line 3297, app/assets/stylesheets/theme.css */
.teal-text.text-accent-3 {
  color: #1de9b6 !important;
}

/* line 3301, app/assets/stylesheets/theme.css */
.teal.accent-4 {
  background-color: #00bfa5 !important;
}

/* line 3305, app/assets/stylesheets/theme.css */
.teal-text.text-accent-4 {
  color: #00bfa5 !important;
}

/* line 3309, app/assets/stylesheets/theme.css */
.green {
  background-color: #4CAF50 !important;
}

/* line 3313, app/assets/stylesheets/theme.css */
.green-text {
  color: #4CAF50 !important;
}

/* line 3317, app/assets/stylesheets/theme.css */
.green.lighten-5 {
  background-color: #E8F5E9 !important;
}

/* line 3321, app/assets/stylesheets/theme.css */
.green-text.text-lighten-5 {
  color: #E8F5E9 !important;
}

/* line 3325, app/assets/stylesheets/theme.css */
.green.lighten-4 {
  background-color: #C8E6C9 !important;
}

/* line 3329, app/assets/stylesheets/theme.css */
.green-text.text-lighten-4 {
  color: #C8E6C9 !important;
}

/* line 3333, app/assets/stylesheets/theme.css */
.green.lighten-3 {
  background-color: #A5D6A7 !important;
}

/* line 3337, app/assets/stylesheets/theme.css */
.green-text.text-lighten-3 {
  color: #A5D6A7 !important;
}

/* line 3341, app/assets/stylesheets/theme.css */
.green.lighten-2 {
  background-color: #81C784 !important;
}

/* line 3345, app/assets/stylesheets/theme.css */
.green-text.text-lighten-2 {
  color: #81C784 !important;
}

/* line 3349, app/assets/stylesheets/theme.css */
.green.lighten-1 {
  background-color: #66BB6A !important;
}

/* line 3353, app/assets/stylesheets/theme.css */
.green-text.text-lighten-1 {
  color: #66BB6A !important;
}

/* line 3357, app/assets/stylesheets/theme.css */
.green.darken-1 {
  background-color: #43A047 !important;
}

/* line 3361, app/assets/stylesheets/theme.css */
.green-text.text-darken-1 {
  color: #43A047 !important;
}

/* line 3365, app/assets/stylesheets/theme.css */
.green.darken-2 {
  background-color: #388E3C !important;
}

/* line 3369, app/assets/stylesheets/theme.css */
.green-text.text-darken-2 {
  color: #388E3C !important;
}

/* line 3373, app/assets/stylesheets/theme.css */
.green.darken-3 {
  background-color: #2E7D32 !important;
}

/* line 3377, app/assets/stylesheets/theme.css */
.green-text.text-darken-3 {
  color: #2E7D32 !important;
}

/* line 3381, app/assets/stylesheets/theme.css */
.green.darken-4 {
  background-color: #1B5E20 !important;
}

/* line 3385, app/assets/stylesheets/theme.css */
.green-text.text-darken-4 {
  color: #1B5E20 !important;
}

/* line 3389, app/assets/stylesheets/theme.css */
.green.accent-1 {
  background-color: #B9F6CA !important;
}

/* line 3393, app/assets/stylesheets/theme.css */
.green-text.text-accent-1 {
  color: #B9F6CA !important;
}

/* line 3397, app/assets/stylesheets/theme.css */
.green.accent-2 {
  background-color: #69F0AE !important;
}

/* line 3401, app/assets/stylesheets/theme.css */
.green-text.text-accent-2 {
  color: #69F0AE !important;
}

/* line 3405, app/assets/stylesheets/theme.css */
.green.accent-3 {
  background-color: #00E676 !important;
}

/* line 3409, app/assets/stylesheets/theme.css */
.green-text.text-accent-3 {
  color: #00E676 !important;
}

/* line 3413, app/assets/stylesheets/theme.css */
.green.accent-4 {
  background-color: #00C853 !important;
}

/* line 3417, app/assets/stylesheets/theme.css */
.green-text.text-accent-4 {
  color: #00C853 !important;
}

/* line 3421, app/assets/stylesheets/theme.css */
.light-green {
  background-color: #8bc34a !important;
}

/* line 3425, app/assets/stylesheets/theme.css */
.light-green-text {
  color: #8bc34a !important;
}

/* line 3429, app/assets/stylesheets/theme.css */
.light-green.lighten-5 {
  background-color: #f1f8e9 !important;
}

/* line 3433, app/assets/stylesheets/theme.css */
.light-green-text.text-lighten-5 {
  color: #f1f8e9 !important;
}

/* line 3437, app/assets/stylesheets/theme.css */
.light-green.lighten-4 {
  background-color: #dcedc8 !important;
}

/* line 3441, app/assets/stylesheets/theme.css */
.light-green-text.text-lighten-4 {
  color: #dcedc8 !important;
}

/* line 3445, app/assets/stylesheets/theme.css */
.light-green.lighten-3 {
  background-color: #c5e1a5 !important;
}

/* line 3449, app/assets/stylesheets/theme.css */
.light-green-text.text-lighten-3 {
  color: #c5e1a5 !important;
}

/* line 3453, app/assets/stylesheets/theme.css */
.light-green.lighten-2 {
  background-color: #aed581 !important;
}

/* line 3457, app/assets/stylesheets/theme.css */
.light-green-text.text-lighten-2 {
  color: #aed581 !important;
}

/* line 3461, app/assets/stylesheets/theme.css */
.light-green.lighten-1 {
  background-color: #9ccc65 !important;
}

/* line 3465, app/assets/stylesheets/theme.css */
.light-green-text.text-lighten-1 {
  color: #9ccc65 !important;
}

/* line 3469, app/assets/stylesheets/theme.css */
.light-green.darken-1 {
  background-color: #7cb342 !important;
}

/* line 3473, app/assets/stylesheets/theme.css */
.light-green-text.text-darken-1 {
  color: #7cb342 !important;
}

/* line 3477, app/assets/stylesheets/theme.css */
.light-green.darken-2 {
  background-color: #689f38 !important;
}

/* line 3481, app/assets/stylesheets/theme.css */
.light-green-text.text-darken-2 {
  color: #689f38 !important;
}

/* line 3485, app/assets/stylesheets/theme.css */
.light-green.darken-3 {
  background-color: #558b2f !important;
}

/* line 3489, app/assets/stylesheets/theme.css */
.light-green-text.text-darken-3 {
  color: #558b2f !important;
}

/* line 3493, app/assets/stylesheets/theme.css */
.light-green.darken-4 {
  background-color: #33691e !important;
}

/* line 3497, app/assets/stylesheets/theme.css */
.light-green-text.text-darken-4 {
  color: #33691e !important;
}

/* line 3501, app/assets/stylesheets/theme.css */
.light-green.accent-1 {
  background-color: #ccff90 !important;
}

/* line 3505, app/assets/stylesheets/theme.css */
.light-green-text.text-accent-1 {
  color: #ccff90 !important;
}

/* line 3509, app/assets/stylesheets/theme.css */
.light-green.accent-2 {
  background-color: #b2ff59 !important;
}

/* line 3513, app/assets/stylesheets/theme.css */
.light-green-text.text-accent-2 {
  color: #b2ff59 !important;
}

/* line 3517, app/assets/stylesheets/theme.css */
.light-green.accent-3 {
  background-color: #76ff03 !important;
}

/* line 3521, app/assets/stylesheets/theme.css */
.light-green-text.text-accent-3 {
  color: #76ff03 !important;
}

/* line 3525, app/assets/stylesheets/theme.css */
.light-green.accent-4 {
  background-color: #64dd17 !important;
}

/* line 3529, app/assets/stylesheets/theme.css */
.light-green-text.text-accent-4 {
  color: #64dd17 !important;
}

/* line 3533, app/assets/stylesheets/theme.css */
.lime {
  background-color: #cddc39 !important;
}

/* line 3537, app/assets/stylesheets/theme.css */
.lime-text {
  color: #cddc39 !important;
}

/* line 3541, app/assets/stylesheets/theme.css */
.lime.lighten-5 {
  background-color: #f9fbe7 !important;
}

/* line 3545, app/assets/stylesheets/theme.css */
.lime-text.text-lighten-5 {
  color: #f9fbe7 !important;
}

/* line 3549, app/assets/stylesheets/theme.css */
.lime.lighten-4 {
  background-color: #f0f4c3 !important;
}

/* line 3553, app/assets/stylesheets/theme.css */
.lime-text.text-lighten-4 {
  color: #f0f4c3 !important;
}

/* line 3557, app/assets/stylesheets/theme.css */
.lime.lighten-3 {
  background-color: #e6ee9c !important;
}

/* line 3561, app/assets/stylesheets/theme.css */
.lime-text.text-lighten-3 {
  color: #e6ee9c !important;
}

/* line 3565, app/assets/stylesheets/theme.css */
.lime.lighten-2 {
  background-color: #dce775 !important;
}

/* line 3569, app/assets/stylesheets/theme.css */
.lime-text.text-lighten-2 {
  color: #dce775 !important;
}

/* line 3573, app/assets/stylesheets/theme.css */
.lime.lighten-1 {
  background-color: #d4e157 !important;
}

/* line 3577, app/assets/stylesheets/theme.css */
.lime-text.text-lighten-1 {
  color: #d4e157 !important;
}

/* line 3581, app/assets/stylesheets/theme.css */
.lime.darken-1 {
  background-color: #c0ca33 !important;
}

/* line 3585, app/assets/stylesheets/theme.css */
.lime-text.text-darken-1 {
  color: #c0ca33 !important;
}

/* line 3589, app/assets/stylesheets/theme.css */
.lime.darken-2 {
  background-color: #afb42b !important;
}

/* line 3593, app/assets/stylesheets/theme.css */
.lime-text.text-darken-2 {
  color: #afb42b !important;
}

/* line 3597, app/assets/stylesheets/theme.css */
.lime.darken-3 {
  background-color: #9e9d24 !important;
}

/* line 3601, app/assets/stylesheets/theme.css */
.lime-text.text-darken-3 {
  color: #9e9d24 !important;
}

/* line 3605, app/assets/stylesheets/theme.css */
.lime.darken-4 {
  background-color: #827717 !important;
}

/* line 3609, app/assets/stylesheets/theme.css */
.lime-text.text-darken-4 {
  color: #827717 !important;
}

/* line 3613, app/assets/stylesheets/theme.css */
.lime.accent-1 {
  background-color: #f4ff81 !important;
}

/* line 3617, app/assets/stylesheets/theme.css */
.lime-text.text-accent-1 {
  color: #f4ff81 !important;
}

/* line 3621, app/assets/stylesheets/theme.css */
.lime.accent-2 {
  background-color: #eeff41 !important;
}

/* line 3625, app/assets/stylesheets/theme.css */
.lime-text.text-accent-2 {
  color: #eeff41 !important;
}

/* line 3629, app/assets/stylesheets/theme.css */
.lime.accent-3 {
  background-color: #c6ff00 !important;
}

/* line 3633, app/assets/stylesheets/theme.css */
.lime-text.text-accent-3 {
  color: #c6ff00 !important;
}

/* line 3637, app/assets/stylesheets/theme.css */
.lime.accent-4 {
  background-color: #aeea00 !important;
}

/* line 3641, app/assets/stylesheets/theme.css */
.lime-text.text-accent-4 {
  color: #aeea00 !important;
}

/* line 3645, app/assets/stylesheets/theme.css */
.yellow {
  background-color: #ffeb3b !important;
}

/* line 3649, app/assets/stylesheets/theme.css */
.yellow-text {
  color: #ffeb3b !important;
}

/* line 3653, app/assets/stylesheets/theme.css */
.yellow.lighten-5 {
  background-color: #fffde7 !important;
}

/* line 3657, app/assets/stylesheets/theme.css */
.yellow-text.text-lighten-5 {
  color: #fffde7 !important;
}

/* line 3661, app/assets/stylesheets/theme.css */
.yellow.lighten-4 {
  background-color: #fff9c4 !important;
}

/* line 3665, app/assets/stylesheets/theme.css */
.yellow-text.text-lighten-4 {
  color: #fff9c4 !important;
}

/* line 3669, app/assets/stylesheets/theme.css */
.yellow.lighten-3 {
  background-color: #fff59d !important;
}

/* line 3673, app/assets/stylesheets/theme.css */
.yellow-text.text-lighten-3 {
  color: #fff59d !important;
}

/* line 3677, app/assets/stylesheets/theme.css */
.yellow.lighten-2 {
  background-color: #fff176 !important;
}

/* line 3681, app/assets/stylesheets/theme.css */
.yellow-text.text-lighten-2 {
  color: #fff176 !important;
}

/* line 3685, app/assets/stylesheets/theme.css */
.yellow.lighten-1 {
  background-color: #ffee58 !important;
}

/* line 3689, app/assets/stylesheets/theme.css */
.yellow-text.text-lighten-1 {
  color: #ffee58 !important;
}

/* line 3693, app/assets/stylesheets/theme.css */
.yellow.darken-1 {
  background-color: #fdd835 !important;
}

/* line 3697, app/assets/stylesheets/theme.css */
.yellow-text.text-darken-1 {
  color: #fdd835 !important;
}

/* line 3701, app/assets/stylesheets/theme.css */
.yellow.darken-2 {
  background-color: #fbc02d !important;
}

/* line 3705, app/assets/stylesheets/theme.css */
.yellow-text.text-darken-2 {
  color: #fbc02d !important;
}

/* line 3709, app/assets/stylesheets/theme.css */
.yellow.darken-3 {
  background-color: #f9a825 !important;
}

/* line 3713, app/assets/stylesheets/theme.css */
.yellow-text.text-darken-3 {
  color: #f9a825 !important;
}

/* line 3717, app/assets/stylesheets/theme.css */
.yellow.darken-4 {
  background-color: #f57f17 !important;
}

/* line 3721, app/assets/stylesheets/theme.css */
.yellow-text.text-darken-4 {
  color: #f57f17 !important;
}

/* line 3725, app/assets/stylesheets/theme.css */
.yellow.accent-1 {
  background-color: #ffff8d !important;
}

/* line 3729, app/assets/stylesheets/theme.css */
.yellow-text.text-accent-1 {
  color: #ffff8d !important;
}

/* line 3733, app/assets/stylesheets/theme.css */
.yellow.accent-2 {
  background-color: #ffff00 !important;
}

/* line 3737, app/assets/stylesheets/theme.css */
.yellow-text.text-accent-2 {
  color: #ffff00 !important;
}

/* line 3741, app/assets/stylesheets/theme.css */
.yellow.accent-3 {
  background-color: #ffea00 !important;
}

/* line 3745, app/assets/stylesheets/theme.css */
.yellow-text.text-accent-3 {
  color: #ffea00 !important;
}

/* line 3749, app/assets/stylesheets/theme.css */
.yellow.accent-4 {
  background-color: #ffd600 !important;
}

/* line 3753, app/assets/stylesheets/theme.css */
.yellow-text.text-accent-4 {
  color: #ffd600 !important;
}

/* line 3757, app/assets/stylesheets/theme.css */
.amber {
  background-color: #ffc107 !important;
}

/* line 3761, app/assets/stylesheets/theme.css */
.amber-text {
  color: #ffc107 !important;
}

/* line 3765, app/assets/stylesheets/theme.css */
.amber.lighten-5 {
  background-color: #fff8e1 !important;
}

/* line 3769, app/assets/stylesheets/theme.css */
.amber-text.text-lighten-5 {
  color: #fff8e1 !important;
}

/* line 3773, app/assets/stylesheets/theme.css */
.amber.lighten-4 {
  background-color: #ffecb3 !important;
}

/* line 3777, app/assets/stylesheets/theme.css */
.amber-text.text-lighten-4 {
  color: #ffecb3 !important;
}

/* line 3781, app/assets/stylesheets/theme.css */
.amber.lighten-3 {
  background-color: #ffe082 !important;
}

/* line 3785, app/assets/stylesheets/theme.css */
.amber-text.text-lighten-3 {
  color: #ffe082 !important;
}

/* line 3789, app/assets/stylesheets/theme.css */
.amber.lighten-2 {
  background-color: #ffd54f !important;
}

/* line 3793, app/assets/stylesheets/theme.css */
.amber-text.text-lighten-2 {
  color: #ffd54f !important;
}

/* line 3797, app/assets/stylesheets/theme.css */
.amber.lighten-1 {
  background-color: #ffca28 !important;
}

/* line 3801, app/assets/stylesheets/theme.css */
.amber-text.text-lighten-1 {
  color: #ffca28 !important;
}

/* line 3805, app/assets/stylesheets/theme.css */
.amber.darken-1 {
  background-color: #ffb300 !important;
}

/* line 3809, app/assets/stylesheets/theme.css */
.amber-text.text-darken-1 {
  color: #ffb300 !important;
}

/* line 3813, app/assets/stylesheets/theme.css */
.amber.darken-2 {
  background-color: #ffa000 !important;
}

/* line 3817, app/assets/stylesheets/theme.css */
.amber-text.text-darken-2 {
  color: #ffa000 !important;
}

/* line 3821, app/assets/stylesheets/theme.css */
.amber.darken-3 {
  background-color: #ff8f00 !important;
}

/* line 3825, app/assets/stylesheets/theme.css */
.amber-text.text-darken-3 {
  color: #ff8f00 !important;
}

/* line 3829, app/assets/stylesheets/theme.css */
.amber.darken-4 {
  background-color: #ff6f00 !important;
}

/* line 3833, app/assets/stylesheets/theme.css */
.amber-text.text-darken-4 {
  color: #ff6f00 !important;
}

/* line 3837, app/assets/stylesheets/theme.css */
.amber.accent-1 {
  background-color: #ffe57f !important;
}

/* line 3841, app/assets/stylesheets/theme.css */
.amber-text.text-accent-1 {
  color: #ffe57f !important;
}

/* line 3845, app/assets/stylesheets/theme.css */
.amber.accent-2 {
  background-color: #ffd740 !important;
}

/* line 3849, app/assets/stylesheets/theme.css */
.amber-text.text-accent-2 {
  color: #ffd740 !important;
}

/* line 3853, app/assets/stylesheets/theme.css */
.amber.accent-3 {
  background-color: #ffc400 !important;
}

/* line 3857, app/assets/stylesheets/theme.css */
.amber-text.text-accent-3 {
  color: #ffc400 !important;
}

/* line 3861, app/assets/stylesheets/theme.css */
.amber.accent-4 {
  background-color: #ffab00 !important;
}

/* line 3865, app/assets/stylesheets/theme.css */
.amber-text.text-accent-4 {
  color: #ffab00 !important;
}

/* line 3869, app/assets/stylesheets/theme.css */
.orange {
  background-color: #ff9800 !important;
}

/* line 3873, app/assets/stylesheets/theme.css */
.orange-text {
  color: #ff9800 !important;
}

/* line 3877, app/assets/stylesheets/theme.css */
.orange.lighten-5 {
  background-color: #fff3e0 !important;
}

/* line 3881, app/assets/stylesheets/theme.css */
.orange-text.text-lighten-5 {
  color: #fff3e0 !important;
}

/* line 3885, app/assets/stylesheets/theme.css */
.orange.lighten-4 {
  background-color: #ffe0b2 !important;
}

/* line 3889, app/assets/stylesheets/theme.css */
.orange-text.text-lighten-4 {
  color: #ffe0b2 !important;
}

/* line 3893, app/assets/stylesheets/theme.css */
.orange.lighten-3 {
  background-color: #ffcc80 !important;
}

/* line 3897, app/assets/stylesheets/theme.css */
.orange-text.text-lighten-3 {
  color: #ffcc80 !important;
}

/* line 3901, app/assets/stylesheets/theme.css */
.orange.lighten-2 {
  background-color: #ffb74d !important;
}

/* line 3905, app/assets/stylesheets/theme.css */
.orange-text.text-lighten-2 {
  color: #ffb74d !important;
}

/* line 3909, app/assets/stylesheets/theme.css */
.orange.lighten-1 {
  background-color: #ffa726 !important;
}

/* line 3913, app/assets/stylesheets/theme.css */
.orange-text.text-lighten-1 {
  color: #ffa726 !important;
}

/* line 3917, app/assets/stylesheets/theme.css */
.orange.darken-1 {
  background-color: #fb8c00 !important;
}

/* line 3921, app/assets/stylesheets/theme.css */
.orange-text.text-darken-1 {
  color: #fb8c00 !important;
}

/* line 3925, app/assets/stylesheets/theme.css */
.orange.darken-2 {
  background-color: #f57c00 !important;
}

/* line 3929, app/assets/stylesheets/theme.css */
.orange-text.text-darken-2 {
  color: #f57c00 !important;
}

/* line 3933, app/assets/stylesheets/theme.css */
.orange.darken-3 {
  background-color: #ef6c00 !important;
}

/* line 3937, app/assets/stylesheets/theme.css */
.orange-text.text-darken-3 {
  color: #ef6c00 !important;
}

/* line 3941, app/assets/stylesheets/theme.css */
.orange.darken-4 {
  background-color: #e65100 !important;
}

/* line 3945, app/assets/stylesheets/theme.css */
.orange-text.text-darken-4 {
  color: #e65100 !important;
}

/* line 3949, app/assets/stylesheets/theme.css */
.orange.accent-1 {
  background-color: #ffd180 !important;
}

/* line 3953, app/assets/stylesheets/theme.css */
.orange-text.text-accent-1 {
  color: #ffd180 !important;
}

/* line 3957, app/assets/stylesheets/theme.css */
.orange.accent-2 {
  background-color: #ffab40 !important;
}

/* line 3961, app/assets/stylesheets/theme.css */
.orange-text.text-accent-2 {
  color: #ffab40 !important;
}

/* line 3965, app/assets/stylesheets/theme.css */
.orange.accent-3 {
  background-color: #ff9100 !important;
}

/* line 3969, app/assets/stylesheets/theme.css */
.orange-text.text-accent-3 {
  color: #ff9100 !important;
}

/* line 3973, app/assets/stylesheets/theme.css */
.orange.accent-4 {
  background-color: #ff6d00 !important;
}

/* line 3977, app/assets/stylesheets/theme.css */
.orange-text.text-accent-4 {
  color: #ff6d00 !important;
}

/* line 3981, app/assets/stylesheets/theme.css */
.deep-orange {
  background-color: #ff5722 !important;
}

/* line 3985, app/assets/stylesheets/theme.css */
.deep-orange-text {
  color: #ff5722 !important;
}

/* line 3989, app/assets/stylesheets/theme.css */
.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important;
}

/* line 3993, app/assets/stylesheets/theme.css */
.deep-orange-text.text-lighten-5 {
  color: #fbe9e7 !important;
}

/* line 3997, app/assets/stylesheets/theme.css */
.deep-orange.lighten-4 {
  background-color: #ffccbc !important;
}

/* line 4001, app/assets/stylesheets/theme.css */
.deep-orange-text.text-lighten-4 {
  color: #ffccbc !important;
}

/* line 4005, app/assets/stylesheets/theme.css */
.deep-orange.lighten-3 {
  background-color: #ffab91 !important;
}

/* line 4009, app/assets/stylesheets/theme.css */
.deep-orange-text.text-lighten-3 {
  color: #ffab91 !important;
}

/* line 4013, app/assets/stylesheets/theme.css */
.deep-orange.lighten-2 {
  background-color: #ff8a65 !important;
}

/* line 4017, app/assets/stylesheets/theme.css */
.deep-orange-text.text-lighten-2 {
  color: #ff8a65 !important;
}

/* line 4021, app/assets/stylesheets/theme.css */
.deep-orange.lighten-1 {
  background-color: #ff7043 !important;
}

/* line 4025, app/assets/stylesheets/theme.css */
.deep-orange-text.text-lighten-1 {
  color: #ff7043 !important;
}

/* line 4029, app/assets/stylesheets/theme.css */
.deep-orange.darken-1 {
  background-color: #f4511e !important;
}

/* line 4033, app/assets/stylesheets/theme.css */
.deep-orange-text.text-darken-1 {
  color: #f4511e !important;
}

/* line 4037, app/assets/stylesheets/theme.css */
.deep-orange.darken-2 {
  background-color: #e64a19 !important;
}

/* line 4041, app/assets/stylesheets/theme.css */
.deep-orange-text.text-darken-2 {
  color: #e64a19 !important;
}

/* line 4045, app/assets/stylesheets/theme.css */
.deep-orange.darken-3 {
  background-color: #d84315 !important;
}

/* line 4049, app/assets/stylesheets/theme.css */
.deep-orange-text.text-darken-3 {
  color: #d84315 !important;
}

/* line 4053, app/assets/stylesheets/theme.css */
.deep-orange.darken-4 {
  background-color: #bf360c !important;
}

/* line 4057, app/assets/stylesheets/theme.css */
.deep-orange-text.text-darken-4 {
  color: #bf360c !important;
}

/* line 4061, app/assets/stylesheets/theme.css */
.deep-orange.accent-1 {
  background-color: #ff9e80 !important;
}

/* line 4065, app/assets/stylesheets/theme.css */
.deep-orange-text.text-accent-1 {
  color: #ff9e80 !important;
}

/* line 4069, app/assets/stylesheets/theme.css */
.deep-orange.accent-2 {
  background-color: #ff6e40 !important;
}

/* line 4073, app/assets/stylesheets/theme.css */
.deep-orange-text.text-accent-2 {
  color: #ff6e40 !important;
}

/* line 4077, app/assets/stylesheets/theme.css */
.deep-orange.accent-3 {
  background-color: #ff3d00 !important;
}

/* line 4081, app/assets/stylesheets/theme.css */
.deep-orange-text.text-accent-3 {
  color: #ff3d00 !important;
}

/* line 4085, app/assets/stylesheets/theme.css */
.deep-orange.accent-4 {
  background-color: #dd2c00 !important;
}

/* line 4089, app/assets/stylesheets/theme.css */
.deep-orange-text.text-accent-4 {
  color: #dd2c00 !important;
}

/* line 4093, app/assets/stylesheets/theme.css */
.brown {
  background-color: #795548 !important;
}

/* line 4097, app/assets/stylesheets/theme.css */
.brown-text {
  color: #795548 !important;
}

/* line 4101, app/assets/stylesheets/theme.css */
.brown.lighten-5 {
  background-color: #efebe9 !important;
}

/* line 4105, app/assets/stylesheets/theme.css */
.brown-text.text-lighten-5 {
  color: #efebe9 !important;
}

/* line 4109, app/assets/stylesheets/theme.css */
.brown.lighten-4 {
  background-color: #d7ccc8 !important;
}

/* line 4113, app/assets/stylesheets/theme.css */
.brown-text.text-lighten-4 {
  color: #d7ccc8 !important;
}

/* line 4117, app/assets/stylesheets/theme.css */
.brown.lighten-3 {
  background-color: #bcaaa4 !important;
}

/* line 4121, app/assets/stylesheets/theme.css */
.brown-text.text-lighten-3 {
  color: #bcaaa4 !important;
}

/* line 4125, app/assets/stylesheets/theme.css */
.brown.lighten-2 {
  background-color: #a1887f !important;
}

/* line 4129, app/assets/stylesheets/theme.css */
.brown-text.text-lighten-2 {
  color: #a1887f !important;
}

/* line 4133, app/assets/stylesheets/theme.css */
.brown.lighten-1 {
  background-color: #8d6e63 !important;
}

/* line 4137, app/assets/stylesheets/theme.css */
.brown-text.text-lighten-1 {
  color: #8d6e63 !important;
}

/* line 4141, app/assets/stylesheets/theme.css */
.brown.darken-1 {
  background-color: #6d4c41 !important;
}

/* line 4145, app/assets/stylesheets/theme.css */
.brown-text.text-darken-1 {
  color: #6d4c41 !important;
}

/* line 4149, app/assets/stylesheets/theme.css */
.brown.darken-2 {
  background-color: #5d4037 !important;
}

/* line 4153, app/assets/stylesheets/theme.css */
.brown-text.text-darken-2 {
  color: #5d4037 !important;
}

/* line 4157, app/assets/stylesheets/theme.css */
.brown.darken-3 {
  background-color: #4e342e !important;
}

/* line 4161, app/assets/stylesheets/theme.css */
.brown-text.text-darken-3 {
  color: #4e342e !important;
}

/* line 4165, app/assets/stylesheets/theme.css */
.brown.darken-4 {
  background-color: #3e2723 !important;
}

/* line 4169, app/assets/stylesheets/theme.css */
.brown-text.text-darken-4 {
  color: #3e2723 !important;
}

/* line 4173, app/assets/stylesheets/theme.css */
.blue-grey {
  background-color: #607d8b !important;
}

/* line 4177, app/assets/stylesheets/theme.css */
.blue-grey-text {
  color: #607d8b !important;
}

/* line 4181, app/assets/stylesheets/theme.css */
.blue-grey.lighten-5 {
  background-color: #eceff1 !important;
}

/* line 4185, app/assets/stylesheets/theme.css */
.blue-grey-text.text-lighten-5 {
  color: #eceff1 !important;
}

/* line 4189, app/assets/stylesheets/theme.css */
.blue-grey.lighten-4 {
  background-color: #cfd8dc !important;
}

/* line 4193, app/assets/stylesheets/theme.css */
.blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important;
}

/* line 4197, app/assets/stylesheets/theme.css */
.blue-grey.lighten-3 {
  background-color: #b0bec5 !important;
}

/* line 4201, app/assets/stylesheets/theme.css */
.blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important;
}

/* line 4205, app/assets/stylesheets/theme.css */
.blue-grey.lighten-2 {
  background-color: #90a4ae !important;
}

/* line 4209, app/assets/stylesheets/theme.css */
.blue-grey-text.text-lighten-2 {
  color: #90a4ae !important;
}

/* line 4213, app/assets/stylesheets/theme.css */
.blue-grey.lighten-1 {
  background-color: #78909c !important;
}

/* line 4217, app/assets/stylesheets/theme.css */
.blue-grey-text.text-lighten-1 {
  color: #78909c !important;
}

/* line 4221, app/assets/stylesheets/theme.css */
.blue-grey.darken-1 {
  background-color: #546e7a !important;
}

/* line 4225, app/assets/stylesheets/theme.css */
.blue-grey-text.text-darken-1 {
  color: #546e7a !important;
}

/* line 4229, app/assets/stylesheets/theme.css */
.blue-grey.darken-2 {
  background-color: #455a64 !important;
}

/* line 4233, app/assets/stylesheets/theme.css */
.blue-grey-text.text-darken-2 {
  color: #455a64 !important;
}

/* line 4237, app/assets/stylesheets/theme.css */
.blue-grey.darken-3 {
  background-color: #37474f !important;
}

/* line 4241, app/assets/stylesheets/theme.css */
.blue-grey-text.text-darken-3 {
  color: #37474f !important;
}

/* line 4245, app/assets/stylesheets/theme.css */
.blue-grey.darken-4 {
  background-color: #263238 !important;
}

/* line 4249, app/assets/stylesheets/theme.css */
.blue-grey-text.text-darken-4 {
  color: #263238 !important;
}

/* line 4253, app/assets/stylesheets/theme.css */
.grey {
  background-color: #9e9e9e !important;
}

/* line 4257, app/assets/stylesheets/theme.css */
.grey-text {
  color: #9e9e9e !important;
}

/* line 4261, app/assets/stylesheets/theme.css */
.grey.lighten-5 {
  background-color: #fafafa !important;
}

/* line 4265, app/assets/stylesheets/theme.css */
.grey-text.text-lighten-5 {
  color: #fafafa !important;
}

/* line 4269, app/assets/stylesheets/theme.css */
.grey.lighten-4 {
  background-color: #f5f5f5 !important;
}

/* line 4273, app/assets/stylesheets/theme.css */
.grey-text.text-lighten-4 {
  color: #f5f5f5 !important;
}

/* line 4277, app/assets/stylesheets/theme.css */
.grey.lighten-3 {
  background-color: #eeeeee !important;
}

/* line 4281, app/assets/stylesheets/theme.css */
.grey-text.text-lighten-3 {
  color: #eeeeee !important;
}

/* line 4285, app/assets/stylesheets/theme.css */
.grey.lighten-2 {
  background-color: #e0e0e0 !important;
}

/* line 4289, app/assets/stylesheets/theme.css */
.grey-text.text-lighten-2 {
  color: #e0e0e0 !important;
}

/* line 4293, app/assets/stylesheets/theme.css */
.grey.lighten-1 {
  background-color: #bdbdbd !important;
}

/* line 4297, app/assets/stylesheets/theme.css */
.grey-text.text-lighten-1 {
  color: #bdbdbd !important;
}

/* line 4301, app/assets/stylesheets/theme.css */
.grey.darken-1 {
  background-color: #757575 !important;
}

/* line 4305, app/assets/stylesheets/theme.css */
.grey-text.text-darken-1 {
  color: #757575 !important;
}

/* line 4309, app/assets/stylesheets/theme.css */
.grey.darken-2 {
  background-color: #616161 !important;
}

/* line 4313, app/assets/stylesheets/theme.css */
.grey-text.text-darken-2 {
  color: #616161 !important;
}

/* line 4317, app/assets/stylesheets/theme.css */
.grey.darken-3 {
  background-color: #424242 !important;
}

/* line 4321, app/assets/stylesheets/theme.css */
.grey-text.text-darken-3 {
  color: #424242 !important;
}

/* line 4325, app/assets/stylesheets/theme.css */
.grey.darken-4 {
  background-color: #212121 !important;
}

/* line 4329, app/assets/stylesheets/theme.css */
.grey-text.text-darken-4 {
  color: #212121 !important;
}

/* line 4333, app/assets/stylesheets/theme.css */
.black {
  background-color: #000000 !important;
}

/* line 4337, app/assets/stylesheets/theme.css */
.black-text {
  color: #000000 !important;
}

/* line 4341, app/assets/stylesheets/theme.css */
.white {
  background-color: #FFFFFF !important;
}

/* line 4345, app/assets/stylesheets/theme.css */
.white-text {
  color: #FFFFFF !important;
}

/* line 4349, app/assets/stylesheets/theme.css */
.transparent {
  background-color: transparent !important;
}

/* line 4353, app/assets/stylesheets/theme.css */
.transparent-text {
  color: transparent !important;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/* line 4363, app/assets/stylesheets/theme.css */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 4375, app/assets/stylesheets/theme.css */
body {
  margin: 0;
}

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

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

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

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 4440, app/assets/stylesheets/theme.css */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 4448, app/assets/stylesheets/theme.css */
a:active,
a:hover {
  outline: 0;
}

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 4473, app/assets/stylesheets/theme.css */
dfn {
  font-style: italic;
}

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

/**
 * Address styling not present in IE 8/9.
 */
/* line 4489, app/assets/stylesheets/theme.css */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 4497, app/assets/stylesheets/theme.css */
small {
  font-size: 80%;
}

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

/* line 4512, app/assets/stylesheets/theme.css */
sup {
  top: -0.5em;
}

/* line 4516, app/assets/stylesheets/theme.css */
sub {
  bottom: -0.25em;
}

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

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 4532, app/assets/stylesheets/theme.css */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Address differences between Firefox and other browsers.
 */
/* line 4548, app/assets/stylesheets/theme.css */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 4556, app/assets/stylesheets/theme.css */
pre {
  overflow: auto;
}

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

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

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 4599, app/assets/stylesheets/theme.css */
button {
  overflow: visible;
}

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

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

/**
 * Re-set default cursor for disabled elements.
 */
/* line 4634, app/assets/stylesheets/theme.css */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 4642, app/assets/stylesheets/theme.css */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

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

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 4685, app/assets/stylesheets/theme.css */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

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

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 4725, app/assets/stylesheets/theme.css */
textarea {
  overflow: auto;
}

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 4742, app/assets/stylesheets/theme.css */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 4747, app/assets/stylesheets/theme.css */
td,
th {
  padding: 0;
}

/* line 4752, app/assets/stylesheets/theme.css */
html {
  box-sizing: border-box;
}

/* line 4756, app/assets/stylesheets/theme.css */
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* line 4762, app/assets/stylesheets/theme.css */
ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}

/* line 4767, app/assets/stylesheets/theme.css */
ul:not(.browser-default) > li {
  list-style-type: none;
}

/* line 4771, app/assets/stylesheets/theme.css */
a {
  color: #ff5107;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 4776, app/assets/stylesheets/theme.css */
.clicking-here {
  color: #0a1d2e;
  border-bottom: 1px solid #0a1d2e;
  font-weight: 700;
}

/* line 4781, app/assets/stylesheets/theme.css */
.valign-wrapper {
  display: flex;
  align-items: center;
}

/* line 4786, app/assets/stylesheets/theme.css */
.clearfix {
  clear: both;
}

/* line 4790, app/assets/stylesheets/theme.css */
.z-depth-0 {
  box-shadow: none !important;
}

/* line 4794, app/assets/stylesheets/theme.css */
.z-depth-1,
nav,
.card-panel,
.card,
.toast,
.btn,
.btn-large,
.btn-floating,
.dropdown-content,
.collapsible,
.side-nav {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

/* line 4808, app/assets/stylesheets/theme.css */
.z-depth-1-half,
.btn:hover,
.btn-large:hover,
.btn-floating:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

/* line 4815, app/assets/stylesheets/theme.css */
.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

/* line 4819, app/assets/stylesheets/theme.css */
.z-depth-3 {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}

/* line 4823, app/assets/stylesheets/theme.css */
.z-depth-4,
.modal {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}

/* line 4828, app/assets/stylesheets/theme.css */
.z-depth-5 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}

/* line 4832, app/assets/stylesheets/theme.css */
.hoverable {
  transition: box-shadow .25s;
}

/* line 4836, app/assets/stylesheets/theme.css */
.hoverable:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* line 4840, app/assets/stylesheets/theme.css */
.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}

/* line 4846, app/assets/stylesheets/theme.css */
blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #ff5107;
}

/* line 4852, app/assets/stylesheets/theme.css */
i {
  line-height: inherit;
}

/* line 4856, app/assets/stylesheets/theme.css */
i.left {
  float: left;
  margin-right: 15px;
}

/* line 4861, app/assets/stylesheets/theme.css */
i.right {
  float: right;
  margin-left: 15px;
}

/* line 4866, app/assets/stylesheets/theme.css */
i.tiny {
  font-size: 1rem;
}

/* line 4870, app/assets/stylesheets/theme.css */
i.small {
  font-size: 2rem;
}

/* line 4874, app/assets/stylesheets/theme.css */
i.medium {
  font-size: 4rem;
}

/* line 4878, app/assets/stylesheets/theme.css */
i.large {
  font-size: 6rem;
}

/* line 4882, app/assets/stylesheets/theme.css */
img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}

/* line 4888, app/assets/stylesheets/theme.css */
.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px;
}

/* line 4896, app/assets/stylesheets/theme.css */
.pagination li a {
  color: #444;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
}

/* line 4904, app/assets/stylesheets/theme.css */
.pagination li.active a {
  color: #fff;
}

/* line 4908, app/assets/stylesheets/theme.css */
.pagination li.active {
  background-color: #ff5107;
}

/* line 4912, app/assets/stylesheets/theme.css */
.pagination li.disabled a {
  cursor: default;
  color: #999;
}

/* line 4917, app/assets/stylesheets/theme.css */
.pagination li i {
  font-size: 2rem;
}

/* line 4921, app/assets/stylesheets/theme.css */
.pagination li.pages ul li {
  display: inline-block;
  float: none;
}

@media only screen and (max-width: 992px) {
  /* line 4927, app/assets/stylesheets/theme.css */
  .pagination {
    width: 100%;
  }
  /* line 4931, app/assets/stylesheets/theme.css */
  .pagination li.prev,
.pagination li.next {
    width: 10%;
  }
  /* line 4936, app/assets/stylesheets/theme.css */
  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}

/* line 4943, app/assets/stylesheets/theme.css */
.breadcrumb {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}

/* line 4948, app/assets/stylesheets/theme.css */
.breadcrumb i,
.breadcrumb [class^="mdi-"],
.breadcrumb [class*="mdi-"],
.breadcrumb i.material-icons {
  display: inline-block;
  float: left;
  font-size: 24px;
}

/* line 4957, app/assets/stylesheets/theme.css */
.breadcrumb:before {
  content: '\E5CC';
  color: rgba(255, 255, 255, 0.7);
  vertical-align: top;
  display: inline-block;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  margin: 0 10px 0 8px;
  -webkit-font-smoothing: antialiased;
}

/* line 4970, app/assets/stylesheets/theme.css */
.breadcrumb:first-child:before {
  display: none;
}

/* line 4974, app/assets/stylesheets/theme.css */
.breadcrumb:last-child {
  color: #fff;
}

/* line 4978, app/assets/stylesheets/theme.css */
.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}

/* line 4984, app/assets/stylesheets/theme.css */
.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/* line 4993, app/assets/stylesheets/theme.css */
.parallax-container .parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  transform: translate3d(0, 0, 0);
  transform: translateX(-50%);
}

/* line 5004, app/assets/stylesheets/theme.css */
.pin-top,
.pin-bottom {
  position: relative;
}

/* line 5009, app/assets/stylesheets/theme.css */
.pinned {
  position: fixed !important;
}

/*********************
  Transition Classes
**********************/
/* line 5016, app/assets/stylesheets/theme.css */
ul.staggered-list li {
  opacity: 0;
}

/* line 5020, app/assets/stylesheets/theme.css */
.fade-in {
  opacity: 0;
  transform-origin: 0 50%;
}

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width: 600px) {
  /* line 5030, app/assets/stylesheets/theme.css */
  .hide-on-small-only,
.hide-on-small-and-down {
    display: none !important;
  }
  /* line 5035, app/assets/stylesheets/theme.css */
  .mobile-margin-top {
    margin: 15px 0;
  }
  /* line 5039, app/assets/stylesheets/theme.css */
  .small-scn-bottom-pad {
    padding-bottom: 40px !important;
  }
}

@media only screen and (max-width: 992px) {
  /* line 5045, app/assets/stylesheets/theme.css */
  .hide-on-med-and-down {
    display: none !important;
  }
}

@media only screen and (min-width: 601px) {
  /* line 5051, app/assets/stylesheets/theme.css */
  .hide-on-med-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  /* line 5057, app/assets/stylesheets/theme.css */
  .hide-on-med-only {
    display: none !important;
  }
}

@media only screen and (min-width: 993px) {
  /* line 5063, app/assets/stylesheets/theme.css */
  .hide-on-large-only {
    display: none !important;
  }
}

@media only screen and (min-width: 993px) {
  /* line 5069, app/assets/stylesheets/theme.css */
  .show-on-large {
    display: block !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  /* line 5075, app/assets/stylesheets/theme.css */
  .show-on-medium {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  /* line 5081, app/assets/stylesheets/theme.css */
  .show-on-small {
    display: block !important;
  }
}

@media only screen and (min-width: 601px) {
  /* line 5087, app/assets/stylesheets/theme.css */
  .show-on-medium-and-up {
    display: block !important;
  }
}

@media only screen and (max-width: 992px) {
  /* line 5093, app/assets/stylesheets/theme.css */
  .show-on-medium-and-down {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  /* line 5099, app/assets/stylesheets/theme.css */
  .center-on-small-only {
    text-align: center;
  }
}

/* line 5104, app/assets/stylesheets/theme.css */
.page-footer {
  padding-top: 20px;
  color: #fff;
  background-color: #ff5107;
}

/* line 5110, app/assets/stylesheets/theme.css */
.page-footer .footer-copyright {
  overflow: hidden;
  min-height: 50px;
  display: flex;
  align-items: center;
  padding: 10px 0px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08);
}

/* line 5120, app/assets/stylesheets/theme.css */
table,
th,
td {
  border: none;
}

/* line 5126, app/assets/stylesheets/theme.css */
table {
  width: 100%;
  display: table;
}

/* line 5131, app/assets/stylesheets/theme.css */
table.bordered > thead > tr,
table.bordered > tbody > tr {
  border-bottom: 1px solid #d0d0d0;
}

/* line 5136, app/assets/stylesheets/theme.css */
table.striped > tbody > tr:nth-child(odd) {
  background-color: #f2f2f2;
}

/* line 5140, app/assets/stylesheets/theme.css */
table.striped > tbody > tr > td {
  border-radius: 0;
}

/* line 5144, app/assets/stylesheets/theme.css */
table.highlight > tbody > tr {
  transition: background-color .25s ease;
}

/* line 5148, app/assets/stylesheets/theme.css */
table.highlight > tbody > tr:hover {
  background-color: #f2f2f2;
}

/* line 5152, app/assets/stylesheets/theme.css */
table.centered thead tr th,
table.centered tbody tr td {
  text-align: center;
}

/* line 5157, app/assets/stylesheets/theme.css */
thead {
  border-bottom: 1px solid #d0d0d0;
}

/* line 5161, app/assets/stylesheets/theme.css */
td,
th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

@media only screen and (max-width: 992px) {
  /* line 5171, app/assets/stylesheets/theme.css */
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }
  /* line 5180, app/assets/stylesheets/theme.css */
  table.responsive-table td:empty:before {
    content: '\00a0';
  }
  /* line 5184, app/assets/stylesheets/theme.css */
  table.responsive-table th,
table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  /* line 5190, app/assets/stylesheets/theme.css */
  table.responsive-table th {
    text-align: left;
  }
  /* line 5194, app/assets/stylesheets/theme.css */
  table.responsive-table thead {
    display: block;
    float: left;
  }
  /* line 5199, app/assets/stylesheets/theme.css */
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  /* line 5204, app/assets/stylesheets/theme.css */
  table.responsive-table thead tr th::before {
    content: "\00a0";
  }
  /* line 5208, app/assets/stylesheets/theme.css */
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  /* line 5216, app/assets/stylesheets/theme.css */
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  /* line 5221, app/assets/stylesheets/theme.css */
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  /* line 5226, app/assets/stylesheets/theme.css */
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  /* line 5232, app/assets/stylesheets/theme.css */
  table.responsive-table tr {
    padding: 0 10px;
  }
  /* line 5236, app/assets/stylesheets/theme.css */
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid #d0d0d0;
  }
  /* line 5241, app/assets/stylesheets/theme.css */
  table.responsive-table.bordered th {
    border-bottom: 0;
    border-left: 0;
  }
  /* line 5246, app/assets/stylesheets/theme.css */
  table.responsive-table.bordered td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  /* line 5252, app/assets/stylesheets/theme.css */
  table.responsive-table.bordered tr {
    border: 0;
  }
  /* line 5256, app/assets/stylesheets/theme.css */
  table.responsive-table.bordered tbody tr {
    border-right: 1px solid #d0d0d0;
  }
}

/* line 5261, app/assets/stylesheets/theme.css */
.collection {
  margin: 1rem 0 2rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

/* line 5269, app/assets/stylesheets/theme.css */
.collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}

/* line 5277, app/assets/stylesheets/theme.css */
.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}

/* line 5283, app/assets/stylesheets/theme.css */
.collection .collection-item.avatar:not(.circle-clipper) > .circle,
.collection .collection-item.avatar :not(.circle-clipper) > .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}

/* line 5294, app/assets/stylesheets/theme.css */
.collection .collection-item.avatar i.circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center;
}

/* line 5302, app/assets/stylesheets/theme.css */
.collection .collection-item.avatar .title {
  font-size: 16px;
}

/* line 5306, app/assets/stylesheets/theme.css */
.collection .collection-item.avatar p {
  margin: 0;
}

/* line 5310, app/assets/stylesheets/theme.css */
.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}

/* line 5316, app/assets/stylesheets/theme.css */
.collection .collection-item:last-child {
  border-bottom: none;
}

/* line 5320, app/assets/stylesheets/theme.css */
.collection .collection-item.active {
  background-color: #0a1d2e;
  color: white;
}

/* line 5325, app/assets/stylesheets/theme.css */
.collection .collection-item.active .secondary-content {
  color: #fff;
}

/* line 5329, app/assets/stylesheets/theme.css */
.collection a.collection-item {
  display: block;
  transition: .25s;
  color: #0a1d2e;
}

/* line 5335, app/assets/stylesheets/theme.css */
.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}

/* line 5339, app/assets/stylesheets/theme.css */
.collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}

/* line 5345, app/assets/stylesheets/theme.css */
.collection.with-header .collection-item {
  padding-left: 30px;
}

/* line 5349, app/assets/stylesheets/theme.css */
.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}

/* line 5353, app/assets/stylesheets/theme.css */
.secondary-content {
  float: right;
  color: #0a1d2e;
}

/* line 5358, app/assets/stylesheets/theme.css */
.collapsible .collection {
  margin: 0;
  border: none;
}

/* line 5363, app/assets/stylesheets/theme.css */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

/* line 5370, app/assets/stylesheets/theme.css */
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 5380, app/assets/stylesheets/theme.css */
.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #f4fbfe;
  border-radius: 2px;
  margin: 1rem 0 2rem 0;
  overflow: hidden;
}

/* line 5391, app/assets/stylesheets/theme.css */
.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #0a1d2e;
  transition: width .3s linear;
}

/* line 5400, app/assets/stylesheets/theme.css */
.progress .indeterminate {
  background-color: #0a1d2e;
}

/* line 5404, app/assets/stylesheets/theme.css */
.progress .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

/* line 5415, app/assets/stylesheets/theme.css */
.progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation-delay: 1.15s;
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

/*******************
  Utility Classes
*******************/
/* line 5464, app/assets/stylesheets/theme.css */
.hide {
  display: none !important;
}

/* line 5468, app/assets/stylesheets/theme.css */
.left-align {
  text-align: left;
}

/* line 5472, app/assets/stylesheets/theme.css */
.right-align {
  text-align: right;
}

/* line 5476, app/assets/stylesheets/theme.css */
.center,
.center-align {
  text-align: center;
}

/* line 5481, app/assets/stylesheets/theme.css */
.left {
  float: left !important;
}

/* line 5485, app/assets/stylesheets/theme.css */
.right {
  float: right !important;
}

/* line 5489, app/assets/stylesheets/theme.css */
.no-select,
input[type=range],
input[type=range] + .thumb {
  user-select: none;
}

/* line 5495, app/assets/stylesheets/theme.css */
.circle {
  border-radius: 50%;
}

/* line 5499, app/assets/stylesheets/theme.css */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 5505, app/assets/stylesheets/theme.css */
.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 5512, app/assets/stylesheets/theme.css */
.no-padding {
  padding: 0 !important;
}

/* line 5516, app/assets/stylesheets/theme.css */
span.badge {
  min-width: 3rem;
  padding: 0 6px;
  margin-left: 14px;
  text-align: center;
  font-size: 1rem;
  line-height: 22px;
  height: 22px;
  color: #757575;
  float: right;
  box-sizing: border-box;
}

/* line 5529, app/assets/stylesheets/theme.css */
span.badge.new {
  font-weight: 300;
  font-size: 0.8rem;
  color: #fff;
  background-color: #0a1d2e;
  border-radius: 2px;
}

/* line 5537, app/assets/stylesheets/theme.css */
span.badge.new:after {
  content: " new";
}

/* line 5541, app/assets/stylesheets/theme.css */
span.badge[data-badge-caption]::after {
  content: " " attr(data-badge-caption);
}

/* line 5545, app/assets/stylesheets/theme.css */
nav ul a span.badge {
  display: inline-block;
  float: none;
  margin-left: 4px;
  line-height: 22px;
  height: 22px;
  -webkit-font-smoothing: auto;
}

/* line 5554, app/assets/stylesheets/theme.css */
.collection-item span.badge {
  margin-top: calc(0.75rem - 11px);
}

/* line 5558, app/assets/stylesheets/theme.css */
.collapsible span.badge {
  margin-left: auto;
}

/* line 5562, app/assets/stylesheets/theme.css */
.side-nav span.badge {
  margin-top: calc(24px - 11px);
}

/* This is needed for some mobile phones to display the Google Icon font properly */
/* line 5567, app/assets/stylesheets/theme.css */
.material-icons {
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga';
}

/* line 5572, app/assets/stylesheets/theme.css */
.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

@media only screen and (min-width: 601px) {
  /* line 5579, app/assets/stylesheets/theme.css */
  .container {
    width: 85%;
  }
}

@media only screen and (min-width: 993px) {
  /* line 5585, app/assets/stylesheets/theme.css */
  .container {
    width: 90%;
  }
}

/* line 5590, app/assets/stylesheets/theme.css */
.container .row {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

/* line 5595, app/assets/stylesheets/theme.css */
.no-lr-margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 5600, app/assets/stylesheets/theme.css */
.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 5605, app/assets/stylesheets/theme.css */
.section.no-pad {
  padding: 0;
}

/* line 5609, app/assets/stylesheets/theme.css */
.section.no-pad-bot {
  padding-bottom: 0;
}

/* line 5613, app/assets/stylesheets/theme.css */
.section.no-pad-top {
  padding-top: 0;
}

/* line 5617, app/assets/stylesheets/theme.css */
.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

/* line 5623, app/assets/stylesheets/theme.css */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* line 5629, app/assets/stylesheets/theme.css */
.row .col {
  float: left;
  box-sizing: border-box;
  padding: 0 1.5rem;
  min-height: 1px;
}

/* line 5636, app/assets/stylesheets/theme.css */
.row .col[class*="push-"],
.row .col[class*="pull-"] {
  position: relative;
}

/* line 5641, app/assets/stylesheets/theme.css */
.row .col.s1 {
  width: 8.33333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 5648, app/assets/stylesheets/theme.css */
.row .col.s2 {
  width: 16.66667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 5655, app/assets/stylesheets/theme.css */
.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 5662, app/assets/stylesheets/theme.css */
.row .col.s4 {
  width: 33.33333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 5669, app/assets/stylesheets/theme.css */
.row .col.s5 {
  width: 41.66667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 5676, app/assets/stylesheets/theme.css */
.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 5683, app/assets/stylesheets/theme.css */
.row .col.s7 {
  width: 58.33333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 5690, app/assets/stylesheets/theme.css */
.row .col.s8 {
  width: 66.66667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 5697, app/assets/stylesheets/theme.css */
.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 5704, app/assets/stylesheets/theme.css */
.row .col.s10 {
  width: 83.33333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 5711, app/assets/stylesheets/theme.css */
.row .col.s11 {
  width: 91.66667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 5718, app/assets/stylesheets/theme.css */
.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 5725, app/assets/stylesheets/theme.css */
.row .col.offset-s1 {
  margin-left: 8.33333%;
}

/* line 5729, app/assets/stylesheets/theme.css */
.row .col.offset-s13 {
  width: 30.33333%;
  margin-left: 2.33333%;
}

/* line 5734, app/assets/stylesheets/theme.css */
.row .col.pull-s1 {
  right: 8.33333%;
}

/* line 5738, app/assets/stylesheets/theme.css */
.row .col.push-s1 {
  left: 8.33333%;
}

/* line 5742, app/assets/stylesheets/theme.css */
.row .col.offset-s2 {
  margin-left: 16.66667%;
}

/* line 5746, app/assets/stylesheets/theme.css */
.row .col.pull-s2 {
  right: 16.66667%;
}

/* line 5750, app/assets/stylesheets/theme.css */
.row .col.push-s2 {
  left: 16.66667%;
}

/* line 5754, app/assets/stylesheets/theme.css */
.row .col.offset-s3 {
  margin-left: 25%;
}

/* line 5758, app/assets/stylesheets/theme.css */
.row .col.pull-s3 {
  right: 25%;
}

/* line 5762, app/assets/stylesheets/theme.css */
.row .col.push-s3 {
  left: 25%;
}

/* line 5766, app/assets/stylesheets/theme.css */
.row .col.offset-s4 {
  margin-left: 33.33333%;
}

/* line 5770, app/assets/stylesheets/theme.css */
.row .col.pull-s4 {
  right: 33.33333%;
}

/* line 5774, app/assets/stylesheets/theme.css */
.row .col.push-s4 {
  left: 33.33333%;
}

/* line 5778, app/assets/stylesheets/theme.css */
.row .col.offset-s5 {
  margin-left: 41.66667%;
}

/* line 5782, app/assets/stylesheets/theme.css */
.row .col.pull-s5 {
  right: 41.66667%;
}

/* line 5786, app/assets/stylesheets/theme.css */
.row .col.push-s5 {
  left: 41.66667%;
}

/* line 5790, app/assets/stylesheets/theme.css */
.row .col.offset-s6 {
  margin-left: 50%;
}

/* line 5794, app/assets/stylesheets/theme.css */
.row .col.pull-s6 {
  right: 50%;
}

/* line 5798, app/assets/stylesheets/theme.css */
.row .col.push-s6 {
  left: 50%;
}

/* line 5802, app/assets/stylesheets/theme.css */
.row .col.offset-s7 {
  margin-left: 58.33333%;
}

/* line 5806, app/assets/stylesheets/theme.css */
.row .col.pull-s7 {
  right: 58.33333%;
}

/* line 5810, app/assets/stylesheets/theme.css */
.row .col.push-s7 {
  left: 58.33333%;
}

/* line 5814, app/assets/stylesheets/theme.css */
.row .col.offset-s8 {
  margin-left: 66.66667%;
}

/* line 5818, app/assets/stylesheets/theme.css */
.row .col.pull-s8 {
  right: 66.66667%;
}

/* line 5822, app/assets/stylesheets/theme.css */
.row .col.push-s8 {
  left: 66.66667%;
}

/* line 5826, app/assets/stylesheets/theme.css */
.row .col.offset-s9 {
  margin-left: 75%;
}

/* line 5830, app/assets/stylesheets/theme.css */
.row .col.pull-s9 {
  right: 75%;
}

/* line 5834, app/assets/stylesheets/theme.css */
.row .col.push-s9 {
  left: 75%;
}

/* line 5838, app/assets/stylesheets/theme.css */
.row .col.offset-s10 {
  margin-left: 83.33333%;
}

/* line 5842, app/assets/stylesheets/theme.css */
.row .col.pull-s10 {
  right: 83.33333%;
}

/* line 5846, app/assets/stylesheets/theme.css */
.row .col.push-s10 {
  left: 83.33333%;
}

/* line 5850, app/assets/stylesheets/theme.css */
.row .col.offset-s11 {
  margin-left: 91.66667%;
}

/* line 5854, app/assets/stylesheets/theme.css */
.row .col.pull-s11 {
  right: 91.66667%;
}

/* line 5858, app/assets/stylesheets/theme.css */
.row .col.push-s11 {
  left: 91.66667%;
}

/* line 5862, app/assets/stylesheets/theme.css */
.row .col.offset-s12 {
  margin-left: 100%;
}

/* line 5866, app/assets/stylesheets/theme.css */
.row .col.pull-s12 {
  right: 100%;
}

/* line 5870, app/assets/stylesheets/theme.css */
.row .col.push-s12 {
  left: 100%;
}

@media only screen and (min-width: 601px) {
  /* line 5875, app/assets/stylesheets/theme.css */
  .row .col.m1 {
    width: 8.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 5882, app/assets/stylesheets/theme.css */
  .row .col.m2 {
    width: 16.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 5889, app/assets/stylesheets/theme.css */
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 5896, app/assets/stylesheets/theme.css */
  .row .col.m4 {
    width: 33.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 5903, app/assets/stylesheets/theme.css */
  .row .col.m5 {
    width: 41.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 5910, app/assets/stylesheets/theme.css */
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 5917, app/assets/stylesheets/theme.css */
  .row .col.m7 {
    width: 58.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 5924, app/assets/stylesheets/theme.css */
  .row .col.m8 {
    width: 66.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 5931, app/assets/stylesheets/theme.css */
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 5938, app/assets/stylesheets/theme.css */
  .row .col.m10 {
    width: 83.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 5945, app/assets/stylesheets/theme.css */
  .row .col.m11 {
    width: 91.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 5952, app/assets/stylesheets/theme.css */
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 5959, app/assets/stylesheets/theme.css */
  .row .col.offset-m1 {
    margin-left: 8.33333%;
  }
  /* line 5963, app/assets/stylesheets/theme.css */
  .row .col.pull-m1 {
    right: 8.33333%;
  }
  /* line 5967, app/assets/stylesheets/theme.css */
  .row .col.push-m1 {
    left: 8.33333%;
  }
  /* line 5971, app/assets/stylesheets/theme.css */
  .row .col.offset-m2 {
    margin-left: 16.66667%;
  }
  /* line 5975, app/assets/stylesheets/theme.css */
  .row .col.pull-m2 {
    right: 16.66667%;
  }
  /* line 5979, app/assets/stylesheets/theme.css */
  .row .col.push-m2 {
    left: 16.66667%;
  }
  /* line 5983, app/assets/stylesheets/theme.css */
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  /* line 5987, app/assets/stylesheets/theme.css */
  .row .col.pull-m3 {
    right: 25%;
  }
  /* line 5991, app/assets/stylesheets/theme.css */
  .row .col.push-m3 {
    left: 25%;
  }
  /* line 5995, app/assets/stylesheets/theme.css */
  .row .col.offset-m4 {
    margin-left: 33.33333%;
  }
  /* line 5999, app/assets/stylesheets/theme.css */
  .row .col.pull-m4 {
    right: 33.33333%;
  }
  /* line 6003, app/assets/stylesheets/theme.css */
  .row .col.push-m4 {
    left: 33.33333%;
  }
  /* line 6007, app/assets/stylesheets/theme.css */
  .row .col.offset-m5 {
    margin-left: 41.66667%;
  }
  /* line 6011, app/assets/stylesheets/theme.css */
  .row .col.pull-m5 {
    right: 41.66667%;
  }
  /* line 6015, app/assets/stylesheets/theme.css */
  .row .col.push-m5 {
    left: 41.66667%;
  }
  /* line 6019, app/assets/stylesheets/theme.css */
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  /* line 6023, app/assets/stylesheets/theme.css */
  .row .col.pull-m6 {
    right: 50%;
  }
  /* line 6027, app/assets/stylesheets/theme.css */
  .row .col.push-m6 {
    left: 50%;
  }
  /* line 6031, app/assets/stylesheets/theme.css */
  .row .col.offset-m7 {
    margin-left: 58.33333%;
  }
  /* line 6035, app/assets/stylesheets/theme.css */
  .row .col.pull-m7 {
    right: 58.33333%;
  }
  /* line 6039, app/assets/stylesheets/theme.css */
  .row .col.push-m7 {
    left: 58.33333%;
  }
  /* line 6043, app/assets/stylesheets/theme.css */
  .row .col.offset-m8 {
    margin-left: 66.66667%;
  }
  /* line 6047, app/assets/stylesheets/theme.css */
  .row .col.pull-m8 {
    right: 66.66667%;
  }
  /* line 6051, app/assets/stylesheets/theme.css */
  .row .col.push-m8 {
    left: 66.66667%;
  }
  /* line 6055, app/assets/stylesheets/theme.css */
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  /* line 6059, app/assets/stylesheets/theme.css */
  .row .col.pull-m9 {
    right: 75%;
  }
  /* line 6063, app/assets/stylesheets/theme.css */
  .row .col.push-m9 {
    left: 75%;
  }
  /* line 6067, app/assets/stylesheets/theme.css */
  .row .col.offset-m10 {
    margin-left: 83.33333%;
  }
  /* line 6071, app/assets/stylesheets/theme.css */
  .row .col.pull-m10 {
    right: 83.33333%;
  }
  /* line 6075, app/assets/stylesheets/theme.css */
  .row .col.push-m10 {
    left: 83.33333%;
  }
  /* line 6079, app/assets/stylesheets/theme.css */
  .row .col.offset-m11 {
    margin-left: 91.66667%;
  }
  /* line 6083, app/assets/stylesheets/theme.css */
  .row .col.pull-m11 {
    right: 91.66667%;
  }
  /* line 6087, app/assets/stylesheets/theme.css */
  .row .col.push-m11 {
    left: 91.66667%;
  }
  /* line 6091, app/assets/stylesheets/theme.css */
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  /* line 6095, app/assets/stylesheets/theme.css */
  .row .col.pull-m12 {
    right: 100%;
  }
  /* line 6099, app/assets/stylesheets/theme.css */
  .row .col.push-m12 {
    left: 100%;
  }
}

@media only screen and (min-width: 993px) {
  /* line 6105, app/assets/stylesheets/theme.css */
  .row .col.l1 {
    width: 8.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 6112, app/assets/stylesheets/theme.css */
  .row .col.l2 {
    width: 16.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 6119, app/assets/stylesheets/theme.css */
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 6126, app/assets/stylesheets/theme.css */
  .row .col.l4 {
    width: 33.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 6133, app/assets/stylesheets/theme.css */
  .row .col.l5 {
    width: 41.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 6140, app/assets/stylesheets/theme.css */
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 6147, app/assets/stylesheets/theme.css */
  .row .col.l7 {
    width: 58.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 6154, app/assets/stylesheets/theme.css */
  .row .col.l8 {
    width: 66.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 6161, app/assets/stylesheets/theme.css */
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 6168, app/assets/stylesheets/theme.css */
  .row .col.l10 {
    width: 83.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 6175, app/assets/stylesheets/theme.css */
  .row .col.l11 {
    width: 91.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 6182, app/assets/stylesheets/theme.css */
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 6189, app/assets/stylesheets/theme.css */
  .row .col.offset-l1 {
    margin-left: 8.33333%;
  }
  /* line 6193, app/assets/stylesheets/theme.css */
  .row .col.pull-l1 {
    right: 8.33333%;
  }
  /* line 6197, app/assets/stylesheets/theme.css */
  .row .col.push-l1 {
    left: 8.33333%;
  }
  /* line 6201, app/assets/stylesheets/theme.css */
  .row .col.offset-l2 {
    margin-left: 16.66667%;
  }
  /* line 6205, app/assets/stylesheets/theme.css */
  .row .col.pull-l2 {
    right: 16.66667%;
  }
  /* line 6209, app/assets/stylesheets/theme.css */
  .row .col.push-l2 {
    left: 16.66667%;
  }
  /* line 6213, app/assets/stylesheets/theme.css */
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  /* line 6217, app/assets/stylesheets/theme.css */
  .row .col.pull-l3 {
    right: 25%;
  }
  /* line 6221, app/assets/stylesheets/theme.css */
  .row .col.push-l3 {
    left: 25%;
  }
  /* line 6225, app/assets/stylesheets/theme.css */
  .row .col.offset-l4 {
    margin-left: 33.33333%;
  }
  /* line 6229, app/assets/stylesheets/theme.css */
  .row .col.pull-l4 {
    right: 33.33333%;
  }
  /* line 6233, app/assets/stylesheets/theme.css */
  .row .col.push-l4 {
    left: 33.33333%;
  }
  /* line 6237, app/assets/stylesheets/theme.css */
  .row .col.offset-l5 {
    margin-left: 41.66667%;
  }
  /* line 6241, app/assets/stylesheets/theme.css */
  .row .col.pull-l5 {
    right: 41.66667%;
  }
  /* line 6245, app/assets/stylesheets/theme.css */
  .row .col.push-l5 {
    left: 41.66667%;
  }
  /* line 6249, app/assets/stylesheets/theme.css */
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  /* line 6253, app/assets/stylesheets/theme.css */
  .row .col.pull-l6 {
    right: 50%;
  }
  /* line 6257, app/assets/stylesheets/theme.css */
  .row .col.push-l6 {
    left: 50%;
  }
  /* line 6261, app/assets/stylesheets/theme.css */
  .row .col.offset-l7 {
    margin-left: 58.33333%;
  }
  /* line 6265, app/assets/stylesheets/theme.css */
  .row .col.pull-l7 {
    right: 58.33333%;
  }
  /* line 6269, app/assets/stylesheets/theme.css */
  .row .col.push-l7 {
    left: 58.33333%;
  }
  /* line 6273, app/assets/stylesheets/theme.css */
  .row .col.offset-l8 {
    margin-left: 66.66667%;
  }
  /* line 6277, app/assets/stylesheets/theme.css */
  .row .col.pull-l8 {
    right: 66.66667%;
  }
  /* line 6281, app/assets/stylesheets/theme.css */
  .row .col.push-l8 {
    left: 66.66667%;
  }
  /* line 6285, app/assets/stylesheets/theme.css */
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  /* line 6289, app/assets/stylesheets/theme.css */
  .row .col.pull-l9 {
    right: 75%;
  }
  /* line 6293, app/assets/stylesheets/theme.css */
  .row .col.push-l9 {
    left: 75%;
  }
  /* line 6297, app/assets/stylesheets/theme.css */
  .row .col.offset-l10 {
    margin-left: 83.33333%;
  }
  /* line 6301, app/assets/stylesheets/theme.css */
  .row .col.pull-l10 {
    right: 83.33333%;
  }
  /* line 6305, app/assets/stylesheets/theme.css */
  .row .col.push-l10 {
    left: 83.33333%;
  }
  /* line 6309, app/assets/stylesheets/theme.css */
  .row .col.offset-l11 {
    margin-left: 91.66667%;
  }
  /* line 6313, app/assets/stylesheets/theme.css */
  .row .col.pull-l11 {
    right: 91.66667%;
  }
  /* line 6317, app/assets/stylesheets/theme.css */
  .row .col.push-l11 {
    left: 91.66667%;
  }
  /* line 6321, app/assets/stylesheets/theme.css */
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  /* line 6325, app/assets/stylesheets/theme.css */
  .row .col.pull-l12 {
    right: 100%;
  }
  /* line 6329, app/assets/stylesheets/theme.css */
  .row .col.push-l12 {
    left: 100%;
  }
}

@media only screen and (min-width: 1201px) {
  /* line 6335, app/assets/stylesheets/theme.css */
  .row .col.xl1 {
    width: 8.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 6342, app/assets/stylesheets/theme.css */
  .row .col.xl2 {
    width: 16.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 6349, app/assets/stylesheets/theme.css */
  .row .col.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 6356, app/assets/stylesheets/theme.css */
  .row .col.xl4 {
    width: 33.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 6363, app/assets/stylesheets/theme.css */
  .row .col.xl5 {
    width: 41.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 6370, app/assets/stylesheets/theme.css */
  .row .col.xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 6377, app/assets/stylesheets/theme.css */
  .row .col.xl7 {
    width: 58.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 6384, app/assets/stylesheets/theme.css */
  .row .col.xl8 {
    width: 66.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 6391, app/assets/stylesheets/theme.css */
  .row .col.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 6398, app/assets/stylesheets/theme.css */
  .row .col.xl10 {
    width: 83.33333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 6405, app/assets/stylesheets/theme.css */
  .row .col.xl11 {
    width: 91.66667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 6412, app/assets/stylesheets/theme.css */
  .row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 6419, app/assets/stylesheets/theme.css */
  .row .col.offset-xl1 {
    margin-left: 8.33333%;
  }
  /* line 6423, app/assets/stylesheets/theme.css */
  .row .col.pull-xl1 {
    right: 8.33333%;
  }
  /* line 6427, app/assets/stylesheets/theme.css */
  .row .col.push-xl1 {
    left: 8.33333%;
  }
  /* line 6431, app/assets/stylesheets/theme.css */
  .row .col.offset-xl2 {
    margin-left: 16.66667%;
  }
  /* line 6435, app/assets/stylesheets/theme.css */
  .row .col.pull-xl2 {
    right: 16.66667%;
  }
  /* line 6439, app/assets/stylesheets/theme.css */
  .row .col.push-xl2 {
    left: 16.66667%;
  }
  /* line 6443, app/assets/stylesheets/theme.css */
  .row .col.offset-xl3 {
    margin-left: 25%;
  }
  /* line 6447, app/assets/stylesheets/theme.css */
  .row .col.pull-xl3 {
    right: 25%;
  }
  /* line 6451, app/assets/stylesheets/theme.css */
  .row .col.push-xl3 {
    left: 25%;
  }
  /* line 6455, app/assets/stylesheets/theme.css */
  .row .col.offset-xl4 {
    margin-left: 33.33333%;
  }
  /* line 6459, app/assets/stylesheets/theme.css */
  .row .col.pull-xl4 {
    right: 33.33333%;
  }
  /* line 6463, app/assets/stylesheets/theme.css */
  .row .col.push-xl4 {
    left: 33.33333%;
  }
  /* line 6467, app/assets/stylesheets/theme.css */
  .row .col.offset-xl5 {
    margin-left: 41.66667%;
  }
  /* line 6471, app/assets/stylesheets/theme.css */
  .row .col.pull-xl5 {
    right: 41.66667%;
  }
  /* line 6475, app/assets/stylesheets/theme.css */
  .row .col.push-xl5 {
    left: 41.66667%;
  }
  /* line 6479, app/assets/stylesheets/theme.css */
  .row .col.offset-xl6 {
    margin-left: 50%;
  }
  /* line 6483, app/assets/stylesheets/theme.css */
  .row .col.pull-xl6 {
    right: 50%;
  }
  /* line 6487, app/assets/stylesheets/theme.css */
  .row .col.push-xl6 {
    left: 50%;
  }
  /* line 6491, app/assets/stylesheets/theme.css */
  .row .col.offset-xl7 {
    margin-left: 58.33333%;
  }
  /* line 6495, app/assets/stylesheets/theme.css */
  .row .col.pull-xl7 {
    right: 58.33333%;
  }
  /* line 6499, app/assets/stylesheets/theme.css */
  .row .col.push-xl7 {
    left: 58.33333%;
  }
  /* line 6503, app/assets/stylesheets/theme.css */
  .row .col.offset-xl8 {
    margin-left: 66.66667%;
  }
  /* line 6507, app/assets/stylesheets/theme.css */
  .row .col.pull-xl8 {
    right: 66.66667%;
  }
  /* line 6511, app/assets/stylesheets/theme.css */
  .row .col.push-xl8 {
    left: 66.66667%;
  }
  /* line 6515, app/assets/stylesheets/theme.css */
  .row .col.offset-xl9 {
    margin-left: 75%;
  }
  /* line 6519, app/assets/stylesheets/theme.css */
  .row .col.pull-xl9 {
    right: 75%;
  }
  /* line 6523, app/assets/stylesheets/theme.css */
  .row .col.push-xl9 {
    left: 75%;
  }
  /* line 6527, app/assets/stylesheets/theme.css */
  .row .col.offset-xl10 {
    margin-left: 83.33333%;
  }
  /* line 6531, app/assets/stylesheets/theme.css */
  .row .col.pull-xl10 {
    right: 83.33333%;
  }
  /* line 6535, app/assets/stylesheets/theme.css */
  .row .col.push-xl10 {
    left: 83.33333%;
  }
  /* line 6539, app/assets/stylesheets/theme.css */
  .row .col.offset-xl11 {
    margin-left: 91.66667%;
  }
  /* line 6543, app/assets/stylesheets/theme.css */
  .row .col.pull-xl11 {
    right: 91.66667%;
  }
  /* line 6547, app/assets/stylesheets/theme.css */
  .row .col.push-xl11 {
    left: 91.66667%;
  }
  /* line 6551, app/assets/stylesheets/theme.css */
  .row .col.offset-xl12 {
    margin-left: 100%;
  }
  /* line 6555, app/assets/stylesheets/theme.css */
  .row .col.pull-xl12 {
    right: 100%;
  }
  /* line 6559, app/assets/stylesheets/theme.css */
  .row .col.push-xl12 {
    left: 100%;
  }
}

/* line 6564, app/assets/stylesheets/theme.css */
nav {
  color: #fff;
  background-color: #ff5107;
  width: 100%;
  height: 56px;
  line-height: 56px;
}

/* line 6572, app/assets/stylesheets/theme.css */
nav.nav-extended {
  height: auto;
}

/* line 6576, app/assets/stylesheets/theme.css */
nav.nav-extended .nav-wrapper {
  min-height: 56px;
  height: auto;
}

/* line 6581, app/assets/stylesheets/theme.css */
nav.nav-extended .nav-content {
  position: relative;
  line-height: normal;
}

/* line 6586, app/assets/stylesheets/theme.css */
nav a {
  color: #fff;
}

/* line 6590, app/assets/stylesheets/theme.css */
nav i,
nav [class^="mdi-"],
nav [class*="mdi-"],
nav i.material-icons {
  display: block;
  font-size: 24px;
  height: 56px;
  line-height: 56px;
}

/* line 6600, app/assets/stylesheets/theme.css */
nav .nav-wrapper {
  position: relative;
  height: 100%;
}

@media only screen and (min-width: 993px) {
  /* line 6606, app/assets/stylesheets/theme.css */
  nav a.button-collapse {
    display: none;
  }
}

/* line 6611, app/assets/stylesheets/theme.css */
nav .button-collapse {
  float: left;
  position: relative;
  z-index: 1;
  height: 56px;
  margin: 0 18px;
}

/* line 6619, app/assets/stylesheets/theme.css */
nav .button-collapse i {
  height: 56px;
  line-height: 56px;
}

/* line 6624, app/assets/stylesheets/theme.css */
nav .brand-logo {
  position: absolute;
  color: #fff;
  display: inline-block;
  font-size: 2.1rem;
  padding: 0;
}

/* line 6632, app/assets/stylesheets/theme.css */
nav .brand-logo.center {
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 600px) {
  /* line 6638, app/assets/stylesheets/theme.css */
  .dart-logo {
    width: 100%;
    text-align: center;
  }
  /* line 6643, app/assets/stylesheets/theme.css */
  .dart-logo img {
    width: 17.8125rem !important;
  }
}

@media only screen and (max-width: 992px) {
  /* line 6649, app/assets/stylesheets/theme.css */
  nav .brand-logo {
    left: 50%;
    transform: translateX(-50%);
  }
  /* line 6654, app/assets/stylesheets/theme.css */
  nav .brand-logo.left,
nav .brand-logo.right {
    padding: 0;
    transform: none;
  }
  /* line 6660, app/assets/stylesheets/theme.css */
  nav .brand-logo.left {
    left: 0.5rem;
  }
  /* line 6664, app/assets/stylesheets/theme.css */
  nav .brand-logo.right {
    right: 0.5rem;
    left: auto;
  }
}

/* line 6670, app/assets/stylesheets/theme.css */
nav .brand-logo.right {
  right: 0.5rem;
  padding: 0;
}

/* line 6675, app/assets/stylesheets/theme.css */
nav .brand-logo i,
nav .brand-logo [class^="mdi-"],
nav .brand-logo [class*="mdi-"],
nav .brand-logo i.material-icons {
  float: left;
  margin-right: 15px;
}

/* line 6683, app/assets/stylesheets/theme.css */
nav .nav-title {
  display: inline-block;
  font-size: 32px;
  padding: 28px 0;
}

/* line 6689, app/assets/stylesheets/theme.css */
nav ul {
  margin: 0;
}

/* line 6693, app/assets/stylesheets/theme.css */
nav ul li {
  transition: background-color .3s;
  float: left;
  padding: 0;
}

/* line 6699, app/assets/stylesheets/theme.css */
nav ul li.active {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 6703, app/assets/stylesheets/theme.css */
nav ul a {
  transition: background-color .3s;
  font-size: 1rem;
  color: #fff;
  display: block;
  padding: 0 15px;
  cursor: pointer;
}

/* line 6712, app/assets/stylesheets/theme.css */
nav ul a.btn,
nav ul a.btn-large,
nav ul a.btn-large,
nav ul a.btn-flat,
nav ul a.btn-floating {
  margin-top: -2px;
  margin-left: 15px;
  margin-right: 15px;
}

/* line 6722, app/assets/stylesheets/theme.css */
nav ul a.btn > .material-icons,
nav ul a.btn-large > .material-icons,
nav ul a.btn-large > .material-icons,
nav ul a.btn-flat > .material-icons,
nav ul a.btn-floating > .material-icons {
  height: inherit;
  line-height: inherit;
}

/* line 6731, app/assets/stylesheets/theme.css */
nav ul a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 6735, app/assets/stylesheets/theme.css */
nav ul.left {
  float: left;
}

/* line 6739, app/assets/stylesheets/theme.css */
nav form {
  height: 100%;
}

/* line 6743, app/assets/stylesheets/theme.css */
nav .input-field {
  margin: 0;
  height: 100%;
}

/* line 6748, app/assets/stylesheets/theme.css */
nav .input-field input {
  height: 100%;
  font-size: 1.2rem;
  border: none;
  padding-left: 2rem;
}

/* line 6755, app/assets/stylesheets/theme.css */
nav .input-field input:focus,
nav .input-field input[type=text]:valid,
nav .input-field input[type=password]:valid,
nav .input-field input[type=email]:valid,
nav .input-field input[type=url]:valid,
nav .input-field input[type=date]:valid {
  border: none;
  box-shadow: none;
}

/* line 6765, app/assets/stylesheets/theme.css */
nav .input-field label {
  top: 0;
  left: 0;
}

/* line 6770, app/assets/stylesheets/theme.css */
nav .input-field label i {
  color: rgba(255, 255, 255, 0.7);
  transition: color .3s;
}

/* line 6775, app/assets/stylesheets/theme.css */
nav .input-field label.active i {
  color: #fff;
}

/* line 6779, app/assets/stylesheets/theme.css */
.navbar-fixed {
  position: relative;
  height: 56px;
  z-index: 997;
}

/* line 6785, app/assets/stylesheets/theme.css */
.navbar-fixed nav {
  position: fixed;
}

@media only screen and (min-width: 601px) {
  /* line 6790, app/assets/stylesheets/theme.css */
  nav.nav-extended .nav-wrapper {
    min-height: 64px;
  }
  /* line 6794, app/assets/stylesheets/theme.css */
  nav,
nav .nav-wrapper i,
nav a.button-collapse,
nav a.button-collapse i {
    height: 64px;
    line-height: 64px;
  }
  /* line 6802, app/assets/stylesheets/theme.css */
  .navbar-fixed {
    height: 64px;
  }
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto Thin), url(/../fonts/roboto/Roboto-Thin.woff2) format("woff2"), url(/../fonts/roboto/Roboto-Thin.woff) format("woff");
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto Light), url(/../fonts/roboto/Roboto-Light.woff2) format("woff2"), url(/../fonts/roboto/Roboto-Light.woff) format("woff");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto Regular), url(/../fonts/roboto/Roboto-Regular.woff2) format("woff2"), url(/../fonts/roboto/Roboto-Regular.woff) format("woff");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto Medium), url(/../fonts/roboto/Roboto-Medium.woff2) format("woff2"), url(/../fonts/roboto/Roboto-Medium.woff) format("woff");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto Bold), url(/../fonts/roboto/Roboto-Bold.woff2) format("woff2"), url(/../fonts/roboto/Roboto-Bold.woff) format("woff");
  font-weight: 700;
  font-display: swap;
}

/* line 6842, app/assets/stylesheets/theme.css */
a {
  text-decoration: none;
}

/* line 6846, app/assets/stylesheets/theme.css */
html {
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}

@media only screen and (min-width: 0) {
  /* line 6854, app/assets/stylesheets/theme.css */
  html {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) {
  /* line 6860, app/assets/stylesheets/theme.css */
  html {
    font-size: 14.5px;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 6866, app/assets/stylesheets/theme.css */
  html {
    font-size: 15px;
  }
}

/* line 6871, app/assets/stylesheets/theme.css */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.1;
}

/* line 6881, app/assets/stylesheets/theme.css */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

/* line 6890, app/assets/stylesheets/theme.css */
h1 {
  font-size: 3rem;
  line-height: 110%;
  margin: 1.5rem 0 1.2rem 0;
}

/* line 6896, app/assets/stylesheets/theme.css */
h2 {
  font-size: 2.143rem;
  line-height: 110%;
  margin: 1.0715rem 0 0.8572rem 0;
}

/* line 6902, app/assets/stylesheets/theme.css */
h3 {
  font-size: 1.714rem;
  line-height: 110%;
  margin: 0.857rem 0 0.6856rem 0;
}

/* line 6908, app/assets/stylesheets/theme.css */
h4 {
  font-size: 1.429rem;
  line-height: 110%;
  margin: 0.7145rem 0 0.5716rem 0;
}

/* line 6914, app/assets/stylesheets/theme.css */
h5 {
  font-size: 1.286rem;
  line-height: 110%;
  margin: 0.643rem 0 0.5144rem 0;
}

/* line 6920, app/assets/stylesheets/theme.css */
h6 {
  font-size: 1.143rem;
  line-height: 110%;
  margin: 0.5715rem 0 0.4572rem 0;
}

/* line 6926, app/assets/stylesheets/theme.css */
em {
  font-style: italic;
}

/* line 6930, app/assets/stylesheets/theme.css */
strong {
  font-weight: 500;
}

/* line 6934, app/assets/stylesheets/theme.css */
small {
  font-size: 75%;
}

/* line 6938, app/assets/stylesheets/theme.css */
.light,
.page-footer .footer-copyright {
  font-weight: 300;
}

/* line 6943, app/assets/stylesheets/theme.css */
.thin {
  font-weight: 200;
}

/* line 6947, app/assets/stylesheets/theme.css */
.flow-text {
  font-weight: 300;
}

@media only screen and (min-width: 360px) {
  /* line 6952, app/assets/stylesheets/theme.css */
  .flow-text {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 390px) {
  /* line 6958, app/assets/stylesheets/theme.css */
  .flow-text {
    font-size: 1.224rem;
  }
}

@media only screen and (min-width: 420px) {
  /* line 6964, app/assets/stylesheets/theme.css */
  .flow-text {
    font-size: 1.248rem;
  }
}

@media only screen and (min-width: 450px) {
  /* line 6970, app/assets/stylesheets/theme.css */
  .flow-text {
    font-size: 1.272rem;
  }
}

@media only screen and (min-width: 480px) {
  /* line 6976, app/assets/stylesheets/theme.css */
  .flow-text {
    font-size: 1.296rem;
  }
}

@media only screen and (min-width: 510px) {
  /* line 6982, app/assets/stylesheets/theme.css */
  .flow-text {
    font-size: 1.32rem;
  }
}

@media only screen and (min-width: 540px) {
  /* line 6988, app/assets/stylesheets/theme.css */
  .flow-text {
    font-size: 1.344rem;
  }
}

@media only screen and (min-width: 570px) {
  /* line 6994, app/assets/stylesheets/theme.css */
  .flow-text {
    font-size: 1.368rem;
  }
}

@media only screen and (min-width: 600px) {
  /* line 7000, app/assets/stylesheets/theme.css */
  .flow-text {
    font-size: 1.392rem;
  }
}

@media only screen and (min-width: 630px) {
  /* line 7006, app/assets/stylesheets/theme.css */
  .flow-text {
    font-size: 1.416rem;
  }
}

@media only screen and (min-width: 660px) {
  /* line 7012, app/assets/stylesheets/theme.css */
  .flow-text {
    font-size: 1.44rem;
  }
}

@media only screen and (min-width: 690px) {
  /* line 7018, app/assets/stylesheets/theme.css */
  .flow-text {
    font-size: 1.464rem;
  }
}

@media only screen and (min-width: 720px) {
  /* line 7024, app/assets/stylesheets/theme.css */
  .flow-text {
    font-size: 1.488rem;
  }
}

@media only screen and (min-width: 750px) {
  /* line 7030, app/assets/stylesheets/theme.css */
  .flow-text {
    font-size: 1.512rem;
  }
}

@media only screen and (min-width: 780px) {
  /* line 7036, app/assets/stylesheets/theme.css */
  .flow-text {
    font-size: 1.536rem;
  }
}

@media only screen and (min-width: 810px) {
  /* line 7042, app/assets/stylesheets/theme.css */
  .flow-text {
    font-size: 1.56rem;
  }
}

@media only screen and (min-width: 840px) {
  /* line 7048, app/assets/stylesheets/theme.css */
  .flow-text {
    font-size: 1.584rem;
  }
}

@media only screen and (min-width: 870px) {
  /* line 7054, app/assets/stylesheets/theme.css */
  .flow-text {
    font-size: 1.608rem;
  }
}

@media only screen and (min-width: 900px) {
  /* line 7060, app/assets/stylesheets/theme.css */
  .flow-text {
    font-size: 1.632rem;
  }
}

@media only screen and (min-width: 930px) {
  /* line 7066, app/assets/stylesheets/theme.css */
  .flow-text {
    font-size: 1.656rem;
  }
}

@media only screen and (min-width: 960px) {
  /* line 7072, app/assets/stylesheets/theme.css */
  .flow-text {
    font-size: 1.68rem;
  }
}

@media only screen and (max-width: 360px) {
  /* line 7078, app/assets/stylesheets/theme.css */
  .flow-text {
    font-size: 1.2rem;
  }
}

/* line 7083, app/assets/stylesheets/theme.css */
.scale-transition {
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
}

/* line 7087, app/assets/stylesheets/theme.css */
.scale-transition.scale-out {
  transform: scale(0);
  transition: transform .2s !important;
}

/* line 7092, app/assets/stylesheets/theme.css */
.scale-transition.scale-in {
  transform: scale(1);
}

/* line 7096, app/assets/stylesheets/theme.css */
.card-panel {
  transition: box-shadow .25s;
  padding: 24px;
  margin: 1rem 0 2rem 0;
  border-radius: 2px;
  background-color: #fff;
}

/* line 7104, app/assets/stylesheets/theme.css */
.card {
  position: relative;
  margin: 1rem 0 2rem 0;
  background-color: #fff;
  transition: box-shadow .25s;
  border-radius: 2px;
}

/* line 7112, app/assets/stylesheets/theme.css */
.card .card-title {
  font-size: 24px;
  font-weight: 300;
}

/* line 7117, app/assets/stylesheets/theme.css */
.card .card-title.activator {
  cursor: pointer;
}

/* line 7121, app/assets/stylesheets/theme.css */
.card.small,
.card.medium,
.card.large {
  position: relative;
}

/* line 7127, app/assets/stylesheets/theme.css */
.card.small .card-image,
.card.medium .card-image,
.card.large .card-image {
  max-height: 60%;
  overflow: hidden;
}

/* line 7134, app/assets/stylesheets/theme.css */
.card.small .card-image + .card-content,
.card.medium .card-image + .card-content,
.card.large .card-image + .card-content {
  max-height: 40%;
}

/* line 7140, app/assets/stylesheets/theme.css */
.card.small .card-content,
.card.medium .card-content,
.card.large .card-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 7147, app/assets/stylesheets/theme.css */
.card.small .card-action,
.card.medium .card-action,
.card.large .card-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 7156, app/assets/stylesheets/theme.css */
.card.small {
  height: 300px;
}

/* line 7160, app/assets/stylesheets/theme.css */
.card.medium {
  height: 400px;
}

/* line 7164, app/assets/stylesheets/theme.css */
.card.large {
  height: 500px;
}

/* line 7168, app/assets/stylesheets/theme.css */
.card.horizontal {
  display: flex;
}

/* line 7172, app/assets/stylesheets/theme.css */
.card.horizontal.small .card-image,
.card.horizontal.medium .card-image,
.card.horizontal.large .card-image {
  height: 100%;
  max-height: none;
  overflow: visible;
}

/* line 7180, app/assets/stylesheets/theme.css */
.card.horizontal.small .card-image img,
.card.horizontal.medium .card-image img,
.card.horizontal.large .card-image img {
  height: 100%;
}

/* line 7186, app/assets/stylesheets/theme.css */
.card.horizontal .card-image {
  max-width: 50%;
}

/* line 7190, app/assets/stylesheets/theme.css */
.card.horizontal .card-image img {
  border-radius: 2px 0 0 2px;
  max-width: 100%;
  width: auto;
}

/* line 7196, app/assets/stylesheets/theme.css */
.card.horizontal .card-stacked {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}

/* line 7203, app/assets/stylesheets/theme.css */
.card.horizontal .card-stacked .card-content {
  flex-grow: 1;
}

/* line 7207, app/assets/stylesheets/theme.css */
.card.sticky-action .card-action {
  z-index: 2;
}

/* line 7211, app/assets/stylesheets/theme.css */
.card.sticky-action .card-reveal {
  z-index: 1;
  padding-bottom: 64px;
}

/* line 7216, app/assets/stylesheets/theme.css */
.card .card-image {
  position: relative;
}

/* line 7220, app/assets/stylesheets/theme.css */
.card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

/* line 7231, app/assets/stylesheets/theme.css */
.card .card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 24px;
}

/* line 7240, app/assets/stylesheets/theme.css */
.card .card-content {
  padding: 24px;
  border-radius: 0 0 2px 2px;
}

/* line 7245, app/assets/stylesheets/theme.css */
.card .card-content p {
  margin: 0;
  color: inherit;
}

/* line 7250, app/assets/stylesheets/theme.css */
.card .card-content .card-title {
  display: block;
  line-height: 32px;
  margin-bottom: 8px;
}

/* line 7256, app/assets/stylesheets/theme.css */
.card .card-content .card-title i {
  line-height: 32px;
}

/* line 7260, app/assets/stylesheets/theme.css */
.card .card-action {
  position: relative;
  background-color: inherit;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 16px 24px;
}

/* line 7267, app/assets/stylesheets/theme.css */
.card .card-action:last-child {
  border-radius: 0 0 2px 2px;
}

/* line 7271, app/assets/stylesheets/theme.css */
.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
  color: #ffab40;
  margin-right: 24px;
  transition: color .3s ease;
  text-transform: uppercase;
}

/* line 7278, app/assets/stylesheets/theme.css */
.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
  color: #ffd8a6;
}

/* line 7282, app/assets/stylesheets/theme.css */
.card .card-reveal {
  padding: 24px;
  position: absolute;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  left: 0;
  top: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}

/* line 7295, app/assets/stylesheets/theme.css */
.card .card-reveal .card-title {
  cursor: pointer;
  display: block;
}

/* line 7300, app/assets/stylesheets/theme.css */
#toast-container {
  display: block;
  position: fixed;
  z-index: 10000;
}

@media only screen and (max-width: 600px) {
  /* line 7307, app/assets/stylesheets/theme.css */
  #toast-container {
    min-width: 100%;
    bottom: 0%;
  }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
  /* line 7314, app/assets/stylesheets/theme.css */
  #toast-container {
    left: 5%;
    bottom: 7%;
    max-width: 90%;
  }
}

@media only screen and (min-width: 993px) {
  /* line 7322, app/assets/stylesheets/theme.css */
  #toast-container {
    top: 10%;
    right: 7%;
    max-width: 86%;
  }
}

/* line 7329, app/assets/stylesheets/theme.css */
.toast {
  border-radius: 2px;
  top: 35px;
  width: auto;
  margin-top: 10px;
  position: relative;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  line-height: 1.5em;
  word-break: break-all;
  background-color: #323232;
  padding: 10px 25px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: default;
}

/* line 7351, app/assets/stylesheets/theme.css */
.toast .toast-action {
  color: #eeff41;
  font-weight: 500;
  margin-right: -25px;
  margin-left: 3rem;
}

/* line 7358, app/assets/stylesheets/theme.css */
.toast.rounded {
  border-radius: 24px;
}

@media only screen and (max-width: 600px) {
  /* line 7363, app/assets/stylesheets/theme.css */
  .toast {
    width: 100%;
    border-radius: 0;
  }
}

/* line 7369, app/assets/stylesheets/theme.css */
.tabs {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  white-space: nowrap;
}

/* line 7380, app/assets/stylesheets/theme.css */
.tabs.tabs-transparent {
  background-color: transparent;
}

/* line 7384, app/assets/stylesheets/theme.css */
.tabs.tabs-transparent .tab a,
.tabs.tabs-transparent .tab.disabled a,
.tabs.tabs-transparent .tab.disabled a:hover {
  color: rgba(255, 255, 255, 0.7);
}

/* line 7390, app/assets/stylesheets/theme.css */
.tabs.tabs-transparent .tab a:hover,
.tabs.tabs-transparent .tab a.active {
  color: #fff;
}

/* line 7395, app/assets/stylesheets/theme.css */
.tabs.tabs-transparent .indicator {
  background-color: #fff;
}

/* line 7399, app/assets/stylesheets/theme.css */
.tabs.tabs-fixed-width {
  display: flex;
}

/* line 7403, app/assets/stylesheets/theme.css */
.tabs.tabs-fixed-width .tab {
  flex-grow: 1;
}

/* line 7407, app/assets/stylesheets/theme.css */
.tabs .tab {
  display: inline-block;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

/* line 7417, app/assets/stylesheets/theme.css */
.tabs .tab a {
  color: rgba(255, 116, 7, 0.7);
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color .28s ease;
}

/* line 7429, app/assets/stylesheets/theme.css */
.tabs .tab a:hover,
.tabs .tab a.active {
  background-color: transparent;
  color: #ff5107;
}

/* line 7435, app/assets/stylesheets/theme.css */
.tabs .tab.disabled a,
.tabs .tab.disabled a:hover {
  color: rgba(255, 116, 7, 0.7);
  cursor: default;
}

/* line 7441, app/assets/stylesheets/theme.css */
.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #ff9f54;
  will-change: left, right;
}

@media only screen and (max-width: 992px) {
  /* line 7450, app/assets/stylesheets/theme.css */
  .tabs {
    display: flex;
  }
  /* line 7454, app/assets/stylesheets/theme.css */
  .tabs .tab {
    flex-grow: 1;
  }
  /* line 7458, app/assets/stylesheets/theme.css */
  .tabs .tab a {
    padding: 0 12px;
  }
  /* line 7462, app/assets/stylesheets/theme.css */
  .row .col.s6 {
    width: initial;
    margin-bottom: 5px;
    left: initial;
    right: initial;
  }
}

/* line 7470, app/assets/stylesheets/theme.css */
.material-tooltip {
  padding: 10px 8px;
  font-size: 1rem;
  z-index: 2000;
  background-color: transparent;
  border-radius: 2px;
  color: #fff;
  min-height: 36px;
  line-height: 120%;
  opacity: 0;
  position: absolute;
  text-align: center;
  max-width: calc(100% - 4px);
  overflow: hidden;
  left: 0;
  top: 0;
  pointer-events: none;
  visibility: hidden;
}

/* line 7490, app/assets/stylesheets/theme.css */
.backdrop {
  position: absolute;
  opacity: 0;
  height: 7px;
  width: 14px;
  border-radius: 0 0 50% 50%;
  background-color: #323232;
  z-index: -1;
  transform-origin: 50% 0%;
  visibility: hidden;
}

/* line 7502, app/assets/stylesheets/theme.css */
.btn,
.btn-large,
.btn-flat {
  border: none;
  border-radius: 30px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 1.5rem;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}

/* line 7516, app/assets/stylesheets/theme.css */
.btn.disabled,
.disabled.btn-large,
.btn-floating.disabled,
.btn-large.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-large:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-flat:disabled,
.btn[disabled],
.btn-large[disabled],
.btn-floating[disabled],
.btn-large[disabled],
.btn-flat[disabled] {
  pointer-events: none;
  background-color: #DFDFDF !important;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}

/* line 7538, app/assets/stylesheets/theme.css */
.btn.disabled:hover,
.disabled.btn-large:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn-flat.disabled:hover,
.btn:disabled:hover,
.btn-large:disabled:hover,
.btn-floating:disabled:hover,
.btn-large:disabled:hover,
.btn-flat:disabled:hover,
.btn[disabled]:hover,
.btn-large[disabled]:hover,
.btn-floating[disabled]:hover,
.btn-large[disabled]:hover,
.btn-flat[disabled]:hover {
  background-color: #DFDFDF !important;
  color: #9F9F9F !important;
}

/* line 7557, app/assets/stylesheets/theme.css */
.btn,
.btn-large,
.btn-floating,
.btn-large,
.btn-flat {
  font-size: 1rem;
  outline: 0;
}

/* line 7566, app/assets/stylesheets/theme.css */
.btn i,
.btn-large i,
.btn-floating i,
.btn-large i,
.btn-flat i {
  font-size: 1.3rem;
  line-height: inherit;
}

/* line 7575, app/assets/stylesheets/theme.css */
.btn:focus,
.btn-large:focus,
.btn-floating:focus {
  /* background-color: #d35d00; */
  background-color: #0a1d2e;
}

/* line 7582, app/assets/stylesheets/theme.css */
.btn,
.btn-large {
  text-decoration: none;
  color: #fff;
  /* background-color: #ff5107; */
  background-color: #0a1d2e;
  text-align: center;
  letter-spacing: .5px;
  transition: .2s ease-out;
  cursor: pointer;
}

/* line 7594, app/assets/stylesheets/theme.css */
.btn:hover,
.btn-large:hover {
  /* background-color: #ff8221; */
  background-color: #0a1d2e;
}

/* line 7600, app/assets/stylesheets/theme.css */
.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #0a1d2e;
  border-radius: 50%;
  transition: .3s;
  cursor: pointer;
  vertical-align: middle;
}

/* line 7617, app/assets/stylesheets/theme.css */
.btn-floating:hover {
  background-color: #0a1d2e;
}

/* line 7621, app/assets/stylesheets/theme.css */
.btn-floating:before {
  border-radius: 0;
}

/* line 7625, app/assets/stylesheets/theme.css */
.btn-floating.btn-large {
  width: 56px;
  height: 56px;
}

/* line 7630, app/assets/stylesheets/theme.css */
.btn-floating.btn-large.halfway-fab {
  bottom: -28px;
}

/* line 7634, app/assets/stylesheets/theme.css */
.btn-floating.btn-large i {
  line-height: 56px;
}

/* line 7638, app/assets/stylesheets/theme.css */
.btn-floating.halfway-fab {
  position: absolute;
  right: 24px;
  bottom: -20px;
}

/* line 7644, app/assets/stylesheets/theme.css */
.btn-floating.halfway-fab.left {
  right: auto;
  left: 24px;
}

/* line 7649, app/assets/stylesheets/theme.css */
.btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 40px;
}

/* line 7658, app/assets/stylesheets/theme.css */
button.btn-floating {
  border: none;
}

/* line 7662, app/assets/stylesheets/theme.css */
.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 997;
}

/* line 7671, app/assets/stylesheets/theme.css */
.fixed-action-btn.active ul {
  visibility: visible;
}

/* line 7675, app/assets/stylesheets/theme.css */
.fixed-action-btn.horizontal {
  padding: 0 0 0 15px;
}

/* line 7679, app/assets/stylesheets/theme.css */
.fixed-action-btn.horizontal ul {
  text-align: right;
  right: 64px;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  left: auto;
  width: 500px;
  /*width 100% only goes to width of button container */
}

/* line 7690, app/assets/stylesheets/theme.css */
.fixed-action-btn.horizontal ul li {
  display: inline-block;
  margin: 15px 15px 0 0;
}

/* line 7695, app/assets/stylesheets/theme.css */
.fixed-action-btn.toolbar {
  padding: 0;
  height: 56px;
}

/* line 7700, app/assets/stylesheets/theme.css */
.fixed-action-btn.toolbar.active > a i {
  opacity: 0;
}

/* line 7704, app/assets/stylesheets/theme.css */
.fixed-action-btn.toolbar ul {
  display: flex;
  top: 0;
  bottom: 0;
  z-index: 1;
}

/* line 7711, app/assets/stylesheets/theme.css */
.fixed-action-btn.toolbar ul li {
  flex: 1;
  display: inline-block;
  margin: 0;
  height: 100%;
  transition: none;
}

/* line 7719, app/assets/stylesheets/theme.css */
.fixed-action-btn.toolbar ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  line-height: 56px;
  z-index: 1;
}

/* line 7732, app/assets/stylesheets/theme.css */
.fixed-action-btn.toolbar ul li a i {
  line-height: inherit;
}

/* line 7736, app/assets/stylesheets/theme.css */
.fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 64px;
  margin: 0;
  visibility: hidden;
}

/* line 7746, app/assets/stylesheets/theme.css */
.fixed-action-btn ul li {
  margin-bottom: 15px;
}

/* line 7750, app/assets/stylesheets/theme.css */
.fixed-action-btn ul a.btn-floating {
  opacity: 0;
}

/* line 7754, app/assets/stylesheets/theme.css */
.fixed-action-btn .fab-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #0a1d2e;
  border-radius: 50%;
  transform: scale(0);
}

/* line 7766, app/assets/stylesheets/theme.css */
.btn-flat {
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
  transition: background-color .2s;
}

/* line 7774, app/assets/stylesheets/theme.css */
.btn-flat:focus,
.btn-flat:hover {
  box-shadow: none;
}

/* line 7779, app/assets/stylesheets/theme.css */
.btn-flat:focus {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 7783, app/assets/stylesheets/theme.css */
.btn-flat.disabled {
  background-color: transparent !important;
  color: #b3b3b3 !important;
  cursor: default;
}

/* line 7789, app/assets/stylesheets/theme.css */
.btn-large {
  height: 37.5px;
  line-height: 37.5px;
}

/* line 7794, app/assets/stylesheets/theme.css */
.btn-large i {
  font-size: 1.6rem;
}

/* line 7798, app/assets/stylesheets/theme.css */
.btn-block {
  display: block;
}

/* line 7802, app/assets/stylesheets/theme.css */
.dropdown-content {
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  max-height: 650px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  z-index: 999;
  will-change: width, height;
}

/* line 7815, app/assets/stylesheets/theme.css */
.dropdown-content li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  min-height: 50px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
  text-transform: none;
}

/* line 7826, app/assets/stylesheets/theme.css */
.dropdown-content li:hover,
.dropdown-content li.active,
.dropdown-content li.selected {
  background-color: #eee;
}

/* line 7832, app/assets/stylesheets/theme.css */
.dropdown-content li.active.selected {
  background-color: #e1e1e1;
}

/* line 7836, app/assets/stylesheets/theme.css */
.dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}

/* line 7841, app/assets/stylesheets/theme.css */
.dropdown-content li > a,
.dropdown-content li > span {
  font-size: 16px;
  color: #0a1d2e;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}

/* line 7850, app/assets/stylesheets/theme.css */
.dropdown-content li > span > label {
  top: 1px;
  left: 0;
  height: 18px;
}

/* line 7856, app/assets/stylesheets/theme.css */
.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
  float: left;
  margin: 0 24px 0 0;
  width: 24px;
}

/* line 7864, app/assets/stylesheets/theme.css */
.input-field.col .dropdown-content [type="checkbox"] + label {
  top: 1px;
  left: 0;
  height: 18px;
}

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
/* line 7878, app/assets/stylesheets/theme.css */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  transition: .3s ease-out;
}

/* line 7890, app/assets/stylesheets/theme.css */
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: transform, opacity;
  transform: scale(0);
  pointer-events: none;
}

/* line 7905, app/assets/stylesheets/theme.css */
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

/* line 7909, app/assets/stylesheets/theme.css */
.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

/* line 7913, app/assets/stylesheets/theme.css */
.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

/* line 7917, app/assets/stylesheets/theme.css */
.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

/* line 7921, app/assets/stylesheets/theme.css */
.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

/* line 7925, app/assets/stylesheets/theme.css */
.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

/* line 7929, app/assets/stylesheets/theme.css */
.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

/* line 7933, app/assets/stylesheets/theme.css */
.waves-effect input[type="button"],
.waves-effect input[type="reset"],
.waves-effect input[type="submit"] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}

/* line 7943, app/assets/stylesheets/theme.css */
.waves-effect img {
  position: relative;
  z-index: -1;
}

/* line 7948, app/assets/stylesheets/theme.css */
.waves-notransition {
  transition: none !important;
}

/* line 7952, app/assets/stylesheets/theme.css */
.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

/* line 7957, app/assets/stylesheets/theme.css */
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

/* line 7962, app/assets/stylesheets/theme.css */
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 7969, app/assets/stylesheets/theme.css */
.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

/* line 7978, app/assets/stylesheets/theme.css */
.waves-block {
  display: block;
}

/* Firefox Bug: link not triggered */
/* line 7983, app/assets/stylesheets/theme.css */
.waves-effect .waves-ripple {
  z-index: -1;
}

/* line 7987, app/assets/stylesheets/theme.css */
.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
}

@media only screen and (max-width: 992px) {
  /* line 8003, app/assets/stylesheets/theme.css */
  .modal {
    width: 80%;
  }
}

/* line 8008, app/assets/stylesheets/theme.css */
.modal h1,
.modal h2,
.modal h3,
.modal h4 {
  margin-top: 0;
}

/* line 8015, app/assets/stylesheets/theme.css */
.modal .modal-content {
  padding: 24px;
}

/* line 8019, app/assets/stylesheets/theme.css */
.modal .modal-close {
  cursor: pointer;
}

/* line 8023, app/assets/stylesheets/theme.css */
.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
  text-align: right;
}

/* line 8032, app/assets/stylesheets/theme.css */
.modal .modal-footer .btn,
.modal .modal-footer .btn-large,
.modal .modal-footer .btn-flat {
  margin: 6px 0;
}

/* line 8038, app/assets/stylesheets/theme.css */
.modal-overlay {
  position: fixed;
  z-index: 999;
  top: -25%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity;
}

/* line 8052, app/assets/stylesheets/theme.css */
.modal.modal-fixed-footer {
  padding: 0;
  height: 70%;
}

/* line 8057, app/assets/stylesheets/theme.css */
.modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}

/* line 8065, app/assets/stylesheets/theme.css */
.modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
}

/* line 8071, app/assets/stylesheets/theme.css */
.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity;
}

/* line 8081, app/assets/stylesheets/theme.css */
.modal .modal-heading {
  color: #0a1d2e;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 30px;
}

/* line 8089, app/assets/stylesheets/theme.css */
.modal .modal-heading:before {
  position: absolute;
  left: 50%;
  bottom: -.2em;
  height: 0;
  width: 30px;
  content: '';
  border-top: 3px solid #0a1d2e;
  margin-left: -15px;
}

/* line 8100, app/assets/stylesheets/theme.css */
.collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 1rem 0 2rem 0;
}

/* line 8107, app/assets/stylesheets/theme.css */
.collapsible-header {
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  padding: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

/* line 8117, app/assets/stylesheets/theme.css */
.collapsible-header i {
  width: 2rem;
  font-size: 1.6rem;
  display: inline-block;
  text-align: center;
  margin-right: 1rem;
}

/* line 8125, app/assets/stylesheets/theme.css */
.collapsible-body {
  display: none;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  padding: 2rem;
}

/* line 8132, app/assets/stylesheets/theme.css */
.side-nav .collapsible,
.side-nav.fixed .collapsible {
  border: none;
  box-shadow: none;
}

/* line 8138, app/assets/stylesheets/theme.css */
.side-nav .collapsible li,
.side-nav.fixed .collapsible li {
  padding: 0;
}

/* line 8143, app/assets/stylesheets/theme.css */
.side-nav .collapsible-header,
.side-nav.fixed .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 16px;
}

/* line 8152, app/assets/stylesheets/theme.css */
.side-nav .collapsible-header:hover,
.side-nav.fixed .collapsible-header:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 8157, app/assets/stylesheets/theme.css */
.side-nav .collapsible-header i,
.side-nav.fixed .collapsible-header i {
  line-height: inherit;
}

/* line 8162, app/assets/stylesheets/theme.css */
.side-nav .collapsible-body,
.side-nav.fixed .collapsible-body {
  border: 0;
  background-color: #fff;
}

/* line 8168, app/assets/stylesheets/theme.css */
.side-nav .collapsible-body li a,
.side-nav.fixed .collapsible-body li a {
  padding: 0 23.5px 0 31px;
}

/* line 8173, app/assets/stylesheets/theme.css */
.collapsible.popout {
  border: none;
  box-shadow: none;
}

/* line 8178, app/assets/stylesheets/theme.css */
.collapsible.popout > li {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 0 24px;
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 8184, app/assets/stylesheets/theme.css */
.collapsible.popout > li.active {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  margin: 16px 0;
}

/* line 8189, app/assets/stylesheets/theme.css */
.chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #e4e4e4;
  margin-bottom: 5px;
  margin-right: 5px;
}

/* line 8203, app/assets/stylesheets/theme.css */
.chip > img {
  float: left;
  margin: 0 8px 0 -12px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}

/* line 8211, app/assets/stylesheets/theme.css */
.chip .close {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 32px;
  padding-left: 8px;
}

/* line 8219, app/assets/stylesheets/theme.css */
.chips {
  border: none;
  border-bottom: 1px solid #9e9e9e;
  box-shadow: none;
  margin: 0 0 20px 0;
  min-height: 45px;
  outline: none;
  transition: all .3s;
}

/* line 8229, app/assets/stylesheets/theme.css */
.chips.focus {
  border-bottom: 1px solid #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}

/* line 8234, app/assets/stylesheets/theme.css */
.chips:hover {
  cursor: text;
}

/* line 8238, app/assets/stylesheets/theme.css */
.chips .chip.selected {
  background-color: #26a69a;
  color: #fff;
}

/* line 8243, app/assets/stylesheets/theme.css */
.chips .input {
  background: none;
  border: 0;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  font-size: 1rem;
  height: 3rem;
  line-height: 32px;
  outline: 0;
  margin: 0;
  padding: 0 !important;
  width: 120px !important;
}

/* line 8257, app/assets/stylesheets/theme.css */
.chips .input:focus {
  border: 0 !important;
  box-shadow: none !important;
}

/* line 8262, app/assets/stylesheets/theme.css */
.chips .autocomplete-content {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 8267, app/assets/stylesheets/theme.css */
.prefix ~ .chips {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

/* line 8273, app/assets/stylesheets/theme.css */
.chips:empty ~ label {
  font-size: 0.8rem;
  transform: translateY(-140%);
}

/* line 8278, app/assets/stylesheets/theme.css */
.materialboxed {
  display: block;
  cursor: zoom-in;
  position: relative;
  transition: opacity .4s;
  -webkit-backface-visibility: hidden;
}

/* line 8286, app/assets/stylesheets/theme.css */
.materialboxed:hover:not(.active) {
  opacity: .8;
}

/* line 8290, app/assets/stylesheets/theme.css */
.materialboxed.active {
  cursor: zoom-out;
}

/* line 8294, app/assets/stylesheets/theme.css */
#materialbox-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #292929;
  z-index: 1000;
  will-change: opacity;
}

/* line 8305, app/assets/stylesheets/theme.css */
.materialbox-caption {
  position: fixed;
  display: none;
  color: #fff;
  line-height: 50px;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0% 15%;
  height: 50px;
  z-index: 1000;
  -webkit-font-smoothing: antialiased;
}

/* line 8320, app/assets/stylesheets/theme.css */
select:focus {
  outline: 1px solid white;
}

/* line 8324, app/assets/stylesheets/theme.css */
button:focus {
  outline: none;
  background-color: #4cc2ef;
}

/* line 8329, app/assets/stylesheets/theme.css */
label {
  font-size: 0.8rem;
  color: #0a1d2e;
}

/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
/* line 8337, app/assets/stylesheets/theme.css */
::placeholder {
  color: #6f95b7;
}

/* Text inputs */
/* line 8342, app/assets/stylesheets/theme.css */
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #cedbe7;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 20px 0;
  padding: 0 20px;
  box-shadow: none;
  box-sizing: content-box;
  transition: all 0.3s;
}

/* line 8370, app/assets/stylesheets/theme.css */
input:not([type]):disabled,
input[readonly="readonly"]:not([type]),
input[type=text]:not(.browser-default):disabled,
input[type=text][readonly="readonly"]:not(.browser-default),
input[type=password]:not(.browser-default):disabled,
input[type=password][readonly="readonly"]:not(.browser-default),
input[type=email]:not(.browser-default):disabled,
input[type=email][readonly="readonly"]:not(.browser-default),
input[type=url]:not(.browser-default):disabled,
input[type=url][readonly="readonly"]:not(.browser-default),
input[type=time]:not(.browser-default):disabled,
input[type=time][readonly="readonly"]:not(.browser-default),
input[type=date]:not(.browser-default):disabled,
input[type=date][readonly="readonly"]:not(.browser-default),
input[type=datetime]:not(.browser-default):disabled,
input[type=datetime][readonly="readonly"]:not(.browser-default),
input[type=datetime-local]:not(.browser-default):disabled,
input[type=datetime-local][readonly="readonly"]:not(.browser-default),
input[type=tel]:not(.browser-default):disabled,
input[type=tel][readonly="readonly"]:not(.browser-default),
input[type=number]:not(.browser-default):disabled,
input[type=number][readonly="readonly"]:not(.browser-default),
input[type=search]:not(.browser-default):disabled,
input[type=search][readonly="readonly"]:not(.browser-default),
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly="readonly"] {
  color: rgba(0, 0, 0, 0.42);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
}

/* line 8400, app/assets/stylesheets/theme.css */
input:not([type]):disabled + label,
input[readonly="readonly"]:not([type]) + label,
input[type=text]:not(.browser-default):disabled + label,
input[type=text][readonly="readonly"]:not(.browser-default) + label,
input[type=password]:not(.browser-default):disabled + label,
input[type=password][readonly="readonly"]:not(.browser-default) + label,
input[type=email]:not(.browser-default):disabled + label,
input[type=email][readonly="readonly"]:not(.browser-default) + label,
input[type=url]:not(.browser-default):disabled + label,
input[type=url][readonly="readonly"]:not(.browser-default) + label,
input[type=time]:not(.browser-default):disabled + label,
input[type=time][readonly="readonly"]:not(.browser-default) + label,
input[type=date]:not(.browser-default):disabled + label,
input[type=date][readonly="readonly"]:not(.browser-default) + label,
input[type=datetime]:not(.browser-default):disabled + label,
input[type=datetime][readonly="readonly"]:not(.browser-default) + label,
input[type=datetime-local]:not(.browser-default):disabled + label,
input[type=datetime-local][readonly="readonly"]:not(.browser-default) + label,
input[type=tel]:not(.browser-default):disabled + label,
input[type=tel][readonly="readonly"]:not(.browser-default) + label,
input[type=number]:not(.browser-default):disabled + label,
input[type=number][readonly="readonly"]:not(.browser-default) + label,
input[type=search]:not(.browser-default):disabled + label,
input[type=search][readonly="readonly"]:not(.browser-default) + label,
textarea.materialize-textarea:disabled + label,
textarea.materialize-textarea[readonly="readonly"] + label {
  color: rgba(0, 0, 0, 0.42);
}

/* line 8429, app/assets/stylesheets/theme.css */
input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #39bced;
  box-shadow: 0 1px 0 0 #39bced;
}

/* line 8446, app/assets/stylesheets/theme.css */
input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #0a1d2e;
}

/* line 8462, app/assets/stylesheets/theme.css */
input.validate:not([type]) + label,
input.validate[type=text]:not(.browser-default) + label,
input.validate[type=password]:not(.browser-default) + label,
input.validate[type=email]:not(.browser-default) + label,
input.validate[type=url]:not(.browser-default) + label,
input.validate[type=time]:not(.browser-default) + label,
input.validate[type=date]:not(.browser-default) + label,
input.validate[type=datetime]:not(.browser-default) + label,
input.validate[type=datetime-local]:not(.browser-default) + label,
input.validate[type=tel]:not(.browser-default) + label,
input.validate[type=number]:not(.browser-default) + label,
input.validate[type=search]:not(.browser-default) + label,
textarea.materialize-textarea.validate + label {
  width: 100%;
}

/* line 8478, app/assets/stylesheets/theme.css */
input.invalid:not([type]) + label:after,
input.valid:not([type]) + label:after,
input.invalid[type=text]:not(.browser-default) + label:after,
input.valid[type=text]:not(.browser-default) + label:after,
input.invalid[type=password]:not(.browser-default) + label:after,
input.valid[type=password]:not(.browser-default) + label:after,
input.invalid[type=email]:not(.browser-default) + label:after,
input.valid[type=email]:not(.browser-default) + label:after,
input.invalid[type=url]:not(.browser-default) + label:after,
input.valid[type=url]:not(.browser-default) + label:after,
input.invalid[type=time]:not(.browser-default) + label:after,
input.valid[type=time]:not(.browser-default) + label:after,
input.invalid[type=date]:not(.browser-default) + label:after,
input.valid[type=date]:not(.browser-default) + label:after,
input.invalid[type=datetime]:not(.browser-default) + label:after,
input.valid[type=datetime]:not(.browser-default) + label:after,
input.invalid[type=datetime-local]:not(.browser-default) + label:after,
input.valid[type=datetime-local]:not(.browser-default) + label:after,
input.invalid[type=tel]:not(.browser-default) + label:after,
input.valid[type=tel]:not(.browser-default) + label:after,
input.invalid[type=number]:not(.browser-default) + label:after,
input.valid[type=number]:not(.browser-default) + label:after,
input.invalid[type=search]:not(.browser-default) + label:after,
input.valid[type=search]:not(.browser-default) + label:after,
textarea.materialize-textarea.invalid + label:after,
textarea.materialize-textarea.valid + label:after {
  display: none;
}

/* line 8507, app/assets/stylesheets/theme.css */
input.invalid:not([type]) + label.active:after,
input.valid:not([type]) + label.active:after,
input.invalid[type=text]:not(.browser-default) + label.active:after,
input.valid[type=text]:not(.browser-default) + label.active:after,
input.invalid[type=password]:not(.browser-default) + label.active:after,
input.valid[type=password]:not(.browser-default) + label.active:after,
input.invalid[type=email]:not(.browser-default) + label.active:after,
input.valid[type=email]:not(.browser-default) + label.active:after,
input.invalid[type=url]:not(.browser-default) + label.active:after,
input.valid[type=url]:not(.browser-default) + label.active:after,
input.invalid[type=time]:not(.browser-default) + label.active:after,
input.valid[type=time]:not(.browser-default) + label.active:after,
input.invalid[type=date]:not(.browser-default) + label.active:after,
input.valid[type=date]:not(.browser-default) + label.active:after,
input.invalid[type=datetime]:not(.browser-default) + label.active:after,
input.valid[type=datetime]:not(.browser-default) + label.active:after,
input.invalid[type=datetime-local]:not(.browser-default) + label.active:after,
input.valid[type=datetime-local]:not(.browser-default) + label.active:after,
input.invalid[type=tel]:not(.browser-default) + label.active:after,
input.valid[type=tel]:not(.browser-default) + label.active:after,
input.invalid[type=number]:not(.browser-default) + label.active:after,
input.valid[type=number]:not(.browser-default) + label.active:after,
input.invalid[type=search]:not(.browser-default) + label.active:after,
input.valid[type=search]:not(.browser-default) + label.active:after,
textarea.materialize-textarea.invalid + label.active:after,
textarea.materialize-textarea.valid + label.active:after {
  display: block;
}

/* Validation Sass Placeholders */
/* line 8537, app/assets/stylesheets/theme.css */
input.valid:not([type]),
input.valid:not([type]):focus,
input.valid[type=text]:not(.browser-default),
input.valid[type=text]:not(.browser-default):focus,
input.valid[type=password]:not(.browser-default),
input.valid[type=password]:not(.browser-default):focus,
input.valid[type=email]:not(.browser-default),
input.valid[type=email]:not(.browser-default):focus,
input.valid[type=url]:not(.browser-default),
input.valid[type=url]:not(.browser-default):focus,
input.valid[type=time]:not(.browser-default),
input.valid[type=time]:not(.browser-default):focus,
input.valid[type=date]:not(.browser-default),
input.valid[type=date]:not(.browser-default):focus,
input.valid[type=datetime]:not(.browser-default),
input.valid[type=datetime]:not(.browser-default):focus,
input.valid[type=datetime-local]:not(.browser-default),
input.valid[type=datetime-local]:not(.browser-default):focus,
input.valid[type=tel]:not(.browser-default),
input.valid[type=tel]:not(.browser-default):focus,
input.valid[type=number]:not(.browser-default),
input.valid[type=number]:not(.browser-default):focus,
input.valid[type=search]:not(.browser-default),
input.valid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.valid,
textarea.materialize-textarea.valid:focus,
.select-wrapper.valid > input.select-dropdown {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}

/* line 8568, app/assets/stylesheets/theme.css */
input.invalid:not([type]),
input.invalid:not([type]):focus,
input.invalid[type=text]:not(.browser-default),
input.invalid[type=text]:not(.browser-default):focus,
input.invalid[type=password]:not(.browser-default),
input.invalid[type=password]:not(.browser-default):focus,
input.invalid[type=email]:not(.browser-default),
input.invalid[type=email]:not(.browser-default):focus,
input.invalid[type=url]:not(.browser-default),
input.invalid[type=url]:not(.browser-default):focus,
input.invalid[type=time]:not(.browser-default),
input.invalid[type=time]:not(.browser-default):focus,
input.invalid[type=date]:not(.browser-default),
input.invalid[type=date]:not(.browser-default):focus,
input.invalid[type=datetime]:not(.browser-default),
input.invalid[type=datetime]:not(.browser-default):focus,
input.invalid[type=datetime-local]:not(.browser-default),
input.invalid[type=datetime-local]:not(.browser-default):focus,
input.invalid[type=tel]:not(.browser-default),
input.invalid[type=tel]:not(.browser-default):focus,
input.invalid[type=number]:not(.browser-default),
input.invalid[type=number]:not(.browser-default):focus,
input.invalid[type=search]:not(.browser-default),
input.invalid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea.invalid:focus,
.select-wrapper.invalid > input.select-dropdown {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}

/* line 8599, app/assets/stylesheets/theme.css */
input.valid:not([type]) + label:after,
input.valid:not([type]):focus + label:after,
input.valid[type=text]:not(.browser-default) + label:after,
input.valid[type=text]:not(.browser-default):focus + label:after,
input.valid[type=password]:not(.browser-default) + label:after,
input.valid[type=password]:not(.browser-default):focus + label:after,
input.valid[type=email]:not(.browser-default) + label:after,
input.valid[type=email]:not(.browser-default):focus + label:after,
input.valid[type=url]:not(.browser-default) + label:after,
input.valid[type=url]:not(.browser-default):focus + label:after,
input.valid[type=time]:not(.browser-default) + label:after,
input.valid[type=time]:not(.browser-default):focus + label:after,
input.valid[type=date]:not(.browser-default) + label:after,
input.valid[type=date]:not(.browser-default):focus + label:after,
input.valid[type=datetime]:not(.browser-default) + label:after,
input.valid[type=datetime]:not(.browser-default):focus + label:after,
input.valid[type=datetime-local]:not(.browser-default) + label:after,
input.valid[type=datetime-local]:not(.browser-default):focus + label:after,
input.valid[type=tel]:not(.browser-default) + label:after,
input.valid[type=tel]:not(.browser-default):focus + label:after,
input.valid[type=number]:not(.browser-default) + label:after,
input.valid[type=number]:not(.browser-default):focus + label:after,
input.valid[type=search]:not(.browser-default) + label:after,
input.valid[type=search]:not(.browser-default):focus + label:after,
textarea.materialize-textarea.valid + label:after,
textarea.materialize-textarea.valid:focus + label:after,
.select-wrapper.valid + label:after {
  content: attr(data-success);
  color: #4CAF50;
  opacity: 1;
  transform: translateY(9px);
}

/* line 8632, app/assets/stylesheets/theme.css */
input.invalid:not([type]) + label:after,
input.invalid:not([type]):focus + label:after,
input.invalid[type=text]:not(.browser-default) + label:after,
input.invalid[type=text]:not(.browser-default):focus + label:after,
input.invalid[type=password]:not(.browser-default) + label:after,
input.invalid[type=password]:not(.browser-default):focus + label:after,
input.invalid[type=email]:not(.browser-default) + label:after,
input.invalid[type=email]:not(.browser-default):focus + label:after,
input.invalid[type=url]:not(.browser-default) + label:after,
input.invalid[type=url]:not(.browser-default):focus + label:after,
input.invalid[type=time]:not(.browser-default) + label:after,
input.invalid[type=time]:not(.browser-default):focus + label:after,
input.invalid[type=date]:not(.browser-default) + label:after,
input.invalid[type=date]:not(.browser-default):focus + label:after,
input.invalid[type=datetime]:not(.browser-default) + label:after,
input.invalid[type=datetime]:not(.browser-default):focus + label:after,
input.invalid[type=datetime-local]:not(.browser-default) + label:after,
input.invalid[type=datetime-local]:not(.browser-default):focus + label:after,
input.invalid[type=tel]:not(.browser-default) + label:after,
input.invalid[type=tel]:not(.browser-default):focus + label:after,
input.invalid[type=number]:not(.browser-default) + label:after,
input.invalid[type=number]:not(.browser-default):focus + label:after,
input.invalid[type=search]:not(.browser-default) + label:after,
input.invalid[type=search]:not(.browser-default):focus + label:after,
textarea.materialize-textarea.invalid + label:after,
textarea.materialize-textarea.invalid:focus + label:after,
.select-wrapper.invalid + label:after {
  content: attr(data-error);
  color: #F44336;
  opacity: 1;
  transform: translateY(9px);
}

/* line 8665, app/assets/stylesheets/theme.css */
input:not([type]) + label:after,
input[type=text]:not(.browser-default) + label:after,
input[type=password]:not(.browser-default) + label:after,
input[type=email]:not(.browser-default) + label:after,
input[type=url]:not(.browser-default) + label:after,
input[type=time]:not(.browser-default) + label:after,
input[type=date]:not(.browser-default) + label:after,
input[type=datetime]:not(.browser-default) + label:after,
input[type=datetime-local]:not(.browser-default) + label:after,
input[type=tel]:not(.browser-default) + label:after,
input[type=number]:not(.browser-default) + label:after,
input[type=search]:not(.browser-default) + label:after,
textarea.materialize-textarea + label:after,
.select-wrapper + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  transition: .2s opacity ease-out, .2s color ease-out;
}

/* line 8688, app/assets/stylesheets/theme.css */
.input-field {
  position: relative;
  margin-top: 1rem;
}

/* line 8693, app/assets/stylesheets/theme.css */
.input-field.inline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

/* line 8699, app/assets/stylesheets/theme.css */
.input-field.inline input,
.input-field.inline .select-dropdown {
  margin-bottom: 1rem;
}

/* line 8704, app/assets/stylesheets/theme.css */
.input-field.col label {
  left: 1.5rem;
}

/* line 8708, app/assets/stylesheets/theme.css */
.input-field.col .prefix ~ label,
.input-field.col .prefix ~ .validate ~ label {
  width: calc(100% - 3rem - 3rem);
}

/* line 8713, app/assets/stylesheets/theme.css */
.input-field label {
  color: #0a1d2e;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  font-size: 1rem;
  cursor: text;
  transition: transform .2s ease-out;
  transform-origin: 0% 100%;
  text-align: initial;
  transform: translateY(12px);
  pointer-events: none;
}

/* line 8728, app/assets/stylesheets/theme.css */
.input-field label.active:not(.label-icon) {
  transform: translateY(-14px) scale(0.8);
  transform-origin: 0 0;
}

/* line 8733, app/assets/stylesheets/theme.css */
.input-field .prefix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  transition: color .2s;
}

/* line 8740, app/assets/stylesheets/theme.css */
.input-field .prefix.active {
  color: #0a1d2e;
}

/* line 8744, app/assets/stylesheets/theme.css */
.input-field .prefix ~ input,
.input-field .prefix ~ textarea,
.input-field .prefix ~ label,
.input-field .prefix ~ .validate ~ label,
.input-field .prefix ~ .autocomplete-content {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

/* line 8754, app/assets/stylesheets/theme.css */
.input-field .prefix ~ label {
  margin-left: 3rem;
}

@media only screen and (max-width: 992px) {
  /* line 8759, app/assets/stylesheets/theme.css */
  .input-field .prefix ~ input {
    width: 86%;
    width: calc(100% - 3rem);
  }
}

@media only screen and (max-width: 600px) {
  /* line 8766, app/assets/stylesheets/theme.css */
  .input-field .prefix ~ input {
    width: 80%;
    width: calc(100% - 3rem);
  }
}

/* Search Field */
/* line 8773, app/assets/stylesheets/theme.css */
.input-field input[type=search] {
  display: block;
  line-height: inherit;
}

/* line 8778, app/assets/stylesheets/theme.css */
.nav-wrapper .input-field input[type=search] {
  height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem);
  border: 0;
  box-shadow: none;
}

/* line 8786, app/assets/stylesheets/theme.css */
.input-field input[type=search]:focus {
  background-color: #fff;
  border: 0;
  box-shadow: none;
  color: #444;
}

/* line 8793, app/assets/stylesheets/theme.css */
.input-field input[type=search]:focus + label i,
.input-field input[type=search]:focus ~ .mdi-navigation-close,
.input-field input[type=search]:focus ~ .material-icons {
  color: #444;
}

/* line 8799, app/assets/stylesheets/theme.css */
.input-field input[type=search] + label {
  left: 1rem;
}

/* line 8803, app/assets/stylesheets/theme.css */
.input-field input[type=search] ~ .mdi-navigation-close,
.input-field input[type=search] ~ .material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 2rem;
  transition: .3s color;
}

/* Textarea */
/* line 8815, app/assets/stylesheets/theme.css */
textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent;
}

/* line 8821, app/assets/stylesheets/theme.css */
textarea.materialize-textarea {
  overflow-y: hidden;
  /* prevents scroll bar flash */
  padding: .8rem 0 1.6rem 0;
  /* prevents text jump on Enter keypress */
  resize: none;
  min-height: 3rem;
}

/* line 8830, app/assets/stylesheets/theme.css */
textarea.materialize-textarea.validate + label {
  height: 100%;
}

/* line 8834, app/assets/stylesheets/theme.css */
textarea.materialize-textarea.validate + label::after {
  top: calc(100% - 12px);
}

/* line 8838, app/assets/stylesheets/theme.css */
textarea.materialize-textarea.validate + label.active:not(.label-icon) {
  transform: translateY(-25px);
}

/* line 8842, app/assets/stylesheets/theme.css */
.hiddendiv {
  display: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */
  position: absolute;
  top: 0;
}

/* Autocomplete */
/* line 8855, app/assets/stylesheets/theme.css */
.autocomplete-content {
  margin-top: -20px;
  margin-bottom: 20px;
  display: block;
  opacity: 1;
  position: static;
}

/* line 8863, app/assets/stylesheets/theme.css */
.autocomplete-content li .highlight {
  color: #444;
}

/* line 8867, app/assets/stylesheets/theme.css */
.autocomplete-content li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
}

/* Radio Buttons
   ========================================================================== */
/* line 8875, app/assets/stylesheets/theme.css */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* line 8882, app/assets/stylesheets/theme.css */
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: .28s ease;
  user-select: none;
}

/* line 8895, app/assets/stylesheets/theme.css */
[type="radio"] + label:before,
[type="radio"] + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease;
}

/* Unchecked styles */
/* line 8909, app/assets/stylesheets/theme.css */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:before,
[type="radio"]:checked + label:after,
.with-gap[type="radio"]:checked + label:before,
.with-gap[type="radio"]:checked + label:after {
  border-radius: 50%;
}

/* line 8918, app/assets/stylesheets/theme.css */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after {
  border: 2px solid #5a5a5a;
}

/* line 8923, app/assets/stylesheets/theme.css */
[type="radio"]:not(:checked) + label:after {
  transform: scale(0);
}

/* Checked styles */
/* line 8928, app/assets/stylesheets/theme.css */
[type="radio"]:checked + label:before {
  border: 2px solid transparent;
}

/* line 8932, app/assets/stylesheets/theme.css */
[type="radio"]:checked + label:after,
.with-gap[type="radio"]:checked + label:before,
.with-gap[type="radio"]:checked + label:after {
  border: 2px solid #0a1d2e;
}

/* line 8938, app/assets/stylesheets/theme.css */
[type="radio"]:checked + label:after,
.with-gap[type="radio"]:checked + label:after {
  background-color: #0a1d2e;
}

/* line 8943, app/assets/stylesheets/theme.css */
[type="radio"]:checked + label:after {
  transform: scale(1.02);
}

/* Radio With gap */
/* line 8948, app/assets/stylesheets/theme.css */
.with-gap[type="radio"]:checked + label:after {
  transform: scale(0.5);
}

/* Focused styles */
/* line 8953, app/assets/stylesheets/theme.css */
.tabbed[type="radio"]:focus + label:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Disabled Radio With gap */
/* line 8958, app/assets/stylesheets/theme.css */
.with-gap[type="radio"]:disabled:checked + label:before {
  border: 2px solid rgba(0, 0, 0, 0.42);
}

/* line 8962, app/assets/stylesheets/theme.css */
.with-gap[type="radio"]:disabled:checked + label:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

/* Disabled style */
/* line 8968, app/assets/stylesheets/theme.css */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.42);
}

/* line 8974, app/assets/stylesheets/theme.css */
[type="radio"]:disabled + label {
  color: rgba(0, 0, 0, 0.42);
}

/* line 8978, app/assets/stylesheets/theme.css */
[type="radio"]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.42);
}

/* line 8982, app/assets/stylesheets/theme.css */
[type="radio"]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.42);
  border-color: #949494;
}

/* Checkboxes
   ========================================================================== */
/* CUSTOM CSS CHECKBOXES */
/* line 8990, app/assets/stylesheets/theme.css */
form p {
  margin-bottom: 10px;
  text-align: left;
}

/* line 8995, app/assets/stylesheets/theme.css */
form p:last-child {
  margin-bottom: 0;
}

/* Remove default checkbox */
/* line 9000, app/assets/stylesheets/theme.css */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* line 9007, app/assets/stylesheets/theme.css */
[type="checkbox"] {
  /* checkbox aspect */
}

/* line 9011, app/assets/stylesheets/theme.css */
[type="checkbox"] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  user-select: none;
}

/* line 9022, app/assets/stylesheets/theme.css */
[type="checkbox"] + label:before,
[type="checkbox"]:not(.filled-in) + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 2px;
  transition: .2s;
}

/* line 9037, app/assets/stylesheets/theme.css */
[type="checkbox"]:not(.filled-in) + label:after {
  border: 0;
  transform: scale(0);
}

/* line 9042, app/assets/stylesheets/theme.css */
[type="checkbox"]:not(:checked):disabled + label:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

/* line 9047, app/assets/stylesheets/theme.css */
.tabbed[type="checkbox"]:focus + label:after {
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 9055, app/assets/stylesheets/theme.css */
[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #0a1d2e;
  border-bottom: 2px solid #0a1d2e;
  transform: rotate(40deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}

/* line 9069, app/assets/stylesheets/theme.css */
[type="checkbox"]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}

/* Indeterminate checkbox */
/* line 9075, app/assets/stylesheets/theme.css */
[type="checkbox"]:indeterminate + label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #0a1d2e;
  border-bottom: none;
  transform: rotate(90deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}

/* line 9089, app/assets/stylesheets/theme.css */
[type="checkbox"]:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  background-color: transparent;
}

/* line 9094, app/assets/stylesheets/theme.css */
.filled-in[type="checkbox"] + label:after {
  border-radius: 2px;
}

/* line 9098, app/assets/stylesheets/theme.css */
.filled-in[type="checkbox"] + label:before,
.filled-in[type="checkbox"] + label:after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1;
}

/* line 9108, app/assets/stylesheets/theme.css */
.filled-in[type="checkbox"]:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}

/* line 9118, app/assets/stylesheets/theme.css */
.filled-in[type="checkbox"]:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}

/* line 9127, app/assets/stylesheets/theme.css */
.filled-in[type="checkbox"]:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}

/* line 9140, app/assets/stylesheets/theme.css */
.filled-in[type="checkbox"]:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #0a1d2e;
  background-color: #0a1d2e;
  z-index: 0;
}

/* line 9149, app/assets/stylesheets/theme.css */
.filled-in.tabbed[type="checkbox"]:focus + label:after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 9155, app/assets/stylesheets/theme.css */
.filled-in.tabbed[type="checkbox"]:checked:focus + label:after {
  border-radius: 2px;
  background-color: #0a1d2e;
  border-color: #0a1d2e;
}

/* line 9161, app/assets/stylesheets/theme.css */
.filled-in[type="checkbox"]:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent;
}

/* line 9166, app/assets/stylesheets/theme.css */
.filled-in[type="checkbox"]:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #949494;
}

/* line 9171, app/assets/stylesheets/theme.css */
.filled-in[type="checkbox"]:disabled:checked + label:before {
  background-color: transparent;
}

/* line 9175, app/assets/stylesheets/theme.css */
.filled-in[type="checkbox"]:disabled:checked + label:after {
  background-color: #949494;
  border-color: #949494;
}

/* Switch
   ========================================================================== */
/* line 9182, app/assets/stylesheets/theme.css */
.switch,
.switch * {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

/* line 9188, app/assets/stylesheets/theme.css */
.switch label {
  cursor: pointer;
}

/* line 9192, app/assets/stylesheets/theme.css */
.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}

/* line 9198, app/assets/stylesheets/theme.css */
.switch label input[type=checkbox]:checked + .lever {
  background-color: #b9dfed;
}

/* line 9202, app/assets/stylesheets/theme.css */
.switch label input[type=checkbox]:checked + .lever:before,
.switch label input[type=checkbox]:checked + .lever:after {
  left: 18px;
}

/* line 9207, app/assets/stylesheets/theme.css */
.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #0a1d2e;
}

/* line 9211, app/assets/stylesheets/theme.css */
.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 36px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.38);
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}

/* line 9225, app/assets/stylesheets/theme.css */
.switch label .lever:before,
.switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: -3px;
  transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
}

/* line 9238, app/assets/stylesheets/theme.css */
.switch label .lever:before {
  background-color: rgba(57, 188, 237, 0.15);
}

/* line 9242, app/assets/stylesheets/theme.css */
.switch label .lever:after {
  background-color: #F1F1F1;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

/* line 9247, app/assets/stylesheets/theme.css */
input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
input.tabbed[type=checkbox]:checked:not(:disabled):focus ~ .lever::before {
  transform: scale(2.4);
  background-color: rgba(57, 188, 237, 0.15);
}

/* line 9253, app/assets/stylesheets/theme.css */
input[type=checkbox]:not(:disabled) ~ .lever:active:before,
input.tabbed[type=checkbox]:not(:disabled):focus ~ .lever::before {
  transform: scale(2.4);
  background-color: rgba(0, 0, 0, 0.08);
}

/* line 9259, app/assets/stylesheets/theme.css */
.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.12);
}

/* line 9264, app/assets/stylesheets/theme.css */
.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #949494;
}

/* Select Field
   ========================================================================== */
/* line 9271, app/assets/stylesheets/theme.css */
select {
  display: none;
}

/* line 9275, app/assets/stylesheets/theme.css */
select.browser-default {
  display: block;
}

/* line 9279, app/assets/stylesheets/theme.css */
select {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem;
}

/* line 9288, app/assets/stylesheets/theme.css */
.input-field > select {
  display: block;
  position: absolute;
  width: 0;
  pointer-events: none;
  height: 0;
  top: 0;
  left: 0;
  opacity: 0;
}

/* line 9299, app/assets/stylesheets/theme.css */
.select-label {
  position: absolute;
}

/* line 9303, app/assets/stylesheets/theme.css */
.select-wrapper {
  position: relative;
}

/* line 9307, app/assets/stylesheets/theme.css */
.select-wrapper.valid + label,
.select-wrapper.invalid + label {
  width: 100%;
  pointer-events: none;
}

/* line 9313, app/assets/stylesheets/theme.css */
.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #cedbe7;
  outline: none;
  height: 3rem;
  line-height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 20px 0;
  padding: 0;
  display: block;
  user-select: none;
}

/* line 9330, app/assets/stylesheets/theme.css */
.select-wrapper span.caret {
  color: initial;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 10px;
  margin: auto 0;
  font-size: 10px;
  line-height: 10px;
}

/* line 9342, app/assets/stylesheets/theme.css */
.select-wrapper + label {
  position: absolute;
  top: -26px;
  font-size: 0.8rem;
}

/* line 9348, app/assets/stylesheets/theme.css */
select:disabled {
  color: rgba(0, 0, 0, 0.42);
}

/* line 9352, app/assets/stylesheets/theme.css */
.select-wrapper.disabled span.caret,
.select-wrapper.disabled + label {
  color: rgba(0, 0, 0, 0.42);
}

/* line 9357, app/assets/stylesheets/theme.css */
.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.42);
  cursor: default;
  user-select: none;
}

/* line 9363, app/assets/stylesheets/theme.css */
.select-wrapper i {
  color: rgba(0, 0, 0, 0.3);
}

/* line 9367, app/assets/stylesheets/theme.css */
.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

/* line 9374, app/assets/stylesheets/theme.css */
.select-dropdown.dropdown-content li.active {
  background-color: transparent;
}

/* line 9378, app/assets/stylesheets/theme.css */
.select-dropdown.dropdown-content li:hover {
  background-color: rgba(0, 0, 0, 0.06);
}

/* line 9382, app/assets/stylesheets/theme.css */
.select-dropdown.dropdown-content li.selected {
  background-color: rgba(0, 0, 0, 0.03);
}

/* line 9386, app/assets/stylesheets/theme.css */
.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

/* line 9392, app/assets/stylesheets/theme.css */
.prefix ~ label {
  margin-left: 3rem;
}

/* line 9396, app/assets/stylesheets/theme.css */
.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right;
}

/* line 9403, app/assets/stylesheets/theme.css */
.select-dropdown li.optgroup {
  border-top: 1px solid #eee;
}

/* line 9407, app/assets/stylesheets/theme.css */
.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, 0.7);
}

/* line 9411, app/assets/stylesheets/theme.css */
.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4);
}

/* line 9415, app/assets/stylesheets/theme.css */
.select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem;
}

/* File Input
   ========================================================================== */
/* line 9421, app/assets/stylesheets/theme.css */
.file-field {
  position: relative;
}

/* line 9425, app/assets/stylesheets/theme.css */
.file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 10px;
}

/* line 9430, app/assets/stylesheets/theme.css */
.file-field input.file-path {
  width: 100%;
}

/* line 9434, app/assets/stylesheets/theme.css */
.file-field .btn,
.file-field .btn-large {
  float: left;
  height: 3rem;
  line-height: 3rem;
}

/* line 9441, app/assets/stylesheets/theme.css */
.file-field span {
  cursor: pointer;
}

/* line 9445, app/assets/stylesheets/theme.css */
.file-field input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 9460, app/assets/stylesheets/theme.css */
.file-field input[type=file]::-webkit-file-upload-button {
  display: none;
}

/* Range
   ========================================================================== */
/* line 9466, app/assets/stylesheets/theme.css */
.range-field {
  position: relative;
}

/* line 9470, app/assets/stylesheets/theme.css */
input[type=range],
input[type=range] + .thumb {
  cursor: pointer;
}

/* line 9475, app/assets/stylesheets/theme.css */
input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0;
}

/* line 9485, app/assets/stylesheets/theme.css */
input[type=range]:focus {
  outline: none;
}

/* line 9489, app/assets/stylesheets/theme.css */
input[type=range] + .thumb {
  position: absolute;
  top: 10px;
  left: 0;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #0a1d2e;
  margin-left: 7px;
  transform-origin: 50% 50%;
  transform: rotate(-45deg);
}

/* line 9503, app/assets/stylesheets/theme.css */
input[type=range] + .thumb .value {
  display: block;
  width: 30px;
  text-align: center;
  color: #0a1d2e;
  font-size: 0;
  transform: rotate(45deg);
}

/* line 9512, app/assets/stylesheets/theme.css */
input[type=range] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}

/* line 9516, app/assets/stylesheets/theme.css */
input[type=range] + .thumb.active .value {
  color: #fff;
  margin-left: -1px;
  margin-top: 8px;
  font-size: 10px;
}

/* line 9523, app/assets/stylesheets/theme.css */
input[type=range] {
  -webkit-appearance: none;
}

/* line 9527, app/assets/stylesheets/theme.css */
input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

/* line 9533, app/assets/stylesheets/theme.css */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: #0a1d2e;
  transform-origin: 50% 50%;
  margin: -5px 0 0 0;
  transition: .3s;
}

/* line 9545, app/assets/stylesheets/theme.css */
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}

/* line 9549, app/assets/stylesheets/theme.css */
input[type=range] {
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid white;
  /*required for proper track sizing in FF*/
}

/* line 9555, app/assets/stylesheets/theme.css */
input[type=range]::-moz-range-track {
  height: 3px;
  background: #ddd;
  border: none;
}

/* line 9561, app/assets/stylesheets/theme.css */
input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #0a1d2e;
  margin-top: -5px;
}

/* line 9570, app/assets/stylesheets/theme.css */
input[type=range]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px;
}

/* line 9575, app/assets/stylesheets/theme.css */
input[type=range]:focus::-moz-range-track {
  background: #ccc;
}

/* line 9579, app/assets/stylesheets/theme.css */
input[type=range]::-ms-track {
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}

/* line 9588, app/assets/stylesheets/theme.css */
input[type=range]::-ms-fill-lower {
  background: #777;
}

/* line 9592, app/assets/stylesheets/theme.css */
input[type=range]::-ms-fill-upper {
  background: #ddd;
}

/* line 9596, app/assets/stylesheets/theme.css */
input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #0a1d2e;
}

/* line 9604, app/assets/stylesheets/theme.css */
input[type=range]:focus::-ms-fill-lower {
  background: #888;
}

/* line 9608, app/assets/stylesheets/theme.css */
input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}

/***************
    Nav List
***************/
/* line 9615, app/assets/stylesheets/theme.css */
.table-of-contents.fixed {
  position: fixed;
}

/* line 9619, app/assets/stylesheets/theme.css */
.table-of-contents li {
  padding: 2px 0;
}

/* line 9623, app/assets/stylesheets/theme.css */
.table-of-contents a {
  display: inline-block;
  font-weight: 300;
  color: #757575;
  padding-left: 20px;
  height: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: .4;
  display: inline-block;
}

/* line 9634, app/assets/stylesheets/theme.css */
.table-of-contents a:hover {
  color: #a8a8a8;
  padding-left: 19px;
  border-left: 1px solid #ff5107;
}

/* line 9640, app/assets/stylesheets/theme.css */
.table-of-contents a.active {
  font-weight: 500;
  padding-left: 18px;
  border-left: 2px solid #ff5107;
}

/* line 9646, app/assets/stylesheets/theme.css */
.side-nav {
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  transform: translateX(-100%);
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateX(-105%);
}

/* line 9665, app/assets/stylesheets/theme.css */
.side-nav.right-aligned {
  right: 0;
  transform: translateX(105%);
  left: auto;
  transform: translateX(100%);
}

/* line 9672, app/assets/stylesheets/theme.css */
.side-nav .collapsible {
  margin: 0;
}

/* line 9676, app/assets/stylesheets/theme.css */
.side-nav li {
  float: none;
  line-height: 48px;
}

/* line 9681, app/assets/stylesheets/theme.css */
.side-nav li.active {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 9685, app/assets/stylesheets/theme.css */
.side-nav li > a {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0 32px;
}

/* line 9695, app/assets/stylesheets/theme.css */
.side-nav li > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 9699, app/assets/stylesheets/theme.css */
.side-nav li > a.btn,
.side-nav li > a.btn-large,
.side-nav li > a.btn-large,
.side-nav li > a.btn-flat,
.side-nav li > a.btn-floating {
  margin: 10px 15px;
}

/* line 9707, app/assets/stylesheets/theme.css */
.side-nav li > a.btn,
.side-nav li > a.btn-large,
.side-nav li > a.btn-large,
.side-nav li > a.btn-floating {
  color: #fff;
}

/* line 9714, app/assets/stylesheets/theme.css */
.side-nav li > a.btn-flat {
  color: #343434;
}

/* line 9718, app/assets/stylesheets/theme.css */
.side-nav li > a.btn:hover,
.side-nav li > a.btn-large:hover,
.side-nav li > a.btn-large:hover {
  background-color: #ff8221;
}

/* line 9724, app/assets/stylesheets/theme.css */
.side-nav li > a.btn-floating:hover {
  background-color: #ff5107;
}

/* line 9728, app/assets/stylesheets/theme.css */
.side-nav li > a > i,
.side-nav li > a > [class^="mdi-"],
.side-nav li > a li > a > [class*="mdi-"],
.side-nav li > a > i.material-icons {
  float: left;
  height: 48px;
  line-height: 48px;
  margin: 0 32px 0 0;
  width: 24px;
  color: rgba(0, 0, 0, 0.54);
}

/* line 9740, app/assets/stylesheets/theme.css */
.side-nav .divider {
  margin: 8px 0 0 0;
}

/* line 9744, app/assets/stylesheets/theme.css */
.side-nav .subheader {
  cursor: initial;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
}

/* line 9753, app/assets/stylesheets/theme.css */
.side-nav .subheader:hover {
  background-color: transparent;
}

/* line 9757, app/assets/stylesheets/theme.css */
.side-nav .user-view,
.side-nav .userView {
  position: relative;
  padding: 32px 32px 0;
  margin-bottom: 8px;
}

/* line 9764, app/assets/stylesheets/theme.css */
.side-nav .user-view > a,
.side-nav .userView > a {
  height: auto;
  padding: 0;
}

/* line 9770, app/assets/stylesheets/theme.css */
.side-nav .user-view > a:hover,
.side-nav .userView > a:hover {
  background-color: transparent;
}

/* line 9775, app/assets/stylesheets/theme.css */
.side-nav .user-view .background,
.side-nav .userView .background {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/* line 9786, app/assets/stylesheets/theme.css */
.side-nav .user-view .circle,
.side-nav .user-view .name,
.side-nav .user-view .email,
.side-nav .userView .circle,
.side-nav .userView .name,
.side-nav .userView .email {
  display: block;
}

/* line 9795, app/assets/stylesheets/theme.css */
.side-nav .user-view .circle,
.side-nav .userView .circle {
  height: 64px;
  width: 64px;
}

/* line 9801, app/assets/stylesheets/theme.css */
.side-nav .user-view .name,
.side-nav .user-view .email,
.side-nav .userView .name,
.side-nav .userView .email {
  font-size: 14px;
  line-height: 24px;
}

/* line 9809, app/assets/stylesheets/theme.css */
.side-nav .user-view .name,
.side-nav .userView .name {
  margin-top: 16px;
  font-weight: 500;
}

/* line 9815, app/assets/stylesheets/theme.css */
.side-nav .user-view .email,
.side-nav .userView .email {
  padding-bottom: 16px;
  font-weight: 400;
}

/* line 9821, app/assets/stylesheets/theme.css */
.drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998;
}

/* line 9829, app/assets/stylesheets/theme.css */
.side-nav.fixed {
  left: 0;
  transform: translateX(0);
  position: fixed;
}

/* line 9835, app/assets/stylesheets/theme.css */
.side-nav.fixed.right-aligned {
  right: 0;
  left: auto;
}

@media only screen and (max-width: 992px) {
  /* line 9841, app/assets/stylesheets/theme.css */
  .side-nav.fixed {
    transform: translateX(-105%);
  }
  /* line 9845, app/assets/stylesheets/theme.css */
  .side-nav.fixed.right-aligned {
    transform: translateX(105%);
  }
  /* line 9849, app/assets/stylesheets/theme.css */
  .side-nav a {
    padding: 0 16px;
  }
  /* line 9853, app/assets/stylesheets/theme.css */
  .side-nav .user-view,
.side-nav .userView {
    padding: 16px 16px 0;
  }
}

/* line 9859, app/assets/stylesheets/theme.css */
.side-nav .collapsible-body > ul:not(.collapsible) > li.active,
.side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active {
  background-color: #ff5107;
}

/* line 9864, app/assets/stylesheets/theme.css */
.side-nav .collapsible-body > ul:not(.collapsible) > li.active a,
.side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active a {
  color: #fff;
}

/* line 9869, app/assets/stylesheets/theme.css */
.side-nav .collapsible-body {
  padding: 0;
}

/* line 9873, app/assets/stylesheets/theme.css */
#sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  will-change: opacity;
}

/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
/* line 9909, app/assets/stylesheets/theme.css */
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
}

/* line 9916, app/assets/stylesheets/theme.css */
.preloader-wrapper.small {
  width: 36px;
  height: 36px;
}

/* line 9921, app/assets/stylesheets/theme.css */
.preloader-wrapper.big {
  width: 64px;
  height: 64px;
}

/* line 9926, app/assets/stylesheets/theme.css */
.preloader-wrapper.active {
  /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
  -webkit-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite;
}

@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes container-rotate {
  to {
    transform: rotate(360deg);
  }
}

/* line 9944, app/assets/stylesheets/theme.css */
.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #0a1d2e;
}

/* line 9952, app/assets/stylesheets/theme.css */
.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4;
}

/* line 9957, app/assets/stylesheets/theme.css */
.spinner-red,
.spinner-red-only {
  border-color: #db4437;
}

/* line 9962, app/assets/stylesheets/theme.css */
.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400;
}

/* line 9967, app/assets/stylesheets/theme.css */
.spinner-green,
.spinner-green-only {
  border-color: #0f9d58;
}

/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
/* line 9985, app/assets/stylesheets/theme.css */
.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 9991, app/assets/stylesheets/theme.css */
.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 9997, app/assets/stylesheets/theme.css */
.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 10003, app/assets/stylesheets/theme.css */
.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 10009, app/assets/stylesheets/theme.css */
.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    -webkit-transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    -webkit-transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    -webkit-transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    -webkit-transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    -webkit-transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    -webkit-transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    -webkit-transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}

@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}

@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}

@keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}

@-webkit-keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}

@keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}

@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
/* line 10294, app/assets/stylesheets/theme.css */
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

/* line 10304, app/assets/stylesheets/theme.css */
.gap-patch .circle {
  width: 1000%;
  left: -450%;
}

/* line 10309, app/assets/stylesheets/theme.css */
.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

/* line 10318, app/assets/stylesheets/theme.css */
.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  /* STROKEWIDTH */
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

/* line 10335, app/assets/stylesheets/theme.css */
.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
  transform: rotate(129deg);
}

/* line 10342, app/assets/stylesheets/theme.css */
.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
  transform: rotate(-129deg);
}

/* line 10349, app/assets/stylesheets/theme.css */
.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 10355, app/assets/stylesheets/theme.css */
.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
  }
}

@keyframes left-spin {
  from {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}

@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
  }
}

@keyframes right-spin {
  from {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}

/* line 10417, app/assets/stylesheets/theme.css */
#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* line 10443, app/assets/stylesheets/theme.css */
.slider {
  position: relative;
  height: 400px;
  width: 100%;
}

/* line 10449, app/assets/stylesheets/theme.css */
.slider.fullscreen {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 10459, app/assets/stylesheets/theme.css */
.slider.fullscreen ul.slides {
  height: 100%;
}

/* line 10463, app/assets/stylesheets/theme.css */
.slider.fullscreen ul.indicators {
  z-index: 2;
  bottom: 30px;
}

/* line 10468, app/assets/stylesheets/theme.css */
.slider .slides {
  background-color: #9e9e9e;
  margin: 0;
  height: 400px;
}

/* line 10474, app/assets/stylesheets/theme.css */
.slider .slides li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  overflow: hidden;
}

/* line 10485, app/assets/stylesheets/theme.css */
.slider .slides li img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

/* line 10492, app/assets/stylesheets/theme.css */
.slider .slides li .caption {
  color: #fff;
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  opacity: 0;
}

/* line 10501, app/assets/stylesheets/theme.css */
.slider .slides li .caption p {
  color: #e0e0e0;
}

/* line 10505, app/assets/stylesheets/theme.css */
.slider .slides li.active {
  z-index: 2;
}

/* line 10509, app/assets/stylesheets/theme.css */
.slider .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

/* line 10518, app/assets/stylesheets/theme.css */
.slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 12px;
  background-color: #e0e0e0;
  transition: background-color .3s;
  border-radius: 50%;
}

/* line 10530, app/assets/stylesheets/theme.css */
.slider .indicators .indicator-item.active {
  background-color: #4CAF50;
}

/* line 10534, app/assets/stylesheets/theme.css */
.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  perspective: 500px;
  transform-style: preserve-3d;
  transform-origin: 0% 50%;
}

/* line 10544, app/assets/stylesheets/theme.css */
.carousel.carousel-slider {
  top: 0;
  left: 0;
}

/* line 10549, app/assets/stylesheets/theme.css */
.carousel.carousel-slider .carousel-fixed-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
}

/* line 10557, app/assets/stylesheets/theme.css */
.carousel.carousel-slider .carousel-fixed-item.with-indicators {
  bottom: 68px;
}

/* line 10561, app/assets/stylesheets/theme.css */
.carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 10570, app/assets/stylesheets/theme.css */
.carousel.carousel-slider .carousel-item h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

/* line 10576, app/assets/stylesheets/theme.css */
.carousel.carousel-slider .carousel-item p {
  font-size: 15px;
}

/* line 10580, app/assets/stylesheets/theme.css */
.carousel .carousel-item {
  display: none;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 10589, app/assets/stylesheets/theme.css */
.carousel .carousel-item > img {
  width: 100%;
}

/* line 10593, app/assets/stylesheets/theme.css */
.carousel .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

/* line 10602, app/assets/stylesheets/theme.css */
.carousel .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 24px 4px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color .3s;
  border-radius: 50%;
}

/* line 10614, app/assets/stylesheets/theme.css */
.carousel .indicators .indicator-item.active {
  background-color: #fff;
}

/* line 10618, app/assets/stylesheets/theme.css */
.carousel.scrolling .carousel-item .materialboxed,
.carousel .carousel-item:not(.active) .materialboxed {
  pointer-events: none;
}

/* line 10623, app/assets/stylesheets/theme.css */
.tap-target-wrapper {
  width: 800px;
  height: 800px;
  position: fixed;
  z-index: 1000;
  visibility: hidden;
  transition: visibility 0s .3s;
}

/* line 10632, app/assets/stylesheets/theme.css */
.tap-target-wrapper.open {
  visibility: visible;
  transition: visibility 0s;
}

/* line 10637, app/assets/stylesheets/theme.css */
.tap-target-wrapper.open .tap-target {
  transform: scale(1);
  opacity: .95;
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

/* line 10643, app/assets/stylesheets/theme.css */
.tap-target-wrapper.open .tap-target-wave::before {
  transform: scale(1);
}

/* line 10647, app/assets/stylesheets/theme.css */
.tap-target-wrapper.open .tap-target-wave::after {
  visibility: visible;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  transition: opacity .3s, transform .3s, visibility 0s 1s;
}

/* line 10655, app/assets/stylesheets/theme.css */
.tap-target {
  position: absolute;
  font-size: 1rem;
  border-radius: 50%;
  background-color: #ff5107;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.14), 0 10px 50px 0 rgba(0, 0, 0, 0.12), 0 30px 10px -20px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

/* line 10668, app/assets/stylesheets/theme.css */
.tap-target-content {
  position: relative;
  display: table-cell;
}

/* line 10673, app/assets/stylesheets/theme.css */
.tap-target-wave {
  position: absolute;
  border-radius: 50%;
  z-index: 10001;
}

/* line 10679, app/assets/stylesheets/theme.css */
.tap-target-wave::before,
.tap-target-wave::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
}

/* line 10690, app/assets/stylesheets/theme.css */
.tap-target-wave::before {
  transform: scale(0);
  transition: transform .3s;
}

/* line 10695, app/assets/stylesheets/theme.css */
.tap-target-wave::after {
  visibility: hidden;
  transition: opacity .3s, transform .3s, visibility 0s;
  z-index: -1;
}

/* line 10703, app/assets/stylesheets/theme.css */
.tap-target-origin {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10002;
  position: absolute !important;
}

/* line 10711, app/assets/stylesheets/theme.css */
.tap-target-origin:not(.btn):not(.btn-large),
.tap-target-origin:not(.btn):not(.btn-large):hover {
  background: none;
}

@media only screen and (max-width: 600px) {
  /* line 10718, app/assets/stylesheets/theme.css */
  .tap-target,
.tap-target-wrapper {
    width: 600px;
    height: 600px;
  }
}

/* line 10725, app/assets/stylesheets/theme.css */
.pulse {
  overflow: initial;
  position: relative;
}

/* line 10730, app/assets/stylesheets/theme.css */
.pulse::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  transition: opacity .3s, transform .3s;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  z-index: -1;
}

@keyframes pulse-animation {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what's here.
 */
/* line 10768, app/assets/stylesheets/theme.css */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}

/**
 * The picker input element.
 */
/* line 10785, app/assets/stylesheets/theme.css */
.picker__input {
  cursor: default;
}

/**
 * When the picker is opened, the input element is "activated".
 */
/* line 10792, app/assets/stylesheets/theme.css */
.picker__input.picker__input--active {
  border-color: #0089ec;
}

/**
 * The holder is the only "scrollable" top-level container element.
 */
/* line 10799, app/assets/stylesheets/theme.css */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what's here.
 */
/**
 * Make the holder and frame fullscreen.
 */
/* line 10815, app/assets/stylesheets/theme.css */
.picker__holder,
.picker__frame {
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
}

/**
 * The holder should overlay the entire screen.
 */
/* line 10826, app/assets/stylesheets/theme.css */
.picker__holder {
  position: fixed;
  -webkit-transition: background 0.15s ease-out, top 0s 0.15s;
  -moz-transition: background 0.15s ease-out, top 0s 0.15s;
  transition: background 0.15s ease-out, top 0s 0.15s;
  -webkit-backface-visibility: hidden;
}

/**
 * The frame that bounds the box contents of the picker.
 */
/* line 10837, app/assets/stylesheets/theme.css */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  width: 300px;
  max-height: 350px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

@media (min-height: 28.875em) {
  /* line 10853, app/assets/stylesheets/theme.css */
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}

@media (min-height: 40.125em) {
  /* line 10862, app/assets/stylesheets/theme.css */
  .picker__frame {
    margin-bottom: 7.5%;
  }
}

/**
 * The wrapper sets the stage to vertically align the box contents.
 */
/* line 10870, app/assets/stylesheets/theme.css */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}

@media (min-height: 28.875em) {
  /* line 10877, app/assets/stylesheets/theme.css */
  .picker__wrap {
    display: block;
  }
}

/**
 * The box contains all the picker contents.
 */
/* line 10885, app/assets/stylesheets/theme.css */
.picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle;
}

@media (min-height: 28.875em) {
  /* line 10892, app/assets/stylesheets/theme.css */
  .picker__box {
    display: block;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}

/**
 * When the picker opens...
 */
/* line 10909, app/assets/stylesheets/theme.css */
.picker--opened .picker__holder {
  top: 0;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  -webkit-transition: background 0.15s ease-out;
  -moz-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
}

/* line 10920, app/assets/stylesheets/theme.css */
.picker--opened .picker__frame {
  top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

@media (min-height: 35.875em) {
  /* line 10929, app/assets/stylesheets/theme.css */
  .picker--opened .picker__frame {
    top: 10%;
    bottom: auto;
  }
}

/**
 * For `large` screens, transform into an inline picker.
 */
/* ==========================================================================
   CUSTOM MATERIALIZE STYLES
   ========================================================================== */
/* line 10941, app/assets/stylesheets/theme.css */
.picker__input.picker__input--active {
  border-color: #E3F2FD;
}

/* line 10945, app/assets/stylesheets/theme.css */
.picker__frame {
  margin: 0 auto;
  max-width: 325px;
}

@media (min-height: 38.875em) {
  /* line 10951, app/assets/stylesheets/theme.css */
  .picker--opened .picker__frame {
    top: 10%;
    bottom: auto;
  }
}

@media only screen and (min-width: 601px) {
  /* line 10958, app/assets/stylesheets/theme.css */
  .picker__box {
    display: flex;
  }
  /* line 10962, app/assets/stylesheets/theme.css */
  .picker__frame {
    width: 80%;
    max-width: 600px;
  }
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
/* line 10974, app/assets/stylesheets/theme.css */
.picker__box {
  padding: 0;
  border-radius: 2px;
  overflow: hidden;
}

/**
 * The header containing the month and year stuff.
 */
/* line 10983, app/assets/stylesheets/theme.css */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}

/**
 * The month and year labels.
 */
/* line 10992, app/assets/stylesheets/theme.css */
.picker__month,
.picker__year {
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}

/**
 * The month and year selectors.
 */
/* line 11002, app/assets/stylesheets/theme.css */
.picker__select--month,
.picker__select--year {
  height: 2em;
  padding: 0;
  margin-left: .25em;
  margin-right: .25em;
}

/* line 11010, app/assets/stylesheets/theme.css */
.picker__select--month.browser-default {
  display: inline;
  background-color: #FFFFFF;
  width: 40%;
}

/* line 11016, app/assets/stylesheets/theme.css */
.picker__select--year.browser-default {
  display: inline;
  background-color: #FFFFFF;
  width: 26%;
}

/* line 11022, app/assets/stylesheets/theme.css */
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: rgba(0, 0, 0, 0.05);
}

/**
 * The month navigation buttons.
 */
/* line 11030, app/assets/stylesheets/theme.css */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}

/* line 11040, app/assets/stylesheets/theme.css */
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

/* line 11045, app/assets/stylesheets/theme.css */
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

/* line 11050, app/assets/stylesheets/theme.css */
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

/**
 * The calendar table of dates
 */
/* line 11063, app/assets/stylesheets/theme.css */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 1rem;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}

/* line 11074, app/assets/stylesheets/theme.css */
.picker__table th,
.picker__table td {
  text-align: center;
}

/* line 11079, app/assets/stylesheets/theme.css */
.picker__table td {
  margin: 0;
  padding: 0;
}

/**
 * The weekday labels
 */
/* line 11087, app/assets/stylesheets/theme.css */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
  /* line 11097, app/assets/stylesheets/theme.css */
  .picker__weekday {
    padding-bottom: .5em;
  }
}

/**
 * The days on the calendar
 */
/* line 11105, app/assets/stylesheets/theme.css */
.picker__day--today {
  position: relative;
  color: #595959;
  letter-spacing: -.3;
  padding: .75rem 0;
  font-weight: 400;
  border: 1px solid transparent;
}

/* line 11114, app/assets/stylesheets/theme.css */
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}

/* line 11118, app/assets/stylesheets/theme.css */
.picker__day--infocus:hover {
  cursor: pointer;
  color: #000;
  font-weight: 500;
}

/* line 11124, app/assets/stylesheets/theme.css */
.picker__day--outfocus {
  display: none;
  padding: .75rem 0;
  color: #fff;
}

/* line 11130, app/assets/stylesheets/theme.css */
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #dddddd;
  font-weight: 500;
}

/* line 11136, app/assets/stylesheets/theme.css */
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
}

/* line 11141, app/assets/stylesheets/theme.css */
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  border-radius: 50%;
  transform: scale(0.75);
  background: #0089ec;
  color: #ffffff;
}

/* line 11150, app/assets/stylesheets/theme.css */
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

/* line 11159, app/assets/stylesheets/theme.css */
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
/* line 11167, app/assets/stylesheets/theme.css */
.picker__footer {
  text-align: right;
}

/* line 11171, app/assets/stylesheets/theme.css */
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}

/* line 11184, app/assets/stylesheets/theme.css */
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

/* line 11193, app/assets/stylesheets/theme.css */
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: rgba(0, 0, 0, 0.05);
  outline: none;
}

/* line 11201, app/assets/stylesheets/theme.css */
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}

/* line 11209, app/assets/stylesheets/theme.css */
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}

/* line 11215, app/assets/stylesheets/theme.css */
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}

/* line 11222, app/assets/stylesheets/theme.css */
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}

/* line 11228, app/assets/stylesheets/theme.css */
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777;
}

/* line 11237, app/assets/stylesheets/theme.css */
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

/* line 11245, app/assets/stylesheets/theme.css */
.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/* ==========================================================================
   CUSTOM MATERIALIZE STYLES
   ========================================================================== */
/*.picker__box {
  border-radius: 2px;
  overflow: hidden;
}*/
/* line 11256, app/assets/stylesheets/theme.css */
.picker__date-display {
  text-align: left;
  background-color: #0a1d2e;
  color: #fff;
  padding: 18px;
  font-weight: 300;
}

@media only screen and (min-width: 601px) {
  /* line 11265, app/assets/stylesheets/theme.css */
  .picker__date-display {
    flex: 1;
  }
  /* line 11269, app/assets/stylesheets/theme.css */
  .picker__weekday-display {
    display: block;
  }
  /* line 11273, app/assets/stylesheets/theme.css */
  .picker__container__wrapper {
    flex: 2;
  }
}

/* line 11278, app/assets/stylesheets/theme.css */
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #dff2f9;
}

/* line 11285, app/assets/stylesheets/theme.css */
.picker__weekday-display {
  font-weight: 500;
  font-size: 2.8rem;
  margin-right: 5px;
  margin-top: 4px;
}

/* line 11292, app/assets/stylesheets/theme.css */
.picker__month-display {
  font-size: 2.8rem;
  font-weight: 500;
}

/* line 11297, app/assets/stylesheets/theme.css */
.picker__day-display {
  font-size: 2.8rem;
  font-weight: 500;
  margin-right: 5px;
}

/* line 11303, app/assets/stylesheets/theme.css */
.picker__year-display {
  font-size: 1.5rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}

/*.picker__box {
  padding: 0;
}*/
/* line 11312, app/assets/stylesheets/theme.css */
.picker__calendar-container {
  padding: 0 1rem;
}

/* line 11316, app/assets/stylesheets/theme.css */
.picker__calendar-container thead {
  border: none;
}

/* line 11320, app/assets/stylesheets/theme.css */
.picker__table {
  margin-top: 0;
  margin-bottom: .5em;
}

/* line 11325, app/assets/stylesheets/theme.css */
.picker__day--infocus {
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: -.3px;
  padding: 0.75rem 0;
  font-weight: 400;
  border: 1px solid transparent;
}

@media only screen and (min-width: 601px) {
  /* line 11334, app/assets/stylesheets/theme.css */
  .picker__day--infocus {
    padding: 1.1rem 0;
  }
}

/* line 11339, app/assets/stylesheets/theme.css */
.picker__day.picker__day--today {
  color: #0a1d2e;
}

/* line 11343, app/assets/stylesheets/theme.css */
.picker__day.picker__day--today.picker__day--selected {
  color: #fff;
}

/* line 11347, app/assets/stylesheets/theme.css */
.picker__weekday {
  font-size: .9rem;
}

/* line 11351, app/assets/stylesheets/theme.css */
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  border-radius: 50%;
  transform: scale(0.9);
  background-color: #0a1d2e;
  color: #ffffff;
}

/* line 11360, app/assets/stylesheets/theme.css */
.picker__day--selected.picker__day--outfocus,
.picker__day--selected.picker__day--outfocus:hover,
.picker--focused .picker__day--selected.picker__day--outfocus {
  background-color: #dff2f9;
}

/* line 11366, app/assets/stylesheets/theme.css */
.picker__footer {
  text-align: right;
  padding: 5px 10px;
}

/* line 11371, app/assets/stylesheets/theme.css */
.picker__close,
.picker__today,
.picker__clear {
  font-size: 1.1rem;
  padding: 0 1rem;
  color: #0a1d2e;
}

/* line 11379, app/assets/stylesheets/theme.css */
.picker__clear {
  color: #f44336;
  float: left;
}

/* line 11384, app/assets/stylesheets/theme.css */
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #676767;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

/* line 11396, app/assets/stylesheets/theme.css */
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #676767;
}

/* line 11401, app/assets/stylesheets/theme.css */
button.picker__today:focus,
button.picker__clear:focus,
button.picker__close:focus {
  background-color: #dff2f9;
}

/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
/* line 11413, app/assets/stylesheets/theme.css */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}

/**
 * The times on the clock.
 */
/* line 11422, app/assets/stylesheets/theme.css */
.picker__list-item {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-bottom: -1px;
  position: relative;
  background: #fff;
  padding: .75em 1.25em;
}

@media (min-height: 46.75em) {
  /* line 11432, app/assets/stylesheets/theme.css */
  .picker__list-item {
    padding: .5em 1em;
  }
}

/* Hovered time */
/* line 11438, app/assets/stylesheets/theme.css */
.picker__list-item:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}

/* Highlighted and hovered/focused time */
/* line 11447, app/assets/stylesheets/theme.css */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}

/* line 11452, app/assets/stylesheets/theme.css */
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}

/* Selected and hovered/focused time */
/* line 11460, app/assets/stylesheets/theme.css */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #fff;
  z-index: 10;
}

/* Disabled time */
/* line 11469, app/assets/stylesheets/theme.css */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
  border-color: #ddd;
  z-index: auto;
}

/**
 * The clear button
 */
/* line 11483, app/assets/stylesheets/theme.css */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.87);
}

/* line 11497, app/assets/stylesheets/theme.css */
.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000;
  background: #b1dcfb;
  background: #ee2200;
  border-color: #ee2200;
  cursor: pointer;
  color: #fff;
  outline: none;
}

/* line 11508, app/assets/stylesheets/theme.css */
.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.25em;
  font-weight: bold;
}

/* line 11515, app/assets/stylesheets/theme.css */
.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #fff;
}

/* ==========================================================================
   $DEFAULT-TIME-PICKER
   ========================================================================== */
/**
 * The frame the bounds the time picker.
 */
/* line 11526, app/assets/stylesheets/theme.css */
.picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px;
}

/**
 * The picker box.
 */
/* line 11534, app/assets/stylesheets/theme.css */
.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0;
}

@media (min-height: 40.125em) {
  /* line 11541, app/assets/stylesheets/theme.css */
  .picker--time .picker__box {
    margin-bottom: 5em;
  }
}

/* ==========================================================================
   $DEFAULT-TIME-PICKER
   ========================================================================== */
/* line 11549, app/assets/stylesheets/theme.css */
.clockpicker-display {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  clear: both;
  position: relative;
}

/* line 11559, app/assets/stylesheets/theme.css */
.clockpicker-span-am-pm {
  font-size: 1.3rem;
  position: absolute;
  right: 1rem;
  bottom: 0.3rem;
  line-height: 2rem;
  font-weight: 500;
}

@media only screen and (min-width: 601px) {
  /* line 11569, app/assets/stylesheets/theme.css */
  .clockpicker-display {
    top: 32%;
  }
  /* line 11573, app/assets/stylesheets/theme.css */
  .clockpicker-span-am-pm {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: center;
    margin-top: 1.2rem;
  }
}

/* line 11582, app/assets/stylesheets/theme.css */
.text-primary {
  color: white;
}

/* line 11586, app/assets/stylesheets/theme.css */
.clockpicker-span-hours {
  margin-right: 3px;
}

/* line 11590, app/assets/stylesheets/theme.css */
.clockpicker-span-minutes {
  margin-left: 3px;
}

/* line 11594, app/assets/stylesheets/theme.css */
.clockpicker-span-hours,
.clockpicker-span-minutes,
.clockpicker-span-am-pm div {
  cursor: pointer;
}

/* line 11600, app/assets/stylesheets/theme.css */
.clockpicker-moving {
  cursor: move;
}

/* line 11604, app/assets/stylesheets/theme.css */
.clockpicker-plate {
  background-color: #eee;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  overflow: visible;
  position: relative;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 5px;
  user-select: none;
}

/* line 11617, app/assets/stylesheets/theme.css */
.clockpicker-canvas,
.clockpicker-dial {
  width: 270px;
  height: 270px;
  position: absolute;
  left: -1px;
  top: -1px;
}

/* line 11626, app/assets/stylesheets/theme.css */
.clockpicker-minutes {
  visibility: hidden;
}

/* line 11630, app/assets/stylesheets/theme.css */
.clockpicker-tick {
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.87);
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
}

/* line 11641, app/assets/stylesheets/theme.css */
.clockpicker-tick.active,
.clockpicker-tick:hover {
  background-color: rgba(57, 188, 237, 0.25);
}

/* line 11646, app/assets/stylesheets/theme.css */
.clockpicker-dial {
  -webkit-transition: -webkit-transform 350ms, opacity 350ms;
  -moz-transition: -moz-transform 350ms, opacity 350ms;
  -ms-transition: -ms-transform 350ms, opacity 350ms;
  -o-transition: -o-transform 350ms, opacity 350ms;
  transition: transform 350ms, opacity 350ms;
}

/* line 11654, app/assets/stylesheets/theme.css */
.clockpicker-dial-out {
  opacity: 0;
}

/* line 11658, app/assets/stylesheets/theme.css */
.clockpicker-hours.clockpicker-dial-out {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

/* line 11666, app/assets/stylesheets/theme.css */
.clockpicker-minutes.clockpicker-dial-out {
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

/* line 11674, app/assets/stylesheets/theme.css */
.clockpicker-canvas {
  -webkit-transition: opacity 175ms;
  -moz-transition: opacity 175ms;
  -ms-transition: opacity 175ms;
  -o-transition: opacity 175ms;
  transition: opacity 175ms;
}

/* line 11682, app/assets/stylesheets/theme.css */
.clockpicker-canvas-out {
  opacity: 0.25;
}

/* line 11686, app/assets/stylesheets/theme.css */
.clockpicker-canvas-bearing {
  stroke: none;
  fill: #0a1d2e;
}

/* line 11691, app/assets/stylesheets/theme.css */
.clockpicker-canvas-bg {
  stroke: none;
  fill: #0a1d2e;
}

/* line 11696, app/assets/stylesheets/theme.css */
.clockpicker-canvas-bg-trans {
  fill: #0a1d2e;
}

/* line 11700, app/assets/stylesheets/theme.css */
.clockpicker-canvas line {
  stroke: #0a1d2e;
  stroke-width: 4;
  stroke-linecap: round;
  /*shape-rendering: crispEdges;*/
}

/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
/* Text inputs */
/* line 11711, app/assets/stylesheets/theme.css */
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  background-color: transparent;
  border: 1px solid #cedbe7;
  border-radius: 4px;
  margin-bottom: 0;
  box-sizing: border-box;
}

/* line 11731, app/assets/stylesheets/theme.css */
.input-field {
  margin-bottom: 15px;
  position: relative;
  margin-top: 0;
}

/* line 11737, app/assets/stylesheets/theme.css */
.input-field.col label {
  left: 0;
}

/* line 11741, app/assets/stylesheets/theme.css */
.input-field label {
  position: relative;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
  transform: none;
}

/* line 11749, app/assets/stylesheets/theme.css */
.input-field label.active:not(.label-icon) {
  transform: none;
  transform-origin: 0 0;
}

/* line 11754, app/assets/stylesheets/theme.css */
.input-field input[type=submit] {
  margin-top: 40px;
}

@font-face {
  font-family: "youngwonk";
  src: url(/fonts/youngwonk.eot);
  src: url(/fonts/youngwonk.eot?#iefix) format("embedded-opentype"), url(/fonts/youngwonk.woff) format("woff"), url(/fonts/youngwonk.ttf) format("truetype"), url(/fonts/youngwonk.svg#youngwonk) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* line 11767, app/assets/stylesheets/theme.css */
[data-icon]:before,
[class^="yw-"],
[class*=" yw-"] {
  font-family: "youngwonk" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 11782, app/assets/stylesheets/theme.css */
.yw-screen:before {
  content: "\61";
}

/* line 11786, app/assets/stylesheets/theme.css */
.yw-circular:before {
  content: "\62";
}

/* line 11790, app/assets/stylesheets/theme.css */
.yw-comment:before {
  content: "\63";
}

/* line 11794, app/assets/stylesheets/theme.css */
.yw-flow:before {
  content: "\64";
}

/* line 11798, app/assets/stylesheets/theme.css */
.yw-laptop:before {
  content: "\65";
}

/* line 11802, app/assets/stylesheets/theme.css */
.yw-level:before {
  content: "\66";
}

/* line 11806, app/assets/stylesheets/theme.css */
.yw-worksheet:before {
  content: "\67";
}

/* line 11810, app/assets/stylesheets/theme.css */
.yw-see-screen:before {
  content: "\68";
}

/* line 11814, app/assets/stylesheets/theme.css */
.yw-self-paced:before {
  content: "\69";
}

/* line 11818, app/assets/stylesheets/theme.css */
.yw-webcam:before {
  content: "\6a";
}

/* line 11822, app/assets/stylesheets/theme.css */
.yw-play:before {
  content: "\6b";
}

/* line 11826, app/assets/stylesheets/theme.css */
.yw-angle-right:before {
  content: "\6c";
}

/* line 11830, app/assets/stylesheets/theme.css */
.yw-angle-left:before {
  content: "\6d";
}

/* line 11834, app/assets/stylesheets/theme.css */
html {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  background-color: #fff;
  color: #0a1d2e;
  letter-spacing: 1px;
}

/* line 11842, app/assets/stylesheets/theme.css */
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

/* line 11848, app/assets/stylesheets/theme.css */
main {
  flex: 1 0 auto;
}

/* line 11852, app/assets/stylesheets/theme.css */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

/* line 11864, app/assets/stylesheets/theme.css */
img {
  max-width: 100%;
  height: auto;
}

/* line 11869, app/assets/stylesheets/theme.css */
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

/* line 11875, app/assets/stylesheets/theme.css */
.clearfix:after {
  clear: both;
}

/* line 11879, app/assets/stylesheets/theme.css */
p {
  margin-top: 0;
}

/* line 11883, app/assets/stylesheets/theme.css */
.mr-0 {
  margin: 0 !important;
}

/* line 11887, app/assets/stylesheets/theme.css */
.mr-t15 {
  margin-top: 15px;
}

/* line 11891, app/assets/stylesheets/theme.css */
.mr-b15 {
  margin-bottom: 15px;
}

/* line 11895, app/assets/stylesheets/theme.css */
.lead {
  font-size: 1.286rem;
}

/* line 11899, app/assets/stylesheets/theme.css */
.semi-bold {
  font-weight: 600;
}

/* line 11903, app/assets/stylesheets/theme.css */
.c-blue {
  color: #0a1d2e;
}

/* line 11907, app/assets/stylesheets/theme.css */
.c-orange {
  color: #ff5107;
}

/* line 11911, app/assets/stylesheets/theme.css */
.c-white {
  color: #ffffff;
}

@media only screen and (min-width: 601px) {
  /* line 11916, app/assets/stylesheets/theme.css */
  .container {
    width: 90%;
  }
}

/* line 11921, app/assets/stylesheets/theme.css */
.btn,
.btn-large,
.btn-flat {
  text-transform: capitalize;
  box-shadow: none;
  border-radius: 30px;
}

/* line 11929, app/assets/stylesheets/theme.css */
.btn-block {
  width: 100%;
}

/* Text Inputs + Textarea
   ========================================================================== */
/* Text inputs */
/* line 11936, app/assets/stylesheets/theme.css */
.input-field div.error,
.error-div {
  position: relative;
  font-weight: 600;
  font-size: 13px;
  color: #F44336;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

/* Grid
   ========================================================================== */
/* line 11950, app/assets/stylesheets/theme.css */
.row {
  margin-bottom: 0;
}

/* line 11954, app/assets/stylesheets/theme.css */
#contactFormContainer {
  position: fixed;
  width: 290px;
  right: 15px;
  bottom: 0;
  z-index: 11;
  box-shadow: 0px 0 2px 1px rgba(0, 0, 0, 0.1);
}

/* line 11963, app/assets/stylesheets/theme.css */
#contactFormContainer #contactCtn {
  padding: 15px;
  background-color: #fff;
  display: none;
}

/* line 11969, app/assets/stylesheets/theme.css */
#contactFormContainer #contactLink {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  display: block;
  cursor: pointer;
}

/* line 11976, app/assets/stylesheets/theme.css */
#contactFormContainer #contactLink i:before {
  content: "\f106";
}

/* line 11980, app/assets/stylesheets/theme.css */
#contactFormContainer #contactLink.active i:before {
  content: "\f107";
}

/* line 11984, app/assets/stylesheets/theme.css */
.header-navbar {
  position: fixed;
  z-index: 998;
  height: 60px;
  line-height: 60px;
  background-color: #ffffff;
  border-bottom: 1px solid #f0f5f7;
  box-shadow: none;
}

/* line 11994, app/assets/stylesheets/theme.css */
.header-navbar .brand-logo img {
  width: 180px;
  vertical-align: middle;
  height: auto;
}

/* line 12000, app/assets/stylesheets/theme.css */
.header-navbar.active {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

/* line 12004, app/assets/stylesheets/theme.css */
.header-navbar .button-collapse {
  color: #0a1d2e;
}

/* line 12008, app/assets/stylesheets/theme.css */
.header-navbar ul li:not(:last-child) a {
  color: #0a1d2e;
  font-weight: 600;
  padding: 0 8px;
  letter-spacing: .5px;
  position: relative;
  transition: all .5s;
}

/* line 12017, app/assets/stylesheets/theme.css */
.header-navbar ul li:not(:last-child) a.active,
.header-navbar ul li:not(:last-child) a:hover {
  color: #ff5107;
  background-color: transparent;
}

/* line 12023, app/assets/stylesheets/theme.css */
.header-navbar ul li:not(:last-child) a.active:after,
.header-navbar ul li:not(:last-child) a:hover:after {
  width: 50%;
}

/* line 12028, app/assets/stylesheets/theme.css */
.header-navbar .proWonks li:not(:last-child) a.active,
.header-navbar .proWonks li:not(:last-child) a:hover {
  color: #0a1d2e;
  background-color: transparent;
}

/* line 12034, app/assets/stylesheets/theme.css */
.header-navbar ul li:not(:last-child) a:after {
  transition: all .5s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #ff5107;
  height: 2px;
}

/* line 12048, app/assets/stylesheets/theme.css */
.header-navbar ul li.active:not(:last-child) a {
  color: #ff5107;
}

/* line 12052, app/assets/stylesheets/theme.css */
.header-navbar .proWonks li:not(:last-child) a:after {
  background: #0a1d2e;
}

/* line 12056, app/assets/stylesheets/theme.css */
.header-navbar .proWonks li.active:not(:last-child) a {
  color: #0a1d2e;
}

/* line 12060, app/assets/stylesheets/theme.css */
.header-navbar ul li.active:not(:last-child) a:after {
  width: 50%;
}

/* line 12064, app/assets/stylesheets/theme.css */
.header-navbar ul li a.btn,
.header-navbar ul li a.btn-large {
  margin-left: 10px;
  margin-right: 10px;
}

/* line 12070, app/assets/stylesheets/theme.css */
.header-navbar ul li.active {
  background-color: transparent;
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
  /* line 12075, app/assets/stylesheets/theme.css */
  .header-navbar .brand-logo img {
    width: 140px;
  }
}

@media only screen and (max-width: 992px) {
  /* line 12081, app/assets/stylesheets/theme.css */
  .header-navbar ul li:not(:last-child) a {
    padding: 0 15px;
  }
  /* line 12085, app/assets/stylesheets/theme.css */
  .header-navbar ul li:not(:last-child) a:after {
    margin: 0;
  }
}

/* line 12090, app/assets/stylesheets/theme.css */
.page-wrapper {
  padding-top: 60px;
}

/* line 12094, app/assets/stylesheets/theme.css */
.page-wrapper .page-mr-b {
  padding-bottom: 60px;
}

/* line 12098, app/assets/stylesheets/theme.css */
.page-wrapper .section-wrapper {
  padding: 70px 0;
}

/* line 12102, app/assets/stylesheets/theme.css */
.page-wrapper .section-wrapper.with-bg {
  background-color: #f0f5f7;
}

/* line 12106, app/assets/stylesheets/theme.css */
.page-wrapper .section-wrapper .section-heading {
  color: #0a1d2e;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}

/* line 12113, app/assets/stylesheets/theme.css */
.page-wrapper .section-wrapper .section-heading.downcase {
  text-transform: none;
}

/* line 12117, app/assets/stylesheets/theme.css */
.page-wrapper .section-wrapper .section-heading.with-mr {
  margin-bottom: 50px;
}

/* line 12121, app/assets/stylesheets/theme.css */
.page-wrapper .section-wrapper .section-heading:before {
  position: absolute;
  left: 50%;
  bottom: -.2em;
  height: 0;
  width: 30px;
  content: '';
  border-top: 3px solid #0a1d2e;
  margin-left: -15px;
}

/* line 12132, app/assets/stylesheets/theme.css */
.page-wrapper .section-wrapper.page-banner .heading {
  color: #0a1d2e;
  line-height: 1.2;
}

/* line 12137, app/assets/stylesheets/theme.css */
.page-wrapper .page-content {
  font-size: 18px;
  font-weight: 500;
}

/* line 12142, app/assets/stylesheets/theme.css */
.page-wrapper .page-content.with-mrb {
  margin-bottom: 60px;
}

/* line 12146, app/assets/stylesheets/theme.css */
.footer {
  background-color: #222328;
  padding: 75px 0 40px;
}

/* line 12151, app/assets/stylesheets/theme.css */
.footer .footer-nav {
  text-align: center;
  margin: 0;
  padding: 0;
}

/* line 12157, app/assets/stylesheets/theme.css */
.footer .footer-nav.footer-left {
  margin-bottom: 20px;
}

/* line 12161, app/assets/stylesheets/theme.css */
.footer .footer-nav.footer-left li {
  font-size: 16px;
}

/* line 12165, app/assets/stylesheets/theme.css */
.footer .footer-nav.footer-left li.icon a {
  color: #8c8f94;
}

/* line 12169, app/assets/stylesheets/theme.css */
.footer .footer-nav.footer-right li {
  font-size: 12px;
}

/* line 12173, app/assets/stylesheets/theme.css */
.footer .footer-nav li {
  color: #fff;
  display: inline-block;
  padding: 0 15px;
  position: relative;
  line-height: 26px;
}

@media only screen and (min-width: 601px) {
  /* line 12184, app/assets/stylesheets/theme.css */
  .footer .footer-nav.footer-left {
    margin: 0;
    float: left;
  }
  /* line 12189, app/assets/stylesheets/theme.css */
  .footer .footer-nav.footer-right {
    float: right;
  }
}

/* line 12194, app/assets/stylesheets/theme.css */
.help-icon-btn {
  /* background: url(https://s3.amazonaws.com/youngwonks/help-icon.png) 0 0 no-repeat;
  Setting z-index to 5 to draw label help icon over all images */
  z-index: 5;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 60px;
  height: 60px;
  /* text-indent: -9999px; } */
}

/* line 12206, app/assets/stylesheets/theme.css */
#help-modal .modal-content {
  background-color: #ffffff;
}

/* line 12210, app/assets/stylesheets/theme.css */
#help-modal .modal-content .help-content {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

/* line 12216, app/assets/stylesheets/theme.css */
#help-modal .modal-content .help-content .tabs .tab a {
  font-weight: 500;
}

/* line 12220, app/assets/stylesheets/theme.css */
#help-modal .modal-content .help-content .tab-content {
  background-color: #fff;
  padding: 0 1.5rem;
}

/* line 12225, app/assets/stylesheets/theme.css */
.card .card-title {
  font-size: 18px;
  font-weight: 500;
}

/* line 12230, app/assets/stylesheets/theme.css */
.equal-height {
  display: flex;
  flex-wrap: wrap;
}

/* line 12235, app/assets/stylesheets/theme.css */
.equal-height .childern {
  display: flex;
}

/* line 12239, app/assets/stylesheets/theme.css */
.equal-height .childern .block {
  width: 100%;
}

/* line 12243, app/assets/stylesheets/theme.css */
.bullest-list {
  margin: 0 0 0 20px;
}

/* line 12247, app/assets/stylesheets/theme.css */
.bullest-list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}

/* line 12253, app/assets/stylesheets/theme.css */
.bullest-list li:before {
  content: '';
  border-radius: 50%;
  height: 10px;
  width: 10px;
  position: absolute;
  top: 8px;
  left: 0;
  background-color: #b3c7d9;
}

/*
Landing
*/
/* line 12267, app/assets/stylesheets/theme.css */
.banner-wrapper {
  margin: 40px 0 120px;
}

/* line 12271, app/assets/stylesheets/theme.css */
.banner-wrapper .caption-wrapper h1 {
  color: #0a1d2e;
}

/* line 12275, app/assets/stylesheets/theme.css */
.banner-wrapper .caption-wrapper .description {
  margin: 15px 0 30px;
}

/* line 12279, app/assets/stylesheets/theme.css */
.banner-wrapper .caption-wrapper h4 {
  position: relative;
  color: #ff5107;
  /* border-left: 2px solid #ff5107; */
  border-left: 2px solid #0a1d2e;
  padding-left: 5px;
  font-weight: bold;
}

/* line 12288, app/assets/stylesheets/theme.css */
.banner-wrapper .header-video .video-wrapper {
  position: relative;
  padding-top: 100%;
}

/* line 12293, app/assets/stylesheets/theme.css */
.banner-wrapper .header-video .video-wrapper .youngwonks-video {
  animation: motion 8s ease-in-out infinite;
  background-image: linear-gradient(-34deg, #2f5ef6 15%, #da66d7 80%);
  border-radius: 5px;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 90%;
  height: 90%;
}

/* line 12309, app/assets/stylesheets/theme.css */
.banner-wrapper .header-video .video-wrapper .youngwonks-video video {
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
}

/* line 12316, app/assets/stylesheets/theme.css */
.banner-wrapper .header-video .overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 12324, app/assets/stylesheets/theme.css */
.banner-wrapper .header-video .video-play-btn {
  background-color: #ff5107;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  padding-top: 80px;
  z-index: 50;
  margin: -40px 0 0 -40px;
  border-radius: 50%;
}

/* line 12336, app/assets/stylesheets/theme.css */
.banner-wrapper .header-video .video-play-btn:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #ff5107;
  border-radius: 50%;
  position: absolute;
  animation: pulsate infinite 2s;
  top: 0;
  left: 0;
  z-index: -1;
}

/* line 12349, app/assets/stylesheets/theme.css */
.banner-wrapper .header-video .video-play-btn:after {
  content: url("https://d2i75dg3z6p64d.cloudfront.net/website-public-pages/landing-page/play-shape.png");
  width: 19px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -9px;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

@keyframes motion {
  0% {
    border-radius: 5px;
  }
  50% {
    border-radius: 50px;
  }
  100% {
    border-radius: 5px;
  }
}

@media only screen and (max-width: 992px) {
  /* line 12386, app/assets/stylesheets/theme.css */
  .banner-wrapper .caption-wrapper h1 {
    font-size: 2.143rem;
  }
}

@media only screen and (min-width: 601px) {
  /* line 12392, app/assets/stylesheets/theme.css */
  .valign-container {
    display: flex;
    align-items: center;
  }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
  /* line 12399, app/assets/stylesheets/theme.css */
  .banner-wrapper .header-video .video-wrapper .youngwonks-video {
    width: 100%;
    height: 100%;
  }
}

/* line 12405, app/assets/stylesheets/theme.css */
.header-blocks {
  display: flex;
  flex-wrap: wrap;
  margin-top: -150px;
  margin-bottom: 90px;
}

/* line 12412, app/assets/stylesheets/theme.css */
.header-blocks li {
  display: flex;
}

/* line 12416, app/assets/stylesheets/theme.css */
.header-blocks li .block {
  width: 100%;
  text-align: center;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 0 74px 0 rgba(6, 20, 31, 0.09);
  padding: 30px;
}

/* line 12425, app/assets/stylesheets/theme.css */
.header-blocks li .block .img-wrapper {
  display: inline-block;
  width: 100px;
  height: 100px;
  position: relative;
}

/* line 12432, app/assets/stylesheets/theme.css */
.header-blocks li .block .img-wrapper img {
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
}

/* line 12441, app/assets/stylesheets/theme.css */
.header-blocks li .block h4 {
  color: #ff5107;
}

@media only screen and (max-width: 600px) {
  /* line 12446, app/assets/stylesheets/theme.css */
  .flexslider {
    margin: auto;
  }
  /* line 12450, app/assets/stylesheets/theme.css */
  .header-blocks li + li {
    margin-top: 40px;
  }
}

/* line 12455, app/assets/stylesheets/theme.css */
.summer-banner-land {
  border-radius: 8px;
  background-color: white;
  padding: 30px;
  margin: 57px 0 50px;
  text-align: center;
}

/* line 12463, app/assets/stylesheets/theme.css */
.summer-banner-land .summer-content-mobile {
  display: inline-flex;
}

/* line 12467, app/assets/stylesheets/theme.css */
.summer-banner-land .summer-content .img-wrapper {
  display: inline;
  margin: auto;
  padding: 0px 7px;
  width: 52px;
  height: 40px;
}

/* line 12475, app/assets/stylesheets/theme.css */
.summer-banner-land:hover {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

/* line 12479, app/assets/stylesheets/theme.css */
.summer-banner-land .text:hover {
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  /* line 12484, app/assets/stylesheets/theme.css */
  .summer-banner-land .summer-content .cloud {
    display: none;
  }
  /* line 12488, app/assets/stylesheets/theme.css */
  .summer-banner-land .summer-content .cta {
    margin-top: 3.8rem;
    width: 80%;
    position: absolute;
  }
  /* line 12494, app/assets/stylesheets/theme.css */
  .summer-banner-land {
    height: 220px;
    padding: 30px 0px 60px 0px;
  }
}

/* line 12500, app/assets/stylesheets/theme.css */
.summer-banner-land .summer-content {
  display: flex;
  color: #ff5107;
  justify-content: center;
  margin: 0px !important;
  padding: 15px;
}

/* line 12509, app/assets/stylesheets/theme.css */
.summer-banner-land .summer-content .title {
  font-size: 1.429rem;
  display: inline;
  font-weight: 600;
  margin-top: 10px;
}

/* line 12516, app/assets/stylesheets/theme.css */
.summer-banner-land .summer-content .text {
  margin: 0;
  margin-top: 5px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #0a1d2e;
  font-size: 15px;
  display: inline-block;
  padding: 5px 20px;
}

/* line 12527, app/assets/stylesheets/theme.css */
.progressbar {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

/* line 12534, app/assets/stylesheets/theme.css */
.progressbar li {
  list-style-type: none;
  width: 16.66%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #0a1d2e;
}

/* line 12546, app/assets/stylesheets/theme.css */
.progressbar li:after {
  width: 100%;
  height: 6px;
  content: '';
  position: absolute;
  background-color: #cfd9e0;
  top: 20px;
  left: -50%;
  z-index: -1;
}

/* line 12557, app/assets/stylesheets/theme.css */
.progressbar li:first-child:after {
  content: none;
}

/* line 12561, app/assets/stylesheets/theme.css */
.progressbar li:not(:last-child):before {
  position: absolute;
  top: 15px;
  right: 0;
  content: '';
  border: solid #cfd9e0;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 6px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* line 12574, app/assets/stylesheets/theme.css */
.progressbar li i.circle {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto 10px auto;
  border-radius: 50%;
}

/* line 12582, app/assets/stylesheets/theme.css */
.level-blocks .block .block-header {
  width: 100%;
  color: #0a1d2e;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 47px;
  vertical-align: middle;
  background-color: #fcc54e;
}

@media only screen and (min-width: 1100px) {
  /* line 12593, app/assets/stylesheets/theme.css */
  .level-blocks .block .block-header {
    height: 60px;
  }
}

/* line 12598, app/assets/stylesheets/theme.css */
.level-blocks .block .yellow-bg {
  background-color: #fcc54e;
}

/* line 12602, app/assets/stylesheets/theme.css */
.level-blocks .block .grey-bg {
  padding-top: 20px;
  background-color: #d0d0d0;
}

/* line 12607, app/assets/stylesheets/theme.css */
.level-blocks {
  margin-top: 20px;
  display: flex;
  flex: 3;
  flex-wrap: wrap;
}

/* line 12614, app/assets/stylesheets/theme.css */
.level-blocks li {
  display: flex;
}

/* line 12618, app/assets/stylesheets/theme.css */
.level-blocks li .block {
  background-color: #fff;
  text-align: center;
  padding: 25px;
  margin: 20px 0;
  border-radius: 2px;
}

/* line 12626, app/assets/stylesheets/theme.css */
.level-blocks li .block img {
  margin: 0 auto 35px;
  display: block;
}

/* line 12631, app/assets/stylesheets/theme.css */
.level-blocks li .block .tag {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  padding: 0;
  /* border-radius: 4px; */
  color: #263b4d;
}

/* line 12640, app/assets/stylesheets/theme.css */
.level-blocks li .block .block-title {
  font-weight: bold;
  display: block;
  margin: 5px 0 10px;
}

/* line 12646, app/assets/stylesheets/theme.css */
.level-blocks li .block .content {
  margin: 10px 0 0;
  font-size: 16px;
}

/* line 12651, app/assets/stylesheets/theme.css */
.level-blocks li .block .level-title {
  font-size: inherit;
}

/* line 12655, app/assets/stylesheets/theme.css */
.level-0 {
  background-color: #eb9ea3;
}

/* line 12659, app/assets/stylesheets/theme.css */
.level-1 {
  background-color: #ebdd9e;
}

/* line 12663, app/assets/stylesheets/theme.css */
.level-2 {
  background-color: #fdb095;
}

/* line 12667, app/assets/stylesheets/theme.css */
.level-3 {
  background-color: #a5dda2;
}

/* line 12671, app/assets/stylesheets/theme.css */
.level-4 {
  background-color: #a2dedc;
}

/* line 12675, app/assets/stylesheets/theme.css */
.level-5 {
  background-color: #c6a4e1;
}

/* line 12679, app/assets/stylesheets/theme.css */
.level-0.no-bg {
  background-color: #fff;
  border-bottom: 5px solid #eb9ea3;
}

/* line 12684, app/assets/stylesheets/theme.css */
.level-1.no-bg {
  background-color: #fff;
  border-bottom: 5px solid #ebdd9e;
}

/* line 12689, app/assets/stylesheets/theme.css */
.level-2.no-bg {
  background-color: #fff;
  border-bottom: 5px solid #fdb095;
}

/* line 12694, app/assets/stylesheets/theme.css */
.level-3.no-bg {
  background-color: #fff;
  border-bottom: 5px solid #a5dda2;
}

/* line 12699, app/assets/stylesheets/theme.css */
.level-4.no-bg {
  background-color: #fff;
  border-bottom: 5px solid #a2dedc;
}

/* line 12704, app/assets/stylesheets/theme.css */
.level-5.no-bg {
  background-color: #fff;
  border-bottom: 5px solid #c6a4e1;
}

/* line 12709, app/assets/stylesheets/theme.css */
.lms-section .lms-img-ctn {
  background: url("https://d2i75dg3z6p64d.cloudfront.net/website-public-pages/landing-page/apple-iPad-pro-silver.png") 0 0 no-repeat;
  padding: 3% 6%;
  background-size: contain;
}

/* line 12715, app/assets/stylesheets/theme.css */
.iphone-background {
  background: url("https://s3.amazonaws.com/youngwonks/iphone_screenshots/iPhone.png") 0 0 no-repeat;
  padding: 3% 6%;
  background-size: contain;
}

/* line 12721, app/assets/stylesheets/theme.css */
.lms-section .lms-content h4 {
  color: #0a1d2e;
}

/* line 12725, app/assets/stylesheets/theme.css */
.lms-section .lms-content .lms-blocks li {
  position: relative;
  padding-left: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}

/* line 12733, app/assets/stylesheets/theme.css */
.lms-section .lms-content .lms-blocks li:before {
  content: '';
  border-radius: 50%;
  height: 10px;
  width: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  background-color: #b3c7d9;
}

@media only screen and (max-width: 600px) {
  /* line 12746, app/assets/stylesheets/theme.css */
  .lms-content {
    text-align: center;
  }
  /* line 12750, app/assets/stylesheets/theme.css */
  .lms-content .lms-blocks li:before {
    display: none;
  }
  /* line 12754, app/assets/stylesheets/theme.css */
  .sister-div-blocks {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  /* line 12760, app/assets/stylesheets/theme.css */
  .row .col.offset-s13 {
    width: 100%;
    margin: 20px;
  }
}

/* line 12766, app/assets/stylesheets/theme.css */
.teaching-blocks {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

/* line 12772, app/assets/stylesheets/theme.css */
.teaching-blocks .block {
  margin: 15px 0;
  padding: 25px;
  text-align: center;
}

/* line 12778, app/assets/stylesheets/theme.css */
.teaching-blocks .block .teaching-circle {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 230px;
  height: 230px;
  padding: 20px;
  background-color: rgba(57, 188, 237, 0.03);
  border-radius: 50%;
  margin-bottom: 40px;
}

/* line 12790, app/assets/stylesheets/theme.css */
.teaching-blocks .block .teaching-circle .circle-icon {
  width: 100%;
  height: 100%;
  background-color: rgba(57, 188, 237, 0.07);
  border-radius: 50%;
}

/* line 12797, app/assets/stylesheets/theme.css */
.teaching-blocks .block .teaching-circle img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 12810, app/assets/stylesheets/theme.css */
.teaching-blocks .block .block-title {
  color: #263b4d;
}

/* line 12814, app/assets/stylesheets/theme.css */
.teaching-blocks .block .content {
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: 400;
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
  /* line 12821, app/assets/stylesheets/theme.css */
  .teaching-blocks .block {
    padding: 25px 0;
  }
  /* line 12825, app/assets/stylesheets/theme.css */
  .teaching-blocks .block .teaching-circle {
    width: 180px;
    height: 180px;
    padding: 10px;
  }
}

/* line 12832, app/assets/stylesheets/theme.css */
.testimonial-blocks .block {
  padding: 25px;
  text-align: center;
}

/* line 12837, app/assets/stylesheets/theme.css */
.testimonial-blocks .block .content {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 70px;
}

/* line 12843, app/assets/stylesheets/theme.css */
.testimonial-blocks .block .img-wrapper {
  width: 70px;
  height: 70px;
  display: inline-block;
  border-radius: 50%;
  background-color: gray;
}

/* line 12851, app/assets/stylesheets/theme.css */
.testimonial-blocks .block .testimonial-name {
  margin-top: 10px;
  font-weight: 400;
  color: #263b4d;
}

/* line 12857, app/assets/stylesheets/theme.css */
.testimonial-blocks .block .testimonial-meta {
  font-size: 12px;
  opacity: .5;
}

/* line 12862, app/assets/stylesheets/theme.css */
.won-blocks li {
  font-weight: 600;
}

/* line 12866, app/assets/stylesheets/theme.css */
.won-blocks li .heading {
  color: #0a1d2e;
  position: relative;
  padding-left: 15px;
  display: inline-block;
}

/* line 12873, app/assets/stylesheets/theme.css */
.won-blocks li .heading:before {
  content: '';
  border-radius: 50%;
  height: 10px;
  width: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  background-color: #b3c7d9;
}

/* line 12885, app/assets/stylesheets/theme.css */
.won-blocks li .content {
  padding-left: 15px;
}

/* line 12889, app/assets/stylesheets/theme.css */
.won-blocks li .content .title {
  color: #263b4d;
  margin: 0;
}

/* line 12894, app/assets/stylesheets/theme.css */
.won-blocks li .content .title .place {
  color: #ff5107;
}

/* line 12898, app/assets/stylesheets/theme.css */
.won-blocks li .content .btn,
.won-blocks li .content .btn-large {
  font-weight: 400;
  font-size: 12px;
  padding: 0 1rem;
  height: 26px;
  line-height: 26px;
}

/* line 12907, app/assets/stylesheets/theme.css */
.won-blocks li + li {
  margin-top: 40px;
}

@media only screen and (max-width: 600px) {
  /* line 12912, app/assets/stylesheets/theme.css */
  .won-section img {
    max-width: 200px;
  }
  /* line 12916, app/assets/stylesheets/theme.css */
  .won-blocks {
    text-align: center;
  }
  /* line 12920, app/assets/stylesheets/theme.css */
  .won-blocks li .heading:before {
    display: none;
  }
  /* line 12924, app/assets/stylesheets/theme.css */
  .won-blocks li .content .title .seperator {
    display: none;
  }
  /* line 12928, app/assets/stylesheets/theme.css */
  .won-blocks li .content .title .place {
    display: block;
  }
}

/* line 12933, app/assets/stylesheets/theme.css */
.track-section .track-content {
  font-size: 18px;
  font-weight: 500;
}

/* line 12938, app/assets/stylesheets/theme.css */
.track-section .track-content .download-link {
  display: inline-block;
}

@media screen and (min-width: 792px) {
  /* line 12943, app/assets/stylesheets/theme.css */
  .track-section .track-content .download-link + .download-link {
    margin-left: 15px;
  }
}

/* line 12948, app/assets/stylesheets/theme.css */
.track-section .track-img {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
}

/* line 12955, app/assets/stylesheets/theme.css */
.track-section img {
  display: block;
}

/*
Online
*/
/* line 12962, app/assets/stylesheets/theme.css */
.online-banner {
  text-align: right;
}

/* line 12966, app/assets/stylesheets/theme.css */
.online-banner .heading {
  color: #0a1d2e;
  line-height: 1.2;
}

/* line 12971, app/assets/stylesheets/theme.css */
.highlight-section .list {
  margin-bottom: 50px;
}

/* line 12975, app/assets/stylesheets/theme.css */
.highlight-section .list [class^="yw-"] {
  font-size: 4.3rem;
  color: #ff5107;
}

/* line 12980, app/assets/stylesheets/theme.css */
.highlight-section .list p {
  font-size: 16px;
}

/* line 12984, app/assets/stylesheets/theme.css */
.trial-section {
  background-color: #0a1d2e;
  color: #fff;
}

/* line 12989, app/assets/stylesheets/theme.css */
.trial-section .section-heading {
  color: inherit !important;
}

/*
BLOG
*/
/* line 12996, app/assets/stylesheets/theme.css */
.blog-wrapper .heading-ctn {
  margin: 50px 0 30px;
}

/* line 13000, app/assets/stylesheets/theme.css */
.blog-wrapper .heading-ctn .publish {
  font-size: 16px;
  font-weight: 500;
}

/* line 13005, app/assets/stylesheets/theme.css */
.blog-wrapper .blog-content p {
  margin-bottom: 50px;
  font-size: 18px;
}

/* line 13010, app/assets/stylesheets/theme.css */
.blog-wrapper .blog-content .block h3 {
  margin-bottom: 15px;
}

/* line 13014, app/assets/stylesheets/theme.css */
.blog-wrapper .blog-content .blog-list .card {
  padding: 20px;
  box-shadow: none;
  color: #0a1d2e;
}

/* line 13020, app/assets/stylesheets/theme.css */
.blog-wrapper .blog-content .blog-list .card:hover {
  box-shadow: 0 0 34px 0 rgba(31, 17, 6, 0.2);
}

/* line 13024, app/assets/stylesheets/theme.css */
.blog-wrapper .blog-content .blog-list .card .heading-ctn {
  margin: 0 0 15px;
}

/* line 13028, app/assets/stylesheets/theme.css */
.blog-wrapper .blog-content .blog-list .card p {
  margin: 0;
}

/* line 13032, app/assets/stylesheets/theme.css */
.detail .blog-subtitle {
  margin: 25px 0;
  font-weight: normal;
  line-height: 1.58;
}

/* line 13038, app/assets/stylesheets/theme.css */
.blog-content.detail {
  font-size: 18px;
}

/* line 13042, app/assets/stylesheets/theme.css */
.single-blog-aside {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 20px;
}

/* line 13049, app/assets/stylesheets/theme.css */
.single-blog-aside .post_image {
  float: left;
  margin-right: 15px;
  width: 85px;
}

/* line 13055, app/assets/stylesheets/theme.css */
.single-blog-aside .post_image img {
  display: block;
  height: auto;
  max-width: 100%;
  border-radius: 3px;
}

/* line 13062, app/assets/stylesheets/theme.css */
.single-blog-aside .media-body a {
  display: block;
}

@media only screen and (max-width: 600px) {
  /* line 13067, app/assets/stylesheets/theme.css */
  .mobile-blog-card-view {
    display: block;
  }
  /* line 13071, app/assets/stylesheets/theme.css */
  .desktop-blog-card-view {
    display: none;
  }
  /* line 13075, app/assets/stylesheets/theme.css */
  .blog-list > li > a .card-image img {
    width: 100% !important;
  }
  /* line 13079, app/assets/stylesheets/theme.css */
  .blog-list > li > a .card-image {
    max-width: 100% !important;
  }
  /* line 13083, app/assets/stylesheets/theme.css */
  .blog-list > li > a {
    flex-direction: column;
  }
}

@media only screen and (min-width: 601px) {
  /* line 13089, app/assets/stylesheets/theme.css */
  .mobile-blog-card-view {
    display: none;
  }
  /* line 13093, app/assets/stylesheets/theme.css */
  .desktop-blog-card-view {
    display: block;
  }
}

/* line 13098, app/assets/stylesheets/theme.css */
#share {
  position: fixed;
  left: 0;
  top: 40%;
}

/* line 13104, app/assets/stylesheets/theme.css */
#share .jssocials-share {
  display: block;
  margin: 0;
}

/* line 13109, app/assets/stylesheets/theme.css */
#share .jssocials-share .jssocials-share-link {
  border-radius: 0;
}

/* line 13113, app/assets/stylesheets/theme.css */
.time-slot-slider {
  margin: 0 30px;
}

/* line 13117, app/assets/stylesheets/theme.css */
.time-slot-slider .slick-disabled {
  display: none !important;
}

/* line 13121, app/assets/stylesheets/theme.css */
.time-slot-slider .slick-slide {
  padding: 8px;
}

/* line 13125, app/assets/stylesheets/theme.css */
.time-slot-slider .slick-slide:focus {
  outline: 0;
}

/* line 13129, app/assets/stylesheets/theme.css */
.time-slot-slider .slick-slide input {
  /* HIDE RADIO */
  visibility: hidden;
  /* Makes input not-clickable */
  position: absolute;
  /* Remove input from document flow */
}

/* line 13137, app/assets/stylesheets/theme.css */
.time-slot-slider .slick-slide label {
  height: auto !important;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px !important;
  font-weight: 600;
  display: block;
  border: 1px solid #0a1d2e;
}

/* line 13147, app/assets/stylesheets/theme.css */
.time-slot-slider .slick-slide label:before,
.time-slot-slider .slick-slide label:after {
  content: none;
}

/* line 13152, app/assets/stylesheets/theme.css */
.time-slot-slider .slick-slide input:checked + label {
  /* (RADIO CHECKED) IMAGE STYLES */
  background-color: #ffcab4;
  border: 2px solid #ec5e2c;
  /* color: #ec5e2c; */
}

/* line 13160, app/assets/stylesheets/theme.css */
.slick-arrow {
  border: 1px solid #0a1d2e;
}

/* line 13164, app/assets/stylesheets/theme.css */
.slick-next:before {
  color: #0a1d2e;
}

/* line 13168, app/assets/stylesheets/theme.css */
.slick-prev:before {
  color: #0a1d2e;
}

/* line 13172, app/assets/stylesheets/theme.css */
.child-list {
  margin: 0;
}

/* line 13176, app/assets/stylesheets/theme.css */
.child-list li:not(:last-child) {
  padding-bottom: 20px;
}

/* line 13180, app/assets/stylesheets/theme.css */
.child-list li .age {
  margin: 0 0 15px 0;
  font-size: 15px;
  font-weight: 500;
}

/* line 13186, app/assets/stylesheets/theme.css */
.offer-block {
  text-align: center;
  margin-bottom: 70px;
}

/* line 13191, app/assets/stylesheets/theme.css */
.level-timeline li .timeline-block .content {
  font-size: 18px;
  text-align: justify;
}

/* line 13196, app/assets/stylesheets/theme.css */
.level-timeline li .timeline-block .content .label {
  font-weight: 600;
}

/* line 13200, app/assets/stylesheets/theme.css */
.level-timeline li .level-class .tag {
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  padding: 0 10px;
  border-radius: 4px;
  color: #263b4d;
}

/* line 13209, app/assets/stylesheets/theme.css */
.level-timeline li .level-class .block-title {
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin: 5px 0 20px;
}

/* line 13216, app/assets/stylesheets/theme.css */
.level-timeline li + li {
  margin-top: 25px;
}

@media only screen and (min-width: 601px) {
  /* line 13221, app/assets/stylesheets/theme.css */
  .level-timeline li:not(:last-child) .timeline-block {
    position: relative;
  }
  /* line 13225, app/assets/stylesheets/theme.css */
  .level-timeline li:not(:last-child) .timeline-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 2px;
    margin-left: -2px;
    background: #d5dde3;
  }
  /* line 13236, app/assets/stylesheets/theme.css */
  .level-timeline li:not(:last-child) .timeline-block::after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -6px;
    content: '';
    border: solid #cfd9e0;
    border-width: 0 0 2px 2px;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
}

/* line 13252, app/assets/stylesheets/theme.css */
.flexslider {
  background: url("https://d2i75dg3z6p64d.cloudfront.net/website-public-pages/landing-page/iPhone.jpg") no-repeat;
  width: 308px;
  height: 626px;
  max-width: 100%;
}

/* line 13259, app/assets/stylesheets/theme.css */
.instructors-list li {
  margin: 20px 0;
}

/* line 13263, app/assets/stylesheets/theme.css */
.instructors-list li a.modal-trigger {
  padding: 10px;
  display: block;
}

/* line 13268, app/assets/stylesheets/theme.css */
.instructors-list li a.modal-trigger:hover {
  box-shadow: 0 0 34px 0 rgba(31, 17, 6, 0.2);
}

/* line 13272, app/assets/stylesheets/theme.css */
.instructors-list h3 {
  color: #0a1d2e;
  min-height: 70px;
  text-align: center;
}

/* line 13278, app/assets/stylesheets/theme.css */
.advisors-list li {
  font-size: 16px;
  margin-bottom: 70px;
}

/* LOGIN PAGE */
/* line 13285, app/assets/stylesheets/theme.css */
.auth-wrapper {
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
}

/* line 13291, app/assets/stylesheets/theme.css */
.auth-wrapper .login-or {
  padding: 30px 0;
  text-align: center;
  display: block;
}

/* line 13297, app/assets/stylesheets/theme.css */
.auth-wrapper .forgot-link {
  font-size: 12px;
  font-weight: 500;
  float: right;
}

/* line 13303, app/assets/stylesheets/theme.css */
.btn-flat {
  border: 2px solid #ff5107;
}

/* line 13307, app/assets/stylesheets/theme.css */
[type="checkbox"] + label {
  pointer-events: auto;
  font-size: .9rem;
  font-weight: 500;
  height: 22px;
  line-height: 22px;
}

/* line 13315, app/assets/stylesheets/theme.css */
.btn-flat {
  box-shadow: none;
  background-color: transparent;
  color: #ff5107;
  cursor: pointer;
  transition: background-color .2s;
}

/* line 13323, app/assets/stylesheets/theme.css */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* line 13330, app/assets/stylesheets/theme.css */
a.no-link-color {
  color: #0a1d2e;
}

/* line 13334, app/assets/stylesheets/theme.css */
.page-wrapper .page-content p {
  margin-bottom: 40px;
}

/* line 13338, app/assets/stylesheets/theme.css */
.page-wrapper .page-content {
  font-size: 18px;
  margin-bottom: 60px;
}

/* line 13343, app/assets/stylesheets/theme.css */
.level-caption img {
  display: block;
}

/* line 13347, app/assets/stylesheets/theme.css */
.level-caption .tag {
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  padding: 0 10px;
  border-radius: 4px;
  color: #263b4d;
  margin: 20px 0 10px;
}

/* line 13357, app/assets/stylesheets/theme.css */
.level-caption h1 {
  font-size: 2.5rem;
}

/* line 13361, app/assets/stylesheets/theme.css */
.page-wrapper .page-content p {
  font-weight: 400;
}

/* line 13365, app/assets/stylesheets/theme.css */
.level-blocks li .block:hover,
.header-blocks li .block:hover {
  box-shadow: 0 0 34px 0 rgba(31, 17, 6, 0.2);
}

/* line 13370, app/assets/stylesheets/theme.css */
.trial-section:hover {
  text-shadow: 2px 2px rgba(31, 17, 6, 0.2);
}

/* line 13374, app/assets/stylesheets/theme.css */
.trial-post-ctn {
  padding: 20px;
  box-shadow: 0px 0 2px 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: #f0f5f7;
}

/* Video Page */
/* line 13383, app/assets/stylesheets/theme.css */
.videos-wrapper .video-item {
  margin: 20px 0;
}

/* line 13387, app/assets/stylesheets/theme.css */
.videos-wrapper .video-title {
  padding-top: 10px;
  font-size: 12px;
  font-weight: 600;
  display: block;
}

/* line 13394, app/assets/stylesheets/theme.css */
.blog-content.detail ul {
  list-style-type: inherit;
}

/* line 13398, app/assets/stylesheets/theme.css */
.blog-content.detail ul li {
  list-style-type: inherit;
}

/* sourceMappingURL=style.css.map */
/* line 13404, app/assets/stylesheets/theme.css */
.table-of-contents a.active {
  font-weight: 500;
  padding-left: 18px;
  border-left: 2px solid #ff5107;
}

/* line 13410, app/assets/stylesheets/theme.css */
.header-navbar .nav-wrapper ul li.active:not(:last-child) a:after {
  width: 50%;
}

/* line 13416, app/assets/stylesheets/theme.css */
.mobile-gif {
  display: none;
  animation: bg-scroll 16s ease-in-out infinite;
  /* background: url('https://s3.amazonaws.com/youngwonks/Gif_Short_1_1_Compressed.gif') 0 0 no-repeat; */
  background-size: cover;
  align-items: center;
  justify-content: center;
  position: relative;
  transform: translate3d(0, 0, 0);
  width: 100%;
  height: 100%;
}

/* line 13430, app/assets/stylesheets/theme.css */
.alert {
  border-radius: 3px;
}

/* line 13434, app/assets/stylesheets/theme.css */
.alert h4 {
  font-weight: 600;
}

/* line 13438, app/assets/stylesheets/theme.css */
.alert .icon {
  margin-right: 10px;
}

/* line 13442, app/assets/stylesheets/theme.css */
.alert .close {
  color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 13448, app/assets/stylesheets/theme.css */
.alert .close:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 13453, app/assets/stylesheets/theme.css */
.alert a {
  color: #fff;
  text-decoration: underline;
}

/* line 13458, app/assets/stylesheets/theme.css */
.alert-success {
  border-color: #008d4c;
}

/* line 13462, app/assets/stylesheets/theme.css */
.alert-danger,
.alert-error {
  border-color: #d73925;
}

/* line 13467, app/assets/stylesheets/theme.css */
.alert-warning {
  border-color: #e08e0b;
}

/* line 13471, app/assets/stylesheets/theme.css */
.alert-info {
  border-color: #00acd6;
}

/* line 13475, app/assets/stylesheets/theme.css */
.alert-danger {
  /* background-color: #f2dede; */
  /* border-color: #ebccd1; */
  /* color: #a94442; */
}

/* line 13481, app/assets/stylesheets/theme.css */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 13486, app/assets/stylesheets/theme.css */
.alert {
  text-align: center;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 13494, app/assets/stylesheets/theme.css */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  color: inherit;
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 13509, app/assets/stylesheets/theme.css */
.alert-alert {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

/* line 13515, app/assets/stylesheets/theme.css */
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

/* line 13521, app/assets/stylesheets/theme.css */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

/* line 13527, app/assets/stylesheets/theme.css */
.alert-notice {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

/* line 13533, app/assets/stylesheets/theme.css */
.help-icon-btn {
  /* background-color: #30cb74; */
  background-color: #0a1d2e;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  justify-content: center;
}

/* line 13547, app/assets/stylesheets/theme.css */
.help-icon-btn i {
  font-size: 2.6rem;
}

/* TADA */
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
20% {
    -webkit-transform: scale(0.9) rotate(-8deg);
    transform: scale(0.9) rotate(-8deg);
  }
  30%,
50%,
70% {
    -webkit-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg);
  }
  40%,
60% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg);
  }
  80% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%,
20% {
    -webkit-transform: scale(0.9) rotate(-8deg);
    -ms-transform: scale(0.9) rotate(-8deg);
    transform: scale(0.9) rotate(-8deg);
  }
  30%,
50%,
70% {
    -webkit-transform: scale(1.3) rotate(8deg);
    -ms-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg);
  }
  40%,
60% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    -ms-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg);
  }
  80% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

/* line 13619, app/assets/stylesheets/theme.css */
.faa-tada.animated,
.faa-tada.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-tada {
  -webkit-animation: tada 2s linear infinite;
  animation: tada 2s linear infinite;
}

/* line 13626, app/assets/stylesheets/theme.css */
#twitter-widget-0 {
  position: relative !important;
  top: 6px;
}

/* Make error color red */
/* line 13632, app/assets/stylesheets/theme.css */
.input_field label.error {
  color: red !important;
}

/* line 13636, app/assets/stylesheets/theme.css */
#trialForm .age-row .input-field:not(:last-child) {
  margin-right: 2%;
}

/* line 13640, app/assets/stylesheets/theme.css */
#trialForm .age-row .input-field {
  width: 32%;
  float: left;
  margin-bottom: 0;
}

/* line 13646, app/assets/stylesheets/theme.css */
.footer-nav .social-media-icons {
  display: inline-block;
}

@media only screen and (max-width: 376px) {
  /* line 13651, app/assets/stylesheets/theme.css */
  .footer-nav .social-media-icons {
    display: block;
    margin-top: 20px;
  }
}

/* line 13657, app/assets/stylesheets/theme.css */
h3.index-h3 {
  font-size: 1.286rem;
}

/* line 13661, app/assets/stylesheets/theme.css */
h3.class-types {
  font-size: 1.429rem;
}

/* line 13665, app/assets/stylesheets/theme.css */
.mock-h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  font-size: 2.143rem;
}

/* line 13673, app/assets/stylesheets/theme.css */
.mock-h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  font-size: 2.143rem;
}

/* line 13681, app/assets/stylesheets/theme.css */
.mock-h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  font-size: 1.429rem;
}

/* line 13689, app/assets/stylesheets/theme.css */
.card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

/* line 13700, app/assets/stylesheets/theme.css */
.block {
  display: block;
}

/* line 13704, app/assets/stylesheets/theme.css */
.share-icon {
  display: block;
  height: 37px;
}

@media only screen and (max-width: 767px) {
  /* line 13710, app/assets/stylesheets/theme.css */
  .side-share-plugin {
    display: none;
  }
}

/* line 13715, app/assets/stylesheets/theme.css */
h1.smaller-heading {
  font-size: 2.8rem;
}

/* line 13719, app/assets/stylesheets/theme.css */
.flexslider-images .slides {
  padding: 77px 21px 0px 22px;
}

/* line 13723, app/assets/stylesheets/theme.css */
.help-textarea {
  padding: 8px 20px !important;
}

/* line 13727, app/assets/stylesheets/theme.css */
.top-margin-30 {
  margin-top: 30px;
}

/* line 13731, app/assets/stylesheets/theme.css */
.top-margin-50 {
  margin-top: 50px;
}

/* line 13735, app/assets/stylesheets/theme.css */
.bottom-margin-30 {
  margin-bottom: 30px;
}

/* line 13739, app/assets/stylesheets/theme.css */
.bottom-margin-50 {
  margin-bottom: 50px;
}

/* line 13744, app/assets/stylesheets/theme.css */
.level-java {
  background-color: #ffbd97;
}

/*
SUMMER CLASSES
*/
/* line 13752, app/assets/stylesheets/theme.css */
.summer-banner {
  background-color: #fcc54e;
  padding: 180px 0;
  -webkit-transform: skew(0deg, -7deg);
  transform: skew(0deg, -7deg);
  margin-top: -110px;
}

/* line 13760, app/assets/stylesheets/theme.css */
.summer-banner .summer-content {
  color: #fff;
  -webkit-transform: skew(0deg, 7deg);
  transform: skew(0deg, 7deg);
  text-align: center;
}

/* line 13767, app/assets/stylesheets/theme.css */
.summer-banner .summer-content .title {
  margin-bottom: 10px;
}

/* line 13771, app/assets/stylesheets/theme.css */
.summer-banner .summer-content .text {
  font-size: 20px;
  border-radius: 8px;
  background-color: #ffbd2e;
  display: inline-block;
  padding: 5px 20px;
}

/*Section Header Block*/
/* line 13780, app/assets/stylesheets/theme.css */
.summer-section {
  position: relative;
  margin-top: -130px;
}

/* line 13785, app/assets/stylesheets/theme.css */
.summer-section .summer-blocks {
  display: flex;
  flex-wrap: wrap;
}

/* line 13790, app/assets/stylesheets/theme.css */
.summer-section .summer-blocks li {
  display: flex;
}

/* line 13794, app/assets/stylesheets/theme.css */
.summer-section .summer-blocks li .block {
  width: 100%;
  text-align: center;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 0 74px 0 rgba(6, 20, 31, 0.09);
  padding: 30px;
}

/* line 13803, app/assets/stylesheets/theme.css */
.summer-section .summer-blocks li .block .time-info {
  font-size: 16px;
  font-weight: 600;
  padding: 15px 0;
  line-height: 1.5;
  border-bottom: solid 2px #f4f8f9;
}

/* line 13811, app/assets/stylesheets/theme.css */
.summer-section .summer-blocks li .block .feature {
  line-height: 1.93;
  padding: 10px 0 20px;
  font-weight: 600;
}

/* line 13817, app/assets/stylesheets/theme.css */
.summer-section .summer-blocks li .block .feature p {
  font-weight: 600;
}

/* line 13821, app/assets/stylesheets/theme.css */
.summer-section .dark-yellow-bg {
  font-size: 1rem;
  /* font-weight: 500 !important; */
  color: white;
  border-radius: 8px;
  background-color: #ffbd2e;
  display: inline-block;
  padding: 5px 20px;
}

@media only screen and (max-width: 600px) {
  /* line 13833, app/assets/stylesheets/theme.css */
  .summer-blocks li + li {
    margin-top: 40px;
  }
}

/* line 13838, app/assets/stylesheets/theme.css */
.summer-camp-asterisk {
  color: #0a1d2e;
  padding-top: 42px;
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.18;
  letter-spacing: 0.3px;
  text-align: center;
}

/* line 13850, app/assets/stylesheets/theme.css */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

/* line 13857, app/assets/stylesheets/theme.css */
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 13865, app/assets/stylesheets/theme.css */
.section-wrapper.with-bg.page-banner.blog-header {
  padding: 35px 0;
}

/* line 13869, app/assets/stylesheets/theme.css */
.blog_img_girl {
  height: 200px;
}

/* line 13873, app/assets/stylesheets/theme.css */
.noHover {
  pointer-events: none;
}

/* line 13877, app/assets/stylesheets/theme.css */
.input-group {
  display: table;
  border-collapse: collapse;
  width: 100%;
}

/* line 13883, app/assets/stylesheets/theme.css */
.input-group > div {
  display: table-cell;
  border: 1px solid #ddd;
  vertical-align: middle;
  /* needed for Safari */
}

/* line 13890, app/assets/stylesheets/theme.css */
.input-group-icon {
  background: #eee;
  color: #777;
  padding: 0 12px;
}

/* line 13896, app/assets/stylesheets/theme.css */
.input-group-btn {
  background: #fd7307;
  color: #777;
  padding: 0 12px;
}

/* line 13902, app/assets/stylesheets/theme.css */
.input-group-area {
  width: 100%;
}

/* line 13906, app/assets/stylesheets/theme.css */
.input-group input {
  border: 0;
  display: block;
  width: 100%;
  padding: 8px;
}

/* line 13913, app/assets/stylesheets/theme.css */
.enrollment-row {
  margin-bottom: 20px;
}

/* line 13917, app/assets/stylesheets/theme.css */
.enrollment-checkbox-row {
  margin-bottom: 10px;
}

/* line 13921, app/assets/stylesheets/theme.css */
.consent-box {
  width: 100%;
  overflow: auto;
  height: 180px;
  border: 1px solid #ccc;
}

/* line 13928, app/assets/stylesheets/theme.css */
.consent-box .consent-text {
  padding: 4px 12px;
}

/* line 13932, app/assets/stylesheets/theme.css */
abbr {
  color: red;
  border-bottom: none;
  padding: 0px 5px 0 0;
  text-decoration: none !important;
}

/* line 13939, app/assets/stylesheets/theme.css */
#trialForm .select2-selection__rendered {
  line-height: 3rem !important;
}

/* line 13943, app/assets/stylesheets/theme.css */
#trialForm .select2-container .select2-selection--single {
  height: 3rem !important;
}

/* line 13947, app/assets/stylesheets/theme.css */
#trialForm .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 3rem;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 13955, app/assets/stylesheets/theme.css */
.pwonks-color {
  color: #0a1d2e !important;
}

/* line 13959, app/assets/stylesheets/theme.css */
.pwonks {
  background-color: #0a1d2e !important;
  color: #fff !important;
}

/* Loader*/
/* line 13966, app/assets/stylesheets/theme.css */
.theme-load-container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1051;
  display: none;
}

/* line 13977, app/assets/stylesheets/theme.css */
.theme-loader,
.theme-loader:before,
.theme-loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: .8em;
  height: 3em;
}

/* line 13987, app/assets/stylesheets/theme.css */
.theme-loader {
  color: #ffffff;
  text-indent: -9999em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2em 0 0 -.5em;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

/* line 14002, app/assets/stylesheets/theme.css */
.theme-loader:before,
.theme-loader:after {
  position: absolute;
  top: 0;
  content: '';
}

/* line 14009, app/assets/stylesheets/theme.css */
.theme-loader:before {
  left: -1.2em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

/* line 14015, app/assets/stylesheets/theme.css */
.theme-loader:after {
  left: 1.2em;
}

@-webkit-keyframes load1 {
  0%,
80%,
100% {
    box-shadow: 0 0;
    height: 3em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 4em;
  }
}

@keyframes load1 {
  0%,
80%,
100% {
    box-shadow: 0 0;
    height: 3em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 4em;
  }
}

/* line 14049, app/assets/stylesheets/theme.css */
a.flex-prev,
a.flex-next {
  display: none !important;
}

@font-face {
  font-family: "youngwonk";
  src: url(/assets/youngwonk-e6954ced2081d5bd9fbbb1ab08408beaf3704f8262bbfb73f26b108f0ba660c3.eot);
  src: url(/assets/youngwonk-e6954ced2081d5bd9fbbb1ab08408beaf3704f8262bbfb73f26b108f0ba660c3.eot?#iefix) format("embedded-opentype"), url(/assets/youngwonk-2cf4a1821f9bbb7aeb14e8ad53cfc77429b6f9aef4bb8a850e36c1fc8ae07b42.woff) format("woff"), url(/assets/youngwonk-520fff57f3915ffbbc14d6adb3e1819874ba080063708ce3bc2ba7e1dc60ba17.ttf) format("truetype"), url(/assets/youngwonk-54f52d7cbd78cc13f14ee634672ea30e79da14e8708935cddcc146c659aa232f.svg#youngwonk) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* line 13, app/assets/stylesheets/youngwonk-icon.scss */
[data-icon]:before, [class^="yw-"], [class*=" yw-"] {
  font-family: "youngwonk" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 25, app/assets/stylesheets/youngwonk-icon.scss */
.yw-screen:before {
  content: "\61";
}

/* line 28, app/assets/stylesheets/youngwonk-icon.scss */
.yw-circular:before {
  content: "\62";
}

/* line 31, app/assets/stylesheets/youngwonk-icon.scss */
.yw-comment:before {
  content: "\63";
}

/* line 34, app/assets/stylesheets/youngwonk-icon.scss */
.yw-flow:before {
  content: "\64";
}

/* line 37, app/assets/stylesheets/youngwonk-icon.scss */
.yw-laptop:before {
  content: "\65";
}

/* line 40, app/assets/stylesheets/youngwonk-icon.scss */
.yw-level:before {
  content: "\66";
}

/* line 43, app/assets/stylesheets/youngwonk-icon.scss */
.yw-worksheet:before {
  content: "\67";
}

/* line 46, app/assets/stylesheets/youngwonk-icon.scss */
.yw-see-screen:before {
  content: "\68";
}

/* line 49, app/assets/stylesheets/youngwonk-icon.scss */
.yw-self-paced:before {
  content: "\69";
}

/* line 52, app/assets/stylesheets/youngwonk-icon.scss */
.yw-webcam:before {
  content: "\6a";
}

/* line 55, app/assets/stylesheets/youngwonk-icon.scss */
.yw-play:before {
  content: "\6b";
}

/* line 58, app/assets/stylesheets/youngwonk-icon.scss */
.yw-angle-right:before {
  content: "\6c";
}

/* line 61, app/assets/stylesheets/youngwonk-icon.scss */
.yw-angle-left:before {
  content: "\6d";
}

/* line 1, app/assets/stylesheets/hackday-style.css */
.hackday-heading {
  font-size: 5.14rem;
  font-weight: 800;
  line-height: 0.87em;
  color: #222328 !important;
}

/* line 8, app/assets/stylesheets/hackday-style.css */
.hackday-heading p {
  margin-top: 0.714rem;
  font-size: 2.14rem;
  font-weight: bold;
  line-height: 0.91em;
}

/* line 15, app/assets/stylesheets/hackday-style.css */
.hackday-subheading {
  font-size: 1.28rem;
  font-weight: 600;
  line-height: 1.56em;
  color: #406280 !important;
}

@media only screen and (max-width: 992px) {
  /* line 23, app/assets/stylesheets/hackday-style.css */
  .hackday-heading {
    font-size: 4.3rem !important;
    font-weight: 800;
    line-height: 0.87em;
    color: #222328 !important;
  }
  /* line 29, app/assets/stylesheets/hackday-style.css */
  .hackday-heading span {
    font-size: 2.14rem !important;
    font-weight: bold;
    line-height: 0.91em;
  }
  /* line 34, app/assets/stylesheets/hackday-style.css */
  .hackday-subheading {
    font-size: 1.28rem;
    font-weight: 600;
    line-height: 1.56em;
    color: #406280 !important;
  }
}

/* line 42, app/assets/stylesheets/hackday-style.css */
.register-hackday-event p {
  font-size: 18px;
}

/* Styles for the country select dropdown on free-trial, admission and blogs */
/* line 9, app/assets/stylesheets/main_theme.scss */
span.select2-selection.select2-selection--single {
  border-color: #cedbe7;
  height: 3rem !important;
}

/* line 14, app/assets/stylesheets/main_theme.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #406280;
}

/* line 18, app/assets/stylesheets/main_theme.scss */
#blogForm span.select2-selection.select2-selection--single {
  background-color: #f0f5f7;
}

/* line 22, app/assets/stylesheets/main_theme.scss */
#blogForm .select2-selection__rendered {
  margin: 6px;
}

/* line 26, app/assets/stylesheets/main_theme.scss */
#blogForm .select2-selection__clear {
  margin: 4px;
}

/* line 30, app/assets/stylesheets/main_theme.scss */
#blogForm .select2-selection__arrow {
  margin: 10px;
}

/* line 34, app/assets/stylesheets/main_theme.scss */
.accredition, .professional-faculty {
  font-weight: 600;
}

/* line 37, app/assets/stylesheets/main_theme.scss */
.accredition .not-bold, .professional-faculty .not-bold {
  font-weight: 400;
}

/* line 40, app/assets/stylesheets/main_theme.scss */
.online-banner .content {
  font-weight: 600;
  padding-top: 2rem;
}

/* line 44, app/assets/stylesheets/main_theme.scss */
.professional-faculty .not-bold span {
  font-weight: 600;
}

/* line 47, app/assets/stylesheets/main_theme.scss */
.accredition .block-title, .professional-faculty .block-title {
  font-size: 1.375rem;
}

/* line 51, app/assets/stylesheets/main_theme.scss */
.accredition .wasc-image {
  width: 22.928rem;
  height: auto;
}

/* line 55, app/assets/stylesheets/main_theme.scss */
.header-blocks h2 {
  font-size: 1.429rem;
}

/* line 58, app/assets/stylesheets/main_theme.scss */
.edoptim-logo {
  margin-top: 15px;
}

@media only screen and (max-width: 601px) {
  /* line 63, app/assets/stylesheets/main_theme.scss */
  .accredition .wasc-image, .professional-faculty .professional-faculty-img {
    margin-left: 20%;
    padding-bottom: 2rem;
  }
  /* line 67, app/assets/stylesheets/main_theme.scss */
  .nav-wrapper.container.clearfix {
    text-align: center;
  }
  /* line 70, app/assets/stylesheets/main_theme.scss */
  .side-nav a {
    text-align: left;
  }
}

/* line 74, app/assets/stylesheets/main_theme.scss */
.edoptim-logo {
  margin-top: 15px;
}

/* line 77, app/assets/stylesheets/main_theme.scss */
.summer-banner-land:hover {
  cursor: pointer;
}

/* line 80, app/assets/stylesheets/main_theme.scss */
.testimonial-blocks .name {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  color: #406280;
  margin: 35px 0px;
}

/* line 87, app/assets/stylesheets/main_theme.scss */
.testimonial-blocks .years {
  font-size: 18px;
  font-weight: bold;
  color: #406280;
  margin-bottom: 25px;
}

/* line 93, app/assets/stylesheets/main_theme.scss */
.testimonial-blocks .details {
  font-size: 18px;
  color: #406280;
  font-weight: 500;
  margin-bottom: 35px;
}

/* line 99, app/assets/stylesheets/main_theme.scss */
.testimonial-blocks .desc {
  font-size: 18px;
  color: #406280;
  font-weight: 500;
  margin-top: 35px;
  font-style: italic;
  line-height: 1.56;
}

/* line 107, app/assets/stylesheets/main_theme.scss */
.testimonial-blocks .by-who {
  font-size: 15px;
  margin: 35px 0px;
  font-weight: bold;
  line-height: 1.47;
  color: #263b4d;
}

/* line 114, app/assets/stylesheets/main_theme.scss */
.testimonial-blocks .link .img {
  width: 22px;
  height: 100%;
  margin-right: 10px;
  margin-top: -15px;
  vertical-align: middle;
}

@media only screen and (min-width: 790px) and (max-width: 830px) {
  /* line 122, app/assets/stylesheets/main_theme.scss */
  .testimonial-blocks .link .img {
    width: 35px;
  }
}

/* line 126, app/assets/stylesheets/main_theme.scss */
.testimonial-blocks .link {
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
}

/* line 131, app/assets/stylesheets/main_theme.scss */
.testimonial-blocks .link div {
  display: inline-block;
}

/* line 134, app/assets/stylesheets/main_theme.scss */
.testimonial-blocks .btn {
  margin-top: 98px;
}

/* line 137, app/assets/stylesheets/main_theme.scss */
.testimonials .sub-header {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  color: #406280;
  margin-bottom: 69px;
}

/* line 144, app/assets/stylesheets/main_theme.scss */
.testimonials .row {
  margin: 98px 0px;
}

/* line 147, app/assets/stylesheets/main_theme.scss */
.testimonials .row img {
  width: 196px;
  height: 196px;
}

/* line 151, app/assets/stylesheets/main_theme.scss */
.testimonials .years {
  font-size: 18px;
  font-weight: bold;
  color: #406280;
  margin: 35px 0px;
}

/* line 157, app/assets/stylesheets/main_theme.scss */
.testimonials .details {
  font-size: 18px;
  color: #406280;
  font-weight: 500;
  margin: 35px 0px;
}

/* line 164, app/assets/stylesheets/main_theme.scss */
.testimonials .desc {
  padding: 0px 10px;
  font-size: 18px;
  color: #406280;
  font-weight: 500;
  font-style: italic;
  line-height: 1.56;
}

/* line 172, app/assets/stylesheets/main_theme.scss */
.testimonials .by-who {
  font-size: 15px;
  margin: 35px 0px;
  font-weight: bold;
  line-height: 1.47;
  color: #263b4d;
}

/* line 179, app/assets/stylesheets/main_theme.scss */
.testimonials .name {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  color: #406280;
  margin: 35px 0px;
}

@media only screen and (min-width: 601px) {
  /* line 187, app/assets/stylesheets/main_theme.scss */
  .testimonials .other-reviews {
    width: 50%;
  }
}

/* line 191, app/assets/stylesheets/main_theme.scss */
.testimonials .other-reviews {
  margin: auto;
  margin-top: 90px;
}

/* line 195, app/assets/stylesheets/main_theme.scss */
.testimonials .other-reviews .content {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.56;
  color: #406280;
}

/* line 201, app/assets/stylesheets/main_theme.scss */
.testimonials .other-reviews .link {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #263b4c;
  margin-top: 21px;
}

/* line 208, app/assets/stylesheets/main_theme.scss */
.sister-divs .col {
  background-color: white;
  padding: 40px;
  margin: 38px 0px;
}

/* line 213, app/assets/stylesheets/main_theme.scss */
.sister-divs .col .logo img {
  height: 25px;
  width: auto;
}

/* line 217, app/assets/stylesheets/main_theme.scss */
.sister-divs .sister-divs-header {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.56;
  letter-spacing: 1px;
  color: #406280;
  margin: 48px 0px;
}

@media only screen and (max-width: 767px) {
  /* line 226, app/assets/stylesheets/main_theme.scss */
  .summer-banner-land {
    height: 470px !important;
  }
}

/* line 231, app/assets/stylesheets/main_theme.scss */
.home-page .banner-wrapper .caption-wrapper h1 {
  color: #0a1d2e !important;
  font-weight: bold;
}

/* line 235, app/assets/stylesheets/main_theme.scss */
.home-page.page-wrapper .section-wrapper .section-heading {
  color: #0a1d2e;
  font-weight: bold;
}

/* line 239, app/assets/stylesheets/main_theme.scss */
.home-page .color-dark-blue {
  color: #0a1d2e !important;
}

/* line 242, app/assets/stylesheets/main_theme.scss */
.home-page .color-dark-orange {
  color: #0a1d2e !important;
}

/* line 246, app/assets/stylesheets/main_theme.scss */
.home-page .bg-dark-blue {
  background-color: #0a1d2e !important;
}

/* line 249, app/assets/stylesheets/main_theme.scss */
.home-page .bg-dark-orange {
  background-color: #0a1d2e  !important;
}

/* line 252, app/assets/stylesheets/main_theme.scss */
.home-page .bg-dark-orange.stay-orange {
  background-color: #ff5107 !important;
}

/* line 255, app/assets/stylesheets/main_theme.scss */
.home-page .color-white {
  color: white !important;
}

/* line 258, app/assets/stylesheets/main_theme.scss */
.home-page.page-wrapper .section-wrapper .section-heading:before {
  border-top: 3px solid #0a1d2e !important;
}

/* line 261, app/assets/stylesheets/main_theme.scss */
.home-page.page-wrapper .section-wrapper .section-heading.color-white:before {
  border-top: 3px solid white !important;
}

/* line 264, app/assets/stylesheets/main_theme.scss */
.home-page .five-plus {
  margin: 0px;
  font-size: 200px;
  font-weight: 500;
  color: white;
  line-height: 0.7;
  font-family: 'Rubik';
}

/* line 277, app/assets/stylesheets/main_theme.scss */
.blue-bg {
  background-image: linear-gradient(to right, #2a75ed, #9fc4ff);
}

/* line 281, app/assets/stylesheets/main_theme.scss */
.YW-Classes.class-types-font {
  font-size: 32px;
  font-weight: bold;
  text-decoration-color: white;
  letter-spacing: 1px;
  color: white;
  text-align: center;
  padding: 20px;
}

/* line 291, app/assets/stylesheets/main_theme.scss */
.YW-Classes.visit-more {
  background-color: white;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #0a1d2e;
  margin: 15px;
}

/* line 300, app/assets/stylesheets/main_theme.scss */
.YW-Classes.class-types-info {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.56;
  letter-spacing: normal;
  color: white;
  background-color: #575757;
  padding: 0.8%;
}

/* line 311, app/assets/stylesheets/main_theme.scss */
.tablinks.active {
  color: white;
  border: solid 3px white;
  background-color: #0a1d2e;
  padding: 8px 22px;
  font-size: 15px;
  font-weight: bold;
}

/* line 322, app/assets/stylesheets/main_theme.scss */
.tablinks.inactive {
  font-size: 15px;
  font-weight: bold;
  color: #c3d5f2;
  padding: 8px 22px;
  background-color: #575757;
  border: solid 3px #575757;
}

/* line 334, app/assets/stylesheets/main_theme.scss */
.new-summer-banner {
  display: flex;
  padding: 76px 0px;
  justify-content: space-around;
  background-color: #e1e1e1;
}

/* line 341, app/assets/stylesheets/main_theme.scss */
.new-summer-banner .small-text {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.76px;
  text-align: center;
  color: #0a1d2e;
}

/* line 348, app/assets/stylesheets/main_theme.scss */
.new-summer-banner .big-text {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 6.41px;
  text-align: center;
  color: #0a1d2e;
}

/* line 355, app/assets/stylesheets/main_theme.scss */
.new-summer-banner .details-btn {
  padding: 5px 28px;
  width: 155px;
  border-radius: 15px;
  height: 30px;
  background-color: #0a1d2e;
  color: white;
  font-weight: 500;
}

@media only screen and (max-width: 1125px) {
  /* line 366, app/assets/stylesheets/main_theme.scss */
  .new-summer-banner {
    flex-direction: column;
    text-align: center;
  }
  /* line 370, app/assets/stylesheets/main_theme.scss */
  .new-summer-banner div {
    margin-top: 30px;
  }
  /* line 373, app/assets/stylesheets/main_theme.scss */
  .new-summer-banner .details-btn {
    margin: auto;
    margin-bottom: 30px;
  }
}

/* line 378, app/assets/stylesheets/main_theme.scss */
.Montserrat-text-f20-black {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #0a1d2e;
}

/* line 390, app/assets/stylesheets/main_theme.scss */
.Montserrat-text-fw-600 {
  font-family: Montserrat;
  font-weight: 600;
  color: #0a1d2e;
}

/* line 396, app/assets/stylesheets/main_theme.scss */
.Montserrat-text-fw-500 {
  font-family: Montserrat;
  font-weight: 500 !important;
  color: #0a1d2e;
}

/* line 402, app/assets/stylesheets/main_theme.scss */
.Montserrat-text-bold {
  font-family: Montserrat;
  font-weight: bold;
  color: #0a1d2e;
}

/* line 408, app/assets/stylesheets/main_theme.scss */
.Montserrat-text-f18 {
  font-family: Montserrat;
  font-size: 18px !important;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #0a1d2e;
}

/* line 420, app/assets/stylesheets/main_theme.scss */
.summercamp-desc {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  /* line 428, app/assets/stylesheets/main_theme.scss */
  .summercamp-content {
    margin: 0 7px 29px 15px;
    padding: 6px 11px 7px 6px;
  }
}

@media only screen and (max-width: 600px) {
  /* line 435, app/assets/stylesheets/main_theme.scss */
  .caption-wrapper.summercamp-heading {
    margin-bottom: 30px;
  }
}

/* line 439, app/assets/stylesheets/main_theme.scss */
.additional-testimonial-btn {
  margin-top: 50px;
}

/* line 442, app/assets/stylesheets/main_theme.scss */
.btn-flat {
  border: 2px solid #0a1d2e;
  color: #0a1d2e;
}
