/* Reset CSS properties across all browsers
   http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul {
	list-style: none !important;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearboth {
	clear: both;
}
a:hover {
	color: #777777;
	outline: 0;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #585858;
	font-family: inherit;
	padding: 5px;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}
/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}
/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 5px;
	font-weight: normal;
	color: #585858;
	border: 1px solid #d2d2d2;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content ul {
	margin-left: 20px;
}

.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}

/*
Images
*/

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #585858;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
	line-height: 1.2em;
}
.entry-content table,
.comment-content table {
	border: 1px solid #a7a7a7;
	margin: 0 0 24px;
}
.entry-content td, .comment-content td,
.entry-content th, .comment-content th {
	border: 1px solid #a7a7a7;
	padding: 6px;
}
.entry-content th, .comment-content th {
  font-weight: bold;
}
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}
a {
	text-decoration: none;
	border: none;
    font-weight: bold;
    color:#005875; /* CUSTOMISATION */
}
head {
	position: relative;
	margin-left: 0;
}
p {
	margin: 10px 0;
}
li:before {
	content: "\e8aa";
	font-family: Fontello;
	padding-right: 5px;
	color: #ffffff;
}
ol li:before {
	display: none;
}
ol {
	padding-left: 20px;
}
.screen-reader-text, .categories-links, .author, .edit-link, .comments-link, #wp-realtime-sitemap-categories {
	display: none;
}

/* Start current site */
body {
  color: #585858;
  font-weight: 400;
}
.bg-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:-10000;
}
.bg-image {
    background: url(images/main-bg.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index:-10000;
}
.outterpage {
	width: 100%;
	position:relative;
	margin: 0 auto;
}
#maintop_wrapper {
  overflow: auto;
  margin: auto;
  position:relative;
  text-align: center;
}
#div_maintop {
  max-width: 1440px;
  display: inline-block;
  text-align: left;
  width: 100%;
  padding: 0 4em 4em 6em;
}
#tour {
  position:absolute;
  top:20px;
  right:30%;
}
#tour button {
  font-size:1.2em;
}
.home .s-background, .page-template-footfall_home .s-background {
  display:none;
}
.s-background {
  position:fixed;
  bottom:0;
  right:0;
  z-index:-1000;
}

/* logo */
/* main logo */
.site-logo {
  float:left;
  padding-top:50px;
  padding-right:10px;
}
.website-title {
  font-size:2.7em;
  font-weight:400;
  text-align:left;
}
.website-title strong {
  font-weight:400;
}
.site-title {
  color:#545454;
  font-size:1.5em;
  font-weight:300;
  text-align:left;
  padding:0px 0 15px 0;
  min-height:1.5em;
}
.home-link {
  display: block;
}
/* hides site title on inner pages
.page .site-title {
  visibility:hidden;
  font-size:0.7em;
}  */
.home .site-title {
  visibility:visible;
  font-size:1.5em;
}
/* side panel logo */
#sidepanel-inner .website-title {
  padding:35px 0;
  font-size:1.7em;
  font-weight:300;
  text-align:center;
}

/* side panel */
.open-panel, .close-panel {
  position:absolute;
  top:0;
  font-size:0.9em;
  background:#ffffff;
  cursor:pointer;
  box-shadow: 0 -3px 15px rgba(0,0,0,.33);
  text-align:center;
  border: none;
  z-index: 1;
  line-height: 1.5em;
  display: none;
}
.open-panel {
  left:0px;
  padding:5px 5px 7px 5px;
}
.open-panel.responsive {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.open-panel i {
  font-size:2.6em;
  display:block;
  line-height: 1;
}
.close-panel {
  left:330px;
  padding:5px 5px 15px 5px;
  transition: left 0.5s ease-in-out;
}
.close-panel i {
  margin-left:-9px;
  font-size:2.6em;
  display:block;
  line-height: 1;
}
.close-panel.hidden {
  left: -330px;
}
#sidepanel {
  display: block;
  float: left;
  width: 330px;
  transition: margin 0.5s ease-in-out, width 0.5s ease-in-out;
  margin-left: 0;
  position: relative;
  z-index: 5;
  display: none;
}
#sidepanel::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 330px;
  background: #ffffff;
  box-shadow: 0 -3px 15px rgba(0,0,0,.33);
  z-index: -1;
  transition: width 0.5s ease-in-out;
}
#sidepanel.closed {
  margin-left: -330px;
}
#sidepanel.closed::before {
  width: 0;
}
#sidepanel.closed .ff-copyright {
  left: -330px;
}

