@import url(https://fonts.googleapis.com/css?family=Nunito+Sans:400,600,700&display=swap);::-moz-selection {
  background: #013878;
  color: white;
}

::selection {
  background: #013878;
  color: white;
}

html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  height: 100% !important;
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
  font-family: "Nunito Sans", sans-serif;
  color: #535353;
  padding: 84px 0 0 0;
  margin: 0;
  background: white;
  z-index: 0;
}

h1,
.h1 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  color: #ff8500;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 30px;
  }
}

@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 36px;
  }
}

h2,
.h2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
  color: #013878;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  h2,
  .h2 {
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 25px;
  }
}

p,
ul,
ol,
li {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  color: #535353;
}

a {
  color: #ff8500;
  outline: none;
}

a:hover,
a:focus {
  outline: none;
  color: #1ca8eb;
  text-decoration: none;
}

.py-lg {
  padding: 30px 0 15px;
}

.pt-lg {
  padding: 30px 0 0 0;
}

.mt-lg {
  margin-top: 30px;
}

.pull-right {
  float: right;
}

.bg-primary {
  background: #013878 !important;
}

.bg-primary .text-block h1,
.bg-primary .text-block h2,
.bg-primary .text-block h3,
.bg-primary .text-block h4,
.bg-primary .text-block h5,
.bg-primary .text-block h6 {
  color: #ff8500;
}

.bg-primary .text-block p,
.bg-primary .text-block ul,
.bg-primary .text-block ol,
.bg-primary .text-block li,
.bg-primary .text-block table {
  color: white;
}

.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6,
.bg-primary p,
.bg-primary ul,
.bg-primary ol,
.bg-primary li,
.bg-primary table {
  color: white;
}

.bg-primary a {
  color: #ff8500;
}

.bg-secondary {
  background: #ff8500 !important;
}

.bg-tertiary {
  background: #1ca8eb !important;
}

.flex-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  z-index: 1;
}

.col-1-3 {
  width: 100%;
  position: relative;
  z-index: 2;
}

.col-2-3 {
  width: 100%;
  position: relative;
  z-index: 1;
}

.col-2-3 .text-block {
  padding-left: 0;
  padding-right: 0;
}

.full {
  width: 100%;
  position: relative;
  z-index: 3;
}

section {
  position: relative;
  width: 100%;
}

.main-c .text-block {
  padding-left: 1rem;
  padding-right: 1rem;
}

.text-block {
  position: relative;
}

.text-block h1 {
  margin-bottom: 2rem;
}

.text-block p,
.text-block ul,
.text-block ol,
.text-block table,
.text-block img {
  margin: 0 0 2rem 0;
}

.text-block img {
  max-width: 100%;
  height: auto !important;
}

.text-block blockquote {
  background: #ff8500;
  border-left: 8px solid #013878;
  color: white;
  font-size: 21px;
  line-height: 32px;
  padding: 1rem;
  margin: 0 0 2rem 0;
  position: relative;
}

.text-block blockquote p {
  font-size: 21px;
  line-height: 32px;
  color: white;
  margin: 0;
}

.maps {
  width: 100%;
  height: 380px;
  overflow: hidden;
}

.maps #map-canvas {
  height: 100%;
}

.sidebar {
  background: #eeeeee;
  padding: 2rem;
  margin-top: 0;
  margin-bottom: 2rem;
}

.sidebar h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
  color: #013878;
  text-transform: uppercase;
}

.sidebar .share {
  margin-top: 1rem;
}

.trigger {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #013878;
  border-radius: 0.25rem;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #013878;
}

@media (min-width: 992px) {
  .py-lg {
    padding: 40px 0 20px;
  }

  .pt-lg {
    padding: 40px 0 0 0;
  }

  .mt-lg {
    margin-top: 40px;
  }

  .col-1-3 {
    width: 33.333333%;
  }

  .col-2-3 {
    width: 66.666666667%;
  }

  .col-2-3 .text-block {
    padding-right: 3rem;
    padding-left: 0;
  }

  .sidebar {
    margin-top: 40px;
  }

  .maps {
    height: 500px;
  }
}

@media (min-width: 1200px) {
  .py-lg {
    padding: 50px 0 30px;
  }

  .pt-lg {
    padding: 50px 0 0 0;
  }

  .mt-lg {
    margin-top: 50px;
  }

  .main-c {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sidebar {
    margin-top: 50px;
  }
}

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

figure {
  display: block;
  margin: 0;
}

.graphic {
  position: relative;
  clear: both;
  outline: 0;
  box-sizing: border-box;
}

.aspectRatioPlaceholder {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.aspectRatioPlaceholder-fill {
  display: block;
}

.progressiveMedia {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
}

.progressiveMedia-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: blur(50px);
}

.progressiveMedia-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 100;
  box-sizing: border-box;
}

.progressiveMedia {
  overflow: hidden;
}

