/*
	Fluid Baseline Grid v1.0.0
	Designed & Built by Josh Hopkins and 40 Horse, http://40horse.com	
	Licensed under Unlicense, http://unlicense.org/
	
	Base stylesheet with CSS normalization, typographic baseline grid and progressive responsiveness
*/

/* HTML5 DECLARATIONS */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, dialog {display: block}
audio[controls],canvas,video {display: inline-block; *display: inline; zoom: 1}

/* BASE */
html { height: 100%; font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%} /* Force scrollbar in non-IE and Remove iOS text size adjust without disabling user zoom */


body {
	margin: 0; 
	min-height: 100%; 
	-webkit-font-smoothing:antialiased; 
	font-smoothing:antialiased; 
	text-rendering:optimizeLegibility; 
	

	
	} 
	
	/* Improve default text rendering, handling of kerning pairs and ligatures */

/* DEFAULT FONT SETTINGS */
/* 16px base font size with 150% (24px) friendly, unitless line height and margin for vertical rhythm */
/* Font-size percentage is based on 16px browser default size */


body, button, input, select, textarea {
	
	font: 100%/1.5 Helvetica, Arial, sans-serif; 
	*font-size: 1em; 
	color: #333
	
	} 
	
	* IE7 and older can't resize px based text */




p, blockquote, q, pre, address, hr, code, samp, dl, ol, ul, form, table, fieldset, menu, img {margin: 0 0 1.5em; padding: 0}




/* TYPOGRAPHY */
/* Composed to a scale of 12px, 14px, 16px, 18px, 21px, 24px, 36px, 48px, 60px and 72px */

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif; 
	color:#222;
	text-shadow:1px 1px 1px rgba(0,0,0,.10)
	}
	
.float-right-top
h1 {
	margin: 0; 
	font-size: 3.75em; 
	line-height: 1.2em; 
	margin-bottom: 0.4em
	
	} 
	
	

h1.company-name {
	
		font-size: 45px; 
		color:#1B689E;
	


		}	
	
	
	/* 60px / 72px */

h2 {
	margin: 0; 
	font-size: 3em; 
	line-height: 1em; 
	margin-bottom: 0.5em
	
	} 
	
	
h2.company-name {

	font-family:Helvetica, Arial, sans-serif
	font-weight:normal;
	margin: 0; 
	font-size: 18px; 
	color:#1B689E;
	line-height: 1.5em; 
	margin-bottom: 0.4em

	}



h2.company-menu	{
	
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
line-height:50px;
	font-size: 19px; 
	color:#fff;
	margin-top:20px;



	}




h1.copy-headers{
		font-family:Helvetica, Arial, sans-serif;
		font-weight:bold;
	
		font-size: 30px; 
		color:#13507c;
		line-height:30px;
		margin-top:30px;
	
	
}


h2.company-name-two {

	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	margin: 0; 
	font-size: 25px; 
	color:#13507c;
	line-height:30px;
	margin-top:8px; 
	margin-bottom: 0.4em

	}
	
	
	
	h3.company-name-two {

		font-family:Helvetica, Arial, sans-serif;
		font-weight:bold;
		margin: 0; 
		font-size: 18px; 
		color:#13507c;
		line-height:25px;
	margin-top:-5px;
		margin-bottom: 0.4em

		}	

	
	/* 48px / 48px */

h3 {
	margin: 0; 
	font-size: 2.25em; 
	line-height: 1.3333333333333333333333333333333em; 
	margin-bottom: 0.6667em
	} 
	
	
	/* 36px / 48px */ 





h3.company-name {
	font-family:Helvetica, Arial, sans-serif;
	color:#fff;
		}




h4.email-header{
float:none;
font-family:Helvetica, Arial, sans-serif;
font-weight:bold;
margin: 0; 
font-size: 21px; 
color:#fff;
line-height: 1.5em; 
margin-left:13px;
padding:35px;

}

p.opening-times {

font-family:Helvetica, Arial, sans-serif;
font-weight:bold;
font-size: 22px; 
color:#13507c;
line-height:27px; 


}




.footer-info {

font-family:Helvetica, Arial, sans-serif;
font-weight:bold;
font-size: 13px; 
color:#13507c;



}			

			


h4 {
	margin: 0; 
	font-size: 1.5em;
	line-height: 1em; 
	margin-bottom: 1em
	
	} 
	
	
	/* 24px / 24px */

h5 {
	margin: 0; 
	font-size: 1.3125em; 
	line-height: 1.1428571428571428571428571428571em; 
	margin-bottom: 1.1428571428571428571428571428571em
	
	} 
	
	/* 21px / 24px */

