/* @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 */
.scrolljumpLinks {
  background-color: transparent !important; }

.jumpLinks {
  display: block;
  clear: both;
  z-index: 999 !important;
  padding: 1rem; }
  .jumpLinks ul {
    padding-left: 0px !important;
    margin-bottom: 0px; }
    .jumpLinks ul li {
      display: inline-block;
      list-style: none;
      font-size: 0.85em;
      margin-bottom: .83rem; }
      .jumpLinks ul li a {
        transition: all 0.07s linear;
        color: white;
        margin-left: 0rem;
        margin-right: 0rem;
        padding: .45rem .85rem .4rem .85rem;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        font-size: 1em;
        font-family: 'Deck Bold';
        text-transform: uppercase;
        text-decoration: none !important;
        transition: all 0.07s linear;
        background-color: #000000; }
      .jumpLinks ul li a:hover, .jumpLinks ul li a:focus, .jumpLinks ul li a:active {
        opacity: 1;
        filter: alpha(opacity=100);
        background-color: #06c0b6 !important; }
    .jumpLinks ul li.current a {
      opacity: 1;
      filter: alpha(opacity=100);
      background-color: #06c0b6 !important; }
    .jumpLinks ul .first a {
      margin-left: 0px !important; }

.drawerjumpLinksStick.jumpLinks {
  padding-top: 1rem; }

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  #sticky-wrapper {
    display: none; }
  .jumpLinks {
    text-align: center; } }
