/*
Theme Name: Paul Jozsef
Author: Paul Jozsef
Author URI: pauljozsef.ca
Version: 1.0
*/

.popover-toggle {
	color: red;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
	margin: 20px 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #777;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 4px;
	width: 8px;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -6px;
	border: 3px solid #3da1b9;
	border-width: 0 0 3px 3px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

:root .jcf-checkbox span {
	margin: -4px 0 0 -5px;
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

.jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #777;
	border-radius: 9px;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
}

.jcf-radio span {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background: #3da1b9;
	border-radius: 100%;
}

.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-radio.jcf-checked span {
	display: block;
}

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #999;
	background: #fff;
	margin: 0 0 12px;
	min-width: 150px;
	height: 26px;
}

.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-size: 13px;
	line-height: 26px;
	margin: 0 35px 0 8px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: #aaa;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
}

body>.jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
	border: 1px solid #999;
	border-radius: 4px;
	overflow: hidden;
}

body>.jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.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;
}

.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: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.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;
}

.jcf-disabled {
	background: #ddd !important;
}

.specialty-gallery {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.specialty-gallery .slick-track,
.specialty-gallery .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.drop>ul,
.drop>ul ul,
.gform_wrapper .gform_body ul.gform_fields,
.top-footer .address-block ul,
.sub-nav ul,
.social,
.doc,
.bullet-list,
.bullet-list2,
.info-section ul,
.specialty-gallery .slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.post-password-form:after,
#search_block:after,
.search-form p:after,
#search_block p:after,
.navigation-single:after,
.commentlist .comment-author:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap;
	/* 1 */
	text-overflow: ellipsis;
	/* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
	height: 100%;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #48413c;
	background: #fff;
	font: 18px/1.56 proxima_nova_rg, Arial, Helvetica, sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 100%;
	display: table;
	table-layout: fixed;
	width: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

.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.56em;
}

blockquote {
	border-left: 4px solid #999;
	padding-left: .5em;
	margin-left: 1.56em;
}

th,
td {
	border: 1px solid #999;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

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"],
input[type="url"],
input[type="date"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border-radius: 4px;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
textarea:focus {
	border-color: #333;
}

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,
input[type="url"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #48413c;
}

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,
input[type="url"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #48413c;
}

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,
input[type="url"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #48413c;
}

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,
input[type="url"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #48413c;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
input[type="url"].placeholder,
input[type="date"].placeholder,
textarea.placeholder {
	color: #48413c;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	border: none;
	color: #fff;
	padding: 10px;
	border-radius: 4px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#27a2c4+0,2fa4c5+17,36a9c8+27,37a8c6+30,3baac8+32,3daac7+37,3facc9+38,49b1cc+52,49b1ca+54,4eb4cd+58,50b4cc+63,57b7cf+69,57b7cd+72,5ab9cf+74,59b8ce+76,5cb8cf+76,5ab9cf+77,5db9d0+77,5fbcce+83,63bbd1+86,60bbd0+86,61bccf+88,65bdd1+92,67bed1+100 */
	background: #27a2c4;
	/* Old browsers */
	background: -webkit-linear-gradient(left, #27a2c4 0%, #2fa4c5 17%, #36a9c8 27%, #37a8c6 30%, #3baac8 32%, #3daac7 37%, #3facc9 38%, #49b1cc 52%, #49b1ca 54%, #4eb4cd 58%, #50b4cc 63%, #57b7cf 69%, #57b7cd 72%, #5ab9cf 74%, #59b8ce 76%, #5cb8cf 76%, #5ab9cf 77%, #5db9d0 77%, #5fbcce 83%, #63bbd1 86%, #60bbd0 86%, #61bccf 88%, #65bdd1 92%, #67bed1 100%);
	background: linear-gradient(to right, #27a2c4 0%, #2fa4c5 17%, #36a9c8 27%, #37a8c6 30%, #3baac8 32%, #3daac7 37%, #3facc9 38%, #49b1cc 52%, #49b1ca 54%, #4eb4cd 58%, #50b4cc 63%, #57b7cf 69%, #57b7cd 72%, #5ab9cf 74%, #59b8ce 76%, #5cb8cf 76%, #5ab9cf 77%, #5db9d0 77%, #5fbcce 83%, #63bbd1 86%, #60bbd0 86%, #61bccf 88%, #65bdd1 92%, #67bed1 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
	background: #29a3c4;
}

.alert {
	background: #e5ded9;
	margin: 5px 0 35px;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.alert h2.alert {
	font-size: 20px;
	font-weight: 600px;
	margin: 0 0 2px;
	padding: 0 0 12px;
	text-align: left;
}

.widget {
	margin-bottom: 1.56em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: inherit;
	width: 100%;
}

/* Calendar */

#wp-calendar {
	width: 95%;
	margin-bottom: 15px;
	clear: both;
	padding: 0;
}

#wp-calendar caption {
	padding: 10px;
}

#wp-calendar th,
#wp-calendar td {
	text-align: center;
	padding: 3px 0;
}

#wp-calendar td {
	background: transparent;
}

.comment-form p {
	width: 100%;
	overflow: hidden;
	padding: 0 0 10px;
	margin: 0;
}

.comment-form label {
	display: block;
	padding: 0 0 5px;
}

.comment-form textarea {
	width: 96%;
	margin: 0;
}

.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;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form button,
.comment-form input[type="submit"],
.post-password-form button,
.post-password-form input[type="submit"],
.search-form button,
.search-form input[type="submit"],
#search_block button,
#search_block input[type="submit"] {
	color: #fff;
	height: 40px;
	padding: 0 10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#27a2c4+0,2fa4c5+17,36a9c8+27,37a8c6+30,3baac8+32,3daac7+37,3facc9+38,49b1cc+52,49b1ca+54,4eb4cd+58,50b4cc+63,57b7cf+69,57b7cd+72,5ab9cf+74,59b8ce+76,5cb8cf+76,5ab9cf+77,5db9d0+77,5fbcce+83,63bbd1+86,60bbd0+86,61bccf+88,65bdd1+92,67bed1+100 */
	background: #27a2c4;
	/* Old browsers */
	background: -webkit-linear-gradient(left, #27a2c4 0%, #2fa4c5 17%, #36a9c8 27%, #37a8c6 30%, #3baac8 32%, #3daac7 37%, #3facc9 38%, #49b1cc 52%, #49b1ca 54%, #4eb4cd 58%, #50b4cc 63%, #57b7cf 69%, #57b7cd 72%, #5ab9cf 74%, #59b8ce 76%, #5cb8cf 76%, #5ab9cf 77%, #5db9d0 77%, #5fbcce 83%, #63bbd1 86%, #60bbd0 86%, #61bccf 88%, #65bdd1 92%, #67bed1 100%);
	background: linear-gradient(to right, #27a2c4 0%, #2fa4c5 17%, #36a9c8 27%, #37a8c6 30%, #3baac8 32%, #3daac7 37%, #3facc9 38%, #49b1cc 52%, #49b1ca 54%, #4eb4cd 58%, #50b4cc 63%, #57b7cf 69%, #57b7cd 72%, #5ab9cf 74%, #59b8ce 76%, #5cb8cf 76%, #5ab9cf 77%, #5db9d0 77%, #5fbcce 83%, #63bbd1 86%, #60bbd0 86%, #61bccf 88%, #65bdd1 92%, #67bed1 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.comment-form button:hover,
.comment-form input[type="submit"]:hover,
.post-password-form button:hover,
.post-password-form input[type="submit"]:hover,
.search-form button:hover,
.search-form input[type="submit"]:hover,
#search_block button:hover,
#search_block input[type="submit"]:hover {
	background: #29a3c4;
}

.search-form,
.post-password-form,
#search_block {
	margin-bottom: 15px;
}

