/*****
* GENERAL STYLES
*****/
body{
	font-family: 'Gotham', sans-serif;
	background: #39a256;
	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;
	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, h7, h7 a, h7 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, h6, h6 a, h6 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;
}
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: #777;
}
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: #620887;
    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;
}
.icon{
	display: inline-block;
	position: relative;
}
.container{
	max-width: 1200px;
}
.container-fluid {
	max-width:100%;
}
.separator{
	min-height: 1px;
	border-bottom: 1px dotted #000;
	margin: 20px 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 .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;
}

/**
  * =====
  * FINANCIAL RESULTS
  * =====
  */

.results-info h3,
.results-info p{
  margin: 0;
}

.result-line {
    padding: 5px 0;
}

.result-line + .result-line {
  border-top: 1px solid #ccc;
}

.result-line .link {
  font-size: 14px;
  font-family: "knockout",sans-serif;
  font-style: normal;
  float: right;
  margin-right: 10px;
}

.report th {
    font-size: 18px;
    font-weight: 500;
}

.financials .quarterly-results > .text {
    padding: 45px;
}

.financials .source.quarterly-results > .text {
    padding:0;
}

.source {
    margin-top: 15px;
}

.eqicon-trigger:before {
  content: "\e608";
}
.quarterly-results .eqicon-trigger {
    font-size: 18px;
    cursor: pointer;
}
.quarterly-results .eqicon-trigger:before {
  content: "\e609";
}
.quarterly-results .collapsed .eqicon-trigger:before {
  content: "\e608";
}
.quarterly-results .header .eqicon-trigger{
    position: relative;
    top: 5px;
}

.quarterly-results > div > .text {
    padding: 0;
}

.quarterly-results > div > .text > .text {
    padding: 25px;
}

.quarterly-results > div > .text > .text:nth-of-type(even) {
    background-color: #f8f8f8;
}

.report .hide {
    display: table-cell !important;
}

.quarterly-results:not(.divided) .header {
    cursor: pointer;
}

.quarterly-results .fiscal-year-notes {
    font-size: 14px;
    margin-right: 30px;
    margin-top: 4px;
}

.financial-results-pg .quarterly-results {
    border: 1px solid #ccc;
    margin:  20px 0;
}

.financial-results-pg .quarterly-results .header:not(.collapsed) {
    border-bottom: 1px solid #ccc;
}

.financial-results-pg .quarterly-results .header h2 {
    margin: 0;
}

.financial-results-pg .quarterly-results > .header,
.financial-results-pg .quarterly-results > .toggle-wrapper > .text .text {
    padding: 15px;
    /*! margin: 20px 0; */
}

/*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: #3eca30;
}
.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: #50b1c5;
	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;
	transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.main-nav ul{
	margin: 200px 0 150px;
	padding: 0;
	width: 100%;
}

.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;
}
.page-hero, .page-hero .vertical-align{
	height: 695px;
}
.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 21px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	position: relative;
}

.ir .sb-nav ul li a {
	font-size: 14px;
}

.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;
		z-index: 10;
		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 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;
	}
	.sb-nav ul ul li.active a {
		color: #73BB6F;
		font-weight: 600;
	}
}


/*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;
}


/*******
*****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;
}
.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;
}
.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: 97px;
	height: 52px;
	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 h7{
	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 .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;
}
.two-bg-module, .two-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;
}
.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;
}
.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{
	margin: 50px 0 95px;
}
.home-stock-info .stock-section{
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}
.home-stock-info .stock-section .value{
	margin: 0;
	font-size: 40px;
	color: #1d9751;
	display: block;
	line-height: 1em;
	margin-bottom: 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: 25px;
	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);
}





/*******
*****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;
}
.ir-news-row h2{
	margin-bottom: 30px;
}
.bottom-link{
	padding-bottom: 70px;
	position: relative;
}
.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: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;
}
.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;
}

/**
  * =====
  * PRESS RELEASES
  * =====
  */
  
  .related-documents-line {
      padding: 10px 0;
      margin-bottom: 15px;
      border-top: 1px dotted #ccc;
      border-bottom: 1px dotted #ccc;
  }
  
  .related-documents.box {
      float: right;
      border: 1px solid #ddd;
      margin: 25px 0 25px 25px;
      min-width: 320px;
  }
  
  .related-documents.box > .text {
      padding: 10px;
  }
  
  .related-documents.box .result-line {
      padding: 5px 15px;
  }
  
  .related-documents-line a.link {
      font-size: 12px;
      font-weight: 700;
      font-family: "Open Sans";
  }
  
  .related-documents.box .result-line .link {
      font-size: 12px;
  }

