/*
	Theme Name: H2Scan Custom WordPress Theme
	Theme URI: http://www.guidomediaservices.com
	Description: Custom Genesis Child Theme Created For H2Scan
	Author: Guido Media
	Author URI: http://www.guidomediaservices.com
	Version: 1.0.0

	Template: genesis
	Template Version: 2.0.0
*/


/* HTML5 Reset ---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2) normalize.css v2.1.2 | MIT License | git.io/normalize --------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing */
*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing */
.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}
.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}
.clear{
	clear:both;
}

/* Typographical Elements ---------------------------------------------------------------------------------------------------- */
html {
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 18px;
	color: #444;
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
	color: #03a0dd;
}
.site-header,
.site-header .site-title a,
.site-header.scrolled .nav li,
.site-header.scrolled .nav li a {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition:    all 0.6s ease-in-out;
	-ms-transition:     all 0.6s ease-in-out;
	-o-transition:      all 0.6s ease-in-out;
	transition:         all 0.6s ease-in-out;
}
::-moz-selection {
	background-color: #000;
	color: #fff;
}
::selection {
	background-color: #000;
	color: #fff;
}
a {
	color:#5fb22f;
}

/* Headings ---------------------------------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {

}

/* Objects */
img {
	height: auto;
	max-width: 100%;
}
.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms ---------------------------------------------------------------------------------------------------- */
input,
select,
textarea {
	background-color: #fff;
	border: 2px solid #ddd;
	color: #333;
	font-size: 14px;
	padding: 16px;
	width: 100%;
}
input:focus,
textarea:focus {
	border: 2px solid #5fb22f;
	outline: none;
	color: #333;
}
::-moz-placeholder {
	color: #999;
}
::-webkit-input-placeholder {
	color: #999;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button,
.gform_wrapper .gform_footer input[type="submit"]{
	background-color: transparent;
	border: solid 4px #5fb22f;
	color: #5fb22f;
	cursor: pointer;
	padding-left: 40px;
	padding-right: 40px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	width: auto;
	height: 50px;
	line-height: 42px;
	padding-top: 0;
	padding-bottom: 0;

}
.button,
.entry-content .button {
	display: inline-block;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover,
.gform_wrapper .gform_footer input[type="submit"]:hover{
	color: #fff;
	background-color:#5fb22f;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Gravity Forms ---------------------------------------------------------------------------------------------------- */
.gform_wrapper {
	max-width: 100%;
	width: 100%;
}
.gform_wrapper label {
	padding: 0;
	display: none;
	font-weight:bold;
}
.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type="checkbox"],
.gform_wrapper .gfield_radio li input[type="radio"] {
	margin-top: 0;
}
.gform_wrapper ul {
	margin: 0;
	padding: 0;
}
.gform_wrapper li {
	margin: 0;
	list-style-type: none;
	margin-bottom: 12px;
	min-height: 50px;
	clear:both;
}
.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield_radio label,
.gform_wrapper .show-label label {
	display: block;
	font-weight: normal;
}
.gform_wrapper .gfield_checkbox li,
.gform_wrapper ,.gfield_radio li{
	height:auto;
	min-height:16px;
}
.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_radio li input{
	margin-top: 0;
	width: 25px;
	float: left;
	height: 20px;
}
.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label{
	float:left;
	padding-top:0;
}
.gform_wrapper .gf_left_half,
.gform_wrapper span.name_first,
.gform_wrapper .ginput_left {
	margin-left: 0;
	margin-right: 1%;
	width: 49%;
	display: block;
	float: left;
	clear:none;
}
.gform_wrapper .gf_left_half {
	margin-right: 1%;
}
.gform_wrapper .gf_right_half,
.gform_wrapper span.name_last,
.gform_wrapper .ginput_right {
	margin-left: 1%;
	margin-right: 0;
	width: 49%;
	display: block;
	float: right;
	clear:none;
}
.gform_wrapper .gf_right_half {
	margin-left: 1%;
}
.gform_wrapper li.gf_left_third,
.gform_wrapper li.gf_middle_third,
.gform_wrapper li.gf_right_third{
	float:left;
	clear:none;
}
.gform_wrapper li.gf_left_third{
	width:30%;
	margin-right:5%;
}
.gform_wrapper li.gf_middle_third{
	width:30%;
	margin-right:5%;
}
.gform_wrapper li.gf_right_third{
	width:30%;
}
.gform_wrapper li .ginput_container_address input{
	margin-bottom:12px;
}
div.gform_confirmation_message {
	text-align: center;
}
 .validation_message{
	 font-weight:bold;
	 color:red;
 }

/* Date Picker */
#ui-datepicker-div {
	background: #FFF;
	border: 1px solid #b85e17;
	display:none;
	padding:20px;
	width:300px;
}
#ui-datepicker-div select {
	height: 25px;
	line-height: 25px;
}
.ui-icon {
	cursor: pointer;
}
.ui-datepicker-header a {
	cursor: pointer;
}
.ui-datepicker-prev {
	float: left;
	width: 10%;
}
.ui-state-disabled {
	display:none;
}
.ui-datepicker-next {
	float: right;
	width: 10%;
}
.ui-state-disabled {
	 display:none;
}
.ui-datepicker-title {
	margin-top: 20px;
}
.ui-datepicker-title select {
	float: left;
	width: 70%;
}
.ui-datepicker-month {
	margin: 0px 5% 6px;
}
.ui-datepicker-year {
	margin: 0px 15% 6px;
}
.ui-datepicker-today {
	border-radius: 4px;
}
.ui-datepicker-today a {
	color: #fff;
}
#ui-datepicker-div table {
	width: 100%;
}
#ui-datepicker-div td,
#ui-datepicker-div th  {
	text-align: center;
}
#ui-datepicker-div td a {
	display: block;
	padding: 5px;
}

