@font-face {
    font-family:ClanWeb-Book;
    src: url('../fonts/ClanWeb-Book.eot') format('eot'),url('../fonts/ClanWeb-Book.woff') format('woff'),url('../fonts/ClanComp-Book.ttf') format('truetype');
}
@font-face {
    font-family: 'clanlf-newsregular';
    src: url('../fonts/clanlf-news-webfont.eot');
    src: url('../fonts/clanlf-news-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/clanlf-news-webfont.woff2') format('woff2'),
         url('../fonts/clanlf-news-webfont.woff') format('woff'),
         url('../fonts/clanlf-news-webfont.ttf') format('truetype'),
         url('../fonts/clanlf-news-webfont.svg#clanlf-newsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'clanlf-mediumregular';
    src: url('../fonts/clanlf-medium-webfont.eot');
    src: url('../fonts/clanlf-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/clanlf-medium-webfont.woff2') format('woff2'),
         url('../fonts/clanlf-medium-webfont.woff') format('woff'),
         url('../fonts/clanlf-medium-webfont.ttf') format('truetype'),
         url('../fonts/clanlf-medium-webfont.svg#clanlf-mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'clanlf-bookregular';
    src: url('../fonts/clanlf-book-webfont.eot');
    src: url('../fonts/clanlf-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/clanlf-book-webfont.woff2') format('woff2'),
         url('../fonts/clanlf-book-webfont.woff') format('woff'),
         url('../fonts/clanlf-book-webfont.ttf') format('truetype'),
         url('../fonts/clanlf-book-webfont.svg#clanlf-bookregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'clanlf-boldbold';
    src: url('../fonts/clanlf-bold-webfont.eot');
    src: url('../fonts/clanlf-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/clanlf-bold-webfont.woff2') format('woff2'),
         url('../fonts/clanlf-bold-webfont.woff') format('woff'),
         url('../fonts/clanlf-bold-webfont.ttf') format('truetype'),
         url('../fonts/clanlf-bold-webfont.svg#clanlf-boldbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    /*background-color:#fff;*/
    font:300 16px/1.5625em 'Open Sans',helvetica,arial,sans-serif;
}
.padding {
    padding:0 20px;
}
.bold {
    font-weight:700;
}
.italic {
    font-style:italic;
}
.center {
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}
.error {
    color:#aa0000;
}
a:link,a:visited {
    color:#0069aa;
}
a:hover,a:active,a:focus {
    outline:0;
	text-decoration:underline;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:300;
}
.clear {
	clear:both;
}
sup {
    font-size:50%;    
    top:-.75em;
}
body>.top {
	background:#fff;
}
.btn,a.btn,.spr_ir_submit,.qm_buildChart_button,.qm_historyTab_GoButton {
	background:#7fc11b;
	background:-webkit-linear-gradient(#7fc11b,#76b419);
	background:linear-gradient(#7fc11b,#76b419);
	border:0;
	border-radius:0;
	color:#fff;
	font:700 1em/1.5em helvetica,arial,sans-serif;
	text-shadow:none;
	padding:8px 13px 5px;
}
input+.btn,select+.btn {
	padding:6px 13px 3px;
}
.btn:hover {
	background:#76b419;
	color:#fff;
}
select,textarea,input[type='text'],input[type='password'],input[type='datetime'],input[type='datetime-local'],input[type='date'],input[type='month'],input[type='time'],input[type='week'],input[type='number'],input[type='email'],input[type='url'],input[type='search'],input[type='tel'],input[type='color'],.uneditable-input {
	display:inline-block;
	height:19px;
	padding:6px 6px;
	margin-bottom:0;
	line-height:1em;
	border-radius: 0;
}
/*--Header--*/
header {
	padding-top:20px;
	position:relative;
}
header h1 {
	margin-top: 0;
}
/*--Header meta & search--*/
header .meta {
}
header .contact,header .search {
	text-align: right;
}
header .meta .tel {
	color:#0069aa;
	display:block;
	float:left;
	/*--21/16--*/
	font:700 1.3125em/1.4em 'Open Sans',helvetica,arial,sans-serif;
	margin-left:85px;
}
header .contact a {
	margin-left:10px;
}
header .search {
	padding-top: 40px;
}
/*--Main Nav--*/
header .navbar {
	margin-bottom:0;
}
header .nav-collapse {
	position:absolute;
	min-width:940px;
	top:125px;
	z-index:100;
}
header .navbar {min-height: 165px!important; }
header .navbar .nav {
	padding:20px 0;
}
header .navbar li {
	position:relative;
}
header .navbar .nav>li {
	margin-left:20px;
}
header .navbar .nav>li:first-child {
	margin-left: 0;
}
header .navbar .nav>li>a:link,header .navbar .nav>li>a:visited {
	background:none;
	border-bottom:2px solid #fff;
	box-shadow:none;
	color:#7a7a7a;
	/*--18/16--*/
	font:700 1.125em/1em helvetica,arial,sans-serif;
}
header .navbar .nav>li>a:hover,header .navbar .nav>li>a:active,header .navbar .nav>li>a:focus,header .navbar .nav>li.active>a,header .navbar .nav>li.active>a:hover {
	background:none;
	box-shadow:none;
	color:#7a7a7a;
	border-bottom:2px solid #7fc11b;
	padding-bottom:10px;
}
header .navbar li:hover>ul {
	display:block;
}
header .navbar li ul {
	background:#0069aa;
	border-radius:5px;
	position:absolute;
	left:-3px;
	top:36px;
}
header .navbar li li {
	padding:0 5px;
	width:257px;
}
header .navbar li li a:link,.navbar li li a:visited {
	border-top:1px solid #003e65;
	color:#fff;
	padding:10px;
	white-space:normal;
}
header .navbar li li a:hover,.navbar li li a:active,.navbar li li a:focus,.navbar li li.active a,.navbar li li.active a:hover {
	background:#8fbe47;
	background:-webkit-linear-gradient(#8fbe47,#528f17);
	background:linear-gradient(#8fbe47,#528f17);
	border-top:1px solid #8fbe47;
}
header .navbar li li:first-child a {
	border-top:0;
}
header .navbar .dropdown-submenu>a:after {
	margin-right:-5px;
}
header .navbar li:nth-child(n+6) .dropdown-submenu>.dropdown-menu {
	border-top-left-radius:5px;
	border-top-right-radius:0;
	left:-100%;
}
header .navbar .nav>li>.dropdown-menu:after {
	border-bottom:11px solid #0069aa;
	border-left:11px solid transparent;
	border-right:11px solid transparent;
	left:48px;
	top:-9px;
}
header .navbar .nav>li>.dropdown-menu:before {
	border-bottom:10px solid rgba(0,0,0,0.2);
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	left:49px;
	top:-10px;
}
header .navbar .dropdown-menu.double {
	left:-32px;
}
header .navbar .dropdown-menu.double li {
	margin-right:2%;
	width:45%;
	float:left;
}
header .navbar .dropdown-menu.double li:nth-child(2) a {
	border-top: 0;
}
/*--Divisions Nav--*/
.divisions-bg {
	background:#f6f6f6;
	background:-webkit-linear-gradient(#f6f6f6,#dfdfdf);
	background:linear-gradient(#f6f6f6,#dfdfdf);
	display:none;
	height:30px;
	width:100%;
}
header .divisions {
	display:none;
	position:absolute;
	top: -30px;
}
header .divisions h3,header .divisions li {
	border-right:1px solid #cecece;
	float:left;
	/*--13/16--*/
	font-size:0.8125em;
	/*--13/40--*/
	line-height:30px;
	margin:0;
}
header .divisions h3 {
	font-weight:600;
}
header .divisions a {
	display:block;
	padding:0 10px;
}
header .divisions a:hover,header .divisions li.active a {
	background-color:#fff;
	text-decoration:none;
}
header .divisions ul {
	float:left;
	margin:0;
}
header .divisions li {
	list-style:none;
}
header .divisions li a {
	background:url(../img/monogram-logo-18x17.png) no-repeat 10px 50% transparent;
	padding-left:40px;
	padding-right:20px;
}
header .divisions li a:after {
	border-bottom:7px solid transparent;
	border-left:7px solid #0069aa;
	border-top:7px solid transparent;
	content:' ';
	display:block;
	position:absolute;
	right:5px;
	top:50%;
	margin: -5px 0 0 15px;
}
/*--Header Breadcrumb--*/
.breadcrumb {
	background:none;
	color:#0069aa;
	font:300 0.92625em/1em helvetica,arial,sans-serif;
	padding:90px 0 20px;
}
.breadcrumb .divider {
	padding: 0 10px;
}
/*--Post--*/
.post {
	padding-bottom:20px;
}
.post .body {
	position:relative;
}
.post .body aside {
	margin:0 30px 0 0;
}
.post .body aside .box {
	background:#efefef;
	padding:10px 0;
}
.post .body aside h2 {
	text-align: center;
}
.post .body aside li {
	border-top:1px solid #fff;
	/*--13/16--*/
	font-size:0.875em;
	padding:10px 10px 10px 25px;
	margin:0;
}
.post .body aside .box ul {
	margin-left:0;
}
.post .body aside .box ul li {
	background-position: 15px 20px;
}
.post h1 {
	color:#7a7a7a;
	/*--52/16--*/
	font:300 3.25em/1.2em ClanWeb-Book,'Open sans',helvetica,sans-serif;
	letter-spacing:-1px;
	margin-top:0;
}
.post h2,.post h1.spr-ir-news-article-title {
	color:#176aa8;
	/*--28/16--*/
	font-size:1.75em;
	font-weight:300;
}
.post aside+h2 {
	clear:none;
}
.post h3 {
	font-size:1em;
	font-weight:700;
	line-height:1.4em;
	margin-top:25px;
}
.post p {
	padding-top:10px;
}
.post h3+p {
	padding-top:0;
}
.post .date {
	color:#7a7a7a;
	padding-top:0;
}
.post h1+.date {
	margin-top:-10px;
}
.post sup {
	font-size:0.5em;
}
.post img {
	margin-bottom:25px;
}
.post img.pull-left {
	margin-right:20px;
	margin-top:20px;
}
.post img.pull-right {
	margin-left:20px;
	margin-top:20px;
}
.post>ul,.post>ol {
	margin-left:0;
}
.post li {
	line-height:1.5em;
	list-style-position:inside;
	margin:20px 0;
}
.post ul li {
	background:url(../img/bullet-dark.gif) no-repeat 0 10px;
	list-style:none;
	text-indent:10px;
}
.post .body .rss {
	background:url(../img/rss-icon.gif) no-repeat right 4px transparent;
	font-size:1.125em;
	padding-right:25px;
	position:absolute;
	right:20px;
	top:20px;
}
.post .body pre {
	border:0;
	border-radius:0;
	background:none;
	font:300 1em/1.5em 'Open Sans',helvetica;
	padding:10px 0;
}
aside .box {
	background:#efefef;
	margin-bottom:40px;
	padding:20px;
	position:relative;
}
aside .box.teaser {
	/*padding-left:80px;*/
}
aside .box.teaser h2 {
	color:#003e65;
	/*--20/16,26.47/16 */ font:1.25em/1.5em ClanWeb-Book,'Open sans',helvetica,sans-serif;
	letter-spacing:-1px;
	margin:0;
}
aside .box.teaser .icon {
	left:20px;
	position:absolute;
	top:20px;
}
aside .box.teaser p {
	color:#0069aa;
}
aside .box.teaser .btn {
	font-size:1em;
	margin-top:10px;
	padding:7px 13px 4px;
}
aside .box.ozonix h2 img {
	/*left:-60px;*/
	margin-bottom:0;
	position:relative;
}
aside .box.powercube h2 {
    color:#1961a1;
    font-size:45px;
    left:-60px;
    position:relative;
}
aside .box.powercube h2 .bold {
    font-family:'Open Sans',sans-serif;    
}
aside .box h2 {
	margin-top:0;
}
aside .box ul,aside .box ol {
	margin-left:5px;
	list-style-position:outside;
}
aside .box ul li {
	background:url(../img/bullet-blue.gif) no-repeat 0 10px;
	padding-left:15px;
	text-indent:0;
}
aside .sideinfo-list,aside .sideinfo-list ul {
	margin-left:0;
}
aside .sideinfo-list li {
	list-style:none;
	margin:0;
	text-indent:0;
}
aside .sideinfo-list li a {
	background:#efefef;
	border-bottom:1px solid #d5e1e9;
	display:block;
	padding:10px 20px;
	position:relative;
}
aside .sideinfo-list>li>a {
	background:#d4d2d2;
	color:#1c1c1c;
	font-size:1.5em;
}
aside .sideinfo-list li.active>a:before {
	border-bottom:5px solid transparent;
	border-left:5px solid #0069aa;
	border-top:5px solid transparent;
	content:' ';
	left:10px;
	position:absolute;
	top:18px;
}
aside .sideinfo-list li li li a {
	padding-left:40px;
}
aside .founder {
	padding-top:20px;
	text-align:center;
}
aside .founder img {
	margin-bottom: 0;
}
aside .founder h2 {
	/*--22/16--*/
	font-size:1.375em;
	margin-bottom:0;
}
aside .founder p {
	/*--14/16--*/
	font-size:0.875em;
}
aside .founder h2+p {
	padding: 0;
}
/*--Parter with Brisben Water Section--*/
.partner {
	background:url(../img/water-splash.png) no-repeat center 45px transparent;
	height:192px;
	padding-top:115px;
	position:relative;
}
.partner .content {
	background:url(../img/monogram-logo-67x64.png) no-repeat 0 10px transparent;
	margin-left:0;
	padding-left:100px;
}
.partner .content h2 {
	color:#003e65;
	font:300 40px/1em ClanWeb-Book,'Open Sans',helvetica;
	letter-spacing:-1px;
}
.partner .content p {
	color:#0069aa;
}
.partner .content .pull-left {
	margin-right:40px;
}
.partner .btn {
	float:left;
	margin-top: 20px;
}
/*--Connect Bar--*/
.connect {
	background:#003e65;
	color:#fff;
	padding:15px 0;
}
.connect h3 {
	display:inline;
	font-size:1.125em;
	line-height:1em;
	padding-left:10px;
	padding-right:25px;
}
.connect form {
	display:inline;
	position:relative;
}
.connect input {
	height:24px;
	margin-right:10px;
}
.connect label.error {
	background:#b94a48;
	border-radius:5px;
	color:#fff;
	display:inline-block;
	font-size:0.75em;
	font-weight:bold;
	left:0;
	margin-right:5px;
	padding:5px;
	position:absolute;
	top:40px;
}
.connect .valid+label.error {
	background:transparent;
	padding:0;
}
.connect .btn {
	font-weight:700;
	padding-left:15px;
	padding-right:15px;
}
.email-alerts-modal {
	width:600px;
	text-align:center;
}
.email-alerts-modal {
	padding:30px 40px 50px;
}
.email-alerts-modal h2 {
	color:#7a7a7a;
	font-size:3.25em;
	margin:30px 0;
}
.email-alerts-modal p {
	color:#7a7a7a;
	font-size:1.25em;
	padding:20px;
}
.email-alerts-modal .btn {
	padding:10px 0 8px;
	font-size:1.125em;
	font-weight:bold;
	margin:0 10px;
	width:130px;
}
.connect .social {
	float:right;
}
.connect .social h3 {
	margin-right:0;
}
.connect ul {
	display:inline;
	list-style:none;
	margin-left:0;
}
.connect li {
	display:inline;
	margin-right:20px;
}
.connect .social .twitter {
	background:#0fb2e6;
}
.connect .social .facebook {
	background: #0173b9;
}
/*--Footer--*/
footer {
	background-color:#0069aa;
	color:#fff;
	margin-bottom:-30px;
	padding-bottom:30px;
	padding-top:50px;
}
footer a:link,footer a:visited {
	color:#fff;
}
footer a:hover,footer a: active {
}
footer h3 {
	/* 20/16 */
	font-size:1.25em;
	margin-bottom:20px;
}
footer abbr[title],footer abbr[data-original-title] {
	border-bottom:0;
}
footer ul {
	margin-left: 0;
}
footer li {
	/*25/16*/
	line-height:1.5625em;
	list-style:none;
}
footer li a:link,footer li a:visited {
	color:#68c5ff;
}
footer li a:hover,footer li a:active {
	color:#fff;
}
footer address {
	line-height:1.5625em;
	/*25/16*/
}
footer small {
	background:url(../img/monogram-logo-45x45.png) no-repeat right 15px transparent;
	padding-top: 70px;
}
/* Individual Widgets & Sections */
.modal {
	border-radius:0;
	padding:100px;
}
.modal .close {
	background:url(../img/fancybox_sprite.png) no-repeat -3px 0 transparent;
	float:none;
	height:36px;
	opacity:.6;
	position:absolute;
	right:-18px;
	top:-18px;
	width:36px;
}
.modal .close:hover {
	opacity:1;
}
.modal p {
	margin-top: 40px;
}
/* Full page widgets */
.feature {
	background:#efefef;
	margin-bottom:-80px;
	padding:100px 0;
}
.feature .container {
	position:relative;
	z-index: 10;
}
.feature article h2 {
	color:#003e65;
	/*--45/16--*/
	font:300 2.8125em/1em ClanWeb-Book,'Open Sans',helvetica;
	letter-spacing:-1px;
}
.feature article h3 {
	color:#016aaa;
	/*--28/16--*/
	font:300 1.75em/1.5em 'Open Sans',helvetica;
}
.feature p a {
	font-weight: bold;
}
/* Ozonix */
.feature.ozonix {
	padding:50px 0;
}
.feature.ozonix h2 {
	margin-bottom:0;
}
.feature.ozonix p+p {
	margin-top:30px;
}
.feature.ozonix aside {
	height:500px;
	position:relative;
}
.feature.ozonix aside .clean {
	left:50%;
	margin-left:-112.5px;
	position:absolute;
	top:0;
}
.feature.ozonix aside .resize {
	height:50%;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
	padding-bottom:31px;
	position:relative;
	z-index:2;
}
.feature.ozonix aside .resize .image {
	height:100%;
	overflow:hidden;
}
.feature.ozonix aside .nav {
	background:#fac011;
	height:3px;
	bottom:11px;
	position:absolute;
	width:100%;
	z-index:1;
}
.feature.ozonix aside .nav span {
	color:#0069aa;
	font:300 1.125em/1em ClanWeb-Book,'Open Sans',helvetica;
	letter-spacing:-1px;
	position:absolute;
	right:0;
	text-transform:uppercase;
}
.feature.ozonix aside .nav .before {
	bottom:15px;
}
.feature.ozonix aside .nav .after {
	top:15px;
}
.feature.ozonix aside .arrows {
	background:url(../img/ozonix-arrows.gif) no-repeat 0 0 transparent;
	bottom:-31px;
	height:67px;
	left:50%;
	margin-left:-12px;
	position:absolute;
	width:24px;
}
.feature.ozonix .ui-resizable {
	position:relative;
}
.feature.ozonix .ui-resizable-handle {
	position:absolute;
	display:block;
}
.feature.ozonix .ui-resizable-disabled .ui-resizable-handle,.feature.ozonix .ui-resizable-autohide .ui-resizable-handle {
	display:none;
}
.feature.ozonix .ui-resizable-s {
	bottom:0;
	cursor:move;
	height:60px;
	left:0;
	width: 100%;
}
/*--PowerCube Callout--*/
.feature.ozonix + .feature.powercube-callout {
  background:#f6f6f6;
  background-size:cover;
  margin-top:80px;
	padding-top:100px;  
}
/*--Ozonix Benefits--*/
.feature.ozonix-benefits {
	margin-bottom:0;
	padding:40px 0 20px;
}
.feature.ozonix-benefits h2 {
	font-size:1.75em;
	margin-bottom:20px;
}
.feature.ozonix-benefits .column {
	background:#fff;
	height:300px;
	margin-bottom:20px;
}
.feature.ozonix-benefits h3 {
	color: #7bbb1a;
}
/*--Ozonix How--*/
.feature.ozonix-how {
	padding:0;
}
.feature.ozonix-how .bg {
	background:#fff;
	background:-webkit-linear-gradient(#fff,#f5f5f5);
	background:linear-gradient(#fff,#f5f5f5);
	border-bottom:1px solid #f7f7f7;
	padding:60px;
}
.feature.ozonix-how #step-3,.feature.ozonix-how #step-4 {
	background:#fff;
	background:-webkit-linear-gradient(#fff 90%,#f5f5f5);
	background:linear-gradient(#fff 90%,#f5f5f5);
}
.feature.ozonix-how article {
	margin-bottom:60px;
}
.feature.ozonix-how h2 {
	color:#016aaa;
	font-size:4.6875em;
	margin-bottom:30px;
	text-align:center;
}
.feature.ozonix-how h3 {
	color:#016aaa;
	font-size:2.5em;
}
.feature.ozonix-how .btn {
	background:#016aaa;
	margin-top:20px;
}
.feature.ozonix-how #step-5 h3 {
	margin-bottom:30px;
	text-align:center;
}
.feature.ozonix-how .video-js {
	box-shadow:0 0 5px #ddd;
}
.feature.ozonix-how .video {
	position:relative;
	z-index:0;
}
.feature.ozonix-how .video-js:before {
	bottom:7px;
	box-shadow:3px 3px 20px #999;
	content:' ';
	height:15px;
	left:20px;
	position:absolute;
	transform:rotate(-5deg);
	width:150px;
	z-index:-1;
}
.feature.ozonix-how .video-js:after {
	bottom:7px;
	box-shadow:3px 3px 20px #999;
	content:' ';
	height:15px;
	position:absolute;
	right:20px;
	transform:rotate(5deg);
	width:150px;
	z-index:-1;
}
.feature.ozonix-how .report-card-link {
	font-weight:bold;
}
.feature.ozonix-how .report-card-link img {
	margin-bottom:10px;
}
#step-6 {
	background:#efefef;
}
.feature.ozonix-how .ozonix-applications .box {
	position:relative;
}
.feature.ozonix-how .ozonix-applications .box h3 {
	left:0;
	bottom:0;
	margin-bottom:0;
	position:absolute;
	width:100%;
}
.feature.ozonix-how .ozonix-applications h3 a {
	background:rgba(0,0,0,0.8);
	color:#fff;
	display:block;
	font-size:22px;
	line-height:1.5em;
	padding:5px 0;
}
.feature.ozonix-how .ozonix-applications .list+.list {
	margin-top: 30px;
}
/*--Powercube--*/
.feature.powercube {
	padding:0;
}
.feature.powercube .intro {
	background:#0069aa;
}
.feature.powercube-home .intro {
	background:#7fc01a;
}
.feature.powercube-home a.banner {
	height:354px;
	display:block;
	background:url(https://d1io3yog0oux5.cloudfront.net/esph2/files/images/powercube/powercube-intro2.jpg) no-repeat center;
}
.feature.powercube .slider .carousel,
.feature.powercube .slider .item > a{
    display:block;
    height:638px;
    margin-top:0;
    width:100%;
}
.feature.powercube .slider .carousel-inner, .feature.powercube .slider .item {
    background:#fff;
    padding:0;
    /*min-height:638px;*/
}
.feature.powercube .slider .carousel-inner img {
    position:static;
}
.feature.powercube .slider .carousel-nav {
    z-index:999;    
}
.feature.powercube .intro img {
	display:block;
	margin:0 auto;
}
.feature.powercube .nav {
	background:#093a67;
	margin:0;
	width:100%;
}
.feature.powercube .nav ul {
	margin-bottom:0;
}
.feature.powercube .nav li {
	list-style:none;
	text-transform:uppercase;
}
.feature.powercube .nav li a {
	color:#fff;
	display:block;
	font-size:18px;
	font-weight:600;
	line-height:60px;
	text-align:center;
}
.feature.powercube .nav li a:hover {
	color:#78b71a;
	text-decoration:none;
}
.feature.powercube h2 {
	color:#003e65;
	font-weight:300;
	margin:0;
	padding:0;
	position:relative;
	text-align:center;
}
.feature.powercube .features {
	background:#fff;
	padding:60px 0;
}
.feature.powercube .features img {
	display:block;
	margin:0 auto;
}
.feature.powercube .how-it-works {
	background:url(../images/powercube/powercube-how.jpg) 50% 0 no-repeat;
	background-size:cover;
	height:548px;
	position:relative;
	padding:30px 0 100px;
}
.feature.powercube #step-2 .text {
	text-align:center;
  padding:80px 0;
}
.feature.powercube #step-2 .text h3 {
  color:#7fc11b;
  font-size:18px;
	font-weight:700;
  line-height:1.2em;
  margin-bottom:0;
}
.feature.powercube #step-2 .text p {
  color:#777c84;
  font-size:12px;
	font-weight:700;
  line-height:1.5em;
  margin-top:0;
}
.feature.powercube .how-it-works img {
	left:50%;
	margin-left:-900px;
	position:absolute;
	top:0;
}
.feature.powercube .how-it-works h2 {
	padding-bottom:40px;
}
.feature.powercube .how-it-works .tabs {
	margin-bottom:40px;
}
.feature.powercube .how-it-works .tabs ul {
	margin-left:0;
}
.feature.powercube .how-it-works .tabs li {
	background:#fff;
	list-style:none;
	margin-bottom:5px;
}
.feature.powercube .how-it-works .tabs li a {
	color:#033d61;
	display:block;
	font-size:21px;
	padding:15px 40px 15px 20px;
}
.feature.powercube .how-it-works .tabs li a:hover,.feature.powercube .how-it-works .tabs li a:active,.feature.powercube .how-it-works .tabs li a:focus {
	background:#f5f5f5;
	text-decoration:none;
}
.feature.powercube .nav-tabs .active a {
	position:relative;
}
.feature.powercube .nav-tabs .active a:after {
	content:url(../images/powercube-green-arrow-sm.png);
	position:absolute;
	right:10px;
	top:18px;
}
.feature.powercube .how-it-works .watch {
	background:#fff;
}
.feature.powercube .how-it-works .watch a {
	display:block;
	padding:15px 40px 15px 60px;
	position:relative;
}
.feature.powercube .how-it-works .watch a:before {
	content:url(../images/powercube-arrow-lg.png);
	left:15px;
	position:absolute;
	top:13px;
}
.feature.powercube .how-it-works .text {
	background:#fff;
	color:#003e65;
	padding:40px;
}
.feature.powercube .facts-figures {
	background:#78b71a;
	min-height:290px;
	padding:40px 0;
}
.feature.powercube .facts-figures .carousel {
	min-height:180px;
	position:relative;
}
.powercube .carousel .item {
	color:#fff;
	font:300 44px/1.2em 'ClanWeb-Book','Open Sans',sans-serif;
	min-height:240px;
	padding:60px 140px;
	text-align:center;
}
.feature.powercube .facts-figures .carousel .carousel-indicators {
	position:static;
	text-align:center;
}
.feature.powercube .facts-figures .carousel .carousel-indicators li {
	display:inline-block;
	float:none;
}
.feature.powercube .facts-figures .carousel .carousel-control {
	background:transparent;
	border:none;
	border-radius:0;
	color:#fff;
	font-weight:400;
	height:auto;
	line-height:1em;
	margin-top:0;
	position:absolute;
	text-align:center;
	top:40px;
	width:auto;
}
.feature.powercube .applications {
	background:#f7f7f7;
	padding:40px 0;
}
.feature.powercube .applications h2 {
	padding-bottom:40px;
}
.feature.powercube .applications h2+p {
	color:#003e65;
	margin:-10px 0 0;
	padding:0 230px 40px;
	text-align:center;
}
.feature.powercube .applications:nth-child(2n) {
	background:#fff;
}
.feature.powercube .applications .img-row {
	margin-bottom:10px;
	padding:0 110px;
}
.feature.powercube .applications .img_row>a {
	display:block;
	float:left;
}
.feature.powercube .applications .img-row>a+a {
	margin-left:6px;
}
/*.feature.powercube .disaster-relief{margin-bottom: 80px;}*/
/*--Report Card--*/
.report-card {
	font-size:12px;
	line-height:25px;
	padding:10px;
}
.report-card h3 {
	color:#005189;
	font-size:2.333em;
	font-weight:bold;
	margin-bottom:30px;
}
.report-card h3 img {
	margin-right:10px;
}
.report-card h3 span {
	color:#90c7e7;
	font-weight:300;
}
.report-card .center {
	text-align:center;
}
.report-card h3+table {
	min-width:1106px;
	width:100%;
}
.effect img {
	height:661px;
	position:absolute;
	right:-20px;
	top:-9.5px;
	width:16px;
	z-index:100;
}
.effect {
	position:relative;
}
.report-card .group-label,.report-card .legend .group-label {
	background:#005189;
	border:1px solid #abc2d1;
	color:#fff;
	padding:0;
	vertical-align:middle;
	width:30px;
}
.report-card .legend .group-label {
	border:1px solid #005189;
}
.report-card .group-label span {
	left:-17px;
	position:absolute;
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	transform:rotate(-90deg);
}
.report-card th {
	background:#90c7e7;
	border-left:2px solid #92c4e3;
	border-right:2px solid #92c4e3;
	color:#fff;
	font-size:0.75em;
	font-weight:700;
	line-height:100%;
	text-align:left;
	padding:0 5px;
	vertical-align:middle;
}
.report-card th.pt2 {
	background:#005189;
	border-left:2px solid #306091;
	border-right:2px solid #306091;
	padding:5px 10px;
}
.report-card th.pt2.plus {
	padding-left:25px;
}
.report-card th.pt2.plus+.plus {
	padding-left:10px;
}
.report-card .pt2 span {
	display:block;
	position:relative;
}
.report-card .pt2 span:after {
	content:'+';
	font-size:3em;
	font-weight:normal;
	margin-top:-7px;
	position:absolute;
	right:-19px;
	top:50%;
}
.report-card .equals span:after {
	content:'=';
}
.report-card tbody tr:nth-child(2n+1) {
	background:#f2f2f2;
}
.report-card tbody tr:nth-child(2n+1) td:nth-child(n+8) {
	background:#ddeef8;
}
.report-card tbody tr:nth-child(2n) td:nth-child(n+8) {
	background:#f4f9fd;
}
.report-card tbody tr.group-start td:nth-child(8),.report-card tbody tr:first-child td:nth-child(8) {
	background:#f2f2f2;
}
.report-card tbody tr.gpa {
	background:#c7e3f4;
}
.report-card tbody tr.gpa td:nth-child(n) {
	background:#c7e3f4;
	color:#005189;
}
.report-card tbody td {
	border-left:2px solid #eaeaea;
	border-right:2px solid #eaeaea;
	color:#81bd41;
	font-weight:bold;
	height:31px;
	line-height:100%;
	padding:0 5px;
	text-align: center;
}
.report-card tbody td.title {
	color:#005189;
	/* 9/16 */
	font-size:0.75em;
	font-weight:700;
	line-height:120%;
	width:116px;
	text-align:left;
}
.report-card td div:after {
	background:#DDEEF8;
	bottom:-12px;
	content:'';
	height:3px;
	left:-5px;
	padding:0 5px;
	position:absolute;
	width:100%;
}
.report-card td:last-child div:after {
	border-right:0;
}
.report-card tr.tr-0 th.pt2 div:after {
	background:#005189;
	border-left:2px solid #306091;
	border-right:2px solid #306091;
	content:'';
	height:3px;
	left:-12px;
	padding:0 10px;
	position:absolute;
	top:-8px;
	width:100%;
}
.report-card tr.tr-0 th.pt2:last-child div:after {
	height:4px;
	top:-9px;
}
.report-card tr.tr-0 th.pt2 div {
	position:relative;
}
.report-card tr.tr-1 td div:after {
	border-left:2px solid #EAEAEA;
	border-right:1px solid #EAEAEA;
	bottom:auto;
	top:-11px;
}
.report-card tr.tr-1 td:last-child div:after {
	border-right:0;
}
.report-card tr.tr-1 td div:before {
	background:#DDEEF8;
	bottom:-11px;
	content:'';
	height:3px;
	left:-5px;
	padding:0 5px;
	position:absolute;
	width:100%;
}
.report-card tr.tr-18:nth-child(n) td div:after {
	bottom:-13px;
}
.report-card tr.tr-19:nth-child(n) td div:after {
	bottom:-14px;
	height:4px;
}
.report-card tr.tr-20:nth-child(n) td div:after {
	background:#C7E3F4;
	border-left:2px solid #EAEAEA;
	border-right:1px solid #EAEAEA;
	height:4px;
	left:-2px;
	bottom:-16px;
}
.report-card tr.tr-20:nth-child(n) td:last-child div:after {
	bottom:-15px;
	border-right:2px solid #eaeaea;
	left:-2px;
	width:92%;
}
.report-card .group-label>div {
	position:relative;
	width:30px;
}
.report-card .tr-1 .group-label>div:after {
	background:#fff;
	content:'';
	height:3px;
	left:0;
	position:absolute;
	top:-124px;
	width:18px;
}
.report-card .tr-1 .group-label>div:before {
	display:none;
}
.report-card .tr-9 .group-label.two>div:after {
	height:5px;
	left:0;
	top:-189px;
	width:20px;
}
.report-card .legend .group-label>div:after {
	display:none;
}
.report-card tr:nth-child(2n) td div:after {
	background:#F4F9FD;
}
.report-card td div {
	position:relative;
}
.report-card tbody .gpa td {
	padding:1px 0 2px;
}
.report-card .lg {
	font-size:1.5em;
	line-height:60%;
}
.report-card .legend {
	border-bottom:1px solid #eaeaea;
}
.report-card .legend th {
	background:#DBEAF5;
	border:2px solid #d8e7f0;
	color:#005189;
	line-height:150%;
}
.report-card .legend .group-label span {
	left:-3px;
}
.report-card .legend tbody td {
	color:#005189;
	font-size:0.75em;
	text-align:left;
	padding:0 0 0 5px;
	width: 85px;
}
.report-card p {
	color:#005189;
	/* 12/16 */
	font-size:0.75em;
	font-weight:bold;
	margin-left:37px;
}
/*--Feature Patents--*/
.feature.patents {
	padding:50px 0;
}
.feature.patents ul {
	font-family:'Open Sans',helvetica;
	list-style:none;
	margin-top:30px;
	margin-left:0;
}
.feature.patents li a {
	background:url(../img/patents-arrow.gif) no-repeat right transparent;
	border-bottom:1px solid #b3cdde;
	display:block;
	padding: 25px 0;
}
.feature.patents li .larger {
	/*--24/16--*/
	font-size:1.5em;
	line-height:1.5em;
	display:block;
}
.single-patent {
	background:#fff;
	padding:70px;
	width:600px;
}
.single-patent h3 {
	color:#0069aa;
	font-size: 2.187em;
}
/*--Three Column Nav--*/
.feature.threecol {
	padding-bottom:50px;
	padding-top:20px;
}
.feature.threecol nav {
	margin-bottom:30px;
	padding-left:30px;
}
.feature.threecol nav h2 {
	color:#7c7a7a;
	font-size:1.25em;
	font-weight:600;
	display:inline;
	margin:0;
}
.feature.threecol form {
	display:inline;
}
.feature.threecol nav select {
	background:#fefefe;
	background:-webkit-linear-gradient(#fefefe,#ddd);
	background:linear-gradient(#fefefe,#ddd);
	border-radius:5px;
	font:1.125em/1em 'Open Sans',helvetica;
	height:2.5em;
	margin:0 10px;
}
.feature.threecol article {
	background:#fff;
	height:650px;
	margin-bottom:30px;
	overflow:hidden;
	text-align:center;
}
.feature.industries-nav article {
	height:635px;
}
.feature.threecol article .padding {
	padding:20px;
}
.feature.threecol article h2 {
	border-bottom:1px solid #b2d2e5;
	font-size:1.75em;
	line-height:1.5em;
	padding-bottom:5px;
}
.feature.threecol article h2 img {
	margin-bottom:10px;
}
.feature.threecol article .btn {
	margin-top: 20px;
}
/*--Feature Personnel Listing--*/
.feature.personnel-listing {
	padding-top:60px;
}
.feature.personnel-listing article {
	padding-bottom:50px;
}
.feature.personnel-listing img {
	background:#fff;
	float:left;
	padding:10px;
}
.feature.personnel-listing img+.text {
	padding-left: 204px;
}
.feature.personnel-listing h2 {
	/*--27/16--*/
	font-size:1.6875em;
	line-height:1em;
	margin-bottom:0;
}
.feature.personnel-listing h3 {
	font-size:1em;
	font-style:italic;
	line-height: 1.2em;
}
/*--Feature Media Center--*/
.feature.media-center {
	padding:0;
}
.feature.media-center .item {
	background:#fcfcfc;
	margin:10px 0 30px;
	padding:10px 20px;
	position:relative;
}
.feature.media-center .item article {
	padding:20px 0;
}
.feature.media-center .item article .location {
	font-weight:700;
}
.feature.media-center .item article+p {
	margin-top:-10px;
}
.feature.media-center .item article .more a {
	color:#1869a6;
	font-weight:700;
}
.feature.media-center .item .spr-ir-pagination a {
	background:none;
}
.feature.media-center .item .spr-ir-pagination a:hover {
	background:#7DBF1B;
}
.feature.media-center p.more {
	margin:30px 0 -10px 0;
}
.feature.media-center p.more a {
	color:#333;
	font-weight: 600;
}
.feature.media-center h2 {
	color:#1869a6;
	/*--46/16--*/
	font:300 2.875em/1.2em ClanWeb-Book,'Open Sans',helvetica;
	letter-spacing:-1px;
}
.feature.media-center .item h2 {
	color:#7a7a7a;
}
.feature.media-center .item h3 {
	display:inline;
	font-size:1.75em;
	line-height:1.2em;
	margin-bottom:0;
	margin-right:10px;
	padding-right:90px;
}
.feature.media-center .item .no-results h3 {
	display:block;
	margin:20px 0 10px;
}
.feature.media-center .item .inline-date {
	color:#7a7a7a;
	font-size:0.9375em;
	font-weight:300;
	padding:5px 0 0 0;
}
.feature.media-center .item .inline-date+p {
	clear:both;
	margin-top:10px;
}
.feature.media-center .item .rss {
	background:url(../img/rss-icon.gif) no-repeat right 4px transparent;
	padding-right:25px;
	position:absolute;
	right:20px;
	top:20px;
}
.feature.media-center .events article {
	position:relative;
	padding-right:115px;
}
.single-event h1 {
	font-size:2.5em;
	line-height:1.3em;
}
.feature.media-center .event-list .item h3 {
	display:block;
	margin:0 0 5px;
}
.feature.media-center .events .date,.feature.media-center .item .date {
	background:#e8e8e8;
	border:1px solid #cdcdcd;
	padding:0;
	position:absolute;
	right:40px;
	text-align:center;
	top:25px;
}
.feature.media-center .item .date.in-the-news {
	background:transparent;
	border:0;
	position:static;
	text-align:left;
}
.feature.media-center .events .date .border,.feature.media-center .item .date .border {
	border-bottom:1px solid #f5f5f5;
	border-left:1px solid #ededed;
	border-right:1px solid #ededed;
	border-top:1px solid #f5f5f5;
	display:block;
	height:72px;
	width:62px;
}
.feature.media-center .events .date .month,.feature.media-center .item .date .month {
	color:#0069aa;
	display:block;
	font-size:1.1875em;
	font-weight:600;
	margin:5px 0 2.5px;
	text-transform: uppercase;
}
.feature.media-center .events .date .day,.feature.media-center .item .date .day {
	display:block;
	/*--40/16--*/
	font-size:2.5em;
	line-height:1em;
	font-weight:bold;
	margin-top:2.5px;
}
.feature.media-center aside .resources {
	background:#fcfcfc;
	margin:10px 0 20px;
}
.feature.media-center aside .resources .popular {
	background:#eee;
	background:-webkit-linear-gradient(#eee,#fcfcfc 20%);
	background:linear-gradient(#eee,#fcfcfc 20%);
	padding:20px;
}
.feature.media-center aside .resources .search {
	background:#5f5f5f;
	background:-webkit-linear-gradient(#5f5f5f,#5c5c5c,#2d2d2d);
	background:linear-gradient(#5f5f5f,#5c5c5c,#2d2d2d);
	padding:10px 20px;
}
.feature.media-center aside .resources h2 {
	color:#efefef;
	margin-bottom:20px;
}
.feature.media-center aside .resources .search a {
	color:#7ebf1b;
	font-size:0.875em;
}
.feature.media-center aside .resources h3 {
	color:#0069aa;
}
.feature.media-center aside .resources ol li {
	list-style:none;
	padding:5px 0;
}
.feature.media-center aside .resources ol li:before {
	color:#0069aa;
	content:'- ';
}
.feature.media-center aside .gallery {
	background:#fcfcfc;
	margin-bottom:20px;
	padding:20px 20px 5px;
}
.feature.media-center aside .image-gallery img {
	height:122px;
}
.feature.image-gallery .video-box {
	display:block;
	height:152px;
	overflow:hidden;
}
.feature.media-center aside .gallery:last-child {
	margin-bottom:40px;
}
.feature.media-center aside .gallery ul {
	margin-left:0;
	margin-top:20px;
}
.feature.media-center aside .gallery li {
	float:left;
	list-style:none;
	padding-bottom:20px;
}
.feature.media-center aside .gallery li:nth-child(2n) {
	padding-left:10px;
}
.feature.media-center aside .resources p a,.feature.media-center aside .gallery p a {
	font-weight: 300;
}
/*--Media Gallery--*/
.feature.media-gallery {
	padding-top:10px;
}
.feature.media-gallery h2 {
	color:#7a7a7a;
	font-weight:300;
	margin-bottom:20px;
}
.feature.media-gallery nav {
	padding:0;
	margin-bottom:60px;
	text-align:center;
}
.feature.media-gallery nav .btn-group {
	background:#fff;
	background:-webkit-linear-gradient(#fff,#d3d4d4);
	background:linear-gradient(#fff,#d3d4d4);
	box-shadow:0 5px 6px -6px #ccc;
	margin-right:0;
	padding:0 20px;
}
.feature.media-gallery .btn-group button {
	background:transparent;
	border-radius:0;
	border:0;
	box-shadow:none;
	border-left:1px solid #e2e2e2;
	color:#0069aa;
	font-weight:300;
	padding:10px 20px;
	text-shadow:none;
}
.feature.media-gallery .btn-group button:hover,.feature.media-gallery .btn-group button.active,.feature.media-gallery .btn-group button.active:hover {
	background:#bfbfbf;
	box-shadow:none;
	color:#fff;
}
.feature.media-gallery .btn-group button:first-child {
	border-left:0;
}
.feature.image-gallery .image-row {
	margin-bottom:30px;
}
.feature.image-gallery .row a:first-child {
	margin-left:0;
}
.feature.video-gallery .container:before {
	content:'Scroll';
	margin-left:137px;
	margin-top:120px;
	position:absolute;
}
.feature.video-gallery .container:after {
	content:'Scroll';
	margin-left:140px;
}
.feature.video-gallery .carousel {
	position:relative;
	height:650px;
	width:258px;
}
.feature.video-gallery .carousel .carousel-inner a {
	background:#fff;
	display:block;
	height:170x;
	margin-bottom:20px;
	padding:10px;
	width:235px;
	position:relative;
}
.feature.video-gallery .carousel .carousel-inner a.active:before,.feature.video-gallery .carousel .carousel-inner a:hover:before {
	background:#333;
	content:'';
	height:100%;
	left:0;
	opacity:.5;
	position:absolute;
	top:0;
	width:100%;
}
.feature.video-gallery .carousel .carousel-inner a:after {
	border:30px solid transparent;
	border-left:30px solid #fff;
	content:'';
	left:50%;
	margin:-30px 0 0 -20px;
	position:absolute;
	top:50%;
}
.feature.video-gallery .carousel .carousel-inner a.active:after,.feature.video-gallery .carousel .carousel-inner a:hover:after {
	border-left:30px solid #eee;
}
.feature.video-gallery .carousel .carousel-inner a img {
	width:100%;
	height:170px;
}
.feature.video-gallery .vertical .carousel-inner {
	height:100%;
}
.feature.video-gallery .carousel.vertical .item {
	-webkit-transition:0.6s ease-in-out top;
	-moz-transition:0.6s ease-in-out top;
	-ms-transition:0.6s ease-in-out top;
	-o-transition:0.6s ease-in-out top;
	transition:0.6s ease-in-out top;
}
.feature.video-gallery .carousel.vertical .active {
	top:0;
}
.feature.video-gallery .carousel .carousel-control {
	background:red;
	border-radius:0;
	border:0;
	height:0;
	width:0;
}
.feature.video-gallery .carousel .carousel-control:after {
	border-bottom:0;
	border-left:20px solid transparent;
	border-right:20px solid transparent;
	content:'';
	position:absolute;
	left:0;
}
.feature.video-gallery .carousel.vertical .next {
	right:50%;
	top:100%;
}
.feature.video-gallery .carousel.vertical .next:after {
	border-top:20px solid #7dbf1b;
	left:-20px;
}
.feature.video-gallery .carousel.vertical .prev {
	left:50%;
	top:0;
}
.feature.video-gallery .carousel.vertical .prev:after {
	border-bottom:20px solid #7dbf1b;
	left:-20px;
	top:-20px;
}
.feature.video-gallery .carousel.vertical .next.left,.feature.video-gallery .carousel.vertical .prev.right {
	top:0;
}
.feature.video-gallery .carousel.vertical .active.left {
	top:-100%;
}
.feature.video-gallery .carousel.vertical .active.right {
	top:100%;
}
.feature.video-gallery .carousel.vertical .item {
	left:0;
}
.feature.video-gallery .vjs-poster {
	height:100%;
}
.feature.video-gallery .video-player h2 {
	color:#0069aa;
	font-size:1.25em;
	margin-top:15px;
}
.single-video {
	margin:0 auto;
	padding:40px 0;
	position:relative;
	text-align:center;
}
.video-pop {
    display: none;
}
.single-video .video-box img {
	border:1px solid #ccc;
}
.single-video .video-box:before {
	background:none repeat scroll 0 0 #FFFFFF;
	content:"";
	height:100%;
	left:0;
	opacity:0.2;
	position:absolute;
	top:0;
	width:100%;
}
.single-video .video-box:after {
	background:none repeat scroll 0 0 #FFFFFF;
	border-radius:10px;
	content:"Play Video";
	font-size:24px;
	left:50%;
	line-height:40px;
	margin-left:-125px;
	margin-top:-20px;
	opacity:0.6;
	position:absolute;
	text-align:center;
	top:50%;
	width:250px;
}
.single-video .video-box-play-button:after {
    background-color:transparent;
    content:url(https://d1io3yog0oux5.cloudfront.net/esph2/files/images/video-play_100x100.png);
}
.single-video .video-box:hover:before {
	opacity:0.6;
}
.single-video .video-box:hover:after {
	opacity: 1;
}
/* Resource Center */
.feature.resource-center {
	position:relative;
	top:-20px;
}
.feature .resource-hub {
	padding-top:0;
}
.feature .resource-hub .search {
	background:#5f5f5f;
	background:-webkit-linear-gradient(#5f5f5f,#5c5c5c,#2d2d2d);
	background:linear-gradient(#5f5f5f,#5c5c5c,#2d2d2d);
	color:#fff;
	margin-bottom:-80px;
	padding:40px 30px 20px;
	position:relative;
	top:-100px;
}
.feature .resource-hub .search input {
	font-size:1em;
	margin-right:10px;
	padding:15px;
}
.feature .resource-hub .search select {
	border:1px solid #fff;
	border-radius:5px;
	color:#626161;
	font-size:1em;
	height:51px;
	margin:0 10px;
	padding:13px 10px;
}
.feature .resource-hub .search .btn {
	font-weight:600;
	padding:8px 30px;
	text-transform:uppercase;
}
.feature .resource-hub .search-cat {
	color:#1869a6;
}
.feature .resource-hub .search-cat h4 {
	font-size:1.6875em;
	line-height:1.5em;
}
.feature .resource-hub .search-cat ul {
	margin-left:0;
}
.feature .resource-hub .search-cat ul li {
	font-size:1.125em;
	line-height:1.5em;
	list-style:none;
	padding:5px 0 5px 15px;
	position:relative;
}
.feature .resource-hub .search-cat ul li:before {
	content:'- ';
	left:0;
	position:absolute;
}
.feature .resource-hub .search-cat .results {
	margin-left:-30px;
}
.feature .resource-hub .search-cat .results li {
	background:#fcfcfc;
	margin-top:20px;
	padding:10px;
	width:93.5%;
}
.feature .resource-hub .search-cat .results li:before {
	content: '';
}
.cycle-slideshow {
    margin-left: 40px;
    position: relative;
}
.cycle-slideshow .logo.slide {
    display: inline-block;
    float: none;
    height: 75px;
    margin-left: 0;
    position: relative !important;   
}
.cycle-prev,
.cycle-next {
    display: block;
    position: absolute;   
    height: 48px;
    width: 48px;
}
.cycle-prev {
    background:url(../images/icon-arrow-left.png) 0 0 no-repeat transparent;
    top: 100px;
    left: -50px;
}
.cycle-next {
    background:url(../images/icon-arrow-right.png) 0 0 no-repeat transparent;
    top: 100px;
    right: -50px;
}
.home .in-the-news .logo.slide a img {
    max-width: 90%;   
}
/*--Awards--*/
.body .awards {
	margin-top:20px;
}
.body .awards .item {
	border-top:1px solid #d4d4d4;
	margin-top:20px;
	padding-top:20px;
}
.body .awards .item:first-child {
	border:0;
	margin-top:0;
}
.body .awards .item img+.text {
	padding-left:145px;
}
.body .awards .item h2 {
	font-size:1.25em;
	line-height: 1.5em;
}
/*--Contact--*/
.feature.contact form:before {
	color:#0069aa;
	content:'* Required';
	display:block;
	font-size:1.125em;
	position:absolute;
	right:25px;
	top:-35px;
}
.feature.contact form {
	position:relative;
}
.feature.contact form label {
	font-weight:300;
	font-size:1.125em;
}
.feature.contact form .controls {
	margin-left:160px;
}
.feature.contact form .control-group {
	position:relative;
}
.feature.contact form .control-label {
	text-align:left;
}
.feature.contact form input,.feature.contact form textarea {
	box-shadow:inset 1px 1px 4px #ddd;
	font-size:1.125em;
	padding:10px;
	width:90%;
}
.feature.contact form label.required:after {
	color:#0069aa;
	font-weight:300;
	right:5px;
	content:'*';
	position:absolute;
}
input[type=file] {
	background:#fff;
	line-height:150%;
	-webkit-appearance:textfield;
}
input[type=file]::-webkit-file-upload-button {
	-webkit-appearance:none;
}
x::-webkit-file-upload-button,input[type=file]:after {
	-webkit-appearance:button;
}
.feature.contact form textarea {
	height:160px;
}
.feature.contact form select {
	border:1px solid #ccc;
	border-radius:5px;
	box-shadow:1px 1px 4px #ddd inset;
	font-size:1.125em;
	height:40px;
	line-height:2em;
	padding:5px;
	width:94.4%;
}
.feature.contact form label.checkbox {
	color:#7a7a7a;
}
.feature.contact form input[type='checkbox'] {
	width:auto;
}
.feature.contact form .btn {
	margin-top:10px;
}
.feature.contact aside iframe {
	border:10px solid #fff;
	border-radius:5px;
}
.feature.contact aside h2 {
	color:#0069aa;
	font-size:1.6875em;
	font-weight:500;
}
.feature.contact aside address {
	color:#7a7a7a;
	font-size:1.125em;
	line-height:1.5em;
}
.feature p.tel {
	color:#0069aa;
	font-size:1.125em;
	font-weight: 500;
}
/*--Timeline--*/
.feature.timeline {
	background:#fff;
	padding:0 0 30px;
	position:relative;
}
.feature.timeline nav {
	position:absolute;
}
.feature.timeline .affix {
	position:fixed;
	top:0;
	z-index:1;
}
.feature.timeline .nav {
	background:#fff;
	background:-webkit-linear-gradient(#fff,#d3d4d4);
	background:linear-gradient(#fff,#d3d4d4);
	box-shadow:0 5px 6px -6px #ccc;
	margin-right:0;
	padding:0;
}
.feature.timeline .nav a {
	background:transparent;
	border-radius:0;
	border:0;
	box-shadow:none;
	border-left:1px solid #e2e2e2;
	color:#0069aa;
	font-weight:300;
	padding:10px 15px;
	text-shadow:none;
}
.feature.timeline .nav a:hover,.feature.timeline .nav li.active a,.feature.timeline .nav a.active:hover {
	background:#176aa8;
	box-shadow:none;
	color:#fff;
}
.feature.timeline .nav li:first-child a {
	border-left:0;
}
.feature.timeline .nav .top a {
	padding-left:10px;
}
.feature.timeline .nav .top a:before {
	border-bottom:6px solid #176aa8;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	content:'';
	display:block;
	float:left;
	margin:5px;
}
.feature.timeline .nav .top a:hover:before {
	border-bottom:6px solid #fff;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	content:'';
	display:block;
	float:left;
	margin:5px;
}
.feature.timeline .year:first-child {
	margin-top:70px;
}
.feature.timeline .year+.year {
	padding-top:60px;
}
.feature.timeline .year .bg {
	background:url(../img/timeline-slice.png) repeat-y 50% 0 transparent;
	margin-top:10px;
	padding:72px 0 43px;
}
.feature.timeline .year h3 {
	background:#176aa8;
	border-radius:10px;
	color:#fff;
	font-size:0.875em;
	font-weight:600;
	margin:0 auto;
	position:relative;
	text-align:center;
	text-transform:uppercase;
	width:60px;
}
.feature.timeline .year h3:after {
	border-top:6px solid #176aa8;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	content:'';
	position:absolute;
	margin-left:-6px;
	left:50%;
	bottom:-6px;
}
.feature.timeline .item {
	background:#f3f3f3;
	border:1px solid #c9c9c9;
	border-radius:5px;
	float:left;
	height:176px;
	margin:147px 0 0 7.5%;
	position:relative;
}
.feature.timeline .item.first {
	margin-top:0;
}
.feature.timeline .item.first+.first {
	margin-top:161px;
}
.feature.timeline .item.right {
	float:right;
	margin-left:0;
	margin:147px 7.5% 0 0;
}
.feature.timeline .item:after {
	border-bottom:16px solid transparent;
	border-left:16px solid #f3f3f3;
	border-top:16px solid transparent;
	content:'';
	position:absolute;
	margin-top:-21px;
	top:50%;
	right:-16px;
}
.feature.timeline .item.right:after {
	border-left:0;
	border-right:16px solid #f3f3f3;
	left:-16px;
	right:auto;
}
.feature.timeline .item .padding {
	background:#f3f3f3;
	background:-webkit-linear-gradient(#fff,#e5e5e5);
	background:linear-gradient(#fff,#e5e5e5);
	height:126px;
	margin:5px;
	overflow:scroll;
	padding:20px;
}
.feature.timeline .item .padding:after {
	border-bottom:16px solid transparent;
	border-left:16px solid #c9c9c9;
	border-top:16px solid transparent;
	content:'';
	position:absolute;
	margin-top:-21px;
	top:50%;
	right:-17px;
}
.feature.timeline .item.right .padding:after {
	border-left:0;
	border-right:16px solid #c9c9c9;
	left:-17px;
	right:auto;
}
.feature.timeline .text {
	color:#176aa8;
	font-size:1em;
	padding:0;
}
.feature.timeline .text h4 {
	color:#524b48;
	font-size:1.5em;
	font-weight:400;
	margin-top:0;
}
.feature.timeline .item img {
	float:left;
}
.feature.timeline .item img+.text {
	padding-left: 151px;
}
/*--Business Model--*/
.feature.business-model {
	background:url(https://d1io3yog0oux5.cloudfront.net/esph2/files/img/business-model-bg.gif) repeat-x 0 -37px #c3dceb;
	padding: 40px 0;
}
.feature.business-model article h2 {
	color:#176aa8;
	/*--28/16--*/
	font-size:1.75em;
	font-weight:300;
}
.feature.business-model article h3 {
	color:inherit;
	font-size:1em;
	font-weight:700;
	line-height:1em;
	margin-top:25px;
}
.feature.business-model .post img {
	margin-bottom:0;
}
.feature.business-model .step {
	position:relative;
}
.feature.business-model .text {
	display:none;
}
.feature.business-model .next-step {
	bottom:0;
	position:absolute;
	right:0;
	z-index:10;
}
.feature.business-model #top .next-step {
	bottom: 100px;
}
/*--Licensing--*/
.feature.ecos-licensing {
    background:#f6f6f6;
    padding:40px 0;    
    margin-bottom:0;
}
.ecos-licensing .legend {
    margin-top:50px;
      margin-bottom:15px;
}
.licensing-icon {
    background:transparent no-repeat 0 0;
    display:inline-block;
    height:22px;
    width:23px;
    text-indent:-99999em;
}
.licensing-icon.available {
    background-image:url(../images/licensing/bullet-available.png);
}
.licensing-icon.semi-available {
    background-image:url(../images/licensing/bullet-semi-available.png);
}
.ecos-licensing .sold {
    color:#FDC211;
}
.legend .licensing-icon {
    margin:0 10px;
    position:relative;
    top:5px;
}
.legend .licensing-icon:first-child {
    margin-left:0;    
}
h3 .licensing-icon {
    position:relative;
    top:2px;
}
.ecos-licensing .content-block {
	background:#fff;
  padding:20px 40px;
}
.ecos-licensing .content-block  + .content-block {
	margin-top:40px;      
}
.ecos-licensing .content-block h2 {
	  color:#003e65;
    font-size:45px;
    margin:20px 0 30px;
}
.ecos-licensing .content-block h2 .applications {
		color:#016aaa;
}
.ecos-licensing .content-block h3 {
	color:#003e65;
    margin-top:20px;
}
.ecos-licesning .content-block h3:first-child {
    margin-top:0;    
}
.ecos-licensing .content-block h3 + p {
	padding-left:30px;      
}
.ecos-licensing .territories h3 {
	color:#016aaa;
	margin-bottom:0;      
}
.ecos-licensing .territories h3 + p {
	padding-left:0;  
}
.ecos-licensing .territories p + h3 {
	margin-top:20px;
}
.feature.licensing-contact {
    background:#efefef;
    padding-top:40px;
}
.feature.licensing-contact h2 {
    color: #003E65;
    font: 300 40px/1em ClanWeb-Book,'Open Sans',helvetica;
    letter-spacing: -1px;    
}
.feature.licensing-contact .lg-text {
    font-size:18px;    
}
.feature.licensing-contact form {
    margin-top:50px;    
}
.feature.licensing-contact form:before {
    display:none;
}
.feature.licensing-contact .row > .span6 {
    position:relative;    
}
.feature.licensing-contact .row > .span6:first-child:before {
    color: #0069AA;
    content: "* Required";
    display: block;
    font-size: 1em;
    position: absolute;
    right: 25px;
    top: -35px;
}
.feature.licensing-contact .row > .span6 + .span6 input[type="text"],
.feature.licensing-contact .row > .span6 + .span6 textarea {
    width:95%;        
}
.feature.licensing-contact form label.required:after {
    right:-15px;    
}
.icap img {
    margin-right:20px;
    position:relative;
    top:-18px;
}
.icap p {
    padding-right:20px;    
}
/*--Product Overview--*/
.product .carousel .item {
	border:17px solid #f2f2f2;
	/*height:328px;*/
	overflow:hidden;
	/*width:738px;*/
}
.product .carousel img {
	margin:0;
}
.product .carousel .carousel-control {
	border:0;
	border-radius:5px 0 0 5px;
	background:#d7d7d7;
	color:#717171;
	line-height:0.4em;
	margin-top:15px;
}
.product .carousel .carousel-control:hover {
	color:#fff;
}
.product .carousel .carousel-control.right {
	right:17px;
}
.product .carousel .carousel-control.left {
	border-radius:0 5px 5px 0;
	margin-left:2px;
}
.product .description {
	-webkit-columns:2;
	-moz-columns:2;
	columns:2;
	padding-top:10px;
}
.product .description p:first-child {
	padding-top: 0;
}
.product .contact {
	font-size:1.4375em;
	/*18/16*/
	margin:20px 0 30px;
}
.product .tabs .tab-nav {
	margin:0;
}
.product .tabs .tab-nav li {
	border-radius:0 5px 0 0;
	line-height:2.5em;
	margin:0;
	overflow:hidden;
	width:188.5px;
}
.product .tabs .tab-nav li+li {
	margin-left:5px;
}
.product .tabs .tab-nav li a {
	background:#d4d2d2;
	color:#333;
	display:block;
	text-decoration:none;
}
.product .tabs .tab-nav li.ui-tabs-active a,.product .tabs .tab-nav li a:hover {
	background:#0069aa;
	color:#fff !important;
}
.product .tabs .tab {
	background:#efefef;
}
.product .tabs .tab .text {
	padding:20px;
}
.product .tabs .tab .text h2 {
	margin-top:0;
}
.product .tabs .tab li {
	background:url(../img/bullet-blue.gif) no-repeat 0 10px;
	margin:0;
	padding-bottom:5px;
	padding-left:10px;
	text-indent:0;
}
/*#tabs-3 .text li:before{content:"–";padding-right:10px;}#tabs-3 .text li{background:none;padding-left: 0;}*/
.product .products-nav {
	float:right;
	margin:10px 0 0 0;
	text-align:right;
	width:250px;
}
.product .products-nav>li {
	background:none;
	display:inline;
	font-weight:700;
	margin-left:7px;
}
.product .gallery {
	background:#EFEFEF;
}
.product .gallery h2 {
	background:#0069AA;
	color:#fff;
	font-size:1em;
	margin-bottom:20px;
	margin-top:0;
	padding:0 10px;
}
.product .gallery .item {
	float:left;
	height:103px;
	margin-bottom:5%;
	overflow:hidden;
	padding:0 5% 5%;
	position:relative;
	width:37.5%;
}
.product .gallery .item img {
	height:auto;
	max-width:200%;
	position:absolute;
	width: auto;
}
/*--Search--*/
.search .loading {
	background:#555;
	background:-webkit-linear-gradient(#333,#444,#333);
	background:linear-gradient(#333,#444,#333);
	border-radius:5px;
	display:block;
	margin:20px auto;
	padding:10px;
}
.search-terms form {
	margin-top: 20px;
}
.gsc-cursor-page {
	color:#0069aa !important;
	/*--16/13--*/
	font-size:1.231em;
	padding:5px 10px;
}
.gsc-cursor-page:hover,.gsc-cursor-current-page {
	background-color:#7DBF1B;
	color:#fff !important;
	text-decoration: none !important;
}
/*--Home--*/
/*--Slideshow--*/
.home .slider .item .container {
	height:100%;
	position:relative;
}
.home .slider .item .bg-link {
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
}
.home .slider .carousel {
	height:354px;
	margin-bottom:0;
	margin-top:90px;
	overflow:hidden;
	width:100%;
}
.home .slider .carousel-inner,.home .slider .item {
	height:100%;
	/*position:relative;*/
	padding-left:0;
}
.home .slider .item img {
	bottom:0;
	right:0;
	position:absolute;
}
.home .slider .carousel-caption {
	background:none;
	bottom:auto;
	margin-left:0;
	padding-left: 0;
}
.home .slider .carousel-caption h2 {
	color:#7a7a7a;
	/*--46/16--*/
	font:300 3.25em/1.2em ClanWeb-Book,'Open Sans',helvetica;
	letter-spacing:-1px;
}
.home .slider .carousel-caption h2 sup {
	font-size:0.5em;
	top: -0.75em;
}
.home .slider .carousel-caption h3 {
	color:#0069aa;
	/*--28/16--*/
	font-size:1.75em;
	margin-bottom:40px;
}
.home .slider .carousel-nav {
	background:#d7d7d7;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	height:40px;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-85px;
}
.home .slider .carousel-nav ol {
	float:left;
	margin-left:0;
	margin-top:13px;
	position:static;
}
.home .slider li {
	background-color:#a3a3a3;
	border-radius:5px;
	cursor:pointer;
	float:left;
	height:10px;
	list-style:none;
	margin:5px;
	width:10px;
}
.home .slider li.active,.home .slider li:hover {
	background-color:#003e65;
}
.home .slider a.carousel-control {
	background:none;
	border:0;
	border-radius:0;
	color:#a3a3a3;
	margin:0;
	position:static;
}
.home .slider a.carousel-control:hover,.home .slider a.carousel-control:focus {
	border:0;
	color:#666;
	text-decoration:none;
}
.home .slider a.left {
	float:left;
}
.home .slider a.right {
	float: right;
}
/*--Bloomberg Slide--*/
#slide-3604 {
	background:url(https://d1io3yog0oux5.cloudfront.net/esph2/files/img/bloomberg-banner-bg.jpg) no-repeat 0 0 #fff;
}
#slide-3604 img {
	top:15px;
	right:auto;
}
#slide-3604 .carousel-caption {
	margin-left:400px;
	margin-top:40px;
}
#slide-3604 h2 {
	color:#7ec11b;
	font-size:28px;
	font-weight:600;
	margin-bottom:0;
}
#slide-3604 h3 {
	color:#fff;
	letter-spacing:0;
	font-size:51px;
	line-height:110%;
	margin-bottom: 20px;
}
/*--Home Feature General--*/
.home .feature {
	margin-bottom: 0;
}
.home .feature h2 {
	/*--40/16--*/
	font-size:2.5em;
}
.home .feature h3 {
	/*--28/16--*/
	font-size:1.75em;
}
.home .feature p {
	font-size:1.125em;
}
.home .feature .btn {
	background:#fff;
	background:-webkit-linear-gradient(#fff,#ededed);
	background:linear-gradient(#fff,#ededed);
	color:#0069aa;
	margin-top:20px;
	padding: 7px 20px;
}
/*--Solutions--*/
.home .solutions {
	background:#0069aa;
	padding:0;
}
.home .solutions,.home .solutions h2 {
	color:#fff;
}
.home .solutions h2 {
	margin-top:59px;
}
.home .solutions h3 {
	color:#3698d7;
	margin-top:0;
	margin-bottom:20px;
}
.home .solutions a {
	color:#fff;
}
.home .solutions article {
	padding:0;
}
.home .solutions .body {
	border-right:3px solid #5ea0c9;
	padding-bottom:60px;
	padding-left:10px;
	padding-right:60px;
	position:relative;
}
.home .solutions [class*="span"] {
	margin-left:20px;
}
.home .solutions ul {
	margin:0;
	padding:10px 0 20px;
}
.home .solutions li {
	background:none;
	margin:0;
	padding:0 30px 0 10px;
	position:relative;
	text-indent:0;
}
.home .solutions li:before {
	background:#0069aa;
	border:1px solid #fff;
	border-radius:6px;
	content:' ';
	height:11px;
	left:-28px;
	position:absolute;
	top:27px;
	width:11px;
}
.home .solutions li.divider:before {
	background:#fff;
	border:0;
	border-radius:4px;
	content:' ';
	height:7px;
	left:-25px;
	position:absolute;
	top:-3px;
	width:7px;
}
.home .solutions li a {
	color:#fff;
	display:block;
	padding:20px 0;
	position:relative;
	text-decoration: none;
}
.home .solutions li a:hover,.home .solutions li a:active,.home .solutions li a:focus {
	background:#2387c5;
	border-bottom:10px solid #2387c5;
	border-top:10px solid #2387c5;
	/*--24/16--*/
	font-size:1.5em;
	padding:10px 0 10px 10px;
}
.home .solutions li a:hover:after {
	content:' ';
	border-left:7px solid #fdc211;
	border-top:7px solid transparent;
	border-bottom:7px solid transparent;
	margin-left:10px;
	margin-top:8px;
	position:absolute;
}
.home .solutions li a:hover:before {
	border-bottom:11px solid transparent;
	border-right:11px solid #2387c5;
	border-top:11px solid transparent;
	content:'';
	display:block;
	left:-11px;
	position:absolute;
	top: 12px;
}
/*--Meet Brisben Water--*/
.home .meet-Brisben Water {
	background:#fff;
	padding:0;
}
.meet-Brisben Water .post {
	padding-bottom:0;
}
.home .meet-Brisben Water .body {
	padding:30px 0 0;
}
.home .meet-Brisben Water .body .btn {
	margin-top:0;
}
.home .meet-Brisben Water img {
	margin-bottom: 0;
}
/*--Water Processed--*/
.home .water-processed {
	background:url(../img/hp-globe.jpg) no-repeat fixed center top #6ea12a;
	color:#fff;
	height:470px;
	padding:50px 0 0;
}
.home .water-processed h2 {
	color:#fff;
	margin-top:60px;
}
.home .water-processed h3 {
	color:#fff;
}
.home .water-processed .btn {
	margin-top:60px;
}
.home .water-processed .content-area {
	background:#f5f9fb;
	border:1px solid #d3d3d3;
	margin:100px auto;
	width: 630px;
}
/*--Tickers--*/
.home .water-processed iframe {
	border:0;
	overflow:hidden;
}
.home .water-processed .counter {
	background:#fff;
	height:109px;
	position:relative;
	width:430px;
}
.home .water-processed .count-bg {
	background:#fff;
	display:block;
	padding:0;
	margin:0;
	float:left;
	z-index:0;
}
.home .water-processed .count-bg img {
	margin:0 5px;
}
.home .water-processed .count_description {
	background:#003d62;
	clear:both;
	font-size:1em;
	padding:5px 5%;
	position:absolute;
	bottom:0;
	width: 90%;
}
/* styles for Number */
.home .water-processed .count-number.lst {
	margin-left:16px;
}
.home .water-processed .count-number {
	background:url("../ticker-test/css/img/numbers.png") repeat-y scroll 0 0 transparent;
	height:65px;
	margin-top:0;
	width:30px;
	-webkit-transition:all 600ms ease-in;
	-o-transition:all 600ms ease-in;
	-moz-transition:all 600ms ease-in;
	-ms-transition:all 600ms ease-in;
	-khtml-transition:all 600ms ease-in;
	transition:all 600ms ease-in;
}
.home .water-processed .count-number.silent {
	-webkit-transition:none;
	-o-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-khtml-transition:none;
	transition: none;
}
/* use class cn-0 to cn-9 for changing number from 0 to 9 */
.home .water-processed .count-number.cn-0:before {
	background:none;
	content:'0';
}
.home .water-processed .count-number.cn-1 {
	background-position:0 -84px;
}
.home .water-processed .count-number.cn-2 {
	background-position:0 -168px;
}
.home .water-processed .count-number.cn-3 {
	background-position:0 -252px;
}
.home .water-processed .count-number.cn-4 {
	background-position:0 -336px;
}
.home .water-processed .count-number.cn-5 {
	background-position:0 -420px;
}
.home .water-processed .count-number.cn-6 {
	background-position:0 -504px;
}
.home .water-processed .count-number.cn-7 {
	background-position:0 -588px;
}
.home .water-processed .count-number.cn-8 {
	background-position:0 -672px;
}
.home .water-processed .count-number.cn-9 {
	background-position:0 -756px;
}
.home .water-processed .count-number.cn-10 {
	background-position:0 -840px;
}
.home .water-processed .count-number.cn-11 {
	background-position:0 -924px;
}
.home .water-processed .count-number.cn-12 {
	background-position:0 -1008px;
}
.home .water-processed .count-number.cn-13 {
	background-position:0 -1092px;
}
.home .water-processed .count-number.cn-14 {
	background-position:0 -1176px;
}
.home .water-processed .count-number.cn-15 {
	background-position:0 -1260px;
}
.home .water-processed .count-number.cn-16 {
	background-position:0 -1344px;
}
.home .water-processed .count-number.cn-17 {
	background-position:0 -1428px;
}
.home .water-processed .count-number.cn-18 {
	background-position:0 -1512px;
}
.home .water-processed .count-number.cn-19 {
	background-position: 0 -1596px;
}
/*--Home Columns--*/
.home .columns {
	background:#0069aa;
}
.home .columns .column {
	background:#fff;
	border-radius:5px;
	min-height:440px;
	overflow:hidden;
}
.home .columns .padding {
	padding:4px;
}
.home .columns h2 {
	border-bottom:1px solid #78b71a;
	color:#003e65;
	padding-bottom:10px;
	text-align:center;
}
.home .columns ul {
	margin-left:0;
	padding:0 5px;
}
.home .columns ul li {
	border-bottom:1px solid #e4e4e4;
	list-style:none;
	font-size:1.125em;
	font-weight:600;
	position:relative;
}
.home .column ul li a {
	display:block;
	padding:20px;
}
.home .column ul li a:after {
	border-bottom:11px solid transparent;
	border-left:11px solid #78b71a;
	border-top:11px solid transparent;
	content:' ';
	margin-top:-6px;
	position:absolute;
	right:10px;
	top:50%;
}
.home .column p {
	text-align: center;
}
.home .column .btn {
	background:#7fc11b;
	background:-webkit-linear-gradient(#7fc11b,#76b419);
	background:linear-gradient(#7fc11b,#76b419);
	color:#fff;
	/*--15/16--*/
	font-size:0.9375em;
	font-weight:600;
}
.home .columns .date {
	/*--16/18--*/
	font-size:0.8888em;
	font-weight:300;
	display:block;
}
.home .columns .location {
	display:block;
}
.home .columns .events .date {
	background:#e8e8e8;
	border:1px solid #cdcdcd;
	border-radius:5px;
	box-shadow:1px 1px 1px #eee;
	display:block;
	float:left;
	padding:0 10px;
	margin:0 20px 20px 0;
	text-align: center;
}
.home .columns .events .date .month {
	color:#0069aa;
	display:block;
	/*--15/16--*/
	font-size:0.9375em;
	font-weight:600;
	line-height:1em;
	margin:5px 0;
	text-transform:uppercase;
}
.home .columns .events .date .day {
	color:#909090;
	display:block;
	/*--40/16--*/
	font-size:2em;
	line-height:1em;
	font-weight:bold;
	margin-top:2.5px;
}
.home .columns .events .text {
	display:block;
	padding-left:78px;
}
.home .columns .events .no-results {
	border-bottom:0;
	margin-top:30px;
	text-align:center;
}
.home .columns .carousel {
	height:370px;
	margin-bottom:10px;
	overflow:hidden;
}
.home .columns .carousel .carousel-indicators {
	right:50%;
	top:160px;
}
.home .columns .carousel .carousel-indicators li {
	border:1px solid #e5e5e5;
	background:fff;
	box-shadow:inset 1px 1px 1px #999;
	border-radius:10px;
	cursor:pointer;
}
.home .columns .carousel .carousel-indicators li:hover,.home .columns .carousel .carousel-indicators li.active {
	border:1px solid #005b93;
	background:#0069aa;
}
.home .columns .carousel .item {
	padding:0 4px;
}
.home .columns .carousel h3 {
	margin-bottom:20px;
	padding:20px 0 30px;
	text-align:center;
}
.home .columns .carousel h3 img {
	height:auto;
	max-width:90%;
}
.home .columns .carousel p {
	color:#0069aa;
	font-size:1em;
	line-height:1.25em;
	padding-left:10px;
	padding-bottom:20px;
	text-align:left;
}
.home .columns .carousel .more {
	border-top:1px solid #e4e4e4;
	padding-bottom:0;
	text-align:center;
}
.home .columns .partners-stacked .item {
	padding:40px 0;
	text-align:center;
}
.home .columns .partners-stacked .item+.item {
	border-top: 1px solid #E4E4E4;
}
/*--In the News--*/
.home .in-the-news {
	background:#fff;
	padding:30px 0;
	text-align:center;
}
.home .in-the-news h2 {
	margin-bottom:40px;
}
.home .in-the-news .logo a {
	display:table-cell;
	height:70px;
	text-align:center;
	vertical-align:middle;
	width: 270px;
}
/*--Custom IR--*/
.post table img {
	margin-bottom:0;
}
.spr-ir-snapshot h3,.spr-ir-boardcom h3 {
	padding-left:0;
}
.spr-ir-snapshot .body .spr-ir-pdf {
	float:left;
	text-align:center;
	width:25%;
}
.spr-ir-snapshot .body .spr-ir-pdf .text {
	margin-top:5px;
	display:block;
}
.spr-ir-snapshot .sidebar {
	float:left;
	padding-top:5px;
}
.spr-ir-snapshot .column {
	float:left;
	width:33%;
}
.spr-ir-snapshot .column+.column {
	margin-left:20px;
}
.spr-ir-news ul {
	border:0;
}
#spr-quote-box {
	margin:0;
}
#spr-quote-box img {
	margin-bottom:0;
}
.qm_heading_text {
	color:#fff;
	padding:5px;
}
.qm_heading_bar {
	background:#00599b;
}
.spr-ir-quote img {
	margin-bottom:0;
}
.qmmt_chartBuilder {
	width:100%;
}
.qmmt_chartBuilder table {
	width:100% !important;
}
div.qmmt_header_bar {
	display:none;
}
div.qmmt_sub_header_bar {
	background:none;
	padding-bottom: 10px;
}
div.qmmt_sub_header_bar .qmmt_sub_header_text {
	color:#176aa8;
	/*--28/16--*/
	font-size:1.75em;
	font-weight:300;
}
input[type='text'].qmmt_input {
	width:40px !important;
}
select.qmmt_input {
	height: 35px !important;
}
/* Historical */
#spr-qm-content>div,#spr-qm-content>div>table {
	width:100% !important;
}
.qm_history_filterBar select {
	width:auto !important;
}
.qm_historyTab_GoButton {
	height: 33px;
}
/* Financials */
.ui-tabs .ui-tabs-panel {
	padding:4px 0 0 0!important;
}
.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited.ui-state-active a:hover,.ui-state-active a:active,.ui-state-active.ui-state-hover {
	color:#003061 !important;
}
.ui-tabs-nav li a:hover,.report td.pl a:hover {
	border-bottom:0;
}
.report {
	border:2px solid #dedede !important;
	margin-bottom:0 !important;
	width:100%;
}
.report tr {
	background:#F2F3F4 !important;
}
.report tr:nth-child(2n) {
	background:#F9F9F9 !important;
}
.report th {
	background:#dedede !important;
	font-size:12px;
	padding:5px;
}
.report .tl {
	text-align:left;
}
.report .tl div {
	width:60% !important;
}
.report .th {
	text-align:right;
	vertical-align:bottom;
	width:15%;
}
.report td {
	font-size:11.5px;
	vertical-align:middle;
}
.report td.pl a,.report td.pl .a {
	display:block;
	padding:10px;
}
.report td.pl a:hover {
	background:#fff !important;
}
.report td.nump,.report td.num {
	padding:10px;
	vertical-align:middle;
}
.report tr.rh {
	background:#98A3AD !important;
	color:#fff !important;
}
.report table.authRefData {
	background:transparent !important;
	border:2px solid #aaa !important;
	width:auto;
	z-index:10;
}
.report table.authRefData .body {
	width:431px !important;
}
.report table.authRefData .hide {
	background:#aaa !important;
}
.report td.pl .authRefData td.hide a:hover {
	background:transparent !important;
}
.report td.pl .authRefData table td {
	padding:5px 0 5px 5px;
}
.authRefData p {
	font-size:11.5px !important;
	line-height:140% !important;
	padding-left:15px;
	padding-right: 15px;
}
/* General Tables */
.spr-ir-table {
	font-size:0.875em;
	padding:5px;
}
.spr-ir-table td {
	padding:5px;
}
.spr-ir-table .qm_heading_bar td {
	padding:10px;
}
article .body select {
	border-radius:5px;
	font-size:1em;
	height:30px;
}
.spr-ir-sec-filings {
	background:#f5f9fb;
	padding:5px;
}
.spr-ir-pagination {
	position:relative;
	text-align:center;
	z-index:100;
}
.spr-ir-pagination ul {
	font-size:1.125em;
	font-weight:600;
	list-style:none;
	margin-left:0;
}
.spr-ir-pagination a {
	background:#fff;
	border:0;
	padding:0 10px;
}
.spr-ir-pagination a:hover {
	background:#7dbf1b;
	border:0;
	color:#fff;
	text-decoration:none;
}
.spr-ir-pagination .current {
	background:#7dbf1b;
	color:#fff;
	padding:0 10px;
}
.post .spr-ir-news-years li {
	background:none;
	padding:0 20px;
	text-indent:0;
}
.post .spr-ir-news ul li {
	background:0;
	text-indent:0;
}
.spr-ir-year-current a {
	font-weight:bold;
}
.spr-ir-news ul li.rss-item a {
	font-size: 1.231em;
}
.spr-ir-snapshot h3 {
	background:none;
	clear:both;
	color:#176aa8;
	/*--28/16--*/
	font-size:1.75em;
	font-weight:300;
}
#spr-email-alerts input,#spr-email-alerts textarea {
	margin:10px 20px;
}
#spr-email-alerts select {
	margin:0 20px 10px;
}
#spr-email-alerts #ir-contact,#spr-email-alerts #ir-updates,#spr-email-alerts #ir-sec-all,#spr-email-alerts .ir-sec-sub {
	float:left;
	margin:2px 10px;
}
#spr-email-alerts #ir-kit {
	margin-top:3px;
}
#TB_window {
	top: 5%;
}
/*--Datepicker--*/
.ui-datepicker {
	border:1px solid #c5c5c5;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	display:none;
	margin-top:10px;
	position:relative;
}
.ui-datepicker-title {
	background:url(../img/calendar-header-bg.png) 0 0 repeat-x #B3B8BC;
	font-family:helvetica,arial;
	font-size:1.3125em;
	text-shadow:1px 1px 1px #fff;
	padding:10px 0 7px;
	text-align:center;
}
.ui-datepicker-prev,.ui-datepicker-next {
	border-bottom:8px solid transparent;
	border-top:8px solid transparent;
	cursor:pointer;
	position:absolute;
	top:13px;
}
.ui-datepicker-prev {
	border-right:8px solid #808486;
	left:10px;
}
.ui-datepicker-next {
	border-left:8px solid #808486;
	right:10px;
}
.ui-datepicker-calendar {
	width:100%;
}
.ui-datepicker-calendar td,.ui-datepicker-calendar th {
	border-left:1px solid #ccc;
	color:#9da7af;
	text-align:center;
}
.ui-datepicker-calendar th {
	background:url(../img/calendar-th-bg.png) 0 0 repeat-x #dedede;
	padding:5px;
}
.ui-datepicker-calendar tr {
	border-bottom:1px solid #ccc;
}
.ui-datepicker-calendar td {
	background:url(../img/calendar-td-bg.png) 0 0 repeat-x #f9f9f9;
	padding:0;
}
.ui-datepicker-calendar td a {
	color:#525d66;
	display:block;
	padding:5px;
	text-decoration:none;
}
.ui-datepicker-calendar td a:hover {
	cursor:default;
}
.ui-datepicker-calendar td a.ui-state-highlight {
	background:#0069aa;
	color:#fff;
	box-shadow:inset 1px 1px 5px #333;
	margin: 0;
}

/* 10/9/14 Update */

/* Growcube scoped Bootstrap update */

.growcube-form .row {
  margin-right: -15px;
  margin-left: -15px;
  box-sizing:border-box;
}
.growcube-form .col-xs-1, .growcube-form .col-sm-1, .growcube-form .col-md-1, .growcube-form .col-lg-1, .growcube-form .col-xs-2, .growcube-form .col-sm-2, .growcube-form .col-md-2, .growcube-form .col-lg-2, .growcube-form .col-xs-3, .growcube-form .col-sm-3, .growcube-form .col-md-3, .growcube-form .col-lg-3, .growcube-form .col-xs-4, .growcube-form .col-sm-4, .growcube-form .col-md-4, .growcube-form .col-lg-4, .growcube-form .col-xs-5, .growcube-form .col-sm-5, .growcube-form .col-md-5, .growcube-form .col-lg-5, .growcube-form .col-xs-6, .growcube-form .col-sm-6, .growcube-form .col-md-6, .growcube-form .col-lg-6, .growcube-form .col-xs-7, .growcube-form .col-sm-7, .growcube-form .col-md-7, .growcube-form .col-lg-7, .growcube-form .col-xs-8, .growcube-form .col-sm-8, .growcube-form .col-md-8, .growcube-form .col-lg-8, .growcube-form .col-xs-9, .growcube-form .col-sm-9, .growcube-form .col-md-9, .growcube-form .col-lg-9, .growcube-form .col-xs-10, .growcube-form .col-sm-10, .growcube-form .col-md-10, .growcube-form .col-lg-10, .growcube-form .col-xs-11, .growcube-form .col-sm-11, .growcube-form .col-md-11, .growcube-form .col-lg-11, .growcube-form .col-xs-12, .growcube-form .col-sm-12, .growcube-form .col-md-12, .growcube-form .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing:border-box;
}
.growcube-form .col-xs-1, .growcube-form .col-xs-2, .growcube-form .col-xs-3, .growcube-form .col-xs-4, .growcube-form .col-xs-5, .growcube-form .col-xs-6, .growcube-form .col-xs-7, .growcube-form .col-xs-8, .growcube-form .col-xs-9, .growcube-form .col-xs-10, .growcube-form .col-xs-11, .growcube-form .col-xs-12 {
  float: left;
}
.growcube-form .col-xs-12 {
  width: 100%;
}
.growcube-form .col-xs-11 {
  width: 91.66666667%;
}
.growcube-form .col-xs-10 {
  width: 83.33333333%;
}
.growcube-form .col-xs-9 {
  width: 75%;
}
.growcube-form .col-xs-8 {
  width: 66.66666667%;
}
.growcube-form .col-xs-7 {
  width: 58.33333333%;
}
.growcube-form .col-xs-6 {
  width: 50%;
}
.growcube-form .col-xs-5 {
  width: 41.66666667%;
}
.growcube-form .col-xs-4 {
  width: 33.33333333%;
}
.growcube-form .col-xs-3 {
  width: 25%;
}
.growcube-form .col-xs-2 {
  width: 16.66666667%;
}
.growcube-form .col-xs-1 {
  width: 8.33333333%;
}
@media (min-width: 768px) {
  .growcube-form .col-sm-1, .growcube-form .col-sm-2, .growcube-form .col-sm-3, .growcube-form .col-sm-4, .growcube-form .col-sm-5, .growcube-form .col-sm-6, .growcube-form .col-sm-7, .growcube-form .col-sm-8, .growcube-form .col-sm-9, .growcube-form .col-sm-10, .growcube-form .col-sm-11, .growcube-form .col-sm-12 {
    float: left;
    box-sizing:border-box;
  }
  .growcube-form .col-sm-12 {
    width: 100%;
  }
  .growcube-form .col-sm-11 {
    width: 91.66666667%;
  }
  .growcube-form .col-sm-10 {
    width: 83.33333333%;
  }
  .growcube-form .col-sm-9 {
    width: 75%;
  }
  .growcube-form .col-sm-8 {
    width: 66.66666667%;
  }
  .growcube-form .col-sm-7 {
    width: 58.33333333%;
  }
  .growcube-form .col-sm-6 {
    width: 50%;
  }
  .growcube-form .col-sm-5 {
    width: 41.66666667%;
  }
  .growcube-form .col-sm-4 {
    width: 33.33333333%;
  }
  .growcube-form .col-sm-3 {
    width: 25%;
  }
  .growcube-form .col-sm-2 {
    width: 16.66666667%;
  }
  .growcube-form .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .growcube-form .col-md-1, .growcube-form .col-md-2, .growcube-form .col-md-3, .growcube-form .col-md-4, .growcube-form .col-md-5, .growcube-form .col-md-6, .growcube-form .col-md-7, .growcube-form .col-md-8, .growcube-form .col-md-9, .growcube-form .col-md-10, .growcube-form .col-md-11, .growcube-form .col-md-12 {
    float: left;
    box-sizing:border-box;
  }
  .growcube-form .col-md-12 {
    width: 100%;
  }
  .growcube-form .col-md-11 {
    width: 91.66666667%;
  }
  .growcube-form .col-md-10 {
    width: 83.33333333%;
  }
  .growcube-form .col-md-9 {
    width: 75%;
  }
  .growcube-form .col-md-8 {
    width: 66.66666667%;
  }
  .growcube-form .col-md-7 {
    width: 58.33333333%;
  }
  .growcube-form .col-md-6 {
    width: 50%;
  }
  .growcube-form .col-md-5 {
    width: 41.66666667%;
  }
  .growcube-form .col-md-4 {
    width: 33.33333333%;
  }
  .growcube-form .col-md-3 {
    width: 25%;
  }
  .growcube-form .col-md-2 {
    width: 16.66666667%;
  }
  .growcube-form .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .growcube-form .col-lg-1, .growcube-form .col-lg-2, .growcube-form .col-lg-3, .growcube-form .col-lg-4, .growcube-form .col-lg-5, .growcube-form .col-lg-6, .growcube-form .col-lg-7, .growcube-form .col-lg-8, .growcube-form .col-lg-9, .growcube-form .col-lg-10, .growcube-form .col-lg-11, .growcube-form .col-lg-12 {
    float: left;
    box-sizing:border-box;
  }
  .growcube-form .col-lg-12 {
    width: 100%;
  }
  .growcube-form .col-lg-11 {
    width: 91.66666667%;
  }
  .growcube-form .col-lg-10 {
    width: 83.33333333%;
  }
  .growcube-form .col-lg-9 {
    width: 75%;
  }
  .growcube-form .col-lg-8 {
    width: 66.66666667%;
  }
  .growcube-form .col-lg-7 {
    width: 58.33333333%;
  }
  .growcube-form .col-lg-6 {
    width: 50%;
  }
  .growcube-form .col-lg-5 {
    width: 41.66666667%;
  }
  .growcube-form .col-lg-4 {
    width: 33.33333333%;
  }
  .growcube-form .col-lg-3 {
    width: 25%;
  }
  .growcube-form .col-lg-2 {
    width: 16.66666667%;
  }
  .growcube-form .col-lg-1 {
    width: 8.33333333%;
  }
}

.growcube-form .control-label {
    float:left;
}
.growcube-form .control-group {
    margin-bottom:20px;
}
.growcube-form .feature.contact form .controls {
    margin-left: 110px;
}
.growcube-form .feature.contact form textarea {
    display:block;
    width:95.75%;
}
.growcube-form .feature.contact form:before {
    content: '';
}
.growcube-form-inner.feature {
    margin: initial;
    padding: 0 20px 20px;
}
.growcube-form .form-title {
    font-size: 56px;
    font-weight: 700;
    font-family: 'clanlf-mediumregular';
    color: #0069aa;
    text-align: center;
    margin: 50px 0 65px;
}
.growcube-form .feature.contact form .control-label {
    margin-top: 9px;
}
.growcube-form .feature.contact form label.required:after {
    right: 0px;
}
.control-group.sign-up {
    float: right;
    margin-right: 22px;
}
.control-group.sign-up .btn {
    float:right;
}


.feature.growcube .powercube-slider.growcube-slider,
.feature.growcube .growcube-slider .carousel {
    height:700px;
}
.growcube-slider .item {
    background-repeat:no-repeat !important;
    background-size:cover !important;
}
.growcube-slider .slide-content {
    max-width:500px;
    text-align:left;
    position:absolute;
    bottom:50px;
}
.feature.powercube .growcube-slider h2 {
    font-size: 70px;
    color: #fff;
    line-height:1;
    text-align:left;
    font-family:'clanlf-boldbold','Open Sans', sans-serif;
}
.growcube-slider .item a {
    color: #fff;
    background-color: #0069aa;
    font-size: 18px;
    padding: 10px 20px 8px;
    transition: all .2s;
}
.growcube-slider .item a:hover {
    text-decoration:none;
    background-color:#093A67;
}
.growcube-slider .slide2 .slide-content {
    top: 50px;
    right: 0;
    max-width: initial;
    text-align: right;
}
.feature.powercube .growcube-slider .slide2 h2 {
    font-size:61px !important;
}
.growcube-slider .slide2 .light {
    font-size:61px !important;
    font-family:'clanlf-newsregular','Open Sans', sans-serif !important;
}
.growcube-slider .slide3 .slide-content {
    top:50px;
	max-width:75%;
	text-align:right;
}
.growcube-slider .slide3 h2 {
    font-size:83px !important;
}
.growcube-slider .slide0 .slide-content {
    max-width:480px;
	top:28%;
}
.growcube-slider .slide0 h2 {
    font-size:85px !important;
}
.growcube-slider .slide1 .slide-content {
    left:45px;
}
.growcube-slider .slide0 h2,
.growcube-slider .slide3 h2 {
	font-size:88px;
}
.growcube-slider .slide0 a {
	font-size:25px;
}
.growcube-slider a.video-box {
    position:relative;
    padding-left:30px;
}
.growcube-slider .video-box:before {
    content:'';
    position:absolute;
    left:10px;
    top:10px;
    border-left:10px solid #fff;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
}
.growcube .bg {
    background-color:#fff;
}
.growcube .bg.rotate360 {
    padding: 90px 0;
}
.growcube .bg.rotate360 h2 {
    margin-bottom: 20px;
    font-family:'ClanWeb-Book','Open Sans', sans-serif;
    font-size:54px;
}
.growcube .bg.rotate360 h2 strong {
    font-family:'clanlf-mediumregular','Open Sans', sans-serif;
}
.growcube .bg.rotate360 p {
    color:#777c84;
    max-width:875px;
    margin:0 auto;
    text-align:center;
}
.growcube .bg.rotate360 .green {
    color:#7fc11b;
    font-weight:600;
}
.growcube .rotate360-wrapper {
    margin:50px 0;
}
.growcube .rotate360-wrapper:before,
.growcube .rotate360-wrapper:after {
    background-color:#7fc11b;
    content:'';
    display:block;
    position:absolute;
    left:50%;
    margin-left:-45px;
    width:90px;
    height:2px;
}
.growcube .bg.control {
    background-image: url('../images/growcube/take-control.png');
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    height:720px;
}
.growcube .bg.control .inner-content {
    max-width: 495px;
    float: right;
    text-align:left;
    color:#fff;
    margin:100px 0 200px; 
}
.growcube .bg.control h2 {
    text-align:left;
    color:#fff;
    font-weight:700;
    font-size:76px;
    margin-bottom:25px;
}
.growcube .bg.control p {
    font-size:24px;
    line-height:1.5;
    margin-bottom:35px;
}
.growcube .bg.control .module-link {
    display:inline-block;
    color:#0069aa;
    background-color:#fff;
    font-weight:400;
    padding:10px;
    font-size:16px;
    margin-top:10px;
    font-weight: 600;
}
.growcube .bg.features {
    padding: 50px;
}
.growcube .bg.features .text {
    padding:0;
}
.growcube .bg.features h3 {
    color:#7fc11b;
    font-weight:bold;
    font-size:18px;
    line-height:.5;
    margin-bottom:10px;
}
.growcube .bg.features p {
    color:#777c84;
    font-size:12px;
    line-height:1.4;
    font-weight:400;
}
.feature.powercube.growcube .intro {
    background:transparent;
}
.growcube .features .left {
    float: left;
    box-sizing: border-box;
    padding: 0 15px;
}
.growcube .features .col-md-9 {
    width: 75%;
    padding:0px 15px 0 0;
}
.feature.growcube .carousel-control {
    opacity:initial;
    filter:initial;
}
.growcube .features .col-md-3 {
    padding-left:0;
    width: 25%;
}
.growcube .features-image-spacer {
    padding:30px 0;
}
.feature.growcube .facts-figures {
    background: #fff;
    padding:0 !important;
}
.fancybox-opened .fancybox-skin {
    background-color:#efefef;
}
.feature.growcube .facts-figures .growcube-slider {
    height: 800px;
}
.feature.growcube .facts-figures .carousel-inner {
    height:100%;
}
.growcube .facts-figures .item {
    background-repeat:no-repeat;
    background-size:cover;
    height:100%;
    width:100%;
    box-sizing:border-box;
}
.growcube .facts-figures .item .container {
    height:100%;
    max-width:1177px;
    width:initial;
}
.feature.growcube .facts-figures .carousel .carousel-control {
    top:50%;
    margin-top:-91.5px;
}
.feature.growcube .facts-figures .carousel .carousel-indicators {
    position: absolute;
    top:90%;
    left: 50%;
    margin-left: -74.5px;
    right: initial;
    text-align: left;
}
.growcube .facts-figures .universities {
    background-image:url('../images/growcube/universities.jpg');
}
.growcube-slider .universities .slide-content {
    text-align:center;
    max-width: 90%;
    margin: 100px auto;
    position: relative;
    bottom: initial;
}
.feature.growcube .growcube-slider .universities h2 {
    text-align:center;
    margin-bottom:20px;
}
.feature.growcube .facts-figures .item p {
    font-size:32px;
}
.feature.growcube .facts-figures .item h2 {
    margin-bottom:30px;
}
.growcube .facts-figures .florist {
    background-image:url('../images/growcube/florist.jpg');
}
.feature.growcube .facts-figures .florist .slide-content {
    max-width:55%;
    margin-left:100px;
    top:50px;
}
.feature.growcube .facts-figures .florist h2 {
    margin-bottom: 50px;
    font-size: 88px;
}
.feature.growcube .facts-figures .florist p {
    margin-right:50px;
}
.growcube .facts-figures .restaurant {
    background-image:url('../images/growcube/restaurant.jpg');
}
.growcube .facts-figures .restaurant .slide-content{
    max-width: 475px;
    right:50px;
    top:50px;
}
.growcube .facts-figures .restaurant h2 {
    font-size:89px;
}
.growcube .facts-figures .farmers {
    background-image:url('../images/growcube/farmers.jpg');
}
.growcube .facts-figures .farmers h2 {
    font-size:88px;
}
.growcube .facts-figures .farmers .slide-content {
    max-width:545px;
}
.growcube .facts-figures .farmers .slide-content,
.growcube .facts-figures .home .slide-content{
    left:50px;
    top:150px;
}
.growcube .facts-figures .home {
    background-image:url('../images/growcube/home.jpg');
}
.growcube .facts-figures .future-farming {
    background-image:url('../images/growcube/future.jpg');
}
.growcube .facts-figures .future-farming .slide-content{
    position:relative;
    max-width:680px;
    margin:100px auto 0;
}
.feature.growcube .facts-figures .future-farming h2 {
    font-size:82px;
}
.feature.growcube .facts-figures .future-farming p {
    font-size:18px;
    line-height:1.6;
    margin-bottom:40px;
}
.feature.growcube .facts-figures .future-farming a {
    color:#0069aa;
    background-color:#fff;
    font-family:'Open Sans', sans-serif;
    font-weight:600;
}
.feature.growcube .facts-figures .future-farming p sup {
    font-size:20px;
    top:0px;
}
.feature.growcube .facts-figures .home .slide-content {
    max-width:610px;
}
.feature.growcube .facts-figures .home h2 {
    font-size:88px;
}
.growcube .growing {
    padding-bottom: 60px;
}
.growing-animation {
    text-align: center;
    margin-bottom: 40px;
}
.growcube .growing h2 {
    color:#7fc11b;
    font-size: 78px;
    font-weight:700;
    line-height:1;
    text-align:left;
    font-family:'clanlf-mediumregular','Open Sans', sans-serif;
}
.growcube .growing p {
    font-size:18px;
    line-height:1.6;
    color:#777c84;
    position:relative;
    top:-4px;
}
.growcube .col-md-7 {
    width: 58.333333333%;
    float: left;
    box-sizing: border-box;
    padding: 0 15px;
}
.growcube .col-md-5 {
    width:41.66666666%;
    float:left;
    box-sizing:border-box;
    padding:0;
}
.growcube .usa-made,
.growcube .buy-now{
    background-image: url('../images/growcube/usa.jpg');
    background-repeat:no-repeat;
    background-position:50% 50%;
    background-size:cover;
    width:100%;
    height:480px;
}
.growcube .buy-now {
    background-image: url('../images/growcube/buynow.jpg');
}
.growcube .buy-now .inner-content {
    max-width:560px;
    margin:100px auto 0;
    text-align:center;
}
.growcube .buy-now h2 {
    color:#0069aa;
    font-size:47px;
    font-weight:bold;
    margin-bottom:30px;
    font-family:'clanlf-mediumregular', 'Open Sans', sans-serif;
}
.growcube .buy-now p {
    color:#777c84;
    font-size:18px;
    line-height:1.666667;
    margin-bottom:35px;
}
.growcube .buy-now .module-link {
    display: inline-block;
    color: #fff;
    background-color: #0069aa;
    font-size: 23px;
    padding: 15px;
    font-weight: 600;
}
.growcube .buy-now {
    margin-bottom:45px;
}
.module-link:hover {
    text-decoration:none;
}
.vertical-outer {
    display: table;
}
.vertical-inner {
    display: table-cell;
    vertical-align: bottom;
}
.growcube .growing-text {
    margin:70px 0 40px;
}
.feature.powercube .facts-figures {
    padding: 40px 0 0;
}
.powercube .facts-figures .carousel {
    margin-bottom: 0;
}
.growcube .facts-figures .container {
    width:100%;
}
.growcube-queries footer {
    min-width: initial;
}
.growcube .carousel-inner {
    z-index:0;
}
.growcube .carousel-nav {
    z-index:1;
    position:static;
}

/* 11/17/14 Update */
.color-g { color: #7fc11b; }
a.btn-g { background-color: #7fc11b; color: #fff; display: table; font-family: "Open Sans",sans-serif; font-weight: 600; }
a.btn-g:hover { background-color: #76B419; text-decoration: none; }
.feature.lifelink { min-width: auto; margin: 0; padding: 0; min-width: 0 !important;
    -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.feature.lifelink * { box-sizing: border-box; }
.feature.lifelink *:before, .feature.lifelink *:after { box-sizing: border-box; }
.eco-container:before, .eco-container:after, .eco-row:before, .eco-row:after { content: " "; display: table; }
.feature.lifelink .eco-container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; max-width: 1616px; width: 100%; }
.feature.lifelink .eco-row { margin-left: -15px; margin-right: -15px; }
.feature.lifelink .eco-col { float: left; position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; vertical-align: top; }

.feature.lifelink #step-1 { background-color: #00629f; color: #fff; }
.feature.lifelink #step-1 .eco-container { position: relative; padding: 0; }
.feature.lifelink #step-1 .details { position: absolute; top: 22%; max-width: 1171px; left: 0%; right: 0%; margin: 0 auto; width: 100%; }
.feature.lifelink #step-1 h2 { font-family: "clanlf-boldbold","Open Sans",sans-serif; font-size: 5.5vw; font-weight: normal; line-height: 5.5vw; margin: 0; }
.feature.lifelink #step-1 img { height: auto; max-width: 1616px; width: 100%; }
.feature.lifelink #step-1 .btn-g { font-size: 1.7vw; line-height: 3.5vw; margin-top: 1%; padding: 0 2%; }

.feature.lifelink #step-2 { background-color: #fff; padding: 100px 0; text-align: center; }
.feature.lifelink #step-2 h2 { color: #003e65; font-size: 54px; font-family: "ClanWeb-Book","Open Sans",sans-serif; line-height: 55px; margin: 0 auto 32px; }
.feature.lifelink #step-2 h2 span { font-family: 'clanlf-mediumregular'; }
.feature.lifelink #step-2 p { color: #777c84; margin: 0 auto; width: 60%; }
.feature.lifelink #step-2 p:last-child { width: 44%; }
.feature.lifelink #step-2 .divider-1 { border-top: 2px solid #7fc11b; margin: 46px auto 64px; max-width: 90px; width: 100%; }
.feature.lifelink #step-2 .divider-2 { border-top: 2px solid #7fc11b; margin: 64px auto 46px; max-width: 90px; width: 100%; }
.feature.lifelink #step-2 .color-g { font-weight: bold; }

.feature.lifelink #step-3 .eco-container { max-width: 1800px; position: relative; padding: 0; }
.feature.lifelink #step-3 ul { margin: 0; padding: 0; list-style: none; }            
.feature.lifelink #step-3 img { height: auto; max-width: 1800px; width: 100%;  }
.feature.lifelink #step-3 #lifelink-carousel { overflow: hidden; }
.feature.lifelink #step-3 #lifelink-carousel li { position: relative; background-size: cover; background-position: center center; background-repeat: no-repeat; background-color: #fff; }
.feature.lifelink #step-3 .details { background-color: #fff; color: #003e65; font-size: 16px; font-family: 'clanlf-newsregular'; font-weight: normal; line-height: 25px; position: absolute; padding: 2%; left: 10%; top: 10%; width: 50%; z-index: 10; }
.feature.lifelink #step-3 .carousel-controls { background-size:contain; background-color: transparent; background-position: top left; background-repeat: no-repeat; height: 22%; position: absolute; top: 40%; width: 5%; z-index: 5; }
.feature.lifelink #step-3 #lifelink-carousel-prev { background-image: url('https://d1io3yog0oux5.cloudfront.net/esph2/files/images/growcube/growcube-prev-arrow.png'); left: 3%; }
.feature.lifelink #step-3 #lifelink-carousel-next { background-image: url('https://d1io3yog0oux5.cloudfront.net/esph2/files/images/growcube/growcube-next-arrow.png'); right: 3%; }
.feature.lifelink #step-3 #lifelink-carousel-pager { bottom: 5%; position: absolute; right: 0; left: 0; text-align: center; width: 100%; z-index: 5; }
.feature.lifelink #step-3 #lifelink-carousel-pager  a { background-color: #fff; display: inline-block; font-size: 0px; height: 11px; margin-right: 11px; width: 11px;
    -moz-border-radius:100px; border-radius:100px; -webkit-border-radius:100px; }
.feature.lifelink #step-3 #lifelink-carousel-pager  a:last-child { margin-right: 0; }
.feature.lifelink #step-3 #lifelink-carousel-pager .selected,
.feature.lifelink #step-3 #lifelink-carousel-pager a:hover { background-color: #828282; }
.feature.lifelink #step-3 .color-g { font-weight: bold; }

.feature.lifelink #step-4 { background-color: #fff; padding: 85px 0; }
.feature.lifelink #step-4 .eco-container { max-width: 1106px; }
.feature.lifelink #step-4 .eco-col { width: 33.33%; }
.feature.lifelink #step-4 h2 { color: #7fc11b; font-family:'Open Sans',sans-serif; font-size: 18px; font-weight: bold; line-height: 20px; margin: 5px 0 5px; padding-left: 18px; }
.feature.lifelink #step-4 p { color: #777c84; font-size: 12px; font-weight: 600; line-height: 16px; margin: 0; padding-left: 18px; }
.feature.lifelink #step-4 .details { display: inline-block; width: 78.5%; }
.feature.lifelink #step-4 img.pic-feature { display: inline-block; height: auto; max-width: 73px; width: 20%; vertical-align: top; }
.feature.lifelink #step-4 img.pic-main { display: block; margin: 90px auto; max-width: 1247px; width: 100%; }
.feature.lifelink #step-4 img.pic-main-2 { display: none; }	        
	        
.feature.lifelink #step-5 { background-color: #f3f3f3; padding: 85px 0; }
.feature.lifelink #step-5 .eco-container { max-width: 1382px;  }
.feature.lifelink #step-5 .eco-row:first-child { display: table; margin-bottom: 177px; }
.feature.lifelink #step-5 .eco-col { width: 50%; }
.feature.lifelink #step-5  .col-img-2 { display: none; }
.feature.lifelink #step-5 .details { margin: 0 auto; width: 80%; }
.feature.lifelink #step-5 h2 { color: #0069aa; font-family: 'clanlf-mediumregular'; font-size: 47px; line-height: 48px; margin: 0 0 28px; }
.feature.lifelink #step-5 h2 span { font-family: "clanlf-boldbold","Open Sans",sans-serif; }
.feature.lifelink #step-5 p { color: #777c84; font-weight: 400; margin: 0 auto 49px; }	        
.feature.lifelink #step-5 img { height: auto; max-width: 633px; width: 100%; }
.feature.lifelink #step-5 .eco-row:first-child img { max-width: 788px; }
.feature.lifelink #step-5 .btn-g { font-size: 23px; line-height: 48px; padding: 0 22px; }
.feature.lifelink #step-5 .color-g { font-weight: bold; }

.feature.lifelink #step-6 { background-color: #fff; }
.feature.lifelink #step-6 .eco-container { max-width: 1800px; padding: 0; }
.feature.lifelink #step-6 img { height: auto; max-width: 1800px; width: 100%; }

@media only screen and (min-width: 1365px) {
    .feature.lifelink #step-1 h2 { font-size: 75px; line-height: 75px; }
    .feature.lifelink #step-1 .btn-g { font-size: 23px; line-height: 48px; }
}

@media(max-width:1280px) and (min-width:1200px) {
    header .navbar .nav>li {
        margin-left:10px;
    }
}

@media (max-width: 1240px) {
    .feature.lifelink #step-1 .details { margin-left: 3%; width: auto; }
    
	.feature.lifelink #step-4 img.pic-main { width: 95%; }
}

@media(max-width:1220px) and (min-width:1200px) {
    .growcube .features .container {
        width:100%;
    }
    .growcube .features .span4 {
        margin-left:15px;
        width:350px;
    }
}
@media(max-width:1200px) {
    .feature.growcube .powercube-slider.growcube-slider, .feature.growcube .growcube-slider .carousel {
        height: 425px;
    }
    .growcube-slider .slide0 .slide-content {
        top:12%;
    }
    .growcube-slider .slide3 .slide-content {
        max-width: 82%;
    }
}
@media(max-width:1999px) {
    .growcube-form .feature.contact form label.required:after {
        right:-10px;
    }
    .growcube-form .feature {
        min-width:initial;
    }
}

@media(max-width:1030px) {
    .growcube-form .feature.contact form label.required:after {
        right:-15px;
    }
    .feature.lifelink #step-5 h2 { font-size: 42px; }
}			

@media(max-width:1024px) {
    .feature.growcube .powercube-slider.growcube-slider, .feature.growcube .growcube-slider .carousel {
        height:425px;
    }
    .growcube-slider .slide0 h2 {
        font-size:60px !important;
    }
    .growcube-slider .slide0 .slide-content {
        width:350px;
        top:25%;
        left: 5%;
    }
    .growcube .slide1 h2 {
        font-size:40px !important;
    }
    .growcube .slide1 .slide-content {
        max-width:350px;
        left:70px;
    }
    .feature.powercube .growcube-slider .slide2 h2,
    .feature.powercube .growcube-slider .slide2 .light {
        font-size:40px !important;
    }
    .feature.powercube .growcube-slider .slide2 .slide-content {
        top:30px;
        right: 3%;
    }
    .feature.powercube .growcube-slider .slide3 .slide-content {
        left: 10%;
        width:475px;
        top:40px;
    }
    .feature.powercube .growcube-slider .slide3 h2 {
        font-size:51px !important;
    }
    .growcube .bg.control .inner-content {
        float: none;
        margin: 425px 0 0;
    }
    .growcube .buy-now h2 {
        max-width: 65%;
        margin: 0 auto 35px;
        line-height: 1.05;
    }
    .growcube .buy-now h2,
    .growcube .growing h2 {
        font-family:'clanlf-boldbold', sans-serif;
        font-weight:initial; 
    }
    .growcube .bg.control {
        background-position:center center;
    }
    .growcube .bg.control .container {
        height:720px;
    }
    .growcube .bg.control .inner-content {
        float: none;
        position: absolute;
        bottom: 50px;
        right: 50px;
        margin: 0;
    }
}
@media(max-width:1024px) and (min-width:990px) {
    .feature.growcube .facts-figures .florist {
        background-position: -450px center;
    }
    .feature.growcube .facts-figures .florist .slide-content {
        max-width: 70%;
        margin: 0 !important;
	}
    .feature.growcube .facts-figures .growcube-slider {
        height: 800px;
    }
    .feature.growcube .facts-figures .slide-content {
        width:initial !important;
        position:relative !important;
        max-width: 100% !important;
        left: initial !important;
        top: initial !important;
        right: 0px !important;
        bottom:  initial !important;
        margin: initial !important;
    }
    .feature.growcube .facts-figures h2 {
        font-size:30px !important;
    }
    .feature.growcube .facts-figures p {
        font-size:12px !important;
    }
    .feature.growcube .future-farming .slide-content {
        margin: 20px 22px!important;
    }
    .feature.growcube .future-farming .slide-content h2{
        font-size: 85px !important;
    }
    .feature.growcube .facts-figures .future-farming p {
        font-size: 20px !important;
        line-height: 1.6;
    }
    .feature.growcube .facts-figures .future-farming a {
        font-size: 17px !important;
    }
    .feature.growcube .facts-figures .future-farming p,
    .feature.growcube .facts-figures .item h2 {
        margin-bottom: 38px;
    }
    .feature.growcube .growcube-slider .universities .slide-content {
        max-width:92% !important;
    	margin-top: 60px !important;
	}
    .feature.growcube .growcube-slider .universities h2 {
        font-size: 85px !important;
        text-align: center !important;
        line-height:1.1
    }
    .feature.growcube .universities p {
        font-size: 32px !important;
    }
    
    .feature.growcube .florist .slide-content {
        margin: 45px 40px !important;
        width:initial !important;
        text-align:left !important;
    }
    .feature.growcube .growcube-slider .florist h2 {
        font-size: 88px !important;
        line-height:1.1;
        margin-bottom: 20px !important;
        padding-bottom:0 !important;
    }
    .feature.growcube .florist p {
        font-size: 32px !important;
        padding-right: 115px;
    }
    .feature.growcube .restaurant {
    	background-position:-400px center;
    }
    .feature.growcube .restaurant .slide-content {
        right: 0 !important;
        max-width: 65% !important;
        position: absolute !important;
	}
    .feature.growcube .growcube-slider .restaurant h2 {
        font-size: 88px !important;
    }
    .feature.growcube .restaurant p {
        font-size: 32px !important;
    }
    .feature.growcube .farmers {
    	background-position: -300px center;
    }
    .feature.growcube .farmers .slide-content {
        margin: 125px 75px !important;
        max-width: 75% !important;
    }
    .feature.growcube .growcube-slider .farmers h2 {
        font-size: 88px !important;
    }
    .feature.growcube .farmers p {
        font-size: 32px !important;
    }
    .feature.growcube #facts-slider .home .slide-content {
        margin:175px 17px 0 !important;
        max-width:80%;
    }
    .feature.growcube .growcube-slider .home h2 {
        font-size: 89px !important;
    }
    .feature.growcube .home p {
        font-size: 32px !important;
        margin-right:30px;
    }
    .feature.growcube .home {
        background-position: -250px center;
    }
    
    .feature.growcube .facts-figures .carousel .carousel-indicators {
    	bottom:75px;
    }
}
@media (max-width:1024px) and (min-width:769px) {
    .feature.growcube .home .growcube-slider .item a {
    	font-size:13px;
	}
	.feature.growcube .slide0 .slide-content {
		left:115px;
	}
    .feature.powercube .growcube-slider .slide0 h2 {
        font-size: 45px !important;
        max-width:80%;
    }
    .feature.growcube .slide1 .slide-content {
    	left:175px;
    	top:225px;
    }
    .feature.powercube .growcube-slider .slide1 h2 {
    	font-size: 40px !important;
    	font-family:'clanlf-mediumregular', sans-serif;
    }
    .feature.growcube .slide2 .slide-content {
    	left:400px;
    	max-width:46%;
    }
    .feature.powercube #step-1 .growcube-slider .slide2 h2 {
        font-size: 35px !important;
    }
    .feature.growcube .slide3 .slide-content {
    	max-width:44%;
    }
    .feature.powercube #step-1 .growcube-slider .slide3 h2 {
    	font-size: 45px !important;
    }
}
@media(max-width:990px) and (min-width:940px) {
    .growcube .features .container {
        width:100%;
    }
    .growcube .features .span4 {
        margin-left:15px;
        width:250px;
    }
}
@media(max-width:990px) {
   .growcube-form .feature.contact form input[type=text] {
       width:95.75%;
   }
}
@media(max-width:960px) {
   .growcube-form .form-title {
       line-height:1.15;
   }
}
@media(max-width:940px) {
    .growcube .span4 {
        width: 250px;
    }
    .growcube-queries .container {
        width:100%;
    }
}

@media (max-width: 930px) {
    .feature.lifelink #step-3 #lifelink-carousel-pager { display: none !important; }
	.feature.lifelink #step-3 .details { font-size: 12px; line-height: 16px; }
	
	.feature.lifelink #step-5 h2 { font-size: 32px; line-height: 32px; }
}
@media (max-width: 825px) {
	.feature.lifelink #step-2 h2 { font-size: 45px; line-height: 45px; width: 90%; }
	.feature.lifelink #step-2 p { width: 70% }
	.feature.lifelink #step-2 p:last-child { width: 70%; }
	
	.feature.lifelink #step-4 .eco-col { text-align: center; }
	.feature.lifelink #step-4 img.pic-feature { margin: 0 auto 10px; text-align: left; width: auto; }
	.feature.lifelink #step-4 .details { width: 100%; }
	
	.feature.lifelink #step-5 .eco-row:first-child { margin-bottom: 100px; }
	.feature.lifelink #step-5 h2 { font-size: 26px; margin: 0px 0px 15px; width: 95%; }
	.feature.lifelink #step-5 p { margin-bottom: 30px; }
	.feature.lifelink #step-5 .btn-g { font-size: 18px; line-height: 38px; padding: 0px 18px; }
}

@media(max-width:768px) {
    .growcube-slider .slide0 a {
        font-size:18px;
    }
    .growcube-form .control-label {
        float:none;
    }
    .growcube-form .feature.contact form .controls {
        margin-left:0;
    }
    .growcube-form .feature.contact form label.required:after {
        right:0;
    }
    .navbar .btn-navbar {
        display:block;
    }
    header {
        padding:0;
    }
	header .navbar .nav>li {
		margin-left:0;
	}
	header .nav-collapse .nav>li>a,header .nav-collapse .dropdown-menu a {
		border-radius:0;
	}
	header .navbar .nav>li>a:link,header .navbar .nav>li>a:visited,header .navbar .nav>li>a:hover,header .navbar .nav>li>a:active,header .navbar .nav>li>a:focus,header .navbar .nav>li.active>a,header .navbar .nav>li.active>a:hover {
		border:0;
		color:#fff;
		padding:10px 20px;
		text-shadow:none;
	}
	header .navbar .dropdown li a:link,.navbar .dropdown li a:visited {
		background:none;
		border-top:0;
		padding-left:20px;
	}
	header .navbar .dropdown-menu.double li {
		float:none;
		margin-right:0;
		width:auto;
	}
	header .navbar .btn-navbar {
		background:#003e65;
		height:16px;
		margin-top:23px;
		padding:12px 10px 10px;
	}
	header .navbar .btn-navbar:hover {
		background:#003e65;
	}
	header .nav-button {
		height:100px;
		width:100%;
	}
	header .nav-collapse {
		background:#003E65;
		min-width:0;
		position:static;
	}
	header .nav-button ul {
		float:none;
	}
	header .navbar .nav>li {
		margin-top:10px;
	}
	.navbar .brand {
		position:absolute;
		top:0;
		width:90%;
	}
	header .meta {
		display:none;
	}
	header .contact,header .search {
		text-align:center;
	}
	header .meta .tel {
		float:none;
		margin-left:0;
	}
	header .breadcrumb {
		padding:20px 20px 0;
	}
    .nav-collapse.collapse {
        height:0;
        overflow:hidden;
    }
    .nav-collapse.collapse.in {
        height:auto;
    }
    .nav-collapse .nav>li {
        float:none;
    }
    .feature.growcube .facts-figures .growcube-slider {
        height: 680px;
    }
    .feature.growcube .facts-figures .slide-content {
        width:initial !important;
        position:relative !important;
        max-width: 100% !important;
        left: initial !important;
        top: initial !important;
        right: 0px !important;
        bottom:  initial !important;
        margin: initial !important;
    }
    .feature.growcube .facts-figures h2 {
        font-size:30px !important;
    }
    .feature.growcube .facts-figures p {
        font-size:12px !important;
    }
    .feature.growcube .future-farming .slide-content {
        margin: 0px 22px!important;
    }
    .feature.growcube .future-farming .slide-content h2{
        font-size: 71px !important;
    }
    .feature.growcube .facts-figures .future-farming p {
        font-size: 14px !important;
        line-height: 1.6;
    }
    .feature.growcube .facts-figures .future-farming a {
        font-size: 13px !important;
    }
    .feature.growcube .facts-figures .future-farming p,
    .feature.growcube .facts-figures .item h2 {
        margin-bottom: 38px;
    }
    .feature.growcube .facts-figures .universities .slide-content {
    	margin-top: 60px !important;
    }
    .feature.growcube .growcube-slider .universities h2 {
        font-size: 61px !important;
        text-align: center !important;
        line-height:1.1
    }
    .feature.growcube .universities p {
        font-size: 24px !important;
    }
    
    .feature.growcube .florist .slide-content {
        margin: 45px 0px !important;
        width:initial !important;
        text-align:left !important;
    }
    .feature.growcube .growcube-slider .florist h2 {
        font-size: 76px !important;
        line-height:1.1;
        margin-bottom: 20px !important;
        padding-bottom:0 !important;
    }
    .feature.growcube .florist p {
        font-size:26.75px !important;
    }
    
    .feature.growcube .restaurant .slide-content {
        margin:60px 30px !important;
        width:initial !important;
    }
    .feature.growcube .growcube-slider .restaurant h2 {
        font-size: 78px !important;
    }
    .feature.growcube .restaurant p {
        font-size: 28px !important;
    }
    .feature.growcube .farmers {
        background-position: -600px center !important;
    }
    .feature.growcube .farmers .slide-content {
        margin: 50px 50px 0 0 !important;
        width:initial !important;
    }
    .feature.growcube .growcube-slider .farmers h2 {
        font-size: 75px !important;
    }
    .feature.growcube .farmers p {
        font-size: 24px !important;
    }
    .feature.growcube .facts-figures .home .slide-content {
        margin:63px 17px !important;
        width:initial !important;
    }
    .feature.growcube .facts-figures .growcube-slider .home h2 {
        font-size: 67px !important;
    }
    .feature.growcube .home p {
        font-size: 25px !important;
    }
    .feature.growcube .home {
        background-image:url('../images/growcube/home-landscape.png');
    }
    .feature.lifelink #step-3 #lifelink-carousel { height:300px !important; }
    .feature.lifelink #step-3 #lifelink-carousel li { background-size: 167%; height:300px !important; }
}
@media (max-width:768px) and (min-width:568px) {
    .feature.powercube .growcube-slider .slide0 .slide-content {
        left:50px;
    }
    .feature.powercube .growcube-slider .slide0 h2 {
        font-size: 45px !important;
        max-width:initial;
    }
    .feature.powercube .growcube-slider .slide1 h2 {
    font-size: 40px !important;
    }
    .feature.powercube #step-1 .growcube-slider .slide2 {
        background-position:-100px center !important;
    }
    .feature.powercube #step-1 .growcube-slider .slide2 h2 {
    font-size: 30px !important;
    }
    .feature.powercube #step-1 .growcube-slider .slide3 h2 {
    	font-size: 45px !important;
    }
    .feature.powercube #step-1 .growcube-slider .slide3 {
        background-position:-150px center !important;
    }
}
@media(max-width:736px) {
    .growcube .growing-text .col-md-7,
    .growcube .growing-text .col-md-5 {
        float:none;
        width:100%;
        padding: 15px;
    }
    .growcube .growing-text h2 {
        font-size:55px;
    }
}
@media(max-width:640px) {
    .growcube .bg.control .inner-content {
        bottom:initial;
        right:initial;
        padding:110px 35px;
        width:initial;
        max-width:100%;
        position:relative !important;
        bottom: initial !important;
        right: initial !important;
    }
    .growcube .bg.control {
        background-image:url('../images/growcube/take-control-mobile.png');
        height: initial !important;
    }
    .growcube .bg.control .container {
        height:100% !important;
    }
    .growcube .bg.control h2 {
        font-size:91px;
    }
    .growcube .bg.control p {
        font-size:30.71px;
        padding:35px 21px 0
    }
    .growcube .bg.control .module-link {
        margin-left:24px;
        font-size:20px;
    }
}
@media(max-width:639px) {
    .growcube .bg.control h2 {
        font-size:85px;
    }
}

@media (max-width: 630px) {
    .feature.lifelink #step-2 { padding: 50px 0; }
	.feature.lifelink #step-2 h2 { font-size: 30px; line-height: 30px; }
	
	.feature.lifelink #step-2 .divider-1 { margin: 30px auto 50px; }
	.feature.lifelink #step-2 .divider-2 { margin: 50px auto 30px; }
	
	.feature.lifelink #step-3 #lifelink-carousel { height:300px !important; }
	.feature.lifelink #step-3 #lifelink-carousel li { background-size: 167%; height:300px !important; }
					
	.feature.lifelink #step-5 .eco-col { width: 100%; }
	.feature.lifelink #step-5 .col-img { display: none; }
	.feature.lifelink #step-5 .col-img-2 { display: block; }
	.feature.lifelink #step-5 img { display: block; margin: 0 auto 30px; width: 90%; }								
}

@media(max-width:568px) {
    .growcube .buy-now {
        height: initial;
        padding: 40px 0;
    }
    .growcube .buy-now .inner-content {
        margin-top:0;
    }
    .feature.growcube .facts-figures .carousel .carousel-indicators {
        top:initial;
        bottom:40px;
    }
    .growcube #step2.bg.rotate360 h2 {
        max-width:90%;
    }
    .growcube .bg.control .inner-content {
        padding: 75px 35px;
    }
    .growcube .bg.control .container {
        height:100% !important;
    }
    .growcube .bg.control h2 {
        font-size: 79px;
        margin-bottom: 0;
    }
    .growcube .bg.control p {
        font-size: 26px;
        padding: 15px 35px 0 16px;
    }
    .growcube .bg.control .module-link {
        margin-left:24px;
        font-size:20px;
    }
    .growcube .bg h2 {
        line-height:1.25;
    }
    .growcube .growing h2 {
        font-size:40px;
    }
    .growcube .usa-made {
        height:200px;
    }
    .feature.growcube .growcube-slider .facts-figures .item h2 {
        font-size: 74px;
    }
    .feature.growcube .facts-figures .item h2 {
        font-family:'clanlf-boldbold',sans-serif;
    }
    .feature.growcube .facts-figures .growcube-slider {
        height:600px;
    }
    .feature.growcube .facts-figures h2 {
        text-align:left !important;
    }
    .growcube .growcube-slider .item {
        padding:0 !important;
    }
    .feature.growcube .facts-figures .future-farming p {
        font-size:12px;
    }
    .feature.growcube .carousel-nav {
        position:relative;
        z-index:99999;
    }
    .growcube .features .span4 {
        float: left;
        width: 48% !important;
        margin-left:0px;
    }
    .growcube .usa-made {
        height: 260px !important;
    }
    .feature.growcube h2 {
        padding-left:0px !important;
        text-align:center !important;
    }
    .feature.growcube .growing-text h2 {
        text-align:left !important;
    }
    .feature.growcube .facts-figures {
        padding-top:0;
    }
    .feature.growcube .facts-figures .growcube-slider {
        height: 559px;
    }
    .feature.growcube .facts-figures .slide-content {
        width:initial !important;
        position:relative !important;
        max-width: 100% !important;
        left: initial !important;
        top: initial !important;
        right: 0px !important;
        bottom:  initial !important;
        margin-left: initial !important;
        margin-top:initial !important;
    }
    .feature.growcube .facts-figures h2 {
        font-size:30px !important;
    }
    .feature.growcube .facts-figures p {
        font-size:12px !important;
    }
    .feature.growcube .future-farming .slide-content {
        margin: 50px 22px!important;
    }
    .feature.growcube .future-farming .slide-content h2{
        font-size: 60px !important;
    }
    .feature.growcube .facts-figures .future-farming p {
        font-size: 14px !important;
        line-height: 1.6;
    }
    .feature.growcube .facts-figures .future-farming a {
        font-size: 13px !important;
    }
    .feature.growcube .facts-figures .future-farming p,
    .feature.growcube .facts-figures .item h2 {
        margin-bottom: 32px;
    }
    .growcube .facts-figures .farmers {
        background-position:-500px !important;
    }
    
    .feature.growcube .universities .slide-content {
        margin: 65px 45px !important;
        width:initial !important;
    }
    .feature.growcube .growcube-slider .universities h2 {
        font-size: 60px !important;
        text-align: center !important;
        line-height:1.1
    }
    .feature.growcube .universities p {
        font-size: 22px !important;
    }
    .feature.growcube .florist .slide-content {
        margin: 45px 40px !important;
        width:initial !important;
        text-align:left !important;
    }
    .feature.growcube .growcube-slider .florist h2 {
        font-size: 67px !important;
        line-height:1.1;
        margin-bottom: 20px !important;
        padding-bottom:0 !important;
    }
    .feature.growcube .florist p {
        font-size:26.75px !important;
    }
    .feature.growcube .restaurant .slide-content {
        margin:60px 45px !important;
        width:initial !important;
    }
    .feature.growcube .growcube-slider .restaurant h2 {
        font-size: 78px !important;
    }
    .feature.growcube .restaurant p {
        font-size: 28px !important;
    }
    .feature.growcube .farmers .slide-content {
        margin:50px 75px !important;
        width:initial !important;
    }
    .feature.growcube .growcube-slider .farmers h2 {
        font-size: 75px !important;
    }
    .feature.growcube .farmers p {
        font-size: 24px !important;
    }
    .feature.growcube .home .slide-content {
        margin:63px 17px !important;
        width:initial !important;
    }
    .feature.growcube .growcube-slider .home h2 {
        /* font-size: 71px !important; */
    }
    .feature.growcube .home p {
        font-size: 25px !important;
    }
    .feature.growcube .home {
        background-image:url('../images/growcube/home-landscape.png');
    }
    .growcube .growing-text {
        margin:0;
    }
    .growing-animation {
        margin-bottom:25px;
    }
    .growcube .growing-text .col-md-7,
    .growcube .growing-text .col-md-5{
        padding-bottom:0;
    }
    .feature.growcube .facts-figures .future-farming p sup {
        font-size:80%;
        top: -.25em;
    }
}
@media(max-width:540px) {
    .growcube .buy-now {
        height:initial;
        padding:30px 0;
    }
    .growcube .buy-now .inner-content {
        margin-top:0;
    }
}		
@media (max-width: 500px) {
	.feature.lifelink #step-1 .btn-g { font-size: 12px; line-height: 25px; }
	
	.feature.lifelink #step-3 #lifelink-carousel { height:350px !important; }
	.feature.lifelink #step-3 #lifelink-carousel li { background-size: 240%; height:350px !important; }
	
	.feature.lifelink #step-4 .eco-col { margin: 0 0 10px; width: 100%; }
	.feature.lifelink #step-4 .details { text-align: left; width: 73%; }
	.feature.lifelink #step-4 img.pic-main { display: none; }
	.feature.lifelink #step-4 img.pic-main-2 { display: block; margin: 0 auto 30px; width: 95%; }
	
	.feature.lifelink #step-5 h2 { font-size: 24px; line-height: 26px; }	
}
@media(max-width:435px) {
    .growcube .growing h2 {
        font-size:30px;
    }
}
@media(max-width:415px) {
    .growcube #step2.bg.rotate360 h2 {
        max-width:70%;
    }
    .growcube .bg.rotate360 {
        padding: 40px 0;
    }
    .growcube .rotate360-wrapper:before, .growcube .rotate360-wrapper:after {
        height:1px;
    }
    .growcube .rotate360-wrapper {
        position: relative;
        padding: 10px 0;
    }
    .growcube .rotate360-wrapper:after {
        top:100%;
    }
    .growcube .rotate360-wrapper:before {
        top:0
    }
    .feature.growcube .facts-figures .growcube-slider {
        height:468px;
    }
    .feature.growcube .facts-figures .slide-content {
        width:initial !important;
        position:relative !important;
        max-width: 100% !important;
        left: initial !important;
        top: initial !important;
        right: 0px !important;
        bottom:  initial !important;
        margin-left: initial !important;
        margin-top:initial !important;
    }
    .feature.growcube .facts-figures h2 {
        font-size:30px !important;
    }
    .feature.growcube .facts-figures p {
        font-size:12px !important;
    }
    .feature.growcube .future-farming .slide-content {
        margin: 50px 22px!important;
    }
    .feature.growcube .future-farming .slide-content h2{
        font-size:33px !important;
    }
    .feature.growcube .facts-figures .future-farming p {
        font-size:12px !important;
        line-height:1.4;
    }
    .feature.growcube .facts-figures .future-farming a {
        font-size:9px !important;
    }
    .feature.growcube .facts-figures .future-farming p,
    .feature.growcube .facts-figures .item h2 {
        margin-bottom:20px;
    }
    
    .feature.growcube .universities .slide-content {
        margin:84px 19px !important;
        width:initial !important;
    }
    .growcube .facts-figures .farmers {
        background-position: -525px center !important;
    }
    .feature.growcube .growcube-slider .universities h2 {
        font-size: 35px !important;
        text-align: center !important;
        line-height:1.1
    }
    .feature.growcube .universities p {
        font-size:16px !important;
    }
    
    .feature.growcube .florist .slide-content {
        margin:64px 20px !important;
        width:initial !important;
        text-align:left !important;
    }
    .feature.growcube .growcube-slider .florist h2 {
        font-size: 38px !important;
        line-height:1.1;
        margin-bottom: 10px !important;
        padding-bottom:0 !important;
    }
    .feature.growcube .florist p {
        font-size:14.75px !important;
    }
    
    .feature.growcube .restaurant .slide-content {
        margin:60px 45px !important;
        width:initial !important;
    }
    .feature.growcube .growcube-slider .restaurant h2 {
        font-size: 45px !important;
    }
    .feature.growcube .restaurant p {
        font-size:16px !important;
    }
    .feature.growcube .farmers .slide-content {
        margin:85px 22px !important;
        width:initial !important;
    }
    .feature.growcube .growcube-slider .farmers h2 {
        font-size: 45px !important;
    }
    .feature.growcube .farmers p {
        font-size:16px !important;
    }
    .feature.growcube .home .slide-content {
        margin:63px 17px !important;
        width:initial !important;
    }
    .feature.growcube .facts-figures .growcube-slider .home h2 {
        font-size: 42px !important;
    }
    .feature.growcube .home p {
        font-size:16px !important;
    }
    
    .feature.growcube .home  {
        background-image:url('../images/growcube/home-slide-mobile.png');
    }
    
    .growcube .col-md-7 {
        display: block;
        float: none;
        width: 100%;
        margin: 0;
        margin-bottom:20px;
    }
    .feature.growcube .growing h2 {
        padding-left:0;
        padding-right: 50px;
        line-height:1.05;
    }
    .growcube .col-md-5 {
        width: 100%;
        float: none;
        display: block;
        padding: 0 15px;
    }
    .growcube .usa-made {
        height: 150px;
    }
    .growcube .bg.rotate360 {
        padding-left:15px;
        padding-right:15px;
    }
    .growcube .bg.rotate360 h2 {
        font-size:30px;
        line-height:1.05 !important;
    }
    .growcube .buy-now p {
        padding: 0 20px;
    }
    .growcube .bg.control .inner-content {
        padding: 45px 20px 55px;
    }
    .growcube .bg.control h2 {
        font-weight:700;
        font-size:44px;
        padding: 0;
        margin-bottom:0;
    }
    .growcube .bg.control p {
        font-size:12px;
        line-height:1.5;
    }
    .growcube .bg.control .module-link {
        margin-left:50px;
        font-size:10px;
        padding:5px 10px;
    }
    .growcube .features .col-md-9,
    .growcube .features .col-md-3 {
        display:initial;
        float:none;
        width:100%;
        max-width:100%;
    }
    .growcube .features .span4 {
        width:100% !important;
        text-align:center;
    }
    .growcube .usa-made {
        height:150px !important;
    }
    .feature.powercube h2 {
        font-size:40px;
    }
    .growing-animation {
        margin-bottom:30px;
    }
    .growcube .growing-text {
        margin: 0px 0 10px;
    }
    .growcube .buy-now h2 {
        max-width:80%;
    }
}
@media (max-width: 400px) {
    .feature.lifelink #step-3 .details { width: 78%; }
}
@media(max-width:375px) {
    .growcube .buy-now h2 {
        font-size:30px;
	}
    .growcube .bg.control p {
        font-size:15px;
        padding: 5px 10px 0 12px;
        margin-bottom: 5px;
	}
    .growcube .bg.control .module-link {
        margin-left: 13px;
    }
}
@media (max-width: 340px) {
    .feature.lifelink #step-3 .details { top: 15%; }
}
@media(max-width:320px) {
    .growcube .bg.rotate360 h2 {
		font-size:25px;
	}
}
/*--960ish--*/
@media all and (min-width:0) and (max-width:1199px) {
	body {
		font:300 14px/1.5625em 'Open Sans',helvetica,arial,sans-serif;
	}
	.divisions-bg,.feature,.connect,footer {
		min-width:940px;
	}
	.navbar .nav>li {
		margin-left:0;
	}
	.navbar .nav>li>a {
		padding-left:5px;
		padding-right:5px;
	}
	header .navbar li ul {
		top:34px;
	}
	header .navbar .nav>li>.dropdown-menu:after {
		left:28px;
	}
	header .navbar .nav>li>.dropdown-menu:before {
		left:29px;
	}
	header .navbar .dropdown-menu.double {
		left:0;
	}
	.divisions {
		width:940px;
	}
	.feature.timeline .nav a {
		padding:10px;
	}
	.feature.media-center aside .gallery li {
		width:125px;
	}
	.feature .resource-hub .search input {
		width:170px;
	}
	.feature.ozonix-how .video-js {
		height:267px !important;
		width:400px !important;
	}
	.feature.industries-nav article {
		height:420px;
	}
	.feature.business-model {
		background-position:0 -191px;
	}
	.home .slider .carousel-caption h2,#slide-3604 h3 {
		font-size:2.25em;
	}
	.product .tabs .tab-nav li {
		width:151px;
	}
	.feature.powercube-home a.banner {
		height:274px;
		background-size:1600px;
	}
	.feature.powercube .slider .carousel, .feature.powercube .slider .item > a {
   	height:425px;       
   }
	/*.report-card{font-size:0.875em;}.report-card tbody td{padding:0;}.report-card tbody tr.group-start:after{width:66px;}.report-card .group-label>div:after{bottom:-101px;}.report-card .pt2 span:after{right: -15px;}*/
  .feature.powercube .img-row img {
  	height:120px;
    max-width:none;
    width:auto;
  }
}
@media (min-width:768px) and (max-width:960px) {
	.feature.powercube .nav li a {
  	    font-size:14px;
 	}
}
@media(max-width:768px) {
    .growcube .facts-figures .carousel .item {
        padding:60px 108px;
    }
    .home .growcube-slider .item a {
        font-size:12px;
        padding:7px 15px;
    }
    nav.navbar.clearfix.span12 {
        width: 100%;
        min-width: initial;
    }
    header > .container {
        width: 100%;
        min-width: initial;
    }
    header .nav-collapse {
        width: 100%;
        min-width: initial;
    }
    header .navbar .nav>li {
        margin-left:5px;
    }
    header .navbar .nav>li>a {
        font-size:14px !important;
    }
    header .navbar .brand.span6 {
        width: 50%;
        box-sizing: border-box;
    }
    header .meta .tel {
        margin-left: 0px;
    }
    header .contact, header .search {
        text-align: initial;
    }
    header .navbar-form input[type="text"] {
        width: 150px;
    }
    header .meta.pull-right {
        float:none;
    }
    article.feature.powercube.growcube {
        min-width: initial;
    }
    .feature.growcube .powercube-slider.growcube-slider {
        height: 425px;
    }
    /*
    .feature.powercube .growcube-slider h2,
    .feature.powercube .growcube-slider .slide2 h2,
    .feature.powercube .growcube-slider .slide2 .light {
        font-size: 37px !important;
    }
    */
    .feature.growcube .facts-figures .future-farming p {
        font-size:13px;
    }
    .feature.growcube .facts-figures .future-farming a {
        font-size:13px;
    }
    .feature.growcube .facts-figures .universities p,
    .feature.growcube .facts-figures .florist p,
    .feature.growcube .facts-figures .restaurant p,
    .feature.growcube .facts-figures .home p,
    .feature.growcube .facts-figures .farmers p{
        font-size:21px;
        line-height:1.4;
    }
    .growcube-slider .slide3 .slide-content {
        text-align:initial;
    }
    section.connect,
    footer,
    .feature.growcube .container,
    footer .container,
    .connect .container,
    .partner .container {
        width:100%;
        min-width:initial;
    }
    .growcube .bg.rotate360 h2 {
        line-height:1.05;
        max-width: 70%;
        margin: 0 auto 20px;
    }
    header .navbar.span12 {
        margin-left: 0;
        padding:0 20px 0 40px;
        box-sizing:border-box;
    }
    .growcube .usa-made {
        height:350px;
    }
    .growcube .features .span4 {
        width: 30%;
    }
    .growcube-slider .slide0 .slide-content {
        width:250px;
        left: 50px;
        top: 30%;
    }
    .growcube-slider .slide0 h2 {
        font-size:37px !important;
    }
    .growcube .slide1 h2 {
        font-size:30px !important;
    }
    .growcube .slide1 .slide-content {
        max-width:350px;
        left: 110px;
    }
    .feature.powercube .growcube-slider .slide2 h2,
    .feature.powercube .growcube-slider .slide2 .light {
        font-size:26px !important;
    }
    .feature.powercube .growcube-slider .slide2 .slide-content {
        top:30px;
        right: 50px;
    }
    .feature.powercube .growcube-slider .slide3 .slide-content {
        width: 415px;
        left: 50px;
        text-align: right;
    }
    .growcube .facts-figures .item {
        background-position: center center;
    }
}
/*--Mobile--*/
@media (max-width:568px) {
    header .navbar.span12 {
        padding: 0 20px;
    }
	body {
		min-width:320px;
		padding:0;
	}
	.btn,a.btn,.spr_ir_submit {
		font-size:1.2em;
	}
	.divisions-bg,.feature,.connect,footer {
		min-width:0;
	}
	.divisions-bg,.divisions {
		display:none;
	}
	.content .body {
		padding:0 20px 20px;
	}
	.post h1 {
		font-size:2.5em;
	}
	.teaser {
		display:none;
	}
	.feature {
		margin-bottom:0;
		padding-bottom:20px;
		padding-top:20px;
	}
	.feature article {
		padding:0 20px;
	}
	.follow {
		padding:0 20px;
	}
	.follow h3 {
		display:block;
		padding-left:0;
	}
	.follow .social {
		float:none;
	}
	.feature.threecol {
		background:#fff;
	}
	.feature.threecol nav {
		background:#efefef;
		margin:0;
		padding-bottom:20px;
		padding-top:10px;
	}
	.feature.threecol form select {
		margin:0;
	}
	.feature.threecol form .btn {
		display:none;
	}
	.feature.threecol article {
		height:auto;
		min-height:0;
	}
	.feature.threecol article .padding {
		padding-left:0;
		padding-right:0;
	}
	.feature.threecol article h2 {
		text-align:center;
	}
	.feature.threecol article h2 .text {
		display:block;
		text-align:center;
	}
	.feature.ozonix-benefits .column {
		height:auto;
		padding:10px 0;
	}
	.feature.ozonix-how .bg {
		padding:20px;
	}
	.feature.ozonix-how h2 sup {
		font-size:25%;
		top:-2em;
	}
	.feature.ozonix-how .video {
		padding:30px 0;
	}
	.feature.ozonix-how .report-card-link {
		display:none;
	}
	.feature.personnel-listing {
		padding-top:20px;
	}
	.feature.personnel-listing img {
		margin:0 20px 20px 0;
		width:40%;
	}
	.feature.personnel-listing img+.text {
		padding-left:0;
	}
	.feature.contact {
		padding-top:40px;
		padding-left:5%;
		padding-right:5%;
	}
	.feature.contact form .controls {
		margin-left:0;
	}
	.feature.contact form .controls input[type='text'],.feature.contact form .controls input[type='email'] {
		padding-top:15px;
		padding-bottom:15px;
	}
	.feature.contact form .controls select {
		height:50px;
		padding-bottom:15px;
		padding-top:15px;
	}
	.feature.timeline .year:first-child {
		margin-top:120px;
	}
	.feature.timeline .year .bg {
		padding-top:10px;
	}
	.feature.timeline .item.first+.first,.feature.timeline .item.right {
		margin-top:0;
		float:left;
	}
	.feature.timeline .item {
		float:left;
		margin:10px 0;
	}
	.feature.timeline .item:after,.feature.timeline .item .padding:after {
		display:none;
	}
	.powercube .intro {
		color:#fff;
		padding:20px;
	}
	.feature.powercube .intro h2 {
		color:#fff;
		text-align:left;
		padding-left:0;
		margin-bottom:10px;
	}
	.powercube .intro h1 {
        font-size:36px;
				display:block;
        text-align:center;
      	padding-bottom:10px;
	}
    .powercube .intro .feature-image {
        background:#fff;
        padding:10px;
        margin-bottom:15px;
    }
    .powercube .intro .feature-image,
    .powercube .intro .feature-image img {
        display:block !important;    
    }
    .feature.powercube .how-it-works {
        background-image:none;   
    }
	.powercube .intro img {
		display:none !important;
	}
	.powercube .carousel .item {
		font-size:2em;
		padding:20px;
		min-height:0;
	}
	.feature.powercube .facts-figures {
		min-height:0;
	}
	.powercube .carousel .carousel-control {
		display:none;
	}
	.powercube .features-image-spacer {
		display:none !important;
	}
	.feature.powercube #step-2 .text {
		display:block;
	}
	.feature.powercube h2 {
		padding-left:20px;
		text-align:left;
	}
	.feature.powercube .facts-figures h2 {
  	text-align:center;      
  }
	.feature.powercube .features {
  	padding-top:40px;      
  }
	.feature.powercube #step-2 .text {
  	padding:20px 20px 0;          
  }
	.powercube .features .text {
		display:block;
		padding:0 20px;
	}
	.feature.powercube .how-it-works {
		height:auto;
		padding-bottom:30px;
	}
	.feature.powercube .how-it-works h2 {
  	font-size:20px;
  }
	.feature.powercube .how-it-works>h2:first-child {
    font-size:31.5px;
    padding-bottom:20px;
	}
	.powercube .tabs {
		display:none;
	}
	.feature.powercube .how-it-works .text {
		background:transparent;
		padding:0 20px;
	}
	.powercube .tab-content .tab-pane {
		display:block;
	}
	.powercube .tab-content .tab-pane h2 {
		padding-left:0;
		padding-bottom:10px;
	}
	.feature.powercube .applications {
  	padding:40px 20px;
   }
	.feature.powercube .applications,
	.feature.powercube .applications h2 {
  	text-align:center;
  }
	.feature.powercube .applications p + h2 {
		padding-top:20px;
  }
	.feature.powercube .applications .img-row {
    margin:0;
  	padding:0;        
  }
	.feature.powercube .applications .img-row > a + a {
    display:block;
  	margin:10px auto;        
  }
	.feature.powercube .applications .img-row a {
  	display:block;
  	width:276px;
    overflow:hidden;
    margin:0 auto;
    text-align:center;
  }
	.feature.powercube .applications .img-row img {
			max-width:none;
  		margin:0 auto;
  }                                
	.home .slider {
		display:none;
	}
	.home .slider .carousel {
		margin-top:0;
	}
	.home .slider img {
		display:none;
	}
	.home .slider .carousel-caption {
		padding-left:10px;
		text-align:center;
	}
	.home .slider .carousel-caption h2 {
		font-size:2.1em;
		line-height:1.2em;
	}
	.home .slider .carousel-caption h3 {
		font-size:1.5em;
		line-height:1.3em;
	}
	.home .slider .carousel-nav {
		margin-left:-75px;
		width:150px;
	}
	.home .feature .btn {
		margin-top:0;
	}
	.home .solutions [class*="span"] {
		margin-left:0;
	}
	.home .solutions {
		padding-bottom:10px;
		padding-top:20px;
	}
	.home .solutions h2 {
		margin-top:0;
	}
	.home .solutions .body {
		border-right:0;
		padding:0 20px;
	}
	.home .solutions aside {
		display:none;
	}
	.home .meet-Brisben Water .body {
		padding:10px 0;
	}
	.home .meet-Brisben Water img {
		display:none !important;
	}
	.home .water-processed {
		height:auto;
		padding-top:0;
	}
	.home .water-processed .body {
		padding:0 0 10px;
	}
	.home .water-processed h2 {
		margin-top:20px;
	}
	.home .water-processed aside {
		display:none;
	}
	.home .ozonix {
		padding:20px 0;
	}
	.home .ozonix article {
		padding:20px;
	}
	.ozonix aside {
		display:none;
	}
	.feature.ozonix-how .video {
		float:none;
		width:100%;
	}
	.feature.ozonix-how .video-js {
		height:100% !important;
		width:100% !important;
	}
	.report-card {
		display:none;
	}
	.single-patent {
		padding:5%;
		width:90%;
	}
	.feature.media-gallery .btn-group {
		white-space:normal;
	}
	.feature.media-gallery .btn-group button {
		border:0;
		display:inline;
		text-align:center;
	}
	.feature.image-gallery {
		text-align:center;
	}
	.feature.image-gallery .image-row {
		margin:0;
	}
	.feature.image-gallery .image-row img {
		padding:10px 0;
	}
	.feature.video-gallery .video-js {
		width:100% !important;
	}
	#video-slider {
		margin-left:auto;
		margin-right:auto;
	}
	.feature .resource-hub {
		padding-left:5%;
		padding-right:5%;
	}
	.feature .resource-hub .search {
		margin:20px 0;
		position:static;
	}
	.feature .resource-hub .search input {
		display:block;
		margin-bottom:10px;
		width:80%;
	}
	.feature .resource-hub .search select {
		display:block;
		margin:10px 0;
		width:91%;
	}
	.feature.business-model {
		padding:20px 0 0;
		background:#fff;
	}
	.feature.business-model .step {
		padding:10px 0;
	}
	.feature.business-model .post img,.feature.business-model .post .lazy {
		display:none !important;
	}
	.feature.business-model .text {
		display:block;
	}
	.spr-ir-media-file-list,.spr-ir-sec-filings,.spr-ir-pagination,.spr-ir-media-file,.spr-ir-media-back-button {
		padding:0 !important;
		width:100% !important;
	}
	#spr-email-alerts {
		width:90%;
	}
	#spr-email-alerts select,#spr-email-alerts input {
		width:80%;
	}
	#spr-email-alerts .StockDisplay1 input,#spr-email-alerts #ir-updates {
		width:auto;
	}
	.spr-ir-media-file-list,.spr-ir-sec-filings,.spr-ir-pagination {
		width:100% !important;
	}
	.spr-ir-pagination ul li {
		line-height:25px;
	}
	#spr-qm-content>div,#spr-qm-content>div>table {
		overflow-x:scroll !important;
		width:100% !important;
	}
	.spr-ir-rss-icon {
		padding:10px 0;
	}
	.spr-ir-charts,.spr-ir-charts table {
		width:100% !important;
	}
	#qmcb-symbol {
		width:40px !important;
	}
	.qmmt_chartBuilder td {
		display:block;
		padding:10px 0;
		text-align:left;
		width:auto !important;
	}
	input.qmmt_input[type="text"] {
		width:25px !important;
	}
	.qmmt_chartBuilder td .qmmt_text {
		float:none !important;
		padding:10px 0;
	}
	.qmmt_chartBuilder select {
		display:block;
		margin-bottom:10px;
	}
	#qmcb-chart-img {
		height:auto;
		width:90%;
	}
	.spr-ir-table tr td {
		display:none;
	}
	.spr-ir-table tr td:first-child,.spr-ir-table tr td:nth-child(3) {
		display:table-cell;
		padding:8px;
	}
	.spr-ir-snapshot .body .spr-ir-pdf {
		float:none;
		width:auto;
	}
	.connect .email-alerts .btn {
		display:block;
		margin-top:10px;
	}
	.home .slider+.connect {
		display:none;
	}
	.home .columns {
		background:none;
		padding:20px 0;
	}
	.home .columns .column {
		height:auto;
		min-height:0;
		margin-top:20px;
	}
	.home .column ul li a:after {
		display:none;
	}
	.home .columns .carousel {
		height:auto;
	}
	.home .columns .carousel .carousel-indicators,.home .columns .carousel p {
		display:none;
	}
	.home .in-the-news {
		display:none;
		padding-top:0;
	}
	.home .in-the-news .logo a {
		display:block;
		padding-bottom:20px;
		text-align:center;
		width:auto;
	}
	.home .in-the-news article {
		padding:0 20px;
	}
	.partner {
		height:auto;
		padding:10px 20px 20px;
	}
	.partner .content {
		background:none;
		padding-left:0;
	}
	.partner .content .pull-left {
		margin-right:0;
	}
	footer {
		font-size:1.3em;
		padding-top:20px;
	}
	footer small {
		background:none;
		padding-top:20px;
	}
	footer small .pull-left,footer small .pull-right {
		display:block;
		float:none;
		padding:0 20px;
	}
	footer .row>div {
		display:none;
	}
	footer .row>div:last-child {
		display:block;
		padding-left:20px;
	}
	.feature.powercube-home .hide {
		display:block !important;
	}
	.feature.powercube-home a.banner {
		display:none;
	}
	.feature.powercube .applications h2+p {
		padding: 0;
	}
    .fancybox-prev span,
    .fancybox-next span {
        background-color:transparent !important;   
    }
    .product .description {
        -webkit-columns:1;
    	-moz-columns:1;
    	columns:1;
    }
}
@media(max-width:667px) {
    .growcube .features .span4 {
        width:29%;
    }
    .growcube .growing-text h2 {
        font-size:40px;
    }
}
@media(max-width:320px) {
    .feature.growcube .facts-figures h2 {
        font-size:30px !important;
    }
}

