/********************************************************************
 /$$$$$$$$ /$$$$$$$$ /$$$$$$$$ /$$$$$$$$  /$$$$$$  /$$$$$$$$ /$$$$$$
| $$_____/| $$_____/| $$_____/| $$_____/ /$$__  $$|__  $$__//$$__  $$
| $$      | $$      | $$      | $$      | $$  \__/   | $$  | $$  \__/
| $$$$$   | $$$$$   | $$$$$   | $$$$$   | $$         | $$  |  $$$$$$
| $$__/   | $$__/   | $$__/   | $$__/   | $$         | $$   \____  $$
| $$      | $$      | $$      | $$      | $$    $$   | $$   /$$  \ $$
| $$$$$$$$| $$      | $$      | $$$$$$$$|  $$$$$$/   | $$  |  $$$$$$/
|________/|__/      |__/      |________/ \______/    |__/   \______/
********************************************************************/
@keyframes fadein
{
    from
    {
    	opacity: 0;
    }

    to
    {
    	opacity: 1;
    }
}

.raise-on-hover
{
	transition: transform 0.2s;
}

.raise-on-hover:hover
{
	transform: translate(0, -3px);
}

.img-raise-on-hover img
{
	transition: transform 0.2s;
}

.img-raise-on-hover:hover img
{
	transform: translate(0, -3px);
}

.lower-on-hover
{
	transition: transform 0.2s;
}

.lower-on-hover:hover
{
	transform: translate(0, 3px);
}

.decrease-opacity-on-hover
{
	transition: opacity 0.2s;
}

.decrease-opacity-on-hover:hover
{
	opacity: 0.8;
}

@media screen and (min-width: 1201px)
{
	.fade-in
	{
		opacity: 0;
		animation: fadein ease-in 1;
		animation-fill-mode: forwards;
		animation-duration: 1s;
	}
}

.fade-in.fade-first
{
	animation-delay: 0.3s;
}

.fade-in.fade-second
{
	animation-delay: 0.6s;
}

.fade-in.fade-third
{
	animation-delay: 0.9s;
}

.fade-in.fade-fourth
{
	animation-delay: 1.2s;
}

.fade-in.fade-fifth
{
	animation-delay: 1.5s;
}

.fade-in.fade-sixth
{
	animation-delay: 1.8s;
}

@media screen and (min-width:1024px)
{
	.middle-out-underline-on-hover:link,
	.middle-out-underline-on-hover:active,
	.middle-out-underline-on-hover:visited
	{
		position: relative;
	}

	.middle-out-underline-on-hover::before
	{
		content: '';
		position: absolute;
		width: 100%;
		height: 3px;
		bottom: -2px;
		left: 0;
		background: #8bde23;
		visibility: hidden;
		transform: scaleX(0);
		transition: all 0.2s;
	}

	.middle-out-underline-on-hover:hover::before,
	.middle-out-underline-on-hover:focus::before
	{
		visibility: visible;
		transform: scaleX(1);
	}
}

.image-grow-on-hover-container
{
	overflow: hidden;
	height: 300px;
	width: 300px;
}

.image-grow-on-hover-container > img:first-of-type
{
	transition: transform 0.2s;
	height: 100%;
	width: 100%;
}

.image-grow-on-hover-container > img:first-of-type:hover
{
	transform: scale(1.2);
}

