body {
  background:#ffffff;
}

.body-container {
  padding:0 32px 32px;
}

html, body {
  font-family: 'Charis SIL', serif;
  background:#ffffff;
  color:#333333;
  font-weight: 400;
  overflow-x: hidden;
}

.fixed-spacer.fixed {
  height: 94px;
  display: block;
}

.bg-nav {
  background: #FFFFFF;
  padding:32px 32px 0 32px;
}

.navbar {
  padding-top:0;
  padding-bottom:0;
}
.navbar-light {
  background:#FFFFFF;
  color:#4E4E4E;
  font-family: 'Work Sans', sans-serif;
}

.navbar .logo {
  width: 254px;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link {
  color: #000000;
  font-size: 22px;
  line-height: 28px;
  font-family: 'Work Sans', sans-serif;
}

.navbar-dark {
  background-color: #86002E!important;
}

.sticky-nav.fixed-top {
  position: fixed;
  top:0;
  /* width:100%; */
  padding-left: 30px;
  padding-right: 30px
}

.dropdown-item {
  font-size:20px;
  /* line-height: 16px; */
}

a {
  color: #004EA2;
}

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;
}

.home-banner {
  background-size:cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: calc(100vh - 165px);
  overflow: hidden;
  width:100%;
}

.home-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-banner video {
  /* max-width: 100%; */
  /* height: calc(100vh - 165px); */
  width: auto;
  height: calc(100vh - 165px);
  object-fit: fill;
}

.video-js .vjs-tech {
  width: auto !important;
  height: calc(100vh - 165px)  !important;
}

.home-left {
  position: relative;
  height: calc(100vh - 165px);
}

.home-left .home-intro {
  position: absolute;
  top:50%;
  transform: translate(0, -50%);
  width:100%;
  font-size:28px;
  line-height: 36px;
}

.home-left .home-intro .home-intro-text {
  max-width:460px;
  margin:0 auto;
  color:#172859;
}

.home-left .home-intro .home-intro-text a {
  text-decoration: none;
  border-bottom:1px solid #5C9F5E;
  display:inline-block;
  padding-bottom:4px;
  transition: 0.5s;
}
.home-left .home-intro .home-intro-text a:hover {
  color:#5C9F5E;
}

.arrow-home {
  position: absolute;
  bottom: 30px;
  right: 30px;
  animation: bounce 2s infinite;
}

.form-label {
  font-family: 'Work Sans', sans-serif;
  margin-bottom: .3rem;
}

.form-control {
  font-family: 'Work Sans', sans-serif;
  border:1px solid #01432A;
  background:#ECEBEB;
}

.form-control:focus {
  box-shadow: none;
  background:#FFFFFF;
  border:1px solid #01432A;
}

ul.search-results {
  font-family: 'Work Sans', sans-serif;
  list-style:none;
  padding:0;
  margin:0
}
ul.search-results li {
  margin-bottom:20px
}
ul.search-results li a {
  color:#111!important;
  text-decoration:none;
  font-weight:700;
  font-size:16px!important;
  display:block;
  margin:0;
  line-height:16px!important;
  padding:4px 0
}
ul.search-results li .date {
  font-size:12px;
  line-height:16px;
  display:block;
  color:#666
}
ul.search-results li .summary {
  font-size:14px;
  line-height:16px;
  margin-top:3px;
  display:block;
  color:#666
}
ul.search-results li .type {
  font-size:12px;
  padding:2px 4px;
  background:#ececec;
  border-radius:3px;
  line-height:12px;
  display:inline;
  color:#333;
  text-align:center;
  white-space:nowrap;
  vertical-align:baseline
}
ul.search-results li .url {
  font-size:13px;
  line-height:16px;
  margin-top:6px;
  display:block;
  color:#5C9F5E
}

.datepicker {
  font-family: 'Work Sans', sans-serif;
}

.form-subscribe {
  font-family: 'Work Sans', sans-serif;
}

