/*
Theme Name: Greenlane
Author: Evans + Hartshorn
Description: The theme for Greenlane International
Text Domain: greenlane

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: 'Open Sans', sans-serif;
}
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;
}

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

h1 {
    font-size: 47px;
    margin-bottom: 30px;
    font-weight: 700;
}

h2 {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 700;
}

p {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.4;
    color: #fff;
}

strong {
	font-weight: bold;
}

.button {
    background: #99ca41;
    display: inline-block;
    font-weight: 700;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    margin-bottom: 30px;
    border: 2px solid #fff;
}

div.header {
    background: #3d6845;
    width: 100%;
    padding: 20px 40px;
    z-index: 1000;
}

div.logo {
    float: left;
}

div.nav {
    float: right;
    text-align: right;
}

div.nav ul li {
    display: inline-block;
}

div.nav ul li a {
    display: block;
    line-height: 47px;
    text-decoration: none;
    color: #fff;
    margin-left: 40px;
    font-weight: 700;
}

div.nav ul li a:hover {
    opacity: 0.8;
}

div.container {
    width: 940px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

div.primary {
	width: 70%;
	float: left;
	padding: 40px 0;
}

div.secondary {
	width: 30%;
	float: left;
	padding: 40px 0;
}

div.primary p {
	color: #444;
}

div.section {
    background-size: cover !important;
    padding: 70px 0;
    position: relative;
}

div.section ul {
    margin-bottom: 30px;
}

div.section ul li {
    list-style-type: disc;
    margin-left: 20px;
    line-height: 1.4;
    color: #fff;
}

div.section div.callout {
    padding: 100px 0;
}

div.section div.callout h1 {
    font-size: 71px;
    color: #fff;
}

div.section div.callout h2 {
    color: #99ca41;
    font-size: 48px;
    font-weight: 700;
}

div.half {
    width: 50%;
    float: left;
    padding-right: 40px;
}
div.half:last-of-type {
    float: right;
    padding-right: 0px;
}

div.gradient {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    position: absolute;
    opacity: 0.8;
}

div.product {
    width: 50%;
    float: left;
    margin-bottom: 40px;
    padding-right: 40px;
}

div.product img {
    margin-bottom: 10px;
}

div.product:nth-child(2n) {
    float: right;
}

div#about div.gradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f05550+64,ffffff+100&1+44,0+100 */
    background: -moz-linear-gradient(left,  rgba(240,85,80,1) 44%, rgba(240,85,80,0.64) 64%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(240,85,80,1) 44%,rgba(240,85,80,0.64) 64%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(240,85,80,1) 44%,rgba(240,85,80,0.64) 64%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05550', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

}

div#research div.gradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#582a67+60,ffffff+100&1+60,0+100 */
    background: -moz-linear-gradient(left,  rgba(88,42,103,1) 60%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(88,42,103,1) 60%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(88,42,103,1) 60%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#582a67', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

}

div#products div.gradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#582a67+60,ffffff+100&1+60,0+100 */
    background: -moz-linear-gradient(left, rgb(153, 202, 65) 60%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgb(153, 202, 65) 60%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgb(153, 202, 65) 60%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#582a67', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

}

div#contact div.gradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#582a67+60,ffffff+100&1+60,0+100 */
    background: -moz-linear-gradient(left, rgb(61, 104, 69) 60%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgb(61, 104, 69) 60%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgb(61, 104, 69) 60%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#582a67', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

}

div.footer {
    background: #3d6845;
    width: 100%;
    padding: 30px 0;
}

div.footer p {
    margin-bottom: 0px;
}

iframe {
    pointer-events: none;
    display: block;
}

div.mobileNav {
    display: none;
    text-align: right;
    margin-top: 15px;
}

div.downArrow {
	background: url('images/down-arrow.png') no-repeat;
	width: 90px;
	height: 50px;
	position: absolute;
	bottom: 40px;
	right: 40px;
	background-size: 100%;
}

div.downArrow:hover {
	cursor: pointer;
}

div.sticky-footer {
	position: absolute;
	width: 100%;
	bottom: 0px;
}

div.footer a {
	color: inherit;
}

@media screen and (max-width: 980px) {
    div.container {
        width: 100%;
        padding: 0 20px;
    }

    div.half {
        width: 100%;
    }

    div.nav {
        display: none;
    }

    div.mobileNav {
        display: block;
    }
}


@media screen and (max-width: 580px) {
	
	h1 {
		font-size: 38px;
	}

    div.logo {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    div.mobileNav {
        width: 100%;
        text-align: center;
    }

    div.section div.callout h1 {
        font-size: 38px;
    }

    div.section div.callout h2 {
        font-size: 28px;
    }
    
    div.product h3 {
	    font-size: 11px;
    }
    
    div.primary {
	    width: 100%;
	    margin-bottom: 40px;
    }
    
    div.secondary {
	    width: 100%;
	    margin-bottom: 40px;
    }
}


form input[type=text], form input[type=email], form textarea {
	background: #fff;
	background: rgba(255,255,255,0.8);
	padding: 10px;
	border:none;
	width:100%;
}
form p {
	margin-bottom: 10px;
}