
/**
	Override Bootstrap Default Font

	When Using Goolge Fonts, be sure to include the font css in mysite/code/Page.php
	e.g. Requirements::css('https://fonts.googleapis.com/css?family=Hind+Vadodara');
*/
body {
	color: #333;
	text-rendering: optimizeLegibility;
	background-color: #f2f2f2;
	/*text-shadow: 0px 1px 1px white;*/
}

h1, h2, h3, h4, h5, h6 {
	/*font-family: "Hind Vadodara", Verdana, sans-serif;*/
	/* font-family: "Lato", Verdana, sans-serif; */
	font-family: "Roboto", Verdana, sans-serif;
	/*font-family: "Ubuntu", Verdana, sans-serif;*/
	/*color: black;*/
}

p, div, body, html, a {
	/*font-family: "Hind Vadodara", Verdana, sans-serif;*/
	/* font-family: "Lato", Verdana, sans-serif; */
	font-family: "Roboto", Verdana, sans-serif;
	/*font-family: "Ubuntu", Verdana, sans-serif;*/
	/*color: black;*/
}

a, a:focus, a:hover {
	text-decoration: none;
}

a {
	cursor: pointer;
}

.btn-primary {
	color: #fff;
	background-color: #0E243D;
	border-color: #0E243D;
}

.btn-primary:hover {
	color: #0E243D;
	background-color: #D9A528;
	border-color: #D9A528;
}

/* Bootstrap 5 column addition */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 1px;
}


.col-xs-5ths {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}
}
/* ------------- */

a.anchor {
	display: block;
	position: relative;
	top: -25px;
	visibility: hidden;
}

a.gal_anchor {
	display: block;
	position: relative;
	top: -65px;
	visibility: hidden;
}

a:hover {
	text-decoration: none;
	color: #D9A528;
}

.hort-banner {
	background: url("/themes/harvest/images/hort_banner.jpg") 0 39%;
}

/*  */
/* Not Used? */
/*  */
.banner {
	height: 200px;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	/*background-color: #0E243D;*/
}

.banner.overlay {
	position: relative;
}

.banner.overlay:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.15);
}

.overlay {
	/*position: relative;*/
	background: #0E243D;
	opacity: 0.4;
	height: 125px;
}

/*  */
/* Setup page layout */
/*  */

 #main {
	min-height: 100%;
	/* margin-bottom: -40px; */
	padding-bottom: 50px;
	background: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: .02em;
	line-height: 1.6em;
}

#main, .footer  {
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

#about_container {
	margin-top: 30px;
}

.wrapper {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}

html, body {
	height: 100%;
}

/* Header / Logo */

.logo {
    max-height: 110px;
    height: auto;
    border: none;
}

.logo img {
    height: auto;
    width: auto;
    max-height: 40px;
}

@media (max-width: 767px){
    .logo img {
        max-height: 27px;
    }
}

/*  */
/* Navigation */
/*  */

/* --------------------------------------------------------------------- */

/*  */
/* Existing Navigation */
/*  */

.navbar {
	margin-bottom: 0px;
}

 .nav, .navbar, #content-nav a {
	/*font-family: "Lato", Verdana, sans-serif;*/
	/* font-weight: 200;*/
	font-size: 13px;
	font-style: normal;
}

@media (min-width: 992px) {
	.nav, .navbar, #content-nav a {
		letter-spacing: .13em;
		font-weight: 400;
		line-height: 1.3em;
	}
	.dropdown:hover > .dropdown-menu {
		display: block;
	}
}

#mobile-nav.nav, #content-nav a {
	/*font-size: 1.2em;*/
    text-transform: uppercase;
}

#actions-nav.nav {
    font-size: 0.9em;
}


.nav li a:hover, .nav li a:focus, .nav li a:active,
	.nav li .current, .nav li .section {
	color: #D9A528 !important;
	background-color: #0E243D !important;
}


.nav div a:hover, .nav div a:focus, .nav div a:active,
.nav div .current, .nav div .section {
	color: #D9A528 !important;
	background-color: #0E243D !important;
}

.nav, .dropdown-content {
	font-family: "Roboto", Verdana, sans-serif;
}

.dropdown-content, ul.dropdown-menu {
	background-color: #0E243D !important;
}

ul.dropdown-menu, .dropdown-menu>li>a
{
	color: #ffffff !important;
}


/*.nav .dropdown {*/
/*	color: #D9A528 !important;*/
/*	background-color: #0E243D !important;*/
/*}*/
/*  */
/* Home Page Logo and Navigation - NEW */
/*  */
 header, .navbar-wrapper, .navbar-inverse {
    background-color: #0E243D;
    border: none;
}

nav>container {
	background-color: #0E243D;
}