.progressiveMedia .progressiveMedia-canvas {
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.progressiveMedia.is-canvasLoaded .progressiveMedia-canvas {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 0.4s 0s;
}

.progressiveMedia .progressiveMedia-image {
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.progressiveMedia.lazyloaded .progressiveMedia-canvas {
  transform: scale(1);
}

.progressiveMedia.lazyloaded .progressiveMedia-image.lazyloaded {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 1s 0s;
}

@-webkit-keyframes hvr-pop {
  50% {
    transform: scale(1.2);
  }
}

@keyframes hvr-pop {
  50% {
    transform: scale(1.2);
  }
}

/* Icon Pulse Grow */

@-webkit-keyframes hvr-icon-pulse-grow {
  to {
    transform: scale(1.3);
  }
}

@keyframes hvr-icon-pulse-grow {
  to {
    transform: scale(1.3);
  }
}

@-webkit-keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes filter-slide {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes filter-slide {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.alert-info {
  background: #d5e8ff;
}

.btn {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
  vertical-align: middle;
  line-height: 48px;
  border-radius: 25px;
  border: 0;
  height: 48px;
  display: inline-block;
  padding: 0 25px;
  cursor: pointer;
  outline: 0;
}

.btn:hover,
.btn:focus {
  outline: 0;
  text-decoration: none;
}

.btn-primary {
  background: #013878;
  color: white;
}

.btn-primary:hover,
.btn-primary:focus {
  background: #012c5f;
  color: white;
}

.btn-secondary {
  background: #ff8500;
  color: white;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background: #e67800;
  color: white;
}

.btn-tertiary {
  background: #1ca8eb;
  color: white;
}

.btn-tertiary:hover,
.btn-tertiary:focus {
  background: #139ada;
  color: white;
}

.btn-outline {
  background: white;
  border: 3px solid #013878;
  color: #013878;
  font-size: 18px;
  height: 40px;
  line-height: 1;
}

.btn-outline:hover,
.btn-outline:focus {
  background: #013878;
  color: white;
}

.btn-back {
  color: #1ca8eb;
  text-decoration: none;
  outline: none;
  transition: color ease-in-out 0.2s;
}

.btn-back:hover,
.btn-back:focus {
  text-decoration: none;
  color: #013878;
}

.btn-faq {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  color: #535353;
  border: 0;
  padding: 0;
  background: transparent;
  color: #013878;
  cursor: pointer;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.btn-faq i {
  margin-top: 8px;
  margin-right: 5px;
}

.btn-faq:hover,
.btn-faq:focus {
  color: #ff8500;
}

.close-filter {
  position: absolute;
  top: 15px;
  right: 15px;
}

.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-pop:hover,
.hvr-pop:focus,
.hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.hvr-icon-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-icon-pulse-grow i {
  transform: translateZ(0);
  transition-timing-function: ease-out;
}

.hvr-icon-pulse-grow:hover i,
.hvr-icon-pulse-grow:focus i,
.hvr-icon-pulse-grow:active i {
  -webkit-animation-name: hvr-icon-pulse-grow;
  animation-name: hvr-icon-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@media (min-width: 992px) {
  .btn {
    transition: background ease-in-out 0.3s;
  }
}

.badge-primary {
  background: #013878;
}

.badge-secondary {
  background: #ff8500;
}

.badge-tertiary {
  background: #1ca8eb;
}

.form-control {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  color: #535353;
  background: white;
  border-radius: 4px;
  position: relative;
  width: 100%;
  height: 54px;
  color: #013878;
  transition: border-color ease-in-out 0.08s;
  z-index: 5;
}

.form-control:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  border: 2px solid #ff8500;
}

textarea.form-control {
  height: 160px;
  resize: none;
}

.alert-danger {
  background: #d84f55;
}

.alert-danger ul {
  margin: 0;
  padding: 0 0 0 1rem;
}

.custom-checkbox {
  margin-bottom: 0.5rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #013878;
}

.custom-control-label {
  font-size: 16px;
  font-weight: 400;
  color: #535353;
}

.custom-control-label:before {
  background: #d5e8ff;
}

.cards-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cards-list li {
  width: 50%;
  position: relative;
  padding: 0 10px 10px 0;
}

.cards-list li a {
  position: relative;
  display: block;
  background: #013878;
  text-decoration: none;
}

.cards-list li a h2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.15;
  color: white;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 62px;
  position: relative;
  margin: 0;
  padding: 10px 15px 10px 15px;
  overflow: hidden;
  z-index: 2;
}

@media (min-width: 992px) {
  .cards-list li a h2 {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .cards-list li a h2 {
    font-size: 16px;
  }
}

.cards-list li a .details {
  background: white;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 15px 0 28px;
}

.cards-list li a .details p {
  color: #013878;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  padding: 3px 0;
}

.cards-list li a .details .audiotour {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cards-list li a .details .audiotour span {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-left: 5px;
  color: #013878;
  text-transform: uppercase;
}

.cards-list li a .details .audio-icon {
  width: 33px;
  height: 22px;
}

.cards-list li a .image {
  display: block;
  position: relative;
  z-index: 1;
}

.cards-list li a .image img {
  max-width: 100%;
  display: block;
}

.cards-list li a .day {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  text-transform: uppercase;
  color: white;
  display: block;
  text-align: center;
  padding: 10px 15px;
  position: relative;
  z-index: 2;
}

.cards-list li a .number {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  position: absolute;
  bottom: 22px;
  left: -8px;
  width: 30px;
  height: 30px;
  background: white;
  color: #013878;
  border-radius: 15px;
  border-width: 3px;
  border-style: solid;
  border-color: #013878;
  vertical-align: middle;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.cards-list li a:hover,
.cards-list li a:focus,
.cards-list li a:active {
  background: #012a5a;
  text-decoration: none;
  outline: 0;
}

.cards-list li a:hover .number,
.cards-list li a:focus .number,
.cards-list li a:active .number {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.cards-list li.zaterdag a {
  background: #00a7ef;
}

.cards-list li.zaterdag a .number {
  color: #00a7ef;
  border-color: #00a7ef;
}

.cards-list li.zaterdag a .details p {
  color: #00a7ef;
}

.cards-list li.zaterdag a:hover,
.cards-list li.zaterdag a:focus {
  background: #0092d0;
}

.cards-list li.zaterdag a:hover .number,
.cards-list li.zaterdag a:focus .number {
  color: #0092d0;
  border-color: #0092d0;
}

.cards-list li.zondag a {
  background: #6b5185;
}

.cards-list li.zondag a .number {
  color: #6b5185;
  border-color: #6b5185;
}

.cards-list li.zondag a .details p {
  color: #6b5185;
}

.cards-list li.zondag a:hover,
.cards-list li.zondag a:focus {
  background: #5c4572;
}

.cards-list li.zondag a:hover .number,
.cards-list li.zondag a:focus .number {
  color: #5c4572;
  border-color: #5c4572;
}

.cards-list li.zaterdag.zondag a {
  background: #d84f55;
}

.cards-list li.zaterdag.zondag a .number {
  color: #d84f55;
  border-color: #d84f55;
}

.cards-list li.zaterdag.zondag a .details p {
  color: #d84f55;
}

.cards-list li.zaterdag.zondag a:hover,
.cards-list li.zaterdag.zondag a:focus {
  background: #d2363d;
}

.cards-list li.zaterdag.zondag a:hover .number,
.cards-list li.zaterdag.zondag a:focus .number {
  color: #d2363d;
  border-color: #d2363d;
}

@media (min-width: 992px) {
  .cards-list {
    padding: 0 1rem;
  }

  .cards-list li {
    width: 33.33333%;
    padding: 0 48px 48px 0;
  }

  .cards-list li a {
    transition: all ease-in-out 0.35s;
  }

  .cards-list li a h2 {
    padding: 10px 15px 10px 28px;
  }

  .cards-list li a .number {
    font-size: 24px;
    bottom: 2px;
    left: -27px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    border-width: 8px;
    transform: perspective(1px) translateZ(0);
  }

  .cards-list-filter li {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .cards-list li {
    width: 25%;
  }

  .cards-list-filter {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
    gap: 48px;
    margin-bottom: 48px;
  }

  .cards-list-filter li {
    width: 100%;
    padding: 0;
  }
}

.modal .modal-content {
  border: 0;
}

.modal .modal-header {
  background: #013878;
  color: white;
}

.modal .modal-header .close {
  color: white;
}

.modal .modal-body .thumb {
  margin-right: 2rem;
}

.modal .modal-body .thumb img {
  max-width: 300px;
}

.modal .modal-body h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
  color: #013878;
  text-transform: uppercase;
  margin: 0;
}

@media (min-width: 992px) {
  .modal .modal-body h3 {
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  .modal .modal-body h3 {
    font-size: 25px;
  }
}

.modal .modal-body ul.details {
  margin: 0 0 1.5rem 0;
  padding: 0;
  list-style: none;
}

.modal .modal-body ul.details li {
  text-transform: uppercase;
  line-height: 1.8;
  font-size: 16px;
}

.modal .modal-body ul.details li i {
  min-width: 25px;
}

@media (min-width: 992px) {
  .modal .modal-dialog.modal-lg {
    max-width: 900px;
  }
}

.modal-backdrop {
  opacity: 0.85 !important;
}

.fixed-top {
  background: #013878;
  padding: 0.75rem 1rem;
  transition: padding ease-in-out 0.4s;
}

.fixed-top .brand {
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  line-height: 1.25;
  padding: 0;
  text-transform: lowercase;
  text-decoration: none;
  color: #ff8500;
  max-width: 80%;
}

.fixed-top .brand span {
  text-transform: capitalize;
  font-weight: 700;
  color: #1ca8eb;
}

.fixed-top .brand span + span {
  font-weight: 400;
  color: #ff8500;
}

.fixed-top .brand:hover,
.fixed-top .brand:focus {
  text-decoration: none;
}

.fixed-top button.navbar-toggler {
  background: transparent;
  border: 0;
  float: right;
  width: 44px;
  height: 24px;
  position: relative;
  margin: 0;
  padding: 0;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.fixed-top button.navbar-toggler span {
  display: block;
  position: absolute;
  height: 3px;
  border-radius: 2px;
  width: 100%;
  background: #ff8500;
  opacity: 1;
  right: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.fixed-top button.navbar-toggler span:nth-child(1) {
  top: 0;
}

.fixed-top button.navbar-toggler span:nth-child(2) {
  top: 10px;
  width: 32px;
}

.fixed-top button.navbar-toggler span:nth-child(3) {
  top: 20px;
  width: 40px;
}

.fixed-top .navbar-toggler.open span:nth-child(1) {
  top: 12px;
  width: 32px;
  transform: rotate(135deg);
}

.fixed-top .navbar-toggler.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.fixed-top .navbar-toggler.open span:nth-child(3) {
  top: 12px;
  width: 32px;
  transform: rotate(-135deg);
}

.fixed-top .navbar-collapse .navbar-nav {
  margin-top: 2rem;
}

.fixed-top .navbar-collapse .navbar-nav li a {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  color: white;
  margin: 0;
  text-decoration: none;
  text-transform: lowercase;
}

.fixed-top .navbar-collapse .navbar-nav li a:hover,
.fixed-top .navbar-collapse .navbar-nav li a:focus {
  text-decoration: none;
  color: #ff8500;
}

.fixed-top .navbar-collapse .navbar-nav li.active a {
  color: #ff8500;
}

.fixed-top .navbar-collapse .navbar-nav li.dropdown .dropdown-toggle {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.fixed-top .navbar-collapse .navbar-nav li.dropdown .dropdown-toggle i {
  font-size: 11px;
  margin: 0 0 0 6px;
}

.fixed-top .navbar-collapse .navbar-nav li.dropdown .dropdown-toggle:after {
  content: "";
  border: 0;
}

.fixed-top .navbar-collapse .navbar-nav li.dropdown .dropdown-menu {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 18rem;
  background: white;
}

@media (min-width: 992px) {
  .fixed-top .navbar-collapse .navbar-nav li.dropdown .dropdown-menu {
    padding: 1rem;
    background: white;
    min-width: 24rem;
    box-shadow: 0 9px 31px 6px rgba(0, 0, 0, 0.2);
  }
}

.fixed-top .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li {
  width: 100%;
}

.fixed-top .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li:not(:last-child) a {
  border-bottom: 1px solid #b3b3b3;
}

.fixed-top .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.75rem;
  font-size: 16px;
  color: #013878;
  transition: all ease-in-out 0.3s;
}

.fixed-top .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li a span {
  display: block;
}

@media (min-width: 992px) {
  .fixed-top .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li a {
    padding: 0.75rem;
  }
}

.fixed-top .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li a:hover,
.fixed-top .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li a:focus {
  color: #ff8500;
}

.fixed-top .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li.active a {
  color: #ff8500;
}

@media (min-width: 992px) {
  .fixed-top .navbar-collapse .navbar-nav li.dropdown .dropdown-menu.show {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 992px) {
  .fixed-top .navbar-collapse .navbar-nav li.dropdown:hover .dropdown-menu,
  .fixed-top .navbar-collapse .navbar-nav li.dropdown:focus .dropdown-menu,
  .fixed-top .navbar-collapse .navbar-nav li.dropdown:active .dropdown-menu {
    display: flex;
    flex-wrap: wrap;
    -webkit-animation-name: fade-in-up;
            animation-name: fade-in-up;
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
}

.fixed-top .navbar-collapse .languages {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}

.fixed-top .navbar-collapse .languages li {
  margin: 0 5px 0 0;
}

.fixed-top .navbar-collapse .languages li a {
  display: block;
  width: 24px;
  opacity: 0.5;
  transition: ease-in-out opacity 400ms;
}

.fixed-top .navbar-collapse .languages li a img {
  max-width: 100%;
}

.fixed-top .navbar-collapse .languages li a:hover,
.fixed-top .navbar-collapse .languages li a:focus {
  opacity: 1;
}

.fixed-top .navbar-collapse .languages li.active a {
  opacity: 1;
}

.fixed-top.white {
  background: rgba(255, 255, 255, 0.99);
}

.fixed-top.white .brand {
  color: #013878;
}

.fixed-top.white .navbar-collapse .navbar-nav li a {
  color: #013878;
}

.fixed-top.white .navbar-collapse .navbar-nav li a:hover,
.fixed-top.white .navbar-collapse .navbar-nav li a:focus {
  color: #ff8500;
}

.fixed-top.white .navbar-collapse .navbar-nav li.active a {
  color: #ff8500;
}

.fixed-top.smaller {
  padding: 0.25rem 1rem;
}

@media (min-width: 992px) {
  .fixed-top {
    padding: 1.5rem 1rem;
  }

  .fixed-top .brand {
    font-size: 18px;
    max-width: 100%;
  }

  .fixed-top .navbar-collapse .navbar-nav {
    margin-top: 0;
  }

  .fixed-top .navbar-collapse .navbar-nav li a {
    font-size: 16px;
    margin: 0 0.65rem;
    transition: color ease-in-out 0.3s;
  }

  .fixed-top .navbar-collapse .languages {
    margin: 0 0 0 1.25rem;
  }

  .fixed-top .navbar-collapse .languages li a {
    width: 18px;
  }
}

@media (min-width: 1200px) {
  .fixed-top .brand {
    font-size: 24px;
  }

  .fixed-top .navbar-collapse .navbar-nav li a {
    font-size: 19px;
    margin: 0 0.9rem;
    transition: color ease-in-out 0.3s;
  }

  .fixed-top .navbar-collapse .languages li a {
    width: 24px;
  }
}

@media (min-width: 1340px) {
  .fixed-top .navbar-collapse .navbar-nav li a {
    margin: 0 1.25rem;
    font-size: 20px;
  }
}

footer {
  background: #013878;
  padding: 25px 0;
  position: relative;
  display: block;
  overflow: auto;
  z-index: 5;
}

footer a {
  color: white;
  text-decoration: none;
}

footer .flex-wrapper {
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer .flex-wrapper .footer-brand {
  padding: 0 15px 0 0;
  max-width: 150px;
  position: relative;
  display: block;
}

footer .flex-wrapper .footer-brand img {
  max-width: 100%;
  height: auto !important;
}

footer .flex-wrapper .socials {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .flex-wrapper .socials li {
  margin: 0 8px 0 0;
}

footer .flex-wrapper .socials li a {
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  cursor: pointer;
  transition: background ease-in-out 0.2s, color ease-in-out 0.2s;
}

footer .flex-wrapper .socials li a i {
  color: #013878;
  font-size: 26px;
}

footer .flex-wrapper .socials li a:hover,
footer .flex-wrapper .socials li a:focus {
  background: #ff8500;
  text-decoration: none;
}

footer .flex-wrapper .socials li a:hover i,
footer .flex-wrapper .socials li a:focus i {
  color: white;
}

footer .flex-wrapper .socials li:last-child {
  margin: 0;
}

footer .flex-wrapper .mail {
  color: white;
  font-size: 100%;
  margin: 30px 15px 0 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

footer .flex-wrapper .mail i {
  margin-right: 6px;
  font-size: 21px;
}

footer .flex-wrapper .mail:hover,
footer .flex-wrapper .mail:focus {
  text-decoration: none;
  color: #ff8500;
}

@media (min-width: 992px) {
  footer .flex-wrapper .footer-brand {
    padding: 0 15px;
  }

  footer .flex-wrapper .mail {
    font-size: 120%;
    margin: 0 15px;
  }

  footer .flex-wrapper .mail i {
    font-size: inherit;
    margin-right: 8px;
  }
}

header h1 {
  position: relative;
}

header h2,
header h3 {
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

header .number {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  background: white;
  border: 8px solid #013878;
  z-index: 10;
}

header .info-icon {
  position: absolute;
  top: -32px;
  right: -12px;
  font-weight: 700;
  font-size: 25px;
  color: #013878;
}

header .btn {
  border: 2px solid white;
  height: 52px;
}

header .btn:hover,
header .btn:focus {
  border-color: white;
}

header.zaterdag h1,
header.zaterdag .monument-details .list-details li.availability .day-item div.icon {
  color: #00a7ef;
}

header.zaterdag h2,
header.zaterdag h3,
header.zaterdag h4,
header.zaterdag h5,
header.zaterdag h6 {
  color: white;
}

header.zaterdag .number {
  color: #00a7ef;
  border: 8px solid #00a7ef;
}

header.zaterdag .col-1-3.bg-primary {
  background: #00a7ef !important;
}

header.zondag h1,
header.zondag .monument-details .list-details li.availability .day-item div.icon {
  color: #6b5185;
}

header.zondag h2,
header.zondag h3,
header.zondag h4,
header.zondag h5,
header.zondag h6 {
  color: white;
}

header.zondag .number {
  color: #6b5185;
  border: 8px solid #6b5185;
}

header.zondag .col-1-3.bg-primary {
  background: #6b5185 !important;
}

header.zaterdag.zondag h1,
header.zaterdag.zondag .monument-details .list-details li.availability .day-item div.icon {
  color: #d84f55;
}

header.zaterdag.zondag h2,
header.zaterdag.zondag h3,
header.zaterdag.zondag h4,
header.zaterdag.zondag h5,
header.zaterdag.zondag h6 {
  color: white;
}

header.zaterdag.zondag h2,
header.zaterdag.zondag h3 {
  color: white;
}

header.zaterdag.zondag .number {
  color: #d84f55;
  border: 8px solid #d84f55;
}

header.zaterdag.zondag .col-1-3.bg-primary {
  background: #d84f55 !important;
}

header .swiper-slide .image {
  width: 100%;
  height: 300px;
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

header .swiper-slide .image span {
  display: block;
  background: #ff8500;
  color: white;
  padding: 0.5rem 0.75rem;
  font-style: italic;
}

header .swiper-button-prev,
header .swiper-button-next {
  background-image: none;
  width: 35px;
}

header .swiper-button-prev i,
header .swiper-button-next i {
  font-size: 40px;
  color: rgba(255, 255, 255, 0.6);
  transition: color ease-in-out 0.2s;
}

header .swiper-button-prev.swiper-button-disabled,
header .swiper-button-next.swiper-button-disabled {
  display: none;
}

header .swiper-button-prev:hover i,
header .swiper-button-prev:focus i,
header .swiper-button-next:hover i,
header .swiper-button-next:focus i {
  color: white;
}

@media (min-width: 992px) {
  header .info-icon {
    top: -32px;
    right: -32px;
    font-size: 32px;
  }

  header .swiper-slide .image {
    height: 420px;
  }

  header.header-contact .swiper-slide .image {
    height: 707px;
  }
}

@media (min-width: 1200px) {
  header .swiper-slide .image {
    height: 600px;
  }

  header.header-contact .swiper-slide .image {
    height: 712px;
  }
}

@media (min-width: 1380px) {
  header.header-contact .swiper-slide .image {
    height: 678px;
  }
}

.table tbody td {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  color: #535353;
  border-color: #eeeeee;
  padding: 0.75rem 0;
}

.table tbody td:first-child {
  font-weight: 700;
  width: 50%;
}

@media (min-width: 992px) {
  .table tbody td:first-child {
    width: 33.33333%;
  }
}

#home-container {
  position: relative;
}

#home-container .flex-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-content: flex-start;
  position: relative;
  min-height: calc(100vh - 84px);
  z-index: 1;
  background: #013878;
  overflow: hidden;
}

#home-container .flex-wrapper .col-1-3 {
  max-width: 100%;
  background: url("/images/stadhuis.jpg") !important;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#home-container .flex-wrapper .col-1-3:after {
  content: "";
  z-index: 3;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

#home-container .flex-wrapper .text-block {
  font-family: "Nunito Sans", sans-serif;
  font-size: 21px;
  line-height: 32px;
  font-weight: 400;
  padding: 2rem 1rem;
  z-index: 12;
}

#home-container .flex-wrapper .text-block p,
#home-container .flex-wrapper .text-block ul,
#home-container .flex-wrapper .text-block ol,
#home-container .flex-wrapper .text-block li {
  color: white;
}

#home-container .flex-wrapper .text-block .logo {
  max-width: 300px;
}

#home-container .flex-wrapper .text-block .spotlight {
  background: #ff8500;
  padding: 2rem;
  margin: 1rem 0 2rem 0;
  color: white;
  display: block;
  width: 100%;
  border-radius: 5px;
  position: relative;
}

#home-container .flex-wrapper .text-block .spotlight p,
#home-container .flex-wrapper .text-block .spotlight ul,
#home-container .flex-wrapper .text-block .spotlight ol,
#home-container .flex-wrapper .text-block .spotlight li {
  color: white;
  margin: 0;
}

#home-container .flex-wrapper .text-block .spotlight a {
  color: white;
  text-decoration: underline;
}

#home-container .flex-wrapper .text-block .spotlight a:hover,
#home-container .flex-wrapper .text-block .spotlight a:focus {
  color: #013878;
}

#home-container .flex-wrapper .text-block .spotlight .audio-svg {
  position: absolute;
  right: 15px;
  bottom: 15px;
  margin: 0;
  width: 40px;
  height: 27px;
}

#home-container .flex-wrapper .text-block .date-full {
  display: block;
  margin: 0 0 2rem 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 38px;
  line-height: 38px;
  font-weight: 700;
  color: white;
}

#home-container .flex-wrapper .text-block .date-full .badge {
  font-size: 21px;
}

#home-container .flex-wrapper .text-block .btn {
  margin-top: 15px;
}

#home-container .home-icon {
  display: none;
}

#home-slider {
  display: none;
  position: relative;
  min-height: calc(100vh - 84px);
  width: 100%;
  z-index: 1;
}

#home-slider .swiper-container {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

#home-slider .swiper-container .swiper-wrapper {
  height: 100%;
}

#home-slider .swiper-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: calc(100vh - 84px);
  width: 100%;
}

#home-slider:after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#000000",GradientType=0 );
  z-index: 10;
}

