/*
Theme Name: Precision Brain, Spine & Pain Centre
Author: iSimplifyMe
Author URI: http://isimplifyme.com/
Description: A custom theme for .
Version: 1.0
License: GNU General Public License
License URI: license.txt

*/


/* =@font-face
-------------------------------------------------------------- */

@font-face {
  font-family: 'Precision Icons';
  src:  url('fonts/Precision-Icons.eot?vz71o8');
  src:  url('fonts/Precision-Icons.eot?vz71o8#iefix') format('embedded-opentype'),
    url('fonts/Precision-Icons.woff2?vz71o8') format('woff2'),
    url('fonts/Precision-Icons.ttf?vz71o8') format('truetype'),
    url('fonts/Precision-Icons.woff?vz71o8') format('woff'),
    url('fonts/Precision-Icons.svg?vz71o8#Precision-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* =Structure
-------------------------------------------------------------- */

* {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #002B54;
	font-weight: normal;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 24px;
	font-weight: 300;
	margin: 40px auto 30px;
}
.entry-content h2:first-child,
.entry-content h3:first-child {
    margin-top: 0px;
}
h3 {
	font-size: 20px;
	font-weight: 300;
	margin: 40px auto 30px;
	color: #009f81;
}
p {
	line-height: 1.375em;
	font-size: 16px;
	margin: 0 0 30px;
}
a {
	text-decoration: none;
	color: #009F81;
}
#page {
	display: block;
	padding-top: 160px;
	padding-bottom: 500px;
	position: relative;
}
#primary {
	width: 100%;
}
#content {
	position: relative;
}
#main {
	position: relative;
}
#return-to-top {
	font-family: 'Precision Icons';
	display: block;
	opacity: 0;
	position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 20px;
    z-index: 100;
    background-color: #FFF;
    background-color: rgba(255,255,255,.6);
    padding: 10px;
    border-radius: 100px;
	-moz-transition: opacity .4s;
    -ms-transition: opacity .4s;
    -o-transition: opacity .4s;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
}
#return-to-top.absolute {
	position: absolute;
}
.page-template-page-patient-centre #return-to-top {
	display: none;
}
#return-to-top:before {
	content: '\e90e';
}
#return-to-top.scrolled {
    opacity: 1;
    -moz-transition: opacity .4s;
    -ms-transition: opacity .4s;
    -o-transition: opacity .4s;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
}
#main .widget-area {
}
.entry-header {
	padding: 40px 100px 50px;
}
.entry-header h1 {
	margin: 0;
	line-height: 1.1em;
}
img.page-banner {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.entry-content {
	padding: 0 100px 100px;
}
.entry-content ul {
    margin: 0 0 30px;
    padding: 0 0 0 15px;
    line-height: 1em;
	list-style: none;
}
.entry-content ul ol {
    margin-top: 10px;
    list-style-type: lower-roman;
}
.entry-content ul li {
	padding-bottom: 10px;
	padding-left: 15px;
	position: relative;
	line-height: 1.375em;
}
.entry-content ol li {
	padding-bottom: 10px;
	line-height: 1.375em;
}
.entry-content ol ol {
    list-style-type: lower-alpha;
    margin-top: 10px;
}
.entry-content ol ul {
	margin-top: 10px;
}
.entry-content ul li a {
	color: #006bb5;
}
.entry-content ul li:before {
    left: 5px;
    top: 7px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 159, 129, 0);
    border-left-color: #009f81;
    border-width: 5px;
}
.entry-content ul ul {
    margin: 10px 0 0 0;
    font-size: 14px;
	padding: 0;
}
.entry-content ul ul li a {
	color: #009f81;
}
.entry-content ul ul li:before {
	border-left-color: #006bb5;
	border-width: 4px;
	top: 3px;
}
#breadcrumbs,
.breadcrumbs {
    color: #002b54;
    line-height: 10px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0 40px;
}
#breadcrumbs a,
.breadcrumbs a {
    color: #002b54;
}
a#breadcrumb-home,
a.breadcrumb-home {
	font-weight: normal;
	font-family: 'Precision Icons';
}
a#breadcrumb-home:before,
a.breadcrumb-home:before {
	content: '\e90c';
}
.current-breadcrumb {
	color: #006bb5;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#page-table {
    display: table;
    width: 100%;
    direction: rtl;
}
#page-row {
    display: table-row;
}
#page-content-column,
#page-sidebar-column {
	display: table-cell;
    direction: ltr;
	vertical-align: top;
	position: relative;
}
#page-sidebar-column {
	background-color: #009f81;
	width: 300px;
	padding: 40px 30px 80px;
}
#page-sidebar-column h3 {
	margin: 0 0 20px;
	color: #FFF;
	font-size: 20px;
	line-height: 20px;
}
#page-sidebar-column a {
	color: #FFF;
}
#page-entry-content-table {
    display: table;
    width: 100%;
    direction: rtl;
}
#page-entry-content-row {
    display: table-row;
}
#page-info-column,
#page-entry-content-column {
	display: table-cell;
    direction: ltr;
	vertical-align: top;
}
#page-info-column {
	width: 240px;
	border-left: 1px solid #cccccc;
	padding-left: 40px;
	margin: 0 0 100px;
}
#page-entry-content-column {
	padding-right: 40px;
}
li h4 {
    margin: 0;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: bold;
}



/* =Search Results
-------------------------------------------------------------- */

