@import url("https://use.typekit.net/ouh4uaz.css");

html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "segoe-ui", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #303133;
  padding-top: 48px;
  padding-bottom: 0;
}

body.nav-open {
  overflow: hidden;
}

.main {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.content {
  flex: 1 0 auto;
}

.content a {
  color: #009fe3;
}

.content a:hover {
  color: #007bb5;
}

.jump:before {
  content: "";
  display: block;
  padding-top: 90px;
  margin-top: -90px;
}

@media (min-width: 992px) {
  body {
    padding-top: 117px;
  }

  .jump:before {
    padding-top: 30px;
    margin-top: -30px;
  }
}

.mt-1,
.my-1 {
  margin-top: 1rem !important;
}

.mt-2,
.my-2 {
  margin-top: 2rem !important;
}

.mt-3,
.my-3 {
  margin-top: 3rem !important;
}

.mt-4,
.my-4 {
  margin-top: 6rem !important;
}

.mt-5,
.my-5 {
  margin-top: 8rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 1rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 2rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 3rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 6rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 8rem !important;
}

.pt-1,
.py-1 {
  padding-top: 1rem !important;
}

.pt-2,
.py-2 {
  padding-top: 2rem !important;
}

.pt-3,
.py-3 {
  padding-top: 3rem !important;
}

.pt-4,
.py-4 {
  padding-top: 6rem !important;
}

.pt-5,
.py-5 {
  padding-top: 8rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 1rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 2rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 3rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 6rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 8rem !important;
}

.h1,
h1 {
  font-size: 1.7rem;
}

.h2,
h2 {
  font-size: 1.5rem;
}

.h3,
h3 {
  font-size: 1.4rem;
}

.h4,
h4 {
  font-size: 1.3rem;
}

.h5,
h5 {
  font-size: 1.2rem;
}

.h6,
h6 {
  font-size: 1.1rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

@media (min-width: 992px) {

  .h1,
  h1 {
    font-size: 2.5rem;
  }

  .h2,
  h2 {
    font-size: 2rem;
  }

  .h3,
  h3 {
    font-size: 1.6rem;
  }

  .h4,
  h4 {
    font-size: 1.4rem;
  }

  .h5,
  h5 {
    font-size: 1.2rem;
  }

  .h6,
  h6 {
    font-size: 1.1rem;
  }
}

.img-fluid {
  width: 100%;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: #fff;
}

.text-primary {}

.bg-primary {
  background-color: #009fe3 !important;
}

.bg-secondary {
  background-color: #f7f7f7 !important;
}

.bg-dark {
  background-color: #b1b1b1 !important;
}

.containerplus {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .containerplus {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .containerplus {
    max-width: 760px;
  }
}

@media (min-width: 992px) {
  .containerplus {
    max-width: 990px;
  }
}

@media (min-width: 1200px) {
  .containerplus {
    max-width: 1200px;
  }
}

@media (min-width: 1500px) {
  .containerplus {
    max-width: 1400px;
  }
}


a {
  color: #303133;
}

a:hover {
  color: #009fe3;
}

.lead {
  font-size: 1.3rem;
  font-weight: 500;
}

.big {
  font-size: 1.3rem;
  font-weight: 500;
}

@media (min-width: 992px) {
  .big {
    font-size: 1.5rem;
  }
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.navbar {
  padding: 0;
  border-bottom: solid 3px #fff;
  background: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}


.navbar-brand {
  top: 0;
  left: 15px;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 240px;
  z-index: 9999;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  display: block;

}

.logos {
  display: flex;
}

.fui-submit {
  background-color: #009fe3 !important;
  border-color: #009fe3 !important;
  color: #fff;
}


@media (min-width: 992px) {
  .navbar-brand {
    width: 400px;
  }

  .navbar.scrolled .navbar-brand {
    margin-top: 0;
    width: 280px;
  }
}

.nav-button {
  position: relative;
  z-index: 1111;
  border: none;
  height: 42px;
  display: block;
  width: 50px;
  padding: 12px;
}

.nav-button #nav-icon {
  width: 24px;
  height: 22px;
  display: inline-block;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.nav-button #nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #333333;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}

.nav-button #nav-icon span:nth-child(1) {
  top: 0
}

.nav-button #nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
  top: 7px
}

.nav-button #nav-icon span:nth-child(4) {
  top: 14px
}

.nav-open #nav-icon span {
  background: #333333;
}

.nav-open #nav-icon span:nth-child(1) {
  top: 9px;
  width: 0;
  left: 50%
}

.nav-open #nav-icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}

.nav-open #nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.nav-open #nav-icon span:nth-child(4) {
  top: 9px;
  width: 0;
  left: 50%
}