@media (min-width: 992px) {
  #home-container .flex-wrapper {
    background: #013878;
  }

  #home-container .flex-wrapper .col-1-3 {
    min-width: 370px;
    height: 100%;
    background: transparent !important;
  }

  #home-container .flex-wrapper .col-1-3:after {
    width: 0;
    height: 0;
    background: transparent;
  }

  #home-container .flex-wrapper .text-block {
    padding: 2rem;
  }

  #home-container .flex-wrapper .text-block .logo {
    max-width: 100%;
  }

  #home-container .flex-wrapper .text-block p,
  #home-container .flex-wrapper .text-block ul,
  #home-container .flex-wrapper .text-block ol,
  #home-container .flex-wrapper .text-block li {
    font-family: "Nunito Sans", sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 38px;
    color: white;
  }

  #home-container .home-icon {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: calc(100vw - 150px);
    z-index: 1;
  }

  #home-container .home-icon img {
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    max-width: 100%;
  }

  #home-slider {
    display: block;
  }
}

@media (min-width: 1200px) {
  #home-container .flex-wrapper .col-1-3 {
    min-width: 480px;
  }

  #home-container .flex-wrapper .text-block {
    padding: 60px;
  }

  #home-container .home-icon {
    width: calc(100vw - 300px);
  }

  #home-slider {
    width: 66.6666667%;
  }
}

