/*Color variables for map*/
/*Colours*/
/*Fonts*/
/*Color variables for map*/
/*Main website colours*/
body {
  font-size: 18px;
  font-family: "Source Sans Pro", sans serif;
  color: #4a4a4a;
  line-height: 30px;
  overflow-x: hidden; }

html {
  overflow-x: hidden; }

h1, .header-1 {
  font-size: 34px;
  margin-bottom: 1rem; }

h2, .header-2 {
  font-size: 34px;
  margin-top: 2rem;
  margin-bottom: 1rem; }

.homepage__topics h2, .membershome h2 {
  margin: 0; }

h3, .header-3 {
  font-size: 30px;
  margin-bottom: 1rem; }

h4, .header-4 {
  font-size: 24px;
  margin-top: 2rem;
  margin-bottom: 1rem; }

.lead-paragraph {
  font-size: 22px; }

.stylised-text {
  color: #750975;
  font-family: "Amatic SC", cursive; }
  .stylised-text--header {
    font-size: 90px;
    font-weight: bold; }

.break-words {
  word-break: break-word; }

.gray-background {
  background-color: #dddfe0; }

/*SCSS for header*/
a.buttonheader {
  background-color: #EF1D64;
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 6px 12px 6px 12px;
  text-decoration: none;
  margin-top: -15px;
  margin-left: 12px;
  font-size: 15px;
  box-shadow: 1px 2px 6px 1px #888;
  font-weight: bold; }

.text--small {
  font-size: 18px; }
.text--large {
  font-size: 23px; }
.text a {
  color: #FFFFFF; }
.text--muted {
  color: #707070; }
.text--light {
  color: #fff !important; }

a.page-header__link {
  color: #750975;
  font-size: 16px;
  text-decoration: none; }

/*SCSS for footer*/
.footer-text p {
  color: #FFFFFF;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: block;
  margin-bottom: 15px;
  font-size: 18px; }

.box-shadow {
  box-shadow: 5px 5px 14px -2px #000; }

.areaPadding {
  padding-top: 1rem;
  padding-bottom: 1rem; }

@media only screen and (max-width: 600px) {
  .areaPadding {
    padding: 1rem 5% 1rem 5%; } }
.whoWeArePadding {
  padding-bottom: 2rem; }

.button-style {
  color: #750975;
  font-size: 16px;
  text-decoration: none;
  background-color: #ffffff;
  border: none;
  cursor: pointer;
  margin-top: -25px;
  margin-left: -10px;
  margin: -25px -8px 0 -8px; }

.member-area-banner {
  background-color: #750975;
  padding-top: 2rem;
  padding-bottom: 1rem; }
  .member-area-banner p {
    color: #ffffff; }

.topicpage P {
  margin-bottom: 1.4rem; }

._ba_logo {
  display: none; }

._ba_manual {
  display: none !important; }

#purechat-container .purechat-launcher-frame-bottom-right {
  min-width: 250px !important; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.news-box {
  height: initial !important; }

.social-feeds .news-box {
  height: 100% !important;
  display: block; }

/* CSS to allow nested <a> tags: https://stackoverflow.com/questions/13052598/creating-anchor-tag-inside-anchor-tag */
.resource-box-outer {
  position: relative;
  padding-bottom: 60px; }
  .resource-box-outer .standard-button {
    position: absolute;
    bottom: 20px;
    margin-left: 20px; }

.resource-box-outer > .resource-box__link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.inner {
  position: relative;
  pointer-events: none;
  z-index: 1; }

.inner a {
  pointer-events: all; }

.news-box__content__label {
  border-bottom: none; }

.col-center {
  text-align: center;
  margin: 0 auto; }

.breadcrumb {
  background: 0;
  z-index: 2;
  padding: 10px 0 5px;
  font-size: 16px;
  margin: 0; }
  @media screen and (max-width: 768px) {
    .breadcrumb {
      position: relative;
      color: #212529 !important;
      padding-bottom: 0; }
      .breadcrumb .breadcrumb-item {
        color: #212529 !important; }
      .breadcrumb .breadcrumb-item a {
        color: #212529 !important; }
      .breadcrumb .breadcrumb-item:last-child a {
        color: #212529 !important; }
      .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        color: #212529 !important; }
      .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        color: #212529 !important; } }
  .breadcrumb--black {
    color: #212529 !important; }
    .breadcrumb--black .breadcrumb-item {
      color: #212529 !important; }
    .breadcrumb--black .breadcrumb-item a {
      color: #212529 !important; }
    .breadcrumb--black .breadcrumb-item:last-child a {
      color: #212529 !important; }
    .breadcrumb--black .breadcrumb-item + .breadcrumb-item::before {
      color: #212529 !important; }
    .breadcrumb--black .breadcrumb-item + .breadcrumb-item::before {
      color: #212529 !important; }

.breadcrumb-item {
  color: #212529 !important; }

.breadcrumb-item a {
  color: #212529 !important;
  text-decoration: underline !important; }

.breadcrumb-item:last-child a {
  color: #212529 !important;
  text-decoration: none !important; }

.breadcrumb-item + .breadcrumb-item::before {
  color: #212529 !important;
  content: ">"; }

.breadcrumb-item + .breadcrumb-item::before {
  color: #212529 !important;
  content: ">"; }

.pageheader__sub {
  border-bottom: 6px solid;
  border-bottom-color: #750975;
  border-top: 1px solid;
  border-top-color: #C8C8C8;
  margin-left: -15px;
  margin-right: -15px; }
  .pageheader__sub__search {
    position: relative;
    color: #aaa;
    font-size: 16px;
    display: inline-block;
    display: flex; }
    .pageheader__sub__search__icon {
      position: absolute;
      top: 50%;
      right: 10px;
      width: 30px;
      height: 24px;
      margin: -12px 0 0;
      color: #000; }
      .pageheader__sub__search__icon:hover {
        cursor: pointer; }
    .pageheader__sub__search__input {
      padding: 10px;
      width: 100%;
      border: 0;
      padding-right: 40px; }
    @media screen and (max-width: 992px) {
      .pageheader__sub__search {
        flex-basis: 100%;
        max-width: 100%;
        border: 0;
        margin-bottom: 20px;
        margin-top: 15px; }
        .pageheader__sub__search input {
          border: 1px solid lightgrey; }
        .pageheader__sub__search__icon {
          right: 23px; } }
  .pageheader__sub__nav {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 992px) {
      .pageheader__sub__nav {
        flex-basis: 100%;
        max-width: 100%; } }
    .pageheader__sub__nav__link {
      padding: calculateRem(15px);
      display: flex;
      line-height: calculateRem(18px);
      color: #000000;
      text-decoration: none;
      border-bottom: 2px solid #fff;
      -webkit-transition: border-bottom .5s;
      transition: border-bottom .5s;
      transition: border-bottom .5s; }
      @media screen and (max-width: 765px) {
        .pageheader__sub__nav__link {
          flex-basis: 50%; } }
      @media screen and (max-width: 992px) {
        .pageheader__sub__nav__link {
          flex-grow: 1;
          flex-shrink: 1; } }
      .pageheader__sub__nav__link:focus, .pageheader__sub__nav__link:link, .pageheader__sub__nav__link:visited, .pageheader__sub__nav__link:active, .pageheader__sub__nav__link:hover {
        color: #000000;
        text-decoration: none; }
      .pageheader__sub__nav__link:active, .pageheader__sub__nav__link:hover {
        border-bottom: 2px solid #902A7B; }
.pageheader__top {
  padding: 10px 0 10px 0;
  display: flex;
  flex-wrap: wrap; }
  .pageheader__top__logoswrapper {
    min-width: 110px; }
    @media screen and (min-width: 576px) {
      .pageheader__top__logoswrapper {
        min-width: 200px; } }
  .pageheader__top__fixedlinks {
    text-align: center;
    position: fixed;
    top: 0;
    right: 55px;
    z-index: 99;
    padding-right: 10px; }
    @media screen and (min-width: 576px) {
      .pageheader__top__fixedlinks {
        top: 40%;
        z-index: 5;
        right: 0;
        padding-right: 0px; } }
    @media only screen and (max-width: 374px) {
      .pageheader__top__fixedlinks {
        padding-right: 0px; } }
    .pageheader__top__fixedlinks__link {
      box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
      color: #F4F4F1 !important;
      text-decoration: none !important;
      font-size: 15px;
      font-weight: 600;
      text-align: center;
      line-height: 17px;
      height: 72px;
      width: 72px;
      display: block;
      padding: 10px;
      margin-bottom: 15px; }
      @media screen and (max-width: 576px) {
        .pageheader__top__fixedlinks__link {
          font-size: 12px;
          line-height: 14px;
          height: 60px;
          width: 45px;
          padding: 4px;
          display: block; } }
      .pageheader__top__fixedlinks__link svg {
        display: block;
        margin: 0 auto 5px auto; }
      .pageheader__top__fixedlinks__link--chat {
        background-color: #ef1d64; }
        @media screen and (max-width: 576px) {
          .pageheader__top__fixedlinks__link--chat {
            position: relative;
            left: -50%;
            top: 2px; } }
        @media screen and (max-width: 400px) and (min-width: 300px) {
          .pageheader__top__fixedlinks__link--chat {
            position: relative;
            left: -50%;
            top: 2px; } }
      .pageheader__top__fixedlinks__link--exit {
        background-color: #82539C; }
        @media screen and (max-width: 576px) {
          .pageheader__top__fixedlinks__link--exit {
            position: absolute;
            left: -170%;
            top: 2px; } }
        @media screen and (max-width: 400px) and (min-width: 300px) {
          .pageheader__top__fixedlinks__link--exit {
            position: absolute;
            left: -170%;
            top: 2px; } }
      .pageheader__top__fixedlinks__link--feedback {
        background-color: #B10088; }
  .pageheader__top__findacentre {
    text-align: right;
    flex-grow: 1;
    font-size: 13px;
    margin-top: 17px; }
    @media only screen and (max-width: 992px) {
      .pageheader__top__findacentre {
        margin-top: 22px;
        margin-right: 10px; } }
    @media only screen and (max-width: 576px) {
      .pageheader__top__findacentre {
        margin-top: 70px;
        width: 140px; } }
    @media only screen and (max-width: 374px) {
      .pageheader__top__findacentre {
        margin-right: 0px; } }
    .pageheader__top__findacentre__link {
      text-decoration: none !important;
      background-color: #EF1D64;
      color: #fff !important;
      border: 1px solid #C8C8C8;
      padding: 5px 15px 4px 15px;
      background-repeat: no-repeat;
      background-size: 14px;
      background-position: 0px; }
      @media only screen and (max-width: 576px) {
        .pageheader__top__findacentre__link {
          display: none; } }
  .pageheader__top__links {
    font-size: 13px;
    margin-top: 10px; }
    .pageheader__top__links__divider {
      float: right;
      clear: both;
      margin-top: 14px; }
      @media (max-width: 991px) {
        .pageheader__top__links__divider {
          display: none; } }
    .pageheader__top__links__mobileIcons {
      float: right; }
      @media (min-width: 992px) {
        .pageheader__top__links__mobileIcons {
          display: none; } }
      .pageheader__top__links__mobileIcons__close {
        display: none; }
      .pageheader__top__links__mobileIcons__burger em, .pageheader__top__links__mobileIcons__close em {
        color: #778A92;
        padding: 10px;
        font-size: 1.3rem; }
        @media (max-width: 576px) {
          .pageheader__top__links__mobileIcons__burger em, .pageheader__top__links__mobileIcons__close em {
            position: relative;
            top: 85px; } }
    .pageheader__top__links__content {
      float: right; }
      .pageheader__top__links__content__item {
        text-decoration: none;
        color: #4A4A4A;
        font-size: 16px; }
      .pageheader__top__links__content__link {
        display: block;
        float: left;
        padding: 5px 15px 5px 15px;
        background-repeat: no-repeat;
        background-size: 14px;
        background-position: 0px; }
        .pageheader__top__links__content__link--accessible {
          padding: 5px 8px 5px 8px;
          background-color: #ED8507;
          margin-left: 25px;
          color: #fff !important; }
          @media (max-width: 991px) {
            .pageheader__top__links__content__link--accessible {
              display: none; } }
        .pageheader__top__links__content__link:last-child {
          margin-left: 12px; }
        .pageheader__top__links__content__link--browsealoud {
          border: 0;
          padding: 0;
          width: 72px;
          height: 72px;
          position: fixed;
          top: 1px;
          right: 1px;
          z-index: 99; }
          .pageheader__top__links__content__link--browsealoud img {
            height: 52px !important;
            width: 120px !important;
            top: 2px !important;
            left: -14px !important;
            position: relative !important;
            float: none !important;
            max-width: none !important; }
          @media (max-width: 860px) {
            .pageheader__top__links__content__link--browsealoud {
              bottom: 50px;
              top: auto;
              margin-top: 0px; } }
          @media (max-width: 860px) and (max-height: 475px) {
            .pageheader__top__links__content__link--browsealoud {
              bottom: auto;
              top: 67px;
              right: 9px;
              width: 55px !important;
              height: 55px !important; } }
          @media (max-width: 860px) and (max-height: 309px) {
            .pageheader__top__links__content__link--browsealoud {
              top: 53px; } }
          @media (max-width: 576px) and (min-width: 309px) {
            .pageheader__top__links__content__link--browsealoud img {
              border: 0;
              padding: 0;
              position: fixed !important;
              top: 1px !important;
              left: 75% !important;
              z-index: 99; } }
  .pageheader__top__logo {
    margin: 5px 20px 0 5px; }
    .pageheader__top__logo__borderright {
      border-right: 2px solid #C8C8C8;
      position: absolute;
      top: 15px;
      right: 0px;
      bottom: 10px; }
    .pageheader__top__logo__wrapper {
      position: relative;
      float: left; }
    .pageheader__top__logo--right {
      float: left;
      width: 100px;
      margin: 5px 5px 0 0; }

.panel {
  border: 1px solid #C8C8C8; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #F4F4F1; }
  @media screen and (min-width: 576px) {
    .jumbotron {
      padding: calculateRem(64px) calculateRem(32px); } }

.search-wrapper .search {
  background-color: #8CBD3A;
  color: #fff;
  text-decoration: none;
  border-radius: 0px 3px 3px 0px;
  padding: 10px 40px 10px 40px;
  transition: .2s background-color ease-in; }

.search-wrapper .search:hover {
  background-color: #6f962e; }

.search-wrapper a.searchboxlocation {
  background-color: #B10088;
  color: #fff;
  font-size: 14px;
  transition: background-color .4s;
  border: 2px solid #902A7B; }

.search-wrapper a.searchboxlocation:hover {
  cursor: pointer;
  border-color: #902A7B;
  background-color: #fff;
  color: #B10088; }

.search-wrapper searchbox {
  width: 100%;
  border: 1px solid #C8C8C8;
  padding: 10px 10px 10px 20px;
  border-radius: 3px 0 0 3px; }

.topic-sidebar {
  box-shadow: 0 5px 15px 0 rgba(141, 141, 141, 0.12); }
  .topic-sidebar__links {
    border-radius: 3px;
    list-style-type: none;
    padding: 0px; }
    .topic-sidebar__links__item__link {
      padding: 15px 20px 15px 25px;
      display: block; }
    .topic-sidebar__links__item a {
      text-decoration: none;
      color: #000000;
      border-left: 4px solid #fff; }
    .topic-sidebar__links__item .active,
    .topic-sidebar__links__item a:active,
    .topic-sidebar__links__item a:hover {
      color: #4c2c92;
      transition: .5s border;
      border-left: 4px solid;
      background-color: #fff; }
    .topic-sidebar__links__item:first-child a {
      border-radius: 3px 0 0 0; }
    .topic-sidebar__links__item:last-child a {
      border-radius: 0 0 0 3px; }

.pagexofy {
  text-align: center;
  margin-top: 30px; }

.nextprev-link {
  position: relative; }
  .nextprev-link a {
    display: block;
    border-radius: 3px 0 0 3px;
    padding: 15px 80px 15px 20px;
    box-shadow: 0 5px 15px 0 rgba(141, 141, 141, 0.12);
    text-decoration: none;
    border-left: 5px solid #470063;
    margin: 0 0 0 20px; }
  .nextprev-link__text {
    font-size: 32px;
    color: #707070;
    letter-spacing: -1px; }
  .nextprev-link__arrow {
    position: absolute;
    right: 25px;
    top: 25px; }
    .nextprev-link__arrow--prev {
      left: 25px;
      transform: rotate(180deg);
      right: auto; }
  .nextprev-link__name {
    font-size: 14px;
    color: #707070; }
    .nextprev-link__name--search {
      letter-spacing: 0px; }
  .nextprev-link--previous a {
    border-right: 5px solid #470063;
    padding: 15px 20px 15px 80px;
    border-left: 0;
    margin: 0 20px 0 0;
    border-radius: 0 3px 3px 0; }

.resource-box {
  position: relative;
  overflow: hidden;
  display: block;
  background-size: cover;
  background-position: center center;
  border: 1px solid #F4F4F1;
  cursor: pointer;
  transition: .3s box-shadow;
  height: 100%; }
  .resource-box__image {
    min-height: 145px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative; }
    .resource-box__image__icon {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 10px 10px 5px 10px;
      background-color: #F6DDA2; }
      .resource-box__image__icon .material-icons {
        margin-bottom: 0;
        padding-bottom: 0;
        margin-top: 0px;
        font-size: 20px; }
  .resource-box:hover {
    box-shadow: 0 5px 15px 0 rgba(184, 184, 184, 0.35); }
  .resource-box__content {
    padding: 15px 20px 20px 20px; }
    .resource-box__content__label {
      width: 100%;
      font-size: 24px;
      margin: 0 auto;
      font-weight: 600; }
  .resource-box img {
    visibility: hidden;
    min-height: 200px; }

.serviceindicator {
  display: flex;
  margin-bottom: 1rem;
  color: #F07A4C;
  text-align: center;
  justify-content: center;
  flex-flow: row wrap; }
  .serviceindicator--homepage {
    justify-content: flex-start;
    margin-top: 0.75rem; }
  .serviceindicator__serviceicon {
    background: #F07A4C;
    height: 20px;
    border-radius: 30px;
    min-width: 20px;
    position: relative;
    margin-right: 10px; }
    .serviceindicator__serviceicon--open {
      background: #99C748; }
    .serviceindicator__serviceicon img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 8px;
      height: 7px;
      margin-top: -4px;
      margin-left: -4px; }
  .serviceindicator--open {
    color: #99C748; }
  .serviceindicator__text__title {
    font-weight: 600;
    font-size: 14px; }
    .serviceindicator__text__title--homepage {
      font-weight: normal; }
  .serviceindicator__text__subtext {
    font-size: 14px;
    line-height: 17px;
    flex-basis: 80%;
    margin-top: 10px; }
  .serviceindicator__text--homepage {
    color: #4A4A4A;
    text-align: left; }

input.standard-button,
a.standard-button {
  width: auto;
  display: inline-block;
  text-decoration: none;
  background: #750975;
  padding: 10px 40px;
  text-align: center;
  color: #FFFFFF;
  transition: background-color .4s;
  border: 2px solid #902A7B;
  font-size: 16px; }
  input.standard-button--secondary,
  a.standard-button--secondary {
    background: #ef1d64;
    border: 2px solid #ef1d64; }
  input.standard-button--small,
  a.standard-button--small {
    padding: 5px 30px; }
  input.standard-button--servicebutton,
  a.standard-button--servicebutton {
    color: #fff !important;
    border: 2px solid #EF1D64;
    transition: background-color .4s;
    margin: 0 0 20px 0;
    background-color: #EF1D64; }
    input.standard-button--servicebutton:hover,
    a.standard-button--servicebutton:hover {
      border-color: #B10088;
      background-color: #fff;
      color: #B10088 !important;
      cursor: pointer; }
    input.standard-button--servicebutton--inverted,
    a.standard-button--servicebutton--inverted {
      background-color: #fff;
      color: #B10088 !important;
      margin-right: 15px; }
      input.standard-button--servicebutton--inverted:hover,
      a.standard-button--servicebutton--inverted:hover {
        background-color: #B10088;
        color: #fff !important; }
  input.standard-button:hover,
  a.standard-button:hover {
    border: 2px solid #ef1d64;
    background-color: #ffffff;
    color: #ef1d64 !important;
    cursor: pointer; }
  input.standard-button--servicebutton--accessible,
  a.standard-button--servicebutton--accessible {
    border: 2px solid #ED8507;
    background-color: #ED8507; }
    input.standard-button--servicebutton--accessible:hover,
    a.standard-button--servicebutton--accessible:hover {
      border-color: #ED8507;
      background-color: #fff;
      color: #ED8507 !important;
      cursor: pointer; }

.topicbanner {
  background-repeat: no-repeat;
  padding-bottom: calculateRem(40px);
  background-position: center;
  width: 100%;
  background-size: cover;
  background-color: #fff;
  transition: height 0.5s ease-out;
  background-color: #750975;
  padding: 15px 0;
  margin-bottom: 15px; }
  .topicbanner h1 {
    margin-top: 0.5rem; }
  @media screen and (max-width: 991px) {
    .topicbanner {
      background-position: top right; } }
  .topicbanner h1, .topicbanner p {
    color: #fff; }
  .topicbanner--smallspacing {
    margin-bottom: 18px !important; }
  .topicbanner div .Alert,
  .topicbanner div.ImportantInformation {
    margin-top: 50px;
    padding: 0.5rem;
    padding-left: 3rem;
    margin-bottom: 0;
    max-width: 500px; }
  .topicbanner--topiclevel {
    height: auto; }
  .topicbanner p {
    font-size: 20px; }

.iframe-nostyle {
  border: 0;
  transition: 2s ease-in;
  width: 100%; }

.sarcdistance {
  display: block;
  text-align: center;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  max-width: 150px;
  border: 5px solid #90C3DA;
  border-bottom: 0; }

.sarcresult {
  height: 100%; }
  .sarcresult .bold-column {
    font-weight: bold;
    min-width: 130px;
    margin-bottom: 10px; }
  @media (min-width: 768px) {
    .sarcresult__content {
      border-left: 1px solid #C8C8C8; } }
  .sarcresult__content__logo {
    margin: 20px 0 20px 0;
    max-width: 90px; }
  .sarcresult__content__tile {
    display: flex;
    flex-wrap: wrap; }
    .sarcresult__content__tile h3 {
      flex-basis: 100%; }
    .sarcresult__content__tile p {
      flex-basis: 81%; }
    .sarcresult__content__tile a.standard-button {
      margin-right: 0; }
  .sarcresult__leftcolumn {
    padding-right: 0; }
    .sarcresult__leftcolumn h3, .sarcresult__leftcolumn p {
      color: #fff; }
    .sarcresult__leftcolumn__content {
      padding: calculateRem(20px);
      height: 100%;
      background-color: #90C3DA; }
      .sarcresult__leftcolumn__content__moreinfo {
        opacity: 0;
        height: 0; }
      .sarcresult__leftcolumn__content__moreinfobutton {
        position: absolute;
        right: 15px;
        bottom: 0;
        padding: 5px;
        border: 3px solid #90C3DA;
        border-radius: 0 0 5px 5px;
        transition: 0.3s ease-in;
        font-weight: bold; }
        .sarcresult__leftcolumn__content__moreinfobutton:hover {
          cursor: pointer;
          color: #fff !important;
          background-color: #90C3DA; }
      .sarcresult__leftcolumn__content--white {
        background-color: #fff;
        border: 3px solid #90C3DA; }
        .sarcresult__leftcolumn__content--white h3, .sarcresult__leftcolumn__content--white p {
          color: #4A4A4A; }
  .sarcresult__rightcolumn {
    padding-left: 0; }
    .sarcresult__rightcolumn__content {
      padding: calculateRem(20px);
      height: 100%;
      background-color: #90C3DA; }
      .sarcresult__rightcolumn__content--white {
        background-color: #fff;
        border: 3px solid #90C3DA;
        border-left: 0; }
  .sarcresult__extracontent {
    display: none; }
    .sarcresult__extracontent__content {
      background-color: #fff;
      border: 3px solid #90C3DA;
      border-top: 0;
      padding: 1.25rem; }

@media (max-width: 765px) {
  .sarcresult__leftcolumn {
    padding-right: 15px; }
  .sarcresult__rightcolumn {
    padding-left: 15px; }
    .sarcresult__rightcolumn__content--white {
      border-left: 3px solid #90C3DA;
      border-top: 0; } }
panel > a {
  height: 100%; }

iframe {
  max-width: 100%; }

footer {
  background-color: #3b053b;
  padding: 40px 0 40px 0; }

footer a.lead-link {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  margin-bottom: 15px;
  font-size: 20px; }
footer a.sub-link {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  margin-bottom: 15px;
  font-size: 15px; }
footer a.sub-links {
  color: #FFFFFF;
  text-decoration: none;
  margin-bottom: 15px;
  font-size: 15px; }
footer .divider {
  color: #fff;
  font-size: 17px; }

main {
  min-height: 45vh;
  margin-top: 5px; }

.supportpanel {
  border: 1px solid #C8C8C8;
  text-align: center;
  padding: 55px 30px 30px 30px;
  position: relative;
  margin-top: 50px;
  background-color: #fff; }
  .supportpanel__inner .panel-subtitle {
    font-size: 20px; }
  .supportpanel__inner h3 {
    margin-top: 0.5rem; }
  .supportpanel__inner .material-icons {
    position: absolute;
    border-radius: 50px;
    width: 75px;
    box-shadow: 0 5px 15px 0 rgba(184, 184, 184, 0.35);
    height: 75px;
    line-height: 75px;
    font-size: 45px;
    background-color: #fff;
    left: 0;
    top: -44px;
    right: 0;
    margin-left: auto;
    color: #EF1D64;
    margin-right: auto; }

.openservices-wrapper {
  padding: 40px 0 0px 0;
  margin-top: -40px; }

.privacy-banner {
  box-shadow: 0 5px 15px 0 rgba(141, 141, 141, 0.15);
  border-radius: 3px;
  padding: 35px 48px 30px 48px;
  margin: 0 0 60px 0;
  width: 100%; }
  .privacy-banner--small {
    margin: 0 0 60px 0; }
  .privacy-banner__header {
    color: #231F20;
    font-size: 22px;
    margin-bottom: 10px; }
  .privacy-banner p {
    line-height: 20px; }
  .privacy-banner__image {
    margin: 0 auto;
    display: block; }
  .privacy-banner__link {
    margin-right: 20px;
    padding-bottom: 15px;
    font-weight: 600;
    display: inline-block; }

#sarcresults {
  margin-top: 30px; }

.sarcresult {
  border: 1px solid #C8C8C8; }
  .sarcresult iframe {
    height: 200px; }
  .sarcresult--center iframe {
    height: 100%; }
  .sarcresult .col-sm-9 {
    margin-bottom: 5px; }
  .sarcresult__content__inner {
    padding: 20px 20px 0 20px; }
    .sarcresult__content__inner__moreinfobutton {
      color: #470063 !important;
      border-bottom: 1px solid;
      width: 150px;
      display: block;
      cursor: pointer;
      margin-bottom: 20px; }
      .sarcresult__content__inner__moreinfobutton--less {
        display: none; }
      .sarcresult__content__inner__moreinfobutton__icon {
        padding-left: 15px; }
    .sarcresult__content__inner__extracontent {
      display: none; }
    .sarcresult__content__inner--top {
      padding: 10px 20px 10px 20px;
      border-bottom: 1px solid #C8C8C8; }
  .sarcresult .col-sm-3 {
    font-weight: bold;
    min-width: 130px; }

@media (min-width: 576px) {
  .sarcresult .col-sm-3 {
    flex: 0 0 25%;
    max-width: 23%; } }
.search-wrapper .search-blue {
  background-color: #1B91C1;
  color: #fff !important;
  font-size: 14px;
  transition: background-color .4s;
  border: 2px solid #1B91C1; }
  .search-wrapper .search-blue:hover {
    border-color: #1B91C1;
    background-color: #fff;
    color: #1B91C1 !important;
    cursor: pointer; }
.search-wrapper .search-purple {
  background-color: #B10088;
  color: #fff;
  font-size: 14px;
  transition: background-color .4s;
  border: 2px solid #902A7B; }
  .search-wrapper .search-purple:hover {
    border-color: #902A7B;
    background-color: #fff;
    color: #B10088; }
.search-wrapper .search-pink {
  background-color: #ef1d64;
  color: #fff;
  font-size: 14px;
  transition: background-color .4s;
  border: 2px solid #ef1d64;
  cursor: pointer; }
  .search-wrapper .search-pink:hover {
    border-color: #902A7B;
    background-color: #fff;
    color: #000 !important; }

@media (max-width: 426px) {
  .search-wrapper-findasarcsearch .searchbox, .search-wrapper-findasarcsearch .search-row {
    display: block;
    margin-bottom: 20px; } }
div.TickBox {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  background: url(/includes/images/icons/icon-tick.png) no-repeat 0;
  background-size: 25px;
  padding-left: 2.5rem; }

div.ImportantInformation--shadow {
  border-radius: 3px;
  background-position: 10px;
  box-shadow: 0 5px 15px 0 rgba(141, 141, 141, 0.12);
  margin-bottom: 40px; }

div.ImportantInformation {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  background: url(/includes/images/icons/icon-important.png) no-repeat #fff;
  padding-left: 3rem;
  background-position: 10px;
  box-shadow: 0 5px 15px 0 rgba(141, 141, 141, 0.12);
  margin-bottom: 40px; }

div.Alert {
  box-shadow: 0 5px 15px 0 rgba(141, 141, 141, 0.12);
  margin-bottom: 40px; }

.question {
  opacity: 0.2;
  transition: opacity 0.4s ease-out;
  margin-bottom: 2.5rem !important; }

.activequestion {
  opacity: 1; }

.disabledquestion a.standard-button {
  background: grey;
  border: grey;
  pointer-events: none; }

meter::-webkit-meter-bar {
  background: #e6e6e9; }

::-moz-meter-bar {
  background: #e6e6e9; }

::-webkit-meter-optimum-value {
  background: #902A7B;
  /* Green */ }

::-webkit-meter-optimum-value {
  /* Firefox Pseudo Class */
  background: #902A7B; }

.audio-player {
  margin-bottom: 2rem; }

.issue-box {
  border: 1px solid #C8C8C8;
  box-shadow: 0 5px 15px 0 rgba(141, 141, 141, 0.15);
  padding: 2rem; }

#gum-local {
  margin-bottom: 25px;
  max-width: 400px; }

#booking-section {
  background-color: #f4f4f4;
  padding: 20px; }

.counsellor {
  background-color: #fff;
  padding: 20px;
  display: block;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  transition: 0.2s ease; }
  .counsellor.active {
    border: 2px solid grey;
    transform: scale(1.05); }
  .counsellor:hover {
    cursor: pointer;
    border: 2px solid grey;
    transform: scale(1.05); }
  .counsellor__content {
    text-align: center;
    margin: 10px 0 10px 0; }
  .counsellor__select {
    text-align: center;
    width: 100%;
    background-color: #8f297b; }
    .counsellor__select a {
      color: #fff !important;
      text-decoration: none; }
  .counsellor__imagewrapper__image {
    background-size: cover;
    min-height: 113px;
    background-position: 50%; }

body #PureChatWidget.purechat .purechat-content-wrapper:before {
  box-shadow: none !important; }

.find-out-more {
  margin-top: 20px;
  position: absolute;
  bottom: 0;
  display: block;
  margin-bottom: 23px;
  color: #1B91C1;
  border-bottom: 1px solid #1B91C1;
  width: 115px;
  background-repeat: no-repeat;
  background-position: right 7px;
  background-image: url(/includes/images/icons/icon-forward.png); }

.search-results {
  margin-top: calculateRem(40px); }

.search-result {
  padding-bottom: 20px;
  display: block; }
  .search-result a {
    text-decoration: none; }
  .search-result__title {
    margin-bottom: .75rem;
    color: #1B91C1;
    font-weight: bold; }
  .search-result__text {
    margin-bottom: 0; }

input:focus, textarea:focus {
  outline: none; }

.umbraco-forms-field-wrapper input {
  width: 100%;
  border: 1px solid #c8c8c8;
  padding: 10px; }
.umbraco-forms-field-wrapper .field-validation-error {
  color: red; }

.btn.cookie-bar--close {
  border-color: #8B5B97;
  background-color: #8B5B97;
  -webkit-box-shadow: 0 2px 0 #104E75;
  -moz-box-shadow: 0 2px 0 #104E75;
  box-shadow: 0 2px 0 #104E75; }
  .btn.cookie-bar--close:hover {
    border-color: #603F69;
    background-color: #603F69; }

.umbraco-forms-page .btn {
  background-color: #B10088;
  color: #fff !important;
  font-size: 14px;
  padding: 7px 20px 7px 20px;
  border: 2px solid #B10088;
  transition: background-color .4s;
  margin-right: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 3px; }
  .umbraco-forms-page .btn:hover {
    border-color: #902A7B;
    background-color: #fff;
    color: #B10088 !important;
    cursor: pointer; }
.umbraco-forms-page .umbraco-forms-caption {
  margin-bottom: 20px; }
.umbraco-forms-page legend {
  font-size: 18px;
  margin-bottom: 20px; }
.umbraco-forms-page .umbraco-forms-field {
  margin-bottom: 20px; }

.umbraco-forms-field label {
  font-weight: bold; }

.umbraco-forms-container {
  padding: 0; }

.umbraco-forms-navigation .col-md-12 {
  padding: 0; }

.form-feedback__button__link {
  color: #4c2c92 !important;
  font-size: 20px;
  display: block;
  text-decoration: underline !important;
  padding-bottom: 30px; }
  .form-feedback__button__link:hover {
    cursor: pointer; }

.feedback-wrapper {
  transition: opacity ease-out 0.3s; }
  .feedback-wrapper.active {
    opacity: 0.3; }

* {
  box-sizing: border-box; }

.rwrapper {
  width: 100%;
  max-width: 1000px;
  margin: 1em auto;
  padding: 1em; }

.is-striped {
  background-color: rgba(233, 200, 147, 0.2); }

.inactive-row {
  background: #ddd; }

/* Table column sizing
================================== */
.date-cell {
  width: 20%; }

.topic-cell {
  width: 41%; }

.access-link-cell {
  width: 13%; }

.replay-link-cell {
  width: 13%; }

.pdf-cell {
  width: 19%; }

/* Apply styles
================================== */
.Rtable {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 3em 0;
  padding: 0;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2); }
  .Rtable .Rtable-row {
    width: 100%;
    display: flex; }
    .Rtable .Rtable-row .Rtable-cell {
      box-sizing: border-box;
      flex-grow: 1;
      padding: 0.8em 1.2em;
      overflow: hidden;
      list-style: none; }
      .Rtable .Rtable-row .Rtable-cell.column-heading {
        background-color: #43BAC0;
        color: white;
        padding: 1em; }
      .Rtable .Rtable-row .Rtable-cell .Rtable-cell--heading {
        display: none; }
      .Rtable .Rtable-row .Rtable-cell .Rtable-cell--content .webinar-date {
        font-weight: 700; }

/* Responsive
==================================== */
@media all and (max-width: 750px) {
  .is-striped {
    background-color: white; }

  .Rtable--collapse {
    display: block;
    width: 100%;
    padding: 1em;
    box-shadow: none; }
    .Rtable--collapse .Rtable-row {
      box-sizing: border-box;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 2em;
      box-shadow: 0 0 40px rgba(0, 0, 0, 0.2); }
      .Rtable--collapse .Rtable-row .inactive {
        background: #eee; }
      .Rtable--collapse .Rtable-row .Rtable-cell {
        width: 100% !important;
        display: flex;
        align-items: center; }
        .Rtable--collapse .Rtable-row .Rtable-cell .Rtable-cell--heading {
          display: inline-block;
          flex: 1;
          max-width: 120px;
          min-width: 120px;
          color: #43BAC0;
          font-weight: 700;
          border-right: 1px solid #ccc;
          margin-right: 1em; }
        .Rtable--collapse .Rtable-row .Rtable-cell .Rtable-cell--content {
          flex: 2; }
    .Rtable--collapse .date-cell {
      order: -1;
      background-color: #43BAC0;
      color: white;
      font-weight: 700; }
    .Rtable--collapse .topic-cell .Rtable-cell--content {
      padding-left: 0 !important; }
    .Rtable--collapse .Rtable-row--head {
      display: none; } }
.no-flexbox .Rtable {
  display: block; }
  .no-flexbox .Rtable.Rtable-cell {
    width: 100%; }

.news-select {
  width: 150px;
  padding: 5px;
  float: right; }

.news-page {
  color: #4a4a4a; }
  .news-page__content {
    font-size: 18px;
    color: #4a4a4a; }

.news-box {
  position: relative;
  overflow: hidden;
  display: block;
  background-size: cover;
  background-position: center center;
  border: 1px solid #F4F4F1;
  cursor: pointer;
  transition: .3s box-shadow;
  height: 100%;
  text-decoration: none !important;
  color: #4A4A4A !important; }
  .news-box:hover .news-box__image {
    transform: scale(1.15); }
  .news-box__imagewrapper {
    max-height: 150px;
    overflow: hidden; }
  .news-box__image {
    min-height: 145px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    transition: .5s; }
    .news-box__image__icon {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 10px 10px 5px 10px;
      background-color: #F6DDA2; }
      .news-box__image__icon .material-icons {
        margin-bottom: 0;
        padding-bottom: 0;
        margin-top: 0px;
        font-size: 20px; }
  .news-box:hover {
    box-shadow: 0 5px 15px 0 rgba(184, 184, 184, 0.35); }
  .news-box__content {
    padding: 15px 20px 20px 20px; }
    .news-box__content__date {
      font-size: 12px; }
    .news-box__content__label {
      width: 100%;
      font-size: 17px;
      margin: 0 auto 10px auto;
      font-weight: 600;
      padding-bottom: 8px; }
    .news-box__content__extralabel {
      font-size: 15px; }
  .news-box img {
    visibility: hidden;
    min-height: 200px; }

.social-feeds {
  margin-top: 20px; }
  .social-feeds__item {
    padding: 15px; }
    .social-feeds__item--wrapper {
      max-width: 500px;
      border: 1px solid #ebedf0;
      height: 350px; }
      @media (max-width: 576px) {
        .social-feeds__item--wrapper {
          margin-left: auto;
          margin-right: auto; } }
  .social-feeds .news-box {
    background: #F4F4F1; }
    .social-feeds .news-box__imagewrapper {
      max-height: 185px; }
    .social-feeds .news-box__image {
      min-height: 180px; }
    .social-feeds .news-box__content__date {
      color: #470063;
      margin-bottom: 4px; }
    .social-feeds .news-box__content__label {
      border: none;
      color: #470063;
      font-weight: normal; }
    .social-feeds .news-box__content__readmore a {
      color: #470063;
      font-weight: bold;
      text-decoration: none; }
      .social-feeds .news-box__content__readmore a:hover {
        text-decoration: underline; }
    .social-feeds .news-box:hover {
      box-shadow: none; }

.sarc-form input {
  width: 100%; }
.sarc-form label {
  font-weight: bold; }
.sarc-form textarea {
  width: 100%;
  height: 140px;
  resize: none; }
.sarc-form .field-validation-error {
  font-size: 14px;
  color: red; }
.sarc-form .standard-button {
  max-width: 145px; }

.contactsarc__errormessage {
  color: red;
  font-weight: bold; }

.modal-header .close {
  cursor: pointer; }

.sitenaviation {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  position: relative; }
  @media (max-width: 991px) {
    .sitenaviation {
      display: none; } }
  @media (max-width: 993px) {
    .sitenaviation {
      border-bottom: 1px solid #C8C8C8; } }
  .sitenaviation__item {
    flex-grow: 1;
    transition: all 0.2s ease-in; }
    @media (min-width: 991px) {
      .sitenaviation__item {
        position: relative; } }
    @media (max-width: 991px) {
      .sitenaviation__item {
        max-width: none; } }
    .sitenaviation__item a {
      font-size: 16px;
      color: #4A4A4A;
      text-decoration: none;
      position: relative; }
    .sitenaviation__item__link {
      display: flex;
      font-size: 16px;
      align-items: center;
      z-index: 100;
      height: 100%;
      justify-content: center;
      color: #000000;
      padding: 15px; }
    .sitenaviation__item__wrapper {
      position: absolute;
      left: 0;
      width: 100%; }
    .sitenaviation__item__submenu {
      position: absolute;
      padding: 20px 35px 15px 25px;
      opacity: 0;
      transition: all 0.2s ease-in;
      z-index: -1;
      background-color: #F4F4F1;
      margin-left: -1px;
      border: solid 1px #C8C8C8; }
      @media (max-width: 991px) {
        .sitenaviation__item__submenu {
          min-width: calc(100% + 1px); } }
      .sitenaviation__item__submenu__item {
        min-height: 55px; }
        @media screen and (max-width: 992px) {
          .sitenaviation__item__submenu__item {
            width: 100% !important; } }
        .sitenaviation__item__submenu__item--haschildren:hover {
          width: 520px; }
        .sitenaviation__item__submenu__item:hover .sitenaviation__item__submenu__item__link a {
          border-bottom: 1px solid #B30089; }
          .sitenaviation__item__submenu__item:hover .sitenaviation__item__submenu__item__link a::after {
            content: '>';
            position: absolute;
            font-size: 20px;
            color: #B30089;
            top: -3px;
            font-family: monospace;
            right: 12px;
            width: 0;
            height: 0; }
        .sitenaviation__item__submenu__item__secondsubmenu {
          display: none; }
          @media screen and (max-width: 991px) {
            .sitenaviation__item__submenu__item__secondsubmenu {
              display: none !important; } }
          .sitenaviation__item__submenu__item__secondsubmenu a {
            font-size: 16px;
            padding-bottom: 12px;
            margin-bottom: 15px;
            border-bottom: 1px solid #C8C8C8;
            width: 240px;
            display: block; }
            @media screen and (max-width: 991px) {
              .sitenaviation__item__submenu__item__secondsubmenu a {
                width: 100%; } }
            .sitenaviation__item__submenu__item__secondsubmenu a:hover {
              border-bottom: 1px solid #B30089; }
        .sitenaviation__item__submenu__item__link {
          float: left;
          padding-right: 0px;
          width: 256px; }
          @media screen and (max-width: 991px) {
            .sitenaviation__item__submenu__item__link {
              width: 100%; } }
          .sitenaviation__item__submenu__item__link a {
            font-size: 16px;
            padding-bottom: 12px;
            padding-right: 15px;
            margin-bottom: 5px;
            border-bottom: 1px solid #C8C8C8;
            width: 257px;
            display: block; }
            @media screen and (max-width: 991px) {
              .sitenaviation__item__submenu__item__link a {
                width: 100%; } }
          .sitenaviation__item__submenu__item__link:hover .sitenaviation__item__submenu__item__link__secondsubmenu {
            display: block; }
        .sitenaviation__item__submenu__item__secondsubmenu {
          float: right; }
          .sitenaviation__item__submenu__item__secondsubmenu:hover {
            display: block; }
        .sitenaviation__item__submenu__item:hover .sitenaviation__item__submenu__item__secondsubmenu {
          display: block; }
    .sitenaviation__item:hover {
      background-color: #F4F4F1; }
    .sitenaviation__item:hover .sitenaviation__item__link:after {
      content: '';
      width: 60px;
      height: 1px;
      background: #F4F4F1;
      position: absolute;
      bottom: -1px;
      left: 0;
      z-index: 100;
      width: 100%; }
    .sitenaviation__item:hover .sitenaviation__item__submenu {
      opacity: 1;
      z-index: 50; }

.orange {
  opacity: 0;
  z-index: -1; }

.consultation {
  padding: 25px;
  border: 1px solid #C8C8C8;
  border-radius: 5px;
  margin-bottom: 30px; }
  .consultation h2 {
    margin-bottom: 0; }
  .consultation__date {
    color: #778A92;
    margin-bottom: 10px; }
  .consultation a {
    margin-top: 20px; }
  .consultation--inactive {
    background-color: #F4F4F1;
    border: 1px solid #F4F4F1; }
    .consultation--inactive a {
      background-color: #C8C8C8;
      border: 1px solid #C8C8C8; }
      .consultation--inactive a:hover {
        cursor: default !important;
        background-color: #C8C8C8;
        border: 1px solid #C8C8C8;
        color: #fff !important; }

.pastconsultation {
  display: flex;
  border: 1px solid #C8C8C8;
  text-decoration: none !important;
  margin-bottom: 25px; }
  .pastconsultation__title {
    font-family: 'Source Sans Pro', serif;
    font-size: 32px;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 2.5rem;
    color: #4A4A4A; }
  .pastconsultation__image {
    min-width: 98px;
    background-image: url(/media/1063/consultation.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .pastconsultation__content {
    padding: 22px; }
  .pastconsultation__date {
    color: #778A92; }

.signup {
  margin-top: 40px; }
  .signup .umbraco-forms-caption {
    font-size: 2rem; }
  .signup .umbraco-forms-label {
    display: none; }

.voice-column {
  border-bottom: 1px solid grey;
  display: flex;
  flex-wrap: wrap;
  min-height: 1px;
  flex: 1 1 auto; }

.survivorvoices audio {
  max-width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  border: 1px solid lightgrey;
  border-radius: 1px; }
.survivorvoices .row {
  flex-direction: column; }
.survivorvoices img {
  margin: 0 auto;
  opacity: 0.4;
  transition: opacity 0.4s;
  transition: transform 0.4s;
  height: 184px;
  width: 100%; }
.survivorvoices__voice {
  border: 1px solid lightgrey;
  min-height: 1px; }
  .survivorvoices__voice__name {
    background: lightgrey;
    color: #fff;
    text-align: center;
    padding: 10px;
    transition: all 0.4s; }
  .survivorvoices__voice:hover, .survivorvoices__voice--active {
    cursor: pointer;
    border: 1px solid lightblue; }
    .survivorvoices__voice:hover img, .survivorvoices__voice--active img {
      opacity: 1;
      transform: rotateY(180deg); }
  .survivorvoices__voice--active img {
    opacity: 0;
    height: 0; }
  .survivorvoices__voice--active .survivorvoices__voice__visual img {
    opacity: 1;
    width: 100%;
    height: 184px; }
  .survivorvoices__voice:hover .survivorvoices__voice__name, .survivorvoices__voice--active .survivorvoices__voice__name {
    background: lightblue; }
  .survivorvoices__voice__visual img {
    opacity: 0;
    width: 0;
    height: 0;
    transition: opacity 0.4s; }

.testresults {
  max-width: 350px; }
  .testresults__result {
    display: flex; }
    .testresults__result img {
      width: 50px;
      margin: 18px;
      align-self: center; }
    .testresults__result h3 {
      align-self: center;
      flex-basis: 80%; }

@media (min-width: 768px) {
  .omega-col-md {
    padding-right: 0; }

  .alpha-col-md {
    padding-left: 0; } }
@media (max-width: 768px) {
  .map-col {
    order: 2;
    min-height: 400px; }
    .map-col iframe {
      border-top: 1px solid #C8C8C8; } }
@media screen and (min-width: 991px) {
  .new-mobile-menu {
    display: none !important;
    height: 100vh; } }
.new-mobile-menu {
  display: none;
  height: 100vh; }

.new-mobile-menu__linkwrapper {
  position: relative; }

.new-mobile-menu__linkwrapper__submenu {
  display: none; }

.new-mobile-menu__linkwrapper a {
  font-size: 14px;
  padding: 15px 85px 8px 15px;
  display: block;
  color: #93A2A8;
  border-bottom: 1px solid #E4E4E4;
  background: #fff;
  text-decoration: none; }

.new-mobile-menu__linkwrapper a.nosubmenu {
  padding-right: 15px !important; }

.new-mobile-menu__linkwrapper--sublevel a {
  background: #F4F4F1;
  /* padding-left:40px!important */ }

.new-mobile-menu__linkwrapper--deeplevel a {
  background: #470063;
  color: #fff;
  /* padding-left:60px!important */ }

.new-mobile-menu__linkwrapper em {
  color: #778A92;
  height: 44px;
  cursor: pointer;
  width: 60px;
  font-size: 12px;
  top: 0;
  position: absolute;
  padding-top: 16px;
  right: 0;
  text-align: center; }

@media screen and (max-width: 991px) {
  .screen-height-limit main,
  .screen-height-limit .fixedlinks,
  .screen-height-limit footer, .screen-height-limit .pageheader__sub__search,
  .screen-height-limit .breadcrumb {
    display: none; } }
.umbraco-forms-form select, .umbraco-forms-form select {
  max-width: 400px !important;
  padding: 5px;
  display: block;
  width: 95%; }

.modal-content {
  overflow-y: auto;
  display: block;
  margin: 0 auto;
  max-width: 90vw; }

.modal-content .umbraco-forms-form input.text,
.modal-content .umbraco-forms-form textarea,
.modal-content .umbraco-forms-form select, .modal-content .umbraco-forms-form selec {
  max-width: none !important;
  width: 100%; }
.modal-content .umbraco-forms-form fieldset {
  padding: 1em;
  margin: 0; }
.modal-content .umbraco-forms-form .umbraco-forms-navigation {
  padding: 0em 1em 0 1em !important; }

.copyright {
  color: #470063; }

body #__ba_panel._launchpad {
  position: fixed !important;
  z-index: -1 !important; }

.owl-carousel {
  margin-top: 1.5rem;
  margin-bottom: 20px;
  box-shadow: 8px 8px 3.5px #ccc;
  overflow: hidden; }

.owl-carousel .owl-item img {
  cursor: pointer; }

table.responsive-table {
  border: 1px solid #fff;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed; }
  table.responsive-table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em; }
  table.responsive-table tr {
    background-color: #fff;
    border: 1px solid #fff;
    padding: .35em; }
    table.responsive-table tr.alt {
      background-color: #E6E7E9; }
  table.responsive-table th,
  table.responsive-table td {
    border: 1px solid #fff;
    padding: .625em;
    text-align: center; }
    table.responsive-table th img,
    table.responsive-table td img {
      display: inline; }
  table.responsive-table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
    background-color: #666A70;
    color: #fff; }

@media screen and (max-width: 600px) {
  table.responsive-table {
    border: 0; }
    table.responsive-table caption {
      font-size: 1.3em; }
    table.responsive-table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    table.responsive-table tr {
      border: none;
      border-bottom: 3px solid #ddd;
      display: block;
      padding: 0px; }
    table.responsive-table td {
      border-top: none;
      border-left: none;
      border-right: none;
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: .8em; }
    table.responsive-table td::before {
      content: attr(data-label);
      display: block;
      font-weight: bold;
      text-transform: uppercase;
      padding-bottom: 10px;
      font-size: 14px; }
    table.responsive-table td:last-child {
      border-bottom: 0; }

  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right; } }
.at-icon-wrapper {
  border-radius: 12%; }
  .at-icon-wrapper svg {
    vertical-align: initial; }

@media (max-width: 576px) {
  .member-area-homefooter a {
    display: block;
    padding: 10px 0 10px 0; } }
.cookie-bar {
  z-index: 9999;
  padding: 7px 0;
  position: fixed;
  width: 100%;
  bottom: 0px;
  display: none;
  background-color: #1B837A; }
  .cookie-bar p, .cookie-bar a, .cookie-bar span {
    color: white;
    text-decoration: none; }
  .cookie-bar p a {
    border-bottom: 1px solid white; }
  .cookie-bar .fa-info, .cookie-bar .fa-times {
    color: white;
    border-color: white; }

.logout-link {
  background-color: white;
  cursor: pointer; }

.pageheader__top__links__content__link:last-child {
  margin-left: 0 !important; }

.pageheader__top__links__content__link--change-details {
  background-color: #4A4A4A !important;
  color: white !important; }

.supportpanel a {
  /*border-color: #CA2F51;
  background-color: #CA2F51;*/ }

.topic-cta .standard-button {
  position: absolute;
  right: 35px;
  top: 40%; }
  @media screen and (max-width: 992px) {
    .topic-cta .standard-button {
      position: relative;
      right: auto; } }

.generic-cta {
  background: #EEEEEE;
  font-size: 20px; }
  .generic-cta--muted-links a {
    color: #4A4A4A; }

@media screen and (max-width: 768px) {
  .topicpage > div {
    margin-top: 0 !important; } }
.topicpage-yellow .government-theme-sidebar {
  border-top: 10px solid #8B5B97; }
.topicpage-yellow .topic-sidebar__links__item .active,
.topicpage-yellow .topic-sidebar__links__item a:active,
.topicpage-yellow .topic-sidebar__links__item a:hover {
  color: #8B5B97; }
.topicpage-yellow .nextprev-link a {
  border-left: 5px solid #8B5B97; }
.topicpage-yellow .nextprev-link--previous a {
  border-left: 0;
  border-right: 5px solid #8B5B97; }

.topicpage-red .government-theme-sidebar {
  border-top: 10px solid #BE3958; }
.topicpage-red .topic-sidebar__links__item .active,
.topicpage-red .topic-sidebar__links__item a:active,
.topicpage-red .topic-sidebar__links__item a:hover {
  color: #BE3958; }
.topicpage-red .nextprev-link a {
  border-left: 5px solid #BE3958; }
.topicpage-red .nextprev-link--previous a {
  border-left: 0;
  border-right: 5px solid #BE3958; }

.topicpage-blue .government-theme-sidebar {
  border-top: 10px solid #104E75; }
.topicpage-blue .topic-sidebar__links__item .active,
.topicpage-blue .topic-sidebar__links__item a:active,
.topicpage-blue .topic-sidebar__links__item a:hover {
  color: #104E75; }
.topicpage-blue .nextprev-link a {
  border-left: 5px solid #104E75; }
.topicpage-blue .nextprev-link--previous a {
  border-right: 5px solid #104E75;
  border-left: 0; }

.topicpage-green .government-theme-sidebar {
  border-top: 10px solid #1B837A; }
.topicpage-green .topic-sidebar__links__item .active,
.topicpage-green .topic-sidebar__links__item a:active,
.topicpage-green .topic-sidebar__links__item a:hover {
  color: #1B837A; }
.topicpage-green .nextprev-link a {
  border-left: 5px solid #1B837A; }
.topicpage-green .nextprev-link--previous a {
  border-right: 5px solid #1B837A;
  border-left: 0; }

.topicpage-grey .government-theme-sidebar {
  border-top: 10px solid #617077; }
.topicpage-grey .topic-sidebar__links__item .active,
.topicpage-grey .topic-sidebar__links__item a:active,
.topicpage-grey .topic-sidebar__links__item a:hover {
  color: #617077; }
.topicpage-grey .nextprev-link a {
  border-left: 5px solid #617077; }
.topicpage-grey .nextprev-link--previous a {
  border-right: 5px solid #617077;
  border-left: 0; }

.topicpage-lightgrey .government-theme-sidebar {
  border-top: 10px solid #CDCDCD; }
.topicpage-lightgrey .topic-sidebar__links__item .active,
.topicpage-lightgrey .topic-sidebar__links__item a:active,
.topicpage-lightgrey .topic-sidebar__links__item a:hover {
  color: #CDCDCD; }
.topicpage-lightgrey .nextprev-link a {
  border-left: 5px solid #CDCDCD; }
.topicpage-lightgrey .nextprev-link--previous a {
  border-right: 5px solid #CDCDCD;
  border-left: 0; }

.topicpage-orange .government-theme-sidebar {
  border-top: 10px solid #E74F2C; }
.topicpage-orange .topic-sidebar__links__item .active,
.topicpage-orange .topic-sidebar__links__item a:active,
.topicpage-orange .topic-sidebar__links__item a:hover {
  color: #E74F2C; }
.topicpage-orange .nextprev-link a {
  border-left: 5px solid #E74F2C; }
.topicpage-orange .nextprev-link--previous a {
  border-right: 5px solid #E74F2C;
  border-left: 0; }

.bannerlesspage {
  margin-top: 60px; }

.new-mobile-menu__linkwrapper--topicpage-blue .new-mobile-menu__linkwrapper--deeplevel a {
  background-color: #104E75; }
.new-mobile-menu__linkwrapper--topicpage-yellow .new-mobile-menu__linkwrapper--deeplevel a {
  background-color: #8B5B97; }
.new-mobile-menu__linkwrapper--topicpage-red .new-mobile-menu__linkwrapper--deeplevel a {
  background-color: #BE3958; }
.new-mobile-menu__linkwrapper--topicpage-green .new-mobile-menu__linkwrapper--deeplevel a {
  background-color: #1B837A; }
.new-mobile-menu__linkwrapper--topicpage-grey .new-mobile-menu__linkwrapper--deeplevel a {
  background-color: #617077; }
.new-mobile-menu__linkwrapper--topicpage-lightgrey .new-mobile-menu__linkwrapper--deeplevel a {
  background-color: #CDCDCD; }
.new-mobile-menu__linkwrapper--topicpage-orange .new-mobile-menu__linkwrapper--deeplevel a {
  background-color: #E74F2C; }

/*SCSS For homepage*/
.homepagetopic {
  background-color: #fff;
  display: block;
  transition: box-shadow 0.5s;
  height: 100%;
  border-radius: 3px; }
  .homepagetopic a {
    text-decoration: none; }
  .homepagetopic__title h2 {
    color: #fff;
    text-decoration: none !important;
    font-size: 25px; }
  .homepagetopic__contentarea {
    max-width: 310px; }
  .homepagetopic__content {
    background-size: cover;
    background-position-x: right;
    font-size: 18px;
    padding: 30px;
    height: 100%;
    position: relative;
    color: #fff; }
  .homepagetopic__banner {
    min-height: 210px;
    float: left;
    min-height: 101%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: -1px;
    margin-top: -1px;
    width: 31px;
    border-radius: 3px 0 0 3px; }
  .homepagetopic:hover {
    box-shadow: 0 5px 15px 10px #aeaeae; }

.strapline h2 {
  color: #82539C;
  padding-top: 50px;
  font-family: 'Amatic SC', cursive;
  font-size: 90px; }
.strapline p {
  color: #000000; }

.supportArea {
  background-color: #750975; }
  .supportArea p {
    color: #FFFFFF;
    padding: 0;
    margin: 0; }

@media only screen and (max-width: 600px) {
  .supportArea {
    position: relative;
    width: 95%;
    margin: 0 auto; } }
.site-info {
  margin-top: 20px; }
  .site-info p {
    font-size: 20px;
    line-height: 1.5em; }

.lowerlinkstitle a {
  text-decoration: none;
  color: #750975;
  font-size: 20px; }
.lowerlinkstitle__image {
  background-size: cover;
  background-position-x: right;
  font-size: 18px;
  padding: 125px;
  height: 100%;
  position: relative;
  color: #fff; }

.lowerlinkssubtitle {
  font-size: 16px;
  color: #212529; }

/*# sourceMappingURL=style.css.map */
