@charset "UTF-8";
/************************************************************
 *
 * Shared functions and common styling classes
 *
 ************************************************************/
.button {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: white;
  font-size: 16px;
  line-height: 1.1;
  text-decoration: none;
  background-size: 9px 14px;
  padding: 10px 20px;
  border: none;
  border-radius: 9001px;
  display: inline-block;
  transition: all 250ms ease-in-out;
  background: #c72127;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .button {
    font-size: 15px;
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
}
.button:hover {
  background-color: #b2202a;
}
.button-large {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: white;
  font-size: 16px;
  line-height: 1.1;
  text-decoration: none;
  background-size: 9px 14px;
  padding: 10px 20px;
  border: none;
  border-radius: 9001px;
  display: inline-block;
  transition: all 250ms ease-in-out;
  background: #c72127;
  margin-right: 5px;
  font-size: 22px;
  padding: 17px 24px;
}
@media (max-width: 767px) {
  .button-large {
    font-size: 15px;
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
}
.button-large:hover {
  background-color: #b2202a;
}
.button-secondary {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: white;
  font-size: 16px;
  line-height: 1.1;
  text-decoration: none;
  background-size: 9px 14px;
  padding: 10px 20px;
  border: none;
  border-radius: 9001px;
  display: inline-block;
  transition: all 250ms ease-in-out;
  background: #c72127;
  margin-right: 5px;
  background-color: #1e3063;
}
@media (max-width: 767px) {
  .button-secondary {
    font-size: 15px;
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
}
.button-secondary:hover {
  background-color: #b2202a;
}
.button-secondary:hover {
  background-color: #0f1831;
}
.button-next {
  display: inline-block;
  height: 40px;
  width: 40px;
  padding: 0.25rem 0.5rem;
  background: #1e3063 url(../../base/images/footer-arrow-white.svg) no-repeat center;
  background-size: 1.5rem;
}
@media (max-width: 767px) {
  .button-next {
    height: 30px;
    width: 30px;
    background-size: 1rem;
  }
}
.button-back {
  color: #9B9B9B;
  padding: 10px 0 10px 40px;
  background: url(../../base/images/icon-overview.svg) no-repeat left center;
  background-size: 30px 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 150ms;
}
.button-back:hover {
  color: #c72127;
}
.max-width {
  max-width: 850px;
}
.read-more {
  display: inline-block;
  width: auto;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 0.75em;
  color: #c72127;
  padding-right: 24px;
  background: url(../../base/images/icon-more.svg) no-repeat center right 5px;
  transition: 150ms;
  text-decoration: none;
  text-transform: uppercase;
}
.read-more:hover {
  color: #b2202a;
  background-position: center right;
}
.link-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.center {
  margin-left: auto;
  margin-right: auto;
  width: 1140px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 1605px) {
  .center {
    width: 980px;
  }
}
@media (max-width: 1210px) {
  .center {
    width: 720px;
  }
}
@media (max-width: 767px) {
  .center {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
  .center .center {
    margin-left: 0;
    margin-right: 0;
  }
}
.remove-tap-highlight {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.background-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.underline {
  position: relative;
}
.underline:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 6px;
  background: #c72127;
  left: 0;
  bottom: 0;
}
@media (max-width: 1605px) {
  .underline:after {
    width: 34px;
  }
}
@media (max-width: 767px) {
  .underline:after {
    width: 19px;
    height: 3px;
  }
}
.paragraph-padding {
  padding-top: 90px;
  padding-bottom: 90px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1605px) {
  .paragraph-padding {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1210px) {
  .paragraph-padding {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .paragraph-padding {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.paragraph-margin {
  margin-top: 90px;
  margin-bottom: 90px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1605px) {
  .paragraph-margin {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1210px) {
  .paragraph-margin {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .paragraph-margin {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.paragraph img {
  width: 100%;
  height: auto;
  display: block;
}
/************************************************************
 *
 * Frontpage
 *
 ************************************************************/
body.path-frontpage {
  font-size: 1.125em;
}
body.path-frontpage #header-image {
  height: 100vh;
  max-height: 1080px;
  min-height: 780px;
}
@media (max-width: 1605px) {
  body.path-frontpage #header-image {
    min-height: 710px;
  }
}
@media (max-width: 1210px) {
  body.path-frontpage #header-image {
    height: auto;
  }
}
@media (max-width: 767px) {
  body.path-frontpage #header-image {
    height: 65vh;
    min-height: 100px;
  }
}
body.path-frontpage #header-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
body.path-frontpage #header-image .content-wrapper {
  flex-direction: column;
}
body.path-frontpage #header-image .content-wrapper .header-title {
  width: 35%;
  min-width: 400px;
  padding: 60px 40px;
}
body.path-frontpage #header-image .content-wrapper .header-title span {
  display: block;
}
@media (max-width: 767px) {
  body.path-frontpage #header-image .content-wrapper .header-title {
    width: 100%;
    min-width: 100%;
    padding: 15px;
    box-sizing: border-box;
    line-height: 17px;
  }
}
body.path-frontpage #header-image .content-wrapper .button,
body.path-frontpage #header-image .content-wrapper .button-secondary {
  display: inline-block;
  margin: 10px 40px 0;
}
@media (max-width: 767px) {
  body.path-frontpage #header-image .content-wrapper .button,
  body.path-frontpage #header-image .content-wrapper .button-secondary {
    margin: 10px 0 0 0;
  }
}
body.path-frontpage #header-image .content-wrapper .scrollDown {
  display: block;
  width: 77px;
  height: 77px;
  left: 0;
  right: 0;
  margin-top: 3rem;
  border-radius: 100%;
  border: 1px solid white;
  z-index: 5;
  background: url(../images/scrolldown.svg) no-repeat center;
  cursor: pointer;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 3s;
}
@media (max-width: 1605px) {
  body.path-frontpage #header-image .content-wrapper .scrollDown {
    bottom: 10%;
  }
}
@media (max-width: 1210px) {
  body.path-frontpage #header-image .content-wrapper .scrollDown {
    height: 60px;
    width: 60px;
  }
}
@media (max-width: 767px) {
  body.path-frontpage #header-image .content-wrapper .scrollDown {
    display: none;
  }
}
body.path-frontpage #header-image .content-wrapper .scrollDown:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
body.path-frontpage #fp-theme-wrapper {
  padding-top: 90px;
  padding-bottom: 90px;
  margin-top: 0;
  margin-bottom: 0;
  background: url(../images/bg-molecule.svg) no-repeat;
  background-size: cover;
}
@media (max-width: 1605px) {
  body.path-frontpage #fp-theme-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1210px) {
  body.path-frontpage #fp-theme-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  body.path-frontpage #fp-theme-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
body.path-frontpage #fp-theme-wrapper #scroll-anchor {
  position: absolute;
  top: -80px;
}
body.path-frontpage #fp-theme-wrapper #fp-theme {
  display: flex;
}
body.path-frontpage #fp-theme-wrapper #fp-theme #fp-theme-left {
  padding-top: 90px;
  padding-bottom: 90px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1605px) {
  body.path-frontpage #fp-theme-wrapper #fp-theme #fp-theme-left {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1210px) {
  body.path-frontpage #fp-theme-wrapper #fp-theme #fp-theme-left {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  body.path-frontpage #fp-theme-wrapper #fp-theme #fp-theme-left {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  body.path-frontpage #fp-theme-wrapper #fp-theme #fp-theme-left {
    padding: 0;
  }
}
body.path-frontpage #fp-theme-wrapper #fp-theme #fp-theme-right {
  max-width: 56%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  body.path-frontpage #fp-theme-wrapper #fp-theme #fp-theme-right {
    display: none;
  }
}
body.path-frontpage #fp-theme-wrapper #fp-theme #fp-theme-right img {
  box-shadow: 0px 2px 44px 0 rgba(0, 0, 0, 0.2);
  display: block;
  width: 100%;
  height: auto;
}
body.path-frontpage #fp-theme-wrapper #fp-theme #fp-theme-description {
  position: relative;
  padding: 0 60px 0 85px;
}
body.path-frontpage #fp-theme-wrapper #fp-theme #fp-theme-description:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 6px;
  background: #c72127;
  left: 0;
  bottom: 0;
}
@media (max-width: 1605px) {
  body.path-frontpage #fp-theme-wrapper #fp-theme #fp-theme-description:after {
    width: 34px;
  }
}
@media (max-width: 767px) {
  body.path-frontpage #fp-theme-wrapper #fp-theme #fp-theme-description:after {
    width: 19px;
    height: 3px;
  }
}
@media (max-width: 1210px) {
  body.path-frontpage #fp-theme-wrapper #fp-theme #fp-theme-description {
    padding: 0 45px 0 60px;
  }
}
@media (max-width: 767px) {
  body.path-frontpage #fp-theme-wrapper #fp-theme #fp-theme-description {
    padding: 0 0 0 30px;
  }
}
body.path-frontpage #fp-theme-wrapper #fp-theme #fp-theme-description:after {
  top: 7px;
  bottom: auto;
}
body.path-frontpage #fp-target-wrapper {
  padding-top: 90px;
  padding-bottom: 90px;
  margin-top: 0;
  margin-bottom: 0;
  background: #f6f8fa;
}
@media (max-width: 1605px) {
  body.path-frontpage #fp-target-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1210px) {
  body.path-frontpage #fp-target-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  body.path-frontpage #fp-target-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
body.path-frontpage #fp-target-wrapper h3 {
  padding-bottom: 0;
}
body.path-frontpage #fp-target-wrapper h3:after {
  height: 0;
}
body.path-frontpage #fp-target-wrapper #fp-target-description {
  position: relative;
  padding-left: 85px;
  column-count: 2;
}
body.path-frontpage #fp-target-wrapper #fp-target-description:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 6px;
  background: #c72127;
  left: 0;
  bottom: 0;
}
@media (max-width: 1605px) {
  body.path-frontpage #fp-target-wrapper #fp-target-description:after {
    width: 34px;
  }
}
@media (max-width: 767px) {
  body.path-frontpage #fp-target-wrapper #fp-target-description:after {
    width: 19px;
    height: 3px;
  }
}
@media (max-width: 1210px) {
  body.path-frontpage #fp-target-wrapper #fp-target-description {
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  body.path-frontpage #fp-target-wrapper #fp-target-description {
    column-count: 1;
    padding-left: 30px;
  }
}
body.path-frontpage #fp-target-wrapper #fp-target-description:after {
  top: 7px;
  bottom: auto;
}
body.path-frontpage #fp-target-wrapper #fp-target-description p {
  page-break-inside: avoid;
}
body.path-frontpage #fp-target-wrapper #fp-target-links {
  margin-left: 85px;
}
@media (max-width: 1210px) {
  body.path-frontpage #fp-target-wrapper #fp-target-links {
    margin-left: 60px;
  }
}
@media (max-width: 767px) {
  body.path-frontpage #fp-target-wrapper #fp-target-links {
    margin-left: 30px;
  }
  body.path-frontpage #fp-target-wrapper #fp-target-links a:first-child {
    margin-bottom: 1em;
  }
}
body.path-frontpage #fp-motivation {
  margin-top: 90px;
  margin-bottom: 90px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}
