@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,900|Roboto:300,400&subset=latin-ext");
body, html {
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

h1, h2, h3, h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}

h1 {
  font-size: 2em;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 3.714em;
  }
}
@media screen and (min-width: 768px) {
  h1 span {
    display: block;
  }
}

h2 {
  margin-bottom: 12px;
  text-transform: uppercase;
  font-size: 1.71em;
}
@media screen and (min-width: 480px) {
  h2 {
    font-size: 30px;
  }
}

p {
  font-weight: 400;
  font-size: 1em;
  color: #585858;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 1.28em;
    line-height: 2.57em;
  }
}
p.lead {
  font-size: 1.14em;
}
a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  word-break: break-word;
}
a:active, a:hover, a:focus {
  text-decoration: none;
}

.navbar {
  width: 100%;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  z-index: 999;
  top: -1px;
  -webkit-box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.navbar > .wrapper {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  height: 100%;
  min-height: 90px;
}
@media only screen and (min-width: 992px) {
  .navbar > .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.flex-nav {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1200px) {
  .flex-nav {
    width: 1200px;
    margin: 0 auto;
  }
}
.flex-nav a:hover {
  text-decoration: none;
}
.flex-nav .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 992px) {
  .flex-nav .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 1;
            flex: 0 1;
  }
}
.flex-nav .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-nav .logo a img {
  max-height: 70px;
  max-width: 220px;
  width: auto;
  margin: 10px;
}
@media only screen and (min-width: 992px) {
  .flex-nav .logo a img {
    max-width: 250px;
  }
}
.flex-nav .logo a span {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  display: none;
  word-break: initial;
}
@media screen and (min-width: 480px) {
  .flex-nav .logo a span {
    display: inline-block;
    font-size: 1.14em;
    line-height: 1.28em;
  }
}
.flex-nav .menu-trigger {
  margin-right: 10px;
}
@media screen and (min-width: 992px) {
  .flex-nav .menu-trigger {
    display: none;
  }
}
.flex-nav .menu-trigger button {
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
  position: relative;
}
.flex-nav .menu-trigger button:hover, .flex-nav .menu-trigger button:focus {
  border: none;
}
.flex-nav .menu-trigger button .icon-bar {
  width: 30px;
  height: 2px;
  background-color: #333;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-nav .menu-trigger button .icon-bar:nth-child(1) {
  top: 6px;
}
.flex-nav .menu-trigger button .icon-bar:nth-child(2) {
  top: 14px;
}
.flex-nav .menu-trigger button .icon-bar:nth-child(3) {
  top: 22px;
}
.flex-nav .menu-trigger button.opened .icon-bar {
  width: 30px;
  height: 2px;
  background-color: #ccc;
  position: absolute;
  left: 0;
}
.flex-nav .menu-trigger button.opened .icon-bar:nth-child(1) {
  top: 6px;
}
.flex-nav .menu-trigger button.opened .icon-bar:nth-child(2) {
  top: 14px;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.flex-nav .menu-trigger button.opened .icon-bar:nth-child(3) {
  top: 22px;
}
.flex-nav .menu {
  -webkit-transition: max-height 0.7s cubic-bezier(0.35, 0, 0.27, 1);
  transition: max-height 0.7s cubic-bezier(0.35, 0, 0.27, 1);
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-nav .menu.opened {
  visibility: visible;
  height: auto;
  max-height: 500px;
}
@media screen and (min-width: 992px) {
  .flex-nav .menu {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    visibility: visible;
    overflow: visible;
    max-height: inherit;
  }
}
.flex-nav .menu .dropdown-menu {
  display: none;
}
.flex-nav .menu ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
.flex-nav .menu ul.nav-list {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .flex-nav .menu ul.nav-list {
    text-align: right;
  }
}
.flex-nav .menu ul.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex-nav .menu ul.flex li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 100%;
  margin: 5px 0;
}
.flex-nav .menu ul.flex li a {
  text-align: center;
  padding: 5px;
}
.flex-nav .menu ul li {
  position: relative;
  display: block;
}
@media screen and (min-width: 992px) {
  .flex-nav .menu ul li {
    display: inline-block;
  }
}
.flex-nav .menu ul li a {
  display: block;
  color: #666;
  height: auto;
  text-transform: uppercase;
  position: relative;
  border-radius: 5px;
  border: 1px solid transparent;
  padding: 2px 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1200px) {
  .flex-nav .menu ul li a {
    padding: 7px 15px;
  }
}
.flex-nav .menu ul li a:hover, .flex-nav .menu ul li a:focus {
  background: transparent;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  color: #c22a13;
}
.flex-nav .menu ul li.half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
}
.flex-nav .menu ul li.open > .dropdown-menu {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .flex-nav .menu ul li.open > .dropdown-menu {
    position: absolute;
    margin-bottom: 0;
    max-width: 100%;
  }
  .flex-nav .menu ul li.open > .dropdown-menu li {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .flex-nav .menu ul li.open > .dropdown-menu a {
    font-weight: 700;
  }
}
@media screen and (max-width: 991px) {
  .flex-nav .menu ul li.open > .dropdown-menu li {
    text-align: center;
  }
}
.flex-nav .menu ul li.open > a {
  position: relative;
  border: none;
  background: transparent;
  font-weight: 700;
}
.flex-nav .menu ul li.dropdown > a {
  position: relative;
}
.flex-nav .menu ul li.dropdown > a:before {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.flex-nav .menu ul li.dropdown > a.open:before {
  content: "\f0d8";
}
.flex-nav .extra-link {
  display: none;
}
@media screen and (min-width: 992px) {
  .flex-nav .extra-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 190px;
            flex: 0 190px;
  }
}
.flex-nav .extra-link a {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 400;
  color: #666;
  margin-top: 5px;
  text-align: center;
}
.flex-nav .extra-link a:hover {
  color: #c22a13;
}
.flex-nav .extra-link a.btn-page {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  border: 1px #c22a13 solid;
  color: #c22a13;
  margin: 5px 10px 0 10px;
  font-size: 1em;
  line-height: 1.14em;
  border-radius: 3px;
  word-break: initial;
}
.flex-nav .extra-link a.btn-page i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.flex-nav .extra-link a.btn-page span {
  display: block;
}
.flex-nav .extra-link.bo, .flex-nav .extra-link.ks {
  text-align: center;
  margin: 0 auto 10px;
}
.flex-nav .extra-link.bo a, .flex-nav .extra-link.ks a {
  text-align: left !important;
}
.flex-nav .extra-link.bo a:hover {
  background-color: #c22a13;
  color: #fff;
}
.flex-nav .extra-link.ks a {
  padding: 10px 40px 10px 15px;
}
.flex-nav .extra-link.ks a:hover {
  background-color: #c22a13;
  color: #fff;
}
.flex-nav .extra-link.ks a i {
  right: 10px;
}
.flex-nav .extra-link.bo a {
  padding: 10px 12px 10px 40px;
}
.flex-nav .extra-link.bo a i {
  left: 10px;
}

.box {
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  padding: 20px;
  margin: 0 15px 30px;
}
.box h3 {
  margin-top: 10px;
  margin-bottom: 15px;
}
.box h3 a {
  font-family: "Montserrat", sans-serif;
  color: #2C2D33;
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .box h3 a {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.box h3 a:hover {
  color: #c22a13;
}
.box h4 {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
.box p {
  font-family: "Roboto", sans-serif;
  color: #707070;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 5px;
}
.box ul, .box ol {
  padding-left: 15px;
  margin-bottom: 20px;
}
.box ul.fa-ul, .box ol.fa-ul {
  margin-bottom: 5px;
}
.box ul.fa-ul li, .box ol.fa-ul li {
  padding: 15px 0;
}
.box ul.fa-ul li a, .box ol.fa-ul li a {
  text-decoration: none;
  color: #707070;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.box ul.fa-ul li a:hover, .box ol.fa-ul li a:hover {
  color: #c22a13;
}
.box ul.fa-ul li a:hover span, .box ol.fa-ul li a:hover span {
  background-color: #c22a13;
  border-color: #c22a13;
}
.box ul.fa-ul li a:hover span i, .box ol.fa-ul li a:hover span i {
  color: #fff;
}
.box ul.fa-ul li span, .box ol.fa-ul li span {
  width: 30px;
  height: 30px;
  margin: 7px 0 7px -15px;
  background-color: #fff;
  border: 1px #BDBDBD solid;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.box ul.fa-ul li span i, .box ol.fa-ul li span i {
  margin-top: 7px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.box .img-responsive {
  width: 100%;
  height: auto;
}
.box .map {
  margin-top: 20px;
  margin-bottom: 10px;
}
.box .date {
  margin: 0;
  padding: 0 0 5px;
  list-style-type: none;
  border-bottom: 1px #E4E7E8 solid;
}
.box .date li {
  display: inline-block;
  color: #c22a13;
  font-size: 15px;
  padding: 2px 0;
}
.box .date li span {
  display: none;
}
@media screen and (min-width: 768px) {
  .box .date li span {
    display: inline-block;
  }
}
.box .date li i {
  color: #BDBDBD;
}
@media screen and (min-width: 480px) {
  .box .date li.date_to {
    margin-left: 15px;
  }
}
.box .categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px 5px;
  margin: 5px 0;
  border-radius: 5px;
  background-color: #f1f1f1;
}
.box .categories > i {
  margin: 5px 10px 0 0;
  color: #BDBDBD;
}
.box .categories ul {
  list-style-type: none;
  margin: 3px 0 0;
  padding: 0;
}
.box .categories ul li {
  display: inline-block;
}
.box .categories ul li.parentCategory {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.box .categories ul li.subCategory {
  font-size: 12px;
  display: block;
}
.box .btns {
  padding-top: 15px;
}

.box-border {
  position: relative;
  padding: 10px 10px 0;
  margin: 0 0 60px;
  border-radius: 5px;
  border: 1px #ccc solid;
}
.box-border .categories {
  margin: 10px 0;
  padding: 5px 0 10px;
}
.box-border .categories ul {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.box-border .categories ul li {
  display: inline-block;
  padding: 4px 8px;
  margin: 0 3px 0 0;
  border: 1px #ccc solid;
  border-radius: 3px;
  background-color: #f1f1f1;
}
.box-border .categories ul li.selected {
  background-color: #357bf0;
  border-color: #357bf0;
  color: #fff;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
}

@-webkit-keyframes slideInFromLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  90% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInFromLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  90% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes harmonogram {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes harmonogram {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes harmonogram-move {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes harmonogram-move {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInFast {
  to {
    opacity: 1;
  }
}
@keyframes fadeInFast {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes bottom-line {
  0% {
    top: 22px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}
@keyframes bottom-line {
  0% {
    top: 22px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}
.btn {
  padding: 7px 20px;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1em;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn:hover, .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.btn.btn-white {
  background-color: #fff;
  border-color: #c22a13;
  color: #c22a13;
}
.btn.btn-color {
  background-color: #c22a13;
  border-color: #c22a13;
  color: #fff;
}
.btn.btn-transparent-white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn.btn-transparent-white:hover, .btn.btn-transparent-white:focus, .btn.btn-transparent-white:active {
  background-color: #fff;
  color: #c22a13;
}
.btn i {
  margin: 0 5px;
  font-size: 20px;
}
.btn.faux-btn {
  cursor: default;
}
.btn.faux-btn:hover, .btn.faux-btn:focus, .btn.faux-btn:active {
  border-color: #fff;
  background-color: inherit;
}

.fbBox {
  z-index: 9999;
  position: fixed;
  right: -250px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 250px;
  height: 300px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0.65, 0.37, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0, 0.65, 0.37, 1);
  transition: transform 0.3s cubic-bezier(0, 0.65, 0.37, 1);
  transition: transform 0.3s cubic-bezier(0, 0.65, 0.37, 1), -webkit-transform 0.3s cubic-bezier(0, 0.65, 0.37, 1);
}
.fbBox.active {
  -webkit-transform: translate(-250px, -50%);
          transform: translate(-250px, -50%);
}
.fbBox .fbTrigger {
  border: none;
  background-color: transparent;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -60px;
  background-color: transparent;
}
.fbBox .fbTrigger img {
  display: block;
  width: 100%;
  height: 100%;
}

dialog {
  border: none;
  background: transparent;
  padding: 0;
}
dialog::-ms-backdrop {
  background-color: rgba(0, 0, 0, 0.4);
}
dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.4);
}
dialog .modal-content {
  padding: 0 30px;
  border-color: #fff;
  border-radius: 3px;
}
dialog .modal-content p {
  text-align: justify;
}
dialog .modal-content .modal-header {
  border-bottom: none;
  padding: 10px 0 0;
}
dialog .modal-content .modal-header .close {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 3.57em;
}
dialog .modal-content .modal-header .close:hover {
  -webkit-transform: scale(1.3) rotate(180deg);
          transform: scale(1.3) rotate(180deg);
}
dialog .modal-body {
  padding: 0 15px 15px;
}
dialog .modal-body .project-status-info {
  text-align: center;
  background-color: #f5f5f5;
  padding: 15px 10px;
  border-radius: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
dialog .modal-body .project-attrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5px 0;
  margin-bottom: 10px;
  border-radius: 20px 20px 0 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  position: relative;
}
dialog .modal-body .project-attrs .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  padding: 5px;
}
@media screen and (min-width: 480px) {
  dialog .modal-body .project-attrs .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}
@media screen and (min-width: 992px) {
  dialog .modal-body .project-attrs .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
dialog .modal-body .project-attrs .col i {
  font-size: 1.85em;
  color: #c22a13;
  min-width: 30px;
}
dialog .modal-body .project-attrs .col .text {
  margin-left: 15px;
}
dialog .modal-body .project-attrs .col .text span {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1em;
  display: none;
}
@media screen and (min-width: 480px) {
  dialog .modal-body .project-attrs .col .text span {
    display: block;
  }
}
dialog .modal-body .project-title {
  font-size: 1.71em;
  line-height: 1.14em;
  text-transform: none;
  margin-bottom: 15px;
}
dialog .modal-body .date {
  margin: 0 0 15px;
  padding: 15px 0;
  list-style-type: none;
  border-bottom: 1px #e4e7e8 solid;
}
dialog .modal-body .date li {
  display: inline-block;
  color: #c22a13;
  font-size: 1.07em;
  padding: 2px 0;
}
dialog .modal-body .date li span {
  display: none;
}
@media screen and (min-width: 768px) {
  dialog .modal-body .date li span {
    display: inline-block;
  }
}
dialog .modal-body .date li i {
  color: #BDBDBD;
}
@media screen and (min-width: 480px) {
  dialog .modal-body .date li.date_to {
    margin-left: 15px;
  }
}
dialog .modal-body .project-content h3 {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-size: 1.42em;
  line-height: 1.71em;
  font-weight: 600;
}
dialog .modal-body .project-content p {
  font-family: "Roboto", sans-serif;
  color: #707070;
  font-size: 1em;
  line-height: 1.42em;
  padding-bottom: 5px;
}
dialog .modal-body .project-content .inner-content {
  border-top: 1px #E4E7E8 solid;
  padding: 5px 0 20px;
}
dialog .modal-body .project-content .inner-content:first-child {
  border-top: none;
}
dialog .modal-body .project-content .inner-content.mapa {
  padding-bottom: 20px;
}
dialog .modal-body .project-content .inner-content.map .infoWindowContent {
  max-width: 300px;
  padding: 10px 10px 0;
  text-align: center;
}
dialog .modal-body .project-content .inner-content h3 {
  font-size: 1.42em;
  line-height: 1.71em;
  color: #000;
}
dialog .modal-body .project-content .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
dialog .modal-body .project-content .content h2,
dialog .modal-body .project-content .content h3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
dialog .modal-body .project-content .content p {
  font-family: "Roboto", sans-serif;
  color: #707070;
  font-size: 1em;
  line-height: 1.42em;
  padding-bottom: 5px;
}
dialog .modal-body .project-content .content .content-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
@media screen and (min-width: 992px) {
  dialog .modal-body .project-content .content .content-wrapper {
    -webkit-box-flex: 3;
        -ms-flex: 3 1;
            flex: 3 1;
    padding-right: 20px;
  }
}
dialog .modal-body .project-content .content .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  border-radius: 0 20px 20px 0;
  padding: 30px 0 0;
}
@media screen and (min-width: 992px) {
  dialog .modal-body .project-content .content .status {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
dialog .modal-body .project-content .content .status .wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #f5f5f5;
  padding: 30px 10px 0;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  dialog .modal-body .project-content .content .status .wrapper {
    padding-top: 40px;
  }
}
dialog .modal-body .project-content .content .status .main {
  font-size: 1.28em;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  margin: 0 0 10px;
  color: #c22a13;
}
@media screen and (min-width: 1200px) {
  dialog .modal-body .project-content .content .status .main {
    font-size: 1.42em;
  }
}
dialog .modal-body .project-content .content .status .sub {
  font-size: 0.85em;
  line-height: 1em;
  margin-top: -10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
}
dialog .modal-body .project-content .content .status .status-icon {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 6px #f5f5f5 solid;
  text-align: center;
  position: absolute;
  top: -25px;
  left: calc(50% - 25px);
  background-color: #c22a13;
}
@media screen and (min-width: 1200px) {
  dialog .modal-body .project-content .content .status .status-icon {
    width: 70px;
    height: 70px;
    top: -35px;
    left: calc(50% - 38px);
  }
}
dialog .modal-body .project-content .content .status .status-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.42em;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  dialog .modal-body .project-content .content .status .status-icon i {
    font-size: 2em;
  }
}
dialog .modal-body .project-content .content .status.draft .status-icon {
  background-color: #ccc;
}
dialog .modal-body .project-content .content .status.draft .main {
  color: #111;
}
dialog .modal-body .project-content .content .status.archived .status-icon {
  background-color: #9e9e9e;
}
dialog .modal-body .project-content .content .status.archived .main {
  color: #9e9e9e;
}
dialog .modal-body .project-content .content .status.completed .status-icon {
  background-color: #616161;
}
dialog .modal-body .project-content .content .status.completed .main {
  color: #616161;
}
dialog .modal-body .project-content .content .status span {
  display: block;
}
dialog .modal-body .project-content .content .status .btn {
  width: 100%;
}
@media screen and (min-width: 480px) {
  dialog .modal-body .project-content .content .status .btn {
    width: 45%;
  }
}
@media screen and (min-width: 992px) {
  dialog .modal-body .project-content .content .status .btn {
    width: 100%;
  }
}
dialog .modal-body .project-content .content .status .btn:hover {
  background-color: #c22a13;
  color: #fff;
}
dialog .modal-body .project-content .content .fa-ul li i {
  color: #c22a13;
}
dialog .modal-body .project-content .content .fa-ul li strong {
  display: block;
}
dialog .modal-body .szczegoly ul li {
  padding: 10px 0;
}
dialog .modal-body .szczegoly ul li .header {
  display: block;
  font-size: 1.2em;
  margin-bottom: 5px;
}
dialog .modal-body .zalaczniki ul {
  margin-left: 1.5em;
}
dialog .modal-body .zalaczniki ul li {
  padding: 5px 0;
}
dialog .modal-body .zalaczniki ul li a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
dialog .modal-body .zalaczniki ul li a:hover {
  color: #c22a13;
}
dialog .modal-body .projectsAttachmentsGallery ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
dialog .modal-body .projectsAttachmentsGallery ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 10px;
  padding: 0;
}
dialog .modal-body .projectsAttachmentsGallery ul li a {
  display: inline-block;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
dialog .modal-body .projectsAttachmentsGallery ul li a::before {
  content: "\f00e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 45px;
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -35%);
          transform: translate(-50%, -35%);
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
dialog .modal-body .projectsAttachmentsGallery ul li a::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
dialog .modal-body .projectsAttachmentsGallery ul li a img {
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  max-width: 220px;
  max-height: 125px;
}
dialog .modal-body .projectsAttachmentsGallery ul li a:hover, dialog .modal-body .projectsAttachmentsGallery ul li a:focus {
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(-3px) scale(1.05);
          transform: translateY(-3px) scale(1.05);
}
dialog .modal-body .projectsAttachmentsGallery ul li a:hover::before, dialog .modal-body .projectsAttachmentsGallery ul li a:focus::before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
dialog .modal-body .projectsAttachmentsGallery ul li a:hover::after, dialog .modal-body .projectsAttachmentsGallery ul li a:focus::after {
  opacity: 0.3;
}
dialog .modal-body .projectsAttachmentsGallery ul li:last-child {
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}
dialog .modal-footer .btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.project-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .project-nav {
    display: block;
  }
}
.project-nav .btn {
  width: 40px;
  height: 40px;
  position: fixed;
  text-align: center;
  padding: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.37, 1.84, 0.49, 1.01);
  transition: all 0.5s cubic-bezier(0.37, 1.84, 0.49, 1.01);
  top: 300px;
  z-index: 1060;
}
.project-nav .btn i {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.37, 1.84, 0.49, 1.01);
  transition: -webkit-transform 0.3s cubic-bezier(0.37, 1.84, 0.49, 1.01);
  transition: transform 0.3s cubic-bezier(0.37, 1.84, 0.49, 1.01);
  transition: transform 0.3s cubic-bezier(0.37, 1.84, 0.49, 1.01), -webkit-transform 0.3s cubic-bezier(0.37, 1.84, 0.49, 1.01);
}
.project-nav .btn.btn-prev {
  left: 30px;
  left: calc((100vw - 600px) / 2 - 60px);
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}
@media screen and (min-width: 992px) {
  .project-nav .btn.btn-prev {
    left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .project-nav .btn.btn-prev {
    left: 30px;
    left: calc((100vw - 900px) / 3);
  }
}
.project-nav .btn.btn-prev:hover i {
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
.project-nav .btn.btn-next {
  right: 30px;
  right: calc((100vw - 600px) / 2 - 60px);
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
@media screen and (min-width: 992px) {
  .project-nav .btn.btn-next {
    right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .project-nav .btn.btn-next {
    right: 30px;
    right: calc((100vw - 900px) / 3);
  }
}
.project-nav .btn.btn-next:hover i {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.project-nav .btn.invisible {
  visibility: visible;
  opacity: 0;
}
.project-nav.on {
  visibility: visible;
  z-index: 1060;
}
.project-nav.on .btn.btn-prev {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.project-nav.on .btn.btn-next {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.project-nav.off {
  visibility: hidden;
  z-index: -1;
}
.project-nav.off .btn.btn-prev {
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}
.project-nav.off .btn.btn-next {
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.gallery .gal_item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .gallery .gal_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 33%;
            flex: 0 33%;
    margin: 0 10px 10px 0;
  }
}
@media screen and (min-width: 992px) {
  .gallery .gal_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 23%;
            flex: 0 23%;
    margin: 0 10px 10px 0;
  }
}
.gallery .gal_item a {
  display: block;
  margin: 10px;
  overflow: hidden;
  width: 100%;
  height: 150px;
  position: relative;
}
.gallery .gal_item a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
  top: 50%;
  left: 50%;
}
.gallery .gal_item a img {
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  min-height: 150px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.featherlight .featherlight-content {
  padding: 2px 2px 0 !important;
  border-bottom: 2px solid transparent !important;
}
.featherlight .featherlight-close-icon {
  top: 10px !important;
  right: 10px !important;
  line-height: 45px !important;
  width: 45px !important;
  border-radius: 50% !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.featherlight .featherlight-close-icon:hover {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.featherlight .featherlight-previous {
  left: 0;
  right: 90%;
}
.featherlight .featherlight-next {
  left: 90%;
  right: 0;
}
.featherlight .featherlight-next,
.featherlight .featherlight-previous {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.featherlight .featherlight-next span,
.featherlight .featherlight-previous span {
  font-size: 2.14em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.featherlight .featherlight-next:hover,
.featherlight .featherlight-previous:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

*:focus {
  outline: 1px dashed red !important;
  outline-offset: 2px !important;
}

.wcag {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: -1;
}
.wcag .controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
}
@media screen and (min-width: 768px) {
  .wcag .controls {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.wcag .controls .wrapper {
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 3px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wcag .controls .header {
  -ms-flex-item-align: center;
      align-self: center;
}
.wcag .controls .header strong {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  font-size: 12px;
  line-height: 1em;
  display: none;
  text-transform: uppercase;
  font-weight: 900;
  margin-left: 5px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .wcag .controls .header strong {
    display: inline-block;
  }
}
.wcag .controls .header i {
  font-size: 1.6em;
  display: inline-block;
}
.wcag .controls .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .wcag .controls .actions {
    margin-left: 0;
  }
}
.wcag .controls .actions .header {
  display: none;
}
.wcag .controls .actions .header span {
  font-size: 0.7em;
  font-weight: 300;
}
.wcag .controls .actions button {
  border: none;
  background: transparent;
  width: 30px;
  height: 30px;
}
.wcag .controls .actions button span {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  border: 3px solid #000;
  border-radius: 30px;
  text-indent: -9999px;
}
.wcag .controls .actions button span::before, .wcag .controls .actions button span::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 7px;
  height: 14px;
}
.wcag .controls .actions button span::before {
  right: 0;
  border-radius: 0 10px 10px 0;
}
.wcag .controls .actions button span::after {
  left: 0;
  border-radius: 10px 0 0 10px;
}
.wcag .controls .actions button.contrast_bw span {
  color: #fff;
  background: #000;
}
.wcag .controls .actions button.contrast_bw span::before {
  background: #000;
}
.wcag .controls .actions button.contrast_bw span::after {
  background: #fff;
}
.wcag .controls .actions button.contrast_wb span {
  background: #fff;
}
.wcag .controls .actions button.contrast_wb span::before {
  background: #fff;
}
.wcag .controls .actions button.contrast_wb span::after {
  background: #000;
}
.wcag .controls .actions button.contrast_by span::before {
  background: yellow;
}
.wcag .controls .actions button.contrast_by span::after {
  background: #000;
}
.wcag .controls .actions button.contrast_yb span::before {
  background: #000;
}
.wcag .controls .actions button.contrast_yb span::after {
  background: yellow;
}
.wcag .controls .fonts {
  margin-left: 10px;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wcag .controls .fonts .header {
  font-weight: 300;
}
.wcag .controls .fonts button {
  border: none;
  background-color: transparent;
  font-size: 0.7em;
  width: 30px;
  text-align: center;
}
.wcag .controls .fonts button.big span {
  font-size: 1.28em;
}
.wcag .controls .fonts button.bigger span {
  font-size: 1.7em;
}
.wcag .controls .fonts button span {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}
.wcag .controls .link {
  margin-left: 10px;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wcag .controls .link a {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  display: inline-block;
  font-size: 0.8em;
  line-height: 1em;
  padding: 10px;
}

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
a.skip-main:focus, a.skip-main:active {
  color: #000;
  background-color: red;
  left: auto;
  top: 100px;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  -webkit-box-shadow: 0 0 10px red;
          box-shadow: 0 0 10px red;
  text-align: center;
  font-size: 1.2em;
  z-index: 99999;
}

@media (prefers-reduced-motion) {
  *,
  *:focus,
  *:hover {
    -webkit-animation: none;
            animation: none;
    -webkit-transition: none;
    transition: none;
  }
}
.bgslider-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.bgslider-controls .wrapper {
  margin: 0 0 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 768px) {
  .bgslider-controls .wrapper {
    max-width: 100px;
  }
}
.bgslider-controls .wrapper span {
  padding: 1em;
}
.bgslider-controls .wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
.bgslider-controls .wrapper ul button {
  text-align: center;
  border: none;
  width: 34px;
  height: 34px;
  font-size: 1em;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.85);
  border: none;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 0 20px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0 20px 0px rgba(0, 0, 0, 0.25);
  margin: 0;
  padding: 0;
}
.bgslider-controls .wrapper ul button.play i {
  margin-left: 5px;
}
.bgslider-controls .wrapper ul button i {
  display: block;
}

body {
  position: relative;
  margin-top: 90px;
}

@keyframes fadeInFast {
  to {
    opacity: 1;
  }
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
}
.loading .loading_logo {
  display: block;
  width: 145px;
  height: 70px;
  background: url("../images/konsultacje-spoleczne-logo-gray.png") 0 0 no-repeat;
  opacity: 0;
  -webkit-animation-name: fadeInFast;
          animation-name: fadeInFast;
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -35px 0 0 -72px;
}

#top {
  min-height: auto;
  position: relative;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  background-color: #000;
}
#top::before, #top::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#top::before {
  background-color: rgba(0, 0, 0, 0.5);
}
#top::after {
  background-color: rgba(0, 0, 0, 0.5);
}
#top .header-content {
  position: relative;
  z-index: 10;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 100px 0 100px;
}
@media screen and (min-width: 992px) {
  #top .header-content {
    padding: 120px 0 125px;
  }
}
@media screen and (min-width: 1200px) {
  #top .header-content {
    padding: 70px 0 40px;
  }
}
#top .header-content.with-counter {
  padding: 80px 0 60px;
}
@media screen and (min-width: 992px) {
  #top .header-content.with-counter {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1200px) {
  #top .header-content.with-counter {
    padding: 60px 0 40px;
  }
}
@media screen and (min-width: 1600px) {
  #top .header-content.with-counter {
    padding: 100px 0;
  }
}
#top .header-content .lead {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  #top .header-content .lead {
    font-size: 18px;
    line-height: 26px;
  }
}
#top .header-content .btn {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #top .header-content .btn {
    margin: 10px 20px 0;
    padding: 15px 30px;
    font-size: 18px;
  }
}

section {
  background-repeat: no-repeat;
  position: relative;
}
section .container {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  section .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  section .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

#aktualnie-trwajace-konsultacje {
  background-color: #e4e7e8;
  background-image: url("../images/bg.png");
  background-position: top left;
  background-size: auto 90%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#aktualnie-trwajace-konsultacje h2 {
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  #aktualnie-trwajace-konsultacje h2 {
    font-size: 48px;
  }
}

#witamy {
  background: url("../images/city-bg.jpg");
  background-size: cover;
  background-position: bottom;
  min-height: calc(100vh - 395px);
}
@media screen and (max-width: 768px) {
  #witamy {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #witamy .content-wrapper {
    min-height: calc(100vh - 200px);
  }
}
#witamy .equal {
  position: relative;
}
#witamy .herb img {
  max-width: 150px;
  margin: 0 auto;
  /* margin-top: -50px; */
}
@media screen and (min-width: 768px) {
  #witamy .herb img {
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  #witamy .greeting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#witamy .greeting img {
  max-width: 150px;
  position: relative;
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
}
#witamy p {
  font-size: 14px;
  line-height: 22px;
}
#witamy p.lead {
  font-size: 18px;
  line-height: 24px;
}
#witamy .btns {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  #witamy .btns .btn {
    display: block;
    padding: 10px 5px;
  }
}