.search-form input,
.post-password-form input,
#search_block input {
	float: left;
	height: 40px;
}

.search-form input[type="search"],
.search-form input[type="text"],
.post-password-form input[type="search"],
.post-password-form input[type="text"],
#search_block input[type="search"],
#search_block input[type="text"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.search-form input[type="password"],
.post-password-form input[type="password"],
#search_block input[type="password"] {
	width: 150px;
}

.search-form input[type="submit"],
.search-form button,
.post-password-form input[type="submit"],
.post-password-form button,
#search_block input[type="submit"],
#search_block button {
	height: 40px;
}

.commentlist {
	margin: 0 0 1.56em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.56em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item+.commentlist-item {
	padding-top: 1.56em;
}

.widget_calendar #prev {
	padding-left: 5px;
	text-align: left;
}

.widget_calendar #next {
	padding-right: 5px;
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments,
.pagination {
	position: relative;
	vertical-align: middle;
	padding: 10px 0 20px 0;
	width: 100%;
	overflow: hidden;
	text-transform: uppercase;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text,
.pagination .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .current,
.navigation-comments .current,
.pagination .current {
	color: #ccc;
}

.navigation .page-numbers,
.navigation-comments .page-numbers,
.pagination .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 15px;
}

.navigation .page-numbers.current:hover,
.navigation-comments .page-numbers.current:hover,
.pagination .page-numbers.current:hover {
	background: none;
	color: #ccc;
}

.navigation .page-numbers:hover,
.navigation-comments .page-numbers:hover,
.pagination .page-numbers:hover {
	color: #29a3c4;
	text-decoration: none;
}