/** RiverKeeper page: CSS authored by Brisben Water - Added by Equisolve **/
/* Fonts */
@font-face {
	font-family: 'RiverKeeper';
	font-style: normal;
	font-weight: normal;
	
	src: url('../pages/riverkeeper/fonts/riverkeeper.eot');
	src: url('../pages/riverkeeper/fonts/riverkeeper.eot?#iefix') format('embedded-opentype'), url('../pages/riverkeeper/fonts/riverkeeper.woff') format('woff'), url('../pages/riverkeeper/fonts/riverkeeper.ttf') format('truetype'), url('../pages/riverkeeper/fonts/riverkeeper.svg#riverkeeper') format('svg');
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'RiverKeeper';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.icon-callout:before {
	content: "\e600";
}

.icon-close:before {
	content: "\e601";
}

.icon-cost-effective:before {
	content: "\e602";
}

.icon-environmentally-safe-oxidant:before {
	content: "\e603";
}

.icon-high-volume:before {
	content: "\e604";
}

.icon-life-sustaining:before {
	content: "\e605";
}

.icon-patented-and-proven:before {
	content: "\e606";
}

.icon-scalable:before {
	content: "\e607";
}

.icon-versatile:before {
	content: "\e608";
}

/* Core Styling */
.color-g {
	color: #7fc11b;
}

a.btn-g {
	background-color: #7fc11b;
	color: #fff;
	display: table;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
}
	
	a.btn-g:hover {
		background-color: #76b419;
		text-decoration: none;
	}

/* RiverKeeper Core Styling */
.feature.riverkeeper {
	background-color: white;
	margin: 0;
	min-width: auto;
	min-width: 0 !important;
	-moz-osx-font-smoothing: grayscale;
	padding: 0;
	-webkit-font-smoothing: antialiased;
}

.feature.riverkeeper * {
	box-sizing: border-box;
}

.feature.riverkeeper *:after,
.feature.riverkeeper *:before {
	box-sizing: border-box;
}
	
	.eco-container:after,
	.eco-container:before,
	.eco-row:after,
	.eco-row:before {
		content: " ";
		display: table;
	}

.feature.riverkeeper .eco-container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1616px;
	width: 100%;
}
	
	.feature.riverkeeper .eco-row {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.feature.riverkeeper .eco-col {
		float: left;
		position: relative;
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px;
		vertical-align: top;
	}

/* Step 1 */
.feature.riverkeeper #step-1 .slider .carousel {
	display: block;
	height: 700px;
	margin-top: 0;
	width: 100%;
}

	.feature.riverkeeper #step-1 .slider .carousel-inner,
	.feature.riverkeeper #step-1 .slider .item {
		background: white;
		padding: 0;
	}
	
		.feature.riverkeeper #step-1 .slider h2 {
			color: white;
			font-family: 'clanlf-boldbold', 'Open Sans', sans-serif;
			margin-bottom: 40px;
			margin-top: 60px;
			text-align: left;
		}
		
		.feature.riverkeeper #step-1 .slider .item a {
			background-color: #0069aa;
		    color: white;
		    font-family: 'clanlf-newsregular', 'Open Sans', sans-serif;
		    font-size: 20px;
		    left: 4px;
		    padding: 10px 20px 8px;
		    position: relative;
		    text-decoration: none;
		    transition: all .2s;
		}
			
			.feature.riverkeeper #step-1 .slider .item a:active,
			.feature.riverkeeper #step-1 .slider .item a:hover {
				background-color: #093a67;
			}
		
		.feature.riverkeeper #step-1 .slider .carousel-nav {
			display: inline-block;
			z-index: 999;
		}
			
			.feature.riverkeeper #step-1 .slider .carousel-nav .carousel-control.left,
			.feature.riverkeeper #step-1 .slider .carousel-nav .carousel-indicators,
			.feature.riverkeeper #step-1 .slider .carousel-nav .carousel-control.right {
				display: inline-block;
				float: left;
				left: 0;
				position: relative;
				top: 0;
			}
			
