<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  
Theme Name: MTW
Theme URI: 
Description: 
Version: 
Author: 
Author URI: 
License:
License URI: 
*/

/* Reset Styles */

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, font, img, ins, kbd, q, s, samp, small, strike, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
:focus { outline: 0; }
body { line-height: 1; color: black; background: white; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
div, nav, header, footer, aside { display: block; }


/* General Structure */

body.front {
	background: url(./images/bg-small.jpg) no-repeat center top #FFFFFF;
	background-size: 100% auto;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	color: #354d63;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    padding: 50px 0 0 0;
    position: relative;
    min-height: 100%;
}
body.front.home {
	background: url(./images/bg.jpg) no-repeat center top fixed #FFFFFF;
}

	.recite-me-link {
		position: fixed;
		z-index: 10000;
		bottom: 10px;
		right: 10px;
		width: 70px;
		height: 70px;
		line-height: 70px;
		text-align: center;
		border-radius: 100%;
		background: #499bc6;
		box-shadow: 0 0 10px rgba(0,0,0,0.2);
	}
	.recite-me-link:hover { background: #333; }
		.recite-me-link img {
			display: inline-block;
			vertical-align: middle;
			margin: 0 auto;
		}

	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	a {
		transition: all 200ms ease-out;
		-webkit-transition: all 200ms ease-out;
		-moz-transition: all 200ms ease-out;
		-o-transition: all 200ms ease-out;
	}

	input,
	textarea {
		-webkit-appearance: none;
		-webkit-border-radius: 0px;
	    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	}

	.container {
		display: block;
		margin: auto;
		text-align: left;
		max-width: 1140px;
		position: relative;
	}
	
	a { color: #499bc6; text-decoration: none; }
	a:hover { color: #333; }
	
	.clearfix { display: block; clear: both; }

	.box {
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border: 1px solid #D8DEE2;
		-webkit-box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.05);
		-moz-box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.05);
		box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.05);
		overflow: hidden;
		background: #FFF;
	}

	.btn, 
	input[type="submit"],
	.gform_next_button ,
	.gform_previous_button {
		background: transparent;
		padding: 8px;
		border: solid 2px #92bc7b;
		border-radius: 5px;
		text-align: center;
		color: #92bc7b;
		text-decoration: none;
		font-size: 14px;
		line-height: 18px;
		display: inline-block;
		cursor: pointer;
	}
	.btn:hover, 
	input[type="submit"]:hover,
	.gform_next_button:hover,
	.gform_previous_button:hover {
		background-color: #92bc7b;
		color: #FFF;
	}
	.btn-download {
		background: url(./images/download.svg) no-repeat 12px center;
		background-size: 17px auto;
		padding: 8px 20px 8px 40px;
		border-color: #499bc6;
		color: #499bc6;
	}
	.btn-download:hover {
		background-color: #f0f5f8;
		color: #499bc6;
	}
	#content .btn { margin-right: 10px; }


	/* Site Nav */

	#site-nav {
		width: 100%;
		background: #499bc6;
		margin: -50px 0 0 0;
		position: fixed;
		z-index: 9999;
	}
		.toggle-mobile-nav {
			display: none;
		}
		#site-nav .container:after { display: block; height: 1px; clear: both; content: ' '; }
		#site-nav .menu-left {
			float: left;
			margin: 0 0 0 -9px;
		}
		#site-nav .menu-right {
			float: right;
			margin: 0 -9px 0 0;
		}
		#site-nav li { display: block; float: left; }
			#site-nav li a {
				display: block;
				float: left;
				padding: 0 9px;
				line-height: 50px;
				color: #FFF;
			}
			#site-nav li a:hover {
				background: #388fbd;
			}
			#site-nav li.nav-home a {
				text-indent: -9999px;
				background: url(./images/nav-home.svg) no-repeat center 5px;
				background-size: 18px 30px;
				width: 36px;
			}


	/* Alerts */

	#alert {
		background: #FFF;
		border-bottom: 1px solid #d8dee2;
		padding: 27px 0;
	}
		#alert .close-alert {
			position: absolute;
			bottom: 0px;
			right: 0px;
			color: #354d63;
			z-index: 10;
		}
		#alert .alert-holder { padding: 0 60px 0 0; }
		#alert .alert {
			position: relative;
			display: block;
			color: #354d63;
			padding: 3px 0 5px 65px;
		}
			#alert .alert .icon {
				position: absolute;
				top: 0px;
				left: 0px;
				width: 45px;
				height: 45px;
				border-radius: 100%;
				-moz-border-radius: 100%;
				-webkit-border-radius: 100%;
				display: block;
				background: url(./images/warning.svg) no-repeat center center;
			}
			#alert .alert-red .icon { background-color: #e17072; }
			#alert .alert-green .icon { background-color: #64c08c; }
			#alert .alert-yellow .icon { background-color: #ecab7d; }
			#alert .alert h3 {
				font-size: 18px;
				font-weight: 500;
				font-weight: bold;
				margin: 0 0 5px 0;
			}


	/* Site Header */

	#site-header {
		padding: 30px 0;
	}
		#site-header .search-form { float: left; }
		.search-form {
			position: relative; 
		}
			.search-form input#s {
				padding: 15px 60px 15px 15px;
				height: 49px;
				font-size: 14px;
				width: 428px;
			}
			.search-form input[type="submit"] {
				position: absolute;
				top: 0px;
				right: 0px;
				width: 60px;
				height: 49px;
				background: url(./images/search.svg) no-repeat center center;
				background-size: 20px auto;
				border: none;
				cursor: pointer;
				text-indent: -9999px;
			}
		#site-header .logo {
			width: 303px;
			height: 38px;
			background: url(./images/mtw-logo.png) no-repeat center center;
			background-size: auto 38px;
			text-indent: -9999px;
			display: block;
			float: right;
			margin: 10px 0 0 0;

			height: 78px;
			width: 134px;
			margin: -10px 0;
			background-size: auto 78px;
		}


	/* Home Banner */

	#home-banner {
		margin: 0 0 40px 0;
	}
		#home-slider {
			float: left;
			width: 75%;
		}
			#home-slider .slides {
				height: 345px;
				overflow: hidden;
			}
				#home-slider .slide {
					position: relative;
					width: 100%;
					height: 345px;
					overflow: hidden;
				}
					#home-slider .slide-image {
						float: left;
						width: 66.6%;
						height: 100%;
						overflow: hidden;
						background: none no-repeat center center;
						background-size: cover;
						-moz-background-size: cover;
						-webkit-background-size: cover;
					}
						#home-slider .slide-image img { height: 100%; width: auto; }
					#home-slider .slide-text {
						float: left;
						width: 33.3%;
						padding: 20px;
						position: relative;
						height: 100%;
					}
						#home-slider .slide-text h2 {
							font-size: 18px;
							line-height: 22px;
							margin: 0 0 10px 0;
							font-weight: 500;
						}
						#home-slider .slide-text p {
							line-height: 18px;
						}
						#home-slider .slide-text .btn {
							width: 83%;
							position: absolute;
							bottom: 20px;
							right: 20px;
						}
			#home-slider .slide-tabs {
				background: #f0f5f8;
				overflow: hidden;
				clear: both;
				border-top: 5px solid #499bc6;
			}
				#home-slider .slide-tabs li {
					display: block;
					float: left;
					width: 33.3333%;
					border-right: 1px solid #dbe0e4;
				}
				#home-slider .slide-tabs li:last-child { border: none; }
				#home-slider .slide-tabs li a {
					height: 79px;
					display: block;
					margin: 0 0 0 -1px;
					padding: 20px;
				}
				#home-slider .slide-tabs li.active a,
				#home-slider .slide-tabs li a:hover {
					color: #FFF;
					background: #499bc6;
				}

		#popular-links {
			float: right;
			width: 25%;
			padding: 0 0 0 20px;
		}
			#popular-links .box {
				padding: 25px 20px;
			}
			#popular-links h4 {
				font-size: 18px;
				margin: 0 0 23px 0;
				font-weight: 500;
			}
			#popular-links a {
				display: block;
				color: #2a3d4f;
				border-radius: 5px;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				padding: 15px 10px 15px 50px;
				margin: 10px 0 0 0;
				background: none no-repeat 5px center #cce2ee;
				background-size: 40px auto;
			}
			#popular-links a:hover {
				background-color: #227DAE;
				color: #FFF;
				padding-left: 55px;
			}
			#popular-links a.popular-contact { background-image: url(./images/popular-contact.svg); }
			#popular-links a.popular-directions { background-image: url(./images/popular-directions.svg); }
			#popular-links a.popular-parking { background-image: url(./images/popular-parking.svg); }
			#popular-links a.cancel-appt { background-image: url(./images/cancel-appt.svg); }
			#popular-links a.popular-hours { background-image: url(./images/popular-hours.svg); }
			#popular-links a.popular-foi { background-image: url(./images/popular-foi.svg); }
			#popular-links a.popular-involved { background-image: url(./images/popular-involved.svg); }


	/* Home CTAs */

	#home-ctas {
		margin: 0 0 40px 0;
	}
		#home-ctas .home-ctas { margin: 0 -10px; }
		#home-ctas .home-cta {
			float: left;
			width: 33.3%;
			padding: 0 10px;
		}
			#home-ctas .home-cta a {
				display: block;
				padding: 22px 10px 22px 70px;
				font-size: 16px;
				color: #354d63;
				background: none no-repeat 15px center #FFF;
				background-size: 40px 40px;
			}
			#home-ctas .home-cta a:hover { padding-left: 75px; }
			#home-ctas .home-cta a.home-cta-wards { background-image: url(./images/home-cta-wards.svg); }
			#home-ctas .home-cta a.home-cta-consultants { background-image: url(./images/home-cta-consultants.svg); }
			#home-ctas .home-cta a.home-cta-services { background-image: url(./images/home-cta-services.svg); }


	/* Home Boxes */

	#home-boxes {
		margin: 0 0 40px 0;
	}
		.home-boxes {
			margin: 0 -10px;
		}
			.home-box {
				width: 25%;
				float: left;
				padding: 0 10px;
			}
			.home-box .box-image {
				height: 160px;
				background: none no-repeat center center;
				background-size: cover;
				-moz-background-size: cover;
				-webkit-background-size: cover;
			}
			.home-box .box-content {
				padding: 20px;
			}
				.home-box .box-content h3 {
					font-size: 18px;
					font-weight: 500;
					margin: 0 0 10px 0;
				}
				.home-box .box-content p {
					margin: 0 0 20px 0;
					min-height: 54px;
				}
				.home-box .box-content .btn {
					width: 100%;
				}

	/* Bottom Notices */

	.bottom-notices {
		padding: 40px 0 0 0;
		margin-bottom: -40px;
	}
		.bottom-notices .home-box p { min-height: 0px; }
		.bottom-notices.bottom-notices-3 .home-box {
			width: 33.3%
		}
		.bottom-notices.bottom-notices-2 .home-box {
			width: 50%;
		}
		.bottom-notices.bottom-notices-1 .home-box {
			width: auto; float: none;
		}
		.bottom-notices.bottom-notices-1 .home-box .btn,
		.bottom-notices.bottom-notices-2 .home-box .btn { width: auto; }


	/* Home Bottom */

	#home-bottom {
		margin: 0 0 40px 0;
	}
		#waiting-times {
			width: 50%;
			float: left;
			padding: 0 10px 0 0;
		}
		#content .on-page-waiting-times {
			width: auto;
			float: none;
			padding: 0px;
			clear: both;
		}
			#waiting-times h3 {
				padding: 17px 0 10px 60px;
				font-size: 18px;
				line-height: 24px;
				margin: 0 0 10px 0;
			    font-weight: 500;
			    background: url(./images/hospital.svg) no-repeat 20px 18px;
			    background-size: 25px 25px;
			}
			#waiting-times ul,
			#content #waiting-times ul { list-style: none; margin: 0px; padding: 0px; }
				#waiting-times ul li {
				    border-top: 1px solid #d8dee2;
				    padding: 12px 20px;
				}
					#waiting-times ul li .waiting-time {
						float: right;
					}
						#waiting-times ul li .waiting-time div {
							float: left;
							width: 50px;
							position: relative;
							background: rgba(69,150,194,1);
							background: -moz-linear-gradient(top, rgba(69,150,194,1) 0%, rgba(69,150,194,1) 51%, rgba(77,156,196,1) 51%, rgba(77,156,196,1) 100%);
							background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(69,150,194,1)), color-stop(51%, rgba(69,150,194,1)), color-stop(51%, rgba(77,156,196,1)), color-stop(100%, rgba(77,156,196,1)));
							background: -webkit-linear-gradient(top, rgba(69,150,194,1) 0%, rgba(69,150,194,1) 51%, rgba(77,156,196,1) 51%, rgba(77,156,196,1) 100%);
							background: -o-linear-gradient(top, rgba(69,150,194,1) 0%, rgba(69,150,194,1) 51%, rgba(77,156,196,1) 51%, rgba(77,156,196,1) 100%);
							background: -ms-linear-gradient(top, rgba(69,150,194,1) 0%, rgba(69,150,194,1) 51%, rgba(77,156,196,1) 51%, rgba(77,156,196,1) 100%);
							background: linear-gradient(to bottom, rgba(69,150,194,1) 0%, rgba(69,150,194,1) 51%, rgba(77,156,196,1) 51%, rgba(77,156,196,1) 100%);
							filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4596c2', endColorstr='#4d9cc4', GradientType=0 );
							border-radius: 5px;
							text-align: center;
							color: #FFF;
							font-size: 16px;
							margin: 0 0 0 10px;
							height: 52px;
							line-height: 52px;
							height: 42px;
							line-height: 42px;
						}
							#waiting-times ul li .waiting-time div span.label {
								position: absolute;
								top: 100%;
								left: 0px;
								width: 100%;
								font-size: 12px;
								line-height: 30px;
								color: #354d63;
							}
							#waiting-times ul li .waiting-time div span.label { line-height: 20px; }
					#waiting-times ul li h4 {
						font-weight: bold;
						margin: 0 0 6px 0;
						margin: 0 0 2px 0;
					}
						#waiting-times ul li h4 span { color: #eea667; }
					#waiting-times ul li h5 {
						font-style: italic;
						color: #AAA;
						margin: 0 0 6px 0;
						margin: 0 0 2px 0;
					}

		#home-advs {
			width: 50%;
			float: right;
			padding: 0 0 0 10px;
		}
			#home-advs a {
				display: block;
				margin: 0 0 15px 0;
			    padding: 20px 50% 20px 20px;
			    padding: 33px 50% 32px 20px;
			    min-height: 126px;
			    position: relative;
				color: #354d63;
			}
				#home-advs a .advs-image {
					position: absolute;
					top: 0px;
					right: 0px;
					width: 50%;
					background: none no-repeat center center #e7ebee;
					background-size: cover;
					-moz-background-size: cover;
					-webkit-background-size: cover;
					display: block;
					height: 100%;
				}
				#home-advs a h4 {
					font-size: 18px;
					margin: 0 20px 10px 0;
					font-weight: 500;
				}
				#home-advs a p {
					font-size: 12px;
					line-height: 18px;
					margin: 0 20px 0 0;
				}


	/* Landing Banner */

	#landing-banner {
		margin: 0 0 40px 0;
	}
		#landing-banner p { margin: 0 0 20px 0; }
  		#landing-banner .banner-image {
			background: none no-repeat center center #f0f5f8;
			background-size: cover;
			-moz-background-size: cover;
			-webkit-background-size: cover;
			height: 400px;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			position: relative;
		}
		#landing-banner h1 {
			position: absolute;
			top: 60px;
			padding: 10px 20px 20px 20px;
			font-size: 50px;
			line-height: 60px;
			display: block;
			border-radius: 0 5px 5px 0;
			font-weight: 500;
			background-color: #499bc6;
			color: #FFF;
			left: 0px;
			float: left;
		}


	/* Page Header */

	#page-header { padding: 50px 0 0 0; }
	body.page-template-page-fullwidth #page-header { padding-top: 0px; }
		#page-header p { margin: 0 0 20px 0; clear: both; }
		#page-header h1 {
			font-size: 35px;
			line-height: 40px;
			margin: 0 0 50px 0;

			position: relative;
			padding: 10px 20px 20px 20px;
			font-size: 50px;
			line-height: 60px;
			display: block;
			border-radius: 5px;
			font-weight: 500;
			background-color: #499bc6;
			color: #FFF;
			float: left;
			clear: both;
		}
		#page-header h1:after {
			display: block;
			clear: both;
		}


	/* Page Banner */

	.page-banner-slider {
		overflow: hidden;
		position: relative;
		margin: 0 0 50px 0;
	}	
		.page-banner-slider .slick-dots {
			position: absolute;
			top: 30px;
			right: 40px;
			z-index: 10;
		}
			.page-banner-slider .slick-dots li {
				display: block;
				float: left;
				margin: 0 0 0 8px;
			}
				.page-banner-slider .slick-dots li button {
					display: block;
					padding: 0px;
					margin: 0px;
					appearance: none;
					-webkit-appearance: none;
					-moz-appearance: none;
					border: 2px solid #FFF;
					width: 12px;
					height: 12px;
					border-radius: 8px;
					text-indent: -9999px;
					cursor: pointer;
					background: transparent;
				}
				.page-banner-slider .slick-dots li.slick-active button {
					background: #FFF;
				}
		.page-banner-slider .slide {
			float: left;
			display: block;
			position: relative;
			background: none no-repeat center center;
			background-size: cover;
			/*height: 460px;*/
		}
			.page-banner-slider .slide img { width: 100%; height: auto; }
			.page-banner-slider .slide header {
				position: absolute;
				bottom: 0px;
				left: 0px;
				padding: 42px 48px;
				color: #FFF;
				width: 100%;
				box-sizing: border-box;
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
			}
				#page-header .page-banner-slider .slide header h2 {
					font-size: 32px;
					line-height: 43px;
					font-weight: 500;
					width: 100%;
					max-width: 600px;
					margin: 0;
				}
				#page-header .page-banner-slider .slide header p {
					font-size: 16px;
					line-height: 24px;
					margin: 0px;
					padding: 10px 0 0 0;
					width: 100%;
					max-width: 600px;
				}
				.page-banner-slider .slide header .slide-button {
					line-height: 38px;
					border: 2px solid #FFF;
					border-radius: 4px;
					display: block;
					padding: 0 22px;
					color: #FFF;
					font-weight: 500;
					float: right;
					position: absolute;
					bottom: 48px;
					right: 48px;
				}
				.page-banner-slider .slide header .slide-button:hover {
					background: #FFF;
					color: #499bc6;
				}


	/* Main */

	#main { clear: both; }

		#content {
			float: left;
			width: 75%;
			padding: 0 20px 0 0;
		}
		#content.full-width { float: none; width: auto; padding: 0px; }
			#content h1 { 
				font-size: 20px;
				line-height: 26px;
				margin: 0 0 20px 0;
				font-weight: 500;
			}
			#content h2 { 
				font-size: 18px;
				line-height: 24px;
				margin: 0 0 20px 0;
				font-weight: 500;
			}
			#content h3 { 
				font-size: 16px;
				line-height: 22px;
				margin: 0 0 20px 0;
				font-weight: 500;
			}
			#content h4 { 
				font-size: 14px;
				line-height: 18px;
				margin: 0 0 20px 0;
				font-weight: 500;
			}
			#content p {
				margin: 0 0 20px 0;
			}
			#content ul {
				list-style: disc outside;
				margin: 0 0 20px 30px;
			}
			#content ol {
				list-style: decimal outside;
				margin: 0 0 20px 30px;
			}
			#content ol ol,
			#content ol ul { margin-bottom: 0px; }
			#content img { max-width: 100%; height: auto; }
			#content .alignleft {
				float: left;
				display: block;
				margin: 0 20px 20px 0;
			}
			#content .alignright {
				float: right;
				display: block;
				margin: 0 0 20px 20px;
			}
			#content .aligncenter {
				display: block;
				margin: 0 auto 20px auto;
			}

			.section-boxes {
				margin: 0 -10px;
			}
				.section-box {
					width: 33.33%;
					float: left;
					padding: 0 10px 25px 10px;
				}
				.section-box .box {
					display: block;
					color: #354d63;
				}
				.section-box .box:hover {
					background: #f0f5f8;
				}
				.section-box .box-image {
					height: 120px;
					background: none no-repeat center center;
					background-size: cover;
					-moz-background-size: cover;
					-webkit-background-size: cover;
				}
				.section-box .box-content {
					padding: 20px;
					min-height: 94px;
				}
					#content .section-box .box-content h3 {
						font-size: 14px;
						font-weight: 500;
						margin: 0 0 0px 0;
						line-height: 18px;
					}

			#content .header-image { margin: 0 0 40px 0; }
			#content .header-image img {
				display: block;
				border-radius: 5px;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
			}

			#content .slideshow { margin: 0 0 40px 0; }
			#content .flexslider { border: none; padding: 0px; margin: 0px; }
			#content .slideshow #slider { margin: 0 0 20px 0; }
			#content .slideshow ul,
			#content .slideshow ol { display: block; list-style: none; margin: 0px; }
			#content .slideshow #carousel ul li { width: 97px; padding: 0 5px 0 0; }
			.flex-direction-nav a { overflow: visible; margin-top: -10px; }

			#content .accordion { margin: 0 0 20px 0; }
			#content .accordion-panel {
				margin: 0 0 10px 0;
			}
				#content .accordion-panel h3.accordion-panel-heading {
					padding: 10px 20px;
					font-weight: 700;
					margin: 0px;
					position: relative;
					cursor: pointer;
				}
					#content .accordion-panel h3.accordion-panel-heading a { color: #354d63; }
				#content .accordion-panel h3.accordion-panel-heading:after {
					position: absolute;
					background: url(./images/arrow-dark.svg) no-repeat center center;
					width: 30px;
					height: 45px;
					background-size: 20px auto;
					right: 20px;
					content: ' ';
					top: 0px;
				}
				#content .accordion-panel-active h3.accordion-panel-heading:after {
					background-image: url(./images/arrow-up-dark.svg);
				}
				#content .accordion-panel .accordion-panel-content {
					border-top: 1px solid #D8DEE2;
					padding: 20px 20px 1px 20px;
					display: none;
				}

			#content .foi-category { display: none; }

			#content form { max-width: 400px; margin: 0 0 20px 0; }
				#content label {
					font-size: 12px;
					display: block;
					margin: 0 0 6px 0;
				}
				#content input[type="text"],
				#content input[type="email"],
				#content input[type="tel"],
				#content input[type="number"],
				#content input[type="password"],
				#content input[type="url"],
				#content textarea {
					border: 1px solid #CCC;
					border-radius: 5px;
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
					max-width: 100%;
					display: block;
					padding: 10px;
					height: 40px;
					width: 100%;
					font-size: 14px;
				}
				#content input[type="text"]:focus,
				#content input[type="email"]:focus,
				#content input[type="number"]:focus,
				#content input[type="tel"]:focus,
				#content input[type="password"]:focus,
				#content input[type="url"]:focus,
				#content textarea:focus {
					color: #000;
					border-color: #499bc6;
					outline: 0;
					box-shadow: 0 0 0 0.25rem rgba(73, 155, 198, 0.25);
				}
				.search-form input#s:focus {
					color: #000;
					border-color: #499bc6;
					outline: 0;
					box-shadow: 0 0 0 0.25rem rgba(73, 155, 198, 0.25);
				}
				#content form.maternity-self-referral-form .form-radio-buttons li input:focus + label {
					border-color: #499bc6;
					outline: 0;
					box-shadow: 0 0 0 0.25rem rgba(73, 155, 198, 0.25);
				}
				#content form.maternity-self-referral-form .form-list-checkboxes ul li input:focus + label:before, 
				#content form.maternity-self-referral-form .ginput_container_consent input:focus + label:before {
					border-color: #499bc6;
					outline: 0;
					box-shadow: 0 0 0 0.25rem rgba(73, 155, 198, 0.25);
				}
				#content form.maternity-self-referral-form .ginput_container_select.focused, 
				#content form.maternity-self-referral-form .ginput_container_date .ginput_container_date.focused {
					border-color: #499bc6;
					outline: 0;
					box-shadow: 0 0 0 0.25rem rgba(73, 155, 198, 0.25);					
				}
				.btn:focus, 
				input[type="submit"]:focus, 
				.gform_next_button:focus, 
				.gform_previous_button:focus {
					border-color: #499bc6;
					outline: 0;
					box-shadow: 0 0 0 0.25rem rgba(73, 155, 198, 0.25);
				}
				#content textarea { height: 100px; }
				#content select, 
				#sidebar select {
					border: 1px solid #CCC;
					border-radius: 5px;
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
					max-width: 100%;
					display: block;
					padding: 10px;
					width: 100%;
					font-size: 14px;
					background: #FFF;
					height: 40px;
				}

		.google-maps-builder-wrap { max-width: 100%; display: block; overflow: hidden; margin: 0 0 20px 0; }

		#sidebar {
			float: right;
			width: 25%;
		}
			#sidebar nav { margin: 0 0 40px 0; }
			#sidebar nav ul li {
				padding: 10px;
				border-bottom: 1px solid #D8DEE2;
			}
			#sidebar nav ul li:hover { background: #f0f5f8; }
			#sidebar nav ul li:last-child { border: none; }
				#sidebar nav ul li a {
					display: block;
					font-size: 16px; 
					color: #354d63;
					position: relative;
				}
				#sidebar nav ul li ul { padding: 8px 0 0 0; }
				#sidebar nav ul li ul li ul { padding: 0 0 0 12px; margin-top: -3px; }
				#sidebar nav ul li ul li ul li a { font-size: 14px; }
				#sidebar nav ul li.current_page_item ul, 
				#sidebar nav ul li.current_page_parent ul { display: block; }
				#sidebar nav ul li ul li { border: none; padding: 0px; }
				#sidebar nav ul li ul li.current_page_item:before {
					content: '';
					width: 14px;
					height: 14px;
					background: url(./images/arrow-left.svg) no-repeat center center;
					background-size: 100% auto;
					position: absolute;
					margin: 8px 0 0 0px;
				}
					#sidebar nav ul li ul li a {
						font-size: 14px;
						color: #676f71;
						padding: 6px 0 6px 20px;
					}
					#sidebar nav ul li ul li a:hover {
						font-weight: bold;
					}
			#sidebar aside { margin: 0 0 40px 0; }
				#sidebar aside h5 {
					font-size: 18px;
					font-weight: 500;
					margin: 0px;
				}
				#sidebar aside .btn { margin-top: 20px; }
				#sidebar aside ul { margin-top: 20px; }


		/* Two columns */

		body.page-template-page-fullwidth #page-header h1 {
			margin: 0 0 25px 0;
		}

		.two-columns {
			margin: 0 -21px 53px -21px;
		}
			.two-columns .column {
				float: left;
				width: 50%;
				box-sizing: border-box;
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
				padding: 0 21px;
			}
				.two-columns .column p {
					line-height: 24px;
					font-size: 14px;
				}

		/* Cards */

		.mfp-iframe-holder .mfp-close {
			background: url(./images/close-icon.svg) no-repeat right top;
			text-indent: -9999px;
			right: 0px!important;
			text-align: left!important;
		}

		.grid-cards {
			padding: 70px 0 50px 0;
			position: relative;
			overflow: hidden;
		}
		.grid-cards-light_blue { background: #F0F5F8; }
		.grid-cards header {
			margin: 0 0 32px 0;
		}
			.grid-cards .slick-prev,
			.grid-cards .slick-next {
				position: absolute;
				top: 0px;
				right: 0px;
				z-index: 10;
				background: url(./images/arrow-left-blue.svg) no-repeat center center;
				width: 56px;
				height: 56px;
				text-indent: -9999px;
				display: block;
				border: 2px solid #DAE5EB;
				border-radius: 3px;
				margin-right: 18px;
				cursor: pointer;
			}
			.grid-cards-no-heading .slick-prev,
			.grid-cards-no-heading .slick-next {
				top: -70px;
			}
			.grid-cards .slick-prev { margin-right: 86px; }
			.grid-cards .slick-next { background-image: url(./images/arrow-right-blue.svg); }
			.grid-cards .slick-prev:hover,
			.grid-cards .slick-next:hover { border-color: #499BC6; }
			.grid-cards header h2 {
				font-size: 24px;
				font-weight: 600;
				line-height: 33px;
			}
			.grid-cards header p {
				font-size: 14px;
				line-height: 24px;
				margin: 0px;
				padding: 20px 200px 0 0;
			}
			.grid-cards .grid-cards-slider {
				margin: 0 -18px;
			}
				.grid-cards-slider .grid-card {
					padding: 0 18px;
					box-sizing: border-box;
					-moz-box-sizing: border-box;
					-webkit-box-sizing: border-box;
					float: left;
					margin: 0 0 30px 0;
				}
				.grid-cards-slider-count-2 .grid-card {
					width: 50%;
				}
				.grid-cards-slider-count-3 .grid-card {
					width: 33.33%;
				}
				.grid-cards-slider-count-4 .grid-card,
				.grid-cards-slider-count-5 .grid-card,
				.grid-cards-slider-count-6 .grid-card,
				.grid-cards-slider-count-7 .grid-card,
				.grid-cards-slider-count-8 .grid-card,
				.grid-cards-slider-count-9 .grid-card {
					width: 25%;
				}
				.grid-cards-slider .grid-card .section-box {
					width: auto;
					float: none;
					margin: 0px;
					padding: 0px;
				}
					.grid-cards-slider .grid-card .section-box a {
						display: block;
					}
					.grid-cards-slider .grid-card .section-box a:hover { background: #499BC6; color: #FFF; }
					.grid-cards-slider .grid-card .section-box a .box-image { height: 145px;  }
					.grid-cards-slider-count-1 .grid-card .section-box a .box-image,
					.grid-cards-slider-count-2 .grid-card .section-box a .box-image { height: 309px; }
					.grid-cards-slider-count-3 .grid-card .section-box a .box-image { height: 200px; }
					.grid-cards-slider .grid-card .section-box a .box-content { padding: 23px 30px; }
					.grid-cards-slider-count-1 .grid-card .section-box a .box-content,
					.grid-cards-slider-count-2 .grid-card .section-box a .box-content { padding: 35px 40px; }
					.grid-cards-slider-count-3 .grid-card .section-box a .box-content { padding: 30px 40px; }
					.grid-cards .grid-card-no-image .section-box a .box-content { text-align: center; position: relative; }
					.grid-cards .grid-card-no-image .section-box a .box-content.centre-text h3 {
					    top: 50%;
					    position: relative;
						transform: translateY(-50%);
						-webkit-transform: translateY(-50%);
						-ms-transform: translateY(-50%);
					}
					.grid-cards-slider .grid-card .section-box a .box-content h3 {
						font-size: 16px;
						line-height: 24px;
						font-weight: 600;
						color: #499BC6;
					}
					.grid-cards-slider .grid-card .section-box a:hover .box-content h3 { color: #FFF; }
					.grid-cards-slider-count-1 .grid-card .section-box a .box-content h3,
					.grid-cards-slider-count-2 .grid-card .section-box a .box-content h3,
					.grid-cards-slider-count-3 .grid-card .section-box a .box-content h3 { font-size: 18px; line-height: 28px; }
					.grid-cards-slider .grid-card .section-box a .box-content span.box-content-text {
						display: block;
						padding: 12px 0 0 0;
						font-size: 14px;
						line-height: 24px;
						color: #354D63;
					}
					.grid-cards-slider .grid-card .section-box a:hover .box-content span.box-content-text { color: #FFF; }

			@media all and (max-width: 1160px) and (min-width: 0px) {
				.grid-cards-slider-count-3 .grid-card { width: 50%; }
				.grid-cards-slider-count-4 .grid-card,
				.grid-cards-slider-count-5 .grid-card,
				.grid-cards-slider-count-6 .grid-card,
				.grid-cards-slider-count-7 .grid-card,
				.grid-cards-slider-count-8 .grid-card,
				.grid-cards-slider-count-9 .grid-card { width: 33.3%; }
			}
			@media all and (max-width: 767px) and (min-width: 0px) {
				.grid-cards-slider-count-2 .grid-card,
				.grid-cards-slider-count-3 .grid-card { width: 100%; }
				.grid-cards-slider-count-4 .grid-card,
				.grid-cards-slider-count-5 .grid-card,
				.grid-cards-slider-count-6 .grid-card,
				.grid-cards-slider-count-7 .grid-card,
				.grid-cards-slider-count-8 .grid-card,
				.grid-cards-slider-count-9 .grid-card { width: 100%; }
				.grid-cards-slider .grid-card .section-box a .box-image,
				.grid-cards-slider-count-1 .grid-card .section-box a .box-image, 
				.grid-cards-slider-count-2 .grid-card .section-box a .box-image { height: 300px!important; }
			}
			@media all and (max-width: 640px) and (min-width: 0px) {
				.grid-cards-slider .grid-card .section-box a .box-image,
				.grid-cards-slider-count-1 .grid-card .section-box a .box-image, 
				.grid-cards-slider-count-2 .grid-card .section-box a .box-image { height: 140px!important; }
			}


		/* Search */

		.filter {
			overflow: hidden;
			display: block;
			margin: 0 0 40px 0;
		}
		#content .filter { margin: 0 0 40px 0; }
		#content .filter ul {
			list-style: none;
			margin: 0px;
			overflow: hidden; 
		}
		.search-filter {
			margin: -20px 0 40px 0;
			clear: both;
		}
			.filter a, 
			.filter .current {
				float: left;
				padding: 0 10px 0 10px;
				min-width: 35px;
				height: 35px;
				line-height: 35px;
				text-align: center;
				margin: 0 5px 5px 0;
				border-radius: 5px;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				color: #4c6e8c;
				background: #cde2ee;
				font-size: 16px;
			}
			.filter a:hover {
				background: #dea145;
				color: #fff;
			}
			.filter .unavailable a, 
			.filter .current {
				border: 1px solid #cbcbcb;
				color: #cbcbcb;
				pointer-events: none;
				cursor: default;
				background: #FFF;
			}

		#content ul.results { list-style: none; margin: -20px 0 60px 0; }
		#sidebar aside ul.results li,
		#content ul.results li {
			border-bottom: 1px solid #cbcbcb;
		}
			#sidebar aside ul li a, 
			#content ul.results li a {
				display: block;
				padding: 18px 0 18px 60px;
				position: relative;
				color: #354d63;
				min-height: 45px;
			}
			#content ul.results li a { min-height: 90px; }
			#content ul.results li a { padding: 20px 0 20px 70px; }
				#sidebar aside ul li a .icon,
				#content ul.results li a .icon {
					background: none no-repeat center center #cbcbcb;
					background-size: cover;
					-moz-background-size: cover;
					-webkit-background-size: cover;
					position: absolute;
					top: 20px;
					left: 0px;
					border-radius: 100%;
					-moz-border-radius: 100%;
					-webkit-border-radius: 100%;
					display: block;
					width: 40px;
					height: 40px;
				}
				#content ul.results li a .icon { top: 22px; width: 50px; height: 50px; }
				#sidebar aside ul li a span {
					font-size: 12px;
					color: #AAA;
					display: block;
					font-style: italic;
					padding: 2px 0 0 0;
				}
				#content ul.results li a h3 {
					font-size: 18px;
					margin: 0px;
					padding: 5px 0 0 0;
				}
				#content ul.results li a span.supporting-info {
					display: block;
					padding: 3px 0 0 0;
				}

		#content .az-letter {
			width: 50px;
			height: 50px;
			font-size: 18px;
			padding: 12px 0;
			text-align: center;
			background: #499bc6;
			color: #fff;
			border-radius: 50%;
			-moz-border-radius: 50%;
			-webkit-border-radius: 50%;
			margin-bottom: 40px;
		}

		#sidebar.az-fixed {
			position: fixed;
			transition: none;
			-webkit-transition: none;
			top: 140px;
		}
		#sidebar .az-letters {
			overflow: hidden;
		}
			#sidebar .az-letters a {
				float: left;
				padding: 0 10px 0 10px;
				min-width: 35px;
				height: 35px;
				line-height: 35px;
				text-align: center;
				margin: 0 5px 5px 0;
				border-radius: 5px;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				color: #4c6e8c;
				background: #cde2ee;
				font-size: 16px;
			}
			#sidebar .az-letters a:hover {
				background: #dea145;
				color: #fff;
			}
			#sidebar .az-letters a.unavailable {
				border: 1px solid #cbcbcb;
				color: #cbcbcb;
				pointer-events: none;
				cursor: default;
				background: #FFF;
			}


	/* News */

	#content.full { width: auto; float: none; padding: 0px; }
	.news-archive {
		margin: 0 -10px 30px -10px;
	}
		.news-box {
			width: 25%;
			width: 33.3%;
			float: left;
			margin: 0 0 20px 0;
			padding: 0 10px;
		}
		.news-box .box-image {
			height: 160px;
			background: none no-repeat center center;
			background-size: cover;
			-moz-background-size: cover;
			-webkit-background-size: cover;
		}
		.news-box .box-image-consultant { height: 300px; background-size: 100% auto; background-color: #EEE; }
		.news-box .box-content {
			margin: 20px 20px 20px 20px;
			padding: 0 0 40px 0;
			position: relative;
			min-height: 170px;
		}
			#content .news-box .box-content h3 {
				font-size: 18px;
				font-weight: 500;
				margin: 0 0 5px 0;
			}
			#content .news-box .box-content span.news-date {
				font-style: italic;
				color: #AAA;
				display: block;
				margin: 0 0 8px 0;
			}
			#content .news-box .box-content p {
				margin: 0 0 20px 0;
			}
			.news-box .box-content .btn {
				width: 100%;
				position: absolute;
				bottom: 0px;
				left: 0px;
			}

		.pagination { text-align: center; }
			.pagination a, 
			.pagination span.current { display: inline-block; float: none; }


	/* Consultant */

	h4.job-title { margin: -40px 0 40px 0; clear: both; }
	.consultant-image {
		float: left;
		width: 30%;
		padding: 0 40px 0 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
		.consultant-image img { max-width: 100%; height: auto; }
	.consultant-details {
		float: right;
		width: 70%;
	}
		.consultant-details table {

		}
			.consultant-details table th {
				font-weight: bold;
				width: 160px;
			}
			.consultant-details table td { padding: 0 0 20px 0; }
		#main .consultant-details h3 { font-weight: bold; margin-bottom: 15px; }


	/* Sub Footer */

	#sub-footer {

	}
		.sub-footer-widgets { margin: 0 -10px; }
		#sub-footer aside {
			float: left;
			width: 33.3%;
			padding: 0 10px;
		}
		#sub-footer aside.widget-news {
			width: 66.6%;
		}
			#sub-footer aside h5,
			#content aside.widget-tweets h5 {
				padding: 15px 0 15px 60px;
				font-size: 18px;
			    font-weight: 500;
			    background: none no-repeat 20px 18px;
			    background-size: 25px 25px;
			    line-height: 28px;
			}
			#sub-footer aside ul li,
			#content aside.widget-tweets ul li {
			    border-top: 1px solid #d8dee2;
			}
			#sub-footer aside.widget-news h5 { background-image: url(./images/main-news.svg); }
			#sub-footer aside.widget-tweets h5,
			#content aside.widget-tweets h5 { background-image: url(./images/twitter.svg); }
			#sub-footer aside.widget-events h5,
			#content aside.widget-events h5 { background-image: url(./images/main-events.png); background-size: 23px auto; }
			#sub-footer aside.widget-cqc h5 { padding: 15px 20px; }
				#sub-footer aside.widget-cqc h5 img { display: block; margin: 0px; }

			#sub-footer aside.widget-news ul li a {
				min-height: 80px;
				padding: 20px;
				display: block;
				color: #354d63;
			}
			#sub-footer aside.widget-news ul li a:hover {
				background: #f0f5f8;
			}

			#content aside.widget-tweets { float: none; width: auto; clear: both; }

			#sub-footer aside.widget-tweets,
			#content aside.widget-tweets { position: relative; }
			#sub-footer aside.widget-tweets .tweets-prev,
			#content aside.widget-tweets .tweets-prev {
				position: absolute;
				top: 15px;
				right: 60px;
				width: 20px;
				height: 30px;
				text-indent: -9999px;
				background: url(./images/arrow-left.svg) no-repeat center center;
				background-size: 100% auto;
			}
			#sub-footer aside.widget-tweets .tweets-next,
			#content aside.widget-tweets .tweets-next {
				position: absolute;
				top: 15px;
				right: 30px;
				width: 20px;
				height: 30px;
				text-indent: -9999px;
				background: url(./images/arrow-right.svg) no-repeat center center;
				background-size: 100% auto;
			}
			#content aside.widget-tweets ul { margin: 0px; list-style: none; }
			#sub-footer aside.widget-tweets ul li,
			#content aside.widget-tweets ul li {
				padding: 20px;
			    min-height: 162px;
				transition: all 200ms ease-out;
				-webkit-transition: all 200ms ease-out;
				-moz-transition: all 200ms ease-out;
				-o-transition: all 200ms ease-out;
			}
			#sub-footer aside.widget-tweets ul li:hover,
			#content aside.widget-tweets ul li:hover {
				background: #f0f5f8;
			}
				#sub-footer aside.widget-tweets ul li span.tweet-name,
				#content aside.widget-tweets ul li span.tweet-name {
					display: block;
					font-size: 18px;
					margin: 0 0 5px 0;
				}
				#sub-footer aside.widget-tweets ul li span.tweet-meta,
				#content aside.widget-tweets ul li span.tweet-meta {
					font-style: italic;
					color: #AAA;
					margin: 0 0 10px 0;
					display: block;
					font-size: 12px;
				}
				#sub-footer aside.widget-tweets ul li p,
				#content aside.widget-tweets ul li p {
					font-size: 12px;
					line-height: 20px;
				}

			#sub-footer aside.widget-cqc ul li {
			    padding: 20px 20px 20px 100px;
			    position: relative;
			    cursor: pointer;
			    min-height: 108px;
				transition: all 200ms ease-out;
				-webkit-transition: all 200ms ease-out;
				-moz-transition: all 200ms ease-out;
				-o-transition: all 200ms ease-out;
			}
			#sub-footer aside.widget-cqc ul li:hover {
				background: #f0f5f8;
			}
			#sub-footer aside.widget-cqc ul li:before {
				position: absolute;
				top: 50%;
				left: 30px;
				width: 40px;
				height: 40px;
				content: ' ';
				margin: -20px 0 0 0;
				border-radius: 100%;
				-moz-border-radius: 100%;
				-webkit-border-radius: 100%;
			}
			#sub-footer aside.widget-cqc ul li.cqc-good:before { background: #60c18a; }
			#sub-footer aside.widget-cqc ul li.cqc-improvement:before { background: #edab79; }
			#sub-footer aside.widget-cqc ul li.cqc-inadequate:before { background: #e36f70; }
				#sub-footer aside.widget-cqc ul li a {
					display: block;
					font-weight: bold;
					color: #354d63;
					margin: 0 0 8px 0;
				}
				#sub-footer aside.widget-cqc ul li span {
					text-transform: uppercase;
				    font-weight: 700;
					display: block;
					font-size: 12px;
				}
				#sub-footer aside.widget-cqc ul li.cqc-good span { color: #5cc288; }
				#sub-footer aside.widget-cqc ul li.cqc-improvement span { color: #eea667; }
				#sub-footer aside.widget-cqc ul li.cqc-inadequate span { color: #E56E6E; }

		#sub-footer.page-fullwidth-subfooter {
			background: #499BC6;
			padding: 70px 0;
		}


