/* @group Greys */
/* @end */
/* @group Corporate colours taken from logo */
/* @end */
/* @group Site Defaults */
/* @end */
/* @group Background colours */
.sectionBG-White {
  background-color: #ffffff; }

.sectionBG-Black {
  background-color: #111; }

.sectionBG-Light-Grey {
  background-color: #f7f7f7; }

.sectionBG-Sky-Blue {
  background-color: #89d6f2; }

.sectionBG-Neon-Pink {
  background-color: #ee0049; }

.sectionBG-Bright-Purple {
  background-color: #bd1a8d; }

.sectionBG-Dark-Purple {
  background-color: #6d216d; }

.sectionBG-Orange {
  background-color: #f6a030; }

.sectionBG-Green {
  background-color: #b5d562; }

.sectionBG-Pink {
  background-color: #daaec8; }

.sectionBG-Brown {
  background-color: #c88c5e; }

.sectionBG-Turquoise {
  background-color: #3cc8b4; }

/* @end */
/* @group Variables */
/* @end */
/* Table of Contents
   - - - - - - - - -
   1.	Hack for 5 cols
   2.	Col padding edit
   3.	Display classes
   4.	Spacing classes
   5.	Containers
   - - - - - - - - -
 */
figure {
  margin: 0px !important; }

.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: 4rem !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: .7rem;
  display: block;
  clear: both; }

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

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

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

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

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

.Narrow {
  max-width: 800px; }

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

.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: 2rem;
    padding-right: 2rem; }
  .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: 2rem;
    padding-right: 2rem; }
  .Standard, .FullWidth {
    max-width: 100% !important;
    width: 100% !important; }
  .Narrow {
    max-width: 70% !important;
    width: 70% !important; } }

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .SectionSpace.RemoveSpaceAboveXS {
    margin-top: .5rem;
    padding-top: 0px; }
  .SectionSpace.RemoveSpaceBelowXS {
    margin-bottom: .5rem;
    padding-bottom: 0px; }
  .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: 0;
  transition: .5s ease;
  background: rgba(0, 0, 0, 0.5); }
  .cbp-wrapper figcaption span {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    font-size: 2em;
    line-height: 1.13em;
    font-weight: 500;
    letter-spacing: -1px; }

figure.blocked:hover figcaption {
  opacity: 1; }

/*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 */
