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

/*________ 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 ________*/

.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;
}



.mainNavToggle {
	display: none;
	border: none;
	background: url(images/icon-mobile-nav-open.png) no-repeat center top;
	background-size: 32px 32px;
	background-size: 2rem 2rem;
	padding: 32px 0 0;
	padding: 2rem 0 0;
	float: left;
	color: #fff;
	font-size: 12px;
	font-size: 0.75rem;
	outline: none;
}
.header .mainNavToggle {
	padding: 38px 8px 4px;
	padding: 2.375rem 0.5rem 0.25rem;
	background-color: #187577;
	border-radius: 4px;
	border-radius: 0.25rem;
	background-position: center 4px;
	background-position: center 0.25rem;
}
.navContainer .mainNavToggle {
	margin: 8px 0 0;
	margin: 0.5rem 0 0;
}
.mainNavToggle.close {
	background-image: url(images/icon-mobile-nav-close.png);
}

/* 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 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;
}
/*subnav arrows*/
.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:hover > a:after {
	border-top-color: #4dc752;
}
/*current menu items*/
.mainNav li.current-menu-parent > a,
.mainNav li.current-menu-item > a {
	color: #4dc752;
}
/* main level link hover */
.mainNav > li:hover > a {
	border-top: 4px solid #4dc752;
	border-top: 0.25rem solid #4dc752;
}
.mainNav li:hover > 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;
}


