/* @less partials */
/* @group Corporate colours taken from logo */
/* @end */
/* @group Site Defaults */
/* @end */
/* @group Greys */
/* @end */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* @group GN Additions */
/* @end */
.jumpLinks {
  padding-top: 1rem;
  padding-bottom: 0rem!important;
  display: block;
  clear: both;
  z-index: 999;
  height: 3rem;
  background: rgba(255, 255, 255, 0.5);
}
.jumpLinks ul {
  padding-left: 0px!important;
  display: block;
  margin-bottom: 0px;
}
.jumpLinks ul li {
  display: inline-block;
  list-style: none;
  margin-left: 0px;
}
.jumpLinks ul li a {
  transition: all 0.1s linear;
  color: #000000;
  padding-top: 0.4rem;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  padding-bottom: 0.3rem;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 1em!important;
  font-family: 'Deck Bold';
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  background: #ffffff;
  margin-left: 0.01rem;
  margin-right: 0.01rem;
  text-transform: uppercase;
  border: 1px solid #3e3e3e;
}
.jumpLinks ul li a:hover,
.jumpLinks ul li a:focus,
.jumpLinks ul li a:active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  background: #000000;
  color: white;
  display: inline;
  text-decoration: none!important;
}
.jumpLinks ul li.current a {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  background: #000000;
  color: white;
  display: inline;
  text-decoration: none!important;
}
