﻿/*
Description: The styles for Live Well Cheshire East
Author: Steve Bennett - webmaster at Cheshire East Council

Responsive breakpoints BS4
// Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

LWCE web accessible colour palette:
turquoise:#0a8070
purple:#6d0c74
orange:#a25f06
pink:#e60f48
red:#e01010
blue:#3d74c2
lilac:#745be1
lightgreen:#637c1d
cyan:#147ca9

*/
/* ******************
              // ----------------
              // GENERIC STYLES (body, a, p, h1, li etc.)
              // ________________
              // *****************/

*:root {
  --lwPink: #e60f48;
  --heroBG: rgb(225, 249, 249);
  --linkBlue: #0248b1;
  --cec-green: #206c49;
  --lwPurple: #6d0c74;
}

body {
  /* font-family: 'Open Sans', sans-serif; */
  font-family: 'Inter', sans-serif;
  font-size: 19px;
}

.expand-all:focus,
#webchat-wrapper button:focus,
#webchat-wrapper input:focus,
#webchat-wrapper .webchat__basic-transcript:focus,
#webchat-wrapper .webchat__basic-transcript__terminator:focus,
#webchat-wrapper div:focus,
a:focus {
  outline: 4px solid #212529 !important;
  outline-offset: 0.063rem;
  -webkit-transition: outline-color 0.2s ease-out;
  transition: outline-color 0.2s ease-out;
  /* Apply a thick yellow box-shadow with
  a thin dark blue indicator in the middle */
  box-shadow:
    0 0 0 2px #f9f9d1,
    0 0 0 4px #396196,
    0 0 4px 8px #f9f9d1;
}

header input:focus {
  outline: 2px solid transparent !important;
  box-shadow: 0 0 0 2px #f9f9D1, 0 0 0 4px #396196, 0 0 4px 8px #f9f9D1;
}

a {
  color: #0056b3;
}

p a,
p a:link,
p a:visited,
p a:hover,
p a:active,
p a:focus,
li a,
table a,
.hero-unit a,
.lw-hero a,
article a,
article a:hover {
  text-decoration: none;
  border-bottom: 1px solid #a6a7da;
}

/* Accessibility fix for 2D scrolling - contains an ampersand in the href */
a[href*="@"] {
  word-wrap: break-word;
}

p a:hover,
li a:hover {
  border-bottom: 1px solid #2e3191;
  transition: border-color 0.5s;
  -moz-transition: border-color 0.5s;
  -webkit-transition: border-color 0.5s;
  -o-transition: border-color 0.5s;
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: sketchnote-square, sans-serif;
  color: #0a8070;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-weight: 400;
  font-size: 3.4rem;
  margin: 1rem 0 1.3rem 0;
  line-height: 3.4rem;
}

h2 {
  font-size: 2.4rem;
}

.heading-box1 h1 {
  font-size: 3.4rem;
  color: #fff;
}

.heading-box1 h2 {
  line-height: 4rem;
  font-size: 4rem;
  color: #fff;
}

.lw-campaign-blue h2 {
  color: #fff;
  font-weight: 400;
  font-size: 3rem;
}

.lw-primary-text a {
  text-decoration: underline;
}

hr {
  border-top: 1px solid rgba(10, 128, 112, 0.3);
}

ol,
ul {
  padding-left: 1.5rem;
}

ul li,
ol li {
  margin: 6px 0;
  padding-bottom: 10px;
}

/* || Make all images responsive by default */
img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1320px;
}

/* ******************
              // ----------------
              // HEADER STYLES
              // ________________
              // *****************/
.header-top {
  background-color: #206c49;
  border-bottom: 3px solid #f59a00;
}

.header-content-expand {
  background-color: #f59a00;
}

.menu-txt {
  color: #fff;
}

/*
@media (max-width: 576px) {
    .menu-txt {
        font-size: 40%;
    }
}
*/
.navbar-dark .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.3);
  padding: 8px;
}

@media (max-width: 576px) {
  .navbar-dark .navbar-toggler {
    padding: 8px;
  }
}

.navbar-dark .navbar-toggler:hover {
  border-color: rgba(255, 255, 255, 0.5);
  transition: border-color 0.4s;
}

.expand-menu li {
  background-color: #a25f06;
}

.expand-menu li:hover {
  background-color: #6d0c74;
  transition: background-color 0.4s;
}

.expand-menu li a {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.07rem;
}

.expand-menu li a:hover {
  text-decoration: none;
}

.expand-menu .list-group-item {
  border-bottom: 2px dotted #fff;
}

.expand-menu .list-group-item:first-of-type {
  border-top: 2px dotted #fff;
}

button.navbar-toggler {
  max-height: 80%;
}

@media (max-width: 576px) {
  .heading-box1 h2 {
    line-height: 2.4rem;
    font-size: 2.5rem;
  }
}

/*
@media (max-width: 576px) {
    svg.bi.bi-search, svg.bi.bi-list {
        font-size: 0.9rem;
    }
}
*/
#skiptocontent a {
  padding: 6px;
  position: absolute;
  top: -42px;
  left: 0px;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background: #bf1722;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 100;
}

#skiptocontent a:focus,
#skiptocontent a:active {
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transition: top 0.1s ease-in;
  transition: top 0.1s ease-in;
  outline: 2px solid yellow;
}

header {
  background-color: #6d0c74;
  border-bottom: 10px solid #f59a00;
}

.lw-search-label {
  font-size: 1.3rem;
  font-weight: 600;
}

.lw-search-heading {
  font-size: 2rem;
  font-family: sketchnote-square, sans-serif;
}

.sys_search-label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.sys_search-query-control {
  float: right;
}

#lwSearchQueryControl_SearchTextBox {
  width: 357px;
  margin-right: 15px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/*
@media (max-width: 400px) {
    #lwSearchQueryControl_SearchTextBox {
        width: 210px;
    }
}
*/
#lwSearchQueryControl_SearchButton {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 0.25rem;
  font-weight: 600;
  letter-spacing: 0.08rem;
}

#lwSearchQueryControl_SearchButton:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.navbar-dark .navbar-toggler {
  border: none;
}

div.cec-logo a {
  display: inline-block;
}

/* Search adjustments for all devices - 2024 */
@media (max-width: 1024px) {
  #lwSearchQueryControl_SearchTextBox {
    margin: 0 15px 22px 10px;
    min-width: 99%;
    min-height: 44px;
  }

  #lwSearchQueryControl_SearchButton {
    min-width: 35%;
    margin-bottom: 10px;
  }

  .sys_search-query-control {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 375px) {
  #lwSearchQueryControl_SearchTextBox {
    margin: 0 70px 22px 70px;
    width: calc(100% - 15px);
  }
}

/* ******************
              // ----------------
              // NAVIGATION STYLES
              // ________________
              // *****************/
.navbar-collapse a {
  display: block;
}

.navbar-collapse ul li.list-group-item {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 14l6-6-6-6'/></svg>");
  background-repeat: no-repeat;
  background-size: 4rem 1rem;
  background-position: right;
  padding-right: 10px;
  transition: background-size 0.4s;
}

.navbar-collapse ul li.list-group-item:hover {
  background-size: 2.5rem 1rem;
  transition: background-size 0.4s;
}

.breadcrumb-wrapper {
  background-color: #e9ecef;
}

/* ******************
              // ----------------
              // MAIN CONTENT STYLES
              // ________________
              // *****************/
/* ************* Home page ********************** */
.cec-address {
  word-wrap: break-word;
}

.hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.service-search {
  background: url('/images/non_user/livewell/hp-bng-001-1900x400px.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-search-label {
  font-family: sketchnote-square, sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.05rem;
  margin-bottom: 1px;
  font-size: 1.4rem;
  background-color: #5b7d2c;
  padding: 0 3px;
}

@media (max-width: 768px) {
  .service-search-label {
    font-size: 1rem;
  }
}

@media (min-width: 990px) and (max-width: 1190px) {
  .lw-var-text {
    font-size: 2.75rem !important;
  }
}

span.lw-category-box-txt-lg {
  font-size: 4.5rem;
  line-height: 3.3rem;
}

span.lw-category-box-txt-md {
  font-size: 3.3rem;
  line-height: 3.3rem;
}

span.lw-category-box-txt-md2 {
  font-size: 3.1rem;
  line-height: 3.3rem;
}

.lw-tag-line {
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 1.3rem;
  background-color: #5b7d2c;
}

@media (max-width: 500px) {
  .lw-tag-line {
    font-size: 1rem;
  }
}

.hero-unit,
.lw-hero {
  padding: 20px;
  margin-bottom: 30px;
  font-size: 105%;
  font-weight: 200;
  color: inherit;
  background-color: #e1f9f9;
  border-radius: 6px;
}

.hero-unit strong,
.hero-unit b,
.lw-hero strong,
.lw-hero b {
  font-weight: 700;
}

.figure-caption {
  color: #535a5f;
}

/* ************* Tables ********************** */
.table-responsive {
  margin-bottom: 15px;
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
}

.table-responsive .usr_TableDefault {
  margin-bottom: 5px;
}

table.usr_TableDefault th,
table.usr_TableDefault td {
  padding: 8px;
  line-height: 1.5rem !important;
}

table.usr_TableDefault {
  background-color: transparent;
  width: auto !important;
  /* max-width: 100%; CMS issues*/
  margin-top: 20px;
  margin-bottom: 20px;
  border-collapse: collapse;
  margin-left: 0em;
  padding-left: 0;
  padding-right: 0;
}

table.usr_TableDefault th {
  font-family: 'OpenSansBold', sans-serif;
  border-collapse: collapse;
  background-color: #6d0c74;
  color: #fff;
}

table.usr_TableDefault th,
table.usr_TableDefault td {
  line-height: 20px;
  padding: 8px;
  text-align: left;
  vertical-align: top;
}

table.usr_TableDefault tr {
  border-collapse: collapse;
}

table.usr_TableDefault td {
  border-collapse: collapse;
}

table.usr_TableDefault,
table.usr_TableDefault th,
table.usr_TableDefault td {
  border: 1px solid #7e7c7c !important;
  border-collapse: collapse;
}

caption {
  margin-bottom: 5px;
}

.usr_image-responsive {
  max-width: 100%;
  height: auto;
}

/* ********************** Content page styles ****************************** */
.lw-main-btn {
  border: 3px solid #206c49 !important;
  margin: 0.5rem 0 1.8rem 0;
  color: #000;
  text-align: left;
  position: relative;
  border-radius: 50rem !important;
  padding: .7rem 3rem .7rem 1rem;
  font-size: 1.25rem;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  box-shadow: 0 10px 20px -6px rgb(0 0 0 / 12%);
}

.lw-main-btn:after {
  content: ' ';
  display: inline-block;
  border-bottom: 3px solid #206c49;
  border-right: 3px solid #206c49;
  height: 10px;
  width: 10px;
  transform: rotate(-45deg);
  z-index: 10;
  margin-left: 1rem;
  vertical-align: middle;
  position: absolute;
  top: 40%;
  right: 20px;
}

.lw-main-btn:hover {
  background-color: #206c49;
  color: #fff;
}

.lw-main-btn:hover:after {
  border-color: #fff;
}

a.lw-main-btn:hover {
  text-decoration: none;
}

.lw-main-btn-txt {
  background-color: transparent;
  color: inherit;
  background-image: none;
  padding-right: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.lw-main-btn-txt:hover {
  color: #fff;
}

.light-turquoise {
  background-color: #ddefef;
}

.aside-heading {
  background-color: transparent;
  border-style: solid;
  border-width: 15px 15px 18px;
  border-color: #f1f2f6;
  -moz-border-image: url('/images/non_user/livewell/content-btn-bng.png') 50 50 50 repeat;
  -webkit-border-image: url('/images/non_user/livewell/content-btn-bng.png') 50 50 50 repeat;
  -o-border-image: url('/images/non_user/livewell/content-btn-bng.png') 50 50 50 repeat;

  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}

.aside-heading-txt {
  background-color: #0a8070;
  text-transform: none;
  font-size: 2rem;
  line-height: 2.1rem;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.05rem;
  text-align: center;
  display: block;
}

.aside-heading-in-this-section {
  background-color: transparent;
  border-style: solid;
  border-width: 17px 20px 20px;
  border-color: #a25f06;
  -moz-border-image: url('/images/non_user/livewell/in-section-bng.png') 14 20 14 repeat;
  -webkit-border-image: url('/images/non_user/livewell/in-section-bng.png') 14 20 14 repeat;
  -o-border-image: url('/images/non_user/livewell/in-section-bng.png') 14 20 14 repeat;

  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}

.aside-heading-in-this-section-txt {
  background-color: #a25f06;
  text-transform: none;
  font-size: 2rem;
  line-height: 2.1rem;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.05rem;
  text-align: center;
  display: block;
}

.related-links ul li {
  border: 3px dotted #a25f06;
  border-left: none;
  border-right: none;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23a25f06' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 14l6-6-6-6'/></svg>");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  background-position: 96% 50%;
  padding-right: 25px;
  transition: background-position 0.4s;
}

.related-links ul li a {
  display: block;
  color: #000;
}

.related-links ul li:hover {
  background-position: 98% 50%;
}

/*  Responsive YouTube */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

iframe {
  border: none !important;
}

/* User selectable styles in Contensis CMS editor */

.usr_ImageRight {
  float: right;
  margin: 0 0 20px 20px;
}

.usr_ImageLeft {
  float: left;
  margin: 0 20px 20px 0;
}

.usr_CaptionHide {
  position: relative;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  color: #51575d;
}

@media screen and (max-width: 670px) {
  .usr_ImageRight {
    float: none;
    display: block;
    margin: 20px auto;
  }
}

/* *************************************** Expanding categories menu styles *****************************************
	***************************************************************************************************************** */
.lw-exp-cat a {
  margin-top: 15px;
  margin-top: 10px;
  font-family: sketchnote-square, sans-serif;
  letter-spacing: 0.09rem;
  font-size: 1.3rem;
  font-weight: normal;
  box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* .lw-exp-cat.lw-turquoise a, .lw-exp-cat.lw-turquoise a:active {
		background-color: #0a8070;
		color: #fff;
	} */
.lw-exp-cat-txt {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 14l6-6-6-6'/></svg>");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  background-position: 96% 50%;
  padding-right: 30px;
  transition: background-position 0.4s;
  display: block;
}

.lw-exp-cat-txt:hover {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 14l6-6-6-6'/></svg>");
  background-position: 98% 50%;
  transition: background-position 0.4s;
  /* color: #fff; */
}

/* Category menu colours */
.lw-exp-cat {
  z-index: 100;
  color: #fff;
}

@media (max-width: 400px) {
  .lw-exp-cat:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    position: absolute;
    top: -29px;
    left: 25%;
    z-index: -10;
  }

  .lw-exp-cat.lw-turquoise:before {
    border-bottom: 30px solid #0a8070;
  }

  .lw-exp-cat.lw-purple:before {
    border-bottom: 30px solid #6d0c74;
  }

  .lw-exp-cat.lw-orange:before {
    border-bottom: 30px solid #a25f06;
  }

  .lw-exp-cat.lw-pink:before {
    border-bottom: 30px solid #e60f48;
  }

  .lw-exp-cat.lw-red:before {
    border-bottom: 30px solid #e01010;
  }

  .lw-exp-cat.lw-blue:before {
    border-bottom: 30px solid #3d74c2;
  }

  .lw-exp-cat.lw-lilac:before {
    border-bottom: 30px solid #745be1;
  }

  .lw-exp-cat.lw-lightgreen:before {
    border-bottom: 30px solid #637c1d;
  }

  .lw-exp-cat.lw-cyan:before {
    border-bottom: 30px solid #147ca9;
  }
}

/* ********************** Category 2 page syles ****************************** */
.breadcrumb-wrapper {
  padding: 0.75rem 1rem;
  background-color: #a25f06;
  color: #f7f7f7;
}

.breadcrumb-wrapper a,
.breadcrumb-wrapper span {
  color: #fff;
  padding: 0 0.2rem;
}

.breadcrumb-wrapper a:first-of-type {
  padding-left: 0;
}

.page-title-bng {
  /*  background: url("/images/non_user/livewell/healthy-eating-bng-001-1900x400px.jpg"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-title-bng-send-news {
  background: url('/images/livewell/non-user/SENDing-news-bng-1900x271px.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bng-001 {
  background: url('/images/non_user/livewell/bng/adults-walking-bng-1900x400px.jpg');
}

.bng-002 {
  background: url('/images/non_user/livewell/bng/balloons-bng-1900x400px.jpg');
}

.bng-003 {
  background: url('/images/non_user/livewell/bng/books-bng-1900x400px.jpg');
}

.bng-004 {
  background: url('/images/non_user/livewell/bng/care-setting2-bng-1900x400px.jpg');
}

.bng-005 {
  background: url('/images/non_user/livewell/bng/care-setting3-bng-1900x400px.jpg');
}

.bng-006 {
  background: url('/images/non_user/livewell/bng/care-setting-bng-1900x400px.jpg');
}

.bng-007 {
  background: url('/images/non_user/livewell/bng/child-learning-bng-1900x400px.jpg');
}

.bng-008 {
  background: url('/images/non_user/livewell/bng/heart-stethoscope-bng-1900x400px.jpg');
}

.bng-009 {
  background: url('/images/non_user/livewell/bng/key-and-door-bng-1900x400px.jpg');
}

.bng-010 {
  background: url('/images/non_user/livewell/bng/kids-keep-each-other-safe-bng-1900x400px.jpg');
}

.bng-011 {
  background: url('/images/non_user/livewell/bng/mother-baby-meeting-bng-1900x400px.jpg');
}

.bng-012 {
  background: url('/images/non_user/livewell/bng/nurses-bng-1900x400px.jpg');
}

.bng-013 {
  background: url('/images/non_user/livewell/bng/painting-bng-1900x400px.jpg');
}

.bng-014 {
  background: url('/images/non_user/livewell/bng/piggy-bank-bng-1900x400px.jpg');
}

.bng-015 {
  background: url('/images/non_user/livewell/bng/row-of-houses-bng-1900x400px.jpg');
}

.bng-016 {
  background: url('/images/non_user/livewell/bng/shout-green-bg-1900x400px.jpg');
}

/* End colour styles */
.category2-icon h2 {
  font-size: 110%;
}

.category2-icon p {
  line-height: 1.2rem;
}

.lw-category-box {
  margin-top: 1rem;
  margin-bottom: 1rem;
  min-height: 230px;
  padding: 15px;
}

.lw-category-box-txt {
  color: #fff;
  font-family: sketchnote-square, sans-serif;
  font-weight: 200;
  font-size: 1.8rem;
  line-height: 1.8rem;
}

.lw-category-box-link {
  display: block;
  box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.lw-category-box-link:hover {
  box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.44);
  transition: box-shadow 0.2s ease-in-out;
  text-decoration: none;
}

.lw-category-box-txt-lg {
  font-size: 4.5rem;
  line-height: 3.3rem;
}

.lw-category-box-txt-md {
  font-size: 3.3rem;
  line-height: 3.3rem;
}

.lw-category-box-txt-md2 {
  font-size: 3.1rem;
  line-height: 3.3rem;
}

.lw-category-box-txt-sm {
  font-size: 2.6rem;
  line-height: 2.8rem;
}

.lw-category-box-txt-xs {
  font-size: 2.2rem;
  line-height: 2.5rem;
}

.level-two-cat {
  min-height: 190px;
}

.level-two-cat.localoffer {
  min-height: 250px;
}

.category-link {
  color: black;
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.category-link:hover {
  box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.15s ease-in-out;
  text-decoration: none;
}

.section-expand {
  background-color: #edf5f6;
}

.section-expand a {
  color: #08594e;
  border-bottom: none;
}

.section-expand a:hover {
  text-decoration: none;
  border-bottom: none;
  transition: border-bottom 0.5s;
}

.section-expand a:active {
  outline: none;
}

a.section-info,
a.section-info:hover {
  color: #000;
}

a.section-info:active {
  outline: none;
}

a.section-info h2 {
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  display: inline;
}

a.section-info:hover {
  cursor: pointer;
}

/* Generic page content */
/* Torn paper effect */
.heading-box1 {
  background-color: transparent;
  border-style: solid;
  border-width: 40px 40px 40px;
  -moz-border-image: url('/images/non_user/livewell/torn-paper-bng-002.png') 40 40 40 repeat;
  -webkit-border-image: url('/images/non_user/livewell/torn-paper-bng-002.png') 40 40 40 repeat;
  -o-border-image: url('/images/non_user/livewell/torn-paper-bng-002.png') 40 40 40 repeat;
}

@media (max-width: 768px) {
  .heading-box1 {
    border-width: 12px 30px 10px;
    -moz-border-image: url('/images/non_user/livewell/torn-paper-bng-002.png') 40 40 40 repeat;
    -webkit-border-image: url('/images/non_user/livewell/torn-paper-bng-002.png') 40 40 40 repeat;
    -o-border-image: url('/images/non_user/livewell/torn-paper-bng-002.png') 40 40 40 repeat;
  }

  .heading-box1 h2,
  .heading-box1 h1 {
    line-height: 2.2rem;
    font-size: 2rem;
  }
}

.heading-box1 h2,
.heading-box1 h1 {
  background-color: #5b7d2c;
}

.heading-box-lw-orange {
  background-color: transparent;
  border-style: solid;
  border-width: 30px 20px 30px;
  -moz-border-image: url('/images/non_user/livewell/torn-paper-bng-lw-orange.png') 30 20 30 repeat;
  -webkit-border-image: url('/images/non_user/livewell/torn-paper-bng-lw-orange.png') 30 20 30 repeat;
  -o-border-image: url('/images/non_user/livewell/torn-paper-bng-lw-orange.png') 30 20 30 repeat;
}

@media (max-width: 576px) {
  .heading-box-lw-orange {
    border-width: 30px 20px 10px;
    -moz-border-image: url('/images/non_user/livewell/torn-paper-bng-lw-orange.png') 30 20 10 repeat;
    -webkit-border-image: url('/images/non_user/livewell/torn-paper-bng-lw-orange.png') 30 20 10 repeat;
    -o-border-image: url('/images/non_user/livewell/torn-paper-bng-lw-orange.png') 30 20 10 repeat;
  }

  .heading-box-lw-orange h2 {
    line-height: 2.2rem;
    font-size: 2.2rem;
  }
}

.heading-box-lw-orange h2 {
  line-height: 3.2rem;
  font-size: 3.2rem;
  background-color: #a25f06;
  color: #fff;
}

.heading-box-lw-green {
  background-color: transparent;
  border-style: solid;
  border-width: 30px 30px 30px;
  -moz-border-image: url('/images/non_user/livewell/torn-paper-bng-002.png') 30 20 30 repeat;
  -webkit-border-image: url('/images/non_user/livewell/torn-paper-bng-002.png') 30 20 30 repeat;
  -o-border-image: url('/images/non_user/livewell/torn-paper-bng-002.png') 30 20 30 repeat;
}

@media (max-width: 576px) {
  .heading-box-lw-green {
    border-width: 30px 20px 20px;
    -moz-border-image: url('/images/non_user/livewell/torn-paper-bng-002.png') 30 20 60 repeat;
    -webkit-border-image: url('/images/non_user/livewell/torn-paper-bng-002.png') 30 20 60 repeat;
    -o-border-image: url('/images/non_user/livewell/torn-paper-bng-002.png') 30 20 60 repeat;
  }

  .heading-box-lw-green h2 {
    line-height: 2.2rem;
    font-size: 2.2rem;
  }
}

.heading-box-lw-green h2 {
  line-height: 3.2rem;
  font-size: 3.2rem;
  background-color: #5b7d2c;
  color: #fff;
}

/* +++++++++++++++++++++++++++++++++++++ Category buttons +++++++++++++++++++++++++++++++++++++++ */
.lw-button-txt {
  font-family: sketchnote-square, sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.08rem;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.5em;
}

.button-turquoise-bng {
  background-color: transparent;
  border-style: solid;
  border-width: 14px 20px 14px;
  border-color: #f1f2f6;
  -moz-border-image: url('/images/non_user/livewell/button-turquoise-bng.png') 14 20 14 repeat;
  -webkit-border-image: url('/images/non_user/livewell/button-turquoise-bng.png') 14 20 14 repeat;
  -o-border-image: url('/images/non_user/livewell/button-turquoise-bng.png') 14 20 14 repeat;

  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
}

.turquoise-button-txt {
  background-color: #064f45;
}

.button-purple-bng {
  background-color: transparent;
  border-style: solid;
  border-width: 14px 20px 14px;
  border-color: #f1f2f6;
  -moz-border-image: url('/images/non_user/livewell/button-purple-bng.png') 14 20 14 repeat;
  -webkit-border-image: url('/images/non_user/livewell/button-purple-bng.png') 14 20 14 repeat;
  -o-border-image: url('/images/non_user/livewell/button-purple-bng.png') 14 20 14 repeat;

  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
}

.purple-button-txt {
  background-color: #3e0742;
}

.button-orange-bng {
  background-color: transparent;
  border-style: solid;
  border-width: 14px 20px 14px;
  border-color: #f1f2f6;
  -moz-border-image: url('/images/non_user/livewell/button-orange-bng.png') 14 20 14 repeat;
  -webkit-border-image: url('/images/non_user/livewell/button-orange-bng.png') 14 20 14 repeat;
  -o-border-image: url('/images/non_user/livewell/button-orange-bng.png') 14 20 14 repeat;

  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
}

.orange-button-txt {
  background-color: #734304;
}

.button-pink-bng {
  background-color: transparent;
  border-style: solid;
  border-width: 14px 20px 14px;
  border-color: #f1f2f6;
  -moz-border-image: url('/images/non_user/livewell/button-pink-bng.png') 14 20 14 repeat;
  -webkit-border-image: url('/images/non_user/livewell/button-pink-bng.png') 14 20 14 repeat;
  -o-border-image: url('/images/non_user/livewell/button-pink-bng.png') 14 20 14 repeat;

  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
}

.pink-button-txt {
  background-color: #ab0b36;
}

.button-red-bng {
  background-color: transparent;
  border-style: solid;
  border-width: 14px 20px 14px;
  border-color: #f1f2f6;
  -moz-border-image: url('/images/non_user/livewell/button-red-bng.png') 14 20 14 repeat;
  -webkit-border-image: url('/images/non_user/livewell/button-red-bng.png') 14 20 14 repeat;
  -o-border-image: url('/images/non_user/livewell/button-red-bng.png') 14 20 14 repeat;

  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
}

.red-button-txt {
  background-color: #9f0b0b;
}

.button-blue-bng {
  background-color: transparent;
  border-style: solid;
  border-width: 14px 20px 14px;
  border-color: #f1f2f6;
  -moz-border-image: url('/images/non_user/livewell/button-blue-bng.png') 14 20 14 repeat;
  -webkit-border-image: url('/images/non_user/livewell/button-blue-bng.png') 14 20 14 repeat;
  -o-border-image: url('/images/non_user/livewell/button-blue-bng.png') 14 20 14 repeat;

  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
}

.blue-button-txt {
  background-color: #2c548d;
}

.button-lilac-bng {
  background-color: transparent;
  border-style: solid;
  border-width: 14px 20px 14px;
  border-color: #f1f2f6;
  -moz-border-image: url('/images/non_user/livewell/button-lilac-bng.png') 14 20 14 repeat;
  -webkit-border-image: url('/images/non_user/livewell/button-lilac-bng.png') 14 20 14 repeat;
  -o-border-image: url('/images/non_user/livewell/button-lilac-bng.png') 14 20 14 repeat;

  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
}

.lilac-button-txt {
  background-color: #5643a6;
}

.button-lightgreen-bng {
  background-color: transparent;
  border-style: solid;
  border-width: 14px 20px 14px;
  border-color: #f1f2f6;
  -moz-border-image: url('/images/non_user/livewell/button-lightgreen-bng.png') 14 20 14 repeat;
  -webkit-border-image: url('/images/non_user/livewell/button-lightgreen-bng.png') 14 20 14 repeat;
  -o-border-image: url('/images/non_user/livewell/button-lightgreen-bng.png') 14 20 14 repeat;

  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
}

.lightgreen-button-txt {
  background-color: #4d6117;
}

.button-cyan-bng {
  background-color: transparent;
  border-style: solid;
  border-width: 14px 20px 14px;

  border-color: #f1f2f6;
  -moz-border-image: url('/images/non_user/livewell/button-cyan-bng.png') 14 20 14 repeat;
  -webkit-border-image: url('/images/non_user/livewell/button-cyan-bng.png') 14 20 14 repeat;
  -o-border-image: url('/images/non_user/livewell/button-cyan-bng.png') 14 20 14 repeat;

  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
}

.cyan-button-txt {
  background-color: #0f5f82;
}

input {
  padding: 10px;
}

@media (max-width: 576px) {
  input {
    padding: 5px;
  }
}

input placeholder {
  text-align: center;
}

::-webkit-input-placeholder {
  /* Edge */
  text-align: center;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  text-align: center;
}

::placeholder {
  text-align: center;
}

/* Submit button */
.button-submit-bng {
  background-color: transparent;
  border-style: solid;
  border-width: 20px 20px 20px;
  border-color: #f1f2f6;
  -moz-border-image: url('/images/non_user/livewell/button-submit-bng.png') 20 20 20 repeat;
  -webkit-border-image: url('/images/non_user/livewell/button-submit-bng.png') 20 20 20 repeat;
  -o-border-image: url('/images/non_user/livewell/button-submit-bng.png') 20 20 20 repeat;

  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
}

.aside-submit {
  border-width: 15px 30px 15px;
}

@media (max-width: 576px) {
  .button-submit-bng {
    border-width: 10px 20px 10px;
    border-color: #f1f2f6;
    -moz-border-image: url('/images/non_user/livewell/button-submit-bng.png') 10 20 20 repeat;
    -webkit-border-image: url('/images/non_user/livewell/button-submit-bng.png') 10 20 20 repeat;
    -o-border-image: url('/images/non_user/livewell/button-submit-bng.png') 10 20 20 repeat;

    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
  }
}

.submit-button-txt {
  background-color: #e10e47;
}

a.button-submit-bng:hover {
  text-decoration: none;
  box-shadow:
    0 12px 16px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

/* Colours */
.light-yellow {
  color: #fae51e;
}

.lw-turquoise {
  background-color: #0a8070;
  background:
    /* top, transparent red, faked with gradient */
    linear-gradient(rgba(10, 128, 112, 0.7), rgba(10, 128, 112, 0.7)),
    /* bottom, image */
    url('/images/non_user/livewell/category-bng-master.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.lw-purple {
  background-color: #6d0c74;
  background:
    /* top, transparent red, faked with gradient */
    linear-gradient(rgba(109, 12, 116, 0.7), rgba(109, 12, 116, 0.7)),
    /* bottom, image */
    url('/images/non_user/livewell/category-bng-master.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.lw-orange {
  background-color: #a25f06;
  background:
    /* top, transparent red, faked with gradient */
    linear-gradient(rgba(162, 95, 6, 0.7), rgba(162, 95, 6, 0.7)),
    /* bottom, image */
    url('/images/non_user/livewell/category-bng-master.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.lw-pink {
  background-color: #e60f48;
  background:
    /* top, transparent red, faked with gradient */
    linear-gradient(rgba(230, 15, 72, 0.7), rgba(230, 15, 72, 0.7)),
    /* bottom, image */
    url('/images/non_user/livewell/category-bng-master.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.lw-red {
  background-color: #e01010;
  background:
    /* top, transparent red, faked with gradient */
    linear-gradient(rgba(224, 16, 16, 0.7), rgba(224, 16, 16, 0.7)),
    /* bottom, image */
    url('/images/non_user/livewell/category-bng-master.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.lw-blue {
  background-color: #3d74c2;
  background:
    /* top, transparent red, faked with gradient */
    linear-gradient(rgba(61, 116, 194, 0.7), rgba(61, 116, 194, 0.7)),
    /* bottom, image */
    url('/images/non_user/livewell/category-bng-master.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.lw-lilac {
  background-color: #745be1;
  background:
    /* top, transparent red, faked with gradient */
    linear-gradient(rgba(116, 91, 225, 0.7), rgba(116, 91, 225, 0.7)),
    /* bottom, image */
    url('/images/non_user/livewell/category-bng-master.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.lw-lightgreen {
  background-color: #637c1d;
  background:
    /* top, transparent red, faked with gradient */
    linear-gradient(rgba(99, 124, 29, 0.7), rgba(99, 124, 29, 0.7)),
    /* bottom, image */
    url('/images/non_user/livewell/category-bng-master.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.lw-cyan {
  background-color: #147ca9;
  background:
    /* top, transparent red, faked with gradient */
    linear-gradient(rgba(20, 124, 169, 0.7), rgba(20, 124, 169, 0.7)),
    /* bottom, image */
    url('/images/non_user/livewell/category-bng-master.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.lw-campaign-lightyellow {
  background-color: #fcf1df;
}

.lw-campaign-lightgreen {
  background-color: #eff6e5;
}

.lw-campaign-blue {
  background-color: #1b808d;
}

.lw-campaign-white {
  background-color: #fff;
}

/* Expand all button styles */
.btn-outline-success {
  color: #206c49;
  border-color: #206c49;
  border-width: 2px;
}

.expand-all {
  color: #333333;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

/* ******************
              // ----------------
              // FOOTER STYLES
              // ________________

              // *****************/
footer ul,
#footer ul {
  margin: 0;
  width: 100%;
  padding-bottom: 20px;
}

footer ul li {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none inside none;
}

@media screen and (min-width: 768px) {
  footer ul li {
    margin: 0 0 15px 0;
    display: inline;
  }
}

footer ul li:first-of-type {
  padding-right: 40%;
}

.footerText {
  color: #fff;
}

footer {
  border-top: 10px solid #ffa100;
  background-color: #206c49;
}

footer a,
footer a:link,
footer a:visited {
  margin-bottom: 15px;
  color: #fff;
  background-color: transparent;
  text-decoration: none;
  border-bottom: 1px solid #cacaca;
  font-weight: 600;
  letter-spacing: 0.06rem;
}

footer a:hover {
  border-bottom: 1px solid #fff;
  transition: border-color 0.5s;
}

/* ******************
              // ----------------
              // LOCAL OFFER STYLES
              // ________________
              // *****************/
.local-offer-page-title-bng {
  background: url('/images/non_user/livewell/local-offer-bng-001-1900x400px.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sending-news-page-title-bng {
  background: url('/images/non_user/livewell/SENDing-news-bng-1900x271px.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sending-news-feature img {
  width: 100%;
  height: auto;
  margin-top: 1rem;
}

.sending-news-feature h3 {
  margin-top: 1rem;
}

/* Page template - right hand navigation */
.usr_cec-menu-currentitem,
.usr_cec-menu-item {
  position: relative;
}

.usr_cec-menu-currentitem a:after,
.usr_cec-menu-item a:after {
  content: '';
  width: 25px;
  height: 20px;
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M5 14l6-6-6-6'/></svg>");
  top: 15px;
  right: 10px;
  position: absolute;
  display: inline-block;
  transition: right 0.5s;
}

.usr_cec-menu-currentitem:hover a:after,
.usr_cec-menu-item:hover a:after {
  right: 5px;
}

.usr_cec-menu-currentitem a,
.usr_cec-menu-item a {
  border-top: 3px dotted #a25f06;
  display: block;
  color: #000;
  padding: 0.75rem 1.25rem;
}

.usr_cec-localviewmenu:nth-last-child(1) {
  border-bottom: 3px dotted #a25f06;
}

/* || CSS Accordion */
.access-acc-container {
  text-align: left;
  margin: 30px auto 50px auto;
  position: relative;
}

.access-acc-container input[type=checkbox],
.access-acc-container input[type=radio] {
  background-color: transparent;
  border: 1px solid transparent;
  /* height changed from 1px so that focus-visible doesn't show it */
  height: 0;
  position: absolute;
  width: 1px;
  margin: 4px 0 0 0;
}

.access-acc-container input[type=checkbox]+label,
.access-acc-container input[type=radio]+label {
  border-bottom: 1px solid #206c49;
  color: #0b0c0c;
  cursor: pointer;
  display: block;
  font-size: inherit;
  font-weight: 700;
  line-height: 32px;
  padding: 10px 100px 10px 0;
  position: relative;
  z-index: 20;
  background: #ecf3ec;
  padding-left: 15px;
  margin-bottom: 15px;
}

.access-acc-container input[type=checkbox]+label:before,
.access-acc-container input[type=checkbox]+label:after {
  display: inline-block;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

/* view and close message next to the chevron */
.access-acc-container input[type=checkbox]+label:after {
  position: absolute;
  font-size: 80%;
  font-family: inherit;
  color: #000;
  content: url('/images/SVG/chevron-down.svg');
  right: 25px;
  top: 10px;
}

.access-acc-container input[type=checkbox]:checked+label:after {
  -webkit-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  content: url('/images/SVG/chevron-up.svg');
  right: 25px;
  top: 10px;
}

/* Spacebar message before the accordion starts */
.access-acc-container:before {
  content: "Keyboard navigation: use the spacebar to display further information.";
  font-size: 90%;
  color: #1c5e43;
  display: block;
  margin-bottom: 2rem;
}

.access-acc-container input[type=checkbox]+label:first-of-type {
  margin-top: 20px;
}

.access-acc-container input[type=checkbox]+label:hover,
.access-acc-container input[type=radio]+label:hover {
  background: #c0d8c0;
}

.access-acc-container input[type=checkbox]:checked+label,
.access-acc-container input[type=radio]:checked+label {
  background: #c0d8c0;
}

.access-acc-container input[type=checkbox]:focus+label,
.access-acc-container input[type=radio]:focus+label {
  background: #fff;
  outline: 4px solid #212529 !important;
  outline-offset: 0.063rem;
  -webkit-transition: outline-color 0.2s ease-out;
  transition: outline-color 0.2s ease-out;
}

.access-acc-container input[type=checkbox]:checked+label:hover,
.access-acc-container input[type=radio]:checked+label:hover {
  background: #fff;
}

.access-acc-container input[type=checkbox]:checked+label:after,
.access-acc-container input[type=radio]:checked+label:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.access-acc-container input[type=checkbox]+label+article {
  display: none;
  /* display: none; - Content is ignored by screen readers, additionally stops tabbing through hidden content */
  height: 0;
  max-height: 0;
  overflow: hidden;
  /* 0, 0, hidden; - Content is ignored by screen readers, but tab key still steps through hidden elements */
  padding: 2rem 0;
}

.access-acc-container input[type=checkbox]:checked+label+article,
.access-acc-container input[type=radio]:checked+label+article {
  display: block;
  height: auto;
  max-height: 60000px;
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}

.access-acc-container input[type=checkbox]+label+article {
  padding: 0.5rem 0;
}

.access-acc-container article {
  border-bottom: 1px solid rgba(32, 108, 73, 0.25);
}

.icon-chevron-down {
  float: right;
  margin-top: 7px;
}

.access-acc-container.resp-table input[type=checkbox]+label+article {
  overflow-x: scroll;
  /* Added to combat large tables not scrolling inside the accordion */
}

/* Site Map styles */
div.siteMap ul li {
  line-height: 35px;
  margin: 0;
}

div.siteMap ul {
  list-style: none inside url('/images/non_user/sitemap-blue-arrow.gif');
  margin-top: 0;
}

.siteMap {
  margin-left: -25px;
}

/* SENDing you the news styles */
.media-thumb {
  width: 100%;
  height: 180px;
  margin-bottom: 30px;
}

.media-thumb img {
  max-width: 100%;
  height: auto;
}

#mediahub .sys_subitem {
  width: 30%;
  float: left;
  margin-bottom: 1rem;
  margin-left: .3rem;

}

#mediahub.mediahubNoCat .sys_subitem {
  height: 500px;
  overflow: hidden;
}

@media screen and (max-width: 700px) {
  #mediahub.mediahubNoCat .sys_subitem {
    height: 440px;
    overflow: hidden;
  }
}

#mediahub h3 {
  font-weight: 400;
  margin: 5px 0 5px 0;
  padding-left: .3rem;
  padding-right: .3rem;
}

#mediahub p {
  margin: 0;
  padding-left: .3rem;
  padding-right: .3rem;
}

.media-info {
  margin-top: 10px;
}

/* Media Hub 2 media queries */
@media screen and (max-width: 1200px) {
  .media-thumb {
    height: auto;
  }
}

@media screen and (max-width: 979px) {
  .media-thumb {
    height: auto;
  }

  #mediahub .sys_subitem {
    width: 49%;
    float: left;
    margin-bottom: 1rem;
    margin-left: .3rem;
  }
}

@media screen and (max-width: 767px) {
  .media-thumb {
    height: auto;
  }
}

@media screen and (max-width: 700px) {
  .media-thumb {
    width: 100%;
    height: auto;

  }

  #mediahub .sys_subitem {
    width: 80%;
    float: none;
    min-height: 0px;
  }
}

@media screen and (max-width: 464px) {
  .media-thumb {
    width: 100%;
    height: 181px;
  }
}

@media screen and (max-width: 435px) {
  .media-thumb {
    width: 100%;
    height: 156px;
  }
}

@media screen and (max-width: 388px) {
  .media-thumb {
    width: 100%;
    height: 151px;
  }
}

@media screen and (max-width: 349px) {
  .media-thumb {
    width: 100%;
    height: 142px;
  }
}

@media screen and (max-width: 361px) {
  .media-thumb {
    width: 100%;
    height: 138px;
  }
}

@media screen and (max-width: 320px) {
  .media-thumb {
    width: 100%;
    height: 111px;
  }
}

/* Pagination */
#mediahub .sys_paginginfo {
  /* font-size: 130%;
margin: 20px 0;
clear: both; */
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#mediahub .sys_navigation {
  font-size: 140%;
  background-color: #f5f5f5;
  padding: 15px 5px;
  border-radius: 3px;
  clear: both;
}

#mediahub span.sys_page.sys_selected,
#mediahub span.sys_page,
#mediahub span.sys_navigationprevious {
  margin-right: 10px;
}

span.sys_page .sys_selected {
  margin-right: 0;
}

/* Search results */
.sys_search-label,
.sys_search-type-label {
  position: absolute;
  top: 0;
  right: -9999em;
}

div#SearchResultsExtended_SearchResults_List h3,
div.sys_search-control h3 {
  font-size: 1.4em;
}

div.sys_subitem.sys_subalternatingitem {
  background-color: #f5f5f5;
}

/* hides the description title and URL tile and path */
dl dt.sys_search-description,
dl dt.sys_search-url,
dl dd.sys_search-url,
h2.sys_search-title {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

div.sys_paginginfo {
  margin: 35px 0 10px 0;
}

span.sys_page {
  font-size: 120%;
  margin-left: 15px;
  margin-right: 10px;
}

span.sys_selected {
  margin-left: 5px;
}

.sys_subitem-summary.sys_search-summary dl {
  padding-left: 0;
}

.sys_navigation {
  margin-bottom: 30px;
}

#SearchResultsLWCE_List div.sys_subitem {
  border-bottom: 1px solid rgb(236, 232, 232);
  padding-top: 15px;
}

.covid-hero-unit {
  background-color: #ffcd75;
  border: 3px solid #ffa100;
  padding: 20px;
  font-size: 105%;
  margin-bottom: 30px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  border-radius: 6px;
}

.covid-hero-unit a {
  text-decoration: underline;
}

/* Breadcrumb */

.breadcrumb-wrapper {
  padding: 0.3rem 1rem;
  background-color: #a25f06;
  color: #f7f7f7;
}

.breadcrumb-wrapper a {
  color: #fff;
  font-weight: 500;
  line-height: 2rem;
  padding-top: 10px;
  padding-bottom: 11px;
  border: none;
  text-decoration: underline #fbce83;
  text-underline-offset: 0.3em;
  min-width: 44px;
  transition: text-decoration-color 0.8s ease-in-out;
  display: inline-block;
}

.breadcrumb-wrapper a:first-of-type {
  padding-left: 0;
}

.breadcrumb-wrapper a:hover {
  text-decoration: underline #fff;
  border: none;
}

.lw-breadcrumbs {
  list-style-type: none;
  list-style-position: inside;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

.lw-breadcrumbs li {
  display: inline;
  line-height: 1.5rem;
  padding-bottom: 0;
}

ul.lw-breadcrumbs li:last-of-type {
  padding-bottom: 8px;
  display: inline-block;
}

.lw-breadcrumbs li:after {
  content: '/';
  color: #f8f9fa;
  margin-left: 12px;
  margin-right: 12px;
}

.lw-breadcrumbs li:last-child:after {
  content: '';
}

/* Browsealoud listen and translate header toggle */
#__ba_panel {
  display: none !important;
}

.ba_listenTranslateToggle {
  margin: 18px 0;
}

#baToggleText {
  font-size: 0.97rem;
  color: #fff;
  border-bottom: 1px solid #cacaca;
  font-family: inherit;
  letter-spacing: 0.05rem;
}

@media (max-width: 576px) {
  #baToggleText {
    font-size: 0.7rem;
  }
}

#baToggleText:hover {
  border-bottom: 1px solid #ffff;
  text-decoration: none;
  transition: border-bottom 0.5s;
}

#baToggleText:focus {
  background-color: transparent;
}

.listenTranslateIcons svg {
  fill: #fff;
  display: inline;
  max-height: 20px !important;
}

#carouselExampleCaptions {
  display: inline-flex;
}

.carousel-control-bng {
  height: 45px;
  width: 45px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  display: flex;
  z-index: -5;
}

/* Cookie control */
#ccc-icon.ccc-icon--dark {
  fill: rgb(0 0 37 / 46%) !important;
}

#ccc-icon:focus {
  outline: 3px solid #ffa100 !important;
}

/* LW RTP */
ul.lwce-rtp {
  list-style-type: none;
}

ul.lwce-rtp li {
  display: inline;
  margin-right: 25px;
}

/* Styles for the website survey - delete when completed*/
.survey-container {
  background-color: none;
  border: 15px solid #ddefef;
  font-weight: 200;
  line-height: 30px;
  border-radius: 45px;
  margin-bottom: 30px;
  padding: 15px 15px 0 15px;
  margin-top: 35px;
  border-left: none;
  border-right: none;
  width: 90%;
}

.survey-container h2 {
  padding: 0;
  margin: 0;
}

.survey-container a.cec-button {
  width: 45%;
  line-height: 18px;
}

@media (max-width: 768px) {
  .survey-container a.cec-button {
    width: 85%;
  }
}

a.cec-button {
  margin-left: 0 !important;
  padding: 0.7em;
  display: inline-block;
  margin: 0.5em 0 1.4em 0;
  font-size: 130%;
  letter-spacing: 0.04em;
  color: #fff;
  border-radius: 10px;
  width: auto;
  background-color: #00823b;
  background-image: url(/images/non_user/button-arrow-002.png);
  background-repeat: no-repeat;
  background-position: center right;
  box-shadow: 5px 5px 0 0 rgb(0 0 0 / 15%);
}

/* START STYLES FOR CECILIA CHAT*/
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.chatLauncher {
  animation-duration: 0.5s;
  transition-duration: 0.5s;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  opacity: 0;
  background-color: transparent;
  border: none;
}

.chatLauncher.open {
  animation-name: slideInRight;
  opacity: 1;
}

.chatLauncher:focus {
  border: 4px solid #ffa100;
}

#WACContainer.WACContainer #chatalertbanner {
  background-color: #f2dede;
  padding: 15px;
  border: 1px solid #ab5967;
}

