@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
.changer {
  color: red
}
/*STANDARD*/
html, body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 14px;
  background: #4B7E93;
}
/*STRUCTURAL*/
div.standard {
  max-width: 1140px;
  min-width: 300px;
  margin: 0 auto;
  position: relative;
  padding: 0px 10px;
}
/*******************Cookie************************/
article#cookieConsent {
  z-index: 16;
  position: fixed;
  bottom: 0;
  width: 100%;
  min-width: 320px;
  -webkit-box-shadow: 0px 8px 23px 14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 8px 23px 14px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 8px 23px 14px rgba(0, 0, 0, 0.75);
  background: #FFF;
  max-width: 480px;
}
article#cookieConsent div {
  padding: 0px 12px;
}
article#cookieConsent h1 {
  background: #4B7E93;
  margin: 0;
  padding: 8px 12px;
  color: #FFF;
}
article#cookieConsent section h1 {
  color: #000;
  border-bottom: 1px solid #000;
  padding: 2px 0px;
  font-size: 18px;
  background-color: #fff;
}
article#cookieConsent section p {
  width: calc(100% - 50px);
  float: left;
}
article#cookieConsent form label {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 24px;
  text-indent: -99999px;
  float: right;
  margin-top: 12px;
}
article#cookieConsent form label input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider.disabled {
  background: #960404 !important;
}
.slider.disabled:hover {
  cursor: not-allowed;
}
.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #295b70;
}
input:focus + .slider {
  box-shadow: 0 0 1px #295b70;
}
input:checked + .slider:before {
  -webkit-transform: translateX(21px);
  -ms-transform: translateX(21px);
  transform: translateX(21px);
}
div.action-row {
  padding: 0 !important;
  margin-bottom: 20px;
}
div.action-row input {
  cursor: pointer;
  background-color: #295b70;
  color: #FFFFFF;
  padding: 5px;
  font-weight: bold;
  border: 1px solid #295b70;
  margin-right: 5px;
}
div.action-row input:hover {
  background-color: #FFFFFF;
  color: #295b70;
}
/*******************Header************************/
header {
  z-index: 10;
  min-width: 300px;
  background: #FFF;
}
header div#accountBar {
  background: #edeceb;
  padding: 4px 0px;
  -webkit-box-shadow: 0px 0px 4px 2px #858788;
  -moz-box-shadow: 0px 0px 4px 2px #858788;
  box-shadow: 0px 0px 4px 2px #858788;
}
header div#accountBar p {
  max-width: 1140px;
  min-width: 300px;
  margin: 0 auto;
  position: relative;
  padding: 0px 10px;
  color: #858788;
}
header div#accountBar p a {
  color: #858788;
  text-decoration: none;
  font-weight: bold;
}
header div#accountBar p a:hover {
  text-decoration: underline;
}
header div#accountBar p span {
  background: url(../../images/structure/profile.png) no-repeat left center;
  padding-left: 26px;
}
a#logo {
  font-size: 22px;
  padding: 0px;
  height: auto;
  display: inline-block;
  text-decoration: none;
  margin-top: 5px;
}
a#logo img {
  width: 100%;
  max-width: 180px;
  height: auto;
  display: block;
}
div#strapLine {
  display: block;
  font-style: italic;
  font-size: 14px;
}
article#actionOptions {
  width: auto;
  position: absolute;
  top: 10px;
  right: 10px;
}
article#actionOptions h1 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #4B7E93;
}
article#actionOptions p {
  padding: 0;
  margin: 0;
}
article#actionOptions p span {
  display: block;
  font-weight: bold;
  font-size: 14px;
  text-align: right;
  padding: 0px 0px 6px 0px;
  color: #4B7E93;
}
article#actionOptions p span span {
  font-weight: normal;
  color: #000;
}
article#actionOptions p span a {
  font-weight: normal;
  text-decoration: none;
  color: #000;
}
article#actionOptions p span a:hover {
  text-decoration: underline;
}
/****************************NAV************************************/
nav#primary {
  padding: 0px 10px;
  background-color: #27b2ed;
  font-size: 14px;
  margin-top: 6px;
  position: relative;
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* supported by Chrome and Opera */
}
nav#primary ul {
  overflow: hidden;
  max-width: 1140px;
  line-height: normal;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