.navigation .next,
.navigation .prev,
.navigation .al,
.navigation .ar,
.navigation-comments .next,
.navigation-comments .prev,
.navigation-comments .al,
.navigation-comments .ar,
.pagination .next,
.pagination .prev,
.pagination .al,
.pagination .ar {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	color: #fff;
	text-decoration: none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#27a2c4+0,2fa4c5+17,36a9c8+27,37a8c6+30,3baac8+32,3daac7+37,3facc9+38,49b1cc+52,49b1ca+54,4eb4cd+58,50b4cc+63,57b7cf+69,57b7cd+72,5ab9cf+74,59b8ce+76,5cb8cf+76,5ab9cf+77,5db9d0+77,5fbcce+83,63bbd1+86,60bbd0+86,61bccf+88,65bdd1+92,67bed1+100 */
	background: #27a2c4;
	/* Old browsers */
	background: -webkit-linear-gradient(left, #27a2c4 0%, #2fa4c5 17%, #36a9c8 27%, #37a8c6 30%, #3baac8 32%, #3daac7 37%, #3facc9 38%, #49b1cc 52%, #49b1ca 54%, #4eb4cd 58%, #50b4cc 63%, #57b7cf 69%, #57b7cd 72%, #5ab9cf 74%, #59b8ce 76%, #5cb8cf 76%, #5ab9cf 77%, #5db9d0 77%, #5fbcce 83%, #63bbd1 86%, #60bbd0 86%, #61bccf 88%, #65bdd1 92%, #67bed1 100%);
	background: linear-gradient(to right, #27a2c4 0%, #2fa4c5 17%, #36a9c8 27%, #37a8c6 30%, #3baac8 32%, #3daac7 37%, #3facc9 38%, #49b1cc 52%, #49b1ca 54%, #4eb4cd 58%, #50b4cc 63%, #57b7cf 69%, #57b7cd 72%, #5ab9cf 74%, #59b8ce 76%, #5cb8cf 76%, #5ab9cf 77%, #5db9d0 77%, #5fbcce 83%, #63bbd1 86%, #60bbd0 86%, #61bccf 88%, #65bdd1 92%, #67bed1 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation .al:hover,
.navigation .ar:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover,
.navigation-comments .al:hover,
.navigation-comments .ar:hover,
.pagination .next:hover,
.pagination .prev:hover,
.pagination .al:hover,
.pagination .ar:hover {
	background: #29a3c4;
	color: #fff;
}

.navigation .next.disabled,
.navigation .prev.disabled,
.navigation .al.disabled,
.navigation .ar.disabled,
.navigation-comments .next.disabled,
.navigation-comments .prev.disabled,
.navigation-comments .al.disabled,
.navigation-comments .ar.disabled,
.pagination .next.disabled,
.pagination .prev.disabled,
.pagination .al.disabled,
.pagination .ar.disabled {
	background: #b3b3b3;
	border-color: #b3b3b3;
	pointer-events: none;
}

.navigation .next a,
.navigation .prev a,
.navigation .al a,
.navigation .ar a,
.navigation-comments .next a,
.navigation-comments .prev a,
.navigation-comments .al a,
.navigation-comments .ar a,
.pagination .next a,
.pagination .prev a,
.pagination .al a,
.pagination .ar a {
	display: inline-block;
	vertical-align: top;
	padding: 10px 15px;
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#27a2c4+0,2fa4c5+17,36a9c8+27,37a8c6+30,3baac8+32,3daac7+37,3facc9+38,49b1cc+52,49b1ca+54,4eb4cd+58,50b4cc+63,57b7cf+69,57b7cd+72,5ab9cf+74,59b8ce+76,5cb8cf+76,5ab9cf+77,5db9d0+77,5fbcce+83,63bbd1+86,60bbd0+86,61bccf+88,65bdd1+92,67bed1+100 */
	background: #27a2c4;
	/* Old browsers */
	background: -webkit-linear-gradient(left, #27a2c4 0%, #2fa4c5 17%, #36a9c8 27%, #37a8c6 30%, #3baac8 32%, #3daac7 37%, #3facc9 38%, #49b1cc 52%, #49b1ca 54%, #4eb4cd 58%, #50b4cc 63%, #57b7cf 69%, #57b7cd 72%, #5ab9cf 74%, #59b8ce 76%, #5cb8cf 76%, #5ab9cf 77%, #5db9d0 77%, #5fbcce 83%, #63bbd1 86%, #60bbd0 86%, #61bccf 88%, #65bdd1 92%, #67bed1 100%);
	background: linear-gradient(to right, #27a2c4 0%, #2fa4c5 17%, #36a9c8 27%, #37a8c6 30%, #3baac8 32%, #3daac7 37%, #3facc9 38%, #49b1cc 52%, #49b1ca 54%, #4eb4cd 58%, #50b4cc 63%, #57b7cf 69%, #57b7cd 72%, #5ab9cf 74%, #59b8ce 76%, #5cb8cf 76%, #5ab9cf 77%, #5db9d0 77%, #5fbcce 83%, #63bbd1 86%, #60bbd0 86%, #61bccf 88%, #65bdd1 92%, #67bed1 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.navigation .next a:hover,
.navigation .prev a:hover,
.navigation .al a:hover,
.navigation .ar a:hover,
.navigation-comments .next a:hover,
.navigation-comments .prev a:hover,
.navigation-comments .al a:hover,
.navigation-comments .ar a:hover,
.pagination .next a:hover,
.pagination .prev a:hover,
.pagination .al a:hover,
.pagination .ar a:hover {
	background: #29a3c4;
	color: #fff;
	text-decoration: none;
}

.navigation a,
.navigation-comments a,
.pagination a {
	color: inherit;
}

.navigation-single {
	margin-bottom: 1.56em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 50%;
	background: #29a3c4;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: 5px;
	display: block;
}

.navigation-single .next {
	float: right;
}

img.border {
	padding: 5px;
	border: 1px solid #ccc;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #999;
	max-width: 96%;
	padding: 5px 3px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 0 20px 0;
}

.wp-caption .wp-caption-text {
	font-size: 11px;
	line-height: 1.2;
	margin: 0;
	padding: 5px 0 0;
	text-align: center;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
	width: auto;
	max-width: 98.5%;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter,
figure.aligncenter {
	margin: 0 auto 1.56em;
	text-align: center;
}

img.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

.aligncenter {
	margin: 5px auto 20px auto;
}

.alignleft {
	float: left;
	margin: 0 1.56em 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 1.56em;
}

.alignnone {
	margin: 0;
}

img.wp-smiley {
	padding: 0;
	border: none;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.fluid-iframe {
	display: block;
	position: relative;
	padding-bottom: 56%;
}

.fluid-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}

.mejs-container {
	margin-bottom: 1.56em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

.al,
.navigation .next {
	float: left;
}

.ar,
.navigation .prev {
	float: right;
}

.posts-list p {
	margin: 0;
}

.posts-list .post {
	margin: 0 0 60px;
}

.title {
	margin-bottom: 1.2em;
}

.title h1 {
	margin: 0;
}

.post .title {
	margin-bottom: 10px;
}

.post .postmetadata {
	margin-bottom: 10px;
}

.textwidget p {
	padding: 0 0 10px 0;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

code br {
	display: none;
}

pre,
code {
	font-family: mono-space, monospace;
	border: 1px solid #eee;
	padding: 20px;
	display: block;
	margin: 0 0 20px 0;
	overflow: auto;
	white-space: pre;
	font-size: 12px;
	line-height: 20px;
}

code {
	padding: 1px 20px 0 20px;
	background: #f6f6f6;
	border-top: 0;
	border-bottom: 0;
}

acronym,
abbr,
span.caps {
	cursor: help;
}

acronym,
abbr {
	border-bottom: 1px dashed #dfcfba;
}

sup {
	position: relative;
	top: -5px;
}

sub {
	position: relative;
	top: 5px;
}

.last {
	margin-right: 0 !important;
	clear: right;
}

.clear {
	clear: both;
	line-height: 0;
}

.page-link {
	padding: 0 0 15px;
}

.comments {
	clear: both;
}

#respond {
	margin: 20px 0 20px 0;
	overflow: hidden;
}

.commentlist #respond {
	margin: 0 0 20px 0;
}

#respond .comment-reply-title small {
	font-size: 12px;
	font-weight: normal;
}

#comments,
#reply-title {
	margin: 0 0 15px 0;
	line-height: 1.6em;
}

.commentlist {
	margin-left: -2em;
	padding: 0;
	text-align: justify;
	line-height: 1.6em;
}

.commentlist .comment {
	padding: 0 0 0 2em;
}

.commentlist .comment,
.commentlist+.comment {
	padding-top: 1.2em;
}

.commentlist .commentlist {
	padding: 0;
}

.commentlist .comment-author {
	margin-bottom: .5em;
}

.commentlist .comment-metadata {
	margin-bottom: .5em;
}

.commentlist .comment-author img {
	float: left;
	margin: 0 1.2em 4px 0;
}

.comment .comment-respond {
	margin-left: 20px;
}

.comment-body {
	margin: 0 0 20px;
}

.comment-body .reply {
	padding-bottom: 15px;
}

.parent.comment .comment {
	margin-left: 30px;
}

.comment-author.vcard {
	margin-bottom: 10px;
}

.breadcrumb {
	padding-bottom: 20px;
}

.post .title h3 {
	margin-bottom: 1em;
}

.divider {
	height: 71px;
}

.wpcf7-not-valid-tip {
	display: block;
	padding-top: 5px;
}

.wpcf7-response-output {
	text-align: center;
}

.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
	color: #d93c3c;
}

.error input:not([type="submit"]) {
	border-color: red !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: 600;
	margin: 0 0 .5em;
	color: inherit;
	line-height: 1.2;
}

h1,
.h1 {
	font-size: 52px;
}

h2,
.h2 {
	font-size: 36px;
	color: #3da1b9;
}

h3,
.h3 {
	font-size: 26px;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
}

h4,
.h4 {
	font-size: 30px;
}

.main-holder .article h2,
.main-holder .article.h2 {
	font-size: 24px;
	font-weight: 600;
	margin: 0;
}

.article h4,
.article.h4 {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
}

h5,
.h5 {
	font-size: 26px;
}

h6,
.h6 {
	font-size: 22px;
}

p {
	margin: 0 0 15px;
	line-height: 145%; 
}

p.reading_author {
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 90%;
}

p.author {
	margin: 0 0 10px;
	line-height: 100%; 
}

a {
	color: #037e99;
	text-decoration: none;
	font-weight: 600;
	-webkit-transition: color .3s;
	transition: color .3s;
}

a:hover,
a:focus {
	color: #04a7cb;
}

a.google, a.google:active, a.google:hover,
a.google:focus {
	color: #48413c;
	cursor: auto;
	text-decoration: none;
	font-weight: normal;
}

a.call_action {
	display: block;
	width: 100%;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	-webkit-transition: color .3s;
	transition: color .3s;
	border-radius: 5px;
	padding: 8px 10px;
	margin: 22px 0;
	text-align: center;
	background: rgba(41,163,196,1);
	background: -moz-linear-gradient(left, rgba(41,163,196,1) 0%, rgba(103,190,209,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41,163,196,1)), color-stop(100%, rgba(103,190,209,1)));
	background: -webkit-linear-gradient(left, rgba(41,163,196,1) 0%, rgba(103,190,209,1) 100%);
	background: -o-linear-gradient(left, rgba(41,163,196,1) 0%, rgba(103,190,209,1) 100%);
	background: -ms-linear-gradient(left, rgba(41,163,196,1) 0%, rgba(103,190,209,1) 100%);
	background: linear-gradient(to right, rgba(41,163,196,1) 0%, rgba(103,190,209,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29a3c4', endColorstr='#67bed1', GradientType=1 );
}
a:hover.call_action, a:focus.call_action {
	background: #29a3c4;
}

.testimonial-block {
	padding: 13px 20px;
}

@font-face {
	font-family: "proxima_nova_rg";
	src: url("fonts/proxima_nova_regular-webfont.woff2") format("woff2"), url("fonts/proxima_nova_regular-webfont.woff") format("woff"), url("fonts/proxima_nova_regular-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "proxima_nova_lt";
	src: url("fonts/proxima_nova_semibold-webfont.woff2") format("woff2"), url("fonts/proxima_nova_semibold-webfont.woff") format("woff"), url("fonts/proxima_nova_semibold-webfont.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}

#wrapper {
	display: table-cell;
	position: relative;
	overflow: hidden;
	width: 100%;
}

#header {
	position: relative;
	z-index: 10;
	padding: 9px 0 16px;
}

#header .center-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#header .phone {
	display: block;
	position: relative;
	text-align: right;
	font: 700 26px/1.2 proxima_nova_lt, Arial, Helvetica, sans-serif;
	margin: 2px 1px 8px 0;
}

#header .phone a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	position: relative;
	padding: 0 0 0 20px;
	color: #48413c;
	-webkit-transition: color .3s;
	transition: color .3s;
}

#header .phone a:hover {
	color: #29a3c4;
}

#header .phone a:before {
	content: "";
	background: url(images/icon-phone.png) no-repeat 0/100%;
	position: absolute;
	top: 8px;
	left: -1px;
	width: 17px;
	height: 17px;
}

#header .nav-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.center-block {
	max-width: 1250px;
	margin: 0 auto;
	padding: 0 40px;
}

.logo {
	max-width: 270px;
	height: auto;
	margin: 20px 0 0;
}

.logo img {
	display: block;
}

#nav {
	margin: 14px 18px 0 0;
}