.carousel-indicators {
  justify-content: left;
  margin-left: 40px;
  margin-bottom: 40px;
}

.carousel-indicators [data-bs-target] {
  border: 3px solid #fff;
  border-radius: 100px;
  outline: none;
  background: transparent;
  width: 12px;
  height: 12px;
  border-width:2px;
  margin-right: 5px;
  margin-left: 5px;
}

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

.carousel-caption .type {
  color:#FFC30C;
}

.carousel-item h5 {
  font-size:32px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom:30px;
}
.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: 18px;
  
  font-style: italic;
  outline: none;
  border: 2px solid #fff;
  color:#FFF;
  background: transparent;
  border-radius: 100px;
  padding: 12px 24px;
  transition: .5s;
}
.btn.btn-banner svg * {
  stroke: #FFF;
}

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

h4 {
  color: #000000;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  font-family: 'Work Sans', sans-serif;
}

/* h4 {
  margin:80px;
  font-weight: 500;
  font-size:24px;
  line-height: 30px;
  color:#4A4A4A;
}
h4 a {
  text-decoration: none;
  color:#6A0F2E;
}
h4 a:hover {
  color:#6A0F2E;
  text-decoration: underline;
} */

.side-box {
  font-family: 'Work Sans', sans-serif;
  font-size:16px;
  line-height: 26px;
  border: 1px solid #01432A;
  border-radius: 12px;
  padding:24px;
  position: relative;
  background: #FFFFFF;
}

.side-box .side-box-img {
  position: absolute;
  background: #FFFFFF;
  top: -20px;
  padding: 5px;
  left: 30px;
}

.side-box.box-padding {
  padding:32px;
}

a.print-link {
  font-family: 'Work Sans', sans-serif;
  text-decoration: none;
  color:#000;
  display: block;
}

hr {
  border: none;
  border-top: 1px dashed #01432A;
  color: #fff;
  background-color: #fff;
  height: 1px;
  width: 100%;
}

ul.no-bullets {
  list-style: none;
  margin:0;
  padding:0;
}

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

.btn {
  border-radius: 0;
}

.btn-success {
  color: #fff;
  font-family: 'Work Sans', sans-serif;
  border-radius: 25px;
  background-color: #5C9F5E;
  border-color: #5C9F5E;
  transition: 0.5s;
  padding-left:15px;
  padding-right:15px;
}

.btn-success:hover,
.btn-success:focus {
  color: #5C9F5E;
  background-color: transparent;
  border-color: #5C9F5E;
  box-shadow: none;
}

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

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

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

.heading h6 {
  color:#000000;
  font-size: 28px;
  margin:0;
  padding:0 0 10px 0;
  display: block;
  font-family: 'Charis SIL', serif;
}

.heading h7 {
  color:#000000;
  font-size: 20px;
  margin:0;
  display: block;
}

.subscribe-banner {
  font-family: 'Work Sans', sans-serif;
  background: url(/web/img/banner-subscribe.svg) no-repeat left center / cover;
  border-radius: 8px;
  color:#fff;
  padding: 69px 120px 69px 280px;
}
.subscribe-banner h5 {
  font-family: 'Charis SIL', serif;
  font-size: 28px;
}

.content-banner h5 {
  font-size: 30px;
}
.content-banner p {
  font-family: 'Work Sans', sans-serif;
  font-size:16px;
  line-height: 24px;
}
.content-banner a {
  color:#004EA2;
  text-decoration: none;
}
.content-banner a:hover {
  text-decoration: underline;
}

.pattern-container {
  position: relative;
}

.img-pattern {
  height: 100%;
  min-height: 266px;;
    width: calc(100% - 1.5rem);
    /* position: absolute; */
    /* right: 0.75rem; */
    top: 0;
}
.img-pattern.pattern-grey {
  background: url(/web/img/pattern-grey.svg) repeat;
}
.img-pattern.pattern-green {
  background: url(/web/img/pattern-green.svg) repeat;
}

