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

body {
  color: #212529;
  font-family: 'Open Sans', sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column; }
  body a,
  body a:hover, body a:focus, body a:active {
    color: white;
    text-decoration: none; }

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  user-select: none; }

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem; } }

#menu {
  justify-content: flex-end;
  flex-wrap: wrap; }
  #menu .dropdown .dropdown-menu {
    left: 0;
    right: auto;
    min-width: 210px; }
  #menu .dropdown:last-child .dropdown-menu {
    left: auto;
    right: 0;
    min-width: 210px; }
  @media (min-width: 768px) {
    #menu .dropdown:hover > .dropdown-menu {
      display: block; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #menu {
      justify-content: center; } }

.navbar {
  z-index: 2;
  padding: 15px 0 35px 0; }
  .navbar .site_title {
    flex: 0 0 100%;
    text-align: left;
    color: white;
    padding: 0 0 0.5rem 1rem;
    border-bottom: 1px solid white; }
    .navbar .site_title h2 {
      margin: 0; }
  .navbar .navbar-toggler {
    border-radius: 0;
    border-color: transparent; }
  .navbar .navbar-brand {
    padding: 0;
    margin-right: 1.5rem; }
    .navbar .navbar-brand img.logo {
      display: block;
      height: 100px; }
    .navbar .navbar-brand p.logo {
      text-transform: uppercase;
      font-size: 18px;
      text-align: center;
      width: 150px;
      font-weight: 300;
      letter-spacing: 0.1em;
      margin-bottom: 0; }
    @media (max-width: 575px) {
      .navbar .navbar-brand h4 {
        font-size: 1.25rem; } }
  .navbar .nav-item {
    position: relative;
    font-size: 17px; }
    .navbar .nav-item .nav-link {
      padding: 1rem; }
      .navbar .nav-item .nav-link.dropdown-toggle::after {
        margin-left: .4em; }
    @media (min-width: 768px) {
      .navbar .nav-item:first-child .nav-link {
        padding-left: 0; } }
    .navbar .nav-item:last-child .nav-link {
      padding-right: 0; }
    .navbar .nav-item.active > .nav-link {
      font-weight: 700; }
    @media (max-width: 1199px) {
      .navbar .nav-item .nav-link {
        padding-right: 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .navbar .nav-item {
        font-size: 14px; } }
    .navbar .nav-item .dropdown-menu {
      right: 0;
      margin: 0;
      border-radius: 0;
      border: 1px solid rgba(255, 255, 255, 0.8);
      border-radius: 4px;
      background-color: transparent; }
      .navbar .nav-item .dropdown-menu .dropdown-item {
        z-index: 1;
        position: relative;
        padding-left: 1rem;
        padding-right: 1rem;
        color: white; }
        .navbar .nav-item .dropdown-menu .dropdown-item:hover, .navbar .nav-item .dropdown-menu .dropdown-item:focus {
          background-color: rgba(255, 255, 255, 0.2); }
        .navbar .nav-item .dropdown-menu .dropdown-item.active {
          background-color: transparent;
          font-weight: 700; }
  @media (min-width: 768px) {
    .navbar {
      margin-bottom: -200px; }
      .navbar.bg-dark {
        background-color: transparent !important; } }

.navbar-dark .navbar-nav .nav-link {
  color: white;
  font-weight: 500; }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: white; }

.page-home .navbar-dark .navbar-nav .nav-link {
  color: white; }

