/* Change the following values if you change Foundation's version */
/* Mixin to quickly create new site theme css file */
.content {
  background: url("https://www.rte.ie/djstatic/dotie/themes/climate-change/img/climate-bg.jpg") #003ba9 top center repeat-x;
  background-size: 200%;
}
@media only screen and (min-width: 1420px) {
  .content {
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
}
.content .top-articles .underline {
  border-color: #fff !important;
}

.tag .content {
  background: #fff;
}

body.article .content {
  background-color: #fff;
}
body.article .content:before {
  content: "";
  display: block;
  width: 15.625rem;
  height: 6.25rem;
  background: url(https://www.rte.ie/djstatic/dotie/themes/climate-change/img/climate-logo.png) center center no-repeat;
  background-size: 9.375rem auto;
  margin: 0 auto;
}
@media screen and (min-width: 40em) {
  body.article .content:before {
    width: 16.25rem;
    height: 8.75rem;
    background-size: 12.5rem auto;
    background-position: center center;
  }
}

/*# sourceMappingURL=style.css.map */
