@charset "UTF-8";
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@font-face {
  font-family: "CustomIcons";
  src: url(/fonts/icons/CustomIcons.ttf?9FkFpq) format("truetype"), url(/fonts/icons/CustomIcons.woff?9FkFpq) format("woff");
  font-weight: normal;
  font-style: normal;
}

/* line 3, app/assets/stylesheets/ui/_animations.sass */
.animate:nth-of-type(1) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

/* line 3, app/assets/stylesheets/ui/_animations.sass */
.animate:nth-of-type(2) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

/* line 3, app/assets/stylesheets/ui/_animations.sass */
.animate:nth-of-type(3) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

/* line 3, app/assets/stylesheets/ui/_animations.sass */
.animate:nth-of-type(4) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

/* line 3, app/assets/stylesheets/ui/_animations.sass */
.animate:nth-of-type(5) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

/* line 3, app/assets/stylesheets/ui/_animations.sass */
.animate:nth-of-type(6) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

/* line 7, app/assets/stylesheets/ui/universal.sass */
span.comma:after {
  content: ', ';
}

/* line 9, app/assets/stylesheets/ui/universal.sass */
span.comma:last-of-type:after {
  content: '';
}

/* line 1, app/assets/stylesheets/ui/_reset.sass */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 4, app/assets/stylesheets/ui/_reset.sass */
var {
  font-style: inherit;
}

/* line 7, app/assets/stylesheets/ui/_reset.sass */
article,
aside,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* line 16, app/assets/stylesheets/ui/_reset.sass */
body,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
button {
  margin: 0;
  padding: 0;
}

/* line 30, app/assets/stylesheets/ui/_reset.sass */
ul {
  list-style: none;
}

/* line 1, app/assets/stylesheets/ui/_typography.sass */
html {
  font-family: 'Gotham A', 'Gotham B', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  font-size: 14px;
  line-height: 22px;
  color: #333;
}

/* line 10, app/assets/stylesheets/ui/_typography.sass */
h1, h2, h3, h4, h5 {
  -webkit-transition: font-size 0.3s ease;
  transition: font-size 0.3s ease;
  margin-top: 0;
}

/* line 13, app/assets/stylesheets/ui/_typography.sass */
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child {
  margin-bottom: 0;
}

/* line 15, app/assets/stylesheets/ui/_typography.sass */
h1 > span:not([notranslate]), h2 > span:not([notranslate]), h3 > span:not([notranslate]), h4 > span:not([notranslate]), h5 > span:not([notranslate]) {
  font-weight: 400;
}

/* line 18, app/assets/stylesheets/ui/_typography.sass */
h1 {
  font-weight: 300;
  color: #FF8C23;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.05em;
  margin-bottom: 11px;
}

/* line 26, app/assets/stylesheets/ui/_typography.sass */
h2 {
  font-weight: 500;
  color: #333;
  font-size: 26px;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-bottom: 11px;
}

/* line 33, app/assets/stylesheets/ui/_typography.sass */
h2.icon::before {
  position: relative;
  top: 2px;
}

/* line 37, app/assets/stylesheets/ui/_typography.sass */
h3 {
  font-weight: 300;
  color: #999;
  font-size: 24px;
  line-height: 1.35;
  margin-bottom: 7px;
}

/* line 43, app/assets/stylesheets/ui/_typography.sass */
h3.empty {
  margin-bottom: 0;
}

/* line 46, app/assets/stylesheets/ui/_typography.sass */
h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 6px;
}

/* line 51, app/assets/stylesheets/ui/_typography.sass */
h4 + .row:first-of-type {
  margin-top: 6px;
}

/* line 53, app/assets/stylesheets/ui/_typography.sass */
h4 > .avatar-wrapper.small {
  margin-right: 5px;
}

/* line 56, app/assets/stylesheets/ui/_typography.sass */
h5 {
  font-weight: 500;
  font-size: 15px;
}

/* line 59, app/assets/stylesheets/ui/_typography.sass */
h5[data-behavior="tooltip"] {
  display: inline-block;
}

/* line 61, app/assets/stylesheets/ui/_typography.sass */
h5 > span.icon {
  vertical-align: text-bottom;
}

/* line 63, app/assets/stylesheets/ui/_typography.sass */
h5 > span.icon::before {
  vertical-align: text-bottom;
}

/* line 74, app/assets/stylesheets/ui/_typography.sass */
h6,
label,
thead,
.t-head,
.flex-header {
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: #666;
  margin-bottom: 3px;
}

/* line 85, app/assets/stylesheets/ui/_typography.sass */
h6.required::after,
label.required::after,
thead.required::after,
.t-head.required::after,
.flex-header.required::after {
  content: " *";
  font-size: 20px;
  line-height: inherit;
  position: relative;
  top: 5px;
  color: #E51D1D;
}

/* line 90, app/assets/stylesheets/ui/_typography.sass */
label.required-select > .required-select-label::after {
  content: " *";
  font-size: 20px;
  line-height: inherit;
  position: relative;
  top: 5px;
  color: #E51D1D;
}

/* line 92, app/assets/stylesheets/ui/_typography.sass */
label .required-select-label + .interaction {
  margin-top: 4px;
}

/* line 96, app/assets/stylesheets/ui/_typography.sass */
label .select2-container,
label [class*="parsley"] {
  font-weight: 400;
  text-transform: none;
  line-height: inherit;
  letter-spacing: 0;
}

/* line 102, app/assets/stylesheets/ui/_typography.sass */
label .select2-container {
  color: #333;
  font-size: 14px;
}

/* line 106, app/assets/stylesheets/ui/_typography.sass */
label {
  margin-bottom: 4px;
}

/* line 108, app/assets/stylesheets/ui/_typography.sass */
label.with-subtext, label.button {
  margin-bottom: 0;
}

/* line 111, app/assets/stylesheets/ui/_typography.sass */
label + .subtext {
  margin-bottom: 6px;
}

/* line 113, app/assets/stylesheets/ui/_typography.sass */
label:only-child {
  margin-bottom: 0;
}

/* line 115, app/assets/stylesheets/ui/_typography.sass */
label > .select2-container {
  margin-top: 4px;
}

/* line 118, app/assets/stylesheets/ui/_typography.sass */
.checkbox-toggle > label:not(.as-header),
.dropzone,
label.radio,
label.radio-row {
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0;
}

/* line 128, app/assets/stylesheets/ui/_typography.sass */
strong, b {
  font-weight: 500;
}

/* line 131, app/assets/stylesheets/ui/_typography.sass */
.disabled-text {
  color: #c9c9c9;
  font-style: italic;
}

/* line 135, app/assets/stylesheets/ui/_typography.sass */
p {
  color: #333;
  margin-bottom: 11px;
}

/* line 138, app/assets/stylesheets/ui/_typography.sass */
p:only-of-type, p:last-child {
  margin-bottom: 0;
}

/* line 141, app/assets/stylesheets/ui/_typography.sass */
p + ul {
  margin-top: 11px;
}

/* line 143, app/assets/stylesheets/ui/_typography.sass */
p.empty {
  font-style: italic;
  color: #666;
}

/* line 147, app/assets/stylesheets/ui/_typography.sass */
a {
  font-weight: 500;
  color: #00a6c2;
  text-decoration: none;
}

/* line 151, app/assets/stylesheets/ui/_typography.sass */
a:hover {
  cursor: pointer;
  text-decoration: underline;
}

/* line 154, app/assets/stylesheets/ui/_typography.sass */
a.icon:hover {
  color: #0094AB;
}

/* line 157, app/assets/stylesheets/ui/_typography.sass */
code {
  white-space: pre-wrap;
  border: 1px solid #d4d4d4;
  padding: 0 3px;
  display: inline-block;
}

/* line 163, app/assets/stylesheets/ui/_typography.sass */
pre {
  background: #333;
  color: #fff;
  padding: 15px;
  overflow-y: scroll;
}

/* line 169, app/assets/stylesheets/ui/_typography.sass */
.subtext {
  font-size: 12px;
  line-height: 18px;
  color: #666;
}

/* line 173, app/assets/stylesheets/ui/_typography.sass */
a.subtext {
  color: #00a6c2;
}

/* line 176, app/assets/stylesheets/ui/_typography.sass */
ol {
  list-style: decimal outside none;
  padding-left: 20px;
}

/* line 180, app/assets/stylesheets/ui/_typography.sass */
ul {
  list-style: disc outside none;
  padding-left: 20px;
}

/* line 183, app/assets/stylesheets/ui/_typography.sass */
nav ul, .select2-container ul, .dropdown-container ul, .select-all-nothing ~ ul, .password-requirements ul, .toolbar ul, ul[class*="nav"], ul.remove-list-style, .remove-list-styles ul {
  list-style: none;
  padding-left: 0;
}

/* line 195, app/assets/stylesheets/ui/_typography.sass */
.js-error input[type]:not(.no-error),
.js-error textarea:not(.no-error),
.js-error input[type="checkbox"]:not(.no-error) + label {
  border-color: #E51D1D;
}

/* line 199, app/assets/stylesheets/ui/_typography.sass */
.js-error input[type]:not(.no-error):focus,
.js-error textarea:not(.no-error):focus,
.js-error input[type="checkbox"]:not(.no-error) + label:focus {
  border-color: #E51D1D;
}

/* line 204, app/assets/stylesheets/ui/_typography.sass */
.js-error .no-error input[type],
.js-error .no-error textarea,
.js-error .no-error input[type="checkbox"] + label {
  border-color: #d4d4d4;
}

/* line 209, app/assets/stylesheets/ui/_typography.sass */
p.js-error.error,
.js-error,
.js-parsley-error-wrapper,
.errors-wrapper {
  font-size: 12px;
  color: #E51D1D;
}

/* line 215, app/assets/stylesheets/ui/_typography.sass */
p.js-error.error:not(.sub-interaction),
.js-error:not(.sub-interaction),
.js-parsley-error-wrapper:not(.sub-interaction),
.errors-wrapper:not(.sub-interaction) {
  clear: both;
}

/* line 217, app/assets/stylesheets/ui/_typography.sass */
p.js-error.error > p,
.js-error > p,
.js-parsley-error-wrapper > p,
.errors-wrapper > p {
  color: #E51D1D;
  margin-top: 3px;
}

/* line 221, app/assets/stylesheets/ui/_typography.sass */
p.js-error.error {
  margin: 3px 0;
}

/* line 224, app/assets/stylesheets/ui/_typography.sass */
a.blank {
  font-style: normal;
}

/* line 226, app/assets/stylesheets/ui/_typography.sass */
a.blank::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "CustomIcons";
  content: "";
  display: inline-block;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 14px;
  margin-left: 4px;
}

/* line 235, app/assets/stylesheets/ui/_typography.sass */
.pipe-separated ~ .pipe-separated {
  position: relative;
  margin-left: 15px;
}

/* line 238, app/assets/stylesheets/ui/_typography.sass */
.pipe-separated ~ .pipe-separated::before {
  content: "|";
  line-height: 18px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -9px;
  color: #666;
  pointer-events: none;
  cursor: default;
}

/* line 248, app/assets/stylesheets/ui/_typography.sass */
.pipe-separated:first-of-type {
  margin-left: 5px;
}

/* line 252, app/assets/stylesheets/ui/_typography.sass */
.dot-separated:not(.hidden) ~ .dot-separated:not(.hidden)::before {
  content: "•";
  display: inline-block;
  margin: 0 8px;
  color: #666;
  pointer-events: none;
}

@media screen and (max-width: 700px) {
  /* line 260, app/assets/stylesheets/ui/_typography.sass */
  .dot-separated:not(.hidden):not(.dot-mobile-no-split) {
    display: block;
    margin-bottom: 3px;
  }
  /* line 263, app/assets/stylesheets/ui/_typography.sass */
  .dot-separated:not(.hidden):not(.dot-mobile-no-split) ~ .dot-separated:not(.hidden):not(.dot-mobile-no-split)::before {
    display: none;
  }
  /* line 265, app/assets/stylesheets/ui/_typography.sass */
  .dot-separated:not(.hidden):not(.dot-mobile-no-split):last-child {
    margin-bottom: 0;
  }
}

/* line 268, app/assets/stylesheets/ui/_typography.sass */
.highlight {
  background-color: #F8E71C;
  padding: 2px 4px;
  font-weight: inherit;
}

/* line 281, app/assets/stylesheets/ui/_typography.sass */
html[lang]:not([lang*='en']) h1, html[lang]:not([lang*='en']) h2, html[lang]:not([lang*='en']) h3, html[lang]:not([lang*='en']) .td-title {
  text-transform: lowercase;
}

/* line 283, app/assets/stylesheets/ui/_typography.sass */
html[lang]:not([lang*='en']) h1:first-letter, html[lang]:not([lang*='en']) h2:first-letter, html[lang]:not([lang*='en']) h3:first-letter, html[lang]:not([lang*='en']) .td-title:first-letter {
  text-transform: uppercase;
}

/* line 285, app/assets/stylesheets/ui/_typography.sass */
html[lang]:not([lang*='en']) h1 > span.ignore-case, html[lang]:not([lang*='en']) h2 > span.ignore-case, html[lang]:not([lang*='en']) h3 > span.ignore-case, html[lang]:not([lang*='en']) .td-title > span.ignore-case {
  text-transform: none;
}

/* line 1, app/assets/stylesheets/ui/_tooltips.sass */
.tooltip {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 250;
}

/* line 9, app/assets/stylesheets/ui/_tooltips.sass */
.tooltip:hover {
  cursor: default;
}

/* line 11, app/assets/stylesheets/ui/_tooltips.sass */
.no-pointerevents:not(.no-touchevents) .tooltip {
  display: none;
}

/* line 14, app/assets/stylesheets/ui/_tooltips.sass */
.tooltip-inner-wrapper {
  -webkit-box-shadow: 0 2px 3px 0 rgba(153, 153, 153, 0.5);
          box-shadow: 0 2px 3px 0 rgba(153, 153, 153, 0.5);
  border-radius: 4px;
  background: #fff;
  color: #333;
  display: inline-block;
  padding: 8px 11px;
  border: 1px solid #57cadc;
}

/* line 43, app/assets/stylesheets/ui/helpers/_tooltips.sass */
.tooltip-hover .tooltip,
.js-tooltip .tooltip {
  min-width: 160px;
  max-width: 320px;
  margin-right: -80px;
}

/* line 4, app/assets/stylesheets/ui/helpers/_tooltips.sass */
.tooltip-hover .tooltip,
.js-tooltip .tooltip {
  left: auto;
  right: 50%;
  margin-right: -80px;
}

/* line 8, app/assets/stylesheets/ui/helpers/_tooltips.sass */
.tooltip-hover .tooltip-inner-wrapper,
.js-tooltip .tooltip-inner-wrapper {
  float: none;
}

/* line 28, app/assets/stylesheets/ui/_tooltips.sass */
.tooltip-hover {
  position: relative;
}

/* line 33, app/assets/stylesheets/ui/helpers/_tooltips.sass */
.tooltip-hover .tooltip {
  top: auto;
  bottom: 28px;
}

/* line 38, app/assets/stylesheets/ui/helpers/_tooltips.sass */
.tooltip-hover.tooltip-position-below .tooltip {
  top: 28px;
  bottom: auto;
}

/* line 33, app/assets/stylesheets/ui/helpers/_tooltips.sass */
.tooltip-hover.subtext .tooltip {
  top: auto;
  bottom: 24px;
}

/* line 36, app/assets/stylesheets/ui/_tooltips.sass */
.js-tooltip {
  display: none;
}

/* line 38, app/assets/stylesheets/ui/_tooltips.sass */
.js-tooltip.active {
  position: fixed;
  display: inline-block;
  z-index: 1000;
}

/* line 33, app/assets/stylesheets/ui/helpers/_tooltips.sass */
.js-tooltip.active .tooltip {
  top: auto;
  bottom: 6px;
}

/* line 43, app/assets/stylesheets/ui/helpers/_tooltips.sass */
.js-tooltip.active-ellipsis .tooltip {
  min-width: 250px;
  max-width: 500px;
  margin-right: -125px;
}

/* line 12, app/assets/stylesheets/ui/helpers/_tooltips.sass */
.js-tooltip.active-ellipsis .tooltip {
  right: auto;
  margin: 0;
}

/* line 15, app/assets/stylesheets/ui/helpers/_tooltips.sass */
.js-tooltip.active-ellipsis .tooltip-inner-wrapper {
  float: left;
  margin-left: 0;
}

/* line 28, app/assets/stylesheets/ui/helpers/_tooltips.sass */
.js-tooltip.js-tooltip-left .tooltip {
  top: auto;
  bottom: auto;
}

/* line 20, app/assets/stylesheets/ui/helpers/_tooltips.sass */
.js-tooltip.js-tooltip-left .tooltip {
  right: 0;
  margin: 0;
}

/* line 23, app/assets/stylesheets/ui/helpers/_tooltips.sass */
.js-tooltip.js-tooltip-left .tooltip-inner-wrapper {
  float: right;
  margin-right: 0;
}

/* line 20, app/assets/stylesheets/ui/helpers/_tooltips.sass */
.js-tooltip.js-tooltip-bleed-right .tooltip {
  right: 0;
  margin: 0;
}

/* line 23, app/assets/stylesheets/ui/helpers/_tooltips.sass */
.js-tooltip.js-tooltip-bleed-right .tooltip-inner-wrapper {
  float: right;
  margin-right: 0;
}

/* line 12, app/assets/stylesheets/ui/helpers/_tooltips.sass */
.js-tooltip.js-tooltip-bleed-left .tooltip {
  right: auto;
  margin: 0;
}

/* line 15, app/assets/stylesheets/ui/helpers/_tooltips.sass */
.js-tooltip.js-tooltip-bleed-left .tooltip-inner-wrapper {
  float: left;
  margin-left: 0;
}

/* line 56, app/assets/stylesheets/ui/_tooltips.sass */
.tooltip-hover:hover .tooltip,
.js-tooltip.active .tooltip {
  opacity: 1;
  visibility: visible;
}

/* line 60, app/assets/stylesheets/ui/_tooltips.sass */
.ellipsis-text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 63, app/assets/stylesheets/ui/_tooltips.sass */
.timestamp {
  display: inline-block;
}

/* line 65, app/assets/stylesheets/ui/_tooltips.sass */
.timestamp .full {
  display: none;
}

/* line 67, app/assets/stylesheets/ui/_tooltips.sass */
.comments-container .timestamp {
  position: absolute;
  right: 15px;
  top: 11px;
  color: #666;
}

/* line 72, app/assets/stylesheets/ui/_tooltips.sass */
.comments-container .timestamp .tooltip {
  margin-right: -40px;
}

/* line 2, app/assets/stylesheets/ui/_avatars.sass */
.color0 .avatar {
  background: #5856a6;
}

/* line 2, app/assets/stylesheets/ui/_avatars.sass */
.color1 .avatar {
  background: #37918c;
}

/* line 2, app/assets/stylesheets/ui/_avatars.sass */
.color2 .avatar {
  background: #2aa0cd;
}

/* line 2, app/assets/stylesheets/ui/_avatars.sass */
.color3 .avatar {
  background: #ff9000;
}

/* line 2, app/assets/stylesheets/ui/_avatars.sass */
.color4 .avatar {
  background: #d71984;
}

/* line 2, app/assets/stylesheets/ui/_avatars.sass */
.color5 .avatar {
  background: #83c578;
}

/* line 2, app/assets/stylesheets/ui/_avatars.sass */
.color6 .avatar {
  background: #e0b500;
}

/* line 2, app/assets/stylesheets/ui/_avatars.sass */
.color7 .avatar {
  background: #326ac7;
}

/* line 2, app/assets/stylesheets/ui/_avatars.sass */
.color8 .avatar {
  background: #af41a9;
}

/* line 2, app/assets/stylesheets/ui/_avatars.sass */
.color9 .avatar {
  background: #587323;
}

/* line 2, app/assets/stylesheets/ui/_avatars.sass */
.color10 .avatar {
  background: #f26d7d;
}

/* line 2, app/assets/stylesheets/ui/_avatars.sass */
.color11 .avatar {
  background: #555450;
}

/* line 2, app/assets/stylesheets/ui/_avatars.sass */
.color12 .avatar {
  background: #c66e28;
}

/* line 2, app/assets/stylesheets/ui/_avatars.sass */
.color13 .avatar {
  background: #e300db;
}

/* line 2, app/assets/stylesheets/ui/_avatars.sass */
.color14 .avatar {
  background: #924156;
}

/* line 2, app/assets/stylesheets/ui/_avatars.sass */
.color15 .avatar {
  background: #5358e3;
}

/* line 2, app/assets/stylesheets/ui/_avatars.sass */
.color16 .avatar {
  background: #989c32;
}

/* line 2, app/assets/stylesheets/ui/_avatars.sass */
.color17 .avatar {
  background: #3dcbda;
}

/* line 2, app/assets/stylesheets/ui/_avatars.sass */
.color18 .avatar {
  background: #bd8cbf;
}

/* line 2, app/assets/stylesheets/ui/_avatars.sass */
.color19 .avatar {
  background: #db562e;
}

/* line 2, app/assets/stylesheets/ui/_avatars.sass */
.color20 .avatar {
  background: #1d1d1d;
}

/* line 2, app/assets/stylesheets/ui/_avatars.sass */
.color21 .avatar {
  background: #a39e88;
}

/* line 2, app/assets/stylesheets/ui/_avatars.sass */
.color22 .avatar {
  background: #38d790;
}

/* line 2, app/assets/stylesheets/ui/_avatars.sass */
.color23 .avatar {
  background: #90b4d6;
}

/* line 2, app/assets/stylesheets/ui/_avatars.sass */
.color24 .avatar {
  background: #8b603e;
}

/* line 7, app/assets/stylesheets/ui/_avatars.sass */
.avatar-presenter {
  position: relative;
}

/* line 9, app/assets/stylesheets/ui/_avatars.sass */
.avatar-presenter > .avatar-wrapper {
  position: absolute;
}

/* line 13, app/assets/stylesheets/ui/_avatars.sass */
.avatar-presenter.flex-presenter .presenter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 20, app/assets/stylesheets/ui/_avatars.sass */
.avatar-presenter.remote .presenter-wrapper {
  display: block;
  line-height: 22px;
}

/* line 24, app/assets/stylesheets/ui/_avatars.sass */
.remote-approvers-wrapper {
  margin-top: 17px;
  padding-top: 17px;
  border-top: thin dashed #d4d4d4;
}

/* line 29, app/assets/stylesheets/ui/_avatars.sass */
.remote-approvers {
  margin-left: 20px;
  margin-top: 6px;
}

/* line 33, app/assets/stylesheets/ui/_avatars.sass */
.remote_status {
  margin-left: 5px;
}

/* line 36, app/assets/stylesheets/ui/_avatars.sass */
.avatar-wrapper {
  display: inline-block;
  vertical-align: middle;
}