.nav-opener {
	display: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 3px 0 0;
	right: 42px;
	width: 27px;
	height: 22px;
	text-indent: -9999px;
	overflow: hidden;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #48413c;
	border-radius: 4px;
	position: absolute;
	top: 9px;
	left: 0;
	right: 0;
	height: 4px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 0;
}

.nav-opener:after {
	top: 18px;
}

.drop>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font: 700 18px/1.2 proxima_nova_lt, Arial, Helvetica, sans-serif;
	font: 700 20px/1.2 proxima_nova_lt, Arial, Helvetica, sans-serif;
}

.drop>ul>li {
	margin: 0 0 0 23px;
	position: relative;
}

.drop>ul>li:first-child {
	margin: 0;
}

.drop>ul>li:hover>a {
	color: #29a3c4;
}

.drop>ul>li:hover>ul {
	display: block;
}

.drop>ul>li>a {
	text-decoration: none;
	color: #48413c;
	-webkit-transition: color .3s, background-color .3s;
	transition: color .3s, background-color .3s;
	display: block;
	position: relative;
}

.drop>ul ul {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	width: 200px;
	display: none;
	border-radius: 4px;
}

.drop>ul ul li {
	position: relative;
}

.drop>ul ul li:hover>ul {
	display: block;
}

.drop>ul ul li:hover>a {
	text-decoration: none;
	background-color: #48413c;
	color: #fff;
	position: relative;
}

.drop>ul ul li:first-child>a {
	border-radius: 4px 4px 0 0;
}

.drop>ul ul li:last-child>a {
	border-radius: 0 0 4px 4px;
}

.drop>ul ul a {
	color: #48413c;
	padding: 19px 10px 14px 22px;
	display: block;
	-webkit-transition: color .3s, background-color .3s;
	transition: color .3s, background-color .3s;
	position: relative;
}

.drop>ul ul ul {
	left: 100%;
	top: 0;
	display: none;
}

.drop .opener {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50px;
	display: none;
}

.drop .opener:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 7px 0 7px;
	border-color: #48413c transparent transparent transparent;
}

.drop .opener.actives:before {
	border-width: 0 7px 10px 7px;
	border-color: transparent transparent #48413c transparent;
}

.drop .current-menu-item>a {
	color: #29a3c4;
}

.drop .current-menu-item>a>.opener:before {
	border-color: #fff transparent transparent transparent;
}