nav#primary ul li {
  line-height: normal;
  float: left;
}
nav#primary UL LI a, nav#primary UL LI.services > span {
  padding: 10px;
  display: block;
  color: #FFF;
  text-decoration: none;
}
nav#primary UL LI#home a {
  padding-left: 0px;
}
nav#primary UL LI#mental_health_services {
  /*border-right:1px solid #fff;*/
}
@media (hover: hover) {
  nav#primary UL LI a:hover {
    color: #000;
  }
  nav#primary UL LI.services > span:hover {
    color: #000;
    background-image: url(../../images/navigation/arrow-black.png);
    cursor: pointer;
  }
}
nav#primary UL LI.services > span {
  padding-right: 36px;
  background-image: url(../../images/navigation/arrow-white.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  color: #FFF;
  /*background-color: #26eda4;*/
}
nav#primary UL LI.services > span.dropper {
  color: black;
  background-image: url(../../images/navigation/arrow-black.png);
  cursor: pointer;
}
nav#primary UL li div.subNav {
  position: absolute;
  top: 36px;
  left: 0;
  z-index: 11;
  background-color: white;
  padding: 0;
  margin: 0;
  display: none;
  right: 0;
  -webkit-box-shadow: 0px 10px 10px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 10px 10px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 10px 2px rgba(0, 0, 0, 0.5);
}
nav#primary UL li div.subNav UL {
  margin: 0;
}
DIV.subNavInner {
  padding: 10px 10px 0px 10px;
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
  max-width: 1140px;
  margin: 0 auto;
}
nav#primary UL LI span a {
  padding: 0;
}
nav#primary UL li div.subNav div.subject {
  min-width: 320px;
  margin: 10px 20px 10px 0px;
}
nav#primary UL li div.subNav ul li span a {
  color: #1bc788;
  font-weight: bold;
}
nav#primary UL li div.subNav ul li a:hover {
  text-decoration: none;
}
nav#primary UL div.subNav ul li .subject ul {
  margin-top: 6px;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 18px;
  list-style: disc;
  list-style-position: outside;
}
nav#primary UL div.subNav ul li .subject ul li {
  float: none;
  font-size: 12px;
  font-weight: normal;
  line-height: 22px;
}
nav#primary UL div.subNav ul li ul li a {
  padding: 4px 0px;
  text-decoration: none;
  text-transform: none;
  color: #000;
}
nav#primary UL div.subNav ul li ul li a:hover {
  text-decoration: none;
  color: #1bc788;
}
/****************************Waiting List*****************************/
div#newEnqNoticeContainer {
  display: flex;
  flex-direction: column-reverse;
}
div#newEnqNoticeContainer section#newEnqNotice {
  border: 4px solid #5B0B0B;
  padding: 12px;
  margin-top: 12px;
  background: #fff;
}
div#newEnqNoticeContainer section#newEnqNotice h1 {
  font-size: 24px;
  line-height: 34px;
  color: #5B0B0B;
}
div#newEnqNoticeContainer section#newTelNotice {
  border: 4px solid #5B0B0B;
  padding: 12px;
  margin-top: 12px;
  background: #fff;
  overflow: hidden;
}
div#newEnqNoticeContainer section#newTelNotice h1 {
  font-size: 24px;
  line-height: 34px;
  color: #5B0B0B;
  max-width: calc(100% - 160px);
  display: inline-block;
}
div#newEnqNoticeContainer section#newTelNotice img {
  display: block;
  float: right;
  height: auto;
  width: 120px;
  margin: 0px 0px 8px 16px;
}
div#newEnqNoticeContainer section#seasonalNotice {
  border: 4px solid #5B0B0B;
  padding: 12px;
  margin-top: 12px;
  background: #fff;
  overflow: hidden;
}
div#newEnqNoticeContainer section#seasonalNotice h1 {
  font-size: 24px;
  line-height: 34px;
  color: #5B0B0B;
}
div#newEnqNoticeContainer section#seasonalNotice p {
  float: left;
  width: calc(100% - 80px);
}
div#newEnqNoticeContainer section#seasonalNotice img {
  display: block;
  float: right;
  height: auto;
  width: 60px;
  margin-left: 16px;
}
/****************************Crumb************************************/
ul#crumbTrail {
  font-size: 14px;
  padding: 4px 0px;
  border-bottom: 1px solid #4B7E93;
  color: #4B7E93;
  margin: 0 0 12px 0;
  overflow: hidden;
}
ul#crumbTrail li {
  font-weight: bold;
  display: inline;
}
ul#crumbTrail li ol {
  overflow: hidden;
  list-style: none;
  padding: 0 0 0 4px;
  margin: 0;
  display: inline;
}
ul#crumbTrail li ol li {
  display: inline;
  padding: 0;
  margin: 0;
  font-weight: normal;
}
ul#crumbTrail li ol li + li:before {
  padding: 8px;
  color: black;
  content: '\00BB';
}
ul#crumbTrail a {
  display: inline-block;
  color: #4B7E93;
}
ul#crumbTrail a:hover {
  text-decoration: none;
}
ul#crumbTrail span {
  color: #54baf4;
  font-weight: bold;
}
/****************************Footer************************************/
footer {
  clear: both;
  min-width: 320px
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0
}
footer section#urgSupp {
  max-width: 1120px;
  min-width: 280px;
  margin: 0 auto 20px auto;
  background: #fff;
  padding: 10px;
}
footer section#urgSupp h1 {
  color: #295b70;
}
footer div#segment {
  background-color: #2a5263;
  padding: 0px 10px;
}
footer div#segment > div {
  max-width: 1140px;
  min-width: 280px;
  margin: 0 auto;
}
footer div#sectioned {
  display: flex;
  flex-flow: row wrap;
	gap:20px;
}
footer div#sectioned ul li a, div#security section a {
  color: #cdccc5;
  text-decoration: none;
  display: inline-block;
  padding: 4px 0px;
  border-bottom: 1px solid #cdccc5;
}
footer div#sectioned section {
  flex: 1 1 232px;
  padding-top: 20px;
  box-sizing: border-box;
}
footer section h1 {
  font-size: 20px;
  line-height: 28px;
  color: #FFF;
}
footer div#slinks {
  background: #cdccc5;
  font-size: 11px;
  overflow: hidden;
  padding: 10px;
}
footer div#slinks ul {
  max-width: 1140px;
  min-width: 280px;
  margin: 0 auto;
  overflow: hidden;
  text-align: right;
}
footer div#slinks ul li {
  padding: 0;
  margin: 0;
  display: inline;
}
footer div#slinks ul li:first-of-type {
  float: left;
}
footer div#slinks ul li:nth-of-type(2) {
  border-right: 1px solid black;
  padding-right: 8px;
  margin-right: 7px;
}
footer div#slinks ul li a {
  color: #000;
  text-decoration: none;
}
div#security {
  background-color: #2a5263;
  padding: 14px 10px;
}
div#security section {
  max-width: 1140px;
  min-width: 300px;
  margin: 20px auto 0px auto;
  color: #cdccc5;
  overflow: hidden;
}
div#security section img {
  float: left;
  margin: 0 12px 12px 0;
}
/****************************Content************************************/
img {
  margin: 0;
  padding: 0;
}
a img {
  border: 0;
}
a:active {
  outline: none;
}
*:focus {
  outline: none;
}
a {
  color: #000;
}
h1, h2, h3, h4 {
  color: #000;
}
h1 {
  margin: 0;
  font-size: 24px;
}
h2 {
  font-size: 20px;
  line-height: 28px;
}
h3 {
  font-size: 16px;
  line-height: 22px;
}
h4 {
  font-size: 16px;
  font-style: italic;
}
h1 abbr[title], h2 abbr[title], h3 abbr[title], h4 abbr[title], h5 abbr[title] {
  border-bottom: none !important;
  cursor: inherit !important;
  text-decoration: none !important;
}
p, li {
  line-height: 22px;
}
main {
  margin: 20px 0px;
  width: calc(100% - 340px);
  float: left;
}
#content {
  background: #FFF;
  padding: 10px;
}
#content h1 {
  color: #295b70;
  line-height: 34px;
}
#content h1 span {
  display: block;
}
#content a {
  color: #2a5263;
}
#content a:hover {
  text-decoration: none;
}
table.general {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
table.general th, table.general td {
  border: 1px solid #295b70;
  padding: 5px;
  text-align: left;
}
table.general th {
  color: #FFF;
  background: #295b70;
  text-align: center;
  font-weight: normal;
}
table.general tr:nth-child(even) {
  background: #edebe8;
}
fieldset.main {
  border: 1px solid #295b70;
}
fieldset.main legend.main {
  text-align: center;
  font-size: 22px;
  color: #295b70;
}
/* Feedback */
section.important {
  border: 4px double #960404;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 0px 10px;
  margin: 12px 0px;
  background: #f0f0f0;
}
section.important h1 {
  font-size: 16px;
  text-align: center;
  color: #960404 !important;
}
section.notice {
  border: 4px double #27b2ed;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 0px 10px;
  margin: 12px 0px;
  background: #f0f0f0;
}
section.notice, section.important {
  display: flex;
  justify-content: center;
}
section.notice h1 {
  font-size: 16px;
  text-align: center;
  color: #0673a1 !important;
}
/*******Side Bar******/
aside#sideBar {
  color: #fff;
  margin-top: 20px;
  width: 320px;
  float: right;
  margin-bottom: 20px;
}
div#mainMessages article {
  border: 1px solid #FFF;
  padding: 10px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;
}
article#msgHelp {
  background-image: url(../../images/substantive/begin.jpg);
}
article#msgAccess {
  background-image: url(../../images/substantive/devices.jpg);
}
article#livedEx {
  background-image: url(../../images/substantive/exp.png);
}
article#payInvoice {
  background-image: url(../../images/substantive/invoice.jpg);
}
div#mainMessages h1 {
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 20px;
}
div#mainMessages a {
  color: #fff;
}
div#mainMessages a:hover {
  text-decoration: none;
}
div#mainMessages article div {
  padding: 10px 10px 40px 10px !important;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #FFF;
}
div#mainMessages article#livedEx div {
  background: rgba(0, 0, 0, 0.6);
}
div#mainMessages span.btn {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
div#mainMessages span.btn a {
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  padding: 4px;
  background: #FFF;
  color: #000;
}
div#mainMessages span.btn a:hover {
  background: #000;
  color: #fff;
}
aside#sideBar article#cqcInfo {
  border: 1px solid #b7b8ba;
  background: #FFF;
}
aside#sideBar article#cqcInfo img {
  width: 180px;
  height: auto;
}
aside#sideBar article#cqcInfo table {
  border-collapse: collapse;
  width: 100%;
  text-align: right;
}
aside#sideBar article#cqcInfo table, aside#sideBar article#cqcInfo table th, aside#sideBar article#cqcInfo table td {
  border-top: 1px solid #b7b8ba;
  border-bottom: 1px solid #b7b8ba;
  padding: 5px;
}
aside#sideBar article#cqcInfo table col.description {
  width: 80%;
}
aside#sideBar article#cqcInfo table col.rating {
  width: 20%;
}
aside#sideBar article#cqcInfo table tr:nth-child(even) {
  background: #FFF;
  color: #495059
}
aside#sideBar article#cqcInfo table tr:nth-child(odd) {
  background: #ede8eb;
  color: #6e286e;
}
aside#sideBar article#cqcInfo table tr th {
  text-align: left;
  border-right: 1px solid #b7b8ba;
  font-weight: normal;
  text-indent: 6px;
}
aside#sideBar article#cqcInfo table td span {
  padding: 2px 20px 2px 0px;
  display: block;
}
aside#sideBar article#cqcInfo table td span.good {
  background: url(../../images/structure/circle.png) no-repeat right center;
}
aside#sideBar article#cqcInfo table td span.outstanding {
  background: url(../../images/structure/star.gif) no-repeat right center;
}
aside#sideBar article#cqcInfo p {
  color: #495059;
  line-height: normal;
  margin: 5px;
  padding: 0 0 0 6px;
}
/****************************Pagination************************************/
nav.pagination {
  margin: 12px 0;
  background: #295b70;
}
nav.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
nav.pagination ul li {
  display: inline-block;
  color: #FFF;
  margin: 4px;
}
nav.pagination ul li a {
  text-decoration: none;
  color: #FFF !important;
}
@media only screen and (max-width: 1009.98px) {
  footer div#sectioned section {
    flex: 0 0 calc(50% - 10px);
  }
}
@media only screen and (max-width : 849.98px) {
  a#logo {
    font-size: 18px;
  }
  DIV#strapLine span {
    display: block;
  }
  DIV#strapLine {
    font-size: 14px;
  }
}
@media only screen and (max-width : 699.98px) {
  article#cookieConsent div div p {
    display: block;
  }
  article#cookieConsent div div a.ar {
    margin: 5px 10px 5px 0px;
  }
  main {
    margin: 10px 0px;
    width: auto;
    float: none;
  }
  aside#sideBar {
    margin-top: 0px;
    float: none;
    width: auto;
  }
  div#mainMessages {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
  }
  div#mainMessages > article {
    flex: 0 0 calc(50% - 5px); 
    padding: 10px !important;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  /*Whichever has larger shorter content*/
  article#msgAccess div, article#payInvoice div {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
  aside#sideBar article#cqcInfo img {
    width: 180px;
  }
  div#newEnqNoticeContainer section#newTelNotice h1 {
    max-width: calc(100% - 120px);
  }
  div#newEnqNoticeContainer section#newTelNotice img {
    width: 80px;
  }
}
@media only screen and (max-width: 575.98px) {
  a#logo img {
    width: 100%;
    max-width: 110px;
    height: auto;
    display: inline-block;
  }
  a#logo div#logoInfo {
    display: inline-block;
  }
  DIV#strapLine {
    font-size: 12px;
  }
  article#actionOptions {
    display: none;
  }
}