/* line 2, app/assets/stylesheets/ui/helpers/_avatars.sass */
.avatar-wrapper .avatar {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

/* line 9, app/assets/stylesheets/ui/helpers/_avatars.sass */
.avatar-wrapper .avatar + .label {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  top: auto;
}

/* line 16, app/assets/stylesheets/ui/helpers/_avatars.sass */
.avatar-wrapper.vertical {
  margin-top: -20px;
}

/* line 33, app/assets/stylesheets/ui/helpers/_tooltips.sass */
.avatar-wrapper .tooltip {
  top: auto;
  bottom: 46px;
}

/* line 38, app/assets/stylesheets/ui/helpers/_tooltips.sass */
.avatar-wrapper.tooltip-position-below .tooltip {
  top: 46px;
  bottom: auto;
}

/* line 25, app/assets/stylesheets/ui/helpers/_avatars.sass */
.avatar-wrapper + .presenter-wrapper {
  margin-left: 50px;
  min-height: 40px;
}

/* line 28, app/assets/stylesheets/ui/helpers/_avatars.sass */
.avatar-wrapper + .column {
  padding-left: 50px;
  height: 40px;
}

/* line 2, app/assets/stylesheets/ui/helpers/_avatars.sass */
.avatar-wrapper.with-border .avatar {
  font-size: 24px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #d4d4d4;
}

/* line 9, app/assets/stylesheets/ui/helpers/_avatars.sass */
.avatar-wrapper.with-border .avatar + .label {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  top: auto;
}

/* line 16, app/assets/stylesheets/ui/helpers/_avatars.sass */
.avatar-wrapper.with-border.vertical {
  margin-top: -20px;
}

/* line 33, app/assets/stylesheets/ui/helpers/_tooltips.sass */
.avatar-wrapper.with-border .tooltip {
  top: auto;
  bottom: 46px;
}

/* line 38, app/assets/stylesheets/ui/helpers/_tooltips.sass */
.avatar-wrapper.with-border.tooltip-position-below .tooltip {
  top: 46px;
  bottom: auto;
}

/* line 25, app/assets/stylesheets/ui/helpers/_avatars.sass */
.avatar-wrapper.with-border + .presenter-wrapper {
  margin-left: 50px;
  min-height: 40px;
}

/* line 28, app/assets/stylesheets/ui/helpers/_avatars.sass */
.avatar-wrapper.with-border + .column {
  padding-left: 50px;
  height: 40px;
}

/* line 2, app/assets/stylesheets/ui/helpers/_avatars.sass */
.avatar-wrapper.medium .avatar {
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 9, app/assets/stylesheets/ui/helpers/_avatars.sass */
.avatar-wrapper.medium .avatar + .label {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  top: auto;
}

/* line 16, app/assets/stylesheets/ui/helpers/_avatars.sass */
.avatar-wrapper.medium.vertical {
  margin-top: -15px;
}

/* line 33, app/assets/stylesheets/ui/helpers/_tooltips.sass */
.avatar-wrapper.medium .tooltip {
  top: auto;
  bottom: 36px;
}

/* line 38, app/assets/stylesheets/ui/helpers/_tooltips.sass */
.avatar-wrapper.medium.tooltip-position-below .tooltip {
  top: 36px;
  bottom: auto;
}

/* line 25, app/assets/stylesheets/ui/helpers/_avatars.sass */
.avatar-wrapper.medium + .presenter-wrapper {
  margin-left: 38px;
  min-height: 30px;
}

/* line 28, app/assets/stylesheets/ui/helpers/_avatars.sass */
.avatar-wrapper.medium + .column {
  padding-left: 38px;
  height: 30px;
}

/* line 2, app/assets/stylesheets/ui/helpers/_avatars.sass */
.avatar-wrapper.medium.with-border .avatar {
  font-size: 16px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #d4d4d4;
}

/* line 9, app/assets/stylesheets/ui/helpers/_avatars.sass */
.avatar-wrapper.medium.with-border .avatar + .label {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  top: auto;
}

/* line 16, app/assets/stylesheets/ui/helpers/_avatars.sass */
.avatar-wrapper.medium.with-border.vertical {
  margin-top: -15px;
}

/* line 33, app/assets/stylesheets/ui/helpers/_tooltips.sass */
.avatar-wrapper.medium.with-border .tooltip {
  top: auto;
  bottom: 36px;
}

/* line 38, app/assets/stylesheets/ui/helpers/_tooltips.sass */
.avatar-wrapper.medium.with-border.tooltip-position-below .tooltip {
  top: 36px;
  bottom: auto;
}

/* line 25, app/assets/stylesheets/ui/helpers/_avatars.sass */
.avatar-wrapper.medium.with-border + .presenter-wrapper {
  margin-left: 38px;
  min-height: 30px;
}

/* line 28, app/assets/stylesheets/ui/helpers/_avatars.sass */
.avatar-wrapper.medium.with-border + .column {
  padding-left: 38px;
  height: 30px;
}

/* line 2, app/assets/stylesheets/ui/helpers/_avatars.sass */
.avatar-wrapper.small .avatar {
  font-size: 14px;
  width: 22px;
  height: 22px;
  line-height: 22px;
}

/* line 9, app/assets/stylesheets/ui/helpers/_avatars.sass */
.avatar-wrapper.small .avatar + .label {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  top: auto;
}

/* line 16, app/assets/stylesheets/ui/helpers/_avatars.sass */
.avatar-wrapper.small.vertical {
  margin-top: -11px;
}

/* line 33, app/assets/stylesheets/ui/helpers/_tooltips.sass */
.avatar-wrapper.small .tooltip {
  top: auto;
  bottom: 28px;
}

/* line 38, app/assets/stylesheets/ui/helpers/_tooltips.sass */
.avatar-wrapper.small.tooltip-position-below .tooltip {
  top: 28px;
  bottom: auto;
}

/* line 25, app/assets/stylesheets/ui/helpers/_avatars.sass */
.avatar-wrapper.small + .presenter-wrapper {
  margin-left: 28px;
  min-height: 22px;
}

/* line 28, app/assets/stylesheets/ui/helpers/_avatars.sass */
.avatar-wrapper.small + .column {
  padding-left: 28px;
  height: 22px;
}

/* line 2, app/assets/stylesheets/ui/helpers/_avatars.sass */
.avatar-wrapper.small.with-border .avatar {
  font-size: 14px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #d4d4d4;
}

/* line 9, app/assets/stylesheets/ui/helpers/_avatars.sass */
.avatar-wrapper.small.with-border .avatar + .label {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  top: auto;
}

/* line 16, app/assets/stylesheets/ui/helpers/_avatars.sass */
.avatar-wrapper.small.with-border.vertical {
  margin-top: -11px;
}

/* line 33, app/assets/stylesheets/ui/helpers/_tooltips.sass */
.avatar-wrapper.small.with-border .tooltip {
  top: auto;
  bottom: 28px;
}

/* line 38, app/assets/stylesheets/ui/helpers/_tooltips.sass */
.avatar-wrapper.small.with-border.tooltip-position-below .tooltip {
  top: 28px;
  bottom: auto;
}

/* line 25, app/assets/stylesheets/ui/helpers/_avatars.sass */
.avatar-wrapper.small.with-border + .presenter-wrapper {
  margin-left: 28px;
  min-height: 22px;
}

/* line 28, app/assets/stylesheets/ui/helpers/_avatars.sass */
.avatar-wrapper.small.with-border + .column {
  padding-left: 28px;
  height: 22px;
}

/* line 50, app/assets/stylesheets/ui/_avatars.sass */
.avatar-wrapper.vertical {
  position: absolute;
  top: 50%;
}

/* line 54, app/assets/stylesheets/ui/_avatars.sass */
.avatar {
  border-radius: 50%;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

/* line 61, app/assets/stylesheets/ui/_avatars.sass */
.avatar:hover {
  text-decoration: none;
}

/* line 64, app/assets/stylesheets/ui/_avatars.sass */
.square .avatar {
  border-radius: 0;
}

/* line 67, app/assets/stylesheets/ui/_avatars.sass */
.avatar-wrapper img.avatar {
  max-width: 100%;
  background: #fff;
}

/* line 73, app/assets/stylesheets/ui/_avatars.sass */
.avatar.icon + .tooltip .tooltip-inner-wrapper {
  text-transform: capitalize;
}

/* line 76, app/assets/stylesheets/ui/_avatars.sass */
.avatar.icon-misc {
  color: #fff;
}

/* line 79, app/assets/stylesheets/ui/_avatars.sass */
.avatar.icon-unassigned {
  color: #999;
  background: #d4d4d4;
}

/* line 82, app/assets/stylesheets/ui/_avatars.sass */
.avatar.icon-unassigned::before {
  line-height: inherit;
}

/* line 85, app/assets/stylesheets/ui/_avatars.sass */
.avatar.icon-published {
  color: #F0FFEB;
  background: #24B352;
}

/* line 88, app/assets/stylesheets/ui/_avatars.sass */
.avatar.icon-published::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "CustomIcons";
  content: "";
  display: inline-block;
}

/* line 91, app/assets/stylesheets/ui/_avatars.sass */
.avatar.icon-file {
  background: #cff5fd;
  font-size: initial;
}

/* line 94, app/assets/stylesheets/ui/_avatars.sass */
.avatar.icon-file::before {
  color: #57cadc;
  font-size: 14px;
}

/* line 98, app/assets/stylesheets/ui/_avatars.sass */
.avatar-invalid {
  background: #f8f8f8;
  font-size: initial;
}

/* line 101, app/assets/stylesheets/ui/_avatars.sass */
.avatar-invalid::before {
  color: #999;
  font-size: 14px;
}

/* line 105, app/assets/stylesheets/ui/_avatars.sass */
.avatar.icon-style {
  background: #eee;
  font-size: 20px;
}

/* line 108, app/assets/stylesheets/ui/_avatars.sass */
.avatar.icon-style::before {
  color: #999;
}

/* line 112, app/assets/stylesheets/ui/_avatars.sass */
.avatar.icon-facebook {
  background: #3b5998;
  color: #fff;
}

/* line 115, app/assets/stylesheets/ui/_avatars.sass */
.avatar.icon-facebook::before {
  position: relative;
}

/* line 118, app/assets/stylesheets/ui/_avatars.sass */
.small .avatar.icon-facebook::before {
  font-size: 12px;
}

@media print {
  /* line 112, app/assets/stylesheets/ui/_avatars.sass */
  .avatar.icon-facebook {
    background: none !important;
    color: #3b5998;
    -webkit-box-shadow: inset 0 0 0 1px #3b5998;
            box-shadow: inset 0 0 0 1px #3b5998;
  }
}

/* line 112, app/assets/stylesheets/ui/_avatars.sass */
.avatar.icon-twitter {
  background: #33ccff;
  color: #fff;
}

/* line 115, app/assets/stylesheets/ui/_avatars.sass */
.avatar.icon-twitter::before {
  position: relative;
}

@media print {
  /* line 112, app/assets/stylesheets/ui/_avatars.sass */
  .avatar.icon-twitter {
    background: none !important;
    color: #33ccff;
    -webkit-box-shadow: inset 0 0 0 1px #33ccff;
            box-shadow: inset 0 0 0 1px #33ccff;
  }
}

/* line 112, app/assets/stylesheets/ui/_avatars.sass */
.avatar.icon-linked-in {
  background: #007bb7;
  color: #fff;
}

/* line 115, app/assets/stylesheets/ui/_avatars.sass */
.avatar.icon-linked-in::before {
  position: relative;
}

/* line 118, app/assets/stylesheets/ui/_avatars.sass */
.small .avatar.icon-linked-in::before {
  font-size: 12px;
}

@media print {
  /* line 112, app/assets/stylesheets/ui/_avatars.sass */
  .avatar.icon-linked-in {
    background: none !important;
    color: #007bb7;
    -webkit-box-shadow: inset 0 0 0 1px #007bb7;
            box-shadow: inset 0 0 0 1px #007bb7;
  }
}

/* line 112, app/assets/stylesheets/ui/_avatars.sass */
.avatar.icon-tumblr {
  background: #35465c;
  color: #fff;
}

/* line 115, app/assets/stylesheets/ui/_avatars.sass */
.avatar.icon-tumblr::before {
  position: relative;
}

/* line 118, app/assets/stylesheets/ui/_avatars.sass */
.small .avatar.icon-tumblr::before {
  font-size: 12px;
}

@media print {
  /* line 112, app/assets/stylesheets/ui/_avatars.sass */
  .avatar.icon-tumblr {
    background: none !important;
    color: #35465c;
    -webkit-box-shadow: inset 0 0 0 1px #35465c;
            box-shadow: inset 0 0 0 1px #35465c;
  }
}

/* line 112, app/assets/stylesheets/ui/_avatars.sass */
.avatar.icon-google-plus {
  background: #BD3518;
  color: #fff;
}

/* line 115, app/assets/stylesheets/ui/_avatars.sass */
.avatar.icon-google-plus::before {
  position: relative;
}

/* line 118, app/assets/stylesheets/ui/_avatars.sass */
.small .avatar.icon-google-plus::before {
  font-size: 12px;
}

@media print {
  /* line 112, app/assets/stylesheets/ui/_avatars.sass */
  .avatar.icon-google-plus {
    background: none !important;
    color: #BD3518;
    -webkit-box-shadow: inset 0 0 0 1px #BD3518;
            box-shadow: inset 0 0 0 1px #BD3518;
  }
}

/* line 126, app/assets/stylesheets/ui/_avatars.sass */
.avatar.icon-tumblr::before {
  left: -1px;
}

/* line 128, app/assets/stylesheets/ui/_avatars.sass */
.avatar-wrapper:not(.small):not(.medium) .avatar.icon-tumblr::before {
  top: 1px;
}

/* line 132, app/assets/stylesheets/ui/_avatars.sass */
.avatar-wrapper:not(.small):not(.medium) .avatar.icon-google-plus::before {
  font-size: 22px;
}

/* line 136, app/assets/stylesheets/ui/_avatars.sass */
.avatar.icon-twitter::before {
  left: 1px;
}

/* line 138, app/assets/stylesheets/ui/_avatars.sass */
.medium .avatar.icon-twitter {
  font-size: 18px;
}

/* line 140, app/assets/stylesheets/ui/_avatars.sass */
.avatar-wrapper:not(.small):not(.medium) .avatar.icon-twitter::before {
  top: 1px;
}

/* line 143, app/assets/stylesheets/ui/_avatars.sass */
.avatar.icon-facebook {
  background: -webkit-gradient(linear, left top, left bottom, from(#4e69a2), color-stop(50%, #3b5998));
  background: linear-gradient(#4e69a2, #3b5998 50%);
}

/* line 145, app/assets/stylesheets/ui/_avatars.sass */
.avatar-wrapper:not(.small):not(.medium) .avatar.icon-facebook::before {
  top: 1px;
}

/* line 148, app/assets/stylesheets/ui/_avatars.sass */
.avatar.icon-instagram {
  position: relative;
  color: #fff;
  background: linear-gradient(145deg, #3051F1 10%, #C92BB7 70%) no-repeat;
}

/* line 152, app/assets/stylesheets/ui/_avatars.sass */
.avatar.icon-instagram::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: radial-gradient(circle farthest-corner at 28% 100%, #FCDF8F 0%, #FBD377 10%, #FA8E37 22%, #F73344 35%, rgba(247, 51, 68, 0) 65%) no-repeat;
  border-radius: 50%;
}

/* line 162, app/assets/stylesheets/ui/_avatars.sass */
.avatar.icon-instagram::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "CustomIcons";
  content: "";
  display: inline-block;
  position: relative;
}

/* line 165, app/assets/stylesheets/ui/_avatars.sass */
.avatar-wrapper:not(.small):not(.medium) .avatar.icon-instagram::after {
  top: 1px;
}

/* line 167, app/assets/stylesheets/ui/_avatars.sass */
.medium .avatar.icon-instagram::after {
  font-size: 18px;
}

/* line 169, app/assets/stylesheets/ui/_avatars.sass */
.avatar.icon-instagram.inactive {
  background: none;
}

/* line 171, app/assets/stylesheets/ui/_avatars.sass */
.avatar.icon-instagram.inactive::before {
  background: none;
}

/* line 173, app/assets/stylesheets/ui/_avatars.sass */
.avatar.icon-instagram.inactive::after {
  background: none;
}

/* line 177, app/assets/stylesheets/ui/_avatars.sass */
.photo-wrapper {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
}

/* line 182, app/assets/stylesheets/ui/_avatars.sass */
.photo-wrapper .avatar {
  width: 100%;
}

/* line 184, app/assets/stylesheets/ui/_avatars.sass */
.photo-wrapper .fit-width {
  width: 100%;
  vertical-align: middle;
}

/* line 187, app/assets/stylesheets/ui/_avatars.sass */
.photo-wrapper .fit-height {
  height: 100%;
  vertical-align: top;
}

/* line 191, app/assets/stylesheets/ui/_avatars.sass */
.photo-publication {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
}

/* line 197, app/assets/stylesheets/ui/_avatars.sass */
.photo-user {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  vertical-align: top;
}

/* line 205, app/assets/stylesheets/ui/_avatars.sass */
.asset-tint:hover:before, .asset-tint:hover:after {
  position: absolute;
  left: 0;
  right: 0;
}

/* line 210, app/assets/stylesheets/ui/_avatars.sass */
.asset-tint:hover:before {
  content: " ";
  top: 0;
  bottom: 0;
  background: rgba(0, 166, 194, 0.7);
}

/* line 215, app/assets/stylesheets/ui/_avatars.sass */
.asset-tint:hover:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "CustomIcons";
  display: inline-block;
  color: #fff;
  text-align: center;
  top: 50%;
  margin-top: -11px;
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-angle-down::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-angle-left::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-angle-right::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-angle-up::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-arrow-down::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-arrow-left::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-arrow-right::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-arrow-up::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-article::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-article-blog-post::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-asterisk::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-bold::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-bolt::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-book::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-calendar::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-c-logo::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-case-study::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-check-square::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-checkmark::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-clear-formatting::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-clock::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-cloud-download::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-code::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-comment::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-comment-o::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-comments::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-compress::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-copy::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-design::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-dollar::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-ebook::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-ellipsis-v::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-email::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-event::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-external-link::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-expand::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-facebook::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-file::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-file-pdf::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-file-text::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-film::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-filter::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-font::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-gear::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-gears::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-google-plus::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-group::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-image::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-info-circle::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-infographic::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-instagram::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-invalid::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-italic::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-justify::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-lightbulb::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-link::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-linked-in::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-list::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-list-ol::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-lock::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-magic::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-mail-reply::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-map-marker::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-medkit::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-messages::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-minus::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-move::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-music::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-original-research::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-other::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-paperclip::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-pencil::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-photo::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-pillar::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-plug::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-plus::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-podcast::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-presentation::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-question-circle::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-refresh::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-reply::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-rocket::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-search::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-spinner::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-star-empty::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-star-fill::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-strikethrough::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-subscript::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-superscript::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-table::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-tags::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-thumbs-down::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-thumbs-right::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-thumbs-up::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-tiles::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-times-circle::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-touch-nav::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-tumblr::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-twitter::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-unassigned::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-underline::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-unlock::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-upload::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-user::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-video::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-warning::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-whitepaper::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-x::before {
  content: "";
}

/* line 2, app/assets/stylesheets/ui/_icons.sass */
.icon-youtube-play::before {
  content: "";
}

/* line 6, app/assets/stylesheets/ui/_icons.sass */
.icon::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "CustomIcons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: none;
  text-transform: none;
  display: inline-block;
  speak: none;
}

/* line 16, app/assets/stylesheets/ui/_icons.sass */
.icon-fixed-width::before {
  width: 16px;
  text-align: center;
}

/* line 20, app/assets/stylesheets/ui/_icons.sass */
.icon-with-text::before {
  font-size: 14px;
  vertical-align: top;
  margin-right: 5px;
}

/* line 25, app/assets/stylesheets/ui/_icons.sass */
.icon.icon-only {
  text-decoration: none;
}

/* line 27, app/assets/stylesheets/ui/_icons.sass */
.icon.icon-only:hover {
  text-decoration: none;
}

/* line 30, app/assets/stylesheets/ui/_icons.sass */
.icon-flip-horizontal {
  display: inline-block;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

/* line 33, app/assets/stylesheets/ui/_icons.sass */
.icon-asterisk::before {
  color: #FF8C23;
}

/* line 35, app/assets/stylesheets/ui/_icons.sass */
.icon-c-logo::before {
  color: #57cadc;
}

/* line 37, app/assets/stylesheets/ui/_icons.sass */
.icon-checkmark::before {
  color: #24B352;
}

/* line 39, app/assets/stylesheets/ui/_icons.sass */
.icon-lock::before {
  color: #00a6c2;
}

/* line 41, app/assets/stylesheets/ui/_icons.sass */
.icon-minus::before {
  color: #E51D1D;
}

/* line 44, app/assets/stylesheets/ui/_icons.sass */
.icon-question-circle::before {
  color: #00a6c2;
  font-size: 14px;
  line-height: 1;
  margin-left: 10px;
  vertical-align: middle;
}

/* line 50, app/assets/stylesheets/ui/_icons.sass */
.icon-question-circle:hover::before {
  cursor: pointer;
  color: #17B7D1;
}

/* line 54, app/assets/stylesheets/ui/_icons.sass */
.icon-spinner::before {
  -webkit-animation: spin 1s infinite steps(8);
          animation: spin 1s infinite steps(8);
  color: #999;
  float: left;
  line-height: inherit;
  margin-right: 5px;
}

/* line 60, app/assets/stylesheets/ui/_icons.sass */
.icon-spinner.js-processing {
  font-size: 12px;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: #666;
}

/* line 66, app/assets/stylesheets/ui/_icons.sass */
.icon-spinner.loading {
  font-size: 26px;
  display: inline-block;
  vertical-align: top;
}

/* line 70, app/assets/stylesheets/ui/_icons.sass */
.icon-unlock::before {
  color: #d4d4d4;
}

/* line 72, app/assets/stylesheets/ui/_icons.sass */
.icon-warning::before {
  color: #E0CF2F;
}

/* line 75, app/assets/stylesheets/ui/_icons.sass */
.icon-x::before {
  color: #c9c9c9;
}

/* line 77, app/assets/stylesheets/ui/_icons.sass */
.icon-x:hover {
  cursor: pointer;
  text-decoration: none;
}

/* line 80, app/assets/stylesheets/ui/_icons.sass */
.icon-x:hover::before {
  color: #E51D1D;
}

/* line 84, app/assets/stylesheets/ui/_icons.sass */
.social-presenter .icon {
  margin-right: 5px;
}

/* line 86, app/assets/stylesheets/ui/_icons.sass */
.social-presenter .icon.inactive {
  color: #f8f8f8;
  background: #d4d4d4;
}

/* line 89, app/assets/stylesheets/ui/_icons.sass */
.social-presenter .icon.inactive:hover {
  color: #999;
}

/* line 91, app/assets/stylesheets/ui/_icons.sass */
.social-presenter .icon:last-of-type {
  margin-right: 0;
}

/* line 1, app/assets/stylesheets/ui/_buttons.sass */
.toggle-text {
  font-size: 11px;
  color: #666;
  line-height: 30px;
  margin-right: 10px;
  margin-bottom: 0;
  display: inline-block;
}

/* line 9, app/assets/stylesheets/ui/_buttons.sass */
.toggles {
  display: inline-block;
  vertical-align: top;
}

/* line 12, app/assets/stylesheets/ui/_buttons.sass */
.toggles .button {
  border-radius: 0;
  background: #f8f8f8;
  border: 1px solid #d4d4d4;
  color: #666;
  border-right: 0;
  float: left;
  font-weight: normal;
}

/* line 20, app/assets/stylesheets/ui/_buttons.sass */
.toggles .button:hover {
  background: #fff;
}

/* line 22, app/assets/stylesheets/ui/_buttons.sass */
.toggles .button:first-child {
  border-left: 1px solid #d4d4d4;
  border-radius: 3px 0 0 3px;
}

/* line 25, app/assets/stylesheets/ui/_buttons.sass */
.toggles .button:last-child {
  border-right: 1px solid #d4d4d4;
  border-radius: 0 3px 3px 0;
}

/* line 28, app/assets/stylesheets/ui/_buttons.sass */
.toggles .button + .button {
  margin-left: 0;
}

/* line 30, app/assets/stylesheets/ui/_buttons.sass */
.toggles .button.active {
  background: #fff;
  border-color: #57cadc;
  color: #00a6c2;
  font-weight: 500;
}

/* line 35, app/assets/stylesheets/ui/_buttons.sass */
.toggles .button.active:hover {
  cursor: default;
}

/* line 37, app/assets/stylesheets/ui/_buttons.sass */
.toggles .button.active + .button {
  border-left: 1px solid #57cadc;
}

/* line 40, app/assets/stylesheets/ui/_buttons.sass */
input.button[type="submit"] {
  border-radius: 2px;
  width: auto;
  min-height: 0;
}

/* line 45, app/assets/stylesheets/ui/_buttons.sass */
button,
.button {
  font-family: 'Gotham A', 'Gotham B', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: none;
  border: 1px solid transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: top;
  width: auto;
  height: auto;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  outline: none;
  white-space: nowrap;
}

/* line 67, app/assets/stylesheets/ui/_buttons.sass */
button:hover,
.button:hover {
  cursor: pointer;
  text-decoration: none;
}

/* line 71, app/assets/stylesheets/ui/_buttons.sass */
button.hidden,
.button.hidden {
  display: none;
}

/* line 73, app/assets/stylesheets/ui/_buttons.sass */
button.hidden + .button, button.hidden + .dropdown-container, .dropdown-container + button.hidden,
.button.hidden + .button,
.button.hidden + .dropdown-container, .dropdown-container + .button.hidden {
  margin-left: 0;
}

/* line 78, app/assets/stylesheets/ui/_buttons.sass */
button + button, button + .dropdown-container, .dropdown-container + button, button + .button,
.button + .dropdown-container, .dropdown-container + .button,
.button + button,
.button + .button {
  margin-left: 5px;
}

/* line 83, app/assets/stylesheets/ui/_buttons.sass */
button.small,
.button.small {
  font-size: 12px;
  height: 30px;
  padding: 0 9px;
}

/* line 88, app/assets/stylesheets/ui/_buttons.sass */
button.medium,
.button.medium {
  font-size: 14px;
  height: 40px;
  padding: 0 12px;
}

/* line 93, app/assets/stylesheets/ui/_buttons.sass */
button.primary,
.button.primary {
  background: #00a6c2;
  border-color: #0094AB;
  color: #fff;
}

/* line 97, app/assets/stylesheets/ui/_buttons.sass */
button.primary:hover, button.primary:focus,
.button.primary:hover,
.button.primary:focus {
  background: #17B7D1;
}

/* line 101, app/assets/stylesheets/ui/_buttons.sass */
button.primary-outline,
.button.primary-outline {
  border-color: #00a6c2;
  color: #00a6c2;
}

/* line 105, app/assets/stylesheets/ui/_buttons.sass */
button.secondary,
.button.secondary {
  background: #cff5fd;
  border-color: #57cadc;
  color: #00a6c2;
}

/* line 109, app/assets/stylesheets/ui/_buttons.sass */
button.secondary:hover, button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
  background: #ebfcff;
}

/* line 113, app/assets/stylesheets/ui/_buttons.sass */
button.delete,
.button.delete {
  background: #f8f8f8;
  border-color: #d4d4d4;
  color: #E51D1D;
}

/* line 117, app/assets/stylesheets/ui/_buttons.sass */
button.delete:hover, button.delete:focus,
.button.delete:hover,
.button.delete:focus {
  background: #fff;
}

/* line 121, app/assets/stylesheets/ui/_buttons.sass */
button.transparent,
.button.transparent {
  color: #00a6c2;
}

/* line 123, app/assets/stylesheets/ui/_buttons.sass */
button.transparent:hover, button.transparent:focus,
.button.transparent:hover,
.button.transparent:focus {
  text-decoration: underline;
  border-color: transparent;
}

/* line 128, app/assets/stylesheets/ui/_buttons.sass */
button-icon::before,
.button-icon::before {
  font-size: 16px;
}

/* line 131, app/assets/stylesheets/ui/_buttons.sass */
button.button-icon,
.button.button-icon {
  padding: 0;
  width: 30px;
}

/* line 136, app/assets/stylesheets/ui/_buttons.sass */
button.state-on,
.button.state-on {
  background: #fff;
  border: 1px solid #00a6c2;
  color: #00a6c2;
}

/* line 6, app/assets/stylesheets/ui/helpers/_buttons.sass */
button.state-on:hover,
.button.state-on:hover {
  color: #17B7D1;
}

/* line 138, app/assets/stylesheets/ui/_buttons.sass */
button.state-off,
.button.state-off {
  background: #fff;
  border: 1px solid #d4d4d4;
  color: #999;
}

/* line 11, app/assets/stylesheets/ui/helpers/_buttons.sass */
button.state-off:hover,
.button.state-off:hover {
  color: #666;
}

/* line 141, app/assets/stylesheets/ui/_buttons.sass */
button.placeholder,
.button.placeholder {
  color: #d4d4d4;
}

/* line 144, app/assets/stylesheets/ui/_buttons.sass */
button.disabled, button.disabled:hover, button.disabled:focus, button:disabled, button:disabled:hover, button:disabled:focus,
.button.disabled,
.button.disabled:hover,
.button.disabled:focus,
.button:disabled,
.button:disabled:hover,
.button:disabled:focus {
  -webkit-transition: none;
  transition: none;
  background: #d4d4d4;
  border-color: #d4d4d4;
  color: #f8f8f8;
  cursor: not-allowed;
}

/* line 156, app/assets/stylesheets/ui/_buttons.sass */
button.disabled-spinner,
.button.disabled-spinner {
  position: relative;
}

/* line 158, app/assets/stylesheets/ui/_buttons.sass */
button.disabled-spinner::before,
.button.disabled-spinner::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "CustomIcons";
  content: "";
  display: inline-block;
  -webkit-animation: spin 1s infinite steps(8);
          animation: spin 1s infinite steps(8);
  margin-top: -1px;
  margin-right: 5px;
}

/* line 163, app/assets/stylesheets/ui/_buttons.sass */
button > .icon:not(:only-child),
.button > .icon:not(:only-child) {
  display: inline;
}

/* line 165, app/assets/stylesheets/ui/_buttons.sass */
button > .icon:not(:only-child):first-child,
.button > .icon:not(:only-child):first-child {
  margin-right: 5px;
}

/* line 168, app/assets/stylesheets/ui/_buttons.sass */
button.dropdown-toggle,
.button.dropdown-toggle {
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
}

/* line 171, app/assets/stylesheets/ui/_buttons.sass */
button + button.decline, button.disabled, button + .button.decline,
.button.disabled,
.button + button.decline,
.button + .button.decline {
  margin-left: 10px;
}

/* line 174, app/assets/stylesheets/ui/_buttons.sass */
button.decline + button.accept, button.decline + .button.accept,
.button.decline + button.accept,
.button.decline + .button.accept {
  margin-left: 0;
}

/* line 177, app/assets/stylesheets/ui/_buttons.sass */
button.accept, button.decline,
.button.accept,
.button.decline {
  background: none;
  border-color: #d4d4d4;
}

/* line 182, app/assets/stylesheets/ui/_buttons.sass */
button.decline,
.button.decline {
  border-radius: 2px 0 0 2px;
  color: #E51D1D;
}

/* line 185, app/assets/stylesheets/ui/_buttons.sass */
button.decline:hover,
.button.decline:hover {
  background: rgba(229, 29, 29, 0.08);
  border-color: #E51D1D;
}

/* line 188, app/assets/stylesheets/ui/_buttons.sass */
button.decline:hover + .accept,
.button.decline:hover + .accept {
  border-left-color: #E51D1D;
}

/* line 190, app/assets/stylesheets/ui/_buttons.sass */
button.decline:last-child, button.decline:only-child,
.button.decline:last-child,
.button.decline:only-child {
  border-right: 1px solid #d4d4d4;
}

/* line 193, app/assets/stylesheets/ui/_buttons.sass */
button.decline:last-child:hover, button.decline:only-child:hover,
.button.decline:last-child:hover,
.button.decline:only-child:hover {
  border-right-color: #E51D1D;
}

/* line 196, app/assets/stylesheets/ui/_buttons.sass */
button.accept,
.button.accept {
  border-radius: 0 2px 2px 0;
  color: #24B352;
}

/* line 199, app/assets/stylesheets/ui/_buttons.sass */
button.accept:hover,
.button.accept:hover {
  background: #F0FFEB;
  border-color: #24B352;
}

/* line 203, app/assets/stylesheets/ui/_buttons.sass */
a.button.disabled {
  pointer-events: none;
}

/* line 206, app/assets/stylesheets/ui/_buttons.sass */
button.disabled-spinner::before {
  float: left;
}

/* line 209, app/assets/stylesheets/ui/_buttons.sass */
.primary-green {
  color: #fff;
  background: #3fB9A4;
  border-color: #33a995;
}

/* line 213, app/assets/stylesheets/ui/_buttons.sass */
.primary-green:hover {
  background: #1AC7A9;
}

/* line 216, app/assets/stylesheets/ui/_buttons.sass */
.secondary-green {
  color: #3fB9A4;
  background: #C5EAE3;
  border-color: #79CEBF;
}

/* line 220, app/assets/stylesheets/ui/_buttons.sass */
.secondary-green:hover {
  background: #ebf8f5;
}

/* line 2, app/assets/stylesheets/ui/_dropdown.sass */
.dropdown-container {
  position: relative;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

/* line 10, app/assets/stylesheets/ui/_dropdown.sass */
.dropdown-container.active .dropdown-selection, .dropdown-on-hover:hover .dropdown-selection {
  display: block;
}

/* line 12, app/assets/stylesheets/ui/_dropdown.sass */
.dropdown-container.active .disabled + .dropdown-selection, .dropdown-on-hover:hover .disabled + .dropdown-selection {
  display: none;
}

/* line 15, app/assets/stylesheets/ui/_dropdown.sass */
.button.dropdown-ellipsis-toggle {
  padding: 0 5px;
}

/* line 17, app/assets/stylesheets/ui/_dropdown.sass */
.button.dropdown-ellipsis-toggle::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "CustomIcons";
  content: "";
  display: inline-block;
  font-size: 22px;
  color: #00a6c2;
}

/* line 21, app/assets/stylesheets/ui/_dropdown.sass */
.button.dropdown-ellipsis-toggle:hover::before {
  color: #0094AB;
}

/* line 23, app/assets/stylesheets/ui/_dropdown.sass */
.button.dropdown-ellipsis-toggle.small + .dropdown-selection {
  top: 32px;
}

/* line 26, app/assets/stylesheets/ui/_dropdown.sass */
.dropdown-toggle {
  width: auto;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 30, app/assets/stylesheets/ui/_dropdown.sass */
.dropdown-toggle.icon::before {
  vertical-align: top;
  line-height: inherit;
}

/* line 33, app/assets/stylesheets/ui/_dropdown.sass */
.dropdown-toggle::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "CustomIcons";
  content: "";
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  margin-left: 5px;
}

/* line 38, app/assets/stylesheets/ui/_dropdown.sass */
.dropdown-toggle:hover {
  cursor: pointer;
}

/* line 40, app/assets/stylesheets/ui/_dropdown.sass */
.dropdown-toggle:hover .primary {
  background: #17B7D1;
}

/* line 42, app/assets/stylesheets/ui/_dropdown.sass */
.dropdown-toggle:hover .secondary {
  background: #ebfcff;
}

/* line 45, app/assets/stylesheets/ui/_dropdown.sass */
.dropdown-selection {
  width: auto;
  min-width: 100%;
  white-space: nowrap;
  margin: 0;
  -webkit-box-shadow: 0 1px 2px #999;
          box-shadow: 0 1px 2px #999;
  display: none;
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  z-index: 250;
  background: #fff;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 61, app/assets/stylesheets/ui/_dropdown.sass */
.small + .dropdown-selection {
  top: 30px;
}

/* line 63, app/assets/stylesheets/ui/_dropdown.sass */
.medium + .dropdown-selection {
  top: 40px;
}

/* line 67, app/assets/stylesheets/ui/_dropdown.sass */
.dropdown-selection > li:first-child:not([data-label]) {
  padding-top: 3px;
}

/* line 69, app/assets/stylesheets/ui/_dropdown.sass */
.dropdown-selection > li:last-child {
  padding-bottom: 3px;
}

/* line 71, app/assets/stylesheets/ui/_dropdown.sass */
.dropdown-selection > li[data-label] + li:not([data-label]) {
  border-top: 1px solid #d4d4d4;
  margin-top: 3px;
  padding-top: 3px;
}

/* line 76, app/assets/stylesheets/ui/_dropdown.sass */
.dropdown-selection a,
.dropdown-selection li > span {
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  display: block;
  padding: 6px 11px;
  text-decoration: none;
  color: #333;
  font-weight: normal;
}

/* line 84, app/assets/stylesheets/ui/_dropdown.sass */
.dropdown-selection a:hover,
.dropdown-selection li > span:hover {
  background: #ebfcff;
}

/* line 87, app/assets/stylesheets/ui/_dropdown.sass */
.dropdown-selection .active > a,
.dropdown-selection .active[data-label]::before {
  font-weight: 500;
}

/* line 91, app/assets/stylesheets/ui/_dropdown.sass */
.dropdown-selection li.disabled > a {
  pointer-events: none;
  color: #d4d4d4;
}

/* line 94, app/assets/stylesheets/ui/_dropdown.sass */
.dropdown-selection li.disabled > a:hover {
  cursor: default;
}

/* line 97, app/assets/stylesheets/ui/_dropdown.sass */
.dropdown-selection .group-header:not(:only-child),
.dropdown-selection li[data-label]::before {
  font-size: 12px;
  text-transform: uppercase;
  content: attr(data-label);
  display: block;
  padding: 0 11px;
  background: #eee;
  margin: 3px 0;
}

/* line 107, app/assets/stylesheets/ui/_dropdown.sass */
.dropdown-selection li:first-child .group-header {
  margin-top: 0;
}

/* line 110, app/assets/stylesheets/ui/_dropdown.sass */
.dropdown-selection .group-header:not(a):hover,
.dropdown-selection li[data-label]:hover::before {
  cursor: default;
}

/* line 114, app/assets/stylesheets/ui/_dropdown.sass */
.dropdown-selection [class*="delete"],
.dropdown-selection [data-behavior="confirm-delete"],
.dropdown-selection [data-method="delete"] {
  color: #E51D1D;
}

/* line 121, app/assets/stylesheets/ui/_dropdown.sass */
.dropdown-grouped-lines .dropdown-selection > li + li {
  border-top: 1px solid #d4d4d4;
  margin-top: 3px;
  padding-top: 3px;
}

/* line 126, app/assets/stylesheets/ui/_dropdown.sass */
.dropdown-grouped-lines .dropdown-selection li[data-label]:not(:first-child)::before,
.dropdown-grouped-lines .dropdown-selection .group-header {
  margin-top: 0;
}

/* line 131, app/assets/stylesheets/ui/_dropdown.sass */
.dropdown-align-right .dropdown-selection {
  right: 0;
  left: auto;
}

/* line 136, app/assets/stylesheets/ui/_dropdown.sass */
.dropdown-fixed-width .dropdown-selection {
  width: 100%;
  white-space: initial;
}

/* line 140, app/assets/stylesheets/ui/_dropdown.sass */
.dropdown-theme-select2 {
  width: 100%;
}

/* line 143, app/assets/stylesheets/ui/_dropdown.sass */
.dropdown-theme-select2:focus .dropdown-toggle {
  border-color: #00a6c2;
}

/* line 145, app/assets/stylesheets/ui/_dropdown.sass */
.dropdown-theme-select2 .dropdown-toggle {
  font-weight: 400;
  width: 100%;
  border-radius: 0;
  padding-right: 40px;
  border-color: #d4d4d4;
  text-align: left;
  text-transform: none;
}

/* line 153, app/assets/stylesheets/ui/_dropdown.sass */
.dropdown-theme-select2 .dropdown-toggle::after {
  color: #999;
  position: absolute;
  width: 40px;
  top: 1px;
  right: 0;
  text-align: center;
  margin-left: 0;
}

/* line 161, app/assets/stylesheets/ui/_dropdown.sass */
.dropdown-theme-select2 .dropdown-toggle.small::after {
  line-height: 28px;
}

/* line 163, app/assets/stylesheets/ui/_dropdown.sass */
.dropdown-theme-select2 .dropdown-toggle.medium::after {
  line-height: 38px;
}

/* line 166, app/assets/stylesheets/ui/_dropdown.sass */
.dropdown-theme-select2.active .dropdown-toggle:not(.disabled) {
  border-color: #57cadc;
}

/* line 169, app/assets/stylesheets/ui/_dropdown.sass */
#filter-trigger {
  border-radius: 3px;
  border: 1px solid #d4d4d4;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-right: 18px;
}

/* line 176, app/assets/stylesheets/ui/_dropdown.sass */
a.add-someone:hover {
  text-decoration: none;
}

/* line 6, app/assets/stylesheets/ui/_labels.sass */
.label {
  font-weight: 500;
  display: inline-block;
  border-radius: 2px;
  color: #f8f8f8;
  background: #666;
  border-color: #666;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.05em;
  padding: 0 3px 0 4px;
  top: -1px;
  position: relative;
  text-transform: uppercase;
}

/* line 18, app/assets/stylesheets/ui/_labels.sass */
.label:hover {
  text-decoration: none;
}

/* line 20, app/assets/stylesheets/ui/_labels.sass */
.label.hidden {
  display: none;
}

/* line 23, app/assets/stylesheets/ui/_labels.sass */
.label:first-child:not(:only-child) {
  margin-right: 10px;
}

/* line 26, app/assets/stylesheets/ui/_labels.sass */
.label.green, .label.accepted {
  color: #24B352;
  background: #F0FFEB;
  border-color: #F0FFEB;
}

/* line 29, app/assets/stylesheets/ui/_labels.sass */
.label.green.strong, .label.accepted.strong {
  color: #fff;
  background: #24B352;
  border-color: #24B352;
}

/* line 32, app/assets/stylesheets/ui/_labels.sass */
.label.red, .label.declined {
  color: #E51D1D;
  background: #FFF3F3;
  border-color: #FFF3F3;
}

/* line 35, app/assets/stylesheets/ui/_labels.sass */
.label.red.strong, .label.declined.strong {
  color: #fff;
  background: #E51D1D;
  border-color: #E51D1D;
}

/* line 38, app/assets/stylesheets/ui/_labels.sass */
.label.orange {
  color: #fff;
  background: #FF8C23;
  border-color: #FF8C23;
}

/* line 43, app/assets/stylesheets/ui/_labels.sass */
.label.yellow, .label.new {
  color: #333;
  background: #F8E71C;
  border-color: #F8E71C;
}

/* line 47, app/assets/stylesheets/ui/_labels.sass */
.label.contently {
  color: #fff;
  background: #00a6c2;
  border-color: #00a6c2;
}

/* line 50, app/assets/stylesheets/ui/_labels.sass */
.label.contently.small {
  font-size: 6px;
  line-height: 6px;
  padding: 2px 4px;
}

/* line 54, app/assets/stylesheets/ui/_labels.sass */
.label.contently.medium {
  font-size: 12px;
}

/* line 56, app/assets/stylesheets/ui/_labels.sass */
.label.contently.default {
  font-size: 12px;
}

/* line 58, app/assets/stylesheets/ui/_labels.sass */
.label.contently.large {
  font-size: 14px;
}

/* line 60, app/assets/stylesheets/ui/_labels.sass */
.label.contently.curved-sides {
  margin-left: 10px;
  margin-right: 5px;
  padding: 1px 8px;
  border-top-right-radius: 100% 35px;
  border-bottom-left-radius: 100% 35px;
  border-top-left-radius: 100% 35px;
  border-bottom-right-radius: 100% 35px;
}

/* line 69, app/assets/stylesheets/ui/_labels.sass */
.label.me {
  color: #fff;
  background: #666;
  border-color: #666;
}

/* line 72, app/assets/stylesheets/ui/_labels.sass */
.label.me.small {
  font-size: 6px;
  line-height: 6px;
  padding: 2px 4px;
}

/* line 76, app/assets/stylesheets/ui/_labels.sass */
.label.me.medium {
  font-size: 12px;
}

/* line 78, app/assets/stylesheets/ui/_labels.sass */
.label.me.default {
  font-size: 12px;
}

/* line 80, app/assets/stylesheets/ui/_labels.sass */
.label.me.large {
  font-size: 14px;
}

/* line 85, app/assets/stylesheets/ui/_labels.sass */
.notification-dot:after,
.resolved .updated .friendly:after {
  content: " ";
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background: #F8E71C;
  border: 1px solid #E0CF2F;
  display: inline-block;
  position: relative;
  top: -1px;
  margin-left: 3px;
}

/* line 98, app/assets/stylesheets/ui/_labels.sass */
.notice-indicator:after {
  content: "new";
  font-weight: 500;
  color: #333;
  background: #F8E71C;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.05em;
  padding: 0 3px 0 4px;
  margin-left: 4px;
  top: -1px;
  position: relative;
  text-transform: uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

@media screen and (max-width: 700px) {
  /* line 116, app/assets/stylesheets/ui/_labels.sass */
  .label:first-child {
    margin-right: 0;
    margin-bottom: 6px;
  }
}

/* line 2, app/assets/stylesheets/ui/_header.sass */
.back-to:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "CustomIcons";
  content: "";
  display: inline-block;
  font-size: 20px;
  line-height: 1px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

/* line 9, app/assets/stylesheets/ui/_header.sass */
.back-to + header {
  margin-top: 22px;
}

/* line 12, app/assets/stylesheets/ui/_header.sass */
header,
.header-wrapper {
  clear: both;
  position: relative;
}

/* line 17, app/assets/stylesheets/ui/_header.sass */
header h2 ~ .actions,
.header-wrapper h2 ~ .actions {
  top: 2.5px;
}

/* line 19, app/assets/stylesheets/ui/_header.sass */
header h2 + .subtext,
.header-wrapper h2 + .subtext {
  margin-top: 6px;
}

/* line 21, app/assets/stylesheets/ui/_header.sass */
header > .actions,
.header-wrapper > .actions {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 26, app/assets/stylesheets/ui/_header.sass */
header {
  margin-bottom: 33px;
}

/* line 29, app/assets/stylesheets/ui/_header.sass */
.workflow header {
  margin-bottom: 22px;
}

/* line 32, app/assets/stylesheets/ui/_header.sass */
.header-wrapper {
  margin-bottom: 11px;
}

@media screen and (max-width: 700px) {
  /* line 36, app/assets/stylesheets/ui/_header.sass */
  header > .actions {
    position: static;
    width: 100%;
    margin-top: 11px;
    text-align: left;
  }
}

/* line 1, app/assets/stylesheets/ui/_flex.sass */
.flex-wrapper,
.flex-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 8, app/assets/stylesheets/ui/_flex.sass */
.flex-wrapper.flex-justify-center,
.flex-actions.flex-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 11, app/assets/stylesheets/ui/_flex.sass */
.flex-v-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 14, app/assets/stylesheets/ui/_flex.sass */
.flex-ellipsis-wrapper {
  min-width: 0;
}

/* line 16, app/assets/stylesheets/ui/_flex.sass */
.flex-ellipsis-wrapper + .flex-column {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding-left: 10px;
}

/* line 20, app/assets/stylesheets/ui/_flex.sass */
.flex-column {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

/* line 23, app/assets/stylesheets/ui/_flex.sass */
.flex-column.actions {
  padding-left: 10px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  white-space: nowrap;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

/* line 28, app/assets/stylesheets/ui/_flex.sass */
.flex-column.actions-delete {
  -ms-flex-preferred-size: 20px;
      flex-basis: 20px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  text-align: right;
}

/* line 32, app/assets/stylesheets/ui/_flex.sass */
.flex-column.flex-column-wider {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

/* line 34, app/assets/stylesheets/ui/_flex.sass */
.flex-column.flex-column-even-wider {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}

/* line 36, app/assets/stylesheets/ui/_flex.sass */
.flex-column.flex-column-thinner {
  -webkit-box-flex: .75;
      -ms-flex-positive: .75;
          flex-grow: .75;
}

/* line 39, app/assets/stylesheets/ui/_flex.sass */
.flex-number {
  text-align: right;
}

/* line 42, app/assets/stylesheets/ui/_flex.sass */
.flex-avatar {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-right: 10px;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

/* line 46, app/assets/stylesheets/ui/_flex.sass */
.flex-avatar .icon::before {
  vertical-align: middle;
}

/* line 49, app/assets/stylesheets/ui/_flex.sass */
.flex-checkbox {
  -ms-flex-preferred-size: 30px;
      flex-basis: 30px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

/* line 52, app/assets/stylesheets/ui/_flex.sass */
.flex-checkbox .checkbox-toggle {
  margin-top: -2px;
}

/* line 56, app/assets/stylesheets/ui/_flex.sass */
.flex-actions {
  margin-top: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 59, app/assets/stylesheets/ui/_flex.sass */
.divider + .flex-actions {
  margin-top: 0;
}

/* line 61, app/assets/stylesheets/ui/_flex.sass */
.divider + .flex-actions > div {
  margin-top: 0;
}

/* line 63, app/assets/stylesheets/ui/_flex.sass */
.flex-actions .flex-primary-col {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  white-space: nowrap;
}

/* line 68, app/assets/stylesheets/ui/_flex.sass */
.flex-actions .flex-secondary-col {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: left;
}

/* line 71, app/assets/stylesheets/ui/_flex.sass */
.flex-actions .delete-confirmation {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: 6px;
}

/* line 78, app/assets/stylesheets/ui/_flex.sass */
.flex-checkboxes .flex-wrapper {
  margin-top: 6px;
}

@media screen and (max-width: 700px) {
  /* line 78, app/assets/stylesheets/ui/_flex.sass */
  .flex-checkboxes .flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  /* line 83, app/assets/stylesheets/ui/_flex.sass */
  .flex-checkboxes .flex-wrapper:first-of-type .flex-column:first-of-type {
    margin-top: 0;
  }
  /* line 85, app/assets/stylesheets/ui/_flex.sass */
  .flex-checkboxes .flex-wrapper .flex-column {
    margin-top: 6px;
  }
}

/* line 1, app/assets/stylesheets/ui/_table.sass */
.table {
  display: table;
  width: 100%;
}

/* line 4, app/assets/stylesheets/ui/_table.sass */
.table.fixed {
  table-layout: fixed;
}

/* line 7, app/assets/stylesheets/ui/_table.sass */
.column {
  display: table-cell;
  vertical-align: middle;
}

/* line 10, app/assets/stylesheets/ui/_table.sass */
.column.top {
  vertical-align: top;
}

/* line 12, app/assets/stylesheets/ui/_table.sass */
.column.bottom {
  vertical-align: bottom;
}

/* line 14, app/assets/stylesheets/ui/_table.sass */
.column.center {
  text-align: center;
}

/* line 16, app/assets/stylesheets/ui/_table.sass */
.column.right, .column.numeric {
  text-align: right;
}

/* line 19, app/assets/stylesheets/ui/_table.sass */
.column.numeric {
  white-space: nowrap;
}

/* line 21, app/assets/stylesheets/ui/_table.sass */
.credit .column {
  text-align: left;
}

/* line 26, app/assets/stylesheets/ui/_table.sass */
.active [data-sort-direction]:hover, .active [data-sort-direction]::after {
  color: #00a6c2;
}

/* line 29, app/assets/stylesheets/ui/_table.sass */
.active [data-sort-direction]::after {
  margin-left: 5px;
  font-size: 20px;
  line-height: 1px;
  position: relative;
  top: 4px;
}

/* line 36, app/assets/stylesheets/ui/_table.sass */
.active [data-sort-direction="desc"]::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "CustomIcons";
  content: "";
  display: inline-block;
}

/* line 39, app/assets/stylesheets/ui/_table.sass */
.active [data-sort-direction="asc"]::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "CustomIcons";
  content: "";
  display: inline-block;
}

/* line 42, app/assets/stylesheets/ui/_table.sass */
.table-display {
  width: 100%;
  border-spacing: 0;
  word-break: normal;
  border-bottom: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
}

/* line 50, app/assets/stylesheets/ui/_table.sass */
.table-display thead th,
.table-display thead .column,
.table-display .t-head th,
.table-display .t-head .column {
  font-weight: 500;
  background: #fff;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  text-align: left;
  color: #666;
}

/* line 58, app/assets/stylesheets/ui/_table.sass */
.table-display thead th > a,
.table-display thead .column > a,
.table-display .t-head th > a,
.table-display .t-head .column > a {
  color: #666;
  float: left;
}

/* line 61, app/assets/stylesheets/ui/_table.sass */
.table-display thead th.active,
.table-display thead .column.active,
.table-display .t-head th.active,
.table-display .t-head .column.active {
  background: #ebfcff;
  color: #00a6c2;
}

/* line 64, app/assets/stylesheets/ui/_table.sass */
.table-display thead th.active > a,
.table-display thead .column.active > a,
.table-display .t-head th.active > a,
.table-display .t-head .column.active > a {
  position: relative;
  padding-right: 15px;
}

/* line 67, app/assets/stylesheets/ui/_table.sass */
.table-display thead th.active .column-inner-wrapper,
.table-display thead .column.active .column-inner-wrapper,
.table-display .t-head th.active .column-inner-wrapper,
.table-display .t-head .column.active .column-inner-wrapper {
  padding-right: 15px;
}

/* line 70, app/assets/stylesheets/ui/_table.sass */
.table-display td,
.table-display th,
.table-display .column {
  padding: 11px 10px;
  background: #f8f8f8;
  border-right: 1px solid #d4d4d4;
}

/* line 77, app/assets/stylesheets/ui/_table.sass */
.table-display tr,
.table-display .t-row {
  display: table-row;
}

/* line 81, app/assets/stylesheets/ui/_table.sass */
.table-display tr.alt td,
.table-display tr.alt .column,
.table-display .t-row.alt td,
.table-display .t-row.alt .column {
  background: #fff;
}

/* line 85, app/assets/stylesheets/ui/_table.sass */
.table-display .column-inner-wrapper {
  display: block;
  position: relative;
}

/* line 89, app/assets/stylesheets/ui/_table.sass */
.td-title {
  display: none;
}

@media screen and (max-width: 1023px), print and (orientation: portrait) {
  /* line 95, app/assets/stylesheets/ui/_table.sass */
  .table-shaping {
    display: block;
    clear: both;
    border: 0;
  }
  /* line 100, app/assets/stylesheets/ui/_table.sass */
  .table-shaping tbody,
.table-shaping tr,
.table-shaping .t-row,
.table-shaping td,
.table-shaping .column {
    position: relative;
    display: block;
  }
  /* line 108, app/assets/stylesheets/ui/_table.sass */
  .table-shaping .t-row.t-head,
.table-shaping thead {
    display: none;
  }
  /* line 112, app/assets/stylesheets/ui/_table.sass */
  .table-shaping tr,
.table-shaping .t-row {
    padding-top: 22px;
    padding-bottom: 22px;
    background: #f8f8f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 11px;
    -webkit-box-shadow: 0 1px 1px 0 #eee;
            box-shadow: 0 1px 1px 0 #eee;
  }
  /* line 122, app/assets/stylesheets/ui/_table.sass */
  .table-shaping tr.alt,
.table-shaping .t-row.alt {
    background: #fff;
  }
  /* line 126, app/assets/stylesheets/ui/_table.sass */
  .table-shaping td,
.table-shaping .column {
    max-width: none;
    padding: 0;
    border-right: 0;
  }
  /* line 132, app/assets/stylesheets/ui/_table.sass */
  .table-shaping td[data-title]::before,
.table-shaping .column[data-title]::before {
    vertical-align: top;
    font-size: 12px;
    line-height: 22px;
    padding-left: 15px;
    display: block;
    float: left;
  }
  /* line 139, app/assets/stylesheets/ui/_table.sass */
  .table-shaping td.hidden,
.table-shaping .column.hidden {
    display: none;
  }
  /* line 141, app/assets/stylesheets/ui/_table.sass */
  .table-shaping td.numeric,
.table-shaping .column.numeric {
    text-align: left;
  }
  /* line 145, app/assets/stylesheets/ui/_table.sass */
  html[lang]:not([lang*='en']) .table-shaping [data-title]::before {
    opacity: 0;
  }
  /* line 148, app/assets/stylesheets/ui/_table.sass */
  html[lang]:not([lang*='en']) .table-shaping .td-title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 500;
    vertical-align: top;
    font-size: 12px;
    line-height: 22px;
    text-align: right;
    width: 170px;
    padding-left: 15px;
    display: block;
    font-style: italic;
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
  }
  /* line 164, app/assets/stylesheets/ui/_table.sass */
  .table-shaping .column-inner-wrapper {
    padding-left: 170px;
    padding-right: 15px;
    display: block;
  }
  /* line 169, app/assets/stylesheets/ui/_table.sass */
  .flex-title {
    font-size: 16px;
    margin-top: 3px;
    margin-bottom: 11px;
  }
  /* line 173, app/assets/stylesheets/ui/_table.sass */
  .flex-title:first-child {
    margin-top: 0;
  }
  /* line 175, app/assets/stylesheets/ui/_table.sass */
  .flex-title:only-child {
    margin-bottom: 0;
  }
  /* line 177, app/assets/stylesheets/ui/_table.sass */
  .flex-title::before {
    display: none;
  }
  /* line 179, app/assets/stylesheets/ui/_table.sass */
  .flex-title .column-inner-wrapper {
    padding-left: 15px;
  }
}

@media screen and (max-width: 500px) {
  /* line 186, app/assets/stylesheets/ui/_table.sass */
  .table-shaping td[data-title],
.table-shaping .column[data-title] {
    margin-bottom: 11px;
  }
  /* line 188, app/assets/stylesheets/ui/_table.sass */
  .table-shaping td[data-title]::before,
.table-shaping .column[data-title]::before {
    line-height: 18px;
    float: none;
    display: block;
    width: 100%;
    padding-left: 15px;
  }
  /* line 196, app/assets/stylesheets/ui/_table.sass */
  html[lang]:not([lang=en]) .table-shaping .td-title {
    text-align: left;
    padding-left: 15px;
  }
  /* line 200, app/assets/stylesheets/ui/_table.sass */
  .table-shaping .column-inner-wrapper {
    width: 100%;
    padding-left: 15px;
  }
}

/* line 3, app/assets/stylesheets/ui/_table-details.sass */
[data-title] {
  position: relative;
}

/* line 5, app/assets/stylesheets/ui/_table-details.sass */
[data-title]:not(.data-set-column)::before, .data-set-column[data-title]::after {
  display: none;
  content: attr(data-title);
  font-style: italic;
  color: #333;
}

/* line 11, app/assets/stylesheets/ui/_table-details.sass */
[data-title]:not(.data-set-column)::before {
  font-weight: 500;
}

/* line 16, app/assets/stylesheets/ui/_table-details.sass */
.details-view-container [data-title]:not(.data-set-column)::before, .details-view-container .data-set-column[data-title]::after {
  display: none;
  font-size: 12px;
  line-height: 22px;
}

/* line 22, app/assets/stylesheets/ui/_table-details.sass */
.details-view-container .flex-wrapper {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 26, app/assets/stylesheets/ui/_table-details.sass */
.details-view-container .list-container:not(:empty):first-child,
.details-view-container .flex-header {
  margin-top: 11px;
}

/* line 30, app/assets/stylesheets/ui/_table-details.sass */
.details-view-container .flex-header {
  padding: 6px 10px;
}

/* line 34, app/assets/stylesheets/ui/_table-details.sass */
.details-view-container .flex-column:not(:last-of-type) {
  padding-right: 10px;
}

/* line 36, app/assets/stylesheets/ui/_table-details.sass */
.details-view-container .flex-column:last-child {
  padding-right: 0;
}

/* line 38, app/assets/stylesheets/ui/_table-details.sass */
.details-view-container .flex-column.actions {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

/* line 40, app/assets/stylesheets/ui/_table-details.sass */
.details-view-container .flex-column.options {
  text-align: right;
}

/* line 44, app/assets/stylesheets/ui/_table-details.sass */
.details-view-container .sortable [data-sort] {
  cursor: pointer;
}

/* line 48, app/assets/stylesheets/ui/_table-details.sass */
.details-view-container .sortable .sort-desc:hover, .details-view-container .sortable .sort-desc::after,
.details-view-container .sortable .sort-asc:hover,
.details-view-container .sortable .sort-asc::after {
  color: #00a6c2;
}

/* line 51, app/assets/stylesheets/ui/_table-details.sass */
.details-view-container .sortable .sort-desc::after,
.details-view-container .sortable .sort-asc::after {
  margin-left: 5px;
  font-size: 20px;
  line-height: 1px;
  position: relative;
  top: 4px;
  color: #00a6c2;
}

/* line 58, app/assets/stylesheets/ui/_table-details.sass */
.details-view-container .sortable .sort-desc::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "CustomIcons";
  content: "";
  display: inline-block;
}

/* line 60, app/assets/stylesheets/ui/_table-details.sass */
.details-view-container .sortable .sort-asc::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "CustomIcons";
  content: "";
  display: inline-block;
}

/* line 64, app/assets/stylesheets/ui/_table-details.sass */
.details-collapsible .flex-header,
.details-collapsible .collapsible-container .list-item {
  padding-right: 20px;
  padding-left: 30px;
}

/* line 70, app/assets/stylesheets/ui/_table-details.sass */
.details-collapsible .collapsible-container + .collapsible-container {
  margin-top: 0;
}

/* line 74, app/assets/stylesheets/ui/_table-details.sass */
.details-collapsible .collapsible-container.active .js-toggle-collapsible::before {
  content: "";
}

/* line 76, app/assets/stylesheets/ui/_table-details.sass */
.details-collapsible .collapsible-container.active .js-toggle-collapsible.list-item + .list-item {
  padding-top: 0;
}

/* line 80, app/assets/stylesheets/ui/_table-details.sass */
.details-collapsible .collapsible-container .js-toggle-collapsible::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "CustomIcons";
  content: "";
  display: inline-block;
  font-size: 22px;
  line-height: 22px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 10px;
  cursor: pointer;
}

/* line 92, app/assets/stylesheets/ui/_table-details.sass */
.details-collapsible .collapsible-container.active, .details-collapsible .collapsible-container.checked {
  background: #fcfcfc;
}

/* line 95, app/assets/stylesheets/ui/_table-details.sass */
.details-collapsible .collapsible-container:hover {
  background: #f8f8f8;
}

/* line 97, app/assets/stylesheets/ui/_table-details.sass */
.details-collapsible .collapsible-container .loading-mask {
  background: #fcfcfc;
}

/* line 101, app/assets/stylesheets/ui/_table-details.sass */
.details-collapsible .delete-queue.delete-overlay .delete-content-wrapper {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
}

/* line 103, app/assets/stylesheets/ui/_table-details.sass */
.details-collapsible .delete-queue.delete-overlay .delete-content {
  margin-top: 22px;
}

/* line 108, app/assets/stylesheets/ui/_table-details.sass */
.data-set-wrapper .flex-column:first-child {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

@media screen and (max-width: 1023px), print and (orientation: portrait) {
  /* line 108, app/assets/stylesheets/ui/_table-details.sass */
  .data-set-wrapper .flex-column:first-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

/* line 113, app/assets/stylesheets/ui/_table-details.sass */
.data-set-wrapper .data-set-column {
  -ms-flex-preferred-size: 120px;
      flex-basis: 120px;
  padding-right: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 700px) {
  /* line 113, app/assets/stylesheets/ui/_table-details.sass */
  .data-set-wrapper .data-set-column {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-top: 6px;
  }
}

@media screen and (max-width: 1023px), print and (orientation: portrait) {
  /* line 125, app/assets/stylesheets/ui/_table-details.sass */
  .details-view-container [data-title]:not(.data-set-column)::before {
    display: inline-block;
  }
  /* line 127, app/assets/stylesheets/ui/_table-details.sass */
  .details-view-container .data-set-column[data-title]::after {
    display: block;
  }
  /* line 132, app/assets/stylesheets/ui/_table-details.sass */
  .details-view-container:not(.details-collapsible) .list-item-wrapper .list-item {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  /* line 136, app/assets/stylesheets/ui/_table-details.sass */
  .details-view-container .flex-wrapper:not(.flex-fixed) {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
  /* line 140, app/assets/stylesheets/ui/_table-details.sass */
  .details-view-container .flex-header {
    display: none;
  }
  /* line 144, app/assets/stylesheets/ui/_table-details.sass */
  .details-view-container .flex-column.actions-delete {
    margin-top: 0;
    position: absolute;
    top: 9px;
    right: 10px;
  }
  /* line 149, app/assets/stylesheets/ui/_table-details.sass */
  .details-view-container .flex-column.options {
    text-align: left;
  }
  /* line 152, app/assets/stylesheets/ui/_table-details.sass */
  .details-view-container .flex-column:not([data-title]) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-right: 0;
  }
  /* line 156, app/assets/stylesheets/ui/_table-details.sass */
  .details-view-container .flex-column[data-title]:not(.data-set-column) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-right: 0;
    padding-left: 160px;
  }
  /* line 160, app/assets/stylesheets/ui/_table-details.sass */
  .details-view-container .flex-column[data-title]:not(.data-set-column)::before {
    width: 170px;
    padding-right: 20px;
    text-align: right;
    position: absolute;
    left: 0;
  }
  /* line 167, app/assets/stylesheets/ui/_table-details.sass */
  .details-view-container .flex-column[data-title]:not(.data-set-column) .label {
    margin-bottom: 0;
  }
  /* line 170, app/assets/stylesheets/ui/_table-details.sass */
  .details-view-container .flex-checkbox + .flex-column {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  /* line 175, app/assets/stylesheets/ui/_table-details.sass */
  .details-view-container .flex-fixed .flex-column {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 500px) {
  /* line 182, app/assets/stylesheets/ui/_table-details.sass */
  .details-view-container .flex-column[data-title]:not(.data-set-column) {
    padding-left: 0;
    margin-bottom: 11px;
  }
  /* line 185, app/assets/stylesheets/ui/_table-details.sass */
  .details-view-container .flex-column[data-title]:not(.data-set-column)::before {
    line-height: 18px;
    position: static;
    text-align: left;
    display: block;
    width: 100%;
  }
}

/* line 1, app/assets/stylesheets/ui/form/_checkbox.sass */
.inline-checkbox-wrapper {
  position: relative;
}

/* line 3, app/assets/stylesheets/ui/form/_checkbox.sass */
.inline-checkbox-wrapper .inline-wrapper {
  overflow: hidden;
}

/* line 5, app/assets/stylesheets/ui/form/_checkbox.sass */
.inline-checkbox-wrapper .checkbox-toggle {
  background-color: #eee;
  border: 1px solid #d4d4d4;
  border-left: 0;
  float: right;
  padding: 10px 10px 0;
  height: 40px;
}

/* line 13, app/assets/stylesheets/ui/form/_checkbox.sass */
.checkbox-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 18px;
}

/* line 18, app/assets/stylesheets/ui/form/_checkbox.sass */
.checkbox-toggle > label:hover {
  cursor: pointer;
}

/* line 20, app/assets/stylesheets/ui/form/_checkbox.sass */
.checkbox-toggle > label:empty {
  display: none;
}

/* line 23, app/assets/stylesheets/ui/form/_checkbox.sass */
.checkbox-toggle .checkbox {
  height: 18px;
  position: relative;
}

/* line 26, app/assets/stylesheets/ui/form/_checkbox.sass */
.checkbox-toggle .checkbox label {
  -webkit-box-shadow: inset 0px 1px 1px #fff;
          box-shadow: inset 0px 1px 1px #fff;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  padding: 0;
  margin-bottom: 0;
}

/* line 39, app/assets/stylesheets/ui/form/_checkbox.sass */
.checkbox-toggle .checkbox label::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
  content: " ";
  position: absolute;
  width: 8px;
  height: 4px;
  background: transparent;
  top: 4px;
  left: 3px;
  border: 2px solid #333;
  border-top: none;
  border-right: none;
}

/* line 53, app/assets/stylesheets/ui/form/_checkbox.sass */
.checkbox-toggle .checkbox label:focus {
  border: 1px solid #57cadc;
}

/* line 59, app/assets/stylesheets/ui/form/_checkbox.sass */
.checkbox-toggle .checkbox:hover input + label::after,
.checkbox-toggle .checkbox > input[type=checkbox]:focus + label::after {
  opacity: 0.3;
}

/* line 63, app/assets/stylesheets/ui/form/_checkbox.sass */
.checkbox-toggle .checkbox > input[type=checkbox]:focus + label {
  border-color: #00a6c2;
}

/* line 66, app/assets/stylesheets/ui/form/_checkbox.sass */
.checkbox-toggle .checkbox > input[type=checkbox] {
  margin-top: 2px;
  margin-left: 2px;
  width: 18px;
}

/* line 71, app/assets/stylesheets/ui/form/_checkbox.sass */
.checkbox-toggle .checkbox input[type=checkbox]:checked + label::after {
  opacity: 1;
}

/* line 74, app/assets/stylesheets/ui/form/_checkbox.sass */
.checkbox-toggle .checkbox input[type=checkbox]:disabled + label {
  border-color: #d4d4d4;
  background: #eee;
  cursor: default;
}

/* line 78, app/assets/stylesheets/ui/form/_checkbox.sass */
.checkbox-toggle .checkbox input[type=checkbox]:disabled + label::after {
  border-color: #999;
}

/* line 81, app/assets/stylesheets/ui/form/_checkbox.sass */
.checkbox-toggle .checkbox + label:not(.checkbox-text-label) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 0;
}

/* line 86, app/assets/stylesheets/ui/form/_checkbox.sass */
.checkbox-toggle input.checkbox-indeterminate + label:after {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  width: 12px;
  height: 3px;
  border: 0;
  background: #00a6c2;
  top: 7px;
}

/* line 95, app/assets/stylesheets/ui/form/_checkbox.sass */
.checkbox-toggle + .checkbox-toggle {
  margin-top: 11px;
}

/* line 1, app/assets/stylesheets/ui/form/_delete.sass */
.delete-confirmation {
  font-size: 12px;
  line-height: 18px;
  display: none;
}

/* line 7, app/assets/stylesheets/ui/form/_delete.sass */
.delete-queue > .trigger-remove:hover {
  cursor: default;
}

/* line 9, app/assets/stylesheets/ui/form/_delete.sass */
.delete-queue > .trigger-remove .icon-x {
  color: #E51D1D;
}

/* line 11, app/assets/stylesheets/ui/form/_delete.sass */
.delete-queue .delete-replace {
  display: none;
}

/* line 13, app/assets/stylesheets/ui/form/_delete.sass */
.delete-queue .delete-confirmation {
  display: block;
}

/* line 15, app/assets/stylesheets/ui/form/_delete.sass */
.delete-queue .delete-confirmation a {
  color: #E51D1D;
}

/* line 18, app/assets/stylesheets/ui/form/_delete.sass */
.delete-queue.delete-contained {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

/* line 22, app/assets/stylesheets/ui/form/_delete.sass */
.delete-queue.delete-contained .delete-confirmation {
  position: relative;
  border: 1px solid #E51D1D;
  border-radius: 3px;
}

/* line 29, app/assets/stylesheets/ui/form/_delete.sass */
.delete-queue.delete-overlay.divider .delete-confirmation {
  top: -22px;
}

/* line 31, app/assets/stylesheets/ui/form/_delete.sass */
.delete-queue.delete-overlay .trigger-remove {
  display: none;
}

/* line 33, app/assets/stylesheets/ui/form/_delete.sass */
.delete-queue.delete-overlay .delete-confirmation {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  z-index: 210;
  background: rgba(255, 243, 243, 0.95);
  top: 0;
  bottom: 0;
}

/* line 42, app/assets/stylesheets/ui/form/_delete.sass */
.delete-queue.delete-overlay .delete-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 550px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

/* line 51, app/assets/stylesheets/ui/form/_delete.sass */
.include-remove-icon {
  position: relative;
  padding-right: 30px;
}

/* line 54, app/assets/stylesheets/ui/form/_delete.sass */
.include-remove-icon > .trigger-remove {
  position: absolute;
  top: 0;
  right: 0;
  outline: 0;
  width: 30px;
  font-size: 16px;
  text-align: right;
  line-height: 38px;
}

/* line 64, app/assets/stylesheets/ui/form/_delete.sass */
.delete-confirmation-form-active {
  position: relative;
}

/* line 66, app/assets/stylesheets/ui/form/_delete.sass */
.delete-confirmation-form-active::before {
  content: "";
  opacity: 0.7;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 199;
  background-color: #fcfcfc;
  text-align: center;
}

/* line 1, app/assets/stylesheets/ui/form/_form.sass */
form {
  clear: both;
}

/* line 3, app/assets/stylesheets/ui/form/_form.sass */
form .inline-status {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 8, app/assets/stylesheets/ui/form/_form.sass */
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
  clear: both;
  position: relative;
  display: block;
}

/* line 17, app/assets/stylesheets/ui/form/_form.sass */
.highlight-group {
  border-radius: 3px;
  padding: 20px;
  background: #f8f8f8;
  border: 1px solid #d4d4d4;
  position: relative;
}

/* line 24, app/assets/stylesheets/ui/form/_form.sass */
.highlight-group-wrapper .add_nested_fields {
  margin-top: 22px;
}

/* line 26, app/assets/stylesheets/ui/form/_form.sass */
.highlight-group-theme-white {
  background: #fff;
  border-style: dotted;
}

/* line 29, app/assets/stylesheets/ui/form/_form.sass */
.highlight-group-cs {
  background: #ebf8f5;
  border: 0;
  -webkit-box-shadow: inset 0 0 0 1px #79CEBF;
          box-shadow: inset 0 0 0 1px #79CEBF;
  padding: 0;
}

/* line 35, app/assets/stylesheets/ui/form/_form.sass */
.js-brief .highlight-group-cs:empty {
  margin-top: 22px;
  border: 0;
  padding: 0;
}

/* line 39, app/assets/stylesheets/ui/form/_form.sass */
.highlight-group-cs > div {
  padding: 20px;
}

/* line 41, app/assets/stylesheets/ui/form/_form.sass */
.highlight-group-cs > .row:first-of-type:nth-last-of-type(2) {
  padding-bottom: 0;
}

/* line 43, app/assets/stylesheets/ui/form/_form.sass */
.highlight-group-cs > .row:first-of-type:nth-last-of-type(2) ~ .row {
  padding-top: 0;
}

/* line 45, app/assets/stylesheets/ui/form/_form.sass */
.highlight-group-cs .button[data-modal='modal-content-strategy'] {
  border-radius: 0 0 2px 2px;
  width: 100%;
}

/* line 48, app/assets/stylesheets/ui/form/_form.sass */
.highlight-group-cs .button[data-modal='modal-content-strategy']:only-child {
  border-radius: 2px;
}

/* line 51, app/assets/stylesheets/ui/form/_form.sass */
.actions {
  text-align: right;
}

/* line 53, app/assets/stylesheets/ui/form/_form.sass */
.actions-left {
  float: left;
}

/* line 55, app/assets/stylesheets/ui/form/_form.sass */
.actions-left .small {
  margin-top: 5px;
}

/* line 57, app/assets/stylesheets/ui/form/_form.sass */
.actions-text {
  clear: both;
  text-align: left;
}

/* line 61, app/assets/stylesheets/ui/form/_form.sass */
.divider {
  clear: both;
  position: relative;
  padding-bottom: 22px;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 22px;
}

/* line 67, app/assets/stylesheets/ui/form/_form.sass */
.divider.dotted {
  border-bottom-style: dotted;
}

/* line 69, app/assets/stylesheets/ui/form/_form.sass */
.divider + .divider {
  margin-top: 22px;
}

/* line 71, app/assets/stylesheets/ui/form/_form.sass */
.divider:last-child, .divider.actions {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 76, app/assets/stylesheets/ui/form/_form.sass */
.divider + .actions {
  margin-top: 0;
  padding-bottom: 0;
}

/* line 80, app/assets/stylesheets/ui/form/_form.sass */
.row,
.interaction {
  position: relative;
  width: 100%;
  vertical-align: top;
  display: inline-block;
}

/* line 87, app/assets/stylesheets/ui/form/_form.sass */
.row {
  margin-top: 22px;
}

/* line 89, app/assets/stylesheets/ui/form/_form.sass */
.rows-wrapper > .row:first-of-type, .row-full {
  margin-top: 22px;
}

/* line 92, app/assets/stylesheets/ui/form/_form.sass */
.row-half, .button + .row {
  margin-top: 11px;
}

/* line 95, app/assets/stylesheets/ui/form/_form.sass */
.row-fourth {
  margin-top: 6px;
}

/* line 97, app/assets/stylesheets/ui/form/_form.sass */
.row:first-of-type, .row:empty, .row:empty + .row, .row-half:empty, .row-fourth:empty {
  margin-top: 0;
}

/* line 103, app/assets/stylesheets/ui/form/_form.sass */
.row:empty, .row-half:empty, .row-fourth:empty {
  display: block;
}

/* line 108, app/assets/stylesheets/ui/form/_form.sass */
.select-all-nothing {
  font-size: 12px;
  line-height: 18px;
  margin: 6px 0 11px;
}

/* line 111, app/assets/stylesheets/ui/form/_form.sass */
.select-all-nothing > span {
  text-transform: uppercase;
  margin-right: 5px;
}

/* line 114, app/assets/stylesheets/ui/form/_form.sass */
.select-all-nothing .options {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* line 117, app/assets/stylesheets/ui/form/_form.sass */
.select-all-nothing .options a + a::before {
  content: "•";
  display: inline-block;
  margin: 0 5px;
  color: #666;
  pointer-events: none;
}

/* line 124, app/assets/stylesheets/ui/form/_form.sass */
.sub-interaction {
  position: relative;
  width: 50%;
  float: left;
}

/* line 129, app/assets/stylesheets/ui/form/_form.sass */
.sub-interaction:only-child {
  float: none;
}

/* line 132, app/assets/stylesheets/ui/form/_form.sass */
.sub-interaction:first-of-type:nth-last-of-type(2) {
  padding-right: 5px;
}

/* line 135, app/assets/stylesheets/ui/form/_form.sass */
.sub-interaction:first-of-type:nth-last-of-type(2) ~ .sub-interaction {
  padding-left: 5px;
}

/* line 137, app/assets/stylesheets/ui/form/_form.sass */
.sub-interaction:first-of-type:nth-last-of-type(3) ~ .sub-interaction {
  padding-left: 10px;
}

/* line 140, app/assets/stylesheets/ui/form/_form.sass */
.sub-interaction:first-of-type:nth-last-of-type(3), .sub-interaction:first-of-type:nth-last-of-type(3) ~ .sub-interaction {
  width: 33.3333333333%;
}

@media screen and (max-width: 700px) {
  /* line 124, app/assets/stylesheets/ui/form/_form.sass */
  .sub-interaction {
    width: 100%;
    float: none;
  }
  /* line 148, app/assets/stylesheets/ui/form/_form.sass */
  .sub-interaction:first-of-type:nth-last-of-type(2), .sub-interaction:first-of-type:nth-last-of-type(3) {
    margin-top: 0;
  }
  /* line 151, app/assets/stylesheets/ui/form/_form.sass */
  .sub-interaction:first-of-type:nth-last-of-type(2) ~ .sub-interaction, .sub-interaction:first-of-type:nth-last-of-type(3) ~ .sub-interaction {
    margin-top: 22px;
  }
  /* line 153, app/assets/stylesheets/ui/form/_form.sass */
  .sub-interaction:first-of-type:nth-last-of-type(2) ~ .sub-checkboxes, .sub-interaction:first-of-type:nth-last-of-type(3) ~ .sub-checkboxes {
    margin-top: 6px;
  }
  /* line 156, app/assets/stylesheets/ui/form/_form.sass */
  .sub-interaction:first-of-type:nth-last-of-type(2) {
    padding-right: 0;
  }
  /* line 159, app/assets/stylesheets/ui/form/_form.sass */
  .sub-interaction:first-of-type:nth-last-of-type(2) ~ .sub-interaction, .sub-interaction:first-of-type:nth-last-of-type(3) ~ .sub-interaction {
    padding-left: 0;
  }
  /* line 163, app/assets/stylesheets/ui/form/_form.sass */
  .sub-interaction:first-of-type:nth-last-of-type(3), .sub-interaction:first-of-type:nth-last-of-type(3) ~ .sub-interaction {
    width: 100%;
  }
  /* line 169, app/assets/stylesheets/ui/form/_form.sass */
  .highlight-group-cs .sub-interaction:first-of-type:nth-last-of-type(2) {
    padding-right: 20px;
  }
  /* line 171, app/assets/stylesheets/ui/form/_form.sass */
  .highlight-group-cs .sub-interaction:first-of-type:nth-last-of-type(2) ~ .sub-interaction {
    padding-left: 20px;
    padding-top: 0;
    margin-top: 0;
  }
}

/* line 176, app/assets/stylesheets/ui/form/_form.sass */
.drawer {
  background: #F1F0EC;
  border-radius: 2px;
  padding: 8px;
  margin-bottom: 15px;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  color: #5F5C55;
  border-left: 2px solid #D9D8D4;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 188, app/assets/stylesheets/ui/form/_form.sass */
.drawer::before {
  font-size: 16px;
}

/* line 190, app/assets/stylesheets/ui/form/_form.sass */
.drawer .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 193, app/assets/stylesheets/ui/form/_form.sass */
.drawer .header:hover {
  cursor: pointer;
}

/* line 197, app/assets/stylesheets/ui/form/_form.sass */
.drawer::before {
  font-size: 16px;
}

/* line 199, app/assets/stylesheets/ui/form/_form.sass */
.drawer .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 203, app/assets/stylesheets/ui/form/_form.sass */
.drawer span.title {
  padding-left: 7px;
}

/* line 206, app/assets/stylesheets/ui/form/_form.sass */
.drawer .content {
  display: none;
  padding: 7px 0px;
}

/* line 209, app/assets/stylesheets/ui/form/_form.sass */
.drawer .content p {
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 20px;
  color: #333333;
}

/* line 216, app/assets/stylesheets/ui/form/_form.sass */
.drawer a.toggle {
  position: absolute;
  right: 13px;
  color: #5F5C55;
  display: inline;
}

/* line 221, app/assets/stylesheets/ui/form/_form.sass */
.drawer a.toggle::before {
  font-weight: 300;
}

/* line 223, app/assets/stylesheets/ui/form/_form.sass */
.drawer a.toggle svg {
  vertical-align: middle;
}

/* line 225, app/assets/stylesheets/ui/form/_form.sass */
.drawer a.toggle:hover {
  cursor: pointer;
}

/* line 227, app/assets/stylesheets/ui/form/_form.sass */
.drawer a.rotated {
  rotate: 45deg;
}

/* line 230, app/assets/stylesheets/ui/form/_form.sass */
.modal-container .drawer .content {
  padding: 10px 5px;
}

/* line 232, app/assets/stylesheets/ui/form/_form.sass */
.modal-container .drawer .content:last-of-type {
  padding-bottom: 5px;
}

/* line 236, app/assets/stylesheets/ui/form/_form.sass */
span.parsley-success span.select2-selection {
  border-color: #24B352 !important;
}

/* line 239, app/assets/stylesheets/ui/form/_form.sass */
.success-notification {
  display: none;
  color: #24B352;
  padding-top: 6px;
  font-weight: 500;
  line-height: 20px;
  font-size: 12px;
}

/* line 246, app/assets/stylesheets/ui/form/_form.sass */
.success-notification span {
  vertical-align: center;
}

/* line 248, app/assets/stylesheets/ui/form/_form.sass */
.success-notification span::before {
  margin-right: 0;
  position: relative;
  top: -1px;
  font-size: 12px;
}

/* line 1, app/assets/stylesheets/ui/form/_inline-msg.sass */
.inline-msg {
  position: relative;
}

/* line 3, app/assets/stylesheets/ui/form/_inline-msg.sass */
.inline-msg .inline-status {
  font-size: 12px;
  line-height: 18px;
}

/* line 5, app/assets/stylesheets/ui/form/_inline-msg.sass */
.inline-msg .inline-status > span {
  display: none;
}

/* line 7, app/assets/stylesheets/ui/form/_inline-msg.sass */
.inline-msg .inline-status > span::after {
  margin-left: 5px;
}

/* line 11, app/assets/stylesheets/ui/form/_inline-msg.sass */
.inline-msg.saved .inline-saved {
  display: inline;
}

/* line 13, app/assets/stylesheets/ui/form/_inline-msg.sass */
.inline-msg.saved .inline-saved::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "CustomIcons";
  content: "";
  display: inline-block;
  color: #24B352;
}

/* line 17, app/assets/stylesheets/ui/form/_inline-msg.sass */
.inline-msg.saving .inline-saving {
  display: inline;
}

/* line 19, app/assets/stylesheets/ui/form/_inline-msg.sass */
.inline-msg.saving .inline-saving::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "CustomIcons";
  content: "";
  display: inline-block;
  -webkit-animation: spin 1s infinite steps(8);
          animation: spin 1s infinite steps(8);
}

/* line 22, app/assets/stylesheets/ui/form/_inline-msg.sass */
.inline-msg.error .inline-error {
  display: inline;
  color: #E51D1D;
}

/* line 25, app/assets/stylesheets/ui/form/_inline-msg.sass */
.inline-msg.error .inline-error::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "CustomIcons";
  content: "";
  display: inline-block;
  color: #E51D1D;
}

/* line 3, app/assets/stylesheets/ui/form/_input.sass */
label {
  display: block;
}

/* line 5, app/assets/stylesheets/ui/form/_input.sass */
label:hover {
  cursor: pointer;
}

/* line 7, app/assets/stylesheets/ui/form/_input.sass */
label.inline {
  display: inline-block;
  margin-right: -9px;
}

/* line 10, app/assets/stylesheets/ui/form/_input.sass */
label .subtext {
  font-weight: 400;
}

/* line 13, app/assets/stylesheets/ui/form/_input.sass */
input,
textarea {
  font-family: 'Gotham A', 'Gotham B', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 40px;
  width: 100%;
  padding: 7px 8px;
  margin: 0;
  font-size: 14px;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 26, app/assets/stylesheets/ui/form/_input.sass */
input.auto-width,
textarea.auto-width {
  width: auto;
}

/* line 28, app/assets/stylesheets/ui/form/_input.sass */
input:focus,
textarea:focus {
  border-color: #57cadc;
}

/* line 31, app/assets/stylesheets/ui/form/_input.sass */
textarea {
  display: block;
  line-height: 22px;
  min-height: 0;
}

/* line 36, app/assets/stylesheets/ui/form/_input.sass */
label.radio {
  display: inline-block;
  margin-right: 15px;
}

/* line 40, app/assets/stylesheets/ui/form/_input.sass */
input[type="radio"] {
  margin: 0 5px 0 0;
  width: auto;
  border: none;
  border-radius: none;
  min-height: 0;
}

/* line 47, app/assets/stylesheets/ui/form/_input.sass */
input[type="checkbox"] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
  width: auto;
  padding: 0;
  min-height: 0;
  margin-right: 5px;
  vertical-align: top;
}

/* line 55, app/assets/stylesheets/ui/form/_input.sass */
input[type="number"] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

/* line 57, app/assets/stylesheets/ui/form/_input.sass */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

/* line 62, app/assets/stylesheets/ui/form/_input.sass */
input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
          appearance: none;
}

/* line 67, app/assets/stylesheets/ui/form/_input.sass */
input:disabled {
  background: #eee;
}

/* line 70, app/assets/stylesheets/ui/form/_input.sass */
.input-price {
  position: relative;
}

/* line 72, app/assets/stylesheets/ui/form/_input.sass */
.input-price::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "CustomIcons";
  content: "";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 10;
  color: #999;
}

/* line 79, app/assets/stylesheets/ui/form/_input.sass */
.input-price input {
  padding-left: 25px;
}

/* line 82, app/assets/stylesheets/ui/form/_input.sass */
.input-uploader {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}

/* line 87, app/assets/stylesheets/ui/form/_input.sass */
.input-uploader label {
  margin-bottom: 0;
}

/* line 89, app/assets/stylesheets/ui/form/_input.sass */
.input-uploader input {
  opacity: 0;
  position: absolute;
  margin: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  min-height: 30px;
  padding: 0;
}

/* line 99, app/assets/stylesheets/ui/form/_input.sass */
.input-uploader input:hover {
  cursor: pointer;
}

/* line 101, app/assets/stylesheets/ui/form/_input.sass */
.input-uploader:hover .button {
  background: #ebfcff;
}

/* line 103, app/assets/stylesheets/ui/form/_input.sass */
.input-uploader + div {
  margin-top: 6px;
}

/* line 105, app/assets/stylesheets/ui/form/_input.sass */
.input-uploader + div .icon-file-pdf::before {
  margin-right: 5px;
}

/* line 109, app/assets/stylesheets/ui/form/_input.sass */
.single-line-input .button {
  border-radius: 0 2px 2px 0;
  float: right;
  margin: 0;
}

/* line 113, app/assets/stylesheets/ui/form/_input.sass */
.single-line-input .button + .input-wrapper {
  overflow: hidden;
}

/* line 115, app/assets/stylesheets/ui/form/_input.sass */
.single-line-input .input-wrapper > input {
  border-right: 0;
}

/* line 118, app/assets/stylesheets/ui/form/_input.sass */
.single-line-input.slim input {
  min-height: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 124, app/assets/stylesheets/ui/form/_input.sass */
.inputs-stack input + input {
  margin-top: 11px;
}

/* line 128, app/assets/stylesheets/ui/form/_input.sass */
.fields-stack .fields + .fields {
  margin-top: 11px;
}

/* line 131, app/assets/stylesheets/ui/form/_input.sass */
.fields ~ .add_nested_fields:not(.button) {
  display: inline-block;
  margin-top: 6px;
}

/* line 2, app/assets/stylesheets/ui/form/_input-search.sass */
.input-search {
  position: relative;
}

/* line 4, app/assets/stylesheets/ui/form/_input-search.sass */
.input-search input {
  border-radius: 2px;
  height: 30px;
  min-height: 0;
  padding-left: 30px;
}

/* line 9, app/assets/stylesheets/ui/form/_input-search.sass */
.input-search input:focus + .icon-search {
  color: #333;
}

/* line 11, app/assets/stylesheets/ui/form/_input-search.sass */
.input-search .icon-search,
.input-search .icon-times-circle {
  position: absolute;
  top: 0;
  padding: 0 10px;
  line-height: 28px;
}

/* line 17, app/assets/stylesheets/ui/form/_input-search.sass */
.input-search .icon-search {
  color: #d4d4d4;
  left: 0;
}

/* line 20, app/assets/stylesheets/ui/form/_input-search.sass */
.input-search .icon-times-circle {
  color: #999;
  right: 0;
}

/* line 23, app/assets/stylesheets/ui/form/_input-search.sass */
.input-search .icon-times-circle:hover {
  color: #E51D1D;
  cursor: pointer;
}

/* line 27, app/assets/stylesheets/ui/form/_input-search.sass */
.asset-search {
  float: right;
  width: 500px;
}

/* line 30, app/assets/stylesheets/ui/form/_input-search.sass */
.asset-search .icon-search,
.asset-search .icon-times-circle {
  top: 2px;
}

@media screen and (max-width: 1023px) {
  /* line 35, app/assets/stylesheets/ui/form/_input-search.sass */
  .asset-search {
    float: none;
    display: block;
  }
}

@media screen and (max-width: 700px) {
  /* line 40, app/assets/stylesheets/ui/form/_input-search.sass */
  .asset-search {
    width: auto;
  }
}

/* line 44, app/assets/stylesheets/ui/form/_input-search.sass */
.search-mode-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent;
  border: none;
  padding: 5px 8px;
  cursor: pointer;
  color: #999;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 56, app/assets/stylesheets/ui/form/_input-search.sass */
.search-mode-toggle:hover {
  background: #eee;
  color: #57cadc;
}

/* line 59, app/assets/stylesheets/ui/form/_input-search.sass */
.search-mode-toggle:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(87, 202, 220, 0.3);
          box-shadow: 0 0 0 2px rgba(87, 202, 220, 0.3);
}

/* line 62, app/assets/stylesheets/ui/form/_input-search.sass */
.search-mode-toggle i.icon {
  font-size: 14px;
}

/* line 64, app/assets/stylesheets/ui/form/_input-search.sass */
.search-mode-toggle[data-current-mode="simple"] {
  color: #57cadc;
}

/* line 66, app/assets/stylesheets/ui/form/_input-search.sass */
.search-mode-toggle[data-current-mode="simple"]:hover {
  color: #0094AB;
  background: rgba(87, 202, 220, 0.1);
}

/* line 71, app/assets/stylesheets/ui/form/_input-search.sass */
.single-line-input .input-wrapper {
  position: relative;
}

/* line 73, app/assets/stylesheets/ui/form/_input-search.sass */
.single-line-input .input-wrapper input:has(+ .search-mode-toggle) {
  padding-right: 40px;
}

/* line 5, app/assets/stylesheets/ui/form/_toggle.sass */
.allow-toggle-inputs.active .trigger-toggle-inputs {
  display: none;
}

/* line 7, app/assets/stylesheets/ui/form/_toggle.sass */
.allow-toggle-inputs.active .toggle-inputs-wrapper {
  display: inline-block;
}

/* line 9, app/assets/stylesheets/ui/form/_toggle.sass */
.allow-toggle-inputs.active .toggle-inputs-wrapper label ~ .trigger-remove {
  top: auto;
  bottom: 0;
}

/* line 12, app/assets/stylesheets/ui/form/_toggle.sass */
.allow-toggle-inputs .trigger-toggle-inputs {
  text-transform: uppercase;
}

/* line 14, app/assets/stylesheets/ui/form/_toggle.sass */
.allow-toggle-inputs .toggle-inputs-wrapper {
  display: none;
}

/* line 1, app/assets/stylesheets/ui/notifications/_flash.sass */
#flash {
  position: fixed;
  top: 0px;
  z-index: 1000;
  width: 100%;
}

/* line 7, app/assets/stylesheets/ui/notifications/_flash.sass */
.notification-flash {
  font-weight: 500;
  width: 100%;
  padding: 22px 20px;
  text-align: center;
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
  -webkit-animation: slide-in-flash 0.7s forwards;
          animation: slide-in-flash 0.7s forwards;
}

@-webkit-keyframes slide-in-flash {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slide-in-flash {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* line 14, app/assets/stylesheets/ui/notifications/_flash.sass */
.begone .notification-flash {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: slide-out-flash 0.7s forwards;
          animation: slide-out-flash 0.7s forwards;
}

@-webkit-keyframes slide-out-flash {
  100% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
}

@keyframes slide-out-flash {
  100% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
}

/* line 17, app/assets/stylesheets/ui/notifications/_flash.sass */
.flash-content {
  margin: auto 0;
  display: inline-block;
  padding: 11px 30px;
  background: rgba(240, 255, 235, 0.9);
  border: 1px solid rgba(36, 179, 82, 0.5);
  color: #24B352;
  cursor: pointer;
}

/* line 25, app/assets/stylesheets/ui/notifications/_flash.sass */
.alert .flash-content {
  background: rgba(229, 29, 29, 0.9);
  border-color: #E51D1D;
  color: #fff;
}

/* line 29, app/assets/stylesheets/ui/notifications/_flash.sass */
.info .flash-content {
  background: #333;
  border-color: #333;
  color: #fff;
}

/* line 34, app/assets/stylesheets/ui/notifications/_flash.sass */
.inline-overlay-message {
  display: none;
}

/* line 38, app/assets/stylesheets/ui/notifications/_flash.sass */
.inline-overlay-active button.disabled-spinner::before {
  display: none;
}

/* line 40, app/assets/stylesheets/ui/notifications/_flash.sass */
.inline-overlay-active .inline-overlay-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 11px 30px;
  background: rgba(240, 255, 235, 0.9);
  color: #24B352;
  z-index: 210;
}

/* line 1, app/assets/stylesheets/ui/notifications/_banner.sass */
.notification-banners-container {
  overflow: hidden;
}

/* line 4, app/assets/stylesheets/ui/notifications/_banner.sass */
.notification-banners-container.white {
  background: #fff;
}

/* line 7, app/assets/stylesheets/ui/notifications/_banner.sass */
.notification-banners-container.white .notification-banner:first-child::before, .notification-banners-container.white .notification-banner:last-child::after {
  background: #fff;
}

/* line 10, app/assets/stylesheets/ui/notifications/_banner.sass */
.notification-banners-container.gray {
  background: #f8f8f8;
}

/* line 13, app/assets/stylesheets/ui/notifications/_banner.sass */
.notification-banners-container.gray .notification-banner:first-child::before, .notification-banners-container.gray .notification-banner:last-child::after {
  background: #f8f8f8;
}

/* line 19, app/assets/stylesheets/ui/notifications/_banner.sass */
.notification-banners-container.white .notification-banner:first-child::before, .notification-banners-container.white .notification-banner:last-child::after, .notification-banners-container.gray .notification-banner:first-child::before, .notification-banners-container.gray .notification-banner:last-child::after {
  content: " ";
  display: block;
  position: absolute;
  left: -100%;
  right: -100%;
  height: 22px;
}

/* line 27, app/assets/stylesheets/ui/notifications/_banner.sass */
.notification-banners-container.white .notification-banner:first-child::before, .notification-banners-container.gray .notification-banner:first-child::before {
  top: -23px;
}

/* line 29, app/assets/stylesheets/ui/notifications/_banner.sass */
.notification-banners-container.white .notification-banner:last-child::after, .notification-banners-container.gray .notification-banner:last-child::after {
  bottom: -23px;
}

/* line 32, app/assets/stylesheets/ui/notifications/_banner.sass */
.notification-banner {
  opacity: 0;
  -webkit-animation: fade-in-notification ease-in 0.5s forwards;
          animation: fade-in-notification ease-in 0.5s forwards;
  background: #fff6ad;
  padding: 11px 15px;
  position: relative;
  margin-bottom: 22px;
}

@-webkit-keyframes fade-in-notification {
  100% {
    opacity: 1;
  }
}

@keyframes fade-in-notification {
  100% {
    opacity: 1;
  }
}

/* line 38, app/assets/stylesheets/ui/notifications/_banner.sass */
.notification-banner:first-child {
  margin-top: 22px;
}

/* line 40, app/assets/stylesheets/ui/notifications/_banner.sass */
.notification-banner.begone {
  opacity: 1;
  -webkit-animation: fade-out-notification ease-in 0.5s forwards;
          animation: fade-out-notification ease-in 0.5s forwards;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}

@-webkit-keyframes fade-out-notification {
  100% {
    opacity: 0;
  }
}

@keyframes fade-out-notification {
  100% {
    opacity: 0;
  }
}

/* line 43, app/assets/stylesheets/ui/notifications/_banner.sass */
.notification-banner .flex-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 45, app/assets/stylesheets/ui/notifications/_banner.sass */
.notification-banner .actions {
  white-space: nowrap;
}

/* line 47, app/assets/stylesheets/ui/notifications/_banner.sass */
.notification-banner .icon-x {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #999;
}

/* line 55, app/assets/stylesheets/ui/notifications/_banner.sass */
.notification-banner .icon-x:hover {
  text-decoration: none;
  color: #E51D1D;
}

/* line 59, app/assets/stylesheets/ui/notifications/_banner.sass */
.tev2-notification-banner {
  position: relative;
  background: #ebf8f5;
  padding: 22px 15px;
}

/* line 63, app/assets/stylesheets/ui/notifications/_banner.sass */
.tev2-notification-banner p {
  max-width: 70%;
}

/* line 65, app/assets/stylesheets/ui/notifications/_banner.sass */
.tev2-notification-banner .note {
  max-width: 95%;
}

/* line 67, app/assets/stylesheets/ui/notifications/_banner.sass */
.tev2-notification-banner img {
  position: absolute;
  top: 20px;
  right: 20px;
}

/* line 71, app/assets/stylesheets/ui/notifications/_banner.sass */
.tev2-notification-banner a {
  color: #333;
}

/* line 73, app/assets/stylesheets/ui/notifications/_banner.sass */
.tev2-notification-banner .checkbox-toggle > label:not(.as-header) {
  font-weight: 500;
}

/* line 76, app/assets/stylesheets/ui/notifications/_banner.sass */
[data-behavior~="banner-close"] {
  cursor: pointer;
}

/* line 80, app/assets/stylesheets/ui/notifications/_banner.sass */
.banner-theme-x {
  padding-right: 30px;
}

/* line 83, app/assets/stylesheets/ui/notifications/_banner.sass */
.banner-theme-icon {
  text-align: center;
}

/* line 85, app/assets/stylesheets/ui/notifications/_banner.sass */
.banner-theme-icon .icon:not(.icon-x) {
  color: #FF8C23;
  margin-right: 5px;
}

/* line 88, app/assets/stylesheets/ui/notifications/_banner.sass */
.banner-theme-icon p,
.banner-theme-icon .fa {
  display: inline;
}

/* line 92, app/assets/stylesheets/ui/notifications/_banner.sass */
.banner-theme-overdue {
  background: #E51D1D;
  border-color: #E51D1D;
}

/* line 95, app/assets/stylesheets/ui/notifications/_banner.sass */
.banner-theme-overdue p,
.banner-theme-overdue .icon:not(.icon-x) {
  color: #fff;
}

/* line 99, app/assets/stylesheets/ui/notifications/_banner.sass */
.banner-theme-declined {
  background: #FFF3F3;
  border-color: #E51D1D;
}

@media screen and (max-width: 1023px), print and (orientation: portrait) {
  /* line 105, app/assets/stylesheets/ui/notifications/_banner.sass */
  .notification-banner .flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  /* line 108, app/assets/stylesheets/ui/notifications/_banner.sass */
  .notification-banner .flex-column {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  /* line 110, app/assets/stylesheets/ui/notifications/_banner.sass */
  .notification-banner .flex-column.actions {
    padding: 0;
    margin-top: 11px;
  }
}

/* line 1, app/assets/stylesheets/ui/notifications/_banner-global.sass */
.notification-banner-global {
  background: #cff5fd;
  padding-top: 22px;
  padding-bottom: 22px;
}

/* line 5, app/assets/stylesheets/ui/notifications/_banner-global.sass */
.notification-banner-global .flex-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 7, app/assets/stylesheets/ui/notifications/_banner-global.sass */
.notification-banner-global .actions {
  white-space: nowrap;
}

/* line 9, app/assets/stylesheets/ui/notifications/_banner-global.sass */
.notification-banner-global .icon-x {
  line-height: 40px;
  padding-left: 10px;
}

@media screen and (max-width: 1023px), print and (orientation: portrait) {
  /* line 15, app/assets/stylesheets/ui/notifications/_banner-global.sass */
  .notification-banner-global .flex-column {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  /* line 17, app/assets/stylesheets/ui/notifications/_banner-global.sass */
  .notification-banner-global .flex-column.actions {
    text-align: left;
    padding-left: 0;
    margin-top: 11px;
  }
  /* line 21, app/assets/stylesheets/ui/notifications/_banner-global.sass */
  .notification-banner-global .icon-x {
    position: absolute;
    top: 0;
    right: 10px;
  }
}

/* line 1, app/assets/stylesheets/ui/_pagination.sass */
.pagination-wrapper {
  clear: both;
}

/* line 4, app/assets/stylesheets/ui/_pagination.sass */
.pagination {
  width: 100%;
  clear: both;
  position: relative;
  text-align: center;
  display: inline-block;
  margin: 22px 0;
}

/* line 11, app/assets/stylesheets/ui/_pagination.sass */
.pagination .page {
  display: inline;
  margin: 0 5px;
}

/* line 14, app/assets/stylesheets/ui/_pagination.sass */
.pagination .gap {
  margin: 0;
}

/* line 16, app/assets/stylesheets/ui/_pagination.sass */
.pagination .current,
.pagination .disabled {
  font-weight: 500;
}

/* line 20, app/assets/stylesheets/ui/_pagination.sass */
.pagination .prev::before,
.pagination .next::after {
  font-size: 20px;
  line-height: 1px;
  vertical-align: middle;
  color: #00a6c2;
  position: relative;
  top: -2px;
}

/* line 28, app/assets/stylesheets/ui/_pagination.sass */
.pagination .prev {
  margin-right: 30px;
}

/* line 30, app/assets/stylesheets/ui/_pagination.sass */
.pagination .prev::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "CustomIcons";
  content: "";
  display: inline-block;
  margin-right: 5px;
}

/* line 33, app/assets/stylesheets/ui/_pagination.sass */
.pagination .next {
  margin-left: 30px;
}

/* line 35, app/assets/stylesheets/ui/_pagination.sass */
.pagination .next::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "CustomIcons";
  content: "";
  display: inline-block;
  margin-left: 5px;
}

/* line 38, app/assets/stylesheets/ui/_pagination.sass */
.pagination .disabled {
  color: #d4d4d4;
}

/* line 40, app/assets/stylesheets/ui/_pagination.sass */
.pagination .disabled:hover {
  text-decoration: none;
}

/* line 42, app/assets/stylesheets/ui/_pagination.sass */
.pagination .disabled::before, .pagination .disabled::after {
  color: #d4d4d4;
}

@media screen and (max-width: 500px) {
  /* line 48, app/assets/stylesheets/ui/_pagination.sass */
  .pagination .prev,
.pagination .next {
    position: absolute;
    top: 0;
  }
  /* line 52, app/assets/stylesheets/ui/_pagination.sass */
  .pagination .prev {
    left: 0;
  }
  /* line 54, app/assets/stylesheets/ui/_pagination.sass */
  .pagination .next {
    right: 0;
  }
}

/* line 1, app/assets/stylesheets/ui/_modal.sass */
.toggle-modal:hover {
  cursor: pointer;
}

/* line 4, app/assets/stylesheets/ui/_modal.sass */
body.modal-active {
  overflow: hidden !important;
}

/* line 6, app/assets/stylesheets/ui/_modal.sass */
body.modal-active > .ui-datepicker,
body.modal-active > .ui-timepicker-wrapper,
body.modal-active #page-container > .select2-container {
  z-index: 1000 !important;
}

/* line 13, app/assets/stylesheets/ui/_modal.sass */
.modal-container {
  position: relative;
  z-index: 997;
}

/* line 17, app/assets/stylesheets/ui/_modal.sass */
.modal-container.active .modal-screen {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
  top: 0;
  left: 0;
}

/* line 24, app/assets/stylesheets/ui/_modal.sass */
.modal-container.disable-escape .modal-close-icon {
  display: none;
}

/* line 26, app/assets/stylesheets/ui/_modal.sass */
.modal-container .content {
  padding: 22px 30px;
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: none;
  vertical-align: top;
}

/* line 33, app/assets/stylesheets/ui/_modal.sass */
.modal-container .content:last-of-type {
  padding-bottom: 30px;
}

/* line 35, app/assets/stylesheets/ui/_modal.sass */
.modal-container .content + .content {
  padding-top: 0;
}

/* line 37, app/assets/stylesheets/ui/_modal.sass */
.modal-container .content img {
  max-width: 100%;
  vertical-align: top;
}

/* line 40, app/assets/stylesheets/ui/_modal.sass */
.modal-container .content ol {
  margin: 1.5em;
}

/* line 42, app/assets/stylesheets/ui/_modal.sass */
.modal-container .content > p, .modal-container .content ul, .modal-container .content ol {
  margin-bottom: 11px;
}

/* line 45, app/assets/stylesheets/ui/_modal.sass */
.modal-screen {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.5);
  z-index: 998;
  position: fixed;
  top: -10000px;
  left: -10000px;
  overflow-x: hidden;
  overflow-y: scroll;
}

/* line 58, app/assets/stylesheets/ui/_modal.sass */
.modal-close-icon {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 5px;
  padding: 10px;
  z-index: 10;
  color: #999;
}

/* line 68, app/assets/stylesheets/ui/_modal.sass */
.modal-close-icon:hover {
  color: #666;
}

/* line 71, app/assets/stylesheets/ui/_modal.sass */
.modal-header-wrapper {
  padding: 30px 30px 0;
}

/* line 74, app/assets/stylesheets/ui/_modal.sass */
.modal-content-wrapper {
  width: 660px;
  margin-left: -330px;
  background-color: #fff;
  position: absolute;
  top: 60px;
  left: 50%;
  z-index: 999;
  margin-bottom: 60px;
}

@media screen and (max-width: 700px) {
  /* line 5, app/assets/stylesheets/ui/helpers/_modals.sass */
  .modal-content-wrapper {
    width: auto;
    margin: 20px;
    position: relative;
    top: 0;
    left: 0;
  }
}

/* line 84, app/assets/stylesheets/ui/_modal.sass */
.modal-notification .modal-header-wrapper,
.modal-notification .modal-content-wrapper,
.modal-notification .actions {
  text-align: center;
}

@media screen and (max-width: 700px) {
  /* line 93, app/assets/stylesheets/ui/_modal.sass */
  .modal-container .content,
.modal-container .modal-header-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* line 98, app/assets/stylesheets/ui/_modal.sass */
#add-someone-modal .modal-content-wrapper article {
  padding: 30px;
}

/* line 1, app/assets/stylesheets/ui/_list-container.sass */
.list-container {
  clear: both;
}

/* line 3, app/assets/stylesheets/ui/_list-container.sass */
.list-container.js-sortable {
  position: relative;
}

/* line 6, app/assets/stylesheets/ui/_list-container.sass */
.modal-container .list-container.js-sortable {
  padding-left: 25px;
}

/* line 8, app/assets/stylesheets/ui/_list-container.sass */
.no-pointerevents:not(.no-touchevents) .modal-container .list-container.js-sortable {
  padding-left: 0;
}

@media screen and (max-width: 700px) {
  /* line 3, app/assets/stylesheets/ui/_list-container.sass */
  .list-container.js-sortable {
    padding-left: 25px;
  }
  /* line 12, app/assets/stylesheets/ui/_list-container.sass */
  .no-pointerevents:not(.no-touchevents) .list-container.js-sortable {
    padding-left: 0;
  }
}

/* line 15, app/assets/stylesheets/ui/_list-container.sass */
.list-container.js-sortable .list-item-wrapper {
  position: relative;
}

/* line 17, app/assets/stylesheets/ui/_list-container.sass */
.list-container.js-sortable .list-item-wrapper.ui-sortable-helper {
  background: #fcfcfc;
  border: 0;
  -webkit-box-shadow: 0 0 1px 0 #d4d4d4;
          box-shadow: 0 0 1px 0 #d4d4d4;
}

/* line 21, app/assets/stylesheets/ui/_list-container.sass */
.list-container.js-sortable .list-item-wrapper.ui-sortable-helper .sort-handle {
  color: #333;
}

/* line 23, app/assets/stylesheets/ui/_list-container.sass */
.list-container.js-sortable .list-item-wrapper.ui-sortable-placeholder {
  visibility: visible !important;
}

/* line 25, app/assets/stylesheets/ui/_list-container.sass */
.list-container.js-sortable .sort-handle {
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -20px;
  color: #999;
}

/* line 31, app/assets/stylesheets/ui/_list-container.sass */
.list-container.js-sortable .sort-handle:hover {
  cursor: move;
  color: #333;
}

/* line 35, app/assets/stylesheets/ui/_list-container.sass */
.list-item-wrapper {
  position: relative;
  border-top: 1px solid #d4d4d4;
}

/* line 38, app/assets/stylesheets/ui/_list-container.sass */
.list-item-wrapper:last-of-type {
  border-bottom: 1px solid #d4d4d4;
}

/* line 40, app/assets/stylesheets/ui/_list-container.sass */
.list-item-wrapper .list-item,
.list-item-wrapper .sub-list-item-wrapper {
  position: relative;
  padding: 11px 10px;
}

/* line 45, app/assets/stylesheets/ui/_list-container.sass */
.list-item-wrapper .list-item > .sub-list-item-wrapper:first-of-type {
  padding-top: 0;
}

/* line 48, app/assets/stylesheets/ui/_list-container.sass */
.sub-list-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

/* line 55, app/assets/stylesheets/ui/_list-container.sass */
.sub-list-item-wrapper:not(:last-of-type) {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #999), color-stop(0%, transparent));
  background-image: linear-gradient(to right, #999 33%, transparent 0%);
  background-position: bottom;
  background-size: 3px 1px;
  background-repeat: repeat-x;
}

/* line 60, app/assets/stylesheets/ui/_list-container.sass */
.sub-list-item-wrapper:last-of-type {
  padding-bottom: 0;
}

/* line 62, app/assets/stylesheets/ui/_list-container.sass */
.collapsible-content .sub-list-item-wrapper:first-of-type {
  padding-top: 6px;
}

/* line 64, app/assets/stylesheets/ui/_list-container.sass */
.sub-list-item-wrapper.sub-list-flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 67, app/assets/stylesheets/ui/_list-container.sass */
.sub-list-item {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

/* line 69, app/assets/stylesheets/ui/_list-container.sass */
.sub-list-item ~ .sub-list-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 71, app/assets/stylesheets/ui/_list-container.sass */
.sub-list-item.avatar-wrapper {
  -ms-flex-preferred-size: 50px;
      flex-basis: 50px;
}

/* line 73, app/assets/stylesheets/ui/_list-container.sass */
.sub-list-item.avatar-wrapper.medium {
  -ms-flex-preferred-size: 38px;
      flex-basis: 38px;
}

/* line 75, app/assets/stylesheets/ui/_list-container.sass */
.sub-list-item.avatar-wrapper.small {
  -ms-flex-preferred-size: 28px;
      flex-basis: 28px;
}

/* line 77, app/assets/stylesheets/ui/_list-container.sass */
.sub-list-item.actions {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* file assets on create page */
/* line 83, app/assets/stylesheets/ui/_list-container.sass */
.js-attach + .js-processing {
  line-height: 30px;
  margin-left: 10px;
}

/* line 86, app/assets/stylesheets/ui/_list-container.sass */
.js-attach + .js-processing:before {
  float: none;
}

/* line 89, app/assets/stylesheets/ui/_list-container.sass */
.js-attach ~ .file-list-container .list-item-wrapper:first-child {
  margin-top: 6px;
}

/* line 93, app/assets/stylesheets/ui/_list-container.sass */
.file-list-container .avatar-presenter .icon {
  line-height: 22px;
}

/* line 95, app/assets/stylesheets/ui/_list-container.sass */
.file-list-container .presenter-wrapper {
  margin-left: 20px;
}

/* line 97, app/assets/stylesheets/ui/_list-container.sass */
.file-list-container .list-item-wrapper {
  border: 0;
}

/* line 100, app/assets/stylesheets/ui/_list-container.sass */
.file-list-container .list-item-wrapper:last-child .list-item {
  padding-bottom: 0;
}

/* line 102, app/assets/stylesheets/ui/_list-container.sass */
.file-list-container .list-item {
  padding: 6px 0;
}

/* line 104, app/assets/stylesheets/ui/_list-container.sass */
.file-list-container input {
  display: none;
}

/* needs to be more flexible */
/* line 108, app/assets/stylesheets/ui/_list-container.sass */
.include-right-content {
  position: relative;
  padding-right: 50px;
}

/* line 111, app/assets/stylesheets/ui/_list-container.sass */
.include-right-content .right-content {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 20, app/assets/stylesheets/ui/helpers/_tooltips.sass */
.include-right-content .right-content .tooltip {
  right: 0;
  margin: 0;
}

/* line 23, app/assets/stylesheets/ui/helpers/_tooltips.sass */
.include-right-content .right-content .tooltip-inner-wrapper {
  float: right;
  margin-right: 0;
}

/* line 116, app/assets/stylesheets/ui/_list-container.sass */
.include-right-content.fat-right {
  padding-right: 100px;
}

/* for content assist, needs to be moved */
/* line 121, app/assets/stylesheets/ui/_list-container.sass */
.content-pillars-list li + li {
  margin-top: 22px;
}

/* line 124, app/assets/stylesheets/ui/_list-container.sass */
.content-pillar-examples-list {
  margin-bottom: 0;
}

/* Integrations Page Styles */
/* line 130, app/assets/stylesheets/ui/_list-container.sass */
.integration-category-divider-container-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 34px;
  padding-bottom: 28px;
}

/* Override padding-top on first category */
/* line 139, app/assets/stylesheets/ui/_list-container.sass */
#integrations > div.integration-category-divider-container-outer:first-of-type {
  padding-top: 0px;
}

/* line 142, app/assets/stylesheets/ui/_list-container.sass */
.integration-category-container-inner {
  width: auto;
  padding-right: 22px;
}

/* line 146, app/assets/stylesheets/ui/_list-container.sass */
.integration-category-container-inner > h4 {
  color: #333333;
  font-size: 24px;
}

/* line 150, app/assets/stylesheets/ui/_list-container.sass */
.integration-divider-container-inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 153, app/assets/stylesheets/ui/_list-container.sass */
.integration-divider-container-inner > hr {
  height: 0;
  border: 0;
  border-top: 1px solid #d4d4d4;
}

/* line 158, app/assets/stylesheets/ui/_list-container.sass */
.pending-asset-list-item-inactive {
  display: none;
}

/* line 161, app/assets/stylesheets/ui/_list-container.sass */
#pending-asset-list-item {
  height: 92px;
  position: relative;
  font-family: "Chronicle Text G2 A", "Chronicle Text G2 B", Georgia, "Times New Roman", Times, serif;
}

/* line 166, app/assets/stylesheets/ui/_list-container.sass */
#pending-asset-list-item > div.presenter-wrapper {
  padding-top: 16px;
  margin: 0 5px;
}

/* line 170, app/assets/stylesheets/ui/_list-container.sass */
.pending-asset-list-item-text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 174, app/assets/stylesheets/ui/_list-container.sass */
.pending-asset-list-item-text-box > div > em > p {
  color: #666;
  font-size: 18px;
}

/* line 178, app/assets/stylesheets/ui/_list-container.sass */
.pending-asset-list-item-text-line-2 {
  font-weight: 600;
}

/* line 181, app/assets/stylesheets/ui/_list-container.sass */
.pending-asset-list-item-text-box > div > span {
  padding-top: 18px;
}

/* create story, workflow panel, settings approval flow */
/* line 4, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-container.inner-wrapper {
  border-radius: 2px;
  position: relative;
}

/* line 10, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-container.inner-wrapper .bar {
  border-radius: 2px;
  padding: 0 10px 0 10px;
  background: #f8f8f8;
  border: 1px solid #d4d4d4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 36px;
}

/* line 19, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-container.inner-wrapper .bar::before {
  display: none !important;
}

/* line 23, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-container.inner-wrapper .bar.flex-wrapper {
  position: relative;
}

/* line 26, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-container.inner-wrapper .bar .flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
}

/* line 32, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-container.inner-wrapper .bar .flex-column.toggle-collapsible-icon, .step-container.inner-wrapper .bar .flex-column:first-child {
  position: relative;
  min-width: 50px;
  padding-left: 15px;
  padding-right: 10px;
  min-width: 50px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

/* line 40, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-container.inner-wrapper .bar .flex-column.toggle-collapsible-icon::before, .step-container.inner-wrapper .bar .flex-column:first-child::before {
  margin-top: -1px;
  left: 0;
}

/* line 44, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.collapsible-container:not(.active):not(.sortable-item) .step-container.inner-wrapper .bar:hover {
  border-color: #999;
}

/* line 47, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.active .step-container.inner-wrapper .bar {
  border-radius: 2px 2px 0 0;
}

/* line 50, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-container.inner-wrapper .title {
  font-weight: 500;
  text-transform: uppercase;
  color: #666;
  padding-left: 10px;
  line-height: 1.2;
}

/* line 57, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-container.inner-wrapper .date-wrapper {
  color: #666;
  padding-left: 10px;
  font-size: 12px;
  white-space: nowrap;
  text-align: right;
  max-width: 185px;
}

/* line 20, app/assets/stylesheets/ui/helpers/_tooltips.sass */
.step-container.inner-wrapper .date-wrapper .tooltip {
  right: 0;
  margin: 0;
}

/* line 23, app/assets/stylesheets/ui/helpers/_tooltips.sass */
.step-container.inner-wrapper .date-wrapper .tooltip-inner-wrapper {
  float: right;
  margin-right: 0;
}

@supports (box-shadow: none) {
  /* line 57, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
  .step-container.inner-wrapper .date-wrapper {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

/* line 68, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-container.inner-wrapper .collapsible-content {
  background: #fff;
  padding: 22px 20px;
  margin-top: 0;
  border: 1px solid #d4d4d4;
  border-top: 0;
}

/* line 75, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-container.inner-wrapper .js-parsley-error-wrapper {
  margin-left: 50px;
}

/* line 77, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-container.inner-wrapper .js-parsley-error-wrapper .parsley-custom-error-message {
  margin-top: 0;
}

/* line 80, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.current-step .step-container.inner-wrapper {
  -webkit-box-shadow: 0px 1px 2px #eee;
          box-shadow: 0px 1px 2px #eee;
}

/* line 82, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.current-step .step-container.inner-wrapper .bar,
.current-step .step-container.inner-wrapper .collapsible-content {
  border-color: #0094AB;
}

/* line 87, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.current-step.active .step-container.inner-wrapper .bar {
  border-bottom-color: #d4d4d4;
}

/* line 89, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.current-step.active .step-container.inner-wrapper .bar .position,
.current-step.active .step-container.inner-wrapper .bar .title,
.current-step.active .step-container.inner-wrapper .bar .date-wrapper,
.current-step.active .step-container.inner-wrapper .bar .date-wrapper var {
  color: #333;
}

/* line 95, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-container.inner-wrapper .collapsible-content {
  border-radius: 0 0 2px 2px;
}

/* line 98, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-container.inner-wrapper .position {
  font-weight: 500;
  font-size: 16px;
  left: 0;
  text-align: center;
  color: #666;
  white-space: nowrap;
}

/* line 106, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-container.inner-wrapper .pill-wrapper {
  padding-left: 10px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
  white-space: nowrap;
  text-align: right;
  max-width: 185px;
}

@supports (box-shadow: none) {
  /* line 106, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
  .step-container.inner-wrapper .pill-wrapper {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  /* line 116, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
  .step-container.inner-wrapper .pill-wrapper .pill {
    background-color: #E2E1E1;
    border-radius: 2px;
    color: #333333;
    padding: 0px 6px;
  }
}

/* line 122, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-container.inner-wrapper .insert-auto-update {
  margin-top: 22px;
  padding: 22px 20px;
  background: #fff;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}

/* line 129, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-link {
  position: relative;
  padding-bottom: 22px;
  margin-top: 0 !important;
}

/* line 134, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-link::before, .step-link::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
}

/* line 141, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-link::before {
  background: #93f2fb;
  width: 4px;
  bottom: 0;
  left: 15px;
}

/* line 147, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-link::after {
  border-radius: 50%;
  display: none;
  background: #93f2fb;
  top: 14px;
  left: 9px;
}

/* line 160, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-link:only-of-type::before, .step-link:last-of-type::before, .step-link.last::before {
  height: 15px;
  bottom: auto;
}

/* line 163, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-link:only-of-type::after, .step-link:last-of-type::after, .step-link.last::after {
  display: block;
  top: 15px;
}

/* line 167, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-link:last-of-type {
  padding-bottom: 0;
}

/* line 172, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.toggle-multi-collapsible + .step-link .step-type-toggles {
  display: none;
}

/* line 174, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.toggle-multi-collapsible + .step-link .step-type-toggles + .row {
  margin-top: 0;
}

/* line 177, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-link .step-type-toggles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

/* line 180, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-link .step-type-toggles label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  margin-right: .6em;
}

/* line 184, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-link .step-type-toggles .select2-container {
  min-width: 0;
}

/* line 186, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-link .step-type-toggles .select2-container .select2-selection__rendered {
  color: #0094AB;
  font-weight: 500;
}

/* line 191, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-link .js-error input[type="checkbox"] + label {
  border-color: #d4d4d4;
}

/* line 195, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-link.collapsible-container + .collapsible-container {
  margin-top: 0;
}

/* line 197, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-link.include-remove-icon > .trigger-remove {
  line-height: 52px;
  right: 0;
}

/* line 205, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-link.ui-sortable-helper:first-of-type ~ .ui-sortable-placeholder:nth-of-type(2)::before, .step-link.ui-sortable-helper:first-of-type ~ .ui-sortable-placeholder:nth-of-type(2)::after, .step-link:first-of-type:not(:only-of-type)::before, .step-link:first-of-type:not(:only-of-type)::after {
  display: block;
  top: 14px;
}

/* line 211, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-link.ui-sortable-helper::before, .step-link.ui-sortable-helper::after {
  display: none !important;
}

/* line 215, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-link.ui-sortable-placeholder {
  visibility: visible !important;
}

/* line 218, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-link.sortable-item .sort-handle {
  line-height: 52px;
}

/* line 222, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-link.done-step .date-wrapper {
  font-weight: 500;
}

/* line 224, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-link.done-step .date-wrapper::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "CustomIcons";
  content: "";
  display: inline-block;
  color: #24B352;
  position: relative;
  top: 1px;
}

/* line 229, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-link.done-step [data-behavior="localized-relative-time-ago"] {
  color: #24B352;
}

/* line 233, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-link.js-toggle-collapsed-steps {
  padding-left: 30px;
}

/* line 235, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-link.js-toggle-collapsed-steps::before {
  bottom: auto;
  height: 37px;
}

/* line 238, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-link.js-toggle-collapsed-steps::after {
  top: 35px;
}

/* line 240, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-link.js-toggle-collapsed-steps .title {
  margin-left: 10px;
}

/* line 242, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-link.js-toggle-collapsed-steps .hide-all {
  display: none;
}

/* line 247, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-link:not(.sortable-item) .step-container .bar .flex-column:first-child {
  border-right: 1px solid #d4d4d4;
}

/* line 249, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-link:not(.sortable-item) .collapsible-content {
  padding-left: 50px;
}

/* line 255, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-link .js-add-payment {
  width: 70%;
}

/* line 257, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-link .js-add-payment .trigger-remove {
  bottom: 1px;
  top: auto;
}

/* line 260, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-link .js-add-payment .toggle-inputs-wrapper {
  width: 100%;
}

@supports (min-height: 100vh) {
  /* line 260, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
  .step-link .js-add-payment .toggle-inputs-wrapper {
    width: auto;
  }
}

/* line 266, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-link .js-add-payment .flex-column:first-child {
  padding-right: 5px;
}

/* line 268, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-link .js-add-payment .flex-column:last-child {
  padding-left: 5px;
}

/* line 270, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.step-link .js-add-payment .flex-column:only-child {
  padding-left: 0px;
}

/* line 273, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.select2-results__option span.manage-task-in-option, .manage-task-in-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  vertical-align: baseline;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

/* line 279, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.select2-results__option span.manage-task-in-option .icon-question-circle::before, .manage-task-in-option .icon-question-circle::before {
  vertical-align: baseline;
  font-size: 13px;
  margin-left: .3em;
}

/* line 285, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.steps-wrapper .add-step:not(:only-child) {
  margin-top: 11px;
}

/* line 288, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.steps-wrapper .collapsed-step {
  display: none;
}

/* line 292, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.steps-wrapper.expand-collapsed-steps .collapsed-step {
  display: block;
}

/* line 295, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.steps-wrapper.expand-collapsed-steps .js-toggle-collapsed-steps .show-all {
  display: none;
}

/* line 297, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.steps-wrapper.expand-collapsed-steps .js-toggle-collapsed-steps .hide-all {
  display: block;
}

/* line 300, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
.select2-container + .steps-wrapper {
  margin-top: 11px;
}

@media screen and (max-width: 700px) {
  /* line 305, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
  .step-container.inner-wrapper .step-type-toggles .button > span {
    display: none;
  }
  /* line 309, app/assets/stylesheets/ui/sortable/_workflow-steps.sass */
  .step-link .js-add-payment {
    width: 100%;
  }
}

/* line 5, app/assets/stylesheets/ui/sortable/all.sass */
.sortable-item {
  position: relative;
}

/* line 7, app/assets/stylesheets/ui/sortable/all.sass */
.sortable-item:only-of-type {
  padding-right: 0;
}

/* line 9, app/assets/stylesheets/ui/sortable/all.sass */
.sortable-item:only-of-type .field-wrapper {
  padding-left: 0;
}

/* line 11, app/assets/stylesheets/ui/sortable/all.sass */
.sortable-item:only-of-type .sort-handle {
  display: none;
}

/* line 13, app/assets/stylesheets/ui/sortable/all.sass */
.sortable-item:only-of-type .trigger-remove {
  display: none;
}

/* line 15, app/assets/stylesheets/ui/sortable/all.sass */
.sortable-item .sort-handle {
  position: absolute;
  left: 0;
  font-size: 14px;
  line-height: 40px;
}

/* line 20, app/assets/stylesheets/ui/sortable/all.sass */
.sortable-item .sort-handle::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "CustomIcons";
  content: "";
  display: inline-block;
  color: #c9c9c9;
}

/* line 23, app/assets/stylesheets/ui/sortable/all.sass */
.sortable-item .sort-handle:hover {
  cursor: move;
}

/* line 25, app/assets/stylesheets/ui/sortable/all.sass */
.sortable-item .sort-handle:hover::after {
  color: #666;
}

/* line 29, app/assets/stylesheets/ui/sortable/all.sass */
.sort-disabled .sort-handle {
  display: none;
}

/* line 34, app/assets/stylesheets/ui/sortable/all.sass */
.ui-sortable .step-link.include-remove-icon {
  padding-right: 0;
}

/* line 36, app/assets/stylesheets/ui/sortable/all.sass */
.ui-sortable .step-link::before {
  left: 45px;
}

/* line 38, app/assets/stylesheets/ui/sortable/all.sass */
.ui-sortable .step-link::after {
  left: 40px;
}

/* line 40, app/assets/stylesheets/ui/sortable/all.sass */
.ui-sortable .step-link .inner-wrapper {
  margin: 0 30px;
}

/* line 42, app/assets/stylesheets/ui/sortable/all.sass */
.ui-sortable .step-link .sort-handle {
  width: 30px;
  top: 0;
  z-index: 20;
}

/* line 46, app/assets/stylesheets/ui/sortable/all.sass */
.ui-sortable .step-link ~ .add-step {
  margin-left: 30px;
}

/* line 50, app/assets/stylesheets/ui/sortable/all.sass */
.ui-sortable .step-link.sort-disabled .inner-wrapper {
  margin: 0;
}

/* line 52, app/assets/stylesheets/ui/sortable/all.sass */
.ui-sortable .step-link.sort-disabled ~ .add-step {
  margin-left: 0;
}

/* line 58, app/assets/stylesheets/ui/sortable/all.sass */
.no-pointerevents:not(.no-touchevents) .ui-sortable .step-link::before {
  left: 15px;
}

/* line 60, app/assets/stylesheets/ui/sortable/all.sass */
.no-pointerevents:not(.no-touchevents) .ui-sortable .step-link::after {
  left: 11px;
}

/* line 62, app/assets/stylesheets/ui/sortable/all.sass */
.no-pointerevents:not(.no-touchevents) .ui-sortable .step-link .inner-wrapper {
  margin-left: 0;
}

/* line 64, app/assets/stylesheets/ui/sortable/all.sass */
.no-pointerevents:not(.no-touchevents) .ui-sortable .add-step {
  margin-left: 0;
}

/* line 66, app/assets/stylesheets/ui/sortable/all.sass */
.no-pointerevents:not(.no-touchevents) .ui-sortable .list-item {
  padding-left: 10px;
}

/* line 68, app/assets/stylesheets/ui/sortable/all.sass */
.no-pointerevents:not(.no-touchevents) .ui-sortable .sort-handle {
  display: none;
}

/* line 4, app/assets/stylesheets/ui/_collapsible.sass */
.collapsible-container + .collapsible-container:not(.list-item-wrapper) {
  margin-top: 6px;
}

/* line 6, app/assets/stylesheets/ui/_collapsible.sass */
.collapsible-container + .collapsible-container.divider {
  margin-top: 0;
}

/* line 12, app/assets/stylesheets/ui/_collapsible.sass */
.collapsible-container.active .js-toggle-collapsible::before,
.collapsible-container.active .toggle-collapsible-icon::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "CustomIcons";
  content: "";
  display: inline-block;
  color: #00a6c2;
}

/* line 15, app/assets/stylesheets/ui/_collapsible.sass */
.collapsible-container.active .collapsible-content {
  display: block;
}

/* line 18, app/assets/stylesheets/ui/_collapsible.sass */
.collapsible-container .collapsible-header {
  padding-left: 20px;
}

/* line 21, app/assets/stylesheets/ui/_collapsible.sass */
.collapsible-container .js-toggle-collapsible,
.collapsible-container .toggle-collapsible-icon {
  position: relative;
  cursor: pointer;
}

/* line 25, app/assets/stylesheets/ui/_collapsible.sass */
.collapsible-container .js-toggle-collapsible::before,
.collapsible-container .toggle-collapsible-icon::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "CustomIcons";
  content: "";
  display: inline-block;
  width: 16px;
  text-align: center;
  font-size: 18px;
  color: #999;
  position: absolute;
  left: -20px;
}

@media print {
  /* line 25, app/assets/stylesheets/ui/_collapsible.sass */
  .collapsible-container .js-toggle-collapsible::before,
.collapsible-container .toggle-collapsible-icon::before {
    display: none !important;
  }
}

/* line 35, app/assets/stylesheets/ui/_collapsible.sass */
.collapsible-container .collapsible-content {
  display: none;
  margin-top: 6px;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 40, app/assets/stylesheets/ui/_collapsible.sass */
.collapsible-container .collapsible-content.no-indent {
  padding-left: 0;
}

/* line 42, app/assets/stylesheets/ui/_collapsible.sass */
.collapsible-container .collapsible-content.list-item {
  margin-top: 0;
}

/* line 45, app/assets/stylesheets/ui/_collapsible.sass */
.collapsible-container .js-checkbox-toggle-collapsible + .collapsible-content {
  padding-left: 25px;
}

/* line 47, app/assets/stylesheets/ui/_collapsible.sass */
.toggle-multi-collapsible {
  margin-bottom: 11px;
}

/* line 1, app/assets/stylesheets/ui/_inserts.sass */
.textarea-guide-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 6, app/assets/stylesheets/ui/_inserts.sass */
.textarea-guide-header-wrapper > label {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 9, app/assets/stylesheets/ui/_inserts.sass */
.textarea-guide-header-wrapper .js-toggle-guide {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

/* line 11, app/assets/stylesheets/ui/_inserts.sass */
.textarea-guide-header-wrapper .js-toggle-textarea-guide {
  margin-bottom: 1px;
}

/* line 14, app/assets/stylesheets/ui/_inserts.sass */
.js-toggle-textarea-guide {
  font-weight: 500;
  background: #eee;
  border-radius: 4px;
  color: #666;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 0.05em;
  padding: 0 10px 0 20px;
  white-space: nowrap;
  margin-left: 10px;
  margin-bottom: 11px;
  position: relative;
}

/* line 28, app/assets/stylesheets/ui/_inserts.sass */
.js-toggle-textarea-guide::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "CustomIcons";
  content: "";
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 0;
  font-size: 12px;
}

/* line 34, app/assets/stylesheets/ui/_inserts.sass */
.textarea-guide-header-wrapper.active .js-toggle-textarea-guide::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "CustomIcons";
  content: "";
  display: inline-block;
}

/* line 36, app/assets/stylesheets/ui/_inserts.sass */
.js-toggle-textarea-guide:hover {
  color: #00a6c2;
  cursor: pointer;
}

/* line 39, app/assets/stylesheets/ui/_inserts.sass */
.js-toggle-textarea-guide:only-child {
  margin-bottom: 6px;
}

/* line 9, app/assets/stylesheets/ui/helpers/_inserts.sass */
.textarea-guide-container .flex-column {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

/* line 11, app/assets/stylesheets/ui/helpers/_inserts.sass */
.textarea-guide-container .flex-column:nth-child(odd) {
  padding-right: 5px;
}

/* line 13, app/assets/stylesheets/ui/helpers/_inserts.sass */
.textarea-guide-container .flex-column:nth-child(even) {
  padding-left: 5px;
}

/* line 44, app/assets/stylesheets/ui/_inserts.sass */
.textarea-guide-container {
  display: none;
  border-radius: 10px;
  padding: 11px 15px;
  background: #eee;
  font-size: 12px;
  margin-bottom: 6px;
}

/* line 51, app/assets/stylesheets/ui/_inserts.sass */
.textarea-guide-header-wrapper.active ~ .textarea-guide-container {
  display: block;
  margin-top: 6px;
}

@media screen and (max-width: 700px) {
  /* line 3, app/assets/stylesheets/ui/helpers/_inserts.sass */
  .textarea-guide-container .flex-column {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

/* line 2, app/assets/stylesheets/ui/_slider.sass */
.slider-container {
  padding-bottom: 22px;
  position: relative;
}

/* line 5, app/assets/stylesheets/ui/_slider.sass */
h5 + .slider-container {
  margin-top: 6px;
}

/* line 7, app/assets/stylesheets/ui/_slider.sass */
.slider-container::before {
  content: attr(data-slider-left);
}

/* line 9, app/assets/stylesheets/ui/_slider.sass */
.slider-container::after {
  content: attr(data-slider-right);
  right: 0;
}

/* line 12, app/assets/stylesheets/ui/_slider.sass */
.slider-container::before, .slider-container::after {
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
  color: #666;
  position: absolute;
  bottom: 0;
}

/* line 22, app/assets/stylesheets/ui/_slider.sass */
.slider-bar {
  border-radius: 8px;
  height: 6px;
  border: 1px solid #d4d4d4;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(#d4d4d4), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(#d4d4d4), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(#d4d4d4), to(transparent));
  background: linear-gradient(180deg, transparent, #d4d4d4, transparent), linear-gradient(180deg, transparent, #d4d4d4, transparent), linear-gradient(180deg, transparent, #d4d4d4, transparent);
  background-position: 25%, 50%, 75%;
  background-repeat: repeat-y;
  background-size: 1px 1px;
}

/* line 31, app/assets/stylesheets/ui/_slider.sass */
.slider-bar input[type=range] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  height: 6px;
  min-height: 0;
  padding: 0;
  border: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 20;
}

/* line 42, app/assets/stylesheets/ui/_slider.sass */
.slider-bar input[type=range]::-webkit-slider-runnable-track {
  background: none;
}

/* line 44, app/assets/stylesheets/ui/_slider.sass */
.slider-bar input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 4px 0 #d4d4d4;
          box-shadow: 0 2px 4px 0 #d4d4d4;
  width: 15px;
  height: 15px;
  border: 1px solid #00a6c2;
  background: #93f2fb;
}

/* line 52, app/assets/stylesheets/ui/_slider.sass */
.slider-bar input[type=range]::-webkit-slider-thumb:hover {
  background: #ebfcff;
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 55, app/assets/stylesheets/ui/_slider.sass */
.slider-bar input[type=range]::-webkit-slider-thumb:active {
  background: #ebfcff;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* line 58, app/assets/stylesheets/ui/_slider.sass */
.slider-bar input[type=range]::-moz-range-track {
  background: none;
}

/* line 60, app/assets/stylesheets/ui/_slider.sass */
.slider-bar input[type=range]::-moz-range-thumb {
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 #d4d4d4;
  width: 15px;
  height: 15px;
  border: 1px solid #00a6c2;
  background: #93f2fb;
}

/* line 67, app/assets/stylesheets/ui/_slider.sass */
.slider-bar input[type=range]::-moz-range-thumb:hover {
  background: #ebfcff;
  cursor: grab;
}

/* line 70, app/assets/stylesheets/ui/_slider.sass */
.slider-bar input[type=range]::-moz-range-thumb:active {
  background: #ebfcff;
  cursor: grabbing;
}

/* line 73, app/assets/stylesheets/ui/_slider.sass */
.slider-bar input[type=range]::-moz-focus-outer {
  border: 0;
}

/* line 75, app/assets/stylesheets/ui/_slider.sass */
.slider-bar input[type=range]::-ms-thumb {
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 #d4d4d4;
  width: 15px;
  height: 15px;
  border: 1px solid #00a6c2;
  background: #93f2fb;
}

/* line 82, app/assets/stylesheets/ui/_slider.sass */
.slider-bar input[type=range]::-ms-thumb:hover {
  background: #ebfcff;
  cursor: grab;
}

/* line 85, app/assets/stylesheets/ui/_slider.sass */
.slider-bar input[type=range]::-ms-thumb:active {
  background: #ebfcff;
  cursor: grabbing;
}

/* line 88, app/assets/stylesheets/ui/_slider.sass */
.slider-bar input[type=range]::-ms-track {
  background: none;
}

/* line 91, app/assets/stylesheets/ui/_slider.sass */
.slider-area-limit {
  margin: 0 7px;
  position: relative;
}

/* line 97, app/assets/stylesheets/ui/_slider.sass */
.slider-circle::before {
  border-radius: 50%;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 3px solid #0E5294;
  background: #fff;
}

/* line 105, app/assets/stylesheets/ui/_slider.sass */
.slider-area-limit .slider-circle::before {
  position: absolute;
  top: 50%;
  margin-top: -4px;
  margin-left: -14px/2;
}

/* line 110, app/assets/stylesheets/ui/_slider.sass */
.slider-area-limit .slider-circle {
  position: absolute;
  z-index: 10;
}

/* line 113, app/assets/stylesheets/ui/_slider.sass */
.slider-legend .slider-circle {
  display: inline-block;
  margin-right: 20px;
}

/* line 116, app/assets/stylesheets/ui/_slider.sass */
.slider-legend .slider-circle::before {
  vertical-align: middle;
  margin-top: -2px;
}

/* line 121, app/assets/stylesheets/ui/_slider.sass */
.slider-area-limit .slider-circle.slider-circle-gray-fill {
  z-index: 5;
}

/* line 126, app/assets/stylesheets/ui/_slider.sass */
.slider-area-limit .slider-circle.slider-circle-blue-fill::before, .slider-area-limit .slider-circle.slider-circle-gray-fill::before {
  width: 12px;
  height: 12px;
  margin-left: -12px/2;
}

/* line 130, app/assets/stylesheets/ui/_slider.sass */
.slider-legend .slider-circle.slider-circle-blue-fill::before, .slider-legend .slider-circle.slider-circle-gray-fill::before {
  width: 12px;
  height: 12px;
}

/* line 133, app/assets/stylesheets/ui/_slider.sass */
.slider-circle.slider-circle-blue-fill::before {
  border: 1px solid #00a6c2;
  background: #93f2fb;
}

/* line 136, app/assets/stylesheets/ui/_slider.sass */
.slider-circle.slider-circle-gray-fill::before {
  border: 1px solid #999;
  background: #d4d4d4;
}

/* line 141, app/assets/stylesheets/ui/_slider.sass */
.slider-legend span::before {
  margin-right: 5px;
}

/* line 2, app/assets/stylesheets/ui/_datetime.sass */
.datefilters-wrapper h6 {
  display: none;
}

/* line 4, app/assets/stylesheets/ui/_datetime.sass */
.datefilters-wrapper .datefilters-range {
  float: left;
  position: relative;
}

/* line 7, app/assets/stylesheets/ui/_datetime.sass */
.datefilters-wrapper .datefilters-range + .datefilters-range .date-picker-container {
  margin-left: 40px;
}

/* line 9, app/assets/stylesheets/ui/_datetime.sass */
.datefilters-wrapper .datefilters-to {
  width: 40px;
  line-height: 40px;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
}

@media screen and (max-width: 700px) {
  /* line 9, app/assets/stylesheets/ui/_datetime.sass */
  .datefilters-wrapper .datefilters-to {
    display: none;
  }
}

/* line 19, app/assets/stylesheets/ui/_datetime.sass */
.datefilters-wrapper .actions {
  float: left;
  margin-left: 10px;
}

/* line 22, app/assets/stylesheets/ui/_datetime.sass */
.datefilters-wrapper .actions .trigger-remove.button {
  display: none;
}

/* line 24, app/assets/stylesheets/ui/_datetime.sass */
.datefilters-wrapper .js-parsley-error-wrapper {
  text-align: left;
  padding-top: 1px;
}

@media screen and (max-width: 700px) {
  /* line 1, app/assets/stylesheets/ui/_datetime.sass */
  .datefilters-wrapper {
    white-space: normal;
    background: #fcfcfc;
    border: 1px solid #d4d4d4;
    padding: 11px 15px;
    text-align: left;
  }
  /* line 35, app/assets/stylesheets/ui/_datetime.sass */
  .datefilters-wrapper.include-remove-icon .trigger-remove.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  /* line 37, app/assets/stylesheets/ui/_datetime.sass */
  .datefilters-wrapper.include-remove-icon .trigger-remove.icon {
    display: none;
  }
  /* line 39, app/assets/stylesheets/ui/_datetime.sass */
  .datefilters-wrapper h6 {
    display: block;
    margin-bottom: 3px;
  }
  /* line 42, app/assets/stylesheets/ui/_datetime.sass */
  .datefilters-wrapper .datefilters-range {
    width: 50%;
    display: inline-block;
    margin-bottom: 22px;
    padding-right: 10px;
  }
  /* line 47, app/assets/stylesheets/ui/_datetime.sass */
  .datefilters-wrapper .datefilters-range ~ .datefilters-range {
    padding-right: 0;
    padding-left: 10px;
  }
  /* line 50, app/assets/stylesheets/ui/_datetime.sass */
  .datefilters-wrapper .datefilters-range ~ .datefilters-range .date-picker-container {
    margin-left: 0;
  }
  /* line 52, app/assets/stylesheets/ui/_datetime.sass */
  .datefilters-wrapper .datefilters-range ~ .datefilters-range .date-picker-container::before {
    display: none;
  }
  /* line 54, app/assets/stylesheets/ui/_datetime.sass */
  .datefilters-wrapper .datefilters-range .date-picker-container {
    max-width: none;
    width: 100%;
  }
  /* line 57, app/assets/stylesheets/ui/_datetime.sass */
  .datefilters-wrapper .actions {
    float: none;
    clear: both;
    margin: 0;
  }
}

@media screen and (max-width: 500px) {
  /* line 62, app/assets/stylesheets/ui/_datetime.sass */
  .datefilters-wrapper .datefilters-range {
    width: 100%;
    float: none;
    clear: both;
    padding-right: 0;
  }
  /* line 67, app/assets/stylesheets/ui/_datetime.sass */
  .datefilters-wrapper .datefilters-range ~ .datefilters-range {
    padding-left: 0;
  }
}

/* line 70, app/assets/stylesheets/ui/_datetime.sass */
.datetime-pickers-timezone {
  margin-bottom: 6px;
}

/* line 72, app/assets/stylesheets/ui/_datetime.sass */
.datetime-pickers-timezone + .include-remove-icon {
  display: inline-block;
}

/* line 75, app/assets/stylesheets/ui/_datetime.sass */
.datetime-pickers-container {
  display: inline-block;
  vertical-align: top;
}

/* line 78, app/assets/stylesheets/ui/_datetime.sass */
.datetime-pickers-container .date-picker-container {
  margin-right: 10px;
}

/* line 81, app/assets/stylesheets/ui/_datetime.sass */
.date-picker-container {
  max-width: 180px;
}

/* line 83, app/assets/stylesheets/ui/_datetime.sass */
.date-picker-container:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "CustomIcons";
  content: "";
  display: inline-block;
}

/* line 86, app/assets/stylesheets/ui/_datetime.sass */
.time-picker-container {
  max-width: 140px;
}

/* line 88, app/assets/stylesheets/ui/_datetime.sass */
.time-picker-container:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "CustomIcons";
  content: "";
  display: inline-block;
}

/* line 91, app/assets/stylesheets/ui/_datetime.sass */
.date-picker-container,
.time-picker-container {
  position: relative;
  display: inline-block;
}

/* line 95, app/assets/stylesheets/ui/_datetime.sass */
.date-picker-container::after,
.time-picker-container::after {
  position: absolute;
  width: 40px;
  line-height: 38px;
  text-align: center;
  bottom: 1px;
  right: 1px;
  color: #999;
  pointer-events: none;
}

/* line 104, app/assets/stylesheets/ui/_datetime.sass */
.date-picker-container:hover,
.time-picker-container:hover {
  cursor: default;
}

/* line 106, app/assets/stylesheets/ui/_datetime.sass */
.date-picker-container .js-date-picker,
.date-picker-container .js-time-picker,
.time-picker-container .js-date-picker,
.time-picker-container .js-time-picker {
  padding-right: 40px;
}

/* variations */
/* line 3, app/assets/stylesheets/ui/_suggestions.sass */
.insight-suggestions ul {
  margin-left: 15px;
}

/* line 5, app/assets/stylesheets/ui/_suggestions.sass */
.insight-suggestions li {
  margin-bottom: 5px;
  font-size: 12px;
}

/* line 8, app/assets/stylesheets/ui/_suggestions.sass */
.insight-suggestions .blank-pre {
  position: relative;
}

/* line 10, app/assets/stylesheets/ui/_suggestions.sass */
.insight-suggestions .blank-pre:before {
  position: absolute;
  left: -15px;
}

/* line 14, app/assets/stylesheets/ui/_suggestions.sass */
.contributor-suggestions {
  position: absolute;
  left: 730px;
}

/* line 17, app/assets/stylesheets/ui/_suggestions.sass */
.contributor-suggestions ol {
  font-weight: 500;
  padding-left: 25px;
}

/* line 20, app/assets/stylesheets/ui/_suggestions.sass */
.contributor-suggestions ol .time {
  font-weight: normal;
}

/* feedback widgets */
/* line 27, app/assets/stylesheets/ui/_suggestions.sass */
.feedback-widget .rating.submitted .question {
  display: none;
}

/* line 29, app/assets/stylesheets/ui/_suggestions.sass */
.feedback-widget .rating.submitted .thanks {
  display: inline;
}

/* line 31, app/assets/stylesheets/ui/_suggestions.sass */
.feedback-widget .rating .thanks {
  display: none;
}

/* all suggestions */
/* line 35, app/assets/stylesheets/ui/_suggestions.sass */
.suggestions-wrapper {
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 2px #eee;
          box-shadow: 0px 1px 2px #eee;
  background: #f8f8f8;
  border: 1px solid #d4d4d4;
  width: 400px;
  padding: 22px 20px 11px;
}

/* line 43, app/assets/stylesheets/ui/_suggestions.sass */
.suggestions-wrapper h3 .icon-lightbulb {
  color: #24B352;
}

/* line 45, app/assets/stylesheets/ui/_suggestions.sass */
.suggestions-wrapper h3 + p {
  margin: 11px 0;
}

/* line 47, app/assets/stylesheets/ui/_suggestions.sass */
.suggestions-wrapper .rating {
  border-top: 1px solid #d4d4d4;
  margin-top: 11px;
  padding-top: 15px;
  text-align: right;
}

/* line 53, app/assets/stylesheets/ui/_suggestions.sass */
.suggestions-wrapper .rating.submitted .question {
  display: none;
}

/* line 55, app/assets/stylesheets/ui/_suggestions.sass */
.suggestions-wrapper .rating.submitted .thanks {
  display: inline;
}

/* line 57, app/assets/stylesheets/ui/_suggestions.sass */
.suggestions-wrapper .rating .icon {
  color: #0094AB;
  margin-left: 10px;
}

/* line 60, app/assets/stylesheets/ui/_suggestions.sass */
.suggestions-wrapper .rating .icon:hover {
  color: #00a6c2;
}

/* line 62, app/assets/stylesheets/ui/_suggestions.sass */
.suggestions-wrapper .rating .thanks {
  display: none;
}

/* line 1, app/assets/stylesheets/ui/_comparisons.sass */
.comparison {
  white-space: nowrap;
}

/* line 3, app/assets/stylesheets/ui/_comparisons.sass */
.comparison::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "CustomIcons";
  content: "";
  display: inline-block;
  width: 16px;
  text-align: center;
  margin-right: 2px;
  font-size: 20px;
  line-height: 1px;
  position: relative;
  top: 3px;
}

/* line 13, app/assets/stylesheets/ui/_comparisons.sass */
.positive {
  color: #24B352;
}

/* line 15, app/assets/stylesheets/ui/_comparisons.sass */
.positive::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "CustomIcons";
  content: "";
  display: inline-block;
  color: #24B352;
  top: 3px;
}

/* line 20, app/assets/stylesheets/ui/_comparisons.sass */
.negative {
  color: #E51D1D;
}

/* line 22, app/assets/stylesheets/ui/_comparisons.sass */
.negative::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "CustomIcons";
  content: "";
  display: inline-block;
  color: #E51D1D;
  top: 5px;
}

/* line 28, app/assets/stylesheets/ui/_comparisons.sass */
.neutral::before {
  color: #666;
}

/* line 31, app/assets/stylesheets/ui/_comparisons.sass */
.icon-benchmark {
  display: inline-block;
  margin-right: 3px;
}

/* line 34, app/assets/stylesheets/ui/_comparisons.sass */
.icon-benchmark::before, .icon-benchmark::after {
  content: " ";
  display: inline-block;
  background: #d4d4d4;
  border: 1px solid #999;
  width: 2px;
  height: 8px;
  -webkit-transform: none;
          transform: none;
}

/* line 43, app/assets/stylesheets/ui/_comparisons.sass */
.icon-benchmark::before {
  height: 5px;
  margin-right: 2px;
}

/* line 47, app/assets/stylesheets/ui/_comparisons.sass */
.icon-benchmark.neutral::before {
  top: 0;
}

/* line 50, app/assets/stylesheets/ui/_comparisons.sass */
.icon-benchmark.positive::after {
  background: #1BC130;
  border-color: #24B352;
}

/* line 54, app/assets/stylesheets/ui/_comparisons.sass */
.icon-benchmark.negative::before {
  background: #F35E5E;
  border-color: #E51D1D;
  top: 0;
  left: 0;
}

/* line 2, app/assets/stylesheets/ui/_uploader.sass */
#s3-uploader {
  position: absolute;
  left: -1000px;
  top: -1000px;
}

/* line 8, app/assets/stylesheets/ui/_uploader.sass */
#requirement-asset-progress .s3-upload-progress {
  margin-top: 11px;
  border-bottom: 0;
}