.activity-details,
.monument-details {
  padding: 2rem 1rem;
}

.activity-details h2,
.monument-details h2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
  color: #013878;
  text-transform: uppercase;
  color: white;
}

@media (min-width: 992px) {
  .activity-details h2,
  .monument-details h2 {
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  .activity-details h2,
  .monument-details h2 {
    font-size: 25px;
  }
}

.activity-details h3,
.monument-details h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
  color: #013878;
  text-transform: uppercase;
}

.activity-details .list-details,
.monument-details .list-details {
  margin: 0;
  padding: 0;
  list-style: none;
}

.activity-details .list-details li,
.monument-details .list-details li {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  color: #535353;
  line-height: 24px;
  color: white;
  margin-top: 3rem;
}

.activity-details .list-details li.availability .day-item,
.monument-details .list-details li.availability .day-item {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 0.5rem 0;
}

.activity-details .list-details li.availability .day-item div.icon,
.monument-details .list-details li.availability .day-item div.icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-right: 0.5rem;
}

.activity-details .list-details li.availability span,
.monument-details .list-details li.availability span {
  display: block;
  width: 120px;
}

.activity-details .list-details li.availability span + span,
.monument-details .list-details li.availability span + span {
  width: auto;
}

.activity-details .list-details li.options .option,
.monument-details .list-details li.options .option {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 0.5rem 0;
}

