/* @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 */
.cbp-caption-pushTop {
  margin-top: -1px !important;
}
.cbp-item-off {
  display: none;
}
.cbp-item {
  max-height: 50vw;
  max-width: 50vw;
}
.cbp-l-filters-alignLeft {
  z-index: 9999;
  position: relative;
  margin-bottom: 0px;
  height: 3rem;
}
.cbp-l-filters-alignLeft h3 {
  margin: 0px;
  line-height: 3rem;
  margin-top: 0.1rem;
  margin-right: 2rem;
}
.cbp-l-filters-alignLeft .cbp-filter-item {
  border: none;
  font-family: 'Deck Bold';
  font-size: 1em;
  padding: 0 0.3rem;
  margin: 0;
  color: #000000;
  text-transform: uppercase;
  line-height: 3.2rem;
  background-color: transparent;
}
@media screen and (min-width: 1024px) {
  .cbp-item {
    max-height: 50vw!important;
    max-width: 50vw!important;
  }
}
@media screen and (max-width: 736px) {
  .cbp-item {
    min-height: 100vw;
  }
}
/* iPads (portrait) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .cbp-item {
    max-height: 50vw!important;
    max-width: 50vw!important;
  }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .cbp-item {
    max-height: 100vw!important;
    max-width: 100vw!important;
  }
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .cbp-item {
    max-height: 33.3333333333333333333vw!important;
    max-width: 33.3333333333333333333vw!important;
  }
}
.cbp-l-filters-alignLeft .cbp-filter-item.cbp-filter-item-active {
  background-color: transparent!important;
}
.cbp-l-filters-alignLeft .cbp-filter-item.cbp-filter-item-active {
  background-color: white;
  border: none;
  color: #000000;
  cursor: default;
  text-decoration: underline;
}
.cbp-l-filters-alignLeft .cbp-filter-item:hover,
.cbp-l-filters-alignLeft .cbp-filter-item:active,
.cbp-l-filters-alignLeft .cbp-filter-item:focus {
  text-decoration: underline;
}