.img-container {
  border-radius: 8px;
  margin-top:40px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 500px;
  color:#FFFFFF;
  position: relative;
}
.img-credits {
  position: absolute;
  top:0;
  right:0;
  color:#FFFFFF;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0 8px 0 10px;
  padding:10px 20px;
  font-family: 'Work Sans', sans-serif;
    font-size: 14px;
}
.img-container .img-red {
  background: rgba(134, 16, 46, 0.8);
  position: absolute;
  left:0;
  height: 0;
  width:100%;
  height: 100%;
}
.img-container .text {
  position: absolute;
  top:140px;
  left:0px;
  margin: 0 40px;
}
.img-container .text .date {
  color:#FFFFFF;
  font-size:18px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 22px;
  margin-bottom:10px;
}
.img-container .text h1 {
  font-size: 34px;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 28px;
  
}
.img-container .text h2 {
  font-size: 22px;
  line-height: 27px;
  font-weight: 400;
}

.img-container.img-container-large {
  height: calc(100vh - 170px);
}

.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 {
  border:1px solid #C8C9CB;
  text-align: left;
  border-radius: 8px;
  padding:124px;
  margin-top:40px;
  display: block;
  font-family: 'Work Sans', sans-serif;
}

.box h5 {
  text-align: left;
  font-size: 26px;
  margin:0px auto 20px;
  font-family: 'Charis SIL', serif;
}

.page-donor-container {
  border:1px solid #C8C9CB;
  border-radius: 8px;
  padding:45px 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;
}
.page-donor-container .donor-content .donor-content-details {
  font-family: 'Work Sans', sans-serif;
}

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

.dropdown-item.active, .dropdown-item:active {
  background-color: #004EA2;
}

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

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

.hover-container {
  overflow: hidden;
  position: relative;
  background:rgba(0, 0, 0, 0);
  transition: all 1s;
  border-radius: 8px;
}

.hover-container img {
  transition: all 1s;
}

.hover-container .background {
  content: "";
  display: block;
  opacity: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index:1;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 1s;
}

.hover-container:hover {
  background:rgba(0, 0, 0, 0.2);
}
.hover-container:hover img {
  transform: scale(1.2);
}
.hover-container:hover .background {
  opacity: 1;
}

.partner-image {
  float:left;
  width: 226px;
}

.partner-text {
  margin-left: 260px;
  font-size:16px;
}

a.card {
  border:none;
  border-radius:0;
  text-decoration: none;
  color:#6A6969;
  background: transparent;
  font-family: 'Charis SIL', serif;
  transition: 0.5s;
}
a.card .card-title {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 21px;
}
a.card .card-subtitle {
  color:#000000;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
}
a.card .card-text {
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color:#000000;
  line-height: 24px;
}
a.card .card-date {
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Work Sans', sans-serif;
  font-size: 13px;
  color:#01432A;
  line-height: 21px;
}
a.card img {
  border-radius:8px;
}
a.card .card-body {
  padding:1rem 0;
}

a.card .card-related-title {
  font-family: 'Charis SIL', serif;
  font-size: 18px;
  line-height: 24px;
  color:#000000;
}

/* a.card:hover {
  opacity: 0.6;
} */

article {
  font-family: 'Charis SIL', serif;
  font-size: 16px;
  line-height: 26px;
  color:#000000;
}

article p, 
article ul {
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
}
article ul li {
  font-family: 'Work Sans', sans-serif !important;
  font-size: 16px !important;
  line-height: 26px !important;
}

article img {
  max-width: 100%;
}

.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: #004EA2;
}

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