.navbar .container {
	position: relative;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

.navbar-inverse .navbar-nav>.active>a,
	.navbar-inverse .navbar-nav>.active>a:focus,
	.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #0e243d;
}

.navbar-wrapper .navbar {
    border: none;
    margin-bottom: 0px;
}

@media (min-width: 768px){
	nav {
		max-height: 110px;
	}
}

.navbar-header {
    padding-top: 10px;
    border: none;
}

.navbar-inverse .navbar-toggle {
    border-color: #0e243d;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #0e243d;
}

@media (max-width: 767px){
.navbar-collapse {
    background-color: #0E243D;
    width: 100%;
 }
}

/*  */
/* Test menu */
/*  */

/* Navbar container */
.nav-bar {
    /* overflow: hidden; */
    background-color: #0E243D;
    /* max-width: 1920px; */
  }

  /* Links inside the nav-bar */
  .nav-bar a {
    float: left;
    /* font-size: 16px; */
    color: white !important;
    /* text-align: center;
    padding: 14px 16px; */
    text-decoration: none;
  }

  /* The dropdown container */
  @media (min-width: 768px) {
  .dropdwn {
    float: left;
    overflow: hidden;
    position: initial;
  }
}

  /* Dropdown button */
  .dropdwn .dropbtn {
    border: none;
    outline: none;
    color: white;
    background-color: inherit;
    /* font-family: inherit; */ /* Important for vertical align on mobile phones */
    margin: 0; /* Important for vertical align on mobile phones */
  }

  /* Add a red background color to nav-bar links on hover */
  .nav-bar a:hover, .dropdwn:hover .dropbtn {
    color: #D9A528;
  }

  /* Dropdown content (hidden by default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 3000;
	/*top: 85px;*/
	top: 80px;
	padding-left: 15px;
	padding-right: 15px;

  }

  .megamenu.dropdown-content {
      width: 80%;
	  right: 0;
	  font-size: 0.8em;
	  padding-bottom: 10px;
	  padding-top: 10px;

  }

  .megamenu.dropdown-content a, .megamenu.dropdown-content h4 {
	  padding-top: 5px;
	  padding-bottom: 5px;
	  margin: 0;
  }

  .dropdown-content .header {
    background: #D9A528;
    padding: 16px;
    color: white;
  }

  /* Links inside the dropdown */
  .dropdown-content>a, .column>a {
    float: none;
    color: #0E243D;
    /*padding: 12px 16px; */
    text-decoration: none;
    display: block;
	text-align: left;
  }

#content-nav .dropdown-content>a, .megamenu a {
	font-size: 1em;
	letter-spacing: normal;
	line-height: normal;
  }

  /* Add a grey background color to dropdown links on hover */
  .dropdown-content a:hover, .column a:hover {
    /* background-color: #f0f0f0; */
  }

  /* Show the dropdown menu on hover */
  .dropdwn:hover .dropdown-content {
    display: block;
  }

  /* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
      width: 100%;
      height: auto;
    }
  }

 .nav-bar>a, .dropdwn .dropbtn {
    position: relative;
    display: block;
	padding: 10px 15px 15px 15px;
}



.nav-bar>li {
    position: relative;
    display: block;
    /* padding: 10px 15px; */
}

.nav-bar a {
    padding-top: 10px;
    padding-bottom: 15px;
	/* line-height: 20px; */

}

.dropdown-content>a {
	padding-top: 5px;
	padding-bottom: 5px;
}

/*  */
/* Footer */
/*  */

.footer {
	background: #0E243D;
	color: #ffffff;
	width: 100%;
	min-height: 300px;
	padding: 13px 5px 5px;
	font-size: 16px;
	height: 100%;
	padding-top: 60px;
}

@media (max-width: 767px) {
.footer {
	padding-top: 40px;
}
}

.footer .overview{
	/* padding-left: 0; */
	padding-right: 30px;
}

.footer .container {
	padding-left: 0;
	padding-right: 0;
}

.footer .logo {
	display: block;
	margin-top: 17px;
	margin-bottom: 17px;
}

.footer .logo img {
    max-height: 30px;
}

.footer h3 {
	font-family: "Roboto", Verdana, sans-serif;
	font-weight: 300;
	font-size: 28px;
	margin-bottom: 17px;

}

.footer a {
	color: white;
	text-decoration: none;
}

.footer a:hover {
	color: #D9A528;
}

.footer ul {
	padding-left: 0px;
}

.footer li {
	list-style-type: none;
	line-height: 1.9em;
}

.footer li.social {
	margin-left: 50px;
	margin-top: 12px;
}

.footer i {
	padding-right: 30px;
	font-size: 18px;
}

.footer .copyright {
	margin-top: 20px;
	margin-bottom:20px;
	font-size: 13px;
}

/*  */
/*  */
/*  */



