@charset "UTF-8";
body {
  top: 0 !important;
}

body > .skiptranslate {
  position: absolute;
}
body > .skiptranslate iframe {
  position: fixed;
  top: -50px !important;
}

.socool-blocks-container {
  clear: both;
}

.socool-block {
  margin-bottom: 2rem;
  border-radius: 0.5rem;
}

.contentarea figure {
  margin: 0;
}

.link-1:after {
  content: " ›";
}

.link-2 {
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  background: #EF2E2E;
  border-radius: 3px;
  padding: 9px 15px 8px;
  text-decoration: none;
}

html.no-touch .link-2:hover {
  text-decoration: none;
  background: #b60000;
}

p a {
  font-weight: bold;
}

.scrolled .donate-wrapper:not(.disable-move) {
  display: block;
  float: left;
  width: 126px;
  z-index: 2000;
  position: fixed;
  right: 2%;
}
.scrolled .donate-wrapper:not(.disable-move) .donate {
  position: fixed;
  z-index: 2000;
  top: 30px;
}

@media screen and (max-width: 1070px) {
  .scrolled .donate-wrapper:not(.disable-move) {
    display: block;
    float: left;
    width: 126px;
  }
  .scrolled .donate-wrapper:not(.disable-move) .donate {
    position: fixed;
    z-index: 2000;
    top: 20px;
    right: 5%;
  }
}
@media screen and (max-width: 600px) {
  .scrolled .donate-wrapper {
    width: 100px;
  }
  .donate {
    right: 20px;
  }
}
.news .socool-block-content-padding {
  padding-top: 0;
}
.news .socool-block-content {
  max-width: 100%;
}

@media only screen and (max-width: 780px) {
  .news .socool-block-content {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .socool-padding-sides-medium .socool-block-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}/*# sourceMappingURL=hotfix.css.map */