/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */


/* Fonts
----------------------------------------------------------------------------------------------------*/
@import url('../../../../../font-awesome/4.7.0/css/font-awesome.min.css');
@import url('//fonts.googleapis.com/css?family=Bad+Script|Merriweather:400,400italic,700,700italic,300,300italic,900,900italic|Open+Sans:300italic,400italic,600italic,700italic,300,400,600,700');


/* Nano Override
----------------------------------------------------------------------------------------------------*/

#header, #breadcrumbs, #top-a, #top-b, #innertop, #innerbottom, #bottom-a, #bottom-b, #footer { margin: 0px; border: none; padding: 0px; }
#content { margin: 15px; }
#top-a > div, #top-b > div, #innertop > div, #innerbottom > div, #bottom-a > div, #bottom-b > div { margin: 0px; border: none; padding: 0px; }
a:not([class]):active, a:not([class]):focus { top: 0px; }
a:not([class]):active > *, a:not([class]):focus > * { top: 0px; }
.mobile-switcher { margin: 50px auto; border: 3px solid #555; border-radius: 15px; box-shadow: none; width: 76%; color: #fff; font-size: 38px; font-weight: bold; line-height: 38px; text-shadow: 0px -3px 0px #333; background: #666; }
.wrapper { margin: 0px auto !important; }


/* Typography
----------------------------------------------------------------------------------------------------*/

/* Defaults */

body {
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 13px;
	line-height: 22px;
}

blockquote {
	border-left: 3px solid #eee;
	margin: 15px 0px 15px 20px;
	color: #666;
	font-style: italic;
}

.disclaimer {
}

em {
	color: #5d97d1;
	font-weight: 600;
}

hr {
	margin: 30px 0px;
	border-top: 1px dotted #ddd;
}

hr.about-us {
	display: inline-block;
	width: 100%;
	margin: 20px 0px 0px;
}

.required {
	color: #e00000;
	font-size: 11px;
	font-weight: 400;
	vertical-align: top;
}

strong, b {
	color: #222;
	font-weight: 600;
}


/* Headers */

h1 {
	color: #587a00;
	font-family: 'Merriweather', times, serif;
	font-size: 26px;
	font-style: italic;
	font-weight: 400;
	line-height: 26px;
}

h2 {
	color: #587a00;
	font-family: 'Merriweather', times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: 400;
	line-height: 24px;
}

h3 {
	font-size: 22px;
	font-weight: 300;
	line-height: 22px;
}

h4 {
	font-size: 18px;
	line-height: 22px;
}


/* Links */

a {
	color: #f58a00;
	transition: all 100ms ease-in 0ms;
}

a:hover {
	color: #ccc;
	transition: all 100ms ease-in 0ms;
}

.readmore {
	display: inline-block;
	border-radius: 2px;
	padding: 3px 12px;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	background: #709c00;
}

.readmore:hover {
	color: #fff;
	background: #587a00;
}

.readmore i {;
	float: right;
	margin: 3px 0px 0px 10px;
	font-size: 15px;
}

#footer a {
	color: #989898;
}

#footer a:hover {
	color: #f58a00;
}


/* Pagination */

.pagination-block {
	text-align: center;
}

.pagination {
	clear: both;
	margin: 30px 0px 10px;
	border-top: 1px dotted #ddd;
	padding: 30px 0px 0px;
	text-align: center;
}

.pagination a {
	display: inline-block;
	margin-left: 5px;
	padding: 0px;
	height: 25px;
	width: 25px;
	border: 1px solid #ddd;
	border-radius: 2px;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	line-height: 25px;
	text-decoration: none;
	vertical-align: top;
	background: #eee;
}

.pagination a:hover,
.pagination strong {
	display: inline-block;
	margin-left: 5px;
	padding: 0px;
	height: 25px;
	width: 25px;
	border: 1px solid #709c00;
	border-radius: 2px;
	color: #fff;
	font-weight: normal;
	line-height: 25px;
	background: #709c00;
}

.pagination a.previous,
.pagination a.next {
	font-size: 13px;
	line-height: 22px;
	vertical-align: top;
}

.pagination a.first,
.pagination a.last {
	border: none;
	background: transparent;
}

.pagination a.first {
	margin: 1px 10px 0px -25px;
}

.pagination a.last {
	margin: 1px -25px 0px 10px;
}

.pagination a.first:hover,
.pagination a.last:hover {
	color: #ccc;
}

