@charset "UTF-8";
/*@font-face {
  font-family: 'font';
  src: url("../fonts/font.eot");  IE9 Compat Modes 
  src: url('../fonts/font.eot?#iefix') format('embedded-opentype'),  IE6-IE8 
       url('../fonts/font.woff2') format('woff2'),  Super Modern Browsers 
       url('../fonts/font.woff') format('woff'),  Pretty Modern Browsers 
       url('../fonts/font.ttf')  format('truetype');  Safari, Android, iOS 
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'font';
  src: url("../fonts/font-bold.eot");  IE9 Compat Modes 
  src: url('../fonts/font-bold.eot?#iefix') format('embedded-opentype'),  IE6-IE8 
       url('../fonts/font-bold.woff2') format('woff2'),  Super Modern Browsers 
       url('../fonts/font-bold.woff') format('woff'),  Pretty Modern Browsers 
       url('../fonts/font-bold.ttf')  format('truetype');  Safari, Android, iOS 
 font-weight: bold;
}*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
html {
  padding: 0;
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
  text-decoration: underline;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}

p {
  color: #CCC;
  margin-bottom: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-weight: bold;
  margin-top: 30px;
  font-family: forma-djr-micro, sans-serif;
  margin-bottom: 20px;
  line-height: 100%;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1rem;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

ul {
  padding-left: 20px;
  list-style-type: disc;
}
ul li {
  margin-bottom: 15px;
  color: #121212;
  font-size: 18px;
  line-height: 27px;
}

ol {
  padding-left: 20px;
  list-style-type: decimal;
}
ol li {
  margin-bottom: 15px;
  color: #121212;
  font-size: 18px;
  line-height: 27px;
}

blockquote {
  font-style: italic;
  color: #000000;
  font-size: 40px;
  margin-right: 0.5em;
  padding: 0.5em;
  line-height: 40px;
  position: relative;
  display: inline-block;
}
blockquote::before {
  content: "“";
  position: absolute;
  top: 5px;
  left: -20px;
  color: #000000;
  font-size: 70px;
}
blockquote::after {
  content: "”";
  color: #000000;
  position: absolute;
  bottom: 5px;
  right: -20px;
  font-size: 70px;
}
blockquote p {
  color: #000000;
  font-size: 40px;
  text-align: center;
}
blockquote cite {
  color: #8A8A8A;
  font-size: 30px;
  text-align: center;
}

.white-text {
  color: #fff;
}

.black-text {
  color: #000;
}

.btn,
[type=submit] {
  padding: 15px 35px;
  font-size: 18px;
  font-weight: 400;
  transition: 0.4s all;
  text-align: center;
  background-color: var(--theme-color, #38B0BF);
  color: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-family: forma-djr-micro, sans-serif;
  font-weight: 100;
  text-decoration: none;
  position: relative;
  font-weight: bold;
}
.btn:hover,
[type=submit]:hover {
  color: #fff;
  text-decoration: none;
}
.btn:hover:before,
[type=submit]:hover:before {
  -webkit-clip-path: circle(100% at 50%);
          clip-path: circle(100% at 50%);
}
.btn:before,
[type=submit]:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.3;
  -webkit-clip-path: circle(0% at 50%);
          clip-path: circle(0% at 50%);
  transition: 300ms ease-in-out clip-path;
}
.btn.is-disabled,
[type=submit].is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn.delete,
[type=submit].delete {
  background-color: rgb(189, 15, 15);
}
.btn.back,
[type=submit].back {
  background-color: transparent;
  color: var(--theme-color, #38B0BF);
}
.btn.alternative,
[type=submit].alternative {
  background-color: #f2f2f2;
  color: #ccc;
}
.btn i,
[type=submit] i {
  vertical-align: middle;
  margin-left: 5px;
  margin-right: -5px;
}
.btn.btn-black,
[type=submit].btn-black {
  background-color: #000;
  text-align: center;
  display: inline-block;
}
.btn.btn-black:hover,
[type=submit].btn-black:hover {
  background-color: #000000;
  color: #fff;
  text-decoration: none;
  opacity: 1;
}
.btn.btn-center,
[type=submit].btn-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn.filter-btn,
[type=submit].filter-btn {
  margin: 15px 0;
  padding: 9px 35px;
}
.btn span,
[type=submit] span {
  position: relative;
  z-index: 200;
}

.alignright {
  margin: 20px;
  float: right;
}

.alignleft {
  margin: 20px;
  float: left;
}

.container-fluid {
  padding: 0;
}

.margin-container {
  margin: 50px 0;
}

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

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 1640px) {
  .container {
    max-width: 1640px;
  }
}

#wpadminbar {
  opacity: 0.2;
  transition: 230ms all cubic-bezier(0.25, 0.8, 0.25, 1);
}
#wpadminbar:hover {
  opacity: 1;
}

.search-screen {
  background: rgba(0, 0, 0, 0.65);
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  left: 100%;
  z-index: 5;
  height: 100%;
  z-index: 9999;
  transition: all 0.4s;
}
.search-screen .container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.search-screen .container .input-group {
  display: flex;
}
.search-screen .container .form-control {
  display: block;
  width: 100%;
  background-color: #fff;
  background-image: none;
  position: relative;
  z-index: 2;
  float: left;
  margin-bottom: 0;
  height: 100px;
  border: none;
  font-size: 40px;
  line-height: 80px;
  text-transform: uppercase;
  color: #000;
  padding: 10px 30px;
  font-weight: 300;
}
.search-screen .container .form-control::-webkit-input-placeholder {
  color: #000;
}
.search-screen .container .form-control::-moz-placeholder {
  color: #000;
}
.search-screen .container .form-control:-ms-input-placeholder {
  color: #000;
}
.search-screen .container .form-control:-moz-placeholder {
  color: #000;
}
.search-screen .container .btn-search {
  margin-top: 0;
  background: #000;
  color: white;
  border: none;
  font-size: 20px;
  height: 100px;
  width: 100px;
  transition: all 0.4s;
}
.search-screen .container .btn-search span {
  font-size: 40px;
  color: #fff;
  transition: all 0.4s;
}
.search-screen .container .btn-search:hover {
  background: #1d1d1b;
}
.search-screen .container .btn-search:focus {
  background: #1d1d1b;
}
.search-screen .container .btn-search:active {
  background: #1d1d1b;
}
.search-screen .container .btn-search-close {
  margin-top: 0;
  background: #000;
  color: white;
  border: none;
  font-size: 20px;
  height: 100px;
  width: 100px;
  transition: all 0.4s;
  background: #fff;
  color: #26cad3;
}
.search-screen .container .btn-search-close span {
  font-size: 40px;
  color: #fff;
  transition: all 0.4s;
  color: #a98c43;
}
.search-screen .container .btn-search-close i {
  vertical-align: middle;
  font-size: 19px;
}
.search-screen .container .btn-search-close:hover span {
  color: #1d1d1b;
}
.search-screen .container .btn-search-close:focus span {
  color: #1d1d1b;
}
.search-screen .container .btn-search-close:active span {
  color: #1d1d1b;
}
.search-screen .input-group-btn {
  width: auto;
  font-size: 35px;
}

.search-screen.active {
  opacity: 1;
  right: 0;
  left: 0;
}

@media (max-width: 991px) {
  .search-screen .container .form-control {
    font-size: 26px;
    height: 60px;
    line-height: 60px;
    padding-right: 0;
  }
  .search-screen .container .btn-search {
    width: 60px;
    height: 60px;
  }
  .search-screen .container .btn-search span {
    font-size: 20px;
  }
  .search-screen .container .btn-search-close {
    width: 60px;
    height: 60px;
  }
  .search-screen .container .btn-search-close span {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .search-screen .container .form-control {
    font-size: 6vw;
  }
}
.information-text p {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  color: #000;
}
.information-text p span {
  color: var(--theme-color, #38B0BF);
}

.notices {
  width: 20vw;
  position: fixed;
  bottom: 15px;
  right: 15px;
  padding: 0;
  z-index: 9999;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
}
.notices .card {
  padding: 0;
  border: 0 !important;
}
.notices .card.error .layer .icon-wrapper {
  background-color: #ad2c31;
}
.notices .card.error .layer .content {
  background-color: #f56064;
}
.notices .card.warning .layer .icon-wrapper {
  background-color: #ad5f2c;
}
.notices .card.warning .layer .content {
  background-color: #f5c460;
}
.notices .card .layer {
  flex-direction: column;
}
.notices .card .layer .icon-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #01826c;
  padding: 25px;
  color: #fff;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  transition: 230ms all cubic-bezier(0.25, 0.8, 0.25, 1);
}
.notices .card .layer .icon-wrapper:hover {
  opacity: 0.8;
}
.notices .card .layer .icon-wrapper .icon {
  border-color: #fff;
}
.notices .card .layer .icon-wrapper .icon i {
  color: #fff;
  font-size: 50px;
}
.notices .card .layer .content {
  width: 100%;
  background-color: #02bd9e;
  padding: 25PX;
}
.notices .card .layer .content * {
  color: #fff;
}
.notices .card .layer .content h2 {
  font-size: 27px;
  margin-top: 0;
}
.notices .card .layer .content p {
  font-size: 18px;
  line-height: 30px;
}

.system-notices .notice {
  background-color: #f2f2f2;
  padding: 25px;
  max-width: 470px;
  margin: 0 auto 15px;
}
.system-notices .notice p {
  font-weight: bold;
  font-size: 20px;
  margin: 0;
  color: #666;
}

.toggle {
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  border: 0;
  margin: 0;
  overflow: visible;
  float: right;
  background: white;
  border-radius: 100px;
  height: 60px;
  width: 60px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  padding: 0;
  position: relative;
}
.toggle:hover i {
  rotate: 45deg;
}
.toggle:focus i {
  rotate: 360deg;
}

.image svg {
  height: 100%;
  display: block;
}

svg g#landmarks * {
  cursor: pointer;
}

svg g#landmarks > g {
  transition: 300ms ease all;
}

svg g#landmarks .is-disabled {
  opacity: 0.2;
}

.table {
  overflow: auto;
}
.table table {
  width: 100%;
  display: block;
}
.table table thead tr th {
  background-color: #171716;
  color: #000;
  font-weight: bold;
  width: 100%;
  padding: 25px;
  color: var(--theme-color, #38B0BF);
}
.table table tbody tr:nth-child(odd) td {
  background-color: #f9f9f9;
}
.table table tbody tr:hover {
  opacity: 0.9;
  cursor: pointer;
}
.table table tbody tr td {
  padding: 25px;
  text-decoration: none;
  position: relative;
  border-bottom: 0;
  font-family: forma-djr-micro, sans-serif;
}
.table table tbody tr td:last-child {
  font-weight: bold;
  text-align: center;
}

.swal2-container .swal2-popup {
  border-radius: 0;
}
.swal2-container .swal2-popup .swal2-title {
  font-family: forma-djr-micro, sans-serif;
}
.swal2-container .swal2-popup .swal2-html-container {
  font-family: "Source Sans Pro", sans-serif;
}
.swal2-container .swal2-popup .swal2-actions button {
  padding: 15px 35px;
  font-size: 18px;
  font-weight: 400;
  transition: 0.4s all;
  text-align: center;
  background-color: var(--theme-color, #38B0BF);
  color: #fff;
  border-radius: 3px;
  font-family: forma-djr-micro, sans-serif;
  font-weight: 100;
  text-decoration: none;
  position: relative;
  font-weight: bold;
  transition: 300ms ease all;
}
.swal2-container .swal2-popup .swal2-actions button.swal2-cancel {
  color: #2f2f2f;
}

.loader {
  padding: 15px;
  margin-bottom: 15px;
  background-color: #f9f9f9;
}

.draggable-placeholder {
  border: 5px dashed #eee;
  height: 1.5em;
}

.ui-sortable-helper {
  opacity: 0.5;
}

.specification-item-container {
  transition: 300ms ease opacity;
}

#province-locator {
  width: 100%;
  height: calc(100% - 59px);
  max-height: 100%;
}
#province-locator .multi-infowindow {
  display: flex;
}
#province-locator .gm-style-iw {
  padding: 0;
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  width: 100%;
  border-radius: 0;
}
#province-locator .gm-style-iw .gm-ui-hover-effect {
  top: 14px !important;
  right: 10px !important;
}
#province-locator .gm-style-iw .gm-ui-hover-effect span {
  background-color: #fff;
}
#province-locator .gm-style-iw .gm-style-iw-d {
  padding: 0;
  overflow: hidden !important;
}
#province-locator .gm-style-iw .header {
  display: flex;
  padding: 15px;
  background-color: #000;
}
#province-locator .gm-style-iw .header h3 {
  margin: 0;
  font-size: 30px;
  color: var(--theme-color, #38B0BF);
}
#province-locator .gm-style-iw .content {
  padding: 15px;
}
#province-locator .gm-style-iw .content p {
  font-size: 20px;
  margin-bottom: 5px;
  color: #000;
}
#province-locator .gm-style-iw .content p strong {
  display: block;
}

.table-container .table thead {
  background-color: #000;
}
.table-container .table thead tr th {
  padding: 10px !important;
  color: var(--theme-color, #38B0BF);
}
.table-container .table tbody tr:nth-child(even) td {
  background-color: #f2f2f2;
}
.table-container .table tbody tr td {
  padding: 10px !important;
}

.box-container {
  background-color: #fff;
}
.box-container .header {
  background-color: #000;
  padding: 15px;
}
.box-container .header h2 {
  margin: 0;
  color: var(--theme-color, #38B0BF);
}
.box-container .content {
  padding: 15px;
}
.box-container .content p {
  color: #000;
}
.box-container .content .buttons {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.requirements .form-item-group {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  padding: 15px;
}
.requirements .form-item {
  position: relative;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  width: 100%;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.4px;
  transition: 300ms ease all;
  margin-bottom: 10px;
}
.requirements .form-item.with-padding {
  margin-left: 25px;
  width: calc(100% - 25px);
}
.requirements .form-item:hover {
  background-color: #f2f2f2;
}
.requirements .form-item:last-child {
  margin-bottom: 0;
}
.requirements .form-item.is-active {
  background-color: rgba(50, 205, 50, 0.2);
  color: green;
}
.requirements .form-item.is-active .indicator {
  background-color: green;
}
.requirements .form-item .indicator {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 100%;
  margin-right: 8px;
  margin-top: 4px;
  transition: 300ms ease all;
}
.requirements .form-item .content {
  width: calc(100% - 10px);
}
.requirements .form-item .content p {
  margin-bottom: 0;
  color: #2f2f2f;
  font-weight: 100;
}
.requirements .form-item .edit-requirement {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  border: 0;
  transition: 300ms ease all;
}
.requirements .form-item .edit-requirement:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.google-map {
  height: 400px;
}

.admin-bar .sidebar {
  top: 172px;
  height: calc(100% - 172px);
}

.sidebar {
  position: fixed;
  top: 140px;
  left: 0;
  width: 100%;
  height: calc(100% - 140px);
  z-index: 700;
  transition: 300ms ease-in-out all;
  pointer-events: none;
}
.sidebar.is-active {
  pointer-events: auto;
}
.sidebar.is-active .overlay {
  opacity: 1;
}
.sidebar.is-active .nav-menu {
  translate: 0;
}
.sidebar.is-scrolled {
  top: 0;
  height: 100%;
}
.sidebar.sidebar-is-big .nav-menu {
  width: 100%;
  max-width: 75%;
}
.sidebar.sidebar-is-medium .nav-menu {
  width: 100%;
  max-width: 50%;
}
.sidebar .overlay {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 300ms ease-in-out all;
}
.sidebar .nav-menu {
  width: 500px;
  max-width: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  translate: 100%;
  transition: 300ms ease-in-out all;
  overflow: auto;
}
.sidebar .nav-menu .header {
  display: flex;
  background-color: #f9f9f9;
  border-bottom: 1px solid rgba(225, 225, 225, 0.8823529412);
}
.sidebar .nav-menu .header .close {
  width: 58px;
  height: 58px;
  background-color: transparent;
  border: 0;
  border-right: 1px solid rgba(225, 225, 225, 0.8823529412);
  font-size: 20px;
}
.sidebar .nav-menu .header h2 {
  margin: 15px 0 15px 15px;
}
.sidebar .nav-menu .sub-header {
  display: flex;
  background-color: #fff;
  border-bottom: 1px solid rgba(225, 225, 225, 0.8823529412);
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}
.sidebar .nav-menu .sub-header .close {
  width: 58px;
  height: 58px;
  background-color: transparent;
  border: 0;
  border-right: 1px solid rgba(225, 225, 225, 0.8823529412);
  font-size: 20px;
}
.sidebar .nav-menu .sub-header h2 {
  margin: 15px 0 15px 0px;
  font-size: 20px;
}
.sidebar .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar .menu li {
  margin: 0;
}
.sidebar .menu li a {
  display: flex;
  background-color: #fff;
  border-bottom: 1px solid rgba(225, 225, 225, 0.8823529412);
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  color: #000;
  font-weight: bold;
  font-family: forma-djr-micro, sans-serif;
  line-height: 100%;
  text-decoration: none;
  font-size: 20px;
}
.sidebar .menu li a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.sidebar .form {
  padding: 25px;
  background-color: #f9f9f9;
  overflow: hidden;
  display: none;
}
.sidebar .form.is-active {
  display: block;
}
.sidebar .form label.history-item {
  display: block;
}
.sidebar .form label.history-item .list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 8px;
}
.sidebar .form .form-group {
  margin-bottom: 15px;
}
.sidebar .form .select2 {
  width: 100% !important;
}

.hamburger {
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  border: 0;
  margin: 0;
  overflow: visible;
  float: right;
  background: white;
  border-radius: 100px;
  height: 60px;
  width: 60px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  padding: 0;
  position: relative;
  transform: scale(0.8);
}
@media (max-width: 992px) {
  .hamburger {
    display: inline-block;
  }
}
@media (max-width: 576px) {
  .hamburger {
    padding: 30px 5px 0px;
  }
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 35px;
  height: 24px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 35px;
  height: 5px;
  background-color: #000000;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
     * Squeeze
     */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