.feature.riverkeeper #step-1 .slide1 {
    text-align: center;
}
.feature.riverkeeper #step-1 .slide1 .slide-content {
    display: inline-block;
    margin: 0 auto;
}

.feature.riverkeeper #step-1 .slide1 a {
    float: right;
    background: #7ebf19;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdlYmYxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZmJmMWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #7ebf19 0%, #7fbf1a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7ebf19), color-stop(100%,#7fbf1a));
    background: -webkit-linear-gradient(top,  #7ebf19 0%,#7fbf1a 100%);
    background: -o-linear-gradient(top,  #7ebf19 0%,#7fbf1a 100%);
    background: -ms-linear-gradient(top,  #7ebf19 0%,#7fbf1a 100%);
    background: linear-gradient(to bottom,  #7ebf19 0%,#7fbf1a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ebf19', endColorstr='#7fbf1a',GradientType=0 );

    
}

/* Step 2 */
.feature.riverkeeper #step-2 {
	padding-top: 70px;
}
	
	.feature.riverkeeper #step-2 .eco-container {
		padding: 0 25px;
		max-width: 1170px;
	}
	
	.feature.riverkeeper #step-2 .text {
		display: inline-block;
		float: none;
		width: 54%;
	}
	
		.feature.riverkeeper #step-2 h2 {
			color: #003e65;
			font-family: 'clanlf-bookregular', 'Open Sans', sans-serif;
			font-size: 48px;
			font-weight: 400;
			line-height: 54px;
		}
			
			.feature.riverkeeper #step-2 h2 span {
				bottom: 0;
				font-size: 38px;
				position: relative;
			}
		
			.feature.riverkeeper #step-2 h2 strong {
				font-family: 'clanlf-mediumregular', 'Open Sans', sans-serif;
			}
		
		.feature.riverkeeper #step-2 p {
			color: #777c84;
			font-size: 16px;
			font-weight: 400;
			line-height: 28px;
		}
			
			.feature.riverkeeper #step-2 p strong {
				color: #003e65;
			}
		
		.feature.riverkeeper #step-2 ul {
			list-style: none;
			margin: 36px 0;
		}
			
			.feature.riverkeeper #step-2 li {
				margin-bottom: 6px;
			}
			
			.feature.riverkeeper #step-2 li a {
				color: #777c84;
				cursor: pointer;
				font-weight: 400;
				padding-left: 18px;
				text-decoration: none;
			}
			
				.feature.riverkeeper #step-2 li a:hover {
					color: #7dc242;
				}
				
				.feature.riverkeeper #step-2 li a.active,
				.feature.riverkeeper #step-2 li a.active:hover {
					background: url('../pages/riverkeeper/images/arrow.png') center left no-repeat;
					color: #003e65;
					font-weight: bold;
				}
		
		.feature.riverkeeper #step-2 .btn-g {
			font-size: 16px;
			font-weight: bold;
			line-height: 40px;
			padding: 0 16px;
		}
	
	.feature.riverkeeper #step-2 .image {
		display: inline-block;
		float: none;
		width: 45%;
	}

