﻿@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.5.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=50em&large=100em&xlarge=112.5em&xxlarge=120em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: calibri, Calibri, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 112.5rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 50em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 100em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row.is-collapse-child,
  .row.collapse > .column > .row,
  .row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0; }

.column, .columns {
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0; }
  @media print, screen and (min-width: 50em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 {
  flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

@media print, screen and (min-width: 50em) {
  .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 {
    flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 50em) and (min-width: 50em) {
  .medium-expand {
    flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%; }
  @media print, screen and (min-width: 50em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      flex: 1 1 0px; } }

@media print, screen and (min-width: 50em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

@media print, screen and (min-width: 100em) {
  .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 {
    flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 100em) and (min-width: 100em) {
  .large-expand {
    flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%; }
  @media print, screen and (min-width: 100em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      flex: 1 1 0px; } }

@media print, screen and (min-width: 100em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

.shrink {
  flex: 0 0 auto;
  max-width: 100%; }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 50em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: calibri, Calibri, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 50em) {
  h1, .h1 {
    font-size: 3rem; }
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 1.9375rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #009bdb;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #0085bc; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 112.5rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 50em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 100em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #009bdb;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #0084ba;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #009bdb;
    color: #0a0a0a; }
    .button.primary:hover, .button.primary:focus {
      background-color: #007caf;
      color: #0a0a0a; }
  .button.secondary {
    background-color: #009aa3;
    color: #0a0a0a; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #007b82;
      color: #0a0a0a; }
  .button.success {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button.warning {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button.alert {
    background-color: #cc4b37;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #009bdb;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #009bdb;
        color: #0a0a0a; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #009aa3;
        color: #0a0a0a; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #0a0a0a; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #0a0a0a; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #fefefe; }
  .button.hollow {
    border: 1px solid #009bdb;
    color: #009bdb; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #004e6e;
      color: #004e6e; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 1px solid #009bdb;
        color: #009bdb; }
    .button.hollow.primary {
      border: 1px solid #009bdb;
      color: #009bdb; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #004e6e;
        color: #004e6e; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 1px solid #009bdb;
          color: #009bdb; }
    .button.hollow.secondary {
      border: 1px solid #009aa3;
      color: #009aa3; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #004d52;
        color: #004d52; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 1px solid #009aa3;
          color: #009aa3; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
  .button.clear {
    border: 1px solid #009bdb;
    color: #009bdb; }
    .button.clear, .button.clear:hover, .button.clear:focus {
      background-color: transparent; }
    .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
      background-color: transparent; }
    .button.clear:hover, .button.clear:focus {
      border-color: #004e6e;
      color: #004e6e; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 1px solid #009bdb;
        color: #009bdb; }
    .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
      border-color: transparent; }
    .button.clear.primary {
      border: 1px solid #009bdb;
      color: #009bdb; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #004e6e;
        color: #004e6e; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 1px solid #009bdb;
          color: #009bdb; }
      .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
        border-color: transparent; }
    .button.clear.secondary {
      border: 1px solid #009aa3;
      color: #009aa3; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #004d52;
        color: #004d52; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 1px solid #009aa3;
          color: #009aa3; }
      .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
        border-color: transparent; }
    .button.clear.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
      .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
        border-color: transparent; }
    .button.clear.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
      .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
        border-color: transparent; }
    .button.clear.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.clear.alert:hover, .button.clear.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
      .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
        border-color: transparent; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after, .button.dropdown.clear::after {
    border-top-color: #009bdb; }
  .button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
    border-top-color: #009bdb; }
  .button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
    border-top-color: #009aa3; }
  .button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, a.button:focus {
  text-decoration: none; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

::placeholder {
  color: #cacaca; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch; }
  .input-group > :first-child, .input-group > :first-child.input-group-button > * {
    border-radius: 0 0 0 0; }
  .input-group > :last-child, .input-group > :last-child.input-group-button > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 49.99875em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 50em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 50em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 49.99875em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 50em) and (max-width: 99.99875em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 49.99875em), screen and (min-width: 100em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 100em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 99.99875em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 100em) and (max-width: 112.49875em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 99.99875em), screen and (min-width: 112.5em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1; }

.clearfix::after {
  clear: both; }

.align-left {
  justify-content: flex-start; }

.align-right {
  justify-content: flex-end; }

.align-center {
  justify-content: center; }

.align-justify {
  justify-content: space-between; }

.align-spaced {
  justify-content: space-around; }

.align-left.vertical.menu > li > a {
  justify-content: flex-start; }

.align-right.vertical.menu > li > a {
  justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  justify-content: center; }

.align-top {
  align-items: flex-start; }

.align-self-top {
  align-self: flex-start; }

.align-bottom {
  align-items: flex-end; }

.align-self-bottom {
  align-self: flex-end; }

.align-middle {
  align-items: center; }

.align-self-middle {
  align-self: center; }

.align-stretch {
  align-items: stretch; }

.align-self-stretch {
  align-self: stretch; }

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center; }

.small-order-1 {
  order: 1; }

.small-order-2 {
  order: 2; }

.small-order-3 {
  order: 3; }

.small-order-4 {
  order: 4; }

.small-order-5 {
  order: 5; }

.small-order-6 {
  order: 6; }

@media print, screen and (min-width: 50em) {
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; } }

@media print, screen and (min-width: 100em) {
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; } }

.flex-container {
  display: flex; }

.flex-child-auto {
  flex: 1 1 auto; }

.flex-child-grow {
  flex: 1 0 auto; }

.flex-child-shrink {
  flex: 0 1 auto; }

.flex-dir-row {
  flex-direction: row; }

.flex-dir-row-reverse {
  flex-direction: row-reverse; }

.flex-dir-column {
  flex-direction: column; }

.flex-dir-column-reverse {
  flex-direction: column-reverse; }

@media print, screen and (min-width: 50em) {
  .medium-flex-container {
    display: flex; }
  .medium-flex-child-auto {
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    flex: 0 1 auto; }
  .medium-flex-dir-row {
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 100em) {
  .large-flex-container {
    display: flex; }
  .large-flex-child-auto {
    flex: 1 1 auto; }
  .large-flex-child-grow {
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    flex: 0 1 auto; }
  .large-flex-dir-row {
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

.icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px; }
  .icon.circle {
    background-color: #009bdb;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin-right: 16px; }
    .icon.circle.letter {
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center; }

.icon-workload {
  background-image: url("/Content/svg/icons/wekvoorraad.svg"); }

.icon-workload-blue {
  background-image: url("/Content/svg/icons/wekvoorraad-blue.svg"); }

.icon-workload-grey {
  background-image: url("/Content/svg/icons/werkvoorraad-grey.svg"); }

.icon-mutations {
  background-image: url("/Content/svg/icons/mutaties.svg"); }

.icon-complex {
  background-image: url("/Content/svg/icons/complexen.svg"); }

.icon-plans {
  background-image: url("/Content/svg/icons/verkoopplannen.svg"); }

.icon-agents {
  background-image: url("/Content/svg/icons/makelaars.svg"); }

.icon-profile {
  background-image: url("/Content/svg/icons/profile.svg"); }

.icon-bell {
  background-image: url("/Content/svg/icons/bell.svg"); }

.icon-chevron-down {
  background-image: url("/Content/svg/chevron-down.svg"); }

.icon-settings {
  background-image: url("/Content/svg/icons/settings.svg"); }

.icon-logout {
  background-image: url("/Content/svg/icons/logout.svg"); }

.icon-user {
  background-image: url("/Content/svg/icons/user.svg"); }

.icon-reevalution {
  background-image: url("/Content/svg/icons/reevalution.svg"); }

.icon-home {
  background-image: url("/Content/svg/icons/home.svg"); }

.icon-date {
  background-image: url("/Content/svg/icons/date.svg"); }

.icon-goback {
  background-image: url("/Content/svg/goback.svg"); }

.icon-upload {
  background-image: url("/Content/svg/upload.svg"); }

.icon-filter {
  background-image: url("/Content/svg/filter.svg"); }

.icon-place {
  background-image: url("/Content/svg/icons/place.svg");
  background-size: 17px !important; }

.icon-place-colour {
  background-image: url("/Content/svg/icons/place-colour.svg"); }

.icon-complex-blue {
  background-image: url("/Content/svg/complex.svg"); }

.icon-chevron-down-blue {
  background-image: url("/Content/svg/chevron-down-blue.svg"); }

.icon-chevron-up-blue {
  background-image: url("/Content/svg/chevron-up-blue.svg"); }

.icon-chevron-right-grey {
  background-image: url("/Content/svg/chevron-right-grey.svg"); }

.icon-reevalution {
  background-image: url("/Content/svg/icons/reevalution.svg"); }

.icon-price {
  background-image: url("/Content/svg/price.svg"); }

.icon-save {
  background-image: url("/Content/svg/save.svg");
  padding-right: 30px;
  background-position: left; }

.icon-auth {
  background-image: url("/Content/svg/auth.svg");
  padding-right: 120px;
  background-position: center 2em;
  background-size: 60px; }

.icon-yes {
  background-image: url("/Content/svg/yes.svg"); }

.icon-yes-rea {
  background-image: url("/Content/svg/yes-rea.svg"); }

.icon-file {
  background-image: url("/Content/svg/icons/file.svg"); }

.icon-file-white {
  background-image: url("/Content/svg/icons/file-white.svg"); }

.icon-folder {
  background-image: url("/Content/svg/icons/folder.svg");
  background-position: left center;
  padding-left: 30px; }

.icon-folder-white {
  background-image: url("/Content/svg/icons/folder-white.svg"); }

nav.topbar {
  height: 60px;
  left: 0;
  right: 0;
  position: fixed;
  background: #009bdb;
  top: 0;
  padding-left: 60px;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  z-index: 3; }
  nav.topbar .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    bottom: 0;
    display: block;
    z-index: 2;
    background: #009bdb; }
    nav.topbar .logo img {
      border: 0;
      outline: 0;
      display: block; }
  nav.topbar h1 {
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 60px;
    margin: 0;
    padding: 0;
    padding-left: 8px; }
  nav.topbar .actions {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    bottom: 0;
    display: flex; }

.notifications-indicator {
  position: relative;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center;
  padding-right: 60px;
  border-right: 1px solid rgba(255, 255, 255, 0.5); }
  .notifications-indicator:hover .notifications-indicator-popup {
    display: block; }
  .notifications-indicator span {
    position: absolute;
    right: 13px;
    top: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: red;
    border: 2px solid #009bdb;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    display: block; }

.notifications-indicator-popup {
  display: none; }
  .notifications-indicator-popup .popup {
    z-index: 3;
    display: block;
    position: absolute;
    top: 70px;
    right: -137px;
    background-color: #fff;
    box-shadow: 0px 0px 9.8px 0.2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 1rem;
    min-width: 350px; }
    .notifications-indicator-popup .popup:before {
      content: '';
      width: 15px;
      height: 15px;
      transform: rotate(45deg);
      position: absolute;
      top: -7px;
      left: 50%;
      right: 50%;
      background-color: #f3f2f1; }
    .notifications-indicator-popup .popup .top {
      text-align: center;
      background-color: #f3f2f1;
      margin: -16px -16px 0 -16px;
      padding: 16px;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
    .notifications-indicator-popup .popup .task-list-items {
      display: flex;
      padding: 1rem 0;
      border-bottom: 1px solid #f3f2f1; }
      .notifications-indicator-popup .popup .task-list-items .circle {
        background-color: #cc4b37;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        text-align: center;
        color: #fff;
        padding-top: 7px;
        margin-top: 6px; }
      .notifications-indicator-popup .popup .task-list-items .street {
        color: #222; }
      .notifications-indicator-popup .popup .task-list-items .type {
        color: #555; }
    .notifications-indicator-popup .popup p {
      margin: 0;
      font-weight: 600; }
    .notifications-indicator-popup .popup ul {
      list-style: none;
      margin-bottom: 0; }
    .notifications-indicator-popup .popup .bottom {
      text-align: center;
      padding-top: 1em; }
      .notifications-indicator-popup .popup .bottom a {
        color: #009bdb;
        background-image: url("/Content/svg/chevron-right-grey.svg");
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 8px auto;
        padding-right: 15px; }

.popupbg {
  position: fixed;
  top: 60px;
  left: 60px;
  bottom: 0;
  background-color: #009bdb;
  width: 100%;
  opacity: .3;
  z-index: 1; }

.user-menu {
  display: flex;
  cursor: pointer; }
  .user-menu:hover .user-menu-dropdown {
    display: block; }
  .user-menu .icon {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px auto;
    padding-right: 60px; }
  .user-menu .icon-chevron-down {
    background-size: 10px auto; }
  .user-menu .user-menu-text {
    padding-top: 10px; }
    .user-menu .user-menu-text .greeting {
      color: #fff;
      opacity: .7;
      font-size: 0.75em; }
    .user-menu .user-menu-text .name {
      color: #fff;
      font-weight: 600;
      font-size: 0.875em; }

.user-menu-dropdown {
  display: none;
  position: absolute;
  top: 60px;
  right: 0;
  background-color: #009bdb;
  padding: 1rem;
  padding-bottom: 0;
  width: 189.883px; }
  .user-menu-dropdown ul {
    list-style: none;
    margin: 0; }
    .user-menu-dropdown ul li {
      color: #fff;
      margin-right: -1em;
      margin-left: -1em; }
      .user-menu-dropdown ul li:last-child {
        border-top: 1px solid rgba(255, 255, 255, 0.5); }
      .user-menu-dropdown ul li a {
        padding: 10px;
        padding-left: 21px;
        color: #fff;
        display: block; }
  .user-menu-dropdown .icon {
    background-repeat: no-repeat;
    background-position: left;
    background-size: 17px;
    opacity: .8;
    padding-right: 40px; }

.title-bar {
  position: relative;
  line-height: 4rem;
  padding-bottom: 2rem; }
  .title-bar .title {
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 6rem;
    position: relative; }
    .title-bar .title .icon {
      background-color: #009bdb;
      background-repeat: no-repeat;
      background-position: center;
      width: 4rem;
      height: 4rem;
      border-radius: 50%;
      position: absolute;
      top: 0;
      left: 0; }
    .title-bar .title h1 {
      margin: 0;
      color: #009aa3;
      font-size: 1.5em;
      font-weight: bold;
      line-height: 4rem; }
  .title-bar .goback {
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    background-size: 19px; }

.content-menu {
  padding-bottom: 2rem;
  padding-left: 3rem;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .content-menu ul {
    list-style: none;
    padding-left: 1em;
    margin: 0; }
    .content-menu ul li {
      display: inline;
      margin-right: 1em;
      font-size: 1.5em;
      font-weight: 600; }
      .content-menu ul li.active {
        border-bottom: 4px solid #009bdb; }
        .content-menu ul li.active a {
          color: #009bdb; }
      .content-menu ul li a {
        color: #555;
        padding: 0 10px; }
        .content-menu ul li a:hover {
          color: #009bdb; }

.select-filter {
  position: relative;
  padding-bottom: 1rem;
  padding-left: 2rem; }
  .select-filter form {
    display: flex; }
    .select-filter form span {
      padding-left: 5px;
      padding-right: 30px;
      font-size: 1em;
      color: #555; }

.date-top {
  padding-bottom: 10px; }

.workload-category {
  margin-bottom: 1em; }

.workload-main-item-name {
  text-align: center;
  padding-top: 10px; }

.workload-card {
  background-color: #fff;
  box-shadow: 0px 0px 9.8px 0.2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 1em;
  min-height: 120px;
  display: flex;
  justify-content: space-between; }
  .workload-card .inner {
    display: flex; }
  .workload-card .card-part {
    display: flex;
    align-items: center;
    padding: 1em 0;
    width: 20%;
    border-right: 2px solid #f3f2f1; }
    .workload-card .card-part:last-child {
      border-right: none; }
  .workload-card .type {
    align-items: center;
    display: flex;
    flex-direction: column; }
    .workload-card .type .icon {
      width: 40px;
      height: 40px;
      background-color: #009bdb;
      border-radius: 50%;
      border: 2px solid #ccc; }
    .workload-card .type .icon-home {
      background-repeat: no-repeat;
      background-size: 20px;
      background-position: center; }
    .workload-card .type h1 {
      margin: 0;
      font-size: 1.5em;
      text-transform: uppercase;
      font-weight: 600; }
  .workload-card .place {
    padding-left: 2em; }
    .workload-card .place .address {
      display: block;
      padding-left: 0px;
      font-weight: bolder; }
    .workload-card .place .city {
      display: block;
      padding-left: 30px; }
    .workload-card .place .icon-place-colour {
      background-repeat: no-repeat;
      background-size: 10px auto;
      background-position: left center; }
  .workload-card .complex .complexname {
    display: block;
    padding-left: 30px;
    font-weight: bolder; }
  .workload-card .complex .icon-complex-blue {
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: left center; }
  .workload-card .complex .complexid {
    display: block;
    padding-left: 30px; }
  .workload-card .date {
    padding-left: 30px; }
    .workload-card .date .icon-date {
      background-repeat: no-repeat;
      background-size: 15px;
      background-position: left center;
      padding-left: 30px; }
  .workload-card .navigate {
    align-items: center;
    display: flex;
    flex-direction: column; }
    .workload-card .navigate .icon-chevron-right-grey {
      background-repeat: no-repeat;
      background-size: 15px;
      height: 25px;
      padding-left: 30px; }
    .workload-card .navigate .icon-yes {
      background-repeat: no-repeat;
      background-size: 25px;
      height: 25px;
      padding-left: 30px; }

.box .table {
  margin-top: -1rem;
  margin-left: -2rem;
  margin-right: -2rem;
  margin-bottom: -1rem; }

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
  padding-right: 3em;
  background-image: none; }

div.dataTables_wrapper div.dataTables_info {
  padding-left: 1em;
  padding-bottom: 1em; }

.table {
  position: relative; }
  .table .t {
    width: 100%;
    clear: both;
    overflow-x: auto; }
  .table table {
    text-align: left;
    border-collapse: collapse;
    width: 100%; }
    .table table a {
      text-decoration: underline;
      color: #335685; }
  .table th {
    background-color: rgba(0, 155, 219, 0.05) !important;
    padding: 16px 16px;
    border-top: 2px solid #f3f2f1;
    border-bottom: 2px solid #f3f2f1;
    position: relative;
    text-transform: uppercase;
    white-space: nowrap; }
    .table th:focus {
      outline: none; }
    .table th.sorting_desc:after {
      opacity: 1; }
    .table th.sorting_desc:before {
      opacity: 0; }
    .table th.sorting_asc:before {
      opacity: 1; }
    .table th.sorting_asc:after {
      opacity: 0; }
    .table th:after, .table th:before {
      content: " ";
      display: block;
      background-repeat: no-repeat;
      background-size: 10px auto;
      position: absolute;
      top: 16px;
      right: 0.5em;
      width: 10px;
      height: 10px;
      opacity: .2;
      cursor: pointer;
      background-image: url("/Content/svg/chevron-up-blue.svg"); }
    .table th:after {
      top: unset;
      bottom: 16px;
      background-image: url("/Content/svg/chevron-down-blue.svg"); }
  .table td {
    padding: 16px 16px;
    padding-right: 2em;
    border-bottom: 2px solid #f3f2f1;
    white-space: nowrap; }
  .table .action-bar {
    position: absolute;
    left: 0;
    right: 650px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 39px;
    z-index: 3; }
  .table .button-section {
    display: flex;
    align-items: center;
    padding-left: 2em;
    flex-wrap: wrap; }
  .table .table_action {
    margin-right: 2em; }
  .table input {
    margin: 0; }
  .table .select-row {
    min-width: 4rem;
    width: 4rem;
    padding-left: 2rem; }

.filter-section {
  position: relative;
  width: 250px;
  float: right; }
  .filter-section:after {
    content: "";
    display: block;
    clear: both; }

.dataTables_wrapper .top {
  position: relative;
  padding-top: 1em;
  width: 100%; }
  .dataTables_wrapper .top:after {
    clear: both;
    float: none;
    display: block;
    content: " "; }

.dt-buttons {
  float: right; }
  .dt-buttons button {
    color: #555;
    background-color: transparent;
    border: 1px solid rgba(85, 85, 85, 0.25);
    transition: .5s;
    font-size: 0.875rem;
    font-weight: bold;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    padding: 0.85em 1em;
    line-height: 1;
    text-align: center;
    cursor: pointer; }

.dt-button-background {
  background: rgba(0, 0, 0, 0.75); }

.dt-button-collection {
  z-index: 89;
  position: fixed;
  background: #fff;
  width: 240px;
  left: 50%;
  margin-left: -120px;
  max-height: 400px;
  overflow-y: scroll;
  border-radius: 5px;
  padding: 20px;
  margin-top: 0 !important; }
  .dt-button-collection button {
    display: block;
    width: 100%;
    margin-bottom: 4px; }
    .dt-button-collection button.active {
      background-color: rgba(0, 155, 219, 0.1) !important; }
    .dt-button-collection button:last-of-type {
      margin-bottom: 20px !important; }

.dataTables_filter {
  float: right;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  background-size: 19px;
  display: block !important;
  position: relative;
  padding-bottom: 10px;
  margin-right: 1em; }
  .dataTables_filter:after {
    content: " ";
    clear: both;
    display: block;
    float: none; }
  .dataTables_filter label:after {
    background-repeat: no-repeat;
    background-size: 20px;
    position: absolute;
    top: 10px;
    right: 5px;
    width: 20px;
    height: 20px;
    content: " ";
    display: block;
    background-image: url("/Content/svg/filter.svg"); }
  .dataTables_filter input {
    background: none;
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    box-shadow: none;
    margin: 0;
    padding-right: 30px;
    width: 110px;
    transition: .5s; }
    .dataTables_filter input::placeholder {
      color: #555; }
    .dataTables_filter input:focus {
      border: none;
      box-shadow: none;
      border-bottom: 2px solid #f3f2f1;
      background-color: rgba(0, 155, 219, 0.05);
      border-radius: 5px;
      width: 300px;
      transition: .5s; }

.button {
  margin-bottom: 0;
  font-weight: bold;
  border-radius: 5px;
  color: #fff !important; }
  .button.icon {
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 16px center;
    padding-left: 48px; }
  .button.small {
    font-size: 0.875rem; }
  .button.secondary {
    color: #555 !important;
    background-color: transparent;
    border: 1px solid rgba(85, 85, 85, 0.25);
    transition: .5s; }
    .button.secondary:hover {
      background-color: rgba(0, 155, 219, 0.05);
      color: #555; }
    .button.secondary:focus {
      background-color: rgba(0, 155, 219, 0.05);
      color: #555;
      border: 1px solid rgba(0, 155, 219, 0.05); }
  .button.in-view {
    position: fixed;
    bottom: 2em;
    right: 2em;
    box-shadow: 0px 0px 9.8px 0.2px rgba(0, 0, 0, 0.3);
    padding: 1em 1em; }

.box {
  background-color: #fff;
  box-shadow: 0px 0px 9.8px 0.2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 1rem;
  padding: 1rem 2rem; }

nav.sidebar {
  top: 60px;
  left: 0;
  bottom: 0;
  position: fixed;
  z-index: 2;
  min-width: 60px;
  max-width: 60px;
  background: #009aa3;
  transition: 0.2s;
  transition-delay: 0.3s;
  padding-top: 30px;
  overflow: hidden; }
  nav.sidebar:hover {
    min-width: 280px; }
  nav.sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    nav.sidebar ul li {
      margin: 0;
      padding: 0;
      display: block;
      width: 280px; }
      nav.sidebar ul li a {
        display: block;
        position: relative;
        height: 60px;
        line-height: 60px;
        padding-left: 68px;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: bold;
        opacity: 0.76; }
        nav.sidebar ul li a:hover {
          opacity: 1; }
        nav.sidebar ul li a .icon {
          position: absolute;
          left: 0;
          top: 0;
          width: 60px;
          height: 60px;
          bottom: 0;
          background-repeat: no-repeat;
          background-position: center;
          background-size: 24px auto; }
      nav.sidebar ul li.active {
        background-color: #009bdb;
        border-left: 3px solid #33afe2; }
        nav.sidebar ul li.active a {
          opacity: 1; }

.mutation-menu {
  background-color: #fff;
  box-shadow: 0px 0px 9.8px 0.2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 1em; }
  .mutation-menu .item {
    border-right: 2px solid #f3f2f1;
    padding: 20px 10px; }
    .mutation-menu .item ul {
      margin-top: -10px; }
    .mutation-menu .item:last-child {
      border-right: none; }

.progress-workload {
  position: relative;
  text-align: center; }
  .progress-workload:after {
    content: " ";
    display: block;
    left: 0;
    right: 0;
    top: 25%;
    margin-top: -1px;
    position: absolute;
    height: 2px;
    z-index: 0;
    background-color: #cecece; }
  .progress-workload .icon-progress {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 30px;
    border: 2px solid #ccc;
    position: relative;
    z-index: 2; }
    .progress-workload .icon-progress.done {
      background-color: #009bdb; }
    .progress-workload .icon-progress:last-child {
      margin-right: 0; }

.mutation-card {
  background-color: #fff;
  box-shadow: 0px 0px 9.8px 0.2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 1em;
  padding: 20px 10px; }
  .mutation-card hr {
    margin-right: -25px;
    margin-left: -25px;
    border-color: #f3f2f1;
    border-width: 2px; }
  .mutation-card p span {
    padding-left: 1em; }
  .mutation-card .place {
    display: flex; }
    .mutation-card .place .address {
      padding-left: 3px;
      font-weight: 600;
      font-size: 1em; }
    .mutation-card .place .city {
      font-weight: 400;
      font-size: 0.875em; }
  .mutation-card .house {
    padding-top: 20px; }
    .mutation-card .house .icon-home {
      background-repeat: no-repeat;
      background-position: center;
      background-color: #009bdb;
      border-radius: 50%; }
    .mutation-card .house .apartment {
      padding-left: 70px;
      font-weight: 600;
      font-size: 1em;
      padding-top: 9px; }
    .mutation-card .house .attributes {
      padding-top: 10px; }
  .mutation-card .price-title h4 {
    font-weight: 600;
    font-size: 1.25em; }
  .mutation-card .price {
    padding: 30px;
    text-align: center;
    border-radius: 5px;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 1em;
    border-left: 3px solid #009bdb;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1); }
    .mutation-card .price .value {
      font-weight: 600;
      font-size: 1.5em;
      color: #009bdb; }
    .mutation-card .price .label {
      font-weight: 400; }

.dataTables_filter {
  display: none; }

.form-error {
  font-size: 1rem; }

body.app-loaded {
  padding-top: 60px;
  padding-left: 60px;
  background: #f3f2f1;
  color: #555; }

.content {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1; }
  .content a {
    color: #555; }
    .content a:hover {
      color: #009bdb; }

@media (min-width: 50em) {
  .content {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px; } }

@media (min-width: 100em) {
  .content {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px; } }

@media (min-width: 112.5em) {
  .content {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 60px; } }

.box.nopadding {
  padding: 0; }

.row .box {
  height: calc(100% - 1rem); }

.box .actions {
  border-top: 1px solid rgba(206, 206, 206, 0.5);
  margin-top: 1rem;
  padding-top: 1rem; }

h5 {
  color: #009bdb; }

.keyvalue {
  margin-bottom: 1rem; }
  .keyvalue.not-active {
    opacity: 0.25; }
  .keyvalue .value {
    font-weight: bold;
    color: #009bdb; }

.DTFC_LeftHeadWrapper {
  background: #fff; }

.DTFC_LeftBodyWrapper {
  background: #fff;
  border-right: 2px solid #ccc; }

.DTFC_LeftBodyWrapper thead,
.dataTables_scrollBody thead {
  opacity: 0; }

.priceUpdater {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto; }

.red-border {
  border: 1px solid red; }

.fontcolour {
  color: #009bdb; }

input, textarea {
  border-radius: 5px !important; }

.center-item {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center; }

.rejected_page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #009bdb; }
  .rejected_page .inner {
    display: flex; }
    .rejected_page .inner .auth_text {
      max-width: 350px;
      font-family: calibri, Calibri, Arial, sans-serif;
      color: #fff; }
      .rejected_page .inner .auth_text.loginbox {
        max-width: 500px;
        background-color: #fff;
        border-radius: 5px;
        padding: 2em;
        color: #555; }
        .rejected_page .inner .auth_text.loginbox h3 {
          color: #009bdb;
          padding-bottom: 0.5em; }
      .rejected_page .inner .auth_text form {
        margin-top: 2em; }
        .rejected_page .inner .auth_text form button {
          display: block;
          padding: 1em 1em;
          border-radius: 5px;
          background-color: #009aa3;
          color: #fff; }
        .rejected_page .inner .auth_text form .field-validation-error {
          display: block;
          color: #ff0000;
          margin-bottom: 1em;
          margin-top: -12px; }
      .rejected_page .inner .auth_text h3 {
        margin-bottom: 0; }
      .rejected_page .inner .auth_text p {
        margin-bottom: 0; }

.spacing {
  height: 1em; }

.summary p strong {
  width: 40%;
  display: inline-block; }

.table.fullscreen {
  background: #fff;
  overflow: auto;
  height: 100vh; }
  .table.fullscreen thead th {
    position: sticky;
    top: 0;
    background-color: #f2f4f7; }
  .table.fullscreen .t {
    overflow-x: visible; }
  .table.fullscreen .DTFC_ScrollWrapper {
    overflow: visible !important;
    height: auto !important; }
  .table.fullscreen .dataTables_scrollBody {
    overflow: visible !important; }

.delta {
  text-align: right; }
  .delta.negative {
    color: darkred; }
  .delta.positive {
    color: green; }

#loading {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center; }
  #loading .loading {
    width: 140px;
    height: 50px;
    position: relative; }
    #loading .loading p {
      top: 0;
      padding: 0;
      margin: 0;
      color: #009bdb;
      animation: text 3.5s ease both infinite;
      font-size: 12px;
      white-space: nowrap;
      letter-spacing: 1px; }

@keyframes text {
  0% {
    letter-spacing: 1px;
    transform: translateX(0px); }
  40% {
    letter-spacing: 2px;
    transform: translateX(26px); }
  80% {
    letter-spacing: 1px;
    transform: translateX(32px); }
  90% {
    letter-spacing: 2px;
    transform: translateX(0px); }
  100% {
    letter-spacing: 1px;
    transform: translateX(0px); } }
    #loading .loading span {
      background-color: #009bdb;
      border-radius: 50px;
      display: block;
      height: 16px;
      width: 16px;
      bottom: 0;
      position: absolute;
      transform: translateX(64px);
      animation: loading 3.5s ease both infinite; }
      #loading .loading span:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-color: #009aa3;
        border-radius: inherit;
        animation: loading2 3.5s ease both infinite; }

@keyframes loading {
  0% {
    width: 16px;
    transform: translateX(0px); }
  40% {
    width: 100%;
    transform: translateX(0px); }
  80% {
    width: 16px;
    transform: translateX(64px); }
  90% {
    width: 100%;
    transform: translateX(0px); }
  100% {
    width: 16px;
    transform: translateX(0px); } }

@keyframes loading2 {
  0% {
    transform: translateX(0px);
    width: 16px; }
  40% {
    transform: translateX(0%);
    width: 80%; }
  80% {
    width: 100%;
    transform: translateX(0px); }
  90% {
    width: 80%;
    transform: translateX(15px); }
  100% {
    transform: translateX(0px);
    width: 16px; } }
