@charset "UTF-8";
/* Innovation Acta CSS */
/* Variables */
/* Globals*/
html {
  scroll-padding-top: 100px; }

.standard-title {
  color: #7d7e7f !important; }

.side-box {
  z-index: 0; }

.sticky-offset {
  top: 125px; }

.funding-menu-bar {
  border-radius: 5px; }

@media screen and (max-width: 768px) {
  .sticky-offset {
    top: auto; } }
#main-container {
  background: url("../../images/funding_background.jpg") repeat-y;
  background-size: contain; }

@media screen and (max-width: 768px) {
  #main-container {
    background-size: cover; } }
.funding-card ul {
  list-style-type: none; }
  .funding-card ul li::before {
    content: "●";
    color: #e60051;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em; }

.funding-card-header {
  margin: 0;
  padding: 0; }
  .funding-card-header img {
    width: 350px;
    height: auto; }
  .funding-card-header h3 {
    margin-top: 65px;
    color: #e60051; }

@media screen and (max-width: 768px) {
  .funding-card-header img {
    width: 100%;
    height: auto; }

  .funding-card-header h3 {
    margin-top: 30px; } }
#horizon-card .funding-card-schema img {
  width: 90%;
  height: auto; }

#horizon2020-card .funding-card-schema img {
  width: 70%;
  height: auto; }

@media screen and (max-width: 768px) {
  .funding-card-schema img {
    width: 100% !important;
    height: auto; } }