#dlaczego-warto {
  background-color: #c22a13;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #dlaczego-warto {
    background-image: url("../images/woman-thinking.jpg");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 50%;
  }
}
@media screen and (min-width: 992px) {
  #dlaczego-warto {
    background-size: auto;
  }
}
@media screen and (min-width: 1400px) {
  #dlaczego-warto {
    background-position: 180px bottom;
  }
}
@media screen and (min-width: 1500px) {
  #dlaczego-warto {
    background-position: 250px bottom;
  }
}
#dlaczego-warto h2 {
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  #dlaczego-warto h2 {
    font-size: 52px;
  }
}
#dlaczego-warto p.lead {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: inherit;
  margin-bottom: 50px;
}
#dlaczego-warto .powody {
  text-align: center;
}
#dlaczego-warto .powody h4 {
  text-transform: uppercase;
  font-size: 42px;
  padding-bottom: 25px;
}
#dlaczego-warto .powody p {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  width: 70%;
  margin: 0 auto;
  color: #f7b4aa;
  margin-bottom: 50px;
  padding-top: 20px;
  border-top: 1px #ee624d solid;
}
#dlaczego-warto .powody .jeden,
#dlaczego-warto .powody .dwa,
#dlaczego-warto .powody .trzy {
  position: relative;
  padding-top: 130px;
}
#dlaczego-warto .powody .jeden span,
#dlaczego-warto .powody .dwa span,
#dlaczego-warto .powody .trzy span {
  position: absolute;
  top: -70px;
  left: 0;
  width: 100%;
  z-index: 100;
  font-family: "Montserrat", sans-serif;
  font-size: 250px;
  color: #000;
  z-index: -1;
  opacity: 0.4;
}