/* scroll bar */
#sidepanel::-webkit-scrollbar {
    width: 12px;
}
#sidepanel::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}
#sidepanel::-webkit-scrollbar-thumb {
    background-color: #ccc;
}
#sidepanel::-webkit-scrollbar-thumb:hover {
	background-color: #aaa;
}
#sidepanel-inner {
    background-color: #ffffff;
	min-height: 100%;
}
#sidepanel-inner .linebreak {
  background:#9e9e9e;
  height:1px;
  margin:0 40px;
}
#sidepanel-inner #top-icons {
  text-align:center;
  padding:15px 2px;
	font-size:0.9em;
  min-height:74px;
  clear:both;
}
#sidepanel-inner #top-icons p {
	margin:0;
}
#sidepanel-inner #top-icons a {
	color:#ffffff;
	width:25%;
	float:left;
	font-weight:400;
	cursor:pointer;
    min-width:3.8em;
}
#sidepanel-inner #top-icons i {
  font-size:1.7em;
  padding:0 10px 5px 10px;
  cursor:pointer;
	display:block;
}
#sidepanel-inner .linebreak.hidden {
  display:none;
}
#sidepanel-inner .phone-click, #sidepanel-inner .address-click {
  cursor:pointer;
}
#sidepanel-inner #opening-times {
  text-align:center;
  padding:10px 0;
  font-size:0.95em;
  line-height:1.5em;
}
#sidepanel-inner #opening-times h2 {
  font-style:normal;
  font-size: 1em;
}
#sidepanel-inner #opening-times h2:not(:last-of-type) {
	margin-bottom: 0.3em;
}
/* fft */
#fft-button {
  text-align:center;
  font-size:1.1em;
  padding:15px 0;
  cursor:pointer;
}
#fft-question {
  display:none;
  padding:10px;
}
#fft-question .frm_forms, #fft-question .frm_style_formidable-style.with_frm_style label.frm_primary_label {
  font-size:0.9em !important;
}
/* hot topics */
#hottopic {
  text-align:center;
  font-size:0.95em;
  line-height:1.5em;
  padding:5px 0 25px 0;
}
#hottopic .hottopic-slider h2 {
  font-size:1.2em;
  margin-bottom:15px;
}
#hottopic .hottopic-slider {
  margin:0 40px 0 40px;
  line-height:1.3em;
}
#hottopic .unslider-arrow.prev {
  left:auto;
  right:60px;
  margin-top:-20px;
  background:#ffffff;
}
#hottopic .unslider-arrow.next {
  left:auto;
  right:40px;
  margin-top:-20px;
  background:#ffffff;
}
#hottopic .unslider-arrow {
  font-size:1.5em;
}
#hottopic .hottopic-slider a {
  display:block;
  margin-top:20px;
}
.unslider-nav {
  display:none;
}

.unslider-nav {
  display:none;
}
/* practice info */
#upgraded-news {
	font-size:0.95em;
}
#static-news.static-news-archive {
	background:#ffffff;
	text-align:center;
}
#static-news.static-news-new a.static-n {
  background:#b50000;
  text-align:center;
  margin-top:-1px;
  text-align:center;
  padding:15px 0;
  cursor:pointer;
  font-weight:400;
  display:block;
  color:#ffffff;
}
#static-news.static-news-new a.static-n:hover,
#static-news.static-news-new a.static-n:focus,
#static-news.static-news-new a.static-n:active {
  box-shadow: none;
  background: #7b0000;
}
#static-news.static-news-archive a.static-n {
  text-align:center;
  margin-top:-1px;
  text-align:center;
  cursor:pointer;
  display:inline-block;
  margin: 5px 0;
}