.middle {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

/* .home_banner_middle {
	position: absolute;
	width: 100%;
	bottom: 0;
	margin-right: auto;
	margin-left: auto;
} */



/*  */
/*  */
/*  */

.title {
	color: white;
	padding: 10px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
}

.title h1 {
	font-size: 55px;
	line-height: 1.25em;
	font-weight: 400;
	font-style: normal;
	text-align: center;
}

.blurb {
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 2.5%;
	line-height: 1.6em;
}

.blurb h1 {
	font-size: 36px;
	line-height: 1.5em;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 300;
	font-style: normal;
	margin: 0 0 24px;
	/*color: #222;*/
}

.blurb p {
	text-align: justify;
}

table.def {
	vertical-align: top;
	/*border: 1px solid;*/
}

table.list {
	border: 1px solid;
}

table.list td, table.list th{
	border: 1px solid;
}

table.def th{
	vertical-align: top;
}

dt {
	font-style: italic;
}

dd{
	margin-left: 20px;
}

.examples {
	margin-top: 30px;
}

.related button {
	background: #0E243D;
	color: #fff;
	border: none;
	padding: 15px 32px;
	/*border-radius: 3px;*/
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 5px;
}

.related h3 {
	margin-bottom: 2%;
}

.related button:hover {
	background: #D9A528;
	color: #0E243D;
}

/*  */
/* Search bar */
/*  */
.nav li .search-bar {
	position: absolute;
}

img {
	max-width: 100%;
}

#search {
	width: 0;
	height: 40px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-transition: all 0.75s ease;
	-moz-transition: all 0.75s ease;
	-o-transition: all 0.75s ease;
	transition: all 0.75s ease;
}

.navbar a:active, .navbar a:focus {
	outline: 0;
}

#search.collapse {
	width: 0;
	height: 39px !important;
}

#search.collapsing {
	height: 39px !important;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

#search.in {
	width: 200px;
	height: 39px;
}

#search input {
	border-radius: 0 0 0 0;
	border: none;
	padding: 10px;
	width: 150px;
	margin-top: 3px;
}

/*  */
/*  */
/*  */

.gallery {
	overflow: hidden;
	/*margin-bottom: 50px;*/
}

.gallery_count, .gal_toggle {
	font-size: 20px;
	/*color: #444;*/
}

.sg {
	visibility: visible;
	display: inherit;
}
.page_content {
	padding-top: 20px;
	/*color: @company_colour;*/
}

.gal_num_display {

	background-color: #0E243D;
	color: #D9A52B;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0.4em;
	z-index: 2;
	font-size: 0.9em;
}

a.toggle {
	outline: none !important;
	text-decoration: none;
}

.vertical-center {
	min-height: 100%; /* Fallback for browsers do NOT support vh unit */
	/*min-height: 100vh; !* These two lines are counted as one :-)       *!*/
	display: flex;
	align-items: center;
}

.full-width-div {
	position: absolute;
	width: 100%;
	left: 0;
}


.core_products {
	background: #f2f2f2;
	color: #333;
}

.core_products hr {
	border-top: 1px solid #727272;
}

.core_product {
	color: white;
	background: #0E243D;
	padding: 5px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

.other_product {
	height: 240px;
	overflow: hidden;
	padding: 30px 0;
}

.other_product.in {
	height: auto !important;
}

.other_product_name {
	margin-top: 0;
	font-weight: 600;
}

.other_product_links {
	margin-top: 20px;
}

/* LR: No Longer needed?  */
/* #logo {
	height: auto;
	width: auto;
	max-height: 40px;
} */

/* LR: Where is this needed? */
/* .container {
	position: relative;
} */

.news-item {
	overflow: auto;
	margin-top: 30px;
	/*clear:both;*/
}

.news-item img {
	padding: 0 10px 10px 0;
	float: left;
}

.news_nav {
	margin-top: 30px;
	margin-bottom: 30px;
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 320px) {
	.page_content {
		margin-top: 30px;
	}
}

.h_pad {
	margin-top: 17px;
}

:target:before { /* offset so anchor not hidden behind nav*/
	content: "";
	display: block;
	height: 60px;
	margin: -60px 0 0;
}

.two-columns {
	-webkit-columns: 2; /* Chrome, Safari, Opera */
	-moz-columns: 2; /* Firefox */
	columns: 2;
}

.three-columns {
	-webkit-columns: 3; /* Chrome, Safari, Opera */
	-moz-columns: 3; /* Firefox */
	columns: 3;
}

.two-columns div, .three-columns div {
	margin: 0;
	-webkit-column-break-inside: avoid; /* Chrome, Safari */
	page-break-inside: avoid; /* Theoretically FF 20+ */
	break-inside: avoid-column; /* IE 11 */
	display: table; /* Actually FF 20+ */
}

.product-image {
	width: 100%;
}

.page_content hr:not(.light) {
	background-color: #aaa;
	color: #aaa;
	border-color: #aaa;
}

.sensor-blurb {
	font-size: 15px;
	font-weight: 300;
}

.jitter-padding {
	padding: 1px 0;
}

/*.filetype > h3:after {*/
	/*content: "s";*/
/*}*/

.FAQs {
	padding-bottom: 20px;
}

span.file_size {
	font-size: 0.8em;
}
/*.faq_toggle_icon {*/
	/*color: #0E243D;*/
	/*font-size: small;*/
/*}*/

/*.faq_toggle_icon:hover {*/
	/*color: #D9A528;*/
/*}*/

.faq_title {
	 color: #0E243D;
 }

.faq_title:hover,  .faq_title.active{
	color: #D9A528;
	cursor: pointer;
}

p#blurb {
	padding-bottom: 20px;
}