/* 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 {
	border-color: transparent;
	border-left-color: #202020;
	top: 22px;
	top: 1.375rem;
	right: 20px;
	right: 1.25rem;
	margin: 0 0 0 8px;
	margin: 0 0 0 0.5rem;
}
.mainNav ul > .menu-item-has-children:hover > a:after {
	border-color: transparent;
	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 {
	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;
	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 a {
	color: #202020;
	text-decoration: none;
}
.header .phone a strong {
	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;
}
.headroom {
    transition: transform 200ms linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}

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

.navContainer .mainNav > li > a {
	line-height: 48px;
	line-height: 3rem;
	height: auto;
	border-top: none;
	border-bottom: none;
	padding: 0 30px;
	padding: 0 1.875rem;
	color: #fff;
}
.navContainer .mainNav > li:hover > a {
	background-color: #166d6f;
	color: #4cc751;
}
.navContainer .mainNav > li > ul {
	top: 48px;
	top: 3rem;
}

.navContainer .phone {
	display: none;
	float: right;
	line-height: 60px;
	line-height: 3.75rem;
	font-weight: 700;
}
.navContainer .phone a {
	color: #fff;
	text-decoration: none;
}



/*________ 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 .wrapper {
	padding-top: 16px;
	padding-top: 1rem;
	padding-bottom: 16px;
	padding-bottom: 1rem;
}
.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-color: #fff;
    background-color: 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-color: #fff;
	background-color: 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;
}


/*________ 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,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	color: #202020;
	font-weight: 900;
	padding: 0 0 16px;
	padding: 0 0 1rem;
}
.content h1 a,
.content h2 a,
.content h3 a,
.content h4 a,
.content h5 a,
.content h6 a {
	color: #202020;
}
.content h1 {
	font-size: 32px;
	font-size: 2rem;
	font-weight: 700;
	padding: 42px 0 20px;
	padding: 2.625rem 0 1.25rem;
	font-style: italic;
}
.content h2 {
	font-size: 26px;
	font-size: 1.625rem;
	padding: 0 0 20px;
	padding: 0 0 1.25rem;
	line-height: 1.23;
	font-style: italic;
}
.content h3 {
	font-size: 20px;
	font-size: 1.25rem;
	padding: 8px 0 16px;
	padding: 0.5rem 0 1rem;
	font-style: italic;
}
.content h4 {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	padding: 8px 0 16px;
	padding: 0.5rem 0 1rem;
	font-style: italic;
}
.content h5 {
}
.content h6 {
}
.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 .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;
}
.home .homePromos {
	text-align: center;
}
.home .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;
}
.home .promoPanel.promoPanel:nth-child(3n) {
 	margin-right: 0;
}
.home .promoPanel span.image {
	overflow: hidden;
	width: 100%;
	display: block;
}
.home .promoPanel span.image img {
	position: relative;
	z-index: 10;
	display: block;
	width: 100%;
	min-width: 340px;
	min-width: 21.25rem;
	height: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.home .promoPanel:hover span.image img {
	opacity: 0.5;
}
.home .promoPanel span.info {
	display: block;
	width: 92%;
	background-color: #fff;
	padding: 24px 0;
	padding: 1.5rem 0;
	bottom: 0;
	z-index: 15;
	position: absolute;
	text-decoration: none;
	left: 50%;
	margin-left: -46%;
}
.home .promoPanel:hover span.info {
	top: 50px;
	top: 3.125rem;
	bottom: auto;
}
.home .promoPanel span.title {
	display: block;
	font-size: 20px;
	font-size: 1.25rem;
	color: #202020;
	font-style: italic;
	margin: 0 0 2px;
	margin: 0 0 0.125rem;
	text-decoration: none;
	font-weight: 900;
}
.home .promoPanel span.readMore {
	display: block;
}

.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 .type-post {
	overflow: hidden;
	margin: 0 0 40px;
	margin: 0 0 2.5rem;
	border-bottom: 1px solid #f2f2f2;
	padding: 0 0 40px;
	padding: 0 0 2.5rem;
}
.latestPostsContainer .type-post:last-child {
	margin-bottom: 0;
}
.latestPostsContainer .wp-post-image {
	overflow: hidden;
	float: left;
	margin: 0 16px 0 0;
	margin: 0 1rem 0 0;
	width: 100%;
	height: auto;
	max-width: 220px;
	max-width: 13.75rem;
}
.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 {
	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;
	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 {
	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;
}


/*________ 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;
}
.mailingListContainer label {
	display: none;
}
.mailingListContainer form {
	position: relative;
	width: 100%;
}
.mailingListContainer form .inlineBlock {
	width: 100%;
	max-width: 300px;
	max-width: 18.75rem;
	padding-right: 20px;
	padding-right: 1.25rem;
}
.mailingListContainer form .inlineBlock.submitBlock {
	max-width: 74px;
	max-width: 4.625rem;
	padding-right: 0;
}
.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;
	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 h1,
.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5,
.sidebar h6 {
	color: #202020;
}

.sidebar h2 {
	font-size: 26px;
	font-size: 1.625rem;
	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;
	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-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;
	padding: 0 0 0.625rem;
	margin: 0 0 10px;
	margin: 0 0 0.625rem;
}
.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;
}


.socialNav ul {
	text-align: right;
}
.socialNav ul li {
	list-style: none;
	padding: 0 10px 0 0;
	padding: 0 0.625rem 0 0;
}
.socialNav ul li a {
	display: block;
	width: 32px;
	width: 2rem;
	height: 32px;
	height: 2rem;
	position: relative;
	border-radius: 4px;
	border-radius: 0.25rem;
}
.socialNav ul li a * {
	fill: #fff;
}
.socialNav ul li a:hover *,
.socialNav ul li a:focus *,
.socialNav ul li a:active * {
	fill: #187577;
}
.socialNav ul li a:hover,
.socialNav ul li a:focus,
.socialNav ul li a:active {
	background-color: #fff;
}

.socialNav ul li a img,
.socialNav ul li a svg {
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 100%;
  	height: auto;

  	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.socialNav ul li a:hover svg,
.socialNav ul li a:hover img,
.socialNav ul li a:focus svg,
.socialNav ul li a:focus img,
.socialNav ul li a:active svg,
.socialNav ul li a:active img {
	-webkit-transform: scale(0.9);
  	transform: scale(0.9);
	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.socialNav ul li.facebook a svg,
.socialNav ul li.facebook a img {
	max-width: 10px;
	max-width: 0.625rem;
}
.socialNav ul li.twitter a svg,
.socialNav ul li.twitter a img {
	max-width: 16px;
	max-width: 1rem;
}
.socialNav ul li.instagram a svg,
.socialNav ul li.instagram a img {
	max-width: 16px;
	max-width: 1rem;
}
.socialNav ul li.youtube a svg,
.socialNav ul li.youtube a img {
	max-width: 18px;
	max-width: 1.125rem;
}
.socialNav ul li.google a svg,
.socialNav ul li.google a img {
	max-width: 18px;
	max-width: 1.125rem;
}
.socialNav ul li.pinterest a svg,
.socialNav ul li.pinterest a img {
	max-width: 16px;
	max-width: 1rem;
}
.socialNav ul li.tripAdvisor a svg,
.socialNav ul li.tripAdvisor a img {
	max-width: 24px;
	max-width: 1.5rem;
}
.socialNav ul li.linkedIn a svg,
.socialNav ul li.linkedIn a img {
	max-width: 16px;
	max-width: 1rem;
}
.socialNav ul li.link a svg,
.socialNav ul li.link a img {
	max-width: 16px;
	max-width: 1rem;
}





/*________ 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;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
form input[type="text"]:focus,
form input[type="password"]:focus,
form select:focus,
form textarea:focus {
	border-color: #222;
}
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 */
.contactForm form.elab_form .single {
	width: 64%;
}
.contactForm form.elab_form .single.textarea {
	width: 100%;
}
.contactForm 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;
	border: none;
	font-weight: 700;
	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;
}

.button {
	font-weight: 400;
}

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




/*________ MISC ________*/

.hide {
	display: none;
}

