/*
Theme Name: Kansas Heart Hospital
Author: cb{d}
Author URI: http://cbdwichita.com
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

/* ---------------------------------------------------------
   1. General reset
   2. Common site styles
   3. Custom Select styles
   ---------------------------------------------------------*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

textarea, input { outline: none; }


.fancybox-title-float-wrap .child {
	white-space: normal !important;
	line-height: 15px !important;
}
/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}


.site-map .sub-menu {
	margin-top: 15px;
}
/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot?kt2ise");
	src: url("fonts/icomoon.eot?kt2ise#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?kt2ise") format("truetype"), url("fonts/icomoon.woff?kt2ise") format("woff"), url("fonts/icomoon.svg?kt2ise#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-down:before {
	content: "\e90a";
}

.icon-minus:before {
	content: "\e90b";
}

.icon-plus:before {
	content: "\e90c";
}

.icon-right:before {
	content: "\e90d";
}

.icon-fb:before {
	content: "\e900";
}

.icon-gplus:before {
	content: "\e901";
}

.icon-instagram:before {
	content: "\e902";
}

.icon-linkedin:before {
	content: "\e903";
}

.icon-pin:before {
	content: "\e904";
}

.icon-play:before {
	content: "\e905";
}

.icon-print:before {
	content: "\e906";
}

.icon-tel:before {
	content: "\e907";
}

.icon-tweet:before {
	content: "\e908";
}

.icon-youtube:before {
	content: "\e909";
}

ul,
ol,
.link-holder,
.link-block,
#nav > ul,
.meet-phycians .physicians,
.physician-list,
.jcf-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.container:after,
.block .image-text-holder:after,
.block .text-icon-holder:after,
.block .video-text-holder:after,
.contact-form .row:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

/* ---------------------------------------------------------
   1. General reset
   ---------------------------------------------------------*/

html {
	box-sizing: border-box;
	height: 100%;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

/*
 * set default text color
 * set default font size, line height and font family
 * set default background
 */

body {
	color: #555;
	background: #fff;
	font: 17px / 1.529 "Gotham SSm A", "Gotham SSm B", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 100%;
	display: table;
	width: 100%;
	table-layout: fixed;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.529em;
}

blockquote {
	font: 300 27px/30px "Roboto", "Helvetica", sans-serif;
	padding: 0 .5em;
	margin: 20px 1.529em;
	color: #031d41;
}

@media(max-width:1023px) {
	
	blockquote {
		font: 300 20px/23px "Roboto", "Helvetica", sans-serif;
	}
}

@media(max-width:767px) {
	
	blockquote {
		font: 300 17px/20px "Roboto", "Helvetica", sans-serif;
	}
}

th,
td {
	border: 1px solid #555;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding: 0;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding: 0;
	margin: 0;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #555;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #555;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #555;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #555;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #555;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #555;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

a[href^="tel:"]{
	white-space: nowrap;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.widget {
	margin-bottom: 1.529em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 300px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #000;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.529em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.529em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.529em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.529em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	background: #000;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation-single {
	margin-bottom: 1.529em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 50%;
	background: #000;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #555;
	padding: .4em;
	margin-bottom: 1.529em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.529em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}


@media(min-width:768px) {
.alignleft {
	float: left;
	margin: 0 1.529em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.529em;
}
}

.mejs-container {
	margin-bottom: 1.529em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Roboto", "Helvetica", sans-serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 45px;
}

h2,
.h2 {
	font-size: 40px;
}

h3,
.h3 {
	font-size: 27px;
}

h4,
.h4 {
	font-size: 22px;
}

h5,
.h5 {
	font-size: 20px;
}

h6,
.h6 {
	font-size: 19px;
}

p {
	margin: 0 0 23px;
}

a {
	color: #16a8bd;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #031d41;
}
.shadow {
	box-shadow: 19px 19px 38px 7px rgba(0, 0, 0, .16);
}
/* ---------------------------------------------------------
   2. Common site styles
   ---------------------------------------------------------*/

/* heading styles */

h1 {
	line-height: 54px;
	font-weight: 300;
	font-style: italic;
	color: #031d41;
	margin: 0 0 12px;
	letter-spacing: 1px;
}

h2 {
	line-height: 49px;
	font-weight: 300;
	font-style: italic;
	color: #177e90;
	letter-spacing: 1px;
	margin: 0 0 17px;
}

h3 {
	line-height: 33px;
	font-weight: 300;
	color: #031d41;
	margin: 0 0 16px;
	letter-spacing: 1px;
}

h4 {
	line-height: 26px;
	font-weight: 300;
	font-style: italic;
	color: #177e90;
	margin: 0 0 5px;
}

h5 {
	line-height: 24px;
	font-weight: 300;
	color: #031d41;
	margin: 0 0 25px;
}

h6 {
	line-height: 23px;
	font-weight: 300;
	font-style: italic;
	color: #177e90;
	margin: 0 0 28px;
}

/* input styles */

input[type=text],
input[type=email],
input[type=tel],
input[type=search],
input[type=password],
textarea {
	width: 100%;
	height: 40px;
	border: 1px solid #73d5f0;
	background: #fff;
	margin: 0;
	padding: 5px 13px;
	color: #031d41;
	font: italic 10px/13px "Roboto", "Helvetica", sans-serif;
	letter-spacing: 1px;
	text-transform: none;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #031d41;
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #031d41;
}

input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #031d41;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #031d41;
}

input[type=text].placeholder,
input[type=email].placeholder,
input[type=tel].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
textarea.placeholder {
	color: #031d41;
}

textarea {
	height: 200px;
	min-height: 200px;
}

.comment-form input[type=submit],
.search-form input[type=submit],
.post-password-form input[type=submit],
input[type=submit], input[type=button] {
	font: 500 italic 9px/14px "Roboto", "Helvetica", sans-serif;
	color: #16a8bd;
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-decoration: underline;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	letter-spacing: 1px;
}

.comment-form input[type=submit]:hover,
.search-form input[type=submit]:hover,
.post-password-form input[type=submit]:hover,
input[type=submit]:hover {
	color: #031d41;
}

.search-form input[type=submit],
.post-password-form input[type=submit] {
	padding: 16px 0 0;
}

.wp-caption {
	max-width: 193px;
	padding: 0;
	border: 0;
}

.wp-caption img {
	border: 1px solid #7ad7f1;
}

.wp-caption .wp-caption-text {
	background: #f8fdff;
	font-size: 9px;
	line-height: 11px;
	font-style: italic;
	color: #555;
	padding: 4px 7px;
}

@media(min-width:768px) {
.alignleft {
	margin: 0 12px 10px 0;
}

.alignright {
	margin: 0 0 10px 24px;
}
}

ul {
	line-height: 13px;
	margin: 0 0 15px;
}

ul > li {
	position: relative;
	padding: 0 0 7px 30px;
}

ul > li:before {
	width: 3px;
	height: 3px;
	content: "";
	background: #73d5f0;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 24px;
}

ul > li:last-child {
	padding-bottom: 0;
}

ul ol > li {
	padding: 0 0 7px 40px;
}

ol {
	line-height: 13px;
	margin: 0 0 15px;
}

ol > li {
	position: relative;
	padding: 0 0 7px 35px;
}

ol > li:last-child {
	padding-bottom: 0;
}

ol {
	counter-reset: item;
}

ol > li {
	position: relative;
}

ol > li:before {
	content: counters(item, ".", decimal) ".";
	counter-increment: item;
	font-size: 10px;
	line-height: 15px;
	color: #73d5f0;
	position: absolute;
	top: 0;
	left: 21px;
	margin: 0;
}

ol ol li {
	padding: 0 0 7px 40px;
}

ol ol ol li {
	padding: 0 0 7px 50px;
}

ol ol ol ol li {
	padding: 0 0 7px 55px;
}

ol ol ol ol ol li {
	padding: 0 0 7px 60px;
}

address {
	font: 300 10px/15px "Roboto", "Helvetica", sans-serif;
	color: #fff;
	font-style: normal;
	margin: 0;
	padding: 0 0 0 18px;
	text-transform: uppercase;
	position: relative;
	letter-spacing: .7px;
}

address:before {
	content: "\e904";
	font-family: "icomoon";
	position: absolute;
	top: 0;
	left: 4px;
	color: #15a0b4;
	font-size: 14px;
}

address a {
	color: #fff;
	display: table;
	padding: 0;
	margin: 5px 0 0;
	position: relative;
	text-decoration: none;
}

address a:before {
	content: "\e907";
	font-family: "icomoon";
	position: absolute;
	top: 0;
	left: -12px;
	color: #15a0b4;
	font-size: 13px;
}

address a:hover {
	color: #ddd;
}

.play-btn {
	font: 500 italic 8px/12px "Roboto", "Helvetica", sans-serif;
	color: #fff;
	background: #16a8bd;
	border-radius: 25px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 4px 5px 4px 20px;
	width: 125px;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	letter-spacing: 1px;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.play-btn span {
	text-decoration: underline;
}

.play-btn:before {
	content: "\e905";
	font-family: "icomoon";
	font-size: 10px;
	font-style: normal;
	position: absolute;
	top: 5px;
	left: 8px;
	color: #73d5f0;
	text-decoration: none;
	bottom: 0;
}

.play-btn:before a {
	text-decoration: none;
}

.play-btn:hover {
	background: #0f535f;
	color: #fff;
	text-decoration: none;
}

.play-btn:hover span {
	text-decoration: underline;
}

.link-holder {
	font: 500 italic 9px/14px "Roboto", "Helvetica", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	overflow: hidden;
}

.link-holder li {
	float: left;
	margin: 0 16px 5px 0;
	padding: 0;
}

.link-holder li:before {
	display: none;
}

.link-holder a {
	text-decoration: underline;
}

.link-holder .active a {
	color: #031d41;
}

.link {
	font: 500 italic 9px/22px "Roboto", "Helvetica", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.single-image {
	margin: 0 -10px 36px;
	box-shadow: 19px 19px 38px 7px rgba(0, 0, 0, .16);
}

.two-images {
	text-align: center;
	padding: 0 0 15px;
	margin: 0 -35px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -3px;
}

.two-images li {
	display: inline-block;
	vertical-align: top;
	padding: 0 4px;
	width: 36%;
}

.two-images li:before {
	display: none;
}

.two-images li:last-child {
	margin: 16px 0 0;
	width: 54%;
}

.two-images img {
	box-shadow: 19px 19px 38px 7px rgba(0, 0, 0, .16);
}

.three-images {
	text-align: center;
	margin: 13px -15px 24px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -3px;
}

.three-images li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 3px;
	width: 27%;
}

.three-images li:nth-child(2) {
	width: 46%;
}

.three-images li:before {
	display: none;
}

.three-images img {
	box-shadow: 19px 19px 38px 7px rgba(0, 0, 0, .16);
}

/* wrapper styles */

#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
	
}

/* container styles */

.container {
	margin: 0 auto;
	padding: 0 17px;
	max-width: 1040px;
}

.topbar {
	padding: 5px 0;
	background: #0f535f;
}

.topbar address {
	float: left;
	max-width: 700px;
}

.home .intro {
	display: none;
	background-size: cover;
	background-position: 50% 0;
	min-height: 230px;
}

.home .intro:before {
	content: "";
	background: rgba(3, 29, 65, .51);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.home .intro.mobile-visible {
	display: block;
	padding: 57px 0 0;
	border-bottom: 1px solid #26717c;
	position: relative;
}

.home .intro .container {
	position: relative;
	z-index: 1;
	color: #fff;
	text-align: center;
}

.home .intro .logo {
	margin: 50px 0 14px;
	opacity: .5;
}

.home .intro address {
	display: inline-block;
	vertical-align: top;
	font: 22px/32px "Roboto", "Helvetica", sans-serif;
	text-transform: none;
	letter-spacing: 0;
	padding: 0 0 0 39px;
}

.home .intro address:before {
	font-size: 33px;
}

.home .intro address a {
	padding: 0 0 0 27px;
	margin: 0 0 0 37px;
}

.home .intro address a:before {
	font-size: 32px;
	top: -3px;
}

.home #header .logo {
	padding: 14px 0;
	width: 163px;
}

.home #nav {
	max-width: 960px;
}

.home #nav > ul > li > a {
	padding: 10px 18px;
}

