@charset "utf-8";
/* CSS Document */

/* Global Styles */
* {
	margin: 0px;
	padding: 0px;
}

@font-face {
    font-family: LatoReg;
    src: url(../assets/Lato/Lato-Regular.ttf);
}

body {
	overflow: auto;
	background-color: #f5f5f5;
	color: #0077bf;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	}

#Banner {
	background: url(../assets/images/Banner.jpg) bottom center no-repeat;
	height: 550px;
	background-color: white;
	margin-top: 50px;
}

a:link, a:visited {
	text-decoration: none;
}

.textmessage a:link, .textmessage a:visited {
	color: blue; 
}

.textmessage a:hover, .wrapper a:hover {
	color: blueviolet;
}

.textmessage {
	color: #505050;
	padding-bottom: 48px;
	padding-top: 24px;  
	background-color: white;
	font-family: 'LatoReg', sans-serif;
}


.pushsides {
	padding-left: 90px;
	padding-right: 90px;
}

.logo {
	margin-top: 0px;
	margin-bottom: 32px;
}

.topline {
	margin-top: 12px;
}

.featured {
	margin: 20px 0;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #184e9f;
}

.featuredwhite {
	margin: 20px 0;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 2px;
	color: white;
}

.featuredfloat {
	float: left;
	margin-right: 18px;
	background-color: #f5f5f5;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .09);
	padding-bottom: 8px;
}

.featuredfloat a:hover {
	color: green;
}

.featuredfloat img {
	margin: 8px 8px 8px 8px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .09);
}

#LandingPages {
	background-color: #3a5a7c;
	padding-bottom: 96px;
	padding-top: 64px;
}

.photocaption  {
	line-height: 30px;
	font-size: 1.2em;
	display: block;
}

#Agency {
	background-color: #fff;	
	padding-top: 64px;
	padding-bottom: 64px;
}

#Agency img {
	float: left;
	margin-left: 35px;
}

#Helpful, #LawnConversion {
	background-color: #FFF;
	position: relative;
	padding-top: 64px;
	padding-bottom: 64px;
	color: #505050;
}

.More {
	background-color: #FFF;
	position: relative;
	padding-top: 64px;
	padding-bottom: 64px;
	height: 1050px;
}

.more p {
	color: #0077bf;	
}

#Tips, #RightPlant {
	position: relative;
	padding-top: 64px;
	padding-bottom: 32px;
	background-color: #3a5a7c;
	color: white;
}

#IPM {
	padding: 48px 0;
}

.leftsidetips, .leftsidemore {
	position: relative;
	width: 500px;
	min-height: 300px;
	padding-left: 10px;
	padding-top: 15px;
}

.leftsidemore a:hover, .rightside a:hover {
	color: #00a886;
}

.leftside {
	position: relative;
	width: 500px;
	min-height: 400px;
	padding-left: 10px;
}

#wrapper, .wrapper {
	position:relative;
	width: 996px;
	margin: 0px auto;
}

#wrapper p {
	font-size: 12pt;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 24px;
	margin-bottom: 0.7em;
}

#wrapper a:link, #wrapper a:visited {
	text-decoration: none;
}

#wrapper a:hover {
	text-decoration: none;
}

.rightside {
	position: absolute;
	left: 550px;
	top: 0px;
}

.rightside img {
	margin-top: 50px;
}

/* Blue button used in the Helpful Resources section */
.leftside .bluepill, #col2 .bluepill {
	background-color: #184e9f;
	font-size: 0.8em;
	display: inline-block;
	color: white;
	padding: 16px;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 3px;
}

.leftside .bluepill:hover, #col2 .bluepill:hover {
	background-color: #5992D7;
	color: white;
}


#Sustainable {
	background-color: #3a5a7c;
	color: white;
	padding-top: 32px;
}

#footer {
	color: #5d5d5d;
	text-align: center;
	font-size: 0.85em;
	margin-top: 50px;
	padding-bottom: 20px;
}

#footer a {
    text-decoration: underline;
}

/* Headings */
h1 {
	font-size: 2.3em;
	margin-top: 10px;
	font-family: 'LatoReg', sans-serif;
}

h2 {
	font-size: 1.3em;
	margin-bottom: 0.5em;
	font-family: 'LatoReg', sans-serif;
}

h3 {
	font-size: 1.1em;
	margin-bottom: 0.5em;
	font-weight: 700;
	line-height: 1.8em;
	font-family: 'LatoReg', sans-serif;
}

/* Message Panel */
#message {
	position: relative;
	width: 996px;
	margin-top: 5px;
	font-size: 0.90em;
	height: 900px;
	color: #505050;
}

#message p {
	font-size: 1.0em;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 22px;
}

#innermess {
	position: absolute;
	top: 15px;
	left: 15px;
	height: 900px;
	width: 965px;
}

#col1 {
	position: absolute;
	width: 330px;
	left: 0px;
}

#col2 {
	margin-left: 370px;
	width: 300px;
	height: 600px;
}

#col3 {
	position: absolute;
	width: 290px;
	left: 690px;
	top: 0px;
}


hr {
	color: #000;
	background-color: #000;
}

img {
	border: none;
}

/* Common Styles */
/* ------------- */
.smaller {
	font-size: 10px;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.red {
	color: #F00;
}

.noborder {
	border: none;
}

.clear {
	clear: both;
}

/* ===== ADA / WCAG 2.1 AA Fixes ===== */

/* Body links — adds color + underline, clears link-in-text-block */
a:link, a:visited { color: #0a5d99; text-decoration: underline; }
a:hover, a:focus  { color: #084a7a; }

/* Nav/button links — suppress underline where it would look wrong */
nav a, .topmenu a, .photocaption, a.button, .button { text-decoration: none; }

/* Footer link */
#footer a:link, #footer a:visited { color: #0a5d99; text-decoration: underline; }

/* Skip link */
a.skip-link {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
  color: #ffffff; background: #000000;
  text-decoration: none;
}
a.skip-link:focus {
  position: fixed; top: 0; left: 0;
  width: auto; height: auto;
  padding: 10px 16px; margin: 0;
  overflow: visible; clip: auto;
  white-space: nowrap; z-index: 10000;
  font-size: 1em;
  color: #ffffff; background: #000000;
}

main:focus { outline: none; }

a:focus, button:focus, [tabindex]:focus {
  outline: 2px solid #0a5d99;
  outline-offset: 2px;
}
