@charset "UTF-8";
@font-face {
  font-family: "Futura";
  src: url("/fonts/Futura-PT-W01-Book.woff2") format("woff2"), url("/fonts/Futura-PT-W01-Book.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Futura";
  src: url("/fonts/Futura-PT-W01-Bold.woff2") format("woff2"), url("/fonts/Futura-PT-W01-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Futura";
  src: url("/fonts/Futura-PT-W01-Heavy.woff2") format("woff2"), url("/fonts/Futura-PT-W01-Heavy.woff") format("woff");
  font-style: normal;
  font-weight: 900;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.animate-show-hide.ng-hide {
  opacity: 0;
}

.animate-show-hide.ng-hide-add,
.animate-show-hide.ng-hide-remove {
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}

.animate-if.ng-enter, .animate-if.ng-leave {
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}

.animate-if.ng-enter,
.animate-if.ng-leave.ng-leave-active {
  opacity: 0;
}

.animate-if.ng-leave,
.animate-if.ng-enter.ng-enter-active {
  opacity: 1;
}

/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.body-sp {
  background-color: rgb(250, 250, 255);
}

body {
  height: 100%;
  font-family: "Futura", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  min-width: 770px;
  overflow-y: scroll;
  -ms-overflow-y: scroll;
}
body > main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body > hy-navigation,
body > hy-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

[role=button] {
  cursor: pointer;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

h4 {
  font-weight: bold;
}

.modal-body, .dropdown-menu {
  scrollbar-width: thin !important;
}

html, body {
  scrollbar-color: rgb(0, 149, 142) white;
  scrollbar-width: thin;
}
html ::-webkit-scrollbar, body ::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
html ::-webkit-scrollbar-thumb, body ::-webkit-scrollbar-thumb {
  background-color: rgb(0, 149, 142);
  -webkit-border-radius: 1ex;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.copy {
  font-family: "Futura", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

@media (min-width: 992px) {
  .text-lg-right {
    text-align: right;
  }
}
.text-danger {
  color: rgb(254, 110, 110) !important;
}

.text-success {
  color: rgb(0, 149, 142);
}

.text-alert {
  color: rgb(253, 108, 0);
  font-weight: 900;
}

.text-black {
  color: #000 !important;
}

.text-turquoise-light {
  color: rgb(205, 241, 232);
}

.text-gray {
  color: rgb(184, 184, 184) !important;
}

.text-gray-dark {
  color: rgb(98, 98, 98);
}

.text-margin-top-xsmall {
  margin-top: 0.3125rem;
}

.text-margin-bottom-xsmall {
  margin-bottom: 0.3125rem;
}

.text-margin-top-small {
  margin-top: 0.625rem;
}

.text-margin-top-medium {
  margin-top: 1.25rem;
}

.text-margin-top-large {
  margin-top: 1.875rem;
}

.text-margin-top-reset {
  margin-top: 0;
}

.text-margin-top-20 {
  margin-top: 1.25rem;
}

.text-margin-bottom-reset {
  margin-bottom: 0;
}

.text-margin-reset {
  margin: 0 !important;
}

.text-margin-negative-left {
  margin-left: -0.5rem !important;
  margin-right: 0.5rem !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-transform-none {
  text-transform: none;
}

.text-reset {
  text-transform: none !important;
  font-weight: normal !important;
}

.text-xsmall {
  font-size: 0.75rem;
}

.text-small {
  font-size: 0.875rem;
}

.text-medium {
  font-size: 1.25rem;
}

.text-large {
  font-size: 1.5rem;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-lowercase {
  text-transform: none;
}

.text-bold {
  font-weight: 700;
}

.text-normal {
  font-weight: 100;
}

.text-heavy {
  font-weight: 900;
}

.text-underline {
  text-decoration: underline;
}

.word-break-all {
  word-break: break-all;
}

.word-break-balanced {
  overflow-wrap: break-word;
  text-wrap: balance;
}

.text-required {
  color: rgb(254, 110, 110);
  font-weight: 900;
}

.h1-line-height-reset {
  line-height: 0.7;
}

.line-height-narrow {
  line-height: 1;
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1299px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1300px) {
  .hidden-xl-up {
    display: none !important;
  }
}

@media (max-width: 1599px) {
  .hidden-xl-down {
    display: none !important;
  }
}

@media (min-width: 1600px) {
  .hidden-xxl-up {
    display: none !important;
  }
}

.hidden-xxl-down {
  display: none !important;
}

.border--bottom {
  border-bottom-width: 2px;
  border-bottom-color: rgb(224, 224, 224);
  border-bottom-style: solid;
}
.border--top {
  border-top-width: 2px;
  border-top-color: rgb(224, 224, 224);
  border-top-style: solid;
}
.border--reset {
  border-width: 0px !important;
}
.border--full {
  border-width: 2px;
  border-color: rgb(224, 224, 224);
  border-style: solid;
}
.border--thick {
  border-width: 4px !important;
}
.border--turquoise {
  border-color: rgb(0, 149, 142) !important;
}
.border--white {
  border-color: #fff !important;
}

button {
  font-family: inherit;
  line-height: normal;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
button:active, button:focus, button:hover {
  text-decoration: none;
  outline: none;
}
button:-moz-focus-inner {
  border: 0;
  padding: 0;
}
button.disabled, button:disabled {
  cursor: default;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input[class=btn] {
  font-family: "Futura", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.abtn--disabled {
  opacity: 0.2;
  cursor: not-allowed;
  pointer-events: none;
}

figure {
  margin: 0 0 1rem;
}

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type=radio]:disabled,
input[type=checkbox]:disabled {
  cursor: not-allowed;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type=search] {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

input[type=file] {
  display: none;
}

h1 {
  font-size: 2.25rem;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 700;
  margin: 2.5rem 0 1.875rem;
}
@media (min-width: 992px) {
  h1 {
    font-size: 3.75rem;
    margin: 5rem 0 3.75rem;
  }
}

h2 {
  font-size: 2.25rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  margin: 3.75rem 0 1.25rem;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  margin: 3.75rem 0 1.25rem;
}

h4 {
  font-size: 1rem;
  line-height: 1.4;
  margin: 1.875rem 0 0.625rem;
  text-transform: uppercase;
  font-weight: 900;
  margin: 1.25rem 0 1.25rem;
}

h5 {
  font-size: 1rem;
  line-height: 1.4;
  margin: 1.25rem 0 0.625rem;
  font-weight: 700;
}

hr {
  border: none;
  border-bottom: 4px solid rgb(0, 149, 142);
  margin: 1.25rem 0;
}

.hr--margin-reset {
  margin: 0;
}

.hr--thin-margin {
  margin: 0.625rem 0;
}

.hr--thin {
  border-width: 2px;
}

.hr--pink {
  border-bottom-color: rgb(254, 110, 110);
}

.hr--turquoise {
  border-bottom-color: rgb(0, 149, 142);
}

.hr--pink-light {
  border-bottom-color: rgb(255, 234, 234);
}

.hr--grey-light {
  border-bottom-color: rgb(224, 224, 224);
}

.hr--full-width {
  width: calc(100vw - 20px);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hr--grey {
  border-bottom: 2px solid rgb(184, 184, 184);
}

.hr--negative-margin-medium {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.hr--list-divider {
  border: 0;
  margin: 0;
  padding: 0;
}
.hr--list-divider::after {
  position: absolute;
  border-bottom: 2px solid rgb(224, 224, 224);
  max-width: 100%;
  left: 14px;
  right: 14px;
  height: 2px;
  bottom: 0px;
  content: "";
}
.hr--list-divider--full-width::after {
  max-width: 100%;
  left: 0px;
  right: 0px;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

img[width],
img[height] {
  max-width: none;
}

label {
  display: inline-block;
  font-weight: 900;
  margin-bottom: 0.625rem;
}

.label--icon {
  margin-bottom: 0.5rem;
}

.icon--inline {
  display: inline-block !important;
  vertical-align: middle;
}

a {
  color: #000;
  text-decoration: none;
}
a:active, a:focus, a:hover {
  color: #000;
  text-decoration: underline;
}

ul {
  list-style-type: none;
}

.list-style--disk {
  list-style-type: disc;
}

p {
  margin-bottom: 1.4rem;
}

small {
  font-size: 0.875rem;
}

xsmall {
  font-size: 0.77rem;
}

strong, b {
  font-weight: 700;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  width: 100%;
}
@media (min-width: 1300px) {
  .container {
    width: 1280px;
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1580px;
    max-width: 100%;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.333333%;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.333333%;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.666667%;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.333333%;
}

.pull-2 {
  right: 16.666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.333333%;
}

.pull-5 {
  right: 41.666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.333333%;
}

.pull-8 {
  right: 66.666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.333333%;
}

.pull-11 {
  right: 91.666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.333333%;
}

.push-2 {
  left: 16.666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.333333%;
}

.push-5 {
  left: 41.666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.333333%;
}

.push-8 {
  left: 66.666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.333333%;
}

.push-11 {
  left: 91.666667%;
}

.push-12 {
  left: 100%;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.333333%;
  }
  .pull-sm-2 {
    right: 16.666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.333333%;
  }
  .pull-sm-5 {
    right: 41.666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.333333%;
  }
  .pull-sm-8 {
    right: 66.666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.333333%;
  }
  .pull-sm-11 {
    right: 91.666667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.333333%;
  }
  .push-sm-2 {
    left: 16.666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.333333%;
  }
  .push-sm-5 {
    left: 41.666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.333333%;
  }
  .push-sm-8 {
    left: 66.666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.333333%;
  }
  .push-sm-11 {
    left: 91.666667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.333333%;
  }
  .pull-md-2 {
    right: 16.666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.333333%;
  }
  .pull-md-5 {
    right: 41.666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.333333%;
  }
  .pull-md-8 {
    right: 66.666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.333333%;
  }
  .pull-md-11 {
    right: 91.666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.333333%;
  }
  .push-md-2 {
    left: 16.666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.333333%;
  }
  .push-md-5 {
    left: 41.666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.333333%;
  }
  .push-md-8 {
    left: 66.666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.333333%;
  }
  .push-md-11 {
    left: 91.666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.333333%;
  }
  .pull-lg-2 {
    right: 16.666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.333333%;
  }
  .pull-lg-5 {
    right: 41.666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.333333%;
  }
  .pull-lg-8 {
    right: 66.666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.333333%;
  }
  .pull-lg-11 {
    right: 91.666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.333333%;
  }
  .push-lg-2 {
    left: 16.666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.333333%;
  }
  .push-lg-5 {
    left: 41.666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.333333%;
  }
  .push-lg-8 {
    left: 66.666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.333333%;
  }
  .push-lg-11 {
    left: 91.666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1300px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.333333%;
  }
  .pull-xl-2 {
    right: 16.666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.333333%;
  }
  .pull-xl-5 {
    right: 41.666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.333333%;
  }
  .pull-xl-8 {
    right: 66.666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.333333%;
  }
  .pull-xl-11 {
    right: 91.666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.333333%;
  }
  .push-xl-2 {
    left: 16.666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.333333%;
  }
  .push-xl-5 {
    left: 41.666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.333333%;
  }
  .push-xl-8 {
    left: 66.666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.333333%;
  }
  .push-xl-11 {
    left: 91.666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.spacer-small {
  margin: 0.625rem;
}

.spacer-medium {
  margin: 1.25rem;
}

.spacer-large {
  margin: 1.875rem;
}

.spacer-mb-xsmall {
  margin-bottom: 0.3125rem;
}

.spacer-mb-small {
  margin-bottom: 0.625rem;
}

.spacer-mb-medium {
  margin-bottom: 1.25rem;
}

.spacer-mb-large {
  margin-bottom: 1.875rem;
}

.spacer-mb-xlarge {
  margin-bottom: 2.5rem;
}

.spacer-mb-xxlarge {
  margin-bottom: 3.75rem;
}

.spacer-mb-xxxlarge {
  margin-bottom: 5rem;
}

.spacer-mt-xsmall {
  margin-top: 0.3125rem;
}

.spacer-mt-small {
  margin-top: 0.625rem;
}

.spacer-mt-negative-small {
  margin-top: -7px;
}
.spacer-mt-negative-small-forced {
  position: relative;
}

.spacer-mt-negative-15 {
  margin-top: -15px;
}

.spacer-mt-medium {
  margin-top: 1.25rem;
}

.spacer-mt-large {
  margin-top: 1.875rem;
}

.spacer-mt-xlarge {
  margin-top: 2.5rem;
}

.spacer-mt-xxlarge {
  margin-top: 3.75rem;
}

.spacer-mt-xxxlarge {
  margin-top: 5rem;
}

.spacer-mr-xsmall {
  margin-right: 0.3125rem;
}

.spacer-mr-small {
  margin-right: 0.625rem;
}

.spacer-mr-medium {
  margin-right: 1.25rem;
}

.spacer-mr-large {
  margin-right: 1.875rem;
}

.spacer-mr-xlarge {
  margin-right: 2.5rem;
}

.spacer-mr-xxlarge {
  margin-right: 3.75rem;
}

.spacer-mr-sign {
  margin-right: 4.5625rem;
}

.spacer-mr-xxxlarge {
  margin-right: 5rem;
}

.spacer-ml-xsmall {
  margin-left: 0.3125rem;
}

.spacer-ml-small {
  margin-left: 0.625rem;
}

.spacer-ml-medium {
  margin-left: 1.25rem;
}

.spacer-ml-large {
  margin-left: 1.875rem;
}

.spacer-pr-small {
  padding-right: 0.625rem;
}

.spacer-pr-xxxlarge {
  padding-right: 5rem;
}

.spacer-pl-small {
  padding-left: 0.625rem;
}

.spacer-pl-medium {
  padding-left: 1.25rem;
}

.spacer-pb-reset {
  padding-bottom: 0 !important;
}

.spacer-padding-vertical-small {
  padding: 0.625rem 0 0.625rem 0;
}

.spacer-padding-vertical-large {
  padding: 1.875rem 0 1.875rem 0;
}

.spacer-mt-negative-large {
  margin-top: 0;
}
@media (min-width: 576px) {
  .spacer-mt-negative-large {
    margin-top: -1.875rem;
  }
}

.spacer-mt-negative-xlarge {
  margin-top: -2.5rem;
}

.spacer-mb-reset {
  margin-bottom: 0 !important;
}

.spacer-mt-reset {
  margin-top: 0 !important;
}

.spacer-margin-reset {
  margin: 0 !important;
}

.padding-right-reset {
  padding-right: 0;
}

.padding-left-reset {
  padding-left: 0;
}

.padding-reset {
  padding: 0 !important;
}

.spacer-centered {
  margin: 0 auto;
}

.spacer-mb-negative-xxxlarge {
  margin-bottom: -5rem;
}

.width-40 {
  width: 40%;
}

.width-70 {
  width: 70%;
}

.full-width {
  width: 100% !important;
}

.full-height {
  height: 100% !important;
}

@media (min-width: 992px) {
  .spacer-lg-mt-xxxlarge {
    margin-top: 5rem;
  }
}
@media (min-width: 0) {
  .spacer-mt-xxxlarge {
    margin-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  .spacer-mt-xxxlarge {
    margin-top: 5rem;
  }
}
.alert {
  padding: 1.25rem 1.25rem;
  margin-bottom: 1.875rem;
  border: 0.3125em solid transparent;
  color: #000;
  background-color: rgb(242, 242, 242);
  border-radius: 1rem;
  border: 0.3125em solid rgb(254, 110, 110);
}
.alert:last-child {
  margin-bottom: 0;
}
.alert--success {
  background-color: rgb(155, 227, 209);
  border-color: rgb(0, 149, 142);
}
.alert--success-bordered {
  background-color: rgb(155, 227, 209);
  border: 2px solid rgb(224, 224, 224);
}
.alert--info {
  background-color: rgb(184, 184, 184);
  border: 2px solid rgb(224, 224, 224);
}
.alert--info-bordered {
  background-color: rgb(224, 224, 224);
  border: 2px solid rgb(184, 184, 184);
}
.alert--grey-light {
  background-color: rgb(224, 224, 224);
}
.alert--turq {
  background-color: rgb(155, 227, 209);
}
.alert--full-width {
  width: 100%;
}
.alert--warning-bordered {
  background-color: rgb(255, 184, 132);
  border: 2px solid rgb(254, 110, 110);
}
.alert--thin-border {
  border-width: 2px;
}
.alert--hide-border {
  border-width: 0;
}
.alert--squary {
  border-radius: 0;
}
.alert--wide-turq {
  background-color: #fff;
  border-width: 1.25rem;
  border-color: rgb(155, 227, 209);
}
.alert--narrow-turq {
  background-color: #fff;
  border-color: rgb(155, 227, 209);
}
.alert--narrow-red {
  background-color: #fff;
  border-color: rgb(254, 110, 110);
}
.alert--narrow-turq-dark {
  background-color: #fff;
  border-color: rgb(0, 149, 142);
}
.alert--narrow-gray {
  background-color: #fff;
  border-color: rgb(224, 224, 224);
}
.alert--border-turq {
  border: 4px solid rgb(0, 149, 142);
}
.alert--border-rl-turq {
  border-left: 3px solid rgb(0, 149, 142);
  border-right: 3px solid rgb(0, 149, 142);
}
.alert--border-l-turq {
  border-left: 3px solid rgb(0, 149, 142);
}
.alert--wide-pink-light {
  background-color: #fff;
  border-width: 1.25rem;
  border-color: rgb(255, 234, 234);
}
.alert--no-top-padding {
  padding-top: 0;
}
.alert--no-top-bottom-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.alert--padding-small {
  padding: 0.625rem;
}
.alert--padding-xsmall {
  padding: 0.3125rem;
}
.alert--padding-large {
  padding: 1.875rem;
}
.alert--min-height-340 {
  min-height: 340px;
}
.alert--min-height-236 {
  min-height: 236px;
}
.alert--max-width-250 {
  max-width: 250px;
}
.alert--turquoise-bg {
  background-color: rgb(155, 227, 209);
}
.alert--turq-light-bg {
  background-color: rgb(205, 241, 232);
}
.alert--pink-dark-bg {
  background-color: rgb(254, 182, 182);
}
.alert--white-bg {
  background-color: #fff;
}
.alert--yellow-bg {
  background-color: rgb(255, 245, 137);
}
.alert--centered {
  text-align: center;
}
.alert--centered > h3 {
  margin: 0 auto;
}
.alert--reset-margin {
  margin: 0;
}
.alert--mb-small {
  margin-bottom: 0.625rem;
}
.alert--slim {
  padding: 0.625rem 1.25rem;
}
.alert--xslim {
  padding: 0.5rem;
}
.alert--padding-right-only {
  padding: 0 0.625rem 0 0;
}
.alert--no-top-border {
  border-top: none;
}
.alert__title {
  margin: 0 0 1.25rem;
  text-transform: uppercase;
}

.btn {
  display: inline-block;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: rgb(253, 227, 0);
  padding: 0.3125rem 1.25rem;
  font-size: 1rem;
  border-radius: 0.625rem;
  border: 0;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.btn:focus, .btn:hover {
  text-decoration: none;
  color: #000;
  background-color: rgb(255, 245, 137);
}
.btn:focus, .btn.focus {
  outline: 0;
}
.btn.disabled, .btn:disabled {
  cursor: not-allowed;
  opacity: 0.25;
}
.btn:active, .btn.active {
  color: #000;
  background-color: rgb(255, 245, 137);
}
.btn--overflow {
  padding-right: 36px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.btn--secondary {
  background-color: rgb(254, 110, 110);
}
.btn--secondary:focus, .btn--secondary:hover {
  text-decoration: none;
  color: #000;
  background-color: rgb(254, 182, 182);
}
.btn--secondary.disabled, .btn--secondary:disabled {
  background-color: rgb(253, 227, 0);
  cursor: not-allowed;
  opacity: 0.65;
}
.btn--info {
  background-color: rgb(0, 149, 142);
  color: #fff;
}
.btn--info:focus, .btn--info:hover {
  text-decoration: none;
  color: #fff;
  background-color: rgb(155, 227, 209);
}
.btn--reset-transition {
  -webkit-transition: none;
  transition: none;
}
.btn--squary {
  border-radius: 0;
  margin: 0;
  padding: 1em;
  background-color: rgb(184, 184, 184);
  text-align: left;
}
.btn--squary:focus, .btn--squary:hover {
  background-color: rgb(0, 149, 142);
}
.btn--squary-reset-hover:focus, .btn--squary-reset-hover:hover {
  background-color: rgb(184, 184, 184);
  cursor: default;
}
.btn--squary-padding-small {
  padding: 0.5rem 1rem;
}
.btn--squary-white {
  border-radius: 0;
  margin: 0;
  padding: 1em;
  background-color: #fff;
  text-align: left;
}
.btn--squary-white__filter {
  height: 36px;
  width: 160px;
  padding: 4px 20px 5px 5px;
  border: 2px solid rgb(224, 224, 224);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.btn--squary-white__filter:focus {
  background-color: #fff;
  border-color: rgb(0, 149, 142);
}
.btn--squary-white__filter:focus:hover {
  border-color: rgb(0, 149, 142);
}
.btn--squary-white__filter:hover {
  border-color: rgb(155, 227, 209);
  background-color: #fff;
}
.btn--squary-white__sort {
  height: 36px;
  width: 200px;
  padding: 5px 35px 5px 10px !important;
  border: 2px solid rgb(224, 224, 224);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: normal;
}
.btn--squary-white__sort:focus {
  background-color: #fff;
}
.btn--squary-white__sort:hover {
  background-color: rgb(224, 224, 224);
}
.btn--full-width {
  width: 100%;
}
.btn--full-chopped-width {
  width: calc(100% - 70px);
}
.btn--half-width {
  width: 49.5%;
}
.btn--medium-width {
  width: 5rem;
}
.btn--md {
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
}
.btn--display-block {
  display: block;
}
.btn--mb-medium {
  margin-bottom: 1.25rem;
}
.btn--no-padding {
  padding: 0.3125rem;
}
.btn--gray {
  background-color: rgb(224, 224, 224);
}
.btn--white-turquoise {
  background-color: #fff;
}
.btn--white-turquoise:focus, .btn--white-turquoise:hover {
  background-color: rgb(155, 227, 209) !important;
}
.btn--white-turquoise:active, .btn--white-turquoise.active {
  background-color: rgb(0, 149, 142);
}
.btn--white-turquoise.disabled, .btn--white-turquoise:disabled {
  background-color: rgb(224, 224, 224) !important;
  opacity: 0.4;
}
.btn--selected-date.active {
  background-color: rgb(155, 227, 209) !important;
  border: 2px solid rgb(0, 149, 142);
}
.btn--white-yellow {
  background-color: #fff;
}
.btn--white-yellow:focus, .btn--white-yellow:hover {
  background-color: rgb(205, 241, 232);
}
.btn--turq-border {
  background-color: #fff;
  color: rgb(0, 149, 142);
  border: 1px solid rgb(0, 149, 142);
  font-weight: normal;
}
.btn--turq-border:hover, .btn--turq-border:focus, .btn--turq-border:active {
  background-color: rgb(155, 227, 209);
  color: rgb(0, 149, 142);
  text-decoration: none;
}
.btn--no-border-radius {
  border-radius: 0;
}
.btn--round-right-only {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn--cursor-pointer {
  cursor: pointer;
}
.btn--relative {
  position: relative;
}
.btn--arrow-left, .btn--arrow-right {
  background-repeat: no-repeat;
  background-size: 1.6rem 1.6rem;
}
.btn--arrow-right {
  padding-right: calc(10px + 1.6rem);
  background-image: url("../../img/arrow-forward.svg");
  background-position: right 0.25rem center;
}
.btn--arrow-left {
  padding-left: calc(10px + 1.6rem);
  background-image: url("../../img/arrow-backward.svg");
  background-position: left 0.25rem center;
}
.btn--icon {
  padding-right: calc(22px + 1.25rem);
  background-repeat: no-repeat;
  background-size: 1.25rem 1.25rem;
  background-position: right center;
}
.btn--icon:hover {
  text-decoration: none;
}
.btn--icon-expand {
  padding-right: 1.5rem;
  background-size: 1.5rem;
  background-image: url("../../img/arrow-expand.svg");
}
.btn--icon-collapse {
  padding-right: 1.5rem;
  background-size: 1.5rem;
  background-image: url("../../img/arrow-collapse.svg");
}
.btn--icon-cross {
  background-color: transparent;
  background-image: url(../../img/cross.svg);
  background-size: 1.5rem 1.5rem;
  background-position: center;
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 999;
}
.btn--icon-cross:hover, .btn--icon-cross:focus {
  background-color: rgb(205, 241, 232);
}
.btn--icon-upload {
  background-image: url(../../img/upload.svg);
  background-position: right 0.875rem center;
}
.btn--icon-upload:hover {
  background-image: url(../../img/upload-hover.svg);
}
.btn--icon-upload:disabled {
  background-image: url(../../img/upload-disabled.svg);
}
.btn--icon-upload:disabled:hover {
  background-image: url(../../img/upload-disabled-hover.svg);
}
.btn--icon-upload-yellow:hover {
  background-image: url(../../img/upload-hover-yellow.svg);
}
.btn--icon-download {
  background-image: url(../../img/download.svg);
  background-position: right 0.875rem center;
}
.btn--icon-download--dark-turq {
  background-image: url(../../img/download-dark-turq.svg);
  padding-right: 1.75rem;
}
.btn--icon-download--dark-turq:hover {
  background-image: url(../../img/download-dark-turq-hover.svg);
}
.btn--icon-download--black {
  background-image: url(../../img/download.svg);
  padding-right: 1.75rem;
  background-position: right center;
}
.btn--icon-download:hover {
  background-image: url(../../img/download-hover.svg);
}
.btn--icon-download-round {
  background-image: url(../../img/download.svg);
  background-size: 30px 30px;
  background-position: top 5px center;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  padding-top: 25px !important;
}
.btn--icon-bin {
  background-image: url(../../img/ic-remove.svg);
  background-position: right 0.875rem center;
  background-size: 1.5rem;
}
.btn--icon-bin:hover {
  background-image: url(../../img/ic-remove-hover.svg);
}
.btn--icon-bin--size {
  width: 1.5rem;
  height: 1.5rem;
}
.btn--icon-bin--size:hover {
  background-image: url(../../img/ic-remove-hover.svg);
}
.btn--icon-search {
  padding-right: 2.5rem;
  background-image: url(../../img/ic-search.svg);
  background-size: 1.525rem 1.525rem;
  background-position: center;
  margin: 2px 2px 2px -42px;
}
.btn--icon-search:hover {
  background-color: rgb(205, 241, 232);
}
.btn--icon-search--large {
  padding-right: 3.5rem;
  background-size: 2rem;
}
.btn--icon-calendar {
  background-color: transparent;
  background-image: url(../../img/ic-calendar.svg);
  background-size: 1.375rem 1.375rem;
  background-position: center;
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 10;
}
.btn--icon-calendar:hover, .btn--icon-calendar:focus {
  background-color: rgb(205, 241, 232);
}
.btn--icon-paper-clip {
  background-image: url(../../img/paper-clip.svg);
}
.btn--icon-sort {
  background-image: url(../../img/ic-sort-by.svg);
  background-position: right 4px center;
  background-size: 1rem 1rem;
  padding-right: 1rem;
}
.btn--icon-sort-up, .btn--icon-sort-down {
  background-size: 1.625rem 1.625rem;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding-right: 1.625rem;
  background-position: center;
}
.btn--icon-sort-down {
  background-image: url(../../img/arrow.svg);
}
.btn--icon-sort-up {
  background-image: url(../../img/arrow-up.svg);
}
.btn--icon-triangle-down-turquoise {
  background-image: url(../../img/triangle-down-turquoise.svg);
  padding-right: 1rem;
  background-size: 1rem 1rem;
  padding-top: 0.625rem;
}
.btn--icon-triangle-up-turquoise {
  background-image: url(../../img/triangle-up-turquoise.svg);
  padding-right: 1rem;
  background-size: 1rem 1rem;
  padding-bottom: 0.625rem;
}
.btn--icon-pen {
  background-image: url("../../img/ic-edit.svg");
  padding-right: 1.5rem;
  background-size: 1.5rem 1.5rem;
}
.btn--icon-pen:hover {
  background-image: url("../../img/pen-hover-turq.svg");
}
.btn--icon-eye {
  background-image: url("../../img/ic-eye.svg");
  padding-right: 1.5rem;
  background-size: 1.5rem 1.5rem;
}
.btn--icon-eye:hover {
  background-image: url("../../img/ic-eye-hover.svg");
}
.btn--icon-video {
  background-image: url("../../img/ic-video.svg");
  background-position: right 0.875rem center;
}
.btn--icon-bottom-right {
  background-position: right bottom;
}
.btn--icon--no-padding {
  padding-right: 1.5rem;
  background-position: center;
}
.btn--icon--no-borders {
  padding: 1rem;
  background-position: center;
  border: 0;
  outline: 0;
  background-color: transparent;
}
.btn--icon--no-borders:hover, .btn--icon--no-borders:focus {
  outline: 0;
}
.btn--icon-telephone {
  background-image: url(../../img/old-typical-phone.svg);
  background-position: left 2px center;
  padding-right: 0;
  padding-left: 1.75rem;
}
.btn--icon-email {
  background-image: url(../../img/email.svg);
  background-position: left 2px center;
  padding-right: 0;
  padding-left: 1.75rem;
}
.btn--icon-plus {
  background-image: url("../../img/plus-circle-fill.svg");
  background-color: transparent;
  padding: 0.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem 1rem;
  border: 0;
  margin-left: 2px;
  margin-bottom: 2px;
}
.btn--icon-plus:hover, .btn--icon-plus:focus {
  background-image: url("../../img/plus-circle-fill-hover.svg");
}
.btn--icon-minus {
  background-image: url("../../img/dash-circle-fill.svg");
  background-color: transparent;
  padding: 0.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem 1rem;
  border: 0;
  margin-left: 2px;
  margin-bottom: 2px;
}
.btn--icon-minus:hover, .btn--icon-minus:focus {
  background-image: url("../../img/dash-circle-fill-hover.svg");
}
.btn--paginator-left, .btn--paginator-right {
  position: relative;
  width: 2.8125rem;
  height: 2.1875rem;
  padding: 0;
  border-radius: 0;
  background-color: rgb(0, 149, 142);
}
.btn--paginator-left::after, .btn--paginator-right::after {
  background-image: url(../../img/ic-arrow-link-right-white.svg);
  background-repeat: no-repeat;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 1.8rem;
  width: 1.8rem;
  content: "";
}
.btn--paginator-left:hover, .btn--paginator-right:hover {
  background-color: rgb(155, 227, 209);
}
.btn--paginator-left:focus, .btn--paginator-right:focus {
  background-color: rgb(0, 149, 142);
}
.btn--paginator-left:focus:hover, .btn--paginator-right:focus:hover {
  background-color: rgb(155, 227, 209);
}
.btn--paginator-left:disabled, .btn--paginator-right:disabled {
  background-color: rgb(224, 224, 224);
}
.btn--paginator-left:disabled::after, .btn--paginator-right:disabled::after {
  background-image: url(../../img/ic-arrow-link-right-white.svg);
  background-color: rgb(224, 224, 224);
}
.btn--paginator-left:disabled:hover::after, .btn--paginator-right:disabled:hover::after {
  background-image: url(../../img/ic-arrow-link-right-white.svg);
}
.btn--paginator-right::after {
  top: 3px;
  left: 3px;
}
.btn--paginator-left {
  margin-left: 0.3125rem;
}
.btn--paginator-left::after {
  bottom: 4px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.btn--calendar {
  width: 1.875rem;
  padding: 0;
  background-image: url(../../img/ic-calendar.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem 2rem;
}
.btn--upload, .btn--cancel, .btn--done {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 3.25rem 3.25rem;
  cursor: pointer;
  margin-bottom: 0;
}
.btn--upload {
  background-image: url("../../img/cross-black.svg");
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn--cancel {
  background-image: url("../../img/cross-black.svg");
  background-color: rgb(254, 110, 110);
}
.btn--cancel:hover, .btn--cancel:focus {
  background-color: rgb(254, 110, 110);
  opacity: 0.75;
}
.btn--done {
  background-image: url("../../img/tick-white.svg");
  background-color: rgb(0, 149, 142);
}
.btn--done:hover, .btn--done:focus {
  background-color: rgb(0, 149, 142);
  cursor: default;
}
.btn a.btn.disabled,
.btn fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn--preamend {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  width: calc(100% - 40px);
  border: 3px white solid;
  position: relative;
  z-index: 5;
}
.btn--amend {
  margin-left: 0;
  width: 35px;
  padding-left: 15px;
  position: relative;
  z-index: 4;
  left: -12px;
}

.card {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: rgb(224, 224, 224);
  border: 0 solid rgb(98, 98, 98);
}
.card--turq {
  background-color: rgb(205, 241, 232);
}
.card--turq .card__header {
  background-color: rgb(155, 227, 209);
}
.card--turq .card__header:hover {
  background-color: rgb(0, 149, 142);
}
.card--pink {
  background-color: rgb(255, 234, 234);
}
.card--pink .card__header {
  background-color: rgb(254, 182, 182);
}
.card--pink .card__header:hover {
  background-color: rgb(254, 110, 110);
}
.card__block {
  padding: 1.25rem;
}
.card__text:first-child {
  margin-top: 0;
}
.card__text:last-child {
  margin-bottom: 0;
}
.card__link:hover {
  text-decoration: none;
}
.card__link + .card__link {
  margin-left: 1.25rem;
}
.card__header {
  padding: 1.25rem 1.25rem;
  margin-bottom: 0;
  background-color: rgb(184, 184, 184);
  border-bottom: 0 solid rgb(98, 98, 98);
  cursor: pointer;
  outline: 0;
}
.card__header:hover {
  background-color: rgb(98, 98, 98);
}
.card__title {
  margin: 0;
  padding: 0;
  pointer-events: 0;
}
.card-collapse {
  -webkit-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
  overflow: hidden;
}

.counter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgb(0, 149, 142);
  border-radius: 50%;
  padding: 2px 5px;
  min-width: 26px;
  width: 27px;
  height: 27px;
  color: #fff;
}
.counter:hover {
  cursor: default;
}
.counter--small {
  font-size: 11px;
}
.counter--pink {
  background-color: rgb(254, 110, 110);
}
.counter--pink:hover {
  background-color: rgb(254, 182, 182);
}

.datepicker {
  display: inline-block;
}
.datepicker td,
.datepicker th {
  padding: 0;
}
.datepicker--border-grey {
  border: 2px solid rgb(224, 224, 224);
  border-bottom: 0;
}
.datepicker .border-top-grey {
  border-top: 1px solid rgb(224, 224, 224);
}
.datepicker .border-bottom-grey {
  border-bottom: 1px solid rgb(224, 224, 224);
}
.datepicker .border-left-grey {
  border-left: 1px solid rgb(224, 224, 224);
}
.datepicker .border-right-grey {
  border-right: 1px solid rgb(224, 224, 224);
}
.datepicker .border-r-b-white {
  border-right: 1px solid rgb(224, 224, 224);
  border-bottom: 1px solid rgb(224, 224, 224);
}
.datepicker .borders-last-child tr:last-child td {
  border-bottom: 2px solid rgb(224, 224, 224);
}
.datepicker .borders-last-child td:last-child {
  border-right: 0px;
}
.datepicker .btn-datepicker {
  padding: 1px 8px 1px 8px;
  width: 100%;
  height: 100%;
  -webkit-transition: border 0.1s ease-in-out;
  transition: border 0.1s ease-in-out;
}
.datepicker .btn-datepicker--no-padding {
  padding: 0;
}
.datepicker .btn-datepicker--day-btn {
  width: 40px;
  height: 40px;
  padding: 1px 8px 1px 8px;
}
.datepicker .btn-datepicker-month-year {
  padding: 1px 8px 1px 8px;
  width: 100%;
  height: 100%;
  -webkit-transition: border 0.1s ease-in-out;
  transition: border 0.1s ease-in-out;
  background-color: #fff;
  font-weight: normal;
}
.datepicker .btn-datepicker-month-year:focus, .datepicker .btn-datepicker-month-year:hover {
  text-decoration: none;
  color: #000;
  background-color: rgb(155, 227, 209);
}
.datepicker .btn-datepicker-month-year:active, .datepicker .btn-datepicker-month-year.active {
  color: #fff;
  background-color: rgb(0, 149, 142);
}
.datepicker .arrow-bar-height {
  height: 42px;
}
.datepicker .week-bar {
  height: 24px;
  background-color: rgb(155, 227, 209);
}
.datepicker .weeks-col {
  background-color: rgb(242, 242, 242);
  height: 48px;
}
.datepicker .arrow {
  margin: 0 auto;
  background-image: url(../../img/arrow-dropdown.svg);
  background-size: 1.5em 1.5em;
  background-repeat: no-repeat;
  height: 2em;
  width: 2em;
  position: relative;
}
.datepicker .arrow--left {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.datepicker .arrow--left-absolute {
  position: absolute;
  top: 0;
  left: 6px;
  bottom: 0px;
  margin: auto;
}
.datepicker .arrow--right {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.datepicker .arrow--right-absolute {
  position: absolute;
  top: 0;
  right: 6px;
  bottom: 0px;
  margin: auto;
}
.datepicker__day td {
  width: 48px;
  height: 34px;
}
.datepicker__month td {
  width: 126px;
  height: 34px;
}
.datepicker__year td {
  width: 76px;
  height: 34px;
}
.datepicker .uib-datepicker-popup.dropdown-menu {
  display: block;
  float: none;
  margin: 0;
  border: 3px solid rgb(0, 149, 142);
}
.datepicker .uib-button-bar {
  padding: 10px 8px 10px 8px;
}
.datepicker td.active-date .btn--white-turquoise {
  color: #fff;
  background-color: rgb(0, 149, 142);
}

.flash {
  max-height: 0;
  display: block;
  position: fixed;
  width: 100vw;
  z-index: 1090;
  font-size: 1.5rem;
  background-color: transparent;
  -webkit-transition: max-height 0.25s ease-in;
  transition: max-height 0.25s ease-in;
}
.flash .container {
  visibility: collapse;
  opacity: 0;
}
.flash--visible {
  max-height: 100px;
  -webkit-transition: max-height 0.25s ease-in;
  transition: max-height 0.25s ease-in;
}
.flash--visible .container {
  visibility: visible;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
  outline: none;
}
.flash--success {
  background-color: rgba(155, 227, 209, 0.8);
}
.flash--error {
  background-color: rgba(254, 110, 110, 0.8);
}
.flash--info {
  background-color: rgba(255, 184, 132, 0.8);
}
.flash__title {
  margin: 0;
  padding: 1.25rem 0;
  text-align: center;
}

.header-box {
  height: 180px;
  max-height: 180px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 70px;
}

.header-buttons {
  text-align: right;
  line-height: 34px;
  position: absolute;
  width: calc(100% - 40px);
}

.header-tabs {
  margin-top: 12px;
}

.header-icon-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90px;
  height: 90px;
  font-size: 14px;
  text-align: center;
  text-wrap: wrap;
  /*background: linear-gradient(to bottom, white, #eeeeee);
  border: 2px solid #000;*/
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 200)), to(rgb(253, 227, 0)));
  background: linear-gradient(to bottom, rgb(255, 255, 200), rgb(253, 227, 0));
  border: 2px solid rgb(253, 227, 0);
  /*border-radius: 5px;*/
  border-radius: 10px;
  line-height: 12px;
  margin-left: 7px;
  font-weight: 700;
}
.header-icon-button > div > img {
  width: 45px;
  height: 45px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.footer {
  margin-top: 70px;
  background-color: rgb(0, 149, 142);
  padding: 30px 0;
}
.footer-virgin {
  background-color: white;
  border-top: 2px solid lightgray;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.footer__title {
  text-transform: uppercase;
  margin-right: 1.25rem;
}
.footer > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: white;
}
.footer-virgin .footer > .container {
  color: black;
}
.footer > .container a {
  color: white;
}
.footer-virgin .footer > .container a {
  color: black;
}
.footer__logo {
  background-image: url(../../img/logo-text.png);
  width: 317px;
  height: 43px;
  background-size: 100% 100%;
  margin-right: 300px;
}
.footer-virgin .footer__logo {
  background-image: url(../../img/logo-red-text.png);
}

.form-group {
  margin-bottom: 1.25rem;
}
.form-group--error .form-control,
.form-group--error .form-control:focus,
.form-group--error .dropdown {
  border: 2px solid rgb(254, 110, 110);
}
.form-group__help {
  margin-top: 0.625rem;
  display: block;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.3125rem 0.625rem;
  font-family: "Futura", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 2px solid rgb(224, 224, 224);
  border-radius: 0;
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #000;
  background-color: #fff;
  border-color: rgb(0, 149, 142);
  outline: none;
}
.form-control:hover {
  border-color: rgb(155, 227, 209);
}
.form-control::-webkit-input-placeholder {
  color: rgb(184, 184, 184);
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: rgb(184, 184, 184);
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: rgb(184, 184, 184);
  opacity: 1;
}
.form-control::placeholder {
  color: rgb(184, 184, 184);
  opacity: 1;
}
.form-control:disabled {
  background-color: rgb(242, 242, 242) !important;
  opacity: 1;
}
.form-control[readonly] {
  background-color: #fff;
  opacity: 1;
}
.form-control:disabled {
  cursor: not-allowed;
}
.form-control-file, .form-control-range {
  display: block;
}
.form-control--dark {
  background-color: rgb(224, 224, 224);
}
.form-control--dark::-webkit-input-placeholder {
  color: rgb(98, 98, 98);
}
.form-control--dark::-moz-placeholder {
  color: rgb(98, 98, 98);
}
.form-control--dark::-ms-input-placeholder {
  color: rgb(98, 98, 98);
}
.form-control--dark::placeholder {
  color: rgb(98, 98, 98);
}
.form-control--gray-border {
  border-color: rgb(224, 224, 224);
}
.form-control--cursor-default:disabled {
  cursor: default;
}
.form-control--no-padding {
  padding: 0;
}
.form-control--narrow {
  height: 36px;
}
.form-control--prepend {
  display: inline-block;
  width: calc(100% - 40px - 5px);
}
.form-control--search {
  min-width: 60px;
  max-width: 165px;
  height: 36px;
  padding: 0.3125rem;
  background-color: #fff;
  border-color: rgb(224, 224, 224);
  padding-right: 45px;
}
.form-control--search::-webkit-input-placeholder {
  color: rgb(224, 224, 224);
}
.form-control--search::-moz-placeholder {
  color: rgb(224, 224, 224);
}
.form-control--search::-ms-input-placeholder {
  color: rgb(224, 224, 224);
}
.form-control--search::placeholder {
  color: rgb(224, 224, 224);
}
.form-control--search:hover {
  border-color: rgb(155, 227, 209);
}
.form-control--search:focus:hover {
  border-color: rgb(0, 149, 142);
}
.form-control--search:focus + a {
  background-color: rgb(205, 241, 232);
}
.form-control--search:focus + a:hover {
  background-color: rgb(155, 227, 209);
}
.form-control--search-white {
  background-color: #fff;
}
.form-control--search-white::-webkit-input-placeholder {
  color: rgb(98, 98, 98);
}
.form-control--search-white::-moz-placeholder {
  color: rgb(98, 98, 98);
}
.form-control--search-white::-ms-input-placeholder {
  color: rgb(98, 98, 98);
}
.form-control--search-white::placeholder {
  color: rgb(98, 98, 98);
}
.form-control--search::-ms-clear {
  display: none;
}
.form-control--search--large {
  max-width: 100%;
  height: 100%;
  padding: 0.3125rem 0.625rem;
}
.form-control--search--full-width {
  max-width: 100%;
}

.form-control-prepend {
  display: inline-block;
  width: 40px;
  text-align: center;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.025rem + 4px);
}
select.form-control:focus::-ms-value {
  color: #000;
  background-color: #fff;
}

.form-check {
  position: relative;
  display: block;
  /*// TODO - probably move this psuedo selector to a more specific place and style it
  :indeterminate {
    height: 80px;
  }*/
}
.form-check.disabled .form-check-label {
  color: rgb(224, 224, 224);
  cursor: not-allowed;
}
.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
}
.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}
.form-check-input:only-child {
  position: static;
}
.form-check-inline {
  display: inline-block;
}
.form-check-inline .form-check-label {
  vertical-align: middle;
}
.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}
.form-check__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-check__checkbox-label {
  cursor: pointer;
  position: absolute;
  width: 1.5625rem;
  height: 1.5625rem;
  top: 0;
  left: 0;
  background: #fff;
  border: 2px solid #000;
  margin-bottom: 0;
}
.form-check__checkbox-label--disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.form-check__checkbox input[type=checkbox]:checked + label {
  background: #000;
}
.form-check__checkbox input[type=checkbox]:checked + label::after {
  background-image: url(../../img/tick-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  height: 1.3125rem;
  width: 1.3125rem;
  content: "";
}
.form-check__checkbox input[type=checkbox]:indeterminate + label {
  background: #000;
}
.form-check__checkbox input[type=checkbox]:indeterminate + label::after {
  background-image: url(../../img/checkbox-indeterminate.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  height: 1.3125rem;
  width: 1.3125rem;
  content: "";
}
.form-check__checkbox--size-25 {
  position: relative;
  min-width: 1.5625rem;
  min-height: 1.5625rem;
  left: 0px;
  top: 0px;
  margin-right: 0.75rem;
}
.form-check__checkbox input[type=checkbox]:checked.form-check__checkbox--small + label::after {
  width: 1rem;
  height: 1rem;
}
.form-check__checkbox--margin-tb-small {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1rem;
}

.custom-control__input {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
}
.custom-control__input--large {
  width: 2rem;
  height: 2rem;
}
.custom-control__input--small {
  width: 1.25rem;
  height: 1.25rem;
}
.custom-control__input--hidden {
  display: none;
}
.custom-control__input:checked ~ .custom-control__label::before {
  background-color: rgb(0, 149, 142);
}
.custom-control__input:active ~ .custom-control__label::before {
  background-color: #fff;
}
.custom-control__input:disabled ~ .custom-control__label {
  color: rgb(224, 224, 224);
  cursor: not-allowed;
}
.custom-control__input:disabled ~ .custom-control__label::before {
  background-color: rgb(242, 242, 242);
  border: solid 2px rgb(224, 224, 224);
}

.custom-control__label {
  margin-bottom: 0;
  cursor: pointer;
  font-weight: 400;
  padding-left: 34px;
}
.custom-control__label::before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  border: 2px solid rgb(0, 149, 142);
  content: "";
}
.custom-control__label::after {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1rem;
  content: "";
}
.custom-control__label--large {
  font-size: 1.5rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: calc(16px + 2rem);
}
.custom-control__label--large::before {
  width: 2rem;
  height: 2rem;
}
.custom-control__label--large::after {
  width: 2rem;
  height: 2rem;
}
.custom-control__label--small {
  padding-left: calc(8px + 1.25rem);
}
.custom-control__label--small::before {
  width: 1.25rem;
  height: 1.25rem;
}
.custom-control__label--small::after {
  width: 1.25rem;
  height: 1.25rem;
}

.custom-control--checkbox {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 1.5rem;
}
.custom-control--checkbox--large {
  height: 2rem;
}
.custom-control--checkbox--small {
  height: 1.25rem;
}
.custom-control--checkbox .custom-control__label::before {
  border-radius: 0.125rem;
}
.custom-control--checkbox .custom-control__input:checked ~ .custom-control__label::after {
  background-image: url("../../img/tick-white.svg");
  background-size: 1.125rem;
}
.custom-control--checkbox .custom-control__input:checked ~ .custom-control__label--small::after {
  background-size: 1rem;
}

.custom-control--radio {
  margin-bottom: 0.625rem;
}
.custom-control--radio--no-margin {
  margin-bottom: 0px;
}
.custom-control--radio .custom-control__label::before {
  border-radius: 50%;
  margin: 0 0 !important;
}
.custom-control--radio .custom-control__label::after {
  margin: 0 0 !important;
}
.custom-control--radio .custom-control__input:checked ~ .custom-control__label::before {
  background-color: rgb(0, 149, 142);
}
.custom-control--radio .custom-control__input:checked ~ .custom-control__label::after {
  background-image: url("../../img/tick-white.svg");
  background-size: 1.125rem;
}
.custom-control--radio .custom-control__input:checked ~ .custom-control__label--large::after {
  background-size: 1.5rem;
}

.info__title {
  margin: 0 0 0;
}
.info__title--edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.info__content {
  margin: 0;
  line-height: 2;
  border-bottom: 4px solid #fff;
}
.info__content--narrow {
  line-height: 1.4;
  padding-bottom: 0.3125rem;
  margin-top: 1.875rem;
}
.info__content--narrow-block {
  display: block;
  font-weight: normal;
}
.info__content--grey-border {
  border-bottom-color: rgb(224, 224, 224);
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  z-index: 3;
}

.input-group__btn,
.input-group .form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.input-group__btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group__btn {
  white-space: nowrap;
  vertical-align: middle;
  margin-left: 2px;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-left-radius: 0;
}

.input-group__btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group__btn > .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.input-group__btn > .btn + .btn {
  margin-left: -2px;
}
.input-group__btn > .btn:focus, .input-group__btn > .btn:active, .input-group__btn > .btn:hover {
  z-index: 3;
}
.input-group__btn:not(:last-child) > .btn,
.input-group__btn:not(:last-child) > .btn-group {
  margin-right: -2px;
}
.input-group__btn:not(:first-child) > .btn,
.input-group__btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -2px;
}
.input-group__btn:not(:first-child) > .btn:focus, .input-group__btn:not(:first-child) > .btn:active, .input-group__btn:not(:first-child) > .btn:hover,
.input-group__btn:not(:first-child) > .btn-group:focus,
.input-group__btn:not(:first-child) > .btn-group:active,
.input-group__btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

.link--block {
  display: block;
}
.link-box {
  padding: 10px;
  border-top: 2px solid rgb(224, 224, 224);
}
.link-box:last-child {
  border-bottom: 2px solid rgb(224, 224, 224);
}
.link--pink {
  color: rgb(254, 110, 110);
}
.link--turquoise {
  color: rgb(0, 149, 142);
}
.link--turquoise:focus, .link--turquoise:hover {
  text-decoration: underline;
  color: rgb(0, 149, 142);
  cursor: pointer;
}
.link--turquoise:active {
  color: rgb(155, 227, 209);
}
.link--orange {
  color: rgb(253, 108, 0);
  font-weight: 900;
}
.link--orange:focus, .link--orange:hover {
  text-decoration: underline;
  color: rgb(253, 108, 0);
}
.link--underline {
  text-decoration: underline;
}
.link--underline:focus, .link--underline:hover {
  text-decoration: none;
}
.link--no-underline {
  text-decoration: none;
}
.link--no-underline:focus, .link--no-underline:hover {
  text-decoration: underline;
}
.link--no-underline-hover {
  text-decoration: none;
}
.link--no-underline-hover:focus, .link--no-underline-hover:hover {
  text-decoration: none;
}
.link--icon {
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: calc(5px + 1rem);
  background-size: 1rem 1rem;
}
.link--icon-close {
  background-image: url(../../img/ic-close.svg);
}
.link--icon-edit {
  background-image: url(../../img/ic-edit.svg);
  padding-right: calc(8px + 1.375rem);
  background-size: 1.375rem 1.375rem;
}
.link--icon-edit:focus, .link--icon-edit:hover {
  background-image: url("../../img/pen-hover-turq.svg");
}
.link--arrow {
  background-image: url(../../img/arrow-side-turq.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: calc(5px + 1rem);
  background-size: 1rem 1rem;
}
.link--arrow:focus, .link--arrow:hover {
  background-image: url(../../img/arrow-side-turq-dark.svg);
}

.list--bullet {
  margin: 0;
  list-style-type: disc;
  padding-left: 1rem;
}
.list--bullet.list__item {
  margin-bottom: 1rem;
}
.list--unstyled {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.list-group {
  padding-left: 0;
}
.list-group-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-group-item__title {
  width: 40%;
}
.list-group-item__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.login {
  display: none;
}
.login--visible {
  display: block;
}
.login__a {
  cursor: pointer;
  color: rgb(254, 110, 110);
  text-decoration: underline;
}

.main-content {
  display: block;
}
.main-content--hidden {
  display: none;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal--centred {
  text-align: center;
  padding: 0 !important;
}
.modal--centred::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal--centred .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal--big-padding {
  padding: 3.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 1.875rem;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  outline: 0;
}
.modal-content--info .modal-content {
  background-color: rgb(155, 227, 209);
}
.modal-content--gray .modal-content {
  background-color: rgb(224, 224, 224);
  border: 2px solid rgb(0, 149, 142);
}
.modal-content--turq-bg .modal-content {
  background-color: rgb(205, 241, 232);
}
.modal-content--green .modal-content {
  background-color: #fff;
  border: 0.3125rem solid rgb(0, 149, 142);
}
.modal-content--secondary .modal-content {
  background-color: #fff;
}
.modal-content--round .modal-content {
  border-radius: 0.625rem;
}
.modal-content--white-border .modal-content {
  border: 0.3125rem solid #fff;
}
.modal-content--white-pink .modal-content {
  background-color: #fff;
  border: 1.25rem solid rgb(255, 234, 234);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.64;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.875rem 1.875rem;
  background-color: #fff;
}
@media (min-width: 992px) {
  .modal-header {
    padding: 0.625rem 1.875rem;
  }
}
.modal-header--xsmall {
  padding: 0.9375rem 1.875rem;
}
.modal-header--medium {
  padding: 1.875rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.modal-header--small {
  padding: 1.25rem;
}

.modal-title {
  margin-bottom: 0;
  margin-top: 1.875rem;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 1.875rem;
  background-color: #fff;
}
@media (min-width: 992px) {
  .modal-body {
    padding: 0 1.875rem;
  }
}
.modal-body--medium {
  padding: 0 1.875rem;
}
.modal-body--medium--padding-tb {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.modal-body--small {
  padding: 0 1.25rem 1.25rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1.875rem;
  background-color: #fff;
}
.modal-footer > :not(:first-child) {
  margin-left: 1rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 1rem;
}
.modal-footer--xsmall {
  padding: 0.9375rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal-footer--xsmall-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.modal-footer--xsmall-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-footer--medium {
  padding: 1.875rem;
}
.modal-footer--small {
  padding: 1.25rem;
}
.modal-footer--large {
  padding: 1.875rem 3.75rem 3.75rem;
}

.fake-ceiling-border {
  margin: 2px;
  padding: 20px;
  border: rgb(0, 149, 142) 2px solid;
}

.modal-pillar {
  display: inline-block;
  vertical-align: top;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 992px) {
  .modal-dialog {
    max-width: 950px;
    margin: 30px auto;
  }
}
.modal-sm {
  max-width: 400px;
  margin: 30px auto;
}

.modal-xlg {
  max-width: 768px;
  margin: 30px auto;
}

.modal-md {
  max-width: 630px;
  margin: 30px auto;
}

.modal-xsm {
  max-width: 250px;
  margin: 30px auto;
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background-color: #fff;
  border-bottom: 2px rgb(224, 224, 224) solid;
}
.navigation--sp {
  background-color: rgb(205, 241, 232);
}
.navigation__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
  font-size: 1.5rem;
  color: #000;
  padding: 0.625rem 0;
}
.navigation__logo:active, .navigation__logo:focus, .navigation__logo:hover {
  text-decoration: none;
  color: #000;
}
.navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  list-style: none;
  margin: 0 -0.625rem 0 auto;
  text-align: center;
}
.navigation__list li > .dropdown {
  outline: 1;
}
.navigation__list-item {
  padding: 0 0.625rem;
  height: 100%;
  margin-bottom: -4px;
}
.navigation__list-item--active {
  border-bottom: 2px rgb(0, 149, 142) solid;
}
.navigation__list-item--highlight {
  color: rgb(254, 110, 110);
}
.navigation__list-item--link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navigation__list-item--link-active, .navigation__list-item--link:focus {
  text-decoration: none !important;
  color: rgb(0, 149, 142) !important;
}
.navigation__list-item--icon {
  padding: 0.8rem;
  margin: 0.625rem;
  background: url(../../img/Profile.svg) no-repeat;
  background-position: center;
}
.navigation__list-item--icon-settings {
  padding: 0.8rem;
  margin: 0.625rem;
  background: url(../../img/settings.svg) no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-position: center;
  width: 21px;
}
.navigation__list-item--icon-logout {
  padding: 0.8rem;
  margin: 0.625rem;
  background: url(../../img/logout.svg) no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-position: center;
  width: 21px;
}
.navigation__list-item--icon:hover {
  background-image: url(../../img/Profile-Active.svg);
}
.navigation__list-item--icon:focus {
  background-image: url(../../img/Profile-Active.svg);
}
.navigation__list-item--icon-active {
  background-image: url(../../img/Profile-Active.svg);
}
.navigation > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3.75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
  width: 80%;
}
@media (min-width: 992px) {
  .timeline {
    width: 100%;
    max-width: 100%;
    margin-top: 1.25rem;
  }
}
.timeline__progressbar.progress {
  width: 80%;
  height: 0.3125rem;
  margin: -28px auto 10px;
}
@media (min-width: 992px) {
  .timeline__progressbar.progress {
    width: 100%;
    max-width: 100%;
    margin: -28px auto 20px;
  }
}
.timeline__progressbar.progress__bar {
  width: 100%;
  height: 0.3125rem;
}
@media (min-width: 992px) {
  .timeline__progressbar.progress__bar {
    max-width: 100%;
    margin: -32px auto;
  }
}
.timeline__activity {
  display: inline-block;
  background: rgb(155, 227, 209);
  border-radius: 100%;
  width: 1.25rem;
  height: 1.25rem;
  border: 4px solid rgb(155, 227, 209);
  z-index: 1;
  position: relative;
  outline: 0;
}
.timeline__activity--active {
  border-color: rgb(0, 149, 142);
  background-color: rgb(0, 149, 142);
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}
.timeline__activity--active-add-active {
  border-color: rgb(155, 227, 209);
  background: rgb(155, 227, 209);
}
.timeline__activity--disabled {
  border-color: rgb(224, 224, 224);
  background: rgb(224, 224, 224);
  cursor: auto;
}
.timeline__activity--disabled-remove {
  border-color: rgb(224, 224, 224);
  background: rgb(224, 224, 224);
}
.timeline__tooltip {
  top: 205px !important;
  pointer-events: none;
}
@media (min-width: 992px) {
  .timeline__tooltip {
    top: 125px !important;
  }
}
.timeline__tooltip .tooltip-inner {
  max-width: none;
  margin-top: 5.313em;
}
.timeline__activity-label {
  width: 150px;
  height: 100%;
  margin: 25px 0 0 -65px;
  text-align: center;
  z-index: 50;
  line-height: 1.2em;
  display: none;
}
@media (min-width: 992px) {
  .timeline__activity-label {
    display: block;
  }
}
.timeline__activity-label--active {
  display: none;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Futura", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.4;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  opacity: 0;
}
.tooltip.in {
  opacity: 1;
  z-index: 1;
}
.tooltip.top {
  margin-top: -3px;
  padding: 10px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 10px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 10px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 10px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: rgb(0, 149, 142);
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 10px;
  margin-bottom: -10px;
  border-width: 10px 10px 0;
  border-top-color: rgb(0, 149, 142);
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 10px;
  margin-bottom: -10px;
  border-width: 10px 10px 0;
  border-top-color: rgb(0, 149, 142);
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  border-right-color: rgb(0, 149, 142);
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -10px;
  border-width: 10px 0 10px 10px;
  border-left-color: rgb(0, 149, 142);
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: rgb(0, 149, 142);
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 10px;
  margin-top: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: rgb(0, 149, 142);
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 10px;
  margin-top: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: rgb(0, 149, 142);
}
.tooltip--warning .tooltip-inner {
  background-color: rgb(254, 110, 110);
}
.tooltip--warning .tooltip-arrow {
  border-top-color: rgb(254, 110, 110) !important;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.938em 0.938em;
  color: #fff;
  font-weight: 400;
  text-align: center;
  background-color: rgb(0, 149, 142);
  border-radius: 0.5rem;
  border: none;
  line-height: 1.3;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

[uib-tooltip-popup].tooltip.top-left > .tooltip-arrow,
[uib-tooltip-popup].tooltip.top-right > .tooltip-arrow,
[uib-tooltip-popup].tooltip.bottom-left > .tooltip-arrow,
[uib-tooltip-popup].tooltip.bottom-right > .tooltip-arrow,
[uib-tooltip-popup].tooltip.left-top > .tooltip-arrow,
[uib-tooltip-popup].tooltip.left-bottom > .tooltip-arrow,
[uib-tooltip-popup].tooltip.right-top > .tooltip-arrow,
[uib-tooltip-popup].tooltip.right-bottom > .tooltip-arrow,
[uib-tooltip-html-popup].tooltip.top-left > .tooltip-arrow,
[uib-tooltip-html-popup].tooltip.top-right > .tooltip-arrow,
[uib-tooltip-html-popup].tooltip.bottom-left > .tooltip-arrow,
[uib-tooltip-html-popup].tooltip.bottom-right > .tooltip-arrow,
[uib-tooltip-html-popup].tooltip.left-top > .tooltip-arrow,
[uib-tooltip-html-popup].tooltip.left-bottom > .tooltip-arrow,
[uib-tooltip-html-popup].tooltip.right-top > .tooltip-arrow,
[uib-tooltip-html-popup].tooltip.right-bottom > .tooltip-arrow,
[uib-tooltip-template-popup].tooltip.top-left > .tooltip-arrow,
[uib-tooltip-template-popup].tooltip.top-right > .tooltip-arrow,
[uib-tooltip-template-popup].tooltip.bottom-left > .tooltip-arrow,
[uib-tooltip-template-popup].tooltip.bottom-right > .tooltip-arrow,
[uib-tooltip-template-popup].tooltip.left-top > .tooltip-arrow,
[uib-tooltip-template-popup].tooltip.left-bottom > .tooltip-arrow,
[uib-tooltip-template-popup].tooltip.right-top > .tooltip-arrow,
[uib-tooltip-template-popup].tooltip.right-bottom > .tooltip-arrow,
[uib-popover-popup].popover.top-left > .arrow,
[uib-popover-popup].popover.top-right > .arrow,
[uib-popover-popup].popover.bottom-left > .arrow,
[uib-popover-popup].popover.bottom-right > .arrow,
[uib-popover-popup].popover.left-top > .arrow,
[uib-popover-popup].popover.left-bottom > .arrow,
[uib-popover-popup].popover.right-top > .arrow,
[uib-popover-popup].popover.right-bottom > .arrow,
[uib-popover-html-popup].popover.top-left > .arrow,
[uib-popover-html-popup].popover.top-right > .arrow,
[uib-popover-html-popup].popover.bottom-left > .arrow,
[uib-popover-html-popup].popover.bottom-right > .arrow,
[uib-popover-html-popup].popover.left-top > .arrow,
[uib-popover-html-popup].popover.left-bottom > .arrow,
[uib-popover-html-popup].popover.right-top > .arrow,
[uib-popover-html-popup].popover.right-bottom > .arrow,
[uib-popover-template-popup].popover.top-left > .arrow,
[uib-popover-template-popup].popover.top-right > .arrow,
[uib-popover-template-popup].popover.bottom-left > .arrow,
[uib-popover-template-popup].popover.bottom-right > .arrow,
[uib-popover-template-popup].popover.left-top > .arrow,
[uib-popover-template-popup].popover.left-bottom > .arrow,
[uib-popover-template-popup].popover.right-top > .arrow,
[uib-popover-template-popup].popover.right-bottom > .arrow {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 0;
}

[uib-popover-popup].popover,
[uib-popover-html-popup].popover,
[uib-popover-template-popup].popover {
  display: block !important;
}

.bogus-tooltip-icon {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.bogus-tooltip {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.bogus-tooltip div {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: white;
  visibility: hidden;
  width: 390px;
  position: absolute;
  background-color: rgb(0, 149, 142);
  border-radius: 0.5rem;
  z-index: 3333;
  top: -30px;
}
.bogus-tooltip div a {
  color: white;
}

.bogus-tooltip-item {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 128px;
  display: inline-block;
  text-align: center;
}

.table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.25rem;
}
.table--margin-reset {
  margin: 0;
}
.table--margin-b-reset {
  margin-bottom: 0;
}
.table--mb-xxlarge {
  margin-bottom: 3.75rem;
}
.table--mute {
  opacity: 0.3;
}
.table__header {
  border-bottom: 3px solid rgb(224, 224, 224);
}
.table__th {
  padding: 0 0 0.625rem 0.625rem;
  text-align: left;
  vertical-align: bottom;
  text-transform: 400;
}
.table__th:first-child {
  padding-left: 0;
}
.table__th--minimalistic {
  border-bottom: 3px solid #000000;
}
.table__th--grey {
  border-bottom: 3px solid #000000;
  background-color: rgb(224, 224, 224);
}
.table__th--pink {
  border-bottom: 3px solid rgb(254, 110, 110);
}
.table__th--right {
  text-align: right;
}
.table__th--width-icon {
  vertical-align: middle;
  text-align: right;
  width: 30px;
  padding-bottom: 1px;
}
.table__tr {
  border-bottom: 1px solid rgb(224, 224, 224);
  background-color: #fff;
}
.table__tr:focus, .table__tr:hover {
  cursor: pointer;
  background-color: rgb(205, 241, 232);
  outline: 0;
}
.table__tr:first-child {
  background-color: white;
}
.table__tr:first-child:hover {
  background-color: rgb(205, 241, 232);
}
.table__tr--disable-click {
  background-color: #fff;
  border-bottom-color: rgb(224, 224, 224);
}
.table__tr--disable-click:focus, .table__tr--disable-click:hover {
  cursor: default;
  background-color: #fff;
}
.table__tr--minimalistic {
  border-bottom: 1px solid rgb(224, 224, 224);
  background-color: #fff;
}
.table__tr--minimalistic:focus, .table__tr--minimalistic:hover {
  cursor: default;
  background-color: #fff;
}
.table__tr--minimalistic:first-child {
  background-color: white;
}
.table__tr--minimalistic:first-child:hover {
  background-color: white;
}
.table__tr--minimalistic-turq-border {
  border-bottom: 3px solid rgb(0, 149, 142);
}
.table__tr--grey {
  border-bottom: 1px solid #000;
  background-color: rgb(224, 224, 224);
}
.table__tr--grey:focus, .table__tr--grey:hover {
  cursor: default;
  background-color: rgb(224, 224, 224);
}
.table__tr--grey:first-child {
  background-color: rgb(224, 224, 224);
}
.table__tr--grey:first-child:hover {
  background-color: rgb(224, 224, 224);
}
.table__tr--border-reset {
  border: 0;
}
.table__tr--muted {
  opacity: 0.15;
}
.table__td {
  padding: 0.625rem;
  overflow-wrap: break-word;
  text-wrap: balance;
  margin: 0;
}
.table__td--disabled {
  color: gainsboro;
}
.table__td:first-child {
  padding-left: 0.625rem;
}
.table__td--padding-r-medium {
  padding-right: 1rem;
}
.table__td--min-width-5rem {
  min-width: 5rem;
}
.table__td--width-5 {
  width: 5%;
}
.table__td--width-6 {
  width: 6%;
}
.table__td--width-8 {
  width: 8%;
}
.table__td--width-10 {
  width: 10%;
}
.table__td--width-12 {
  width: 12.5%;
}
.table__td--width-15 {
  width: 15%;
}
.table__td--width-20 {
  width: 20%;
}
.table__td--width-25 {
  width: 25%;
}
.table__td--width-30 {
  width: 30%;
}
.table__td--width-35 {
  width: 35%;
}
.table__td--width-40 {
  width: 40%;
}
.table__td--width-60 {
  width: 60%;
}
.table__td--width-70 {
  width: 70%;
}
.table__td--width-80 {
  width: 80%;
}
.table__td--no-padding {
  padding: 0;
}
.table__td--minimalistic {
  padding: 0.5rem;
  height: 100%;
}
.table__td--minimalistic:first-child {
  padding-left: 0;
}
.table__td--minimalistic-pr-large {
  padding-right: 1.875rem;
}
.table__td--minimalistic-wide {
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
}
.table__td--nowrap {
  white-space: nowrap;
}
.table__td--no-wordbreak {
  word-break: keep-all;
}
.table__td--grey {
  padding: 0.5rem;
}
.table__td--grey:first-child {
  padding-left: 0;
}
.table__td--align-top {
  vertical-align: top;
}
.table__td--pink-bg {
  background-color: rgb(255, 234, 234);
}
.table__td--pink-bg:hover {
  background-color: rgb(255, 234, 234);
}
.table__distance {
  background-color: white;
  height: 0.625rem;
}

.table__magic-table-container {
  overflow-x: hidden;
}

.table__magic--scroller {
  position: sticky;
  bottom: 1px;
  overflow-x: auto;
}

.table__td--fixed-aggregated {
  min-width: 120px;
}
.table__td--fixed-aggregated:first-child {
  min-width: 320px;
}

.table__tr--notseen {
  background-color: #FEE !important;
}

.table__tr--notseen:focus,
.table__tr--notseen:hover {
  background-color: #FFfafa !important;
}

.immutable {
  background: rgb(250, 250, 250);
}

.modal-table {
  width: 95%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.25rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.modal-table__header {
  border-bottom-left-radius: 100px;
  border-bottom: 3px solid rgb(224, 224, 224);
  text-align: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.modal-table__th {
  padding: 0 0 0.625rem 0.625rem;
  text-align: center;
  vertical-align: bottom;
  text-transform: 400;
}
.modal-table__th:first-child {
  padding-left: 0px;
}
.modal-table__tr {
  border-bottom: 1px solid rgb(224, 224, 224);
  background-color: #fff;
}
.modal-table__tr:first-child {
  background-color: white;
}
.modal-table__tr:first-child:hover {
  background-color: rgb(205, 241, 232);
}
.modal-table__tr--disable-click {
  background-color: #fff;
  border-bottom-color: rgb(224, 224, 224);
}
.modal-table__tr--disable-click:focus, .modal-table__tr--disable-click:hover {
  cursor: default;
  background-color: lightblue;
  -webkit-box-shadow: 0 0 4px 4px white inset;
          box-shadow: 0 0 4px 4px white inset;
}
.modal-table__td {
  padding: 0.625rem;
  word-break: break-all;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 6%;
}
.modal-table__td:first-child {
  padding-left: 10px;
}
.modal-table__td--width-15 {
  width: 15%;
}

.dropdown {
  position: relative;
  border: 2px solid transparent;
}
.dropdown--inside-th {
  width: 160px;
  border: 0;
}
.dropdown--inline-block {
  display: inline-block;
}
.dropdown--no-border {
  border: none;
}
.dropdown--hide-caret .dropdown-toggle::after {
  display: none;
  margin-left: 0;
}
.dropdown--fancy-caret .dropdown-toggle::after {
  border: none;
  background-image: url(../../img/ic-drop-down-inactive.svg);
  background-size: 1.5em 1.5em;
  height: 1.5em;
  width: 1.5em;
  position: absolute;
  right: 0.7em;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  content: "";
  height: 1.5em;
  width: 1.5em;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dropdown--fancy-caret.open .dropdown-toggle::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.dropdown--fancy-caret--right .dropdown-toggle::after {
  right: 0.1rem;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:disabled {
  background-color: rgb(184, 184, 184);
}
.dropdown-menu {
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 12em;
  padding: 0 0;
  margin: 0 0 0;
  font-size: 1rem;
  color: #000;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: 2px solid rgb(0, 149, 142);
}
.dropdown-menu:not(.uib-datepicker-popup) {
  max-height: 30vh;
}
.dropdown-menu--no-border {
  border: 0;
}
.dropdown-menu--right {
  right: 0;
  left: auto;
}
.dropdown-menu--left {
  right: auto;
  left: 0;
}
.dropdown-menu--full-width {
  width: 100%;
}
.dropdown-menu--scroll {
  max-height: 300px;
  overflow: auto;
}
.dropdown-menu--typeahead {
  border-width: 3px;
}
.dropdown-menu--arrow-top-right:after, .dropdown-menu--arrow-top-right:before {
  bottom: 100%;
  left: 80%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.dropdown-menu--arrow-top-right:after {
  border-color: rgba(255, 244, 237, 0);
  border-bottom-color: #fff4ed;
  border-width: 8px;
  margin-left: -8px;
}
.dropdown-menu--arrow-top-right:before {
  border-color: rgba(0, 149, 142, 0);
  border-bottom-color: #00958e;
  border-width: 10px;
  margin-left: -10px;
}
.dropdown-menu--filter {
  border: 2px solid rgb(0, 149, 142);
  min-width: 160px;
}
.dropdown-menu--check {
  border-width: 2px;
  min-width: 160px;
}
.dropdown-menu--sort {
  border: 2px solid rgb(224, 224, 224);
  min-width: 160px;
}
.dropdown-menu--date {
  position: static;
  border: 2px solid rgb(0, 149, 142);
  width: 100%;
  background-color: #fff;
}
.dropdown-menu--arrow-center {
  left: -50px;
  top: 65px;
}
.dropdown-menu--arrow-center:after, .dropdown-menu--arrow-center:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.dropdown-menu--arrow-center:after {
  border-color: rgba(255, 244, 237, 0);
  border-bottom-color: #fff4ed;
  border-width: 8px;
  margin-left: -8px;
}
.dropdown-menu--arrow-center:before {
  border-color: rgba(0, 149, 142, 0);
  border-bottom-color: #00958e;
  border-width: 10px;
  margin-left: -10px;
}
.dropdown-menu--arrow-center-datepicker:after {
  top: -14px;
}
.dropdown-menu--arrow-center-datepicker:before {
  top: -18px;
}
.dropdown-divider {
  height: 1px;
  overflow: hidden;
  background-color: rgb(184, 184, 184);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 10px;
  clear: both;
  font-weight: normal;
  color: rgb(0, 149, 142);
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
  border-bottom: 1px solid rgb(224, 224, 224);
}
.dropdown-item:last-child {
  border-bottom: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #000;
  background-color: rgb(155, 227, 209);
  outline: 0;
}
.dropdown-item.active, .dropdown-item:active {
  color: #000;
  text-decoration: none;
  background-color: rgb(184, 184, 184);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: rgb(224, 224, 224);
  cursor: not-allowed;
  background-color: transparent;
}
.dropdown-item--indent {
  padding-left: 2rem;
}
.dropdown-item--filter {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid rgb(224, 224, 224);
  padding: 10px;
  color: #000;
}
.dropdown-item--filter:last-child {
  border-bottom: 0;
}
.dropdown-item--filter:focus, .dropdown-item--filter:hover {
  color: #000;
  background-color: rgb(155, 227, 209);
  outline: 0;
}
.dropdown-item--filter:last-child {
  border-bottom: 0;
}
.dropdown-item--check {
  position: relative;
  padding: 6px;
  color: #000;
}
.dropdown-item--check:last-child {
  position: sticky;
  bottom: 0;
  border-top: 1px solid rgb(0, 149, 142);
  padding: 7px;
  background-color: rgb(155, 227, 209);
  text-align: center;
}
.dropdown-item--check:last-child:focus, .dropdown-item--check:last-child:hover {
  background-color: rgb(0, 149, 142);
  cursor: pointer;
}
.dropdown-item--check:hover {
  color: #000;
  background-color: rgb(155, 227, 209);
  cursor: default;
}
.dropdown-item--check:focus {
  color: #000;
  background-color: transparent;
  outline: 0;
}
.dropdown-item--sort {
  position: relative;
  background: none;
  width: 196px;
  border-bottom: 2px solid rgb(224, 224, 224);
  padding: 8px 25px 8px 8px;
  color: #000;
}
.dropdown-item--sort:focus, .dropdown-item--sort:hover {
  color: #000;
  background-color: rgb(155, 227, 209);
  outline: 0;
}
.dropdown-item--sort:last-child {
  border-bottom: 0;
}
.dropdown-item--date {
  position: relative;
  color: #000;
}
.dropdown-item--date:hover {
  background-color: rgb(155, 227, 209);
  color: #000;
}
.dropdown.open > .dropdown-menu {
  display: block;
}
.dropdown.open > a {
  text-decoration: none;
}

.dropdown-header {
  display: block;
  text-decoration: underline;
  padding: 0.9em 0.9em;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: rgb(224, 224, 224);
  border-radius: 0.25rem;
  width: 100%;
}
.progress__bar {
  height: 1rem;
  color: #fff;
  background-color: rgb(155, 227, 209);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress__bar--turquoise {
  background-color: rgb(0, 149, 142);
}
.progress--square {
  border-radius: 0;
}

.progress-circular {
  background: url(../../img/spinning-wheel.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation-name: simple-rotation;
          animation-name: simple-rotation;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@-webkit-keyframes simple-rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes simple-rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.progress-circular--center-on-page {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1080;
}
.progress-circular--center-on-page-fixed {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1080;
}

.btn-spinning-flack:after {
  content: " ";
  width: 90px;
  height: 90px;
  background-size: cover;
  background-image: url("/img/spinning-wheel.svg");
  display: block;
  opacity: 0.7;
  pointer-events: none;
  position: relative;
  top: -5px;
  left: -20px;
  -webkit-animation-name: simple-rotation;
          animation-name: simple-rotation;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.statistics-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.statistics-box--flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-right: 0.9375rem;
}
.statistics-box--loading {
  opacity: 0.5;
}
.statistics-box--no-break {
  min-width: 525px;
}
.statistics-box__item {
  min-width: 115px;
  background-color: rgb(155, 227, 209);
  padding: 0.625rem;
  margin-right: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.statistics-box__item--total {
  border-right: 10px solid #fff;
  margin-right: 0;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-bottom: 0.625rem;
}
.statistics-box__item:last-child {
  margin-right: 0;
}
.statistics-box__item-title {
  font-weight: 900;
  margin: 0;
}
.statistics-box__item-title.border-top {
  border-top: 3px solid rgb(184, 184, 184);
}
.statistics-box__item-title.padding-tp-small {
  padding-top: 0.625rem;
  text-transform: uppercase;
}
.statistics-box__item-title.padding-tp-medium {
  padding-top: 1.25rem;
  text-transform: uppercase;
}
.statistics-box__item-title.h1-large {
  font-size: 3.75rem;
}
.statistics-box__item-content {
  margin: 0;
}
.statistics-box__item-content--big-text {
  display: inline-block;
  font-size: 3.75rem;
  font-weight: 900;
  line-height: 1;
}
@media (min-width: 576px) {
  .statistics-box__item-content--big-text {
    font-size: revert;
  }
}
.statistics-box__item-content--right {
  text-align: right;
}
.statistics-box__item-content--margin-reset {
  margin: 0;
}
.statistics-box__item-squary {
  margin-bottom: 0px;
  text-align: center;
  border-radius: 0.625rem;
}
.statistics-box__item-squary__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.statistics-box__item-squary__dots-left {
  background: #fff;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}
.statistics-box__item-squary__dots-right {
  background: #fff;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}
.statistics-box__item-squary__dots.padding-b-medium {
  padding-bottom: 23px;
}
.statistics-box__item-squary--small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  background-color: rgb(255, 234, 234);
}
.statistics-box__item-squary--small-gray {
  background-color: rgb(224, 224, 224);
}
.statistics-box__item-squary--medium {
  width: 175px;
  height: 160px;
  background-color: rgb(255, 184, 132);
}
.statistics-box__item-squary--medium-gray {
  background-color: rgb(184, 184, 184);
}
.statistics-box__item-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 0px;
  border-radius: 100%;
  width: 160px;
  height: 160px;
}
.statistics-box__item-circle__dot {
  position: relative;
  bottom: 20px;
  background: #fff;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}
.statistics-box__item-circle--pink {
  background-color: rgb(254, 110, 110);
}
.statistics-box__item-circle--orange {
  background-color: rgb(253, 108, 0);
}
.statistics-box__item-circle--grey {
  background-color: rgb(184, 184, 184);
}
.statistics-box__item-squary-turquoise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgb(0, 149, 142);
  width: 128px;
  height: 128px;
  border-radius: 12px;
  color: #fff;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.statistics-box__item-squary-turquoise--light-grey {
  background-color: rgb(224, 224, 224) !important;
  width: 142px;
}
.statistics-box__item-squary-turquoise--light-grey-wide {
  background-color: rgb(224, 224, 224) !important;
  width: 184px;
}
.statistics-box__item-btn {
  width: 120px;
  margin-top: 0.625rem;
}

.wizard-choice {
  position: relative;
  background-color: #fff;
  border: 4px solid rgb(224, 224, 224);
  outline: 0;
  padding: 1.875rem;
}
.wizard-choice:hover {
  border-color: rgb(155, 227, 209);
}
.wizard-choice--active {
  background-color: #fff;
  border-color: rgb(0, 149, 142);
}
.wizard-choice--active:hover {
  border-color: rgb(0, 149, 142);
}
.wizard-choice--disabled {
  background-color: rgb(242, 242, 242);
  cursor: not-allowed;
}
.wizard-choice--disabled:hover {
  border-color: rgb(224, 224, 224);
}
.wizard-choice__middle-col {
  border-left: 0.3125rem solid #fff;
  border-right: 0.3125rem solid #fff;
  display: none;
}
@media (min-width: 992px) {
  .wizard-choice__middle-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.wizard-choice__middle-col--left {
  border-left: 0.3125rem solid rgb(224, 224, 224);
}
.wizard-choice__middle-col--right {
  border-right: 0.3125rem solid rgb(224, 224, 224);
}
.wizard-choice__container {
  padding-bottom: 0.3125rem;
  padding-left: 0;
  padding-right: 0;
}
.wizard-choice__container-title h3 {
  margin: 1.875rem 0;
}
.wizard-choice__list {
  padding: 0;
  margin: 1.25rem 0 0 0;
}
.wizard-choice__list-item--yes, .wizard-choice__list-item--no {
  position: relative;
  padding-left: 2.1875rem;
  margin-bottom: 0.625rem;
}
.wizard-choice__list-item--yes:last-child, .wizard-choice__list-item--no:last-child {
  margin-bottom: 0px;
}
.wizard-choice__list-item--yes::before, .wizard-choice__list-item--no::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1.5rem;
  width: 1.5rem;
  content: "";
}
.wizard-choice__list-item--yes::before {
  background-image: url("../../img/tick.svg");
}
.wizard-choice__list-item--no::before {
  background-image: url("../../img/cross.svg");
}

.file-upload__progress-bar {
  position: absolute;
  width: 100%;
  top: -1.25rem;
  left: 0;
}
.file-upload__button {
  display: inline-block;
  vertical-align: top;
}
.file-upload__status {
  display: inline-block;
  margin-left: 1.25rem;
}
.file-upload__notice {
  background: #fff;
  margin-top: 1.25rem;
  padding: 1.25rem;
  border-radius: 0.625rem;
}

[uib-typeahead-popup].dropdown-menu {
  display: block;
  border: 2px solid rgb(0, 149, 142);
}
[uib-typeahead-popup].dropdown-menu li {
  display: block;
  width: 100%;
  padding: 10px;
  border: 0;
  border-bottom: 1px solid rgb(224, 224, 224);
  cursor: pointer;
}
[uib-typeahead-popup].dropdown-menu li:last-child {
  border-bottom: 0;
}
[uib-typeahead-popup].dropdown-menu li:focus, [uib-typeahead-popup].dropdown-menu li:hover {
  color: #000;
  background-color: rgb(155, 227, 209);
  outline: 0;
}
[uib-typeahead-popup].dropdown-menu li a {
  color: black;
}
[uib-typeahead-popup].dropdown-menu li:hover {
  background-color: rgb(155, 227, 209);
}
[uib-typeahead-popup].dropdown-menu li:hover a {
  text-decoration: none;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.tabs__item {
  background-color: rgb(224, 224, 224);
  margin-right: 5px;
  padding: 0;
  height: 40px;
  border-top-right-radius: 0.625rem;
  border-top-left-radius: 0.625rem;
}
.tabs__item:hover {
  background-color: rgb(184, 184, 184);
}
.tabs__item:last-child {
  margin-right: 0px;
}
.tabs__item--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: 400;
}
.tabs__item--link:hover {
  text-decoration: none;
}
.tabs__item--active {
  background-color: rgb(0, 149, 142);
}
.tabs__item--active:hover {
  background-color: rgb(184, 184, 184);
}
.tabs__item--active-link {
  color: #fff;
}
.tabs__item--active-link:focus {
  text-decoration: none;
  color: #fff;
}
.tabs__item--irrelevant {
  background-color: white;
  border: 1px solid #CCC;
}
.tabs__item--irrelevant:focus {
  background-color: rgb(184, 184, 184) !important;
}
.tabs__item--has-errors {
  color: red;
}
.tabs__item--has-errors:hover {
  color: red;
}
.tabs__item--has-errors:focus {
  color: red;
}

.status {
  background-color: rgb(155, 227, 209);
  text-transform: uppercase;
  padding: 0.3125rem 0.625rem;
}
.status--gray {
  background-color: rgb(184, 184, 184);
}
.status--pink {
  background-color: rgb(254, 110, 110);
}

.timepicker {
  display: inline-block;
  margin: 0 0.3125rem;
}
.timepicker__input {
  width: 2.8125rem;
  height: 2.8125rem;
  padding: 0;
}
.timepicker__input--error {
  border: 2px solid rgb(254, 110, 110);
}

input.ng-invalid-hours {
  border: 2px solid rgb(254, 110, 110);
}

.icon {
  min-width: 24px;
  min-height: 24px;
}
.icon:hover, .icon:focus {
  cursor: default;
}
.icon--small {
  background-size: 1.125rem;
  background-position: center center;
}
.icon--ticked {
  background-image: url("../../img/tick-dark-turq.svg");
  background-repeat: no-repeat;
}
.icon--ticked-in-circle {
  border-radius: 50%;
  background-image: url("../../img/tick-white.svg");
  background-size: 1.125rem 1.125rem;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgb(0, 149, 142);
}
.icon--warning {
  background-image: url("../../img/warning.svg");
  background-repeat: no-repeat;
}
.icon--edit {
  background-image: url("../../img/pen.svg");
  background-repeat: no-repeat;
}
.icon--message-warning {
  background-image: url("../../img/message-warning.svg");
  background-repeat: no-repeat;
}
.icon--attention {
  background-image: url("../../img/attention.svg");
  background-repeat: no-repeat;
}
.icon--info {
  background-image: url("../../img/ic-information.svg");
  background-repeat: no-repeat;
}
.icon--info--urgent {
  background-image: url("../../img/ic-urgent-information.svg");
  background-repeat: no-repeat;
}
.icon--arrow-left {
  background-image: url("../../img/ic-arrow-left.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon--arrow-right {
  background-image: url("../../img/ic-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-circle--turq, .icon-circle--pink, .icon-circle--grey, .icon-circle--white, .icon-circle--black {
  display: inline-block;
  height: 0.625rem;
  width: 0.625rem;
  border-radius: 50%;
  margin: 0 4px;
  background-repeat: no-repeat;
}
.icon-circle--white {
  background-color: #fff;
}
.icon-circle--turq {
  background-color: rgb(0, 149, 142);
}
.icon-circle--pink {
  background-color: rgb(254, 110, 110);
}
.icon-circle--grey {
  background-color: rgb(184, 184, 184);
}
.icon-circle--black {
  background-color: #000;
}
.icon--triangle {
  width: 73px;
  height: 73px;
  position: absolute;
  border-top: 73px solid #00958e;
  border-right: 73px solid white;
  right: -5px;
  bottom: -5px;
}

.countdown {
  color: rgb(184, 184, 184);
  font-weight: 900;
  font-size: 1.5rem;
}
.countdown--minus {
  color: rgb(254, 110, 110);
}
.countdown--medium {
  color: rgb(255, 184, 132);
}
.countdown--long {
  color: rgb(0, 149, 142);
}

.table-calculator__number {
  margin: 0;
  line-height: 1;
}
.table-calculator__total-number {
  margin: 0;
}
.table-calculator__total-text {
  min-width: 116px;
}
.table-calculator__circle--turq, .table-calculator__circle--pink, .table-calculator__circle--gray {
  display: inline-block;
  height: 0.625rem;
  width: 0.625rem;
  border-radius: 50%;
  margin: 0 4px;
}
.table-calculator__circle--turq {
  background-color: rgb(0, 149, 142);
}
.table-calculator__circle--pink {
  background-color: rgb(254, 110, 110);
}
.table-calculator__circle--gray {
  background-color: rgb(184, 184, 184);
}
.table-calculator__separator {
  height: 6px;
  background-color: #000;
}
.table-calculator--text-right {
  text-align: right;
}
.table-calculator--text-center {
  text-align: center;
}

.breadcrumb {
  padding-top: 1.25rem;
  margin-top: 0;
  list-style: none;
  padding-left: 0;
}
.breadcrumb__item {
  display: inline-block;
}
.breadcrumb__item--link:hover {
  text-decoration: underline;
}
.breadcrumb__item--icon {
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 2px;
}
.breadcrumb__item--last {
  color: rgb(0, 149, 142);
}

.donut__chart {
  fill: #000;
}
.donut__chart-number {
  font-size: 0.625rem;
  font-weight: 700;
  text-anchor: middle;
}
.donut__chart-number--h3 {
  font-size: 0.5rem;
}
.donut__chart-label {
  font-size: 0.375rem;
  text-anchor: middle;
}
.donut__segment {
  stroke: rgb(0, 149, 142);
}
.donut__segment--gray {
  stroke: rgb(184, 184, 184);
}

.process-tree {
  position: relative;
}
.process-tree::after {
  content: "";
  position: absolute;
  width: 10px;
  background-color: rgb(224, 224, 224);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  z-index: -1;
}
.process-tree__item {
  border: 4px solid rgb(224, 224, 224);
  padding: 0.5rem;
  background-color: #fff;
  text-align: center;
  -webkit-transition: background-color 0.5s ease-in-out 0.2s, border-color 0.5s ease-in-out 0.2s;
  transition: background-color 0.5s ease-in-out 0.2s, border-color 0.5s ease-in-out 0.2s;
}
.process-tree__item--pink-light {
  border-color: rgb(255, 234, 234);
}
.process-tree__item--pink-dark {
  border-color: rgb(254, 110, 110);
  background-color: rgb(255, 234, 234);
}
.process-tree__item--turq {
  border-color: rgb(155, 227, 209);
}
.process-tree__item--turq-dark {
  border-color: rgb(0, 149, 142);
  background-color: rgb(155, 227, 209);
}
.process-tree__item--yellow {
  border-color: rgb(255, 245, 137);
}
.process-tree__item--yellow-dark {
  border-color: rgb(253, 227, 0);
  background-color: rgb(255, 245, 137);
}
.process-tree__item--peach {
  border-color: rgb(255, 184, 132);
}
.process-tree__item--peach-dark {
  border-color: rgb(253, 108, 0);
  background-color: rgb(255, 184, 132);
}
.process-tree__item--gray {
  border-color: rgb(184, 184, 184);
}
.process-tree__item--gray-dark {
  border-color: rgb(184, 184, 184);
  background-color: rgb(224, 224, 224);
}
.process-tree__item--gray-xdark {
  border-color: rgb(98, 98, 98);
  background-color: rgb(184, 184, 184);
}
.process-legend__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.875rem;
  -webkit-transition: background-color 0.5s ease-in-out 0.2s;
  transition: background-color 0.5s ease-in-out 0.2s;
  outline: 0;
}
.process-legend__item-box {
  width: 30px;
  height: 30px;
  border-width: 4px;
  border-style: solid;
  margin-right: 0.625rem;
  border-color: rgb(224, 224, 224);
}
.process-legend__item:hover .process-legend__item-box, .process-legend__item:focus .process-legend__item-box {
  border-color: rgb(184, 184, 184);
}
.process-legend__item--active .process-legend__item-box {
  border-color: rgb(184, 184, 184);
  background-color: rgb(224, 224, 224);
}
.process-legend__item--pink .process-legend__item-box {
  border-color: rgb(255, 234, 234);
}
.process-legend__item--pink:hover .process-legend__item-box, .process-legend__item--pink:focus .process-legend__item-box {
  border-color: rgb(254, 110, 110);
}
.process-legend__item--pink-active .process-legend__item-box {
  border-color: rgb(254, 110, 110);
  background-color: rgb(255, 234, 234);
}
.process-legend__item--turq .process-legend__item-box {
  border-color: rgb(155, 227, 209);
}
.process-legend__item--turq:hover .process-legend__item-box, .process-legend__item--turq:focus .process-legend__item-box {
  border-color: rgb(0, 149, 142);
}
.process-legend__item--turq-active .process-legend__item-box {
  border-color: rgb(0, 149, 142);
  background-color: rgb(155, 227, 209);
}
.process-legend__item--yellow .process-legend__item-box {
  border-color: rgb(255, 245, 137);
}
.process-legend__item--yellow:hover .process-legend__item-box, .process-legend__item--yellow:focus .process-legend__item-box {
  border-color: rgb(253, 227, 0);
}
.process-legend__item--yellow-active .process-legend__item-box {
  border-color: rgb(253, 227, 0);
  background-color: rgb(255, 245, 137);
}
.process-legend__item--peach .process-legend__item-box {
  border-color: rgb(255, 184, 132);
}
.process-legend__item--peach:hover .process-legend__item-box, .process-legend__item--peach:focus .process-legend__item-box {
  border-color: rgb(253, 108, 0);
}
.process-legend__item--peach-active .process-legend__item-box {
  border-color: rgb(253, 108, 0);
  background-color: rgb(255, 184, 132);
}
.process-legend__item--gray-dark .process-legend__item-box {
  border-color: rgb(184, 184, 184);
}
.process-legend__item--gray-dark:hover .process-legend__item-box, .process-legend__item--gray-dark:focus .process-legend__item-box {
  border-color: rgb(98, 98, 98);
}
.process-legend__item--gray-dark-active .process-legend__item-box {
  border-color: rgb(98, 98, 98);
  background-color: rgb(184, 184, 184);
}

.switch {
  background: rgb(184, 184, 184);
  border: 1px solid #dfdfdf;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: visible;
  width: 45px;
  height: 25px;
  padding: 0px;
  margin: 0px;
  border-radius: 20px;
  cursor: pointer;
  -webkit-box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
          box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
  transition: 0.3s ease-out all;
  -webkit-transition: 0.3s ease-out all;
  top: -1px;
}
.switch:hover {
  background: rgb(155, 227, 209);
}

/*adding a wide width for larger switch text*/
.switch.wide {
  width: 80px;
}

.switch small {
  background: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  width: 21px;
  height: 21px;
  position: absolute;
  top: 2px;
  left: 3px;
  transition: 0.3s ease-out all;
  -webkit-transition: 0.3s ease-out all;
}

.switch.checked {
  background: rgb(0, 149, 142);
  border-color: rgb(0, 149, 142);
}
.switch.checked:hover {
  background: rgb(155, 227, 209);
  border-color: rgb(155, 227, 209);
}

.switch.checked small {
  left: 21px;
  top: 2px;
}

/*wider switch text moves small further to the right*/
.switch.wide.checked small {
  left: 52px;
}

/*styles for switch-text*/
.switch .switch-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.switch .off {
  display: block;
  position: absolute;
  right: 10%;
  top: 25%;
  z-index: 0;
  color: #a9a9a9;
}

.switch .on {
  display: none;
  z-index: 0;
  color: #fff;
  position: absolute;
  top: 25%;
  left: 9%;
}

.switch.checked .off {
  display: none;
}

.switch.checked .on {
  display: block;
}

.switch.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.treeview-ul {
  list-style-type: none;
  margin: 0 !important;
}
.treeview-label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 1px;
}
.treeview-label:hover {
  background-color: #e8e8eA;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 2px;
}
.treeview-caret {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.treeview-caret::before {
  content: "►";
  color: black;
  display: inline-block;
  margin-right: 6px;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.treeview-caret::before:hover {
  background-color: #e8e8eA;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}
.treeview-caret-down::before {
  content: "►";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.treeview-nested {
  display: none;
}
.treeview-active {
  display: block;
}
.treeview-selection {
  cursor: pointer;
}
.treeview-list-mode {
  height: 300px;
  overflow-y: auto;
}
.treeview-selected {
  background-color: black;
  color: white;
  border-radius: 5px;
  padding: 2px;
}
.treeview-selected:hover {
  background-color: rgb(55, 55, 55);
}

.report-sub-call {
  border-radius: 50%;
  background-color: gray;
  color: white;
  cursor: pointer;
}

.export-box {
  position: absolute;
  right: 0;
}

.parentParam {
  text-decoration: underline;
  cursor: pointer;
}

.file-plate {
  border-radius: 10px;
  border: 2px lightgray solid;
  background: -webkit-gradient(linear, left top, right top, from(rgba(20, 200, 20, 0.2)), to(rgba(20, 200, 20, 0.5))), radial-gradient(white 0%, lightgray 100%);
  background: linear-gradient(to right, rgba(20, 200, 20, 0.2), rgba(20, 200, 20, 0.5)), radial-gradient(white 0%, lightgray 100%);
  background-size: 0 100%, 100% 100%;
  background-repeat: no-repeat no-repeat, no-repeat no-repeat;
  background-position: 0 0, 0 0;
  background-origin: padding-box, padding-box;
  -webkit-transition: background-size 1s;
  transition: background-size 1s;
  min-width: 320px;
  max-width: 400px;
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.file-plate-header {
  width: 100%;
  display: inline-block;
  font-size: 40px;
  font-weight: 900;
  color: white;
  text-shadow: lightgray 0 0 10px;
  text-align: center;
  pointer-events: none;
}

.file-plate-file {
  width: 100%;
  display: inline-block;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 24px;
  color: gray;
  text-align: center;
  pointer-events: none;
}

.uib-position-measure {
  display: block !important;
  visibility: hidden !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

.uib-position-scrollbar-measure {
  position: absolute !important;
  top: -9999px !important;
  width: 50px !important;
  height: 50px !important;
  overflow: scroll !important;
}

.uib-position-body-scrollbar-measure {
  overflow: scroll !important;
}

.display-block {
  display: block;
}

.display-inline-block {
  display: inline-block !important;
}

.display-inline {
  display: inline !important;
}

.display-inline-table {
  display: inline-table !important;
}

.display-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.display-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-grow-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.space-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-top {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.self-align-flex-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-right {
  right: 1.25rem !important;
}

.margin-left-auto {
  margin-left: auto;
}

.sort-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 100;
}
.sort-container--less-z-index {
  z-index: 99;
}

.tabs-container {
  z-index: 110;
}

.wizard-alternative h2 {
  margin-top: 0 !important;
  font-size: 1.5rem;
  margin-bottom: 0.9375rem;
}
.wizard-alternative hr {
  border-bottom: 4px solid #000 !important;
  margin-top: 0 !important;
}

.alternative-timeline-tooltip {
  margin-top: 30px !important;
}
@media (min-width: 992px) {
  .alternative-timeline-tooltip {
    margin-top: 95px !important;
  }
}

.cursor-pointer {
  cursor: pointer !important;
}

.disabled-background {
  background-image: url("../../img/diagonal-lines.svg");
  background-repeat: repeat;
}

.signing-party-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.report-summary {
  position: sticky;
  top: 0;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  min-height: 90px;
  padding-bottom: 0px;
}
.report-summary h3 {
  margin: 0;
}

.report-chart {
  width: 1100px !important;
  height: 350px !important;
}

.report-subchart {
  width: 305px !important;
  height: 350px !important;
  display: inline-block;
}
.report-subchart-last {
  display: inline-block;
  width: 478px !important;
  height: 350px !important;
}

.region-selection-column {
  display: inline-block;
  margin: 20px 5px;
  vertical-align: top;
  width: 18%;
}

.bold-label label {
  font-weight: 700;
}

.inline-block--55 {
  display: inline-block;
  width: 55%;
}

.checkmark {
  background-color: black;
  border-radius: 50%;
  background-image: url(../../img/tick-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 1.3125rem;
  width: 1.3125rem;
}

.inprocess {
  display: inline-block;
  vertical-align: middle;
  margin: 3px;
  background-color: #eee;
  border-radius: 50%;
  background-image: url(../../img/ic-eye.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 1.3125rem;
  width: 1.3125rem;
}

.red-text {
  color: red;
}

.apartmenthistory-floater {
  position: fixed;
  left: 100px;
  top: 400px;
  font-size: 15px;
  background-color: rgba(180, 180, 240, 0.7);
  padding: 15px;
  border-radius: 15px;
}

.apartmenthistory-objectValue {
  float: right;
  margin-left: 20px;
}

.date {
  width: 110px;
}

.truncate {
  max-width: 200px;
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.closebtn {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  color: green;
}

.scroller-selector {
  overflow-y: auto;
  overflow-x: hidden;
  height: 30vh;
}
.scroller-selector--modal {
  height: 25vh;
}

.btn-fu {
  background-color: transparent;
  height: 18px;
}

.btn-fu:hover {
  background-color: transparent !important;
}

.check-all-apartments {
  display: inline-block;
  margin-left: 12px;
}

.di {
  display: inline-block;
}

.price-same {
  color: gray;
  font-weight: 600;
}

.price-up {
  color: limegreen;
  font-weight: 600;
}

.price-down {
  color: red;
  font-weight: 600;
}

.tiny-btn {
  padding: 1px 10px;
}

.small-input {
  width: 110px;
  display: inline-block;
  vertical-align: middle;
}

.xsmall-input {
  width: 85px;
  display: inline-block;
  vertical-align: middle;
}

.check-mass {
  display: inline-block;
  margin-left: 12px;
}

.sticky {
  position: sticky;
  top: 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-color: rgba(90, 90, 90, 0.01);
  padding: 0;
  margin: 0;
  padding-top: 10px;
  z-index: 1000;
}

.sticky table {
  margin-top: 1.25em;
  margin-bottom: 0;
}

.action-buttons-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.action-buttons-bar button {
  margin-bottom: 3px;
}

.action-buttons {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.btn-revert, .btn-revert-row {
  background-image: url(../../img/revert.png);
  width: 19px;
  height: 32px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center center;
}

.btn-revert-row {
  float: right;
  background-color: transparent !important;
}

.legend {
  padding: 5px 15px;
  margin-left: 20px;
  background-color: white;
  margin-bottom: 3px;
  border-radius: 10px;
  height: 36px;
  border: 1px solid rgba(220, 220, 220, 0.7);
}

.blocker-checkbox {
  float: right;
  position: relative;
  left: 20px;
}

.blocker-checkbox .custom-control__input ~ .custom-control__label::after {
  background-image: url(../../img/tick-lock.png);
}

.blocker-checkbox .custom-control__input:checked ~ .custom-control__label::after {
  background-image: url(../../img/tick-lock-on.png);
}