/* Step 3 */
.feature.riverkeeper #step-3 {
	background-color: #003e65;
	color: white;
	text-align: center;
}


/* Step 3 (Desktop) */
.feature.riverkeeper #step-3 .desktop {
	padding: 100px 0;
	position: relative;
}
	
	.feature.riverkeeper #step-3 .desktop span {
		background: url('../pages/riverkeeper/images/map-pattern.png') top left repeat;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;		
		z-index: 2;
	}
	
	.feature.riverkeeper #step-3 .desktop h2 {
		font-family: 'clanlf-bookregular', 'Open Sans', sans-serif;
		font-size: 47px;
		font-weight: 400;
		line-height: 55px;
		margin: 0 0 30px 0;
		position: relative;
		z-index: 3;
	}
	
		.feature.riverkeeper #step-3 .desktop h2 strong {
			font-family: 'clanlf-mediumregular', 'Open Sans', sans-serif;
		}
	
	.feature.riverkeeper #step-3 .desktop p.intro {
		display: block;
		font-size: 16px;
		font-weight: 400;
		margin: 0 auto 20px auto;
		position: relative;
		width: 700px;
		z-index: 3;
	}
	
	.feature.riverkeeper #step-3 .desktop hr {
		border: 0;
		border-top: 2px solid #7fc11b;
		display: inline-block;
		height: 1px;
		margin: 1em 0;
		padding: 0;
		position: relative;
		width: 90px;
		z-index: 3;
	}
	
	.feature.riverkeeper #step-3 .desktop .map {
		margin: 50px auto 0 auto;
		position: relative;
	}
		
		.feature.riverkeeper #step-3 .desktop .map .callout {
			color: #fdc211;
			cursor: pointer;
			position: absolute;
			z-index: 3;
		}
			
			.feature.riverkeeper #step-3 .desktop .map .callout:hover,
			.feature.riverkeeper #step-3 .desktop .map .callout.active {
				color: #96d3e6;
			}
		
		.feature.riverkeeper #step-3 .desktop .map .bubble {
			display: none;
			position: absolute;
			height: 383px;
			width: 637px;
			z-index: 3;
		}
			
			.feature.riverkeeper #step-3 .desktop .map .bubble.active {
				display: inline-block;
			}
			
			.feature.riverkeeper #step-3 .desktop .map .bubble#ganges-river-bubble {
				background: url('../pages/riverkeeper/images/ganges-river.png') top left no-repeat;
			}
				
				.feature.riverkeeper #step-3 .desktop .map .bubble#ganges-river-bubble i {
					right: 28px;
				}
			
			.feature.riverkeeper #step-3 .desktop .map .bubble#harpeth-river-bubble {
				background: url('../pages/riverkeeper/images/harpeth-river.png') top left no-repeat;
			}
				
				.feature.riverkeeper #step-3 .desktop .map .bubble#harpeth-river-bubble i {
					right: 18px;
				}
			
			.feature.riverkeeper #step-3 .desktop .map .bubble#indian-river-lagoon-bubble {
				background: url('../pages/riverkeeper/images/indian-river-lagoon.png') top left no-repeat;
			}
				
				.feature.riverkeeper #step-3 .desktop .map .bubble#indian-river-lagoon-bubble i {
					right: 18px;
				}
			
			.feature.riverkeeper #step-3 .desktop .map .bubble#indus-river-bubble {
				background: url('../pages/riverkeeper/images/indus-river.png') top left no-repeat;
			}
				
				.feature.riverkeeper #step-3 .desktop .map .bubble#indus-river-bubble i {
					right: 28px;
				}
			
			.feature.riverkeeper #step-3 .desktop .map .bubble#onondaga-lake-bubble {
				background: url('../pages/riverkeeper/images/onondaga-lake.png') top left no-repeat;
			}
				
				.feature.riverkeeper #step-3 .desktop .map .bubble#onondaga-lake-bubble i {
					right: 18px;
				}
			
			.feature.riverkeeper #step-3 .desktop .map .bubble#potomac-river-bubble {
				background: url('../pages/riverkeeper/images/potomac-river.png') top left no-repeat;
			}
				
				.feature.riverkeeper #step-3 .desktop .map .bubble#potomac-river-bubble i {
					right: 18px;
				}
			
			.feature.riverkeeper #step-3 .desktop .map .bubble#yangtze-river-bubble {
				background: url('../pages/riverkeeper/images/yangtze-river.png') top left no-repeat;
			}
				
				.feature.riverkeeper #step-3 .desktop .map .bubble#yangtze-river-bubble i {
					right: 28px;
				}
			
			.feature.riverkeeper #step-3 .desktop .map .bubble i {
				color: white;
				cursor: pointer;
				font-size: 15px;
				position: absolute;
				top: 14px;
			}
			
			.feature.riverkeeper #step-3 .desktop .map .bubble h3 {
				font-family: 'clanlf-mediumregular', 'Open Sans', sans-serif;
				font-size: 36px;
				font-weight: 400;
				margin: 70px 0 2px 0;
			}
			
			.feature.riverkeeper #step-3 .desktop .map .bubble h4 {
				font-size: 21px;
				font-weight: 400;
				margin: 0;
			}
			
			.feature.riverkeeper #step-3 .desktop .map .bubble hr {
				border-color: #fdc211;
				margin: 1.5em 0 .7em 0;
			}
			
			.feature.riverkeeper #step-3 .desktop .map .bubble p {
				display: block;
				font-size: 14px;
				font-weight: 400;
				line-height: 20px;
				margin: 0 auto;
				width: 540px;
			}
			
			.feature.riverkeeper #step-3 .desktop .map .bubble a {
				color: white;
				font-size: 14px;
				font-weight: bold;
				text-decoration: underline;
			}

