/*
Theme Name: North Shore Hand Center
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

.widget:after,
.post-password-form p:after,
.search-form:after,
.wrap:after,
#nav:after {
	content: " ";
	display: table;
	clear: both;
}

#nav ul,
.soc-list,
.footer-list,
.social-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li,
.soc-list li,
.footer-list li,
.social-list li {
	list-style-type: none;
	list-style-position: outside;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	margin: 0;
	padding: 0;
	max-height: 1000000px;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 22.8px;
}

html,
body,
div,
span,
applet,
embed,
object,
iframe,
frameset,
p,
q,
blockquote,
sub,
sup,
a,
abbr,
acronym,
font,
img,
small,
center,
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
big,
u,
ins,
i,
cite,
em,
var,
dfn,
address,
s,
strike,
del,
dl,
dt,
dd,
ol,
ul,
li,
pre,
code,
kbd,
samp,
tt,
fieldset,
legend,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	border: 0;
	background: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

body {
	color: #000;
	font: 14px/1.9 "Arial", "Helvetica", sans-serif;
	background: #12213c;
	overflow-y: scroll;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

a {
	text-decoration: none;
	color: #51bce3;
	outline: none;
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
}

a:hover {
	opacity: .6;
}

img {
	max-width: 100%;
	height: auto;
}

video,
iframe,
object,
embed {
	max-width: 100%;
}

input,
textarea,
select {
	font: 100% "Arial", "Helvetica", sans-serif;
	color: #000;
	vertical-align: middle;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	background: #fff;
	margin: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #999;
	padding: 3px 7px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #4d4d4d;
}

label {
	vertical-align: middle;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

input[type="search"] {
	-webkit-appearance: none;
	box-sizing: border-box;
}

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
th {
	font-weight: bold;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 90%;
}

i,
cite,
em,
var,
dfn,
address {
	font-style: italic;
}

u,
ins {
	text-decoration: underline;
}

s,
strike,
del {
	text-decoration: line-through;
}

blockquote,
blockquote:before,
blockquote:after,
q,
q:before,
q:after {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote {
	border-left: 4px solid #ccc;
	padding-left: 10px;
	margin-left: 22.8px;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}

th,
td {
	border: 1px solid #ccc;
	padding: 3px 7px;
	text-align: left;
	vertical-align: top;
}

th {
	border-color: #999;
	text-align: center;
	vertical-align: middle;
}

ul {
	margin-left: 1px;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul > li {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: 4px;
	font-weight: bold;
}

pre {
	max-width: 100%;
	overflow: auto;
}

.widget {
	margin-bottom: 22.8px;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form textarea,
.post-password-form input[type="password"],
.comment-form input[type="text"],
.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"],
.search-form input[type="search"] {
	width: 150px;
}

.post-password-form input,
.search-form input {
	float: left;
	height: 24px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #51bce3;
	color: #fff;
	height: 24px;
	border: none;
	padding: 0 10px;
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.comment-form input[type="submit"] {
	float: none;
	display: block;
}

.commentlist {
	margin: 0 0 22.8px;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist-item .commentlist-item {
	padding: 0 0 0 3em;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 22.8px;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 22.8px 4px 0;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	padding: 3px 4px;
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation {
	overflow: hidden;
	margin: 0 0 22.8px;
}

.navigation .next {
	float: left;
}

.navigation .prev {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 22.8px;
}

.wp-caption img {
	vertical-align: top;
	margin: 0;
}

.wp-caption p {
	margin: 10px 0 0;
}

div.aligncenter {
	margin: 0 auto 22.8px;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 22.8px 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 22.8px;
}

.mejs-container {
	margin-bottom: 22.8px;
}

.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.wrap {
	max-width: 1077px;
	padding: 0 10px;
	margin: 0 auto;
}

.bg-stretch {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bg-stretch img {
	max-width: none;
	width: 100%;
}

#header {
	position: relative;
	padding: 10px 0 0;
	background: #fff;
	border-bottom: 2px solid #51bce3;
}

.logo {
	float: left;
	width: 306px;
	height: 61px;
	margin: 5px 0 0;
}

.logo img {
	display: block;
}

.tel-holder {
	overflow: hidden;
	padding: 0 0 11px;
}

.tel-link {
	float: right;
	color: #000;
	font-size: 29px;
	line-height: 1.2;
	font-weight: bold;
}

#nav {
	font-size: 14px;
	line-height: 1.2;
}

#nav ul {
	margin: 0 -25px 0 0;
	float: right;
}

#nav li {
	padding: 0 8px 0 7px;
	float: left;
}

#nav a {
	display: block;
	color: #000;
	padding: 9px 18px 10px;
}

#nav a:hover {
	background: #51bce3;
	color: #fff;
	opacity: 1;
}

#nav .active a {
	background: #51bce3;
	color: #fff;
}

.nav-opener {
	float: right;
	width: 40px;
	height: 40px;
	background: #000;
	background: #16294a;
	position: relative;
	border-radius: 3px;
	display: none;
	margin: 0 0 10px;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #fff;
	position: absolute;
	top: 50%;
	left: 25%;
	right: 25%;
	height: 3px;
	margin-top: -2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 30%;
}

.nav-opener:after {
	top: 70%;
}

.nav-opener:hover {
	opacity: .9;
}

.nav-active #nav .drop {
	max-height: 4000px;
}

.nav-active #nav .drop > ul {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15%;
	right: 15%;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.promobox {
	min-height: 467px;
	border-bottom: 2px solid #51bce3;
	padding: 0 0 2px;
	position: relative;
	background: #fff;
}

.promobox .wrap {
	position: relative;
}

.promobox .bg-stretch {
	top: 2px;
	bottom: 2px;
	height: auto;
}

.soc-list {
	position: absolute;
	top: 2px;
	right: 8px;
}

.soc-list li {
	float: left;
	padding: 0 1px 2px;
}

.soc-list a {
	background: rgba(113, 136, 144, .5);
	display: block;
	width: 27px;
	height: 27px;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	position: relative;
}

.soc-list a:before {
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: .6;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#main {
	background: #e8e8e8;
}

#content {
	padding: 20px 0 22px;
}

h1 {
	font: 30px/1.1 "Arial", "Helvetica", sans-serif;
	margin: 0 0 12px;
}

h2 {
	font: 24px/1.1 "Arial", "Helvetica", sans-serif;
	margin: 0 0 10px;
}

h3 {
	font: bold 16px/1.1 "Arial", "Helvetica", sans-serif;
	text-transform: uppercase;
}

.blue-block {
	color: #fff;
	margin: -91px 0 19px;
	position: relative;
	font-size: 0;
	line-height: 0;
}

.blue-block .item {
	background: rgba(37, 171, 220, .9);
	letter-spacing: normal;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 4px 2.5% 50px; /* mod:CLL 06/24/2015; orig val: 4px 2.5% 14px */
	font-size: 14px;
	line-height: 1.38;
	position: relative; /* add:CLL 06/24/2015 */
}