footer {
  background-color: #333;
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: center;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  footer {
    text-align: left;
  }
}
footer ul {
  padding-left: 0;
  list-style-type: none;
}
footer p,
footer li,
footer span {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}
@media screen and (min-width: 992px) {
  footer p,
  footer li,
  footer span {
    font-size: 14px;
    line-height: 20px;
  }
}
footer p a,
footer li a,
footer span a {
  color: #fff;
  text-decoration: none;
}
footer p a:hover, footer p a:active, footer p a:focus,
footer li a:hover,
footer li a:active,
footer li a:focus,
footer span a:hover,
footer span a:active,
footer span a:focus {
  text-decoration: none;
  color: #fff;
}
footer .herb {
  display: block;
  margin: 0 auto 15px;
  max-width: 100%;
  height: auto;
  max-height: 60px;
}
footer span {
  display: block;
}
footer .logo-link {
  opacity: 1;
}
footer .logo-link:hover {
  opacity: 0.5;
}
footer .logo-link.konsultacjejst {
  display: inline-block;
  margin-top: 22px;
}
footer .more-info {
  padding-top: 5px;
  margin-top: 5px;
}
footer .logo {
  padding-top: 30px;
}
footer .logo a img {
  max-height: 40px;
}
@media screen and (min-width: 768px) {
  footer .logo {
    padding-top: 0;
  }
}
footer .links ul {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (min-width: 768px) {
  footer .links ul {
    margin-top: 0;
  }
}
footer .links ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 50%;
          flex: 1 50%;
}
@media only screen and (min-width: 768px) {
  footer .links ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
footer .links ul li img {
  max-height: 50px;
  margin-top: 5px;
  margin-bottom: auto;
}
footer .partners {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  footer .partners {
    margin-top: 0;
  }
}
footer .partners ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .partners ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 72px;
          flex: 0 1 72px;
  height: 40px;
}
footer .partners ul li a {
  display: block;
  width: 100%;
  background-size: contain !important;
}
footer .partners ul li a img {
  display: block;
  max-height: 40px;
}
footer .copyrights,
footer .polityka-prywatnosci {
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer .copyrights {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  footer .polityka-prywatnosci {
    text-align: right;
  }
}

.subpage #top .header-content {
  padding: 30px 0 10px;
}
@media screen and (min-width: 992px) {
  .subpage #top .header-content {
    padding: 20px 0 20px;
  }
}
.subpage #top .header-content h1 {
  font-size: 2.28em;
}
.subpage .side-menu {
  list-style-type: none;
  padding: 0;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .subpage .side-menu {
    margin-top: 10px;
  }
}
.subpage .side-menu li {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 20px;
}
.subpage .side-menu li.active a {
  background-color: #333;
  color: #fff;
}
.subpage .side-menu li.active a:hover {
  background-color: #333;
}
.subpage .side-menu li.active a:hover::after {
  display: none;
}
.subpage .side-menu li a {
  display: block;
  position: relative;
  color: #333;
  padding: 15px 30px 15px 10px;
  margin-bottom: 5px;
  background-color: #e7e7e7;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  border-radius: 3px;
}
.subpage .side-menu li a i {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.subpage .side-menu li a:hover {
  background-color: #ccc;
}
.subpage .side-menu li a:hover i {
  right: 20px;
}
.subpage .files-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.subpage .files-list .stage {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .subpage .files-list .stage {
    text-align: left;
  }
}
.subpage .files-list .stage span.title {
  display: block;
  font-size: 1em;
  line-height: 1.14em;
  padding: 10px 0;
}
.subpage .files-list .stage span.title em {
  display: block;
  font-style: normal;
  font-size: 1.14em;
  line-height: 1.28em;
  margin-bottom: 3px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.subpage .files-list .stage span.title a {
  text-decoration: none;
  font-weight: bold;
  color: #c22a13;
}
.subpage .files-list .stage span.file-info {
  display: block;
  font-size: 1em;
  margin-bottom: 15px;
  color: #666;
  font-style: italic;
}
.subpage .files-list .stage a.icon {
  color: #707070;
  display: block;
  margin: 0 auto 10px;
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 200px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px #ccc solid;
  text-decoration: none;
  overflow: hidden;
}
.subpage .files-list .stage a.icon i {
  font-size: 2.57em;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.subpage .files-list .stage a.icon i.fa-download {
  display: none;
}
.subpage .files-list .stage a.icon:hover {
  background-color: #c22a13;
  color: #fff;
}
.subpage .files-list .stage a.icon:hover i.fa-file-alt {
  opacity: 0;
}
.subpage .files-list .stage a.icon:hover i.fa-download {
  color: #fff;
  display: block;
  -webkit-transform: translateY(-55px);
          transform: translateY(-55px);
}
.subpage .files-list .stage.hover span.icon {
  background-color: #c22a13;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .subpage .files-list .stage.hover span.icon {
    -webkit-animation: harmonogram-move 1s;
            animation: harmonogram-move 1s;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
}
.subpage .files-list .stage.hover span.title {
  color: #c22a13;
}
.subpage .files-list .stage.hover:hover span.icon i {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .subpage #content {
    min-height: calc(100vh - 376px);
  }
}
@media screen and (min-width: 992px) {
  .subpage #content .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.subpage #content h3, .subpage #content h4 {
  margin-top: 40px;
}
.subpage #content p {
  font-size: 1em;
  line-height: 1.71em;
}
.subpage #content p.lead {
  font-size: 1.28em;
  line-height: 1.71em;
  color: inherit;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .subpage #content p.lead {
    margin-bottom: 30px;
  }
}
.subpage #content ul li, .subpage #content ol li {
  font-size: 1em;
  line-height: 1.71em;
  color: #585858;
}
.subpage .harmonogram {
  margin-top: 40px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.subpage .harmonogram .stage {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .subpage .harmonogram .stage {
    text-align: left;
  }
}
.subpage .harmonogram .stage span.title {
  display: block;
  font-size: 1em;
  line-height: 1.14em;
  padding: 10px 0;
}
.subpage .harmonogram .stage span.title em {
  display: block;
  font-style: normal;
  font-size: 1.14em;
  line-height: 1.28em;
  margin-bottom: 3px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.subpage .harmonogram .stage span.icon {
  color: #707070;
  display: block;
  margin: 0 auto 10px;
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 200px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px #ccc solid;
}
.subpage .harmonogram .stage span.icon i {
  font-size: 2.57em;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.subpage .harmonogram .stage.active span.icon {
  background-color: #c22a13;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .subpage .harmonogram .stage.active span.icon {
    -webkit-animation: harmonogram-move 1s;
            animation: harmonogram-move 1s;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
}
.subpage .harmonogram .stage.active span.title {
  color: #c22a13;
}
.subpage .harmonogram .stage.active:hover span.icon i {
  color: #fff;
}

@-webkit-keyframes toBack {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes toBack {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes zoom {
  0% {
    scale: 1;
  }
  100% {
    scale: 1.1;
  }
}
@keyframes zoom {
  0% {
    scale: 1;
  }
  100% {
    scale: 1.1;
  }
}
.bgSlider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: url("../images/data-loading.gif") center center no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.bgSlider.ready {
  opacity: 1;
}
.bgSlider .slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  scale: 1.1;
}
.bgSlider .slide.on {
  opacity: 1;
  scale: 1;
  -webkit-animation: zoom 7.5s ease-out forwards;
          animation: zoom 7.5s ease-out forwards;
}
.bgSlider .slide.no-transition {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.bgSlider .slide.first.no-transition {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.countdown-ks {
  margin: 40px 0;
}
.countdown-ks .description {
  display: block;
  margin-bottom: 15px;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.countdown-ks .counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100px;
  margin: 0 auto;
}
.countdown-ks div.amount {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 70px;
          flex: 1 0 70px;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  opacity: 0.8;
  border-radius: 3px;
  margin: 0 1px;
  padding: 10px 0 15px;
}
.countdown-ks div.amount div.value {
  display: block;
  margin-bottom: -5px;
  font-weight: 900;
}
.countdown-ks span {
  display: block;
  text-align: center;
  font-size: 12px;
  position: relative;
}

.consultationsList {
  list-style-type: none;
  padding: 0;
}

.searchBar {
  padding: 0;
  margin: 0;
}
.searchBar .title {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  padding: 10px 0 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.searchBar .box-border {
  position: relative;
  background-color: #ececec;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 25px;
}
.searchBar .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.searchBar .line.wrapper-sort {
  padding: 0 10px;
  margin: 0 0 10px;
}
.searchBar .line .wrapper {
  margin: 0 3px;
}
.searchBar .line .wrapper.search {
  -webkit-box-flex: 4;
      -ms-flex: 4 0;
          flex: 4 0;
}
.searchBar .line .wrapper.status {
  -webkit-box-flex: 2;
      -ms-flex: 2 0;
          flex: 2 0;
}
.searchBar .line .wrapper.category {
  -webkit-box-flex: 2;
      -ms-flex: 2 0;
          flex: 2 0;
}
.searchBar .line .wrapper.search-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 50px;
          flex: 0 50px;
}
.searchBar .line .wrapper.search-button .btn {
  height: 34px;
  padding: 0;
  border: none;
  width: 40px;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.searchBar .line .wrapper.search-button .btn:hover {
  background-color: #c22a13;
  color: #fff;
}
.searchBar .line .wrapper.search-button .btn i {
  font-size: 16px;
}
.searchBar .line .wrapper.sort {
  font-size: 12px;
  color: #666;
  padding: 10px 0;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}
.searchBar .line .wrapper.sort.header {
  font-weight: 700;
  -webkit-box-flex: 3;
      -ms-flex: 3 0;
          flex: 3 0;
  text-transform: uppercase;
  color: #333;
}
.searchBar .line .wrapper.sort button {
  display: none;
}
.searchBar .line .wrapper.sort .sort-btn {
  display: block;
  position: relative;
  padding: 0 20px 0 10px;
}
.searchBar .line .wrapper.sort .sort-btn:hover {
  cursor: pointer;
  color: #333;
}
.searchBar .line .wrapper.sort .sort-btn:before, .searchBar .line .wrapper.sort .sort-btn:after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.searchBar .line .wrapper.sort .sort-btn:before {
  content: "\f0dd";
}
.searchBar .line .wrapper.sort .sort-btn:after {
  content: "\f0de";
}
.searchBar .line .wrapper.sort .sort-btn.asc:before {
  opacity: 0.5;
}
.searchBar .line .wrapper.sort .sort-btn.asc:after {
  opacity: 1;
}
.searchBar .line .wrapper.sort .sort-btn.desc:before {
  opacity: 1;
}
.searchBar .line .wrapper.sort .sort-btn.desc:after {
  opacity: 0.5;
}

.ks-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  padding: 20px;
  margin: 0 15px 30px;
  word-break: break-word;
}
.ks-box h3 {
  margin-top: 10px;
  margin-bottom: 15px;
}
.ks-box h3 a {
  font-family: "Montserrat", sans-serif;
  color: #2C2D33;
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .ks-box h3 a {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.ks-box h3 a:hover {
  color: #c22a13;
}
.ks-box p {
  font-family: "Roboto", sans-serif;
  color: #707070;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 5px;
  text-align: justify;
}
.ks-box .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5px 0;
  border-radius: 20px 20px 0 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  position: relative;
}
.ks-box .info .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  padding: 5px;
}
@media screen and (min-width: 480px) {
  .ks-box .info .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}
@media screen and (min-width: 992px) {
  .ks-box .info .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
.ks-box .info .col i {
  font-size: 26px;
  color: #c22a13;
  min-width: 30px;
}
.ks-box .info .col .text {
  margin-left: 15px;
}
.ks-box .info .col .text span.header {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1em;
  display: none;
}
@media screen and (min-width: 480px) {
  .ks-box .info .col .text span.header {
    display: block;
  }
}
.ks-box .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.ks-box .content h3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.ks-box .content .content-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
@media screen and (min-width: 992px) {
  .ks-box .content .content-wrapper {
    -webkit-box-flex: 3;
        -ms-flex: 3 1 0px;
            flex: 3 1 0;
    padding-right: 20px;
  }
}
.ks-box .content .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  border-radius: 0 20px 20px 0;
  padding: 30px 0 0;
}
@media screen and (min-width: 992px) {
  .ks-box .content .status {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
  }
}
.ks-box .content .status .wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #f5f5f5;
  padding: 20px 10px 0;
  border-radius: 10px;
  position: relative;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (min-width: 1200px) {
  .ks-box .content .status .wrapper {
    padding-top: 30px;
  }
}
.ks-box .content .status .main {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  margin: 10px 0;
  color: #c22a13;
}
@media screen and (min-width: 1200px) {
  .ks-box .content .status .main {
    font-size: 20px;
  }
}
.ks-box .content .status .sub {
  font-size: 12px;
  line-height: 14px;
  margin-top: -10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
}
.ks-box .content .status .status-icon {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 6px #f5f5f5 solid;
  text-align: center;
  position: absolute;
  top: -25px;
  left: calc(50% - 25px);
  background-color: #c22a13;
}
@media screen and (min-width: 1200px) {
  .ks-box .content .status .status-icon {
    width: 70px;
    height: 70px;
    top: -35px;
    left: calc(50% - 38px);
  }
}
.ks-box .content .status .status-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .ks-box .content .status .status-icon i {
    font-size: 28px;
  }
}
.ks-box .content .status .btn {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 480px) {
  .ks-box .content .status .btn {
    width: 45%;
  }
}
@media screen and (min-width: 992px) {
  .ks-box .content .status .btn {
    width: 100%;
  }
}
.ks-box .content .status .btn:hover {
  background-color: #c22a13;
  color: #fff;
}
.ks-box .content .status span {
  display: block;
}
.ks-box .actions {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
.ks-box .actions .file-info {
  display: block;
  margin-bottom: 5px;
  padding: 5px 5px 10px;
  font-size: 0.9em;
}
.ks-box.status-completed .content .status .main {
  color: #616161;
}
.ks-box.status-completed .content .status-icon {
  background-color: #616161;
}
.ks-box.status-completed .content .actions .btn {
  border-color: #595959 !important;
  background-color: #595959;
  color: #fff !important;
}
.ks-box.status-completed .content .actions .btn:hover {
  border-color: #595959 !important;
  background-color: #595959;
  color: #fff !important;
}
.ks-box.status-archived .content .status .main {
  color: #9e9e9e;
}
.ks-box.status-archived .content .status-icon {
  background-color: #9e9e9e;
}
.ks-box.status-archived .content .actions .btn {
  border-color: #ccc;
  background-color: #ccc;
  color: #111;
}
.ks-box.status-archived .content .actions .btn:hover {
  border-color: #ccc;
  background-color: #ccc;
  color: #111;
}
.ks-box.status-draft .info .category i,
.ks-box.status-draft .info .consultation-date i {
  color: #333;
}
.ks-box.status-draft .content .status .main {
  color: #111;
}
.ks-box.status-draft .content .status-icon {
  background-color: #ccc;
}
.ks-box.status-draft .content .actions .btn {
  /* border-color: #fff;
  background-color: #fff;
  color: #111; */
}
.ks-box.status-draft .content .actions .btn:hover {
  border-color: #111;
  background-color: #111;
  color: #fff;
}

.no-results span {
  display: block;
  padding: 20px;
  margin: 0 15px 25px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #d6dbdc;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}

.page-consultations .pagination-wrapper {
  background-color: #ececec;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  margin: 0 15px 25px;
  padding: 5px;
  border-radius: 4px;
}
.page-consultations .pagination-wrapper .ks-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-consultations .pagination-wrapper .ks-pagination button {
  color: #333;
  background-color: #fff;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: none;
  padding: 5px 0;
  width: 30px;
  font-size: 1.2rem;
  border-radius: 0.25rem;
  margin: 0 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-consultations .pagination-wrapper .ks-pagination button:hover, .page-consultations .pagination-wrapper .ks-pagination button:focus, .page-consultations .pagination-wrapper .ks-pagination button.active {
  background-color: #999;
  color: #fff;
}

.pagemap > ul {
  padding-left: 0;
}
.pagemap ul {
  list-style-type: none;
  margin-bottom: 10px;
  padding-left: 0;
}
.pagemap ul ul {
  margin-top: 10px;
  /* list-style-type: disc; */
}
.pagemap ul ul li {
  font-weight: normal;
}
.pagemap ul > li {
  text-transform: uppercase;
  font-weight: bold;
}
.pagemap ul li {
  padding: 5px;
}
.pagemap ul li a {
  text-decoration: none;
  color: #333;
  font-size: 1.2em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  position: relative;
}
.pagemap ul li a:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.pagemap h2 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 24px;
  text-transform: inherit;
}

.fc-icon,
.fc-unselectable {
  -moz-user-select: none;
  -ms-user-select: none;
}

.fc .fc-button,
.fc-icon {
  text-transform: none;
  text-align: center;
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
  cursor: not-allowed;
}

.fc .fc-button:not(:disabled),
.fc a[data-navlink],
.fc-event.fc-event-draggable,
.fc-event[href] {
  cursor: pointer;
}

.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.fc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1em;
}

.fc .fc-button,
.fc-icon {
  display: inline-block;
  font-weight: 400;
}

.fc,
.fc *,
.fc :after,
.fc :before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fc table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
}

.fc th {
  text-align: center;
}

.fc td,
.fc th {
  vertical-align: top;
  padding: 0;
}

.fc .fc-button,
.fc .fc-button .fc-icon,
.fc .fc-button-group,
.fc .fc-timegrid-slot-label {
  vertical-align: middle;
}

.fc a[data-navlink]:hover {
  text-decoration: underline;
}

.fc .fc-button:hover,
.fc .fc-list-event-title a,
a.fc-event,
a.fc-event:hover {
  text-decoration: none;
}

.fc-direction-ltr {
  direction: ltr;
  text-align: left;
}

.fc-direction-rtl {
  direction: rtl;
  text-align: right;
}

.fc-theme-standard td,
.fc-theme-standard th {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
}

.fc-liquid-hack td,
.fc-liquid-hack th {
  position: relative;
}

@font-face {
  font-family: fcicons;
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: 400;
  font-style: normal;
}
.fc-icon {
  width: 1em;
  height: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  font-family: fcicons !important;
  speak: never;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fc-icon-chevron-left:before {
  content: "\e900";
}

.fc-icon-chevron-right:before {
  content: "\e901";
}

.fc-icon-chevrons-left:before {
  content: "\e902";
}

.fc-icon-chevrons-right:before {
  content: "\e903";
}

.fc-icon-minus-square:before {
  content: "\e904";
}

.fc-icon-plus-square:before {
  content: "\e905";
}

.fc-icon-x:before {
  content: "\e906";
}

.fc .fc-button {
  overflow: visible;
  text-transform: none;
  margin: 0;
  font-family: inherit;
}

.fc .fc-button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

.fc .fc-button {
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.4em 0.65em;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0.25em;
}

.fc .fc-button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
}

.fc .fc-button-primary:focus,
.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}

.fc .fc-button:disabled {
  opacity: 0.65;
}

.fc .fc-button-primary {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #2C3E50;
  background-color: var(--fc-button-bg-color, #2C3E50);
  border-color: #2C3E50;
  border-color: var(--fc-button-border-color, #2C3E50);
}

.fc .fc-button-primary:hover {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #1e2b37;
  background-color: var(--fc-button-hover-bg-color, #1e2b37);
  border-color: #1a252f;
  border-color: var(--fc-button-hover-border-color, #1a252f);
}

.fc .fc-button-primary:disabled {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #2C3E50;
  background-color: var(--fc-button-bg-color, #2C3E50);
  border-color: #2C3E50;
  border-color: var(--fc-button-border-color, #2C3E50);
}

.fc .fc-button-primary:not(:disabled).fc-button-active,
.fc .fc-button-primary:not(:disabled):active {
  color: #fff;
  color: var(--fc-button-text-color, #fff);
  background-color: #1a252f;
  background-color: var(--fc-button-active-bg-color, #1a252f);
  border-color: #151e27;
  border-color: var(--fc-button-active-border-color, #151e27);
}

.fc .fc-button .fc-icon {
  font-size: 1.5em;
}

.fc .fc-button-group {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.fc .fc-button-group > .fc-button {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.fc .fc-button-group > .fc-button.fc-button-active,
.fc .fc-button-group > .fc-button:active,
.fc .fc-button-group > .fc-button:focus,
.fc .fc-button-group > .fc-button:hover {
  z-index: 1;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-direction-rtl .fc-button-group > .fc-button:not(:first-child) {
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-direction-rtl .fc-button-group > .fc-button:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc .fc-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5em;
}

.fc .fc-toolbar.fc-footer-toolbar {
  margin-top: 1.5em;
}

.fc .fc-toolbar-title {
  font-size: 1.75em;
  margin: 0;
}

.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
  margin-left: 0.75em;
}

.fc-direction-rtl .fc-toolbar > * > :not(:first-child) {
  margin-right: 0.75em;
}

.fc-direction-rtl .fc-toolbar-ltr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.fc .fc-scroller {
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.fc .fc-scroller-liquid {
  height: 100%;
}

.fc .fc-scroller-liquid-absolute {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.fc .fc-scroller-harness {
  position: relative;
  overflow: hidden;
  direction: ltr;
}

.fc .fc-scroller-harness-liquid {
  height: 100%;
}

.fc-direction-rtl .fc-scroller-harness > .fc-scroller {
  direction: rtl;
}

.fc-theme-standard .fc-scrollgrid {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
}

.fc .fc-scrollgrid,
.fc .fc-scrollgrid-section-footer > *,
.fc .fc-scrollgrid-section-header > * {
  border-bottom-width: 0;
}

.fc .fc-scrollgrid,
.fc .fc-scrollgrid table {
  width: 100%;
  table-layout: fixed;
}

.fc .fc-scrollgrid table {
  border-top-style: hidden;
  border-left-style: hidden;
  border-right-style: hidden;
}

.fc .fc-scrollgrid {
  border-collapse: separate;
  border-right-width: 0;
}

.fc .fc-scrollgrid-liquid {
  height: 100%;
}

.fc .fc-scrollgrid-section,
.fc .fc-scrollgrid-section table,
.fc .fc-scrollgrid-section > td {
  height: 1px;
}

.fc .fc-scrollgrid-section-liquid {
  height: auto;
}

.fc .fc-scrollgrid-section-liquid > td {
  height: 100%;
}

.fc .fc-scrollgrid-section > * {
  border-top-width: 0;
  border-left-width: 0;
}

.fc .fc-scrollgrid-section-body table,
.fc .fc-scrollgrid-section-footer table {
  border-bottom-style: hidden;
}

.fc .fc-scrollgrid-section-sticky > * {
  background: var(--fc-page-bg-color, #fff);
  position: sticky;
  z-index: 2;
}

.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * {
  top: 0;
}

.fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky > * {
  bottom: 0;
}

.fc .fc-scrollgrid-sticky-shim {
  height: 1px;
  margin-bottom: -1px;
}

.fc-sticky {
  position: sticky;
}

.fc .fc-view-harness {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

.fc .fc-bg-event,
.fc .fc-highlight,
.fc .fc-non-business,
.fc .fc-view-harness-active > .fc-view {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc .fc-col-header-cell-cushion {
  display: inline-block;
  padding: 2px 4px;
}

.fc .fc-non-business {
  background: rgba(215, 215, 215, 0.3);
  background: var(--fc-non-business-color, rgba(215, 215, 215, 0.3));
}

.fc .fc-bg-event {
  background: var(--fc-bg-event-color, #8fdf82);
  opacity: 0.3;
  opacity: var(--fc-bg-event-opacity, 0.3);
}

.fc .fc-bg-event .fc-event-title {
  margin: 0.5em;
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
  font-style: italic;
}

.fc .fc-highlight {
  background: rgba(188, 232, 241, 0.3);
  background: var(--fc-highlight-color, rgba(188, 232, 241, 0.3));
}

.fc .fc-cell-shaded,
.fc .fc-day-disabled {
  background: rgba(208, 208, 208, 0.3);
  background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
}

.fc-event .fc-event-main {
  position: relative;
  z-index: 2;
}

.fc-event-dragging:not(.fc-event-selected) {
  opacity: 0.75;
}

.fc-event-dragging.fc-event-selected {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

.fc-event .fc-event-resizer {
  display: none;
  position: absolute;
  z-index: 4;
}

.fc-event-selected .fc-event-resizer,
.fc-event:hover .fc-event-resizer,
.fc-h-event {
  display: block;
}

.fc-event-selected .fc-event-resizer {
  border-radius: 4px;
  border-width: 1px;
  border-width: var(--fc-event-resizer-dot-border-width, 1px);
  width: 8px;
  width: var(--fc-event-resizer-dot-total-width, 8px);
  height: 8px;
  height: var(--fc-event-resizer-dot-total-width, 8px);
  border-style: solid;
  border-color: inherit;
  background: var(--fc-page-bg-color, #fff);
}

.fc-event-selected .fc-event-resizer:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
}

.fc-event-selected {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-event-selected:after {
  content: "";
  background: rgba(0, 0, 0, 0.25);
  background: var(--fc-event-selected-overlay-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  z-index: 1;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}

.fc-h-event {
  border: 1px solid #3788d8;
  border: 1px solid var(--fc-event-border-color, #3788d8);
  background-color: #3788d8;
  background-color: var(--fc-event-bg-color, #3788d8);
}

.fc-h-event .fc-event-main {
  color: #fff;
  color: var(--fc-event-text-color, #fff);
}

.fc-h-event .fc-event-main-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fc-h-event .fc-event-time {
  max-width: 100%;
  overflow: hidden;
}

.fc-h-event .fc-event-title-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-width: 0;
}

.fc-h-event .fc-event-title {
  display: inline-block;
  vertical-align: top;
  left: 0;
  right: 0;
  max-width: 100%;
  overflow: hidden;
}

.fc-h-event.fc-event-selected:before {
  top: -10px;
  bottom: -10px;
}

.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}

.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}

.fc-h-event:not(.fc-event-selected) .fc-event-resizer {
  top: 0;
  bottom: 0;
  width: 8px;
  width: var(--fc-event-resizer-thickness, 8px);
}

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end {
  cursor: w-resize;
  left: -4px;
}

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start {
  cursor: e-resize;
  right: -4px;
}

.fc-h-event.fc-event-selected .fc-event-resizer {
  top: 50%;
  margin-top: -4px;
}

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end {
  left: -4px;
}

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start {
  right: -4px;
}

:root {
  --fc-daygrid-event-dot-width: 8px;
  --fc-list-event-dot-width: 10px;
  --fc-list-event-hover-bg-color: #f5f5f5 ;
}

.fc .fc-popover {
  position: fixed;
  top: 0;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc .fc-popover-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 4px;
}

.fc .fc-popover-title {
  margin: 0 2px;
}

.fc .fc-popover-close {
  cursor: pointer;
  opacity: 0.65;
  font-size: 1.1em;
}

.fc-theme-standard .fc-popover {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
  background: var(--fc-page-bg-color, #fff);
}

.fc-theme-standard .fc-popover-header {
  background: rgba(208, 208, 208, 0.3);
  background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
}

.fc-daygrid-day-events:after,
.fc-daygrid-day-events:before,
.fc-daygrid-day-frame:after,
.fc-daygrid-day-frame:before,
.fc-daygrid-event-harness:after,
.fc-daygrid-event-harness:before {
  content: "";
  clear: both;
  display: table;
}

.fc .fc-daygrid-body {
  position: relative;
  z-index: 1;
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: rgba(255, 220, 40, 0.15);
  background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
}

.fc .fc-daygrid-day-frame {
  position: relative;
  min-height: 100%;
}

.fc .fc-daygrid-day-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.fc .fc-day-other .fc-daygrid-day-top {
  opacity: 0.3;
}

.fc .fc-daygrid-day-number {
  position: relative;
  z-index: 4;
  padding: 4px;
}

.fc .fc-daygrid-day-events {
  margin-top: 1px;
}

.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
  position: absolute;
  left: 0;
  right: 0;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  position: relative;
  min-height: 2em;
}

.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
  margin-bottom: 1em;
}

.fc .fc-daygrid-event-harness {
  position: relative;
}

.fc .fc-daygrid-event-harness-abs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc .fc-daygrid-bg-harness {
  position: absolute;
  top: 0;
  bottom: 0;
}

.fc .fc-daygrid-day-bg .fc-non-business {
  z-index: 1;
}

.fc .fc-daygrid-day-bg .fc-bg-event {
  z-index: 2;
}

.fc .fc-daygrid-day-bg .fc-highlight {
  z-index: 3;
}

.fc .fc-daygrid-event {
  z-index: 6;
  margin-top: 1px;
}

.fc .fc-daygrid-event.fc-event-mirror {
  z-index: 7;
}

.fc .fc-daygrid-day-bottom {
  font-size: 0.85em;
  margin: 2px 3px 0;
}

.fc .fc-daygrid-more-link {
  position: relative;
  z-index: 4;
  cursor: pointer;
}

.fc .fc-daygrid-week-number {
  position: absolute;
  z-index: 5;
  top: 0;
  padding: 2px;
  min-width: 1.5em;
  text-align: center;
  background-color: rgba(208, 208, 208, 0.3);
  background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  color: grey;
  color: var(--fc-neutral-text-color, grey);
}

.fc .fc-more-popover {
  z-index: 8;
}

.fc .fc-more-popover .fc-popover-body {
  min-width: 220px;
  padding: 10px;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-start,
.fc-direction-rtl .fc-daygrid-event.fc-event-end {
  margin-left: 2px;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
  margin-right: 2px;
}

.fc-direction-ltr .fc-daygrid-week-number {
  left: 0;
  border-radius: 0 0 3px;
}

.fc-direction-rtl .fc-daygrid-week-number {
  right: 0;
  border-radius: 0 0 0 3px;
}

.fc-liquid-hack .fc-daygrid-day-frame {
  position: static;
}

.fc-daygrid-event {
  position: relative;
  white-space: nowrap;
  border-radius: 3px;
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
}

.fc-daygrid-block-event .fc-event-time {
  font-weight: 700;
}

.fc-daygrid-block-event .fc-event-time,
.fc-daygrid-block-event .fc-event-title {
  padding: 1px;
}

.fc-daygrid-dot-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 0;
}

.fc-daygrid-dot-event .fc-event-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
  font-weight: 700;
}

.fc-daygrid-dot-event.fc-event-mirror,
.fc-daygrid-dot-event:hover {
  background: rgba(0, 0, 0, 0.1);
}

.fc-daygrid-dot-event.fc-event-selected:before {
  top: -10px;
  bottom: -10px;
}

.fc-daygrid-event-dot {
  margin: 0 4px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 0;
  height: 0;
  border: 4px solid #3788d8;
  border-radius: 4px;
}

.fc-direction-ltr .fc-daygrid-event .fc-event-time {
  margin-right: 3px;
}

.fc-direction-rtl .fc-daygrid-event .fc-event-time {
  margin-left: 3px;
}

.fc-v-event {
  display: block;
  border: 1px solid #3788d8;
  border: 1px solid var(--fc-event-border-color, #3788d8);
  background-color: #3788d8;
  background-color: var(--fc-event-bg-color, #3788d8);
}

.fc-v-event .fc-event-main {
  color: #fff;
  color: var(--fc-event-text-color, #fff);
  height: 100%;
}

.fc-v-event .fc-event-main-frame {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fc-v-event .fc-event-time {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-height: 100%;
  overflow: hidden;
}

.fc-v-event .fc-event-title-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: 0;
}

.fc-v-event .fc-event-title {
  top: 0;
  bottom: 0;
  max-height: 100%;
  overflow: hidden;
}

.fc-v-event:not(.fc-event-start) {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-v-event:not(.fc-event-end) {
  border-bottom-width: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-v-event.fc-event-selected:before {
  left: -10px;
  right: -10px;
}

.fc-v-event .fc-event-resizer-start {
  cursor: n-resize;
}

.fc-v-event .fc-event-resizer-end {
  cursor: s-resize;
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer {
  height: 8px;
  height: var(--fc-event-resizer-thickness, 8px);
  left: 0;
  right: 0;
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-start {
  top: -4px;
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-end {
  bottom: -4px;
}

.fc-v-event.fc-event-selected .fc-event-resizer {
  left: 50%;
  margin-left: -4px;
}

.fc-v-event.fc-event-selected .fc-event-resizer-start {
  top: -4px;
}

.fc-v-event.fc-event-selected .fc-event-resizer-end {
  bottom: -4px;
}

.fc .fc-timegrid .fc-daygrid-body {
  z-index: 2;
}

.fc .fc-timegrid-axis-chunk > table,
.fc .fc-timegrid-body,
.fc .fc-timegrid-slots {
  position: relative;
  z-index: 1;
}

.fc .fc-timegrid-divider {
  padding: 0 0 2px;
}

.fc .fc-timegrid-body {
  min-height: 100%;
}

.fc .fc-timegrid-axis-chunk {
  position: relative;
}

.fc .fc-timegrid-slot {
  height: 1.5em;
  border-bottom: 0;
}

.fc .fc-timegrid-slot:empty:before {
  content: " ";
}

.fc .fc-timegrid-slot-minor {
  border-top-style: dotted;
}

.fc .fc-timegrid-slot-label-cushion {
  display: inline-block;
  white-space: nowrap;
}

.fc .fc-timegrid-axis-cushion,
.fc .fc-timegrid-slot-label-cushion {
  padding: 0 4px;
}

.fc .fc-timegrid-axis-frame-liquid {
  height: 100%;
}

.fc .fc-timegrid-axis-frame {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.fc .fc-timegrid-axis-cushion {
  max-width: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.fc-direction-ltr .fc-timegrid-slot-label-frame {
  text-align: right;
}

.fc-direction-rtl .fc-timegrid-slot-label-frame {
  text-align: left;
}

.fc-liquid-hack .fc-timegrid-axis-frame-liquid {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fc .fc-timegrid-col.fc-day-today {
  background-color: rgba(255, 220, 40, 0.15);
  background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
}

.fc .fc-timegrid-col-frame {
  min-height: 100%;
  position: relative;
}

.fc-liquid-hack .fc-timegrid-col-frame {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fc-media-screen .fc-timegrid-cols {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-media-screen .fc-timegrid-cols > table {
  height: 100%;
}

.fc-media-screen .fc-timegrid-col-bg,
.fc-media-screen .fc-timegrid-col-events,
.fc-media-screen .fc-timegrid-now-indicator-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-media-screen .fc-timegrid-event-harness {
  position: absolute;
}

.fc .fc-timegrid-col-bg {
  z-index: 2;
}

.fc .fc-timegrid-col-bg .fc-non-business {
  z-index: 1;
}

.fc .fc-timegrid-col-bg .fc-bg-event {
  z-index: 2;
}

.fc .fc-timegrid-col-bg .fc-highlight,
.fc .fc-timegrid-col-events {
  z-index: 3;
}

.fc .fc-timegrid-bg-harness {
  position: absolute;
  left: 0;
  right: 0;
}

.fc .fc-timegrid-now-indicator-container {
  bottom: 0;
  overflow: hidden;
}

.fc-direction-ltr .fc-timegrid-col-events {
  margin: 0 2.5% 0 2px;
}

.fc-direction-rtl .fc-timegrid-col-events {
  margin: 0 2px 0 2.5%;
}

.fc-timegrid-event-harness-inset .fc-timegrid-event,
.fc-timegrid-event.fc-event-mirror {
  -webkit-box-shadow: 0 0 0 1px #fff;
          box-shadow: 0 0 0 1px #fff;
  -webkit-box-shadow: 0 0 0 1px var(--fc-page-bg-color, #fff);
          box-shadow: 0 0 0 1px var(--fc-page-bg-color, #fff);
}

.fc-timegrid-event {
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
  border-radius: 3px;
}

.fc-timegrid-event .fc-event-main {
  padding: 1px 1px 0;
}

.fc-timegrid-event .fc-event-time {
  white-space: nowrap;
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
  margin-bottom: 1px;
}

.fc-timegrid-event-condensed .fc-event-main-frame {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
}

.fc-timegrid-event-condensed .fc-event-time:after {
  content: " - ";
}

.fc-timegrid-event-condensed .fc-event-title {
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
}

.fc-media-screen .fc-timegrid-event {
  position: absolute;
  top: 0;
  bottom: 1px;
  left: 0;
  right: 0;
}

.fc .fc-timegrid-now-indicator-line {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  border-style: solid;
  border-color: red;
  border-color: var(--fc-now-indicator-color, red);
  border-width: 1px 0 0;
}

.fc .fc-timegrid-now-indicator-arrow {
  position: absolute;
  z-index: 4;
  margin-top: -5px;
  border-style: solid;
  border-color: red;
  border-color: var(--fc-now-indicator-color, red);
}

.fc-direction-ltr .fc-timegrid-now-indicator-arrow {
  left: 0;
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-direction-rtl .fc-timegrid-now-indicator-arrow {
  right: 0;
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-theme-standard .fc-list {
  border: 1px solid #ddd;
  border: 1px solid var(--fc-border-color, #ddd);
}

.fc .fc-list-empty {
  background-color: rgba(208, 208, 208, 0.3);
  background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fc .fc-list-empty-cushion {
  margin: 5em 0;
}

.fc .fc-list-table {
  width: 100%;
  border-style: hidden;
}

.fc .fc-list-table tr > * {
  border-left: 0;
  border-right: 0;
}

.fc .fc-list-sticky .fc-list-day > * {
  position: sticky;
  top: 0;
  background: var(--fc-page-bg-color, #fff);
}

.fc .fc-list-table th {
  padding: 0;
}

.fc .fc-list-day-cushion,
.fc .fc-list-table td {
  padding: 8px 14px;
}

.fc .fc-list-day-cushion:after {
  content: "";
  clear: both;
  display: table;
}

.fc-theme-standard .fc-list-day-cushion {
  background-color: rgba(208, 208, 208, 0.3);
  background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
}

.fc-direction-ltr .fc-list-day-text,
.fc-direction-rtl .fc-list-day-side-text {
  float: left;
}

.fc-direction-ltr .fc-list-day-side-text,
.fc-direction-rtl .fc-list-day-text {
  float: right;
}

.fc-direction-ltr .fc-list-table .fc-list-event-graphic {
  padding-right: 0;
}

.fc-direction-rtl .fc-list-table .fc-list-event-graphic {
  padding-left: 0;
}

.fc .fc-list-event.fc-event-forced-url {
  cursor: pointer;
}

.fc .fc-list-event:hover td {
  background-color: #f5f5f5;
  background-color: var(--fc-list-event-hover-bg-color, #f5f5f5);
}

.fc .fc-list-event-graphic,
.fc .fc-list-event-time {
  white-space: nowrap;
  width: 1px;
}

.fc .fc-list-event-dot {
  display: inline-block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 0;
  height: 0;
  border: 5px solid #3788d8;
  border-radius: 5px;
}

.fc .fc-list-event-title a {
  color: inherit;
}

.fc .fc-list-event.fc-event-forced-url:hover a {
  text-decoration: underline;
}

.fc-theme-bootstrap a:not([href]) {
  color: inherit;
}

#calendar {
  margin-bottom: 45px;
}
#calendar.fc h2.fc-toolbar-title {
  font-weight: 300;
}
#calendar.fc .fc-header-toolbar .fc-button-primary {
  border: none;
  background: none;
  color: #333;
}
#calendar.fc .fc-col-header th {
  background-color: #ececec;
}
#calendar.fc .fc-col-header th a {
  color: #333;
}
#calendar.fc .fc-scrollgrid {
  border: none;
}
#calendar.fc .fc-view-harness {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
#calendar.fc.fc-theme-standard th {
  border: none;
}
#calendar.fc.fc-theme-standard td {
  border: none;
  border-bottom: 1px solid #ececec;
}
#calendar.fc .fc-daygrid-day-number {
  color: #333;
  font-weight: 300;
  font-family: "Montserrat", serif;
}
#calendar.fc .fc-daygrid-day.fc-day-today {
  background-color: rgba(204, 204, 204, 0.4);
}
#calendar.fc .fc-h-event .fc-event-title {
  font-family: "Montserrat", serif;
}
#calendar.fc .fc-event:hover {
  cursor: pointer;
}

#calendar-section {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #calendar-section {
    padding-top: 90px;
    padding-bottom: 70px;
  }
}
#calendar-section .header {
  margin-bottom: 3em;
}
#calendar-section .header h2 {
  text-align: center;
  display: block;
  margin: 0 auto 1em;
}
@media screen and (min-width: 768px) {
  #calendar-section .header h2 {
    width: 70%;
    font-size: 2.6em;
  }
}
@media screen and (min-width: 1200px) {
  #calendar-section .header h2 {
    width: 80%;
    font-size: 3.6em;
  }
}
#calendar-section .header p {
  text-align: center;
  line-height: 1.4em;
  padding-bottom: 1em;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  #calendar-section .header p {
    width: 70%;
  }
}
@media screen and (min-width: 992px) {
  #calendar-section .header {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 1200px) {
  #calendar-section .header {
    margin-bottom: 5em;
  }
}
#calendar-section h3 {
  text-align: center;
  margin: 0;
  padding-bottom: 25px;
}
@media screen and (min-width: 992px) {
  #calendar-section h3 {
    margin-top: 30px;
    padding-bottom: 35px;
  }
}
#calendar-section .events__list {
  height: calc(100% - 140px);
}
#calendar-section .events__list .no-events-message {
  padding: 30px 0;
  font-size: 1.6em;
  color: #ccc;
  text-transform: uppercase;
  text-align: center;
  font-family: "Montserrat", serif;
  font-weight: 600;
  display: block;
  line-height: 1.2em;
  margin: 0 auto;
  width: 250px;
}
#calendar-section .events__list ul {
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0;
}
#calendar-section .events__list ul .event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  padding: 15px 20px;
  border-radius: 5px;
}
#calendar-section .events__list ul .event:nth-child(odd) {
  background-color: #f1f1f1;
}
#calendar-section .events__list ul .event .date {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 70px;
          flex: 0 1 70px;
  font-family: "Montserrat", serif;
}
#calendar-section .events__list ul .event .date .date__day_month {
  font-size: 1.7em;
  font-weight: 900;
  display: block;
}
#calendar-section .events__list ul .event .date .date__year {
  display: block;
  font-size: 1em;
}
#calendar-section .events__list ul .event .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#calendar-section .events__list ul .event .content .event__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 5px;
          flex: 0 1 5px;
  margin: 0 10px;
  border-radius: 10px;
  height: 40px;
}
#calendar-section .events__list ul .event .content .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 90%;
          flex: 0 1 90%;
  padding: 5px 10px;
  font-size: 1.25em;
  line-height: 1.2em;
}
#calendar-section .events__list ul .event .content .title a {
  text-decoration: none;
  color: inherit;
}
#calendar-section .events__list ul .event .content .button {
  display: none;
}
@media screen and (min-width: 768px) {
  #calendar-section .events__list ul .event .content .button {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 60px;
            flex: 0 1 60px;
    display: block;
  }
}
#calendar-section .events__list ul .event .content .button button {
  padding: 4px 10px;
  border-radius: 5px;
  border-width: 3px;
  border-style: solid;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1em;
}
#calendar-section .events__list ul .event .content .button button:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

#event-details .event__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 992px) {
  #event-details .event__header {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
  }
}
#event-details .event__header .date__wrapper {
  font-family: "Montserrat", serif;
  font-size: 1.35em;
  font-weight: 900;
  text-align: center;
  width: 100%;
}
#event-details .event__header .date__wrapper .date {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
#event-details .event__header .date__wrapper .date.date__start {
  margin-bottom: -10px;
}
#event-details .event__header .date__wrapper .date.date__start .date__year {
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  #event-details .event__header .date__wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 70px;
            flex: 0 1 70px;
    font-size: 1.7em;
    text-align: right;
    padding: 0;
  }
}
#event-details .event__header .date__wrapper .date__day_month {
  display: inline-block;
}
#event-details .event__header .date__wrapper .date__year {
  display: inline-block;
  margin: -5px 0 0 -5px;
}
@media screen and (min-width: 992px) {
  #event-details .event__header .date__wrapper .date__year {
    display: block;
    font-size: 0.6em;
    margin: 0;
    font-weight: 400;
  }
}
#event-details .event__header .date__wrapper .date__year::before {
  content: ".";
}
@media screen and (min-width: 992px) {
  #event-details .event__header .date__wrapper .date__year::before {
    content: "";
  }
}
#event-details .event__header .event__badge {
  border-radius: 10px;
  width: 100%;
  height: 4px;
}
@media screen and (min-width: 992px) {
  #event-details .event__header .event__badge {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 5px;
            flex: 0 1 5px;
    height: 40px;
    margin: 0 25px;
  }
}
#event-details .event__header .event__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  padding: 5px 0;
  font-size: 1.35em;
  line-height: 1.2em;
  text-transform: none;
}
@media screen and (min-width: 992px) {
  #event-details .event__header .event__title {
    margin: 0;
    padding: 0;
    font-size: 1.85em;
  }
}
@media screen and (min-width: 992px) {
  #event-details .event__content .event__description {
    padding-left: 125px;
  }
}
#event-details .button {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60px;
          flex: 0 1 60px;
}
#event-details .button button {
  border: none;
  padding: 7px 15px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.2em;
}
#event-details .button button:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
#event-details .modal-content p {
  line-height: 1.45em;
  font-size: 1.1em;
}
#event-details .modal-footer {
  border-top: none;
  text-align: center;
}
#event-details .modal-footer a,
#event-details .modal-footer button {
  display: inline-block;
  width: auto;
  margin: 5px 10px;
}