.drop .current-menu-item>a>.opener.actives:before {
	border-color: transparent transparent #fff transparent;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 9px;
	left: 0;
	right: 0;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-active .drop {
	max-height: 4000px;
}

.nav-active .drop>ul {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.resize-active .drop {
	-webkit-transition: none !important;
	transition: none !important;
}

.resize-active .drop>ul {
	-webkit-transition: none !important;
	transition: none !important;
}

.btn {
	text-decoration: none;
	font: 700 18px/1.2 proxima_nova_lt, Arial, Helvetica, sans-serif;
	font: 700 20px/1.2 proxima_nova_lt, Arial, Helvetica, sans-serif;
	padding: 13px 24px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#27a2c4+0,2fa4c5+17,36a9c8+27,37a8c6+30,3baac8+32,3daac7+37,3facc9+38,49b1cc+52,49b1ca+54,4eb4cd+58,50b4cc+63,57b7cf+69,57b7cd+72,5ab9cf+74,59b8ce+76,5cb8cf+76,5ab9cf+77,5db9d0+77,5fbcce+83,63bbd1+86,60bbd0+86,61bccf+88,65bdd1+92,67bed1+100 */
	background: #27a2c4;
	/* Old browsers */
	background: -webkit-linear-gradient(left, #27a2c4 0%, #2fa4c5 17%, #36a9c8 27%, #37a8c6 30%, #3baac8 32%, #3daac7 37%, #3facc9 38%, #49b1cc 52%, #49b1ca 54%, #4eb4cd 58%, #50b4cc 63%, #57b7cf 69%, #57b7cd 72%, #5ab9cf 74%, #59b8ce 76%, #5cb8cf 76%, #5ab9cf 77%, #5db9d0 77%, #5fbcce 83%, #63bbd1 86%, #60bbd0 86%, #61bccf 88%, #65bdd1 92%, #67bed1 100%);
	background: linear-gradient(to right, #27a2c4 0%, #2fa4c5 17%, #36a9c8 27%, #37a8c6 30%, #3baac8 32%, #3daac7 37%, #3facc9 38%, #49b1cc 52%, #49b1ca 54%, #4eb4cd 58%, #50b4cc 63%, #57b7cf 69%, #57b7cd 72%, #5ab9cf 74%, #59b8ce 76%, #5cb8cf 76%, #5ab9cf 77%, #5db9d0 77%, #5fbcce 83%, #63bbd1 86%, #60bbd0 86%, #61bccf 88%, #65bdd1 92%, #67bed1 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color: #fff;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	border-radius: 5px;
}

.btn:hover {
	background: #29a3c4;
	text-decoration: none;
	color: #fff;
}

.bg-stretch {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.promo-section {
	min-height: 425px;
	position: relative;
	text-align: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.promo-section h1 {
	margin: 0 0 11px;
	line-height: 1;
}

.promo-section h2 {
	font: 400 44px "proxima-nova", Arial, Helvetica, sans-serif;
	margin: 20px 0 0;
	color: #fff;
}

.promo-section .center-block {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.promo-section p:last-child {
	margin: 0;
}

.promo-section .heading-block {
	margin: 12px 0 0;
}

.person-section {
	padding: 100px 0 96px;
	position: relative;
	background-color: #f7f3f0;
}

.person-section h2,
.person-section h3 {
	text-align: center;
	font-size: 36px;
	line-height: 1.15;
	margin: 0 0 40px;
	color: #48413c;
}

.person-section h2.bullet-list-heading, .person-section h3.bullet-list-heading {
	text-align: left;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 2px;
}

.person-section h3 span {
	display: block;
}

.person-section .content-block {
	overflow: hidden;
}

.person-section .content-holder {
	float: left;
	width: 100%;
}

.person-section .holder {
	margin: 0 450px 0 0;
}

.person-section .holder h4 {
	color: #3da1b9;
	font: 700 30px/1.2 proxima_nova_lt, Arial, Helvetica, sans-serif;
	margin: 0 0 7px;
}

.person-section .holder h4 span {
	display: inline-block;
	vertical-align: top;
}

.person-section .text-block {
	margin: 0 0 30px;
}

.person-section p:last-child {
	margin: 0;
}

.person-section .form-holder {
	float: right;
	margin: 7px 0 0 -100%;
	width: 370px;
}

.signature {
	display: block;
}

.person-img {
	position: absolute;
	top: -104px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.book-form {
	background-color: #48413c;
	border-radius: 4px;
	padding: 21px 21px 28px;
	z-index: 10;
	max-width: 370px;
}

.book-form h4 {
	margin: 0 0 -1px;
}

.book-form .heading-block {
	text-align: center;
	margin: 0 0 19px;
	color: #fff;
}

.book-form input[type="text"],
.book-form textarea {
	padding: 0;
	margin: 0;
	border-radius: 4px;
	border: none;
	display: block;
	height: 50px;
}

.book-form input[type="text"]::-webkit-input-placeholder,
.book-form textarea::-webkit-input-placeholder {
	color: #48413c;
}

.book-form input[type="text"]::-moz-placeholder,
.book-form textarea::-moz-placeholder {
	opacity: 1;
	color: #48413c;
}

.book-form input[type="text"]:-moz-placeholder,
.book-form textarea:-moz-placeholder {
	color: #48413c;
}

.book-form input[type="text"]:-ms-input-placeholder,
.book-form textarea:-ms-input-placeholder {
	color: #48413c;
}

.book-form input[type="text"].placeholder,
.book-form textarea.placeholder {
	color: #48413c;
}

.book-form textarea::-webkit-input-placeholder {
	color: #48413c;
}

.book-form textarea::-moz-placeholder {
	opacity: 1;
	color: #48413c;
}

.book-form textarea:-moz-placeholder {
	color: #48413c;
}

.book-form textarea:-ms-input-placeholder {
	color: #48413c;
}

.book-form textarea.placeholder {
	color: #48413c;
}

.book-form .gform_wrapper {
	max-width: 305px;
	margin: 0 auto;
}

.gform_wrapper {
	font-weight: 300;
}

.gform_wrapper .gform_body ul.gform_fields li.gfield {
	padding: 0;
	margin: 0 0 10px;
}

.gform_wrapper .gform_body .top_label .ginput_container {
	margin: 0;
}

.gform_wrapper .gform_body .top_label input.large {
	width: 100%;
}

.gform_wrapper .gform_body input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	padding: 5px 15px;
}

.gform_wrapper .gform_body textarea {
	padding: 13px 14px;
	border-radius: 4px;
	border: none;
	resize: none;
}

.gform_wrapper .gform_body textarea.medium {
	height: 90px;
	width: 100%;
}

.gform_wrapper form .gform_footer {
	margin: 0;
	padding: 1px 0 0;
}

.gform_wrapper form .gform_footer input[type="submit"] {
	font: 700 20px/1.2 proxima_nova_lt, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	border: none;
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: 600;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#29a3c4+0,67bed1+100 */
	background: #29a3c4;
	/* Old browsers */
	background: -webkit-linear-gradient(left, #29a3c4 0%, #67bed1 100%);
	background: linear-gradient(to right, #29a3c4 0%, #67bed1 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-radius: 5px;
	height: 60px;
}

.gform_wrapper form .gform_footer input[type="submit"]:hover {
	background: #29a3c4;
}

#footer {
	overflow: hidden;
	display: table-footer-group;
	height: 1%;
	font-size: 16px;
	line-height: 1.50;
}

#footer a {
	font-weight: normal;
	color: #49413d;
	text-decoration: none;
	transition: color .3s, background-color .3s;
}

#footer a:hover {
	color: #04a7cb;
}

#footer h4 a {
	font-weight: bold;
}

.top-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 50px 0 0;
	/* padding: 50px 0 36px;

	border-bottom: 1px solid #adadad; */
}

.top-footer h4 {
	margin: 5px 0 4px;
	font-size: 16px;
	line-height: 1;
}

.top-footer .logo-block {
	max-width: 380px;
}

.top-footer .logo {
	margin: 0 0 12px;
}

.top-footer .nav-block {
	margin: 0 0 0 155px;
	max-width: 155px;
}

.top-footer address {
	font-style: normal;
	margin: 0 0 9px;
	position: relative;
	padding: 0 0 0 20px;
}

.top-footer address:before {
	content: "";
	background: url(images/icon-location.png) no-repeat 0/100%;
	position: absolute;
	top: 5px;
	left: 0;
	width: 10px;
	height: 16px;
}

.top-footer .address-block {
	max-width: 280px;
	margin: 0 0 0 219px;
	line-height: 1.50;
}

.top-footer .address-block li {
	position: relative;
	padding: 0 0 0 20px;
}

.top-footer .address-block li:before {
	content: "";
	background: url(images/icon-phone2.png) no-repeat 0/100%;
	position: absolute;
	top: 5px;
	left: 0;
	width: 12px;
	height: 12px;
}

.top-footer .address-block li.mail:before {
	background: url(images/icon-mail.png) no-repeat 0/100%;
	width: 13px;
	height: 10px;
	top: 8px;
}

.top-footer .address-block li.twitter:before {
	background: url(images/icon-twitter.png) no-repeat 0/100%;
	width: 12px;
	height: 12px;
	top: 7px;
}

.top-footer .address-block li.twitter {
	margin: 0 0 2px;
}

.footer {
	padding: 0;
	/* padding: 22px 0; */
	text-align: center;
}

.social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 17px;
}

.social li {
	margin: 0 4px;
}

.social a {
	display: block;
	font-size: 0;
	line-height: 0;
	width: 38px;
	height: 38px;
	background: url(images/sprite.png) no-repeat;
}

.social a:hover {
	background-position: 0 -39px;
}

.social .linkedin a {
	background-position: -39px 0;
}

.social .linkedin a:hover {
	background-position: -39px -39px;
}

.social .twitter a {
	background-position: -78px 0;
}

.social .twitter a:hover {
	background-position: -78px -39px;
}

.social .instagram a {
	background-position: -117px 0;
}

.social .instagram a:hover {
	background-position: -117px -39px;
}

.doc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.doc li:before {
	content: "|";
	display: inline-block;
	vertical-align: top;
	margin: 0 12px;
}

.doc li:first-child:before {
	display: none;
}

.copyright {
	display: block;
}

.copyright p, .copyright a {
	float: left;
	font-size: 90%;
	margin: 0;
}

.copyright a {
	clear: left;
}

.main-holder {
	padding: 71px 0 66px;
}

.main-holder .center-block {
	overflow: hidden;
}

.main-holder h2 {
	font-size: 34px;
	margin: 0 0 10px;
}

.main-holder p:last-child {
	margin: 0;
}

#content {
	float: left;
	width: 100%;
}

#content>.holder {
	margin: 0 400px 0 0;
}

#content .text-block {
	margin: 0 0 18px;
}