header.search-header {
    padding: 40px 20% 40px;
}
h1.search-title {
    margin: 0;
	line-height: 1.1em;
}
h1.search-title span {
	color: #009f81;
}
.search-pages {
    text-transform: uppercase;
    font-weight: bold;
    line-height: 10px;
    font-size: 10px;
    color: #006bb5;
}
article.search-result {
    padding: 0 20% 20px;
}
h2.result-title {
    margin: 0;
    text-transform: none;
	font-family: 'Open Sans', sans-serif;
    font-size: 20px;
	line-height: 1.1em;
}
h2.result-title a {
    color: #006bb5;
}
h2.result-title a span {
    color: #009F81;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    margin-right: 10px;
    padding-right: 10px;
    display: inline-block;
    border-right: solid 1px #002B54;
}
.result-summary p {
    font-size: 12px;
    color: #333;
    line-height: 1.5em;
    margin: 0 0 10px;
}
.result-summary p strong,
.result-summary p b {
    color: #006bb5;
}
div#search-nav {
    padding: 40px 20%;
    text-align: center;
    font-size: 0px;
    font-weight: bold;
	color: #666;
	text-transform: uppercase;
}
div#search-nav a,
div#search-nav span {
    display: inline-block;
    margin: 0 4px;
    font-size: 12px;
    line-height: 12px;
}
div#search-nav a {
    color: #006bb5;
}
div#search-nav span.page-numbers.current {
	color: #009f81;
}
a.prev.page-numbers:before {
    content: '\e912';
    display: inline-block;
    margin-right: 6px;
    font-family: 'Precision Icons';
    font-size: 18px;
    vertical-align: middle;
    margin-top: -3px;
}
a.next.page-numbers:after {
    content: '\e913';
    display: inline-block;
    margin-left: 6px;
    font-family: 'Precision Icons';
    font-size: 18px;
    vertical-align: middle;
    margin-top: -3px;
}
.search-content {
    padding: 0 20% 100px;
}
.search-content p strong {
    color: #006bb5;
}
.search-content ul {
	font-size: 14px;
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    line-height: 1em;
}
.search-content ul li {
    padding-bottom: 10px;
    padding-left: 15px;
    position: relative;
}
.search-content ul li:before {
    left: 5px;
    top: 4px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 159, 129, 0);
    border-left-color: #009f81;
    border-width: 5px;
}


/* =404
-------------------------------------------------------------- */

#page404 {
	background-image: url('img/precision-spine-brain-404-page.jpg');
	background-position: center center;
	background-size: cover;
	padding: 150px 20px;
	position: relative;
}
#branding404 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 140px;
    width: 100%;
	text-align: center;
}
#branding404 h1 {
    margin: 0;
    padding: 40px 0;
}
#branding404 h1 img {
    width: auto;
    height: 60px;
    display: block;
    margin: 0 auto;
}
#table404 {
    width: 100%;
    height: 100%;
    display: table;
}
#cell404 {
    width: 100%;
    height: 100%;
    display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#cell404 a {
    background-color: #009F81;
    color: #FFF;
    height: 50px;
    padding: 0 40px;
    line-height: 50px;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 30px;
    font-size: 20px;
}

@media only screen and (max-width : 1000px) {
	.entry-header {
		padding: 40px 50px 50px;
	}
	.entry-content {
		padding: 0 50px 100px;
	}
	#page-table {
		display: block;
		direction: ltr;
	}
	#page-row,
	#page-content-column,
	#page-sidebar-column {
   		display: block;
	}
	#page-sidebar-column {
		width: auto;
	}
	#page-entry-content-table,
	#page-entry-content-row,
	#page-info-column,
	#page-entry-content-column {
		display: block;
	}
	#page-entry-content-column {
		padding-right: 0px;
	}
	#page-info-column {
		width: auto;
		border-left: none;
		border-top: 1px solid #cccccc;
		padding-top: 40px;
		padding-left: 0px;
		margin: 50px 0 0;
	}
}
@media only screen and (max-width : 800px) {
	.entry-header {
		padding: 40px 20px 50px;
	}
	.entry-content {
		padding: 0 20px 100px;
	}
	header.search-header,
	article.search-result,
	.search-content {
		padding-right: 10%;
		padding-left: 10%;
	}
}
@media only screen and (max-width : 600px) {
	#page {
		padding-top: 80px;
	}
	header.search-header,
	article.search-result,
	.search-content {
		padding-right: 20px;
		padding-left: 20px;
	}
}


/* =Header
-------------------------------------------------------------- */

#branding {
	height: 160px;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	margin-top: 0px;
	border-top: solid 5px #006BB5;
	border-bottom: solid 5px #006BB5;
	background-color: #FFF;
	padding-top: 30px;
	z-index: 1000;
	transition: margin-top .2s;
	-moz-transition: margin-top .2s;
	-ms-transition: margin-top .2s;
	-o-transition: margin-top .2s;
	-webkit-transition: margin-top .2s;
}
#branding.scrolled {
	margin-top: -160px;
}
#site-title {
	font-size: 2em;
	font-weight: bold;
	margin: 0 30px;
	float: left;
}
#site-title img {
	display: block;
	height: 60px;
	width: auto;
}
#branding-contact {
    float: right;
    padding: 0 30px;
    font-size: 20px;
    text-align: right;
    color: #002B54;
	position: relative;
}
a#branding-phone {
    color: #002B54;
	display: block;
}
#access-form-buttons {
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: block;
	color: #002B54;
	height: 34px;
	width: 34px;
}
a#access-form-trigger,
a#access-form-close {
	font-family: 'Precision Icons';
    font-size: 20px;
    height: 34px;
    line-height: 34px;
    display: block;
	color: #002B54;
    position: absolute;
    left: 0px;
    top: 0px;
}
#access-form-trigger:before {
    content: '\e910';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a#access-form-close {
    display: none;
}
#access-form-close:before {
    content: '\e911';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#branding-np,
#branding-appointment {
    width: 150px;
    color: #FFF;
    padding: 10px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 5px;
    display: inline-block;
    text-align: center;
    letter-spacing: .06em;
}
#branding-np {
    background-color: #006BB5;
}
#branding-appointment {
    background-color: #009F81;
}