/*******
*****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;
}
.news-module .latest-new a{
	font-size: 30px;
	line-height: 1.2em;
}
.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:100%;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: 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: 25px;}
	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: 115px;}
	.page-hero, .page-hero .vertical-align{height: 450px;}
	.page-hero h2{font-size: 16px;}
	.page-hero p{font-size: 15px;}
	/*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;}
	/*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;padding: 0 0 0 20px;}
	.sb-nav ul li ul li a{color: #333;}
	.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;}

	/*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-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;
	}
}

/**
  * =====
  * PAGINATION
  * =====
  */
.pagination,
.spr-ir-pagination{
  font-size: 11px;
  margin-left:0;
}
.pagination li,
.spr-ir-pagination ul li{
  background-image: none;
  margin: 0;
  padding: 0;
}
.pagination li:before,
.spr-ir-pagination ul li:before{
    display:none;
}
.pagination > li.active > a,
.pagination > li.active > a:hover,
.spr-ir-pagination ul > li > .current {
  background-color: #73bb6f;
  border-color: #73bb6f;
}

.spr-ir-pagination ul {
    font-size: 0;
}

.spr-ir-pagination ul > li:first-child > a,
.spr-ir-pagination ul > li:first-child > .current{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.spr-ir-pagination ul > li:last-child > a,
.spr-ir-pagination ul > li:last-child > .current{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.spr-ir-pagination ul > li > a,
.spr-ir-pagination ul > li > .current{
    position: relative;
    float: left;
    font-size: 14px;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857;
    text-decoration: none;
    border: 1px solid #DDD;
}

.spr-ir-pagination ul > li > a:visited {
    border-color: #ddd;
}
.spr-ir-pagination ul > li > a:hover {
    background-color: #eee;
    border: 1px solid #ddd;
    text-decoration: none;
}

.spr-ir-pagination ul > li > .current {
    color: #fff;
}

/**
  * =====
  * QUOTEMEDIA
  * =====
  */
  
  .qm-container td {
      border: none;
      background: #fff;
      padding: 5px;
  }
  
  
  .qm-mm-chart > .qm_heading_bar {
      position: relative;
      top: 0px;
  }
  
  .qm-mm-chart > .qm_heading_bar .qm_main {
      text-align: center;
  }
  
  .qm-mm-chartnav td{
      border: 1px solid #f3f3f7;
  }
  
  .qm_history_filterBar input[type="text"] {
      padding: 5px 6px;
      min-width: 60px;
  }
 
    .ir .qm_historyHeader_row td,
    .ir .spr-ir-sec-filings .qm_heading_bar td,
    .ir .spr-ir-table th{
      background: #73BB6F none repeat scroll 0% 0% !important;
      color: #FFF;
      text-transform: uppercase;
      /* Overrides inline quotemedia styles */
      text-align: left !important;
      padding: 10px 0px 10px 16px;
      border: 4px solid #FFF;
    }
    .ir .qm-container .qm_historyData_row td,
    .ir .spr-ir-sec-filings tbody td,
    .ir .spr-ir-table td{
      border: 4px solid #FFF !important;
      font-size: 14px;
      font-weight: 400;
      background: #f8f8f8 none repeat scroll 0% 0%;
      color: #717171;
      text-align: left;
      padding: 15px 18px;
    }
    
    .spr-ir-table.doc-list th + th {
        text-align: center !important;
    }
        
    
    .ir .qm_historyData_row td {
        font-size: 10px;
    }
  
    .qm_historyData_row td:nth-of-type(n + 15),
    .qm_historyHeader_row td:nth-of-type(n + 15){
        display: none !important;
}

.qm-quote-data-item .qm_main,
.qm-quote-data-item .qm_cycle{
    border-top: none;
    border-bottom: none;
    background: #fff !important;
}

.qm-quote-data-item {
    padding: 2px !important;   
}

.qm-quote-data-item .qm_main {
    padding: 0;
}

.qm_historyTab_GoButton {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    
    padding: 5px 10px;
    border: 1px solid #ccc;
}
  
@media (max-width: 1200px) {
    .qm_historyData_row td:nth-of-type(n + 10 ),
    .qm_historyHeader_row td:nth-of-type(n + 10){
        display: none !important;
    }
}
@media (max-width: 991px){
    
    .qm_charts_tab .qm_main td {
      width: 100%;
      display: inline-block;
      border: 1px solid #ddd !important;
  }
  
  .qm_charts_tab .qm_main td + td {
      border-top: none !important;
  }
    /* SEC Filings */

    .qm_historyData_row td:nth-of-type(n + 6),
    .qm_historyHeader_row td:nth-of-type(n + 6){
        display: none !important;
    }
    
    .qm_charts_tab .qm_main img {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .qm_quotebar .qm_heading_text {
        display: block;
        text-align: center;
        width: 100%;
    }
}

/**
  * =====
  * BOARD COMITTEES
  * =====
  */
  
  .content-table {
      width: 100%;
  }
  
  .content-table .committee-title {
      font-size: 18px;
  }
  
  .content-table .col-role {
      text-align: center;
  }
  
  .content-table .role-circle {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      margin: 0 auto;
      display: block;
  }
  
  .role-circle.chair {
      background-color: #ff8c05;
  }
  
  .role-circle.member {
      background-color: #1d9751;
  }
  
  .content-table .committee-role {
      text-align: center;
      width: 320px;
  }
  
  .content-table .name {
      font-size: 22px;
      font-weight: 600;
		color: #1d9751;
      margin-bottom: 0;
  }
  
  .content-table .title {
      font-size: 16px;
      opacity: 0.8;
  }
  
  /**
  * =====
  * TABS
  * =====
  */
.mainContent .nav-tabs {
    margin:0;
}

.nav-tabs {
   border: none;
}

.nav-tabs li { 
	background: none;
}

.nav-tabs li > a {
  background: none;
	border: 2px solid;
	padding: 12px;
	margin-right: 0;
	border-radius: 0;
	border-color: #73BB6F;
	transition: color 0.3s ease, background-color 0.3s ease;
}

.nav-tabs li:before {
    display: none;
}
 

.nav-tabs > li > a:hover,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:active,
.nav-tabs > li > a:active,
.nav-tabs  > li > a:focus {
  background: #73BB6F;
  color: #fff;
	border: 2px solid #73BB6F;
	border-bottom: 2px solid #73bb6f;
}

.dark .nav-tabs > li > a,
.dark .nav-tabs > li > a:hover,
.dark .nav-tabs > li.active > a,
.dark .nav-tabs > li.active > a:active,
.dark .nav-tabs > li.active > a:focus {
    color: #fff;
}

.dark .nav-tabs > li.active > a {
    font-weight: 600;
}

.financials .nav-tabs {
    margin-bottom: 15px;
}

@media (max-width: 990px) {
    
    .nav-tabs > li {
        width: 100%;
        text-align: center;
        padding: 0;
    }
}


/**
  * =====
  * MEMBER LISTINGS
  * =====
  */
  
  .personnel-listing .member + .member {
      margin-top:25px;
      padding-top:25px;
      border-top: 1px solid #ccc;
  }
  
  .personnel-listing .info > *:last-child {
      margin-bottom:0;    
  }
  
  .spr-sec-search,
  .spr-sec-filter {
      background: transparent !important;
  }