/* @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 */
.fadeOnLoad {
  display: none;
}
body.ContactUsPage .fadeOnLoad {
  display: block;
}
.scrollbar-macosx {
  width: 100%;
  height: 78%;
}
.scrollbar-macosx p,
.scrollbar-macosx li,
.scrollbar-macosx h1,
.scrollbar-macosx h2,
.scrollbar-macosx h3,
.scrollbar-macosx h4,
.scrollbar-macosx h5,
.scrollbar-macosx h6 {
  padding-right: 2.5rem;
}
.scrollbar-macosx .scroll-element.scroll-y .scroll-bar {
  width: 2px!important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
/* @group Images */
.fullwidth,
.full-width {
  width: 100%;
  height: auto;
}
/* @end */
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .BGtextContentRight,
  .BGtextContentLeft {
    padding: 1.6rem;
  }
  .textContentRight,
  .textContentLeft {
    padding: 1.6rem 0;
  }
}
.centre,
.CentreTitle {
  text-align: center!important;
}
span.CentreTitle,
span.CentreAll {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.CentreAll {
  text-align: center;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .insetimage {
    margin-bottom: 1rem;
  }
  .insetimageLeft {
    margin-right: 0.75rem;
    margin-bottom: 0.1rem;
    margin-top: 0.3rem;
    width: 125px!important;
    height: auto;
  }
  .insetimageRight {
    margin-left: 0.75rem;
    margin-bottom: 0.1rem;
    margin-top: 0.3rem;
    width: 125px!important;
    height: auto;
  }
}
/* iPads (portrait) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .insetimage {
    margin-bottom: 1rem;
  }
}
/* @end */
#scrollUp {
  bottom: 15px;
  right: 15px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #111111;
  font-size: 2em;
  padding: .3rem .8rem .6rem;
  z-index: 5!important;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #scrollUp {
    bottom: 10px;
    right: 10px;
    font-size: 1.4em;
    padding: .2rem .6rem .4rem;
  }
}
.InvertText {
  color: white;
}
.InvertText a,
.InvertText .slick-dots li button:before,
.InvertText .slick-prev:before,
.InvertText .slick-next:before {
  color: white!important;
}
.InvertText .btn {
  background-color: rgba(255, 255, 255, 0.7);
  color: #111111 !important;
}
.InvertText .btn:hover,
.InvertText .btn:focus,
.InvertText .btn:active {
  background-color: #ffffff !important;
  color: #111111 !important;
}
.InvertText p,
.InvertText h1,
.InvertText h2,
.InvertText h3,
.InvertText h4,
.InvertText h5,
.InvertText h6,
.InvertText li {
  color: white;
}
.InvertText .img-thumbnail {
  border: white;
}
.InvertText .three-col,
.InvertText .two-col {
  -webkit-column-rule: 1px solid white;
  -moz-column-rule: 1px solid white;
  column-rule: 1px solid white;
}
/* @group Vertically align */
.vertical-align {
  display: flex;
  flex-direction: row;
}
.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
  display: flex;
  align-items: center;
  /* Align the flex-items vertically */
  justify-content: center;
  /* Optional, to align inner flex-items 
 	                            horizontally within the column  */
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .vertical-align {
    display: block;
  }
}
/* @end */
/* @group swipebox */
.ScrollPage #swipebox-overlay {
  background-color: white!important;
  z-index: 9999999999999!important;
}
.lightboxThumb {
  padding: 0;
  list-style: none;
}
.lightboxThumb li {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 0px!important;
  margin-top: 0px!important;
}
.lightboxThumb li i {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
  color: #000;
  background: white;
  padding: 0 0 5px 8px;
  font-size: 130%;
}
.lightboxThumbMAP {
  padding: 0;
  list-style: none;
}
.lightboxThumbMAP li {
  display: block;
  width: 100%;
  position: relative;
}
.lightboxThumbMAP li i {
  position: absolute;
  top: 7px;
  right: 7px;
  font-size: 30px;
  color: white;
  padding: 10px 12px 9px 15px;
  font-size: 270%;
  background: rgba(0, 0, 0, 0.4);
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .lightboxThumbMAP li i {
    position: absolute;
    top: 30px;
    right: 15px;
    font-size: 30px;
    color: white;
    padding: 0 0 5px 8px;
    font-size: 120%;
  }
}
/*# sourceMappingURL=ScrollPage.css.map */