.home #nav ul ul {
	letter-spacing: 1px;
}

.home main {
	padding-bottom: 0;
}

.home #footer {
	border-top: 0;
}

.home #wrapper {
	border-bottom: 0;
}

.intro {
	padding: 0 0 19px;
}

.intro .image-holder {
	max-height: 321px;
	overflow: hidden;
}

.intro .image-holder img {
	width: 100%;
	height: auto;
}

/* main styles */

main {
	padding: 68px 0 79px;
}

main .image {
	border: 1px solid #7ad7f1;
	max-width: 172px;
}

/* header styles */

#header {
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 9999;
}

#header .logo {
	float: left;
	padding: 14px 0;
	width: 163px;
}

#header.fixed-position {
	right: 0;
	left: 0 !important;
	box-shadow: 5px 5px 25px 10px rgba(0, 0, 0, .13);
}

#header.fixed-position .employee-menu {
	margin: -30px 0 0;
}

#header .other-info {
	padding: 12px 17px 21px;
	font: 300 italic 14px/19px "Roboto", "Helvetica", sans-serif;
	color: #fff;
}

#header .other-info a {
	color: #fff;
	text-decoration: none;
}

#header .other-info a:hover {
	color: #16a8bd;
}

#header .developedby {
	display: block;
	padding: 7px 0 0;
}

.link-block {
	font: 300 italic 16px/20px "Roboto", "Helvetica", sans-serif;
	text-transform: capitalize;
	letter-spacing: 0;
}

.link-block li {
	display: block;
	float: none;
	margin: 0 0 19px;
	padding: 0;
}

.link-block li:before {
	display: none;
}

.link-block a {
	color: #fff;
	text-decoration: none;
}

.link-block a:hover {
	color: #16a8bd;
}

/* nav styles */

#nav {
	max-width: 800px;
}

#nav > ul {
	font: 400 19px/22px "Roboto", "Helvetica", sans-serif;
	font-style: italic;
	text-transform: capitalize;
}

#nav > ul > li {
	padding: 0;
	position: relative;
}

#nav > ul > li:before {
	display: none;
}

#nav > ul > li > a {
	color: #fff;
	display: block;
	padding: 10px 18px;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
	text-decoration: none;
	border-bottom: 1px solid #a46934;
}

#nav > ul > li > a:hover {
	background: #a46934;
}

#nav > ul > li.active > a {
	background: #d3d2d1;
}

#nav > ul > li.hover ul {
	display: block;
}

#nav > ul > li.hover > a {
	background: #a46934;
}

#nav > ul > li:nth-last-child(2) ul,
#nav > ul > li:last-child ul {
	left: auto;
	right: 0;
/* 	text-align: right; */
}

#nav ul ul {
	width: 100%;
}

#nav ul ul li {
	padding: 0;
}

#nav ul ul li:before {
	display: none;
}

#nav ul ul a {
	display: block;
	background: rgba(113, 70, 36, .95);
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #a46934;
	padding: 14px 36px;
}

#nav ul ul a:hover {
	background: #a26834;
}

/* burger menu style */

.nav-opener {
	width: 29px;
	height: 31px;
	position: relative;
	text-indent: -9999px;
	overflow: hidden;
	display: none;
	position: absolute;
	top: 13px;
	right: 17px;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #16a8bd;
	position: absolute;
	top: 21px;
	left: 0;
	right: 0;
	height: 3px;
	margin-top: -2px; /* height/2 */
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	overflow: hidden;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 13px;
}