.top10 {
	margin-top: 10px;
}

.myrow {
	font-size: 0;
}

.myrow > * {
	float: none;
	display: inline-block;
	font-size: 14px; /* if using LESS it's quicker to just use @font-size-base */
}

.myrow > *:last-child {
	vertical-align: bottom;
}

.myrow p:last-child {
	margin-bottom: 0; /* optional */
}

table {
	margin: 15px;
	border-collapse: collapse;
}

th {
	padding: 3px;
}

p[id^="FN"] {
	font-size: 90%;
}

td {
	padding: 3px !important;
}

.staff-photo {
	background-size: 150px 150px !important;
	display: inline-block;
	background: lightgray;
	height: 150px;
	width: 150px;
	border-radius: 50%;
	text-align: center;
	font-weight: bold;
	font-size: 100px;
	color: gray;
}

.staff-photo-wrap {
	width: 150px;
	margin-right: 20px;
}

.staff_member h3 {
	margin-top: 0;
}

.staff_member .staff_blurb {
	margin-bottom: 20px;
}

.placeholder:after {
	content: "?";
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

ul.extra p:before, ul.extra li:before {
	font-size: 17px;
	content: "• ";
}

ul.extra {
	list-style: none;
}

.solution_section {
	padding: 30px 0;
	clear: both;
	overflow: auto;
}

.solution_section > h4 {
	font-size: 14px;
	font-weight: 500;
	/*color: #666;*/
}

.solution_section > img {
	margin: 0 20px 10px 0;
	float: left;
}

.staff_member h3 {
	margin-top: 0;
}

.staff_member {
	margin-bottom: 30px;
	/*height: 300px;*/
}

@media all and (max-width: 768px) {
	.staff_table, td.staff_member, .staff_table tr {
		display: block;
	}

	td.staff {
		margin-bottom: 20px;
	}

	.title h1 {
		font-size: 8vw;
	}

	#search {
		display: none;
		position: relative;
	}

	#search.in {
		display: block;
	}

	#logo {
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}

	.two-columns {
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
	}

	:target:before { /* offset so anchor not hidden behind nav*/
		content: "";
		display: block;
		height: 90px;
		margin: -90px 0 0;
	}

	.news-item img {
		float: none;
	}
}

.news-item .date {
	/*float: right;*/
	/*font-style: italic;*/
	/*font-weight: 500;*/
}

.gallery-section h2 {
	font-weight: 300;
}

.gallery_container {
	/*border: 1px solid #f2dede;*/
	padding-top: 10px;
	margin-bottom: 50px;
}

.gal_toggle {
	cursor: pointer;
}

.gallery_description {
	line-height: 1em;
	padding: 0.4em;
}

.carousel-inner > .item > img {
	margin: 0 auto;
}

#home_blurb {
	margin-top: 15px;
}


.faux_image_link {
	/*height: 142px;*/
	width: auto;
	margin-bottom: 30px;
	/*background: #0E243D;*/
	font-size: 40px;
	line-height: 142px;
	font-weight: 400;
	/*text-shadow: 2px 2px 6px rgba(0,0, 0, 1);*/

}

.faux_image_link .tt {
	vertical-align: middle;
	display: inline-block;
}

a .faux_image_link {
	color: #FFF;
}

.product_row{
	margin-bottom: 30px;
}

.product_row .product_row_name{
	margin-top: 0;
}