.activity-details .list-details li.options .option span.icon,
.monument-details .list-details li.options .option span.icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 3px solid white;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-right: 0.5rem;
}

.activity-details .list-details li.options .option span.icon-deels,
.monument-details .list-details li.options .option span.icon-deels {
  color: rgba(255, 255, 255, 0.4);
}

.activity-details .list-details li.address h3,
.monument-details .list-details li.address h3 {
  border: 0;
  margin: 0;
}

.activity-details .list-details li.address span,
.monument-details .list-details li.address span {
  display: block;
  width: 100%;
}

.activity-details .list-details li.address span + a,
.monument-details .list-details li.address span + a {
  margin-top: 2rem;
}

.activity-details .list-details li:first-child,
.monument-details .list-details li:first-child {
  margin-top: 0 !important;
}

.list-availabilities {
  margin: 0 0 0 0;
  padding: 0.5rem;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  background: #f5f5f5;
  border-radius: 32px;
}

.list-availabilities li {
  position: relative;
  margin: 0 0.25rem 0 0;
}

.list-availabilities li .btn-secondary {
  width: 48px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.activity-details .list-details li.availability .day-item div.icon i {
  color: #013878;
}

.activity-details .list-details li.availability + .availability {
  margin: 0;
}

@media (min-width: 992px) {
  .activity-details,
  .monument-details {
    padding: 2rem;
  }
}

.btn-filter {
  margin-right: 15px;
}

.btn-filter i {
  font-size: 16px;
  margin-right: 3px;
}

@media (max-width: 991px) {
  .btn-filter {
    position: fixed;
    bottom: 4rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1001;
  }
}

.filter-wrapper {
  display: none;
  opacity: 0;
  height: 100vh;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999;
}

.filter-wrapper.active {
  opacity: 1;
  display: block;
}

.filter-wrapper.active .filter-aside {
  -webkit-animation: filter-slide 400ms;
          animation: filter-slide 400ms;
}

.filter-backdrop {
  background: transparent;
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: all ease-in-out 200ms;
  width: 100vw;
  z-index: -1;
}

.filter-backdrop.active {
  background: rgba(0, 0, 0, 0.65);
  z-index: 9998;
}

.filter-aside {
  background: white;
  height: 100%;
  overflow: auto;
  padding: 1rem;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .filter-aside {
    min-width: 400px;
    padding: 2rem;
    width: 400px;
  }
}

.filter-aside .btn-primary i {
  font-size: 16px;
  margin-right: 3px;
}

.filter-aside .btn-close {
  box-shadow: none;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  position: fixed;
  top: 2.25rem;
  left: calc(400px - 4rem);
  width: 30px;
  height: 30px;
  background: #f5f5f5;
  color: #aaa;
  transition: all ease-in-out 0.2s;
  z-index: 100;
}

.filter-aside .btn-close:hover,
.filter-aside .btn-close:focus,
.filter-aside .btn-close:active {
  background: #013878;
  color: white;
}

.filter-aside .btn-toggle {
  background: #013878 !important;
  width: 100%;
  margin: 15px 0 15px 0;
  padding: 8px 15px;
  height: 48px;
  line-height: 30px;
  vertical-align: middle;
  color: white !important;
  position: relative;
  z-index: 5;
  text-align: center;
}

.filter-aside .btn-toggle i {
  position: relative;
  color: white;
  margin-left: 3px;
}

.filter-aside .pb-5 {
  padding-bottom: 1rem !important;
}

.filter-aside .filter-container {
  position: relative;
  z-index: 1;
}

.filter-aside .filter-container .btn-toggle {
  display: none;
}

.filter-aside .filter-container.filter-show {
  padding: 0px 20px 10px 20px;
  margin: 0 0 15px 0;
  height: auto;
  visibility: visible;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@media (max-width: 991px) {
  .filter-aside .result-mobile {
    margin-top: 15px;
  }
}

.result .badge {
  margin-bottom: 0.25rem;
  cursor: pointer;
}

.result .badge.badge-primary {
  color: white;
}

.result .badge.badge-primary i.fa-trash {
  font-size: 13px;
}

.result .badge.badge-primary:hover,
.result .badge.badge-primary:focus {
  color: white;
  background: #012c5f;
}

.filter .custom-select {
  margin-top: 0.25rem;
  outline: 0;
  position: relative;
}

.filter .custom-select option {
  outline: 0;
}

.filter .custom-select option:focus,
.filter .custom-select option:active {
  outline: 0;
}

.filter .custom-select:focus {
  outline: 0;
  border-color: #07374e;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075), 0 0 0 rgba(33, 33, 33, 0.075);
}

.filter .custom-select:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #013878;
  display: block;
  left: 0;
  top: 0;
}

.filter .custom-radio.custom-control {
  padding: 0.25rem 0 0.25rem 1.5rem;
}

.filter .custom-radio .custom-control-label .badge {
  padding-bottom: 0.2rem;
}

.filter .custom-radio .custom-control-label:before,
.filter .custom-radio .custom-control-label:after {
  top: 0.5rem;
}

.filter .custom-radio .custom-control-label:before {
  border: 1px solid #fff3e6;
}

.filter .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background: #013878;
  border: 1px solid #013673;
}