.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;
  position: relative;
  font-family: 'Work Sans', sans-serif;
  /* border:1px solid #eeeeee; */
  /* border-radius: 8px; */
  padding: 37px 44px 37px;
  margin:20px 0;
  font-size: 22px;
  text-align: center;
  line-height: 26px;
  /* font-style: italic; */
  font-weight: 300;
  /* color:#999797; */
  /* border-left:3px solid #86002E; */
  /* padding-left:20px; */
}
share span {
  border-bottom:2px solid #5c9f5e;
  display: block;
  margin:30px auto 0;
  width:200px;
}
/* share .quotes {
  background: url(/web/img/quotes.png) no-repeat;
  width:43px;
  height: 33px;
  position: absolute;
  opacity:0.4;
  top:-18px;
  left:25px;
} */
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;
  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-linkedin {
  background-image:url('/web/img/icon-social-libnkedin.svg');
}
ul.share-icons li a.icon-twitter {
  background-image:url('/web/img/icon-social-twitter.svg');
}
ul.share-icons li a.icon-fb {
  background-image:url('/web/img/icon-social-fb.svg');
}
ul.share-icons li a.icon-youtube {
  background-image:url('/web/img/icon-social-youtube.svg');
}
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 #86002E;
  position: absolute;
  top:10px;
  width:100%;
}
share.top ul.share-icons {
  background:#FFFFFF;
  position: relative;
  z-index: 2;
  width:180px;
  margin:0 auto;
}

.speaker-heading {
  font-family: 'Charis SIL', serif;
  font-size: 20px;
  line-height: 30px;
  margin-bottom:15px;
}

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

time,
author {
  color:#6A6969;
}

article a,
author a {
  color:#004EA2;
  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;
  text-align: center;
}
.donors .donors-top .eu-text {
  color: #848484;
  font-size: 20px;
  line-height: 24px;
  font-family: blogger_sansitalic,sans-serif;
  padding: 24px 0 30px;
}
.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: 'blogger_sansitalic', sans-serif;
}

.profile-container {
  margin-bottom: 20px;
  cursor: pointer;
  color: #4e4e4e;
  overflow: hidden;
}
.profile-container .profile-title {
  font-family: 'Work Sans', 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;
}


.profile-container {
  margin-top: 17px;
  border-radius: 8px;
  margin-right:10px;
  display: inline-block;
  vertical-align: top;
  width: 140px;
}

.profile-container .profile-picture-container {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.profile-container .profile-picture-container .profile-picture img {
  width: 140px;
  height: 200px;
  border-radius: 8px;
}

.profile-container .profile-picture-container .profile-button {
  font-family: 'Work Sans', sans-serif;
  background: #01432A;
  color:#FFFFFF;
  position: absolute;
  left:0;
  bottom:0;
  width:100%;
  font-size: 13px;
  border-radius: 0 0 8px 8px;
  font-weight: 500;
  padding:10px 0 10px 11px;
  transform: translateY(50px);
  transition: 0.5s;
}

.profile-container .icon-profile {
  background: url(/web/img/icon-profile.svg) no-repeat center center;
  width:18px;
  height: 18px;
  display:inline-block;
  vertical-align: top;
  margin-left:4px;
  margin-top:0;
}

.profile-container .profile-picture-container:hover .profile-button {
  transform: translateY(0);
}

.profile-container .profile-title {
  padding: 5px 0;
  font-size: 16px;
  line-height: 26px;
}

.personnel-title {
  font-size: 30px;
  margin-top: 22px;
  margin-bottom: 11px
}

.modal-dialog {
  max-width: 800px;
}
.modal-body {
  padding:2.5rem;
}
.modal-content {
  border:none;
  border-radius: 0;
}
.btn-close {
  text-decoration: none;
  float:right;
}

select.custom {
  appearance: none;
  outline: 0;
  width:auto;
  background: #D9D9D9;
  background-image: none;
  color: #000;
  cursor: pointer;
  padding: 4px 17px;
  font-family: 16px;
  line-height: 26px;
  font-family: 'Work Sans', sans-serif;
  border-radius: 10px;
  border: none;
}

.heading-dropdown {
  position: relative;
  display: inline-block;
  /* width: 110px; */
}

.heading-dropdown select {
  appearance: none;
  outline: 0;
  width:auto;
  background-image: none;
  color: #333333;
  font-size: 1.25rem;
  cursor: pointer;
  position: relative;
  padding-right: 10px;
  width:100%;
  font-weight: 500;
    line-height: 1.2;
    font-family: 'Charis SIL', serif;
  border: none;
}

.heading-dropdown::after {
  content: '';
  position: absolute;
  right: 10px; /* Position from the right edge */
  top: 50%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000; /* Color of the caret */
  pointer-events: none; /* Ensure caret doesn't interfere with select */
  transform: translateY(-50%);
}

footer {
  font-family: 'Work Sans', sans-serif;
}

footer .top-section {
  color:#000000;
  background: #ECEBEB;
  padding: 44px 30px;
}

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: #000000;
  font-size: 16px;
  line-height: 30px;
  transition: .5s;
}