@media only screen and (max-width : 800px) {
	#site-title {
		margin: 0 20px;
	}
	#site-title img {
		height: 50px;
	}
	#branding-contact {
		margin-top: -10px;
	}
	#branding-np,
	#branding-appointment {
		font-size: 8px;
		padding: 10px 8px;
		width: 120px;
	}
}
@media only screen and (max-width : 600px) {
	#branding {
		height: 80px;
		padding-top: 16px;
	}
	#site-title {
		margin: 0 10px;
	}
	#site-title img {
		height: 40px;
	}
	#branding-contact {
		padding: 0 50px 0 0;
		margin-top: 0px;
	}
	a#branding-phone {
		display: none;
	}
	#branding-np,
	#branding-appointment {
		display: none;
		margin-top: 2px;
	}
	#access-form-buttons {
		display: none;
	}
}
@media only screen and (max-width : 500px) {
	#branding-np,
	#branding-appointment {
		display: none;
	}
}

/* =Menu
-------------------------------------------------------------- */

#access {
    display: block;
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -5px;
    width: 100%;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access div > ul {
	font-size: 0px;
}
#access div > ul > li {
	display: inline-block;
	padding: 15px 15px 10px;
	border-bottom: solid 5px transparent;
	font-size: 17px;
}
#access a,
#mobile-access a {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	color: #002B54;
}
#access ul ul {
	display: none;
	position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #FFF;
    padding: 10px 0 60px;
    font-size: 0px;
}
#access ul ul li {
    width: 16.65%;
    vertical-align: top;
	font-size: 20px;
    font-size: 1.4vw;
	line-height: 1.2em;
    display: inline-block;
    padding: 40px 2%;
}
#access ul ul li a {
	color: #666666;
}
#access ul ul li a:hover {
	color: #006bb5;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access div > ul > li:hover {
	border-color: #009F81;
}
#access div > ul > li:hover > a {
	color: #006BB5;
}
#access ul li:hover > ul {
	display: block;
}
.scrolled #access ul li:hover > ul {
	display: none;
}

#mobile-menu-toggle {
	display: none;
}
#mobile-menu-toggle {
	font-family: 'Precision Icons';
	color: #006bb5;
	position: absolute;
    right: 15px;
    top: 20px;
    font-size: 30px;
	padding: 0 10px;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#mobile-menu-toggle:before {
  content: '\e90f';
}
#mobile-access {
    position: absolute;
    top: 75px;
    background-color: #FFF;
    width: 100%;
	left: 0px;
    right: 0px;
	height: 0;
	overflow: hidden;
}
#mobile-access-wrapper {
	opacity: 0;	
}
#mobile-access ul {
    list-style: none;
    margin: 0 9vw 9vw;
    padding: 0;
}
#mobile-access li {
    font-size: 5vw;
    line-height: 2.5em;
	overflow: hidden;
}
#mobile-access li a {
	border-bottom: solid 1px #006bb5;
	display: block;
	line-height: calc(2.5em - 1px);
}

#access-form-outer {
    width: 50%;
    margin: 0 auto 4px;
    height: 51px;
    position: relative;
    padding-right: 30px;
	display: none;
}
input[type=text].search {
	font-family: 'Open Sans', sans-serif;	
	color: #002B54;
    outline: none;
}
input[type=text].search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #006BB5;
	font-style: italic;
}
input[type=text].search::-moz-placeholder { /* Firefox 19+ */
	color: #006BB5;
	font-style: italic;
}
input[type=text].search:-ms-input-placeholder { /* IE 10+ */
	color: #006BB5;
	font-style: italic;
}
input[type=text].search:-moz-placeholder { /* Firefox 18- */
	color: #006BB5;
	font-style: italic;
}
#access-form-outer input[type=text].search {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	border: none;
    font-weight: 300;
	display: block;
}
input[type=submit].search-button {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-family: 'Precision Icons';
	cursor: pointer;
	outline: none;
}
#access-form-outer input[type=submit].search-button {
    font-size: 20px;
    height: 51px;
	color: #002B54;
	border: none;
    background-color: transparent;
    padding: 0 0 0 10px;
    position: absolute;
    top: 0px;
    right: 0px;
}
#access-form-outer input[type=submit].search-button:hover {
	color: #009F81;
}
#mobile-access-form-wrapper {
	margin: 9vw 9vw 0;
	position: relative;
	padding-right: 7vw;
    border-bottom: solid 1px #002B54;
}
#mobile-access-form-wrapper input[type=text].search {
    font-size: 5vw;
    line-height: 2.5em;
    font-weight: 300;
    border: none;
    display: block;
    width: 100%;
	padding: 0;
}
#mobile-access-form-wrapper input[type=submit].search-button {
    font-size: 5vw;
    height: 2.5em;
	color: #009F81;
	border: none;
    background-color: transparent;
    padding: 0 0 0 2vw;
    position: absolute;
    top: 0px;
    right: 0px;
}

@media only screen and (max-width : 1030px) {
	#access {
		height: 54px;
	}
	#access div > ul > li {
		padding: 15px 10px 10px;
		font-size: 14px;
	}
	#access-form-outer {
		width: 60%;
		height: 49px;
	}
	#access a#access-form-trigger,
	#access a#access-form-close {
		height: 48px;
		line-height: 48px;
	}
	#access-form-outer input[type=text].search {
		height: 48px;
		line-height: 48px;
		font-size: 22px;
	}	
}
@media only screen and (max-width : 815px) {
	#access {
		height: 51px;
	}
	#access div > ul > li {
		padding: 15px 5px 10px;
		font-size: 11px;
	}
	#access-form-outer {
		width: 70%;
		height: 46px;
	}
	#access a#access-form-trigger,
	#access a#access-form-close {
		height: 46px;
		line-height: 46px;
	}
	#access-form-outer input[type=text].search {
		height: 46px;
		line-height: 46px;
		font-size: 20px;
	}	
}
@media only screen and (min-width : 601px) {
	#mobile-access {
		display: none;
	}
}
@media only screen and (max-width : 600px) {
	#mobile-access {
		height: 0px;
	}
	#mobile-menu-toggle {
		display: block;
	}
	#access,
	#access-form-outer {
		display: none;
	}
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}
textarea,
input[type="text"],
input[type="email"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none !important;
     border-radius: 0 !important;
}

