/*
 * GENERAL RULE OF THUMB FOR BASELINE FONT SIZES (DEFAULT VALUE SET IN BODY)
 * 100% = 1em ~= 16px ~= 14pt
 */

/*****************************************************************************
 * GENERAL STYLES
 *****************************************************************************/
html {
	padding: 0em;
	margin: 0em;
}
body {
	background-color: #373231;
	color: #FFFFFF;
	font-size: 16px; /* RECOMMENDED VALUE FOR DEFAULT */
	font-style: normal;
	font-weight: normal;
	height: auto;
	margin: 0em;
	padding: 0em;
	width: 100%;
}
a:link,
a:visited {
	color: #FFFFFF;
	cursor: pointer;
	padding: 0em;
	margin: 0em;
}
a.button-default {
	background-color: #BF0A30;
	color: #FFFFFF;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 1.0em;/*font-size: 20px; DOUBLE CHECK WHEN YOU CONVERT TO EMS, IT'S OFF A BIT.*/
	font-weight: bold;
	margin: 1.25em 0em;
	padding: 0.5em 1.6em;
}
input.button-default {
	background-color: #b30000;
	color: #FFFFFF;
	border: none;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: bold;
	font-size:0.8em;
	margin: 1.25em 0em;
	padding: 0.5em 1.6em;
	text-decoration: none;
	width:50%;
}
hr.line-break-default {
	border-color:#b30000;
	size: 0.1875em;
	width: 100%;
}
h1 {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 4.5em;
	font-style: normal;
	font-weight: bold;
	line-height: 0.8em;
}
h2 {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 3.75em;
	font-style: normal;
	font-weight: bold;
	line-height: 0.8em;
}
h3 {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 3.0em;
	font-style: normal;
	font-weight: bold;
}
h4 {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 2.75em;
	font-style: normal;
	font-weight: bold;
}
h5 {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 2.25em;
	font-style: normal;
	font-weight: bold;
	opacity: 0.69;
}
h6 {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 1.75em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.0em;
}
h2.widgettitle {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 3em;
	font-style: normal;
	font-weight: bold;
}
li.widget_text {
	list-style-type: none;
}
p {
	color: #FFFFFF;
	font-family: 'Ubuntu', Arial, sans-serif;
	font-size: 1.75em;
	font-style: normal;
	font-weight: normal;
	line-height: 1em;
}

.content {
	margin: 6.25em auto;
	width: 100%;
}

/* TOP-BAR */
div.top-bar {
	z-index: 5;	
}

/* STANDARD NAVIGATION MENU */
.site-nav ul {
	color: #ffffff;
	float: right;
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	margin: 0em;
	padding: 0em;
}
.site-nav ul:before, 
.site-nav ul:after { 
	content: ""; 
	display: table; 
}
.site-nav ul:after { 
	clear: both; 
}
.site-nav ul { 
	*zoom: 1;
}
.site-nav ul li {
	float: left;
	list-style: none;
}
.site-nav ul li a:link,
.site-nav ul li a:visited {
	display: block;
}

.menu-anchor-menu {
	color: #ffffff;
	font-family: 'Ubuntu', Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 1.3125em;
}

/* HERO-HEADER */
div.hero-header-container {
	background-color: #000000;
	height: auto;
}
div.hero-header-content {
	margin: 4.25em auto;
	width: 100%;
	z-index: 500;
}
div.hero-header-bg {
	background: url(../../../../wp-content/uploads/2016/11/hero_video_bkg.png) no-repeat center center scroll; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}
div.hero-header-widget-area {
	margin: 0;
}
div.hero-header-left-fader {
	margin-top: -0.1em;
	margin-left: -0.5em;
	position: absolute;
	top: 0;
	left: 0;
	height: 100.3%;
	width: 110%;
}
div.hero-header-left-fader img {
	height: 100%;
	width: 150%;
}
div.hero-header-right-fader {
	margin-top: -0.1em;
	margin-right: -0.5em;
	position: absolute;
	top: 0;
	right: 0;
	height: 100.3%;
	width: 110%;
}
div.hero-header-right-fader img {
	height: 100%;
	width: 150%;
}
div.hero-header-video-bg {
	width: 100%; 
	height: 100%; 
	position: absolute; 
	top: 0; 
	left: 0;
	z-index: -1;
}
div.hero-header-video-bg img {
	opacity: 40%;
	width: 100%; 
	height: 100%; 
	z-index: 1;
}
div.hero-header-color-overlay {
	background-color: rgba(0,0,0,0.7);
	height:100%;
	width:100%;
	position: absolute; 
	top: 0; 
	left: 0;
	z-index: 100;
}
div.hero-header-overlay {
	z-index: 1000;
}
div.hero-header-image img {
	width: 18.75em;
	z-index: 1000;
}

/* ABOUT-HARVEST */
div.about-harvest-container {
	height: auto;
}
div.about-harvest-content {
	width: 100%;
}
div.about-image {
	width: 100%;
}

/* PROJECT-FORECAST */
div.engineering-forecast-container {
	background: url(../../../../wp-content/uploads/2016/11/forecasts_bkg.png) no-repeat center center scroll; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: auto;
}
div.engineering-forecast-image {
	margin: 1.25em;
}
div.engineering-forecast-image img {
	height: auto;
	width: 25em;
}

