/* --- IMPORTED STYLES --- */

@import url("normalize.css");


/* RESET STYLES
---------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: inherit;
	font-style: normal;
	background: transparent;
	border: 0;
	outline: 0;
	verticle-align: baseline;
	
}

/* HTML5 RESETS FOR OLDER BROWSERS */
article, aside, figure, figure img, hgroup, footer, header, nav, section {
	display: block;
}

ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
input, select { vertical-align: middle; }
a img { border: 0; }
:focus { outline: 0; }
a:hover, a:active { outline: none; }


/* GENERAL STYLES
---------------------------- */
body {
	width: 896px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	padding: 50px 48px 0;
	line-height: 1;
	color: #333;
	background: #fff;
	font-family: ff-tisa-web-pro, Georgia, sans-serif;
	-webkit-text-size-adjust: 100%;
}

img,
embed,
object,
video { 
	max-width: 100%; 
}

/* ----- WEB PAGE SELECTION COLORS ----- */

::selection 	 	{ background: rgba(255,255,150,.9); }
::-moz-selection 	{ background: rgba(255,255,150.9); }
img::selection 		{ background: transparent; }
img::-moz-selection	{ background: transparent; }
body { -webkit-tap-highlight-color: rgb(239,248,247); }

/* ----- LINKS ----- */

a, a:link, a:visited {
	text-decoration: none;
	color: #618F2B;
}
a:hover, a:focus { color: #333; }

#content a {
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;  
   	     -o-transition: all .2s ease;  
        	transition: all .2s ease; 
}
#content p a { border-bottom: 1px dashed #E5E5E5; }
#content p a:hover { background: #EFF8F7; }


/* ----- PAGE STRUCTURE/LAYOUT ----- */

#wrap {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
#content {
	position: relative;
	float: right;
	width: 712px;
}
#content #page {
	width: 80%;
	float: left;
	margin-bottom: 40px;
}
#content.gallery #page {
	width: 100%;
	min-height: 650px;
	overflow: hidden;
}

/* HEADER
----------------------------------------------- */

header {
	display: inline-block;
	width: 160px;
	margin-bottom: 25px;
}
h1#logo-branding {
	display: inline-block;
	width: 175px;
	height: 155px;
	text-indent: -999em;
	background: url(web-logo.png) no-repeat 0 0;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
h1#logo-branding a {
	display: inline-block; 
	width: 175px;
	height: 155px;
}
h1#logo-branding:hover {
	opacity: .85;
}

/* ----- MAIN NAVIGATION ----- */

nav {
	position: absolute;
	top: 158px;
	left: 0;
	width: 160px;
}
nav li {
	display: block;
	margin-bottom: 18px;
	line-height: 1.3em;
}
nav li:last-child { margin: 0; }

nav a {
	display: block;
	height: 28px;
	padding: 4px 0 0 44px;
	font-style: italic;
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	     -o-transition: all .2s ease;
	        transition: all .2s ease;
}
nav a:hover { color: #333; }

nav li a { 
	background-position: 0 50%; 
	background-repeat: no-repeat; 
}
nav li a:hover { 
	background-position: 5px 50%;/* Horizontal + verticle position*/
	opacity: .5;
}

li#t-services a { background-image: url(nav-services.png); }
li#t-plants a { background-image: url(nav-plants.png); }
li#t-faq a { background-image: url(nav-faq.png); }
li#t-contact a { background-image: url(nav-contact.png); }
li#t-about a { background-image: url(nav-about.png); }

/* LINK ACTIVE STATE */
#services-page li#t-services a,
#plants-page li#t-plants a,
#faq-page li#t-faq a,
#contact-page li#t-contact a,
#about-page li#t-about a {
	color: #333;
}
 
/* Lets hide mobile menu trigger */
.menu-trigger {
  display:none;
}


/* CONTENT BASE TYPOGRAPHY */