#WACContainer.WACContainer .ceciliaprivacy {
  margin-left: 20px !important;
  margin-bottom: 10px !important;
}

#WACContainer.WACContainer #hidechatalert {
  text-align: center;
  width: 35%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  background: #333;
  color: #fff;
  display: block;
}

#WACContainer.WACContainer .WAC__homeScreenOriginal .WAC__header {
  background: radial-gradient(circle, #f4f4f4 0%, #a4ca84 100%) !important;
}

#WACContainer.WACContainer.WACContainer,
#WACContainer.WACContainer .WACWidget {
  box-shadow: rgb(0 0 0 / 40%) 0px 0px 12px !important;
  border-radius: 15px;
}

#WACContainer.WACContainer .WACWidget .WACWidget__animationContainer {
  border-radius: 15px !important;
}

#WACContainer.WACContainer .WAC__inputContainer .WAC__TextArea textarea.WAC__TextArea-textarea {
  background: #fff !important;
  color: #0b0c0c;
  border: 2px solid #a2a2a2;
}

#WACContainer.WACContainer .WAC__inputContainer .WAC__TextArea textarea.WAC__TextArea-textarea::placeholder {
  color: #0b0c0c;
}

#WACContainer.WACContainer .WAC__button-holder ul li button {
  border: 2px solid #92d400;
  font-weight: bold;
}

