/*
	Theme Name: British Gas Energy Trust
	Theme URI: http://www.britishgasenergytrust.org.uk/
	Version: 1.0
	Author: British Gas Energy Trust
*/
.cc-window {
  opacity: 1;
  transition: opacity 1s ease; }

.cc-window.cc-invisible {
  opacity: 0; }

.cc-animate.cc-revoke {
  transition: transform 1s ease; }

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em); }

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em); }

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
  transform: translateY(0); }

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s; }

.cc-link, .cc-revoke:hover {
  text-decoration: underline; }

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica,Calibri,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999; }

.cc-window.cc-static {
  position: static; }

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column; }

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row; }

.cc-revoke {
  padding: .5em; }

.cc-header {
  font-size: 18px;
  font-weight: 700; }

.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer; }

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em; }

.cc-link:hover {
  opacity: 1; }

.cc-link:active, .cc-link:visited {
  color: initial; }

.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap; }

.cc-banner .cc-btn:last-child {
  min-width: 140px; }

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent; }

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline; }

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75; }

.cc-close:focus, .cc-close:hover {
  opacity: 1; }

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em; }

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em; }

.cc-revoke.cc-left {
  left: 3em;
  right: unset; }

.cc-revoke.cc-right {
  right: 3em;
  left: unset; }

.cc-top {
  top: 1em; }

.cc-left {
  left: 1em; }

.cc-right {
  right: 1em; }

.cc-bottom {
  bottom: 1em; }

.cc-floating > .cc-link {
  margin-bottom: 1em; }

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em; }

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  flex: 1; }

.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center; }

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0; }

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0; }

.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1; }

.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between; }

.cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1; }

.cc-btn + .cc-btn {
  margin-left: .5em; }

@media print {
  .cc-revoke, .cc-window {
    display: none; } }

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal; } }

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0; }
  .cc-window.cc-bottom {
    bottom: 0; }
  .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0; }
  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column; }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1; }
  .cc-window.cc-floating {
    max-width: none; }
  .cc-window .cc-message {
    margin-bottom: 1em; }
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset; } }

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none; }

.cc-theme-classic .cc-btn {
  border-radius: 5px; }

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block; }

.cc-theme-edgeless.cc-window {
  padding: 0; }

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em; }

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%; }

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em; }

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0; }

@font-face {
  font-family: 'Montserrat';
  src: url("fonts/montserrat-bold-webfont.woff2") format("woff2"), url("fonts/montserrat-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("fonts/montserrat-italic-webfont.woff2") format("woff2"), url("fonts/montserrat-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Montserrat';
  src: url("fonts/montserrat-regular-webfont.woff2") format("woff2"), url("fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("fonts/montserrat-semibold-webfont.woff2") format("woff2"), url("fonts/montserrat-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("fonts/montserrat-semibolditalic-webfont.woff2") format("woff2"), url("fonts/montserrat-semibolditalic-webfont.woff") format("woff");
  font-weight: 600;
  font-style: italic; }

.hidden {
  display: none; }

.reciteme {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999; }

body {
  font-family: Montserrat, sans-serif;
  margin: 0;
  padding: 0; }
  body:after {
    content: url(img/button-arrow-blue.png) url(img/button-arrow-green.png) url(img/question-arrow-right.png) url(img/question-arrow-down.png) url(img/close-icon.png);
    display: none; }

img {
  max-width: 100%; }

a {
  color: #20b175; }
  @media (max-width: 666px) {
    a {
      word-wrap: break-word; } }

a.button {
  background-color: #00647e;
  background-image: url(img/button-arrow-white.png);
  background-position: center right 22px;
  background-repeat: no-repeat;
  background-size: auto 35px;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  padding: 22px 55px 22px 22px;
  text-align: left;
  text-decoration: none;
  width: 189px; }
  a.button:hover {
    background-color: #20b175; }

.container {
  padding: 0 15px; }

@media (min-width: 768px) {
  .container {
    margin: 0 auto;
    max-width: 718px; } }

@media (min-width: 992px) {
  .container {
    max-width: 942px; } }

@media (min-width: 1280px) {
  .container {
    max-width: 1230px; } }

header {
  align-content: stretch;
  align-items: start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start; }
  @media (min-width: 640px) {
    header {
      align-items: center; } }
  header .logo {
    align-self: auto;
    flex: 1 1 auto;
    order: 0;
    padding: 30px 0 20px; }
    @media (min-width: 992px) {
      header .logo {
        flex: 0.1 1 auto;
        padding-bottom: 25px; } }
    @media (min-width: 1280px) {
      header .logo {
        padding-bottom: 20px; } }
    header .logo img {
      display: block;
      width: 200px; }
      @media (min-width: 375px) {
        header .logo img {
          width: 240px; } }
      @media (min-width: 480px) {
        header .logo img {
          width: 312px; } }
      @media (min-width: 992px) {
        header .logo img {
          width: 340px; } }
      @media (min-width: 1280px) {
        header .logo img {
          width: 312px; } }
      header .logo img:hover {
        opacity: 0.75; }
  @media (max-width: 649px) {
    header #largeMobileTabletPhone {
      display: none; } }
  @media (min-width: 992px) {
    header #largeMobileTabletPhone {
      display: none; } }
  header #largeMobileTabletPhone .phone-number {
    margin-right: 24px;
    text-align: center; }
    header #largeMobileTabletPhone .phone-number a {
      background-image: url(img/phone.png);
      background-position: left center;
      background-repeat: no-repeat;
      background-size: 24px auto;
      font-size: 20px;
      font-weight: 600;
      padding-left: 30px;
      text-decoration: none; }
      @media (min-width: 480px) {
        header #largeMobileTabletPhone .phone-number a {
          background-size: 26px auto;
          font-size: 24px;
          padding-left: 34px; } }
      header #largeMobileTabletPhone .phone-number a:hover {
        color: #00647e; }
  header #desktopMenu, header #desktopMenuPhone {
    align-self: auto;
    display: none;
    flex: 1 1 auto;
    order: 0; }
    @media (min-width: 992px) {
      header #desktopMenu, header #desktopMenuPhone {
        display: block; } }
    @media (min-width: 1280px) {
      header #desktopMenu .menu-header-menu-container, header #desktopMenuPhone .menu-header-menu-container {
        margin-left: 37px;
        margin-right: 37px; } }
    header #desktopMenu .menu-header-menu-container ul, header #desktopMenuPhone .menu-header-menu-container ul {
      display: block;
      list-style-type: none;
      margin: 0 37px 10px 0;
      padding: 0;
      text-align: right; }
      @media (min-width: 1280px) {
        header #desktopMenu .menu-header-menu-container ul, header #desktopMenuPhone .menu-header-menu-container ul {
          align-content: stretch;
          align-items: center;
          flex-direction: row;
          flex-wrap: nowrap;
          display: flex;
          justify-content: space-between;
          margin: 0; } }
      header #desktopMenu .menu-header-menu-container ul li, header #desktopMenuPhone .menu-header-menu-container ul li {
        display: inline-block;
        margin: 0 0 6px 40px; }
        @media (min-width: 1280px) {
          header #desktopMenu .menu-header-menu-container ul li, header #desktopMenuPhone .menu-header-menu-container ul li {
            align-self: auto;
            display: block;
            flex: 0 0 auto;
            margin: 0;
            order: 0; } }
        header #desktopMenu .menu-header-menu-container ul li a, header #desktopMenuPhone .menu-header-menu-container ul li a {
          color: #003c5a;
          font-weight: 600;
          text-decoration: none; }
          header #desktopMenu .menu-header-menu-container ul li a:hover, header #desktopMenuPhone .menu-header-menu-container ul li a:hover {
            color: #20b175; }
    header #desktopMenu .phone-number, header #desktopMenuPhone .phone-number {
      margin-bottom: 10px;
      text-align: right; }
      @media (min-width: 992px) {
        header #desktopMenu .phone-number, header #desktopMenuPhone .phone-number {
          margin-right: 37px;
          margin-top: 10px; } }
      @media (min-width: 1200px) {
        header #desktopMenu .phone-number, header #desktopMenuPhone .phone-number {
          margin-bottom: 17px;
          margin-right: 37px; } }
      header #desktopMenu .phone-number a, header #desktopMenuPhone .phone-number a {
        font-size: 24px;
        font-weight: 600;
        text-decoration: none; }
        @media (min-width: 1200px) {
          header #desktopMenu .phone-number a, header #desktopMenuPhone .phone-number a {
            font-size: 28px; } }
        header #desktopMenu .phone-number a:hover, header #desktopMenuPhone .phone-number a:hover {
          color: #00647e; }
  header #hamburgerMenu {
    align-self: auto;
    display: block;
    flex: 0 1 auto;
    margin-top: 19px;
    order: 0;
    position: relative;
    text-align: right; }
    @media (min-width: 375px) {
      header #hamburgerMenu {
        margin-top: 28px; } }
    @media (min-width: 480px) {
      header #hamburgerMenu {
        margin-top: 35px; } }
    @media (min-width: 640px) {
      header #hamburgerMenu {
        margin-top: 0; } }
    @media (min-width: 992px) {
      header #hamburgerMenu {
        flex: 0.1 1 auto; } }
    header #hamburgerMenu.open #menuToggle {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      background-image: url(img/close-icon.png);
      background-size: 30px auto; }
      @media (max-width: 639px) {
        header #hamburgerMenu.open #menuToggle {
          border-bottom: 10px #003c5a solid; } }
    header #hamburgerMenu.open .menus {
      background-color: #003c5a;
      display: block; }
    header #hamburgerMenu #menuToggle {
      background-color: #003c5a;
      background-image: url(img/hamburger-icon.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 44px auto;
      border-radius: 10px;
      display: inline-block;
      height: 56px;
      width: 61px; }
      header #hamburgerMenu #menuToggle img {
        height: 56px;
        width: 61px; }
    header #hamburgerMenu .menus {
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      border-top-left-radius: 10px;
      display: none;
      padding: 16px;
      position: absolute;
      right: 0;
      top: 66px;
      width: 240px;
      z-index: 100; }
      @media (min-width: 640px) {
        header #hamburgerMenu .menus {
          top: 56px; } }
      header #hamburgerMenu .menus ul.menu {
        margin: 0;
        padding: 0; }
        header #hamburgerMenu .menus ul.menu li {
          list-style-type: none; }
          header #hamburgerMenu .menus ul.menu li a {
            border-radius: 10px;
            color: #fff;
            display: block;
            font-size: 16px;
            font-weight: 600;
            line-height: 18px;
            padding: 16px;
            text-align: left;
            text-decoration: none; }
            header #hamburgerMenu .menus ul.menu li a:hover {
              background-color: #20b175; }
      @media (min-width: 992px) {
        header #hamburgerMenu .menus .mobile-only {
          display: none; } }

