/* 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 #ccc;
	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 {
	border: 1px solid #a7a7a7;
	padding: 6px;
}
strong {
	font-weight: 600;
}	
em {
	font-style: italic;
}
a {
	text-decoration: none;
	border: none;
	color: #7dc1d4;
}
a:hover {
 	color: #9fd2cd;
}
head {
	position: relative;
	margin-left: 0;
}
p {
	margin: 10px 0;
}
li:before {
	content: "\f105"; 
	font-family: FontAwesome;
	padding-right: 5px;
	color: #7dc1d4;
}
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 {  /* standardise the font size */
  color: #58595b;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-left:50px;
}
h1 {
  font-size:2em;
  font-weight:bold;
  color:#000000;
}
.outterpage {
	width: 100%;
	margin: 0 auto;
}
.innerpage {
	width: 945px;
	margin: 0 auto;
}



/* responsive */
@media only screen and (max-width:945px) {
	.innerpage { width: 100%;}
}
/* NHS Logo */ 

.nhs-logo-bottom {
   float: right;
}
@media only screen and (max-width: 980px) {
    .nhs-logo-bottom {
        display: none;
    } 
    #responsivebanner {
        position: relative;
        z-index: 10;
    }
    .open-panel {
        z-index: 100;
    }    
    .website-title {
        margin-right:80px;
        padding-bottom: 10px;
    }
    #responsivebanner .site-location {
        margin-right: 180px;
    }
    .nhs-logo-responsive {
        bottom: 10px;
        top: auto;
    }
}