.pagination-counter {
	text-align: center;
}


/* Inputs & Fields */

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	margin: 0px;
	border: 1px solid #ddd;
	border-radius: 2px;
	padding: 5px;
	box-shadow: none;
	color: #777;
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 13px;
	background-color: #fff;
	-webkit-appearance: none;
	        appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
	display: inline-block;
	float: none !important;
	margin: -2px 4px 0px 0px !important;
}

button[type="submit"],
input[type="button"],
input[type="submit"] {
	margin: 0px;
	padding: 3px 15px;
	font-size: 10px;
	text-shadow: 1px 1px 0px #f3f3f3;
	text-transform: uppercase;
}

input[type="button"][disabled="disabled"],
input[type="submit"][disabled="disabled"] {
	background-color: buttonface;
}


/* Tables */

.article-table {
}

.article-table td {
	border: 1px solid #ddd;
	padding: 5px;
}


/* Layout
----------------------------------------------------------------------------------------------------*/

#headerbar {
	margin: 0px;
	padding: 5px 0px;
}

#logo {
	margin: 15px;
}

#logo img {
	width: 250px;
}

#menubar {
	background: url(../images/menubar-bg.png) 0px 0px repeat transparent;
}

#menu {
	margin: 0px 15px;
}

.home #top-a .grid-box {
	width: 100% !important;
}

#main {
	margin: 30px 0px;
}

.home #maininner {
	width: 65%;
}

.home #sidebar-b {
	width: 35%;
}

#bottom-b {
	box-shadow: 0px 0px 0px rgba(0,0,0,0.3);
	background: #f7f7f7;
}

#footer-block {
	padding: 30px 0px 25px;
	color: #989898;
	background: #373737;
}

#footer {
	margin: 15px;
	text-align: left;
}

#totop-scroller {
	border: 1px solid #292929;
	background-color: #303030;
}

#totop-scroller:hover {
	border: 1px solid #2c2c2c;
	background-color: #444;
}

.hidden-desktop {
	display: none;
}


/* Images */

img {
	max-width: 100%;
	vertical-align: top;
}

.article-image,
.pull-right,
.pull-left {
	border-radius: 3px;
}

.article-image.left,
.pull-left {
	float: left;
	margin: 7px 25px 15px 0px;
}

.article-image.right,
.pull-right {
	float: right;
	margin: 7px 0px 15px 25px;
}


/* Tables */

th, td {
	padding: 0px;
}

.article-table {
}

.article-table td {
	border: 1px solid #ddd;
	padding: 5px;
}


/* Videos */

.article-video.left {
	float: left;
	margin: 7px 25px 15px 0px;
}

.article-video.right {
	float: right;
	margin: 7px 0px 15px 25px;
}

.article-video a {
	position: relative;
}

.article-video a i {
	position: absolute !important;
	z-index: 1;
	color: #fff;
}

iframe[name="google_conversion_frame"] {
	display: none;
}


/* Menus
----------------------------------------------------------------------------------------------------*/

/* Dropdown Menu */

.menu-dropdown {
	margin: 0px;
}

.menu-dropdown li.level1 {
	margin: 0px;
	padding: 0px;
}

.menu-dropdown li.level1.active {
}

.menu-dropdown li.level1 .level1 {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	background: transparent;
	transition: background 100ms ease-in 0ms;
}

.menu-dropdown li.level1.active .level1,
.menu-dropdown li.level1.remain .level1,
.menu-dropdown li.level1 .level1:hover {
	color: #0b4021;
	background: #c2df33;
	transition: background 100ms ease-in 0ms;
}

.menu-dropdown li.level1 .level1 span {
	padding: 8px 18px;
	transition: all 100ms ease-in 0ms;
}

.menu-dropdown li.level1.active .level1 span,
.menu-dropdown li.level1.remain .level1 span,
.menu-dropdown li.level1 .level1:hover span {
	padding: 8px 18px;
	transition: all 100ms ease-in 0ms;
}

.menu-dropdown .dropdown {
	top: 46px;
	left: -1px;
	border: none;
}

.menu-dropdown .dropdown-bg > div {
	border: 1px solid #8cc400;
	border-top: none;
}

.menu-dropdown li.level2 {
	margin: 0px 10px;
	border-top: 1px dotted #ddd;
}

.menu-dropdown li.level2 .level2 {
}

.menu-dropdown li.level2.active .level2 {
	color: #444;
	font-weight: 600;
}