/* Class for labelling required form items */
.required {
	color: #009f81;
}

span.select {
	display: block;
	height: 40px;
	min-width: 100%;
	position: relative;
	vertical-align: top;
	margin-right: 40px;
}
span.select select {
	position: absolute;
	left: -10000px;
}
span.select-replace {
    color: #333;
    display: block;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    outline: none;
    vertical-align: middle;
    zoom: 1;
    height: 40px;
    font-size: 16px;
    background-color: #EEE;
}
span.select-replace .toggle {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: #333;
}
span.select-replace .toggle:before {
	content: '';
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 4px 0 4px;
	border-color: #333 transparent transparent transparent;
	top: 20px;
	right: 15px;
}
span.select-replace .toggle:after {
	content: '';
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 4px 6px 4px;
	border-color: transparent transparent #333 transparent;
	top: 10px;
	right: 15px;
}
span.select-replace-label {
    display: block;
    height: 100%;
    padding: 0 40px 0 10px;
    line-height: 40px;
    overflow: hidden;
}
span.select-replace-label span.req {
	color: #009f81;
}
span.drop-replace {
	text-align: left;
	min-width: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #EEE;
	z-index: 5;
	max-height: 210px;
	overflow-y: scroll;
	color: #333;
	border: solid 2px #333;
}
span.option-replace {
	display: block;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	cursor: pointer;
}
span.option-replace.selected {
	background: #009F81;
	color: #FFF;
}
span.option-replace:hover {
	background: #006BB5;
	color: #FFF;
}
span.checkbox {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	margin: 2px 0 5px;
	vertical-align: middle;
}
span.checkbox-replace {
	display: block;
	position: absolute;
	text-align: center;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 20px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	background-color: #EEE;
}
span.checkbox-check {
	background-color: #333;
	width: 8px;
	height: 8px;
	display: none;
	margin: 6px;
}
span.checkbox-replace.checked span.checkbox-check {
	display: block;
}
span.checkbox input {
	position: absolute;
	z-index: 4;
	width: 20px;
	height: 20px;
	margin: 0;
	opacity: 0;
}
span.radio {
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	margin: 2px 0 5px;
	vertical-align: middle;
}
span.radio-replace {
	display: block;
	position: absolute;
	text-align: center;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 20px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	border-radius: 100%;
	background-color: #EEE;
}
span.radio-check {
	background-color: #333;
	border-radius: 100%;
	width: 8px;
	height: 8px;
	display: none;
	margin: 6px;
}
span.radio-replace.checked span.radio-check {
	display: block;
}
span.radio input {
	position: absolute;
	z-index: 4;
	width: 20px;
	height: 20px;
	margin: 0;
	opacity: 0;
}



/* =Content
-------------------------------------------------------------- */

.sticky {
}
.entry-meta {
	clear: both;
	display: block;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}

/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}

/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}


/* =Services
-------------------------------------------------------------- */

.page-template-page-services-landing article.page {
	background-color: #fafafa;
	box-shadow: 0 3px 3px rgba(0,0,0,.15);
}
#top-level-service-list {
    padding: 40px 80px;
    font-size: 0px;
}
.top-level-service {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    padding: 20px;
	padding: 1.4vw;
}
.top-level-service a {
    display: block;
    width: 100%;
    padding-top: 130%;
    border: solid 1px #CCCCCC;
    background-color: #FAFAFA;
    position: relative;
    font-size: 28px;
	font-size: 2.2vw;
    font-family: 'Oswald';
    text-transform: uppercase;
    color: #666;
    line-height: 1.1em;
    cursor: pointer;
}
.top-level-service a:hover {
    background-color: #006bb5;
    color: #FFF;
    border-color: #002B54;
}
.top-level-service-image-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    padding-top: 86%;
}
.top-level-service-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-bottom: solid 1px #CCC;
	background-position: center center;
    background-size: cover;
}
.top-level-service a:hover .top-level-service-image {
    border-color: #002B54;
}
.top-level-service-image img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
	opacity: 0;
}
.top-level-service-title-wrapper {
    position: absolute;
    width: 100%;
    padding-top: 45%;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.top-level-service-title {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 40px;
	padding: 1vw 2.8vw;
}
.top-level-service-table {
    display: table;
    width: 100%;
    height: 100%;
}
.top-level-service-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}


#service-block {
    padding: 20px;
    font-size: 0px;
}
.home-service {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    padding: 20px;
    padding: 1.38vw;
}
.home-service a {
    display: block;
    width: 100%;
    padding-top: 180%;
    border: solid 1px #CCCCCC;
    background-color: #FAFAFA;
    position: relative;
    font-size: 34px;
    font-size: 2.4vw;
    font-family: 'Oswald';
    text-transform: uppercase;
    color: #666;
    line-height: 1.1em;
    cursor: pointer;
}
.home-service a:hover {
    background-color: #006bb5;
    color: #FFF;
    border-color: #002B54;
}
.home-service-image-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    padding-top: 125%;
}
.home-service-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-bottom: solid 1px #CCC;
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.home-service a:hover .home-service-image {
    border-color: #002B54;
}
.home-service-image img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
	opacity: 0;
}
.home-service-title-wrapper {
    position: absolute;
    width: 100%;
    padding-top: 56%;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.home-service-title {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 20px;
    padding: 1.38vw;
}
.home-service-table {
    display: table;
    width: 100%;
    height: 100%;
}
.home-service-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}


