body {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 16px;
  background-color: #f5f5f5;
}

body.home,
body.overview {
  background-color: #828c95;
}

header, footer {
  background-color: #fff;
}

header {
  height: 211px;
}

body.home header,
body.nosubnav header {
  height: 155px;
}

header > .navbar {
  margin-bottom: 0;
  background-color: #fff;
  margin-bottom: -1px;
  border: none 0px;
  min-height: 56px;
}

header > .navbar-top {
  z-index: 2;
}

header img {
  padding-left: 21px;
  width: 291px;
  height: 100px;
}

.navbar-brand {
  padding: 0
}

.navbar-brand img {
  padding-left: 12px;
  height: 56px;
  width: 163px;
}

.affix {
  top: 0;
  width: 100%;
}

.navbar.affix > .navbar-brand {
  margin-left: 0px;
  height: 56px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar-brand, .navbar.affix-top > .navbar-brand {
  margin-left: -200px;
}

.lang_ar .navbar-brand, .lang_ar .navbar.affix-top > .navbar-brand {
  margin-right: -200px;
}

.navbar-nav > li a {
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

#subNavbar .navbar-nav > li a {
  font-weight: normal;
  text-transform: none;
}

.navbar-top .dropdown-menu {
  min-width: auto;
}

.nav > li > a:focus, .nav > li > a:hover {
  background-color: #f5f5f5;
}

.nav > li.active > a {
  color: #777777;
}

.navbar-top .navbar-nav > .active > a,
.navbar-top .navbar-nav > .active > a:focus,
.navbar-top .navbar-nav > .active > a:hover {
  color: #000000;
}

.navbar-top .navbar-toggle .icon-bar {
  background-color: #828c95;
}

.navbar-toggle .icon-bar {
  background-color: #828c95;
  transition: all 0.5s;
}

.navbar-toggle.toggled .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggle.toggled .middle-bar {
  opacity: 0;
}

.navbar-toggle.toggled .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

#topmenu {
  z-index: 10;
}

#submenu {
  background-color: #f5f5f5;
  border: none 0px;
  border-bottom: solid 1px #ffffff;
  z-index: 1;
}

@media (max-width: 767px) {
  header {
    height: 180px;
  }

  .navbar-toggle {
    margin-top: 10px;
  }

  .navbar-top {
    padding-right: 15px;
  }

  .navbar.affix > .navbar-brand img {
    margin-top: 0px;
  }

  #submenu {
    display: none
  }

  .navbar-nav .open .dropdown-menu {
    position: absolute;
    background-color: #ffffff
  }
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a {
  color: #000;
  background-color: transparent;
}

.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }

  .navbar-toggle {
    display: block;
  }

  #mainNavbar {
    margin-top: 6px;
  }
}

/* Sidebar */
#wrapper {
  padding-right: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled {
  padding-right: 250px;
}

#sidebar-wrapper {
  z-index: 11;
  position: fixed;
  right: 250px;
  width: 0;
  height: 100%;
  margin-right: -250px;
  overflow-y: auto;
  background: #828c95;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}

#page-content-wrapper {
  width: 100%;
  position: absolute;
}

#page-content {
  padding: 30px 0;
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #f5f5f5;
}

.sidebar-nav li.active > a {
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: bold;
}

.sidebar-nav li.active > a,
.sidebar-nav > li.open > a,
.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav li ul {
  margin: 0 20px
}

.sidebar-nav li ul li {
  line-height: 32px
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
  color: #f5f5f5;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

@media (min-width: 768px) {
  #wrapper {
    padding-right: 0;
  }

  #wrapper.toggled {
    padding-right: 500px;
  }

  #sidebar-wrapper {
    width: 0;
  }

  #wrapper.toggled #sidebar-wrapper {
    width: 500px;
  }

  #page-content-wrapper {
    position: relative;
  }

  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, serif;
  font-weight: 400;
}

.parallax-container h1 {
  font-size: 63px;
}

@media (max-width: 480px) {
  .parallax-container h1 {
    font-size: 48px;
  }
}

a:hover {
  color: #7EA0C3;
}

a {
  color: #0F4E95;
}

.arrow-right {
  display: inline-block;
  position: relative;
  padding: 6px 0 6px 30px
}

.lang_ar .arrow-right {
  display: inline-block;
  position: relative;
  padding: 6px 30px 6px 0
}

.arrow-right:hover {
  color: #7EA0C3;
  text-decoration: none;
  border-bottom: solid 1px #7EA0C3;
  border-top: solid 1px #7EA0C3;
}

