#cancelDonantionForm{display:block}
.bottom-glob {
    max-width: 460px;
    display: block;
    background-color: transparent;
    position: relative;
    width: auto;
    height: auto;
    padding: 40px 40px 30px;
    margin: 20px auto;
    border-radius: 5px;}
.bottom-part {
    margin: 0px auto 15px;}
.bottom-part .intro-text {
  color:#004C7E;
}

header .block-logo .desktop-logo {
  max-height: 150px;
}

section.intro .intro-head h2, section.intro .intro-main{background-color:rgba(3, 84, 107, 0.5); border-radius: 10px;text-align: center;}
 h1.heading-2 {  background-color: rgba(3, 84, 107, 0.5); border-radius: 10px; text-align: center;} 

.menu-link.white {
   color: #004C7E;;
   font-weight: bold;
  /* background-color: #004C7E; */
  border-radius: 10px;
}
.menu-link.white:hover {
 /* background-color: #8ec549!important; */
}
#full header {
    margin-bottom: 50px;
}
.heading-1.white {
  font-size: 25px;
  text-align:center;
}



header .right {
  float: right;
  text-align: center;
}

@media (min-width: 900px) and (max-width: 2850px){
._tooltip .tooltiptext {
    top: -90px;
    bottom: auto;
    transform: none;
    left: auto;
    right: 0;
}
  ._tooltip .tooltiptext::after {
    border-color: #5ea1a3 transparent transparent transparent;
    top: 105%;
    right: 47%;
}
}
.accordion table tbody td .ongoing {
  text-decoration: none!important;
}

.bottom-part {
    background: rgba(0, 0, 0, .4);
    border-radius: 5px;
    padding-bottom: 17px;
  	padding-top: 17px;
}

.bottom-part .intro-text {
  	color: #fff;
}

