/********************************************************************
 /$$$$$$$$ /$$$$$$$$ /$$$$$$$$ /$$$$$$$$  /$$$$$$  /$$$$$$$$ /$$$$$$
| $$_____/| $$_____/| $$_____/| $$_____/ /$$__  $$|__  $$__//$$__  $$
| $$      | $$      | $$      | $$      | $$  \__/   | $$  | $$  \__/
| $$$$$   | $$$$$   | $$$$$   | $$$$$   | $$         | $$  |  $$$$$$
| $$__/   | $$__/   | $$__/   | $$__/   | $$         | $$   \____  $$
| $$      | $$      | $$      | $$      | $$    $$   | $$   /$$  \ $$
| $$$$$$$$| $$      | $$      | $$$$$$$$|  $$$$$$/   | $$  |  $$$$$$/
|________/|__/      |__/      |________/ \______/    |__/   \______/
********************************************************************/
@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: #7baa62;
		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: '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: '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: 'museo_700';
    src: url('/fonts/Museo-700.eot');
    src: url('/fonts/Museo-700.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Museo-700.woff') format('woff'),
        url('/fonts/Museo-700.ttf') format('truetype'),
        url('/fonts/Museo-700.svg#Museo-700') format('svg');
    font-weight: normal;
    font-style: normal;
}

/******************************************************************************************************************************
  /$$$$$$  /$$        /$$$$$$  /$$$$$$$   /$$$$$$  /$$              /$$$$$$  /$$$$$$$$ /$$     /$$ /$$       /$$$$$$$$  /$$$$$$
 /$$__  $$| $$       /$$__  $$| $$__  $$ /$$__  $$| $$             /$$__  $$|__  $$__/|  $$   /$$/| $$      | $$_____/ /$$__  $$
| $$  \__/| $$      | $$  \ $$| $$  \ $$| $$  \ $$| $$            | $$  \__/   | $$    \  $$ /$$/ | $$      | $$      | $$  \__/
| $$ /$$$$| $$      | $$  | $$| $$$$$$$ | $$$$$$$$| $$            |  $$$$$$    | $$     \  $$$$/  | $$      | $$$$$   |  $$$$$$
| $$|_  $$| $$      | $$  | $$| $$__  $$| $$__  $$| $$             \____  $$   | $$      \  $$/   | $$      | $$__/    \____  $$
| $$  \ $$| $$      | $$  | $$| $$  \ $$| $$  | $$| $$             /$$  \ $$   | $$       | $$    | $$      | $$       /$$  \ $$
|  $$$$$$/| $$$$$$$$|  $$$$$$/| $$$$$$$/| $$  | $$| $$$$$$$$      |  $$$$$$/   | $$       | $$    | $$$$$$$$| $$$$$$$$|  $$$$$$/
 \______/ |________/ \______/ |_______/ |__/  |__/|________/       \______/    |__/       |__/    |________/|________/ \______/
*******************************************************************************************************************************/
html
{
	margin: 0;
	padding: 0;
	width: 100%;
}

body
{
	margin: 0;
	padding: 0 !important;
	width: 100%;
	font-family: roboto_regular;
	font-size: 13pt;
	color: #3f3f3f;
}

img
{
	border: none;
}

a:link,
a:visited,
a:active
{
	color: #477782;
	text-decoration: underline;
}

a:hover
{
	color: #629AA6;
	text-decoration: none;
}

input:focus,
textarea:focus,
select:focus
{
	outline: 1px solid #00843d;
}

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: #4d7538;
	padding: 5px 15px;
	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: #629447;
}

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="button"]
{
	display: inline-block;
	font-family: arial;
	font-size: 16px;
	font-weight: normal;
	font-style: normal !important;
	text-decoration: none !important;
	padding: 5px 15px;
	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="text"],
input[type="password"],
select,
option,
textarea
{
	font-family: arial;
	font-size: 16px;
}

hr
{
	height: 1px;
	background-color: #7e7e7e;
	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%;
}

body:not(.ww_editor_body) table.rem-responsive-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%;
	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;
}

.container ul li::before
{
	content: '\2022';
	position: absolute;
    display: block;
    left: -20px;
    color: #477782;
    font-size: 14pt;
    top: 0;
}