.blue-block .item:nth-child(even) {
	background: rgba(37, 171, 220, .8);
}

.blue-block .icon-box {
	display: table;
	height: 87px;
	width: 100%;
	margin: 0 0 6px;
}

.blue-block img {
	display: inline-block;
	vertical-align: top;
}

/* add:CLL 06/25/2015 */
.blue-block img.button-align-bottom {
	position:absolute;
	bottom: 15px;
	left: 50%; /* align to center of parent */
	margin-left: -62px; /* negative margin to correct centering */
}

.blue-block .icon-holder {
	display: table-cell;
	vertical-align: middle;
}

.blue-block .title {
	font: 27px/1.2 "Arial", "Helvetica", sans-serif;
	display: block;
	margin: 0 0 10px;
}

.blue-block p {
	margin: 0 0 15px;
}

.posts {
	background: #fff;
	padding: 29px 0 19px;
}

.posts .holder {
	font-size: 0;
	line-height: 0;
	margin: 0 -18px 0 0;
}

.posts h2 a {
	color: #000;
}

.posts .post {
	font-size: 13px;
	line-height: 1.78;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 9px 18px 9px 0;
	overflow: hidden;
}

.posts .img-box {
	float: left;
	margin: 0 28px 10px 0;
}

.posts img {
	display: block;
}

.posts .content-box {
	padding: 9px 16px 9px 0;
}

#footer {
	background: #16294a;
	position: relative;
	padding: 45px 0 20px;
	color: #c8c8c8;
}


#footer h3 {
	color: #fff;
	margin: 0 0 23px;
}

#footer .columns {
	padding: 0;
	font-size: 0;
	line-height: 0;
}

