/*****
* GENERAL STYLES
*****/
body{
	font-family: 'Gotham', sans-serif;

	position: relative;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	left: 0;
	width: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.general-wrapper{
	background: #fff;
}
img{
	max-width: 100%;
	height: auto;
}
*:focus {
 	outline: none !important;
 	border: none;
 	text-decoration: none;
 }
h1, h2, h3, h4, h1 a, h2 a, h3 a, h4 a, h6, h6 a, h6 a:hover, h8, h8 a, h8 a:hover{
	font-family: 'Gotham', sans-serif;
	font-weight: 700;
	margin: 0 0 30px;
	color: #000;
	text-transform: uppercase;
}
h1, h1 a, h1 a:hover, h2.title.big, h2.title.big a, h2.title.big a:hover{
	font-size: 80px;
}
h2, h2 a, h2 a:hover{
	font-size: 60px;
}

.box h2,
.box h2 a {
	font-size: 20px;
}
.content h2, .content h2 a{
	letter-spacing: 0.1em;
}
h2.headline, h2.headline a, h2.headline a:hover, h3.headline, h3.headline a, h3.headline a:hover{
	font-family: 'Adobe Garamond W01', sans-serif;
	font-size: 30px;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
	margin: 0 0 15px;
}
h3.headline, h3.headline a, h3.headline a:hover{
	font-size: 20px;
}
h2.leaf{
	position: relative;
	font-size: 60px;
	margin: 0 0 15px;
	padding-bottom: 55px;
	line-height: 1em;
	background: url(../images/separator.png) no-repeat center bottom;
}
h3, h3 a, h3 a:hover, h4, h4 a, h4 a:hover{
	font-size: 40px;
	letter-spacing: -0.02em;
}
h4, h4 a, h4 a:hover{
	color: #1d9751;
}
h5, h5 a, h5 a :hover{
	font-family: 'Adobe Garamond W01', sans-serif;
	font-weight: 700;
	margin: 0 0 30px;
	color: #000;
	text-transform: uppercase;
	font-style: italic;
	font-size: 30px;
}
h6, h6 a, h6 a:hover{
	font-size: 20px;
}
h7, h8{
	display: block;
}
h7, h7 a, h7 a:hover{
	font-size: 16px;
	text-transform: none;
}
h8, h8 a, h8 a:hover{
	font-size: 18px;
	text-transform: none;
}

p{
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 1.5em;
	overflow: hidden;
	color: #000;
}
p.small{
	font-size: 16px;
}
p.big{
	font-size: 18px;
}
a{
	color: #1d9751;
	font-size: inherit;
	transition: color .3s ease-in-out;
   -moz-transition: color .3s ease-in-out;
   -webkit-transition: color .3s ease-in-out;
   -o-trasition: color .3s ease-in-out;
}
a.cta{
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.cta:after {
  content: "\226B";
	margin-left: 5px;
	position: relative;
	top: -1px;
}

@media (min-width: 991px) {

.cta + .cta {
	margin-left: 60px;
}
	
}

@media (max-width: 991px) {
	.cta {
		display: block;
	}
}
a:hover, a:focus{
	color: #000;
	text-decoration:underline;
}

ul{
	margin: 0 0 10px;
	padding-left: 0;
}
ul li{
	list-style: none;
	margin: 18px 0;
	background: url(../images/icon-ul.png) no-repeat 7px 10px;
	padding-left: 30px;
	font-size: 16px;
	font-weight: 400;
	color: #000;
}
ol{
    list-style-position: inside;
    margin: 0 0 20px;
    padding-left: 0;
    counter-reset: item;
}
ol li{
	margin: 18px 0;
	display: block;
	list-style-position: outside;
	font-size: 16px;
	font-weight: 400;
    color:#777;
    padding-left: 30px;
    position: relative;
}
ol li:before{
	color: #65B153;
    content: counters(item, ".", decimal) '.';
    counter-increment: item;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2em;
    left: 0;
    position:absolute;
    top: 2px;
}
ol li ol li{
	padding-left: 40px;
}
ol li ol li ol li{
	padding-left: 55px;
}
.clear{
	clear: both;
}
.center{
	text-align: center;
}
.center ul,
.center ol,
.center li {
    text-align:left;    
}
.icon{
	display: inline-block;
	position: relative;
}
.container{
	max-width: 1200px;
}
.container-fluid {
    width:auto;
	max-width:100%;
}
.separator{
	min-height: 1px;
	border-bottom: 1px solid #ccc;
	margin: 40px 0;
}
.leave-separator{
	margin: 60px 0;
	width: 100%;
	height: 31px;
	background: url(../images/separator.png) no-repeat center top;
}
.vertical-align{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.vertical-align > .wrapper{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.btn{
	font-size: 16px;
	font-weight: 700;
	color: #1d9751;
	padding: 15px;
	min-width: 198px;
	display: inline-block;
	background: transparent;
	text-transform: uppercase;
	border-radius: 0;
	margin-bottom: 5px;
	text-align: center;
	border: 3px solid #1d9751;
	transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.dark a:hover {
    color:#fff;    
}
.dark .btn{
	border: 3px solid #fff;
	color: #fff;
}
.btn:hover, .btn:focus{
	background: #1d9751;
	color: #fff;
}
.dark .btn:hover, .dark .btn:focus{
	border: 3px solid #1d9751;
}
.full-width.btn{
	display: block;
	padding-left: 0;
	padding-right: 0;
}

/*form styles*/
form label{
	font-size: 16px;
	font-weight: 700;
	color: #000;
	display: block;
	margin: 0;
}
form label.error{
	color: #ff0000;
}
input[type="text"], input[type="email"]{
	border: 1px solid #d7d7d7;
	border-radius: 3px;
	margin-bottom: 20px;
	margin-top: 0;
	padding: 15px;
	width: 100%;
}
input[type="text"].error, input[type="email"].error{
	border-color: #ff0000;
	color: #ff0000;
}
textarea{
	width: 100%;
	resize:none;
	border: 1px solid #d7d7d7;
	border-radius: 3px;
	margin-bottom: 20px;
	margin-top: 0;
	padding: 15px;
	font-weight: 400;
	font-size: 16px;
	margin-top: 0;
}
textarea.error{
	border-color: #ff0000;
	color: #ff0000;
}
textarea:focus{
	border: 1px solid #d7d7d7;
}
.collapse-select .dropdown-menu{
	position: relative;
}
.dropdown-menu ul li:before{
	display: none;
}

.main-select{
	background: #ffffff;
	padding: 15px;
	border-radius: 3px;
	margin-top: 0;
	margin-bottom: 0;
	color: #9e9e9e;
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
	border: 1px solid #d7d7d7;	
	min-width: 0;
}
.bootstrap-select.btn-group, .bootstrap-select.btn-group[class*="span"]{
	margin-bottom: 20px;
}
.bootstrap-select.btn-group .btn .caret{
	right: 20px;
	border-top-color: #1d9751;
}
.dropup .caret{
	border-bottom-color: #1d9751;
}
.bootstrap-select>.btn:before{
	content: '';
	position: absolute;
	bottom: 0;
	top: 0;
	width: 1px;
	background: #d7d7d7;
	right: 45px;
}
.main-select:hover, .main-select:focus{
	background: #fff;
	color: #9e9e9e;
}
.btn-group.open .dropdown-toggle{
	box-shadow: none;
}

.content-module .bootstrap-select .text{
	padding: 0;
}
.btn-group.open .dropdown-toggle{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.btn-group.open.dropup .dropdown-toggle{
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.bootstrap-select.btn-group .dropdown-menu{
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top: none;
	padding: 0;
	box-shadow: none;
}
.bootstrap-select.btn-group.dropup .dropdown-menu{
	border-top: 1px solid #d7d7d7;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: 0;
	margin-bottom: 0;
}
.bootstrap-select.btn-group.dropup ul.dropdown-menu{
	border-top: none;
}
.dropdown-menu ul li{
	margin: 0;
	padding-left: 0;
	background: none;
}
.dropdown-menu ul li + li{
	border-top: 1px solid #d7d7d7;
}
.dropdown-menu ul li a{
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 16px;
	font-weight: 400;
	color: #9e9e9e;	 
}
.dropdown-menu ul li a:hover, .dropdown-menu ul li a:focus{
	font-weight: 700;
	color: #1d9751;
	background: transparent;
}

/*input file*/
.file-input-box{
	width: 100%;
	
}
.file-text{
	border: 1px solid #d7d7d7;
	border-radius: 3px;
	padding: 15px;
	width: 100%;
	display: inline-block;
	text-align: left;
	color: #ccc;
	position: relative;
	height: 56px;
	background: url(../images/input-file-icon.png) no-repeat 95% center;
	cursor: pointer;
	overflow: hidden;
}
.file-text input[type="file"]{
	position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.file-input-box p{
	margin: 0 0 20px;
	font-size: 14px;
	font-style: italic;
	color: #000;
}



/*Change icons colors*/
.change.up [class^="eqicon-change-"], .change.up [class*=" eqicon-change-"]{
	color: #1d9751;
}
.change.down [class^="eqicon-change-"], .change.down [class*=" eqicon-change-"]{
	color: red;
}

/*general table styles*/
table{
	margin-bottom: 20px;
}
table, th, td{
	border-collapse: collapse;
}
table:not(.report) th{
	font-size: 14px;
	font-weight: 600;
	background: #64AF52;
	color: #fff;
	text-align: left;
	padding: 10px 0 10px 16px;
	border: 4px solid #fff;
	text-transform: uppercase;
}
table:not(.report) td{
	border: 4px solid #fff;
	font-size: 14px;
	font-weight: 400;
	background: #fafafa;
	color: #777;
	text-align: left;
	padding: 15px 18px;
}
/*remove outer border from table*/
tr:first-child th{
	border-top: none;
}
tr:last-child td{
	border-bottom: none;
}
tr td:first-child, tr th:first-child{
	border-left: none;
}
tr td:last-child, tr th:last-child{
	border-right: none;
}


.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark h7, .dark h8, .dark li, .dark p, .dark span{
	color: #fff;
}


/*******
*****HEADER
*******/
header{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}
/*meat styles*/
.meat{
	width: 100%;
	height: 3px;
	background-color: #fff;
	border-radius: 0;
	margin-top: 10px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	position: relative;
}
.meat:first-of-type{
	margin-top: 2px;
}
.active .meat:first-of-type {
	transform: rotate(45deg);
	top: 13px;
}
.active .meat:nth-of-type(2) {
	transform: rotate(45deg);
}
.active .meat:last-of-type {
	transform: rotate(-45deg);
	top: -13px;
}
/*main-header*/
.logo{
	margin: 80px 0 0 80px;
	position: relative;
	float: left;
	z-index: 999;
}
.nav-trigger{
	width: 40px;
	float: right;
	margin: 100px 80px 0 0;
	position: relative;
	z-index: 999;
	cursor: pointer;
}
.main-nav{
	position: absolute;
	background:black;
	width: 100%;
	top: -2000px;
	height: 0;
	transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
	opacity: 0;
	overflow: hidden;
}

.main-nav.open {
	
	height: 10000px; /* IE8 fallback  */
	height: 100vh;
	transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
	opacity: 1;
}

.main-nav .main-menu {
	opacity: 0;
	transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
	transform: translateY(70px);
}

.main-nav.open .main-menu {
	transform: translateY(0);
	opacity: 1;
}

.main-nav ul{
	margin: 200px 0 150px;
	padding: 0;
	width: 100%;
	/*! overflow: scroll; */
}

.main-nav ul ul {
	display: none;
}
.main-nav ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	position: relative;
	display: block;
	text-align: center;
	margin: 30px 0;
	line-height: 60px;
}
.main-nav ul li a{
	font-family: 'Gotham', sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 60px;
	position: relative;
	display: block;
	text-transform: uppercase;
}
.main-nav ul li a:hover, .main-nav ul li a:focus{
	color: #1d9751;
	text-decoration: none;
}





/*******
*****STYLES
*******/
.background{
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
#ir_kit table td {
    background: none;
    padding: 10px 15px;
    width: 30%;
}
#ir_kit table td:first-child {
    text-align: right !important;
    vertical-align: right !important;
}
#ir_kit table td label {
    font-size: 14px !important;
}
#ir_kit table td input[type="text"],
#ir_kit table td input[type="email"] {
    padding: 8px;
}
.coming-soon-module p.brand-label {
    margin-top: 4px;
    font-weight: 700;
    font-size: 14px;
    color: #1d9751;
}
.brand-mod {
    width: 20%;
    float: left;
}
@media(max-width: 1199px) {
    .brand-mod {
        width: 33%;
        float: left;
        margin-bottom: 15px;
        margin-top: 15px;
    }
}
@media(max-width: 991px) {
    .brand-mod {
        width: 50%;
        float: left;
        margin-bottom: 15px;
        margin-top: 15px;
    }
}
@media(max-width: 767px) {
    .brand-mod {
        width: 100%;
        float: none;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .brand-mod:last-child {
        margin-bottom: 0;
    }
    .brand-mod:first-child {
        margin-top: 0;
    }
}
.home .result-line a {
    font-size: 14px !important;
}
.page-hero {
	background-color: #73bb6f;
}
.page-hero, .page-hero .vertical-align{
	height: 695px;
	/*! background: #73bb6f; */
}

.page-hero:not(.landing-page),
.page-hero:not(.landing-page) .vertical-align {
    height: 500px;
}
.page-hero .vertical-align{
	padding-top: 75px;
}
.page-hero .text{
	padding-left: 8%;
	padding-right: 8%;
}
.page-hero h2{
	font-family: 'Adobe Garamond W01', sans-serif;
	font-size: 30px;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 15px;
	text-shadow: 4px 4px 7px rgba(0,0,0,0.6);
}
.page-hero h1{
	font-family: 'Gotham', sans-serif;
	font-size: 80px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 15px;
	padding-bottom: 55px;
	text-shadow: 4px 4px 7px rgba(0,0,0,0.6);
	line-height: 1em;
	background: url(../images/green-separator.png) no-repeat center bottom;
}

/*Sub Navigation*/
.sub-navigation{
	background: #73bb6f;
	width: 100%;
	left: 0;
	z-index: 998;
}
.sb-nav{
	width: 100%;
	padding: 0 80px;
}
.sb-nav h3{
	margin: 0;
	float: left;
	color: #000;
	font-size: 16px;
	padding: 20px 0;
	line-height: 1.5em;
}
.sb-nav > ul{
	float: right;
	padding: 0;
	margin: 0;
}
.sb-nav ul li{
	margin: 0;
	padding: 0;
	float: left;
	background: none;
	position: relative;
}
.sb-nav ul li a{
	display: block;
	padding: 20px 16px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	position: relative;
}

.ir .sb-nav ul li a {
	font-size: 11px;
}

@media (max-width: 1200px) {
	.ir .sb-nav ul li a {
		font-size: 12px;
	}
}


.sb-nav ul .active > a, .sb-nav ul .active > a:hover, .sb-nav ul .active > a:focus{
	color: #000;
}
.sb-nav ul li a:hover, .sb-nav ul li a:focus{
	color: #000;
}

@media (min-width: 991px) {
	
	.sb-nav ul li:last-of-type a{
	padding-right: 0;
}
	
	.sb-nav ul {
		position: relative;
	}
	
	.sb-nav ul ul {
		display: none;
		position: absolute;
		width: 220px;
		background-color: #333;
		box-shadow: 2px 2px 8px rgba(55,55,55,0.2);
	}
	
	.sb-nav ul:not(.ir-tools) li:hover ul {
		display: block;
	}
	
	.sb-nav ul li:last-of-type ul {
		left: -70%;
	}
	
	.sb-nav ul ul li {
		display: block;
		float: none;
	}
	
	.sb-nav ul ul li a {
		padding: 10px;
		font-weight: 500;
		display: block;
	}
	.sb-nav ul ul li a:hover {
		color: #73bb6f;
		background-color: transparent
	}
	.sb-nav ul ul li.active a {
		color: #73BB6F;
		font-weight: 600;
	}
	
	.sb-nav ul ul li.active a:hover {
		color: #73bb6f;
	}
}

@media (max-width: 991px) {
	.sb-nav {
		text-align: center;
	}
	
	#sub-navigation{
		padding: 0;
		margin: 0;
	}
	.sb-nav ul li a{
		text-align: center;
	}
	
	.sb-nav ul li + li {
		border-top: 1px solid rgba(255,255,255,0.4);
	}
	
	.sb-nav ul li:not(.active) ul {
		display: none;
	}
}

/*main content*/
.pad-content{
	padding-left: 8%;
	padding-right: 8%;
}
.content-module .text{
	padding-top: 30px;
	padding-bottom: 60px;
}
.content-module .pad-content{
	padding-left: 5%;
	padding-right: 5%;
}
.sample-button{
	margin: 40px 0;
}
form .form-row{
	text-align: left;
}

.form-control {
    height: auto;
}
/*******
*****FOOTER
*******/

footer{
	background: rgb(110,185,86);
	background: -moz-linear-gradient(top,  rgba(110,185,86,1) 0%, rgba(57,162,86,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(110,185,86,1) 0%,rgba(57,162,86,1) 100%);
	background: linear-gradient(to bottom,  rgba(110,185,86,1) 0%,rgba(57,162,86,1) 100%);
	padding: 28px 0;
	line-height: 1em;
	overflow: hidden;
	box-shadow: inset 0 2px 10px 2px rgba(0, 0, 0, 0.2);
}
.copyright{
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	line-height: 1em;
	padding-top: 5px;
	padding-right: 0;
}
.copyright a{
	color: #fff;
}
.copyright a:hover, .footer-links a:hover{
	text-decoration: underline;
	color: #fff;
}
footer .social{
	text-align: center;
	line-height: 1em;
}
footer .social a{
	display: inline-block;
	color: #fff;
	font-size: 30px;
}
footer .social a:hover, footer .social a:focus{
	color: #000;
	text-decoration: none;
}
.footer-links{
	text-align: right;
	line-height: 1em;
	padding-top: 5px;
}
.footer-links a{
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}
.footer-links a + a{
	margin-left: 26px;
}
.footer-links a:hover, .footer-links a:focus{
	color: #fff;
}



/*******
*****ABOUT
*******/
.module{
	padding: 90px 0;
}
.hemp-module{
	position: relative;
	background: url(../images/hemp-bg.jpg) repeat center center;
}
.hemp-module:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 14px;
	background: url(../images/bg-top.png) no-repeat bottom center;
	background-size: cover;
	top: -14px;
	left: 0;
	z-index: 99;
}
.hemp-module:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 15px;
	background: url(../images/bg-bot.png) no-repeat top center;
	background-size: cover;
	bottom: -15px;
	left: 0;
	z-index: 99;
}
.outside-image-module{
	position: relative;
}
.outside-image-module .right-image-wrapper{
	position: absolute;
	top: -60px;
	right: 0;
	bottom: 0;
	width: 66.5%;
	background-position: 0 bottom;
	z-index: 99;
}

@media (min-width: 1499px) {
	
	.outside-image-module .right-image-wrapper {
		background-size: contain;
		background-position: right bottom;
	}
}
.outside-image-module .text{
	padding-right: 14%;
}

.quote-text{
	font-family: 'Gotham', sans-serif;
	font-weight: 700;
	color: #1d9751;
	text-transform: uppercase;
	line-height: 1.3em;
	margin-bottom: 15px;
	letter-spacing: -0.002em;
	font-size: 40px;
}
.quote-text.small{
	font-size: 20px;
}
.quote-module .text.pad{
	padding: 0 14%;
}
.quote-text + .headline{
	margin-bottom: 0;
}
.module.big{
	padding-top: 215px;
	padding-bottom: 175px;
}
.module.small{
	padding-top: 55px;
	padding-bottom: 45px;
}
.pad-content.big{
	padding-left: 15%;
	padding-right: 15%;
}
.pad-content.medium{
	padding-left: 10.5%;
	padding-right: 10.5%
}
.bg-headline{
	background: url(../images/bg-headline.png) no-repeat center center;
	background-size: contain;
	padding-top: 15px;
	padding-bottom: 15px;
}
.benefit-row, .benefit-row + .btn{
	margin-top: 45px;
}
.benefit-row .icon{
	margin-right: 15px;
	vertical-align: middle;
}
.benefit-row .icon + .text{
	text-align: left;
	display: inline-block;
	vertical-align: middle;
}
.icon-energy{
	width: 38px;
	height: 77px;
	background: url(../images/energy-efficiency.png) no-repeat;
}
.icon-recycle{
	width: 51px;
	height: 75px;
	background: url(../images/recycled-water-systems.png) no-repeat;
}
.icon-harvest{
	width: 75px;
	height: 51px;
	background: url(../images/harvest-yield.png) no-repeat;
}
.icon-engine{
	width: 84px;
	height: 60px;
	background: url(../images/operational-cost.png) no-repeat;
}
.icon-graph{
	width: 60px;
	height: 60px;
	background: url(../images/gross-margin.png) no-repeat;
}

.overlay-module{
	position: relative;
}
.overlay-module:before {
	content: '';
	position: absolute;
	width: 50%;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.8);
}
.overlay-module.left-text:before{
	left: 0;
}
.overlay-module.right-text:before{
	right: 0;
}
.overlay-module.full-width:before{
	width: 100%;
	left: 0;
}
.overlay-module > div{
	position: relative;
}
.overlay-module .text{
	padding-right: 15.2%;
}
.overlay-module.right-text .text{
	padding-right: 0;
	padding-left: 15.2%;
}
.overlay-module .text h3, .overlay-module .text h6{
	margin-bottom: 10px;
}
.logos-row img{
	display: inline-block;
	vertical-align: middle;
}
.logos-row img + img{
	margin-left: 30px;
}

.slideshow-wrapper{
	position: relative;
}
.cycle-prev{
	width: 21px;
	height: 60px;
	position: absolute;
	background: url(../images/arrow-prev.png) no-repeat;
	left: -40px;
	top: 50%;
	margin-top: -30px;
	cursor: pointer;
}
.cycle-next{
	width: 21px;
	height: 60px;
	position: absolute;
	background: url(../images/arrow-next.png) no-repeat;
	right: -40px;
	top: 50%;
	margin-top: -30px;
	cursor: pointer;
}
.slide{
	width: 100%;
}
.image-slideshow .wrap{
	height: 540px;
	position: relative;
	width: 100%;
}
.image-slideshow .wrap .text{
	padding: 30px;
	position: absolute;
	width: 100%;
	bottom: 0;
	background: rgba(0,0,0,0.7);
}
.image-slideshow .slide{
	padding-bottom: 20px;
}
.image-slideshow .wrap:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 20px;
	background: url(../images/shadow.png) no-repeat;
	background-size: contain;
	left: 0;
	bottom: -20px;
}
.image-slideshow .wrap .text h2{
	color: #fff;
	font-size: 40px;
	margin: 0;
}
.image-slideshow .wrap .text p{
	font-size: 16px;
	color: #fff;
	margin: 0;
}
.text + .slideshow-wrapper{
	margin-top: 75px;
}
.brands-row{
	margin-top: 65px;
}
.brands-row .right{
	text-align: right;
}
.no-margin{
	margin-bottom: 0;
}
.inline-buttons{
	margin-top: 40px;
}
.inline-buttons .btn + .btn{
	margin-left: 100px;
}


/*******
*****ABOUT
*******/
.job-module .date, .job-module .location{
	font-size: 16px;
	color: #000;
	display: block;
	font-weight: 700;
	margin-bottom: 3px;
}
.job-module p{
	padding: 0 8%;
}
.application-form{
	margin-top: 60px;
}
.submit-wrapper{
	margin-top: 40px;
}
.cancel-form{
	position: absolute;
	margin-left: -125px;
	margin-top: 20px;
	color: #959595;
}

/*******
*****BRANDS
*******/
.headline-image{
	display: block;
	margin: 0 0 30px;
}
.center .headline-image, .headline-image.center{
	margin: 0 auto 30px;
}
p.pad{
	padding: 0 11%;
}
.headline-image.small, .headline-image.small.center, .center .headline-image.small{
	margin-bottom: 15px;
}
.coming-soon-module h3{
	line-height: 1em;
	font-size: 27px;
	margin: 0;
}
.coming-soon-module p{
	margin: 0;
	line-height: 1.2em;
}

/*******
*****CAREERS
*******/
.job-opening{
	margin-top: 90px;
}
.job-opening + .job-opening{
	padding-top: 90px;
	border-top: 1px solid #ccc;
}
.job-opening h4{
	margin-bottom: 5px;
}
.job-opening .date, .job-opening .location{
	font-size: 16px;
	color: #000;
	display: block;
	font-weight: 700;
	margin-bottom: 3px;
}


/*******
*****CONTACT
*******/
.contact-form-text{
	padding-right: 15px;
}
.map-module{
	position: relative;
	height: 600px;
}
.map-module iframe{
	position: absolute;
	top: 0;
	left: 0;
}
.map-module .contact-content{
	position: absolute;
	width: 600px;
	top: 0;
	bottom: 0;
	right: 50%;
	z-index: 99;
}
.map-module .contact-content .text{
	height: 600px;
	padding-left: 15px;
}
.map-module .contact-content .text p{
	line-height: 1.6em;
}
.map-module > div{
	position: static;
}
.map-module.overlay-module:before{
	z-index: 99;
}
.buttons-module .row{
	margin-left: 0;
	margin-right: 0;
}
.buttons-module .text{
	padding: 155px 0;
	text-align: center;
}

/*******
*****EDIBLE GARDEN
*******/
.page-hero h1.flat{
	background: none;
	padding-bottom: 0;
	margin: 0;
}
.pad-content.small{
	padding-left: 5%;
	padding-right: 5%;
}
.overlay, .overlay > div, .style-title{
	position: relative;
}
.overlay:before{
	content: '';
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}
.module-title{
	padding: 45px 0;
	background: rgba(0,0,0, 0.3);
}
.module-title h2{
	margin: 0;
	font-size: 40px;
}
.style-title:before{
	content: '';
	position: absolute;
	width: 165px;
	height: 1px;
	background: url(../images/style-title-left.png) no-repeat;
	top: 50%;
	margin-left: -175px;
}
.style-title:after{
	content: '';
	position: absolute;
	width: 165px;
	height: 1px;
	background: url(../images/style-title-right.png) no-repeat;
	top: 50%;
	margin-left: 10px;
}
.pad.long{
	padding: 0 16%;
}
.products-row{
	margin-left: -5px;
	margin-right: -5px;
	overflow: hidden;
}
.products-row + .products-row{
	margin-top: 45px;
}
.products-row + .text{
	margin-top: 80px;
}
.products-row .product-col{
	float: left;
	width: 20%;
	padding: 0 5px;
}
.product-col, .products-row.row > div{
	text-align: center;
}
.product-col img, .products-row.row > div img{
	display: block;
	margin: 0 auto 35px;
}
.product-col h3, .products-row.row > div h3{
	font-size: 20px;
	margin: 0;
}
.product-col p, .products-row.row > div p{
	margin: 0;
}
.products-row.big .product-col{
	width: 50%;
	padding: 0 5%;
}
.pad.small{
	padding: 0 7%;
}
.logos-section{
	margin-top: 75px;
}
.logos-section ul li {
	background-image: none;
}
.logos-section .nav-justified + .nav-justified{
	margin-top: 50px;
}
.logos-section .nav-justified li:first-of-type{
	text-align: left;
}
.logos-section .nav-justified li{
	text-align: center;
}
.logos-section .nav-justified li:last-of-type{
	text-align: right;
}


/*******
*****HOME
*******/
.home-hero, .home-hero .vertical-align{
	height: 1000px;
}
.bg-module, .bg-module .container {
	position: relative;
}
.two-bg-module > .left-bg{
	position: absolute;
	width: 50%;
	top: 0;
	bottom: 0;
	left: 0;
}
.two-bg-module > .right-bg{
	position: absolute;
	width: 50%;
	top: 0;
	bottom: 0;
	left: 50%;
}
.two-bg-module .row{
	padding-top: 200px;
	padding-bottom: 200px;
}
.three-bg-module .row {
    padding-top:100px;
    padding-bottom:0;
}
.three-bg-module > .background {
	position: absolute;
	width: 33.3333%;
	top: 0;
	bottom: 0;
	left: 0;    
}
.three-bg-module > .background:nth-child(2) {
    left:33.3333%;    
}
.three-bg-module > .background:nth-child(3) {
    left:66.6666%;    
}
.image-hemp-box{
	height: 240px;
	width: 240px;
	background: url(../images/hemp-bg.jpg) no-repeat center center;
	box-shadow: 0 0 7px 2px rgba(0,0,0,0.3);
	text-align: center;
	margin: 0 auto;
}
.three-bg-module .image-hemp-box {
    margin-top:100px;
}
.image-hemp-box:before{
	content: '';
	display: inline-block;
	width: 0;
	height: 240px;
	vertical-align: middle;
}
.image-hemp-box img{
	display: inline-block;
	vertical-align: middle;
}
.dark .btn.filled{
	background: rgba(0,0,0,0.13);
}
.dark .btn.filled:hover{
	background: #1d9751;
}
.investor-module .text h3{
	font-size: 30px;
	margin-bottom: 5px;
}

.home-stock-info .date {
    margin-bottom: 50px;
}
.home-stock-info .date span{
  padding-right: 5px;
}

.home-stock-info .date a {
  padding-left: 5px;
}
.home-stock-info{
	margin: 50px 0 95px;
}
.home-stock-info .stock-section{
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}
.home-stock-info .stock-section .value{
	margin: 0;
	font-size: 30px;
	color: #1d9751;
	display: block;
	line-height: 1em;
	margin-bottom: 5px;
}

.home-stock-info .stock-section.change .value > span:first-of-type {
	font-size: 24px; margin-right: 5px;
}
.home-stock-info .stock-section .value-title{
	display: block;
	font-size: 16px;
	color: #444444;
	margin: 0;
	line-height: 1em;
}
.home-stock-info .stock-section.symbol .value{
	font-size: 22px;
	margin-top: 6px;
}
.home-stock-info .stock-section.symbol .value-title{
	font-size: 20px;
	margin-bottom: 5px;
}
.home-stock-info .stock-section.change .value .percent{
	color: #444444;
}
.home-stock-info .stock-section.price .value{
	font-size: 70px;
	margin: 0;
	line-height: 64px;
}
.home-stock-info .row + .row{
	margin-top: 25px;
}
.home-news-section h3{
	font-size: 20px;
}
.home-news-section .date{
	display: block;
	font-family: 'Adobe Garamond W01', sans-serif;
	font-size: 18px;
	margin-bottom: 3px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}
.home-news-section .single-new{
	margin-bottom: 20px;
	padding-right: 55px;
}
.home-news-section .single-new a, .home-news-section .presentation .presentation-text a{
	font-size: 20px;
}
.home-news-section .presentation img{
	float: left;
}
.home-news-section .presentation .presentation-text{
	float: left;
	max-width: 50%;
	padding-left: 45px;
}
.overlay.light:before{
	background: rgba(0,0,0,0.6);
}

@media (max-width: 768px) {
	.home-news-section > div {
		padding: 20px;
	}
	
	.home-news-section > div + div {
		border-top: 1px solid #ccc;
	}
}





/*******
*****IR
*******/
.ir-hero h1, .page-hero h1.no-leaf{
	background: none;
	padding-bottom: 0;
}
.ir-hero .ir-block h3{
	font-size: 40px;
	margin-bottom: 10px;
	letter-spacing: -0.04em;
}
.ir-hero .ir-block p{
	margin: 0;
	font-size: 18px;
	padding-right: 15px;
}
.ir-hero .ir-block + .ir-block{
	padding-top: 25px;
	margin-top: 25px;
	border-top: 1px solid #fff;
	border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.ir-sub-navigation .sb-nav ul li a{
	font-size: 13px;
}
.ir-module h2{
	font-size: 20px;
	letter-spacing: 0.1em;
}
.ir-news-row h2{
	margin-bottom: 30px;
}
.bottom-link{
	padding-bottom: 70px;
	position: relative;
}

.home-news-section .bottom-link {
	padding-bottom: 20px;
}

.bottom-link-cta{
	padding-bottom: 30px;
	position: relative;
}
.bottom-link > a, .bottom-link > .links-at-bottom, .bottom-link-cta > a, .bottom-link-cta > .links-at-bottom{
	position: absolute;
	bottom: 0;
	margin: 0;
}
.links-at-bottom .btn, .links-at-bottom .cta{
	display: inline-block;
}
.links-at-bottom .btn + .btn, .links-at-bottom .cta + .cta{
	margin-left: 15px;
}
.ir-module .single-new .date{
	display: block;
	font-family: 'Adobe Garamond W01', sans-serif;
	font-size: 18px;
	margin-bottom: 3px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}
.ir-news-row{
	margin-bottom: 85px;
}
.ir-news-row .single-new a{
	font-size: 30px;
	display: block;
	margin-bottom: 5px;
	line-height: 1.4em;
	padding-right: 20%;
}
.ir-news-row .single-new p{
	padding-right: 15%;
}


/*resluts*/
.ir-results .date{
	margin-bottom: 15px;
	display: block;
	font-size: 16px;
	color: #444444;
}
.result-line{
	padding: 20px 0;
	line-height: 1.1em;
}
.result-line:last-child{
	border-bottom: none;
}
.result-line > a{
	font-size: 16px;
	color: #444444;
	text-transform: none;
}
.result-line .link{
	font-size: 11px;
	text-transform: uppercase;
	margin-left: 18px;
}
.ir-results-row > div:first-of-type .text{
	padding-right: 30px;
}
.ir-results-row > div:last-of-type .text{
	padding-left: 30px;
}

/*Annual Report*/
.annual-report-module .outer-image{
	margin-top: -35px;
	margin-bottom: -45px;
	z-index: 100;
	position: relative;
}
.annual-report .report-content{
	float: left;
	width: 67%;
	padding-left: 30px;
}

/*Suscribe*/
.suscribe{
	padding: 30px 0;
	background: rgb(169,209,89);
	background: -moz-linear-gradient(-45deg,  rgba(169,209,89,1) 0%, rgba(76,170,90,1) 100%);
	background: -webkit-linear-gradient(-45deg,  rgba(169,209,89,1) 0%,rgba(76,170,90,1) 100%);
	background: linear-gradient(135deg,  rgba(169,209,89,1) 0%,rgba(76,170,90,1) 100%);
}
.suscribe h3{
	display: inline-block;
	vertical-align: middle;
	margin: 0 95px 0 0;
}
.suscribe .btn{
	margin: 0;
	vertical-align: middle;
}

.ir-module .company-overview h2{
	margin-bottom: 15px;
}
.ir-module .company-overview .text{
	padding-right: 40px;
}

.ir-module.contact-module h2{
	margin-bottom: 50px;
}
.company-info-pg .ir-module.contact-module h2 {
	margin-bottom: 0;
}
.ir-module.contact-module h4{
	font-size: 16px;
	margin-bottom: 20px;
}
.ir-module.contact-module p{
	font-size: 14px;
}


/*******
*****IVXX
*******/
.hemp-module.no-border-top:before, .hemp-module.no-border:before, .hemp-module.no-border-bot:after, .hemp-module.no-border:after{
	display: none;
}

/*******
*****NEWS
*******/
.news-module h2{
	font-size: 20px;
	margin-bottom: 30px;
}
.news-module .date{
	display: block;
	font-family: 'Adobe Garamond W01', sans-serif;
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}
.news-module .single-new + .single-new{
	margin-top: 25px;
}
@media (max-width: 991px) {
	
.latest-news {
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #ccc;
}
}
.news-module .latest-new a{
	font-size: 30px;
	line-height: 1.2em;
	margin-bottom: 22px;
	display: block;
}
.news-module .single-new a{
	font-size: 20px;
	line-height: 1.2em;
}
.news-module .single-new p, .news-module .latest-new p{
	margin: 20px 0;
}
.more-news-col{
	padding-left: 35px;
	padding-right: 25px;
}
.more-events-row{
	margin-top: 80px;
}
.more-events-row .press-releases .single-new, .more-events-row .events-calendar .single-new{
	padding-right: 65px;
}
.more-events-row .presentations {
	padding-left: 65px;
}
.page-hero .vertical-align .vertical-align{padding-top: 0;}

/**** Media Queries *****/
@media (min-width: 1201px) and (max-width: 1250px){
	.cycle-next{z-index:999;right: 0; padding: 35px 15px; background-color: rgba(0,0,0,0.8);background-position: center center;margin-top: -40px;}
	.cycle-prev{z-index:999;left: 0; padding: 35px 15px; background-color: rgba(0,0,0,0.8);background-position: center center;margin-top: -40px;}
}
@media (min-width: 1201px){
	.container{width: 1200px; max-width: 1200px;}
	.container-fluid{width:auto;max-width:100%;}
}
@media (min-width: 992px) and (max-width: 1200px){
	.page-hero h2{font-size: 25px;}
	.page-hero h1{font-size: 70px;}
	.footer-links a + a{margin-left: 10px;}
	.sb-nav ul li a{font-size: 14px;}
	.cycle-next{right: -24px;}
	.cycle-prev{left: -24px;}
	.map-module .contact-content{width: 50%;}
	.home-stock-info .stock-section .value{font-size: 39px;}
	.home-news-section .presentation img{max-width: 50%;}
	.sb-nav{padding: 0 15px;}
	.ir-sub-navigation .sb-nav ul li a{font-size: 10px;}
}

@media (min-width: 768px) and (max-width: 991px){
	/*header*/
	.logo{max-width: 50%; margin: 30px 0 0 30px;}
	.nav-trigger{margin: 65px 30px 0 0;}
	.main-nav ul li{margin: 0;}
	.main-nav ul li a{font-size: 40px;}

	/*styles*/
	.page-hero, .page-hero .vertical-align{height: 550px;}
	.page-hero .vertical-align{padding-top: 125px;}
	.page-hero h1{font-size: 50px;}
	.sb-nav{padding: 0 30px;}
	.sb-nav ul li a{font-size: 11px;}
	h2, h2 a, h2 a:hover{font-size: 40px;}
	h3, h3 a, h3 a:hover, h4, h4 a, h4 a:hover{font-size: 35px;}

	/*footer*/
	.copyright{line-height: 1.5em;}
	.footer-links a{font-size: 13px;}
	.footer-links a + a{margin-left: 10px;}

	/*about*/
	h2.leaf{font-size: 40px;}
	.outside-image-module{padding-bottom: 0;}
	.outside-image-module .right-image-wrapper{position: static;width: 100%;height: 500px;}
	.cycle-next{background-position: center center;right: 0; z-index: 999;background-color: rgba(0,0,0,0.8);padding: 35px 15px;margin-top: -45px;}
	.cycle-prev{background-position: center center;left: 0; z-index: 999;background-color: rgba(0,0,0,0.8);padding: 35px 15px;margin-top: -45px;}
	.brands-row > div{margin-top: 15px; text-align: center}
	.brands-row .right{text-align: center;}
	.module.big{padding-top: 90px;padding-bottom: 90px;}
	.inline-buttons .btn{display: block;}
	.inline-buttons .btn + .btn{margin-left: 0;margin-top: 15px;}

	/*contact*/
	.map-module .contact-content{width: 50%;}

	/*home*/
	.home-stock-info .stock-section .value{font-size: 29px;}
	.home-stock-info .stock-section.symbol .value{margin-top: 0;font-size: 23px;}
	.home-stock-info .stock-section.symbol .value-title{margin-bottom: 2px;}
	.home-stock-info .stock-section.price .value{font-size: 55px;line-height: 52px;}
	.home-news-section .presentation .presentation-text{max-width: 100%;padding: 0; margin-top: 20px;}

	/*IR*/
	.suscribe h3{font-size: 25px;margin-right: 20px;}
	.links-at-bottom .btn{min-width: 0;}
	.ir-sub-navigation .sb-nav ul li a{font-size: 9px;padding: 20px 5px;}
	.ir-hero .ir-block h3{font-size: 24px;}
	.ir-hero .ir-block p{font-size: 16px;}
	/*news*/
	.more-events-row .press-releases .single-new, .more-events-row .events-calendar .single-new{padding-right: 0;}
	.more-events-row .presentations{padding-left: 15px;}

}
@media (min-width: 992px){
	#mobile-nav, #sub-navigation{display: block;}
}

@media (max-width: 991px) {
	/*home*/
	.bg-module > .background {
	    display:none;    
	}
	.bg-module .left-bg {
	    display:block;
	    height:100%;
        width:100%;	    
	}
	.bg-module .hover-overlay:after {
	    opacity:1;
	}
	/*sub navigation*/
	.sub-navigation .container-fluid > a{padding: 20px 0; text-align: center;color: #fff;}
	.sb-nav{padding: 0 15px;}
	.sb-nav h3, .sb-nav > ul, .sb-nav > ul li{float: none;}
	.sb-nav h3 {
		display: none;
	}
	/*Sub-nav collapse styles*/
	.mobile-sub-nav-trigger{text-decoration: none;background: transparent; color: #333; width: 100%; padding: 13px 30px; text-align: center; cursor: pointer; border-top: 1px solid #fff;border-bottom: 1px solid #fff;}
	.mobile-sub-nav-trigger:hover{color: #333;}
	.sb-nav ul{display: block;}
	.sb-nav ul li{width: 100%;text-align: left;}
	.sb-nav ul li ul{width: 100%;background-color: transparent;position: static;}
	.sb-nav ul li ul li a{color: #333; padding-left: 20px; padding-right: 20px;text-align: center;}
	.trigger-container{display: inline-block;width: 30px;vertical-align: middle;margin-top: -7px;}
	.trigger-container .meat:first-of-type {transform: rotate(45deg);top: 13px;}
	.trigger-container .meat:nth-of-type(2) {transform: rotate(45deg);}
	.trigger-container .meat:last-of-type {transform: rotate(-45deg);top: -13px;}
	.collapsed .trigger-container .meat:first-of-type {transform: rotate(0deg);top: auto;}
	.collapsed .trigger-container .meat:nth-of-type(2) {transform: rotate(0deg);}
	.collapsed .trigger-container .meat:last-of-type {transform: rotate(0deg);top: auto;}
	.mobile-nav-trigger.active{right: 80%; position: fixed; z-index: 999;}
}
@media (max-width: 767px){
	.overlay-module:before {
		width:100%;
	}
	.overlay-module.right-text .text,
	.overlay-module .text {
		padding:0 8%;
		text-align:center;
	}
	.overlay-module .text img,
	.overlay-module.right-text img {
		margin-left:auto;
		margin-right:auto;
	}
	/*header*/
	.logo{max-width: 50%; margin: 30px 0 0 15px;}
	.nav-trigger{margin: 65px 15px 0 0;}
	.main-nav ul{margin: 120px 0 40px;}
	.main-nav ul li{margin: 0;}
	.main-nav ul li a{font-size: 30px;}
	.content-module .pad-content{padding: 30px 0;}
	.leave-separator{margin: 30px 0;}

	/*styles*/
	.row > div + div{margin-top: 30px;}
	h2, h2 a, h2 a:hover{font-size: 28px;}
	h3, h3 a, h3 a:hover, h4, h4 a, h4 a:hover{font-size: 25px;}
	h5, h5 a, h5 a:hover{font-size: 22px;}
	h6, h6 a, h5 a:hover{font-size: 19px;}
	.page-hero h1{font-size: 30px;background-size:contain;padding-bottom: 30px;}
	.page-hero .text{padding-left: 0; padding-right: 0;}
	.page-hero .vertical-align{padding-top: 145px;padding-bottom:60px;}
	.page-hero, .page-hero .vertical-align{height: auto;}
	.page-hero h2{font-size: 16px;}
	.page-hero p{font-size: 15px;}
	

	/*footer*/
	.copyright{line-height: 1.5em;}
	footer .social, .footer-links{text-align: left;}
	.footer-links a + a{margin-left: 10px;}

	/*about*/
	h2.headline, h2.headline a, h2.headline a:hover, h3.headline, h3.headline a, h3.headline a:hover{font-size: 20px;}
	h2.leaf{font-size: 30px;}
	.outside-image-module .text{padding-right: 0;}
	.outside-image-module .right-image-wrapper{position: static;width: 100%;height: 200px;}
	.outside-image-module{padding-bottom: 0;}
	.quote-text{font-size: 20px;}
	.module.big{padding-top: 90px;padding-bottom: 90px;}
	.btn{font-size: 12px;}
	.inline-buttons .btn{display: block;}
	.inline-buttons .btn + .btn{margin-left: 0; margin-top: 10px;}
	.benefit-row .icon + .text{display: block;margin-top: 10px; text-align: center;}
	.logos-row img{display: block;margin-top: 15px;}
	.cycle-next{background-position: center center;right: 0; z-index: 999;background-color: rgba(0,0,0,0.8);padding: 35px 15px;margin-top: -45px;}
	.cycle-prev{background-position: center center;left: 0; z-index: 999;background-color: rgba(0,0,0,0.8);padding: 35px 15px;margin-top: -45px;}
	.pad-content{padding-left: 5%;padding-right: 5%;}
	.pad-content.medium{padding-left: 6%;padding-right: 6%;}
	.pad-content.big{padding-left: 8%; padding-right: 8%}
	.brands-row > div, .brands-row .right{text-align: center;}

	/*contact*/
	.map-module.overlay-module:before{display: none;}
	.map-module .contact-content{width: 100%;right: 0;background: rgba(0,0,0,0.8);bottom: 50%;}
	.map-module .contact-content .vertical-align{height: auto;padding: 30px 0;}
	.buttons-module .row > div + div{margin-top: 0;}

	/*edible garden*/
	.products-row .product-col, .products-row.big .product-col{width: 100%;}
	.products-row .product-col + .product-col{margin-top: 20px;}
	.logos-section .nav-justified li:first-of-type, .logos-section .nav-justified li:last-of-type{text-align: center}
	.logos-section .nav-justified li{padding: 0;}
	.logos-section .nav-justified li + li{margin-top: 45px;}

	/*home*/
	.two-bg-module .row{padding-top: 100px; padding-bottom: 100px;}
	.two-bg-module > .left-bg{width: 100%;bottom:50%;}
	.two-bg-module > .right-bg{width: 100%;top: 50%;left: 0;}
	.two-bg-module .row > div + div{margin-top: 200px;}
	.home-stock-info .stock-section .value{font-size: 35px;}
	.home-stock-info .stock-section.price .value {font-size: 35px;}
	.home-news-section .presentation .presentation-text{max-width: 100%; padding-left: 15px;margin-top: 25px;}
	
	/*IR*/
	.ir-hero, .ir-hero .vertical-align{height: auto;}
	.ir-hero .wrapper .vertical-align{padding-top: 40px; padding-bottom: 40px;}
	.bottom-link{padding-bottom: 0;}
	.bottom-link > a, .bottom-link > .links-at-bottom, .bottom-link-cta > a, .bottom-link-cta > .links-at-bottom{position: relative;}
	.links-at-bottom .btn + .btn, .links-at-bottom .cta + .cta{margin-left: 0;}
	.ir-results-row > div:last-of-type .text{padding-left: 0;}
	.ir-results-row > div:first-of-type .text{padding-right: 0;}
	.ir-results-row > div:first-of-type .result-line:last-child{border-bottom: 1px solid #e6e6e6;}
	.ir-results-row > div + div{margin-top: 0;}
	.annual-report-module .outer-image{margin-bottom: 15px;}
	.annual-report-module .vertical-align{padding-top: 45px; padding-bottom: 45px;text-align: center;}
	.suscribe h3{display: block;margin: 0 0 20px;}
	.ir-module .company-overview .text{padding-right: 0;}

	/*ivxx*/
	.style-title:before, .style-title:after{display: none;}
	/*news*/
	.more-news-col{padding-left: 0;padding-right: 0;}
	.more-events-row .presentations{padding-left: 15px;}

}


/*PRITN*/
@media print{
	body {
		background: #fff;
		color: #000;
	}
	body .container{
		padding:0 5%;
		width:90%;
	}
	header{
		background:#fff;
		position: static;
		border-bottom: none;
	}
	header h1 a,header nav, a.btn,.btn, .mobile-nav-trigger, .link, .sidebar-nav, form, .pre-footer{
		display:none !important;
	}
	.copyright-block p a, .single-event a,
	.single-new a, .result-line a{
		display: inline !important;
	}
	header h1{
		padding: 0 0 10px;
	}
	header h1:before {
		content:'Terra Tech';
	}
	.height, .same-height{
		min-height: 0 !important;
	}
	.investors a, .presentation, .suscribe, .footer-nav, a.pull-right,
	.signup-btn, .investor-presentation, a, .suscribe, .copyright-links, a, .box .header h2:before, .btn-content,
	.latest-presentation, .latest-webcast, .page-hero{
		display: none !important;
	}

	.main-content ul, .main-content ul li{
		list-style-type: disc;
	}
	table, td, tr, th{
		border: 1px solid #707070;
	}
	.box{
		border: 1px solid #ccc;
		margin-bottom: 15px;
	}
	
	.home-hero, .hero-text{
		height: auto !important;
	}
	.home-hero{
		border-bottom: none;
	}
	.hero-text{
		width: 100%;
	}
	.hero-text h2{
		font-size: 22px;
	}
	.home-modules{
		margin-top: 15px;
	}
	.home-modules img{
		display: none;
	}
	.home-module{
		margin-bottom: 15px;
		padding-bottom: 0;
	}
	.home-module .text{
		padding: 0;
		text-align: left;
	}
}

h2.news-title {
    margin-bottom: 10px;
    font-size: 32px;
    text-transform: none;
}

.media .media-object {
    margin-right: 10px;
}

.ir .col-sm-12.results-info {
    margin-top: 10px;
    margin-bottom: 25px;
}

.results-info h2 {
  margin-top: 15px;
}

.results-info h3 {
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 5px;
}

.results-info p {
  margin-bottom: 5px;
}

.ir .col-sm-12.results-info h3 {
    line-height: 0.8;
    font-weight: 500;
}
.ir .col-sm-12.results-info h3,
.ir .col-sm-12.results-info p,
.ir .col-sm-12.results-info .date {
    float: left;
    line-height: 1;
    margin-right: 10px;
    font-size: 18px;
}

.ir .col-sm-12.results-info .date {
	padding-left: 10px;
	margin-left: 3px;
	border-left: 2px solid #ccc;
}

.media a:hover {
  text-decoration: none;
}

.media + .media {
  padding-top: 20px;
  margin-top: 0px;
  border-top: 1px solid #ccc;
}

.media .media-heading,
.media .media-heading a{
  font-size: 22px
}
/**
  * =====
  * SEC FILINGS
  * =====
  */
  
     .spr-ir-table td {
        min-width: 100px;
      }
  
    .spr-ir-table .quick-filter {
      line-height: 1.1;
      text-align: center;
    }
    
    .quick-filter .active {
      font-weight: 600;
    }
  @media (max-width: 767px) {
      .spr-ir-sec-filings .spr-ir-table td {
          display: none;
      }
      
      .spr-ir-sec-filings .spr-ir-table .spr-sec-date,
      .spr-ir-sec-filings .spr-ir-table .spr-sec-desc,
      .spr-ir-sec-filings .spr-ir-table .spr-sec-date-head,
      .spr-ir-sec-filings .spr-ir-table thead td:nth-of-type(3){
          display: table-cell;
      }
  }
  
  .ir .qm-container td:not(.qm_heading_text) {
	padding: 2px;
	border: none;
		background: #fff;
}

.ir .qm_cycle {
    font-size: 12px;
    padding: 2px;
}

.ir .qm_charts_tab .qm_main img {
    display: block;
    margin: 0 auto;
}

.ir .qm_radio_input {
    margin-right: 4px;
}
    
fieldset h4 {
  font-size: 18px;
}

.ir .qm-container .qm-mm-chartnav td {
	border: 1px solid #e8e8e8;
	text-align: center;
}

#TB_window {
    top: 2%;
}

.ir .report .text {
    padding: inherit;
}

.committees h4 {
    font-size: 18px;
}

.sb-nav .ir-tools {
      border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 0 15px 0 10px;
    margin-left: 13px;
    position: relative;
      float: right;
  }
  
  .sb-nav .ir-tools .dropdown-click {
      position: static;
  }
  
  .sb-nav .ir-tools:before {
      content: "\e252";
      font-family: "Glyphicons Halflings";
      position: relative;
      left: 5px;
      top: 20px;
      opacity: 1;
		float: left;
      font-size: 10px;
		color: #fff;
  }
  
  .main-nav.open {position: fixed; overflow-y: scroll;}
    body.fixed-nav {position: fixed; width: 100%;}
    
    .module.bg.cream {
        background: #f8f5ef;
    }
    
    .email-alerts-form {
        margin-bottom: 25px;
    }
    
    .question,
    .answer {
        background-image: none;
    }
    
    .financial-results-pg .results-info + div,
.financial-results-pg .results-info{
  margin: 0 auto;
  display: block;
  margin-left: 16%
}

.related-documents.box .text {
  padding: 15px 15px;
}

.related-documents.box .result-line { padding: 15px 0}

.member .title {
    font-size: 18px;
font-style: italic;
font-weight: 500;
opacity: 0.5;
}

@media (min-width: 991px) {
  .vertical-align {
    display: table;
  }
  
  .vertical-align .wrapper {
    display: table-cell;
    vertical-align: middle;
  }
}

.general-wrapper > .content-module {
    padding-bottom: 60px;
}

.document-btn {
  display: inline-block;
  padding: 10px;
  border: 2px solid;
  border-radius: 4px;
}

.document-btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #64B556;
  border-color: #64B556;
  transition: all 0.3s ease;
}

.ir .qm_heading_bar td {
  border: none;
  background: #fafafa !important;
}

@media (max-width: 991px) {
  #qm_history_startRow,
  #qm_history_endRow {
    display: block;
  }
}

.hover-overlay:after {
    content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  opacity: 0;
    transition: opacity 0.3s ease;

}

.hover-overlay.overlay-active:after {
  opacity: 1;
}

.bg-module .row > div {
 transform: translateY(0); 
  transition: transform 0.3s ease;
}

.bg-module .hover-text {
  opacity: 0;
  text-align: center;
  padding: 20px 60px 0;
  transition: opacity 0.3s ease;
}

.bg-module .hover-text p {
  color: #fff;
}

.bg-module .row > div:hover {
  transform: translateY(-40px);
}

.bg-module .row > div:hover .hover-text {
  opacity: 1;
}

@media (max-height: 790px) {
	.main-nav ul li {
		line-height: 25px;
	}
	
	.main-nav ul li a {
		font-size: 20px;
	}
}

.row.separated + .row.separated {
  border-top: 1px solid #ccc;
  padding-top: 40px;
}

/* Stock Data Landing Page */

.stock-data {
    margin-bottom: 25px;
}
.stock-data .stock-section {
  padding: 30px 0;
}

.stock-data .stock-section + .stock-section
{
  border-top: 1px solid #ccc;
}

.stock-data .stock-section:last-of-type  {
  border-bottom: 1px solid #ccc;
}

.stock-data .value-title {
  font-size: 18px;
  color: #666;
}

.stock-data .value {
  color: #1d9751;
  font-size: 22px;
  text-align: right;
}

.stock-data .price > .pull-left span{
  display: block;
}

.stock-data .price .symbol {
  font-size: 28px;
  color: #1d9751;
  margin-bottom: 5px;
}

.stock-data .price .value {
  font-size: 52px;
}

@media (min-width: 991px) {
  
  .stock-data .value {
    float: right;
  }
}

@media (max-width: 991px) {
  
  .stock-data .stock-section {
    padding: 15px 0;
  }
  .stock-data .price > .pull-left {
    float: none !important;
    margin-bottom: 20px;
  }
  
  .stock-data .price .value {
    margin-bottom: 10px;
  }
  .stock-data .value {
    display: block;
    text-align: left;
  }
  
}


.document-report .related-document-btn {
	  background: #e8e8e8;
	  padding: 5px 20px;
	  margin-top: 25px;
  }
  
  /* IR Landing side nav */
  
  @media (min-width: 991px) {
  
  .side-nav.collapse {
    display: block;
  }
}

.side-nav h3 {
  font-size: 18px;
  margin-bottom: 5px;
  padding-bottom: 15px;
  border-bottom: 2px solid #1d9751;
}

.side-nav ul {
  padding: 0;
  margin: 0;
}

.side-nav li {
  background-image: none;
  padding: 0;
}

.side-nav li a {
  font-weight: 700;
  color: #000;
}

.ir-landing-page .ir-module  + .ir-module{
  	  padding: 35px 0 0 0;
  	  margin: 35px 0;
  	  border-top: 1px solid #ccc;
  }
  
  .legend.content-table {
  padding-bottom: 25px;
}
.legend.content-table > div {
  float: left;
  margin-right: 20px;
}

.legend.content-table .role-circle {
  display: inline-block;
}

.legend.content-table .value {
    height: 30px;
    vertical-align: top;
    padding-top: 4px;
    display: inline-block;
}

.role-circle.non-member {
  background-color: #ccc;
}

.content-table.committee-list .committee-role {
    width: 32%;
    vertical-align: middle;
}


.home-stock-info h2 {
    margin-bottom: 0;
}

.otcmarket-q iframe {
  border: none;
  height: 720px;
  overflow: scroll;
}