#header-top {
  position: relative;
  padding-top: 20px;
}
#search-bar {
  position: fixed;
  top: -100%;
  z-index: 9002;
  width: 100%;
  height: 250px;
  padding: 30px 30px 0 30px;
  text-align: center;
  background-color: white;
  transition: all 0.3s ease-in-out;
}
#search-bar.search-bar-open {
  top: 0;
}
#search-bar .container {
  position: relative;
  height: 100%;
}
#search-bar h2 {
  color: #005394;
  text-transform: uppercase;
}
#search-bar form {
  position: relative;
  width: 100%;
  padding-top: 20px;
}
#search-bar form .search-keywords {
  width: 100%;
  padding: 10px 5px;
  border: 1px solid #ccc;
}
#close-search {
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  padding: 20px;
  background-color: transparent;
  border: 0;
}
#close-search span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #005394;
}
#close-search span:first-child {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#close-search span:last-child {
  transform: rotate(-45deg) translateY(-2px);
  -webkit-transform: rotate(-45deg) translateY(-2px);
}
#lang-wrapper {
  padding: 0;
}
#langSelection {
  float: right;
  visibility: hidden;
}
#langSelection li {
  display: inline-block;
  margin-right: 5px;
  font-weight: bold;
  color: #005394;
  list-style: none;
}
#langSelection li a:hover {
  color: #ff2226;
}
#langSelection li:after {
  margin-left: 5px;
  content: '|';
}
#langSelection li:last-of-type:after {
  content: '';
}
#hamburger {
  background-color: transparent;
  border: 0;
  padding: 0px 6px 4px 6px;
  display: none;
}
@media (max-width: 992px) {
  #hamburger {
    display: block;
  }
}
#hamburger:hover .line {
  background-color: #ff2226;
}
.line {
  display: block;
  height: 3px;
  width: 25px;
  margin: 4px 0;
  background-color: #005394;
}
#logo-wrapper {
  position: relative;
  z-index: 9;
}
#logo-wrapper img {
  position: absolute;
  top: -10px;
}
@media (max-width: 768px) {
  #logo-wrapper img {
    top: 2px;
    width: 300px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.band {
  position: relative;
  display: block;
  width: 100%;
  height: 25px;
  margin: 17px 0;
}
@media (max-width: 768px) {
  .band {
    height: 20px;
    margin: 12px 0;
  }
}
#red-band {
  background-color: #ff2226;
}
#blue-band {
  background-color: #005394;
}
#header-navi {
  position: relative;
  z-index: 3;
  padding: 11px 0 12px 0;
  margin-right: 10px;
}
#header-navi .menu > li {
  font-weight: bold;
  list-style: none;
}
#header-navi > .menu > li {
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 992px) {
  #header-navi > .menu > li {
    margin-right: 0;
    font-size: 2rem;
    color: #005394;
    text-align: center;
    cursor: pointer;
  }
}
.menu li:hover > .dropdown {
  display: block;
}
.dropdown {
  position: absolute;
  display: none;
  width: auto;
  padding: 20px;
  list-style: none;
  background-color: white;
}
.dropdown li {
  margin-bottom: 20px;
  font-weight: normal;
}
.dropdown li:last-child {
  margin: 0;
}
.dropdown .hasSubItems {
  font-weight: bold;
}
.dropdown > li > ul {
  padding-left: 20px;
  margin: 20px 0;
  list-style: none;
}
.dropdown > li > ul li:last-child {
  margin-bottom: 0;
}
.social-media {
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 4;
  float: right;
  padding: 0 5px;
}
.social-media button {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.social-media a > img {
  margin-right: 10px;
}
.social-media-dev {
  text-align: right;
  margin-bottom: 0px;
}
.social-media-dev button {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.social-media-dev a > img {
  margin-right: 10px;
}
@media (max-width: 992px) {
  .social-media-dev {
    width: 100%;
    text-align: center;
  }
}
#navigation {
  position: relative;
  z-index: 9001;
  background-color: white;
  border-bottom: 1px solid #ddd;
}
#navigation.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  padding-top: 5px;
}
#navigation .container {
  position: relative;
}
#mobile-menu {
  position: absolute;
  top: calc(100% + 1px);
  width: 100%;
}
#mobile-menu .hasSubItems {
  font-weight: bold;
}
#mobile-menu .hasSubItems li {
  font-weight: normal;
}
#mobile-menu .hasSubItems li.hasSubItems {
  font-weight: bold;
}
#mobile-menu .subscribe {
  top: 0;
  right: 0;
}
#mobile-menu a {
  display: block;
  width: 100%;
}
#mobile-menu > ul {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 5;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  list-style: none;
  background-color: white;
  transition: left 0.2s ease-in-out;
}
#mobile-menu > ul ul {
  display: none;
  padding-left: 20px;
  list-style: none;
}
#mobile-menu > ul li {
  padding: 10px 0;
  white-space: nowrap;
}
#mobile-menu > ul > li {
  border-bottom: 1px solid #ddd;
}
#mobile-menu > ul .subscribe {
  font-weight: bold;
}
#mobile-menu.menu-open > ul {
  left: 0;
  padding: 0 30px 70px 30px;
}
.hero {
  position: relative;
  height: 440px;
  width: 100%;
}
.hero .container {
  position: relative;
}
@media (max-width: 600px) {
  .hero {
    height: 220px;
  }
}
a.subscribe {
  position: absolute;
  top: calc(100% + 1px);
  right: 0;
  z-index: 2;
  padding: 10px 15px;
  font-weight: bold;
  color: white !important;
  background-color: #ff2226;
  border: 0;
}
.swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slide-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 150px;
  background-color: rgba(255, 255, 255, 0.6);
}
.slide-text h1,
.slide-text .h1,
.slide-text p {
  margin-right: 30px;
  margin-left: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.slide-text p {
  font-size: 2rem;
}
@media (max-width: 530px) {
  .slide-text p.ingress {
    display: none;
  }
  .slide-text h1 {
    white-space: inherit;
    overflow: inherit;
    text-overflow: inherit;
    font-size: 30px;
  }
}
.swiper-buttons {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 150px;
}
.swiper-button-next,
.swiper-button-prev {
  width: 0;
  height: 0;
  background-image: none;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
@media (max-width: 1200px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}
.swiper-button-next {
  right: -30px;
  border-left: 20px solid #005394;
}
.swiper-button-prev {
  left: -30px;
  border-right: 20px solid #005394;
}
.swiper-pagination {
  bottom: 10px;
  left: 30px;
}
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background-color: #005394;
}
.grid {
  padding: 30px;
}
.gridbox {
  height: 350px;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .gridbox {
    height: auto;
  }
}
.gridbox-image {
  width: 100%;
  height: 45%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .gridbox-image {
    height: 150px;
  }
}
.gridbox-text h3 {
  margin-top: 0;
  padding-top: 10px;
}
a.read-more {
  font-size: 1.6rem;
  color: #0071c9 !important;
}
a.read-more:hover {
  color: #ff2226 !important;
}
.grid-news h3 {
  margin-top: 0;
}
.grid-news h4 {
  font-size: 2rem;
}
.grid-news li {
  border-top: 1px solid #aaa;
  list-style: none;
}
.grid-news li:last-child {
  border-bottom: 1px solid #aaa;
}
.grid-news li p {
  font-weight: bold;
}
.grid-news li p.ingress {
  font-weight: normal;
}
.grid-news a {
  color: #005394 !important;
}
.news-date {
  font-weight: bold;
  color: #005394;
  margin-right: 5px;
}
.facebook {
  position: relative;
  text-align: center;
}
.facebook h3 {
  padding: 10px;
}
.facebook h3 > img {
  margin-left: 15px;
}
@media (max-width: 600px) {
  .facebook {
    padding: 0;
  }
}
.facebook h5 {
  margin: 0;
}
.facebook .follow {
  margin: 0;
}
.fb-img {
  display: block;
  float: left;
  width: 150px;
  height: 150px;
  margin-right: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .fb-img {
    float: none;
    margin: 0 auto 15px auto;
  }
}
.facebook-article {
  position: relative;
  word-wrap: break-word;
  height: 150px;
  text-align: left;
  margin: 20px 0;
}
@media (max-width: 600px) {
  .facebook-article {
    height: auto;
    min-height: 150px;
    text-align: center;
  }
}
.instagram-feed {
  text-align: center;
}
.instagram-feed img {
  margin: 10px;
}
.instagram-feed h3 > a {
  color: #0071c9;
}
.instagram-feed br {
  display: none;
}
.instagram-feed br:nth-of-type(3n) {
  display: block;
}
@media (max-width: 600px) {
  .instagram-feed br:nth-of-type(3n) {
    display: none;
  }
}
.follow {
  display: inline-block;
  margin: 10px auto;
  border: 0;
  padding: 15px;
  color: white !important;
  background: #005394;
  background: -webkit-linear-gradient(left, #005496, #002c5b, #005496);
  background: linear-gradient(to right, #005496, #002c5b, #005496);
}
.news-article ul {
  padding-left: 40px;
}
.news-article a {
  color: #005394;
}
.banner {
  position: relative;
  min-height: 190px;
  background-color: #005394;
  background: -webkit-linear-gradient(left, #005496, #002c5b, #005496);
  background: linear-gradient(to right, #005496, #002c5b, #005496);
  color: white;
}
@media (max-width: 992px) {
  .banner {
    height: auto;
  }
}
.banner .container {
  position: relative;
  height: 100%;
}
.banner a {
  color: inherit !important;
}
.banner-content {
  position: relative;
  height: 100%;
  padding: 30px;
}
.banner-content * {
  display: inline-block;
}
.banner-content img {
  float: left;
  max-height: 100%;
  max-width: 30%;
  margin-right: 20px;
}
.banner-content h2,
.banner-content .h2 {
  margin-right: 20px;
}
@media (max-width: 992px) {
  .banner-content {
    text-align: center;
  }
  .banner-content * {
    display: block;
  }
  .banner-content img {
    float: none;
    height: auto;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin: 0 auto;
  }
  .banner-content br {
    display: none;
  }
}
.map {
  height: 420px;
  width: 100%;
}
.list-of-links h3 {
  color: #ff2226;
}
.list-of-links li {
  font-weight: bold;
  list-style: none;
  margin: 5px 0;
}
.list-of-links a {
  color: #0071c9 !important;
}
.lift-wrapper {
  padding-bottom: 25px;
}
.lift-wrapper .lift-container {
  background-size: cover;
  display: flex;
  min-height: 205px;
  position: relative;
}
.lift-wrapper .lift-container a {
  display: inherit;
}
.lift-wrapper .lift-container .lift-text {
  position: absolute;
  padding: 10px;
  align-self: flex-end;
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
}
.lift-wrapper .lift-container .lift-text h2 {
  margin-top: 0px;
}
.lift-wrapper .lift-container .lift-text a {
  color: #005394;
}
.grid-column .lift-wrapper:last-child {
  padding-bottom: 0px;
}
footer {
  position: relative;
  opacity: 0;
  background-color: #e7e7e8;
  transition: opacity 0.3s ease-in-out;
}
footer.on-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#footer-logo-wrapper {
  position: relative;
  height: 135px;
}
#footer-logo-wrapper > img {
  position: absolute;
  bottom: 40px;
  z-index: 2;
}
#footer-bands {
  position: absolute;
  bottom: 0;
  height: 110px;
  width: 100%;
}
.white-band {
  background-color: white;
  position: relative;
  display: block;
  height: 20px;
  width: 100%;
  margin: 10px 0;
}
@media (max-width: 768px) {
  .white-band {
    height: 20px;
    margin: 12px 0;
  }
}
.white-band-custom {
  background-color: #ffffff;
  position: relative;
  display: block;
  height: 26px;
  width: 100%;
  margin: 14px 0;
}
@media (max-width: 768px) {
  .white-band-custom {
    height: 26px;
    margin: 14px 0;
  }
}
.search-submit {
  width: 85px;
  border: 0;
  background-color: #005394;
  color: white;
  padding: 11px 25px;
}
.search-keywords {
  padding: 10px 5px;
  border: 1px solid #ccc;
  width: 500px;
}
.searchform {
  position: relative;
  padding-bottom: 60px;
  max-width: 100%;
}
.searchform form {
  max-width: 100%;
  float: right;
}
.searchform .search-keywords {
  max-width: calc(100% - 90px);
}
.form-wrapper label {
  font-weight: normal;
}
.form-wrapper .input-row {
  margin: 10px 0;
}
.form-wrapper button {
  margin: 10px 0 15px;
  padding: 10px 15px;
  background-color: #ff2226;
  color: white;
  font-weight: bold;
  border: 0;
}
.form-wrapper .formTextinput,
.form-wrapper .formEmailinput,
.form-wrapper .formTelinput,
.form-wrapper .formSelect,
.form-wrapper .formTextarea {
  padding: 5px;
  max-width: 420px;
  width: 100%;
  border: solid 1px #ccc;
}
.calendar {
  width: 100%;
}
.calendar td {
  width: 40px;
  height: 40px;
  padding: 0px;
  text-align: center;
  vertical-align: middle;
}
.calendar td:hover {
  opacity: 0.7;
}
.calendar td a {
  line-height: 40px;
  color: #fff;
  width: 100%;
  height: 40px;
  padding: 0px;
  min-width: 40px;
  min-height: 40px;
}
.calendar td.event-nav a {
  color: #009cff;
  font-weight: bolder;
}
.calendar th {
  padding: 10px 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
}
a.event:hover {
  text-decoration: underline;
}
.calendar-event-list {
  margin-bottom: 40px;
  background-color: #fafafa;
  padding: 10px;
}
.calendar-event-list h3 {
  font-size: 18px;
}
.calendar-event-list h3 a {
  color: #005394;
}
.calendar-event-list p {
  margin-bottom: 0;
}
.editor a {
  color: #005394 !important;
}
.editor a:hover {
  color: #ff2226 !important;
}
.editor ul {
  padding-left: 20px;
}
.centerY {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.centerX {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.centerXY {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.no-scroll {
  overflow-y: hidden;
}
html,
body {
  font-family: 'Open Sans';
  width: 100%;
  overflow-x: hidden;
}
html.no-scroll,
body.no-scroll {
  overflow-y: hidden;
  height: 100vh;
}
a,
a:hover,
a:active,
a:visited {
  text-decoration: none !important;
  color: inherit;
}
a:hover {
  color: #ff2226;
}
img {
  max-width: 100%;
}
ul {
  padding: 0;
}
.go-to {
  float: right;
  font-size: 1.6rem;
}

/*# sourceMappingURL=main.css.map */