#WACContainer.WACContainer .WAC__sent {
  border: 2px solid #ffa100 !important;
}

#WACContainer.WACContainer .WAC__header-name {
  text-align: center !important;
}

#WACContainer.WACContainer .WAC__Original-greeting {
  color: #333 !important;
}

#WACContainer.WACContainer .WAC__RichText button:enabled:hover,
#WACContainer.WACContainer button.WAC__button--round:enabled:hover {
  background: #e6fbb7;
}

#WACContainer.WACContainer .WAC__message a:focus {
  outline: 2px solid #ffa100;
}

#WACContainer.WACContainer .ibm-web-chat--card-home-screen {
  box-shadow: none !important;
}

#WACContainer.WACContainer .WAC__homeScreenOriginal-starter button.WAC__button--ghost:enabled {
  color: #333 !important;
}

#WACContainer.WACContainer .ibm-web-chat--card-home-screen .WAC__homeScreenOriginal-starter,
#WACContainer.WACContainer .ibm-web-chat-card-home-screen .WAC__homeScreenOriginal-starter {
  background: #ffcd75 !important;
  border-bottom: 2px solid #ffa100 !important;
  font-size: 14px !important;
  line-height: 14px !important;
}

#WACContainer.WACContainer button.WAC__button--ghost:enabled:active,
#WACContainer.WACContainer button.WAC__button--ghost:enabled:hover {
  background-color: #ffa100 !important;
}

