/********************************************************************
 /$$$$$$$$ /$$$$$$$$ /$$$$$$$$ /$$$$$$$$  /$$$$$$  /$$$$$$$$ /$$$$$$
| $$_____/| $$_____/| $$_____/| $$_____/ /$$__  $$|__  $$__//$$__  $$
| $$      | $$      | $$      | $$      | $$  \__/   | $$  | $$  \__/
| $$$$$   | $$$$$   | $$$$$   | $$$$$   | $$         | $$  |  $$$$$$
| $$__/   | $$__/   | $$__/   | $$__/   | $$         | $$   \____  $$
| $$      | $$      | $$      | $$      | $$    $$   | $$   /$$  \ $$
| $$$$$$$$| $$      | $$      | $$$$$$$$|  $$$$$$/   | $$  |  $$$$$$/
|________/|__/      |__/      |________/ \______/    |__/   \______/
********************************************************************/
@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: 1281px)
{
	.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:1281px)
{
	.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: #006e3b;
		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';
	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: 'font_awesome';
	font-style: normal;
	font-weight: 900;
	src: url('/fonts/fa-solid-900.woff2') format('woff2');
	font-display: block;
}


@font-face
{
    font-family: 'roboto_regular';
    src: url('/fonts/roboto-regular-webfont.eot');
    src: url('/fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/roboto-regular-webfont.woff') format('woff'),
         url('/fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('/fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'roboto_medium';
    src: url('/fonts/roboto-medium-webfont.eot');
    src: url('/fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/roboto-medium-webfont.woff') format('woff'),
         url('/fonts/roboto-medium-webfont.ttf') format('truetype'),
         url('/fonts/roboto-medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'montserrat_bold';
    src: url('/fonts/montserrat-bold-webfont.eot');
    src: url('/fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-bold-webfont.woff') format('woff'),
         url('/fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'roboto_light';
    src: url('/fonts/roboto-light-webfont.eot');
    src: url('/fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/roboto-light-webfont.woff') format('woff'),
         url('/fonts/roboto-light-webfont.ttf') format('truetype'),
         url('/fonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'roboto_bold';
    src: url('/fonts/roboto-bold-webfont.eot');
    src: url('/fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/roboto-bold-webfont.woff') format('woff'),
         url('/fonts/roboto-bold-webfont.ttf') format('truetype'),
         url('/fonts/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face
{
    font-family: 'pacifico_regular';
    src: url('/fonts/pacifico-webfont.eot');
    src: url('/fonts/pacifico-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/pacifico-webfont.woff') format('woff'),
         url('/fonts/pacifico-webfont.ttf') format('truetype'),
         url('/fonts/pacifico-webfont.svg#pacifico_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'home_made_apple';
    src: url('/fonts/HomemadeApple.eot');
    src: url('/fonts/HomemadeApple.eot?#iefix') format('embedded-opentype'),
         url('/fonts/HomemadeApple.woff') format('woff'),
         url('/fonts/HomemadeApple.ttf') format('truetype'),
         url('/fonts/HomemadeApple.svg#home_made_apple') format('svg');
    font-weight: normal;
    font-style: normal;
}


/******************************************************************************************************************************
  /$$$$$$  /$$        /$$$$$$  /$$$$$$$   /$$$$$$  /$$              /$$$$$$  /$$$$$$$$ /$$     /$$ /$$       /$$$$$$$$  /$$$$$$
 /$$__  $$| $$       /$$__  $$| $$__  $$ /$$__  $$| $$             /$$__  $$|__  $$__/|  $$   /$$/| $$      | $$_____/ /$$__  $$
| $$  \__/| $$      | $$  \ $$| $$  \ $$| $$  \ $$| $$            | $$  \__/   | $$    \  $$ /$$/ | $$      | $$      | $$  \__/
| $$ /$$$$| $$      | $$  | $$| $$$$$$$ | $$$$$$$$| $$            |  $$$$$$    | $$     \  $$$$/  | $$      | $$$$$   |  $$$$$$
| $$|_  $$| $$      | $$  | $$| $$__  $$| $$__  $$| $$             \____  $$   | $$      \  $$/   | $$      | $$__/    \____  $$
| $$  \ $$| $$      | $$  | $$| $$  \ $$| $$  | $$| $$             /$$  \ $$   | $$       | $$    | $$      | $$       /$$  \ $$
|  $$$$$$/| $$$$$$$$|  $$$$$$/| $$$$$$$/| $$  | $$| $$$$$$$$      |  $$$$$$/   | $$       | $$    | $$$$$$$$| $$$$$$$$|  $$$$$$/
 \______/ |________/ \______/ |_______/ |__/  |__/|________/       \______/    |__/       |__/    |________/|________/ \______/
*******************************************************************************************************************************/
:root
{
	--primary-color: #00703c;
}

html
{
	margin: 0;
	padding: 0;
	width: 100%;
}

body
{
	margin: 0;
	padding: 0 !important;
	width: 100%;
	font-family: roboto_regular;
	font-size: 16px;
	color: #2f2e33;
	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: #00703c;
}

a:hover
{
	color: #00C167;
}

input:focus,
textarea:focus,
select:focus
{
	outline: 1px solid #00703c;
}

input[type="submit"]
{
	display: inline-block;
	font-family: arial;
	font-size: 16px;
	font-weight: normal;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #00843d;
	padding: 5px 15px;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;

	/*iPad Overrides*/
	border: none;
	-webkit-appearance: none;
}

input[type="submit"]:hover
{
	background-color: #00C157;
}

input[type="submit"]:active
{
	background-color: #005627;
	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_regular;
	font-size: 16px;
	color: #2f2e33;
}

hr
{
	height: 1px;
	background-color: #e3e3e3;
	border: 0;
}

#home_page_primary_panel ul li,
#internal_page_primary_panel ul li,
#home_page_middle_panel ul li,
#home_page_lower_panel ul li,
#newsletter_signup_panel ul li,
.ww_editor_body ul li
{
	color: #5E5E5E;
	font-style: italic;
	list-style-image: url('/images/bullet.png');
	margin-bottom: 10px;
}

.button-small,
.button-small:link,
.button-small:active,
.button-small:visited,
.button-small:hover
{
	font-size: 14px !important;
	padding: 3px 8px !important;
}

img.responsive-img
{
	display: inline-block;
    max-width: 100%;
    height: auto;
}

/* Responsive Tables */
#desktop-content-container .WW_PAGECONTENT_BLOCK_TYPE_HTML .container table,
table.rem-responsive-table,
table.rem-responsive-table-inverted
{
	width: 100% !important;
}

table.rem-responsive-table tr,
table.rem-responsive-table th,
table.rem-responsive-table td,
table.rem-responsive-table-inverted tr,
table.rem-responsive-table-inverted th,
table.rem-responsive-table-inverted td
{
	margin: 0;
	padding: 0;
}

table.rem-responsive-table td img,
table.rem-responsive-table-inverted td img
{
	display: inline-block;
    max-width: 100%;
    height: auto;
}

div.container-max-width
{
	max-width: 1280px;
}

/* col-md and below */
@media screen and (max-width:991px)
{
	#desktop-content-container .WW_PAGECONTENT_BLOCK_TYPE_HTML .container table td,
	table.rem-responsive-table td,
	table.rem-responsive-table-inverted td
	{
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 40px;
	}

	#desktop-content-container .WW_PAGECONTENT_BLOCK_TYPE_HTML .container table tr td,
	table.rem-responsive-table-inverted tr td
	{
		width: 100% !important;
		padding-left: 0;
		padding-right: 0;
	}

	#desktop-content-container .WW_PAGECONTENT_BLOCK_TYPE_HTML .container table tr td,
	table.rem-responsive-table tr td
	{
		width: 100% !important;
		float: left;
		clear: both;
		padding-left: 0;
		padding-right: 0;
	}

	.md-left
	{
		float: none !important;
		clear: both;
		display: block !important;
		margin: 0 auto 0 0;
		text-align: center;
	}

	.md-centered
	{
		float: none !important;
		clear: both;
		display: block !important;
		margin: 0 auto;
		text-align: center;
	}

	.md-right
	{
		float: none !important;
		clear: both;
		display: block !important;
		margin: 0 0 0 auto;
		text-align: center;
	}


	.rem-responsive-table-inverted tr
	{
		display: flex;
		flex-flow: column nowrap;
	}

	.rem-responsive-table-inverted tr td:first-of-type
	{
		order: 2;
	}

	.rem-responsive-table-inverted tr td:nth-of-type(odd)
	{
		order: 1;
	}
}

@media screen and (min-width: 1281px)
{
	.hide-on-desktop
	{
		display: none !important;
	}

	#header-desktop,
	#footer-desktop-only
	{
		display: block;
		max-width: 2000px;
		margin: 0 auto;
	}

	#header-mobile-only
	{
		display: none;
	}

	#mobile-content-container
	{
		display: none;
	}

	#desktop_search_button
	{
		font-family: font_awesome !important;
		text-decoration: none;
		font-size: 14.25pt;
		margin-right: 15px;
	}

	#desktop_search_button:link,
	#desktop_search_button:visited
	{
		transition: all 200ms;
	}

	#desktop_search_button:active
	{
		transform: 	scale(0.85);
	}

	#search_form
	{
		position: absolute;
		right: 15px;
		top: 70px;
	    z-index: 9999;
	}

	#search_form #search_field
	{
		width: 0;
		height: 100%;
		opacity: 0;
		padding: 8px 0;
		border: 0 solid #cccccc;
		outline: none;
		background-color: #ffffff;
		font-family: roboto_regular;
        font-size: 12pt;
        color: #2f2e33;
		box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
        transition: all 200ms;
	}

	#search_form #search_field.open
	{
		width: 800px;
		opacity: 1;
		padding: 8px 15px;
		border: 1px solid #cccccc;
	}

	#search_form #search_field.closed
	{
		width: 0;
		opacity: 0;
		padding: 8px 0;
		border: 0 solid #cccccc;
	}

	#search_form #search_field:focus
	{
		background-color: #ffffff;
	}

    #search_form #search_field:hover
    {
        background-color: #f4f4f4;
    }
}

@media screen and (max-width: 1280px)
{
	.hide-on-mobile
	{
		display: none !important;
	}

	#mobile-content-container
	{
		display: block;
	}

	div#header-desktop-only,
	div#footer-desktop-only
	{
		display: none;
	}

	div#footer-mobile-only
	{
		display: flex;
	}

	div#header-mobile-only img
	{
		height: auto;
		max-height: 40px;
		margin: 8px 0 0 10px;
	}

	div#header-mobile-only
	{
		display: block;
	    position: relative;
	    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;
	}

	#header-mobile-only ul
	{
		margin: 0 !important;
		padding: 0 !important;
	}

	#header-mobile-only ul li
	{
		list-style: none;
	}

	#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;
		text-decoration: none;
	}

    #search_form
    {
        position: absolute;
        top: 0;
        left: 15px;
        z-index: 999;
    }

    #search_form #search_field
    {
       	position: relative;
       	top: 0;
       	height: 0;
		width: calc(100vw - 45px);
		opacity: 0;
		padding: 0 15px;
		border: 0 solid #cccccc;
		outline: none;
		background-color: #ffffff;
		font-family: arial;
		font-size: 12pt;
		box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
		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;
    }
}

/* NOTE: https://developers.google.com/recaptcha/docs/faq#id-like-to-hide-the-recaptcha-badge.-what-is-allowed */
.grecaptcha-badge
{
	position: absolute !important;
	display: none !important;
    visibility: hidden !important;
}

/**********************************************************
 /$$   /$$ /$$$$$$$$  /$$$$$$  /$$$$$$$  /$$$$$$$$ /$$$$$$$
| $$  | $$| $$_____/ /$$__  $$| $$__  $$| $$_____/| $$__  $$
| $$  | $$| $$      | $$  \ $$| $$  \ $$| $$      | $$  \ $$
| $$$$$$$$| $$$$$   | $$$$$$$$| $$  | $$| $$$$$   | $$$$$$$/
| $$__  $$| $$__/   | $$__  $$| $$  | $$| $$__/   | $$__  $$
| $$  | $$| $$      | $$  | $$| $$  | $$| $$      | $$  \ $$
| $$  | $$| $$$$$$$$| $$  | $$| $$$$$$$/| $$$$$$$$| $$  | $$
|__/  |__/|________/|__/  |__/|_______/ |________/|__/  |__/
***********************************************************/
@media screen and (max-width: 1280px)
{
	#header-desktop #menu-builder-header-nav
	{
		position: absolute;
		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: 1281px)
{

	#header-desktop > .top-row
	{
		background-color: #f5f5f5;
	}

	#header-desktop > .top-row > div:first-of-type
	{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		max-width: 1280px;
		margin: 0 auto;
	}

	#header-desktop > .top-row > div:first-of-type .top-row-text
	{
		font-family: roboto_regular;
		font-size: 16px;
		color: #131313;
	}

	#header-desktop > .bottom-row
	{
		height: 88px;
		border-bottom: 2px solid #00703c;
		background-color: #ffffff;
	}

	#header-desktop > .bottom-row > div:first-of-type
	{
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		max-width: 1280px;
		height: 100%;
		margin: 0 auto;
	}

}

/**********************************************************
 /$$$$$$$$ /$$$$$$   /$$$$$$  /$$$$$$$$ /$$$$$$$$ /$$$$$$$
| $$_____//$$__  $$ /$$__  $$|__  $$__/| $$_____/| $$__  $$
| $$     | $$  \ $$| $$  \ $$   | $$   | $$      | $$  \ $$
| $$$$$  | $$  | $$| $$  | $$   | $$   | $$$$$   | $$$$$$$/
| $$__/  | $$  | $$| $$  | $$   | $$   | $$__/   | $$__  $$
| $$     | $$  | $$| $$  | $$   | $$   | $$      | $$  \ $$
| $$     |  $$$$$$/|  $$$$$$/   | $$   | $$$$$$$$| $$  | $$
|__/      \______/  \______/    |__/   |________/|__/  |__/
**********************************************************/
#footer
{
	width: 100%;
	padding: 70px 0 75px 0;
	background-color: #ffffff;
}

#footer #footer-logo
{
	display: inline-block;
	margin-bottom: 20px;
}

#footer .footer-logo-container
{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 100px;
}

@media screen and (max-width: 991px)
{
	#footer .footer-logo-container
	{
		margin-bottom: 15px;
	}
}

#footer .footer-logo-container img
{
	max-width: 170px;
}

/* #footer .footer-logo-container
{
	display: inline-flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	height: 162px;
	margin: 0;
	padding: 0;
} */

/* #footer .footer-logo-container li
{
	list-style: none;
}

#footer .footer-logo-container > li:first-of-type
{
	margin-bottom: 20px;
}

@media screen and (max-width:1002px)
{
	#footer .footer-logo-container
	{
		display: flex;
		flex-flow: column nowrap;
		justify-content: space-between;
		align-items: center;
		height: 162px;
	}
} */

#footer hr
{
	border: none;
	height: 1px;
	background-color: #e3e3e3;
	margin: 10px 0;
}

#footer .copyright-container
{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#footer .copyright-container .spacer::before
{
	content: '|';
	display: inline-block;
	margin: 0 5px;
	font-family: roboto_regular;
	font-size: 14px;
	color: #64636b;
}

@media screen and (max-width: 1200px)
{
	#footer .copyright-container
	{
		flex-flow: column nowrap;
		justify-content: flex-start;
		align-items: center;
	}

	#footer .copyright
	{
		text-align: center;
	}

	#footer .copyright-container .spacer::before
	{
		content: '_';
		margin-bottom: 5px;
	}
}

#footer .copyright-container ul
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	margin: 0;
}

#footer .copyright-container ul li
{
	list-style: none;
	margin-right: 13px;
}

#footer .copyright-container ul li:last-of-type
{
	margin-right: 0;
}

#footer .copyright-container,
#footer .copyright-container a:link,
#footer .copyright-container a:visited,
#footer .copyright-container a:active
{
	font-family: roboto_regular;
	font-size: 14px;
	color: #64636b;
	transition: color 200ms;
}

#footer .copyright-container a:hover
{
	color: #7ac142;
}

/*********************************************************************************************
 /$$      /$$ /$$      /$$        /$$$$$$  /$$$$$$$$ /$$     /$$ /$$       /$$$$$$$$  /$$$$$$
| $$  /$ | $$| $$  /$ | $$       /$$__  $$|__  $$__/|  $$   /$$/| $$      | $$_____/ /$$__  $$
| $$ /$$$| $$| $$ /$$$| $$      | $$  \__/   | $$    \  $$ /$$/ | $$      | $$      | $$  \__/
| $$/$$ $$ $$| $$/$$ $$ $$      |  $$$$$$    | $$     \  $$$$/  | $$      | $$$$$   |  $$$$$$
| $$$$_  $$$$| $$$$_  $$$$       \____  $$   | $$      \  $$/   | $$      | $$__/    \____  $$
| $$$/ \  $$$| $$$/ \  $$$       /$$  \ $$   | $$       | $$    | $$      | $$       /$$  \ $$
| $$/   \  $$| $$/   \  $$      |  $$$$$$/   | $$       | $$    | $$$$$$$$| $$$$$$$$|  $$$$$$/
|__/     \__/|__/     \__/       \______/    |__/       |__/    |________/|________/ \______/
*********************************************************************************************/
p,
.ww_p
{
	font-family: roboto_regular;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	color: #2f2e33;
	margin: 0 !important;
	padding: 0;
}

.ww_p_double_space
{
   	font-family: roboto_regular;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	color: #2f2e33;
	margin: 0 !important;
	padding: 0;
}

.ww_p_alternate
{
	font-family: roboto_regular;
	font-size: 19px;
	font-weight: normal;
	color: #2f2e33;
	margin: 0 !important;
	padding: 0;
}

.ww_p_call_out
{
	font-family: roboto_regular;
	font-size: 22px;
	font-weight: normal;
	color: #2f2e33;
	margin: 0 !important;
	padding: 0;
}

h1,
h1.ww_h1
{
	font-family: roboto_light;
	font-size: 39px;
	font-weight: normal;
	color: #2f2e33;
	line-height: 1.4;
	margin: 0 !important;
	padding: 0;
}

h1 b,
h1 strong,
.ww_h1 b,
.ww_h1 strong
{
	font-family: montserrat_bold;
	font-size: 46px;
	font-weight: normal;
	line-height: 1.2;
	color: #2f2e33;
	margin: 0 0 8px 0;
	padding: 0;
}

h2,
h2.ww_h2
{
	font-family: roboto_light;
	font-size: 32px;
	font-weight: normal;
	color: #2f2e33;
	line-height: 1.4;
	margin: 0 0 8px 0;
	padding: 0;
}

h3,
h3.ww_h3
{
	font-family: roboto_light;
	font-size: 28px;
	font-weight: normal;
	color: #2f2e33;
	margin: 0 0 8px 0;
	padding: 0;
}

h3 b,
h3 strong,
.ww_h3 b,
.ww_h3 strong
{
	font-family: montserrat_bold;
}

h4,
h4.ww_h4
{
	font-family: roboto_light;
	font-size: 26px;
	font-weight: normal;
	color: #2f2e33;
	margin: 0;
	padding: 0;
}

h5,
h5.ww_h5
{
	font-family: montserrat_bold;
	font-size: 22px;
	font-weight: normal;
	color: #00703c;
	margin: 0;
	padding: 0;
}

h6,
h6.ww_h6
{
	font-family: roboto_regular;
	font-size: 19px;
	font-weight: normal;
	color: #00703c;
	margin: 0;
	padding: 0;
}

.ww_emphasis
{
	font-family: montserrat_bold;
	font-weight: normal;
	font-style: normal;
	color: #2f2e33;
}

.ww_strong_emphasis
{
	font-family: montserrat_bold;
	font-weight: normal;
	font-style: italic;
	color: #2f2e33;
}

.ww_action_button1
{
	display: inline-block;
	font-family: roboto_bold;
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 3px;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #353535;
	padding: 8px 15px;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
}

@media screen and (max-width: 400px)
{
	.ww_action_button1
	{
		font-size: 14px;
	}
}

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: #4F4F4F;
}

.ww_action_button1:active
{
	background-color: #232323;
	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_bold;
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 3px;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #00703c;
	padding: 8px 15px;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
}

@media screen and (max-width: 400px)
{
	.ww_action_button2
	{
		font-size: 14px;
	}
}

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: #008949;
}

.ww_action_button2:active
{
	background-color: #00512B;
	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_bold;
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 3px;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #4E7F29;
	padding: 8px 15px;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
}

@media screen and (max-width: 400px)
{
	.ww_action_button3
	{
		font-size: 14px;
	}
}

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: #99CE6D;
}

.ww_action_button3:active
{
	background-color: #5E9531;
	transform: 	translate(0,2px)
 				scale(0.99, 0.99);
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}

.ww_editor_body
{
	background-color: #FFFFFF;
}

/*********************************************************************
  /$$$$$$   /$$$$$$  /$$   /$$ /$$$$$$$$ /$$$$$$$$ /$$   /$$ /$$$$$$$$
 /$$__  $$ /$$__  $$| $$$ | $$|__  $$__/| $$_____/| $$$ | $$|__  $$__/
| $$  \__/| $$  \ $$| $$$$| $$   | $$   | $$      | $$$$| $$   | $$
| $$      | $$  | $$| $$ $$ $$   | $$   | $$$$$   | $$ $$ $$   | $$
| $$      | $$  | $$| $$  $$$$   | $$   | $$__/   | $$  $$$$   | $$
| $$    $$| $$  | $$| $$\  $$$   | $$   | $$      | $$\  $$$   | $$
|  $$$$$$/|  $$$$$$/| $$ \  $$   | $$   | $$$$$$$$| $$ \  $$   | $$
 \______/  \______/ |__/  \__/   |__/   |________/|__/  \__/   |__/
*********************************************************************/
#home_page_primary_panel
{
	background: url('/images/dark-wood-background.jpg') top center no-repeat;
	background-size: cover;
	max-width: 2000px;
	margin: 0 auto;
	background-color: #000000;
}

#home_page_primary_panel *
{
	color: #ffffff;
}

#home_page_middle_panel #home_page_callout_table
{
	position: relative;
	top: -35px;
	z-index: 10;
}

#home_page_middle_panel #home_page_callout_table *
{
	color: #ffffff !important;
}

/* Home Page Callout */
#home_page_callout_table
{
	width: 100%;
	max-width: 1278px;
	margin: 0 auto;
}

#home_page_callout_table tr td
{
	padding: 0 !important;
}

#home_page_callout_table tr td
{
	position: relative;
	z-index: 1;
}

#home_page_callout_table tr td a:link,
#home_page_callout_table tr td a:active,
#home_page_callout_table tr td a:visited,
#home_page_callout_table tr td a:hover
{
	text-decoration: none;
	text-shadow: 0 0 5px rgba(0,0,0,1);
}

#home_page_callout_table tr td div
{
	position: relative;
	z-index: 2;
}

#home_page_callout_table tr td div::before
{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	transition: all 200ms;
	background-color: transparent;
}

#home_page_callout_table tr td div:hover::before
{
	background-color: rgba(0,112,60,0.95);
}

#home_page_callout_table tr td div section
{
	position: absolute;
	z-index: 3;
}

#home_page_callout_table tr td *
{
	color: #ffffff !important;
}

#home_page_callout_table img
{
	display: block;
	margin: 0 auto 10px auto;
}

#home_page_callout_table .blog-callout
{
	background: url('/images/blog-callout-background.jpg') top center no-repeat;
}

#home_page_callout_table .blog-callout div:first-of-type
{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	max-width: 426px;
	height: 100%;
	margin: 0 auto;
}

#home_page_callout_table .blog-callout div:first-of-type section:first-of-type
{
	display: block;
	width: 54%;
	left: 191px;
	top: 62px;
}

@media screen and (max-width:480px)
{
	#home_page_callout_table .blog-callout div:first-of-type section:first-of-type
	{
		left: auto;
	}
}

#home_page_callout_table .customer-callout
{
	background: url('/images/become-a-customer-callout-background.jpg') top center no-repeat;
}

#home_page_callout_table .customer-callout div:first-of-type
{
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	height: 100%;
}

#home_page_callout_table .customer-callout div:first-of-type section:first-of-type
{
	top: 62px;
	left: 0;
	right: 0;
}

#home_page_callout_table .newsletter-callout
{
	background: url('/images/newsletter-signup-callout-background.jpg') top center no-repeat;
}

#home_page_callout_table .newsletter-callout div:first-of-type
{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	max-width: 426px;
	height: 100%;
	margin: 0 auto;
}

#home_page_callout_table .newsletter-callout div:first-of-type section:first-of-type
{
	display: block;
	width: 60%;
	left: 26px;
	top: 82px;
	text-align: center;
}
/* /// Home Page Callout */

#newsletter_signup_panel
{
	background-color: #016738;
	padding-top: 40px;
	padding-bottom: 40px;
	max-width: 2000px;
	margin: 0 auto;
}

#newsletter_signup_panel *
{
	color: #ffffff !important;
}

.newsletter_signup_larger
{
	font-family: roboto_light !important;
	font-size: 32px !important;
	font-weight: normal !important;
	margin: 0 !important;
	padding: 0;
}

.newsletter_signup_medium_text
{
	font-family: montserrat_bold !important;
	font-size: 25px !important;
	font-weight: normal !important;
	color: #00703c !important;
	margin: 0 !important;
	padding: 0;
}

.newsletter_sign_up_callout_1
{
	display: inline-block;
	font-family: roboto_light;
	font-size: 32px;
	font-weight: normal;
	color: #2f2e33;
	margin: 0 !important;
	padding: 0;
}

.newsletter_sign_up_callout_2
{
	display: inline-block;
	font-family: montserrat_bold;
    font-size: 25px;
    font-weight: normal;
    color: #00703c;
    margin: 0 !important;
    padding: 0;
}


.ww_editor_body #newsletter_signup_table .ww_action_button1,
#newsletter_signup_panel .ww_action_button1
{
	background-color: #ffffff;
}

.ww_editor_body #newsletter_signup_table .ww_action_button1 a:link,
.ww_editor_body #newsletter_signup_table .ww_action_button1 a:active,
.ww_editor_body #newsletter_signup_table .ww_action_button1 a:visited,
.ww_editor_body #newsletter_signup_table .ww_action_button1 a:hover,
#newsletter_signup_panel .ww_action_button1 a:link,
#newsletter_signup_panel .ww_action_button1 a:active,
#newsletter_signup_panel .ww_action_button1 a:visited,
#newsletter_signup_panel .ww_action_button1 a:hover
{
	color: #00703c !important;
}

/* .internal-page-banner
{
	background: url('/images/internal-page-banner.jpg') top center no-repeat;
	height: 181px;

} */

/* @media screen and (min-width:1281px)
{
	.internal-page-banner
	{
		margin: 118px auto 0 auto;
	}
} */

#internal_page_primary_panel
{
	margin: 40px 0;
}

/* Updated styles */
.default-margin
{
	margin: 40px auto;
}

.welcome-container
{
	margin: 0 auto;
    max-width: 950px;
    width: 100%;
    position: relative;
}

.callout-container
{
	padding: 0;
}

.our-products-container ul
{
	column-count: 2;
}

.sign-up-container
{
	margin-top: 34px;
}

.shipment-step-container
{
	text-align: center;
}

@media screen and (max-width: 991px)
{
	.shipment-step-container
	{
		margin-bottom: 100px;
	}

}

.shipment-step-container.spacing-gray-line::after
{
	position: absolute;
	content: '';
	top: 33px;
	right: -30px;
	width: 76px;
	height: 4px;
	background-color: #b7b7b7;
}

@media screen and (max-width: 991px)
{
	.shipment-step-container.spacing-gray-line::after
	{
		position: relative;
		display: block;
		content: '';
		width: 76px;
		height: 4px;
		background-color: #b7b7b7;
		margin: 0 auto;
		right: 0;
	}
}

.newsletter-type-row
{
	margin-bottom: 35px;
}

.newsletter-icon-container
{
	text-align: right;
}

@media screen and (max-width: 991px)
{
	.newsletter-icon-container,
	.newsletter-description-container,
	.newsletter-link-container
	{
		text-align: center;
	}
}

.newsletter-icon-container img
{
	max-width: 56px;
}

.full-size-link
{
	position: absolute;
	display: block;
    top: 0;
    right: -400px;
    bottom: 0;
    left: -400px;
    text-decoration: none !important;
}

.ww_editor_body .full-size-link
{
	cursor: pointer;
}

.full-size-link > span
{
	position: absolute;
	left: -9999px;
}

.ww_editor_body .media-inner-wrapper
{
	overflow: hidden;
}

.ww_editor_body .full-size-link:hover
{
	background-color: rgba(255,255,255,0.1);
}