@charset "UTF-8";
/*
 * 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, or any plugin's
 * vendor/assets/stylesheets directory 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 other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 */
/* NOTE
 * Post-Terra migration:
 * We could have used the require_tree . and require_self statements, but that would include everything for all sites and we only one specific ones for each of these files.
 */
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@import url(/assets/terra/accessories/dev-0ded4fa1c3cf486d455e2e6e31db90f61f484a955dc77148bfa50b61a0a2a2f5.css);
@import url(/assets/terra/accessories/scrollable-8bb7d6ee9894c74139b8895ee051aaf54a74aad94c6bb6c0b40199cbc680046b.css);
@import url(/assets/terra/accessories/tabs-138a621ef4bb61c95ed3093f01e1bf41e7caae57716dd07ac117461ca59f7cb6.css);
@import url(/assets/terra/base/global-f417bd5b9c857bb333bee92d224f80a05d38b6e7b12fdfecc0c46c67fa386d9e.css);
@import url(/assets/terra/components/ts24-6a5da61b1d416d6652f44fce294735f68b6e8692048f04ef5623ce54d30c5cfd.css);
/* line 5, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone-basic.scss */
.dropzone, .dropzone * {
  box-sizing: border-box; }

/* line 8, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone-basic.scss */
.dropzone {
  position: relative; }

/* line 10, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone-basic.scss */
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  width: 120px;
  margin: 0.5em; }

/* line 15, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone-basic.scss */
.dropzone .dz-preview .dz-progress {
  display: block;
  height: 15px;
  border: 1px solid #aaa; }

/* line 19, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone-basic.scss */
.dropzone .dz-preview .dz-progress .dz-upload {
  display: block;
  height: 100%;
  width: 0;
  background: green; }

/* line 24, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone-basic.scss */
.dropzone .dz-preview .dz-error-message {
  color: red;
  display: none; }

/* line 27, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone-basic.scss */
.dropzone .dz-preview.dz-error .dz-error-message, .dropzone .dz-preview.dz-error .dz-error-mark {
  display: block; }

/* line 29, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone-basic.scss */
.dropzone .dz-preview.dz-success .dz-success-mark {
  display: block; }

/* line 31, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone-basic.scss */
.dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
  position: absolute;
  display: none;
  left: 30px;
  top: 30px;
  width: 54px;
  height: 58px;
  left: 50%;
  margin-left: -27px; }

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
/* line 173, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone.scss */
.dropzone, .dropzone * {
  box-sizing: border-box; }

/* line 176, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone.scss */
.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px; }

/* line 181, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone.scss */
.dropzone.dz-clickable {
  cursor: pointer; }

/* line 183, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone.scss */
.dropzone.dz-clickable * {
  cursor: default; }

/* line 185, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone.scss */
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer; }

/* line 187, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone.scss */
.dropzone.dz-started .dz-message {
  display: none; }

/* line 189, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone.scss */
.dropzone.dz-drag-hover {
  border-style: solid; }

/* line 191, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone.scss */
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5; }

/* line 193, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone.scss */
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0; }

/* line 196, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone.scss */
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px; }

/* line 202, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone.scss */
.dropzone .dz-preview:hover {
  z-index: 1000; }

/* line 204, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone.scss */
.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

/* line 206, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone.scss */
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd); }

/* line 210, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone.scss */
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1; }

/* line 212, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone.scss */
.dropzone .dz-preview.dz-image-preview {
  background: white; }

/* line 214, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone.scss */
.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

/* line 220, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone.scss */
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none; }

/* line 226, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone.scss */
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline; }

/* line 228, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone.scss */
.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

/* line 230, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone.scss */
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%; }

/* line 243, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px; }

/* line 246, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap; }

/* line 248, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8); }

/* line 251, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis; }

/* line 254, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent; }

/* line 256, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px; }

/* line 260, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone.scss */
.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px); }

/* line 268, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone.scss */
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10; }

/* line 276, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone.scss */
.dropzone .dz-preview .dz-image img {
  display: block; }

/* line 278, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone.scss */
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }

/* line 284, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone.scss */
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }

/* line 291, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone.scss */
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px; }

/* line 301, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone.scss */
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px; }

/* line 305, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone.scss */
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

/* line 312, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone.scss */
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in; }

/* line 319, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone.scss */
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite; }

/* line 325, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone.scss */
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden; }

/* line 340, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone.scss */
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out; }

/* line 353, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone.scss */
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block; }

/* line 355, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone.scss */
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto; }

/* line 358, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone.scss */
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white; }

/* line 379, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/dropzone.scss */
.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626; }

/* line 1, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08); }

/* line 25, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible; }

/* line 31, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999; }

/* line 35, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1); }

/* line 39, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px; }

/* line 44, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px); }

/* line 48, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block; }

/* line 52, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

/* line 56, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6; }

/* line 60, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

/* line 66, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0; }

/* line 69, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6; }

/* line 73, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto; }

/* line 76, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px; }

/* line 87, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px; }

/* line 92, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px; }

/* line 96, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px; }

/* line 100, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%; }

/* line 104, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6; }

/* line 107, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff; }

/* line 110, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%; }

/* line 114, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6; }

/* line 117, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff; }

/* line 120, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-calendar:focus {
  outline: 0; }

/* line 123, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-wrapper {
  position: relative;
  display: inline-block; }

/* line 127, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

/* line 133, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

/* line 151, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9); }

/* line 163, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none; }

/* line 167, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative; }

/* line 171, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */ }

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
/* line 187, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */ }

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
/* line 203, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9; }

/* line 207, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747; }

/* line 211, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px; }

/* line 216, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit; }

/* line 222, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.numInputWrapper {
  position: relative;
  height: auto; }

/* line 226, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block; }

/* line 230, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.numInputWrapper input {
  width: 100%; }

/* line 233, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.numInputWrapper input::-ms-clear {
  display: none; }

/* line 236, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none; }

/* line 241, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 254, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1); }

/* line 257, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2); }

/* line 260, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute; }

/* line 265, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0; }

/* line 269, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%; }

/* line 275, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.numInputWrapper span.arrowDown {
  top: 50%; }

/* line 278, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%; }

/* line 284, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.numInputWrapper span svg {
  width: inherit;
  height: auto; }

/* line 288, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5); }

/* line 291, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05); }

/* line 294, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.numInputWrapper:hover span {
  opacity: 1; }

/* line 297, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

/* line 313, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0; }

/* line 321, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05); }

/* line 324, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block; }

/* line 329, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9); }

/* line 332, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9); }

/* line 335, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; }

/* line 356, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-current-month input.cur-year:focus {
  outline: 0; }

/* line 359, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none; }

/* line 366, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto; }

/* line 389, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none; }

/* line 393, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05); }

/* line 396, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
  color: #fff; }

/* line 402, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px; }

/* line 417, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

/* line 427, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder; }

/* line 442, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0; }

/* line 446, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px; }

/* line 459, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-days:focus {
  outline: 0; }

/* line 462, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1; }

/* line 486, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6; }

/* line 490, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

/* line 515, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6; }

/* line 532, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-day.today {
  border-color: #959ea9; }

/* line 535, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff; }

/* line 541, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7; }

/* line 565, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px; }

/* line 570, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0; }

/* line 575, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7; }

/* line 581, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px; }

/* line 586, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6; }

/* line 591, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default; }

/* line 603, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1); }

/* line 608, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7; }

/* line 613, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-day.hidden {
  visibility: hidden; }

/* line 616, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.rangeMode .flatpickr-day {
  margin-top: 1px; }

/* line 619, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-weekwrapper {
  float: left; }

/* line 622, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6; }

/* line 627, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px; }

/* line 632, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none; }

/* line 642, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden; }

/* line 652, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 658, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 40px;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

/* line 673, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both; }

/* line 678, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left; }

/* line 687, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939; }

/* line 690, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939; }

/* line 693, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%; }

/* line 696, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%; }

/* line 699, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; }

/* line 719, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-time input.flatpickr-hour {
  font-weight: bold; }

/* line 722, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400; }

/* line 726, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-time input:focus {
  outline: 0;
  border: 0; }

/* line 730, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

/* line 746, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400; }

/* line 753, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee; }

/* line 759, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/flatpickr.scss */
.flatpickr-input[readonly] {
  cursor: pointer; }

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(/%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(/%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(/%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(/%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(/%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(/%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(/%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
/* line 9, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-helper-hidden {
  display: none; }

/* line 12, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* line 22, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

/* line 32, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

/* line 38, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-helper-clearfix:after {
  clear: both; }

/* line 41, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

/* line 51, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
/* line 58, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
/* line 66, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* line 76, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
/* line 86, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 93, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%; }

/* line 101, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

/* line 106, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

/* line 112, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

/* line 119, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-menu .ui-menu {
  position: absolute; }

/* line 122, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

/* line 128, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em; }

/* line 132, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

/* line 139, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
/* line 145, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-menu-icons {
  position: relative; }

/* line 148, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

/* left-aligned */
/* line 153, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
/* line 162, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

/* line 166, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible; }

/* line 184, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
/* line 193, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap; }

/* no icon support for input elements */
/* line 201, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
input.ui-button.ui-button-icon-only {
  text-indent: 0; }

/* button icon element(s) */
/* line 206, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px; }

/* line 214, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap; }

/* line 223, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em; }

/* workarounds */
/* Support: Firefox 5 - 40 */
/* line 233, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* line 238, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block; }

/* line 242, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0; }

/* line 247, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999; }

/* line 251, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left; }

/* line 259, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box; }

/* line 262, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em; }

/* line 265, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%; }

/* line 268, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none; }

/* line 271, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none; }

/* line 274, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none; }

/* line 277, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none; }

/* Spinner specific style fixes */
/* line 282, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em ); }

/* line 288, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid; }

/* line 292, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none; }

/* line 297, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none; }

/* line 304, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid; }

/* line 312, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-checkboxradio-disabled {
  pointer-events: none; }

/* line 315, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

/* line 320, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

/* line 324, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

/* line 331, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

/* line 335, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

/* line 338, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-next {
  right: 2px; }

/* line 341, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

/* line 344, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

/* line 347, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

/* line 356, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

/* line 361, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

/* line 365, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

/* line 369, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

/* line 375, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

/* line 381, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-datepicker td {
  border: 0;
  padding: 1px; }

/* line 385, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

/* line 392, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

/* line 400, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

/* line 408, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
/* line 413, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

/* line 416, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

/* line 419, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

/* line 423, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

/* line 426, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

/* line 429, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

/* line 432, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

/* line 436, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

/* line 439, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
/* line 446, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-rtl {
  direction: rtl; }

/* line 449, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

/* line 453, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

/* line 457, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

/* line 461, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

/* line 465, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

/* line 468, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

/* line 471, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

/* line 475, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
/* line 482, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

/* line 490, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

/* line 497, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

/* line 501, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

/* line 509, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

/* line 518, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

/* line 525, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

/* line 532, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

/* line 535, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

/* line 539, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0; }

/* line 543, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0; }

/* line 547, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0; }

/* line 551, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0; }

/* line 555, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px; }

/* line 562, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0; }

/* line 566, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0; }

/* line 570, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0; }

/* line 574, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0; }

/* line 578, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

/* line 581, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

/* line 585, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-resizable {
  position: relative; }

/* line 588, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

/* line 595, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

/* line 599, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

/* line 606, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

/* line 613, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

/* line 620, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

/* line 627, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

/* line 634, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

/* line 641, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

/* line 648, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

/* line 655, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

/* line 660, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

/* line 664, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

/* line 670, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

/* line 673, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

/* line 677, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

/* line 682, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

/* line 690, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

/* line 695, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

/* line 704, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-selectmenu-open {
  display: block; }

/* line 707, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis; }

/* line 713, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em; }

/* line 718, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0; }

/* line 722, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-slider {
  position: relative;
  text-align: left; }

/* line 726, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

/* line 735, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
/* line 745, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

/* line 750, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-slider-horizontal {
  height: .8em; }

/* line 753, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

/* line 757, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

/* line 761, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

/* line 764, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

/* line 768, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-slider-vertical {
  width: .8em;
  height: 100px; }

/* line 772, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

/* line 777, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

/* line 781, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

/* line 784, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

/* line 787, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

/* line 791, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

/* line 798, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em; }

/* line 808, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
/* line 822, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none; }

/* line 827, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-spinner-up {
  top: 0; }

/* line 830, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-spinner-down {
  bottom: 0; }

/* line 833, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

/* line 837, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

/* line 841, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

/* line 851, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

/* line 856, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

/* line 860, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

/* line 865, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

/* line 868, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

/* line 874, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px; }

/* line 880, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
/* line 886, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

/* line 890, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-widget .ui-widget {
  font-size: 1em; }

/* line 893, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

/* line 900, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

/* line 903, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333; }

/* line 908, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-widget-content a {
  color: #333333; }

/* line 911, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }

/* line 917, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
/* line 923, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

/* line 937, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none; }

/* line 947, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

/* line 960, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

/* line 974, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

/* line 977, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff; }

/* line 988, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff; }

/* line 993, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
/* line 1002, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

/* line 1009, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

/* line 1013, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

/* line 1018, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

/* line 1025, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

/* line 1030, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

/* line 1035, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

/* line 1040, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

/* line 1047, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

/* line 1054, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
/* line 1062, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon {
  width: 16px;
  height: 16px; }

/* line 1066, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/images/ui-icons_444444_256x240.png); }

/* line 1070, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-widget-header .ui-icon {
  background-image: url(/images/ui-icons_444444_256x240.png); }

/* line 1073, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url(/images/ui-icons_555555_256x240.png); }

/* line 1079, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url(/images/ui-icons_ffffff_256x240.png); }

/* line 1083, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url(/images/ui-icons_777620_256x240.png); }

/* line 1087, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/images/ui-icons_cc0000_256x240.png); }

/* line 1091, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-button .ui-icon {
  background-image: url(/images/ui-icons_777777_256x240.png); }

/* positioning */
/* line 1096, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-blank {
  background-position: 16px 16px; }

/* line 1097, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-caret-1-n {
  background-position: 0 0; }

/* line 1098, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-caret-1-ne {
  background-position: -16px 0; }

/* line 1099, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-caret-1-e {
  background-position: -32px 0; }

/* line 1100, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-caret-1-se {
  background-position: -48px 0; }

/* line 1101, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-caret-1-s {
  background-position: -65px 0; }

/* line 1102, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-caret-1-sw {
  background-position: -80px 0; }

/* line 1103, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-caret-1-w {
  background-position: -96px 0; }

/* line 1104, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-caret-1-nw {
  background-position: -112px 0; }

/* line 1105, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

/* line 1106, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

/* line 1107, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

/* line 1108, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

/* line 1109, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

/* line 1110, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

/* line 1111, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

/* line 1112, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

/* line 1113, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

/* line 1114, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

/* line 1115, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

/* line 1116, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

/* line 1117, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

/* line 1118, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

/* line 1119, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

/* line 1120, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

/* line 1121, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

/* line 1122, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

/* line 1123, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

/* line 1124, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

/* line 1125, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

/* line 1126, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

/* line 1127, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

/* line 1128, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

/* line 1129, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

/* line 1130, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

/* line 1131, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

/* line 1132, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

/* line 1133, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

/* line 1134, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

/* line 1135, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

/* line 1136, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

/* line 1137, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

/* line 1138, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

/* line 1139, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

/* line 1140, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

/* line 1141, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

/* line 1142, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

/* line 1143, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

/* line 1144, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

/* line 1145, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

/* line 1146, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

/* line 1147, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

/* line 1148, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

/* line 1149, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

/* line 1150, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

/* line 1151, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

/* line 1152, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

/* line 1153, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

/* line 1154, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

/* line 1155, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

/* line 1156, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

/* line 1157, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

/* line 1158, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

/* line 1159, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

/* line 1160, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

/* line 1161, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-4 {
  background-position: 0 -80px; }

/* line 1162, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

/* line 1163, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-extlink {
  background-position: -32px -80px; }

/* line 1164, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-newwin {
  background-position: -48px -80px; }

/* line 1165, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-refresh {
  background-position: -64px -80px; }

/* line 1166, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-shuffle {
  background-position: -80px -80px; }

/* line 1167, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

/* line 1168, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

/* line 1169, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

/* line 1170, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-folder-open {
  background-position: -16px -96px; }

/* line 1171, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-document {
  background-position: -32px -96px; }

/* line 1172, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-document-b {
  background-position: -48px -96px; }

/* line 1173, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-note {
  background-position: -64px -96px; }

/* line 1174, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-mail-closed {
  background-position: -80px -96px; }

/* line 1175, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-mail-open {
  background-position: -96px -96px; }

/* line 1176, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-suitcase {
  background-position: -112px -96px; }

/* line 1177, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-comment {
  background-position: -128px -96px; }

/* line 1178, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-person {
  background-position: -144px -96px; }

/* line 1179, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-print {
  background-position: -160px -96px; }

/* line 1180, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-trash {
  background-position: -176px -96px; }

/* line 1181, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-locked {
  background-position: -192px -96px; }

/* line 1182, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-unlocked {
  background-position: -208px -96px; }

/* line 1183, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-bookmark {
  background-position: -224px -96px; }

/* line 1184, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-tag {
  background-position: -240px -96px; }

/* line 1185, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-home {
  background-position: 0 -112px; }

/* line 1186, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-flag {
  background-position: -16px -112px; }

/* line 1187, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-calendar {
  background-position: -32px -112px; }

/* line 1188, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-cart {
  background-position: -48px -112px; }

/* line 1189, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-pencil {
  background-position: -64px -112px; }

/* line 1190, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-clock {
  background-position: -80px -112px; }

/* line 1191, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-disk {
  background-position: -96px -112px; }

/* line 1192, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-calculator {
  background-position: -112px -112px; }

/* line 1193, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-zoomin {
  background-position: -128px -112px; }

/* line 1194, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-zoomout {
  background-position: -144px -112px; }

/* line 1195, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-search {
  background-position: -160px -112px; }

/* line 1196, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-wrench {
  background-position: -176px -112px; }

/* line 1197, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-gear {
  background-position: -192px -112px; }

/* line 1198, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-heart {
  background-position: -208px -112px; }

/* line 1199, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-star {
  background-position: -224px -112px; }

/* line 1200, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-link {
  background-position: -240px -112px; }

/* line 1201, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-cancel {
  background-position: 0 -128px; }

/* line 1202, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-plus {
  background-position: -16px -128px; }

/* line 1203, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-plusthick {
  background-position: -32px -128px; }

/* line 1204, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-minus {
  background-position: -48px -128px; }

/* line 1205, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-minusthick {
  background-position: -64px -128px; }

/* line 1206, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-close {
  background-position: -80px -128px; }

/* line 1207, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-closethick {
  background-position: -96px -128px; }

/* line 1208, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-key {
  background-position: -112px -128px; }

/* line 1209, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-lightbulb {
  background-position: -128px -128px; }

/* line 1210, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-scissors {
  background-position: -144px -128px; }

/* line 1211, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-clipboard {
  background-position: -160px -128px; }

/* line 1212, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-copy {
  background-position: -176px -128px; }

/* line 1213, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-contact {
  background-position: -192px -128px; }

/* line 1214, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-image {
  background-position: -208px -128px; }

/* line 1215, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-video {
  background-position: -224px -128px; }

/* line 1216, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-script {
  background-position: -240px -128px; }

/* line 1217, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-alert {
  background-position: 0 -144px; }

/* line 1218, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-info {
  background-position: -16px -144px; }

/* line 1219, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-notice {
  background-position: -32px -144px; }

/* line 1220, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-help {
  background-position: -48px -144px; }

/* line 1221, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-check {
  background-position: -64px -144px; }

/* line 1222, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-bullet {
  background-position: -80px -144px; }

/* line 1223, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-radio-on {
  background-position: -96px -144px; }

/* line 1224, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-radio-off {
  background-position: -112px -144px; }

/* line 1225, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-pin-w {
  background-position: -128px -144px; }

/* line 1226, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-pin-s {
  background-position: -144px -144px; }

/* line 1227, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-play {
  background-position: 0 -160px; }

/* line 1228, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-pause {
  background-position: -16px -160px; }

/* line 1229, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-seek-next {
  background-position: -32px -160px; }

/* line 1230, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-seek-prev {
  background-position: -48px -160px; }

/* line 1231, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-seek-end {
  background-position: -64px -160px; }

/* line 1232, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
/* line 1234, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-seek-first {
  background-position: -80px -160px; }

/* line 1235, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-stop {
  background-position: -96px -160px; }

/* line 1236, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-eject {
  background-position: -112px -160px; }

/* line 1237, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-volume-off {
  background-position: -128px -160px; }

/* line 1238, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-volume-on {
  background-position: -144px -160px; }

/* line 1239, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-power {
  background-position: 0 -176px; }

/* line 1240, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-signal-diag {
  background-position: -16px -176px; }

/* line 1241, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-signal {
  background-position: -32px -176px; }

/* line 1242, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-battery-0 {
  background-position: -48px -176px; }

/* line 1243, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-battery-1 {
  background-position: -64px -176px; }

/* line 1244, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-battery-2 {
  background-position: -80px -176px; }

/* line 1245, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-battery-3 {
  background-position: -96px -176px; }

/* line 1246, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-plus {
  background-position: 0 -192px; }

/* line 1247, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-minus {
  background-position: -16px -192px; }

/* line 1248, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-close {
  background-position: -32px -192px; }

/* line 1249, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

/* line 1250, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

/* line 1251, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

/* line 1252, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

/* line 1253, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

/* line 1254, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

/* line 1255, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

/* line 1256, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

/* line 1257, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

/* line 1258, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

/* line 1259, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-circle-check {
  background-position: -208px -192px; }

/* line 1260, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

/* line 1261, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

/* line 1262, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

/* line 1263, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

/* line 1264, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

/* line 1265, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

/* line 1266, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

/* line 1267, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

/* line 1268, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

/* line 1269, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

/* line 1270, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

/* line 1271, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* line 1278, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px; }

/* line 1284, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px; }

/* line 1290, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px; }

/* line 1296, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px; }

/* Overlays */
/* line 1304, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .003;
  filter: Alpha(Opacity=0.3);
  /* support: IE8 */ }

/* line 1309, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/jquery-ui.scss */
.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 11, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/normalize.scss */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
/* line 31, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/normalize.scss */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 40, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 53, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 64, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 76, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/normalize.scss */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 85, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 95, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/normalize.scss */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 105, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
/* line 116, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/normalize.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 125, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 133, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/normalize.scss */
sub {
  bottom: -0.25em; }

/* line 137, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/normalize.scss */
sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 148, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/normalize.scss */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 160, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 176, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/normalize.scss */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 186, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/normalize.scss */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 195, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 206, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 218, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
/* line 229, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 253, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/normalize.scss */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 261, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/normalize.scss */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 270, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 280, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 290, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 299, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/normalize.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 308, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 320, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/normalize.scss */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
/* line 328, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/normalize.scss */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 339, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/normalize.scss */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
/* line 347, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/normalize.scss */
[hidden] {
  display: none; }

/* font */
@font-face {
  font-family: "Icons";
  src: url(/assets/open-iconic-38ade9a063e0cca2363733603f4ed731b25adc3cfa512a1487f7214a44af4297.eot);
  src: url(/assets/open-iconic-38ade9a063e0cca2363733603f4ed731b25adc3cfa512a1487f7214a44af4297.eot?#iconic-sm) format("embedded-opentype"), url(/assets/open-iconic-7193ea5654497d2356d0a690e3e50f39767fbff4335e57a3443c1435d648a1f2.woff) format("woff"), url(/assets/open-iconic-a7e44ff02577bd12b561b224373ab7acfa358f21133e7474ed42dbf875582fcc.ttf) format("truetype"), url(/assets/open-iconic-b0352db99004cd6672bff535c65ffd0f77a1c94ebd244f85bc072ee4743efdad.otf) format("opentype"), url(/assets/open-iconic-a14a4b752f92a0b245c1fe1bcc0de2283ed30a6ebaa0b913a40425549dacd707.svg#iconic-sm) format("svg");
  font-weight: normal;
  font-style: normal; }
/* mixin */
/* Slider */
/* line 4, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/slick-theme.scss */
.slick-loading .slick-list {
  background: #fff url(/assets/shared/loading-icon-334e4a81f1128e612f7d8e0e77b53b905b8a16842f39d7785391d52df9fb490f.gif) center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url(/assets/slick-06d80cf01250132fd1068701108453feee68854b750d22c344ffc0de395e1dcb.eot);
  src: url(/assets/slick-06d80cf01250132fd1068701108453feee68854b750d22c344ffc0de395e1dcb.eot?#iefix) format("embedded-opentype"), url(/assets/slick-26726bac4060abb1226e6ceebc1336e84930fe7a7af1b3895a109d067f5b5dcc.woff) format("woff"), url(/assets/slick-37bc99cfdbbc046193a26396787374d00e7b10d3a758a36045c07bd8886360d2.ttf) format("truetype"), url(/assets/shared/slick-12459f221a0b787bf1eaebf2e4c48fca2bd9f8493f71256c3043e7a0c7e932f6.svg#slick) format("svg"); }
/* Arrows */
/* line 19, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/slick-theme.scss */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

/* line 44, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/slick-theme.scss */
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

/* line 53, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/slick-theme.scss */
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

/* line 60, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

/* line 65, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/slick-theme.scss */
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 78, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/slick-theme.scss */
.slick-prev {
  left: -25px; }

/* line 82, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/slick-theme.scss */
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

/* line 87, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/slick-theme.scss */
.slick-prev:before {
  content: '<'; }

/* line 91, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/slick-theme.scss */
[dir='rtl'] .slick-prev:before {
  content: '>'; }

/* line 95, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/slick-theme.scss */
.slick-next {
  right: -25px; }

/* line 99, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/slick-theme.scss */
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

/* line 104, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/slick-theme.scss */
.slick-next:before {
  content: '>'; }

/* line 108, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/slick-theme.scss */
[dir='rtl'] .slick-next:before {
  content: '<'; }

/* Dots */
/* line 113, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/slick-theme.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

/* line 117, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

/* line 132, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

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

/* line 163, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/slick-theme.scss */
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

/* line 168, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/slick-theme.scss */
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

/* line 173, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/slick-theme.scss */
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 195, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/slick-theme.scss */
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

/* Slider */
/* line 2, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/slick.scss */
.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 20, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/slick.scss */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

/* line 30, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/slick.scss */
.slick-list:focus {
  outline: none; }

/* line 34, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

/* line 39, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/slick.scss */
.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 48, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/slick.scss */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* line 58, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/slick.scss */
.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

/* line 65, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/slick.scss */
.slick-track:after {
  clear: both; }

/* line 69, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/slick.scss */
.slick-loading .slick-track {
  visibility: hidden; }

/* line 73, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/slick.scss */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

/* line 81, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/slick.scss */
[dir='rtl'] .slick-slide {
  float: right; }

/* line 85, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/slick.scss */
.slick-slide img {
  display: block; }

/* line 89, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/slick.scss */
.slick-slide.slick-loading img {
  display: none; }

/* line 93, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/slick.scss */
.slick-slide.dragging img {
  pointer-events: none; }

/* line 97, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/slick.scss */
.slick-initialized .slick-slide {
  display: block; }

/* line 101, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/slick.scss */
.slick-loading .slick-slide {
  visibility: hidden; }

/* line 105, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

/* line 113, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/slick.scss */
.slick-arrow.slick-hidden {
  display: none; }

/*
 * Note that this is toastr v2.1.3, the "latest" version in url has no more maintenance,
 * please go to https://cdnjs.com/libraries/toastr.js and pick a certain version you want to use,
 * make sure you copy the url from the website since the url may change between versions.
 * */
/* line 6, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/toastr.scss */
.toast-title {
  font-weight: bold; }

/* line 10, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/toastr.scss */
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

/* line 15, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/toastr.scss */
.toast-message a,
.toast-message label {
  color: #ffffff; }

/* line 20, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/toastr.scss */
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none; }

/* line 25, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/toastr.scss */
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1; }

/* line 41, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/toastr.scss */
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/* line 51, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/toastr.scss */
.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em; }

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
/* line 60, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/toastr.scss */
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

/* line 73, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/toastr.scss */
.toast-top-center {
  top: 70px;
  right: 0;
  width: 100%; }

/* line 79, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/toastr.scss */
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

/* line 85, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/toastr.scss */
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

/* line 91, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/toastr.scss */
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

/* line 97, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/toastr.scss */
.toast-top-left {
  top: 12px;
  left: 12px; }

/* line 106, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/toastr.scss */
.toast-top-right {
  top: 70px;
  right: 12px; }

/* line 111, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/toastr.scss */
.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

/* line 116, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/toastr.scss */
.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

/* line 121, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/toastr.scss */
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/ }

/* line 128, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/toastr.scss */
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 134, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/toastr.scss */
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  color: #ffffff; }

/* line 155, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/toastr.scss */
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center; }

/* line 161, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/toastr.scss */
#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }

/* line 171, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/toastr.scss */
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; }

/* line 175, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/toastr.scss */
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important; }

/* line 179, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/toastr.scss */
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important; }

/* line 183, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/toastr.scss */
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; }

/* line 187, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/toastr.scss */
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto; }