footer .top-section ul li a:hover {
  color: #000000;
  text-decoration: underline;
}

footer a.social-icon {
  text-decoration: none !important;
  margin-right:7px;
}

.footer-subscribe {
  margin-top: 2rem;
}

/* .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 {
  background: #5C001F;
  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: #fff;
  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: #ffffff;
  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 {
  font-family: 'Work Sans', sans-serif;
  font-size:14px;
  background-color: #5C9F5E !important;
  border-color: #5C9F5E !important;
  transition: 0.5s;
  padding:10px 45px !important;
}

.btn-primary:hover {
  background-color: transparent !important;
  color: #5C9F5E !important;
}

.btn-secondary {
  font-family: 'Work Sans', sans-serif;
  font-size:14px;
  background-color: #FFFFFF !important;
  border-color: #FFFFFF !important;
  transition: 0.5s;
  padding:10px 45px !important;
  color:#5C9F5E;
}
.btn-secondary:hover {
  background-color: #FFFFFF !important;
  border-color: #FFFFFF !important;
  color:#5C9F5E;
}


.btn-outline-primary {
  font-family: 'Work Sans', sans-serif;
  font-size:16px;
  color: #5C9F5E !important;
  border-color: #5C9F5E !important;
}
.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #5C9F5E !important;
  border-color: #5C9F5E !important;
}

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

.btn-sm {
  font-size:13px;
  font-weight: 500;
  padding: 5px 25px !important;
}

.btn-lg {
  font-size:17px;
  font-weight: 500;
  padding: 19px 27px !important;
}
.btn-lg.btn-wide {
  padding: 19px 67px !important;
}

.text-black {
  color:#000000;
}

.side-box a {
  text-decoration: none;
}

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

article .documents-list li {
  background: #86002e;
}

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

article .documents-list li a {
  background: #86002e;
  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: #5c001f;
  padding: 4px 20px;
  line-height: 18px;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  transition: .5s;
}

ul.tag-list li a:hover {
  background: rgba(92,0,31,.57);
}

.section-container .arrow-corner {
  display:none;
}

.section-container .section-content .section-content-title {
  font-family: 'Charis SIL', serif;
  font-size: 20px;
  margin-bottom: 15px
}

.section-container .section-content ul.section-content-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.section-container .section-content ul.section-content-list li {
  margin:10px 0;
}

.section-container .section-content p {
  display:none;
}

.fadeInLeft {
  opacity: 0;
  transform: translate3d(-50px, 0, 0); /* ADDED - start x position as -50px */
  transition: 0.8s all ease-in-out;
}

.fadeInOpacity {
  opacity: 0;
  transition: 1.2s all ease-in-out;
}

.fadeInLeft.active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.fadeInOpacity.active {
  opacity: 1;
}

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

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

.stick-container {
  position: relative;
}

.sticky.stuck {
  position: fixed;
  top: 100px; 
  z-index: 999;
}

.sticky.stuck-pos {
  position: absolute;
  z-index: 999;
}

.col-white-block {
  margin-top: -200px;
  background: #ffffff;
  z-index: 9;
}

.print-only {
  display: none;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}