/* Step 3 (Mobile) */
.feature.riverkeeper #step-3 .mobile {
	height: 533px;
	overflow: hidden;
	position: relative;
}
	
	.feature.riverkeeper #step-3 .mobile h2 {
		font-weight: 400;
	}
	
	.feature.riverkeeper #step-3 .mobile .page {
		background-position: center center;
		background-repeat: no-repeat;
		display: none;
		height: 533px;
		left: 0;
		position: absolute;
		top: 0;
	}
		
		.feature.riverkeeper #step-3 .mobile .page.active {
			display: block;
		}
		
		.feature.riverkeeper #step-3 .mobile .page.ganges-river {
			background-image: url('../pages/riverkeeper/images/ganges-river-mobile.jpg');	
		}
		
		.feature.riverkeeper #step-3 .mobile .page.harpeth-river {
			background-image: url('../pages/riverkeeper/images/harpeth-river-mobile.jpg');
		}
		
		.feature.riverkeeper #step-3 .mobile .page.indian-river-lagoon {
			background-image: url('../pages/riverkeeper/images/indian-river-lagoon-mobile.jpg');
		}
		
		.feature.riverkeeper #step-3 .mobile .page.indus-river {
			background-image: url('../pages/riverkeeper/images/indus-river-mobile.jpg');
		}
		
		.feature.riverkeeper #step-3 .mobile .page.onondaga-lake {
			background-image: url('../pages/riverkeeper/images/onondaga-lake-mobile.jpg');
		}
		
		.feature.riverkeeper #step-3 .mobile .page.potomac-river {
			background-image: url('../pages/riverkeeper/images/potomac-river-mobile.jpg');
		}
		
		.feature.riverkeeper #step-3 .mobile .page.yangtze-river {
			background-image: url('../pages/riverkeeper/images/yangtze-river-mobile.jpg');
		}
		
		.feature.riverkeeper #step-3 .mobile .page div {
			position: relative;
			top: 50%;
			transform: translateY(-50%);
			transform-style: preserve-3d;
			-webkit-transform: translateY(-50%);
			-webkit-transform-style: preserve-3d;
		}
		
		.feature.riverkeeper #step-3 .mobile .page h3 {
			font-family: 'clanlf-mediumregular', 'Open Sans', sans-serif;
			font-size: 36px;
			font-weight: 400;
			margin: 0 0 2px 0;
		}
		
		.feature.riverkeeper #step-3 .mobile .page h4 {
			font-size: 19px;
			font-weight: 400;
			margin: 0;
		}
		
		.feature.riverkeeper #step-3 .mobile .page hr {
			border: 0;
			border-top: 2px solid #fdc211;
			display: inline-block;
			height: 1px;
			margin: 1.5em 0 .7em 0;
			padding: 0;
			width: 90px;
		}
		
		.feature.riverkeeper #step-3 .mobile .page p {
			display: block;
			font-size: 18px;
			font-weight: 400;
			line-height: 24px;
			margin: 0 auto;
			width: 80%;
		}
		
		.feature.riverkeeper #step-3 .mobile .page a {
			color: white;
			font-size: 14px;
			font-weight: bold;
			text-decoration: underline;
		}
	
	.feature.riverkeeper #step-3 .mobile .indicators {
		bottom: 6px;
		left: 0;
		margin: auto;
		position: absolute;
		right: 0;
	}
		
		.feature.riverkeeper #step-3 .mobile .indicators ul {
			display: inline-block;
			list-style: none;
			margin: 0;
		}
			
			.feature.riverkeeper #step-3 .mobile .indicators li {
				float: left;
				margin-right: 6px;
			}
				
				.feature.riverkeeper #step-3 .mobile .indicators ul li:last-of-type {
					margin-right: 0;
				}
				
				.feature.riverkeeper #step-3 .mobile .indicators span {
					background-color: white;
					border-radius: 10px;
					display: inline-block;
					height: 12px;
					opacity: .3;
					width: 12px;
				}
					
					.feature.riverkeeper #step-3 .mobile .indicators span.active {
						background-color: white;
						opacity: 1;
					}