body div.cqc-widget {
	border: none!important;
	background: none transparent!important;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif!important;
	padding: 30px 20px 8px 100px!important;
	padding: 28px 20px 2px 100px!important;
	position: relative!important;
	cursor: pointer!important;
	min-height: 68px!important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-top: 1px solid #d8dee2!important;
	transition: all 200ms ease-out;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	box-shadow: none !important;
	border-radius: 0px !important;
	overflow: hidden!important;
}
body div.cqc-widget:hover { background: #f0f5f8!important; }
body div.cqc-widget .cqc-container { background: none transparent!important; font-family: 'Open Sans', Helvetica, Arial, sans-serif!important; padding: 0px!important; }
body div.cqc-widget .cqc-widget-inner {
	padding: 0px!important; 
	margin-top: 0px!important;
	font-weight: bold!important;
	color: #354d63!important; 
}
body div.cqc-widget .cqc-widget-inner .cqc-widget-new-style-margin-2 { display: none!important; }
body div.cqc-widget .cqc-widget-overall {
	background: none transparent!important;
	padding: 5px 0 0 0!important;
	color: #000!important;
	text-transform: uppercase!important;
	display: block!important;
	font-size: 12px!important;
	float: none!important;
	font-weight: bold!important;
	letter-spacing: 0px!important;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif!important;
}
body div.cqc-widget .cqc-widget-overall.good { background: none transparent!important; color: #5cc288!important; }
body div.cqc-widget .cqc-widget-overall.requires-improvement { background: none transparent!important; color: #eea667!important; }
body div.cqc-widget .cqc-widget-overall.inadequate { background: none transparent!important; color: #E56E6E!important; }
body div.cqc-widget .cqc-widget-overall:before {
	position: absolute;
	top: 50%;
	left: 30px;
	width: 40px;
	height: 40px;
	content: ' ';
	margin: -20px 0 0 0;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}
body div.cqc-widget .cqc-widget-overall.good:before { background: #60c18a; }
body div.cqc-widget .cqc-widget-overall.requires-improvement:before { background: #edab79; }
body div.cqc-widget .cqc-widget-overall.inadequate:before { background: #e36f70; }
body .cqc-container .cqc-widget-date { display: none!important; } 
body .cqc-container .cqc-widget-header a img { display: none!important; } 
body .cqc-container .cqc-widget-header a.widget-button-new-style {
	position: absolute!important;
	top: 0px!important;
	left: 0px!important;
	width: 100%!important;
	height: 100%!important;
	border: none!important;
	text-indent: -9999px!important;
	background: none transparent!important;
	z-index: 10!important;
	box-shadow: none !important;
	border-radius: 0px !important;
	padding: 0px!important;
}


body div.cqc-widget .cqc-widget-inner .cqc-widget-normal,
body div.cqc-widget .cqc-widget-inner .cqc-widget-inherited {
  background-color: transparent !important;
  padding: 0px!important;
}

	
	/* Gravity form */

	#content form.maternity-self-referral-form {
		position: relative;
		padding: 0 325px 0 0;
		width: 100%;
		max-width: 748px;
	    min-height: 550px;
	}
		#content form.maternity-self-referral-form .gf_page_steps {
			position: absolute;
			width: 260px;
			right: 0px;
			top: 0px;
			padding: 0px;
			margin: 0px;
			border-radius: 3px;
			border: 2px solid #DAE5EB;
		}
			#content form.maternity-self-referral-form .gf_page_steps .gf_step {
				display: block;
				padding: 25px 27px 24px 27px;
				font-size: 16px;
				line-height: 22px!important;
				color: #DAE5EB;
				font-weight: 600;
				height: auto;
				opacity: 1;
				border-bottom: 2px solid #DAE5EB;
				margin: 0px;
			}
			#content form.maternity-self-referral-form .gf_step span.gf_step_number { display: none!important; }
			#content form.maternity-self-referral-form .gf_step span.gf_step_number,
			#content form.maternity-self-referral-form .gf_step span.gf_step_label {
				font-size: 16px;
				line-height: 22px;
			}
			#content form.maternity-self-referral-form .gf_page_steps .gf_step.gf_step_active { color: #354D63; font-weight: 600; }
			#content form.maternity-self-referral-form .gf_page_steps .gf_step.gf_step_completed { color: #499BC6; font-weight: 600; }
			#content form.maternity-self-referral-form .gf_page_steps .gf_step.gf_step_last { border: none; }
		#content form.maternity-self-referral-form .gsection {
			border: none!important;
			padding: 0px;
			margin: 0 0 25px 0;
		}
			#content form.maternity-self-referral-form .gsection h2 {
				font-size: 24px;
				line-height: 33px;
				padding: 0px;
				margin: 0px;
				font-weight: 600;
				color: #252122;
			}
			#content form.maternity-self-referral-form .gsection .gsection_description {
				padding: 13px 0 0 0;
				font-size: 14px;
				line-height: 24px;
				margin: 0px;
			}
		#content form.maternity-self-referral-form .gfield {
			margin: 0 0 32px 0!important;
			padding: 0px!important;
			position: relative;
		}
			#content form.maternity-self-referral-form .gfield_not_contains_required:before {
				position: absolute;
				top: 1px;
				right: 0px;
				font-size: 12px;
				line-height: 17px;
				content: 'Optional';
				display: block;
				color: #787878;
			}
			#content form.maternity-self-referral-form .gfield_label {
				font-size: 14px;
				line-height: 19px;
				font-weight: normal;
				color: #354D63;
				margin: 0 0 6px 0;
			}
			#content form.maternity-self-referral-form .gfield_not_contains_required .gfield_label { margin-right: 60px; }
			#content form.maternity-self-referral-form .gfield .gfield_required { display: none; }
			#content form.maternity-self-referral-form .gfield_description {
				font-size: 12px;
				line-height: 17px;
				margin: 0 0 12px 0;
				padding: 0px;
			}
			#content form.maternity-self-referral-form .gfield_error .validation_message {
				padding: 10px 0 0 0;
				font-size: 14px;
			}
			#content form.maternity-self-referral-form .gfield_notice .validation_message {
				color: #000;
				font-size: 14px;
				padding: 10px 0 0 0;
			}
			#content form.maternity-self-referral-form input[type="text"], 
			#content form.maternity-self-referral-form input[type="email"],
			#content form.maternity-self-referral-form input[type="tel"], 
			#content form.maternity-self-referral-form input[type="number"], 
			#content form.maternity-self-referral-form input[type="password"], 
			#content form.maternity-self-referral-form input[type="url"], 
			#content form.maternity-self-referral-form textarea {
				font-size: 16px;
				line-height: 22px;
				padding: 12px 17px;
				height: 48px;
			}
			#content form.maternity-self-referral-form textarea { height: 96px; }
		#content form.maternity-self-referral-form .form-list-checkboxes ul { margin: 0!important; }
		#content form.maternity-self-referral-form .form-list-checkboxes ul li {

		}
			#content form.maternity-self-referral-form .form-list-checkboxes ul li,
			#content form.maternity-self-referral-form .ginput_container_consent {
				margin: 0 0 22px -4px!important;
				padding: 4px 4px 4px 4px!important;
				position: relative;
			}
				#content form.maternity-self-referral-form .form-list-checkboxes ul li input,
				#content form.maternity-self-referral-form .ginput_container_consent input {
					position: absolute;
					left: -9px;
					top: 4px;
				}
				#content form.maternity-self-referral-form .form-list-checkboxes ul li label,
				#content form.maternity-self-referral-form .ginput_container_consent label {
					padding: 0 0 0 33px;
					position: relative;
					font-size: 14px;
					font-weight: normal!important;
					line-height: 20px;
					color: #354D63;
					max-width: 100%!important;
					margin: 0px!important;
				}
				#content form.maternity-self-referral-form .form-list-checkboxes ul li label:before,
				#content form.maternity-self-referral-form .ginput_container_consent label:before {
					position: absolute;
					top: 0px;
					left: 0px;
					width: 20px;
					height: 20px;
					border: 1.67px solid #92BC7B;
					display: block;
					content: '';
				}
				#content form.maternity-self-referral-form .form-list-checkboxes ul li input:checked + label:before,
				#content form.maternity-self-referral-form .ginput_container_consent input:checked + label:before {
					background: url(./images/icon-check.svg) no-repeat center center #92BC7B;
				}
		#content form.maternity-self-referral-form .form-checkboxes-columns:before { display: none; }
		#content form.maternity-self-referral-form .form-checkboxes-columns { margin-bottom: 10px!important; }
		#content form.maternity-self-referral-form .form-checkboxes-columns .gfield_description { margin-bottom: 20px; }
		#content form.maternity-self-referral-form .form-checkboxes-columns ul {
			columns: 2;
		}
		#content form.maternity-self-referral-form .form-radio-buttons {

		}
			#content form.maternity-self-referral-form .form-radio-buttons ul {
				margin: 0 -8px;
				overflow: hidden;
			}
				#content form.maternity-self-referral-form .form-radio-buttons li {
					display: block;
					float: left;
					clear: none;
					padding: 4px 8px!important;
					margin: 0px!important;
					position: relative;
					width: 50%;
				}
				#content form.maternity-self-referral-form .form-radio-buttons-count-3 li { width: 33.33%; }
				#content form.maternity-self-referral-form .form-radio-buttons-last-lmp li { width: 28%; }
				#content form.maternity-self-referral-form .form-radio-buttons-last-lmp li:last-child { width: 44%; }
					#content form.maternity-self-referral-form .form-radio-buttons li label {
						width: 100%;
						border: 2px solid #92BC7B;
						font-size: 14px;
						line-height: 19px;
						font-weight: 600;
						display: block;
						cursor: pointer;
						text-align: center;
						padding: 13px 0 12px 0;
						margin: 0px!important;
						max-width: 100%!important;
						color: #92BC7B;
						border-radius: 5px;
					}
					#content form.maternity-self-referral-form .form-radio-buttons li label:hover {
						background: #92BC7B;
						color: #FFF;
					}
					#content form.maternity-self-referral-form .form-radio-buttons li input {
						position: absolute;
						top: 0px;
						left: -9999px;
					}
					#content form.maternity-self-referral-form .form-radio-buttons li input:checked + label {
						background: #92BC7B;
						color: #FFF;
					}
				#content form.maternity-self-referral-form .ginput_container_date .clear-multi { margin: 0px; }
				#content form.maternity-self-referral-form .ginput_container_date .gfield_date_dropdown_day { margin: 0 16px 0 0; width: calc(30% - 16px); }
				#content form.maternity-self-referral-form .ginput_container_date .gfield_date_dropdown_month { margin: 0 16px 0 0; width: 40%; }
				#content form.maternity-self-referral-form .ginput_container_date .gfield_date_dropdown_year { margin: 0; width: calc(30% - 16px); }
				#content form.maternity-self-referral-form .ginput_container_select,
				#content form.maternity-self-referral-form .ginput_container_date .ginput_container_date {
					position: relative;
					border: 1px solid #CCC;
					border-radius: 5px;
					overflow: hidden;
					height: 48px;
				}
					#content form.maternity-self-referral-form .ginput_container_select:before,
					#content form.maternity-self-referral-form .ginput_container_date .ginput_container_date:before {
						position: absolute;
						top: 50%;
						right: 18px;
						height: 40px;
						width: 30px;
						background: url(./images/select-arrow.svg) no-repeat right center;
						margin: -20px 0 0 0;
						content: '';
						display: block;
					}
					#content form.maternity-self-referral-form .ginput_container_select select,
					#content form.maternity-self-referral-form .ginput_container_date .ginput_container_date select {
						appearance: none;
						-webkit-appearance: none;
						-moz-appearance: none;
						position: absolute;
						top: 0px;
						left: 0px;
						width: calc(100% + 50px);
						height: 46px;
						font-size: 16px;
						line-height: 22px;
						 white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
						padding: 12px 77px 12px 17px!important;
						border: none;
						background: none transparent;
						cursor: pointer;
						z-index: 1;
						max-width: 200%;
					}
		#content form.maternity-self-referral-form .gform_page_footer {
			padding: 8px 0 0 0!important;
			margin: 0px!important;
			border: none!important;
		}
			#content form.maternity-self-referral-form .gform_page_footer .button {
				display: block;
				padding: 13px 0 12px 0;
				text-align: center;
				line-height: 19px;
				width: 100%;
				font-weight: 600;
			}
			#content form.maternity-self-referral-form .gform_page_footer .gform_previous_button {
				position: absolute;
			    top: -20px;
			    left: 0px;
			    border: none!important;
			    padding: 0px!important;
			    width: auto!important;
			    font-weight: normal;
			    color: #499bc6;
			}
			#content form.maternity-self-referral-form .gform_page_footer .gform_previous_button:hover {
				background: transparent!important;
				color: #333;
			}
		#content form.maternity-self-referral-form .form-consent-medical-history .gfield_description { margin-bottom: 25px; }
		#content form.maternity-self-referral-form .form-bmi .gfield_description-bmi-link { padding: 8px 0 0 0; margin: 0px; }
		#content form.maternity-self-referral-form .form-bmi .gfield_description-bmi-link a { text-decoration: underline; }
		#content form.maternity-self-referral-form .form-accept-terms .gfield_label { display: none; }
		#content form.maternity-self-referral-form .form-accept-terms li a { color: #92bc7b; text-decoration: underline; }
				
		#content .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
			max-width: 100%!important;
			background: transparent!important;
			border: none!important;
		}
		#content .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error .gfield_label {
			font-weight: bold!important;
			color: #790000;
		}

		#content form.maternity-self-referral-form #field_1_41:before { display: none!important; }
		#content form.maternity-self-referral-form #field_1_49:before { display: none!important; }

		body.page-id-9864 #sidebar,
		body.page-id-9902 #sidebar { display: none; }

		body.page-id-9902 #main #content {
			width: 744px;
			padding: 40px 122px 0 122px;
		}
		body.page-id-9902 #main #content h2 { font-size: 24px; line-height: 35px; font-weight: 600; margin: 0 0 18px 0; padding: 20px 0 0 0; }
		body.page-id-9902 #main #content p { font-size: 14px; line-height: 22px; margin: 0 0 48px 0; }
		body.page-id-9902 #main #content p:first-child { margin: 0; }
		body.page-id-9902 #main #content p a { text-decoration: underline; }
		body.page-id-9902 #main #content p a.btn { text-decoration: none!important; }

		#content .maternity-form-intro { padding: 0 0 20px 0; }
		#content .maternity-form-intro h2 { font-size: 24px; line-height: 33px; font-weight: 600; margin: 0 0 24px 0; }
		#content .maternity-form-intro h3 {
			padding: 16px 0 0 0;
			font-size: 24px;
			line-height: 33px;
			font-weight: 600;
			margin: 0 0 18px 0;
		}

		.mobile-gf-page-steps-header {
			position: relative;
			display: none;
			width: 100%;
			border-radius: 5px;
			border: 2px solid #DAE5EB;
			padding: 16px 60px 13px 26px;
		}
			.mobile-gf-page-steps-header:before {
				position: absolute;
				top: 50%;
				right: 24px;
				width: 17px;
				height: 40px;
				margin: -20px 0 0 0;
				background: url(./images/select-arrow.svg) no-repeat right center;
				display: block;
				content: '';
			}
			.mobile-gf-page-steps-header h5 {
				font-size: 16px;
				color: #354D63;
				font-weight: 600;
				margin: 0 0 4px 0;
				line-height: 22px;
			}
			.mobile-gf-page-steps-header span {
				display: block;
				font-size: 12px;
				line-height: 17px;
				color: #787878;
			}
		.mobile-gf-page-steps-header.active {
			background: #DAE5EB;
			border-radius: 5px 5px 0 0;
			border-bottom: none;
		}
			.mobile-gf-page-steps-header.active:before {
				transform: rotate(180deg);
			}


		.important-advice {
			background: #F0F5F8;
			padding: 80px 0 40px 0;
			margin: 66px 0 0 0;
		}
			.important-advice #content {
				padding: 0 145px;
			}
			.important-advice .maternity-form-intro { display: block!important; }



		@media all and (max-width: 767px) and (min-width: 0px) {

			.important-advice #content { padding: 0px; }

			body.page-id-9902 #main #content { width: auto; padding: 20px 0; }

			#content form.maternity-self-referral-form .gform_page_footer .gform_previous_button { top: 83px; }
			
			.mobile-gf-page-steps-header { display: block; }
			.mobile-gf-page-steps-header.active { margin: 0px; }
			#content form.maternity-self-referral-form .gf_page_steps {
				display: none;
				border-radius: 0 0 5px 5px;
				position: relative;
				right: auto;
				top: auto;
				width: auto;
				background: #FFF;
				z-index: 20;
			}
			#content form.maternity-self-referral-form { padding: 0px; }
			#content form.maternity-self-referral-form .gform_page { padding-top: 35px; }
			#content form.maternity-self-referral-form .form-checkboxes-columns ul { columns: 1; }
			#content form.maternity-self-referral-form .form-radio-buttons-split-on-mobile ul { margin-bottom: -12px; }
			#content form.maternity-self-referral-form .form-radio-buttons-split-on-mobile li {
				float: none!important;
				width: auto!important;
				margin: 0 0 12px 0!important;
			}
			#content form.maternity-self-referral-form .ginput_container_select select, 
			#content form.maternity-self-referral-form .ginput_container_date .ginput_container_date select {
				font-size: 16px!important;
				padding-left: 12px!important;
			}
			#content form.maternity-self-referral-form .ginput_container_select:before, #content form.maternity-self-referral-form .ginput_container_date .ginput_container_date:before {
				right: 10px;
				background-size: 12px auto;
			}
			#content form.maternity-self-referral-form .ginput_container_date .ginput_container_date {
				margin: 0px;
				width: 33.3%;
			}
			#content form.maternity-self-referral-form .ginput_container_date .gfield_date_dropdown_day {
				width: calc(30% - 8px);
				margin-right: 8px;
			}
			#content form.maternity-self-referral-form .ginput_container_date .gfield_date_dropdown_month {
				width: calc(40% - 8px);
				margin-right: 8px;
			}
			#content form.maternity-self-referral-form .ginput_container_date .gfield_date_dropdown_year {
				width: 30%;
				margin-right: 0px;
			}
			#content form.maternity-self-referral-form .gsection { margin-bottom: 20px!important; }
			#content form.maternity-self-referral-form .form-radio-buttons ul { margin: 0 -6px; }
			#content form.maternity-self-referral-form .form-radio-buttons-count-3 li { padding: 0 6px!important; }

		}


	/* Site Footer */

	#site-footer {
		padding: 100px 0 40px 0;
	}
		#site-footer .footer-left {
			float: left;
			width: 50%;
		}
			#site-footer .footer-left .footer-logo { width: 160px; margin: 0 0 20px 0; }
			#site-footer .footer-left .footer-links {
				display: block;
				margin: 0 0 20px 0;
			}
			#site-footer .footer-left .footer-links li {
				display: inline-block;
				margin: 0 30px 0 0;
			}
				#site-footer .footer-left .footer-links li a { font-size: 14px; }
				#site-footer .footer-left .footer-links li a:hover {
					text-decoration: underline;
				}
			#site-footer .footer-left p {
				font-size: 12px;
				margin: 0 0 10px 0;
			}
			#site-footer .footer-left .social {
				float: left;
				margin-bottom: 20px;
			}
			#site-footer .footer-left .social a {
				display: inline-block;
				width: 45px;
				height: 45px;
				border-radius: 100%;
				-moz-border-radius: 100%;
				-webkit-border-radius: 100%;
				margin: 0 5px 0 0;
				background: none no-repeat center center #cde2ee;
				background-size: 20px 20px;
				text-indent: -9999px;
			}
			#site-footer .footer-left .social a.social-twitter { background-image: url(./images/social-twitter.png); }
			#site-footer .footer-left .social a.social-facebook { background-image: url(./images/social-facebook.png); }
			#site-footer .footer-left .social a.social-youtube { background-image: url(./images/social-youtube.png); }
			#site-footer .footer-left .social a.social-linkedin { background-image: url(./images/social-linkedin.png); }
			#site-footer .footer-left .social a:hover {
				background-color: #499bc6;
			}
			#site-footer .footer-left .social a.social-twitter:hover { background-color: #00aced; }
			#site-footer .footer-left .social a.social-facebook:hover { background-color: #3b5998; }
			#site-footer .footer-left .social a.social-youtube:hover { background-color: #bb0000; }
			#site-footer .footer-left .social a.social-linkedin:hover { background-color: #007bb6; }
			#site-footer .footer-left .translate {
				float: left;
				padding: 3px 0 0 10px;
			}

		#site-footer .footer-right {
			float: right;
			width: 50%;
		}
			#site-footer .footer-right address {
				float: left;
				width: 50%;
			}
				#site-footer .footer-right address p {
					font-size: 12px; 
					line-height: 18px;
				}