#static-ht {
	text-align:center;
	padding:15px 25px;
	line-height:1.35em;
	font-size:0.95em;
}
#static-ht .ht-title {
	color:#585858;
	font-weight:400;
  font-size:1.2em;
}
#static-ht .ht-content {
	margin-top:7px;
}
#static-ht a {
	display:inline-block;
}
/* icons */
#top-icons-phone, #top-icons-address {
  text-align:center;
  padding:10px 0;
  line-height:1.4em;
  font-size:0.95em;
  display:none;
  outline: none;
}
#top-icons-phone strong, #top-icons-address strong {
  font-weight:400;
  font-size:1.2em;
}
#header-icons {
  text-align:center;
  padding:5px 0;
}
#header-icons i {
  font-size:1.6em;
  padding:0 10px;
  cursor:pointer;
}
#bottom-icons-search {
  float:left;
  margin-top:-8px;
}
#sidepanel-inner #bottom-icons-search {
  margin-bottom: 1em;
}
/* search */
#sp_autocomplete #sp_autocomplete_term.search-field-open {
	background-color: #fff;
	border: 1px solid #ccc;
	cursor: text;
	outline: 0;
	width: 150px;
	padding:5px 10px;
}
#sp_autocomplete_hits {
  z-index:1000;
  font-size:1.1em;
  margin-left:5px;
  border: 1px solid #ccc !important;
}
#sp_autocomplete_hits li {
  text-align:left !important;
}
#sp_autocomplete i {
  font-size:1.5em;
}
#sp_autocomplete_hits li:hover {
  background:#eeeeee;
}
#sp_autocomplete_hits li a:hover, #sp_autocomplete_hits li a:focus, #sp_autocomplete_hits li a:active {
  background:none;
  color: inherit !important;
  box-shadow: none;
}
#sp_autocomplete input.sp_autocomplete_initial {
  font-weight:600 !important;
}
/* menu */
.new-header-icons p {
  float:left;
}
.menubutton {
  color:#585858;
  cursor:pointer;
  float:left;
}
.new-header-icons {
  padding-top:5px;
  padding-bottom: 20px;
  float:left;
}
#newmenu {
  padding-bottom:15px;
  font-size:0.9em;
  padding-top:10px;
}
#newmenu a {
  color:#585858;
  font-weight:400;
  font-size: 1.1em;
  padding: 0.75em;
}
/* footer side panel */
#footer-info {
  text-align:center;
  padding:10px 0 50px 0;
  line-height:1.5em;
  font-size:0.9em;
}
.footer-menu li {
	display: inline-block;
	*float: left;
	text-align: center;
}
.footer-menu li::before {
  display: none;
}
.ff-copyright {
  left: 0;
  font-size:0.9em;
  text-align:center;
  position:fixed;
  bottom:0px;
  background:#ffffff;
  width:330px;
  padding-bottom:15px;
  padding-top:15px;
  transition: left 0.5s ease-in-out, width 0.5s ease-in-out;
}
/* inner pages */
#inner-content {
  display:none;
  padding:20px;
  line-height:1.35em;
  background:#ececec;
	position: relative;
}
.inner-right {
  width:70%;
  float:right;
  background:#ffffff;
  padding:35px 15px 15px 15px;
}
.inner-left {
  width:28%;
  float:left;
  background:#ffffff;
  margin-right:2%;
  padding:15px;
}
#inner-content li {
  text-indent:-10px;
  margin-left:10px;
}
#inner-content h1 {
  font-size:1.8em;
  line-height:1.3em;
  margin-bottom:20px;
}
#inner-content h2 {
  font-size:1.5em;
  margin-bottom:20px;
  margin-top:20px;
}
#inner-content h3 {
  font-size:1.2em;
  margin-bottom:20px;
  margin-top:20px;
}
#inner-content h4 {
  font-size:1em;
  margin-bottom:20px;
  margin-top:20px;
}
.entry-content {
  width:100% !important;
}
/* decision tree */
#inner-content .triage_click {
  cursor:pointer;
}
#inner-content .triage_click, #inner-content li div {
  display:inline;
}
#inner-content .triage_choice_box {
  float:left;
  /* width:40%; */

  /* margin-left:5%;*/
  text-align:center;
  color:#ffffff;
  display:table;
}
#inner-content .triage_choice_box.triage_click span {
	padding:10px;
	display:block;
}
#inner-content .triage_choice_box.triage_link a {
  color:#ffffff;
	display:block;
	padding:10px;
}
#inner-content .triage_explanation {
  padding:0;
  text-align:center;
  font-size:2em;
  line-height:1.3em;
  font-weight: 400;
  margin-right:45px;
}
/* opening times table */
#inner-content .sp-opening-table td {
  padding:10px;
}
/* practice response page */
.practice-response .sp_patient_source .sp_hdr_date,
.practice-response .sp_practice_source .sp_hdr_date {
  color: #454545;
}
.practice-response form select {
  display: inline-block;
  padding: 0 8px;
  color: rgb(88, 88, 88);
  font-family: 'Lato', sans-serif;
  font-size: 1em;
  text-indent: 0.01px;
  margin-bottom: 10px;
  margin-top: 10px;
  cursor: pointer;
  height: 44px;
}
.practice-response .entry-content input[type="submit"],
.practice-response .entry-content input[type="button"],
.practice-response .entry-content button {
  font-size: 1em;
  border: none;
  cursor: pointer;
  height: 44px;
  padding: 0 8px;
}
.practice-response .entry-content input[type="button"],
.practice-response .entry-content button {
  color: #505050;
  border: 1px solid #909090;
}
.practice-response .entry-content input[type="button"]:hover, .practice-response .entry-content input[type="button"]:active, .practice-response .entry-content input[type="button"]:focus,
.practice-response .entry-content button:hover, .practice-response .entry-content button:active, .practice-response .entry-content button:focus {
	background: #e0e0e0;
}
/* practice information page */
.practice-info .inner-right li:before {
  display:none;
}
.practice-info .inner-right li {
  width:31%;
  background:#eeeeee;
  padding:10px;
  margin-right:1%;
  float:left;
  margin-bottom:1%;
  margin-left:0 !important;
  text-indent:0 !important;
  color:#4f4f4f;
  position:relative;
}
.practice-info .inner-right ul {
  margin-left:0 !important;
}
.practice-info .inner-right li a {
  display: block;
}
/* overlay */
#overlay {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  z-index:100009;
  background: rgba(0,0,0,0.80);
  filter: alpha(opacity=80); /* internet explorer */
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=80)"; /*IE8*/
	*background:#000000;
	background: #000000\0/ !important; /* IE 8-9 */
}
/* dashboard */
.page-template-practice_forms #sidepanel-inner ul, .page-template-change-password #sidepanel-inner ul {
  margin-top:20px;
  text-align:center;
}
.page-template-practice_forms #sidepanel-inner li, .page-template-change-password #sidepanel-inner li {
  padding-bottom:20px;
}
.page-template-practice_forms #sidepanel-inner li:before, .page-template-change-password #sidepanel-inner li:before {
  display:none;
}
.page-template-practice_forms a, .page-template-change-password a {
  color:#404040;
}
.page-template-practice_forms #inner-content, .page-template-change-password #inner-content {
  display:block;
}
.page-template-practice_forms .inner-right, .page-template-change-password .inner-right, .page-template-response .inner-right {
  width:100%;
  float:none;
}
.entry-content .sp_forms td, .entry-content table.sp_forms {
  border:none;
}