#WACContainer.WACContainer .WAC__homeScreenOriginal .ibm-web-chat--card-home-screen__title-outer {
  color: #333 !important;
}

/* END STYLES FOR CECILIA CHAT*/

/* START STYLES FOR CECILIA MARK 2 CHAT*/
#webchat-wrapper {
  position: fixed;
  height: calc(100% - 160px);
  z-index: 9999;
  width: 95%;
  max-width: 400px;
  top: 60px;
  right: 8px;
  box-shadow: rgb(0 0 0 / 40%) 0px 0px 12px;
  border-radius: 15px 15px 0 0;
  font-size: 0.94em;
  font-family: 'Inter', sans-serif;
}

#webchat {
  height: 95%;
}

#webchat-header {
  border-radius: 15px 15px 0px 0px;
  background: #206c49;
  color: #fff;
  font-weight: bold;
  padding: 15px;
}

.chat-popup {
  display: none;
}

.openwebchatbutton {
  animation-duration: 0.5s;
  transition-duration: 0.5s;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: none;
}

.minimisechatbutton {
  float: right;
}

a.minimisechatbutton {
  border-bottom: none;
}

#webchat-footer {
  border-radius: 0;
  background: #206c49;
  color: #fff;
  padding: 5px 10px 5px 10px;
  border-top: 2px solid #206c49;
  border-bottom: 5px solid #206c49;
  text-align: right;
}

