body {
  background: #fff;
}

.cover {
  position: relative;
  min-height: 670px;
}

@media (min-width: 992px) {
  .cover {
    height: 100vh;
  }
}

@media (max-width: 991px) {
  .cover {
    padding: 15px;
    padding-top: 125px; /* header height + padding */
  }
}

.cover-slick {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.cover-slick div {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.cover .toggle-slick {
  position: absolute;
  top: 125px;
  right: 15px;
  background: none;
  border: 0;
  display: none;
}

@media (max-width: 991px) {
  .cover .toggle-slick {
    display: none;
  }
}

.cover-content {
  position: absolute;
  top: 200px;
  right: 10%;
  z-index: 9;
  color: #fff;
  text-shadow: 2px 4px 4px rgba(0, 0, 0, 1);
  max-width: 60%;
}

.cover-content h1 {
  font-size: 50px;
  line-height: 50px;
  font-weight: bold;
}
.cover-content h1 .smaller {
  font-weight: normal;
}

@media (max-width: 991px) {
  .cover-content {
    right: 30px;
  }
}

/**/

video {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: 1s opacity;
  object-fit: cover;
  z-index: -1;
}

#toggle-video {
  position: absolute;
  top: 125px;
  right: 15px;
  background: none;
  border: 0;
}

@media (max-width: 991px) {
  video,
  #toggle-video {
    display: none;
  }
}

/**/

.bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

.services {
  background: rgba(255, 255, 255, 0.9);
}

.services-slick {
}

.service {
  text-align: center;
  display: block;
  padding: 15px;
  color: #191f48;
  font-weight: bold;
  font-size: 1.3rem;
  position: relative;
  margin: 0 20px;
}

@media (max-width: 991px) {
  .service {
    font-size: 1rem;
    line-height: 1rem;
  }
  .service figcaption {
    height: 32px;
  }
}

.service.active {
  background: #fff;
}

