﻿@charset "UTF-8";
/**
                          88
                          88
                          88
8b,dPPYba,   88       88  88  ,adPPYba,  ,adPPYYba,  8b,dPPYba,
88P'    "8a  88       88  88  I8[    ""  ""     `Y8  88P'   "Y8
88       d8  88       88  88   `"Y8ba,   ,adPPPPP88  88
88b,   ,a8"  "8a,   ,a88  88  aa    ]8I  88,    ,88  88
88`YbbdP"'    `"YbbdP'Y8  88  `"YbbdP"'  `"8bbdP"Y8  88
88
88

*/
@font-face {
  font-family: "Clarity City Light";
  font-weight: 300;
  font-style: normal;
  src: local("Clarity City Light"), url("../fonts/clarity-city/ClarityCity-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Clarity City Regular";
  font-weight: 400;
  font-style: normal;
  src: local("Clarity City Regular"), url("../fonts/clarity-city/ClarityCity-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat Bold";
  font-weight: 700;
  font-style: normal;
  src: local("Montserrat Bold"), url("../fonts/montserrat/Montserrat-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat SemiBold";
  font-weight: 600;
  font-style: normal;
  src: local("Montserrat SemiBold"), url("../fonts/montserrat/Montserrat-SemiBold.woff2") format("woff2");
}
/*!
 * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.icon {
  font-family: var(--icon-style-family, "Font Awesome 6 Free");
  font-weight: var(--icon-style, 900);
}

.icon,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin,
.fad,
.fa-duotone,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--icon-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.icon-1x {
  font-size: 1em;
}

.icon-2x {
  font-size: 2em;
}

.icon-3x {
  font-size: 3em;
}

.icon-4x {
  font-size: 4em;
}

.icon-5x {
  font-size: 5em;
}

.icon-6x {
  font-size: 6em;
}

.icon-7x {
  font-size: 7em;
}

.icon-8x {
  font-size: 8em;
}

.icon-9x {
  font-size: 9em;
}

.icon-10x {
  font-size: 10em;
}

.icon-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.icon-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.icon-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.icon-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.icon-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.icon-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.icon-fw {
  text-align: center;
  width: 1.25em;
}

.icon-ul {
  list-style-type: none;
  margin-left: var(--icon-li-margin, 2.5em);
  padding-left: 0;
}
.icon-ul > li {
  position: relative;
}

.icon-li {
  left: calc(var(--icon-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--icon-li-width, 2em);
  line-height: inherit;
}

.icon-border {
  border-color: var(--icon-border-color, #eee);
  border-radius: var(--icon-border-radius, 0.1em);
  border-style: var(--icon-border-style, solid);
  border-width: var(--icon-border-width, 0.08em);
  padding: var(--icon-border-padding, 0.2em 0.25em 0.15em);
}

.icon-pull-left {
  float: left;
  margin-right: var(--icon-pull-margin, 0.3em);
}

.icon-pull-right {
  float: right;
  margin-left: var(--icon-pull-margin, 0.3em);
}

.icon-beat {
  -webkit-animation-name: icon-beat;
          animation-name: icon-beat;
  -webkit-animation-delay: var(--icon-animation-delay, 0);
          animation-delay: var(--icon-animation-delay, 0);
  -webkit-animation-direction: var(--icon-animation-direction, normal);
          animation-direction: var(--icon-animation-direction, normal);
  -webkit-animation-duration: var(--icon-animation-duration, 1s);
          animation-duration: var(--icon-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--icon-animation-iteration-count, infinite);
          animation-iteration-count: var(--icon-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--icon-animation-timing, ease-in-out);
          animation-timing-function: var(--icon-animation-timing, ease-in-out);
}

.icon-bounce {
  -webkit-animation-name: icon-bounce;
          animation-name: icon-bounce;
  -webkit-animation-delay: var(--icon-animation-delay, 0);
          animation-delay: var(--icon-animation-delay, 0);
  -webkit-animation-direction: var(--icon-animation-direction, normal);
          animation-direction: var(--icon-animation-direction, normal);
  -webkit-animation-duration: var(--icon-animation-duration, 1s);
          animation-duration: var(--icon-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--icon-animation-iteration-count, infinite);
          animation-iteration-count: var(--icon-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--icon-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
          animation-timing-function: var(--icon-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.icon-fade {
  -webkit-animation-name: icon-fade;
          animation-name: icon-fade;
  -webkit-animation-delay: var(--icon-animation-delay, 0);
          animation-delay: var(--icon-animation-delay, 0);
  -webkit-animation-direction: var(--icon-animation-direction, normal);
          animation-direction: var(--icon-animation-direction, normal);
  -webkit-animation-duration: var(--icon-animation-duration, 1s);
          animation-duration: var(--icon-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--icon-animation-iteration-count, infinite);
          animation-iteration-count: var(--icon-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--icon-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--icon-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.icon-beat-fade {
  -webkit-animation-name: icon-beat-fade;
          animation-name: icon-beat-fade;
  -webkit-animation-delay: var(--icon-animation-delay, 0);
          animation-delay: var(--icon-animation-delay, 0);
  -webkit-animation-direction: var(--icon-animation-direction, normal);
          animation-direction: var(--icon-animation-direction, normal);
  -webkit-animation-duration: var(--icon-animation-duration, 1s);
          animation-duration: var(--icon-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--icon-animation-iteration-count, infinite);
          animation-iteration-count: var(--icon-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--icon-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--icon-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.icon-flip {
  -webkit-animation-name: icon-flip;
          animation-name: icon-flip;
  -webkit-animation-delay: var(--icon-animation-delay, 0);
          animation-delay: var(--icon-animation-delay, 0);
  -webkit-animation-direction: var(--icon-animation-direction, normal);
          animation-direction: var(--icon-animation-direction, normal);
  -webkit-animation-duration: var(--icon-animation-duration, 1s);
          animation-duration: var(--icon-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--icon-animation-iteration-count, infinite);
          animation-iteration-count: var(--icon-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--icon-animation-timing, ease-in-out);
          animation-timing-function: var(--icon-animation-timing, ease-in-out);
}

.icon-shake {
  -webkit-animation-name: icon-shake;
          animation-name: icon-shake;
  -webkit-animation-delay: var(--icon-animation-delay, 0);
          animation-delay: var(--icon-animation-delay, 0);
  -webkit-animation-direction: var(--icon-animation-direction, normal);
          animation-direction: var(--icon-animation-direction, normal);
  -webkit-animation-duration: var(--icon-animation-duration, 1s);
          animation-duration: var(--icon-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--icon-animation-iteration-count, infinite);
          animation-iteration-count: var(--icon-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--icon-animation-timing, linear);
          animation-timing-function: var(--icon-animation-timing, linear);
}

.icon-spin {
  -webkit-animation-name: icon-spin;
          animation-name: icon-spin;
  -webkit-animation-delay: var(--icon-animation-delay, 0);
          animation-delay: var(--icon-animation-delay, 0);
  -webkit-animation-direction: var(--icon-animation-direction, normal);
          animation-direction: var(--icon-animation-direction, normal);
  -webkit-animation-duration: var(--icon-animation-duration, 2s);
          animation-duration: var(--icon-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--icon-animation-iteration-count, infinite);
          animation-iteration-count: var(--icon-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--icon-animation-timing, linear);
          animation-timing-function: var(--icon-animation-timing, linear);
}

.icon-spin-reverse {
  --icon-animation-direction: reverse;
}

.icon-pulse,
.icon-spin-pulse {
  -webkit-animation-name: icon-spin;
          animation-name: icon-spin;
  -webkit-animation-direction: var(--icon-animation-direction, normal);
          animation-direction: var(--icon-animation-direction, normal);
  -webkit-animation-duration: var(--icon-animation-duration, 1s);
          animation-duration: var(--icon-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--icon-animation-iteration-count, infinite);
          animation-iteration-count: var(--icon-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--icon-animation-timing, steps(8));
          animation-timing-function: var(--icon-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .icon-beat,
  .icon-bounce,
  .icon-fade,
  .icon-beat-fade,
  .icon-flip,
  .icon-pulse,
  .icon-shake,
  .icon-spin,
  .icon-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@-webkit-keyframes icon-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--icon-beat-scale, 1.25));
            transform: scale(var(--icon-beat-scale, 1.25));
  }
}
@keyframes icon-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--icon-beat-scale, 1.25));
            transform: scale(var(--icon-beat-scale, 1.25));
  }
}
@-webkit-keyframes icon-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--icon-bounce-start-scale-x, 1.1), var(--icon-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--icon-bounce-start-scale-x, 1.1), var(--icon-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--icon-bounce-jump-scale-x, 0.9), var(--icon-bounce-jump-scale-y, 1.1)) translateY(var(--icon-bounce-height, -0.5em));
            transform: scale(var(--icon-bounce-jump-scale-x, 0.9), var(--icon-bounce-jump-scale-y, 1.1)) translateY(var(--icon-bounce-height, -0.5em));
  }
  50% {
    -webkit-transform: scale(var(--icon-bounce-land-scale-x, 1.05), var(--icon-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--icon-bounce-land-scale-x, 1.05), var(--icon-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--icon-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--icon-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
}
@keyframes icon-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--icon-bounce-start-scale-x, 1.1), var(--icon-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--icon-bounce-start-scale-x, 1.1), var(--icon-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--icon-bounce-jump-scale-x, 0.9), var(--icon-bounce-jump-scale-y, 1.1)) translateY(var(--icon-bounce-height, -0.5em));
            transform: scale(var(--icon-bounce-jump-scale-x, 0.9), var(--icon-bounce-jump-scale-y, 1.1)) translateY(var(--icon-bounce-height, -0.5em));
  }
  50% {
    -webkit-transform: scale(var(--icon-bounce-land-scale-x, 1.05), var(--icon-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--icon-bounce-land-scale-x, 1.05), var(--icon-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--icon-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--icon-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
}
@-webkit-keyframes icon-fade {
  50% {
    opacity: var(--icon-fade-opacity, 0.4);
  }
}
@keyframes icon-fade {
  50% {
    opacity: var(--icon-fade-opacity, 0.4);
  }
}
@-webkit-keyframes icon-beat-fade {
  0%, 100% {
    opacity: var(--icon-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--icon-beat-fade-scale, 1.125));
            transform: scale(var(--icon-beat-fade-scale, 1.125));
  }
}
@keyframes icon-beat-fade {
  0%, 100% {
    opacity: var(--icon-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--icon-beat-fade-scale, 1.125));
            transform: scale(var(--icon-beat-fade-scale, 1.125));
  }
}
@-webkit-keyframes icon-flip {
  50% {
    -webkit-transform: rotate3d(var(--icon-flip-x, 0), var(--icon-flip-y, 1), var(--icon-flip-z, 0), var(--icon-flip-angle, -180deg));
            transform: rotate3d(var(--icon-flip-x, 0), var(--icon-flip-y, 1), var(--icon-flip-z, 0), var(--icon-flip-angle, -180deg));
  }
}
@keyframes icon-flip {
  50% {
    -webkit-transform: rotate3d(var(--icon-flip-x, 0), var(--icon-flip-y, 1), var(--icon-flip-z, 0), var(--icon-flip-angle, -180deg));
            transform: rotate3d(var(--icon-flip-x, 0), var(--icon-flip-y, 1), var(--icon-flip-z, 0), var(--icon-flip-angle, -180deg));
  }
}
@-webkit-keyframes icon-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg);
  }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes icon-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg);
  }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.icon-rotate-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.icon-rotate-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.icon-rotate-270 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.icon-flip-horizontal {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.icon-flip-vertical {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.icon-flip-both,
.icon-flip-horizontal.icon-flip-vertical {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

.icon-rotate-by {
  -webkit-transform: rotate(var(--icon-rotate-angle, none));
          transform: rotate(var(--icon-rotate-angle, none));
}

.icon-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.icon-stack-1x,
.icon-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--icon-stack-z-index, auto);
}

.icon-stack-1x {
  line-height: inherit;
}

.icon-stack-2x {
  font-size: 2em;
}

.icon-inverse {
  color: var(--icon-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.icon-0::before {
  content: "\30 ";
}

.icon-1::before {
  content: "\31 ";
}

.icon-2::before {
  content: "\32 ";
}

.icon-3::before {
  content: "\33 ";
}

.icon-4::before {
  content: "\34 ";
}

.icon-5::before {
  content: "\35 ";
}

.icon-6::before {
  content: "\36 ";
}

.icon-7::before {
  content: "\37 ";
}

.icon-8::before {
  content: "\38 ";
}

.icon-9::before {
  content: "\39 ";
}

.icon-a::before {
  content: "A";
}

.icon-address-book::before {
  content: "\f2b9";
}

.icon-contact-book::before {
  content: "\f2b9";
}

.icon-address-card::before {
  content: "\f2bb";
}

.icon-contact-card::before {
  content: "\f2bb";
}

.icon-vcard::before {
  content: "\f2bb";
}

.icon-align-center::before {
  content: "\f037";
}

.icon-align-justify::before {
  content: "\f039";
}

.icon-align-left::before {
  content: "\f036";
}

.icon-align-right::before {
  content: "\f038";
}

.icon-anchor::before {
  content: "\f13d";
}

.icon-angle-down::before {
  content: "\f107";
}

.icon-angle-left::before {
  content: "\f104";
}

.icon-angle-right::before {
  content: "\f105";
}

.icon-angle-up::before {
  content: "\f106";
}

.icon-angles-down::before {
  content: "\f103";
}

.icon-angle-double-down::before {
  content: "\f103";
}

.icon-angles-left::before {
  content: "\f100";
}

.icon-angle-double-left::before {
  content: "\f100";
}

.icon-angles-right::before {
  content: "\f101";
}

.icon-angle-double-right::before {
  content: "\f101";
}

.icon-angles-up::before {
  content: "\f102";
}

.icon-angle-double-up::before {
  content: "\f102";
}

.icon-ankh::before {
  content: "\f644";
}

.icon-apple-whole::before {
  content: "\f5d1";
}

.icon-apple-alt::before {
  content: "\f5d1";
}

.icon-archway::before {
  content: "\f557";
}

.icon-arrow-down::before {
  content: "\f063";
}

.icon-arrow-down-1-9::before {
  content: "\f162";
}

.icon-sort-numeric-asc::before {
  content: "\f162";
}

.icon-sort-numeric-down::before {
  content: "\f162";
}

.icon-arrow-down-9-1::before {
  content: "\f886";
}

.icon-sort-numeric-desc::before {
  content: "\f886";
}

.icon-sort-numeric-down-alt::before {
  content: "\f886";
}

.icon-arrow-down-a-z::before {
  content: "\f15d";
}

.icon-sort-alpha-asc::before {
  content: "\f15d";
}

.icon-sort-alpha-down::before {
  content: "\f15d";
}

.icon-arrow-down-long::before {
  content: "\f175";
}

.icon-long-arrow-down::before {
  content: "\f175";
}

.icon-arrow-down-short-wide::before {
  content: "\f884";
}

.icon-sort-amount-desc::before {
  content: "\f884";
}

.icon-sort-amount-down-alt::before {
  content: "\f884";
}

.icon-arrow-down-wide-short::before {
  content: "\f160";
}

.icon-sort-amount-asc::before {
  content: "\f160";
}

.icon-sort-amount-down::before {
  content: "\f160";
}

.icon-arrow-down-z-a::before {
  content: "\f881";
}

.icon-sort-alpha-desc::before {
  content: "\f881";
}

.icon-sort-alpha-down-alt::before {
  content: "\f881";
}

.icon-arrow-left::before {
  content: "\f060";
}

.icon-arrow-left-long::before {
  content: "\f177";
}

.icon-long-arrow-left::before {
  content: "\f177";
}

.icon-arrow-pointer::before {
  content: "\f245";
}

.icon-mouse-pointer::before {
  content: "\f245";
}

.icon-arrow-right::before {
  content: "\f061";
}

.icon-arrow-right-arrow-left::before {
  content: "\f0ec";
}

.icon-exchange::before {
  content: "\f0ec";
}

.icon-arrow-right-from-bracket::before {
  content: "\f08b";
}

.icon-sign-out::before {
  content: "\f08b";
}

.icon-arrow-right-long::before {
  content: "\f178";
}

.icon-long-arrow-right::before {
  content: "\f178";
}

.icon-arrow-right-to-bracket::before {
  content: "\f090";
}

.icon-sign-in::before {
  content: "\f090";
}

.icon-arrow-rotate-left::before {
  content: "\f0e2";
}

.icon-arrow-left-rotate::before {
  content: "\f0e2";
}

.icon-arrow-rotate-back::before {
  content: "\f0e2";
}

.icon-arrow-rotate-backward::before {
  content: "\f0e2";
}

.icon-undo::before {
  content: "\f0e2";
}

.icon-arrow-rotate-right::before {
  content: "\f01e";
}

.icon-arrow-right-rotate::before {
  content: "\f01e";
}

.icon-arrow-rotate-forward::before {
  content: "\f01e";
}

.icon-redo::before {
  content: "\f01e";
}

.icon-arrow-trend-down::before {
  content: "\e097";
}

.icon-arrow-trend-up::before {
  content: "\e098";
}

.icon-arrow-turn-down::before {
  content: "\f149";
}

.icon-level-down::before {
  content: "\f149";
}

.icon-arrow-turn-up::before {
  content: "\f148";
}

.icon-level-up::before {
  content: "\f148";
}

.icon-arrow-up::before {
  content: "\f062";
}

.icon-arrow-up-1-9::before {
  content: "\f163";
}

.icon-sort-numeric-up::before {
  content: "\f163";
}

.icon-arrow-up-9-1::before {
  content: "\f887";
}

.icon-sort-numeric-up-alt::before {
  content: "\f887";
}

.icon-arrow-up-a-z::before {
  content: "\f15e";
}

.icon-sort-alpha-up::before {
  content: "\f15e";
}

.icon-arrow-up-from-bracket::before {
  content: "\e09a";
}

.icon-arrow-up-long::before {
  content: "\f176";
}

.icon-long-arrow-up::before {
  content: "\f176";
}

.icon-arrow-up-right-from-square::before {
  content: "\f08e";
}

.icon-external-link::before {
  content: "\f08e";
}

.icon-arrow-up-short-wide::before {
  content: "\f885";
}

.icon-sort-amount-up-alt::before {
  content: "\f885";
}

.icon-arrow-up-wide-short::before {
  content: "\f161";
}

.icon-sort-amount-up::before {
  content: "\f161";
}

.icon-arrow-up-z-a::before {
  content: "\f882";
}

.icon-sort-alpha-up-alt::before {
  content: "\f882";
}

.icon-arrows-left-right::before {
  content: "\f07e";
}

.icon-arrows-h::before {
  content: "\f07e";
}

.icon-arrows-rotate::before {
  content: "\f021";
}

.icon-refresh::before {
  content: "\f021";
}

.icon-sync::before {
  content: "\f021";
}

.icon-arrows-up-down::before {
  content: "\f07d";
}

.icon-arrows-v::before {
  content: "\f07d";
}

.icon-arrows-up-down-left-right::before {
  content: "\f047";
}

.icon-arrows::before {
  content: "\f047";
}

.icon-asterisk::before {
  content: "\*";
}

.icon-at::before {
  content: "\@";
}

.icon-atom::before {
  content: "\f5d2";
}

.icon-audio-description::before {
  content: "\f29e";
}

.icon-austral-sign::before {
  content: "\e0a9";
}

.icon-award::before {
  content: "\f559";
}

.icon-b::before {
  content: "B";
}

.icon-baby::before {
  content: "\f77c";
}

.icon-baby-carriage::before {
  content: "\f77d";
}

.icon-carriage-baby::before {
  content: "\f77d";
}

.icon-backward::before {
  content: "\f04a";
}

.icon-backward-fast::before {
  content: "\f049";
}

.icon-fast-backward::before {
  content: "\f049";
}

.icon-backward-step::before {
  content: "\f048";
}

.icon-step-backward::before {
  content: "\f048";
}

.icon-bacon::before {
  content: "\f7e5";
}

.icon-bacteria::before {
  content: "\e059";
}

.icon-bacterium::before {
  content: "\e05a";
}

.icon-bag-shopping::before {
  content: "\f290";
}

.icon-shopping-bag::before {
  content: "\f290";
}

.icon-bahai::before {
  content: "\f666";
}

.icon-baht-sign::before {
  content: "\e0ac";
}

.icon-ban::before {
  content: "\f05e";
}

.icon-cancel::before {
  content: "\f05e";
}

.icon-ban-smoking::before {
  content: "\f54d";
}

.icon-smoking-ban::before {
  content: "\f54d";
}

.icon-bandage::before {
  content: "\f462";
}

.icon-band-aid::before {
  content: "\f462";
}

.icon-barcode::before {
  content: "\f02a";
}

.icon-bars::before {
  content: "\f0c9";
}

.icon-navicon::before {
  content: "\f0c9";
}

.icon-bars-progress::before {
  content: "\f828";
}

.icon-tasks-alt::before {
  content: "\f828";
}

.icon-bars-staggered::before {
  content: "\f550";
}

.icon-reorder::before {
  content: "\f550";
}

.icon-stream::before {
  content: "\f550";
}

.icon-baseball::before {
  content: "\f433";
}

.icon-baseball-ball::before {
  content: "\f433";
}

.icon-baseball-bat-ball::before {
  content: "\f432";
}

.icon-basket-shopping::before {
  content: "\f291";
}

.icon-shopping-basket::before {
  content: "\f291";
}

.icon-basketball::before {
  content: "\f434";
}

.icon-basketball-ball::before {
  content: "\f434";
}

.icon-bath::before {
  content: "\f2cd";
}

.icon-bathtub::before {
  content: "\f2cd";
}

.icon-battery-empty::before {
  content: "\f244";
}

.icon-battery-0::before {
  content: "\f244";
}

.icon-battery-full::before {
  content: "\f240";
}

.icon-battery::before {
  content: "\f240";
}

.icon-battery-5::before {
  content: "\f240";
}

.icon-battery-half::before {
  content: "\f242";
}

.icon-battery-3::before {
  content: "\f242";
}

.icon-battery-quarter::before {
  content: "\f243";
}

.icon-battery-2::before {
  content: "\f243";
}

.icon-battery-three-quarters::before {
  content: "\f241";
}

.icon-battery-4::before {
  content: "\f241";
}

.icon-bed::before {
  content: "\f236";
}

.icon-bed-pulse::before {
  content: "\f487";
}

.icon-procedures::before {
  content: "\f487";
}

.icon-beer-mug-empty::before {
  content: "\f0fc";
}

.icon-beer::before {
  content: "\f0fc";
}

.icon-bell::before {
  content: "\f0f3";
}

.icon-bell-concierge::before {
  content: "\f562";
}

.icon-concierge-bell::before {
  content: "\f562";
}

.icon-bell-slash::before {
  content: "\f1f6";
}

.icon-bezier-curve::before {
  content: "\f55b";
}

.icon-bicycle::before {
  content: "\f206";
}

.icon-binoculars::before {
  content: "\f1e5";
}

.icon-biohazard::before {
  content: "\f780";
}

.icon-bitcoin-sign::before {
  content: "\e0b4";
}

.icon-blender::before {
  content: "\f517";
}

.icon-blender-phone::before {
  content: "\f6b6";
}

.icon-blog::before {
  content: "\f781";
}

.icon-bold::before {
  content: "\f032";
}

.icon-bolt::before {
  content: "\f0e7";
}

.icon-zap::before {
  content: "\f0e7";
}

.icon-bolt-lightning::before {
  content: "\e0b7";
}

.icon-bomb::before {
  content: "\f1e2";
}

.icon-bone::before {
  content: "\f5d7";
}

.icon-bong::before {
  content: "\f55c";
}

.icon-book::before {
  content: "\f02d";
}

.icon-book-atlas::before {
  content: "\f558";
}

.icon-atlas::before {
  content: "\f558";
}

.icon-book-bible::before {
  content: "\f647";
}

.icon-bible::before {
  content: "\f647";
}

.icon-book-journal-whills::before {
  content: "\f66a";
}

.icon-journal-whills::before {
  content: "\f66a";
}

.icon-book-medical::before {
  content: "\f7e6";
}

.icon-book-open::before {
  content: "\f518";
}

.icon-book-open-reader::before {
  content: "\f5da";
}

.icon-book-reader::before {
  content: "\f5da";
}

.icon-book-quran::before {
  content: "\f687";
}

.icon-quran::before {
  content: "\f687";
}

.icon-book-skull::before {
  content: "\f6b7";
}

.icon-book-dead::before {
  content: "\f6b7";
}

.icon-bookmark::before {
  content: "\f02e";
}

.icon-border-all::before {
  content: "\f84c";
}

.icon-border-none::before {
  content: "\f850";
}

.icon-border-top-left::before {
  content: "\f853";
}

.icon-border-style::before {
  content: "\f853";
}

.icon-bowling-ball::before {
  content: "\f436";
}

.icon-box::before {
  content: "\f466";
}

.icon-box-archive::before {
  content: "\f187";
}

.icon-archive::before {
  content: "\f187";
}

.icon-box-open::before {
  content: "\f49e";
}

.icon-box-tissue::before {
  content: "\e05b";
}

.icon-boxes-stacked::before {
  content: "\f468";
}

.icon-boxes::before {
  content: "\f468";
}

.icon-boxes-alt::before {
  content: "\f468";
}

.icon-braille::before {
  content: "\f2a1";
}

.icon-brain::before {
  content: "\f5dc";
}

.icon-brazilian-real-sign::before {
  content: "\e46c";
}

.icon-bread-slice::before {
  content: "\f7ec";
}

.icon-briefcase::before {
  content: "\f0b1";
}

.icon-briefcase-medical::before {
  content: "\f469";
}

.icon-broom::before {
  content: "\f51a";
}

.icon-broom-ball::before {
  content: "\f458";
}

.icon-quidditch::before {
  content: "\f458";
}

.icon-quidditch-broom-ball::before {
  content: "\f458";
}

.icon-brush::before {
  content: "\f55d";
}

.icon-bug::before {
  content: "\f188";
}

.icon-bug-slash::before {
  content: "\e490";
}

.icon-building::before {
  content: "\f1ad";
}

.icon-building-columns::before {
  content: "\f19c";
}

.icon-bank::before {
  content: "\f19c";
}

.icon-institution::before {
  content: "\f19c";
}

.icon-museum::before {
  content: "\f19c";
}

.icon-university::before {
  content: "\f19c";
}

.icon-bullhorn::before {
  content: "\f0a1";
}

.icon-bullseye::before {
  content: "\f140";
}

.icon-burger::before {
  content: "\f805";
}

.icon-hamburger::before {
  content: "\f805";
}

.icon-bus::before {
  content: "\f207";
}

.icon-bus-simple::before {
  content: "\f55e";
}

.icon-bus-alt::before {
  content: "\f55e";
}

.icon-business-time::before {
  content: "\f64a";
}

.icon-briefcase-clock::before {
  content: "\f64a";
}

.icon-c::before {
  content: "C";
}

.icon-cake-candles::before {
  content: "\f1fd";
}

.icon-birthday-cake::before {
  content: "\f1fd";
}

.icon-cake::before {
  content: "\f1fd";
}

.icon-calculator::before {
  content: "\f1ec";
}

.icon-calendar::before {
  content: "\f133";
}

.icon-calendar-check::before {
  content: "\f274";
}

.icon-calendar-day::before {
  content: "\f783";
}

.icon-calendar-days::before {
  content: "\f073";
}

.icon-calendar-alt::before {
  content: "\f073";
}

.icon-calendar-minus::before {
  content: "\f272";
}

.icon-calendar-plus::before {
  content: "\f271";
}

.icon-calendar-week::before {
  content: "\f784";
}

.icon-calendar-xmark::before {
  content: "\f273";
}

.icon-calendar-times::before {
  content: "\f273";
}

.icon-camera::before {
  content: "\f030";
}

.icon-camera-alt::before {
  content: "\f030";
}

.icon-camera-retro::before {
  content: "\f083";
}

.icon-camera-rotate::before {
  content: "\e0d8";
}

.icon-campground::before {
  content: "\f6bb";
}

.icon-candy-cane::before {
  content: "\f786";
}

.icon-cannabis::before {
  content: "\f55f";
}

.icon-capsules::before {
  content: "\f46b";
}

.icon-car::before {
  content: "\f1b9";
}

.icon-automobile::before {
  content: "\f1b9";
}

.icon-car-battery::before {
  content: "\f5df";
}

.icon-battery-car::before {
  content: "\f5df";
}

.icon-car-crash::before {
  content: "\f5e1";
}

.icon-car-rear::before {
  content: "\f5de";
}

.icon-car-alt::before {
  content: "\f5de";
}

.icon-car-side::before {
  content: "\f5e4";
}

.icon-caravan::before {
  content: "\f8ff";
}

.icon-caret-down::before {
  content: "\f0d7";
}

.icon-caret-left::before {
  content: "\f0d9";
}

.icon-caret-right::before {
  content: "\f0da";
}

.icon-caret-up::before {
  content: "\f0d8";
}

.icon-carrot::before {
  content: "\f787";
}

.icon-cart-arrow-down::before {
  content: "\f218";
}

.icon-cart-flatbed::before {
  content: "\f474";
}

.icon-dolly-flatbed::before {
  content: "\f474";
}

.icon-cart-flatbed-suitcase::before {
  content: "\f59d";
}

.icon-luggage-cart::before {
  content: "\f59d";
}

.icon-cart-plus::before {
  content: "\f217";
}

.icon-cart-shopping::before {
  content: "\f07a";
}

.icon-shopping-cart::before {
  content: "\f07a";
}

.icon-cash-register::before {
  content: "\f788";
}

.icon-cat::before {
  content: "\f6be";
}

.icon-cedi-sign::before {
  content: "\e0df";
}

.icon-cent-sign::before {
  content: "\e3f5";
}

.icon-certificate::before {
  content: "\f0a3";
}

.icon-chair::before {
  content: "\f6c0";
}

.icon-chalkboard::before {
  content: "\f51b";
}

.icon-blackboard::before {
  content: "\f51b";
}

.icon-chalkboard-user::before {
  content: "\f51c";
}

.icon-chalkboard-teacher::before {
  content: "\f51c";
}

.icon-champagne-glasses::before {
  content: "\f79f";
}

.icon-glass-cheers::before {
  content: "\f79f";
}

.icon-charging-station::before {
  content: "\f5e7";
}

.icon-chart-area::before {
  content: "\f1fe";
}

.icon-area-chart::before {
  content: "\f1fe";
}

.icon-chart-bar::before {
  content: "\f080";
}

.icon-bar-chart::before {
  content: "\f080";
}

.icon-chart-column::before {
  content: "\e0e3";
}

.icon-chart-gantt::before {
  content: "\e0e4";
}

.icon-chart-line::before {
  content: "\f201";
}

.icon-line-chart::before {
  content: "\f201";
}

.icon-chart-pie::before {
  content: "\f200";
}

.icon-pie-chart::before {
  content: "\f200";
}

.icon-check::before {
  content: "\f00c";
}

.icon-check-double::before {
  content: "\f560";
}

.icon-check-to-slot::before {
  content: "\f772";
}

.icon-vote-yea::before {
  content: "\f772";
}

.icon-cheese::before {
  content: "\f7ef";
}

.icon-chess::before {
  content: "\f439";
}

.icon-chess-bishop::before {
  content: "\f43a";
}

.icon-chess-board::before {
  content: "\f43c";
}

.icon-chess-king::before {
  content: "\f43f";
}

.icon-chess-knight::before {
  content: "\f441";
}

.icon-chess-pawn::before {
  content: "\f443";
}

.icon-chess-queen::before {
  content: "\f445";
}

.icon-chess-rook::before {
  content: "\f447";
}

.icon-chevron-down::before {
  content: "\f078";
}

.icon-chevron-left::before {
  content: "\f053";
}

.icon-chevron-right::before {
  content: "\f054";
}

.icon-chevron-up::before {
  content: "\f077";
}

.icon-child::before {
  content: "\f1ae";
}

.icon-church::before {
  content: "\f51d";
}

.icon-circle::before {
  content: "\f111";
}

.icon-circle-arrow-down::before {
  content: "\f0ab";
}

.icon-arrow-circle-down::before {
  content: "\f0ab";
}

.icon-circle-arrow-left::before {
  content: "\f0a8";
}

.icon-arrow-circle-left::before {
  content: "\f0a8";
}

.icon-circle-arrow-right::before {
  content: "\f0a9";
}

.icon-arrow-circle-right::before {
  content: "\f0a9";
}

.icon-circle-arrow-up::before {
  content: "\f0aa";
}

.icon-arrow-circle-up::before {
  content: "\f0aa";
}

.icon-circle-check::before {
  content: "\f058";
}

.icon-check-circle::before {
  content: "\f058";
}

.icon-circle-chevron-down::before {
  content: "\f13a";
}

.icon-chevron-circle-down::before {
  content: "\f13a";
}

.icon-circle-chevron-left::before {
  content: "\f137";
}

.icon-chevron-circle-left::before {
  content: "\f137";
}

.icon-circle-chevron-right::before {
  content: "\f138";
}

.icon-chevron-circle-right::before {
  content: "\f138";
}

.icon-circle-chevron-up::before {
  content: "\f139";
}

.icon-chevron-circle-up::before {
  content: "\f139";
}

.icon-circle-dollar-to-slot::before {
  content: "\f4b9";
}

.icon-donate::before {
  content: "\f4b9";
}

.icon-circle-dot::before {
  content: "\f192";
}

.icon-dot-circle::before {
  content: "\f192";
}

.icon-circle-down::before {
  content: "\f358";
}

.icon-arrow-alt-circle-down::before {
  content: "\f358";
}

.icon-circle-exclamation::before {
  content: "\f06a";
}

.icon-exclamation-circle::before {
  content: "\f06a";
}

.icon-circle-h::before {
  content: "\f47e";
}

.icon-hospital-symbol::before {
  content: "\f47e";
}

.icon-circle-half-stroke::before {
  content: "\f042";
}

.icon-adjust::before {
  content: "\f042";
}

.icon-circle-info::before {
  content: "\f05a";
}

.icon-info-circle::before {
  content: "\f05a";
}

.icon-circle-left::before {
  content: "\f359";
}

.icon-arrow-alt-circle-left::before {
  content: "\f359";
}

.icon-circle-minus::before {
  content: "\f056";
}

.icon-minus-circle::before {
  content: "\f056";
}

.icon-circle-notch::before {
  content: "\f1ce";
}

.icon-circle-pause::before {
  content: "\f28b";
}

.icon-pause-circle::before {
  content: "\f28b";
}

.icon-circle-play::before {
  content: "\f144";
}

.icon-play-circle::before {
  content: "\f144";
}

.icon-circle-plus::before {
  content: "\f055";
}

.icon-plus-circle::before {
  content: "\f055";
}

.icon-circle-question::before {
  content: "\f059";
}

.icon-question-circle::before {
  content: "\f059";
}

.icon-circle-radiation::before {
  content: "\f7ba";
}

.icon-radiation-alt::before {
  content: "\f7ba";
}

.icon-circle-right::before {
  content: "\f35a";
}

.icon-arrow-alt-circle-right::before {
  content: "\f35a";
}

.icon-circle-stop::before {
  content: "\f28d";
}

.icon-stop-circle::before {
  content: "\f28d";
}

.icon-circle-up::before {
  content: "\f35b";
}

.icon-arrow-alt-circle-up::before {
  content: "\f35b";
}

.icon-circle-user::before {
  content: "\f2bd";
}

.icon-user-circle::before {
  content: "\f2bd";
}

.icon-circle-xmark::before {
  content: "\f057";
}

.icon-times-circle::before {
  content: "\f057";
}

.icon-xmark-circle::before {
  content: "\f057";
}

.icon-city::before {
  content: "\f64f";
}

.icon-clapperboard::before {
  content: "\e131";
}

.icon-clipboard::before {
  content: "\f328";
}

.icon-clipboard-check::before {
  content: "\f46c";
}

.icon-clipboard-list::before {
  content: "\f46d";
}

.icon-clock::before {
  content: "\f017";
}

.icon-clock-four::before {
  content: "\f017";
}

.icon-clock-rotate-left::before {
  content: "\f1da";
}

.icon-history::before {
  content: "\f1da";
}

.icon-clone::before {
  content: "\f24d";
}

.icon-closed-captioning::before {
  content: "\f20a";
}

.icon-cloud::before {
  content: "\f0c2";
}

.icon-cloud-arrow-down::before {
  content: "\f0ed";
}

.icon-cloud-download::before {
  content: "\f0ed";
}

.icon-cloud-download-alt::before {
  content: "\f0ed";
}

.icon-cloud-arrow-up::before {
  content: "\f0ee";
}

.icon-cloud-upload::before {
  content: "\f0ee";
}

.icon-cloud-upload-alt::before {
  content: "\f0ee";
}

.icon-cloud-meatball::before {
  content: "\f73b";
}

.icon-cloud-moon::before {
  content: "\f6c3";
}

.icon-cloud-moon-rain::before {
  content: "\f73c";
}

.icon-cloud-rain::before {
  content: "\f73d";
}

.icon-cloud-showers-heavy::before {
  content: "\f740";
}

.icon-cloud-sun::before {
  content: "\f6c4";
}

.icon-cloud-sun-rain::before {
  content: "\f743";
}

.icon-clover::before {
  content: "\e139";
}

.icon-code::before {
  content: "\f121";
}

.icon-code-branch::before {
  content: "\f126";
}

.icon-code-commit::before {
  content: "\f386";
}

.icon-code-compare::before {
  content: "\e13a";
}

.icon-code-fork::before {
  content: "\e13b";
}

.icon-code-merge::before {
  content: "\f387";
}

.icon-code-pull-request::before {
  content: "\e13c";
}

.icon-coins::before {
  content: "\f51e";
}

.icon-colon-sign::before {
  content: "\e140";
}

.icon-comment::before {
  content: "\f075";
}

.icon-comment-dollar::before {
  content: "\f651";
}

.icon-comment-dots::before {
  content: "\f4ad";
}

.icon-commenting::before {
  content: "\f4ad";
}

.icon-comment-medical::before {
  content: "\f7f5";
}

.icon-comment-slash::before {
  content: "\f4b3";
}

.icon-comment-sms::before {
  content: "\f7cd";
}

.icon-sms::before {
  content: "\f7cd";
}

.icon-comments::before {
  content: "\f086";
}

.icon-comments-dollar::before {
  content: "\f653";
}

.icon-compact-disc::before {
  content: "\f51f";
}

.icon-compass::before {
  content: "\f14e";
}

.icon-compass-drafting::before {
  content: "\f568";
}

.icon-drafting-compass::before {
  content: "\f568";
}

.icon-compress::before {
  content: "\f066";
}

.icon-computer-mouse::before {
  content: "\f8cc";
}

.icon-mouse::before {
  content: "\f8cc";
}

.icon-cookie::before {
  content: "\f563";
}

.icon-cookie-bite::before {
  content: "\f564";
}

.icon-copy::before {
  content: "\f0c5";
}

.icon-copyright::before {
  content: "\f1f9";
}

.icon-couch::before {
  content: "\f4b8";
}

.icon-credit-card::before {
  content: "\f09d";
}

.icon-credit-card-alt::before {
  content: "\f09d";
}

.icon-crop::before {
  content: "\f125";
}

.icon-crop-simple::before {
  content: "\f565";
}

.icon-crop-alt::before {
  content: "\f565";
}

.icon-cross::before {
  content: "\f654";
}

.icon-crosshairs::before {
  content: "\f05b";
}

.icon-crow::before {
  content: "\f520";
}

.icon-crown::before {
  content: "\f521";
}

.icon-crutch::before {
  content: "\f7f7";
}

.icon-cruzeiro-sign::before {
  content: "\e152";
}

.icon-cube::before {
  content: "\f1b2";
}

.icon-cubes::before {
  content: "\f1b3";
}

.icon-d::before {
  content: "D";
}

.icon-database::before {
  content: "\f1c0";
}

.icon-delete-left::before {
  content: "\f55a";
}

.icon-backspace::before {
  content: "\f55a";
}

.icon-democrat::before {
  content: "\f747";
}

.icon-desktop::before {
  content: "\f390";
}

.icon-desktop-alt::before {
  content: "\f390";
}

.icon-dharmachakra::before {
  content: "\f655";
}

.icon-diagram-next::before {
  content: "\e476";
}

.icon-diagram-predecessor::before {
  content: "\e477";
}

.icon-diagram-project::before {
  content: "\f542";
}

.icon-project-diagram::before {
  content: "\f542";
}

.icon-diagram-successor::before {
  content: "\e47a";
}

.icon-diamond::before {
  content: "\f219";
}

.icon-diamond-turn-right::before {
  content: "\f5eb";
}

.icon-directions::before {
  content: "\f5eb";
}

.icon-dice::before {
  content: "\f522";
}

.icon-dice-d20::before {
  content: "\f6cf";
}

.icon-dice-d6::before {
  content: "\f6d1";
}

.icon-dice-five::before {
  content: "\f523";
}

.icon-dice-four::before {
  content: "\f524";
}

.icon-dice-one::before {
  content: "\f525";
}

.icon-dice-six::before {
  content: "\f526";
}

.icon-dice-three::before {
  content: "\f527";
}

.icon-dice-two::before {
  content: "\f528";
}

.icon-disease::before {
  content: "\f7fa";
}

.icon-divide::before {
  content: "\f529";
}

.icon-dna::before {
  content: "\f471";
}

.icon-dog::before {
  content: "\f6d3";
}

.icon-dollar-sign::before {
  content: "\$";
}

.icon-dollar::before {
  content: "\$";
}

.icon-usd::before {
  content: "\$";
}

.icon-dolly::before {
  content: "\f472";
}

.icon-dolly-box::before {
  content: "\f472";
}

.icon-dong-sign::before {
  content: "\e169";
}

.icon-door-closed::before {
  content: "\f52a";
}

.icon-door-open::before {
  content: "\f52b";
}

.icon-dove::before {
  content: "\f4ba";
}

.icon-down-left-and-up-right-to-center::before {
  content: "\f422";
}

.icon-compress-alt::before {
  content: "\f422";
}

.icon-down-long::before {
  content: "\f309";
}

.icon-long-arrow-alt-down::before {
  content: "\f309";
}

.icon-download::before {
  content: "\f019";
}

.icon-dragon::before {
  content: "\f6d5";
}

.icon-draw-polygon::before {
  content: "\f5ee";
}

.icon-droplet::before {
  content: "\f043";
}

.icon-tint::before {
  content: "\f043";
}

.icon-droplet-slash::before {
  content: "\f5c7";
}

.icon-tint-slash::before {
  content: "\f5c7";
}

.icon-drum::before {
  content: "\f569";
}

.icon-drum-steelpan::before {
  content: "\f56a";
}

.icon-drumstick-bite::before {
  content: "\f6d7";
}

.icon-dumbbell::before {
  content: "\f44b";
}

.icon-dumpster::before {
  content: "\f793";
}

.icon-dumpster-fire::before {
  content: "\f794";
}

.icon-dungeon::before {
  content: "\f6d9";
}

.icon-e::before {
  content: "E";
}

.icon-ear-deaf::before {
  content: "\f2a4";
}

.icon-deaf::before {
  content: "\f2a4";
}

.icon-deafness::before {
  content: "\f2a4";
}

.icon-hard-of-hearing::before {
  content: "\f2a4";
}

.icon-ear-listen::before {
  content: "\f2a2";
}

.icon-assistive-listening-systems::before {
  content: "\f2a2";
}

.icon-earth-africa::before {
  content: "\f57c";
}

.icon-globe-africa::before {
  content: "\f57c";
}

.icon-earth-americas::before {
  content: "\f57d";
}

.icon-earth::before {
  content: "\f57d";
}

.icon-earth-america::before {
  content: "\f57d";
}

.icon-globe-americas::before {
  content: "\f57d";
}

.icon-earth-asia::before {
  content: "\f57e";
}

.icon-globe-asia::before {
  content: "\f57e";
}

.icon-earth-europe::before {
  content: "\f7a2";
}

.icon-globe-europe::before {
  content: "\f7a2";
}

.icon-earth-oceania::before {
  content: "\e47b";
}

.icon-globe-oceania::before {
  content: "\e47b";
}

.icon-egg::before {
  content: "\f7fb";
}

.icon-eject::before {
  content: "\f052";
}

.icon-elevator::before {
  content: "\e16d";
}

.icon-ellipsis::before {
  content: "\f141";
}

.icon-ellipsis-h::before {
  content: "\f141";
}

.icon-ellipsis-vertical::before {
  content: "\f142";
}

.icon-ellipsis-v::before {
  content: "\f142";
}

.icon-envelope::before {
  content: "\f0e0";
}

.icon-envelope-open::before {
  content: "\f2b6";
}

.icon-envelope-open-text::before {
  content: "\f658";
}

.icon-envelopes-bulk::before {
  content: "\f674";
}

.icon-mail-bulk::before {
  content: "\f674";
}

.icon-equals::before {
  content: "\=";
}

.icon-eraser::before {
  content: "\f12d";
}

.icon-ethernet::before {
  content: "\f796";
}

.icon-euro-sign::before {
  content: "\f153";
}

.icon-eur::before {
  content: "\f153";
}

.icon-euro::before {
  content: "\f153";
}

.icon-exclamation::before {
  content: "\!";
}

.icon-expand::before {
  content: "\f065";
}

.icon-eye::before {
  content: "\f06e";
}

.icon-eye-dropper::before {
  content: "\f1fb";
}

.icon-eye-dropper-empty::before {
  content: "\f1fb";
}

.icon-eyedropper::before {
  content: "\f1fb";
}

.icon-eye-low-vision::before {
  content: "\f2a8";
}

.icon-low-vision::before {
  content: "\f2a8";
}

.icon-eye-slash::before {
  content: "\f070";
}

.icon-f::before {
  content: "F";
}

.icon-face-angry::before {
  content: "\f556";
}

.icon-angry::before {
  content: "\f556";
}

.icon-face-dizzy::before {
  content: "\f567";
}

.icon-dizzy::before {
  content: "\f567";
}

.icon-face-flushed::before {
  content: "\f579";
}

.icon-flushed::before {
  content: "\f579";
}

.icon-face-frown::before {
  content: "\f119";
}

.icon-frown::before {
  content: "\f119";
}

.icon-face-frown-open::before {
  content: "\f57a";
}

.icon-frown-open::before {
  content: "\f57a";
}

.icon-face-grimace::before {
  content: "\f57f";
}

.icon-grimace::before {
  content: "\f57f";
}

.icon-face-grin::before {
  content: "\f580";
}

.icon-grin::before {
  content: "\f580";
}

.icon-face-grin-beam::before {
  content: "\f582";
}

.icon-grin-beam::before {
  content: "\f582";
}

.icon-face-grin-beam-sweat::before {
  content: "\f583";
}

.icon-grin-beam-sweat::before {
  content: "\f583";
}

.icon-face-grin-hearts::before {
  content: "\f584";
}

.icon-grin-hearts::before {
  content: "\f584";
}

.icon-face-grin-squint::before {
  content: "\f585";
}

.icon-grin-squint::before {
  content: "\f585";
}

.icon-face-grin-squint-tears::before {
  content: "\f586";
}

.icon-grin-squint-tears::before {
  content: "\f586";
}

.icon-face-grin-stars::before {
  content: "\f587";
}

.icon-grin-stars::before {
  content: "\f587";
}

.icon-face-grin-tears::before {
  content: "\f588";
}

.icon-grin-tears::before {
  content: "\f588";
}

.icon-face-grin-tongue::before {
  content: "\f589";
}

.icon-grin-tongue::before {
  content: "\f589";
}

.icon-face-grin-tongue-squint::before {
  content: "\f58a";
}

.icon-grin-tongue-squint::before {
  content: "\f58a";
}

.icon-face-grin-tongue-wink::before {
  content: "\f58b";
}

.icon-grin-tongue-wink::before {
  content: "\f58b";
}

.icon-face-grin-wide::before {
  content: "\f581";
}

.icon-grin-alt::before {
  content: "\f581";
}

.icon-face-grin-wink::before {
  content: "\f58c";
}

.icon-grin-wink::before {
  content: "\f58c";
}

.icon-face-kiss::before {
  content: "\f596";
}

.icon-kiss::before {
  content: "\f596";
}

.icon-face-kiss-beam::before {
  content: "\f597";
}

.icon-kiss-beam::before {
  content: "\f597";
}

.icon-face-kiss-wink-heart::before {
  content: "\f598";
}

.icon-kiss-wink-heart::before {
  content: "\f598";
}

.icon-face-laugh::before {
  content: "\f599";
}

.icon-laugh::before {
  content: "\f599";
}

.icon-face-laugh-beam::before {
  content: "\f59a";
}

.icon-laugh-beam::before {
  content: "\f59a";
}

.icon-face-laugh-squint::before {
  content: "\f59b";
}

.icon-laugh-squint::before {
  content: "\f59b";
}

.icon-face-laugh-wink::before {
  content: "\f59c";
}

.icon-laugh-wink::before {
  content: "\f59c";
}

.icon-face-meh::before {
  content: "\f11a";
}

.icon-meh::before {
  content: "\f11a";
}

.icon-face-meh-blank::before {
  content: "\f5a4";
}

.icon-meh-blank::before {
  content: "\f5a4";
}

.icon-face-rolling-eyes::before {
  content: "\f5a5";
}

.icon-meh-rolling-eyes::before {
  content: "\f5a5";
}

.icon-face-sad-cry::before {
  content: "\f5b3";
}

.icon-sad-cry::before {
  content: "\f5b3";
}

.icon-face-sad-tear::before {
  content: "\f5b4";
}

.icon-sad-tear::before {
  content: "\f5b4";
}

.icon-face-smile::before {
  content: "\f118";
}

.icon-smile::before {
  content: "\f118";
}

.icon-face-smile-beam::before {
  content: "\f5b8";
}

.icon-smile-beam::before {
  content: "\f5b8";
}

.icon-face-smile-wink::before {
  content: "\f4da";
}

.icon-smile-wink::before {
  content: "\f4da";
}

.icon-face-surprise::before {
  content: "\f5c2";
}

.icon-surprise::before {
  content: "\f5c2";
}

.icon-face-tired::before {
  content: "\f5c8";
}

.icon-tired::before {
  content: "\f5c8";
}

.icon-fan::before {
  content: "\f863";
}

.icon-faucet::before {
  content: "\e005";
}

.icon-fax::before {
  content: "\f1ac";
}

.icon-feather::before {
  content: "\f52d";
}

.icon-feather-pointed::before {
  content: "\f56b";
}

.icon-feather-alt::before {
  content: "\f56b";
}

.icon-file::before {
  content: "\f15b";
}

.icon-file-arrow-down::before {
  content: "\f56d";
}

.icon-file-download::before {
  content: "\f56d";
}

.icon-file-arrow-up::before {
  content: "\f574";
}

.icon-file-upload::before {
  content: "\f574";
}

.icon-file-audio::before {
  content: "\f1c7";
}

.icon-file-code::before {
  content: "\f1c9";
}

.icon-file-contract::before {
  content: "\f56c";
}

.icon-file-csv::before {
  content: "\f6dd";
}

.icon-file-excel::before {
  content: "\f1c3";
}

.icon-file-export::before {
  content: "\f56e";
}

.icon-arrow-right-from-file::before {
  content: "\f56e";
}

.icon-file-image::before {
  content: "\f1c5";
}

.icon-file-import::before {
  content: "\f56f";
}

.icon-arrow-right-to-file::before {
  content: "\f56f";
}

.icon-file-invoice::before {
  content: "\f570";
}

.icon-file-invoice-dollar::before {
  content: "\f571";
}

.icon-file-lines::before {
  content: "\f15c";
}

.icon-file-alt::before {
  content: "\f15c";
}

.icon-file-text::before {
  content: "\f15c";
}

.icon-file-medical::before {
  content: "\f477";
}

.icon-file-pdf::before {
  content: "\f1c1";
}

.icon-file-powerpoint::before {
  content: "\f1c4";
}

.icon-file-prescription::before {
  content: "\f572";
}

.icon-file-signature::before {
  content: "\f573";
}

.icon-file-video::before {
  content: "\f1c8";
}

.icon-file-waveform::before {
  content: "\f478";
}

.icon-file-medical-alt::before {
  content: "\f478";
}

.icon-file-word::before {
  content: "\f1c2";
}

.icon-file-zipper::before {
  content: "\f1c6";
}

.icon-file-archive::before {
  content: "\f1c6";
}

.icon-fill::before {
  content: "\f575";
}

.icon-fill-drip::before {
  content: "\f576";
}

.icon-film::before {
  content: "\f008";
}

.icon-filter::before {
  content: "\f0b0";
}

.icon-filter-circle-dollar::before {
  content: "\f662";
}

.icon-funnel-dollar::before {
  content: "\f662";
}

.icon-filter-circle-xmark::before {
  content: "\e17b";
}

.icon-fingerprint::before {
  content: "\f577";
}

.icon-fire::before {
  content: "\f06d";
}

.icon-fire-extinguisher::before {
  content: "\f134";
}

.icon-fire-flame-curved::before {
  content: "\f7e4";
}

.icon-fire-alt::before {
  content: "\f7e4";
}

.icon-fire-flame-simple::before {
  content: "\f46a";
}

.icon-burn::before {
  content: "\f46a";
}

.icon-fish::before {
  content: "\f578";
}

.icon-flag::before {
  content: "\f024";
}

.icon-flag-checkered::before {
  content: "\f11e";
}

.icon-flag-usa::before {
  content: "\f74d";
}

.icon-flask::before {
  content: "\f0c3";
}

.icon-floppy-disk::before {
  content: "\f0c7";
}

.icon-save::before {
  content: "\f0c7";
}

.icon-florin-sign::before {
  content: "\e184";
}

.icon-folder::before {
  content: "\f07b";
}

.icon-folder-minus::before {
  content: "\f65d";
}

.icon-folder-open::before {
  content: "\f07c";
}

.icon-folder-plus::before {
  content: "\f65e";
}

.icon-folder-tree::before {
  content: "\f802";
}

.icon-font::before {
  content: "\f031";
}

.icon-football::before {
  content: "\f44e";
}

.icon-football-ball::before {
  content: "\f44e";
}

.icon-forward::before {
  content: "\f04e";
}

.icon-forward-fast::before {
  content: "\f050";
}

.icon-fast-forward::before {
  content: "\f050";
}

.icon-forward-step::before {
  content: "\f051";
}

.icon-step-forward::before {
  content: "\f051";
}

.icon-franc-sign::before {
  content: "\e18f";
}

.icon-frog::before {
  content: "\f52e";
}

.icon-futbol::before {
  content: "\f1e3";
}

.icon-futbol-ball::before {
  content: "\f1e3";
}

.icon-soccer-ball::before {
  content: "\f1e3";
}

.icon-g::before {
  content: "G";
}

.icon-gamepad::before {
  content: "\f11b";
}

.icon-gas-pump::before {
  content: "\f52f";
}

.icon-gauge::before {
  content: "\f624";
}

.icon-dashboard::before {
  content: "\f624";
}

.icon-gauge-med::before {
  content: "\f624";
}

.icon-tachometer-alt-average::before {
  content: "\f624";
}

.icon-gauge-high::before {
  content: "\f625";
}

.icon-tachometer-alt::before {
  content: "\f625";
}

.icon-tachometer-alt-fast::before {
  content: "\f625";
}

.icon-gauge-simple::before {
  content: "\f629";
}

.icon-gauge-simple-med::before {
  content: "\f629";
}

.icon-tachometer-average::before {
  content: "\f629";
}

.icon-gauge-simple-high::before {
  content: "\f62a";
}

.icon-tachometer::before {
  content: "\f62a";
}

.icon-tachometer-fast::before {
  content: "\f62a";
}

.icon-gavel::before {
  content: "\f0e3";
}

.icon-legal::before {
  content: "\f0e3";
}

.icon-gear::before {
  content: "\f013";
}

.icon-cog::before {
  content: "\f013";
}

.icon-gears::before {
  content: "\f085";
}

.icon-cogs::before {
  content: "\f085";
}

.icon-gem::before {
  content: "\f3a5";
}

.icon-genderless::before {
  content: "\f22d";
}

.icon-ghost::before {
  content: "\f6e2";
}

.icon-gift::before {
  content: "\f06b";
}

.icon-gifts::before {
  content: "\f79c";
}

.icon-glasses::before {
  content: "\f530";
}

.icon-globe::before {
  content: "\f0ac";
}

.icon-golf-ball-tee::before {
  content: "\f450";
}

.icon-golf-ball::before {
  content: "\f450";
}

.icon-gopuram::before {
  content: "\f664";
}

.icon-graduation-cap::before {
  content: "\f19d";
}

.icon-mortar-board::before {
  content: "\f19d";
}

.icon-greater-than::before {
  content: "\>";
}

.icon-greater-than-equal::before {
  content: "\f532";
}

.icon-grip::before {
  content: "\f58d";
}

.icon-grip-horizontal::before {
  content: "\f58d";
}

.icon-grip-lines::before {
  content: "\f7a4";
}

.icon-grip-lines-vertical::before {
  content: "\f7a5";
}

.icon-grip-vertical::before {
  content: "\f58e";
}

.icon-guarani-sign::before {
  content: "\e19a";
}

.icon-guitar::before {
  content: "\f7a6";
}

.icon-gun::before {
  content: "\e19b";
}

.icon-h::before {
  content: "H";
}

.icon-hammer::before {
  content: "\f6e3";
}

.icon-hamsa::before {
  content: "\f665";
}

.icon-hand::before {
  content: "\f256";
}

.icon-hand-paper::before {
  content: "\f256";
}

.icon-hand-back-fist::before {
  content: "\f255";
}

.icon-hand-rock::before {
  content: "\f255";
}

.icon-hand-dots::before {
  content: "\f461";
}

.icon-allergies::before {
  content: "\f461";
}

.icon-hand-fist::before {
  content: "\f6de";
}

.icon-fist-raised::before {
  content: "\f6de";
}

.icon-hand-holding::before {
  content: "\f4bd";
}

.icon-hand-holding-dollar::before {
  content: "\f4c0";
}

.icon-hand-holding-usd::before {
  content: "\f4c0";
}

.icon-hand-holding-droplet::before {
  content: "\f4c1";
}

.icon-hand-holding-water::before {
  content: "\f4c1";
}

.icon-hand-holding-heart::before {
  content: "\f4be";
}

.icon-hand-holding-medical::before {
  content: "\e05c";
}

.icon-hand-lizard::before {
  content: "\f258";
}

.icon-hand-middle-finger::before {
  content: "\f806";
}

.icon-hand-peace::before {
  content: "\f25b";
}

.icon-hand-point-down::before {
  content: "\f0a7";
}

.icon-hand-point-left::before {
  content: "\f0a5";
}

.icon-hand-point-right::before {
  content: "\f0a4";
}

.icon-hand-point-up::before {
  content: "\f0a6";
}

.icon-hand-pointer::before {
  content: "\f25a";
}

.icon-hand-scissors::before {
  content: "\f257";
}

.icon-hand-sparkles::before {
  content: "\e05d";
}

.icon-hand-spock::before {
  content: "\f259";
}

.icon-hands::before {
  content: "\f2a7";
}

.icon-sign-language::before {
  content: "\f2a7";
}

.icon-signing::before {
  content: "\f2a7";
}

.icon-hands-asl-interpreting::before {
  content: "\f2a3";
}

.icon-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.icon-asl-interpreting::before {
  content: "\f2a3";
}

.icon-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.icon-hands-bubbles::before {
  content: "\e05e";
}

.icon-hands-wash::before {
  content: "\e05e";
}

.icon-hands-clapping::before {
  content: "\e1a8";
}

.icon-hands-holding::before {
  content: "\f4c2";
}

.icon-hands-praying::before {
  content: "\f684";
}

.icon-praying-hands::before {
  content: "\f684";
}

.icon-handshake::before {
  content: "\f2b5";
}

.icon-handshake-angle::before {
  content: "\f4c4";
}

.icon-hands-helping::before {
  content: "\f4c4";
}

.icon-handshake-simple-slash::before {
  content: "\e05f";
}

.icon-handshake-alt-slash::before {
  content: "\e05f";
}

.icon-handshake-slash::before {
  content: "\e060";
}

.icon-hanukiah::before {
  content: "\f6e6";
}

.icon-hard-drive::before {
  content: "\f0a0";
}

.icon-hdd::before {
  content: "\f0a0";
}

.icon-hashtag::before {
  content: "\#";
}

.icon-hat-cowboy::before {
  content: "\f8c0";
}

.icon-hat-cowboy-side::before {
  content: "\f8c1";
}

.icon-hat-wizard::before {
  content: "\f6e8";
}

.icon-head-side-cough::before {
  content: "\e061";
}

.icon-head-side-cough-slash::before {
  content: "\e062";
}

.icon-head-side-mask::before {
  content: "\e063";
}

.icon-head-side-virus::before {
  content: "\e064";
}

.icon-heading::before {
  content: "\f1dc";
}

.icon-header::before {
  content: "\f1dc";
}

.icon-headphones::before {
  content: "\f025";
}

.icon-headphones-simple::before {
  content: "\f58f";
}

.icon-headphones-alt::before {
  content: "\f58f";
}

.icon-headset::before {
  content: "\f590";
}

.icon-heart::before {
  content: "\f004";
}

.icon-heart-crack::before {
  content: "\f7a9";
}

.icon-heart-broken::before {
  content: "\f7a9";
}

.icon-heart-pulse::before {
  content: "\f21e";
}

.icon-heartbeat::before {
  content: "\f21e";
}

.icon-helicopter::before {
  content: "\f533";
}

.icon-helmet-safety::before {
  content: "\f807";
}

.icon-hard-hat::before {
  content: "\f807";
}

.icon-hat-hard::before {
  content: "\f807";
}

.icon-highlighter::before {
  content: "\f591";
}

.icon-hippo::before {
  content: "\f6ed";
}

.icon-hockey-puck::before {
  content: "\f453";
}

.icon-holly-berry::before {
  content: "\f7aa";
}

.icon-horse::before {
  content: "\f6f0";
}

.icon-horse-head::before {
  content: "\f7ab";
}

.icon-hospital::before {
  content: "\f0f8";
}

.icon-hospital-alt::before {
  content: "\f0f8";
}

.icon-hospital-wide::before {
  content: "\f0f8";
}

.icon-hospital-user::before {
  content: "\f80d";
}

.icon-hot-tub-person::before {
  content: "\f593";
}

.icon-hot-tub::before {
  content: "\f593";
}

.icon-hotdog::before {
  content: "\f80f";
}

.icon-hotel::before {
  content: "\f594";
}

.icon-hourglass::before {
  content: "\f254";
}

.icon-hourglass-2::before {
  content: "\f254";
}

.icon-hourglass-half::before {
  content: "\f254";
}

.icon-hourglass-empty::before {
  content: "\f252";
}

.icon-hourglass-end::before {
  content: "\f253";
}

.icon-hourglass-3::before {
  content: "\f253";
}

.icon-hourglass-start::before {
  content: "\f251";
}

.icon-hourglass-1::before {
  content: "\f251";
}

.icon-house::before {
  content: "\f015";
}

.icon-home::before {
  content: "\f015";
}

.icon-home-alt::before {
  content: "\f015";
}

.icon-home-lg-alt::before {
  content: "\f015";
}

.icon-house-chimney::before {
  content: "\e3af";
}

.icon-home-lg::before {
  content: "\e3af";
}

.icon-house-chimney-crack::before {
  content: "\f6f1";
}

.icon-house-damage::before {
  content: "\f6f1";
}

.icon-house-chimney-medical::before {
  content: "\f7f2";
}

.icon-clinic-medical::before {
  content: "\f7f2";
}

.icon-house-chimney-user::before {
  content: "\e065";
}

.icon-house-chimney-window::before {
  content: "\e00d";
}

.icon-house-crack::before {
  content: "\e3b1";
}

.icon-house-laptop::before {
  content: "\e066";
}

.icon-laptop-house::before {
  content: "\e066";
}

.icon-house-medical::before {
  content: "\e3b2";
}

.icon-house-user::before {
  content: "\e1b0";
}

.icon-home-user::before {
  content: "\e1b0";
}

.icon-hryvnia-sign::before {
  content: "\f6f2";
}

.icon-hryvnia::before {
  content: "\f6f2";
}

.icon-i::before {
  content: "I";
}

.icon-i-cursor::before {
  content: "\f246";
}

.icon-ice-cream::before {
  content: "\f810";
}

.icon-icicles::before {
  content: "\f7ad";
}

.icon-icons::before {
  content: "\f86d";
}

.icon-heart-music-camera-bolt::before {
  content: "\f86d";
}

.icon-id-badge::before {
  content: "\f2c1";
}

.icon-id-card::before {
  content: "\f2c2";
}

.icon-drivers-license::before {
  content: "\f2c2";
}

.icon-id-card-clip::before {
  content: "\f47f";
}

.icon-id-card-alt::before {
  content: "\f47f";
}

.icon-igloo::before {
  content: "\f7ae";
}

.icon-image::before {
  content: "\f03e";
}

.icon-image-portrait::before {
  content: "\f3e0";
}

.icon-portrait::before {
  content: "\f3e0";
}

.icon-images::before {
  content: "\f302";
}

.icon-inbox::before {
  content: "\f01c";
}

.icon-indent::before {
  content: "\f03c";
}

.icon-indian-rupee-sign::before {
  content: "\e1bc";
}

.icon-indian-rupee::before {
  content: "\e1bc";
}

.icon-inr::before {
  content: "\e1bc";
}

.icon-industry::before {
  content: "\f275";
}

.icon-infinity::before {
  content: "\f534";
}

.icon-info::before {
  content: "\f129";
}

.icon-italic::before {
  content: "\f033";
}

.icon-j::before {
  content: "J";
}

.icon-jedi::before {
  content: "\f669";
}

.icon-jet-fighter::before {
  content: "\f0fb";
}

.icon-fighter-jet::before {
  content: "\f0fb";
}

.icon-joint::before {
  content: "\f595";
}

.icon-k::before {
  content: "K";
}

.icon-kaaba::before {
  content: "\f66b";
}

.icon-key::before {
  content: "\f084";
}

.icon-keyboard::before {
  content: "\f11c";
}

.icon-khanda::before {
  content: "\f66d";
}

.icon-kip-sign::before {
  content: "\e1c4";
}

.icon-kit-medical::before {
  content: "\f479";
}

.icon-first-aid::before {
  content: "\f479";
}

.icon-kiwi-bird::before {
  content: "\f535";
}

.icon-l::before {
  content: "L";
}

.icon-landmark::before {
  content: "\f66f";
}

.icon-language::before {
  content: "\f1ab";
}

.icon-laptop::before {
  content: "\f109";
}

.icon-laptop-code::before {
  content: "\f5fc";
}

.icon-laptop-medical::before {
  content: "\f812";
}

.icon-lari-sign::before {
  content: "\e1c8";
}

.icon-layer-group::before {
  content: "\f5fd";
}

.icon-leaf::before {
  content: "\f06c";
}

.icon-left-long::before {
  content: "\f30a";
}

.icon-long-arrow-alt-left::before {
  content: "\f30a";
}

.icon-left-right::before {
  content: "\f337";
}

.icon-arrows-alt-h::before {
  content: "\f337";
}

.icon-lemon::before {
  content: "\f094";
}

.icon-less-than::before {
  content: "\<";
}

.icon-less-than-equal::before {
  content: "\f537";
}

.icon-life-ring::before {
  content: "\f1cd";
}

.icon-lightbulb::before {
  content: "\f0eb";
}

.icon-link::before {
  content: "\f0c1";
}

.icon-chain::before {
  content: "\f0c1";
}

.icon-link-slash::before {
  content: "\f127";
}

.icon-chain-broken::before {
  content: "\f127";
}

.icon-chain-slash::before {
  content: "\f127";
}

.icon-unlink::before {
  content: "\f127";
}

.icon-lira-sign::before {
  content: "\f195";
}

.icon-list::before {
  content: "\f03a";
}

.icon-list-squares::before {
  content: "\f03a";
}

.icon-list-check::before {
  content: "\f0ae";
}

.icon-tasks::before {
  content: "\f0ae";
}

.icon-list-ol::before {
  content: "\f0cb";
}

.icon-list-1-2::before {
  content: "\f0cb";
}

.icon-list-numeric::before {
  content: "\f0cb";
}

.icon-list-ul::before {
  content: "\f0ca";
}

.icon-list-dots::before {
  content: "\f0ca";
}

.icon-litecoin-sign::before {
  content: "\e1d3";
}

.icon-location-arrow::before {
  content: "\f124";
}

.icon-location-crosshairs::before {
  content: "\f601";
}

.icon-location::before {
  content: "\f601";
}

.icon-location-dot::before {
  content: "\f3c5";
}

.icon-map-marker-alt::before {
  content: "\f3c5";
}

.icon-location-pin::before {
  content: "\f041";
}

.icon-map-marker::before {
  content: "\f041";
}

.icon-lock::before {
  content: "\f023";
}

.icon-lock-open::before {
  content: "\f3c1";
}

.icon-lungs::before {
  content: "\f604";
}

.icon-lungs-virus::before {
  content: "\e067";
}

.icon-m::before {
  content: "M";
}

.icon-magnet::before {
  content: "\f076";
}

.icon-magnifying-glass::before {
  content: "\f002";
}

.icon-search::before {
  content: "\f002";
}

.icon-magnifying-glass-dollar::before {
  content: "\f688";
}

.icon-search-dollar::before {
  content: "\f688";
}

.icon-magnifying-glass-location::before {
  content: "\f689";
}

.icon-search-location::before {
  content: "\f689";
}

.icon-magnifying-glass-minus::before {
  content: "\f010";
}

.icon-search-minus::before {
  content: "\f010";
}

.icon-magnifying-glass-plus::before {
  content: "\f00e";
}

.icon-search-plus::before {
  content: "\f00e";
}

.icon-manat-sign::before {
  content: "\e1d5";
}

.icon-map::before {
  content: "\f279";
}

.icon-map-location::before {
  content: "\f59f";
}

.icon-map-marked::before {
  content: "\f59f";
}

.icon-map-location-dot::before {
  content: "\f5a0";
}

.icon-map-marked-alt::before {
  content: "\f5a0";
}

.icon-map-pin::before {
  content: "\f276";
}

.icon-marker::before {
  content: "\f5a1";
}

.icon-mars::before {
  content: "\f222";
}

.icon-mars-and-venus::before {
  content: "\f224";
}

.icon-mars-double::before {
  content: "\f227";
}

.icon-mars-stroke::before {
  content: "\f229";
}

.icon-mars-stroke-right::before {
  content: "\f22b";
}

.icon-mars-stroke-h::before {
  content: "\f22b";
}

.icon-mars-stroke-up::before {
  content: "\f22a";
}

.icon-mars-stroke-v::before {
  content: "\f22a";
}

.icon-martini-glass::before {
  content: "\f57b";
}

.icon-glass-martini-alt::before {
  content: "\f57b";
}

.icon-martini-glass-citrus::before {
  content: "\f561";
}

.icon-cocktail::before {
  content: "\f561";
}

.icon-martini-glass-empty::before {
  content: "\f000";
}

.icon-glass-martini::before {
  content: "\f000";
}

.icon-mask::before {
  content: "\f6fa";
}

.icon-mask-face::before {
  content: "\e1d7";
}

.icon-masks-theater::before {
  content: "\f630";
}

.icon-theater-masks::before {
  content: "\f630";
}

.icon-maximize::before {
  content: "\f31e";
}

.icon-expand-arrows-alt::before {
  content: "\f31e";
}

.icon-medal::before {
  content: "\f5a2";
}

.icon-memory::before {
  content: "\f538";
}

.icon-menorah::before {
  content: "\f676";
}

.icon-mercury::before {
  content: "\f223";
}

.icon-message::before {
  content: "\f27a";
}

.icon-comment-alt::before {
  content: "\f27a";
}

.icon-meteor::before {
  content: "\f753";
}

.icon-microchip::before {
  content: "\f2db";
}

.icon-microphone::before {
  content: "\f130";
}

.icon-microphone-lines::before {
  content: "\f3c9";
}

.icon-microphone-alt::before {
  content: "\f3c9";
}

.icon-microphone-lines-slash::before {
  content: "\f539";
}

.icon-microphone-alt-slash::before {
  content: "\f539";
}

.icon-microphone-slash::before {
  content: "\f131";
}

.icon-microscope::before {
  content: "\f610";
}

.icon-mill-sign::before {
  content: "\e1ed";
}

.icon-minimize::before {
  content: "\f78c";
}

.icon-compress-arrows-alt::before {
  content: "\f78c";
}

.icon-minus::before {
  content: "\f068";
}

.icon-subtract::before {
  content: "\f068";
}

.icon-mitten::before {
  content: "\f7b5";
}

.icon-mobile::before {
  content: "\f3ce";
}

.icon-mobile-android::before {
  content: "\f3ce";
}

.icon-mobile-phone::before {
  content: "\f3ce";
}

.icon-mobile-button::before {
  content: "\f10b";
}

.icon-mobile-screen-button::before {
  content: "\f3cd";
}

.icon-mobile-alt::before {
  content: "\f3cd";
}

.icon-money-bill::before {
  content: "\f0d6";
}

.icon-money-bill-1::before {
  content: "\f3d1";
}

.icon-money-bill-alt::before {
  content: "\f3d1";
}

.icon-money-bill-1-wave::before {
  content: "\f53b";
}

.icon-money-bill-wave-alt::before {
  content: "\f53b";
}

.icon-money-bill-wave::before {
  content: "\f53a";
}

.icon-money-check::before {
  content: "\f53c";
}

.icon-money-check-dollar::before {
  content: "\f53d";
}

.icon-money-check-alt::before {
  content: "\f53d";
}

.icon-monument::before {
  content: "\f5a6";
}

.icon-moon::before {
  content: "\f186";
}

.icon-mortar-pestle::before {
  content: "\f5a7";
}

.icon-mosque::before {
  content: "\f678";
}

.icon-motorcycle::before {
  content: "\f21c";
}

.icon-mountain::before {
  content: "\f6fc";
}

.icon-mug-hot::before {
  content: "\f7b6";
}

.icon-mug-saucer::before {
  content: "\f0f4";
}

.icon-coffee::before {
  content: "\f0f4";
}

.icon-music::before {
  content: "\f001";
}

.icon-n::before {
  content: "N";
}

.icon-naira-sign::before {
  content: "\e1f6";
}

.icon-network-wired::before {
  content: "\f6ff";
}

.icon-neuter::before {
  content: "\f22c";
}

.icon-newspaper::before {
  content: "\f1ea";
}

.icon-not-equal::before {
  content: "\f53e";
}

.icon-note-sticky::before {
  content: "\f249";
}

.icon-sticky-note::before {
  content: "\f249";
}

.icon-notes-medical::before {
  content: "\f481";
}

.icon-o::before {
  content: "O";
}

.icon-object-group::before {
  content: "\f247";
}

.icon-object-ungroup::before {
  content: "\f248";
}

.icon-oil-can::before {
  content: "\f613";
}

.icon-om::before {
  content: "\f679";
}

.icon-otter::before {
  content: "\f700";
}

.icon-outdent::before {
  content: "\f03b";
}

.icon-dedent::before {
  content: "\f03b";
}

.icon-p::before {
  content: "P";
}

.icon-pager::before {
  content: "\f815";
}

.icon-paint-roller::before {
  content: "\f5aa";
}

.icon-paintbrush::before {
  content: "\f1fc";
}

.icon-paint-brush::before {
  content: "\f1fc";
}

.icon-palette::before {
  content: "\f53f";
}

.icon-pallet::before {
  content: "\f482";
}

.icon-panorama::before {
  content: "\e209";
}

.icon-paper-plane::before {
  content: "\f1d8";
}

.icon-paperclip::before {
  content: "\f0c6";
}

.icon-parachute-box::before {
  content: "\f4cd";
}

.icon-paragraph::before {
  content: "\f1dd";
}

.icon-passport::before {
  content: "\f5ab";
}

.icon-paste::before {
  content: "\f0ea";
}

.icon-file-clipboard::before {
  content: "\f0ea";
}

.icon-pause::before {
  content: "\f04c";
}

.icon-paw::before {
  content: "\f1b0";
}

.icon-peace::before {
  content: "\f67c";
}

.icon-pen::before {
  content: "\f304";
}

.icon-pen-clip::before {
  content: "\f305";
}

.icon-pen-alt::before {
  content: "\f305";
}

.icon-pen-fancy::before {
  content: "\f5ac";
}

.icon-pen-nib::before {
  content: "\f5ad";
}

.icon-pen-ruler::before {
  content: "\f5ae";
}

.icon-pencil-ruler::before {
  content: "\f5ae";
}

.icon-pen-to-square::before {
  content: "\f044";
}

.icon-edit::before {
  content: "\f044";
}

.icon-pencil::before {
  content: "\f303";
}

.icon-pencil-alt::before {
  content: "\f303";
}

.icon-people-arrows-left-right::before {
  content: "\e068";
}

.icon-people-arrows::before {
  content: "\e068";
}

.icon-people-carry-box::before {
  content: "\f4ce";
}

.icon-people-carry::before {
  content: "\f4ce";
}

.icon-pepper-hot::before {
  content: "\f816";
}

.icon-percent::before {
  content: "\%";
}

.icon-percentage::before {
  content: "\%";
}

.icon-person::before {
  content: "\f183";
}

.icon-male::before {
  content: "\f183";
}

.icon-person-biking::before {
  content: "\f84a";
}

.icon-biking::before {
  content: "\f84a";
}

.icon-person-booth::before {
  content: "\f756";
}

.icon-person-dots-from-line::before {
  content: "\f470";
}

.icon-diagnoses::before {
  content: "\f470";
}

.icon-person-dress::before {
  content: "\f182";
}

.icon-female::before {
  content: "\f182";
}

.icon-person-hiking::before {
  content: "\f6ec";
}

.icon-hiking::before {
  content: "\f6ec";
}

.icon-person-praying::before {
  content: "\f683";
}

.icon-pray::before {
  content: "\f683";
}

.icon-person-running::before {
  content: "\f70c";
}

.icon-running::before {
  content: "\f70c";
}

.icon-person-skating::before {
  content: "\f7c5";
}

.icon-skating::before {
  content: "\f7c5";
}

.icon-person-skiing::before {
  content: "\f7c9";
}

.icon-skiing::before {
  content: "\f7c9";
}

.icon-person-skiing-nordic::before {
  content: "\f7ca";
}

.icon-skiing-nordic::before {
  content: "\f7ca";
}

.icon-person-snowboarding::before {
  content: "\f7ce";
}

.icon-snowboarding::before {
  content: "\f7ce";
}

.icon-person-swimming::before {
  content: "\f5c4";
}

.icon-swimmer::before {
  content: "\f5c4";
}

.icon-person-walking::before {
  content: "\f554";
}

.icon-walking::before {
  content: "\f554";
}

.icon-person-walking-with-cane::before {
  content: "\f29d";
}

.icon-blind::before {
  content: "\f29d";
}

.icon-peseta-sign::before {
  content: "\e221";
}

.icon-peso-sign::before {
  content: "\e222";
}

.icon-phone::before {
  content: "\f095";
}

.icon-phone-flip::before {
  content: "\f879";
}

.icon-phone-alt::before {
  content: "\f879";
}

.icon-phone-slash::before {
  content: "\f3dd";
}

.icon-phone-volume::before {
  content: "\f2a0";
}

.icon-volume-control-phone::before {
  content: "\f2a0";
}

.icon-photo-film::before {
  content: "\f87c";
}

.icon-photo-video::before {
  content: "\f87c";
}

.icon-piggy-bank::before {
  content: "\f4d3";
}

.icon-pills::before {
  content: "\f484";
}

.icon-pizza-slice::before {
  content: "\f818";
}

.icon-place-of-worship::before {
  content: "\f67f";
}

.icon-plane::before {
  content: "\f072";
}

.icon-plane-arrival::before {
  content: "\f5af";
}

.icon-plane-departure::before {
  content: "\f5b0";
}

.icon-plane-slash::before {
  content: "\e069";
}

.icon-play::before {
  content: "\f04b";
}

.icon-plug::before {
  content: "\f1e6";
}

.icon-plus::before {
  content: "\+";
}

.icon-add::before {
  content: "\+";
}

.icon-plus-minus::before {
  content: "\e43c";
}

.icon-podcast::before {
  content: "\f2ce";
}

.icon-poo::before {
  content: "\f2fe";
}

.icon-poo-storm::before {
  content: "\f75a";
}

.icon-poo-bolt::before {
  content: "\f75a";
}

.icon-poop::before {
  content: "\f619";
}

.icon-power-off::before {
  content: "\f011";
}

.icon-prescription::before {
  content: "\f5b1";
}

.icon-prescription-bottle::before {
  content: "\f485";
}

.icon-prescription-bottle-medical::before {
  content: "\f486";
}

.icon-prescription-bottle-alt::before {
  content: "\f486";
}

.icon-print::before {
  content: "\f02f";
}

.icon-pump-medical::before {
  content: "\e06a";
}

.icon-pump-soap::before {
  content: "\e06b";
}

.icon-puzzle-piece::before {
  content: "\f12e";
}

.icon-q::before {
  content: "Q";
}

.icon-qrcode::before {
  content: "\f029";
}

.icon-question::before {
  content: "\?";
}

.icon-quote-left::before {
  content: "\f10d";
}

.icon-quote-left-alt::before {
  content: "\f10d";
}

.icon-quote-right::before {
  content: "\f10e";
}

.icon-quote-right-alt::before {
  content: "\f10e";
}

.icon-r::before {
  content: "R";
}

.icon-radiation::before {
  content: "\f7b9";
}

.icon-rainbow::before {
  content: "\f75b";
}

.icon-receipt::before {
  content: "\f543";
}

.icon-record-vinyl::before {
  content: "\f8d9";
}

.icon-rectangle-ad::before {
  content: "\f641";
}

.icon-ad::before {
  content: "\f641";
}

.icon-rectangle-list::before {
  content: "\f022";
}

.icon-list-alt::before {
  content: "\f022";
}

.icon-rectangle-xmark::before {
  content: "\f410";
}

.icon-rectangle-times::before {
  content: "\f410";
}

.icon-times-rectangle::before {
  content: "\f410";
}

.icon-window-close::before {
  content: "\f410";
}

.icon-recycle::before {
  content: "\f1b8";
}

.icon-registered::before {
  content: "\f25d";
}

.icon-repeat::before {
  content: "\f363";
}

.icon-reply::before {
  content: "\f3e5";
}

.icon-mail-reply::before {
  content: "\f3e5";
}

.icon-reply-all::before {
  content: "\f122";
}

.icon-mail-reply-all::before {
  content: "\f122";
}

.icon-republican::before {
  content: "\f75e";
}

.icon-restroom::before {
  content: "\f7bd";
}

.icon-retweet::before {
  content: "\f079";
}

.icon-ribbon::before {
  content: "\f4d6";
}

.icon-right-from-bracket::before {
  content: "\f2f5";
}

.icon-sign-out-alt::before {
  content: "\f2f5";
}

.icon-right-left::before {
  content: "\f362";
}

.icon-exchange-alt::before {
  content: "\f362";
}

.icon-right-long::before {
  content: "\f30b";
}

.icon-long-arrow-alt-right::before {
  content: "\f30b";
}

.icon-right-to-bracket::before {
  content: "\f2f6";
}

.icon-sign-in-alt::before {
  content: "\f2f6";
}

.icon-ring::before {
  content: "\f70b";
}

.icon-road::before {
  content: "\f018";
}

.icon-robot::before {
  content: "\f544";
}

.icon-rocket::before {
  content: "\f135";
}

.icon-rotate::before {
  content: "\f2f1";
}

.icon-sync-alt::before {
  content: "\f2f1";
}

.icon-rotate-left::before {
  content: "\f2ea";
}

.icon-rotate-back::before {
  content: "\f2ea";
}

.icon-rotate-backward::before {
  content: "\f2ea";
}

.icon-undo-alt::before {
  content: "\f2ea";
}

.icon-rotate-right::before {
  content: "\f2f9";
}

.icon-redo-alt::before {
  content: "\f2f9";
}

.icon-rotate-forward::before {
  content: "\f2f9";
}

.icon-route::before {
  content: "\f4d7";
}

.icon-rss::before {
  content: "\f09e";
}

.icon-feed::before {
  content: "\f09e";
}

.icon-ruble-sign::before {
  content: "\f158";
}

.icon-rouble::before {
  content: "\f158";
}

.icon-rub::before {
  content: "\f158";
}

.icon-ruble::before {
  content: "\f158";
}

.icon-ruler::before {
  content: "\f545";
}

.icon-ruler-combined::before {
  content: "\f546";
}

.icon-ruler-horizontal::before {
  content: "\f547";
}

.icon-ruler-vertical::before {
  content: "\f548";
}

.icon-rupee-sign::before {
  content: "\f156";
}

.icon-rupee::before {
  content: "\f156";
}

.icon-rupiah-sign::before {
  content: "\e23d";
}

.icon-s::before {
  content: "S";
}

.icon-sailboat::before {
  content: "\e445";
}

.icon-satellite::before {
  content: "\f7bf";
}

.icon-satellite-dish::before {
  content: "\f7c0";
}

.icon-scale-balanced::before {
  content: "\f24e";
}

.icon-balance-scale::before {
  content: "\f24e";
}

.icon-scale-unbalanced::before {
  content: "\f515";
}

.icon-balance-scale-left::before {
  content: "\f515";
}

.icon-scale-unbalanced-flip::before {
  content: "\f516";
}

.icon-balance-scale-right::before {
  content: "\f516";
}

.icon-school::before {
  content: "\f549";
}

.icon-scissors::before {
  content: "\f0c4";
}

.icon-cut::before {
  content: "\f0c4";
}

.icon-screwdriver::before {
  content: "\f54a";
}

.icon-screwdriver-wrench::before {
  content: "\f7d9";
}

.icon-tools::before {
  content: "\f7d9";
}

.icon-scroll::before {
  content: "\f70e";
}

.icon-scroll-torah::before {
  content: "\f6a0";
}

.icon-torah::before {
  content: "\f6a0";
}

.icon-sd-card::before {
  content: "\f7c2";
}

.icon-section::before {
  content: "\e447";
}

.icon-seedling::before {
  content: "\f4d8";
}

.icon-sprout::before {
  content: "\f4d8";
}

.icon-server::before {
  content: "\f233";
}

.icon-shapes::before {
  content: "\f61f";
}

.icon-triangle-circle-square::before {
  content: "\f61f";
}

.icon-share::before {
  content: "\f064";
}

.icon-arrow-turn-right::before {
  content: "\f064";
}

.icon-mail-forward::before {
  content: "\f064";
}

.icon-share-from-square::before {
  content: "\f14d";
}

.icon-share-square::before {
  content: "\f14d";
}

.icon-share-nodes::before {
  content: "\f1e0";
}

.icon-share-alt::before {
  content: "\f1e0";
}

.icon-shekel-sign::before {
  content: "\f20b";
}

.icon-ils::before {
  content: "\f20b";
}

.icon-shekel::before {
  content: "\f20b";
}

.icon-sheqel::before {
  content: "\f20b";
}

.icon-sheqel-sign::before {
  content: "\f20b";
}

.icon-shield::before {
  content: "\f132";
}

.icon-shield-blank::before {
  content: "\f3ed";
}

.icon-shield-alt::before {
  content: "\f3ed";
}

.icon-shield-virus::before {
  content: "\e06c";
}

.icon-ship::before {
  content: "\f21a";
}

.icon-shirt::before {
  content: "\f553";
}

.icon-t-shirt::before {
  content: "\f553";
}

.icon-tshirt::before {
  content: "\f553";
}

.icon-shoe-prints::before {
  content: "\f54b";
}

.icon-shop::before {
  content: "\f54f";
}

.icon-store-alt::before {
  content: "\f54f";
}

.icon-shop-slash::before {
  content: "\e070";
}

.icon-store-alt-slash::before {
  content: "\e070";
}

.icon-shower::before {
  content: "\f2cc";
}

.icon-shrimp::before {
  content: "\e448";
}

.icon-shuffle::before {
  content: "\f074";
}

.icon-random::before {
  content: "\f074";
}

.icon-shuttle-space::before {
  content: "\f197";
}

.icon-space-shuttle::before {
  content: "\f197";
}

.icon-sign-hanging::before {
  content: "\f4d9";
}

.icon-sign::before {
  content: "\f4d9";
}

.icon-signal::before {
  content: "\f012";
}

.icon-signal-5::before {
  content: "\f012";
}

.icon-signal-perfect::before {
  content: "\f012";
}

.icon-signature::before {
  content: "\f5b7";
}

.icon-signs-post::before {
  content: "\f277";
}

.icon-map-signs::before {
  content: "\f277";
}

.icon-sim-card::before {
  content: "\f7c4";
}

.icon-sink::before {
  content: "\e06d";
}

.icon-sitemap::before {
  content: "\f0e8";
}

.icon-skull::before {
  content: "\f54c";
}

.icon-skull-crossbones::before {
  content: "\f714";
}

.icon-slash::before {
  content: "\f715";
}

.icon-sleigh::before {
  content: "\f7cc";
}

.icon-sliders::before {
  content: "\f1de";
}

.icon-sliders-h::before {
  content: "\f1de";
}

.icon-smog::before {
  content: "\f75f";
}

.icon-smoking::before {
  content: "\f48d";
}

.icon-snowflake::before {
  content: "\f2dc";
}

.icon-snowman::before {
  content: "\f7d0";
}

.icon-snowplow::before {
  content: "\f7d2";
}

.icon-soap::before {
  content: "\e06e";
}

.icon-socks::before {
  content: "\f696";
}

.icon-solar-panel::before {
  content: "\f5ba";
}

.icon-sort::before {
  content: "\f0dc";
}

.icon-unsorted::before {
  content: "\f0dc";
}

.icon-sort-down::before {
  content: "\f0dd";
}

.icon-sort-desc::before {
  content: "\f0dd";
}

.icon-sort-up::before {
  content: "\f0de";
}

.icon-sort-asc::before {
  content: "\f0de";
}

.icon-spa::before {
  content: "\f5bb";
}

.icon-spaghetti-monster-flying::before {
  content: "\f67b";
}

.icon-pastafarianism::before {
  content: "\f67b";
}

.icon-spell-check::before {
  content: "\f891";
}

.icon-spider::before {
  content: "\f717";
}

.icon-spinner::before {
  content: "\f110";
}

.icon-splotch::before {
  content: "\f5bc";
}

.icon-spoon::before {
  content: "\f2e5";
}

.icon-utensil-spoon::before {
  content: "\f2e5";
}

.icon-spray-can::before {
  content: "\f5bd";
}

.icon-spray-can-sparkles::before {
  content: "\f5d0";
}

.icon-air-freshener::before {
  content: "\f5d0";
}

.icon-square::before {
  content: "\f0c8";
}

.icon-square-arrow-up-right::before {
  content: "\f14c";
}

.icon-external-link-square::before {
  content: "\f14c";
}

.icon-square-caret-down::before {
  content: "\f150";
}

.icon-caret-square-down::before {
  content: "\f150";
}

.icon-square-caret-left::before {
  content: "\f191";
}

.icon-caret-square-left::before {
  content: "\f191";
}

.icon-square-caret-right::before {
  content: "\f152";
}

.icon-caret-square-right::before {
  content: "\f152";
}

.icon-square-caret-up::before {
  content: "\f151";
}

.icon-caret-square-up::before {
  content: "\f151";
}

.icon-square-check::before {
  content: "\f14a";
}

.icon-check-square::before {
  content: "\f14a";
}

.icon-square-envelope::before {
  content: "\f199";
}

.icon-envelope-square::before {
  content: "\f199";
}

.icon-square-full::before {
  content: "\f45c";
}

.icon-square-h::before {
  content: "\f0fd";
}

.icon-h-square::before {
  content: "\f0fd";
}

.icon-square-minus::before {
  content: "\f146";
}

.icon-minus-square::before {
  content: "\f146";
}

.icon-square-parking::before {
  content: "\f540";
}

.icon-parking::before {
  content: "\f540";
}

.icon-square-pen::before {
  content: "\f14b";
}

.icon-pen-square::before {
  content: "\f14b";
}

.icon-pencil-square::before {
  content: "\f14b";
}

.icon-square-phone::before {
  content: "\f098";
}

.icon-phone-square::before {
  content: "\f098";
}

.icon-square-phone-flip::before {
  content: "\f87b";
}

.icon-phone-square-alt::before {
  content: "\f87b";
}

.icon-square-plus::before {
  content: "\f0fe";
}

.icon-plus-square::before {
  content: "\f0fe";
}

.icon-square-poll-horizontal::before {
  content: "\f682";
}

.icon-poll-h::before {
  content: "\f682";
}

.icon-square-poll-vertical::before {
  content: "\f681";
}

.icon-poll::before {
  content: "\f681";
}

.icon-square-root-variable::before {
  content: "\f698";
}

.icon-square-root-alt::before {
  content: "\f698";
}

.icon-square-rss::before {
  content: "\f143";
}

.icon-rss-square::before {
  content: "\f143";
}

.icon-square-share-nodes::before {
  content: "\f1e1";
}

.icon-share-alt-square::before {
  content: "\f1e1";
}

.icon-square-up-right::before {
  content: "\f360";
}

.icon-external-link-square-alt::before {
  content: "\f360";
}

.icon-square-xmark::before {
  content: "\f2d3";
}

.icon-times-square::before {
  content: "\f2d3";
}

.icon-xmark-square::before {
  content: "\f2d3";
}

.icon-stairs::before {
  content: "\e289";
}

.icon-stamp::before {
  content: "\f5bf";
}

.icon-star::before {
  content: "\f005";
}

.icon-star-and-crescent::before {
  content: "\f699";
}

.icon-star-half::before {
  content: "\f089";
}

.icon-star-half-stroke::before {
  content: "\f5c0";
}

.icon-star-half-alt::before {
  content: "\f5c0";
}

.icon-star-of-david::before {
  content: "\f69a";
}

.icon-star-of-life::before {
  content: "\f621";
}

.icon-sterling-sign::before {
  content: "\f154";
}

.icon-gbp::before {
  content: "\f154";
}

.icon-pound-sign::before {
  content: "\f154";
}

.icon-stethoscope::before {
  content: "\f0f1";
}

.icon-stop::before {
  content: "\f04d";
}

.icon-stopwatch::before {
  content: "\f2f2";
}

.icon-stopwatch-20::before {
  content: "\e06f";
}

.icon-store::before {
  content: "\f54e";
}

.icon-store-slash::before {
  content: "\e071";
}

.icon-street-view::before {
  content: "\f21d";
}

.icon-strikethrough::before {
  content: "\f0cc";
}

.icon-stroopwafel::before {
  content: "\f551";
}

.icon-subscript::before {
  content: "\f12c";
}

.icon-suitcase::before {
  content: "\f0f2";
}

.icon-suitcase-medical::before {
  content: "\f0fa";
}

.icon-medkit::before {
  content: "\f0fa";
}

.icon-suitcase-rolling::before {
  content: "\f5c1";
}

.icon-sun::before {
  content: "\f185";
}

.icon-superscript::before {
  content: "\f12b";
}

.icon-swatchbook::before {
  content: "\f5c3";
}

.icon-synagogue::before {
  content: "\f69b";
}

.icon-syringe::before {
  content: "\f48e";
}

.icon-t::before {
  content: "T";
}

.icon-table::before {
  content: "\f0ce";
}

.icon-table-cells::before {
  content: "\f00a";
}

.icon-th::before {
  content: "\f00a";
}

.icon-table-cells-large::before {
  content: "\f009";
}

.icon-th-large::before {
  content: "\f009";
}

.icon-table-columns::before {
  content: "\f0db";
}

.icon-columns::before {
  content: "\f0db";
}

.icon-table-list::before {
  content: "\f00b";
}

.icon-th-list::before {
  content: "\f00b";
}

.icon-table-tennis-paddle-ball::before {
  content: "\f45d";
}

.icon-ping-pong-paddle-ball::before {
  content: "\f45d";
}

.icon-table-tennis::before {
  content: "\f45d";
}

.icon-tablet::before {
  content: "\f3fb";
}

.icon-tablet-android::before {
  content: "\f3fb";
}

.icon-tablet-button::before {
  content: "\f10a";
}

.icon-tablet-screen-button::before {
  content: "\f3fa";
}

.icon-tablet-alt::before {
  content: "\f3fa";
}

.icon-tablets::before {
  content: "\f490";
}

.icon-tachograph-digital::before {
  content: "\f566";
}

.icon-digital-tachograph::before {
  content: "\f566";
}

.icon-tag::before {
  content: "\f02b";
}

.icon-tags::before {
  content: "\f02c";
}

.icon-tape::before {
  content: "\f4db";
}

.icon-taxi::before {
  content: "\f1ba";
}

.icon-cab::before {
  content: "\f1ba";
}

.icon-teeth::before {
  content: "\f62e";
}

.icon-teeth-open::before {
  content: "\f62f";
}

.icon-temperature-empty::before {
  content: "\f2cb";
}

.icon-temperature-0::before {
  content: "\f2cb";
}

.icon-thermometer-0::before {
  content: "\f2cb";
}

.icon-thermometer-empty::before {
  content: "\f2cb";
}

.icon-temperature-full::before {
  content: "\f2c7";
}

.icon-temperature-4::before {
  content: "\f2c7";
}

.icon-thermometer-4::before {
  content: "\f2c7";
}

.icon-thermometer-full::before {
  content: "\f2c7";
}

.icon-temperature-half::before {
  content: "\f2c9";
}

.icon-temperature-2::before {
  content: "\f2c9";
}

.icon-thermometer-2::before {
  content: "\f2c9";
}

.icon-thermometer-half::before {
  content: "\f2c9";
}

.icon-temperature-high::before {
  content: "\f769";
}

.icon-temperature-low::before {
  content: "\f76b";
}

.icon-temperature-quarter::before {
  content: "\f2ca";
}

.icon-temperature-1::before {
  content: "\f2ca";
}

.icon-thermometer-1::before {
  content: "\f2ca";
}

.icon-thermometer-quarter::before {
  content: "\f2ca";
}

.icon-temperature-three-quarters::before {
  content: "\f2c8";
}

.icon-temperature-3::before {
  content: "\f2c8";
}

.icon-thermometer-3::before {
  content: "\f2c8";
}

.icon-thermometer-three-quarters::before {
  content: "\f2c8";
}

.icon-tenge-sign::before {
  content: "\f7d7";
}

.icon-tenge::before {
  content: "\f7d7";
}

.icon-terminal::before {
  content: "\f120";
}

.icon-text-height::before {
  content: "\f034";
}

.icon-text-slash::before {
  content: "\f87d";
}

.icon-remove-format::before {
  content: "\f87d";
}

.icon-text-width::before {
  content: "\f035";
}

.icon-thermometer::before {
  content: "\f491";
}

.icon-thumbs-down::before {
  content: "\f165";
}

.icon-thumbs-up::before {
  content: "\f164";
}

.icon-thumbtack::before {
  content: "\f08d";
}

.icon-thumb-tack::before {
  content: "\f08d";
}

.icon-ticket::before {
  content: "\f145";
}

.icon-ticket-simple::before {
  content: "\f3ff";
}

.icon-ticket-alt::before {
  content: "\f3ff";
}

.icon-timeline::before {
  content: "\e29c";
}

.icon-toggle-off::before {
  content: "\f204";
}

.icon-toggle-on::before {
  content: "\f205";
}

.icon-toilet::before {
  content: "\f7d8";
}

.icon-toilet-paper::before {
  content: "\f71e";
}

.icon-toilet-paper-slash::before {
  content: "\e072";
}

.icon-toolbox::before {
  content: "\f552";
}

.icon-tooth::before {
  content: "\f5c9";
}

.icon-torii-gate::before {
  content: "\f6a1";
}

.icon-tower-broadcast::before {
  content: "\f519";
}

.icon-broadcast-tower::before {
  content: "\f519";
}

.icon-tractor::before {
  content: "\f722";
}

.icon-trademark::before {
  content: "\f25c";
}

.icon-traffic-light::before {
  content: "\f637";
}

.icon-trailer::before {
  content: "\e041";
}

.icon-train::before {
  content: "\f238";
}

.icon-train-subway::before {
  content: "\f239";
}

.icon-subway::before {
  content: "\f239";
}

.icon-train-tram::before {
  content: "\f7da";
}

.icon-tram::before {
  content: "\f7da";
}

.icon-transgender::before {
  content: "\f225";
}

.icon-transgender-alt::before {
  content: "\f225";
}

.icon-trash::before {
  content: "\f1f8";
}

.icon-trash-arrow-up::before {
  content: "\f829";
}

.icon-trash-restore::before {
  content: "\f829";
}

.icon-trash-can::before {
  content: "\f2ed";
}

.icon-trash-alt::before {
  content: "\f2ed";
}

.icon-trash-can-arrow-up::before {
  content: "\f82a";
}

.icon-trash-restore-alt::before {
  content: "\f82a";
}

.icon-tree::before {
  content: "\f1bb";
}

.icon-triangle-exclamation::before {
  content: "\f071";
}

.icon-exclamation-triangle::before {
  content: "\f071";
}

.icon-warning::before {
  content: "\f071";
}

.icon-trophy::before {
  content: "\f091";
}

.icon-truck::before {
  content: "\f0d1";
}

.icon-truck-fast::before {
  content: "\f48b";
}

.icon-shipping-fast::before {
  content: "\f48b";
}

.icon-truck-medical::before {
  content: "\f0f9";
}

.icon-ambulance::before {
  content: "\f0f9";
}

.icon-truck-monster::before {
  content: "\f63b";
}

.icon-truck-moving::before {
  content: "\f4df";
}

.icon-truck-pickup::before {
  content: "\f63c";
}

.icon-truck-ramp-box::before {
  content: "\f4de";
}

.icon-truck-loading::before {
  content: "\f4de";
}

.icon-tty::before {
  content: "\f1e4";
}

.icon-teletype::before {
  content: "\f1e4";
}

.icon-turkish-lira-sign::before {
  content: "\e2bb";
}

.icon-try::before {
  content: "\e2bb";
}

.icon-turkish-lira::before {
  content: "\e2bb";
}

.icon-turn-down::before {
  content: "\f3be";
}

.icon-level-down-alt::before {
  content: "\f3be";
}

.icon-turn-up::before {
  content: "\f3bf";
}

.icon-level-up-alt::before {
  content: "\f3bf";
}

.icon-tv::before {
  content: "\f26c";
}

.icon-television::before {
  content: "\f26c";
}

.icon-tv-alt::before {
  content: "\f26c";
}

.icon-u::before {
  content: "U";
}

.icon-umbrella::before {
  content: "\f0e9";
}

.icon-umbrella-beach::before {
  content: "\f5ca";
}

.icon-underline::before {
  content: "\f0cd";
}

.icon-universal-access::before {
  content: "\f29a";
}

.icon-unlock::before {
  content: "\f09c";
}

.icon-unlock-keyhole::before {
  content: "\f13e";
}

.icon-unlock-alt::before {
  content: "\f13e";
}

.icon-up-down::before {
  content: "\f338";
}

.icon-arrows-alt-v::before {
  content: "\f338";
}

.icon-up-down-left-right::before {
  content: "\f0b2";
}

.icon-arrows-alt::before {
  content: "\f0b2";
}

.icon-up-long::before {
  content: "\f30c";
}

.icon-long-arrow-alt-up::before {
  content: "\f30c";
}

.icon-up-right-and-down-left-from-center::before {
  content: "\f424";
}

.icon-expand-alt::before {
  content: "\f424";
}

.icon-up-right-from-square::before {
  content: "\f35d";
}

.icon-external-link-alt::before {
  content: "\f35d";
}

.icon-upload::before {
  content: "\f093";
}

.icon-user::before {
  content: "\f007";
}

.icon-user-astronaut::before {
  content: "\f4fb";
}

.icon-user-check::before {
  content: "\f4fc";
}

.icon-user-clock::before {
  content: "\f4fd";
}

.icon-user-doctor::before {
  content: "\f0f0";
}

.icon-user-md::before {
  content: "\f0f0";
}

.icon-user-gear::before {
  content: "\f4fe";
}

.icon-user-cog::before {
  content: "\f4fe";
}

.icon-user-graduate::before {
  content: "\f501";
}

.icon-user-group::before {
  content: "\f500";
}

.icon-user-friends::before {
  content: "\f500";
}

.icon-user-injured::before {
  content: "\f728";
}

.icon-user-large::before {
  content: "\f406";
}

.icon-user-alt::before {
  content: "\f406";
}

.icon-user-large-slash::before {
  content: "\f4fa";
}

.icon-user-alt-slash::before {
  content: "\f4fa";
}

.icon-user-lock::before {
  content: "\f502";
}

.icon-user-minus::before {
  content: "\f503";
}

.icon-user-ninja::before {
  content: "\f504";
}

.icon-user-nurse::before {
  content: "\f82f";
}

.icon-user-pen::before {
  content: "\f4ff";
}

.icon-user-edit::before {
  content: "\f4ff";
}

.icon-user-plus::before {
  content: "\f234";
}

.icon-user-secret::before {
  content: "\f21b";
}

.icon-user-shield::before {
  content: "\f505";
}

.icon-user-slash::before {
  content: "\f506";
}

.icon-user-tag::before {
  content: "\f507";
}

.icon-user-tie::before {
  content: "\f508";
}

.icon-user-xmark::before {
  content: "\f235";
}

.icon-user-times::before {
  content: "\f235";
}

.icon-users::before {
  content: "\f0c0";
}

.icon-users-gear::before {
  content: "\f509";
}

.icon-users-cog::before {
  content: "\f509";
}

.icon-users-slash::before {
  content: "\e073";
}

.icon-utensils::before {
  content: "\f2e7";
}

.icon-cutlery::before {
  content: "\f2e7";
}

.icon-v::before {
  content: "V";
}

.icon-van-shuttle::before {
  content: "\f5b6";
}

.icon-shuttle-van::before {
  content: "\f5b6";
}

.icon-vault::before {
  content: "\e2c5";
}

.icon-vector-square::before {
  content: "\f5cb";
}

.icon-venus::before {
  content: "\f221";
}

.icon-venus-double::before {
  content: "\f226";
}

.icon-venus-mars::before {
  content: "\f228";
}

.icon-vest::before {
  content: "\e085";
}

.icon-vest-patches::before {
  content: "\e086";
}

.icon-vial::before {
  content: "\f492";
}

.icon-vials::before {
  content: "\f493";
}

.icon-video::before {
  content: "\f03d";
}

.icon-video-camera::before {
  content: "\f03d";
}

.icon-video-slash::before {
  content: "\f4e2";
}

.icon-vihara::before {
  content: "\f6a7";
}

.icon-virus::before {
  content: "\e074";
}

.icon-virus-covid::before {
  content: "\e4a8";
}

.icon-virus-covid-slash::before {
  content: "\e4a9";
}

.icon-virus-slash::before {
  content: "\e075";
}

.icon-viruses::before {
  content: "\e076";
}

.icon-voicemail::before {
  content: "\f897";
}

.icon-volleyball::before {
  content: "\f45f";
}

.icon-volleyball-ball::before {
  content: "\f45f";
}

.icon-volume-high::before {
  content: "\f028";
}

.icon-volume-up::before {
  content: "\f028";
}

.icon-volume-low::before {
  content: "\f027";
}

.icon-volume-down::before {
  content: "\f027";
}

.icon-volume-off::before {
  content: "\f026";
}

.icon-volume-xmark::before {
  content: "\f6a9";
}

.icon-volume-mute::before {
  content: "\f6a9";
}

.icon-volume-times::before {
  content: "\f6a9";
}

.icon-vr-cardboard::before {
  content: "\f729";
}

.icon-w::before {
  content: "W";
}

.icon-wallet::before {
  content: "\f555";
}

.icon-wand-magic::before {
  content: "\f0d0";
}

.icon-magic::before {
  content: "\f0d0";
}

.icon-wand-magic-sparkles::before {
  content: "\e2ca";
}

.icon-magic-wand-sparkles::before {
  content: "\e2ca";
}

.icon-wand-sparkles::before {
  content: "\f72b";
}

.icon-warehouse::before {
  content: "\f494";
}

.icon-water::before {
  content: "\f773";
}

.icon-water-ladder::before {
  content: "\f5c5";
}

.icon-ladder-water::before {
  content: "\f5c5";
}

.icon-swimming-pool::before {
  content: "\f5c5";
}

.icon-wave-square::before {
  content: "\f83e";
}

.icon-weight-hanging::before {
  content: "\f5cd";
}

.icon-weight-scale::before {
  content: "\f496";
}

.icon-weight::before {
  content: "\f496";
}

.icon-wheelchair::before {
  content: "\f193";
}

.icon-whiskey-glass::before {
  content: "\f7a0";
}

.icon-glass-whiskey::before {
  content: "\f7a0";
}

.icon-wifi::before {
  content: "\f1eb";
}

.icon-wifi-3::before {
  content: "\f1eb";
}

.icon-wifi-strong::before {
  content: "\f1eb";
}

.icon-wind::before {
  content: "\f72e";
}

.icon-window-maximize::before {
  content: "\f2d0";
}

.icon-window-minimize::before {
  content: "\f2d1";
}

.icon-window-restore::before {
  content: "\f2d2";
}

.icon-wine-bottle::before {
  content: "\f72f";
}

.icon-wine-glass::before {
  content: "\f4e3";
}

.icon-wine-glass-empty::before {
  content: "\f5ce";
}

.icon-wine-glass-alt::before {
  content: "\f5ce";
}

.icon-won-sign::before {
  content: "\f159";
}

.icon-krw::before {
  content: "\f159";
}

.icon-won::before {
  content: "\f159";
}

.icon-wrench::before {
  content: "\f0ad";
}

.icon-x::before {
  content: "X";
}

.icon-x-ray::before {
  content: "\f497";
}

.icon-xmark::before {
  content: "\f00d";
}

.icon-close::before {
  content: "\f00d";
}

.icon-multiply::before {
  content: "\f00d";
}

.icon-remove::before {
  content: "\f00d";
}

.icon-times::before {
  content: "\f00d";
}

.icon-y::before {
  content: "Y";
}

.icon-yen-sign::before {
  content: "\f157";
}

.icon-cny::before {
  content: "\f157";
}

.icon-jpy::before {
  content: "\f157";
}

.icon-rmb::before {
  content: "\f157";
}

.icon-yen::before {
  content: "\f157";
}

.icon-yin-yang::before {
  content: "\f6ad";
}

.icon-z::before {
  content: "Z";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --icon-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fontawesome-free-6.0.0-web/webfonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fontawesome-free-6.0.0-web/webfonts/fa-regular-400.ttf") format("truetype");
}
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

/*!
 * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --icon-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fontawesome-free-6.0.0-web/webfonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fontawesome-free-6.0.0-web/webfonts/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --icon-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fontawesome-free-6.0.0-web/webfonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fontawesome-free-6.0.0-web/webfonts/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon-42-group:before {
  content: "\e080";
}

.icon-innosoft:before {
  content: "\e080";
}

.icon-500px:before {
  content: "\f26e";
}

.icon-accessible-icon:before {
  content: "\f368";
}

.icon-accusoft:before {
  content: "\f369";
}

.icon-adn:before {
  content: "\f170";
}

.icon-adversal:before {
  content: "\f36a";
}

.icon-affiliatetheme:before {
  content: "\f36b";
}

.icon-airbnb:before {
  content: "\f834";
}

.icon-algolia:before {
  content: "\f36c";
}

.icon-alipay:before {
  content: "\f642";
}

.icon-amazon:before {
  content: "\f270";
}

.icon-amazon-pay:before {
  content: "\f42c";
}

.icon-amilia:before {
  content: "\f36d";
}

.icon-android:before {
  content: "\f17b";
}

.icon-angellist:before {
  content: "\f209";
}

.icon-angrycreative:before {
  content: "\f36e";
}

.icon-angular:before {
  content: "\f420";
}

.icon-app-store:before {
  content: "\f36f";
}

.icon-app-store-ios:before {
  content: "\f370";
}

.icon-apper:before {
  content: "\f371";
}

.icon-apple:before {
  content: "\f179";
}

.icon-apple-pay:before {
  content: "\f415";
}

.icon-artstation:before {
  content: "\f77a";
}

.icon-asymmetrik:before {
  content: "\f372";
}

.icon-atlassian:before {
  content: "\f77b";
}

.icon-audible:before {
  content: "\f373";
}

.icon-autoprefixer:before {
  content: "\f41c";
}

.icon-avianex:before {
  content: "\f374";
}

.icon-aviato:before {
  content: "\f421";
}

.icon-aws:before {
  content: "\f375";
}

.icon-bandcamp:before {
  content: "\f2d5";
}

.icon-battle-net:before {
  content: "\f835";
}

.icon-behance:before {
  content: "\f1b4";
}

.icon-behance-square:before {
  content: "\f1b5";
}

.icon-bilibili:before {
  content: "\e3d9";
}

.icon-bimobject:before {
  content: "\f378";
}

.icon-bitbucket:before {
  content: "\f171";
}

.icon-bitcoin:before {
  content: "\f379";
}

.icon-bity:before {
  content: "\f37a";
}

.icon-black-tie:before {
  content: "\f27e";
}

.icon-blackberry:before {
  content: "\f37b";
}

.icon-blogger:before {
  content: "\f37c";
}

.icon-blogger-b:before {
  content: "\f37d";
}

.icon-bluetooth:before {
  content: "\f293";
}

.icon-bluetooth-b:before {
  content: "\f294";
}

.icon-bootstrap:before {
  content: "\f836";
}

.icon-bots:before {
  content: "\e340";
}

.icon-btc:before {
  content: "\f15a";
}

.icon-buffer:before {
  content: "\f837";
}

.icon-buromobelexperte:before {
  content: "\f37f";
}

.icon-buy-n-large:before {
  content: "\f8a6";
}

.icon-buysellads:before {
  content: "\f20d";
}

.icon-canadian-maple-leaf:before {
  content: "\f785";
}

.icon-cc-amazon-pay:before {
  content: "\f42d";
}

.icon-cc-amex:before {
  content: "\f1f3";
}

.icon-cc-apple-pay:before {
  content: "\f416";
}

.icon-cc-diners-club:before {
  content: "\f24c";
}

.icon-cc-discover:before {
  content: "\f1f2";
}

.icon-cc-jcb:before {
  content: "\f24b";
}

.icon-cc-mastercard:before {
  content: "\f1f1";
}

.icon-cc-paypal:before {
  content: "\f1f4";
}

.icon-cc-stripe:before {
  content: "\f1f5";
}

.icon-cc-visa:before {
  content: "\f1f0";
}

.icon-centercode:before {
  content: "\f380";
}

.icon-centos:before {
  content: "\f789";
}

.icon-chrome:before {
  content: "\f268";
}

.icon-chromecast:before {
  content: "\f838";
}

.icon-cloudflare:before {
  content: "\e07d";
}

.icon-cloudscale:before {
  content: "\f383";
}

.icon-cloudsmith:before {
  content: "\f384";
}

.icon-cloudversify:before {
  content: "\f385";
}

.icon-cmplid:before {
  content: "\e360";
}

.icon-codepen:before {
  content: "\f1cb";
}

.icon-codiepie:before {
  content: "\f284";
}

.icon-confluence:before {
  content: "\f78d";
}

.icon-connectdevelop:before {
  content: "\f20e";
}

.icon-contao:before {
  content: "\f26d";
}

.icon-cotton-bureau:before {
  content: "\f89e";
}

.icon-cpanel:before {
  content: "\f388";
}

.icon-creative-commons:before {
  content: "\f25e";
}

.icon-creative-commons-by:before {
  content: "\f4e7";
}

.icon-creative-commons-nc:before {
  content: "\f4e8";
}

.icon-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.icon-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.icon-creative-commons-nd:before {
  content: "\f4eb";
}

.icon-creative-commons-pd:before {
  content: "\f4ec";
}

.icon-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.icon-creative-commons-remix:before {
  content: "\f4ee";
}

.icon-creative-commons-sa:before {
  content: "\f4ef";
}

.icon-creative-commons-sampling:before {
  content: "\f4f0";
}

.icon-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.icon-creative-commons-share:before {
  content: "\f4f2";
}

.icon-creative-commons-zero:before {
  content: "\f4f3";
}

.icon-critical-role:before {
  content: "\f6c9";
}

.icon-css3:before {
  content: "\f13c";
}

.icon-css3-alt:before {
  content: "\f38b";
}

.icon-cuttlefish:before {
  content: "\f38c";
}

.icon-d-and-d:before {
  content: "\f38d";
}

.icon-d-and-d-beyond:before {
  content: "\f6ca";
}

.icon-dailymotion:before {
  content: "\e052";
}

.icon-dashcube:before {
  content: "\f210";
}

.icon-deezer:before {
  content: "\e077";
}

.icon-delicious:before {
  content: "\f1a5";
}

.icon-deploydog:before {
  content: "\f38e";
}

.icon-deskpro:before {
  content: "\f38f";
}

.icon-dev:before {
  content: "\f6cc";
}

.icon-deviantart:before {
  content: "\f1bd";
}

.icon-dhl:before {
  content: "\f790";
}

.icon-diaspora:before {
  content: "\f791";
}

.icon-digg:before {
  content: "\f1a6";
}

.icon-digital-ocean:before {
  content: "\f391";
}

.icon-discord:before {
  content: "\f392";
}

.icon-discourse:before {
  content: "\f393";
}

.icon-dochub:before {
  content: "\f394";
}

.icon-docker:before {
  content: "\f395";
}

.icon-draft2digital:before {
  content: "\f396";
}

.icon-dribbble:before {
  content: "\f17d";
}

.icon-dribbble-square:before {
  content: "\f397";
}

.icon-dropbox:before {
  content: "\f16b";
}

.icon-drupal:before {
  content: "\f1a9";
}

.icon-dyalog:before {
  content: "\f399";
}

.icon-earlybirds:before {
  content: "\f39a";
}

.icon-ebay:before {
  content: "\f4f4";
}

.icon-edge:before {
  content: "\f282";
}

.icon-edge-legacy:before {
  content: "\e078";
}

.icon-elementor:before {
  content: "\f430";
}

.icon-ello:before {
  content: "\f5f1";
}

.icon-ember:before {
  content: "\f423";
}

.icon-empire:before {
  content: "\f1d1";
}

.icon-envira:before {
  content: "\f299";
}

.icon-erlang:before {
  content: "\f39d";
}

.icon-ethereum:before {
  content: "\f42e";
}

.icon-etsy:before {
  content: "\f2d7";
}

.icon-evernote:before {
  content: "\f839";
}

.icon-expeditedssl:before {
  content: "\f23e";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-facebook-f:before {
  content: "\f39e";
}

.icon-facebook-messenger:before {
  content: "\f39f";
}

.icon-facebook-square:before {
  content: "\f082";
}

.icon-fantasy-flight-games:before {
  content: "\f6dc";
}

.icon-fedex:before {
  content: "\f797";
}

.icon-fedora:before {
  content: "\f798";
}

.icon-figma:before {
  content: "\f799";
}

.icon-firefox:before {
  content: "\f269";
}

.icon-firefox-browser:before {
  content: "\e007";
}

.icon-first-order:before {
  content: "\f2b0";
}

.icon-first-order-alt:before {
  content: "\f50a";
}

.icon-firstdraft:before {
  content: "\f3a1";
}

.icon-flickr:before {
  content: "\f16e";
}

.icon-flipboard:before {
  content: "\f44d";
}

.icon-fly:before {
  content: "\f417";
}

.icon-font-awesome:before {
  content: "\f2b4";
}

.icon-font-awesome-flag:before {
  content: "\f2b4";
}

.icon-font-awesome-logo-full:before {
  content: "\f2b4";
}

.icon-fonticons:before {
  content: "\f280";
}

.icon-fonticons-fi:before {
  content: "\f3a2";
}

.icon-fort-awesome:before {
  content: "\f286";
}

.icon-fort-awesome-alt:before {
  content: "\f3a3";
}

.icon-forumbee:before {
  content: "\f211";
}

.icon-foursquare:before {
  content: "\f180";
}

.icon-free-code-camp:before {
  content: "\f2c5";
}

.icon-freebsd:before {
  content: "\f3a4";
}

.icon-fulcrum:before {
  content: "\f50b";
}

.icon-galactic-republic:before {
  content: "\f50c";
}

.icon-galactic-senate:before {
  content: "\f50d";
}

.icon-get-pocket:before {
  content: "\f265";
}

.icon-gg:before {
  content: "\f260";
}

.icon-gg-circle:before {
  content: "\f261";
}

.icon-git:before {
  content: "\f1d3";
}

.icon-git-alt:before {
  content: "\f841";
}

.icon-git-square:before {
  content: "\f1d2";
}

.icon-github:before {
  content: "\f09b";
}

.icon-github-alt:before {
  content: "\f113";
}

.icon-github-square:before {
  content: "\f092";
}

.icon-gitkraken:before {
  content: "\f3a6";
}

.icon-gitlab:before {
  content: "\f296";
}

.icon-gitter:before {
  content: "\f426";
}

.icon-glide:before {
  content: "\f2a5";
}

.icon-glide-g:before {
  content: "\f2a6";
}

.icon-gofore:before {
  content: "\f3a7";
}

.icon-golang:before {
  content: "\e40f";
}

.icon-goodreads:before {
  content: "\f3a8";
}

.icon-goodreads-g:before {
  content: "\f3a9";
}

.icon-google:before {
  content: "\f1a0";
}

.icon-google-drive:before {
  content: "\f3aa";
}

.icon-google-pay:before {
  content: "\e079";
}

.icon-google-play:before {
  content: "\f3ab";
}

.icon-google-plus:before {
  content: "\f2b3";
}

.icon-google-plus-g:before {
  content: "\f0d5";
}

.icon-google-plus-square:before {
  content: "\f0d4";
}

.icon-google-wallet:before {
  content: "\f1ee";
}

.icon-gratipay:before {
  content: "\f184";
}

.icon-grav:before {
  content: "\f2d6";
}

.icon-gripfire:before {
  content: "\f3ac";
}

.icon-grunt:before {
  content: "\f3ad";
}

.icon-guilded:before {
  content: "\e07e";
}

.icon-gulp:before {
  content: "\f3ae";
}

.icon-hacker-news:before {
  content: "\f1d4";
}

.icon-hacker-news-square:before {
  content: "\f3af";
}

.icon-hackerrank:before {
  content: "\f5f7";
}

.icon-hashnode:before {
  content: "\e499";
}

.icon-hips:before {
  content: "\f452";
}

.icon-hire-a-helper:before {
  content: "\f3b0";
}

.icon-hive:before {
  content: "\e07f";
}

.icon-hooli:before {
  content: "\f427";
}

.icon-hornbill:before {
  content: "\f592";
}

.icon-hotjar:before {
  content: "\f3b1";
}

.icon-houzz:before {
  content: "\f27c";
}

.icon-html5:before {
  content: "\f13b";
}

.icon-hubspot:before {
  content: "\f3b2";
}

.icon-ideal:before {
  content: "\e013";
}

.icon-imdb:before {
  content: "\f2d8";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-instagram-square:before {
  content: "\e055";
}

.icon-instalod:before {
  content: "\e081";
}

.icon-intercom:before {
  content: "\f7af";
}

.icon-internet-explorer:before {
  content: "\f26b";
}

.icon-invision:before {
  content: "\f7b0";
}

.icon-ioxhost:before {
  content: "\f208";
}

.icon-itch-io:before {
  content: "\f83a";
}

.icon-itunes:before {
  content: "\f3b4";
}

.icon-itunes-note:before {
  content: "\f3b5";
}

.icon-java:before {
  content: "\f4e4";
}

.icon-jedi-order:before {
  content: "\f50e";
}

.icon-jenkins:before {
  content: "\f3b6";
}

.icon-jira:before {
  content: "\f7b1";
}

.icon-joget:before {
  content: "\f3b7";
}

.icon-joomla:before {
  content: "\f1aa";
}

.icon-js:before {
  content: "\f3b8";
}

.icon-js-square:before {
  content: "\f3b9";
}

.icon-jsfiddle:before {
  content: "\f1cc";
}

.icon-kaggle:before {
  content: "\f5fa";
}

.icon-keybase:before {
  content: "\f4f5";
}

.icon-keycdn:before {
  content: "\f3ba";
}

.icon-kickstarter:before {
  content: "\f3bb";
}

.icon-kickstarter-k:before {
  content: "\f3bc";
}

.icon-korvue:before {
  content: "\f42f";
}

.icon-laravel:before {
  content: "\f3bd";
}

.icon-lastfm:before {
  content: "\f202";
}

.icon-lastfm-square:before {
  content: "\f203";
}

.icon-leanpub:before {
  content: "\f212";
}

.icon-less:before {
  content: "\f41d";
}

.icon-line:before {
  content: "\f3c0";
}

.icon-linkedin:before {
  content: "\f08c";
}

.icon-linkedin-in:before {
  content: "\f0e1";
}

.icon-linode:before {
  content: "\f2b8";
}

.icon-linux:before {
  content: "\f17c";
}

.icon-lyft:before {
  content: "\f3c3";
}

.icon-magento:before {
  content: "\f3c4";
}

.icon-mailchimp:before {
  content: "\f59e";
}

.icon-mandalorian:before {
  content: "\f50f";
}

.icon-markdown:before {
  content: "\f60f";
}

.icon-mastodon:before {
  content: "\f4f6";
}

.icon-maxcdn:before {
  content: "\f136";
}

.icon-mdb:before {
  content: "\f8ca";
}

.icon-medapps:before {
  content: "\f3c6";
}

.icon-medium:before {
  content: "\f23a";
}

.icon-medium-m:before {
  content: "\f23a";
}

.icon-medrt:before {
  content: "\f3c8";
}

.icon-meetup:before {
  content: "\f2e0";
}

.icon-megaport:before {
  content: "\f5a3";
}

.icon-mendeley:before {
  content: "\f7b3";
}

.icon-microblog:before {
  content: "\e01a";
}

.icon-microsoft:before {
  content: "\f3ca";
}

.icon-mix:before {
  content: "\f3cb";
}

.icon-mixcloud:before {
  content: "\f289";
}

.icon-mixer:before {
  content: "\e056";
}

.icon-mizuni:before {
  content: "\f3cc";
}

.icon-modx:before {
  content: "\f285";
}

.icon-monero:before {
  content: "\f3d0";
}

.icon-napster:before {
  content: "\f3d2";
}

.icon-neos:before {
  content: "\f612";
}

.icon-nimblr:before {
  content: "\f5a8";
}

.icon-node:before {
  content: "\f419";
}

.icon-node-js:before {
  content: "\f3d3";
}

.icon-npm:before {
  content: "\f3d4";
}

.icon-ns8:before {
  content: "\f3d5";
}

.icon-nutritionix:before {
  content: "\f3d6";
}

.icon-octopus-deploy:before {
  content: "\e082";
}

.icon-odnoklassniki:before {
  content: "\f263";
}

.icon-odnoklassniki-square:before {
  content: "\f264";
}

.icon-old-republic:before {
  content: "\f510";
}

.icon-opencart:before {
  content: "\f23d";
}

.icon-openid:before {
  content: "\f19b";
}

.icon-opera:before {
  content: "\f26a";
}

.icon-optin-monster:before {
  content: "\f23c";
}

.icon-orcid:before {
  content: "\f8d2";
}

.icon-osi:before {
  content: "\f41a";
}

.icon-padlet:before {
  content: "\e4a0";
}

.icon-page4:before {
  content: "\f3d7";
}

.icon-pagelines:before {
  content: "\f18c";
}

.icon-palfed:before {
  content: "\f3d8";
}

.icon-patreon:before {
  content: "\f3d9";
}

.icon-paypal:before {
  content: "\f1ed";
}

.icon-perbyte:before {
  content: "\e083";
}

.icon-periscope:before {
  content: "\f3da";
}

.icon-phabricator:before {
  content: "\f3db";
}

.icon-phoenix-framework:before {
  content: "\f3dc";
}

.icon-phoenix-squadron:before {
  content: "\f511";
}

.icon-php:before {
  content: "\f457";
}

.icon-pied-piper:before {
  content: "\f2ae";
}

.icon-pied-piper-alt:before {
  content: "\f1a8";
}

.icon-pied-piper-hat:before {
  content: "\f4e5";
}

.icon-pied-piper-pp:before {
  content: "\f1a7";
}

.icon-pied-piper-square:before {
  content: "\e01e";
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-pinterest-p:before {
  content: "\f231";
}

.icon-pinterest-square:before {
  content: "\f0d3";
}

.icon-pix:before {
  content: "\e43a";
}

.icon-playstation:before {
  content: "\f3df";
}

.icon-product-hunt:before {
  content: "\f288";
}

.icon-pushed:before {
  content: "\f3e1";
}

.icon-python:before {
  content: "\f3e2";
}

.icon-qq:before {
  content: "\f1d6";
}

.icon-quinscape:before {
  content: "\f459";
}

.icon-quora:before {
  content: "\f2c4";
}

.icon-r-project:before {
  content: "\f4f7";
}

.icon-raspberry-pi:before {
  content: "\f7bb";
}

.icon-ravelry:before {
  content: "\f2d9";
}

.icon-react:before {
  content: "\f41b";
}

.icon-reacteurope:before {
  content: "\f75d";
}

.icon-readme:before {
  content: "\f4d5";
}

.icon-rebel:before {
  content: "\f1d0";
}

.icon-red-river:before {
  content: "\f3e3";
}

.icon-reddit:before {
  content: "\f1a1";
}

.icon-reddit-alien:before {
  content: "\f281";
}

.icon-reddit-square:before {
  content: "\f1a2";
}

.icon-redhat:before {
  content: "\f7bc";
}

.icon-renren:before {
  content: "\f18b";
}

.icon-replyd:before {
  content: "\f3e6";
}

.icon-researchgate:before {
  content: "\f4f8";
}

.icon-resolving:before {
  content: "\f3e7";
}

.icon-rev:before {
  content: "\f5b2";
}

.icon-rocketchat:before {
  content: "\f3e8";
}

.icon-rockrms:before {
  content: "\f3e9";
}

.icon-rust:before {
  content: "\e07a";
}

.icon-safari:before {
  content: "\f267";
}

.icon-salesforce:before {
  content: "\f83b";
}

.icon-sass:before {
  content: "\f41e";
}

.icon-schlix:before {
  content: "\f3ea";
}

.icon-scribd:before {
  content: "\f28a";
}

.icon-searchengin:before {
  content: "\f3eb";
}

.icon-sellcast:before {
  content: "\f2da";
}

.icon-sellsy:before {
  content: "\f213";
}

.icon-servicestack:before {
  content: "\f3ec";
}

.icon-shirtsinbulk:before {
  content: "\f214";
}

.icon-shopify:before {
  content: "\e057";
}

.icon-shopware:before {
  content: "\f5b5";
}

.icon-simplybuilt:before {
  content: "\f215";
}

.icon-sistrix:before {
  content: "\f3ee";
}

.icon-sith:before {
  content: "\f512";
}

.icon-sitrox:before {
  content: "\e44a";
}

.icon-sketch:before {
  content: "\f7c6";
}

.icon-skyatlas:before {
  content: "\f216";
}

.icon-skype:before {
  content: "\f17e";
}

.icon-slack:before {
  content: "\f198";
}

.icon-slack-hash:before {
  content: "\f198";
}

.icon-slideshare:before {
  content: "\f1e7";
}

.icon-snapchat:before {
  content: "\f2ab";
}

.icon-snapchat-ghost:before {
  content: "\f2ab";
}

.icon-snapchat-square:before {
  content: "\f2ad";
}

.icon-soundcloud:before {
  content: "\f1be";
}

.icon-sourcetree:before {
  content: "\f7d3";
}

.icon-speakap:before {
  content: "\f3f3";
}

.icon-speaker-deck:before {
  content: "\f83c";
}

.icon-spotify:before {
  content: "\f1bc";
}

.icon-square-font-awesome:before {
  content: "\f425";
}

.icon-square-font-awesome-stroke:before {
  content: "\f35c";
}

.icon-font-awesome-alt:before {
  content: "\f35c";
}

.icon-squarespace:before {
  content: "\f5be";
}

.icon-stack-exchange:before {
  content: "\f18d";
}

.icon-stack-overflow:before {
  content: "\f16c";
}

.icon-stackpath:before {
  content: "\f842";
}

.icon-staylinked:before {
  content: "\f3f5";
}

.icon-steam:before {
  content: "\f1b6";
}

.icon-steam-square:before {
  content: "\f1b7";
}

.icon-steam-symbol:before {
  content: "\f3f6";
}

.icon-sticker-mule:before {
  content: "\f3f7";
}

.icon-strava:before {
  content: "\f428";
}

.icon-stripe:before {
  content: "\f429";
}

.icon-stripe-s:before {
  content: "\f42a";
}

.icon-studiovinari:before {
  content: "\f3f8";
}

.icon-stumbleupon:before {
  content: "\f1a4";
}

.icon-stumbleupon-circle:before {
  content: "\f1a3";
}

.icon-superpowers:before {
  content: "\f2dd";
}

.icon-supple:before {
  content: "\f3f9";
}

.icon-suse:before {
  content: "\f7d6";
}

.icon-swift:before {
  content: "\f8e1";
}

.icon-symfony:before {
  content: "\f83d";
}

.icon-teamspeak:before {
  content: "\f4f9";
}

.icon-telegram:before {
  content: "\f2c6";
}

.icon-telegram-plane:before {
  content: "\f2c6";
}

.icon-tencent-weibo:before {
  content: "\f1d5";
}

.icon-the-red-yeti:before {
  content: "\f69d";
}

.icon-themeco:before {
  content: "\f5c6";
}

.icon-themeisle:before {
  content: "\f2b2";
}

.icon-think-peaks:before {
  content: "\f731";
}

.icon-tiktok:before {
  content: "\e07b";
}

.icon-trade-federation:before {
  content: "\f513";
}

.icon-trello:before {
  content: "\f181";
}

.icon-tumblr:before {
  content: "\f173";
}

.icon-tumblr-square:before {
  content: "\f174";
}

.icon-twitch:before {
  content: "\f1e8";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-twitter-square:before {
  content: "\f081";
}

.icon-typo3:before {
  content: "\f42b";
}

.icon-uber:before {
  content: "\f402";
}

.icon-ubuntu:before {
  content: "\f7df";
}

.icon-uikit:before {
  content: "\f403";
}

.icon-umbraco:before {
  content: "\f8e8";
}

.icon-uncharted:before {
  content: "\e084";
}

.icon-uniregistry:before {
  content: "\f404";
}

.icon-unity:before {
  content: "\e049";
}

.icon-unsplash:before {
  content: "\e07c";
}

.icon-untappd:before {
  content: "\f405";
}

.icon-ups:before {
  content: "\f7e0";
}

.icon-usb:before {
  content: "\f287";
}

.icon-usps:before {
  content: "\f7e1";
}

.icon-ussunnah:before {
  content: "\f407";
}

.icon-vaadin:before {
  content: "\f408";
}

.icon-viacoin:before {
  content: "\f237";
}

.icon-viadeo:before {
  content: "\f2a9";
}

.icon-viadeo-square:before {
  content: "\f2aa";
}

.icon-viber:before {
  content: "\f409";
}

.icon-vimeo:before {
  content: "\f40a";
}

.icon-vimeo-square:before {
  content: "\f194";
}

.icon-vimeo-v:before {
  content: "\f27d";
}

.icon-vine:before {
  content: "\f1ca";
}

.icon-vk:before {
  content: "\f189";
}

.icon-vnv:before {
  content: "\f40b";
}

.icon-vuejs:before {
  content: "\f41f";
}

.icon-watchman-monitoring:before {
  content: "\e087";
}

.icon-waze:before {
  content: "\f83f";
}

.icon-weebly:before {
  content: "\f5cc";
}

.icon-weibo:before {
  content: "\f18a";
}

.icon-weixin:before {
  content: "\f1d7";
}

.icon-whatsapp:before {
  content: "\f232";
}

.icon-whatsapp-square:before {
  content: "\f40c";
}

.icon-whmcs:before {
  content: "\f40d";
}

.icon-wikipedia-w:before {
  content: "\f266";
}

.icon-windows:before {
  content: "\f17a";
}

.icon-wirsindhandwerk:before {
  content: "\e2d0";
}

.icon-wsh:before {
  content: "\e2d0";
}

.icon-wix:before {
  content: "\f5cf";
}

.icon-wizards-of-the-coast:before {
  content: "\f730";
}

.icon-wodu:before {
  content: "\e088";
}

.icon-wolf-pack-battalion:before {
  content: "\f514";
}

.icon-wordpress:before {
  content: "\f19a";
}

.icon-wordpress-simple:before {
  content: "\f411";
}

.icon-wpbeginner:before {
  content: "\f297";
}

.icon-wpexplorer:before {
  content: "\f2de";
}

.icon-wpforms:before {
  content: "\f298";
}

.icon-wpressr:before {
  content: "\f3e4";
}

.icon-xbox:before {
  content: "\f412";
}

.icon-xing:before {
  content: "\f168";
}

.icon-xing-square:before {
  content: "\f169";
}

.icon-y-combinator:before {
  content: "\f23b";
}

.icon-yahoo:before {
  content: "\f19e";
}

.icon-yammer:before {
  content: "\f840";
}

.icon-yandex:before {
  content: "\f413";
}

.icon-yandex-international:before {
  content: "\f414";
}

.icon-yarn:before {
  content: "\f7e3";
}

.icon-yelp:before {
  content: "\f1e9";
}

.icon-yoast:before {
  content: "\f2b1";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-youtube-square:before {
  content: "\f431";
}

.icon-zhihu:before {
  content: "\f63f";
}

/*!
 * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.icon.icon-glass:before {
  content: "\f000";
}

.icon.icon-envelope-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-envelope-o:before {
  content: "\f0e0";
}

.icon.icon-star-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-star-o:before {
  content: "\f005";
}

.icon.icon-remove:before {
  content: "\f00d";
}

.icon.icon-close:before {
  content: "\f00d";
}

.icon.icon-gear:before {
  content: "\f013";
}

.icon.icon-trash-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-trash-o:before {
  content: "\f2ed";
}

.icon.icon-home:before {
  content: "\f015";
}

.icon.icon-file-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-file-o:before {
  content: "\f15b";
}

.icon.icon-clock-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-clock-o:before {
  content: "\f017";
}

.icon.icon-arrow-circle-o-down {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-arrow-circle-o-down:before {
  content: "\f358";
}

.icon.icon-arrow-circle-o-up {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-arrow-circle-o-up:before {
  content: "\f35b";
}

.icon.icon-play-circle-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-play-circle-o:before {
  content: "\f144";
}

.icon.icon-repeat:before {
  content: "\f01e";
}

.icon.icon-rotate-right:before {
  content: "\f01e";
}

.icon.icon-refresh:before {
  content: "\f021";
}

.icon.icon-list-alt {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-list-alt:before {
  content: "\f022";
}

.icon.icon-dedent:before {
  content: "\f03b";
}

.icon.icon-video-camera:before {
  content: "\f03d";
}

.icon.icon-picture-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-picture-o:before {
  content: "\f03e";
}

.icon.icon-photo {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-photo:before {
  content: "\f03e";
}

.icon.icon-image {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-image:before {
  content: "\f03e";
}

.icon.icon-map-marker:before {
  content: "\f3c5";
}

.icon.icon-pencil-square-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-pencil-square-o:before {
  content: "\f044";
}

.icon.icon-edit {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-edit:before {
  content: "\f044";
}

.icon.icon-share-square-o:before {
  content: "\f14d";
}

.icon.icon-check-square-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-check-square-o:before {
  content: "\f14a";
}

.icon.icon-arrows:before {
  content: "\f0b2";
}

.icon.icon-times-circle-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-times-circle-o:before {
  content: "\f057";
}

.icon.icon-check-circle-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-check-circle-o:before {
  content: "\f058";
}

.icon.icon-mail-forward:before {
  content: "\f064";
}

.icon.icon-expand:before {
  content: "\f424";
}

.icon.icon-compress:before {
  content: "\f422";
}

.icon.icon-eye {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-eye-slash {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-warning:before {
  content: "\f071";
}

.icon.icon-calendar:before {
  content: "\f073";
}

.icon.icon-arrows-v:before {
  content: "\f338";
}

.icon.icon-arrows-h:before {
  content: "\f337";
}

.icon.icon-bar-chart:before {
  content: "\e0e3";
}

.icon.icon-bar-chart-o:before {
  content: "\e0e3";
}

.icon.icon-twitter-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-facebook-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-gears:before {
  content: "\f085";
}

.icon.icon-thumbs-o-up {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-thumbs-o-up:before {
  content: "\f164";
}

.icon.icon-thumbs-o-down {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-thumbs-o-down:before {
  content: "\f165";
}

.icon.icon-heart-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-heart-o:before {
  content: "\f004";
}

.icon.icon-sign-out:before {
  content: "\f2f5";
}

.icon.icon-linkedin-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-linkedin-square:before {
  content: "\f08c";
}

.icon.icon-thumb-tack:before {
  content: "\f08d";
}

.icon.icon-external-link:before {
  content: "\f35d";
}

.icon.icon-sign-in:before {
  content: "\f2f6";
}

.icon.icon-github-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-lemon-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-lemon-o:before {
  content: "\f094";
}

.icon.icon-square-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-square-o:before {
  content: "\f0c8";
}

.icon.icon-bookmark-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-bookmark-o:before {
  content: "\f02e";
}

.icon.icon-twitter {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-facebook {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-facebook:before {
  content: "\f39e";
}

.icon.icon-facebook-f {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-facebook-f:before {
  content: "\f39e";
}

.icon.icon-github {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-credit-card {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-feed:before {
  content: "\f09e";
}

.icon.icon-hdd-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-hdd-o:before {
  content: "\f0a0";
}

.icon.icon-hand-o-right {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-hand-o-right:before {
  content: "\f0a4";
}

.icon.icon-hand-o-left {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-hand-o-left:before {
  content: "\f0a5";
}

.icon.icon-hand-o-up {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-hand-o-up:before {
  content: "\f0a6";
}

.icon.icon-hand-o-down {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-hand-o-down:before {
  content: "\f0a7";
}

.icon.icon-globe:before {
  content: "\f57d";
}

.icon.icon-tasks:before {
  content: "\f828";
}

.icon.icon-arrows-alt:before {
  content: "\f31e";
}

.icon.icon-group:before {
  content: "\f0c0";
}

.icon.icon-chain:before {
  content: "\f0c1";
}

.icon.icon-cut:before {
  content: "\f0c4";
}

.icon.icon-files-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-files-o:before {
  content: "\f0c5";
}

.icon.icon-floppy-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-floppy-o:before {
  content: "\f0c7";
}

.icon.icon-save {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-save:before {
  content: "\f0c7";
}

.icon.icon-navicon:before {
  content: "\f0c9";
}

.icon.icon-reorder:before {
  content: "\f0c9";
}

.icon.icon-magic:before {
  content: "\e2ca";
}

.icon.icon-pinterest {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-pinterest-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-google-plus-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-google-plus {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-google-plus:before {
  content: "\f0d5";
}

.icon.icon-money:before {
  content: "\f3d1";
}

.icon.icon-unsorted:before {
  content: "\f0dc";
}

.icon.icon-sort-desc:before {
  content: "\f0dd";
}

.icon.icon-sort-asc:before {
  content: "\f0de";
}

.icon.icon-linkedin {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-linkedin:before {
  content: "\f0e1";
}

.icon.icon-rotate-left:before {
  content: "\f0e2";
}

.icon.icon-legal:before {
  content: "\f0e3";
}

.icon.icon-tachometer:before {
  content: "\f625";
}

.icon.icon-dashboard:before {
  content: "\f625";
}

.icon.icon-comment-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-comment-o:before {
  content: "\f075";
}

.icon.icon-comments-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-comments-o:before {
  content: "\f086";
}

.icon.icon-flash:before {
  content: "\f0e7";
}

.icon.icon-clipboard:before {
  content: "\f0ea";
}

.icon.icon-lightbulb-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-lightbulb-o:before {
  content: "\f0eb";
}

.icon.icon-exchange:before {
  content: "\f362";
}

.icon.icon-cloud-download:before {
  content: "\f0ed";
}

.icon.icon-cloud-upload:before {
  content: "\f0ee";
}

.icon.icon-bell-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-bell-o:before {
  content: "\f0f3";
}

.icon.icon-cutlery:before {
  content: "\f2e7";
}

.icon.icon-file-text-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-file-text-o:before {
  content: "\f15c";
}

.icon.icon-building-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-building-o:before {
  content: "\f1ad";
}

.icon.icon-hospital-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-hospital-o:before {
  content: "\f0f8";
}

.icon.icon-tablet:before {
  content: "\f3fa";
}

.icon.icon-mobile:before {
  content: "\f3cd";
}

.icon.icon-mobile-phone:before {
  content: "\f3cd";
}

.icon.icon-circle-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-circle-o:before {
  content: "\f111";
}

.icon.icon-mail-reply:before {
  content: "\f3e5";
}

.icon.icon-github-alt {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-folder-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-folder-o:before {
  content: "\f07b";
}

.icon.icon-folder-open-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-folder-open-o:before {
  content: "\f07c";
}

.icon.icon-smile-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-smile-o:before {
  content: "\f118";
}

.icon.icon-frown-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-frown-o:before {
  content: "\f119";
}

.icon.icon-meh-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-meh-o:before {
  content: "\f11a";
}

.icon.icon-keyboard-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-keyboard-o:before {
  content: "\f11c";
}

.icon.icon-flag-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-flag-o:before {
  content: "\f024";
}

.icon.icon-mail-reply-all:before {
  content: "\f122";
}

.icon.icon-star-half-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-star-half-o:before {
  content: "\f5c0";
}

.icon.icon-star-half-empty {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-star-half-empty:before {
  content: "\f5c0";
}

.icon.icon-star-half-full {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-star-half-full:before {
  content: "\f5c0";
}

.icon.icon-code-fork:before {
  content: "\f126";
}

.icon.icon-chain-broken:before {
  content: "\f127";
}

.icon.icon-unlink:before {
  content: "\f127";
}

.icon.icon-calendar-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-calendar-o:before {
  content: "\f133";
}

.icon.icon-maxcdn {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-html5 {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-css3 {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-unlock-alt:before {
  content: "\f09c";
}

.icon.icon-minus-square-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-minus-square-o:before {
  content: "\f146";
}

.icon.icon-level-up:before {
  content: "\f3bf";
}

.icon.icon-level-down:before {
  content: "\f3be";
}

.icon.icon-pencil-square:before {
  content: "\f14b";
}

.icon.icon-external-link-square:before {
  content: "\f360";
}

.icon.icon-compass {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-caret-square-o-down {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-caret-square-o-down:before {
  content: "\f150";
}

.icon.icon-toggle-down {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-toggle-down:before {
  content: "\f150";
}

.icon.icon-caret-square-o-up {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-caret-square-o-up:before {
  content: "\f151";
}

.icon.icon-toggle-up {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-toggle-up:before {
  content: "\f151";
}

.icon.icon-caret-square-o-right {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-caret-square-o-right:before {
  content: "\f152";
}

.icon.icon-toggle-right {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-toggle-right:before {
  content: "\f152";
}

.icon.icon-eur:before {
  content: "\f153";
}

.icon.icon-euro:before {
  content: "\f153";
}

.icon.icon-gbp:before {
  content: "\f154";
}

.icon.icon-usd:before {
  content: "\$";
}

.icon.icon-dollar:before {
  content: "\$";
}

.icon.icon-inr:before {
  content: "\e1bc";
}

.icon.icon-rupee:before {
  content: "\e1bc";
}

.icon.icon-jpy:before {
  content: "\f157";
}

.icon.icon-cny:before {
  content: "\f157";
}

.icon.icon-rmb:before {
  content: "\f157";
}

.icon.icon-yen:before {
  content: "\f157";
}

.icon.icon-rub:before {
  content: "\f158";
}

.icon.icon-ruble:before {
  content: "\f158";
}

.icon.icon-rouble:before {
  content: "\f158";
}

.icon.icon-krw:before {
  content: "\f159";
}

.icon.icon-won:before {
  content: "\f159";
}

.icon.icon-btc {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-bitcoin {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-bitcoin:before {
  content: "\f15a";
}

.icon.icon-file-text:before {
  content: "\f15c";
}

.icon.icon-sort-alpha-asc:before {
  content: "\f15d";
}

.icon.icon-sort-alpha-desc:before {
  content: "\f881";
}

.icon.icon-sort-amount-asc:before {
  content: "\f884";
}

.icon.icon-sort-amount-desc:before {
  content: "\f160";
}

.icon.icon-sort-numeric-asc:before {
  content: "\f162";
}

.icon.icon-sort-numeric-desc:before {
  content: "\f886";
}

.icon.icon-youtube-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-youtube {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-xing {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-xing-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-youtube-play {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-youtube-play:before {
  content: "\f167";
}

.icon.icon-dropbox {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-stack-overflow {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-instagram {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-flickr {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-adn {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-bitbucket {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-bitbucket-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-bitbucket-square:before {
  content: "\f171";
}

.icon.icon-tumblr {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-tumblr-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-long-arrow-down:before {
  content: "\f309";
}

.icon.icon-long-arrow-up:before {
  content: "\f30c";
}

.icon.icon-long-arrow-left:before {
  content: "\f30a";
}

.icon.icon-long-arrow-right:before {
  content: "\f30b";
}

.icon.icon-apple {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-windows {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-android {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-linux {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-dribbble {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-skype {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-foursquare {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-trello {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-gratipay {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-gittip {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-gittip:before {
  content: "\f184";
}

.icon.icon-sun-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-sun-o:before {
  content: "\f185";
}

.icon.icon-moon-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-moon-o:before {
  content: "\f186";
}

.icon.icon-vk {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-weibo {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-renren {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-pagelines {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-stack-exchange {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-arrow-circle-o-right {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-arrow-circle-o-right:before {
  content: "\f35a";
}

.icon.icon-arrow-circle-o-left {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-arrow-circle-o-left:before {
  content: "\f359";
}

.icon.icon-caret-square-o-left {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-caret-square-o-left:before {
  content: "\f191";
}

.icon.icon-toggle-left {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-toggle-left:before {
  content: "\f191";
}

.icon.icon-dot-circle-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-dot-circle-o:before {
  content: "\f192";
}

.icon.icon-vimeo-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-try:before {
  content: "\e2bb";
}

.icon.icon-turkish-lira:before {
  content: "\e2bb";
}

.icon.icon-plus-square-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-plus-square-o:before {
  content: "\f0fe";
}

.icon.icon-slack {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-wordpress {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-openid {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-institution:before {
  content: "\f19c";
}

.icon.icon-bank:before {
  content: "\f19c";
}

.icon.icon-mortar-board:before {
  content: "\f19d";
}

.icon.icon-yahoo {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-google {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-reddit {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-reddit-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-stumbleupon-circle {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-stumbleupon {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-delicious {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-digg {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-pied-piper-pp {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-pied-piper-alt {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-drupal {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-joomla {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-behance {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-behance-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-steam {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-steam-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-automobile:before {
  content: "\f1b9";
}

.icon.icon-cab:before {
  content: "\f1ba";
}

.icon.icon-spotify {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-deviantart {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-soundcloud {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-file-pdf-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-file-pdf-o:before {
  content: "\f1c1";
}

.icon.icon-file-word-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-file-word-o:before {
  content: "\f1c2";
}

.icon.icon-file-excel-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-file-excel-o:before {
  content: "\f1c3";
}

.icon.icon-file-powerpoint-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-file-powerpoint-o:before {
  content: "\f1c4";
}

.icon.icon-file-image-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-file-image-o:before {
  content: "\f1c5";
}

.icon.icon-file-photo-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-file-photo-o:before {
  content: "\f1c5";
}

.icon.icon-file-picture-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-file-picture-o:before {
  content: "\f1c5";
}

.icon.icon-file-archive-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-file-archive-o:before {
  content: "\f1c6";
}

.icon.icon-file-zip-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-file-zip-o:before {
  content: "\f1c6";
}

.icon.icon-file-audio-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-file-audio-o:before {
  content: "\f1c7";
}

.icon.icon-file-sound-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-file-sound-o:before {
  content: "\f1c7";
}

.icon.icon-file-video-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-file-video-o:before {
  content: "\f1c8";
}

.icon.icon-file-movie-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-file-movie-o:before {
  content: "\f1c8";
}

.icon.icon-file-code-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-file-code-o:before {
  content: "\f1c9";
}

.icon.icon-vine {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-codepen {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-jsfiddle {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-life-bouy:before {
  content: "\f1cd";
}

.icon.icon-life-buoy:before {
  content: "\f1cd";
}

.icon.icon-life-saver:before {
  content: "\f1cd";
}

.icon.icon-support:before {
  content: "\f1cd";
}

.icon.icon-circle-o-notch:before {
  content: "\f1ce";
}

.icon.icon-rebel {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-ra {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-ra:before {
  content: "\f1d0";
}

.icon.icon-resistance {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-resistance:before {
  content: "\f1d0";
}

.icon.icon-empire {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-ge {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-ge:before {
  content: "\f1d1";
}

.icon.icon-git-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-git {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-hacker-news {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-y-combinator-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-y-combinator-square:before {
  content: "\f1d4";
}

.icon.icon-yc-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-yc-square:before {
  content: "\f1d4";
}

.icon.icon-tencent-weibo {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-qq {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-weixin {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-wechat {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-wechat:before {
  content: "\f1d7";
}

.icon.icon-send:before {
  content: "\f1d8";
}

.icon.icon-paper-plane-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-paper-plane-o:before {
  content: "\f1d8";
}

.icon.icon-send-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-send-o:before {
  content: "\f1d8";
}

.icon.icon-circle-thin {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-circle-thin:before {
  content: "\f111";
}

.icon.icon-header:before {
  content: "\f1dc";
}

.icon.icon-futbol-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-futbol-o:before {
  content: "\f1e3";
}

.icon.icon-soccer-ball-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-soccer-ball-o:before {
  content: "\f1e3";
}

.icon.icon-slideshare {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-twitch {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-yelp {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-newspaper-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-newspaper-o:before {
  content: "\f1ea";
}

.icon.icon-paypal {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-google-wallet {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-cc-visa {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-cc-mastercard {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-cc-discover {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-cc-amex {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-cc-paypal {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-cc-stripe {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-bell-slash-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-bell-slash-o:before {
  content: "\f1f6";
}

.icon.icon-trash:before {
  content: "\f2ed";
}

.icon.icon-copyright {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-eyedropper:before {
  content: "\f1fb";
}

.icon.icon-area-chart:before {
  content: "\f1fe";
}

.icon.icon-pie-chart:before {
  content: "\f200";
}

.icon.icon-line-chart:before {
  content: "\f201";
}

.icon.icon-lastfm {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-lastfm-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-ioxhost {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-angellist {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-cc {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-cc:before {
  content: "\f20a";
}

.icon.icon-ils:before {
  content: "\f20b";
}

.icon.icon-shekel:before {
  content: "\f20b";
}

.icon.icon-sheqel:before {
  content: "\f20b";
}

.icon.icon-buysellads {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-connectdevelop {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-dashcube {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-forumbee {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-leanpub {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-sellsy {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-shirtsinbulk {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-simplybuilt {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-skyatlas {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-diamond {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-diamond:before {
  content: "\f3a5";
}

.icon.icon-transgender:before {
  content: "\f224";
}

.icon.icon-intersex:before {
  content: "\f224";
}

.icon.icon-transgender-alt:before {
  content: "\f225";
}

.icon.icon-facebook-official {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-facebook-official:before {
  content: "\f09a";
}

.icon.icon-pinterest-p {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-whatsapp {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-hotel:before {
  content: "\f236";
}

.icon.icon-viacoin {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-medium {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-y-combinator {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-yc {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-yc:before {
  content: "\f23b";
}

.icon.icon-optin-monster {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-opencart {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-expeditedssl {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-battery-4:before {
  content: "\f240";
}

.icon.icon-battery:before {
  content: "\f240";
}

.icon.icon-battery-3:before {
  content: "\f241";
}

.icon.icon-battery-2:before {
  content: "\f242";
}

.icon.icon-battery-1:before {
  content: "\f243";
}

.icon.icon-battery-0:before {
  content: "\f244";
}

.icon.icon-object-group {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-object-ungroup {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-sticky-note-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-sticky-note-o:before {
  content: "\f249";
}

.icon.icon-cc-jcb {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-cc-diners-club {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-clone {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-hourglass-o:before {
  content: "\f252";
}

.icon.icon-hourglass-1:before {
  content: "\f251";
}

.icon.icon-hourglass-half:before {
  content: "\f254";
}

.icon.icon-hourglass-2:before {
  content: "\f254";
}

.icon.icon-hourglass-3:before {
  content: "\f253";
}

.icon.icon-hand-rock-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-hand-rock-o:before {
  content: "\f255";
}

.icon.icon-hand-grab-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-hand-grab-o:before {
  content: "\f255";
}

.icon.icon-hand-paper-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-hand-paper-o:before {
  content: "\f256";
}

.icon.icon-hand-stop-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-hand-stop-o:before {
  content: "\f256";
}

.icon.icon-hand-scissors-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-hand-scissors-o:before {
  content: "\f257";
}

.icon.icon-hand-lizard-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-hand-lizard-o:before {
  content: "\f258";
}

.icon.icon-hand-spock-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-hand-spock-o:before {
  content: "\f259";
}

.icon.icon-hand-pointer-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-hand-pointer-o:before {
  content: "\f25a";
}

.icon.icon-hand-peace-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-hand-peace-o:before {
  content: "\f25b";
}

.icon.icon-registered {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-creative-commons {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-gg {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-gg-circle {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-odnoklassniki {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-odnoklassniki-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-get-pocket {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-wikipedia-w {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-safari {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-chrome {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-firefox {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-opera {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-internet-explorer {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-television:before {
  content: "\f26c";
}

.icon.icon-contao {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-500px {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-amazon {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-calendar-plus-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-calendar-plus-o:before {
  content: "\f271";
}

.icon.icon-calendar-minus-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-calendar-minus-o:before {
  content: "\f272";
}

.icon.icon-calendar-times-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-calendar-times-o:before {
  content: "\f273";
}

.icon.icon-calendar-check-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-calendar-check-o:before {
  content: "\f274";
}

.icon.icon-map-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-map-o:before {
  content: "\f279";
}

.icon.icon-commenting:before {
  content: "\f4ad";
}

.icon.icon-commenting-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-commenting-o:before {
  content: "\f4ad";
}

.icon.icon-houzz {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-vimeo {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-vimeo:before {
  content: "\f27d";
}

.icon.icon-black-tie {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-fonticons {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-reddit-alien {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-edge {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-credit-card-alt:before {
  content: "\f09d";
}

.icon.icon-codiepie {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-modx {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-fort-awesome {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-usb {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-product-hunt {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-mixcloud {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-scribd {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-pause-circle-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-pause-circle-o:before {
  content: "\f28b";
}

.icon.icon-stop-circle-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-stop-circle-o:before {
  content: "\f28d";
}

.icon.icon-bluetooth {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-bluetooth-b {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-gitlab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-wpbeginner {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-wpforms {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-envira {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-wheelchair-alt {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-wheelchair-alt:before {
  content: "\f368";
}

.icon.icon-question-circle-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-question-circle-o:before {
  content: "\f059";
}

.icon.icon-volume-control-phone:before {
  content: "\f2a0";
}

.icon.icon-asl-interpreting:before {
  content: "\f2a3";
}

.icon.icon-deafness:before {
  content: "\f2a4";
}

.icon.icon-hard-of-hearing:before {
  content: "\f2a4";
}

.icon.icon-glide {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-glide-g {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-signing:before {
  content: "\f2a7";
}

.icon.icon-viadeo {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-viadeo-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-snapchat {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-snapchat-ghost {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-snapchat-ghost:before {
  content: "\f2ab";
}

.icon.icon-snapchat-square {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-pied-piper {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-first-order {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-yoast {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-themeisle {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-google-plus-official {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-google-plus-official:before {
  content: "\f2b3";
}

.icon.icon-google-plus-circle {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-google-plus-circle:before {
  content: "\f2b3";
}

.icon.icon-font-awesome {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-fa {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-fa:before {
  content: "\f2b4";
}

.icon.icon-handshake-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-handshake-o:before {
  content: "\f2b5";
}

.icon.icon-envelope-open-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-envelope-open-o:before {
  content: "\f2b6";
}

.icon.icon-linode {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-address-book-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-address-book-o:before {
  content: "\f2b9";
}

.icon.icon-vcard:before {
  content: "\f2bb";
}

.icon.icon-address-card-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-address-card-o:before {
  content: "\f2bb";
}

.icon.icon-vcard-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-vcard-o:before {
  content: "\f2bb";
}

.icon.icon-user-circle-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-user-circle-o:before {
  content: "\f2bd";
}

.icon.icon-user-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-user-o:before {
  content: "\f007";
}

.icon.icon-id-badge {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-drivers-license:before {
  content: "\f2c2";
}

.icon.icon-id-card-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-id-card-o:before {
  content: "\f2c2";
}

.icon.icon-drivers-license-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-drivers-license-o:before {
  content: "\f2c2";
}

.icon.icon-quora {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-free-code-camp {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-telegram {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-thermometer-4:before {
  content: "\f2c7";
}

.icon.icon-thermometer:before {
  content: "\f2c7";
}

.icon.icon-thermometer-3:before {
  content: "\f2c8";
}

.icon.icon-thermometer-2:before {
  content: "\f2c9";
}

.icon.icon-thermometer-1:before {
  content: "\f2ca";
}

.icon.icon-thermometer-0:before {
  content: "\f2cb";
}

.icon.icon-bathtub:before {
  content: "\f2cd";
}

.icon.icon-s15:before {
  content: "\f2cd";
}

.icon.icon-window-maximize {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-window-restore {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-times-rectangle:before {
  content: "\f410";
}

.icon.icon-window-close-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-window-close-o:before {
  content: "\f410";
}

.icon.icon-times-rectangle-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-times-rectangle-o:before {
  content: "\f410";
}

.icon.icon-bandcamp {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-grav {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-etsy {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-imdb {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-ravelry {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-eercast {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-eercast:before {
  content: "\f2da";
}

.icon.icon-snowflake-o {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.icon.icon-snowflake-o:before {
  content: "\f2dc";
}

.icon.icon-superpowers {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-wpexplorer {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.icon.icon-meetup {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

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

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.tippy-tooltip[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

.tippy-iOS {
  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent;
}

.tippy-popper {
  pointer-events: none;
  max-width: calc(100vw - 10px);
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.tippy-tooltip {
  position: relative;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  background-color: #333;
  -webkit-transition-property: visibility, opacity, -webkit-transform;
  transition-property: visibility, opacity, -webkit-transform;
  transition-property: visibility, opacity, transform;
  transition-property: visibility, opacity, transform, -webkit-transform;
  outline: 0;
}

.tippy-tooltip[data-placement^=top] > .tippy-arrow {
  border-width: 8px 8px 0;
  border-top-color: #333;
  margin: 0 3px;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  bottom: -7px;
}

.tippy-tooltip[data-placement^=bottom] > .tippy-arrow {
  border-width: 0 8px 8px;
  border-bottom-color: #333;
  margin: 0 3px;
  -webkit-transform-origin: 50% 7px;
          transform-origin: 50% 7px;
  top: -7px;
}

.tippy-tooltip[data-placement^=left] > .tippy-arrow {
  border-width: 8px 0 8px 8px;
  border-left-color: #333;
  margin: 3px 0;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  right: -7px;
}

.tippy-tooltip[data-placement^=right] > .tippy-arrow {
  border-width: 8px 8px 8px 0;
  border-right-color: #333;
  margin: 3px 0;
  -webkit-transform-origin: 7px 50%;
          transform-origin: 7px 50%;
  left: -7px;
}

.tippy-tooltip[data-interactive][data-state=visible] {
  pointer-events: auto;
}

.tippy-tooltip[data-inertia][data-state=visible] {
  -webkit-transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
          transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  padding: 5px 9px;
}

/**
 * Creates a browser prefixed border-radius
 *
 * @param {string | var} $radius - the border radius measurement (can be px, em, % or whatever you like)
 *
 * @example scss
 * .some-class {
 *     @include border-radius(5px);
 * }
 *
 * @example scss
 * .some-class {
 *     @include border-radius(5px 0 0 5px);
 * }
 */
/**
 * Adds browser prefixed `box-sizing: content-box;` rules
 *
 * @example scss
 * .some-class {
 *     @include content-box;
 * }
 */
/**
 * CSS Arrow - note border colour of the ::before and ::after are inherited from the parent by default
 * @param {string} $size - size and unit of measurement (20px for example)
 * @param {string} $position - left, right, top, bottom
 * @param {string} $color - colour of arrow (white, #000000, default: inherit)
 *
 * @example scss
 * .some-class {
 *     @include css-arrow(20px, top, $black);
 * }
 *
 * @example scss
 * .some-class {
 *     @include css-arrow(2px, left, $black);
 * }
 */
/**
 * Shortcuts for easy hiding/showing at different breakpoints.
 * mixins prepended with sr use a screen reader friendly hide,
 * useful for input label which may still need to be read even
 * by a screen reader even though hidden
**/
/**
 * Indicator - adds a CSS dot to the element
 * @param {string} $color - colour of dot (white, #000000, $color)
 * @param {string} $size - size and unit of measurement (20px for example). Default: 6px
 *
 * @example scss
 * .some-class {
 *     @include indicator($black, 10px);
 * }
 *
 * @example scss
 * .some-class {
 *     @include indicator($color);
 * }
 */
.jadu-logomark-alt {
  background: url("../images/branding/logo-cxm-standalone.png");
  background: url("../images/branding/jadu-connect-logomark.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background: url("../images/branding/jadu-connect-logomark.svg"), linear-gradient(transparent, transparent);
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 60px;
  display: block;
  text-align: center;
  height: 40px;
  width: 40px;
  margin: 2px auto 0 auto;
}
@media screen and (min-width: 992px) {
  .jadu-logomark-alt {
    display: none;
  }
}

.jadu-branding:focus {
  -webkit-box-shadow: inset 0px 0px 0px 4px pulsar-color(background, focus), inset 0px 0px 0px 8px pulsar-color(black);
          box-shadow: inset 0px 0px 0px 4px pulsar-color(background, focus), inset 0px 0px 0px 8px pulsar-color(black);
  background-color: transparent;
}

.jadu-branding:focus span.jadu-logomark {
  background: url("../images/branding/logo-cxm-white.png");
  background: url("/q/bundles/jadupulsar/images/branding/jadu-connect-logomark.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background: url("/q/bundles/jadupulsar/images/branding/jadu-connect-logomark.svg"), linear-gradient(transparent, transparent);
}

span.jadu-logomark {
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0;
  display: inline-block;
  height: 48px;
  margin-top: 8px;
  text-align: center;
  width: 48px;
}

.branding-preview {
  margin: 0 20px 24px 0;
  display: inline-block;
}

.branding-preview-swatch {
  border: 1px solid #ccc;
  display: block;
  height: 200px;
  position: relative;
  width: 200px;
}

.branding-preview--navigation .branding-preview__logo {
  background-repeat: no-repeat;
  height: 20px;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 20px;
}
.branding-preview--navigation .branding-preview__primary {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
}
.branding-preview--navigation .branding-preview__primary::before {
  content: "A B C";
  position: absolute;
  text-align: center;
  left: 5px;
  top: 70px;
  width: 20px;
}
.branding-preview--navigation .branding-preview__primary-active {
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  top: 30px;
  width: 30px;
}
.branding-preview--navigation .branding-preview__secondary {
  bottom: 0;
  display: block;
  left: 30px;
  position: absolute;
  top: 0;
  width: 70px;
}
.branding-preview--navigation .branding-preview__secondary::before {
  content: "A B C";
  position: absolute;
  text-align: center;
  left: 25px;
  top: 70px;
  width: 20px;
}
.branding-preview--navigation .branding-preview__hr {
  position: absolute;
  top: 30px;
  left: 110px;
  display: block;
  width: 80px;
  height: 1px;
}
.branding-preview--navigation .branding-preview__hr + .branding-preview__hr {
  width: 20px;
  height: 2px;
}

.branding-preview--signin .branding-preview-swatch {
  background-color: pulsar-color(gray, off-white);
  background-image: url("../images/signin-backdrop.jpg");
  background-size: cover;
  position: relative;
}
.branding-preview--signin .branding-preview__logo {
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  left: 25px;
  position: absolute;
  top: 25px;
  width: 20px;
}
.branding-preview--signin .branding-preview__container {
  display: none;
}
.branding-preview--signin .branding-preview__primary {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.branding-preview--signin .branding-preview__secondary {
  background-color: pulsar-color(white);
  bottom: 20px;
  color: pulsar-color(text);
  display: block;
  left: 20px;
  position: absolute;
  right: 95px;
  top: 20px;
}
.branding-preview--signin .branding-preview__secondary::before {
  content: "A B C";
  position: absolute;
  text-align: center;
  left: 30px;
  top: 5px;
}

[data-user-type=support].label,
[data-user-type=support] > .label,
.label.support {
  background-color: #aed99e;
  color: #1e1e1e;
  text-transform: lowercase;
}
[data-user-type=support].label .btn.remove-button, [data-user-type=support].label .remove-button.overlay-btn, [data-user-type=support].label .tabs__list > li > button.remove-button, [data-user-type=support].label .remove-button.hideShowPassword-toggle, [data-user-type=support].label .btn.remove-button:hover,
[data-user-type=support].label .btn.remove-button [class^=icon-],
[data-user-type=support].label .remove-button.overlay-btn [class^=icon-],
[data-user-type=support].label .tabs__list > li > button.remove-button [class^=icon-],
[data-user-type=support].label .remove-button.hideShowPassword-toggle [class^=icon-],
[data-user-type=support].label .btn.remove-button [class^=icon-]:hover,
[data-user-type=support].label .btn.remove-button [class*=" icon-"],
[data-user-type=support].label .remove-button.overlay-btn [class*=" icon-"],
[data-user-type=support].label .tabs__list > li > button.remove-button [class*=" icon-"],
[data-user-type=support].label .remove-button.hideShowPassword-toggle [class*=" icon-"],
[data-user-type=support].label .btn.remove-button [class*=" icon-"]:hover,
[data-user-type=support] > .label .btn.remove-button,
[data-user-type=support] > .label .remove-button.overlay-btn,
[data-user-type=support] > .label .tabs__list > li > button.remove-button,
[data-user-type=support] > .label .remove-button.hideShowPassword-toggle,
[data-user-type=support] > .label .btn.remove-button:hover,
[data-user-type=support] > .label .btn.remove-button [class^=icon-],
[data-user-type=support] > .label .remove-button.overlay-btn [class^=icon-],
[data-user-type=support] > .label .tabs__list > li > button.remove-button [class^=icon-],
[data-user-type=support] > .label .remove-button.hideShowPassword-toggle [class^=icon-],
[data-user-type=support] > .label .btn.remove-button [class^=icon-]:hover,
[data-user-type=support] > .label .btn.remove-button [class*=" icon-"],
[data-user-type=support] > .label .remove-button.overlay-btn [class*=" icon-"],
[data-user-type=support] > .label .tabs__list > li > button.remove-button [class*=" icon-"],
[data-user-type=support] > .label .remove-button.hideShowPassword-toggle [class*=" icon-"],
[data-user-type=support] > .label .btn.remove-button [class*=" icon-"]:hover,
.label.support .btn.remove-button,
.label.support .remove-button.overlay-btn,
.label.support .tabs__list > li > button.remove-button,
.label.support .remove-button.hideShowPassword-toggle,
.label.support .btn.remove-button:hover,
.label.support .btn.remove-button [class^=icon-],
.label.support .remove-button.overlay-btn [class^=icon-],
.label.support .tabs__list > li > button.remove-button [class^=icon-],
.label.support .remove-button.hideShowPassword-toggle [class^=icon-],
.label.support .btn.remove-button [class^=icon-]:hover,
.label.support .btn.remove-button [class*=" icon-"],
.label.support .remove-button.overlay-btn [class*=" icon-"],
.label.support .tabs__list > li > button.remove-button [class*=" icon-"],
.label.support .remove-button.hideShowPassword-toggle [class*=" icon-"],
.label.support .btn.remove-button [class*=" icon-"]:hover {
  color: #1e1e1e;
}
[data-user-type=support].label[href]:hover, [data-user-type=support].label[href]:focus,
[data-user-type=support] > .label[href]:hover,
[data-user-type=support] > .label[href]:focus,
.label.support[href]:hover,
.label.support[href]:focus {
  background-color: rgb(143.4, 202.6444444444, 121.3555555556);
}

[data-user-type=customer].label,
[data-user-type=customer] > .label,
.label.customer {
  background-color: #9eb3d9;
  color: #1e1e1e;
  text-transform: lowercase;
}
[data-user-type=customer].label .btn.remove-button, [data-user-type=customer].label .remove-button.overlay-btn, [data-user-type=customer].label .tabs__list > li > button.remove-button, [data-user-type=customer].label .remove-button.hideShowPassword-toggle, [data-user-type=customer].label .btn.remove-button:hover,
[data-user-type=customer].label .btn.remove-button [class^=icon-],
[data-user-type=customer].label .remove-button.overlay-btn [class^=icon-],
[data-user-type=customer].label .tabs__list > li > button.remove-button [class^=icon-],
[data-user-type=customer].label .remove-button.hideShowPassword-toggle [class^=icon-],
[data-user-type=customer].label .btn.remove-button [class^=icon-]:hover,
[data-user-type=customer].label .btn.remove-button [class*=" icon-"],
[data-user-type=customer].label .remove-button.overlay-btn [class*=" icon-"],
[data-user-type=customer].label .tabs__list > li > button.remove-button [class*=" icon-"],
[data-user-type=customer].label .remove-button.hideShowPassword-toggle [class*=" icon-"],
[data-user-type=customer].label .btn.remove-button [class*=" icon-"]:hover,
[data-user-type=customer] > .label .btn.remove-button,
[data-user-type=customer] > .label .remove-button.overlay-btn,
[data-user-type=customer] > .label .tabs__list > li > button.remove-button,
[data-user-type=customer] > .label .remove-button.hideShowPassword-toggle,
[data-user-type=customer] > .label .btn.remove-button:hover,
[data-user-type=customer] > .label .btn.remove-button [class^=icon-],
[data-user-type=customer] > .label .remove-button.overlay-btn [class^=icon-],
[data-user-type=customer] > .label .tabs__list > li > button.remove-button [class^=icon-],
[data-user-type=customer] > .label .remove-button.hideShowPassword-toggle [class^=icon-],
[data-user-type=customer] > .label .btn.remove-button [class^=icon-]:hover,
[data-user-type=customer] > .label .btn.remove-button [class*=" icon-"],
[data-user-type=customer] > .label .remove-button.overlay-btn [class*=" icon-"],
[data-user-type=customer] > .label .tabs__list > li > button.remove-button [class*=" icon-"],
[data-user-type=customer] > .label .remove-button.hideShowPassword-toggle [class*=" icon-"],
[data-user-type=customer] > .label .btn.remove-button [class*=" icon-"]:hover,
.label.customer .btn.remove-button,
.label.customer .remove-button.overlay-btn,
.label.customer .tabs__list > li > button.remove-button,
.label.customer .remove-button.hideShowPassword-toggle,
.label.customer .btn.remove-button:hover,
.label.customer .btn.remove-button [class^=icon-],
.label.customer .remove-button.overlay-btn [class^=icon-],
.label.customer .tabs__list > li > button.remove-button [class^=icon-],
.label.customer .remove-button.hideShowPassword-toggle [class^=icon-],
.label.customer .btn.remove-button [class^=icon-]:hover,
.label.customer .btn.remove-button [class*=" icon-"],
.label.customer .remove-button.overlay-btn [class*=" icon-"],
.label.customer .tabs__list > li > button.remove-button [class*=" icon-"],
.label.customer .remove-button.hideShowPassword-toggle [class*=" icon-"],
.label.customer .btn.remove-button [class*=" icon-"]:hover {
  color: #1e1e1e;
}
[data-user-type=customer].label[href]:hover, [data-user-type=customer].label[href]:focus,
[data-user-type=customer] > .label[href]:hover,
[data-user-type=customer] > .label[href]:focus,
.label.customer[href]:hover,
.label.customer[href]:focus {
  background-color: rgb(121.3555555556, 150.2888888889, 202.6444444444);
}

.quantum-iframe {
  background-color: white;
  overflow: hidden;
}
.quantum-iframe form {
  width: 100%;
}

/* -------------------------------------------------------------------------- *\
    Base palettes

    Defines what value a specific named colour should be. Used in conjunction
    with _config.theme.scss to defined how specific Jadu control centre elements
    should be styled in regards to colour.

    These colours are defined in the Jadu Brand Guidelines (version 4)
\* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- *\
    States

    The colour and its alternate MUST meet WCAG 2.0 AA compliance for contrast
\* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- *\
    Combined States

    Loop over this using:

    @each $state, $state-color, $state-color-alt in $state-colors { ... }
\* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- *\
    Aliases
\* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- *\
    Colour map

    Merges colour palettes into a single map to be used by the color() function.

    Example:

    background-color: colour('gray-light');
\* -------------------------------------------------------------------------- */
.display--block {
  display: block;
}

.display--inline-block,
.inline-block {
  display: inline-block;
}

.display--inline {
  display: inline;
}

.display--none {
  display: none !important;
}

.align-top {
  vertical-align: top;
}

.text--left,
.align-left {
  text-align: left;
}

.text--right,
.align-right {
  text-align: right;
}

.text--center {
  text-align: center;
}

.align-justify {
  text-align: justify;
}

.float--right {
  float: right;
}

.float--left {
  float: left;
}

.float--none {
  float: none;
}

.vertical-align--top {
  vertical-align: top !important;
}

.centered {
  text-align: center;
}

/**
 * Richer lists can be displayed either as the entire layout for a tab, or as a
 * separate component within a form.
 *
 * 1. Rich lists should aim to chop the last item in a list in half horizontally
 *    in order to visually prompt the user that information has been hidden and
 *    that they should scroll to see more items.
 * 2. Paginated lists are set to a height which fits 10 items.
 * 2. Outline is used here so that if the rich list is used in a container that
 *    already has a border, it wont be doubled up.
 * 3. The last item should always show empty space after/underneath, this helps
 *    to indicate that the end of the list has been reached.
 * 4. The colour to be shown 'underneath' the items, which helps to signify when
 *    the end of the list has been reached.
 * 5. Make sure the elements containing list items are always flush with the top
 *    of this container (tables are normally aligned to the bottom).
 * 6. Remove default styles from list elements used to display items.
 * 7. Rich list items can contain selection of different element types, which
 *    need padding applied to maintain layout.
 * 8. Don't show bullets/numbers when using ordered/unordered lists.
 * 9. Use pointer cursor here, as we might not always be using links to trigger
 *    the detail changes.
 * 10. Remove list bullets/numbers, though we probably should allow numbers as
 *     an option at some point...
 * 11. Make sure links & spans used as list items are treated as block-level and
 *     100% width.
 * 12. Reset default table styles.
 * 13. Reset link styling used in list items, visual styling should be
 *     handled by the list item itself.
 * 14. Remove ability to scroll contents and simply stretch the height to fit
 *     the number of items.
 * 15. If streching to fit, or paginating, then we don't need the emtpy space
 *     after the last item as created in [3].
 * 16. Make sure .pagination element sits directly underneath the rich list.
 * 17. Size variants only available when the screen is wide enough for them to
 *     be useful.
 * 18. Rich lists within decks.
 */
/* -------------------------------------------------------------------------- *\
    Configuration
\* -------------------------------------------------------------------------- */
/* [1] */
/* [1] */
/* [2] */
/* -------------------------------------------------------------------------- *\
    Default Presentation
\* -------------------------------------------------------------------------- */
.richer-list {
  display: block;
  float: left;
  height: 215px;
  margin-bottom: 1em;
  outline: 1px solid rgb(126, 126, 126); /* [3] */
  width: 100%;
}

.richer-list__items-container,
.richer-list__detail {
  display: block;
  float: left;
  overflow-x: hidden;
  overflow-y: scroll;
}

.richer-list__items-container {
  height: 215px;
  overflow: scroll;
}

.richer-list__items {
  margin-bottom: 1em; /* [4] */
  width: 100%;
}
ul .richer-list__items, ol .richer-list__items {
  display: block;
}

.richer-list__detail {
  display: table-cell;
  position: relative;
  height: 100%;
  padding: 0.5em;
  width: 50%;
}

.richer-list__items-container {
  background-color: rgb(239, 239, 239); /* [5] */
  border-right: 1px solid rgb(126, 126, 126);
  vertical-align: top; /* [6] */
  width: 50%;
}
.richer-list__items-container > ul,
.richer-list__items-container > ol { /* [7] */
  margin-left: 0;
}

.richer-list__header,
.richer-list__item {
  background-color: #fff;
  border-bottom: 1px solid rgb(126, 126, 126);
}
.richer-list__header > a,
.richer-list__header > div,
.richer-list__header > span,
.richer-list__header > td,
.richer-list__header > th,
.richer-list__item > a,
.richer-list__item > div,
.richer-list__item > span,
.richer-list__item > td,
.richer-list__item > th { /* [8] */
  padding: 0.5em;
}

.richer-list__item {
  cursor: pointer; /* [9] */
}
ol .richer-list__item, ul .richer-list__item { /* [10] */
  list-style-type: none;
}
.richer-list__item > a,
.richer-list__item > span { /* [11] */
  display: inline-block;
  width: 100%;
}
.richer-list__item th,
.richer-list__item td { /* [12] */
  background: none;
  background-color: none;
}
.richer-list__item a { /* [13] */
  color: rgb(30, 30, 30);
  text-decoration: none;
}
.richer-list__item {
  /**
   * States
   */
}
.richer-list__item:hover {
  background-color: rgb(190, 190, 190);
  cursor: pointer;
}
.richer-list__item.is-selected {
  background-color: #c1c6e8;
  color: #fff;
}

.richer-list__item-placeholder {
  background-color: rgb(239, 239, 239);
  height: 129.6px;
  text-align: center;
  vertical-align: inherit;
}
.richer-list__item-placeholder a {
  color: #3e4994;
}
.richer-list__item-placeholder:hover a {
  text-decoration: underline;
}

/* -------------------------------------------------------------------------- *\
    Variations
\* -------------------------------------------------------------------------- */
.richer-list--fit-items, .richer-list--paginated { /* [14] */ }
.richer-list--fit-items, .richer-list--paginated,
.richer-list--fit-items .richer-list__items-container,
.richer-list--paginated .richer-list__items-container,
.richer-list--fit-items .richer-list__detail,
.richer-list--paginated .richer-list__detail {
  height: auto;
}
.richer-list--fit-items .richer-list__items, .richer-list--paginated .richer-list__items {
  margin-bottom: 0; /* [15] */
}

.richer-list--paginated {
  height: 428px; /* [2] */
  margin-bottom: 1px; /* [16] */
}
.richer-list--paginated .richer-list__detail {
  height: 100%;
  overflow-y: scroll;
}

@media screen and (min-width: 767px) {
  /* [17] */
  .richer-list .richer-list__items-container {
    width: 25%;
  }
  .richer-list .richer-list__detail {
    width: 75%;
  }
  .richer-list--medium .richer-list__items-container {
    width: 37%;
  }
  .richer-list--medium .richer-list__detail {
    width: 63%;
  }
  .richer-list--large .richer-list__items-container {
    width: 50%;
  }
  .richer-list--large .richer-list__detail {
    width: 50%;
  }
  .richer-list--xlarge .richer-list__items-container {
    width: 65%;
  }
  .richer-list--xlarge .richer-list__detail {
    width: 35%;
  }
}
.richer-list--tall,
.richer-list--tall .richer-list__items-container {
  height: 490px;
}

/* -------------------------------------------------------------------------- *\
    Alternative Uses
\* -------------------------------------------------------------------------- */
.deck { /* [18] */ }
.deck .richer-list__items,
.deck .richer-list__detail {
  height: 100%;
  overflow-y: visible;
}

/* -------------------------------------------------------------------------- *\
    Settings
\* -------------------------------------------------------------------------- */
.richer-list__with-settings .richer-list__detail {
  padding-right: 55px;
  position: relative;
}
.richer-list__with-settings .settings {
  height: 100%;
  position: absolute;
  right: -200px;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.richer-list__with-settings .settings.open {
  -webkit-box-shadow: -5px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: -5px 0 0 rgba(0, 0, 0, 0.1);
  right: 0;
}

.bottomless {
  margin-bottom: 0 !important;
}

.input-group-guidance {
  background-color: #fff;
  border: 0;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  padding: 0 12px;
  text-align: center;
  vertical-align: baseline;
}
.input-group-guidance input[type=radio],
.input-group-guidance input[type=checkbox] {
  margin-top: 0;
}

.tab__settings .input-group-guidance {
  background-color: rgb(239, 239, 239);
}

div.is-sortable .input-group-guidance {
  background-color: transparent;
}

/**
 * Creates column styling and assigns a set of responsive widths. Do not use within a media query or media query mixin.
 *
 * @param  {int}  $num                   The number of columns the width should span
 * @param  {bool} $force:  false         If true, prevents the width from becoming 100% at smaller screen sizes
 * @param  {bool} $first:  false         If true, removes the left hand column margin
 * @param  {bool} $important:  false     If true, adds the !important declaration
 */
/**
 * Assigns width based on number of grid columns. Does not provide responsive styling, use the col-span mixin for
 * built in responsiveness. Useful when assigning grid width to an element within a media query.
 *
 * @param  {int}  $num                   The number of columns the width should span
 * @param  {int}  $columns: $columns      The total number of grid columns to use for grid calculations, defaults to $columns (12)
 * @param  {bool} $important:  false     If true, adds the !important declaration
 */
.columns {
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

@media screen and (min-width: 480px) {
  .columns--2 {
    -webkit-column-count: 2;
  }
}

@media screen and (min-width: 767px) {
  .columns--3 {
    -webkit-column-count: 3;
  }
}

@media screen and (min-width: 480px) {
  .columns--4 {
    -webkit-column-count: 2;
  }
}
@media screen and (min-width: 992px) {
  .columns--4 {
    -webkit-column-count: 4;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: auto;
}

body {
  background-color: rgba(62, 73, 148, 0.2);
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.5px;
  line-height: 24px;
  margin: 0 0 48px;
  overflow-x: hidden;
  padding: 0;
}

.container {
  clear: both;
  display: table;
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .container {
    padding: 0 0 37px;
  }
}

a {
  color: #3e4994;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}
a:hover {
  color: #000;
  text-decoration-thickness: 2px;
}
a:focus {
  background-color: #fd0;
  -webkit-box-shadow: 0 -2px #fd0, 0 4px rgb(30, 30, 30);
          box-shadow: 0 -2px #fd0, 0 4px rgb(30, 30, 30);
  color: rgb(30, 30, 30);
  outline: none;
  text-decoration: none;
}
a.is-disabled, a.disabled {
  color: rgb(190, 190, 190);
  cursor: not-allowed;
}

.skip-link {
  background-color: #fff;
  position: absolute;
  left: -9999px;
  padding: 10px;
  text-align: left;
  top: -9999px;
  z-index: 1090;
}
.skip-link:focus {
  display: block;
  left: 0;
  position: relative;
  text-decoration: underline;
  top: 0;
  width: 100%;
}

/**
 * -----------------------------------------------------------------------------
 *  _type.scss
 * -----------------------------------------------------------------------------
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1em;
  margin: 0 0 1em;
}

h3,
h4,
h5,
h6 {
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

p {
  margin: 0 0 16px;
}
@media screen and (min-width: 480px) {
  p {
    margin-bottom: 24px;
  }
}

ul,
ol {
  list-style-position: inside;
  margin: 0 0 24px;
  padding: 0;
}
ul li,
ol li {
  display: list-item;
}

dl {
  margin: 0 0 24px;
}

dd {
  margin-left: 1em;
}

code,
pre,
kbd {
  font-size: 14px;
}

hr {
  border: 1px solid rgb(126, 126, 126);
  border-bottom: 0;
  margin-bottom: 24px;
}

b,
strong,
dt {
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
}

abbr[title] {
  text-decoration: none;
}

.monospace {
  font-family: "Courier New", "Andale Mono", "Consolas", monospace;
}
.monospace em {
  font-style: normal;
  margin-right: 3px;
}

.dl-horizontal dt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
}
.dl-horizontal dd {
  zoom: 1;
}
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: "";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
.dl-horizontal dd {
  margin-left: 180px;
}

.small-type {
  font-size: 0.85em;
}

@media screen and (min-width: 1500px) {
  .medium-type {
    font-size: 1.5em;
  }
}

@media screen and (min-width: 767px) {
  .large-type {
    font-size: 2em;
  }
}

/**
 * Controls the principle layout of Pulsar form elements and pays very little
 * notice to how they're styled.
 *
 * We rely heavily on table and table-cell layouts which (in lieu of flexbox)
 * give us great, predictable, cross browser columnar layouts.
 */
.form__group {
  margin-bottom: 0.5em;
  width: 100%;
}
@media screen and (max-width: 766px) {
  .form__group > .control__label,
  .form__group span.control__label {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .form__group > .control__label,
  .form__group span.control__label {
    width: 24%;
  }
}
.form__group > .control__label,
.form__group span.control__label {
  word-wrap: break-word;
}
.form__group .help-block {
  margin: 0.675em 0 0;
}
.form__group .help-block ~ .help-block {
  margin-top: 0;
}

.control__label,
.controls {
  display: inline-block;
  vertical-align: top;
}

.control__label.hide, .no-js .control__label.no-js-hide {
  margin: 0;
}

@media screen and (max-width: 766px) {
  .controls {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .controls {
    width: 100%;
  }
}
.controls {
  position: relative;
}
.controls > .form__control,
.controls > .control__label {
  display: block;
}

@media screen and (max-width: 766px) {
  .control__label + .controls {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .control__label + .controls {
    width: 74%;
  }
}

.form__group.form__group--tight {
  margin-bottom: 6px;
}

.form__group--inline > .controls > .form__control,
.form__group--inline > .controls > .control__label, .form__group--inline > .controls:first-child > .control__label {
  clear: none;
  display: inline-block;
  float: none;
  vertical-align: top;
}
.form__group--inline > .controls > .control__label:not(:first-of-type) {
  margin-left: 10px;
}

.control__label > .form__control {
  margin-right: 10px;
}

@media screen and (max-width: 766px) {
  .form__group--top > .control__label,
  .form__group--top > span.control__label {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .form__group--top > .control__label,
  .form__group--top > span.control__label {
    width: 100%;
  }
}
.form__group--top > .control__label,
.form__group--top .controls {
  display: block;
}
@media screen and (min-width: 767px) {
  .form__group--top .controls {
    margin-left: 25.125%;
  }
}

@media screen and (min-width: 767px) {
  .form__group--indent {
    margin-left: 25.125%;
  }
}

.form__group--flush {
  margin-left: 0;
}
.form__group--flush .controls {
  margin-left: 0;
  width: 100%;
}
.form__group--flush .controls::before {
  display: none;
}

@media screen and (max-width: 599px) {
  .form__group > .control__label,
  .form__group > .controls {
    display: block;
    min-width: 100%;
    width: 100%;
  }
  .form__group .controls:first-child {
    min-width: 100%;
  }
  .form__group .controls::before {
    display: none;
  }
  .form__group .help-block {
    margin-left: 0;
  }
  .form__group.form-choice > .control__label {
    display: inline-block;
  }
}
.fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.fieldset .legend {
  margin: 0 0 0.5em -20px;
  padding: 0 20px;
}

.form__group > .controls > .form__group {
  margin: 0.675em 0;
}

/**
 * Settings column
 */
.tab__settings::after {
  clear: both;
  content: "";
  display: table;
}
.tab__settings {
  background-color: #fff;
  margin: 20px -20px;
  padding: 20px 20px;
}
@media screen and (min-width: 767px) {
  .tab__settings {
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 992px) {
  .tab__settings {
    margin-right: 1%;
    max-width: 370px;
    min-width: 370px;
    width: 25%;
  }
}
.lt-ie9 .tab__settings {
  min-width: 0;
  width: 35%;
}
.ie9 .tab__settings {
  display: block;
  margin-left: 0;
  width: 100%;
}
.tab__settings > *:last-child {
  margin-bottom: 0;
}

/**
 * Settings sections
 */
@media screen and (min-width: 600px) and (max-width: 991px) {
  .settings-section:not(.settings-section--primary) {
    float: left;
    width: 100%;
  }
}
.settings-section:not(:last-child) {
  border-bottom: 1px solid rgb(126, 126, 126);
  padding-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .settings-section:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 599px) {
  .settings-section:not(:last-child) {
    margin-bottom: 24px;
  }
}
.settings-section > *:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 600px) and (max-width: 991px) {
  .settings-section:not(.settings-section--primary) + .settings-section {
    padding-top: 24px;
  }
}

/**
 * Settings section headings
 */
.settings-section__heading {
  font-size: 18.66px;
}

/**
 * Settings section paragraphs
 */
.settings-section__heading + p,
.settings-section p + p {
  margin-top: -12px;
}

/**
 * Primary settings section
 */
.settings-section--primary {
  width: 100%;
}
@media screen and (min-width: 600px) and (max-width: 991px) {
  .settings-section--primary {
    float: left;
    min-width: 200px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .settings-section--primary::after {
    clear: both;
    content: "";
    display: table;
  }
}
@media screen and (min-width: 600px) and (max-width: 991px) {
  .settings-section--primary:not(:last-child) {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

/**
 * Primary settings section toggles
 */
@media screen and (max-width: 991px) {
  .tab__settings .settings-section--primary .form__group--toggle .controls {
    float: left;
  }
  .tab__settings .settings-section--primary .form__group--toggle .control__label {
    max-width: 100%;
    padding-right: 0;
  }
}

/**
 * Primary settings section buttons
 */
@media screen and (max-width: 599px) {
  .settings-section--primary .btn, .settings-section--primary .overlay-btn.overlay-btn, .settings-section--primary .tabs__list > li > button, .settings-section--primary .hideShowPassword-toggle {
    width: 25%;
  }
}
@media screen and (max-width: 479px) {
  .settings-section--primary .btn, .settings-section--primary .overlay-btn.overlay-btn, .settings-section--primary .tabs__list > li > button, .settings-section--primary .hideShowPassword-toggle {
    width: 40%;
  }
}

@media screen and (max-width: 599px) {
  .settings-section--primary .btn--primary {
    float: left;
    margin-left: 12.5%;
  }
}
@media screen and (max-width: 479px) {
  .settings-section--primary .btn--primary {
    margin-left: 5%;
  }
}

@media screen and (max-width: 599px) {
  .settings-section--primary .btn:not(.btn--primary), .settings-section--primary .overlay-btn:not(.btn--primary), .settings-section--primary .tabs__list > li > button:not(.btn--primary), .settings-section--primary .hideShowPassword-toggle:not(.btn--primary) {
    margin-right: 12.5%;
  }
}
@media screen and (max-width: 479px) {
  .settings-section--primary .btn:not(.btn--primary), .settings-section--primary .overlay-btn:not(.btn--primary), .settings-section--primary .tabs__list > li > button:not(.btn--primary), .settings-section--primary .hideShowPassword-toggle:not(.btn--primary) {
    margin-right: 5%;
  }
}

/**
 * Flash messages
 */
.tab__settings .flash {
  margin: -20px -20px 20px;
  width: auto;
}

/**
 * Forms
 */
.tab__settings .form {
  background-color: transparent;
}

/**
 * Form actions
 */
.tab__settings .form__actions {
  padding-bottom: 0;
}

.tab__settings .form__actions .btn--danger:last-child {
  margin-right: 0;
}

/**
 * Form toggle switches
 */
.tab__settings .form__group--toggle span.control__label {
  width: calc(100% - 4em);
}

.tab__settings .form__group--toggle > .control__label {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .tab__settings .form__group--toggle > .control__label {
    max-width: 75%;
    padding-right: 0;
    width: auto;
  }
}
.tab__settings .form__group--toggle .controls {
  float: right;
  width: 4em;
}

/**
 * Form groups with labels adjacent to their controls
 */
.tab__settings .form__group:not(.form__group--flush):not(.form__group--toggle) > .control__label {
  padding-right: 20px;
  width: 40%;
}

.tab__settings .form__group:not(.form__group--flush):not(.form__group--toggle) .controls {
  width: 60%;
}

/**
 * Form groups with labels on top
 */
.tab__settings .form__group--top .control__label {
  display: block;
  margin-bottom: 6px;
  padding-right: 0;
  padding-top: 0;
  width: 100%;
}

.tab__settings .form__group--top .controls::before {
  display: none;
}

.tab__settings .form__group--top .controls > .form__control {
  display: block;
}

@media screen and (min-width: 767px) {
  .tab__settings .form__group--top .form__control:not(.checkbox):not(.radio) {
    width: 100%;
  }
}

/**
 * Form groups without labels indented as per those with labels
 */
.tab__settings .form__group--indent {
  margin-left: 0;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .tab__settings .form__group--indent::before {
    content: "";
    display: table-cell;
    width: 40%;
  }
}

.tab__settings .form__group--indent .controls {
  display: table-cell;
}

/**
 * Form group labels padding adjustments for smaller views
 */
@media screen and (max-width: 599px) {
  .tab__settings .form__group:not(.form__group--top):not(.form__group--toggle) > .control__label {
    padding: 0 0 6px;
  }
}
@media screen and (min-width: 600px) and (max-width: 991px) {
  .tab__settings .form__group:not(.form__group--top):not(.form__group--toggle) > .control__label {
    padding-right: 10px;
    width: 35%;
  }
}

/**
 * Form control file uploads alignment improvements
 */
.tab__settings .form__control.file {
  height: 48px;
  padding-top: 14px;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .tab__settings .form__control.file {
    max-width: 100%;
    width: 300px;
  }
}

/**
 * Content area
 */
.ie9 .tab__container.has-settings {
  overflow-x: auto;
}

@media screen and (min-width: 992px) {
  .tab__container.has-settings .tab__content {
    margin-bottom: 1.5;
  }
  .ie9 .tab__container.has-settings .tab__content {
    padding-left: 20px;
  }
}
@media screen and (min-width: 992px) {
  .tab__container.has-settings .tab__content {
    max-width: calc(99% - 370px);
    width: 100%;
  }
  .ie9 .tab__container.has-settings .tab__content {
    float: none;
  }
}
.lt-ie9 .tab__container.has-settings .tab__content {
  width: 64%;
}

@media screen and (min-width: 992px) {
  .tab__container.has-settings .tab__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.tab__container.has-settings .tab__inner .tab__header {
  background-color: #fff;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 0 0 10px;
  padding: 10px;
  width: 100%;
}

/**
 * Content header
 */
.content-header::after {
  clear: both;
  content: "";
  display: table;
}
.content-header {
  border-bottom: 1px solid rgb(126, 126, 126);
  padding-top: 12px;
}
.is-fixed .content-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 1060;
}

/**
 * Content heading
 */
.content-heading {
  display: block;
  line-height: 30px;
  margin-bottom: 12px;
}

/**
 * Content actions
 */
.content-actions {
  float: right;
  margin: 0 0 12px 16px;
}

.content-actions__pages,
.content-actions__buttons {
  display: inline;
}

.content-actions__pages .form__group,
.content-actions__pages .controls,
.content-actions__pages .form__group .form__control:not(.checkbox):not(.radio):not(.file) {
  display: inline;
  width: auto;
}

.content-actions__pages .form__group {
  margin: 0;
  table-layout: auto;
}

.content-actions__pages .control__label {
  display: inline;
  padding: 0;
  vertical-align: unset;
  width: auto;
}

.content-actions__pages .form__control {
  height: 35px;
  line-height: 35px;
}

.content-actions__pages .form__control.select {
  background-position: calc(100% - 10px) 15px, calc(100% - 5px) 15px, 100% 0;
  padding-right: 32px;
}

.content-actions__buttons {
  margin-left: 10px;
}

.content-actions__buttons .btn, .content-actions__buttons .overlay-btn.overlay-btn, .content-actions__buttons .tabs__list > li > button, .content-actions__buttons .hideShowPassword-toggle {
  vertical-align: top;
}

/**
 * Stacked inputs
 */
.tab__settings .settings-section--stacked .form__group {
  clear: both;
}
.tab__settings .settings-section--stacked .form__group:not(.form__group--flush):not(.form__group--toggle):not(.form-checkbox):not(.form-radio) {
  margin-bottom: 12px;
}
.tab__settings .settings-section--stacked .form__group:not(.form__group--flush):not(.form__group--toggle):not(.form-checkbox):not(.form-radio) > .control__label {
  padding-top: 0;
}
.tab__settings .settings-section--stacked .form__group:not(.form__group--flush):not(.form__group--toggle):not(.form-checkbox):not(.form-radio) > .control__label,
.tab__settings .settings-section--stacked .form__group:not(.form__group--flush):not(.form__group--toggle):not(.form-checkbox):not(.form-radio) .controls,
.tab__settings .settings-section--stacked .form__group:not(.form__group--flush):not(.form__group--toggle):not(.form-checkbox):not(.form-radio) .form__control:not(.checkbox):not(.radio),
.tab__settings .settings-section--stacked .form__group:not(.form__group--flush):not(.form__group--toggle):not(.form-checkbox):not(.form-radio) .form__control + .select2,
.tab__settings .settings-section--stacked .form__group:not(.form__group--flush):not(.form__group--toggle):not(.form-checkbox):not(.form-radio) .input-group {
  width: 100%;
}
.tab__settings .settings-section--stacked .form__group:not(.form__group--flush):not(.form__group--toggle):not(.form-checkbox):not(.form-radio) .help-block {
  margin: 0;
}
.tab__settings .settings-section--stacked .form__group--toggle .controls {
  float: left;
}
@media screen and (min-width: 992px) {
  .tab__settings .settings-section--stacked .form__group--toggle .controls {
    float: right;
  }
}
.tab__settings .settings-section--stacked .form__group--toggle .control__label {
  margin-left: 10px;
  width: 80%;
}
@media screen and (min-width: 600px) {
  .tab__settings .settings-section--stacked .form__group--toggle .control__label {
    width: 125px;
  }
}
@media screen and (min-width: 992px) {
  .tab__settings .settings-section--stacked .form__group--toggle .control__label {
    margin-left: 0;
    width: 250px;
  }
}
.tab__settings .settings-section--stacked .form__group.form-checkbox,
.tab__settings .settings-section--stacked .form__group.form-radio {
  position: relative;
}
.tab__settings .settings-section--stacked .form__group.form-checkbox > .control__label,
.tab__settings .settings-section--stacked .form__group.form-radio > .control__label {
  min-width: 300px;
  padding-left: 30px;
  width: 300px;
}
.tab__settings .settings-section--stacked .form__group.form-checkbox .controls,
.tab__settings .settings-section--stacked .form__group.form-radio .controls {
  left: 0;
  min-width: 20px;
  position: absolute;
  top: 1px;
  width: 20px;
}
.tab__settings .settings-section--stacked .form-checkbox,
.tab__settings .settings-section--stacked .form-radio {
  margin-bottom: 12px;
}
.tab__settings .settings-section--stacked .form-checkbox > .control__label,
.tab__settings .settings-section--stacked .form-radio > .control__label {
  padding-top: 0;
}
.tab__settings .settings-section--stacked .form-checkbox .checkbox,
.tab__settings .settings-section--stacked .form-checkbox .radio,
.tab__settings .settings-section--stacked .form-radio .checkbox,
.tab__settings .settings-section--stacked .form-radio .radio {
  top: 0;
}
.tab__settings .settings-section--stacked .form-choice > .controls {
  margin-top: 0;
}
.tab__settings .settings-section--stacked .form-choice > .controls > .control__label {
  width: 100%;
}

/**
 * Sticky sidebar
 */
@media screen and (min-width: 992px) {
  .tab__inner.is-sticky {
    min-height: 100vh;
    padding-bottom: 0;
    margin-bottom: -37px;
  }
  .tab__inner.is-sticky .tab__content {
    left: calc(370px + 1%);
    position: relative;
  }
  .tab__inner.is-sticky .tab__settings {
    -webkit-overflow-scrolling: touch;
    max-width: 370px;
    max-height: calc(100% - 37px);
    overflow-y: auto;
    position: fixed;
    top: 0;
  }
}
.sidebar__header {
  border-bottom: 1px solid rgb(126, 126, 126);
  line-height: 24px;
  margin-bottom: 19px;
  padding-bottom: 4px;
  text-align: left;
}

.sidebar-link {
  display: block;
  margin-bottom: 24px;
  text-align: left;
  text-decoration: none;
}
.sidebar-link:hover {
  text-decoration: underline;
}

.sidebar-link__label {
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.sidebar-icon {
  color: rgb(95, 95, 95);
  line-height: 20px;
}
.no-js .sidebar-icon {
  display: none;
}
.tab-help-container .sidebar-icon {
  color: #fff;
}

html,
body,
.signin-backdrop {
  height: 100%;
  width: 100%;
}

.content-main {
  display: table;
  min-height: 100%;
  padding: 0 20px;
  position: relative;
  table-layout: fixed;
  width: 100%;
}

.parent-title,
.main-title {
  color: #3e4994;
  font-family: "Montserrat Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 32px;
  width: 100%;
}

.main-title {
  font-size: 1.75em;
  margin-bottom: 13px;
}

.sub-title {
  display: inline-block;
  margin-bottom: 0;
}
.sub-title::before {
  content: "/ ";
  margin-left: 10px;
  width: 20px;
  display: inline-block;
}

.inner-wrapper {
  -webkit-backface-visibility: hidden;
  -webkit-transform: none;
  -webkit-transition: -webkit-transform 500ms ease;
  backface-visibility: hidden;
  display: table;
  height: 100%;
  left: 0;
  padding-bottom: 24px;
  position: relative;
  transform: none;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .inner-wrapper {
    display: table-row;
    left: auto;
    position: static;
  }
}

.open-nav .inner-wrapper {
  -webkit-transform: translate3d(85px, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(85px, 0, 0) scale3d(1, 1, 1);
}
@media screen and (min-width: 992px) {
  .open-nav .inner-wrapper {
    -webkit-backface-visibility: hidden;
    -webkit-transform: none;
    -webkit-transition: -webkit-transform 500ms ease;
    backface-visibility: hidden;
    transform: none;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    width: 100%;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .open-nav .inner-wrapper {
    left: 85px;
    -webkit-transform: none;
            transform: none;
  }
}
.lt-ie10 .open-nav .inner-wrapper {
  left: 85px;
}

.open-help .inner-wrapper {
  -webkit-transform: translate3d(-300px, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(-300px, 0, 0) scale3d(1, 1, 1);
}
@media screen and (min-width: 992px) {
  .open-help .inner-wrapper {
    -webkit-backface-visibility: hidden;
    -webkit-transform: none;
    -webkit-transition: -webkit-transform 500ms ease;
    backface-visibility: hidden;
    transform: none;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    width: 100%;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .open-help .inner-wrapper {
    left: -300px;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
}

.lt-ie10.open-help .inner-wrapper {
  left: -300px;
}

.lt-ie10 .open-nav .inner-wrapper {
  left: 85px;
}

.tabs__content {
  height: 100%;
  vertical-align: top;
  width: 100%;
}
.tabs__content .tab__pane {
  display: none;
}
.tabs__content .tab__pane.is-active {
  display: block;
}

.tab__pane {
  margin-top: 20px;
  width: 100%;
}

.tab__content {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 15px 20px 20px;
  width: auto;
}

.tab__inner {
  padding-bottom: 48px;
  position: relative;
  width: 100%;
}

.tab__main {
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .tab__main {
    border-right: 1px solid rgb(126, 126, 126);
    padding-right: 20px;
    width: auto;
  }
}

.tabs {
  display: inline-block;
  height: 100%;
  margin-bottom: 3.2em;
  position: relative;
  width: 100%;
}

.tabs__list > li > a[data-show="#new-tab"] {
  text-align: center;
}
.tabs__list > li > a[data-show="#new-tab"]:hover {
  color: rgb(95, 95, 95);
}

.tabs__list .new {
  background-color: #3e4994;
  border-bottom: 0;
  height: 42px;
}
.tabs__list .new input {
  background-color: #3e4994;
  border: 0;
  outline: none;
  color: #fff;
  line-height: 1.75em;
  margin: 4px 0 0 5%;
  width: 90%;
}
.tabs__list .new input::-moz-selection {
  background: white;
}
.tabs__list .new input::selection {
  background: white;
}

.tab__container {
  float: none;
  height: 100%;
}

.tab__container .tab__inner {
  float: none;
  height: 100%;
  vertical-align: top;
  width: 100%;
}
.tab__container .tab__content {
  display: table-cell;
  float: left;
  vertical-align: top;
  width: 100%;
}
.tab__container .tab__sidebar {
  width: 24%;
  display: none;
  height: 100%;
  vertical-align: top;
}
@media screen and (min-width: 992px) {
  .tab__container .tab__sidebar {
    display: table-cell;
    float: right;
  }
}
.tab__container .tab__sidebar h2 {
  font-family: "Montserrat SemiBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 10px;
}
.tab__container .tab__sidebar a {
  color: #000;
}
.no-js .tab__container .tab__sidebar {
  display: table-cell;
}

@media screen and (min-width: 992px) {
  .tab__container.has-sidebar .tab__content {
    width: 74%;
  }
}

/* -------------------------------------------------------------------------- *\
	If you're theming Pulsar and want to include your own variables, colours or
	mixins you should @import them here.
\* -------------------------------------------------------------------------- */
/***
Spectrum Colorpicker v1.8.0
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/
.sp-container {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  /* https://github.com/bgrins/spectrum/issues/40 */
  z-index: 9999994;
  overflow: hidden;
}

.sp-container.sp-flat {
  position: relative;
}

/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position: relative;
  width: 100%;
  display: inline-block;
}

.sp-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.sp-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 20%;
}

.sp-hue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 100%;
}

.sp-clear-enabled .sp-hue {
  top: 33px;
  height: 77.5%;
}

.sp-fill {
  padding-top: 80%;
}

.sp-sat, .sp-val {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sp-alpha-enabled .sp-top {
  margin-bottom: 18px;
}

.sp-alpha-enabled .sp-alpha {
  display: block;
}

.sp-alpha-handle {
  position: absolute;
  top: -4px;
  bottom: -4px;
  width: 6px;
  left: 50%;
  cursor: pointer;
  border: 1px solid black;
  background: white;
  opacity: 0.8;
}

.sp-alpha {
  display: none;
  position: absolute;
  bottom: -14px;
  right: 0;
  left: 0;
  height: 8px;
}

.sp-alpha-inner {
  border: solid 1px #333;
}

.sp-clear {
  display: none;
}

.sp-clear.sp-clear-display {
  background-position: center;
}

.sp-clear-enabled .sp-clear {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 28px;
}

/* Don't allow text selection */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.sp-container.sp-input-disabled .sp-input-container {
  display: none;
}

.sp-container.sp-buttons-disabled .sp-button-container {
  display: none;
}

.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
  display: none;
}

.sp-palette-only .sp-picker-container {
  display: none;
}

.sp-palette-disabled .sp-palette-container {
  display: none;
}

.sp-initial-disabled .sp-initial {
  display: none;
}

/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(204, 154, 129, 0)));
  background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}

.sp-val {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(204, 154, 129, 0)));
  background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}

.sp-hue {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(17%, #ffff00), color-stop(33%, #00ff00), color-stop(50%, #00ffff), color-stop(67%, #0000ff), color-stop(83%, #ff00ff), to(#ff0000));
  background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}

.sp-2 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}

.sp-3 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}

.sp-4 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}

.sp-5 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}

.sp-6 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}

.sp-hidden {
  display: none !important;
}

/* Clearfix hack */
.sp-cf:before,
.sp-cf:after {
  content: "";
  display: table;
}

.sp-cf:after {
  clear: both;
}

.sp-cf {
  *zoom: 1;
}

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
  .sp-color {
    right: 40%;
  }
  .sp-hue {
    left: 63%;
  }
  .sp-fill {
    padding-top: 60%;
  }
}
.sp-dragger {
  border-radius: 5px;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  background: #000;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

.sp-slider {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 3px;
  left: -1px;
  right: -1px;
  border: 1px solid #000;
  background: white;
  opacity: 0.8;
}

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/
.sp-container {
  border-radius: 0;
  background-color: #ECECEC;
  border: solid 1px #f0c49B;
  padding: 0;
}

.sp-container,
.sp-container button,
.sp-container input,
.sp-color,
.sp-hue,
.sp-clear {
  font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.sp-top {
  margin-bottom: 3px;
}

.sp-color,
.sp-hue,
.sp-clear {
  border: solid 1px #666;
}

/* Input */
.sp-input-container {
  float: right;
  width: 100px;
  margin-bottom: 4px;
}

.sp-initial-disabled .sp-input-container {
  width: 100%;
}

.sp-input {
  font-size: 12px !important;
  border: 1px inset;
  padding: 4px 5px;
  margin: 0;
  width: 100%;
  background: transparent;
  border-radius: 3px;
  color: #222;
}

.sp-input:focus {
  border: 1px solid orange;
}

.sp-input.sp-validation-error {
  border: 1px solid red;
  background: #fdd;
}

.sp-picker-container,
.sp-palette-container {
  float: left;
  position: relative;
  padding: 10px;
  padding-bottom: 300px;
  margin-bottom: -290px;
}

.sp-picker-container {
  width: 172px;
  border-left: solid 1px #fff;
}

/* Palettes */
.sp-palette-container {
  border-right: solid 1px #ccc;
}

.sp-palette-only .sp-palette-container {
  border: 0;
}

.sp-palette .sp-thumb-el {
  display: block;
  position: relative;
  float: left;
  width: 24px;
  height: 15px;
  margin: 3px;
  cursor: pointer;
  border: solid 2px transparent;
}

.sp-palette .sp-thumb-el:hover,
.sp-palette .sp-thumb-el.sp-thumb-active {
  border-color: orange;
}

.sp-thumb-el {
  position: relative;
}

/* Initial */
.sp-initial {
  float: left;
  border: solid 1px #333;
}

.sp-initial span {
  width: 30px;
  height: 25px;
  border: none;
  display: block;
  float: left;
  margin: 0;
}

.sp-initial .sp-clear-display {
  background-position: center;
}

/* Buttons */
.sp-palette-button-container,
.sp-button-container {
  float: right;
}

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  padding: 4px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  border: solid 1px #91765d;
  background: #eee;
  color: #333;
  vertical-align: middle;
}

.sp-replacer:hover,
.sp-replacer.sp-active {
  border-color: #F0C49B;
  color: #111;
}

.sp-replacer.sp-disabled {
  cursor: default;
  border-color: silver;
  color: silver;
}

.sp-dd {
  padding: 2px 0;
  height: 16px;
  line-height: 16px;
  float: left;
  font-size: 10px;
}

.sp-preview {
  position: relative;
  width: 25px;
  height: 20px;
  border: solid 1px #222;
  margin-right: 5px;
  float: left;
  z-index: 0;
}

.sp-palette {
  *width: 220px;
  max-width: 220px;
}

.sp-palette .sp-thumb-el {
  width: 16px;
  height: 16px;
  margin: 2px 1px;
  border: solid 1px #d0d0d0;
}

.sp-container {
  padding-bottom: 0;
}

/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
  background-image: linear-gradient(to bottom, #eee, #ccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
}

.sp-container button:hover {
  background-color: #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#bbb));
  background-image: linear-gradient(to bottom, #ddd, #bbb);
  border: 1px solid #bbb;
  border-bottom: 1px solid #999;
  cursor: pointer;
  text-shadow: 0 1px 0 #ddd;
}

.sp-container button:active {
  border: 1px solid #aaa;
  border-bottom: 1px solid #888;
  -webkit-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
  -ms-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
  -o-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
  box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
}

.sp-cancel {
  font-size: 11px;
  color: #d93f3f !important;
  margin: 0;
  padding: 2px;
  margin-right: 5px;
  vertical-align: middle;
  text-decoration: none;
}

.sp-cancel:hover {
  color: #d93f3f !important;
  text-decoration: underline;
}

.sp-palette span:hover,
.sp-palette span.sp-thumb-active {
  border-color: #000;
}

.sp-preview,
.sp-alpha,
.sp-thumb-el {
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

.sp-preview-inner,
.sp-alpha-inner,
.sp-thumb-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.sp-palette .sp-thumb-inner {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

.sp-clear-display {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}

/**
 * Indicator - adds a CSS dot to the element
 * @param {string} $color - colour of dot (white, #000000, $color)
 * @param {string} $size - size and unit of measurement (20px for example). Default: 6px
 *
 * @example scss
 * .some-class {
 *     @include indicator($black, 10px);
 * }
 *
 * @example scss
 * .some-class {
 *     @include indicator($color);
 * }
 */
.jadu-logomark-alt {
  background: url("../images/branding/logo-cxm-standalone.png");
  background: url("../images/branding/jadu-connect-logomark.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background: url("../images/branding/jadu-connect-logomark.svg"), linear-gradient(transparent, transparent);
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 60px;
  display: block;
  text-align: center;
  height: 40px;
  width: 40px;
  margin: 2px auto 0 auto;
}
@media screen and (min-width: 992px) {
  .jadu-logomark-alt {
    display: none;
  }
}

.jadu-branding:focus {
  -webkit-box-shadow: inset 0px 0px 0px 4px #fd0, inset 0px 0px 0px 8px rgb(30, 30, 30);
          box-shadow: inset 0px 0px 0px 4px #fd0, inset 0px 0px 0px 8px rgb(30, 30, 30);
  background-color: transparent;
}

.jadu-branding:focus span.jadu-logomark {
  background: url("../images/branding/logo-cxm-white.png");
  background: url("/q/bundles/jadupulsar/images/branding/jadu-connect-logomark.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background: url("/q/bundles/jadupulsar/images/branding/jadu-connect-logomark.svg"), linear-gradient(transparent, transparent);
}

span.jadu-logomark {
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0;
  display: inline-block;
  height: 48px;
  margin-top: 8px;
  text-align: center;
  width: 48px;
}

.branding-preview {
  margin: 0 20px 24px 0;
  display: inline-block;
}

.branding-preview-swatch {
  border: 1px solid #ccc;
  display: block;
  height: 200px;
  position: relative;
  width: 200px;
}

.branding-preview--navigation .branding-preview__logo {
  background-repeat: no-repeat;
  height: 20px;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 20px;
}
.branding-preview--navigation .branding-preview__primary {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
}
.branding-preview--navigation .branding-preview__primary::before {
  content: "A B C";
  position: absolute;
  text-align: center;
  left: 5px;
  top: 70px;
  width: 20px;
}
.branding-preview--navigation .branding-preview__primary-active {
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  top: 30px;
  width: 30px;
}
.branding-preview--navigation .branding-preview__secondary {
  bottom: 0;
  display: block;
  left: 30px;
  position: absolute;
  top: 0;
  width: 70px;
}
.branding-preview--navigation .branding-preview__secondary::before {
  content: "A B C";
  position: absolute;
  text-align: center;
  left: 25px;
  top: 70px;
  width: 20px;
}
.branding-preview--navigation .branding-preview__hr {
  position: absolute;
  top: 30px;
  left: 110px;
  display: block;
  width: 80px;
  height: 1px;
}
.branding-preview--navigation .branding-preview__hr + .branding-preview__hr {
  width: 20px;
  height: 2px;
}

.branding-preview--signin .branding-preview-swatch {
  background-color: rgb(239, 239, 239);
  background-image: url("../images/signin-backdrop.jpg");
  background-size: cover;
  position: relative;
}
.branding-preview--signin .branding-preview__logo {
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  left: 25px;
  position: absolute;
  top: 25px;
  width: 20px;
}
.branding-preview--signin .branding-preview__container {
  display: none;
}
.branding-preview--signin .branding-preview__primary {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.branding-preview--signin .branding-preview__secondary {
  background-color: #fff;
  bottom: 20px;
  color: #000;
  display: block;
  left: 20px;
  position: absolute;
  right: 95px;
  top: 20px;
}
.branding-preview--signin .branding-preview__secondary::before {
  content: "A B C";
  position: absolute;
  text-align: center;
  left: 30px;
  top: 5px;
}

[data-user-type=support].label,
[data-user-type=support] > .label,
.label.support {
  background-color: #aed99e;
  color: #1e1e1e;
  text-transform: lowercase;
}
[data-user-type=support].label .btn.remove-button, [data-user-type=support].label .remove-button.overlay-btn, [data-user-type=support].label .tabs__list > li > button.remove-button, [data-user-type=support].label .remove-button.hideShowPassword-toggle, [data-user-type=support].label .btn.remove-button:hover,
[data-user-type=support].label .btn.remove-button [class^=icon-],
[data-user-type=support].label .remove-button.overlay-btn [class^=icon-],
[data-user-type=support].label .tabs__list > li > button.remove-button [class^=icon-],
[data-user-type=support].label .remove-button.hideShowPassword-toggle [class^=icon-],
[data-user-type=support].label .btn.remove-button [class^=icon-]:hover,
[data-user-type=support].label .btn.remove-button [class*=" icon-"],
[data-user-type=support].label .remove-button.overlay-btn [class*=" icon-"],
[data-user-type=support].label .tabs__list > li > button.remove-button [class*=" icon-"],
[data-user-type=support].label .remove-button.hideShowPassword-toggle [class*=" icon-"],
[data-user-type=support].label .btn.remove-button [class*=" icon-"]:hover,
[data-user-type=support] > .label .btn.remove-button,
[data-user-type=support] > .label .remove-button.overlay-btn,
[data-user-type=support] > .label .tabs__list > li > button.remove-button,
[data-user-type=support] > .label .remove-button.hideShowPassword-toggle,
[data-user-type=support] > .label .btn.remove-button:hover,
[data-user-type=support] > .label .btn.remove-button [class^=icon-],
[data-user-type=support] > .label .remove-button.overlay-btn [class^=icon-],
[data-user-type=support] > .label .tabs__list > li > button.remove-button [class^=icon-],
[data-user-type=support] > .label .remove-button.hideShowPassword-toggle [class^=icon-],
[data-user-type=support] > .label .btn.remove-button [class^=icon-]:hover,
[data-user-type=support] > .label .btn.remove-button [class*=" icon-"],
[data-user-type=support] > .label .remove-button.overlay-btn [class*=" icon-"],
[data-user-type=support] > .label .tabs__list > li > button.remove-button [class*=" icon-"],
[data-user-type=support] > .label .remove-button.hideShowPassword-toggle [class*=" icon-"],
[data-user-type=support] > .label .btn.remove-button [class*=" icon-"]:hover,
.label.support .btn.remove-button,
.label.support .remove-button.overlay-btn,
.label.support .tabs__list > li > button.remove-button,
.label.support .remove-button.hideShowPassword-toggle,
.label.support .btn.remove-button:hover,
.label.support .btn.remove-button [class^=icon-],
.label.support .remove-button.overlay-btn [class^=icon-],
.label.support .tabs__list > li > button.remove-button [class^=icon-],
.label.support .remove-button.hideShowPassword-toggle [class^=icon-],
.label.support .btn.remove-button [class^=icon-]:hover,
.label.support .btn.remove-button [class*=" icon-"],
.label.support .remove-button.overlay-btn [class*=" icon-"],
.label.support .tabs__list > li > button.remove-button [class*=" icon-"],
.label.support .remove-button.hideShowPassword-toggle [class*=" icon-"],
.label.support .btn.remove-button [class*=" icon-"]:hover {
  color: #1e1e1e;
}
[data-user-type=support].label[href]:hover, [data-user-type=support].label[href]:focus,
[data-user-type=support] > .label[href]:hover,
[data-user-type=support] > .label[href]:focus,
.label.support[href]:hover,
.label.support[href]:focus {
  background-color: rgb(143.4, 202.6444444444, 121.3555555556);
}

[data-user-type=customer].label,
[data-user-type=customer] > .label,
.label.customer {
  background-color: #9eb3d9;
  color: #1e1e1e;
  text-transform: lowercase;
}
[data-user-type=customer].label .btn.remove-button, [data-user-type=customer].label .remove-button.overlay-btn, [data-user-type=customer].label .tabs__list > li > button.remove-button, [data-user-type=customer].label .remove-button.hideShowPassword-toggle, [data-user-type=customer].label .btn.remove-button:hover,
[data-user-type=customer].label .btn.remove-button [class^=icon-],
[data-user-type=customer].label .remove-button.overlay-btn [class^=icon-],
[data-user-type=customer].label .tabs__list > li > button.remove-button [class^=icon-],
[data-user-type=customer].label .remove-button.hideShowPassword-toggle [class^=icon-],
[data-user-type=customer].label .btn.remove-button [class^=icon-]:hover,
[data-user-type=customer].label .btn.remove-button [class*=" icon-"],
[data-user-type=customer].label .remove-button.overlay-btn [class*=" icon-"],
[data-user-type=customer].label .tabs__list > li > button.remove-button [class*=" icon-"],
[data-user-type=customer].label .remove-button.hideShowPassword-toggle [class*=" icon-"],
[data-user-type=customer].label .btn.remove-button [class*=" icon-"]:hover,
[data-user-type=customer] > .label .btn.remove-button,
[data-user-type=customer] > .label .remove-button.overlay-btn,
[data-user-type=customer] > .label .tabs__list > li > button.remove-button,
[data-user-type=customer] > .label .remove-button.hideShowPassword-toggle,
[data-user-type=customer] > .label .btn.remove-button:hover,
[data-user-type=customer] > .label .btn.remove-button [class^=icon-],
[data-user-type=customer] > .label .remove-button.overlay-btn [class^=icon-],
[data-user-type=customer] > .label .tabs__list > li > button.remove-button [class^=icon-],
[data-user-type=customer] > .label .remove-button.hideShowPassword-toggle [class^=icon-],
[data-user-type=customer] > .label .btn.remove-button [class^=icon-]:hover,
[data-user-type=customer] > .label .btn.remove-button [class*=" icon-"],
[data-user-type=customer] > .label .remove-button.overlay-btn [class*=" icon-"],
[data-user-type=customer] > .label .tabs__list > li > button.remove-button [class*=" icon-"],
[data-user-type=customer] > .label .remove-button.hideShowPassword-toggle [class*=" icon-"],
[data-user-type=customer] > .label .btn.remove-button [class*=" icon-"]:hover,
.label.customer .btn.remove-button,
.label.customer .remove-button.overlay-btn,
.label.customer .tabs__list > li > button.remove-button,
.label.customer .remove-button.hideShowPassword-toggle,
.label.customer .btn.remove-button:hover,
.label.customer .btn.remove-button [class^=icon-],
.label.customer .remove-button.overlay-btn [class^=icon-],
.label.customer .tabs__list > li > button.remove-button [class^=icon-],
.label.customer .remove-button.hideShowPassword-toggle [class^=icon-],
.label.customer .btn.remove-button [class^=icon-]:hover,
.label.customer .btn.remove-button [class*=" icon-"],
.label.customer .remove-button.overlay-btn [class*=" icon-"],
.label.customer .tabs__list > li > button.remove-button [class*=" icon-"],
.label.customer .remove-button.hideShowPassword-toggle [class*=" icon-"],
.label.customer .btn.remove-button [class*=" icon-"]:hover {
  color: #1e1e1e;
}
[data-user-type=customer].label[href]:hover, [data-user-type=customer].label[href]:focus,
[data-user-type=customer] > .label[href]:hover,
[data-user-type=customer] > .label[href]:focus,
.label.customer[href]:hover,
.label.customer[href]:focus {
  background-color: rgb(121.3555555556, 150.2888888889, 202.6444444444);
}

.quantum-iframe {
  background-color: white;
  overflow: hidden;
}
.quantum-iframe form {
  width: 100%;
}

/**
 * Objects
 */
.media,
.media__body {
  overflow: hidden;
}

a.media {
  display: block;
  text-decoration: none;
}

.media__image {
  float: left;
  margin-right: 10px;
  text-align: center;
  width: 50px;
}
.media__image[class^=icon] {
  font-size: 50px;
  width: 50px;
}

.media--small .media__image {
  width: 24px;
}
.media--small .media__image[class^=icon] {
  font-size: 24px;
}

.media__body p {
  margin-bottom: 1em;
}
.media__body p:first-of-type, .media__body p:last-of-type {
  margin-bottom: 0;
}

/**
 * Components
 */
.actionsbar {
  margin-bottom: 20px;
  min-height: 38px;
}
.actionsbar .float--left {
  float: none;
}
@media screen and (min-width: 600px) {
  .actionsbar .float--left {
    float: left;
  }
}
.actionsbar .float--right {
  float: none;
}
@media screen and (min-width: 600px) {
  .actionsbar .float--right {
    float: right;
  }
}

.actionsbar > .float--left .dropdown,
.actionsbar > .float--right .dropdown {
  margin-bottom: 12px;
}
@media screen and (min-width: 600px) {
  .actionsbar > .float--left .dropdown,
  .actionsbar > .float--right .dropdown {
    margin-bottom: 0;
  }
}
.actionsbar > .float--left .dropdown > .btn, .actionsbar > .float--left .dropdown > .overlay-btn.overlay-btn, .actionsbar > .float--left .tabs__list > li.dropdown > button, .actionsbar > .float--left .dropdown > .hideShowPassword-toggle,
.actionsbar > .float--right .dropdown > .btn,
.actionsbar > .float--right .dropdown > .overlay-btn.overlay-btn,
.actionsbar > .float--right .tabs__list > li.dropdown > button,
.actionsbar > .float--right .dropdown > .hideShowPassword-toggle {
  margin-bottom: 0;
}
.actionsbar > .float--left .btn__group,
.actionsbar > .float--right .btn__group {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .actionsbar > .float--left .btn__group,
  .actionsbar > .float--right .btn__group {
    width: auto;
  }
}
.actionsbar > .float--left .btn__group .dropdown__menu,
.actionsbar > .float--right .btn__group .dropdown__menu {
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .actionsbar > .float--left .btn__group .dropdown__menu,
  .actionsbar > .float--right .btn__group .dropdown__menu {
    text-align: left;
    width: inherit;
  }
}
@media screen and (max-width: 599px) {
  .actionsbar > .float--left .btn__group > .btn, .actionsbar > .float--left .btn__group > .overlay-btn.overlay-btn, .actionsbar > .float--left .tabs__list > li.btn__group > button, .actionsbar > .float--left .btn__group > .hideShowPassword-toggle,
  .actionsbar > .float--right .btn__group > .btn,
  .actionsbar > .float--right .btn__group > .overlay-btn.overlay-btn,
  .actionsbar > .float--right .tabs__list > li.btn__group > button,
  .actionsbar > .float--right .btn__group > .hideShowPassword-toggle {
    border-radius: 0;
    border-right: 0;
  }
}
.actionsbar > .float--left .btn__group > .btn__group:first-child,
.actionsbar > .float--right .btn__group > .btn__group:first-child {
  border-right: 0;
  border-radius: 0;
}
@media screen and (min-width: 600px) {
  .actionsbar > .float--left .btn__group > .btn__group:first-child,
  .actionsbar > .float--right .btn__group > .btn__group:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
}
.actionsbar > .float--left .btn__group > .btn__group:first-child:not(:last-child) .btn.dropdown__toggle, .actionsbar > .float--left .btn__group > .btn__group:first-child:not(:last-child) .dropdown__toggle.overlay-btn, .actionsbar > .float--left .btn__group > .btn__group:first-child:not(:last-child) .tabs__list > li > button.dropdown__toggle, .actionsbar > .float--left .btn__group > .btn__group:first-child:not(:last-child) .dropdown__toggle.hideShowPassword-toggle,
.actionsbar > .float--right .btn__group > .btn__group:first-child:not(:last-child) .btn.dropdown__toggle,
.actionsbar > .float--right .btn__group > .btn__group:first-child:not(:last-child) .dropdown__toggle.overlay-btn,
.actionsbar > .float--right .btn__group > .btn__group:first-child:not(:last-child) .tabs__list > li > button.dropdown__toggle,
.actionsbar > .float--right .btn__group > .btn__group:first-child:not(:last-child) .dropdown__toggle.hideShowPassword-toggle {
  border-radius: 0;
}
@media screen and (min-width: 600px) {
  .actionsbar > .float--left .btn__group > .btn__group:first-child:not(:last-child) .btn.dropdown__toggle, .actionsbar > .float--left .btn__group > .btn__group:first-child:not(:last-child) .dropdown__toggle.overlay-btn, .actionsbar > .float--left .btn__group > .btn__group:first-child:not(:last-child) .tabs__list > li > button.dropdown__toggle, .actionsbar > .float--left .btn__group > .btn__group:first-child:not(:last-child) .dropdown__toggle.hideShowPassword-toggle,
  .actionsbar > .float--right .btn__group > .btn__group:first-child:not(:last-child) .btn.dropdown__toggle,
  .actionsbar > .float--right .btn__group > .btn__group:first-child:not(:last-child) .dropdown__toggle.overlay-btn,
  .actionsbar > .float--right .btn__group > .btn__group:first-child:not(:last-child) .tabs__list > li > button.dropdown__toggle,
  .actionsbar > .float--right .btn__group > .btn__group:first-child:not(:last-child) .dropdown__toggle.hideShowPassword-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
}
.actionsbar > .float--left .btn__group > .btn__group:last-child,
.actionsbar > .float--right .btn__group > .btn__group:last-child {
  border-left: 0;
  border-radius: 0;
}
@media screen and (min-width: 600px) {
  .actionsbar > .float--left .btn__group > .btn__group:last-child,
  .actionsbar > .float--right .btn__group > .btn__group:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
}
.actionsbar > .float--left .btn__group > .btn__group:last-child:not(:first-child) .btn.dropdown__toggle, .actionsbar > .float--left .btn__group > .btn__group:last-child:not(:first-child) .dropdown__toggle.overlay-btn, .actionsbar > .float--left .btn__group > .btn__group:last-child:not(:first-child) .tabs__list > li > button.dropdown__toggle, .actionsbar > .float--left .btn__group > .btn__group:last-child:not(:first-child) .dropdown__toggle.hideShowPassword-toggle,
.actionsbar > .float--right .btn__group > .btn__group:last-child:not(:first-child) .btn.dropdown__toggle,
.actionsbar > .float--right .btn__group > .btn__group:last-child:not(:first-child) .dropdown__toggle.overlay-btn,
.actionsbar > .float--right .btn__group > .btn__group:last-child:not(:first-child) .tabs__list > li > button.dropdown__toggle,
.actionsbar > .float--right .btn__group > .btn__group:last-child:not(:first-child) .dropdown__toggle.hideShowPassword-toggle {
  border-radius: 0;
}
@media screen and (min-width: 600px) {
  .actionsbar > .float--left .btn__group > .btn__group:last-child:not(:first-child) .btn.dropdown__toggle, .actionsbar > .float--left .btn__group > .btn__group:last-child:not(:first-child) .dropdown__toggle.overlay-btn, .actionsbar > .float--left .btn__group > .btn__group:last-child:not(:first-child) .tabs__list > li > button.dropdown__toggle, .actionsbar > .float--left .btn__group > .btn__group:last-child:not(:first-child) .dropdown__toggle.hideShowPassword-toggle,
  .actionsbar > .float--right .btn__group > .btn__group:last-child:not(:first-child) .btn.dropdown__toggle,
  .actionsbar > .float--right .btn__group > .btn__group:last-child:not(:first-child) .dropdown__toggle.overlay-btn,
  .actionsbar > .float--right .btn__group > .btn__group:last-child:not(:first-child) .tabs__list > li > button.dropdown__toggle,
  .actionsbar > .float--right .btn__group > .btn__group:last-child:not(:first-child) .dropdown__toggle.hideShowPassword-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
}
.actionsbar > .float--left .btn__group .btn--inverse,
.actionsbar > .float--right .btn__group .btn--inverse {
  border-left: 1px solid rgb(62, 62, 62);
  border-right: 1px solid rgb(62, 62, 62);
}
@media screen and (min-width: 600px) {
  .actionsbar > .float--left .btn__group .btn--inverse:first-child:not(:last-child):not(.dropdown__toggle),
  .actionsbar > .float--right .btn__group .btn--inverse:first-child:not(:last-child):not(.dropdown__toggle) {
    border-right: 1px solid rgb(62, 62, 62);
  }
}
@media screen and (min-width: 600px) {
  .actionsbar > .float--left .btn__group .btn--inverse:last-child:not(:first-child),
  .actionsbar > .float--right .btn__group .btn--inverse:last-child:not(:first-child) {
    border-left: 1px solid rgb(62, 62, 62);
  }
}
.actionsbar > .float--left .btn__group .btn--inverse .caret,
.actionsbar > .float--right .btn__group .btn--inverse .caret {
  border-top: 4px solid #fff;
}
.actionsbar > .float--left .btn__group > a.btn:first-child, .actionsbar > .float--left .btn__group > a.overlay-btn:first-child, .actionsbar > .float--left .btn__group > a.hideShowPassword-toggle:first-child,
.actionsbar > .float--right .btn__group > a.btn:first-child,
.actionsbar > .float--right .btn__group > a.overlay-btn:first-child,
.actionsbar > .float--right .btn__group > a.hideShowPassword-toggle:first-child {
  border-radius: 0;
}
@media screen and (min-width: 600px) {
  .actionsbar > .float--left .btn__group > a.btn:first-child, .actionsbar > .float--left .btn__group > a.overlay-btn:first-child, .actionsbar > .float--left .btn__group > a.hideShowPassword-toggle:first-child,
  .actionsbar > .float--right .btn__group > a.btn:first-child,
  .actionsbar > .float--right .btn__group > a.overlay-btn:first-child,
  .actionsbar > .float--right .btn__group > a.hideShowPassword-toggle:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
}
.actionsbar > .float--left .btn__group > a.btn:last-child, .actionsbar > .float--left .btn__group > a.overlay-btn:last-child, .actionsbar > .float--left .btn__group > a.hideShowPassword-toggle:last-child,
.actionsbar > .float--right .btn__group > a.btn:last-child,
.actionsbar > .float--right .btn__group > a.overlay-btn:last-child,
.actionsbar > .float--right .btn__group > a.hideShowPassword-toggle:last-child {
  border-radius: 0;
}
@media screen and (min-width: 600px) {
  .actionsbar > .float--left .btn__group > a.btn:last-child, .actionsbar > .float--left .btn__group > a.overlay-btn:last-child, .actionsbar > .float--left .btn__group > a.hideShowPassword-toggle:last-child,
  .actionsbar > .float--right .btn__group > a.btn:last-child,
  .actionsbar > .float--right .btn__group > a.overlay-btn:last-child,
  .actionsbar > .float--right .btn__group > a.hideShowPassword-toggle:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
}
.actionsbar > .float--left .btn, .actionsbar > .float--left .overlay-btn.overlay-btn, .actionsbar > .float--left .tabs__list > li > button, .actionsbar > .float--left .hideShowPassword-toggle,
.actionsbar > .float--right .btn,
.actionsbar > .float--right .overlay-btn.overlay-btn,
.actionsbar > .float--right .tabs__list > li > button,
.actionsbar > .float--right .hideShowPassword-toggle {
  display: block;
  margin-bottom: 12px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .actionsbar > .float--left .btn, .actionsbar > .float--left .overlay-btn.overlay-btn, .actionsbar > .float--left .tabs__list > li > button, .actionsbar > .float--left .hideShowPassword-toggle,
  .actionsbar > .float--right .btn,
  .actionsbar > .float--right .overlay-btn.overlay-btn,
  .actionsbar > .float--right .tabs__list > li > button,
  .actionsbar > .float--right .hideShowPassword-toggle {
    display: inline-block;
    margin-bottom: 0;
    width: auto;
  }
}

.autosave {
  color: rgb(157, 157, 157);
  font-size: 12px;
}

/* -------------------------------------------------------------------------- *\
    Colour map

    Merges colour palettes into a single map to be used by the color() function.

    Example:

    background-color: colour('gray-light');
\* -------------------------------------------------------------------------- */
.badge {
  display: inline-block;
  vertical-align: baseline;
  background-color: rgb(190, 190, 190);
  border-radius: 10px;
  color: #000 !important;
  font-size: 14px;
  line-height: 1;
  min-width: 25px;
  padding: 3px 8px 1px 7px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.badge:empty {
  display: none;
}

.label.label--primary .badge {
  background-color: #3e4994 !important;
  color: #fff !important;
}
.label.label--success .badge {
  background-color: #297c46 !important;
  color: #fff !important;
}
.label.label--warning .badge {
  background-color: #eaa96a !important;
  color: #000 !important;
}
.label.label--danger .badge {
  background-color: #b64135 !important;
  color: #fff !important;
}
.label.label--info .badge {
  background-color: rgb(230.2, 232.2, 245.8) !important;
  color: #000 !important;
}
.label.label--inverse .badge {
  background-color: rgb(62, 62, 62) !important;
  color: #fff !important;
}
.label.label--white .badge {
  background-color: #fff !important;
  color: #000 !important;
}
.label.label--new .badge {
  background-color: #f0f5fd !important;
  color: #000 !important;
}
.label .badge {
  color: #fff !important;
  font-size: 12px;
  margin-bottom: -1px;
  margin-top: -1px;
  min-width: 20px;
  padding-bottom: 1px;
  padding-top: 1px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #fff;
  background-color: #fff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.badge--primary,
.dropdown__menu > li > a.link--primary > .badge,
.dropdown__menu > li > .btn.link--primary > .badge,
.dropdown__menu > li > .link--primary.overlay-btn > .badge,
.dropdown__menu.tabs__list > li > button.link--primary > .badge,
.dropdown__menu > li > .link--primary.hideShowPassword-toggle > .badge,
.dropdown__menu > li > a:hover > .badge,
.dropdown__menu > li > .btn:hover > .badge,
.dropdown__menu > li > .overlay-btn:hover > .badge,
.dropdown__menu.tabs__list > li > button:hover > .badge,
.dropdown__menu > li > .hideShowPassword-toggle:hover > .badge {
  background-color: #3e4994;
  color: #fff !important;
}
.badge--primary.badge--outline,
.dropdown__menu > li > a.link--primary > .badge--outline.badge,
.dropdown__menu > li > .btn.link--primary > .badge--outline.badge,
.dropdown__menu > li > .link--primary.overlay-btn > .badge--outline.badge,
.dropdown__menu.tabs__list > li > button.link--primary > .badge--outline.badge,
.dropdown__menu > li > .link--primary.hideShowPassword-toggle > .badge--outline.badge,
.dropdown__menu > li > a:hover > .badge--outline.badge,
.dropdown__menu > li > .btn:hover > .badge--outline.badge,
.dropdown__menu > li > .overlay-btn:hover > .badge--outline.badge,
.dropdown__menu.tabs__list > li > button:hover > .badge--outline.badge,
.dropdown__menu > li > .hideShowPassword-toggle:hover > .badge--outline.badge {
  border-color: #3e4994;
  color: #3e4994 !important;
}

.badge--success,
.dropdown__menu > li > a.link--success > .badge,
.dropdown__menu > li > .btn.link--success > .badge,
.dropdown__menu > li > .link--success.overlay-btn > .badge,
.dropdown__menu.tabs__list > li > button.link--success > .badge,
.dropdown__menu > li > .link--success.hideShowPassword-toggle > .badge {
  background-color: #297c46;
  color: #fff !important;
}
.badge--success.badge--outline,
.dropdown__menu > li > a.link--success > .badge--outline.badge,
.dropdown__menu > li > .btn.link--success > .badge--outline.badge,
.dropdown__menu > li > .link--success.overlay-btn > .badge--outline.badge,
.dropdown__menu.tabs__list > li > button.link--success > .badge--outline.badge,
.dropdown__menu > li > .link--success.hideShowPassword-toggle > .badge--outline.badge {
  border-color: #297c46;
  color: #297c46 !important;
}

.badge--warning,
.dropdown__menu > li > a.link--warning > .badge,
.dropdown__menu > li > .btn.link--warning > .badge,
.dropdown__menu > li > .link--warning.overlay-btn > .badge,
.dropdown__menu.tabs__list > li > button.link--warning > .badge,
.dropdown__menu > li > .link--warning.hideShowPassword-toggle > .badge {
  background-color: #eaa96a;
  color: #000 !important;
}
.badge--warning.badge--outline,
.dropdown__menu > li > a.link--warning > .badge--outline.badge,
.dropdown__menu > li > .btn.link--warning > .badge--outline.badge,
.dropdown__menu > li > .link--warning.overlay-btn > .badge--outline.badge,
.dropdown__menu.tabs__list > li > button.link--warning > .badge--outline.badge,
.dropdown__menu > li > .link--warning.hideShowPassword-toggle > .badge--outline.badge {
  border-color: #eaa96a;
  color: #eaa96a !important;
}

.badge--danger,
.dropdown__menu > li > a.link--danger > .badge,
.dropdown__menu > li > .btn.link--danger > .badge,
.dropdown__menu > li > .link--danger.overlay-btn > .badge,
.dropdown__menu.tabs__list > li > button.link--danger > .badge,
.dropdown__menu > li > .link--danger.hideShowPassword-toggle > .badge {
  background-color: #b64135;
  color: #fff !important;
}
.badge--danger.badge--outline,
.dropdown__menu > li > a.link--danger > .badge--outline.badge,
.dropdown__menu > li > .btn.link--danger > .badge--outline.badge,
.dropdown__menu > li > .link--danger.overlay-btn > .badge--outline.badge,
.dropdown__menu.tabs__list > li > button.link--danger > .badge--outline.badge,
.dropdown__menu > li > .link--danger.hideShowPassword-toggle > .badge--outline.badge {
  border-color: #b64135;
  color: #b64135 !important;
}

.badge--info,
.dropdown__menu > li > a.link--info > .badge,
.dropdown__menu > li > .btn.link--info > .badge,
.dropdown__menu > li > .link--info.overlay-btn > .badge,
.dropdown__menu.tabs__list > li > button.link--info > .badge,
.dropdown__menu > li > .link--info.hideShowPassword-toggle > .badge {
  background-color: rgb(230.2, 232.2, 245.8);
  color: #000 !important;
}
.badge--info.badge--outline,
.dropdown__menu > li > a.link--info > .badge--outline.badge,
.dropdown__menu > li > .btn.link--info > .badge--outline.badge,
.dropdown__menu > li > .link--info.overlay-btn > .badge--outline.badge,
.dropdown__menu.tabs__list > li > button.link--info > .badge--outline.badge,
.dropdown__menu > li > .link--info.hideShowPassword-toggle > .badge--outline.badge {
  border-color: rgb(230.2, 232.2, 245.8);
  color: rgb(230.2, 232.2, 245.8) !important;
}

.badge--inverse,
.dropdown__menu > li > a.link--inverse > .badge,
.dropdown__menu > li > .btn.link--inverse > .badge,
.dropdown__menu > li > .link--inverse.overlay-btn > .badge,
.dropdown__menu.tabs__list > li > button.link--inverse > .badge,
.dropdown__menu > li > .link--inverse.hideShowPassword-toggle > .badge {
  background-color: rgb(62, 62, 62);
  color: #fff !important;
}
.badge--inverse.badge--outline,
.dropdown__menu > li > a.link--inverse > .badge--outline.badge,
.dropdown__menu > li > .btn.link--inverse > .badge--outline.badge,
.dropdown__menu > li > .link--inverse.overlay-btn > .badge--outline.badge,
.dropdown__menu.tabs__list > li > button.link--inverse > .badge--outline.badge,
.dropdown__menu > li > .link--inverse.hideShowPassword-toggle > .badge--outline.badge {
  border-color: rgb(62, 62, 62);
  color: rgb(62, 62, 62) !important;
}

.badge--white {
  background-color: #fff;
  color: #000 !important;
}
.badge--white.badge--outline {
  border-color: #fff;
  color: #fff !important;
}

.badge--new {
  background-color: #f0f5fd;
  color: #000 !important;
}
.badge--new.badge--outline {
  border-color: #f0f5fd;
  color: #f0f5fd !important;
}

.badge--round {
  border-radius: 99px;
  line-height: 1.25;
}

.badge--outline {
  background-color: inherit;
  border: 1px solid;
}
.badge--outline.badge--warning {
  border-color: rgb(141.55, 79.8, 19.95);
  color: rgb(141.55, 79.8, 19.95) !important;
}

.btn__group.dropdown span.badge {
  margin: 0 5px;
}

/**
 * Block Lists
 *
 * A simple way to present lists of information which can be marked up using
 * <div> <ul> or <ol>.
 *
 * Example:
 *
 * <ul class="block-list">
 *   <li class="block-list__item">One</li>
 *   <li class="block-list__item">Two</li>
 *   <li class="block-list__item">Three</li>
 * </ul>
 *
 * <div class="block-list">
 *   <a class="block-list__item" href="#">One</a>
 *   <a class="block-list__item" href="#">Two</a>
 *   <a class="block-list__item" href="#">Three</a>
 * </div>
 *
 * List items can be a singular block-level element, or a collection of elements
 * in a wrapper.
 *
 * Example:
 *
 * <div class="block-list">
 *   <a class="block-list__item" href="#">Link</a>
 * </div>
 *
 * or
 *
 * <div class="block-list">
 *   <div class="block-list__item">
 *     {{ html.icon('file') }}
 *     Filename
 *   </div>
 * </div>
 *
 * 1. Reset left margins in case we're using <ul> or <ol>
 */
/* -------------------------------------------------------------------------- *\
    Configuration
\* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- *\
    Default Presentation
\* -------------------------------------------------------------------------- */
.block-list {
  margin-left: 0; /* [1] */
  margin-bottom: 1em;
  max-width: 500px;
}
.block-list .preview {
  max-height: 75px;
  max-width: 75px;
  vertical-align: bottom;
}

.block-list__header {
  font-size: 18.66px;
  border-bottom: 1px solid rgb(126, 126, 126);
}

.block-list__footer {
  border-top: 1px solid rgb(126, 126, 126);
}

.block-list__item,
.block-list__header,
.block-list__footer {
  display: block;
  overflow-wrap: break-word;
  padding: 12px;
  word-wrap: break-word;
}
.block-list__item label,
.block-list__header label,
.block-list__footer label {
  margin: 0;
  text-align: left;
  width: 100%;
}
.block-list__item .remove-button,
.block-list__item .badge,
.block-list__header .remove-button,
.block-list__header .badge,
.block-list__footer .remove-button,
.block-list__footer .badge {
  float: right;
}
.block-list__item .preview,
.block-list__header .preview,
.block-list__footer .preview {
  margin-right: 12px;
  vertical-align: top;
}
.block-list__item .progress,
.block-list__header .progress,
.block-list__footer .progress {
  margin: 0.5em 0 0;
}

.block-list__item.is-disabled {
  color: rgb(190, 190, 190);
}

a.block-list__item:hover {
  background-color: rgb(242.6, 245.9384615385, 248.8);
}

/* -------------------------------------------------------------------------- *\
    Variations
\* -------------------------------------------------------------------------- */
.block-list--full {
  max-width: 100%;
}

.block-list--underlined .block-list__header,
.block-list--underlined .block-list__item {
  border-bottom: 1px solid rgb(126, 126, 126);
}
.block-list--underlined .block-list__footer {
  border-top: 0;
}
.block-list--underlined .block-list__item.has-info {
  border-bottom-color: rgb(248.8, 249.3, 252.7);
}
.block-list--underlined .block-list__item.has-success {
  border-bottom-color: rgb(72.3818181818, 194.6181818182, 115.0909090909);
}
.block-list--underlined .block-list__item.has-warning {
  border-bottom-color: rgb(232.74, 163.84, 97.06);
}
.block-list--underlined .block-list__item.has-error {
  border-bottom-color: rgb(204.4808510638, 92.9574468085, 81.5191489362);
}

.block-list--bordered {
  border: 1px solid rgb(126, 126, 126);
  border-radius: 0;
}
.block-list--bordered .block-list__header,
.block-list--bordered .block-list__footer {
  background-color: rgb(239, 239, 239);
  border: 0;
}
.block-list--bordered .block-list__header,
.block-list--bordered .block-list__item:not(:last-of-type) {
  border-bottom: 1px solid rgb(126, 126, 126);
}

.block-list--horizontal {
  display: table;
  width: 500px;
}
.block-list--horizontal.block-list--full {
  min-width: 100%;
  width: 100%;
}
.block-list--horizontal .block-list__item {
  display: table-cell;
}
.block-list--horizontal.block-list--bordered .block-list__item, .block-list--horizontal.block-list--bordered .block-list__item:last-of-type {
  border-bottom: 0;
}
.block-list--horizontal.block-list--bordered .block-list__item:not(:last-of-type) {
  border-right: 1px solid rgb(126, 126, 126);
}

.block-list--contrast .block-list__item {
  background-color: rgb(190, 190, 190);
}
.block-list--contrast .block-list__item:first-of-type {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.block-list--contrast .block-list__item:last-of-type {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.block-list--contrast .block-list__item:hover {
  background-color: rgb(177.25, 177.25, 177.25);
}
.block-list--contrast.block-list--horizontal .block-list__item:not(:last-of-type) {
  border-right: 2px solid #fff;
}

.block-list--tall .block-list__item {
  padding: 24px;
}

.breadcrumb {
  clear: both;
  color: rgb(95, 95, 95);
  margin: 0 0 12px;
  width: 100%;
}
.breadcrumb ol {
  margin: 0;
}
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin-right: 5px;
}
.breadcrumb li::after {
  content: "/";
  margin-left: 5px;
}
.breadcrumb li:last-child::after {
  content: "";
}
.breadcrumb a {
  color: rgb(95, 95, 95);
  text-decoration: none;
}
.breadcrumb a:hover {
  color: rgb(95, 95, 95);
}
.breadcrumb a[href] {
  text-decoration: underline;
}
.breadcrumb a[href]:hover {
  color: #000;
}
.breadcrumb a:focus {
  color: rgb(30, 30, 30);
}

.btn__group {
  display: inline-block;
}
.btn__group .btn,
.btn__group .overlay-btn.overlay-btn,
.btn__group .tabs__list > li > button,
.btn__group .hideShowPassword-toggle {
  border-right: 1px solid;
  border-right-color: #fff;
}
.btn__group .btn.btn--outline:only-of-type,
.btn__group .cta-buttons .btn.btn--default:only-of-type,
.cta-buttons .btn__group .btn.btn--default:only-of-type,
.btn__group .btn.cta-preview-button.btn--default:only-of-type,
.btn__group #callToActionButtons .btn.btn--default:only-of-type,
#callToActionButtons .btn__group .btn.btn--default:only-of-type,
.btn__group .btn--outline.overlay-btn:only-of-type,
.btn__group .cta-buttons .overlay-btn.btn--default:only-of-type,
.cta-buttons .btn__group .overlay-btn.btn--default:only-of-type,
.btn__group .overlay-btn.cta-preview-button.btn--default:only-of-type,
.btn__group #callToActionButtons .overlay-btn.btn--default:only-of-type,
#callToActionButtons .btn__group .overlay-btn.btn--default:only-of-type,
.btn__group .tabs__list > li > button.btn--outline:only-of-type,
.btn__group .cta-buttons .tabs__list > li > button.btn--default:only-of-type,
.cta-buttons .btn__group .tabs__list > li > button.btn--default:only-of-type,
.btn__group .tabs__list > li > button.cta-preview-button.btn--default:only-of-type,
.btn__group #callToActionButtons .tabs__list > li > button.btn--default:only-of-type,
#callToActionButtons .btn__group .tabs__list > li > button.btn--default:only-of-type,
.btn__group .btn--outline.hideShowPassword-toggle:only-of-type,
.btn__group .cta-buttons .hideShowPassword-toggle.btn--default:only-of-type,
.cta-buttons .btn__group .hideShowPassword-toggle.btn--default:only-of-type,
.btn__group .hideShowPassword-toggle.cta-preview-button.btn--default:only-of-type,
.btn__group #callToActionButtons .hideShowPassword-toggle.btn--default:only-of-type,
#callToActionButtons .btn__group .hideShowPassword-toggle.btn--default:only-of-type {
  border-right: 1px solid;
}
.btn__group .btn:focus,
.btn__group .overlay-btn:focus,
.btn__group .tabs__list > li > button:focus,
.btn__group .hideShowPassword-toggle:focus {
  border-right-color: #fd0;
  z-index: 1;
}
.btn__group .btn--outline,
.btn__group .cta-buttons .btn--default,
.cta-buttons .btn__group .btn--default,
.btn__group .cta-preview-button.btn--default,
.btn__group #callToActionButtons .btn--default,
#callToActionButtons .btn__group .btn--default {
  border-right: 0;
}
.btn__group .btn--outline:focus,
.btn__group .cta-buttons .btn--default:focus,
.cta-buttons .btn__group .btn--default:focus,
.btn__group .cta-preview-button.btn--default:focus,
.btn__group #callToActionButtons .btn--default:focus,
#callToActionButtons .btn__group .btn--default:focus,
.btn__group .btn--outline:last-of-type,
.btn__group .cta-buttons .btn--default:last-of-type,
.cta-buttons .btn__group .btn--default:last-of-type,
.btn__group .cta-preview-button.btn--default:last-of-type,
.btn__group #callToActionButtons .btn--default:last-of-type,
#callToActionButtons .btn__group .btn--default:last-of-type {
  border-right: 1px solid;
  border-right-color: inherit;
}
.btn__group .is-active {
  background-color: #3e4994;
  color: #fff;
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.btn__group .is-active::after {
  background-color: #fff;
  bottom: 4px;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: auto;
  right: 5px;
  left: 5px;
  border-radius: 3px;
}

.form__button-group .controls > .control__label, .btn, .overlay-btn.overlay-btn, .tabs__list > li > button, .hideShowPassword-toggle {
  background-color: rgb(222, 222, 222);
  color: #000;
}
.form__button-group .controls > .control__label:hover, .btn:hover, .overlay-btn:hover, .tabs__list > li > button:hover, .hideShowPassword-toggle:hover {
  background-color: rgb(196.5, 196.5, 196.5);
  color: #000;
}
.form__button-group .controls > .control__label:disabled, .btn:disabled, .overlay-btn:disabled, .tabs__list > li > button:disabled, .hideShowPassword-toggle:disabled, .form__button-group .controls > .disabled.control__label, .disabled.btn, .disabled.overlay-btn, .tabs__list > li > button.disabled, .disabled.hideShowPassword-toggle, .form__button-group .controls > .is-disabled.control__label, .is-disabled.btn, .is-disabled.overlay-btn, .tabs__list > li > button.is-disabled, .is-disabled.hideShowPassword-toggle {
  color: #000;
}
.form__button-group .controls > .btn--naked.control__label, .form__button-group .controls > .control__label.overlay-btn, .form__button-group .tabs__list > li.controls > button.control__label, .form__button-group .controls > .control__label.hideShowPassword-toggle, .form__button-group .controls > .control__label.remove-button, .btn--naked.btn, .btn--naked.overlay-btn, .btn.overlay-btn, .overlay-btn, .tabs__list > li > button, .hideShowPassword-toggle, .btn.remove-button, .remove-button.overlay-btn {
  color: rgb(62, 62, 62);
}
.form__button-group .controls > .control__label, .btn, .overlay-btn.overlay-btn, .tabs__list > li > button, .hideShowPassword-toggle {
  cursor: pointer;
  display: inline-block;
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding: 10px 10px 9px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.btn, .overlay-btn.overlay-btn, .tabs__list > li > button, .hideShowPassword-toggle {
  border: 0;
}
.btn:focus, .overlay-btn:focus, .tabs__list > li > button:focus, .hideShowPassword-toggle:focus, .btn:focus:hover {
  background-color: #fd0 !important;
  -webkit-box-shadow: 0 0 0 2px rgb(30, 30, 30);
          box-shadow: 0 0 0 2px rgb(30, 30, 30);
  color: rgb(30, 30, 30) !important;
  outline: none;
}
.btn:disabled, .overlay-btn:disabled, .tabs__list > li > button:disabled, .hideShowPassword-toggle:disabled, .btn.disabled, .disabled.overlay-btn, .tabs__list > li > button.disabled, .disabled.hideShowPassword-toggle, .btn.is-disabled, .is-disabled.overlay-btn, .tabs__list > li > button.is-disabled, .is-disabled.hideShowPassword-toggle {
  opacity: 0.5;
  pointer-events: none;
}
.btn .icon, .overlay-btn.overlay-btn .icon, .tabs__list > li > button .icon, .hideShowPassword-toggle .icon,
.btn [class*=icon-],
.overlay-btn.overlay-btn [class*=icon-],
.tabs__list > li > button [class*=icon-],
.hideShowPassword-toggle [class*=icon-] {
  font-size: 14px;
}

.btn--primary {
  background-color: #3e4994;
  color: #fff;
}
.btn--primary:hover {
  background-color: rgb(46.9428571429, 55.2714285714, 112.0571428571);
  color: #fff;
}
.btn--primary:disabled, .btn--primary.disabled, .btn--primary.is-disabled {
  color: #fff;
}
.btn--primary.btn--naked, .btn--primary.overlay-btn, .tabs__list > li > button.btn--primary, .btn--primary.hideShowPassword-toggle, .btn--primary.remove-button {
  color: rgb(50.7071428571, 59.7035714286, 121.0428571429);
}

.btn--success {
  background-color: #297c46;
  color: #fff;
}
.btn--success:hover {
  background-color: rgb(28.3272727273, 85.6727272727, 48.3636363636);
  color: #fff;
}
.btn--success:disabled, .btn--success.disabled, .btn--success.is-disabled {
  color: #fff;
}
.btn--success.btn--naked, .btn--success.overlay-btn, .tabs__list > li > button.btn--success, .btn--success.hideShowPassword-toggle, .btn--success.remove-button {
  color: rgb(34.6636363636, 104.8363636364, 59.1818181818);
}

.btn--warning {
  background-color: #eaa96a;
  color: #000;
}
.btn--warning:hover {
  background-color: rgb(227.7, 143.2, 61.3);
  color: #000;
}
.btn--warning:disabled, .btn--warning.disabled, .btn--warning.is-disabled {
  color: #000;
}
.btn--warning.btn--naked, .btn--warning.overlay-btn, .tabs__list > li > button.btn--warning, .btn--warning.hideShowPassword-toggle, .btn--warning.remove-button {
  color: rgb(141.55, 79.8, 19.95);
}

.btn--danger {
  background-color: #b64135;
  color: #fff;
}
.btn--danger:hover {
  background-color: rgb(142.5021276596, 50.8936170213, 41.4978723404);
  color: #fff;
}
.btn--danger:disabled, .btn--danger.disabled, .btn--danger.is-disabled {
  color: #fff;
}
.btn--danger.btn--naked, .btn--danger.overlay-btn, .tabs__list > li > button.btn--danger, .btn--danger.hideShowPassword-toggle, .btn--danger.remove-button {
  color: rgb(162.2510638298, 57.9468085106, 47.2489361702);
}

.btn--info {
  background-color: rgb(230.2, 232.2, 245.8);
  color: #000;
}
.btn--info:hover {
  background-color: #c1c6e8;
  color: #000;
}
.btn--info:disabled, .btn--info.disabled, .btn--info.is-disabled {
  color: #000;
}
.btn--info.btn--naked, .btn--info.overlay-btn, .tabs__list > li > button.btn--info, .btn--info.hideShowPassword-toggle, .btn--info.remove-button {
  color: rgb(81.4, 95.4, 190.6);
}

.btn--inverse {
  background-color: rgb(62, 62, 62);
  color: #fff;
}
.btn--inverse:hover {
  background-color: rgb(36.5, 36.5, 36.5);
  color: #fff;
}
.btn--inverse:disabled, .btn--inverse.disabled, .btn--inverse.is-disabled {
  color: #fff;
}
.btn--inverse.btn--naked, .btn--inverse.overlay-btn, .tabs__list > li > button.btn--inverse, .btn--inverse.hideShowPassword-toggle, .btn--inverse.remove-button {
  color: rgb(62, 62, 62);
}

.btn--white {
  background-color: #fff;
  color: rgb(62, 62, 62);
}
.btn--white:hover {
  background-color: rgb(229.5, 229.5, 229.5);
  color: rgb(62, 62, 62);
}
.btn--white:disabled, .btn--white.disabled, .btn--white.is-disabled {
  color: rgb(62, 62, 62);
}
.btn--white.btn--naked, .btn--white.overlay-btn, .tabs__list > li > button.btn--white, .btn--white.hideShowPassword-toggle, .btn--white.remove-button {
  color: rgb(239, 239, 239);
}

.btn--new {
  background-color: #f0f5fd;
  color: #000;
}
.btn--new:hover {
  background-color: #c3d7f7;
  color: #000;
}
.btn--new:disabled, .btn--new.disabled, .btn--new.is-disabled {
  color: #000;
}
.btn--new.btn--naked, .btn--new.overlay-btn, .tabs__list > li > button.btn--new, .btn--new.hideShowPassword-toggle, .btn--new.remove-button {
  color: rgb(217.5, 230, 250);
}

.btn--outline, .cta-buttons .btn--default,
.cta-preview-button.btn--default,
#callToActionButtons .btn--default {
  background: none;
  border: 1px solid #000;
  color: #000;
  padding-bottom: 8px;
  padding-top: 9px;
}
.btn--outline.btn--outline:focus, .cta-buttons .btn--default:focus,
.cta-preview-button.btn--default:focus,
#callToActionButtons .btn--default:focus, .btn--outline.btn--outline:hover:focus {
  background-color: #fd0 !important;
  -webkit-box-shadow: 0 0 0 2px rgb(30, 30, 30);
          box-shadow: 0 0 0 2px rgb(30, 30, 30);
  color: rgb(30, 30, 30) !important;
  outline: none;
  border-color: rgb(30, 30, 30);
  -webkit-box-shadow: 0 0 0 1px rgb(30, 30, 30);
          box-shadow: 0 0 0 1px rgb(30, 30, 30);
}
.btn--outline.btn--primary, .cta-buttons .btn--primary.btn--default,
.btn--primary.cta-preview-button.btn--default,
#callToActionButtons .btn--primary.btn--default {
  border-color: #3e4994;
  color: rgb(50.7071428571, 59.7035714286, 121.0428571429);
}
.btn--outline.btn--primary:hover, .cta-buttons .btn--primary.btn--default:hover,
.btn--primary.cta-preview-button.btn--default:hover,
#callToActionButtons .btn--primary.btn--default:hover {
  background-color: #3e4994;
  color: #fff;
}
.btn--outline.btn--primary:disabled, .cta-buttons .btn--primary.btn--default:disabled,
.btn--primary.cta-preview-button.btn--default:disabled,
#callToActionButtons .btn--primary.btn--default:disabled, .btn--outline.btn--primary.disabled, .cta-buttons .btn--primary.disabled.btn--default,
.btn--primary.disabled.cta-preview-button.btn--default,
#callToActionButtons .btn--primary.disabled.btn--default, .btn--outline.btn--primary.is-disabled, .cta-buttons .btn--primary.is-disabled.btn--default,
.btn--primary.is-disabled.cta-preview-button.btn--default,
#callToActionButtons .btn--primary.is-disabled.btn--default {
  color: rgb(50.7071428571, 59.7035714286, 121.0428571429);
}
.btn--outline.btn--success, .cta-buttons .btn--success.btn--default,
.btn--success.cta-preview-button.btn--default,
#callToActionButtons .btn--success.btn--default {
  border-color: #297c46;
  color: rgb(34.6636363636, 104.8363636364, 59.1818181818);
}
.btn--outline.btn--success:hover, .cta-buttons .btn--success.btn--default:hover,
.btn--success.cta-preview-button.btn--default:hover,
#callToActionButtons .btn--success.btn--default:hover {
  background-color: #297c46;
  color: #fff;
}
.btn--outline.btn--success:disabled, .cta-buttons .btn--success.btn--default:disabled,
.btn--success.cta-preview-button.btn--default:disabled,
#callToActionButtons .btn--success.btn--default:disabled, .btn--outline.btn--success.disabled, .cta-buttons .btn--success.disabled.btn--default,
.btn--success.disabled.cta-preview-button.btn--default,
#callToActionButtons .btn--success.disabled.btn--default, .btn--outline.btn--success.is-disabled, .cta-buttons .btn--success.is-disabled.btn--default,
.btn--success.is-disabled.cta-preview-button.btn--default,
#callToActionButtons .btn--success.is-disabled.btn--default {
  color: rgb(34.6636363636, 104.8363636364, 59.1818181818);
}
.btn--outline.btn--warning, .cta-buttons .btn--warning.btn--default,
.btn--warning.cta-preview-button.btn--default,
#callToActionButtons .btn--warning.btn--default {
  border-color: #eaa96a;
  color: rgb(141.55, 79.8, 19.95);
}
.btn--outline.btn--warning:hover, .cta-buttons .btn--warning.btn--default:hover,
.btn--warning.cta-preview-button.btn--default:hover,
#callToActionButtons .btn--warning.btn--default:hover {
  background-color: #eaa96a;
  color: #000;
}
.btn--outline.btn--warning:disabled, .cta-buttons .btn--warning.btn--default:disabled,
.btn--warning.cta-preview-button.btn--default:disabled,
#callToActionButtons .btn--warning.btn--default:disabled, .btn--outline.btn--warning.disabled, .cta-buttons .btn--warning.disabled.btn--default,
.btn--warning.disabled.cta-preview-button.btn--default,
#callToActionButtons .btn--warning.disabled.btn--default, .btn--outline.btn--warning.is-disabled, .cta-buttons .btn--warning.is-disabled.btn--default,
.btn--warning.is-disabled.cta-preview-button.btn--default,
#callToActionButtons .btn--warning.is-disabled.btn--default {
  color: rgb(141.55, 79.8, 19.95);
}
.btn--outline.btn--danger, .cta-buttons .btn--danger.btn--default,
.btn--danger.cta-preview-button.btn--default,
#callToActionButtons .btn--danger.btn--default {
  border-color: #b64135;
  color: rgb(162.2510638298, 57.9468085106, 47.2489361702);
}
.btn--outline.btn--danger:hover, .cta-buttons .btn--danger.btn--default:hover,
.btn--danger.cta-preview-button.btn--default:hover,
#callToActionButtons .btn--danger.btn--default:hover {
  background-color: #b64135;
  color: #fff;
}
.btn--outline.btn--danger:disabled, .cta-buttons .btn--danger.btn--default:disabled,
.btn--danger.cta-preview-button.btn--default:disabled,
#callToActionButtons .btn--danger.btn--default:disabled, .btn--outline.btn--danger.disabled, .cta-buttons .btn--danger.disabled.btn--default,
.btn--danger.disabled.cta-preview-button.btn--default,
#callToActionButtons .btn--danger.disabled.btn--default, .btn--outline.btn--danger.is-disabled, .cta-buttons .btn--danger.is-disabled.btn--default,
.btn--danger.is-disabled.cta-preview-button.btn--default,
#callToActionButtons .btn--danger.is-disabled.btn--default {
  color: rgb(162.2510638298, 57.9468085106, 47.2489361702);
}
.btn--outline.btn--info, .cta-buttons .btn--info.btn--default,
.btn--info.cta-preview-button.btn--default,
#callToActionButtons .btn--info.btn--default {
  border-color: rgb(230.2, 232.2, 245.8);
  color: rgb(81.4, 95.4, 190.6);
}
.btn--outline.btn--info:hover, .cta-buttons .btn--info.btn--default:hover,
.btn--info.cta-preview-button.btn--default:hover,
#callToActionButtons .btn--info.btn--default:hover {
  background-color: rgb(230.2, 232.2, 245.8);
  color: #000;
}
.btn--outline.btn--info:disabled, .cta-buttons .btn--info.btn--default:disabled,
.btn--info.cta-preview-button.btn--default:disabled,
#callToActionButtons .btn--info.btn--default:disabled, .btn--outline.btn--info.disabled, .cta-buttons .btn--info.disabled.btn--default,
.btn--info.disabled.cta-preview-button.btn--default,
#callToActionButtons .btn--info.disabled.btn--default, .btn--outline.btn--info.is-disabled, .cta-buttons .btn--info.is-disabled.btn--default,
.btn--info.is-disabled.cta-preview-button.btn--default,
#callToActionButtons .btn--info.is-disabled.btn--default {
  color: rgb(81.4, 95.4, 190.6);
}
.btn--outline.btn--inverse, .cta-buttons .btn--inverse.btn--default,
.btn--inverse.cta-preview-button.btn--default,
#callToActionButtons .btn--inverse.btn--default {
  border-color: rgb(62, 62, 62);
  color: rgb(62, 62, 62);
}
.btn--outline.btn--inverse:hover, .cta-buttons .btn--inverse.btn--default:hover,
.btn--inverse.cta-preview-button.btn--default:hover,
#callToActionButtons .btn--inverse.btn--default:hover {
  background-color: rgb(62, 62, 62);
  color: #fff;
}
.btn--outline.btn--inverse:disabled, .cta-buttons .btn--inverse.btn--default:disabled,
.btn--inverse.cta-preview-button.btn--default:disabled,
#callToActionButtons .btn--inverse.btn--default:disabled, .btn--outline.btn--inverse.disabled, .cta-buttons .btn--inverse.disabled.btn--default,
.btn--inverse.disabled.cta-preview-button.btn--default,
#callToActionButtons .btn--inverse.disabled.btn--default, .btn--outline.btn--inverse.is-disabled, .cta-buttons .btn--inverse.is-disabled.btn--default,
.btn--inverse.is-disabled.cta-preview-button.btn--default,
#callToActionButtons .btn--inverse.is-disabled.btn--default {
  color: rgb(62, 62, 62);
}
.btn--outline.btn--white, .cta-buttons .btn--white.btn--default,
.btn--white.cta-preview-button.btn--default,
#callToActionButtons .btn--white.btn--default {
  border-color: #fff;
  color: rgb(239, 239, 239);
}
.btn--outline.btn--white:hover, .cta-buttons .btn--white.btn--default:hover,
.btn--white.cta-preview-button.btn--default:hover,
#callToActionButtons .btn--white.btn--default:hover {
  background-color: #fff;
  color: rgb(62, 62, 62);
}
.btn--outline.btn--white:disabled, .cta-buttons .btn--white.btn--default:disabled,
.btn--white.cta-preview-button.btn--default:disabled,
#callToActionButtons .btn--white.btn--default:disabled, .btn--outline.btn--white.disabled, .cta-buttons .btn--white.disabled.btn--default,
.btn--white.disabled.cta-preview-button.btn--default,
#callToActionButtons .btn--white.disabled.btn--default, .btn--outline.btn--white.is-disabled, .cta-buttons .btn--white.is-disabled.btn--default,
.btn--white.is-disabled.cta-preview-button.btn--default,
#callToActionButtons .btn--white.is-disabled.btn--default {
  color: rgb(239, 239, 239);
}
.btn--outline.btn--new, .cta-buttons .btn--new.btn--default,
.btn--new.cta-preview-button.btn--default,
#callToActionButtons .btn--new.btn--default {
  border-color: #f0f5fd;
  color: rgb(217.5, 230, 250);
}
.btn--outline.btn--new:hover, .cta-buttons .btn--new.btn--default:hover,
.btn--new.cta-preview-button.btn--default:hover,
#callToActionButtons .btn--new.btn--default:hover {
  background-color: #f0f5fd;
  color: #000;
}
.btn--outline.btn--new:disabled, .cta-buttons .btn--new.btn--default:disabled,
.btn--new.cta-preview-button.btn--default:disabled,
#callToActionButtons .btn--new.btn--default:disabled, .btn--outline.btn--new.disabled, .cta-buttons .btn--new.disabled.btn--default,
.btn--new.disabled.cta-preview-button.btn--default,
#callToActionButtons .btn--new.disabled.btn--default, .btn--outline.btn--new.is-disabled, .cta-buttons .btn--new.is-disabled.btn--default,
.btn--new.is-disabled.cta-preview-button.btn--default,
#callToActionButtons .btn--new.is-disabled.btn--default {
  color: rgb(217.5, 230, 250);
}

.btn--naked, .overlay-btn.overlay-btn, .tabs__list > li > button, .hideShowPassword-toggle, .remove-button {
  background: none;
  border: 0;
}
.btn--naked:hover, .overlay-btn:hover, .tabs__list > li > button:hover, .hideShowPassword-toggle:hover, .remove-button:hover {
  background: none;
}

.btn--small {
  font-size: 14px;
  padding: 5px 5px 4px;
}
.btn--small.btn--outline, .cta-buttons .btn--small.btn--default,
.btn--small.cta-preview-button.btn--default,
#callToActionButtons .btn--small.btn--default {
  padding: 4px 5px 3px;
}

.colorpicker .input-group:not(.has-btn-prepended):not(.has-btn-appended) .form__control:not(:first-child):not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  width: 110px;
}
.colorpicker .input-group:not(.has-btn-prepended):not(.has-btn-appended) .form__control:not(:first-child):not(:last-child):focus {
  border-radius: 0;
}

.colorpicker .form__control {
  font-family: "Courier New", "Andale Mono", "Consolas", monospace;
}

.btn.sp-replacer, .sp-replacer.overlay-btn, .tabs__list > li > button.sp-replacer, .sp-replacer.hideShowPassword-toggle {
  background: rgb(239, 239, 239);
  border: 1px solid rgb(126, 126, 126);
  color: #000;
  height: 48px;
  margin-left: 6px;
  position: relative;
  vertical-align: top;
  width: 48px;
}
.btn.sp-replacer:hover:not(:disabled), .sp-replacer.overlay-btn:hover:not(:disabled), .tabs__list > li > button.sp-replacer:hover:not(:disabled), .sp-replacer.hideShowPassword-toggle:hover:not(:disabled), .btn.sp-replacer:active, .sp-replacer.overlay-btn:active, .tabs__list > li > button.sp-replacer:active, .sp-replacer.hideShowPassword-toggle:active {
  vertical-align: top;
}
.btn.sp-replacer .sp-preview, .sp-replacer.overlay-btn .sp-preview, .tabs__list > li > button.sp-replacer .sp-preview, .sp-replacer.hideShowPassword-toggle .sp-preview {
  border: 0;
  border-radius: 0;
  bottom: 1px;
  left: 1px;
  height: auto;
  margin-right: 0;
  overflow: hidden;
  position: absolute;
  right: 1px;
  top: 1px;
  width: auto;
}

.sp-dd {
  background-color: inherit;
  border-top-left-radius: 4px;
  bottom: 1px;
  float: none;
  font-size: inherit;
  height: 10px;
  line-height: inherit;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 1px;
  text-indent: 100%;
  white-space: nowrap;
  width: 16px;
}
.sp-dd::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid;
  border-top-color: inherit;
  bottom: 2px;
  content: "";
  display: inline-block;
  height: 0;
  left: 4px;
  position: absolute;
  vertical-align: baseline;
  width: 0;
  zoom: 1;
}

.sp-container,
.sp-container button,
.sp-container input,
.sp-color,
.sp-hue,
.sp-clear {
  font: inherit;
}

.sp-container {
  font-size: 14px;
  padding: 5px 0;
  margin: 0;
  background-color: #fff;
  border: 1px solid rgb(126, 126, 126);
  -webkit-box-shadow: 0 0 0 6px rgba(62, 73, 148, 0.3);
          box-shadow: 0 0 0 6px rgba(62, 73, 148, 0.3);
  background-clip: padding-box;
}

.sp-picker-container {
  width: 300px;
}

.sp-palette-button-container,
.sp-button-container {
  float: left;
}
.sp-palette-button-container *,
.sp-button-container * {
  float: right;
  text-transform: capitalize;
}

.sp-cancel {
  font-size: 14px;
}

.sp-container button, .sp-container button:hover,
.sp-cancel,
.sp-cancel:hover {
  -webkit-appearance: none;
  background: transparent;
  background-color: rgb(239, 239, 239);
  border: 0;
  border-bottom-style: solid;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 0 #c5c5c5;
          box-shadow: 0 2px 0 #c5c5c5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  padding: 8px 14px 6px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: baseline;
  white-space: nowrap;
  zoom: 1;
}
.sp-container button:hover,
.sp-cancel:hover {
  -webkit-box-shadow: 0 1px 0 #c5c5c5;
          box-shadow: 0 1px 0 #c5c5c5;
  color: #000;
  top: 1px;
}

.sp-container button {
  -webkit-box-shadow: 0 2px 0 #1c5986;
          box-shadow: 0 2px 0 #1c5986;
}
.sp-container button, .sp-container button:hover {
  background-color: #2575b0;
  color: #fff;
  text-shadow: none;
}
.sp-container button:hover {
  -webkit-box-shadow: 0 1px 0 #1c5986;
          box-shadow: 0 1px 0 #1c5986;
}

.sp-cancel, .sp-cancel:hover {
  background: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #3e3e3e !important;
  vertical-align: top;
}

.sp-replacer.sp-disabled {
  color: #000;
  cursor: not-allowed;
}
.sp-replacer.sp-disabled .sp-preview-inner {
  display: none;
}

.close {
  float: right;
  font-size: 2em;
  font-weight: bold;
  line-height: 24px;
  color: rgb(95, 95, 95);
  text-decoration: none;
}
.close:hover {
  color: rgb(30, 30, 30);
  cursor: pointer;
}
.close:focus {
  background-color: #fd0 !important;
  -webkit-box-shadow: 0 0 0 2px rgb(30, 30, 30);
          box-shadow: 0 0 0 2px rgb(30, 30, 30);
  color: rgb(30, 30, 30) !important;
  outline: none;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.table.datatable, .datatable.table--datagrid {
  margin-bottom: 0;
}

.dt-row-selected > td {
  background-color: #edeef7;
}
.dt-row-selected > td .table-row-select::before {
  content: "\f14a";
  font-family: "Font Awesome 6 Free";
}
.dt-row-selected > td a,
.dt-row-selected > td a:link {
  border-bottom-color: rgb(29.5077720207, 101.5414507772, 137.9922279793);
  color: rgb(29.5077720207, 101.5414507772, 137.9922279793);
}

.dt-disable-selection {
  clear: both;
}
.dt-disable-selection .table-selection {
  min-width: 0;
  padding: 0;
  width: 0;
}
.dt-disable-selection .table-selection .checkbox {
  display: none;
}

.datatable .dt-row-selected > .sorting_1, .datatable .dt-row-selected:hover > td {
  background-color: rgb(226.4076923077, 227.9961538462, 242.2923076923);
}

a.dt-button {
  border-right: 1px dotted rgb(126, 126, 126);
  margin-right: 6px;
  padding-right: 6px;
}

.dt-buttons {
  float: left;
}
.dt-buttons > a,
.dt-buttons > button {
  background-color: transparent;
  border: 0;
  border-right: 1px dotted rgb(126, 126, 126);
  color: #3e4994;
  float: left;
  line-height: 30px;
  padding: 0 12px;
}
.dt-buttons > a:hover,
.dt-buttons > button:hover {
  color: #000;
}

.datatable th {
  background-clip: padding-box;
  padding-right: 20px;
  position: relative;
}
.datatable td,
.datatable th {
  overflow: hidden;
}
.datatable td.sorting:hover, .datatable td.sorting_asc:hover, .datatable td.sorting_desc:hover,
.datatable th.sorting:hover,
.datatable th.sorting_asc:hover,
.datatable th.sorting_desc:hover {
  background-color: rgb(222, 222, 222);
  cursor: pointer;
}
.datatable td.sorting:hover::after, .datatable td.sorting_asc:hover::after, .datatable td.sorting_desc:hover::after,
.datatable th.sorting:hover::after,
.datatable th.sorting_asc:hover::after,
.datatable th.sorting_desc:hover::after {
  color: #3e4994;
}
.datatable td.sorting:focus, .datatable td.sorting_asc:focus, .datatable td.sorting_desc:focus,
.datatable th.sorting:focus,
.datatable th.sorting_asc:focus,
.datatable th.sorting_desc:focus {
  background-color: #fd0;
  -webkit-box-shadow: inset 0 -4px rgb(30, 30, 30);
          box-shadow: inset 0 -4px rgb(30, 30, 30);
  outline: none;
}
.datatable td.sorting:focus::after, .datatable td.sorting_asc:focus::after, .datatable td.sorting_desc:focus::after,
.datatable th.sorting:focus::after,
.datatable th.sorting_asc:focus::after,
.datatable th.sorting_desc:focus::after {
  color: rgb(30, 30, 30);
}
.datatable td.sorting::after, .datatable td.sorting_asc::after, .datatable td.sorting_desc::after,
.datatable th.sorting::after,
.datatable th.sorting_asc::after,
.datatable th.sorting_desc::after {
  font-size: 16px;
  line-height: 22px;
  position: absolute;
  right: 5px;
}
.datatable td.sorting::after,
.datatable th.sorting::after {
  content: "\f0dc";
  color: rgb(110, 110, 110);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.datatable td.sorting_asc::after,
.datatable th.sorting_asc::after {
  content: "\f0de";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.datatable td.sorting_desc::after,
.datatable th.sorting_desc::after {
  content: "\f0dd";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.datatable td.sorting_disabled::after,
.datatable th.sorting_disabled::after {
  content: "";
}
.datatable td.sorting_asc, .datatable td.sorting_desc,
.datatable th.sorting_asc,
.datatable th.sorting_desc {
  background-color: rgb(222, 222, 222);
}
.datatable th [href] {
  color: #000;
}
.datatable td.sorting_1 {
  background-color: rgb(247.35, 247.35, 247.35);
}

.table__tr--no-results td {
  padding: 1em 0;
  text-align: center;
}

.table-row-select {
  color: rgb(126, 126, 126);
  cursor: pointer;
  font-size: 16px;
  position: relative;
  top: 1px;
}

.dt-row-selected .table-row-select::before,
tr.selected .table-row-select::before {
  color: #3e4994;
  content: "\f14a";
  font-family: "Font Awesome 6 Free";
}

th.sorting_disabled:hover {
  text-decoration: none;
}

.table-responsive,
.table-selection {
  text-align: center;
  min-width: 42px;
  max-width: 42px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 42px;
}
.table-responsive .btn, .table-responsive .overlay-btn.overlay-btn, .table-responsive .tabs__list > li > button, .table-responsive .hideShowPassword-toggle,
.table-selection .btn,
.table-selection .overlay-btn.overlay-btn,
.table-selection .tabs__list > li > button,
.table-selection .hideShowPassword-toggle {
  line-height: 22px;
  padding: 0;
}

.dataTables_wrapper {
  position: relative;
}

.dataTables_filter {
  display: inline-block;
}

.dataTables_info {
  display: none;
  float: left;
  line-height: 30px;
}
@media screen and (min-width: 767px) {
  .dataTables_info {
    display: block;
  }
}

.dataTables_filter {
  float: right;
}
.dataTables_filter [type=search] {
  border: 1px solid rgb(126, 126, 126);
  color: black;
  border-radius: 0;
  margin-left: 10px;
  padding: 5px;
}
.dataTables_filter [type=search]:focus {
  border-color: rgb(30, 30, 30);
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 2px rgb(30, 30, 30);
          box-shadow: inset 0 0 0 2px rgb(30, 30, 30);
  outline: 3px solid #fd0;
  outline-offset: 0;
}

.dataTables_top {
  color: #000;
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
.dataTables_top .select-info {
  border-left: 1px dotted rgb(126, 126, 126);
  margin-left: 10px;
  padding-left: 10px;
}

.dataTables_actions {
  position: absolute;
  font-size: 14px;
  left: 24px;
  top: 62px;
  z-index: 1;
}
.dataTables_actions a {
  color: #666;
  cursor: pointer;
}

.dataTables_bottom {
  display: block;
  width: 100%;
}

.paginate_button {
  padding: 5px;
}

.datatable .child {
  background-color: #efefef;
  border-bottom: 1px solid rgb(126, 126, 126);
  padding: 11.5px 0 12px;
}

.table-child-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #3e4994;
  cursor: pointer;
  display: none;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  padding: 4px 7px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: top;
  white-space: nowrap;
}
.table-child-toggle:focus {
  background-color: #fd0 !important;
  -webkit-box-shadow: 0 0 0 2px rgb(30, 30, 30);
          box-shadow: 0 0 0 2px rgb(30, 30, 30);
  color: rgb(30, 30, 30) !important;
  outline: none;
}
.table-child-toggle:hover {
  color: rgb(30, 30, 30);
}
.collapsed .table-child-toggle {
  display: inline-block;
}

.parent .table-child-toggle i::before {
  color: rgb(192, 28, 29);
}

.datatable .child ul {
  margin: 0 0 0 65px;
}

.datatable .child ul li {
  display: table-row;
}

.dtr-title {
  display: table-cell;
  padding: 0 5px 0 0;
}

.dtr-data {
  display: table-cell;
  padding: 0 5px;
}

.DTTT_collection {
  opacity: 1;
  background-color: white;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}
.DTTT_collection > .DTTT_button {
  display: block;
  padding: 5px 10px;
  width: 100%;
}

.dataTables_bottom {
  zoom: 1;
}
.dataTables_bottom:before, .dataTables_bottom:after {
  content: "";
  display: table;
}
.dataTables_bottom:after {
  clear: both;
}

.dataTables_paginate {
  font-size: 14px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .dataTables_paginate {
    display: inline-block;
    float: left;
    text-align: left;
    width: auto;
  }
}
.dataTables_paginate .paginate_button {
  display: inline-block;
  vertical-align: baseline;
  color: #000;
  line-height: 42px;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
}
.dataTables_paginate .paginate_button:focus {
  background-color: #fd0;
  -webkit-box-shadow: inset 0 -4px rgb(30, 30, 30);
          box-shadow: inset 0 -4px rgb(30, 30, 30);
  outline: none;
}
.dataTables_paginate .paginate_button.current {
  background-color: rgb(229.5, 229.5, 229.5);
}
.dataTables_paginate .paginate_button.current:focus {
  background-color: #fd0;
  -webkit-box-shadow: inset 0 -4px rgb(30, 30, 30);
          box-shadow: inset 0 -4px rgb(30, 30, 30);
  outline: none;
}

.dataTables_bottom .dataTables_length {
  display: block;
  float: none;
  font-family: 12px;
  margin: 10px 0;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .dataTables_bottom .dataTables_length {
    display: inline-block;
    float: right;
    margin: 5px 0 10px;
    text-align: left;
    width: auto;
  }
}
.dataTables_bottom .dataTables_length select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: linear-gradient(45deg, transparent 49%, #000 49%), linear-gradient(135deg, #000 49%, transparent 49%), linear-gradient(to right, rgb(239, 239, 239), rgb(239, 239, 239));
  background-position: calc(100% - 10px) calc(1em - 2px), calc(100% - 5px) calc(1em - 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 22px 100%;
  background-repeat: no-repeat;
  border: 1px solid rgb(126, 126, 126);
  border-radius: 0;
  height: 32px;
  line-height: 32px;
  padding: 0 30px 0 12px;
}
.dataTables_bottom .dataTables_length select::-ms-expand {
  display: none;
}
@media screen and (-ms-high-contrast: active) {
  .dataTables_bottom .dataTables_length select::-ms-expand {
    display: block;
  }
}
.dataTables_bottom .dataTables_length select:focus {
  border-color: rgb(30, 30, 30);
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 2px rgb(30, 30, 30);
          box-shadow: inset 0 0 0 2px rgb(30, 30, 30);
  outline: 3px solid #fd0;
  outline-offset: 0;
}

.dataTables_wrapper .table-container {
  clear: both;
  margin-bottom: 0;
}

.datatable.table--horizontal .table-responsive {
  display: none;
}

@media screen and (max-width: 599px) {
  .dtr-details .dtr-title a {
    border-bottom: 0;
    color: rgb(30, 30, 30);
    font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}
@media screen and (max-width: 599px) {
  .dtr-details .dtr-data a {
    border-bottom: 0;
  }
}

.dataTables_scrollBody thead tr[role=row] {
  visibility: collapse;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  width: 240px;
  padding: 8px;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pika-single th {
  background-color: #fff;
}
.pika-single th abbr {
  border-bottom: 0;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  -webkit-box-shadow: 0 0 0 6px rgba(62, 73, 148, 0.3);
          box-shadow: 0 0 0 6px rgba(62, 73, 148, 0.3);
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-label {
  display: inline-block;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}
.pika-label:hover {
  background-color: #3e4994;
  border-radius: 3px;
  color: #fff;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-select {
  display: inline-block;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-button {
  cursor: pointer;
  display: block;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}

.is-today .pika-button {
  background-color: rgb(184.9, 184.9, 184.9);
  color: #3e4994;
  font-weight: bold;
}

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #3e4994;
  border-radius: 3px;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}

.pika-button:hover {
  color: #fff !important;
  background: #3e4994 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 3px !important;
}

.daterangepicker.daterangepicker {
  padding: 4px;
}

.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3000;
}

.daterangepicker.opensleft .ranges,
.daterangepicker.opensleft .calendar {
  margin: 4px;
}
@media screen and (min-width: 767px) {
  .daterangepicker.opensleft .ranges,
  .daterangepicker.opensleft .calendar {
    float: left;
  }
}

.daterangepicker.opensright .ranges,
.daterangepicker.opensright .calendar {
  float: right;
  margin: 4px;
}

.daterangepicker .ranges {
  text-align: left;
}
@media screen and (min-width: 767px) {
  .daterangepicker .ranges {
    width: 160px;
  }
}

.daterangepicker .ranges .range_inputs > div {
  float: left;
}

.daterangepicker .ranges .range_inputs > div:nth-child(2) {
  padding-left: 11px;
}

.daterangepicker .calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker.show-calendar .calendar {
  display: block;
}

.daterangepicker .calendar.single .calendar-date {
  border: 0;
}

.daterangepicker .calendar th,
.daterangepicker .calendar td {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  min-width: 32px;
  text-align: center;
  white-space: nowrap;
}

.daterangepicker .ranges label {
  color: rgb(62, 62, 62);
  display: block;
  font-size: 11px;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  margin-bottom: 2px;
  margin-left: 0;
  text-align: left;
  text-shadow: #fff 1px 1px 0;
  text-transform: uppercase;
}

.daterangepicker .ranges input {
  font-size: 11px;
}

.daterangepicker .ranges .input-mini {
  background-color: rgb(239, 239, 239);
  border-radius: 0;
  border: 1px solid rgb(222, 222, 222);
  color: rgb(62, 62, 62);
  display: block;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  margin: 0 0 10px;
  padding: 0 6px;
  vertical-align: middle;
  width: 74px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.daterangepicker .ranges li {
  background: rgb(239, 239, 239);
  border-radius: 5px;
  border: 1px solid rgb(239, 239, 239);
  color: rgb(50.7071428571, 59.7035714286, 121.0428571429);
  cursor: pointer;
  font-size: 13px;
  margin-bottom: 8px;
  padding: 3px 12px;
}

.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
  background: #3e4994;
  border: 1px solid #3e4994;
  color: #fff;
}

.daterangepicker .calendar-date {
  background: #fff;
  border-radius: 0;
  border: 1px solid rgb(222, 222, 222);
  padding: 4px;
}

.daterangepicker .calendar-time {
  line-height: 30px;
  margin: 8px auto 0;
  text-align: center;
}

.daterangepicker table {
  margin: 0;
  width: 100%;
}

.daterangepicker .daterangepicker_input {
  position: relative;
}

.daterangepicker .daterangepicker_input i {
  font-size: 14px;
  position: absolute;
  left: 8px;
  top: 8px;
}

.daterangepicker .input-mini {
  border: 1px solid rgb(222, 222, 222);
  border-radius: 0;
  color: rgb(62, 62, 62);
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  display: block;
  vertical-align: middle;
  margin: 0 0 5px;
  padding: 0 6px 0 28px;
  width: 100%;
}

.date-range-picker__form .form__control::-ms-clear,
.daterangepicker .form-control::-ms-clear {
  display: none;
}

.daterangepicker td,
.daterangepicker th {
  cursor: pointer;
  height: 20px;
  text-align: center;
  white-space: nowrap;
  width: 20px;
}

.daterangepicker .table-condensed > tbody > tr > td,
.daterangepicker .table-condensed > tbody > tr > th,
.daterangepicker .table-condensed > tfoot > tr > td,
.daterangepicker .table-condensed > tfoot > tr > th,
.daterangepicker .table-condensed > thead > tr > td,
.daterangepicker .table-condensed > thead > tr > th {
  padding: 5px;
}

.daterangepicker .calendar th,
.daterangepicker .calendar td {
  min-width: 32px;
  text-align: center;
  white-space: nowrap;
}

.daterangepicker td.in-range {
  background: #ebf4f8;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 0 0 0 0;
}

.daterangepicker td.end-date {
  border-radius: 0 0 0 0;
}

.daterangepicker td.off {
  color: rgb(157, 157, 157);
}

.daterangepicker td.disabled {
  color: rgb(157, 157, 157);
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background: rgb(239, 239, 239);
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #3e4994;
  color: #fff;
}

.daterangepicker td.week,
.daterangepicker th.week {
  color: rgb(222, 222, 222);
  font-size: 80%;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  cursor: default;
  font-size: 12px;
  height: auto;
  margin: 0;
  padding: 1px;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.ampmselect {
  margin-bottom: 0;
  width: 50px;
}

.daterangepicker::before,
.daterangepicker::after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.daterangepicker::after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker::before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid rgb(222, 222, 222);
}

.daterangepicker.opensleft::after {
  right: 10px;
}

.daterangepicker.opensleft::before {
  right: 9px;
}

.daterangepicker .fa-chevron-left::before {
  content: "\f053";
}

.daterangepicker .fa-chevron-right::before {
  content: "\f054";
}

.daterangepicker .fa-calendar::before {
  content: "\f073";
}

@media screen and (min-width: 600px) {
  .date-range-picker__form {
    width: 300px;
  }
}

.caret {
  display: inline-block;
  vertical-align: baseline;
  color: inherit;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-top-color: inherit;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown {
  position: relative;
}

.dropdown.open > .btn--outline, .cta-buttons .dropdown.open > .btn--default,
.dropdown.open > .cta-preview-button.btn--default,
#callToActionButtons .dropdown.open > .btn--default {
  background-color: #3e4994;
  border: 1px solid #3e4994;
  color: #fff;
  z-index: 1066;
}
.dropdown.open > .btn--outline .caret, .cta-buttons .dropdown.open > .btn--default .caret,
.dropdown.open > .cta-preview-button.btn--default .caret,
#callToActionButtons .dropdown.open > .btn--default .caret {
  border-top-color: #fff;
}
.dropdown.open > .btn--outline:focus .caret, .cta-buttons .dropdown.open > .btn--default:focus .caret,
.dropdown.open > .cta-preview-button.btn--default:focus .caret,
#callToActionButtons .dropdown.open > .btn--default:focus .caret {
  border-top-color: rgb(30, 30, 30);
}

.dropdown__menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1065;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 6px 0 0;
  list-style: none;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 6px rgba(62, 73, 148, 0.3);
          box-shadow: 0 0 0 6px rgba(62, 73, 148, 0.3);
  background-clip: padding-box;
}
.dropdown__menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown__menu .divider {
  background-color: rgb(126, 126, 126);
  display: block;
  height: 1px;
  margin: 6px 0;
  min-width: 160px;
  overflow: hidden;
  padding: 0;
}
.dropdown__menu > li {
  min-width: 160px;
}
.dropdown__menu > li > a,
.dropdown__menu > li > .btn,
.dropdown__menu > li > .overlay-btn.overlay-btn,
.dropdown__menu.tabs__list > li > button,
.dropdown__menu > li > .hideShowPassword-toggle,
.dropdown__menu > li > span {
  background: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  clear: both;
  color: rgb(95, 95, 95);
  display: block;
  font-weight: normal;
  line-height: 24px;
  padding: 4px 15px 2px 5px;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
}
.dropdown__menu > li > a [class^=icon-],
.dropdown__menu > li > a [class*=" icon-"],
.dropdown__menu > li > .btn [class^=icon-],
.dropdown__menu > li > .overlay-btn.overlay-btn [class^=icon-],
.dropdown__menu.tabs__list > li > button [class^=icon-],
.dropdown__menu > li > .hideShowPassword-toggle [class^=icon-],
.dropdown__menu > li > .btn [class*=" icon-"],
.dropdown__menu > li > .overlay-btn.overlay-btn [class*=" icon-"],
.dropdown__menu.tabs__list > li > button [class*=" icon-"],
.dropdown__menu > li > .hideShowPassword-toggle [class*=" icon-"],
.dropdown__menu > li > span [class^=icon-],
.dropdown__menu > li > span [class*=" icon-"] {
  display: inline-block;
  margin: 0 5px 0 2px;
  text-align: center;
  width: 23px;
}

.dropdown__menu > li > a:not(.is-disabled):hover, .dropdown__menu > li > a:not(.is-disabled).active,
.dropdown__menu > li > .btn:not(.is-disabled):hover,
.dropdown__menu > li > .overlay-btn:not(.is-disabled):hover,
.dropdown__menu.tabs__list > li > button:not(.is-disabled):hover,
.dropdown__menu > li > .hideShowPassword-toggle:not(.is-disabled):hover,
.dropdown__menu > li > .btn:not(.is-disabled).active,
.dropdown__menu > li > .overlay-btn:not(.is-disabled).active,
.dropdown__menu.tabs__list > li > button:not(.is-disabled).active,
.dropdown__menu > li > .hideShowPassword-toggle:not(.is-disabled).active {
  background-color: #3e4994;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  color: #fff;
  text-decoration: none;
  -webkit-transform: none;
          transform: none;
}
.dropdown__menu > li > a:not(.is-disabled):focus,
.dropdown__menu > li > .btn:not(.is-disabled):focus,
.dropdown__menu > li > .overlay-btn:not(.is-disabled):focus,
.dropdown__menu.tabs__list > li > button:not(.is-disabled):focus,
.dropdown__menu > li > .hideShowPassword-toggle:not(.is-disabled):focus {
  background-color: #fd0;
  -webkit-box-shadow: inset 0 -4px rgb(30, 30, 30);
          box-shadow: inset 0 -4px rgb(30, 30, 30);
  color: rgb(30, 30, 30);
  color: rgb(30, 30, 30) !important;
}

.dropdown__menu > .active > a, .dropdown__menu > .active > a:hover,
.dropdown__menu > .active > .btn,
.dropdown__menu > .active > .overlay-btn.overlay-btn,
.dropdown__menu.tabs__list > li.active > button,
.dropdown__menu > .active > .hideShowPassword-toggle,
.dropdown__menu > .active > .btn:hover {
  background-color: #3e4994;
  color: #fff;
  text-decoration: none;
  outline: 0;
}

.dropdown__menu > .disabled > a, .dropdown__menu > .disabled > a:hover, .dropdown__menu > .disabled > a:focus,
.dropdown__menu > .disabled > .btn,
.dropdown__menu > .disabled > .overlay-btn.overlay-btn,
.dropdown__menu.tabs__list > li.disabled > button,
.dropdown__menu > .disabled > .hideShowPassword-toggle,
.dropdown__menu > .disabled > .btn:hover,
.dropdown__menu > .disabled > .btn:focus {
  color: rgb(157, 157, 157);
}

.dropdown__menu > .disabled > a:hover, .dropdown__menu > .disabled > a:focus,
.dropdown__menu > .disabled > .btn:hover,
.dropdown__menu > .disabled > .overlay-btn:hover,
.dropdown__menu.tabs__list > li.disabled > button:hover,
.dropdown__menu > .disabled > .hideShowPassword-toggle:hover,
.dropdown__menu > .disabled > .btn:focus,
.dropdown__menu > .disabled > .overlay-btn:focus,
.dropdown__menu.tabs__list > li.disabled > button:focus,
.dropdown__menu > .disabled > .hideShowPassword-toggle:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}

.open > .dropdown__menu {
  display: block;
}
.open > a,
.open > .btn,
.open > .overlay-btn.overlay-btn,
.tabs__list > li.open > button,
.open > .hideShowPassword-toggle {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  line-height: 24px;
  color: rgb(157, 157, 157);
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1055;
}

.dropdown__menu--right + .dropdown__menu,
.pull-right > .dropdown__menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  border-bottom-color: inherit;
  content: "";
}
.dropup .dropdown__menu,
.navbar-fixed-bottom .dropdown .dropdown__menu {
  top: auto;
  bottom: 43px;
  margin-bottom: 1px;
}

.dropdown__menu > li > a:hover > .badge,
.dropdown__menu > li > .btn:hover > .badge,
.dropdown__menu > li > .overlay-btn:hover > .badge,
.dropdown__menu.tabs__list > li > button:hover > .badge,
.dropdown__menu > li > .hideShowPassword-toggle:hover > .badge {
  background-color: rgb(31.8857142857, 37.5428571429, 76.1142857143);
}
.dropdown__menu > li > a.link--primary,
.dropdown__menu > li > .btn.link--primary,
.dropdown__menu > li > .link--primary.overlay-btn,
.dropdown__menu.tabs__list > li > button.link--primary,
.dropdown__menu > li > .link--primary.hideShowPassword-toggle {
  background-color: #3e4994;
  color: #fff !important;
}
.dropdown__menu > li > a.link--primary:hover,
.dropdown__menu > li > .btn.link--primary:hover,
.dropdown__menu > li > .link--primary.overlay-btn:hover,
.dropdown__menu.tabs__list > li > button.link--primary:hover,
.dropdown__menu > li > .link--primary.hideShowPassword-toggle:hover {
  background-color: rgb(54.4714285714, 64.1357142857, 130.0285714286);
}
.dropdown__menu > li > a.link--primary:focus,
.dropdown__menu > li > .btn.link--primary:focus,
.dropdown__menu > li > .link--primary.overlay-btn:focus,
.dropdown__menu.tabs__list > li > button.link--primary:focus,
.dropdown__menu > li > .link--primary.hideShowPassword-toggle:focus {
  background-color: #fd0;
  -webkit-box-shadow: inset 0 -4px rgb(30, 30, 30);
          box-shadow: inset 0 -4px rgb(30, 30, 30);
  color: rgb(30, 30, 30);
  color: rgb(30, 30, 30) !important;
}
.dropdown__menu > li > a.link--primary > .badge,
.dropdown__menu > li > .btn.link--primary > .badge,
.dropdown__menu > li > .link--primary.overlay-btn > .badge,
.dropdown__menu.tabs__list > li > button.link--primary > .badge,
.dropdown__menu > li > .link--primary.hideShowPassword-toggle > .badge {
  background-color: rgb(31.8857142857, 37.5428571429, 76.1142857143);
}
.dropdown__menu > li > a.link--success,
.dropdown__menu > li > .btn.link--success,
.dropdown__menu > li > .link--success.overlay-btn,
.dropdown__menu.tabs__list > li > button.link--success,
.dropdown__menu > li > .link--success.hideShowPassword-toggle {
  background-color: #297c46;
  color: #fff !important;
}
.dropdown__menu > li > a.link--success:hover,
.dropdown__menu > li > .btn.link--success:hover,
.dropdown__menu > li > .link--success.overlay-btn:hover,
.dropdown__menu.tabs__list > li > button.link--success:hover,
.dropdown__menu > li > .link--success.hideShowPassword-toggle:hover {
  background-color: rgb(34.6636363636, 104.8363636364, 59.1818181818);
}
.dropdown__menu > li > a.link--success:focus,
.dropdown__menu > li > .btn.link--success:focus,
.dropdown__menu > li > .link--success.overlay-btn:focus,
.dropdown__menu.tabs__list > li > button.link--success:focus,
.dropdown__menu > li > .link--success.hideShowPassword-toggle:focus {
  background-color: #fd0;
  -webkit-box-shadow: inset 0 -4px rgb(30, 30, 30);
          box-shadow: inset 0 -4px rgb(30, 30, 30);
  color: rgb(30, 30, 30);
  color: rgb(30, 30, 30) !important;
}
.dropdown__menu > li > a.link--success > .badge,
.dropdown__menu > li > .btn.link--success > .badge,
.dropdown__menu > li > .link--success.overlay-btn > .badge,
.dropdown__menu.tabs__list > li > button.link--success > .badge,
.dropdown__menu > li > .link--success.hideShowPassword-toggle > .badge {
  background-color: rgb(15.6545454545, 47.3454545455, 26.7272727273);
}
.dropdown__menu > li > a.link--warning,
.dropdown__menu > li > .btn.link--warning,
.dropdown__menu > li > .link--warning.overlay-btn,
.dropdown__menu.tabs__list > li > button.link--warning,
.dropdown__menu > li > .link--warning.hideShowPassword-toggle {
  background-color: #eaa96a;
  color: #fff !important;
}
.dropdown__menu > li > a.link--warning:hover,
.dropdown__menu > li > .btn.link--warning:hover,
.dropdown__menu > li > .link--warning.overlay-btn:hover,
.dropdown__menu.tabs__list > li > button.link--warning:hover,
.dropdown__menu > li > .link--warning.hideShowPassword-toggle:hover {
  background-color: rgb(230.85, 156.1, 83.65);
}
.dropdown__menu > li > a.link--warning:focus,
.dropdown__menu > li > .btn.link--warning:focus,
.dropdown__menu > li > .link--warning.overlay-btn:focus,
.dropdown__menu.tabs__list > li > button.link--warning:focus,
.dropdown__menu > li > .link--warning.hideShowPassword-toggle:focus {
  background-color: #fd0;
  -webkit-box-shadow: inset 0 -4px rgb(30, 30, 30);
          box-shadow: inset 0 -4px rgb(30, 30, 30);
  color: rgb(30, 30, 30);
  color: rgb(30, 30, 30) !important;
}
.dropdown__menu > li > a.link--warning > .badge,
.dropdown__menu > li > .btn.link--warning > .badge,
.dropdown__menu > li > .link--warning.overlay-btn > .badge,
.dropdown__menu.tabs__list > li > button.link--warning > .badge,
.dropdown__menu > li > .link--warning.hideShowPassword-toggle > .badge {
  background-color: rgb(208.6, 117.6, 29.4);
}
.dropdown__menu > li > a.link--info,
.dropdown__menu > li > .btn.link--info,
.dropdown__menu > li > .link--info.overlay-btn,
.dropdown__menu.tabs__list > li > button.link--info,
.dropdown__menu > li > .link--info.hideShowPassword-toggle {
  background-color: rgb(230.2, 232.2, 245.8);
  color: #fff !important;
}
.dropdown__menu > li > a.link--info:hover,
.dropdown__menu > li > .btn.link--info:hover,
.dropdown__menu > li > .link--info.overlay-btn:hover,
.dropdown__menu.tabs__list > li > button.link--info:hover,
.dropdown__menu > li > .link--info.hideShowPassword-toggle:hover {
  background-color: rgb(211.6, 215.1, 238.9);
}
.dropdown__menu > li > a.link--info:focus,
.dropdown__menu > li > .btn.link--info:focus,
.dropdown__menu > li > .link--info.overlay-btn:focus,
.dropdown__menu.tabs__list > li > button.link--info:focus,
.dropdown__menu > li > .link--info.hideShowPassword-toggle:focus {
  background-color: #fd0;
  -webkit-box-shadow: inset 0 -4px rgb(30, 30, 30);
          box-shadow: inset 0 -4px rgb(30, 30, 30);
  color: rgb(30, 30, 30);
  color: rgb(30, 30, 30) !important;
}
.dropdown__menu > li > a.link--info > .badge,
.dropdown__menu > li > .btn.link--info > .badge,
.dropdown__menu > li > .link--info.overlay-btn > .badge,
.dropdown__menu.tabs__list > li > button.link--info > .badge,
.dropdown__menu > li > .link--info.hideShowPassword-toggle > .badge {
  background-color: rgb(155.8, 163.8, 218.2);
}
.dropdown__menu > li > a.link--danger,
.dropdown__menu > li > .btn.link--danger,
.dropdown__menu > li > .link--danger.overlay-btn,
.dropdown__menu.tabs__list > li > button.link--danger,
.dropdown__menu > li > .link--danger.hideShowPassword-toggle {
  background-color: #b64135;
  color: #fff;
}
.dropdown__menu > li > a.link--danger:hover,
.dropdown__menu > li > .btn.link--danger:hover,
.dropdown__menu > li > .link--danger.overlay-btn:hover,
.dropdown__menu.tabs__list > li > button.link--danger:hover,
.dropdown__menu > li > .link--danger.hideShowPassword-toggle:hover {
  background-color: rgb(162.2510638298, 57.9468085106, 47.2489361702);
}
.dropdown__menu > li > a.link--danger:focus,
.dropdown__menu > li > .btn.link--danger:focus,
.dropdown__menu > li > .link--danger.overlay-btn:focus,
.dropdown__menu.tabs__list > li > button.link--danger:focus,
.dropdown__menu > li > .link--danger.hideShowPassword-toggle:focus {
  background-color: #fd0;
  -webkit-box-shadow: inset 0 -4px rgb(30, 30, 30);
          box-shadow: inset 0 -4px rgb(30, 30, 30);
  color: rgb(30, 30, 30);
  background-color: #fd0 !important;
  color: rgb(30, 30, 30) !important;
}
.dropdown__menu > li > a.link--danger.disabled,
.dropdown__menu > li > .btn.link--danger.disabled,
.dropdown__menu > li > .link--danger.disabled.overlay-btn,
.dropdown__menu.tabs__list > li > button.link--danger.disabled,
.dropdown__menu > li > .link--danger.disabled.hideShowPassword-toggle {
  background-color: rgb(238.9872340426, 203.6382978723, 200.0127659574);
}
.dropdown__menu > li > a.link--danger > .badge,
.dropdown__menu > li > .btn.link--danger > .badge,
.dropdown__menu > li > .link--danger.overlay-btn > .badge,
.dropdown__menu.tabs__list > li > button.link--danger > .badge,
.dropdown__menu > li > .link--danger.hideShowPassword-toggle > .badge {
  background-color: rgb(103.0042553191, 36.7872340426, 29.9957446809);
}
.dropdown__menu > li > a.link--inverse,
.dropdown__menu > li > .btn.link--inverse,
.dropdown__menu > li > .link--inverse.overlay-btn,
.dropdown__menu.tabs__list > li > button.link--inverse,
.dropdown__menu > li > .link--inverse.hideShowPassword-toggle {
  background-color: rgb(62, 62, 62);
  color: #fff !important;
}
.dropdown__menu > li > a.link--inverse:hover,
.dropdown__menu > li > .btn.link--inverse:hover,
.dropdown__menu > li > .link--inverse.overlay-btn:hover,
.dropdown__menu.tabs__list > li > button.link--inverse:hover,
.dropdown__menu > li > .link--inverse.hideShowPassword-toggle:hover {
  background-color: rgb(49.25, 49.25, 49.25);
}
.dropdown__menu > li > a.link--inverse:focus,
.dropdown__menu > li > .btn.link--inverse:focus,
.dropdown__menu > li > .link--inverse.overlay-btn:focus,
.dropdown__menu.tabs__list > li > button.link--inverse:focus,
.dropdown__menu > li > .link--inverse.hideShowPassword-toggle:focus {
  background-color: #fd0;
  -webkit-box-shadow: inset 0 -4px rgb(30, 30, 30);
          box-shadow: inset 0 -4px rgb(30, 30, 30);
  color: rgb(30, 30, 30);
  color: rgb(30, 30, 30) !important;
}
.dropdown__menu > li > a.link--inverse > .badge,
.dropdown__menu > li > .btn.link--inverse > .badge,
.dropdown__menu > li > .link--inverse.overlay-btn > .badge,
.dropdown__menu.tabs__list > li > button.link--inverse > .badge,
.dropdown__menu > li > .link--inverse.hideShowPassword-toggle > .badge {
  background-color: #0b0b0b;
}

.dropdown__menu .popover, .dropdown__menu .daterangepicker {
  min-width: 300px;
}

.dropdown__menu > li > a > .progress,
.dropdown__menu > li > .btn > .progress,
.dropdown__menu > li > .overlay-btn.overlay-btn > .progress,
.dropdown__menu.tabs__list > li > button > .progress,
.dropdown__menu > li > .hideShowPassword-toggle > .progress {
  height: 3px;
  margin-bottom: 0;
}
.dropdown__menu > li > a > .progress .progress-bar,
.dropdown__menu > li > .btn > .progress .progress-bar,
.dropdown__menu > li > .overlay-btn.overlay-btn > .progress .progress-bar,
.dropdown__menu.tabs__list > li > button > .progress .progress-bar,
.dropdown__menu > li > .hideShowPassword-toggle > .progress .progress-bar {
  background-color: rgb(39.4142857143, 46.4071428571, 94.0857142857);
}

.dropdown--medium ~ .dropdown__menu {
  width: 300px;
}

.dropdown__title {
  border-bottom: 1px solid rgb(126, 126, 126);
  margin: 0;
  padding-bottom: 4px;
}
.dropdown__title .dropdown__title__text {
  display: inline-block;
  padding: 8px 8px 8px 18px;
}
.dropdown__title .dropdown__title__btn {
  float: right;
  margin-right: 12px;
}

.form__group .editor {
  display: inline-block;
  vertical-align: baseline;
  min-width: 75%;
}

.editor .btn:active:not(:disabled), .editor .overlay-btn:active:not(:disabled), .editor .tabs__list > li > button:active:not(:disabled), .editor .hideShowPassword-toggle:active:not(:disabled),
.editor .btn:focus:not(:disabled),
.editor .overlay-btn:focus:not(:disabled),
.editor .tabs__list > li > button:focus:not(:disabled),
.editor .hideShowPassword-toggle:focus:not(:disabled) {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.editor .btn:hover:not(:disabled), .editor .overlay-btn:hover:not(:disabled), .editor .tabs__list > li > button:hover:not(:disabled), .editor .hideShowPassword-toggle:hover:not(:disabled) {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: none;
}
.editor .note-editor,
.editor .note-toolbar {
  border-color: rgb(126, 126, 126);
}

.error-summary {
  background-color: #fff;
  border: 5px solid #b64135;
  color: #000;
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin-bottom: 20px;
  padding: 15px;
}
.error-summary:focus {
  outline: 3px solid #fd0;
}

.error-summary__title {
  font-family: "Montserrat SemiBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.error-summary__list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.error-summary__list-item {
  margin-bottom: 5px;
}

.error-summary__list-link {
  color: #b64135;
}
.error-summary__list-link:hover {
  color: #b64135;
}

.filter-bar {
  background-color: rgb(241.55, 241.55, 241.55);
  padding: 10px 20px 0;
  position: relative;
}
.no-js .filter-bar {
  display: block !important;
}
.filter-bar .form {
  background: none;
}
.filter-bar .form fieldset {
  padding: 0;
}
.filter-bar .label {
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  padding-bottom: 6px;
  padding-top: 7px;
  vertical-align: middle;
  white-space: normal;
  width: 100%;
  word-break: break-all;
}
@media screen and (min-width: 767px) {
  .filter-bar .label {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    display: inline-block;
    margin-right: 5px;
    width: auto;
  }
}
.filter-bar .label .btn.remove-button, .filter-bar .label .remove-button.overlay-btn, .filter-bar .label .tabs__list > li > button.remove-button, .filter-bar .label .remove-button.hideShowPassword-toggle {
  background-color: transparent;
  float: right;
}
@media screen and (min-width: 767px) {
  .filter-bar .label .btn.remove-button, .filter-bar .label .remove-button.overlay-btn, .filter-bar .label .tabs__list > li > button.remove-button, .filter-bar .label .remove-button.hideShowPassword-toggle {
    float: none;
  }
}
.filter-bar .popover-content .form__group,
.filter-bar .popover-content .control__label {
  margin: 0;
  padding: 0;
}
.filter-bar .popover-content .form__actions {
  border: 0;
  min-height: auto;
  padding: 12px 0 6px;
}
.filter-bar .popover-content .controls {
  width: 100%;
}
.filter-bar .popover-content .select2.select2-container.select2-container--default {
  width: 100% !important;
}
.filter-bar .legend {
  border: 0;
  display: block;
  font-size: 16px;
  padding-right: 10px;
}
@media screen and (min-width: 767px) {
  .filter-bar .legend {
    border: 0;
    display: table-cell;
    float: left;
    font-size: 16px;
    height: 100%;
    line-height: 38px;
    margin-bottom: 0;
    padding: 0;
    vertical-align: top;
    width: 95px;
  }
}
@media screen and (min-width: 767px) {
  .filter-bar fieldset {
    display: table-row;
  }
}
.filter-bar fieldset > .form__actions {
  border: 0;
  margin-bottom: 10px;
  margin-top: 40px;
  min-height: 0;
  padding: 0;
}
@media screen and (min-width: 767px) {
  .filter-bar fieldset > .form__actions {
    margin-top: 0;
    position: absolute;
    right: 10px;
    top: 10px;
  }
}
.filter-bar fieldset > .form__actions > .btn, .filter-bar fieldset > .form__actions > .overlay-btn.overlay-btn, .filter-bar fieldset.tabs__list > li.form__actions > button, .filter-bar fieldset > .form__actions > .hideShowPassword-toggle {
  display: block;
  margin-top: 10px;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .filter-bar fieldset > .form__actions > .btn, .filter-bar fieldset > .form__actions > .overlay-btn.overlay-btn, .filter-bar fieldset.tabs__list > li.form__actions > button, .filter-bar fieldset > .form__actions > .hideShowPassword-toggle {
    display: inline-block;
    margin-top: 0;
    width: auto;
  }
}

@media screen and (min-width: 767px) {
  .filter-bar__labels {
    display: table-cell;
    padding-right: 9em;
    vertical-align: top;
  }
}

.filter-bar__list {
  line-height: 2em;
  list-style: none;
}
.filter-bar__list .form__control {
  height: 32px;
  line-height: 32px;
  margin-bottom: 24px;
}

.filter-bar__list-item {
  text-decoration: none;
}

.btn.filter-bar__add, .filter-bar__add.overlay-btn, .tabs__list > li > button.filter-bar__add, .filter-bar__add.hideShowPassword-toggle {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .btn.filter-bar__add, .filter-bar__add.overlay-btn, .tabs__list > li > button.filter-bar__add, .filter-bar__add.hideShowPassword-toggle {
    display: inline-block;
    margin-bottom: 10px;
    width: auto;
  }
}

.flash {
  padding: 8px 20px;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .flash {
    padding: 12px 20px;
  }
}
@media screen and (min-width: 992px) {
  .flash {
    top: auto;
    z-index: 1064;
  }
}
.flash.is-sticky {
  display: none;
}
.flash i {
  margin: 0 5px 0 0;
}
@media screen and (min-width: 480px) {
  .flash i {
    margin-right: 10px;
  }
}

.flash h2 {
  display: inline;
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.flash__wrapper--sticky {
  position: absolute;
  width: 100%;
}

.flash,
.flash--default {
  background: rgb(62, 62, 62);
  color: #fff;
}
.flash a,
.flash--default a {
  color: inherit;
  text-decoration: underline;
}
.flash a:focus,
.flash--default a:focus {
  background-color: #fd0;
  -webkit-box-shadow: 0 -2px #fd0, 0 4px rgb(30, 30, 30);
          box-shadow: 0 -2px #fd0, 0 4px rgb(30, 30, 30);
  color: rgb(30, 30, 30);
  outline: none;
  text-decoration: none;
}

.flash--primary {
  background-color: #3e4994;
  color: #fff;
}
.flash--primary a,
.flash--primary a:link,
.flash--primary a:hover,
.flash--primary a:active,
.flash--primary a:visited {
  color: #fff;
}
.flash--primary a:focus {
  background-color: #fd0;
  -webkit-box-shadow: 0 -2px #fd0, 0 4px rgb(30, 30, 30);
          box-shadow: 0 -2px #fd0, 0 4px rgb(30, 30, 30);
  color: rgb(30, 30, 30);
  outline: none;
  text-decoration: none;
}

.flash--success {
  background-color: #297c46;
  color: #fff;
}
.flash--success a,
.flash--success a:link,
.flash--success a:hover,
.flash--success a:active,
.flash--success a:visited {
  color: #fff;
}
.flash--success a:focus {
  background-color: #fd0;
  -webkit-box-shadow: 0 -2px #fd0, 0 4px rgb(30, 30, 30);
          box-shadow: 0 -2px #fd0, 0 4px rgb(30, 30, 30);
  color: rgb(30, 30, 30);
  outline: none;
  text-decoration: none;
}

.flash--warning {
  background-color: #eaa96a;
  color: #000;
}
.flash--warning a,
.flash--warning a:link,
.flash--warning a:hover,
.flash--warning a:active,
.flash--warning a:visited {
  color: #000;
}
.flash--warning a:focus {
  background-color: #fd0;
  -webkit-box-shadow: 0 -2px #fd0, 0 4px rgb(30, 30, 30);
          box-shadow: 0 -2px #fd0, 0 4px rgb(30, 30, 30);
  color: rgb(30, 30, 30);
  outline: none;
  text-decoration: none;
}

.flash--danger, .flash--error {
  background-color: #b64135;
  color: #fff;
}
.flash--danger a, .flash--error a,
.flash--danger a:link,
.flash--danger a:hover,
.flash--danger a:active,
.flash--danger a:visited {
  color: #fff;
}
.flash--danger a:focus, .flash--error a:focus {
  background-color: #fd0;
  -webkit-box-shadow: 0 -2px #fd0, 0 4px rgb(30, 30, 30);
          box-shadow: 0 -2px #fd0, 0 4px rgb(30, 30, 30);
  color: rgb(30, 30, 30);
  outline: none;
  text-decoration: none;
}

.flash--info {
  background-color: rgb(230.2, 232.2, 245.8);
  color: #000;
}
.flash--info a,
.flash--info a:link,
.flash--info a:hover,
.flash--info a:active,
.flash--info a:visited {
  color: #000;
}
.flash--info a:focus {
  background-color: #fd0;
  -webkit-box-shadow: 0 -2px #fd0, 0 4px rgb(30, 30, 30);
          box-shadow: 0 -2px #fd0, 0 4px rgb(30, 30, 30);
  color: rgb(30, 30, 30);
  outline: none;
  text-decoration: none;
}

.flash--inverse {
  background-color: rgb(62, 62, 62);
  color: #fff;
}
.flash--inverse a,
.flash--inverse a:link,
.flash--inverse a:hover,
.flash--inverse a:active,
.flash--inverse a:visited {
  color: #fff;
}
.flash--inverse a:focus {
  background-color: #fd0;
  -webkit-box-shadow: 0 -2px #fd0, 0 4px rgb(30, 30, 30);
          box-shadow: 0 -2px #fd0, 0 4px rgb(30, 30, 30);
  color: rgb(30, 30, 30);
  outline: none;
  text-decoration: none;
}

.flash .close {
  color: inherit;
  float: right;
  font-size: 1em;
  margin-left: 5px;
  margin-right: -20px;
  opacity: 0.9;
  text-decoration: none;
}
@media screen and (min-width: 480px) {
  .flash .close {
    margin-left: 10px;
  }
}
.flash .close:hover {
  opacity: 1;
}
.flash .close:focus {
  background-color: #fd0;
  -webkit-box-shadow: 0 -2px #fd0, 0 4px rgb(30, 30, 30);
          box-shadow: 0 -2px #fd0, 0 4px rgb(30, 30, 30);
  color: rgb(30, 30, 30);
  outline: none;
  text-decoration: none;
}
.flash .close i {
  margin-right: 0;
  padding: 0 10px;
}

.flash-container {
  clear: both;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin: 0 -20px 12px -19px;
  z-index: 1064;
}
.flash-container:empty {
  display: none;
}

.footer {
  -ms-transform: none;
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: none;
  -webkit-transform: none;
  -webkit-transition: -webkit-transform 500ms ease;
  backface-visibility: hidden;
  background-color: #fff;
  border-top: 1px solid rgb(222, 222, 222);
  bottom: 0;
  font-size: 12px;
  height: 37px;
  left: 0;
  padding: 6px 20px;
  position: static;
  right: 0;
  transform: none;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  z-index: 1020;
}
@media screen and (min-width: 767px) {
  .footer {
    position: fixed;
  }
}
@media screen and (min-width: 992px) {
  .footer {
    left: 85px;
  }
}
@media screen and (min-width: 992px) {
  .open-nav .footer {
    left: 85px;
    -webkit-transform: none;
    transform: none;
  }
}
@media screen and (min-width: 992px) {
  .open-help .footer {
    left: 85px;
    -webkit-transform: none;
    transform: none;
  }
}
.footer a {
  color: rgb(62, 62, 62);
  line-height: 16px;
  padding: 0;
  text-decoration: none;
}
.footer a:hover {
  color: #3e4994;
}

.branding-footer {
  background: url("../images/branding/jadu-wordmark.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background: url("../images/branding/jadu-wordmark.svg"), linear-gradient(transparent, transparent);
  background-size: 33px 16px;
  background-position: 50%;
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  margin-right: 2px;
  text-indent: -9999px;
  width: 33px;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: auto;
  padding: 0;
}

.form {
  background-color: #fff;
}
.form fieldset {
  padding: 22px 0;
}
.form fieldset legend {
  border-bottom: 1px solid rgb(126, 126, 126);
  display: block;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 15px;
  padding: 0 20px 0 0;
  position: relative;
  width: 100%;
}
.form .form__group--inline .form__control {
  max-width: none;
  width: auto;
}

.form--standalone {
  padding: 0 20px 20px;
}

.form__group {
  margin-bottom: 24px;
}

.form__group--compact .form__control {
  height: 38px;
  line-height: 38px;
}

.form__group--compact .input-group-addon {
  line-height: 36px;
}

.modal .form__group {
  padding: 0;
}

.form__control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  height: 48px;
  line-height: 48px;
  padding: 0 0 0 12px;
}
@media screen and (min-width: 767px) {
  .has-changed .form__control.file, .has-success .form__control.file, .has-warning .form__control.file, .has-error .form__control.file {
    padding: 14px 10px 13px;
  }
}
.form__control[type=color], .form__control[type=date], .form__control[type=email], .form__control[type=month], .form__control[type=number], .form__control[type=password], .form__control[type=search], .form__control[type=tel], .form__control[type=text], .form__control[type=time], .form__control[type=url], .form__control[type=week] {
  border: 1px solid rgb(126, 126, 126);
}
.form__control[type=search] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form__control.checkbox, .form__control.radio {
  border-radius: 0;
  height: auto;
  padding: 0;
  vertical-align: baseline;
  width: auto;
}
.form__control.textarea {
  border: 1px solid rgb(126, 126, 126);
  height: auto;
  line-height: 24px;
  min-height: 68px;
  padding-top: 11px;
  padding-bottom: 11px;
  resize: vertical;
}
.form__control.select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: linear-gradient(45deg, transparent 49%, #000 49%), linear-gradient(135deg, #000 49%, transparent 49%), linear-gradient(to right, rgb(239, 239, 239), rgb(239, 239, 239));
  background-position: calc(100% - 10px) calc(1em + 5px), calc(100% - 5px) calc(1em + 5px), 100% 0;
  background-size: 5px 5px, 5px 5px, 22px 100%;
  background-repeat: no-repeat;
  border: 1px solid rgb(126, 126, 126);
  color: #000;
  padding: 0 22px 0 12px;
}
@media screen and (-ms-high-contrast: active) {
  .form__control.select {
    padding-right: 0;
  }
}
.form__control.select::-ms-expand {
  display: none;
}
@media screen and (-ms-high-contrast: active) {
  .form__control.select::-ms-expand {
    display: block;
  }
}
.form__control.file {
  background: none;
  border: 1px solid transparent;
  height: auto;
  line-height: normal;
  padding: 0;
}
@media screen and (min-width: 767px) {
  .form__control.file {
    padding: 8px 0;
  }
}
.form__control.file:focus {
  border-color: rgb(30, 30, 30);
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 2px rgb(30, 30, 30);
          box-shadow: inset 0 0 0 2px rgb(30, 30, 30);
  outline: 3px solid #fd0;
  outline-offset: 0;
  padding-left: 5px;
}
.form__control.file.is-disabled {
  background-color: #fff;
  color: rgb(190, 190, 190);
}
.form__control[disabled], .form__control[readonly], fieldset[disabled] .form__control {
  cursor: not-allowed;
  color: #000;
  background-color: rgb(222, 222, 222);
}
.form__control:focus {
  border-color: rgb(30, 30, 30);
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 2px rgb(30, 30, 30);
          box-shadow: inset 0 0 0 2px rgb(30, 30, 30);
  outline: 3px solid #fd0;
  outline-offset: 0;
  z-index: 1;
}

.form__link {
  height: 48px;
  line-height: 48px;
}

.form__group > .control__label {
  color: #000;
  padding-top: 11px;
  padding-right: 10px;
}
.form__group > .control__label.hide, .no-js .form__group > .control__label.no-js-hide {
  position: relative;
}

.form__group--top > .control__label {
  margin-bottom: 0.5em;
}
.form__group--top .controls > .form__control {
  display: inline-block;
}

.legend {
  font-family: "Montserrat Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 18.66px;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.form__actions {
  border-top: 1px solid rgb(126, 126, 126);
  min-height: 60px;
  padding: 24px 0;
  position: relative;
}
@media screen and (min-width: 767px) {
  .form__actions {
    padding-left: 24.03625%;
  }
}
.form__actions .btn, .form__actions .overlay-btn.overlay-btn, .form__actions .tabs__list > li > button, .form__actions .hideShowPassword-toggle {
  margin-right: 4px;
}

.form__actions--flush {
  padding-left: 0;
}

.modal .form__actions {
  border-top: 0;
  min-height: 37px;
  padding: 0;
}

.checkbox-group .control__label,
.radio-group .control__label {
  padding-top: 0;
}
.checkbox-group.form__group--indent .controls,
.radio-group.form__group--indent .controls {
  width: 100%;
}

.controls > .toggle-switch-label {
  margin-top: 5px;
}

.form__control::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.form__control:-ms-input-placeholder {
  color: #737373;
}
.form__control::-webkit-input-placeholder {
  color: #737373;
}
.form__control {
  background-color: #fafafa;
  width: 100%;
}

@media screen and (min-width: 767px) {
  .form__group .form__control,
  .form__group .form__control + .select2,
  .form__group--flush > .control__label + .controls > .form__control {
    width: 33%;
  }
  .form__control-col--1.form__control,
  .form__control-col--1 .form__control,
  .form__control-col--1 .form__control + .select2,
  .form__group--flush.form__control-col--1 .control__label + .controls > .form__control {
    width: 7%;
  }
  .form__control-col--2.form__control,
  .form__control-col--2 .form__control,
  .form__control-col--2 .form__control + .select2,
  .form__group--flush.form__control-col--2 .control__label + .controls > .form__control {
    width: 16%;
  }
  .form__control-col--3.form__control,
  .form__control-col--3 .form__control,
  .form__control-col--3 .form__control + .select2,
  .form__group--flush.form__control-col--3 .control__label + .controls > .form__control {
    width: 24%;
  }
  .form__control-col--4.form__control,
  .form__control-col--4 .form__control,
  .form__control-col--4 .form__control + .select2,
  .form__group--flush.form__control-col--4 .control__label + .controls > .form__control {
    width: 33%;
  }
  .form__control-col--5.form__control,
  .form__control-col--5 .form__control,
  .form__control-col--5 .form__control + .select2,
  .form__group--flush.form__control-col--5 .control__label + .controls > .form__control {
    width: 41%;
  }
  .form__control-col--6.form__control,
  .form__control-col--6 .form__control,
  .form__control-col--6 .form__control + .select2,
  .form__group--flush.form__control-col--6 .control__label + .controls > .form__control {
    width: 49%;
  }
  .form__control-col--7.form__control,
  .form__control-col--7 .form__control,
  .form__control-col--7 .form__control + .select2,
  .form__group--flush.form__control-col--7 .control__label + .controls > .form__control {
    width: 58%;
  }
  .form__control-col--8.form__control,
  .form__control-col--8 .form__control,
  .form__control-col--8 .form__control + .select2,
  .form__group--flush.form__control-col--8 .control__label + .controls > .form__control {
    width: 66%;
  }
  .form__control-col--9.form__control,
  .form__control-col--9 .form__control,
  .form__control-col--9 .form__control + .select2,
  .form__group--flush.form__control-col--9 .control__label + .controls > .form__control {
    width: 74%;
  }
  .form__control-col--10.form__control,
  .form__control-col--10 .form__control,
  .form__control-col--10 .form__control + .select2,
  .form__group--flush.form__control-col--10 .control__label + .controls > .form__control {
    width: 83%;
  }
  .form__control-col--11.form__control,
  .form__control-col--11 .form__control,
  .form__control-col--11 .form__control + .select2,
  .form__group--flush.form__control-col--11 .control__label + .controls > .form__control {
    width: 91%;
  }
  .form__control-col--12.form__control,
  .form__control-col--12 .form__control,
  .form__control-col--12 .form__control + .select2,
  .form__group--flush.form__control-col--12 .control__label + .controls > .form__control {
    width: 100%;
  }
  .control__label + .controls > .form__control:not(.checkbox):not(.radio),
  .control__label + .controls > .form__control:not(.checkbox):not(.radio) + .select2 {
    width: 44%;
  }
  .control__label + .controls > .form__control:not(.checkbox):not(.radio).form__control-col--1,
  .form__control-col--1 .control__label + .controls > .form__control,
  .form__control-col--1 .control__label + .controls > .form__control:not(.checkbox):not(.radio),
  .form__control-col--1 .control__label + .controls > .form__control:not(.checkbox):not(.radio) + .select2 {
    width: 10%;
  }
  .control__label + .controls > .form__control:not(.checkbox):not(.radio).form__control-col--2,
  .form__control-col--2 .control__label + .controls > .form__control,
  .form__control-col--2 .control__label + .controls > .form__control:not(.checkbox):not(.radio),
  .form__control-col--2 .control__label + .controls > .form__control:not(.checkbox):not(.radio) + .select2 {
    width: 21%;
  }
  .control__label + .controls > .form__control:not(.checkbox):not(.radio).form__control-col--3,
  .form__control-col--3 .control__label + .controls > .form__control,
  .form__control-col--3 .control__label + .controls > .form__control:not(.checkbox):not(.radio),
  .form__control-col--3 .control__label + .controls > .form__control:not(.checkbox):not(.radio) + .select2 {
    width: 33%;
  }
  .control__label + .controls > .form__control:not(.checkbox):not(.radio).form__control-col--4,
  .form__control-col--4 .control__label + .controls > .form__control,
  .form__control-col--4 .control__label + .controls > .form__control:not(.checkbox):not(.radio),
  .form__control-col--4 .control__label + .controls > .form__control:not(.checkbox):not(.radio) + .select2 {
    width: 44%;
  }
  .control__label + .controls > .form__control:not(.checkbox):not(.radio).form__control-col--5,
  .form__control-col--5 .control__label + .controls > .form__control,
  .form__control-col--5 .control__label + .controls > .form__control:not(.checkbox):not(.radio),
  .form__control-col--5 .control__label + .controls > .form__control:not(.checkbox):not(.radio) + .select2 {
    width: 55%;
  }
  .control__label + .controls > .form__control:not(.checkbox):not(.radio).form__control-col--6,
  .form__control-col--6 .control__label + .controls > .form__control,
  .form__control-col--6 .control__label + .controls > .form__control:not(.checkbox):not(.radio),
  .form__control-col--6 .control__label + .controls > .form__control:not(.checkbox):not(.radio) + .select2 {
    width: 66%;
  }
  .control__label + .controls > .form__control:not(.checkbox):not(.radio).form__control-col--7,
  .form__control-col--7 .control__label + .controls > .form__control,
  .form__control-col--7 .control__label + .controls > .form__control:not(.checkbox):not(.radio),
  .form__control-col--7 .control__label + .controls > .form__control:not(.checkbox):not(.radio) + .select2 {
    width: 77%;
  }
  .control__label + .controls > .form__control:not(.checkbox):not(.radio).form__control-col--8,
  .form__control-col--8 .control__label + .controls > .form__control,
  .form__control-col--8 .control__label + .controls > .form__control:not(.checkbox):not(.radio),
  .form__control-col--8 .control__label + .controls > .form__control:not(.checkbox):not(.radio) + .select2 {
    width: 88%;
  }
  .control__label + .controls > .form__control:not(.checkbox):not(.radio).form__control-col--9,
  .form__control-col--9 .control__label + .controls > .form__control,
  .form__control-col--9 .control__label + .controls > .form__control:not(.checkbox):not(.radio),
  .form__control-col--9 .control__label + .controls > .form__control:not(.checkbox):not(.radio) + .select2 {
    width: 100%;
  }
  .form__group--mini.form__group--mini .form__control:not(.checkbox):not(.radio),
  .form__group--mini.form__group--mini .control__label + .controls > .form__control:not(.checkbox):not(.radio),
  .form__group--mini.form__group--mini .control__label + .controls > .form__control + .select2 {
    width: 50px;
  }
  .form__group--small.form__group--small .form__control:not(.checkbox):not(.radio),
  .form__group--small.form__group--small .control__label + .controls > .form__control:not(.checkbox):not(.radio),
  .form__group--small.form__group--small .control__label + .controls > .form__control + .select2 {
    width: 100px;
  }
  .form__group--medium.form__group--medium .form__control:not(.checkbox):not(.radio),
  .form__group--medium.form__group--medium .control__label + .controls > .form__control:not(.checkbox):not(.radio),
  .form__group--medium.form__group--medium .control__label + .controls > .form__control + .select2 {
    width: 200px;
  }
  .form__group--regular.form__group--regular .form__control:not(.checkbox):not(.radio),
  .form__group--regular.form__group--regular .control__label + .controls > .form__control:not(.checkbox):not(.radio),
  .form__group--regular.form__group--regular .control__label + .controls > .form__control + .select2 {
    width: 300px;
  }
  .form__group--large.form__group--large .form__control:not(.checkbox):not(.radio),
  .form__group--large.form__group--large .control__label + .controls > .form__control:not(.checkbox):not(.radio),
  .form__group--large.form__group--large .control__label + .controls > .form__control + .select2 {
    width: 400px;
  }
  .form__group--xlarge.form__group--xlarge .form__control:not(.checkbox):not(.radio),
  .form__group--xlarge.form__group--xlarge .control__label + .controls > .form__control:not(.checkbox):not(.radio),
  .form__group--xlarge.form__group--xlarge .control__label + .controls > .form__control + .select2 {
    width: 500px;
  }
  .form__group--full.form__group--full .form__control:not(.checkbox):not(.radio),
  .form__group--full.form__group--full .control__label + .controls > .form__control:not(.checkbox):not(.radio),
  .form__group--full.form__group--full .control__label + .controls > .form__control + .select2 {
    width: 100%;
  }
  .form__group .input-group {
    width: 44%;
  }
  .form__group.form__control-col--1 .input-group {
    width: 10%;
  }
  .form__group.form__control-col--2 .input-group {
    width: 21%;
  }
  .form__group.form__control-col--3 .input-group {
    width: 33%;
  }
  .form__group.form__control-col--4 .input-group {
    width: 44%;
  }
  .form__group.form__control-col--5 .input-group {
    width: 55%;
  }
  .form__group.form__control-col--6 .input-group {
    width: 66%;
  }
  .form__group.form__control-col--7 .input-group {
    width: 77%;
  }
  .form__group.form__control-col--8 .input-group {
    width: 88%;
  }
  .form__group.form__control-col--9 .input-group {
    width: 100%;
  }
  .form__group.form__group--mini .input-group {
    width: 50px;
  }
  .form__group.form__group--small .input-group {
    width: 100px;
  }
  .form__group.form__group--medium .input-group {
    width: 200px;
  }
  .form__group.form__group--regular .input-group {
    width: 300px;
  }
  .form__group.form__group--large .input-group {
    width: 400px;
  }
  .form__group.form__group--xlarge .input-group {
    width: 500px;
  }
  .form__group.form__group--full .input-group {
    width: 100%;
  }
}
.form__group.form__group .input-group .select2.select2,
.form__group.form__group .input-group .form__control.form__control {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  width: 1%;
}

.form__group.form__group .input-group .select2.select2-container.select2-container--focus {
  overflow: visible;
}

.form__group:not(.form__group--partial-state).has-changed .help-block,
.form__group:not(.form__group--partial-state).has-changed > .control__label {
  color: #2f6e8e;
}
.form__group:not(.form__group--partial-state).has-changed .help-block.is-error {
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.form__group:not(.form__group--partial-state).has-changed .help-block.is-error + .help-block:not(.is-error) {
  color: rgb(110, 110, 110);
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
.form__group:not(.form__group--partial-state).has-changed .form__control {
  background-color: #d9edf7;
  border-color: rgb(81.4, 95.4, 190.6);
}
.form__group:not(.form__group--partial-state).has-changed .form__control:focus {
  border-color: rgb(30, 30, 30);
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 2px rgb(30, 30, 30);
          box-shadow: inset 0 0 0 2px rgb(30, 30, 30);
  outline: 3px solid #fd0;
  outline-offset: 0;
}
.form__group:not(.form__group--partial-state).has-changed .form__control::-webkit-input-placeholder { /* Webkit */
  color: #2f6e8e;
}
.form__group:not(.form__group--partial-state).has-changed .form__control:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #2f6e8e;
}
.form__group:not(.form__group--partial-state).has-changed .form__control::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #2f6e8e;
  opacity: 1;
}
.form__group:not(.form__group--partial-state).has-changed .form__control.checkbox:focus {
  border-color: rgb(30, 30, 30);
  -webkit-box-shadow: inset 0 0 0 1px rgb(30, 30, 30);
          box-shadow: inset 0 0 0 1px rgb(30, 30, 30);
  outline: 3px solid #fd0;
  outline-offset: 0;
}
.form__group:not(.form__group--partial-state).has-changed .form__control.radio:focus {
  border-color: #fd0;
  -webkit-box-shadow: inset 0 0 0 2px rgb(30, 30, 30), 0 0 0 2px #fd0;
          box-shadow: inset 0 0 0 2px rgb(30, 30, 30), 0 0 0 2px #fd0;
  outline: none;
  outline-offset: 0;
  border-radius: 20px;
}
.form__group:not(.form__group--partial-state).has-changed .form__control.select {
  background-image: linear-gradient(45deg, transparent 49%, #000 49%), linear-gradient(135deg, #000 49%, transparent 49%), linear-gradient(to right, rgb(174.8695652174, 217.0434782609, 238.1304347826), rgb(174.8695652174, 217.0434782609, 238.1304347826));
}
.form__group:not(.form__group--partial-state).has-changed .input-group-addon {
  color: #2f6e8e;
  background-color: #d9edf7;
  border-color: rgb(81.4, 95.4, 190.6);
}
.form__group:not(.form__group--partial-state).has-changed .select2-selection {
  background-color: #d9edf7;
  background-image: linear-gradient(45deg, transparent 49%, #000 49%), linear-gradient(135deg, #000 49%, transparent 49%), linear-gradient(to right, rgb(174.8695652174, 217.0434782609, 238.1304347826), rgb(174.8695652174, 217.0434782609, 238.1304347826));
  border-color: rgb(81.4, 95.4, 190.6);
}
.form__group:not(.form__group--partial-state).has-changed .select2-selection .select2-selection__placeholder {
  color: #2f6e8e;
}
.form__group:not(.form__group--partial-state).has-changed .select2-selection.select2-selection--multiple .select2-search__field::-moz-placeholder {
  color: #2f6e8e;
  opacity: 1;
}
.form__group:not(.form__group--partial-state).has-changed .select2-selection.select2-selection--multiple .select2-search__field:-ms-input-placeholder {
  color: #2f6e8e;
}
.form__group:not(.form__group--partial-state).has-changed .select2-selection.select2-selection--multiple .select2-search__field::-webkit-input-placeholder {
  color: #2f6e8e;
}
.form__group:not(.form__group--partial-state).has-warning .help-block,
.form__group:not(.form__group--partial-state).has-warning > .control__label {
  color: #a65e17;
}
.form__group:not(.form__group--partial-state).has-warning .help-block.is-error {
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.form__group:not(.form__group--partial-state).has-warning .help-block.is-error + .help-block:not(.is-error) {
  color: rgb(110, 110, 110);
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
.form__group:not(.form__group--partial-state).has-warning .form__control {
  background-color: #fcf8e3;
  border-color: #eaa96a;
}
.form__group:not(.form__group--partial-state).has-warning .form__control:focus {
  border-color: rgb(30, 30, 30);
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 2px rgb(30, 30, 30);
          box-shadow: inset 0 0 0 2px rgb(30, 30, 30);
  outline: 3px solid #fd0;
  outline-offset: 0;
}
.form__group:not(.form__group--partial-state).has-warning .form__control::-webkit-input-placeholder { /* Webkit */
  color: #a65e17;
}
.form__group:not(.form__group--partial-state).has-warning .form__control:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #a65e17;
}
.form__group:not(.form__group--partial-state).has-warning .form__control::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #a65e17;
  opacity: 1;
}
.form__group:not(.form__group--partial-state).has-warning .form__control.checkbox:focus {
  border-color: rgb(30, 30, 30);
  -webkit-box-shadow: inset 0 0 0 1px rgb(30, 30, 30);
          box-shadow: inset 0 0 0 1px rgb(30, 30, 30);
  outline: 3px solid #fd0;
  outline-offset: 0;
}
.form__group:not(.form__group--partial-state).has-warning .form__control.radio:focus {
  border-color: #fd0;
  -webkit-box-shadow: inset 0 0 0 2px rgb(30, 30, 30), 0 0 0 2px #fd0;
          box-shadow: inset 0 0 0 2px rgb(30, 30, 30), 0 0 0 2px #fd0;
  outline: none;
  outline-offset: 0;
  border-radius: 20px;
}
.form__group:not(.form__group--partial-state).has-warning .form__control.select {
  background-image: linear-gradient(45deg, transparent 49%, #000 49%), linear-gradient(135deg, #000 49%, transparent 49%), linear-gradient(to right, rgb(247.064516129, 236.4838709677, 180.935483871), rgb(247.064516129, 236.4838709677, 180.935483871));
}
.form__group:not(.form__group--partial-state).has-warning .input-group-addon {
  color: #a65e17;
  background-color: #fcf8e3;
  border-color: #eaa96a;
}
.form__group:not(.form__group--partial-state).has-warning .select2-selection {
  background-color: #fcf8e3;
  background-image: linear-gradient(45deg, transparent 49%, #000 49%), linear-gradient(135deg, #000 49%, transparent 49%), linear-gradient(to right, rgb(247.064516129, 236.4838709677, 180.935483871), rgb(247.064516129, 236.4838709677, 180.935483871));
  border-color: #eaa96a;
}
.form__group:not(.form__group--partial-state).has-warning .select2-selection .select2-selection__placeholder {
  color: #a65e17;
}
.form__group:not(.form__group--partial-state).has-warning .select2-selection.select2-selection--multiple .select2-search__field::-moz-placeholder {
  color: #a65e17;
  opacity: 1;
}
.form__group:not(.form__group--partial-state).has-warning .select2-selection.select2-selection--multiple .select2-search__field:-ms-input-placeholder {
  color: #a65e17;
}
.form__group:not(.form__group--partial-state).has-warning .select2-selection.select2-selection--multiple .select2-search__field::-webkit-input-placeholder {
  color: #a65e17;
}
.form__group:not(.form__group--partial-state).has-error .help-block,
.form__group:not(.form__group--partial-state).has-error > .control__label {
  color: #b94a48;
}
.form__group:not(.form__group--partial-state).has-error .help-block.is-error {
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.form__group:not(.form__group--partial-state).has-error .help-block.is-error + .help-block:not(.is-error) {
  color: rgb(110, 110, 110);
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
.form__group:not(.form__group--partial-state).has-error .form__control {
  background-color: #faefef;
  border-color: #b64135;
}
.form__group:not(.form__group--partial-state).has-error .form__control:focus {
  border-color: rgb(30, 30, 30);
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 2px rgb(30, 30, 30);
          box-shadow: inset 0 0 0 2px rgb(30, 30, 30);
  outline: 3px solid #fd0;
  outline-offset: 0;
}
.form__group:not(.form__group--partial-state).has-error .form__control::-webkit-input-placeholder { /* Webkit */
  color: #b94a48;
}
.form__group:not(.form__group--partial-state).has-error .form__control:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #b94a48;
}
.form__group:not(.form__group--partial-state).has-error .form__control::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #b94a48;
  opacity: 1;
}
.form__group:not(.form__group--partial-state).has-error .form__control.checkbox:focus {
  border-color: rgb(30, 30, 30);
  -webkit-box-shadow: inset 0 0 0 1px rgb(30, 30, 30);
          box-shadow: inset 0 0 0 1px rgb(30, 30, 30);
  outline: 3px solid #fd0;
  outline-offset: 0;
}
.form__group:not(.form__group--partial-state).has-error .form__control.radio:focus {
  border-color: #fd0;
  -webkit-box-shadow: inset 0 0 0 2px rgb(30, 30, 30), 0 0 0 2px #fd0;
          box-shadow: inset 0 0 0 2px rgb(30, 30, 30), 0 0 0 2px #fd0;
  outline: none;
  outline-offset: 0;
  border-radius: 20px;
}
.form__group:not(.form__group--partial-state).has-error .form__control.select {
  background-image: linear-gradient(45deg, transparent 49%, #000 49%), linear-gradient(135deg, #000 49%, transparent 49%), linear-gradient(to right, rgb(237.8571428571, 200.1428571429, 200.1428571429), rgb(237.8571428571, 200.1428571429, 200.1428571429));
}
.form__group:not(.form__group--partial-state).has-error .input-group-addon {
  color: #b94a48;
  background-color: #faefef;
  border-color: #b64135;
}
.form__group:not(.form__group--partial-state).has-error .select2-selection {
  background-color: #faefef;
  background-image: linear-gradient(45deg, transparent 49%, #000 49%), linear-gradient(135deg, #000 49%, transparent 49%), linear-gradient(to right, rgb(237.8571428571, 200.1428571429, 200.1428571429), rgb(237.8571428571, 200.1428571429, 200.1428571429));
  border-color: #b64135;
}
.form__group:not(.form__group--partial-state).has-error .select2-selection .select2-selection__placeholder {
  color: #b94a48;
}
.form__group:not(.form__group--partial-state).has-error .select2-selection.select2-selection--multiple .select2-search__field::-moz-placeholder {
  color: #b94a48;
  opacity: 1;
}
.form__group:not(.form__group--partial-state).has-error .select2-selection.select2-selection--multiple .select2-search__field:-ms-input-placeholder {
  color: #b94a48;
}
.form__group:not(.form__group--partial-state).has-error .select2-selection.select2-selection--multiple .select2-search__field::-webkit-input-placeholder {
  color: #b94a48;
}
.form__group:not(.form__group--partial-state).has-success .help-block,
.form__group:not(.form__group--partial-state).has-success > .control__label {
  color: #3d763e;
}
.form__group:not(.form__group--partial-state).has-success .help-block.is-error {
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.form__group:not(.form__group--partial-state).has-success .help-block.is-error + .help-block:not(.is-error) {
  color: rgb(110, 110, 110);
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
.form__group:not(.form__group--partial-state).has-success .form__control {
  background-color: #dff0d8;
  border-color: #297c46;
}
.form__group:not(.form__group--partial-state).has-success .form__control:focus {
  border-color: rgb(30, 30, 30);
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 2px rgb(30, 30, 30);
          box-shadow: inset 0 0 0 2px rgb(30, 30, 30);
  outline: 3px solid #fd0;
  outline-offset: 0;
}
.form__group:not(.form__group--partial-state).has-success .form__control::-webkit-input-placeholder { /* Webkit */
  color: #3d763e;
}
.form__group:not(.form__group--partial-state).has-success .form__control:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #3d763e;
}
.form__group:not(.form__group--partial-state).has-success .form__control::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #3d763e;
  opacity: 1;
}
.form__group:not(.form__group--partial-state).has-success .form__control.checkbox:focus {
  border-color: rgb(30, 30, 30);
  -webkit-box-shadow: inset 0 0 0 1px rgb(30, 30, 30);
          box-shadow: inset 0 0 0 1px rgb(30, 30, 30);
  outline: 3px solid #fd0;
  outline-offset: 0;
}
.form__group:not(.form__group--partial-state).has-success .form__control.radio:focus {
  border-color: #fd0;
  -webkit-box-shadow: inset 0 0 0 2px rgb(30, 30, 30), 0 0 0 2px #fd0;
          box-shadow: inset 0 0 0 2px rgb(30, 30, 30), 0 0 0 2px #fd0;
  outline: none;
  outline-offset: 0;
  border-radius: 20px;
}
.form__group:not(.form__group--partial-state).has-success .form__control.select {
  background-image: linear-gradient(45deg, transparent 49%, #000 49%), linear-gradient(135deg, #000 49%, transparent 49%), linear-gradient(to right, rgb(192.7777777778, 225.8333333333, 179.1666666667), rgb(192.7777777778, 225.8333333333, 179.1666666667));
}
.form__group:not(.form__group--partial-state).has-success .input-group-addon {
  color: #3d763e;
  background-color: #dff0d8;
  border-color: #297c46;
}
.form__group:not(.form__group--partial-state).has-success .select2-selection {
  background-color: #dff0d8;
  background-image: linear-gradient(45deg, transparent 49%, #000 49%), linear-gradient(135deg, #000 49%, transparent 49%), linear-gradient(to right, rgb(192.7777777778, 225.8333333333, 179.1666666667), rgb(192.7777777778, 225.8333333333, 179.1666666667));
  border-color: #297c46;
}
.form__group:not(.form__group--partial-state).has-success .select2-selection .select2-selection__placeholder {
  color: #3d763e;
}
.form__group:not(.form__group--partial-state).has-success .select2-selection.select2-selection--multiple .select2-search__field::-moz-placeholder {
  color: #3d763e;
  opacity: 1;
}
.form__group:not(.form__group--partial-state).has-success .select2-selection.select2-selection--multiple .select2-search__field:-ms-input-placeholder {
  color: #3d763e;
}
.form__group:not(.form__group--partial-state).has-success .select2-selection.select2-selection--multiple .select2-search__field::-webkit-input-placeholder {
  color: #3d763e;
}

.form__group--partial-state.has-changed .help-block,
.form__group--partial-state.has-changed .control__label {
  color: #2f6e8e;
}
.form__group--partial-state.has-changed .help-block.is-error {
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.form__group--partial-state.has-changed .help-block.is-error + .help-block:not(.is-error) {
  color: rgb(110, 110, 110);
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
.form__group--partial-state.has-changed .select2-selection {
  border-color: rgb(81.4, 95.4, 190.6);
}
.form__group--partial-state.has-warning .help-block,
.form__group--partial-state.has-warning .control__label {
  color: #a65e17;
}
.form__group--partial-state.has-warning .help-block.is-error {
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.form__group--partial-state.has-warning .help-block.is-error + .help-block:not(.is-error) {
  color: rgb(110, 110, 110);
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
.form__group--partial-state.has-warning .select2-selection {
  border-color: #eaa96a;
}
.form__group--partial-state.has-error .help-block,
.form__group--partial-state.has-error .control__label {
  color: #b94a48;
}
.form__group--partial-state.has-error .help-block.is-error {
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.form__group--partial-state.has-error .help-block.is-error + .help-block:not(.is-error) {
  color: rgb(110, 110, 110);
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
.form__group--partial-state.has-error .select2-selection {
  border-color: #b64135;
}
.form__group--partial-state.has-success .help-block,
.form__group--partial-state.has-success .control__label {
  color: #3d763e;
}
.form__group--partial-state.has-success .help-block.is-error {
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.form__group--partial-state.has-success .help-block.is-error + .help-block:not(.is-error) {
  color: rgb(110, 110, 110);
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
.form__group--partial-state.has-success .select2-selection {
  border-color: #297c46;
}

.form__control.has-changed {
  background-color: #d9edf7;
  border-color: rgb(81.4, 95.4, 190.6);
}
.form__control.has-changed::-webkit-input-placeholder { /* Webkit */
  color: rgb(90.4603174603, 163.4603174603, 200.5396825397);
}
.form__control.has-changed:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: rgb(90.4603174603, 163.4603174603, 200.5396825397);
}
.form__control.has-changed::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgb(90.4603174603, 163.4603174603, 200.5396825397);
  opacity: 1;
}
.form__control.has-warning {
  background-color: #fcf8e3;
  border-color: #eaa96a;
}
.form__control.has-warning::-webkit-input-placeholder { /* Webkit */
  color: rgb(228.3492063492, 144.9206349206, 62.6507936508);
}
.form__control.has-warning:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: rgb(228.3492063492, 144.9206349206, 62.6507936508);
}
.form__control.has-warning::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgb(228.3492063492, 144.9206349206, 62.6507936508);
  opacity: 1;
}
.form__control.has-error {
  background-color: #faefef;
  border-color: #b64135;
}
.form__control.has-error::-webkit-input-placeholder { /* Webkit */
  color: rgb(213.2213438735, 146.9723320158, 145.7786561265);
}
.form__control.has-error:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: rgb(213.2213438735, 146.9723320158, 145.7786561265);
}
.form__control.has-error::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgb(213.2213438735, 146.9723320158, 145.7786561265);
  opacity: 1;
}
.form__control.has-success {
  background-color: #dff0d8;
  border-color: #297c46;
}
.form__control.has-success::-webkit-input-placeholder { /* Webkit */
  color: rgb(104.0391061453, 176.9608938547, 105.3184357542);
}
.form__control.has-success:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: rgb(104.0391061453, 176.9608938547, 105.3184357542);
}
.form__control.has-success::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgb(104.0391061453, 176.9608938547, 105.3184357542);
  opacity: 1;
}

.help-block {
  clear: both;
  color: rgb(110, 110, 110);
  display: block;
  font-size: 16px;
  white-space: normal;
}

.help-block > .control__label {
  padding: 0;
}

.form__group > .control__label + .help-block {
  margin: -0.5em 0 0.5em;
}

.form__button-group > .control__label {
  padding-top: 3px;
}
.form__button-group .controls > .control__label {
  border-right: 1px solid;
  border-right-color: #fff;
}
.form__button-group .form__control.form__control,
.form__button-group .form__control.form__control.checkbox,
.form__button-group .form__control.form__control.radio {
  left: -9999px;
  position: absolute;
  top: 0;
}
.form__button-group .form__control:checked + .control__label,
.form__button-group .form__control:checked + .control__label:hover {
  background-color: #3e4994;
  color: #fff;
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.form__button-group .form__control:checked + .control__label::after {
  background-color: #fff;
  bottom: 4px;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: auto;
  right: 5px;
  left: 5px;
  border-radius: 3px;
}
.form__button-group .form__control:focus + .control__label,
.form__button-group .form__control:focus + .control__label:hover {
  background-color: #fd0 !important;
  -webkit-box-shadow: 0 0 0 2px rgb(30, 30, 30);
          box-shadow: 0 0 0 2px rgb(30, 30, 30);
  color: rgb(30, 30, 30) !important;
  outline: none;
  z-index: 1;
}
.form__button-group .form__control:focus + .control__label::after {
  background-color: rgb(30, 30, 30);
}

.form__control + .loading {
  left: 310px;
}

.controls > p:first-child {
  margin-bottom: 0;
  min-height: 44px;
  padding-top: 12px;
}

.required-indicator {
  display: inline-block;
  font-size: 1.2em;
  text-align: center;
  width: 10px;
}

.form__control.checkbox.checkbox,
.form__control.radio.radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fafafa;
  border: 1px solid rgb(126, 126, 126);
  height: 22px;
  overflow: hidden;
  position: relative;
  vertical-align: text-bottom;
  width: 22px;
}
.form__control.checkbox.checkbox .controls,
.form__control.radio.radio .controls {
  padding: 12px 0 16px;
}
.form__control.checkbox.checkbox[disabled], .form__control.checkbox.checkbox[readonly],
.form__control.radio.radio[disabled],
.form__control.radio.radio[readonly] {
  cursor: not-allowed;
  background-color: rgb(222, 222, 222);
}

.form__control.checkbox::before {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  height: 20px;
  left: 2px;
  position: absolute;
  top: -14px;
}
.form__control.checkbox:focus {
  border-color: rgb(30, 30, 30);
  -webkit-box-shadow: inset 0 0 0 1px rgb(30, 30, 30);
          box-shadow: inset 0 0 0 1px rgb(30, 30, 30);
  outline: 3px solid #fd0;
  outline-offset: 0;
}
.form__control.checkbox:checked::before {
  color: #000;
  content: "\f00c";
}
.form__control.checkbox:indeterminate::before {
  color: #000;
  content: "\f068";
  left: 3.5px;
}

.form__control.radio {
  border-radius: 20px;
}
.form__control.radio:focus {
  border-color: #fd0;
  -webkit-box-shadow: inset 0 0 0 2px rgb(30, 30, 30), 0 0 0 2px #fd0;
          box-shadow: inset 0 0 0 2px rgb(30, 30, 30), 0 0 0 2px #fd0;
  outline: none;
  outline-offset: 0;
}
.form__control.radio:checked::before {
  background-color: rgb(30, 30, 30);
  border-radius: 12px;
  content: "";
  display: block;
  height: 12px;
  margin: 4px auto;
  width: 12px;
}

.form-radio .radio,
.form-checkbox .checkbox {
  top: 11px;
}

.form-radio .help-block,
.form-checkbox .help-block {
  position: relative;
  top: 0.675em;
}

.form-checkbox-inline > .controls,
.form-radio-inline > .controls {
  margin-left: 0;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .form-checkbox-inline.form__group--indent .controls,
  .form-radio-inline.form__group--indent .controls {
    width: 74.875%;
  }
}
.form-checkbox-inline > .controls > .control__label,
.form-radio-inline > .controls > .control__label {
  display: inline-block;
  width: 100%;
}

@media screen and (min-width: 767px) {
  .form__indent {
    margin-left: 25%;
    margin-right: 20px;
  }
  .form__indent p {
    margin-left: 0;
    padding-left: 0;
  }
}

.form-range > .controls .form__control {
  background-color: transparent;
  height: 48px;
  padding: 0;
}

.form-range .input-group-addon:first-child,
.form-range .input-group-addon:last-child {
  border: 1px solid rgb(126, 126, 126);
  border-radius: 0;
}

.form-range .input-group .form__control {
  padding-left: 0;
  padding-right: 20px;
}

.form-range .input-group > .input-group-addon + .form__control {
  padding-left: 20px;
  padding-right: 20px;
}

.form-range .input-group > .form__control:last-child {
  padding-right: 0;
}

.form__group .table tbody, .form__group .table--datagrid tbody {
  background-color: #fafafa;
  border-top: 1px solid rgb(126, 126, 126);
}
.form__group .table-container {
  margin-bottom: 0.5em;
}

fieldset.form__group--compound {
  padding: 0;
}

fieldset.form__group {
  padding: 0;
}
fieldset.form__group > legend.control__label {
  border-bottom: 0;
  float: left;
  font-size: inherit;
  line-height: inherit;
}
fieldset.form__group > .controls {
  clear: left;
}

@media screen and (max-width: 766px) {
  .form__group--compound > .control__label {
    margin-bottom: 0;
  }
}
.form__group--compound > .controls > .form__control,
.form__group--compound > .controls > .control__label, .form__group--compound > .controls:first-child > .control__label {
  clear: none;
  display: inline-block;
  float: none;
  vertical-align: top;
}
.form__group--compound > .controls .form__control {
  margin-top: 5px;
}
@media screen and (min-width: 767px) {
  .form__group--compound > .controls .form__control {
    margin-right: 10px;
    margin-top: 0;
  }
}
.form__group--compound > .controls > .control__label:not(:first-of-type) {
  margin-left: 10px;
}
.form__group--compound .compound-label {
  line-height: 48px;
  margin-right: 10px;
}

.icon--align-with-fields {
  display: block;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
}

.cke_chrome.cke_chrome {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cke_focus.cke_focus {
  border: 3px solid rgb(30, 30, 30);
  border-radius: 0;
  outline: 3px solid #fd0;
  outline-offset: 0;
}

.inputLength__label {
  background-color: rgb(222, 222, 222);
  border-radius: 4px;
  color: #000;
  display: inline-block;
  min-width: 25px;
  padding: 2px 5px 0;
  text-align: center;
}

.inputLength--warn > .inputLength__label {
  background-color: #eaa96a;
  color: #000;
}

.inputLength--stop > .inputLength__label {
  background-color: #b64135;
  color: #fff;
}

.form-choice {
  overflow: visible;
}
.form-choice .controls > .control__label:first-child {
  margin-top: 8px;
}
.form-choice.choice--block .controls > .control__label:first-child {
  margin-top: 0;
}

.is-disabled + .form-choice__label {
  opacity: 0.4;
}

@media screen and (min-width: 767px) {
  .form-choice > .controls > .control__label {
    width: 44%;
    line-height: 30px;
  }
  .form-choice > .controls > .control__label .form__control {
    margin-left: 0;
  }
}
.form-choice .form__control.checkbox, .form-choice .form__control.radio {
  vertical-align: text-bottom;
}
.form-choice .form__control.select, .form-choice .form__control.select2 {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .form-choice .form__control.select, .form-choice .form__control.select2 {
    width: 55%;
  }
}

.choice--block > .controls .control__label {
  -webkit-box-shadow: inset 0 0 0 1px rgb(126, 126, 126);
          box-shadow: inset 0 0 0 1px rgb(126, 126, 126);
  border-radius: 0;
  margin: 0 0 5px;
  max-width: 100%;
  padding: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .choice--block > .controls .control__label {
    width: 44%;
    margin: 0 1% 5px 0;
  }
}
.choice--block > .controls .control__label.is-selected {
  background-color: rgb(244.355, 244.355, 244.355);
  -webkit-box-shadow: inset 0 0 0 2px rgb(30, 30, 30);
          box-shadow: inset 0 0 0 2px rgb(30, 30, 30);
}
.choice--block > .controls .control__label:focus,
.choice--block > .controls .control__label.is-selected:focus {
  -webkit-box-shadow: inset 0 0 0 2px #3e4994;
          box-shadow: inset 0 0 0 2px #3e4994;
}

@media screen and (min-width: 767px) {
  .form-choice.form__group--mini > .controls > .control__label {
    width: 50px;
  }
  .form-choice.form__group--small > .controls > .control__label {
    width: 100px;
  }
  .form-choice.form__group--medium > .controls > .control__label {
    width: 200px;
  }
  .form-choice.form__group--regular > .controls > .control__label {
    width: 300px;
  }
  .form-choice.form__group--large > .controls > .control__label {
    width: 400px;
  }
  .form-choice.form__group--xlarge > .controls > .control__label {
    width: 500px;
  }
  .form-choice.form__group--full > .controls > .control__label {
    width: 100%;
  }
}
.choice--block.form__control-col--1 > .controls .control__label {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .choice--block.form__control-col--1 > .controls .control__label {
    width: 10%;
  }
  .choice--block-inline .choice--block.form__control-col--1 > .controls .control__label:nth-child(9n) {
    margin-right: 0;
  }
}

.choice--block.form__control-col--2 > .controls .control__label {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .choice--block.form__control-col--2 > .controls .control__label {
    width: 21%;
  }
  .choice--block-inline .choice--block.form__control-col--2 > .controls .control__label:nth-child(5n) {
    margin-right: 0;
  }
}

.choice--block.form__control-col--3 > .controls .control__label {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .choice--block.form__control-col--3 > .controls .control__label {
    width: 33%;
  }
  .choice--block-inline .choice--block.form__control-col--3 > .controls .control__label:nth-child(3n) {
    margin-right: 0;
  }
}

.choice--block.form__control-col--4 > .controls .control__label {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .choice--block.form__control-col--4 > .controls .control__label {
    width: 44%;
  }
  .choice--block-inline .choice--block.form__control-col--4 > .controls .control__label:nth-child(2n) {
    margin-right: 0;
  }
}

.choice--block.form__control-col--5 > .controls .control__label {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .choice--block.form__control-col--5 > .controls .control__label {
    width: 55%;
  }
  .choice--block-inline .choice--block.form__control-col--5 > .controls .control__label:nth-child(2n) {
    margin-right: 0;
  }
}

.choice--block.form__control-col--6 > .controls .control__label {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .choice--block.form__control-col--6 > .controls .control__label {
    width: 66%;
  }
  .choice--block-inline .choice--block.form__control-col--6 > .controls .control__label:nth-child(2n) {
    margin-right: 0;
  }
}

.choice--block.form__control-col--7 > .controls .control__label {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .choice--block.form__control-col--7 > .controls .control__label {
    width: 77%;
  }
  .choice--block-inline .choice--block.form__control-col--7 > .controls .control__label:nth-child(1n) {
    margin-right: 0;
  }
}

.choice--block.form__control-col--8 > .controls .control__label {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .choice--block.form__control-col--8 > .controls .control__label {
    width: 88%;
  }
  .choice--block-inline .choice--block.form__control-col--8 > .controls .control__label:nth-child(1n) {
    margin-right: 0;
  }
}

.choice--block.form__control-col--9 > .controls .control__label {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .choice--block.form__control-col--9 > .controls .control__label {
    width: 100%;
  }
  .choice--block-inline .choice--block.form__control-col--9 > .controls .control__label:nth-child(1n) {
    margin-right: 0;
  }
}

.choice--block-inline .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 0;
  width: 100% !important;
}
.choice--block-inline > .controls > .control__label {
  clear: none;
}
.choice--block-inline > .controls > .control__label:last-child {
  margin-right: 0;
}
.choice--block-inline > .controls > .control__label {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .choice--block-inline > .controls > .control__label {
    width: 33%;
  }
  .choice--block-inline > .controls > .control__label:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 767px) {
  .choice--block-inline.form__control-col--1 .controls > .control__label {
    width: 7%;
    margin-right: 1%;
  }
  .choice--block-inline.form__control-col--1 .controls > .control__label:nth-child(12n) {
    margin-right: 0;
  }
  .choice--block-inline.form__control-col--2 .controls > .control__label {
    width: 16%;
    margin-right: 1%;
  }
  .choice--block-inline.form__control-col--2 .controls > .control__label:nth-child(6n) {
    margin-right: 0;
  }
  .choice--block-inline.form__control-col--3 .controls > .control__label {
    width: 24%;
    margin-right: 1%;
  }
  .choice--block-inline.form__control-col--3 .controls > .control__label:nth-child(4n) {
    margin-right: 0;
  }
  .choice--block-inline.form__control-col--4 .controls > .control__label {
    width: 33%;
    margin-right: 1%;
  }
  .choice--block-inline.form__control-col--4 .controls > .control__label:nth-child(3n) {
    margin-right: 0;
  }
  .choice--block-inline.form__control-col--5 .controls > .control__label {
    width: 41%;
    margin-right: 1%;
  }
  .choice--block-inline.form__control-col--5 .controls > .control__label:nth-child(2n) {
    margin-right: 0;
  }
  .choice--block-inline.form__control-col--6 .controls > .control__label {
    width: 49%;
    margin-right: 1%;
  }
  .choice--block-inline.form__control-col--6 .controls > .control__label:nth-child(2n) {
    margin-right: 0;
  }
  .choice--block-inline.form__control-col--7 .controls > .control__label {
    width: 58%;
    margin-right: 1%;
  }
  .choice--block-inline.form__control-col--7 .controls > .control__label:nth-child(2n) {
    margin-right: 0;
  }
  .choice--block-inline.form__control-col--8 .controls > .control__label {
    width: 66%;
    margin-right: 1%;
  }
  .choice--block-inline.form__control-col--8 .controls > .control__label:nth-child(2n) {
    margin-right: 0;
  }
  .choice--block-inline.form__control-col--9 .controls > .control__label {
    width: 74%;
    margin-right: 1%;
  }
  .choice--block-inline.form__control-col--9 .controls > .control__label:nth-child(1n) {
    margin-right: 0;
  }
  .choice--block-inline.form__control-col--10 .controls > .control__label {
    width: 83%;
    margin-right: 1%;
  }
  .choice--block-inline.form__control-col--10 .controls > .control__label:nth-child(1n) {
    margin-right: 0;
  }
  .choice--block-inline.form__control-col--11 .controls > .control__label {
    width: 91%;
    margin-right: 1%;
  }
  .choice--block-inline.form__control-col--11 .controls > .control__label:nth-child(1n) {
    margin-right: 0;
  }
  .choice--block-inline.form__control-col--12 .controls > .control__label {
    width: 100%;
    margin-right: 1%;
  }
  .choice--block-inline.form__control-col--12 .controls > .control__label:nth-child(1n) {
    margin-right: 0;
  }
}
.icon--base::before {
  color: rgb(222, 222, 222);
}

.icon--primary::before {
  color: #3e4994;
}

.icon--success::before {
  color: #297c46;
}

.icon--warning::before {
  color: #eaa96a;
}

.icon--danger::before {
  color: #b64135;
}

.icon--info::before {
  color: rgb(230.2, 232.2, 245.8);
}

.icon--inverse::before {
  color: rgb(62, 62, 62);
}

.icon--white::before {
  color: #fff;
}

.icon--new::before {
  color: #f0f5fd;
}

.icon--muted {
  color: rgb(126, 126, 126);
}

.icon-grid::before {
  content: "\f039";
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
}

.icon-standout {
  background-color: rgb(222, 222, 222);
  border-radius: 1em;
  display: inline-block;
  line-height: 2em;
  margin-right: 10px;
  height: 2em;
  text-align: center;
  width: 2em;
}
.icon-standout--base {
  background: rgb(222, 222, 222);
}
.icon-standout--base .icon-standout__icon::before {
  color: #000;
}
.icon-standout--primary {
  background: #3e4994;
}
.icon-standout--primary .icon-standout__icon::before {
  color: #fff;
}
.icon-standout--success {
  background: #297c46;
}
.icon-standout--success .icon-standout__icon::before {
  color: #fff;
}
.icon-standout--warning {
  background: #eaa96a;
}
.icon-standout--warning .icon-standout__icon::before {
  color: #000;
}
.icon-standout--danger {
  background: #b64135;
}
.icon-standout--danger .icon-standout__icon::before {
  color: #fff;
}
.icon-standout--info {
  background: rgb(230.2, 232.2, 245.8);
}
.icon-standout--info .icon-standout__icon::before {
  color: #000;
}
.icon-standout--inverse {
  background: rgb(62, 62, 62);
}
.icon-standout--inverse .icon-standout__icon::before {
  color: #fff;
}
.icon-standout--white {
  background: #fff;
}
.icon-standout--white .icon-standout__icon::before {
  color: rgb(62, 62, 62);
}
.icon-standout--new {
  background: #f0f5fd;
}
.icon-standout--new .icon-standout__icon::before {
  color: #000;
}

[class*=icon-] {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.icon-android::before {
  font-family: "Font Awesome 6 Brands";
}

.icon-apple::before {
  font-family: "Font Awesome 6 Brands";
}

.icon-ban-circle::before {
  content: "\f05e";
}

.icon-bar-chart::before {
  content: "\f080";
}

.icon-beaker::before {
  content: "\f0c3";
}

.icon-bell-alt::before {
  content: "\f0f3";
  font-weight: 400;
}

.icon-bell-o::before {
  content: "\f0f3";
  font-weight: 400;
}

.icon-bookmark-empty::before {
  content: "\f02e";
  font-weight: 400;
}

.icon-building-o::before {
  content: "\f1ad";
  font-weight: 400;
}

.icon-bitbucket::before {
  font-family: "Font Awesome 6 Brands";
}

.icon-btc::before {
  content: "\f15a";
  font-family: "Font Awesome 6 Brands";
}

.icon-calendar-check-o::before {
  content: "\f274";
  font-weight: 400;
}

.icon-calendar-empty::before {
  content: "\f133";
  font-weight: 400;
}

.icon-caret-square-o-down::before {
  content: "\f150";
  font-weight: 400;
}

.icon-check-empty::before {
  content: "\f0c8";
  font-weight: 400;
}

.icon-check-sign::before {
  content: "\f14a";
}

.icon-check-minus::before {
  content: "\f146";
  font-weight: 400;
}

.icon-chevron-sign-left::before {
  content: "\f137";
}

.icon-chevron-sign-right::before {
  content: "\f138";
}

.icon-chevron-sign-up::before {
  content: "\f139";
}

.icon-chevron-sign-down::before {
  content: "\f13a";
}

.icon-circle-blank::before {
  content: "\f111";
  font-weight: 400;
}

.icon-circle-arrow-left::before {
  content: "\f0a8";
}

.icon-circle-arrow-right::before {
  content: "\f0a9";
}

.icon-circle-arrow-up::before {
  content: "\f0aa";
}

.icon-circle-arrow-down::before {
  content: "\f0ab";
}

.icon-cloud-download::before {
  content: "\f381";
}

.icon-cloud-upload::before {
  content: "\f382";
}

.icon-cny::before {
  content: "\f157";
}

.icon-code-fork::before {
  content: "\f126";
}

.icon-collapse::before {
  content: "\f150";
}

.icon-collapse-top::before {
  content: "\f151";
}

.icon-collapse-alt::before {
  content: "\f146";
  font-weight: 400;
}

.icon-comments-alt::before {
  content: "\f086";
}

.icon-css3::before {
  font-family: "Font Awesome 6 Brands";
}

.icon-dashboard::before {
  content: "\f3fd";
}

.icon-dot-circle-o::before {
  content: "\f192";
  font-weight: 400;
}

.icon-dribbble::before {
  font-family: "Font Awesome 6 Brands";
}

.icon-edit-sign::before {
  content: "\f14b";
}

.icon-ellipsis-horizontal::before {
  content: "\f141";
}

.icon-ellipsis-vertical::before {
  content: "\f142";
}

.icon-envelope-o::before {
  content: "\f0e0";
  font-weight: 400;
}

.icon-eur::before {
  content: "\f153";
}

.icon-exchange::before {
  content: "\f362";
}

.icon-external-link-sign::before {
  content: "\f360";
}

.icon-file-text::before {
  content: "\f15c";
}

.icon-file-movie::before {
  content: "\f1c8";
}

.icon-file-zip::before {
  content: "\f1c6";
}

.icon-flag-alt::before {
  content: "\f024";
  font-weight: 400;
}

.icon-file-o::before {
  content: "\f15b";
  font-weight: 400;
}

.icon-file-code-o::before {
  content: "\f1c9";
  font-weight: 400;
}

.icon-file-text-o::before {
  content: "\f15c";
  font-weight: 400;
}

.icon-file-word-o::before {
  content: "\f1c2";
  font-weight: 400;
}

.icon-file-powerpoint-o::before {
  content: "\f1c4";
  font-weight: 400;
}

.icon-file-excel-o::before {
  content: "\f1c3";
  font-weight: 400;
}

.icon-file-pdf-o::before {
  content: "\f1c1";
  font-weight: 400;
}

.icon-file-image-o::before {
  content: "\f1c5";
  font-weight: 400;
}

.icon-file-zip-o::before {
  content: "\f1c6";
  font-weight: 400;
}

.icon-file-movie-o::before {
  content: "\f1c8";
  font-weight: 400;
}

.icon-file-audio-o::before {
  content: "\f1c7";
  font-weight: 400;
}

.icon-download-alt::before {
  content: "\f019";
}

.icon-double-angle-left::before {
  content: "\f100";
}

.icon-double-angle-right::before {
  content: "\f101";
}

.icon-double-angle-up::before {
  content: "\f102";
}

.icon-double-angle-down::before {
  content: "\f103";
}

.icon-envelope-alt::before {
  content: "\f0e0";
  font-weight: 400;
}

.icon-exclamation-sign::before {
  content: "\f06a";
}

.icon-expand-alt::before {
  content: "\f0fe";
  font-weight: 400;
}

.icon-external-link::before {
  content: "\f35d";
}

.icon-eye-open::before {
  content: "\f06e";
}

.icon-eye-close::before {
  content: "\f070";
}

.icon-facebook::before {
  font-family: "Font Awesome 6 Brands";
}

.icon-facebook-sign::before {
  content: "\f082";
  font-weight: 400;
  font-family: "Font Awesome 6 Brands";
}

.icon-facetime-video::before {
  content: "\f03d";
}

.icon-folder-close::before {
  content: "\f07b";
}

.icon-folder-close-alt::before {
  content: "\f07b";
  font-weight: 400;
}

.icon-folder-open-alt::before {
  content: "\f07c";
  font-weight: 400;
}

.icon-food::before {
  content: "\f2e7";
}

.icon-foursquare::before {
  font-family: "Font Awesome 6 Brands";
}

.icon-file-text-alt::before {
  content: "\f15c";
  font-weight: 400;
}

.icon-fullscreen::before {
  content: "\f31e";
}

.icon-gear::before {
  content: "\f013";
}

.icon-github::before {
  font-family: "Font Awesome 6 Brands";
}

.icon-github-alt::before {
  content: "\f113";
  font-family: "Font Awesome 6 Brands";
}

.icon-github-sign::before {
  content: "\f092";
  font-weight: 400;
  font-family: "Font Awesome 6 Brands";
}

.icon-glass::before {
  content: "\f000";
}

.icon-group::before {
  content: "\f0c0";
}

.icon-h-sign::before {
  content: "\f0fd";
}

.icon-hand-left::before {
  content: "\f0a5";
  font-weight: 400;
}

.icon-hand-right::before {
  content: "\f0a4";
  font-weight: 400;
}

.icon-hand-up::before {
  content: "\f0a6";
  font-weight: 400;
}

.icon-hand-down::before {
  content: "\f0a7";
  font-weight: 400;
}

.icon-heart-empty::before {
  content: "\f004";
  font-weight: 400;
}

.icon-html5::before {
  font-family: "Font Awesome 6 Brands";
}

.icon-indent-left::before {
  content: "\f03c";
}

.icon-indent-right::before {
  content: "\f03b";
}

.icon-info-sign::before {
  content: "\f05a";
}

.icon-inr::before {
  content: "\f156";
}

.icon-jpy::before {
  content: "\f157";
}

.icon-krw::before {
  content: "\f159";
}

.icon-legal::before {
  content: "\f0e3";
}

.icon-level-up::before {
  content: "\f3bf";
}

.icon-level-down::before {
  content: "\f3be";
}

.icon-linkedin::before {
  content: "\f0e1";
  font-weight: 400;
  font-family: "Font Awesome 6 Brands";
}

.icon-linkedin-sign::before {
  content: "\f08c";
  font-weight: 400;
  font-family: "Font Awesome 6 Brands";
}

.icon-linux::before {
  font-family: "Font Awesome 6 Brands";
}

.icon-long-arrow-left::before {
  content: "\f30a";
}

.icon-long-arrow-right::before {
  content: "\f30b";
}

.icon-long-arrow-up::before {
  content: "\f30c";
}

.icon-long-arrow-down::before {
  content: "\f309";
}

.icon-mail-reply-all::before {
  content: "\f122";
}

.icon-microphone-off::before {
  content: "\f131";
}

.icon-minus-sign::before {
  content: "\f056";
}

.icon-minus-square-o::before {
  content: "\f146";
  font-weight: 400;
}

.icon-mobile-phone::before {
  content: "\f3cd";
}

.icon-money::before {
  content: "\f3d1";
}

.icon-move::before {
  content: "\f0b2";
}

.icon-minus-sign-alt::before {
  content: "\f146";
}

.icon-off::before {
  content: "\f011";
}

.icon-ok::before {
  content: "\f00c";
}

.icon-ok-circle::before {
  content: "\f058";
  font-weight: 400;
}

.icon-ok-sign::before {
  content: "\f058";
}

.icon-paper-clip::before {
  content: "\f0c6";
}

.icon-pencil::before {
  content: "\f303";
}

.icon-picture::before {
  content: "\f03e";
}

.icon-phone-sign::before {
  content: "\f098";
}

.icon-pinterest::before {
  content: "\f0d2";
  font-weight: 400;
  font-family: "Font Awesome 6 Brands";
}

.icon-pinterest-sign::before {
  content: "\f0d3";
  font-weight: 400;
  font-family: "Font Awesome 6 Brands";
}

.icon-play-sign::before {
  content: "\f144";
}

.icon-plus-sign::before {
  content: "\f055";
}

.icon-plus-sign-alt::before {
  content: "\f0fe";
}

.icon-plus-square-o::before {
  content: "\f0fe";
  font-weight: 400;
}

.icon-gbp::before {
  content: "\f154";
}

.icon-pushpin::before {
  content: "\f08d";
}

.icon-question-sign::before {
  content: "\f059";
}

.icon-remove::before {
  content: "\f00d";
}

.icon-remove-sign::before {
  content: "\f057";
}

.icon-remove-circle::before {
  content: "\f057";
  font-weight: 400;
}

.icon-resize-full::before {
  content: "\f424";
}

.icon-resize-small::before {
  content: "\f422";
}

.icon-refresh::before {
  content: "\f2f1";
}

.icon-remove-circle::before {
  content: "\f057";
}

.icon-reorder::before {
  content: "\f0c9";
}

.icon-resize-horizontal::before {
  content: "\f337";
}

.icon-resize-vertical::before {
  content: "\f338";
}

.icon-rss-sign::before {
  content: "\f143";
}

.icon-share-sign::before {
  content: "\f1e1";
}

.icon-shield::before {
  content: "\f3ed";
}

.icon-sign-blank::before {
  content: "\f0c8";
}

.icon-signin::before {
  content: "\f2f6";
}

.icon-signout::before {
  content: "\f2f5";
}

.icon-signout::before {
  content: "\f2f5";
}

.icon-skype::before {
  font-family: "Font Awesome 6 Brands";
}

.icon-sort-by-alphabet::before {
  content: "\f15d";
}

.icon-sort-by-alphabet-alt::before {
  content: "\f881";
}

.icon-sort-by-attributes::before {
  content: "\f160";
}

.icon-sort-by-attributes-alt::before {
  content: "\f884";
}

.icon-sort-by-order::before {
  content: "\f162";
}

.icon-sort-by-order-alt::before {
  content: "\f886";
}

.icon-repeat::before {
  content: "\f2f9";
}

.icon-screenshot::before {
  content: "\f05b";
}

.icon-sliders::before {
  content: "\f1de";
}

.icon-stackexchange::before {
  content: "\f18d";
  font-family: "Font Awesome 6 Brands";
}

.icon-star-empty::before {
  content: "\f005";
  font-weight: 400;
}

.icon-star-half-empty::before {
  content: "\f5c0";
}

.icon-ticket::before {
  content: "\f3ff";
}

.icon-times-rectangle::before {
  content: "\f410";
}

.icon-tablet::before {
  content: "\f3fa";
}

.icon-thumbs-down-alt::before {
  content: "\f165";
  font-weight: 400;
}

.icon-thumbs-up-alt::before {
  content: "\f164";
  font-weight: 400;
}

.icon-time::before {
  content: "\f017";
  font-weight: 400;
}

.icon-trello::before {
  font-family: "Font Awesome 6 Brands";
}

.icon-twitter-sign::before {
  content: "\f081";
  font-weight: 400;
  font-family: "Font Awesome 6 Brands";
}

.icon-twitter::before {
  font-family: "Font Awesome 6 Brands";
}

.icon-upload-alt::before {
  content: "\f093";
}

.icon-user-o::before {
  content: "\f007";
  font-weight: 400;
}

.icon-usd::before {
  content: "\f155";
}

.icon-warning-sign::before {
  content: "\f071";
}

.icon-windows::before {
  font-family: "Font Awesome 6 Brands";
}

.icon-youtube::before {
  font-family: "Font Awesome 6 Brands";
}

.icon-youtube-play::before {
  content: "\f167";
  font-family: "Font Awesome 6 Brands";
}

.icon-youtube-sign::before {
  content: "\f431";
  font-family: "Font Awesome 6 Brands";
}

.icon-zoom-in::before {
  content: "\f00e";
}

.icon-zoom-out::before {
  content: "\f010";
}

.input-group {
  border-collapse: separate;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  white-space: nowrap;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group:not(.has-btn-prepended):not(.has-btn-appended) .form__control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group:not(.has-btn-prepended):not(.has-btn-appended) .input-group-addon ~ .select2-container--default .select2-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-btn-prepended):not(.has-btn-appended) .select2.select2-container--default:not(:last-child) .select2-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgb(239, 239, 239);
  border: 1px solid rgb(126, 126, 126);
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: normal;
  line-height: 46px;
  min-width: 0;
  overflow: hidden;
  padding: 0 12px;
  text-align: center;
  white-space: nowrap;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn > .btn, .input-group-btn > .overlay-btn.overlay-btn, .tabs__list > li.input-group-btn > button, .input-group-btn > .hideShowPassword-toggle {
  position: relative;
}
.input-group-btn > .btn.btn--base:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button), .input-group-btn > .btn--base.overlay-btn:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button), .tabs__list > li.input-group-btn > button.btn--base:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button), .input-group-btn > .btn--base.hideShowPassword-toggle:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button) {
  border-color: rgb(196.5, 196.5, 196.5);
}
.input-group-btn > .btn.btn--base:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button):hover, .input-group-btn > .btn--base.overlay-btn:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button):hover, .tabs__list > li.input-group-btn > button.btn--base:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button):hover, .input-group-btn > .btn--base.hideShowPassword-toggle:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button):hover {
  background-color: rgb(196.5, 196.5, 196.5);
}
.input-group-btn > .btn.btn--primary:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button), .input-group-btn > .btn--primary.overlay-btn:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button), .tabs__list > li.input-group-btn > button.btn--primary:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button), .input-group-btn > .btn--primary.hideShowPassword-toggle:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button) {
  border-color: rgb(46.9428571429, 55.2714285714, 112.0571428571);
}
.input-group-btn > .btn.btn--primary:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button):hover, .input-group-btn > .btn--primary.overlay-btn:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button):hover, .tabs__list > li.input-group-btn > button.btn--primary:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button):hover, .input-group-btn > .btn--primary.hideShowPassword-toggle:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button):hover {
  background-color: rgb(46.9428571429, 55.2714285714, 112.0571428571);
}
.input-group-btn > .btn.btn--success:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button), .input-group-btn > .btn--success.overlay-btn:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button), .tabs__list > li.input-group-btn > button.btn--success:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button), .input-group-btn > .btn--success.hideShowPassword-toggle:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button) {
  border-color: rgb(28.3272727273, 85.6727272727, 48.3636363636);
}
.input-group-btn > .btn.btn--success:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button):hover, .input-group-btn > .btn--success.overlay-btn:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button):hover, .tabs__list > li.input-group-btn > button.btn--success:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button):hover, .input-group-btn > .btn--success.hideShowPassword-toggle:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button):hover {
  background-color: rgb(28.3272727273, 85.6727272727, 48.3636363636);
}
.input-group-btn > .btn.btn--warning:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button), .input-group-btn > .btn--warning.overlay-btn:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button), .tabs__list > li.input-group-btn > button.btn--warning:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button), .input-group-btn > .btn--warning.hideShowPassword-toggle:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button) {
  border-color: rgb(227.7, 143.2, 61.3);
}
.input-group-btn > .btn.btn--warning:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button):hover, .input-group-btn > .btn--warning.overlay-btn:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button):hover, .tabs__list > li.input-group-btn > button.btn--warning:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button):hover, .input-group-btn > .btn--warning.hideShowPassword-toggle:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button):hover {
  background-color: rgb(227.7, 143.2, 61.3);
}
.input-group-btn > .btn.btn--danger:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button), .input-group-btn > .btn--danger.overlay-btn:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button), .tabs__list > li.input-group-btn > button.btn--danger:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button), .input-group-btn > .btn--danger.hideShowPassword-toggle:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button) {
  border-color: rgb(142.5021276596, 50.8936170213, 41.4978723404);
}
.input-group-btn > .btn.btn--danger:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button):hover, .input-group-btn > .btn--danger.overlay-btn:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button):hover, .tabs__list > li.input-group-btn > button.btn--danger:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button):hover, .input-group-btn > .btn--danger.hideShowPassword-toggle:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button):hover {
  background-color: rgb(142.5021276596, 50.8936170213, 41.4978723404);
}
.input-group-btn > .btn.btn--info:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button), .input-group-btn > .btn--info.overlay-btn:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button), .tabs__list > li.input-group-btn > button.btn--info:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button), .input-group-btn > .btn--info.hideShowPassword-toggle:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button) {
  border-color: #c1c6e8;
}
.input-group-btn > .btn.btn--info:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button):hover, .input-group-btn > .btn--info.overlay-btn:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button):hover, .tabs__list > li.input-group-btn > button.btn--info:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button):hover, .input-group-btn > .btn--info.hideShowPassword-toggle:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button):hover {
  background-color: #c1c6e8;
}
.input-group-btn > .btn.btn--inverse:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button), .input-group-btn > .btn--inverse.overlay-btn:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button), .tabs__list > li.input-group-btn > button.btn--inverse:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button), .input-group-btn > .btn--inverse.hideShowPassword-toggle:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button) {
  border-color: rgb(36.5, 36.5, 36.5);
}
.input-group-btn > .btn.btn--inverse:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button):hover, .input-group-btn > .btn--inverse.overlay-btn:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button):hover, .tabs__list > li.input-group-btn > button.btn--inverse:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button):hover, .input-group-btn > .btn--inverse.hideShowPassword-toggle:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button):hover {
  background-color: rgb(36.5, 36.5, 36.5);
}
.input-group-btn > .btn.btn--white:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button), .input-group-btn > .btn--white.overlay-btn:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button), .tabs__list > li.input-group-btn > button.btn--white:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button), .input-group-btn > .btn--white.hideShowPassword-toggle:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button) {
  border-color: rgb(229.5, 229.5, 229.5);
}
.input-group-btn > .btn.btn--white:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button):hover, .input-group-btn > .btn--white.overlay-btn:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button):hover, .tabs__list > li.input-group-btn > button.btn--white:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button):hover, .input-group-btn > .btn--white.hideShowPassword-toggle:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button):hover {
  background-color: rgb(229.5, 229.5, 229.5);
}
.input-group-btn > .btn.btn--new:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button), .input-group-btn > .btn--new.overlay-btn:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button), .tabs__list > li.input-group-btn > button.btn--new:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button), .input-group-btn > .btn--new.hideShowPassword-toggle:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button) {
  border-color: #c3d7f7;
}
.input-group-btn > .btn.btn--new:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button):hover, .input-group-btn > .btn--new.overlay-btn:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button):hover, .tabs__list > li.input-group-btn > button.btn--new:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button):hover, .input-group-btn > .btn--new.hideShowPassword-toggle:not(.btn--naked):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):not(.remove-button):hover {
  background-color: #c3d7f7;
}

.input-group-btn .btn, .input-group-btn .overlay-btn.overlay-btn, .input-group-btn .tabs__list > li > button, .input-group-btn .hideShowPassword-toggle {
  font-size: 16px;
  line-height: 48px;
  padding-bottom: 0;
  padding-top: 0;
}

.input-group-addon + .form__control {
  margin-left: 0;
}

.input-group:not(.has-btn-appended) .form__control:not(:last-child),
.input-group-addon:first-child,
.input-group-btn:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
  margin-right: -1px;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .overlay-btn.overlay-btn, .tabs__list > li.input-group-btn:first-child > button, .input-group-btn:first-child > .hideShowPassword-toggle,
.input-group-btn:first-child > .btn__group {
  margin-right: 6px;
}

.input-group:not(.has-btn-prepended) .form__control:not(:first-child),
.input-group-addon:last-child,
.input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn > .btn, .input-group-btn > .overlay-btn.overlay-btn, .tabs__list > li.input-group-btn > button, .input-group-btn > .hideShowPassword-toggle,
.input-group-btn > .btn__group {
  margin-left: 6px;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn > .btn, .input-group-btn > .overlay-btn.overlay-btn, .tabs__list > li.input-group-btn > button, .input-group-btn > .hideShowPassword-toggle {
  position: relative;
}
.input-group-btn > .btn:hover, .input-group-btn > .overlay-btn:hover, .tabs__list > li.input-group-btn > button:hover, .input-group-btn > .hideShowPassword-toggle:hover, .input-group-btn > .btn:active, .input-group-btn > .overlay-btn:active, .tabs__list > li.input-group-btn > button:active, .input-group-btn > .hideShowPassword-toggle:active {
  z-index: 2;
}

.input-group-addon > .btn, .input-group-addon > .overlay-btn.overlay-btn, .tabs__list > li.input-group-addon > button, .input-group-addon > .hideShowPassword-toggle {
  top: -8px;
}
.input-group-addon > .btn:hover, .input-group-addon > .overlay-btn:hover, .tabs__list > li.input-group-addon > button:hover, .input-group-addon > .hideShowPassword-toggle:hover {
  top: -7px;
}
.input-group-addon > .btn:active, .input-group-addon > .overlay-btn:active, .tabs__list > li.input-group-addon > button:active, .input-group-addon > .hideShowPassword-toggle:active {
  top: -6px;
}

.input-group.is-removable {
  width: 100%;
}
.input-group.is-removable .form__control {
  border-radius: 0;
  display: inline-block;
  vertical-align: baseline;
}
.input-group.is-removable .remove-button {
  line-height: 2em;
}

.input-group-with-guidance .form__control:first-child {
  border-radius: 0;
}
.input-group-with-guidance .form__control.checkbox,
.input-group-with-guidance .form__control.radio {
  width: 20px;
}
.input-group-with-guidance .input-group-addon:not(.last-child) {
  border-left-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.label {
  background-color: rgb(222, 222, 222);
  color: #000;
}
.label .remove-button [class^=icon-] {
  color: #000;
}
.label {
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  padding: 0 0.5em;
  text-align: center;
  text-transform: lowercase;
  vertical-align: baseline;
  white-space: nowrap;
}

.label--primary {
  background-color: #3e4994;
  color: #fff;
}
.label--primary .remove-button [class^=icon-] {
  color: #fff;
}

.label--success {
  background-color: #297c46;
  color: #fff;
}
.label--success .remove-button [class^=icon-] {
  color: #fff;
}

.label--warning {
  background-color: #eaa96a;
  color: #000;
}
.label--warning .remove-button [class^=icon-] {
  color: #000;
}

.label--danger {
  background-color: #b64135;
  color: #fff;
}
.label--danger .remove-button [class^=icon-] {
  color: #fff;
}

.label--info {
  background-color: rgb(230.2, 232.2, 245.8);
  color: #000;
}
.label--info .remove-button [class^=icon-] {
  color: #000;
}

.label--inverse {
  background-color: rgb(62, 62, 62);
  color: #fff;
}
.label--inverse .remove-button [class^=icon-] {
  color: #fff;
}

.label--white {
  background-color: #fff;
  color: rgb(62, 62, 62);
}
.label--white .remove-button [class^=icon-] {
  color: rgb(62, 62, 62);
}

.label--new {
  background-color: #f0f5fd;
  color: #000;
}
.label--new .remove-button [class^=icon-] {
  color: #000;
}

.label--removable {
  padding: 0;
}
.label--removable .label__text {
  padding: 0 0.5em;
  display: inline-block;
}
.label--removable .btn.remove-button, .label--removable .remove-button.overlay-btn, .label--removable .tabs__list > li > button.remove-button, .label--removable .remove-button.hideShowPassword-toggle {
  padding: 0.25em 0.5em 0.3em;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 0 0 0 0;
}
.label--removable .btn.remove-button:focus, .label--removable .remove-button.overlay-btn:focus, .label--removable .tabs__list > li > button.remove-button:focus, .label--removable .remove-button.hideShowPassword-toggle:focus, .label--removable .btn.remove-button:focus:active {
  -webkit-box-shadow: inset 0 0 0 2px rgb(30, 30, 30);
          box-shadow: inset 0 0 0 2px rgb(30, 30, 30);
}
.label--removable .btn.remove-button:focus [class^=icon-], .label--removable .remove-button.overlay-btn:focus [class^=icon-], .label--removable .tabs__list > li > button.remove-button:focus [class^=icon-], .label--removable .remove-button.hideShowPassword-toggle:focus [class^=icon-],
.label--removable .btn.remove-button:focus [class^=icon-]:hover, .label--removable .btn.remove-button:focus:active [class^=icon-],
.label--removable .btn.remove-button:focus:active [class^=icon-]:hover {
  color: rgb(30, 30, 30) !important;
}
.label--removable .btn.remove-button:active, .label--removable .remove-button.overlay-btn:active, .label--removable .tabs__list > li > button.remove-button:active, .label--removable .remove-button.hideShowPassword-toggle:active {
  background-color: rgba(0, 0, 0, 0.2);
}

a .label {
  text-decoration: underline;
}
a:focus .label {
  background-color: #fd0;
  border-radius: 0;
  color: rgb(30, 30, 30);
  outline: 2px solid;
}

.list--naked {
  list-style-type: none;
}

.list--naked li.is-active {
  background-color: #3e4994;
  border-radius: 0;
  margin-left: -5px;
  padding-left: 5px;
}
.list--naked li.is-active,
.list--naked li.is-active > a {
  color: #fff;
  text-decoration: none;
}
.list--naked li.is-active > a:focus {
  color: #000;
}

.list--inline li {
  display: inline-block;
}

.list--timeline {
  border-left: 2px solid rgb(126, 126, 126);
  list-style: none;
}
.list--timeline li {
  margin-bottom: 1em;
  padding-left: 15px;
  position: relative;
}
.list--timeline li::before {
  background-color: rgb(239, 239, 239);
  border: 2px solid rgb(126, 126, 126);
  border-radius: 50px;
  content: "";
  display: block;
  left: -8px;
  position: absolute;
  top: 4px;
  height: 10px;
  width: 10px;
}
.list--timeline a {
  text-decoration: none;
}
.list--timeline .active {
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.list--timeline .active::before {
  border-color: #3e4994;
}

.dl--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  width: 100%;
}
.dl--grid dt {
  width: 3%;
}
.dl--grid dd {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 47%;
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loading {
  height: 20px;
  position: relative;
  width: 20px;
}
@media screen and (prefers-reduced-motion: reduce) {
  .loading {
    height: auto;
    width: auto;
  }
}
.loading.centered {
  display: block;
  margin: 0 auto;
}

.loading i {
  border: 1px solid #3e4994;
  border-top-color: #fff;
  border-radius: 50%;
  -webkit-animation: spin 400ms infinite linear;
  animation: spin 400ms infinite linear;
  float: left;
  height: 20px;
  left: 0;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  width: 20px;
}
@media screen and (prefers-reduced-motion: reduce) {
  .loading i {
    -webkit-animation: none;
            animation: none;
    border: 0;
    border-radius: 0;
    float: none;
    height: auto;
    position: static;
    text-indent: 0;
    width: auto;
  }
}

.loading-block {
  text-align: center;
}
.loading-block .loading {
  display: block;
  margin: 0 auto;
}
.loading-block .loading-block__message {
  display: block;
  margin-top: 12px;
}

.form__group.is-loading .controls {
  position: relative;
}
.form__group.is-loading .loading {
  display: block;
  position: absolute;
  right: -10px;
  top: 12px;
}

.loading--large,
.loading--large i {
  height: 50px;
  width: 50px;
}

.form__login {
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
}
.form__login legend {
  text-align: center;
}
.form__login .form__group {
  margin: 0 auto;
  width: 80%;
}
.form__login .form__group.has-error, .form__login .form__group:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form__login .control__label,
.form__login .controls {
  display: block;
  margin: 0 auto 1em;
  text-align: center;
  width: 100%;
}
.form__login .help-block {
  margin-left: 0;
}
.form__login input {
  text-align: center;
}
.form__login .form__actions {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 1em;
  padding: 0;
  text-align: center;
}

.masterswitch-control > .control__label,
.masterswitch-control > .controls {
  display: table-cell;
}
@media screen and (min-width: 767px) {
  .masterswitch-control > .control__label,
  .masterswitch-control > .controls {
    width: 24%;
    display: inline-block;
  }
}

.masterswitch-content.is-disabled {
  cursor: not-allowed;
  opacity: 0.25;
}
.u-ui-disabled .masterswitch-content.is-disabled {
  opacity: 1;
}

.metadata {
  margin-bottom: 0;
  width: 100%;
}
.metadata__key, .metadata__value {
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
  vertical-align: top;
  word-break: break-word;
}
@media screen and (min-width: 480px) {
  .metadata__key, .metadata__value {
    display: inline-block;
  }
}
@media screen and (min-width: 480px) {
  .metadata__key {
    padding-right: 2%;
    width: 23%;
  }
}
.metadata__value {
  margin-left: 0;
}
@media screen and (min-width: 480px) {
  .metadata__value {
    width: 75%;
  }
}

.metadata--full .metadata__key {
  padding-bottom: 0;
  width: 100%;
}
.metadata--full .metadata__value {
  padding-bottom: 20px;
  width: 100%;
}

.modal-open {
  overflow: hidden;
  -ms-overflow-style: none;
}

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
}
.modal form p,
.modal form ul,
.modal form ol {
  margin-left: 0;
}

.modal__dialog {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  padding: 10px;
  width: auto;
  z-index: 3010;
}
@media screen and (min-width: 767px) {
  .modal__dialog {
    padding: 100px 10px 30px;
    width: 100%;
  }
}

.modal--large .modal__dialog {
  max-width: 800px;
}

.modal__content {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 12px rgba(62, 73, 148, 0.3);
          box-shadow: 0 0 0 12px rgba(62, 73, 148, 0.3);
  background-clip: padding-box;
  outline: none;
}
.modal__content > .form--horizontal {
  padding-top: 0;
}
.modal__content > .form {
  padding-top: 0;
}

.modal__backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2990;
  background-color: #000;
}
.modal__backdrop.fade {
  background-color: none;
}
.modal__backdrop.in {
  background-color: rgba(62, 73, 148, 0.3);
}

.modal__header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal__header .close {
  margin-top: -15px;
  margin-right: -15px;
  padding: 14px;
}

.modal__title {
  font-family: "Montserrat Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
}

.modal__body {
  position: relative;
  padding: 20px;
}

.modal__footer {
  zoom: 1;
}
.modal__footer:before, .modal__footer:after {
  content: "";
  display: table;
}
.modal__footer:after {
  clear: both;
}
.modal__footer {
  border-top: 1px solid #e5e5e5;
  clear: both;
  padding: 19px 20px 15px;
}
.modal__footer .btn-group .btn + .btn, .modal__footer .btn-group .overlay-btn.overlay-btn + .btn, .modal__footer .btn-group .btn + .overlay-btn.overlay-btn, .modal__footer .btn-group .overlay-btn.overlay-btn + .overlay-btn.overlay-btn, .modal__footer .btn-group .tabs__list > li > button + .btn, .modal__footer .btn-group .tabs__list > li > button + .overlay-btn.overlay-btn, .modal__footer .btn-group .tabs__list > li > .btn + button, .modal__footer .btn-group .tabs__list > li > .overlay-btn.overlay-btn + button, .modal__footer .btn-group .tabs__list > li > button + button, .modal__footer .btn-group .hideShowPassword-toggle + .btn, .modal__footer .btn-group .hideShowPassword-toggle + .overlay-btn.overlay-btn, .modal__footer .btn-group .tabs__list > li > .hideShowPassword-toggle + button, .modal__footer .btn-group .btn + .hideShowPassword-toggle, .modal__footer .btn-group .overlay-btn.overlay-btn + .hideShowPassword-toggle, .modal__footer .btn-group .tabs__list > li > button + .hideShowPassword-toggle, .modal__footer .btn-group .hideShowPassword-toggle + .hideShowPassword-toggle {
  margin-left: -1px;
}
.modal__footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal--danger .modal__header {
  background-color: #b64135;
  color: #fff;
}
.modal--danger .close {
  color: #fff;
}

.modal .control__label {
  margin-left: 0;
}

.modal__footer > .panel {
  margin-top: 0;
}

.modal .form-v2 {
  padding-top: 0;
}
.modal .form-v2 > fieldset {
  margin-left: 0;
  margin-right: 0;
}
.modal .form-v2 legend {
  font-size: 20px;
  margin-left: 0;
}
.modal .form-v2 legend::before {
  background: none;
}
.modal .form-v2 .form__group:last-of-type {
  margin-bottom: 0;
}
.modal .flash {
  margin: 0 0 1em;
  position: relative;
}
.modal > .panel:first-child {
  margin-top: 0;
}

.modal__backdrop.in + .popover, .modal__backdrop.in + .daterangepicker {
  z-index: 3001;
}

.modal--full-screen {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal--full-screen .modal__content {
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
}
.modal--full-screen .modal__header {
  border-bottom: 1px solid rgb(222, 222, 222);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 60px;
  padding: 0;
}
.modal--full-screen .modal__controls {
  float: right;
  white-space: nowrap;
}
.modal--full-screen .close,
.modal--full-screen .download {
  color: rgb(126, 126, 126) !important;
  font-size: 1.4em;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
.modal--full-screen .close .icon,
.modal--full-screen .close [class*=icon-],
.modal--full-screen .download .icon,
.modal--full-screen .download [class*=icon-] {
  font-size: 1.4em;
}
.modal--full-screen .close:hover,
.modal--full-screen .download:hover {
  color: #c1c6e8 !important;
}
.modal--full-screen .close:focus,
.modal--full-screen .download:focus {
  background-color: #fd0;
  -webkit-box-shadow: inset 0 -2px 0 rgb(30, 30, 30);
          box-shadow: inset 0 -2px 0 rgb(30, 30, 30);
  color: rgb(30, 30, 30) !important;
  outline: none;
}
.modal--full-screen .close {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-right: 0;
  margin-top: 0;
}
.modal--full-screen .close:active {
  background: none;
  top: 0;
}
.modal--full-screen .close:hover {
  -webkit-transform: none;
          transform: none;
}
.modal--full-screen .close:hover::after {
  position: relative;
}
.modal--full-screen .download {
  border-right: 1px solid rgb(239, 239, 239);
  float: right;
  padding: 15px;
}
.modal--full-screen .modal__header-detailed {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50px;
          flex: 1 1 50px;
  margin-left: 15px;
  margin-top: 10px;
  min-width: 0;
  padding-left: 45px;
}
.modal--full-screen .modal__header-detailed .modal__avatar {
  background-color: #fff;
  border-radius: 50%;
  height: 35px;
  left: 0;
  margin: 15px 0 0 15px;
  position: absolute;
  top: 0;
  width: 35px;
}
.modal--full-screen .modal__header-detailed .modal__title {
  font-size: 16px;
  line-height: 1.2em;
}
.modal--full-screen .modal__header-detailed .modal__title-meta {
  color: rgb(110, 110, 110);
  font-size: 14px;
  margin-bottom: 0;
}
.modal--full-screen .modal__header-detailed .modal__title,
.modal--full-screen .modal__header-detailed .modal__title-meta {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.modal--full-screen .modal__body {
  background-color: rgb(239, 239, 239);
  height: 100%;
}
.modal--full-screen .scaled {
  bottom: 0;
  left: 0;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.modal--full-screen .scaled__image {
  left: 0;
  margin: auto;
  max-height: calc(100% - 44px);
  max-width: calc(100% - 44px);
  position: absolute;
  right: 0;
  top: 20px;
}
@media screen and (min-width: 480px) {
  .modal--full-screen .scaled__image {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
  }
}

.modal__ribbon {
  background-color: rgb(239, 239, 239);
  border-bottom: 1px solid rgb(126, 126, 126);
  padding: 24px 20px;
}

.nav-list {
  display: none;
  list-style-type: none;
  margin: 0 20px;
}
.is-open .nav-list {
  margin-top: 0;
  margin-bottom: 24px;
}
.nav-list.is-active {
  display: block;
}

.nav-item--header {
  border-bottom: 1px solid #fff;
  color: #fff;
  display: block;
  font-family: "Montserrat SemiBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 24px;
}
.nav-item--header:not(:first-of-type) {
  margin-top: 24px;
}

.nav-link {
  color: #fff;
  cursor: pointer;
  display: block;
  line-height: 1.5em;
  padding: 6px;
  text-decoration: none;
  width: 100%;
}
.nav-link:hover, .is-active .nav-link {
  color: #fff;
}

.nav-main {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(-100%, 0, 0);
  backface-visibility: hidden;
  display: table-cell;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate3d(-100%, 0, 0);
  vertical-align: top;
  width: 85px;
  z-index: 1080;
}
@media screen and (min-width: 992px) {
  .nav-main {
    left: auto;
    position: static;
    -webkit-transform: none;
    transform: none;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    width: 84px;
  }
}
.lt-ie10 .nav-main {
  left: -85px;
}

.nav-primary,
.nav-secondary,
.nav-tertiary,
.nav-quaternary {
  display: inline-block;
  margin: 0;
  height: 100%;
  overflow-x: hidden;
  padding: 0;
  position: relative;
  vertical-align: top;
}

.nav-inline {
  background-color: #fff;
  border-bottom: 1px solid rgb(157, 157, 157);
  -webkit-overflow-scrolling: touch;
  margin: 0 -20px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  width: auto;
}
.nav-inline__list {
  display: inline-block;
  list-style: none;
  margin: 0 0 0 20px;
  min-width: calc(100% - 20px);
}
.nav-inline__item {
  display: inline-block;
  font-size: 1.1em;
  margin-right: 10px;
}
.nav-inline__item:last-of-type {
  margin-right: 0;
}
.nav-inline__item:hover {
  background-color: rgb(239, 239, 239);
}
.nav-inline__item.is-active {
  -webkit-box-shadow: inset 0 -4px 0 0 #3e4994;
          box-shadow: inset 0 -4px 0 0 #3e4994;
}
.nav-inline__item.is-active > .nav-inline__link {
  color: rgb(30, 30, 30);
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.nav-inline__link {
  display: inline-block;
  color: rgb(157, 157, 157);
  line-height: 46px;
  padding: 0 20px;
  text-decoration: none;
}
.nav-inline__link:hover, .nav-inline__link:focus, .nav-inline__link:link, .nav-inline__link:visited {
  color: rgb(30, 30, 30);
}
.nav-inline__link:hover .caret, .nav-inline__link:focus .caret, .nav-inline__link:link .caret, .nav-inline__link:visited .caret {
  border-top-color: rgb(30, 30, 30);
}
.nav-inline__link:focus {
  background-color: #fd0;
  -webkit-box-shadow: 0 -2px #fd0, inset 0 -4px rgb(30, 30, 30);
          box-shadow: 0 -2px #fd0, inset 0 -4px rgb(30, 30, 30);
  color: rgb(30, 30, 30);
  outline: none;
  text-decoration: none;
}
.nav-inline__link.is-disabled {
  color: rgb(190, 190, 190);
}
.nav-inline__link .caret {
  border-top-color: rgb(157, 157, 157);
}
.nav-inline::-webkit-scrollbar-track {
  background-color: #efefef;
  border-radius: 50px !important;
}
.nav-inline::-webkit-scrollbar {
  height: 6px;
  background-color: #efefef;
}
.nav-inline::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 50px !important;
}
.nav-inline::-webkit-scrollbar-corner {
  background: transparent;
}
.nav-inline .popover, .nav-inline .daterangepicker {
  font-size: 14px;
  padding: 5px 0;
  margin: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  min-width: 160px;
}
.nav-inline .popover .arrow, .nav-inline .daterangepicker .arrow {
  display: none;
}
.nav-inline .popover a, .nav-inline .daterangepicker a {
  display: block;
  padding: 3px 15px 3px 10px;
  clear: both;
  font-weight: normal;
  line-height: 24px;
  color: #4d4d4d;
  white-space: nowrap;
  text-decoration: none;
}
.nav-inline .popover a:hover, .nav-inline .daterangepicker a:hover {
  background-color: #1f7bb8;
  color: #fff;
  text-decoration: none;
}
.nav-inline .popover-content {
  padding: 0;
}
.nav-inline .popover-content ul {
  list-style: none;
}

.mobile-menu-button {
  background-color: #fff;
  border: 1px solid #333c79;
  border-radius: 0;
  color: #333c79;
  display: inline-block;
  height: 38px;
  line-height: normal;
  margin-bottom: 10px;
  margin-right: 5px;
  padding: 6px 14px;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .mobile-menu-button {
    display: none;
  }
}
.mobile-menu-button:hover, .mobile-menu-button.open {
  background: #333c79;
  color: #fff;
}
.mobile-menu-button:focus {
  border-width: 1px;
}

.nav-items {
  margin: 0;
  padding: 0;
}

.nav-item {
  list-style-type: none;
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.nav-divider {
  border-color: rgba(255, 255, 255, 0.2);
  margin: 5px 0;
}

.nav-link {
  color: #fff;
  text-decoration: none;
}

.nav-primary {
  background-color: #2f3248;
  background-image: url("/q/bundles/jadupulsar/images/branding/connect-gradient.svg");
  background-position: left bottom;
  background-repeat: no-repeat;
  -webkit-box-shadow: inset -3px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset -3px 0 0 rgba(0, 0, 0, 0.2);
  overflow-y: hidden;
  text-align: center;
  -webkit-transition: -webkit-box-shadow 100ms linear;
  transition: -webkit-box-shadow 100ms linear;
  transition: box-shadow 100ms linear;
  transition: box-shadow 100ms linear, -webkit-box-shadow 100ms linear;
  width: 85px;
  z-index: 1080;
}
@media screen and (min-width: 992px) {
  .nav-primary {
    position: fixed;
  }
}
.is-open .nav-primary::before {
  background-image: none;
}
.nav-primary .is-active {
  background-color: rgba(255, 255, 255, 0.2);
}
.nav-primary .nav-link {
  background-color: transparent;
  border: 0;
  color: #fff;
  display: block;
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.75em;
  line-height: 1em;
  max-width: 85px;
  min-height: 72px;
  min-width: 85px;
  padding: 16px 5px;
  position: relative;
  text-overflow: ellipsis;
  -webkit-transition: background-color 50ms linear, color 50ms linear, outline 50ms linear, -webkit-box-shadow 50ms linear;
  transition: background-color 50ms linear, color 50ms linear, outline 50ms linear, -webkit-box-shadow 50ms linear;
  transition: background-color 50ms linear, color 50ms linear, box-shadow 50ms linear, outline 50ms linear;
  transition: background-color 50ms linear, color 50ms linear, box-shadow 50ms linear, outline 50ms linear, -webkit-box-shadow 50ms linear;
}
.nav-primary .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.nav-primary .nav-link:focus {
  background-color: #fd0;
  -webkit-box-shadow: 0 -2px #fd0, 0 4px rgb(30, 30, 30);
          box-shadow: 0 -2px #fd0, 0 4px rgb(30, 30, 30);
  color: rgb(30, 30, 30);
  outline: none;
  text-decoration: none;
}
.nav-primary .nav-link:focus .nav-link__icon {
  color: rgb(30, 30, 30);
}
.nav-primary .nav-link__icon {
  color: #fff;
  display: block;
  font-size: 1.7em;
  margin-bottom: 7px;
  width: 100%;
}
.nav-primary .nav-link__image {
  height: 18px;
  margin-bottom: 7px;
  width: 18px;
}
.nav-primary .nav-link__label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.nav-primary .nav-items,
.nav-primary .jadu-branding {
  -webkit-transform-origin: 50% 0%;
  -webkit-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
  -webkit-transition-delay: ease, 0s;
  -webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
  transform-origin: 50% 0%;
  transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .nav-primary .nav-items,
  .nav-primary .jadu-branding {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (min-width: 992px) {
  .nav-primary .nav-items,
  .nav-primary .jadu-branding {
    -webkit-transform: none;
    transform: none;
    transition: all 0s ease 0s;
    -webkit-transition: all 0s ease 0s;
  }
}
.open-nav .nav-primary .nav-items,
.open-nav .nav-primary .jadu-branding {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.nav-secondary,
.nav-tertiary,
.nav-quaternary {
  background-attachment: scroll;
  background-color: #2f3248;
  background-image: url("/q/bundles/jadupulsar/images/branding/connect-gradient.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  -webkit-box-shadow: 12px 0 0 rgba(62, 73, 148, 0.3);
          box-shadow: 12px 0 0 rgba(62, 73, 148, 0.3);
  left: 85px;
  margin-left: -320px;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  -webkit-transition: margin-left 100ms ease-in-out;
  transition: margin-left 100ms ease-in-out;
  width: 245px;
  z-index: 1070;
}
@media screen and (min-width: 992px) {
  .nav-secondary,
  .nav-tertiary,
  .nav-quaternary {
    position: fixed;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .nav-secondary,
  .nav-tertiary,
  .nav-quaternary {
    -webkit-transition: none;
    transition: none;
  }
}
.nav-secondary .nav-container,
.nav-tertiary .nav-container,
.nav-quaternary .nav-container {
  display: none;
}
.nav-secondary .nav-container.is-active,
.nav-tertiary .nav-container.is-active,
.nav-quaternary .nav-container.is-active {
  display: block;
  margin: 0 20px;
}
.nav-secondary .nav-link,
.nav-tertiary .nav-link,
.nav-quaternary .nav-link {
  background-color: transparent;
  border: 0;
  text-align: left;
}
.nav-secondary .nav-link:hover,
.nav-tertiary .nav-link:hover,
.nav-quaternary .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.nav-secondary .nav-link:focus,
.nav-tertiary .nav-link:focus,
.nav-quaternary .nav-link:focus {
  background-color: #fd0;
  -webkit-box-shadow: 0 -2px #fd0, 0 4px rgb(30, 30, 30);
          box-shadow: 0 -2px #fd0, 0 4px rgb(30, 30, 30);
  color: rgb(30, 30, 30);
  outline: none;
  text-decoration: none;
  position: relative;
  z-index: 1071;
}
.nav-secondary .nav-link:active,
.nav-tertiary .nav-link:active,
.nav-quaternary .nav-link:active {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #333c79;
  outline: none;
}

.nav-tertiary .nav-link span {
  margin-left: 10px;
}

.nav-quaternary {
  background-color: rgb(46.9428571429, 55.2714285714, 112.0571428571);
  left: 88px;
  margin-left: 242px;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  width: 0;
}
@media screen and (prefers-reduced-motion: reduce) {
  .nav-quaternary {
    -webkit-transition: none;
    transition: none;
  }
}

.nav-remove-search {
  color: #fff;
  display: inline-block;
  margin-top: 6px;
  opacity: 0;
  text-decoration: none;
  -webkit-transition: opacity 50ms linear;
  transition: opacity 50ms linear;
  vertical-align: top;
}
.nav-remove-search:hover {
  color: #fff;
}

.nav-secondary.is-open,
.nav-tertiary.is-open,
.nav-quaternary.is-open {
  margin-left: 0;
}

.nav-quaternary.is-open {
  width: 242px;
}

.jadu-branding {
  display: block;
  padding: 0 0 10px;
  text-decoration: none;
}
.jadu-branding.is-active {
  background: none;
}
.jadu-branding:focus .jadu-logomark {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.jadu-branding:focus .jadu-wordmark {
  -webkit-filter: invert(100);
          filter: invert(100);
}

.nav-search {
  display: none;
}
@media screen and (min-width: 767px) {
  .nav-search {
    clear: right;
    display: block;
    margin-left: 20px;
    margin-top: 19px;
    position: relative;
  }
}

.nav-search__field {
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  color: #555;
  padding: 8.5px;
  width: 192px;
}
.nav-search__field::-webkit-input-placeholder {
  color: #555;
}

.nav-search__submit {
  background: none;
  border: 0;
  color: #555;
  position: absolute;
  left: 180px;
  top: 3px;
}

.nav-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-controls__close,
.nav-controls__close-ltr {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  border-bottom-left-radius: 0;
  color: #fff;
  display: none;
  margin-left: auto;
  padding: 20px;
  text-align: right;
  text-decoration: none;
}
.nav-controls__close:hover,
.nav-controls__close-ltr:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.nav-controls__close:hover i::before, .nav-controls__close:focus i::before,
.nav-controls__close-ltr:hover i::before,
.nav-controls__close-ltr:focus i::before {
  content: "\f0a8";
}
.nav-controls__close:focus,
.nav-controls__close-ltr:focus {
  background-color: #fd0;
  -webkit-box-shadow: 0 -2px #fd0, 0 4px rgb(30, 30, 30);
          box-shadow: 0 -2px #fd0, 0 4px rgb(30, 30, 30);
  color: rgb(30, 30, 30);
  outline: none;
  text-decoration: none;
}
.nav-secondary.is-open .nav-controls__close, .nav-tertiary.is-open .nav-controls__close, .nav-quaternary.is-open .nav-controls__close,
.nav-secondary.is-open .nav-controls__close-ltr,
.nav-tertiary.is-open .nav-controls__close-ltr,
.nav-quaternary.is-open .nav-controls__close-ltr {
  display: block;
}

.nav-controls__close-ltr:hover i::before, .nav-controls__close-ltr:focus i::before {
  content: "\f0a9";
}

.ui {
  display: table;
  height: 100%;
}

.main {
  display: table-cell;
}

.jadu-logomark {
  background: url("/q/bundles/jadupulsar/images/branding/jadu-connect-logomark.svg");
  background-size: 70px 70px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 70px;
  margin-top: 5px;
  text-align: center;
  width: 70px;
}
.jadu-logomark span {
  color: #fff;
}

.jadu-wordmark {
  background: url("../images/branding/jadu-connect-wordmark.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  -webkit-filter: invert(0);
          filter: invert(0);
  height: 30px;
  text-indent: -999px;
}

.lt-ie9 .open-nav > .container {
  display: table-cell;
  height: 100%;
}

.navbar {
  background-color: rgb(30, 30, 30);
}
.navbar a {
  color: #fff;
}
.navbar a:hover {
  color: rgb(229.5, 229.5, 229.5);
}

.pagination {
  zoom: 1;
}
.pagination:before, .pagination:after {
  content: "";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination {
  background-color: #fff;
  clear: both;
  font-size: 14px;
}
.pagination ul {
  margin: 0;
  padding: 0;
}
.pagination li {
  display: inline-block;
  vertical-align: baseline;
  list-style-type: none;
}
.pagination a,
.pagination span {
  display: inline-block;
  vertical-align: baseline;
  color: #000;
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 42px;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
}
.pagination li.selected > a,
.pagination li.selected > span {
  background-color: rgb(229.5, 229.5, 229.5);
  color: #000;
}
.pagination li.selected > a:focus {
  background-color: #fd0;
  -webkit-box-shadow: inset 0 -4px rgb(30, 30, 30);
          box-shadow: inset 0 -4px rgb(30, 30, 30);
  outline: none;
}
.pagination li.is-disabled a,
.pagination li.is-disabled span {
  color: rgb(190, 190, 190);
  cursor: not-allowed;
}
.pagination li:not(.is-disabled) > a:hover {
  background-color: rgb(242.25, 242.25, 242.25);
  color: #000;
}
.pagination li:not(.is-disabled) > a:focus {
  background-color: #fd0;
  -webkit-box-shadow: inset 0 -4px rgb(30, 30, 30);
          box-shadow: inset 0 -4px rgb(30, 30, 30);
  outline: none;
}
.pagination form {
  color: rgb(126, 126, 126);
  float: right;
  padding-top: 0;
}
.pagination select {
  border: 0;
  -webkit-appearance: none;
}

.panel {
  background-color: rgb(222, 222, 222);
  border-radius: 0;
  margin: 24px 0;
  position: relative;
}
.panel__title {
  background: rgba(0, 0, 0, 0.01);
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  clear: none;
  font-size: 20.526px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 12px 16px;
}
.panel__title i::before {
  width: 30px;
}
.panel--padded .panel__title {
  margin-top: -20px;
  padding-top: 32px;
}
.panel__body {
  padding: 10px 16px;
}
.panel__body p,
.panel__body ul {
  margin-bottom: 6px;
}
.panel__body p:last-child,
.panel__body ul:last-child {
  margin-bottom: 0;
}
.panel__body .btn, .panel__body .overlay-btn.overlay-btn, .panel__body .tabs__list > li > button, .panel__body .hideShowPassword-toggle {
  vertical-align: bottom;
}
.panel a:not(.btn):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle) {
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.panel a:not(.btn):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle), .panel a:not(.btn):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):visited, .panel a:not(.btn):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):hover, .panel a:not(.btn):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):active, .panel a:not(.btn):not(.overlay-btn.overlay-btn):not(.hideShowPassword-toggle):focus {
  color: inherit;
}
.panel .btn.panel__remove, .panel .panel__remove.overlay-btn, .panel .tabs__list > li > button.panel__remove, .panel .panel__remove.hideShowPassword-toggle {
  position: absolute;
  top: 12px;
  right: 12px;
}
.panel .btn.panel__remove:active, .panel .panel__remove.overlay-btn:active, .panel .tabs__list > li > button.panel__remove:active, .panel .panel__remove.hideShowPassword-toggle:active, .panel .btn.panel__remove:hover, .panel .panel__remove.overlay-btn:hover, .panel .tabs__list > li > button.panel__remove:hover, .panel .panel__remove.hideShowPassword-toggle:hover {
  background-color: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 12px;
}
.panel .btn.panel__remove:active, .panel .panel__remove.overlay-btn:active, .panel .tabs__list > li > button.panel__remove:active, .panel .panel__remove.hideShowPassword-toggle:active {
  opacity: 0.5;
}

.panel--outline {
  border: 1px solid rgb(157, 157, 157);
}

.panel--scroll .panel__body {
  max-height: 20em;
  overflow-y: auto;
}

.panel--base .remove-button > [class^=icon-] {
  color: #fff;
}

.panel--primary .remove-button > [class^=icon-] {
  color: #fff;
}

.panel--success .remove-button > [class^=icon-] {
  color: #fff;
}

.panel--warning .remove-button > [class^=icon-] {
  color: #fff;
}

.panel--danger .remove-button > [class^=icon-], .signin.signin--error .signin__info .remove-button > [class^=icon-] {
  color: #fff;
}

.panel--info .remove-button > [class^=icon-] {
  color: #fff;
}

.panel--inverse .remove-button > [class^=icon-] {
  color: #fff;
}

.panel--white .remove-button > [class^=icon-] {
  color: #fff;
}

.panel--new .remove-button > [class^=icon-] {
  color: #fff;
}

.panel__icon {
  float: left;
  font-size: 20.526px;
  margin: 10px;
}

.panel--primary {
  background-color: #3e4994;
  color: #fff;
}
.panel--primary .panel__title {
  color: #fff;
}
.panel--primary a,
.panel--primary a:link,
.panel--primary a:hover,
.panel--primary a:active,
.panel--primary a:visited {
  color: #fff;
}
.panel--primary a:focus {
  color: rgb(30, 30, 30);
}

.panel--success {
  background-color: #297c46;
  color: #fff;
}
.panel--success .panel__title {
  color: #fff;
}
.panel--success a,
.panel--success a:link,
.panel--success a:hover,
.panel--success a:active,
.panel--success a:visited {
  color: #fff;
}
.panel--success a:focus {
  color: rgb(30, 30, 30);
}

.panel--warning {
  background-color: #eaa96a;
  color: #000;
}
.panel--warning .panel__title {
  color: #000;
}
.panel--warning a,
.panel--warning a:link,
.panel--warning a:hover,
.panel--warning a:active,
.panel--warning a:visited {
  color: #000;
}
.panel--warning a:focus {
  color: rgb(30, 30, 30);
}

.panel--danger, .signin.signin--error .signin__info {
  background-color: #b64135;
  color: #fff;
}
.panel--danger .panel__title, .signin.signin--error .signin__info .panel__title {
  color: #fff;
}
.panel--danger a, .signin.signin--error .signin__info a,
.panel--danger a:link,
.panel--danger a:hover,
.panel--danger a:active,
.panel--danger a:visited {
  color: #fff;
}
.panel--danger a:focus, .signin.signin--error .signin__info a:focus {
  color: rgb(30, 30, 30);
}

.panel--info {
  background-color: rgb(230.2, 232.2, 245.8);
  color: #000;
}
.panel--info .panel__title {
  color: #000;
}
.panel--info a,
.panel--info a:link,
.panel--info a:hover,
.panel--info a:active,
.panel--info a:visited {
  color: #000;
}
.panel--info a:focus {
  color: rgb(30, 30, 30);
}

.panel--inverse {
  background-color: rgb(62, 62, 62);
  color: #fff;
}
.panel--inverse .panel__title {
  color: #fff;
}
.panel--inverse a,
.panel--inverse a:link,
.panel--inverse a:hover,
.panel--inverse a:active,
.panel--inverse a:visited {
  color: #fff;
}
.panel--inverse a:focus {
  color: rgb(30, 30, 30);
}

.form-v2 > .panel:first-of-type {
  margin-top: 0;
}

.panel.centered .panel__body {
  margin-left: 0;
}

.panel--padded {
  padding-bottom: 20px;
  padding-top: 20px;
}

.form__group .panel {
  width: 500px;
}

.form__group--mini .panel {
  width: 50px;
}

.form__group .panel {
  width: 500px;
}

.form__group--small .panel {
  width: 100px;
}

.form__group .panel {
  width: 500px;
}

.form__group--medium .panel {
  width: 200px;
}

.form__group .panel {
  width: 500px;
}

.form__group--regular .panel {
  width: 300px;
}

.form__group .panel {
  width: 500px;
}

.form__group--large .panel {
  width: 400px;
}

.form__group .panel {
  width: 500px;
}

.form__group--xlarge .panel {
  width: 500px;
}

.form__group .panel {
  width: 500px;
}

.form__group--full .panel {
  width: 100%;
}

.panel__body + .panel__actions {
  padding: 0 12px 10px;
}
.panel__body + .panel__actions.panel__actions--inline {
  padding-left: 0;
}

.panel__actions {
  margin-top: 10px;
  min-height: 33px;
}
.panel__actions .btn, .panel__actions .overlay-btn.overlay-btn, .panel__actions .tabs__list > li > button, .panel__actions .hideShowPassword-toggle {
  margin-right: 5px;
}
.panel__actions .panel__btn--right {
  float: right;
}
@media screen and (max-width: 599px) {
  .panel__actions .panel__btn--right {
    float: none;
  }
}
@media screen and (max-width: 479px) {
  .panel__actions .panel__btn--right {
    float: none;
    margin-top: 10px;
  }
}

.panel__actions--inline {
  display: inline-block;
  margin: 0 0 0 16px;
}

.panel__actions--center {
  position: relative;
  text-align: center;
}

.panel__actions--right {
  margin: 16px 0 0;
  text-align: right;
}

.panel.with-timeline .panel__actions {
  margin-bottom: 10px;
  margin-left: 70px;
}
@media screen and (max-width: 766px) {
  .panel.with-timeline .panel__actions {
    margin-left: 0;
  }
}

.piano-wrapper {
  background-color: #fff;
  border: 1px solid rgb(222, 222, 222);
  position: relative;
}
@media screen and (min-width: 992px) {
  .piano-wrapper {
    overflow: hidden;
  }
}

.piano {
  background-color: #fafafa;
  border-left: 1px solid rgb(222, 222, 222);
  border-right: 1px solid rgb(222, 222, 222);
}
@media screen and (min-width: 992px) {
  .piano {
    border-left: 0;
    float: left;
    height: 83vh;
    margin-bottom: 0;
    overflow-x: hidden;
    padding-bottom: 40vh;
    width: 30%;
  }
}
.piano .no-messages {
  display: block;
  margin: 20px auto;
  text-align: center;
}

.piano__items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.piano__item {
  background-color: #fff;
  border-bottom: 1px solid rgb(222, 222, 222);
  clear: both;
  overflow: hidden;
}
.piano__item > a {
  display: block;
  padding: 10px;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .piano__item > a:hover {
    background: rgb(239, 239, 239);
  }
}

.piano__item.is-selected {
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .piano__item.is-selected {
    background: #f0f5fd;
  }
  .piano__item.is-selected > a:hover {
    background: #f0f5fd;
  }
}

.piano__item--unread {
  border-left: 5px solid #b64135;
}

.piano__item-badge {
  float: right;
  font-family: "Clarity City Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
}

.piano__item-header {
  color: #000;
  vertical-align: top;
}
.is-selected .piano__item-header {
  border-bottom: 1px solid rgb(222, 222, 222);
  padding-bottom: 5px;
}
@media screen and (min-width: 992px) {
  .is-selected .piano__item-header {
    border: 0;
    padding: 0;
  }
}

.piano__item-content {
  clear: both;
  padding: 10px;
}
.piano__item-content .nav-inline {
  margin: 0 0 0 -20px;
}
.is-selected .piano__item-content {
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .is-selected .piano__item-content {
    height: 100%;
    margin-top: 0;
    overflow-y: auto;
    padding: 10px 0 40vh;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 68%;
  }
}
.piano-active-content .piano__item-content {
  display: block;
}
.piano__item-content .message-reply {
  margin: 10px 0 0;
}
.piano__item-content .message {
  padding: 0 0 10px;
  width: 100%;
}
.piano__item-content .message *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.piano__item-content .message__meta {
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin-bottom: 10px;
}
.piano__item-content .message__meta-list {
  list-style: none;
}
.piano__item-content h4 {
  font-size: 16px;
}
.piano-active-content .piano__item-content h4 {
  font-size: 18.66px;
  font-weight: 400;
  margin-bottom: 20px;
}
.piano__item-content .form__actions--flush {
  padding-left: 2px;
}

.piano__item-content-header {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(222, 222, 222);
}

.piano__avatar {
  border-radius: 50%;
  float: left;
  height: 25px;
  margin-bottom: 5px;
  margin-right: 10px;
  width: 25px;
}

.piano__user {
  color: #000;
}

.piano__title {
  clear: both;
  margin: 0;
}

.piano__time {
  clear: both;
  display: block;
  font-size: 14px;
}

.piano__form {
  background: none;
  margin-bottom: 10px;
  padding: 0 0 20px;
}

.piano__item-toggle {
  font-size: 20px;
  position: absolute;
  right: 20px;
  text-decoration: none;
  top: 10px;
}
@media screen and (min-width: 992px) {
  .piano__item-toggle {
    display: none;
  }
}

.piano__item-content .message > .preview {
  display: block;
}

.message {
  overflow: hidden;
  padding: 1em 20px 0;
}
.message .preview > p {
  display: inline;
}

@media screen and (min-width: 992px) {
  .with-settings.piano__item-content {
    padding-right: 35px;
  }
}

.with-settings .settings {
  -webkit-transition: none;
  height: auto;
  padding: 0 0 10px;
  position: static;
  transition: none;
}
@media screen and (min-width: 992px) {
  .with-settings .settings {
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    height: 74vh;
    position: absolute;
    right: -230px;
    top: 0;
    transition: all 0.5s ease-in-out;
  }
}

.settings {
  background: none;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .settings {
    background-color: #fff;
    display: block;
    width: 250px;
  }
}
.settings .warning {
  padding: 10px;
}

.settings__toggle,
.settings__title {
  display: none;
}
@media screen and (min-width: 992px) {
  .settings__toggle,
  .settings__title {
    display: table-cell;
  }
}

.setting__actions {
  padding: 10px;
}

.popover, .daterangepicker {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1090;
  display: none;
  max-width: 276px;
  padding: 0;
  text-align: left;
  background-color: #fff;
  -webkit-bg-clip: padding-box;
  -moz-bg-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 6px rgba(62, 73, 148, 0.3);
          box-shadow: 0 0 0 6px rgba(62, 73, 148, 0.3);
  white-space: normal;
}
.popover.top, .top.daterangepicker {
  margin-top: -10px;
}
.popover.right, .right.daterangepicker {
  margin-left: 10px;
}
.popover.bottom, .bottom.daterangepicker {
  margin-top: 10px;
}
.popover.left, .left.daterangepicker {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 18px;
  background-color: #fff;
  border-bottom: 1px solid rgb(242.25, 242.25, 242.25);
}

.popover-content {
  padding: 9px 14px;
}
.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 1em;
}
.popover-content p:last-child,
.popover-content ul:last-child,
.popover-content ol:last-child {
  margin-bottom: 0;
}
.popover-content fieldset {
  margin: 0.5em 0.75em;
}

.popover-footer {
  background-color: #fff;
  border-top: 1px solid rgb(242.25, 242.25, 242.25);
  padding: 9px 14px;
}
.popover-footer .btn, .popover-footer .overlay-btn.overlay-btn, .popover-footer .tabs__list > li > button, .popover-footer .hideShowPassword-toggle {
  margin: 0;
}

.popover .arrow, .daterangepicker .arrow, .popover .arrow::after, .daterangepicker .arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow, .daterangepicker .arrow {
  border-width: 11px;
}

.popover .arrow::after, .daterangepicker .arrow::after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow, .top.daterangepicker .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: rgb(126, 126, 126);
  border-top-color: rgb(190, 190, 190);
  bottom: -11px;
}
.popover.top .arrow::after, .top.daterangepicker .arrow::after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow, .right.daterangepicker .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: rgb(126, 126, 126);
  border-right-color: rgb(190, 190, 190);
}
.popover.right .arrow::after, .right.daterangepicker .arrow::after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow, .bottom.daterangepicker .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: rgb(126, 126, 126);
  border-bottom-color: rgb(190, 190, 190);
  top: -11px;
}
.popover.bottom .arrow::after, .bottom.daterangepicker .arrow::after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow, .left.daterangepicker .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: rgb(126, 126, 126);
  border-left-color: rgb(190, 190, 190);
}
.popover.left .arrow::after, .left.daterangepicker .arrow::after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.popover--scrolling .popover-content {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: scroll;
  word-wrap: break-word;
}

.popover--info .popover-title {
  background-color: #d9edf7;
  border-bottom-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
  color: #2f6e8e;
}
.popover--info.bottom .arrow::after {
  border-bottom-color: #d9edf7;
}
.popover--warning .popover-title {
  background-color: #fcf8e3;
  border-bottom-color: rgb(247.064516129, 236.4838709677, 180.935483871);
  color: #a65e17;
}
.popover--warning.bottom .arrow::after {
  border-bottom-color: #fcf8e3;
}
.popover--success .popover-title {
  background-color: #dff0d8;
  border-bottom-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
  color: #3d763e;
}
.popover--success.bottom .arrow::after {
  border-bottom-color: #dff0d8;
}
.popover--danger .popover-title {
  background-color: #faefef;
  border-bottom-color: rgb(243.9285714286, 219.5714285714, 219.5714285714);
  color: #b94a48;
}
.popover--danger.bottom .arrow::after {
  border-bottom-color: #faefef;
}

[data-toggle=popover],
[rel=clickover] {
  cursor: pointer;
}

.progress {
  background-color: rgb(222, 222, 222);
  border-radius: 0;
  -webkit-box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.1);
  height: 24px;
  margin-bottom: 24px;
  overflow: hidden;
}

.progress-bar {
  background-color: #3e4994;
  color: #fff;
  float: left;
  font-size: 12px;
  height: 100%;
  overflow: hidden;
  padding-right: 5px;
  text-align: right;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  width: 0%;
}

.progress-bar--success {
  background-color: #297c46;
}

.progress-bar--warning {
  background-color: #eaa96a;
  color: #000;
}

.progress-bar--danger {
  background-color: #b64135;
}

.progress-bar--compact, .block-list__item .progress,
.block-list__header .progress,
.block-list__footer .progress {
  height: 5px;
}

.progress-list {
  margin-bottom: 1em;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .progress-list {
    display: table;
    table-layout: fixed;
  }
}

.progress-list__item {
  background-color: rgb(222, 222, 222);
  border-bottom: 3px solid #fff;
  color: rgb(30, 30, 30);
  display: block;
  padding: 0.7em 0 0.5em 0.5em;
  text-decoration: none;
  vertical-align: top;
}
@media screen and (min-width: 767px) {
  .progress-list__item {
    border: 0;
    display: table-cell;
    padding: 0.75em 0 0.75em 40px;
  }
}
.progress-list__item:not(:last-child) {
  position: relative;
}
.progress-list__item:not(:last-child)::before, .progress-list__item:not(:last-child)::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  position: absolute;
  pointer-events: none;
  width: 0;
}
.progress-list__item:not(:last-child)::after {
  border-top-color: rgb(222, 222, 222);
  border-width: 10px;
  margin-left: -10px;
  padding-top: -1px;
}
.progress-list__item:not(:last-child)::before {
  border-top-color: rgb(222, 222, 222);
  border-width: 12px;
  margin-left: -12px;
}
.progress-list__item:not(:last-child)::before {
  border-top-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}
@media screen and (min-width: 767px) {
  .progress-list__item:not(:last-child) {
    position: relative;
  }
  .progress-list__item:not(:last-child)::before, .progress-list__item:not(:last-child)::after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    position: absolute;
    pointer-events: none;
    width: 0;
  }
  .progress-list__item:not(:last-child)::after {
    border-left-color: rgb(222, 222, 222);
    border-width: 23px;
    margin-top: -23px;
    padding-left: -1px;
  }
  .progress-list__item:not(:last-child)::before {
    border-left-color: rgb(222, 222, 222);
    border-width: 25px;
    margin-top: -25px;
  }
  .progress-list__item:not(:last-child) {
    border-right: 3px solid #fff;
  }
  .progress-list__item:not(:last-child)::before {
    border-left-color: #fff;
    border-width: 27px;
    margin-left: 0;
    margin-top: -27px;
  }
  .progress-list__item:not(:last-child)::after {
    border-top-color: transparent;
    margin-left: 0;
  }
}
.progress-list__item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media screen and (min-width: 767px) {
  .progress-list__item:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-left: 15px;
  }
}
.progress-list__item:last-child {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-right: 15px;
}
@media screen and (min-width: 767px) {
  .progress-list__item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding-right: 15px;
  }
}
.progress-list__item::before, .progress-list__item::after {
  z-index: 1;
}
.progress-list__item:hover {
  background-color: rgb(209.25, 209.25, 209.25);
  color: rgb(30, 30, 30);
}
.progress-list__item:hover::after {
  border-top-color: rgb(209.25, 209.25, 209.25);
}
@media screen and (min-width: 767px) {
  .progress-list__item:hover::after {
    border-top-color: transparent;
    border-left-color: rgb(209.25, 209.25, 209.25);
  }
}
.progress-list__item.progress-list__item:focus {
  background-color: #fd0;
  -webkit-box-shadow: inset 0 -4px rgb(30, 30, 30);
          box-shadow: inset 0 -4px rgb(30, 30, 30);
  color: rgb(30, 30, 30);
  outline: 3px solid transparent;
}
.progress-list__item.progress-list__item:focus:not(:last-child)::after {
  border-top-color: rgb(30, 30, 30);
}
@media screen and (min-width: 767px) {
  .progress-list__item.progress-list__item:focus:not(:last-child)::after {
    border-left-color: #fd0;
    border-top-color: transparent;
  }
}
.progress-list__item.progress-list__item:focus .progress-list__label {
  color: rgb(30, 30, 30);
}
.progress-list__item.progress-list__item:focus .badge {
  color: rgb(30, 30, 30) !important;
}

.progress-list__label {
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
  color: rgb(30, 30, 30);
  display: inline-block;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 2;
}
.progress-list__label .badge {
  display: none;
  margin-right: 5px;
}
@media screen and (min-width: 992px) {
  .progress-list__label .badge {
    display: inline-block;
  }
}

.progress-list__item--complete {
  background-color: #297c46;
  color: #fff;
}
.progress-list__item--complete .badge {
  color: #fff !important;
}
.progress-list__item--complete .progress-list__label {
  color: #fff;
}
.progress-list__item--complete:not(:last-child)::after {
  border-top-color: #297c46;
}
@media screen and (min-width: 767px) {
  .progress-list__item--complete:not(:last-child)::after {
    border-top-color: transparent;
    border-left-color: #297c46;
  }
}
.progress-list__item--complete:hover {
  background-color: rgb(38.4654545455, 116.3345454545, 65.6727272727);
  color: #fff;
}
.progress-list__item--complete:hover::after {
  border-top-color: rgb(38.4654545455, 116.3345454545, 65.6727272727);
}
@media screen and (min-width: 767px) {
  .progress-list__item--complete:hover::after {
    border-top-color: transparent;
    border-left-color: rgb(38.4654545455, 116.3345454545, 65.6727272727);
  }
}

.progress-list__item--current {
  background-color: #3e4994;
  color: #fff;
}
.progress-list__item--current:not(:last-child)::after {
  border-top-color: #3e4994;
}
@media screen and (min-width: 767px) {
  .progress-list__item--current:not(:last-child)::after {
    border-left-color: #3e4994;
    border-top-color: transparent;
  }
}
.progress-list__item--current:hover {
  background-color: rgb(58.9885714286, 69.4542857143, 140.8114285714);
  color: #fff;
}
.progress-list__item--current:hover::after {
  border-top-color: rgb(58.9885714286, 69.4542857143, 140.8114285714);
}
@media screen and (min-width: 767px) {
  .progress-list__item--current:hover::after {
    border-left-color: rgb(58.9885714286, 69.4542857143, 140.8114285714);
    border-top-color: transparent;
  }
}
.progress-list__item--current .badge {
  color: #fff !important;
}
.progress-list__item--current .progress-list__label {
  color: #fff;
}

.has-selected-file .cropit-image-zoom-input, .form-range .form__control,
.range-slider {
  -webkit-appearance: none;
  border-radius: 5px;
  display: block;
  height: 75px;
  overflow: visible;
  width: 100%;
}
.has-selected-file .cropit-image-zoom-input::-ms-tooltip, .form-range .form__control::-ms-tooltip,
.range-slider::-ms-tooltip {
  display: none;
}
.has-selected-file .cropit-image-zoom-input::-webkit-slider-thumb, .form-range .form__control::-webkit-slider-thumb,
.range-slider::-webkit-slider-thumb {
  margin-top: -7px;
  -webkit-appearance: none;
          appearance: none;
  background: #3e4994;
  border: 0;
  border-radius: 50%;
  cursor: -webkit-grab;
  cursor: grab;
  height: 20px;
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
  width: 20px;
}
.has-selected-file .cropit-image-zoom-input::-webkit-slider-thumb:hover, .form-range .form__control::-webkit-slider-thumb:hover,
.range-slider::-webkit-slider-thumb:hover {
  background: #3e4994;
}
.has-selected-file .cropit-image-zoom-input::-ms-thumb, .form-range .form__control::-ms-thumb,
.range-slider::-ms-thumb {
  background: #3e4994;
  border: 0;
  border-radius: 50%;
  cursor: grab;
  height: 20px;
  margin-top: 1px;
  -ms-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
  width: 20px;
}
.has-selected-file .cropit-image-zoom-input::-ms-thumb:hover, .form-range .form__control::-ms-thumb:hover,
.range-slider::-ms-thumb:hover {
  background: #3e4994;
}
.has-selected-file .cropit-image-zoom-input:active::-ms-thumb, .form-range .form__control:active::-ms-thumb,
.range-slider:active::-ms-thumb {
  background: #3e4994;
}
.has-selected-file .cropit-image-zoom-input::-moz-range-thumb, .form-range .form__control::-moz-range-thumb,
.range-slider::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
  background: #3e4994;
  border: 0;
  border-radius: 50%;
  cursor: grab;
  height: 20px;
  -moz-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
  width: 20px;
}
.has-selected-file .cropit-image-zoom-input::-moz-range-thumb:hover, .form-range .form__control::-moz-range-thumb:hover,
.range-slider::-moz-range-thumb:hover {
  background: #3e4994;
}
.has-selected-file .cropit-image-zoom-input:active::-moz-range-thumb, .form-range .form__control:active::-moz-range-thumb,
.range-slider:active::-moz-range-thumb {
  background: #3e4994;
}
.has-selected-file .cropit-image-zoom-input::-webkit-slider-runnable-track, .form-range .form__control::-webkit-slider-runnable-track,
.range-slider::-webkit-slider-runnable-track {
  background: rgb(222, 222, 222);
  border-radius: 5px;
  border: 1px solid rgb(126, 126, 126);
  color: transparent;
  height: 7px;
  width: 100%;
}
.has-selected-file .cropit-image-zoom-input::-ms-track, .form-range .form__control::-ms-track,
.range-slider::-ms-track {
  background: rgb(222, 222, 222);
  border-radius: 5px;
  border: 1px solid rgb(126, 126, 126);
  color: transparent;
  height: 7px;
  width: 100%;
  overflow: visible;
}
.has-selected-file .cropit-image-zoom-input::-ms-fill-lower, .form-range .form__control::-ms-fill-lower,
.range-slider::-ms-fill-lower {
  background: rgb(222, 222, 222);
  border-radius: 5px;
  overflow: visible;
}
.has-selected-file .cropit-image-zoom-input::-ms-fill-upper, .form-range .form__control::-ms-fill-upper,
.range-slider::-ms-fill-upper {
  background: rgb(222, 222, 222);
  border-radius: 5px;
  overflow: visible;
}
.has-selected-file .cropit-image-zoom-input::-moz-range-track, .form-range .form__control::-moz-range-track,
.range-slider::-moz-range-track {
  background: rgb(222, 222, 222);
  border-radius: 5px;
  border: 1px solid rgb(126, 126, 126);
  color: transparent;
  height: 7px;
  width: 100%;
}
.has-selected-file .cropit-image-zoom-input::-moz-focus-outer, .form-range .form__control::-moz-focus-outer,
.range-slider::-moz-focus-outer {
  border: 0;
}
.has-selected-file .cropit-image-zoom-input:focus, .form-range .form__control:focus,
.range-slider:focus {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 2px rgb(30, 30, 30);
          box-shadow: inset 0 0 0 2px rgb(30, 30, 30);
  outline: 3px solid #fd0;
  outline-offset: 0;
  padding: 0 5px;
}
.has-selected-file .cropit-image-zoom-input:focus::-webkit-slider-thumb, .form-range .form__control:focus::-webkit-slider-thumb,
.range-slider:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 6px rgb(30, 30, 30), 0 0 0 9px #fd0;
          box-shadow: 0 0 0 3px #fff, 0 0 0 6px rgb(30, 30, 30), 0 0 0 9px #fd0;
}
.has-selected-file .cropit-image-zoom-input:focus::-moz-range-thumb, .form-range .form__control:focus::-moz-range-thumb,
.range-slider:focus::-moz-range-thumb {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px rgb(30, 30, 30), 0 0 0 9px #fd0;
}
.has-selected-file .cropit-image-zoom-input:focus::-ms-thumb, .form-range .form__control:focus::-ms-thumb,
.range-slider:focus::-ms-thumb {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px rgb(30, 30, 30), 0 0 0 9px #fd0;
}

.remove-button {
  background-color: transparent;
  border: 0;
  vertical-align: top;
  white-space: nowrap;
}
.remove-button [class^=icon-],
.remove-button [class*=" icon-"] {
  color: rgb(30, 30, 30);
  font-size: 1.2em;
  vertical-align: middle;
}
.remove-button:hover {
  -webkit-transform: none;
          transform: none;
}
.remove-button:focus {
  background-color: #fd0;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 0 rgb(30, 30, 30);
          box-shadow: 0 2px 0 rgb(30, 30, 30);
  color: rgb(30, 30, 30) !important;
  outline: none;
  -webkit-transform: none;
          transform: none;
}

a + .remove-button {
  margin-left: 10px;
}

*:not(.btn__group) > .remove-button {
  padding: 0;
}

.btn__group > .remove-button {
  padding: 0 6px;
}

.btn__group .btn + .remove-button, .btn__group .overlay-btn.overlay-btn + .remove-button, .btn__group .tabs__list > li > button + .remove-button, .btn__group .hideShowPassword-toggle + .remove-button {
  margin-left: 0;
}

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .select2-container {
    width: 44%;
  }
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  line-height: 19px;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-search__field::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.select2-container .select2-selection--multiple .select2-search__field:-ms-input-placeholder {
  color: #737373;
}
.select2-container .select2-selection--multiple .select2-search__field::-webkit-input-placeholder {
  color: #737373;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid rgb(126, 126, 126);
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 6px rgba(62, 73, 148, 0.3);
          box-shadow: 0 0 0 6px rgba(62, 73, 148, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 3000;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fafafa;
  border: 1px solid rgb(126, 126, 126);
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #737373;
}

.select2-container--default .select2-selection__arrow {
  display: none;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single:focus {
  outline: none;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}

.select2-container--default .select2-selection--multiple {
  background-color: #fafafa;
  border: 1px solid rgb(126, 126, 126);
  border-radius: 0;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #737373;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: rgb(222, 222, 222);
  border-color: rgb(222, 222, 222);
  border-radius: 0;
  border-width: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  color: rgb(30, 30, 30);
  display: inline-block;
  float: left;
  font-weight: 500;
  line-height: 33px;
  margin: 6px 0 0 5px;
  max-width: 86%;
  overflow: hidden;
  padding: 0 0 0 10px;
  text-align: left;
  text-overflow: ellipsis;
  vertical-align: baseline;
  vertical-align: baseline;
  white-space: nowrap;
  word-wrap: normal;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: rgb(222, 222, 222);
  cursor: pointer;
  display: inline-block;
  float: right;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:after {
  color: rgb(30, 30, 30);
  content: "\f057";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 5px;
  visibility: visible;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: rgb(30, 30, 30);
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 2px rgb(30, 30, 30);
          box-shadow: inset 0 0 0 2px rgb(30, 30, 30);
  outline: 3px solid #fd0;
  outline-offset: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple:focus {
  outline: none;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid rgb(126, 126, 126);
}

.select2-container--default .select2-search--inline .select2-search__field {
  -webkit-appearance: textfield;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 36px;
  line-height: 34px;
  outline: 0;
  padding-left: 5px;
}
.select2-container--default .select2-search--inline .select2-search__field::-ms-clear {
  display: none;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[data-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option[data-selected=true]:focus {
  outline: none;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3e4994;
  color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]:focus {
  outline: none;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid rgb(126, 126, 126);
  border-radius: 0;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eee));
  background-image: linear-gradient(to bottom, white 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border-color: rgb(30, 30, 30);
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 2px rgb(30, 30, 30);
          box-shadow: inset 0 0 0 2px rgb(30, 30, 30);
  outline: 3px solid #fd0;
  outline-offset: 0;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #737373;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: 0;
  border-left: 1px solid rgb(126, 126, 126);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: 0;
  border-right: 1px solid rgb(126, 126, 126);
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: 0;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eee));
  background-image: linear-gradient(to bottom, white 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(white));
  background-image: linear-gradient(to bottom, #eee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid rgb(126, 126, 126);
  border-radius: 0;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border-color: rgb(30, 30, 30);
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 2px rgb(30, 30, 30);
          box-shadow: inset 0 0 0 2px rgb(30, 30, 30);
  outline: 3px solid #fd0;
  outline-offset: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid rgb(126, 126, 126);
  border-radius: 0;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid rgb(126, 126, 126);
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: 0;
}

.select2-container--classic .select2-dropdown--below {
  border-top: 0;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3e4994;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

span.select2-selection.select2-selection--single {
  height: 48px;
  padding-top: 9px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 11px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 12px;
}

.select2-selection {
  background-image: linear-gradient(45deg, transparent 49%, #000 49%), linear-gradient(135deg, #000 49%, transparent 49%), linear-gradient(to right, rgb(239, 239, 239), rgb(239, 239, 239));
  background-position: calc(100% - 10px) calc(1em + 5px), calc(100% - 5px) calc(1em + 5px), 100% 0;
  background-size: 5px 5px, 5px 5px, 22px 100%;
  background-repeat: no-repeat;
  padding-right: 22px;
}

.select2-container .select2-selection--multiple {
  min-height: 48px;
}

.select2-selection__choice {
  line-height: 34px;
}

.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus:focus .select2-selection--single {
  border-color: rgb(30, 30, 30);
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 2px rgb(30, 30, 30);
          box-shadow: inset 0 0 0 2px rgb(30, 30, 30);
  outline: 3px solid #fd0;
  outline-offset: 0;
}

.select2-selections {
  display: none;
}

.main-search {
  border: 1px solid rgb(126, 126, 126);
  border-radius: 0;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  height: 38px;
  margin-bottom: 12px;
  position: relative;
}
@media screen and (min-width: 767px) {
  .main-search {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    max-width: 180px;
  }
}

.main-search .loading {
  height: 15px;
  position: absolute;
  right: -19px;
  top: 7px;
  width: 15px;
}
@media screen and (min-width: 767px) {
  .main-search .loading {
    height: 20px;
    right: -30px;
    width: 20px;
  }
}

.main-search .loading i {
  height: 15px;
  width: 14px;
}
@media screen and (min-width: 767px) {
  .main-search .loading i {
    height: 20px;
    width: 20px;
  }
}

input.main-search__field {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #555;
  display: block;
  height: 38px;
  padding: 8.5px;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 767px) {
  input.main-search__field {
    display: inline-block;
    width: 180px;
  }
}
input.main-search__field::-webkit-input-placeholder {
  color: #555;
}
input.main-search__field:focus {
  border-color: rgb(30, 30, 30);
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 2px rgb(30, 30, 30);
          box-shadow: inset 0 0 0 2px rgb(30, 30, 30);
  outline: 3px solid #fd0;
  outline-offset: 0;
}

input.main-search__field::-ms-clear {
  display: none;
}

.main-search__submit {
  background: none;
  border: 0;
  color: #555;
  padding: 1px 8px 0;
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 3;
}
@media screen and (min-width: 767px) {
  .main-search__submit {
    left: 149px;
    right: auto;
  }
}
.main-search__submit:focus {
  background-color: #fd0;
  -webkit-box-shadow: 0 -2px #fd0, 0 4px rgb(30, 30, 30);
          box-shadow: 0 -2px #fd0, 0 4px rgb(30, 30, 30);
  color: rgb(30, 30, 30);
  outline: none;
  text-decoration: none;
  border-top-right-radius: 0;
}

.main-search__extras {
  background-color: #eee;
  display: block;
  font-size: 14px;
  padding: 5px 12px;
  text-align: left;
  text-transform: lowercase;
  vertical-align: baseline;
  white-space: nowrap;
}
@media screen and (min-width: 767px) {
  .main-search__extras {
    border-bottom-right-radius: 4px;
    border-left: 1px solid #ccc;
    border-top-right-radius: 4px;
    display: inline-block;
    text-align: center;
  }
}
.js .main-search__extras {
  display: none;
}
.main-search__extras.main-search__extras--show {
  display: block;
}
@media screen and (min-width: 767px) {
  .main-search__extras.main-search__extras--show {
    display: inline-block;
  }
}

.main-search__checkbox,
.main-search__filter-label {
  vertical-align: middle;
}

.settings {
  background-color: #fff;
  display: block;
  width: 250px;
}

.settings__title {
  display: table-cell;
  line-height: 1em;
  margin: 0;
  padding: 0.5em;
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.2em;
}

.settings__toggle:hover {
  background-color: rgb(234.25, 234.25, 234.25);
}
.settings__toggle i::before {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.settings.open .settings__toggle {
  background-color: rgb(234.25, 234.25, 234.25);
}
.settings.open .settings__toggle i::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.settings__toggle,
.setting__icon {
  display: table-cell;
  font-size: 1.25em;
  padding: 0.5em;
  text-align: center;
  width: 50px;
}

.setting__controls {
  display: table-cell;
  padding: 0.5em 0 0;
  vertical-align: top;
}
.setting__controls label {
  margin: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: left;
}
.setting__controls .warning {
  margin-top: 0.5em;
  padding: 0.5em;
}
.setting__controls .warning p {
  margin-bottom: 0.5em;
}
.setting__controls .toggle {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  width: 55px;
}
.setting__controls .toggle-slide {
  text-align: center;
}

.setting__actions {
  text-align: center;
}

.setting__icon > i::before {
  color: rgb(126, 126, 126);
}
.setting__icon.is-enabled > i::before {
  color: rgb(128, 186, 39);
}
.setting__icon > .loading {
  display: none;
  margin-left: 5px;
}
.setting__icon.is-loading > .loading {
  display: block;
}
.setting__icon.is-loading > i {
  display: none;
}

.signin-backdrop {
  background: #fff;
  background-image: url("../images/signin-backdrop.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}

.signin-brand {
  bottom: 0;
  display: none;
  height: 46px;
  margin: 0;
  position: fixed;
  text-align: right;
  width: calc(100% - 20px);
}
@media screen and (min-width: 767px) {
  .signin-brand {
    display: block;
  }
}
.signin-brand > img {
  filter: drop-shadow(0 0 3px #000);
  -webkit-filter: drop-shadow(0 0 3px #000);
  vertical-align: bottom;
  width: 150px;
}

.signin-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.signin__inner {
  float: left;
  height: calc(100% - 100px);
  margin-left: 10px;
  -webkit-transition: width 0.25s, padding 0.25s;
  transition: width 0.25s, padding 0.25s;
  width: 1800px;
}
@media screen and (min-width: 767px) {
  .signin__inner {
    height: 100%;
    margin-left: 0;
    width: 2760px;
  }
}
.signin__inner .signin__inner::-webkit-scrollbar-track {
  background-color: rgba(57, 57, 57, 0);
  border-radius: 8px;
}
.signin__inner .signin__inner::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.signin__inner .signin__inner::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: transparent;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.active-reset .signin__inner {
  position: relative;
  margin-left: -290px;
}
@media screen and (min-width: 767px) {
  .active-reset .signin__inner {
    margin-left: -460px;
  }
}
.active-forgot .signin__inner {
  position: relative;
  margin-left: -590px;
}
@media screen and (min-width: 767px) {
  .active-forgot .signin__inner {
    margin-left: -920px;
  }
}
.active-success.active-success .signin__inner {
  position: relative;
  margin-left: -1190px;
}
@media screen and (min-width: 767px) {
  .active-success.active-success .signin__inner {
    margin-left: -1840px;
  }
}
.active-twostep .signin__inner {
  position: relative;
  margin-left: -890px;
}
@media screen and (min-width: 767px) {
  .active-twostep .signin__inner {
    margin-left: -1380px;
  }
}
.active-twostep .signin__inner .signin-form,
.active-twostep .signin__inner .signin-reset {
  visibility: hidden;
  z-index: -1;
}
.active-twostep .signin__inner .signin-twostep {
  z-index: 1;
}
.active-success .signin__inner .signin-form,
.active-success .signin__inner .signin-reset,
.active-success .signin__inner .signin-twostep {
  visibility: hidden;
  z-index: -1;
}
.active-success .signin__inner .signin-success {
  z-index: 1;
}

.signin__panel {
  float: left;
  padding: 0 20px 20px;
  -webkit-transition: width 0.25s, padding 0.25s, z-index 0.25s;
  transition: width 0.25s, padding 0.25s, z-index 0.25s;
  width: 300px;
}
@media screen and (min-width: 767px) {
  .signin__panel {
    padding: 0 40px 40px;
    width: 460px;
  }
}
.signin__panel[aria-hidden=true] {
  visibility: hidden;
}

.signin {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.3);
  margin: 0 auto 20px;
  width: 320px;
  -webkit-transition: width 0.25s, padding 0.25s;
  transition: width 0.25s, padding 0.25s;
}
@media screen and (min-width: 340px) {
  .signin {
    margin-top: 10px;
  }
}
@media screen and (min-width: 360px) {
  .signin {
    margin-top: 20px;
  }
}
@media screen and (min-width: 767px) {
  .signin {
    width: 460px;
    margin: 40px;
  }
}
.signin--error .loading--circle i {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top-color: #fff;
}
.signin form,
.signin .form {
  background-color: transparent;
}
.signin fieldset {
  padding: 0;
}
.signin p {
  margin: 12px 0;
}
.signin hr {
  margin: 2em 0;
}
.signin a:active,
.signin a:hover {
  color: inherit;
}
.signin a:focus {
  color: rgb(30, 30, 30);
}
.signin .legend,
.signin .form .legend.legend {
  border-bottom: 1px solid inherit;
  border-color: inherit;
  font-size: 18.66px;
  line-height: 24px;
  margin-bottom: 5px;
  padding-top: 40px;
  width: 100%;
}
.signin .form__group {
  margin-bottom: 0;
  position: relative;
}
.signin .form__group > .control__label {
  color: inherit;
}
.signin .form__group--top .control__label {
  margin: 0 0 5px;
}
.signin .help-block {
  margin: 0;
}
.signin .form__actions {
  border-top: 0;
  padding-bottom: 0;
}
.signin .input-group-btn .btn, .signin .input-group-btn .overlay-btn.overlay-btn, .signin .input-group-btn .tabs__list > li > button, .signin .input-group-btn .hideShowPassword-toggle {
  border: 2px solid inherit;
  line-height: 48px;
  margin-top: -2px;
}
.signin .input-group-btn:last-child > span > .btn, .signin .input-group-btn:last-child > span > .overlay-btn.overlay-btn, .signin .input-group-btn:last-child > span > .hideShowPassword-toggle {
  margin-left: 6px;
}
.signin .panel--danger, .signin.signin--error .signin__info {
  border-bottom: 2px solid #fff !important;
  border-top: 2px solid #fff !important;
  margin: 20px -30px;
}
@media screen and (min-width: 767px) {
  .signin .panel--danger, .signin.signin--error .signin__info {
    margin: 20px -40px;
  }
}
.signin .panel--danger .panel__body, .signin.signin--error .signin__info .panel__body {
  padding: 10px 40px;
}
.signin .panel--danger,
.signin .panel--danger .panel__body,
.signin .panel--danger span,
.signin .panel--danger i, .signin.signin--error .signin__info,
.signin.signin--error .signin__info .panel__body,
.signin.signin--error .signin__info span,
.signin.signin--error .signin__info i {
  color: #fff !important;
}
.signin.signin--error .signin__info {
  padding: 10px 40px;
}
.signin .has-error {
  background-color: #fff;
  padding: 0 20px;
  margin: 0 -30px;
  width: calc(100% + 60px);
}
@media screen and (min-width: 767px) {
  .signin .has-error {
    padding: 0 40px;
    margin: 0 -40px;
    width: calc(100% + 80px);
  }
}
.signin .has-error .btn, .signin .has-error .overlay-btn.overlay-btn, .signin .has-error .tabs__list > li > button, .signin .has-error .hideShowPassword-toggle {
  border: 0 !important;
  color: rgb(30, 30, 30) !important;
  outline: 2px solid #b64135;
}
.signin .has-error .btn--naked, .signin .has-error .overlay-btn.overlay-btn, .signin .has-error .tabs__list > li > button, .signin .has-error .hideShowPassword-toggle, .signin .has-error .remove-button {
  outline: none;
}
.signin .has-error .control__label {
  color: #b64135 !important;
}
.signin .has-error .form__control.form__control {
  outline: 2px solid #b64135;
}
.signin .has-error .help-block {
  background-color: #fff;
  color: #b64135 !important;
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 0 20px 1em;
  margin: 0 -20px;
}
@media screen and (min-width: 767px) {
  .signin .has-error .help-block {
    padding: 0 40px 1em;
    margin: 0 -40px;
  }
}
.signin .has-error .help-block i {
  color: #b64135 !important;
  font-size: 1.5em;
  margin-right: 0.25em;
  vertical-align: text-bottom;
}

.signin__input, .signin__code1.signin__code1,
.signin__code2.signin__code2,
.signin .form__control.form__control {
  background-color: none;
  border: 0;
  color: #000 !important;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  margin: 0 auto 1em;
  outline: 2px solid rgba(0, 0, 0, 0.5);
}
.signin__input:not(.select), .signin__code1:not(.select),
.signin__code2:not(.select),
.signin .form__control.form__control:not(.select) {
  padding: 0.5em;
}
.signin__input.checkbox, .checkbox.signin__code1,
.checkbox.signin__code2,
.signin .form__control.form__control.checkbox {
  height: 22px;
  margin: 0 1em 0 0;
  padding: 0;
}
.signin__input.checkbox::before, .checkbox.signin__code1::before,
.checkbox.signin__code2::before,
.signin .form__control.form__control.checkbox::before {
  height: 0.5em;
  left: 0.25em;
  line-height: 1.4em;
  top: 0;
}
.signin__input:not(.checkbox), .signin__code1:not(.checkbox),
.signin__code2:not(.checkbox),
.signin .form__control.form__control:not(.checkbox) {
  width: 100%;
}
.signin__input:focus, .signin__code1:focus,
.signin__code2:focus,
.signin .form__control.form__control:focus {
  border-color: rgb(30, 30, 30);
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 2px rgb(30, 30, 30);
          box-shadow: inset 0 0 0 2px rgb(30, 30, 30);
  outline: 3px solid #fd0;
  outline-offset: 0;
}

.signin option,
.signin .select2 * {
  color: #000 !important;
}

.signin .select2-container {
  margin: 0 auto 1em;
}

.signin .select2-selection__choice__remove,
.select2-selection__choice__remove:hover {
  color: transparent !important;
}

.signin .select2-selection {
  border: 0;
  color: #737373 !important;
  outline: 2px solid rgba(0, 0, 0, 0.5);
}

.signin__code1.signin__code1,
.signin__code2.signin__code2 {
  display: inline-block;
  font-family: courier;
  letter-spacing: 5px;
  margin: 0 5px 1em 0;
  padding: 10px 10px 10px 12px;
  width: 81px;
}
@media screen and (min-width: 767px) {
  .signin__code1.signin__code1,
  .signin__code2.signin__code2 {
    padding: 10px 10px 10px 20px;
  }
}

.signin__actions {
  margin-top: 2em;
}

.signin__action {
  display: block;
  margin: 0 0 1em;
  width: 100%;
}

.signin__submit {
  display: inline-block;
  margin: 0 auto;
  width: 40%;
}
.signin__submit .loading {
  margin: 0 auto;
}

.signin__alt {
  background-color: #fff;
  border-radius: 20px;
  display: block;
  margin-top: 1em;
  text-align: left;
  width: 100%;
}
.signin__alt .svg-inline--fa {
  margin-right: 10px;
}

.connect-logo::before {
  background: url("../images/branding/jadu-connect-logomark.svg");
  background-size: 19px 19px;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 19px;
  text-align: center;
  vertical-align: middle;
  width: 19px;
}

.signin__brand {
  margin-left: 30px;
  margin-right: 10px;
  position: relative;
  top: 20px;
  width: 100px;
}
@media screen and (min-width: 767px) {
  .signin__brand {
    margin-left: 40px;
  }
}

.signin__action-separator {
  display: inline-block;
  text-align: center;
  width: 18%;
}

.signin__heading {
  color: rgb(62, 62, 62);
  font-family: "Montserrat Bold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  margin: 10px 30px 20px;
  padding: 0;
  position: relative;
  text-align: left;
  top: 10px;
  word-break: break-word;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .signin__heading {
    font-size: 1.75em;
    margin: 0 40px;
    padding: 20px 0;
  }
}

.signin__info {
  display: block;
  margin: 1em 0;
}

.signin__link {
  display: inline-block;
  margin-top: 0.5em;
}

.signin__hint {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: hint-wobble-small;
          animation-name: hint-wobble-small;
  display: inline-block;
  font-size: 1em;
  left: -16px;
  position: absolute;
  width: 25px;
  top: 32px;
}
@media screen and (min-width: 767px) {
  .signin__hint {
    -webkit-animation-name: hint-wobble;
            animation-name: hint-wobble;
    font-size: 1.5em;
    left: -30px;
    top: 32px;
  }
}
.signin__hint::before {
  content: "\f0a4";
  font-family: "Font Awesome 6 Free";
  font-style: normal;
}
.signin-twostep .signin__hint {
  left: -17px;
  top: 10px;
}
@media screen and (min-width: 767px) {
  .signin-twostep .signin__hint {
    left: -30px;
  }
}
.signin__code2 + .signin__hint {
  left: 175px;
}
@media screen and (min-width: 767px) {
  .signin__code2 + .signin__hint {
    left: 180px;
  }
}
.signin__code2 + .signin__hint::before {
  content: "\f0a5";
  font-family: "Font Awesome 6 Free";
  font-style: normal;
}

.signin__icon {
  display: block;
  float: left;
  margin: 1em 5px 0 0;
}
.signin--error .signin__icon::before, .signin-success .signin__icon::before {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 600;
}
.signin--error .signin__icon::before {
  content: "\f06a";
  color: #b64135;
}
.active-success .signin-success .signin__icon {
  height: 150px;
  position: relative;
  text-align: center;
  top: 60px;
  width: 100%;
}
.active-success .signin-success .signin__icon::before {
  content: "\f058";
  color: #297c46;
  font-size: 100px;
  width: 100px;
}

.signin-twostep label {
  display: none;
}

.form__group .controls .form__control.signin__code1,
.form__group .controls .form__control.signin__code2,
.modal .form__control.signin__code1,
.modal .form__control.signin__code2 {
  display: inline-block;
  font-family: courier;
  letter-spacing: 2px;
  padding: 0 10px;
  width: 55px;
}

.signin-credits {
  bottom: 10px;
  color: #fff;
  display: none;
  font-size: 12px;
  position: absolute;
  right: 10px;
}
.signin-credits a {
  color: #fff;
}
.signin-credits a:focus {
  color: #000;
}

.hideShowPassword-toggle {
  color: #6a6a6a !important;
  margin-right: 3px;
  padding: 3px 6px;
  text-transform: uppercase;
  z-index: 3;
}

@-webkit-keyframes hint-wobble {
  0%, 50%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25%, 75% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}

@keyframes hint-wobble {
  0%, 50%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25%, 75% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}
@-webkit-keyframes hint-wobble-small {
  0%, 50%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25%, 75% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
}
@keyframes hint-wobble-small {
  0%, 50%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25%, 75% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
}
[id=recaptcha_widget_div] {
  display: inline-block;
  margin: 0 auto 1em;
}

.hideShowPassword-wrapper {
  width: 100% !important;
}

.signin .form fieldset {
  padding: 0;
}
.signin .form p {
  margin-bottom: 12px;
}
.signin .form .legend {
  border-bottom: 1px solid rgb(126, 126, 126);
  line-height: 24px;
  margin-bottom: 5px;
}
.signin .form .form__group {
  margin-bottom: 0;
}
.signin .form .form__group--top .control__label {
  margin-bottom: 0;
}
.signin .form .form__actions {
  border-top: 0;
  padding-bottom: 0;
}

.status {
  display: inline-block;
  height: 12px;
  width: 12px;
  position: relative;
  top: 1px;
  vertical-align: baseline;
}

.status.is-active, .status.is-online {
  background-color: #297c46;
  border-radius: 6px;
  color: #fff;
}
.status.is-offline {
  background-color: #b64135;
  border-radius: 2px;
  color: #fff;
}
.status.is-warning {
  background-color: #eaa96a;
  border-radius: 6px;
  color: #000;
}
.status.is-inactive {
  background-color: #fff;
  border: 2px solid rgb(126, 126, 126);
  border-radius: 6px;
  color: rgb(30, 30, 30);
}

.status--icon.is-active, .status--icon.is-online {
  color: #297c46;
}
.status--icon.is-offline {
  color: #b64135;
}

.tab-help-container {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #333c79;
  -webkit-box-shadow: inset 4px 0 0 rgb(43.4389534884, 51.1046511628, 103.0610465116);
          box-shadow: inset 4px 0 0 rgb(43.4389534884, 51.1046511628, 103.0610465116);
  color: #fff;
  display: table-cell;
  height: 100%;
  right: -600px;
  position: absolute;
  top: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  vertical-align: top;
  width: 300px;
}
.lt-ie10 .tab-help-container {
  right: -300px;
}
.open-help .tab-help-container {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  right: -300px;
}

.tab-help {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  padding: 40px 20px 20px;
  opacity: 0.7;
  -webkit-transition-delay: ease, 0s;
          transition-delay: ease, 0s;
  -webkit-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  -webkit-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
          transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
  -webkit-transition: opacity 300ms 100ms ease, -webkit-transform 400ms ease;
  transition: opacity 300ms 100ms ease, -webkit-transform 400ms ease;
  transition: opacity 300ms 100ms ease, transform 400ms ease;
  transition: opacity 300ms 100ms ease, transform 400ms ease, -webkit-transform 400ms ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .tab-help {
    -webkit-transition: none;
    transition: none;
  }
}
.open-help .tab-help {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.tab-help .heading {
  margin-top: 10px;
}
.tab-help a {
  color: #fff;
}
.tab-help a:hover {
  text-decoration: none;
}

.show-page-help {
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .show-page-help {
    display: none;
  }
}

.close-page-help {
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px;
  position: absolute;
  right: 5px;
  text-decoration: none;
  top: 10px;
}
.close-page-help:focus {
  background-color: #fd0 !important;
  -webkit-box-shadow: 0 0 0 2px rgb(30, 30, 30);
          box-shadow: 0 0 0 2px rgb(30, 30, 30);
  color: rgb(30, 30, 30) !important;
  outline: none;
}

.tab-panel .tabs__list > li,
.tab-panel .tabs__list > li > a {
  background-color: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  padding: 0;
}
.tab-panel .tabs__list > li > a > i {
  opacity: 1;
}
.tab-panel .tabs__content {
  display: block;
  padding: 0;
  top: 0;
}
.tab-panel .tabs__list {
  margin-bottom: 0;
}
.tab-panel .tabs__list > li {
  vertical-align: top;
}
.tab-panel .tabs__list > li > a {
  display: block;
  color: black;
  line-height: 1em;
  padding: 0.5em 5px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
}
@media screen and (min-width: 992px) {
  .tab-panel .tabs__list > li > a {
    padding: 0.5em 2px 0.5em 15px;
    text-align: left;
  }
}
.tab-panel .tabs__list > li > a > i {
  width: 1em;
}
.tab-panel .tabs__list [class^=icon-],
.tab-panel .tabs__list [class*=" icon-"] {
  display: none;
}
@media screen and (min-width: 992px) {
  .tab-panel .tabs__list [class^=icon-],
  .tab-panel .tabs__list [class*=" icon-"] {
    display: inline-block;
  }
}
.tab-panel .tabs__list--horizontal {
  display: table;
  width: 500px;
}
.tab-panel .tabs__list--horizontal > li {
  display: table-cell;
}
.tab-panel .tabs__list--horizontal {
  display: table;
  table-layout: fixed;
  width: 500px;
}
.tab-panel .tabs__list--horizontal.tabs__list--full {
  min-width: 100%;
  width: 100%;
}
.tab-panel .tabs__list--horizontal.tabs__list--full + .tabs__content {
  clear: both;
}
.tab-panel .tabs__list--horizontal > li {
  display: table-cell;
}

.tab-panel--contrast > .tabs__list > li {
  background-color: rgb(222, 222, 222);
}
.tab-panel--contrast > .tabs__list > li:first-of-type {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tab-panel--contrast > .tabs__list > li:last-of-type {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tab-panel--contrast > .tabs__list > li:hover {
  background-color: rgb(190, 190, 190);
}
.tab-panel--contrast > .tabs__list > li.is-active {
  background-color: #3e4994;
}
.tab-panel--contrast > .tabs__list > li.is-active > a {
  background-color: inherit;
  color: #fff;
}
.tab-panel--contrast > .tabs__list > li:not(:last-of-type) {
  border-right: 2px solid #fff;
}
.tab-panel--contrast .tab__pane {
  background-color: rgb(222, 222, 222);
  margin-top: 2px;
  padding: 1em 20px 0.1em;
}

.tabs__list {
  display: block;
  list-style-type: none;
  margin: 0 25px;
}
.is-open .tabs__list {
  margin-top: 48px;
  margin-bottom: 24px;
}

.tab-item--header {
  border-bottom: 1px solid rgb(126, 126, 126);
  color: black;
  display: block;
  font-size: 1.2em;
  line-height: 47px;
}
.tab-item--header:not(:first-of-type) {
  margin-top: 24px;
}

.tab-link {
  color: #000;
  display: block;
  line-height: 2.25em;
  padding-left: 5px;
  text-decoration: none;
  width: 100%;
}
.tab-link:hover, .is-active .tab-link {
  color: rgb(30, 30, 30);
}

.tab-item:not(.tab-item--header, .is-active):hover {
  background-color: #fafafa;
}
.tab-item.is-active {
  background-color: #efefef;
}

.table, .table--datagrid {
  border-collapse: collapse;
  margin-bottom: 24px;
}
.table caption, .table--datagrid caption {
  display: table-caption;
  padding-bottom: 10px;
  text-align: left;
}
.table caption h1, .table--datagrid caption h1,
.table caption h2,
.table--datagrid caption h2,
.table caption h3,
.table--datagrid caption h3,
.table caption h4,
.table--datagrid caption h4,
.table caption h5,
.table--datagrid caption h5,
.table caption h6,
.table--datagrid caption h6 {
  margin-bottom: 0;
}
.table a > .icon, .table--datagrid a > .icon {
  color: rgb(30, 30, 30);
}
.table tbody > tr:hover, .table--datagrid tbody > tr:hover {
  background-color: rgb(244.355, 244.355, 244.355);
}
.table tr, .table--datagrid tr {
  vertical-align: top;
}
.table tr.selected td, .table--datagrid tr.selected td,
.table tr.is-selected td,
.table--datagrid tr.is-selected td {
  background-color: #edeef7;
}
.table tr.is-disabled td:not(.table-row__actions), .table--datagrid tr.is-disabled td:not(.table-row__actions), .table tr.is-disabled td:not(.table-row__actions) > *, .table--datagrid tr.is-disabled td:not(.table-row__actions) > * {
  color: rgb(190, 190, 190);
}
.table tr.u-no-border > td, .table--datagrid tr.u-no-border > td {
  border-bottom: 0;
}
.table tr.fade, .table--datagrid tr.fade {
  -webkit-animation-name: fade-row-to-white !important;
          animation-name: fade-row-to-white !important;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.table tr.has-base, .table--datagrid tr.has-base {
  background-color: rgb(234.75, 234.75, 234.75) !important;
}
.table tr.has-base:hover, .table--datagrid tr.has-base:hover {
  background-color: rgb(229.65, 229.65, 229.65) !important;
}
.table tr.has-primary, .table--datagrid tr.has-primary {
  background-color: rgb(86, 96, 173) !important;
}
.table tr.has-primary:hover, .table--datagrid tr.has-primary:hover {
  background-color: rgb(81.2812749004, 91.193625498, 167.5187250996) !important;
}
.table tr.has-success, .table--datagrid tr.has-success {
  background-color: rgb(206.5272727273, 238.9727272727, 217.8636363636) !important;
}
.table tr.has-success:hover, .table--datagrid tr.has-success:hover {
  background-color: rgb(198.8618181818, 236.4381818182, 211.9909090909) !important;
}
.table tr.has-warning, .table--datagrid tr.has-warning {
  background-color: rgb(249.75, 233.5, 217.75) !important;
}
.table tr.has-warning:hover, .table--datagrid tr.has-warning:hover {
  background-color: rgb(248.49, 228.34, 208.81) !important;
}
.table tr.has-danger, .table--datagrid tr.has-danger {
  background-color: rgb(238.9872340426, 203.6382978723, 200.0127659574) !important;
}
.table tr.has-danger:hover, .table--datagrid tr.has-danger:hover {
  background-color: rgb(236.6868085106, 196.2595744681, 192.1131914894) !important;
}
.table tr.has-info, .table--datagrid tr.has-info {
  background-color: white !important;
}
.table tr.has-info:hover, .table--datagrid tr.has-info:hover {
  background-color: rgb(249.9, 249.9, 249.9) !important;
}
.table tr.has-inverse, .table--datagrid tr.has-inverse {
  background-color: #d7d7d7 !important;
}
.table tr.has-inverse:hover, .table--datagrid tr.has-inverse:hover {
  background-color: rgb(209.9, 209.9, 209.9) !important;
}
.table tr.has-white, .table--datagrid tr.has-white {
  background-color: #fff !important;
}
.table tr.has-white:hover, .table--datagrid tr.has-white:hover {
  background-color: rgb(249.9, 249.9, 249.9) !important;
}
.table tr.has-new, .table--datagrid tr.has-new {
  background-color: white !important;
}
.table tr.has-new:hover, .table--datagrid tr.has-new:hover {
  background-color: rgb(249.9, 249.9, 249.9) !important;
}
.table .no-results, .table--datagrid .no-results, .table .dataTables_empty, .table--datagrid .dataTables_empty {
  padding: 2em 0;
  text-align: center;
}
.table .no-results.no-results, .table--datagrid .no-results.no-results, .table .dataTables_empty, .table--datagrid .dataTables_empty {
  font-family: "Clarity City Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.table th, .table--datagrid th {
  text-align: left;
}
.table th, .table--datagrid th,
.table td,
.table--datagrid td {
  border-bottom: 1px solid rgb(126, 126, 126);
  padding: 11px 10px 12px;
}
@media screen and (min-width: 767px) {
  .table th.centered, .table--datagrid th.centered,
  .table td.centered,
  .table--datagrid td.centered {
    text-align: center;
  }
}
@media screen and (min-width: 767px) {
  .table th.shrink-to-fit, .table--datagrid th.shrink-to-fit, .table th.u-shrink-to-fit, .table--datagrid th.u-shrink-to-fit,
  .table td.shrink-to-fit,
  .table--datagrid td.shrink-to-fit,
  .table td.u-shrink-to-fit,
  .table--datagrid td.u-shrink-to-fit {
    width: 1px;
  }
}
.table th.no-wrap, .table--datagrid th.no-wrap, .table th.u-no-wrap, .table--datagrid th.u-no-wrap,
.table td.no-wrap,
.table--datagrid td.no-wrap,
.table td.u-no-wrap,
.table--datagrid td.u-no-wrap {
  overflow: hidden;
  text-overflow: ellipsis;
}
.table th, .table--datagrid th,
.table thead td,
.table--datagrid thead td {
  background-color: rgb(244.355, 244.355, 244.355);
  border-top: 1px solid rgb(126, 126, 126);
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  vertical-align: bottom;
}
.table td .status--icon, .table--datagrid td .status--icon {
  font-size: 1.25em;
  vertical-align: text-bottom;
}
@media screen and (min-width: 992px) {
  .table td.table__actions, .table--datagrid td.table__actions {
    border-bottom: 0;
  }
}
.table td.table-row__actions, .table--datagrid td.table-row__actions {
  text-align: right;
}
.table td.table-row__actions .btn, .table td.table-row__actions .overlay-btn.overlay-btn, .table td.table-row__actions .tabs__list > li > button, .table--datagrid td.table-row__actions .btn, .table--datagrid td.table-row__actions .overlay-btn.overlay-btn, .table--datagrid td.table-row__actions .tabs__list > li > button, .table td.table-row__actions .hideShowPassword-toggle, .table--datagrid td.table-row__actions .hideShowPassword-toggle {
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 0;
  height: 24px;
  width: 24px;
}
.table td.table-row__actions a > i, .table--datagrid td.table-row__actions a > i {
  color: #000;
}

.table--white-bg {
  background-color: white;
}

.table--contrast thead {
  background-color: rgb(239, 239, 239);
}
.table--contrast tbody {
  background-color: rgb(249.2, 249.2, 249.2);
}

.table-container {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
}
.table-container .table, .table-container .table--datagrid {
  margin-bottom: 0;
}

.table-action {
  display: inline-block;
  margin-right: 5px;
}
.table-action:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

.table--full {
  max-width: 100%;
  width: 100%;
}

.table--fixed, .datagrid--fixed {
  table-layout: fixed;
}
.table--fixed td, .datagrid--fixed td {
  overflow: hidden;
  text-overflow: ellipsis;
}

tr.table__form,
td.table__form {
  padding: 10px 10px 24px 20px;
  white-space: normal;
}
tr.table__form form,
td.table__form form {
  background-color: transparent;
}
tr.table__form fieldset,
td.table__form fieldset {
  margin-top: 6px;
}
tr.table__form .legend,
td.table__form .legend {
  border-bottom: 1px solid rgb(126, 126, 126);
  line-height: 25px;
  margin-bottom: 24px;
}
tr.table__form .form__group:last-of-type,
td.table__form .form__group:last-of-type {
  margin-bottom: 0;
}
tr.table__form .edit-button,
tr.table__form .remove-button,
td.table__form .edit-button,
td.table__form .remove-button {
  padding: 5px;
}
tr.table__form .close,
td.table__form .close {
  width: 25px;
  margin-left: 10px;
}

td.table__form,
.table__form td {
  background-color: rgb(244.355, 244.355, 244.355);
}
td.table__form .help-block,
.table__form td .help-block {
  color: #000;
}

.table--datagrid {
  width: 100%;
}

@-webkit-keyframes fade-row-to-white {
  from {
    background-color: inherit;
  }
  to {
    background-color: #fff;
  }
}

@keyframes fade-row-to-white {
  from {
    background-color: inherit;
  }
  to {
    background-color: #fff;
  }
}
td.row__actions {
  width: 10px;
}

.table--horizontal {
  width: 100%;
}
.table--horizontal th,
.table--horizontal td {
  white-space: nowrap;
}
.table--horizontal th .form__group--flush,
.table--horizontal td .form__group--flush {
  white-space: normal;
}

.row--final td {
  border-top: 2px solid rgb(126, 126, 126);
  border-bottom: 2px solid rgb(126, 126, 126);
}

.table--overflow-left.table-container,
.table--overflow-right.table-container {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}
.table--overflow-left.table-container::-webkit-scrollbar,
.table--overflow-right.table-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.table--overflow-left.table-container::-webkit-scrollbar-track,
.table--overflow-right.table-container::-webkit-scrollbar-track {
  background-color: rgb(244.355, 244.355, 244.355);
  border-bottom: 1px solid rgb(126, 126, 126);
}
.table--overflow-left.table-container::-webkit-scrollbar-thumb,
.table--overflow-right.table-container::-webkit-scrollbar-thumb {
  background-color: rgb(222, 222, 222);
  border-bottom: 1px solid rgb(126, 126, 126);
}

.table--overflow-left {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(97%, rgba(255, 255, 255, 0)), to(rgb(255, 255, 255))), -webkit-gradient(linear, left top, left bottom, color-stop(97%, rgba(255, 255, 255, 0)), to(rgb(255, 255, 255))), -webkit-gradient(linear, right top, left top, color-stop(99%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 97%, rgb(255, 255, 255) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 97%, rgb(255, 255, 255) 100%), linear-gradient(270deg, rgba(255, 255, 255, 0) 99%, rgba(0, 0, 0, 0.1) 100%);
}

.table--overflow-right {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(97%, rgba(255, 255, 255, 0)), to(rgb(255, 255, 255))), -webkit-gradient(linear, left top, left bottom, color-stop(97%, rgba(255, 255, 255, 0)), to(rgb(255, 255, 255))), -webkit-gradient(linear, left top, right top, color-stop(99%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 97%, rgb(255, 255, 255) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 97%, rgb(255, 255, 255) 100%), linear-gradient(90deg, rgba(255, 255, 255, 0) 99%, rgba(0, 0, 0, 0.1) 100%);
}

.table--overflow-right.table--overflow-left {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(97%, rgba(255, 255, 255, 0)), to(rgb(255, 255, 255))), -webkit-gradient(linear, left top, left bottom, color-stop(97%, rgba(255, 255, 255, 0)), to(rgb(255, 255, 255))), -webkit-gradient(linear, left top, right top, color-stop(99%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.1))), -webkit-gradient(linear, right top, left top, color-stop(99%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 97%, rgb(255, 255, 255) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 97%, rgb(255, 255, 255) 100%), linear-gradient(90deg, rgba(255, 255, 255, 0) 99%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(270deg, rgba(255, 255, 255, 0) 99%, rgba(0, 0, 0, 0.1) 100%);
}

.sticky-scrollbar {
  bottom: 0;
  height: 30px;
  overflow-x: auto;
  overflow-y: hidden;
  position: fixed;
  z-index: 1060;
}
@media screen and (min-width: 767px) {
  .sticky-scrollbar {
    bottom: 37px;
  }
}

.sticky-scrollbar__inner {
  border: 1px solid #fff;
  opacity: 0.01;
}

.table-container.table--overflow-left .sticky-scrollbar::-webkit-scrollbar,
.table-container.table--overflow-right .sticky-scrollbar::-webkit-scrollbar {
  -webkit-appearance: none;
  -webkit-overflow-scrolling: touch;
  background: rgb(244.355, 244.355, 244.355);
  width: 7px;
}

.table-container.table--overflow-left .sticky-scrollbar::-webkit-scrollbar-track,
.table-container.table--overflow-right .sticky-scrollbar::-webkit-scrollbar-track {
  background: rgb(244.355, 244.355, 244.355);
  border-bottom: 1px solid rgb(126, 126, 126);
  border-top: 1px solid rgb(126, 126, 126);
}
@media screen and (min-width: 767px) {
  .table-container.table--overflow-left .sticky-scrollbar::-webkit-scrollbar-track,
  .table-container.table--overflow-right .sticky-scrollbar::-webkit-scrollbar-track {
    border-bottom: 0;
  }
}

.table-container.table--overflow-left .sticky-scrollbar::-webkit-scrollbar-thumb,
.table-container.table--overflow-right .sticky-scrollbar::-webkit-scrollbar-thumb {
  background: rgb(222, 222, 222);
  border-bottom: 1px solid rgb(126, 126, 126);
  border-top: 1px solid rgb(126, 126, 126);
}
@media screen and (min-width: 767px) {
  .table-container.table--overflow-left .sticky-scrollbar::-webkit-scrollbar-thumb,
  .table-container.table--overflow-right .sticky-scrollbar::-webkit-scrollbar-thumb {
    border-bottom: 0;
  }
}

.table-detail {
  -webkit-transform: translateX(100%);
  background: #fff;
  border-left: 1px solid #e5e5e5;
  bottom: 0;
  display: none;
  height: 100%;
  overflow-x: none;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  visibility: visible;
  width: 300px;
  will-change: transform;
  z-index: 3000;
}
@media screen and (min-width: 992px) {
  .table-detail {
    display: table-cell;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .table-detail {
    -webkit-transition: none;
    transition: none;
  }
}

.table-detail.table-detail--open {
  -webkit-box-shadow: 0 0 0 12px rgba(62, 73, 148, 0.3);
          box-shadow: 0 0 0 12px rgba(62, 73, 148, 0.3);
  -webkit-transform: none;
  display: table-cell;
  transform: none;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media screen and (min-width: 480px) {
  .table-detail.table-detail--open {
    width: 400px;
  }
}
@media screen and (min-width: 600px) {
  .table-detail.table-detail--open {
    width: 500px;
  }
}
@media screen and (min-width: 767px) {
  .table-detail.table-detail--open {
    width: 600px;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .table-detail.table-detail--open {
    -webkit-transition: none;
    transition: none;
  }
}

.table-detail__header {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px;
}

.table-detail__header-close.table-detail__header-close {
  margin: -15px -15px 0 0;
  padding: 15px 15px 14px;
}

.table-detail__title {
  line-height: 24px;
  font-size: 24px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table-detail__body {
  padding: 15px;
}

.table-detail-backdrop {
  background-color: transparent;
  height: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: background-color 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  width: 0;
  z-index: 2990;
}
.table-detail-backdrop.in {
  height: 100%;
  backdrop-filter: blur(2px);
  background-color: rgba(62, 73, 148, 0.3);
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  width: 100%;
}

.ui-timepicker-wrapper {
  background: #fff;
  border: 1px solid rgb(126, 126, 126);
  -webkit-box-shadow: 0 0 0 6px rgba(62, 73, 148, 0.3);
          box-shadow: 0 0 0 6px rgba(62, 73, 148, 0.3);
  margin: 0;
  max-height: 150px;
  outline: none;
  overflow-y: auto;
  width: 6.5em;
  z-index: 1090;
}
.ui-timepicker-wrapper::-webkit-scrollbar {
  background-color: rgb(239, 239, 239);
  width: 10px;
}
.ui-timepicker-wrapper::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 15px;
}
.ui-timepicker-wrapper::-webkit-scrollbar-corner {
  background: transparent;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
  width: 13em;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
  width: 11em;
}

.ui-timepicker-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ui-timepicker-duration {
  color: rgb(126, 126, 126);
  margin-left: 5px;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
  color: rgb(126, 126, 126);
}

.ui-timepicker-list li {
  color: rgb(30, 30, 30);
  cursor: pointer;
  list-style: none;
  margin: 0;
  padding: 3px 0 3px 5px;
  white-space: nowrap;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
  background: #fff;
  color: rgb(30, 30, 30);
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
  background: #3e4994;
  color: #fff;
}

li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
  color: rgb(190, 190, 190);
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  color: rgb(126, 126, 126);
  cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  background: rgb(239, 239, 239);
}

.toggle-switch:checked + .toggle-switch-label {
  background-color: #297c46;
  border-color: transparent;
  color: #fff;
}
.toggle-switch:checked + .toggle-switch-label::before {
  left: 50%;
  right: 0%;
}
.toggle-switch:indeterminate + .toggle-switch-label {
  background-color: #eaa96a;
}
.toggle-switch:indeterminate + .toggle-switch-label::before {
  left: 25%;
  right: 25%;
}
.toggle-switch:indeterminate + .toggle-switch-label::after {
  color: #fff;
  opacity: 0;
}
.toggle-switch:focus + .toggle-switch-label {
  border-color: #fd0;
  -webkit-box-shadow: inset 0 0 0 4px rgb(30, 30, 30), 0 0 0 4px #fd0;
          box-shadow: inset 0 0 0 4px rgb(30, 30, 30), 0 0 0 4px #fd0;
  outline: none;
  outline-offset: 0;
}
.toggle-switch.toggle-switch--large + .toggle-switch-label {
  height: 2em;
  width: 4em;
}
.toggle-switch.toggle-switch--large + .toggle-switch-label::after {
  font-size: 32px;
  left: 15px;
  letter-spacing: 32px;
}

.toggle-switch-label {
  background-clip: padding-box;
  background-color: rgb(126, 126, 126);
  border-color: transparent;
  border-radius: 1.5em;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 2em;
  height: 1em;
  position: relative;
  -webkit-transition: left 0.4s, right 0.4s;
  transition: left 0.4s, right 0.4s;
  vertical-align: middle;
  width: 2em;
}
.toggle-switch-label::before {
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 100%;
  border: 0.125em solid transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 50%;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
.toggle-switch-label::after {
  color: #fff;
  content: "\f00c\f00d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
  left: 10px;
  letter-spacing: 14.4px;
  line-height: 2;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  z-index: 1;
}

.has-changed .toggle-switch-label.control__label.control__label,
.has-success .toggle-switch-label.control__label.control__label,
.has-warning .toggle-switch-label.control__label.control__label,
.has-info .toggle-switch-label.control__label.control__label,
.has-error .toggle-switch-label.control__label.control__label,
.has-danger .toggle-switch-label.control__label.control__label {
  color: #fff;
}

.toggle-switch.is-disabled + .toggle-switch-label {
  opacity: 0.5;
}

.toggle-switch-wrapper-label {
  display: block;
}
.toggle-switch-wrapper-label .control__label {
  padding-top: 11px;
  padding-right: 10px;
}

.toolbar {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 20px 0;
}
.toolbar .main-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.toolbar-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 12px;
}

.toolbar-actions .dropdown {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 5px;
}
@media screen and (min-width: 767px) {
  .toolbar-actions .dropdown {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
.toolbar-actions .dropdown:first-of-type {
  margin-left: 0;
}
.toolbar-actions .dropdown .btn, .toolbar-actions .dropdown .overlay-btn.overlay-btn, .toolbar-actions .dropdown .tabs__list > li > button, .toolbar-actions .dropdown .hideShowPassword-toggle {
  width: 100%;
}
.toolbar-actions .dropdown [class*=icon-] {
  font-size: 18px;
  vertical-align: middle;
}
@media screen and (min-width: 992px) {
  .toolbar-actions .dropdown [class*=icon-] {
    font-size: 14px;
    vertical-align: baseline;
  }
}
.toolbar-actions .dropdown .toolbar-action__text {
  display: none;
  margin-left: 0;
}
@media screen and (min-width: 992px) {
  .toolbar-actions .dropdown .toolbar-action__text {
    display: inline;
    margin-left: 5px;
  }
}
.toolbar-actions .dropdown .caret {
  margin-left: 3px;
}
.toolbar-actions .dropdown .dropdown__menu .media {
  line-height: 24px;
  padding: 10px;
}
.toolbar-actions .dropdown .dropdown__menu .media:hover {
  background-color: rgb(244.355, 244.355, 244.355);
}
.toolbar-actions .dropdown:nth-child(-n+2) .dropdown__menu {
  left: 0;
  right: auto;
}
.toolbar-actions .dropdown:nth-child(n+3) .dropdown__menu {
  left: auto;
  right: 0;
}

.toolbar-icon {
  position: relative;
}

.tooltip {
  opacity: 0;
  position: absolute;
  z-index: 1055;
  display: block;
  visibility: visible;
  font-size: 12px;
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}
.tooltip.in {
  opacity: 1;
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: rgba(30, 30, 30, 0.9);
  background-color: rgb(30, 30, 30);
  border-radius: 0;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(30, 30, 30, 0.9);
  border-top-color: rgb(30, 30, 30);
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(30, 30, 30, 0.9);
  border-top-color: rgb(30, 30, 30);
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(30, 30, 30, 0.9);
  border-top-color: rgb(30, 30, 30);
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(30, 30, 30, 0.9);
  border-right-color: rgb(30, 30, 30);
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(30, 30, 30, 0.9);
  border-left-color: rgb(30, 30, 30);
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(30, 30, 30, 0.9);
  border-bottom-color: rgb(30, 30, 30);
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(30, 30, 30, 0.9);
  border-bottom-color: rgb(30, 30, 30);
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(30, 30, 30, 0.9);
  border-bottom-color: rgb(30, 30, 30);
}

div[data-toggle=tooltips] {
  display: inline-block;
}

[data-toggle=tooltips] > [disabled] {
  pointer-events: none;
}

/**
 * Dropzone
 */
.dropzone {
  border: 2px dashed rgb(126, 126, 126);
  border-radius: 0;
  color: #000;
  padding: 1.25em;
  position: relative;
  text-align: center;
}

.dropzone__state {
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

.dropzone__file-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0.5em -0.5em -0.5em;
}

.dropzone__icon-wrapper {
  padding: 1.75em 0.5em 0.5em;
  position: relative;
}

/**
 * Main Icon
 */
.dropzone__icon {
  color: rgb(95, 95, 95);
  font-size: 4em;
  text-align: center;
}

.dropzone__icon--small {
  font-size: 1em;
  position: absolute;
  will-change: transform;
}

.dropzone__icon--left {
  left: 0;
  top: 0;
  -webkit-transform: rotate(-30deg) translateY(75%);
          transform: rotate(-30deg) translateY(75%);
  -webkit-transition: -webkit-transform 200ms 0ms;
  transition: -webkit-transform 200ms 0ms;
  transition: transform 200ms 0ms;
  transition: transform 200ms 0ms, -webkit-transform 200ms 0ms;
}

.dropzone__icon--centre {
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%) translateY(25%);
          transform: translateX(-50%) translateY(25%);
  -webkit-transition: -webkit-transform 200ms 50ms;
  transition: -webkit-transform 200ms 50ms;
  transition: transform 200ms 50ms;
  transition: transform 200ms 50ms, -webkit-transform 200ms 50ms;
}

.dropzone__icon--right {
  right: 0;
  top: 0;
  -webkit-transform: rotate(30deg) translateY(75%);
          transform: rotate(30deg) translateY(75%);
  -webkit-transition: -webkit-transform 200ms 100ms;
  transition: -webkit-transform 200ms 100ms;
  transition: transform 200ms 100ms;
  transition: transform 200ms 100ms, -webkit-transform 200ms 100ms;
}

.dropzone__label {
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.25em;
  line-height: 1;
  margin-bottom: 0;
  position: relative;
}

.dropzone__info {
  margin-bottom: 0;
  position: relative;
}

.dropzone__browse.btn, .dropzone__browse.overlay-btn, .tabs__list > li > button.dropzone__browse, .dropzone__browse.hideShowPassword-toggle {
  margin: 10px 0;
  position: static;
}

.dropzone__help {
  color: #000;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 1em;
  position: relative;
}
@media screen and (max-width: 766px) {
  .dropzone__help + .popover, .dropzone__help + .daterangepicker {
    left: auto !important;
  }
}

/**
 * Error
 */
.dropzone__validation {
  margin-top: 0.5em;
}

.dropzone__error {
  color: #b64135;
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1.2;
  margin: 0;
  position: relative;
}

/**
 * File
 */
.dropzone__file {
  color: #000;
  max-width: 100%;
  padding: 0.5em;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .dropzone__file {
    width: 50%;
  }
}
.dropzone--files-1 .dropzone__file {
  margin: auto;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .dropzone--files-1 .dropzone__file {
    width: auto;
  }
}

.dropzone__file-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgb(239, 239, 239);
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  padding: 0.5em 2em 0.5em 0.5em;
  position: relative;
  text-align: left;
}

.dropzone__close {
  color: rgb(126, 126, 126);
  cursor: pointer;
  padding: 0.5em;
  position: absolute;
  right: 0;
  top: 0;
}
.dropzone__close:hover {
  color: #b64135;
}

.dropzone__thumbnail {
  border-radius: 0;
  color: rgb(126, 126, 126);
  height: 4em;
  text-align: center;
  width: 4em;
}
.dropzone__thumbnail ~ .dropzone__meta {
  width: calc(100% - 4em);
}

.dropzone__thumbnail--image {
  background-size: cover;
}

.dropzone__file-icon {
  font-size: 3em;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.dropzone__meta {
  padding: 0 1em;
}

.dropzone__name,
.dropzone__size,
.dropzone__type {
  font-size: 0.75em;
  line-height: 1;
  margin-bottom: 0.25em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dropzone__type {
  margin-bottom: 0;
}

.dropzone__name {
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.85em;
  line-height: 1.1;
  margin-bottom: 0.5em;
}

/**
 * State
 */
@-webkit-keyframes success-flash {
  0% {
    background-color: rgb(206.5272727273, 238.9727272727, 217.8636363636);
  }
  15% {
    background-color: rgb(206.5272727273, 238.9727272727, 217.8636363636);
  }
  100% {
    background-color: rgba(206.5272727273, 238.9727272727, 217.8636363636, 0);
  }
}
@keyframes success-flash {
  0% {
    background-color: rgb(206.5272727273, 238.9727272727, 217.8636363636);
  }
  15% {
    background-color: rgb(206.5272727273, 238.9727272727, 217.8636363636);
  }
  100% {
    background-color: rgba(206.5272727273, 238.9727272727, 217.8636363636, 0);
  }
}
@-webkit-keyframes danger-flash {
  0% {
    background-color: rgb(238.9872340426, 203.6382978723, 200.0127659574);
  }
  15% {
    background-color: rgb(238.9872340426, 203.6382978723, 200.0127659574);
  }
  100% {
    background-color: rgba(238.9872340426, 203.6382978723, 200.0127659574, 0);
  }
}
@keyframes danger-flash {
  0% {
    background-color: rgb(238.9872340426, 203.6382978723, 200.0127659574);
  }
  15% {
    background-color: rgb(238.9872340426, 203.6382978723, 200.0127659574);
  }
  100% {
    background-color: rgba(238.9872340426, 203.6382978723, 200.0127659574, 0);
  }
}
.dropzone-window-active .dropzone:not(.dropzone--passive) {
  border: 2px solid #3e4994;
  color: #3e4994;
}
.dropzone-window-active .dropzone:not(.dropzone--passive) .dropzone__help {
  color: #3e4994;
}
.dropzone-window-active .dropzone:not(.dropzone--passive) .dropzone__icon {
  color: #3e4994;
}
.dropzone-window-active .dropzone:not(.dropzone--passive) .dropzone__icon--left {
  -webkit-transform: rotate(-30deg) translateY(50%);
          transform: rotate(-30deg) translateY(50%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .dropzone-window-active .dropzone:not(.dropzone--passive) .dropzone__icon--left {
    -webkit-transform: rotate(-30deg) translateY(75%);
            transform: rotate(-30deg) translateY(75%);
  }
}
.dropzone-window-active .dropzone:not(.dropzone--passive) .dropzone__icon--centre {
  -webkit-transform: translateY(0) translateX(-50%);
          transform: translateY(0) translateX(-50%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .dropzone-window-active .dropzone:not(.dropzone--passive) .dropzone__icon--centre {
    -webkit-transform: translateX(-50%) translateY(25%);
            transform: translateX(-50%) translateY(25%);
  }
}
.dropzone-window-active .dropzone:not(.dropzone--passive) .dropzone__icon--right {
  -webkit-transform: rotate(30deg) translateY(50%);
          transform: rotate(30deg) translateY(50%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .dropzone-window-active .dropzone:not(.dropzone--passive) .dropzone__icon--right {
    -webkit-transform: rotate(30deg) translateY(75%);
            transform: rotate(30deg) translateY(75%);
  }
}

.dropzone-success .dropzone:not(.dropzone--passive) .dropzone__state {
  -webkit-animation: success-flash 750ms forwards;
          animation: success-flash 750ms forwards;
  background-color: rgb(206.5272727273, 238.9727272727, 217.8636363636);
}

.dropzone-error .dropzone:not(.dropzone--passive) {
  border: 2px solid #b64135;
  color: #000;
}
.dropzone-error .dropzone:not(.dropzone--passive) .dropzone__help {
  color: rgb(110, 110, 110);
}
.dropzone-error .dropzone:not(.dropzone--passive) .dropzone__icon {
  color: rgb(95, 95, 95);
}
.dropzone-error .dropzone:not(.dropzone--passive) .dropzone__state {
  -webkit-animation: danger-flash 750ms forwards;
          animation: danger-flash 750ms forwards;
  background-color: rgb(238.9872340426, 203.6382978723, 200.0127659574);
}

/**
 * Passive mode
 */
.dropzone--passive {
  text-align: inherit;
}

/**
 * Lexicon code
 */
.lt-ie10 .lex-dropzone {
  display: none;
}

/* -------------------------------------------------------------------------- *\
	If you're extending Pulsar and want to include your own layouts/modules etc
 	you should @import them here.
\* -------------------------------------------------------------------------- */
.g-row {
  display: block;
  float: left;
  margin-bottom: 24px;
  width: 100%;
}

.g-col {
  background-clip: padding-box !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  float: left;
  padding: 0;
}
@media screen and (min-width: 480px) {
  .g-col {
    margin-left: 0;
  }
}
@media screen and (min-width: 767px) {
  .g-col {
    margin-left: 0.5%;
  }
}

.g-col--first {
  margin-left: 0;
}

@media screen and (max-width: 766px) {
  .g-col--1.g-col--1 {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .g-col--1.g-col--1 {
    width: 7%;
  }
}

@media screen and (max-width: 766px) {
  .g-col--2.g-col--2 {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .g-col--2.g-col--2 {
    width: 16%;
  }
}

@media screen and (max-width: 766px) {
  .g-col--3.g-col--3 {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .g-col--3.g-col--3 {
    width: 24%;
  }
}

@media screen and (max-width: 766px) {
  .g-col--4.g-col--4 {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .g-col--4.g-col--4 {
    width: 33%;
  }
}

@media screen and (max-width: 766px) {
  .g-col--5.g-col--5 {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .g-col--5.g-col--5 {
    width: 41%;
  }
}

@media screen and (max-width: 766px) {
  .g-col--6.g-col--6 {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .g-col--6.g-col--6 {
    width: 49%;
  }
}

@media screen and (max-width: 766px) {
  .g-col--7.g-col--7 {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .g-col--7.g-col--7 {
    width: 58%;
  }
}

@media screen and (max-width: 766px) {
  .g-col--8.g-col--8 {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .g-col--8.g-col--8 {
    width: 66%;
  }
}

@media screen and (max-width: 766px) {
  .g-col--9.g-col--9 {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .g-col--9.g-col--9 {
    width: 74%;
  }
}

@media screen and (max-width: 766px) {
  .g-col--10.g-col--10 {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .g-col--10.g-col--10 {
    width: 83%;
  }
}

@media screen and (max-width: 766px) {
  .g-col--11.g-col--11 {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .g-col--11.g-col--11 {
    width: 91%;
  }
}

@media screen and (max-width: 766px) {
  .g-col--12.g-col--12 {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .g-col--12.g-col--12 {
    width: 100%;
  }
}

@media screen and (min-width: 767px) {
  .g-col-push--1 {
    margin-left: 8.375%;
  }
}
@media screen and (min-width: 767px) {
  .g-col-push--2 {
    margin-left: 16.75%;
  }
}
@media screen and (min-width: 767px) {
  .g-col-push--3 {
    margin-left: 25.125%;
  }
}
@media screen and (min-width: 767px) {
  .g-col-push--4 {
    margin-left: 33.5%;
  }
}
@media screen and (min-width: 767px) {
  .g-col-push--5 {
    margin-left: 41.875%;
  }
}
@media screen and (min-width: 767px) {
  .g-col-push--6 {
    margin-left: 50.25%;
  }
}
@media screen and (min-width: 767px) {
  .g-col-push--7 {
    margin-left: 58.625%;
  }
}
@media screen and (min-width: 767px) {
  .g-col-push--8 {
    margin-left: 67%;
  }
}
@media screen and (min-width: 767px) {
  .g-col-push--9 {
    margin-left: 75.375%;
  }
}
@media screen and (min-width: 767px) {
  .g-col-push--10 {
    margin-left: 83.75%;
  }
}
@media screen and (min-width: 767px) {
  .g-col-push--11 {
    margin-left: 92.125%;
  }
}
@media screen and (min-width: 767px) {
  .g-col-push--12 {
    margin-left: 100.5%;
  }
}
.g-col--example {
  background-color: pink;
  text-align: center;
}

/**
 * -----------------------------------------------------------------------------
 * Size and position
 * -----------------------------------------------------------------------------
 */
.u-float-left,
.pull-left {
  float: left !important;
}

.u-float-right,
.pull-right {
  float: right !important;
}

.u-float-none {
  float: none !important;
}

.u-clear-left {
  clear: left !important;
}

.u-clear-right {
  clear: right !important;
}

.u-clear-both {
  clear: both !important;
}

.u-clear-none {
  clear: none !important;
}

/**
 * -----------------------------------------------------------------------------
 * Margin and padding
 * -----------------------------------------------------------------------------
 */
.double-top {
  margin-top: 2em;
}

.margin-left {
  margin-left: 20px;
}

.margin-right {
  margin-right: 20px;
}

.u-margin-top {
  margin-top: 10px !important;
}

.u-margin-top--large {
  margin-top: 20px !important;
}

.u-margin-top-none {
  margin-top: 0 !important;
}

.u-margin-bottom {
  margin-bottom: 10px !important;
}

.u-margin-bottom--large {
  margin-bottom: 20px !important;
}

.u-margin-bottom-none {
  margin-bottom: 0 !important;
}

.u-padding-top-none {
  padding-top: 0 !important;
}

.u-padding-bottom-none {
  padding-bottom: 0 !important;
}

.u-margin-right-small {
  margin-right: 5px !important;
}

/**
 * -----------------------------------------------------------------------------
 * Visibility
 * -----------------------------------------------------------------------------
 */
.modal .modal-block-list-container legend, .preview-field__edit .legend, .choice--block-hide-input > .controls .form__control, .progress-list__arrow, .toggle-switch,
.hide,
.no-js .no-js-hide {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.show {
  clip: auto !important;
  display: inline-block !important;
  height: auto !important;
  overflow: visible !important;
  position: static !important;
  width: auto !important;
}

.visually-hidden {
  display: none;
}

.u-visible-print {
  display: none !important;
}
@media print {
  .u-visible-print {
    display: block !important;
  }
}
@media print {
  table.u-visible-print, .u-visible-print.table, .u-visible-print.table--datagrid {
    display: table !important;
  }
}

tr.u-visible-print, .u-visible-print.table__tr {
  display: table-row !important;
}

td.u-visible-print, .u-visible-print.table__td,
th.u-visible-print, .u-visible-print.table__th {
  display: table-cell !important;
}

.u-visible-print-inline {
  display: none !important;
}
@media print {
  .u-visible-print-inline {
    display: inline !important;
  }
}

.u-visible-print-inline-block {
  display: none !important;
}
@media print {
  .u-visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .u-hidden-print {
    display: none !important;
  }
}

@media screen and (min-width: 480px) {
  .u-visible-on-phone {
    display: none !important;
  }
}

@media not screen and (min-width: 767px) and (max-width: 991px) {
  .u-visible-on-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 990px) {
  .u-visible-on-desktop {
    display: none !important;
  }
}

@media screen and (max-width: 479px) {
  .u-hidden-on-phone {
    display: none !important;
  }
}

@media screen and (min-width: 767px) and (max-width: 991px) {
  .u-hidden-on-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .u-hidden-on-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 480px) {
  .u-sr-visible-on-phone {
    border: 0 !important;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

@media not screen and (min-width: 767px) and (max-width: 991px) {
  .u-sr-visible-on-tablet {
    border: 0 !important;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

@media screen and (max-width: 990px) {
  .u-sr-visible-on-desktop {
    display: none !important;
  }
}

@media screen and (max-width: 479px) {
  .u-sr-hidden-on-phone {
    border: 0 !important;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

@media screen and (min-width: 767px) and (max-width: 991px) {
  .u-sr-hidden-on-tablet {
    border: 0 !important;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

@media screen and (min-width: 992px) {
  .u-sr-hidden-on-desktop {
    border: 0 !important;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

.u-display-none {
  display: none !important;
}

.u-display-block {
  display: block !important;
}

.u-display-inline {
  display: inline;
}

.u-display-inline-block {
  display: inline-block !important;
}

/**
 * -----------------------------------------------------------------------------
 * Text and links
 * -----------------------------------------------------------------------------
 */
.muted, .tabs__list > li > a[data-show="#new-tab"] {
  color: rgb(110, 110, 110);
}

p.success {
  background: rgba(0, 153, 51, 0.8);
  color: #fff;
  padding: 5px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
p.success i {
  margin: 0 4px;
}

.naked-link, .settings__toggle,
.setting__icon,
.naked-link:hover {
  text-decoration: none;
  color: inherit;
}

.no-select, .setting__controls {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.table th.no-wrap, .table th.u-no-wrap,
.table td.no-wrap,
.table td.u-no-wrap, .table--datagrid th.no-wrap, .table--datagrid th.u-no-wrap,
.table--datagrid td.no-wrap,
.table--datagrid td.u-no-wrap,
.u-no-wrap {
  white-space: nowrap !important;
}

.u-word-break {
  word-break: break-all !important;
}

.u-vertical-align-top {
  vertical-align: top !important;
}

.u-vertical-align-middle {
  vertical-align: middle !important;
}

.u-vertical-align-bottom {
  vertical-align: bottom !important;
}

.u-vertical-align-baseline {
  vertical-align: baseline !important;
}

.u-text-align-center {
  text-align: center !important;
}

.u-text-align-right {
  text-align: right !important;
}

.u-text-align-justify {
  text-align: justify !important;
}

.u-font-size-small {
  font-size: 12px !important;
}

/**
 * -----------------------------------------------------------------------------
 * Misc
 * -----------------------------------------------------------------------------
 */
.show-baseline {
  background-image: -o-linear-gradient(0deg, transparent 200px, transparent 20px), -o-linear-gradient(top, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.2) 100%);
  background-size: 220px 100%, 100% 24px;
  background-position: 20px -5px;
}

.divider {
  border-top: 1px solid rgb(126, 126, 126);
  display: block;
  margin: 10px 0;
}

.u-ui-disabled.u-ui-disabled,
.u-cursor-not-allowed {
  cursor: not-allowed !important;
}

.u-ui-disabled.u-ui-disabled {
  opacity: 0.25 !important;
}
.u-ui-disabled.u-ui-disabled a.is-disabled {
  color: #3e4994;
}

.u-no-hover.u-no-hover:hover {
  background-color: inherit !important;
}

.u-no-border {
  border: 0 !important;
}

.u-width-auto {
  width: auto !important;
}

.u-border-top {
  border-top: 1px solid rgb(126, 126, 126) !important;
}

.u-border-right {
  border-right: 1px solid rgb(126, 126, 126) !important;
}

.u-border-bottom {
  border-bottom: 1px solid rgb(126, 126, 126) !important;
}

.u-border-left {
  border-left: 1px solid rgb(126, 126, 126) !important;
}

/**
 * -----------------------------------------------------------------------------
 * No results
 * -----------------------------------------------------------------------------
 */
.no-results, .dataTables_empty {
  margin: 0 auto;
  padding: 1em 0;
  text-align: center;
  width: 80%;
}
@media screen and (min-width: 992px) {
  .no-results, .dataTables_empty {
    width: 50%;
  }
}

td.no-results, td.dataTables_empty {
  margin: inherit;
  width: 100%;
}
@media screen and (min-width: 992px) {
  td.no-results, td.dataTables_empty {
    width: 100%;
  }
}

.tab__content > .no-results, .tab__content > .dataTables_empty,
.tab__content *:not(table) .no-results,
.tab__content *:not(table) .dataTables_empty {
  width: 100%;
}

.controls > .no-results, .controls > .dataTables_empty {
  width: 100%;
  margin: 0;
  padding: 1px 0;
}

.no-results__message > p,
.no-results__action {
  margin: 12px 0;
}

.warning:not(.form__group) {
  background: rgba(255, 137, 9, 0.8) !important;
}

.has-success:not(.form__group) {
  background-color: rgb(187.3636363636, 232.6363636364, 203.1818181818) !important;
}
.has-success:not(.form__group) a {
  color: rgb(29.5077720207, 101.5414507772, 137.9922279793);
}

.has-warning:not(.form__group) {
  background-color: rgb(246.6, 220.6, 195.4) !important;
}
.has-warning:not(.form__group) a {
  color: rgb(29.5077720207, 101.5414507772, 137.9922279793);
}

.has-error:not(.form__group),
.has-danger:not(.form__group) {
  background-color: rgb(238.9872340426, 203.6382978723, 200.0127659574) !important;
}
.has-error:not(.form__group) a,
.has-danger:not(.form__group) a {
  color: rgb(29.5077720207, 101.5414507772, 137.9922279793);
}

.text--base {
  color: rgb(222, 222, 222);
}

.text--primary {
  color: #3e4994;
}

.text--success {
  color: #297c46;
}

.text--warning {
  color: #eaa96a;
}

.text--danger {
  color: #b64135;
}

.text--info {
  color: rgb(230.2, 232.2, 245.8);
}

.text--inverse {
  color: rgb(62, 62, 62);
}

.text--white {
  color: #fff;
}

.text--new {
  color: #f0f5fd;
}

.is-new {
  background-color: #f0f5fd !important;
}

.is-bold {
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

div.is-sortable .ui-sortable-handle {
  background-color: rgb(244.355, 244.355, 244.355);
  margin-bottom: 4px;
  padding: 10px 10px 10px 50px;
  position: relative;
}
div.is-sortable .ui-sortable-handle:hover {
  background-color: rgb(239, 239, 239);
}
div.is-sortable .ui-sortable-handle:hover::before {
  color: rgb(50.7071428571, 59.7035714286, 121.0428571429);
}
div.is-sortable .ui-sortable-handle,
div.is-sortable .ui-sortable-handle .control__label {
  cursor: move; /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -webkit-grab;
}
div.is-sortable .ui-sortable-handle::before {
  color: rgb(30, 30, 30);
  content: "\f0c9";
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  left: 10px;
  position: absolute;
  text-rendering: auto;
  top: 10px;
  -webkit-font-smoothing: antialiased;
}
div.is-sortable .ui-sortable-handle.form__group::before {
  top: 22px;
}

div.is-sorting {
  background-color: #ffffec;
  outline: 1px dashed #cccc00;
  display: block;
  margin-bottom: 4px;
}
div.is-sorting::before {
  display: none;
}

.table.is-sortable tr > th:first-of-type, .is-sortable.table--datagrid tr > th:first-of-type,
.table.is-sortable tr > td:first-of-type,
.is-sortable.table--datagrid tr > td:first-of-type {
  padding-left: 50px;
}
.table.is-sortable .ui-sortable-handle > td:first-of-type, .is-sortable.table--datagrid .ui-sortable-handle > td:first-of-type {
  cursor: move; /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -webkit-grab;
  position: relative;
}
.table.is-sortable .ui-sortable-handle > td:first-of-type::before, .is-sortable.table--datagrid .ui-sortable-handle > td:first-of-type::before {
  color: rgb(30, 30, 30);
  content: "\f0c9";
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  left: 10px;
  position: absolute;
  text-rendering: auto;
  top: 10px;
  -webkit-font-smoothing: antialiased;
}
.table.is-sortable .ui-sortable-handle > td:first-of-type:hover::before, .is-sortable.table--datagrid .ui-sortable-handle > td:first-of-type:hover::before {
  color: rgb(50.7071428571, 59.7035714286, 121.0428571429);
}
.table.is-sortable .has-success > td:first-of-type::before, .is-sortable.table--datagrid .has-success > td:first-of-type::before {
  color: rgb(34.6636363636, 104.8363636364, 59.1818181818);
  content: "\f058";
}
.table.is-sortable .ui-sortable-helper, .is-sortable.table--datagrid .ui-sortable-helper {
  display: table;
}
.table.is-sortable .is-sorting, .is-sortable.table--datagrid .is-sorting {
  background-color: #ffffec;
}
.table.is-sortable .sortable__count, .is-sortable.table--datagrid .sortable__count {
  color: rgb(30, 30, 30);
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  left: 30px;
  position: absolute;
}

.is-dragging {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.padding {
  padding: 10px;
}
.padding--large {
  padding: 20px;
}

.padding-vertical {
  padding: 10px 0;
}
.padding-vertical--large {
  padding: 20px 0;
}

.padding-horizontal {
  padding: 0 10px;
}
.padding-horizontal--large {
  padding: 0 20px;
}

.padding-right {
  padding-right: 10px;
}
.padding-right--large {
  padding-right: 20px;
}

.padding-left {
  padding-left: 10px;
}
.padding-left--large {
  padding-left: 20px;
}

.padding-top {
  padding-top: 10px;
}
.padding-top--large {
  padding-top: 20px;
}

.padding-bottom {
  padding-bottom: 10px;
}
.padding-bottom--large {
  padding-bottom: 20px;
}

.visibility-hidden {
  visibility: hidden;
}
.lt-ie10 .visibility-hidden {
  display: none;
}

@-webkit-keyframes newContentBackgroundAndBorderFade {
  0% {
    border-color: #75ce66;
    background-color: rgb(151.8415841584, 218.3712871287, 140.6287128713);
  }
  100% {
    border-color: #ccc;
    background-color: #fafafa;
  }
}

@keyframes newContentBackgroundAndBorderFade {
  0% {
    border-color: #75ce66;
    background-color: rgb(151.8415841584, 218.3712871287, 140.6287128713);
  }
  100% {
    border-color: #ccc;
    background-color: #fafafa;
  }
}
@-webkit-keyframes newContentBefore {
  0% {
    border-right-color: #75ce66;
  }
  100% {
    border-right-color: #ccc;
  }
}
@keyframes newContentBefore {
  0% {
    border-right-color: #75ce66;
  }
  100% {
    border-right-color: #ccc;
  }
}
@-webkit-keyframes newContentAfter {
  0% {
    border-right-color: rgb(151.8415841584, 218.3712871287, 140.6287128713);
  }
  100% {
    border-right-color: #fafafa;
  }
}
@keyframes newContentAfter {
  0% {
    border-right-color: rgb(151.8415841584, 218.3712871287, 140.6287128713);
  }
  100% {
    border-right-color: #fafafa;
  }
}
@-webkit-keyframes highlightedContentBackgroundAndBorderFade {
  0% {
    border-color: rgb(230.2, 232.2, 245.8);
    background-color: rgb(230.2, 232.2, 245.8);
  }
  100% {
    border-color: #ccc;
    background-color: #fafafa;
  }
}
@keyframes highlightedContentBackgroundAndBorderFade {
  0% {
    border-color: rgb(230.2, 232.2, 245.8);
    background-color: rgb(230.2, 232.2, 245.8);
  }
  100% {
    border-color: #ccc;
    background-color: #fafafa;
  }
}
@-webkit-keyframes highlightedContentBefore {
  0% {
    border-right-color: rgb(230.2, 232.2, 245.8);
  }
  100% {
    border-right-color: #ccc;
  }
}
@keyframes highlightedContentBefore {
  0% {
    border-right-color: rgb(230.2, 232.2, 245.8);
  }
  100% {
    border-right-color: #ccc;
  }
}
@-webkit-keyframes highlightedContentAfter {
  0% {
    border-right-color: rgb(230.2, 232.2, 245.8);
  }
  100% {
    border-right-color: #fafafa;
  }
}
@keyframes highlightedContentAfter {
  0% {
    border-right-color: rgb(230.2, 232.2, 245.8);
  }
  100% {
    border-right-color: #fafafa;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes editFieldBackgroundFlash {
  0% {
    background: #eaa96a;
  }
  100% {
    background: rgb(246.6, 220.6, 195.4);
  }
}
@keyframes editFieldBackgroundFlash {
  0% {
    background: #eaa96a;
  }
  100% {
    background: rgb(246.6, 220.6, 195.4);
  }
}
@-webkit-keyframes editFieldBackgroundFlashSuccess {
  0% {
    background: #dff0d8;
  }
  100% {
    background: rgb(244.355, 244.355, 244.355);
  }
}
@keyframes editFieldBackgroundFlashSuccess {
  0% {
    background: #dff0d8;
  }
  100% {
    background: rgb(244.355, 244.355, 244.355);
  }
}
@-webkit-keyframes newFieldbackgroundFlash {
  0% {
    background: rgb(195.9347826087, 227.0217391304, 242.5652173913);
  }
  100% {
    background: rgb(244.355, 244.355, 244.355);
  }
}
@keyframes newFieldbackgroundFlash {
  0% {
    background: rgb(195.9347826087, 227.0217391304, 242.5652173913);
  }
  100% {
    background: rgb(244.355, 244.355, 244.355);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes blueFadeToWhite {
  0% {
    background: rgb(195.9347826087, 227.0217391304, 242.5652173913);
  }
  100% {
    background: #fff;
  }
}
@keyframes blueFadeToWhite {
  0% {
    background: rgb(195.9347826087, 227.0217391304, 242.5652173913);
  }
  100% {
    background: #fff;
  }
}
@-webkit-keyframes blueFadeToGrey {
  0% {
    background: rgb(195.9347826087, 227.0217391304, 242.5652173913);
  }
  100% {
    background: #F5F5F5;
  }
}
@keyframes blueFadeToGrey {
  0% {
    background: rgb(195.9347826087, 227.0217391304, 242.5652173913);
  }
  100% {
    background: #F5F5F5;
  }
}
@-webkit-keyframes fall-in {
  0% {
    -webkit-transform: scale(3, 3);
    transform: scale(3, 3);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes fall-in {
  0% {
    -webkit-transform: scale(3, 3);
    transform: scale(3, 3);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes infoBlueFadeToWhite {
  0% {
    background: rgb(230.2, 232.2, 245.8);
  }
  100% {
    background: #fff;
  }
}
@keyframes infoBlueFadeToWhite {
  0% {
    background: rgb(230.2, 232.2, 245.8);
  }
  100% {
    background: #fff;
  }
}
.avatar-flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.avatar-flex-container .avatar-icon-background {
  bottom: 7px;
}

.avatar-wrapper {
  position: relative;
  z-index: 0;
}

.avatar {
  background-color: #fff;
  border-radius: 50%;
  height: 40px;
  position: relative;
  width: 40px;
}

.avatar--xsmall {
  height: 16px;
  width: 16px;
}

.avatar--small {
  height: 20px;
  width: 20px;
}
.table__td .avatar--small {
  vertical-align: middle;
}

.avatar--medium {
  height: 30px;
  width: 30px;
}

.avatar--medium-responsive {
  height: 30px;
  width: 30px;
}
@media screen and (min-width: 992px) {
  .avatar--medium-responsive {
    height: 40px;
    width: 40px;
  }
}

.avatar--bordered {
  border: 2px solid #fff;
}

.avatar-icon-background {
  background-color: #fff;
  border-radius: 50%;
  bottom: -1px;
  padding: 1px;
  position: absolute;
  right: 0;
  z-index: 1;
}

.avatar-icon--danger {
  color: #b64135;
}

.avatar-icon--success {
  color: #297c46;
}

.boxed {
  background-color: rgb(239, 239, 239);
  border-radius: 0;
  padding: 20px;
  position: relative;
}
.boxed .help-block {
  color: rgb(62, 62, 62);
}
.boxed .form__group:not(.form__group--partial-state).has-error .help-block,
.boxed .form__group:not(.form__group--partial-state).has-error .control__label {
  color: #bf1c20;
}

.boxed--transparent {
  background-color: #fff;
}

.boxed--bordered {
  border: 2px solid rgb(222, 222, 222);
}

.boxed--flush {
  margin: 0 -20px;
}

.boxed--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 480px) {
  .boxed--flex {
    -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;
  }
}
.boxed--flex .boxed__btn {
  margin-top: 10px;
}
@media screen and (min-width: 480px) {
  .boxed--flex .boxed__btn {
    margin-left: auto;
    margin-top: 0;
  }
}

.boxed__close {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  padding: 5px;
  position: absolute;
  right: 20px;
  top: 5px;
}

.u-button-as-link {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #005ea5 !important;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
}
.u-button-as-link:hover, .u-button-as-link:active {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #005ea5 !important;
  top: 0;
}
.u-button-as-link:focus {
  background-color: #fd0 !important;
  -webkit-box-shadow: 0 0 0 2px rgb(30, 30, 30);
          box-shadow: 0 0 0 2px rgb(30, 30, 30);
  color: rgb(30, 30, 30) !important;
  outline: none;
}

.u-input-as-text {
  background: none !important;
  border: 0 !important;
  display: inline-block !important;
  padding: 0 !important;
  width: 100px !important;
}
.u-input-as-text:hover, .u-input-as-text:active, .u-input-as-text:focus {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.cc__log-in {
  margin-top: 24px;
  text-align: center;
  width: 100%;
}

.cc__details {
  margin: 24px 0 0;
}
.cc__details dl dt {
  font-weight: normal;
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.cc__details dl dd {
  margin: 0 0 1em 0;
}
.cc__details dl dd > p {
  clear: none;
  margin-left: 0;
}
.cc__details legend {
  margin-left: 0;
  width: 100%;
}
.cc__details .form__field-matrix {
  margin-top: 1em;
}

.toolbar.is-fixed {
  position: fixed;
}

.form .controls + .controls,
.form .controls + .btn--small {
  margin-left: 10px;
}
.form .controls--small {
  min-width: 70px;
  width: 10%;
}
.form .controls--medium {
  min-width: 100px;
  width: 20%;
}
.form .multiple-controls {
  list-style: none;
  margin: 0;
  padding: 0;
}
.form .multiple-controls li {
  margin: 0;
  padding: 0;
}
.form .multiple-controls + .add-another {
  margin-left: 20%;
  padding-left: 40px;
}

.form__group--append-next {
  margin-bottom: 16px;
}

.help-block {
  margin-bottom: 0;
}

.btn__toolbar h3 {
  display: inline-block;
  line-height: 36px;
  margin-left: 20px;
}

.popover__content legend {
  border-bottom: none;
  font-size: 1em;
  margin: 0 0 9.6px;
}
.popover__content .form__group:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.popover__content .checkbox {
  margin-left: 1em;
}
.popover__content .form__group--compact {
  margin-bottom: 12px;
}
.popover__content .form__actions {
  background-color: #f7f7f7;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top: 1px solid #ebebeb;
  margin: 0 -15px -10px -14px;
  padding: 14px;
}

.dashboard .actionsbar--left {
  max-width: 400px;
  width: 250px;
}

.visually-hidden {
  visibility: hidden;
}

iframe[seamless] {
  border: 0 none;
}

.text-embed {
  width: 100%;
}

.cc__details .rich-list__expanded,
.cc__details--unpadded .rich-list__expanded {
  padding: 0;
}
.cc__details .rich-list__expanded .form__actions,
.cc__details--unpadded .rich-list__expanded .form__actions {
  margin: 0;
}

.nav-user div.dropdown {
  margin-left: 0;
  min-width: 0;
}

.modal--medium .modal__dialog {
  max-width: 677px;
}

.panel--flush .panel__body {
  margin-left: 0;
}
.panel--flush .legend {
  border: 0;
  margin-bottom: 0;
}

.modal__content .form > .fieldset {
  padding: 0;
}

.card {
  background: rgb(239, 239, 239);
  border: 1px solid rgb(222, 222, 222);
}

.card--rounded {
  border-radius: 0.25em;
}
.card--rounded .card__body {
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}
.card--rounded .card__footer {
  margin-top: -0.25em;
}

.card__header {
  padding: 0.75em;
}

.card__heading {
  display: inline-block;
  font-size: 16px;
  margin: 0;
}

.card__body > *:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.card__body li:last-child {
  border-bottom: 0;
}

.card__body--padded {
  padding: 0.75em;
}

.card__body--light {
  background-color: #fff;
  border-top: 1px solid rgb(222, 222, 222);
}
.card__body--light + .card__footer {
  border-top: 1px solid rgb(222, 222, 222);
}
.card__body--light .block-list__item {
  border-bottom: 1px solid rgb(222, 222, 222);
}

.card__footer {
  background: rgb(239, 239, 239);
  padding: 0.25em 0.75em;
}
.card__footer > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.card-link {
  text-decoration: none;
}
.card-link:hover {
  -webkit-text-decoration: underlined;
          text-decoration: underlined;
}

.card-list {
  list-style: none;
}
.card-list .card-list__item {
  border-bottom: 1px solid rgb(239, 239, 239);
  padding: 0.75em;
}
.card-list .card-list__item .btn, .card-list .card-list__item .overlay-btn.overlay-btn, .card-list .card-list__item .tabs__list > li > button, .card-list .card-list__item .hideShowPassword-toggle {
  margin-top: 5px;
}

.cropit-image-preview {
  background-color: #eee;
  height: 200px;
  margin: 1em 0 1em 0;
  position: relative;
  width: 200px;
}
@media screen and (min-width: 767px) {
  .cropit-image-preview {
    margin: 1em 0 1em 24%;
  }
}
.cropit-image-preview .drag-label {
  display: none;
}
@media screen and (min-width: 992px) {
  .tab__settings .cropit-image-preview {
    margin: 1em 0;
  }
}

.cropit-account-icon.cropit-image-preview {
  background-color: #3e4994;
  position: relative;
}

.cropit-account-icon.cropit-image-preview > .loading {
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
}

.cropit-image-preview.cropit-image-loaded {
  cursor: move;
}
.cropit-image-preview.cropit-image-loaded .spinner {
  opacity: 1;
}
.cropit-image-preview.cropit-image-loaded .drag-label {
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, 0.8);
  border-radius: 0;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 6px;
  text-align: center;
}

.tab__settings .cropit-image-preview .loading {
  height: 40px;
  left: 70%;
  position: absolute;
  top: 35%;
  width: 40px;
}
.tab__settings .cropit-image-preview .loading i {
  height: 40px;
  width: 40px;
}

.cropit-image-zoom-input {
  display: none;
}
.cropit-image-zoom-input[disabled] {
  opacity: 0.2;
}

.tab__settings .has-selected-file .cropit-image-zoom-input {
  background-color: rgb(239, 239, 239);
}

.cropit-image-zoom {
  color: #666;
  text-align: center;
  width: 200px;
}
.cropit-image-zoom > .smaller {
  font-size: rem-calc(13);
}
.cropit-image-zoom > .larger {
  font-size: rem-calc(17);
}
@media screen and (min-width: 992px) {
  .cropit-image-zoom {
    margin-left: 25%;
  }
}
.tab__settings .cropit-image-zoom {
  margin-left: 0;
}

.tab__settings .cropit-image-input.file {
  height: auto;
}

.no-js .table-container {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  width: 100%;
}
.no-js .table-container::-webkit-scrollbar-track {
  background-color: #efefef;
  border-radius: 50px !important;
}
.no-js .table-container::-webkit-scrollbar {
  height: 6px;
  background-color: #efefef;
}
.no-js .table-container::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 50px !important;
}
.no-js .table-container::-webkit-scrollbar-corner {
  background: transparent;
}

table.datatable {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}

.table__td > div {
  line-height: 24px;
  white-space: normal;
}

.datatable .child ul li {
  display: block;
}
@media screen and (min-width: 480px) {
  .datatable .child ul li {
    display: table-row;
  }
}

.dtr-title {
  display: block;
  line-height: 30px;
}

.dtr-data {
  display: block;
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 30px;
  margin-bottom: 5px;
  padding: 0 20px 0 0;
}

.datatable .remove-button {
  vertical-align: middle;
}
.datatable .remove-button:hover {
  vertical-align: middle;
}

.datatable--simple .table-child-toggle,
.datatable--no-select .table-child-toggle {
  position: static;
}

.datatable--no-select.collapsed .table-child-toggle,
.datatable--simple.collapsed .table-child-toggle {
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
}

.datatable--no-select .child ul,
.datatable--simple .child ul {
  margin: 0 0 0 20px;
}

td.table__form {
  border: 0;
  display: table-cell !important;
  padding: 0 10px;
}
@media screen and (min-width: 992px) {
  td.table__form {
    padding: 0 20px;
  }
}
td.table__form fieldset:last-of-type {
  padding: 22px 0 0;
}
td.table__form .legend {
  padding-top: 20px;
}

tfoot .table__form .form__actions {
  background-color: #e5ecf2;
  margin: 0 -20px;
  padding: 12px 20px;
}
@media screen and (min-width: 992px) {
  tfoot .table__form .form__actions {
    background-color: #fff;
    margin: 20px -20px 0;
    padding: 12px 0 20px;
  }
}

td.table-row__actions {
  min-width: 74px;
}

.table__tr.is-editing {
  border: 0;
}

.table tbody > .table__tr.is-error, .table--datagrid tbody > .table__tr.is-error {
  background-color: #ffedec;
}
.table tbody > .table__tr.is-error:hover, .table--datagrid tbody > .table__tr.is-error:hover, .table tbody > .table__tr.is-error:hover > td, .table--datagrid tbody > .table__tr.is-error:hover > td {
  background-color: #ffedec;
}

.no-results__message {
  text-align: center;
}

.table-container ~ .pagination {
  margin-top: -24px;
}

.dataTables_bottom .dataTables_paginate {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .dataTables_bottom .dataTables_paginate {
    text-align: left;
    width: auto;
  }
}

.dataTables_bottom .dataTables_length {
  display: block;
  float: none;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .dataTables_bottom .dataTables_length {
    display: inline-block;
    float: right;
    margin-bottom: 0;
    text-align: left;
    width: auto;
  }
}

.table__th--sortable .form,
.dtr-title .form {
  background: none;
}
.table__th--sortable .th-sort-btn.th-sort-btn,
.dtr-title .th-sort-btn.th-sort-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  padding: 0;
  position: static;
  text-decoration: none;
  vertical-align: middle;
}
.table__th--sortable .th-sort-btn.th-sort-btn:hover, .table__th--sortable .th-sort-btn.th-sort-btn:active,
.dtr-title .th-sort-btn.th-sort-btn:hover,
.dtr-title .th-sort-btn.th-sort-btn:active {
  color: #1E5E8F;
}
.table__th--sortable .th-sort-btn.th-sort-btn:hover::after, .table__th--sortable .th-sort-btn.th-sort-btn:active::after,
.dtr-title .th-sort-btn.th-sort-btn:hover::after,
.dtr-title .th-sort-btn.th-sort-btn:active::after {
  color: #1E5E8F;
}
.table__th--sortable .th-sort-btn.th-sort-btn:focus::after,
.dtr-title .th-sort-btn.th-sort-btn:focus::after {
  color: #000;
}
.table__th--sortable .th-sort-btn.th-sort-btn::after,
.dtr-title .th-sort-btn.th-sort-btn::after {
  color: #bebebe;
  content: "\f0dc";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 10px;
  speak: none;
  text-decoration: inherit;
}
.table__th--sortable .th-sort-btn.th-desc,
.table__th--sortable .th-sort-btn.th-asc,
.dtr-title .th-sort-btn.th-desc,
.dtr-title .th-sort-btn.th-asc {
  color: rgb(30, 30, 30);
}
.table__th--sortable .th-sort-btn.th-desc::after,
.table__th--sortable .th-sort-btn.th-asc::after,
.dtr-title .th-sort-btn.th-desc::after,
.dtr-title .th-sort-btn.th-asc::after {
  color: rgb(30, 30, 30);
}
.table__th--sortable .th-sort-btn.th-desc:hover,
.table__th--sortable .th-sort-btn.th-asc:hover,
.dtr-title .th-sort-btn.th-desc:hover,
.dtr-title .th-sort-btn.th-asc:hover {
  color: #1E5E8F;
}
.table__th--sortable .th-sort-btn.th-desc:hover::after,
.table__th--sortable .th-sort-btn.th-asc:hover::after,
.dtr-title .th-sort-btn.th-desc:hover::after,
.dtr-title .th-sort-btn.th-asc:hover::after {
  color: #1E5E8F;
}
.table__th--sortable .th-sort-btn.th-desc::after,
.dtr-title .th-sort-btn.th-desc::after {
  content: "\f0dd";
}
.table__th--sortable .th-sort-btn.th-asc::after,
.dtr-title .th-sort-btn.th-asc::after {
  content: "\f0de";
}

.table__th--sortable.th--desc,
.table__th--sortable.th--asc,
.table__th--sortable:hover {
  background-color: #dedede;
}

th .input-group-guidance {
  padding: 0;
}

.dataTables_top:empty,
.dataTables_bottom:empty,
.dataTables_actions:empty,
.dt-buttons:empty {
  display: none;
}

.dataTables_processing {
  background: rgb(239, 239, 239);
  bottom: 0;
  cursor: not-allowed;
  left: 0;
  opacity: 0.75;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.dataTables_processing .dataTables_processing__message {
  -ms-overflow-style: none;
  left: 50%;
  position: relative;
  top: 23%;
}
.dataTables_processing .dataTables_processing__message .loading i {
  border-width: 2px;
  height: 30px;
  width: 30px;
}

.dropdown__menu .buttons-print {
  background: none;
  border: 0;
  clear: both;
  color: rgb(95, 95, 95);
  display: block;
  font-weight: normal;
  line-height: 24px;
  padding: 3px 15px 3px 10px;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}
.dropdown__menu .buttons-print:hover {
  background-color: #3e4994;
  color: #fff;
  text-decoration: none;
}
.dropdown__menu .buttons-print:focus {
  background-color: #fd0;
  -webkit-box-shadow: inset 0 -4px rgb(30, 30, 30);
          box-shadow: inset 0 -4px rgb(30, 30, 30);
  color: rgb(30, 30, 30);
  outline: none;
}
.dropdown__menu .buttons-print [class^=icon-] {
  display: inline-block;
  margin: 0 5px 0 2px;
  text-align: center;
  width: 23px;
}
@media screen and (min-width: 600px) {
  .dropdown__menu .buttons-print {
    text-align: left;
  }
}

.table-row__action {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: none;
  border: 0;
  color: #000;
}
.table-row__action:hover {
  color: #2d86b3;
}
.table-row__action.is-disabled {
  color: rgb(190, 190, 190);
  cursor: not-allowed !important;
}

.table-row__button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: none;
  border: 0;
  padding: 0;
}
.table-row__button:hover {
  color: #2d86b3;
}
.table-row__button:focus {
  background-color: #fd0;
  -webkit-box-shadow: 0 -2px #fd0, 0 4px rgb(30, 30, 30);
          box-shadow: 0 -2px #fd0, 0 4px rgb(30, 30, 30);
  color: rgb(30, 30, 30);
  outline: none;
  text-decoration: none;
}

.datatable.table--horizontal thead td.control {
  display: none;
}

.dt-print-view .datatable--print th.control,
.dt-print-view .datatable--print td.control {
  display: none;
}

.datatable th.sorting::after,
.datatable th.sorting_asc::after,
.datatable th.sorting_desc::after {
  padding-left: 5px;
  position: static;
}

.diff-old {
  background: #f6b6b4;
  border-radius: 3px;
  color: #8c291c;
  padding: 1px 2px;
  text-decoration: line-through;
}
.diff-old a {
  color: #8c291c;
}
.diff-old a:hover, .diff-old a:focus, .diff-old a:active {
  color: #8c291c;
}

.diff-new {
  background: #bbe2bb;
  border-radius: 3px;
  color: #3e6441;
  padding: 1px 2px;
}
.diff-new a {
  color: #3e6441;
}
.diff-new a:hover, .diff-new a:focus, .diff-new a:active {
  color: #3e6441;
}

/**
 * Connect DropZone specific styling
 */
.timeline .dropzone--passive {
  text-align: left;
}

.dropzone__file-inner {
  border: 1px solid #ccc;
}
.timeline .dropzone__file-inner {
  background-color: #fff;
}

.lt-ie10 .dropzone__thumbnail {
  display: inline-block;
  width: 25%;
  vertical-align: middle;
}

.dropzone__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lt-ie10 .dropzone__meta {
  display: inline-block;
  vertical-align: middle;
  width: 75%;
}

.dropzone__name {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-size: 1em;
  margin-bottom: 0.25em;
  margin-top: auto;
}

.dropzone__description {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-size: 0.75em;
  line-height: 1.2;
  margin: 0;
}

.dropzone__size {
  margin-right: 0.5em;
}

.dropzone__size,
.dropzone__type {
  margin-bottom: auto;
  vertical-align: middle;
}

@-webkit-keyframes help-text-slide {
  0% {
    -webkit-transform: translateX(-50%) translateY(-15%);
            transform: translateX(-50%) translateY(-15%);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}

@keyframes help-text-slide {
  0% {
    -webkit-transform: translateX(-50%) translateY(-15%);
            transform: translateX(-50%) translateY(-15%);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
@-webkit-keyframes help-text-shrink {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
            transform: translateX(-50%) translateY(-50%) scale(1);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.975);
            transform: translateX(-50%) translateY(-50%) scale(0.975);
  }
}
@keyframes help-text-shrink {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
            transform: translateX(-50%) translateY(-50%) scale(1);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.975);
            transform: translateX(-50%) translateY(-50%) scale(0.975);
  }
}
.dropzone__state {
  text-align: center;
}
.dropzone__state:before {
  content: attr(data-dropzone-help);
  display: none;
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.15em;
  left: 50%;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-10%);
          transform: translateX(-50%) translateY(-10%);
  will-change: transform;
}

.dropzone-window-active:not(.modal-open) .timeline__message-box .timeline-content {
  border: 2px dashed #3e4994;
  z-index: 3001;
}
.dropzone-window-active:not(.modal-open) .timeline__message-box .timeline-content:before, .dropzone-window-active:not(.modal-open) .timeline__message-box .timeline-content:after {
  display: none;
}
.dropzone-window-active:not(.modal-open) .timeline__message-box .timeline-content .dropzone__state {
  background-color: rgba(255, 255, 255, 0.95);
  color: #3e4994;
  z-index: 3001;
}
.dropzone-window-active:not(.modal-open) .timeline__message-box .timeline-content .dropzone__state:before {
  -webkit-animation: help-text-slide 300ms forwards;
          animation: help-text-slide 300ms forwards;
  display: block;
}
.dropzone-dropzone-active:not(.modal-open) .timeline__message-box .timeline-content {
  border: 2px solid #3e4994;
}
.dropzone-dropzone-active:not(.modal-open) .timeline__message-box .timeline-content .dropzone__state {
  background-color: rgba(255, 255, 255, 0.95);
  color: #3e4994;
  z-index: 3001;
}
.dropzone-dropzone-active:not(.modal-open) .timeline__message-box .timeline-content .dropzone__state:before {
  -webkit-animation: help-text-shrink 300ms forwards;
          animation: help-text-shrink 300ms forwards;
  display: block;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.dropzone-error:not(.modal-open) .timeline__message-box .timeline-content {
  border: 2px solid #b64135;
}
.dropzone-error:not(.modal-open) .timeline__message-box .timeline-content .dropzone__state {
  -webkit-animation: none;
          animation: none;
  background-color: rgb(238.9872340426, 203.6382978723, 200.0127659574);
  color: #b64135;
  z-index: 3001;
}
.dropzone-error:not(.modal-open) .timeline__message-box .timeline-content .dropzone__state:before {
  -webkit-animation: help-text-slide 350ms forwards;
          animation: help-text-slide 350ms forwards;
  display: block;
  -webkit-transform: translateX(-50%) translateY(-10%);
          transform: translateX(-50%) translateY(-10%);
}

/**
 * Files tab styling
 */
.tabs__content.has-dropzone {
  padding-left: 0;
  padding-right: 0;
}

.dropzone-window-active:not(.modal-open) .file-upload .dropzone {
  background-color: #fff;
  z-index: 3001;
}
.dropzone-error:not(.modal-open) .file-upload .dropzone {
  background-color: rgb(238.9872340426, 203.6382978723, 200.0127659574);
}
.lt-ie10 .file-upload .dropzone {
  display: none;
}

/**
 * Limited support error
 */
.timeline-content .dropzone__error {
  margin-top: 1rem;
}

/**
 * Notes
 */
.file-upload--notes .dropzone {
  height: auto;
  line-height: inherit;
}

.file-upload--notes .dropzone__file {
  width: 100%;
}

.flash__action {
  margin: 0 20px;
}

.flash.is-sticky {
  width: 100% !important;
  z-index: 1;
}

.flash-container:empty {
  margin-bottom: 0;
}

.piano__item-content .flash-container {
  margin: 0 0 12px 0;
}

.modal .flash-container {
  margin: 0;
}

.rich-list time {
  clear: both;
  float: right;
}

.rich-list__items {
  float: left;
  border: 1px solid rgb(126, 126, 126);
  border-bottom: 0;
  width: 35%;
}
.rich-list__items li {
  background-color: white;
  border-bottom: 1px solid rgb(126, 126, 126);
  float: left;
  list-style-type: none;
  padding: 10px 10px;
  width: 100%;
}
.rich-list__items li a {
  text-decoration: none;
}
.rich-list__items li a:focus {
  -webkit-box-shadow: inset 0 0 0 2px rgb(30, 30, 30);
          box-shadow: inset 0 0 0 2px rgb(30, 30, 30);
}
.rich-list__items li a.block {
  display: block;
  margin: -10px -10px;
  padding: 10px 10px;
}
.rich-list__items li:hover {
  background-color: rgba(0, 0, 0, 0.01);
  cursor: pointer;
}
.rich-list__items li:hover .subject:after {
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.01));
}
.rich-list__items li .title {
  position: relative;
  width: 100%;
  font-weight: bold;
  display: block;
}
.rich-list__items li .description {
  display: block;
  position: relative;
  width: 100%;
}
.rich-list__items li.is-selected {
  background-color: #3e4994;
}
.rich-list__items li.is-selected, .rich-list__items li.is-selected > a {
  color: #fff;
}
.rich-list__items li.is-selected .sender {
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.rich-list__items li.is-selected .subject:after {
  background-image: -o-linear-gradient(left, rgba(217, 235, 234, 0), rgb(133.4744186047, 194.2372093023, 234.5255813953));
}
.rich-list__items li .img-preview {
  background-size: cover;
  display: block;
  float: left;
  height: 5em;
  margin-right: 10px;
  width: 5em;
}
.rich-list__items li .img-preview:before {
  color: rgb(126, 126, 126);
  font-size: 4em;
  line-height: 1.2;
  text-align: center;
  width: 100%;
}
.rich-list__items .badge {
  float: right;
  margin: 2px 10px 0 0;
}
.rich-list__items .sender,
.rich-list__items .subject {
  display: inline;
  overflow: hidden;
  float: left;
}
.rich-list__items .subject {
  font-size: 12px;
  line-height: 1.5;
  width: 100%;
}
.rich-list__items .label {
  float: right;
  position: relative;
}
.rich-list__items a {
  color: black;
}

.rich-list__expanded {
  float: left;
  padding: 6px 0;
  width: 65%;
}
.rich-list__expanded .loading {
  margin: 10px 20px;
}
.rich-list__expanded .sender,
.rich-list__expanded .subject,
.rich-list__expanded .recipient,
.rich-list__expanded .preview {
  display: inline-block;
}
.rich-list__expanded header {
  border-bottom: 1px solid rgb(190, 190, 190);
  margin-bottom: 1em;
  padding: 0 20px;
}
.rich-list__expanded .subject {
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 18.66px;
  line-height: 1.35;
  margin-bottom: 0.5em;
}
.rich-list__expanded .preview,
.rich-list__expanded .metadata {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 0.5em;
  width: 100%;
}
.rich-list__expanded .message-body,
.rich-list__expanded .file-reference {
  border-top: 1px solid rgb(126, 126, 126);
}
.rich-list__expanded .message-body,
.rich-list__expanded .message-body > p,
.rich-list__expanded .file-reference,
.rich-list__expanded .file-reference > p {
  margin-top: 1em;
}
.rich-list__expanded .content,
.rich-list__expanded .form fieldset {
  margin: 0 1em;
}
.rich-list__expanded .form-instructions {
  margin: 0 1em 1em;
}
.rich-list__expanded h3 {
  margin: 0 0.5em;
}
.rich-list__expanded .file-reference {
  padding-top: 1em;
}
.rich-list__expanded .file-reference li {
  display: inline-block;
  list-style-type: none;
  margin-right: 2%;
  max-width: 18%;
}
.rich-list__expanded .file-reference li img {
  width: 100%;
}
.rich-list__expanded .file-reference li a {
  color: #000;
  display: block;
  text-align: center;
}
.rich-list__expanded .file-reference li a:hover {
  color: rgb(30, 30, 30);
}
.rich-list__expanded p {
  clear: none;
  margin-left: 0;
}
.rich-list__expanded .form--horizontal .controls {
  width: 70%;
}

.expanded-item {
  overflow: hidden;
}
.expanded-item.message--open .message-body {
  height: auto;
}
.expanded-item.message--closed {
  color: rgb(5.1, 5.1, 5.1);
  padding-top: 0.5em;
}
.expanded-item.message--closed .message-body {
  border-top: 1px dashed rgb(126, 126, 126);
  margin-top: 0.5em;
}
.expanded-item.message--closed .message-body > * {
  display: none;
}
.expanded-item.message--closed:hover {
  cursor: pointer;
}
.expanded-item.message--closed:nth-of-type(odd) {
  background-color: rgb(169.35, 169.35, 169.35);
}
.expanded-item.message--closed:nth-of-type(odd):hover {
  background-color: rgb(166.8, 166.8, 166.8);
}
.expanded-item.message--closed:nth-of-type(even) {
  background-color: rgb(164.25, 164.25, 164.25);
}
.expanded-item.message--closed:nth-of-type(even):hover {
  background-color: rgb(161.7, 161.7, 161.7);
}
.expanded-item .preview > p {
  display: inline;
}
.expanded-item .download {
  margin: 20px 0;
}
@media screen and (min-width: 992px) {
  .expanded-item .download {
    margin: 30px 0;
  }
}

.case-type-icon {
  margin-top: 6px;
  height: 20px;
}

.table .monospace, .table--datagrid .monospace {
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.signin .no-required-fields legend {
  display: none;
}

.messages .message {
  color: #000;
  display: block;
  overflow: hidden;
  padding: 10px 0;
}
.messages .message.message--highlighted {
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-name: infoBlueFadeToWhite;
          animation-name: infoBlueFadeToWhite;
}
.messages .message .message-body {
  margin-bottom: 10px;
  margin-top: 10px;
}
.messages .message .message-body p {
  clear: both;
}
.messages .message.message--open .message-body {
  height: auto;
}
.messages .message.message--closed {
  background-color: rgb(244.355, 244.355, 244.355);
  padding: 10px 10px 0;
}
.messages .message.message--closed .message-body {
  margin-top: 0.5em;
}
.messages .message.message--closed .message-body > * {
  display: none;
}
.messages .message .preview {
  clear: both;
  display: block;
}
.messages .message .preview > p {
  display: inline;
}
.messages .message .message__time {
  float: right;
}
.messages .message .message-reply {
  margin: 10px 0 0;
}

.messages .message + .message {
  border-top: 1px dashed rgb(222, 222, 222);
}

.history {
  background-color: rgb(239, 239, 239);
  border-bottom: 1px solid rgb(190, 190, 190);
  border-left: 0;
  border-right: 0;
  border-top: 1px solid rgb(190, 190, 190);
  color: #000;
  cursor: pointer;
  display: block;
  margin: 1em 0;
  padding: 0;
  position: relative;
  text-align: center;
}
.history,
.history span {
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
.history span {
  background-color: rgb(239, 239, 239);
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.history:after {
  background: rgb(126, 126, 126);
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 0;
}
.history:hover, .history:hover > span {
  background-color: rgb(222, 222, 222);
}
.history:focus {
  background-color: #fd0;
  -webkit-box-shadow: 0 -2px #fd0, 0 4px rgb(30, 30, 30);
          box-shadow: 0 -2px #fd0, 0 4px rgb(30, 30, 30);
  color: rgb(30, 30, 30);
  outline: none;
  text-decoration: none;
}
.history:focus span {
  background-color: #fd0;
  color: #000;
}

.is-pinned .piano__item-header::before, .is-case-alert .piano__item-header::before {
  float: right;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: rgb(110, 110, 110);
}

.is-pinned .piano__item-header::before {
  content: "\f08d";
  padding-left: 5px;
}

.is-case-alert .piano__item-header::before {
  content: "\f071";
  padding-left: 5px;
}

.is-pinned.is-case-alert .piano__item-header::before {
  content: "\f08d  \f071";
  padding-left: 5px;
}

[data-icon]::before {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  width: 25px;
}

[data-icon=file-alt]::before {
  content: "\f016";
}

[data-icon=phone]::before {
  content: "\f095";
}

[data-icon=envelope-alt]::before {
  content: "\f003";
}

.message__heading {
  font-size: 16px;
  font-weight: bold;
}

.filter-bar {
  margin-bottom: 10px;
}
.filter-bar .popover, .filter-bar .daterangepicker {
  width: 276px;
}
.filter-bar .popover.bottom .arrow, .filter-bar .bottom.daterangepicker .arrow {
  top: -11px !important;
}
.filter-bar .popover.left .arrow:after, .filter-bar .left.daterangepicker .arrow:after {
  border-left-color: #f7f7f7;
}
.filter-bar .popover-content .form__group + .form__group {
  margin-top: 12px;
}
.filter-bar .popover.left .arrow, .filter-bar .left.daterangepicker .arrow {
  margin-top: 0;
}
.filter-bar .block-list__item {
  padding: 0;
}
.filter-bar .block-list__item:hover {
  background: none;
}
.filter-bar .block-list__item .form__control {
  margin: 0 5px 10px 0;
  width: 89% !important;
}
.filter-bar .form fieldset {
  display: block;
  margin: 0;
}
@media screen and (min-width: 767px) {
  .filter-bar fieldset > .form__actions {
    right: 20px;
  }
}
@media screen and (max-width: 766px) {
  .filter-bar .legend {
    line-height: normal;
    margin-bottom: 10px;
    padding: 0;
    text-align: center;
  }
}
.filter-bar .label {
  text-align: left;
  text-transform: none;
}
.filter-bar .popover-content {
  background-color: #f7f7f7;
  margin-right: 0;
  padding: 9px 0;
}
.filter-bar .popover-content .filter-bar__list {
  overflow-y: auto;
}
.filter-bar .popover-content fieldset {
  padding-bottom: 9px;
  padding-left: 14px;
  padding-right: 14px;
}
.filter-bar .popover-content .filter-bar__list {
  max-height: 292px;
  padding-left: 14px;
}
.filter-bar .popover-content .filter-bar__list a:hover {
  text-decoration: underline;
}
.filter-bar .popover-content .filter-bar__list a:focus {
  text-decoration: none;
}
.filter-bar .popover-content .form__group,
.filter-bar .popover-content .filter-bar__list {
  padding-right: 14px;
}
.filter-bar .popover-content .form__actions {
  background: white;
  border-top: 1px solid #f2f2f2;
  margin: 0 0 -9px 0;
  padding: 9px 0 9px 14px;
}
.filter-bar .popover-content .loading {
  height: 38px;
  padding: 9px 0;
}
.filter-bar .popover-content .loading i {
  top: 10px;
}
.filter-bar .popover-content .filter-bar__column-list {
  margin-bottom: -9px;
  margin-top: -9px;
  max-height: 350px;
  overflow-y: auto;
  padding: 9px 0;
}
.filter-bar .controls {
  margin-left: 0;
}

.filter-search {
  padding: 0 14px;
}

.filter-search-input.form__control {
  height: 32px;
  line-height: 32px;
  margin-bottom: 10px;
}
.filter-search-input.form__control::-ms-clear {
  display: none;
}

ul.dropdown__menu > li button.btn--naked, ul.dropdown__menu > li button.overlay-btn, ul.dropdown__menu.tabs__list > li > button, ul.dropdown__menu > li button.remove-button, ul.dropdown__menu > li button.hideShowPassword-toggle {
  border-radius: 0;
  display: block;
  line-height: 24px;
  margin-bottom: 0 !important;
  padding: 3px 15px 3px 10px;
  width: 100% !important;
}
@media screen and (min-width: 600px) {
  ul.dropdown__menu > li button.btn--naked, ul.dropdown__menu > li button.overlay-btn, ul.dropdown__menu.tabs__list > li > button, ul.dropdown__menu > li button.remove-button, ul.dropdown__menu > li button.hideShowPassword-toggle {
    text-align: left;
  }
}
ul.dropdown__menu > li button.btn--naked:hover, ul.dropdown__menu > li button.overlay-btn:hover, ul.dropdown__menu.tabs__list > li > button:hover, ul.dropdown__menu > li button.remove-button:hover, ul.dropdown__menu > li button.hideShowPassword-toggle:hover, ul.dropdown__menu > li button.btn--naked:active, ul.dropdown__menu > li button.overlay-btn:active, ul.dropdown__menu.tabs__list > li > button:active, ul.dropdown__menu > li button.remove-button:active, ul.dropdown__menu > li button.hideShowPassword-toggle:active {
  background-color: #3e4994 !important;
  color: #fff !important;
  top: 0;
}
ul.dropdown__menu > li button.btn--naked i, ul.dropdown__menu > li button.overlay-btn i, ul.dropdown__menu.tabs__list > li > button i, ul.dropdown__menu > li button.remove-button i, ul.dropdown__menu > li button.hideShowPassword-toggle i {
  display: inline-block;
  margin: 0 5px 0 2px;
  text-align: center;
  width: 23px;
}

@media screen and (min-width: 767px) {
  .filter-bar__labels {
    padding-right: 5em;
  }
}

@media screen and (min-width: 767px) {
  .filter-bar__labels--with-buttons {
    padding-right: 14em;
  }
}

.close.popover-close-button {
  padding-left: 10px;
}

.filter-bar .select2-container--default .select2-selection--multiple .select2-selection__choice {
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  width: 200px;
}

.filter-bar fieldset > .form__actions > .form > .btn, .filter-bar fieldset > .form__actions > .form > .overlay-btn.overlay-btn, .filter-bar fieldset > .form__actions.tabs__list > li.form > button, .filter-bar fieldset > .form__actions > .form > .hideShowPassword-toggle {
  display: block;
  margin-top: 10px;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .filter-bar fieldset > .form__actions > .form > .btn, .filter-bar fieldset > .form__actions > .form > .overlay-btn.overlay-btn, .filter-bar fieldset > .form__actions.tabs__list > li.form > button, .filter-bar fieldset > .form__actions > .form > .hideShowPassword-toggle {
    display: inline-block;
    margin-top: 0;
    width: auto;
  }
}

.muted, .tabs__list > li > a[data-show="#new-tab"] {
  color: rgb(157, 157, 157);
}

.has-report-layout .tabs__content,
.has-report-layout .content-main {
  height: 100%;
}
.has-report-layout .tab__inner {
  clear: both;
}
@media screen and (min-width: 600px) {
  .has-report-layout .actionsbar .float--right {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .has-report-layout .actionsbar .float--right {
    width: auto;
  }
}

.ui-report {
  zoom: 1;
}
.ui-report:before, .ui-report:after {
  content: "";
  display: table;
}
.ui-report:after {
  clear: both;
}
.ui-report {
  border-top: 1px solid rgb(126, 126, 126);
  height: 100%;
  padding: 16px 20px;
}
.ui-report.tab__pane {
  margin: -1px -20px 0;
  width: auto;
}

.date-range-form-fields-container {
  margin: 20px 0;
}
@media screen and (min-width: 767px) {
  .date-range-form-fields-container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
@media screen and (min-width: 767px) {
  .date-range-form-fields-container {
    white-space: nowrap;
  }
}
.date-range-form-fields-container .form__group {
  margin-bottom: 0;
  width: auto;
}
.date-range-form-fields-container .form__group.has-error .control__label,
.date-range-form-fields-container .form__group.has-error .help-block {
  color: rgb(162.2510638298, 57.9468085106, 47.2489361702);
}
.date-range-form-fields-container .form__group.form__group--compact > .control__label {
  padding-top: 6px;
}
.date-range-form-fields-container .form__group + .form__group {
  margin-top: 10px;
}
@media screen and (min-width: 767px) {
  .date-range-form-fields-container .form__group + .form__group {
    margin-left: 20px;
    margin-top: 0;
  }
}
.date-range-form-fields-container .control__label {
  width: auto;
}
.date-range-form-fields-container .control__label + .controls {
  width: auto;
}
.date-range-form-fields-container .control__label + .controls {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .date-range-form-fields-container .form__control {
    width: 130px !important;
  }
}
.date-range-form-fields-container .select {
  background-position: calc(100% - 10px) calc(0.5em + 5px), calc(100% - 5px) calc(0.5em + 5px), 100% 0;
}
.date-range-form-fields-container .btn, .date-range-form-fields-container .overlay-btn.overlay-btn, .date-range-form-fields-container .tabs__list > li > button, .date-range-form-fields-container .hideShowPassword-toggle {
  margin-top: 15px;
}
@media screen and (min-width: 767px) {
  .date-range-form-fields-container .btn, .date-range-form-fields-container .overlay-btn.overlay-btn, .date-range-form-fields-container .tabs__list > li > button, .date-range-form-fields-container .hideShowPassword-toggle {
    margin-left: 20px;
    margin-top: 0;
  }
}

.report {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  clear: both;
  padding: 20px;
}
.report.is-loading > * {
  opacity: 0.3;
}
@media screen and (min-width: 767px) {
  .report {
    margin-top: 10px;
  }
  .report:first-of-type {
    margin-top: 0;
  }
}
.report .table, .report .table--datagrid {
  margin-bottom: 1em;
}

.report__title {
  clear: right;
  margin-bottom: 2px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .report__title {
    clear: none;
    width: auto;
  }
}

.report__settings {
  float: right;
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .report__settings {
    margin-bottom: 0;
  }
}

.report__timeframe {
  display: block;
  margin-bottom: 7px;
  text-align: right;
}

.report__chart {
  margin-bottom: 24px;
}

.schedule {
  border-bottom: 1px solid rgb(126, 126, 126);
  display: table;
  padding: 5px 10px 10px 20px;
  width: 100%;
}
.schedule:hover {
  background-color: rgb(244.355, 244.355, 244.355);
}
.schedule:last-child {
  border-bottom: 0;
}

.schedule__title {
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 48px;
  margin-bottom: 0;
}

.schedule__actions {
  float: right;
}
.schedule__actions .btn, .schedule__actions .overlay-btn.overlay-btn, .schedule__actions .tabs__list > li > button, .schedule__actions .hideShowPassword-toggle {
  padding-left: 5px;
  padding-right: 5px;
}

.schedule__detail {
  color: rgb(95, 95, 95);
  float: left;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.schedule__detail .label:not(:last-child) {
  margin-right: 10px;
}

.schedule__item {
  display: table-cell;
}
.schedule__item .tooltip {
  white-space: nowrap;
}
.schedule__item:nth-child(1) {
  width: 40%;
}
.schedule__item:nth-child(2) {
  width: 60%;
}

.report-message {
  left: 0;
  position: absolute;
  right: 0;
  top: -30px;
  background-color: rgb(244.355, 244.355, 244.355);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  width: 400px;
  z-index: 1;
}
.report-message .loading {
  display: block;
  margin: 0 auto 20px;
}

.report__query {
  background-color: #efefef;
  border-radius: 0;
  display: block;
  line-height: 30px;
  margin: 15px 0 10px;
  padding: 10px 20px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .report__query {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    display: inline-block;
    float: left;
    margin-left: -20px;
    width: auto;
  }
}
.report__query > .label {
  position: relative;
  top: -1px;
}

.input-group-addon__link {
  color: rgb(30, 30, 30);
  line-height: 31px;
}

.ribbon-wrapper {
  margin: 0 -20px;
}
.has-timeline .ribbon-wrapper {
  padding: 0 20px;
}
@media screen and (min-width: 767px) {
  .has-timeline .ribbon-wrapper {
    padding: 0;
  }
}

.ribbon {
  zoom: 1;
}
.ribbon:before, .ribbon:after {
  content: "";
  display: table;
}
.ribbon:after {
  clear: both;
}
.ribbon {
  background-color: #2d3045;
  background-image: url("/q/bundles/jadupulsar/images/branding/connect-gradient-large.svg");
  background-position: bottom;
  background-size: cover;
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
  color: #fff;
  font-size: 14px;
  position: relative;
  width: 100%;
  word-break: break-word;
  z-index: 1;
}
.ribbon a {
  color: #fff;
}
.ribbon a:active, .ribbon a:focus {
  color: rgb(30, 30, 30);
}
.ribbon .flash {
  font-size: 16px;
}

.ribbon--padded {
  padding: 10px;
}
@media screen and (min-width: 767px) {
  .ribbon--padded {
    padding: 10px 0;
  }
}

.ribbon__mobile-toggle {
  color: #fff;
  font-size: 28px;
  position: absolute;
  right: 10px;
  text-decoration: none;
  top: 10px;
  z-index: 2;
}
@media screen and (min-width: 480px) {
  .ribbon__mobile-toggle {
    top: 15px;
  }
}
@media screen and (min-width: 767px) {
  .ribbon__mobile-toggle {
    display: none;
  }
}
.no-js .ribbon__mobile-toggle {
  display: none;
}

.ribbon__owner {
  background-color: rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1.1em;
  padding: 10px;
}
@media screen and (min-width: 767px) {
  .ribbon__owner {
    padding: 10px 20px;
  }
}
@media screen and (min-width: 767px) {
  .ribbon__owner + .ribbon__header {
    padding: 15px 20px 0;
  }
}
.ribbon__owner a {
  color: #fff;
}
.ribbon__owner a:focus {
  color: rgb(30, 30, 30);
}

.ribbon__header {
  padding: 5px 28px 5px 10px;
  position: relative;
}
@media screen and (min-width: 767px) {
  .ribbon__header {
    padding: 10px 20px 0;
  }
}
.ribbon__header .label {
  font-size: 12px;
  letter-spacing: 0;
  margin: 5px 0 10px 5px;
  vertical-align: middle;
  word-break: break-all;
}
@media screen and (min-width: 767px) {
  .ribbon__header .label {
    padding: -0.5em 0 0 10px;
  }
}
.ribbon__header .label + .label {
  margin: 5px 0 10px 0;
}

.ribbon__heading {
  display: inline-block;
  font-family: "Montserrat SemiBold", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.5em;
  letter-spacing: 0.5px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 5px;
  padding: 0;
}
@media screen and (min-width: 767px) {
  .ribbon__heading {
    margin: 0;
  }
}
.ribbon--open .ribbon__heading {
  margin-bottom: 0;
}

.ribbon__subheading {
  color: #fff;
  font-size: 1em;
  margin: 0;
  padding-top: 5px;
}

.ribbon__meta {
  display: none;
  margin: 11px 0 0;
}
@media screen and (min-width: 767px) {
  .ribbon__meta {
    display: inline-block;
    margin-left: 20px;
  }
  .no-js .ribbon__meta {
    display: inline-block;
  }
}
.no-js .ribbon__meta {
  display: block;
}
@media screen and (min-width: 767px) {
  .ribbon__meta dt,
  .ribbon__meta dd {
    display: inline-block;
  }
}
.ribbon__meta dt {
  color: #fff;
  font-weight: normal;
  margin-right: 10px;
}
.ribbon__meta dd {
  color: #fff;
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 0 0 10px 0;
}
@media screen and (min-width: 767px) {
  .ribbon__meta dd {
    margin: 0 30px 0 0;
  }
}
@media screen and (min-width: 992px) {
  .ribbon__meta dd {
    margin: 0 30px 0 0;
  }
}

.ribbon__main {
  display: none;
  margin-bottom: 6px;
  padding: 0 10px;
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  .ribbon__main {
    display: block;
    margin-top: 10px;
    padding: 0 20px;
  }
}
.no-js .ribbon__main {
  display: block;
}
.ribbon__main dt {
  color: #fff;
  font-weight: normal;
}
@media screen and (min-width: 767px) {
  .ribbon__main dt {
    clear: left;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    max-width: 164px;
    width: 10%;
  }
}
.ribbon__main dd {
  color: #fff;
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin-bottom: 10px;
  margin-left: 0;
}
@media screen and (min-width: 767px) {
  .ribbon__main dd {
    display: inline-block;
    float: left;
    width: 80%;
  }
}

.ribbon--open .ribbon__meta {
  display: block;
}
@media screen and (min-width: 767px) {
  .ribbon--open .ribbon__meta {
    display: inline-block;
  }
}

.ribbon--open .ribbon__main {
  display: block;
}

.ribbon--closed .ribbon__meta {
  display: none;
}
@media screen and (min-width: 767px) {
  .ribbon--closed .ribbon__meta {
    display: inline-block;
  }
}
.no-js .ribbon--closed .ribbon__meta {
  display: inline-block !important;
}
.ribbon--closed .ribbon__main {
  display: none;
}
@media screen and (min-width: 767px) {
  .ribbon--closed .ribbon__main {
    display: block;
  }
}
.no-js .ribbon--closed .ribbon__main {
  display: block;
}

@media screen and (min-width: 767px) {
  .ribbon--closed.ribbon--fixed .ribbon__main {
    display: none;
  }
}

.ribbon--fixed {
  position: relative;
}
@media screen and (min-width: 767px) {
  .ribbon--fixed {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    margin-top: 0;
    position: fixed;
    top: 0;
    z-index: 2;
  }
  .ribbon--fixed .ribbon__mobile-toggle {
    display: block;
    position: fixed;
    top: 15px;
  }
  .ribbon--fixed .ribbon__header {
    padding: 10px 20px;
  }
  .ribbon--fixed.ribbon--open .ribbon__header {
    padding: 10px 20px 0;
  }
  .ribbon--fixed .ribbon__owner + .ribbon__header .ribbon__mobile-toggle {
    top: 63px;
  }
}

.show-more,
.show-less {
  color: #2455c3;
  font-size: 0.9em;
  text-decoration: none;
}

.ribbon__status-labels {
  margin: 0;
  padding: 10px 0 10px 10px;
}
@media screen and (min-width: 767px) {
  .ribbon__status-labels {
    padding: 15px 0 5px 20px;
  }
}
.ribbon__status-labels .label {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 10px;
  text-align: left;
}
@media screen and (min-width: 480px) {
  .ribbon__status-labels .label {
    margin-top: 5px;
    text-align: center;
  }
}

.table tfoot > tr > td > form, .table--datagrid tfoot > tr > td > form {
  line-height: normal;
}

.table tfoot input[type=text].form__control, .table--datagrid tfoot input[type=text].form__control,
.table tfoot select.form__control,
.table--datagrid tfoot select.form__control {
  height: 48px;
}

.rules {
  overflow: hidden;
  position: relative;
}
.rules:before {
  background: rgb(222, 222, 222);
  content: "";
  height: 90%;
  left: 55px;
  position: absolute;
  top: 1em;
  width: 4px;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .rules:before {
    left: 65px;
  }
}
.rules .remove__control {
  border: 0;
  color: #999999 !important;
  position: absolute;
  text-decoration: none;
  top: 10px;
  right: 10px;
}
.rules .remove-button {
  position: absolute;
  right: 5px;
  top: 5px;
}
@media screen and (min-width: 767px) {
  .rules .remove-button {
    top: 10px;
    right: 10px;
  }
}

.rule-block-wrapper ~ .rule-block-wrapper {
  margin-top: -1px;
}

fieldset.rule-block-wrapper {
  padding: 0;
  margin-top: 0;
}

td.table__form fieldset.rule-block-wrapper:last-of-type {
  padding: 0;
}

.rule-block {
  background: #fff;
  border: 1px solid #D1D1D1;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 1000;
}
@media screen and (min-width: 767px) {
  .rule-block {
    display: table;
    padding: 0 15px 0 0;
  }
}

.rule-block--and {
  margin-top: 24px;
}

.rule-block--indented {
  border-radius: 0;
  margin-left: 20px;
}

.rule-block--new {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: blueFadeToWhite;
          animation-name: blueFadeToWhite;
}
.rule-block--new .rule-block {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: blueFadeToWhite;
          animation-name: blueFadeToWhite;
}
.rule-block--new .rule-block__header {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: blueFadeToGrey;
          animation-name: blueFadeToGrey;
}

.rule-block__header {
  background: #F5F5F5;
  border-bottom: 1px solid #D1D1D1;
  display: block;
}
@media screen and (min-width: 767px) {
  .rule-block__header {
    border-right: 1px solid #D1D1D1;
    border: 0;
    display: table-cell;
    height: 100%;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
    width: 95px;
  }
}

.rule-block__header--when {
  -webkit-box-shadow: inset 4px 0 0 0 rgb(50.7071428571, 59.7035714286, 121.0428571429);
          box-shadow: inset 4px 0 0 0 rgb(50.7071428571, 59.7035714286, 121.0428571429);
  color: rgb(50.7071428571, 59.7035714286, 121.0428571429);
}

.rule-block__header--then {
  -webkit-box-shadow: inset 4px 0 0 0 rgb(34.6636363636, 104.8363636364, 59.1818181818);
          box-shadow: inset 4px 0 0 0 rgb(34.6636363636, 104.8363636364, 59.1818181818);
  color: rgb(34.6636363636, 104.8363636364, 59.1818181818);
}

.rule-block__header--and,
.rule-block__header--or {
  -webkit-box-shadow: inset 4px 0 0 0 rgb(95, 95, 95);
          box-shadow: inset 4px 0 0 0 rgb(95, 95, 95);
  color: rgb(95, 95, 95);
}

.rule-block__heading {
  display: inline-block;
  font-size: 1.2em;
  margin: 0;
  padding: 0.5em 0 0.5em 0.7em;
}
@media screen and (min-width: 767px) {
  .rule-block__heading {
    padding: 1.3em 0;
    text-align: center;
  }
}

.rule-block__heading__icon {
  font-size: 16px;
  margin-left: 5px;
}

.rule-block__controls {
  margin: 1em 0;
}
@media screen and (min-width: 767px) {
  .rule-block__controls {
    margin: 1em 1.7em 0 0.4em;
  }
}

.rule-block__control {
  display: block;
  margin: 0 10px 10px;
}
@media screen and (min-width: 767px) {
  .rule-block__control {
    display: inline-block;
    margin: 0 0 1em 0.4em;
    vertical-align: bottom;
  }
}
.rule-block__control .control__label {
  padding: 0;
}

.conditional-block {
  position: relative;
}

.conditional-block--flush {
  margin: 24px 0 24px 58px;
}
@media screen and (min-width: 767px) {
  .conditional-block--flush {
    margin: 24px 0 24px 68px;
  }
}
.conditional-block--flush::after {
  color: rgb(222, 222, 222);
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18.66px;
  left: 0;
  position: absolute;
  top: 7px;
}
.conditional-block--flush .btn, .conditional-block--flush .overlay-btn.overlay-btn, .conditional-block--flush .tabs__list > li > button, .conditional-block--flush .hideShowPassword-toggle {
  margin-left: 25px;
}

.conditional-block--indented {
  margin: 0 0 24px 75px;
  padding-top: 14px;
}
@media screen and (min-width: 767px) {
  .conditional-block--indented {
    margin: 0 0 14px 80px;
  }
}
.conditional-block--indented::before {
  background: rgb(222, 222, 222);
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
  z-index: 1;
}
.conditional-block--indented .btn, .conditional-block--indented .overlay-btn.overlay-btn, .conditional-block--indented .tabs__list > li > button, .conditional-block--indented .hideShowPassword-toggle {
  margin-left: 25px;
}
.conditional-block--indented::after {
  color: rgb(222, 222, 222);
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-size: 19px;
  font-weight: 900;
  left: 0;
  position: absolute;
  top: 17px;
}

.piano__item-content .form fieldset.rules__step,
.piano__item-content form > fieldset .rules__step legend {
  margin: 0;
  padding: 0;
}

.piano__item-content .rules-container .form {
  padding-top: 12px;
}

.piano__item-content .rules-container .modal__content .form {
  padding-top: 0;
}

td.table__form .rules + .form__group:last-of-type {
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
  td.table__form .rules + .form__group:last-of-type {
    margin-bottom: 10px;
  }
}

.rule-block__control.has-error .control__label {
  color: #b94a48;
}
.rule-block__control.has-error .form__control,
.rule-block__control.has-error .select2-container .select2-selection--multiple,
.rule-block__control.has-error .select2-container--default .select2-selection--multiple {
  background-color: #faefef;
  border-color: #b64135;
}

@media screen and (min-width: 767px) {
  .main-search.main-search--large {
    max-width: 400px;
  }
}
.main-search.main-search--large input.main-search__field {
  padding-right: 30px;
}
@media screen and (min-width: 767px) {
  .main-search.main-search--large input.main-search__field {
    max-width: 400px;
    width: 400px;
  }
}
.main-search.main-search--large .main-search__submit {
  left: auto;
  right: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice.select2-selection__choice--success {
  background-color: #297c46;
  color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice.select2-selection__choice--danger {
  background-color: #b64135;
  color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice--success .select2-selection__choice__remove span,
.select2-container--default .select2-selection--multiple .select2-selection__choice--danger .select2-selection__choice__remove span {
  opacity: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice--success .select2-selection__choice__remove:after,
.select2-container--default .select2-selection--multiple .select2-selection__choice--danger .select2-selection__choice__remove:after {
  color: #fff;
}

@media screen and (max-width: 766px) {
  .has-timeline .content-main {
    padding: 0;
  }
}

.timeline {
  margin: 0;
  padding: 0;
  position: relative;
  word-break: break-word;
}
@media screen and (min-width: 767px) {
  .timeline {
    padding: 5px 0 0;
  }
}
@media screen and (min-width: 767px) {
  .timeline::before {
    background: rgba(62, 73, 148, 0.3);
    content: "";
    height: calc(100% - 74px);
    left: 26px;
    position: absolute;
    top: 51px;
    width: 4px;
  }
  .lt-ie10 .timeline::before {
    top: 58px;
  }
}
@media screen and (min-width: 767px) {
  .timeline::after {
    border: 4px solid rgba(62, 73, 148, 0.3);
    bottom: 4px;
    content: "";
    display: block;
    height: 11px;
    left: 18px;
    position: absolute;
    width: 11px;
  }
}
.timeline .autosave {
  padding-top: 0.5em;
}

@media screen and (min-width: 767px) {
  .timeline--no-messages::before {
    content: none;
  }
}

.timeline__notice {
  background-color: #c1c6e8;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: white;
  display: block;
  left: 10px;
  padding: 5px;
  position: absolute;
  right: 15px;
  text-align: center;
  text-decoration: none;
  top: 0;
  z-index: 2;
}
.timeline__notice:hover {
  background-color: rgb(174.4, 180.9, 225.1);
  color: white;
}

.timeline__items {
  padding: 0 10px;
}
@media screen and (min-width: 767px) {
  .timeline__items {
    padding: 0;
  }
}

.timeline__item {
  margin: 1em 0;
  position: relative;
}
@media screen and (min-width: 767px) {
  .timeline__item {
    margin: 2em 0;
  }
}
@media screen and (min-width: 767px) {
  .timeline__item:first-child {
    margin-top: 0;
  }
}
.timeline__item:last-child {
  margin-bottom: 0;
}

.timeline-avatar {
  background-color: #75ce66;
  border-radius: 50%;
  height: 20px;
  left: 0;
  margin-left: 0.5em;
  position: absolute;
  top: 14px;
  width: 20px;
}
@media screen and (min-width: 480px) {
  .timeline-avatar {
    height: 25px;
    width: 25px;
  }
}
@media screen and (min-width: 767px) {
  .timeline-avatar {
    -webkit-box-shadow: 0 0 0 6px rgba(62, 73, 148, 0.3);
            box-shadow: 0 0 0 6px rgba(62, 73, 148, 0.3);
    height: 40px;
    top: 0;
    width: 40px;
  }
}
.timeline-avatar span {
  display: block;
  font-size: 10px;
  line-height: 2.1;
  text-align: center;
}
@media screen and (min-width: 480px) {
  .timeline-avatar span {
    font-size: 13px;
  }
}
@media screen and (min-width: 767px) {
  .timeline-avatar span {
    font-size: 20px;
  }
}
.timeline-avatar__image {
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
@media screen and (min-width: 480px) {
  .timeline-avatar__image {
    height: 25px;
    width: 25px;
  }
}
@media screen and (min-width: 767px) {
  .timeline-avatar__image {
    height: 40px;
    width: 40px;
  }
}
.timeline-avatar--user {
  background-color: #297c46;
  color: #fff;
}
.timeline-avatar--admin {
  background-color: #3e4994;
  color: #fff;
}
.timeline-avatar--system {
  background-color: #3e4994;
  color: #fff;
}

.timeline__message-box .timeline-content {
  background-color: rgb(237.25, 237.25, 237.25);
}
@media screen and (min-width: 767px) {
  .timeline__message-box .timeline-content::after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: rgb(237.25, 237.25, 237.25);
    border-width: 7px;
    margin-top: -7px;
  }
}
.timeline__message-box .timeline-avatar {
  display: none;
}
@media screen and (min-width: 767px) {
  .timeline__message-box .timeline-avatar {
    display: block;
  }
}

.timeline-content {
  background: #fafafa;
  border: 1px solid #ccc;
  padding: 1em;
}
@media screen and (min-width: 767px) {
  .timeline-content {
    border: 1px solid #ccc;
    margin-left: 70px;
    margin-top: 10px;
    position: relative;
  }
  .timeline-content::before, .timeline-content::after {
    border: solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 100%;
    top: 16px;
    width: 0;
  }
  .timeline-content::after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #fafafa;
    border-width: 7px;
    margin-top: -7px;
  }
  .timeline-content::before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #ccc;
    border-width: 8px;
    margin-top: -8px;
  }
  .timeline__item--new .timeline-content {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: newContentBackgroundAndBorderFade;
    animation-name: newContentBackgroundAndBorderFade;
  }
  .timeline__item--new .timeline-content::before {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: newContentBefore;
    animation-name: newContentBefore;
    -webkit-transform-style: preserve-3d;
  }
  .timeline__item--new .timeline-content::after {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: newContentAfter;
    animation-name: newContentAfter;
    -webkit-transform-style: preserve-3d;
  }
  .timeline__item--highlighted .timeline-content {
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-name: highlightedContentBackgroundAndBorderFade;
    animation-name: highlightedContentBackgroundAndBorderFade;
  }
  .timeline__item--highlighted .timeline-content::before {
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-name: highlightedContentBefore;
    animation-name: highlightedContentBefore;
    -webkit-transform-style: preserve-3d;
  }
  .timeline__item--highlighted .timeline-content::after {
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-name: highlightedContentAfter;
    animation-name: highlightedContentAfter;
    -webkit-transform-style: preserve-3d;
  }
}
.timeline-content__title {
  color: #000;
  display: inline-block;
  font-size: 16px;
  margin: 0 0 0 26px;
}
@media screen and (min-width: 480px) {
  .timeline-content__title {
    margin: 0 0 0 32px;
  }
}
@media screen and (min-width: 767px) {
  .timeline-content__title {
    line-height: 24px;
    margin: 0;
    width: 80%;
  }
}
.timeline-content__note-title {
  margin: 1em 0;
}
.timeline-content__text {
  margin: 0.5em 0;
  -ms-word-break: break-all;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}
@-moz-document url-prefix() {
  .timeline-content__text {
    word-break: normal;
  }
}
@media screen and (min-width: 767px) {
  .timeline-content__text {
    margin: 1em 0;
  }
}
.timeline-content__text a {
  word-break: break-all;
}
.timeline-content__text .avatar {
  background-color: #fff;
  vertical-align: bottom;
}
.timeline-content__small {
  color: rgb(95, 95, 95);
  display: inline-block;
  font-size: 0.7em;
}
.timeline-content__small .label {
  font-size: 100%;
}
.timeline-content__small i {
  color: #000;
}
.timeline-content__small i:focus {
  background-color: #fd0;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 0 rgb(30, 30, 30);
          box-shadow: 0 2px 0 rgb(30, 30, 30);
  color: rgb(30, 30, 30) !important;
  outline: none;
}
.timeline-content__date {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (min-width: 767px) {
  .timeline-content__date {
    display: inline-block;
    float: right;
    margin-top: 0;
    text-align: right;
    width: 20%;
  }
}
.timeline-content__date i {
  color: rgb(29.5077720207, 101.5414507772, 137.9922279793);
  font-weight: 400;
}
.timeline-content__date i:focus {
  background-color: #fd0;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 0 rgb(30, 30, 30);
          box-shadow: 0 2px 0 rgb(30, 30, 30);
  color: rgb(30, 30, 30) !important;
  outline: none;
}
.timeline-content__attachments {
  list-style: none;
  margin: 0;
}
.timeline-content__attachment {
  margin-bottom: 20px;
}
.timeline-content__thumbnail-link {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  display: inline-block;
}
.timeline-content__thumbnail-link:focus {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: 4px;
}
.timeline-content__thumbnail-link:focus img {
  background-color: transparent;
  -webkit-box-shadow: 0px 0px 0px 2px #fd0, 0px 0px 0px 4px rgb(30, 30, 30);
          box-shadow: 0px 0px 0px 2px #fd0, 0px 0px 0px 4px rgb(30, 30, 30);
}
.timeline-content__thumbnail {
  max-height: 250px;
  max-width: 100%;
}
.timeline-content__changes {
  list-style: none;
  margin: 20px 0;
}
.timeline-content__changes li {
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .timeline-content__changes li {
    display: table;
    margin-bottom: 5px;
    table-layout: fixed;
    width: 100%;
  }
  .timeline-content__changes li:last-child {
    margin-bottom: 0;
  }
  .timeline-content__changes li.no-prefix {
    display: block;
  }
}
.timeline-content__from {
  display: inline-block;
  height: 0;
  opacity: 0;
  overflow: hidden;
  width: 0;
}
.timeline-content__from--show {
  height: auto;
  opacity: 1;
  overflow: visible;
  padding: 0 3px;
  width: auto;
}
.diff-multi-line .timeline-content__from--show {
  display: block;
  padding: 5px 0;
}
.timeline-content__from-label {
  -webkit-transition: background-color 0.5s linear, color 0.5s ease;
  transition: background-color 0.5s linear, color 0.5s ease;
}
.timeline-content__from-label--show, .timeline-content__removed {
  background: #f6b6b4;
  border-radius: 3px;
  color: #8c291c;
  padding: 1px 2px;
  text-decoration: line-through;
}
.timeline-content__from-label--show:hover, .timeline-content__removed:hover {
  text-decoration: none;
}
.timeline-content__to {
  background: #bbe2bb;
  border-radius: 3px;
  color: #3e6441;
  padding: 1px 2px;
}
.timeline-content__diff-type {
  display: block;
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  word-wrap: break-word;
}
@media screen and (min-width: 992px) {
  .timeline-content__diff-type {
    display: table-cell;
    padding-right: 1%;
    width: 15%;
  }
}
.no-prefix .timeline-content__diff-title {
  display: block;
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .no-prefix .timeline-content__diff-title {
    display: table-cell;
    padding-right: 1%;
    width: 15%;
  }
}
@media screen and (min-width: 992px) {
  .no-prefix .timeline-content__diff-value {
    display: table-cell;
    width: 84%;
  }
}
@media screen and (min-width: 992px) {
  .timeline-content__diff-details {
    display: table-cell;
    width: 84%;
  }
  .no-prefix .timeline-content__diff-details {
    display: table;
    width: 100%;
  }
}
.timeline-content__body {
  clear: both;
  overflow: hidden;
  padding: 0 3px 3px;
}
.timeline-content__body *:last-child {
  margin-bottom: 0;
}
.timeline-content__body:empty {
  padding: 0;
}
.timeline-content--admin {
  -webkit-box-shadow: 0 3px 0 #c1c6e8;
          box-shadow: 0 3px 0 #c1c6e8;
}
.timeline-content--user {
  -webkit-box-shadow: 0 3px 0 #ccc;
          box-shadow: 0 3px 0 #ccc;
}

.timeline-content__inner {
  overflow: hidden;
}

.timeline__item .timeline-content.has-warning {
  border-color: #e48f3d;
  background: rgb(243.45, 207.7, 173.05);
  color: rgb(30, 30, 30);
}
@media screen and (min-width: 767px) {
  .timeline__item .timeline-content.has-warning::after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #f3d0ad;
    border-width: 7px;
    margin-top: -7px;
  }
  .timeline__item .timeline-content.has-warning::before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #a45c17;
    border-width: 8px;
    margin-top: -8px;
  }
}
.timeline__item .timeline-content.has-warning .form__control:not([type=file]) {
  border-color: #e48f3d;
}

.thumbnail-filename {
  display: block;
  font-size: 0.9em;
}

.timeline__form {
  background: none;
  padding: 0;
  position: relative;
}

.timeline__message-field {
  background-color: #fff !important;
  border-radius: 4px;
  border: 1px solid rgb(126, 126, 126);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #1e1e1e;
  display: block;
  font-size: 16px;
  height: 36px;
  line-height: 24px;
  padding: 5px 12px !important;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
}

.timeline__message-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.timeline__form__controls::after {
  clear: both;
  content: "";
  display: table;
}
.timeline__form__controls {
  padding: 0;
}
@media screen and (max-width: 766px) {
  .timeline__form__controls .btn, .timeline__form__controls .overlay-btn.overlay-btn, .timeline__form__controls .tabs__list > li > button, .timeline__form__controls .hideShowPassword-toggle {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
}

.timeline__status-select {
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .timeline__status-select {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 2px;
    width: auto;
  }
}

.timeline__form__control {
  font-size: 14px;
  line-height: 26px;
  margin: 0 1em 0 0;
  text-decoration: none;
}

.timeline__undo-link {
  display: block;
}
@media screen and (min-width: 767px) {
  .timeline__undo-link {
    display: inline-block;
  }
}

.has-timeline .tabs__content {
  display: block;
}

.timeline__prologue {
  display: block;
  margin: 20px 0;
}
@media screen and (min-width: 767px) {
  .timeline__prologue {
    margin: 0 0 20px 70px;
  }
}

.has-timeline .actionsbar {
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (min-width: 767px) {
  .has-timeline .actionsbar {
    margin-left: 0;
    margin-right: 0;
  }
}

.interstitial-warning {
  margin: 10px 0 0;
  text-align: right;
}

.timeline__attach-file.is-disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.timeline__attach-file.is-disabled:hover, .timeline__attach-file.is-disabled:focus, .timeline__attach-file.is-disabled:active {
  color: initial;
}

.timeline__attach-file-error {
  color: #b64135;
  font-size: 14px;
  line-height: 1.5;
  margin: 0.675em 0 0;
}

.timeline__attachment-feedback .timeline__attach-file-error {
  padding-top: 1em;
}

.workflow-wrapper {
  background-color: #f2f2f2;
  margin: 0 auto;
  min-height: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: auto;
}

#workflow {
  opacity: 0;
}

#workflow.rendered, .no-js #workflow {
  -webkit-transition: opacity 400ms cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: opacity 400ms cubic-bezier(0.02, 0.01, 0.47, 1);
  opacity: 1;
}

.workflow.rendered {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 2;
}
.workflow.rendered li:last-child {
  left: 0;
  position: absolute;
  top: 0;
}
.workflow.rendered .transitions {
  list-style: none;
}
.workflow.rendered .status__title {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: table;
  position: absolute;
  z-index: 1;
}
.workflow.rendered .status__title a {
  -webkit-transform: translateZ(0);
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #bcbcbc;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
  color: inherit;
  display: table-cell;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.25s ease, border 0.25s ease;
  transition: background-color 0.25s ease, border 0.25s ease;
  vertical-align: middle;
  visibility: visible;
}
.workflow.rendered .status__title a:hover {
  background: #eeffd2;
  border-color: #aed99e;
  -webkit-box-shadow: 0 2px 4px 0 rgba(174, 217, 158, 0.09);
          box-shadow: 0 2px 4px 0 rgba(174, 217, 158, 0.09);
}
.workflow.rendered .transition__title {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 1px solid transparent;
  font-size: 12px;
  left: -10000em;
  line-height: 16px;
  padding: 5px;
  position: absolute;
  text-align: left;
  z-index: 2;
}
.workflow.rendered .transition__title a {
  display: block;
  padding: 3px;
}
.workflow.rendered :target span {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
.workflow.rendered :target .status__title > a {
  background: #aed99e;
  border: 1px solid rgb(143.4, 202.6444444444, 121.3555555556);
  -webkit-transition: background 0.25s ease, border 0.25s ease;
  transition: background 0.25s ease, border 0.25s ease;
}
.workflow.rendered :target .transition__title {
  border: none;
}
.workflow.rendered :target .transition__title a {
  background: #FFFFC1;
  border-radius: 4px;
  border: 1px solid #ffde5e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  display: block;
  padding: 3px;
  text-align: center;
  text-decoration: none;
}
.workflow.rendered :target .transition__title a:hover {
  background: #ffeaa7;
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
}

.path-highlighted {
  stroke: #90cb79;
}

/* Sticky footer on the Workflow editor page */
html:not(.lt-ie10) .has-workflow-editor .workflow-wrapper {
  bottom: 0;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.piano .no-messages {
  display: block;
  margin: 20px auto;
  text-align: center;
}
.piano .form .tabs__content {
  padding: 0;
}

@media screen and (min-width: 992px) {
  .piano__item-content {
    padding: 0;
  }
}
.piano__item-content .form {
  background: none;
  padding-top: 0;
}
.piano__item-content .form legend {
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .piano__item-content .form legend {
    font-size: 18.66px;
  }
}
.is-selected .piano__item-content .form legend {
  border-color: #ccc;
}
.piano__item-content .form fieldset {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .piano__item-content .form fieldset {
    padding: 22px 0;
  }
}
.piano__item-content .modal .form fieldset {
  padding: 0;
}
.piano__item-content .form__group {
  padding: 0;
}
.piano__item-content date {
  color: #bbb;
  display: none;
  font-size: 14px;
}
.piano-active-content .piano__item-content date {
  display: inline-block;
  float: right;
}
.piano__item-content p {
  margin-bottom: 10px;
}

.piano__time {
  margin-bottom: 0;
}

.piano__meta {
  clear: both;
  display: block;
  font-size: 14px;
  margin-bottom: 0;
}

.piano__form {
  padding: 0;
}

td.table__td--align-right {
  text-align: right;
}

.preview-fields {
  list-style: none;
  margin-left: 0;
}
.preview-fields .control__label {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.preview-field {
  margin: 0 -20px;
  padding: 0 20px 24px;
  position: relative;
}
@media screen and (min-width: 601px) {
  .preview-field {
    padding: 0 20px;
  }
}
@media screen and (min-width: 767px) {
  .preview-field {
    padding: 12px 20px 0;
  }
}
@media screen and (min-width: 992px) {
  .preview-field {
    margin: 0;
  }
}
.preview-field .form__group {
  margin: 0;
}
@media screen and (min-width: 601px) {
  .preview-field .form__group {
    padding: 0 0 12px;
  }
}

.field-preview {
  position: relative;
}
@media screen and (min-width: 601px) {
  .field-preview {
    padding-top: 35px;
  }
}
@media screen and (min-width: 767px) {
  .field-preview {
    padding-top: 0;
  }
}
.field-preview .choice__group .radio {
  margin-left: 1px !important;
}

.field-preview__actions {
  position: absolute;
  top: 10px;
  right: 0;
}

.form-group--block .controls {
  display: block;
  width: 100%;
}
.form-group--block .form__control:not(.checkbox):not(.radio) {
  width: 100%;
}

.case-form-builder-preview__box {
  background-color: rgb(244.355, 244.355, 244.355);
}

.case-form-builder-preview__legend-wrapper {
  padding: 10px 10px 0;
}
@media screen and (min-width: 767px) {
  .case-form-builder-preview__legend-wrapper {
    padding: 20px 20px 0;
  }
}

.preview-field--new {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-name: newFieldbackgroundFlash;
  animation-name: newFieldbackgroundFlash;
  background-color: rgb(244.355, 244.355, 244.355);
}

.preview-field--success {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-name: editFieldBackgroundFlashSuccess;
  animation-name: editFieldBackgroundFlashSuccess;
  background-color: rgb(244.355, 244.355, 244.355);
}

.preview-field--edit {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: editFieldBackgroundFlash;
  animation-name: editFieldBackgroundFlash;
  background-color: rgb(246.6, 220.6, 195.4);
  margin: 0 -20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0;
}
@media screen and (min-width: 767px) {
  .preview-field--edit {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .preview-field--edit {
    border-bottom: 1px dashed #eaa96a;
    border-top: 1px dashed #eaa96a;
    margin: 0;
  }
}
.preview-field--edit .field-preview__toggle-settings i {
  color: #142f6d;
}
.preview-field--edit .form__actions {
  border: 0;
  min-height: 0;
  padding: 12px 0;
}
@media screen and (min-width: 767px) {
  .preview-field--edit .form__actions {
    padding: 0 0 12px 25%;
  }
}

.preview-field__controls {
  padding: 10px 0;
}
@media screen and (min-width: 767px) {
  .preview-field__controls {
    padding: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
}

.preview-field__controls__ok {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #297c46;
  display: inline-block;
  font-size: 16px;
  line-height: auto;
  margin-right: 10px;
  padding: 0;
  vertical-align: middle;
}
.preview-field__controls__ok:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgb(28.3272727273, 85.6727272727, 48.3636363636);
  top: 0;
}
.preview-field__controls__ok.btn--primary, .preview-field__controls__ok.btn--warning, .preview-field__controls__ok.btn--danger {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.preview-field__controls__ok.is-disabled {
  color: rgb(30, 30, 30) !important;
}

.preview-field__controls__cancel {
  color: #cb4d40;
  font-size: 16px;
  padding: 0;
}
.preview-field__controls__cancel:hover {
  color: rgb(169.7777777778, 57.7777777778, 46.2222222222);
}

.piano__item-content .case-form-builder-preview fieldset {
  padding: 0;
}
.piano__item-content .case-form-builder-preview fieldset .preview-fields {
  margin-bottom: 10px;
}
.piano__item-content .case-form-builder-preview fieldset .preview-field {
  margin: 0;
  padding: 0 10px 12px;
}
@media screen and (min-width: 767px) {
  .piano__item-content .case-form-builder-preview fieldset .preview-field {
    padding: 12px 20px 0;
  }
}
.piano__item-content .case-form-builder-preview fieldset .preview-field--edit {
  padding-bottom: 0;
}
@media screen and (min-width: 767px) {
  .piano__item-content .case-form-builder-preview fieldset .preview-field--edit {
    padding: 10px 20px;
    margin-bottom: 12px;
  }
}

.choice--block > .controls .control__label.disabled {
  color: rgb(190, 190, 190);
  -webkit-box-shadow: inset 0 0 0 1px rgb(222, 222, 222);
          box-shadow: inset 0 0 0 1px rgb(222, 222, 222);
}

.label-colour-picker {
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .label-colour-picker {
    width: 360px;
  }
}
.label-colour-picker .control__label {
  display: block;
  float: left;
  margin: 1px;
  padding: 0;
}
.label-colour-picker .control__label span {
  border: 5px solid #fff;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  line-height: normal;
  padding-top: 4px;
  text-align: center;
  width: 40px;
}

.download-block {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  color: #000;
  display: block;
  margin: 20px 0;
  padding: 1em !important;
  position: relative;
  text-decoration: none;
  -webkit-transition: color 0.2s, border 0.2s;
  transition: color 0.2s, border 0.2s;
}
.download-block:hover {
  border: 1px solid #333c79;
  color: #333c79;
}
.download-block:hover .download-block__hover-icon,
.download-block:hover .download-block__hover-text {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.download-block:hover i {
  color: #333c79;
}
.download-block:focus {
  background-color: transparent;
  border-color: #fd0;
  -webkit-box-shadow: inset 0px 0px 0px 4px #fd0, inset 0px 0px 0px 8px rgb(30, 30, 30);
          box-shadow: inset 0px 0px 0px 4px #fd0, inset 0px 0px 0px 8px rgb(30, 30, 30);
  color: rgb(30, 30, 30);
}
.download-block:focus i {
  color: rgb(30, 30, 30);
}
@media screen and (min-width: 767px) {
  .download-block {
    max-width: 70%;
  }
}

@media screen and (min-width: 767px) {
  .download-block--full {
    max-width: 100%;
  }
}

.download-block__icon {
  float: left;
  font-size: 2.8em;
  line-height: 1em;
  margin-right: 10px;
}
.download-block__icon .icon-file-word-o {
  color: rgb(155.8, 163.8, 218.2);
  -webkit-transition: color 0.2s, border 0.2s;
  transition: color 0.2s, border 0.2s;
}
.download-block__icon .icon-file-excel-o {
  color: rgb(81, 116, 35);
  -webkit-transition: color 0.2s, border 0.2s;
  transition: color 0.2s, border 0.2s;
}
.download-block__icon .icon-file-pdf-o {
  color: rgb(192, 28, 29);
  -webkit-transition: color 0.2s, border 0.2s;
  transition: color 0.2s, border 0.2s;
}

.download-block__title {
  display: block;
  font-size: 1.2em;
  word-break: break-all;
}

.download-block__text {
  color: #6a6a6a;
  font-size: 0.8em;
}

.download-block__hover-icon,
.download-block__hover-text {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  opacity: 0;
}

.download-block__hover-icon {
  background-color: #fff;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  border-radius: 5px;
  bottom: 13px;
  left: 41px;
  line-height: 17px;
  position: absolute;
}
@media screen and (min-width: 480px) {
  .download-block__hover-icon {
    bottom: 19px;
    left: 44px;
  }
}

.star-case-button {
  background: none;
  border: 0;
  padding: 0 7px;
  text-decoration: none;
}
.star-case-button:hover {
  border: 0;
}
.star-case-button:hover .icon-star-empty {
  color: rgb(62, 62, 62);
}
.star-case-button:hover .icon-star {
  color: rgb(50.7071428571, 59.7035714286, 121.0428571429);
}
.star-case-button:focus {
  background-color: #fd0 !important;
  -webkit-box-shadow: 0 0 0 2px rgb(30, 30, 30);
          box-shadow: 0 0 0 2px rgb(30, 30, 30);
  color: rgb(30, 30, 30) !important;
  outline: none;
}
.star-case-button:focus .icon-star-empty,
.star-case-button:focus .icon-star {
  color: rgb(30, 30, 30);
}
.star-case-button .icon-star-empty {
  color: rgb(95, 95, 95);
}
.star-case-button .icon-star {
  color: #3e4994;
}
.row__actions .star-case-button {
  border-bottom: 0;
  font-size: 20px;
}
.ribbon__header .star-case-button {
  font-size: 1.5em;
  padding: 0;
}
.ribbon__header .star-case-button:hover .icon-star-empty {
  color: #fff;
}
.ribbon__header .star-case-button:focus {
  background-color: #fd0 !important;
  -webkit-box-shadow: 0 0 0 2px rgb(30, 30, 30);
          box-shadow: 0 0 0 2px rgb(30, 30, 30);
  color: rgb(30, 30, 30) !important;
  outline: none;
}
.ribbon__header .star-case-button:focus .icon-star-empty,
.ribbon__header .star-case-button:focus .icon-star {
  color: rgb(30, 30, 30);
}
.ribbon__header .star-case-button .icon-star-empty {
  color: #fff;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.ribbon__header .star-case-button .icon-star {
  color: #fff;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.emoji {
  height: 1em;
  margin: 0 0.05em 0 0.1em;
  vertical-align: -0.1em;
  width: 1em;
}

.dropdown-menu {
  background-color: white;
  border: 1px solid rgb(157, 157, 157);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  font-size: inherit;
  letter-spacing: 0.025em;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0.3em 0 0;
}

.dropdown-menu a:hover {
  cursor: pointer;
}

.dropdown-menu li {
  border: none;
  display: block;
  float: none;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}

.dropdown-menu li:before {
  display: none;
}

.dropdown-menu li .emojione {
  font-size: 1.23em;
  height: 1em;
  margin: 0 0.3em 0 0;
  top: -1px;
  vertical-align: middle;
  width: 1em;
}

.dropdown-menu li a {
  color: #000;
  display: block;
  height: 100%;
  line-height: 1.8em;
  padding: 0 1.54em 0 0.615em;
}

.dropdown-menu .active,
.dropdown-menu li:hover {
  background: #3e4994;
  color: #fff;
}

.dropdown-menu .active a,
.dropdown-menu li:hover a {
  color: inherit;
}

.cursor-help {
  cursor: help;
}

.u-text-capitalise {
  text-transform: capitalize;
}

.hide-on-js {
  display: none;
}
.no-js .hide-on-js {
  display: block;
}

.no-js .hide.no-js-show, .no-js .no-js-show.no-js-hide {
  clip: auto;
  height: auto;
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  width: 100%;
}

/**
 Shortcut for easy max-width hiding.
 prevents mobile first rule then having to override them at breakpoints for show/hides
**/
@media screen and (max-width: 990px) {
  .hide-on-mobile-and-tablet {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0 !important;
  }
}

@media screen and (max-width: 765px) {
  .hide-on-mobile {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0 !important;
  }
}

.hide.hide, .no-js .no-js-hide {
  border: 0;
  margin: 0;
}

@media screen and (min-width: 767px) {
  .mobile-only {
    display: none;
  }
}

@media screen and (max-width: 765px) {
  .tablet-desktop-only {
    display: none;
  }
}

.margin {
  margin: 10px;
}
.margin--small {
  margin: 5px;
}
.margin--large {
  margin: 20px;
}
.margin--x-large {
  margin: 40px;
}

.margin-vertical {
  margin: 10px 0;
}
.margin-vertical--small {
  margin: 5px 0;
}
.margin-vertical--large {
  margin: 20px 0;
}
.margin-vertical--x-large {
  margin: 40px 0;
}

.margin-horizontal {
  margin: 0 10px;
}
.margin-horizontal--small {
  margin: 0 5px;
}
.margin-horizontal--large {
  margin: 0 20px;
}
.margin-horizontal--x-large {
  margin: 0 40px;
}

.margin-right {
  margin-right: 10px;
}
.margin-right--small {
  margin-right: 5px;
}
.margin-right--large {
  margin-right: 20px;
}
.margin-right--x-large {
  margin-right: 40px;
}

.margin-left {
  margin-left: 10px;
}
.margin-left--small {
  margin-left: 5px;
}
.margin-left--large {
  margin-left: 20px;
}
.margin-left--x-large {
  margin-left: 40px;
}

.margin-top {
  margin-top: 10px;
}
.margin-top--small {
  margin-top: 5px;
}
.margin-top--large {
  margin-top: 20px;
}
.margin-top--x-large {
  margin-top: 40px;
}
.margin-top--none {
  margin-top: 0 !important;
}

.margin-bottom {
  margin-bottom: 10px;
}
.margin-bottom--small {
  margin-bottom: 5px;
}
.margin-bottom--large {
  margin-bottom: 20px;
}
.margin-bottom--x-large {
  margin-bottom: 40px;
}
.margin-bottom--none {
  margin-bottom: 0 !important;
}

.margin-bottom--line-height-base {
  margin-bottom: 24px;
}

.margin-none {
  margin: 0 !important;
}

.padding-none {
  padding: 0 !important;
}

.padding-vertical {
  padding: 10px 0 !important;
}
.padding-vertical--small {
  padding: 5px 0 !important;
}
.padding-vertical--large {
  padding: 20px 0 !important;
}
.padding-vertical--x-large {
  padding: 40px 0 !important;
}

.clear {
  clear: both;
}

.clear--left {
  clear: left;
}

.clear--right {
  clear: right;
}

.visually-shown {
  display: block !important;
}

.u-word-break-all {
  word-break: break-all;
}

@media screen and (min-width: 767px) {
  .u-hide-until-focus {
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
    top: -10px;
  }
  .u-hide-until-focus:focus {
    height: auto;
    width: auto;
    position: static;
    overflow: visible;
  }
}

.u-full-max-width {
  max-width: 100% !important;
}

.u-bold-text {
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
}

.u-margin-top-minus {
  margin-top: -15px;
}

.u-margin-top {
  margin-top: 10px !important;
}

.u-overflow--hidden {
  overflow: hidden;
}

.u-bordered {
  border: 1px solid rgb(222, 222, 222);
}

.u-print-only {
  display: none;
}

.emoji {
  height: 1em;
  width: 1em;
  margin: 0 0.05em 0 0.1em;
  vertical-align: -0.1em;
}

/* AutoComplete styles for Emoji One (from http://git.emojione.com/demos/autocomplete.html) */
ul.dropdown-menu {
  background-color: white;
  border-radius: 5px;
  border: 1px solid #6E6E6E;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  font-size: inherit;
  letter-spacing: 0.025em;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0.3em 0 0;
}

ul.dropdown-menu a:hover {
  cursor: pointer;
}

ul.dropdown-menu li {
  border: none;
  display: block;
  float: none;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}

ul.dropdown-menu li:before {
  display: none;
}

ul.dropdown-menu li .emojione {
  font-size: 1.23em;
  height: 1em;
  margin: 0 0.3em 0 0;
  top: -1px;
  vertical-align: middle;
  width: 1em;
}

ul.dropdown-menu li a {
  color: #4f4f4f;
  display: block;
  height: 100%;
  line-height: 1.8em;
  padding: 0 1.54em 0 0.615em;
}

ul.dropdown-menu .active,
ul.dropdown-menu li:hover {
  background: #6E6E6E;
  color: white;
}

ul.dropdown-menu .active a,
ul.dropdown-menu li:hover a {
  color: inherit;
}

.word-divider {
  color: rgb(95, 95, 95);
  display: block;
  font-size: 13px;
  letter-spacing: 2px;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
}
.word-divider::before {
  background-color: rgb(126, 126, 126);
  content: "";
  filter: alpha(opacity=48);
  height: 1px;
  margin-top: 10px;
  opacity: 0.48;
  position: absolute;
  left: 0;
  width: 40%;
}
.word-divider::after {
  background-color: rgb(126, 126, 126);
  content: "";
  filter: alpha(opacity=48);
  height: 1px;
  margin-top: 10px;
  opacity: 0.48;
  position: absolute;
  right: 0;
  width: 40%;
}

@media screen and (max-width: 766px) {
  .alt-layout .toolbar .toolbar-actions .user-account-dropdown ~ .dropdown__menu {
    left: auto;
    right: 0;
  }
}
.alt-layout .toolbar-actions {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.alt-layout .flash-container {
  margin: 15px -20px -19px;
}
.alt-layout .modal .flash-container,
.alt-layout .modal .flash {
  margin: 0;
}
.alt-layout .content-main {
  background-color: rgb(239, 239, 239);
  height: calc(100% - 105px);
}
@media screen and (min-width: 767px) {
  .alt-layout .content-main {
    height: calc(100% - 37px);
  }
}

.alt-layout__main-heading {
  display: block;
  font-size: 24px;
  line-height: 24px;
  margin: 20px 0 0;
}
@media screen and (min-width: 767px) {
  .alt-layout__main-heading {
    display: inline-block;
    margin: 10px 0 0;
  }
}

.search-bar {
  background-color: rgb(222, 222, 222);
  border-bottom: 1px solid rgb(190, 190, 190);
  border-top: 1px solid rgb(190, 190, 190);
  margin: 0 -20px;
  overflow: hidden;
  padding: 20px;
}

.search-bar__label {
  display: block;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 13px;
}

.search-bar__controls {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.search-bar__field {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.search-bar__submit {
  font-size: 16px;
  margin-left: 6px;
  margin-top: -1px;
  padding-bottom: 12px;
  padding-top: 14px;
  white-space: nowrap;
}

.search-bar__help {
  margin: 12px 0 0;
}

.circle-icon {
  background: #7e7e7e;
  border-radius: 50%;
  display: table;
  margin: 0 auto;
  height: 4em;
  width: 4em;
}
.circle-icon i[class*=" icon"],
.circle-icon i[class^=icon] {
  color: #fff;
  display: table-cell;
  font-size: 2em;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.circle-icon.animate {
  -webkit-animation: fall-in 0.75s;
  animation: fall-in 0.75s;
}

.circle-icon--small {
  height: 2em;
  width: 2em;
}
.circle-icon--small [class*=" icon"],
.circle-icon--small i[class^=icon] {
  font-size: 1em;
}

.circle-icon--flush {
  display: inline-table;
  margin: 0 10px 0 0;
}

.circle-icon--success {
  background: #297c46;
}

.circle-icon--error {
  background: #c84d40;
}

.circle-icon--info {
  background: rgb(230.2, 232.2, 245.8);
}

.circle-icon--alt {
  background-color: rgb(222, 222, 222);
}
.circle-icon--alt i[class*=" icon"],
.circle-icon--alt i[class^=icon] {
  color: #000;
}

@-webkit-keyframes skeleton-shimmer {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
@keyframes skeleton-shimmer {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
.timeline-avatar-skeleton,
.skeleton-item {
  background: rgb(222, 222, 222);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  will-change: transform;
}
.timeline-avatar-skeleton::after,
.skeleton-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(222, 222, 222)), color-stop(rgb(239.85, 239.85, 239.85)), to(rgb(222, 222, 222)));
  background: linear-gradient(90deg, rgb(222, 222, 222), rgb(239.85, 239.85, 239.85), rgb(222, 222, 222));
  -webkit-animation: skeleton-shimmer 1s ease-in-out infinite;
          animation: skeleton-shimmer 1s ease-in-out infinite;
}

.timeline-avatar-skeleton {
  display: none;
}
.timeline-avatar-skeleton::after {
  border-radius: 50%;
}
@media screen and (min-width: 767px) {
  .timeline-avatar-skeleton {
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
    display: block;
    height: 40px;
    left: 0;
    margin-left: 1em;
    position: absolute;
    top: 0;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    width: 40px;
  }
}

@media screen and (min-width: 480px) {
  .mapping-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mapping-container--underlined {
  border-bottom: 1px solid rgb(190, 190, 190);
  padding-bottom: 20px;
}

@media screen and (min-width: 480px) {
  .mapping-group {
    margin-top: 10px;
    width: 44%;
  }
}

.mapping-group--heading {
  width: 50%;
}

@media screen and (min-width: 480px) {
  .mapping-icon {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 52px;
    padding: 0 20px;
  }
}

@media screen and (min-width: 480px) {
  .mapping-actions {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 43px;
  }
}

@media screen and (min-width: 480px) {
  .mapping-remove {
    margin: 10px 0 0 10px;
  }
}

.recaptcha-text {
  font-size: 12px;
  line-height: 1.5;
  padding-top: 10px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.ct-legend {
  clear: both;
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 767px) {
  .ct-legend {
    clear: none;
    display: inline-block;
    float: right;
    margin: 0;
    text-align: right;
  }
}
.ct-legend li {
  color: #3e4994;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  margin: 0 10px 0 0;
  padding-left: 23px;
  position: relative;
}
@media screen and (min-width: 767px) {
  .ct-legend li {
    margin: 0 0 0 10px;
  }
}
.ct-legend li:focus, .ct-legend li:hover {
  text-decoration: underline;
}
.ct-legend li:before {
  border-radius: 2px;
  border: 3px solid transparent;
  bottom: 0;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  width: 10px;
}
.ct-legend li.inactive:before {
  background: transparent;
}
.ct-legend.ct-legend-inside {
  position: absolute;
  top: 0;
  right: 0;
}
.ct-legend .ct-series-0:before {
  background-color: #2D74D2;
  border-color: #2D74D2;
}
.ct-legend .ct-series-1:before {
  background-color: #DB3939;
  border-color: #DB3939;
}
.ct-legend .ct-series-2:before {
  background-color: #005555;
  border-color: #005555;
}
.ct-legend .ct-series-3:before {
  background-color: #a748ca;
  border-color: #a748ca;
}
.ct-legend .ct-series-4:before {
  background-color: #af5e07;
  border-color: #af5e07;
}
.ct-legend .ct-series-5:before {
  background-color: #7E7275;
  border-color: #7E7275;
}
.ct-legend .ct-series-6:before {
  background-color: #8f6e08;
  border-color: #8f6e08;
}
.ct-legend .ct-series-7:before {
  background-color: #6b0392;
  border-color: #6b0392;
}
.ct-legend .ct-series-8:before {
  background-color: #870C25;
  border-color: #870C25;
}
.ct-legend .ct-series-9:before {
  background-color: #8C5C1D;
  border-color: #8C5C1D;
}
.ct-legend .ct-series-10:before {
  background-color: #8D6F16;
  border-color: #8D6F16;
}
.ct-legend .ct-series-11:before {
  background-color: #000000;
  border-color: #000000;
}
.ct-legend .ct-series-12:before {
  background-color: #334400;
  border-color: #334400;
}
.ct-legend .ct-series-13:before {
  background-color: #000036;
  border-color: #000036;
}
.ct-legend .ct-series-14:before {
  background-color: #737B18;
  border-color: #737B18;
}
.ct-legend .ct-series-15:before {
  background-color: #2E343B;
  border-color: #2E343B;
}
.ct-legend .ct-series-16:before {
  background-color: #d679f4;
  border-color: #d679f4;
}
.ct-legend .ct-series-17:before {
  background-color: #5b9f76;
  border-color: #5b9f76;
}
.ct-legend .ct-series-18:before {
  background-color: #992f80;
  border-color: #992f80;
}
.ct-legend .ct-series-19:before {
  background-color: #554d5a;
  border-color: #554d5a;
}
.ct-legend .ct-series-20:before {
  background-color: #3D1410;
  border-color: #3D1410;
}
.ct-legend .ct-series-21:before {
  background-color: #9948DB;
  border-color: #9948DB;
}
.ct-legend .ct-series-22:before {
  background-color: #137C15;
  border-color: #137C15;
}
.ct-legend .ct-series-23:before {
  background-color: #297c46;
  border-color: #297c46;
}
.ct-legend .ct-series-24:before {
  background-color: #2A7DA7;
  border-color: #2A7DA7;
}
.ct-legend .ct-series-25:before {
  background-color: #598227;
  border-color: #598227;
}
.ct-legend .ct-series-26:before {
  background-color: #397F73;
  border-color: #397F73;
}
.ct-legend .ct-series-27:before {
  background-color: #297AA3;
  border-color: #297AA3;
}
.ct-legend .ct-series-28:before {
  background-color: #A55E18;
  border-color: #A55E18;
}
.ct-legend .ct-series-29:before {
  background-color: #226586;
  border-color: #226586;
}
.ct-legend .ct-series-30:before {
  background-color: #893247;
  border-color: #893247;
}

.ct-chart {
  position: relative;
}

.ct-chart .ct-series .ct-line {
  stroke-width: 2px;
}

.ct-chart .ct-labels .ct-label.ct-horizontal {
  display: none;
}
@media screen and (min-width: 767px) {
  .ct-chart .ct-labels .ct-label.ct-horizontal {
    display: block;
    text-anchor: middle;
  }
}

.sparkline .ct-series-a .ct-area {
  fill: #6A6A6A;
  stroke-dasharray: 0;
  stroke-width: 2px;
  stroke: none;
}

.ct-area {
  pointer-events: none;
  position: relative;
  z-index: 1;
}

.ct-point {
  position: relative;
  z-index: 10000;
}

.chart-tooltip {
  background: rgb(30, 30, 30);
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  color: white;
  font-size: 12px;
  opacity: 1;
  padding: 5px;
  pointer-events: none;
  position: absolute;
  text-align: left;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  z-index: 1;
}

.chart-tooltip.chart-tooltip--hidden {
  opacity: 0;
}

.chart-tooltip__date,
.chart-tooltip__value {
  display: block;
}

svg.ct-chart-line {
  overflow: visible !important;
}
.lt-ie10 svg.ct-chart-line {
  overflow: hidden;
}

.ct-label {
  fill: rgb(95, 95, 95);
  color: rgb(95, 95, 95);
  font-size: 0.75rem;
  line-height: 1;
}

.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ct-chart-pie .ct-label,
.ct-chart-donut .ct-label {
  dominant-baseline: central;
}

.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}

.ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end;
}

.ct-grid {
  stroke: rgb(126, 126, 126);
  stroke-width: 1px;
  stroke-dasharray: 2px;
}

.ct-grid-background {
  fill: none;
}

.ct-point {
  stroke-width: 10px;
  stroke-linecap: round;
}

.ct-line {
  fill: none;
  stroke-width: 4px;
}

.ct-area {
  stroke: none;
  fill-opacity: 0.1;
}

.ct-bar {
  fill: none;
  stroke-width: 10px;
}

.ct-slice-donut {
  fill: none;
  stroke-width: 60px;
}

.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: #2D74D2;
}
.ct-series-a .ct-slice-pie, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-area {
  fill: #2D74D2;
}

.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
  stroke: #DB3939;
}
.ct-series-b .ct-slice-pie, .ct-series-b .ct-slice-donut-solid, .ct-series-b .ct-area {
  fill: #DB3939;
}

.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
  stroke: #005555;
}
.ct-series-c .ct-slice-pie, .ct-series-c .ct-slice-donut-solid, .ct-series-c .ct-area {
  fill: #005555;
}

.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
  stroke: #a748ca;
}
.ct-series-d .ct-slice-pie, .ct-series-d .ct-slice-donut-solid, .ct-series-d .ct-area {
  fill: #a748ca;
}

.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
  stroke: #af5e07;
}
.ct-series-e .ct-slice-pie, .ct-series-e .ct-slice-donut-solid, .ct-series-e .ct-area {
  fill: #af5e07;
}

.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
  stroke: #7E7275;
}
.ct-series-f .ct-slice-pie, .ct-series-f .ct-slice-donut-solid, .ct-series-f .ct-area {
  fill: #7E7275;
}

.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
  stroke: #8f6e08;
}
.ct-series-g .ct-slice-pie, .ct-series-g .ct-slice-donut-solid, .ct-series-g .ct-area {
  fill: #8f6e08;
}

.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
  stroke: #6b0392;
}
.ct-series-h .ct-slice-pie, .ct-series-h .ct-slice-donut-solid, .ct-series-h .ct-area {
  fill: #6b0392;
}

.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
  stroke: #870C25;
}
.ct-series-i .ct-slice-pie, .ct-series-i .ct-slice-donut-solid, .ct-series-i .ct-area {
  fill: #870C25;
}

.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
  stroke: #8C5C1D;
}
.ct-series-j .ct-slice-pie, .ct-series-j .ct-slice-donut-solid, .ct-series-j .ct-area {
  fill: #8C5C1D;
}

.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
  stroke: #8D6F16;
}
.ct-series-k .ct-slice-pie, .ct-series-k .ct-slice-donut-solid, .ct-series-k .ct-area {
  fill: #8D6F16;
}

.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
  stroke: #000000;
}
.ct-series-l .ct-slice-pie, .ct-series-l .ct-slice-donut-solid, .ct-series-l .ct-area {
  fill: #000000;
}

.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
  stroke: #334400;
}
.ct-series-m .ct-slice-pie, .ct-series-m .ct-slice-donut-solid, .ct-series-m .ct-area {
  fill: #334400;
}

.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
  stroke: #000036;
}
.ct-series-n .ct-slice-pie, .ct-series-n .ct-slice-donut-solid, .ct-series-n .ct-area {
  fill: #000036;
}

.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
  stroke: #737B18;
}
.ct-series-o .ct-slice-pie, .ct-series-o .ct-slice-donut-solid, .ct-series-o .ct-area {
  fill: #737B18;
}

.ct-series-p .ct-point, .ct-series-p .ct-line, .ct-series-p .ct-bar, .ct-series-p .ct-slice-donut {
  stroke: #2E343B;
}
.ct-series-p .ct-slice-pie, .ct-series-p .ct-slice-donut-solid, .ct-series-p .ct-area {
  fill: #2E343B;
}

.ct-series-q .ct-point, .ct-series-q .ct-line, .ct-series-q .ct-bar, .ct-series-q .ct-slice-donut {
  stroke: #d679f4;
}
.ct-series-q .ct-slice-pie, .ct-series-q .ct-slice-donut-solid, .ct-series-q .ct-area {
  fill: #d679f4;
}

.ct-series-r .ct-point, .ct-series-r .ct-line, .ct-series-r .ct-bar, .ct-series-r .ct-slice-donut {
  stroke: #5b9f76;
}
.ct-series-r .ct-slice-pie, .ct-series-r .ct-slice-donut-solid, .ct-series-r .ct-area {
  fill: #5b9f76;
}

.ct-series-s .ct-point, .ct-series-s .ct-line, .ct-series-s .ct-bar, .ct-series-s .ct-slice-donut {
  stroke: #992f80;
}
.ct-series-s .ct-slice-pie, .ct-series-s .ct-slice-donut-solid, .ct-series-s .ct-area {
  fill: #992f80;
}

.ct-series-t .ct-point, .ct-series-t .ct-line, .ct-series-t .ct-bar, .ct-series-t .ct-slice-donut {
  stroke: #554d5a;
}
.ct-series-t .ct-slice-pie, .ct-series-t .ct-slice-donut-solid, .ct-series-t .ct-area {
  fill: #554d5a;
}

.ct-series-u .ct-point, .ct-series-u .ct-line, .ct-series-u .ct-bar, .ct-series-u .ct-slice-donut {
  stroke: #3D1410;
}
.ct-series-u .ct-slice-pie, .ct-series-u .ct-slice-donut-solid, .ct-series-u .ct-area {
  fill: #3D1410;
}

.ct-series-v .ct-point, .ct-series-v .ct-line, .ct-series-v .ct-bar, .ct-series-v .ct-slice-donut {
  stroke: #9948DB;
}
.ct-series-v .ct-slice-pie, .ct-series-v .ct-slice-donut-solid, .ct-series-v .ct-area {
  fill: #9948DB;
}

.ct-series-w .ct-point, .ct-series-w .ct-line, .ct-series-w .ct-bar, .ct-series-w .ct-slice-donut {
  stroke: #137C15;
}
.ct-series-w .ct-slice-pie, .ct-series-w .ct-slice-donut-solid, .ct-series-w .ct-area {
  fill: #137C15;
}

.ct-series-x .ct-point, .ct-series-x .ct-line, .ct-series-x .ct-bar, .ct-series-x .ct-slice-donut {
  stroke: #297c46;
}
.ct-series-x .ct-slice-pie, .ct-series-x .ct-slice-donut-solid, .ct-series-x .ct-area {
  fill: #297c46;
}

.ct-series-y .ct-point, .ct-series-y .ct-line, .ct-series-y .ct-bar, .ct-series-y .ct-slice-donut {
  stroke: #2A7DA7;
}
.ct-series-y .ct-slice-pie, .ct-series-y .ct-slice-donut-solid, .ct-series-y .ct-area {
  fill: #2A7DA7;
}

.ct-series-z .ct-point, .ct-series-z .ct-line, .ct-series-z .ct-bar, .ct-series-z .ct-slice-donut {
  stroke: #598227;
}
.ct-series-z .ct-slice-pie, .ct-series-z .ct-slice-donut-solid, .ct-series-z .ct-area {
  fill: #598227;
}

.ct-square {
  display: block;
  position: relative;
  width: 100%;
}
.ct-square:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 100%;
}
.ct-square:after {
  content: "";
  display: table;
  clear: both;
}
.ct-square > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 93.75%;
}
.ct-minor-second:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-second {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 88.8888888889%;
}
.ct-major-second:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 83.3333333333%;
}
.ct-minor-third:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-third {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 80%;
}
.ct-major-third:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-perfect-fourth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 75%;
}
.ct-perfect-fourth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-perfect-fourth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-perfect-fifth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 66.6666666667%;
}
.ct-perfect-fifth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-perfect-fifth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 62.5%;
}
.ct-minor-sixth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%;
}
.ct-golden-section:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 61.804697157%;
}
.ct-golden-section:after {
  content: "";
  display: table;
  clear: both;
}
.ct-golden-section > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 60%;
}
.ct-major-sixth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 56.25%;
}
.ct-minor-seventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 53.3333333333%;
}
.ct-major-seventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-octave {
  display: block;
  position: relative;
  width: 100%;
}
.ct-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 50%;
}
.ct-octave:after {
  content: "";
  display: table;
  clear: both;
}
.ct-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-tenth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 40%;
}
.ct-major-tenth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-tenth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-eleventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 37.5%;
}
.ct-major-eleventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-eleventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-twelfth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 33.3333333333%;
}
.ct-major-twelfth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-twelfth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%;
}
.ct-double-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 25%;
}
.ct-double-octave:after {
  content: "";
  display: table;
  clear: both;
}
.ct-double-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

html,
body {
  margin: 0;
}

.uploader__control p.has-error {
  border-radius: 4px;
  margin: 10px 0;
  padding: 10px;
}

.user-filter {
  background-color: rgb(239, 239, 239);
  display: block;
  padding: 20px 20px 0;
}
.user-filter .form {
  background-color: rgb(239, 239, 239);
}
.user-filter fieldset {
  padding-bottom: 0;
}

.modal.in {
  display: block;
}

.modal__backdrop + .popover, .modal__backdrop + .daterangepicker {
  z-index: 10000;
}

.transition__title.instrument {
  float: left;
  max-width: 100px;
}

@media screen and (max-width: 479px) {
  .toolbar .btn__group button.btn, .toolbar .btn__group button.overlay-btn, .toolbar .btn__group .tabs__list > li > button, .toolbar .btn__group button.hideShowPassword-toggle {
    height: auto;
  }
}

.sticky-container {
  clear: both;
}

.controls--inline {
  width: auto;
}

.has-error:not(.form__group) .help-block,
.has-error:hover:not(.form__group) .help-block,
.has-danger:not(.form__group) .help-block,
.has-danger:hover:not(.form__group) .help-block {
  color: #561f19;
}

.tab__pane.has-error.is-active {
  margin: 0 -10px;
  padding: 20px !important;
}

@media screen and (max-width: 479px) {
  .toolbar .btn__group {
    width: auto;
  }
}

.remove__control {
  color: inherit;
  text-decoration: none;
  word-wrap: break-word;
}

.form .controls--inline + .controls--inline {
  margin-left: 0;
  margin-top: 10px;
}

.form .form__group--inline .controls--inline .form__control:not(.checkbox):not(.radio) {
  width: 100%;
}
@media screen and (min-width: 480px) {
  .form .form__group--inline .controls--inline .form__control:not(.checkbox):not(.radio) {
    width: auto;
  }
}

form p {
  margin-left: 0;
}

a.link {
  color: #3e4994;
  cursor: auto;
}
a.link:hover {
  text-decoration: underline;
}

.heading--underlined {
  border-bottom: 1px solid #e5e5e5;
  font-size: 24px;
  line-height: 28.000000006px;
  margin-bottom: 15.000000004px;
}

.form-collection > .block-list .select2 {
  width: 92% !important;
}

.form-collection .block-list__item .remove-button {
  margin-left: 5px;
}

.form-collection .select2 + .remove-button {
  margin-top: 6px;
}

@media screen and (max-width: 599px) {
  .form-collection > .form__indent {
    margin-left: 0;
    margin-right: 0;
  }
}

.form-collection-row.block-list__item .monospace,
.form-collection-row.block-list__item .help-block {
  display: inline-block;
  margin-top: 10px;
}
.form-collection-row.block-list__item .word-wrap {
  display: inherit;
  word-wrap: break-word;
}
.form-collection-row.block-list__item .link {
  display: block;
  margin-top: 10px;
}

.form__group .help-block {
  word-wrap: break-word;
}

.rule__triggers__collection .remove-button:hover,
.rule__conditions__container .remove-button:hover,
.rule__actions__container .remove-button:hover {
  vertical-align: middle;
}

.clear {
  clear: both;
}

.clear--left {
  clear: left;
}

.clear--right {
  clear: right;
}

.tabs__container .tabs__list.tabs--horizontal {
  z-index: 0;
}

.help-block-muted {
  color: rgb(12.75, 12.75, 12.75) !important;
}

.main-search__submit {
  z-index: 2;
}

.dropdown__menu--right {
  left: auto;
  right: 0;
}

.modal__body .form__actions {
  margin-left: -20px;
  margin-right: -20px;
  padding: 19px 20px 0 20px;
}

@media screen and (min-width: 767px) {
  .nav-inline__list {
    padding-right: 35px;
    position: relative;
  }
}

.nav-inline__settings {
  display: inline-block;
  font-size: 1.1em;
  line-height: 47px;
  padding: 0 15px 0;
}
@media screen and (min-width: 767px) {
  .nav-inline__settings {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.nav-inline__settings-link {
  color: #000;
  text-decoration: none;
}

.modal__body > .loading {
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
}

.modal--loading .modal__body {
  min-height: 359px;
}

.sticky-container {
  position: relative;
  top: -18px;
}
@media screen and (min-width: 992px) {
  .sticky-container {
    position: static;
    top: auto;
  }
}

.hideShowPassword-field {
  width: 100%;
}

.hideShowPassword-toggle {
  color: #6a6a6a;
  margin-right: 3px;
  padding: 5px 6px;
  text-transform: uppercase;
  z-index: 3;
}

.tab-panel .tabs__list {
  margin-left: 0;
}

.tabs__list > li > button {
  font-family: "Clarity City Regular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  padding: 8px 5px 6px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .tabs__list > li > button {
    font-size: 16px;
    padding: 8px 14px 6px;
    text-align: left;
  }
}

.tab-panel--underlined .tabs__list-container {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.tab-panel--underlined .tabs__list--underlined {
  border-bottom: 1px solid #9d9d9d;
  display: inline-block;
  list-style: none;
  margin: 0;
  min-width: 100%;
}
.tab-panel--underlined .tabs__list--underlined > li {
  display: inline-block;
  line-height: 46px;
  margin-right: 20px;
}
@media screen and (min-width: 767px) {
  .tab-panel--underlined .tabs__list--underlined > li {
    padding: 0 15px 0;
  }
}
.tab-panel--underlined .tabs__list--underlined > li button {
  font-size: 1.1em;
}
.tab-panel--underlined .tabs__list--underlined > li.is-active {
  border-bottom: 2px solid #459a8c;
  margin-bottom: -1px;
}
.tab-panel--underlined .tab__pane .block-list__item:last-of-type {
  border: 0;
}
.tab-panel--underlined .tab__pane .block-list__item:hover {
  background-color: transparent;
}
@media screen and (min-width: 992px) {
  .tab-panel--underlined .tab__pane .block-list__item:hover {
    background-color: rgb(239, 239, 239);
  }
}
.tab-panel--underlined .block-list__item {
  padding: 12px 0;
}
@media screen and (min-width: 767px) {
  .tab-panel--underlined .block-list__item {
    padding: 12px;
  }
}

.block-list__item .form__group {
  margin-bottom: 0;
}
.block-list__item.no-hover:hover {
  background-color: inherit;
}

.block-list__item.is-disabled label {
  cursor: not-allowed;
  opacity: 0.35;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
}

.btn.btn--link, .btn--link.overlay-btn, .btn--link.hideShowPassword-toggle, .tabs__list > li > button.btn--link {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #3e4994;
  display: inline-block;
  font-size: 16px;
  line-height: auto;
  padding: 0;
  text-decoration: underline;
}
.btn.btn--link:hover, .btn--link.overlay-btn:hover, .btn--link.hideShowPassword-toggle:hover, .tabs__list > li > button.btn--link:hover, .btn.btn--link:active, .btn--link.overlay-btn:active, .btn--link.hideShowPassword-toggle:active, .tabs__list > li > button.btn--link:active {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: none;
          transform: none;
}
.btn.btn--link:hover:focus:active, .btn--link.overlay-btn:hover:focus:active, .btn--link.hideShowPassword-toggle:hover:focus:active, .tabs__list > li > button.btn--link:hover:focus:active {
  -webkit-box-shadow: 0 -2px #fd0, 0 4px rgb(30, 30, 30);
          box-shadow: 0 -2px #fd0, 0 4px rgb(30, 30, 30);
}
.btn.btn--link:focus, .btn--link.overlay-btn:focus, .btn--link.hideShowPassword-toggle:focus, .tabs__list > li > button.btn--link:focus {
  background-color: #fd0;
  -webkit-box-shadow: 0 -2px #fd0, 0 4px rgb(30, 30, 30);
          box-shadow: 0 -2px #fd0, 0 4px rgb(30, 30, 30);
  color: rgb(30, 30, 30);
  outline: none;
  text-decoration: none;
  border-radius: 0;
  text-decoration: none;
}

.table input[type=text].form__control, .table--datagrid input[type=text].form__control,
.table select.form__control,
.table--datagrid select.form__control {
  height: 32px;
}

.alt-link,
.table__td a.alt-link {
  border-bottom: 0;
  color: rgb(126, 126, 126);
}

.modal__content > .form.margin-top--large {
  margin-top: 0;
}

.alert {
  display: block;
  padding: 12px 20px;
}
.alert.alert--error {
  background-color: #b64135;
  color: #fff;
}

.overlay-btn-container {
  position: relative;
}

.overlay-btn.overlay-btn {
  color: #6a6a6a;
  margin-top: -24px;
  position: absolute;
  right: 0px;
  text-transform: uppercase;
  top: 24px;
}
.overlay-btn.overlay-btn .avatar {
  vertical-align: text-top;
}
.overlay-btn.overlay-btn:hover {
  color: #000;
  top: 24px;
}
.overlay-btn.overlay-btn[disabled].overlay-btn.overlay-btn, .overlay-btn.overlay-btn:disabled.overlay-btn.overlay-btn {
  color: #6a6a6a;
}

.uire-page-container .modal__footer .form__actions.margin-top--large {
  margin-top: 0;
}

.hide.hide, .no-js .no-js-hide {
  border: 0;
  height: 1px;
  margin: -1px;
}

/**
 Shortcut for easy max-width hiding.
 prevents mobile first rule then having to override them at breakpoints for show/hides
**/
@media screen and (max-width: 990px) {
  .hide-on-mobile-and-tablet {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0 !important;
  }
}

@media screen and (max-width: 765px) {
  .hide-on-mobile {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0 !important;
  }
}

.card .block-list__item:hover {
  background: none;
}

.btn--link.display--block {
  display: block;
}

@media screen and (min-width: 767px) {
  .dl--inline dt {
    float: left;
    width: 30%;
    overflow: hidden;
    clear: left;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.dl--inline dd {
  margin: 0 0 10px;
}
@media screen and (min-width: 767px) {
  .dl--inline dd {
    margin: 0 0 10px 30%;
  }
}
.dl--inline dd:before {
  display: table;
  content: " ";
}
.dl--inline dd:after {
  clear: both;
  content: " ";
  display: table;
}

.dl--stacked dd {
  margin-left: 0;
  margin-bottom: 10px;
}
.dl--stacked dd:last-of-type {
  margin-bottom: 0;
}

.form .form__group.choice--block-full .controls {
  width: 100%;
}
.form .form__group.choice--block-full .control__label {
  width: 100%;
}

.choice--block > .controls .control__label {
  background-color: #fff;
}

.fauxdal {
  margin: 0 auto;
  max-width: 600px;
  width: auto;
}

.panel.panel--danger .help-block, .signin.signin--error .panel.signin__info .help-block {
  color: inherit;
}

.form__collection .block-list__item.choice-form-row .form__group.form__group--top {
  padding: 0;
}
.form__collection .block-list__item.choice-form-row .form__group.form__group--top .controls {
  display: block;
}
.form__collection .block-list__item.choice-form-row .form__group.form__group--top .control__label {
  padding-top: 0;
}

.form__collection .block-list__item.choice-form-row .remove-button i {
  color: rgb(95, 95, 95);
}

.toggleable-form-fields--hidden .toggleable-form-field {
  display: none;
}
.no-js .toggleable-form-fields--hidden .toggleable-form-field {
  display: block;
}

.input-group-addon > i {
  vertical-align: middle;
}

.input-group {
  margin-bottom: 0;
}

.legend--standalone {
  border-bottom: 1px solid rgb(190, 190, 190);
  line-height: 25px;
  margin-bottom: 24px;
}

.modal .form__control.file {
  white-space: nowrap;
  width: inherit;
}

.grid-container--border-bottom {
  border-bottom: 1px solid rgb(190, 190, 190);
  padding-bottom: 10px;
}

.table tr.is-disabled td:not(.table-row__actions) .label--warning, .table--datagrid tr.is-disabled td:not(.table-row__actions) .label--warning,
.table tr.is-disabled td:not(.table-row__actions) .badge,
.table--datagrid tr.is-disabled td:not(.table-row__actions) .badge {
  color: rgb(30, 30, 30);
}

.lt-ie9 .tab__settings {
  width: 370px;
}

.modal--full-screen .modal__header-detailed .modal__title {
  line-height: 1.5;
}

.modal--full-screen .modal__header-detailed .modal__title-meta {
  line-height: 1.3;
}

.tab__sidebar .heading {
  padding-bottom: 10px;
}

.form-group-collection legend.legend {
  border: 0;
  font-size: 16px;
  line-height: 24px;
  padding-right: 10px;
  padding-top: 11px;
  margin-bottom: 0;
}
.form-group-collection > .form__group > .controls {
  display: block;
  width: 100%;
}
.form-group-collection .form__group--inline {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px !important;
  width: auto;
}
.form-group-collection .help-block {
  margin-bottom: 0;
}

.signin .form-group-collection legend.legend {
  border: 0;
  margin-bottom: 0;
}
.signin .form-group-collection .form__group {
  margin-bottom: 0;
  margin-top: 0;
}

.form-group-collection--horizontal {
  margin-bottom: 12px;
}
.form-group-collection--horizontal legend.legend {
  border: 0;
  display: block;
  font-size: 14px;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding: 11px 0 0 0;
  word-wrap: break-word;
}
@media screen and (min-width: 480px) {
  .form-group-collection--horizontal legend.legend {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 767px) {
  .form-group-collection--horizontal legend.legend {
    float: left;
    padding-right: 10px;
    width: 24%;
  }
}
.form-group-collection--horizontal label.control__label {
  padding-top: 0;
}
.form-group-collection--horizontal.has-error .legend,
.form-group-collection--horizontal.has-error .help-block {
  color: #b94a48;
}
.form-group-collection--horizontal > .form__group {
  display: table-cell;
  vertical-align: top;
  width: 75%;
}
.form-group-collection--horizontal > .form__group > .controls {
  display: block;
  margin-left: 0;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .form-group-collection--horizontal > .form__group > .controls {
    margin-left: 0.5%;
  }
}
.form-group-collection--horizontal .form__group.form__group--inline {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px !important;
  width: auto;
}
.form-group-collection--horizontal .form__group.form__group--inline.form__group--mini .form__control {
  width: 50px;
}
.form-group-collection--horizontal .form__group.form__group--inline.form__group--small .form__control {
  width: 100px;
}
.form-group-collection--horizontal .help-block {
  margin-top: 0;
}

.signin .form-group-collection legend.legend {
  border: 0;
  margin-bottom: 0;
}
.signin .form-group-collection .form__group {
  margin-bottom: 0;
}
.signin .form-group-collection .form__group--inline.form__group--mini .form__control {
  width: 50px;
}
.signin .form-group-collection .form__group--inline.form__group--small .form__control {
  width: 100px;
}
.signin .form-group-collection .controls {
  margin-left: 0;
}
.signin .form-group-collection p.help-block {
  margin-bottom: 0;
}

.list-details {
  list-style: none;
}
.list-details > li {
  border-bottom: 1px solid rgb(239, 239, 239);
}
.list-details > li .form__group {
  margin-bottom: 0;
}
.list-details > li .controls__value {
  min-height: 44px;
  padding-top: 12px;
}
.list-details > li .controls__value p {
  margin-bottom: 0;
}
.list-details > li ul {
  list-style: none;
  margin-bottom: 0;
}
.list-details > li ul li:last-child {
  padding-bottom: 12px;
}
.list-details dl {
  margin: 10px 0;
}
.list-details dd {
  margin: 0;
}

.import-mappings-table {
  table-layout: fixed;
}
.import-mappings-table td {
  width: 50%;
}
.import-mappings-table td .select2 {
  width: 100% !important;
}

.btn.form__indent, .form__indent.hideShowPassword-toggle, .tabs__list > li > button.form__indent, .form__indent.overlay-btn {
  margin-left: 0;
}
@media screen and (min-width: 767px) {
  .btn.form__indent, .form__indent.hideShowPassword-toggle, .tabs__list > li > button.form__indent, .form__indent.overlay-btn {
    margin-left: 24%;
    margin-right: 20px;
  }
}

a.mi-link {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #3e4994;
  text-decoration: underline;
  opacity: 1 !important;
}
a.mi-link:hover, a.mi-link:active {
  color: #3e4994;
  top: 0;
}
a.mi-link:focus {
  background-color: #fd0;
  -webkit-box-shadow: 0 -2px #fd0, 0 4px rgb(30, 30, 30);
          box-shadow: 0 -2px #fd0, 0 4px rgb(30, 30, 30);
  color: rgb(30, 30, 30);
  outline: none;
  text-decoration: none;
}
a.mi-link.is-disabled.btn--primary, a.mi-link.is-disabled.btn--warning {
  color: rgb(29.5077720207, 101.5414507772, 137.9922279793) !important;
}
a.mi-link.is-disabled.btn--primary:focus, a.mi-link.is-disabled.btn--warning:focus {
  color: rgb(30, 30, 30) !important;
}

.privilege-list .block-list__item {
  overflow: hidden;
}
@media screen and (min-width: 480px) {
  .privilege-list .form__group .control__label {
    display: inline-block;
    min-width: auto;
    width: 74.875%;
  }
}
.privilege-list .control__label + .controls {
  margin-top: 10px;
  width: auto;
}
@media screen and (min-width: 480px) {
  .privilege-list .control__label + .controls {
    margin-top: 0;
    float: right;
  }
}
.privilege-list .toggle-switch-wrapper-label .control__label {
  padding-top: 5px;
}

.modal__body fieldset,
.rules fieldset {
  padding: 0;
}

a.show-page-help {
  margin-top: 0;
}

.g-row {
  overflow: hidden;
}

.progress-list__item.is-disabled {
  color: rgb(190, 190, 190) !important;
  cursor: not-allowed;
}

.progress-list__item:last-child {
  border-right: 0;
}

.table .caption, .table--datagrid .caption {
  border-bottom: 1px solid rgb(126, 126, 126);
  color: #000;
  font-size: 18.66px;
  line-height: 24px;
  padding-bottom: 5px;
  text-align: left;
  width: 100%;
}

.table + .table .caption, .table--datagrid + .table .caption, .table + .table--datagrid .caption, .table--datagrid + .table--datagrid .caption {
  margin-top: 24px;
}

@media screen and (min-width: 767px) {
  .align-to-form {
    margin-left: 24.455%;
  }
}

.account-info {
  height: 100px;
  margin: 0 auto;
  position: relative;
  width: 100px;
  background: #459a8c;
}

.account-info__logo {
  bottom: 0;
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
}

.footer .footer__link {
  line-height: 24px;
  text-decoration: underline;
}

.footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}
@media screen and (min-width: 480px) {
  .footer__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer__contents .branding-footer {
  margin-left: 0;
}

.select2-container--default .select2-results__option[data-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted[data-selected=true] {
  background-color: #5897fb;
  color: white;
}

.select2-container {
  -ms-overflow-style: scrollbar;
}

@media screen and (max-width: 766px) {
  .btn.form__indent, .form__indent.hideShowPassword-toggle, .tabs__list > li > button.form__indent, .form__indent.overlay-btn {
    margin-left: 0;
  }
}

table .btn.btn--naked, table .btn.remove-button, table .hideShowPassword-toggle, table .tabs__list > li > button, table .overlay-btn.overlay-btn {
  border-bottom: 0;
}

table .btn.btn, table .hideShowPassword-toggle, table .tabs__list > li > button, table .overlay-btn.overlay-btn {
  text-decoration: none;
}

@media screen and (min-width: 767px) {
  .control__label + .controls > .form__control.form__control--mini {
    width: 50px !important;
  }
}

@media screen and (min-width: 767px) {
  .control__label + .controls > .form__control.form__control--small {
    width: 100px !important;
  }
}

.input-group-btn:last-child > span > .btn, .input-group-btn:last-child > span > .hideShowPassword-toggle, .input-group-btn:last-child > span > .overlay-btn.overlay-btn {
  margin-left: 6px;
}

.landmark-layout .content-main > .flash-container {
  clear: none;
  left: auto;
  margin: 0 -20px;
  position: static;
  top: auto;
}

.back-to-top.back-to-top {
  color: #000;
  line-height: 16px;
  padding: 0;
  text-decoration: underline;
}
.back-to-top.back-to-top:hover {
  color: #000;
}

.pagination li.is-disabled a, .pagination li.is-disabled span {
  color: #757575;
}

fieldset.form-choice > legend.control__label {
  border-bottom: 0;
  float: left;
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 0;
}
fieldset.form-choice .controls > .control__label {
  width: 100%;
}

fieldset.form__group.form__group--compound > legend.control__label {
  float: none;
}
@media screen and (min-width: 767px) {
  fieldset.form__group.form__group--compound > legend.control__label {
    float: left;
  }
}

.btn img, .hideShowPassword-toggle img, .tabs__list > li > button img, .overlay-btn.overlay-btn img {
  border: 0;
  outline: 0;
  padding-left: 5px;
  vertical-align: middle;
}

.btn.dropdown__toggle img, .dropdown__toggle.hideShowPassword-toggle img, .tabs__list > li > button.dropdown__toggle img, .dropdown__toggle.overlay-btn img {
  padding: 0;
  vertical-align: bottom;
}

.btn--block {
  display: block;
  width: 100%;
}

.progress-list__item.progress-list__item--danger {
  background-color: #b64135;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .progress-list__item.progress-list__item--danger {
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
            box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  }
}
.progress-list__item.progress-list__item--danger:not(:last-child)::after {
  border-top-color: #b64135;
}
@media screen and (min-width: 767px) {
  .progress-list__item.progress-list__item--danger:not(:last-child)::after {
    border-left-color: #b64135;
    border-top-color: transparent;
  }
}
.progress-list__item.progress-list__item--danger:hover {
  background-color: rgb(174.1004255319, 62.1787234043, 50.6995744681);
  color: #fff;
}
.progress-list__item.progress-list__item--danger:hover::after {
  border-top-color: rgb(174.1004255319, 62.1787234043, 50.6995744681);
}
@media screen and (min-width: 767px) {
  .progress-list__item.progress-list__item--danger:hover::after {
    border-left-color: rgb(174.1004255319, 62.1787234043, 50.6995744681);
    border-top-color: transparent;
  }
}

.mapping .form__group {
  margin-bottom: 12px;
}

.mapping .form__group:last-of-type {
  margin-bottom: 0;
}

.manual-address-container {
  margin-bottom: 24px;
}

@media screen and (min-width: 767px) {
  .toggle-switch-wrapper-label .control__label {
    width: 33%;
  }
}

.detector-supports-touch .btn.is-hovered::after, .detector-supports-touch .is-hovered.hideShowPassword-toggle::after, .detector-supports-touch .tabs__list > li > button.is-hovered::after, .detector-supports-touch .is-hovered.overlay-btn::after, .detector-supports-touch .btn:hover::after, .detector-supports-touch .hideShowPassword-toggle:hover::after, .detector-supports-touch .tabs__list > li > button:hover::after, .detector-supports-touch .overlay-btn:hover::after {
  display: none;
}

.scrollable-list {
  max-height: 50vh;
  overflow-y: auto;
}

.scrollable-list__items {
  margin: 0;
  padding: 0;
}

.scrollable-list__item {
  border-bottom: 1px solid rgb(126, 126, 126);
  list-style: none;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.scrollable-list__item:last-of-type {
  border: 0;
  margin: 0;
  padding: 0;
}

.flash__form {
  background: none;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .flash__form {
    display: inline-block;
    float: right;
    margin-top: 0;
  }
}

.slot-type-mapping-table .select2-container {
  width: 100%;
}

.modal .modal-block-list-container .controls {
  width: 100%;
}
.modal .modal-block-list-container .block-list {
  max-width: 100%;
}
.modal .modal-block-list-container .block-list__item:hover {
  background: none;
}

.main-title--underlined {
  border-bottom: 1px solid rgb(126, 126, 126);
  line-height: 42px;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.main-search input[type=search]::-webkit-search-decoration,
.main-search input[type=search]::-webkit-search-cancel-button,
.main-search input[type=search]::-webkit-search-results-button,
.main-search input[type=search]::-webkit-search-results-decoration,
.search-bar input[type=search]::-webkit-search-decoration,
.search-bar input[type=search]::-webkit-search-cancel-button,
.search-bar input[type=search]::-webkit-search-results-button,
.search-bar input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.mobile-logo-mark {
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}
.mobile-logo-mark a {
  display: inline-block;
}

.display-inline-block {
  display: inline-block;
}

.badge:focus {
  background-color: #fd0 !important;
  color: rgb(30, 30, 30) !important;
  outline: none;
}

.image-thumbnail {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  display: inline-block;
  margin: 0 0 1em 0;
}
@media screen and (min-width: 992px) {
  .image-thumbnail {
    max-width: 80%;
  }
}
.image-thumbnail:focus {
  background-color: transparent;
  margin-left: 8px;
}
.image-thumbnail:focus img {
  background-color: transparent;
  -webkit-box-shadow: 0px 0px 0px 4px #fd0, 0px 0px 0px 8px rgb(30, 30, 30);
          box-shadow: 0px 0px 0px 4px #fd0, 0px 0px 0px 8px rgb(30, 30, 30);
}

.image-thumbnail__image {
  display: block;
  max-height: 30em;
  max-width: 100%;
}

.u-text-align-left {
  text-align: left !important;
}

@media screen and (min-width: 767px) {
  .toolbar .toolbar-actions .user-account-dropdown ~ .dropdown__menu {
    left: auto;
    right: 0;
  }
}

.cke.cke_chrome {
  border: 1px solid rgb(126, 126, 126);
}

.cke.cke_focus {
  border-color: rgb(30, 30, 30);
  border-width: 3px;
  outline: 3px solid #fd0;
}

.panel .panel__body {
  overflow-y: auto;
}

.btn-as-link {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #005ea5;
  cursor: pointer;
  font-size: 16px;
  line-height: normal;
  padding: 0;
  text-decoration: underline;
}
.btn-as-link:focus {
  outline: 3px solid #ffbf47;
}

.actionsbar:empty {
  display: none;
}

.u-force-wrap {
  -ms-word-break: break-all;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}
@-moz-document url-prefix() {
  .u-force-wrap {
    word-break: normal;
  }
}
.u-force-wrap {
  white-space: normal;
}

.btn.btn--outline.btn--small.btn--white, .cta-buttons .btn.btn--small.btn--white.btn--default,
.btn.btn--small.btn--white.cta-preview-button.btn--default,
#callToActionButtons .btn.btn--small.btn--white.btn--default, .btn--outline.btn--small.btn--white.hideShowPassword-toggle, .cta-buttons .btn--small.btn--white.hideShowPassword-toggle.btn--default,
.btn--small.btn--white.hideShowPassword-toggle.cta-preview-button.btn--default,
#callToActionButtons .btn--small.btn--white.hideShowPassword-toggle.btn--default, .tabs__list > li > button.btn--outline.btn--small.btn--white, .cta-buttons .tabs__list > li > button.btn--small.btn--white.btn--default,
.tabs__list > li > button.btn--small.btn--white.cta-preview-button.btn--default,
#callToActionButtons .tabs__list > li > button.btn--small.btn--white.btn--default, .btn--outline.btn--small.btn--white.overlay-btn, .cta-buttons .btn--small.btn--white.overlay-btn.btn--default,
.btn--small.btn--white.overlay-btn.cta-preview-button.btn--default,
#callToActionButtons .btn--small.btn--white.overlay-btn.btn--default {
  color: #ffffff !important;
}

.rules-container .form-instructions {
  margin-bottom: 0;
  margin-top: 20px;
}

.piano__item-content .form-instructions {
  margin-top: 20px;
  margin-bottom: 0;
}

.caseformfield-edit-form-container .form-instructions {
  margin-top: 20px;
}

.hide-required-indicator .control__label .required-indicator {
  display: none;
}

.u-remove-child-p-margin p {
  margin: 0;
}

@media screen and (min-width: 992px) {
  .modal--xlarge .modal__dialog {
    max-width: 80%;
  }
}
@media screen and (min-width: 1200px) {
  .modal--xlarge .modal__dialog {
    max-width: 1000px;
  }
}

fieldset.form__group--top.form-choice > legend.control__label {
  margin-bottom: 0.5em;
}

.signin .form .form {
  background-color: transparent;
}

.hideShowPassword-wrapper {
  width: 100% !important;
}

.tabs__content > .panel {
  margin: 0 0 0 -20px;
  padding: 0 6px;
  width: calc(100% + 40px);
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mr-1 {
  margin-right: 0.25rem;
}

.signin-container {
  display: block;
}

.signin {
  -webkit-transition: none;
  transition: none;
}
@media screen and (max-width: 766px) {
  .signin {
    margin: 10px;
    width: auto;
  }
}

.signin__inner {
  float: none;
  height: auto;
  margin: auto;
  width: auto;
}

.signin__panel {
  display: block;
  float: none;
  -webkit-transition: none;
  transition: none;
  width: auto;
}

.signin .panel--danger,
.signin.signin--error .signin__info {
  margin: auto;
}

@media screen and (max-width: 766px) {
  .signin__heading {
    margin: 10px 20px 20px;
  }
}

@media screen and (max-width: 766px) {
  .signin__brand {
    margin-left: 20px;
  }
}

.signin .has-error {
  margin: 0 -20px;
  width: calc(100% + 40px);
}
@media screen and (min-width: 767px) {
  .signin .has-error {
    margin: 0 -40px;
    width: calc(100% + 80px);
  }
}

@page {
  margin: 0.5cm;
}
@media print {
  .nav-main,
  .nav-primary,
  .nav-items,
  .mobile-menu-button,
  .avatar-wrapper,
  .main-search,
  .actionsbar,
  .timeline__message-box,
  .ribbon__mobile-toggle,
  .nav-user,
  .star-case-link,
  .message-reply,
  .btn,
  .hideShowPassword-toggle,
  .tabs__list > li > button,
  .overlay-btn.overlay-btn,
  .piano__avatar,
  .timeline-avatar,
  .has-report-layout .nav-inline,
  .has-report-layout .breadcrumb,
  .has-report-layout .report__settings,
  .modal--full-screen .download,
  .modal--full-screen .close,
  .footer__privacy,
  a[href="#top"] {
    display: none;
  }
  body {
    background: #fff;
    color: #000;
    height: auto;
    width: 100%;
  }
  a {
    color: #000;
    text-decoration: none;
  }
  .container {
    display: block;
    height: auto;
    margin: 0;
  }
  .inner-wrapper {
    display: block;
    height: auto;
  }
  .content-main {
    display: block;
  }
  .tabs__content {
    display: block;
  }
  .ribbon-wrapper {
    height: auto !important;
  }
  .ribbon {
    margin: 0 10px;
  }
  .ribbon,
  .ribbon__owner {
    background-color: #fff;
    background-image: none;
    color: rgb(30, 30, 30);
  }
  .ribbon a, .ribbon dt, .ribbon dd, .ribbon i,
  .ribbon__owner a,
  .ribbon__owner dt,
  .ribbon__owner dd,
  .ribbon__owner i {
    color: rgb(30, 30, 30);
  }
  .ribbon__header {
    padding: 10px 0;
  }
  .ribbon__header .star-case-button .icon-star {
    color: rgb(30, 30, 30);
  }
  .ribbon__main {
    padding: 0;
  }
  .ribbon__header,
  .ribbon__main,
  .ribbon__content {
    display: block;
  }
  .ribbon__meta {
    display: block;
  }
  .ribbon__meta dt,
  .ribbon__meta dd {
    display: inline-block;
  }
  .ribbon__meta dd {
    margin: 0 30px 0 0;
  }
  .ribbon__main dt {
    clear: left;
    float: left;
    margin-bottom: 10px;
    max-width: 164px;
    width: 10%;
  }
  .ribbon__main dd {
    display: inline-block;
    float: left;
    width: 80%;
  }
  .body--theme li.nav-inline__item.is-active {
    border-bottom: 2px solid rgb(30, 30, 30);
  }
  .label {
    background-color: rgb(222, 222, 222) !important;
    color: rgb(30, 30, 30) !important;
  }
  .piano {
    border: 0;
  }
  .piano__item {
    border: 0;
    width: 100%;
  }
  footer.footer .branding-footer {
    background: none;
    margin-left: 0;
    text-indent: 0;
    width: auto;
  }
  .timeline-content__date {
    display: block;
    float: right;
    margin-bottom: 1em;
    margin-top: 0;
  }
  .timeline-content__title {
    margin: 0;
  }
  .ui-report {
    background: none;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .ui-report .tab__inner {
    padding-bottom: 0;
  }
  .report {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
    padding: 0;
  }
  .ct-chart {
    width: 100% !important;
    max-width: 100% !important;
  }
  .ct-chart .ct-chart-line {
    height: 240px !important;
    width: 100% !important;
  }
  .chart-legends > .chart-legend {
    display: inline-block;
    margin-right: 10px;
  }
  .u-print-only {
    display: block;
  }
  body.modal-open {
    overflow: hidden;
    position: fixed;
  }
  body.modal-open .modal.modal--full-screen {
    overflow: hidden;
  }
}