/* line 12, app/assets/stylesheets/ui/_uploader.sass */
.s3-upload-progress {
  border-top: 1px solid #d4d4d4;
  background: #F2FEFF;
  padding: 11px 15px;
  line-height: 30px;
}

/* line 17, app/assets/stylesheets/ui/_uploader.sass */
.s3-upload-progress .progress {
  margin-top: 6px;
  background: #fff;
}

/* line 20, app/assets/stylesheets/ui/_uploader.sass */
.s3-upload-progress .progress .bar {
  height: 7px;
  background: #93f2fb;
}

/* line 25, app/assets/stylesheets/ui/_uploader.sass */
.dropzone {
  font-weight: 500;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  background: #cff5fd;
  padding: 22px;
  text-align: center;
  width: 100%;
  color: #00a6c2;
}

/* line 34, app/assets/stylesheets/ui/_uploader.sass */
.drag-drop-tint {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #cff5fd;
  z-index: 210;
  text-align: center;
}

/* line 45, app/assets/stylesheets/ui/_uploader.sass */
.drag-drop-tint h3 {
  color: #00a6c2;
  padding-top: 66px;
  pointer-events: none;
}

/* line 1, app/assets/stylesheets/ui/_multi-step-progress-nav.sass */
.multi-step-progress-nav-wrapper {
  position: fixed;
  top: 0;
  z-index: 350;
  background: #fff;
  border-bottom: 1px solid #d4d4d4;
  -webkit-box-shadow: 0 1px 3px 0 #eee;
          box-shadow: 0 1px 3px 0 #eee;
  margin-top: 22px;
}