#webchat-footer a {
  color: #fff;
  border-bottom: none;
}

/* END STYLES FOR CECILIA MARK 2 CHAT*/

/* SHOUT Styles - time limited campaign - remove when finished */
.shout-toolkit h3,
.shout-org h3 {
  color: #000;
  font-size: 1.3rem;
}

.shout-toolkit li:first-of-type {
  margin-bottom: 10px;
}

.shout-toolkit ul {
  padding: 0;
}

.shout-toolkit li {
  list-style: none;
}

/* Content type search input */
#contentTypeSearchInput::placeholder {
  text-align: left;
}

#contentTypeSearchInput {
  border: 1px solid #7f8c9f;
}

.btn-outline-secondary {
  color: #161616;
}

/*Enhanced accessibility for inputs */
.btn.btn-outline-secondary:focus,
.form-control:focus {
  outline: 2px solid #000;
}

#contentTypeSearchInput,
#contentTypeSearchBtn {
  border: 2px solid #0a8070;
}

#contentTypeSearchInput {
  min-height: 40px;
  border-right: none;
}

.checkbox-inline+input[type='checkbox'] {
  outline: 2px solid Black;
  accent-color: #206c49;
  box-shadow: 0 0 0 2px Black;
  color: Black;
  background-color: White;
  background: White;
  min-height: 18px;
  min-width: 18px;
  margin-left: 3px;
}