/* responsive menu */
.mob-news-slider, #responsivemenu, #responsivebanner {
  display:none;
}

.common-miu {
    width: 32%;
    float: left;
    margin-right: 1%;
    margin-bottom: 2%;
}

#footer-bar, .footer-popup {
	display:none;
}
.news-notification-new {
	color:#b50000;
	padding:5px 7px;
	margin-bottom:10px;
	display:inline-block;
	margin-right:5px;
}
.news-archive-list a:hover .news-notification-new,
.news-archive-list a:focus .news-notification-new,
.news-archive-list a:active .news-notification-new {
  color:#ffffff;
}
ul.news-archive-list li:before {
	display:none;
}
ul.news-archive-list {
	border-top:1px solid #bebebe;
}
ul.news-archive-list li {
	margin-left:0 !important;
	text-indent:0 !important;
	border-bottom:1px solid #bebebe;
	padding:12px 20px 15px 20px;
}
ul.news-archive-list li .news-date {
	display:block !important;
	font-size:0.8em;
}

/* Emergency Page */
#inner-content .emergency-page h3 {
  color:#A20000;
  font-weight: bold;
  margin: 0;
}
.emergency-page li:before {
  display:none;
}
.emergency-page li {
  width:32%;
  float:left;
  margin: 0 1% 10px 0 !important;
  text-indent:0 !important;
  background:#ffe7e7;
  padding:5px 10px;
  min-height:101px;
  color: #484848;
}
.emergency-page li strong {
  display:block;
  color:#A20000;
  font-size:1.1em;
}
.emergency-page ul {
  list-style: none;
  margin: 0 !important;
}
.emergency-page #none-above {
  margin:10px 0 0 0;
  background: #c9d8e6;
  color: #001666;
  padding:10px 10px 10px 20px;
  display: inline-block;
}
.emergency-page #none-above:hover, .emergency-page #none-above:active, .emergency-page #none-above:focus {
  background: #001666;
  color: #ffffff;
  box-shadow: none;
}

/***********************************************************/
/*                  Accessibility Changes                  */
/***********************************************************/
body,
#newmenu,
.room h2,
.website-title,
.website-title strong,
#sidepanel-inner #top-icons,
#static-ht,
#upgraded-news,
#sidepanel-inner #top-icons a,
.home .site-title,
.ff-copyright,
#top-icons-phone, #top-icons-address,
#sidepanel-inner #opening-times,
#hottopic,
#footer-info,
#inner-content,
#inner-content h1,
#inner-content .triage_explanation {
  line-height: 150%;
}
#inner-content .triage_choice_box.triage_link a,
#inner-content .triage_choice_box.triage_click a {
  color:#ffffff;
  display:block;
  padding:10px;
  box-shadow: none;
  font-weight: normal;
  display: table-cell;
  vertical-align: middle;
}
.content-area p {
  margin: 0 0 2em 0;
}
.triage_explanation p{
  margin: 0 0 20px 0;
}
p, li {
  max-width: 32em;
}
.building li, .news-archive-list li, .practice-info li, .triage_explanation p {
  max-width: 100%;
}
.back-cross {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  font-size: 1.6em;
  display: block;
  background: none;
  border: none;
  height: 44px;
  width: 44px;
}
#footer-info a {
  padding: 0.4em;
  box-shadow: none;
  display: inline-block;
}
/* Jquery Dialog */
div.ui-widget-overlay {
  position: fixed;
}
.no-close .ui-dialog-titlebar-close {
  display: none;
}
#information-check .info strong {
  display: inline;
}
/* Screen Reader */
.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}