/* line 9, app/assets/stylesheets/ui/_multi-step-progress-nav.sass */
.multi-step-progress-nav-wrapper + .content-wrapper {
  margin-top: 242px;
}

@media screen and (max-width: 700px) {
  /* line 1, app/assets/stylesheets/ui/_multi-step-progress-nav.sass */
  .multi-step-progress-nav-wrapper {
    border-bottom: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  /* line 15, app/assets/stylesheets/ui/_multi-step-progress-nav.sass */
  .multi-step-progress-nav-wrapper + .content-wrapper {
    margin-top: 44px;
  }
}

/* line 18, app/assets/stylesheets/ui/_multi-step-progress-nav.sass */
.multi-step-progress-nav {
  position: relative;
  margin-top: 66px;
  margin-bottom: 22px;
}

/* line 22, app/assets/stylesheets/ui/_multi-step-progress-nav.sass */
.multi-step-progress-nav .skip-setup {
  position: absolute;
  right: 0;
  top: -22px;
  text-align: right;
}

/* line 27, app/assets/stylesheets/ui/_multi-step-progress-nav.sass */
.multi-step-progress-nav ol {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

/* line 34, app/assets/stylesheets/ui/_multi-step-progress-nav.sass */
.multi-step-progress-nav li {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  position: relative;
  color: #d4d4d4;
}

/* line 38, app/assets/stylesheets/ui/_multi-step-progress-nav.sass */
.multi-step-progress-nav li::before {
  content: " ";
  position: absolute;
  background: #d4d4d4;
  height: 8px;
  top: -20px;
  bottom: 0;
  left: -50%;
  right: 50%;
}

/* line 48, app/assets/stylesheets/ui/_multi-step-progress-nav.sass */
.multi-step-progress-nav li::after {
  content: " ";
  position: absolute;
  background: #d4d4d4;
  border: 3px solid #d4d4d4;
  border-radius: 50%;
  top: -25px;
  right: 50%;
  margin-right: -9px;
  height: 12px;
  width: 12px;
  z-index: 5;
}

/* line 61, app/assets/stylesheets/ui/_multi-step-progress-nav.sass */
.multi-step-progress-nav li:first-of-type::before {
  display: none;
}

/* line 63, app/assets/stylesheets/ui/_multi-step-progress-nav.sass */
.multi-step-progress-nav li:last-of-type::before {
  right: 50%;
}

/* line 65, app/assets/stylesheets/ui/_multi-step-progress-nav.sass */
.multi-step-progress-nav li.completed-step, .multi-step-progress-nav li.current-step {
  color: #333;
}

/* line 69, app/assets/stylesheets/ui/_multi-step-progress-nav.sass */
.multi-step-progress-nav li.completed-step::before {
  background: #00a6c2;
}

/* line 71, app/assets/stylesheets/ui/_multi-step-progress-nav.sass */
.multi-step-progress-nav li.completed-step::after {
  border: 3px solid #00a6c2;
  background-color: #93f2fb;
}

/* line 75, app/assets/stylesheets/ui/_multi-step-progress-nav.sass */
.multi-step-progress-nav li.current-step::before {
  background: #00a6c2;
}

/* line 77, app/assets/stylesheets/ui/_multi-step-progress-nav.sass */
.multi-step-progress-nav li.current-step::after {
  border: 3px solid #00a6c2;
  background-color: #fff;
}

/* line 80, app/assets/stylesheets/ui/_multi-step-progress-nav.sass */
.multi-step-progress-nav li.current-step h5 {
  font-weight: 500;
}

@media screen and (max-width: 1400px) {
  /* line 84, app/assets/stylesheets/ui/_multi-step-progress-nav.sass */
  .multi-step-progress-nav ol {
    max-width: 700px;
  }
}

@media screen and (max-width: 1200px) {
  /* line 88, app/assets/stylesheets/ui/_multi-step-progress-nav.sass */
  .multi-step-progress-nav .skip-setup {
    position: static;
    padding-right: 40px;
  }
}

@media screen and (max-width: 700px) {
  /* line 18, app/assets/stylesheets/ui/_multi-step-progress-nav.sass */
  .multi-step-progress-nav {
    display: none;
  }
  /* line 94, app/assets/stylesheets/ui/_multi-step-progress-nav.sass */
  .onboarding-preview .multi-step-progress-nav {
    display: block;
  }
}

/* line 7, app/assets/stylesheets/ui/_page-nav.sass */
#nav {
  background: #00a6c2;
}

/* line 14, app/assets/stylesheets/ui/_page-nav.sass */
.outside-container #nav,
.discovery-container #nav,
.registration-container #nav,
.content-request-container #nav {
  background: white;
  padding-top: 44px;
  margin-top: 0;
}

