/* @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 */
/* @group Variables */
/* @end */
/* Table of Contents
   - - - - - - - - -
   1.	Controls
   - - - - - - - - -
 */
/* @group 1. Controls */
.GridderControls {
  font-size: 3rem;
  margin-top: -1rem;
  margin-right: -0.5rem;
  text-align: right;
}
.GridderControls a {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  transition: all 0.1s linear;
  color: #0064af !important;
}
.GridderControls a:hover,
.GridderControls a:active,
.GridderControls a:focus {
  color: #00508b !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: #111111 !important;
}
.gridder-expanded-content h3 {
  color: #111111 !important;
}
.gridder-expanded-content .btn-default {
  background-color: #111111;
  color: white!important;
}
.gridder-expanded-content .btn-default:hover,
.gridder-expanded-content .btn-default:active,
.gridder-expanded-content .btn-default:focus {
  background-color: #000000 !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: 70px;
  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: 15px;
}
.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;
  }
}
/*# sourceMappingURL=DetailsGrid.css.map */