/* For making links clickable */
.linkDiv,
.clickableDiv {
  cursor: pointer;
  position: relative;
}

.innerLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.linkDiv a,
.clickableDiv a {
  border: none;
}

.clickableDiv:hover {
  background: var(--heroBG);
}

.clickableDiv:hover * {
  color: var(--lwPink);
}

html {
  background: White;
}

/*accessibility: trying to get Silktide to pass the hidden submit button */
.cec-hidden {
  background-color: White;
  color: Black;
  position: absolute !important;
  z-index: -1 !important;
  padding: 0.5rem;
  cursor: default !important;
  top: 0;
}

.usr_cec-menu-item a {
  padding-right: 2.03rem !important;
}

::placeholder {
  color: Black !important;
}

.read-more {
  position: absolute;
  margin-bottom: 0.5rem;
  bottom: 0;
  width: 100%;
}

/* Stop 2-d scrolling for long email addresses */
a.sys_0,
a.sys_16 {
  word-break: break-word;
}

/* Stop 2-d scrolling for headings. */
@media (max-width: 576px) {
  h1 {
    word-break: break-word;
  }
}

/* CSS for the FIS carousel, taken from home page CSS. */
.accordion-inner {
  padding: 20px 0;
}

.accordion-group {
  border: 0;
}

.accordion-inner ul {
  margin-left: 0;
}

.accordion-inner ul li {
  border-right: none;
  padding: 0;
  line-height: 20px;
}

.carousel-control {
  background: none repeat scroll 0 0 #222222;
  border: 3px solid #ffffff !important;
  border-radius: 23px;
  color: #ffffff !important;
  font-size: 60px;
  font-weight: 100;
  height: 40px;
  left: 15px;
  line-height: 30px;
  margin-top: -20px;
  opacity: 0.5;
  position: absolute !important;
  text-align: center;
  top: 40%;
  width: 40px;
}

.carousel-caption {
  font: inherit;
}

a:active.left.carousel-control,
a:active.right.carousel-control,
a:focus.left.carousel-control,
a:focus.right.carousel-control {
  color: #333 !important;
  border-color: #333 !important;
}

@media (min-width: 1198px) {
  .carousel-fis {
    margin-right: 20px;
    border: 20px solid #fff;
    box-sizing: border-box;
    border-radius: 5px;
  }

  .carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    color: #fff;
    text-align: left;
    background: rgba(0, 0, 0, 0.75);
    display: block;
    margin: 0;
    padding: 15px;
  }

  .carousel-item img {
    max-width: 100%;
    height: auto;
  }

  .carousel-caption a {
    color: White;
  }
}

@media (min-width: 993px) {

  .carousel-caption p a,
  .carousel-caption p a:link,
  .carousel-caption p a:visited,
  .carousel-caption p a:hover,
  .carousel-caption p a:active,
  .carousel-caption p a:focus {
    color: #fff !important;
    border-bottom: 1px solid #a6a7da;
    font: inherit !important;
  }

  .carousel-caption p a:hover,
  .carousel-caption p a:active {
    border-bottom: 1px solid #fff;
  }

  .carousel-caption p a:focus {
    color: #000 !important;
    border-bottom: 1px solid #000 !important;
  }
}

