/* @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 */
.btn {
  font-size: 1em;
  display: inline-block;
  padding: 0px;
  margin: 1rem .2rem 0px 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  outline: none;
  border: none;
  color: #000000;
  font-family: 'Deck Bold';
  text-transform: uppercase;
  transition: all 0.07s linear; }

.btn:hover, .btn:active, .btn:focus {
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer; }

.buttonbelow {
  text-align: center;
  margin-bottom: 0px;
  margin-top: 2rem; }

.SideLink a {
  color: #000000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  padding-left: .25rem; }

.SideLink a:hover, .SideLink a:active, .SideLink a:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.btn-sm {
  font-size: 0.85em;
  margin-top: 0.5rem;
  padding: 0.38rem .8rem 0.4rem; }

.btn-lg {
  font-size: 1.3em !important;
  margin-top: 1rem;
  padding: 0rem;
  text-transform: uppercase; }

.btn-center {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important; }

.btn.solidbtn {
  background-color: #000000 !important;
  color: white !important;
  border: 1px solid #000000; }

.btn.solidbtn:hover, .btn.solidbtn:active, .btn.solidbtn:focus {
  background-color: transparent !important;
  color: #000000 !important;
  border: 1px solid #000000 !important; }

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .btn-lg {
    width: 100%;
    margin-bottom: 0px !important; }
  .linkOne {
    margin-top: 1rem; }
  .linkTwo {
    margin-top: .4rem;
    margin-bottom: 0px; } }
