/* @less partials */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* @group GN Additions */
/* @end */
/* @group Corporate colours taken from logo */
/* @end */
/* @group Site Defaults */
/* @end */
/* @group Greys */
/* @end */
/* @group EntryMetaTop.ss */
.blog-post-meta-top {
  margin-top: 0.1rem!important;
  margin-bottom: 0.6rem!important;
  font-family: 'FrutigerNeueW01-Regular';
}
/* @end */
/* @group EntryMetaBase.ss */
.blog-post-meta-bottom {
  margin-top: 0.5rem;
  margin-bottom: 0px;
  padding-top: 0px;
  display: block!important;
  clear: both;
  font-family: 'FrutigerNeueW01-Regular';
}
body.BlogPost .blog-post-meta-top {
  margin-bottom: 1rem!important;
}
/* @end */
/* @group News and Twitter feed section */
.newssummaries {
  margin-top: 0px;
}
.newssummaries .caption {
  font-size: 11px;
  margin-top: 0.8rem;
  max-width: 350px;
  margin-bottom: 1rem!important;
}
.newssummaries hr {
  margin-top: 1.5rem!important;
  margin-bottom: 1.5rem!important;
}
.newssummaries img {
  margin-bottom: 1rem!important;
}
.newssummaries h3 {
  color: #a19f9f;
  margin-bottom: .8rem!important;
}
/* @end */
/* @group Blog Holder */
body.Blog .FirstBlock {
  padding-bottom: 0rem;
}
body.Blog .cbp-wrapper-outer {
  margin-top: 0rem!important;
}
body.Blog a h3 {
  color: #555553 !important;
  margin-top: 0px;
  margin-bottom: 0px;
}
body.Blog .cbp-item-wrapper {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  transition: all 0.1s linear;
  border-top: 2px solid #555553;
  padding-top: 0.5rem;
}
body.ExtensibleSearchPage {
  background-color: #e6e6e6;
}
#js-grid-blog-posts .cbp-search-input {
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  margin-bottom: 0rem;
}
#js-grid-blog-posts .cbp-l-grid-blog-title {
  font-family: 'FrutigerNeueW01-Regular';
  font-weight: normal;
  font-size: 1.3em;
  line-height: 1.3em;
}
#js-grid-blog-posts .cbp-l-filters-list {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  margin-bottom: 0px;
}
#js-grid-blog-posts .cbp-l-filters-list .cbp-filter-item {
  font-weight: 500;
  font-size: 1em;
  padding: 0.1rem .7rem 0 !important;
  margin-bottom: 0px;
  background-color: transparent!important;
  color: #555553 !important;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
