/*@include media-breakpoint-up(xs) { ... }
@include media-breakpoint-up(sm) { ... }
@include media-breakpoint-up(md) { ... }
@include media-breakpoint-up(lg) { ... }
@include media-breakpoint-up(xl) { ... }*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

.bgblack {
  background-color: #333333;
}

.bggreen {
  background-color: #00856A;
}

.bgpurple {
  background-color: #993399;
}

.bgblue {
  background-color: #006699;
}

.bggrey {
  background-color: #F1F1F1;
}

.page-top h1, .page-top h2, .page-top h3, .page-top h4, .page-top h5, .page-top h6, .page-top .h1, .page-top .h2, .page-top .h3, .page-top .h4, .page-top .h5, .page-top .h6, .page-top p, .page-top li {
  color: #ffffff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, li, body {
  font-family: "Open Sans", sans-serif;
  color: #333333;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 600;
  margin-bottom: 0.75rem;
}

h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 2rem;
}

body p, li {
  font-weight: 400;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  body p, li {
    font-size: 1rem;
  }
}

.introtext {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .introtext {
    font-size: 1.25rem;
  }
}

.small {
  font-size: 1rem;
}

a {
  color: #006699;
}
a:hover {
  color: #0088cc;
}

table tr {
  border-bottom: 1px solid black;
}
table tr:last-child {
  border-bottom: 0 none;
}
table th, table td {
  padding: 10px 5px;
}

.btn {
  padding: 0.65rem 1.25rem;
  font-weight: 600;
}

.btn-primary {
  background-color: #006699;
  border-color: #006699;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #0077b3;
  border-color: #0077b3;
}
.btn-primary:focus {
  box-shadow: 0 0 0 4px rgba(0, 102, 153, 0.25);
}

.btn-secondary {
  background-color: #993399;
  border-color: #993399;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: #ac39ac;
  border-color: #ac39ac;
}
.btn-secondary:focus {
  box-shadow: 0 0 0 4px rgba(153, 51, 153, 0.25);
}

.btn-primary:after, .btn-secondary:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.15rem;
  background-image: url("/images/icons/icon-chevron-right.svg");
  background-size: 0.5rem;
  background-repeat: no-repeat;
  margin-left: 1rem;
  width: 9px;
  height: 15px;
}

.formControls input {
  height: 46px;
}
.formControls input:focus {
  border-color: #0088cc;
  box-shadow: 0 0 0 4px rgba(0, 102, 153, 0.25);
}
.formControls .formError {
  font-size: 16px;
  color: #B30000;
}

.formRed {
  color: #B30000 !important;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #B30000 !important;
}

.bodyblock {
  min-height: 52vh;
}

header {
  background-color: #333333;
}
header p, header li, header a {
  color: #ffffff;
  text-decoration: none;
}
header p:hover, header li:hover, header a:hover {
  color: #b3b3b3;
}
header p {
  margin: 0;
}

#skip-navigation {
  left: 1%;
  position: absolute;
  transform: translateY(-100%);
  z-index: 2;
}
#skip-navigation:focus, #skip-navigation:hover {
  position: relative;
  transform: translateY(0%);
}

.headblock {
  position: relative;
}

.lambethlogo img {
  width: 100%;
  max-width: 10rem;
}
@media (max-width: 768px) {
  .lambethlogo img {
    max-width: 8rem;
  }
}

header .mod-menu {
  position: relative;
  z-index: 5;
}
header .mod-menu div {
  margin-right: 1.5rem;
  display: flex;
  justify-content: space-between;
}
header .mod-menu a, header .mod-menu span {
  padding: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
header .mod-menu a:hover, header .mod-menu span:hover {
  border-bottom: 1px solid #ffffff;
}
header .mod-menu a:hover::after {
  opacity: 0.5;
}
header .mod-menu li.active a,
header .mod-menu li.active a:hover {
  border-bottom: 1px solid #ffffff;
}
header .mod-menu li.active .mod-menu__sub a {
  border-bottom: 1px solid transparent;
}
header .mod-menu li.active .mod-menu__sub a:hover {
  border-bottom: 1px solid #ffffff;
}
header .mod-menu li.hide-children div button {
  display: none;
}
header .mod-menu li.open:not(.hide-children) .mod-menu__sub {
  display: block;
}
@media (min-width: 768px) {
  header .mod-menu li.deeper:not(.hide-children).nav-item__focused .mod-menu__sub, header .mod-menu li.deeper:not(.hide-children):hover .mod-menu__sub {
    display: block;
  }
}
header .mod-menu li:last-child a {
  margin-right: 0;
}
header .mod-menu .menu_expand {
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
header .mod-menu .mod-menu__sub {
  display: none;
  position: absolute;
  top: 2.15rem;
  padding: 1.5rem 0.5rem 0.5rem;
  background-color: #333333;
  max-width: 18rem;
  width: 100%;
}
header .mod-menu .mod-menu__sub li {
  width: 100%;
  margin-right: 0;
  padding: 0.5rem;
}
@media (max-width: 768px) {
  header .mod-menu .mod-menu__sub li {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
header .mod-menu .mod-menu__sub li a {
  padding: 0 0 0.25rem 0;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .navbar-toggler {
    position: absolute;
    top: -2.85rem;
    right: 0;
    border: 0 none;
    font-size: 1.55rem;
  }
  header .navbar-collapse .mod-menu {
    flex-direction: column;
    margin-top: 1.5rem;
  }
  header .navbar-collapse .mod-menu div {
    padding: 0.75rem 0;
  }
  header .navbar-collapse .mod-menu .mod-menu__sub {
    width: 100%;
    position: relative;
    top: 0;
    padding: 0;
    max-width: 100%;
    padding-left: 1rem;
  }
  header .navbar-collapse .mod-menu .mod-menu__sub span {
    padding: 0;
  }
  header .navbar-collapse .mod-menu .mod-menu__sub ul li {
    padding: 0;
  }
}
ul.contact-details {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding-left: 0;
}
@media (min-width: 768px) {
  ul.contact-details {
    justify-content: flex-end;
    flex-direction: row;
  }
}
ul.contact-details a {
  text-decoration: none;
}
ul.contact-details a:hover {
  text-decoration: underline;
}
ul.contact-details li {
  margin-right: 1.5rem;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  ul.contact-details li {
    margin-bottom: 0;
  }
}
ul.contact-details li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
ul.contact-details img {
  margin-right: 0.5rem;
  max-height: 1rem;
  max-width: 1.1rem;
  position: relative;
  top: -0.05rem;
}

.breadcrumb {
  margin-bottom: 0;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.15rem;
  padding-bottom: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:last-child {
  padding-bottom: 0;
}
.breadcrumb-item + .breadcrumb-item:before {
  content: "";
  background-image: url(../../../../images/icons/icon-breadcrumb-arrow.svg);
  background-size: 0.4rem;
  padding-right: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 24px;
}

body .jb-cookie.bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 1.5rem 0;
}
body .jb-cookie.bottom .jb-accept {
  margin-top: 1.5rem;
  font-weight: 600;
  padding: 0.2rem 1.25rem 0.3rem;
}

body .jb-cookie-decline {
  display: none !important;
}

.carousel-item {
  position: relative;
  min-height: 400px;
}
@media (max-width: 991px) {
  .carousel-item {
    min-height: 300px;
  }
}
@media (max-width: 768px) {
  .carousel-item {
    min-height: 250px;
  }
}
.carousel-item img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
}

.card {
  border: 0 none;
  padding: 0;
}
.card .card-body {
  padding: 1rem 0;
}
.card .card-img-top {
  position: relative;
  min-height: 15rem;
}
@media (max-width: 1199px) {
  .card .card-img-top {
    min-height: 12rem;
  }
}
.card .card-img-top img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.card h2, .card h3, .card h5, .card h6, .card .h2, .card .h3, .card .h5, .card .h6 {
  margin-top: 0;
}
.card .card-title h2 {
  font-size: 1.75rem;
}

.addressfield, .callout {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.addressfield h2, .addressfield h3, .addressfield h5, .addressfield h6, .addressfield .h2, .addressfield .h3, .addressfield .h5, .addressfield .h6, .callout h2, .callout h3, .callout h5, .callout h6, .callout .h2, .callout .h3, .callout .h5, .callout .h6 {
  margin-top: 0;
}
.addressfield p:last-child, .callout p:last-child {
  margin-bottom: 0;
}
.addressfield img, .callout img {
  position: relative;
  top: -0.2rem;
  margin-right: 0.3rem;
}

@media (min-width: 768px) {
  .addressfield > div {
    display: inline-block;
  }
  .addressfield img {
    top: -0.1rem;
    margin-right: 0.5rem;
  }
}

.accordion .accordion-item {
  border: 0 none;
  border-bottom: 1px solid #dee2e6;
}
.accordion .accordion-button:not(.collapsed) {
  background-color: #F1F1F1;
  box-shadow: none;
}
.accordion .accordion-button {
  font-size: 1.3rem;
  color: #006699;
}
@media (max-width: 768px) {
  .accordion .accordion-button {
    font-size: 1rem;
  }
}

footer {
  background-color: #333333;
}
footer p, footer li {
  color: #ffffff;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #b3b3b3;
}
footer p {
  margin: 0;
}
footer .navbar {
  padding: 0;
}

.footermenu li {
  margin-right: 1rem;
}
.footermenu li:last-child {
  margin-right: 0;
}
.footermenu li a {
  padding: 0.5rem;
  text-decoration: none;
}
.footermenu li a:hover {
  text-decoration: underline;
}
.footermenu li a:first-child {
  padding-left: 0;
}
.footermenu li a:last-child {
  padding-right: 0;
}

.carousel-outer {
  position: relative;
}
.carousel-outer .carousel-title {
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
}
.carousel-outer .carousel-title .container {
  display: flex;
  align-items: flex-start;
}
.carousel-outer .carousel-title--inner {
  background-color: #fff;
  padding: 15px 30px;
  border-radius: 3px;
}
.carousel-outer .carousel-title--inner h1 {
  font-size: 2.8rem;
  margin-bottom: 0;
  color: #333333;
}
@media (max-width: 768px) {
  .carousel-outer .carousel-title--inner h1 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .carousel-outer .carousel-title {
    position: relative;
    bottom: 0;
    top: 1.5rem;
    margin-bottom: 2rem;
  }
  .carousel-outer .carousel-title .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .carousel-outer .carousel-title--inner {
    padding: 0;
  }
}

.bf-carousel .carousel-control-prev-icon {
  background-image: url("../../../../images/icons/icon-arrow-left.svg");
}
.bf-carousel .carousel-control-next-icon {
  background-image: url("../../../../images/icons/icon-arrow-right.svg");
}
.bf-carousel .carousel-control-next-icon, .bf-carousel .carousel-control-prev-icon {
  width: 3rem;
  height: 3rem;
}
.bf-carousel .carousel-item {
  transition: transform 1.5s ease;
}
@media (max-width: 576px) {
  .bf-carousel .carousel-item {
    transition: transform 1s ease;
  }
}
.bf-carousel__normal .carousel-title {
  display: none;
}
.bf-carousel .carousel-control-play,
.bf-carousel .carousel-control-pause {
  z-index: 2;
  text-align: center;
  opacity: 0.5;
  border: 0;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: opacity 0.15s;
  display: flex;
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 35px;
  right: 39px;
  border-radius: 2px;
  top: auto;
  left: auto;
  color: #0f6493;
  background-color: rgba(255, 255, 255, 0.9);
}
.bf-carousel .carousel-control-play:hover,
.bf-carousel .carousel-control-pause:hover {
  opacity: 1;
}
.bf-carousel .carousel-control-play:focus,
.bf-carousel .carousel-control-pause:focus {
  outline: 0;
  opacity: 1;
}
.bf-carousel .carousel-control-play i,
.bf-carousel .carousel-control-pause i {
  font-size: 20px;
}
.bf-carousel__home .carousel-control-play,
.bf-carousel__home .carousel-control-pause {
  right: 120px;
}
.bf-carousel__home .carousel-control-prev {
  width: 50px;
  height: 50px;
  bottom: 35px;
  right: 60px;
  top: auto;
  left: auto;
}
.bf-carousel__home .carousel-control-next {
  width: 50px;
  height: 50px;
  bottom: 35px;
  right: 0;
  top: auto;
  left: auto;
}
.bf-carousel__home .carousel-control-next-icon, .bf-carousel__home .carousel-control-prev-icon {
  width: 4rem;
  height: 4rem;
}
.bf-carousel__home .slidebtns {
  position: relative;
}
.bf-carousel img {
  object-fit: cover;
  object-position: 50% 50%;
}

@media (max-width: 768px) {
  .bf-carousel__home .slidebtns button {
    width: 40px !important;
    height: 40px !important;
  }
  .bf-carousel__home .slidebtns .carousel-control-play,
  .bf-carousel__home .slidebtns .carousel-control-pause {
    bottom: 20px;
    right: 100px;
  }
  .bf-carousel__home .slidebtns .carousel-control-prev {
    bottom: 20px;
    right: 55px;
  }
  .bf-carousel__home .slidebtns .carousel-control-next {
    bottom: 20px;
    right: 10px;
  }
}
@media (max-width: 576px) {
  .bf-carousel__home .slidebtns {
    position: absolute;
    top: 0;
  }
  .bf-carousel__home .slidebtns .carousel-control-play,
  .bf-carousel__home .slidebtns .carousel-control-pause {
    top: 20px;
    bottom: auto;
    right: 100px;
  }
  .bf-carousel__home .slidebtns .carousel-control-prev {
    top: 20px;
    bottom: auto;
    right: 55px;
  }
  .bf-carousel__home .slidebtns .carousel-control-next {
    top: 20px;
    bottom: auto;
    right: 10px;
  }
}

/*# sourceMappingURL=template.css.map */