/* line 194, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/toastr.scss */
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto; }

/* line 201, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/toastr.scss */
.toast {
  background-color: #030303; }

/* line 205, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/toastr.scss */
.toast-success {
  background-color: #00d1b2; }

/* line 209, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/toastr.scss */
.toast-error {
  background-color: #ff3860; }

/* line 213, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/toastr.scss */
.toast-info {
  background-color: #209cee; }

/* line 217, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/toastr.scss */
.toast-warning {
  background-color: #F89406; }

/* line 221, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/toastr.scss */
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Responsive Design*/
@media all and (max-width: 240px) {
  /* line 234, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/toastr.scss */
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }

  /* line 239, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/toastr.scss */
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px; }

  /* line 243, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/toastr.scss */
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; }

  /* line 248, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/toastr.scss */
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em; } }
@media all and (min-width: 241px) and (max-width: 480px) {
  /* line 255, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/toastr.scss */
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }

  /* line 260, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/toastr.scss */
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px; }

  /* line 264, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/toastr.scss */
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; }

  /* line 269, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/toastr.scss */
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em; } }
@media all and (min-width: 481px) and (max-width: 768px) {
  /* line 276, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/toastr.scss */
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; }

  /* line 281, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/toastr.scss */
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px; } }
/* line 1, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none; }

/* line 10, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-toolbar * {
  box-sizing: border-box; }

/* line 14, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto; }

/* line 21, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px; }

/* line 30, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 1.5vw; }

@media (max-device-width: 768px) {
  /* line 35, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0; } }
/* line 40, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1; }

@media (max-device-width: 768px) {
  /* line 45, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
  trix-toolbar .trix-button-group-spacer {
    display: none; } }
/* line 50, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent; }

/* line 66, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc; }

/* line 70, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: black; }

/* line 75, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer; }

/* line 79, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125); }

@media (max-device-width: 768px) {
  /* line 84, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em; } }
/* line 90, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px; }

@media (max-device-width: 768px) {
  /* line 99, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw); } }
/* line 105, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

@media (max-device-width: 768px) {
  /* line 120, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%; } }
/* line 126, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1; }

/* line 130, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125; }

/* line 134, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-toolbar .trix-button--icon-attach::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%2018V7.5c0-2.25%203-2.25%203%200V18c0%204.125-6%204.125-6%200V7.5c0-6.375%209-6.375%209%200V18%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  top: 8%;
  bottom: 4%; }

/* line 140, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-toolbar .trix-button--icon-bold::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.522%2019.242a.5.5%200%200%201-.5-.5V5.35a.5.5%200%200%201%20.5-.5h5.783c1.347%200%202.46.345%203.24.982.783.64%201.216%201.562%201.216%202.683%200%201.13-.587%202.129-1.476%202.71a.35.35%200%200%200%20.049.613c1.259.56%202.101%201.742%202.101%203.22%200%201.282-.483%202.334-1.363%203.063-.876.726-2.132%201.12-3.66%201.12h-5.89ZM9.27%207.347v3.362h1.97c.766%200%201.347-.17%201.733-.464.38-.291.587-.716.587-1.27%200-.53-.183-.928-.513-1.198-.334-.273-.838-.43-1.505-.43H9.27Zm0%205.606v3.791h2.389c.832%200%201.448-.177%201.853-.497.399-.315.614-.786.614-1.423%200-.62-.22-1.077-.63-1.385-.418-.313-1.053-.486-1.905-.486H9.27Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

/* line 144, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-toolbar .trix-button--icon-italic::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%205h6.5v2h-2.23l-2.31%2010H13v2H6v-2h2.461l2.306-10H9V5Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

/* line 148, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-toolbar .trix-button--icon-link::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.948%205.258a4.337%204.337%200%200%200-6.108%200L11.217%206.87a.993.993%200%200%200%200%201.41c.392.39%201.027.39%201.418%200l1.623-1.613a2.323%202.323%200%200%201%203.271%200%202.29%202.29%200%200%201%200%203.251l-2.393%202.38a3.021%203.021%200%200%201-4.255%200l-.05-.049a1.007%201.007%200%200%200-1.418%200%20.993.993%200%200%200%200%201.41l.05.049a5.036%205.036%200%200%200%207.091%200l2.394-2.38a4.275%204.275%200%200%200%200-6.072Zm-13.683%2013.6a4.337%204.337%200%200%200%206.108%200l1.262-1.255a.993.993%200%200%200%200-1.41%201.007%201.007%200%200%200-1.418%200L9.954%2017.45a2.323%202.323%200%200%201-3.27%200%202.29%202.29%200%200%201%200-3.251l2.344-2.331a2.579%202.579%200%200%201%203.631%200c.392.39%201.027.39%201.419%200a.993.993%200%200%200%200-1.41%204.593%204.593%200%200%200-6.468%200l-2.345%202.33a4.275%204.275%200%200%200%200%206.072Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

/* line 152, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-toolbar .trix-button--icon-strike::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%2014.986c.088%202.647%202.246%204.258%205.635%204.258%203.496%200%205.713-1.728%205.713-4.463%200-.275-.02-.536-.062-.781h-3.461c.398.293.573.654.573%201.123%200%201.035-1.074%201.787-2.646%201.787-1.563%200-2.773-.762-2.91-1.924H6ZM6.432%2010h3.763c-.632-.314-.914-.715-.914-1.273%200-1.045.977-1.739%202.432-1.739%201.475%200%202.52.723%202.617%201.914h2.764c-.05-2.548-2.11-4.238-5.39-4.238-3.145%200-5.392%201.719-5.392%204.316%200%20.363.04.703.12%201.02ZM4%2011a1%201%200%201%200%200%202h15a1%201%200%201%200%200-2H4Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

/* line 156, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-toolbar .trix-button--icon-quote::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.581%208.471c.44-.5%201.056-.834%201.758-.995C8.074%207.17%209.201%207.822%2010%208.752c1.354%201.578%201.33%203.555.394%205.277-.941%201.731-2.788%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.121-.49.16-.764.294-.286.567-.566.791-.835.222-.266.413-.54.524-.815.113-.28.156-.597.026-.908-.128-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.674-2.7c0-.905.283-1.59.72-2.088Zm9.419%200c.44-.5%201.055-.834%201.758-.995%201.734-.306%202.862.346%203.66%201.276%201.355%201.578%201.33%203.555.395%205.277-.941%201.731-2.789%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.122-.49.16-.764.294-.286.567-.566.791-.835.222-.266.412-.54.523-.815.114-.28.157-.597.026-.908-.127-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.672-2.701c0-.905.283-1.59.72-2.088Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

/* line 160, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.5%207.5v-3h-12v3H14v13h3v-13h4.5ZM9%2013.5h3.5v-3h-10v3H6v7h3v-7Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

/* line 164, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-toolbar .trix-button--icon-code::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.293%2011.293a1%201%200%200%200%200%201.414l4%204a1%201%200%201%200%201.414-1.414L5.414%2012l3.293-3.293a1%201%200%200%200-1.414-1.414l-4%204Zm13.414%205.414%204-4a1%201%200%200%200%200-1.414l-4-4a1%201%200%201%200-1.414%201.414L18.586%2012l-3.293%203.293a1%201%200%200%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

/* line 168, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%207.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM8%206a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-2.5-5a1.5%201.5%200%201%201-3%200%201.5%201.5%200%200%201%203%200ZM5%2019.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

/* line 172, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-toolbar .trix-button--icon-number-list::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%204h2v4H4V5H3V4Zm5%202a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-3.5-7H6v1l-1.5%202H6v1H3v-1l1.667-2H3v-1h2.5ZM3%2017v-1h3v4H3v-1h2v-.5H4v-1h1V17H3Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

/* line 176, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-toolbar .trix-button--icon-undo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%2014a1%201%200%200%200%201%201h6a1%201%200%201%200%200-2H6.257c2.247-2.764%205.151-3.668%207.579-3.264%202.589.432%204.739%202.356%205.174%205.405a1%201%200%200%200%201.98-.283c-.564-3.95-3.415-6.526-6.825-7.095C11.084%207.25%207.63%208.377%205%2011.39V8a1%201%200%200%200-2%200v6Zm2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

/* line 180, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-toolbar .trix-button--icon-redo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2014a1%201%200%200%201-1%201h-6a1%201%200%201%201%200-2h3.743c-2.247-2.764-5.151-3.668-7.579-3.264-2.589.432-4.739%202.356-5.174%205.405a1%201%200%200%201-1.98-.283c.564-3.95%203.415-6.526%206.826-7.095%203.08-.513%206.534.614%209.164%203.626V8a1%201%200%201%201%202%200v6Zm-2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

/* line 184, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-3.707-5.707a1%201%200%200%200%200%201.414l2%202a1%201%200%201%200%201.414-1.414L4.414%2012l1.293-1.293a1%201%200%200%200-1.414-1.414l-2%202Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

/* line 188, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-2.293-2.293%202-2a1%201%200%200%200%200-1.414l-2-2a1%201%200%201%200-1.414%201.414L3.586%2012l-1.293%201.293a1%201%200%201%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E"); }

/* line 192, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-toolbar .trix-dialogs {
  position: relative; }

/* line 196, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5; }

/* line 210, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

/* line 224, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px; }

/* line 228, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none; }

/* line 234, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-toolbar .trix-dialog--link {
  max-width: 600px; }

/* line 238, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline; }

/* line 243, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1; }

/* line 247, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0; }

/* line 252, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 259, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection,
trix-editor [data-trix-mutable] ::-moz-selection {
  background: none; }

/* line 265, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection,
trix-editor [data-trix-mutable] ::selection {
  background: none; }

/* line 271, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-editor .attachment__caption-editor:focus[data-trix-mutable]::-moz-selection {
  background: highlight; }

/* line 275, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-editor .attachment__caption-editor:focus[data-trix-mutable]::selection {
  background: highlight; }

/* line 279, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-editor [data-trix-mutable].attachment.attachment--file {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent; }

/* line 284, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-editor [data-trix-mutable].attachment img {
  box-shadow: 0 0 0 2px highlight; }

/* line 288, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-editor .attachment {
  position: relative; }

/* line 292, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-editor .attachment:hover {
  cursor: default; }

/* line 296, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text; }

/* line 300, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in; }

/* line 311, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-editor .attachment__progress[value="100"] {
  opacity: 0; }

/* line 315, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

/* line 332, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center; }

/* line 341, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-editor .trix-button-group {
  display: inline-flex; }

/* line 345, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent; }

/* line 359, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc; }

/* line 363, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-editor .trix-button.trix-active {
  background: #cbeefa; }

/* line 367, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-editor .trix-button:not(:disabled) {
  cursor: pointer; }

/* line 371, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25); }

/* line 385, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-editor .trix-button--remove::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%; }

/* line 400, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-editor .trix-button--remove:hover {
  border-color: #333; }

/* line 404, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-editor .trix-button--remove:hover::before {
  opacity: 1; }

/* line 408, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-editor .attachment__metadata-container {
  position: relative; }

/* line 412, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px; }

/* line 425, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 434, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap; }

/* line 439, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
.trix-content {
  line-height: 1.5; }

/* line 443, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
.trix-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

/* line 449, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2; }

/* line 454, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em; }

/* line 461, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
.trix-content [dir=rtl] blockquote,
.trix-content blockquote[dir=rtl] {
  border-width: 0;
  border-right-width: 0.3em;
  margin-right: 0.3em;
  padding-right: 0.6em; }

/* line 469, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
.trix-content li {
  margin-left: 1em; }

/* line 473, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
.trix-content [dir=rtl] li {
  margin-right: 1em; }

/* line 477, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto; }

/* line 489, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
.trix-content img {
  max-width: 100%;
  height: auto; }

/* line 494, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%; }

/* line 500, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
.trix-content .attachment a {
  color: inherit;
  text-decoration: none; }

/* line 505, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
.trix-content .attachment a:hover,
.trix-content .attachment a:visited:hover {
  color: inherit; }

/* line 510, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
.trix-content .attachment__caption {
  text-align: center; }

/* line 514, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: ' \2022 '; }

/* line 518, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
.trix-content .attachment--preview {
  width: 100%;
  text-align: center; }

/* line 523, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2; }

/* line 529, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 2px;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px; }

/* line 538, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative; }

/* line 544, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%; }

/* line 550, /home/ubuntu/dist/warsaw/vendor/assets/stylesheets/vendor-trix.scss */
.trix-content .attachment-gallery.attachment-gallery--2 .attachment,
.trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%; }