@media all and (max-width: 1160px) and (min-width: 0px) {
	.container { margin: 0 30px; }
}


@media all and (max-width: 1160px) and (min-width: 1025px) {

	#popular-links a { padding-left: 15px; background-image: none!important; }
	#popular-links a:hover { padding-left: 20px; }
	
}


@media all and (max-width: 1024px) and (min-width: 0px) {
	
	#site-nav { min-height: 50px; }
	.toggle-mobile-nav {
		display: block;
		color: #FFF;
		line-height: 50px;
		padding: 0 30px 0 55px;
		font-size: 16px;
		background: url(./images/toggle-nav.png) no-repeat 30px center;
		background-size: 15px auto;
	}
	.toggle-mobile-nav:hover { color: #FFF; }
	#site-nav .container { margin: 0px; }
	#site-nav .menu-holder { display: none; padding: 0 0 30px 0; }
	#site-nav .menu-left,
	#site-nav .menu-right { float: none; margin: 0px; }
		#site-nav ul li { float: none; margin: 0px; }
			#site-nav ul li.nav-home a { text-indent: 0px; background-image: none; width: auto; }
			#site-nav ul li a { float: none; line-height: 18px; padding: 10px 30px; font-size: 16px; }

	#site-header .search-form { float: none; margin: 0 0 40px 0; }
		#site-header .search-form input#s { width: 100%; }
	#site-header .logo { float: none; margin: 0 auto 0 auto; /*width: 100%; background-size: auto 100%; height: 38px;*/ }

	#home-slider { width: auto; float: none; }
	#popular-links { width: auto; float: none; padding: 20px 0 0 0; }
	.home-box, 
	.news-box { width: 50%; margin-bottom: 20px; }
	.bottom-notices { margin-bottom: 0px; }
	.news-archive .clearfix { display: none; }

	#home-ctas .home-cta { width: auto; float: none; }
	#home-ctas .home-cta a { margin-bottom: 15px; }

	#waiting-times { float: none; width: auto; padding: 0px; }
	#home-advs { float: none; width: auto; padding: 20px 0 0 0; }
		#home-advs a { min-height: 120px; }
	#sub-footer aside, #sub-footer aside.widget-news { float: none; width: auto; margin: 0 0 20px 0; }
		#sub-footer aside.widget-news ul li a, 
		#sub-footer aside.widget-tweets ul li, 
		#sub-footer aside.widget-cqc ul li { min-height: 10px; }
	#site-footer { padding: 50px 0; }
		#site-footer .footer-left,
		#site-footer .footer-right { float: none; width: auto; clear: both; }
			#site-footer .footer-right address { width: auto; float: none; padding: 30px 0 0 0; }

	#content { float: none; width: auto; padding: 0px; }
		.section-box { width: 50%; margin-bottom: 20px; }
		.section-box .box-image { height: 220px; }
	#sidebar { clear: left; float: none; width: auto; padding: 20px 0 0 0; }
	#sidebar.az { position: static!important; width: 100%!important; left: auto!important; }

	.consultant-image,
	.consultant-details { float: none; width: auto; padding-right: 0px; }
	.consultant-image img { margin: 0 0 20px 0; }

}


@media all and (max-width: 768px) and (min-width: 0px) {

	.page-banner-slider .slide { height: 400px; }
	.page-banner-slider .slide img { display: none; }
	.page-banner-slider .slide header { padding: 20px; }
	#page-header .page-banner-slider .slide header h2 { font-size: 24px; line-height: 34px; }
	#page-header .page-banner-slider .slide header p br { display: none; }
	.page-banner-slider .slide header .slide-button { position: static; float: left; margin: 10px 0 0 0; }

	.grid-cards .grid-cards-slider { margin-left: -8px; margin-right: -8px; }
	.grid-cards-slider .grid-card { padding: 0 8px; }

	.grid-cards-slider-count-2 .grid-card .section-box a .box-content,
	.grid-cards-slider-count-3 .grid-card .section-box a .box-content { padding: 23px 30px; }

	.two-columns .column { float: none; width: auto; }

	.grid-cards header p { padding-right: 0px; }
	.grid-cards .slick-prev,
	.grid-cards .slick-next { position: static; float: left; margin: 0 0 30px 16px; }

	#site-header .logo { margin-bottom: 0px; }
	#home-slider { display: none; }
	.home-box, .section-box, .news-box, 
	.bottom-notices .home-box { width: auto!important; float: none!important; }

	#landing-banner .banner-image { height: 260px; }
	#landing-banner h1 {
		float: none; 
		position: static; 
		margin-top: -5px; 
		padding: 20px; 
		font-size: 24px; 
		line-height: 30px;
		border-radius: 0 0 5px 5px;
		-moz-border-radius: 0 0 5px 5px;
		-webkit-border-radius: 0 0 5px 5px;
	}

	#waiting-times ul li h4 span { display: block; }

	.directions-link { margin-top: 20px; display: block; }

	#alert .alert p { max-height: 73px; overflow: hidden; }
	#alert .alert p:after {
		display: block;
		content: 'Read more';
		color: #499bc6;
		position: absolute;
		bottom: 5px;
		right: 0px;
		line-height: 20px;
		background: #FFF;
		padding: 0 0 0 5px;
	}
	#alert .remove-after p:after { display: none; }

	#page-header h1 { font-size: 36px; line-height: 44px; }

}