/* Site Containers ---------------------------------------------------------------------------------------------------- */
.site-container {
}
.wrap {
	margin: 0 auto;
	width: 96%;
  max-width:1400px;
}
.site-inner {
	margin: 0 auto;
	width: 96%;
	clear: both;
}
.home .site-inner {
	padding: 0;
	width: 100%;
	max-width: 100%;
}

/* Layouts */
.content {
}
.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}
.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar ---------------------------------------------------------------------------------------------------- */
.sidebar-primary {
	float: right;
	width: 360px;
}
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* WordPress Elements ---------------------------------------------------------------------------------------------------- */
.avatar {
	border-radius: 50%;
	float: left;
}
.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}
.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}
.search-form {
	overflow: hidden;
}
.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}
img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}
a.alignnone img,
.alignnone img {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
a.alignleft,
a.alignright {
    max-width: 100%;
}
a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}
a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}
.entry-content .wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Top Bar ---------------------------------------------------------------------------------------------------- */
#top-bar{
	height:30px;
	width:100%;
	position:relative;
	background-color:#0055a5;
	font-size:14px;
	padding-top:4px;
}
#top-bar .widget_gtranslate{
	float:right;
}
#top-bar a.glink{
	color:#fff;
}
#top-bar a.glink span{
	font-size:12px;
}

/* Site Header ---------------------------------------------------------------------------------------------------- */
.site-header {
	height:80px;
	position: fixed;
	top: 30px;
	left: 0;
	width: 100%;
	z-index: 99;
  background-color:#fff;
  box-shadow: 0px 0px 40px -20px #000;
}
.site-header.scrolled{
	top:0px;
}

/* Title Area */
.title-area {
	float: left;
}
.site-title {
	margin: 0;
	padding: 0;
	margin-top:17.5px;
}
.home .site-title {
	display: none;
}
.site-title a {
	width:150px;
	height:45px;
	display: block;
	background-image: url(images/logo.png);
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

/* Page Title */
.page-title::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(0,39,77,0.70);
}
.page-title {
	background-image: url(images/bg-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 50vh;
	min-height: 400px;
	position: relative;
}
.page-title h1 {
	text-align: center;
	color: #fff;
	font-size: 4vw;
	text-transform: uppercase;
	letter-spacing: 8px;
	position: absolute;
	bottom: 100px;
	width: 90%;
	left: 0;
	z-index: 9;
	left:5%;
}
.single-post .page-title h1{
	font-size:2vw;
	letter-spacing:2px;
}

/* Primary Navigation ---------------------------------------------------------------------------------------------------- */
.nav-primary {
	float: right;
	width:75%;
}
.nav-primary .wrap{
  width:100%;
}
.home .nav-primary {
	display: none;
}
.nav-primary ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.nav-primary ul li {
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.nav-primary ul li a {
	display: block;
	text-decoration: none;
	color: #555;
	font-size:15px;
	text-transform: uppercase;
	height:80px;
	line-height:80px;
	cursor: pointer;
  font-weight:300;
  border-bottom:solid 4px #fff;
}
.nav-primary ul li.highlight a {
	color:#5fb22f;
	font-weight:bold;
}
.nav-primary ul li:last-child a{
  background-color:#5fb22f;
  color:#fff;
  border-color:#5fb22f;
  padding-left:25px;
  padding-right:25px;
}
.nav-primary ul li a:hover {
	color: #5fb22f;
  border-color:#5fb22f;
}
.nav-primary ul li:last-child a:hover{
  background-color:#0055a5;
  border-color:#0055a5;
  color:#fff;
}
.nav-primary ul.sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition:    opacity 0.4s ease-in-out;
	-ms-transition:     opacity 0.4s ease-in-out;
	-o-transition:      opacity 0.4s ease-in-out;
	transition:         opacity 0.4s ease-in-out;
	width:350px;
	z-index: 99;
	padding: 0;
	margin: 0;
	height: auto;
	display:block;
	background-color:#5fb22f;
}
.nav-primary ul.sub-menu li {
	width: 100%;
	padding: 0;
	margin: 0;
	width:100%;
	display:block;
	height:50px;
	line-height:50px;
}
.nav-primary ul.sub-menu li a {
	padding-right: 0;
	position: relative;
	width: 100%;
	display: block;
	color:#fff;
	height:50px;
	line-height:50px;
	text-transform:none;
	padding-left:10px;
}
.nav-primary ul.sub-menu li:last-child a{
	background-color:transparent;
	padding-left:12px;
}
.nav-primary ul.sub-menu li a:hover,
.nav-primary ul.sub-menu li:last-child a:hover{
	background-color:#fff;
	color:#5fb22f;
	border-color:#5fb22f;
}
.nav-primary .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}
.show-menu,
.close-menu{
	display: none;
}