.arrow-right::before {
  content: ' ';
  display: block;
  position: absolute;
  margin: 1px 0 0 -30px;
  width: 20px;
  height: 20px;
  vertical-align: top;
  background-image: url(../../global/img/arrow_right-primary.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
}

.lang_ar .arrow-right::before {
  content: ' ';
  display: block;
  position: absolute;
  margin: 1px -30px 0 0;
  width: 20px;
  height: 20px;
  vertical-align: top;
  background-image: url(../../global/img/arrow_right-primary.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
}

.extern.arrow-right::before {
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.extern.arrow-right:hover::before {
  transform: rotate(-45deg);
}

.lang_ar .extern.arrow-right::before {
  transform: rotate(-180deg)
}

.lang_ar .extern.arrow-right:hover::before {
  transform: rotate(-90deg)
}

.download.arrow-right::before {
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.download.arrow-right:hover::before {
  transform: rotate(90deg);
}

.inverse.arrow-right:hover {
  color: #f5f5f5;
  border-bottom: solid 1px #f5f5f5;
  border-top: solid 1px #f5f5f5;
}

.inverse.arrow-right::before {
  position: absolute;
  margin: 5px 0 0 -30px;
  background-image: url(../../global/img/arrow_right.svg);
}

.lang_ar .inverse.arrow-right::before {
  margin: 5px -30px 0 0;
  transform: rotate(-180deg)
}

.magnify img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.magnify:hover img {
  transform: scale(1.2);
}

.magnify1:hover img {
  transform: scale(1.05);
}

ul.list-styled, ul.list-styled li ul {
  margin: 0 0 20px 0;
  padding: 0 0 0 24px;
  list-style: none;
}

ul.list-styled {
  display: inline-block;
}

.lang_ar ul.list-styled, .lang_ar ul.list-styled li ul {
  padding: 0 24px 0 0;
}

ul.list-styled li {
  padding-left: 0px;
  position: relative;
}

ul.list-styled li::before {
  content: '';
  display: block;
  position: absolute;
  margin: 5px 2px 0 -24px;
  width: 12px;
  height: 12px;
  vertical-align: top;
  background-image: url(../../global/img/list-style-2.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
}

.lang_ar ul.list-styled li::before {
  margin: 7px -24px 0 2px;
}

ul.list-styled li ul > li::before {
  background-image: url(../../global/img/list-style-1.svg);
}

.inverse ul.list-styled li ul > li::before {
  background-image: url(../../global/img/list-style-1.svg);
}

.jumbotron ul.list-styled li::before {
  margin: 11px 2px 0 -24px;
}

.lang_ar .jumbotron ul.list-styled li::before {
  margin: 11px -24px 0 2px;
}

.text-primary {
  color: #0F4E95;
}

.text-shadow {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.inverse .text-primary {
  color: #bbd1e1;
}

.spacer {
  padding-top: 30px;
}

pre.jobs-list {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 16px;
  padding: 0;
  border: 0px none;
  overflow: visible
}

footer .content {
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .content {
    padding-bottom: 30px;
  }
}

.parallax-container {
  height: 500px;
  width: 100%;
  background: transparent;
}

.jumbotron.inverse {
  background-color: #828c95;
}

.parallax-container > .jumbotron {
  background: transparent;
}

.jumbotron > hr {
  border-top-color: #999999;
}

.jumbotron {
  background-color: #f5f5f5;
  margin-bottom: 0;
}

.jumbotron a {
  font-size: 21px;
}

.inverse {
  color: #f5f5f5;
}

.btn-inverse {
  color: #f5f5f5;
  background-color: transparent;
  border-color: #f5f5f5;
}

footer > .container-fluid {
  padding-top: 30px;
}

a.titleLinkWhite,
a.titleLinkWhite:hover {
  color: #fff;
}

a.anchor {
  display: block;
  position: relative;
  top: -20px;
  visibility: hidden;
}

@media (max-width: 768px) {
  .parallax-container .visible-lg-block, .parallax-container .visible-md-block, .parallax-container .visible-sm-block {
    display: block !important
  }
}

.back-to-top {
  background: #f5f5f5;
  position: fixed;
  bottom: 20px;
  right: 20px;
  height: 40px;
  width: 40px;
  background-image: url("../../global/img/arrow_right-primary.svg");
  background-size: cover;
  border-radius: 50%;
  transform: rotate(-90deg);
  outline: none;
}

.back-to-top:active, .back-to-top:focus, .back-to-top:hover {
  outline: none;
  color: transparent;
  text-decoration: none;
}

.arrow-right.rotate180::before {
  transform: rotate(180deg);
}

.extra {
  margin-bottom: 10px;
}

.navbar-nav {
  min-width: 100%;
}

/* dl_contentelements */
/* TODO: Consider moving to extension */

.schedule {
  display: table;
}

.schedule-header {
  display: table-caption;
}

.schedule-header > * {
  margin-top: 0;
}

.schedule-year > h3 {
  margin-top: 10px;
}

.schedule-row {
  display: table-row;
}

.schedule-cell {
  display: table-cell;
  padding-right: 20px;
  padding-bottom: 10px;
}

.schedule-cell-single::after {
  content: " - 00";
  visibility: hidden;
}

#trainings_list {
  margin-top: 20px;
}

.trainings_list-item {
  padding-top: 20px;
}

.trainings_list-item-intro > p {
  margin-bottom: 0;
}

.traingings_list-item-additional_info {
  margin-top: 5px;
}

.training-header .secondary {
  font-size: 80%;
}

#pastTrainings {
  margin-top: 100px;
  color: #6d6d6d;
}

#upcoming-events {
  margin-top: 35px;
}