/* @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 */
.directions input {
  height: 30px;
  padding: 0px;
  margin: 0px;
  outline: none;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  -webkit-appearance: none!important;
  border: 1px solid #ccc;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.directions .submit {
  background-color: #000000;
  color: white;
  border: none;
  -webkit-appearance: none;
  outline: none;
  margin-left: -9px !important;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.directions ::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.backlink,
.eventbacklink {
  color: white;
  font-family: 'Conduit';
  text-transform: uppercase;
  font-size: 1.2em;
  position: absolute;
  z-index: 9999;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  transition: all 0.1s linear;
  top: 90px;
  right: 35px;
}
.backlink:hover,
.backlink:active,
.backlink:focus,
.eventbacklink:hover,
.eventbacklink:active,
.eventbacklink:focus {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  color: white;
}
.backlink:hover,
.backlink:focus,
.backlink:active {
  color: white;
  text-decoration: underline;
}
.linktext {
  font-size: 1.4em !important;
  margin-bottom: 0px;
  line-height: 1.1em!important;
}
.btn {
  font-size: 1.1em;
  list-style: 0.5em!important;
  color: #000000;
  border: none;
  transition: all 0.1s linear;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-top: 0;
  font-family: 'Conduit';
  text-transform: uppercase;
  padding: 0px!important;
  display: block;
  clear: both;
  text-align: left;
}
.btn i {
  font-size: 0.8em;
  margin-left: 0.35rem;
}
.btn-default {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  position: relative;
  text-decoration: none;
  background-color: transparent!important;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  color: #000000;
}
.btn-sm {
  font-size: 1.1em;
  margin-top: 0rem;
}
.btn-lg {
  font-size: 1.3em;
  margin-top: 1.6rem;
}
.btn-center {
  margin-left: auto!important;
  margin-right: auto!important;
  text-align: center!important;
}
.ButtonBelow {
  text-align: center;
  margin-bottom: 0px;
  margin-top: 2rem;
}