/* line 18, app/assets/stylesheets/ui/_page-nav.sass */
.outside-container .nav-wrapper,
.discovery-container .nav-wrapper,
.registration-container .nav-wrapper,
.content-request-container .nav-wrapper {
  text-align: center;
}

/* line 20, app/assets/stylesheets/ui/_page-nav.sass */
.outside-container .logo,
.discovery-container .logo,
.registration-container .logo,
.content-request-container .logo {
  float: none;
  margin: 0;
}

/* line 23, app/assets/stylesheets/ui/_page-nav.sass */
.outside-container .logo::before,
.discovery-container .logo::before,
.registration-container .logo::before,
.content-request-container .logo::before {
  display: none;
}

/* line 25, app/assets/stylesheets/ui/_page-nav.sass */
.outside-container .logo img,
.discovery-container .logo img,
.registration-container .logo img,
.content-request-container .logo img {
  width: 150px;
  height: auto;
  margin: 0;
}

/* line 30, app/assets/stylesheets/ui/_page-nav.sass */
.logo {
  float: left;
}

/* line 32, app/assets/stylesheets/ui/_page-nav.sass */
.logo::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "CustomIcons";
  content: "";
  display: inline-block;
  color: #fff;
  font-size: 24px;
  text-align: center;
  padding-right: 10px;
  line-height: 40px;
}

