/* @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 */
/* Table of Contents
   - - - - - - - - -
   1. Large
   2. Medium
   3. Small
   4. Extra small
   - - - - - - - - -
*/
/*  1. Large */
.c-hamburger {
  right: 0vh;
  top: 15px;
}
.contentWrap {
  overflow-y: hidden!important;
  padding: 0px;
  position: relative;
  overflow-x: hidden;
}
.imageBackground {
  margin-left: 0vh;
}
.topBar,
.leftBar,
.rightBar,
.botBar {
  background-color: #fff;
  position: fixed;
  z-index: 99;
}
.topBar {
  width: 100%;
  height: 8vh;
  position: fixed;
  top: 0px;
}
.leftBar {
  width: 0vh;
  height: 100vh;
  min-height: 100%;
  left: 0;
  top: 0;
}
.rightBar {
  width: 0vh;
  height: 100vh;
  min-height: 100%;
  right: 0;
  top: 0;
}
.botBar {
  width: 100%;
  height: 0vh;
  bottom: 0px;
}
/*  2. Medium */
/* iPads (landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .logo {
    line-height: 4rem;
    left: 0rem;
  }
  .c-hamburger {
    right: 0rem;
    top: 5px;
  }
  .contentWrap {
    padding: 4rem 0rem 0rem 0rem;
  }
  .topBar {
    height: 4rem;
  }
  .leftBar {
    width: 0rem;
  }
  .rightBar {
    width: 0rem;
  }
  .botBar {
    height: 0rem;
  }
}
/*  3. Small */
/* iPads (portrait) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .logo {
    line-height: 4rem;
    left: 0rem;
  }
  .c-hamburger {
    right: 0rem;
    top: 5px;
  }
  .contentWrap {
    padding: 4rem 0rem 0rem 0rem;
  }
  .topBar {
    height: 4rem;
  }
  .leftBar {
    width: 0rem;
  }
  .rightBar {
    width: 0rem;
  }
  .botBar {
    height: 0rem;
  }
}
/*  4. Extra small */
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .logo {
    line-height: 4rem;
    left: 0rem;
  }
  .c-hamburger {
    right: 0rem;
    top: 5px!important;
  }
  .contentWrap {
    padding: 4rem 0rem 0rem 0rem;
  }
  .topBar {
    height: 4rem;
  }
  .leftBar {
    width: 0rem;
  }
  .rightBar {
    width: 0rem;
  }
  .botBar {
    height: 0rem;
  }
  .c-hamburger {
    right: 0rem;
    top: 10px;
  }
}
/*# sourceMappingURL=pageborder.css.map */