#nav-menu,
#nav-menu ul,
#nav-menu ul li,
#nav-menu ul li a,
#nav-menu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#nav-menu:after,
#nav-menu>ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#nav-menu #menu-button {
  display: none;
}

#nav-menu {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1100;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
}

.nav-open #nav-menu {
  background: #ffffff;
  height: 100vh;
}

@media (min-width: 992px) {
  #nav-menu {
    position: relative;
    height: auto;
    margin-top: 60px;
    margin-right: 30px;
  }

  .navbar.scrolled #nav-menu {
    margin-top: 5px;
  }
}

#nav-menu>ul>li {
  float: left;
}

#nav-menu.align-center>ul {
  font-size: 0;
  text-align: center;
}

#nav-menu.align-center>ul>li {
  display: inline-block;
  float: none;
}

#nav-menu.align-center ul ul {
  text-align: left;
}

#nav-menu.align-right>ul>li {
  float: right;
}

#nav-menu>ul>li>a {
  padding: 17px;
  font-size: 20px;
  text-decoration: none;
  font-weight: 700;
}

@media (min-width: 992px) {
  #nav-menu>ul>li>a {
    font-size: 20px;
  }

  #nav-menu>ul>li:hover>a {
    opacity: 0.8;
  }
}

#nav-menu>ul>li.has-sub>a {
  padding-right: 20px;
}

#nav-menu>ul>li.has-sub>a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #009fe3;
  content: '';
}

#nav-menu>ul>li.has-sub>a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #009fe3;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#nav-menu>ul>li.has-sub:hover>a:before {
  top: 23px;
  height: 0;
}

#nav-menu ul ul {
  position: absolute;
  left: -9999px;
}

@media (min-width: 992px) {
  #nav-menu ul ul {
    box-shadow: inset 0 7px 0 rgba(255, 255, 255, .15), 0 7px 10px rgba(0, 0, 0, .075);
  }
}

#nav-menu.align-right ul ul {
  text-align: right;
}

#nav-menu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  border-top: none;
  border-bottom: none;
}

#nav-menu li:hover>ul {
  left: auto;
}

#nav-menu.align-right li:hover>ul {
  left: auto;
  right: 0;
}

#nav-menu li:hover>ul>li {
  height: 35px;
}

#nav-menu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#nav-menu ul ul li a {
  border-top: none;
  border-bottom: none;
  padding: 10px;
  min-width: 250px;
  font-size: 17px;
  text-decoration: none;
  font-weight: 400;
  background: #ffffff;
}

@media (min-width: 992px) {
  #nav-menu ul ul li a {
    /* border-bottom: 1px solid #04bbee; */
    /* height: 34px; */
  }
}

#nav-menu ul ul li:last-child>a,
#nav-menu ul ul li.last-item>a {
  border-bottom: 0;
}

#nav-menu ul ul li:hover>a,
#nav-menu ul ul li a:hover {
  color: #009fe3;
}

#nav-menu ul ul li.has-sub>a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #009fe3;
  content: '';
}

#nav-menu.align-right ul ul li.has-sub>a:after {
  right: auto;
  left: 11px;
}

#nav-menu ul ul li.has-sub>a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #009fe3;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#nav-menu.align-right ul ul li.has-sub>a:before {
  right: auto;
  left: 14px;
}

#nav-menu ul ul>li.has-sub:hover>a:before {
  top: 17px;
  height: 0;
}

@media all and (max-width: 992px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min-resolution: 192dpi) and (max-width: 1024px),
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #nav-menu {
    width: 100%;
  }

  #nav-menu ul {
    width: 100%;
    display: none;
    margin-top: 25px;
  }

  #nav-menu.align-center>ul {
    text-align: left;
  }

  #nav-menu ul li {
    width: 100%;
    border-bottom: 1px solid rgba(120, 120, 120, 0.2);
  }

  #nav-menu ul ul li,
  #nav-menu li:hover>ul>li {
    height: auto;
  }

  #nav-menu ul li a,
  #nav-menu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }

  #nav-menu>ul>li {
    float: none;
  }

  #nav-menu ul ul li a {
    padding-left: 17px;
  }

  #nav-menu ul ul li a {
    background: none;
  }

  #nav-menu ul ul li:hover>a,
  #nav-menu ul ul li.active>a {}

  #nav-menu ul ul,
  #nav-menu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }

  #nav-menu>ul>li.has-sub>a:after,
  #nav-menu>ul>li.has-sub>a:before,
  #nav-menu ul ul>li.has-sub>a:after,
  #nav-menu ul ul>li.has-sub>a:before {
    display: none;
  }

  #nav-menu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    height: 46px;
    width: 46px;
    cursor: pointer;
  }

  #nav-menu .submenu-button.submenu-opened {
    background: #ffffff;
  }

  #nav-menu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }

  #nav-menu .submenu-button:after {
    position: absolute;
    top: 28px;
    right: 20px;
    width: 10px;
    height: 2px;
    display: block;
    background: #333333;
    content: '';
  }

  #nav-menu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }

  #nav-menu .submenu-button.submenu-opened:after {
    background: #333333;
  }

  #nav-menu .submenu-button:before {
    position: absolute;
    top: 24px;
    right: 24px;
    display: block;
    width: 2px;
    height: 10px;
    background: #333333;
    content: '';
  }

  #nav-menu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }

  #nav-menu .submenu-button.submenu-opened:before {
    display: none;
  }
}

