/*! 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.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 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; }

/* Text-level semantics
   ========================================================================== */
/**
 * 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 */
  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; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * 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; }

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * 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 {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 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"] {
  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; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
  font-style: italic; }

/**
 * 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 */ }

*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  font-size: 10px;
  line-height: 1.42858;
  -webkit-tap-highlight-color: transparent; }

body {
  background: #fff;
  color: #555;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1.4rem;
  overflow-x: hidden; }

a, .a-link {
  color: #044D66;
  text-decoration: underline; }
  a:focus, a:hover, .a-link:focus, .a-link:hover {
    color: #002236; }

.a-link {
  cursor: pointer; }

[disabled],
.disabled {
  cursor: default;
  opacity: .75;
  pointer-events: none; }

.btn .icon,
.toast .icon,
.menu .icon {
  font-size: 1.3333em;
  line-height: .8em;
  margin-right: .2rem;
  vertical-align: -20%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  margin-top: 2.5rem; }

h1 {
  font-size: 5rem; }

h2 {
  font-size: 4rem; }

h3 {
  font-size: 3rem; }

h4 {
  font-size: 2.4rem; }

h5 {
  font-size: 2rem; }

.h5 {
  font-size: 2rem !important; }

h6 {
  font-size: 1.6rem; }

p {
  margin: 0 0 1rem; }

blockquote {
  border-left: .2rem solid #ddd;
  margin-left: 0;
  padding: 1rem 2rem; }
  blockquote p:last-child {
    margin-bottom: 0; }
  blockquote cite {
    color: #d5d5d5; }

ul,
ol {
  margin: 2rem 0 2rem 2rem;
  padding: 0; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin: 1.5rem 0 1.5rem 2rem; }
  ul li,
  ol li {
    margin-top: 1rem; }

ul {
  list-style: disc inside; }
  ul ul {
    list-style-type: circle; }

ol {
  list-style: decimal inside; }
  ol ol {
    list-style-type: lower-alpha; }

dl dt {
  font-weight: bold; }

dl dd {
  margin: .5rem 0 1.5rem 0; }

.lead {
  font-size: 120%; }

mark,
.highlight {
  background: rgba(249, 216, 4, 0.5);
  border-radius: .2rem;
  display: inline;
  font-size: 1em;
  padding: .1em .3em;
  vertical-align: baseline; }

pre {
  background: #f9f9f9;
  border-left: 0.2rem solid #e2e2e2;
  line-height: 1.8rem;
  margin-bottom: 1em;
  margin-top: 1em;
  overflow: auto;
  padding: 1.5rem 2.5rem; }

code {
  background: #efefef;
  border-radius: .2rem;
  display: inline;
  font-size: 1em;
  padding: .1em .3em;
  vertical-align: baseline;
  white-space: nowrap; }
  pre code {
    background: transparent;
    border-left: 0;
    line-height: 1.8rem;
    margin-bottom: 0;
    margin-top: 0; }

.table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }
  .table tr.highlight {
    display: table-row;
    border-radius: 0;
    vertical-align: middle;
    background: rgba(249, 216, 4, 0.5) !important; }
  .table tr.subheader {
    font-weight: bold; }
  .table.table-tight th {
    padding: 0.7rem; }
  .table.table-tight td {
    padding: 0.5rem; }
  .table.table-small th {
    font-size: 1.3rem;
    padding: 0.7rem 1rem; }
  .table.table-small td {
    padding: 0.5rem 1rem;
    font-size: 1.3rem; }
  .table.table-xsmall th {
    font-size: 1.2rem;
    padding: 0.5rem; }
  .table.table-xsmall td {
    padding: 0.2rem .5rem;
    font-size: 1.2rem; }
  .table.table-tiny th {
    font-size: 0.9rem;
    padding: 0.25rem; }
    .table.table-tiny th.border-r {
      border-right: 3px solid #8abedc; }
    .table.table-tiny th.border-l {
      border-left: 3px solid #8abedc; }
  .table.table-tiny td {
    padding: 0.1rem .25rem;
    font-size: 0.9rem; }
    .table.table-tiny td.border-r {
      border-right: 3px solid #ddd; }
    .table.table-tiny td.border-l {
      border-left: 3px solid #ddd; }
  .table.table-tiny th.lead, .table.table-tiny th .lead, .table.table-tiny td.lead, .table.table-tiny td .lead {
    font-size: 1.1rem; }
  .table.table-tiny tbody.subject-row {
    border-bottom: 3px solid #ccc; }
  .table.table-tiny td.border-r, .table.table-xsmall td.border-r, .table.table-small td.border-r {
    border-right: 1px solid #ccc; }
  .table.table-tiny > tbody, .table.table-xsmall > tbody, .table.table-small > tbody {
    border-bottom: 2px solid #ccc; }
    .table.table-tiny > tbody:last-child, .table.table-xsmall > tbody:last-child, .table.table-small > tbody:last-child {
      border-bottom: none; }
  .table.table-tiny .bg-comps, .table.table-xsmall .bg-comps, .table.table-small .bg-comps {
    background-color: rgba(194, 207, 231, 0.5); }
  .table.table-tiny .bg-potential_comps, .table.table-xsmall .bg-potential_comps, .table.table-small .bg-potential_comps {
    background-color: rgba(250, 241, 124, 0.5); }
  .table.table-tiny .bg-rev-management, .table.table-xsmall .bg-rev-management, .table.table-small .bg-rev-management {
    background-color: #fce4d6;
    color: #482804;
    border-color: #d6c5ba; }
  .table.table-tiny .bg-price-trends, .table.table-xsmall .bg-price-trends, .table.table-small .bg-price-trends {
    background-color: #e2efda;
    color: #033e0b;
    border-color: #b1bbab; }
  .table.table-tiny .flex-rev-mgnt, .table.table-xsmall .flex-rev-mgnt, .table.table-small .flex-rev-mgnt {
    flex-direction: column;
    align-items: flex-end;
    line-height: 1 !important; }
  .table.table-tiny .flex-rev-mgnt, .table.table-tiny .flex-price-trends, .table.table-xsmall .flex-rev-mgnt, .table.table-xsmall .flex-price-trends, .table.table-small .flex-rev-mgnt, .table.table-small .flex-price-trends {
    margin: 0 !important;
    flex-direction: column;
    align-items: center;
    line-height: 1 !important; }
    .table.table-tiny .flex-rev-mgnt.flex-right, .table.table-tiny .flex-price-trends.flex-right, .table.table-xsmall .flex-rev-mgnt.flex-right, .table.table-xsmall .flex-price-trends.flex-right, .table.table-small .flex-rev-mgnt.flex-right, .table.table-small .flex-price-trends.flex-right {
      flex-direction: column; }
    .table.table-tiny .flex-rev-mgnt.align-right, .table.table-tiny .flex-price-trends.align-right, .table.table-xsmall .flex-rev-mgnt.align-right, .table.table-xsmall .flex-price-trends.align-right, .table.table-small .flex-rev-mgnt.align-right, .table.table-small .flex-price-trends.align-right {
      align-items: flex-end; }
  .table.table-tiny tbody.is-over .subject-row, .table.table-xsmall tbody.is-over .subject-row, .table.table-small tbody.is-over .subject-row {
    background-color: #f4f4f4; }
    .table.table-tiny tbody.is-over .subject-row td:first-child .text-semibold, .table.table-xsmall tbody.is-over .subject-row td:first-child .text-semibold, .table.table-small tbody.is-over .subject-row td:first-child .text-semibold {
      font-weight: 800; }
  .table.table-tiny tbody.is-over .bg-comps, .table.table-xsmall tbody.is-over .bg-comps, .table.table-small tbody.is-over .bg-comps {
    background-color: rgba(194, 207, 231, 0.9); }
  .table.table-tiny tbody.is-over .bg-potential_comps, .table.table-xsmall tbody.is-over .bg-potential_comps, .table.table-small tbody.is-over .bg-potential_comps {
    background-color: rgba(250, 241, 124, 0.9); }
  .table.table-striped tbody tr:nth-of-type(odd) {
    background: #fcfcfc; }
  .table.table-hover tbody tr:hover {
    background: #f4f4f4; }
  .table.table-hover tbody tr.selected {
    background: #f2f2f2; }
  .table th,
  .table td {
    border-bottom: 0.1rem solid #efefef;
    padding: 1.5rem 1rem; }
    .table th.subheader,
    .table td.subheader {
      font-weight: bold; }
    .table th.line-separator .border,
    .table td.line-separator .border {
      display: block;
      content: '';
      width: 2px;
      min-height: 25px;
      height: 15%;
      background: gray;
      margin: 0 auto;
      opacity: 0; }
  .table th {
    border-color: #c9c9c9; }
  .table .th-border-oblique {
    margin-left: -10px; }
  .table .th-border-oblique, .table .th-border-oblique-before {
    position: absolute;
    top: 1rem;
    right: .7rem;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-right: 1px solid #6ab0d2; }
  .table .th-border-oblique-before {
    right: inherit;
    top: -1rem;
    left: .7rem;
    border-right: 0;
    border-left: 1px solid #6ab0d2; }
  .table td.vertical, .table th.vertical {
    transform: rotate(-45deg);
    transform-origin: 19px 97%; }
    .table td.vertical span, .table th.vertical span {
      display: inline-block;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      white-space: nowrap; }

@media screen and (max-width: 960px), (max-width: 1024px) and (orientation: landscape) {
  table.responsive thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  table.responsive td {
    display: block;
    text-align: left !important; }
    table.responsive td:before {
      content: attr(data-label);
      display: inline-block; }
    table.responsive td[data-label]:before {
      width: 50%;
      text-align: left; }
  table.responsive td[data-table-key] {
    font-weight: bold !important;
    text-align: left;
    padding: 0.4rem 0.2rem;
    background: #efefef;
    color: #3c3c3c !important; }
  table.responsive.table-progress-report td {
    text-align: center !important; }
    table.responsive.table-progress-report td[data-label]:before {
      text-align: center; }
    table.responsive.table-progress-report td[data-label='']:before, table.responsive.table-progress-report td[data-label=' ']:before {
      display: none; } }

@media screen and (max-width: 1280px) {
  table.responsive.responsive-forced thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  table.responsive.responsive-forced td {
    display: block;
    text-align: left !important; }
    table.responsive.responsive-forced td:before {
      content: attr(data-label);
      display: inline-block; }
    table.responsive.responsive-forced td[data-label]:before {
      width: 50%;
      text-align: left; }
  table.responsive.responsive-forced td[data-table-key] {
    font-weight: bold !important;
    text-align: left;
    padding: 0.4rem 0.2rem;
    background: #efefef;
    color: #3c3c3c !important; } }

@supports (-moz-appearance: none) {
  table.floorplan-summary-table {
    border-collapse: inherit; }
    table.floorplan-summary-table tbody.subject-row {
      position: relative; }
      table.floorplan-summary-table tbody.subject-row:after {
        content: '';
        background: #ccc;
        height: 3px;
        position: absolute;
        left: 0;
        right: 0;
        display: block;
        margin: 0;
        bottom: -3px; } }

@media screen and (max-width: 960px), (max-width: 1024px) and (orientation: landscape) {
  .table th.line-separator .border,
  .table td.line-separator .border {
    opacity: 1; } }

.btn {
  -webkit-appearance: none;
  background: #fff;
  border: 0.1rem solid #044D66;
  border-radius: .3rem;
  color: #044D66;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  height: 3.2rem;
  line-height: 1.6rem;
  outline: 0;
  padding: .7rem 1.5rem;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle; }
  .btn:focus {
    background: #edf8ff; }
  .btn:hover {
    background: #044D66;
    border-color: #007AC6;
    color: #fff; }
  .btn:active, .btn.active {
    background: #007AC6;
    border-color: #005382;
    color: #fff; }
  .btn.btn-primary {
    background: #044D66;
    border-color: #007AC6;
    color: #fff; }
    .btn.btn-primary:focus {
      background: #0066a1;
      border-color: #005382;
      color: #fff; }
    .btn.btn-primary:hover {
      background: #007AC6;
      border-color: #044D66;
      color: #fff; }
    .btn.btn-primary:active, .btn.btn-primary.active {
      background: #00598c;
      border-color: #044D66;
      color: #fff; }
    .btn.btn-primary.loading::after {
      border-color: #fff;
      border-right-color: transparent;
      border-top-color: transparent; }
  .btn.btn-link {
    background: transparent;
    border-color: transparent;
    color: #044D66; }
    .btn.btn-link:focus, .btn.btn-link:hover {
      background: #f4f4f4;
      color: #044D66; }
    .btn.btn-link:active, .btn.btn-link.active {
      background: #efefef;
      color: #002236; }
  .btn.btn-sm {
    border-radius: .2rem;
    font-size: 1.2rem;
    height: auto;
    line-height: 1.4rem;
    padding: .4rem 1rem; }
    @media (min-width: 961px) {
      .btn.btn-sm {
        padding: .4rem .6rem; } }
  .btn.btn-lg {
    border-radius: .4rem;
    font-size: 1.8rem;
    height: 4.2rem;
    line-height: 2rem;
    padding: 1rem 1.8rem; }
  .btn.btn-block {
    display: block;
    width: 100%; }
  .btn.btn-clear {
    background: transparent;
    border: 0;
    color: #666;
    height: 2rem;
    margin-left: .3rem;
    opacity: .45;
    padding: 0;
    min-height: inherit;
    position: relative;
    z-index: 1; }
    .btn.btn-clear:hover {
      opacity: .85; }
    .btn.btn-clear::before {
      content: '\00d7';
      font-size: 2rem; }
  .btn.btn-disabled, .btn.btn-disabled:focus, .btn.btn-disabled:hover, .btn.btn-disabled:active, .btn.btn-disabled.active {
    cursor: default;
    background: transparent;
    border-color: #8c8c8c;
    color: #999; }

.btn-group {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 100%;
  overflow-x: auto; }
  .btn-group .btn {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
    .btn-group .btn:first-child:not(:last-child) {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
    .btn-group .btn:not(:first-child):not(:last-child) {
      border-radius: 0;
      margin-left: -.1rem; }
    .btn-group .btn:last-child:not(:first-child) {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0;
      margin-left: -.1rem; }
    .btn-group .btn:hover, .btn-group .btn:focus, .btn-group .btn:active, .btn-group .btn.active {
      z-index: 99; }
  .btn-group.btn-group-block {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }

.form-group:not(:last-child), .form-field:not(:last-child) {
  margin-bottom: 1rem; }

.form-input, .form-data > div > * {
  -webkit-appearance: none;
  background: #fff;
  background-image: none;
  border: 0.1rem solid #c5c5c5;
  border-radius: .3rem;
  color: #555;
  display: block;
  font-size: 1.3rem;
  height: 3.2rem;
  line-height: 1.6rem;
  max-width: 100%;
  outline: 0;
  padding: .7rem .8rem;
  position: relative;
  width: 100%; }
  .form-input:focus, .form-data > div > *:focus {
    border-color: #044D66; }
  .form-input[disabled], .form-data > div > *[disabled] {
    background: #eeeff2; }
  .form-input.input-sm, .form-data > div > *.input-sm {
    border-radius: .2rem;
    font-size: 1.2rem;
    height: 2.4rem;
    padding: .3rem .6rem; }
  .form-input.input-lg, .form-data > div > *.input-lg {
    border-radius: .4rem;
    font-size: 1.6rem;
    height: 4.2rem;
    line-height: 2rem;
    padding: 1rem .8rem; }
  .form-input.input-inline, .form-data > div > *.input-inline {
    display: inline-block;
    vertical-align: middle;
    width: auto; }
  .has-success .form-input, .form-input.is-success, .has-success .form-data > div > *, .form-data > div > *.is-success {
    border-color: #00B188; }
  .has-danger .form-input, .form-input.is-danger, .has-danger .form-data > div > *, .form-data > div > *.is-danger {
    border-color: #e65059; }

textarea.form-input, .form-data > div > textarea {
  height: auto;
  line-height: 2rem; }

.form-input-hint {
  color: #888;
  display: inline-block;
  margin-top: .4rem; }
  .has-success .form-input-hint,
  .is-success + .form-input-hint {
    color: #00B188; }
  .has-danger .form-input-hint,
  .is-danger + .form-input-hint {
    color: #e65059; }

.form-data > .g-recaptcha > div {
  border: 0;
  padding: 0; }

.form-label {
  display: block;
  line-height: 1.6rem;
  margin-bottom: .5rem; }

.form-select, .form-data > div > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 0.1rem solid #c5c5c5;
  border-radius: .3rem;
  font-size: 1.4rem;
  line-height: 1.6rem;
  outline: 0;
  padding: .5rem .8rem;
  vertical-align: middle; }
  .form-select:not([multiple]), .form-data > div > select:not([multiple]) {
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 0.75rem center/0.8rem 1rem;
    height: 3.2rem;
    padding-right: 2.4rem; }
  .form-select:focus, .form-data > div > select:focus {
    border-color: #044D66; }
  .form-select::-ms-expand, .form-data > div > select::-ms-expand {
    display: none; }
  .form-select.select-sm, .form-data > div > select.select-sm {
    border-radius: .2rem;
    font-size: 1.2rem;
    height: 2.4rem;
    padding: .4rem 2rem .4rem .6rem; }
  .form-select.select-lg, .form-data > div > select.select-lg {
    font-size: 1.6rem;
    height: 4.2rem;
    line-height: 2rem;
    padding: 1rem 2.4rem 1rem .8rem; }

.form-checkbox input,
.form-radio input,
.form-switch input {
  clip: rect(0, 0, 0, 0);
  height: .1rem;
  margin: -.1rem;
  overflow: hidden;
  position: absolute;
  width: .1rem; }

.form-checkbox,
.form-radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.8rem;
  padding: .3rem 2rem;
  position: relative; }
  .form-checkbox .form-icon,
  .form-radio .form-icon {
    border: 0.1rem solid #c5c5c5;
    display: inline-block;
    font-size: 1.4rem;
    height: 1.4rem;
    left: 0;
    line-height: 2.4rem;
    outline: none;
    padding: 0;
    position: absolute;
    top: .5rem;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    transition: all 0.15s ease;
    vertical-align: top;
    width: 1.4rem; }
  .form-checkbox:hover .form-icon,
  .form-radio:hover .form-icon {
    border-color: #929292; }
  .form-checkbox input:focus + .form-icon,
  .form-radio input:focus + .form-icon {
    border-color: #044D66; }
  .form-checkbox input:checked + .form-icon,
  .form-radio input:checked + .form-icon {
    background: #044D66;
    border-color: #044D66; }
  .form-checkbox input:active + .form-icon,
  .form-radio input:active + .form-icon {
    background: #efefef; }

.form-checkbox .form-icon {
  border-radius: .2rem; }

.form-checkbox input:checked + .form-icon::after {
  background-clip: padding-box;
  border: .2rem solid #fff;
  border-left-width: 0;
  border-top-width: 0;
  content: "";
  height: 1rem;
  left: 50%;
  margin-left: -.3rem;
  margin-top: -.6rem;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: .6rem; }

.form-checkbox input:indeterminate + .form-icon {
  background: #044D66;
  border-color: #044D66; }
  .form-checkbox input:indeterminate + .form-icon::after {
    background: #fff;
    content: "";
    height: .2rem;
    left: 50%;
    margin-left: -.4rem;
    margin-top: -.1rem;
    position: absolute;
    top: 50%;
    width: .8rem; }

.form-radio .form-icon {
  border-radius: .7rem; }

.form-radio input:checked + .form-icon::after {
  background: #fff;
  border-radius: .2rem;
  content: "";
  height: .4rem;
  left: 50%;
  margin-left: -.2rem;
  margin-top: -.2rem;
  position: absolute;
  top: 50%;
  width: .4rem; }

.form-switch {
  cursor: pointer;
  display: inline-block;
  line-height: 2rem;
  padding: .3rem 2rem .3rem 3.6rem;
  position: relative; }
  .form-switch .form-icon {
    background: #c5c5c5;
    background-clip: padding-box;
    border: 0.1rem solid #c5c5c5;
    border-radius: .9rem;
    display: inline-block;
    height: 1.8rem;
    left: 0;
    line-height: 2.6rem;
    outline: none;
    padding: 0;
    position: absolute;
    top: .4rem;
    vertical-align: top;
    width: 3rem; }
    .form-switch .form-icon::after {
      background: #fff;
      border-radius: .8rem;
      content: "";
      display: block;
      height: 1.6rem;
      left: 0;
      position: absolute;
      top: 0;
      -webkit-transition: left 0.15s ease;
      -moz-transition: left 0.15s ease;
      transition: left 0.15s ease;
      width: 1.6rem; }
  .form-switch input:checked + .form-icon {
    background: #044D66;
    border-color: #044D66; }
    .form-switch input:checked + .form-icon::after {
      left: 1.2rem; }
  .form-switch input:active + .form-icon::after {
    background: #efefef; }

.input-group {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .input-group .input-group-addon {
    background: #f9f9f9;
    border: 0.1rem solid #c5c5c5;
    border-radius: .3rem;
    line-height: 1.6rem;
    padding: .7rem .8rem; }
    .input-group .input-group-addon.addon-sm {
      font-size: 1.2rem;
      padding: .3rem .6rem; }
    .input-group .input-group-addon.addon-lg {
      font-size: 1.6rem;
      line-height: 2rem;
      padding: 1rem .8rem; }
  .input-group .input-group-addon,
  .input-group .input-group-btn {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  .input-group .form-input:first-child:not(:last-child),
  .input-group .input-group-addon:first-child:not(:last-child),
  .input-group .input-group-btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .input-group .form-input:not(:first-child):not(:last-child),
  .input-group .input-group-addon:not(:first-child):not(:last-child),
  .input-group .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
    margin-left: -.1rem; }
  .input-group .form-input:last-child:not(:first-child),
  .input-group .input-group-addon:last-child:not(:first-child),
  .input-group .input-group-btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -.1rem; }
  .input-group .form-input:focus,
  .input-group .input-group-addon:focus,
  .input-group .input-group-btn:focus {
    z-index: 99; }

.label {
  background: #efefef;
  color: #888888;
  border-radius: .2rem;
  display: inline;
  font-size: 1em;
  padding: .1em .3em;
  vertical-align: baseline;
  white-space: nowrap; }
  .label.label-primary {
    background: #044D66;
    border-color: #006dab;
    color: #fff; }
    .label.label-primary:hover, .label.label-primary:focus, .label.label-primary:active {
      background: #044D66; }
    .label.label-primary a {
      color: #fff; }
  .label.label-red {
    background: #e65059;
    border-color: #e54751;
    color: #fff; }
    .label.label-red:hover, .label.label-red:focus, .label.label-red:active {
      background: #e65059; }
    .label.label-red a {
      color: #fff; }

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%; }

.video-responsive {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  /* Default 16:9, you can calculate this value by dividing 9 by 16 */
  padding-top: 3rem;
  position: relative; }
  .video-responsive iframe,
  .video-responsive object,
  .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .video-responsive video {
    height: auto;
    max-width: 100%;
    width: 100%; }

.video-responsive-4-3 {
  padding-bottom: 75%;
  /* 4:3 */ }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%; }

@media screen and (min-width: 1160px) {
  .grid-960 {
    width: 98rem; } }

@media screen and (min-width: 680px) {
  .grid-480 {
    width: 50rem; } }

.columns {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem; }
  .columns.col-gapless {
    margin-left: 0;
    margin-right: 0; }
    .columns.col-gapless .column {
      padding-left: 0;
      padding-right: 0; }
  .columns.col-oneline {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto; }

.column {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1rem; }
  .column.col-12, .column.col-11, .column.col-10, .column.col-9, .column.col-8, .column.col-7, .column.col-6, .column.col-5, .column.col-4, .column.col-3, .column.col-2, .column.col-1 {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none; }

.col-12 {
  width: 100%; }

.col-11 {
  width: 91.66666667%; }

.col-10 {
  width: 83.33333333%; }

.col-9 {
  width: 75%; }

.col-8 {
  width: 66.66666667%; }

.col-7 {
  width: 58.33333333%; }

.col-6 {
  width: 50%; }

.col-5 {
  width: 41.66666667%; }

.col-4 {
  width: 33.33333333%; }

.col-3 {
  width: 25%; }

.col-2 {
  width: 16.66666667%; }

.col-1 {
  width: 8.33333333%; }

@media (max-width: 1280px) {
  .col-xl-12,
  .col-xl-11,
  .col-xl-10,
  .col-xl-9,
  .col-xl-8,
  .col-xl-7,
  .col-xl-6,
  .col-xl-5,
  .col-xl-4,
  .col-xl-3,
  .col-xl-2,
  .col-xl-1 {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-11 {
    width: 91.66666667%; }
  .col-xl-10 {
    width: 83.33333333%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-8 {
    width: 66.66666667%; }
  .col-xl-7 {
    width: 58.33333333%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-5 {
    width: 41.66666667%; }
  .col-xl-4 {
    width: 33.33333333%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-2 {
    width: 16.66666667%; }
  .col-xl-1 {
    width: 8.33333333%; }
  .hide-xl {
    display: none !important; }
  .show-xl {
    display: block !important; } }

@media screen and (max-width: 960px) {
  .col-lg-12,
  .col-lg-11,
  .col-lg-10,
  .col-lg-9,
  .col-lg-8,
  .col-lg-7,
  .col-lg-6,
  .col-lg-5,
  .col-lg-4,
  .col-lg-3,
  .col-lg-2,
  .col-lg-1 {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; } }

@media screen and (max-width: 840px) {
  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1 {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; } }

@media screen and (max-width: 600px) {
  .col-sm-12,
  .col-sm-11,
  .col-sm-10,
  .col-sm-9,
  .col-sm-8,
  .col-sm-7,
  .col-sm-6,
  .col-sm-5,
  .col-sm-4,
  .col-sm-3,
  .col-sm-2,
  .col-sm-1 {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; } }

@media screen and (max-width: 480px) {
  .col-xs-12,
  .col-xs-11,
  .col-xs-10,
  .col-xs-9,
  .col-xs-8,
  .col-xs-7,
  .col-xs-6,
  .col-xs-5,
  .col-xs-4,
  .col-xs-3,
  .col-xs-2,
  .col-xs-1 {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none; }
  .col-xs-12 {
    width: 100%; }
  .col-xs-11 {
    width: 91.66666667%; }
  .col-xs-10 {
    width: 83.33333333%; }
  .col-xs-9 {
    width: 75%; }
  .col-xs-8 {
    width: 66.66666667%; }
  .col-xs-7 {
    width: 58.33333333%; }
  .col-xs-6 {
    width: 50%; }
  .col-xs-5 {
    width: 41.66666667%; }
  .col-xs-4 {
    width: 33.33333333%; }
  .col-xs-3 {
    width: 25%; }
  .col-xs-2 {
    width: 16.66666667%; }
  .col-xs-1 {
    width: 8.33333333%; } }

.form-horizontal {
  padding: 1rem; }
  .form-horizontal .form-group {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .form-horizontal .form-label {
    padding: .8rem .4rem;
    margin-bottom: 0; }
  .form-horizontal .form-checkbox,
  .form-horizontal .form-radio {
    margin: .5rem 0; }

@media screen and (max-width: 480px) {
  .hide-xs {
    display: none !important; } }

@media screen and (max-width: 600px) {
  .hide-sm {
    display: none !important; } }

@media screen and (max-width: 840px) {
  .hide-md {
    display: none !important; } }

@media screen and (max-width: 960px) {
  .hide-lg {
    display: none !important; } }

@media screen and (max-width: 1280px) {
  .hide-xl {
    display: none !important; } }

.empty {
  background: #f0f0f0;
  border-radius: .3rem;
  text-align: center;
  padding: 4rem; }
  .empty .empty-title {
    font-size: 1.8rem;
    margin: 1.5rem 0 .5rem 0; }
  .empty .empty-meta {
    color: #888; }
  .empty .empty-action {
    margin-top: 1.5rem; }

.accordion input:checked ~ .accordion-header .icon, .accordion[open] .accordion-header .icon {
  transform: rotate(90deg); }

.accordion input:checked ~ .accordion-body, .accordion[open] .accordion-body {
  max-height: 50rem;
  overflow: auto; }

.accordion .accordion-header {
  display: block;
  padding: .2rem .4rem; }
  .accordion .accordion-header .icon {
    transition: all .2s ease; }

.accordion .accordion-body {
  margin-bottom: 1.5rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height .2s ease; }

.accordion.inset .accordion-header {
  margin-left: 1.5rem; }

.accordion.inset .accordion-body {
  margin-left: 2rem; }

summary.accordion-header::-webkit-details-marker {
  display: none; }

.avatar {
  border-radius: 50%;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 300;
  height: 3.2rem;
  line-height: 1;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 3.2rem;
  z-index: 2; }
  .avatar.avatar-xs {
    font-size: .8rem;
    height: 1.6rem;
    width: 1.6rem; }
  .avatar.avatar-sm {
    font-size: 1rem;
    height: 2.4rem;
    width: 2.4rem; }
  .avatar.avatar-lg {
    font-size: 2rem;
    height: 4.8rem;
    width: 4.8rem; }
  .avatar.avatar-xl {
    font-size: 2.6rem;
    height: 6.4rem;
    width: 6.4rem; }
  .avatar img {
    border-radius: 50%;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 99; }
  .avatar .avatar-icon {
    background: #fff;
    bottom: -.2em;
    height: 50%;
    padding: 5%;
    position: absolute;
    right: -.2em;
    width: 50%; }
  .avatar[data-initial]::after {
    color: #fff;
    content: attr(data-initial);
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0; }

.chip {
  align-items: center;
  border: 1px solid #dddddd;
  background: #f7f7f7;
  border-radius: 5rem;
  color: #999;
  display: inline-flex;
  font-size: 90%;
  height: 1.2rem;
  line-height: .8rem;
  margin: .1rem;
  max-width: 100%;
  padding: 1rem;
  text-decoration: none;
  vertical-align: middle; }
  .chip.active {
    background: #044D66;
    color: #fff; }
    .chip.active .btn {
      color: #fff; }
  .chip .avatar {
    margin-left: -.4rem;
    margin-right: .2rem; }
  .chip .btn {
    line-height: 1;
    margin-left: .8rem; }

.form-autocomplete {
  position: relative; }
  .form-autocomplete .form-autocomplete-input {
    background: #fff;
    border: 0.1rem solid #c5c5c5;
    border-radius: .3rem;
    color: #555;
    display: block;
    font-size: 1.4rem;
    line-height: 1.6rem;
    max-width: 100%;
    min-height: 3.2rem;
    outline: 0;
    padding: .3rem .3rem 0 .3rem;
    width: 100%; }
    .form-autocomplete .form-autocomplete-input .chip-sm {
      margin-bottom: .3rem; }
    .form-autocomplete .form-autocomplete-input .form-input {
      background: #fff;
      border-color: transparent;
      display: inline-block;
      height: 2.4rem;
      margin-bottom: .3rem;
      padding: .3rem;
      vertical-align: top;
      width: auto; }
  .form-autocomplete .form-autocomplete-list {
    background: #fff;
    border: 0.1rem solid #d2d2d2;
    border-radius: .3rem;
    display: block;
    height: auto;
    left: 0;
    margin: .3rem 0 0 0;
    padding: .5rem;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1988; }
  .form-autocomplete .form-autocomplete-item {
    border-radius: .3rem;
    display: block;
    margin-top: .1rem;
    padding: .2rem 1rem; }
    .form-autocomplete .form-autocomplete-item:hover, .form-autocomplete .form-autocomplete-item:focus {
      background: white; }
    .form-autocomplete .form-autocomplete-item.active {
      background: #e8f7ff; }

.tooltip {
  position: relative; }
  .tooltip::after {
    background: rgba(51, 51, 51, 0.9);
    border-radius: .3rem;
    bottom: 100%;
    color: #fff;
    content: attr(data-tooltip);
    display: block;
    font-size: 1.2rem;
    left: 50%;
    line-height: 1.6rem;
    max-width: 48rem;
    opacity: 0;
    overflow: hidden;
    padding: .6rem 1rem;
    pointer-events: none;
    position: absolute;
    text-overflow: ellipsis;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all 0.216s ease;
    -moz-transition: all 0.216s ease;
    transition: all 0.216s ease;
    z-index: 99; }
  .tooltip.overflow::after {
    overflow: visible;
    width: 350px;
    white-space: normal; }
  .tooltip:focus:not(.disabled):not(.no-focus)::after, .tooltip:hover::after {
    opacity: 1;
    -webkit-transform: translate(-50%, -0.5rem);
    -moz-transform: translate(-50%, -0.5rem);
    -ms-transform: translate(-50%, -0.5rem);
    -o-transform: translate(-50%, -0.5rem);
    transform: translate(-50%, -0.5rem); }
  .tooltip[disabled], .tooltip.disabled {
    pointer-events: auto; }
  .tooltip.tooltip-top-right::after {
    bottom: 100%;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .tooltip.tooltip-top-right:focus:not(.disabled):not(.no-focus)::after, .tooltip.tooltip-top-right:hover::after {
    -webkit-transform: translate(0, -0.5rem);
    -moz-transform: translate(0, -0.5rem);
    -ms-transform: translate(0, -0.5rem);
    -o-transform: translate(0, -0.5rem);
    transform: translate(0, -0.5rem); }
  .tooltip.tooltip-top-left::after {
    bottom: 100%;
    left: 100%;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }
  .tooltip.tooltip-top-left:focus:not(.disabled):not(.no-focus)::after, .tooltip.tooltip-top-left:hover::after {
    -webkit-transform: translate(-100%, -0.5rem);
    -moz-transform: translate(-100%, -0.5rem);
    -ms-transform: translate(-100%, -0.5rem);
    -o-transform: translate(-100%, -0.5rem);
    transform: translate(-100%, -0.5rem); }
  .tooltip.tooltip-right::after {
    bottom: 50%;
    left: 100%;
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -o-transform: translate(0, 50%);
    transform: translate(0, 50%); }
  .tooltip.tooltip-right:focus:not(.disabled):not(.no-focus)::after, .tooltip.tooltip-right:hover::after {
    -webkit-transform: translate(0.5rem, 50%);
    -moz-transform: translate(0.5rem, 50%);
    -ms-transform: translate(0.5rem, 50%);
    -o-transform: translate(0.5rem, 50%);
    transform: translate(0.5rem, 50%); }
  .tooltip.tooltip-bottom::after {
    bottom: auto;
    top: 100%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .tooltip.tooltip-bottom:focus:not(.disabled):not(.no-focus)::after, .tooltip.tooltip-bottom:hover::after {
    -webkit-transform: translate(-50%, 0.5rem);
    -moz-transform: translate(-50%, 0.5rem);
    -ms-transform: translate(-50%, 0.5rem);
    -o-transform: translate(-50%, 0.5rem);
    transform: translate(-50%, 0.5rem); }
  .tooltip.tooltip-left::after {
    bottom: 50%;
    left: auto;
    right: 100%;
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -o-transform: translate(0, 50%);
    transform: translate(0, 50%); }
  .tooltip.tooltip-left:focus:not(disabled):not(.no-focus)::after, .tooltip.tooltip-left:hover::after {
    -webkit-transform: translate(-0.5rem, 50%);
    -moz-transform: translate(-0.5rem, 50%);
    -ms-transform: translate(-0.5rem, 50%);
    -o-transform: translate(-0.5rem, 50%);
    transform: translate(-0.5rem, 50%); }

.badge {
  position: relative; }
  .badge[data-badge]::after {
    background: #044D66;
    background-clip: padding-box;
    border: .1rem solid #fff;
    border-radius: 1rem;
    color: #fff;
    content: attr(data-badge);
    display: inline-block;
    font-size: 1.1rem;
    height: 1.8rem;
    line-height: 1.2rem;
    min-width: 1.8rem;
    padding: .2rem .5rem;
    text-align: center;
    -webkit-transform: translate(-0.2rem, -0.8rem);
    -moz-transform: translate(-0.2rem, -0.8rem);
    -ms-transform: translate(-0.2rem, -0.8rem);
    -o-transform: translate(-0.2rem, -0.8rem);
    transform: translate(-0.2rem, -0.8rem);
    white-space: nowrap; }
  .badge.badge-flush::after {
    -webkit-transform: translate(0, -2px);
    -moz-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    transform: translate(0, -2px);
    margin-left: 5px; }
  .badge.badge-big::after {
    padding: 0;
    line-height: 2.5rem;
    height: 2.5rem;
    min-width: 2.5rem;
    font-size: 1.3rem;
    border-radius: 50%; }

.toast, .alert {
  background: #efefef;
  border: 0.1rem solid #eaeaea;
  border-radius: .3rem;
  color: #666;
  display: block;
  padding: 1.4rem;
  width: 100%; }
  .toast p, .alert p {
    margin-bottom: 0; }
  .toast.toast-primary, .toast.blue, .alert.toast-primary, .alert.blue {
    background: #044D66;
    border-color: #006dab;
    color: #fff; }
    .toast.toast-primary:hover, .toast.toast-primary:focus, .toast.toast-primary:active, .toast.blue:hover, .toast.blue:focus, .toast.blue:active, .alert.toast-primary:hover, .alert.toast-primary:focus, .alert.toast-primary:active, .alert.blue:hover, .alert.blue:focus, .alert.blue:active {
      background: #044D66; }
    .toast.toast-primary a, .toast.blue a, .alert.toast-primary a, .alert.blue a {
      color: #fff; }
  .toast.toast-success, .toast.green, .alert.toast-success, .alert.green {
    background: #00B188;
    border-color: #30ae40;
    color: #fff; }
    .toast.toast-success:hover, .toast.toast-success:focus, .toast.toast-success:active, .toast.green:hover, .toast.green:focus, .toast.green:active, .alert.toast-success:hover, .alert.toast-success:focus, .alert.toast-success:active, .alert.green:hover, .alert.green:focus, .alert.green:active {
      background: #00B188; }
    .toast.toast-success a, .toast.green a, .alert.toast-success a, .alert.green a {
      color: #fff; }
  .toast.toast-danger, .toast.red, .alert.toast-danger, .alert.red {
    background: #e65059;
    border-color: #e54751;
    color: #fff; }
    .toast.toast-danger:hover, .toast.toast-danger:focus, .toast.toast-danger:active, .toast.red:hover, .toast.red:focus, .toast.red:active, .alert.toast-danger:hover, .alert.toast-danger:focus, .alert.toast-danger:active, .alert.red:hover, .alert.red:focus, .alert.red:active {
      background: #e65059; }
    .toast.toast-danger a, .toast.red a, .alert.toast-danger a, .alert.red a {
      color: #fff; }
  .toast.toast-primary .btn-clear, .toast.toast-success .btn-clear, .toast.toast-danger .btn-clear, .alert.toast-primary .btn-clear, .alert.toast-success .btn-clear, .alert.toast-danger .btn-clear {
    color: #fff; }

.menu {
  background: #fff;
  border-radius: .3rem;
  display: block;
  margin: 0;
  padding: .5rem;
  text-align: left;
  z-index: 999; }
  .menu.menu-nav {
    background: transparent;
    box-shadow: none;
    border: 0; }
  .menu .menu-item {
    border-radius: .3rem;
    color: #555;
    display: block;
    line-height: 2.4rem;
    margin-top: .1rem;
    padding: .2rem 1rem;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .menu .menu-item a {
      border-radius: .3rem;
      color: inherit;
      display: block;
      margin: -.2rem -1rem;
      padding: .2rem 1rem;
      text-decoration: none; }
      .menu .menu-item a:focus, .menu .menu-item a:hover {
        color: #044D66; }
      .menu .menu-item a:active, .menu .menu-item a.active {
        background: #e8f7ff;
        color: #007AC6; }
  .menu .menu-header {
    color: #eeeeee;
    display: block;
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-top: 0;
    padding: .2rem 1rem; }
    .menu .menu-header .menu-header-text {
      background: #fff;
      display: inline-block;
      margin-left: -.6rem;
      padding: 0 .6rem;
      position: relative;
      z-index: 99; }
    .menu .menu-header::after {
      border-bottom: 0.1rem solid #efefef;
      content: "";
      display: block;
      height: .1rem;
      -webkit-transform: translateY(-1rem);
      -moz-transform: translateY(-1rem);
      -ms-transform: translateY(-1rem);
      -o-transform: translateY(-1rem);
      transform: translateY(-1rem);
      width: 100%; }

.breadcrumb,
.tab,
.pagination {
  list-style: none;
  margin: .5rem 0; }

.breadcrumb {
  padding: 1.2rem; }
  .breadcrumb .breadcrumb-item {
    display: inline-block;
    margin: 0; }
    .breadcrumb .breadcrumb-item a {
      text-decoration: none; }
    .breadcrumb .breadcrumb-item:last-child,
    .breadcrumb .breadcrumb-item:last-child a {
      color: #888888;
      pointer-events: none; }
    .breadcrumb .breadcrumb-item:not(:last-child)::after {
      color: #c5c5c5;
      content: "/";
      padding: 0 .4rem; }

.tab {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 100%;
  overflow-x: auto; }
  .tab .tab-item {
    border-bottom: 0.1rem solid #c5c5c5;
    margin-top: 0; }
    .tab .tab-item a {
      border-bottom: .2rem solid transparent;
      color: #555;
      display: block;
      margin-bottom: -.1rem;
      margin-top: 0;
      padding: .8rem 1.4rem;
      text-decoration: none; }
      .tab .tab-item a:focus, .tab .tab-item a:hover {
        color: #044D66; }
    .tab .tab-item.active a,
    .tab .tab-item a.active {
      border-bottom-color: #005382;
      color: #005382; }
    .tab .tab-item .badge[data-badge]::after {
      position: absolute;
      right: -1.4rem;
      top: 1rem;
      -webkit-transform: translate(-50%, -1rem);
      -moz-transform: translate(-50%, -1rem);
      -ms-transform: translate(-50%, -1rem);
      -o-transform: translate(-50%, -1rem);
      transform: translate(-50%, -1rem); }
  .tab.tab-block .tab-item {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center; }

.pagination {
  display: inline-block;
  padding: 1.2rem; }
  .pagination .page-item {
    display: inline-block; }
    .pagination .page-item span {
      display: inline-block;
      padding: .6rem .5rem; }
    .pagination .page-item a {
      border-radius: .3rem;
      display: inline-block;
      margin: 0 .1rem;
      padding: .6rem 1.2rem;
      text-decoration: none; }
      .pagination .page-item a:focus, .pagination .page-item a:hover {
        background: #e8f7ff; }
    .pagination .page-item.active a {
      background: #044D66;
      color: #fff; }

.modal {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  display: none;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0; }
  .modal.active {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    z-index: 1988; }
    .modal.active .modal-overlay {
      background: rgba(0, 0, 0, 0.75);
      bottom: 0;
      display: block;
      left: 0;
      position: absolute;
      right: 0;
      top: 0; }
    .modal.active .modal-container {
      -webkit-animation: slide-down 0.216s;
      -moz-animation: slide-down 0.216s;
      animation: slide-down 0.216s; }

.modal-container {
  -webkit-animation: slide-up 0.216s;
  -moz-animation: slide-up 0.216s;
  animation: slide-up 0.216s;
  background: #fff;
  border-radius: .3rem;
  display: block;
  padding: 0;
  text-align: left;
  z-index: 1988; }
  .modal-container .modal-header {
    padding: 1.5rem; }
    .modal-container .modal-header .modal-title {
      font-size: 1.5rem;
      margin: 0;
      position: relative; }
  .modal-container .modal-body {
    max-height: 50vh;
    overflow-y: auto;
    padding: 1.5rem;
    position: relative; }
  .modal-container .modal-footer {
    padding: 1.5rem;
    text-align: right; }

@media screen and (min-width: 640px) {
  .modal-container {
    min-width: 65vw; }
  [data-modal-ref="search-filters"] .modal-container {
    min-width: 80vw; }
  [data-modal-ref="search-filters"] .modal-body {
    height: 70vh;
    max-height: 70vh; }
    [data-modal-ref="search-filters"] .modal-body .tabs-panels {
      padding-top: 0; }
    [data-modal-ref="search-filters"] .modal-body .form-horizontal h6 {
      color: #044D66; }
    [data-modal-ref="search-filters"] .modal-body .form-horizontal .form-group {
      border-bottom: 1px solid #eaeaea;
      padding-bottom: .5rem;
      margin-bottom: .5rem; }
    [data-modal-ref="search-filters"] .modal-body .form-horizontal .form-label {
      padding: .4rem; }
    [data-modal-ref="search-filters"] .modal-body .tabs [data-badge]:after {
      -webkit-transform: translate(0.2rem, -0.2rem);
      -moz-transform: translate(0.2rem, -0.2rem);
      -ms-transform: translate(0.2rem, -0.2rem);
      -o-transform: translate(0.2rem, -0.2rem);
      transform: translate(0.2rem, -0.2rem); }
    [data-modal-ref="search-filters"] .modal-body .hide-badge:after {
      display: none; }
  [data-modal-ref="search-filters"] [data-clear-filters] {
    margin-right: .5rem; } }

@media screen and (min-width: 320px) {
  .modal-sm .modal-container {
    width: 32rem; } }

.modal-body .form-checkbox .right-align {
  right: .4rem;
  left: inherit; }

[data-modal-ref="apartment-details"].active {
  z-index: 1987; }

[data-modal-ref="apartment-details"] .modal-body {
  max-height: 80vh; }

[data-modal-ref^="portfolio-group-"] .content {
  position: relative; }

[data-modal-ref^="portfolio-group-"] .loader-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1; }

[data-modal-ref^="portfolio-group-"] .loader {
  height: 100%;
  vertical-align: middle;
  align-items: center;
  display: flex !important;
  margin-left: -30px;
  margin-top: -30px;
  background: transparent !important; }
  [data-modal-ref^="portfolio-group-"] .loader .loading {
    width: 100%;
    position: absolute !important; }
    [data-modal-ref^="portfolio-group-"] .loader .loading:after {
      width: 8rem !important;
      height: 8rem !important;
      border-radius: 8rem !important; }

[data-modal-ref="timeout-warning"] .timeout-progress {
  background: #e2e2e2;
  border-radius: 1rem;
  position: relative;
  height: 2rem;
  margin-top: 2rem; }

[data-modal-ref="timeout-warning"] .timeout-knob {
  background: #044D66;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  padding: 0 .5rem;
  border-radius: 2rem;
  text-align: right;
  color: white;
  transition: width 0.25s ease-out; }

.card {
  background: #fff;
  border: 0.1rem solid #efefef;
  border-radius: .3rem;
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  z-index: 999; }
  .card .card-header,
  .card .card-body,
  .card .card-footer {
    padding: 1.5rem 1.5rem 0 1.5rem; }
    .card .card-header:last-child,
    .card .card-body:last-child,
    .card .card-footer:last-child {
      padding-bottom: 1.5rem; }
  .card .card-image {
    padding-top: 1.5rem; }
    .card .card-image:first-child {
      padding-top: 0; }
      .card .card-image:first-child img {
        border-top-left-radius: .3rem;
        border-top-right-radius: .3rem; }
    .card .card-image:last-child img {
      border-bottom-left-radius: .3rem;
      border-bottom-right-radius: .3rem; }
  .card .card-title {
    font-size: 1.4em;
    line-height: 1;
    margin-bottom: .5rem;
    margin-top: 0; }
  .card .card-meta {
    color: #d5d5d5;
    font-size: 1em;
    margin-bottom: 0;
    margin-top: 0; }

.panel {
  border: 0.1rem solid #efefef;
  border-radius: .3rem;
  display: flex;
  flex-direction: column; }
  .panel .panel-header,
  .panel .panel-footer {
    flex: 0 0 auto;
    padding: .8rem; }
  .panel .panel-nav {
    flex: 0 0 auto; }
  .panel .panel-body {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 0 .8rem; }
  .panel .panel-subtitle {
    color: #bbbbbb; }

.dropdown {
  display: inline-block;
  position: relative; }
  .dropdown .menu {
    animation: slide-down .15s ease 1;
    display: none;
    left: 0;
    max-height: 50vh;
    overflow-y: auto;
    position: absolute;
    top: 100%;
    min-width: 180px;
    white-space: nowrap; }
    .dropdown .menu .menu-item {
      margin-top: 0;
      padding: 0 .4rem;
      text-decoration: none;
      line-height: 1.6;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .dropdown .menu .menu-item > a {
        border-radius: .1rem;
        color: inherit;
        display: block;
        margin: 0 -.4rem;
        padding: .2rem .4rem;
        text-decoration: none; }
        .dropdown .menu .menu-item > a:hover {
          background-color: #044D66;
          color: white; }
      .dropdown .menu .menu-item.menu-mobile-toggle {
        display: none; }
  .dropdown.dropdown-right .menu {
    left: auto;
    right: 0; }
  .dropdown.active .menu,
  .dropdown .dropdown-toggle:focus + .menu,
  .dropdown .menu:hover {
    display: block; }
  .dropdown .btn-group .dropdown-toggle:nth-last-child(2) {
    border-bottom-right-radius: .3rem;
    border-top-right-radius: .3rem; }
  .touch-device .dropdown .menu {
    padding-right: 35px; }
    .touch-device .dropdown .menu .menu-mobile-toggle {
      display: block; }
      .touch-device .dropdown .menu .menu-mobile-toggle > a {
        position: absolute;
        top: 5px;
        right: 10px;
        width: 25px;
        height: 25px;
        padding: .25rem .35rem;
        font-size: 1rem;
        text-align: center;
        cursor: pointer;
        color: #044D66;
        border: 1px solid #044D66;
        border-radius: 50%; }
        .touch-device .dropdown .menu .menu-mobile-toggle > a:hover {
          background: #044D66;
          color: #fff; }

.selectize-dropdown-content {
  max-height: calc(100vh - 135px) !important; }

.popover {
  display: inline-block;
  position: relative;
  white-space: normal; }
  .popover .popover-container {
    left: 50%;
    opacity: 0;
    padding: .4rem;
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%) scale(0);
    transition: transform .2s ease;
    width: 480px;
    z-index: 400;
    display: none; }
  .popover *:focus + .popover-container,
  .popover:hover > .popover-container,
  .popover .popover-container:hover {
    display: block;
    opacity: 1;
    transform: translate(-50%, -100%) scale(1); }
  .popover.popover-right .popover-container {
    left: 100%;
    top: 50%; }
  .popover.popover-right :focus + .popover-container,
  .popover.popover-right:hover .popover-container,
  .popover.popover-right .popover-container:hover {
    transform: translate(0, -50%) scale(1); }
  .popover.popover-bottom .popover-container {
    left: 50%;
    top: 100%; }
  .popover.popover-bottom :focus + .popover-container,
  .popover.popover-bottom:hover .popover-container,
  .popover.popover-bottom .popover-container:hover {
    transform: translate(-50%, 0) scale(1); }
  .popover.popover-top-right .popover-container {
    left: 100%;
    top: 0; }
  .popover.popover-top-right :focus + .popover-container,
  .popover.popover-top-right:hover .popover-container,
  .popover.popover-top-right .popover-container:hover {
    transform: translate(-100%, -100%) scale(1.0001); }
  .popover.popover-top-left .popover-container {
    left: 0;
    top: 0; }
  .popover.popover-top-left :focus + .popover-container,
  .popover.popover-top-left:hover .popover-container,
  .popover.popover-top-left .popover-container:hover {
    transform: translate(0, -100%) scale(1.0001); }
  .popover.popover-bottom-right .popover-container {
    left: 100%;
    top: 100%; }
  .popover.popover-bottom-right :focus + .popover-container,
  .popover.popover-bottom-right:hover .popover-container,
  .popover.popover-bottom-right .popover-container:hover {
    transform: translate(-100%, 0) scale(1); }
  .popover.popover-bottom-left .popover-container {
    right: 100%;
    top: 100%; }
  .popover.popover-bottom-left :focus + .popover-container,
  .popover.popover-bottom-left:hover .popover-container,
  .popover.popover-bottom-left .popover-container:hover {
    transform: translate(0, 0) scale(1); }
  .popover.popover-left .popover-container {
    left: 0;
    top: 50%; }
  .popover.popover-left :focus + .popover-container,
  .popover.popover-left:hover .popover-container,
  .popover.popover-left .popover-container:hover {
    transform: translate(-100%, -50%) scale(1); }
  .popover .card {
    box-shadow: 0 0.2rem 0.5rem rgba(69, 77, 93, 0.3);
    border: 0; }

.tile {
  align-content: space-between;
  align-items: flex-start;
  display: flex; }
  .tile .tile-icon,
  .tile .tile-action {
    flex: 0 0 auto; }
  .tile .tile-content {
    flex: 1 1 auto; }
    .tile .tile-content:not(:first-child) {
      padding-left: .6rem; }
    .tile .tile-content:not(:last-child) {
      padding-right: .6rem; }
  .tile .tile-title,
  .tile .tile-subtitle {
    line-height: 2rem; }
  .tile.tile-centered {
    align-items: center; }
    .tile.tile-centered .tile-content {
      overflow: hidden; }
    .tile.tile-centered .tile-title,
    .tile.tile-centered .tile-subtitle {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      margin-bottom: 0; }
  .tile.no-border-bottom {
    border-bottom: none !important; }

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

@-moz-keyframes loading {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes slide-down {
  0% {
    margin-top: -3rem;
    opacity: 0; }
  100% {
    margin-top: 0;
    opacity: 1; } }

@-moz-keyframes slide-down {
  0% {
    margin-top: -3rem;
    opacity: 0; }
  100% {
    margin-top: 0;
    opacity: 1; } }

@keyframes slide-down {
  0% {
    margin-top: -3rem;
    opacity: 0; }
  100% {
    margin-top: 0;
    opacity: 1; } }

.clearfix::after, .container::after {
  clear: both;
  content: "";
  display: table; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.rel {
  position: relative; }

.abs {
  position: absolute; }

.fixed {
  position: fixed; }

.width-auto, .icon.width-auto {
  width: auto; }

.centered {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto; }

.no-margin {
  margin: 0 !important; }

.mt-0 {
  margin-top: 0rem; }

.mb-0 {
  margin-bottom: 0rem; }

.ml-0 {
  margin-left: 0rem; }

.mr-0 {
  margin-right: 0rem !important; }

.pt-0 {
  padding-top: 0rem; }

.pb-0 {
  padding-bottom: 0rem; }

.pl-0 {
  padding-left: 0rem; }

.pr-0 {
  padding-right: 0rem; }

.mt-3 {
  margin-top: 0.3rem; }

.mb-3 {
  margin-bottom: 0.3rem; }

.ml-3 {
  margin-left: 0.3rem; }

.mr-3 {
  margin-right: 0.3rem !important; }

.pt-3 {
  padding-top: 0.3rem; }

.pb-3 {
  padding-bottom: 0.3rem; }

.pl-3 {
  padding-left: 0.3rem; }

.pr-3 {
  padding-right: 0.3rem; }

.mt-5 {
  margin-top: 0.5rem; }

.mb-5 {
  margin-bottom: 0.5rem; }

.ml-5 {
  margin-left: 0.5rem; }

.mr-5 {
  margin-right: 0.5rem !important; }

.pt-5 {
  padding-top: 0.5rem; }

.pb-5 {
  padding-bottom: 0.5rem; }

.pl-5 {
  padding-left: 0.5rem; }

.pr-5 {
  padding-right: 0.5rem; }

.mt-10 {
  margin-top: 1rem; }

.mb-10 {
  margin-bottom: 1rem; }

.ml-10 {
  margin-left: 1rem; }

.mr-10 {
  margin-right: 1rem !important; }

.pt-10 {
  padding-top: 1rem; }

.pb-10 {
  padding-bottom: 1rem; }

.pl-10 {
  padding-left: 1rem; }

.pr-10 {
  padding-right: 1rem; }

.mt-15 {
  margin-top: 1.5rem; }

.mb-15 {
  margin-bottom: 1.5rem; }

.ml-15 {
  margin-left: 1.5rem; }

.mr-15 {
  margin-right: 1.5rem !important; }

.pt-15 {
  padding-top: 1.5rem; }

.pb-15 {
  padding-bottom: 1.5rem; }

.pl-15 {
  padding-left: 1.5rem; }

.pr-15 {
  padding-right: 1.5rem; }

.mt-20 {
  margin-top: 2rem; }

.mb-20 {
  margin-bottom: 2rem; }

.ml-20 {
  margin-left: 2rem; }

.mr-20 {
  margin-right: 2rem !important; }

.pt-20 {
  padding-top: 2rem; }

.pb-20 {
  padding-bottom: 2rem; }

.pl-20 {
  padding-left: 2rem; }

.pr-20 {
  padding-right: 2rem; }

.mt-30 {
  margin-top: 3rem; }

.mb-30 {
  margin-bottom: 3rem; }

.ml-30 {
  margin-left: 3rem; }

.mr-30 {
  margin-right: 3rem !important; }

.pt-30 {
  padding-top: 3rem; }

.pb-30 {
  padding-bottom: 3rem; }

.pl-30 {
  padding-left: 3rem; }

.pr-30 {
  padding-right: 3rem; }

.mt-40 {
  margin-top: 4rem; }

.mb-40 {
  margin-bottom: 4rem; }

.ml-40 {
  margin-left: 4rem; }

.mr-40 {
  margin-right: 4rem !important; }

.pt-40 {
  padding-top: 4rem; }

.pb-40 {
  padding-bottom: 4rem; }

.pl-40 {
  padding-left: 4rem; }

.pr-40 {
  padding-right: 4rem; }

.mt-50 {
  margin-top: 5rem; }

.mb-50 {
  margin-bottom: 5rem; }

.ml-50 {
  margin-left: 5rem; }

.mr-50 {
  margin-right: 5rem !important; }

.pt-50 {
  padding-top: 5rem; }

.pb-50 {
  padding-bottom: 5rem; }

.pl-50 {
  padding-left: 5rem; }

.pr-50 {
  padding-right: 5rem; }

.mt-60 {
  margin-top: 6rem; }

.mb-60 {
  margin-bottom: 6rem; }

.ml-60 {
  margin-left: 6rem; }

.mr-60 {
  margin-right: 6rem !important; }

.pt-60 {
  padding-top: 6rem; }

.pb-60 {
  padding-bottom: 6rem; }

.pl-60 {
  padding-left: 6rem; }

.pr-60 {
  padding-right: 6rem; }

.mt-70 {
  margin-top: 7rem; }

.mb-70 {
  margin-bottom: 7rem; }

.ml-70 {
  margin-left: 7rem; }

.mr-70 {
  margin-right: 7rem !important; }

.pt-70 {
  padding-top: 7rem; }

.pb-70 {
  padding-bottom: 7rem; }

.pl-70 {
  padding-left: 7rem; }

.pr-70 {
  padding-right: 7rem; }

.mt-80 {
  margin-top: 8rem; }

.mb-80 {
  margin-bottom: 8rem; }

.ml-80 {
  margin-left: 8rem; }

.mr-80 {
  margin-right: 8rem !important; }

.pt-80 {
  padding-top: 8rem; }

.pb-80 {
  padding-bottom: 8rem; }

.pl-80 {
  padding-left: 8rem; }

.pr-80 {
  padding-right: 8rem; }

.mt-100 {
  margin-top: 10rem; }

.mb-100 {
  margin-bottom: 10rem; }

.ml-100 {
  margin-left: 10rem; }

.mr-100 {
  margin-right: 10rem !important; }

.pt-100 {
  padding-top: 10rem; }

.pb-100 {
  padding-bottom: 10rem; }

.pl-100 {
  padding-left: 10rem; }

.pr-100 {
  padding-right: 10rem; }

.block {
  display: block; }

.inline {
  display: inline; }

.inline-block {
  display: inline-block; }

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.flex-raw {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.flex-column {
  flex-direction: column; }

.flex-row {
  flex-direction: row; }

.align-right {
  align-items: flex-end; }

.inline-flex {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.hide {
  display: none !important; }

.visible {
  visibility: visible; }

.invisible {
  visibility: hidden; }

.text-hide {
  background: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.justify-between {
  justify-content: space-between; }

.items-center {
  align-items: center; }

.valign-middle {
  vertical-align: middle !important; }

.valign-bottom {
  vertical-align: bottom; }

.valign-top {
  vertical-align: top; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-normal {
  font-weight: normal; }

.text-bold {
  font-weight: bold; }

.text-italic {
  font-style: italic; }

.text-semibold {
  font-weight: 600; }

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-clip {
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap; }

.text-break {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all; }

.hand {
  cursor: pointer; }

.shadow, .menu, .modal-container, .dropdown .menu {
  box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.3); }

.light-shadow, .form-autocomplete .form-autocomplete-list {
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.15); }

.rounded {
  border-radius: .3rem; }

.circle {
  border-radius: 50%; }

.divider {
  border-bottom: 1px solid #efefef;
  display: block;
  margin: .5rem; }

.line-height-1 {
  line-height: 1; }

.loading {
  color: transparent !important;
  min-height: 1.6rem;
  pointer-events: none;
  position: relative; }
  .loading::after {
    -webkit-animation: loading 500ms infinite linear;
    -moz-animation: loading 500ms infinite linear;
    animation: loading 500ms infinite linear;
    border: 0.2rem solid #044D66;
    border-radius: .8rem;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 1.6rem;
    left: 50%;
    margin-left: -.8rem;
    margin-top: -.8rem;
    position: absolute;
    top: 50%;
    width: 1.6rem; }

/*# sourceMappingURL=spectre.css.map */