#content h2 {
	margin-bottom: 20px;
	line-height: 1.4em;
	font-size: 1.3125em;
	font-weight: bold;
}
#content h3 { /* Descendant */
	margin-bottom: 20px;
	line-height: 1.3em;
	font-size: 1.125em;
	font-weight: bold;
}
#content h4 {
	margin-bottom: 20px;
	line-height: 1.5em;
	font-weight: bold;
}
#content h4.underline {
	padding-bottom: 9px;
	border-bottom: 1px dotted #E5E5E5;
}
#content pre + h4 { /* Adjacent */
	margin-top: 40px;
}
#content h5 {
	margin-bottom: 20px;
	font-weight: bold;
	font-style: italic;
}
#content p + h2,
#content p + h3,
#content p + h4,
#content p + h5 {
	margin-top: 30px;
}
#content p {
	margin-bottom: 20px;
	line-height: 1.5em;
}
#content p:last-child { margin-bottom: 0; }
#content em { font-style: italic; }
#content strong { font-weight: bold; }

#content ul {
	margin-bottom: 30px;
	line-height: 1.5em;
}
#content ul.bulleted {
	margin: 0 0 30px 48px;
	list-style: disc;
	line-height: 1.5em;
}
#content ol {
	margin: 0 0 30px 48px;
	list-style: decimal;
	line-height: 1.5em;
}
#content blockquote {
	margin-bottom: 20px;
	padding-left: 20px;
	color: #777;
	border-left: 1px solid #CCC;
	line-height: 1.5em;
}
#content hr {
	margin: 30px 0 30px;
	border-style: dashed;
	color: #E5E5E5;
}
#content del, #content strike { text-decoration: line-through; }
#content u { text-decoration: underline; }
#content small { font-size: .75em; }

/* IMAGES */
#content article img { 
	max-width: 100%;
	height: auto;
}
#content .caption {
	display: block;
	padding-top: 5px;
	font-size: .75em;
	font-style: italic;
	color: #AAA;
}
#content article a img {
	-webkit-transition: opacity .2s ease;
	   -moz-transition: opacity .2s ease;
	     -o-transition: opacity .2s ease;
	        transition: opacity .2s ease;
}
#content article a:hover img { opacity: .75; }

/* ----- PAGE HEADERS ----- */

#content .page-header {
	width: 100%;
	margin: 0 0 30px;
	padding: 20px 0 28px;
	border-bottom: 2px solid #E5E5E5;
}
#content .page-header h1 {
	margin-bottom: 0;
	padding: 10px 0 14px;
	line-height: 1.25em;
	font-size: 2.25em;
	color: #111;
}

/* #COMPONENTS 
----------------------------------- */

/* ALERTS */

.notice-success,
.notice-error {	
 /*background: linear-gradient(#72c41f, #5c9e19);*/
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 15px 20px 15px 50px;
}
.notice-success {
  background: url("chk.png") 15px 50% no-repeat #390        ;
}
.notice-error {
  background: url("x.png") 15px 50% no-repeat #C30    ;
}
/* Forms */


/* BUTTONS */
.btn {
	display: block;
	padding: 0.625em 1.25em;/* 10px 20px*/
	background: #FFF;
	border-radius: 0.3125em;
	border: 1px solid #690;
	-webkit-box-shadow: 1px 1px 2px #F5F5F5;
	   -moz-box-shadow: 1px 1px 2px #F5F5F5;
	        box-shadow: 1px 1px 2px #F5F5F5;
	-webkit-transition: all .2s ease;
	   -moz-transition: all .2s ease;
	     -o-transition: all .2s ease;
	        transition: all .2s ease;
}
.btn:hover { 
	background-color: #F6F6F6;
	border-color: #fff;
	color: #999; 
}
#content p a.btn { border-bottom-style: solid; } 

/* Containing Floats / CLEARFIX
----------------------------------------------- */
/* Rather than clearing floats, another option is to contain the floats.*/
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  clear: both;
  *zoom: 1;
}