/* line 39, app/assets/stylesheets/ui/_page-nav.sass */
.logo .full-logo-blue {
  display: none;
}

/* line 42, app/assets/stylesheets/ui/_page-nav.sass */
.nav-wrapper {
  height: 40px;
  position: relative;
  padding: 0;
}

/* line 46, app/assets/stylesheets/ui/_page-nav.sass */
.nav-wrapper .only-mobile {
  display: none;
}

/* line 48, app/assets/stylesheets/ui/_page-nav.sass */
.nav-wrapper .icon-touch-nav {
  float: right;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 39px;
  line-height: 39px;
  padding-top: 1px;
}

/* line 54, app/assets/stylesheets/ui/_page-nav.sass */
.nav-wrapper .icon-touch-nav::before {
  width: 60px;
  color: #93f2fb;
  font-size: 18px;
  text-align: center;
}

/* line 59, app/assets/stylesheets/ui/_page-nav.sass */
.nav-wrapper .icon-touch-nav:hover {
  color: #fff;
  cursor: pointer;
}

/* line 62, app/assets/stylesheets/ui/_page-nav.sass */
.nav-wrapper .icon-messages {
  margin: 0 10px;
}

/* line 64, app/assets/stylesheets/ui/_page-nav.sass */
.nav-wrapper .notification-dot::after {
  width: 6px;
  height: 6px;
  top: -4px;
  margin-left: -6px;
  border: 3px solid #00a6c2;
}