#service-table {
    display: table;
    width: 100%;
    direction: rtl;
}
#service-row {
    display: table-row;
}
#service-content-column,
#service-sidebar-column {
	display: table-cell;
    direction: ltr;
	vertical-align: top;
	position: relative;
}
#service-sidebar-column {
	background-color: #009f81;
	width: 300px;
	padding: 40px 30px 80px;
}
ul#sidebar-service-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul#sidebar-service-list li {
	line-height: 19px;
	margin-bottom: 15px;
}
ul.sidebar-service-children,
ul#sidebar-service-list > li >ul {
    margin: 10px 0;
    padding: 0 0 0 20px;
    list-style: none;
    border-left: solid 1px #FFF;
    border-color: rgba(255,255,255,.5);
}
ul#sidebar-service-list li ul.sidebar-service-children li,
ul#sidebar-service-list > li > ul > li {
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 10px;
}
ul#sidebar-service-list li ul.sidebar-service-children li:last-child,
ul#sidebar-service-list > li > ul > li:last-child {
    margin: 0;
}
ul.sidebar-service-grandchildren,
ul#sidebar-service-list > li > ul > li > ul {
    margin: 10px 0;
    padding: 0 0 0 5px;
    list-style: none;
}
ul#sidebar-service-list li ul.sidebar-service-grandchildren li,
ul#sidebar-service-list > li > ul > li > ul > li {
    font-size: 10px;
	font-weight: 500;
    line-height: 12px;
    margin: 0 0 10px;
}
ul#sidebar-service-list li ul.sidebar-service-grandchildren li:last-child,
ul#sidebar-service-list > li > ul > li > ul > li:last-child {
    margin: 0;
}
#service-content-column .entry-header {
    padding: 40px 60px 50px;
}
#service-content-column .entry-content {
    padding: 0 60px 100px;
}
#service-entry-content-table {
    display: table;
    width: 100%;
}
#service-entry-content-row {
    display: table-row;
}
#service-info-column,
#service-entry-content-column {
	display: table-cell;
	vertical-align: top;
}
#service-info-column {
	width: 240px;
	border-left: 1px solid #cccccc;
	padding-left: 40px;
	margin: 0 0 100px;
}
#service-entry-content-column {
    padding-right: 40px;
}
#service-info-column h3 {
    margin: 0 0 20px;
	color: #002b54;
}
#service-info-column p {
    font-size: 14px;
    line-height: 20px;
}
#service-info-column ul {
    font-size: 14px;
	list-style: none;
	padding: 0;
}
#service-info-column a {
	color: #006bb5;
}
#service-info-column a:hover {
	color: #009f81;
}
@media only screen and (max-width : 1000px) {
	#service-content-column .entry-header {
		padding: 40px 50px 50px;
	}
	#service-content-column .entry-content {
		padding: 0 50px 100px;
	}
	#top-level-service-list {
		padding: 40px 20px;
	}
	#service-table {
		display: block;
		direction: ltr;
	}
	#service-row,
	#service-content-column,
	#service-sidebar-column {
   		display: block;
	}
	#service-sidebar-column {
		width: auto;
	}
	#service-entry-content-table,
	#service-entry-content-row,
	#service-info-column,
	#service-entry-content-column {
		display: block;
	}
	#service-entry-content-column {
		padding-right: 0px;
	}
	#service-info-column {
		width: auto;
		border-left: none;
		border-top: 1px solid #cccccc;
		padding-top: 40px;
		padding-left: 0px;
		margin: 50px 0 0;
	}
}
@media only screen and (max-width : 800px) {
	#service-content-column .entry-header {
		padding: 40px 20px 50px;
	}
	#service-content-column .entry-content {
		padding: 0 20px 100px;
	}
	#top-level-service-list {
		padding: 40px 0px;
	}
}
@media only screen and (max-width : 700px) {
    .home-service {
        width: 50%;
        padding: 20px;
        padding: 2.9vw;
    }
    .home-service a {
        font-size: 4vw;
    }
    .home-service-title {
        padding: 20px;
        padding: 2.9vw;
    }
}
@media only screen and (max-width : 600px) {
	#top-level-service-list {
		padding: 40px 30px;
	}
	.top-level-service {
		display: block;
		width: 100%;
		vertical-align: top;
		padding: 2.4vw 0;
	}
	.top-level-service a {
		font-size: 6.85vw;
	}
}


/* =Patient Centre
-------------------------------------------------------------- */