/* Legacy Styles */
/* accordion
----------------------------------------------------------------- */
/* line 3, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/accordion.scss */
.accordion-toggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer; }
  /* line 11, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/accordion.scss */
  .accordion-toggle.open .accordion-toggle-icon:before {
    content: '\e034'; }

/* line 18, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/accordion.scss */
.accordion-toggle-label {
  flex-grow: 1; }

/* line 23, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/accordion.scss */
.accordion-toggle-icon:before {
  display: inline-block;
  position: relative;
  top: 1px;
  font-family: "Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  vertical-align: baseline;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e036'; }
/* line 28, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/accordion.scss */
.accordion-toggle-icon:empty:before {
  width: 1em;
  text-align: center;
  box-sizing: content-box; }

/* line 33, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/accordion.scss */
.accordion-content {
  display: none; }
  /* line 36, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/accordion.scss */
  .accordion-content.active {
    display: block; }

/* dynamic tabs
----------------------------------------------------------------- */
/* line 4, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/dynamic_tabs.scss */
.dynamic-tabs .dynamic-tabs-list {
  display: flex;
  flex-direction: column;
  overflow: hidden; }
  /* line 11, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/dynamic_tabs.scss */
  .dynamic-tabs .dynamic-tabs-list.closed .dynamic-tabs-toggle-chevron:before {
    content: '\e034'; }
  /* line 17, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/dynamic_tabs.scss */
  .dynamic-tabs .dynamic-tabs-list.open {
    height: auto; }
    /* line 21, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/dynamic_tabs.scss */
    .dynamic-tabs .dynamic-tabs-list.open .dynamic-tabs-toggle-chevron:before {
      content: '\e037'; }
  /* line 27, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/dynamic_tabs.scss */
  .dynamic-tabs .dynamic-tabs-list .dynamic-tabs-toggle {
    position: relative; }
    /* line 30, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/dynamic_tabs.scss */
    .dynamic-tabs .dynamic-tabs-list .dynamic-tabs-toggle .dynamic-tabs-toggle-label {
      display: block; }
    /* line 34, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/dynamic_tabs.scss */
    .dynamic-tabs .dynamic-tabs-list .dynamic-tabs-toggle .dynamic-tabs-toggle-chevron {
      display: none;
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer; }
      /* line 41, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/dynamic_tabs.scss */
      .dynamic-tabs .dynamic-tabs-list .dynamic-tabs-toggle .dynamic-tabs-toggle-chevron:before {
        display: inline-block;
        position: relative;
        top: 1px;
        font-family: "Icons";
        font-weight: normal;
        font-style: normal;
        line-height: 1;
        vertical-align: baseline;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      /* line 45, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/dynamic_tabs.scss */
      .dynamic-tabs .dynamic-tabs-list .dynamic-tabs-toggle .dynamic-tabs-toggle-chevron:empty:before {
        width: 1em;
        text-align: center;
        box-sizing: content-box; }
    /* line 50, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/dynamic_tabs.scss */
    .dynamic-tabs .dynamic-tabs-list .dynamic-tabs-toggle.active {
      order: -1; }
      /* line 53, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/dynamic_tabs.scss */
      .dynamic-tabs .dynamic-tabs-list .dynamic-tabs-toggle.active .dynamic-tabs-toggle-chevron {
        display: block; }

/* media queries */
@media only screen and (min-width: 62em) {
  /* line 64, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/dynamic_tabs.scss */
  .dynamic-tabs .dynamic-tabs-list {
    flex-direction: row; }
    /* line 68, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/dynamic_tabs.scss */
    .dynamic-tabs .dynamic-tabs-list .dynamic-tabs-toggle .dynamic-tabs-toggle-chevron {
      display: none; }
    /* line 72, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/dynamic_tabs.scss */
    .dynamic-tabs .dynamic-tabs-list .dynamic-tabs-toggle.active {
      order: 0; }
      /* line 75, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/dynamic_tabs.scss */
      .dynamic-tabs .dynamic-tabs-list .dynamic-tabs-toggle.active .dynamic-tabs-toggle-chevron {
        display: none; } }
/* link dropdown
----------------------------------------------------------------- */
/* line 3, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/link_dropdown.scss */
.link-dropdown {
  display: inline-block;
  position: relative; }

/* line 9, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/link_dropdown.scss */
.link-dropdown-toggle-icon:before {
  display: inline-block;
  position: relative;
  top: 1px;
  font-family: "Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  vertical-align: baseline;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e02d'; }
/* line 14, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/link_dropdown.scss */
.link-dropdown-toggle-icon:empty:before {
  width: 1em;
  text-align: center;
  box-sizing: content-box; }

/* line 19, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/link_dropdown.scss */
.link-dropdown-content {
  display: none;
  position: absolute;
  z-index: 2; }
  /* line 24, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/link_dropdown.scss */
  .link-dropdown-content ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  /* line 30, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/link_dropdown.scss */
  .link-dropdown-content a,
  .link-dropdown-content span {
    display: block; }
  /* line 35, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/link_dropdown.scss */
  .link-dropdown-content.left {
    left: 0; }
  /* line 39, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/link_dropdown.scss */
  .link-dropdown-content.right {
    right: 0; }

/* menu list
----------------------------------------------------------------- */
/* line 4, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/menu_list.scss */
.menu-list ul {
  margin: 0;
  padding: 0;
  list-style: none; }
/* line 10, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/menu_list.scss */
.menu-list .has-submenu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
/* line 16, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/menu_list.scss */
.menu-list .submenu {
  display: none;
  width: 100%;
  z-index: 3; }
/* line 24, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/menu_list.scss */
.menu-list.collapse .has-submenu > a {
  flex-grow: 1; }
/* line 28, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/menu_list.scss */
.menu-list.collapse .has-submenu > .submenu-toggle {
  cursor: pointer; }
  /* line 32, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/menu_list.scss */
  .menu-list.collapse .has-submenu > .submenu-toggle .submenu-toggle-icon:before {
    display: inline-block;
    position: relative;
    top: 1px;
    font-family: "Icons";
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    vertical-align: baseline;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e034'; }
  /* line 37, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/menu_list.scss */
  .menu-list.collapse .has-submenu > .submenu-toggle .submenu-toggle-icon:empty:before {
    width: 1em;
    text-align: center;
    box-sizing: content-box; }
  /* line 42, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/menu_list.scss */
  .menu-list.collapse .has-submenu > .submenu-toggle .submenu-toggle-icon.open:before {
    content: '\e037'; }

/* media queries */
@media only screen and (min-width: 48em) {
  /* line 56, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/menu_list.scss */
  .menu-list.horizontal > ul {
    display: flex;
    flex-direction: row; }
    /* line 61, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/menu_list.scss */
    .menu-list.horizontal > ul > li.has-submenu > ul.submenu {
      position: absolute;
      bottom: 0;
      left: 0;
      transform: translate3d(0, 100%, 0); }
    /* line 69, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/menu_list.scss */
    .menu-list.horizontal > ul li.has-submenu {
      position: relative; }
      /* line 74, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/menu_list.scss */
      .menu-list.horizontal > ul li.has-submenu ul.submenu li.has-submenu ul.submenu {
        position: relative;
        top: 0; } }
/* menu pagination
----------------------------------------------------------------- */
/* line 4, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/menu_pagination.scss */
.menu-pagination ul.pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none; }

/* panel responsive
----------------------------------------------------------------- */
/* line 4, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/panel_responsive.scss */
.panel-responsive .panel-responsive-toggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer; }
  /* line 10, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/panel_responsive.scss */
  .panel-responsive .panel-responsive-toggle .panel-responsive-toggle-label {
    flex-grow: 1; }
  /* line 15, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/panel_responsive.scss */
  .panel-responsive .panel-responsive-toggle .panel-responsive-toggle-icon:before {
    display: inline-block;
    position: relative;
    top: 1px;
    font-family: "Icons";
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    vertical-align: baseline;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e02d'; }
  /* line 20, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/panel_responsive.scss */
  .panel-responsive .panel-responsive-toggle .panel-responsive-toggle-icon:empty:before {
    width: 1em;
    text-align: center;
    box-sizing: content-box; }
  /* line 24, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/panel_responsive.scss */
  .panel-responsive .panel-responsive-toggle .panel-responsive-toggle-icon.open:before {
    content: ""; }
/* line 30, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/panel_responsive.scss */
.panel-responsive .panel-responsive-large {
  display: none; }
/* line 34, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/panel_responsive.scss */
.panel-responsive .panel-responsive-small {
  display: block; }
  /* line 37, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/panel_responsive.scss */
  .panel-responsive .panel-responsive-small .content {
    display: none; }
/* line 42, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/panel_responsive.scss */
.panel-responsive.alt {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  /* line 49, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/panel_responsive.scss */
  .panel-responsive.alt .panel-responsive-toggle-alt {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer; }
    /* line 55, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/panel_responsive.scss */
    .panel-responsive.alt .panel-responsive-toggle-alt .panel-responsive-toggle-alt-label {
      flex-grow: 1; }
    /* line 60, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/panel_responsive.scss */
    .panel-responsive.alt .panel-responsive-toggle-alt .panel-responsive-toggle-alt-icon:before {
      display: inline-block;
      position: relative;
      top: 1px;
      font-family: "Icons";
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      vertical-align: baseline;
      speak: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\e02d'; }
    /* line 65, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/panel_responsive.scss */
    .panel-responsive.alt .panel-responsive-toggle-alt .panel-responsive-toggle-alt-icon:empty:before {
      width: 1em;
      text-align: center;
      box-sizing: content-box; }
    /* line 69, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/panel_responsive.scss */
    .panel-responsive.alt .panel-responsive-toggle-alt .panel-responsive-toggle-alt-icon.open:before {
      content: ""; }
  /* line 75, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/panel_responsive.scss */
  .panel-responsive.alt .panel-responsive-alt {
    display: block;
    width: 100%; }
    /* line 79, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/panel_responsive.scss */
    .panel-responsive.alt .panel-responsive-alt .content {
      display: none; }
  /* line 84, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/panel_responsive.scss */
  .panel-responsive.alt .panel-responsive-small {
    width: 100%; }

/* media queries */
@media only screen and (min-width: 62em) {
  /* line 93, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/panel_responsive.scss */
  .panel-responsive .panel-responsive-toggle {
    display: none; }
  /* line 97, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/panel_responsive.scss */
  .panel-responsive .panel-responsive-large {
    display: block; }
  /* line 101, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/panel_responsive.scss */
  .panel-responsive .panel-responsive-small {
    display: none; } }
/* scrollable
----------------------------------------------------------------- */
/* line 3, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/scrollable.scss */
.scrollable {
  overflow-x: auto; }
  /* line 6, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/scrollable.scss */
  .scrollable.has-scroll {
    position: relative;
    overflow: hidden; }
  /* line 11, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/scrollable.scss */
  .scrollable.has-scroll:after {
    position: absolute;
    top: 0;
    left: 100%;
    width: 50px;
    height: 100%;
    border-radius: 10px 0 0 10px / 50% 0 0 50%;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
    content: ''; }
  /* line 23, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/scrollable.scss */
  .scrollable.has-scroll > div {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

/* sidebar links
----------------------------------------------------------------- */
/* line 4, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/sidebar_links.scss */
.sidebar-links .sidebar-links-list {
  display: flex;
  flex-direction: column;
  overflow: hidden; }
  /* line 11, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/sidebar_links.scss */
  .sidebar-links .sidebar-links-list.closed .sidebar-links-toggle-chevron:before {
    content: '\e034'; }
  /* line 17, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/sidebar_links.scss */
  .sidebar-links .sidebar-links-list.open {
    height: auto; }
    /* line 21, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/sidebar_links.scss */
    .sidebar-links .sidebar-links-list.open .sidebar-links-toggle-chevron:before {
      content: '\e037'; }
  /* line 27, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/sidebar_links.scss */
  .sidebar-links .sidebar-links-list .sidebar-links-toggle {
    position: relative; }
    /* line 30, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/sidebar_links.scss */
    .sidebar-links .sidebar-links-list .sidebar-links-toggle .sidebar-links-toggle-label {
      display: block; }
    /* line 34, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/sidebar_links.scss */
    .sidebar-links .sidebar-links-list .sidebar-links-toggle .sidebar-links-toggle-chevron {
      display: none;
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer; }
      /* line 41, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/sidebar_links.scss */
      .sidebar-links .sidebar-links-list .sidebar-links-toggle .sidebar-links-toggle-chevron:before {
        display: inline-block;
        position: relative;
        top: 1px;
        font-family: "Icons";
        font-weight: normal;
        font-style: normal;
        line-height: 1;
        vertical-align: baseline;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      /* line 45, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/sidebar_links.scss */
      .sidebar-links .sidebar-links-list .sidebar-links-toggle .sidebar-links-toggle-chevron:empty:before {
        width: 1em;
        text-align: center;
        box-sizing: content-box; }
    /* line 50, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/sidebar_links.scss */
    .sidebar-links .sidebar-links-list .sidebar-links-toggle.active {
      order: -1; }
      /* line 53, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/sidebar_links.scss */
      .sidebar-links .sidebar-links-list .sidebar-links-toggle.active .sidebar-links-toggle-chevron {
        display: block; }

/* media queries */
@media only screen and (min-width: 62em) {
  /* line 64, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/sidebar_links.scss */
  .sidebar-links .sidebar-links-list {
    flex-direction: column; }
    /* line 68, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/sidebar_links.scss */
    .sidebar-links .sidebar-links-list .sidebar-links-toggle .sidebar-links-toggle-chevron {
      display: none; }
    /* line 72, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/sidebar_links.scss */
    .sidebar-links .sidebar-links-list .sidebar-links-toggle.active {
      order: 0; }
      /* line 75, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/sidebar_links.scss */
      .sidebar-links .sidebar-links-list .sidebar-links-toggle.active .sidebar-links-toggle-chevron {
        display: none; } }
/* stash
----------------------------------------------------------------- */
/* line 4, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/stash.scss */
.stash .stash-toggle {
  height: 40px; }
/* line 8, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/stash.scss */
.stash.closed {
  overflow: hidden;
  height: 40px; }
/* line 13, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/stash.scss */
.stash.open {
  height: auto; }

/* media queries */
@media only screen and (min-width: 576px) {
  /* line 21, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/stash.scss */
  .stash .stash-toggle {
    display: none; }
  /* line 25, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/stash.scss */
  .stash.closed {
    height: auto; } }
/* switch
----------------------------------------------------------------- */
/* line 3, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/switch.scss */
.switch-toggle {
  cursor: pointer; }

/* line 7, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/switch.scss */
.switch-content {
  display: none; }

/* tabs
----------------------------------------------------------------- */
/* line 3, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/tabs.scss */
.tabs-list {
  display: flex;
  flex-direction: row;
  width: max-content !important; }
  /* line 8, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/tabs.scss */
  .tabs-list .tabs-toggle {
    white-space: nowrap;
    cursor: pointer; }

/* line 14, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/tabs.scss */
.tabs-content {
  display: none; }
  /* line 17, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/tabs.scss */
  .tabs-content.active {
    display: block; }

/* media queries */
@media only screen and (min-width: 48em) {
  /* line 24, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/tabs.scss */
  .tabs-list {
    width: 100% !important; }
    /* line 27, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/tabs.scss */
    .tabs-list .tabs-toggle {
      flex-grow: 1; } }
/* tooltips
----------------------------------------------------------------- */
/* line 5, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/tooltips.scss */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer; }

/* line 12, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/tooltips.scss */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none; }

/* line 40, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/tooltips.scss */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/* line 55, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/tooltips.scss */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background-color: transparent;
  content: ""; }

/* line 64, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/tooltips.scss */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 160px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
  text-align: center; }

/* directions */
/* line 81, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/tooltips.scss */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%; }

/* line 91, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/tooltips.scss */
[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: rgba(0, 0, 0, 0.9); }

/* line 101, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/tooltips.scss */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px; }

/* line 107, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/tooltips.scss */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  transform: translateY(-12px); }