/* PAGINATION */
#content #pagination {
	clear: left;
	position: relative;
	width: 90%;
	height: 20px;
	font-size: .75em;
	padding-top: 0.5em;
}
#content #pagination .newer {
	position: absolute;
	left: 0;
}
#content #pagination .older {
	position: absolute;
	right: 0;
}


/* ----- FEATURED ----- */

#featured {
	width: 100%;
	height: 510px;
}
#featured-slides {
	width: 712px; 
	height: 446px;
	overflow: hidden;
}
#featured section {
	position: relative;
	width: 896px;
}
#featured img {
	position: absolute;
	left: -92px; 
	width: 100%;
}
/* hide slides when js is disabled */
#featured-slides .slide-2,
#featured-slides .slide-3,
#featured-slides .slide-4 {
	display: none;
}
#featured section h1,
#featured section h2 {
	position: absolute;
	left: auto;
	right: 184px;
	font-style: italic;
}
#featured section h1 {
	top: 30px;
	padding: 12px 15px;
	color: #222;
	background: #FFF;
	font-size: 1.5em;
}
#featured section h2 {
	top: 80px;
	padding: 9px 12px;
	color: #E9E9E9;
	font-weight: normal;
	font-size: 1em;
	background: #111;
}
#featured section a h1,
#featured section a h2 {
	-webkit-transition: opacity .2s ease;
	   -moz-transition: opacity .2s ease;
	     -o-transition: opacity .2s ease;
	        transition: opacity .2s ease; 
}
#featured section a:hover h1,
#featured section a:hover h2 {
	opacity: .8;
}

/* FEATURED NAV  */
#featured-nav {
	position: absolute;
	top: 445px;
	width: 712px;	
	background: #4B8528;
	overflow: hidden;
	-webkit-border-bottom-left-radius: 3px;
	   -moz-border-bottom-left-radius: 3px;
	        border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	   -moz-border-bottom-right-radius: 3px;
	        border-bottom-right-radius: 3px;
}
#featured-nav li { 
	float: left;
	text-align: center; 
}
#featured-nav a {
	display: block;
	float: left;
	width: 177px;
	height: 25px;
	padding: 8px 0 2px;
	line-height: 1.1em;
	color: #fff;
	border-right: 1px solid #D3EDE9;
	-webkit-box-shadow: 1px 0 0 #FAFDFC;
	   -moz-box-shadow: 1px 0 0 #FAFDFC;
	        box-shadow: 1px 0 0 #FAFDFC;
}
#featured-nav li:last-child a {  
	border-right: none; 
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}
#featured-nav li.activeSlide a {
	color: #34AC98;
	background: #D9EFEC;
	text-shadow: 0 1px 0 #FAFDFC;
}
#featured-nav a:hover { color: #FF9; background-color: #693 }
#featured-nav h3 { font-size: .875em; }

#featured-nav li p {
	display: none;
	font-size: .75em;
	font-style: italic;
}

/* ----- NEWSLETTER ----- */ 

#newsletter {
	display: none;
	width: 100%;
	min-height: 45px;
	margin-bottom: 29px;
	padding-bottom: 5px;
	/*line-height: 1em;*/
 	border-bottom: 1px dashed #333;
 	background: url(emailIcon.png) no-repeat top left;
}
#newsletter p {
	display: inline-block;
	width: 47%;
	padding: 7px 20px 0 68px; /*Top Right Bottom Left */
	font-size: .75em;
	font-style: italic;
}
#newsletter label {
	display: none;
}

/* ----- ASIDE/NEWSLETTER ----- */
#newsletter-aside {
	position: absolute;
	top: 642px;
	left: 0;
	width: 145px;
}
#newsletter-aside section h1 {
	margin: 0 0 9px; /* top right bottom*/
	padding-bottom: 5px;
	text-transform: uppercase;
	font-size: .75em;
	border-bottom: 1px dashed #E5E5E5;
}
#newsletter-aside p {
	width: 82%;
	padding: 7px;
	line-height: 1.5em;
	font-size: .6825em;
	font-style: italic;
}
#newsletter-aside label {
	display: none;
}
#newsletter input[type=email], 
#newsletter-aside input[type=email] { width: 95%; margin: 5px; }
#newsletter fieldset, #newsletter-aside fieldset { display: inline; }