/* Step 4 */
.feature.riverkeeper #step-4 {
	padding-bottom: 180px;
	position: relative;
}
	
	.feature.riverkeeper #step-4 h2 {
		color: #003e65;
		font-family: 'clanlf-newsregular', 'Open Sans', sans-serif;
		font-size: 47px;
		font-weight: 400;
		line-height: 55px;
		margin: 80px 0;
		text-align: center;
	}
	
	.feature.riverkeeper #step-4 .eco-container {
		padding: 0;
		max-width: 1170px;
	}
		
		.feature.riverkeeper #step-4 .eco-row {
			margin: 0;
		}
		
			.feature.riverkeeper #step-4 .eco-col {
				display: inline-block;
				float: none;
				margin-bottom: 50px;
				padding-left: 0;
				padding-right: 0;
			}
				
				.feature.riverkeeper #step-4 .eco-col div {
					float: left;
				}
					
					.feature.riverkeeper #step-4 .eco-col div.image {
						margin-right: 20px;
						width: 70px;
					}
					
					.feature.riverkeeper #step-4 .eco-col div.text {
						padding-right: 30px;
						width: 75%;
					}
						
						.feature.riverkeeper #step-4 .bullets div:last-of-type div.text {
							padding-right: 0;
						}
		
		.feature.riverkeeper #step-4 span {
			background-color: #78b71a;
			border-radius: 40px;
			display: inline-block;
			height: 70px;
			text-align: center;
			width: 70px;
		}
			
			.feature.riverkeeper #step-4 i {
				color: white;
				font-size: 42px;
				left: -14px;
				position: relative;
				top: 12px;
			}
				
				.feature.riverkeeper #step-4 i.icon-environmentally-safe-oxidant {
					font-size: 38px;
					top: 14px;
				}
				
				.feature.riverkeeper #step-4 i.icon-scalable {
					font-size: 36px;
					left: -11px;
					top: 14px;
				}
				
				.feature.riverkeeper #step-4 i.icon-versatile {
					font-size: 38px;
					left: -11px;
					top: 13px;
				}
		
		.feature.riverkeeper #step-4 h3 {
			color: #7fc11b;
			font-weight: bold;
			font-size: 17px;
			line-height: 17px;
			margin: 0 0 3px 0;
		}
		
		.feature.riverkeeper #step-4 p {
			color: #777c84;
			font-size: 12px;
			font-weight: 400;
			line-height: 18px;
			margin: 0 0 0 1px;
		}
	
	.feature.riverkeeper #step-4 img {
		bottom: -35px;
		margin: 0 auto;
		left: 0;
		position: absolute;
		right: 0;
	}

