/*
 Theme Name:     Seawaves
 Description:    Seawaves Theme
 Author:         Devon Mather
 Author URI:     http://devoncmather.com
 Version:        1.3.2
*/

/*________ GLOBAL ELEMENTS ________*/

* {
	margin: 0;
	padding: 0;
}
.ie * {
}
img {
	display: block;
	border: 0;
	/*chrome fix for animations */
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
	-webkit-backface-visibility: hidden;
	position: relative;
}
a {
	outline: none;
	text-decoration: underline;
	color: #4dc752;
}
a:hover {
	text-decoration: none;
	color: #4dc752;
}
html {
	font-size: 100%;
}
body {
	font-family: 'Lato', Arial, Verdana, Sans Serif;
	font-size: 16px;
	font-size: 1rem;
	color: #5d5d5d;
	background-color: #fff;
}

.wrapper {
	width: 100%;
	max-width: 1100px;
	max-width: 68.75rem;
	margin: 0 auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.ie .wrapper {
	width: 1100px;
}


/*________ HEADER & NAV ________*/

.mobileWrapper {
	display: none;
	background-color: #2DB5D6;
}
.mobileWrapper .topMobile {
	padding: 12px 16px;
	padding: 0.75rem 1rem;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	border-bottom: 2px solid #fff;
}

.mobileNavToggle {
	float: left;
	border: none;
	background: url(images/icon-mobile-nav-open.png) no-repeat top center;
	cursor: pointer;
	background-size: 32px 32px;
	background-size: 2rem 2rem;
	padding: 32px 0 0;
	padding: 2rem 0 0;
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	outline: none;
}
.mobileNavToggle.close {
	background-image: url(images/icon-mobile-nav-close.png);
}




.mobileWrapper .phone {
	float: right;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 38px;
	line-height: 2.375rem;
	font-weight: 900;
	color: #fff;
	font-size: 22px;
	font-size: 1.375rem;
	padding: 8px 0;
	padding: 0.5rem 0;
}
.mobileWrapper .phone a {
	color: #fff;
	text-decoration: none;
}
.mobileWrapper .phone a:hover {
	text-decoration: underline;
}

.mobileWrapper .bottomMobile {
	width: 100%;
	overflow: hidden;
}
.mobileNav {
	display: none;
	background-color: #2DB5D6;
}
.mobileNav li {
	list-style: none;
}
.mobileNav li a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	display: block;
	padding: 24px;
	padding: 1.5rem;
}
.mobileNav ul {
	display: none;
}
.mobileNav li:hover > ul {
	display: block;
}
.mobileNav ul a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	display: block;
	padding: 20px 20px 20px 40px;
	padding: 1.25rem 1.25rem 1.25rem 2.5rem;
}



.header {
	height: 100px;
	height: 6.25rem;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 1px 2px 0px rgba(0, 0, 0, 0.1);
	z-index: 2500;
	position: relative;
}
.header .wrapper {
	height: 100%;
	position: relative;
}

.header h1 {
	position: absolute;
	height: 100px;
	height: 6.25rem;
	width: 100%;
	top: 0;
	left: 0;
	max-width: 160px;
  	max-width: 10rem;
}
.header h1 a {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: block;

	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%;
	position: relative;
}
.header h1 img {
  	width: 100%;
  	height: auto;
  	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
}
.header h1 img.portrait {
	bottom: auto;
	right: auto;
}
.header h1 span {
	display: block;
	line-height: 100px;
	line-height: 6.25rem;
}



/* Solid MultiLevel CSS Nav */
.mainNav {
	margin: 0;
	line-height: 100%;
	z-index: 5000;
	position: relative;
	float: right;
}
.mainNav li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
.mainNav a {
	text-decoration: none;
	display: block;
	line-height: 92px;
	line-height: 5.75rem;
	height: 100px;
	height: 6.25rem;
	padding: 0 16px;
	padding: 0 1rem;
	margin: 0;
	color: #202020;
	border-top: 4px solid transparent;
	border-top: 0.25rem solid transparent;
	border-bottom: 4px solid transparent;
	border-bottom: 0.25rem solid transparent;
	-webkit-transition: all 120ms linear;
	-moz-transition: all 120ms linear;
	-ms-transition: all 120ms linear;
	-o-transition: all 120ms linear;
	transition: all 120ms linear;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/* main level link hover */
.mainNav > li:hover > a {
	border-top: 4px solid #4dc752;
	border-top: 0.25rem solid #4dc752;
	color: #4dc752;
}
.mainNav li.current-menu-parent > a,
.mainNav li.current-menu-item > a {
	color: #4dc752;
}
/* sub levels link hover */
.mainNav ul li:hover a, .mainNav li:hover li a {

}
.mainNav li ul a:hover {
	border-top: none;
}
/* level 2 list */
.mainNav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 290px;
	width: 18.125rem;
	position: absolute;
	top: 100px;
	top: 6.25rem;
	left: 0;
	background-color: #fff;
	background-color: rgba(255,255,255,0.9);
	border-top: 4px solid #4dc752;
	border-top: 0.25rem solid #4dc752;
	border-radius: 0 0 4px 4px;
	border-radius: 0 0 0.25rem 0.25rem;
}
.mainNav > .menu-item-has-children > a:after {
	content: '';
	height: 0;
	width: 0;
	border: 4px solid transparent;
	border: 0.25rem solid transparent;
	border-top-color: #202020;
	top: 48px;
	top: 3rem;
	position: absolute;
	margin: 0 0 0 6px;
	margin: 0 0 0 0.375rem;
}
.mainNav > .menu-item-has-children > a:hover:after {
	border-top-color: #4cc751;
}