/* Home Page ---------------------------------------------------------------------------------------------------- */
#home-banner {
  width: 100%;
  height:700px;
  position:relative;
  background-image: -webkit-linear-gradient(315deg,rgba(0,85,165,1.00) 0%,rgba(107,144,179,1.00) 100%);
  background-image: -moz-linear-gradient(315deg,rgba(0,85,165,1.00) 0%,rgba(107,144,179,1.00) 100%);
  background-image: -o-linear-gradient(315deg,rgba(0,85,165,1.00) 0%,rgba(107,144,179,1.00) 100%);
  background-image: linear-gradient(135deg,rgba(0,85,165,1.00) 0%,rgba(107,144,179,1.00) 100.00%);
}
#home-banner #banner-bg{
  background-image:url(images/bg-banner.jpg);
  background-size:cover;
  background-position:center center;
  opacity:0.1;
  height:100%;
  width:100%;
  position:absolute;
  top:0;
  left:0;
}
#home-banner .wrap {
	color: #fff;
	position: relative;
	z-index: 9;
  padding-top: 150px;
  width:100%;
  height:100%;
  opacity:1.0;
	overflow:hidden;
}
#home-banner h2 {
	font-weight:100;
	font-size:4vw;
	margin: 0;
  font-style:italic;
	display: none;
  text-align:center;
  flex:0 0 100%;
}
#home-banner h2 span{
  font-style:normal;
  font-weight:bold;
}
#home-banner section{
  color:#fff;
  width:100%;
  height:90%;
  font-size:20px;
  margin-top:50px;
	display:flex;
  flex-wrap:wrap;
	position:absolute;
}
#home-banner .product-content,
#home-banner .image{
	flex:0 0 50%;
}
#home-banner .image img {
	height:400px;
	width:auto;
	display:none;
}
#home-banner h3{
	display: none;
	margin-left:50px;
}
#home-banner h3 a{
  font-weight:300;
  font-size:30px;
	text-decoration:none;
	color:#fff;
}
#home-banner p {
	margin-top: 0;
	margin-bottom: 25px;
	display: none;
  margin-left:50px;
}
#home-banner a.button {
	border-color: #5fb22f;
  background-color:#5fb22f;
	width: 200px;
	text-align: center;
	padding: 0;
	color: #fff;
}
#home-banner a.button:hover {
	background-color: transparent;
	color: #fff;
	border-color:#fff;
}
#home-banner div.arrow {
	height: 40px;
	width: 40px;
	position: absolute;
	margin-left: -20px;
	left: 50%;
	bottom: 15vh;
	z-index: 9;
	display: none;
}
#home-banner div.arrow a {
	text-indent: -9999px;
	background-image: url(images/icon-arrow-down.png);
	backgound-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
	display: block;
}
#home-banner video {
	position: absolute;
	top: 0;
	left: 0;
}

/* Home Sections */
.home-content {
	position: relative;
	z-index: 1;
}

/* Latest News */
#latest-news{
	max-width:1200px;
	width:96%;
	margin-left:auto;
	margin-right:auto;
	border-bottom:solid 1px #ccc;
	padding-bottom:40px;
}
#latest-news h2 {
	font-size:3vw;
	line-height:3.2vw;
	font-weight: 300;
}
#latest-news h3 {
	font-size: 2vw;
	line-height: 2.2vw;
	color: #5fb22f;
	font-weight: 300;
	margin-bottom: 15px;
	padding-top: 15px;
}
#latest-news .image{
	width:250px;
	height:250px;
	float:left;
	margin-right:25px;
	text-indent:-99999px;
	display:block;
}
#latest-news a {
  color: #5fb22f;
  text-decoration: none;
  font-weight: bold;
}

/* Customers Section */
#customers {
  padding-top:55px;
  padding-bottom:55px;
}
#customers .wrap{
  max-width:90%;
}
#customers ul{
  display:flex;
  justify-content:space-between;
}
#customers ul li {
  font-size:24px;
	padding-top:25px;
	text-align:center;
  flex:0 0 13%;
  height:100px;
  display:block;
}
#customers ul li.has-image {
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center center;
  text-indent:-9999px;
}