/* Step 5 */
.feature.riverkeeper #step-5 {
	background: transparent url('../pages/riverkeeper/images/water.png') top left repeat-x;
	color: white;
	position: relative;
	text-align: center;
	z-index: 2;
}
	
	.feature.riverkeeper #step-5 .eco-container {
		max-width: 100%;
	}
	
	.feature.riverkeeper #step-5 .eco-row {
		background-color: #00243c;
		margin-top: 55px;
		padding-bottom: 95px;
	}
		
		.feature.riverkeeper #step-5 .wrapper {
			margin: 0 auto;
			max-width: 1170px;
		}
		
			.feature.riverkeeper #step-5 .eco-col {
				display: inline-block;
				float: none;
				width: 44%;
			}
				
				.feature.riverkeeper #step-5 h2 {
					font-family: 'clanlf-bookregular', 'Open Sans', sans-serif;
					font-size: 3.3vw;
					font-weight: 400;
					margin: 30px 0 16px 0;
				}
				
					.feature.riverkeeper #step-5 h2 strong {
						font-family: 'clanlf-mediumregular', 'Open Sans', sans-serif;
					}
				
				.feature.riverkeeper #step-5 p {
					display: block;
					font-size: 13.3px;
					font-weight: 400;
					line-height: 22px;
					margin: 0 auto 20px auto;
					width: 90%;
				}
					
					.feature.riverkeeper #step-5 p strong {
						color: #7fc11b;
					}
				
				.feature.riverkeeper #step-5 a {
					color: white;
					display: inline-block;
					font-size: 16px;
					font-weight: bold;
					line-height: 40px;
					padding: 0 16px;
					text-decoration: none;
				}
					
					.feature.riverkeeper #step-5 .fact-sheet {
						background-color: #003e65;
						margin-right: 10px;
					}
						
						.feature.riverkeeper #step-5 .fact-sheet:hover {
							background-color: #0069aa;
						}
					
					.feature.riverkeeper #step-5 .request-quote {
						background-color: #7fc11b;
					}
						
						.feature.riverkeeper #step-5 .request-quote:hover {
							background-color: #76b419;
						}