/* ----- RECENT (POSTS) ----- */

#recent-posts {
	width: 100%;
	margin-bottom: 18px;
	overflow: hidden;
}
#recent-posts article {
	float: left;
	width: 160px;
	margin: 0 24px 25px 0;
}
#recent-posts article img {
	width: 139px;
	background: #FFF;
	overflow: hidden;
	padding: 0.5625em;
	background: #FFF;
	border: 1px solid #E5E5E5;
	-webkit-box-shadow: 1px 2px 3px #F5F5F5;
	   -moz-box-shadow: 1px 1px 3px #F5F5F5;
	        box-shadow: 1px 1px 3px #F5F5F5;
}
#recent-posts article:nth-child(4) { margin-right: 0; }

#recent-posts article h1 {
	margin: 10px 0 10px; /* top - right - bottom*/
	line-height: 1.3em;
}
#recent-posts article p {
	font-size: .875em;
	line-height: 1.45em;
}


/* PLANTS-GALLERY */

#content.gallery article {  
	float: left;
	width: 280px;
	margin: 5px 10px;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: 1px 2px 3px #F5F5F5;
	   -moz-box-shadow: 1px 1px 3px #F5F5F5;
	        box-shadow: 1px 1px 3px #F5F5F5;
}
#content.gallery h1 { 
	width: 100%;
	text-align: center;
	font-size: 1rem; 
	margin-bottom: 9px;
	padding: 8px 0 10px;
	line-height: 1.3em;
}
#content.gallery p { 
	line-height: 1.25em;
	font-size: .75em;
	padding-bottom: .75em; 
}
#content.gallery h1:nth-child(n+3),
#content.gallery p:nth-child(n+3) {
	border-bottom: 1px dotted #ccc;
}


/* FORMS */

aside input.text { width: 120px; margin-right: 10px; }
aside .newsletter { margin-top: 20px; }
aside .newsletter .submit { margin-top: 10px; }


/* ASIDE / SOCIAL
----------------------------------------------- */

aside#social {
	position: absolute;
	top: 452px;
	left: 0;
	width: 160px;
}
aside#social section {
	display: block;
	margin-bottom: 32px;
	padding-right: 20px;
}
aside#social section h1 {
	margin: 0 0 9px; /* top right bottom*/
	padding-bottom: 5px;
	text-transform: uppercase;
	font-size: .75em;
	border-bottom: 1px dashed #E5E5E5;
}
aside#social section p {
	margin-bottom: 15px;
	line-height: 1.75em;
	font-size: .6825em;
	font-style: italic;
	overflow: hidden;
}
aside#social a.btn {
	width: 110px;
	height: 24px;
	padding: 4px 0 0 28px;
	background: no-repeat 6px 6px;
	border: none;
}
aside#social .instagram a.btn { background: url(icon-instagram.png) no-repeat 2% 0; }
aside#social .facebook a.btn { background: url(icon-facebook.png) no-repeat 2% 3px; }
aside#social a.btn:hover {
	background-color: #F9F9F9;
}


/* FOOTER 
----------------------------------------------- */

footer {
	clear: both;
	position: relative;
	min-height: 70px;
	padding-top: 20px;
	border-top: 2px solid #E5E5E5;
	color: #AAA;
}
footer p {
	
	line-height: 1.5em;
	font-size: .75em;
}
footer .social {
	position: absolute;
	top: 20px;
	right: 0;
}
footer .social li {
	float: left;
	display: inline;
	margin-left: 5px;
}
footer .social li a {
	display: block;
	width: 32px;
	height: 32px;
	text-indent: -999em;
	opacity: .4;
	-webkit-transition: opacity .3s ease;
	   -moz-transition: opacity .3s ease;
	        transition: opacity .3s ease;
}
footer .social li a:hover { opacity: 1; }