h6 {
	margin: 0; 
	font-size: 1.125em; 
	line-height: 1.3333333333333333333333333333333em; 
	margin-bottom: 1.3333333333333333333333333333333em
	
	
	} 
	
	/* 18px / 24px */

p, ul, blockquote, pre, td, th, label {margin: 0; font-size: 1em; line-height: 1.5em; margin-bottom: 1.5em} /* 16px / 24px */

small, p.small {margin: 0; font-size: 0.875em; line-height: 1.7142857142857142857142857142857em; margin-bottom: 1.7142857142857142857142857142857em} /* 14px / 24px */



/* CODE */
pre {white-space: pre; white-space: pre-wrap; word-wrap: break-word} /* Allow line wrapping of 'pre' */
pre, code, kbd, samp {
	
	font-size: 1em; 
	line-height: 1.5em; 
	margin-bottom: 1.5em; 
	font-family:Helvetica, Arial, sans-serif}



/* TABLES */
table {border-collapse: collapse; border-spacing: 0; margin-bottom: 1.5em}
th {text-align: left}
tr, th, td {padding-right: 1.5em; border-bottom: 0 solid #333}



/* FORMS */
form {margin: 0}
fieldset {border: 0;padding: 0}
textarea {overflow: auto; vertical-align: top}
legend {*margin-left: -.75em}
button, input, select, textarea {vertical-align: baseline; *vertical-align: middle} /* IE7 and older */
button, input {line-height: normal; *overflow: visible}
button, input[type="button"], input[type="reset"], input[type="submit"] {cursor: pointer;-webkit-appearance: button}
input[type="checkbox"], input[type="radio"] {box-sizing: border-box}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box;	box-sizing: content-box}
input[type="search"]::-webkit-search-decoration {-webkit-appearance: none}
button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0}