div[data-tippy-root] {
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}

.tippy-box[data-placement^=top] > .tippy-arrow::before {
  border-top-color: #fff;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #fff;
}

.tippy-box[data-placement^=left] > .tippy-arrow::before {
  border-left-color: #fff;
}

.tippy-box[data-placement^=right] > .tippy-arrow::before {
  border-right-color: #fff;
}

.tippy-box {
  background: #fff;
  color: #333;
}
.tippy-box .tippy-content {
  padding: 10px;
}
.tippy-box .tippy-content .date {
  font-size: 0.8em;
  text-align: center;
  padding: 5px;
}
.tippy-box .tippy-content .date span {
  display: block;
  width: 50px;
  height: 3px;
  border-radius: 5px;
  margin: 10px auto 0;
}
.tippy-box .tippy-content .content p {
  text-align: center;
  line-height: 1.4em;
  font-size: 1.1em;
  font-family: "Montserrat", serif;
  padding: 10px 0 0;
  font-weight: 600;
}

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
  background-color: #ececec;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #333;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
}

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.14 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2019, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  overflow: hidden;
}

.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #333;
  background: rgba(0, 0, 0, 0);
}

.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background: #fff;
  cursor: auto;
  white-space: normal;
}

.featherlight .featherlight-inner {
  display: block;
}