#sidebar {
	float: right;
	width: 370px;
	margin: 0 0 0 -100%;
	padding: 7px 0 0;
}

.ordered-list, .bullet-list {
	line-height: 1.2;
	margin: 0 0 12px;
}

h3+.bullet-list {
	margin: 2px 0 18px;
}

p+.bullet-list {
	margin: -12px 0 12px;
}

.bullet-list li {
	background: url(images/bullet.png) no-repeat 0 8px;
	position: relative;
	padding: 0 0 0 13px;
	margin: 0 0 3px 1px;
}

.ordered-list li {
	background: none;
	padding: 0 0 0 1px;
	/* margin: 1px 0 6px -30px; */
	margin: 1px 0 6px 0;
}

.article .ordered-list li {
	background: none;
	padding: 0 0 0 1px;
	/* margin: 1px 0 6px -55px; */
	margin: 1px 0 6px 0;
}

#services li a {
	text-decoration: none;
	color: #48413c;
	font-weight: normal;
	-webkit-transition: color .3s;
	transition: color .3s;
}

#services li a:hover {
	color: #000;
}

ol.ordered-list {
  list-style: none;
  counter-reset: point-counter;
}
ol.ordered-list li {
  counter-increment: point-counter;
}
ol.ordered-list li::before {
  content: counter(point-counter) ". ";
  color: #037e99;
}

.bullet-list li.last {
	margin: 0 0 0 1px;
}

.bullet-list li:last-child {
	margin: 0;
}

.bullet-list2 {
	line-height: 1.2;
	margin: 0 0 23px;
}

.bullet-list2 li {
	position: relative;
	padding: 0 0 0 20px;
	margin: 0 0 3px;
}

.bullet-list2 li:last-child {
	margin: 0;
}

.bullet-list2 li:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	border-radius: 50%;
	border: 1px solid #2ea5c5;
	width: 12px;
	height: 12px;
}

.bullet-list2 li:after {
	content: "";
	position: absolute;
	top: 6px;
	left: 3px;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	background-color: #2ea5c5;
}

.bullet-list2+b {
	display: block;
	margin: 0 0 -4px;
}

.info-section {
	padding: 63px 0 26px;
	background-color: #f3eeea;
}

.info-section .box-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -10px;
}

.info-section .box {
	width: 33.3333%;
	padding: 0 10px 33px;
}

.info-section img {
	display: block;
	margin: 0 0 7px;
}

.info-section h2 {
	color: #48413c;
	font-size: 30px;
	line-height: .94;
	margin: 0 0 11px;
}

.info-section ul {
	line-height: 1.56;
	margin: 0 0 27px;
}

.info-section ul li {
	position: relative;
	padding: 0 0 0 11px;
	margin: 0 0 28px;
}

.info-section ul li:last-child {
	margin: 0;
}

.info-section ul li:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	border-radius: 50%;
	background-color: #29a3c4;
	width: 6px;
	height: 6px;
}

.info-section a {
	text-decoration: underline;
	color: #29a3c4;
}

.info-section a:hover {
	text-decoration: none;
}

.info-section .notification {
	font-style: italic;
	font-size: 16px;
	line-height: 1.50;
}

.info-section p:last-child {
	margin: 0;
}

.specialty-section {
	padding: 69px 0 109px;
	position: relative;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 1.50;
}

.specialty-section h2 {
	position: relative;
	font-size: 30px;
	line-height: 1.2;
	color: #fff;
	margin: 0 0 59px;
}

.specialty-section h2:after {
	content: "";
	position: absolute;
	bottom: -13px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 156px;
	height: 2px;
	background-color: #fff;
}

.specialty-section img {
	display: block;
	margin: 0 auto 20px;
}

.specialty-section .center-block {
	position: relative;
}

.specialty-section h3 {
	font-size: 20px;
	line-height: 1.2;
	margin: 0 0 1px;
}

.specialty-section a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

.specialty-gallery .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.specialty-gallery .slick-dots button {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 0;
	line-height: 0;
	background: #f0f0f0;
	width: 10px;
	height: 10px;
	border-radius: 505px;
	display: block;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

.specialty-gallery .slick-dots button:hover {
	background: #48413c;
}

.specialty-gallery .slick-dots li {
	margin: 0 0 0 5px;
}

.specialty-gallery .slick-dots li:first-child {
	margin: 0;
}

.specialty-gallery .slick-dots .slick-active button {
	background-color: #48413c;
}

/* Contact Page */

ul.contact_details {
	margin: 0 0 18px;
	padding: 0;
}

ul.contact_details li {
	list-style: none;
	margin: 0 0 0;
	padding: 0;
}

ul.contact_details li.last {
	list-style: none;
	margin: 0;
	padding: 0;
}

#resources span {
	padding: 0 0 0 10px;
}

#resources a.tel_no_colour {
	color: #48413c;
}

a.tel_call_action {
	display: block;
	color: #037e99;
	font-size: 120%;
	font-weight: 600;
	margin: -10px 0;
	padding: 0;
}

/* Google Maps */
#google-maps {
	position: relative;
	padding-bottom: 55%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
	margin: 0 0 22px;
	border: 4px solid #67bed1;
}

#google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.blog_image {
	margin: 4px 20px 0 0;
}

/* image border */
.image-border img {
	border: 4px solid #67bed1;
}

/* AddToAny */
.a2a_default_style a {
	padding: 0 6px 12px 0 !important;
}

.article #references h5 {
	font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.article #references p.small {
	font-size: 90%;
	line-height: 125%;
	margin: 0 0 8px;
}

/* Floating Button */
.floating-button-container {
	display: none;
}

.floating-button {
	z-index: 100;
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 25px;
	right: 25px;
	background: #27a2c4;
	color: #fff;
	font-size: 21px;
	border-radius: 40px;
	text-align: center;
	border: 3px solid #fff;
	background: -webkit-linear-gradient(left, #27a2c4 0%, #2fa4c5 17%, #36a9c8 27%, #37a8c6 30%, #3baac8 32%, #3daac7 37%, #3facc9 38%, #49b1cc 52%, #49b1ca 54%, #4eb4cd 58%, #50b4cc 63%, #57b7cf 69%, #57b7cd 72%, #5ab9cf 74%, #59b8ce 76%, #5cb8cf 76%, #5ab9cf 77%, #5db9d0 77%, #5fbcce 83%, #63bbd1 86%, #60bbd0 86%, #61bccf 88%, #65bdd1 92%, #67bed1 100%);
	background: linear-gradient(to right, #27a2c4 0%, #2fa4c5 17%, #36a9c8 27%, #37a8c6 30%, #3baac8 32%, #3daac7 37%, #3facc9 38%, #49b1cc 52%, #49b1ca 54%, #4eb4cd 58%, #50b4cc 63%, #57b7cf 69%, #57b7cd 72%, #5ab9cf 74%, #59b8ce 76%, #5cb8cf 76%, #5ab9cf 77%, #5db9d0 77%, #5fbcce 83%, #63bbd1 86%, #60bbd0 86%, #61bccf 88%, #65bdd1 92%, #67bed1 100%);
}

a:hover.floating-button {
	color: #fff;
}

.floating-button-icon {
	margin-top: 16px;
}

/* Reading List */
#reading_list {
	background: #fff;
}

#reading_list div {
	float: left;
	margin: 0 0 20px;
}