/* dropdown */
.mainNav li:hover > ul {
	display: block;
}
.mainNav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
.mainNav ul a {
	border-top: none;
	border-bottom: 1px solid #f2f2f2;
	padding: 0 20px;
	padding: 0 1.25rem;
	color: #202020;
	font-size: 14px;
	font-size: 0.875rem;
	display: block;
	height: 50px;
	height: 3.125rem;
	line-height: 50px;
	line-height: 3.125rem;
}

.mainNav ul > .menu-item-has-children > a:after {
	content: '';
	height: 0;
	width: 0;
	border: 4px solid transparent;
	border: 0.25rem solid transparent;
	border-left-color: #202020;
	top: 22px;
	top: 1.375rem;
	right: 20px;
	right: 1.25rem;
	position: absolute;
	margin: 0 0 0 8px;
	margin: 0 0 0 0.5rem;
}
.mainNav ul > .menu-item-has-children > a:hover:after {
	border-left-color: #4cc751;
}
.mainNav ul li:last-child > a {
	border-radius: 0 0 4px 4px;
	border-radius: 0 0 0.25rem 0.25rem;
}
.mainNav ul a:hover {
	padding: 0 20px;
	padding: 0 1.25rem;
	color: #4dc752;
	border-top: none;
}
/* level 3+ list */
.mainNav ul ul {
	left: 290px;
	left: 18.125rem;
	top: -4px;
	top: -0.25rem;
	-webkit-box-shadow: inset 1px 0 3px 0 rgba(0,0,0,0.16);
	box-shadow: inset 1px 0 3px 0 rgba(0,0,0,0.16);
}
.mainNav ul ul,
.mainNav ul ul li:last-child > a {
	border-radius: 0 0 4px 0;
	border-radius: 0 0 0.25rem 0;
}
/* clearfix */
.mainNav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.mainNav {
	display: inline-block;
}
html[xmlns] .mainNav {
	display: block;
}
* html .mainNav {
	height: 1%;
}

.header .phone {
	float: right;
	color: #202020;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 0 0 24px;
	margin: 0 0 0 1.5rem;
	line-height: 100px;
	line-height: 6.25rem;
	font-weight: 700;
	position: relative;
	z-index: 20;
}
.header .phone span {
	color: #4dc752;
}


.header .tagline {
	margin: 0;
	line-height: 100%;
	z-index: 10;
	position: relative;
	float: right;
	font-style: italic;
	color: #a3a3a3;
	line-height: 100px;
	line-height: 6.25rem;
}




/*FULL WIDTH NAV*/
.navContainerWrapper { 
	height: 48px;
	height: 3rem;
	z-index: 5500;
	position: relative;
}
.navContainer {
	background-color: #187577;
	width: 100%;
	clear: both;
	z-index: 2500;
	height: 48px;
	height: 3rem;
	position: relative;
}
.navContainer.headroom--not-top.headroom--pinned {
	position: fixed;
	top: 0;
	left: 0;
}
.admin-bar .navContainer.headroom--not-top.headroom--pinned {
	top: 32px;
	top: 2rem;
}
.headroom {
    transition: transform 200ms linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}


.navContainer .mainNav {
	float: none;
}
.navContainer .mainNav > .menu-item-has-children > a:after {
	border-top-color: #fff;
	top: 24px;
	top: 1.5rem;
}

.navContainer .mainNav > li > a {
	line-height: 40px;
	line-height: 2.5rem;
	height: 48px;
	height: 3rem;
	padding: 0 30px;
	padding: 0 1.875rem;
	color: #fff;
}
.navContainer .mainNav > li > a {
	border-color: transparent;
}
.navContainer .mainNav > li:hover > a {
	border-color: transparent;
}
.navContainer .mainNav > li > a:hover {
	background-color: #166d6f;
	color: #4cc751;
}
.navContainer .mainNav ul {
	top: 48px;
	top: 3rem;
}
.navContainer .mainNav ul ul {
	top: -4px;
	top: -0.25rem;
	-webkit-box-shadow:inset 1px 0 3px 0 rgba(0,0,0,0.16);
	box-shadow:inset 1px 0 3px 0 rgba(0,0,0,0.16);
}




/*________ SLIDER ________*/

.sliderWrapper,
.imageWrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	max-height: 800px;
	max-height: 50rem;
}
.fullWidthNav .sliderWrapper,
.fullWidthNav .imageWrapper {
	margin-top: 0;
}
.imageWrapper {
	max-height: 320px;
	max-height: 20rem;
}
.sliderWrapper.wrapper,
.imageWrapper.wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 1300px;
	max-width: 81.25rem;
	width: 100%;
	padding: 0;
}
.imageWrapper.wrapper {
	max-height: 250px;
	max-height: 15.625rem;
}