button {
	cursor: pointer;
}
button::-moz-focus-inner { /* Remove stupid button padding in FF */
    border:0;
    padding:0;
}

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

.inlineBlocks {
	text-align: center;
	overflow: hidden;
}
.inlineBlocks .inlineBlock {
	display: inline-block;	
	zoom: 1;
	*display: inline;
	vertical-align: top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.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;
}
.centerVertical {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%;
	position: relative;
}
.absoluteWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* 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;
	-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: 1.66;
}
.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;
	}
	.navContainer .mainNav > li > a {
		padding: 0 20px;
		padding: 0 1.25rem;
	}
}

/*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%;
	}
}

/*782px*/
@media (max-width: 48.875em) {
	.admin-bar .navContainer.headroom--not-top.headroom--pinned {
		top: 46px;
	}
}

/*740px*/
@media (max-width: 46.25em) {
	.header {
		padding: 0 0 24px;
		padding: 0 0 1.5rem;
	}
	.fullWidthNav .header {
		padding: 0;
	}
	.header h1 {
		height: auto;
		position: relative;
		margin: 32px auto;
		margin: 2rem auto;
		left: auto;
	} 
	.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;
	}
	.header .phone {
		line-height: 58px;
		line-height: 3.625rem;
	}
	.fullWidthNav .header .phone {
		display: none;
	}
	.navContainerWrapper {
		height: 60px;
		height: 3.75rem;
	}
	.navContainer {
		height: 60px;
		height: 3.75rem;
	}
	.mainNavToggle {
		display: block;
	}
	.mainNav {
		opacity: 0;
		height: 0;
		overflow: hidden;
		visibility: hidden;
		position: absolute;
		top: 60px;
		top: 3.75rem;
		left: 0;
		width: 100%;
		background-color: #187577;
		-webkit-transition: all 100ms linear;
		-moz-transition: all 100ms linear;
		-ms-transition: all 100ms linear;
		-o-transition: all 100ms linear;
		transition: all 100ms linear;
		border-bottom: 6px solid #f2f2f2;
		border-bottom: 0.375rem solid #f2f2f2;
	}
	.header .mainNav {
		top: 140px;
		top: 8.75rem;
	}
	.mainNav.show {
		opacity: 1;
		height: auto;
		overflow: visible;
		visibility: visible;
	}
	.mainNav a {
		line-height: 48px;
		line-height: 3rem;
		height: auto;
		border-top: none;
	}
	.mainNav > li > a {
		color: #fff;
		padding: 0 16px !important;
		padding: 0 1rem !important;
	}
	.mainNav > li:hover > a {
		border-top: none;
	}
	.mainNav li {
		width: 100%;
		float: none;
	}
	.mainNav > li {
		border-top: 1px solid #f2f2f2;
	}
	.mainNav ul {
		width: 100%;
		position: relative;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		text-align: left;
		background-color: #fff;
		border-radius: 0;
	}
	.mainNav ul li:last-child > a {
		border-radius: 0;
	}
	.mainNav > .menu-item-has-children > a:after {
		top: 24px;
		top: 1.5rem;
		border-top-color: #fff;
	}
	.mainNav ul .menu-item-has-children > a:after {
		border-color: transparent;
		border-top-color: #000;
		left: auto;
		right: auto;
		top: 24px;
		top: 1.5rem;
	}
	.mainNav ul .menu-item-has-children:hover > a:after {
		border-color: transparent;
		border-top-color: #4dc752;
	}
	.mainNav ul ul {
		top: 0;
		border-top: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.mainNav ul ul a { 
		padding-left: 40px;
		padding-left: 2.5rem;
	}
	.navContainer .phone {
		display: block;
	}
	.imageWrapper img {
		left: 50%;
		margin-left: -500px;
		margin-left: -31.25rem;
		position: relative;
		height: auto;
	}
	.overlayWrapper {
		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;
	}
	.home .overlayWrapper h2 {
		max-width: 100%;
	}
	.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;
	}
	.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;
	}
	.contactForm 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;
	}
	.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;
	}
	.socialNav ul {
		float: none;
		text-align: center;
	}
	.latestProductsContainer .type-product { 
		width:33.33%;
	}
	.mailingList .inlineBlocks {
		text-align: left;
		margin: 0 auto;
		width: 300px;
		width: 18.75rem;
	}
	.mailingList .inlineBlocks .inlineBlock {
		display: block;
	}
	.mailingListContainer form input[type="submit"] {
		max-width: 100%;
	}
}

/*640px*/
@media (max-width: 40em) {
}


/*600px*/
@media (max-width: 37.5em) {
	.navContainer.headroom--not-top.headroom--pinned {
		top: auto !important;
		left: auto;
		position: relative;
	}
}

/*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-bottom: 20px;
		margin-bottom: 1.25rem;
		margin-right: 0;
		max-width: 100%;
	}
	.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) {
	
}