.service.active:before {
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 20px;
  height: 20px;
  background-image: url(images/rc.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  display: block;
  content: "";
}

.service.active:after {
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 20px;
  height: 20px;
  background-image: url(images/rc.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  display: block;
  content: "";
  transform: rotate(270deg);
}

.service .icon img {
  display: block;
  margin: 0 auto;
  height: 48px;
}

/**/

.section {
  padding: 3rem 2rem;

  display: none;
}

.section.active {
  display: block;
}

/* Articles */

.articles h2 {
  font-weight: bold;
  margin-bottom: 2rem;
}
.articles article {
  display: block;
  height: 100%;
}
.articles .row > div {
  margin-bottom: 30px;
}
.article {
  display: block;
  background: #fff;
  color: #191f48;
  border: 1px solid #11b1c2;
  border-radius: 20px 0 20px 0;
  position: relative;
  height: 100%;
  padding: 12px;
}
.article:hover,
.article:focus {
  text-decoration: none;
  transform: scale(1.05);
}
.article img {
  display: block;
  width: 100%;
}
.article .info {
  padding: 1rem;
  padding-bottom: 50px;
}
.article h3 {
  font-weight: bold;
  font-size: 24px;
  border-bottom: 1px solid #11b1c2;
  padding-bottom: 10px;
  margin-bottom: 10px;
  height: 70px;
  overflow: hidden;
}
.article .date {
  position: absolute;
  top: 0;
  right: 0;
  background: #11b1c2;
  color: #fff;
  padding: 10px;
  border-radius: 0 0 0 15px;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}
.article .date .month {
  font-size: 18px;
  line-height: 18px;
}
.article .read {
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
}
.article .read > span {
  background: #11b1c2;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px 10px 0 0;
  display: block;
  margin-left: 30px;
}
.read-more-lg-btn {
  background: #fff;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #191f48;
  border: 1px solid #191f48;
}
.read-more-lg-btn:hover,
.read-more-lg-btn:focus {
  background: #191f48;
  color: #fff;
  transform: scale(1.05);
}

/**/

.events {
  background-color: #fff;
}

.ribbon-date {
  position: absolute;
  top: 0;
  left: 15px;
  background: #fff;
  color: #000;
  padding: 0.5rem 1rem;
}
.ribbon-date span {
  display: block;
}
.ribbon-date span:nth-child(1) {
  font-weight: bold;
  font-size: 1.5rem;
}

/* News * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.news {
  padding: 10px;
  background: rgba(25, 31, 72, 0.9);
  color: #fff;
}

.news .content {
  position: relative;
}

.news .buttons {
  position: absolute;
  top: 1.9rem;
  left: 1.9rem;
}

.news a {
  color: #000;
  display: block;
}

@media (min-width: 768px) {
  .news a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.news h2 {
  background: #1b7db1;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.219rem 0.75rem;
  margin: 0;
  border-radius: 2rem;
  z-index: 5;
}

.news h2 a {
  color: inherit;
}

@media (max-width: 991px) {
  .news h2 {
    display: none;
  }
}

@media (min-width: 992px) {
  .bn-news {
    padding-right: 100px;
  }
}

.bn-news ul li a {
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding: 0.36rem 0;
  color: inherit;
}

.bn-news ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

.bn-effect-scroll .bn-news ul li {
  padding: 0 1rem;
}

.news .date {
  font-weight: bold;
}

.news .date:after {
  content: " | ";
  margin: 0 10px;
}

.news-toggle {
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #111;
  color: #fff;
  background: none;
  font-size: 14px;
}

.bn-controls {
  left: 0;
  right: auto;
}

.bn-controls button {
  border: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #1b7db1;
  border: none !important;
  color: #fff;
  padding: 0;
  margin-right: 5px;
}

.bn-arrow {
  top: -1px;
}

.bn-pause::before,
.bn-pause::after {
  background-color: #fff;
}
.bn-play::after {
  border-left-color: #fff;
}

.bn-controls button:hover {
  background-color: #111;
  color: #fff;
  box-shadow: 0 0 5px rgb(255 255 0 / 90%);
}

/**/

@media (min-width: 992px) {
  .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 991px) {
  .centered {
    text-align: center;
  }
  .centered-banner img {
    max-width: 100%;
  }
}

/**/

/* Fast Nav */

.fast-navigation {
  position: absolute;
  top: 20%;
  left: 90px;
  margin-top: -20px;
  background: #fff;
  border-radius: 0 20px 20px 0;
  width: fit-content;
  height: 80px;
  z-index: 9;
  box-shadow: 10px 0 10px rgba(0, 0, 0, 0.2);
  padding: 14px;
  display: none;
}

.fast-navigation h2 {
  font-weight: bold;
  margin: 0;
  margin-bottom: 5px;
  font-size: 14px;
}

.fast-navigation:after {
  clear: both;
  display: block;
  content: "";
}

@media (min-width: 992px) {
  .fast-navigation > label,
  .fast-navigation > select,
  .fast-navigation > span {
    float: right;
    display: block;
  }
}

.fast-navigation label {
  padding: 2px 10px;
  border: 0;
  margin: 0;
  border: 1px solid #1e9eb1;
  border-radius: 0 10px 10px 0;
  height: 32px;
  border-left: 0;
  background: #f1f1f1;
}

.fast-navigation select {
  background: #fff;
  border: 0;
  border-radius: 0;
  padding: 2px 10px;
  border: 1px solid #129eb2;
  border-radius: 10px;
  margin-left: 5px;
  height: 32px;
}

/*
.fast-navigation select#smart_nav_select {
	border-radius: 10px 0 0 10px;
}
*/

.fast-navigation button {
  background: #129eb2;
  border: 0;
  border-radius: 10px;
  padding: 4px 10px;
  color: #fff;
  font-weight: bold;
  height: 32px;
}

@media (min-width: 992px) {
  .fast-navigation .smart-nav-sub > label,
  .fast-navigation .smart-nav-sub > select,
  .fast-navigation .smart-nav-sub > button {
    float: right;
    display: block;
  }
}

@media (max-width: 991px) {
  .fast-navigation > label,
  .fast-navigation > select,
  .fast-navigation > span {
    display: block;
    border-radius: 2rem;
    width: 100%;
  }

  .fast-navigation .smart-nav-sub > label,
  .fast-navigation .smart-nav-sub > select,
  .fast-navigation .smart-nav-sub > button {
    display: block;
    border-radius: 2rem;
  }

  .fast-navigation .smart-nav-sub > select {
    width: 100%;
    margin: 0.5rem 0;
  }

  .smart-nav-submit {
    margin: 0 auto;
  }
}

/**/

.side-banners {
  position: absolute;
  top: 20%;
}
.side-banners.side-banners-right {
  right: 0;
  top: auto;
  bottom: 25%;
}
.side-banners.side-banners-left {
  left: 0;
}

@media (max-width: 991px) {
  .side-banners.side-banners-right {
    display: none;
  }
}

.side-banners a {
  background-image: url(images/side-banners.png);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 18px 30px 0;
  width: 118px;
  height: 140px;
  position: relative;
  margin-top: -50px;
  text-align: center;
  font-size: 14px;
  color: #191f48;
}

.side-banners.side-banners-right a {
  transform: rotate(180deg);
}
.side-banners.side-banners-right a > div {
  transform: rotate(180deg);
}

.side-banners a img {
  height: 35px;
}

/**/

.section-title {
  font-size: 40px;
  font-weight: bold;
  color: #191f48;
  width: fit-content;
  margin-bottom: 30px;
  margin-right: 15px;
}

.section-title:after {
  background: #11b1c2;
  height: 2px;
  width: 30%;
  content: "";
  display: block;
}

/**/

.icons-grid {
  display: block;
  max-width: 1340px;
  margin: 0 auto;
  font-size: 1.2rem;
}

.icons-grid > div {
  float: right;
  width: 20%;
  padding: 10px;
}

@media (max-width: 991px) {
  .icons-grid > div {
    width: 50%;
  }
}

.icons-grid .item {
  display: block;
  text-align: center;
  padding: 50px 20px;
  color: #191f48;
  position: relative;
}

.icons-grid .item img {
  transition: 0.5s;
}
.icons-grid .item:hover img,
.icons-grid .item:focus img {
  transform: scale(1.1);
}

.icons-grid .item:before {
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 80%;
  height: 1px;
  background: #ddd;
  content: "";
}

.icons-grid .item:after {
  position: absolute;
  top: 10%;
  left: 0;
  height: 80%;
  width: 1px;
  background: #ddd;
  content: "";
}

@media (min-width: 992px) {
  .icons-grid > div:nth-child(5n) .item:after {
    content: none;
  }
}
@media (max-width: 991px) {
  .icons-grid > div:nth-child(2n) .item:after {
    content: none;
  }
}

.icons-grid .item .name {
  min-height: 60px;
}

.icons-grid .item .icon {
  margin-bottom: 10px;
  height: 60px;
}

.icons-grid .item .icon img {
  height: 60px;
}

/**/

.events .row > div {
  margin-bottom: 30px;
}

.event-promo {
  display: block;
  background: #fff;
  color: #191f48;
  border: 1px solid #11b1c2;
  border-radius: 20px 0 20px 0;
  position: relative;
  height: 100%;
  padding: 12px;
}

.event-promo:hover,
.event-promo:focus {
  text-decoration: none;
  border: 1px solid #11b1c2;
  transform: scale(1.05);
}

.event-promo .read-more-btn {
  background: #11b1c2;
}

.event-promo .details .icon {
  background: #11b1c2;
  color: #fff;
}

/**/

@media (max-width: 991px) {
  .sub-pages-nav ul > li {
    width: 100%;
  }
}