@media (max-width: 1605px) {
  body.path-frontpage #fp-motivation {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1210px) {
  body.path-frontpage #fp-motivation {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  body.path-frontpage #fp-motivation {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  body.path-frontpage #fp-motivation {
    display: block;
  }
}
body.path-frontpage #fp-motivation #fp-motivation-left {
  width: 50%;
}
@media (max-width: 767px) {
  body.path-frontpage #fp-motivation #fp-motivation-left {
    width: 100%;
    margin-bottom: 15px;
  }
}
body.path-frontpage #fp-motivation #fp-motivation-left img {
  width: 100%;
  height: auto;
  box-shadow: 0px 2px 44px 0 rgba(0, 0, 0, 0.2);
  display: block;
}
body.path-frontpage #fp-motivation #fp-motivation-right-wrapper {
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  body.path-frontpage #fp-motivation #fp-motivation-right-wrapper {
    padding-left: 0;
  }
}
body.path-frontpage #fp-motivation #fp-motivation-right-wrapper h3 {
  padding-bottom: 0;
}
body.path-frontpage #fp-motivation #fp-motivation-right-wrapper h3:after {
  height: 0;
}
body.path-frontpage #fp-motivation #fp-motivation-right-wrapper #fp-motivation-right {
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  body.path-frontpage #fp-motivation #fp-motivation-right-wrapper #fp-motivation-right {
    width: 100%;
  }
}
body.path-frontpage #fp-motivation #fp-motivation-right-wrapper .field--name-field-reason-list {
  position: relative;
  padding-left: 85px;
  font-weight: bold;
  font-size: 32px;
  color: #4A4A4A;
  margin-bottom: 40px;
}
body.path-frontpage #fp-motivation #fp-motivation-right-wrapper .field--name-field-reason-list:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 6px;
  background: #c72127;
  left: 0;
  bottom: 0;
}
@media (max-width: 1605px) {
  body.path-frontpage #fp-motivation #fp-motivation-right-wrapper .field--name-field-reason-list:after {
    width: 34px;
  }
}
@media (max-width: 767px) {
  body.path-frontpage #fp-motivation #fp-motivation-right-wrapper .field--name-field-reason-list:after {
    width: 19px;
    height: 3px;
  }
}
@media (max-width: 1210px) {
  body.path-frontpage #fp-motivation #fp-motivation-right-wrapper .field--name-field-reason-list {
    padding-left: 60px;
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  body.path-frontpage #fp-motivation #fp-motivation-right-wrapper .field--name-field-reason-list {
    margin-bottom: 15px;
    padding-left: 30px;
    line-height: 28px;
  }
}
body.path-frontpage #fp-motivation #fp-motivation-right-wrapper .field--name-field-reason-list:after {
  top: 15px;
  bottom: auto;
}
@media (max-width: 767px) {
  body.path-frontpage #fp-motivation #fp-motivation-right-wrapper .field--name-field-reason-list:after {
    top: 7px;
  }
}
body.path-frontpage #fp-motivation #fp-motivation-right-wrapper .button-large {
  margin-left: 85px;
}
@media (max-width: 1210px) {
  body.path-frontpage #fp-motivation #fp-motivation-right-wrapper .button-large {
    margin-left: 60px;
  }
}
@media (max-width: 767px) {
  body.path-frontpage #fp-motivation #fp-motivation-right-wrapper .button-large {
    margin-left: 0px;
  }
}
body.path-frontpage #fp-objectives-wrapper {
  padding-top: 90px;
  padding-bottom: 90px;
  margin-top: 0;
  margin-bottom: 0;
  background: #c72127 url(../images/bg-red-detail.png) no-repeat;
  background-size: cover;
}
@media (max-width: 1605px) {
  body.path-frontpage #fp-objectives-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1210px) {
  body.path-frontpage #fp-objectives-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  body.path-frontpage #fp-objectives-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx), (min-device-pixel-ratio: 1.5) {
  body.path-frontpage #fp-objectives-wrapper {
    background-image: url(../images/bg-red-detail@2x.png);
  }
}
body.path-frontpage #fp-objectives-wrapper h5 {
  color: black;
}
body.path-frontpage #fp-objectives-wrapper h3 {
  color: white;
}
body.path-frontpage #fp-objectives-wrapper h3:after {
  background-color: black;
}
body.path-frontpage #fp-objectives-wrapper #usps {
  display: flex;
}
body.path-frontpage #fp-objectives-wrapper #usps .usp {
  text-align: center;
  color: white;
}
body.path-frontpage #fp-objectives-wrapper #usps .usp .usp-icon {
  height: 135px;
  width: 100%;
}
body.path-frontpage #fp-objectives-wrapper #usps .usp .usp-icon#vision-icon {
  background: url(../images/icon-vision.svg) no-repeat center;
}
body.path-frontpage #fp-objectives-wrapper #usps .usp .usp-icon#mission-icon {
  background: url(../images/icon-mission.svg) no-repeat center;
}
body.path-frontpage #fp-objectives-wrapper #usps .usp .usp-icon#objective-icon {
  background: url(../images/icon-objective.svg) no-repeat center;
}
@media (max-width: 1210px) {
  body.path-frontpage #fp-objectives-wrapper #usps .usp .field--type-text {
    padding: 0 10px;
  }
}
body.path-frontpage #fp-objectives-wrapper #fp-usp-info {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 1.25em;
  color: white;
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 767px) {
  body.path-frontpage #fp-objectives-wrapper #fp-usp-info {
    margin-top: 30px;
    font-size: 1em;
  }
}
body.path-frontpage #fp-objectives-wrapper #fp-usp-info .field--name-field-usp-more-info {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  body.path-frontpage #fp-objectives-wrapper #fp-usp-info .field--name-field-usp-more-info {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
body.path-frontpage #block-frontpage-sponsors {
  padding-top: 90px;
  padding-bottom: 90px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #f6f8fa;
}
@media (max-width: 1605px) {
  body.path-frontpage #block-frontpage-sponsors {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1210px) {
  body.path-frontpage #block-frontpage-sponsors {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  body.path-frontpage #block-frontpage-sponsors {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
body.path-frontpage #block-frontpage-sponsors #fp-sponsor-info {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 1.25em;
  color: black;
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 767px) {
  body.path-frontpage #block-frontpage-sponsors #fp-sponsor-info {
    font-size: 1em;
    margin-top: 30px;
  }
}
body.path-frontpage #block-frontpage-sponsors #fp-sponsor-info .button {
  margin-left: 20px;
}
@media (max-width: 1210px) {
  body.path-frontpage #block-frontpage-sponsors #fp-sponsor-info .button {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  body.path-frontpage #block-frontpage-sponsors #fp-sponsor-info .button {
    margin-left: 0;
    margin-top: 15px;
  }
}
body.path-frontpage #block-frontpage-sponsors .field--name-field-logo img {
  display: block;
  margin: auto;
}
@media (max-width: 767px) {
  body.path-frontpage #block-frontpage-sponsors .field--name-field-logo img {
    width: 100%;
    height: auto;
  }
}
body.path-frontpage article.node--view-mode-full {
  margin-bottom: 70px;
}
@media (max-width: 1210px) {
  body.path-frontpage article.node--view-mode-full {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  body.path-frontpage article.node--view-mode-full {
    margin-bottom: 17.5px;
  }
}
/************************************************************
 *
 * Bounce animation
 *
 ************************************************************/
@keyframes bounce {
  from,
  2%,
  5.3%,
  8%,
  10% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  4%,
  4.3% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  7% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  9% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
/*# sourceMappingURL=frontpage.css.map */