body {
  background:#ffffff;
}

html, body {

  font-family: 'Roboto', sans-serif;
  background:#ffffff;
  color:#030100;
  font-weight: 400;
  overflow-x: hidden;
}

.bg-nav {
  background: #FFFFFF;
  /* border-top:3px solid #86102E; */
}

.navbar {
  padding-top:20px;
  padding-bottom:20px;
}
.navbar-light {
  background:#FFFFFF;
  color:#4E4E4E;
  font-family: 'Roboto', sans-serif;
}

.navbar-light .navbar-nav .nav-item:first-child .nav-link {
  border-bottom:2px solid #0072CD;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link {
  color: #000000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left:0 !important;
  padding-right:0 !important;
  margin-left:1.2rem;
  margin-right:1.2rem;
}

.navbar-dark {
  background-color: #0072CD!important;
}

a {
  color: #0072CD;
}

a:hover {
  color: #080f24;
}

#u_body {
  min-height: auto !important;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.control-search {
  border:none;
  outline:none;
  border-radius: 0;
  border-bottom: 1px solid #ffffff;
  background: url(/web/img/icon-magnifying-glass.png) no-repeat right center;
}

.form-control {
  border-radius: 0;;
}
.form-control:focus {
  box-shadow: none;
}

.control-subscribe input {
  border: none;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
}

.control-subscribe button {
  background: #0072CD;
  border-radius: 0;
  color: #fff;
  padding: 6px 17px;
  margin-left: -5px;
  transition: .5s;
}
.carousel.slide,
.carousel .carousel-inner,
.carousel .carousel-item,
.carousel .carousel-item img {
  border-radius: 0 0 30px 30px;
}
.carousel-indicators {
  /* margin-right: 30px;
  margin-bottom: 40px; */
  left:auto;
  bottom: auto;
  top:50%;
  transform: rotate(90deg) translateY(-50%);
  right:0;
  width: 200px;
  margin:0;
}

.carousel-indicators [data-bs-target] {
  border: 3px solid #fff;
  border-radius: 100px;
  outline: none;
  background: transparent;
  width: 8px;
  height: 8px;
  border-width:2px;
  margin: 2px 5px;
  transition:none;
  opacity: 1;
}
.carousel-indicators [data-bs-target].active {
  background: white;
  width: 12px;
  height: 12px;
  margin:0 5px;
}

.carousel-caption {
  background: rgba(0, 0, 0, 0.54);
  right: inherit;
  bottom: inherit;
  top:0;
  left:0;
  padding:100px 0;
  color: #fff;
  text-align: left;
  height: 100%;
  width: 100%;
}

.carousel-item h5 {
  font-size:44px;
  line-height: 56px;
  font-weight: 600;
  margin-bottom:30px;
}
.carousel-caption .category {
  color:#FFFFFF;
  margin-bottom:20px;
  font-weight: 400;
  font-size: 26px;
  line-height: 32px;
  text-transform: uppercase;
}
.carousel-item  p {
  font-size:24px;
  font-weight: 400;
  margin:0 0 40px;
}
.carousel-control-prev,
.carousel-control-next {
  display:none;
}

.dropdown-menu {
  z-index:9999999999;
}

.btn.btn-banner {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;

  outline: none;
  color:#0072CD;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 12px 24px;
  transition: .5s;
}
.btn.btn-banner svg * {
  stroke: #0072CD;
}
.btn.btn-banner:hover {
  background: #FFFFFF;
  color:#01457B;
  border-color: #01457B !important;
  box-shadow: 0 2px 0 #01457B;
}
.btn.btn-banner:hover svg * {
  stroke: #01457B;
}

.btn.btn-subscribe {
  
}

.mt-40 {
  margin-top:40px;
}

.intro-text {
   margin:90px 0 90px 30px;
}
.intro-text h6 {
  font-weight: 500;
  font-size:20px;
  line-height: 24px;
  text-transform: uppercase;
}
.intro-text h4 {
  font-weight: 500;
  font-size:32px;
  line-height: 40px;
}
.intro-text hr {
  height: 3px;
  width:33%;
  background: #0072CD;
  opacity: 1;
}

.align-vertical {
  top:50%;
  transform: translateY(-50%);
}

.author {  }
.author a.text {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 29px;
}

.btn {
  border-radius: 0;
}

.btn-success {
  color: #fff;
  background-color: #0072CD;
  border-color: #0072CD;
  border-radius: 5px;
}

.btn-success:hover,
.btn-success:focus {
  color: #fff;
  background-color: #01457B;
  border-color: #01457B;
  box-shadow: none;
}

