/* @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 */
/*.footerin {
transition: all $transQuick linear;
@include opacity(1);
}*/
.bleedGallery footer {
  display: none !important; }

footer {
  padding-top: 2.5rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
  /*	transition: all $transQuick linear;
	width: 100%;*/
  /*   position: fixed;
	    bottom: 0;
	    z-index: -1;*/
  /*-webkit-box-shadow: inset 0px 15px 24px -7px rgba(0,0,0,0.06);
-moz-box-shadow: inset 0px 15px 24px -7px rgba(0,0,0,0.06);
box-shadow: inset 0px 15px 24px -7px rgba(0,0,0,0.06);*/ }
  footer a {
    transition: all 0.3s linear; }
  footer ul {
    padding-left: 0px; }
    footer ul li {
      list-style: none;
      padding-top: 0.45rem;
      padding-bottom: 0.45rem; }
    footer ul li:last-child {
      border-bottom: none; }
  footer .footerWell {
    padding: 1.25rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.07s linear;
    margin-bottom: 1rem; }

/* @group Sign-off */
#signoff {
  padding-top: 0rem; }
  #signoff p, #signoff li {
    text-align: center;
    border: none; }
  #signoff ul {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem; }
  #signoff img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 1.5rem; }

/* @end */
/* @group Social Links */
.socialLinksbot {
  margin-top: 2rem; }
  .socialLinksbot a {
    font-size: 1.4em;
    margin-right: 0.75rem;
    transition: all 0.07s linear;
    color: #000000; }
  .socialLinksbot a:hover, .socialLinksbot a:focus, .socialLinksbot a:active {
    @opacity (0.7); }

/* @end */
/* @group Footer links */
.footer-links {
  padding-left: 0px;
  text-align: center;
  color: #f7f7f7; }
  .footer-links li {
    list-style: none;
    display: inline; }

/* iPads (landscape) */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  footer {
    padding-bottom: 2rem; } }

/* iPads (portrait) */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  footer {
    padding-bottom: 2rem; } }

/* Smartphones (portrait and landscape) */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  footer {
    padding-bottom: 2rem; } }

/* @end */