/* Welcome Section */
#welcome {
	background-color: #0055a5;
	height:70vh;
	min-height: 700px;
  background-image:url(images/bg-content-1.png);
  background-position:left center;
  background-repeat:no-repeat;
  padding:0;
}
#welcome .wrap {
	width:50%;
	height: 100%;
	position: relative;
	z-index: 9;
	color: #fff;
	font-size:22px;
  font-weight:300;
	padding-top: 20vh;
  float:right;
  padding-right:50px;
}
#welcome h4 {
	font-weight:300;
	font-size:3vw;
	line-height:3.2vw;
	margin: 0;
}
#welcome p {
	margin-top: 45px;
	margin-bottom: 45px;
}
#welcome a.button {
	border-color: #fff;
	color: #fff;
}
#welcome a.button:hover {
	background-color: #5fb22f;
  border-color:#5fb22f;
	color: #fff;
}

/* Products Section */
#products h4 {
	font-size:3vw;
	line-height:3.2vw;
	font-weight: 300;
}
#products article.product{
  min-height:500px;
  font-size:20px;
	display:block;
	margin:0;
}
#products article h5{
  font-size:2vw;
  line-height:2.2vw;
  color:#5fb22f;
  font-weight:300;
  margin-bottom:15px;
  padding-top:15px;
}
#products article .image{
  width:600px;
  margin-right:5%;
  float:left;
}
#products article:nth-child(odd) .image{
  float:right;
  margin-right:0;
  margin-left:5%;
}
#products a {
	color: #5fb22f;
  text-decoration:none;
  font-weight:bold;
}
#products a:hover {
	color: #0055a5;
}

/* News Section */
#news-resources {
	padding-top:80px;
	padding-bottom:80px;
  border-top:solid 1px #555;
  background-color:#f9f9f9;
}
#news-resources .wrap{
  display:flex;
  justify-content:space-between;
	flex-wrap:wrap;
}
#news-resources article {
	text-align: center;
	color: #222;
  flex:0 0 45%;
}
#news-resources article .title {
	font-size:1.8vw;
	font-weight:100;
  color:#0055a5;
}
#news-resources article a{
  text-decoration:none;
  font-weight:bold;
  color:#0055a5;
}
#news-resources article a:hover{
  color:#5fb22f;
}

/* Content ---------------------------------------------------------------------------------------------------- */
.content {
	width: 96%;
	max-width: 800px;
	min-height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index: 9;
	padding-top: 10vh;
	padding-bottom: 10vh;
	line-height:22px;
}
.content h2,
.content h3 {
	font-weight:normal;
	margin-top: 5px;
	margin-bottom: 5px;
	letter-spacing:-1px;
	color:#5fb22f;
}
.content h2 {
	font-size:2vw;
	line-height:2.2vw;
}
.content h3 {
	font-size:1.6vw;
	line-height:1.8vw;
}
.wp-block-quote{
	padding:24px;
	font-size:20px;
	font-style:italic;
}
.wp-block-quote p{
	margin:0;
}
.wp-block-quote cite{
	font-weight:bold;
	font-size:14px;
	font-style:normal;
	line-height:16px;
	color:#999;
}

/* Leadership ---------------------------------------------------------------------------------------------------- */
article.leadership {
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:solid 1px #ccc;
	display:flex;
	justify-content: space-between;
}
article.leadership .image{
	flex:0 0 150px;
	height:150px;
	overflow:hidden;
	border-radius:50%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	text-indent:-9999px;
	position:relative;
}
article.leadership .image.no-image{
	opacity:0.35;
	background-size:contain;
}
article.leadership .description{
	flex:0 0 70%;
}
article.leadership span{
	display:block;
}
article.leadership span.title,
article.boardmember span.title {
	font-weight:bold;
	color:#0055a5;
}
article.news span.date{
	font-size:12px;
	color:#999;
}
article.boardmember{
	margin-bottom:55px;
}