.btn-wide {
  padding:10px 60px;
}

.btn-success img {
  width:17px;
  vertical-align: top;
  margin-right: 6px;
}

.heading {
  display: block;
  margin-bottom:20px
}

.heading h6 {
  color:#2C2C2C;
  font-size: 28px;
  line-height: 25px;
  font-weight: 700;
  margin:0;
  padding:0 0 10px 0;
  display: inline-block;
}

.subscribe-banner {
  border-radius: 20px;
  background: url(/web/img/subscribe-banner.jpg) no-repeat center center / cover;
}

.content-banner {
  background: #0072CD;
}
.content-banner {
  min-height: 135px;
}
.content-banner h5 {
  font-size: 44px;
}
.content-banner p {
  line-height: 28px;
}
.content-banner a {
  color:#FFFFFF;
}
.content-banner a:hover {
  text-decoration: none;
}

.img-container {
  margin-top:0px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 500px;
  color:#FFFFFF;
}
.img-container .img-red {
  background: rgba(0, 0, 0, 0.56);
  position: absolute;
  left:0;
  height: 0;
  width:100%;
  height: 100%;
}
.img-container .text {
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left:0px;
  /* margin: 0 40px; */
  width:100%;
}
.img-container .text .date {
  color:#FFFFFF;
  font-size:18px;
  font-weight: 300;
  font-style: italic;
  line-height: 22px;
  margin-top:20px;
}
.img-container .text h1 {
  font-size: 44px;
  font-weight: 500;
  line-height: 56px;
  margin-bottom: 20px;

}
.img-container .text h2 {
  font-size: 22px;
  line-height: 27px;
  font-weight: 400;
}

.banner-category {
  color: #FFFFFF;
  margin-bottom: 6px;
  font-weight: 400;
  font-size: 26px;
  text-transform: uppercase;
}
.banner-description {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 24px;
  padding-top:20px;
}

.popular-items a {
  text-decoration: none;
  color: #111;
}
.popular-items a:hover {
  opacity:0.7;
}
.popular-items a img {
  height: 120px;
}

.popular-items a h6 {
  margin-top:24px;
  font-size: 22px;
}

.box {
  background:#F1F1F1;
  padding:35px 64px;
}

.page-donor-container {
  background:#F1F1F1;
  padding:35px 64px;
  margin-top:40px;
  display: block;
}

.page-donor-container .arrow-corner {
  display: none;
}
.page-donor-container .donor-content .donor-content-title {
  text-align: center;
  font-size: 24px;
  margin:0px auto 20px;
}

.breadcrumb {
  margin:0;
  /* border-top: 1px solid #0072CD; */
  /* border-bottom:1px solid #0072CD; */
}
.breadcrumb li {
  padding:18px;
}
.breadcrumb-item+.breadcrumb-item::before {
  padding-right:18px;
}
.breadcrumb li a {
  color:#0072CD;
  text-decoration: none;
}
.breadcrumb li a:hover {
  text-decoration: underline;
  color:#0072CD;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #0072CD;
}

.dropdown-toggle.no-arrow::after {
  content: none !important
}

.card-line {
  height: 3px !important;
  opacity: 1;
  margin-bottom:4px;
}

a.card {
  border:none;
  border-radius:0;
  text-decoration: none;
  color:#6A6969;
  background: transparent;
  font-family: 'Roboto', sans-serif;
}
a.card .card-title {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 21px;
  color:#0072CD;
}
a.card .card-subtitle {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color:#030100;
}
a.card .card-text {
  font-weight: 400;
  font-size: 16px;
  color:#030100;
  line-height: 21px;
}
a.card .card-date {
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  color:#4A4A4A;
  line-height: 21px;
}
a.card img {
  border-radius:20px;
  position: relative;
}
a.card .card-body {
  padding:16px 8px;
  transition: opacity 0.3s ease;
}

a.card .card-img-overlay-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 114, 205, 0.4);
  border-radius: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

a.card:hover .card-img-overlay-hover {
  opacity: 1;
}
a.card:hover .card-body {
  opacity: 0.5;
}

a.card .card-img-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

article,
article p {
  font-family: 'Roboto', sans-serif !important;
  font-size: 20px !important;
  line-height: 30px !important;
  color:#2C2C2C  !important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch input:checked + .slider {
  background-color: #0072CD;
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px #0072CD;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.switch .slider.round {
  border-radius: 34px;
}

.switch .slider.round:before {
  border-radius: 50%;
}

article iframe {
  width:100%;
}

