@charset "UTF-8";
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

.block-system.branding {
  padding: 1em;
}

.block-system.branding a {
  display: block;
  width: 300px;
}

#block-mietn-site-branding .logo-site-name {
  width: 30%;
  height: 45px;
  position: relative;
  left: 30%;
}

@media screen and (min-width: 56.47059em) {
  #block-mietn-site-branding {
    display: none;
  }
}

.logo-site-name a {
  background: none;
  text-indent: initial;
}

.layout-container > header {
  display: block;
}

.layout-container > header .header {
  height: 65px;
}

@media screen and (min-width: 56.47059em) {
  .layout-container > header {
    display: none;
  }
}

.slick.slick--field-billboard .slick-prev,
.slick.slick--field-billboard .slick-next {
  color: #1c4757;
}

.footer-navigation > ul.menu > li a {
  color: white;
}

.footer-navigation > ul.menu > li a:hover {
  color: white;
}

.responsive-menu-block-wrapper .horizontal-menu > li a:hover,
.responsive-menu-block-wrapper .horizontal-menu > li span:hover {
  color: #d28a28;
}

.responsive-menu-block-wrapper .horizontal-menu .sub-nav a:hover {
  background-color: rgba(210, 138, 40, 0.5);
}

.responsive-menu-block-wrapper .horizontal-menu .sub-nav > .menu-item--expanded {
  background-image: none;
}

.responsive-menu-block-wrapper .horizontal-menu .sub-nav > .menu-item--expanded > a::after {
  border-style: solid;
  border-color: #d28a28;
  border-width: 0.15em 0.15em 0 0;
  content: '';
  display: inline-block;
  height: 0.45em;
  left: 0.8em;
  position: relative;
  top: 0.4em;
  transform: rotate(45deg);
  vertical-align: top;
  width: 0.45em;
}

.responsive-menu-block-wrapper .horizontal-menu .sub-nav > .menu-item--expanded > span::after {
  border-style: solid;
  border-color: #d28a28;
  border-width: 0.15em 0.15em 0 0;
  content: '';
  display: inline-block;
  height: 0.45em;
  left: 0.8em;
  position: relative;
  top: 0.8em;
  transform: rotate(45deg);
  vertical-align: top;
  width: 0.45em;
}

.responsive-menu-block-wrapper .horizontal-menu > .menu-item--expanded {
  background-image: none;
}

.responsive-menu-block-wrapper .horizontal-menu > .menu-item--expanded > a::after {
  border-style: solid;
  border-color: #d28a28;
  border-width: 0.15em 0.15em 0 0;
  content: '';
  display: inline-block;
  height: 0.45em;
  left: 0.8em;
  position: relative;
  top: 0.3em;
  transform: rotate(135deg);
  vertical-align: top;
  width: 0.45em;
}

.responsive-menu-block-wrapper .horizontal-menu > .menu-item--expanded > span::after {
  border-style: solid;
  border-color: #d28a28;
  border-width: 0.15em 0.15em 0 0;
  content: '';
  display: inline-block;
  height: 0.45em;
  left: 0.8em;
  position: relative;
  top: 0.8em;
  transform: rotate(135deg);
  vertical-align: top;
  width: 0.45em;
}

.responsive-menu-block-wrapper .search {
  position: relative;
  width: 10px;
  margin: 0 auto;
  padding: 7px 30px 0 0;
  text-align: center;
}

.responsive-menu-block-wrapper .search__circle {
  width: 15px;
  height: 15px;
  border: 2px solid #d28a28;
  border-radius: 10px;
}

.responsive-menu-block-wrapper .search__rectangle {
  position: absolute;
  right: 8px;
  bottom: 19px;
  width: 12px;
  transform: rotate(45deg);
  border: 2px solid #d28a28;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#content-area h1.page-title {
  text-transform: none;
}

#content-area h1.page-title span {
  color: #1c4757;
}

.ckeditor-accordion-container > dl {
  border: none;
}

.ckeditor-accordion-container > dl dt > a,
.ckeditor-accordion-container > dl dt > a:not(.button) {
  background-color: #1c4757;
  border-bottom: none;
}

.ckeditor-accordion-container > dl dt.active > a,
.ckeditor-accordion-container > dl dt > a:hover,
.ckeditor-accordion-container > dl dt > a:not(.button):hover {
  background-color: #046e84;
}

.ckeditor-accordion-container > dl dd.active {
  border: 2px solid #046e84;
}

input[type="submit"] {
  background-color: #1c4757;
  font-family: inherit;
  font-weight: bold;
  text-transform: none;
  border: 2px solid #1c4757;
}

input[type="submit"]:hover, input[type="submit"]:focus {
  color: #1c4757;
  background-color: #fff;
}

input[type="submit"]::after {
  content: '\00a0›';
}

@media screen and (min-width: 56.47059em) {
  #edit-search-api-fulltext--3 {
    display: none;
    border-radius: 5px;
    border-color: #046e84;
    box-shadow: unset;
    width: 350px;
    height: 30px;
  }
}
