/* @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.	Controls
   - - - - - - - - -
 */
/* @group 1. Controls */
.GridderControls {
  font-size: 3rem;
  margin-top: -1rem;
  margin-right: -.5rem;
  text-align: right; }
  .GridderControls a {
    margin-left: -.5rem;
    margin-right: -.5rem;
    transition: all 0.07s linear;
    color: #06c0b6 !important; }
  .GridderControls a:hover, .GridderControls a:active, .GridderControls a:focus {
    color: #059d95 !important; }

/* @end */
.gridder-expanded-content {
  padding: 1.8rem;
  background-color: white;
  margin-bottom: 2rem; }
  .gridder-expanded-content img {
    width: 100%; }

.gridder-expanded-content p {
  margin-bottom: 0px;
  color: #000000 !important; }

.gridder-expanded-content h3 {
  color: #000000 !important; }

.gridder-expanded-content .btn-default {
  background-color: #000000;
  color: white !important; }

.gridder-expanded-content .btn-default:hover, .gridder-expanded-content .btn-default:active, .gridder-expanded-content .btn-default:focus {
  background-color: black !important;
  color: white !important; }

.gridder .gridtitle {
  text-align: center;
  margin-top: .5rem;
  margin-bottom: 50px; }

.gridder .selectedItem .gridtitle {
  text-decoration: underline; }

.currentGridderItemArrow {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  display: none;
  transition: all 0.5s linear; }

.selectedItem .currentGridderItemArrow {
  display: block;
  position: absolute;
  z-index: 9;
  margin-top: 65px;
  margin-left: 15px; }

.gridder {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-size: 0; }
  .gridder li {
    width: calc(33.3% - 8px); }
    .gridder li:not(:nth-of-type(3n)) {
      margin-right: 12px; }

.gridder-list, .gridder-show {
  font-size: 14px;
  line-height: 22px; }

.gridder-list {
  display: inline-block;
  vertical-align: top; }

.gridder-show {
  display: block;
  float: left;
  width: 100%;
  position: relative; }

.gridder-content {
  display: none;
  transition: all 0.5s linear; }

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .GridderControls {
    margin-top: 1rem; }
  .gridder li {
    width: 100%; }
  .currentGridderItemArrow {
    margin-top: 65px !important;
    margin-left: 15px; }
  .gridderWrap h2 {
    margin-top: 3rem; }
  a.gridder-close {
    right: 2px;
    top: -45px; } }
