
/* Default banner */
.banner {
  position: relative;
  width: 100%;
  height: 30rem;
  padding: 0 5%;
  overflow: hidden;
  backface-visibility: hidden; 
}

.slick-arrow::before {
    font-size: 2rem;
    color: white;
    opacity: 1;
}


/* Other stuff */
.banner h1 {
  color: #EEE;
  margin: 0;
  line-height: 40rem;
  text-transform: uppercase;
  text-shadow: 0 0 .3rem black;
}

/*
*:root {
*    --script: setTimeout(function(){alert(1)}, 2000);
* }
**/


.cklb-title {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

.region-navigation .menu a[data-drupal-link-system-path="<front>"] {
    width: 270px;
    height: 42px;
    margin: 70px auto;
    padding: 0;
    background: url("../../logo.png") no-repeat center;
    filter: invert(1)
}


/* Default banner */
.slick-slide {
  position: relative;
  width: 100%;
  height: 30rem;
/*  padding: 0 5%;  */
  overflow: hidden;
  backface-visibility: hidden;
}

/* Default image container */
.slick-slide .bg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transform: translate3d(0,0,0) scale(1.25);
  background: black url(https://images.unsplash.com/photo-1531971085967-431db1ec65a2?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=212d5ac2d6b763d2f2168d4f0a85b36c&auto=format&fit=crop&w=2250&q=80) no-repeat center center;  
  background-size: cover;
}

/* Better box-sizing */
* { box-sizing: border-box; }


/* Loaded image container */
.loaded .slick-track .bg-image {
  transform: scale(1);
  transition: 6.5s transform;
}

.dropbutton-toggle {
  position: absolute;
  top: 0;
  right: 0; /* LTR */
  bottom: 0;
  display: block;
  width: 2em;
  white-space: nowrap;
  text-indent: 110%;
}
[dir="rtl"] .dropbutton-toggle {
  right: auto;
  left: 0;
}
.dropbutton-toggle button {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  background: none;
}
.dropbutton-toggle button:hover,
.dropbutton-toggle button:focus {
  outline: initial;
}
.dropbutton-arrow {
  position: absolute;
  top: 50%;
  right: 40%; /* 0.6667em; */ /* LTR */
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  margin-top: -0.1666em;
  border-width: 0.3333em 0.3333em 0;
  border-style: solid;
  border-right-color: white;
  border-bottom-color: white;
  border-left-color: white;
  line-height: 0;
}
[dir="rtl"] .dropbutton-arrow {
  right: auto;
  left: 0.6667em;
}
.dropbutton-multiple.open .dropbutton-arrow {
  top: 0.6667em;
  border-top-color: white;
  border-bottom: 0.3333em solid;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--beo-dropdown-item-padding-y) var(--beo-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--beo-dropdown-link-color);
    text-align: inherit;
    white-space: nowrap;
    background-color: white;
    border: 0;
}

.dropdown-item:active,
.dropdown-item:hover {
	   white-space: nowrap;
	   color: white;
    background-color: grey;
    border: 0;
}

.btn, .button {
	--beo-btn-bg: #437a9e;
    --beo-btn-border-color: #437a9e;
    --beo-btn-hover-bg: #396886;
    --beo-btn-hover-border-color: #396886;
    --beo-btn-color: #fff;
    --beo-btn-hover-color: #fff;
    margin-bottom: 1em;
	}

form {
    display: block;
    margin-top: 0em;
    margin-left: 1em;
    unicode-bidi: isolate;
}