#js-grid-blog-posts .cbp-filter-item-active,
#js-grid-blog-posts .cbp-filter-item:hover,
#js-grid-blog-posts .cbp-filter-item:focus,
#js-grid-blog-posts .cbp-filter-item:active {
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
  filter: alpha(opacity=100) !important;
}
#js-grid-blog-posts a h3 {
  color: #555553;
}
#js-grid-blog-posts a:hover h3 {
  color: #434341;
}
#js-grid-blog-posts .dash {
  margin-bottom: 1rem;
  margin-top: 0;
  height: 1px!important;
}
#js-grid-blog-posts .cbp-caption-defaultWrap {
  padding: 0px;
}
#js-grid-blog-posts .cbp-item-wrapper article {
  padding-top: 1rem;
  background-color: white;
}
#js-grid-blog-posts .cbp-item-wrapper article p,
#js-grid-blog-posts .cbp-item-wrapper article li {
  line-height: 1.6em;
}
#js-grid-blog-posts section {
  padding-top: 11rem;
  padding-right: 1rem;
  padding-left: 1rem;
}
#js-grid-blog-posts .centred {
  text-align: center;
}
#js-grid-blog-posts h1 {
  margin-bottom: 1.5rem!important;
}
#js-grid-blog-posts .blog-post-meta-bottom {
  padding-top: 0.7rem;
  font-weight: 400;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 667px) {
  body.Blog {
    padding-top: 1rem;
  }
  body.Blog section {
    padding-top: 4rem;
  }
  #js-grid-blog-posts .cbp-l-filters-right {
    float: left!important;
  }
  #js-grid-blog-posts .cbp-l-filters-list .cbp-filter-item {
    padding: 0 !important;
    margin-bottom: 0.5rem;
  }
  .cbp-search {
    width: 100%!important;
    margin-bottom: 5px!important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  body.Blog {
    padding-top: 0px;
  }
  body.BlogPost .post {
    padding-top: 1.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  body.BlogPost .post {
    padding-top: 1.5rem;
  }
}
/* @end */
/* @group Blog post */
body.BlogPost {
  margin-top: 0px;
}
body.BlogPost .mCustomScrollbar {
  height: 450px;
}
body.BlogPost .sectionBreak {
  margin-bottom: 2rem;
  background-color: #d5d5d5;
}
body.BlogPost .post {
  padding-top: 7rem;
}
body.BlogPost h1 {
  text-transform: none;
}
body.BlogPost .videoWrap {
  margin-bottom: 2rem!important;
}
body.BlogPost .videoWrapCaption .caption {
  margin-top: 0.5rem;
  margin-bottom: 2rem!important;
}
body.BlogPost .blog-post-meta-bottom {
  padding-top: 1.5rem;
}
body.BlogPost .crumbs {
  text-align: left;
}
body.BlogPost .custom_images ul {
  margin-top: 2rem;
  margin-bottom: 0px!important;
}
body.BlogPost .custom_images img {
  width: 70px;
  height: auto;
}
body.BlogPost .caption {
  font-size: 11px;
  margin-top: 0.3rem;
  margin-bottom: 4px!important;
}
body.BlogPost blockquote {
  margin-bottom: 1.2rem;
  margin-top: 1rem;
  padding-top: 0px;
}
body.BlogPost blockquote p {
  font-size: 100%;
  line-height: 1.3em;
}
body.BlogPost .blogcontentblock {
  display: block;
  clear: both;
  margin-bottom: 2rem;
}
body.BlogPost .BlogdownloadsWrap {
  margin-top: 2rem;
  background-color: #EEEEEE;
  border: 1px solid #a19f9f;
  padding: 1rem 1rem 0;
}
body.BlogPost .flexslidermultiple {
  margin-bottom: 3rem!important;
}
body.BlogPost .flexslidermultiple img {
  margin-bottom: 0px!important;
}
/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  body.BlogPost h1 {
    padding-right: 1rem;
  }
}
.blogInsetImageLeft,
.blogInsetImageRight {
  margin-top: 0px;
}
.blogInsetImageLeft img,
.blogInsetImageRight img {
  width: 350px!important;
  height: auto!important;
}
.blogInsetImageLeft {
  margin-right: 1rem;
  float: left;
}
.blogInsetImageRight {
  margin-left: 1rem;
  float: right;
}
.blogInsetImageFull {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 667px) {
  .newssummaries {
    padding-top: 2rem!important;
  }
  .blogInsetImageLeft {
    margin-right: 0px;
    margin-bottom: 1rem;
  }
  .blogInsetImageLeft img {
    width: 100%!important;
    height: auto;
  }
  .blogInsetImageRight {
    margin-left: 0px;
    margin-bottom: 1rem;
  }
  .blogInsetImageRight img {
    width: 100%!important;
    height: auto;
  }
}
/* @end */
/* @group Widgets */
.BlogRecentPostsWidget .cbp-wrapper-outer {
  margin-top: 0px!important;
}
.WidgetSide {
  display: none;
}
.WidgetFullPage {
  display: block;
}
body.BlogPost .WidgetSide,
body.Page .WidgetSide {
  display: block;
}
body.BlogPost .WidgetFullPage,
body.Page .WidgetFullPage {
  display: none;
}
s .BlogRecentPostsWidget {
  margin-top: 0px;
}
ul.BlogTagsWidget {
  margin-bottom: 1rem;
}
ul.BlogTagsWidget li {
  display: inline;
  border-bottom: none;
}
/* @end */
/* @group Pagination */
.ArticlesPagination {
  display: block;
  margin-top: 5rem!important;
  text-align: center;
}
.ArticlesPagination ul {
  margin-bottom: 1rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.ArticlesPagination ul li {
  list-style: none;
  display: inline;
  padding: 0.7em 1rem 0.7rem !important;
  background-color: #EEEEEE;
}
.ArticlesPagination ul li a {
  color: #555553;
}
.ArticlesPagination ul li:hover {
  background-color: #a19f9f;
}
.ArticlesPagination ul li:hover a {
  color: white;
}
.ArticlesPagination ul .disabled {
  display: none;
}
.ArticlesPagination ul li.active {
  background-color: #a19f9f;
}
.ArticlesPagination ul li.active a {
  color: white;
}
.ArticlesPagination ul li.active a:hover {
  cursor: pointer;
  background-color: #a19f9f;
  color: white;
}
/* @end */
/*# sourceMappingURL=blog.css.map */