.nav-opener:after {
	top: 29px;
}

/* close button transition */

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-opener:hover {
	opacity: .9;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 18px;
	left: 0;
	right: 0;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-active .drop {
	opacity: 1;
	visibility: visible;
	height: 400px;
	overflow-y: scroll;
	max-width: 768px;
	z-index: 999;
}

.drop {
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: -1;
	background: #714624;
	-webkit-transition: opacity .25s linear;
	transition: opacity .25s linear;
	height: 0;
	overflow: hidden;
}

.nav-opener {
	display: block;
}

.employee-menu {
	font: 15px/20px "Roboto", "Helvetica", sans-serif;
	text-transform: uppercase;
	display: block;
}

.employee-menu.employee-active {
	display: block;
}

.employee-menu > li {
	padding: 0;
}

.employee-menu > li:before {
	display: none;
}

.employee-menu > li > a {
	color: #fff;
	text-decoration: none;
	background: #83522b;
	letter-spacing: 1px;
	padding: 8px 17px;
	display: block;
	position: relative;
	z-index: 99999;
	text-transform: capitalize;
	overflow: hidden;
}

.employee-menu > li > a:hover {
	background: #85552a;
}

.employee-menu .hover ul {
	display: block;
}

.employee-menu .hover > a {
	background: #85552a;
}

.employee-menu ul li {
	padding: 0;
}

.employee-menu ul li:before {
	display: none;
}

.employee-menu ul a {
	display: block;
	background: rgba(113, 70, 36, .95);
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #a46934;
	padding: 10px 37px;
}

.employee-menu ul a:hover {
	background: #a26834;
}

.meet-phycians {
	position: relative;
	background-size: cover;
	background-position: 50% 0;
	padding: 4px 0 28px;
	margin: 0 0 23px;
}

.meet-phycians:before {
	content: "";
	background: rgba(15, 83, 95, .88);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.meet-phycians .container {
	position: relative;
	z-index: 1;
	color: #fff;
}

.meet-phycians h1 {
	line-height: 50px;
	color: #fff;
	position: relative;
	padding: 0 0 7px;
	margin: 0 0 11px;
}

.meet-phycians h1:before {
	content: "";
	border-bottom: 1px solid #73d5f0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 115px;
}

.meet-phycians .physicians {
	font: 500 italic 10px/13px "Roboto", "Helvetica", sans-serif;
	text-transform: uppercase;
	padding: 3px 0 0 49px;
	letter-spacing: 2px;
}

.meet-phycians .physicians li {
	margin: 0 0 13px;
	padding: 0;
}

.meet-phycians .physicians li:last-child {
	margin: 0;
}

.meet-phycians .physicians li:before {
	display: none;
}

.meet-phycians .physicians a {
	color: #73d5f0;
	text-decoration: underline;
}

.meet-phycians .physicians a:hover {
	color: #fff;
}


   
.gform_wrapper ul li {
	padding-left: 0 !important;
}
.gform_wrapper ul li:before {
	content: none !important;
}

.gform_wrapper div.ginput_container_name span {
	padding-right: 0px;
	margin-right: 0px;

}
.gform_wrapper div.ginput_complex.ginput_container.gf_name_has_2 span {
	width: 48.5%;
}
.gform_wrapper .ginput_complex span.name_first {
	margin-right: 1.2%;
}

.gform_wrapper label.gfield_label {
	color: #177e90;
	font-weight: 300 !important;	
}
.gform_wrapper .ginput_complex label {
	color: #afafaf;
}

.gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer .button.gform_next_button {
	float: right;
	margin-right: 30px;
}
.gform_wrapper.gf_browser_safari .gfield_radio li input[type=radio] {
	margin-left: 1px;
}

.gform_wrapper .percentbar_blue {
	background: #177e90 !important;
}

/* block styles */

.block.margin-top {
	margin-top: 50px;
}

.block {
	margin-bottom: 50px;
}

@media(max-width:767px) {
	.block {
	margin-bottom: 20px;
}
}

.block.no-margin-bottom {
	margin-bottom: 0;
}

.block.image-block {
	background-size: cover;
	background-position: 50% 0;
	min-height: 453px;
	background-repeat: repeat-x;
	margin-bottom: 0;
}

.block.image-block h1 {
	max-width: 500px;
}

.block.image-block .content-holder {
	max-width: 730px;
	position: relative;
	top: -2px;
}

.block.image-block .content-holder h3 {
	margin: 0 0 10px;
	padding: 0 0 13px;
}

.block.image-block .content-holder h3:before {
	width: 224px;
	height: 1px;
	content: "";
	background: #b3eefe;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
}

.block.image-block .content-holder p {
	margin: 0 0 7px;
}

.block.lightbox {
	padding: 25px 0 0;
}

.block.announcement {
	background: url(images/bg-announcement.jpg);
	background-size: cover;
	margin: 23px 0 34px;
	padding: 20px 0 24px;
	color: #fff;
}

.block.announcement h1,
.block.announcement h3 {
	color: #fff;
}

.block.announcement h1 {
	letter-spacing: 0;
}

.block.announcement h3 {
	padding: 0 0 10px;
	margin: 0 0 11px;
}

.block.announcement .link:hover {
	color: #fff;
}

.block.bio {
	padding: 5px 0 0;
}

.block.bio .content-holder em {
	font-weight: 400;
}

.block.photo-gallery h3 {
	padding: 0;
}

.block.photo-gallery h3:before {
	display: none;
}

.block.expect-block {
	text-align: center;
	color: #fff;
	border-top: 1px solid #73d5f0;
	border-bottom: 1px solid #73d5f0;
	padding: 56px 0 48px;
	position: relative;
	background-position: 50% 0;
	background-size: cover;
	margin-bottom: 0;
}

.block.expect-block:before {
	content: "";
	background: rgba(3, 29, 65, .68);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.block.expect-block .container {
	position: relative;
	z-index: 1;
}

.block.expect-block h1,
.block.expect-block h3 {
	color: #fff;
}

.block.expect-block h1 {
	margin: 0;
}

.block.expect-block h3 {
	padding: 0;
	margin: 0 0 14px;
}

.block.expect-block h3:before {
	display: none;
}

.block.welcome-block {
	margin: 0 0 19px;
}

.block.welcome-block .container {
	max-width: 1174px;
}

.block.welcome-block .content-holder {
	overflow: visible;
}

.block.welcome-block .content-holder h3 {
	padding: 0 0 33px;
	margin: 0 0 30px;
}

.block.welcome-block .content-holder h3:before {
	width: 444px;
	height: 1px;
	content: "";
	background: #b3eefe;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
}

.block.bg-color {
	position: relative;
	margin-top: 100px;
	padding-top: 30px;
}

.block.bg-color:after {
	content: "";
	background: #f8fdff;
	position: absolute;
	top: -26px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	z-index: -1;
}

.block.bg-color:before {
	content: "";
	background: #73d5f0;
	height: 1px;
	position: absolute;
	top: -26px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	z-index: 1;
}

.block .video-holder {
	position: relative;
	border: 1px solid #73d5f0;
	box-shadow: 13px 13px 29px 0 rgba(0, 0, 0, .24);
	max-width: 146px;
}

.block .video-holder:before {
	content: "";
	background: rgba(3, 29, 65, .66);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
}

.block .video-holder a {
	display: block;
	position: relative;
	text-decoration: none !important;
}

.block .video-holder a:hover {
	opacity: .8;
}

.block .video-info {
	position: absolute;
	top: 50%;
	left: 7px;
	right: 7px;
	margin-top: -26px;
	font: 300 12px/14px "Roboto", "Helvetica", sans-serif;
	color: #fff;
	text-align: center;
	z-index: 1;
}

.block .video-info p {
	margin: 0 0 11px;
}

.block .content-holder {
	overflow: hidden;
}

.block .content-holder h3 {
	padding: 0;
	margin: -4px 0 4px;
}

.block .content-holder h3:before {
	display: none;
}

.block.nearby-hotels .content-holder h3 a {
	color: inherit;
	text-decoration: none;
}

.block.map-block .iframe-container {
  position: relative;
  height: 0;
  overflow: hidden;
  border: 1px solid #177e90 !important;
  padding-bottom: 56%;
}

.block.map-block .iframe-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block .content-holder p {
	margin: 0 0 2px;
}

.block .alignleft {
	margin: 0 16px 10px 0;
}

.block h1 {
	line-height: 28px;
	font-weight: 300;
	font-style: italic;
	color: #031d41;
	margin: 0;
}

.block h3 {
	line-height: 20px;
	padding: 0 0 15px;
	margin: 0 0 17px;
	position: relative;
}

.block h3:before {
	width: 225px;
	height: 1px;
	content: "";
	background: #b3eefe;
	position: absolute;
	bottom: 0;
	left: 0;
}

.block h3 strong {
	font-weight: 400;
}

.block .image-text-holder {
	padding: 10px 0 12px;
}

.block .image-text-holder.extra-space {
	padding: 10px 0 12px;
}

.block .image-holder {
	max-width: 100px;
}

.block .image-holder img {
	border: 1px solid #73d5f0;
	box-shadow: 13px 13px 29px 9px rgba(0, 0, 0, .1);
	width: 100%;
	height: auto;
}

.block .text-icon-holder {
	padding: 20px 0 4px;
}

.block .icon-holder {
	float: left;
	margin: 0 14px 0 0;
	max-width: 39px;
}

.block .video-text-holder {
	padding: 1px 0 20px;
}

.block .video-text-holder .video-holder {
	max-width: 170px;
	float: none;
}

.block .video-text-holder .video-holder a {
	position: relative;
}

.block .video-text-holder .video-holder a:before {
	content: "";
	background: rgba(3, 29, 65, .66);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
}

.block .video-text-holder .video-holder a:after {
	width: 94px;
	height: 79px;
	content: "";
	background: url(images/sprite.png) no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -39px 0 0 -45px;
	background-position: -637px 0;
}

.block .video-text-holder .alignleft {
	margin: 0 13px 10px 0;
}

.block .video-text-holder .content-holder {
	padding: 5px 0 0;
}

.block em {
	font-weight: 600;
}

.typography {
	padding: 0 0 23px;
}

.typography .link-holder {
	padding: 5px 0 0;
}

.accordion {
	font: 300 12px/14px "Roboto", "Helvetica", sans-serif;
	padding: 4px 0 25px;
	margin: 0;
}

.accordion li {
	padding: 0 0 18px;
}

.accordion li:before {
	display: none;
}

.accordion .opener {
	color: #031d41;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #73d5f0;
	padding: 0 30px 6px 0;
	position: relative;
}

.accordion .opener:after {
	content: "\e90c";
	font-family: "icomoon";
	position: absolute;
	bottom: 15px;
	right: 1px;
	font-size: 12px;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.accordion .opener:hover {
	color: #73d5f0;
}

.accordion .opener:hover:after {
	color: #73d5f0;
}

.accordion .active .opener:after {
	display: none;
}

.accordion .active .opener:before {
	width: 10px;
	height: 1px;
	content: "";
	background: #a29f9e;
	position: absolute;
	bottom: 9px;
	right: 0;
}

.accordion .slide {
	padding: 9px 16px 1px;
	margin: 0 0 5px;
	background: #f5f5f5;
	font: 400 10px/15px "Gotham SSm A", "Gotham SSm B", "Helvetica", sans-serif;
}

.accordion p {
	margin: 0 0 13px;
}

.testimonial {
	padding: 26px 0;
	position: relative;
}

.testimonial .icon-wrap {
	position: absolute;
	top: 27px;
	left: 0;
	width: 37px;
}

.testimonial .blockquote {
	border: 0;
	padding: 0 0 0 49px;
	margin: 0;
	position: relative;
}

.testimonial h3 {
	margin: 0 0 7px;
}

.testimonial p {
	margin: 0 0 26px;
}

.testimonial h3:before,
.testimonial h3:after,
.testimonial p:before,
.testimonial p:after {
	content: "\"";
}

.testimonial h4 {
	font-weight: 400;
	position: relative;
}

.testimonial h4:before {
	content: "-";
	display: inline-block;
	vertical-align: top;
	margin: -2px 7px 0 -3px;
}

.physician-list {
	font-size: 0;
	line-height: 0;
	letter-spacing: -3px;
	text-align: center;
	padding: 12px 0 0;
	margin: 0 0 29px;
	color: #646464;
	font-family: "Roboto", "Helvetica", sans-serif;
}

.physician-list li {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-size: 10px;
	line-height: 13px;
	letter-spacing: 0;
	padding: 0 45px 26px;
	font-weight: 300;
}

.physician-list li:before {
	display: none;
}

.physician-list img {
	border: 1px solid #73d5f0;
	margin: 0 0 18px;
	box-shadow: 13px 13px 29px 0 rgba(0, 0, 0, .1);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	max-width: 130px;
}

.physician-list h3 {
	padding: 0 !important;
	font-size: 14px;
	font-style: italic;
	margin: 0 0 3px;
}

.physician-list h3:before {
	display: none;
}

.physician-list p {
	margin: 0 0 5px;
}

.physician-list a:hover img {
	border: 1px solid #031d41;
}

.management-list {
	font-family: "Roboto", "Helvetica", sans-serif;
	font-weight: 300;
	padding: 6px 0 0;
	margin: 0 -14px 14px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -3px;
}

.management-list li {
	padding: 0 14px 2px;
	font-size: 10px;
	line-height: 13px;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.management-list li:before {
	display: none;
}

.management-list h3 {
	padding: 0 !important;
	margin: 0 0 3px;
	font-style: italic;
	min-height: 40px;
}

.management-list h3:before {
	display: none;
}

.blog-list {
	font-size: 0;
	line-height: 0;
	letter-spacing: -3px;
	padding: 7px 0 32px;
	text-align: center;
}

.blog-list .col {
	display: inline-block;
	vertical-align: top;
	width: 73.3%;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0;
	padding: 0 8px 2px;
	position: relative;
}

.blog-list .col > a {
	display: block;
	position: relative;
	border: 1px solid #73d5f0;
}

.blog-list .col > a:before {
	content: "";
	background: rgba(3, 29, 65, .75);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.blog-list .col > a:hover:before {
	background: rgba(22, 168, 189, .95);
}

.blog-list .blog-holder {
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	text-align: left;
	color: #fff;
	z-index: 2;
}

.blog-list h3 {
	color: #fff;
	padding: 0;
	margin: 0 0 15px;
	max-height: 130px;
	overflow: hidden;
}

.blog-list h3:before {
	display: none;
}

.blog-list .posted {
	font-style: italic;
	display: inline-block;
	margin: 0 0 3px;
}
.blog-list .blog-holder a {
	display: inline-block;
	margin-left: 3px;
}
.blog-list .blog-holder a:hover {
	color: #FFF;
}

.blog-list .link {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #73d5f0;
	text-decoration: underline;
}

.blog-list .link:hover {
	color: #73d5f0;
}

.blog-list .image-holder {
	max-width: none !important;
}

h3.posted_h3 a {
	text-decoration: none;
}

.contact-holder {
	overflow: hidden;
	padding: 8px 0 19px;
}

.contact-holder .map {
	box-shadow: 4px 8px 20px 6px rgba(0, 0, 0, .1);
	border: 1px solid #73d5f0;
	max-width: 224px;
	margin: 0 0 15px;
}

.contact-holder address {
	padding: 0;
}

.contact-holder address .address {
	color: #031d41;
	font: 300 14px/18px "Roboto", "Helvetica", sans-serif;
}

.contact-holder address:before {
	display: none;
}

.contact-holder address ul {
	font: 300 14px/18px "Roboto", "Helvetica", sans-serif;
	color: #031d41;
	text-transform: none;
	margin: 0 0 3px;
}

.contact-holder address li {
	padding: 5px 0 2px 22px;
	position: relative;
}

.contact-holder address li:before {
	display: none;
}

.contact-holder address li:after {
	content: "\e907";
	font-family: "icomoon";
	font-size: 17px;
	position: absolute;
	top: 5px;
	left: 1px;
	color: #16a8bd;
}

.contact-holder address a {
	color: #031d41;
	padding: 0;
	margin: 0;
}

.contact-holder address a:before {
	display: none;
}

.contact-holder address .fax:after {
	content: "\e906";
	font-size: 14px;
	left: 0;
}

.contact-holder address .address:after {
	content: "\e904";
	left: 0;
	top: 7px;
}

.contact-holder .link {
	color: #16a8bd;
	text-decoration: underline;
	margin: 0 0 0 3px;
	padding: 0;
}

.contact-holder .link:hover {
	color: #031d41;
}

.contact-holder .link:before {
	display: none;
}

.contact-form {
	text-transform: uppercase;
	padding: 92px 0 0;
}

.contact-form input[type=submit] {
	float: right;
}

.contact-form .row {
	margin: 0 0 10px;
}

.contact-form label {
	font: 22px/28px "Roboto","Helvetica",sans-serif;
	color: #031d41;
	display: block;
	margin: 0 0 5px;
}

.contact-form .form-info {
	margin: 0 0 51.9%;
}

/* footer styles */

#footer {
	background: #0f535f;
	text-align: center;
	width: 100%;
	
}

#footer .container {
	padding: 17px 20px;
	display: table;
}

/* social network styles */

.social-networks {
	margin: 0 0 13px;
	display: table-footer-group;
}

.social-networks li {
	padding: 0 0 5px;
	display: inline-block;
	vertical-align: top;
}

.social-networks li:before {
	display: none;
}

.social-networks a {
	color: #063d47;
	text-decoration: none;
	font-size: 24px;
}

.social-networks a:hover {
	color: #fff;
}

.address,
.footer-info {
	margin: 0 0 9px;
	color: #fff;
	font: 300 12px/14px "Roboto", "Helvetica", sans-serif;
}

.address li,
.footer-info li {
	padding: 0 9px 5px;
	display: inline-block;
	vertical-align: top;
}

.address li:before,
.footer-info li:before {
	display: none;
}

.address li:after,
.footer-info li:after {
	content: "";
	background: #08424d;
	width: 1px;
	position: absolute;
	top: 3px;
	right: -2px;
	bottom: 5px;
}

.address li:last-child,
.footer-info li:last-child {
	display: block;
}

.address li:last-child:after,
.footer-info li:last-child:after {
	display: none;
}

.address li:nth-child(2):after,
.footer-info li:nth-child(2):after {
	display: none;
}

.address a,
.footer-info a {
	color: #fff;
	text-decoration: none;
}

.address a:hover,
.footer-info a:hover {
	color: #031d41;
}

.footer-info {
	display: none;
}

.footer-info li {
	padding: 0 4px 5px;
}

.footer-info li:after {
	right: -2px;
}

.bio-block {
	padding: 6px 0 24px;
}

.bio-block h4 {
	margin: 0 0 2px;
	font-weight: 400;
}

.bio-block .row {
	margin: 0 0 9px;
}

.bio-block .alignleft {
	margin: 0 19px 10px 0;
}

.bio-block address {
	color: #555;
	font-size: 11px;
	line-height: 14px;
	text-transform: none;
	padding: 0;
	font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica", sans-serif;
	letter-spacing: 0;
}

.bio-block address:before {
	display: none;
}

.bio-block a {
	color: #555;
	margin: 0;
	padding: 0;
}

.bio-block a:before {
	display: none;
}

.lightbox-list {
	text-align: center;
	font-size: 0;
	line-height: 0;
	margin: 0 -5px 0px;
	position: relative;
}

/*
.lightbox-list:after {
	content: "";
	background: #73d5f0;
	height: 1px;
	position: absolute;
	bottom: -65px;
	left: -9999px;
	right: -9999px;
}
*/

.lightbox-list li {
	padding: 0 1px 2px;
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
}

.lightbox-list li:before {
	display: none;
}

.lightbox-list a {
	display: block;
	position: relative;
}

.lightbox-list a:hover:before {
	content: "";
	background: rgba(3, 29, 65, .68);
	border: 2px solid #73d5f0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.lightbox-list a:hover:after {
	width: 79px;
	height: 66px;
	content: "";
	background: url(images/sprite.png) no-repeat -548px 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -33px 0 0 -40px;
}

.lightbox-list img {
	border: 1px solid #73d5f0;
	width: 100%;
	height: auto;
}

.career-image {
	margin: 0 0 25px;
}

.career-image .container {
	max-width: 375px;
}

.career-image ul {
	font-size: 0;
	line-height: 0;
	letter-spacing: -3px;
	margin-bottom: 0;
}

.career-image ul li {
	padding: 0 2px;
	display: inline-block;
	vertical-align: middle;
}

.career-image ul li:before {
	display: none;
}

.career-image .top {
	float: left;
	width: 77%;
	margin: 0 -9px;
}

.career-image .top li {
	width: 28%;
}

.career-image .top li:nth-child(2) {
	width: 29.7%;
}

.career-image .top li:nth-child(3) {
	width: 38.5%;
}

.career-image .btm {
	float: right;
	width: 83.5%;
	text-align: right;
	margin: -8px -9px 0 0;
}

.career-image .btm li {
	width: 23%;
}

.career-image .btm li:nth-child(2) {
	width: 34.5%;
}

.career-image .btm li:nth-child(3) {
	width: 38.5%;
}

/* ---------------------------------------------------------
   3. Custom Select styles
   ---------------------------------------------------------*/

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #73d5f0;
	background: #f8fdff;
	width: 100%;
	height: 30px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font: 400 italic 11px/14px "Roboto", "Helvetica", sans-serif;
	margin: 7px 25px 0 6px;
	letter-spacing: 1px;
	color: #031d41;
}

.jcf-select .jcf-select-opener {
	width: 10px;
	height: 10px;
	border-style: solid;
	border-width: 0 0 1px 1px;
	border-color: transparent transparent #aba9a8 #aba9a8;
	position: absolute;
	bottom: 0;
	right: 7px;
	top: 6px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #1fabc0;
	font: italic 11px/14px "Roboto", "Helvetica", sans-serif;
	width: 100%;
	padding: 0 0 7px;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list li {
	overflow: hidden;
	display: block;
	padding: 0;
}

.jcf-list li:before {
	display: none;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: inline-block;
	vertical-align: top;
	padding: 8px 11px 3px;
	color: #fff;
	height: 1%;
	border-bottom: 2px solid transparent;
}

.jcf-list .jcf-option.jcf-option-hideme {
	display: none;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	position: relative;
}

.jcf-select-drop .jcf-hover:before,
.jcf-list-box .jcf-selected:before {
	content: "";
	border-bottom: 1px solid #a8d6e0;
	position: absolute;
	bottom: 2px;
	left: 10px;
	right: 10px;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

.staff-category {
	margin: -11px 0 14px;
	padding: 0 0 8px;
	box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, .08);
}

.staff-category .label {
	white-space: nowrap;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	width: 19.4%;
	text-align: right;
	padding: 0 4px 0 0;
	font: 300 10px/12px "Roboto", "Helvetica", sans-serif;
	white-space: normal;
}

.staff-category .label:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

.staff-category .label > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.staff-category .select-wrap {
	display: inline-block;
	vertical-align: top;
	width: 77.5%;
}

@media (min-width: 375px) {
	address {
		margin: 0 -15px 0 0;
	}

	address a {
		padding: 0 0 0 11px;
		margin: 0 0 0 15px;
		display: inline-block;
		vertical-align: top;
	}

	address a:before {
		left: 0;
	}

	.block .image-holder {
		max-width: 129px;
	}

	.block .video-text-holder .video-holder {
		float: left;
	}

	.blog-list .blog-holder {
		top: 12px;
		left: 15px;
		right: 15px;
	}

	.career-image .btm {
		margin: -12px -9px 0 0;
	}

	.staff-category .select-wrap {
		width: 79.5%;
	}
}

@media (min-width: 466px) {
	.management-list h3 {
		min-height: 0;
	}
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.mobile-visible {
		display: none;
	}

	input[type=text],
	input[type=email],
	input[type=tel],
	input[type=search],
	input[type=password],
	textarea {
		width: 100%;
		height: 60px;
		font-size: 22px;
		line-height: 28px;
		padding: 16px 13px;
	}

	.comment-form input[type=submit],
	.search-form input[type=submit],
	.post-password-form input[type=submit],
	input[type=submit], input[type=button] {
		font-size: 15px;
		line-height: 18px;
	}

	.wp-caption {
		max-width: 290px;
	}

	.wp-caption .wp-caption-text {
		padding: 12px 14px;
		font-size: 13px;
		line-height: 18px;
	}

	.alignleft {
		margin: 0 24px 10px 0;
	}

	ul {
		line-height: 20px;
		margin: 0 0 20px;
	}

	ul > li {
		padding: 0 0 15px 60px;
	}

	ul > li:before {
		width: 5px;
		height: 5px;
		top: 8px;
		left: 46px;
	}

	ul ol > li {
		padding: 0 0 15px 70px;
	}

	ol {
		line-height: 20px;
		margin: 0 0 20px;
	}

	ol > li {
		padding: 0 0 15px 60px;
	}

	ol > li:before {
		font-size: 15px;
		line-height: 20px;
		left: 42px;
	}

	ol ol li {
		padding: 0 0 15px 70px;
	}

	ol ol ol li {
		padding: 0 0 15px 80px;
	}

	ol ol ol ol li {
		padding: 0 0 15px 90px;
	}

	ol ol ol ol ol li {
		padding: 0 0 15px 100px;
	}

	address {
		font-size: 13px;
		line-height: 16px;
		padding: 0 0 0 20px;
		letter-spacing: 1px;
		margin: 0;
	}

	address:before {
		font-size: 19px;
		left: 0;
	}

	address a {
		padding: 0 0 0 15px;
		margin: 0 0 0 19px;
	}

	address a:before {
		font-size: 18px;
	}

	.play-btn {
		padding: 10px 20px 10px 50px;
		width: 225px;
		font-size: 13px;
		line-height: 18px;
	}

	.play-btn:before {
		font-size: 18px;
		top: 11px;
		left: 25px;
	}

	.link-holder {
		font-size: 16px;
		line-height: 22px;
		letter-spacing: 2px;
	}

	.link-holder li {
		margin: 0 37px 5px 0;
	}

	.link {
		font-size: 16px;
		line-height: 22px;
		letter-spacing: 2px;
	}

	.single-image {
		margin: 0 0 60px;
	}

	.two-images {
		margin: 0;
		padding: 0 0 64px;
	}

	.two-images li {
		padding: 0 5px;
	}

	.two-images li:last-child {
		margin: 45px 0 0;
	}

	.three-images {
		margin: 35px 0 60px;
	}

	#wrapper {
		
	}

	.container {
		padding: 0 10px;
	}

	.topbar {
		padding: 7px 0;
	}

	.home .intro {
		min-height: 511px;
		position: relative;
		padding: 39px 0 92px;
		border-top: 3px solid #73d5f0;
		display: block;
	}

	.home .intro.mobile-visible {
		display: none;
	}

	.home .intro .logo {
		opacity: 1;
	}

	.home #header .logo {
		padding: 8px 0 6px;
		width: auto;
	}

	.home #nav {
		margin: 0 0 0 10px;
	}

	.home #nav > ul > li > a {
		padding: 29px 10px;
	}

	.home .topbar {
		display: none;
	}

	.intro {
		padding: 0 0 30px;
	}

	main {
		padding: 68px 0 131px;
	}

	main .image {
		max-width: none;
	}

	#header .logo {
		width: 150px;
		padding: 17px 0 15px;
	}

	#header .other-info {
		display: none;
	}

	#nav {
		margin: 0 0 0 10px;
		float: right;
	}

	#nav > ul {
		font-size: 14px;
		line-height: 18px;
		font-style: normal;
		text-transform: uppercase;
		font-weight: 500;
	}

	#nav > ul > li {
		float: left;
	}

	#nav > ul > li > a {
		color: #555;
		padding: 25px 5px;
		border-bottom: 0;
	}

	#nav > ul > li > a:hover {
		background: #d3d2d1;
	}

	#nav > ul > li.hover > a {
		background: #d3d2d1;
	}

	#nav ul ul {
		display: none;
		width: 235px;
		position: absolute;
		left: 0;
		top: 100%;
		z-index: 999;
		font-weight: 400;
	}

	#nav ul ul a {
		padding: 9px 7px;
	}

	.nav-active .drop {
		max-width: none;
	}

	.nav-opener {
		display: none;
	}

	.drop {
		position: static;
		float: none;
		opacity: 1;
		visibility: visible;
		-webkit-transition: opacity .25s linear;
		transition: opacity .25s linear;
		background: none;
		padding: 0;
		height: auto;
		overflow: visible;
	}

	.employee-menu {
		float: right;
		margin: -23px 0 -6px;
		min-width: 182px;
		max-width: 300px;
	}

	.employee-menu > li > a {
		background: #85552a;
		margin: -7px 0;
		padding: 8px 37px 8px 12px;
		display: inline-block;
		vertical-align: top;
		text-transform: uppercase;
	}

	.employee-menu > li > a:after {
		width: 10px;
		height: 10px;
		content: "";
		border-style: solid;
		border-width: 0 0 1px 1px;
		border-color: transparent transparent #fff #fff;
		position: absolute;
		bottom: 0;
		right: 12px;
		top: 11px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	.employee-menu.login-link > li > a:after {
		-webkit-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		transform: rotate(-135deg);
		right: 16px;
	}

	.employee-menu > li > a:before {
		width: 50px;
		height: 50px;
		content: "";
		background: #a76b35;
		position: absolute;
		top: -10px;
		right: -15px;
		border-radius: 50%;
	}

	.employee-menu .hover > a:after {
		-webkit-transform: rotate(-225deg);
		-ms-transform: rotate(-225deg);
		transform: rotate(-225deg);
		right: 11px;
		top: 17px;
	}
	
	.employee-menu.login-link .hover > a:after {
		right: 16px;
		top: 11px;
	}

	.employee-menu ul {
		display: none;
		position: absolute;
		right: 0;
		top: 130%;
		z-index: 99999;
		font-weight: 400;
		width: 235px;
		letter-spacing: 2px;
	}

	.employee-menu ul a {
		padding: 9px 7px;
	}

	.meet-phycians {
		padding: 76px 0 48px;
		margin: 0 0 66px;
	}

	.meet-phycians .holder {
		float: left;
		width: 50%;
		padding: 3px 0 0;
	}

	.meet-phycians h1 {
		padding: 0 0 26px;
		margin: 0 0 23px;
	}

	.meet-phycians h1:before {
		left: 5px;
		right: 43px;
	}

	.meet-phycians .physicians {
		font-size: 18px;
		line-height: 26px;
		padding: 0 0 0 60px;
		float: left;
		width: 50%;
	}

	.meet-phycians .physicians li {
		margin: 0 0 25px;
	}

	.block.image-block {
		min-height: 640px;
	}

	.block.image-block .content-holder {
		top: -13px;
	}

	.block.image-block .content-holder h3 {
		margin: 0 0 20px;
		padding: 0 0 24px;
	}

	.block.image-block .content-holder h3:before {
		width: 444px;
		height: 1px;
	}

	.block.image-block .content-holder p {
		margin: 0 0 24px;
	}

	.block.announcement {
		margin: 53px 0 70px;
		padding: 47px 0 49px;
	}

	.block.announcement h1 {
		margin: 0 0 21px;
	}

	.block.announcement h3 {
		padding: 0 0 23px;
		margin: 0 0 12px;
	}

	.block.bio {
		padding: 77px 0 0;
	}

	.block.photo-gallery h3 {
		padding: 0 0 4px;
	}

	.block.expect-block {
		padding: 70px 0;
		border-top: 2px solid #73d5f0;
		border-bottom: 2px solid #73d5f0;
	}

	.block.expect-block h1 {
		margin: 0 0 13px;
	}

	.block.expect-block h3 {
		margin: 0 0 22px;
	}

	.block.welcome-block .content-holder {
		overflow: hidden;
	}

	.block.bg-color:before {
/* 		top: -42px; */
	}

	.block .video-holder {
		max-width: 250px;
		border: 2px solid #73d5f0;
	}

	.block .video-info {
		font-size: 26px;
		line-height: 30px;
		margin-top: -80px;
		left: 10px;
		right: 10px;
	}

	.block .video-info p {
		margin: 0 0 26px;
	}

	.block .content-holder h3 {
		margin: -4px 0 10px;
	}

	.block .content-holder p {
		margin: 0 0 12px;
	}

	.block .alignleft {
		margin: 0 33px 10px 0;
	}

	.block h1 {
		line-height: 43px;
		margin: 0 0 16px;
	}

	.block h3 {
		line-height: 32px;
		padding: 0 0 35px;
		margin: 0 0 36px;
	}

	.block h3:before {
		width: 444px;
		height: 1px;
	}

	.block .image-text-holder {
		padding: 27px 0;
	}

	.block .image-text-holder.extra-space {
		padding: 49px 0 26px;
	}

	.block .image-holder {
		max-width: 250px;
	}

	.block .text-icon-holder {
		padding: 17px 0 49px 20px;
	}

	.block .icon-holder {
		max-width: none;
		margin: 0 28px 0 0;
	}

	.block .video-text-holder {
		padding: 18px 0;
	}

	.block .video-text-holder .video-holder {
		max-width: 250px;
	}

	.block .video-text-holder .video-holder a:after {
		width: 123px;
		height: 103px;
		background-position: -421px 0;
		margin: -50px 0 0 -65px;
	}

	.block .video-text-holder .alignleft {
		margin: 0 39px 10px 0;
	}

	.typography {
		padding: 0 0 60px;
	}

	.typography .link-holder {
		padding: 13px 0 0;
	}

	.accordion {
		font-size: 18px;
		line-height: 22px;
		padding: 20px 0 60px;
	}

	.accordion li {
		padding: 0 0 33px;
	}

	.accordion .opener {
		padding: 0 60px 17px 0;
	}

	.accordion .opener:after {
		bottom: 15px;
		right: 17px;
		font-size: 22px;
	}

	.accordion .active .opener:before {
		width: 19px;
		height: 2px;
		bottom: 27px;
		right: 18px;
	}

	.accordion .slide {
		font-size: 14px;
		line-height: 22px;
		padding: 19px 60px 19px 32px;
	}

	.accordion p {
		margin: 0 0 26px;
	}

	.testimonial {
		padding: 30px 0;
	}

	.testimonial .icon-wrap {
		top: 35px;
		left: 13px;
		width: auto;
	}

	.testimonial .blockquote {
		padding: 0 0 0 124px;
	}

	.testimonial h3 {
		margin: 0 0 20px;
	}

	.physician-list {
		padding: 23px 0 0;
		margin: 0 -16px 71px;
		margin: 0 0 71px;
	}

	.physician-list li {
		width: 50%;
		font-size: 18px;
		line-height: 24px;
		padding: 0 5px 63px;
	}

	.physician-list img {
		max-width: none;
		margin: 0 0 39px;
	}

	.physician-list h3 {
		font-size: 20px;
		margin: 0 0 10px;
	}

	.physician-list p {
		margin: 0 0 21px;
	}

	.management-list {
		padding: 11px 0 0;
		margin: 0 -20px 50px;
	}

	.management-list li {
		font-size: 16px;
		line-height: 24px;
		padding: 0 20px 10px;
	}

	.management-list h3 {
		margin: 0 0 10px;
	}

	.blog-list {
		padding: 22px 0 40px;
	}

	.blog-list .col {
		width: 50%;
		padding: 0 8px 13px;
	}

	.blog-list .blog-holder {
		top: 15px;
		bottom: 15px;
	}

	.contact-holder {
		padding: 14px 0 73px;
	}

	.contact-holder .map {
		max-width: 250px;
		float: left;
		margin: 0 19px 0 0;
	}

	.contact-holder address .address {
		font-size: 18px;
		line-height: 24px;
	}

	.contact-holder address ul {
		font-size: 18px;
		line-height: 24px;
		margin: 0 0 7px;
	}

	.contact-holder address li {
		padding: 5px 0 14px 46px;
	}

	.contact-holder address li:after {
		font-size: 24px;
		top: 2px;
		left: 5px;
	}

	.contact-holder address .fax:after {
		font-size: 22px;
	}

	.contact-holder address .address:after {
		left: 3px;
		top: 4px;
	}

	.contact-form {
		padding: 159px 0 0;
	}

	.contact-form .form-info {
		margin: 0 0 24.3%;
	}

	#footer {
		display: table-footer-group;
		height: 1%;
	}

	#footer .container {
		display: block;
		padding: 29px 20px;
	}

	.social-networks {
		display: block;
	}

	.social-networks a {
		font-size: 28px;
	}

	.address,
	.footer-info {
		font-size: 16px;
		line-height: 20px;
		margin: 0 0 6px;
	}

	.address li:after,
	.footer-info li:after {
		bottom: 7px;
		top: 5px;
	}

	.address li:last-child,
	.footer-info li:last-child {
		display: inline-block;
	}

	.address li:nth-child(2):after,
	.footer-info li:nth-child(2):after {
		display: block;
	}

	.footer-info {
		font-size: 15px !important;
		line-height: 20px !important;
		margin: 0;
		display: block;
	}

	.bio-block {
		padding: 6px 0 85px;
	}

	.bio-block h4 {
		letter-spacing: 1px;
		margin: 0 0 5px;
	}

	.bio-block .row {
		margin: 0 0 25px;
	}

	.bio-block .alignleft {
		margin: 0 44px 10px 0;
	}

	.bio-block address {
		font-size: 17px;
		line-height: 26px;
	}

	.lightbox-list {
		margin: 0 -5px 0px;
	}

	.lightbox-list:after {
		bottom: -127px;
	}

	.lightbox-list li {
		width: 25%;
		padding: 0 5px 15px;
	}

	.career-image {
		margin: 0 0 20px;
	}

	.career-image .container {
		max-width: 768px;
	}

	.career-image ul li {
		padding: 0 4px;
	}

	.career-image .top {
		width: 57%;
		margin: 0;
	}

	.career-image .btm {
		margin: -49px -7px 0 0;
		width: 63%;
	}

	.jcf-select {
		height: 60px;
	}

	.jcf-select .jcf-select-text {
		font-size: 22px;
		line-height: 26px;
		margin: 16px 55px 0 13px;
	}

	.jcf-select .jcf-select-opener {
		width: 18px;
		height: 18px;
		border-width: 0 0 2px 2px;
		right: 18px;
		top: 18px;
	}

	.jcf-list {
		font-size: 22px;
		line-height: 26px;
		padding: 0 0 19px;
	}

	.jcf-list .jcf-option {
		padding: 23px 21px 6px 21px;
		letter-spacing: 1px;
	}

	.jcf-select-drop .jcf-hover:before,
	.jcf-list-box .jcf-selected:before {
		border-bottom: 2px solid #a8d6e0;
		bottom: 4px;
		left: 22px;
		right: 22px;
	}

	.staff-category {
		margin: -17px 0 56px;
		padding: 0 0 16px;
	}

	.staff-category .label {
		font-size: 20px;
		line-height: 24px;
		padding: 0 20px 0 0;
		width: 27.7%;
	}

	.staff-category .select-wrap {
		width: 67.5%;
	}
}

