.l-wrapper, .view--blog-centre .view-header, .view--news-centre .view-header {
  max-width: 1024px;
  margin: 0 auto; }

.view--blog-centre .view-header {
  text-align: center; }
  .view--blog-centre .view-header h1 {
    font-size: 36px; }
  .view--blog-centre .view-header h2 {
    font-size: 24px;
    margin: 20px 0 40px 0; }

.view--blog-centre .views-row {
  position: relative;
  padding: 40px 0; }
  .view--blog-centre .views-row .row-inner {
    text-align: right; }
    .view--blog-centre .views-row .row-inner .box {
      margin: 0; }
  .view--blog-centre .views-row .background-image {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1; }
    .view--blog-centre .views-row .background-image picture {
      display: block;
      width: 100%;
      height: 100%; }
    .view--blog-centre .views-row .background-image img {
      min-height: 100%;
      width: auto;
      max-width: none;
      min-width: 100%;
      position: absolute;
      top: -9999px;
      bottom: -9999px;
      left: -9999px;
      right: -9999px;
      margin: auto; }

.view--news-centre .view-header {
  text-align: center; }
  .view--news-centre .view-header h1 {
    font-size: 36px; }
  .view--news-centre .view-header h2 {
    font-size: 24px;
    margin: 20px 0 40px 0; }

.view--news-centre .view-content {
  background: #fff;
  border: 1px solid #bfbdba;
  padding: 20px; }

.view--news-centre .views-row {
  border-bottom: 2px solid #dedede;
  margin-bottom: 20px; }
  .view--news-centre .views-row:last-child {
    border: 0;
    margin-bottom: 0; }
  .view--news-centre .views-row h2 a {
    font-size: 24px; }
  .view--news-centre .views-row .node__submitted {
    margin-bottom: 10px; }
  .view--news-centre .views-row .read-more a {
    margin-bottom: 10px; }

.node--type-news h2.subtitle {
  margin: 0 0 10px 0; }

.view--blog-centre .view-filters,
.view--news-centre .view-filters {
  text-align: center;
  /*target Internet Explorer 9 and Internet Explorer 10:*/ }
  .view--blog-centre .view-filters .form--inline > div,
  .view--news-centre .view-filters .form--inline > div {
    display: inline-block;
    vertical-align: middle;
    float: none; }
  .view--blog-centre .view-filters select.form-select,
  .view--news-centre .view-filters select.form-select {
    margin: 0;
    border: 0;
    background: transparent;
    width: 150px;
    padding: 5px 15px 5px 5px;
    font-size: 14px;
    border: 0;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../../images/icons/666/chevron-down.svg");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 15px;
    width: 15px; }
  @media screen and (min-width: 0\0) {
    .view--blog-centre .view-filters select.form-select,
    .view--news-centre .view-filters select.form-select {
      background: none;
      padding: 5px; } }

/*# sourceMappingURL=../components/blog.css.map */