/*
Theme Name: Bourdage Chiropractic (Twenty Twelve Child)
Author: West Loop Media, Inc.
Version: 1.0
Description: Adaptation of the WordPress theme Twenty Twelve.
Template: twentytwelve
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/

*/

@import url("../twentytwelve/style.css");

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #656565;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 0!important;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

#mce-EMAIL {width: 100%;}

input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {border-color: #48b8e7; box-shadow: 0 0 6px #a4d9ef;}
input:focus:invalid, textarea:focus:invalid, select:focus:invalid {color: #777777;}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
	vertical-align: text-top;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 12px;
	font-size: 12px;
	line-height: 1.428571429;
	font-weight: normal;
	color: #e4f0f4;
	background-color: #1588b7;
	background-image: -moz-linear-gradient(top, #1799cf, #0c7dab);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1799cf), to(#0c7dab));
	background-image: -webkit-linear-gradient(top, #1799cf, #0c7dab);
	background-image: -o-linear-gradient(top, #1799cf, #0c7dab);
	background-image: linear-gradient(to bottom, #1799cf, #0c7dab);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1799cf', endColorstr='#0c7dab', GradientType=0);
	border: none;
	border-radius: 0;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #FFFFFF;
	background-color: #1387b6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #20a4da, #1387b6);
	background-image: -ms-linear-gradient(top, #20a4da, #1387b6);
	background-image: -webkit-linear-gradient(top, #20a4da, #1387b6);
	background-image: -o-linear-gradient(top, #20a4da, #1387b6);
	background-image: linear-gradient(top, #20a4da, #1387b6);
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #FFFFFF;
	background-color: #26aae0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #26aae0, #188dbc);
	background-image: -ms-linear-gradient(top, #26aae0, #188dbc);
	background-image: -webkit-linear-gradient(top, #26aae0, #188dbc);
	background-image: -o-linear-gradient(top, #26aae0, #188dbc);
	background-image: linear-gradient(top, #26aae0, #188dbc);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}











.menu-toggle {
	color: #DDDDDD;
	background-color: #6a6a6a;
	background-image: -moz-linear-gradient(top, #767676, #606060);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#767676), to(#606060));
	background-image: -webkit-linear-gradient(top, #767676, #606060);
	background-image: -o-linear-gradient(top, #767676, #606060);
	background-image: linear-gradient(to bottom, #767676, #606060);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#767676', endColorstr='#606060', GradientType=0);
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle:hover {
	color: #FFFFFF;
	background-color: #818181;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #818181, #6b6b6b);
	background-image: -ms-linear-gradient(top, #818181, #6b6b6b);
	background-image: -webkit-linear-gradient(top, #818181, #6b6b6b);
	background-image: -o-linear-gradient(top, #818181, #6b6b6b);
	background-image: linear-gradient(top, #818181, #6b6b6b);
}
.menu-toggle:active,
.menu-toggle.toggled-on {
	color: #FFFFFF;
	background-color: #898787;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #898787, #737373);
	background-image: -ms-linear-gradient(top, #898787, #737373);
	background-image: -webkit-linear-gradient(top, #898787, #737373);
	background-image: -o-linear-gradient(top, #898787, #737373);
	background-image: linear-gradient(top, #898787, #737373);
	box-shadow: none;
	border: none;
}





li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 0 0 0 0!important;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	border: 5px solid #FFFFFF;
}
.home img.wp-post-image {
	box-shadow: none;
	border: none;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	position: relative;
	float: left;
	width: 50%;
	line-height: 1.25em;
}
.nav-next,
.next-image {
	position: relative;
	float: right;
	text-align: right;
	width: 50%;
	line-height: 1.25em;
}
.nav-previous span.meta-nav {position: absolute; top: 10px; left: 0;}
.nav-previous a {padding: 10px 0; display: inline-block; padding-left: 25px;}
.nav-previous a:hover, .nav-next a:hover {background: #EEF6F9;}

.nav-next span.meta-nav {position: absolute; top: 10px; right: 0;}
.nav-next a {padding: 10px 0; display: inline-block; padding-right: 25px;}


.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	height: 100%;
	font-size: 87.5%;
}
body {
	height: 100%;
	/*background-image: url('img/bg.png'); 
	background-image: url('img/bg-billie_holiday.png');
	background-image: url('img/bg-debut_light.png');
	background-image: url('img/bg-gray_jean.png');
	background-image: none; background-color: #F5F5F5;
*/
	background-image: url('img/bg-agsquare.png');
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}


body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #656565;
	font-weight: normal;
}

.page-id-15 .entry-content h2 {margin: 30px 0 0 0!important; padding-top: 20px; font-size: 25px!important; border-top: 1px solid #CCC;}
.page-id-15 .entry-content h2:first-child {border-top: none; padding: 0; margin: 0!important;}
.entry-content h3 {font-size: 17px!important; line-height: 18px!important; font-weight: normal; margin: 30px 0 5px 0!important; color: #444444;}

.parent-pageid-7 h2 {margin-bottom: 0!important;}

p {font-size: 13px; line-height: 21px; margin: 0 0 20px!important;}

a {
	outline: none;
	color: #108dc1;
  text-decoration: none;
}
a:hover {
	color: #0a75a2;
	text-decoration: none;
}
a:focus {text-decoration: none;}

td.right {text-align:right; padding-right: 15px!important;}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0 24px;
	padding: 0 1.714285714rem;
	background: none;
	margin: 0 auto;
    min-height: 100%;
    text-align: left;
	max-width: 100%;	
}

hgroup.row {margin-left: 0;}
.site-content {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}
.home .site-content {margin: 0; width: 100%;}
.home #main {
	border: none;
}
#main {
	border: 1px solid #DBDBDB;
	background: #FFFFFF;
	padding: 0 0 275px;
}
.home #main {background: none;}

#slider .left {float: left; width: 40%; text-align: left; padding-top: 30px;}
#slider .right {float: right; width: 60%;}
#slider .left h2 {font-size: 56px; text-align: left; line-height: 1.2em;}
#slider h2.slide-title {display: none;}
#slider .left a {
	background: url('img/btn-cta.png') no-repeat top right; 
    display: inline-block;
	color: #e4f0f4;
    font-size: 1.2em;
	line-height: 1.3em;
    height: auto;
    margin: 20px 0 0;
    padding: 8px 42px 8px 14px;
    text-decoration: none;
}
#slider .left a:hover {
	color: #FFFFFF;
	background-position: right -75px;
}
.responsive-slider.flexslider .flex-direction-nav li a:hover, .responsive-slider.flexslider .flex-direction-nav li a:focus {
	outline: none;}
.responsive-slider.flexslider .flex-control-nav {display: none;}

.span.buckets {margin-bottom: 15px; margin-left:  0;}
.span.buckets.top p {padding-left: 0;}
.span.buckets.top a{color: #444;}
.span.buckets.top a:hover {color: #444;}
.bucket {position: relative; float: left;border: 1px solid #c6e1e9; background: #e4f0f4; margin-right:1.5%; margin-bottom: 15px; padding: 0; width: 32%; height: 125px; text-align: left; }
.bucket.white {border: 1px solid #dbdbdb; background: #FFFFFF; min-height:300px;}
.bucket:hover {background: #ecf3f5;}
.bucket.white:hover {background: #FFFFFF;}
.bucket h3 {
    color: #1A7897;
    font-size: 18px;
    line-height: 1.4em;
    margin: 0 0 5px;
}
.bucket.white h3  {color: #656565;}
.bucket img {opacity: .85;}
.bucket.blue img {float: left; display: inline-block;}
.bucket.blue .text {display: inline-block; float: right; margin: 0px; width: 170px;}

.bucket:hover img {opacity: 1;}
.bucket .arrow {position: absolute; bottom: 3px; right: 3px; width: 15px; height: 15px; display: block; background:url('img/bucket-arrow.png') no-repeat top right;}
.bucket:hover .arrow {background-position: bottom right;}
.bucket .icon {position: absolute; top: 20px; left: 20px; background: url('img/sprite-icons.png') no-repeat 0 0; width: 40px; height: 40px;}
.bucket .icon.rss {background-position: 0 0;}
.bucket .icon.mail {background-position: 0 -35px;}
.bucket .icon.pin {background-position: 0 -80px;}
p.map {color: #999999; font-size: 12px; line-height: 14px; margin: 5px 0 0!important;}
.bucket .content {margin: 20px;}
.bucket.white .content {padding-left: 55px;}
.bucket.white.center .content {padding-left: 0;}
.bucket img{float: left; margin: 0 15px 0 0;}
.bucket.white.right img {float: none; margin: 20px 0 5px;}
.bucket.right {margin-right: 0;}
.bucket.white.right p {margin-bottom: 0!important;}

.bucket.white.left p {margin: 0 0 15px!important;}
.bucket p.meta, .bucket p.meta a {font-size: 12px; color: #999999;}
.bucket p.meta a:hover {color: #21759B;}
.bucket a.more {font-size: 11px;}

.bucket.white.full {width: 99.4%; margin-right: 0;min-height: 100px;}

.bucket.white.full .text {float: left; margin-right: 5%; width: 50%;}
.bucket.white.full .mailchimp {width: 45%; float: right; padding: 35px 0 0;}

.home #mce-EMAIL {float: left; margin-right: 3px; width: 250px;}

.st_plusone {width: 30px; display: inline-block;}

.bucket h4 {font-family: Arial, Helvetica, sans-serif; font-size: 18px; line-height: 22px; margin: 0 0 5px;}

.widget-area {
	padding: 35px 0 0 30px;
	padding: 2.5rem 0 0 30px;
	margin: 0;
}
.home #primary #content {margin: 0;}
#primary #content {margin: 0 0 0 30px;}

.appt-col {float: left; width: 50%; font-size: 13px;}
span.wpcf7-list-item { float: left; margin: 0 15px 0 0;}
.appt-col .row {
    display: inline-block;
    font-size: 13px;
    margin: 5px 0 20px;
}
.appt-col input[type="text"], .appt-col input[type="email"], .appt-col input[type="tel"], .appt-col textarea, .appt-col select{width: 80%;}



.more-link.btn {
    display: block;
    font-size: 12px;
    margin: 20px 0;
    padding: 7px 10px 7px 7px;
    width: 80px;
}
.meta-nav {background: url("img/slider-call-arrow.png") no-repeat 0 0; width: 12px; height: 12px; margin-top: 2px; display: inline-block; float: right;}
.more-link.btn:hover .meta-nav {background-position: 0 -14px;}
	
.btn {border-radius: 0;}
.btn-primary {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 12px;
	font-size: 12px;
	line-height: 1.428571429;
	font-weight: normal;
	color: #e4f0f4;
	background-color: #1588b7;
	background-image: -moz-linear-gradient(top, #1799cf, #0c7dab);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1799cf), to(#0c7dab));
	background-image: -webkit-linear-gradient(top, #1799cf, #0c7dab);
	background-image: -o-linear-gradient(top, #1799cf, #0c7dab);
	background-image: linear-gradient(to bottom, #1799cf, #0c7dab);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1799cf', endColorstr='#0c7dab', GradientType=0);
	border: none;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
}
btn:hover, btn: focus {background-position:inherit;}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	color: #FFFFFF;
	background-color: #1387b6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #20a4da, #1387b6);
	background-image: -ms-linear-gradient(top, #20a4da, #1387b6);
	background-image: -webkit-linear-gradient(top, #20a4da, #1387b6);
	background-image: -o-linear-gradient(top, #20a4da, #1387b6);
	background-image: linear-gradient(top, #20a4da, #1387b6);
}

/* Header */

header .ph {color: #555;font-weight: bold;}

.site-header {
	width: 100%;
	padding: 24px 0;
	padding: 1.714285714rem 0;
	display: inline-block;
	position: relative;
}
.site-header h1,
.site-header h2 {
	text-align: left
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 10px;
	display: inline-block;
	float: left;
}
.site-header h1 img {max-width: 300px;}
.site-header h2 {
	display: inline-block;
	display: none;
	font-weight: normal;
	font-size: 20px;
	font-style: italic;
	letter-spacing: 2px;
	color: #AAA;
	margin-right: 0;
	line-height: 1.25;
	position: absolute;
	bottom: 10px;
	left: 100px;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

.site-header .content {
	float: right;
	width: auto;
	text-align: right;
	color: #999999;
}

.site-header .content .contact {
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
}


.page-id-54 #content ul {
	list-style-type: none;
	}
.page-id-54 #content ul li {
    margin: 0;
    padding: 0;
}
.page-id-54 #content ul li a {
    background: url("img/icon-pdf.png") no-repeat scroll 10px 8px;
    border-bottom: 1px solid #DDDDDD;
    display: block;
    padding: 10px 0 10px 35px;
}
.page-id-54 #content ul li:last-child a{
	border-bottom: none;
	}
.page-id-54 #content ul li a:hover {
	background-color: #eef6f9;
}

.contact-top {margin-left: 0;}
.contact-left {float: left; width: auto; margin: 0 35px 20px 0;}
.contact-right {float: left; width: auto;}

/* Navigation Menu */
.main-navigation {
	margin-top: 0;
	position: absolute;
	right: 0;
	bottom: 22px;
	text-align: left;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
	text-align: left;
}
.main-navigation a {
	color: #555555;
	text-decoration: none;
}
.main-navigation a:hover {
	color: #111111;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}


.sub-menu {margin-top: 4px;}

/* Subnav */

#subnav {
    border-bottom: 1px solid #d7e4e9;
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 30px;
}
#subnav span {margin: 0 10px; color: #8ea8b0;}
#subnav p {display: inline-block; float: left; margin: 0; padding: 0;}
#subnav ul {float: left; margin-top: 4px;}
#subnav li {float: left; margin: 0; padding: 0;}
.page-parent #subnav ul.title li a, .page-parent #subnav ul.title li a:hover, #subnav li.current-menu-item a, #subnav li.current-menu-item a:hover {background: #E9F2F5; color: #3e6774;}
#subnav li a {padding: 5px 10px; display: inline-block;}
#subnav li a:hover {background: #F5F5F5; text-decoration: none;}
#subnav ul.title li {margin: 0;}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Blog */

.blog .site-content article {margin-bottom: 40px; border-bottom: 1px solid #ddd;}


/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: auto;
	margin-right: 30px;
	margin-bottom: 45px;
	word-wrap: break-word;
}
.widget-area #recent-posts-2.widget {
	margin-bottom: 35px;
}
.widget-area .widget h3 {
	margin-bottom: 15px;
	margin-bottom: 1.3em;
	line-height: 1.3em;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.5;
}
.widget-area .widget li {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #c6d9e0;
	}
.widget-area .widget li:last-child {
	padding: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget li a {
	padding: 10px 0;
}
.widget-area .widget a {
	color: #108DC1;
	display: block;
	padding: 0;
}
#secondary.widget-area .widget a:hover {
	color: #0a75a2;
	background-color: #f2f9fb;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

#recent-posts-2 h3 {
	margin-bottom: 0;
}

#text-6 a, #text-7 a{
	padding-left: 65px;
	min-height: 50px;
	display: block;
	}
#text-6 a{
	background:url('img/icon-sb-schedule.png') no-repeat 0 0;
}
#text-7 a{
	background:url('img/icon-sb-forms.png') no-repeat 0 0;
}

.small {font-size: 11px; color: #888;} 

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Bios */
.entry-content .bio-left ul {list-style-type: none; margin: 0;} 
.entry-content .bio-left li {margin: 0; padding: 8px 0; border-bottom: 1px solid #DDD;}
.entry-content .bio-left li:last-child {border-bottom: none;}
.entry-content .bio-left h3 {font-size: 0.785714rem!important; font-weight: bold; text-transform: uppercase; color: #656565;}
.entry-content .bio-left {float: left; width: 30%; margin-top: 10px;}
.entry-content .bio-right {float: right; width: 65%; margin-top: 10px;}
.entry-content .bio-right h2:first-child {margin: 0 0 7px!important; line-height: 1em;}

/* Footer */

.copyright {background: rgba(0,0,0,.7); color: #aaa; display: block; width: auto; padding: 30px 40px 25px; text-align: center;}
.copyright a {color: #aaa; transition: ease all .2s;}
.copyright a:hover {color: #ccc;}

table.home-hours {border: none; font-size: 13px;}
table.home-hours tr td:first-child {width: 45px;}

#colophon {
	background-color: #585858; 
	color: #cacaca;
    clear: both;
    height: 250px;
    margin: -275px auto 0;
    overflow: hidden;
    padding: 25px 0 0;
    position: relative;
    width: 100%;
	}

footer[role="contentinfo"] {
	border-top: 1px solid #ededed;
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 100%;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}
#colophon .content {
	display: flex;
	width: 68.5714rem;
	margin: 0 auto;
	}
#colophon .col {
    border-left: 1px solid #777777;
    float: left;
    padding: 0 0 0 15px;
    width: 23.5%;
	height: auto;
}
#colophon .col:first-child {
	padding: 0;
	border: none;
}
#colophon h3 {color: #cacaca; font-size: 24px; line-height: 28px; margin: 0 0 10px;text-transform: none;font-weight: normal;}
#colophon a {color: #dddddd;}
#colophon a:hover {color: #ffffff;}

a.fb ,a.tw, a.pin, a.g, a.yp, a.yt, a.rss, a.fs {width: 25px; height: 25px; display: inline-block; background: url('img/sprite-social.png') no-repeat 0 0; margin: 0 15px 10px 0;}

a.fb:hover {background-position: -25px 0;}

a.tw {background-position: 0 -25px;}
a.tw:hover {background-position: -25px -25px;}

a.pin {background-position: 0 -50px;}
a.pin:hover {background-position: -25px -50px;}

a.g {background-position: 0 -75px;}
a.g:hover {background-position: -25px -75px;}

a.yp {background-position: 0 -100px;}
a.yp:hover {background-position: -25px -100px;}

a.rss {background-position: 0 -125px;  margin-right: 0;}
a.rss:hover {background-position: -25px -125px;}

a.yt {background-position: 0 -150px;}
a.yt:hover {background-position: -25px -150px;}

a.fs {background-position: 0 -175px;}
a.fs:hover {background-position: -25px -175px;}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
    clear: both;
    color: #959595;
    display: block;
    font-size: 13px;
	  line-height: 1.4em;
    margin: 15px 0 0;
    padding: 0;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 36px;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
	color: inherit;
}
.entry-header .entry-title a:focus {
	color: #333333;
	outline: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}

.entry-header .post-categories {
    display: inline-block;
    position: relative;
    top: 4px;
}
.entry-header .leave-reply {
    position: relative;
    top: 0;
}

.entry-header .post-categories li{
	float: left; 
	line-height: inherit;
}
.entry-header .comments-link {
	margin-top: 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: inherit;
	color: #757575;
	float: right;
	display: inline-block;
}
.comments-link a,
.entry-meta a {
	color: #959595;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}

.home h1.entry-title {display:none;}

.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 15px 0 10px;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 25px;
	line-height: 1.5;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}

.entry-content p:last-child {
	margin-bottom: 0;
}

.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
	margin-top: 5px;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	font-size: 13px;
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.parent-pageid-7 blockquote {
	padding: 15px 0 0;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	font-family: Georgia,"Times New Roman",Times,serif;
	margin: 25px 0 22px;
	color: #777777;
	}
.parent-pageid-7 blockquote p {
	font-size: 19px;
	line-height: 26px;
}
.parent-pageid-7 blockquote h3{
	margin: 5px 0 10px!important;
	font-weight: bold;
	font-style: normal;
	color: #777777;
	font-size: 0.785714rem!important;
	text-transform: uppercase; 
}

hr {margin: 25px 0 45px; border: 3px solid #E9F2F5;}

.page-id-11 .entry-content blockquote {
    border-bottom: 1px solid #CCCCCC;
    margin: 15px 0;
    padding: 15px 30px 10px;
}
.page-id-11 .entry-content blockquote:first-child {
	padding-top: 10px;
}
.page-id-11 .entry-content blockquote:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.page-id-11 .clearfloat {display: none;}


blockquote p {font-size: 14px;}

.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}

code {white-space:normal; color: #999999;}

.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 10px;
	margin-bottom: 10px;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #E9F2F5;
	padding: 6px 7px;
	line-height: 1.5em;
}

.highlight {background: #E9F2F5;}

.site-content article {
	border-bottom: 4px double #ededed;
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
	display: none;
}
.single-author .entry-meta .by-author {
	display: inline-block;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


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

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
	display: none;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


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

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =Media queries
-------------------------------------------------------------- */

@media (max-width: 600px) {
	.site-header h2 {float: left;}
	.site-header .content .contact {float: left; margin-top: 5px;}
	.main-navigation {margin: 20px 0 10px; position: relative; bottom: 0;}
	.menu-toggle:active, .menu-toggle.toggled-on, button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active {margin-bottom: 0; width: auto;}
	.main-navigation ul.nav-menu.toggled-on, button.menu-toggle {font-family: Arial, Helvetica, sans-serif; width: auto; min-width: 100%; display: block;}
	button.menu-toggle {background: url('img/bg-menu.png') no-repeat right 0!important; color: #dddddd!important; text-align: left;}
	button.menu-toggle:hover {background: url('img/bg-menu.png') no-repeat right -29px!important; color: #fff!important;}
	button.menu-toggle:active, button.menu-toggle.toggled-on {background: url('img/bg-menu.png') no-repeat right -58px!important; color: #fff;}
	button.menu-toggle.toggled-on:hover {background: url('img/bg-menu.png') no-repeat right -87px!important; color: #fff;}
	
	.main-navigation ul.nav-menu.toggled-on {margin-bottom: 10px; width: 100%;}
	.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {float: left; margin-top: 0;}
	.main-navigation li {margin: 0 0 4px;}
	.main-navigation li a {background: #d9d9d9; padding: 6px 10px; display: block; font-size: 14px;}
	.main-navigation li a:hover {background: #e5e5e5;}
	
	#primary #content {margin: 10px 30px 0;}
	.widget-area .widget {margin-right: 0;}
	.widget-area #text-7.widget {margin-bottom: 0;}
	#secondary.widget-area {padding: 30px; background: #E9F2F5;}
	#secondary.widget-area a:hover{background-color: #f2f9fb;}
}

@media (max-width: 700px) {
#primary #content {margin: 10px 25px 0;}
.entry-header {margin-bottom: 15px;}
.entry-header .entry-title {font-size: 2.5em;}
.entry-content h2, .comment-content h2, .mu_register h2 {font-size: 23px;}
.entry-content .bio-left, .entry-content .bio-right {float: none; width: auto;}
.entry-content .bio-left h3, .entry-content .bio-left p, .bio-left ul, br.clearfloat {display: none;}
.page-id-11 .entry-content blockquote {padding: 10px 0 5px;}
table#hours span {display: none;}
.appt-col input[type="text"], .appt-col input[type="email"], .appt-col input[type="tel"], .appt-col textarea, .appt-col select{width: 94%;}
.entry-content td, .comment-content td {padding: 5px;}
}

@media (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 68.571428571rem;
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 65.104166667%;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
		margin-bottom: 15px;
	}
	.span.buckets {margin-left: 0; float: none;}
	.widget-area {
		background: #e9f2f5;
		float: right;
		width: 26.041666667%;
	}
	#widget-area a:hover{background-color: #f2f9fb;}	
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}

	.main-navigation {position: relative; bottom: 0; margin-top: 0;}
	
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: none;
		border-top: none;
		display: inline-block !important;
		text-align: left;
		width: auto;
		margin-top: 0;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		line-height: 3.7;
		text-transform: none;
		white-space: nowrap;
		font-size: 15px;
	}
	.main-navigation li a:hover {
		color: #000;
	}
	.main-navigation li {
		margin: 0 15px 0 0;
		position: relative;
	}
	.main-navigation li:last-child {
		margin: 0;
	}
	
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 40px;
		z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li a {
		background: #DDDDDD;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 13px;
		color: #333333;
		line-height: 2.181818182;
		padding: 5px 10px;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li:last-child a {
		border-bottom: none;
	}
	
	.main-navigation li ul li a:hover {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #636363;
		font-weight: bold;
	}

	.main-navigation .current-menu-item > a:hover,
	.main-navigation .current-menu-ancestor > a:hover,
	.main-navigation .current_page_item > a:hover,
	.main-navigation .current_page_ancestor > a:hover {
		color: #636363;
	}

	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 39px;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
	#colophon .content {
		max-width: auto;
		width: auto;
		margin: 0 2.85714rem;	
	}
}

@media (min-width: 601px) and (max-width: 720px) { 
	#text-6 a, #text-7 a {
		padding-left: 0; padding-top: 65px;
	}
	
	.site-header h2 {bottom: 60px!important;}
	.site-header .content .contact {
		margin: 5px 0 0;
		position: relative;
		text-align: left;
		top: 15px;
}
}

@media (min-width: 1057px) {
#colophon .content {
    margin: 0 auto;
    width: 68.5714rem;
}
}

@media (max-width: 1050px) {
.bucket.blue img {width: 25%; margin: 0 10px 0 0;}
}

@media (min-width: 960px) {
	body .site {
		width: auto;
		margin-top: 0;
		margin-top: 0;
		margin-bottom: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}	
}

@media (min-width: 901px) { 
.main-navigation {position: absolute; bottom: 22px;}
.site-header h2 {margin-right: 25px;}
}

@media (max-width: 920px) { 
.bucket.white.full .text {width: 40%;}
.bucket.white.full .mailchimp {width: 55%;}
}

@media (max-width: 900px) { 
.site-header {padding-bottom: 0;}
.site-header h2 {top: 86px; margin: 0; position: absolute;}
.site-header .content {float: none;}
.site-header .content .contact {margin: 10px 0 0 0;}
table.home-hours {margin: 0 auto 15px;}
#colophon {height: auto; padding-bottom: 15px;}
#colophon .content {
	display: block;
    margin: 0 1.71429rem;
    width: auto;
	text-align: center;
}
#colophon .col,#colophon .col:first-child {
	border-left: none;
    border-bottom: 1px solid #777777;
    float: none;
    height: auto;
    padding: 15px 0 5px;
    width: 100%;
}
#colophon .col:first-child {
	padding: 0 0 10px;
	}
#colophon .col:last-child {
	border-bottom: none;
}
}


@media (min-width: 769px) and (max-width: 1015px) { 
	.bucket {height: 135px;}
}
	
@media (min-width: 769px) and (max-width: 979px) { 
	body .site {width: auto;}
	.bucket.white {min-height: 400px;}
	.bucket img {width: 25%; margin: 0 10px 0 0;}
	.bucket.blue {min-height: 155px;}
	.bucket.blue .text {width: 68%;}
	.bucket.white.center img {width: auto;}
	.bucket.white.right img {width: 100%;}
	#slider .left h2 {font-size: 50px; line-height: 54px;}

	#colophon .content {
		max-width: auto;
		width: auto;
		margin: 0 2.85714rem;	
	}

}


@media (max-width: 768px) {
#masthead hgroup.row {text-align: center;}
.site-header h1 {line-height: normal; float: none;}
.site-header .content {float:  none; text-align: center;}
.site-header .content .contact {margin: 5px 0 0 0; text-align: left; float: none;}
.site-header h2 {margin: 0 20px 0 0;}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {margin: 5px auto 0; width: auto;}
.menu-main-container {text-align: center;}
.alignright {float: none; display: block;}
img.alignright {margin: 0 auto 15px;}
#slider .left {float: none; width: auto;  margin: 0 0 30px 0; padding-top: 15px; text-align: center;}
#slider .left h2 {text-align: center;}
#slider .right {float: none; width: auto;}
#slider .span {width: 100%;}
.responsive-slider.flexslider .slides img {width: 100%;}
.span.buckets {display: block;}
.span.buckets.top p {margin: 0!important;}
.bucket {
    float: none;
    margin: 0 0 15px;
    width: auto;
	min-height: 115px;
	height: auto;
}
.bucket.blue .content {text-align: center;}
.bucket img {margin: 0 0 10px 0;}
.bucket.blue .text {float: none; width: auto;}
.bucket.blue img {display: inline-block; float: none; width: auto;}
.bucket.white .content {text-align: center;}
.bucket.white img {float: none; width: auto;}
.bucket.white {min-height: inherit;}
p.map {margin-top: 0;}

.bucket.white.full .text {
    float: none;
    margin-right: 0;
    width: auto;
}
.bucket.white.full .mailchimp {
    float: none;
    margin: 0 auto;
    width: 345px;
	padding: 0;
}
.home #mce-EMAIL {width: 65%;}
.home #mc-embedded-subscribe {width: 28%;}

.appt-col {float: none; width: 100%;}

div.wpcf7 {line-height: 1.4em!important;}

span.wpcf7-not-valid-tip {
    background: none repeat scroll 0 0 transparent!important;
    border: medium none!important;
    color: #CC0000!important;
    font-size: 11px!important;
    left: 0!important;
    padding: 0!important;
    top: 17px!important;
    width: auto!important;
}
div.wpcf7-validation-errors {display: none!important;}

div.wpcf7-mail-sent-ok {
    border: medium none!important;
    color: #398F14!important;
}
div.wpcf7-response-output {padding: 0!important; margin: 0!important;}


@media (max-width: 480px) {
	
.bucket.white.full .mailchimp {width: auto;}

.home #mce-EMAIL {
    float: none;
    width: 200px;
}
.home #mc-embedded-subscribe {width: 214px;}

}

@media (max-width: 412px) {
.site-header .content .contact {text-align: center;}
}

@media (max-width: 380px) {
	.site-title img {width: 100%;}
	.site-header h2 {font-size: 16px; top: 79px; left: 95px; margin: 0;}
	.site-header .content .contact {margin: 0;}
	.main-navigation {margin: 15px 0 25px;}
	#slider .left {padding: 0;}
	#slider .left h2 {font-size: 50px;}
	#slider .left a {display: block;}
	
}

/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}