form .form-group label {
  display: block;
  font-weight: bold;
  font-family: forma-djr-micro, sans-serif;
}
form .form-group label.error {
  font-size: 14px !important;
  font-style: italic;
  color: red;
  margin-top: 5px;
  font-weight: normal;
}
form .form-group .inner-label {
  font-weight: 100;
}
form .form-group input:not([type=submit]):not([type=radio]):not([type=checkbox]),
form .form-group select,
form .form-group textarea {
  width: 100%;
  padding: 10px 7px;
  border: 1px solid #ccc;
}
form .form-group p {
  color: #000;
  font-size: 20px;
}
form .forms .form-item-group {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 15px;
  margin: 15px 0;
}
form .forms .form-item {
  background-color: transparent;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.4px;
  transition: 300ms ease all;
  margin-bottom: 10px;
}
form .forms .form-item.with-padding {
  margin-left: 25px;
  width: calc(100% - 25px);
}
form .forms .form-item:hover {
  background-color: #f2f2f2;
}
form .forms .form-item:last-child {
  margin-bottom: 0;
}
form .forms .form-item.is-active {
  background-color: rgba(50, 205, 50, 0.2);
  color: green;
}
form .forms .form-item.is-active .indicator {
  background-color: green;
}
form .forms .form-item .indicator {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 100%;
  margin-right: 8px;
  transition: 300ms ease all;
}
form.filters {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0px 0 25px;
}
form.filters .form-group.large {
  width: 66%;
}
form.filters .form-group [name=search] {
  border-radius: 25px;
}
form.filters .buttons {
  width: 33%;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
form.filters .buttons .btn {
  padding: 10px 25px;
}
form.filters .buttons .btn[type=button] {
  width: 54%;
  color: var(--theme-color, #38B0BF);
  background-color: rgba(26, 176, 191, 0.64);
}

.gform_wrapper {
  padding: 25px;
  background-color: #fff;
}
.gform_wrapper .gform_heading p {
  font-size: 20px;
  color: #121212;
  margin: 0 0 5px;
}
.gform_wrapper form .gf_progressbar_wrapper p {
  font-size: 18px;
  color: #121212;
  font-style: italic;
}
.gform_wrapper form .gf_progressbar_wrapper .gf_progressbar {
  background: #f2f2f2;
  border-radius: 0;
}
.gform_wrapper form .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
  background-color: var(--theme-color, #38B0BF);
  border-radius: 0;
}
.gform_wrapper form .gform_fields .gfield.amount:after {
  content: "\f153";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  height: 42.5px;
  width: 50px;
  background-color: #f2f2f2;
  display: flex;
  border: 1px solid #ccc;
  border-right: 0;
  align-items: center;
  justify-content: center;
  border-radius: 5px 0 0 5px;
}
.gform_wrapper form .gform_fields .gfield.amount input {
  width: calc(100% - 50px) !important;
  float: right;
}
.gform_wrapper form .gform_fields .gfield.street input {
  background-color: #ccc;
}
.gform_wrapper form .gform_fields .gfield p {
  font-size: 15px;
  color: #121212;
  font-style: italic;
}
.gform_wrapper form .gform_fields .gfield input[type=text],
.gform_wrapper form .gform_fields .gfield input[type=number],
.gform_wrapper form .gform_fields .gfield input[type=email],
.gform_wrapper form .gform_fields .gfield input[type=tel] {
  width: 100%;
}

header {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  height: 140px;
  transition: all 0.3s;
  background: #fff;
  border-bottom: 1px solid #eee;
}
header .container {
  padding: 0 15px;
}
header .container .col {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  height: 140px;
}
header .logo svg,
header .logo img {
  max-width: 140px;
  width: 100%;
}

.intro-content-new {
  background-color: #171716;
  position: relative;
}
.intro-content-new .image {
  position: absolute;
  top: -180px;
  overflow: hidden;
}
.intro-content-new .image .backdrop {
  height: 100%;
  background-color: #171716;
}
.intro-content-new .image img {
  width: 100%;
  max-width: unset;
}
.intro-content-new .content {
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.intro-content-new .content .pre-headline {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  text-transform: none;
  margin: 0;
}
@media (max-width: 576px) {
  .intro-content-new .content .pre-headline {
    font-size: 16px;
  }
}
.intro-content-new .content h1 {
  color: var(--theme-color, #38B0BF);
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 1450px) {
  .intro-content-new .content h1 {
    font-size: 50px;
  }
}
@media (max-width: 576px) {
  .intro-content-new .content h1 {
    font-size: 28px;
  }
}
.intro-content-new .content h1:after {
  content: unset;
}
.intro-content-new .content p {
  color: white;
  font-size: 24px;
  line-height: 35px;
  font-family: "Source Sans Pro", sans-serif;
  margin: 0 0 25px 0;
}
@media (max-width: 576px) {
  .intro-content-new .content p {
    font-size: 20px;
    line-height: 32px;
  }
}
.intro-content-new .content .buttons {
  display: flex;
}
.intro-content-new .content .buttons .sharing {
  padding: 10px 25px;
  align-self: center;
  margin-right: 15px;
}
.intro-content-new .content .buttons .sharing i {
  margin-left: 0;
  margin-right: 5px;
}
.intro-content-new .remove-relative {
  position: static;
}

.breadcrumbs {
  background-color: #f2f2f2;
}
.breadcrumbs nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.breadcrumbs ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs ul.actions li {
  margin-right: 15px;
}
.breadcrumbs ul.actions li:last-of-type {
  margin-right: 0;
}
.breadcrumbs ul li {
  margin: 0;
}
.breadcrumbs ul li a {
  padding: 25px;
  display: block;
  text-decoration: none;
  position: relative;
  font-family: forma-djr-micro, sans-serif;
  transition: 230ms all cubic-bezier(0.25, 0.8, 0.25, 1);
}
.breadcrumbs ul li a:after {
  height: 80%;
  width: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  background-color: #dfdfdf;
  translate: 0% -50%;
}
.breadcrumbs ul li a:hover, .breadcrumbs ul li a.is-active {
  background-color: var(--theme-color, #38B0BF);
  color: #fff;
}

.projecten {
  position: relative;
  padding: 50px 0;
  margin-top: -1px;
}
.projecten.is-empty {
  padding: 100px 0;
  text-align: center;
}
.projecten.is-empty .image {
  font-size: 100px;
}
.projecten.is-empty .text-container p {
  font-size: 20px;
  color: #000;
}
.projecten:after {
  background-color: #171716;
  width: 100%;
  height: 250px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.projecten .information-text p {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  color: #000;
}
.projecten .information-text p span {
  color: var(--theme-color, #38B0BF);
}
.projecten .container {
  position: relative;
  z-index: 100;
}
.projecten .titel h3 {
  color: #fff;
  font-weight: bold;
  margin: 0;
}
.projecten .project-item {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin-top: 25px;
  border: 1px solid #f2f2f2;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: calc(100% - 25px);
  transition: 230ms ease-in-out all;
  border-radius: 5px;
}
.projecten .project-item:hover .image {
  opacity: 0.9;
}
.projecten .project-item .resizer {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  z-index: 90;
  transition: 300ms ease all;
}
.projecten .project-item .resizer.is-active {
  opacity: 1;
}
.projecten .project-item .resizer .btn {
  position: absolute;
  background-color: grey;
  padding: 0 50px;
  pointer-events: all;
  cursor: -webkit-grab;
  cursor: grab;
}
.projecten .project-item .resizer .btn.left-side, .projecten .project-item .resizer .btn.right-side {
  padding: 50px 10px;
  top: 50%;
}
.projecten .project-item .resizer .btn.left-side {
  left: 0;
  transform: translate(0, -50%);
}
.projecten .project-item .resizer .btn.right-side {
  right: 0;
  transform: translate(0, -50%);
}
.projecten .project-item .resizer .btn.top-side {
  left: 50%;
  transform: translate(-50%, 0);
}
.projecten .project-item .resizer .btn.bottom-side {
  top: unset;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.projecten .project-item .resizer .btn i {
  margin: 0;
}
.projecten .project-item .toolbar {
  position: absolute;
  top: 85px;
  right: 18px;
  height: 39px;
  display: flex;
  align-items: center;
  grid-gap: 5px;
  opacity: 0;
  pointer-events: none;
  z-index: 900;
  transition: 300ms ease all;
  transform: translate(0%, -25px);
}
.projecten .project-item .toolbar.is-active {
  opacity: 1;
  pointer-events: all;
  transform: translate(0);
}
.projecten .project-item .toolbar button {
  padding: 5px 15px !important;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #000;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.projecten .project-item .toolbar button i {
  margin: 0;
}
.projecten .project-item .header {
  background-color: #171716;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.projecten .project-item .header h2,
.projecten .project-item .header h3 {
  font-size: 20px;
  margin: 0;
  max-width: calc(100% - 40px);
}
.projecten .project-item .header button {
  width: 40px;
  height: 40px;
  font-size: 20px;
}
.projecten .project-item .image {
  isolation: isolate;
  position: relative;
  transition: 0.3s ease-in-out opacity;
}
.projecten .project-item .image button {
  right: 10px;
  color: #000;
  position: absolute;
  top: 10px;
  background-color: rgb(255, 255, 255);
  border-radius: 25px;
  padding: 5px 10px;
  border: 1px solid #fff;
}
.projecten .project-item .image button:hover {
  border-color: var(--theme-color, #38B0BF);
  color: var(--theme-color, #38B0BF);
}
.projecten .project-item .image button i {
  margin: 0;
}
.projecten .project-item .image .is-connected {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgb(255, 255, 255);
  border-radius: 25px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
}
.projecten .project-item .image .is-connected.enabled .area-code {
  background-color: darkgreen;
}
.projecten .project-item .image .is-connected .area-code {
  width: 10px;
  height: 10px;
  display: block;
  background-color: #666;
  border-radius: 100%;
  margin-right: 5px;
}
.projecten .project-item .image img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  transition: 230ms all cubic-bezier(0.25, 0.8, 0.25, 1);
}
.projecten .project-item .image .no-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  transition: 230ms all cubic-bezier(0.25, 0.8, 0.25, 1);
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 70px;
}
.projecten .project-item .image .alt {
  position: absolute;
  right: 15px;
  bottom: 15px;
  margin: 0;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.projecten .project-item .content {
  padding: 25px;
}
.projecten .project-item h3 {
  font-weight: bold;
  font-size: 30px;
  margin: 0;
  color: var(--theme-color, #38B0BF);
}
.projecten .project-item .progress-bar {
  position: relative;
  height: 25px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  background-color: #f2f2f2;
  margin-top: 15px;
}
.projecten .project-item .progress-bar .steps {
  display: flex;
  height: 100%;
  width: 100%;
  z-index: 20;
  position: relative;
}
.projecten .project-item .progress-bar .steps .step {
  width: 100%;
  border-right: 5px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.projecten .project-item .progress-bar .steps .step span {
  display: block;
}
.projecten .project-item .progress-bar span {
  display: none;
}
.projecten .project-item .progress-bar .inner {
  background-color: var(--theme-color, #38B0BF);
  position: absolute;
  top: 0;
  left: 0;
  width: var(--progress-bar-width, 75%);
  height: 100%;
  z-index: 10;
}
.projecten .project-item .after-titel {
  display: flex;
  margin-top: 15px;
  align-items: center;
  justify-content: space-between;
}
.projecten .project-item .after-titel p {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 16px;
  color: #000;
}
.projecten .project-item .after-titel p i {
  color: #ccc;
  margin-right: 5px;
}
.projecten .project-item .after-titel p span {
  color: var(--theme-color, #38B0BF);
}
.projecten .project-item .plus-sign {
  text-align: center;
  color: #000;
  margin-top: auto;
}

.tab {
  display: none;
}
.tab.is-active {
  display: block;
}

.persons {
  padding: 25px 0 !important;
}
.persons.is-empty {
  padding: 100px 0;
}
.persons.is-empty .image {
  font-size: 100px;
}
.persons.is-empty .text-container {
  text-align: center;
}
.persons.is-empty .text-container p {
  font-size: 20px;
  color: #000;
}
.persons .information-text {
  margin-bottom: 25px;
}
.persons .item {
  background-color: #fff;
  border: 1px solid #f2f2f2;
  margin-bottom: 15px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
  text-decoration: none;
}
.persons .item .titel {
  display: flex;
  align-items: center;
  gap: 15px;
}
.persons .item .titel h2 {
  margin: 0;
}
.persons .item .titel p {
  margin: 0;
  font-size: 20px;
  color: #121212;
}
.persons .item .top {
  border-bottom: 1px solid #eee;
  background-color: #f2f2f2;
}
.persons .item .top p {
  font-weight: bold;
  color: #000;
  margin: 0;
  padding: 25px;
  font-size: 20px;
}
.persons .item .top p span {
  color: var(--theme-color, #38B0BF);
}
.persons .item .labels {
  display: flex;
  align-items: center;
}
.persons .item .labels span {
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.persons .item .labels span.correct i {
  background-color: #bce5b9;
  color: green;
}
.persons .item .labels span.failed i {
  background-color: #e5b9b9;
  color: red;
}
.persons .item .labels span i {
  background-color: #000000;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.persons .item .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.persons .item .bottom p {
  font-weight: bold;
  color: #000;
  margin: 0;
  padding: 25px;
  font-size: 20px;
}
.persons .item .bottom p span {
  color: var(--theme-color, #38B0BF);
}
.persons .dossier-listing {
  background-color: #f2f2f2;
  padding: 25px;
}
.persons .dossier-listing > h2 {
  color: var(--theme-color, #38B0BF);
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: 300ms ease background-color;
}
.persons .dossier-listing > h2:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.persons .dossier-listing.valid {
  background-color: #bce5b9;
}
.persons .dossier-listing.maybe {
  background-color: #e1e5b9;
}
.persons .dossier-listing.unsuitable {
  background-color: #e5b9b9;
}
.persons .dossier-listing .items {
  display: none;
  margin: 25px 0 0;
}
.persons .filters .buttons .btn.is-empty {
  background-color: #f2f2f2;
  color: #666;
}

.login-container {
  min-height: calc(100vh - 140px);
}
.login-container .row {
  margin: 0;
}
.login-container .row .col-12 {
  padding: 0;
}
.login-container .login-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px;
}
.login-container .login-box .inner-box {
  padding: 40px 50px;
  background-color: rgba(242, 242, 242, 0.9490196078);
  max-width: 470px;
  margin: 0 auto;
  width: 100%;
}
.login-container .login-box .logo {
  max-width: 215px;
  margin: 0 auto;
}
.login-container .login-box .logo img {
  width: 100%;
  display: flex;
}
.login-container .login-box .form-group label {
  font-size: 30px;
  font-weight: bold;
}
.login-container .login-box .buttons {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 15px;
}
.login-container .login-box .buttons .btn {
  width: 100%;
}
.login-container .image img {
  max-width: 100%;
  height: calc(100vh - 140px);
  -o-object-fit: cover;
     object-fit: cover;
}

.bar {
  height: 80px;
  width: 100%;
  background-color: #f2f2f2;
}

.summary {
  position: relative;
  margin-top: -75px;
  padding: 0;
}

.page-content {
  padding: 50px 0;
  background-color: #f2f2f2;
}
.page-content .text-container {
  padding: 50px;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #f2f2f2;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: 230ms ease-in-out all;
  border-radius: 5px;
}
.page-content .text-container p {
  font-size: 20px;
  color: #000;
}

.select2-container .select2-results ul li {
  margin: 0;
  font-size: 16px;
}
.select2-container .select2-selection__rendered li {
  margin-bottom: 0px;
  border: 1px solid #eee;
  border-radius: 5px;
  text-align: left;
  font-weight: normal;
  letter-spacing: 0.4px;
  transition: 300ms ease all;
  font-size: 1rem;
  background-color: rgba(50, 205, 50, 0.2) !important;
  color: green;
  font-weight: bold;
}

.entry-form-container {
  background-color: #f2f2f2;
  padding: 50px;
}
.entry-form-container .header {
  background-color: #000;
  padding: 15px;
}
.entry-form-container .header h2 {
  margin: 0;
  color: var(--theme-color, #38B0BF);
}
.entry-form-container .entry-form {
  background-color: #fff;
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.entry-form-container .entry-form .form-group {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.entry-form-container .entry-form .form-group input {
  background-color: #f2f2f2;
  border-radius: 5px;
  border: 0;
}