﻿.ua_layout--standard, .ua_site-footer {
  display: none;
}

.ua_page_content.is-layout-constrained, .entry-content.wp-block-post-content.is-layout-constrained.wp-block-post-content-is-layout-constrained {
  margin-top: 0 !important;
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(50px);
  transition: none;
}
  
.animate-on-scroll.bounce-in {
  opacity: 1;
  animation: bounceIn 1s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
  
@keyframes bounceIn {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  60% {
    transform: translateY(-10px);
    opacity: 1;
  }
  80% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}

.ua_minerva .ua_page > .ua_page_content {
  margin-bottom: 0 !important;
}

.ua_minerva .wp-block-columns.with-form, .wp-block-group.add-info  {
  margin-top: 70px !important;
}

.wp-block-columns.alignwide.with-form .form {
  z-index: 9;
  margin-top: -330px;
  padding: 1.5rem;
  background: white;
  box-shadow: 0 -24px 20px 4px #0003;
}

.wp-block-cover.alignfull.free.has-background {
  padding: 90px 16px 200px;
  margin-top: 90px;
}

.ua_minerva .ua_component_wrapper.grants {
  margin-top: -170px;
}

.ua_component_wrapper.grants .ua_link-box {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1800px) {
  .ua_minerva .wp-block-cover.hero {
  padding-bottom: 20vw !important;
  }
  .wp-block-columns.alignwide.with-form .form {
  margin-top: -30vw;
  }
}

@media (max-width: 768px) {
  .ua_minerva .wp-block-cover.hero {
  padding-bottom: 250px !important;
  }
  .wp-block-columns.with-form {
  flex-wrap: wrap-reverse !important;
  }
  .wp-block-columns.alignwide.with-form .form {
  margin-top: -220px;
  }
  .wp-block-cover.alignfull.free.has-background {
  padding-bottom: 160px;
 }
  .ua_minerva .ua_component_wrapper.grants {
  margin-top: -100px;
  }
  .img-break .wp-block-cover__image-background {
  background-position: 63% 50% !important;
  }
}