/* line 73, app/assets/stylesheets/ui/_page-nav.sass */
#nav .dropdown-container,
.page-org-nav .dropdown-container {
  z-index: 350;
}

/* line 76, app/assets/stylesheets/ui/_page-nav.sass */
.nav-wrapper-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 81, app/assets/stylesheets/ui/_page-nav.sass */
.not-signed-in .nav-wrapper-inner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 84, app/assets/stylesheets/ui/_page-nav.sass */
.single-create {
  margin-top: 5px;
}

/* line 87, app/assets/stylesheets/ui/_page-nav.sass */
.create-plus-icon {
  width: 60px;
  height: 40px;
  background: #0094AB;
  text-align: center;
}

/* line 92, app/assets/stylesheets/ui/_page-nav.sass */
.create-plus-icon::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "CustomIcons";
  content: "";
  display: inline-block;
  font-size: 24px;
  color: #93f2fb;
  line-height: 40px;
}

/* line 97, app/assets/stylesheets/ui/_page-nav.sass */
.create-plus-icon:hover {
  background: #57cadc;
}

/* line 99, app/assets/stylesheets/ui/_page-nav.sass */
.dropdown-on-hover:hover .create-plus-icon {
  background: #57cadc;
}

/* line 101, app/assets/stylesheets/ui/_page-nav.sass */
.dropdown-on-hover:hover .create-plus-icon::before {
  color: #ebfcff;
}

/* line 104, app/assets/stylesheets/ui/_page-nav.sass */
.nav-links {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 106, app/assets/stylesheets/ui/_page-nav.sass */
.nav-links > li {
  position: relative;
  float: left;
  height: 40px;
}

/* line 110, app/assets/stylesheets/ui/_page-nav.sass */
.nav-links > li > a {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-size: 12px;
  color: #93f2fb;
  text-transform: uppercase;
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}

/* line 118, app/assets/stylesheets/ui/_page-nav.sass */
.nav-links > li > a:hover {
  color: #fff;
  text-decoration: none;
}

/* line 124, app/assets/stylesheets/ui/_page-nav.sass */
.nav-links.active-page-tasks .page-tasks {
  color: #fff;
}

/* line 124, app/assets/stylesheets/ui/_page-nav.sass */
.nav-links.active-page-calendar .page-calendar {
  color: #fff;
}

/* line 124, app/assets/stylesheets/ui/_page-nav.sass */
.nav-links.active-page-campaigns .page-campaigns {
  color: #fff;
}

/* line 124, app/assets/stylesheets/ui/_page-nav.sass */
.nav-links.active-page-content_requests .page-content_requests {
  color: #fff;
}

/* line 124, app/assets/stylesheets/ui/_page-nav.sass */
.nav-links.active-page-ideation .page-ideation {
  color: #fff;
}

/* line 124, app/assets/stylesheets/ui/_page-nav.sass */
.nav-links.active-page-stories .page-stories {
  color: #fff;
}

/* line 124, app/assets/stylesheets/ui/_page-nav.sass */
.nav-links.active-page-media .page-media {
  color: #fff;
}

/* line 124, app/assets/stylesheets/ui/_page-nav.sass */
.nav-links.active-page-analytics .page-analytics {
  color: #fff;
}

/* line 124, app/assets/stylesheets/ui/_page-nav.sass */
.nav-links.active-page-talent .page-talent {
  color: #fff;
}

/* line 124, app/assets/stylesheets/ui/_page-nav.sass */
.nav-links.active-page-portfolio .page-portfolio {
  color: #fff;
}

/* line 127, app/assets/stylesheets/ui/_page-nav.sass */
.global-search {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 40px;
}

/* line 130, app/assets/stylesheets/ui/_page-nav.sass */
.global-search input {
  margin: 5px 0;
  background: none;
  border-color: transparent;
  color: #fff;
}

/* line 135, app/assets/stylesheets/ui/_page-nav.sass */
.global-search input::-webkit-input-placeholder {
  color: #00a6c2;
}
.global-search input::-moz-placeholder {
  color: #00a6c2;
}
.global-search input:-ms-input-placeholder {
  color: #00a6c2;
}
.global-search input::-ms-input-placeholder {
  color: #00a6c2;
}
.global-search input::placeholder {
  color: #00a6c2;
}

/* line 137, app/assets/stylesheets/ui/_page-nav.sass */
.global-search input:hover, .global-search input:focus {
  cursor: text;
  opacity: 1;
  color: #ebfcff;
  border-color: transparent;
}

/* line 143, app/assets/stylesheets/ui/_page-nav.sass */
.global-search input:hover::-webkit-input-placeholder, .global-search input:hover + .icon-search, .global-search input:focus::-webkit-input-placeholder, .global-search input:focus + .icon-search {
  color: #cff5fd;
}
.global-search input:hover::-moz-placeholder, .global-search input:hover + .icon-search, .global-search input:focus::-moz-placeholder, .global-search input:focus + .icon-search {
  color: #cff5fd;
}
.global-search input:hover:-ms-input-placeholder, .global-search input:hover + .icon-search, .global-search input:focus:-ms-input-placeholder, .global-search input:focus + .icon-search {
  color: #cff5fd;
}
.global-search input:hover::-ms-input-placeholder, .global-search input:hover + .icon-search, .global-search input:focus::-ms-input-placeholder, .global-search input:focus + .icon-search {
  color: #cff5fd;
}
.global-search input:hover::placeholder, .global-search input:hover + .icon-search, .global-search input:focus::placeholder, .global-search input:focus + .icon-search {
  color: #cff5fd;
}

/* line 146, app/assets/stylesheets/ui/_page-nav.sass */
.global-search .icon-search {
  line-height: 40px;
  color: #93f2fb;
  pointer-events: none;
}

/* line 152, app/assets/stylesheets/ui/_page-nav.sass */
.dropdown-theme-nav.dropdown-container .avatar-wrapper {
  border-radius: 50%;
  margin-top: 5px;
}

/* line 155, app/assets/stylesheets/ui/_page-nav.sass */
.dropdown-theme-nav.dropdown-container .avatar-wrapper img {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #007A8D;
}

/* line 162, app/assets/stylesheets/ui/_page-nav.sass */
.dropdown-theme-nav.dropdown-container:hover .avatar-wrapper, .dropdown-theme-nav.dropdown-container.active .avatar-wrapper {
  position: relative;
}

/* line 164, app/assets/stylesheets/ui/_page-nav.sass */
.dropdown-theme-nav.dropdown-container:hover .avatar-wrapper img, .dropdown-theme-nav.dropdown-container.active .avatar-wrapper img {
  border-color: #93f2fb;
}

/* line 166, app/assets/stylesheets/ui/_page-nav.sass */
.dropdown-theme-nav.dropdown-container:hover .avatar-wrapper::after, .dropdown-theme-nav.dropdown-container.active .avatar-wrapper::after {
  border-radius: 50%;
  content: " ";
  display: block;
  background: white;
  opacity: 0.2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 177, app/assets/stylesheets/ui/_page-nav.sass */
.dropdown-theme-nav.dropdown-container .dropdown-selection {
  top: 40px;
  right: 0;
  left: auto;
}

@media screen and (max-width: 1023px) {
  /* line 207, app/assets/stylesheets/ui/_page-nav.sass */
  nav:not(.not-signed-in):not(.portfolio-only) .icon-touch-nav::before {
    width: auto;
  }
  /* line 211, app/assets/stylesheets/ui/_page-nav.sass */
  .nav-active nav:not(.not-signed-in):not(.portfolio-only):before {
    content: "";
    background: rgba(51, 51, 51, 0.5);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 998;
  }
  /* line 220, app/assets/stylesheets/ui/_page-nav.sass */
  .nav-active nav:not(.not-signed-in):not(.portfolio-only) .nav-wrapper-inner {
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    z-index: 1000;
  }
  /* line 226, app/assets/stylesheets/ui/_page-nav.sass */
  .nav-active nav:not(.not-signed-in):not(.portfolio-only) .nav-wrapper-inner > * {
    border-top: 1px dotted #d4d4d4;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  /* line 230, app/assets/stylesheets/ui/_page-nav.sass */
  .nav-active nav:not(.not-signed-in):not(.portfolio-only) .global-search {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0 10px;
    border-top: 0;
  }
  /* line 235, app/assets/stylesheets/ui/_page-nav.sass */
  .nav-active nav:not(.not-signed-in):not(.portfolio-only) .multi-create,
.nav-active nav:not(.not-signed-in):not(.portfolio-only) .single-create {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  /* line 238, app/assets/stylesheets/ui/_page-nav.sass */
  .nav-active nav:not(.not-signed-in):not(.portfolio-only) .nav-primary-links {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  /* line 240, app/assets/stylesheets/ui/_page-nav.sass */
  .nav-active nav:not(.not-signed-in):not(.portfolio-only) .nav-secondary-links {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  /* line 242, app/assets/stylesheets/ui/_page-nav.sass */
  .nav-active nav:not(.not-signed-in):not(.portfolio-only) .nav-secondary-links .dropdown-selection > li:last-child {
    border-top: 1px dotted #d4d4d4;
    margin-top: 11px;
    padding-top: 6px;
  }
  /* line 246, app/assets/stylesheets/ui/_page-nav.sass */
  .nav-active nav:not(.not-signed-in):not(.portfolio-only) .icon-messages {
    margin: 0;
  }
  /* line 249, app/assets/stylesheets/ui/_page-nav.sass */
  nav:not(.not-signed-in):not(.portfolio-only) .nav-wrapper-inner {
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    position: fixed;
    right: -220px;
    width: 220px;
    height: 100%;
    z-index: 1000;
    -webkit-box-shadow: 0 1px 3px 0 #d4d4d4;
            box-shadow: 0 1px 3px 0 #d4d4d4;
    background: #fff;
    overflow-y: auto;
  }
  /* line 261, app/assets/stylesheets/ui/_page-nav.sass */
  nav:not(.not-signed-in):not(.portfolio-only) .nav-wrapper .only-desktop,
nav:not(.not-signed-in):not(.portfolio-only) .nav-wrapper .icon-messages::before {
    display: none;
  }
  /* line 264, app/assets/stylesheets/ui/_page-nav.sass */
  nav:not(.not-signed-in):not(.portfolio-only) .nav-wrapper .only-mobile {
    display: inline-block;
  }
  /* line 267, app/assets/stylesheets/ui/_page-nav.sass */
  nav:not(.not-signed-in):not(.portfolio-only) .nav-wrapper .notification-dot::after {
    border: 0;
    width: 8px;
    height: 8px;
    margin: 0;
  }
  /* line 275, app/assets/stylesheets/ui/_page-nav.sass */
  nav:not(.not-signed-in):not(.portfolio-only) .global-search input::-webkit-input-placeholder {
    color: #c9c9c9;
  }
  nav:not(.not-signed-in):not(.portfolio-only) .global-search input::-moz-placeholder {
    color: #c9c9c9;
  }
  nav:not(.not-signed-in):not(.portfolio-only) .global-search input:-ms-input-placeholder {
    color: #c9c9c9;
  }
  nav:not(.not-signed-in):not(.portfolio-only) .global-search input::-ms-input-placeholder {
    color: #c9c9c9;
  }
  nav:not(.not-signed-in):not(.portfolio-only) .global-search input::placeholder {
    color: #c9c9c9;
  }
  /* line 277, app/assets/stylesheets/ui/_page-nav.sass */
  nav:not(.not-signed-in):not(.portfolio-only) .global-search input:hover, nav:not(.not-signed-in):not(.portfolio-only) .global-search input:focus {
    color: #c9c9c9;
  }
  /* line 280, app/assets/stylesheets/ui/_page-nav.sass */
  nav:not(.not-signed-in):not(.portfolio-only) .global-search input:hover::-webkit-input-placeholder, nav:not(.not-signed-in):not(.portfolio-only) .global-search input:focus::-webkit-input-placeholder {
    color: #c9c9c9;
  }
  nav:not(.not-signed-in):not(.portfolio-only) .global-search input:hover::-moz-placeholder, nav:not(.not-signed-in):not(.portfolio-only) .global-search input:focus::-moz-placeholder {
    color: #c9c9c9;
  }
  nav:not(.not-signed-in):not(.portfolio-only) .global-search input:hover:-ms-input-placeholder, nav:not(.not-signed-in):not(.portfolio-only) .global-search input:focus:-ms-input-placeholder {
    color: #c9c9c9;
  }
  nav:not(.not-signed-in):not(.portfolio-only) .global-search input:hover::-ms-input-placeholder, nav:not(.not-signed-in):not(.portfolio-only) .global-search input:focus::-ms-input-placeholder {
    color: #c9c9c9;
  }
  nav:not(.not-signed-in):not(.portfolio-only) .global-search input:hover::placeholder, nav:not(.not-signed-in):not(.portfolio-only) .global-search input:focus::placeholder {
    color: #c9c9c9;
  }
  /* line 282, app/assets/stylesheets/ui/_page-nav.sass */
  nav:not(.not-signed-in):not(.portfolio-only) .global-search input:hover + .icon-search, nav:not(.not-signed-in):not(.portfolio-only) .global-search input:focus + .icon-search {
    color: #00a6c2;
  }
  /* line 284, app/assets/stylesheets/ui/_page-nav.sass */
  nav:not(.not-signed-in):not(.portfolio-only) .global-search .icon-search {
    color: #00a6c2;
  }
  /* line 290, app/assets/stylesheets/ui/_page-nav.sass */
  nav:not(.not-signed-in):not(.portfolio-only) .nav-links li,
nav:not(.not-signed-in):not(.portfolio-only) .dropdown-theme-nav.dropdown-container li,
nav:not(.not-signed-in):not(.portfolio-only) .multi-create .dropdown-container li {
    clear: both;
    width: 100%;
    padding: 0;
    height: auto;
  }
  /* line 292, app/assets/stylesheets/ui/_page-nav.sass */
  nav:not(.not-signed-in):not(.portfolio-only) .nav-links li > a,
nav:not(.not-signed-in):not(.portfolio-only) .dropdown-theme-nav.dropdown-container li > a,
nav:not(.not-signed-in):not(.portfolio-only) .multi-create .dropdown-container li > a {
    font-weight: 500;
    float: none;
    display: block;
    font-size: 12px;
    color: #00a6c2;
    text-transform: uppercase;
    line-height: 22px;
    padding: 6px 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  /* line 197, app/assets/stylesheets/ui/_page-nav.sass */
  nav:not(.not-signed-in):not(.portfolio-only) .nav-links li > a:hover,
nav:not(.not-signed-in):not(.portfolio-only) .dropdown-theme-nav.dropdown-container li > a:hover,
nav:not(.not-signed-in):not(.portfolio-only) .multi-create .dropdown-container li > a:hover {
    background: #cff5fd;
    color: #00a6c2;
  }
  /* line 200, app/assets/stylesheets/ui/_page-nav.sass */
  nav:not(.not-signed-in):not(.portfolio-only) .nav-links li > a.active,
nav:not(.not-signed-in):not(.portfolio-only) .dropdown-theme-nav.dropdown-container li > a.active,
nav:not(.not-signed-in):not(.portfolio-only) .multi-create .dropdown-container li > a.active {
    color: #333;
  }
  /* line 202, app/assets/stylesheets/ui/_page-nav.sass */
  nav:not(.not-signed-in):not(.portfolio-only) .nav-links li > a.active:hover,
nav:not(.not-signed-in):not(.portfolio-only) .dropdown-theme-nav.dropdown-container li > a.active:hover,
nav:not(.not-signed-in):not(.portfolio-only) .multi-create .dropdown-container li > a.active:hover {
    background: transparent;
  }
  /* line 295, app/assets/stylesheets/ui/_page-nav.sass */
  nav:not(.not-signed-in):not(.portfolio-only) .nav-links li .label,
nav:not(.not-signed-in):not(.portfolio-only) .dropdown-theme-nav.dropdown-container li .label,
nav:not(.not-signed-in):not(.portfolio-only) .multi-create .dropdown-container li .label {
    margin-bottom: 0;
  }
  /* line 300, app/assets/stylesheets/ui/_page-nav.sass */
  nav:not(.not-signed-in):not(.portfolio-only) .dropdown-theme-nav.dropdown-container .dropdown-selection,
nav:not(.not-signed-in):not(.portfolio-only) .multi-create .dropdown-container .dropdown-selection {
    display: block;
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
  }
  /* line 305, app/assets/stylesheets/ui/_page-nav.sass */
  nav:not(.not-signed-in):not(.portfolio-only) .dropdown-theme-nav.dropdown-container .dropdown-selection > li,
nav:not(.not-signed-in):not(.portfolio-only) .multi-create .dropdown-container .dropdown-selection > li {
    padding-top: 0;
    border-top: 0;
    margin-top: 0;
  }
  /* line 311, app/assets/stylesheets/ui/_page-nav.sass */
  nav:not(.not-signed-in):not(.portfolio-only) .multi-create .create-plus-icon {
    display: none;
  }
  /* line 313, app/assets/stylesheets/ui/_page-nav.sass */
  nav:not(.not-signed-in):not(.portfolio-only) .multi-create .dropdown-container {
    width: 100%;
    float: none;
  }
  /* line 317, app/assets/stylesheets/ui/_page-nav.sass */
  nav:not(.not-signed-in):not(.portfolio-only) .single-create .button {
    font-weight: 500;
    float: none;
    display: block;
    font-size: 12px;
    color: #00a6c2;
    text-transform: uppercase;
    line-height: 22px;
    padding: 6px 20px;
    background: transparent;
    border: 0;
    margin: 0;
    text-align: left;
    height: auto;
  }
  /* line 197, app/assets/stylesheets/ui/_page-nav.sass */
  nav:not(.not-signed-in):not(.portfolio-only) .single-create .button:hover {
    background: #cff5fd;
    color: #00a6c2;
  }
  /* line 200, app/assets/stylesheets/ui/_page-nav.sass */
  nav:not(.not-signed-in):not(.portfolio-only) .single-create .button.active {
    color: #333;
  }
  /* line 202, app/assets/stylesheets/ui/_page-nav.sass */
  nav:not(.not-signed-in):not(.portfolio-only) .single-create .button.active:hover {
    background: transparent;
  }
}

/* line 1, app/assets/stylesheets/ui/_page-org-nav.sass */
.page-org-nav {
  background: #0094AB;
  color: #fff;
}

/* line 4, app/assets/stylesheets/ui/_page-org-nav.sass */
.page-org-nav .dropdown-toggle {
  border-left: 1px solid #007A8D;
}

/* line 7, app/assets/stylesheets/ui/_page-org-nav.sass */
.page-org-nav .dropdown-container:last-of-type .dropdown-toggle {
  border-right: 1px solid #007A8D;
}

/* line 9, app/assets/stylesheets/ui/_page-org-nav.sass */
.page-org-nav .page-org-nav-label {
  color: #93f2fb;
}

/* line 11, app/assets/stylesheets/ui/_page-org-nav.sass */
.page-org-nav .selection-name {
  font-weight: 500;
  padding: 0 5px;
  text-transform: uppercase;
}

/* line 15, app/assets/stylesheets/ui/_page-org-nav.sass */
.page-org-nav .solo-account,
.page-org-nav .solo-publication {
  font-weight: 500;
  font-size: 12px;
  display: inline-block;
  line-height: 30px;
  color: #93f2fb;
  text-transform: uppercase;
}

/* line 23, app/assets/stylesheets/ui/_page-org-nav.sass */
.page-org-nav .solo-account {
  padding-right: 10px;
}

/* line 25, app/assets/stylesheets/ui/_page-org-nav.sass */
.page-org-nav .solo-publication {
  padding-left: 10px;
  border-left: 1px solid #007A8D;
}

/* line 29, app/assets/stylesheets/ui/_page-org-nav.sass */
.toggle-accounts {
  padding: 0 10px;
  font-size: 12px;
  line-height: 30px;
}

/* line 33, app/assets/stylesheets/ui/_page-org-nav.sass */
.toggle-accounts:hover, .active .toggle-accounts {
  background: #00a6c2;
}

@media screen and (max-width: 800px) {
  /* line 38, app/assets/stylesheets/ui/_page-org-nav.sass */
  .page-org-nav {
    border-top: 0;
  }
  /* line 40, app/assets/stylesheets/ui/_page-org-nav.sass */
  .page-org-nav .content-wrapper-inner {
    padding: 0;
  }
  /* line 42, app/assets/stylesheets/ui/_page-org-nav.sass */
  .page-org-nav .dropdown-container,
.page-org-nav .dropdown-container:first-of-type,
.page-org-nav .solo-account,
.page-org-nav .solo-publication {
    width: 100%;
    border: 0;
    border-top: 1px solid #007A8D;
  }
  /* line 49, app/assets/stylesheets/ui/_page-org-nav.sass */
  .page-org-nav .toggle-accounts,
.page-org-nav .solo-account,
.page-org-nav .solo-publication {
    padding: 0 20px;
  }
  /* line 53, app/assets/stylesheets/ui/_page-org-nav.sass */
  .page-org-nav .dropdown-toggle::after {
    float: none;
  }
  /* line 56, app/assets/stylesheets/ui/_page-org-nav.sass */
  .page-org-nav .dropdown-container .dropdown-selection {
    min-width: 50%;
    left: 20px;
  }
}

/* line 1, app/assets/stylesheets/ui/_page-footer.sass */
.footer-back {
  display: inline-block;
  margin-top: 22px;
}

/* line 4, app/assets/stylesheets/ui/_page-footer.sass */
.footer-back.active {
  display: none;
}

/* line 7, app/assets/stylesheets/ui/_page-footer.sass */
#page-footer {
  padding-top: 100px;
}

/* line 9, app/assets/stylesheets/ui/_page-footer.sass */
#page-footer .content-wrapper {
  z-index: 20;
  background: #fff;
  position: absolute;
  bottom: 0;
  max-width: none;
  -webkit-box-shadow: 0 0 2px 0 #d4d4d4;
          box-shadow: 0 0 2px 0 #d4d4d4;
}

/* line 17, app/assets/stylesheets/ui/_page-footer.sass */
#page-footer .content-wrapper-inner {
  position: relative;
}

/* line 21, app/assets/stylesheets/ui/_page-footer.sass */
#localize-choices .select2 {
  width: 125px !important;
}

/* line 23, app/assets/stylesheets/ui/_page-footer.sass */
#localize-choices .select2.select2-container--disabled {
  width: 95px !important;
}

/* line 25, app/assets/stylesheets/ui/_page-footer.sass */
#localize-choices .select2.select2-container--disabled .select2-selection {
  background: #f8f8f8;
  border: 1px solid #eee;
}

/* line 28, app/assets/stylesheets/ui/_page-footer.sass */
#localize-choices .select2.select2-container--disabled .select2-selection__rendered {
  padding-right: 8px !important;
}

/* line 30, app/assets/stylesheets/ui/_page-footer.sass */
#localize-choices .select2.select2-container--disabled .select2-selection__arrow {
  display: none;
}

/* line 33, app/assets/stylesheets/ui/_page-footer.sass */
#cookie-law-info-bar.content-wrapper {
  padding: 10px;
  position: fixed;
  z-index: 1000;
  bottom: -300px;
  line-height: 18px;
  -webkit-transition: bottom 1s;
  transition: bottom 1s;
}

/* line 40, app/assets/stylesheets/ui/_page-footer.sass */
#cookie-law-info-bar.content-wrapper .content-wrapper-inner {
  max-width: 1100px;
}

/* line 42, app/assets/stylesheets/ui/_page-footer.sass */
#cookie-law-info-bar.content-wrapper.active {
  bottom: 0;
}

@media screen and (max-width: 700px) {
  /* line 45, app/assets/stylesheets/ui/_page-footer.sass */
  #cookie-law-info-bar.content-wrapper .flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  /* line 48, app/assets/stylesheets/ui/_page-footer.sass */
  #cookie-law-info-bar.content-wrapper .flex-column.actions {
    margin-top: 11px;
  }
}

/* line 1, app/assets/stylesheets/vendor/loadingmask.sass */
.maskable {
  position: relative;
}

/* line 4, app/assets/stylesheets/vendor/loadingmask.sass */
.maskable[style*="min-height"]::before, .maskable[style*="min-height"]::after {
  opacity: 0.3;
}

/* line 7, app/assets/stylesheets/vendor/loadingmask.sass */
.maskable .loading-mask {
  opacity: 0.7;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 260;
  background-color: #fff;
  text-align: center;
}

/* line 17, app/assets/stylesheets/vendor/loadingmask.sass */
.modal-container .maskable .loading-mask {
  z-index: 1000;
}

/* line 19, app/assets/stylesheets/vendor/loadingmask.sass */
.maskable .loading-mask .icon-spinner {
  margin-top: 11px;
}

/* line 1, app/assets/stylesheets/vendor/select2.sass */
select {
  opacity: 0;
}

/* line 4, app/assets/stylesheets/vendor/select2.sass */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 18, app/assets/stylesheets/vendor/select2.sass */
.js-error .select2-container .select2-selection {
  border-color: #E51D1D;
}

/* line 22, app/assets/stylesheets/vendor/select2.sass */
.js-error .select2-container.select2-container--focus .select2-selection--single,
.js-error .select2-container.select2-container--focus .select2-selection--multiple, .js-error .select2-container.select2-container--open .select2-selection--single,
.js-error .select2-container.select2-container--open .select2-selection--multiple {
  border-color: #E51D1D;
}

/* line 26, app/assets/stylesheets/vendor/select2.sass */
.js-error .select2-container:not(.select2-container--default-large) .select2-selection__rendered {
  font-size: 14px;
}

/* line 29, app/assets/stylesheets/vendor/select2.sass */
.select2-container {
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  z-index: 200;
}

/* line 36, app/assets/stylesheets/vendor/select2.sass */
.select2-container--open .select2-selection {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 39, app/assets/stylesheets/vendor/select2.sass */
.select2-container--open .select2-dropdown--above {
  -webkit-box-shadow: 0px -1px 2px #eee;
          box-shadow: 0px -1px 2px #eee;
}

/* line 41, app/assets/stylesheets/vendor/select2.sass */
.select2-container--open .select2-dropdown--below {
  -webkit-box-shadow: 0px 1px 2px #eee;
          box-shadow: 0px 1px 2px #eee;
}

/* line 44, app/assets/stylesheets/vendor/select2.sass */
.select2-dropdown {
  background-color: white;
  border: 1px solid #d4d4d4;
  display: block;
  margin-right: 20px;
  position: relative;
}

/* line 52, app/assets/stylesheets/vendor/select2.sass */
.select2-search--inline {
  float: left;
  max-width: 100%;
  -webkit-transition: none;
  transition: none;
}

/* line 56, app/assets/stylesheets/vendor/select2.sass */
.select2-search--inline .select2-search__field {
  -webkit-transition: none;
  transition: none;
  border: none;
  font-size: 100%;
  min-height: 0;
  max-width: 100%;
}

/* line 62, app/assets/stylesheets/vendor/select2.sass */
.select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
}

/* line 64, app/assets/stylesheets/vendor/select2.sass */
.select2-search--dropdown {
  display: block;
  padding: 6px;
  position: relative;
}

/* line 68, app/assets/stylesheets/vendor/select2.sass */
.select2-search--dropdown::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "CustomIcons";
  content: "";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  right: 15px;
  font-size: 12px;
}

/* line 73, app/assets/stylesheets/vendor/select2.sass */
.select2-search--hide {
  display: none;
}

/* line 76, app/assets/stylesheets/vendor/select2.sass */
.select2-results {
  display: block;
  overflow-y: auto;
  max-height: 346px;
}

