html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
.btn:focus {
  box-shadow: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: var(--subtext-font-size);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-size: var(--subheader-font-size);
  line-height: 1.42857143;
  color: #333333;
  background-color: #e2e3e7;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.ibe-header-nav {
  padding: 20px 0 25px;
  opacity: 1;
  background: #e2e3e7;
  float: left;
  width: 100%;
}
.ibe-header-nav .ibe-wrap {
  max-width: 1360px;
  margin: 0 auto;
  width: 100%;
  display: table;
}
.ibe-header-nav .ibe-wrap .ibe-header-logo {
  width: 34%;
  line-height: 42px;
  float: left;
}
.ibe-header-nav .ibe-wrap .ibe-header-logo img {
  display: inline-block;
  width: auto;
  max-width: 290px;
}
.ibe-header-nav .ibe-wrap .ibe-header-logo .ibe-logo-text {
  font-family: var(--font-family-bold);
  font-style: italic;
  font-size: 33px;
  color: var(--primary-color);
  float: left;
}
.ibe-header-nav .ibe-wrap .ibe-header-logo .ibe-standalone-logo {
  color: #313c45;
}
.ibe-header-nav .ibe-wrap .ibe-language-dropdown {
  float: right;
}
.ibe-header-nav .ibe-wrap .ibe-language-dropdown .jy-input-component {
  margin-right: 40px;
}
.ibe-header-nav .ibe-wrap .ibe-language-dropdown .jy-input-component .ui-select-dropdown {
  padding-left: 8px;
}
.ibe-header-nav .ibe-wrap .ibe-language-dropdown .jy-input-component .ibe-blue-line {
  font-size: var(--default-font-size);
  font-family: var(--font-family-bold);
}
.ibe-header-nav .ibe-wrap .ibe-language-dropdown .jy-input-component .dropdown-toggle::after {
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-bottom: 0;
  border-left: 6px solid transparent;
}
.ibe-header-nav .ibe-nav {
  background: linear-gradient(to bottom, #111b23 0%, #1c2530 45px);
  float: left;
  width: 100%;
  margin-top: 13px;
}
.ibe-header-nav .ibe-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
.ibe-header-nav .ibe-nav ul li {
  font-family: var(--font-family-semibold);
  font-size: var(--header-font-size);
  border-right: 1px solid #959ba0;
  margin: 6px 0;
  line-height: 34px;
  padding: 0 17px;
  height: 33px;
  cursor: pointer;
  float: left;
}
.ibe-header-nav .ibe-nav ul li a {
  color: var(--text-white-color);
}
.ibe-header-nav .ibe-nav ul li a:hover,
.ibe-header-nav .ibe-nav ul li a :focus {
  color: var(--text-white-color);
  text-decoration: none;
}
.ibe-header-nav .ibe-nav ul li:first-child {
  padding-left: 0px;
}
.ibe-header-nav .ibe-nav ul li:last-child {
  border-right: 0px;
  padding-right: 0px;
}
.ibe-header-nav .ibe-nav ul.ibe-logout-section {
  float: right;
}
.ibe-header-nav .ibe-nav.ibe-hurra-schubert-bg {
  background: linear-gradient(#2D94D9, #2A8CCD);
}
.ibe-header-nav .ibe-nav.ibe-hurra-schubert-bg li {
  border-right: 1px solid #2276ab;
}