/* Partners, Customers ---------------------------------------------------------------------------------------------------- */
ul.partners,
ul.customers{
	margin:0;
	padding:0;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
ul.partners li,
ul.customers li {
	flex: 0 0 26%;
	height:70px;
	margin-bottom:55px;
	list-style-type:none;
	padding-top:25px;
	text-align:center;
	font-size:24px;
}
ul.partners li.has-image,
ul.customers li.has-image {
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

/* Careers ---------------------------------------------------------------------------------------------------- */
article.career{
	margin-bottom:10px;
	border-bottom:solid 1px #ccc;
	font-weight:bold;
}
article.career a{
	font-weight:normal;
}

/* Products ---------------------------------------------------------------------------------------------------- */
.product_cat_list{
	background-color:#0055a5;
	height:75px;
	width:100%;
	margin-bottom:55px;
}
.product_cat_list ul{
	display:flex;
	flex-wrap:nowrap;
	margin:0;
	padding:0;
}
.product_cat_list ul li {
	flex-grow:1;
	list-style-type:none;
	text-align:center;
}
.product_cat_list ul li a{
	color:#fff;
	text-decoration:none;
	height:75px;
	line-height:75px;
	text-align:center;
	border-right:solid 1px #fff;
	display:block;
}
.product_cat_list ul li a:hover{
	background-color:#5fb22f;
}
article.product{
	margin-top:50px;
	padding-top:50px;
	border-top:solid 1px #ccc;
	display:flex;
}
article.product .image{
	flex:0 0 30%;
	margin-right:5%;
}
article.product .product-content{
	flex:0 0 65%;
}
article.product h2,
article.product h2 a{
	text-decoration:none;
	font-size:1.6vw;
	line-height:1.8vw;
}
article.product a.more{
	font-weight:bold;
	text-decoration:none;
	font-size:18px;
}

/* Product Page ---------------------------------------------------------------------------------------------------- */
#product span.title,
#product h2{
	font-size:1.6vw;
	letter-spacing:-1px;
	color:#5fb22f;
}
#product h3{
	font-size: 1.5vw;
	letter-spacing:-1px;
	margin-bottom:0;
	padding-botom:0;
}
.product-details{
	display:flex;
	justify-content:space-between;
}
.product-details .product-intro{
	flex:0 0 50%;
}
.product-details .image{
	flex:0 0 45%;
}
.product-details .image ul{
	margin:0;
	padding:0;
}
.product-details .image ul li {
	display:block;
}
.product-details .image ul li a.button{
	margin-bottom:12px;
	width:100%;
	text-align:center;
	padding-left:0;
	padding-right:0;
}
.product-content ul{
	margin-top:15px;
	margin-bottom:15px;
}
.product-content ul li {
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:solid 1px #ccc;
}
.product-content ul li ul{
	margin-top:5px;
	margin-bottom:0;
}
.product-content ul li li{
	border-bottom:solid 1px #e4e4e4;
}
.product-content ul li li:last-child{
	border:none;
}

/* Distributors ---------------------------------------------------------------------------------------------------- */
.location_list{
	background-color:#5fb22f;
	height:75px;
	width:100%;
	margin-bottom:55px;
}
.location_list ul{
	display:flex;
	flex-wrap:nowrap;
	justify-content:space-between;
	margin:0;
	padding:0;
}
.location_list ul li {
	flex:0 0 14.25%;
	list-style-type:none;
}
.location_list ul li a{
	color:#fff;
	text-decoration:none;
	height:75px;
	line-height:20px;
	padding-top:27.5px;
	text-align:center;
	border-right:solid 1px #fff;
	display:block;
}
.location_list ul li a:hover{
	background-color:#0055a5;
}
article.distributor {
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:solid 1px #ccc;
	display:flex;
	justify-content: space-between;
}
article.distributor .image{
	flex:0 0 130px;
	height:90px;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	text-indent:-9999px;
	position:relative;
}
article.distributor .image.no-image{
	opacity:0.35;
	background-size:contain;
}
article.distributor p{
	flex:0 0 80%;
}

/* News ---------------------------------------------------------------------------------------------------- */
article.news{
	margin-bottom:25px;
	padding-bottom:25px;
	border-bottom:solid 1px #ccc;
	display:flex;
	justify-content:space-between;
}
article.news .image{
	flex:0 0 25%;
	height:auto;
	float:left;
	margin-right:25px;
}
article.news .image.no-image{
	opacity:0.35;
}
article.news .description{
	flex:0 0 70%;
}
article.news span{
	display:block;
}
article.news a.more {
	font-weight:bold;
	text-decoration:none;
	display:block;
}
article.news span.title{
	font-weight:bold;
}
article.news span.date{
	font-size:12px;
	color:#999;
}

/* Contact Page  ---------------------------------------------------------------------------------------------------- */
body.contact .gform_wrapper{
	margin-bottom:55px;
}

/* Order Form ---------------------------------------------------------------------------------------------------- */
.gform_wrapper .order-form{
	max-weidth:700px;
	margin-left:auto;
	margin-right:auto;
}
.gform_wrapper .order-form label{
	display:block;
	font-size:16px;
	font-weight:bold;
	padding-top:12px;
}
.gform_wrapper .order-form span label,
.gform_wrapper .order-form .instruction{
	display:none;
}
.gform_wrapper li.gfield_html{
	height:auto;
	min-height:1px;
	line-height:14px;
	margin-bottom:0;
}
.gform_wrapper li.gfield_html label{
	margin-bottom:6px;
}
.gform_wrapper li.gfield_html p{
	color:#999;
}
.gform_wrapper li.product {
	padding-left:200px;
	background-size:auto 175px;
	background-position:left bottom;
	background-repeat:no-repeat;
	height:200px;
	padding-top:90px;
}
.gform_wrapper li.product.hy-alerta-600b{
	background-image:url(images/Hy-Alerta-600b.jpg);
}
.gform_wrapper li.product.hy-alerta-1600{
	background-image:url(images/Hy-Alerta-1600.jpg);
	border-top:solid 1px #ccc;
	margin-top:55px;
}
.gform_wrapper li.product.hy-alerta-2620{
	background-image:url(images/Hy-Alerta-2620.jpg);
	border-top:solid 1px #ccc;
	margin-top:55px;
}
.gform_wrapper .order-form .gfield_description{
	color:#999;
}
.gform_wrapper .order-form .gfield_checkbox li label,
.gform_wrapper .order-form .gfield_radio li label{
	color:#5fb22f;
}