.featherlight link.featherlight-inner, .featherlight script.featherlight-inner, .featherlight style.featherlight-inner {
  display: none;
}

.featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: 0;
  padding: 0;
}

.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.featherlight .featherlight-image {
  width: 100%;
}

.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
  border: 0;
}

.featherlight * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}
.noscroll {
  overflow-y: hidden;
}

#gdpr__modal {
  position: fixed;
  width: 90vw;
  max-height: 90vh;
  overflow-y: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99999;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  #gdpr__modal {
    max-width: 600px;
  }
}
#gdpr__modal .gdpr__doc {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  overflow-y: auto;
}
#gdpr__modal .gdpr__doc h5 {
  font-size: 2.3em;
  margin: 30px 0 0;
  padding: 0;
  text-align: center;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
}
#gdpr__modal .gdpr__doc p.gdpr__description {
  font-size: 1em;
  line-height: 1.4;
  text-align: center;
  padding: 0;
  margin-bottom: 20px;
}
#gdpr__modal .gdpr__doc .gdpr__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
#gdpr__modal .gdpr__doc .main__wrapper {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  height: 100%;
}
#gdpr__modal .gdpr__doc .gdpr__buttons {
  margin-top: auto;
  text-align: center;
  margin-bottom: 15px;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  #gdpr__modal .gdpr__doc .gdpr__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#gdpr__modal .gdpr__doc .gdpr__buttons .btn {
  color: #000;
  border: 1px solid #000;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  display: block;
  width: 100%;
  margin: 5px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  #gdpr__modal .gdpr__doc .gdpr__buttons .btn {
    width: auto;
    margin: 0 5px;
  }
}
#gdpr__modal .gdpr__doc .gdpr__buttons .btn:hover, #gdpr__modal .gdpr__doc .gdpr__buttons .btn:focus {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
#gdpr__modal .gdpr__doc .gdpr__buttons .btn.accept {
  background: #C0CA33;
  border: 1px solid #C0CA33;
}
#gdpr__modal .gdpr__doc fieldset {
  margin-bottom: 10px;
  border: none;
}
#gdpr__modal .gdpr__doc fieldset .checkbox__wrapper {
  padding: 5px 45px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin: 10px 0;
}
@media only screen and (min-width: 768px) {
  #gdpr__modal .gdpr__doc fieldset .checkbox__wrapper {
    margin: 10px;
  }
}
#gdpr__modal .gdpr__doc fieldset .checkbox {
  padding: 10px 5px;
}
#gdpr__modal .gdpr__doc fieldset label {
  font-size: 1.1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  padding-left: 5px;
}
#gdpr__modal .gdpr__doc fieldset legend {
  border: 0;
  padding: 0;
  font-size: 1.2em;
  padding: 5px 10px;
  background: #fff;
  margin: 0 auto;
  display: none;
}
#gdpr__modal .gdpr__doc fieldset span {
  display: block;
  font-size: 1em;
  padding: 10px 5px 10px 25px;
  border-top: 1px solid #ececec;
}

#gdpr__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 90;
}

#gdpr__form {
  height: 40%;
  overflow-y: auto;
}