#reading_list div.first {
	margin: 20px 0 20px;
}

#reading_list div.last {
	margin: 0;
}

#reading_list img {
	float: left;
	padding: 4px 20px 5px 0;
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}
	.specialty-gallery {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -10px;
	}
	.specialty-gallery .slide {
		width: 25%;
		padding: 0 10px 10px;
	}
}

@media (max-width: 1199px) {
	#header {
		padding: 31px 0 25px;
	}
	#header .center-block {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	#header .nav-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0 62px 0 0;
	}
	#header .phone {
		margin: 0 -9px 0 0;
	}
	#header .phone a {
		padding: 4px 0 0 26px;
	}
	#header .phone a:before {
		top: 12px;
		left: 3px;
	}
	.logo {
		margin: 0;
	}
	#button_book {
		display: none;
	}
	#nav {
		margin: 0;
	}
	.nav-opener {
		display: block;
	}
	.drop {
		overflow: hidden;
		position: absolute;
		top: 100%;
		width: 279px;
		right: 43px;
		z-index: 999;
		max-height: 0;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
	}
	.drop>ul {
		display: block;
		background: #fff;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	.drop>ul>li {
		margin: 0;
	}

	.drop>ul>li:hover>a {
		color: #fff;
		background-color: #48413c;
	}
	.drop>ul>li:hover>a>.opener:before {
		border-color: #fff transparent transparent transparent;
	}
	.drop>ul>li:hover>a>.opener.actives:before {
		border-color: transparent transparent #fff transparent;
	}
	.drop>ul>li:hover>ul {
		display: none;
	}
	.drop>ul>li>a {
		color: #48413c;
		padding: 16px 22px;
	}
	.drop>ul ul {
		width: 100%;
		position: static;
	}
	.drop>ul ul li:hover>ul {
		display: none;
	}
	.drop>ul ul li:hover>a>.opener:before {
		border-color: #fff transparent transparent transparent;
	}
	.drop>ul ul li:hover>a>.opener.actives:before {
		border-color: transparent transparent #fff transparent;
	}
	.drop>ul ul li:first-child>a {
		border-radius: 0;
	}
	.drop>ul ul li:last-child>a {
		border-radius: 0;
	}
	.drop>ul ul a {
		padding: 10px 10px 10px 30px;
	}
	.drop>ul ul ul a {
		padding: 10px 10px 10px 40px;
	}
	.drop .opener {
		display: block;
	}
	.drop .current-menu-item>a {
		color: #fff;
		background-color: #48413c;
	}
	.promo-section .heading-block {
		margin: -28px 0 0;
	}
	.person-section {
		padding: 128px 0 56px;
	}
	.person-section h2,
	.person-section h3 {
		letter-spacing: -1px;
	}
	.person-section .holder {
		margin: 0 410px 0 0;
	}
	.book-form {
		clear: left;
		position: static !important;
		max-width: none;
	}
	.top-footer {
		padding: 37px 0 0;
	}
	.top-footer .logo-block {
		max-width: 310px;
	}
	.top-footer .nav-block {
		margin: 0 0 0 175px;
		max-width: 175px;
	}
	.top-footer .address-block {
		margin: 0 0 0 160px;
	}
	.main-holder {
		padding: 52px 0 93px;
	}
	.main-holder h2 {
		margin: 0 0 19px;
	}
	#sidebar {
		padding: 9px 0 0;
	}
	.info-section {
		padding: 49px 0 0;
		line-height: 1.67;
	}
	.info-section .box {
		padding: 0 10px 19px;
	}
	.info-section img {
		margin: 0 0 5px;
	}
	.info-section h2 {
		font-size: 24px;
		line-height: 1.17;
		margin: 0 0 2px;
	}
	.info-section ul {
		line-height: 1.67;
		margin: 0 0 31px;
	}
	.info-section ul li {
		margin: 0;
	}
	.info-section ul li:before {
		top: 12px;
	}
	.info-section .notification {
		line-height: 1.88;
	}
	.specialty-section {
		padding: 76px 0 63px;
	}
}

@media (max-width: 1023px) {
	.navigation,
	.navigation-comments,
	.pagination {
		font-size: 14px;
	}
	img.alignleft,
	img.alignright {
		max-width: 50%;
	}
	.divider {
		height: 30px;
	}
	#header {
		padding: 20px 0;
	}
	#header .nav-block {
		padding: 0 40px 0 0;
	}
	#header .phone {
		font-size: 22px;
		margin: 0 3px 0 0;
	}
	#header .phone a {
		padding: 10px 0 0 26px;
	}
	#header .phone a:before {
		top: 14px;
		left: 3px;
	}
	#header .btn {
		padding: 13px 10px;
	}
	.center-block {
		padding: 0 20px;
	}
	.nav-opener {
		right: 20px;
	}
	.person-section .holder {
		margin: 0 360px 0 0;
	}
	.person-section .form-holder {
		width: 340px;
	}
	.book-form {
		padding: 16px 20px 28px;
	}
	.top-footer {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 -10px;
	}
	.top-footer .box {
		width: 33.3333%;
		padding: 0 10px;
	}
	.top-footer .nav-block {
		margin: 0;
	}
	.top-footer .address-block {
		margin: 0;
	}
	.main-holder {
		padding: 50px 0;
	}
	#content>.holder {
		margin: 0 360px 0 0;
	}
	#sidebar {
		width: 340px;
	}
	.specialty-gallery .slide {
		width: 33.3333%;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 14px;
		line-height: 1.50;
	}