.menu-dropdown li.level2.remain .level2,
.menu-dropdown li.level2 .level2:hover {
	color: #ccc;
}

.menu-dropdown li.level2 .level2 span {
	padding: 10px 0px 5px;
}

.menu-dropdown ul.level3 {
	padding: 0px 0px 15px;
}

.menu-dropdown li.level3 {
	font-size: 12px;
	line-height: 18px;
}

.menu-dropdown li.level3 .level3 {
}

.menu-dropdown li.level3.active .level3 {
	font-weight: 400;
}

.menu-dropdown li.level3.remain .level3,
.menu-dropdown li.level3 .level3:hover {
	color: #ccc;
}


/* Sidebar Menu */

.menu-sidebar li.level1 {
	border-top: 1px dotted #ddd;
}

.menu-sidebar li.level1 .level1 {
	text-transform: uppercase;
}

.menu-sidebar li.level1.active .level1 {
	color: #f58a00;
	font-weight: 400;
}

.menu-sidebar li.level1.remain .level1,
.menu-sidebar li.level1 .level1:hover {
	color: #f58a00;
	font-weight: 400;
}

.menu-sidebar ul.level2 {
}

.menu-sidebar li.level2 .level2 {
}

.menu-sidebar li.level2.active .level2 {
	color: #f58a00;
	font-weight: 400;
}

.menu-sidebar li.level2.remain .level2,
.menu-sidebar li.level2 .level2:hover {
	color: #f58a00;
}

.menu-sidebar li.level2 .level2 span {
	margin: 0px 0px 0px 5px;
	font-size: 12px;
	line-height: 18px;
}


/* Footer Menu */

.menu-footer li.level1 .level1 {
	color: #989898;
	text-transform: uppercase;
}

.menu-footer li.level1 .level1:hover {
	color: #f58a00;
}


/* Modules
----------------------------------------------------------------------------------------------------*/

/* Defaults */

.module {
	border: none;
	padding: 0px;
	background: transparent;
}

.module h3 {
	border-bottom: 1px solid #ddd;
	padding: 0px 0px 8px;
}

#sidebar-a .module {
	padding: 0px 30px 0px 0px;
}

#sidebar-b .module {
	padding: 0px 0px 0px 30px;
}

#headerbar .module {
	clear: right;
	margin: 15px 15px 0px;
	border: none;
	padding: 0px;
	max-width: none;
}

.home #top-a .grid-box {
	width: 100% !important;
}

#bottom-c .grid-box {
	width: auto;
	max-width: 33%;
	min-width: 15%;
}

#bottom-c .module {
	margin: 15px 0px 15px 45px;
	border-left: 1px solid #555;
	padding: 0px 0px 0px 45px;
}

#bottom-c .grid-box:first-child .module {
	margin: 15px;
	border: none;
	padding: 0px 15px 0px 0px;
}

#bottom-c .module h3 {
	border: none;
	padding: 0px;
	color: #8cc400;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

#footer .module {
	border: none;
	padding: 0px;
}


/* Call To Action */

.module.call-to-action {
	color: #999;
	font-size: 14px;
	line-height: 16px;
}

.module.call-to-action .office {
	float: left;
	margin: 0px 20px 0px 0px;
	border-right: 1px solid #b1be6c;
	padding: 0px 20px 0px 0px;
}

.module.call-to-action .office a {
	color: #999;
}

.module.call-to-action .office a:hover {
	color: #ccc;
}

.module.call-to-action .office .phone {
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
}

.module.call-to-action .icon {
	float: left;
}

.module.call-to-action .icon i {
	margin: 0px 7px 0px 0px;
	color: #8cc400;
	font-size: 46px;
	line-height: 40px;
}

.module.call-to-action .inquiries {
	float: left;
	margin: 0px 20px 0px 0px;
	border-right: 1px solid #b1be6c;
	padding: 0px 20px 0px 0px;
}

.module.call-to-action .inquiries .phone {
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
}

.module.call-to-action .button {
	float: left;
}

.module.call-to-action .button a {
	display: inline-block;
	margin: 1px 0px 0px;
	border-bottom: 2px solid #587a00;
	border-radius: 3px;
	padding: 9px 20px;
	color: #444;
	font-size: 11px;
	font-weight: 600;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.3);
	text-transform: uppercase;
	background: #c2df33;
	transition: all 100ms ease-in 0ms;
}