.sliderWrapper .nivoSlider {
	position: relative;
	background: url(images/loading.gif) no-repeat 50% 50%;
	overflow: hidden;
	min-width: 600px;
	min-width: 37.5rem;
}
.sliderWrapper .nivoSlider img {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.sliderWrapper .nivoSlider a {
	border: 0;
	display: block;
}


.sliderWrapper .nivoSlider {
	position: relative;
}
.sliderWrapper .nivoSlider .nivo-directionNav a {
	width: 100px;
	width: 6.25rem;
	height: 100px;
	height: 6.25rem;
	background: url(images/icon-arrow-right.png) no-repeat center center;
	background-size: 32px 92px;
	background-size: 2rem 5.75rem;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
	top: 50%;
	margin-top: -50px;
	margin-top: -3.125rem;
	z-index: 5000;
}
.sliderWrapper .nivoSlider .nivo-directionNav a.nivo-prevNav {
	background-image: url(images/icon-arrow-left.png);
}
.sliderWrapper .nivoSlider .nivo-directionNav a:hover {
	opacity: 0.8;
}



.imageWrapper img {
	left: 50%;
	margin-left: -900px;
	margin-left: -56.25rem;
	position: relative;
	width: 1800px;
	width: 112.5rem;
	height: auto;
}
.overlayContainer {
	z-index: 2000;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}
.overlayWrapper {
	z-index: 1000;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: visible;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 600ms linear;
	-moz-transition: all 600ms linear;
	-ms-transition: all 600ms linear;
	-o-transition: all 600ms linear;
	transition: all 600ms linear;
}
.overlayWrapper.show {
	opacity: 1;
	z-index: 2000;
}
.overlayWrapper h2 {
	float: left;
	font-size: 38px;
	font-size: 2.375rem;
	color: #202020;
	position: relative;
	font-weight: 300;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
	width: 100%;
}
.home .overlayWrapper h2 {
	max-width: 560px;
	max-width: 35rem;
}
.overlayWrapper h2 .line {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    display: inline-block;
    line-height: 64px;
	line-height: 4rem;
	padding: 0 20px;
	padding: 0 1.25rem;
	margin: 0 0 6px;
	margin: 0 0 0.375rem;
}
.nolining .overlayWrapper h2 span {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 20px 0 0 rgba(255, 255, 255, 0.8), -20px 0 0 rgba(255, 255, 255, 0.8);
	box-shadow: 1.25rem 0 0 rgba(255, 255, 255, 0.8), -1.25rem 0 0 rgba(255, 255, 255, 0.8);
	display: inline;
	line-height: 64px;
	line-height: 4rem;
	padding: 2px 0 10px 0;
	padding: 0.125rem 0 0.625rem 0;
}
.overlayWrapper .button {
	position: relative;
	clear: both;
	float: left;
}


.overlayWrapper .block {
	text-align: left;
	height: 100%;
	width: 100%;
	max-width: 1100px;
	max-width: 68.75rem;
	margin: 0 auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.overlayWrapper .block:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.overlayWrapper .centered {
	display: inline-block;
	vertical-align: middle;
}


/*________ CONTENT ________*/

.contentContainer {
	width: 100%;
	clear: both;
}

.outerWrapper {
	width: 100%;
	max-width: 1180px;
	margin: -20px auto 0;
	margin: -1.25rem auto 0;
	background-color: #fff;
	position: relative;
	padding: 20px 0;
	padding: 1.25rem 0;
	z-index: 2000;
	overflow: hidden;
}

.content {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.mainContent .content {
	width: 70%;
	padding: 0 0 40px;
	padding: 0 0 2.5rem;
	float: left;
}
.halfContent .content {
	width: 50%;
	padding: 0 0 40px;
	padding: 0 0 2.5rem;
	float: left;
}
.fullContent .content {
	width: 100%;
	float: none;
}















.content h1 {
	font-size: 32px;
	font-size: 2rem;
	font-weight: 700;
	padding: 42px 0 20px;
	padding: 2.625rem 0 1.25rem;
	font-style: italic;
	color: #202020;
	font-weight: 900;
}
.content h2 {
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 700;
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	line-height: 1.23;
	font-style: italic;
	color: #202020;
	font-weight: 900;
}
.content h3 {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 700;
	padding: 8px 0 16px;
	padding: 0.5rem 0 1rem;
	font-style: italic;
	color: #202020;
	font-weight: 900;
}
.content h4 {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	padding: 8px 0 16px;
	padding: 0.5rem 0 1rem;
	font-style: italic;
	color: #202020;
	font-weight: 900;
}
.content h5 {
	color: #202020;
	font-weight: 900;
	padding: 0 0 16px;
	padding: 0 0 1rem;
}
.content h6 {
	color: #202020;
	font-weight: 900;
	padding: 0 0 16px;
	padding: 0 0 1rem;
}
.content p {
	padding: 0 0 16px;
	padding: 0 0 1rem;
	line-height: 1.6;
}
.content strong {
	color: #454545;
}
.content ul,
.content ol {
	padding: 0 0 16px 40px;
	padding: 0 0 1rem 2.5rem;
}
.content ul ul,
.content ol ol {
	padding-bottom: 0;	
}
.content ul li,
.content ol li {
	line-height: 1.6;
	padding: 0 0 8px;
	padding: 0 0 0.5rem;
}
.content blockquote {
	font-style: italic;
	padding: 0 0 16px 40px;
	padding: 0 0 1rem 2.5rem;
}
.content iframe {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}
.content img {
	max-width: 100%;
	height: auto;
}
.content table {
 	padding: 0 0 16px;
 	padding: 0 0 1rem;
}
.content table.stacktable.large-only { 
	display: table; 
}
.content table.stacktable.small-only { 
	display: none; 
	text-align: left;
}
.content table.stacktable.small-only .st-head-row {
	background-color: #e5e5e5;
}
.content .entry-content {
	padding: 24px 0 16px;
	padding: 1.5rem 0 1rem;
}



.content .staffContainer h3 {
	padding-top: 20px;
	padding-top: 1.25rem;
}
.staffContainer .staff {
	overflow: hidden;
	padding: 0 0 40px;
	padding: 0 0 2.5rem;
}
.staffContainer .staff img {
	float: left;
	width: 100%;
	max-width: 140px;
	max-width: 8.75rem;
	height: auto;
	margin: 0 20px 0 0;
	margin: 0 1.25rem 0 0;
}
.staffContainer .staff .staffInfo {
	overflow: hidden;
}
.staffContainer .staff .staffInfo p {
	margin-bottom: 0;
}



/*________ FRONT PAGE ________*/

.home .entry-content {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 3.75rem;
	-webkit-column-gap: 3.75rem;
	column-gap: 3.75rem;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 40px;
	margin: 0 0 2.5rem;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}
.home .columns-1 .entry-content {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
	-moz-column-gap: 0;
	-webkit-column-gap: 0;
	column-gap: 0;
}
.home .columns-3 .entry-content {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	-moz-column-gap: 2.5rem;
	-webkit-column-gap: 2.5rem;
	column-gap: 2.5rem;
}

.homePromos {
	text-align: center;
}
.promoPanel {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	zoom: 1;
	margin: 0 3.5% 20px 0;
	margin: 0 3.5% 1.25rem 0;
	position: relative;
	max-width: 340px;
	max-width: 21.25rem;
	width: 31%;
	cursor: pointer;
	height: 270px;
	height: 16.875rem;
}
.promoPanel.promoPanel:nth-child(3n) {
	margin-right: 0;
}
.promoPanel a {
	/*position: relative;*/
}
.promoPanel span.image {
	overflow: hidden;
	width: 100%;
	display: block;
}
.promoPanel span.image img {
	position: relative;
	z-index: 10;
	display: block;
	width: 100%;
	min-width: 340px;
	min-width: 21.25rem;
	height: auto;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.promoPanel span.info {
	display: block;
	width: 92%;
	background-color: #fff;
	padding: 24px 0;
	padding: 1.5rem 0;
	bottom: 0;
	z-index: 15;
	position: absolute;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
	text-decoration: none;

	left: 50%;
	margin-left: -46%;
}
.promoPanel span.title {
	display: block;
	font-size: 20px;
	font-size: 1.25rem;
	color: #202020;
	font-style: italic;
	margin: 0 0 2px;
	text-decoration: none;
	font-weight: 900;
}
.promoPanel span.readMore {
	display: block;
}
.promoPanel:hover a {
}
.promoPanel:hover span.info {
	top: 50px;
	top: 3.125rem;
	bottom: auto;
}
.promoPanel:hover span.image img {
	opacity: 0.5;
}


.home .homeTestimonials {
	text-align: center;
	position: relative;
	margin: -8px 0 40px;
	margin: -8px 0 2.5rem;
	padding: 0 0 32px;
	padding: 0 0 2rem;
	border-bottom: 1px solid #e5e5e5;
}
.home .homeTestimonials a {
	text-decoration: none;
}
.home .homeTestimonials a:hover {
	text-decoration: underline;
}
.home .homeTestimonials h2 {
	line-height: 1;
	padding-top: 0;
}
.home .homeTestimonials .quovolve-box {
	position: relative;
	padding: 0 40px;
	padding: 0 2.5rem;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.home .homeTestimonials .quovolve-box span a {
	width: 20px;
	width: 1.25rem;
	height: 60px;
	height: 3.75rem;
	background: url(images/icon-arrow-right-grey.png) no-repeat center center;
	background-size: 18px 52px;
	background-size: 1.125rem 3.25rem;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
	top: 0;
	right: 0;
	z-index: 2000;
	text-indent: -9999px;
	display: block;
	position: absolute;
}
.home .homeTestimonials .quovolve-box span.nav-prev a {
	left: 0;
	right: auto;
	background-image: url(images/icon-arrow-left-grey.png);
}
.home .homeTestimonials .nivo-directionNav a:hover {
	opacity: 0.8;
}
.home .homeTestimonials ul {
	padding: 0;
}
.home .homeTestimonials li {
	list-style: none;
	padding: 0;
}
.home .homeTestimonials p.excerpt {
	font-size: 20px;
	font-size: 1.25rem;
	font-style: italic;
	line-height: 30px;
	line-height: 1.875rem;
	padding: 0 0 18px;
	padding: 0 0 1.125rem;
}
.home .homeTestimonials p.testimonialName {
	font-weight: 700;
	padding: 0;
}
.home .homeTestimonials p.businessInfo {
	padding: 0;
	font-size: 14px;
	font-size: 0.875rem;
}




/*________ LATEST NEWS PAGE ________*/

.latestPostsContainer {
	overflow: hidden;
}
.latestPostsContainer > div {
	overflow: hidden;
	margin: 0 0 40px;
	margin: 0 0 2.5rem;
}
.latestPostsContainer > div:last-child {
	margin-bottom: 0;
}
.latestPostsContainer .wp-post-image {
	overflow: hidden;
	float: left;
	margin: 0 16px 16px 0;
	margin: 0 1rem 1rem 0;
}
.latestPostsContainer .wp-post-image:hover {
	opacity: 0.8
}
.latestPostsContainer .info {
	overflow: hidden;
}
.latestPostsContainer .info h3 {
	padding: 0 0 8px;
	padding: 0 0 0.5rem;
}
.latestPostsContainer .info h3 a {
	color: #202020;
	text-decoration: none;
}
.content .latestPostsContainer .info p.date {
	font-size: 12px;
	font-size: 0.75rem;
	padding: 0 0 8px;
	padding: 0 0 0.5rem;
}
.content .latestPostsContainer .info p.excerpt {
	padding: 0;
}


/*________ FAQ PAGE ________*/

.faqContainer {
	padding: 20px 0 0;
	padding: 1.25rem 0 0;
}
.faqContainer .faq {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
	border-bottom: 1px dotted #ccc;
}
.faqContainer .faq h4 {
	padding: 0;
}
.faqContainer .faq h4 a {
	text-decoration: none;
	display: block;
	padding: 20px 0;
	padding: 1.25rem 0;
}
.faqContainer .faq .faqContent {
	height: 0;
	opacity: 0;
	overflow: hidden;
}
.faqContainer .faq.show .faqContent {
	height: auto;
	opacity: 1;
}


/*________ LATEST PRODUCTS PAGE ________*/

.latestProductsContainer {
	overflow: hidden;
	text-align: left;
}

.latestProductsContainer .type-product {
	margin: 0 0 32px -4px;
	margin: 0 0 2rem -0.25rem;
	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 25%;
	padding: 0 16px 0 4px;
	padding: 0 1rem 0 0.25rem;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.latestProductsContainer .wp-post-image {
	overflow: hidden;
	margin: 0 auto 8px;
	margin: 0 auto 0.5rem;
	max-width: 240px;
	max-width: 15rem;
	width: 100%;
	height: auto;
	-webkit-transition: all 80ms linear;
	-moz-transition: all 80ms linear;
	-ms-transition: all 80ms linear;
	-o-transition: all 80ms linear;
	transition: all 80ms linear;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
	-webkit-backface-visibility: hidden;
	position: relative;
	padding: 1px;
	border: 4px solid #ececec;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.latestProductsContainer .wp-post-image:hover {
	opacity: 0.8
}
.latestProductsContainer .info {
	overflow: hidden;
}
.latestProductsContainer .info h3 {
	margin: 0 0 4px;
	margin: 0 0 0.25rem;
	font-size: 16px;
	font-size: 1rem;
}
.latestProductsContainer .info h3 a {
	color: #202020;
	text-decoration: none;
}
.content .latestProductsContainer .info p.excerpt {
	margin: 0;
	font-size: 14px;
	font-size: 0.875rem;
}


/*________ ARCHIVE PAGE ________*/

.archive .content {
	padding-top: 32px;
	padding-top: 2rem;
}


/*________ TESTIMONIALS PAGE ________*/

.testimonialsContainer .testimonial {
	border-bottom: 1px dotted #e5e5e5;
	margin: 0 0 40px;
	margin: 0 0 2.5rem;
	padding: 0 0 36px;
	padding: 0 0 2.25rem;
}
.testimonialsContainer .testimonial h3 {
	text-align: right;
}
.testimonialsContainer .testimonial h3 a {
	text-decoration: none;
}
.testimonialsContainer .testimonial h3 a:hover {
	text-decoration: underline;
}
.testimonialsContainer .testimonial p.businessInfo {
	text-align: right;
	padding-bottom: 0;
}



/*________ SEARCH RESULTS ________*/

.latestPostsContainer .searchResult {
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
}
.latestPostsContainer .searchResult h3 a {
	color: #202020;
}


/*________ FOOTER ________*/

.mailingListContainer {
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
	overflow: hidden;
}
.mailingListContainer .wrapper {
	background-color: #f1f1f1;
	padding-top: 32px;
	padding-top: 2rem;
	padding-bottom: 32px;
	padding-bottom: 2rem;
}
.mailingListContainer h3 {
	margin: 0 0 16px;
	margin: 0 0 1rem;
	text-align: center;
	font-size: 20px;
	font-size: 1.25rem;
	color: #202020;
	font-style: italic;
	font-weight: 900;
	line-height: 24px;
	line-height: 1.5rem;
}
.inlineBlocks {
	text-align: center;
}
.inlineBlocks .inlineBlock {
	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: top;
	margin: 0 10px 12px 0;
	margin: 0 0.625rem 0.75rem 0;
}
.inlineBlocks .inlineBlock:last-child {
	margin-right: 0;
}
.mailingListContainer label {
	display: none;
}
.mailingListContainer form {
	position: relative;
	width: 100%;
}
.mailingListContainer form .fieldContainer {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 300px;
	max-width: 18.75rem;
}
.mailingListContainer form .fieldContainer input {
	height: 40px;
	height: 2.5rem;
}
.mailingListContainer form input[type="submit"] {
	width: 100%;
	max-width: 74px;
	max-width: 4.625rem;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 40px;
	line-height: 2.5rem;
	padding-top: 0;
	padding-bottom: 0;
	font-weight: 400;
}


.page-template-pages-latest-news-php .type-page {
	margin: 0 0 40px;
	margin: 0 0 2.5rem;
}

.latestPosts {
	background-color: #2db5d6;
	padding: 48px 0 70px;
	padding: 3rem 0 4.275rem;
	text-align: left;
}
.latestPosts h3 {
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 700;
	font-style: italic;
	color: #fff;
	margin: 0 0 28px;
	margin: 0 0 1.75rem;
	line-height: 1;
	font-weight: 900;
	text-align: left;
}
.latestPost {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	zoom: 1;
	margin: 0 3.7% 20px 0;
	margin: 0 3.7% 1.25rem 0;
	width: 22.2%;
	text-align: left;
}
.latestPost.latestPost-4 {
	margin-right: 0;
}
.latestPost img {
	background-color: #fff;
	border: 6px solid #fff;
	border: 0.375rem solid #fff;
	width: 100%;
	height: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.9s linear;
	-moz-transition: all 0.09s linear;
	-ms-transition: all 0.09s linear;
	-o-transition: all 0.09s linear;
	transition: all 0.09s linear;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
	-webkit-backface-visibility: hidden;
	position: relative;
	margin: 0 0 16px;
	margin: 0 0 1rem;
}
.latestPost img:hover {
	opacity: 0.9;
}
.latestPost h4 {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	font-style: italic;
	padding: 0 0 4px;
	padding: 0 0 0.25rem;
}
.latestPost h4 a {
	color: #fff;
	text-decoration: none;
}
.latestPost p.date {
	font-size: 12px;
	font-size: 0.75rem;
	color: #b0deec;
	padding: 0 0 8px;
	padding: 0 0 0.5rem;
}
.latestPost p.excerpt {
	font-size: 14px;
	font-size: 0.875rem;
	color: #0c5668;
	line-height: 1.4
}
.latestPost p.excerpt a {
	color: #0c5668;
}


/*________ SIDEBAR ________*/

.sidebar {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.mainContent .sidebar {
	width: 30%;
	padding: 32px 0 40px 60px;
	padding: 2rem 0 2.5rem 3.75rem;
	float: right;
}
.halfContent .sidebar {
	width: 50%;
	float: right;
	padding: 24px 0 40px 60px;
	padding: 1.5rem 0 2.5rem 3.75rem;
}
.fullContent .sidebar {
	width: 100%;
	float: none;
}

.sidebar h2 {
	font-size: 26px;
	font-size: 1.625rem;
	color: #202020;
	font-weight: 900;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
	font-style: italic;
	display: block;
}
.sidebar h3,
.sidebar .searchform label {
	font-size: 18px;
	font-size: 1.125rem;
	color: #202020;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
	display: block;
}
.sidebar .promolist {
	margin: 0 0 40px;
	margin: 0 0 2.5rem;
}
.sidebar .promolist ul, 
.widget-container ul {
	font-style: italic;
	font-color: #828282;
	font-size: 14px;
	font-size: 0.875rem;
	margin: 24px 0 0 0;
	margin: 1.5rem 0 0 0;
}

.sidebar .promolist ul {
	list-style: none;
}
.sidebar .promolist ul li {
	border-bottom: 1px dotted #e5e5e5;
	padding: 16px 0;
	padding: 1rem 0;
}

.sidebar .widget-container {
	list-style: none;
	margin: 0 0 40px;
	margin: 0 0 2.5rem;
}

.sidebar .textwidget {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.6;
	font-color: #828282;
}

.widget-container ul {
	list-style: none;
}
.widget-container ul li {
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 10px;
	margin: 0 0 10px;
}
.widget-container ul li a {
	text-decoration: none;
}
.widget-container ul li a:hover {
	text-decoration: underline;
}


.sidebar .searchform input[type="text"] {
	width: 100%;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
}

.page-template-pages-contact-us .sidebar h4 {
	font-weight: 700;
}





/*________ FOOTER ________*/

.footer {
	background-color: #187577;
	padding: 18px 0;
	padding: 1.125rem 0;
	color: #9dbbbc;
	overflow: hidden;
}
.footer a {
	color: #9dbbbc;
}
.footer p.copyright {
	font-size: 12px;
	font-size: 0.75rem;
	float: left;
	margin: 4px 8px 0 0;
	margin: 0.25rem 0.5rem 0 0;
}

.footer ul.footerNav {
	float: left;
	margin: 6px 8px 0 0;
	margin: 0.375rem 0.5rem 0 0;
	overflow: hidden;
	font-size: 12px;
	font-size: 0.75rem;
	list-style: none;
	text-align: left;
}
.footer ul.footerNav li {
	border-left: 1px solid #9dbbbc;
	line-height: 12px;
	line-height: 0.75rem;
	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: top;
}
.footer ul.footerNav li a {
	display: block;
	text-decoration: none;
	padding: 0 8px;
	padding: 0 0.5rem;
	line-height: 12px;
	line-height: 0.75rem;
}
.footer ul.footerNav li a:hover {
	text-decoration: underline;
}

.footer ul.socialNav {
	float: right;
	list-style: none;
}
.footer ul.socialNav li {
	float: left;
	margin: 0 0 0 22px;
	margin: 0 0 0 1.375rem;
	width: 24px;
	width: 1.5rem;
	height: 1.5rem;
	overflow: hidden;
}
.footer ul.socialNav li img {
	padding: 0 0 1px;
	max-width: 100%;
	height: auto;
}
.footer ul.socialNav li img:hover {
	padding: 1px 0 0;
}


/*________ FORMS ________*/

form *,
form.elab_form *,
.fc_container form.elab_form * {
	font-family: inherit;
	font-size: 16px;
	font-size: 1rem;
}

form .ffname {
	display: none !important;
}

form fieldset {
	border: none;
}
form legend {
	display: none;
}
form .fieldContainer {
	margin: 0 0 16px;
	margin: 0 0 1rem;
}
form label {
	font-size: 14px;
	font-size: 0.875rem;
	display: block;
	padding: 0 0 8px;
	padding: 0 0 0.5rem;
}
form input[type="text"],
form input[type="password"],
form select,
form textarea {
	border-radius: 4px;
	border-radius: 0.25rem;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 0.25rem 0.375rem;
	border: 1px solid #ccc;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4px;
	padding: 0.25rem;
	margin: 0;
	height: 36px;
	height: 2.25rem;
}
form input[type="text"],
form input[type="email"],
form input[type="password"],
form textarea {
	-webkit-appearance: none;
}
form textarea {
	resize: vertical;
	height: 120px;
	height: 7.5rem;
}


/* Quick Contact */
.sidebar form.elab_form .footnote {
	padding: 1rem 0.5rem;
	text-align: center;
	float: none;
	clear: both;
}

/* Contact */
.contactFrom form.elab_form .single {
	width: 64%;
}
.contactFrom form.elab_form .single.textarea {
	width: 100%;
}
.contactFrom form.elab_form textarea {
	height: 180px;
	height: 11.25rem;
}

/* Post Password */
/*form.post-password-form label {
	float: left;
	padding: 4px 4px 0 0;
	padding: 0.25rem 0.25rem 0 0;
}*/
form.post-password-form input[type="submit"] {
	margin: 28px 0 0;
	margin: 1.75rem 0 0;
}


/* Buttons */
.button,
.fc_container form.elab_form input[type="submit"],
input[type="submit"],
button[type="submit"] {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	font-size: 14px;
	font-size: 0.875rem;
	border-radius: 4px;
	border-radius: 0.25rem;
	padding: 8px 16px;
	background: #ccc;
	border: none;
	font-weight: bold;

	color: #fff;
	background: #73d377; /* Old browsers */
	background: -moz-linear-gradient(top,  #73d377 0%, #4dc752 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#73d377), color-stop(100%,#4dc752)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #73d377 0%,#4dc752 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #73d377 0%,#4dc752 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #73d377 0%,#4dc752 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #73d377 0%,#4dc752 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73d377', endColorstr='#4dc752',GradientType=0 ); /* IE6-9 */
}
.button:hover,
.fc_container form.elab_form input[type="submit"]:hover,
input[type="submit"]:hover,
button[type="submit"]:hover {
	padding-top: 9px;
	padding-bottom: 7px;
	background: #999;

	color: #fff;
	background: #73d377; /* Old browsers */
	background: -moz-linear-gradient(top,  #73d377 0%, #4dc752 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#73d377), color-stop(100%,#4dc752)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #73d377 0%,#4dc752 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #73d377 0%,#4dc752 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #73d377 0%,#4dc752 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #73d377 0%,#4dc752 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73d377', endColorstr='#4dc752',GradientType=0 ); /* IE6-9 */
}

.button {
	font-weight: normal;
}

.button.large {
	padding: 16px 32px;
}
.button.large:hover {
	padding-top: 17px;
	padding-bottom: 15px;
}




/*________ MISC ________*/

.hide {
	display: none;
}

.clearFix::after {
	clear: both;
	display: block;
	content: ' ';
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.animate {
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}

/* Flexible iFrame */
.flexibleContainer {
	position: relative;
	padding-bottom: 50%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.flexibleContainer iframe,
.flexibleContainer object,
.flexibleContainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoContainer {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
}
.videoContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.feedback {
	width: 100%;
	max-width: 740px;
	max-width: 46.25rem;
	clear: both;
	border-radius: 4px;
	border-radius: 0.25rem;
	padding: 16px 20px 0;
	padding: 1rem 1.25rem 0;
	color: #fff;
	margin: 0 auto 20px;
	margin: 0 auto 1.25rem;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.feedback.positive {
	background-color: #26ba3b;
}
.feedback.negative {
	background-color: #ee3333;
}
.feedback p {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
}
.feedback.positive p {
	text-align: center;
}
.feedback ul {
	padding: 0 0 24px 40px;
	padding: 0 0 1.5rem 2.5rem;
}




/*________ WP IMAGES ________*/

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-right: 1.5rem;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-left: 1.5rem;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	line-height: 1.125rem;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	max-width: 100%;
	padding: 4px;
	padding: 0.25rem;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wp-caption img {
	padding: 4px 4px 0;
	padding: 0.25rem 0.25rem 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	font-size: 0.75rem;
	margin: 4px;
	margin: 0.25rem;
}
.wp-smiley {
	margin: 0;
}


.gallery {
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	clear: both;
	width: 100%;
	width: calc(100% + 20px);
	width: calc(100% + 1.25rem);
	text-align: left;
}
.gallery .gallery-item {
	width: 25%;
	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: top;
	min-width: 120px;
	min-width: 7.5rem;
	padding: 0 20px 20px 0;
	padding: 0 1.25rem 1.25rem 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	width: 14.2%;
}
.gallery-columns-8 .gallery-item {
	width: 12%;
}
.gallery img {
	width: 100%;
	height: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid #fff;
	border: 0.25rem solid #fff;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
.gallery img:hover {
	opacity: 0.8;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	font-size: 0.75rem;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
	text-align: center;
	line-height: 20px;
	line-height: 1.25rem;
}
.gallery br {
	display: none;
}
.gallery dl {
	margin: 0;
}
.content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}






/*________ WP PRINT ________*/

@media print {

}


/*________ Responsive Structure ________*/

/*1440px*/
@media (max-width: 90em) {
}

/*1240px*/
@media (max-width: 77.5em) {
	html {
		font-size: 90%;
	}
	.wrapper,
	.overlayWrapper .block {
		padding-left: 16px;
		padding-left: 1rem;
		padding-right: 16px;
		padding-right: 1rem;
	}
	.header h1 {
		left: 16px;
		left: 1rem;
	}
	.outerWrapper {
		margin-top: 0;
	}
}

/*1140px*/
@media (max-width: 71.25em) {
	html {
		font-size: 80%;
	}
}

/*1040px*/
@media (max-width: 65em) {
	.latestProductsContainer .type-product { 
		width: 33.33%;
	}
	.sliderWrapper .nivoSlider .nivo-directionNav a {
		display: none;
	}
}

/*940px*/
@media (max-width: 58.75em) {
	.header {
		height: auto;
	}
	
	.mainNav > .menu-item-has-children > a:after {
		top: 38px;
		top: 2.375rem;
	}
	.sliderWrapper,
	.imageWrapper {
		margin: 0;
	}
	.mainNav {
		width: 100%;
	}
	.mainNav a {
		line-height: 72px;
		line-height: 4.5rem;
		height: 80px;
		height: 5rem;
	}
	.mainNav ul {
		top: 80px;
		top: 5rem;
	}
}

/*840px*/
@media (max-width: 52.5em) {
	.home .entry-content {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
		-moz-column-gap: 0;
		-webkit-column-gap: 0;
		column-gap: 0;
	}
	.content {
		width: 100%;
		float: none;
		margin: 0;
	}
	.sidebar {
		width: 100%;
		float: none;
		margin: 0;
	}
	.latestProductsContainer .type-product { 
		width: 25%;
	}
}

/*740px*/
@media (max-width: 46.25em) {
	
	.mobileWrapper {
		display: block;
		overflow: hidden;
		width: 100%;
	}
	.mobileWrapper .mobileNavToggle {
		float: left;
		display: block;
	}
	.mobileWrapper .mobileNavToggle {
		float: left;
		display: block;
	}
	.mobileWrapper .phone {
		float: right;
	}
	.header {
		overflow: hidden;
	}
	.header h1 {
		height: auto;
		position: relative;
		margin: 32px auto;
		margin: 2rem auto;
	} 
	.header .phone {
		display: none;
	}
	.header .tagline {
		line-height: 32px;
		line-height: 2rem;
		text-align: center;
		float: none;
		padding-bottom: 24px;
		padding-bottom: 1.5rem;
		margin: -12px 0 0;
		margin: -0.75rem 0 0;
	}
	.mainNav {
		display: none;
	}
	.navContainerWrapper {
		display: none;
	}

	.imageWrapper img {
		left: 50%;
		margin-left: -500px;
		margin-left: -31.25rem;
		position: relative;
		height: auto;
	}
	.overlayWrapper,
	.overlayWrapper .block {
		text-align: center;
	}
	.overlayWrapper h2 {
		float: none;
		text-align: center;
		max-width: 100%;
		font-size: 22px;
		font-size: 1.375rem;
		font-weight: 400;
		overflow: hidden;
		margin: 0 0 16px;
		margin: 0 0 1rem;
	}
	.overlayWrapper .imageWrapper h2 {
		font-size: 32px;
		font-size: 2rem;
		margin: 0;
		float: none;
		text-align: center;
		max-width: 100%;
		display: block;
	}
	.overlayWrapper h2 .line {
		line-height: 44px;
		line-height: 2.75rem;
	}
	.nolining .overlayWrapper h2 span {
		line-height: 44px;
		line-height: 2.75rem;
	}
	.overlayWrapper .button {
		float: none;
		margin: 0 auto;
		display: inline-block;
		padding: 8px 16px;
		padding: 8px 1rem;
		text-align: center;
	}
	.overlayWrapper .button:hover {
		padding-top: 9px;
		padding-bottom: 7px;
	}
	.overlayWrapper .block {
		padding: 20px 0 0;
		padding: 1.25rem 0 0;
		-moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
	}
	.overlayWrapper .block:before {
		height: 0;
		vertical-align: top;
	}
	.overlayWrapper .centered {
		vertical-align: top;
	}
	.promoPanel {
		width: 48.25%;
	}
	.promoPanel:nth-child(3n) {
		margin-right: 3.5%;
	}
	.promoPanel:nth-child(2n) {
		margin-right: 0;
	}

	.promoPanel:hover a.info {
		margin: -140px auto 0;
		margin: -8.75rem auto 0;
	}
	.contactFrom form.elab_form .single {
		width: 100%;
	}
	.latestPost {
		width: 48%;
		margin-right: 4%;
	}
	.latestPost:nth-child(2n) {
		margin-right: 0;
	}
	.contentContainer .content {
		float: none;
		width: 100%;
	}
	.contentContainer .sidebar {
		width: 100%;
		float: none;
		padding-left: 0;
		padding-top: 0;
	}
	.latestPostsContainer .type-post {
		border-bottom: 1px solid #f2f2f2;
		padding: 0 0 40px;
		padding: 0 0 2.5rem;
	}
	.latestPostsContainer .wp-post-image {
		width: 40%;
		height: auto;
		margin-bottom: 4px;
		margin-bottom: 0.25rem;
	}

	.footer p.copyright {
		float: none;
		text-align: center;
		margin: 0 0 12px;
		margin: 0 0 0.75rem;
	}

	.footer ul.footerNav {
		float: none;
		text-align: center;
		margin: 0 0 16px;
		margin: 0 0 1rem;
	}
	.footer ul.footerNav li:first-child {
		margin-left: 0;
		border-left: none;
	}
	.footer ul.socialNav {
		float: none;
		text-align: center;
	}
	.footer ul.socialNav li {
		float: none;
		display: inline-block;
		vertical-align: top;
		zoom:1;
		*display: inline;
		margin: 0 10px;
		margin: 0 0.625rem;
	}
	.latestProductsContainer .type-product { 
		width:33.33%;
	}
	.inlineBlocks {
		text-align: left;
		margin: 0 auto;
		width: 300px;
		width: 18.75rem;
	}
	.inlineBlocks .inlineBlock {
		display: block;
	}
	.mailingListContainer form input[type="submit"] {
		max-width: 100%;
	}
}

/*640px*/
@media (max-width: 40em) {
	.content table.stacktable.large-only { 
		display: none; 
	}
  	.content table.stacktable.small-only { 
  		display: table; 
  	}
}

/*540px*/
@media (max-width: 33.75em) {
	.latestProductsContainer .type-product { 
		width: 50%;
	}
	.promoPanel {
		width: 100%;
		margin-right: 0;
	}
	.promoPanel.promoPanel:nth-child(2n) {
		margin-right: 0;
	}
}

/*440px*/
@media (max-width: 27.5em) {
	.latestPostsContainer .wp-post-image {
		float: none;
		margin-right: 0;
		width: 100%;
		height: auto;
	}
	.nivoSlider {
		left: 50%;
		margin-left: -300px;
		margin-left: -18.75rem;
	}
	.gallery .gallery-item {
		width: 50% !important;
	}
	.alignleft, 
	img.alignleft,
	.alignright, 
	img.alignright {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

/*340px*/
@media (max-width: 21.25em) {
	
}
