@charset "UTF-8";/* *****************************************************************************
* Header
* **************************************************************************** */
.uk-navbar-right .uk-navbar-toggle .uk-icon > svg {
  width: 35px;
}

/* *****************************************************************************
/* Video Popup */
/* *************************************************************************** */

.hs-video .uk-icon-overlay:hover {
  transform: scale(1.1);
}

/* Disable video and audio download and context menu */
video,
audio {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

video::-webkit-media-controls-download-button,
audio::-webkit-media-controls-download-button {
  display: none;
}

video::-webkit-media-controls-enclosure,
audio::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls-panel,
audio::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}

a[href],
a[href] *,
.uk-link,
.uk-link *,
a.uk-card-hover,
a.uk-card-hover *,
a,
button,
.uk-button,
html body a[href],
html body a[href] * {
  cursor: pointer !important;
}

/* *****************************************************************************
/* Accessibility */
/* *************************************************************************** */

.djacc .djacc__openbtn {
  background-color: #f6fc58 !important;
  border-radius: 50px !important;
  border: 1px solid #fff !important;
  bottom: 10px !important;
  left: 10px !important;
  position: fixed !important;
}
.djacc__close {
  background-color: #f6fc58 !important;
}
.djacc-popup .djacc__bar:before {
  background: #f6fc58 !important;
}
.djacc--sticky.djacc--top-right {
  left: 0 !important;
}

