html,
body,
.dialog-off-canvas-main-canvas {
  min-height: 100vh;
}
body {
  font-family: sans-serif;
  font-size: 12pt;
  color: #000000;
  font-weight: 400;
}
#page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  height: 100%;
}
#page #main-wrapper {
  flex-grow: 1;
}
.body_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}
.body_bg video {
  display: block;
  width: 100%;
}
.visually-hidden {
  display: none;
}
.column-separation {
  height: 100%;
  background: #cccccc;
  width: 1px;
  margin: auto;
}
a {
  text-decoration: none;
  color: #7c7d80;
}
a:hover {
  color: #0063a5;
}
ul,
li,
ul.menu {
  margin: 0;
  padding: 0;
}
figure {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto !important;
}
.fa,
.fas {
  color: #0063a5;
}
*:focus {
  outline: none !important;
}
.badge-wrap {
  position: relative;
  display: block;
}
.badge-wrap .badge {
  position: absolute;
  top: 0;
  right: -10px;
}
.alert {
  text-align: center;
}
.alert p:last-child {
  margin-bottom: 0;
}
.iconSVG {
  display: block;
  width: 32px;
  height: 32px;
}
.button,
.btn {
  display: block;
  text-align: center;
  width: max-content;
  margin: auto;
  padding: 0.25rem 1rem;
  text-transform: uppercase;
  color: #ffffff;
  background: #000000;
  border-radius: 30px;
  font-size: 0.9rem;
  transition: all ease 0.6s;
  border: 0;
}
.button:focus,
.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}
.button:hover,
.btn:hover {
  text-decoration: none;
  background: #0063a5;
  transition: all ease 0.6s;
}
.button.button-primary,
.btn.button-primary,
.button.btn-primary,
.btn.btn-primary {
  background: #fcd502;
}
.button.button-primary:hover,
.btn.button-primary:hover,
.button.btn-primary:hover,
.btn.btn-primary:hover {
  background: #7c7d80;
  color: #ffffff;
}
.button.button-secondary,
.btn.button-secondary,
.button.btn-secondary,
.btn.btn-secondary {
  background: #7c7d80;
}
.button.button-secondary:hover,
.btn.button-secondary:hover,
.button.btn-secondary:hover,
.btn.btn-secondary:hover {
  background: #fcd502;
  color: #ffffff;
}
.button.button-icon,
.btn.button-icon {
  background: none;
  padding: 0;
  color: #000000;
}
.button.button-icon i,
.btn.button-icon i {
  color: #000000;
}
.button.button-icon:hover,
.btn.button-icon:hover {
  text-decoration: underline;
  background: none;
}
.button.button-simply,
.btn.button-simply,
.button.btn-simply,
.btn.btn-simply {
  text-decoration: underline;
  background: none;
  color: #0063a5;
}
.button.button-simply:hover,
.btn.button-simply:hover,
.button.btn-simply:hover,
.btn.btn-simply:hover {
  text-decoration: none;
  background: none;
}
.button.button-cancel,
.btn.button-cancel,
.button.btn-cancel,
.btn.btn-cancel {
  background: #cccccc;
  color: #000000;
}
.button.button-alert,
.btn.button-alert,
.button.btn-alert,
.btn.btn-alert {
  background: red !important;
  color: #000000;
}
.button.btn-lg,
.btn.btn-lg {
  padding: 1.5rem 2rem;
  white-space: break-spaces;
  text-transform: none;
  min-width: 270px;
  font-size: 1.1rem;
}
.list-actions li {
  white-space: nowrap;
}
.cursor-pointer {
  cursor: pointer;
}
.link-cover {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  text-indent: -9999px;
}
.block-title {
  margin-bottom: 2rem;
}
input,
textarea {
  max-width: 100%;
}
.form-item-copy,
#edit-preview {
  display: none;
}
#edit-submit {
  margin: auto;
  display: block;
}
nav.tabs li a {
  color: #000;
  display: block;
  background: #ccc;
  border-radius: 4px 4px 0 0;
  padding: 10px;
}
.eu-cookie-compliance-banner {
  background: rgba(0, 0, 0, 0.75);
  font-size: 0.8rem;
}
.eu-cookie-compliance-banner h2 {
  font-size: 0.9rem;
  font-weight: 500;
}
#header {
  position: sticky;
  top: 0;
  z-index: 50;
}
#header .badge {
  background: #ffffff;
  color: #0063a5;
}
#header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: none;
}
#header .container .header-top-first {
  display: flex;
  align-items: center;
}
#header .container .header-top-third ul {
  display: flex;
  list-style: none;
}
#header .container .header-top-third ul li {
  margin-left: 5px;
  display: flex;
  align-items: center;
}
#header .container .header-top-third ul li i {
  font-size: 12pt;
}
.block-system-branding-block {
  max-width: 200px;
  margin: 1rem 0;
}
.block-system-branding-block .site-logo {
  display: block;
  width: 100%;
}
.block-system-branding-block .site-logo img {
  width: 100%;
}
.menu--main .navbar-nav {
  margin: 0;
  flex-direction: row;
}
.menu--main .navbar-nav .nav-item {
  margin: 0 0.75rem;
}
.menu--main .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.view-slides {
  position: relative;
}
.view-slides .widget_pager {
  width: 100%;
  position: absolute;
  bottom: 15px;
  left: 0;
  display: flex;
  justify-content: center;
  margin: 0;
}
.view-slides .widget_pager li {
  display: block;
  margin: 0 0.25rem;
  width: 20px;
  height: 20px;
  text-indent: -1000px;
  overflow: hidden;
  border: 2px solid #fff;
  background: #0063a5;
  border-radius: 0;
  cursor: pointer;
}
.view-slides .widget_pager li.active,
.view-slides .widget_pager li:hover {
  background: #fcd502;
}
.featured_bottom_second {
  padding: 4rem 0;
}
.featured_bottom_third {
  padding: 4rem 0;
  background: rgba(0, 0, 0, 0.5);
}
.searchWrapper h1 {
  color: #fff;
}
.searchWrapper .btn {
  height: 38px;
}
.searchWrapper .openFiltreSearch {
  color: #fff;
  text-decoration: underline !important;
}
.featured-top ul.tabs {
  margin: 0;
}
.page-title-wrapper {
  text-align: center;
}
.page-title-wrapper .page-title {
  color: #ffffff;
}
.page-title-wrapper .breadcrumb {
  color: #ffffff;
  display: inline-flex;
}
.page-title-wrapper .breadcrumb a {
  color: #ffffff;
}
.breadcrumb {
  font-size: 0.8em;
  margin: 1em 0;
  padding: 0;
  background: none;
}
#footer {
  font-size: 0.9rem;
}
#footer .site-footer_bottom {
  background: #000000;
  padding: 0.75rem 0;
  font-size: 0.7rem;
}
#footer .site-footer_bottom .block-menu .menu {
  display: inline-flex;
}
#footer .site-footer_bottom .block-menu .menu .menu-item {
  margin: 0 0.3rem;
}
#footer .site-footer_bottom .block-menu .menu .menu-item a {
  color: #ffffff;
}
#footer .site-footer_bottom .block-menu .menu .menu-item:first-child {
  margin-left: 0;
}
#footer .block h2 {
  font-size: 1rem;
  text-transform: uppercase;
}
.site-footer_bottom .navbar-nav {
  flex-direction: row;
  margin: 0;
}
.site-footer_bottom .navbar-nav li {
  display: inline-flex;
  align-items: center;
}
.site-footer_bottom .navbar-nav li:after {
  display: inline-flex;
  margin: 0 0.25em;
  content: "|";
}
.site-footer_bottom .navbar-nav li:last-child:after {
  display: none;
}
.site-footer_bottom .navbar-nav li a {
  font-size: 0.8em;
}
.socialMedia {
  display: flex;
  justify-content: center;
  align-items: center;
}
.maintenance-page .layout-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.maintenance-page .layout-container .content {
  max-width: 600px;
  text-align: center;
}
.maintenance-page .logo {
  width: 170px;
  margin: 0 auto 2rem auto;
  display: block;
}
@media all and (max-width: 767px) {
  #header .container {
    padding: 0;
  }
}
@media all and (min-width: 1171px) {
  #header {
    padding: 0 20px;
  }
  #header .container .header-top-third ul {
    display: flex;
    list-style: none;
  }
  #header .container .header-top-third ul li {
    margin-left: 15px;
  }
  #header .container .header-top-third ul li i {
    font-size: 18pt;
  }
}