/* QUOTES */
blockquote, q {quotes: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none}
blockquote, q, cite {font-style: italic}
blockquote {padding-left: 1.5em; border-left: 3px solid #ccc}
blockquote > p {padding: 0}



/* LISTS */
ul, ol {list-style-position: inside; padding: 0}
li ul, li ol {margin: 0 1.5em}
dl dd {margin-left: 1.5em}
dt {
	
	font-family:Helvetica, Arial, sans-serif;
	}

/* HYPERLINKS */
a {text-decoration: none; color:#c47529}
a:hover {text-decoration: none}
a:focus {outline: thin dotted}
a:hover, a:active {outline: none} /* Better CSS Outline Suppression */

/* MEDIA */
figure {margin: 0}
img, object, embed, video {max-width: 100%;	_width: 100%} /* Fluid images */
img {border: 0;	-ms-interpolation-mode: bicubic} /* Improve IE's resizing of images */
svg:not(:root) {overflow: hidden} /* Correct IE9 overflow */

/* ABBREVIATION */
abbr[title], dfn[title] {border-bottom: 1px dotted #333; cursor: help}

/* MARKED/INSERTED/DELETED AND SELECTED TEXT */
ins, mark {text-decoration: none}
mark {background: #c47529}
ins {background: #d49855}
del {text-decoration: line-through}
::-moz-selection {background: #fff; color: #fff; text-shadow: none} /* selected text */
::selection {background: #fff; color: #fff; text-shadow: none} /* selected text */

/* OTHERS */
strong, b, dt { font-weight: bold}
dfn {font-style: italic}
var, address {font-style: normal}
sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline} /* Position 'sub' and 'sup' without affecting line-height */
sup {top: -0.5em} /* Move superscripted text up */
sub {bottom: -0.25em} /* Move subscripted text down */
span.amp{font-family:Adobe Caslon Pro,Baskerville,"Goudy Old Style","Palatino","Palatino Linotype","Book Antiqua",Georgia,"Times New Roman",Times,serif;font-style:italic;font-size:110%;line-height:0;position:relative;vertical-align:baseline} /* Best available ampersand */

/* MICRO CLEARFIX HACK */
.cf:before, .cf:after {content:"";display:table} /* For modern browsers */
.cf:after {clear:both}
.cf {zoom:1} /* For IE 6/7 (trigger hasLayout) */

/* DEFAULT MOBILE STYLE */
body {width: 92%; margin: 0 auto} /* Center page without wrapper */
/* column grid */
.g1,.g2,.g3{display:block; position: relative; margin-left: 1%; margin-right: 1%}
/* 1 column grid */
.g1,.g2,.g3{width:98.0%}





#map-canvas {
	border: 3px solid #13507c;
    }




a {

	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding-left:30px;
	padding-right:30px;
	
}

a:hover {

	color: #268fd1;

}





nav {

	float: right;
	padding: 20px;
	


}



ul {

	list-style: none;
	

}

li {

	display: inline-block;
	float: left;







}



	.blue-button-email{ 
	background-image:url('../images/blue_button.png'); 
	background-repeat:no-repeat;
	width:378px;
	height:104px;	

	}



	.about-menu { 
background-color:#0c61a4;
	background-repeat:no-repeat;
	padding-top:30px;
	padding-left:22px;


	}



	.about-menu:hover {
background-color:green;
	}



	.patient-menu { 

	background-image:url('../images/patient_information.png'); 
	background-repeat:no-repeat;
	padding-top:7px;
	padding-left:12px;


	}






	.patient-menu:hover {
	background-image:url('../images/patient_information_hover.png'); 
	background-repeat:no-repeat;

	}















/* media Queries

FOLDING FLUID GRID
< 767px			- 1-Column Fluid Grid
768px - 1023px	- 2-Column Fluid Grid
> 1024px			- 3-Column Fluid Grid
Change widths as necessary
------------------------------------------- */

/* MOBILE PORTRAIT */
@media only screen and (min-width: 320px) {

	.image-padding{

		margin-top:35px;
	}




	.blue-top { 		  
	background-image:url('../images/yellow_strip.jpg'); 
	background-repeat:repeat-x ;
	height:170px;
	background-size: 10px 170px;
	}



	a {

		color: #1B689E;
		text-decoration: none;
		font-weight: bold;
		padding-left:30px;
		padding-right:30px;

	}



	h2.company-menu	{

		font-family:Helvetica, Arial, sans-serif;
		font-weight:normal;
	line-height:30px;
		font-size: 19px; 
		color:#1B689E;
		margin-top:-10px;

		}
		
		


	.top-header-body{
		margin-top:50px;		

	}
	



	.title-left-header{

	margin-right:0px;
	margin-top:0px;	

	}




h4.email-header{
      float:none;
      font-family:Helvetica, Arial, sans-serif;
      font-weight:bold;
      margin: 0; 
      font-size: 15px; 
      color:#fff;
      line-height: 1.5em; 
      margin-left:15px;
margin-top:30px;
      padding:25px;


}




.blue-button-email{ 
background-image:url('../images/blue_button.png'); 
background-repeat:no-repeat;
background-size: 265px 73px;
width:265px;
height:73px;	

}


h3.company-name {
float:left;
font-family:Helvetica, Arial, sans-serif;
font-weight:bold;
margin-top:-10px;
margin-bottom:-10px;
font-size: 20px; 
color:#fff;
}



h1.company-name {
margin: 0; 
font-size: 35px; 
color:#fff;
margin-top:30px;
line-height: 35px; 
margin-bottom:-5px;

}


.margin-left-map-info {

margin-top:10px;
margin-left:0px;
}








.hero-image-padding {

background-image:url('../images/women_side.jpg'); 
background-repeat:no-repeat ;
background-size: 290px 361px;
height: 361px;
width:290px;
margin-top:50px;

}



#map-canvas {
margin-top:20px;
height:200px;
width:270px;
}


body {

}
}

/* MOBILE LANDSCAPE */
@media only screen and (min-width: 480px) {


	.image-padding{

		margin-top:35px;
	}

	.blue-top { 		  
	background-image:url('../images/yellow_strip.jpg'); 
	background-repeat:repeat-x ;
	height:140px;
	background-size: 10px 140px;
	}


	a {

		color: #1B689E;
		text-decoration: none;
		font-weight: bold;
		padding-left:30px;
		padding-right:30px;

	}


	h2.company-menu	{

		font-family:Helvetica, Arial, sans-serif;
		font-weight:normal;
	line-height:30px;
		font-size: 19px; 
		color:#1B689E;
		margin-top:-10px;

		}



	




	.top-header-body{
		margin-top:50px;		

	}
	
	

	.title-left-header{

	margin-right:0px;
	margin-top:40px;	

	}






h4.email-header{
      float:none;
      font-family:Helvetica, Arial, sans-serif;
      font-weight:bold;
      margin: 0; 
      font-size: 21px; 
      color:#fff;
      line-height: 1.5em; 
       margin-left:20px;
      padding:35px;

}




.blue-button-email{ 
background-image:url('../images/blue_button.png'); 
background-repeat:no-repeat;
background-size: 378px 104px;
width:378px;
height:104px;	
margin-top:30px;

}


.footer-info {


font-family:Helvetica, Arial, sans-serif;
font-weight:bold;
line-height:12px;
font-size: 13px; 
color:#13507c;



}




h3.company-name {
float:left;
font-family:Helvetica, Arial, sans-serif;
font-weight:bold;
margin-top:-10px;
margin-bottom:-10px;
font-size: 20px; 
color:#fff;
}


h1.company-name {
margin: 0; 
font-size: 35px; 
color:#fff;
margin-top:20px;
line-height: 0; 
margin-bottom: 0.4em

}



.margin-left-map-info {

margin-top:10px;
margin-left:0px;
}








.hero-image-padding {

background-image:url('../images/women_side.jpg'); 
background-repeat:no-repeat ;
background-size: 362px 460px;
height: 450px;
width:362px;
margin-top:40px;

}


#map-canvas {
margin-top:0px;
height:200px;
width:430px;
}


body {

}
}






/* SMALL TABLET */
@media only screen and (min-width: 600px) {


	.image-padding{

		margin-top:35px;
	}



	.blue-top { 		  
	background-image:url('../images/yellow_strip.jpg'); 
	background-repeat:repeat-x ;
	height:150px;
	background-size: 10px 150px;
	}



	a {

		color: #1B689E;
		text-decoration: none;
		font-weight: bold;
		padding-left:30px;
		padding-right:30px;

	}
	
	

	h2.company-menu	{

		font-family:Helvetica, Arial, sans-serif;
		font-weight:normal;
	line-height:30px;
		font-size: 19px; 
		color:#1B689E;
		margin-top:0;

		}



	.logo-position{



		margin-top:0;
		padding:0;
	}







	.top-header-body{
		margin-top:0px;		

	}
	
	
	

	.title-left-header{

	margin-right:0px;
	margin-top:0px;	

	}






h4.email-header{
      float:none;
      font-family:Helvetica, Arial, sans-serif;
      font-weight:bold;
      margin: 0; 
      font-size: 21px; 
      color:#fff;
      line-height: 1.5em; 
       margin-left:20px;
      padding:35px;

}

.blue-button-email{ 
background-image:url('../images/blue_button.png'); 
background-repeat:no-repeat;
background-size: 378px 104px;
width:378px;
height:104px;
margin-top:30px;	

}



.footer-info {


font-family:Helvetica, Arial, sans-serif;
font-weight:bold;
line-height:12px;
font-size: 13px; 
color:#13507c;



}





#map-canvas {
margin-top:0px;
height:200px;
width:550px;
}


h3.company-name {
float:left;
font-family:Helvetica, Arial, sans-serif;
font-weight:bold;
margin-top:-10px;
margin-bottom:-10px;
font-size: 20px; 
color:#fff;
}






.margin-left-map-info {

margin-top:10px;
margin-left:10px;
}




.float-right {
float:none;
}



.hero-image-padding {

background-image:url('../images/women_side.jpg'); 
background-repeat:no-repeat ;
background-size: 362px 460px;
height: 450px;
width:362px;
margin-top:50px;

}


body {

}
}




/* TABLET/NETBOOK */
@media only screen and (min-width: 650px) { 



	.image-padding{

		margin-top:15px;
	}




	.blue-top { 		  
	background-image:url('../images/yellow_strip.jpg'); 
	background-repeat:repeat-x ;
	height:85px;
	background-size: 10px 85px;
	}
	

	a {

		color: #1B689E;
		text-decoration: none;
		font-weight: bold;
		padding-left:30px;
		padding-right:30px;

	}





	h2.company-menu	{

		font-family:Helvetica, Arial, sans-serif;
		font-weight:normal;
	line-height:30px;
		font-size: 19px; 
		color:#1B689E;
		margin-top:0;

		}






	.logo-position{



		margin-top:-20px;
		padding:0;
	}


	
	
	


	
	
	


	.top-header-body{
		margin-top:0px;		

	}
	
	

	.title-left-header{


	margin-top:60px;	

	}


h4.email-header{
      float:none;
      font-family:Helvetica, Arial, sans-serif;
      font-weight:bold;
      margin: 0; 
      font-size: 21px; 
      color:#fff;
      line-height: 1.5em; 
      margin-left:20px;
      padding:35px;

}



.blue-button-email{ 
background-image:url('../images/blue_button.png'); 
background-size: 378px 104px;
background-repeat:no-repeat;
width:378px;
height:104px;	

}


.footer-info {


font-family:Helvetica, Arial, sans-serif;
font-weight:bold;
line-height:12px;
font-size: 13px; 
color:#13507c;



}





h3.company-name {
float:left;
font-family:Helvetica, Arial, sans-serif;
font-weight:bold;
margin-top:20px;
margin-bottom:-10px;
font-size: 20px; 
color:#fff;
}


h1.company-name {
margin: 0; 
font-size: 35px; 
color:#fff;
margin-top:30px;

line-height: 0; 
margin-bottom: 0.4em

}




.margin-left-map-info {

margin-top:10px;
margin-left:10px;
}








#map-canvas {
margin-top:0px;
margin-left:10px;
height:400px;
width:330px;
}


.float-right {

float:none;
}





.hero-image-padding {

background-image:url('../images/women_side.jpg'); 
background-repeat:no-repeat ;
background-size: 362px 460px;
height: 450px;
width:362px;
margin-top:60px;

}





body {

}

/* COLUMN GRID */
.g1,.g2,.g3 {display:inline; float: left}

/* 2 COLUMN GRID */
.g1 {width:48.0%}
.g2 {width:48.0%}
.g3 {width:98.0%}
}






/* LANDSCAPE TABLET/NETBOOK/LAPTOP */
@media only screen and (min-width: 980px) { 



	a {

		color: #fff;
		text-decoration: none;
		font-weight: bold;
		padding-left:30px;
		padding-right:30px;

	}




	h2.company-menu	{

		font-family:Helvetica, Arial, sans-serif;
		font-weight:normal;
	line-height:50px;
		font-size: 19px; 
		color:#fff;
		margin-top:20px;



		}




.logo-position{
	
	
	
	margin:0;
	padding:0;
}




.image-padding{
	
	margin-top:15px;
}


.image-padding-about{
	
	
		margin-top:15px;
	padding:30px;
	
}



.top-header-body{
	margin-top:0px;		
	
}

	.title-left-header{

	margin-right:0px;
	margin-top:0px;	

	}




h4.email-header{
      float:none;
      font-family:Helvetica, Arial, sans-serif;
      font-weight:bold;
      margin: 0; 
      font-size: 21px; 
      color:#fff;
      line-height: 1.5em; 
      margin-left:20px;
      padding:35px;

}




.blue-button-email{ 
background-image:url('../images/blue_button.png'); 
background-size: 378px 104px;
background-repeat:no-repeat;
width:378px;
height:104px;	

}



.footer-info {


font-family:Helvetica, Arial, sans-serif;
font-weight:bold;
line-height:80px;
font-size: 14px; 
color:#13507c;



}





h3.company-name {
float:right;
font-family:Helvetica, Arial, sans-serif;
font-weight:bold;
margin-top:20px;
margin-bottom:-10px;
font-size: 30px; 
color:#fff;
}






h1.company-name {
margin: 0; 
font-size: 39px; 
color:#1B689E;
margin-top:35px;
line-height: 0; 
margin-bottom: 0.4em

}





.margin-left-map-info {


margin-left:30px;
}







.hero-image-padding {

margin-bottom:20px;

}






.hero-image-padding {

background-image:url('../images/women_side.jpg'); 
background-repeat:no-repeat ;
background-size: 362px 460px;
height: 450px;
width:362px;
margin-top:20px;

}










.colour-menu{
	
	
	background-image:url('../images/top_header_gradient_150x10.png'); 
	background-repeat:repeat-x ;
	background-size: 10px 94px;
	background-color:#0c61a4;
	height:94px;
	margin-right:12px;

}



.blue-top { 		  
background-image:url('../images/yellow_strip.jpg'); 
background-repeat:repeat-x ;
height:94px;
background-size: 10px 94px;
}







#map-canvas {
margin-top:20px;
margin-bottom:10px;
height:300px;
width:280px;
}	



.float-right {

float:right;
text-align:right;

}






body {
width:	1024px;	




}











/* 3 COLUMN GRID */
.g1 {width:31.333%}
.g2 {width:64.667%;}
.g3 {width:98.0%}






}










/* PRINT */
@media print {
* {background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important} /* Black prints faster */
a, a:visited {color: #444 !important; text-decoration: underline}
a[href]:after {content: " (" attr(href) ")"}
abbr[title]:after {content: " (" attr(title) ")"}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {content: ""}  /* Don't print links for images, javascript or internal links */
pre, blockquote {border: 1px solid #999; page-break-inside: avoid; }
thead {display: table-header-group; } /* Repeat header row at top of each printed page */
tr, img {page-break-inside: avoid; }
img {max-width: 100% !important; }
@page {margin: 0.5cm}
  p, h2, h3 {orphans: 3; widows: 3}
  h2, h3{page-break-after: avoid}
}