.module.call-to-action .button a:hover {
	color: #fff;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.3);
	background: #8cc400;
	transition: all 100ms ease-in 0ms;
}

.module.call-to-action .button a i {
	margin: 0px 0px 0px 10px;
}


/* Showcase */

.module.home-showcase {
	margin: 0px;
	padding: 0px;
	min-height: 480px !important;
}

.module.home-showcase .wk-slideshow > div > .caption {
	top: 0px;
	margin: 0px auto;
	padding: 0px;
	width: 950px;
	background: transparent;
}

.module.home-showcase .wk-slideshow > div > .caption .text {
	float: right;
	margin: 120px 0px 0px;
	text-align: center;
}

.module.home-showcase .wk-slideshow > div > .caption .text h3 {
	margin: 0px;
	border: none;
	padding: 0px;
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	line-height: 56px;
	text-shadow: 0px 0px 15px rgba(0,0,0,0.9);
	text-transform: uppercase;
}

.module.home-showcase .wk-slideshow > div > .caption .text a {
	display: inline-block;
	border-bottom: 2px solid #d50;
	border-radius: 3px;
	padding: 8px 30px 10px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	text-decoration: none;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.3);
	text-transform: uppercase;
	background: #ff9000;
	transition: all 100ms ease-in 0ms;
}

.module.home-showcase .wk-slideshow > div > .caption .text a:hover {
	border-bottom: 2px solid #CE4F00;
	background: #E48101;
	transition: all 100ms ease-in 0ms;
}

.module.home-showcase .wk-slideshow > div > .caption .text p a i {
	margin: 2px 0px 0px 10px;
	font-size: 20px;
}

.module.home-showcase > form {
	position: relative;
	z-index: 5;
	margin: -100px auto 0px;
	width: 1280px;
	max-width: 100%;
}


/* Feature */

.module.feature {
	margin: 45px 15px 30px;
	border: 0px;
	border-radius: 2px;
	padding: 20px;
	text-align: center;
	background: #f2f2f2;
}

.module.feature .icon {
	margin: -70px auto 20px;
	border: 6px solid #fff;
	border-radius: 70px;
	height: 120px;
	width: 120px;
}

.module.feature .icon.family {
	background: url(../images/feature-icon-family.png) 50% 50% no-repeat #8cc400;
}

.module.feature .icon.downsizing {
	background: url(../images/feature-icon-downsizing.png) 48% 46% no-repeat #8cc400;
}

.module.feature .icon.organized {
	background: url(../images/feature-icon-organized.png) 50% 50% no-repeat #8cc400;
}

.module.feature h3 {
	margin: 0px 0px 15px;
	border: none;
	padding: 0px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}


/* Testimonials */

.module.testimonials {
	border: none;
}

.module.testimonials .name {
	font-family: 'Bad Script', arial, sans-serif;
	font-size: 20px;
	line-height: 24px;
}

.module.testimonials .position {
	float: left;
}

.module.testimonials .company {
	display: inline-block;
}


/* Credibility Logos */

.module.credibility-logos {
	margin: 15px 20px;
	border: none;
	padding: 0px;
}

.module.credibility-logos img {
    max-width: 80%;
}


/* Better Business Bureau Module */

.module.better-business-bureau img {
    max-width: 80%;
}


/* Connect With Us */

.module.connect-with-us a {
	display: inline-block;
	margin: 15px 0px 0px;
	width: 100%;
	color: #989898;
	text-transform: uppercase;
	vertical-align: top;
}

.module.connect-with-us a:hover {
	color: #709c00;
}

.module.connect-with-us a:first-of-type {
	margin: 5px 0px 0px;
}

.module.connect-with-us a i {
	float: left;
	border-radius: 16px;
	padding: 8px 0px 6px;
	width: 32px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: #666;
	transition: all 100ms ease-in 0ms;
}

.module.connect-with-us .facebook i {
	background: #3B5998;
}

.module.connect-with-us .twitter i {
	background: #2189B3;
}

.module.connect-with-us .googleplus i {
	background: #D42323;
}

.module.connect-with-us .linkedin i {
	background: #006599;
}

.module.connect-with-us a:hover i {
	background: #709c00;
	transition: all 100ms ease-in 0ms;
}

.module.connect-with-us a span {
	float: left;
	margin: 4px 0px 0px 10px;
}


/* Landing Page Form */