.filter .custom-checkbox.custom-control {
  padding: 0.25rem 0 0.25rem 1.5rem;
}

.filter .custom-checkbox.custom-control .custom-control-label:before,
.filter .custom-checkbox.custom-control .custom-control-label:after {
  top: 0.5rem;
}

.filter .custom-checkbox.custom-control .custom-control-input:checked ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(193, 10, 39, 0.25);
  background: #013878;
}

.filter .group-label {
  font-family: "Nunito Sans", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
  color: #013878;
  text-transform: uppercase;
  text-transform: uppercase;
  color: #ff8500;
  margin-bottom: 0;
  margin-top: 25px;
}

@media (min-width: 992px) {
  .filter-aside .filter-container {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
  }

  .filter-aside .filter-container.filter-hide {
    padding: 0;
    margin: 0;
    -webkit-animation-name: none;
            animation-name: none;
    display: block;
    height: auto;
    visibility: visible;
  }

  .filter-aside .pb-5 {
    padding-bottom: 3rem !important;
  }
}

.activities .activities-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 3rem 0;
  padding: 0;
  list-style: none;
}

.activities .activities-list li {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.activities .activities-list .btn-activity {
  background: white;
  border: 0;
  border-right: 1px solid #013878;
  cursor: pointer;
  margin-left: -1rem;
  padding: 1rem;
  position: relative;
  border-radius: 0;
  text-align: left;
  transition: ease-in-out all 0.2s;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.activities .activities-list .btn-activity div {
  transition: ease-in-out all 0.2s;
}

.activities .activities-list .btn-activity div.sort {
  top: 0;
  right: -27px;
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 25px;
  border: 8px solid #013878;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.activities .activities-list .btn-activity div.sort i {
  transition: ease-in-out all 0.2s;
  color: #013878;
  vertical-align: middle;
  font-size: 18px;
}

.activities .activities-list .btn-activity div.desc {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  color: #535353;
  font-size: 16px;
  line-height: 24px;
}

.activities .activities-list .btn-activity div.desc span {
  color: #ff8500;
  display: block;
}

.activities .activities-list .btn-activity div i.fa-clock {
  margin-right: 3px;
}

.activities .activities-list .btn-activity div:first-child {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #013878;
  text-transform: uppercase;
}

.activities .activities-list .btn-activity .time {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  color: #535353;
  font-size: 16px;
  color: #013878;
}

.activities .activities-list .btn-activity:hover,
.activities .activities-list .btn-activity:focus {
  background: #fafafa;
  border-radius: 0;
  border-color: #ff8500;
  outline: none;
}

.activities .activities-list .btn-activity:hover .sort,
.activities .activities-list .btn-activity:focus .sort {
  border-color: #ff8500;
}

.activities .activities-list .btn-activity:hover .sort i,
.activities .activities-list .btn-activity:focus .sort i {
  color: #ff8500;
}

.image-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.image-list h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
  color: #013878;
  text-transform: uppercase;
}

.image-list h3 a {
  color: #013878;
}

.image-list li a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  margin: 0 0 0.5rem 0;
  padding: 0 0 0.5rem 0;
  border-bottom: 1px solid #dedede;
}

