/********************************************************************
 /$$$$$$$$ /$$$$$$$$ /$$$$$$$$ /$$$$$$$$  /$$$$$$  /$$$$$$$$ /$$$$$$
| $$_____/| $$_____/| $$_____/| $$_____/ /$$__  $$|__  $$__//$$__  $$
| $$      | $$      | $$      | $$      | $$  \__/   | $$  | $$  \__/
| $$$$$   | $$$$$   | $$$$$   | $$$$$   | $$         | $$  |  $$$$$$
| $$__/   | $$__/   | $$__/   | $$__/   | $$         | $$   \____  $$
| $$      | $$      | $$      | $$      | $$    $$   | $$   /$$  \ $$
| $$$$$$$$| $$      | $$      | $$$$$$$$|  $$$$$$/   | $$  |  $$$$$$/
|________/|__/      |__/      |________/ \______/    |__/   \______/
********************************************************************/
@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;
}

@keyframes background-fade-in-out
{
	0%
	{
		background-color:#ffffff;
	}

	49%, 50%
	{
		background-color:#e9e9e9;
	}

	100%
	{
		background-color:#ffffff;
	}
}

.container .swiper-lazy-preloader
{
	top: 0 !important;
	left: 0 !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	border: none !important;
	border-radius: 0 !important;
	background-color: #ffffff;
	transform: translateZ(0) !important;
	animation: background-fade-in-out 1s infinite ease !important;
}

/* Hide the swiper spinner gif */
.container .swiper-lazy-preloader::after
{
	display: none !important;
}