.module.landing-page-form {
	margin: 0px 15px;
	padding: 30px;
	background: #00557e;
	background: rgba(0,85,125,0.7);
}

.module.landing-page-form .thank-you p {
	margin: 0px 0px 15px;
	color: #fff;
}


/* Copyright */

.module.copyright {
	text-transform: uppercase;
}


/* K2
----------------------------------------------------------------------------------------------------*/

/* Category Block */

.k2-category .categories .category {
	margin: 0px 0px 30px;
}

.k2-category .categories .category h1 {
	margin: 0px 0px 15px;
}


/* Items Block */

.k2-items .item {
	margin: 30px 0px 0px;
	border-top: 1px dotted #ddd;
	padding: 30px 0px 0px;
}

.k2-items .item:first-child {
	margin: 0px;
	border: none;
	padding: 0px;
}

.k2-items .item .title {
	margin: 0px;
}

.k2-items .item .title a {
	color: #587a00;
	font-weight: 300;
	text-decoration: none;
}

.k2-items .item .title a:hover {
	color: #ccc;
}

.k2-items .item .date,
.k2-items .item .author {
	color: #999;
	font-size: 12px;
	font-style: italic;
}

.k2-items .item .social-sharing {
	margin: 10px 0px 0px;
}

.k2-items .item .social-sharing .button {
	display: inline-block;
	vertical-align: top;
}

.k2-items .item .image {
	float: right;
	margin: 22px 0px 15px 25px;
}

.k2-items .item .image img {
	border-radius: 2px;
}

.k2-items .item .introtext p {
	margin: 15px 0px 0px;
}

.k2-items .item .tags {
	margin: 15px 0px 0px;
}

.k2-items .item .tags .tag {
	margin: 0px 0px 0px 10px;
}

.k2-items .item .readmore {
	margin: 15px 0px 0px;
}

.k2-items .item .comments {
	margin: 30px 0px 0px;
	border: 1px solid #eee;
	border-radius: 2px;
	padding: 20px;
	background: #fafafa;
}


/* Archives Module */

.k2-tools.archive ul {
	margin: 0px;
	padding: 0px;
}

.k2-tools.archive li {
	list-style-type: none;
}


/* Categories Module */

.k2-tools.categories ul {
	margin: 0px;
	padding: 0px;
}

.k2-tools.categories ul li {
	list-style-type: none;
}


/* Search Module */

.k2-tools.search input[type="text"] {
	margin: 0px 0px 10px;
	width: 170px;
}


/* Tags Module */

.k2-tools.tags a {
	display: block;
}


/* RSForm
----------------------------------------------------------------------------------------------------*/

.form {
	border: 1px solid #dfdfdf;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	   		border-radius: 3px;
	padding: 25px;
	background: #fafafa;
}

.form-text p:first-child {
	margin: 0px 0px 15px;
}

.form-clear {
	clear: both;
	display: block;
}

.form h2 {
	margin: 0px 0px 30px;
	font-size: 21px;
	line-height: 22px;
}

.form .form-block {
	display: inline-block;
	margin: 15px 0px 0px;
	width: 100%;
	vertical-align: top;
}

.form .form-block:first-child {
	margin: 0px;
}

.form .form-block .caption {
	float: left;
	padding: 6px 0px;
	width: 120px;
}

.form .form-block.small .caption {
	padding: 0px;
}

.form .form-block .body {
	float: left;
}

.form .form-block input[type="text"] {
	padding: 7px;
	height: 18px;
	width: 195px;
}

.form .form-block textarea {
	padding: 7px;
	height: 120px !important;
	width: 460px;
}

.form .form-block label {
	display: inline-block;
	margin: 0px 15px 0px 0px;
}

.form .form-block.captcha img {
	float: left;
	margin: 0px 15px 0px 0px;
	border: 1px solid #ddd;
	padding: 2px;
	background: #fff;
}

.form .form-block.captcha input {
	width: 75px;
	text-align: center;
}

.form .form-block.captcha a {
	margin: 0px 0px 0px 5px;
}

.form .form-block.submit button[type="submit"],
.form .form-block.submit input[type="submit"] {
	margin: 10px 0px 0px;
	padding: 8px 20px;
}

.form .form-block.submit button[type="submit"].readmore,
.form .form-block.submit input[type="submit"].readmore {
	border: none;
	font-family: 'Open sans', arial, sans-serif;
	font-size: 11px;
	line-height: 22px;
	text-shadow: none;
	transition: all 100ms ease-in 0ms;
}