footer .instagram a { background: url(icon-instagram-small.png) no-repeat 50% 1px; }
footer .facebook a { background: url(icon-facebook-small.png) no-repeat 50% 0; }


/* WIDE DESKTOP LAYOUT 
----------------------------------------------- */

@media only screen and (min-width: 1176px) {

body { width: 1080px; }

#content {
	float: right;
	width: 896px;
}
/* FEATURED */
#featured { height: 560px; }
#featured #featured-slides { width: 896px; }
#featured img { left: 0; }

/* FEATURED NAV */
#featured {
	margin-bottom: 10px;
}
#featured-nav {
	top: 445px;
	width: 896px;
}
#featured-nav a {
	width: 191px;
	height: 60px;
	padding: 25px 12px 0 20px; 
}
#featured-nav h3 { font-size: 1.125em;
margin-bottom: 0.3125em; }
#featured-nav li { text-align: left; }
#featured-nav li p { display: inline; }	

/* NEWSLETTER */
#newsletter input#email { width: 260px; }

/* RECENT */
#recent-posts article { width: 206px; }
#recent-posts article img { width: 185px; }

/* IMAGE GALLERY */
#content.gallery article { 
	width: 184px;
	margin: 5px 8px;
}
#content.gallery article:first-child p {
	padding-bottom: 3.2em;
}
#content.gallery article:last-child p {
	padding-bottom: 2.3em;
}
}

/* TABLET LAYOUT 
----------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
body {
	width: 712px;
	padding: 20px 28px 0; /* top - right - bottom*/
}

/* HEADER */
header {
	width: 712px;
	margin-bottom: 20px;
}
header h1#logo-branding { 
	background-position: 0 0;
	width:175px;
	height: 155px;
	
}
/* NAV */
nav {
	position: absolute;
	top: 80px;
	left: auto;
	right: 0;
	width: 528px;
	margin: 0;
}
nav ul { float: right; }
nav li { display: inline-block; }
nav a { display: inline; padding: 35px 15px 0 15px; }
nav li a { background-position: 50% 0; }
nav li a:hover { background-position: 50% 3px; }

/* FEATURED */
#featured { height: 510px; }
#featured #featured-slides { width: 712px; }
#featured img { left: -92px; }

#featured #featured-nav {
	top: 445px;
	width: 712px;
}
#featured #featured-nav a {
	width: 177px;
	height: 25px;
}
#featured #featured-nav h3 {
	margin-bottom: 0;
	font-size: .875em;
}
#featured #featured-nav li { text-align: center; }
#featured #featured-nav li p { display: none; }

/* NEWSLETTER */
#newsletter { display: block; }

/* IMAGE GALLERY */
#content.gallery article { 
	margin: 15px 20px;
}

/* MISC */
aside { display: none; }

} /* CLOSE TABLET LAYOUT */


/* MOBILE LAYOUT (PORTRAIT/320PX) 
----------------------------------------------- */

@media only screen and (max-width: 767px) {

body {
	width: 320px;
	padding: 0;
}

/* HEADER */

header {
	float: none;
	width: 100%;
	height: auto;
}
header h1#logo-branding {
	background-position: 0 100%;
	width: 230px;
	height: 63px;
}

/* NAV */
nav {
	position: absolute;
	background-color: #fff;
	top: 75px;
	width: 100%;
	height: 0;
	overflow: hidden;
	transition: 0.5s;
	border-bottom: dashed 1px #333;
	z-index: 2;
}
nav li,
nav a {
	display: block;
	text-align: left;
	padding: 12px 0 0 12px;
}
nav li {
	border-bottom: dashed 1px #333;
	margin-bottom: 0;
	padding: 2px 0;
	transition: 0.5s ease-out;
}
nav li:hover {
	background-color: #F6F6F6;
}
nav li#t-services a, 
nav li#t-plants a, 
nav li#t-faq a, 
nav li#t-contact a, 
nav li#t-about a {
	background-image: none;
}