/* Comments ---------------------------------------------------------------------------------------------------- */
.entry-pings,
.comment-respond,
.entry-comments {
}
.comment-content {
	clear: both;
}
.entry-comments .comment-author {
	margin-bottom: 0;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}
.comment-respond label {
}
.comment-list li,
.ping-list li {
	list-style-type: none;
}
.comment-list li {
}
.comment-list li li {
}
li.comment {
}
.comment-header {
}
.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}
.comment-header  .comment-meta,
.comment-header  .comment-meta a {
}
.comment-reply-link {
}
.entry-pings .reply {
}
.form-allowed-tags {
}

/* Footer CTA ---------------------------------------------------------------------------------------------------- */
.footer-cta {
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
	font-size: 28px;
	font-weight: 300;
	background-color: #0055a5;
	color: #fff;
}
.footer-cta .wrap{
  width:90%;
  max-width:800px;
}
.footer-cta .widgettitle {
	font-size:3vw;
	line-height:3.2vw;
	font-weight:300;
	margin: 0;
	font-style: normal;
}
.footer-cta input{
  width:100%;
  border:solid 1px #fff;
  border-radius:0;
  margin-bottom:25px;
}
.footer-cta .gform_wrapper .gform_footer input[type="submit"] {
	border-color: #5fb22f;
  background-color: #5fb22f;
	color: #fff;
	font-style: normal;
}
.footer-cta .gform_wrapper .gform_footer input[type="submit"]:hover {
	color: #fff;
	background-color:transparent;
  border-color:#fff;
}

/* Pre Footer ---------------------------------------------------------------------------------------------------- */
.pre-footer {
	background-color: #444;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
.pre-footer .wrap {
	width: 90%;
	max-width: 800px;
}
.pre-footer ul {
	margin: 0;
	padding: 0;
}
.pre-footer ul li {
	width: 25%;
	display: block;
	float: left;
	height: 250px;
}
.pre-footer ul li a {
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 4px;
	text-decoration: none;
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 15px;
	display: block;

}
.pre-footer ul li li {
	width: 100%;
	float: none;
	height: auto;
	padding-bottom: 5px;
}
.pre-footer ul li li a {
	text-transform: none;
	letter-spacing: 0;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 0;
}

/* Site Footer ---------------------------------------------------------------------------------------------------- */
.site-footer {
	background-color: #444;
	text-align: center;
	color: #fff;
	padding-top:45px;
	padding-bottom: 45px;
	font-size: 14px;
}
.site-footer a.footer-logo {
	display: block;
	width:150px;
	height:45px;
	margin-left: auto;
	margin-right: auto;
	text-indent: -99999px;
	background-image: url(images/logo-white.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
}
.site-footer p {
	margin-top: 0;
	margin-bottom: 2px;
}
.site-footer a {
	text-decoration: none;
	color: #fff;
}
.site-footer a:hover {
}
.site-footer p.signature,
.site-footer p.signature a {
	color: #555;
}
.site-footer ul {
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
}
.site-footer ul li {
	display: inline-block;
	list-style-type: none;
	height: 30px;
	line-height: 30px;
}
.site-footer ul li a {
	width: 100%;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}
.site-footer ul#menu-social-media-navigation {
	margin-top: 20px;
}
.site-footer ul#menu-social-media-navigation li a {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;

}

