.notification {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  padding: 15px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-top: 1px solid #000;
}

input[type="file"] + .btn {
  margin-top: 10px;
}

.d-flex {
  display: flex;
}
.flex-items-center {
  align-items: center;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.row.d-flex {
  flex-wrap: wrap;
}
.row.d-flex [class^="col-"] {
  float: none;
}
.px-2 {
  padding-left: 8px;
  padding-right: 8px;
}

.prose h2 {
  margin-bottom: 16px;
}
.prose p {
  font-size: 16px;
}
.prose ul {
  list-style-type: disc;
  font-size: 16px;
}
.mb-2 {
  margin-bottom: 8px;
}
.mb-4 {
  margin-bottom: 16px;
}
.mb-8 {
  margin-bottom: 32px;
}

.page-head {
  position: relative;
  margin-bottom: 25px;
}
.page-header-background {
}
.page-header-content {
  position: absolute;
  color: #fff;
  bottom: 0;
  left: 0;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.page-header-content h1 {
  color: #fff;
}

@media (min-width: 992px) {
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
}

@media (max-width: 768px) {
  .page-header-background {
    height: 340px;
    overflow: hidden;
  }
  .page-header-background .image-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .page-header-background .edy-padding-resizer-wrapper {
    padding-bottom: 0 !important;
    height: 100%;
  }
  .page-header-background .edy-padding-resizer-wrapper picture {
    top: 0 !important;
    height: 100% !important;
    position: relative;
  }
  .page-header-background .edy-padding-resizer-wrapper picture img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }

  .page-header-content {
    background-color: rgba(0, 0, 0, 0.4);
  }
}

/* fixed header */
body.fixed-header {
  padding-top: 227px;
}
body.fixed-header header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
body.fixed-header header .header-main-logo-wrap,
body.fixed-header header .header-main-navigation,
body.fixed-header header .header-main-self-service-button,
body.fixed-header header .header-languages-wrap,
body.fixed-header header .header-contact-us a {
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  body.fixed-header.scrolled header .header-languages-wrap {
    margin-bottom: 10px;
    font-size: 18px;
  }
  body.fixed-header.scrolled header .header-main-logo-wrap {
    height: 60px;
  }
}
@media (min-width: 768px) {
  body.fixed-header {
    padding-top: 135px;
  }

  body.fixed-header.scrolled header .header-main-logo-wrap {
    width: 90px;
    height: 50px;
    margin-right: 0;
  }
  body.fixed-header.scrolled header .header-main-navigation {
    margin-top: 12px;
  }
  body.fixed-header.scrolled header .header-main-navigation ul {
    margin-bottom: 0;
  }
  body.fixed-header.scrolled header .header-main-self-service-button {
    margin-top: 13px;
  }
  body.fixed-header.scrolled header .header-contact-us a {
    margin-top: 8px;
  }
}

.header-contact-us a {
  background-color: #005ba6;
  padding: 6px 12px;
  float: right;
  display: block;
  margin-top: 23px;
  color: #fff;
  line-height: 1;
  border-radius: 13px;
  margin-right: 10px;
  transition: background-color 0.3s ease;
}

.header-contact-us a:hover {
  background-color: #00437a;
}