@media (min-width: 650px) {
  #smallMobilePhone {
    display: none; } }

#smallMobilePhone .phone-number {
  margin-bottom: 17px;
  text-align: center; }
  #smallMobilePhone .phone-number a {
    background-image: url(img/phone.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 24px auto;
    font-size: 20px;
    font-weight: 600;
    padding-left: 30px;
    text-decoration: none; }
    @media (min-width: 480px) {
      #smallMobilePhone .phone-number a {
        background-size: 26px auto;
        font-size: 24px;
        padding-left: 34px; } }
    #smallMobilePhone .phone-number a:hover {
      color: #00647e; }

.banner {
  overflow: hidden;
  position: relative;
  z-index: 0; }
  .banner .background-outer {
    border-radius: 100%;
    bottom: 0;
    overflow: hidden;
    position: absolute;
    right: -640px;
    left: -640px;
    top: -128px;
    z-index: -10; }
    .banner .background-outer .background-top {
      background-image: -moz-linear-gradient(180deg, rgba(250, 250, 250, 0.75) 0%, rgba(250, 250, 250, 0.75) calc(50vw - 60px), rgba(250, 250, 250, 0.5) calc(50vw + 420px));
      background-image: -webkit-linear-gradient(180deg, rgba(250, 250, 250, 0.75) 0%, rgba(250, 250, 250, 0.75) calc(50vw - 60px), rgba(250, 250, 250, 0.5) calc(50vw + 420px));
      background-image: linear-gradient(180deg, rgba(250, 250, 250, 0.75) 0%, rgba(250, 250, 250, 0.75) calc(50vw - 60px), rgba(250, 250, 250, 0.5) calc(50vw + 420px));
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      bottom: 0;
      left: 640px;
      position: absolute;
      right: 640px;
      top: 128px;
      z-index: 10; }
      @media (min-width: 992px) {
        .banner .background-outer .background-top {
          background-image: -moz-linear-gradient(90deg, #fafafa 0%, #fafafa calc(50vw + 140px), rgba(250, 250, 250, 0) calc(50vw + 580px), #fcfcfc calc(50vw + 800px));
          background-image: -webkit-linear-gradient(90deg, #fafafa 0%, #fafafa calc(50vw + 140px), rgba(250, 250, 250, 0) calc(50vw + 580px), #fcfcfc calc(50vw + 800px));
          background-image: linear-gradient(90deg, #fafafa 0%, #fafafa calc(50vw + 140px), rgba(250, 250, 250, 0) calc(50vw + 580px), #fcfcfc calc(50vw + 800px)); } }
      @media (min-width: 1280px) {
        .banner .background-outer .background-top {
          background-image: -moz-linear-gradient(90deg, #fafafa 0%, #fafafa calc(50vw + 60px), rgba(250, 250, 250, 0) calc(50vw + 420px), #fcfcfc calc(50vw + 640px));
          background-image: -webkit-linear-gradient(90deg, #fafafa 0%, #fafafa calc(50vw + 60px), rgba(250, 250, 250, 0) calc(50vw + 420px), #fcfcfc calc(50vw + 640px));
          background-image: linear-gradient(90deg, #fafafa 0%, #fafafa calc(50vw + 60px), rgba(250, 250, 250, 0) calc(50vw + 420px), #fcfcfc calc(50vw + 640px)); } }
    .banner .background-outer .background-bottom {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      bottom: 0;
      left: 640px;
      position: absolute;
      right: 640px;
      top: 128px;
      z-index: 0; }
      @media (min-width: 992px) {
        .banner .background-outer .background-bottom {
          left: calc(50vw + 720px);
          right: 640px; } }
      @media (min-width: 992px) {
        .banner .background-outer .background-bottom {
          background-position: center top 20%; } }
      @media (min-width: 1280px) {
        .banner .background-outer .background-bottom {
          left: calc(50vw + 560px);
          right: calc(50vw - 60px); } }
  .banner .button {
    display: block;
    font-size: 22px; }
    .banner .button:hover {
      background-color: #fff;
      background-image: url(img/button-arrow-blue.png);
      color: #00647e; }
    .banner .button:first-of-type {
      background-color: #20b175; }
      .banner .button:first-of-type:hover {
        background-color: #fff;
        background-image: url(img/button-arrow-green.png);
        color: #20b175; }

.page-template-template-home .banner .background-outer .background-top {
  background-image: -moz-linear-gradient(180deg, rgba(250, 250, 250, 0.75) 0%, rgba(250, 250, 250, 0.75) calc(50vw - 60px), rgba(250, 250, 250, 0.5) calc(50vw + 420px));
  background-image: -webkit-linear-gradient(180deg, rgba(250, 250, 250, 0.75) 0%, rgba(250, 250, 250, 0.75) calc(50vw - 60px), rgba(250, 250, 250, 0.5) calc(50vw + 420px));
  background-image: linear-gradient(180deg, rgba(250, 250, 250, 0.75) 0%, rgba(250, 250, 250, 0.75) calc(50vw - 60px), rgba(250, 250, 250, 0.5) calc(50vw + 420px)); }

.page-template-template-home .banner .background-outer .background-bottom {
  left: 640px; }

@media (min-width: 992px) {
  .page-template-template-home .banner .background-outer .background-top {
    background-image: -moz-linear-gradient(90deg, #fafafa 0%, #fafafa calc(50vw - 60px), rgba(250, 250, 250, 0) calc(50vw + 420px), #fcfcfc calc(50vw + 640px));
    background-image: -webkit-linear-gradient(90deg, #fafafa 0%, #fafafa calc(50vw - 60px), rgba(250, 250, 250, 0) calc(50vw + 420px), #fcfcfc calc(50vw + 640px));
    background-image: linear-gradient(90deg, #fafafa 0%, #fafafa calc(50vw - 60px), rgba(250, 250, 250, 0) calc(50vw + 420px), #fcfcfc calc(50vw + 640px));
    display: block;
    opacity: 1; }
  .page-template-template-home .banner .background-outer .background-bottom {
    left: calc(50vw + 480px);
    right: calc(50vw - 60px); } }

.page-template-template-home header .logo img:hover {
  cursor: default;
  opacity: 1; }

.page-template-template-home .banner {
  padding: 40px 0 60px;
  text-align: center; }
  .page-template-template-home .banner h1 {
    color: #003c5a;
    font-size: 44px;
    margin: 0 auto 32px;
    max-width: 100%;
    text-align: center;
    width: 520px; }
  .page-template-template-home .banner p {
    color: #003c5a;
    font-size: 24px;
    margin: 0 auto 48px;
    max-width: 100%;
    text-align: center;
    width: 520px; }
  .page-template-template-home .banner .button {
    display: inline-block;
    margin-bottom: 40px; }
    @media (min-width: 480px) {
      .page-template-template-home .banner .button {
        margin-left: 33px;
        margin-right: 33px; } }
    .page-template-template-home .banner .button:hover {
      box-shadow: 0 0 1px #00647e; }
    .page-template-template-home .banner .button:first-of-type:hover {
      box-shadow: 0 0 1px #20b175; }

.page-template-template-home .content .top-text-block, .page-template-template-home .content .heading-images-text-and-calls-to-action, .page-template-template-home .content .bottom-text-block {
  clear: both; }

.page-template-template-home .content .top-text-block {
  padding-bottom: 12px; }
  @media (min-width: 1280px) {
    .page-template-template-home .content .top-text-block {
      padding-left: 96px;
      padding-right: 96px; } }
  .page-template-template-home .content .top-text-block h1 {
    color: #003c5a;
    font-size: 40px;
    margin: 32px 0;
    text-align: center; }
  .page-template-template-home .content .top-text-block p {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin: 28px 0; }

.page-template-template-home .content .heading-images-text-and-calls-to-action {
  overflow: hidden;
  padding-bottom: 32px;
  position: relative; }
  .page-template-template-home .content .heading-images-text-and-calls-to-action .background {
    background: -moz-linear-gradient(8deg, #ebebeb 0%, rgba(255, 255, 255, 0) 50%);
    background: -webkit-linear-gradient(8deg, #ebebeb 0%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(8deg, #ebebeb 0%, rgba(255, 255, 255, 0) 50%);
    border-radius: 100%;
    bottom: 0;
    height: 512px;
    overflow: hidden;
    position: absolute;
    right: -640px;
    left: -640px;
    z-index: -10; }
  .page-template-template-home .content .heading-images-text-and-calls-to-action .item {
    margin-bottom: 52px;
    text-align: center; }
    @media (min-width: 768px) {
      .page-template-template-home .content .heading-images-text-and-calls-to-action .item {
        float: left;
        margin-right: 82px;
        width: calc(50% - 41px); }
        .page-template-template-home .content .heading-images-text-and-calls-to-action .item:nth-child(even) {
          margin-right: 0; } }
    @media (min-width: 992px) {
      .page-template-template-home .content .heading-images-text-and-calls-to-action .item {
        margin-bottom: 20px; } }
    @media (min-width: 1280px) {
      .page-template-template-home .content .heading-images-text-and-calls-to-action .item {
        width: calc(33.3% - 55px); }
        .page-template-template-home .content .heading-images-text-and-calls-to-action .item:nth-child(even) {
          margin-right: 82px; }
        .page-template-template-home .content .heading-images-text-and-calls-to-action .item:nth-child(3n) {
          margin-right: 0; } }
    .page-template-template-home .content .heading-images-text-and-calls-to-action .item h2 {
      color: #000;
      font-weight: 600; }
      .page-template-template-home .content .heading-images-text-and-calls-to-action .item h2 a {
        color: #000;
        text-decoration: none; }
        .page-template-template-home .content .heading-images-text-and-calls-to-action .item h2 a:hover {
          color: #20b175; }
    .page-template-template-home .content .heading-images-text-and-calls-to-action .item a:hover img {
      opacity: 0.75; }
    .page-template-template-home .content .heading-images-text-and-calls-to-action .item a img {
      display: block; }

.page-template-template-home .content .bottom-text-block {
  color: #333;
  margin: 40px 0 48px; }
  @media (min-width: 992px) {
    .page-template-template-home .content .bottom-text-block {
      padding: 0 32px; } }
  @media (min-width: 1280px) {
    .page-template-template-home .content .bottom-text-block {
      padding: 0 128px; } }
  .page-template-template-home .content .bottom-text-block p {
    font-size: 18px;
    line-height: 28px; }
    .page-template-template-home .content .bottom-text-block p a:hover {
      color: #333; }

.page-template-default .banner, .page-template-template-team .banner, .page-template-template-local-advice .banner, .page-template-template-faqs .banner, .page-template-template-news-and-research .banner, .post-template-default .banner, .advice-centres-template-default .banner, .archive.category .banner, .team-members-template-default .banner {
  padding: 36px 0 60px; }
  @media (max-width: 666px) {
    .page-template-default .banner .heading-body-text, .page-template-template-team .banner .heading-body-text, .page-template-template-local-advice .banner .heading-body-text, .page-template-template-faqs .banner .heading-body-text, .page-template-template-news-and-research .banner .heading-body-text, .post-template-default .banner .heading-body-text, .advice-centres-template-default .banner .heading-body-text, .archive.category .banner .heading-body-text, .team-members-template-default .banner .heading-body-text {
      margin: 0 auto 40px;
      max-width: 400px;
      text-align: center; } }
  @media (min-width: 667px) {
    .page-template-default .banner .heading-body-text, .page-template-template-team .banner .heading-body-text, .page-template-template-local-advice .banner .heading-body-text, .page-template-template-faqs .banner .heading-body-text, .page-template-template-news-and-research .banner .heading-body-text, .post-template-default .banner .heading-body-text, .advice-centres-template-default .banner .heading-body-text, .archive.category .banner .heading-body-text, .team-members-template-default .banner .heading-body-text {
      float: right;
      margin-bottom: 0;
      width: calc(100% - 340px); } }
  @media (min-width: 768px) {
    .page-template-default .banner .heading-body-text, .page-template-template-team .banner .heading-body-text, .page-template-template-local-advice .banner .heading-body-text, .page-template-template-faqs .banner .heading-body-text, .page-template-template-news-and-research .banner .heading-body-text, .post-template-default .banner .heading-body-text, .advice-centres-template-default .banner .heading-body-text, .archive.category .banner .heading-body-text, .team-members-template-default .banner .heading-body-text {
      width: calc(100% - 380px); } }
  @media (min-width: 992px) {
    .page-template-default .banner .heading-body-text, .page-template-template-team .banner .heading-body-text, .page-template-template-local-advice .banner .heading-body-text, .page-template-template-faqs .banner .heading-body-text, .page-template-template-news-and-research .banner .heading-body-text, .post-template-default .banner .heading-body-text, .advice-centres-template-default .banner .heading-body-text, .archive.category .banner .heading-body-text, .team-members-template-default .banner .heading-body-text {
      padding-right: 28%;
      width: calc(72% - 400px); } }
  @media (min-width: 1280px) {
    .page-template-default .banner .heading-body-text, .page-template-template-team .banner .heading-body-text, .page-template-template-local-advice .banner .heading-body-text, .page-template-template-faqs .banner .heading-body-text, .page-template-template-news-and-research .banner .heading-body-text, .post-template-default .banner .heading-body-text, .advice-centres-template-default .banner .heading-body-text, .archive.category .banner .heading-body-text, .team-members-template-default .banner .heading-body-text {
      padding-right: 36%;
      width: calc(64% - 400px); } }
  .page-template-default .banner .heading-body-text h1, .page-template-template-team .banner .heading-body-text h1, .page-template-template-local-advice .banner .heading-body-text h1, .page-template-template-faqs .banner .heading-body-text h1, .page-template-template-news-and-research .banner .heading-body-text h1, .post-template-default .banner .heading-body-text h1, .advice-centres-template-default .banner .heading-body-text h1, .archive.category .banner .heading-body-text h1, .team-members-template-default .banner .heading-body-text h1 {
    color: #003c5a;
    font-size: 28px;
    margin: 8px 0 36px; }
    @media (min-width: 992px) {
      .page-template-default .banner .heading-body-text h1, .page-template-template-team .banner .heading-body-text h1, .page-template-template-local-advice .banner .heading-body-text h1, .page-template-template-faqs .banner .heading-body-text h1, .page-template-template-news-and-research .banner .heading-body-text h1, .post-template-default .banner .heading-body-text h1, .advice-centres-template-default .banner .heading-body-text h1, .archive.category .banner .heading-body-text h1, .team-members-template-default .banner .heading-body-text h1 {
        margin-top: 40px; } }
  .page-template-default .banner .heading-body-text a.download, .page-template-template-team .banner .heading-body-text a.download, .page-template-template-local-advice .banner .heading-body-text a.download, .page-template-template-faqs .banner .heading-body-text a.download, .page-template-template-news-and-research .banner .heading-body-text a.download, .post-template-default .banner .heading-body-text a.download, .advice-centres-template-default .banner .heading-body-text a.download, .archive.category .banner .heading-body-text a.download, .team-members-template-default .banner .heading-body-text a.download {
    background-color: #20b175;
    background-image: url(img/button-arrow-white-down.png);
    background-position: center right 22px;
    background-repeat: no-repeat;
    background-size: 22px auto;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 55px 12px 22px;
    text-align: left;
    text-decoration: none;
    width: 80px; }
    .page-template-default .banner .heading-body-text a.download:hover, .page-template-template-team .banner .heading-body-text a.download:hover, .page-template-template-local-advice .banner .heading-body-text a.download:hover, .page-template-template-faqs .banner .heading-body-text a.download:hover, .page-template-template-news-and-research .banner .heading-body-text a.download:hover, .post-template-default .banner .heading-body-text a.download:hover, .advice-centres-template-default .banner .heading-body-text a.download:hover, .archive.category .banner .heading-body-text a.download:hover, .team-members-template-default .banner .heading-body-text a.download:hover {
      background-color: #00647e; }
  .page-template-default .banner .calls-to-action, .page-template-template-team .banner .calls-to-action, .page-template-template-local-advice .banner .calls-to-action, .page-template-template-faqs .banner .calls-to-action, .page-template-template-news-and-research .banner .calls-to-action, .post-template-default .banner .calls-to-action, .advice-centres-template-default .banner .calls-to-action, .archive.category .banner .calls-to-action, .team-members-template-default .banner .calls-to-action {
    background-color: #003c5a;
    border-radius: 10px;
    padding: 20px;
    text-align: center; }
    @media (max-width: 666px) {
      .page-template-default .banner .calls-to-action, .page-template-template-team .banner .calls-to-action, .page-template-template-local-advice .banner .calls-to-action, .page-template-template-faqs .banner .calls-to-action, .page-template-template-news-and-research .banner .calls-to-action, .post-template-default .banner .calls-to-action, .advice-centres-template-default .banner .calls-to-action, .archive.category .banner .calls-to-action, .team-members-template-default .banner .calls-to-action {
        margin: 0 auto;
        max-width: 500px; } }
    @media (min-width: 667px) {
      .page-template-default .banner .calls-to-action, .page-template-template-team .banner .calls-to-action, .page-template-template-local-advice .banner .calls-to-action, .page-template-template-faqs .banner .calls-to-action, .page-template-template-news-and-research .banner .calls-to-action, .post-template-default .banner .calls-to-action, .advice-centres-template-default .banner .calls-to-action, .archive.category .banner .calls-to-action, .team-members-template-default .banner .calls-to-action {
        text-align: left;
        width: 266px; } }
    @media (min-width: 768px) {
      .page-template-default .banner .calls-to-action, .page-template-template-team .banner .calls-to-action, .page-template-template-local-advice .banner .calls-to-action, .page-template-template-faqs .banner .calls-to-action, .page-template-template-news-and-research .banner .calls-to-action, .post-template-default .banner .calls-to-action, .advice-centres-template-default .banner .calls-to-action, .archive.category .banner .calls-to-action, .team-members-template-default .banner .calls-to-action {
        margin-left: 20px; } }
    .page-template-default .banner .calls-to-action p, .page-template-template-team .banner .calls-to-action p, .page-template-template-local-advice .banner .calls-to-action p, .page-template-template-faqs .banner .calls-to-action p, .page-template-template-news-and-research .banner .calls-to-action p, .post-template-default .banner .calls-to-action p, .advice-centres-template-default .banner .calls-to-action p, .archive.category .banner .calls-to-action p, .team-members-template-default .banner .calls-to-action p {
      color: #fff;
      margin: 0 0 20px; }
    @media (max-width: 479px) {
      .page-template-default .banner .calls-to-action .button, .page-template-template-team .banner .calls-to-action .button, .page-template-template-local-advice .banner .calls-to-action .button, .page-template-template-faqs .banner .calls-to-action .button, .page-template-template-news-and-research .banner .calls-to-action .button, .post-template-default .banner .calls-to-action .button, .advice-centres-template-default .banner .calls-to-action .button, .archive.category .banner .calls-to-action .button, .team-members-template-default .banner .calls-to-action .button {
        width: auto; }
        .page-template-default .banner .calls-to-action .button:first-of-type, .page-template-template-team .banner .calls-to-action .button:first-of-type, .page-template-template-local-advice .banner .calls-to-action .button:first-of-type, .page-template-template-faqs .banner .calls-to-action .button:first-of-type, .page-template-template-news-and-research .banner .calls-to-action .button:first-of-type, .post-template-default .banner .calls-to-action .button:first-of-type, .advice-centres-template-default .banner .calls-to-action .button:first-of-type, .archive.category .banner .calls-to-action .button:first-of-type, .team-members-template-default .banner .calls-to-action .button:first-of-type {
          margin-bottom: 20px; } }
    @media (min-width: 480px) and (max-width: 519px) {
      .page-template-default .banner .calls-to-action .button, .page-template-template-team .banner .calls-to-action .button, .page-template-template-local-advice .banner .calls-to-action .button, .page-template-template-faqs .banner .calls-to-action .button, .page-template-template-news-and-research .banner .calls-to-action .button, .post-template-default .banner .calls-to-action .button, .advice-centres-template-default .banner .calls-to-action .button, .archive.category .banner .calls-to-action .button, .team-members-template-default .banner .calls-to-action .button {
        padding: 22px 50px 22px 17px; }
        .page-template-default .banner .calls-to-action .button:first-of-type, .page-template-template-team .banner .calls-to-action .button:first-of-type, .page-template-template-local-advice .banner .calls-to-action .button:first-of-type, .page-template-template-faqs .banner .calls-to-action .button:first-of-type, .page-template-template-news-and-research .banner .calls-to-action .button:first-of-type, .post-template-default .banner .calls-to-action .button:first-of-type, .advice-centres-template-default .banner .calls-to-action .button:first-of-type, .archive.category .banner .calls-to-action .button:first-of-type, .team-members-template-default .banner .calls-to-action .button:first-of-type {
          margin-right: 18px; } }
    @media (min-width: 480px) and (max-width: 567px) {
      .page-template-default .banner .calls-to-action .button, .page-template-template-team .banner .calls-to-action .button, .page-template-template-local-advice .banner .calls-to-action .button, .page-template-template-faqs .banner .calls-to-action .button, .page-template-template-news-and-research .banner .calls-to-action .button, .post-template-default .banner .calls-to-action .button, .advice-centres-template-default .banner .calls-to-action .button, .archive.category .banner .calls-to-action .button, .team-members-template-default .banner .calls-to-action .button {
        font-size: 17px; } }
    @media (min-width: 480px) and (max-width: 666px) {
      .page-template-default .banner .calls-to-action .button, .page-template-template-team .banner .calls-to-action .button, .page-template-template-local-advice .banner .calls-to-action .button, .page-template-template-faqs .banner .calls-to-action .button, .page-template-template-news-and-research .banner .calls-to-action .button, .post-template-default .banner .calls-to-action .button, .advice-centres-template-default .banner .calls-to-action .button, .archive.category .banner .calls-to-action .button, .team-members-template-default .banner .calls-to-action .button {
        display: inline-block;
        width: auto; }
        .page-template-default .banner .calls-to-action .button:first-of-type, .page-template-template-team .banner .calls-to-action .button:first-of-type, .page-template-template-local-advice .banner .calls-to-action .button:first-of-type, .page-template-template-faqs .banner .calls-to-action .button:first-of-type, .page-template-template-news-and-research .banner .calls-to-action .button:first-of-type, .post-template-default .banner .calls-to-action .button:first-of-type, .advice-centres-template-default .banner .calls-to-action .button:first-of-type, .archive.category .banner .calls-to-action .button:first-of-type, .team-members-template-default .banner .calls-to-action .button:first-of-type {
          margin-right: 20px; } }
    @media (min-width: 667px) {
      .page-template-default .banner .calls-to-action .button:first-of-type, .page-template-template-team .banner .calls-to-action .button:first-of-type, .page-template-template-local-advice .banner .calls-to-action .button:first-of-type, .page-template-template-faqs .banner .calls-to-action .button:first-of-type, .page-template-template-news-and-research .banner .calls-to-action .button:first-of-type, .post-template-default .banner .calls-to-action .button:first-of-type, .advice-centres-template-default .banner .calls-to-action .button:first-of-type, .archive.category .banner .calls-to-action .button:first-of-type, .team-members-template-default .banner .calls-to-action .button:first-of-type {
        margin-bottom: 20px; }
      .page-template-default .banner .calls-to-action .button:last-of-type, .page-template-template-team .banner .calls-to-action .button:last-of-type, .page-template-template-local-advice .banner .calls-to-action .button:last-of-type, .page-template-template-faqs .banner .calls-to-action .button:last-of-type, .page-template-template-news-and-research .banner .calls-to-action .button:last-of-type, .post-template-default .banner .calls-to-action .button:last-of-type, .advice-centres-template-default .banner .calls-to-action .button:last-of-type, .archive.category .banner .calls-to-action .button:last-of-type, .team-members-template-default .banner .calls-to-action .button:last-of-type {
        margin-bottom: 0; } }

.page-template-default .content h1, .page-template-template-team .content h1, .page-template-template-local-advice .content h1, .page-template-template-faqs .content h1, .page-template-template-news-and-research .content h1, .post-template-default .content h1, .advice-centres-template-default .content h1, .archive.category .content h1, .team-members-template-default .content h1 {
  color: #003c5a;
  font-size: 28px; }

.page-template-default .content img, .page-template-template-team .content img, .page-template-template-local-advice .content img, .page-template-template-faqs .content img, .page-template-template-news-and-research .content img, .post-template-default .content img, .advice-centres-template-default .content img, .archive.category .content img, .team-members-template-default .content img {
  height: auto; }

.page-template-template-team .content .new-trustees-info {
  overflow: hidden;
  padding-bottom: 60px;
  position: relative; }
  .page-template-template-team .content .new-trustees-info .background {
    background: -moz-linear-gradient(8deg, #ebebeb 0%, rgba(255, 255, 255, 0) 50%);
    background: -webkit-linear-gradient(8deg, #ebebeb 0%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(8deg, #ebebeb 0%, rgba(255, 255, 255, 0) 50%);
    border-radius: 100%;
    bottom: 0;
    height: 384px;
    overflow: hidden;
    position: absolute;
    right: -640px;
    left: -640px;
    z-index: -10; }
  @media (min-width: 480px) {
    .page-template-template-team .content .new-trustees-info .new-trustees-info-inner {
      padding: 0 40px; } }
  .page-template-template-team .content .new-trustees-info .new-trustees-info-inner h1 {
    margin: 40px 0 24px; }
  .page-template-template-team .content .new-trustees-info .new-trustees-info-inner p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    max-width: 768px; }
    .page-template-template-team .content .new-trustees-info .new-trustees-info-inner p b, .page-template-template-team .content .new-trustees-info .new-trustees-info-inner p strong {
      font-weight: 600; }
  .page-template-template-team .content .new-trustees-info .new-trustees-info-inner ul {
    margin: 0;
    padding: 0; }
    .page-template-template-team .content .new-trustees-info .new-trustees-info-inner ul li {
      background-image: url(img/question-arrow-right.png);
      background-position: left 0 top 4px;
      background-repeat: no-repeat;
      background-size: auto 22px;
      font-size: 18px;
      line-height: 28px;
      list-style-type: none;
      margin-bottom: 12px;
      max-width: 864px;
      padding-left: 32px; }
  .page-template-template-team .content .new-trustees-info .new-trustees-info-inner a.button {
    background-image: url(img/button-arrow-white-down.png);
    background-position: center right 22px;
    background-repeat: no-repeat;
    background-size: 33px auto; }
    .page-template-template-team .content .new-trustees-info .new-trustees-info-inner a.button.desktop {
      display: none; }
      @media (min-width: 1200px) {
        .page-template-template-team .content .new-trustees-info .new-trustees-info-inner a.button.desktop {
          display: block;
          float: right;
          margin: 20px 0 0 20px; } }
      @media (min-width: 1400px) {
        .page-template-template-team .content .new-trustees-info .new-trustees-info-inner a.button.desktop {
          margin: 20px 70px 0 0; } }
    .page-template-template-team .content .new-trustees-info .new-trustees-info-inner a.button.mobile {
      margin-top: 9px; }
      @media (min-width: 1200px) {
        .page-template-template-team .content .new-trustees-info .new-trustees-info-inner a.button.mobile {
          display: none; } }

.page-template-template-team .content .team-members-info {
  margin-bottom: 72px; }
  @media (min-width: 480px) {
    .page-template-template-team .content .team-members-info {
      padding: 0 80px; } }
  .page-template-template-team .content .team-members-info h1 {
    margin: 32px 0; }
  .page-template-template-team .content .team-members-info p {
    font-size: 18px;
    line-height: 28px;
    max-width: 992px; }

.page-template-template-team .content .team-members {
  overflow: hidden;
  padding-bottom: 24px; }
  .page-template-template-team .content .team-members .team-member {
    margin-bottom: 72px;
    text-align: center; }
    @media (min-width: 480px) {
      .page-template-template-team .content .team-members .team-member {
        float: left;
        margin-right: 56px;
        width: calc(50% - 28px); }
        .page-template-template-team .content .team-members .team-member:nth-child(even) {
          margin-right: 0; } }
    @media (min-width: 667px) {
      .page-template-template-team .content .team-members .team-member {
        margin-right: 82px;
        width: calc(50% - 41px); }
        .page-template-template-team .content .team-members .team-member:nth-child(even) {
          margin-right: 0; } }
    @media (min-width: 992px) {
      .page-template-template-team .content .team-members .team-member {
        width: calc(33.3% - 55px); }
        .page-template-template-team .content .team-members .team-member:nth-child(even) {
          margin-right: 82px; }
        .page-template-template-team .content .team-members .team-member:nth-child(3n) {
          margin-right: 0; } }
    @media (min-width: 1280px) {
      .page-template-template-team .content .team-members .team-member {
        width: calc(25% - 62px);
        margin-right: 82px; }
        .page-template-template-team .content .team-members .team-member:nth-child(3n) {
          margin-right: 82px; }
        .page-template-template-team .content .team-members .team-member:nth-child(4n) {
          margin-right: 0; }
        .page-template-template-team .content .team-members .team-member:nth-child(4n + 1) {
          clear: left; } }
    .page-template-template-team .content .team-members .team-member a:hover.image {
      opacity: 0.75; }
    .page-template-template-team .content .team-members .team-member a.image {
      background-color: #ebebeb;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      display: inline-block;
      height: 196px;
      width: 196px; }
    .page-template-template-team .content .team-members .team-member h2, .page-template-template-team .content .team-members .team-member h3 {
      font-weight: 600; }
    .page-template-template-team .content .team-members .team-member h2 {
      color: #000;
      font-size: 22px;
      line-height: 36px;
      margin: 8px 0 4px; }
      .page-template-template-team .content .team-members .team-member h2 a {
        color: #000;
        text-decoration: none; }
        .page-template-template-team .content .team-members .team-member h2 a:hover {
          color: #20b175; }
    .page-template-template-team .content .team-members .team-member h3 {
      color: #003c5a;
      margin: 8px 0 4px; }
    .page-template-template-team .content .team-members .team-member .button {
      width: 129px; }

.page-template-template-local-advice .content .local-advice-centres-info {
  overflow: hidden;
  padding-bottom: 60px;
  position: relative; }
  .page-template-template-local-advice .content .local-advice-centres-info .background {
    background: -moz-linear-gradient(8deg, #ebebeb 0%, rgba(255, 255, 255, 0) 50%);
    background: -webkit-linear-gradient(8deg, #ebebeb 0%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(8deg, #ebebeb 0%, rgba(255, 255, 255, 0) 50%);
    border-radius: 100%;
    bottom: 0;
    height: 384px;
    overflow: hidden;
    position: absolute;
    right: -640px;
    left: -640px;
    z-index: -10; }
  @media (min-width: 480px) {
    .page-template-template-local-advice .content .local-advice-centres-info .local-advice-centres-info-inner {
      padding: 0 40px; } }
  .page-template-template-local-advice .content .local-advice-centres-info .local-advice-centres-info-inner h1 {
    margin: 40px 0 24px; }
  .page-template-template-local-advice .content .local-advice-centres-info .local-advice-centres-info-inner p {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    max-width: 768px; }
    .page-template-template-local-advice .content .local-advice-centres-info .local-advice-centres-info-inner p b, .page-template-template-local-advice .content .local-advice-centres-info .local-advice-centres-info-inner p strong {
      font-weight: 600; }
  .page-template-template-local-advice .content .local-advice-centres-info .local-advice-centres-info-inner ul {
    margin: 0;
    padding: 0; }
    .page-template-template-local-advice .content .local-advice-centres-info .local-advice-centres-info-inner ul li {
      background-image: url(img/question-arrow-right.png);
      background-position: left 0 top 4px;
      background-repeat: no-repeat;
      background-size: auto 22px;
      font-size: 18px;
      line-height: 28px;
      list-style-type: none;
      margin-bottom: 12px;
      max-width: 864px;
      padding-left: 32px; }

.page-template-template-local-advice .content .local-advice-centres {
  margin-top: 64px;
  overflow: hidden;
  padding-bottom: 8px; }
  .page-template-template-local-advice .content .local-advice-centres .local-advice-centre {
    margin-bottom: 72px; }
    @media (min-width: 667px) {
      .page-template-template-local-advice .content .local-advice-centres .local-advice-centre {
        float: left;
        margin-right: 82px;
        width: calc(50% - 41px); }
        .page-template-template-local-advice .content .local-advice-centres .local-advice-centre:nth-child(odd) {
          clear: left; }
        .page-template-template-local-advice .content .local-advice-centres .local-advice-centre:nth-child(even) {
          margin-right: 0; } }
    @media (min-width: 992px) {
      .page-template-template-local-advice .content .local-advice-centres .local-advice-centre {
        width: calc(33.3% - 55px); }
        .page-template-template-local-advice .content .local-advice-centres .local-advice-centre:nth-child(odd) {
          clear: none; }
        .page-template-template-local-advice .content .local-advice-centres .local-advice-centre:nth-child(even) {
          margin-right: 82px; }
        .page-template-template-local-advice .content .local-advice-centres .local-advice-centre:nth-child(3n) {
          margin-right: 0; }
        .page-template-template-local-advice .content .local-advice-centres .local-advice-centre:nth-child(3n + 1) {
          clear: left; } }
    .page-template-template-local-advice .content .local-advice-centres .local-advice-centre a.image {
      border: 1px #d5d5d5 solid;
      display: block;
      height: 200px;
      position: relative;
      width: 100%; }
      .page-template-template-local-advice .content .local-advice-centres .local-advice-centre a.image:hover .inner {
        opacity: 0.75; }
      .page-template-template-local-advice .content .local-advice-centres .local-advice-centre a.image .inner {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 27px;
        position: absolute;
        left: 40px;
        right: 40px;
        top: 27px; }
    .page-template-template-local-advice .content .local-advice-centres .local-advice-centre h2 {
      font-size: 18px;
      font-weight: 600;
      line-height: 28px;
      margin: 24px 0 0; }
      .page-template-template-local-advice .content .local-advice-centres .local-advice-centre h2 a {
        color: #00647e;
        text-decoration: none; }
        .page-template-template-local-advice .content .local-advice-centres .local-advice-centre h2 a:hover {
          color: #20b175; }
    .page-template-template-local-advice .content .local-advice-centres .local-advice-centre p {
      font-size: 16px;
      line-height: 24px;
      margin: 8px 0 20px; }
    .page-template-template-local-advice .content .local-advice-centres .local-advice-centre .button {
      display: block;
      margin: 0 auto; }

.page-template-template-faqs .content .frequently-asked-questions {
  padding-bottom: 88px; }
  @media (min-width: 992px) {
    .page-template-template-faqs .content .frequently-asked-questions {
      padding-left: 40px;
      padding-right: 40px; } }
  .page-template-template-faqs .content .frequently-asked-questions h1 {
    margin: 32px 0; }
    @media (min-width: 480px) {
      .page-template-template-faqs .content .frequently-asked-questions h1 {
        margin-left: 40px;
        margin-right: 40px; } }
  .page-template-template-faqs .content .frequently-asked-questions .question-and-answer {
    margin-bottom: 16px; }
    .page-template-template-faqs .content .frequently-asked-questions .question-and-answer.open .question {
      background-image: url(img/question-arrow-down.png);
      background-position: left 9px top 9px;
      background-size: 22px auto; }
    .page-template-template-faqs .content .frequently-asked-questions .question-and-answer.open .answer {
      display: block; }
    .page-template-template-faqs .content .frequently-asked-questions .question-and-answer .question, .page-template-template-faqs .content .frequently-asked-questions .question-and-answer .answer p, .page-template-template-faqs .content .frequently-asked-questions .question-and-answer .answer ol li, .page-template-template-faqs .content .frequently-asked-questions .question-and-answer .answer ul li {
      font-size: 18px;
      line-height: 28px; }
    .page-template-template-faqs .content .frequently-asked-questions .question-and-answer .question {
      background-image: url(img/question-arrow-right.png);
      background-position: left 14px top 4px;
      background-repeat: no-repeat;
      background-size: auto 22px;
      color: #00647e;
      display: inline-block;
      font-weight: 600;
      padding-left: 40px;
      text-decoration: none; }
      .page-template-template-faqs .content .frequently-asked-questions .question-and-answer .question:hover {
        color: #000; }
    .page-template-template-faqs .content .frequently-asked-questions .question-and-answer .answer {
      display: none;
      margin: 12px 0 36px;
      max-width: 864px;
      padding-left: 40px; }
      .page-template-template-faqs .content .frequently-asked-questions .question-and-answer .answer p strong {
        font-weight: 600; }

.advice-centres-template-default .advice-centre-info {
  padding-bottom: 44px; }
  @media (min-width: 992px) {
    .advice-centres-template-default .advice-centre-info {
      padding-left: 26px;
      padding-right: 26px; } }
  .advice-centres-template-default .advice-centre-info h1 {
    color: #003c5a;
    margin: 32px 0; }
    @media (min-width: 480px) {
      .advice-centres-template-default .advice-centre-info h1 {
        margin-left: 40px;
        margin-right: 40px; } }
  .advice-centres-template-default .advice-centre-info .top-content, .advice-centres-template-default .advice-centre-info .middle-content, .advice-centres-template-default .advice-centre-info .bottom-content {
    border-radius: 10px;
    margin-bottom: 44px;
    overflow: hidden;
    padding: 34px; }
    @media (min-width: 667px) {
      .advice-centres-template-default .advice-centre-info .top-content, .advice-centres-template-default .advice-centre-info .middle-content, .advice-centres-template-default .advice-centre-info .bottom-content {
        padding-left: 46px;
        padding-right: 46px; } }
    .advice-centres-template-default .advice-centre-info .top-content h2, .advice-centres-template-default .advice-centre-info .middle-content h2, .advice-centres-template-default .advice-centre-info .bottom-content h2 {
      font-weight: 600;
      margin: 0 0 15px; }
    .advice-centres-template-default .advice-centre-info .top-content p, .advice-centres-template-default .advice-centre-info .middle-content p, .advice-centres-template-default .advice-centre-info .bottom-content p {
      font-size: 17px;
      line-height: 31px; }
      .advice-centres-template-default .advice-centre-info .top-content p a, .advice-centres-template-default .advice-centre-info .middle-content p a, .advice-centres-template-default .advice-centre-info .bottom-content p a {
        word-wrap: break-word; }
    .advice-centres-template-default .advice-centre-info .top-content ul, .advice-centres-template-default .advice-centre-info .middle-content ul, .advice-centres-template-default .advice-centre-info .bottom-content ul {
      margin: 0;
      padding: 0; }
      .advice-centres-template-default .advice-centre-info .top-content ul li, .advice-centres-template-default .advice-centre-info .middle-content ul li, .advice-centres-template-default .advice-centre-info .bottom-content ul li {
        background-image: url(img/question-arrow-right.png);
        background-position: left 0 top 4px;
        background-repeat: no-repeat;
        background-size: auto 22px;
        font-size: 17px;
        line-height: 31px;
        list-style-type: none;
        padding-left: 32px; }
  .advice-centres-template-default .advice-centre-info .top-content h2 {
    margin: 0 0 27px; }
  .advice-centres-template-default .advice-centre-info .top-content, .advice-centres-template-default .advice-centre-info .bottom-content {
    background-color: #f2f5f7; }
    .advice-centres-template-default .advice-centre-info .top-content img, .advice-centres-template-default .advice-centre-info .bottom-content img {
      background-color: #fff;
      margin-bottom: 27px;
      padding: 25px;
      width: calc(100% - 50px); }
      @media (min-width: 480px) {
        .advice-centres-template-default .advice-centre-info .top-content img, .advice-centres-template-default .advice-centre-info .bottom-content img {
          display: block;
          float: right;
          margin: 0 0 10px 26px;
          width: calc(50% - 50px); } }
      @media (min-width: 667px) {
        .advice-centres-template-default .advice-centre-info .top-content img, .advice-centres-template-default .advice-centre-info .bottom-content img {
          width: calc(40% - 50px); } }
      @media (min-width: 768px) {
        .advice-centres-template-default .advice-centre-info .top-content img, .advice-centres-template-default .advice-centre-info .bottom-content img {
          margin-top: 30px;
          width: calc(35% - 50px); } }
  .advice-centres-template-default .advice-centre-info .middle-content {
    background-color: #f4fbf8; }
    .advice-centres-template-default .advice-centre-info .middle-content h2 {
      margin: 0 0 10px; }
    .advice-centres-template-default .advice-centre-info .middle-content .contact-details h3 {
      margin-bottom: 5px; }
    .advice-centres-template-default .advice-centre-info .middle-content .contact-details p {
      margin-top: 0; }
      .advice-centres-template-default .advice-centre-info .middle-content .contact-details p:last-of-type {
        margin-bottom: 0; }
      .advice-centres-template-default .advice-centre-info .middle-content .contact-details p.text-above, .advice-centres-template-default .advice-centre-info .middle-content .contact-details p.text-below {
        clear: both; }
      .advice-centres-template-default .advice-centre-info .middle-content .contact-details p.text-above {
        margin-bottom: 0; }
      .advice-centres-template-default .advice-centre-info .middle-content .contact-details p.text-below {
        padding-top: 17px; }
    @media (min-width: 992px) {
      .advice-centres-template-default .advice-centre-info .middle-content .contact-details .mailing-address, .advice-centres-template-default .advice-centre-info .middle-content .contact-details .other-contact-details {
        width: calc(50% - 13px); }
      .advice-centres-template-default .advice-centre-info .middle-content .contact-details .mailing-address {
        float: left; }
      .advice-centres-template-default .advice-centre-info .middle-content .contact-details .other-contact-details {
        float: right; } }
  .advice-centres-template-default .advice-centre-info .bottom-content h2 {
    margin: 0 0 2px; }
  .advice-centres-template-default .advice-centre-info .bottom-content h3 {
    margin: 25px 0 10px; }
  .advice-centres-template-default .advice-centre-info .bottom-content p {
    margin: 0; }
    .advice-centres-template-default .advice-centre-info .bottom-content p strong {
      font-weight: 600; }
  @media (min-width: 992px) {
    .advice-centres-template-default .advice-centre-info .bottom-content .first, .advice-centres-template-default .advice-centre-info .bottom-content .second {
      width: calc(50% - 13px); }
    .advice-centres-template-default .advice-centre-info .bottom-content .first {
      float: left; }
    .advice-centres-template-default .advice-centre-info .bottom-content .second {
      float: right; }
    .advice-centres-template-default .advice-centre-info .bottom-content .one {
      float: left;
      width: 100%; } }

.team-members-template-default .team-member-info {
  padding-bottom: 44px; }
  @media (min-width: 992px) {
    .team-members-template-default .team-member-info {
      padding-left: 26px;
      padding-right: 26px; } }
  .team-members-template-default .team-member-info h1 {
    color: #003c5a;
    margin: 32px 0; }
    @media (min-width: 480px) {
      .team-members-template-default .team-member-info h1 {
        margin-left: 40px;
        margin-right: 40px; } }
  .team-members-template-default .team-member-info .top-content {
    background-color: #f2f5f7;
    border-radius: 10px;
    margin-bottom: 44px;
    overflow: hidden;
    padding: 34px; }
    @media (min-width: 667px) {
      .team-members-template-default .team-member-info .top-content {
        padding-left: 46px;
        padding-right: 46px; } }
    .team-members-template-default .team-member-info .top-content h2 {
      font-weight: 600;
      margin: 0 0 27px; }
    .team-members-template-default .team-member-info .top-content img {
      background-color: #fff;
      display: block;
      margin: 0 auto 27px;
      width: 60%; }
      @media (min-width: 375px) {
        .team-members-template-default .team-member-info .top-content img {
          float: right;
          margin: 10px 0 10px 26px;
          width: 46%; } }
      @media (min-width: 480px) {
        .team-members-template-default .team-member-info .top-content img {
          width: 38%; } }
      @media (min-width: 667px) {
        .team-members-template-default .team-member-info .top-content img {
          width: 33%; } }
      @media (min-width: 768px) {
        .team-members-template-default .team-member-info .top-content img {
          width: 30%; } }
      @media (min-width: 992px) {
        .team-members-template-default .team-member-info .top-content img {
          width: 25%; } }
      @media (min-width: 1200px) {
        .team-members-template-default .team-member-info .top-content img {
          width: 20%; } }
    .team-members-template-default .team-member-info .top-content p {
      font-size: 17px;
      line-height: 31px; }
    .team-members-template-default .team-member-info .top-content ul {
      margin: 0;
      padding: 0; }
      .team-members-template-default .team-member-info .top-content ul li {
        background-image: url(img/question-arrow-right.png);
        background-position: left 0 top 4px;
        background-repeat: no-repeat;
        background-size: auto 22px;
        font-size: 17px;
        line-height: 31px;
        list-style-type: none;
        padding-left: 32px; }

.page-template-default .content, .post-template-default .content {
  max-width: 1020px;
  padding-bottom: 80px; }
  @media (min-width: 480px) {
    .page-template-default .content, .post-template-default .content {
      padding-left: 40px;
      padding-right: 40px; } }
  .page-template-default .content h1, .post-template-default .content h1 {
    margin-top: 32px; }
  .page-template-default .content p, .post-template-default .content p {
    font-size: 17px;
    line-height: 31px; }
  .page-template-default .content ol li, .page-template-default .content ul li, .post-template-default .content ol li, .post-template-default .content ul li {
    font-size: 17px;
    line-height: 31px; }
  .page-template-default .content ol, .post-template-default .content ol {
    padding-left: 32px; }
  .page-template-default .content ul, .post-template-default .content ul {
    margin: 0;
    padding: 0; }
    .page-template-default .content ul.ticks li, .post-template-default .content ul.ticks li {
      background-image: url(img/tick.png); }
    .page-template-default .content ul li, .post-template-default .content ul li {
      background-image: url(img/question-arrow-right.png);
      background-position: left 0 top 4px;
      background-repeat: no-repeat;
      background-size: auto 22px;
      list-style-type: none;
      padding-left: 32px; }
  .page-template-default .content img.aligncenter, .post-template-default .content img.aligncenter {
    display: block;
    margin: 0 auto; }
  .page-template-default .content table, .post-template-default .content table {
    border-collapse: collapse;
    width: 100%; }
    @media (max-width: 539px) {
      .page-template-default .content table, .post-template-default .content table {
        table-layout: fixed; } }
    .page-template-default .content table thead tr th, .post-template-default .content table thead tr th {
      border: 1px #d5d5d5 solid;
      font-size: 13px;
      line-height: 21px;
      padding: 4px;
      word-wrap: break-word; }
      @media (min-width: 480px) {
        .page-template-default .content table thead tr th, .post-template-default .content table thead tr th {
          font-size: 14px;
          line-height: 26px; } }
      @media (min-width: 667px) {
        .page-template-default .content table thead tr th, .post-template-default .content table thead tr th {
          font-size: 16px;
          line-height: 29px;
          padding: 6px 10px; } }
    .page-template-default .content table tbody tr td, .post-template-default .content table tbody tr td {
      border: 1px #bbb solid;
      font-size: 13px;
      line-height: 21px;
      padding: 2px 4px;
      vertical-align: top;
      word-wrap: break-word; }
      .page-template-default .content table tbody tr td p, .post-template-default .content table tbody tr td p {
        font-size: 13px;
        line-height: 20px; }
      @media (min-width: 480px) {
        .page-template-default .content table tbody tr td, .post-template-default .content table tbody tr td {
          font-size: 14px;
          line-height: 26px; }
          .page-template-default .content table tbody tr td p, .post-template-default .content table tbody tr td p {
            font-size: 14px;
            line-height: 26px; } }
      @media (min-width: 667px) {
        .page-template-default .content table tbody tr td, .post-template-default .content table tbody tr td {
          font-size: 16px;
          line-height: 29px;
          padding: 4px 10px; }
          .page-template-default .content table tbody tr td p, .post-template-default .content table tbody tr td p {
            font-size: 16px;
            line-height: 29px; } }

.news-and-research .featured-post {
  overflow: hidden;
  padding: 40px 0 60px;
  position: relative; }
  .news-and-research .featured-post .background {
    background: -moz-linear-gradient(8deg, #ebebeb 0%, rgba(255, 255, 255, 0) 50%);
    background: -webkit-linear-gradient(8deg, #ebebeb 0%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(8deg, #ebebeb 0%, rgba(255, 255, 255, 0) 50%);
    border-radius: 100%;
    bottom: 0;
    height: 384px;
    overflow: hidden;
    position: absolute;
    right: -640px;
    left: -640px;
    z-index: -10; }
  .news-and-research .featured-post .featured-post-inner {
    padding: 0 20px; }
    .news-and-research .featured-post .featured-post-inner .main-info {
      max-width: 306px; }
      @media (min-width: 768px) {
        .news-and-research .featured-post .featured-post-inner .main-info {
          float: left;
          width: 306px; } }
      .news-and-research .featured-post .featured-post-inner .main-info h1 {
        color: #003c5a;
        font-size: 28px;
        margin: 0 0 24px; }
      .news-and-research .featured-post .featured-post-inner .main-info a {
        text-decoration: none; }
        .news-and-research .featured-post .featured-post-inner .main-info a:hover h2 {
          color: #00647e; }
        .news-and-research .featured-post .featured-post-inner .main-info a img {
          background-color: #fff;
          background-position: center;
          background-repeat: no-repeat;
          float: right;
          height: 80px;
          margin-left: 20px;
          width: 120px; }
          .news-and-research .featured-post .featured-post-inner .main-info a img.photo {
            background-size: cover; }
          .news-and-research .featured-post .featured-post-inner .main-info a img.logo {
            background-size: 90px auto;
            border: 1px #d5d5d5 solid; }
        .news-and-research .featured-post .featured-post-inner .main-info a h2 {
          color: #000;
          font-size: 16px;
          font-weight: 600;
          padding-top: 10px; }
      .news-and-research .featured-post .featured-post-inner .main-info .date {
        clear: both;
        font-style: italic;
        margin-bottom: 20px;
        padding-top: 15px; }
      .news-and-research .featured-post .featured-post-inner .main-info a.download {
        background-color: #20b175;
        background-image: url(img/button-arrow-white-down.png);
        background-position: center right 22px;
        background-repeat: no-repeat;
        background-size: 22px auto;
        border-radius: 10px;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        padding: 12px 55px 12px 22px;
        text-align: left;
        text-decoration: none;
        width: 80px; }
        .news-and-research .featured-post .featured-post-inner .main-info a.download:hover {
          background-color: #00647e; }
    .news-and-research .featured-post .featured-post-inner .excerpt {
      border-top: 1px #d5d5d5 dashed;
      margin-top: 35px;
      padding-top: 30px; }
      @media (min-width: 768px) {
        .news-and-research .featured-post .featured-post-inner .excerpt {
          border-left: 1px #d5d5d5 dashed;
          border-top: none;
          float: right;
          margin-top: 6px;
          padding-left: 36px;
          padding-top: 0;
          width: calc(100% - 380px); } }
      @media (min-width: 1280px) {
        .news-and-research .featured-post .featured-post-inner .excerpt {
          column-count: 2;
          column-gap: 30px; } }
      .news-and-research .featured-post .featured-post-inner .excerpt p {
        margin: 0 0 16px; }
        .news-and-research .featured-post .featured-post-inner .excerpt p img {
          background-color: #fff;
          background-image: url(/wp-content/uploads/2020/04/iStock-1126888696-scaled-1-1560x1041.jpg);
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          border: 1px #d5d5d5 solid;
          float: left;
          height: 120px;
          margin: 5px 25px 10px 0;
          width: 180px; }
        .news-and-research .featured-post .featured-post-inner .excerpt p a:hover {
          color: #00647e; }

.news-and-research .categories {
  overflow: hidden;
  margin: 70px 0;
  padding: 0; }
  .news-and-research .categories .category {
    background-color: #f4fbf8;
    border-radius: 10px;
    margin-bottom: 40px;
    max-width: 306px;
    padding: 26px 26px 32px; }
    @media (min-width: 640px) {
      .news-and-research .categories .category {
        float: left;
        margin-right: 8%;
        width: calc(46% - 52px); }
        .news-and-research .categories .category:nth-of-type(even) {
          margin-right: 0; } }
    @media (min-width: 992px) {
      .news-and-research .categories .category {
        margin-right: 4%;
        width: calc(22% - 52px); }
        .news-and-research .categories .category:nth-of-type(2) {
          margin-right: 4%; } }
    .news-and-research .categories .category:last-of-type {
      margin-bottom: 0; }
    .news-and-research .categories .category:nth-of-type(even) {
      background-color: #f2f5f7; }
      .news-and-research .categories .category:nth-of-type(even) h1 a:hover {
        color: #00647e; }
      .news-and-research .categories .category:nth-of-type(even) .post-item:hover {
        color: #00647e; }
      .news-and-research .categories .category:nth-of-type(even) a.archive {
        background-color: #00647e; }
        .news-and-research .categories .category:nth-of-type(even) a.archive:hover {
          background-color: #fff;
          background-image: url(img/button-arrow-blue.png);
          color: #00647e; }
    .news-and-research .categories .category h1 {
      font-size: 21px;
      font-weight: 600;
      margin: 0 0 15px;
      padding: 0; }
      .news-and-research .categories .category h1 a {
        color: #000;
        text-decoration: none; }
        .news-and-research .categories .category h1 a:hover {
          color: #20b175; }
    .news-and-research .categories .category .post-item {
      clear: both;
      color: #000;
      display: block;
      font-size: 15px;
      line-height: 23px;
      margin: 0 0 25px;
      overflow: hidden;
      text-decoration: none; }
      .news-and-research .categories .category .post-item:hover {
        color: #20b175; }
      .news-and-research .categories .category .post-item.logo img {
        background-size: contain; }
      .news-and-research .categories .category .post-item.photo img {
        background-size: cover; }
      .news-and-research .categories .category .post-item img {
        background-color: #fff;
        background-position: center;
        background-repeat: no-repeat;
        float: left;
        height: 80px;
        margin: 4px 14px 0 0;
        width: 80px; }
        @media (min-width: 992px) and (max-width: 1279px) {
          .news-and-research .categories .category .post-item img {
            height: 50px;
            width: 50px; } }
    .news-and-research .categories .category a.archive {
      background-color: #20b175;
      background-image: url(img/button-arrow-white.png);
      background-position: center right 22px;
      background-repeat: no-repeat;
      background-size: auto 22px;
      border-radius: 10px;
      color: #fff;
      display: inline-block;
      font-size: 16px;
      font-weight: 600;
      margin-top: 3px;
      padding: 12px 55px 12px 22px;
      text-align: left;
      text-decoration: none;
      width: 90px; }
      .news-and-research .categories .category a.archive:hover {
        background-color: #fff;
        background-image: url(img/button-arrow-green.png);
        color: #20b175; }

.archive.category .posts {
  margin-top: 64px;
  overflow: hidden;
  padding-bottom: 8px; }
  .archive.category .posts .post {
    margin-bottom: 72px; }
    @media (min-width: 667px) {
      .archive.category .posts .post {
        float: left;
        margin-right: 82px;
        width: calc(50% - 41px); }
        .archive.category .posts .post:nth-child(odd) {
          clear: left; }
        .archive.category .posts .post:nth-child(even) {
          margin-right: 0; } }
    @media (min-width: 992px) {
      .archive.category .posts .post {
        width: calc(33.3% - 55px); }
        .archive.category .posts .post:nth-child(odd) {
          clear: none; }
        .archive.category .posts .post:nth-child(even) {
          margin-right: 82px; }
        .archive.category .posts .post:nth-child(3n) {
          margin-right: 0; }
        .archive.category .posts .post:nth-child(3n + 1) {
          clear: left; } }
    .archive.category .posts .post .image {
      display: block;
      height: 200px;
      position: relative;
      width: 100%; }
      .archive.category .posts .post .image:hover .inner {
        opacity: 0.75; }
      .archive.category .posts .post .image.logo {
        border: 1px #d5d5d5 solid; }
        .archive.category .posts .post .image.logo .inner {
          background-size: contain;
          bottom: 27px;
          left: 40px;
          right: 40px;
          top: 27px; }
      .archive.category .posts .post .image.photo .inner {
        background-size: cover;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0; }
      .archive.category .posts .post .image .inner {
        background-position: center;
        background-repeat: no-repeat;
        position: absolute; }
    .archive.category .posts .post h2 {
      font-size: 18px;
      font-weight: 600;
      line-height: 28px;
      margin: 24px 0 0; }
      .archive.category .posts .post h2 a {
        color: #00647e;
        text-decoration: none; }
        .archive.category .posts .post h2 a:hover {
          color: #20b175; }
    .archive.category .posts .post p {
      font-size: 16px;
      line-height: 24px;
      margin: 8px 0 0; }
    .archive.category .posts .post .button {
      display: block;
      margin: 24px auto 0; }
      .archive.category .posts .post .button.download {
        background-image: url(img/button-arrow-white-down.png);
        background-size: 35px auto; }

.archive.category .pagination {
  font-size: 18px;
  margin-bottom: 70px;
  text-align: center; }
  .archive.category .pagination:empty {
    margin-bottom: 0; }
  .archive.category .pagination a, .archive.category .pagination span {
    font-weight: 600;
    margin: 0 2px; }
  .archive.category .pagination a {
    text-decoration: none; }
    .archive.category .pagination a:hover {
      color: #003c5a; }

.page-id-810.page-template-default .content ul, .page-id-830.page-template-default .content ul, .page-id-836.page-template-default .content ul {
  padding-left: 40px; }
  .page-id-810.page-template-default .content ul li, .page-id-830.page-template-default .content ul li, .page-id-836.page-template-default .content ul li {
    background-image: none;
    list-style-type: disc;
    padding: 0; }

.page-id-810.page-template-default .content table, .page-id-830.page-template-default .content table, .page-id-836.page-template-default .content table {
  margin-bottom: 25px; }
  .page-id-810.page-template-default .content table tr th, .page-id-810.page-template-default .content table tr td, .page-id-830.page-template-default .content table tr th, .page-id-830.page-template-default .content table tr td, .page-id-836.page-template-default .content table tr th, .page-id-836.page-template-default .content table tr td {
    border: 1px #bbb solid;
    font-size: 13px;
    line-height: 21px;
    padding: 2px 4px;
    word-wrap: break-word; }
    @media (min-width: 480px) {
      .page-id-810.page-template-default .content table tr th, .page-id-810.page-template-default .content table tr td, .page-id-830.page-template-default .content table tr th, .page-id-830.page-template-default .content table tr td, .page-id-836.page-template-default .content table tr th, .page-id-836.page-template-default .content table tr td {
        font-size: 14px;
        line-height: 26px; } }
    @media (min-width: 667px) {
      .page-id-810.page-template-default .content table tr th, .page-id-810.page-template-default .content table tr td, .page-id-830.page-template-default .content table tr th, .page-id-830.page-template-default .content table tr td, .page-id-836.page-template-default .content table tr th, .page-id-836.page-template-default .content table tr td {
        font-size: 16px;
        line-height: 29px;
        padding: 4px 10px; } }

.page-id-810.page-template-default .content table tr th {
  text-align: left; }

.postid-846 .banner .background-outer .background-bottom {
  background-image: url(https://britishgasenergytrust.org.uk/wp-content/uploads/2020/04/iStock-1126888696-scaled-1-1560x1041.jpg); }
  @media (min-width: 992px) {
    .postid-846 .banner .background-outer .background-bottom {
      background-position: center top 50%; } }

footer {
  background: #003c5a;
  background: -moz-linear-gradient(3deg, #003c5a 0%, #004f6c 25%, #006e87 50%, #149c7f 85%, #1faf76 100%);
  background: -webkit-linear-gradient(3deg, #003c5a 0%, #004f6c 25%, #006e87 50%, #149c7f 85%, #1faf76 100%);
  background: linear-gradient(3deg, #003c5a 0%, #004f6c 25%, #006e87 50%, #149c7f 85%, #1faf76 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003c5a",endColorstr="#1faf76",GradientType=1);
  overflow: hidden;
  padding: 32px 0 96px; }
  footer .text {
    color: #fff; }
    footer .text p {
      margin-left: auto;
      margin-right: auto;
      max-width: 720px; }
      footer .text p:last-of-type {
        margin-bottom: 0; }
  footer .logo-and-links .funded-by-british-gas {
    float: right;
    margin-top: 32px;
    max-width: 100%;
    width: 256px; }
    @media (min-width: 1200px) {
      footer .logo-and-links .funded-by-british-gas {
        margin-top: 6px; } }
  footer .logo-and-links #menu-footer-menu {
    clear: both;
    margin: 0;
    padding: 32px 0 0; }
    @media (min-width: 480px) {
      footer .logo-and-links #menu-footer-menu {
        clear: none;
        padding-top: 26px; } }
    @media (min-width: 1200px) {
      footer .logo-and-links #menu-footer-menu {
        padding-top: 0; } }
    footer .logo-and-links #menu-footer-menu li {
      font-size: 15px;
      line-height: 26px;
      list-style-type: none; }
      footer .logo-and-links #menu-footer-menu li a {
        color: #fff; }
        footer .logo-and-links #menu-footer-menu li a:hover {
          text-decoration: none; }
  @media (min-width: 768px) {
    footer .logos-and-links {
      align-items: flex-end;
      justify-content: space-between;
      display: flex; } }
  footer .logos-and-links .bget-welsh, footer .logos-and-links .funded-by-british-gas {
    max-width: 100%;
    padding: 24px 0 0; }
  @media (min-width: 480px) {
    footer .logos-and-links .bget-welsh {
      float: left;
      margin-top: 16px;
      width: 216px; } }
  @media (min-width: 768px) {
    footer .logos-and-links .bget-welsh {
      float: none;
      margin-top: 0;
      order: 2;
      width: 216px; } }
  @media (min-width: 992px) {
    footer .logos-and-links .bget-welsh {
      width: 278px; } }
  @media (min-width: 480px) {
    footer .logos-and-links .funded-by-british-gas {
      float: right;
      width: 200px; } }
  @media (min-width: 768px) {
    footer .logos-and-links .funded-by-british-gas {
      float: none;
      order: 3;
      width: 200px; } }
  @media (min-width: 992px) {
    footer .logos-and-links .funded-by-british-gas {
      width: 256px; } }
  footer .logos-and-links #menu-footer-menu {
    clear: both;
    margin: 0;
    order: 1;
    padding: 24px 0 0; }
    @media (min-width: 1200px) {
      footer .logos-and-links #menu-footer-menu {
        padding-top: 0;
        width: 256px; } }
    footer .logos-and-links #menu-footer-menu li {
      font-size: 15px;
      line-height: 26px;
      list-style-type: none; }
      footer .logos-and-links #menu-footer-menu li a {
        color: #fff; }
        footer .logos-and-links #menu-footer-menu li a:hover {
          text-decoration: none; }