@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: '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: 'aglet_sans';
    src: url('/fonts/AgletSans-Regular.eot');
    src: url('/fonts/AgletSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/AgletSans-Regular.woff') format('woff'),
        url('/fonts/AgletSans-Regular.ttf') format('truetype'),
        url('/fonts/AgletSans-Regular.svg#AgletSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face
{
    font-family: 'aglet_sans';
    src: url('/fonts/AgletSans-Bold.eot');
    src: url('/fonts/AgletSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/AgletSans-Bold.woff') format('woff'),
        url('/fonts/AgletSans-Bold.ttf') format('truetype'),
        url('/fonts/AgletSans-Bold.svg#AgletSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face
{
    font-family: 'aglet_sans';
    src: url('/fonts/AgletSans-Italic.eot');
    src: url('/fonts/AgletSans-Italic.eot?#iefix') format('embedded-opentype'),
        url('/fonts/AgletSans-Italic.woff') format('woff'),
        url('/fonts/AgletSans-Italic.ttf') format('truetype'),
        url('/fonts/AgletSans-Italic.svg#AgletSans-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face
{
    font-family: 'aglet_sans_semibold';
    src: url('/fonts/AgletSans-Semibold.eot');
    src: url('/fonts/AgletSans-Semibold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/AgletSans-Semibold.woff') format('woff'),
        url('/fonts/AgletSans-Semibold.ttf') format('truetype'),
        url('/fonts/AgletSans-Semibold.svg#AgletSans-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face
{
    font-family: 'elza';
    src: url('/fonts/Elza-Regular.eot');
    src: url('/fonts/Elza-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Elza-Regular.woff') format('woff'),
        url('/fonts/Elza-Regular.ttf') format('truetype'),
        url('/fonts/Elza-Regular.svg#Elza-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face
{
    font-family: 'elza_medium';
    src: url('/fonts/Elza-Medium.eot');
    src: url('/fonts/Elza-Medium.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Elza-Medium.woff') format('woff'),
        url('/fonts/Elza-Medium.ttf') format('truetype'),
        url('/fonts/Elza-Medium.svg#Elza-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face
{
    font-family: 'nunito';
    src: url('/fonts/Nunito-Regular.eot');
    src: url('/fonts/Nunito-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Nunito-Regular.woff') format('woff'),
        url('/fonts/Nunito-Regular.ttf') format('truetype'),
        url('/fonts/Nunito-Regular.svg#Nunito-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/******************************************************************************************************************************
  /$$$$$$  /$$        /$$$$$$  /$$$$$$$   /$$$$$$  /$$              /$$$$$$  /$$$$$$$$ /$$     /$$ /$$       /$$$$$$$$  /$$$$$$
 /$$__  $$| $$       /$$__  $$| $$__  $$ /$$__  $$| $$             /$$__  $$|__  $$__/|  $$   /$$/| $$      | $$_____/ /$$__  $$
| $$  \__/| $$      | $$  \ $$| $$  \ $$| $$  \ $$| $$            | $$  \__/   | $$    \  $$ /$$/ | $$      | $$      | $$  \__/
| $$ /$$$$| $$      | $$  | $$| $$$$$$$ | $$$$$$$$| $$            |  $$$$$$    | $$     \  $$$$/  | $$      | $$$$$   |  $$$$$$
| $$|_  $$| $$      | $$  | $$| $$__  $$| $$__  $$| $$             \____  $$   | $$      \  $$/   | $$      | $$__/    \____  $$
| $$  \ $$| $$      | $$  | $$| $$  \ $$| $$  | $$| $$             /$$  \ $$   | $$       | $$    | $$      | $$       /$$  \ $$
|  $$$$$$/| $$$$$$$$|  $$$$$$/| $$$$$$$/| $$  | $$| $$$$$$$$      |  $$$$$$/   | $$       | $$    | $$$$$$$$| $$$$$$$$|  $$$$$$/
 \______/ |________/ \______/ |_______/ |__/  |__/|________/       \______/    |__/       |__/    |________/|________/ \______/
*******************************************************************************************************************************/
html
{
	margin: 0;
	padding: 0;
	width: 100%;
}

body
{
	margin: 0;
	padding: 0 !important;
	width: 100%;
	font-family: "elza", Arial, Helvetica, sans-serif;
	font-size: 13.5pt;
	font-weight: normal;
	color: #161616;
	background-color: transparent !important;
}

.container
{
	position: relative;
}

.container img:not(.img-non-responsive)
{
	display: inline-block;
	max-width: 100%;
	height: auto !important;
	border: none;
}

.container a:link,
.container a:visited,
.container a:active,
.container a:hover
{
	position: relative;
	color: #161616;
	text-decoration: none;

}

.container a:not(.standard-link):link::after,
.container a:not(.standard-link):visited::after,
.container a:not(.standard-link):active::after,
.container-fluid a:not(.standard-link):link::after,
.container-fluid a:not(.standard-link):visited::after,
.container-fluid a:not(.standard-link):active::after
{
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	height: 3px;
	width: 100%;
	background-color: #E4E420;
	transition: height 200ms ease-out;
}

.container a:not(.standard-link):hover::after,
.container-fluid a:not(.standard-link):hover::after
{
	height: 100%;
}

.standard-links a::after
{
	display: none !important;
}

label
{
	font-weight: bold;
}

input,
textarea,
select
{
	border: 2px solid #313839;
	padding: 10px;
	border-radius: 5px;
}

input:focus,
textarea:focus,
select:focus
{
	border: 2px solid #6BC351;
	outline: none;
}

input[type="submit"]
{
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: "aglet_sans", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal !important;
	color: #163E35;
	text-decoration: none !important;
	background-color: #ffffff;
	border: 2px solid #163E35;
	padding: 10px 35px;
	border-radius: 5px;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;

	/*iPad Overrides*/
	-webkit-appearance: none;
}

input[type="submit"]:hover
{
	color: #E2E200;
	background-color: #163E35;
}

input[type="text"],
input[type="password"],
select,
option,
textarea
{
	font-family: "aglet", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #163E35;
}

hr
{
	height: 2px;
    background-color: #E1E100;
    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
{
	width: 100%;
}

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
{
	display: inline-block;
    max-width: 100%;
    height: auto;
}

div.container-max-width
{
	max-width: 1450px;
}

div.container-max-width-1200
{
	max-width: 1200px;
}

div.container-max-width-1450
{
	max-width: 1450px;
}

div.container-max-width-1712
{
	max-width: 1712px;
}

.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
{
	padding-left: 20px;
}

.container ul li
{
	position: relative;
	list-style: none;
	font-family: "nunito", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 21pt;
}

.container ul li::before
{
	content: '\2022';
	position: absolute;
    display: block;
    left: -20px;
    color: #6BC351;
    font-size: 12pt;
    top: 1px;
}

.vertical-padding-top-block
{
	padding-top: 150px;
	padding-bottom: 80px;
}

.vertical-padding-large-bottom
{
	padding-bottom: 120px;
}

.vertical-padding-large
{
	padding-top: 100px;
	padding-bottom: 100px;
}

.vertical-padding-md-top
{
	padding-top: 60px;
}

.vertical-padding-medium-top
{
	padding-top: 45px;
}

.vertical-padding-medium
{
	padding-top: 45px;
	padding-bottom: 45px;
}

.vertical-padding-small
{
	padding-top: 30px;
	padding-bottom: 30px;
}

@media screen and (max-width:992px)
{
	.vertical-padding-top-block
	{
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.vertical-padding-large-bottom
	{
		padding-bottom: 60px;
	}

	.vertical-padding-large
	{
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

/* col-lg and below */
@media screen and (max-width:1200px)
{
	table.rem-responsive-table td
	{
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 40px;
	}

	table.rem-responsive-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;
	}

	#mobile_search_form
	{
		display: none;
	}
}

@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 img
	{
		display: inline-block;
		height: auto;
		max-height: 40px;
		margin: 8px 0 0 10px;
	}

	div#header-mobile-only
	{
		display: block;
	    position: fixed;
	    top: 0;
	    height: 60px;
	    width: 100%;
	    background: #1c3d35;
	    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;
	}

	div#header-mobile-only > #mobile_search_button
	{
		position: absolute;
		top: 15px;
		right: 55px;
		display: block;
		width: 28px;
		height: 28px;
		background: url('/images/search-icon.svg') no-repeat;
		background-size: cover;
		transform: scale(0.75);
		transition: transform 150ms;
	}

	div#header-mobile-only > #mobile_search_button.active
	{
		background: url('/images/close-icon.svg') no-repeat;
	}

	#mobile_search_form
	{
		display: none;
		position: fixed;
		top: 10px;
		width: 95%;
		left: 0;
		height: 0;
		right: 0;
		margin: 0 auto;
	    z-index: 10001;
	}

	#mobile_search_form > #mobile_search_field
	{
		position: relative;
		width: 100%;
		opacity: 0;
		padding: 3px 15px;
		outline: none;
		background-color: #ffffff;
		font-family: "aglet_sans", Arial, Helvetica, sans-serif;
		font-size: 12pt;
		color: #163E35;
		border: 2px solid #313839;
		border-radius: 5px;
		box-shadow: 0 0 5px rgba(0,0,0,0.5);
	}

	#mobile_search_form > #mobile_search_field:focus
	{
		background-color: #F4F4F4;
	}
}


/**********************************************************
 /$$   /$$ /$$$$$$$$  /$$$$$$  /$$$$$$$  /$$$$$$$$ /$$$$$$$
| $$  | $$| $$_____/ /$$__  $$| $$__  $$| $$_____/| $$__  $$
| $$  | $$| $$      | $$  \ $$| $$  \ $$| $$      | $$  \ $$
| $$$$$$$$| $$$$$   | $$$$$$$$| $$  | $$| $$$$$   | $$$$$$$/
| $$__  $$| $$__/   | $$__  $$| $$  | $$| $$__/   | $$__  $$
| $$  | $$| $$      | $$  | $$| $$  | $$| $$      | $$  \ $$
| $$  | $$| $$$$$$$$| $$  | $$| $$$$$$$/| $$$$$$$$| $$  | $$
|__/  |__/|________/|__/  |__/|_______/ |________/|__/  |__/
***********************************************************/
@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
	{
		width: 100%;
		margin: 0 auto;
		padding-bottom: 30px;
		background-color: #213d35;
	}

	#header-desktop > div
	{
		position: relative;
		z-index: 100;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		width: calc(100% - 17vw);
		max-width: 1450px;
		height: 103px;
		margin: 0 auto;
	}

	#header-desktop .logo:link,
	#header-desktop .logo:active,
	#header-desktop .logo:visited
	{
		position: relative;
		width: 184px;
		height: 60.25px;
	}

	#header-desktop .logo img
	{
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
		object-fit: contain;
		transition: opacity 200ms;
	}

	#header-desktop .logo img:first-of-type
	{
		opacity: 1;
	}

	#header-desktop .logo:hover img:first-of-type
	{
		opacity: 0;
	}

	#header-desktop .logo img:last-of-type
	{
		opacity: 0;
	}

	#header-desktop .logo:hover img:last-of-type
	{
		opacity: 1;
	}

	#header-desktop .right-column
	{
		position: relative;
	}

	#header-desktop #menu-builder-header-nav
	{
		background-color: #153D35;
	}

	#header-desktop .right-column > .top-row
	{
		text-align: right;
	}

	#header-desktop #menu-builder-header-nav
	{
		display: flex;
		justify-content: flex-end;
		align-items: center;
		margin: 27px 0 9px 0;
	}

	#header-desktop #desktop_search_form
	{
		position: absolute;
		z-index: 1000;
    	right: 0;
		bottom: 0;
		display: none;
		justify-content: center;
		align-items: center;
    	width: 334px;
    	height: 0;
	}

	#header-desktop #desktop_search_button
	{
		display: inline-block;
		width: 19px;
		height: 19px;
		background: url('/images/search-icon.svg') no-repeat;
		background-size: contain;
	}

	#header-desktop #desktop_search_button.active
	{
		background: url('/images/close-icon.svg') no-repeat;
	}

	#header-desktop #desktop_search_form input[type="text"]
	{
		font-family: "aglet_sans", Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 11pt;
		padding: 10px 20px;
		transition: background-color 150ms;
		background-color: #ffffff;
		color: #163E35;
		width: 100%;
		border: 2px solid #313839;
		border-radius: 5px;
	}

	#header-desktop #desktop_search_form input[type="text"]:focus,
	#header-desktop #desktop_search_form input[type="text"]:hover
	{
		background-color: #eeeeee;
	}

	#header-desktop .secondary-link-button:link,
	#header-desktop .secondary-link-button:active,
	#header-desktop .secondary-link-button:visited
	{
		display: inline-flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		font-family: "aglet_sans", Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 11pt;
		text-decoration: none;
		color: #163E35;
		background-color: #e2e200;
		padding: 12px 30px;
		border-radius: 0 0 10px 10px;
		transition: background-color 200ms;
	}

	#header-desktop .secondary-link-button:hover
	{
		background-color: #ffff00;
	}
}

/**********************************************************
 /$$$$$$$$ /$$$$$$   /$$$$$$  /$$$$$$$$ /$$$$$$$$ /$$$$$$$
| $$_____//$$__  $$ /$$__  $$|__  $$__/| $$_____/| $$__  $$
| $$     | $$  \ $$| $$  \ $$   | $$   | $$      | $$  \ $$
| $$$$$  | $$  | $$| $$  | $$   | $$   | $$$$$   | $$$$$$$/
| $$__/  | $$  | $$| $$  | $$   | $$   | $$__/   | $$__  $$
| $$     | $$  | $$| $$  | $$   | $$   | $$      | $$  \ $$
| $$     |  $$$$$$/|  $$$$$$/   | $$   | $$$$$$$$| $$  | $$
|__/      \______/  \______/    |__/   |________/|__/  |__/
**********************************************************/
#footer
{
	width: 100%;
	margin: 0 auto;
	padding-top: 63px;
	padding-bottom: 43px;
	background-color: #153D35;
}

#footer .logo
{
	display: block;
	width: 184px;
	height: auto;
	margin-bottom: 35px;
}

@media screen and (max-width:1200px)
{
	#footer .logo
	{
		margin: 0 auto 35px auto;
	}
}

#footer_content_area p
{
	font-family: "elza", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #ffffff;
}

@media screen and (max-width:1200px)
{
	#footer_content_area
	{
		text-align: center;
		margin-bottom: 30px;
	}
}

#footer .logos-container
{
	font-family: "aglet_sans", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #ffffff;
}

@media screen and (max-width:1200px)
{
	#footer .logos-container
	{
		text-align: center;
	}

	#footer .contact-container
	{
		text-align: center;
		margin-bottom: 20px;
	}
}

#footer .contact-container > div
{
	color: #6CC351;
	margin-bottom: 15px;
}

@media screen and (max-width:1200px)
{
	#footer .contact-container > div
	{
		margin-bottom: 8px;
	}
}

#footer .contact-container > a
{
	font-family: "elza", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	transition: color 200ms;
}

#footer .contact-container > a:hover
{
	color: #E2E200;
}

#footer .additional-link-container
{
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: flex-end;
	margin-bottom: 7px;
}

@media screen and (max-width:1200px)
{
	#footer .additional-link-container
	{
		align-items: center;
	}
}

#footer .additional-link-container a
{
	display: block;
	font-family: "aglet_sans", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	text-align: center;
	color: #163E35;
	padding: 15px 0;
	width: 100%;
	max-width: 183px;
	background-color: #E1E100;
	border-radius: 5px;
	text-decoration: none;
	margin-bottom: 20px;
	transition: background-color 200ms;
}

#footer .additional-link-container a:hover
{
	background-color: #ffff00;
}

#footer .copyright-container
{
	text-align: right;
	margin-top: 55px;
}

@media screen and (max-width:1200px)
{
	#footer .copyright-container
	{
		text-align: center;
	}
}

@media screen and (max-width:768px)
{
	#footer .copyright-container
	{
		display: flex;
		flex-flow: column nowrap;
		justify-content: flex-start;
		align-items: center;
	}
}

#footer .copyright-container,
#footer .copyright-container span a
{
	font-family: "elza", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	transition: color 200ms;
}

#footer .copyright-container span a
{
	position: relative;
	margin-left: 45px;
	transition: color 200ms;
}

@media screen and (max-width:768px)
{
	#footer .copyright-container span
	{
		margin-top: 5px;
	}

	#footer .copyright-container span a
	{
		margin: 15px 0 0 0;
	}

	#footer .copyright-container span a:first-of-type
	{
		margin: 10px 20px 0 0;
	}
}

#footer .copyright-container span a:hover
{
	color: #E2E200;
}

#footer .copyright-container span a::after
{
	content: "";
	position: absolute;
	z-index: 1 !important;
	bottom: -3px;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #ffffff;
	transition: background-color 200ms;
}

#footer .copyright-container span a:hover::after
{
	background-color: #E2E200;
}

/*********************************************************************************************
 /$$      /$$ /$$      /$$        /$$$$$$  /$$$$$$$$ /$$     /$$ /$$       /$$$$$$$$  /$$$$$$
| $$  /$ | $$| $$  /$ | $$       /$$__  $$|__  $$__/|  $$   /$$/| $$      | $$_____/ /$$__  $$
| $$ /$$$| $$| $$ /$$$| $$      | $$  \__/   | $$    \  $$ /$$/ | $$      | $$      | $$  \__/
| $$/$$ $$ $$| $$/$$ $$ $$      |  $$$$$$    | $$     \  $$$$/  | $$      | $$$$$   |  $$$$$$
| $$$$_  $$$$| $$$$_  $$$$       \____  $$   | $$      \  $$/   | $$      | $$__/    \____  $$
| $$$/ \  $$$| $$$/ \  $$$       /$$  \ $$   | $$       | $$    | $$      | $$       /$$  \ $$
| $$/   \  $$| $$/   \  $$      |  $$$$$$/   | $$       | $$    | $$$$$$$$| $$$$$$$$|  $$$$$$/
|__/     \__/|__/     \__/       \______/    |__/       |__/    |________/|________/ \______/
*********************************************************************************************/
p,
.ww_p
{
	font-family: "elza", Arial, Helvetica, sans-serif;
	font-size: 13.5pt;
	font-weight: normal;
	color: #161616;
	line-height: 21pt;
	margin: 0;
	padding: 0;
}

.ww_p_double_space
{
	font-family: "aglet_sans", Arial, Helvetica, sans-serif;
	font-size: 13.5pt;
	font-weight: normal;
	color: #161616;
	line-height: 2;
	margin: 0;
	padding: 0;
}

.ww_p_alternate
{
	font-family: "elza_medium", Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	color: #161616;
	line-height: 24pt;
	margin: 0;
	padding: 0;
}

.ww_p_call_out
{
	font-family: "aglet_sans_semibold", Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: normal;
	color: #161616;
	line-height: 27pt;
	margin: 0;
	padding: 0;
}

h1,
h1.ww_h1
{
	font-family: "aglet_sans", Arial, Helvetica, sans-serif;
	font-size: 63pt;
	font-weight: normal;
	color: #163E35;
	line-height: 71.25pt;
	margin: 0 0 5px 0;
	padding: 0;
}

@media screen and (max-width:768px)
{
	h1,
	h1.ww_h1
	{
		font-size: 56pt;
	}
}

.cke_ltr h1
{
	line-height: 1;
}

h2,
h2.ww_h2
{
	font-family: "aglet_sans", Arial, Helvetica, sans-serif;
	font-size: 41.25pt;
	font-weight: normal;
	color: #163E35;
	line-height: 45pt;
	margin: 0 0 30px 0;
	padding: 0;
}

@media screen and (max-width:768px)
{
	h2,
	h2.ww_h2
	{
		font-size: 36pt;
	}
}

h2 strong,
h2.ww_h2 strong
{
	position: relative;
	font-size: 12pt;
	letter-spacing: 2px;
	font-weight: normal;
	text-transform: uppercase;
}

h2.ww_h2 strong::before
{
	content: "";
	position: absolute;
	top: -20px;
	left: 0;
	width: 191px;
	height: 2px;
	background-color: #6BC351;
}

h3,
h3.ww_h3
{
	font-family: "aglet_sans", Arial, Helvetica, sans-serif;
	font-size: 33.75pt;
	font-weight: normal;
	color: #163E35;
	line-height: 36pt;
	margin: 0 0 15px 0;
	padding: 0;
}

@media screen and (max-width:768px)
{
	h3,
	h3.ww_h3
	{
		font-size: 30pt;
	}
}

h4,
h4.ww_h4
{
	font-family: "aglet_sans", Arial, Helvetica, sans-serif;
	font-size: 26.25pt;
	font-weight: normal;
	color: #163E35;
	line-height: 31.5pt;
	margin: 0 0 15px 0;
	padding: 0;
}

h5,
h5.ww_h5
{
	font-family: "aglet_sans_semibold", Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: normal;
	color: #163E35;
	line-height: 27pt;
	margin: 0;
	padding: 0;
}

h6,
h6.ww_h6
{
	font-family: "aglet_sans", Arial, Helvetica, sans-serif;
	font-size: 22pt;
	font-weight: normal;
	color: #163E35;
	line-height: 28pt;
	margin: 0;
	padding: 0;
}

.ww_emphasis
{
	font-weight: bold;
	font-style: normal;
}

.ww_strong_emphasis
{
	font-family: "aglet_sans", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}

.ww_action_button1
{
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: "aglet_sans", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal !important;
	color: #163E35 !important;
	text-decoration: none !important;
	background-color: #ffffff;
	border: 2px solid #163E35;
	padding: 10px 35px;
	border-radius: 5px;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
}

.ww_action_button1::after
{
	content: "";
	position: static !important;
	z-index: 1 !important;
	width: 7px !important;
	height: 14px !important;
	margin-bottom: -2px !important;
	margin-left: 15px !important;
	background: url("/images/right-green-chevron.png") center center no-repeat !important;
}

.ww_action_button1 a::after
{
	display: none !important;
}

.ww_action_button1:hover::after
{
	background: url("/images/right-yellow-chevron.png") center center no-repeat !important;
}

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: #163E35;
	text-decoration: none !important;
}

.ww_action_button1:focus,
.ww_action_button1:hover,
.ww_action_button1:active
{
	color: #E2E200 !important;
	background-color: #163E35;
}

.ww_action_button1:focus a,
.ww_action_button1:hover a,
.ww_action_button1:active a
{
	color: #E2E200 !important;
}

.ww_action_button2
{
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: "aglet_sans", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal !important;
	color: #163E35 !important;
	text-decoration: none !important;
	background-color: #C5E5BB;
	padding: 10px 35px;
	border-radius: 5px;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
}

.ww_action_button2::after
{
	display: none !important;
}

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: #163E35 !important;
	text-decoration: none !important;
}

.ww_action_button2:focus,
.ww_action_button2:hover,
.ww_action_button2:active
{
	color: #E2E200 !important;
	background-color: #163E35;
}

.ww_action_button2:focus a,
.ww_action_button2:hover a,
.ww_action_button2:active a
{
	color: #E2E200 !important;
}

.ww_action_button3
{
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: "aglet_sans", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal !important;
	color: #163E35 !important;
	text-decoration: none !important;
	padding: 0 18px 0 0;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
}

.ww_action_button3::after
{
	content: "";
	position: static !important;
	z-index: 1 !important;
	width: 7px !important;
	height: 14px !important;
	margin-bottom: -2px !important;
	margin-left: 15px !important;
	background: url("/images/right-green-chevron.png") center center no-repeat !important;
	transition: transform 200ms !important;
}

.ww_action_button3 a::after
{
	display: none !important;
}

.ww_action_button3:focus::after,
.ww_action_button3:hover::after,
.ww_action_button3:active::after
{
	transform: translateX(17px) !important;
}

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: #163E35;
	text-decoration: none !important;
}

.ww_action_button_small
{
	font-size: 10pt;
	padding: 0px 10px;
}

.ww_editor_body
{
	background-color: #FFFFFF;
}

/* Helper classes for CanPlant */
div.default-row-bottom-well
{
	margin-bottom: 30px;
}

span.italics-off
{
	font-style: normal !important;
}

.filter-widget-title
{
	font-size: 18pt;
	margin-bottom: 20px !important;
}

@media screen and (max-width:1440px)
{
	.filter-widget-title
	{
		font-size: 17pt;
	}
}

@media screen and (max-width:1200px)
{
	.filter-widget-title
	{
		font-size: 14pt;
	}
}

/*********************************************************************
  /$$$$$$   /$$$$$$  /$$   /$$ /$$$$$$$$ /$$$$$$$$ /$$   /$$ /$$$$$$$$
 /$$__  $$ /$$__  $$| $$$ | $$|__  $$__/| $$_____/| $$$ | $$|__  $$__/
| $$  \__/| $$  \ $$| $$$$| $$   | $$   | $$      | $$$$| $$   | $$
| $$      | $$  | $$| $$ $$ $$   | $$   | $$$$$   | $$ $$ $$   | $$
| $$      | $$  | $$| $$  $$$$   | $$   | $$__/   | $$  $$$$   | $$
| $$    $$| $$  | $$| $$\  $$$   | $$   | $$      | $$\  $$$   | $$
|  $$$$$$/|  $$$$$$/| $$ \  $$   | $$   | $$$$$$$$| $$ \  $$   | $$
 \______/  \______/ |__/  \__/   |__/   |________/|__/  \__/   |__/
*********************************************************************/
.overflow-wrapper
{
	overflow: hidden;
}

.dark-green-background
{
	background-color: #1c3d35;
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}

.forced-white-text *:not(.ww_action_button1):not(.ww_action_button2):not(.ww_action_button3)
{
	color: #ffffff !important;
}

#banner_overlay_container
{
	position: absolute;
	z-index: 100;
	left: 70%;
	transform: translateX(-50%);
	top: -200px;
	width: 100%;
	max-width: 667px;
	height: 291px;
}

.ww_editor_body #banner_overlay_container
{
	position: relative;
	left: 0;
	transform: none;
	top: 0;
	margin: 30px 0;
}

@media screen and (max-width:1200px)
{
	#banner_overlay_container
	{
		display: none;
	}
}

#banner_overlay_container .heading
{
	background-color: #ffffff;
	padding: 20px 50px;
}

#banner_overlay_container .heading p
{
	font-family: "aglet_sans", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 2.7px;
	line-height: 1;
	color: #163E35;
}

#banner_overlay_container .content
{
	background-color: #89CF73;
	padding: 48px 50px 60px 50px;
}

#banner_overlay_container .content h2
{
	font-family: "aglet_sans_semibold", Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: normal;
	line-height: 1.1;
	color: #163E35;
	margin-bottom: 15px;
}

#banner_overlay_container .content p
{
	font-family: "elza", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #010101;
}

.plant-type-link:link,
.plant-type-link:active,
.plant-type-link:visited
{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	max-width: 344px;
	height: 215px;
	text-decoration: none !important;
	margin-bottom: 30px;
	padding: 33px 22px 0px 35px;
	border-radius: 0 0 20px 0;
	overflow: hidden;
	background-color: #D3EDCB;
	transition: all 200ms;
}

.plant-type-link::after
{
	display: none !important;
}

@media screen and (max-width:1440px)
{
	.plant-type-link:link,
	.plant-type-link:active,
	.plant-type-link:visited
	{
		margin: 0 auto 30px auto;
	}
}

.plant-type-link:hover
{
	background-color: #153D35;
}

.plant-type-link .left-column
{
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	padding-top: 5px;
}

.plant-type-link .major-text
{
	font-family: "aglet_sans_semibold", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24pt;
	color: #163E35;
	line-height: 1.3;
	transition: color 200ms;
}

@media screen and (max-width:1440px)
{
	.plant-type-link .major-text
	{
		font-size: 17pt;
	}
}

@media screen and (max-width:575px)
{
	.plant-type-link .major-text
	{
		font-size: 20pt;
	}
}

.plant-type-link .minor-text
{
	font-family: "aglet_sans", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 14pt;
	color: #163E35;
	transition: color 200ms;
}

.plant-type-link:hover .major-text,
.plant-type-link:hover .minor-text
{
	color: #ffffff;
}

.plant-type-link .left-column .link-text
{
	position: relative;
	margin-top: 15px;
	color: #163E35;
}

.plant-type-link:hover .left-column .link-text
{
	color: #ffffff;
}

.plant-type-link .left-column .link-text > span
{
	position: relative;
	z-index: 1;
	background-color: transparent;
}

.plant-type-link .left-column .link-text::before
{
	content: "";
	position: absolute;
	z-index: 3;
	top: 7px;
	left: 0;
	background: url("/images/right-green-chevron.png") top center no-repeat;
	height: 14px;
	width: 7px;
	transition: transform 400ms ease-out;
}

.plant-type-link:hover .left-column .link-text::before
{
	transform: translateX(220px);
	background: url("/images/right-yellow-chevron.png") top center no-repeat;
}

.plant-type-link .left-column .link-text::after
{
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #D3EDCB;
	transform: scaleX(1);
	transform-origin: right;
	transition: background-color 200ms,
				transform 400ms ease-out;
}

.plant-type-link:hover .left-column .link-text::after
{
	transform: scaleX(0);
	background-color: #153D35;
}

.plant-type-link .right-column
{
	position: relative;
	width: 62px;
	height: 100%;
}

.plant-type-link .right-column img
{
	position: absolute;
	transition: opacity 200ms;
}

.plant-type-link .right-column img.grass
{
	max-width: 33px;
}

.plant-type-link .right-column img.default
{
	opacity: 1;
	z-index: 2;
}

.plant-type-link:hover .right-column img.default
{
	opacity: 0;
}

.plant-type-link .right-column img.hover
{
	opacity: 0;
	z-index: 1;
}

.plant-type-link:hover .right-column img.hover
{
	opacity: 1;
}

.light-gray-chevron-background
{
	background: url("/images/light-gray-chevron-background.svg") top center no-repeat #ffffff;
	background-size: cover;
	width: 100%;
	margin: 0 auto;
}

.light-gray-chevron-background > div:first-of-type
{
	padding-top: 200px;
	padding-bottom: 75px;
}

@media screen and (max-width:1200px)
{
	.light-gray-chevron-background > div:first-of-type
	{
		padding-top: 290px;
	}
}

@media screen and (max-width:992px)
{
	.light-gray-chevron-background > div:first-of-type
	{
		margin-top: -320px;
		padding-top: 450px;
	}
}

.ww_editor_body .light-gray-chevron-background > div:first-of-type
{
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
}

.light-gray-chevron-background .container a:not(.standard-link):link::after,
.light-gray-chevron-background .container a:not(.standard-link):visited::after,
.light-gray-chevron-background .container a:not(.standard-link):active::after,
.light-gray-chevron-background .container-fluid a:not(.standard-link):link::after,
.light-gray-chevron-background .container-fluid a:not(.standard-link):visited::after,
.light-gray-chevron-background .container-fluid a:not(.standard-link):active::after
{
	z-index: 1;
}

.light-gray-chevron-background .container a:not(.standard-link):link span,
.light-gray-chevron-background .container a:not(.standard-link):visited span,
.light-gray-chevron-background .container a:not(.standard-link):active span,
.light-gray-chevron-background .container-fluid a:not(.standard-link):link span,
.light-gray-chevron-background .container-fluid a:not(.standard-link):visited span,
.light-gray-chevron-background .container-fluid a:not(.standard-link):active span
{
	position: relative;
	z-index: 2;
}

@media screen and (min-width:1440px)
{
	.no-gap
	{
		padding: 0;
	}

	.no-gap .row,
	.no-gap [class^="col"]
	{
		padding: 0;
		margin: 0;
	}
}

.large-resource-link:link,
.large-resource-link:active,
.large-resource-link:visited
{
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: flex-start;
	height: 350px;
	width: 100%;
	max-width: 856px;
	padding-left: 75px;
	padding-right: 370px;
	text-decoration: none;
	background-color: #153D35;
}

.large-resource-link::after
{
	display: none !important;
}

@media screen and (max-width:1440px)
{
	.large-resource-link:link,
	.large-resource-link:active,
	.large-resource-link:visited
	{
		margin: 0 auto;
	}
}

@media screen and (max-width:768px)
{
	.large-resource-link:link,
	.large-resource-link:active,
	.large-resource-link:visited
	{
		height: 250px;
		padding-left: 30px;
		padding-right: 51%;
	}
}

@media screen and (max-width:480px)
{
	.large-resource-link:link,
	.large-resource-link:active,
	.large-resource-link:visited
	{
		height: 200px;
		padding-left: 20px;
	}
}

.large-resource-link.light:link,
.large-resource-link.light:active,
.large-resource-link.light:visited
{
	background-color: #D3EDCB;
}

.large-resource-link.left:link,
.large-resource-link.left:active,
.large-resource-link.left:visited
{
	padding-left: 415px;
	padding-right: 30px;
}

@media screen and (max-width:768px)
{
	.large-resource-link.left:link,
	.large-resource-link.left:active,
	.large-resource-link.left:visited
	{
		padding-left: calc(50% + 30px);
		padding-right: 10px;
	}
}

.large-resource-link .minor-text
{
	font-family: "aglet_sans", Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: normal;
	color: #ffffff;
}

.large-resource-link.light .minor-text
{
	color: #163E35;
}

@media screen and (max-width:768px)
{
	.large-resource-link .minor-text
	{
		font-size: 11pt;
	}
}

.large-resource-link .major-text
{
	font-family: "aglet_sans", Arial, Helvetica, sans-serif;
	font-size: 28pt;
	font-weight: normal;
	margin-top: 10px;
	line-height: 1.2;
	color: #ffffff;
}

.large-resource-link.light .major-text
{
	color: #163E35;
}

@media screen and (max-width:768px)
{
	.large-resource-link .major-text
	{
		font-size: 20pt;
	}
}

@media screen and (max-width:480px)
{
	.large-resource-link .major-text
	{
		font-size: 13pt;
	}
}

.large-resource-link .link-text
{
	font-family: "aglet_sans", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #ffffff;
	margin-top: 30px;
}

.large-resource-link.light .link-text
{
	color: #163E35;
}

@media screen and (max-width:768px)
{
	.large-resource-link .link-text
	{
		font-size: 11pt;
		margin-top: 10px;
	}
}

.large-resource-link .image-container
{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 350px;
	overflow: hidden;
}

.large-resource-link.left .image-container
{
	left: 0;
}

@media screen and (max-width:768px)
{
	.large-resource-link .image-container
	{
		width: 50%;
	}
}

.large-resource-link .image-container img
{
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: top left;
	transition: transform 400ms ease-out;
}

.large-resource-link:hover .image-container img
{
	transform: scale(1.02);
}

.green-leaf-background
{
	background: url("/images/green-leaf-background.jpg") top left no-repeat #6BC351;
	background-size: cover;
	width: 100%;
	margin: 0 auto;
}

/* Mailchimp */
/* #mc_embed_signup
{
	width: 544px;
	max-width: 100%;
    margin-left: auto;
	margin-top: 36px;
} */

#mc_embed_signup #mc_embed_signup_scroll
{
	display: flex;
}

@media screen and (max-width:600px)
{
	#mc_embed_signup #mc_embed_signup_scroll
	{
		flex-flow: column nowrap;
	}
}

#mce-EMAIL,
#email,
#lname,
#fname
{
	width: 374px;
	height: 55px;
	border-radius: 5px;
	border: 2px solid transparent;
	padding: 0 20px;
	outline: none;
}

@media screen and (max-width:600px)
{
	#mce-EMAIL,
	#email,
	#lname,
	#fname
	{
		width: 100%;
		max-width: 374px;
	}
}

#mce-EMAIL::placeholder,
#email::placeholder,
#lname::placeholder,
#fname::placeholder
{
	font-family: "aglet_sans", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
}

#mce-EMAIL:focus,
#email:focus,
#lname:focus,
#fname:focus
{
	border: 2px solid #E1E100;
}

#mc_embed_signup input[type="submit"]
{
	font-family: "aglet_sans", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	width: 152px;
	height: 55px;
	color: #ffffff;
	background-color: #153D35;
	border-radius: 5px;
	margin-left: 16px;
}

@media screen and (max-width:600px)
{
	#mc_embed_signup input[type="submit"]
	{
		margin-top: 16px;
		margin-left: 0;
	}
}

#mc_embed_signup input[type="submit"]:hover
{
	background-color: #C5E5BB;
	color: #163E35 !important;
}

.form-description
{
	margin-top: 55px;
}