﻿@font-face {
  font-family: "Noto-Sans-SemiCondensed-Bold";
  src: url("/fonts/Noto-Sans-SemiCondensed-Bold.ttf.woff") format("woff"), url("/fonts/Noto-Sans-SemiCondensed-Bold.ttf.svg#Noto-Sans-SemiCondensed-Bold") format("svg"), url("/fonts/Noto-Sans-SemiCondensed-Bold.ttf.eot"), url("/fonts/Noto-Sans-SemiCondensed-Bold.ttf.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
/* Webfont: LatoLatin-Semibold */
@font-face {
  font-family: "lato_semibold";
  src: url("../../Content/fonts/LatoLatin-Semibold.eot");
  /* IE9 Compat Modes */
  src: url("../../Content/fonts/LatoLatin-Semibold.eot?#iefix") format("embedded-opentype"), url("/fonts/LatoLatin-Semibold.woff2") format("woff2"), url("../../Content/fonts/LatoLatin-Semibold.woff") format("woff"), url("../../Content/fonts/LatoLatin-Semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "lato_bold";
  src: url("../../Content/fonts/LatoLatin-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../../Content/fonts/LatoLatin-Bold.eot?#iefix") format("embedded-opentype"), url("../../Content/fonts/LatoLatin-Bold.woff2") format("woff2"), url("../../Content/fonts/LatoLatin-Bold.woff") format("woff"), url("../../Content/fonts/LatoLatin-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "lato";
  src: url("/fonts/LatoLatin-Regular.eot");
  /* IE9 Compat Modes */
  src: url("/fonts/LatoLatin-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/LatoLatin-Regular.woff2") format("woff2"), url("/fonts/LatoLatin-Regular.woff") format("woff"), url("/fonts/LatoLatin-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
:root {
  --bs-body-font-family: "lato", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.body {
  font-family: "lato", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

h1, h2, h3, h4, h5 {
  color: #002147;
}

.color-blue-one {
  color: #002147;
}

.color-blue-two {
  color: #006e93;
}

.color-blue-three {
  color: #99cfde;
}

.color-blue-four {
  color: #edf2f8;
}

.dropdown-toggle::after {
  border-radius: 50px;
  background-color: #fff;
}

a {
  text-decoration: none;
  color: #006e93;
}

.bodytext a {
  color: #006e93;
}

.cta-button {
  border: 1px solid #002147;
  border-radius: 50px;
  color: #002147;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.cta-button:hover {
  color: #fff;
  background-color: #006e93;
  border: 1px solid #006e93;
  transition: background-color 0.4s ease;
}

.banner {
  color: #002147;
  padding-top: 50px;
  padding-bottom: 50px;
  /*.banner-bg{
      background: url('/img/banner.svg');
      background-size:cover;
      background-position-y:-300px;
  }*/
}
.banner .banner-text {
  font-weight: normal;
  font-size: 26px;
  line-height: 150%;
}

.banner-bg {
  /*background: url('/img/banner.svg');*/
  background-size: cover;
  background-position-y: -200px;
  max-width: 1320px;
  margin: auto;
}

.bg-edf2f8 {
  background-color: #edf2f8;
}

.bg-fff {
  background-color: #fff;
}

.br-10 {
  border-radius: 10px;
}

.bg-99cfde {
  background-color: #99cfde;
}

.bg-006e93 {
  background-color: #006e93;
  color: #fff;
}
.bg-006e93 h3 {
  color: #fff;
}

.bg-fdddc6, .bg-peach {
  background-color: #fdddc6;
}

.bg-blue-one {
  background-color: #002147;
}
.bg-blue-one h1, .bg-blue-one h2, .bg-blue-one h3, .bg-blue-one h4, .bg-blue-one h5 {
  color: #fff;
}

.bg-blue-three {
  background-color: #99cfde;
}
.bg-blue-three .categorytag {
  border-color: #002147;
  color: #002147;
}
.bg-blue-three a {
  color: #002147;
}

.bg-blue-one .categorytag {
  border-color: #fff;
  color: #fff;
}
.bg-blue-one a {
  color: #fff;
}

h5.eventdate {
  font-size: 16px;
  margin-top: 20px;
}

.bg-blue-four {
  background-color: #edf2f8;
}
.bg-blue-four .categorytag {
  border-color: #002147;
  color: #002147;
}
.bg-blue-four a {
  color: #002147;
}

.blue-two {
  color: #006e93;
}

.blue-four {
  color: #edf2f8;
}

.actionlink::before {
  content: url("/img/arrow-right.svg");
  margin-right: 10px;
}

.navbar {
  background-color: #99CFDE !important;
  color: #002147;
  /*padding-top: 0;
  padding-bottom: 0;

  .navbar-brand {
      padding-top: 20px;
      padding-bottom: 20px;
  }

  #navbarNav{
      margin-top:-20px;
      height:100%;
  }*/
}
.navbar img.logo {
  width: 100px;
}
.navbar .headerSearchInput {
  border-radius: 50px 0 0 50px;
  border: 10px solid #000;
  outline: none;
}
.navbar .headerSearchInput:active {
  outline: none;
}
.navbar a {
  font-family: "lato_semibold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #002147;
  font-size: 16px;
}
.navbar .actionlink::before {
  content: url("/img/arrow-right-white.svg");
}
.navbar .actionlink:hover::before {
  content: url("/img/arrow-right.svg");
}
.navbar .dropdown-item:hover {
  background-color: #99cfde;
}
.navbar li .nav-item {
  border: 1px solid #ff0000;
}
.navbar li.nav-item.dropdown.current {
  background-color: #edf2f8;
}
.navbar li.nav-item.dropdown.current:hover {
  background-color: #006e93;
}

.navbar-toggler {
  border: none !important;
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0px;
}

.nav-link::after {
  content: url("/img/arrow-right.svg");
  margin-left: 10px;
}

.nav-link:hover::after {
  content: url("/img/arrow-right-white.svg");
  margin-left: 10px;
}

.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
  top: 60px;
}

.nav-item:hover {
  background-color: #006e93;
}
.nav-item:hover .nav-link {
  color: #fff;
}

.dropdown-menu {
  background-color: #006e93;
  border: none;
  border-radius: unset;
  width: 300px;
}
.dropdown-menu a {
  color: #fff;
}

.card {
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  padding: 20px;
  margin-bottom: 20px;
}

.clickablecard {
  cursor: pointer;
}

.section-title {
  color: #006e93;
  font-size: 24px;
}

.icon-card {
  color: #002147;
}

h2 {
  text-transform: uppercase;
}

.nav-link {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.focuscardsection .col-4 {
  background-color: #002147;
  color: #fff;
  padding-right: 50px;
  padding-left: 20px;
}
.focuscardsection .col-4 a {
  color: #fff;
  vertical-align: bottom;
}
.focuscardsection .col-4 h3 {
  font-size: 32px;
}

.categorytag {
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 7px 10px 5px 10px;
  font-size: 14px;
  text-transform: uppercase;
}

.footer {
  margin-top: 60px;
  background-color: #006e93;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer a {
  color: #fff;
}
.footer .footer-link:hover {
  color: #fff;
}
.footer h4 {
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
}

.subheadline {
  font-size: 26px;
}

.employeesection h4 {
  font-size: 18px;
}

.align-items-center {
  align-items: center !important;
}

.relatedlinks a {
  font-family: lato_semibold;
  color: #002147;
  font-size: 16px;
}

.sharesection .share-icon {
  color: #006e93;
  font-size: 20px;
  border: 2px solid #006e93;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.sharesection .share-text {
  color: #006e93;
  font-size: 20px;
  text-decoration: none;
}
.sharesection .share-container {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  text-decoration: none;
}
.sharesection .share-container:hover .share-icon {
  color: #002147;
  border-color: #002147;
}
.sharesection .share-container:hover .share-text {
  color: #002147;
}

/*Transitions*/
.card.bg-blue-four:hover {
  background-color: #fdddc6;
  transition: background-color 0.6s ease;
}

.icon-card.bg-blue-four:hover {
  background-color: #fdddc6;
  transition: background-color 0.6s ease;
}

.icon-card.bg-edf2f8:hover {
  background-color: #fdddc6;
  transition: background-color 0.6s ease;
}

.icon-card.bg-fdddc6:hover {
  background-color: #edf2f8;
  transition: background-color 0.6s ease;
}

.playcircle {
  width: 120px;
  height: 120px;
  transition: all 0.2s ease;
}

.playcircle:hover {
  width: 160px;
  height: 160px;
}

.accordion {
  border: none;
}

.accordion-item {
  border: none;
}

.accordion-header {
  margin-bottom: 20px;
  border-radius: 50px;
  border: 1px solid #006e93;
  border: none;
}

.accordion-button {
  background-color: #006e93;
  color: #fff;
  border-radius: 50px !important;
  border: 1px solid #006e93 !important;
  border-top: 1px solid #006e93 !important;
}

.accordion-button:after {
  color: #fff;
}

.accordion-button:not(.collapsed), .accordion-button:hover:not(.collapsed) {
  background-color: #002147;
  color: #fff;
}

.accordion-button:hover {
  background-color: #002147;
}

/*.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}*/
.card-native {
  border-radius: 10px;
}

.icon-image img {
  border-radius: 50%;
}

.image-caption {
  color: #006e93;
  font-style: italic;
  margin-top: 10px;
}

.topheadline {
  color: #006e93;
  font-size: 14px;
  text-transform: uppercase;
}

.headlinesection h1 {
  color: #002147;
  margin-top: 10px;
}
.headlinesection .subheadline {
  font-size: 20px;
}
.headlinesection .col-12 {
  max-width: 70%;
}

.icon-image-wrapper {
  background-color: #fff;
  border-radius: 60%;
  width: 250px;
  height: 250px;
}

.bg-fdddc6:hover {
  background-color: #edf2f8;
  transition: background-color 0.6s ease;
}

.filterandsearchsection .form-control {
  border: 1px solid #006e93;
  color: #006e93;
  font-size: 14px;
  padding: 20px;
  border-radius: 50px;
  border: 2px solid;
  font-weight: bold;
}
.filterandsearchsection .form-control:focus {
  outline: none;
}

.fluid-yt {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #edf2f8;
}

.fluid-yt > iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.cardswithiconsection .icon-circle {
  background-color: white;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card.bg-blue-three:hover {
  background-color: #edf2f8;
  transition: background-color 0.4s ease;
}

.cardwhite .categorytag {
  border-color: #006e93;
}
.cardwhite:hover {
  background-color: #edf2f8;
  transition: background-color 0.4s ease;
}
.cardwhite a {
  color: #002147;
}

.sectionheader h1 {
  font-size: 60px;
}

.bodytext .col-12 p, .bodytext .col-12 h2, .bodytext .col-12 h3, .bodytext ul {
  width: 70%;
}

.bodytext p {
  font-size: 20px;
}

.bodytext ul li {
  font-size: 20px;
}

.eventdetails p, .eventdetails li {
  font-size: 20px;
}

.bodytext h3 {
  margin-bottom: 20px;
}

.bodytext h2 {
  font-size: 28px;
  text-transform: none;
}

.articleintro h1 {
  font-size: 60px;
}
.articleintro h1, .articleintro p {
  max-width: 80%;
}

.accordionsection .accordion {
  max-width: 80%;
}

.accordion-button::after {
  background-color: #fff;
  border-radius: 50%;
  padding: 15px;
  background-position: center;
}

@media only screen and (max-width: 1400px) {
  .icon-card h3 {
    font-size: 20px;
  }
  .publicationssection h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .nav-link::after {
    content: none !important;
  }
  .nav-link:hover::after {
    content: none;
  }
}
.contactcard h4 {
  color: #006e93;
}
.contactcard a {
  color: #006e93;
}

.herowithimage {
  text-align: center;
  color: #fff;
}
.herowithimage h3 {
  padding-top: 140px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.herowithimage h1 {
  font-size: 92px;
  color: #fff;
}
.herowithimage h2 {
  color: #fff;
  font-size: 26px;
  line-height: 130%;
  text-transform: none;
  font-family: lato;
  font-weight: 300;
}

.eventfacts {
  font-size: 16px;
}
.eventfacts h4 {
  color: #006e93;
  font-size: 24px;
}
.eventfacts h5 {
  color: #002147;
  font-size: 18px;
}
.eventfacts .cta-button {
  width: 100% !important;
}

.breadcrumb {
  text-transform: uppercase;
  font-size: 14px;
  color: #002147;
}
.breadcrumb a {
  color: #002147;
}
.breadcrumb li a {
  color: #002147;
}
.breadcrumb li.active {
  color: #006e93;
}

.w-limit {
  max-width: 80%;
}

.slider-prev-arrow {
  width: 32px;
  height: 32px;
  background-color: #edf2f8;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}

.slider-next-arrow {
  width: 32px;
  height: 32px;
  background-color: #002147;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}

.section-header {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.section-header > :first-child {
  margin-left: 0px;
}

.section-header > :last-child {
  margin-right: 0px;
}

.filterandsearchsection select {
  appearance: none;
  background-image: url("/img/down.svg");
  background-repeat: no-repeat;
  background-position: right 1.7rem top 50%;
  background-size: 1.65rem auto;
}

.video-container {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 650px;
  background-color: #fff;
}

video {
  width: 100%;
  display: block;
  height: 650px;
}

.readmore {
  position: relative;
  max-height: 300px;
  overflow: hidden;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  transition: max-height 0.15s ease-out;
}

.readmore.expand {
  max-height: 5000px !important;
  transition: max-height 0.35s ease-in-out;
}

.readmore-link {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 70%;
  height: 200px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding-top: 160px;
  background-image: linear-gradient(to bottom, transparent, white);
  cursor: pointer;
}

.readmore-link.expand {
  position: relative;
  background-image: none;
  padding-top: 10px;
  height: 30px;
}

search:focus, input:focus {
  outline: none;
  box-shadow: none;
}

.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.targetgroupbanner {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 700px) {
  .sectionheader h1 {
    font-size: 28px;
  }
  .bodytext .col-12 p {
    width: 90%;
  }
  .section-title {
    font-size: 20px;
  }
  .video-container {
    height: 400px;
  }
  video {
    width: 100%;
    display: block;
    height: 400px;
  }
  .articleintro h1 {
    font-size: 42px;
    overflow-wrap: break-word;
    max-width: 90%;
  }
  .herowithimage h1 {
    font-size: 46px;
  }
  .herowithimage h3 {
    padding-top: 40px;
  }
}
.pub-circle-container-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #006e93;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.pub-circle-container {
  width: 200px; /* You can adjust the size */
  height: 200px;
  background-color: white;
  border-radius: 50%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Optional: adds a subtle shadow */
  margin: 0 auto;
}

.pub-circle-container img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%; /* Optional: makes the image itself round */
  object-fit: cover;
}

.section-teasertext {
  color: #002147;
  font-size: 18px;
  font-weight: 400;
  max-width: 70%;
}

.section-w70 {
  width: 70%;
}

.background-tint {
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: multiply;
}
.background-tint-blue {
  background-color: rgba(0, 33, 71, 0.6);
  background-blend-mode: multiply;
}