/* Delete when using search module */
#mobile_search_form,
#mobile_search_button
{
	display: none;
}
/* /// Delete when using search module */

/* col-lg and below */
@media screen and (max-width:1200px)
{
	body:not(.ww_editor_body) table.rem-responsive-table td
	{
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 40px;
	}

	body:not(.ww_editor_body) 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 !important;
	}

	.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;
	}
}

@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
	{
		height: auto;
		max-height: 53px;
    	margin: 4px 0 0 10px;
	}

	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;
	}

	div#header-mobile-only > #mobile_search_button:link,
	div#header-mobile-only > #mobile_search_button:active,
	div#header-mobile-only > #mobile_search_button:visited,
	div#header-mobile-only > #mobile_search_button:hover
	{
		position: absolute;
		top: 18px;
		right: 65px;
		font-family: font_awesome;
		font-size: 24px;
		text-decoration: none;
	}

	#mobile_search_form
	{
		display: none;
		position: fixed;
		top: 10px;
		width: 95%;
		left: 0;
		right: 0;
		margin: 0 auto;
	    z-index: 10001;
	}

	#mobile_search_form > #mobile_search_field
	{
		position: relative;
		width: 100%;
		height: 0;
		opacity: 0;
		padding: 3px 15px;
		border: 1px solid #cccccc;
		outline: none;
		background-color: #ffffff;
		font-family: arial;
		font-size: 12pt;
		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
	{
		position: relative;
		z-index: 100;
		background-color: #ffffff;
		height: 147px;
	}

	#header-desktop > nav
	{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
	}
}


/******************************************
 /$$   /$$  /$$$$$$  /$$      /$$ /$$$$$$$$
| $$  | $$ /$$__  $$| $$$    /$$$| $$_____/
| $$  | $$| $$  \ $$| $$$$  /$$$$| $$
| $$$$$$$$| $$  | $$| $$ $$/$$ $$| $$$$$
| $$__  $$| $$  | $$| $$  $$$| $$| $$__/
| $$  | $$| $$  | $$| $$\  $ | $$| $$
| $$  | $$|  $$$$$$/| $$ \/  | $$| $$$$$$$$
|__/  |__/ \______/ |__/     |__/|________/
*******************************************/
.classroom-background
{
	background: url('/images/teacher-and-students-in-class-background-photo.jpg') top center no-repeat;
	background-size: cover;
}

.farm-field-background
{
	background: url('/images/farm-field-watermark-illustration-background-photo.jpg') top center no-repeat;
	background-size: cover;
}

.material-resource-icon
{
	display: flex;
	align-items: center;
	height: 116px;
}

/****************************************************************************
 /$$$$$$ /$$   /$$ /$$$$$$$$ /$$$$$$$$ /$$$$$$$  /$$   /$$  /$$$$$$  /$$
|_  $$_/| $$$ | $$|__  $$__/| $$_____/| $$__  $$| $$$ | $$ /$$__  $$| $$
  | $$  | $$$$| $$   | $$   | $$      | $$  \ $$| $$$$| $$| $$  \ $$| $$
  | $$  | $$ $$ $$   | $$   | $$$$$   | $$$$$$$/| $$ $$ $$| $$$$$$$$| $$
  | $$  | $$  $$$$   | $$   | $$__/   | $$__  $$| $$  $$$$| $$__  $$| $$
  | $$  | $$\  $$$   | $$   | $$      | $$  \ $$| $$\  $$$| $$  | $$| $$
 /$$$$$$| $$ \  $$   | $$   | $$$$$$$$| $$  | $$| $$ \  $$| $$  | $$| $$$$$$$$
|______/|__/  \__/   |__/   |________/|__/  |__/|__/  \__/|__/  |__/|________/
*****************************************************************************/
.pale-blue-background
{
	background-color: #f6fdff;
}

.green-hill-farm-background
{
	background: url('/userContent/images/Banners/Internal/green-hill-farm-background-photo.jpg') center center no-repeat;
	min-height: 300px;
	padding-top: 126px;
}

.illustration-of-people-farming-background
{
	background: url('/userContent/images/Banners/Internal/illustration-of-people-farming-background-photo.jpg') center center no-repeat;
	min-height: 300px;
	padding-top: 126px;
}

