﻿html {
  font-size: 7px;
}
@media (min-width: 992px) {
  html {
    font-size: 8px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 10px;
  }
}
body {
  font-family: nudista-web, sans-serif;
}
.container-2,
.container-3,
.container-4,
.container-5,
.container-6 {
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
.container-7 {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .container-7 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.container-2 {
  max-width: 1200px;
}
.container-3 {
  max-width: 680px;
}
.container-4 {
  max-width: 880px;
}
.container-5 {
  max-width: 1080px;
}
.container-6 {
  max-width: 1120px;
}
.container-7 {
  max-width: 1680px;
}
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 10001;
  height: 80px;
  border: none;
  margin: 0;
  border-radius: 0;
}
@media (min-width: 768px) {
  .navbar {
    height: 120px;
  }
}
@media (min-width: 1200px) {
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.navbar::before,
.navbar.navbar::after {
  content: none;
}
.navbar .navbar-header {
  height: 100%;
}
@media (min-width: 1200px) {
  .navbar .navbar-header {
    height: auto;
  }
}
.navbar .navbar-brand {
  float: none;
  padding: 10px 0 0 10px;
  line-height: normal;
  height: auto;
  max-width: 220px;
  display: inline-block;
}
@media (min-width: 768px) {
  .navbar .navbar-brand {
    padding: 20px 0 0 20px;
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-brand {
    padding: 0 0 0 20px;
  }
}
.navbar .navbar-toggle {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .navbar .navbar-toggle {
    margin-top: 45px;
  }
}
.navbar .navbar-toggle .icon-bar {
  background: #000;
}
.navbar .navbar-collapse {
  background: #fff;
}
@media (min-width: 1200px) {
  .navbar .navbar-collapse {
    display: flex !important;
    align-items: center;
    padding-left: 0;
    padding-right: 4rem;
  }
}
@media (max-width: 1199px) {
  .navbar .navbar-nav {
    margin: 0 0 4rem;
  }
}
@media (max-width: 1199px) {
  .navbar .navbar-nav > li + li {
    margin-top: 2rem;
  }
}
.navbar .navbar-nav > li.selected > a {
  color: #00c4dd;
  background: none;
}
.navbar .navbar-nav > li > a {
  padding: 0;
  font-size: 18px;
  color: #123e7e;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.navbar .navbar-nav > li > a:hover {
  color: #00c4dd;
  background: none;
}
@media (max-width: 1199px) {
  .navbar .social {
    padding-bottom: 4rem;
  }
}
@media (min-width: 1200px) {
  .navbar .social {
    margin-left: 1rem;
  }
}
@media (min-width: 1600px) {
  .navbar .social {
    margin-left: 3rem;
  }
}
.navbar .social a {
  margin-left: 10px;
  margin-right: 10px;
}
.navbar .open-search {
  margin-left: 4rem;
  vertical-align: top;
}
@media (min-width: 1200px) {
  .navbar .open-search {
    margin-left: 2rem;
  }
}
@media (min-width: 1600px) {
  .navbar .open-search {
    margin-left: 4rem;
  }
}
.navbar .open-search:hover {
  filter: brightness(0.5);
}
.carousel {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .carousel {
    margin-top: 120px;
  }
}
.carousel .item {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.carousel .carousel-caption-1 {
  color: #ffffff;
  text-shadow: none;
  height: 900px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-height: 900px) {
  .carousel .carousel-caption-1 {
    height: 100vh;
  }
}
@media (min-width: 1200px) {
  .carousel .carousel-caption-1 {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .carousel .carousel-caption-1 > div {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .carousel .carousel-caption-1 > div {
    width: 50%;
  }
}
.carousel .carousel-caption-1 .inner,
.carousel .carousel-caption-1 .slideshow-map {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.carousel .carousel-caption-1 .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel .carousel-caption-1 .inner {
  max-width: calc(65rem + 40px);
}
@media (max-width: 1199px) {
  .carousel .carousel-caption-1 .inner {
    order: 1;
  }
}
.carousel .carousel-caption-1 .title {
  font-weight: 600;
  font-size: 5rem;
  margin-bottom: 5rem;
}
.carousel .carousel-caption-1 .content {
  font-weight: 300;
  font-size: 2.8rem;
  margin-bottom: 5rem;
}
.carousel .carousel-caption-1 .slideshow-map img {
  max-width: 100%;
}
@media (max-width: 1199px) {
  .carousel .carousel-caption-1 .slideshow-map img {
    max-height: 300px;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.carousel .carousel-indicators {
  bottom: 20px;
  width: auto;
  right: 20px;
  top: calc(900px  + 10px);
  left: auto;
}
@media (min-height: 900px) {
  .carousel .carousel-indicators {
    top: calc(100vh - 165px);
  }
}
.carousel .carousel-indicators > li {
  width: 14px;
  height: 14px;
  margin: 0 5px;
}
.carousel .icon-scroll {
  position: absolute;
  top: 900px;
  left: 0;
  right: 0;
  text-align: center;
}
@media (min-height: 900px) {
  .carousel .icon-scroll {
    top: calc(100vh - 190px);
  }
}
.carousel .bg-map {
  background-position: 70%;
}
@media (min-width: 992px) {
  .carousel .bg-map {
    background-position: top center;
  }
}
.carousel .svg-graphic {
  position: absolute;
  bottom: 0;
  z-index: 100;
}
.carousel-bottom {
  position: relative;
  text-align: center;
}
.carousel-bottom.inner {
  padding-top: 11rem;
  background: radial-gradient(circle at left top, #05aaca 0%, #123e7d 40%, #123e7d 100%);
  margin-top: 80px;
  margin-bottom: calc(5rem + 124px);
}
@media (min-width: 480px) {
  .carousel-bottom.inner {
    margin-bottom: calc(16rem + 147px);
  }
}
@media (min-width: 768px) {
  .carousel-bottom.inner {
    margin-top: 120px;
  }
}
.carousel-bottom.inner .video {
  position: relative;
  z-index: 200;
  max-width: 230px;
  margin-bottom: -124px;
}
@media (min-width: 480px) {
  .carousel-bottom.inner .video {
    max-width: none;
    margin-bottom: -147px;
  }
}
.carousel-bottom .svg-graphic {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.carousel-bottom .title {
  font-weight: 700;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 3rem;
}
.carousel-bottom .title::after {
  content: "";
  width: 120px;
  display: block;
  margin: 0 auto;
  padding-top: 3rem;
  border-bottom: 2px solid #00c4de;
}
.carousel-bottom .content {
  font-size: 18px;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  margin-bottom: 7rem;
}
.carousel-bottom a {
  display: inline-block;
}
.carousel-bottom a img {
  max-width: 100%;
}
.carousel-bottom .icon-video {
  transition: transform 0.2s;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.carousel-bottom .icon-video:hover {
  transform: scale(1.1);
}
body.frontpage .carousel-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -120px;
  z-index: 500;
}
.section-1 {
  margin-top: 15rem;
}
.section-1.after-slideshow {
  margin-top: calc(70px + 21rem);
}
@media (min-width: 992px) {
  .section-1.after-slideshow {
    margin-top: calc(120px + 21rem);
  }
}
.section-1 .title {
  font-size: 5rem;
  color: #123e7e;
  text-align: center;
  font-weight: 600;
  margin-bottom: 10rem;
}
.section-1 .tags-container .tags-header {
  font-size: 17px;
  color: #123e7e;
  font-weight: bold;
  display: inline-block;
  margin-right: 1rem;
}
.section-1 .tags-container .border-bottom {
  border-bottom: 2px solid #00bfdc;
}
.section-1 .tags-container .search {
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .section-1 .tags-container .search {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
  }
}
.section-1 .tags-container .search input {
  font-size: 18px;
  color: #123e7e;
  border: none;
  background: none;
  outline: none;
}
.section-1 .tags-container .search button {
  border: none;
  background: none;
  width: 26px;
  height: 28px;
  background: url(../images/icon-search-2.png);
}
.section-1 .tags-container .search button:hover {
  background: url(../images/icon-search.png);
}
.section-1 .tags .tag {
  font-size: 17px;
  color: #123e7e;
  display: inline-block;
  padding: 5px 15px;
  cursor: pointer;
  text-decoration: none;
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: 2rem;
}
.section-1 .tags .tag.selected {
  color: #ffffff;
  background: #1e4287;
}
.section-1 .tags .tag:hover {
  color: #fff;
  background: #00c4dd;
}
.section-1 .tags-2 .tag {
  font-size: 17px;
  color: #123e7e;
  display: inline-block;
  padding: 2px 15px;
  cursor: pointer;
  text-decoration: none;
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: 2rem;
}
.section-1 .tags-2 .tag.selected {
  color: #fff;
  background: #00bfdc;
}
.section-1 .tags-2 .tag:hover {
  color: #fff;
  background: #00c4dd;
}
@media (min-width: 768px) {
  .section-1 .filters {
    text-align: right;
  }
}
.section-1 .filters .filter-label {
  font-size: 17px;
  color: #123e7e;
  margin-right: 1rem;
}
.section-1 .filters select {
  font-size: 17px;
  color: #123e7e;
  padding: 5px 30px 5px 25px;
}
.section-1 .filters .select2-container .select2-selection {
  font-size: 17px;
  padding: 5px 30px 5px 25px;
  border: 2px solid #eaebed;
  border-radius: 59px;
  outline: 0;
  height: auto;
  text-align: left;
}
.section-1 .filters .select2-container .select2-selection__rendered {
  color: #123e7e;
  padding-left: 0;
  padding-right: 0;
}
.section-1 .filters .select2-container .select2-selection__arrow {
  top: 3px;
  right: 20px;
}
.section-1 .filters .select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #123e7e transparent transparent transparent;
  border-width: 14px 8px 0 8px;
}
.section-1 .filters .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #123e7e transparent;
  border-width: 0 8px 14px 8px;
}
.section-1 .section-1-container {
  max-width: 1880px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}
@media (min-width: 768px) {
  .section-1 .section-1-container {
    padding-left: 140px;
    padding-right: 140px;
  }
}
.section-1 .section-1-container-2 {
  max-width: 1880px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (min-width: 480px) {
  .section-1 .section-1-container-2 {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 992px) {
  .section-1 .section-1-container-2 {
    padding-left: 140px;
    padding-right: 140px;
  }
}
.section-1 .news-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
}
.section-1 .news-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.section-1 .news-item .categories {
  position: absolute;
  top: 4px;
  left: 4px;
  right: 0;
}
.section-1 .news-item .categories span {
  display: inline-block;
  padding: 3px 6px;
  margin: 0 3px 3px 0;
  background-color: #00c0dd;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
}
.section-1 .news-item:hover {
  background: #f5f5f5;
  text-decoration: none;
}
.section-1 .news-item:hover .image img {
  transform: scale(1.1);
}
.section-1 .news-item:hover .video-button img {
  transform: scale(1.1);
}
.section-1 .news-item > .content {
  flex-grow: 1;
}
.section-1 .news-item + .news-item > .content {
  border-left: none;
}
.section-1 .news-item .image {
  overflow: hidden;
}
.section-1 .news-item .image img {
  transition: transform 0.2s;
}
.section-1 .news-item .image-2 {
  width: 200px;
  border-radius: 50%;
  margin: -100px auto 0;
}
.section-1 .news-item .button-container {
  font-size: 12px;
  color: #1e4286;
  margin-bottom: -27px;
}
.section-1 .news-item .button-container > div {
  margin-bottom: 1rem;
}
.section-1 .news-item .button-container .open-icon {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url(../images/icon-plus.png);
}
.section-1 .news-item-2 {
  border-left: 1px solid #ebedec;
  border-right: 1px solid #ebedec;
  margin-top: 100px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .section-1 .news-item-2:nth-of-type(even) {
    border-left: none;
  }
}
@media (min-width: 1200px) {
  .section-1 .news-item-2 {
    border-left: none;
  }
}
.section-1 .news-item-2:hover .button-container {
  color: #00bfdc;
}
.section-1 .news-item-2:hover .button-container .open-icon {
  background: url(../images/icon-plus-h.png);
}
.section-1 .lSSlideOuter {
  max-width: 1600px;
}
.section-1 .slider {
  height: auto !important;
}
.section-1 .lslide + .lslide .content {
  border-left: none;
}
.section-1 .item .image {
  overflow: hidden;
}
.section-1 .item .image img {
  transition: transform 0.2s;
}
.section-1 .item a {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.section-1 .item a:hover {
  background: #f5f5f5;
  text-decoration: none;
}
.section-1 .item a:hover .image img {
  transform: scale(1.1);
}
.section-1 .item a:hover .video-button img {
  transform: scale(1.1);
}
.section-1 .image {
  position: relative;
  text-align: center;
}
.section-1 .video-button {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  text-align: center;
}
.section-1 .video-button img {
  transition: transform 0.2s;
}
.section-1 .label-featured {
  font-size: 13px;
  color: #ff3158;
  padding-left: 3rem;
  padding-right: 3rem;
  margin-bottom: 2rem;
}
.section-1 .date {
  font-size: 13px;
  font-weight: 300;
  color: #00c0dd;
  padding-top: 5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  margin-bottom: 1rem;
}
.section-1 .title-2 {
  font-size: 2.1rem;
  font-weight: 600;
  color: #231f20;
  padding-left: 3rem;
  padding-right: 3rem;
  margin-bottom: 2rem;
}
.section-1 .content {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid #ebedec;
}
.section-1 .img-responsive-c {
  display: block;
  width: 100%;
}
.section-1 .content-2 {
  font-size: 15px;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  color: #414042;
  padding-left: 3rem;
  padding-right: 3rem;
}
.section-1 .content-3 {
  position: relative;
  display: flex;
  flex-direction: column;
}
.section-1 .label-2 {
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  width: 120px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: 0 auto;
  z-index: 10;
}
.section-1 .slider-controls .prev,
.section-1 .slider-controls .next {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/arrow.png);
  width: 26px;
  height: 48px;
  cursor: pointer;
}
.section-1 .slider-controls .prev:hover,
.section-1 .slider-controls .next:hover {
  filter: brightness(0.5);
}
.section-1 .slider-controls .prev {
  left: 10px;
}
@media (min-width: 768px) {
  .section-1 .slider-controls .prev {
    left: 60px;
  }
}
.section-1 .slider-controls .next {
  right: 10px;
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .section-1 .slider-controls .next {
    right: 60px;
  }
}
.section-2 {
  background: url(../media/section-2.jpg) no-repeat center / cover fixed;
  padding-top: 15rem;
  padding-bottom: 15rem;
}
.section-2 .label-top {
  font-size: 17px;
  font-weight: 600;
  color: #00c4dd;
  text-align: center;
  margin-bottom: 3rem;
}
.section-2 .content {
  font-size: 3.6rem;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
}
.section-3 {
  position: relative;
  padding-bottom: 18rem;
}
.section-3 .svg-graphic {
  position: absolute;
  top: 0;
  z-index: 100;
  transform: rotate(180deg);
  margin-top: -2px;
  /* IE */
}
.section-3 .title {
  font-size: 5rem;
  font-weight: 600;
  color: #123e7e;
  text-align: center;
  margin-bottom: 9rem;
}
.section-3 .content {
  text-align: center;
}
.section-3 .content > span,
.section-3 .content > a {
  display: inline-block;
  margin-left: 4.5rem;
  margin-right: 4.5rem;
  margin-bottom: 3rem;
}
.section-3 .content > span img,
.section-3 .content > a img {
  max-width: 100%;
}
.header {
  font-size: 5rem;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  background: radial-gradient(circle at left top, #05aaca 0%, #123e7d 50%, #123e7d 100%);
  margin-top: 80px;
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
}
@media (min-width: 768px) {
  .header {
    margin-top: 120px;
  }
}
.header .share-button-container {
  position: absolute;
  bottom: -23px;
  left: 0;
  right: 0;
  z-index: 100;
}
.header svg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.section-contact {
  margin-top: 12rem;
  margin-bottom: 23rem;
}
.section-contact .title {
  font-size: 5rem;
  font-weight: 600;
  color: #123e7e;
  text-align: center;
  margin-top: 16rem;
  margin-bottom: 9rem;
}
.section-contact .contact-details {
  font-size: 2.2rem;
  color: #414042;
}
.section-contact .contact-details .title-2,
.section-contact .contact-details h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 3rem;
}
.section-contact .social {
  margin-top: 3rem;
}
.section-contact .social a + a {
  margin-left: 2rem;
}
.section-contact .contact-field {
  margin-bottom: 4rem;
}
.section-contact .contact-field input {
  font-size: 18px;
  color: #919396;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  outline: 0;
  border: none;
  border-bottom: 2px solid #babcbe;
}
.section-contact .contact-field textarea {
  font-size: 18px;
  color: #919396;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  outline: 0;
  border: none;
  border-bottom: 2px solid #babcbe;
}
.section-contact .recaptcha {
  text-align: center;
  margin-top: 20px;
}
.section-contact .recaptcha .recaptcha_inner {
  margin-left: auto;
  display: inline-block;
  margin-right: auto;
}
.section-article {
  margin-bottom: 17rem;
}
.section-article .title {
  font-size: 5rem;
  font-weight: 600;
  color: #123e7e;
  margin-bottom: 5rem;
  text-align: center;
}
.section-article .content {
  font-size: 18px;
  color: #414042;
  text-align: justify;
}
.section-article .papers {
  margin-top: 8rem;
  border-top: 1px dotted #123e7e;
  padding-top: 7rem;
}
.section-article .papers .papers-heading {
  font-size: 4rem;
  font-weight: 600;
  color: #123e7e;
  margin-bottom: 5rem;
  text-align: center;
}
.section-article .papers .items .item {
  margin-bottom: 20px;
  font-family: nudista-web, sans-serif;
  padding: 10px;
}
.section-article .papers .items .item:nth-child(even) {
  background-color: whitesmoke;
}
.section-article .papers .items .item .paper-title {
  font-size: 18px;
  color: #123e7e;
  margin-bottom: 2px;
}
.section-article .papers .items .item a.paper-title {
  color: #123e7e;
  display: block;
}
.section-article .papers .items .item .authors {
  font-size: 14px;
  color: #00c0dd;
  text-align: justify;
  margin-bottom: 5px;
}
.section-article .papers .items .item .short-description {
  font-size: 13px;
  color: dimgray;
  text-align: justify;
  margin-bottom: 5px;
}
.section-article .papers .items .item .more {
  text-align: right;
}
.section-article .papers .items .item .more a {
  display: inline-block;
  background-color: #123e7e;
  color: #fff;
  padding: 5px 10px;
}
.section-article .papers .items .item .more a:hover {
  text-decoration: none;
  background-color: #00c0dd;
}
.section-news-item {
  margin-top: 7rem;
}
.section-news-item .container-7 {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .section-news-item .container-7 {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .section-news-item .left {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .section-news-item .right {
    width: 30%;
    padding-left: 10rem;
  }
}
.section-news-item .right-title {
  font-size: 17px;
  color: #1e4287;
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .section-news-item .right-title {
    margin-top: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-news-item .right-main {
    display: flex;
  }
}
.section-news-item .button-back-container {
  padding: 0 3rem 3rem;
}
.section-news-item .button-back {
  font-size: 17px;
  color: #1e4287;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.section-news-item .button-back .button-back-icon {
  background: url(../images/menu-button.png);
  margin-right: 2rem;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  flex-shrink: 0;
}
.section-news-item .button-back:hover {
  color: #00c4dd;
}
.section-news-item .button-back:hover .button-back-icon {
  background: url(../images/menu-button-h.png);
}
.section-news-item .top {
  background: #fff;
  padding: 3rem;
}
.section-news-item .main {
  padding: 3rem 3rem 0;
  margin-bottom: 7rem;
}
.section-news-item .date {
  font-size: 21px;
  font-weight: 600;
  color: #231f20;
  display: block;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .section-news-item .date {
    display: inline;
    margin-bottom: 0;
  }
}
.section-news-item .label-3 {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: #00c4dd;
  padding: 1rem 2rem;
}
@media (min-width: 768px) {
  .section-news-item .label-3 {
    float: right;
    display: block;
  }
}
.section-news-item .label-3.bg-blue {
  background: #123e7e;
}
.section-news-item .label-3.bg-green {
  background: green;
}
.section-news-item .title {
  font-size: 3.1rem;
  font-weight: 600;
  color: #123e7e;
  line-height: normal;
  margin-bottom: 3rem;
}
.section-news-item .content {
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  font-weight: 300;
  color: #414042;
}
.section-news-item .content p + p {
  margin-top: 2rem;
}
.section-news-item .bottom {
  background: #fff;
}
.section-news-item .bottom .bottom-1 {
  padding: 3rem 3rem 8rem;
}
.section-news-item .bottom .bottom-2 {
  padding: 2rem 3rem;
  border-top: 1px solid #ebecec;
}
.section-news-item .tags-title {
  font-size: 17px;
  color: #1e4287;
  display: inline-block;
  margin-bottom: 3rem;
}
.section-news-item .tags a {
  font-size: 15px;
  color: #123e7e;
  display: inline-block;
  padding: 5px 12px;
  border: 1px solid #214a86;
  border-radius: 15px;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.section-news-item .tags a:hover {
  color: #fff;
  background: #123e7e;
}
.section-news-item .news-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.section-news-item .news-item:hover {
  background: #f5f5f5;
  text-decoration: none;
}
.section-news-item .news-item:hover .image img {
  transform: scale(1.1);
}
.section-news-item .news-item:hover .video-button img {
  transform: scale(1.1);
}
.section-news-item .news-item .title-2 {
  font-size: 2.1rem;
  font-weight: 600;
  color: #231f20;
  padding-left: 3rem;
  padding-right: 3rem;
  margin-bottom: 2rem;
}
.section-news-item .news-item > .content {
  flex-grow: 1;
}
.section-news-item .news-item .content {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid #ebedec;
}
.section-news-item .news-item .img-responsive-c {
  display: block;
  width: 100%;
}
.section-news-item .news-item .content-2 {
  font-size: 15px;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  color: #414042;
  padding-left: 3rem;
  padding-right: 3rem;
}
.section-news-item .news-item .label-2 {
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  width: 120px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: 0 auto;
  z-index: 10;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-news-item .news-item + .news-item > .content {
    border-left: none;
  }
}
.section-news-item .news-item .image {
  overflow: hidden;
}
.section-news-item .news-item .image img {
  transition: transform 0.2s;
}
.section-people {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.section-people a:nth-of-type(1) {
  order: 2;
}
.section-people a:nth-of-type(2) {
  order: 4;
}
.section-people a:nth-of-type(3) {
  order: 6;
}
.section-people a:nth-of-type(4) {
  order: 8;
}
.section-people-box {
  display: none;
  margin-bottom: 30px;
}
.section-people-box .section-people-box-container {
  background: #fff;
  border-bottom: 2px solid #e3e4e5;
  margin-bottom: 40px;
  position: relative;
}
.section-people-box .section-people-box-content {
  padding: 2rem 3rem;
}
@media (min-width: 992px) {
  .section-people-box .section-people-box-content {
    padding: 5rem 8rem;
  }
}
.section-people-box .arrow-down {
  position: absolute;
  bottom: 0;
}
.section-people-box .arrow-down::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 40px solid #e3e4e5;
}
.section-people-box .arrow-down::after {
  content: "";
  position: absolute;
  left: 2px;
  width: 0;
  height: 0;
  border-left: 33px solid transparent;
  border-right: 33px solid transparent;
  border-top: 38px solid #fff;
}
.section-people-box .close-box {
  font-size: 12px;
  color: #1e4286;
  position: absolute;
  top: 2rem;
  right: 3rem;
  cursor: pointer;
  text-align: center;
}
@media (min-width: 992px) {
  .section-people-box .close-box {
    top: 4rem;
  }
}
.section-people-box .close-box .close-icon {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: url(../images/icon-close.png);
}
.section-people-box .close-box:hover {
  color: #00bfdc;
}
.section-people-box .close-box:hover .close-icon {
  background: url(../images/icon-close-h.png);
}
.section-people-box .title-3 {
  font-size: 3.6rem;
  font-weight: 600;
  color: #231f20;
}
@media (max-width: 991px) {
  .section-people-box .title-3 {
    padding-right: 70px;
  }
}
.section-people-box .position {
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #00bfdc;
  margin-bottom: 6rem;
}
@media (max-width: 991px) {
  .section-people-box .position {
    padding-right: 70px;
  }
}
.section-people-box .content-4 {
  font-size: 17px;
  font-family: proxima-nova, sans-serif;
  color: #414042;
  font-weight: 300;
}
.section-people-box .content-4 .content-head,
.section-people-box .content-4 h2 {
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.section-footer {
  background: radial-gradient(circle at left top, #05aaca 0%, #123e7d 40%, #123e7d 100%);
  padding-top: 8rem;
  position: relative;
}
.section-footer .svg-graphic {
  position: absolute;
  top: 0;
  z-index: 100;
  transform: rotate(180deg);
  margin-top: -2px;
  /* IE */
}
.section-footer .newsletter-container {
  margin-bottom: 17rem;
}
.section-footer .newsletter-container .title {
  font-size: 3.6rem;
  color: #ffffff;
  text-align: center;
  margin-bottom: 4rem;
}
.section-footer .newsletter-container form {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .section-footer .newsletter-container form {
    flex-direction: row;
    box-shadow: 0px 15px 40px -17px #101010;
    border-radius: 20px;
    overflow: hidden;
  }
}
.section-footer .newsletter-container form input {
  font-size: 17px;
  font-family: proxima-nova, sans-serif;
  color: #123e7e;
  height: 60px;
  outline: 0;
  background: #e9edf3;
  border: none;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .section-footer .newsletter-container form input {
    width: 72%;
    border-radius: 0;
    margin-bottom: 0;
  }
}
.section-footer .newsletter-container form button {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  background: #00c4dd;
  border: none;
  height: 60px;
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 20px;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .section-footer .newsletter-container form button {
    width: 28%;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
  }
}
.section-footer .newsletter-container form button:hover {
  color: #fff;
  background: #04a0b4;
}
.section-footer .title-2 {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 2.5rem;
}
.section-footer .title-2::after {
  content: "";
  display: block;
  width: 23px;
  border-bottom: 2px solid #fff;
  padding-top: 2rem;
}
.section-footer ul {
  padding-left: 0;
}
.section-footer ul li {
  list-style-type: none;
  margin-bottom: 0.5rem;
}
.section-footer ul li a {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
}
.section-footer ul li a:hover {
  text-decoration: none;
  color: #00c4dd;
}
.section-footer .contact-details {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
}
.section-footer .contact-details a {
  color: #ffffff;
}
.section-footer .footer-bottom {
  font-size: 12px;
  color: #ffffff;
  margin-top: 10rem;
  border-top: 1px solid #5c7aa6;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-left: 2rem;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .section-footer .footer-bottom {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section-footer .footer-bottom .copyright {
    margin-bottom: 1rem;
  }
}
.section-footer .footer-bottom a {
  color: #fff;
}
.section-footer .footer-bottom a:hover {
  text-decoration: none;
  color: #00c4dd;
}
.section-footer .footer-bottom .separator {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .section-footer .footer-bottom .design-developed {
    margin-top: 1rem;
  }
}
.lSSlideOuter .slider {
  display: flex;
}
.lSSlideOuter .slider .lslide {
  display: flex;
  flex-direction: column;
}
.lSSlideOuter .slider .content {
  flex-grow: 1;
}
.social {
  display: inline-block;
}
.social a {
  display: inline-block;
}
.social .icon-facebook {
  background: url(../images/icon-facebook.png);
  width: 25px;
  height: 24px;
}
.social .icon-facebook:hover {
  background: url(../images/icon-facebook-h.png);
}
.social .icon-twitter {
  background: url(../images/icon-twitter.png);
  width: 25px;
  height: 20px;
}
.social .icon-twitter:hover {
  background: url(../images/icon-twitter-h.png);
}
.social .icon-youtube {
  background: url(../images/icon-youtube.png);
  width: 31px;
  height: 21px;
}
.social .icon-youtube:hover {
  background: url(../images/icon-youtube-h.png);
}
.bg-blue {
  background: #123e7e;
}
.bg-blue-2 {
  background: #00c4dd;
}
.overlay-1,
.overlay-2 {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100vw;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10020;
}
.overlay-1 .content,
.overlay-2 .content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overlay-1 .overlay-close,
.overlay-2 .overlay-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: inline-block;
  cursor: pointer;
  z-index: 10001;
}
.overlay-1 .form,
.overlay-2 .form {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.overlay-1 .form::after,
.overlay-2 .form::after {
  content: "";
  border-bottom: 1px solid #ccc;
  display: block;
  width: calc(100% - 40px);
}
.overlay-1 .form,
.overlay-2 .form,
.overlay-1 input,
.overlay-2 input {
  width: 100%;
  max-width: 500px;
  height: 50px;
}
.overlay-1 input,
.overlay-2 input {
  color: #fff;
  background: none;
  border: none;
  padding-right: 40px;
  outline: 0;
}
.overlay-1 button,
.overlay-2 button {
  background: none;
  border: none;
  height: 50px;
  position: absolute;
  top: 0;
  right: 20px;
}
.button-1 {
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 30px;
  background: url(../images/icon-play.png) no-repeat 7px 5px;
  height: 60px;
  width: 234px;
  padding-left: 52px;
}
.button-1:hover {
  background-color: #fff;
  text-decoration: none;
}
.button-2 {
  font-size: 14px;
  color: #123e7e;
  font-weight: bold;
  display: inline-block;
  border: 2px solid #123e7e;
  padding: 2rem;
  border-radius: 5px;
}
.button-2:hover {
  color: #fff;
  text-decoration: none;
  background: #00c4dd;
  border: 2px solid #01a8bd;
}
.button-3 {
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 30px;
  height: 60px;
  padding-left: 4rem;
  padding-right: 4rem;
}
.button-3:hover {
  background-color: #fff;
  text-decoration: none;
}
.button-4 {
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  background: #00c0dd;
  padding: 15px 30px;
  border-radius: 3rem;
  text-decoration: none;
}
.button-4 img {
  margin-left: 15px;
}
.button-4:hover {
  color: #fff;
  text-decoration: none;
  background: #04a0b4;
}
.button-5 {
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  background: #ff3158;
  padding: 15px 30px;
  border-radius: 3rem;
  text-decoration: none;
}
.button-5 img {
  margin-left: 15px;
}
.button-5:hover {
  color: #fff;
  text-decoration: none;
  background: #d42a4b;
}
.button-6 {
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  background: #00c4dd;
  padding: 20px 40px;
  border-radius: 3rem;
  text-decoration: none;
  border: none;
}
.button-6:hover {
  color: #fff;
  text-decoration: none;
  background: #04a0b4;
}
.anim-1 {
  -moz-animation: anim-1 10s ease-in-out infinite;
  -webkit-animation: anim-1 10s ease-in-out infinite;
  animation: anim-1 10s ease-in-out infinite;
}
@keyframes anim-1 {
  0%,
  2.5%,
  6%,
  10%,
  27.5%,
  31%,
  35%,
  50%,
  52.5%,
  56%,
  60%,
  77.5%,
  81%,
  85% {
    transform: translateY(0);
  }
  4%,
  29%,
  54%,
  79% {
    transform: translateY(10px);
  }
  8.5%,
  33.5%,
  58.5%,
  83.5% {
    transform: translateY(5px);
  }
}
.featherlight {
  z-index: 10000;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0 !important;
}
.pt-2 {
  padding-top: 3rem !important;
}
.pt-3 {
  padding-top: 3rem !important;
}
.pt-13 {
  padding-top: 13rem !important;
}
.pb-4 {
  padding-bottom: 4rem !important;
}
.pb-8 {
  padding-bottom: 8rem !important;
}
.pb-10 {
  padding-bottom: 10rem !important;
}
.pb-16 {
  padding-bottom: 16rem !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.mt-7 {
  margin-top: 7rem !important;
}
.mt-10 {
  margin-top: 10rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.mb-4 {
  margin-bottom: 4rem !important;
}
.mb-5 {
  margin-bottom: 5rem !important;
}
.mb-6 {
  margin-bottom: 6rem !important;
}
.mb-8 {
  margin-bottom: 8rem !important;
}
.mb-9 {
  margin-bottom: 9rem !important;
}
.mb-10 {
  margin-bottom: 10rem !important;
}
.mb-20 {
  margin-bottom: 20rem !important;
}
.w-100 {
  width: 100%;
}
.fg-1 {
  flex-grow: 1;
}
.cursor {
  cursor: pointer;
}
.bg-grey {
  background: #f4f6f9;
}
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}
.bg-green {
  background: green;
}
.field-validation-error {
  color: red;
  display: block;
  padding: 4px;
  background-color: antiquewhite;
  margin-top: 4px;
  border: 1px solid grey;
}
.alert-box {
  padding: 10px 20px;
  margin-bottom: 5rem;
}
.alert-box.success {
  background-color: #28a745 !important;
  color: #fff;
}
.alert-box.alert {
  background-color: #dc3545 !important;
  color: #fff;
}
.alert-box.warning {
  background-color: #ffc107 !important;
  color: #343a40 !important;
}
.alert-box.info {
  background-color: #17a2b8 !important;
  color: #fff;
}
.alert-box.radius {
  border-radius: 5px;
}
.twitter-container {
  padding: 40px 0;
  margin: 0 auto;
  max-width: 800px;
}
.search-papers {
  margin-bottom: 40px;
}
.search-papers form {
  display: flex;
  flex-direction: row;
}
.search-papers form input {
  flex-grow: 1;
  font-size: 20px;
}
.search-papers form button {
  border-radius: 0 !important;
}
.papers .date-of-publish {
  background-color: #123e7e;
  display: inline-block;
  margin-right: 5px;
  padding: 3px 6px;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 3px;
}
.tags a {
  display: inline-block;
  margin-right: 5px;
  padding: 3px 6px;
  background-color: #00c0dd;
  color: #fff;
  border-radius: 5px;
}
.tags a:hover {
  background-color: #123e7e;
}
.highlight {
  background-color: #FFFF88;
}
.resource-cat-root .single-resource-cat-root a {
  border: 2px solid #123e7e;
  padding: 50px;
  margin-bottom: 25px;
  text-align: center;
}
.resource-cat-root .single-resource-cat-root a:hover {
  border: 2px solid #00c4dd;
  background: #f5f5f5;
}
.resource-cat-root .single-resource-cat-root a .category-label {
  font-size: 17px;
  color: #123e7e;
}
.section-resources .button-back {
  font-size: 17px;
  color: #1e4287;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.section-resources .button-back .button-back-icon {
  background: url(../images/menu-button.png);
  margin-right: 2rem;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  flex-shrink: 0;
}
.section-resources .button-back:hover {
  color: #00c4dd;
}
.section-resources .button-back:hover .button-back-icon {
  background: url(../images/menu-button-h.png);
}