#patient-centre-sections section {
    position: relative;
    width: 100%;
    padding-left: 50%;
}
.pc-hero-image {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.pc-hero-image-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}
.pc-hero-image img {
    width: 100%;
    height: 100%;
	object-fit: cover;
	opacity: 0;
}
.pc-hero-image h1 {
    position: absolute;
    bottom: 40px;
    bottom: 2.8vw;
    left: 40px;
    left: 2.8vw;
    font-size: 70px;
	font-size: 4.9vw;
    line-height: 1.1em;
    margin: 0;
	color: #FFF;
}
.pc-hero-image.black h1 {
	color: #002B54;
}
.pc-content {
	padding: 40px 80px 60px;
	position: relative;
	width: 100%;
	height: 100%;
}
.pc-section-header {
    position: relative;
    height: 60px;
    border-bottom: solid 1px #CCC;
	margin-bottom: 50px;
}
.pc-nav {
    position: absolute;
    bottom: 10px;
    right: 0px;
    font-size: 0px;
}
.pc-nav a {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border: solid 2px;
    border-radius: 100%;
}
.pc-nav a.black {
	border-color: #000;
}
.pc-nav a.green {
	border-color: #185757;
}
.pc-nav a.blue {
	border-color: #002b54;
}
.pc-nav a.red {
	border-color: #962b3c;
}
.pc-nav a.yellow {
	border-color: #9f8335;
}
.pc-content a {
	color: #006bb5;
}
.pc-nav a.black.current-section {
	border-color: #7f7f7f;
	background-color: #7f7f7f;
}
.pc-nav a.green.current-section {
	border-color: #009f81;
	background-color: #009f81;
}
.pc-nav a.blue.current-section {
	border-color: #006bb5;
	background-color: #006bb5;
}
.pc-nav a.red.current-section {
	border-color: #c02f2d;
	background-color: #c02f2d;
}
.pc-nav a.yellow.current-section{
	border-color: #f68e37;
	background-color: #f68e37;
}
.pc-content a {
	color: #006bb5;
}
.pc-content ul {
	font-size: 16px;
	line-height: 18px;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.pc-content li {
	margin-bottom: 10px;
}
.pc-content h2 {
    font-size: 28px;
    font-weight: normal;
}
.pc-content h3 {
    text-align: center;
    margin: 50px 0 40px;
    font-size: 24px;
}
.pc-next-arrow,
.pc-top-arrow{
	font-size: 30px;
	font-family: 'Precision Icons';
	position: absolute;
	bottom: 0px;
    right: 25%;
    margin-right: -45px;
}
.pc-next-arrow:before {
    content: '\e90d';
}
.pc-top-arrow:before {
    content: '\e90e';
}
.pc-next-arrow.black,
.pc-top-arrow.black {
	color: #7f7f7f;
}
.pc-next-arrow.green,
.pc-top-arrow.green {
	color: #009f81;
}
.pc-next-arrow.blue,
.pc-top-arrow.blue {
	color: #006bb5;
}
.pc-next-arrow.red,
.pc-top-arrow.red {
	color: #c02f2d;
}
.pc-next-arrow.yellow,
.pc-top-arrow.yellow {
	color: #f68e37;
}

@media only screen and (max-width : 900px) {
	#patient-centre-sections section {
		padding-left: 0;
	}
	.pc-hero-image {
		width: 100%;
		height: auto;
		padding-top: 40%;
		position: relative;
	}
	.pc-hero-image h1 {
		font-size: 8vw;
	}
	.pc-content {
		padding: 40px 40px 60px;
	}
	.pc-next-arrow,
	.pc-top-arrow {
		right: 50%;
	}
}
@media only screen and (max-width : 600px) {
	.pc-hero-image {
		padding-top: 70%;
	}
	.pc-hero-image h1 {
		font-size: 10vw;
	}
	.pc-content {
		padding: 30px 20px 40px;
	}
}


/* =Physicians
-------------------------------------------------------------- */

.page-template-page-physicians-landing article.page {
	background-color: #fafafa;
	box-shadow: 0 3px 3px rgba(0,0,0,.15);
}
#specialty-selectors {
    padding: 40px 10%;
	font-size: 0px;
	text-align: center;
}
#specialty-selectors a {
    background-color: #009F81;
    color: #FFF;
    display: inline-block;
    margin: 0 15px 30px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
}
#specialty-selectors a:hover {
	background-color: #185757;
}
#specialty-selectors a.current-specialty {
    background-color: #006bb5;
}
#specialty-selectors a.current-specialty:hover {
	background-color: #002b54;
}
#physicians-list {
    padding: 0 80px 100px;
	font-size: 0px;
	text-align: center;
}
a.physician-list-item {
	vertical-align: top;
    display: inline-block;
    width: 17%;
    margin: 0 4% 8%;
	padding: 1%;
	font-size: 16px;
	text-align: left;
}
#physician-content-column a.physician-list-item {
    width: 21%;
    margin: 0 6% 10%;
}
a.physician-list-item:hover {
	background-color: #009F81;
}
.physician-thumb-wrapper {
    width: 100%;
    padding-top: 120%;
    position: relative;
	margin-bottom: 10px;
	display: block;
}
.physician-thumb {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
	background-size: cover;
	background-position: top center;
	display: block;
}
.physician-thumb img {
	display: block;
	object-fit: cover;
	object-position: top center;
    width: 100%;
    height: 100%;
	opacity: 0;
}
.physician-list-name {
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 24px;
	font-size: 1.7vw;
    line-height: 1.2em;
	color: #002b54;
	display: block;
}
.physician-list-accred,
.physician-list-title {
    color: #185757;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
	display: block;
}
a.physician-list-item:hover .physician-list-name,
a.physician-list-item:hover .physician-list-accred,
a.physician-list-item:hover .physician-list-title {
	color: #FFF;
}
#physician-specialty-list {
	font-size: 0px;
}