.card-game-background
{
	background: url('/userContent/images/Banners/Internal/card-game-background-photo.jpg') center center no-repeat;
	min-height: 300px;
	padding-top: 126px;
}

.foodcrisis-graphic-novel-cover-background
{
	background: url('/userContent/images/Banners/Internal/foodcrisis-graphic-novel-cover-background-photo.jpg') center center no-repeat;
	min-height: 300px;
	padding-top: 126px;
}

.children-sharing-food-background
{
	background: url('/userContent/images/Banners/Internal/children-sharing-food-background-photo.jpg') center center no-repeat;
	min-height: 300px;
	padding-top: 126px;
}

.students-collaborating-background
{
	background: url('/userContent/images/Banners/Internal/students-collaborating-background-photo.jpg') center center no-repeat;
	min-height: 300px;
	padding-top: 126px;
}

.green-hill-farm-background *,
.card-game-background *,
.foodcrisis-graphic-novel-cover-background *,
.children-sharing-food-background *,
.students-collaborating-background *
{
	font-family: museo_700;
	font-size: 48pt;
	font-weight: normal;
	color: #ffffff;
	text-shadow: 0 0 7px rgba(0,0,0,0.9);
	-webkit-text-stroke: 1px #000000;
	line-height: 1;
}

.illustration-of-people-farming-background *
{
	font-family: museo_700;
	font-size: 48pt;
	font-weight: normal;
	line-height: 1;
}

@media screen and (max-width:1200px)
{
	.green-hill-farm-background,
	.illustration-of-people-farming-background,
	.card-game-background,
	.foodcrisis-graphic-novel-cover-background,
	.children-sharing-food-background,
	.students-collaborating-background
	{
		background-size: cover;
		min-height: 200px;
		padding-top: 70px;
	}

	.green-hill-farm-background *,
	.illustration-of-people-farming-background *,
	.card-game-background *,
	.foodcrisis-graphic-novel-cover-background *,
	.children-sharing-food-background *,
	.students-collaborating-background *
	{
		font-size: 38pt;
	}
}


/**********************************************************
 /$$$$$$$$ /$$$$$$   /$$$$$$  /$$$$$$$$ /$$$$$$$$ /$$$$$$$
| $$_____//$$__  $$ /$$__  $$|__  $$__/| $$_____/| $$__  $$
| $$     | $$  \ $$| $$  \ $$   | $$   | $$      | $$  \ $$
| $$$$$  | $$  | $$| $$  | $$   | $$   | $$$$$   | $$$$$$$/
| $$__/  | $$  | $$| $$  | $$   | $$   | $$__/   | $$__  $$
| $$     | $$  | $$| $$  | $$   | $$   | $$      | $$  \ $$
| $$     |  $$$$$$/|  $$$$$$/   | $$   | $$$$$$$$| $$  | $$
|__/      \______/  \______/    |__/   |________/|__/  |__/
**********************************************************/
#footer
{
	background-color: #ffffff;
	border-top: 2px solid #c8cecf;
	padding: 65px 0 55px 0;
}

#footer .copyright-container,
#footer .copyright-container a:link,
#footer .copyright-container a:active,
#footer .copyright-container a:visited
{
	font-family: roboto_regular;
	font-size: 8pt;
	color: #000000;
	transition: color 200ms;
	text-decoration: none;
	margin-top: 50px;
}

#footer .copyright-container a:hover
{
	color: #477782;
}

@media screen and (max-width:1200px)
{
	#footer .copyright-container
	{
		text-align: center;
	}
}

@media screen and (max-width:480px)
{
	#footer .copyright-container
	{
		margin-top: 20px;
	}
}

#footer .social-container
{
	display: flex;
	justify-content: flex-end;
	font-size: 13pt;
}

@media screen and (max-width:992px)
{
	#footer .social-container
	{
		justify-content: center;
		margin-top: 30px;
		margin-bottom: 10px;
	}
}