/* Media Queries (Desktop) */
@media (max-width: 1227px) {
	.feature.riverkeeper #step-4 img {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media (max-width: 1219px) {
	.feature.riverkeeper #step-4 .eco-container {
		padding: 0 25px;
	}
}

@media (min-width: 1200px) {
	.feature.riverkeeper #step-1 .slider h2 {
		font-size: 64px !important;
		line-height: 64px !important;
	}
	
	.feature.riverkeeper #step-3 .desktop .map {
		background: url('../pages/riverkeeper/images/map-lg.png') top left no-repeat;
		height: 652px;
		width: 1156px;
	}
		
		.feature.riverkeeper #step-3 .desktop .map .callout {
			font-size: 24px;
		}
			
			.feature.riverkeeper #step-3 .desktop .map .callout#ganges-river {
				right: 344px;
				top: 282px;
			}
			
			.feature.riverkeeper #step-3 .desktop .map .callout#harpeth-river {
				left: 251px;
				top: 255px;
			}
			
			.feature.riverkeeper #step-3 .desktop .map .callout#indian-river-lagoon {
				left: 275px;
				top: 285px;
			}
			
			.feature.riverkeeper #step-3 .desktop .map .callout#indus-river {
				right: 381px;
				top: 271px;
			}
			
			.feature.riverkeeper #step-3 .desktop .map .callout#onondaga-lake {
				left: 289px;
				top: 221px;
			}
			
			.feature.riverkeeper #step-3 .desktop .map .callout#potomac-river {
				left: 287px;
				top: 249px;
			}
			
			.feature.riverkeeper #step-3 .desktop .map .callout#yangtze-river {
				right: 228px;
				top: 256px;
			}
		
		.feature.riverkeeper #step-3 .desktop .map .bubble#ganges-river-bubble {
			left: 157px;
			top: 201px;
		}
		
		.feature.riverkeeper #step-3 .desktop .map .bubble#harpeth-river-bubble {
			left: 280px;
			top: 174px;
		}
		
		.feature.riverkeeper #step-3 .desktop .map .bubble#indian-river-lagoon-bubble {
			left: 310px;
			top: 204px;
		}
		
		.feature.riverkeeper #step-3 .desktop .map .bubble#indus-river-bubble {
			left: 116px;
			top: 191px;
		}
		
		.feature.riverkeeper #step-3 .desktop .map .bubble#onondaga-lake-bubble {
			left: 318px;
			top: 140px;
		}
		
		.feature.riverkeeper #step-3 .desktop .map .bubble#potomac-river-bubble {
			left: 321px;
			top: 169px;
		}
		
		.feature.riverkeeper #step-3 .desktop .map .bubble#yangtze-river-bubble {
			left: 270px;
			top: 181px;
		}
}

@media (max-width: 1199px) {
	.feature.riverkeeper #step-1 .slider h2 {
		font-size: 4.3vw !important;
		line-height: 4.3vw !important;
	}
	
	.feature.riverkeeper #step-4 .eco-col div.text {
		width: 68%;
	}
	
	.feature.riverkeeper #step-4 img {
		bottom: -29px;
	}
}

@media (min-width: 1170px) {
	.feature.riverkeeper #step-4 .eco-col {
		padding: 0;
	}
	
		.feature.riverkeeper #step-4 .image {
			text-align: left !important;
		}
		
		.feature.riverkeeper #step-4 img {
			max-width: 1177px;
		}
	
	.feature.riverkeeper #step-5 h2 {
		font-size: 39px;
	}
}

@media (max-width: 1024px) {
	.feature.riverkeeper #step-1 .slider .carousel {
		height: 425px;
	}
	
		.feature.riverkeeper #step-1 .slide-content {
			padding-left: 40px;
		}
		
			.feature.riverkeeper #step-1 h2 {
				margin-bottom: 30px !important;
				margin-top: 34px !important;
			}
}

@media (max-width: 993px) {
	.feature.riverkeeper #step-4 .eco-col div.text {
		width: 67%;
	}
}

@media (min-width: 980px) and (max-width: 1199px) {
	.feature.riverkeeper #step-1 h2 {
		font-size: 4.3vw;
		line-height: 4.3vw;
	}
	
	.feature.riverkeeper #step-3 .desktop .map {
		background: url('../pages/riverkeeper/images/map-md.png') top left no-repeat;
		height: 528px;
		width: 936px;
	}
		
		.feature.riverkeeper #step-3 .desktop .map .callout {
			font-size: 20px;
		}
			
			.feature.riverkeeper #step-3 .desktop .map .callout#ganges-river {
				right: 267px;
				top: 220px;
			}
			
			.feature.riverkeeper #step-3 .desktop .map .callout#harpeth-river {
				left: 210px;
				top: 207px;
			}
			
			.feature.riverkeeper #step-3 .desktop .map .callout#indian-river-lagoon {
				left: 224px;
				top: 231px;
			}
			
			.feature.riverkeeper #step-3 .desktop .map .callout#indus-river {
				right: 301px;
				top: 211px;
			}
			
			.feature.riverkeeper #step-3 .desktop .map .callout#onondaga-lake {
				left: 233px;
				top: 173px;
			}
			
			.feature.riverkeeper #step-3 .desktop .map .callout#potomac-river {
				left: 233px;
				top: 198px;
			}
			
			.feature.riverkeeper #step-3 .desktop .map .callout#yangtze-river {
				right: 177px;
				top: 204px;
			}
		
		.feature.riverkeeper #step-3 .desktop .map .bubble#ganges-river-bubble {
			left: 10px;
			top: 140px;
		}
		
		.feature.riverkeeper #step-3 .desktop .map .bubble#harpeth-river-bubble {
			left: 236px;
			top: 127px;
		}
		
		.feature.riverkeeper #step-3 .desktop .map .bubble#indian-river-lagoon-bubble {
			left: 254px;
			top: 150px;
		}
		
		.feature.riverkeeper #step-3 .desktop .map .bubble#indus-river-bubble {
			left: -21px;
			top: 132px;
		}
		
		.feature.riverkeeper #step-3 .desktop .map .bubble#onondaga-lake-bubble {
			left: 258px;
			top: 93px;
		}
		
		.feature.riverkeeper #step-3 .desktop .map .bubble#potomac-river-bubble {
			left: 262px;
			top: 117px;
		}
		
		.feature.riverkeeper #step-3 .desktop .map .bubble#yangtze-river-bubble {
			left: 100px;
			top: 127px;
		}
}

@media (min-width: 980px) {
	.feature.riverkeeper #step-2 img {
		display: block;
		height: auto;
		max-height: 640px;
		max-width: 150%;
		position: relative;
		right: 16%;
		width: 150%;
	}
	
	.feature.riverkeeper #step-2 .btn-g {
		margin-bottom: 90px;
	}
		
	.feature.riverkeeper #step-2 .image {
		margin-top: 60px;
	}
	
	.feature.riverkeeper #step-4 .eco-col {
		width: 33%;
	}
	
	.feature.riverkeeper #step-5 .eco-row {
		padding-top: 60px;
	}
		
		.feature.riverkeeper #step-5 .eco-col:first-child {
			margin-right: 50px;
		}
		
		.feature.riverkeeper #step-5 .eco-col:last-child {
			margin-left: 50px;
		}
}

/* Media Queries (Tablet & Phone) */
@media (max-width: 979px) {
	.feature.riverkeeper #step-2 {
		text-align: center;
	}
		
		.feature.riverkeeper #step-2 .text {
			display: inline-block;
			padding-bottom: 40px;
			width: 80%;
		}
			
			.feature.riverkeeper #step-2 h2 {
				margin-bottom: 26px;
			}
			
			.feature.riverkeeper #step-2 ul {
				display: inline-block;
			}
				
				.feature.riverkeeper #step-2 li {
					float: left;
					margin-bottom: 0;
				}
					
					.feature.riverkeeper #step-2 ul li:last-of-type {
						margin-left: 26px;
					}
			
			.feature.riverkeeper #step-2 .btn-g {
				display: inline-block;
			}
		
		.feature.riverkeeper #step-2 .image {
			display: block;
			width: 100%;
		}
			
			.feature.riverkeeper #step-2 .image img {
				position: relative;
			}
	
	.feature.riverkeeper #step-3 .mobile .page.intro {
		background: url('../pages/riverkeeper/images/map-md.png') center center no-repeat;
		background-size: contain;
		margin: 0 auto;
		right: 0;
		width: 92%;
	}
		
		.feature.riverkeeper #step-3 .mobile .page.intro span {
			background: url('../pages/riverkeeper/images/map-pattern.png') top left repeat;
			height: 100%;
			left: -5%;
			position: absolute;
			right: 0;
			width: 110%;
		}
	
	.feature.riverkeeper #step-4 {
		padding-bottom: 0;
	}
		
		.feature.riverkeeper #step-4 h2 {
			font-size: 34px;
			line-height: 38px;
		}
	
		.feature.riverkeeper #step-4 .eco-col {
			text-align: center;
			width: 100%;
		}
			
			.feature.riverkeeper #step-4 .eco-col div {
				float: none;
				margin: 0 auto;
				width: 100% !important;
			}
				
				.feature.riverkeeper #step-4 .image {
					margin: 0 auto !important;
					width: 100% !important;
				}
				
				.feature.riverkeeper #step-4 .text {
					padding-right: 0 !important;
				}
				
				.feature.riverkeeper #step-4 .eco-col div:last-of-type {
					margin-bottom: 56px;
				}
				
				.feature.riverkeeper #step-4 .eco-row:last-of-type .eco-col div:last-of-type {
					margin-bottom: 0;
				}
					
					.feature.riverkeeper #step-4 span {
						border-radius: 80px;
						height: 80px;
						width: 80px;
					}
						
						.feature.riverkeeper #step-4 i {
							font-size: 48px;
							left: -17px;
							top: 13px;
						}
							
							.feature.riverkeeper #step-4 i.icon-environmentally-safe-oxidant {
								font-size: 46px;
								top: 16px;
							}
							
							.feature.riverkeeper #step-4 i.icon-scalable {
								font-size: 40px;
								left: -13px;
								top: 18px;
							}
							
							.feature.riverkeeper #step-4 i.icon-versatile {
								font-size: 43px;
								left: -15px;
								top: 18px;
							}
					
					.feature.riverkeeper #step-4 h3 {
						font-size: 24px;
						line-height: 24px;
						margin: 24px 0 4px 0;
					}
					
					.feature.riverkeeper #step-4 p {
						font-size: 14px;
						line-height: 20px;
						margin: 0 auto;
						width: 510px;
					}
		
		.feature.riverkeeper #step-4 img {
			bottom: -26px;
			position: relative;
		}
	
	.feature.riverkeeper #step-5 .eco-col {
		margin-bottom: 60px;
		width: 100%;
	}
		
		.feature.riverkeeper #step-5 .eco-col:last-of-type {
			margin-bottom: 0;
		}
		
		.feature.riverkeeper #step-5 h2 {
			font-size: 4.3vw;
		}
		
		.feature.riverkeeper #step-5 p {
			max-width: 500px;
		}
}

@media (min-width: 800px) and (max-width: 899px) {
	.feature.riverkeeper #step-1 h2 {
		font-size: 4.9vw !important;
		line-height: 4.9vw !important;
	}
	
	.feature.riverkeeper #step-1 .slider .item a {
		font-size: 14px;
	}
}

@media (min-width: 700px) and (max-width: 799px) {
	.feature.riverkeeper #step-1 h2 {
		font-size: 4.8vw !important;
		line-height: 4.8vw !important;
	}
	
	.feature.riverkeeper #step-1 .slider .item a {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.feature.riverkeeper #step-2 .text {
		width: 100%;
	}
	
	.feature.riverkeeper #step-5 h2 {
		font-size: 5.5vw;
	}
	
	.feature.riverkeeper #step-5 p {
		margin-bottom: 30px;
	}
	
	.feature.riverkeeper #step-4 img {
		bottom: -23px;
	}
}

@media (min-width: 600px) and (max-width: 699px) {
	.feature.riverkeeper #step-1 h2 {
		font-size: 4.8vw !important;
		line-height: 4.8vw !important;
	}
	
	.feature.riverkeeper #step-1 .slider .item a {
		font-size: 11px;
	}
	
	.feature.riverkeeper #step-4 img {
		bottom: -19px;
	}
}

@media (max-width: 599px) {
	.feature.riverkeeper #step-1 h2 {
		font-size: 4.7vw !important;
		line-height: 4.7vw !important;
	}
	
	.feature.riverkeeper #step-1 .slider .item a {
		font-size: 10px;
	}
	
	.feature.riverkeeper #step-2 h2 {
		font-size: 42px;
		line-height: 46px;
	}
		
		.feature.riverkeeper #step-2 h2 span {
			bottom: -4px;
		}
	
	.feature.riverkeeper #step-2 li {
		float: none;
		margin-left: 0 !important;
		margin-bottom: 16px;
	}
		
		.feature.riverkeeper #step-2 li a {
			-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		}
	
	.feature.riverkeeper #step-3 .mobile .page p {
		font-size: 14px;
	}
	
	.feature.riverkeeper #step-4 img {
		bottom: -12px;
	}
	
	.feature.riverkeeper #step-4 p {
		width: 270px;
	}
	
	.feature.riverkeeper #step-5 .eco-row {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.feature.riverkeeper #step-5 h2 {
		font-size: 6vw;
		line-height: 7vw;
	}
	
	.feature.riverkeeper #step-5 a {
		display: block;
		margin: 0 0 14px 0 !important;
	}
}

@media (max-width: 568px) {
	body {
		padding: 0 !important;
	}
}

.riverkeeper .slide-content h2 span {
    font-family: 'clanlf-bookregular', 'Open Sans', sans-serif;
}

.riverkeeper .slide1 .slide-content h2 {
    text-align: center;
}

.riverkeeper .slide1 .slide-content a {
    margin-top: -20px;
}
/** End RiverKeeper CSS **/