/* line 80, app/assets/stylesheets/vendor/select2.sass */
.select2-results__option {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  word-break: initial;
  padding: 6px 11px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 85, app/assets/stylesheets/vendor/select2.sass */
.select2-results__option:first-child {
  margin-top: 3px;
}

/* line 87, app/assets/stylesheets/vendor/select2.sass */
.select2-results__option:last-child {
  margin-bottom: 3px;
}

/* line 89, app/assets/stylesheets/vendor/select2.sass */
.select2-results__option[role=group] {
  padding: 0;
}

/* line 91, app/assets/stylesheets/vendor/select2.sass */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 93, app/assets/stylesheets/vendor/select2.sass */
.select2-results__option[aria-disabled=true] {
  display: inherit;
  background: #f8f8f8;
  color: #d4d4d4;
}

/* line 97, app/assets/stylesheets/vendor/select2.sass */
.select2-results__option[aria-selected=true] {
  font-weight: 500;
  background: #ebfcff;
  cursor: default;
}

/* line 101, app/assets/stylesheets/vendor/select2.sass */
.select2-results__option.loading-results {
  display: block;
  background: #fff;
  text-align: center;
}

/* line 105, app/assets/stylesheets/vendor/select2.sass */
.select2-results__option.loading-results::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "CustomIcons";
  content: "";
  display: inline-block;
  -webkit-animation: spin 1s infinite steps(8);
          animation: spin 1s infinite steps(8);
  color: #999;
  font-size: 14px;
}

/* line 109, app/assets/stylesheets/vendor/select2.sass */
.select2-results__option--highlighted[aria-selected] {
  background-color: #cff5fd;
}

/* line 111, app/assets/stylesheets/vendor/select2.sass */
.select2-results__option span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 114, app/assets/stylesheets/vendor/select2.sass */
.select2-results__option span svg {
  position: relative;
  top: 3px;
}

/* line 117, app/assets/stylesheets/vendor/select2.sass */
.select2-results__option span[data-active="true"] {
  font-weight: 500;
}

/* line 122, app/assets/stylesheets/vendor/select2.sass */
.select2-results--options--nested .select2-results__option {
  padding: 6px 11px 6px 22px;
}

/* line 124, app/assets/stylesheets/vendor/select2.sass */
.select2-results__group {
  font-weight: 400;
  cursor: default;
  display: block;
  padding: 0 11px;
  background: #eee;
  font-size: 12px;
  text-transform: uppercase;
  margin: 3px 0;
}

/* line 134, app/assets/stylesheets/vendor/select2.sass */
.select2-selection {
  border-radius: 3px;
}

/* line 136, app/assets/stylesheets/vendor/select2.sass */
.select2-selection__arrow {
  position: absolute;
  top: 1px;
  right: 1px;
  text-align: center;
}

/* line 141, app/assets/stylesheets/vendor/select2.sass */
.select2-selection__arrow b {
  color: #999;
}

/* line 143, app/assets/stylesheets/vendor/select2.sass */
.select2-selection__arrow b::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "CustomIcons";
  content: "";
  display: inline-block;
}

/* line 145, app/assets/stylesheets/vendor/select2.sass */
.select2-selection--single {
  cursor: pointer;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: 0;
}

/* line 150, app/assets/stylesheets/vendor/select2.sass */
.select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 155, app/assets/stylesheets/vendor/select2.sass */
.select2-selection--multiple {
  cursor: pointer;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 159, app/assets/stylesheets/vendor/select2.sass */
.select2-selection--multiple::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "CustomIcons";
  content: "";
  display: inline-block;
  width: 40px;
  height: 38px;
  line-height: 38px;
  position: absolute;
  top: 1px;
  right: 1px;
  text-align: center;
  color: #999;
}

/* line 176, app/assets/stylesheets/vendor/select2.sass */
.select2-container--default.select2,
.select2-container--default-slim.select2,
.select2-container--default-slim-group-with-line.select2,
.select2-container--default-group-with-line.select2,
.select2-container--default-large.select2 {
  width: 100% !important;
}

/* line 184, app/assets/stylesheets/vendor/select2.sass */
.select2-container--default-auto.select2,
.select2-container--default-slim-auto.select2,
.select2-container--filters.select2,
.select2-container--filters-group-with-line.select2 {
  width: auto !important;
}

/* line 195, app/assets/stylesheets/vendor/select2.sass */
.select2-container--default .select2-selection--single,
.select2-container--default-auto .select2-selection--single,
.select2-container--default-group-with-line .select2-selection--single,
.select2-container--default-slim .select2-selection--single,
.select2-container--default-slim-auto .select2-selection--single,
.select2-container--default-slim-group-with-line .select2-selection--single,
.select2-container--default-large .select2-selection--single {
  background-color: #fff;
  border: 1px solid #d4d4d4;
}

/* line 198, app/assets/stylesheets/vendor/select2.sass */
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default-auto .select2-selection--single .select2-selection__rendered,
.select2-container--default-group-with-line .select2-selection--single .select2-selection__rendered,
.select2-container--default-slim .select2-selection--single .select2-selection__rendered,
.select2-container--default-slim-auto .select2-selection--single .select2-selection__rendered,
.select2-container--default-slim-group-with-line .select2-selection--single .select2-selection__rendered,
.select2-container--default-large .select2-selection--single .select2-selection__rendered {
  color: #333;
  padding-left: 8px;
}

/* line 201, app/assets/stylesheets/vendor/select2.sass */
.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--default-auto .select2-selection--single .select2-selection__placeholder,
.select2-container--default-group-with-line .select2-selection--single .select2-selection__placeholder,
.select2-container--default-slim .select2-selection--single .select2-selection__placeholder,
.select2-container--default-slim-auto .select2-selection--single .select2-selection__placeholder,
.select2-container--default-slim-group-with-line .select2-selection--single .select2-selection__placeholder,
.select2-container--default-large .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 203, app/assets/stylesheets/vendor/select2.sass */
.select2-container--default .select2-selection--single .select2-selection__clear,
.select2-container--default-auto .select2-selection--single .select2-selection__clear,
.select2-container--default-group-with-line .select2-selection--single .select2-selection__clear,
.select2-container--default-slim .select2-selection--single .select2-selection__clear,
.select2-container--default-slim-auto .select2-selection--single .select2-selection__clear,
.select2-container--default-slim-group-with-line .select2-selection--single .select2-selection__clear,
.select2-container--default-large .select2-selection--single .select2-selection__clear {
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
  float: right;
}

/* line 209, app/assets/stylesheets/vendor/select2.sass */
.select2-container--default.select2-container--disabled .select2-selection--single,
.select2-container--default-auto.select2-container--disabled .select2-selection--single,
.select2-container--default-group-with-line.select2-container--disabled .select2-selection--single,
.select2-container--default-slim.select2-container--disabled .select2-selection--single,
.select2-container--default-slim-auto.select2-container--disabled .select2-selection--single,
.select2-container--default-slim-group-with-line.select2-container--disabled .select2-selection--single,
.select2-container--default-large.select2-container--disabled .select2-selection--single {
  background-color: #d4d4d4;
  cursor: not-allowed;
}

/* line 212, app/assets/stylesheets/vendor/select2.sass */
.select2-container--default.select2-container--disabled .select2-selection__clear,
.select2-container--default-auto.select2-container--disabled .select2-selection__clear,
.select2-container--default-group-with-line.select2-container--disabled .select2-selection__clear,
.select2-container--default-slim.select2-container--disabled .select2-selection__clear,
.select2-container--default-slim-auto.select2-container--disabled .select2-selection__clear,
.select2-container--default-slim-group-with-line.select2-container--disabled .select2-selection__clear,
.select2-container--default-large.select2-container--disabled .select2-selection__clear {
  display: none;
}

/* line 214, app/assets/stylesheets/vendor/select2.sass */
.select2-container--default.select2-container--disabled .select2-selection--multiple,
.select2-container--default-auto.select2-container--disabled .select2-selection--multiple,
.select2-container--default-group-with-line.select2-container--disabled .select2-selection--multiple,
.select2-container--default-slim.select2-container--disabled .select2-selection--multiple,
.select2-container--default-slim-auto.select2-container--disabled .select2-selection--multiple,
.select2-container--default-slim-group-with-line.select2-container--disabled .select2-selection--multiple,
.select2-container--default-large.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 217, app/assets/stylesheets/vendor/select2.sass */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove,
.select2-container--default-auto.select2-container--disabled .select2-selection__choice__remove,
.select2-container--default-group-with-line.select2-container--disabled .select2-selection__choice__remove,
.select2-container--default-slim.select2-container--disabled .select2-selection__choice__remove,
.select2-container--default-slim-auto.select2-container--disabled .select2-selection__choice__remove,
.select2-container--default-slim-group-with-line.select2-container--disabled .select2-selection__choice__remove,
.select2-container--default-large.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 220, app/assets/stylesheets/vendor/select2.sass */
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default-auto.select2-container--focus .select2-selection--single,
.select2-container--default-auto.select2-container--focus .select2-selection--multiple,
.select2-container--default-group-with-line.select2-container--focus .select2-selection--single,
.select2-container--default-group-with-line.select2-container--focus .select2-selection--multiple,
.select2-container--default-slim.select2-container--focus .select2-selection--single,
.select2-container--default-slim.select2-container--focus .select2-selection--multiple,
.select2-container--default-slim-auto.select2-container--focus .select2-selection--single,
.select2-container--default-slim-auto.select2-container--focus .select2-selection--multiple,
.select2-container--default-slim-group-with-line.select2-container--focus .select2-selection--single,
.select2-container--default-slim-group-with-line.select2-container--focus .select2-selection--multiple,
.select2-container--default-large.select2-container--focus .select2-selection--single,
.select2-container--default-large.select2-container--focus .select2-selection--multiple {
  border-color: #57cadc;
  outline: 0;
}

/* line 225, app/assets/stylesheets/vendor/select2.sass */
.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--multiple,
.select2-container--default-auto.select2-container--open .select2-selection--single,
.select2-container--default-auto.select2-container--open .select2-selection--multiple,
.select2-container--default-group-with-line.select2-container--open .select2-selection--single,
.select2-container--default-group-with-line.select2-container--open .select2-selection--multiple,
.select2-container--default-slim.select2-container--open .select2-selection--single,
.select2-container--default-slim.select2-container--open .select2-selection--multiple,
.select2-container--default-slim-auto.select2-container--open .select2-selection--single,
.select2-container--default-slim-auto.select2-container--open .select2-selection--multiple,
.select2-container--default-slim-group-with-line.select2-container--open .select2-selection--single,
.select2-container--default-slim-group-with-line.select2-container--open .select2-selection--multiple,
.select2-container--default-large.select2-container--open .select2-selection--single,
.select2-container--default-large.select2-container--open .select2-selection--multiple {
  border-color: #57cadc;
}

/* line 229, app/assets/stylesheets/vendor/select2.sass */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default-auto.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default-auto.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default-group-with-line.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default-group-with-line.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default-slim.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default-slim.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default-slim-auto.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default-slim-auto.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default-slim-group-with-line.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default-slim-group-with-line.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default-large.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default-large.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 234, app/assets/stylesheets/vendor/select2.sass */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default-auto.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default-auto.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default-group-with-line.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default-group-with-line.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default-slim.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default-slim.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default-slim-auto.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default-slim-auto.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default-slim-group-with-line.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default-slim-group-with-line.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default-large.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default-large.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 239, app/assets/stylesheets/vendor/select2.sass */
.select2-container--default .select2-search--inline .select2-search__field,
.select2-container--default-auto .select2-search--inline .select2-search__field,
.select2-container--default-group-with-line .select2-search--inline .select2-search__field,
.select2-container--default-slim .select2-search--inline .select2-search__field,
.select2-container--default-slim-auto .select2-search--inline .select2-search__field,
.select2-container--default-slim-group-with-line .select2-search--inline .select2-search__field,
.select2-container--default-large .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  padding-left: 0;
  padding-right: 0;
}

/* line 251, app/assets/stylesheets/vendor/select2.sass */
.select2-container--default .select2-selection__arrow,
.select2-container--default-auto .select2-selection__arrow,
.select2-container--default-group-with-line .select2-selection__arrow {
  width: 40px;
  height: 38px;
  line-height: 38px;
}

/* line 256, app/assets/stylesheets/vendor/select2.sass */
.select2-container--default .select2-selection--single,
.select2-container--default-auto .select2-selection--single,
.select2-container--default-group-with-line .select2-selection--single {
  height: 40px;
}

/* line 258, app/assets/stylesheets/vendor/select2.sass */
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default-auto .select2-selection--single .select2-selection__rendered,
.select2-container--default-group-with-line .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  padding-right: 38px;
}

/* line 262, app/assets/stylesheets/vendor/select2.sass */
.select2-container--default .select2-selection--multiple,
.select2-container--default-auto .select2-selection--multiple,
.select2-container--default-group-with-line .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  padding: 4px 40px 0 8px;
  min-height: 40px;
  display: block;
}

/* line 268, app/assets/stylesheets/vendor/select2.sass */
.select2-container--default .select2-selection--multiple .select2-selection__rendered,
.select2-container--default-auto .select2-selection--multiple .select2-selection__rendered,
.select2-container--default-group-with-line .select2-selection--multiple .select2-selection__rendered {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: text;
  list-style-type: none;
  margin: 0;
  width: 100%;
}

/* line 274, app/assets/stylesheets/vendor/select2.sass */
.select2-container--default .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default-auto .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default-group-with-line .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

/* line 278, app/assets/stylesheets/vendor/select2.sass */
.select2-container--default .select2-selection--multiple .select2-selection__clear,
.select2-container--default-auto .select2-selection--multiple .select2-selection__clear,
.select2-container--default-group-with-line .select2-selection--multiple .select2-selection__clear {
  font-weight: 500;
  cursor: pointer;
  float: right;
  margin-top: 5px;
  margin-right: 10px;
}

/* line 284, app/assets/stylesheets/vendor/select2.sass */
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default-auto .select2-selection--multiple .select2-selection__choice,
.select2-container--default-group-with-line .select2-selection--multiple .select2-selection__choice {
  border-radius: 5px;
  border: 1px solid #d4d4d4;
  padding: 2px 20px 2px 7px;
  display: inline-block;
  float: left;
  margin-right: 5px;
  margin-bottom: 4px;
  position: relative;
}

/* line 293, app/assets/stylesheets/vendor/select2.sass */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--default-auto .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--default-group-with-line .select2-selection--multiple .select2-selection__choice__remove {
  font-weight: 500;
  position: absolute;
  right: 7px;
  color: #999;
  cursor: pointer;
}

/* line 299, app/assets/stylesheets/vendor/select2.sass */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default-auto .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default-group-with-line .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 306, app/assets/stylesheets/vendor/select2.sass */
.select2-container--default-slim .select2-selection--single,
.select2-container--default-slim-group-with-line .select2-selection--single,
.select2-container--default-slim-auto .select2-selection--single {
  height: 30px;
}

/* line 308, app/assets/stylesheets/vendor/select2.sass */
.select2-container--default-slim .select2-selection--single .select2-selection__rendered,
.select2-container--default-slim-group-with-line .select2-selection--single .select2-selection__rendered,
.select2-container--default-slim-auto .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  line-height: 28px;
  padding-right: 28px;
}

/* line 312, app/assets/stylesheets/vendor/select2.sass */
.select2-container--default-slim .select2-selection__arrow,
.select2-container--default-slim-group-with-line .select2-selection__arrow,
.select2-container--default-slim-auto .select2-selection__arrow {
  width: 30px;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
}

/* line 317, app/assets/stylesheets/vendor/select2.sass */
.select2-container--default-slim .select2-results__option,
.select2-container--default-slim-group-with-line .select2-results__option,
.select2-container--default-slim-auto .select2-results__option {
  font-size: 12px;
}

/* line 321, app/assets/stylesheets/vendor/select2.sass */
.select2-container--filters,
.select2-container--filters-group-with-line {
  max-width: 500px;
}

/* line 324, app/assets/stylesheets/vendor/select2.sass */
.select2-container--filters.select2-container,
.select2-container--filters-group-with-line.select2-container {
  padding-right: 20px;
  margin-right: 10px;
}

/* line 328, app/assets/stylesheets/vendor/select2.sass */
.select2-container--filters:hover .select2-selection__rendered,
.select2-container--filters-group-with-line:hover .select2-selection__rendered {
  color: #00a6c2;
}

/* line 330, app/assets/stylesheets/vendor/select2.sass */
.select2-container--filters:hover .select2-selection__arrow b,
.select2-container--filters-group-with-line:hover .select2-selection__arrow b {
  color: #57cadc;
}

/* line 332, app/assets/stylesheets/vendor/select2.sass */
.select2-container--filters .select2-selection__rendered,
.select2-container--filters-group-with-line .select2-selection__rendered {
  font-weight: 500;
  font-size: 12px;
  line-height: 30px;
}

/* line 336, app/assets/stylesheets/vendor/select2.sass */
.select2-container--filters .select2-selection__arrow,
.select2-container--filters-group-with-line .select2-selection__arrow {
  width: 20px;
  font-size: 12px;
  line-height: 30px;
}

/* line 340, app/assets/stylesheets/vendor/select2.sass */
.select2-container--filters .select2-results__option,
.select2-container--filters-group-with-line .select2-results__option {
  font-size: 12px;
}

/* line 343, app/assets/stylesheets/vendor/select2.sass */
.select2-container--filters .select2-dropdown--above,
.select2-container--filters-group-with-line .select2-dropdown--above {
  border-bottom: 1px solid #d4d4d4;
}

/* line 345, app/assets/stylesheets/vendor/select2.sass */
.select2-container--filters .select2-dropdown--below,
.select2-container--filters-group-with-line .select2-dropdown--below {
  border-top: 1px solid #d4d4d4;
}

/* line 347, app/assets/stylesheets/vendor/select2.sass */
.select2-container--filters .select2-dropdown--single,
.select2-container--filters-group-with-line .select2-dropdown--single {
  height: 30px;
}

/* line 351, app/assets/stylesheets/vendor/select2.sass */
.filter-disabled-placeholder,
.filter-reset-link {
  font-size: 12px;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
}

/* line 357, app/assets/stylesheets/vendor/select2.sass */
.filter-disabled-placeholder {
  font-weight: 500;
  color: #d4d4d4;
  margin-right: 10px;
  cursor: not-allowed;
}

/* line 362, app/assets/stylesheets/vendor/select2.sass */
.filter-disabled-placeholder::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "CustomIcons";
  content: "";
  display: inline-block;
  color: #d4d4d4;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
}

/* line 376, app/assets/stylesheets/vendor/select2.sass */
.select2-container--default-group-with-line .select2-results__option[role=group],
.select2-container--default-slim-group-with-line .select2-results__option[role=group],
.select2-container--filters-group-with-line .select2-results__option[role=group] {
  margin-top: 3px;
  border-top: 1px solid #d4d4d4;
}

/* line 379, app/assets/stylesheets/vendor/select2.sass */
.select2-container--default-group-with-line .select2-results__group,
.select2-container--default-slim-group-with-line .select2-results__group,
.select2-container--filters-group-with-line .select2-results__group {
  display: none;
}

/* line 384, app/assets/stylesheets/vendor/select2.sass */
.select2-container--default-large .select2-selection__arrow {
  width: 40px;
  height: 46px;
  line-height: 46px;
}

/* line 388, app/assets/stylesheets/vendor/select2.sass */
.select2-container--default-large .select2-selection--single {
  height: 48px;
  border-radius: 3px;
}

/* line 392, app/assets/stylesheets/vendor/select2.sass */
.select2-container--default-large .select2-selection--single .select2-selection__placeholder {
  color: #333;
}

/* line 394, app/assets/stylesheets/vendor/select2.sass */
.select2-container--default-large .select2-selection__rendered {
  font-weight: 500;
  line-height: 46px;
  font-size: 18px;
  padding-left: 15px;
  padding-right: 40px;
}

/* line 403, app/assets/stylesheets/vendor/select2.sass */
.clip-pub-result .column.image {
  padding-right: 10px;
}

/* line 405, app/assets/stylesheets/vendor/select2.sass */
.clip-pub-result .column.image img {
  vertical-align: baseline;
}

/* line 407, app/assets/stylesheets/vendor/select2.sass */
.clip-pub-result .column.info {
  line-height: 20px;
}

/* line 409, app/assets/stylesheets/vendor/select2.sass */
.clip-pub-result .url {
  font-size: 12px;
}

/* line 413, app/assets/stylesheets/vendor/select2.sass */
.js-seo-recommendation-links-wrapper {
  position: relative;
}

/* line 416, app/assets/stylesheets/vendor/select2.sass */
.primary-keyword-help-text {
  text-align: right;
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  right: 0;
  bottom: 3px;
  display: none;
}

/* line 424, app/assets/stylesheets/vendor/select2.sass */
.js-seo-keywords-hidden-input:not([value=""]) ~ .js-help-text .primary-keyword-help-text {
  display: block;
}

/* line 426, app/assets/stylesheets/vendor/select2.sass */
.primary-keyword-help-text::before {
  font-size: 10px;
}

/* line 430, app/assets/stylesheets/vendor/select2.sass */
#js-seo-keywords-container .select2-selection__choice.ui-sortable-helper {
  background: white;
  cursor: move;
}

/* line 434, app/assets/stylesheets/vendor/select2.sass */
#js-seo-keywords-container .ui-sortable .select2-selection__choice:first-child {
  background: #F2FEFF;
}

/* line 436, app/assets/stylesheets/vendor/select2.sass */
#js-seo-keywords-container .ui-sortable .select2-selection__choice:first-child:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "CustomIcons";
  content: "";
  display: inline-block;
  font-size: 12px;
  color: #333;
  margin-right: 5px;
}

/* line 1, app/assets/stylesheets/vendor/datepicker.sass */
.ui-datepicker {
  display: none;
}

/* line 4, app/assets/stylesheets/vendor/datepicker.sass */
.ui-datepicker,
.ui-timepicker-wrapper {
  -webkit-box-shadow: 0 1px 2px #eee;
          box-shadow: 0 1px 2px #eee;
  z-index: 250 !important;
}

/* line 9, app/assets/stylesheets/vendor/datepicker.sass */
.ui-timepicker-wrapper {
  overflow-y: auto;
  background: #fff;
  min-width: 120px;
  max-width: 150px;
  height: 150px;
  border: 1px solid #d4d4d4;
  outline: none;
}

/* line 18, app/assets/stylesheets/vendor/datepicker.sass */
.ui-timepicker-list {
  list-style: none;
  padding-left: 0;
}

/* line 20, app/assets/stylesheets/vendor/datepicker.sass */
.ui-timepicker-list li {
  padding: 3px 7px;
  cursor: pointer;
}

/* line 23, app/assets/stylesheets/vendor/datepicker.sass */
.ui-timepicker-list li:hover {
  background: #cff5fd;
}

/* line 25, app/assets/stylesheets/vendor/datepicker.sass */
.ui-timepicker-list li.ui-timepicker-selected {
  background: #cff5fd;
  border-left: 0;
  border-right: 0;
}

/* line 30, app/assets/stylesheets/vendor/datepicker.sass */
.ui-datepicker-header {
  background: #f8f8f8;
  position: relative;
  padding: 6px 0;
  border: 1px solid #d4d4d4;
  border-bottom: 0;
}

/* line 36, app/assets/stylesheets/vendor/datepicker.sass */
.ui-datepicker-header .ui-datepicker-title {
  font-weight: 500;
  text-align: center;
  font-size: 14px;
}

/* line 40, app/assets/stylesheets/vendor/datepicker.sass */
.ui-datepicker-header .ui-corner-all {
  position: absolute;
  text-decoration: none;
  color: #999;
}

/* line 44, app/assets/stylesheets/vendor/datepicker.sass */
.ui-datepicker-header .ui-corner-all:hover::before {
  color: #00a6c2;
}

/* line 46, app/assets/stylesheets/vendor/datepicker.sass */
.ui-datepicker-header .ui-corner-all span {
  display: none;
}

/* line 48, app/assets/stylesheets/vendor/datepicker.sass */
.ui-datepicker-header .ui-corner-all.ui-datepicker-prev {
  left: 10px;
}

/* line 50, app/assets/stylesheets/vendor/datepicker.sass */
.ui-datepicker-header .ui-corner-all.ui-datepicker-prev::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "CustomIcons";
  content: "";
  display: inline-block;
}

/* line 52, app/assets/stylesheets/vendor/datepicker.sass */
.ui-datepicker-header .ui-corner-all.ui-datepicker-next {
  right: 10px;
}

/* line 54, app/assets/stylesheets/vendor/datepicker.sass */
.ui-datepicker-header .ui-corner-all.ui-datepicker-next::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "CustomIcons";
  content: "";
  display: inline-block;
}

/* line 57, app/assets/stylesheets/vendor/datepicker.sass */
.ui-datepicker-calendar {
  border: 1px solid #d4d4d4;
  border-spacing: 0;
  table-layout: fixed;
  background: #fff;
}

/* line 62, app/assets/stylesheets/vendor/datepicker.sass */
.ui-datepicker-calendar thead {
  background: #f8f8f8;
  font-size: 12px;
  color: #999;
}

/* line 66, app/assets/stylesheets/vendor/datepicker.sass */
.ui-datepicker-calendar thead th {
  font-weight: normal;
  height: 30px;
}

/* line 69, app/assets/stylesheets/vendor/datepicker.sass */
.ui-datepicker-calendar td {
  padding: 0;
  border-left: 1px solid #d4d4d4;
  border-top: 1px solid #d4d4d4;
  font-size: 14px;
  text-align: center;
}

/* line 75, app/assets/stylesheets/vendor/datepicker.sass */
.ui-datepicker-calendar td a,
.ui-datepicker-calendar td span {
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  display: block;
  min-width: 30px;
  min-height: 30px;
  width: 100%;
  height: 100%;
  line-height: 30px;
  border: 1px solid transparent;
  color: #333;
}

/* line 86, app/assets/stylesheets/vendor/datepicker.sass */
.ui-datepicker-calendar td:hover a, .ui-datepicker-calendar td.ui-datepicker-current-day a {
  text-decoration: none;
}

/* line 89, app/assets/stylesheets/vendor/datepicker.sass */
.ui-datepicker-calendar td:hover a {
  background: #cff5fd;
}

/* line 91, app/assets/stylesheets/vendor/datepicker.sass */
.ui-datepicker-calendar td.ui-datepicker-current-day a {
  background: #ebfcff;
  border: 1px solid #57cadc;
}

/* line 94, app/assets/stylesheets/vendor/datepicker.sass */
.ui-datepicker-calendar td:first-child {
  border-left: 0;
}

/* line 97, app/assets/stylesheets/vendor/datepicker.sass */
.ui-datepicker-calendar td.ui-datepicker-other-month a,
.ui-datepicker-calendar td.ui-datepicker-other-month span {
  font-weight: normal;
}

/* line 101, app/assets/stylesheets/vendor/datepicker.sass */
.ui-datepicker-calendar td.ui-state-disabled span {
  color: #d4d4d4;
}

/* line 104, app/assets/stylesheets/vendor/datepicker.sass */
.ui-datepicker-calendar td.ui-datepicker-today a {
  color: #00a6c2;
}

/* line 3, app/assets/stylesheets/ui/_toolkit.sass */
#app-router {
  z-index: 500;
  position: relative;
}

/* line 7, app/assets/stylesheets/ui/_toolkit.sass */
.toolkit-nav-placeholder {
  height: 50px;
  position: relative;
  background: #eee;
}

/* line 12, app/assets/stylesheets/ui/_toolkit.sass */
.toolkit-nav-placeholder-top {
  height: 34px;
  background: #0094AB;
  position: relative;
}

/* line 17, app/assets/stylesheets/ui/_toolkit.sass */
.toolkit-nav-placeholder-v1 {
  height: 50px;
  background: #00a6c2;
  position: relative;
}

/* line 22, app/assets/stylesheets/ui/_toolkit.sass */
.content-wrapper + .app.content-wrapper {
  margin-top: 44px;
}

/* line 25, app/assets/stylesheets/ui/_toolkit.sass */
.ReactModalPortal {
  position: absolute;
  z-index: 999;
}

/* line 41, app/assets/stylesheets/ui/base.sass */
html {
  height: 100%;
}

/* line 44, app/assets/stylesheets/ui/base.sass */
body {
  height: 100%;
  word-break: break-word;
}

/* line 48, app/assets/stylesheets/ui/base.sass */
.hidden {
  display: none;
}

/* line 51, app/assets/stylesheets/ui/base.sass */
#page-container {
  background: #fff;
  position: relative;
  min-width: 280px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

/* line 59, app/assets/stylesheets/ui/base.sass */
.content {
  max-width: 700px;
}

/* line 61, app/assets/stylesheets/ui/base.sass */
.content-wrapper {
  width: 100%;
  clear: both;
}

/* line 64, app/assets/stylesheets/ui/base.sass */
.notification-banners-container + .content-wrapper {
  margin-top: 33px;
  margin-bottom: 44px;
}

/* line 67, app/assets/stylesheets/ui/base.sass */
.content-wrapper-inner {
  max-width: 1920px;
  padding: 0 20px;
  margin: 0 auto;
  clear: both;
}

/* line 72, app/assets/stylesheets/ui/base.sass */
.content-wrapper-inner > .back-to {
  display: inline-block;
  margin-bottom: 11px;
}

/* line 75, app/assets/stylesheets/ui/base.sass */
img {
  vertical-align: top;
  -moz-force-broken-image-icon: 1;
  border: 0;
  text-indent: -9999px;
}

/* line 81, app/assets/stylesheets/ui/base.sass */
.js-load-previous {
  display: block;
  clear: both;
  text-align: center;
  background: #F2FEFF;
  padding: 11px 0 8px 0;
  font-size: 12px;
  text-transform: uppercase;
}

/* line 90, app/assets/stylesheets/ui/base.sass */
.password-requirements {
  color: #333;
  margin-top: 11px;
}

/* line 93, app/assets/stylesheets/ui/base.sass */
.password-requirements ul {
  margin-top: 6px;
}

/* line 95, app/assets/stylesheets/ui/base.sass */
.password-requirements li {
  position: relative;
  padding-left: 20px;
}

/* line 98, app/assets/stylesheets/ui/base.sass */
.password-requirements li::before {
  content: "•";
  text-align: center;
  width: 15px;
  display: block;
  position: absolute;
  left: 0;
}

/* line 105, app/assets/stylesheets/ui/base.sass */
.password-requirements li.success::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "CustomIcons";
  content: "";
  display: inline-block;
  color: #24B352;
}

/* line 108, app/assets/stylesheets/ui/base.sass */
.password-requirements li.error::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "CustomIcons";
  content: "";
  display: inline-block;
  color: #E51D1D;
}