/* HARVEST-NEWS */
div.harvest-news-container {
	height: auto;
}
div.harvest-featured-news {
	margin-bottom: 3.125em;
	margin-top: 0.625em;
}
div.featured-news-widget-area {
	margin-top: 2.0em;
}
div.featured-news-caption {
	margin: 0em 2.0em;
	width: auto;
}
div.featured-news-source p {
	font-size: 1.25em;
}
div.featured-news-description p {
	font-size: 1.5em;
	font-style: italic;
	margin: 1.25em 0em;
}
div.other-news-widget-area {
	height: auto;
	width: 100%;
}
div.other-news-widget {
	position: relative;
	height: 17.5em;	
	margin: 0.625em 0em;
	/*margin: 0.3125em 0em;*/
	max-height: 17.5em;
	max-width: 17.5em;
	min-height: 17.5em;
	min-width: 17.5em;
	width: 17.5em;	
}

div.other-news-title h6 {
	font-family: 'Ubuntu', Arial, sans-serif;
	font-size: 1.25em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.0em;
	margin-top: 1.25em;
}
div.other-news-source {
	margin-bottom: 1.0em;
}
div.other-news-source p {
	font-family: 'Ubuntu', Arial, sans-serif;
	font-size: 1.25em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.0em;
	margin-bottom: 0.25em;
}
div.other-news-image {
	position: absolute;
	top: 0;
	left: 0;
	height: 17.5em;	
	width: 17.5em;	
}
div.other-news-overlay {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	height: 17.5em;	
	width: 17.5em;	
}

/* HARVEST-CAREERS */
div.harvest-careers-container {
	background: url(../../../../wp-content/uploads/2016/11/careers_bkg.jpg) no-repeat center center scroll; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: auto;
}
div.textwidget a {
	color: #FFFFFF;
	font-family: 'Ubuntu', Arial, sans-serif;
	font-size: 1.25em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.0em;
}

/* CONTACT-US */
div.contact-us-container {
	height:100%;
}
div.contact-us-form {
	padding: 0em 1.0em;
	width: 100%;
}
label.form-label {
	color: #FFFFFF;
	font-family: 'Ubuntu', Arial, sans-serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.0em;
}

/* SITE-FOOTER */
div.site-footer-container {
	background-color: #000000;
	height: auto;
}
div.site-footer-content {
	height: auto;
	margin: 1.0em 1.25em;
}
div.social-media-widget {
	margin: 0.25em;
	width: 2em;
}
div.social-media-image img {
	width: 3em;
}
div.footer-logo-rights img {
	height: 6.25em;
}
p.footer-copyright {
	color: #FFFFFF;
	font-size: 0.72em;
	margin: 0em;
	width: auto;
}
div.footer-logo img {
	height:75%;
}

/*
 * 
 */
div.new-page-container {
	margin: 1.0em auto;
	height: auto;
}
div.new-page-bg {
	background-color: #423e3e;
}
div.new-page-content {
	padding: 1.125em 3.25em;
	color: #FFFFFF;
}
div.new-page-content img {
	margin: 1.0em;
}
div.new-page-content h1 {
	font-size: 3.0em;
}

/*****************************************************************************
 * SMALL ONLY
 *****************************************************************************/
@media screen and (max-width: 39.9375em) {
	/* General Styles */
	h1 {
		font-size: 2.75em;
		line-height: 0.8em;
	}
	h2 {
		font-size: 2.25em;
		line-height: 0.8em;
	}
	
	/* TOP-BAR NAVIGATION */
	.top-bar {
		background-color: #373231;
		width: 100%;
	}
	.top-bar ul {
		background-color: transparent;
	}
	.top-bar-content {
		width: 75em;
	}
	.top-bar-menu-icon {
		position: fixed;
		top: 0;
		right: 0;
		padding: 0.625em;
	}
	.site-nav {
		margin-top: 1em;
	}
	button.menu-icon {
		float: right;
	}
	div.menu-anchor-menu-container {
		margin-top: 1.0em;
	}
	li.menu-item {
		border-bottom: 0.0625em solid #333;
		margin-bottom: 0.25em;
		width: 100%;
	}
	li.menu-item:last-of-type{
		border-bottom: none;
		margin-bottom: 0;
	}
	
	.site-nav ul li a:link,
	.site-nav ul li a:visited {
		background-color: #000000;
		color: #D3D3D3;
		display: block;
		font-size: 1.25em;
		height: 2em;
		text-align: center;
	}
	
	/* HERO HEADER */
	div.hero-header-overlay {
		margin-top: 2.5em;
	}
	
	/* ABOUT HARVEST */
	div.about-heading {
		padding: 0.625em 0.85em;
	}
	div.about-title {
		font-size: 0.9em;
	}
	div.about-description {
		font-size: 0.75em;
	}
	div.about-image {
		margin: 1.0em;
	}
	
	/* HARVEST NEWS */
	div.featured-news-caption {
		margin: 1.250em 0em;
		padding: 0em 0.625em;
	}
	div.harvest-other-news-heading {
		font-size: 0.9em;
	}

	/* HARVEST CAREERS */
	div.harvest-careers-content {
		padding: 0.625em;
	}
	div.harvest-careers-title h3 {
		font-size: 2.0em;
		line-height: 1.0em;
	}
	div.harvest-careers-content div.textwidget p {
		font-size: 1.25em;
		line-height: 1.0em;
	}
	
	/* CONTACT US*/
	div.contact-us-content {
		margin: 0em;
		padding: 0.625em;
	}
	div.contact-us-title h3 {
		font-size: 2.0em;
		line-height: 1.0em;
	}
	div.contact-us-content div.textwidget p {
		font-size: 1.25em;
		line-height: 1.0em;
	}
	
	/* SITE-FOOTER */ 
	div.footer-logo-rights {
		margin-top: 1.0em;
		margin-left: 2.0em;
	}
}