@media (min-width: 768px) {
  .dropdown-menu::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .4;
    background-color: #194759; }
  .page-home .dropdown-menu::after {
    opacity: .5; }
  .page-home .navbar {
    background: rgba(25, 71, 89, 0.7);
    background: -moz-linear-gradient(top, rgba(25, 71, 89, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(25, 71, 89, 0.7)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(25, 71, 89, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, rgba(25, 71, 89, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, rgba(25, 71, 89, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(25, 71, 89, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#194759', endColorstr='#ffffff', GradientType=0 ); } }

.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center; }
  .swiper-slide img {
    width: 100%; 
    max-height: 105vh;
  }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 1rem; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 1rem; }

.swiper-button-next,
.swiper-button-prev {
  color: white;
  text-shadow: 0 0 10px #000; }

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  border: 1px solid white;
  background-color: transparent; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: white; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px; }

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 1rem; }

@media (max-width: 767px) {
  .swiper-container,
  .swiper-wrapper {
    height: 480px; }
    .swiper-container .swiper-slide img,
    .swiper-wrapper .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover; } }

article section {
  padding: 75px 0 105px 0; }
  @media (max-width: 767px) {
    article section {
      padding: 60px 0; } }

article .nav {
  background-color: #e9ecef; }

article .info .title {
  text-align: center;
  margin-bottom: 1.5em; }

article .info .container {
  max-width: 930px; }

article .info p:last-child {
  margin-bottom: 0; }

article ul {
  padding-left: 20px; }
  article ul li {
    margin-bottom: 5px; }

.jumbotron {
  height: 510px;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-position: center 30%;
  position: relative; }
  .jumbotron::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .6;
    background-color: #245948; }
  .jumbotron::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background-color: rgba(0, 0, 0, 0.2); }
  .jumbotron .title {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    margin-bottom: 2rem;
    line-height: 1.35; }
    .jumbotron .title span {
      font-weight: 300;
      color: rgba(255, 255, 255, 0.8); }

.page-list main {
  background-color: #e9ecef;
  padding: 105px 0; }
  .page-list main .container {
    max-width: 930px; }

.page-404 main {
  background-color: white;
  padding: 120px 0; }

@media (max-width: 767px) {
  .page-list main,
  .page-404 main {
    padding: 60px 0; } }

.page-list main .wrap {
  text-align: center; }
  .page-list main .wrap .wrap {
    display: inline-block;
    width: 825px;
    max-width: 100%; }
  .page-list main .wrap .subtitle {
    text-align: left;
    margin: 0 13px 20px 13px; }
    .page-list main .wrap .subtitle:first-child {
      margin-top: 0; }
  .page-list main .wrap .list-group + .subtitle {
    margin-top: 40px; }
  .page-list main .wrap .last {
    margin-bottom: 40px; }
  .page-list main .wrap .list-group {
    margin: 0; }
  .page-list main .wrap a.list-group-item {
    text-align: left;
    padding: 12px 16px;
    font-size: 16px;
    color: #212529; }
    .page-list main .wrap a.list-group-item:hover, .page-list main .wrap a.list-group-item:focus, .page-list main .wrap a.list-group-item:active {
      text-decoration: none;
      background-color: #f5f5f5;
      color: black; }
  .page-list main .wrap .badge {
    color: #222;
    line-height: 24px;
    font-weight: 400;
    background-color: #ddd;
    border-radius: 12px;
    padding: 0 10px;
    margin-left: 30px;
    text-align: right;
    float: right;
    font-size: 12px; }

.page-404 main .wrap {
  text-align: center; }
  .page-404 main .wrap h3 {
    margin-bottom: 1em; }
  .page-404 main .wrap h5 {
    margin-bottom: 0; }

@media (max-width: 767px) {
  .navbar {
    position: relative;
    padding: 10px 0; }
    .navbar.bg-dark {
      background-color: #202f39 !important; }
    .navbar .navbar-brand {
      margin: 0 0 0 1rem; }
      .navbar .navbar-brand h4 {
        margin: 0; }
    .navbar .navbar-toggler {
      /*
			position: absolute;
			top: 15px;
			right: 15px;
			*/
      margin: 0 10px 0 auto; }
    .navbar .nav-item .nav-link.dropdown-toggle {
      padding-bottom: 4px;
      z-index: 1;
      position: relative; }
    .navbar .nav-item .dropdown-menu {
      border: none;
      padding: 0;
      display: block; }
      .navbar .nav-item .dropdown-menu .dropdown-item {
        padding: 4px 4px 4px 2rem;
        font-size: 14px;
        white-space: normal; }
  .jumbotron {
    height: 300px;
    justify-content: center; }
    .jumbotron h2 {
      margin-bottom: 0;
      font-size: 24px; } }

footer .upper {
  font-weight: 300;
  background-size: cover;
  background-position: center;
  background-image: url("../img/footer.jpg");
  position: relative;
  padding: 2rem 0 0.5rem 0;
  /*
		&:nth-child(1)::after {
			background-color: #35478C;
		}
		&:nth-child(1)::after {
			background-color: #4E7AC7;
		}
		&:nth-child(1)::after {
			background-color: #7FB2F0;
		}
		*/ }
  footer .upper .row {
    justify-content: center; }
  footer .upper::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .7;
    background-color: #245948; }
  footer .upper::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background-color: rgba(0, 0, 0, 0.3); }
  footer .upper .card {
    border: none;
    position: relative;
    background-color: transparent;
    margin-bottom: 0;
    padding-bottom: 2rem;
    /*
			&::after {
				@include absolute_fill;
				content: '';
				opacity: .8;
			}
			&:nth-child(1)::after {
				background-color: #194759;
			}
			&:nth-child(2)::after {
				background-color: #296B73;
			}
			&:nth-child(3)::after {
				background-color: #3E8C84;
			}
*/ }
  footer .upper .card-body {
    z-index: 1;
    color: white;
    padding: 0; }
    footer .upper .card-body h5 {
      font-weight: 400;
      font-size: 1rem;
      padding: 0 0 10px 1rem;
      margin: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
      footer .upper .card-body h5.active {
        font-weight: 700; }
    footer .upper .card-body ul {
      padding-left: 2rem;
      margin: 10px 0 0 0; }
      footer .upper .card-body ul li {
        font-size: 0.875rem; }
        footer .upper .card-body ul li:not(:last-child) {
          margin-bottom: 4px; }
        footer .upper .card-body ul li a.active {
          font-weight: 700; }

footer .lower {
  font-weight: 300;
  padding-top: 25px;
  background-color: #202f39;
  margin-top: auto; }
  @media (max-width: 767px) {
    footer .lower {
      text-align: center; } }
  footer .lower .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  footer .lower label {
    margin: 0; }
  footer .lower a {
    white-space: nowrap; }
  footer .lower p {
    color: white;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0; }
  footer .lower .copyright {
    margin-right: 1rem; }
    @media (max-width: 991px) {
      footer .lower .copyright {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        margin-right: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    footer .lower p {
      padding-left: 1rem; } }
  @media (max-width: 767px) {
    footer .lower .matrix {
      width: 100%; } }
  footer .lower .matrix a {
    color: white;
    position: relative; }
    footer .lower .matrix a::after {
      position: absolute;
      content: '';
      left: 0;
      right: 0;
      bottom: -5px;
      margin: 0 auto;
      width: 0;
      height: 2px;
      background-color: white;
      transition: width 0.3s; }
    footer .lower .matrix a:hover, footer .lower .matrix a:focus, footer .lower .matrix a:active {
      text-decoration: none; }
      footer .lower .matrix a:hover::after, footer .lower .matrix a:focus::after, footer .lower .matrix a:active::after {
        width: 100%; }
