/* Minification failed. Returning unminified contents.
(489,1): run-time error CSS1019: Unexpected token, found '@import'
(489,9): run-time error CSS1019: Unexpected token, found 'url("https://use.typekit.net/mxk1coy.css")'
(1748,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(1749,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1759,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(1760,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1784,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1785,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1798,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(1799,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1809,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(1810,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1831,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1832,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1842,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(1843,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1850,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(1851,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1868,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1869,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/* Minification failed. Returning unminified contents.
(467,1): run-time error CSS1019: Unexpected token, found '@import'
(467,9): run-time error CSS1019: Unexpected token, found 'url("https://use.typekit.net/mxk1coy.css")'
(1726,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(1727,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1737,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(1738,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1762,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1763,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1776,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(1777,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1787,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(1788,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1809,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1810,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1820,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(1821,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1828,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(1829,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1846,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1847,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
.glyphicon {
    font-family: mrp-icons;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 3px;
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-chevron-left:before {
    content: "g";
}

.glyphicon-chevron-right:before {
    content: "h";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

.dropdown-menu {
    position: absolute;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@import url("https://use.typekit.net/mxk1coy.css");
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
  font-size: 8px;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}
@media (min-width: 992px) {
  html {
    font-size: 10px;
  }
}
@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}
body {
  position: relative;
  height: 100%;
  font-family: 'Proxima Nova', sans-serif;
  overflow-x: hidden;
  background-color: #f2f5f7;
  padding-top: 7rem;
  padding-bottom: 0rem;
}
@media (min-width: 768px) {
  body {
    padding-bottom: 29.8rem;
  }
}
@media (min-width: 992px) {
  body {
    padding-bottom: 25.8rem;
  }
}
.content-wrapper {
  position: relative;
  z-index: 1;
  background-color: #f2f5f7;
  min-height: calc(100vh - 7rem);
}
.payment-modal .modal-content {
  min-width: 600px;
  padding: 2rem;
  border: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  overflow: hidden;
}
.payment-modal .modal-title {
  font-size: 16px;
  font-weight: bold;
  color: #374955;
  display: inline-block;
  line-height: 40px;
  vertical-align: top;
}
.payment-modal__icon {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  height: 40px;
  width: 40px;
  border: 1px solid #1da0d3;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background-color: #e8f5fa;
}
.payment-modal__icon i {
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #1da0d3;
  font-size: 24px;
  z-index: 1;
}
.payment-modal .close {
  font-size: 16px;
  font-weight: 500;
  color: #8091a5;
  display: inline-block;
  line-height: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.payment-modal .close span:before {
  position: relative;
  top: 2px;
}
.payment-modal__price {
  position: relative;
  font-size: 3.4rem;
  color: #374955;
  font-weight: bold;
  line-height: 4.1rem;
  height: auto;
  padding: 2.65rem 0;
  display: block;
  text-align: center;
  z-index: 0;
}
.payment-modal__price:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #f4f7fa;
  height: 9.4rem;
  width: 9.4rem;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  z-index: -1;
}
.payment-modal__description {
  padding-top: 15px;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #8091a5;
}
.payment-modal__additional-info {
  font-size: 12px;
  line-height: 15px;
  padding-top: 20px;
}
.payment-modal__footer {
  padding-top: 20px;
  text-align: right;
}
.payment-modal .btn-cancel {
  margin-right: 20px;
}
.payment-modal .btn-default {
  display: inline-block;
}
@media print {
  body {
    padding-bottom: 0 !important;
  }
  .wizard__content {
    page-break-inside: avoid;
  }
  footer {
    display: none;
  }
  table {
    page-break-inside: avoid;
    page-break-after: avoid;
  }
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover,
a:visited,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
  outline: none;
}
h1,
h2,
h3,
h4,
p {
  margin-top: 0;
  margin-bottom: 0;
}
button:focus {
  outline: none;
  border: none;
}
.btn-default {
  padding: 8px 15px;
  display: block;
  background-color: #4bb4dc;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.7rem;
  color: #fff;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  -webkit-box-shadow: 0 5px 10px 0 rgba(29,160,211,0.2);
  box-shadow: 0 5px 10px 0 rgba(29,160,211,0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
/*&:hover {
        background-color: darken(blue-accent, 10);
    }*/
}
.btn-white {
  background-color: #fff;
  color: #109bd1;
}
.btn-cancel {
  padding: 8px 15px;
  display: inline-block;
  background-color: transparent;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.7rem;
  color: #8091a5;
  border: 1.5px solid #dfe6ee;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
.btn-yellow {
  background-color: #f7b422;
}
.btn-go-back {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  color: #8091a5;
  display: inline-block;
}
.btn-go-back:hover,
.btn-go-back:visited,
.btn-go-back:active,
.btn-go-back:focus {
  color: #8091a5;
}
.btn-go-back i {
  font-size: 18px;
}
.btn-go-back i::before {
  position: relative;
  top: 4px;
}
.btn-go-back span {
  text-decoration: underline;
}
.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.disabled-2 {
  opacity: 0.5;
  pointer-events: none;
}
.display-inline-block {
  display: inline-block;
}
.display-block {
  display: block;
}
.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.no-results img {
  max-width: 18.3rem;
  display: block;
  margin: 0 auto;
}
.no-results h4 {
  padding-top: 20px;
  font-size: 1.8rem;
  color: #acb7c4;
  width: 50%;
  display: inline-block;
  margin: 0 auto;
}
.dropdown-menu {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background-color: #fff;
  -webkit-box-shadow: 0 -2px 15px 0 rgba(0,0,0,0.1);
  box-shadow: 0 -2px 15px 0 rgba(0,0,0,0.1);
  padding: 4px 14px;
  border: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  top: 60px;
}
.dropdown-menu .dropdown-item {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: #8091a5;
  padding: 8px 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.dropdown-menu .dropdown-item:hover {
  background-color: inherit;
  color: #109bd1;
}
.dropdown-menu::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 7px solid #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
.dropdown-divider {
  display: block;
  height: 1px;
  background-color: #acb7c4;
}
.center-block {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.heading-1 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8rem;
  color: #f7b422;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.text-bold {
  font-weight: bold;
}
.pointer-events-none {
  pointer-events: none;
}
.p-l-0 {
  padding-left: 0;
}
.p-l-5 {
  padding-left: 5px;
}
.p-l-10 {
  padding-left: 10px;
}
.p-l-15 {
  padding-left: 15px;
}
.p-l-20 {
  padding-left: 20px;
}
.p-r-0 {
  padding-right: 0;
}
.p-r-5 {
  padding-right: 5px;
}
.p-r-10 {
  padding-right: 10px;
}
.p-r-15 {
  padding-right: 15px;
}
.p-r-20 {
  padding-right: 20px;
}
.p-b-0 {
  padding-bottom: 0;
}
.p-b-5 {
  padding-bottom: 5px;
}
.p-b-10 {
  padding-bottom: 10px;
}
.p-b-15 {
  padding-bottom: 15px;
}
.p-b-20 {
  padding-bottom: 20px;
}
.p-b-50 {
  padding-bottom: 50px;
}
.p-t-0 {
  padding-top: 0;
}
.p-t-5 {
  padding-top: 5px;
}
.p-t-10 {
  padding-top: 10px;
}
.p-t-15 {
  padding-top: 15px;
}
.p-t-20 {
  padding-top: 20px;
}
.m-l-0 {
  margin-left: 0;
}
.m-l-5 {
  margin-left: 5px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-l-15 {
  margin-left: 15px;
}
.m-l-20 {
  margin-left: 20px;
}
.m-r-0 {
  margin-right: 0;
}
.m-r-5 {
  margin-right: 5px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-r-15 {
  margin-right: 15px;
}
.m-r-20 {
  margin-right: 20px;
}
.m-t-0 {
  margin-top: 0;
}
.m-t-5 {
  margin-top: 5px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-t-18 {
  margin-top: 18px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-b-0 {
  margin-bottom: 0;
}
.m-b-5 {
  margin-bottom: 5px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.responsive-img {
  max-width: 100%;
}
.hidden {
  display: none !important;
}
.page-title {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  color: #8091a5;
  display: inline-block;
}
.pagination {
  float: right;
  margin-bottom: 0;
}
.pagination .page-item {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #8091a5;
}
.pagination .page-item a {
  color: #374955;
}
.pagination .page-item a:before {
  top: 1px;
  position: relative;
  margin-right: 1.3rem;
}
.pagination .page-item:last-child a:before {
  margin-right: 0;
  margin-left: 1.3rem;
}
.pagination .page-item .active-page-item {
  color: #374955;
}
.push-right {
  float: right;
}
.push-left {
  float: left;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.tooltip {
  z-index: 98 !important;
}
.tooltip-inner {
  padding: 4px 13px;
  background-color: #8091a5;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background-color: #8091a5;
  opacity: 1;
  -webkit-box-shadow: 0 3px 10px 0 rgba(128,145,165,0.2);
  box-shadow: 0 3px 10px 0 rgba(128,145,165,0.2);
}
.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: #8091a5 !important;
  left: 0px !important;
}
.tooltip.bs-tooltip-left .arrow:before {
  border-right-color: #8091a5 !important;
  left: 0px !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
  border-right-color: #8091a5 !important;
  left: 0px !important;
}
.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #8091a5 !important;
  left: 0px !important;
}
.ui-tooltip {
  position: absolute;
  top: 0 !important;
}
.input-email {
  border: 1.5px solid #dfe6ee;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  padding: 6px 10px;
  font-size: 14px;
  line-height: 17px;
  color: #374955;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.input-email::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
  color: #8091a5;
  font-weight: 500;
}
.input-email::-moz-placeholder {
/* Firefox 19+ */
  color: #8091a5;
  font-weight: 500;
}
.input-email:-ms-input-placeholder {
/* IE 10+ */
  color: #8091a5;
  font-weight: 500;
}
.input-email:focus {
  border: 1.5px solid #109bd1;
  outline: none;
}
input:focus {
  outline: none;
}
.color-dark-grey {
  color: #374955;
}
.color-blue {
  color: #109bd1;
}
.color-red {
  color: #ff555f;
}
.color-yellow {
  color: #f7b422;
}
.color-green {
  color: #56bd5b;
}
.border-right-grey {
  border-right: 2px solid #dfe6ee;
}
.s-hidden {
  visibility: hidden;
  padding-right: 10px;
}
.options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 90;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1.5px solid #dfe6ee;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
}
.options li {
  padding: 0 6px;
  margin: 0 0;
  padding: 5px 15px;
  font-size: 14px;
  color: #8091a5;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.options li:hover {
  background-color: #109bd1;
  color: #fff;
}
.options .focus {
  background-color: #109bd1;
  color: #fff;
}
.radio {
  margin: 0.5rem 4rem 0rem 0;
  display: inline-block;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio input[type="radio"] + .radio-label {
  font-size: 14px;
  line-height: 17px;
  color: #374955;
  cursor: pointer;
}
.radio input[type="radio"] + .radio-label:before {
  content: '';
  background-color: transparant;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  border: 1.5px solid #b0bac5;
  display: inline-block;
  width: 1.55rem;
  height: 1.55rem;
  position: relative;
  top: -0.2rem;
  margin-right: 0.5rem;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  vertical-align: middle;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #109bd1;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
  box-shadow: inset 0 0 0 3px #fff;
  border: 1.5px solid #109bd1;
}
.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
}
.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}
label {
  margin-bottom: 0;
}
input[type=file] {
  outline: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
}
.btn-file-upload {
  position: relative;
  cursor: pointer;
  display: block;
  border: 1px solid #dfe6ee;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background-color: #f4f7fa;
  color: #8091a5;
  text-align: center;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.btn-file-upload i {
  padding-right: 1rem;
}
.btn-file-upload i:before {
  position: relative;
  top: 3px;
}
.btn-file-upload::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  background-image: url("./images/upload.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15%;
  -webkit-transform: scale(1.6);
  -ms-transform: scale(1.6);
  transform: scale(1.6);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-file-upload-hovering::after {
  opacity: 0.8;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
.chart {
  position: relative;
  margin-top: 4rem;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.05);
  box-shadow: 0 5px 15px 0 rgba(0,0,0,0.05);
  background-color: #fff;
  -webkit-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background-clip: padding-box;
  padding: 2rem;
}
.bootstrap-select {
  width: 100%;
  max-width: 500px;
}
.bootstrap-select button {
  display: inline-block;
  position: relative;
  color: #374955;
  border: 1.5px solid #dfe6ee;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  padding: 5.5px 10px;
  font-size: 14px;
  line-height: 17px;
  color: #374955;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  max-width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-select button:focus {
  outline: none;
  border: 1.5px solid #109bd1;
}
.bootstrap-select .bs-caret::after {
  content: "m";
  font-family: mrp-icons;
  vertical-align: middle;
  border: none;
  padding-left: 5px;
}
.bootstrap-select .dropdown-menu {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  text-align: left;
  padding: 0;
}
.bootstrap-select .dropdown-menu:before {
  content: none;
}
.bootstrap-select .open .dropdown-menu {
  display: block;
}
.bootstrap-select .dropdown-menu li a {
  margin: 0 0;
  padding: 5px 15px;
  font-size: 14px;
  color: #8091a5;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
}
.bootstrap-select .dropdown-menu li a:hover {
  background-color: #109bd1;
  color: #fff;
}
.bootstrap-select .dropdown-menu .selected a {
  background-color: #109bd1;
  color: #fff;
}
.bootstrap-select .dropdown-menu li a:focus,
.bootstrap-select .dropdown-menu li:focus {
  outline: none;
  background-color: #109bd1;
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  vertical-align: middle;
  width: calc(100% - 5px);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dropup .dropdown-toggle::after,
.bootstrap-select .dropdown-toggle::after {
  content: none;
  border: none;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  max-width: 500px;
  width: 100%;
}
.bootstrap-datetimepicker-widget {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  left: 0 !important;
  top: 55px !important;
  background-color: #fff !important;
}
.bootstrap-datetimepicker-widget:before,
.bootstrap-datetimepicker-widget::after {
  content: none !important;
  border: none;
}
.bootstrap-datetimepicker-widget > ul {
  background-color: #fff;
}
.progress {
  margin: 2rem 2rem 0rem 2rem;
}
.progress-bar {
  background-color: #109bd1;
}
.font-weight-800 {
  font-weight: 800;
}
.visible {
  display: block !important;
}
.typed-cursor {
  opacity: 0;
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
.loader {
  width: 30px;
  height: 30px;
  border: 5px solid transparent;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  border-top: 5px solid #109bd1;
  border-bottom: 5px solid #109bd1;
  -webkit-animation: spin 1s infinite;
  animation: spin 1s infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
.loader-input {
  position: relative;
  width: 20px;
  vertical-align: middle;
  height: 20px;
  border: 3px solid transparent;
  -webkit-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background-clip: padding-box;
  border-top: 3px solid #109bd1;
  border-bottom: 3px solid #109bd1;
  -webkit-animation: spin 1s infinite;
  animation: spin 1s infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  display: inline-block;
}
.loader-white {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.preloader-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader {
  position: relative;
  width: 200px;
  height: 200px;
  display: inline-block;
}
.preloader img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 70%;
}
.preloader:before {
  content: '';
  position: absolute;
  z-index: 5;
  top: 0%;
  left: 0%;
  width: 200px;
  height: 200px;
  border: 5px solid transparent;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  border-top: 5px solid #109bd1;
  border-bottom: 5px solid #109bd1;
  -webkit-animation: spin 1s infinite;
  animation: spin 1s infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
.cityfinder {
  position: absolute;
}
.cityfinder .dropdown-menu {
  display: block;
  padding: 0;
}
.cityfinder .dropdown-menu li {
  padding: 0;
}
.cityfinder-selected {
  display: block;
}
.red-status {
  position: relative;
  height: 20px;
  width: 20px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background-color: #ff555f;
  display: inline-block;
}
.red-status i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 12px;
}
.red-status:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 30px;
  width: 30px;
  background-color: #ff555f;
  opacity: 0.3;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
.green-status {
  position: relative;
  height: 20px;
  width: 20px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background-color: #56bd5b;
  display: inline-block;
}
.green-status i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 12px;
}
.green-status:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 30px;
  width: 30px;
  background-color: #56bd5b;
  opacity: 0.3;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
.yellow-status {
  position: relative;
  height: 20px;
  width: 20px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background-color: #f7b422;
  display: inline-block;
}
.yellow-status i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 12px;
}
.yellow-status:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 30px;
  width: 30px;
  background-color: #f7b422;
  opacity: 0.3;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
.blue-status {
  position: relative;
  height: 20px;
  width: 20px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background-color: #109bd1;
  display: inline-block;
}
.blue-status i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 12px;
}
.blue-status:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 30px;
  width: 30px;
  background-color: #109bd1;
  opacity: 0.3;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
.grey-status {
  position: relative;
  height: 20px;
  width: 20px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background-color: #c0c8d3;
  display: inline-block;
}
.grey-status i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 12px;
}
.grey-status:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 30px;
  width: 30px;
  background-color: #7f90a5;
  opacity: 0.3;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
.alert {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  padding: 8px 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  display: block;
}
.alert-warning {
  border: 1px solid #f7b422;
  background-color: #fceac1;
  color: #de9b08;
}
.alert-danger {
  border: 1px solid #ff555f;
  background-color: #f6cbcd;
  color: #ff222f;
}
.file-transfer-wrapper .wizard__form {
  margin-left: 1.5rem;
}
.file-transfer-wrapper .select-full-width .bootstrap-select {
  max-width: 550px !important;
}
.file-transfer-wrapper .wizard__form-datepicker {
  padding: 0.6rem 1rem;
}
.file-transfer-wrapper .divider-X {
  position: relative;
}
.file-transfer-wrapper .divider-X .divider-label {
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #fff;
  color: #8091a5;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
}
@-moz-keyframes float {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -5px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  50% {
    -webkit-transform: translate(-50%, -5px);
    transform: translate(-50%, -5px);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@-o-keyframes float {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -5px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  50% {
    -webkit-transform: translate(-50%, -5px);
    transform: translate(-50%, -5px);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.navbar {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 7rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
  padding: 0;
}
.navbar .container {
  position: relative;
}
.navbar .row {
  height: 7rem;
  width: 100%;
}
.navbar .logo {
  line-height: 7rem;
  padding-right: 0px;
  padding-left: 15px;
}
.navbar .logo img {
  height: 25px;
}
@media (min-width: 992px) {
  .navbar .logo {
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .navbar .logo {
    padding-right: 30px;
  }
  .navbar .logo img {
    height: 32px;
  }
}
.navbar .col-md-5 {
  padding-left: 0;
}
.navbar .col {
  padding-right: 0;
}
.navbar .btn-signin {
  padding: 6px 14px;
  background-color: rgba(0,0,0,0.3);
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  margin-right: 15px;
  vertical-align: middle;
}
.navbar .navbar-items {
  margin: 0;
  display: none;
  position: relative;
}
.navbar .navbar-items .nav-item {
  color: #8091a5;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
}
.navbar .navbar-items .nav-item a {
  line-height: 7rem;
  display: block;
  -webkit-transition: all all ease-in-out;
  -o-transition: all all ease-in-out;
  transition: all all ease-in-out;
  margin: 0px 10px;
}
.navbar .navbar-items .nav-item a:before {
  line-height: 12px;
  font-size: 20px;
  top: 5px;
  position: relative;
  margin-right: 10px;
}
.navbar .navbar-items .nav-item a .icon-chevron-down {
  margin-left: 5px;
  line-height: 12px;
  font-size: 14px;
  top: 3px;
  position: relative;
  z-index: 3;
}
.navbar .navbar-items .nav-item a:hover {
  color: #109bd1;
}
@media (min-width: 1200px) {
  .navbar .navbar-items .nav-item a {
    margin: 0px 15px;
  }
}
.navbar .navbar-items .nav-item .dropdown-menu .dropdown-item {
  padding: 8px 0;
  line-height: 17px;
  margin: 0;
}
.navbar .navbar-items .nav-item-active {
  color: #109bd1;
  position: relative;
}
.navbar .navbar-items .nav-item-active::after {
  content: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background-color: #109bd1;
}
@media (min-width: 992px) {
  .navbar .navbar-items .nav-item-active::after {
    content: "";
  }
}
@media (min-width: 992px) {
  .navbar .navbar-items {
    display: inline-block;
  }
}
.navbar .profile-wrapper {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 992px) {
  .navbar .profile-wrapper {
    position: absolute;
    right: 0;
    display: inline-block;
    opacity: 1;
    visibility: visible;
  }
}
.navbar .profile {
  display: inline-block;
  padding-left: 0px;
  float: right;
  right: inherit;
  position: relative;
}
.navbar .profile__message-wrapper {
  float: left;
}
.navbar .profile__message-wrapper .dropdown-menu {
  width: 297px;
}
.navbar .profile__message-wrapper .dropdown-menu {
  text-align: left;
  padding: 2rem;
}
.navbar .profile__message-wrapper .dropdown-menu .wizard__input-group {
  margin-bottom: 10px;
  margin-top: 0;
}
.navbar .profile__message-wrapper .dropdown-menu .checkbox-wrapper {
  margin-bottom: 15px;
}
.navbar .profile__message-wrapper .dropdown-menu .btn-default {
  color: #fff;
  text-align: center;
}
.navbar .profile__message-wrapper .dropdown-menu .btn-default:hover {
  background-color: #109bd1;
  color: #fff;
}
.navbar .profile__message {
  position: relative;
  line-height: 67px;
  padding: 0px 15px;
  display: inline-block;
  z-index: 3;
}
.navbar .profile__message:hover i {
  color: #fff;
}
.navbar .profile__message:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 22px;
  width: 2px;
  background-color: rgba(255,255,255,0.6);
}
.navbar .profile__message i {
  color: rgba(255,255,255,0.6);
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar .profile__message i:before {
  line-height: 12px;
  font-size: 20px;
  top: 6px;
  position: relative;
}
.navbar .profile__info {
  z-index: 3;
  float: left;
  padding: 0px 15px;
  position: relative;
  line-height: 70px;
}
.navbar .profile__info:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 22px;
  width: 2px;
  background-color: rgba(255,255,255,0.6);
}
.navbar .profile__info-wallet {
  padding: 6px 9px;
  background-color: rgba(0,0,0,0.3);
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  margin-right: 15px;
  vertical-align: middle;
  overflow: hidden;
  max-width: 83px;
  white-space: nowrap;
  display: inline-block;
}
.navbar .profile__info-pic {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
}
.navbar .profile__info-pic img {
  display: block;
  position: absolute;
  width: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.navbar .profile__info-content {
  line-height: 70px;
  display: inline-block;
  vertical-align: middle;
}
.navbar .profile__info-content-wrapper {
  display: inline-block;
  line-height: 70px;
}
.navbar .profile__info-content-wrapper i {
  margin-left: 5px;
  line-height: 12px;
  font-size: 13px;
  top: 3px;
  position: relative;
  color: rgba(255,255,255,0.6);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar .profile__info-content-wrapper:hover i {
  color: #fff;
}
.navbar .profile__info-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: #fff;
  display: block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: auto;
  white-space: normal;
  overflow: visible;
}
@media (min-width: 992px) {
  .navbar .profile__info-name {
    max-width: 94px;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .navbar .profile__info-name {
    max-width: 114px;
  }
}
.navbar .profile__info-organisation {
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  color: rgba(255,255,255,0.6);
  display: block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: auto;
  white-space: normal;
  overflow: visible;
}
@media (min-width: 992px) {
  .navbar .profile__info-organisation {
    max-width: 94px;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .navbar .profile__info-organisation {
    max-width: 114px;
  }
}
.navbar .profile__language {
  position: relative;
  z-index: 3;
  display: inline-block;
  line-height: 70px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-left: 15px;
}
.navbar .profile__language i {
  line-height: 12px;
  font-size: 13px;
  top: 3px;
  position: relative;
  color: rgba(255,255,255,0.6);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar .profile__language:hover i {
  color: #fff;
}
.navbar .profile .active-language {
  color: #109bd1;
}
.navbar .profile:after {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(#4bb4dc), to(#0e8bbb));
  background: -webkit-linear-gradient(left, #4bb4dc 0%, #0e8bbb 100%);
  background: -o-linear-gradient(left, #4bb4dc 0%, #0e8bbb 100%);
  background: linear-gradient(90deg, #4bb4dc 0%, #0e8bbb 100%);
  padding-right: 2000px;
}
.navbar .profile:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTE0IiBoZWlnaHQ9IjcxIiB2aWV3Qm94PSIwIDAgMTE0IDcxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZT5Db21iaW5lZCBTaGFwZTwvdGl0bGU+PHBhdGggZD0iTTExMy41MjYgNzAuODY2SDB2LTcwbDguMTA0IDE1LjExOGExMDAgMTAwIDAgMCAwIDc4LjU2NiA1Mi4zbDI2Ljg1NiAyLjU4MnoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==");
  background-position: top left;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .navbar .profile {
    padding-left: 55px;
  }
  .navbar .profile:after,
  .navbar .profile:before {
    left: 0px;
  }
}
.navbar .hamburger-wrapper {
  padding-left: 85px;
  float: right;
  position: relative;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 0;
}
@media (min-width: 992px) {
  .navbar .hamburger-wrapper {
    display: none;
  }
}
.navbar .hamburger-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 7rem;
  width: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(#4bb4dc), to(#0e8bbb));
  background: -webkit-linear-gradient(left, #4bb4dc 0%, #0e8bbb 100%);
  background: -o-linear-gradient(left, #4bb4dc 0%, #0e8bbb 100%);
  background: linear-gradient(90deg, #4bb4dc 0%, #0e8bbb 100%);
  padding-right: 700px;
}
.navbar .hamburger-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTE0IiBoZWlnaHQ9IjcxIiB2aWV3Qm94PSIwIDAgMTE0IDcxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZT5Db21iaW5lZCBTaGFwZTwvdGl0bGU+PHBhdGggZD0iTTExMy41MjYgNzAuODY2SDB2LTcwbDguMTA0IDE1LjExOGExMDAgMTAwIDAgMCAwIDc4LjU2NiA1Mi4zbDI2Ljg1NiAyLjU4MnoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==");
  background-position: top left;
  background-repeat: no-repeat;
}
.navbar .hamburger {
  position: relative;
  display: inline-block;
  line-height: 7rem;
  z-index: 3;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar .hamburger span {
  position: relative;
  width: 20px;
  height: 2px;
  display: inline-block;
  background-color: #fff;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 3;
}
.navbar .hamburger span::before {
  content: "";
  width: 20px;
  height: 2px;
  display: block;
  background-color: #fff;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar .hamburger span::after {
  content: "";
  width: 20px;
  height: 2px;
  display: block;
  background-color: #fff;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar .active-hamburger span {
  background-color: inherit;
}
.navbar .active-hamburger span::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar .active-hamburger span::after {
  -webkit-transform: translateY(-2px) rotate(-45deg);
  -ms-transform: translateY(-2px) rotate(-45deg);
  transform: translateY(-2px) rotate(-45deg);
}
.navbar .logo-mobile {
  display: none;
}
.mobile-nav-showing {
  left: 0;
}
.mobile-nav {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  background-color: #28728e;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0%;
}
.mobile-nav .container {
  height: 100vh;
  padding: 0;
}
.mobile-nav .logo-mobile {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 15px;
  line-height: 7rem;
  padding-right: 0px;
}
.mobile-nav .logo-mobile img {
  height: 25px;
}
.mobile-nav .logo {
  display: none;
}
.mobile-nav .col {
  left: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 100px;
  display: block;
  width: 100%;
}
.mobile-nav .navbar-items {
  display: block;
}
.mobile-nav .navbar-items .nav-item {
  display: block;
  color: #fff;
  padding: 12.5px 0px;
}
.mobile-nav .navbar-items .nav-item a {
  line-height: 1;
  padding: 0px 15px;
  color: #fff;
}
.mobile-nav .navbar-items .nav-item a:hover {
  color: #fff;
}
.mobile-nav .navbar-items .nav-item a .icon-chevron-down {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  float: right;
}
.mobile-nav .navbar-items .nav-item a .icon-chevron-down:before {
  position: relative;
  top: 2px;
}
.mobile-nav .navbar-items .nav-item .expand-menu {
  max-height: 300px !important;
}
.mobile-nav .navbar-items .nav-item > div {
  background-color: rgba(0,0,0,0.2);
  margin-top: 15px;
  padding: 0px;
  max-height: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  width: 100%;
  left: 0;
  top: 40px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin-top: 10px;
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
.mobile-nav .navbar-items .nav-item > div:before {
  content: none;
}
.mobile-nav .navbar-items .nav-item > div a {
  padding: 7.5px 30px !important;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: left;
}
.mobile-nav .navbar-items .nav-item > div a:active,
.mobile-nav .navbar-items .nav-item > div a:hover {
  background-color: inherit;
}
.mobile-nav .navbar-items .nav-item-active {
  color: #fff;
}
.mobile-nav .profile-wrapper {
  display: block;
  visibility: visible;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: inherit;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.mobile-nav .profile-wrapper .profile {
  display: block;
  float: none;
}
.mobile-nav .profile-wrapper .profile::before,
.mobile-nav .profile-wrapper .profile:after {
  content: none;
}
.mobile-nav .profile-wrapper .profile__message-wrapper,
.mobile-nav .profile-wrapper .profile__language {
  display: none;
}
.mobile-nav .profile-wrapper .profile__info {
  padding-right: 0;
  width: 100%;
}
.mobile-nav .profile-wrapper .profile__info .dropdown-menu {
  bottom: 100%;
  top: inherit;
}
.mobile-nav .profile-wrapper .profile__info .dropdown-menu:before {
  top: inherit;
  bottom: -7px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 7px solid #fff;
  border-bottom: none;
}
.mobile-nav .profile-wrapper .profile__info:after {
  content: none;
}
.mobile-nav .profile-wrapper .profile__info-wallet {
  margin-right: 0;
  position: absolute;
  right: 0;
  bottom: 20.5px;
}
.mobile-nav .profile-wrapper .profile .profile__info-content-wrapper .icon-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
}
.mobile-nav .hamburger-wrapper:after {
  background: rgba(0,0,0,0.2);
}
.mobile-nav .hamburger-wrapper:before {
  background-image: url("./images/mobile-menu-shape.svg");
}
.active-chevron {
  -webkit-transform: rotate(180deg) !important;
  -ms-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
}
header {
  position: relative;
  height: calc(100vh - 7rem);
  width: 100%;
  display: block;
  background: url("./images/hero-img-bg-nl.png"), -webkit-gradient(linear, left top, left bottom, from(#daeff7), to(#fff));
  background: url("./images/hero-img-bg-nl.png"), -webkit-linear-gradient(top, #daeff7 0%, #fff 100%);
  background: url("./images/hero-img-bg-nl.png"), -o-linear-gradient(top, #daeff7 0%, #fff 100%);
  background: url("./images/hero-img-bg-nl.png"), linear-gradient(180deg, #daeff7 0%, #fff 100%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 140%;
}
header .header-info {
  text-align: center;
  position: relative;
  top: inherit;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  left: inherit;
  z-index: 4;
}
@media (min-width: 992px) {
  header .header-info {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    text-align: left;
  }
}
header .header-image {
  padding-left: 58.333333%;
  display: none;
}
header .header-image img {
  height: 800px;
}
@media (min-width: 1500px) {
  header .header-image img {
    height: 1100px;
  }
}
@media (min-width: 992px) {
  header .header-image {
    display: block;
  }
}
header .title {
  font-size: 3rem;
  font-weight: bold;
  line-height: 4.1rem;
  color: #374955;
  margin-bottom: 1rem;
}
header .text {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #8091a5;
  margin-bottom: 3rem;
}
header .btn-default {
  color: #fff;
  padding: 9px 25px;
  display: inline-block;
}
header .icon-chevron-down {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  color: #109bd1;
  font-size: 3rem;
  cursor: pointer;
  -webkit-animation: float 1s infinite ease-in-out;
  animation: float 1s infinite ease-in-out;
}
@media (min-width: 992px) {
  header {
    background: -webkit-gradient(linear, left top, left bottom, from(#daeff7), to(#fff));
    background: -webkit-linear-gradient(top, #daeff7 0%, #fff 100%);
    background: -o-linear-gradient(top, #daeff7 0%, #fff 100%);
    background: linear-gradient(180deg, #daeff7 0%, #fff 100%);
  }
}
section {
  padding: 8rem 0px;
}
section .heading-1 {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  padding: 0px 15px;
}
section .heading-2 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 4.1rem;
  margin-bottom: 1rem;
  display: block;
  width: 100%;
  padding: 0px 15px;
}
section .text {
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 0;
  padding: 0px 15px;
}
section .color-light {
  color: #fff;
}
section .color-dark {
  color: #374955;
}
section .color-grey {
  color: #8091a5;
}
.key-features {
  min-height: 82.7rem;
}
.key-features .heading-1 {
  margin-bottom: 5rem;
}
.key-features .key-image {
  margin-bottom: 4rem;
}
.key-features .key-image img {
  max-width: 80%;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .key-features .key-image {
    margin-bottom: 0;
  }
}
.key-features .key-info .key-info-feature {
  display: block;
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.05);
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.05);
  margin-bottom: 4rem;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.key-features .key-info .key-info-feature h2 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3.5rem;
  color: #374955;
  margin-bottom: 0;
  display: inline-block;
}
.key-features .key-info .key-info-feature h3 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.2rem;
  color: #109bd1;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.key-features .key-info .key-info-feature p {
  color: #8091a5;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-top: 1rem;
  margin-bottom: 0;
}
.key-features .key-info .key-info-feature .icon-chevron-down {
  float: right;
  color: #374955;
  font-size: 1.6rem;
  line-height: 3.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.key-features .key-info .key-info-feature .icon-chevron-down::before {
  position: relative;
  top: 3px;
}
.key-features .key-info .key-info-feature-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.key-features .key-info .open .key-info-feature-content {
  max-height: 42rem;
}
.key-features .key-info .open .icon-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .key-features .key-info .open {
    max-height: 49rem;
  }
}
@media (min-width: 992px) {
  .key-features .key-info .open {
    max-height: 42rem;
  }
}
@media (min-width: 1200px) {
  .key-features .key-info .open {
    max-height: 42rem;
  }
}
.key-features .key-info .key-info-feature:nth-child(3) {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .key-features {
    min-height: 92.9rem;
  }
}
@media (min-width: 992px) {
  .key-features {
    min-height: 82.7rem;
  }
}
@media (min-width: 1200px) {
  .key-features {
    min-height: 80rem;
  }
}
.who {
  background-color: #374955;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-image: url("./images/basic-shape.svg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.who .counters {
  margin-top: 4rem;
}
.who .counters__value {
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 4.5rem;
  color: #109bd1;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .who .counters__value {
    font-size: 7.5rem;
    line-height: 7.5rem;
  }
}
.who .counters__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.4rem;
  color: #fff;
  margin-bottom: 0;
}
.prices {
  text-align: center;
}
.prices .price-card-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.prices .price-card {
  margin-top: 5rem;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.1);
  box-shadow: 0 5px 15px 0 rgba(0,0,0,0.1);
  padding: 2rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
.prices .price-card__title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.prices .price-card__price {
  position: relative;
  text-align: center;
  margin-bottom: 1.4rem;
  height: auto;
  padding: 2.65rem 0;
  display: inline-block;
  z-index: 0;
}
.prices .price-card__price:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #f4f7fa;
  height: 9.4rem;
  width: 9.4rem;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  z-index: -1;
}
.prices .price-card__price h2 {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 4.1rem;
}
.prices .price-card__types {
  font-size: 1.6rem;
  line-height: 2rem;
}
.prices .price-card__type-item-wrapper {
  display: block;
}
.prices .price-card__type-item {
  position: relative;
  padding-left: 15px;
  margin-bottom: 0.9rem;
}
.prices .price-card__type-item:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0.2rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #109bd1;
  height: 0.6rem;
  width: 0.6rem;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
.prices .price-card__type-item:after {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #109bd1;
  height: 1rem;
  width: 1rem;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  opacity: 0.3;
}
.prices .price-card .btn-default {
  display: inline-block;
  padding: 0.9rem 2.5rem;
  color: #fff;
}
.prices .blue-card {
  background-color: #109bd1;
  color: #fff;
  text-align: center;
}
.prices .blue-card .btn-white {
  color: #109bd1;
  position: relative;
  bottom: inherit;
  left: inherit;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
}
@media (min-width: 768px) {
  .prices .blue-card .btn-white {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.prices .blue-card .price-card__price::after {
  background-color: #fff;
  opacity: 0.15;
}
.prices .blue-card .price-card__type-item {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  text-align: left;
}
.prices .blue-card .price-card__type-item:before,
.prices .blue-card .price-card__type-item:after {
  background-color: #fff;
}
@media (min-width: 768px) {
  .prices .blue-card .price-card__type-item {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
.prices .light-card {
  text-align: center;
  background-color: #fff;
}
.prices .light-card .price-card__title {
  color: #109bd1;
}
.prices .light-card .price-card__price {
  color: #374955;
}
.prices .light-card .price-card__types {
  color: #8091a5;
}
.prices .light-card .price-card__type-item {
  display: inline-block;
}
@media (min-width: 768px) {
  .prices .light-card {
    text-align: left;
  }
}
.partners {
  padding-top: 0;
  text-align: center;
}
.partners .partner {
  margin-top: 4rem;
}
.partners .partner a {
  display: inline-block;
  line-height: 7rem;
}
.partners .partner img {
  max-height: 7rem;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.partners .partner img:hover {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
.styled-checkbox {
  position: absolute;
  opacity: 0;
/*&:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  }*/
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1.5px solid #dfe6ee;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  margin-top: -2px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.styled-checkbox:hover + label:before {
  background: #109bd1;
}
.styled-checkbox:checked + label:before {
  background: #109bd1;
  border: none;
}
.styled-checkbox:checked + label:after {
  content: 'j';
  position: absolute;
  left: 5px;
  top: 0px;
  font-size: 10px;
  color: #fff;
  width: 2px;
  height: 2px;
  font-family: mrp-icons;
}
.checkbox-wrapper {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: #374955;
  vertical-align: middle;
}
.checkbox-wrapper label {
  margin-bottom: 0;
}
.overview-wrapper {
  padding-top: 4rem;
}
.overview-wrapper .option-bar-content {
  position: relative;
  margin-top: 1.5rem;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.05);
  box-shadow: 0 5px 15px 0 rgba(0,0,0,0.05);
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  padding: 1.3rem 2rem;
}
.overview-wrapper .option-bar-content .search {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.overview-wrapper .option-bar-content .search a {
  font-size: 2rem;
  line-height: 2rem;
  color: #8091a5;
  padding-right: 0.5rem;
  vertical-align: middle;
}
.overview-wrapper .option-bar-content .search a:before {
  position: relative;
  top: 3px;
}
@media (min-width: 992px) {
  .overview-wrapper .option-bar-content .search a {
    padding-right: 1rem;
  }
}
.overview-wrapper .option-bar-content .search .search-input {
  border: none;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.2rem;
  width: 5rem;
  color: #8091a5;
  vertical-align: middle;
}
.overview-wrapper .option-bar-content .search .search-input:focus {
  outline: none;
}
.overview-wrapper .option-bar-content .search .search-input::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
  color: #8091a5;
}
.overview-wrapper .option-bar-content .search .search-input::-moz-placeholder {
/* Firefox 19+ */
  color: #8091a5;
}
.overview-wrapper .option-bar-content .search .search-input:-ms-input-placeholder {
/* IE 10+ */
  color: #8091a5;
}
@media (min-width: 992px) {
  .overview-wrapper .option-bar-content .search .search-input {
    width: 10rem;
  }
}
@media (min-width: 1200px) {
  .overview-wrapper .option-bar-content .search .search-input {
    width: 15rem;
  }
}
.overview-wrapper .option-bar-content .checkbox-wrapper {
  line-height: 2rem;
}
.overview-wrapper .option-bar-content .divider-Y {
  position: relative;
  height: 2.2rem;
  width: 2px;
  display: inline-block;
  background-color: #dfe6ee;
  vertical-align: middle;
  margin: 0px 1.5rem;
}
.overview-wrapper .option-bar-content .filter-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.overview-wrapper .option-bar-content .filter-wrapper .filter {
  text-align: left;
  min-width: 19rem;
  background-color: transparant;
  border: 1.5px solid #dfe6ee;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 3.5rem;
  padding: 0px 1.3rem;
  color: #374955;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.overview-wrapper .option-bar-content .filter-wrapper .filter .icon-chevron-down {
  line-height: 3.5rem;
  font-size: 1.4rem;
  float: right;
}
.overview-wrapper .option-bar-content .filter-wrapper .filter .icon-chevron-down:before {
  position: relative;
  top: 2px;
}
.overview-wrapper .option-bar-content .filter-wrapper .show-status-filter {
  top: 38px;
  display: block;
  z-index: 96;
}
.overview-wrapper .option-bar-content .filter-wrapper .dropdown-menu {
  margin-top: -3px;
  width: auto;
  min-width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 1.5px solid #dfe6ee;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  min-width: 330px;
}
.overview-wrapper .option-bar-content .filter-wrapper .dropdown-menu::before {
  content: none;
}
.overview-wrapper .option-bar-content .filter-wrapper .dropdown-menu .dropdown-item {
  text-align: left;
  padding: 10px 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.overview-wrapper .option-bar-content .filter-wrapper .dropdown-menu .dropdown-item:hover {
  color: #374955;
}
.overview-wrapper .option-bar-content .active-filter-wrapper .filter {
  color: #fff;
  background-color: #4bb4dc;
}
.overview-wrapper .option-bar-content .checkbox-archived {
  display: none;
}
@media (min-width: 992px) {
  .overview-wrapper .option-bar-content .checkbox-archived {
    display: inline-block;
  }
}
.overview-wrapper .option-bar-content .filter-archived {
  display: block;
}
@media (min-width: 992px) {
  .overview-wrapper .option-bar-content .filter-archived {
    display: none;
  }
}
.overview-wrapper .option-bar-content .status {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.overview-wrapper .option-bar-content .status i::before {
  position: relative;
  top: 1px;
}
.overview-wrapper .push-right {
  display: inline-block;
  vertical-align: middle;
  line-height: 3.8rem;
}
.overview-wrapper .options {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.overview-wrapper .options a {
  font-size: 2rem;
  line-height: 2rem;
  color: #8091a5;
  margin-left: 1.5rem;
  color: #374955;
}
.overview-wrapper .options a:before {
  position: relative;
  top: 8px;
}
.overview-wrapper .options .icon-filter-2 {
  -webkit-text-stroke-width: 1.6px;
  -webkit-text-stroke-color: #374955;
  color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.overview-wrapper .options .icon-filter-2:hover {
  color: #374955;
}
.overview-wrapper .options .active-icon-filter {
  color: #374955;
}
.overview-wrapper .btn-default {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
}
.overview-wrapper .btn-default:before {
  position: relative;
  top: 3px;
  margin-right: 1rem;
}
.overview-wrapper .overview {
  margin-top: 2rem;
}
.overview-wrapper .overview table {
  border-collapse: separate;
  width: 100%;
  table-layout: fixed;
  border-spacing: 0 5px;
  min-width: 900px;
}
.overview-wrapper .overview table thead {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.overview-wrapper .overview table tbody {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-spacing: 0 10px;
}
.overview-wrapper .overview table tbody td {
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
.overview-wrapper .overview table td:first-child,
.overview-wrapper .overview table th:first-child {
  padding-left: 2rem;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.overview-wrapper .overview table td:last-child,
.overview-wrapper .overview table th:last-child {
  padding-right: 2rem;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.overview-wrapper .overview table .overview__message td {
  padding: 2rem 0;
}
.overview-wrapper .overview table .overview__message td:first-child {
  padding-left: 2rem;
}
.overview-wrapper .overview table .overview__message td:last-child {
  padding-right: 2rem;
}
.overview-wrapper .overview__head a,
.overview-wrapper .overview__head span {
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  color: #8091a5;
}
.overview-wrapper .overview__head a i,
.overview-wrapper .overview__head span i {
  position: relative;
  top: 2px;
  padding-left: 5px;
}
.overview-wrapper .overview__file,
.overview-wrapper .overview__message {
  margin-bottom: 1rem;
  padding: 2rem 0.5rem;
  background-color: #fff;
  border: 1px solid #dfe6ee;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  -webkit-box-shadow: 0 0 1px 2px rgba(223,230,238,0.5);
  box-shadow: 0 0 1px 2px rgba(223,230,238,0.5);
}
.overview-wrapper .overview__file-number {
  color: #8091a5;
}
.overview-wrapper .overview__file-reference span {
  color: #fff;
  font-weight: 600;
  background-color: #109bd1;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  padding: 2px 8px;
  display: inline-block;
  max-width: 90%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.overview-wrapper .overview__file-adress,
.overview-wrapper .overview__file-administrator {
  color: #374955;
}
.overview-wrapper .overview__file-added,
.overview-wrapper .overview__file-edit {
  color: #8091a5;
}
.overview-wrapper .overview__file-status {
  text-align: center;
}
.overview-wrapper .overview__file-status i::before {
  position: relative;
  top: 3px;
}
.overview-wrapper .overview__file-status .icon-pen::before,
.overview-wrapper .overview__file-status .icon-status-clock::before,
.overview-wrapper .overview__file-status .icon-pause::before,
.overview-wrapper .overview__file-status .icon-archive::before {
  top: 2px;
}
.overview-wrapper .overview__file-status .icon-status-close::before {
  top: 2px;
  font-size: 11px;
}
.overview-wrapper .overview__file-status .icon-paper-plane::before {
  left: -1px;
}
.overview-wrapper .overview__file-options {
  position: relative;
  text-align: right;
}
.overview-wrapper .overview__file-options a {
  cursor: pointer;
  line-height: 30px;
  padding: 0 2px;
  font-size: 16px;
}
.overview-wrapper .overview__file-options a::before {
  top: 3px;
  position: relative;
}
.overview-wrapper .overview__file-options .icon-bell-musical-tool {
  color: transparent;
  -webkit-text-stroke-width: 1.4px;
  -webkit-text-stroke-color: #374955;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.overview-wrapper .overview__file-options .icon-bell-musical-tool:hover {
  color: #374955;
}
.overview-wrapper .overview__file-options .icon-bell-active {
  color: #374955;
}
.overview-wrapper .overview__file-options .dropdown-menu {
  left: -200%;
}
.overview-wrapper .overview__file-options .dropdown-menu:before {
  content: none;
}
.overview-wrapper .overview__file-options .dropdown-menu .dropdown-item {
  text-align: left;
}
.overview-wrapper .overview__file-options .dropdown-menu .dropdown-item:before {
  padding-right: 5px;
}
.overview-wrapper .overview__file-link {
  height: 100%;
  display: block;
  width: 100%;
  padding: 2rem 0.3rem;
}
.overview-wrapper .overview__file-link > div,
.overview-wrapper .overview__file-link > span {
  vertical-align: middle;
}
.overview-wrapper .overview__profilepic {
  position: relative;
  height: 30px;
  width: 30px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  overflow: hidden;
}
.overview-wrapper .overview__profilepic img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.overview-wrapper .overview__organisation,
.overview-wrapper .overview__email {
  color: #8091a5;
}
.overview-wrapper .table-row {
  display: table-row;
}
.advanced-filters-showing {
  right: 0 !important;
}
.dark-overlay {
  z-index: 97;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.click-catcher {
  z-index: 95;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.advanced-filters {
  position: fixed;
  right: -100%;
  bottom: 0;
  padding: 2rem;
  width: 288px;
  height: calc(100% - 7rem);
  -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.05);
  box-shadow: 0 5px 15px 0 rgba(0,0,0,0.05);
  background-color: #fff;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.advanced-filters__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  color: #8091a5;
  display: inline-block;
  vertical-align: middle;
}
.advanced-filters .icon-close {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  outline: none;
  color: #374955;
  font-size: 12px;
  line-height: 26px;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 3px;
  background-color: #fff;
}
.advanced-filters .icon-close::before {
  position: relative;
  top: 2px;
}
.advanced-filters .filter-wrapper {
  margin-top: 15px;
  display: block;
  width: 100%;
}
.advanced-filters .filter-wrapper .filter {
  display: block;
}
.advanced-filters .push-down {
  position: absolute;
  bottom: 20px;
  width: 24.8rem;
}
.advanced-filters .push-down .btn-default {
  display: block;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.advanced-filters .push-down .btn-cancel {
  width: 100%;
}
.advanced-filters .filter-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.advanced-filters .filter-wrapper .bootstrap-select button {
  padding-top: 7px;
  padding-bottom: 7px;
}
.advanced-filters .filter-wrapper .filter {
  text-align: left;
  min-width: 20rem;
  background-color: transparant;
  border: 1.5px solid #dfe6ee;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  font-size: 14px;
  font-weight: bold;
  line-height: 35px;
  padding: 0px 1.3rem;
  color: #374955;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.advanced-filters .filter-wrapper .filter .icon-chevron-down {
  line-height: 35px;
  font-size: 14px;
  float: right;
}
.advanced-filters .filter-wrapper .filter .icon-chevron-down:before {
  position: relative;
  top: 2px;
}
.advanced-filters .filter-wrapper .dropdown-menu {
  margin-top: -3px;
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 1.5px solid #dfe6ee;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}
.advanced-filters .filter-wrapper .dropdown-menu::before {
  content: none;
}
.advanced-filters .filter-wrapper .dropdown-menu .dropdown-item {
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.advanced-filters .filter-wrapper .dropdown-menu .dropdown-item:hover {
  color: #374955;
}
.advanced-filters .active-filter-wrapper .filter,
.advanced-filters .active-filter-wrapper button {
  color: #fff;
  background-color: #4bb4dc;
}
.advanced-filters .active-filter-wrapper .filter:hover,
.advanced-filters .active-filter-wrapper button:hover {
  color: #fff;
}
.detail .wizard__content {
  position: relative;
  margin-left: 0;
  top: 0;
  padding-bottom: 0;
}
.detail .wizard__form-wrapper {
  margin-right: 15px;
}
.detail .wizard__form {
  margin-left: 15px;
  margin-right: 15px;
}
.detail .pill-files {
  display: inline-block;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  overflow: hidden;
  -webkit-box-shadow: 0 5px 15px 0 rgba(223,230,238,0.5);
  box-shadow: 0 5px 15px 0 rgba(223,230,238,0.5);
  vertical-align: middle;
}
.detail .pill-files__amount {
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
  padding: 0 10px 0 12px;
  background-color: #d3dae1;
  display: inline-block;
  vertical-align: middle;
}
.detail .pill-files__name {
  padding: 0 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 35px;
  color: #8091a5;
  background-color: #dfe6ee;
  display: inline-block;
  margin-left: -3px;
  vertical-align: middle;
}
.detail__options {
  display: inline-block;
  vertical-align: middle;
}
.detail__options .btn-option {
  padding: 0;
  background-color: #109bd1;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  width: 35px;
  height: 35px;
  text-align: center;
  border: none;
}
.detail__options .btn-option i {
  font-size: 18px;
  color: #fff;
  line-height: 35px;
  display: inline-block;
}
.detail__options .btn-option i::before {
  position: relative;
  top: 3px;
}
.detail__options .btn-option:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.detail__options .btn-option:hover {
  background-color: #0c78a2;
}
.detail__options .btn-option .icon-bell-musical-tool {
  color: transparent;
  -webkit-text-stroke-width: 1.2px;
  -webkit-text-stroke-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.detail__options .btn-option .notification-active {
  color: #fff;
}
.detail__options .btn-option:hover .icon-bell-musical-tool {
  color: #fff;
}
.detail__options .btn-yellow {
  background-color: #f7b422;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  width: auto;
  height: auto;
  line-height: 3.5rem;
  display: inline-block;
  padding: 0rem 1.2rem;
  font-weight: 600;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.detail__options .btn-yellow span {
  padding-right: 5px;
}
.detail__options .btn-yellow:hover {
  background-color: #f9c553;
}
.detail .status-red .detail__status-icon {
  background-color: #ff555f;
}
.detail .status-red .detail__status-icon::before {
  background-color: #ff555f;
}
.detail .status-red .btn-status {
  background-color: #ff555f;
  -webkit-box-shadow: 0 5px 10px 0 rgba(255,85,95,0.2);
  box-shadow: 0 5px 10px 0 rgba(255,85,95,0.2);
}
.detail .status-red .btn-status:before {
  background-color: #ff3b47;
}
.detail .status-red .status-color {
  color: #ff555f;
}
.detail .status-red .detail__status-list li:before,
.detail .status-red .detail__status-list li:after {
  background-color: #ff555f;
}
.detail .status-green .detail__status-icon {
  background-color: #56bd5b;
}
.detail .status-green .detail__status-icon::before {
  background-color: #56bd5b;
}
.detail .status-green .btn-status {
  background-color: #56bd5b;
  -webkit-box-shadow: 0 5px 10px 0 rgba(86,189,91,0.2);
  box-shadow: 0 5px 10px 0 rgba(86,189,91,0.2);
}
.detail .status-green .btn-status:before {
  background-color: #46b34b;
}
.detail .status-green .status-color {
  color: #56bd5b;
}
.detail .status-green .detail__status-list li:before,
.detail .status-green .detail__status-list li:after {
  background-color: #56bd5b;
}
.detail .status-yellow .detail__status-icon {
  background-color: #f7b422;
}
.detail .status-yellow .detail__status-icon::before {
  background-color: #f7b422;
}
.detail .status-yellow .btn-status {
  background-color: #f7b422;
  -webkit-box-shadow: 0 5px 10px 0 rgba(247,180,34,0.2);
  box-shadow: 0 5px 10px 0 rgba(247,180,34,0.2);
}
.detail .status-yellow .btn-status:before {
  background-color: #f6ac09;
}
.detail .status-yellow .status-color {
  color: #f7b422;
}
.detail .status-yellow .detail__status-list li:before,
.detail .status-yellow .detail__status-list li:after {
  background-color: #f7b422;
}
.detail .status-blue .detail__status-icon {
  background-color: #109bd1;
}
.detail .status-blue .detail__status-icon::before {
  background-color: #109bd1;
}
.detail .status-blue .btn-status {
  background-color: #109bd1;
  -webkit-box-shadow: 0 5px 10px 0 rgba(16,155,209,0.2);
  box-shadow: 0 5px 10px 0 rgba(16,155,209,0.2);
}
.detail .status-blue .btn-status:before {
  background-color: #0e89b9;
}
.detail .status-blue .status-color {
  color: #109bd1;
}
.detail .status-blue .detail__status-list li:before,
.detail .status-blue .detail__status-list li:after {
  background-color: #109bd1;
}
.detail__status-content {
  margin-left: 41px;
}
.detail__status-icon-wrapper {
  height: 100%;
  padding-left: 16px;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
}
.detail__status-icon-wrapper i::before {
  position: relative;
  top: 3px;
}
.detail__status-icon {
  position: relative;
  height: 20px;
  width: 20px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background-color: #ff555f;
  display: inline-block;
}
.detail__status-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 12px;
}
.detail__status-icon .icon-pen::before,
.detail__status-icon .icon-pause::before,
.detail__status-icon .icon-archive::before {
  top: 2px;
}
.detail__status-icon .icon-status-close::before {
  top: 2px;
  font-size: 11px;
}
.detail__status-icon .icon-paper-plane::before {
  left: -1px;
}
.detail__status-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 30px;
  width: 30px;
  background-color: #ff555f;
  opacity: 0.3;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
.detail__status-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #374955;
  padding-bottom: 5px;
  display: block;
}
.detail__status-description {
  font-size: 14px;
  line-height: 17px;
  color: #8091a5;
}
.detail .btn-status {
  position: relative;
  display: inline-block;
  background-color: #ff555f;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 15px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(255,85,95,0.2);
  box-shadow: 0 5px 10px 0 rgba(255,85,95,0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}
.detail .btn-status:hover {
  color: #fff;
}
.detail .btn-status:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ff3b47;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  z-index: -1;
}
.detail .btn-status:hover:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.detail__status-list {
  font-size: 14px;
  line-height: 17px;
  color: #8091a5;
  display: block;
  margin-bottom: 0;
  margin-top: 10px;
  padding-left: 10px;
}
.detail__status-list li {
  margin-top: 5px;
  padding-left: 18px;
  position: relative;
}
.detail__status-list li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0.2rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ff555f;
  height: 0.6rem;
  width: 0.6rem;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
.detail__status-list li:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ff555f;
  height: 1rem;
  width: 1rem;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  opacity: 0.3;
}
.detail__status-list .text-bold {
  display: block;
}
.detail__input-result {
  font-size: 14px;
  line-height: 17px;
  color: #374955;
  font-weight: 500;
  word-break: break-word;
}
.detail__card-party-status {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  padding: 8px 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  display: inline-block;
}
.detail__card-party-status__delete {
  margin-left: 5px;
  cursor: pointer;
}
.detail__card-party-status__delete i {
  color: #ff555f;
}
.detail .card-party-status-yellow {
  border: 1px solid #f7b422;
  background-color: #fceac1;
  color: #de9b08;
}
.detail .card-party-status-red {
  border: 1px solid #ff555f;
  background-color: #f6cbcd;
  color: #ff222f;
}
.detail .card-party-status-blue {
  border: 1px solid #109bd1;
  background-color: #e8f5fa;
  color: #0c78a2;
}
.detail .card-party-status-green {
  border: 1px solid #56bd5b;
  background-color: #ccebce;
  color: #3fa144;
}
.detail .card-party-status-green p {
  display: inline-block;
}
.detail .card-party-status-green i {
  padding-left: 5px;
}
.detail .card-party-status-green i:before {
  position: relative;
  top: 2px;
}
.detail__events-logs table {
  width: 100%;
}
.detail__events-logs th {
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  color: #8091a5;
  padding-bottom: 7px;
}
.detail__events-logs td {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #374955;
  border-top: 1px solid #dfe6ee;
  padding: 10px 0;
}
.detail__events-logs tr:last-child td {
  padding-bottom: 0;
}
.detail__extra-info .wizard__input-group {
  margin-top: 0;
  float: left;
}
.toolbar {
  position: fixed;
  top: 87px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  z-index: 99;
}
.toolbar__message,
.toolbar__options {
  background-color: #8091a5;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
}
.toolbar__options {
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 2px 30px 6px;
  text-align: center;
  display: inline-block;
  font-size: 12px;
}
.toolbar__options .icon-wizard-save {
  font-size: 15px;
}
.toolbar__options a {
  display: inline-block;
  vertical-align: middle;
}
.toolbar__message {
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  padding: 7px 50px;
}
.toolbar .divider-Y {
  display: inline-block;
  line-height: 17x;
  height: 20px;
  width: 2px;
  vertical-align: bottom;
  background-color: #fff;
  margin: 0 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
.wizard {
  margin-top: 5rem;
}
.wizard .wizard-timeline {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wizard .wizard-timeline::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #dde3eb;
}
.wizard .wizard-timeline::after {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 14px;
  top: 0;
  width: 3px;
  background-color: #109bd1;
}
.wizard__step {
  position: relative;
  margin-bottom: 3rem;
  min-height: 3rem;
}
.wizard__step-indicator {
  width: 30px;
  height: 30px;
  background-color: #dde3eb;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.wizard__step-indicator span {
  display: block;
  position: absolute;
  text-align: center;
  left: 0;
  z-index: 3;
  width: 30px;
  height: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
}
.wizard__step-indicator span::before {
  position: relative;
  top: 2px;
  font-size: 16px;
}
.wizard .finished-indicator {
  background-color: #109bd1;
}
.wizard .active-indicator {
  -webkit-box-shadow: 0 0 0 1.5px #109bd1;
  box-shadow: 0 0 0 1.5px #109bd1;
  background-color: #109bd1;
  border: 2px solid #fff;
  height: 37.5px;
  width: 37.5px;
  margin-left: -4px;
}
.wizard .active-indicator span {
  height: 35px;
  width: 35px;
  line-height: 35px;
  left: -1px;
}
.wizard__content {
  position: relative;
  margin-left: 48px;
  top: 6.5px;
}
.wizard__form-wrapper {
  margin-right: 2rem;
}
.wizard__form {
  border: 1px solid #dfe6ee;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.05);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.05);
  padding: 0;
  margin-left: 2rem;
  margin-top: 13px;
  position: relative;
}
.wizard .step-1__progress-0::after {
  top: 20px;
  height: 0%;
}
.wizard .step-1__progress-1::after {
  top: 20px;
  height: 33.3%;
}
.wizard .step-1__progress-2::after {
  top: 20px;
  height: 66.6%;
}
.wizard .step-1__progress-3::after {
  top: 20px;
  height: 100%;
}
.wizard .step-2__progress-0::after {
  top: -55px;
  height: 55px;
}
.wizard .step-2__progress-1::after {
  top: -55px;
  height: calc(50% + 75px);
}
.wizard .step-2__progress-2::after {
  top: -55px;
  height: calc(100% + 75px);
}
.wizard .step-3__progress-0::after {
  top: -110px;
  height: 110px;
}
.wizard .step-3__progress-1::after {
  top: -110px;
  height: calc(((100% / 3) * 1) + 130px);
}
.wizard .step-3__progress-2::after {
  top: -110px;
  height: calc(((100% / 3) * 2) + 130px);
}
.wizard .step-3__progress-3::after {
  top: -110px;
  height: calc(((100% / 3) * 3) + 130px);
}
.wizard .step-4__progress-0::after {
  top: -165px;
  height: 165px;
}
.wizard .step-4__progress-1::after {
  top: -165px;
  height: calc(100% + 165px);
}
.wizard .step-5__progress-100::after,
.wizard .step-5__progress-100::before {
  height: calc(100% - 50px);
}
.wizard .step-forward,
.wizard .step-backward {
  padding: 0 1.5rem;
  position: relative;
  z-index: 2;
}
.wizard .step-forward i,
.wizard .step-backward i {
  top: 4px;
  vertical-align: middle;
  position: relative;
  font-size: 18px;
  display: inline-block;
  line-height: 3.7rem;
}
.wizard .step-forward span,
.wizard .step-backward span {
  display: inline-block;
  vertical-align: middle;
  line-height: 3.7rem;
}
.wizard .step-forward {
  color: #fff;
  background-color: #1da0d3;
}
.wizard .step-forward i {
  padding-left: 10px;
}
.wizard .step-backward {
  color: #8091a5;
  background-color: #dfe6ee;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-right: 20px;
}
.wizard .step-backward i {
  padding-right: 10px;
}
.wizard .active-step {
  margin-bottom: 0;
}
.wizard .active-step .wizard__content {
  top: 10px;
}
.wizard .active-step::after {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 14px;
  width: 3px;
  background-color: #109bd1;
}
.wizard__form-component {
  border-right: 1.5px solid #dfe6ee;
  padding: 2rem;
}
.wizard__form-component:first-child {
  padding-left: 3.5rem;
}
.wizard__form-component:last-child {
  padding-right: 3.5rem;
  border-right: none;
}
.wizard__form-title {
  color: #109bd1;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}
.wizard__input-group {
  position: relative;
  margin-top: 10px;
}
.wizard__input-group label {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  color: #8091a5;
  display: block;
  margin-bottom: 3px;
  position: relative;
}
.wizard__input-group .checkbox-wrapper label {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #374955;
}
.wizard__input-group-sm {
  float: left;
  width: 50%;
}
.wizard .required::after {
  content: "*";
  color: #109bd1;
  font-size: 18px;
  padding-left: 5px;
  line-height: 15px;
  font-weight: bold;
  position: absolute;
  top: 3px;
}
.wizard__input {
  border: 1.5px solid #dfe6ee;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  padding: 6px 10px;
  font-size: 14px;
  line-height: 17px;
  color: #374955;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.wizard__input::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
  color: #8091a5;
  font-weight: 500;
  opacity: 0.7;
}
.wizard__input::-moz-placeholder {
/* Firefox 19+ */
  color: #8091a5;
  font-weight: 500;
  opacity: 0.7;
}
.wizard__input:-ms-input-placeholder {
/* IE 10+ */
  color: #8091a5;
  font-weight: 500;
  opacity: 0.7;
}
.wizard__input:focus {
  border: 1.5px solid #1da0d3;
  outline: none;
}
.wizard__form-datepicker {
  border: 1.5px solid #dfe6ee;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  padding: 3.5px 10px;
  font-size: 14px;
  line-height: 17px;
  color: #374955;
  font-weight: 600;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: auto;
  display: inline-block;
}
.wizard__form-datepicker input {
  background-color: transparent;
  border: none;
  min-width: calc(100% - 30px);
}
.wizard__form-datepicker input::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
  color: #8091a5;
  font-weight: 500;
  opacity: 0.7;
}
.wizard__form-datepicker input::-moz-placeholder {
/* Firefox 19+ */
  color: #8091a5;
  font-weight: 500;
  opacity: 0.7;
}
.wizard__form-datepicker input:-ms-input-placeholder {
/* IE 10+ */
  color: #8091a5;
  font-weight: 500;
  opacity: 0.7;
}
.wizard__form-datepicker .input-datepicker {
  display: inline-block;
  width: calc(100% - 26px);
  line-height: 20px;
}
.wizard__form-datepicker i {
  font-size: 16px;
  color: #109bd1;
  padding-right: 5px;
}
.wizard__form-datepicker i::before {
  position: relative;
  top: 3px;
}
.wizard__form-datepicker span {
  color: #8091a5;
  padding-right: 5px;
}
.wizard__form-datepicker:focus-within {
  border-color: #109bd1;
}
.wizard__form-cost {
  padding-top: 0px;
  padding-bottom: 0px;
}
.wizard__form-cost input {
  line-height: 29px;
  vertical-align: middle;
}
.wizard__form-cost span {
  line-height: 29px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 4px;
}
.wizard__party-option {
  color: #8091a5;
  text-align: center;
  border: 1.5px solid #dfe6ee;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background-color: #f4f7fa;
  padding-top: 25px;
  padding-bottom: 10px;
  margin-top: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.wizard__party-option i {
  display: block;
  font-size: 70px;
  line-height: 70px;
}
.wizard__party-option span {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}
.wizard__party-option:hover {
  border-color: #109bd1;
  color: #109bd1;
  background-color: #e8f5fa;
}
.wizard__party-option-contact i {
  font-size: 5.5rem;
}
.wizard__party-option-contact i:before {
  line-height: 7rem;
}
.wizard .active-party-option {
  border-color: #109bd1;
  color: #109bd1;
  background-color: #e8f5fa;
}
.wizard__no-contacts {
  color: #8091a5;
  font-size: 16px;
  padding-top: 10px;
  display: block;
}
.wizard__drag-area {
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #acb7c4), color-stop(50%, transparent)), -webkit-gradient(linear, left top, right top, color-stop(50%, #acb7c4), color-stop(50%, transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(50%, #acb7c4), color-stop(50%, transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(50%, #acb7c4), color-stop(50%, transparent));
  background-image: -webkit-linear-gradient(left, #acb7c4 50%, transparent 50%), -webkit-linear-gradient(left, #acb7c4 50%, transparent 50%), -webkit-linear-gradient(top, #acb7c4 50%, transparent 50%), -webkit-linear-gradient(top, #acb7c4 50%, transparent 50%);
  background-image: -o-linear-gradient(left, #acb7c4 50%, transparent 50%), -o-linear-gradient(left, #acb7c4 50%, transparent 50%), -o-linear-gradient(top, #acb7c4 50%, transparent 50%), -o-linear-gradient(top, #acb7c4 50%, transparent 50%);
  background-image: linear-gradient(to right, #acb7c4 50%, transparent 50%), linear-gradient(to right, #acb7c4 50%, transparent 50%), linear-gradient(to bottom, #acb7c4 50%, transparent 50%), linear-gradient(to bottom, #acb7c4 50%, transparent 50%);
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 15px 2px, 15px 2px, 2px 15px, 2px 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  background-color: #f4f7fa;
  color: #8091a5;
  text-align: center;
  padding: 37px 10px;
  margin-top: 15px;
  border: none;
  overflow: hidden;
}
.wizard__drag-area span {
  font-size: 18px;
  line-height: 22px;
}
.wizard__drag-area .wizard__drag-area-label {
  width: auto;
  min-width: 261px;
  font-size: 12px;
  text-align: left;
  display: inline-block;
  padding: 0 30px;
}
.wizard__drag-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  background-image: url("./images/upload.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15%;
  -webkit-transform: scale(1.6);
  -ms-transform: scale(1.6);
  transform: scale(1.6);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.wizard .btn-file-upload-hovering::after {
  opacity: 0.8;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
.wizard .ID-area textarea {
  background-color: transparent;
  border: none;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  min-height: 70px;
  resize: none;
  font-size: 12px;
  text-align: center;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
}
.wizard .ID-area textarea:focus {
  outline: none;
}
.wizard__card-party {
  padding: 0 1rem 1rem 1rem;
  background-color: #f4f7fa;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  border: 1px solid #dfe6ee;
  margin-top: 15px;
}
.wizard__card-party-header {
  border-bottom: 1px solid #dfe6ee;
  max-height: 30px;
  overflow: hidden;
  border-top-left-radius: 5px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.wizard__card-party-name {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  display: inline-block;
  overflow: hidden;
  margin-left: -1rem;
  padding-left: 1rem;
  padding-right: 2.6rem;
}
.wizard__card-party-name span {
  z-index: 2;
  position: relative;
}
.wizard__card-party-name:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(#4bb4dc), to(#0e8bbb));
  background: -webkit-linear-gradient(left, #4bb4dc 0%, #0e8bbb 100%);
  background: -o-linear-gradient(left, #4bb4dc 0%, #0e8bbb 100%);
  background: linear-gradient(90deg, #4bb4dc 0%, #0e8bbb 100%);
  border-bottom-right-radius: 100px;
}
.wizard__card-party-name-input {
  background-color: transparent;
  border: none;
  position: relative;
  z-index: 2;
  min-width: 200px;
  color: #fff;
  font-weight: 600;
}
.wizard__card-party-name-input::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
  color: #fff;
  font-weight: 600;
}
.wizard__card-party-name-input::-moz-placeholder {
/* Firefox 19+ */
  color: #fff;
  font-weight: 600;
}
.wizard__card-party-name-input:-ms-input-placeholder {
/* IE 10+ */
  color: #fff;
  font-weight: 600;
}
.wizard .detail__card-party-status {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  padding: 8px 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  display: inline-block;
}
.wizard .card-party-status-blue {
  border: 1px solid #109bd1;
  background-color: #e8f5fa;
  color: #0c78a2;
}
.wizard .select-full-width .select {
  width: 100%;
  background-color: #fff;
}
.wizard .select-full-width .styledSelect {
  width: 100%;
}
.wizard .input-width-auto input {
  width: auto;
}
.wizard .input-width-full {
  width: 100%;
  display: block;
}
.wizard__card-party-options .btn-option-wizard {
  cursor: pointer;
  line-height: 30px;
  font-size: 16px;
  color: #8091a5;
  padding: 0 5px;
  display: inline-block;
  vertical-align: top;
}
.wizard__card-party-options .btn-option-wizard::before {
  position: relative;
  top: 2px;
}
.wizard__card-party-options .color-blue {
  color: #109bd1;
}
.wizard__card-party-options .btn-save-wizard {
  width: 25px;
  height: 25px;
  background-color: #109bd1;
  color: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  text-align: center;
  vertical-align: top;
  margin-top: 2.5px;
}
.wizard__card-party-options .btn-save-wizard i {
  vertical-align: top;
  display: inline-block;
  line-height: 2.5rem;
  color: #fff;
}
.wizard__card-party-options .btn-save-wizard i::before {
  position: relative;
  top: 3px;
}
.wizard .clipboard-wrapper .dropdown-menu {
  top: -5px !important;
  text-align: left;
}
.wizard .clipboard-wrapper .dropdown-menu::before {
  content: none;
}
.wizard .icon-clipboard-paste-button {
  font-size: 2rem;
  display: inline-block;
  line-height: 3.2rem;
  vertical-align: middle;
  color: #374955;
}
.wizard .icon-clipboard-paste-button::before {
  position: relative;
  top: 1px;
}
.wizard .divider-Y {
  display: inline-block;
  width: 1px;
  background-color: #dfe6ee;
  height: 30px;
}
.wizard .divider-X {
  height: 1.5px;
  width: 100%;
  background-color: #dfe6ee;
}
.wizard__input-info {
  padding: 1rem;
  background-color: #f4f7fa;
  border: 1px solid #dfe6ee;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  color: #8091a5;
}
.wizard__input-error {
  padding-bottom: 25px;
}
.wizard__input-error .wizard__input,
.wizard__input-error .wizard__form-datepicker,
.wizard__input-error .select {
  border-color: #ff555f;
}
.wizard__input-error:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "Dit veld is verplicht!";
  color: #ff555f;
  font-size: 13px;
  font-weight: 600;
}
.wizard__input-error-sm {
  padding-bottom: 45px;
}
.wizard__input-error-sm .wizard__input,
.wizard__input-error-sm .wizard__form-datepicker,
.wizard__input-error-sm .select {
  border-color: #ff555f;
}
.wizard__input-error-sm:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "Dit veld is verplicht!";
  color: #ff555f;
  font-size: 13px;
  font-weight: 600;
}
.wizard .m-t-10 {
  margin-top: 10px;
}
.wizard .input-validation-error {
  border-color: #ff555f;
}
.wizard .field-validation-error {
  display: block;
  padding-top: 5px;
  color: #ff555f;
  font-size: 13px;
  font-weight: 600;
}
.wizard__contact-wrapper {
  background-color: #fff;
  padding-bottom: 0px;
  overflow: hidden;
}
.wizard__contact-wrapper .wizard__card-party-header {
  padding-right: 0;
}
.wizard__contact-wrapper .wizard__card-party-header .wizard__card-party-name {
  color: #374955;
}
.wizard__contact-wrapper .wizard__card-party-header .wizard__card-party-name:after {
  content: none;
}
.wizard__contact-wrapper .wizard__card-party-header .icon-chevron-down {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.wizard__contact-wrapper .icon-plus {
  padding: 0 10px;
  background-color: #109bd1;
  color: #fff;
}
.wizard__contact-trigger {
  display: inline-block;
  width: calc(100% - 36px);
  cursor: pointer;
}
.wizard__contact-extra-info {
  padding-bottom: 0;
  max-height: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wizard__contact-extra-info-expanded {
  padding-bottom: 1rem;
  max-height: 13rem;
}
.wizard .pagination {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 1rem;
}
.wizard .pagination .page-item {
  display: inline-block;
}
.overlay-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(255,255,255,0.8);
  z-index: 94;
}
.overlay-loader .loader-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.combobox-fix .dropdown-menu {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  top: 3rem !important;
}
.faq {
  position: relative;
  height: auto;
}
@media (min-width: 768px) {
  .faq {
    min-height: calc(100vh - 7rem);
    padding-bottom: 34.1rem;
  }
}
@media (min-width: 992px) {
  .faq {
    padding-bottom: 32.1rem;
  }
}
@media (min-width: 1200px) {
  .faq {
    padding-bottom: 28.1rem;
  }
}
.faq__content {
  margin-top: 1.5rem;
}
.faq__topic {
  padding: 1.7rem 2rem;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.05);
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.05);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  overflow: hidden;
  margin-bottom: 1rem;
  display: block;
  height: auto;
  border-left: 0px solid #109bd1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.faq__topic h4 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2rem;
  color: #374955;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.faq__topic:hover {
  border-left-width: 6px;
}
.faq .active-topic {
  border-left: 0.6rem solid #109bd1;
}
.faq__questions {
  padding: 2rem 2rem 0 2rem;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.05);
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.05);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  overflow: hidden;
  margin-bottom: 4rem;
  display: block;
  border-left: 0px solid #109bd1;
}
.faq__questions-title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2.4rem;
  color: #374955;
}
.faq__question {
  padding: 2rem 0 1rem 0;
  border-bottom: 1px solid #dfe6ee;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.faq__question h2 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.4rem;
  color: #109bd1;
  display: inline-block;
  width: calc(100% - 36px);
}
.faq__question .faq__question-topic-description {
  font-size: 1.6rem;
  color: #8091a5;
  line-height: 2rem;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 1rem;
}
.faq__question .faq__question-topic-description ul {
  list-style: inherit;
  padding-left: 2rem;
}
.faq__question:last-child {
  border: none;
}
.faq .btn-expand {
  width: 26px;
  height: 26px;
  border: 1px solid #8091a5;
  background-color: #dfe6ee;
  position: relative;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  margin-top: -4px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.faq .btn-expand .icon-expand {
  width: 1.3rem;
  height: 0.2rem;
  background-color: #8091a5;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.faq .btn-expand .icon-expand::before {
  content: "";
  width: 1.3rem;
  height: 0.2rem;
  background-color: #8091a5;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.faq .faq__question-expand {
  padding: 2rem 0;
}
.faq .faq__question-expand .faq__question-topic-description {
  max-height: 11000px;
}
.faq .faq__question-expand .btn-expand {
  border: 1px solid #1da0d3;
  background-color: #daeff7;
}
.faq .faq__question-expand .btn-expand .icon-expand {
  background-color: #1da0d3;
}
.faq .faq__question-expand .btn-expand .icon-expand::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  background-color: #1da0d3;
}
.faq__topics-mobile {
  display: block;
}
@media (min-width: 768px) {
  .faq__topics-mobile {
    display: none;
  }
}
.faq__topics-desktop {
  display: none;
}
@media (min-width: 768px) {
  .faq__topics-desktop {
    display: block;
  }
}
.faq .select {
  padding: 1.7rem 2rem;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.05);
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.05);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  overflow: hidden;
  margin-bottom: 1rem;
  display: block;
  height: auto;
  border-left: 6px solid #109bd1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-right: none;
  border-bottom: none;
  border-top: none;
}
.faq .select .styledSelect {
  font-weight: bold;
  line-height: 2rem;
  color: #374955;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 2.1rem 2rem;
}
.faq .select .styledSelect::after {
  line-height: 50px;
}
.faq .select .active {
  background-color: inherit;
}
.faq .select .options {
  width: 100%;
  margin-top: 10px;
  background-color: #f2f5f7;
  display: none;
}
.contact {
  position: relative;
  bottom: inherit;
  left: inherit;
  display: block;
  width: 100%;
  padding: 4rem 0;
  text-align: center;
  color: #fff;
  background-color: #374955;
}
.contact__title {
  font-size: 3rem;
  font-weight: bold;
  line-height: 4.1rem;
  padding-bottom: 1rem;
}
.contact__content {
  font-size: 1.6rem;
  line-height: 2rem;
  padding-bottom: 1.7rem;
}
.contact .btn-default {
  display: inline-block;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
  box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
}
@media (min-width: 768px) {
  .contact {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
footer {
  position: relative;
  left: inherit;
  bottom: inherit;
  z-index: inherit;
  width: 100%;
  padding: 5rem 0;
  background-color: #374955;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-image: url("./images/basic-shape.svg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
footer::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  display: block;
  height: 50px;
  z-index: -1;
  background-color: #374955;
}
footer .footer-logo {
  display: block;
  height: 4.8rem;
  margin-bottom: 3.5rem;
}
footer .footer-logo .version {
  color: #109bd1;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2rem;
}
footer .footer-logo .version span {
  vertical-align: bottom;
  padding-left: 1rem;
}
footer .footer-nav {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2rem;
  color: #109bd1;
  margin-bottom: 3.5rem;
}
footer .footer-info {
  font-weight: 600;
  line-height: 2rem;
  color: #fff;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  footer {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 0;
  }
}
body.error {
    background-color: #3083AF;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center
}
body.error .ribbon.error {
    text-align: center;
    color: #fff;
    font-weight: normal
}
body.error h2 {
    font-weight: 300;
    font-size: 22px;
    color: #fff
}
body.error h1.title {
    font-size: 220px;
    line-height: 220px;
    margin-top: 0;
    font-weight: bold;
    color: #fff
}
body.error .btn {
    margin-top: 20px;
    background-color: #fff;
    color: #888
}
body.error .btn:focus,
body.error .btn:hover {
    color: #3083AF
}