#solutions_link {
	background: url("/themes/harvest/images/websitebutton-solu.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}

#products_link {
	background: url("/themes/harvest/images/websitebutton-prod.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}

#live_link {
	background: url("/themes/harvest/images/websitebutton-live.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}

.search_result {
	margin-bottom: 20px;
}


.reseller {
	display: none;
}

.reseller_card {

	/*margin-right: 10px;*/
	margin-bottom: 10px;
	width: 105%;
	margin-left: -5%;
	height: 160px;
	background-color: white;
	padding: 0;
	box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.75);
}


@media only screen
and (max-device-width : 320px) {
	.reseller_card {
		width: 125%;
		margin-left: -15%;
	}
}

.reseller_card_title {
	background-color: #0E243D;
	color: #FFF;
}

.reseller_card_title, .reseller_card_content {
	padding: 5px;
}

.reseller_header {
	margin-top: 30px;
	margin-bottom: 20px;
}

.reseller_card_location {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
  }
  .marketing h2 {
    font-weight: 400;
  }
  .marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
  }

  /* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
  }

  /* Thin out the marketing headings */
  .featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
  }

  @media (min-width: 768px) {

  .featurette-heading {
      font-size: 50px;
    }
  }

  @media (min-width: 992px) {
    .featurette-heading {
      margin-top: 120px;
    }
  }


.featurette {
	padding-top: 60px;
	padding-bottom: 60px;
	margin-left: 15px;
	margin-right: 15px;
	box-shadow: inset 0px 6px 3px -3px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 6px 3px -3px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0px 6px 3px -3px rgba(0,0,0,0.2);
}


/*.featurette:nth-child(2){*/
/*	-webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.1);*/
/*	-moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.1);*/
/*	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.1);*/
/*}*/

/*.featurette-1 { background-color:rgb(135, 206, 250); }*/
/*.featurette-2 { background-color: #dba469; }*/
/*.featurette-3 { background-color: #52565c; }*/
/*.featurette-4 { background-color: #2660a3; }*/
/*.featurette-5 { background-color: #317ed6; }*/
/*.featurette-6 { background-color: #ffffff; }*/

/*.featurette:last-child {*/
/*	background-color: #ffffff; !important*/
/*}*/
/*  */
/* Carousel */
/*  */

.carousel-caption {
    font-size: 20px;
}


/*  */
/* Home Page Carousel  */
/*  */
.home-slider .carousel-inner {
    position: relative;
    overflow: hidden;
    background-color: #0E243D;
    color: #fff;
    text-align: center;
}

.home-slider .carousel img {
    display: block;
    min-height: 350px;
    max-height: 635px;
    min-width: 1000px;
    width: 100%;
}

.home-slider .carousel-caption {
    /*background: rgb(59, 137, 247);*/
    /*background: rgba(59, 137, 247, 0.5);*/
	/*background-image: linear-gradient(to bottom, rgba(59,137,247,0), rgba(59,137,247,0.4) ,rgba(59,137,247,0.6));*/
	/*background-image: linear-gradient(to bottom, rgba(104, 104, 104,0), rgba(104, 104, 104,0.4) ,rgba(104, 104, 104,0.6));*/
    bottom: 50px;
    border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	/*text-shadow: none;*/
	font-size: 15px;
	font-weight: 600;

	text-shadow: rgba(0, 0, 0, 0.6) 0px 2px 2px;
}

@media screen and (min-width: 768px){
	.home-slider .carousel-caption {
        right: 55%;
        left: 11%;
		padding-left: 2rem;
		padding-right: 2rem;
		padding-bottom: 2.5rem;
		padding-top: 2rem;
	}

	.home-slider .carousel-caption h1 {
		font-size: 1.8rem;
		line-height: 1.5rem;
	}

	.home-slider .carousel-caption p {
		font-size: 0.9em;
		font-weight: lighter;
		line-height: 1.4rem;
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 992px){
	.home-slider .carousel-caption {
		right: 55%;
		left: 12%;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 35px;
		padding-top: 40px;
	}

	.home-slider .carousel-caption h1 {
		font-size: 1.6em;
		line-height: unset;
	}

	.home-slider .carousel-caption p {
		font-size: 1.1em;
		/* font-weight: lighter; */
		line-height: unset;
	}
}

@media screen and (min-width: 1200px){
	.home-slider .carousel-caption {
		right: 56%;
		left: 12%;
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 50px;
		padding-top: 50px;
	}

	.home-slider .carousel-caption h1 {
		font-size: 2.1em;
		padding-bottom: 10px;
		line-height: 3.5rem;
	}

	.home-slider .carousel-caption p {
		font-size: 1.3em;
		font-weight: lighter;
		line-height: unset;
	}
}

@media screen and (min-width: 1500px){
    .home-slider .carousel-caption {
		right: 57%;
		left: 22%;
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 100px;
		padding-top: 50px;
	}

    .home-slider .carousel-caption h1 {
		font-size: 3.5rem;
		padding-bottom: 10px;
	}

	.home-slider .carousel-caption p {
		font-size: 1.3em;
		font-weight: lighter;
		line-height: unset;
	}

}

.carousel-control.left {
	background: none no-repeat;
	opacity: 1.0;
}

.carousel-control.right {
	background: none no-repeat;
	opacity: 1.0;
}

.carousel-control .icon-prev:before {
	content: none;
}

.carousel-control .icon-next:before {
	content: none;
}

.carousel-control .icon-next, .carousel-control .icon-prev {
	font-size: 35px;
}

@media screen and (min-width: 768px) {
	.carousel-indicators {
		/*bottom: 60px;*/
	}
}

/*  */
/* Total IoT Devices */
/*  */
.total-devices {
    background: rgb(114, 187, 83); /* Fallback for older browsers without RGBA-support */
    background: rgba(114, 187, 83, 0.9);
    font-size: 18px;
    color: #fff;
    z-index: -1;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 5px 10px;
    height: 85px;
    max-width: 120px;
    position: absolute;
    right:0px;
    top: 85px;
	-webkit-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.1);
}