/* Floating Button */
.floating-button-container {
	display: block;
}

	.navigation,
	.navigation-comments,
	.pagination {
		font-size: 12px;
	}
	.navigation .page-numbers,
	.navigation-comments .page-numbers,
	.pagination .page-numbers {
		padding: 10px 8px;
	}
	.navigation .page-numbers,
	.navigation-comments .page-numbers,
	.pagination .page-numbers {
		padding: 8px;
	}
	.navigation .next a,
	.navigation .prev a,
	.navigation .al a,
	.navigation .ar a,
	.navigation-comments .next a,
	.navigation-comments .prev a,
	.navigation-comments .al a,
	.navigation-comments .ar a,
	.pagination .next a,
	.pagination .prev a,
	.pagination .al a,
	.pagination .ar a {
		padding: 10px;
	}
	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}
	.posts-list .post {
		margin: 0 0 20px;
	}
	.commentlist {
		margin-left: 0;
	}
	.commentlist .comment {
		padding: 0;
	}
	.divider {
		display: none;
	}
	h1,
	.h1 {
		font-size: 44px;
	}
	h1,
	.h1 {
		font-size: 44px;
	}
	p {
		margin: 0 0 18px;
		font-size: 16px;
		line-height: 1.50;
	}
	#header {
		padding: 9px 0;
	}
	#header .center-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	#header .nav-block {
		padding: 0;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		width: 100%;
		margin: 0 0 11px;
	}
	#header .phone {
		font-size: 14px;
		margin: 0;
		display: none;
	}
	#header .phone a {
		padding: 0 0 0 18px;
	}
	#header .phone a:before {
		width: 9px;
		top: 0;
		left: 7px;
	}
	#header .btn {
		padding: 8px 12px;
	}
	.center-block {
		padding: 0 10px;
	}
	.logo {
		width: 162px;
		margin: -10px 0 0;
	}
	.logo img {
		width: 90%;
	}
	.nav-opener {
		top: 13px;
		right: 12px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.drop {
		right: 0;
		width: 191px;
	}
	.btn {
		font-size: 14px;
		padding: 8px 12px;
	}
	.promo-section {
		min-height: 300px;
	}
	.promo-section h1 {
		font-size: 36px;
		margin: 0 0 8px;
		line-height: 1;
	}
	.promo-section h2 {
		font-size: 30px;
		line-height: 1.1;
	}
	.promo-section .heading-block {
		margin: 2px 0 0;
	}
	.person-section {
		padding: 16px 0 0;
		text-align: left;
	}
	.person-section h2,
	.person-section h3 {
		font-size: 24px;
		letter-spacing: normal;
		margin: 0 0 19px;
		line-height: 1.1;
	}
	.person-section .content-block {
		overflow: visible;
	}
	.person-section .content-holder {
		float: none;
		margin: 0 0 29px;
	}
	.person-section .holder {
		margin: 0;
	}
	.person-section .holder h4 {
		font-size: 20px;
		margin: 0 0 5px;
	}
	.person-section .text-block {
		margin: 0 0 22px;
	}
	.person-section .form-holder {
		float: none;
		width: auto;
		margin: 0;
	}
	.signature {
		margin: 0 auto;
	}
	.person-img {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		display: block;
		margin: 0 auto 13px;
	}
	.book-form {
		border-radius: 0;
		padding: 23px 20px 41px;
		margin: 0 -10px;
	}
	.book-form h4 {
		font-size: 24px;
		line-height: 1.2;
		margin: 0 0 8px;
	}
	.book-form .heading-block {
		margin: 0 0 9px;
	}
	.book-form input[type="text"],
	.book-form textarea {
		height: 46px;
	}
	.gform_wrapper .gform_body ul.gform_fields li.gfield {
		margin: 0 0 9px;
	}
	.gform_wrapper .gform_body textarea.medium {
		height: 82px;
	}
	.gform_wrapper form .gform_footer input[type="submit"] {
		font-size: 18px;
		height: 55px;
	}
	#footer {
		font-size: 14px;
		line-height: 1.29;
	}
	.top-footer {
		display: block;
		margin: 0;
		padding: 30px 0 19px;
	}
	.top-footer .box {
		width: 100%;
		padding: 0;
		margin: 0 0 26px;
	}
	.top-footer .box:last-child {
		margin: 0;
	}
	.top-footer h4 {
		margin: 0 0 8px;
		font-size: 14px;
	}
	.top-footer .logo-block {
		max-width: none;
	}
	.top-footer .logo {
		margin: 0 0 13px;
	}
	.top-footer .nav-block {
		max-width: none;
		margin: 0 0 19px;
	}
	.top-footer address {
		padding: 0 0 0 18px;
	}
	.top-footer address:before {
		top: 5px;
		left: 1px;
	}
	.top-footer .address-block {
		max-width: none;
		line-height: 1.72;
	}
	.top-footer .address-block h4 {
		margin: 0 0 5px;
	}
	.top-footer .address-block li {
		padding: 0 0 0 18px;
	}
	.top-footer .address-block li:before {
		top: 6px;
		left: 1px;
	}
	.top-footer .address-block li.mail:before {
		top: 7px;
		left: 0;
	}
	.sub-nav li {
		margin: 0 0 6px;
	}
	.sub-nav li:last-child {
		margin: 0;
	}
	.footer {
		padding: 0;
		font-size: 12px;
	}
	.social {
		margin: 0 0 9px;
	}
	.doc li:before {
		margin: 0 9px;
	}
	.main-holder {
		padding: 16px 0 0;
	}
	.main-holder h2 {
		margin: 0 0 10px;
		font-size: 28px;
	}
	#content {
		float: none;
		margin: 0 0 31px;
	}
	#content>.holder {
		margin: 0;
	}
	#sidebar {
		width: auto;
		margin: 0;
		float: none;
		padding: 0;
	}
	.bullet-list {
		margin: 0 0 20px;
	}
	.bullet-list li{
		font-size: 16px;
		padding: 0 0 0 12px;
		background: url(images/bullet.png) no-repeat 0 5px;
	}

	.ordered-list li{
		font-size: 16px;
		padding: 0;
		background: none;
	}

	.bullet-list li:before {
		width: 5px;
		height: 5px;
		top: 5px;
	}
	.bullet-list2 {
		margin: 0 0 18px;
	}
	.bullet-list2 li {
		padding: 0 0 0 17px;
	}
	.bullet-list2 li:before {
		width: 9px;
		height: 9px;
	}
	.bullet-list2 li:after {
		width: 5px;
		height: 5px;
		top: 5px;
		left: 2px;
	}
	.info-section {
		padding: 29px 0 37px;
		line-height: 1.29;
	}
	.info-section .box-block {
		display: block;
		margin: 0;
	}
	.info-section .box {
		width: 100%;
		padding: 0;
		margin: 0 0 24px;
	}
	.info-section .box:last-child {
		margin: 0;
	}
	.info-section img {
		margin: 0 0 3px;
	}
	.info-section h2 {
		font-size: 20px;
		line-height: 1.40;
		margin: 0 0 -3px;
	}
	.info-section h2 br {
		display: none;
	}
	.info-section ul {
		line-height: 1.29;
		padding: 0 40px 0 0;
		margin: 0 0 18px;
	}
	.info-section ul li {
		padding: 0 0 0 9px;
	}
	.info-section ul li:before {
		top: 5px;
	}
	.info-section .notification {
		line-height: 1.29;
		font-size: 14px;
	}
	.specialty-section {
		padding: 40px 0;
		font-size: 14px;
		line-height: 1.29;
	}
	.specialty-section h2 {
		font-size: 20px;
		margin: 0 0 46px;
	}
	.specialty-section h2:after {
		bottom: -9px;
		width: 86px;
	}
	.specialty-section h3 {
		font-size: 18px;
		margin: 0;
	}
	.specialty-gallery {
		padding: 0 10px;
	}

	/* Reading List */
	#reading_list, #reading_list div {
		background: #fff;
	}

	#reading_list div.last {
	margin: 0 0 20px;
	}
}

@media (max-width: 479px) {
	.parent.comment .comment {
		margin-left: 5%;
	}
}



/*** specialty sprite

.specialty01, .specialty02, .specialty03, .specialty04, .specialty05, .specialty06, .specialty07, .specialty08
{ display: inline-block; background: url('specialty_sprite.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; }
 
.specialty01 { background-position: -5px -0px; width: 75px; height: 85px; }
.specialty02 { background-position: -85px -0px; width: 75px; height: 85px; }
.specialty03 { background-position: -5px -90px; width: 75px; height: 85px; }
.specialty04 { background-position: -85px -90px; width: 75px; height: 85px; }
.specialty05 { background-position: -5px -180px; width: 75px; height: 85px; }
.specialty06 { background-position: -85px -180px; width: 75px; height: 84px; }
.specialty07 { background-position: -85px -269px; width: 75px; height: 84px; }
.specialty08 { background-position: -5px -270px; width: 75px; height: 84px; }

*/