#footer .col {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 6px;
	font-size: 13px;
	line-height: 1.78;
}

#footer address {
	font-style: normal;
	display: block;
	margin: 0 0 15px;
}

.footer-list li {
	position: relative;
	padding: 0 7px;
}

.footer-list li:after {
	position: absolute;
	top: 10px;
	right: auto;
	bottom: auto;
	left: 0;
	width: 4px;
	height: 4px;
	content: "";
	background: #c8c8c8;
	border-radius: 50%;
}

.footer-list a {
	color: #c8c8c8;
}

.social-list {
	font-size: 0;
	line-height: 0;
}

.social-list li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 8.6% 6.5% 0;
}

.social-list a {
	color: #b3c7e9;
	display: block;
	font-size: 18px;
	line-height: 18px;
}

.map-holder {
	padding: 7px 0 0;
}

.map-holder img {
	display: block;
}

@media only screen and (min-width: 1025px) {
	.tel-link {
		cursor: default;
		pointer-events: none;
	}
}

@media only screen and (max-width: 1024px) {
	.promobox {
		min-height: 460px;
	}

	.blue-block {
		margin: -101px -20px 44px;
	}

	#footer {
		padding-bottom: 100px;
	}
}

@media only screen and (max-width: 1023px) {
	.wrap {
		padding: 0 10px;
	}

	.tel-holder {
		padding: 0 0 5px;
	}

	.tel-link {
		font-size: 28px;
	}

	#nav ul {
		margin: 0;
		float: none;
	}

	#nav li {
		float: none;
		padding: 0;
	}

	#nav .drop {
		position: absolute;
		margin: 4px 0 0;
		top: 100%;
		left: 0;
		z-index: 5;
		width: 100%;
		overflow: hidden;
		max-height: 0;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
	}

	#nav .drop > ul {
		background: #fff;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	.nav-opener {
		display: block;
	}

	.promobox {
		min-height: 400px;
	}

	.soc-list {
		right: 10px;
	}

	#content {
		padding: 10px 0 5px;
	}

	.blue-block {
		margin: -101px -10px 10px;
	}

	.posts {
		padding: 30px 0 10px;
	}

	.posts .holder {
		margin: 0;
	}

	.posts .post {
		width: 100%;
		padding: 0 0 10px;
	}

	#footer {
		padding: 30px 0 80px;
	}

	#footer:after {
		height: 60px;
	}

	#footer h3 {
		margin: 0 0 15px;
	}

	#footer .col {
		width: 50%;
	}

	.social-list li {
		padding: 0 10% 4% 0;
	}
}

@media only screen and (max-width: 767px) {
	.commentlist-item .commentlist-item {
		padding: 0;
	}

	.logo {
		width: 250px;
		height: 50px;
		float: none;
		margin: 0 auto 5px;
	}

	.tel-holder {
		float: left;
		padding: 6px 0 0;
	}

	.tel-link {
		font-size: 26px;
	}

	.promobox {
		min-height: 250px;
	}

	h1 {
		font-size: 28px;
	}

	h2 {
		margin: 0 0 8px;
	}

	.blue-block {
		margin-top: -60px;
	}

	.blue-block .item {
		width: 100%;
		height: auto !important;
		padding: 10px;
		margin: 0 0 2px;
	}

	.blue-block .icon-box {
		display: block;
		height: auto;
		margin: 0 0 5px;
	}

	.blue-block .icon-holder {
		display: block;
		width: 50px;
		margin: 0 auto;
	}

	.blue-block .title {
		font-size: 24px;
		margin: 0 0 5px;
	}

	.blue-block p {
		margin: 0 0 5px;
	}

	/* add:CLL 06/26/2015 */
	.blue-block img.button-align-bottom {
		position: static;
		bottom: 0;
		left: 0;
		margin-left: 0;
	}
	
	.posts .img-box {
		float: none;
		margin: 0 0 10px;
	}

	.posts img {
		margin: 0 auto;
	}

	.posts .content-box {
		padding: 0;
		text-align: justify;
	}

	.posts h2 {
		text-align: center;
	}

	.posts p {
		margin: 0 0 10px;
	}

	#footer {
		padding: 10px 0 70px;
	}

	#footer h3 {
		margin: 0 0 10px;
	}

	#footer .col {
		width: 100%;
		padding: 6px 0;
	}

	.social-list li {
		padding-right: 28px;
	}
}