/*********************************************************************************************
 /$$      /$$ /$$      /$$        /$$$$$$  /$$$$$$$$ /$$     /$$ /$$       /$$$$$$$$  /$$$$$$
| $$  /$ | $$| $$  /$ | $$       /$$__  $$|__  $$__/|  $$   /$$/| $$      | $$_____/ /$$__  $$
| $$ /$$$| $$| $$ /$$$| $$      | $$  \__/   | $$    \  $$ /$$/ | $$      | $$      | $$  \__/
| $$/$$ $$ $$| $$/$$ $$ $$      |  $$$$$$    | $$     \  $$$$/  | $$      | $$$$$   |  $$$$$$
| $$$$_  $$$$| $$$$_  $$$$       \____  $$   | $$      \  $$/   | $$      | $$__/    \____  $$
| $$$/ \  $$$| $$$/ \  $$$       /$$  \ $$   | $$       | $$    | $$      | $$       /$$  \ $$
| $$/   \  $$| $$/   \  $$      |  $$$$$$/   | $$       | $$    | $$$$$$$$| $$$$$$$$|  $$$$$$/
|__/     \__/|__/     \__/       \______/    |__/       |__/    |________/|________/ \______/
*********************************************************************************************/
p,
.ww_p
{
	font-family: roboto_regular;
	font-size: 13pt;
	font-weight: normal;
	color: #3f3f3f;
	margin: 0 !important;
	padding: 0;
}

.ww_p_double_space
{
   	font-family: roboto_regular;
	font-size: 13pt;
	font-weight: normal;
	color: #3f3f3f;
	line-height: 2;
	margin: 0 !important;
	padding: 0;
}

.ww_p_alternate
{
	font-family: roboto_regular;
	font-size: 18pt;
	font-weight: normal;
	color: #3f3f3f;
	margin: 0 !important;
	padding: 0;
}

.ww_p_call_out
{
	font-family: museo_700;
	font-size: 24pt;
	font-weight: normal;
	line-height: 1.1;
	color: #3f3f3f;
	margin: 0 !important;
	padding: 0;
}

h1,
h1.ww_h1
{
	font-family: museo_700;
	font-size: 40pt;
	font-weight: normal;
	line-height: 1.2;
	color: #5e8e45;
	margin: 0 0 5px 0 !important;
	padding: 0;
}

h2,
h2.ww_h2
{
	font-family: museo_700;
	font-size: 36pt;
	font-weight: normal;
	color: #5e8e45;
	line-height: 1.2;
	margin: 0 !important;
	padding: 0;
}

h3,
h3.ww_h3
{
	font-family: museo_700;
	font-size: 26pt;
	font-weight: normal;
	color: #3f3f3f;
	margin: 0 !important;
	padding: 0;
}

h4,
h4.ww_h4
{
	font-family: museo_700;
	font-size: 24pt;
	font-weight: normal;
	color: #5e8e45;
	margin: 0 !important;
	padding: 0;
}

h5,
h5.ww_h5
{
	font-family: museo_700;
	font-size: 22pt;
	font-weight: normal;
	color: #3f3f3f;
	margin: 0 !important;
	padding: 0;
}

h6,
h6.ww_h6
{
	font-family: museo_700;
	font-size: 20pt;
	font-weight: normal;
	color: #5e8e45;
	margin: 0 !important;
	padding: 0;
}

.ww_emphasis
{
	font-family: roboto_bold;
	font-weight: normal;
	font-style: normal;
	color: #477782;
}

.ww_strong_emphasis
{
	font-family: roboto_bold;
	font-weight: normal;
	font-style: normal;
	color: #4d6d3b;
}

.ww_action_button1
{
	display: inline-block;
	font-family: roboto_bold;
	font-size: 13pt;
	font-weight: normal;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #477782;
	padding: 8px 15px;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
}

.ww_action_button1::after
{
	content: '\f061';
	font-family: font_awesome;
	font-size: 14pt;
	color: #a2f7ff;
	padding-left: 5px;
}

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: #568D99;
}

.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_bold;
	font-size: 13pt;
	font-weight: normal;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #4d7538;
	padding: 8px 15px;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.2s;
	-webkit-tap-highlight-color: transparent;
}

.ww_action_button2::after
{
	content: '\f061';
	font-family: font_awesome;
	font-size: 14pt;
	color: #aee094;
	padding-left: 5px;
}

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: #629447;
}

.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_bold;
	font-size: 13pt;
	font-weight: normal;
	font-style: normal !important;
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #4d7538;
	padding: 8px 15px;
	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: #629447;
}

.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-color: #FFFFFF;
}