share {
  display:block;
  margin:40px 40px;
  font-size: 20px;
  line-height: 26px;
  /* font-style: italic; */
  font-weight: 400;
  color:#0072CD;
  /* border-left:3px solid #0072CD; */
  /* padding-left:20px; */
}
share span {
  font-size:32px;
  line-height: 42px;
  color:#0072CD;
  margin-left:20px;
  display: block;
}
ul.share-icons {
  /* text-align: right; */
  list-style: none;
  margin:15px 0 0 20px;
  padding:0;
}
ul.share-icons.share-content {
  margin-left:0;
}
ul.share-icons.share-side {
  margin:0;
}
ul.share-icons li {
  display:inline-block;
  margin:0 7px 0 0 !important;
  padding:0;
}
ul.share-icons li a {

  text-decoration: none;
  display: block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center center;
}
ul.share-icons li a.icon-print {
  background-image:url('/web/img/icon-printer.svg');
}
ul.share-icons li a.icon-x {
  background-image:url('/web/img/icon-x.png');
}
ul.share-icons li a.icon-fb {
  background-image:url('/web/img/icon-facebook.png');
}
ul.share-icons li a.icon-email {
  background-image:url('/web/img/icon-email.svg');
}
ul.share-icons li a.icon-linkedin {
  background-image:url('/web/img/icon-linkedin.png');
}
ul.share-icons li a.icon-tiktok {
  background-image:url('/web/img/icon-tiktok.png');
}
ul.share-icons li a.icon-tiktok {
  background-image:url('/web/img/icon-tiktok.png');
}
ul.share-icons li a.icon-blue {
  background-image:url('/web/img/icon-blue.png');
}
ul.share-icons li a.icon-instagram {
  background-image:url('/web/img/icon-instagram.png');
}
ul.share-icons li a.icon-youtube {
  background-image:url('/web/img/icon-youtube.png');
}
ul.share-icons li a:hover {
  opacity:0.5;
}

share.top {
  text-align: center;
  margin:30px auto;
  border:none;
  position: relative;
}
share.top .line {
  border:1px solid #0072CD;
  position: absolute;
  top:10px;
  width:100%;
}
share.top ul.share-icons {
  background:#FFFFFF;
  position: relative;
  z-index: 2;
  width:180px;
  margin:0 auto;
}

summary {
  list-style: none;
  font-size:24px;
  cursor:default;
}
summary b {
  color:#0072CD;
}

time,
author {
  color:#6A6969 ;
}

article a,
author a {
  color:#0072CD;
  text-decoration: none;
}
article a:hover,
author a:hover {
  text-decoration: underline;
}

.pt-10 {
  padding-top: 6rem !important;
}
.pb-10 {
  padding-bottom: 6rem !important;
}
.mt-10 {
  margin-top: 6rem !important;
}
.mb-10 {
  margin-bottom: 6rem !important;
}

.donors {
  border-top:3px solid #86102E;
  background: #FFFFFF;
}
.donors .donors-top {
  padding: 40px 0 0;
  text-align: center;
}
.donors .donors-top .eu-text {
  color: #848484;
  font-size: 20px;
  line-height: 24px;
  font-family: "Roboto",sans-serif;
  padding: 24px 0 10px;
}
.donors-bottom {
  padding:20px 0 40px;
  text-align: center;
}
.donors-bottom .donors-image {
  padding-top:15px;
}
.donors-bottom .donors-text {
  font-size:18px;
  font-weight: 400;
  line-height: 26px;
  color:#848484;
  padding-top:30px;
  font-family: 'Roboto', sans-serif;
}

.profile-container {
  margin-bottom: 20px;
  cursor: pointer;
  color: #4e4e4e;
}
.profile-container .profile-title {
  font-family: 'Roboto',sans-serif;
  padding: 5px 0;
  font-size: 18px;
  line-height: 29px;
}
.profile-container .profile-position {
  font-size: 16px;
  line-height: 29px;
  font-weight: 300;
  color: #858585;
}
.profile-container .profile-position a {
  color: #858585;
}

.modal-content {
  border-radius: 0;
}

footer .footer-bar {
  /* background:url(/web/img/footer-bar.png) bottom center repeat-x; */
  width:100%;
  height: 34px;
}

footer .top-section {
  color:#030100;
  background: #F7F7F7;
  padding: 44px 0;
}

footer h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

footer .top-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .top-section ul li {
  padding: 0;
  margin: 0;
}

footer .top-section ul li a {
  text-decoration: none;
  color: #030100;
  font-size: 16px;
  line-height: 30px;
  transition: .5s;
}

footer .top-section ul li a:hover {
  color: #0072CD;
}

.footer-subscribe form {
  padding: 13px 0 25px;
}