#physician-table {
    display: table;
    width: 100%;
    direction: rtl;
}
#physician-row {
    display: table-row;
}
#physician-content-column,
#physician-sidebar-column {
	display: table-cell;
    direction: ltr;
	vertical-align: top;
	position: relative;
}
#physician-sidebar-column {
	background-color: #009f81;
	width: 300px;
	padding: 40px 30px 80px;
	color: #FFF;
}
#physician-sidebar-column h3 {
	margin: 0 0 20px;
    color: #FFF;
    font-size: 20px;
    line-height: 20px;
}
#physician-sidebar-column a {
	color: #FFF;
}
ul#sidebar-physicians-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul#sidebar-physicians-menu li {
	line-height: 19px;
	margin-bottom: 15px;
}
ul#sidebar-physicians-menu li a {
	color: #FFF;
}
ul.sub-menu {
    margin: 10px 0;
    padding: 0 0 0 20px;
    list-style: none;
    border-left: solid 1px #FFF;
    border-color: rgba(255,255,255,.5);
}
ul#sidebar-physicians-menu li ul.sub-menu li {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 10px;
}
ul#sidebar-physicians-menu li ul.sub-menu li:last-child {
    margin: 0;
}
#physician-content-column .entry-header {
    padding: 40px 60px 50px;
}
.physician-accred,
.physician-title {
    color: #185757;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
#physician-content-column .entry-content {
    padding: 0 60px 100px;
}
#physician-entry-content-table {
    display: table;
    width: 100%;
    direction: rtl;
}
#physician-entry-content-row {
    display: table-row;
}
#physician-info-column,
#physician-entry-content-column {
	display: table-cell;
    direction: ltr;
	vertical-align: top;
}
#physician-info-column {
	width: 240px;
	border-left: 1px solid #cccccc;
	padding-left: 40px;
	margin: 0 0 100px;
}
#physician-entry-content-column {
	padding-right: 40px;
}
#physician-info-column img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
#physician-locations {
	font-size: 14px;
}
#physician-locations h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #002b54;
	text-transform: uppercase;
	margin: 0;
}
#physician-locations strong {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #185757;
	text-transform: uppercase;
	display: block;
	margin-top: 10px;
}
.physician-info-sidebar-button {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 30px;
	color: #FFF;
	text-align: center;
    background-color: #006bb5;
}
.physician-info-sidebar-button:hover {
    background-color: #009F81;
}
#specialty-selectors-drop-wrapper {
	display: none;
	margin: 40px 20px;
    border: solid 2px #009f81;
    position: relative;
}
#specialty-selectors-drop-display {
    color: #002b54;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 34px;
    padding: 0 46px 0 10px;
}
#specialty-selector-drop-grip {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 36px;
	height: 34px;
	background-color: #009f81;
}
#specialty-selector-drop-grip:before {
	top: 2px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #FFF;
	border-width: 6px 4px;
    margin-left: -3px;
}
#specialty-selector-drop-grip:after {
	bottom: 2px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #FFF;
	border-width: 6px 4px;
    margin-left: -3px;
}
#specialty-selectors-drop-options {
    display: none;
    position: absolute;
	z-index: 10;
	background-color: #FFF;
    top: -2px;
    left: -2px;
    right: -2px;
    border: solid 2px #002b54;
}
#specialty-selectors-drop-options a {
    display: block;
	color: #002b54;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 34px;
	padding: 0 10px;
	cursor: pointer;
}
#specialty-selectors-drop-options a:hover {
	color: #FFF;
	background-color: #009f81;
}
#specialty-selectors-drop-options a.selected-specialty {
	color: #FFF;
	background-color: #006bb5;
}
#specialty-selectors-drop-options a.selected-specialty:hover {
	color: #FFF;
	background-color: #002b54;
}
@media only screen and (max-width : 1100px) {
	#physicians-list {
		padding: 0 0 100px;
	}
	a.physician-list-item {
		width: 18%;
		margin: 0 3.5% 8%;
	}
}
@media only screen and (max-width : 1000px) {
	#physician-table {
		display: block;
		direction: ltr;
	}
	#physician-row,
	#physician-content-column,
	#physician-sidebar-column {
   		display: block;
	}
	#physician-sidebar-column {
		width: auto;
	}
	#physician-entry-content-table,
	#physician-entry-content-row {
		display: block;
	}
	#physician-content-column .entry-header {
		padding: 40px 50px 50px;
	}
	#physician-content-column .entry-content {
		padding: 0 50px 100px;
	}
}
@media only screen and (max-width : 900px) {
	a.physician-list-item,
	#physician-content-column a.physician-list-item {
		width: 20%;
		margin: 0 2.5% 8%;
	}
	.physician-list-name {
		font-size: 2.1vw;
	}
}
@media only screen and (max-width : 800px) {
	#physician-content-column .entry-header {
		padding: 40px 20px 50px;
	}
	#physician-content-column .entry-content {
		padding: 0 20px 100px;
	}
}
@media only screen and (max-width : 700px) {
	a.physician-list-item,
	#physician-content-column a.physician-list-item {
		width: 28%;
	}
	.physician-list-name {
		font-size: 2.8vw;
	}
	#physician-entry-content-table,
	#physician-entry-content-row,
	#physician-info-column,
	#physician-entry-content-column {
		display: block;
	}
	#physician-entry-content-column {
		padding-right: 0px;
	}
	#physician-info-column {
		width: auto;
		border-left: none;
		border-top: 1px solid #cccccc;
		padding-top: 40px;
		padding-left: 0px;
		margin: 0 0 50px;
	}
	#physician-info-column img {
		width: auto;
		max-width: 100%;
		margin: 0 auto 30px;
	}
	#physician-locations {
		text-align: center;
	}

}
@media only screen and (max-width : 600px) {
	a.physician-list-item,
	#physician-content-column a.physician-list-item {
		width: 45%;
	}
	.physician-list-name {
		font-size: 4.8vw;
	}
	#specialty-selectors {
		display: none;
	}
	#specialty-selectors-drop-wrapper {
		display: block;
	}
}


/* =Contact
-------------------------------------------------------------- */

