/*******************************************************************************
 * lambeth_landing.layout.scss
 *
 * Styling of the "ll" panels content layout.
 ******************************************************************************/
/* new colours*/
/* Primary palette */
/* Secondary palette */
/* Background colours */
/* Used in forms & guide */
/* For buttons & guide */
/*generic colours*/
/* flourishes*/
/* General Text */
/*info boxes*/
/* Link/action colours */
/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2012 Fontspring
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      K-Type
 * License URL: http://www.fontspring.com/fflicense/k-type
 *
 */
/* line 91, ../../../sass/variables/_icon-font.scss */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  font-size: 120%;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

/* line 123, ../../../sass/variables/_icon-font.scss */
.lt-ie8 [class^="icon-"], .lt-ie8 [class*=" icon-"] {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  /* fix buttons height */
  line-height: 1em;
  /* you can be more comfortable with increased icons size */
  font-size: 120%; }

/*@mixin sectionblocks{
  padding-top:$vertical3;
  padding-bottom:$vertical3;
  margin-bottom:$vertical1;
  @include breakpoint($tab, true) {}

}*/
/* Mixins from gov.uk */
/* line 201, ../../../sass/base/_buttons.scss */
a.button, div.button > a {
  box-sizing: border-box;
  color: #ffffff;
  background-color: #993399;
  display: inline-block;
  height: inherit;
  padding: 8px 24px;
  margin-right: 8px;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  text-shadow: none;
  border: none;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.14286em;
  line-height: 1.3125;
  letter-spacing: 0.025em;
  border-radius: 3px;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }
  /* line 121, ../../../sass/base/_buttons.scss */
  a.button, a.button:hover, a.button:active, a.button:focus, a.button:visited, div.button > a, div.button > a:hover, div.button > a:active, div.button > a:focus, div.button > a:visited {
    color: #ffffff;
    text-decoration: none; }
  /* line 129, ../../../sass/base/_buttons.scss */
  a.button:hover, div.button > a:hover {
    color: #ffffff;
    background-color: #7C006B;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
  /* line 134, ../../../sass/base/_buttons.scss */
  a.button:active, div.button > a:active {
    color: #ffffff;
    background-color: #630055;
    outline: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  /* line 141, ../../../sass/base/_buttons.scss */
  a.button:focus, div.button > a:focus {
    border: 1px dotted #C0CBC4; }
  /* line 146, ../../../sass/base/_buttons.scss */
  a.button.grouped, div.button > a.grouped {
    border-radius: 0;
    margin-right: 0;
    border-right: 1px solid; }
    /* line 150, ../../../sass/base/_buttons.scss */
    a.button.grouped:first-child, div.button > a.grouped:first-child {
      border-radius: 3px 0 0 3px; }
    /* line 153, ../../../sass/base/_buttons.scss */
    a.button.grouped:last-child, div.button > a.grouped:last-child {
      border-radius: 0 3px 3px 0;
      border-right: none; }
  /* line 159, ../../../sass/base/_buttons.scss */
  a.button.stacked, div.button > a.stacked {
    border-radius: 0;
    display: block;
    width: 335px;
    margin-bottom: 0;
    border-bottom: 1px solid; }
    /* line 165, ../../../sass/base/_buttons.scss */
    a.button.stacked:first-child, div.button > a.stacked:first-child {
      border-radius: 3px 3px 0 0; }
    /* line 168, ../../../sass/base/_buttons.scss */
    a.button.stacked:last-child, div.button > a.stacked:last-child {
      border-radius: 0 0 3px 3px;
      margin-bottom: 12px;
      border-bottom: none; }

/* line 205, ../../../sass/base/_buttons.scss */
input.form-submit {
  box-sizing: border-box;
  color: #ffffff;
  background-color: #993399;
  display: inline-block;
  height: inherit;
  padding: 8px 24px;
  margin-right: 8px;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  text-shadow: none;
  border: none;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.14286em;
  line-height: 1.3125;
  letter-spacing: 0.025em;
  border-radius: 3px;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  margin-bottom: 12px; }
  /* line 121, ../../../sass/base/_buttons.scss */
  input.form-submit, input.form-submit:hover, input.form-submit:active, input.form-submit:focus, input.form-submit:visited {
    color: #ffffff;
    text-decoration: none; }
  /* line 129, ../../../sass/base/_buttons.scss */
  input.form-submit:hover {
    color: #ffffff;
    background-color: #7C006B;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
  /* line 134, ../../../sass/base/_buttons.scss */
  input.form-submit:active {
    color: #ffffff;
    background-color: #630055;
    outline: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  /* line 141, ../../../sass/base/_buttons.scss */
  input.form-submit:focus {
    border: 1px dotted #C0CBC4; }
  /* line 146, ../../../sass/base/_buttons.scss */
  input.form-submit.grouped {
    border-radius: 0;
    margin-right: 0;
    border-right: 1px solid; }
    /* line 150, ../../../sass/base/_buttons.scss */
    input.form-submit.grouped:first-child {
      border-radius: 3px 0 0 3px; }
    /* line 153, ../../../sass/base/_buttons.scss */
    input.form-submit.grouped:last-child {
      border-radius: 0 3px 3px 0;
      border-right: none; }
  /* line 159, ../../../sass/base/_buttons.scss */
  input.form-submit.stacked {
    border-radius: 0;
    display: block;
    width: 335px;
    margin-bottom: 0;
    border-bottom: 1px solid; }
    /* line 165, ../../../sass/base/_buttons.scss */
    input.form-submit.stacked:first-child {
      border-radius: 3px 3px 0 0; }
    /* line 168, ../../../sass/base/_buttons.scss */
    input.form-submit.stacked:last-child {
      border-radius: 0 0 3px 3px;
      margin-bottom: 12px;
      border-bottom: none; }

/* line 210, ../../../sass/base/_buttons.scss */
.action-links a {
  color: #ffffff;
  background-color: #066E6B;
  display: inline-block;
  display: inline;
  padding: 8px 24px;
  margin-bottom: 12px;
  margin-right: 8px;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  text-shadow: none;
  border: none;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.14286em;
  line-height: 1.3125;
  letter-spacing: 0.025em;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }
  /* line 64, ../../../sass/base/_buttons.scss */
  .action-links a, .action-links a:hover, .action-links a:active, .action-links a:focus, .action-links a:visited {
    color: #ffffff;
    text-decoration: none; }
  /* line 72, ../../../sass/base/_buttons.scss */
  .action-links a:hover {
    background-color: #09A9A4;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
  /* line 76, ../../../sass/base/_buttons.scss */
  .action-links a:active {
    background-color: #066E6B;
    outline: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  /* line 82, ../../../sass/base/_buttons.scss */
  .action-links a:focus {
    border: 1px dotted #C0CBC4; }
  /* line 87, ../../../sass/base/_buttons.scss */
  .action-links a.btn-fw {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%; }
  /* line 93, ../../../sass/base/_buttons.scss */
  .action-links a.btn-large {
    padding: 16px 24px; }
  /* line 97, ../../../sass/base/_buttons.scss */
  .action-links a.btn-small {
    padding: 6px 8px;
    margin-bottom: 4px; }

/* line 218, ../../../sass/base/_buttons.scss */
.feedback {
  color: #ffffff;
  background-color: #066E6B;
  height: 34px;
  line-height: 34px;
  position: relative;
  margin: 0;
  padding: 0 16px;
  text-decoration: none;
  display: inline-block;
  text-shadow: none;
  cursor: pointer;
  border: 0; }
  /* line 15, ../../../sass/base/_buttons.scss */
  .feedback:after {
    content: "";
    position: absolute;
    top: 0;
    right: -17px;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #066E6B;
    border-style: solid;
    border-width: 17px 0 17px 17px;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
  /* line 27, ../../../sass/base/_buttons.scss */
  .feedback:active, .feedback:focus, .feedback:visited {
    color: #ffffff;
    text-decoration: none; }
  /* line 33, ../../../sass/base/_buttons.scss */
  .feedback:hover {
    background: #066E6B;
    color: #ffffff; }
    /* line 36, ../../../sass/base/_buttons.scss */
    .feedback:hover:after {
      -moz-transition: all 300ms ease-out;
      -o-transition: all 300ms ease-out;
      -webkit-transition: all 300ms ease-out;
      transition: all 300ms ease-out;
      border-color: transparent transparent transparent #066E6B; }

/* line 222, ../../../sass/base/_buttons.scss */
a.button-arrow, div.button-arrow > a {
  box-sizing: border-box;
  color: #ffffff;
  background-color: #993399;
  display: inline-block;
  height: inherit;
  padding: 8px 24px;
  margin-right: 8px;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  text-shadow: none;
  border: none;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.14286em;
  line-height: 1.3125;
  letter-spacing: 0.025em;
  border-radius: 3px;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }
  /* line 121, ../../../sass/base/_buttons.scss */
  a.button-arrow, a.button-arrow:hover, a.button-arrow:active, a.button-arrow:focus, a.button-arrow:visited, div.button-arrow > a, div.button-arrow > a:hover, div.button-arrow > a:active, div.button-arrow > a:focus, div.button-arrow > a:visited {
    color: #ffffff;
    text-decoration: none; }
  /* line 129, ../../../sass/base/_buttons.scss */
  a.button-arrow:hover, div.button-arrow > a:hover {
    color: #ffffff;
    background-color: #7C006B;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
  /* line 134, ../../../sass/base/_buttons.scss */
  a.button-arrow:active, div.button-arrow > a:active {
    color: #ffffff;
    background-color: #630055;
    outline: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  /* line 141, ../../../sass/base/_buttons.scss */
  a.button-arrow:focus, div.button-arrow > a:focus {
    border: 1px dotted #C0CBC4; }
  /* line 146, ../../../sass/base/_buttons.scss */
  a.button-arrow.grouped, div.button-arrow > a.grouped {
    border-radius: 0;
    margin-right: 0;
    border-right: 1px solid; }
    /* line 150, ../../../sass/base/_buttons.scss */
    a.button-arrow.grouped:first-child, div.button-arrow > a.grouped:first-child {
      border-radius: 3px 0 0 3px; }
    /* line 153, ../../../sass/base/_buttons.scss */
    a.button-arrow.grouped:last-child, div.button-arrow > a.grouped:last-child {
      border-radius: 0 3px 3px 0;
      border-right: none; }
  /* line 159, ../../../sass/base/_buttons.scss */
  a.button-arrow.stacked, div.button-arrow > a.stacked {
    border-radius: 0;
    display: block;
    width: 335px;
    margin-bottom: 0;
    border-bottom: 1px solid; }
    /* line 165, ../../../sass/base/_buttons.scss */
    a.button-arrow.stacked:first-child, div.button-arrow > a.stacked:first-child {
      border-radius: 3px 3px 0 0; }
    /* line 168, ../../../sass/base/_buttons.scss */
    a.button-arrow.stacked:last-child, div.button-arrow > a.stacked:last-child {
      border-radius: 0 0 3px 3px;
      margin-bottom: 12px;
      border-bottom: none; }

/* line 225, ../../../sass/base/_buttons.scss */
.button-arrow-call {
  color: #ffffff;
  background-color: #066E6B;
  height: 34px;
  line-height: 34px;
  position: relative;
  margin: 0;
  padding: 0 16px;
  text-decoration: none;
  display: inline-block;
  text-shadow: none;
  cursor: pointer;
  border: 0; }
  /* line 15, ../../../sass/base/_buttons.scss */
  .button-arrow-call:after {
    content: "";
    position: absolute;
    top: 0;
    right: -17px;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #066E6B;
    border-style: solid;
    border-width: 17px 0 17px 17px;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
  /* line 27, ../../../sass/base/_buttons.scss */
  .button-arrow-call:active, .button-arrow-call:focus, .button-arrow-call:visited {
    color: #ffffff;
    text-decoration: none; }
  /* line 33, ../../../sass/base/_buttons.scss */
  .button-arrow-call:hover {
    background: #066E6B;
    color: #ffffff; }
    /* line 36, ../../../sass/base/_buttons.scss */
    .button-arrow-call:hover:after {
      -moz-transition: all 300ms ease-out;
      -o-transition: all 300ms ease-out;
      -webkit-transition: all 300ms ease-out;
      transition: all 300ms ease-out;
      border-color: transparent transparent transparent #066E6B; }
  /* line 227, ../../../sass/base/_buttons.scss */
  .button-arrow-call.button-arrow--generic {
    background: #066E6B; }
    /* line 229, ../../../sass/base/_buttons.scss */
    .button-arrow-call.button-arrow--generic:after {
      border-color: transparent transparent transparent #066E6B; }
    /* line 232, ../../../sass/base/_buttons.scss */
    .button-arrow-call.button-arrow--generic:hover {
      background: #066E6B; }
      /* line 234, ../../../sass/base/_buttons.scss */
      .button-arrow-call.button-arrow--generic:hover:after {
        border-color: transparent transparent transparent #066E6B; }

/* line 241, ../../../sass/base/_buttons.scss */
.button-arrow-message {
  color: #F3EADE;
  background-color: #AA3F2A;
  height: 34px;
  line-height: 34px;
  position: relative;
  margin: 0;
  padding: 0 16px;
  text-decoration: none;
  display: inline-block;
  text-shadow: none;
  cursor: pointer;
  border: 0; }
  /* line 15, ../../../sass/base/_buttons.scss */
  .button-arrow-message:after {
    content: "";
    position: absolute;
    top: 0;
    right: -17px;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #AA3F2A;
    border-style: solid;
    border-width: 17px 0 17px 17px;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
  /* line 27, ../../../sass/base/_buttons.scss */
  .button-arrow-message:active, .button-arrow-message:focus, .button-arrow-message:visited {
    color: #F3EADE;
    text-decoration: none; }
  /* line 33, ../../../sass/base/_buttons.scss */
  .button-arrow-message:hover {
    background: #AA3F2A;
    color: #F3EADE; }
    /* line 36, ../../../sass/base/_buttons.scss */
    .button-arrow-message:hover:after {
      -moz-transition: all 300ms ease-out;
      -o-transition: all 300ms ease-out;
      -webkit-transition: all 300ms ease-out;
      transition: all 300ms ease-out;
      border-color: transparent transparent transparent #AA3F2A; }
  /* line 243, ../../../sass/base/_buttons.scss */
  .button-arrow-message.button-arrow--generic {
    background: #AA3F2A; }
    /* line 245, ../../../sass/base/_buttons.scss */
    .button-arrow-message.button-arrow--generic:after {
      border-color: transparent transparent transparent #AA3F2A; }
    /* line 248, ../../../sass/base/_buttons.scss */
    .button-arrow-message.button-arrow--generic:hover {
      background: #AA3F2A; }
      /* line 250, ../../../sass/base/_buttons.scss */
      .button-arrow-message.button-arrow--generic:hover:after {
        border-color: transparent transparent transparent #AA3F2A; }

/* line 31, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
.ll-region {
  margin-bottom: 0px; }
  /* line 36, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
  .ll-region .panel-pane {
    margin-bottom: 18px; }

/* line 46, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
ul.field--name-field-ll-content-list > li {
  list-style: none;
  overflow: hidden;
  *zoom: 1; }

/* line 51, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
.l-content ul.field--name-field-ll-content-list,
.l-content div.field--name-field-ll-content-list {
  margin-bottom: 0; }

/* line 57, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
ul.field--name-field-ll-content-list > li,
div.field--name-field-ll-content-list > .field__items > .field__item,
.ll-pane .view .item-list ul li,
.ll-pane .view .view-content > ul li {
  margin-top: 10px;
  margin-bottom: 10px; }

/* line 66, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
.ll-vm-links ul.field--name-field-ll-content-list > li,
.ll-vm-links div.field--name-field-ll-content-list > .field__items > .field__item,
.ll-vm-links .ll-pane .view .item-list ul li,
.ll-vm-links .ll-pane .view .view-content > ul li {
  margin-bottom: 0px; }

/* line 74, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
.ll-border {
  background-color: #ffffff;
  border: 1px solid #C0CBC4;
  padding: 8px 16px; }

/* line 80, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
.contrast ul.field--name-field-ll-content-list > li,
.contrast div.field--name-field-ll-content-list > .field__items > .field__item {
  background-color: #c0d0c4;
  border-bottom: 1px solid #c0cbc4;
  padding: 10px; }

/* line 93, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
.teaser-overlay .teaser-overlay-inner h3 {
  padding: 0;
  margin-bottom: 6px; }
/* line 98, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
.teaser-overlay .teaser-overlay-inner span {
  font-size: 12px;
  font-size: 0.85714em;
  line-height: 1.33333; }

/* line 107, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
.node-type-landing-page .node-teaser h3,
.node-type-landing-page .pane-bundle-promo-pane h3 {
  margin-bottom: 8px; }
/* line 112, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
.node-type-landing-page a.wrap_link {
  text-decoration: none; }

/* line 119, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
.overlay .teaser-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
  width: 100%;
  background: #333333;
  background: transparent\9;
  background-color: rgba(51, 51, 51, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5333333,endColorstr=#e5333333);
  zoom: 1;
  /* IE 8 */
  /* IE 5-7 */
  /* Netscape */
  /* Safari 1.x */
  /* Good browsers */
  border-bottom: 8px solid #D4290F; }
  /* line 122, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
  .overlay .teaser-overlay .teaser-overlay-inner {
    padding: 8px 8px; }
    /* line 124, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
    .overlay .teaser-overlay .teaser-overlay-inner h3 {
      color: #F3EADE;
      padding: 0;
      margin-bottom: 0; }
    /* line 129, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
    .overlay .teaser-overlay .teaser-overlay-inner span {
      color: #ffffff;
      font-size: 12px;
      font-size: 0.85714em;
      line-height: 1.33333; }

/* line 139, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
.accordion .home-overlay-container {
  position: relative; }
/* line 142, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
.accordion .home-overlay {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 0; }
  @media (min-width: 720px) {
    /* line 142, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
    .accordion .home-overlay {
      padding: 36px 32px 12px 32px;
      border-top: 0 !important;
      position: absolute;
      left: 0;
      bottom: 0;
      background: transparent; } }
  @media (min-width: 720px) and (min-width: 720px) {
    /* line 142, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
    .accordion .home-overlay {
      /* IE9 SVG, needs conditional override of 'filter' to 'none' */
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjg1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjgyJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC45NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.85) 50%, rgba(0, 0, 0, 0.95) 82%, rgba(0, 0, 0, 0.95) 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(50%, rgba(0, 0, 0, 0.85)), color-stop(82%, rgba(0, 0, 0, 0.95)), color-stop(100%, rgba(0, 0, 0, 0.95)));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.85) 50%, rgba(0, 0, 0, 0.95) 82%, rgba(0, 0, 0, 0.95) 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.85) 50%, rgba(0, 0, 0, 0.95) 82%, rgba(0, 0, 0, 0.95) 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.85) 50%, rgba(0, 0, 0, 0.95) 82%, rgba(0, 0, 0, 0.95) 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 50%, rgba(0, 0, 0, 0.95) 82%, rgba(0, 0, 0, 0.95) 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f2000000',GradientType=0 );
      /* IE6-8 */ } }

  /* line 144, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
  .accordion .home-overlay h3 {
    display: none; }
    @media (min-width: 720px) {
      /* line 144, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
      .accordion .home-overlay h3 {
        font-size: 32px;
        font-size: 2.28571em;
        line-height: 1.3125em;
        color: #F3EADE;
        border: none; } }
    @media (min-width: 720px) {
      /* line 144, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
      .accordion .home-overlay h3 {
        display: block;
        margin-bottom: 12px; } }
  /* line 152, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
  .accordion .home-overlay .home-promo-summary {
    font-size: 14px;
    font-size: 1em;
    line-height: 1.5;
    color: #C0D0C4;
    background: #333333;
    background: transparent\9;
    background-color: rgba(51, 51, 51, 0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5333333,endColorstr=#e5333333);
    zoom: 1;
    /* IE 8 */
    /* IE 5-7 */
    /* Netscape */
    /* Safari 1.x */
    /* Good browsers */
    font-family: "RalewayMedium", Arial, Helvetica, sans-serif;
    bottom: 0;
    padding: 8px 8px;
    margin-bottom: 0; }
    @media (min-width: 720px) {
      /* line 152, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
      .accordion .home-overlay .home-promo-summary {
        font-size: 21px;
        font-size: 1.5em;
        line-height: 1.14286em;
        color: #C0D0C4;
        margin-bottom: 12px;
        background-color: transparent; } }
    @media (min-width: 720px) {
      /* line 152, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
      .accordion .home-overlay .home-promo-summary {
        padding: 0; } }
    /* line 159, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
    .accordion .home-overlay .home-promo-summary p {
      margin-bottom: 0; }

/* line 168, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
.ll-node-teaser a {
  overflow: hidden;
  *zoom: 1; }
/* line 171, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
.ll-node-teaser .field--type-image,
.ll-node-teaser a > img {
  width: 49.53271%;
  float: left;
  margin-right: 0.93458%; }
/* line 175, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
.ll-node-teaser .teaser-overlay {
  width: 49.53271%;
  float: right;
  margin-right: 0;
  *margin-left: -10px; }

@media (min-width: 720px) {
  /* line 181, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
  .ll-region-double {
    width: 65.38462%;
    float: left;
    margin-right: 3.84615%; } }
  @media (min-width: 720px) and (min-width: 720px) {
    /* line 185, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
    .ll-region-double .accordion .home-overlay {
      padding: 36px 32px 12px 32px; } }
@media (min-width: 720px) {
    /* line 205, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
    .ll-region-double .grid-multiple ul.field--name-field-ll-content-list,
    .ll-region-double .grid-multiple div.field--name-field-ll-content-list > .field__items {
      overflow: hidden;
      *zoom: 1; }
      /* line 209, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
      .ll-region-double .grid-multiple ul.field--name-field-ll-content-list > li,
      .ll-region-double .grid-multiple ul.field--name-field-ll-content-list > .field__item,
      .ll-region-double .grid-multiple div.field--name-field-ll-content-list > .field__items > li,
      .ll-region-double .grid-multiple div.field--name-field-ll-content-list > .field__items > .field__item {
        width: 47.05882%;
        float: left;
        margin-right: 5.88235%; }
        /* line 184, ../../../../../../../../../../../../../usr/local/lib/ruby/gems/2.2.0/gems/susy-1.0.9/sass/susy/_grid.scss */
        .ll-region-double .grid-multiple ul.field--name-field-ll-content-list > li:nth-child(2n),
        .ll-region-double .grid-multiple ul.field--name-field-ll-content-list > .field__item:nth-child(2n),
        .ll-region-double .grid-multiple div.field--name-field-ll-content-list > .field__items > li:nth-child(2n),
        .ll-region-double .grid-multiple div.field--name-field-ll-content-list > .field__items > .field__item:nth-child(2n) {
          float: right;
          margin-right: 0;
          *margin-left: -10px; }

  /* line 231, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
  .ll-region-single {
    width: 30.76923%;
    float: left;
    margin-right: 3.84615%; }
    /* line 235, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
    .ll-region-single .ll-node-teaser .field--type-image,
    .ll-region-single .ll-node-teaser a > img {
      width: 100%;
      float: right;
      margin-right: 0;
      *margin-left: -10px; }
    /* line 239, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
    .ll-region-single .ll-node-teaser .teaser-overlay {
      width: 100%;
      float: right;
      margin-right: 0;
      *margin-left: -10px; }
    /* line 245, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
    .ll-region-single div.panel-pane div.node.ll-node-teaser {
      margin-bottom: 10px; } }
  @media (min-width: 720px) and (min-width: 720px) {
    /* line 252, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
    .ll-region-single.accordion .home-overlay {
      padding: 12px 8px 0 8px; }
      /* line 255, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
      .ll-region-single.accordion .home-overlay h3 {
        font-size: 21px;
        font-size: 1.5em;
        line-height: 1.33333em;
        margin-bottom: 8px; }
      /* line 259, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
      .ll-region-single.accordion .home-overlay .home-promo-summary {
        font-size: 14px;
        font-size: 1em;
        line-height: 1.28571; } }

@media (min-width: 720px) {
  /* line 267, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
  .ll-region-half {
    width: 49.0566%;
    float: left;
    margin-right: 1.88679%; } }
  @media (min-width: 720px) and (min-width: 720px) {
    /* line 271, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
    .ll-region-half.accordion .home-overlay {
      padding: 24px 16px 0 16px; }
      /* line 274, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
      .ll-region-half.accordion .home-overlay h3 {
        margin-bottom: 8px; }
      /* line 277, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
      .ll-region-half.accordion .home-overlay .home-promo-summary {
        font-size: 14px;
        font-size: 1em;
        line-height: 1.28571; } }

@media (min-width: 720px) {
  /* line 288, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
  .ll-region-full .ll-node-teaser .field--type-image,
  .ll-region-full .ll-node-teaser a > img {
    width: 32.71028%;
    float: left;
    margin-right: 0.93458%; }
  /* line 292, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
  .ll-region-full .ll-node-teaser .teaser-overlay {
    width: 66.35514%;
    float: right;
    margin-right: 0;
    *margin-left: -10px; }
  /* line 299, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
  .ll-region-full .grid-multiple ul.field--name-field-ll-content-list,
  .ll-region-full .grid-multiple div.field--name-field-ll-content-list > .field__items,
  .ll-region-full .grid-multiple .view .item-list ul,
  .ll-region-full .grid-multiple .view .view-content > ul,
  .ll-region-full .grid-multiple .field-collection-container {
    overflow: hidden;
    *zoom: 1; }
    /* line 306, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
    .ll-region-full .grid-multiple ul.field--name-field-ll-content-list > li,
    .ll-region-full .grid-multiple ul.field--name-field-ll-content-list > .field__item,
    .ll-region-full .grid-multiple ul.field--name-field-ll-content-list > .field--type-field-collection,
    .ll-region-full .grid-multiple div.field--name-field-ll-content-list > .field__items > li,
    .ll-region-full .grid-multiple div.field--name-field-ll-content-list > .field__items > .field__item,
    .ll-region-full .grid-multiple div.field--name-field-ll-content-list > .field__items > .field--type-field-collection,
    .ll-region-full .grid-multiple .view .item-list ul > li,
    .ll-region-full .grid-multiple .view .item-list ul > .field__item,
    .ll-region-full .grid-multiple .view .item-list ul > .field--type-field-collection,
    .ll-region-full .grid-multiple .view .view-content > ul > li,
    .ll-region-full .grid-multiple .view .view-content > ul > .field__item,
    .ll-region-full .grid-multiple .view .view-content > ul > .field--type-field-collection,
    .ll-region-full .grid-multiple .field-collection-container > li,
    .ll-region-full .grid-multiple .field-collection-container > .field__item,
    .ll-region-full .grid-multiple .field-collection-container > .field--type-field-collection {
      width: 30.76923%;
      float: left;
      margin-right: 3.84615%;
      margin-bottom: 10px;
      margin-top: 10px; }
      /* line 184, ../../../../../../../../../../../../../usr/local/lib/ruby/gems/2.2.0/gems/susy-1.0.9/sass/susy/_grid.scss */
      .ll-region-full .grid-multiple ul.field--name-field-ll-content-list > li:nth-child(3n),
      .ll-region-full .grid-multiple ul.field--name-field-ll-content-list > .field__item:nth-child(3n),
      .ll-region-full .grid-multiple ul.field--name-field-ll-content-list > .field--type-field-collection:nth-child(3n),
      .ll-region-full .grid-multiple div.field--name-field-ll-content-list > .field__items > li:nth-child(3n),
      .ll-region-full .grid-multiple div.field--name-field-ll-content-list > .field__items > .field__item:nth-child(3n),
      .ll-region-full .grid-multiple div.field--name-field-ll-content-list > .field__items > .field--type-field-collection:nth-child(3n),
      .ll-region-full .grid-multiple .view .item-list ul > li:nth-child(3n),
      .ll-region-full .grid-multiple .view .item-list ul > .field__item:nth-child(3n),
      .ll-region-full .grid-multiple .view .item-list ul > .field--type-field-collection:nth-child(3n),
      .ll-region-full .grid-multiple .view .view-content > ul > li:nth-child(3n),
      .ll-region-full .grid-multiple .view .view-content > ul > .field__item:nth-child(3n),
      .ll-region-full .grid-multiple .view .view-content > ul > .field--type-field-collection:nth-child(3n),
      .ll-region-full .grid-multiple .field-collection-container > li:nth-child(3n),
      .ll-region-full .grid-multiple .field-collection-container > .field__item:nth-child(3n),
      .ll-region-full .grid-multiple .field-collection-container > .field--type-field-collection:nth-child(3n) {
        float: right;
        margin-right: 0;
        *margin-left: -10px; }
      /* line 312, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
      .ll-region-full .grid-multiple ul.field--name-field-ll-content-list > li:nth-child(3n+1),
      .ll-region-full .grid-multiple ul.field--name-field-ll-content-list > .field__item:nth-child(3n+1),
      .ll-region-full .grid-multiple ul.field--name-field-ll-content-list > .field--type-field-collection:nth-child(3n+1),
      .ll-region-full .grid-multiple div.field--name-field-ll-content-list > .field__items > li:nth-child(3n+1),
      .ll-region-full .grid-multiple div.field--name-field-ll-content-list > .field__items > .field__item:nth-child(3n+1),
      .ll-region-full .grid-multiple div.field--name-field-ll-content-list > .field__items > .field--type-field-collection:nth-child(3n+1),
      .ll-region-full .grid-multiple .view .item-list ul > li:nth-child(3n+1),
      .ll-region-full .grid-multiple .view .item-list ul > .field__item:nth-child(3n+1),
      .ll-region-full .grid-multiple .view .item-list ul > .field--type-field-collection:nth-child(3n+1),
      .ll-region-full .grid-multiple .view .view-content > ul > li:nth-child(3n+1),
      .ll-region-full .grid-multiple .view .view-content > ul > .field__item:nth-child(3n+1),
      .ll-region-full .grid-multiple .view .view-content > ul > .field--type-field-collection:nth-child(3n+1),
      .ll-region-full .grid-multiple .field-collection-container > li:nth-child(3n+1),
      .ll-region-full .grid-multiple .field-collection-container > .field__item:nth-child(3n+1),
      .ll-region-full .grid-multiple .field-collection-container > .field--type-field-collection:nth-child(3n+1) {
        clear: both; }
    /* line 320, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
    .ll-region-full .grid-multiple ul.field--name-field-ll-content-list > li,
    .ll-region-full .grid-multiple div.field--name-field-ll-content-list > .field__items > li,
    .ll-region-full .grid-multiple .view .item-list ul > li,
    .ll-region-full .grid-multiple .view .view-content > ul > li,
    .ll-region-full .grid-multiple .field-collection-container > li {
      list-style: none outside; }
  /* line 348, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
  .ll-region-full .grid-multiple.grid-2 ul.field--name-field-ll-content-list > li,
  .ll-region-full .grid-multiple.grid-2 ul.field--name-field-ll-content-list > .field__item,
  .ll-region-full .grid-multiple.grid-2 ul.field--name-field-ll-content-list > .field--type-field-collection,
  .ll-region-full .grid-multiple.grid-2 div.field--name-field-ll-content-list > .field__items > li,
  .ll-region-full .grid-multiple.grid-2 div.field--name-field-ll-content-list > .field__items > .field__item,
  .ll-region-full .grid-multiple.grid-2 div.field--name-field-ll-content-list > .field__items > .field--type-field-collection,
  .ll-region-full .grid-multiple.grid-2 .view .item-list ul > li,
  .ll-region-full .grid-multiple.grid-2 .view .item-list ul > .field__item,
  .ll-region-full .grid-multiple.grid-2 .view .item-list ul > .field--type-field-collection,
  .ll-region-full .grid-multiple.grid-2 .view .view-content > ul > li,
  .ll-region-full .grid-multiple.grid-2 .view .view-content > ul > .field__item,
  .ll-region-full .grid-multiple.grid-2 .view .view-content > ul > .field--type-field-collection,
  .ll-region-full .grid-multiple.grid-2 .field-collection-container > li,
  .ll-region-full .grid-multiple.grid-2 .field-collection-container > .field__item,
  .ll-region-full .grid-multiple.grid-2 .field-collection-container > .field--type-field-collection, .ll-region-full .grid-multiple.grid-4 ul.field--name-field-ll-content-list > li,
  .ll-region-full .grid-multiple.grid-4 ul.field--name-field-ll-content-list > .field__item,
  .ll-region-full .grid-multiple.grid-4 ul.field--name-field-ll-content-list > .field--type-field-collection,
  .ll-region-full .grid-multiple.grid-4 div.field--name-field-ll-content-list > .field__items > li,
  .ll-region-full .grid-multiple.grid-4 div.field--name-field-ll-content-list > .field__items > .field__item,
  .ll-region-full .grid-multiple.grid-4 div.field--name-field-ll-content-list > .field__items > .field--type-field-collection,
  .ll-region-full .grid-multiple.grid-4 .view .item-list ul > li,
  .ll-region-full .grid-multiple.grid-4 .view .item-list ul > .field__item,
  .ll-region-full .grid-multiple.grid-4 .view .item-list ul > .field--type-field-collection,
  .ll-region-full .grid-multiple.grid-4 .view .view-content > ul > li,
  .ll-region-full .grid-multiple.grid-4 .view .view-content > ul > .field__item,
  .ll-region-full .grid-multiple.grid-4 .view .view-content > ul > .field--type-field-collection,
  .ll-region-full .grid-multiple.grid-4 .field-collection-container > li,
  .ll-region-full .grid-multiple.grid-4 .field-collection-container > .field__item,
  .ll-region-full .grid-multiple.grid-4 .field-collection-container > .field--type-field-collection {
    width: 48.57143%;
    float: left;
    margin-right: 2.85714%; }
    /* line 184, ../../../../../../../../../../../../../usr/local/lib/ruby/gems/2.2.0/gems/susy-1.0.9/sass/susy/_grid.scss */
    .ll-region-full .grid-multiple.grid-2 ul.field--name-field-ll-content-list > li:nth-child(2n),
    .ll-region-full .grid-multiple.grid-2 ul.field--name-field-ll-content-list > .field__item:nth-child(2n),
    .ll-region-full .grid-multiple.grid-2 ul.field--name-field-ll-content-list > .field--type-field-collection:nth-child(2n),
    .ll-region-full .grid-multiple.grid-2 div.field--name-field-ll-content-list > .field__items > li:nth-child(2n),
    .ll-region-full .grid-multiple.grid-2 div.field--name-field-ll-content-list > .field__items > .field__item:nth-child(2n),
    .ll-region-full .grid-multiple.grid-2 div.field--name-field-ll-content-list > .field__items > .field--type-field-collection:nth-child(2n),
    .ll-region-full .grid-multiple.grid-2 .view .item-list ul > li:nth-child(2n),
    .ll-region-full .grid-multiple.grid-2 .view .item-list ul > .field__item:nth-child(2n),
    .ll-region-full .grid-multiple.grid-2 .view .item-list ul > .field--type-field-collection:nth-child(2n),
    .ll-region-full .grid-multiple.grid-2 .view .view-content > ul > li:nth-child(2n),
    .ll-region-full .grid-multiple.grid-2 .view .view-content > ul > .field__item:nth-child(2n),
    .ll-region-full .grid-multiple.grid-2 .view .view-content > ul > .field--type-field-collection:nth-child(2n),
    .ll-region-full .grid-multiple.grid-2 .field-collection-container > li:nth-child(2n),
    .ll-region-full .grid-multiple.grid-2 .field-collection-container > .field__item:nth-child(2n),
    .ll-region-full .grid-multiple.grid-2 .field-collection-container > .field--type-field-collection:nth-child(2n), .ll-region-full .grid-multiple.grid-4 ul.field--name-field-ll-content-list > li:nth-child(2n),
    .ll-region-full .grid-multiple.grid-4 ul.field--name-field-ll-content-list > .field__item:nth-child(2n),
    .ll-region-full .grid-multiple.grid-4 ul.field--name-field-ll-content-list > .field--type-field-collection:nth-child(2n),
    .ll-region-full .grid-multiple.grid-4 div.field--name-field-ll-content-list > .field__items > li:nth-child(2n),
    .ll-region-full .grid-multiple.grid-4 div.field--name-field-ll-content-list > .field__items > .field__item:nth-child(2n),
    .ll-region-full .grid-multiple.grid-4 div.field--name-field-ll-content-list > .field__items > .field--type-field-collection:nth-child(2n),
    .ll-region-full .grid-multiple.grid-4 .view .item-list ul > li:nth-child(2n),
    .ll-region-full .grid-multiple.grid-4 .view .item-list ul > .field__item:nth-child(2n),
    .ll-region-full .grid-multiple.grid-4 .view .item-list ul > .field--type-field-collection:nth-child(2n),
    .ll-region-full .grid-multiple.grid-4 .view .view-content > ul > li:nth-child(2n),
    .ll-region-full .grid-multiple.grid-4 .view .view-content > ul > .field__item:nth-child(2n),
    .ll-region-full .grid-multiple.grid-4 .view .view-content > ul > .field--type-field-collection:nth-child(2n),
    .ll-region-full .grid-multiple.grid-4 .field-collection-container > li:nth-child(2n),
    .ll-region-full .grid-multiple.grid-4 .field-collection-container > .field__item:nth-child(2n),
    .ll-region-full .grid-multiple.grid-4 .field-collection-container > .field--type-field-collection:nth-child(2n) {
      float: right;
      margin-right: 0;
      *margin-left: -10px; }
  /* line 364, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
  .ll-region-full .grid-multiple.grid-multiple .ll-node-teaser .field--type-image,
  .ll-region-full .grid-multiple.grid-multiple .ll-node-teaser a > img {
    width: 49.0566%;
    float: left;
    margin-right: 1.88679%; }
  /* line 368, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
  .ll-region-full .grid-multiple.grid-multiple .ll-node-teaser .teaser-overlay {
    width: 49.0566%;
    float: right;
    margin-right: 0;
    *margin-left: -10px; }
  /* line 381, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
  .ll-region-full .grid-multiple.grid-4.overlay ul.field--name-field-ll-content-list > li,
  .ll-region-full .grid-multiple.grid-4.overlay ul.field--name-field-ll-content-list > .field__item,
  .ll-region-full .grid-multiple.grid-4.overlay ul.field--name-field-ll-content-list > .field--type-field-collection,
  .ll-region-full .grid-multiple.grid-4.overlay div.field--name-field-ll-content-list > .field__items > li,
  .ll-region-full .grid-multiple.grid-4.overlay div.field--name-field-ll-content-list > .field__items > .field__item,
  .ll-region-full .grid-multiple.grid-4.overlay div.field--name-field-ll-content-list > .field__items > .field--type-field-collection,
  .ll-region-full .grid-multiple.grid-4.overlay .view .item-list ul > li,
  .ll-region-full .grid-multiple.grid-4.overlay .view .item-list ul > .field__item,
  .ll-region-full .grid-multiple.grid-4.overlay .view .item-list ul > .field--type-field-collection,
  .ll-region-full .grid-multiple.grid-4.overlay .view .view-content > ul > li,
  .ll-region-full .grid-multiple.grid-4.overlay .view .view-content > ul > .field__item,
  .ll-region-full .grid-multiple.grid-4.overlay .view .view-content > ul > .field--type-field-collection,
  .ll-region-full .grid-multiple.grid-4.overlay .field-collection-container > li,
  .ll-region-full .grid-multiple.grid-4.overlay .field-collection-container > .field__item,
  .ll-region-full .grid-multiple.grid-4.overlay .field-collection-container > .field--type-field-collection {
    width: 24.29907%;
    float: left;
    margin-right: 0.93458%; }
    /* line 184, ../../../../../../../../../../../../../usr/local/lib/ruby/gems/2.2.0/gems/susy-1.0.9/sass/susy/_grid.scss */
    .ll-region-full .grid-multiple.grid-4.overlay ul.field--name-field-ll-content-list > li:nth-child(4n),
    .ll-region-full .grid-multiple.grid-4.overlay ul.field--name-field-ll-content-list > .field__item:nth-child(4n),
    .ll-region-full .grid-multiple.grid-4.overlay ul.field--name-field-ll-content-list > .field--type-field-collection:nth-child(4n),
    .ll-region-full .grid-multiple.grid-4.overlay div.field--name-field-ll-content-list > .field__items > li:nth-child(4n),
    .ll-region-full .grid-multiple.grid-4.overlay div.field--name-field-ll-content-list > .field__items > .field__item:nth-child(4n),
    .ll-region-full .grid-multiple.grid-4.overlay div.field--name-field-ll-content-list > .field__items > .field--type-field-collection:nth-child(4n),
    .ll-region-full .grid-multiple.grid-4.overlay .view .item-list ul > li:nth-child(4n),
    .ll-region-full .grid-multiple.grid-4.overlay .view .item-list ul > .field__item:nth-child(4n),
    .ll-region-full .grid-multiple.grid-4.overlay .view .item-list ul > .field--type-field-collection:nth-child(4n),
    .ll-region-full .grid-multiple.grid-4.overlay .view .view-content > ul > li:nth-child(4n),
    .ll-region-full .grid-multiple.grid-4.overlay .view .view-content > ul > .field__item:nth-child(4n),
    .ll-region-full .grid-multiple.grid-4.overlay .view .view-content > ul > .field--type-field-collection:nth-child(4n),
    .ll-region-full .grid-multiple.grid-4.overlay .field-collection-container > li:nth-child(4n),
    .ll-region-full .grid-multiple.grid-4.overlay .field-collection-container > .field__item:nth-child(4n),
    .ll-region-full .grid-multiple.grid-4.overlay .field-collection-container > .field--type-field-collection:nth-child(4n) {
      float: right;
      margin-right: 0;
      *margin-left: -10px; }
  /* line 393, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
  .ll-region-full .grid-multiple.grid-4.overlay .ll-node-teaser .field--type-image,
  .ll-region-full .grid-multiple.grid-4.overlay .ll-node-teaser a > img {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -10px; }
  /* line 397, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
  .ll-region-full .grid-multiple.grid-4.overlay .ll-node-teaser .teaser-overlay {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -10px; }

  /* line 407, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
  .ll-region--feature-first,
  .ll-region--feature-second {
    clear: both; }

  /* line 415, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
  .ll-region--promo-first,
  .ll-region--promo-second {
    float: right;
    margin-right: 0;
    *margin-left: -10px; }

  /* line 419, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
  .ll-region--main,
  .ll-region--secondary {
    clear: both; }

  /* line 430, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
  .ll-region--main-third {
    float: right;
    margin-right: 0;
    *margin-left: -10px; }

  /* line 437, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
  .ll-region-half .default section.node--featured-content--teaser,
  .ll-region-half .default section.node--featured-content--teaser {
    overflow: hidden;
    *zoom: 1; }
  /* line 440, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
  .ll-region-half .default h3.node__title,
  .ll-region-half .default h3.node__title {
    margin-bottom: 6px; }
  /* line 443, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
  .ll-region-half .default .field--name-field-featured-image,
  .ll-region-half .default .field--name-field-featured-image {
    width: 49.0566%; }
  /* line 446, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
  .ll-region-half .default .home-overlay,
  .ll-region-half .default .home-overlay {
    width: 49.0566%;
    float: right;
    overflow: hidden; }

  /* line 455, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
  .ll-region--tertiary-first {
    clear: both; }

  /* line 462, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
  .ll-region--tertiary-third {
    float: right;
    margin-right: 0;
    *margin-left: -10px; } }
/* line 469, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
.ll-pane section h3 {
  display: block; }

/* line 473, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
.l-content .ll-pane ul {
  margin-bottom: 10px; }
  /* line 476, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
  .l-content .ll-pane ul li {
    overflow: hidden;
    *zoom: 1; }

/* line 483, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
.l-content .ll-pane .bullet-list > ul > li {
  overflow: inherit; }

/* line 488, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
.l-content .ll-pane {
  overflow: hidden;
  *zoom: 1; }

/* line 493, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
.node-type-landing-page .ll-region--feature-second li {
  margin-right: 10px; }
  /* line 495, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
  .node-type-landing-page .ll-region--feature-second li:before {
    content: "\e993";
    font-family: 'Lambeth-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #066E6B;
    -webkit-font-smoothing: antialiased; }

/* line 510, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
.node-type-landing-page .l-content .pane-views-panes .more-link a,
.node-type-landing-page .pane-bundle-content-list .field--type-link-field a {
  box-sizing: border-box;
  color: #ffffff;
  background-color: #993399;
  display: inline-block;
  height: inherit;
  padding: 8px 24px;
  margin-right: 8px;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  text-shadow: none;
  border: none;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.14286em;
  line-height: 1.3125;
  letter-spacing: 0.025em;
  border-radius: 3px;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }
  /* line 121, ../../../sass/base/_buttons.scss */
  .node-type-landing-page .l-content .pane-views-panes .more-link a, .node-type-landing-page .l-content .pane-views-panes .more-link a:hover, .node-type-landing-page .l-content .pane-views-panes .more-link a:active, .node-type-landing-page .l-content .pane-views-panes .more-link a:focus, .node-type-landing-page .l-content .pane-views-panes .more-link a:visited,
  .node-type-landing-page .pane-bundle-content-list .field--type-link-field a,
  .node-type-landing-page .pane-bundle-content-list .field--type-link-field a:hover,
  .node-type-landing-page .pane-bundle-content-list .field--type-link-field a:active,
  .node-type-landing-page .pane-bundle-content-list .field--type-link-field a:focus,
  .node-type-landing-page .pane-bundle-content-list .field--type-link-field a:visited {
    color: #ffffff;
    text-decoration: none; }
  /* line 129, ../../../sass/base/_buttons.scss */
  .node-type-landing-page .l-content .pane-views-panes .more-link a:hover,
  .node-type-landing-page .pane-bundle-content-list .field--type-link-field a:hover {
    color: #ffffff;
    background-color: #7C006B;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
  /* line 134, ../../../sass/base/_buttons.scss */
  .node-type-landing-page .l-content .pane-views-panes .more-link a:active,
  .node-type-landing-page .pane-bundle-content-list .field--type-link-field a:active {
    color: #ffffff;
    background-color: #630055;
    outline: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  /* line 141, ../../../sass/base/_buttons.scss */
  .node-type-landing-page .l-content .pane-views-panes .more-link a:focus,
  .node-type-landing-page .pane-bundle-content-list .field--type-link-field a:focus {
    border: 1px dotted #C0CBC4; }
  /* line 146, ../../../sass/base/_buttons.scss */
  .node-type-landing-page .l-content .pane-views-panes .more-link a.grouped,
  .node-type-landing-page .pane-bundle-content-list .field--type-link-field a.grouped {
    border-radius: 0;
    margin-right: 0;
    border-right: 1px solid; }
    /* line 150, ../../../sass/base/_buttons.scss */
    .node-type-landing-page .l-content .pane-views-panes .more-link a.grouped:first-child,
    .node-type-landing-page .pane-bundle-content-list .field--type-link-field a.grouped:first-child {
      border-radius: 3px 0 0 3px; }
    /* line 153, ../../../sass/base/_buttons.scss */
    .node-type-landing-page .l-content .pane-views-panes .more-link a.grouped:last-child,
    .node-type-landing-page .pane-bundle-content-list .field--type-link-field a.grouped:last-child {
      border-radius: 0 3px 3px 0;
      border-right: none; }
  /* line 159, ../../../sass/base/_buttons.scss */
  .node-type-landing-page .l-content .pane-views-panes .more-link a.stacked,
  .node-type-landing-page .pane-bundle-content-list .field--type-link-field a.stacked {
    border-radius: 0;
    display: block;
    width: 335px;
    margin-bottom: 0;
    border-bottom: 1px solid; }
    /* line 165, ../../../sass/base/_buttons.scss */
    .node-type-landing-page .l-content .pane-views-panes .more-link a.stacked:first-child,
    .node-type-landing-page .pane-bundle-content-list .field--type-link-field a.stacked:first-child {
      border-radius: 3px 3px 0 0; }
    /* line 168, ../../../sass/base/_buttons.scss */
    .node-type-landing-page .l-content .pane-views-panes .more-link a.stacked:last-child,
    .node-type-landing-page .pane-bundle-content-list .field--type-link-field a.stacked:last-child {
      border-radius: 0 0 3px 3px;
      margin-bottom: 12px;
      border-bottom: none; }

/* line 515, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
.node-type-landing-page .l-content a.button-arrow-call,
.node-type-landing-page .l-content .pane-views-panes .more-link a,
.node-type-landing-page .pane-bundle-content-list .field--type-link-field a {
  float: right;
  margin-right: 17px; }

/* line 524, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
.l-content .ll-pane .field--name-field-cta-text p {
  margin-bottom: 0px; }
/* line 527, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
.l-content .ll-pane .field--name-field-cta-text p ~ p {
  margin-bottom: 24px; }

/* line 573, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
.panels-ipe .ui-front {
  z-index: 1002; }

/* line 577, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
.grid .field-collection-container {
  border-bottom: none; }
  /* line 579, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
  .grid .field-collection-container .field-collection-view {
    padding: 0;
    margin: 0;
    border-bottom: none; }
    /* line 584, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
    .grid .field-collection-container .field-collection-view .field-label {
      width: auto; }
    /* line 589, ../../../sass/layouts/lambeth_landing/lambeth_landing.layout.scss */
    .grid .field-collection-container .field-collection-view .field-group-table table {
      margin-bottom: 12px; }