/* line 125, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/tooltips.scss */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto; }

/* line 132, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/tooltips.scss */
.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: rgba(0, 0, 0, 0.9); }

/* line 141, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/tooltips.scss */
.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  transform: translateX(-12px); }

/* line 151, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/tooltips.scss */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%; }

/* line 158, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/tooltips.scss */
.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: rgba(0, 0, 0, 0.9); }

/* line 166, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/tooltips.scss */
.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform: translateY(12px);
  transform: translateY(12px); }

/* line 176, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/tooltips.scss */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%; }

/* line 182, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/tooltips.scss */
.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
  border-right-color: rgba(0, 0, 0, 0.9); }

/* line 190, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/tooltips.scss */
.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform: translateX(12px);
  transform: translateX(12px); }

/* line 200, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/tooltips.scss */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px; }

/* line 206, /home/ubuntu/dist/warsaw/app/assets/stylesheets/components/tooltips.scss */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px; }

/* settings
----------------------------------------------------------------- */
/* color */
/* spacing */
/* breakpoints */
/* base
----------------------------------------------------------------- */
/* line 35, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/base.scss */
body.title-style {
  /* body */
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  /* box-sizing */
  /* heading */
  /* text */
  /* blockquote */
  /* links */
  /* lists */
  /* tables */
  /* forms */
  /* images */
  /* video */
  /* audio */
  /* monospace/preformatted */
  /* horizontal rule */ }
  /* line 43, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/base.scss */
  body.title-style *,
  body.title-style *:before,
  body.title-style *:after {
    box-sizing: border-box; }
  /* line 50, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/base.scss */
  body.title-style h1,
  body.title-style h2,
  body.title-style h3,
  body.title-style h4,
  body.title-style h5,
  body.title-style h6 {
    margin: 0 0 15px;
    word-wrap: break-word; }
  /* line 61, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/base.scss */
  body.title-style p {
    margin: 0 0 15px; }
  /* line 66, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/base.scss */
  body.title-style blockquote {
    margin: 0 0 15px;
    padding: 15px;
    background: #efefef;
    border: 1px solid #e3e3e3; }
  /* line 74, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/base.scss */
  body.title-style a {
    text-decoration: none; }
    /* line 77, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/base.scss */
    body.title-style a:hover {
      text-decoration: underline; }
  /* line 83, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/base.scss */
  body.title-style ol,
  body.title-style ul,
  body.title-style dl {
    margin: 0 0 15px; }
    /* line 88, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/base.scss */
    body.title-style ol ol,
    body.title-style ol ul,
    body.title-style ol dl,
    body.title-style ul ol,
    body.title-style ul ul,
    body.title-style ul dl,
    body.title-style dl ol,
    body.title-style dl ul,
    body.title-style dl dl {
      margin: 0; }
  /* line 96, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/base.scss */
  body.title-style table {
    margin: 0;
    white-space: nowrap;
    border-spacing: 0;
    width: 100%; }
    /* line 103, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/base.scss */
    body.title-style table thead th {
      font-weight: 700;
      background: #ffffff; }
    /* line 110, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/base.scss */
    body.title-style table th,
    body.title-style table td {
      padding: 8px 32px 8px 8px;
      text-align: left;
      border-bottom: 1px solid #e3e3e3; }
      /* line 116, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/base.scss */
      body.title-style table th:last-child,
      body.title-style table td:last-child {
        width: 100%; }
    /* line 122, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/base.scss */
    body.title-style table.sticky-column thead th {
      position: sticky;
      top: 0; }
  /* line 141, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/base.scss */
  body.title-style .multi-scroll-table {
    height: 418px;
    max-width: 100vw;
    overflow-x: auto;
    overflow-y: auto;
    position: relative; }
    /* line 150, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/base.scss */
    body.title-style .multi-scroll-table table.multi-scroll thead th {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      left: 0; }
      /* line 156, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/base.scss */
      body.title-style .multi-scroll-table table.multi-scroll thead th:first-child {
        z-index: 3; }
    /* line 164, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/base.scss */
    body.title-style .multi-scroll-table table.multi-scroll th:first-child,
    body.title-style .multi-scroll-table table.multi-scroll td:first-child {
      position: -webkit-sticky;
      position: sticky;
      left: 0px;
      z-index: 2; }
    /* line 173, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/base.scss */
    body.title-style .multi-scroll-table table.multi-scroll tr td:first-child {
      background: #f7f7f7; }
  /* line 182, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/base.scss */
  body.title-style form fieldset {
    margin: 0;
    padding: 0;
    border-width: 0; }
  /* line 188, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/base.scss */
  body.title-style form legend {
    display: block; }
  /* line 192, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/base.scss */
  body.title-style form label {
    display: block; }
  /* line 196, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/base.scss */
  body.title-style form input[type='email'],
  body.title-style form input[type='number'],
  body.title-style form input[type='password'],
  body.title-style form input[type='search'],
  body.title-style form input[type='tel'],
  body.title-style form input[type='text'],
  body.title-style form input[type='url'],
  body.title-style form input[type='date'],
  body.title-style form textarea,
  body.title-style form select {
    padding: .6rem 1.0rem;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    box-shadow: none;
    box-sizing: inherit;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none; }
    /* line 217, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/base.scss */
    body.title-style form input[type='email']:focus,
    body.title-style form input[type='number']:focus,
    body.title-style form input[type='password']:focus,
    body.title-style form input[type='search']:focus,
    body.title-style form input[type='tel']:focus,
    body.title-style form input[type='text']:focus,
    body.title-style form input[type='url']:focus,
    body.title-style form input[type='date']:focus,
    body.title-style form textarea:focus,
    body.title-style form select:focus {
      border-color: #CC3433;
      outline: 0; }
  /* line 223, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/base.scss */
  body.title-style form textarea {
    min-height: 6.5rem; }
  /* line 227, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/base.scss */
  body.title-style form select {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="%23d1d1d1" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>') center right no-repeat #ffffff;
    padding-right: 3.0rem; }
    /* line 231, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/base.scss */
    body.title-style form select:focus {
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="%2300abf0" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>'); }
  /* line 236, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/base.scss */
  body.title-style form input[type='checkbox'],
  body.title-style form input[type='radio'] {
    display: inline; }
  /* line 243, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/base.scss */
  body.title-style img {
    margin: 0 0 15px; }
  /* line 247, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/base.scss */
  body.title-style svg {
    overflow: hidden;
    vertical-align: middle; }
  /* line 253, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/base.scss */
  body.title-style video {
    margin: 0 0 15px;
    width: 100% !important;
    height: auto !important; }
  /* line 260, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/base.scss */
  body.title-style audio {
    margin: 0 0 15px;
    width: 100%; }
  /* line 266, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/base.scss */
  body.title-style pre {
    margin: 0 0 15px;
    padding: 15px;
    white-space: pre-wrap;
    word-wrap: break-word; }
  /* line 274, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/base.scss */
  body.title-style hr {
    display: block;
    margin: 15px 0;
    padding: 0;
    height: 1px;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #e3e3e3; }

/* accordion
----------------------------------------------------------------- */
/* line 3, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
.accordion.title-accordion {
  margin: 0 0 15px;
  background: #ffffff; }
  /* line 9, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
  .accordion.title-accordion .accordion-list .accordion-block .accordion-toggle {
    border-left: 2px solid #e3e3e3; }
    /* line 12, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
    .accordion.title-accordion .accordion-list .accordion-block .accordion-toggle .accordion-toggle-icon {
      padding: 8px 15px; }
      /* line 15, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
      .accordion.title-accordion .accordion-list .accordion-block .accordion-toggle .accordion-toggle-icon:before {
        color: #e3e3e3;
        content: '\e036'; }
    /* line 21, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
    .accordion.title-accordion .accordion-list .accordion-block .accordion-toggle .accordion-toggle-label {
      padding: 8px 0; }
    /* line 25, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
    .accordion.title-accordion .accordion-list .accordion-block .accordion-toggle.open {
      border-color: #CC3433; }
      /* line 29, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
      .accordion.title-accordion .accordion-list .accordion-block .accordion-toggle.open .accordion-toggle-icon:before {
        color: #CC3433;
        content: '\e034'; }
  /* line 37, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
  .accordion.title-accordion .accordion-list .accordion-block .accordion-content {
    padding: 15px; }

/* buttons
----------------------------------------------------------------- */
/* line 46, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
.title-button {
  display: inline-block;
  padding: 8px 15px;
  background: #CC3433;
  border: 1px solid #CC3433;
  border-radius: 0;
  color: #ffffff !important;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  appearance: none; }
  /* line 58, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
  .title-button:focus, .title-button:hover {
    background: #922524;
    border-color: #922524;
    outline: 0;
    text-decoration: none; }
  /* line 66, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
  .title-button[disabled] {
    cursor: not-allowed;
    opacity: .5; }
  /* line 71, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
  .title-button.button-outline {
    background: transparent;
    border: 1px solid #CC3433;
    color: #CC3433 !important; }
    /* line 76, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
    .title-button.button-outline:focus, .title-button.button-outline:hover {
      border-color: #922524;
      color: #922524; }
  /* line 83, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
  .title-button.button-clear {
    background-color: transparent;
    border-color: transparent;
    color: #CC3433 !important; }
    /* line 88, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
    .title-button.button-clear:focus, .title-button.button-clear:hover {
      color: #922524; }
  /* line 94, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
  .title-button.button-rounded {
    border-radius: 4px; }
  /* line 98, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
  .title-button.button-full {
    display: block;
    text-align: center; }
  /* line 103, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
  .title-button.button-white {
    padding: 4px 4px;
    background: #ffffff;
    border: 1px solid #555;
    color: #333 !important;
    font-size: 0.85em;
    font-weight: 600; }
  /* line 112, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
  .title-button.button-neutral {
    padding: 4px 4px;
    background: #cccccc;
    border: 1px solid #555;
    color: #333 !important;
    font-size: 0.85em;
    font-weight: 600; }

/* dynamic tabs
----------------------------------------------------------------- */
/* line 124, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
.dynamic-tabs.title-dynamic-tabs {
  z-index: 1; }
  /* line 127, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
  .dynamic-tabs.title-dynamic-tabs .dynamic-tabs-list {
    margin: 0 0 15px; }
    /* line 130, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
    .dynamic-tabs.title-dynamic-tabs .dynamic-tabs-list.closed {
      height: 40px; }
    /* line 134, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
    .dynamic-tabs.title-dynamic-tabs .dynamic-tabs-list .dynamic-tabs-toggle {
      border-left: 2px solid #e3e3e3; }
      /* line 137, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
      .dynamic-tabs.title-dynamic-tabs .dynamic-tabs-list .dynamic-tabs-toggle .dynamic-tabs-toggle-label,
      .dynamic-tabs.title-dynamic-tabs .dynamic-tabs-list .dynamic-tabs-toggle .dynamic-tabs-toggle-chevron {
        padding: 8px 15px;
        color: #111 !important; }
      /* line 143, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
      .dynamic-tabs.title-dynamic-tabs .dynamic-tabs-list .dynamic-tabs-toggle.active {
        border-color: #CC3433; }

/* media queries */
@media only screen and (min-width: 62em) {
  /* line 154, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
  .dynamic-tabs.title-dynamic-tabs .dynamic-tabs-list.closed {
    height: auto; }
  /* line 158, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
  .dynamic-tabs.title-dynamic-tabs .dynamic-tabs-list .dynamic-tabs-toggle {
    border-left: none;
    border-bottom: 2px solid #e3e3e3;
    flex-grow: 1;
    text-align: center; }
    /* line 164, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
    .dynamic-tabs.title-dynamic-tabs .dynamic-tabs-list .dynamic-tabs-toggle.active {
      border-color: #CC3433; } }
/* sidebar links
----------------------------------------------------------------- */
/* line 174, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
.sidebar-links.title-sidebar-links {
  z-index: 1; }
  /* line 178, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
  .sidebar-links.title-sidebar-links .sidebar-links-list.closed {
    height: 40px; }
  /* line 184, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
  .sidebar-links.title-sidebar-links .sidebar-links-list .sidebar-links-toggle .sidebar-links-toggle-label,
  .sidebar-links.title-sidebar-links .sidebar-links-list .sidebar-links-toggle .sidebar-links-toggle-chevron {
    padding: 8px 15px;
    color: #fff !important; }
  /* line 190, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
  .sidebar-links.title-sidebar-links .sidebar-links-list .sidebar-links-toggle.active {
    border-left: 2px solid #CC3433; }

/* media queries */
@media only screen and (min-width: 62em) {
  /* line 201, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
  .sidebar-links.title-sidebar-links .sidebar-links-list.closed {
    height: auto; }
  /* line 205, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
  .sidebar-links.title-sidebar-links .sidebar-links-list .sidebar-links-toggle {
    flex-grow: 1; }
    /* line 208, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
    .sidebar-links.title-sidebar-links .sidebar-links-list .sidebar-links-toggle.active {
      border-color: #CC3433; } }
/* forms
----------------------------------------------------------------- */
/* line 218, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
form.title-form {
  margin: 0 0 15px; }
  /* line 221, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
  form.title-form .form-block {
    margin: 0 0 15px; }
  /* line 225, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
  form.title-form > .form-block:last-child {
    margin: 0; }
  /* line 229, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
  form.title-form legend {
    margin: 0 0 15px; }

/* link dropdown
----------------------------------------------------------------- */
/* line 239, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
.link-dropdown.title-link-dropdown .link-dropdown-toggle .link-dropdown-toggle-icon:before {
  content: '\e02d'; }
/* line 245, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
.link-dropdown.title-link-dropdown .link-dropdown-content {
  min-width: 180px;
  border: 1px solid #e3e3e3;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.2);
  background-color: #ffffff; }
  /* line 252, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
  .link-dropdown.title-link-dropdown .link-dropdown-content ul li {
    border-bottom: 1px solid #e3e3e3; }
    /* line 255, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
    .link-dropdown.title-link-dropdown .link-dropdown-content ul li a,
    .link-dropdown.title-link-dropdown .link-dropdown-content ul li span {
      padding: 8px; }
  /* line 261, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
  .link-dropdown.title-link-dropdown .link-dropdown-content ul li:last-child {
    border-bottom: none; }

/* menu list
----------------------------------------------------------------- */
/* line 270, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
.menu-list.title-menu-list {
  margin: 0 0 15px; }
  /* line 275, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
  .menu-list.title-menu-list ul li a {
    display: block;
    padding: 8px 15px; }
  /* line 280, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
  .menu-list.title-menu-list ul li ul {
    background-color: #efefef; }
    /* line 284, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
    .menu-list.title-menu-list ul li ul li a {
      padding-left: calc(15px * 2); }
    /* line 288, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
    .menu-list.title-menu-list ul li ul li ul {
      background-color: #e5e5e5; }
      /* line 292, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
      .menu-list.title-menu-list ul li ul li ul li a {
        padding-left: calc(15px * 3); }
  /* line 305, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
  .menu-list.title-menu-list.collapse ul .has-submenu > .submenu-toggle {
    padding: 8px 15px; }
    /* line 309, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
    .menu-list.title-menu-list.collapse ul .has-submenu > .submenu-toggle .submenu-toggle-icon:before {
      content: '\e034'; }
    /* line 313, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
    .menu-list.title-menu-list.collapse ul .has-submenu > .submenu-toggle .submenu-toggle-icon.open:before {
      content: '\e037'; }

/* media queries */
@media only screen and (min-width: 48em) {
  /* line 329, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
  .menu-list.title-menu-list.horizontal > ul > li.has-submenu > a {
    padding: 8px 8px 8px 15px; }
  /* line 333, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
  .menu-list.title-menu-list.horizontal > ul > li.has-submenu > .submenu-toggle {
    padding: 8px 15px 8px 8px; }
  /* line 339, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
  .menu-list.title-menu-list.horizontal > ul li a {
    padding: 8px 15px; }
  /* line 345, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
  .menu-list.title-menu-list.horizontal > ul li.has-submenu ul.submenu {
    min-width: 160px;
    border: 1px solid #e3e3e3;
    box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    overflow: hidden; }
    /* line 353, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
    .menu-list.title-menu-list.horizontal > ul li.has-submenu ul.submenu li.has-submenu ul.submenu {
      border: none;
      box-shadow: none; } }
/* menu pagination
----------------------------------------------------------------- */
/* line 367, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
.menu-pagination.title-menu-pagination {
  margin: 0 0 15px; }
  /* line 370, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
  .menu-pagination.title-menu-pagination ul.pagination {
    justify-content: center; }
    /* line 373, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
    .menu-pagination.title-menu-pagination ul.pagination li {
      margin: 0 1px 0 0; }
      /* line 376, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
      .menu-pagination.title-menu-pagination ul.pagination li a {
        display: block;
        padding: 5px 10px; }
    /* line 382, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
    .menu-pagination.title-menu-pagination ul.pagination li:last-child {
      margin: 0; }
    /* line 387, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
    .menu-pagination.title-menu-pagination ul.pagination li.active a {
      color: #ffffff;
      background-color: #CC3433; }
    /* line 394, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
    .menu-pagination.title-menu-pagination ul.pagination li.disabled a {
      text-decoration: none;
      background-color: transparent;
      border: none;
      cursor: not-allowed; }
    /* line 403, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
    .menu-pagination.title-menu-pagination ul.pagination li.break-me a {
      background-color: transparent;
      border: none;
      text-decoration: none;
      pointer-events: none; }

/* notice
----------------------------------------------------------------- */
/* line 415, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
.notice.title-notice {
  background-color: #ebf7fd;
  color: #2d7091; }
  /* line 419, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
  .notice.title-notice .notice-content {
    margin: auto;
    padding: 5px;
    max-width: 1600px;
    text-align: center; }
  /* line 426, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
  .notice.title-notice.success {
    background-color: #f2fae3;
    color: #659f13; }
  /* line 431, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
  .notice.title-notice.warning {
    background-color: #fffceb;
    color: #e28327; }
  /* line 436, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
  .notice.title-notice.danger {
    background-color: #fff1f0;
    color: #d85030; }

/* panel responsive
----------------------------------------------------------------- */
/* line 446, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
.panel-responsive.title-panel-responsive .panel-responsive-toggle .panel-responsive-toggle-label {
  padding: 8px 15px; }
/* line 450, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
.panel-responsive.title-panel-responsive .panel-responsive-toggle .panel-responsive-toggle-icon {
  padding: 8px 15px; }
  /* line 453, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
  .panel-responsive.title-panel-responsive .panel-responsive-toggle .panel-responsive-toggle-icon:before {
    content: '\e02d'; }
  /* line 457, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
  .panel-responsive.title-panel-responsive .panel-responsive-toggle .panel-responsive-toggle-icon.open:before {
    content: ""; }
/* line 464, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
.panel-responsive.title-panel-responsive .panel-responsive-small .content {
  padding: 15px; }
/* line 471, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
.panel-responsive.title-panel-responsive.alt .panel-responsive-toggle-alt .panel-responsive-toggle-alt-label {
  padding: 8px 15px; }
/* line 475, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
.panel-responsive.title-panel-responsive.alt .panel-responsive-toggle-alt .panel-responsive-toggle-alt-icon {
  padding: 8px 15px; }
  /* line 478, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
  .panel-responsive.title-panel-responsive.alt .panel-responsive-toggle-alt .panel-responsive-toggle-alt-icon:before {
    content: '\e02d'; }
  /* line 482, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
  .panel-responsive.title-panel-responsive.alt .panel-responsive-toggle-alt .panel-responsive-toggle-alt-icon.open:before {
    content: ""; }
/* line 489, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
.panel-responsive.title-panel-responsive.alt .panel-responsive-alt .content {
  padding: 15px; }

/* scrollable
----------------------------------------------------------------- */
/* line 498, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
.scrollable {
  margin: 0 0 15px; }

/* tabs
----------------------------------------------------------------- */
/* line 504, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
.tabs.title-tabs {
  margin: 0 0 15px; }
  /* line 508, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
  .tabs.title-tabs .tabs-list .tabs-toggle {
    padding: 8px 15px;
    text-align: center;
    border-bottom: 2px solid #e3e3e3; }
    /* line 513, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
    .tabs.title-tabs .tabs-list .tabs-toggle.active {
      border-color: #CC3433; }
  /* line 519, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
  .tabs.title-tabs .tabs-content {
    padding: 15px; }
  /* line 523, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/components.scss */
  .tabs.title-tabs .scrollable {
    margin: 0; }

/* Closed Beta
----------------------------------------------------------------- */
/* hero
----------------------------------------------------------------- */
/* line 6, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/custom_closed_beta.scss */
.hero-background {
  margin-bottom: -6px; }
  /* line 9, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/custom_closed_beta.scss */
  .hero-background picture {
    display: block; }
    /* line 12, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/custom_closed_beta.scss */
    .hero-background picture img {
      margin: 0;
      width: 100%; }

/* media queries */
@media only screen and (min-width: 48em) {
  /* line 21, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/custom_closed_beta.scss */
  .hero {
    display: flex;
    flex-direction: column;
    min-height: 25vw; }

  /* line 28, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/custom_closed_beta.scss */
  .hero-background {
    min-height: inherit;
    overflow: hidden;
    position: absolute;
    margin: 0;
    width: 100%;
    z-index: 1; }
    /* line 36, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/custom_closed_beta.scss */
    .hero-background picture {
      display: block;
      margin: 0 auto;
      max-width: none;
      min-height: inherit;
      position: relative; }
      /* line 43, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/custom_closed_beta.scss */
      .hero-background picture img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); } }
/* custom layout
----------------------------------------------------------------- */
/* line 55, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/custom_closed_beta.scss */
.closed-beta-container {
  background: #1f1f1f;
  color: #ffffff; }

/* line 60, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/custom_closed_beta.scss */
.closed-beta {
  padding: 20px 20px 60px; }
  /* line 63, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/custom_closed_beta.scss */
  .closed-beta .closed-beta-inner {
    margin: auto;
    max-width: 800px;
    background: #1f1f1f; }
    /* line 68, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/custom_closed_beta.scss */
    .closed-beta .closed-beta-inner .closed-beta-eula {
      padding: 20px;
      max-height: 300px;
      overflow-y: scroll;
      border: 1px solid #333333; }

/* line 77, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/custom_closed_beta.scss */
.closed-beta-content {
  margin-bottom: 45px; }

/* media queries */
@media only screen and (min-width: 48em) {
  /* line 84, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/custom_closed_beta.scss */
  .closed-beta .closed-beta-inner {
    position: relative;
    top: -60px;
    z-index: 1;
    padding: 20px 40px; } }
/* ================================================================= */
/* GLOBAL.SCSS */
/* ================================================================= */
/* Global Header
----------------------------------------------------------------- */
/* header */
/* line 8, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.global-header {
  background-color: #000000;
  color: #ffffff;
  position: relative;
  margin: 0 auto; }

/* line 15, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.global-header-inner {
  padding: 5px 15px;
  max-width: 1600px;
  flex-direction: row;
  margin: auto;
  font-size: 12px; }
  /* line 22, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .global-header-inner a {
    color: #ffffff; }

/* line 27, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.global-header-links-right {
  float: right; }
  /* line 30, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .global-header-links-right a {
    margin-left: 20px; }
  /* line 34, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .global-header-links-right svg {
    margin-left: 20px; }
  /* line 38, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .global-header-links-right a:first-child {
    margin-left: 0px; }
  /* line 42, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .global-header-links-right svg:first-child {
    margin-left: 0px; }
  /* line 46, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .global-header-links-right .link-icon {
    fill: #ffffff; }

@media (min-width: 641px) {
  /* line 52, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .link-icon {
    display: none; }

  /* line 56, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .link-text {
    display: inline-block; } }
@media (max-width: 640px) {
  /* line 62, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .global-header a {
    font-size: 16px; }

  /* line 66, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .global-header-inner {
    padding: 12px 15px; }

  /* line 70, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .link-icon {
    display: inline-block;
    width: 25px;
    height: 25px; }

  /* line 76, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .link-text {
    display: none; } }
/* Survey
----------------------------------------------------------------- */
/* line 83, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.global-menu-survey {
  display: none;
  margin-left: 40px;
  float: right; }

/* line 89, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.global-menu-survey-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 8px;
  background: #d50032;
  color: #ffffff;
  cursor: pointer; }

/* line 99, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.global-toggle-survey {
  width: 12px;
  height: 12px;
  fill: #ffffff; }

/* line 105, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.global-menu-survey-label {
  display: none; }

@media only screen and (min-width: 641px) {
  /* line 110, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .global-toggle-survey {
    margin: 0 5px 0 0; }

  /* line 114, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .global-menu-survey-label {
    display: block; } }
@media only screen and (max-width: 640px) {
  /* line 120, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .global-menu-survey {
    margin-left: 20px; }

  /* line 124, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .global-menu-survey-wrapper {
    padding: 4px 8px; }

  /* line 128, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .global-toggle-survey {
    height: 21px;
    width: 21px; } }
/* Sweepstakes
----------------------------------------------------------------- */
/* line 136, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.global-sweepstakes {
  background: #33d9b2; }

/* line 140, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.global-sweepstakes-container {
  display: flex;
  flex-direction: row;
  max-width: 1600px;
  margin: auto;
  padding: 8px 15px;
  background: #33d9b2;
  color: black;
  font-size: 14px; }
  /* line 150, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .global-sweepstakes-container a {
    color: inherit;
    text-decoration: underline !important;
    cursor: pointer; }

/* line 157, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.global-sweepstakes-container .trix-content {
  flex-grow: 1;
  padding: 0 15px; }

/* Ribbon
----------------------------------------------------------------- */
/* line 164, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.fixed-ribbon {
  background: black;
  color: white;
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
  z-index: 8; }

/* line 174, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.fixed-ribbon-controls {
  display: flex;
  justify-content: flex-end;
  padding: 6px 11px 0 0; }
  /* line 179, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .fixed-ribbon-controls a {
    color: white; }

/* line 184, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.fixed-ribbon-content {
  padding: 0 1rem 0.5rem; }

/* line 189, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.fixed-ribbon-content .trix-content {
  margin-bottom: 30px; }

/* media queries */
@media only screen and (min-width: 48em) {
  /* line 195, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .fixed-ribbon {
    max-width: 300px; } }
/* Footer
----------------------------------------------------------------- */
/* line 209, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
footer {
  font-size: 14px;
  background: #f7f7f7;
  margin: 90px 0 0; }
  /* line 215, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  footer .footer-container .footer-inner {
    display: flex;
    flex-direction: column;
    margin: auto;
    max-width: 1600px; }
    /* line 221, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
    footer .footer-container .footer-inner .footer-links {
      display: flex;
      flex-direction: column; }
      /* line 225, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
      footer .footer-container .footer-inner .footer-links .footer-social {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 30px;
        border-bottom: 1px solid #ffffff; }
        /* line 232, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
        footer .footer-container .footer-inner .footer-links .footer-social a {
          display: block;
          margin: 0 15px; }
        /* line 237, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
        footer .footer-container .footer-inner .footer-links .footer-social a:first-child {
          margin-left: 0; }
        /* line 241, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
        footer .footer-container .footer-inner .footer-links .footer-social a:last-child {
          margin-right: 0; }
        /* line 245, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
        footer .footer-container .footer-inner .footer-links .footer-social svg {
          margin: 0;
          width: 32px;
          vertical-align: middle; }
      /* line 252, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
      footer .footer-container .footer-inner .footer-links .footer-icons {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 15px;
        border-bottom: 1px solid #ffffff; }
        /* line 261, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
        footer .footer-container .footer-inner .footer-links .footer-icons .esrb,
        footer .footer-container .footer-inner .footer-links .footer-icons .esrbcert,
        footer .footer-container .footer-inner .footer-links .footer-icons .psstudios {
          max-height: 68px; }
        /* line 267, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
        footer .footer-container .footer-inner .footer-links .footer-icons .mlb,
        footer .footer-container .footer-inner .footer-links .footer-icons .sie,
        footer .footer-container .footer-inner .footer-links .footer-icons .sds,
        footer .footer-container .footer-inner .footer-links .footer-icons .mlbpa {
          max-height: 48px; }
        /* line 274, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
        footer .footer-container .footer-inner .footer-links .footer-icons img {
          margin: 15px; }
        /* line 278, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
        footer .footer-container .footer-inner .footer-links .footer-icons a {
          display: inline-flex; }
    /* line 284, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
    footer .footer-container .footer-inner .footer-legal {
      padding: 30px; }
      /* line 287, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
      footer .footer-container .footer-inner .footer-legal .footer-terms {
        display: flex;
        align-items: center;
        margin: 0 0 30px;
        flex-direction: column; }
        /* line 293, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
        footer .footer-container .footer-inner .footer-legal .footer-terms a {
          display: block;
          margin: 0 0 15px;
          font-weight: bold;
          color: #717171;
          text-decoration: none; }
          /* line 300, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
          footer .footer-container .footer-inner .footer-legal .footer-terms a:hover {
            text-decoration: underline; }
      /* line 306, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
      footer .footer-container .footer-inner .footer-legal .footer-copy {
        color: #717171; }

/* media queries */
@media only screen and (min-width: 75em) {
  /* line 319, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  footer .footer-container .footer-inner .footer-links {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff; }
    /* line 325, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
    footer .footer-container .footer-inner .footer-links .footer-social {
      border-bottom: none;
      margin-bottom: 1px; }
    /* line 330, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
    footer .footer-container .footer-inner .footer-links .footer-icons {
      border-bottom: none; }
  /* line 336, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  footer .footer-container .footer-inner .footer-legal .footer-terms {
    justify-content: flex-start;
    flex-direction: row; }
    /* line 340, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
    footer .footer-container .footer-inner .footer-legal .footer-terms a {
      margin-right: 30px; } }
/* Modal
----------------------------------------------------------------- */
/* close button */
/* line 353, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.global-modal-close {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 361, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.global-modal-close {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  outline: none;
  position: relative;
  vertical-align: top; }

/* line 378, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.global-modal-close::before,
.global-modal-close::after {
  background-color: white;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center; }

/* line 390, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.global-modal-close::before {
  height: 2px;
  width: 50%; }

/* line 395, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.global-modal-close::after {
  height: 50%;
  width: 2px; }

/* line 400, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.global-modal-close:hover,
.global-modal-close:focus {
  background-color: rgba(10, 10, 10, 0.3); }

/* line 405, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.global-modal-close:active {
  background-color: rgba(10, 10, 10, 0.4); }

/* line 409, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.global-modal-close {
  background: none;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px; }

/* modal */
/* line 419, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.global-modal,
.global-modal-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

/* line 428, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.global-modal {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 1031; }

/* line 438, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.global-modal.is-active {
  display: flex; }

/* line 442, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.global-modal-background {
  background-color: rgba(10, 10, 10, 0.86); }

/* line 447, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.global-modal-content {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  position: relative;
  width: 90%;
  overflow-y: auto; }

@media only screen and (min-width: 62em) {
  /* line 464, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .global-modal-content {
    max-width: 640px; }
    /* line 467, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
    .global-modal-content.modal-full-width {
      max-width: 80vw; } }
/* modal box */
/* line 474, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.global-box {
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  display: block;
  overflow: auto; }

/* survey modal box */
/* line 482, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.survey-modal {
  background-color: #131313;
  color: #ffffff;
  border-bottom: 1px solid #000000; }
  /* line 487, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .survey-modal:last-child {
    border-bottom: none; }
  /* line 491, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .survey-modal .survey-modal-heading {
    padding: 20px 30px 10px; }
    /* line 494, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
    .survey-modal .survey-modal-heading span {
      display: block;
      margin: 0 0 10px;
      font-size: 21px;
      font-weight: bold;
      text-align: center; }
    /* line 502, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
    .survey-modal .survey-modal-heading p {
      margin: 0; }
  /* line 507, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .survey-modal .survey-modal-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 10px 30px 40px; }
    /* line 513, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
    .survey-modal .survey-modal-content a {
      display: inline-block;
      margin: 5px;
      text-align: center; }

/* survey buttons */
/* line 522, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.survey-button {
  width: 80%;
  display: inline-block;
  padding: 8px 15px;
  background: #3273dc;
  border: 1px solid #3273dc;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  appearance: none; }
  /* line 534, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .survey-button:focus, .survey-button:hover {
    background: #1f53a7;
    border-color: #1f53a7;
    outline: 0;
    text-decoration: none; }
  /* line 542, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .survey-button[disabled] {
    cursor: not-allowed;
    opacity: 0.5; }
  /* line 547, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .survey-button.button-outline {
    background: transparent;
    border: 1px solid #3273dc;
    color: #3273dc; }
    /* line 552, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
    .survey-button.button-outline:focus, .survey-button.button-outline:hover {
      border-color: #1f53a7;
      color: #1f53a7; }
  /* line 559, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .survey-button.button-clear {
    background-color: transparent;
    border-color: transparent;
    color: #3273dc; }
    /* line 564, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
    .survey-button.button-clear:focus, .survey-button.button-clear:hover {
      color: #1f53a7; }
  /* line 570, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .survey-button.button-rounded {
    border-radius: 4px; }
  /* line 574, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .survey-button.button-full {
    display: block;
    text-align: center; }

@media only screen and (min-width: 48em) {
  /* line 582, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .survey-modal .survey-modal-heading {
    text-align: center; }
  /* line 586, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .survey-modal .survey-modal-content {
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 30px 40px; }
    /* line 591, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
    .survey-modal .survey-modal-content a {
      display: inline-block;
      margin: 5px; } }
/* TOU Modal Box - NOTE: NODEBB ONLY
----------------------------------------------------------------- */
/* Alerts
----------------------------------------------------------------- */
/* line 640, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.alert-icon {
  width: 20px;
  height: 20px;
  background-size: cover; }

/* line 646, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.alert-icon-default {
  filter: invert(90%) sepia(2%) saturate(0%) hue-rotate(110deg) brightness(93%) contrast(89%); }

/* line 650, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.alert-icon-white {
  filter: invert(100%) sepia(0%) saturate(26%) hue-rotate(14deg) brightness(106%) contrast(106%); }

/* line 654, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.alert-icon-black {
  filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(21deg) brightness(97%) contrast(103%); }

/* line 658, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.alert-icon-blue {
  filter: invert(48%) sepia(84%) saturate(1744%) hue-rotate(163deg) brightness(97%) contrast(101%); }

/* line 662, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.alert-icon-green {
  filter: invert(100%) sepia(23%) saturate(5851%) hue-rotate(25deg) brightness(92%) contrast(78%); }

/* line 666, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.alert-icon-red {
  filter: invert(56%) sepia(69%) saturate(4225%) hue-rotate(330deg) brightness(91%) contrast(126%); }

/* line 670, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.alert-icon-yellow {
  filter: invert(77%) sepia(99%) saturate(3361%) hue-rotate(357deg) brightness(102%) contrast(107%); }

/* line 674, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.alert-icon-dark-teal {
  filter: invert(45%) sepia(71%) saturate(1954%) hue-rotate(145deg) brightness(103%) contrast(84%); }

/* line 678, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.alert-icon-orange {
  filter: invert(53%) sepia(84%) saturate(1272%) hue-rotate(358deg) brightness(98%) contrast(108%); }

/* line 682, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.alert-icon-teal {
  filter: invert(77%) sepia(44%) saturate(767%) hue-rotate(108deg) brightness(92%) contrast(87%); }

/* line 686, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.alert-icon-purple {
  filter: invert(54%) sepia(79%) saturate(2192%) hue-rotate(223deg) brightness(105%) contrast(97%); }

/* line 690, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.fixed-alert-content {
  max-width: 1600px;
  margin: auto;
  padding: 8px 15px;
  display: flex;
  flex-direction: row;
  font-size: 14px; }

/* line 699, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.fixed-alert-content .trix-content {
  flex-grow: 1;
  padding: 0 15px; }

/* alert links color */
/* line 705, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.alert-text-default {
  color: #ccc; }
  /* line 708, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .alert-text-default a {
    color: #ccc;
    text-decoration: underline !important; }

/* line 714, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.alert-text-white {
  color: #ffffff; }
  /* line 717, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .alert-text-white a {
    color: #ffffff;
    text-decoration: underline !important; }

/* line 723, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.alert-text-black {
  color: #000000; }
  /* line 726, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .alert-text-black a {
    color: #000000;
    text-decoration: underline !important; }

/* line 732, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.alert-text-blue {
  color: #00abf0; }
  /* line 735, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .alert-text-blue a {
    color: #00abf0;
    text-decoration: underline !important; }

/* line 741, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.alert-text-green {
  color: #9bd14e; }
  /* line 744, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .alert-text-green a {
    color: #9bd14e;
    text-decoration: underline !important; }

/* line 750, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.alert-text-red {
  color: #ff4137; }
  /* line 753, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .alert-text-red a {
    color: #ff4137;
    text-decoration: underline !important; }

/* line 759, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.alert-text-yellow {
  color: #ffda00; }
  /* line 762, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .alert-text-yellow a {
    color: #ffda00;
    text-decoration: underline !important; }

/* line 768, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.alert-text-dark-teal {
  color: #14b2ad; }
  /* line 771, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .alert-text-dark-teal a {
    color: #14b2ad;
    text-decoration: underline !important; }

/* line 777, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.alert-text-orange {
  color: #ff8b00; }
  /* line 780, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .alert-text-orange a {
    color: #ff8b00;
    text-decoration: underline !important; }

/* line 786, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.alert-text-teal {
  color: #24ddb9; }
  /* line 789, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .alert-text-teal a {
    color: #24ddb9;
    text-decoration: underline !important; }

/* line 795, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.alert-text-purple {
  color: #b482fb; }
  /* line 798, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .alert-text-purple a {
    color: #b482fb;
    text-decoration: underline !important; }

/* 2021 cotw
----------------------------------------------------------------- */
/* line 806, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.mlb21-global-challenge {
  background: #69becb; }

/* line 810, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.mlb21-global-challenge-container {
  display: flex;
  flex-direction: row;
  max-width: 1600px;
  margin: auto;
  padding: 8px 15px;
  background: #69becb;
  color: black;
  font-size: 14px; }
  /* line 820, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .mlb21-global-challenge-container a {
    color: inherit;
    text-decoration: underline !important;
    cursor: pointer; }

/* line 827, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.mlb21-global-challenge-container .trix-content {
  flex-grow: 1;
  padding: 0 15px; }

/* 2022 cotw
----------------------------------------------------------------- */
/* line 834, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.mlb22-global-challenge {
  background: #cc3433; }

/* line 838, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.mlb22-global-challenge-container {
  display: flex;
  flex-direction: row;
  max-width: 1600px;
  margin: auto;
  padding: 8px 15px;
  background: #cc3433;
  color: black;
  font-size: 14px; }
  /* line 848, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .mlb22-global-challenge-container a {
    color: inherit;
    text-decoration: underline !important;
    cursor: pointer; }

/* line 855, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.mlb22-global-challenge-container .trix-content {
  flex-grow: 1;
  padding: 0 15px; }

/* 2023 cotw
----------------------------------------------------------------- */
/* line 862, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.mlb23-global-challenge {
  background: #f931c5; }

/* line 866, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.mlb23-global-challenge-container {
  display: flex;
  flex-direction: row;
  max-width: 1600px;
  margin: auto;
  padding: 8px 15px;
  background: #f931c5;
  color: black;
  font-size: 14px; }
  /* line 876, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .mlb23-global-challenge-container a {
    color: inherit;
    text-decoration: underline !important;
    cursor: pointer; }

/* line 883, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.mlb23-global-challenge-container .trix-content {
  flex-grow: 1;
  padding: 0 15px; }

/* 2024 cotw
----------------------------------------------------------------- */
/* line 890, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.mlb24-global-challenge {
  background: #50baee; }

/* line 894, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.mlb24-global-challenge-container {
  display: flex;
  flex-direction: row;
  max-width: 1600px;
  margin: auto;
  padding: 8px 15px;
  background: #50baee;
  color: black;
  font-size: 14px; }
  /* line 904, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
  .mlb24-global-challenge-container a {
    color: inherit;
    text-decoration: underline !important;
    cursor: pointer; }

/* line 911, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/global.scss */
.mlb24-global-challenge-container .trix-content {
  flex-grow: 1;
  padding: 0 15px; }

/* line 1, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/linktree.scss */
.mlb20-linktree {
  background: #111111;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif; }
  /* line 6, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/linktree.scss */
  .mlb20-linktree .mlb20-linktree-content {
    margin: auto;
    max-width: 500px;
    padding: 30px; }
    /* line 11, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/linktree.scss */
    .mlb20-linktree .mlb20-linktree-content a {
      justify-content: center;
      text-align: center;
      text-decoration: none;
      display: flex;
      flex-direction: row;
      align-items: center;
      padding: 15px;
      color: #ffffff;
      border: 1px solid #ffffff;
      margin: 0 0 10px; }
      /* line 23, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/linktree.scss */
      .mlb20-linktree .mlb20-linktree-content a svg {
        margin: 0 15px 0 0;
        width: 24px;
        fill: #ffffff; }

/* line 1, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/sweepstakes.scss */
.mlb20-sweepstakes {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.5; }
  /* line 6, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/sweepstakes.scss */
  .mlb20-sweepstakes .sweepstakes-head {
    background: #111111;
    color: #ffffff; }
    /* line 10, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/sweepstakes.scss */
    .mlb20-sweepstakes .sweepstakes-head .sweepstakes-head-inner {
      margin: auto;
      max-width: 500px;
      padding: 30px; }
      /* line 15, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/sweepstakes.scss */
      .mlb20-sweepstakes .sweepstakes-head .sweepstakes-head-inner span {
        display: block;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        font-size: 30px; }
  /* line 26, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/sweepstakes.scss */
  .mlb20-sweepstakes .sweepstakes-body .sweepstakes-body-title {
    font-size: 24px;
    text-align: center; }
  /* line 31, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/sweepstakes.scss */
  .mlb20-sweepstakes .sweepstakes-body .sweepstakes-body-inner {
    margin: auto;
    max-width: 1200px;
    padding: 0 30px; }
    /* line 36, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/sweepstakes.scss */
    .mlb20-sweepstakes .sweepstakes-body .sweepstakes-body-inner .prize-wrap {
      margin: 0 0 15px;
      display: flex;
      flex-direction: column; }
      /* line 41, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/sweepstakes.scss */
      .mlb20-sweepstakes .sweepstakes-body .sweepstakes-body-inner .prize-wrap .prize-block {
        margin: 0 0 30px;
        box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.3); }
    /* line 47, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/sweepstakes.scss */
    .mlb20-sweepstakes .sweepstakes-body .sweepstakes-body-inner .sweeptakes-actions {
      margin: 0 0 30px;
      padding: 30px;
      font-size: 21px;
      text-align: center;
      background: #f7f7f7; }
      /* line 54, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/sweepstakes.scss */
      .mlb20-sweepstakes .sweepstakes-body .sweepstakes-body-inner .sweeptakes-actions .title-button {
        text-transform: uppercase; }
    /* line 59, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/sweepstakes.scss */
    .mlb20-sweepstakes .sweepstakes-body .sweepstakes-body-inner .sweeptakes-rules {
      padding: 30px 0;
      font-size: 13px; }
  /* line 67, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/sweepstakes.scss */
  .mlb20-sweepstakes form fieldset {
    margin: 0;
    padding: 0;
    border-width: 0; }
  /* line 73, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/sweepstakes.scss */
  .mlb20-sweepstakes form legend {
    display: block; }
  /* line 77, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/sweepstakes.scss */
  .mlb20-sweepstakes form label {
    display: block; }
  /* line 81, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/sweepstakes.scss */
  .mlb20-sweepstakes form input[type="email"],
  .mlb20-sweepstakes form input[type="number"],
  .mlb20-sweepstakes form input[type="password"],
  .mlb20-sweepstakes form input[type="search"],
  .mlb20-sweepstakes form input[type="tel"],
  .mlb20-sweepstakes form input[type="text"],
  .mlb20-sweepstakes form input[type="url"],
  .mlb20-sweepstakes form textarea,
  .mlb20-sweepstakes form select {
    padding: 0.6rem 1rem;
    width: 100%;
    background-color: transparent;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    box-shadow: none;
    box-sizing: inherit;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none; }
    /* line 101, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/sweepstakes.scss */
    .mlb20-sweepstakes form input[type="email"]:focus,
    .mlb20-sweepstakes form input[type="number"]:focus,
    .mlb20-sweepstakes form input[type="password"]:focus,
    .mlb20-sweepstakes form input[type="search"]:focus,
    .mlb20-sweepstakes form input[type="tel"]:focus,
    .mlb20-sweepstakes form input[type="text"]:focus,
    .mlb20-sweepstakes form input[type="url"]:focus,
    .mlb20-sweepstakes form textarea:focus,
    .mlb20-sweepstakes form select:focus {
      border-color: #CC3433;
      outline: 0; }
  /* line 107, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/sweepstakes.scss */
  .mlb20-sweepstakes form textarea {
    min-height: 6.5rem; }
  /* line 111, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/sweepstakes.scss */
  .mlb20-sweepstakes form select {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="%23d1d1d1" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>') center right no-repeat #ffffff;
    padding-right: 3rem; }
    /* line 116, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/sweepstakes.scss */
    .mlb20-sweepstakes form select:focus {
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="%2300abf0" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>'); }
  /* line 121, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/sweepstakes.scss */
  .mlb20-sweepstakes form input[type="checkbox"],
  .mlb20-sweepstakes form input[type="radio"] {
    display: inline; }

/* media queries */
@media only screen and (min-width: 48em) {
  /* line 133, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/sweepstakes.scss */
  .mlb20-sweepstakes .sweepstakes-head .sweepstakes-head-inner span {
    font-size: 48px; }
  /* line 141, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/sweepstakes.scss */
  .mlb20-sweepstakes .sweepstakes-body .sweepstakes-body-inner .prize-wrap {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap; }
    /* line 147, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/sweepstakes.scss */
    .mlb20-sweepstakes .sweepstakes-body .sweepstakes-body-inner .prize-wrap.one-col .prize-block {
      width: 100%; }
    /* line 153, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/sweepstakes.scss */
    .mlb20-sweepstakes .sweepstakes-body .sweepstakes-body-inner .prize-wrap.two-col .prize-block {
      width: calc(50% - 15px); }
    /* line 159, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/sweepstakes.scss */
    .mlb20-sweepstakes .sweepstakes-body .sweepstakes-body-inner .prize-wrap.three-col .prize-block {
      width: calc(33% - 15px); }
  /* line 165, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/sweepstakes.scss */
  .mlb20-sweepstakes .sweepstakes-body .sweepstakes-body-inner .sweeptakes-actions {
    font-size: 30px; } }
/* errors */
/* line 174, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/sweepstakes.scss */
.error-messages {
  color: red; }

/* address
----------------------------------------------------------------- */
/* line 180, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/sweepstakes.scss */
.address-form {
  padding: 15px;
  background: #ffffff;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  max-width: 500px; }

@media (min-width: 576px) {
  /* line 189, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/sweepstakes.scss */
  .address-form {
    padding: 30px; } }
/* typography
----------------------------------------------------------------- */
/* line 196, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/sweepstakes.scss */
h1 {
  font-size: 28px; }

@media (min-width: 576px) {
  /* line 201, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/sweepstakes.scss */
  h1 {
    font-size: 40px; } }
/* layout
----------------------------------------------------------------- */
/* line 3, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.page-wrap {
  margin: auto;
  padding: 15px 0;
  max-width: 1600px; }

@media (min-width: 576px) {
  /* line 10, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .page-wrap {
    padding: 15px; } }
/* tsn-subnav
----------------------------------------------------------------- */
/* line 17, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.tsn-subnav {
  display: none;
  background: #f7f7f7; }
  /* line 21, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .tsn-subnav img {
    margin: 0 !important;
    vertical-align: middle; }
  /* line 26, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .tsn-subnav .tsn-subnav-inner {
    display: flex;
    align-items: center;
    margin: auto;
    padding: 15px;
    max-width: 1600px; }
    /* line 33, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .tsn-subnav .tsn-subnav-inner .tsn-subnav-logo {
      flex-grow: 1; }
      /* line 36, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
      .tsn-subnav .tsn-subnav-inner .tsn-subnav-logo .link-dropdown-toggle {
        text-decoration: none; }
      /* line 40, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
      .tsn-subnav .tsn-subnav-inner .tsn-subnav-logo .link-dropdown-toggle-icon {
        color: rgba(0, 0, 0, 0.8); }
    /* line 45, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .tsn-subnav .tsn-subnav-inner .tsn-subnav-nav {
      display: none; }
    /* line 49, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .tsn-subnav .tsn-subnav-inner .tsn-subnav-settings {
      display: none; }
    /* line 54, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .tsn-subnav .tsn-subnav-inner .tsn-subnav-toggle svg {
      width: 24px;
      height: 24px; }
  /* line 61, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .tsn-subnav #tsn-subnav-content {
    margin: 0;
    padding: 15px;
    max-width: 1600px; }
    /* line 67, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .tsn-subnav #tsn-subnav-content nav ul {
      margin: 0 0 15px;
      padding: 0;
      list-style: none; }
      /* line 73, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
      .tsn-subnav #tsn-subnav-content nav ul li a {
        display: block;
        padding: 8px 15px;
        color: black; }
        /* line 78, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
        .tsn-subnav #tsn-subnav-content nav ul li a:hover {
          background: #e7e7e7;
          text-decoration: none; }

/* line 89, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.tsn-subnav-platform {
  width: 24px;
  height: 24x;
  vertical-align: middle;
  border-radius: 3px; }

/* line 96, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.tsn-subnav-username {
  margin-left: 5px; }

@media (min-width: 1300px) {
  /* line 102, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .tsn-subnav {
    display: block; }
    /* line 105, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .tsn-subnav .tsn-subnav-inner {
      flex-direction: row;
      align-items: center; }
      /* line 109, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
      .tsn-subnav .tsn-subnav-inner .tsn-subnav-logo {
        flex-grow: 0; }
        /* line 112, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
        .tsn-subnav .tsn-subnav-inner .tsn-subnav-logo .link-dropdown-toggle {
          text-decoration: none; }
        /* line 116, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
        .tsn-subnav .tsn-subnav-inner .tsn-subnav-logo .link-dropdown-toggle-icon {
          color: rgba(0, 0, 0, 0.8); }
      /* line 121, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
      .tsn-subnav .tsn-subnav-inner .tsn-subnav-user {
        display: block;
        margin: 0 0 0 30px; }
        /* line 125, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
        .tsn-subnav .tsn-subnav-inner .tsn-subnav-user a {
          color: #111;
          text-decoration: underline; }
        /* line 131, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
        .tsn-subnav .tsn-subnav-inner .tsn-subnav-user span a {
          font-size: 12px; }
      /* line 137, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
      .tsn-subnav .tsn-subnav-inner .tsn-acct-subnav-user {
        display: block; }
        /* line 140, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
        .tsn-subnav .tsn-subnav-inner .tsn-acct-subnav-user a {
          color: #111;
          text-decoration: underline; }
        /* line 146, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
        .tsn-subnav .tsn-subnav-inner .tsn-acct-subnav-user span a {
          font-size: 12px; }
      /* line 152, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
      .tsn-subnav .tsn-subnav-inner .tsn-subnav-nav {
        display: block;
        margin: 0 30px; }
        /* line 158, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
        .tsn-subnav .tsn-subnav-inner .tsn-subnav-nav .link-dropdown > a {
          font-size: 18px;
          font-weight: bold;
          color: #000000;
          display: inline-block; }
        /* line 165, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
        .tsn-subnav .tsn-subnav-inner .tsn-subnav-nav .link-dropdown > .link-dropdown-toggle {
          padding: 5px;
          cursor: pointer; }
        /* line 172, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
        .tsn-subnav .tsn-subnav-inner .tsn-subnav-nav nav ul {
          display: flex;
          flex-direction: row;
          margin: 0;
          padding: 0;
          list-style: none; }
          /* line 179, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
          .tsn-subnav .tsn-subnav-inner .tsn-subnav-nav nav ul li {
            margin: 0 30px 0 0; }
            /* line 182, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
            .tsn-subnav .tsn-subnav-inner .tsn-subnav-nav nav ul li a {
              color: black; }
          /* line 187, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
          .tsn-subnav .tsn-subnav-inner .tsn-subnav-nav nav ul li:last-child {
            margin: 0; }
      /* line 194, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
      .tsn-subnav .tsn-subnav-inner .tsn-subnav-settings {
        display: block; }
        /* line 197, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
        .tsn-subnav .tsn-subnav-inner .tsn-subnav-settings svg {
          width: 24px;
          height: 24px; }
        /* line 202, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
        .tsn-subnav .tsn-subnav-inner .tsn-subnav-settings ul {
          margin: 0 !important; }
          /* line 205, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
          .tsn-subnav .tsn-subnav-inner .tsn-subnav-settings ul a {
            color: black; }
      /* line 211, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
      .tsn-subnav .tsn-subnav-inner .tsn-subnav-toggle {
        display: none; }
    /* line 216, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .tsn-subnav #tsn-subnav-content {
      display: none; } }
/* tsn-subnav small
----------------------------------------------------------------- */
/* line 224, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.tsn-subnav-sm {
  display: block;
  background: #f7f7f7; }
  /* line 228, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .tsn-subnav-sm img {
    margin: 0 !important;
    vertical-align: middle; }
  /* line 233, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .tsn-subnav-sm .tsn-subnav-inner {
    display: flex;
    align-items: center;
    margin: auto;
    max-width: 1600px; }
    /* line 239, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .tsn-subnav-sm .tsn-subnav-inner .tsn-subnav-logo {
      flex-grow: 1;
      padding: 14px 15px; }
      /* line 243, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
      .tsn-subnav-sm .tsn-subnav-inner .tsn-subnav-logo .link-dropdown-toggle {
        text-decoration: none; }
      /* line 247, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
      .tsn-subnav-sm .tsn-subnav-inner .tsn-subnav-logo .link-dropdown-toggle-icon {
        color: rgba(0, 0, 0, 0.8); }
    /* line 252, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .tsn-subnav-sm .tsn-subnav-inner .tsn-subnav-user {
      flex-grow: 1;
      padding: 14px 15px; }
      /* line 256, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
      .tsn-subnav-sm .tsn-subnav-inner .tsn-subnav-user a {
        color: #111;
        text-decoration: underline; }
      /* line 262, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
      .tsn-subnav-sm .tsn-subnav-inner .tsn-subnav-user span a {
        font-size: 12px; }
    /* line 268, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .tsn-subnav-sm .tsn-subnav-inner .tsn-subnav-nav {
      display: none; }
    /* line 272, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .tsn-subnav-sm .tsn-subnav-inner .tsn-subnav-settings {
      display: none; }
    /* line 277, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .tsn-subnav-sm .tsn-subnav-inner .tsn-subnav-toggle svg {
      width: 24px;
      height: 24px; }
  /* line 284, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .tsn-subnav-sm #tsn-subnav-content {
    margin: 0;
    padding: 15px;
    max-width: 1600px; }
    /* line 290, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .tsn-subnav-sm #tsn-subnav-content nav ul {
      margin: 0 0 15px;
      padding: 0;
      list-style: none; }
      /* line 296, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
      .tsn-subnav-sm #tsn-subnav-content nav ul li a {
        display: block;
        padding: 8px 15px;
        color: black; }
        /* line 301, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
        .tsn-subnav-sm #tsn-subnav-content nav ul li a:hover {
          background: #e7e7e7;
          text-decoration: none; }
  /* line 314, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .tsn-subnav-sm #tsn-subnav-content.switch-content ul li a {
    font-weight: bold; }
  /* line 319, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .tsn-subnav-sm #tsn-subnav-content.switch-content ul li ul li {
    margin-left: 15px; }
    /* line 322, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .tsn-subnav-sm #tsn-subnav-content.switch-content ul li ul li a {
      font-weight: normal; }

@media (min-width: 1300px) {
  /* line 333, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .tsn-subnav-sm {
    display: none; } }
/* tsn-subnav small switch
----------------------------------------------------------------- */
/* line 341, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.tsn-subnav-toggle-wrap .tsn-subnav-chevron {
  display: block;
  padding: 15px;
  background: #e6e6e6;
  cursor: pointer; }
  /* line 347, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .tsn-subnav-toggle-wrap .tsn-subnav-chevron:before {
    display: inline-block;
    position: relative;
    top: 1px;
    font-family: "Icons";
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    vertical-align: baseline;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e034'; }
  /* line 362, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .tsn-subnav-toggle-wrap .tsn-subnav-chevron:empty:before {
    width: 21px;
    height: 21px;
    text-align: center;
    box-sizing: content-box; }

/* line 371, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
#tsn-subnav-sm-content {
  background: #f7f7f7;
  padding: 15px; }
  /* line 375, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  #tsn-subnav-sm-content .tsn-subnav-platform {
    margin: 0 !important; }
  /* line 380, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  #tsn-subnav-sm-content nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    /* line 385, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    #tsn-subnav-sm-content nav ul li {
      margin: 0 0 15px; }
      /* line 388, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
      #tsn-subnav-sm-content nav ul li a {
        color: #111; }
  /* line 398, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  #tsn-subnav-sm-content nav.user-logout ul li a {
    text-decoration: underline; }
  /* line 403, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  #tsn-subnav-sm-content nav.user-logout ul li span a {
    font-size: 12px; }

/* turbolinks
----------------------------------------------------------------- */
/* line 414, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.turbolinks-progress-bar {
  /* enable */
  /* disable */
  visibility: hidden; }

/* spinner: https://tobiasahlin.com/spinkit/
----------------------------------------------------------------- */
/* line 425, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.spinner {
  display: none; }

/* line 429, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.sk-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 102; }

/* line 441, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.sk-folding-cube-bg {
  padding: 15px 15px 30px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  z-index: 101; }

/* line 448, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.sk-folding-cube {
  width: 40px;
  height: 40px;
  margin: auto;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

/* line 459, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

/* line 469, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0fbcf9;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

/* line 484, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg); }

/* line 489, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg); }

/* line 494, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg); }

/* line 499, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

/* line 504, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

/* line 509, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s; }

@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }
@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }
/* upload button
----------------------------------------------------------------- */
/* line 565, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.fileContainer {
  overflow: hidden;
  position: relative; }

/* line 570, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.fileContainer [type="file"] {
  cursor: inherit;
  display: block;
  font-size: 999px;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0; }

/* Example stylistic flourishes */
/* line 585, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.fileContainer {
  background: #CC3433;
  border-radius: 4px;
  float: left;
  padding: 8px 15px;
  color: #ffffff;
  display: flex;
  align-items: center; }

/* line 595, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.fileContainer [type="file"] {
  cursor: pointer; }

/* line 599, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.fileContainer svg {
  fill: #ffffff;
  width: 14px;
  height: 14px;
  margin: 0 0 0 8px; }

/* button
----------------------------------------------------------------- */
/* line 608, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.beta-forum-button {
  display: inline-block;
  padding: 8px 15px;
  background: #CC3433;
  border: 1px solid #CC3433;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  appearance: none; }
  /* line 620, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .beta-forum-button:focus, .beta-forum-button:hover {
    background: #922524;
    border-color: #922524;
    outline: 0;
    text-decoration: none; }

/* completed item circle
----------------------------------------------------------------- */
/* line 631, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.completed-item-circle,
.completed-item-circle-check {
  width: 20px; }

/* line 636, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.completed-item-circle {
  fill: #b7b7b7; }

/* line 640, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.completed-item-circle-check {
  fill: #43c143; }

/* dashboard
----------------------------------------------------------------- */
/* line 646, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.dashboard-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  max-width: 1600px; }
  /* line 654, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .dashboard-container .dashboard-block {
    margin: 0 0 15px;
    width: 100%; }
  /* line 659, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .dashboard-container .dashboard-fullwidth {
    display: flex;
    flex-direction: column;
    margin: 0 0 15px;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.1); }
    /* line 667, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .dashboard-container .dashboard-fullwidth .dashboard-block {
      padding: 15px; }

/* line 673, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.dashboard-default {
  padding: 15px;
  background: #ffffff;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.1); }

/* line 679, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.linked-accounts-wrap {
  display: flex;
  flex-direction: column; }
  /* line 683, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .linked-accounts-wrap .linked-accounts-each {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    padding: 8px;
    margin: 0 0 8px;
    color: #999999; }
    /* line 694, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .linked-accounts-wrap .linked-accounts-each > div {
      text-align: right;
      margin-right: 10px; }
      /* line 698, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
      .linked-accounts-wrap .linked-accounts-each > div .title-button {
        padding: 5px 10px;
        font-size: 13px; }
    /* line 704, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .linked-accounts-wrap .linked-accounts-each img {
      margin: 0; }
    /* line 708, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .linked-accounts-wrap .linked-accounts-each span {
      display: block;
      text-align: right; }
      /* line 712, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
      .linked-accounts-wrap .linked-accounts-each span.connected {
        color: #43c143;
        font-weight: bold;
        margin-bottom: 5px; }
      /* line 718, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
      .linked-accounts-wrap .linked-accounts-each span.current {
        color: #333;
        margin-bottom: 5px; }
      /* line 723, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
      .linked-accounts-wrap .linked-accounts-each span.username {
        margin-bottom: 5px; }
  /* line 729, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .linked-accounts-wrap .active {
    border-color: #43c143; }

@media (min-width: 992px) {
  /* line 735, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .linked-accounts-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
    /* line 740, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .linked-accounts-wrap .linked-accounts-each {
      width: calc(50% - 4px); } }
/* line 746, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.dashboard-twitch {
  padding: 15px;
  background: #6441a5;
  color: #ffffff;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.1); }
  /* line 752, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .dashboard-twitch a {
    color: #ffffff;
    text-decoration: underline; }
  /* line 757, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .dashboard-twitch .twitch-header-icon {
    fill: white;
    width: 24px;
    height: 24px; }
  /* line 763, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .dashboard-twitch .twitch-status-well {
    margin: 0 0 15px;
    padding: 10px 15px;
    background: #56378e; }

/* line 770, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.dashboard-scouting {
  display: flex;
  flex-direction: column;
  background: #171717;
  color: #ffffff;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.1); }
  /* line 777, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .dashboard-scouting .dashboard-scouting-logo {
    padding: 30px;
    text-align: center; }
    /* line 781, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .dashboard-scouting .dashboard-scouting-logo img {
      margin: 0 auto; }
  /* line 786, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .dashboard-scouting .dashboard-scouting-info {
    padding: 15px; }
  /* line 788, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .dashboard-scouting .scoutingreport-share-user-data {
    font-size: 12px; }

/* line 793, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.dashboard-shadow {
  padding: 15px;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.1); }

@media (min-width: 768px) {
  /* line 799, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .dashboard-container {
    flex-direction: row; }
    /* line 802, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .dashboard-container .dashboard-block {
      width: calc(50% - 10px); }
    /* line 806, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .dashboard-container .dashboard-fullwidth {
      flex-direction: row;
      justify-content: space-between; }
      /* line 810, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
      .dashboard-container .dashboard-fullwidth .dashboard-block {
        width: calc(50% - 10px);
        padding: 30px; }

  /* line 817, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .dashboard-default {
    padding: 30px; }

  /* line 821, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .dashboard-twitch {
    padding: 30px; } }
@media (min-width: 1440px) {
  /* line 827, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .dashboard-scouting {
    flex-direction: row; }
    /* line 830, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .dashboard-scouting .dashboard-scouting-logo {
      width: 30%; }
    /* line 834, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .dashboard-scouting .dashboard-scouting-info {
      width: 70%;
      padding: 30px; } }
/* mlb link */
/* line 842, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.dashboard-mlb-links {
  margin: 0 0 15px;
  padding: 0;
  list-style: none; }

/* profile complete */
/* line 849, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.dashboard-profile-complete {
  display: flex;
  flex-direction: column;
  margin: 0 0 15px;
  padding: 15px;
  width: 100%;
  background: #171717;
  color: #ffffff;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.1); }

/* line 860, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
figure.profile-complete {
  position: relative;
  display: flex;
  align-self: center;
  justify-content: center;
  width: 200px;
  height: 112px;
  margin: 0 0 30px 0; }
  /* line 869, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  figure.profile-complete svg {
    position: absolute;
    left: 0;
    top: 0; }
    /* line 874, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    figure.profile-complete svg path {
      transition: all 1s; }
  /* line 879, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  figure.profile-complete .text {
    align-self: flex-end;
    text-align: center;
    z-index: 1; }
  /* line 885, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  figure.profile-complete .percent {
    font-size: 36px;
    font-weight: bold;
    display: block; }
  /* line 891, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  figure.profile-complete .symbol {
    font-size: 18px;
    margin-left: -8px; }
  /* line 896, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  figure.profile-complete .complete {
    font-size: 16px; }

/* line 901, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.profile-complete-info-items {
  display: flex;
  flex-direction: column; }
  /* line 905, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .profile-complete-info-items span {
    background: #2b2b2b;
    border: 1px solid #3c3c3c;
    border-radius: 2px;
    padding: 5px 10px;
    margin: 0 0 5px 0; }
    /* line 912, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .profile-complete-info-items span.complete {
      border: 1px solid #69becb;
      background: rgba(105, 190, 203, 0.4); }

@media (min-width: 768px) {
  /* line 920, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .dashboard-profile-complete {
    flex-direction: row; }

  /* line 924, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  figure.profile-complete {
    margin: 0 30px 0 0; }

  /* line 928, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .profile-complete-info-items {
    flex-direction: row; }
    /* line 931, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .profile-complete-info-items span {
      margin: 0 5px 0 0; } }
/* line 937, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.dashboard-cotw {
  padding: 30px;
  background: #ffffff;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.1); }
  /* line 942, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .dashboard-cotw .dashboard-cotw-logo {
    text-align: center; }
    /* line 945, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .dashboard-cotw .dashboard-cotw-logo img {
      margin: 0 auto;
      width: 30%; }
  /* line 951, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .dashboard-cotw .dashboard-cotw-info {
    text-align: center;
    padding: 15px; }

@media (max-width: 1366px) {
  /* line 958, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .dashboard-cotw {
    padding: 15px; }
    /* line 961, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .dashboard-cotw .dashboard-cotw-logo {
      text-align: center; }
      /* line 964, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
      .dashboard-cotw .dashboard-cotw-logo img {
        margin: 0 auto;
        width: 100%; } }
/* center block
----------------------------------------------------------------- */
/* line 974, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.center-block {
  padding: 15px;
  border: 1px solid #ebebeb;
  margin: auto;
  max-width: 800px; }

@media (min-width: 576px) {
  /* line 982, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .center-block {
    margin: 30px auto;
    padding: 30px; } }
/* games select
----------------------------------------------------------------- */
/* line 990, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.games-select-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  max-width: 1600px; }
  /* line 998, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .games-select-container .games-select-block {
    margin: 0 0 15px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.1); }
    /* line 1004, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .games-select-container .games-select-block .games-select-image {
      width: 100%;
      flex-basis: 100%; }
    /* line 1009, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .games-select-container .games-select-block .games-select-links {
      margin: 0 0 0 1rem;
      flex-basis: 100%;
      padding: 15px; }
      /* line 1015, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
      .games-select-container .games-select-block .games-select-links ul {
        margin: 0;
        padding-left: 1rem;
        list-style: none; }

/* line 1025, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.games-select-default img {
  margin: 0 !important; }
/* line 1029, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.games-select-default a {
  color: #111111; }

@media (min-width: 768px) {
  /* line 1035, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .games-select-container {
    flex-direction: row; }
    /* line 1038, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .games-select-container .games-select-block {
      width: calc(50% - 10px);
      flex-direction: row; }
      /* line 1042, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
      .games-select-container .games-select-block .games-select-image {
        width: 45%;
        flex-basis: 45%; }
      /* line 1047, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
      .games-select-container .games-select-block .games-select-links {
        width: 55%;
        flex-basis: 55%; } }
/* link dropdown
----------------------------------------------------------------- */
/* line 1059, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.link-dropdown.title-link-dropdown .link-dropdown-content ul {
  margin: 0; }
  /* line 1063, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .link-dropdown.title-link-dropdown .link-dropdown-content ul li .game-switcher-icon {
    width: 24px;
    float: left;
    margin: 7px !important; }
  /* line 1069, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .link-dropdown.title-link-dropdown .link-dropdown-content ul li a {
    color: #000; }

/* saved search modal
----------------------------------------------------------------- */
/* line 1079, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.saved-search-modal-box {
  background-color: #ffffff;
  padding: 10px; }

/* order modal
----------------------------------------------------------------- */
/* line 1086, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.order-modal-box {
  background-color: #ffffff;
  padding: 10px;
  color: #000000; }

/* referer block
----------------------------------------------------------------- */
/* line 1094, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.referer-block {
  background: #f7f7f7; }
  /* line 1097, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .referer-block .referer-inner {
    display: flex;
    align-items: center;
    margin: auto;
    padding: 8px 0;
    max-width: 1600px;
    font-size: 10px; }
    /* line 1105, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .referer-block .referer-inner a {
      color: black !important; }

/* dashboard twitch
----------------------------------------------------------------- */
/* line 1113, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.twitch-link-icon {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  fill: #fff;
  margin: 0 8px; }

/* line 1121, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.twitch-link-icon-alt {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  fill: #000;
  margin: 0 8px; }

/* line 1129, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.twitch-linking {
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.1); }

/* line 1138, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.multi-steps > li.is-active:before, .multi-steps > li.is-active ~ li:before {
  content: counter(stepNum);
  font-family: inherit;
  font-weight: 700; }
/* line 1144, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.multi-steps > li.is-active:after, .multi-steps > li.is-active ~ li:after {
  background-color: #ededed; }

/* line 1149, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.multi-steps {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0; }
  /* line 1155, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .multi-steps > li {
    counter-increment: stepNum;
    text-align: center;
    display: table-cell;
    position: relative;
    color: #6441a5; }
    /* line 1162, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .multi-steps > li:before {
      content: '\f00c';
      content: '\2713;';
      content: '\10003';
      content: '\10004';
      content: '\2713';
      display: block;
      margin: 0 auto 4px;
      background-color: #fff;
      width: 36px;
      height: 36px;
      line-height: 32px;
      text-align: center;
      font-weight: bold;
      border-width: 2px;
      border-style: solid;
      border-color: #6441a5;
      border-radius: 50%; }
    /* line 1185, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .multi-steps > li:after {
      content: '';
      height: 2px;
      width: 100%;
      background-color: #6441a5;
      position: absolute;
      top: 16px;
      left: 50%;
      z-index: -1; }
    /* line 1197, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .multi-steps > li:last-child:after {
      display: none; }
    /* line 1205, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .multi-steps > li.is-active:before {
      background-color: #fff;
      border-color: #6441a5; }
    /* line 1210, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .multi-steps > li.is-active ~ li {
      color: #808080; }
      /* line 1214, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
      .multi-steps > li.is-active ~ li:before {
        background-color: #ededed;
        border-color: #ededed; }

/* theshow-subnav
----------------------------------------------------------------- */
/* line 1225, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.theshow-subnav {
  display: none;
  background: #f7f7f7; }
  /* line 1229, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .theshow-subnav img {
    margin: 0 !important;
    vertical-align: middle;
    width: 93px;
    height: 24px; }
  /* line 1236, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .theshow-subnav .theshow-subnav-inner {
    display: flex;
    align-items: center;
    margin: auto;
    max-width: 1600px; }
    /* line 1242, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .theshow-subnav .theshow-subnav-inner .theshow-subnav-logo {
      flex-grow: 1; }
    /* line 1246, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .theshow-subnav .theshow-subnav-inner .theshow-subnav-nav {
      display: none; }
    /* line 1250, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .theshow-subnav .theshow-subnav-inner .theshow-subnav-settings {
      display: none; }
    /* line 1255, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .theshow-subnav .theshow-subnav-inner .theshow-subnav-toggle svg {
      width: 24px;
      height: 24px; }
  /* line 1262, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .theshow-subnav #theshow-subnav-content {
    margin: 0;
    padding: 15px;
    max-width: 1600px; }
    /* line 1268, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .theshow-subnav #theshow-subnav-content nav ul {
      margin: 0 0 15px;
      padding: 0;
      list-style: none; }
      /* line 1274, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
      .theshow-subnav #theshow-subnav-content nav ul li a {
        display: block;
        padding: 8px 15px;
        color: black; }
        /* line 1279, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
        .theshow-subnav #theshow-subnav-content nav ul li a:hover {
          background: #e7e7e7;
          text-decoration: none; }

@media (min-width: 1300px) {
  /* line 1291, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .theshow-subnav {
    display: block; }
    /* line 1294, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .theshow-subnav .theshow-subnav-inner {
      flex-direction: row;
      align-items: center;
      padding: 15px; }
      /* line 1299, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
      .theshow-subnav .theshow-subnav-inner .theshow-subnav-logo {
        flex-grow: 0; }
      /* line 1303, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
      .theshow-subnav .theshow-subnav-inner .theshow-subnav-user {
        display: block;
        margin: 0 0 0 30px; }
        /* line 1307, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
        .theshow-subnav .theshow-subnav-inner .theshow-subnav-user a {
          font-size: 12px;
          color: #111;
          text-decoration: underline; }
      /* line 1314, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
      .theshow-subnav .theshow-subnav-inner .theshow-subnav-nav {
        display: block;
        margin: 0 30px; }
        /* line 1320, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
        .theshow-subnav .theshow-subnav-inner .theshow-subnav-nav .link-dropdown > a {
          font-size: 18px;
          font-weight: bold;
          color: #000000;
          display: inline-block; }
        /* line 1327, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
        .theshow-subnav .theshow-subnav-inner .theshow-subnav-nav .link-dropdown > .link-dropdown-toggle {
          padding: 5px;
          cursor: pointer; }
        /* line 1334, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
        .theshow-subnav .theshow-subnav-inner .theshow-subnav-nav nav ul {
          display: flex;
          flex-direction: row;
          margin: 0;
          padding: 0;
          list-style: none; }
          /* line 1341, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
          .theshow-subnav .theshow-subnav-inner .theshow-subnav-nav nav ul li {
            margin: 0 30px 0 0; }
            /* line 1344, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
            .theshow-subnav .theshow-subnav-inner .theshow-subnav-nav nav ul li a {
              color: black; }
          /* line 1349, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
          .theshow-subnav .theshow-subnav-inner .theshow-subnav-nav nav ul li:last-child {
            margin: 0; }
      /* line 1356, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
      .theshow-subnav .theshow-subnav-inner .theshow-subnav-settings {
        display: block; }
        /* line 1359, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
        .theshow-subnav .theshow-subnav-inner .theshow-subnav-settings svg {
          width: 24px;
          height: 24px; }
        /* line 1364, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
        .theshow-subnav .theshow-subnav-inner .theshow-subnav-settings ul {
          margin: 0 !important; }
          /* line 1367, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
          .theshow-subnav .theshow-subnav-inner .theshow-subnav-settings ul a {
            color: black; }
      /* line 1373, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
      .theshow-subnav .theshow-subnav-inner .theshow-subnav-toggle {
        display: none; }
    /* line 1378, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .theshow-subnav #theshow-subnav-content {
      display: none; } }
/* theshow-subnav small
----------------------------------------------------------------- */
/* line 1386, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.theshow-subnav-sm {
  display: block;
  background: #f7f7f7; }
  /* line 1390, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .theshow-subnav-sm img {
    margin: 0 !important;
    vertical-align: middle;
    width: 93px;
    height: 24px; }
  /* line 1397, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .theshow-subnav-sm .theshow-subnav-inner {
    display: flex;
    align-items: center;
    margin: auto;
    max-width: 1600px; }
    /* line 1403, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .theshow-subnav-sm .theshow-subnav-inner .theshow-subnav-logo {
      padding: 14px 15px; }
    /* line 1407, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .theshow-subnav-sm .theshow-subnav-inner .theshow-subnav-user {
      flex-grow: 1;
      padding: 14px 15px; }
      /* line 1411, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
      .theshow-subnav-sm .theshow-subnav-inner .theshow-subnav-user a {
        font-size: 12px;
        color: #111;
        text-decoration: underline; }
    /* line 1418, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .theshow-subnav-sm .theshow-subnav-inner .theshow-subnav-nav {
      display: none; }
    /* line 1422, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .theshow-subnav-sm .theshow-subnav-inner .theshow-subnav-settings {
      display: none; }
    /* line 1427, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .theshow-subnav-sm .theshow-subnav-inner .theshow-subnav-toggle svg {
      width: 24px;
      height: 24px; }
  /* line 1434, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .theshow-subnav-sm #theshow-subnav-content {
    margin: 0;
    padding: 15px;
    max-width: 1600px; }
    /* line 1440, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .theshow-subnav-sm #theshow-subnav-content nav ul {
      margin: 0 0 15px;
      padding: 0;
      list-style: none; }
      /* line 1446, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
      .theshow-subnav-sm #theshow-subnav-content nav ul li a {
        display: block;
        padding: 8px 15px;
        color: black; }
        /* line 1451, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
        .theshow-subnav-sm #theshow-subnav-content nav ul li a:hover {
          background: #e7e7e7;
          text-decoration: none; }
  /* line 1464, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .theshow-subnav-sm #theshow-subnav-content.switch-content ul li a {
    font-weight: bold; }
  /* line 1469, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .theshow-subnav-sm #theshow-subnav-content.switch-content ul li ul li {
    margin-left: 15px; }
    /* line 1472, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    .theshow-subnav-sm #theshow-subnav-content.switch-content ul li ul li a {
      font-weight: normal; }

@media (min-width: 1300px) {
  /* line 1483, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .theshow-subnav-sm {
    display: none; } }
/* theshow-subnav small switch
----------------------------------------------------------------- */
/* line 1491, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.theshow-subnav-toggle-wrap .theshow-subnav-chevron {
  display: block;
  padding: 15px;
  background: #e6e6e6;
  cursor: pointer; }
  /* line 1497, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .theshow-subnav-toggle-wrap .theshow-subnav-chevron:before {
    display: inline-block;
    position: relative;
    top: 1px;
    font-family: "Icons";
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    vertical-align: baseline;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e034'; }
  /* line 1512, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .theshow-subnav-toggle-wrap .theshow-subnav-chevron:empty:before {
    width: 21px;
    height: 21px;
    text-align: center;
    box-sizing: content-box; }

/* line 1521, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
#theshow-subnav-sm-content {
  background: #f7f7f7;
  padding: 15px; }
  /* line 1526, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  #theshow-subnav-sm-content nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    /* line 1531, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
    #theshow-subnav-sm-content nav ul li {
      margin: 0 0 15px; }
      /* line 1534, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
      #theshow-subnav-sm-content nav ul li a {
        color: #111; }
  /* line 1544, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  #theshow-subnav-sm-content nav.user-logout ul li a {
    font-size: 12px;
    text-decoration: underline; }

/* home_account
----------------------------------------------------------------- */
/* line 1555, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.home-account-block {
  max-width: 420px;
  min-height: 360px;
  margin: 30px auto !important;
  text-align: center; }
  /* line 1561, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .home-account-block a {
    display: inline-block; }
  /* line 1565, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .home-account-block img {
    margin-bottom: 0 !important; }
  /* line 1569, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .home-account-block .sign-in {
    margin-top: 20px;
    font-size: 20px; }
  /* line 1574, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
  .home-account-block .logo {
    width: 200px;
    display: inline-block;
    vertical-align: middle; }

/* mlb the show loading icon
----------------------------------------------------------------- */
/* line 1583, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/theme.scss */
.ts-loading-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 102; }

/* img-responsive */
/* line 2, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/utilities.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

/* video */
/* line 9, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/utilities.scss */
.video-container {
  position: relative;
  margin: 0 0 15px;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  /* line 16, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/utilities.scss */
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; }

/* touch */
/* line 31, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/utilities.scss */
.touch .site-container,
.touch .site-offcanvas-overlay {
  cursor: pointer; }

/* center */
/* line 38, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/utilities.scss */
.center-text {
  text-align: center; }

/* box-shadow */
/* line 43, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/utilities.scss */
.box-shadow {
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.1); }

/* bold */
/* line 48, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/utilities.scss */
.bold {
  font-weight: bold; }

/* invalid */
/* line 53, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/utilities.scss */
.invalid {
  color: #e74c3c; }

/* line 1, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
body.votable {
  /* body */
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  /* box-sizing */
  /* heading */
  /* text */
  /* blockquote */
  /* links */
  /* lists */
  /* horizontal rule */
  /* forms */
  /* forms
  ----------------------------------------------------------------- */ }
  /* line 9, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
  body.votable *,
  body.votable *:before,
  body.votable *:after {
    box-sizing: border-box; }
  /* line 16, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
  body.votable h1,
  body.votable h2,
  body.votable h3,
  body.votable h4,
  body.votable h5,
  body.votable h6 {
    margin: 0 0 15px;
    word-wrap: break-word; }
  /* line 27, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
  body.votable p {
    margin: 0 0 15px; }
  /* line 32, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
  body.votable blockquote {
    margin: 0 0 15px;
    padding: 15px;
    background: #efefef;
    border: 1px solid #e3e3e3; }
  /* line 40, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
  body.votable a {
    text-decoration: none; }
    /* line 43, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
    body.votable a:hover {
      text-decoration: underline; }
  /* line 49, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
  body.votable ol,
  body.votable ul,
  body.votable dl {
    margin: 0 0 15px; }
    /* line 54, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
    body.votable ol ol,
    body.votable ol ul,
    body.votable ol dl,
    body.votable ul ol,
    body.votable ul ul,
    body.votable ul dl,
    body.votable dl ol,
    body.votable dl ul,
    body.votable dl dl {
      margin: 0; }
  /* line 62, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
  body.votable hr {
    display: block;
    margin: 15px 0;
    padding: 0;
    height: 1px;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #e3e3e3; }
  /* line 74, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
  body.votable form fieldset {
    margin: 0;
    padding: 0;
    border-width: 0; }
  /* line 80, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
  body.votable form legend {
    display: block; }
  /* line 84, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
  body.votable form label {
    display: block; }
  /* line 88, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
  body.votable form input[type='email'],
  body.votable form input[type='number'],
  body.votable form input[type='password'],
  body.votable form input[type='search'],
  body.votable form input[type='tel'],
  body.votable form input[type='text'],
  body.votable form input[type='url'],
  body.votable form textarea,
  body.votable form select {
    padding: .6rem 1.0rem;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    box-shadow: 0 10px 40px -6px rgba(25, 25, 25, 0.03);
    box-sizing: inherit;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none; }
    /* line 108, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
    body.votable form input[type='email']:focus,
    body.votable form input[type='number']:focus,
    body.votable form input[type='password']:focus,
    body.votable form input[type='search']:focus,
    body.votable form input[type='tel']:focus,
    body.votable form input[type='text']:focus,
    body.votable form input[type='url']:focus,
    body.votable form textarea:focus,
    body.votable form select:focus {
      border-color: #CC3433;
      outline: 0; }
  /* line 114, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
  body.votable form textarea {
    min-height: 6.5rem; }
  /* line 118, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
  body.votable form select {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="%23d1d1d1" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>') center right no-repeat #ffffff;
    padding-right: 3.0rem; }
    /* line 122, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
    body.votable form select:focus {
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="%2300abf0" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>'); }
  /* line 127, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
  body.votable form input[type='checkbox'],
  body.votable form input[type='radio'] {
    display: inline; }
  /* line 135, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
  body.votable form.title-form {
    margin: 0 0 15px; }
    /* line 138, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
    body.votable form.title-form .form-block {
      margin: 0 0 15px; }
    /* line 142, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
    body.votable form.title-form > .form-block:last-child {
      margin: 0; }
    /* line 146, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
    body.votable form.title-form legend {
      margin: 0 0 15px; }
  @media (min-width: 768px) {
    /* line 153, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
    body.votable form.title-form .form-block {
      margin: 0 0 30px; } }

/* votable
  ----------------------------------------------------------------- */
/* line 162, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
.votable-header {
  background: #440010;
  background: linear-gradient(315deg, #440010 0%, black 50%, #001330 100%);
  transition: padding 0.5s ease;
  padding-bottom: 1rem; }

/* line 171, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
.votable-header-content {
  max-width: 800px;
  padding: 2rem 1rem;
  margin: auto;
  text-align: center;
  color: #ffffff; }
  /* line 178, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
  .votable-header-content h2 {
    font-size: 28px; }
  /* line 182, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
  .votable-header-content span {
    display: inline-block;
    padding: 7px 14px;
    background: #002D72;
    color: white;
    font-weight: bold;
    border-radius: 4px; }
  /* line 191, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
  .votable-header-content img {
    margin-bottom: 1rem; }

/* line 196, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
.votable-body {
  padding: 1rem 1rem 3rem; }

/* line 200, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
.votable-body-content {
  margin: -2rem auto 3rem;
  background: #ffffff;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.1);
  max-width: 800px;
  padding: 1rem;
  border-radius: 10px;
  transition: margin 0.5s ease;
  min-height: 300px; }

/* line 213, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
.votable-body-info {
  margin: 0 auto 1rem;
  background: #002D72;
  color: #ffffff;
  max-width: 800px;
  padding: 1rem;
  border-radius: 10px; }
  /* line 221, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
  .votable-body-info p {
    font-weight: bold; }
  /* line 225, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
  .votable-body-info ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  /* line 231, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
  .votable-body-info a {
    color: #ffffff; }

/* line 236, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
.votable-body-buy {
  margin: 0 auto 1rem;
  background: #f7f7f7;
  max-width: 800px;
  padding: 1rem;
  border-radius: 10px; }
  /* line 243, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
  .votable-body-buy p {
    font-weight: bold; }

/* line 248, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
.votable-body-subscribe {
  margin: 0 auto 1rem;
  background: #f7f7f7;
  max-width: 800px;
  padding: 1rem;
  border-radius: 10px; }
  /* line 255, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
  .votable-body-subscribe p {
    font-weight: bold; }

/* line 260, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
.votable-footer {
  font-size: 14px;
  background: #f7f7f7;
  color: #717171; }

/* line 266, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
.votable-footer-content {
  padding: 1rem;
  text-align: center; }

@media (min-width: 576px) {
  /* line 272, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
  .votable-header {
    padding-bottom: 3rem; }

  /* line 276, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
  .votable-header-content {
    padding: 2rem; }

  /* line 280, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
  .votable-body-content {
    margin-top: -4rem;
    padding: 2rem;
    border-radius: 20px; }

  /* line 286, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
  .votable-body-info {
    padding: 2rem; }

  /* line 290, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
  .votable-body-buy {
    padding: 2rem; }

  /* line 294, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
  .votable-body-subscribe {
    padding: 2rem; } }
@media (min-width: 768px) {
  /* line 300, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
  .votable-header {
    padding-bottom: 5rem; }

  /* line 304, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
  .votable-header-content {
    padding: 3rem; }
    /* line 307, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
    .votable-header-content h2 {
      font-size: 35px; }

  /* line 312, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
  .votable-body-content {
    margin-top: -6rem;
    padding: 3rem;
    border-radius: 30px; }

  /* line 318, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
  .votable-body-info {
    padding: 3rem; }

  /* line 322, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
  .votable-body-buy {
    padding: 3rem; }

  /* line 326, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
  .votable-body-subscribe {
    padding: 3rem; } }
@media (min-width: 992px) {
  /* line 332, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
  .votable-header {
    padding-bottom: 7rem; }

  /* line 336, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
  .votable-header-content {
    padding: 4rem 2rem; }
    /* line 339, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
    .votable-header-content h2 {
      font-size: 42px; }
    /* line 343, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
    .votable-header-content img {
      margin-bottom: 2rem; }

  /* line 348, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
  .votable-body-content {
    margin-top: -8rem;
    padding: 4rem;
    border-radius: 40px; } }
@media (min-width: 1200px) {
  /* line 356, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
  .votable-header {
    padding-bottom: 9rem; }

  /* line 360, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
  .votable-body-content {
    margin-top: -10rem;
    border-radius: 50px; } }
/* line 367, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
.votable-buy-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

/* line 373, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
.votable-buy-secondary {
  width: calc(25% - 15px); }

/* line 377, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
.votable-buy-primary {
  width: calc(75% - 15px); }

/* line 381, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
.twitter-button {
  display: inline-block;
  padding: 8px 15px;
  background: #1da1f2;
  border: 1px solid #1da1f2;
  border-radius: 0;
  color: #ffffff !important;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  appearance: none; }
  /* line 393, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
  .twitter-button svg {
    width: 20px;
    height: 20px;
    fill: white;
    margin: 0 5px 0 0;
    vertical-align: middle; }
  /* line 401, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
  .twitter-button:focus, .twitter-button:hover {
    outline: 0;
    text-decoration: none; }
  /* line 409, /home/ubuntu/dist/warsaw/app/assets/stylesheets/title/votable.scss */
  .twitter-button[disabled] {
    cursor: not-allowed;
    opacity: .5; }

/* Terra-based Styles */