/*************************************************
 /$$$$$$$$  /$$$$$$  /$$   /$$ /$$$$$$$$  /$$$$$$
| $$_____/ /$$__  $$| $$$ | $$|__  $$__/ /$$__  $$
| $$      | $$  \ $$| $$$$| $$   | $$   | $$  \__/
| $$$$$   | $$  | $$| $$ $$ $$   | $$   |  $$$$$$
| $$__/   | $$  | $$| $$  $$$$   | $$    \____  $$
| $$      | $$  | $$| $$\  $$$   | $$    /$$  \ $$
| $$      |  $$$$$$/| $$ \  $$   | $$   |  $$$$$$/
|__/       \______/ |__/  \__/   |__/    \______/
**************************************************/
@font-face
{
	font-family: 'REMGlyph';
	src:url('/fonts/REMGlyph.eot?xa5ysv');
	src:url('/fonts/REMGlyph.eot?#iefixxa5ysv') format('embedded-opentype'),
		url('/fonts/REMGlyph.woff?xa5ysv') format('woff'),
		url('/fonts/REMGlyph.ttf?xa5ysv') format('truetype'),
		url('/fonts/REMGlyph.svg?xa5ysv#REMGlyph') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"]
{
	font-family: 'REMGlyph';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

@font-face
{
	font-family: 'font_awesome';
	font-style: normal;
	font-weight: 900;
	src:url('/fonts/fa-solid-900.eot');
	src:url('/fonts/fa-solid-900.eot?#iefix') format('embedded-opentype'),
		url('/fonts/fa-solid-900.woff') format('woff'),
		url('/fonts/fa-solid-900.ttf') format('truetype'),
		url('/fonts/fa-solid-900.svg#fontawesome') format('svg');
}

@font-face
{
    font-family: 'droid_serif';
    src: url('/fonts/droidserif-regular-webfont.eot');
    src: url('/fonts/droidserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/droidserif-regular-webfont.woff') format('woff'),
         url('/fonts/droidserif-regular-webfont.ttf') format('truetype'),
         url('/fonts/droidserif-regular-webfont.svg#droid_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'droid_serif';
    src: url('/fonts/droidserif-bold-webfont.eot');
    src: url('/fonts/droidserif-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/droidserif-bold-webfont.woff') format('woff'),
         url('/fonts/droidserif-bold-webfont.ttf') format('truetype'),
         url('/fonts/droidserif-bold-webfont.svg#droid_serifbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face
{
    font-family: 'roboto';
    src: url('/fonts/Roboto-Regular.eot');
    src: url('/fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Roboto-Regular.woff') format('woff'),
        url('/fonts/Roboto-Regular.ttf') format('truetype'),
        url('/fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'roboto';
    src: url('/fonts/Roboto-Bold.eot');
    src: url('/fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Roboto-Bold.woff') format('woff'),
        url('/fonts/Roboto-Bold.ttf') format('truetype'),
        url('/fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face
{
    font-family: 'roboto_black';
    src: url('/fonts/Roboto-Black.eot');
    src: url('/fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Roboto-Black.woff') format('woff'),
        url('/fonts/Roboto-Black.ttf') format('truetype'),
        url('/fonts/Roboto-Black.svg#Roboto-BlackItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'roboto_medium';
    src: url('/fonts/Roboto-Medium.eot');
    src: url('/fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Roboto-Medium.woff') format('woff'),
        url('/fonts/Roboto-Medium.ttf') format('truetype'),
        url('/fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'roboto_condensed';
    src: url('/fonts/RobotoCondensed-Bold.eot');
    src: url('/fonts/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/RobotoCondensed-Bold.woff') format('woff'),
        url('/fonts/RobotoCondensed-Bold.ttf') format('truetype'),
        url('/fonts/RobotoCondensed-Bold.svg#RobotoCondensed-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}



/******************************************************************************************************************************
  /$$$$$$  /$$        /$$$$$$  /$$$$$$$   /$$$$$$  /$$              /$$$$$$  /$$$$$$$$ /$$     /$$ /$$       /$$$$$$$$  /$$$$$$
 /$$__  $$| $$       /$$__  $$| $$__  $$ /$$__  $$| $$             /$$__  $$|__  $$__/|  $$   /$$/| $$      | $$_____/ /$$__  $$
| $$  \__/| $$      | $$  \ $$| $$  \ $$| $$  \ $$| $$            | $$  \__/   | $$    \  $$ /$$/ | $$      | $$      | $$  \__/
| $$ /$$$$| $$      | $$  | $$| $$$$$$$ | $$$$$$$$| $$            |  $$$$$$    | $$     \  $$$$/  | $$      | $$$$$   |  $$$$$$
| $$|_  $$| $$      | $$  | $$| $$__  $$| $$__  $$| $$             \____  $$   | $$      \  $$/   | $$      | $$__/    \____  $$
| $$  \ $$| $$      | $$  | $$| $$  \ $$| $$  | $$| $$             /$$  \ $$   | $$       | $$    | $$      | $$       /$$  \ $$
|  $$$$$$/| $$$$$$$$|  $$$$$$/| $$$$$$$/| $$  | $$| $$$$$$$$      |  $$$$$$/   | $$       | $$    | $$$$$$$$| $$$$$$$$|  $$$$$$/
 \______/ |________/ \______/ |_______/ |__/  |__/|________/       \______/    |__/       |__/    |________/|________/ \______/
*******************************************************************************************************************************/
html
{
	margin: 0;
	padding: 0;
	width: 100%;
}

body
{
	margin: 0;
	padding: 0 !important;
	width: 100%;
	font-family: roboto;
	font-size: 12pt;
	color: #444444;
	background-color: transparent !important;
}

.container img:not(.img-non-responsive)
{
	display: inline-block;
	max-width: 100%;
	height: auto !important;
	border: none;
}

a:link,
a:visited,
a:active
{
	color: #00a160;
	font-weight: bold;
}

a:hover
{
	color: #007546;
}

input:focus,
textarea:focus,
select:focus
{
	outline: 1px solid #00a160;
}

input[type="submit"]
{
	display: inline-block;
	font-family: roboto;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background: url('/images/action-button2-arrow.png') bottom right no-repeat #005d7f;
	padding: 5px 27px 5px 7px;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;

	/*iPad Overrides*/
	border: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

input[type="submit"]:hover
{
	background-color: #007BA8;
}

input[type="submit"]:active
{
	transform: 	translate(0,2px)
 				scale(0.99, 0.99);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}

input[type="text"],
input[type="password"],
select,
option,
textarea
{
	font-family: roboto;
	font-size: 12pt;
	color: #444444;
}

hr
{
	height: 1px;
	background-color: #d7d7d7;
	border: 0;
}

.button-small,
.button-small:link,
.button-small:active,
.button-small:visited,
.button-small:hover
{
	font-size: 14px !important;
	padding: 3px 8px !important;
}

/* Responsive Tables */
table.rem-responsive-table,
.container table
{
	width: 100% !important;
	max-width: 100% !important;
}

table.rem-responsive-table tr,
table.rem-responsive-table th,
table.rem-responsive-table td
{
	margin: 0;
	padding: 0;
}

table.rem-responsive-table td img,
.container table td img
{
	display: inline-block;
    max-width: 100%;
    height: auto;
}

div.container-max-width
{
	max-width: 1200px;
}

.rem-responsive-16x9-video
{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.rem-responsive-16x9-video iframe,
.rem-responsive-16x9-video object,
.rem-responsive-16x9-video embed
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.container ul:not(.nav)
{
	padding-left: 20px;
}

.container ul:not(.nav) li
{
	position: relative;
	list-style: none;
	line-height: 1.4;
	margin-bottom: 5px;
}

.container ul:not(.nav) li::before
{
	content: '\f00c';
	position: absolute;
    display: block;
    left: -20px;
    font-family: font_awesome;
    color: #00a160;
    font-size: 12pt;
    top: 0;
}

/* col-lg and below */
@media screen and (max-width:1200px)
{
	table.rem-responsive-table td,
	.container table td
	{
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 40px;
	}

	table.rem-responsive-table tr td,
	.container table tr td
	{
		width: 100% !important;
		float: left;
		clear: both;
		padding-left: 0;
		padding-right: 0;
	}

	.mobile-left
	{
		float: none !important;
		clear: both;
		display: block !important;
		margin: 0 auto 0 0;
		text-align: center;
	}

	.mobile-centered
	{
		float: none !important;
		clear: both;
		display: block !important;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.mobile-right
	{
		float: none !important;
		clear: both;
		display: block !important;
		margin: 0 0 0 auto;
		text-align: center;
	}

	.mobile-left-flex
	{
		float: none !important;
		clear: both;
		display: flex !important;
		margin: 0 auto 0 0;
		text-align: center;
	}

	.mobile-centered-flex
	{
		float: none !important;
		clear: both;
		display: flex !important;
		margin: 0 auto;
		text-align: center;
	}

	.mobile-right-flex
	{
		float: none !important;
		clear: both;
		display: flex !important;
		margin: 0 0 0 auto;
		text-align: center;
	}
}

@media screen and (min-width: 1201px)
{
	.hide-on-desktop
	{
		display: none !important;
	}

	#header-desktop
	{
		display: block;
	}

	#header-mobile-only
	{
		display: none;
	}

	#mobile-content-container
	{
		display: none;
	}

	#search_form
	{
		position: relative;
	    z-index: 9999;
	    font-family: roboto;
	    font-weight: normal;
	    color: #ffffff;
	    font-size: 12pt;
	    margin-right: 16px;
	}

	#search_form #search_field
	{
		width: 300px;
		height: 21px;
		border: none;
		margin-left: 5px;
		padding: 0 5px;
		border-radius: 0;
		background-color: #ffffff;
	}

	#search_form #search_field:focus
	{
		background-color: #ffffff;
	}

    #search_form #search_field:hover
    {
        background-color: #f4f4f4;
    }

    #search_form > span.fas
    {
    	position: absolute;
    	z-index: 9999;
    	cursor: pointer;
    	font-size: 11pt;
    	right: 3px;
    	top: 4px;
    	color: #00a160;
    	transition: color 200ms;
    }

    #search_form > span.fas:hover
    {
    	color: #00C674;
    }
}

@media screen and (max-width: 1200px)
{
	.hide-on-mobile
	{
		display: none !important;
	}

	#mobile-content-container
	{
		display: block;
	}

	div#header-desktop-only
	{
		display: none;
	}

	div#desktop-content-container
	{
		margin-top: 60px;
	}

	div#header-mobile-only #mobile-header-logo img
	{
		position: absolute;
		top: 5px;
		bottom: 0;
		display: inline-block;
		height: auto;
		max-height: 40px;
		margin: auto 0 auto 10px;
		max-width: calc(100% - 65px);
	}

	div#header-mobile-only
	{
		display: block;
	    position: fixed;
	    top: 0;
	    height: 60px;
	    width: 100%;
	    background: #ffffff;
	    box-shadow: 0 -2px 15px #000000;
	    z-index: 10000;
	}

	div#header-mobile-only::after
	{
	    clear: both;
	    content: "\00a0";
	    display: block;
	    height: 0;
	    font: 0px/0 serif;
	    overflow: hidden;
	}

   	#mobile_search_button:link,
	#mobile_search_button:active,
	#mobile_search_button:visited,
	#mobile_search_button:hover
	{
		position: absolute;
		top: 18px;
		right: 65px;
		font-family: font_awesome;
		font-size: 24px;
		color: #00a160;
		text-decoration: none;
	}

    #search_form
    {
        position: fixed;
        top: 65px;
        left: 15px;
        z-index: 9999;
    }

    #search_form #search_field
    {
       	position: relative;
       	top: -65px;
       	height: 0;
		width: calc(100vw - 45px);
		opacity: 0;
		padding: 0 15px;
		border: 0 solid #cccccc;
		border-radius: 3px;
		outline: none;
		background-color: #ffffff;
		font-family: arial;
		font-size: 12pt;
		box-shadow: 0 0 5px rgba(0,0,0,0.5);
		transition: all 200ms;
    }

    #search_form #search_field.open
	{
		transform: translateY(65px);
		height: 40px;
		opacity: 1;
		padding: 3px 15px;
		border: 1px solid #cccccc;
	}

	#search_form #search_field.closed
	{
		width: calc(100vw - 45px);
		opacity: 0;
		padding: 0 15px;
		border: 0 solid #cccccc;
	}

    #search_form #search_field:focus
    {
        background-color: #ffffff;
    }
}


/**********************************************************
 /$$   /$$ /$$$$$$$$  /$$$$$$  /$$$$$$$  /$$$$$$$$ /$$$$$$$
| $$  | $$| $$_____/ /$$__  $$| $$__  $$| $$_____/| $$__  $$
| $$  | $$| $$      | $$  \ $$| $$  \ $$| $$      | $$  \ $$
| $$$$$$$$| $$$$$   | $$$$$$$$| $$  | $$| $$$$$   | $$$$$$$/
| $$__  $$| $$__/   | $$__  $$| $$  | $$| $$__/   | $$__  $$
| $$  | $$| $$      | $$  | $$| $$  | $$| $$      | $$  \ $$
| $$  | $$| $$$$$$$$| $$  | $$| $$$$$$$/| $$$$$$$$| $$  | $$
|__/  |__/|________/|__/  |__/|_______/ |________/|__/  |__/
***********************************************************/
@media screen and (max-width: 1200px)
{
	#header-desktop #menu-builder-header-nav
	{
		position: fixed;
		top: 60px;
		z-index: 1500;
		left: 0;
		width: 100%;
		max-height: calc(100% - 60px);
		box-shadow: -1px -2px 20px 0px rgba(0,0,0,0.5);
		overflow-y: auto;
		background-color: #ffffff;
	}
}

@media screen and (min-width: 1201px)
{
	#header-desktop
	{
		position: relative;
		z-index: 1001;
	}

	#header-desktop > div.top-row
	{
		position: relative;
		z-index: 1001;
		background-color: #005d7f;
		height: 31px;
	}

	#header-desktop > div.top-row > div:first-of-type
	{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		max-width: 1200px;
		height: 100%;
		margin: 0 auto;
	}

	#header-desktop > div.top-row > div:first-of-type > div > a:link,
	#header-desktop > div.top-row > div:first-of-type > div > a:active,
	#header-desktop > div.top-row > div:first-of-type > div > a:visited
	{
		font-family: roboto_medium;
		font-weight: normal;
		color: #ffffff;
		text-decoration: none;
	}

	#header-desktop > div.top-row > div:first-of-type > div a:not(.red-button) .fas
	{
		display: inline-block;
		color: #00a160;
		transition: transform 200ms;
	}

	#header-desktop > div.top-row > div:first-of-type > div a:hover .fas
	{
		transform: translateY(-3px);
	}

	#header-desktop > div.top-row > div:first-of-type > div.right-column
	{
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	#header-desktop > div.top-row > div:first-of-type > div.right-column a:not(.result-module-heading):not(.result):not(.quick-search-submit-button):link,
	#header-desktop > div.top-row > div:first-of-type > div.right-column a:not(.result-module-heading):not(.result):not(.quick-search-submit-button):active,
	#header-desktop > div.top-row > div:first-of-type > div.right-column a:not(.result-module-heading):not(.result):not(.quick-search-submit-button):visited
	{
		position: relative;
		margin-right: 33px;
	}

	#header-desktop > div.top-row > div:first-of-type > div.right-column a:not(.result-module-heading):not(.result)::after
	{
		content: '';
		position: absolute;
		right: -15px;
		top: -4px;
		width: 1px;
		height: 30px;
		background-color: #003b50;
	}

	#header-desktop > div.top-row > div:first-of-type > div.right-column a:last-of-type::after
	{
		display: none;
	}

	#header-desktop > div.top-row > div:first-of-type > div.right-column a:last-of-type
	{
		margin-right: 0;
	}

	#header-desktop > div.top-row > div:first-of-type > div.right-column a .fas
	{
		padding-right: 3px;
	}

	#header-desktop > div.top-row > div:first-of-type > div.right-column a.red-button:link,
	#header-desktop > div.top-row > div:first-of-type > div.right-column a.red-button:active,
	#header-desktop > div.top-row > div:first-of-type > div.right-column a.red-button:visited
	{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 31px;
		padding: 0 10px;
		text-shadow: 0 2px 2px rgba(0,0,0,0.7);
		background-color: #ff0000;
		transition: background-color 200ms;
	}

	#header-desktop > div.top-row > div:first-of-type > div.right-column a.red-button .fas
	{
		transition: transform 200ms;
	}

	#header-desktop > div.top-row > div:first-of-type > div.right-column a.red-button:hover
	{
		background-color: #FE4C4C;
	}

	#header-desktop > div.bottom-row
	{
		background-color: #ffffff;
		padding-top: 25px;
		padding-bottom: 25px;
		box-shadow: 0 0 5px rgba(0,0,0,0.4);
	}

	#header-desktop > div.bottom-row > div:first-of-type
	{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}

	#header-desktop > div.bottom-row > div:first-of-type > div.right-column
	{
		display: flex;
		flex-flow: column nowrap;
		justify-content: flex-end;
		height: 86px;
	}

	#header-desktop > div.bottom-row > div:first-of-type > div.right-column > div.top-row
	{
		text-align: right;
		font-family: roboto_medium;
		font-size: 13pt;
		font-weight: normal;
		color: #004a64;
		margin-bottom: 20px;
	}

	#header-desktop > div.bottom-row > div:first-of-type > div.right-column > div.top-row > a:not(.free-estimate-button):link,
	#header-desktop > div.bottom-row > div:first-of-type > div.right-column > div.top-row > a:not(.free-estimate-button):active,
	#header-desktop > div.bottom-row > div:first-of-type > div.right-column > div.top-row > a:not(.free-estimate-button):visited
	{
		font-family: roboto_black;
		font-size: 24pt;
		font-weight: normal;
		color: #004a64;
		text-decoration: none;
		transition: color 200ms;
		margin: 0 5px;
	}

	#header-desktop > div.bottom-row > div:first-of-type > div.right-column > div.top-row > a:not(.free-estimate-button):hover
	{
		color: #007299;
	}

	#header-desktop > div.bottom-row > div:first-of-type > div.right-column > div.top-row > a.free-estimate-button:link,
	#header-desktop > div.bottom-row > div:first-of-type > div.right-column > div.top-row > a.free-estimate-button:active,
	#header-desktop > div.bottom-row > div:first-of-type > div.right-column > div.top-row > a.free-estimate-button:visited
	{
		position: relative;
		display: inline-flex;
		justify-content: center;
		align-items: baseline;
		font-family: roboto;
		font-weight: normal;
		font-size: 14pt;
		text-decoration: none;
		color: #ffffff;
		background-color: #00a160;
		padding: 2px 72px 2px 15px;
		text-shadow: 0 3px 3px rgba(0,0,0,0.5);
		box-shadow: inset 0 -10px 5px rgba(0,0,0,0.1);
		transition: background-color 200ms;
	}

	#header-desktop > div.bottom-row > div:first-of-type > div.right-column > div.top-row > a.free-estimate-button:hover
	{
		background-color: #00A862;
	}

	#header-desktop > div.bottom-row > div:first-of-type > div.right-column > div.top-row > a.free-estimate-button span.large
	{
		font-weight: bold;
		font-size: 22pt;
		padding-left: 5px;
	}

	#header-desktop > div.bottom-row > div:first-of-type > div.right-column > div.top-row > a.free-estimate-button img
	{
		position: absolute;
		bottom: 0;
		right: 10px;
		transition: transform 200ms;
	}

	#header-desktop > div.bottom-row > div:first-of-type > div.right-column > div.top-row > a.free-estimate-button:hover img
	{
		transform: 	translateY(-3px)
					scale(1.11);
	}
}


/*********************************************************************
  /$$$$$$   /$$$$$$  /$$   /$$ /$$$$$$$$ /$$$$$$$$ /$$   /$$ /$$$$$$$$
 /$$__  $$ /$$__  $$| $$$ | $$|__  $$__/| $$_____/| $$$ | $$|__  $$__/
| $$  \__/| $$  \ $$| $$$$| $$   | $$   | $$      | $$$$| $$   | $$
| $$      | $$  | $$| $$ $$ $$   | $$   | $$$$$   | $$ $$ $$   | $$
| $$      | $$  | $$| $$  $$$$   | $$   | $$__/   | $$  $$$$   | $$
| $$    $$| $$  | $$| $$\  $$$   | $$   | $$      | $$\  $$$   | $$
|  $$$$$$/|  $$$$$$/| $$ \  $$   | $$   | $$$$$$$$| $$ \  $$   | $$
 \______/  \______/ |__/  \__/   |__/   |________/|__/  \__/   |__/
*********************************************************************/
.dark-blue-background
{
	background-color: #004a64;
}

.dark-blue-background h1
{
	font-size: 27pt;
	font-weight: normal !important;
}

@media screen and (max-width:992px)
{
	.dark-blue-background h1
	{
		font-size: 20pt;
	}
}

.top-inset-shadow
{
	box-shadow: inset 0 5px 5px rgba(0,0,0,0.2);
}

.dark-blue-background *
{
	color: #ffffff !important;
}

.padded-light-blue-container
{
	background-color: #ecf5fd;
	padding: 25px;
}

.light-blue-green-border-container
{
    background-color: #ecf5fd;
    border: solid 1px #00a160;
}

@media screen and (min-width:1200px)
{
	.light-blue-green-border-container
	{
		padding: 0;
	}
}

@media screen and (max-width:768px)
{
	.light-blue-green-border-container img
	{
		margin-left: -15px;
		width: calc(100% + 30px) !important;
		max-width: calc(100vw - 2px) !important;
	}
}

.light-blue-green-border-container .row [class^="col-"]:last-of-type
{
	padding: 15px 40px;
}

.trees-with-green-border-container
{
	background: url('/images/trees-photo-background.jpg') top center no-repeat;
	background-size: cover;
	border: 1px solid #00a160;
	width: 100%;
	max-width: 788px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.trees-with-green-border-container .container
{
	max-width: 788px;
}

@media screen and (min-width:1200px)
{
	.trees-with-green-border-container .container [class^="col-"]
	{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		height: 116px;
	}
}

.light-blue-green-border-wrapper
{
	padding: 15px;
	background-color: #ecf5fd;
    border: solid 1px #00a160;
}

.sky-and-grass-background
{
	background: url('/images/sky-and-grass-background.jpg') bottom center no-repeat;
	background-size: cover;
}

/**********************************************************
 /$$$$$$$$ /$$$$$$   /$$$$$$  /$$$$$$$$ /$$$$$$$$ /$$$$$$$
| $$_____//$$__  $$ /$$__  $$|__  $$__/| $$_____/| $$__  $$
| $$     | $$  \ $$| $$  \ $$   | $$   | $$      | $$  \ $$
| $$$$$  | $$  | $$| $$  | $$   | $$   | $$$$$   | $$$$$$$/
| $$__/  | $$  | $$| $$  | $$   | $$   | $$__/   | $$__  $$
| $$     | $$  | $$| $$  | $$   | $$   | $$      | $$  \ $$
| $$     |  $$$$$$/|  $$$$$$/   | $$   | $$$$$$$$| $$  | $$
|__/      \______/  \______/    |__/   |________/|__/  |__/
**********************************************************/
#footer > div.top-row
{
	position: relative;
	z-index: 100;
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
	background-color: #005d7f;
	font-family: roboto;
	font-weight: normal;
	color: #ffffff;
}

#footer > div.top-row .col-md-12
{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 10px 0;
}

@media screen and (max-width:992px)
{
	#footer > div.top-row .col-md-12
	{
		flex-flow: column nowrap;
	}
}

#footer > div.top-row span
{
	font-size: 15pt
}

#footer > div.top-row span.green
{
	font-weight: bold;
	color: #00a160;
	font-size: 19.5pt;
	padding-right: 5px;
}

#footer .copyright-container,
#footer .copyright-container a:link,
#footer .copyright-container a:active,
#footer .copyright-container a:visited
{
	font-family: roboto;
	font-size: 7.5pt;
	font-weight: normal;
	color: #c4f0ff;
	text-decoration: none;
	transition: color 150ms;
}

#footer .copyright-container a:hover
{
	color: #ffffff;
}

@media screen and (max-width:992px)
{
	#footer .copyright-container
	{
		text-align: center;
	}
}

#footer > div.bottom-row
{
	background-color: #004a64;
	padding-top: 31px;
	padding-bottom: 27px;
}

@media screen and (max-width:992px)
{
	#footer > div.bottom-row #footer-logo
	{
		display: block;
		width: 168px;
		margin: 0 auto 30px auto;
	}
}

#footer > div.bottom-row div.middle-row
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0;
}

@media screen and (max-width:992px)
{
	#footer > div.bottom-row div.middle-row
	{
		flex-flow: column nowrap;
		height: 150px;
		margin-bottom: 30px;
	}
}

#footer > div.bottom-row div.middle-row .fa,
#footer > div.bottom-row div.middle-row .fas
{
	color: #00a160 !important;
}

#footer > div.bottom-row div.middle-row .newsletter-button
{
	font-family: roboto;
	font-weight: normal;
	font-size: 10pt;
	color: #ffffff;
	padding: 5px 8px;
	text-decoration: none;
	background-color: #005d7f;
	transition: background-color 200ms;
}

#footer > div.bottom-row div.middle-row .newsletter-button:hover
{
	background-color: #007BA8;
}

#footer > div.bottom-row div.middle-row,
#footer > div.bottom-row div.middle-row a:link,
#footer > div.bottom-row div.middle-row a:active,
#footer > div.bottom-row div.middle-row a:visited
{
	font-family: roboto;
	font-weight: normal;
	font-size: 9.75pt;
	color: #ffffff;
}

#footer > div.bottom-row div.middle-row a.free-estimate-button:link,
#footer > div.bottom-row div.middle-row a.free-estimate-button:active,
#footer > div.bottom-row div.middle-row a.free-estimate-button:visited
{
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: baseline;
	font-family: roboto;
	font-weight: normal;
	font-weight: bold;
	font-size: 11pt;
	text-decoration: none;
	color: #ffffff;
	background-color: #00a160;
	padding: 4px 45px 4px 10px;
	text-shadow: 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: inset 0 -10px 5px rgba(0,0,0,0.1);
	transition: background-color 200ms;
}

#footer > div.bottom-row div.middle-row a.free-estimate-button:hover
{
	background-color: #00A862;
}

#footer > div.bottom-row div.middle-row a.free-estimate-button img
{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40px;
	transition: transform 200ms;
}

#footer > div.bottom-row div.middle-row a.free-estimate-button:hover img
{
	transform: 	translateY(-3px)
				scale(1.11);
}

/*********************************************************************************************
 /$$      /$$ /$$      /$$        /$$$$$$  /$$$$$$$$ /$$     /$$ /$$       /$$$$$$$$  /$$$$$$
| $$  /$ | $$| $$  /$ | $$       /$$__  $$|__  $$__/|  $$   /$$/| $$      | $$_____/ /$$__  $$
| $$ /$$$| $$| $$ /$$$| $$      | $$  \__/   | $$    \  $$ /$$/ | $$      | $$      | $$  \__/
| $$/$$ $$ $$| $$/$$ $$ $$      |  $$$$$$    | $$     \  $$$$/  | $$      | $$$$$   |  $$$$$$
| $$$$_  $$$$| $$$$_  $$$$       \____  $$   | $$      \  $$/   | $$      | $$__/    \____  $$
| $$$/ \  $$$| $$$/ \  $$$       /$$  \ $$   | $$       | $$    | $$      | $$       /$$  \ $$
| $$/   \  $$| $$/   \  $$      |  $$$$$$/   | $$       | $$    | $$$$$$$$| $$$$$$$$|  $$$$$$/
|__/     \__/|__/     \__/       \______/    |__/       |__/    |________/|________/ \______/
*********************************************************************************************/
p,
.ww_p
{
	font-family: roboto;
	font-size: 12pt;
	font-weight: normal;
	line-height: 19px;
	color: #444444;
	margin: 0;
	padding: 0;
}

.ww_p_double_space
{
   	font-family: roboto;
	font-size: 12pt;
	font-weight: normal;
	line-height: 25px;
	color: #444444;
	margin: 0;
	padding: 0;
}

.ww_p_alternate
{
	font-family: roboto;
	font-size: 10.5pt;
	font-weight: normal;
	color: #444444;
	margin: 0;
	padding: 0;
}

.ww_p_call_out
{
	font-family: roboto;
	font-size: 18pt;
	font-weight: bold;
	color: #00a160;
	margin: 0;
	padding: 0;
}

h1,
h1.ww_h1
{
	font-family: droid_serif;
	font-size: 25.5pt;
	font-weight: bold;
	line-height: 1.3;
	color: #00a160;
	margin: 0 0 5px 0;
	padding: 0;
}

@media screen and (max-width:768px)
{
	h1,
	h1.ww_h1
	{
		font-size: 23pt;
	}
}

h2,
h2.ww_h2
{
	font-family: droid_serif;
	font-size: 21pt;
	font-weight: bold;
	color: #00a160;
	margin: 0;
	padding: 0;
}

h3,
h3.ww_h3
{
	font-family: droid_serif;
	font-size: 19.5pt;
	font-weight: bold;
	color: #004a64;
	margin: 0;
	padding: 0;
}

h4,
h4.ww_h4
{
	font-family: droid_serif;
	font-size: 19.5pt;
	font-weight: bold;
	color: #00a160;
	margin: 0;
	padding: 0;
}

h5,
h5.ww_h5
{
	font-family: droid_serif;
	font-size: 16.5pt;
	font-weight: bold;
	color: #004a64;
	margin: 0;
	padding: 0;
}

h6,
h6.ww_h6
{
	font-family: roboto;
	font-size: 15pt;
	font-weight: bold;
	color: #004a64;
	margin: 0;
	padding: 0;
}

.ww_emphasis
{
	font-weight: bold;
	font-style: normal;
}

.ww_strong_emphasis
{
	font-weight: normal;
	font-style: normal;
	font-size: 15pt;
}

.ww_action_button1
{
	display: inline-block;
	font-family: roboto;
	font-size: 15pt;
	font-weight: bold;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background: url('/images/action-button1-clipboard-icon.png') bottom right no-repeat #00a160;
	padding: 10px 45px 10px 12px;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.2s;
	box-shadow: inset 0px -2px 8px 0px rgba(0,0,0,0.75);
	-webkit-tap-highlight-color: transparent;
}

a .ww_action_button1,
a .ww_action_button1:link,
a .ww_action_button1:visited,
.ww_action_button1 a:link,
.ww_action_button1 a:visited
{
	color: #ffffff;
	text-decoration: none !important;
}

.ww_action_button1:hover
{
	background-color: #007546;
}

.ww_action_button1:active
{
	transform: 	translate(0,2px)
 				scale(0.99, 0.99);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}

.ww_action_button2
{
	display: inline-block;
	font-family: roboto;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background: url('/images/action-button2-arrow.png') bottom right no-repeat #006183;
	padding: 5px 27px 5px 7px;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
}

a .ww_action_button2,
a .ww_action_button2:link,
a .ww_action_button2:visited,
.ww_action_button2 a:link,
.ww_action_button2 a:visited
{
	color: #ffffff;
	text-decoration: none !important;
}

.ww_action_button2:hover
{
	background-color: #002f3f;
}

.ww_action_button2:active
{
	transform: 	translate(0,2px)
 				scale(0.99, 0.99);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}

.ww_action_button3
{
	display: inline-block;
	font-family: roboto;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	border: none;
	background: url('/images/action-button3-arrow.png') bottom right no-repeat #00a160;
	padding: 5px 27px 5px 7px;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
}

a .ww_action_button3,
a .ww_action_button3:link,
a .ww_action_button3:visited,
.ww_action_button3 a:link,
.ww_action_button3 a:visited
{
	color: #ffffff;
	text-decoration: none !important;
}

.ww_action_button3:hover
{
	background-color: #007546;
}

.ww_action_button3:active
{
	transform: 	translate(0,2px)
 				scale(0.99, 0.99);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}

.ww_newsletter_content
{

}

.ww_newsletter_body
{

}

.ww_editor_body
{
	background: none !important;
}