@media only screen and (max-width : 525.98px) {
  footer div#sectioned {
    display: block;
  }
}

@media only screen and (max-width : 499.98px) {
  div#mainMessages {
    display: block;
    margin-left: 0px;
  }
  div#mainMessages > article {
    display: block;
    width: auto;
    padding: 10px !important;
    background-color: #333;
    position: relative;
    margin-bottom: 10px;
  }
  div#mainMessages > article div {
    padding: 10px 10px 40px 10px !important;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
  }
}
@media only screen and (max-width : 459.98px) {
  div#newEnqNoticeContainer section#seasonalNotice img {
    margin-top: 16px;
  }
}
@media only screen and (max-width : 454.98px) {
  div#logoInfo {
    font-size: 16px;
  }
  a#logo img {
    max-width: 100px;
  }
  footer div#slinks ul {
    text-align: center;
  }
  footer div#slinks ul li {
    display: block;
    padding: 2px 0px !important;
    margin: 0 !important;
    border: none !important;
    float: none !important;
  }
}
@media only screen and (max-width : 409.98px) {
  a#logo {
    padding: 6px 0px;
  }
  a#logo img {
    max-width: 72px;
  }
  div#logoInfo span {
    display: block;
  }
  DIV#strapLine {
    display: none;
  }
}