@charset "UTF-8";
/*********************
BREAKPOINTS
*********************/
/* @group Greys */
/* @end */
/* @group Corporate colours taken from logo */
/* @end */
/* @group Site Defaults */
/* @end */
.cbp-wrapper-outer {
  margin-top: 1rem; }

.notop .cbp-wrapper-outer {
  margin-top: 0px; }

.StickyFilters {
  position: -webkit-sticky;
  position: sticky;
  z-index: 9;
  top: 100px; }

.align-left {
  text-align: left; }
  .align-left .cbp-filter-item {
    margin-right: 0.1rem !important; }

.align-right {
  text-align: right; }
  .align-right .cbp-filter-item {
    margin-left: 0.1rem !important; }

.align-centered {
  text-align: center; }
  .align-centered .cbp-filter-item {
    margin-left: 0.04rem !important;
    margin-right: 0.04rem !important; }

.pagelinkfilters {
  display: none;
  padding: 0px !important;
  margin-bottom: 0.5rem;
  overflow: auto;
  white-space: nowrap;
  height: 40px; }
  .pagelinkfilters .cbp-filter-item {
    color: #000000;
    font-family: "Geometric_415 W01 Lite", Arial, sans-serif;
    font-weight: 400 !important;
    padding: .34rem .6rem .3rem .6rem;
    margin: 0rem 0rem .3rem 0rem;
    background: rgba(255, 255, 255, 0.96);
    display: inline-block;
    transition: all 0.07s linear;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  .pagelinkfilters .cbp-filter-item:hover {
    cursor: pointer; }

.cbp-filter-item:hover {
  background: #000000;
  background: rgba(0, 0, 0, 0.9);
  color: white !important; }

.cbp-filter-item-active {
  background-color: #000000 !important;
  color: white !important; }

.pagelinkfilters::-webkit-scrollbar {
  width: 2px;
  height: 2px; }

/* Track */
.pagelinkfilters:-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px grey;
  border-radius: 0px; }

/* Handle */
.pagelinkfilters::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 1px; }

/* Handle on hover */
.pagelinkfilters::-webkit-scrollbar-thumb:hover {
  background: #000000; }

@media only screen and (max-width: 667px) and (min-width: 320px) {
  .pagelinkfilters {
    height: 35px;
    overflow-y: hidden; }
    .pagelinkfilters .cbp-filter-item {
      padding: .4rem .2rem .2rem .2rem; } }

.ShowFilters {
  display: block; }

.cbp-nav-controls {
  top: 35%;
  width: 100% !important;
  font-family: "FontAwesome" !important;
  font-size: 40px !important; }

.FullWidth .cbp-nav-controls {
  top: 40%; }

/* Smartphones (portrait and landscape) */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .cbp-nav-controls {
    top: 38% !important; }
    .cbp-nav-controls .cbp-nav-next {
      right: -16px !important; }
    .cbp-nav-controls .cbp-nav-prev {
      left: 10px !important; } }

/* @end */
.cbp-nav-next, .cbp-nav-prev {
  position: absolute;
  background: transparent;
  cursor: pointer;
  display: block;
  height: 40px;
  width: 40px;
  margin: 0px; }

.cbp-nav-next:after, .cbp-nav-prev:after {
  position: absolute;
  top: 14px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: none;
  height: auto;
  width: auto; }

.cbp-nav-next {
  right: -47px; }

.cbp-nav-next:after {
  content: "" !important; }

.cbp-nav-prev {
  left: -23px; }

.cbp-nav-prev:after {
  content: "" !important; }