.page-template-page-contact article.page {
	background-color: #fafafa;
	box-shadow: 0 3px 3px rgba(0,0,0,.15);
	padding: 0 0 0 47%;
	position: relative;
}
#map-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 53%;
    bottom: 0px;
}
#map-canvas {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
#map-controls {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}
#map-controls a {
    display: block;
    width: 30px;
    height: 30px;
    margin-bottom: 20px;
    line-height: 30px;
    background-color: #FFF;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    border-radius: 100%;
	color: #006bb5;
}
a#zoom-out {
    line-height: 26px;
}
#map-controls a:hover {
	color: #FFF;
	background-color: #002b54;
}
.page-template-page-contact .entry-header {
    padding: 40px 60px 50px;
}
.page-template-page-contact .entry-content {
    padding: 0 60px 40px;
}
#location-list {
    padding: 90px 80px;
}
#location-list h2 {
    font-size: 28px;
    font-weight: normal;
    margin: 0;
}
ul.location-table {
    margin: 0;
    padding: 60px 0;
    list-style: none;
	font-size: 0px;
}
ul.location-table li {
	margin-bottom: 40px;
	display: inline-block;
	width: 33.33%;
	padding-right: 60px;
	vertical-align: top;
}
ul.location-table h4 {
    margin: 0;
    font-size: 20px;
}
ul.location-table p {
    margin: 0;
}
ul.location-table a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    color: #006bb5;
}
ul.location-table a:hover {
	color: #009F81;
}
.location-list-separator {
	height: 1px;
	background-color: #CCC;
	margin-bottom: 70px;
}


@media only screen and (max-width : 900px) {
	.page-template-page-contact article.page {
		padding: 0;
	}
	#map-wrapper {
		position: relative;
		padding-top: 50%;
	}
	#location-list {
		padding: 90px 40px;
	}
	ul.location-table li {
		width: 50%;
		padding-right: 30px;
	}
}
@media only screen and (max-width : 800px) {
	.page-template-page-contact .entry-header {
		padding: 40px 20px 50px;
	}
	.page-template-page-contact .entry-content {
		padding: 0 20px 40px;
	}
}
@media only screen and (max-width : 600px) {
	#location-list {
		padding: 90px 0 90px 20px;
	}
	ul.location-table li {
		width: 50%;
		padding-right: 20px;
	}
}
@media only screen and (max-width : 500px) {
	#location-list {
		padding: 90px 20px;
	}
	ul.location-table li {
		width: 100%;
		display: block;
		padding-right: 0;
	}
}


/* =Seminars
-------------------------------------------------------------- */

h2#seminar-list-heading {
    font-size: 28px;
    margin: 0 0 25px;
    font-weight: normal;
    padding: 0 100px;
}
#seminar-list {
    font-size: 0px;
    padding: 0 50px 100px;
}
.seminar-list-item {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 50px 50px;
    font-size: 16px;
}
.seminar-list-item h3 {
    font-size: 24px;
    font-size: 1.7vw;
    font-weight: normal;
    line-height: 1.1em;
	margin: 0;
}
.seminar-list-date,
.seminar-date {
    color: #002B54;
    font-weight: 600;
    font-size: 20px;
}
.seminar-list-location,
.seminar-list-time,
.seminar-location,
.seminar-time{
    color: #002B54;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.seminar-list-link {
    text-align: center;
	font-size: 0px;
	padding-top: 20px;
}
.seminar-list-link a,
a.seminar-invite-button {
    display: inline-block;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #006bb5;
    line-height: 40px;
    padding: 0 30px;
	cursor: pointer;
}
.seminar-list-link a:hover,
a.seminar-invite-button:hover {
	background-color: #009f81;
}

@media only screen and (max-width : 1100px) {
	.seminar-list-item h3 {
		font-size: 2.2vw;
	}
	.seminar-list-date {
		font-size: 16px;
	}
}
@media only screen and (max-width : 1000px) {
	h2#seminar-list-heading {
		padding: 0 50px;
	}
	#seminar-list {
		padding: 0 0 100px;
	}
	.seminar-list-item h3 {
		font-size: 2.8vw;
	}
	.seminar-list-date {
		font-size: 20px;
	}
}
@media only screen and (max-width : 800px) {
	h2#seminar-list-heading {
		padding: 0 20px;
	}
	.seminar-list-item {
		padding: 50px 20px;
	}
	.seminar-list-date {
		font-size: 16px;
	}
}
@media only screen and (max-width : 700px) {
	.seminar-list-item h3 {
		font-size: 5vw;
	}
	.seminar-list-item {
		display: block;
		width: 100%;
	}
}
@media only screen and (max-width : 400px) {
	.seminar-list-item h3 {
		font-size: 7vw;
	}
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
	clear: both;
	display: block;
	width: 100%;
	padding: 50px 50px 30px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #002B54;
	color: #FFF;
}
#colophon a {
	color: #FFF;
}
#colophon h6 {
	margin: 0 0 20px;
	color: #FFF;
	font-size: 18px;
}
#colophon p {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
#footer-column-1,
#footer-column-2 {
    width: 50%;
    float: left;
}
#footer-column-1:after,
#footer-column-2:after {
	content: '';
	clear: both;
	display: block;
}
#footer-bottom-bar {
    clear: both;
	padding-top: 50px;
}
#footer-social {
    float: right;
	text-align: right;
	font-size: 0px;
}
#footer-social a {
	font-family: 'Precision Icons';
	font-size: 18px;
	display: inline-block;
}
a.facebook:before {
	content: '\e900';
}
a.twitter:before {
	content: '\e901';
}

@media only screen and (max-width : 1000px) {
	#footer-bottom-bar {
		text-align: center;
	}
	#footer-social {
		float: none;
		text-align: center;
		font-size: 0px;
		margin-bottom: 30px;
	}
}
@media only screen and (max-width : 900px) {
	#colophon {
		position: static;
		bottom: auto;
		left: auto;
		right: auto;
	}
	#footer-column-1,
	#footer-column-2 {
		width: 100%;
		float: none;
	}
	#footer-column-1 {
		margin-bottom: 50px;
	}
}
@media only screen and (max-width : 500px) {
	#colophon,
	#colophon h6 {
		text-align: center;
	}
}