/* .footer-subscribe input {
  border: 1px solid #ccc;
  font-size: 15px;
  line-height: 30px;
  padding: 3px 13px;
  outline: none;
  font-weight: 300;
  display: inline-block;
  vertical-align: top;
  width: 62%;
  border-radius: 0;;
}

.footer-subscribe button {
  display: inline-block;
  vertical-align: top;
  background: #eee;
  outline: none;
  padding: 6px 12px;
  transition: .5s;
} */

footer .bottom-section {
  border-top:2px solid #efefef;
  background: #F7F7F7;
  padding: 14px 0;
}

footer .bottom-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .bottom-section ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
  padding-right: 40px;
  color: #030100;
  font-size: 16px;
  line-height: 30px;
}

footer .bottom-section ul li:last-child {
  padding-right: 0px;
}

footer .bottom-section ul li a {
  text-decoration: none;
  color: #030100;
  font-size: 16px;
  line-height: 30px;
  transition: .5s;
}

footer .bottom-section ul li a.v-link-active, footer .bottom-section ul li a:hover {
  color: #AC9999;
}

.btn-primary {
  background-color: #FFFFFF !important;
  border-color: #FFFFFF !important;
  color:#0072CD;
  border-radius: 5px;
}
.btn-primary:hover {
  background-color: #FFFFFF !important;
  border-color: #01457B !important; 
  color:#01457B;
  box-shadow: 0 2px 0 #01457B;
}

.btn-outline-primary {
  background:#0072CD !important;
  color: #FFFFFF !important;
  border-color: #01457B !important;
  box-shadow: 0 2px 0 #01457B;
}
.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #01457B !important;
  border-color: #01457B !important;
}

.btn-round {
  border-radius: 8px;
  padding:8px 20px;
}

article .documents-list {
  padding: 25px 0;
  margin: 0;
  list-style: none;
  position: relative;
  text-align: center;
}

article .documents-list li {
  background: #0072CD;
}

article li .document-line {
  border-bottom: 1px solid #0072CD;
  position: absolute;
  top: 20px;
  left: 0;
}

article .documents-list li a {
  background: #0072CD;
  position: relative;
  display: inline-block;
  text-decoration: none;
  height: 40px;
  padding: 10px 25px;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  transition: .5s;
}

article .documents-list li a svg {
  width: 17px;
  height: 22px;
  vertical-align: top;
  margin-right: 10px;
  fill: #fff;
}

ul.tag-list li {
  margin-right: 5px !important;
  margin-bottom: 5px  !important;;
  float: left;
}

ul.tag-list li a {
  background: #0072CD;
  border-radius: 3px;
  padding: 4px 20px;
  line-height: 18px;
  text-decoration: none;
  font-size: 14px;
  color: #fff !important;
  font-weight: 300;
  transition: .5s;
}

ul.tag-list li a:hover {
  background: #01457B;
}

.fade-in-scroll {
  opacity: 0;
  /*transform: translateY(20px);*/
  transition: 0.8s all ease-in-out;
}

.fade-in-scroll.active {
  opacity: 1;
  /*transform: translateY(0);*/
}

@media (max-width: 991px) {

  .fade-in-scroll {
    opacity: 1;
  }

  .img-container {
    /* height: inherit; */
    /* margin-top:30px; */
    /* margin-bottom:30px; */
  }
  .img-container .text {
    position: relative;
    /* top: inherit; */
    /* margin: 0 25px;
    padding:25px 0; */
  }
  .img-container .text h1 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 18px
  }
  .img-container .text h2 {
    font-size: 18px;
    line-height: 25px;
  }
}

@media (max-width: 768px) {
  .carousel-indicators {
    display: none;
  }

  .carousel.slide,
  .carousel .carousel-inner,
  .carousel .carousel-item,
  .carousel .carousel-item img {
    border-radius: 0;
  }
  .carousel-item h5 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .btn.btn-banner {
    font-size: 22px;
    padding: 10px 18px;
  }
  .carousel-item, .carousel-item img {
    height: 300px;
    object-fit: cover;
  }
  article, article p {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}

@media print {
  .container {
    width:100%;
    max-width:100%;
  }

  .img-container {
    margin-top:0;
    height: auto;
    background: #FFF;
  }
  .img-container .text {
    position: relative;
    top:0;
    left:0;
    margin: 1.5rem !important;
  }

  .img-container .text h1 {
    font-size:28px;
    line-height: 34px;
  }

  .img-container .text h2 {
    font-size:18px;
    line-height: 24px;
  }

  .donors,
  nav,
  share,
  footer {
    display: none !important;
  }

}