@media (min-width: 992px) {

  #nav-menu>ul>li.has-sub>a:before,
  #nav-menu>ul>li.has-sub>a:after {
    display: none;
  }
}

.top-nav {
  position: absolute;
  top: 3px;
  right: 30px;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
}

.navbar.scrolled .top-nav {
  top: -35px;
}



.top-nav ul li a {
  font-size: 18px;
  font-weight: 300;
}

.top-nav ul li a:hover {
  color: #009fe3;
}

.footer {
  flex-shrink: 0;
  background: #009fe3;
  padding: 20px 0;
}

.footer ul li a {
  font-size: 17px;
  color: #fff;
}

.footer ul li a:hover {
  opacity: 0.8;
}

.carousel-inner {
  margin-bottom: 4rem;
}

.carousel-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.jumbotron {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  margin-bottom: 4rem;
}

.jumbotron h1 {
  font-weight: 600;
  font-size: 1.2em;
  display: block;
  color: #D9222A;
  line-height: 1.7;
}

.jumbotron h1 span {
  background: linear-gradient(to bottom, transparent 20%, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0.8) 85%, transparent 85%);
  padding: 0 0.6em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}


@media (min-width: 992px) {
  .containerplus .jumbotron {
    height: 580px;
  }

  .jumbotron,
  .carousel-item {
    height: 700px;
  }

  .jumbotron h1 {
    font-size: 1.7em;
    ;
  }
}

/* Header with Video Block */
.jumbotron-video {
  position: relative;
  height: 400px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  /* Fallback image shows on mobile or if video fails */
}

.jumbotron-video .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  /* Prevent interaction with video */
  display: none;
  /* Hidden on mobile by default */
}

.jumbotron-video .video-background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Oversized to ensure full coverage (cover effect) */
  width: 100vw;
  height: 56.25vw;
  /* 16:9 aspect ratio */
  min-height: 100vh;
  min-width: 177.77vh;
  /* 16:9 aspect ratio */
  opacity: 0.99;
  /* Slight opacity to enable hardware acceleration and smooth loop */
  background: transparent;
}

.jumbotron-video .col-12,
.jumbotron-video .header-text {
  position: relative;
  z-index: 2;
  /* Above video layer */
}

/* Desktop: Show video, maintain 700px height matching startpage */
@media (min-width: 992px) {
  .jumbotron-video {
    height: 700px;
  }

  .jumbotron-video .video-background {
    display: block;
    /* Show video on desktop */
  }
}

/* Optional: Subtle overlay to improve text readability */
.jumbotron-video::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  /* 20% dark overlay */
  z-index: 1;
  pointer-events: none;
}

.card {
  border: none;
  border-radius: 0;
}

.card-header {
  padding: .5rem 1rem;
  margin-bottom: 0;
  border-bottom: 2px solid #fff;
}

.accordeon .btn {
  text-align: left;
}

.accordeon-title {
  font-size: 20px;
  margin-left: 30px;
  display: block;
}

.accordeon-icon {
  position: absolute;
  top: 19px;
  left: 19px;
  color: #009fe3;
}

.file-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
}

.file-list li {
  margin: 10px 0;
}

.file-list .fa-file-pdf {
  margin-right: 5px;
}

.file-list .thumb {
  width: 80px;
  height: auto;
  margin-right: 15px;
}

.news-section .news-entry .image-box {
  overflow: hidden;
}

.news-section .news-entry img {
  transition: all .3s;
  transform: scale(1);
}

.news-section .news-entry:hover img {
  transform: scale(1.05);
}

.agenda-section .agenda-entry .image-box {
  overflow: hidden;
}

.agenda-section .agenda-entry img {
  transition: all .3s;
  transform: scale(1);
}

.agenda-section .agenda-entry:hover img {
  transform: scale(1.05);
}

.agenda-item p {
  font-size: 1rem;
}

.agenda-item p.agenda-date {
  font-size: 0.8rem;
  color: #888;
}