/*********************
BREAKPOINTS
*********************/
/* @group Greys */
/* @end */
/* @group Corporate colours taken from logo */
/* @end */
/* @group Site Defaults */
/* @end */
/* @group Variables */
/* @end */
/* Table of Contents
   - - - - - - - - -
   1.	Hack for 5 cols
   2.	Col padding edit
   3.	Display classes
   4.	Spacing classes
   5.	Containers
   - - - - - - - - -
 */
.hide {
  display: none !important; }

.nooverflow {
  overflow: hidden !important; }

.show {
  display: block; }

.clearboth {
  float: left;
  clear: both;
  display: block; }

.box {
  overflow: hidden;
  display: block; }

.MatchContent {
  min-height: 1px; }

.Medium {
  min-height: 450px; }

.High {
  min-height: 550px; }

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .box {
    min-height: 0px !important; } }

/* @group Inset image container spacing */
.BGtextContentLeft {
  padding: 2.3rem 2.3rem 2.3rem 0; }

.BGtextContentRight {
  padding: 2.3rem 0 2.3rem 2.3rem; }

.textContentLeft {
  padding: 0 2.3rem 0 0; }

.textContentRight {
  padding: 0 0 0 2.3rem; }

/* @end */
.topSpacer {
  margin-top: 3rem !important; }

.notop {
  margin-top: 0px !important;
  padding-top: 0px !important; }

.notopmargin {
  margin-top: 0px !important; }

.nobot {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important; }

.nopad {
  padding: 0px !important; }
  .nopad p {
    padding-right: 0px !important; }

.nomargin {
  margin: 0px !important; }

.SectionSpace.Tight {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }

.SectionSpace.TightTop {
  padding-top: 2rem; }

.SectionSpace.TightBottom {
  padding-bottom: 2rem; }

.Air {
  height: 1rem;
  display: block;
  clear: both; }

.AirLg {
  height: 3rem;
  display: block;
  clear: both; }

.hide, .hidehide {
  display: none !important; }

.container-fluid {
  padding-left: 3rem;
  padding-right: 3rem; }

.Standard, .Narrow, .FullWidth {
  margin-left: auto;
  margin-right: auto;
  padding: 0rem; }

.Standard {
  max-width: 1200px;
  position: relative; }

.Narrow {
  max-width: 800px; }

.tintWrap {
  background: rgba(255, 255, 255, 0.9);
  padding: 3rem; }

.FullWidth {
  max-width: 100%; }

.noedge {
  padding: 0px !important; }

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .container-fluid {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .Standard, .FullWidth {
    max-width: 100% !important;
    width: 100% !important; }
  .Narrow {
    max-width: 70% !important;
    width: 70% !important; } }

/* iPads (portrait) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .container-fluid {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .Standard, .FullWidth {
    max-width: 100% !important;
    width: 100% !important; }
  .Narrow {
    max-width: 85% !important;
    width: 85% !important; } }

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .container-fluid {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .Standard, .Narrow, .FullWidth {
    max-width: 100% !important;
    width: 100% !important; } }

.cbp-wrapper figcaption {
  margin: 0 !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: .5s ease;
  background: rgba(0, 0, 0, 0.1); }
  .cbp-wrapper figcaption span {
    color: #000000;
    background-color: white;
    padding: 1.25rem 1.4rem 1.1rem 1.4rem;
    text-transform: uppercase;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    font-size: 1.3em;
    line-height: 1.23em;
    font-family: "Geometric415W01-Medium", Arial, sans-serif; }

figure.blocked:hover figcaption {
  opacity: 1;
  background: rgba(0, 0, 0, 0.4); }

/*figure.blocked {
 position: relative;

	figcaption {
  		position: absolute;
		top: 50%;
  		left: 50%;
  		transform: translate(-50%, -50%);
  		margin-top: -5px;
		font-weight: $FontMedium;
		font-size: 1em;
		line-height: 1.25em;
		text-align: center;

		span {
			padding: .74rem 1.3rem;
			color: $Primary;
			transition: all $transQuick linear;
			background-color: white;
			display: block;
		}
  	}
}*/
/*@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	figure.blocked {
		figcaption {
 	 		opacity: 1!important;
		}
	}
}*/
/* Devices */
@media only screen and (min-device-width: 0px) and (max-device-width: 1024px) {
  figure.blocked figcaption {
    opacity: 1;
    background: rgba(0, 0, 0, 0.2); }
    figure.blocked figcaption span {
      font-size: 1.2em;
      letter-spacing: 0px; } }

/* @group Colourising of images */
.BWGridImg img {
  -webkit-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden; }

/* @end */
