/* FONTS */
/* NHS Colours */
/* COLOURS */
/* HIGH CONTRAST COLOURS */
/* CUSTOM MIXINS */
.ccm-block-page-list-wrapper.default {
  position: relative;
}
.ccm-block-page-list-wrapper.default .ccm-block-page-list-header h3 {
  font-size: 32px;
  font-size: 3.2rem;
}
.ccm-block-page-list-wrapper.default.has-rss {
  padding-top: 50px;
}
.ccm-block-page-list-wrapper.default.has-rss .ccm-block-page-list-header {
  margin-top: -50px;
  padding-right: 50px;
}
.ccm-block-page-list-wrapper.default .ccm-block-page-list-rss-feed {
  display: inline-block;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  text-align: center;
  width: 34px;
}
.ccm-block-page-list-wrapper.default .ccm-block-page-list-rss-feed:hover,
.ccm-block-page-list-wrapper.default .ccm-block-page-list-rss-feed:focus,
.ccm-block-page-list-wrapper.default .ccm-block-page-list-rss-feed:active {
  color: #ffffff;
}
.ccm-block-page-list-wrapper.default .ccm-block-page-list-pages .ccm-block-page-list-page-entry {
  margin: 0 0 15px;
  padding: 15px;
}
.ccm-block-page-list-wrapper.default .ccm-block-page-list-pages .ccm-block-page-list-page-entry .ccm-block-page-list-title h4 {
  margin: 0 0 10px;
  margin: 0;
}
.ccm-block-page-list-wrapper.default .ccm-block-page-list-pages .ccm-block-page-list-page-entry .ccm-block-page-list-date {
  font-weight: bold;
}
.ccm-block-page-list-wrapper.default .ccm-block-page-list-pages .ccm-block-page-list-page-entry .ccm-block-page-list-description {
  margin: 10px 0 0;
}
.ccm-block-page-list-wrapper.default .ccm-block-page-list-pages .ccm-block-page-list-page-entry .ccm-block-page-list-description p {
  margin: 0;
}
.ccm-block-page-list-wrapper.default .ccm-block-page-list-pages .ccm-block-page-list-page-entry .ccm-block-page-list-page-entry-read-more {
  text-align: right;
  margin: 10px 0 0;
}
.ccm-block-page-list-wrapper.default .ccm-block-page-list-pages .ccm-block-page-list-page-entry .ccm-block-page-list-page-entry-read-more .button-link {
  margin: 0;
}
.ccm-block-page-list-wrapper.default .ccm-block-page-list-pages .ccm-block-page-list-page-entry .ccm-block-page-list-page-entry-thumbnail img {
  border: 0;
}
.ccm-block-page-list-wrapper.default .ccm-pagination-wrapper {
  text-align: right;
}
.blog-list-block {
  margin: 0 0 30px;
}
.blog-list-block .news-entry {
  padding: 0 0 1px;
}
.blog-list-block .newsListItem {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #e4e4e4;
  border-radius: 2px;
  position: relative;
  padding: 15px 15px 30px;
  margin: 0;
}
.blog-list-block .newsListItem:before,
.blog-list-block .newsListItem:after {
  position: absolute;
  content: '';
  height: 5px;
  width: 50%;
  right: 0;
  bottom: -1px;
  background-color: #feaa36;
}
.blog-list-block .newsListItem:after {
  right: 0;
  background-color: #feaa36;
}
.blog-list-block .newsListItem:before {
  left: 0;
  background-color: #883144;
}
.blog-list-block .newsListItem h3 {
  font-family: "Frutiger LT Pro", sans-serif; font-weight: 500;
  color: #007384;
  border-bottom: 1px solid #008093;
  padding: 0 0 15px;
  margin: 0 70px 22px 0;
}
.blog-list-block .newsListItem a.author-image {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
}
.blog-list-block .newsListItem a.author-image img {
  border-radius: 50%;
}
.blog-list-block .newsListItem .news-text {
  position: relative;
  padding: 20px 20px 20px 4%  ;
}
.blog-list-block .newsListItem .news-text h4.title {
  line-height: 1.3;
}
.blog-list-block .newsListItem .news-text a.author-name {
  color: inherit!important;
  text-decoration: none;
}
.blog-list-block .newsListItem .news-text a.author-name:hover,
.blog-list-block .newsListItem .news-text a.author-name:focus {
  text-decoration: underline;
  text-underline-position: under;
}
.blog-list-block .newsListItem .news-text a.author-name:hover:before,
.blog-list-block .newsListItem .news-text a.author-name:focus:before {
  text-decoration: none;
  text-underline-position: unset;
}
.blog-list-block .newsListItem .news-text a.author-name:before {
  content: '|';
  padding: 0 12px;
}
.blog-list-block .newsListItem .news-text h4.title > a {
  font-family: "Frutiger LT Pro", sans-serif; font-weight: 700;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.2;
  font-size: 21px;
  font-size: 2.1rem;
  text-decoration: none;
  text-underline-position: unset;
}
.blog-list-block .newsListItem .news-text h4.title > a:hover {
  text-decoration: underline!important;
  text-underline-position: under;
  color: #425563;
}
.blog-list-block .newsListItem .news-text p {
  font-size: 18px;
  font-size: 1.8rem;
  color: #000000;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 0 10px;
}
.blog-list-block .newsListItem .news-text p.date,
.blog-list-block .newsListItem .news-text p.date a,
.blog-list-block .newsListItem .news-text p.date span {
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "Frutiger LT Pro", sans-serif; font-weight: 700;
}
.blog-list-block .newsListItem .news-text p.description {
  margin: 0!important;
}
.blog-list-block .newsListItem .buttons {
  text-align: right;
  padding: 0 0 0 4%;
}
.blog-list-block .newsListItem a.news-play {
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  font-family: "Frutiger LT Pro", sans-serif; font-weight: 700;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-list-block .newsListItem a.news-play.view-all {
  margin-right: 25px;
}
.blog-list-block .newsListItem a.news-play span:not(.link-text) {
  padding-left: 15px ;
}
.blog-list-block .newsListItem a.news-play span i {
  color: #feaa36;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 15px;
  font-size: 1.5rem;
}
.blog-list-block .newsListItem a.news-play span i:first-child {
  color: #008093;
}
.blog-list-block .newsListItem a.news-play span i:last-child {
  color: #883144;
}
.blog-list-block .newsListItem a.news-play span.link-text {
  border-bottom: 2px solid transparent;
}
.blog-list-block .newsListItem a.news-play:hover span.link-text {
  border-bottom: 2px solid #425563;
}
.blog-list-block .newsListItem a.news-play:hover span,
.blog-list-block .newsListItem a.news-play:hover span i,
.blog-list-block .newsListItem a.news-play:hover span i:first-child,
.blog-list-block .newsListItem a.news-play:hover span i:last-child {
  color: #425563;
}
.blog-list-block.blue .news-entry .newsListItem {
  background-color: #008093;
}
.blog-list-block.red .news-entry .newsListItem {
  background-color: #883144;
}
.blog-list-block.red .news-entry .newsListItem:before {
  background-color: #008093;
}
.blog-list-block.blue .news-entry .newsListItem,
.blog-list-block.red .news-entry .newsListItem {
  position: relative;
}
.blog-list-block.blue .news-entry .newsListItem h3,
.blog-list-block.red .news-entry .newsListItem h3 {
  color: #ffffff;
  border-color: #ffffff;
}
.blog-list-block.blue .news-entry .newsListItem .news-text h4 > a,
.blog-list-block.red .news-entry .newsListItem .news-text h4 > a {
  color: #ffffff;
}
.blog-list-block.blue .news-entry .newsListItem .news-text p,
.blog-list-block.red .news-entry .newsListItem .news-text p {
  color: #ffffff;
}
.blog-list-block.blue .news-entry .newsListItem .news-play span,
.blog-list-block.red .news-entry .newsListItem .news-play span {
  color: #ffffff;
}
#quit-site .blog-list-block.blue .news-entry .newsListItem .news-play span i,
#quit-site .blog-list-block.red .news-entry .newsListItem .news-play span i,
.blog-list-block.blue .news-entry .newsListItem .news-play span i,
.blog-list-block.red .news-entry .newsListItem .news-play span i,
.blog-list-block.blue .news-entry .newsListItem .news-play span #change-site-color i,
.blog-list-block.red .news-entry .newsListItem .news-play span #change-site-color i,
#quit-site .blog-list-block.blue .news-entry .newsListItem .news-play span i:first-child,
#quit-site .blog-list-block.red .news-entry .newsListItem .news-play span i:first-child,
.blog-list-block.blue .news-entry .newsListItem .news-play span i:first-child,
.blog-list-block.red .news-entry .newsListItem .news-play span i:first-child,
.blog-list-block.blue .news-entry .newsListItem .news-play span #change-site-color i:first-child,
.blog-list-block.red .news-entry .newsListItem .news-play span #change-site-color i:first-child,
#quit-site .blog-list-block.blue .news-entry .newsListItem .news-play span i:last-child,
#quit-site .blog-list-block.red .news-entry .newsListItem .news-play span i:last-child,
.blog-list-block.blue .news-entry .newsListItem .news-play span i:last-child,
.blog-list-block.red .news-entry .newsListItem .news-play span i:last-child,
.blog-list-block.blue .news-entry .newsListItem .news-play span #change-site-color i:last-child,
.blog-list-block.red .news-entry .newsListItem .news-play span #change-site-color i:last-child {
  color: #ffffff;
}
.blog-list-block.blue .news-entry .newsListItem .news-play:hover span.link-text,
.blog-list-block.red .news-entry .newsListItem .news-play:hover span.link-text {
  border-color: #ffffff;
}
.matchHeightLayout .blog-list-block {
  margin: 0 ;
}