/* Post Footer ---------------------------------------------------------------------------------------------------- */
.post-footer {
	width: 100%;
	height: 60vh;
	position: fixed;
	left: 0;
	bottom: 0;
	background-image: url(images/post-footer-bg.jpg);
	background-size: cover;
	background-position: center center;
	z-index: -1;
	font-size: 32px;
	padding-top: 10vh;
}
.post-footer .wrap {
	max-width: 600px;
	text-align: center;
	color: #fff;
}
.post-footer span.title {
	font-size: 44px;
}
.post-footer a.show-video,
.post-footer a.show-footer-video {
	width: 70px;
	height: 70px;
	cursor: pointer;
	display: block;
	background-image: url(images/icon-play-white.png);
	background-size: cover;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-indent: -9999px;
	margin-top: 15px;
}
.post-footer .post-footer-logo {
	display: block;
	width: 295px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	text-indent: -99999px;
	background-image: url(images/logo-footer.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
}


/* Responsive Elements ---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1580px) {
	#welcome{
		background-position:-100px center;
	}
}

@media only screen and (max-width: 1420px) {
	#home-banner .image img{
		height:auto;
		width:100%;
		margin-top:100px;
	}
	#welcome{
		background-position:-200px center;
	}
}

@media only screen and (max-width: 1320px) {
	.nav-primary{
		width:80%;
		padding-right:0;
	}
	.nav-primary ul li a{
		font-size:13px;
		padding-left:5px;
		padding-right:5px;
	}
	#home-banner h2{
		font-size:5vw;
	}
	#welcome{
		background-position:-300px center;
	}
	#news-resources article .title{
		font-size:2vw;
	}
	.page-title h1{
		font-size:5vw;
	}
	.content h2,
	article.product h2,
	article.product h2 a,
	#product span.title,
	#product h2{
		font-size: 3vw;
		line-height:3.2vw;
	}
	#product h3,
	.content h3{
		font-size:2.5vw;
		line-height:2.7vw;
	}
}

@media only screen and (max-width: 1123px) {
	#customers ul li{
		flex:0 0 30%;
	}
	#welcome{
		background-position:-350px center;
		min-height:auto;
		height:600px;
	}
	#welcome .wrap{
		padding-top:80px;
	}
	#products article .image{
		width:500px;
		padding-bottom:100px;
	}
	.page-title h1{
		font-size:5.5vw;
	}
	.content h2,
	article.product h2,
	article.product h2 a{
		font-size: 3.5vw;
		line-height:3.7vw;
	}
	#product h3,
	.content h3{
		font-size:3vw;
		line-height:3.2vw;
	}
}

@media only screen and (max-width: 1023px) {
	.show-menu,
	.nav-primary ul li.mobile{
		display: block;
	}
	.show-menu{
		position: absolute;
		top: 25px;
		right: 25px;
		width: 35px;
		height: 35px;
		background-image: url(images/icon-mobile-menu.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		text-indent: -99999px;
		cursor: pointer;
	}
	.close-menu{
		position: absolute;
		top: 25px;
		right: 25px;
		width: 35px;
		height: 35px;
		background-image: url(images/icon-mobile-close.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		text-indent: -99999px;
		cursor: pointer;
	}
	.scrolled .show-menu {
		top:17px;
	}
	.nav-primary {
		position: fixed;
		height: 100%;
		width: 80%;
		left: -100%;
		top:0;
		background-color:#0055a5;
		border-right: solid 1px #fffcf5;
		overflow-y:scroll;
	}
	.nav-primary ul li.home {
		width: 300px;
		height: 100px;
		display: block;
		background-image: url(images/logo-white.png);
		background-size: contain;
		background-position: left center;
		background-repeat: no-repeat;
		text-indent: -9999px;
		margin-left: 3px;
		margin-top: 6px;
		border: none;
	}
	.nav-primary ul {
		display: block;
	}
	.nav-primary ul li {
		width: 100%;
		display: block;
		height:auto;
		min-height:44px;
		border-bottom: 1px #fff solid;
	}
	.nav-primary ul li a{
		height:45px;
		line-height:45px;
		color: #fff;
		font-size:16px;
		border:none;
		font-weight:bold;
	}
	.nav-primary ul li a:hover{
		color:#5fb22f;
	}
	.nav-primary ul li:last-child, .nav-primary ul li.highlight{
		border:none;
	}
	.nav-primary ul li:last-child a, .nav-primary ul li.highlight a{
		padding-left: 0px;
		padding-right: 0px;
		border-radius:0;
		padding-left:10px;
		background-color:#5fb22f;
		color:#fff;
	}
	.nav-primary ul li:last-child a:hover, .nav-primary ul li.highlight a:hover{
		background-color:#5fb22f;
		color:#fff;
	}
	.nav-primary ul.sub-menu,
	.nav-primary .menu-item:hover > ul.sub-menu {
		left:0;
		opacity:1;
		position:relative;
		width:100%;
		background-color:transparent;
		padding-top:0;
	}
	.nav-primary ul.sub-menu li,
	.nav-primary ul.sub-menu li:last-child {
		width:95%;
		padding: 0;
		margin: 0;
		display:block;
		height:auto;
		min-height:30px;
		margin-left:5%;
	}
	.nav-primary ul.sub-menu li:last-child {
		border:none;
	}
	.nav-primary ul.sub-menu li a,
	.nav-primary ul.sub-menu li:last-child a {
		height:auto;
		min-height:20px;
		line-height:20px;
		color:#fffcf5;
		margin-left:0px;
		margin-top:5px;
		margin-bottom:0;
		border-left: solid 3px #fff;
		font-size:14px;
		padding-left:10px;
	}
	.nav-primary ul.sub-menu li a:hover,
	.nav-primary ul.sub-menu li:last-child a:hover {
		padding-left:10px;
		color:#5fb22f;
		background-color:transparent;
	}
	#home-banner{
		height:1000px;
	}
	#home-banner h2{
		font-size:7vw;
		margin-left:auto;
		margin-right:auto;
	}
	#home-banner h2 span{
		display:block;
	}
	#home-banner .featured-product{
		flex-direction:column-reverse;
		flex-wrap:nowrap;
		margin-top:0;
		height:auto;
		bottom:0;
	}
	#home-banner .image img{
		width:auto;
		height:300px;
	}
	#home-banner .product-content, #home-banner .image{
		text-align:center;
	}
	#home-banner .image{
		height:300px;
	}
	#home-banner .product-content{
		height:auto;
	}
	#home-banner h3 a,
	#welcome h4,
	#products h4,
	.footer-cta .widgettitle{
		font-size:6vw;
	}
	#welcome{
		background-position:-500px center;
	}
	#products article h5,
	.content h2,
	article.product h2,
	article.product h2 a,
	#product span.title,
	#product h2{
		font-size:4.5vw;
		line-height:4.7vw;
	}
	#product h3,
	.content h3{
		font-size:4vw;
		line-height:4.2vw;
	}
	#products article .image{
		width:400px;
		padding-top:100px;
		padding-bottom:200px;
	}
	#news-resources article .title{
		font-size:3vw;
	}
	.page-title h1{
		font-size:6vw;
	}
}

@media only screen and (max-width: 800px) {
	#home-banner .image img{
		width:70%;
		height:auto;
	}
	#home-banner h3,
	#home-banner p{
		margin-left:5%;
		width:90%;
	}
	#welcome::before{
		background-color:rgba(0,85,165,0.7);
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;
		content:"";
	}
	#welcome{
		background-position:left center;
		height:auto;
		padding-top:100px;
		padding-bottom:100px;
	}
	#welcome .wrap{
		width:80%;
		text-align:center;
		position:relative;
		float:none;
		margin-left:auto;
		margin-right:auto;
		padding:0;
	}
	#products article .image,
	#products article:nth-child(2n+1) .image{
		margin:0;
		width:100%;
		float:none;
		padding-top:0;
		padding-bottom:0;
		text-align:center;
	}
	#products article .image img,
	#products article:nth-child(2n+1) .image img{
		width:80%;
		height:auto;
	}
	#products article h5{
		font-size: 6vw;
	}
	#news-resources article .title{
		font-size:4vw;
	}
	.page-title h1{
		font-size:7vw;
	}
	.product-details{
		flex-direction:column-reverse;
		flex-wrap:nowrap;
	}
	.location_list{
		height:auto;
	}
	.location_list ul{
		flex-wrap:wrap;
	}
	.location_list ul li{
		flex:0 0 100%;
		border-bottom:solid 1px #fff;
	}
}

@media only screen and (max-width: 680px) {
	#home-banner{
		height:1000px;
	}
	#home-banner h2{
		font-size:9vw;
	}
	#home-banner h3 a,
	#welcome h4,
	#products h4,
	.footer-cta .widgettitle{
		font-size:8vw;
	}
	#customers ul li{
		flex:0 0 45%;
	}
	#products article h5,
	.content h2,
	article.product h2,
	article.product h2 a,
	#product span.title,
	#product h2{
		font-size: 7vw;
		line-height:7.2vw;
	}
	#product h3,
	.content h3{
		font-size:4.5vw;
		line-height:4.7vw;
	}
	#news-resources article{
		flex:0 0 100%;
	}
	#news-resources article .title{
		font-size:5vw;
	}
	.page-title h1{
		font-size:8vw;
		letter-spacing:3px;
	}
	.site-inner{
		width:90%;
	}
	article.leadership .description{
		flex:0 0 60%;
	}
	ul.partners li, ul.customers li{
		flex: 0 0 45%;
	}
	article.product{
		display:block;
	}
	article.product .image{
		margin-right:0;
		width:100%;
		height:auto;
		text-align:center;
	}
	article.product .image img{
		height:auto;
		width:300px;
	}
	.gform_wrapper .gf_left_half,
	.gform_wrapper span.name_first,
	.gform_wrapper .ginput_left,
	.gform_wrapper .gf_right_half,
	.gform_wrapper span.name_last,
	.gform_wrapper .ginput_right{
		width:100%;
		margin-left:0;
		margin-right:0;
		margin-bottom:12px;
	}
}

@media only screen and (max-width: 480px) {
	article.leadership{
		display:block;
		text-align:center;
	}
	article.leadership .description{
		width:100%;
		display:block;
	}
	article.leadership .image{
		display:block;
		width:150px;
		position:relative;
		margin-left:auto;
		margin-right:auto;
	}
	ul.partners li, ul.customers li{
		flex: 0 0 100%;
	}
	.product_cat_list{
		height:auto;
	}
	.product_cat_list ul{
		display:block;
	}
	.product_cat_list ul li{
		border-bottom:solid 1px #fff;
	}
	#product h3,
	.content h3{
		font-size:6vw;
		line-height:6.2vw;
	}
	article.news{
		display:block;
	}
	article.news .image{
		width:100%;
	}
}

@media only screen and (max-width: 380px) {
	#home-banner h3 a,
	#welcome h4,
	#products h4,
	.footer-cta .widgettitle{
		font-size:9vw;
	}
	#customers ul li{
		flex:0 0 100%;
	}
	#products article h5,
	.content h2,
	article.product h2,
	article.product h2 a,
	#product span.title,
	#product h2{
		font-size:8vw;
		line-height:8.2vw;
	}
	#product h3,
	.content h3{
		font-size:7vw;
		line-height:7.2vw;
	}
	#products article .image img,
	#products article:nth-child(2n+1) .image img{
		width:100%;
	}
	#news-resources article .title{
		font-size:6vw;
	}
	.page-title h1{
		font-size:9vw;
		letter-spacing:2px;
	}
}