@media (max-width: 992px) {
  .carousel-caption {
    margin-top: 1rem;
    position: relative;
    left: 0;
    color: Black;
  }

  .carousel-caption h3 {
    color: var(--cec-green) !important;
  }
}

.carousel h3 {
  color: White;
}

.carousel-control-next,
.carousel-control-prev {
  width: 10%;
}

.carousel a {
  border-bottom: none;
}

/* Feeback chevron */
.btn-chevron {
  font-size: 23.75px;
}

.btn-chevron:hover {
  background-color: #206c49;
  color: #fff;
}

.btn-chevron:after {
  content: ' ';
  display: inline-block;
  border-bottom: 2px solid #206c49;
  border-right: 2px solid #206c49;
  height: 10px;
  width: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 10;
  margin-left: 1rem;
  margin-top: -4px;
  vertical-align: middle;
}

.btn-chevron:hover:after {
  border-color: #fff;
}

.lwfeedback__heading button,
.lwfeedback__heading button:hover,
.lwfeedback__heading button:focus {
  font-size: 19px;
  font-weight: 700;
  line-height: 22.8px;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  color: #212529;
}

.card-header {
  outline: 1px solid #a5a5a5;
}

.lwfeedback__heading {
  margin-bottom: 0;
}

#lwfeedback__btn {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 44px;
}

#lwfeedback__btn::after {
  display: inline-block;
  position: absolute;
  right: 30px;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("/images/SVG/chevron-down.svg");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}

.lwfeedback__heading button:focus {
  outline: 4px solid #212529;
}

#lwfeedback__btn:not(.collapsed)::after {
  transform: rotate(-180deg);
}

/* / Feeback chevron */
.cat-panel {
  min-height: 260px;
}

/* Pagination for contents list next and previous */
.cec-contents-list-heading {
  font-size: 20px;
  margin-bottom: 15px;
  color: #212529;
}

ul.cec-contents-list {
  list-style-type: none;
  padding-left: 0;
}

ul.cec-contents-list li:before {
  content: "—";
  margin: 0 10px 0 0;
}

ul.cec-contents-list li {
  display: flex;
}

ul.cec-contents-list li a {
  border: none;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.cec-pagination-next a:hover,
.cec-pagination-previous a:hover {
  background-color: #f3f2f1;
}

.cec-pagination-next a,
.cec-pagination-previous a {
  border-bottom: none;
  display: block;
  margin-bottom: 30px;
  padding: 15px 0;
}

.cec-pagination-next a {
  padding-top: 10px;
}

.cec-pagination-previous a {
  margin: 25px 0 0 0;
}

.cec-pagination-link-title {
  font-weight: 700;
  border-bottom: none;
}

span.cec-pagination-link-label {
  margin-left: 37px;
  border-bottom: 1px solid #024cbb;
}

.cec-pagination-group {
  display: block;
}

.cec-pagination-previous+.cec-pagination-next {
  border-top: 1px solid #b1b4b6;
}

/* promotional banner for Family Hubs */
.inOurPlaceBanner {
  position: relative;
  background-color: #27245e;
  margin-bottom: 30px;
}

.ourPlace_Container {
  position: absolute;
  top: 20px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 180%;
}

.ourPlace_URL a,
.ourPlace_linkText a {
  color: #ccd2d8;
  text-decoration: underline;
}

.ourPlace_URL a:hover,
.ourPlace_linkText a:hover {
  color: #fff;
  transition: color 0.4s;
}

.ourPlace_Call {
  font-weight: 700;
  font-size: 140% !important;
  margin-top: 50px;
  line-height: 45px;
}

.ourPlace_linkText {
  margin-top: 20px;
}

@media (max-width: 1230px) {
  .inOurPlaceBanner {
    font-size: 70% !important;
  }

  .ourPlace_Call {
    line-height: 35px;
  }
}

@media (max-width: 992px) {
  .inOurPlaceBanner {
    font-size: 65% !important;
  }

  .ourPlace_Call {
    margin-top: 30px;
    line-height: 25px;
  }

  .ourPlace_Container {
    top: 20px;
  }
}

@media (max-width: 768px) {
  .inOurPlaceBanner {
    font-size: 60% !important;
  }

  .ourPlace_Call {
    line-height: 28px;
    margin-top: 25px;
  }

  .ourPlace_linkText {
    margin-top: 10px;
  }

  .inOurPlaceBanner {
    min-height: 325px;
  }
}

@media (max-width: 768px) {
  .inOurPlaceBanner {
    font-size: 55% !important;
  }

  .ourPlace_linkText {
    margin-top: 30px;
  }

  .ourPlace_Call {
    font-weight: 600;
    font-size: 140% !important;
    line-height: 40px;
  }
}

/* Stacked tables */
@media screen and (max-width: 768px) {
  table.usr_TableDefault.table-stacked {
    padding: 0;
  }

  table.usr_TableDefault.table-stacked,
  table.usr_TableDefault.table-stacked thead,
  table.usr_TableDefault.table-stacked tbody,
  table.usr_TableDefault.table-stacked th,
  table.usr_TableDefault.table-stacked td,
  table.usr_TableDefault.table-stacked tr {
    display: block;
  }

  table.usr_TableDefault.table-stacked tr {
    padding-top: 1rem;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #6c757d !important;
  }

  table.usr_TableDefault.table-stacked tr:last-of-type {
    border-bottom: none !important;
  }

  table.usr_TableDefault.table-stacked tr:first-of-type {
    padding-top: 0;
  }

  table.usr_TableDefault.table-stacked thead tr {
    display: none;
  }

  table.usr_TableDefault.table-stacked td {
    display: block;
    padding: 0.5rem;
    border-bottom: none;
    position: relative;
    padding-left: 0;
    border: none !important;
  }

  table.usr_TableDefault.table-stacked td:before {
    content: attr(data-label);
    display: block;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0.5rem;
    border-bottom: 3px solid #6d0c74;
  }

  table.usr_TableDefault.table-stacked td {
    padding-left: 0;
  }

  table.usr_TableDefault.table-stacked tbody {
    border: 1px solid #6c757d;
    padding: 10px;
  }
}

table.usr_TableDefault.table-stacked .access-acc-container article {
  border-bottom: none;
}

table.usr_TableDefault.table-stacked tr:nth-child(even) {
  background-color: #f5f9fa;
}


/* Details */
.access-acc-container.details input[type='checkbox']+label:before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  border-color: transparent;
  border-style: solid;
  border-width: 7px 0 7px 12.124px;
  border-left-color: inherit;
  color: #2526a9;
}

.access-acc-container.details input[type='checkbox']:checked+label:before {
  display: block;
  width: 0;
  height: 0;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  border-color: transparent;
  border-style: solid;
  border-width: 12.124px 7px 0;
  border-top-color: inherit;
  color: #2526a9;
}

.access-acc-container.details:before,
.access-acc-container.details input[type='checkbox']+label:after,
.access-acc-container.details input[type='checkbox']:checked+label:after,
.access-acc-container.details input[type='checkbox']+label:after,
.access-acc-container.details input[type='checkbox']:checked+label:after {
  content: '';
}

.access-acc-container.details input[type='checkbox']:checked+label:hover,
.access-acc-container.details input[type='radio']:checked+label:hover {
  background: none;
  color: inherit;
}

.access-acc-container.details input[type='checkbox']+label,
.access-acc-container.details input[type='radio']+label {
  background: none;
  border: none;
  color: #2526a9;
  font-weight: 400;
  text-decoration: underline;
  text-decoration-thickness: max(1px, 0.0625rem);
  text-underline-offset: 0.1578em;
  text-decoration-color: #2526a9;
  padding-left: 25px;
}

.access-acc-container.details input[type='checkbox']:focus+label,
.access-acc-container.details input[type='radio']:focus+label {
  outline: 2px solid #0075b0;
}

.access-acc-container.details input[type='checkbox']:checked+label {
  outline: none;
}

/* stop the h2 heading from creatinga 2D scroll */
@media (max-width: 768px) {
  h2.lw-long-heading {
    font-size: 2rem;
  }

  span.lw-long-heading {
    font-size: 3rem;
  }
}