.form span.formError {
	margin: 0px 0px 0px 10px;
	color: #f23e3e;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}

.form .form-block.captcha span.formError {
	margin: 0px 0px 0px 25px;
}


/* Home Page Form */

.form.home-page {
	margin: 0px auto;
	border: none;
	border-radius: 2px;
	padding: 20px;
	width: 910px;
	background: rgba(0,0,0,0.2);
}

.form.home-page .form-block {
	position: relative;
	display: inline-block;
	margin: 0px;
	width: 25%;
}

.form.home-page .form-block:first-child {
	margin: 0px;
}

.form.home-page .form-block.contactus {
	margin: 0px -15px 0px 2px;
}

.form.home-page .form-block .caption {
	background: transparent;
}

.form.home-page .form-block .body {
	float: none;
}

.form.home-page input[type="text"] {
	margin: 0px;
	border: 1px solid #fff;;
	border-radius: 1px;
	padding: 10px;
	height: auto;
	width: 194px !important;
	box-shadow: none;
	color: #444;
	background: rgba(255,255,255,0.7);
	transition: all 150ms ease-in 0ms;
}

.form.home-page input[type="text"].rsform-error {
	box-shadow: 0px 0px 5px rgba(255, 0, 0, 0.7);
	transition: all 150ms ease-in 0ms;
}

.form.home-page button[type="submit"] {
	display: inline-block;
	margin: 0px 0px -1px;
	border-width: 0px;
	border-bottom: 2px solid #587A00;
	border-radius: 3px;
	padding: 10px 52px 11px;
	color: #fff;
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.2);
	text-transform: uppercase;
	background: #8cc400;
	transition: all 100ms ease-in 0ms;
}

.form.home-page button[type="submit"] i {
	float: right;
	margin: 2px 0px 0px 8px;
	font-size: 18px;
}

.form.home-page button[type="submit"]:hover {
	border-bottom: 2px solid #587A00;
	background: #81AD0F;
	transition: all 100ms ease-in 0ms;
}

.form.home-page button[type="submit"]:focus {
	outline: none;
}

.form.home-page .validation {
	position: absolute;
	top: 9px;
	right: 20px;
}

.form.home-page .validation {
	position: absolute;
	top: 9px;
	right: 20px;
}

.home-thankyou {
	position: relative;
	z-index: 2;
	margin: -100px auto 0px;
	border: none;
	border-radius: 2px;
	padding: 20px;
	width: 910px;
	background: rgba(0,0,0,0.2);
}

.home-thankyou p {
	margin: 10px 0px;
	color: #fff;
}


/* Request Estimate Form */

.form.estimate h4 {
	margin: 40px 0px 0px;
	border-bottom: 1px dotted #ddd;
	padding: 0px 0px 10px;
}

.form.estimate h4:first-of-type {
	margin: 0px;
}

.form.estimate .form-block.how .caption {
	padding: 0px;
	line-height: 16px;
}

.form.estimate .form-block.submit {
	margin: 25px 0px 0px;
}

.form.estimate .form-block.submit input[type="submit"] {
	margin: 15px 0px 0px;
}


/* Contact Form */

.form.contact .form-block.submit {
	margin: 25px 0px 0px;
}


/* Widgetkit
----------------------------------------------------------------------------------------------------*/

/* Accordion */

.wk-accordion {
	margin: 10px 0px -15px !important;
}

.wk-accordion .toggler {
	margin-bottom: 10px;
	padding: 0px;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	color: #f58a00;
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-shadow: none;
	background: transparent;
	transition: all 100ms ease-in 0ms;
}

.wk-accordion .toggler:hover,
.wk-accordion .toggler.active {
	color: #ccc;
	transition: all 100ms ease-in 0ms;
}

.wk-accordion .content {
	padding: 0px 20px 20px 10px;
}


/* Xmap
----------------------------------------------------------------------------------------------------*/

#xmap h2.menutitle {
	margin: 0px 0px 15px;
}

#xmap ul.level_1,
#xmap ul.level_2 {
	margin: 0px 0px 0px 15px;
}

#xmap ul.level_1 li,
#xmap ul.level_2 li {
	list-style: circle;
}

#xmap .article_separator {
	display: none;
}


/* Custom Pages
----------------------------------------------------------------------------------------------------*/

.home #top-c {
	margin-top: 15px;
}