@font-face {
  font-family: 'DINWeb';
  font-style: normal;
  font-weight: 300;
  src: url("/view-resources/view/css/fonts/forskning/DINWeb-Light.woff") format("woff");
}

@font-face {
  font-family: 'DINWeb';
  font-style: italic;
  font-weight: 300;
  src: url("/view-resources/view/css/fonts/forskning/DINWeb-LightItalic.woff") format("woff");
}

@font-face {
  font-family: 'DINWeb';
  font-style: normal;
  font-weight: 400;
  src: url("/view-resources/view/css/fonts/forskning/DINWeb-Medium.woff") format("woff");
}

@font-face {
  font-family: 'DINWeb';
  font-style: italic;
  font-weight: 400;
  src: url("/view-resources/view/css/fonts/forskning/DINWeb-MediumItalic.woff") format("woff");
}

@font-face {
  font-family: 'DINWeb';
  font-style: normal;
  font-weight: 600;
  src: url("/view-resources/view/css/fonts/forskning/DINWeb-Bold.woff") format("woff");
}

@font-face {
  font-family: 'DINWeb';
  font-style: italic;
  font-weight: 600;
  src: url("/view-resources/view/css/fonts/forskning/DINWeb-BoldItalic.woff") format("woff");
}

@font-face {
  font-family: 'DINWeb';
  font-style: normal;
  font-weight: 800;
  src: url("/view-resources/view/css/fonts/forskning/DINWeb-Black.woff") format("woff");
}

@font-face {
  font-family: 'DINWeb';
  font-style: italic;
  font-weight: 800;
  src: url("/view-resources/view/css/fonts/forskning/DINWeb-BlackItalic.woff") format("woff");
}

.image-gradient-bg-primary figure:after, .image-gradient-bg-primary-dark figure:after, .image-gradient-bg-primary-light figure:after, .image-gradient-bg-secondary figure:after, .image-gradient-bg-tertiart figure:after, .image-gradient-bg-quaternary figure:after, .image-gradient-bg-quinary figure:after, .image-gradient-bg-senary figure:after, .image-gradient-bg-black figure:after, .image-gradient-bg-white figure:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.primary {
  color: #015060 !important;
}

.primary-dark {
  color: #343550 !important;
}

.primary-light {
  color: #1893a9 !important;
}

.secondary {
  color: #d9dad7 !important;
}

.tertiart {
  color: #db8e31 !important;
}

.quaternary {
  color: #a3272e !important;
}

.quinary {
  color: #5f5950 !important;
}

.senary {
  color: #2e7f52 !important;
}

.black {
  color: #000000 !important;
}

.white {
  color: #ffffff !important;
}

@media (max-width: 1023px) {
  .color_mobile_primary {
    color: #015060 !important;
  }
  .color_mobile_primary-dark {
    color: #343550 !important;
  }
  .color_mobile_primary-light {
    color: #1893a9 !important;
  }
  .color_mobile_secondary {
    color: #d9dad7 !important;
  }
  .color_mobile_tertiart {
    color: #db8e31 !important;
  }
  .color_mobile_quaternary {
    color: #a3272e !important;
  }
  .color_mobile_quinary {
    color: #5f5950 !important;
  }
  .color_mobile_senary {
    color: #2e7f52 !important;
  }
  .color_mobile_black {
    color: #000000 !important;
  }
  .color_mobile_white {
    color: #ffffff !important;
  }
}

.bg-primary {
  background-color: #015060;
  color: #fff;
}

.bg-primary.op-bg_20 {
  background-color: rgba(1, 80, 96, 0.2);
}

.bg-primary.op-bg_40 {
  background-color: rgba(1, 80, 96, 0.4);
}

.bg-primary.op-bg_60 {
  background-color: rgba(1, 80, 96, 0.6);
}

.bg-primary.op-bg_80 {
  background-color: rgba(1, 80, 96, 0.8);
}

.bg-primary-dark {
  background-color: #343550;
  color: #fff;
}

.bg-primary-dark.op-bg_20 {
  background-color: rgba(52, 53, 80, 0.2);
}