@media (min-width: 950px) {
	.career-image {
		margin: 0;
	}
}

@media (min-width: 1024px) {
	.comment-form input[type=submit],
	.search-form input[type=submit],
	.post-password-form input[type=submit],
	input[type=submit] {
		font-size: 18px;
		line-height: 22px;
	}

	.wp-caption {
		max-width: 385px;
	}

	.wp-caption .wp-caption-text {
		font-size: 15px;
	}

	.play-btn {
		width: 255px;
		padding: 13px 25px 13px 57px;
		font-size: 14px;
	}

	.play-btn:before {
		top: 13px;
		font-size: 22px;
	}

	.link-holder {
		font-size: 18px;
	}

	.link {
		font-size: 18px;
	}

	.single-image {
		margin: 0 -67px 89px;
	}

	.three-images {
		margin: 82px -48px 89px;
	}

	.container {
		padding: 0 20px;
	}

	.home .intro address {
		font-size: 27px;
	}

	.home #nav {
		margin: 0 -23px 0 10px;
	}

	.home #nav > ul {
		letter-spacing: 2px;
	}

	.home #nav > ul > li > a {
		padding: 27px 21px 28px;
	}

	.intro {
		padding: 0 0 52px;
	}

	main {
		padding: 75px 0 129px;
	}

	#header .logo {
		width: auto;
	}

	#nav {
		margin: 0 -15px 0 10px;
	}

	#nav > ul {
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 1px;
	}

	#nav > ul > li > a {
		padding: 27px 12px 28px;
	}

	#nav ul ul {
		width: 307px;
	}

	#nav ul ul a {
		padding: 11px 15px 12px;
	}

	.employee-menu ul {
		width: 255px;
	}

	.employee-menu ul a {
		padding: 14px 15px 11px;
	}

	.meet-phycians .physicians {
		padding: 0 0 0 96px;
		font-size: 22px;
	}

	.block.image-block {
		min-height: 952px;
	}

	.block.lightbox {
		padding: 66px 0 0;
	}

	.block.expect-block {
		padding: 117px 0 97px;
	}

	.block.welcome-block {
		margin: 0 0 -17px;
	}

	.block.welcome-block .content-holder h1 {
		margin: 0 0 11px;
	}

	.block.welcome-block .alignleft {
		margin: 0 37px 10px 0;
	}

	.block .video-holder {
		max-width: none;
	}

	.block .video-info {
		left: 50px;
		right: 50px;
		margin-top: -55px;
	}

	.block .image-holder {
		max-width: none;
	}

	.block .video-text-holder .video-holder {
		max-width: none;
	}

	.block .video-text-holder .video-holder a:after {
		width: 243px;
		height: 203px;
		margin: -102px 0 0 -122px;
		background-position: 0 0;
	}

	.typography {
		padding: 0 0 88px;
	}

	.accordion {
		padding: 27px 0 36px 27px;
		font-size: 20px;
		line-height: 24px;
	}

	.accordion .slide {
		font-size: 17px;
		line-height: 26px;
	}

	.testimonial {
		padding: 82px 0 75px;
	}

	.testimonial .icon-wrap {
		top: 85px;
	}

	.physician-list li {
		font-size: 20px;
	}

	.physician-list h3 {
		font-size: 29px;
	}

	.management-list {
		margin: 0 -44px 24px;
	}

	.management-list li {
		font-size: 20px;
		padding: 0 44px 31px;
	}

	.blog-list {
		padding: 22px 16px 78px;
	}

	.blog-list .blog-holder {
		top: 27px;
		bottom: 23px;
		left: 28px;
		right: 28px;
	}

	.contact-holder .map {
		max-width: none;
	}

	.contact-holder address .address {
		font-size: 27px;
		line-height: 32px;
	}

	.contact-holder address ul {
		font-size: 27px;
		line-height: 32px;
	}

	.contact-holder address li:after {
		font-size: 32px;
	}

	.contact-holder address .fax:after {
		font-size: 27px;
	}

	.address,
	.footer-info {
		font-size: 18px;
		line-height: 22px;
	}

	.address li:after,
	.footer-info li:after {
		right: -2px;
	}

	.lightbox-list a:hover:after {
		width: 158px;
		height: 133px;
		margin: -66px 0 0 -78px;
		background-position: -253px 0;
	}

	.career-image .container {
		max-width: 1360px;
	}

	.career-image .btm {
		margin: -70px -7px 0 0;
	}

	.staff-category {
		margin: -37px 0 56px;
	}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}