.total-devices h3 {
    font-size: 1.4rem;
    padding: 0px;
    margin: 8px 0px 4px 0px;

}

.total-devices p {
    font-size: 1rem;
    margin-bottom: 0px;
}

.total-devices i {
    font-size: 1.6rem;
}


@media (max-width: 767px) {
    .total-devices {
        top: 60px;
    }
}

.slider-separator
{
    background-color: #0E243D;
    width: 100%;
    height: 20px;
}

/*  */
/* Home Page Solutions */
/*  */
#solutions
{
    position: relative;
    bottom: 70px;
}

#solutions>.col-md-2 {
    padding: 0px 3px 0px 3px;
}

.solution {
    height: 100%;
	border: 1px solid;
	margin-bottom: 10px;
}

.solution-0 { background-color: #126363; }
.solution-1 { background-color: #75a6dd; }
.solution-2 { background-color: #317ed6; }
.solution-3 { background-color: #52565c; }
.solution-4 { background-color: #2660a3; }
.solution-5 { background-color: #dba469; }

.solution p {
	color: #fff;
}

.solution:hover {

}

.image_over:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	/*background: linear-gradient(to bottom, rgb(0 0 0 / 20%), rgb(0 0 0 / 20%));*/
	background: rgba(0, 0, 0, 0.2);
}

.solution-detail {
	padding-top: 20px;
	padding-bottom: 15px;
	position: relative;
    overflow: hidden;
    color: #fff;
}

.solution img {
	/*display: block;*/
	/*min-height: 100px;*/
	/*max-height: 300px;*/
	/*min-width: 225px;*/
	width: 100%;
}

@media (min-width:768px) {
	.solution img {
		/*display: block;*/
		/*min-height: 100px;*/
		/*max-height: 300px;*/
		/*min-width: 225px;*/
		width: 100%;
	}
}

.solution-header {
    min-height: 50px;
    max-height: 50px;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.9);
	position: relative;
	/*border-top: 1px solid;*/
	/*border-left: 1px solid;*/
	/*border-right: 1px solid;*/
}

.solution-header:hover {
	background: rgba(255, 255, 255, 1);
	color: #0E243D;
}

.solution-header-0 { border-color: rgba(18, 99, 99, 1); }
.solution-header-1 { border-color: rgba(117, 166, 221, 1); }
.solution-header-2 { border-color: rgba(49, 126, 214, 1); }
.solution-header-3 { border-color: rgba(82, 86, 92, 1); }
.solution-header-4 { border-color: rgba(38, 96, 163, 1); }
.solution-header-5 { border-color: rgba(219, 164, 105, 1); }


.solution-border-0 { border-color: rgba(18, 99, 99, 1); }
.solution-border-1 { border-color: rgba(117, 166, 221, 1); }
.solution-border-2 { border-color: rgba(49, 126, 214, 1); }
.solution-border-3 { border-color: rgba(82, 86, 92, 1); }
.solution-border-4 { border-color: rgba(38, 96, 163, 1); }
.solution-border-5 { border-color: rgba(219, 164, 105, 1); }


.solution-header>h2 {

    font-size: 20px;
    color: #0E243D;
    /*color: #FFF;*/
    margin-top: 0px;
    margin-bottom: 0px;
    /*padding-top: 15px;*/
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*.solution-header>h2:hover {*/
/*	color: #0E243D;*/
/*}*/

.solution-text {
    padding: 10px 5px;
}

.solution-text p{
    min-height: 5rem;
    font-size: 16px;

}
@media (min-width: 991px) {

}

/*  */
/*  Gallery */
/*  */

.gallery_fade {
	/*background: -webkit-linear-gradient(-90deg, rgba(255,255,255,0) 0, rgba(255,255,255,1) 33%, rgba(255,255,255,1) 100%);*/
	/*background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0, rgba(255,255,255,1) 33%, rgba(255,255,255,1) 100%);*/
	/*background: linear-gradient(180deg, rgba(255,255,255,0) 0, rgba(255,255,255,1) 33%, rgba(255,255,255,1) 100%);*/
	/*opacity: 0.5;*/
}

.gallery_item {
	font-size: 13px;
	text-align: center;
	position: relative;
	width: 210px;
	margin: auto;
}

.gallery_row {
	overflow: hidden;
}

.gallery_overlay {
	/*color: black;*/
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	/*background-color: black;*/
	z-index: 5;
	height: 100%;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+20&0+0,1+20 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,1) 20%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 20%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 20%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.news-panel {
	padding-left: 0;
	padding-right: 0;
}

.panel-group .panel + .panel {
	margin-top: 0;
}

.slider_link {
	margin-top: 5px;
}

.slider_caption {
	font-size: 15px;
}

.carousel-inner {
	/*color: white;*/
}

.carousel-inner a {
	color: white;
}

.sensor_type, .product_tile{
	background: #e1e1e1;
	/*margin-right: 20px;*/
	margin-left: 0;
	margin-bottom: 20px;
	height: 240px;
	max-width: 370px;
	text-align: center;
	text-decoration: none;
	/*border: 1px solid #07416c;*/
}

.sensor_carousel_text a {
	text-decoration: underline;
	color: #0E243D;
}

.sensor_carousel_text a:hover {
	color: #D9A528;
}


@media (max-width: 1200px) and (min-width: 992px) {
	.gallery_item{
		transform: scale(0.85);
	}

	/* .navbar {
		height: 84px;
	} */
	#search.in {
		display: block;
	}
	#search {
		position: relative;
	}

	.page_content {
		padding-top: 20px;
	}
}



@media screen and (max-width: 768px) {
	.sensor_type, .product_tile{
		width: 100%;
	}
	.page_content {
		padding-top: 60px;
	}

	.marketing {
		margin-top: 80px;
	}

}

@media (max-width: 991px) and (min-width: 768px) {
	.marketing {
		margin-top: 80px;
	}

}

.sensor_group{
	/*margin-right: 20px;*/

	/*border-style: solid;*/
	margin-bottom: 20px;
}

.sensor_type {
	cursor: pointer;
}

.sensor_type:hover, .sensor_type.active, .faux_image_link:hover, .product_tile:hover{
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}

.hvr-bubble-bottom:hover:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom.active:before {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

.hvr-bubble-bottom:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	border-style: solid;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	left: calc(50% - 10px);
	bottom: 0;
	border-width: 10px 10px 0 10px;
	/*border-color: #e1e1e1 transparent transparent transparent;*/
	border-color: #0E243D transparent transparent transparent;

}

.sensor_photo {
	/*float: left;*/
	/*padding-right: 20px;*/
}

.sensor_type_title, .product_tile_title {
	/*top: 50%;*/
	transform: translateY(50%);
	font-size: 40px;
	line-height: 120px;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	color: white;
	/*text-shadow: -2px 0px 4px rgba(0, 0, 0, 0.5)*/
}

.product_tile_tagline {
	/*top: 50%;*/
	/*transform: translateY(100%);*/
	font-size: 20px;
	line-height: 120px;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	color: white;
	/*text-shadow: -2px 0px 4px rgba(0, 0, 0, 0.5)*/
}

@media (max-width: 992px) {
	.sensor_type, .product_tile{
		transform: scale(0.95);
	}

	.product_tile_tagline {
		transform: scale(0.95);
		line-height: inherit;
		margin-top: 20%;
	}

	.product_tile_title {
		line-height: 60px; !important;
		/*font-size: 30px;*/
		transform: translateY(50%) scale(0.95);
	}
}


@media (max-width: 375px) {
	.product_tile_title {
		font-size: 30px;
	}
}

.sensor_carousel.carousel-indicators .active{
	/*background-color: #000000;*/
	background-color: #0e243d;
}

.sensor_carousel.carousel-indicators li{
	/*border: 1px solid #000;*/
	border: 1px solid #0e243d;
}

.sensor_carousel.carousel-indicators li:hover{
	/*border: 1px solid #000;*/
	border: 1px solid #D9A528;
	background-color: #D9A528;
}

.sensor_carousel.carousel-indicators {
	position: absolute;
	/* bottom: 10px; */
	left: 0;
	bottom: -10%;
	z-index: 15;
	width: 100%;
	/* height: 100%; */
	padding-left: 0;
	margin-left: 0%;
	text-align: right;
	list-style: none;
	/*opacity: 0.7;*/
}

.sensor_carousel.carousel-control .icon-prev {
	margin-left: -100px;
	color: #0e243d;
}

.sensor_carousel.carousel-control .icon-prev:hover {
	color: #D9A528;
}


.sensor_carousel.carousel-control .icon-next {
	right: -1%;
	color: #0e243d;
}

.sensor_carousel.carousel-control .icon-next:hover {
	color: #D9A528;
}

.sensor_carousel.carousel-control {
	color: #0e243d;
	/*opacity: 0.7;*/
}

.sensor_carousel.carousel-control:hover {
	color: #D9A528;
	/*opacity: 0.7;*/
}

.sensor_carousel_text h3 {
	margin-top: 0;
}

.sensor_carousel_files {
	margin-top: 10px;
}

.well.sensor_group {
	background-color: #e1e1e1;
}

.solution_section_title {
	/*margin-top: 0;*/
	font-weight: 600;
}

.solution_content a {
	text-decoration: underline;
	/*font-weight: 600;*/
}

.contact_section {
	margin-top: 30px;
}

#agents_map, #location_map {
	height: 440px;
	width: 100%;
	margin-top: 17px;
}

#location_map {
	margin-top: 30px;
}

.product_description {
	margin-bottom: 20px;
}

.product_description h3{
	margin-top: 0;
}

.general_product_slider {
	margin-bottom: 20px;
	margin-top: 8.5px;
}

.harvest_btn {
	margin-top: 5px;
}

.h_text_shadow {
	text-shadow: -2px 0 6px rgba(0,0,0,0.8);
}

.sensor_group_arrow{
	border-bottom-color:
			rgba(0, 0, 0, 0.247059)
;
	border-bottom-style:
			solid
;
	border-bottom-width:
			11px
;
	border-left-color:
			rgba(0, 0, 0, 0)
;
	border-left-style:
			solid
;
	border-left-width:
			11px
;
	border-right-color:
			rgba(0, 0, 0, 0)
;
	border-right-style:
			solid
;
	border-right-width:
			11px
;
	border-top-color:
			rgba(0, 0, 0, 0)
;
	border-top-style:
			solid
;
	border-top-width:
			0px
;
	box-sizing:
			border-box
;
	color:
			rgb(51, 51, 51)
;
	display:
			block
;
	/*font-family: "Raleway", Verdana, sans-serif*/
;
	font-size:
			14px
;
	font-style:
			normal
;
	font-weight:
			normal
;
	height:
			11px
;
	left:
			137px
;
	letter-spacing:
			normal
;
	line-height:
			20px
;
	margin-left:
			-11px
;
	position:
			absolute
;
	text-align:
			start
;
	text-shadow:
			none
;
	text-size-adjust:
			100%
;
	text-transform:
			none
;
	top:
			-11px
;
	white-space:
			normal
;
	width:
			22px
;
	word-break:
			normal
;
	word-spacing:
			0px
;
	word-wrap:
			normal
;
	-webkit-tap-highlight-color:
			rgba(0, 0, 0, 0)
;
}

.home {
	font-weight: 400;
}

.video_container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video_embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video_tags{
	font-size: 10px;
}

.engagement_link {
	margin-top: 20px;
}
.engagement_link a{
	font-weight: 400;
}

.integrator_tag {

	background-color: #0E243D;
	border-color: #0E243D;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 0;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}

.integrator_tags {
	margin-top: 10px;
}

.integrator_title {
	font-weight: 500;
}

.integrator {
	margin-top: 20px;
}

#Form_CustomerDetailsForm_DataExport_Holder input.checkbox,
#Form_CustomerDetailsResellerForm_DataExport_Holder input.checkbox,
#Form_CustomerDetailsChangeOwnershipForm_CeaseExports_Holder input.checkbox
{
	margin-left: 0;
}


#mc_embed_signup{
	margin-bottom: 30px;
}


.form_section{
	margin-top: 15px;
}

.end_form {
	margin-top: 30px;
}

.tips {
	list-style: none;
}

.tip_state {
	font-size: 0.8em;
}

a.product_link {
	text-decoration: none;
	color: #222;
}

a.product_link:hover {
	text-decoration: none;
	color: #222;
}
 .dropright {
	 margin-left: 10px;
	 list-style: none;
 }

.dropright>li>a {
	color: #ffffFf;
	/*color: #9d9d9d;*/
}

.slider-icon-bg {
	color: rgba(0, 0, 0, 0.2);
}

.nzbn-link {
	margin-top: -5%;
	font-size: 0.9em;
}

.nzbn-link i.fa {
	color: #0E243D;
	font-size: 0.8em;
}

.font-400 {
	font-weight: 400;
}

.lb-linkContainer div.arrow {
	display: none;
}

.lb-linkContainer .popover.top {
	margin-top: 0;
}

.lb-linkContainer .popover-content {
	padding: 4px;
	color: #000000;
}

.lb-linkContainer .popover.top {
	opacity: 0.8;
}

.lb-text {
	height: 0;
	width: 0;
	opacity: 0;
}
