.subscription-banner .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.subscription-banner .content h1 {
  font-family: "Merriweather", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #494949;
  text-align: center;
}

.subscription-banner .content .subscription-form {
  display: flex;
  height: 40px;
  margin-top: 20px;
}

.subscription-banner .content .subscription-form input {
  width: 200px;
}

.subscription-banner .content .subscription-form button {
  width: 100px;
}

.footer {
  background: #595959;
  padding: 15px 0px 32px;
}

.footer .epmc-home-link {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}

.footer a {
  color: #ffffff;
}

.footer a:hover {
  color: #ececec !important;
  text-decoration: underline;
}

.footer a:visited {
  color: #ececec !important;
}

.footer .footer-navigation {
  color: #ffffff;
}

.footer .footer-navigation .container {
  padding: 20px 130px;
}

.footer .footer-navigation .container .grid-row {
  max-width: 100%;
}

.footer .footer-navigation .container .grid-row ul {
  list-style: none;
}

.footer .footer-navigation .container .grid-row ul li,
.footer .footer-nav-items a {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  cursor: pointer;
}

.footer .footer-navigation .container .grid-row ul li .list-heading {
  font-weight: 600 !important;
}

.partnership-and-funding {
  background: #ffffff;
  text-align: center;
  padding: 20px 90px 30px;
}

.partnership-and-funding h2 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #595959;
}
.partnership-and-funding p {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #595959;
}
.partnership-and-funding .partner-logos {
  margin-top: 20px;
}
.partnership-and-funding .partner-logos img {
  max-width: 50%;
}
#data-protection-banner {
	display:none;
    position: fixed;
    bottom: 0;
    z-index: 7;
    width: 100%;
    -webkit-box-shadow: -1px 1px 4px 2px #111;
    box-shadow: -1px 1px 4px 2px #111;
    padding: 16px 0;
    background-color: #20699c;
    color: #fff;
    text-align: left;
}
#data-protection-banner-left a {
	color: white;
}

#data-protection-banner-left a:hover {
	color: white !important;
}

#data-protection-banner-left a:visited {
	color: white !important;
}

#data-protection-agree {
	cursor: pointer;
    border: thin solid #20699c;
    padding: 8px 12px;
    border-radius: 2px;
    font-size: 14px;
    font-family: Open Sans;
    font-weight: 600;
	margin-top: 4px;
}
#data-protection-agree:active {
 background-color: #ffff;
 color: #20699c;
}
@media screen and (max-width: 1199px) {
  .footer .footer-navigation .container {
    padding: 20px 0px;
	width:100% !important;
  }
}


@media screen and (max-width: 799px) {
  .footer {
	  display:none;
  }
}