/* MOBILE TRIGGER */
.menu-trigger{
	position: absolute;
	display: inline-block;
	font-size: 30px;
	top: 20px;
	right: 0;
	cursor:pointer;
}
 
/* --- CONTENT --- */
#content { width: 100%; }

/* MAIN */

#content #main,
#content.page header {
	float: none;
	width: 90%;
	padding-right: 0;
	padding-left: 0;	
}

/* FEATURED */
#featured { 
	height: 285px;
}
#featured #featured-slides { 
	width: 100%;
	font-size: .75em;
}
#featured img {
	left: -80px;
	max-width: 500px;
}

#featured section h1,
#featured section h2 {
	width: 470px;
	line-height: 1.2em;
}
#featured section h1 {
	top: 6px;
	padding: 5px 18px;
	font-size: 1.125em;
}
#featured section h2 {
	top: 35px;
	font-size: .875em;
}
#featured-nav { display: none; }

/* NEWSLETTER */
#newsletter {
	display: block;
	width: 100%;
}
#newsletter p {
	width: auto;
	padding-left: 70px;
	font-size: .6875em;
}
#newsletter input[type=email] { width: 190px; }

/* RECENT */
#recent-posts {
	width: 100%;
	margin: 10px auto;
}
#recent-posts article {
	width: 145px; 
	margin: 6px;
}
#recent-posts article h1 {
	text-align: center;
}
#recent-posts article img { width: 127px; }
#recent-posts p {
	display: none;
}

/* PLANT GALLERY */
#content.gallery { 
	width: 100%;
}
#content.gallery article { 
	width: 270px;
	height: auto;
	margin: 5px 0;
}

/* MISC */
aside { display: none; }

/* FOOTER */
footer {
	border-top: 1px solid #E5E5E5;
	-webkit-box-shadow: 0 -1px 0 #F5F5F5;
	   -moz-box-shadow: 0 -1px 0 #F5F5F5;
	        box-shadow: 0 -1px 0 #F5F5F5;
}
footer p {
	padding-left: 10px;
	line-height: 1.5em;
	font-size: .625em;
	width: 55%;
}
footer .social { right: 5px; }
	
}


/* WIDE MOBILE LAYOUT (LANDSCAPE/480PX) 
----------------------------------------------- */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
body {
	width: 480px;
	padding: 0;
}
 
/* FOR ACTIVE PAGE */
#services-page li#t-services a,
#plants-page li#t-plants a,
#faq-page li#t-faq a,
#contact-page li#t-contact a,
#about-page li#t-about a {
	border-bottom: 2px solid #F5F5F5;
}

/* --- CONTENT --- */

/* FEATURED */
#featured img { left: 0; }
#featured section h1,
#featured section h2 { 
	width: 340px;
}

/* NEWSLETTER */
#newsletter p {
	padding-left: 95px;
}
#newsletter input[type=email] { width: 340px; }

/* RECENT POSTS */
#recent-posts article {
	width: 100%;
	margin: 0.5em 0;
	border-bottom: dashed 1px #333;
}
#recent-posts p {
	display: block;
}
#recent-posts h1 {
	display: inline-block; 
}
#recent-posts article img { 
	width: 145px; 
	float: left; 
	margin: 0.5em;
}
#recent-posts article:last-child {
	border-bottom: none;
}

/* GALLERY */
#content.gallery article { 
	width: 180px;
	min-height: auto;
	margin: 5px 8px;
}
#content.gallery article:first-child p {
	padding-bottom: 3.2em;
}
#content.gallery article:last-child p {
	padding-bottom: 2.1em;
}
} 


/*	RETINA OVERRIDES 
----------------------------------------------- */

@media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {

/* SOCIAL ICONS */
.social li.instagram a,
.social li.facebook a {
	background-position: 50% bottom; 
	background-size: 32px auto;
}

/* MISC */
section.newsletter {
	background-image: url(emailIcon.png);
	background-size: 32px auto;
}
	
} 