.menulinks {
  color: white;
  font-size: 16pt;
  margin-top: 18px;
  padding-left: 15px;
  text-transform: uppercase;
}
.menulinks a {
  color: white;
  text-decoration: none;
  filter: alpha(opacity=90);
  opacity: 0.90;
}
.menulinks a:hover {
  color: white;
  text-decoration: none;
  filter: alpha(opacity=100);
  opacity: 100;
}
.menulinks a:visited {
  color: white;
  text-decoration: none;
}
.calltoaction {
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.9);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #6b55b1;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  filter: alpha(opacity=100);
  opacity: 1;
  word-spacing: 0px;
  white-space: nowrap;
}
.calltoworks,
.calltoworks a,
.calltoworks a:visited,
.calltoworks a:hover {
  background-color: #064a8b !important;
  padding: 8px;
  padding-left: 15px;
  padding-right: 15px;
  filter: alpha(opacity=100);
  opacity: 1;
  word-spacing: 0px;
  font-size: 22px;
  color: white;
  text-decoration: none;
}
QuotesTitle {
  font-size: 1.8em;
  color: white;
  word-wrap: break-word;
  padding-left: 15px;
  padding-right: 15px;
}
.layout-searchResults-body {
  float: left;
  width: 100%;
  clear: both;
  position: relative;
  margin-top: 36px;
}

.fundedprojects-t {
  font-size: 28px;
}
.fundedprojects-st {
  margin-top: 7px;
  font-size: 21px;
}

.tagtop {
  float: left;
  top: 10px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
  background-color: #3e3759;
  opacity: 0.85;
}
.tagbottom {
  float: right;
  right: 25px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 10px 3px 10px;
  background-color: #6c55b0;
  opacity: 0.85;
}
.jumbotron {
  padding: 0;
  background-color: #ffffff;
  margin-bottom: 0px;
}
.darker {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #000000;
  opacity: 0.7;
}
/* ADAPTATION OF MAIN EUROPA TEMPLATE */

/* Make that box more visible */
.vlr-searchbox__input-container,
.vlr-searchbox__buttons-container {
  height: 130%;
}
/* Color search button */
.vlr-searchbox__search-button {
  background: linear-gradient(to right, #223953, #415f8c) !important;
  color: white; !important;
}
.vlr-searchbox__search-button:after {
  border-right: 7px solid rgb(34,57,83) !important;
}

.vlr-searchbox__more-button {
  background-color: #18a0c7;
}

/* SEARCH BAR */


.advancedfilters {
  color: #dfdce5;
  font-size: 1em;
  padding-top: 53px;
}
:checked + span {
  font-weight: bold;
  color: white;
}
.search-by {
  color: white;
  font-size: 1.1em;
}
.search-results-title {
  font-size: 23px;
  float: left;
  color: #3c3652;
}
.project-title {
  font-size: 28px;
  color: #064a8b;
  padding-bottom: 9px;
}
.search-results-order-by-black {
  font-size: 14px;
  color: black;
}
.search-results-order-by {
  font-size: 1.2em;
  color: #8173a6;
}
.search-wrapper {
  position: absolute;
  bottom: -35px;
  padding-bottom: 5px;
  background-color: rgba(101, 80, 163, 0.97);
  display: table;
  width: 100%;
  box-shadow: 0 0 15px black;
  z-index: 999999;
}

.search-wrapper-container {
  padding: 10px;
}
.search-wrapper input[type=search] {
  border: 0;
  height: 44px;
  padding: 10px;
  font-size: 24px;
  float: left;
  color: black;
}
.search-wrapper input[type=search]:focus {
  color: black;
}
.search-wrapper input[type=submit] {
  border: 0;
  font-size: 20px;
  height: 44px;
  float: left;
  color: #fff;
}
.Div_1 {
  margin-top: 45px;
}
.search-marg-bottom {
  margin-bottom: 7px;
}
.search-padding {
  padding: 10px;
}
.search-disabled {
  color: #a3a3a3;
}

.vlr-searchbox__input-container {
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
}

/* Search 2020 */


@media screen and (min-width: 750px) {
  .vlr-searchbox__advancedSearch-button {
    height: 100%;
    border: 0;
    color: #fff;
    background-color: #18a0c7 !important;
    font-size: 19px;
  }
  .vlr-searchbox__advancedSearch-button:after {
    content: '\f0d7';
    font-family: "Font Awesome 5 Pro", arial, sans-serif;
    padding: 0 6px 0 4px;
  }
  .vlr-searchbox__more-button {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .vlr-searchbox__advancedSearch-button {
    display: none;
  }
  .vlr-searchbox__more-button {
    display: inline-block;
  }
}