.image-list li:first-child {
  padding: 0;
}

.image-list li:first-child a,
.image-list li:last-child a {
  border-bottom: 0;
}

.image-list .sidebar-img {
  width: 100%;
  height: 50px;
  max-width: 50px;
  overflow: hidden;
  display: block;
}

.image-list .sidebar-title {
  padding-left: 0.5rem;
  color: #ff8500;
}

.form-container {
  padding: 2rem;
}

.form-container .fa-pencil {
  font-size: 28px;
}

.contact-details {
  margin: 1rem 0 0 0;
  padding: 0;
  list-style: none;
}

.contact-details li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 0.5rem 0;
}

.contact-details li a {
  color: white;
}

.contact-details li a:hover,
.contact-details li a:focus {
  color: #ff8500;
}

.contact-details li .icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-right: 0.5rem;
}

.contact-details li .icon i {
  color: #013878;
}

.card {
  border: 0;
  border-bottom: 1px solid #eeeeee;
}

.card:last-child {
  border-bottom: 0;
}

.card-header {
  background: transparent;
  padding: 0.5rem 0;
  border: 0;
  text-align: left;
}

.partner-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: white;
  height: 220px;
  padding: 2rem;
}

.partner-item .partner-logo {
  max-height: 150px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1rem 1rem 1rem;
  display: block;
}

.partners {
  padding: 0 0 2rem 0;
}

.partners h3 {
  padding: 2rem 1rem 0 1rem;
}

.partners .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 20px;
}

.partners .swiper-pagination .swiper-pagination-bullet-active {
  background: #ff8500;
}

@media (min-width: 992px) {
  .partners {
    padding: 2rem;
  }

  .partners h3 {
    padding: 0;
  }

  .partners .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
  }

  .partner-item {
    margin-top: 1rem;
  }
}