.bg-primary-dark.op-bg_40 {
  background-color: rgba(52, 53, 80, 0.4);
}

.bg-primary-dark.op-bg_60 {
  background-color: rgba(52, 53, 80, 0.6);
}

.bg-primary-dark.op-bg_80 {
  background-color: rgba(52, 53, 80, 0.8);
}

.bg-primary-light {
  background-color: #008FA8;
  color: #fff;
}

.bg-primary-light.op-bg_20 {
  background-color: rgba(0, 143, 168, 0.2);
}

.bg-primary-light.op-bg_40 {
  background-color: rgba(0, 143, 168, 0.4);
}

.bg-primary-light.op-bg_60 {
  background-color: rgba(0, 143, 168, 0.6);
}

.bg-primary-light.op-bg_80 {
  background-color: rgba(0, 143, 168, 0.8);
}

.bg-secondary {
  background-color: #d9dad7;
}

.bg-secondary.op-bg_20 {
  background-color: rgba(217, 218, 215, 0.2);
}

.bg-secondary.op-bg_40 {
  background-color: rgba(217, 218, 215, 0.4);
}

.bg-secondary.op-bg_60 {
  background-color: rgba(217, 218, 215, 0.6);
}

.bg-secondary.op-bg_80 {
  background-color: rgba(217, 218, 215, 0.8);
}

.bg-tertiart {
  background-color: #db8e31;
}

.bg-tertiart.op-bg_20 {
  background-color: rgba(219, 142, 49, 0.2);
}

.bg-tertiart.op-bg_40 {
  background-color: rgba(219, 142, 49, 0.4);
}

.bg-tertiart.op-bg_60 {
  background-color: rgba(219, 142, 49, 0.6);
}

.bg-tertiart.op-bg_80 {
  background-color: rgba(219, 142, 49, 0.8);
}

.bg-quaternary {
  background-color: #a3272e;
  color: #fff;
}

.bg-quaternary.op-bg_20 {
  background-color: rgba(163, 39, 46, 0.2);
}

.bg-quaternary.op-bg_40 {
  background-color: rgba(163, 39, 46, 0.4);
}

.bg-quaternary.op-bg_60 {
  background-color: rgba(163, 39, 46, 0.6);
}

.bg-quaternary.op-bg_80 {
  background-color: rgba(163, 39, 46, 0.8);
}

.bg-quinary {
  background-color: #5f5950;
  color: #fff;
}

.bg-quinary.op-bg_20 {
  background-color: rgba(95, 89, 80, 0.2);
}

.bg-quinary.op-bg_40 {
  background-color: rgba(95, 89, 80, 0.4);
}

.bg-quinary.op-bg_60 {
  background-color: rgba(95, 89, 80, 0.6);
}

.bg-quinary.op-bg_80 {
  background-color: rgba(95, 89, 80, 0.8);
}

.bg-senary {
  background-color: #2e7f52;
  color: #fff;
}

.bg-senary.op-bg_20 {
  background-color: rgba(46, 127, 82, 0.2);
}

.bg-senary.op-bg_40 {
  background-color: rgba(46, 127, 82, 0.4);
}

.bg-senary.op-bg_60 {
  background-color: rgba(46, 127, 82, 0.6);
}

.bg-senary.op-bg_80 {
  background-color: rgba(46, 127, 82, 0.8);
}

.bg-black {
  background-color: #000000;
  color: #fff;
}

.bg-black.op-bg_20 {
  background-color: rgba(0, 0, 0, 0.2);
}

