/* Override */

main.spaced .clsc-text .content img {
    width: 100%!important;
    height: auto!important;
}

main.spaced .clsc-text .content p:last-of-type {
    margin: 0!important;
}

main.spaced .clsc-text .content .lnk {
    color: #0199a2!important;
}

@media (max-width: 1060px) {
  .header .container .row .actions .login {
    display: block!important;
  }
}

.dl-wrapper.dl-wrapper--marginBottom {
  margin: 35px 0 0 0!important;
}

/* COOKIES */

.termsfeed-com---palette-light .cc-nb-okagree{
  color: #fff!important;
  background-color: rgb(0, 154, 166)!important;
}

.termsfeed-com---palette-light .cc-nb-reject {
  color: #fff!important;
  background-color: rgb(0, 154, 166)!important;
}

.termsfeed-com---palette-light .cc-cp-foot-save {
  background: rgb(0, 154, 166)!important;
  color: #fff!important;
}

.termsfeed-com---palette-light .cc-cp-body-content-entry a {
  color: #111;
  text-decoration: underline!important;
}

.termsfeed-com---palette-light .cc-cp-foot-byline {
  visibility: hidden!important;
}

.cookies-infobar {
  padding: 1.5em 2em!important;
  background-color: rgb(234, 247, 247)!important;
  color: #333333;
  position: fixed;
  width: 400px;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.cookies-infobar h3 {
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 10px;
}

.cookies-infobar p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
}

.cookies-infobar p a {
  font-size: 15px;
  line-height: 24px;
  color: #0199a2;
  text-decoration: underline;
}

.cookies-infobar.cookies-infobar_accepted {
  display: none;
}

.cookies-infobar_btn {
  font-family: lato-bold;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 5px 25px;
  background: #0199a2;
  text-decoration: none;
}