/*********************
BREAKPOINTS
*********************/
/* @group Greys */
/* @end */
/* @group Corporate colours taken from logo */
/* @end */
/* @group Site Defaults */
/* @end */
.bleedGallery footer {
  display: none !important; }

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: url("images/vintage-brighton.jpg") no-repeat;
  background-position: bottom;
  background-size: cover;
  background-attachment: scroll; }
  footer .footerWell {
    margin-bottom: 3rem;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */ }
    footer .footerWell h4 {
      margin-top: 1rem; }
    footer .footerWell ul {
      padding: 0px;
      margin: 0.5rem 0px 0px 0px;
      width: 100%; }
      footer .footerWell ul li {
        list-style: none;
        margin-bottom: .1rem; }
      footer .footerWell ul li:last-child {
        margin-bottom: 0px; }
    footer .footerWell address {
      margin-bottom: 0.5rem; }
    footer .footerWell .embed-container {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      max-width: 100%;
      margin: .75rem 0rem .75rem 0rem; }
    footer .footerWell .embed-container iframe,
    footer .footerWell .embed-container object,
    footer .footerWell .embed-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  footer .footerWellPad {
    padding: 1rem; }
  footer .FooterWellRounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  footer .FooterWellBlackTint {
    background: rgba(0, 0, 0, 0.09); }
  footer .FooterWellWhiteTint {
    background: rgba(255, 255, 255, 0.09); }
  footer a {
    opacity: 0.7;
    filter: alpha(opacity=70);
    transition: all 0.3s linear; }
  footer a:hover, footer a:active, footer a:focus {
    opacity: 1;
    filter: alpha(opacity=100); }

/* @group Sign-off */
#signoff {
  padding-top: 0rem; }
  #signoff p, #signoff li {
    text-align: center; }
  #signoff ul {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem; }

/* @end */
/* @group Social Links */
.socialLinksbot {
  margin-top: 1.5rem; }
  .socialLinksbot a {
    font-size: 2.4em;
    margin-right: 0.5rem;
    transition: all 0.07s linear;
    color: #000000;
    opacity: 1; }
  .socialLinksbot a:hover, .socialLinksbot a:focus, .socialLinksbot a:active {
    opacity: .7; }

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

.menu-1-columns-2, .menu-2-columns-2, .menu-3-columns-2 {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem; }

.menu-1-columns-3, .menu-2-columns-3, .menu-3-columns-3 {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem; }

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 1200px) {
  .footerWell ul, .menu-1-columns-2, .menu-2-columns-2, .menu-3-columns-2, .menu-1-columns-3, .menu-2-columns-3, .menu-3-columns-3 {
    column-count: 2; }
  .footerWell {
    margin-bottom: 0.5rem !important; }
  .footerWellPad {
    padding: 1rem !important; } }

.PortalLinks ul {
  padding: 0px;
  text-align: center; }
  .PortalLinks ul li {
    list-style: none;
    display: inline;
    margin-left: 1rem;
    margin-left: 1rem; }
    .PortalLinks ul li img {
      width: 130px;
      height: auto; }

/* Smartphones (portrait and landscape) */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .footerWell {
    background: rgba(0, 0, 0, 0.5) !important; }
  .accred img {
    max-width: 87% !important; }
  .PortalLinks ul li {
    margin-left: .8rem;
    margin-left: .8rem; }
    .PortalLinks ul li img {
      width: 70px;
      height: auto;
      margin-bottom: .4rem; } }

img.snail {
  max-width: 800px;
  margin-bottom: 1rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: none; }

body.home img.snail {
  display: block; }

.footerlogosBreak {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%; }

.accred {
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 2rem; }
  .accred img {
    max-width: 620px; }