.bg-black.op-bg_40 {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-black.op-bg_60 {
  background-color: rgba(0, 0, 0, 0.6);
}

.bg-black.op-bg_80 {
  background-color: rgba(0, 0, 0, 0.8);
}

.bg-white {
  background-color: #ffffff;
}

.bg-white.op-bg_20 {
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-white.op-bg_40 {
  background-color: rgba(255, 255, 255, 0.4);
}

.bg-white.op-bg_60 {
  background-color: rgba(255, 255, 255, 0.6);
}

.bg-white.op-bg_80 {
  background-color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1023px) {
  .color_mobile_bg-primary {
    background-color: #015060;
    color: #fff;
  }
  .color_mobile_bg-primary.op-bg_20 {
    background-color: rgba(1, 80, 96, 0.2);
  }
  .color_mobile_bg-primary.op-bg_40 {
    background-color: rgba(1, 80, 96, 0.4);
  }
  .color_mobile_bg-primary.op-bg_60 {
    background-color: rgba(1, 80, 96, 0.6);
  }
  .color_mobile_bg-primary.op-bg_80 {
    background-color: rgba(1, 80, 96, 0.8);
  }
  .color_mobile_bg-primary-dark {
    background-color: #343550;
    color: #fff;
  }
  .color_mobile_bg-primary-dark.op-bg_20 {
    background-color: rgba(52, 53, 80, 0.2);
  }
  .color_mobile_bg-primary-dark.op-bg_40 {
    background-color: rgba(52, 53, 80, 0.4);
  }
  .color_mobile_bg-primary-dark.op-bg_60 {
    background-color: rgba(52, 53, 80, 0.6);
  }
  .color_mobile_bg-primary-dark.op-bg_80 {
    background-color: rgba(52, 53, 80, 0.8);
  }
  .color_mobile_bg-primary-light {
    background-color: #008FA8;
    color: #fff;
  }
  .color_mobile_bg-primary-light.op-bg_20 {
    background-color: rgba(0, 143, 168, 0.2);
  }
  .color_mobile_bg-primary-light.op-bg_40 {
    background-color: rgba(0, 143, 168, 0.4);
  }
  .color_mobile_bg-primary-light.op-bg_60 {
    background-color: rgba(0, 143, 168, 0.6);
  }
  .color_mobile_bg-primary-light.op-bg_80 {
    background-color: rgba(0, 143, 168, 0.8);
  }
  .color_mobile_bg-secondary {
    background-color: #d9dad7;
  }
  .color_mobile_bg-secondary.op-bg_20 {
    background-color: rgba(217, 218, 215, 0.2);
  }
  .color_mobile_bg-secondary.op-bg_40 {
    background-color: rgba(217, 218, 215, 0.4);
  }
  .color_mobile_bg-secondary.op-bg_60 {
    background-color: rgba(217, 218, 215, 0.6);
  }
  .color_mobile_bg-secondary.op-bg_80 {
    background-color: rgba(217, 218, 215, 0.8);
  }
  .color_mobile_bg-tertiart {
    background-color: #db8e31;
  }
  .color_mobile_bg-tertiart.op-bg_20 {
    background-color: rgba(219, 142, 49, 0.2);
  }
  .color_mobile_bg-tertiart.op-bg_40 {
    background-color: rgba(219, 142, 49, 0.4);
  }
  .color_mobile_bg-tertiart.op-bg_60 {
    background-color: rgba(219, 142, 49, 0.6);
  }
  .color_mobile_bg-tertiart.op-bg_80 {
    background-color: rgba(219, 142, 49, 0.8);
  }
  .color_mobile_bg-quaternary {
    background-color: #a3272e;
    color: #fff;
  }
  .color_mobile_bg-quaternary.op-bg_20 {
    background-color: rgba(163, 39, 46, 0.2);
  }
  .color_mobile_bg-quaternary.op-bg_40 {
    background-color: rgba(163, 39, 46, 0.4);
  }
  .color_mobile_bg-quaternary.op-bg_60 {
    background-color: rgba(163, 39, 46, 0.6);
  }
  .color_mobile_bg-quaternary.op-bg_80 {
    background-color: rgba(163, 39, 46, 0.8);
  }
  .color_mobile_bg-quinary {
    background-color: #5f5950;
    color: #fff;
  }
  .color_mobile_bg-quinary.op-bg_20 {
    background-color: rgba(95, 89, 80, 0.2);
  }
  .color_mobile_bg-quinary.op-bg_40 {
    background-color: rgba(95, 89, 80, 0.4);
  }
  .color_mobile_bg-quinary.op-bg_60 {
    background-color: rgba(95, 89, 80, 0.6);
  }
  .color_mobile_bg-quinary.op-bg_80 {
    background-color: rgba(95, 89, 80, 0.8);
  }
  .color_mobile_bg-senary {
    background-color: #2e7f52;
    color: #fff;
  }
  .color_mobile_bg-senary.op-bg_20 {
    background-color: rgba(46, 127, 82, 0.2);
  }
  .color_mobile_bg-senary.op-bg_40 {
    background-color: rgba(46, 127, 82, 0.4);
  }
  .color_mobile_bg-senary.op-bg_60 {
    background-color: rgba(46, 127, 82, 0.6);
  }
  .color_mobile_bg-senary.op-bg_80 {
    background-color: rgba(46, 127, 82, 0.8);
  }
  .color_mobile_bg-black {
    background-color: #000000;
    color: #fff;
  }
  .color_mobile_bg-black.op-bg_20 {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .color_mobile_bg-black.op-bg_40 {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .color_mobile_bg-black.op-bg_60 {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .color_mobile_bg-black.op-bg_80 {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .color_mobile_bg-white {
    background-color: #ffffff;
  }
  .color_mobile_bg-white.op-bg_20 {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .color_mobile_bg-white.op-bg_40 {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .color_mobile_bg-white.op-bg_60 {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .color_mobile_bg-white.op-bg_80 {
    background-color: rgba(255, 255, 255, 0.8);
  }
}

.image-gradient-bg-primary figure:after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#015060));
  background-image: -o-linear-gradient(top, transparent 50%, #015060);
  background-image: linear-gradient(to bottom, transparent 50%, #015060);
}

.image-gradient-bg-primary-dark figure:after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#343550));
  background-image: -o-linear-gradient(top, transparent 50%, #343550);
  background-image: linear-gradient(to bottom, transparent 50%, #343550);
}

.image-gradient-bg-primary-light figure:after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#008FA8));
  background-image: -o-linear-gradient(top, transparent 50%, #008FA8);
  background-image: linear-gradient(to bottom, transparent 50%, #008FA8);
}

.image-gradient-bg-secondary figure:after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#d9dad7));
  background-image: -o-linear-gradient(top, transparent 50%, #d9dad7);
  background-image: linear-gradient(to bottom, transparent 50%, #d9dad7);
}

.image-gradient-bg-tertiart figure:after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#db8e31));
  background-image: -o-linear-gradient(top, transparent 50%, #db8e31);
  background-image: linear-gradient(to bottom, transparent 50%, #db8e31);
}

.image-gradient-bg-quaternary figure:after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#a3272e));
  background-image: -o-linear-gradient(top, transparent 50%, #a3272e);
  background-image: linear-gradient(to bottom, transparent 50%, #a3272e);
}

.image-gradient-bg-quinary figure:after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#5f5950));
  background-image: -o-linear-gradient(top, transparent 50%, #5f5950);
  background-image: linear-gradient(to bottom, transparent 50%, #5f5950);
}

.image-gradient-bg-senary figure:after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#2e7f52));
  background-image: -o-linear-gradient(top, transparent 50%, #2e7f52);
  background-image: linear-gradient(to bottom, transparent 50%, #2e7f52);
}

.image-gradient-bg-black figure:after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#000000));
  background-image: -o-linear-gradient(top, transparent 50%, #000000);
  background-image: linear-gradient(to bottom, transparent 50%, #000000);
}

.image-gradient-bg-white figure:after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#ffffff));
  background-image: -o-linear-gradient(top, transparent 50%, #ffffff);
  background-image: linear-gradient(to bottom, transparent 50%, #ffffff);
}

@media (max-width: 1023px) {
  .color_mobile_image-gradient-bg-primary figure:after, .color_mobile_image-gradient-bg-primary-dark figure:after, .color_mobile_image-gradient-bg-primary-light figure:after, .color_mobile_image-gradient-bg-secondary figure:after, .color_mobile_image-gradient-bg-tertiart figure:after, .color_mobile_image-gradient-bg-quaternary figure:after, .color_mobile_image-gradient-bg-quinary figure:after, .color_mobile_image-gradient-bg-senary figure:after, .color_mobile_image-gradient-bg-black figure:after, .color_mobile_image-gradient-bg-white figure:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .color_mobile_image-gradient-bg-primary figure:after {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#015060));
    background-image: -o-linear-gradient(top, transparent 50%, #015060);
    background-image: linear-gradient(to bottom, transparent 50%, #015060);
  }
  .color_mobile_image-gradient-bg-primary-dark figure:after {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#343550));
    background-image: -o-linear-gradient(top, transparent 50%, #343550);
    background-image: linear-gradient(to bottom, transparent 50%, #343550);
  }
  .color_mobile_image-gradient-bg-primary-light figure:after {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#008FA8));
    background-image: -o-linear-gradient(top, transparent 50%, #008FA8);
    background-image: linear-gradient(to bottom, transparent 50%, #008FA8);
  }
  .color_mobile_image-gradient-bg-secondary figure:after {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#d9dad7));
    background-image: -o-linear-gradient(top, transparent 50%, #d9dad7);
    background-image: linear-gradient(to bottom, transparent 50%, #d9dad7);
  }
  .color_mobile_image-gradient-bg-tertiart figure:after {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#db8e31));
    background-image: -o-linear-gradient(top, transparent 50%, #db8e31);
    background-image: linear-gradient(to bottom, transparent 50%, #db8e31);
  }
  .color_mobile_image-gradient-bg-quaternary figure:after {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#a3272e));
    background-image: -o-linear-gradient(top, transparent 50%, #a3272e);
    background-image: linear-gradient(to bottom, transparent 50%, #a3272e);
  }
  .color_mobile_image-gradient-bg-quinary figure:after {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#5f5950));
    background-image: -o-linear-gradient(top, transparent 50%, #5f5950);
    background-image: linear-gradient(to bottom, transparent 50%, #5f5950);
  }
  .color_mobile_image-gradient-bg-senary figure:after {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#2e7f52));
    background-image: -o-linear-gradient(top, transparent 50%, #2e7f52);
    background-image: linear-gradient(to bottom, transparent 50%, #2e7f52);
  }
  .color_mobile_image-gradient-bg-black figure:after {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#000000));
    background-image: -o-linear-gradient(top, transparent 50%, #000000);
    background-image: linear-gradient(to bottom, transparent 50%, #000000);
  }
  .color_mobile_image-gradient-bg-white figure:after {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#ffffff));
    background-image: -o-linear-gradient(top, transparent 50%, #ffffff);
    background-image: linear-gradient(to bottom, transparent 50%, #ffffff);
  }
}

body {
  font-family: "DINWeb", "Helvetica", serif;
  background-color: #008FA8;
  color: #292929;
  font-size: 100%;
}

header#nav {
  background-color: #008FA8;
  border-bottom: none;
}

header#nav .top {
  text-align: center;
  background-color: #015060;
  color: #ffffff;
}

header#nav .top a {
  margin: 0 1em;
}

header#nav ul#navigation-list {
  overflow: visible;
}

header#nav ul#navigation-list > li {
  display: block;
}

header#nav ul#navigation-list > li.logo {
  text-align: center;
}

header#nav ul#navigation-list > li.logo a {
  display: block;
  width: 400px;
  padding: 70px 0 20px;
  margin: 0 auto;
}

header#nav ul#navigation-list > li.logo a img {
  display: block;
  width: 100%;
}

header#nav ul#navigation-list > li.menu {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
}

header#nav ul#navigation-list > li.menu li {
  padding: 0 0.4em;
}

header#nav ul#navigation-list > li.menu li > a {
  font-size: 1rem;
  font-weight: 400;
  text-shadow: none;
  color: #fff;
}

header#nav ul#navigation-list > li.menu li > a:hover {
  text-decoration: underline;
}

header#nav ul#navigation-list > li.menu li.submenu {
  position: relative;
}

header#nav ul#navigation-list > li.menu li.submenu::before {
  cursor: pointer;
  background-color: #1f2f35;
  border: 1px solid #015060;
  color: #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 1.2em;
}

header#nav ul#navigation-list > li.menu li.submenu.visible > ul {
  display: block;
}

header#nav ul#navigation-list > li.menu li.submenu#menuToggleSearch ul {
  left: -240px;
  padding: 0;
  width: 300px;
}

header#nav ul#navigation-list > li.menu li.submenu#menuToggleSearch ul li {
  padding: 0;
}

header#nav ul#navigation-list > li.menu li.submenu#menuToggleSearch ul li form:after {
  content: "";
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 0.7em;
  height: 0.7em;
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0.9em;
  right: 0.9em;
  pointer-events: none;
}

header#nav ul#navigation-list > li.menu li.submenu#menuToggleSearch ul li form input {
  display: inline-block;
  margin: 0;
  width: 75%;
  background-color: transparent;
  color: #fff;
  padding: 1.2em 0.8em;
  border: 0;
  vertical-align: middle;
}

header#nav ul#navigation-list > li.menu li.submenu#menuToggleSearch ul li form input:focus {
  outline: 0;
}

header#nav ul#navigation-list > li.menu li.submenu#menuToggleSearch ul li form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

header#nav ul#navigation-list > li.menu li.submenu#menuToggleSearch ul li form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

header#nav ul#navigation-list > li.menu li.submenu#menuToggleSearch ul li form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

header#nav ul#navigation-list > li.menu li.submenu#menuToggleSearch ul li form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

header#nav ul#navigation-list > li.menu li.submenu#menuToggleSearch ul li form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

header#nav ul#navigation-list > li.menu li.submenu#menuToggleSearch ul li form input[type="submit"] {
  width: 25%;
  padding: 0.7em;
  background-color: transparent;
  cursor: pointer;
}

header#nav ul#navigation-list > li.menu li.submenu > ul {
  top: 50px;
  padding: 0.4em 0;
  display: none;
  position: absolute;
  z-index: 999;
  background-color: #1f2f35;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  cursor: default;
}

header#nav ul#navigation-list > li.menu li.submenu > ul > li:last-child a {
  border-bottom: none;
}

header#nav ul#navigation-list > li.menu li.submenu > ul li {
  text-align: left;
  display: block;
  line-height: 30px;
  padding: 0 0.5em;
}

header#nav ul#navigation-list > li.menu li.submenu > ul li a {
  cursor: pointer;
  font-weight: 400;
  font-size: 0.8em;
  padding: 0.5em 0.3em;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

header#nav ul#navigation-list > li.menu li.submenu > ul li > ul > li {
  padding-right: 0;
  margin-left: 0.5em;
}

header#nav ul#navigation-list > li.menu li.submenu > ul li > ul > li a {
  font-weight: 100;
  padding-left: 0.6em;
}

section.main, section.related {
  padding: 0.8em 0;
  background-color: #ffffff;
}

section.main::after, section.related::after {
  content: '';
  display: table;
  clear: both;
}

footer#page {
  border: none;
  padding: 0;
  margin: 0 0 2.5em 0;
}

footer#page .row {
  padding: 0.6em 0.6em 1.8em;
  background-color: #f4f4f4;
}

footer#page .row .column {
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 0.85em;
}

footer#page .row .column h4 {
  font-weight: normal;
  font-size: 1.2em;
}

@media (max-width: 767px) {
  header#nav {
    margin: 0;
  }
  header#nav ul#navigation-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 10px 10px;
  }
  header#nav ul#navigation-list > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  header#nav ul#navigation-list > li.logo {
    text-align: center;
    vertical-align: middle;
    margin-right: 30px;
  }
  header#nav ul#navigation-list > li.logo a {
    padding: 0;
    width: 100%;
  }
  header#nav ul#navigation-list > li.logo a img {
    display: block;
    width: 100%;
  }
  header#nav ul#navigation-list > li.menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  header#nav ul#navigation-list > li.menu li {
    display: none;
  }
  header#nav ul#navigation-list > li.menu li#menuToggleSubmenu {
    display: block;
    float: right;
  }
  header#nav ul#navigation-list > li.menu li#menuToggleSubmenu > ul {
    left: auto;
    right: 0;
    margin-top: 0;
  }
  header#nav ul#navigation-list > li.menu li#menuToggleSearch {
    display: block;
    float: right;
  }
}