/*****************************************************************************
 * MEDIUM AND UP
 *****************************************************************************/
@media screen and (min-width: 40em) {
	/* TOP-BAR NAVIGATION */
	.top-bar {
		height: 6.25em;
		background-color: #373231;
		width: 100%;
	}
	.top-bar ul {
		background-color: transparent;
	}
	.top-bar-content {
		max-width: 75em;
		width: 75em;
	}
	.top-bar-menu-icon {
		position: fixed;
		top: 0em;
		right: 0em;
		padding: 0.625em;
	}
	
	/* HARVEST HEADER MENU */
	.site-nav {
		float: right;
	}
	.site-nav ul li {
		line-height: 0.625em;
	}
	.site-nav ul li:last-of-type{
		border-right: none;
	}
	.site-nav ul li a:link,
	.site-nav ul li a:visited 
	{
		font-size: 0.9em;
		padding: 0.3125em 0.5625em;
		text-decoration: none;
	}
	.site-nav ul li a:hover{
		background-color: #CCCCCC;
	}
	.site-nav ul li.current-menu-item a:link,
	.site-nav ul li.current-menu-item a:visited
	{
		background-color: #A85838;
		color: #FFFFFF;
		font-weight: bold;
	}
	
	/* ABOUT HARVEST */
	div.about-image {
		padding-left: 1.0em;
	}
	
	/* SITE-FOOTER */
	div.footer-logo-rights {
		margin-left: 1.25em;
	}
}

/*****************************************************************************
 * MEDIUM ONLY
 *****************************************************************************/
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	/* General Styles */
	h1 {
		font-size: 3.25em;
		line-height: 0.8em;
	}
	h2 {
		font-size: 2.75em;
		line-height: 0.8em;
	}
	
	/* TOP-BAR */
	/*.top-bar-menu a {
		font-size: 0.9em;
	}*/
	
	/* ABOUT-HARVEST */
	div.about-heading {
		padding: 0em 1.0em;
	}
	div.about-title h1 {
		font-size: 2.75em;
	}
	div.about-description p {
		font-size: 1.5em;
	}
	
	/* HARVEST NEWS */
	div.harvest-featured-news-heading {
		margin-bottom: 1.25em;
	}
	/* HARVEST NEWS */
	div.featured-news-caption {
		margin: 0.625em 0em;
		padding: 0em 0.9375em;
	}
	div.featured-news-image a img {
		height: auto;
		width: 100%;
	}
	
	/* HARVEST-CAREERS */ 
	div.harvest-careers-content {
		padding: 0em 1.5em;
	}
	div.featured-news-caption {
		margin: 0;
	}
	
	/* CONTACT-US  */
	div.contact-us-widget-area {
		padding: 0em 3.125em;
	}
	div.contact-us-form {
		padding: 0em 1.25em;
	}
}

/*****************************************************************************
 * LARGE AND UP
 *****************************************************************************/
@media screen and (min-width: 64em) {
	/* HARVEST HEADER MENU */
	.site-nav {
		float: right;
		font-size: 1.35em;
	}
	.site-nav ul li {
		line-height: 0.625em;
	}
	.site-nav ul li:last-of-type{
		border-right: none;
	}
	.site-nav ul li a:link,
	.site-nav ul li a:visited 
	{
		padding: 0.625em 1.125em;
		text-decoration: none;
	}
	.site-nav ul li a:hover{
		background-color: #CCCCCC;
	}
	.site-nav ul li.current-menu-item a:link,
	.site-nav ul li.current-menu-item a:visited
	{
		background-color: #A85838;
		color: #FFFFFF;
		font-weight: bold;
	}
	
	/* ABOUT HARVEST */
	div.about-heading {
		margin-top: 1.25em;
		padding: 1.25em 3.125em;
	}
	div.about-title {
		margin-bottom: 1.25em;
	}
	
	/* HARVEST NEWS */
	div.featured-news-widget {
		padding: 0em 3.0em;
	}
	div.featured-news-title {
		padding-right: 5.9375em;
		width: auto;
	}
	
	/* CONTACT-US */
	div.contact-us-widget {
		padding: 0em 1.75em;
	}
}

/*****************************************************************************
 * LARGE ONLY
 *****************************************************************************/
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}