@media all and (max-width: 480px) and (min-width: 0px) {

	/*#site-header .logo { width: 280px; background-size: 100% auto; }*/

	#home-advs a .advs-image { display: none; }
	#home-advs a { padding-right: 0px; }

	#site-footer .footer-left .translate,
	#site-footer .footer-left .social {
		float: none; padding: 20px 0 0 0;
	}

	.consultant-details table th, 
	.consultant-details table td { display: block; }

}


#twitter-widget-0 {
	border: 1px solid #CCC!important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

    #cookie-law-info-again { display: none!important; }

    #cookie-law-info-bar {
        box-shadow: none!important;
        background: #499bc6!important;
        padding: 20px;
        color: #FFF!important;
        font-size: 14px;
        line-height: 17px;
        height: auto;
        text-align: left;
        width: 100%;
        left: 0px;
        right: 0px;
        padding: 0px;
    }
    #cookie-law-info-bar span {
        display: block;
        padding: 20px;
    }
        #cookie-law-info-bar a.cli-plugin-main-link { color: #FFF!important; font-weight: 600; }
        #cookie-law-info-bar a.cli-plugin-main-button  { cursor: pointer; font-weight: 600; }


#content .contacts-accordion-wrapper {
	text-align: center;
	padding: 0 0 80px 0;
}
#content .contacts-accordion {
	margin: 0 auto;
	max-width: 749px;
	text-align: left;
}
	#content .contacts-accordion h2 {
		font-size: 24px;
		line-height: 33px;
		font-weight: 600;
		margin: 0 0 25px 0;
	}
	#content .contacts-accordion-panels {
		border-top: 1px solid #DAE5EB;
	}
	#content .contacts-accordion-panel {
		border-bottom: 1px solid #DAE5EB;
	}
	#content .contacts-accordion-panel-active {
		border-bottom: 1px solid #499BC6;
	}
		#content .contacts-accordion-panel h3 {
			font-size: 20px;
			line-height: 27px;
			font-weight: 600;
			position: relative;
			padding: 14px 0;
			color: #252122;
			cursor: pointer;
			margin: 0px;
		}
		#content .contacts-accordion-panel-active h3 {
			color: #499BC6;
		}
		#content .contacts-accordion-panel h3:before {
			width: 20px;
			right: 17px;
			background: url(./images/contacts-accordion-plus.svg) no-repeat right center;
			height: 100%;
			top: 0px;
			display: block;
			content: '';
			position: absolute;
		}
		#content .contacts-accordion-panel-active h3:before {
			background-image: url(./images/contacts-accordion-minus.svg);
		}
		#content .contacts-accordion-panel-content {
			display: none;
			padding: 14px 0 8px 0;
		}
		#content .contacts-accordion-panel-active .contacts-accordion-panel-content {
			/*display: block;*/
		}
			#content .contacts-accordion-panel-content .contact-cards {
				margin: 0 -16px;
			}
			#content .contacts-accordion-panel-content section {
				float: left;
				width: 50%;
				padding: 0 16px 25px 16px;
			}
			#content .contacts-accordion-panel-content section:nth-child(2n+1) { clear: left; }
			#content .contacts-accordion-panel-content .contact-card {
				display: block;
				border: 1px solid #DAE5EB;
				border-radius: 4px;
				padding: 19px 24px;
			}
				#content .contacts-accordion-panel-content .contact-card h4 {
					font-size: 16px;
					line-height: 22px;
					font-weight: 600;
					margin: 0px;
				}
				#content .contacts-accordion-panel-content .contact-card h5 {
					text-transform: uppercase;
					font-size: 14px;
					letter-spacing: 0.88px;
					color: #354D63;
					font-weight: 600;
					line-height: 19px;
					margin: 0 0 18px 0;
					padding: 6px 0 0 0;
				}
				#content .contacts-accordion-panel-content .contact-card p {
					font-size: 12px;
					line-height: 20px;
					color: #354D63;
				}
				#content .contacts-accordion-panel-content .contact-card ul {
					list-style: none;
					margin: 0px;
					padding: 0px;
				}
				#content .contacts-accordion-panel-content .contact-card ul li {
					margin: 18px 0 0 0;
					padding: 0 0 0 36px;
					display: block;
					line-height: 22px;
					font-size: 14px;
					color: #499BC6;
					position: relative;
				}
				#content .contacts-accordion-panel-content .contact-card ul li a {
					padding: 0 0 0 36px;
					display: block;
					margin: 0 0 0 -36px;
				}
				#content .contacts-accordion-panel-content .contact-card ul li svg {
					position: absolute;
					top: 50%;
					left: 0px;
					-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
					display: block;
				}


