/* @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 */
.FullHeight {
  height: 100vh !important;
  margin-top: 0px !important;
  padding: 0px !important; }
  .FullHeight .vertCenter {
    position: relative;
    z-index: 99;
    top: 45%;
    transform: translateY(-45%); }

.FullHeightLgMd .vertCenter {
  position: relative;
  z-index: 99; }

/* Large screens ----------- */
@media only screen and (min-width: 1024px) {
  .FullHeightLgMd {
    height: 100vh !important;
    margin-top: 0px !important;
    padding: 0px !important; }
    .FullHeightLgMd .vertCenter {
      position: relative;
      z-index: 99;
      top: 42%;
      transform: translateY(-42%); } }

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .FullHeight, .FullHeightLgMd {
    height: -o-calc(97vh) !important;
    /* opera */
    height: -webkit-calc(97vh) !important;
    /* google, safari */
    height: -moz-calc(97vh) !important;
    /* firefox */ } }

/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .FullHeight {
    height: -o-calc(98vh) !important;
    /* opera */
    height: -webkit-calc(98vh) !important;
    /* google, safari */
    height: -moz-calc(98vh) !important;
    /* firefox */ } }

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
  .FullHeight {
    height: -o-calc(96vh) !important;
    /* opera */
    height: -webkit-calc(96vh) !important;
    /* google, safari */
    height: -moz-calc(96vh) !important;
    /* firefox */ } }
