@font-face {
  font-family: 'latobold';
  src: url('/apps/_content/fonts/lato/lato-bold-webfont.woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'latoregular';
  src: url('/apps/_content/fonts/lato/lato-regular-webfont.woff');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  padding: 0px;
  margin: 0px;
  font-family:'latoregular';
}
.page-content {
  flex-grow: 1;
}
* {
  box-sizing: border-box;
}
.topmenu-container,
.topmenu-mobile-container {
  font-family: latoregular;
  min-width: 320px;
}
.topmenu-inner-container {
  max-width: 1220px;
  display: flex;
  justify-content: space-between;
  height: 50px;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.topmenu-content {
  max-width: 1220px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}
.topmenu-container {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  color: white;
  position: fixed;
  top: 0px;
  width: 100%;
  font-size: 13px;
  z-index: 100;
}
.topmenu-mobile-container {
  font-family: latoregular;
  color: white;
}
.topmenu-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.topmenu-right {
  display: flex;
  align-items: center;
}
.topmenu-logo {
  font-size: 28px;
  font-weight: bold;
  margin-right: 10px;
  margin-left: 10px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.topmenu-logo-separator {
  font-size: 24px;
  margin-left: 10px;
  margin-right: 10px;
}
.topmenu-section {
  font-size: 18px;
  font-family: latobold;
  padding-left: 10px;
  padding-right: 10px;
  white-space: nowrap;
  cursor: pointer;
  line-height: 23px;
  margin-top: 13px;
  margin-bottom: 13px;
  color: white !important;
  text-decoration: none !important;
}
.topmenu-section .text {
  border-bottom: 1px solid transparent;
}
.topmenu-section:hover .text {
  border-bottom: 1px solid white !important;
}
.topmenu-link {
  font-size: 13px;
  font-family: latoregular;
  display: block;
  white-space: nowrap;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  color: white !important;
}
.topmenu-link .text {
  line-height: 18px;
  margin-top: 17px;
  margin-bottom: 13px;
  border-bottom: 1px solid transparent;
  display: inline-block;
}
.topmenu-link:hover .text {
  border-bottom: 1px solid white;
}
.topmenu-dropdown {
  padding-top: 3px;
  line-height: 47px;
  display: flex;
  position: relative;
}
.topmenu-dropdown-popup {
  position: fixed;
  display: none;
  top: 45px;
  min-width: 100px;
  padding-top: 12px;
}
.topmenu-dropdown:hover .topmenu-dropdown-popup {
  display: block;
}
.topmenu-dropdown-popup .text {
  margin-top: 0px;
  margin-bottom: 7px;
  line-height: 20px;
}
.topmenu-dropdown-popup {
  line-height: 20px;
}
.topmenu-more {
  padding-top: 0px;
  display: none;
}
.topmenu-more .topmenu-dropdown-popup .topmenu-link {
  display: none;
}
.topmenu-more-item {
  width: 100%;
}
.topmenu-container .fa-chevron-down,
.topmenu-mobile-container .fa-chevron-down {
  margin-left: 5px;
}
.topmenu-mobile-container {
  display: none;
}
/* Banner style */
.topmenu-banner {
  background: url('/apps/_content/image/bg-frontpage-graphics_rotated.png') no-repeat center center;
  background-size: cover;
  height: 150px;
  /* IE require an height */
  min-height: 150px;
  background-color: #26245e;
  position: relative;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 44px;
  font-family: latobold;
  padding-left: 10px;
  padding-right: 10px;
}
.topmenu-banner:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -22px;
  bottom: 0;
  margin-bottom: -22px;
  width: 0;
  height: 0;
  border-top: solid 22px #26245e;
  border-left: solid 22px transparent;
  border-right: solid 22px transparent;
}
/* End of banner style */
.topmenu-separator {
  height: 1px;
  margin-top: 49px;
}
@media (max-width: 900px) {
  .topmenu-banner {
    font-size: 37px;
    min-height: 125px;
  }
}
@media (max-width: 420px) {
  .topmenu-banner {
    display: none;
  }
}
@media (max-width: 620px) {
  .topmenu-banner {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 30px;
    min-height: 100px;
  }
  .topmenu-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .topmenu-separator {
    display: none;
  }
  .topmenu-container {
    padding-left: 5px;
    padding-right: 5px;
  }
  .topmenu-inner-container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .topmenu-container,
  .topmenu-mobile-container {
    position: relative;
  }
  .topmenu-mobile-container {
    display: block;
    width: 100%;
  }
  .topmenu-container .topmenu-section,
  .topmenu-container .topmenu-left .topmenu-link {
    display: none;
  }
  .topmenu-logo-separator {
    display: none;
  }
  .topmenu-mobile-container .topmenu-section .fa {
    font-size: 16px;
  }
  .topmenu-mobile-container .topmenu-link .text {
    line-height: 20px;
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .topmenu-mobile-container .topmenu-dropdown {
    display: block;
    min-height: 30px;
    line-height: 30px;
  }
  .topmenu-mobile-container .topmenu-dropdown .topmenu-section {
    margin-left: 5px;
    margin-right: 5px;
    line-height: 23px;
  }
  .topmenu-mobile-container .topmenu-dropdown-popup {
    position: relative;
    top: auto;
    padding-top: 5px;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 4px;
    flex-direction: column;
    align-items: flex-start;
  }
  .topmenu-mobile-container .topmenu-dropdown:hover > .topmenu-dropdown-popup {
    display: flex;
  }
  .topmenu-mobile-container > .topmenu-dropdown.is-closed > .topmenu-dropdown-popup {
    display: none;
  }
  .topmenu-mobile-container > .topmenu-dropdown.is-opened > .topmenu-dropdown-popup {
    display: flex;
  }
  .topmenu-mobile-container hr {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 621px) {
  .topmenu-mobile-inner-container {
    max-width: 1230px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .ie-doesnt-work .topmenu-banner {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 30px;
    min-height: 100px;
  }
  .ie-doesnt-work .topmenu-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ie-doesnt-work .topmenu-separator {
    display: none;
  }
  .ie-doesnt-work .topmenu-container {
    padding-left: 5px;
    padding-right: 5px;
  }
  .ie-doesnt-work .topmenu-inner-container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .ie-doesnt-work .topmenu-container,
  .ie-doesnt-work .topmenu-mobile-container {
    position: relative;
  }
  .ie-doesnt-work .topmenu-mobile-container {
    display: block;
    width: 100%;
  }
  .ie-doesnt-work .topmenu-container .topmenu-section,
  .ie-doesnt-work .topmenu-container .topmenu-left .topmenu-link {
    display: none;
  }
  .ie-doesnt-work .topmenu-logo-separator {
    display: none;
  }
  .ie-doesnt-work .topmenu-mobile-container .topmenu-section .fa {
    font-size: 16px;
  }
  .ie-doesnt-work .topmenu-mobile-container .topmenu-link .text {
    line-height: 20px;
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .ie-doesnt-work .topmenu-mobile-container .topmenu-dropdown {
    display: block;
    min-height: 30px;
    line-height: 30px;
  }
  .ie-doesnt-work .topmenu-mobile-container .topmenu-dropdown .topmenu-section {
    margin-left: 5px;
    margin-right: 5px;
    line-height: 23px;
  }
  .ie-doesnt-work .topmenu-mobile-container .topmenu-dropdown-popup {
    position: relative;
    top: auto;
    padding-top: 5px;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 4px;
    flex-direction: column;
    align-items: flex-start;
  }
  .ie-doesnt-work .topmenu-mobile-container .topmenu-dropdown:hover > .topmenu-dropdown-popup {
    display: flex;
  }
  .ie-doesnt-work .topmenu-mobile-container > .topmenu-dropdown.is-closed > .topmenu-dropdown-popup {
    display: none;
  }
  .ie-doesnt-work .topmenu-mobile-container > .topmenu-dropdown.is-opened > .topmenu-dropdown-popup {
    display: flex;
  }
  .ie-doesnt-work .topmenu-mobile-container hr {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }
  .ie-doesnt-work .topmenu-container {
    overflow: visible;
  }
  .ie-doesnt-work .topmenu-dropdown {
    position: relative;
  }
  .ie-doesnt-work .topmenu-dropdown-popup {
    position: absolute;
    top: 50px;
    left: 0px;
  }
  .ie-doesnt-work .topmenu-mobile-container .topmenu-dropdown-popup {
    display: block;
    overflow: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
  .ie-doesnt-work .topmenu-mobile-container .topmenu-dropdown:hover > .topmenu-dropdown-popup {
    display: block;
  }
  .ie-doesnt-work .topmenu-mobile-container .topmenu-dropdown.is-closed > .topmenu-dropdown-popup {
    display: none;
  }
  .ie-doesnt-work .topmenu-mobile-container .topmenu-dropdown.is-opened > .topmenu-dropdown-popup {
    display: block;
  }
  .ie-doesnt-work .topmenu-mobile-container .topmenu-dropdown .topmenu-section,
  .ie-doesnt-work .topmenu-mobile-container .topmenu-dropdown-popup .topmenu-link,
  .ie-doesnt-work .topmenu-mobile-container .topmenu-dropdown-popup hr {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