@media all and (max-width: 767px) and (min-width: 0px) {
	#content .contacts-accordion-panel-content section { float: none; width: auto; }
}


#content .contacts-box-wrapper {
	text-align: center;
	padding: 0 0 80px 0;
}
#content .contacts-box {
	background: #F0F5F8;
	margin: 0 auto;
	max-width: 749px;
	text-align: left;
	padding: 41px 48px 35px 48px;
}
	#content .contacts-box h2 {
		font-size: 24px;
		line-height: 33px;
		margin: 0 0 10px 0;
	    font-weight: 600;
	}
	#content .contacts-box p {
		margin: 0 0 20px 0;
		line-height: 24px;
	}
	#content .contacts-box h3 {
		font-size: 20px;
		line-height: 27px;
		margin: 0 0 22px 0;
	    font-weight: 600;
	}
	#content .contacts-box ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
		columns: 2;
	}
		#content .contacts-box ul li {
			margin: 0 0 14px 0;
			padding: 0 0 0 36px;
			display: block;
			line-height: 22px;
			font-size: 14px;
			color: #499BC6;
			position: relative;
		}
		#content .contacts-box ul li a {
			padding: 0 0 0 36px;
			margin: 0 0 0 -36px;
			display: block;
		}
		#content .contacts-box ul li svg {
			position: absolute;
			top: 50%;
			left: 0px;
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
			display: block;
		}
		#content .contacts-box ul li.contact-details-address svg { top: 0px; -webkit-transform: none; transform: none; }


@media all and (max-width: 767px) and (min-width: 0px) {
	#content .contacts-box ul { columns: 1; }
}

#sidebar nav ul li.page-item-13095 ul.children,
#sidebar nav ul li.page-item-13079 ul.children { display: none; }

#content form.maternity-self-referral-form .ginput_container_fileupload { margin-bottom: 10px; }
#content form.maternity-self-referral-form .ginput_container_fileupload + .gfield_description { font-weight: bold; }


.gform_legacy_markup_wrapper .gfield_time_hour,
.gform_legacy_markup_wrapper .gfield_time_minute { display: block!important; }
.gform_legacy_markup_wrapper .gfield_time_hour i { margin-top: -28px!important; }

</pre></body></html>