@media (min-width: 1180px) {
	.career-image .btm {
		margin: -85px -7px 0 0;
	}
}

@media (min-width: 1275px) {
	.career-image .btm {
		margin: -95px -7px 0 0;
	}
}

@media (max-width: 1023px) {
	body {
		font-size: 14px;
		line-height: 22px;
	}

	h1 {
		font-size: 35px;
		line-height: 40px;
	}

	h2 {
		font-size: 30px;
		line-height: 35px;
	}

	h3 {
		font-size: 22px;
		line-height: 28px;
	}

	h4 {
		font-size: 20px;
		line-height: 26px;
	}

	h5 {
		font-size: 18px;
		line-height: 24px;
	}

	h6 {
		font-size: 16px;
		line-height: 20px;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	body {
		font-size: 11px;
		line-height: 14px;
	}

	h1 {
		font-size: 22px;
		line-height: 28px;
		margin: 0 0 5px;
	}

	h2 {
		font-size: 20px;
		line-height: 24px;
		letter-spacing: 0;
		margin: 0 0 10px;
	}

	h3 {
		font-size: 14px;
		line-height: 16px;
		letter-spacing: 0;
		margin: 0 0 7px;
	}

	h4 {
		font-size: 11px;
		line-height: 14px;
		margin: 0 0 9px;
	}

	h5 {
		font-size: 11px;
		line-height: 14px;
		margin: 0 0 8px;
	}

	h6 {
		font-size: 10px;
		line-height: 12px;
		margin: 0 0 11px;
	}

	p {
		margin: 0 0 10px;
	}

	.mobile-hidden {
		display: none;
	}

	.home main, main {
		padding-top: 100px;
	}

	#content iframe {
		width: 100%;
	}

	#header {
		position: fixed !important;
		top: 25px !important;
	}
	
	.topbar {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 9999;
	}

	#header.fixed-position {
		top: 25px !important;
	}

	.employee-menu {
		margin: 0;
	}

	.employee-menu ul {
		font-size: 19px;
		line-height: 22px;
		font-style: italic;
		text-transform: capitalize;
	}

	.block.photo-gallery h3 {
		margin: 0 0 12px;
	}

	.block.welcome-block .title-holder {
		padding: 0 0 5px;
	}

	.block.welcome-block .alignleft {
		margin: 0 10px 4px 0;
	}

	.block .content-holder h3 {
		line-height: 18px;
		padding-top: 2px;
	}

	.testimonial h4 {
		margin: -16px 0 15px;
	}

	.blog-list h3 {
		line-height: 16px;
	}

	.blog-list .posted {
		font-size: 9px;
		line-height: 10px;
		margin: 0;
	}

	.contact-holder address .address {
		margin: 0;
	}
}

@media (max-w