/*
	Theme Name: EZ Detect
	Theme URI: http://tinyfrog.com/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Tinyfrog
	Author URI: http://tinyfrog.com/

	Version: 5.1.2

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/*
Imports
---------------------------------------------------------------------------------------------------- */

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	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;width: 20px}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:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after,
.clear {
	clear: both;
	content: " ";
	display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%;
	/* 10px browser default */
}

body {
	max-width: 2560px;
    width: 100%;
    margin: 0 auto;
	color: #0e182d;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.4;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #333;
	font-weight: 400;
	text-decoration: none;
}

a:hover {
	color: #0ebfe9;
}

p {
	margin: 0 0 15px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
}

cite {
	font-style: normal;
}

.button {
	transition-duration: 0.3s;
	transition-property: background;
	transition-timing-function: linear;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1D9CD3;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}


/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
	/* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #D2D2D2;
	border-radius: 4px;
	color: #333;
	padding: 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #333;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #9be4ee;
	border: none;
	border-radius: 40px;
	box-shadow: none;
	color: #0e182d;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	padding: 16px 20px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #9be4ee;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

#gform_submit_button_1 {
	width: 210px;
	margin: 0 auto;
	display: block;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: none;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: none;
	padding: 6px 10px;
	color: #006EBE;
}

td {
	padding: 6px 10px;
	background: #f6f6f6;
	vertical-align: top;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1170px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
}

/* Site Containers
--------------------------------------------- */

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: left;
	width: 720px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}

/* WordPress
--------------------------------------------- */

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	overflow: hidden;
	padding: 3px;
	width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

a.alignleft,
a.alignright {
	border: none;
}

.widget-area {
	word-wrap: break-word;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
}

/* Titles
--------------------------------------------- */

.entry-title a,
.sidebar .widget-title a {
	border: none;
}

.widget-title {
	margin-bottom: 24px;
}

.sidebar .widget-title a {
	border: none;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	z-index: 999;
	width: 100%;
	position: fixed;
	background: #fff;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.home .site-header {
	background: transparent;
}

.home.sticky .site-header {
	background: #fff;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 15px 0 10px;
	width: 235px;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 900px;
	margin: 15px 0 0;
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #0e182d;
	display: block;
	font-size: 17px;
	font-weight: 700;
	padding: 10px 20px 30px;
	position: relative;
}

.home .genesis-nav-menu a {
	color: #fff;
}

.home.sticky .genesis-nav-menu a {
	color: #0e182d !important;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover {
	color: #0e182d;
}

.home .genesis-nav-menu a:hover,
.home .genesis-nav-menu .current-menu-item>a,
.home .genesis-nav-menu .sub-menu .current-menu-item>a:hover {
	color: #fff;
}

.genesis-nav-menu>.menu-item>a {
	text-transform: none;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	width: 250px;
	z-index: 99;
}

.home .genesis-nav-menu .sub-menu a {
	color: #006EBE;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	padding: 16px 20px;
	position: relative;
	width: 250px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
	left: auto;
	opacity: 1;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
}

.nav-primary .sub-menu a:hover {
	color: #0ebfe9;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item>a:focus+ul.sub-menu,
.menu .menu-item.sfHover>ul.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover>.sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #0073e5;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
	outline: none !important;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: #fff;
	border-width: 0;
	color: #0073e5;
}

.menu-toggle {
	line-height: 20px;
	padding: 15px 0;
	position: absolute;
	z-index: 1000;
	font-size: 0px;
	top: 7px;
	right: 20px;
	outline: none !important;
	color: #006EBE;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
	font-size: 35px;
}

body .dashicons-before:before {
	display: inline-block;
	width: 33px;
	height: 30px;
	font-size: 33px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

.genesis-responsive-menu {
	display: block;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption,
p {
	margin-bottom: 26px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: none;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.pagination li {
	display: inline-block !important;
	margin: 0 3px;
	padding-left: 0 !important;
}

.pagination li:before {
	display: none !important;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	padding: 8px 12px;
	text-decoration: none !important;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #F58120;
}

/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	margin-top: 0px;
	width: 340px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {
	margin-bottom: 15px;
}

.sidebar p:last-child,
.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul>li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	clear: both;
	color: #999;
	background-color: #333;
}

.footer-widgets .wrap {
	padding: 40px 0 16px;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.footer-sec {
	padding: 60px 0;
}

.footer-logo img {
	margin: 80px auto 0;
}

.footer-sec a, .footer-sec p {
	color:#fff;
	line-height: 32px;
}

.footer-sec p strong {
	font-family: 'Roboto', sans-serif;
}

.footer-sec .custom-html-widget {
	margin: 70px 0 20px;
	text-align: center;
}

.policy-links {
    text-align: center;
}

.footer-sec .custom-html-widget a {
	background: #fff;
	width: 42px;
	height: 42px;
	border-radius: 100%;
	color: #0889E7;
	display: inline-block;
	padding: 10px 0 0;
	text-align: center;
	margin: 0 20px;
}

.policy-links a {
	font-size: 14px;
}

.copy-text {
	padding: 15px 0;
}

.copy-text p {
	font-size: 14px;
	text-align: center;
}

/* Enable Accessibility Features
---------------------------------------------------------------------------------------------------- */
/* ## Screen reader text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.more-link {
	position: relative;
}

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */

:focus {
	color: #333;
	outline: #ccc solid 1px;
}

/*
Custom Styling
---------------------------------------------------------------------------------------------------*/
/*
siteorigin page builder Styling
---------------------------------------------------------------------------------------------------- */

.siteorigin-panels .site-inner {
	padding: 0;
}

.content-sidebar.siteorigin-panels .site-inner {
	padding-top: 50px;
	padding-bottom: 50px;
}

.siteorigin-panels .entry {
	margin-bottom: 0;
}

/*
top bottom gap styling
------------------------------------------------- */

.top-gap {
	padding-top: 80px;
}

.bottom-gap {
	padding-bottom: 80px;
}

/*
dark background section styling
------------------------------------------------- */

.dark-bg-section {
	background-size: cover;
	background-position: center center;
}

.dark-bg-section * {
	color: #fff;
}

.hero-panel {
	position: relative;
	line-height: 0;
	color: #fff;
	margin: 0;
}

.home .hero-panel {
	margin: 0;
}

.hero-panel .so-widget-sow-image:before {
	content: "";
	display: block;
	background: rgba(0,0,0,.3);
	position: absolute;
	width: 100%;
	height: 100%;
}

.hero-panel .sow-image-container img,
.hero-panel > img {
	width: 100%;
}

.hero-panel .widget_siteorigin-panels-builder,
.hero-panel .wrap {
	position: absolute;
	left: 0px;
	right: 0;
	width: 100%;
	max-width: 100%;
	max-width: 1170px;
	text-align: left;
	top: 50%;
	transform: translatey(-50%);
	line-height: 1.3;
	color:#fff;
	margin: 0 auto;;
}

/*
list style widget styling
------------------------------------------------- */

.site-inner ul {
	margin-left: 10px;
}

.site-inner ul li {
	display: block;
	position: relative;
	padding-left: 15px;
	margin-bottom: 15px;
}

.site-inner ul li:before {
	content: "";
	background: url("images/list-arrow.png") no-repeat scroll left center;
	position: absolute;
	left: -10px;
	top: 5px;
	width: 9px;
	height: 15px;
	background-size: contain;
}

.site-inner form li,
.site-inner .slider li,
footer form li,
header .menu li,
.sharing_wrapper ul li,
.entry-content .sharing_wrapper ul li,
.sidebar ul li {
	padding-left: 0px;
	margin-bottom: 0px;
}

.site-inner form li:before,
.site-inner .slider li:before,
footer form li:before,
header .menu li:before,
.sharing_wrapper ul li:before,
.entry-content .sharing_wrapper ul li:before,
.sidebar ul li:before,
.gform_wrapper li.gfield.gf_left_half:before {
	display: none !important;
}

ul.sharing_btns {
	margin: 0;
}

.sharing_btns li:before {
	display: none !important;
}

.sharing_btns li {
	display: inline-block !important;
	padding-left: 0 !important;
	margin-bottom: 0 !important;
	margin-right: 5px;
}

.sharing_btns li a:hover {
	text-decoration: none;
}

/*
large width content styling
------------------------------------------------- */

.large-container {
	max-width: 1070px;
	margin: 0 auto;
}

/*
medium width content styling
------------------------------------------------- */

.medium-container {
	max-width: 980px;
	margin: 0 auto;
}

/*
small width content styling
------------------------------------------------- */

.small-container {
	max-width: 755px;
	margin: 0 auto;
}

footer ul.menu li{
	list-style-type: none;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.sharing_wrapper{
	clear: both;
}

.sharing_wrapper ul,
.entry-content .sharing_wrapper ul{
	margin-left: 0px;
}

.sharing_wrapper ul li,
.entry-content .sharing_wrapper ul li{
	display: inline-block;
	margin-right: 10px;
	list-style-type: none;
}

/*
additional styling
------------------------------------------------- */

*:last-child {
	margin-bottom: 0;
}

p:empty {
	display: none;
}

a[href^="tel"] {
	display: inline-block;
}

ol,
ul {
	margin: 0 0 40px 20px;
	padding: 0;
}

.entry-content a{
	color:#006EBE;
}

.entry-content a:hover{
	text-decoration: underline;
}

/*
Gravityform Errors Styling
----------------------------------------------------------------------------------------------------*/

body .gform_wrapper li.gfield.gfield_error {
	background-color: transparent;
	margin-bottom: 0 !important;
	border-top: none;
	border-bottom: none;
	padding-bottom: 0;
	padding-top: 0;
}

body .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body .gform_wrapper li.gfield_error textarea {
	border: 1px solid #ff4563;
	background-color: #ffedf0;
}

body .gform_wrapper div.validation_error {
	display: none;
}

body .gform_wrapper.flyout-error-style_wrapper .field_description_below .gfield_description {
	max-width: 100%;
	width: 100%;
	border: none;
	margin: 0;
	position: absolute;
	top: 1px;
	padding: 4px 10px;
	color: #fff;
	background-color: #ec5840;
	font-size: 13px;
}

body .gform_wrapper.flyout-error-style_wrapper .field_description_below .gfield_description::after {
	position: absolute;
	bottom: -0.5rem;
	left: 0.5rem;
	content: "";
	width: 0;
	height: 0;
	border-left: 0.5rem solid transparent;
	border-right: 0.5rem solid transparent;
	border-top: 0.5rem solid #ec5840;
}

body .gform_wrapper.flyout-error-style_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
	border: 1px solid #ff0000;
}

body .gform_wrapper.flyout-error-style_wrapper .gfield_error .gfield_label {
	color: #ff0000;
}

body .gform_wrapper.flyout-error-style_wrapper li.gfield.gfield_error,
body .gform_wrapper.flyout-error-style_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent;
	margin-bottom: 0;
	border-top: none;
	border-bottom: none;
	padding-bottom: 0;
	padding-top: 0;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
}

body .gform_wrapper ul.gform_fields li.gfield {
	position: relative;
}

#gfield_description_4_20,
#gfield_description_4_22 {
	text-indent: -99999px;
}

body .gform_wrapper.flyout-error-style_wrapper .validation_message {
	display: block;
}

body .gform_wrapper.flyout-error-style_wrapper .instruction.validation_message {
	font-size: 12px;
	color: #EC5840;
	font-weight: 400;
}

/*
Custom Css
--------------------------------------- */

#page-container {
	overflow: hidden;
}

.sticky-logo {
	display: none;
}

.home.sticky .site-header .non-sticky-logo {
	display: none;
}

.home.sticky .site-header .sticky-logo {
	display: block;
}

.intro-panel {
	padding: 120px 0 70px;
}

.intro-panel h2 {
	font-size: 52px;
	font-weight: 300;
}

a.about-link {
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	letter-spacing: 3px;
	position: relative;
	text-decoration: none !important;
}

a.about-link:after {
	content: "";
	display: inline-block;
	background: #CFE547 url("images/plus-sign.png") no-repeat scroll center center;
	width: 39px;
	height: 39px;
	border-radius: 100%;
	position: absolute;
	top: -12px;
	right: -50px;
}

a.about-link:hover:after {
	background: #006EBE url("images/plus-sign.png") no-repeat scroll center center;
}

.intro-panel .custom-html-widget h2 {
	font-size: 40px;
	color: #CFE547;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	display: block;
	margin: 0 0 10px;
}

.intro-panel h6 {
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-align: center;
	letter-spacing: 1px;
}

.products-panel .left-sec {
	background: linear-gradient(270.08deg, #9BE4EE 0.07%, #75CEDA 99.94%);
	position: relative;
	min-height: 500px;
}

.products-panel .left-sec .panel-layout {
	max-width: 560px;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.products-panel .left-sec h5 {
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-align: center;
	letter-spacing: 3px;
	margin: 0 0 20px;
}

.app-logos {
    padding: 0 97px;
}

.products-panel .left-sec h2 {
	font-size: 36px;
	text-align: center;
	margin: 0 0 20px;
}

.products-panel .left-sec p {
	text-align: center;
	line-height: 2;
}

.product-boxes .box {
	position: relative;
}

/*.product-boxes .box:after {
	content: "";
	position: absolute;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}*/

.product-boxes .box img {
	width: 100%;
	margin: 0;
    display: block;
}

.product-boxes .box h4 {
	font-size: 26px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 99;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.product-boxes .panel-grid-cell:hover .box h4 {
	opacity: 0;
}

.product-boxes .panel-grid-cell {
	position: relative;
}

.product-boxes .panel-last-child {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.product-boxes .box p {
	margin: 0;
}

.box-hover {
	height: 100%;
	opacity: 0;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

.product-boxes .panel-last-child:hover .box-hover {
	opacity: 1;
}

.box-hover a {
	background: #0067B1;
	opacity: 0.8;
	height: 100%;
	width: 100%;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
}

.box-hover a img {
	top: 50%;
	display: block;
	position: absolute;
	transform: translateY(-50%);
	left: 0;
	right: 0;
}

.test-area-panel {
	padding: 100px 0;
}

.test-area-panel h2 {
	font-size: 35px;
	text-align: center;
	margin: 0 0 20px;
}

.test-area-panel p {
	text-align: center;
	margin: 0 0 50px;
}

.screening-test {
	padding: 150px 0;
	min-height: 850px;
}

.screening-test h2 {
	color: #fff;
	font-size: 40px;
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 30px;
}

.screening-test p {
	color: #fff;
	line-height: 2;
	margin: 0 0 30px;
}

.screening-boxes {
	margin: 30px 0 0;
}

.screen-test-box {
    background: #1D9CD3;
    border-radius: 5px;
    padding: 20px 0;
	margin: 0 0 20px;
    min-height: 120px;
}

.screen-test-box p {
	margin: 0;
	line-height: 1.5;
}

.biomerica-support {
	min-height: 910px;
	padding: 0;
	background: url("images/support-bg.jpg") no-repeat center bottom;
	background-size: 100%;
}

.form-box {
    background: #9BE4EE;
    border-radius: 8px;
    padding: 60px 40px 20px;
	margin: 50px 0 0;
}

.form-box h5 {
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
}

.form-box h2 {
    font-size: 40px;
    margin: 0 0 40px;
    font-family: 'Montserrat', sans-serif;
	text-align: center;
}

.form-box #gform_submit_button_1 {
    background: #1D9CD3;
    color: #fff;
}

.form-box #gform_submit_button_1:hover {
    background: #0e182d;
    color: #fff;
}

.panel-1 {
    padding: 0;
}

.panel-1 h2 {
    font-size: 40px;
	margin: 0 0 60px;
	font-family: 'Montserrat', sans-serif;
}

.panel-1 h3 {
    font-size: 26px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

.panel-1 h4 {
    margin: 0 0 30px;
}

.panel-1 img {
	margin: 50px auto 0;
}

.panel-1 a.btn {
	width: 210px;
	margin: 0;
}

.panel-1 a.btn:hover {
	background: #1D9CD3;
	color: #fff;
}

.get-in-touch-panel {
	padding: 30px 0 0;
	min-height: 750px;
}

.get-in-touch-panel .left-sec {
	padding: 110px 0 0;
}

.get-in-touch-panel h3 {
	color: #fff;
	font-size: 40px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

.get-in-touch-panel p {
	color: #fff;
}

.contact-boxes {
	margin: 50px 0 0;
}

.contact-box {
	width: 296px;
	height: 212px;
	background: #9BE4EE;
	border-radius: 5px;
	position: relative;
}

.contact-box:hover {
	background: #0067B1;
}

.contact-box .textwidget {
	position: absolute;
	top: 75%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

.contact-box img {
	margin: 0 auto 10px;
}

.contact-box h5 {
	font-size: 17px;
	color: #0e182d;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	padding: 0 15px;
	position: relative;
}

.contact-box:hover h5 {
	color: #fff;
}

.contact-box.payment-icon h5:before {
	content: "";
	background: url("images/payment-icon.png") no-repeat scroll center center;
	display: block;
	width: 106px;
	height: 96px;
	position: absolute;
	top: -107px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.contact-box.payment-icon:hover h5:before {
	content: "";
	background: url("images/payment-icon-hover.png") no-repeat scroll center center;
}

.contact-box.hand-icon h5:before {
	content: "";
	background: url("images/hand-icon.png") no-repeat scroll center center;
	display: block;
	width: 122px;
	height: 86px;
	position: absolute;
	top: -107px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.contact-box.hand-icon:hover h5:before {
	content: "";
	background: url("images/hand-icon-hover.png") no-repeat scroll center center;
}

.contact-box.distributor-icon h5:before {
	content: "";
	background: url("images/distributor-icon.png") no-repeat scroll center center;
	display: block;
	width: 88px;
	height: 90px;
	position: absolute;
	top: -107px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.contact-box.distributor-icon:hover h5:before {
	content: "";
	background: url("images/distributor-icon-hover.png") no-repeat scroll center center;
}

/*
Internal pages CSS
--------------------------------------- */

.hero-panel h1 {
	font-size: 50px;
	text-align: center;
	color: #fff;
}

.home .hero-panel h1 {
	font-size: 44px;
	text-align: left;
}

.home .hero-panel h2 {
	color: #FFF;
	font-size: 30px;
}

.hero-panel p {
	font-size: 26px;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.8;
}

.icons-with-info .widget_siteorigin-panels-builder {
	position: relative;
	top: auto;
    transform: none;
}

.icons-with-info .so-widget-sow-image:before {
	display: none;
}

.icons-with-info .sow-image-container img {
    width: auto;
}

.icons-with-info p {
	line-height: 1.2;
	margin: 0;
    font-size: 24px;
}

.test-product-image img {
    position: relative;
    z-index: 99;
    margin: -416px 0 -130px 0;
    float: right;
}

.universal-panel {
	padding: 75px 0 30px;
}

.universal-panel h2 {
	font-size: 35px;
	text-align: center;
	margin: 0 0 40px;
}

.universal-panel h5 {
	font-size: 22px;
	margin: 0 0 40px;
	text-align: center;
	line-height: 1.5;
}

/*.universal-panel p {
	margin: 0 0 40px;
}*/

.universal-panel a.button {
    display: block;
    width: 280px !important;
    text-align: center;
}

.list-panel {
	padding: 10px 0 30px;
}

.list-panel h2 {
	font-size: 35px;
	text-align: center;
	margin: 0 0 70px;
}

.callout-panel {
	padding: 70px 0;
}

.callout-panel h3 {
	font-size: 15px;
	margin: 0 0 20px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.callout-panel p {
	font-size: 26px;
	text-align: center;
	color: #006EBE;
	font-family: 'Roboto', sans-serif;
}

.dark-bg-section a.btn {
	background: #fff;
	color: #c64428;
}

.faqs-panel {
	padding: 30px 0 50px;
}

.home .faqs-panel {
    padding: 120px 0 30px;
}

.faqs-panel h2 {
	font-size: 35px;
	text-align: center;
	margin: 0 0 50px;
}

.faqs-panel ul {
    margin: 0 0 0 10px;
}

.faqs-panel ul li:before {
    content: "";
    background: #0e182d;
    position: absolute;
    left: 0px;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
}

.faqs-panel h4 {
	color: #0e182d;
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	margin: 0 0 30px;
}

.faqs-panel .small-text p {
	font-size: 15px;
}

.faqs-panel .small-text p a {
	color: #0e182d;
	text-decoration: underline;
}

.sow-accordion-panel-header, .sow-accordion-panel-border {
	outline: none !important;
}

.faqs-panel .sow-accordion-title {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

.faqs-panel .sow-icon-fontawesome[data-sow-icon]:before {
	font-size: 24px;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 12px 15px;
}

body .gform_wrapper .gfield_required {
	color: #1D9CD3;
	font-size: 28px;
	padding-left: 0;
	top: 2px;
	position: relative;
	display: inline-block;
	line-height: 13px;
}

.form-panel {
	padding: 100px 0 80px;
}

.form-panel h2 {
	font-size: 35px;
	text-align: center;
	margin: 0 0 50px;
}

.intro-panel-about .product-boxes .box p {
	padding: 0;
}

.intro-panel-about .product-boxes {
	margin: 30px 0 0;
}

.get-in-touch-panel.with-btn {
	min-height: 530px;
	padding: 0;
	position: relative;
}

.get-in-touch-panel.with-btn .left-sec {
    padding: 0;
    position: absolute;
    top: 51%;
	left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.get-in-touch-panel.with-btn .left-sec {
    padding: 0;
}

.get-in-touch-panel.with-btn h3 {
	text-align: center;
}

.get-in-touch-panel.with-btn p {
	text-align: center;
}

a.btn {
	background: #9BE4EE;
	display: block;
	width: 260px;
	border-radius: 30px;
	padding: 10px 0;
	text-align: center;
	color: #0e182d;
	text-decoration: none !important;
	margin: 0 auto;
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.order-panel h2 {
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
	padding: 120px 0 0;
}

.order-panel h2.gform_submission_error {
	padding: 0;
}

.order-panel p {
    font-size: 22px;
	margin: 0 0 20px;
}

.order-panel h4 {
    margin: 0 0 50px;
}

.order-panel .small-text p {
    font-size: 17px;
    margin: 0;
    position: relative;
    top: -20px;
}

.order-panel a.btn {
	width: 210px;
}

.order-panel a.btn:hover {
    background: #1D9CD3;
    color: #fff;
}

.form-sec {
	background: #9be4ee;
}

#custom_html-2 {
	width: 25px;
	float: right;
	margin: 0 0 0 30px;
}

#nav_menu-2 {
	float: right;
}

#search-container {
	padding: 20px 0;
	background-color: #006EBE;
	display: none;
}

.search-toggle {
	cursor: pointer;
	padding: 12px 0 5px;
}

.search-toggle a {
	background: url("images/search-icon.png") no-repeat scroll 0 0;
	display: block;
	width: 22px;
	height: 22px;
	font-size: 0;
}

.home .search-toggle a {
	background: url("images/search-icon-white.png") no-repeat scroll 0 0;
}

.home.sticky .search-toggle a {
	background: url("images/search-icon.png") no-repeat scroll 0 0;
}

.ui-tabs ul li:before {
	display: none;
}

.ui-tabs .ui-tabs-nav li {
    display: inline-block !important;
    width: 50%;
    border: 1px solid #006ebe;
    text-align: center;
    color: #006ebe;
	padding: 0 !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	background: #006ebe;
}

.ui-tabs .ui-tabs-nav li a {
    display: block;
    color: #006ebe;
	padding: 10px 0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
	color: #fff;
}

.site-footer .app-logos {
    padding: 0;
	margin: 30px 0 0;
}

.search-results .site-inner {
    padding-bottom: 40px;
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
    bottom: 70px;
}

body #pojo-a11y-toolbar {
    top: auto !important;
    bottom: 0 !important;
}

.pda-form {
    background: #1D9CD3;
    padding: 35px 30px 15px;
    border-radius: 5px;
	margin: 0 0 50px;
}

.pda-form h3 {
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.pda-form label.gfield_label {
    color: #fff;
}

.additional-note {
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.pda-form .gform_button.button {
    display: block !important;
    margin: 0 auto !important;
}

.agree-checkbox .gfield_label {
	display: none !important;
}

.agree-checkbox label a {
	color: #006EBE;
}

body .gform_legacy_markup_wrapper div.charleft {
    color: #fff;
}

select {
    height: 45px;
}

#field_4_27 {
    margin: 41px 0 0;
}

#field_4_4 {
    margin: 16px 0 0;
}

form.order-btn input[type="submit"] {
	width: 210px;
	transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

form.order-btn input[type="submit"]:hover {
	background: #1D9CD3;
	color: #fff;
}

#field_4_5 {
	position: relative;
}

#field_4_5 .gform_card_icon.gform_card_icon_visa {
	position: absolute;
    left: 0;
}

#field_4_5 .gform_card_icon.gform_card_icon_mastercard {
	position: absolute;
    left: 46.8px;
}

#field_4_5 .gform_card_icon.gform_card_icon_discover {
	position: absolute;
    left: 93.6px;
}

#gform_submit_button_4 {
    margin: 0 auto 20px;
    display: block;
	width: 200px;
}

.page-template-page_no_header_footer .wrap {
    padding: 0 40px;
}

#field_4_8 {
    position: absolute;
    text-indent: -9999px;
}

span.ginput_product_price_label {
    display: none;
}

span#input_4_20, #input_4_22 {
    color: #060;
}

#gfield_instruction_4_19 {
    display: none;
}

#field_4_20, #field_4_22 {
    grid-column: span 3;
}

#field_4_23, #field_4_20, #field_4_22 {
    margin: 10px 0 0;
}

p.maintext {
    padding-left: 25px !important;
}

.test-product-image.order-page img {
	margin: -325px 0 -130px 0;
}

.order-panel .order-product {
    margin: -120px 0 0;
    position: relative;
}

.page-template-page_no_header_footer-php #cookie-law-info-bar, .page-template-page_no_header_footer-php #cookie-law-info-again {
    display: none !important;
}

.page-template-page_no_header_footer-php .pojo-a11y-toolbar-toggle {
    display: none;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1179px) {

	.wrap {
		max-width: 960px;
	}

	.title-area {
		width: 230px;
	}

	.site-header .widget-area {
		width: 730px;
	}

	.genesis-nav-menu a {
		font-size: 14px;
		padding: 10px 15px 36px;
	}

	.content {
		width: 580px;
	}

	.hero-panel .widget_siteorigin-panels-builder, .hero-panel .wrap {
		max-width: 960px;
	}

	.home .hero-panel h1 {
		font-size: 35px;
	}

	.hero-panel p {
		font-size: 18px;
	}

	.intro-panel {
		padding: 40px 0 30px;
	}

	.icons-with-info p {
		font-size: 16px !important;
	}

	.products-panel {
		margin: 0;
	}

	.in-foods-panel {
		min-height: 430px;
	}

	.in-foods-panel .left-sec {
		padding: 0;
	}

	.biomerica-support {
		min-height: 750px;
	}

	.footer-sec .custom-html-widget a {
		margin: 0 15px;
	}

	.footer-sec a, .footer-sec p {
		font-size: 16px;
	}

	.policy-links a {
		font-size: 13px;
	}

	.footer-sec {
		padding: 30px 0;
		background: #006EBE !important;
	}

	.intro-panel-about {
		padding: 40px 0 30px;
	}

	.get-in-touch-panel {
		min-height: 470px;
	}

	.get-in-touch-panel .left-sec {
		padding: 0;
	}

	.contact-box {
		width: 250px;
		height: 190px;
	}

	.screening-test {
		padding: 40px 0 30px;
		min-height: 700px;
	}

	.panel-1 h2 {
		margin: 0 0 30px;
	}

	.panel-1 h3 {
		font-size: 22px;
	}

	.screening-test h2 {
		font-size: 34px;
		margin: 0 0 20px;
	}

	.screening-test p {
		font-size: 16px;
	}

	.products-panel .left-sec .panel-layout {
		max-width: 470px;
	}

	.products-panel .left-sec h5 {
		margin: 0 0 10px;
	}

	.products-panel .left-sec h2 {
		font-size: 30px;
		margin: 0 0 10px;
	}

	.products-panel .left-sec p {
		line-height: 1.5;
	}

	.order-panel h2 {
		font-size: 34px;
		padding: 80px 0 0;
	}

	.order-panel p {
		font-size: 18px;
	}

	.form-box h2 {
		font-size: 34px;
		margin: 0 0 20px;
	}

	.form-box {
		margin: 0;
	}

	.home .faqs-panel {
    	padding: 90px 0 30px;
	}

	.test-product-image.order-page img {
		margin: -200px 0 -130px 0;
		width: 360px;
	}

}

@media only screen and (max-width: 980px) {

	.wrap {
		max-width: 95%;
	}

	.site-header {
		position: relative;
	}

	.title-area,
	.content,
	.sidebar,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
		width: 100%;
	}

	.genesis-nav-menu a {
		padding: 5px 0;
	}

	.genesis-nav-menu .menu-item {
		display: block;
		text-align: left;
		position: relative;
	}

	.genesis-nav-menu .sub-menu a {
		background-color: transparent;
		border: 0;
		padding: 5px 0;
		width: 100%;
	}

	.genesis-nav-menu .sub-menu .sub-menu,
	.site-header .sub-menu .sub-menu {
		margin: 0px;
	}

	.genesis-responsive-menu {
		display: none;
		width: 100%;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		visibility: visible;
	}

	.genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		left: -9999px;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		z-index: 99;
	}

	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 100%;
	}

	a.alignleft,
	img.alignleft,
	.wp-caption.alignleft,
	a.alignright,
	img.alignright,
	.wp-caption.alignright {
		float:none;
		margin:0 auto 15px;
	}

	.site-header .widget-area {
		margin: 0;
	}

	#nav_menu-2 {
		float: none;
	}

	.header-widget-area ul {
		margin: 0 0 40px 0px;
	}

	.home .genesis-nav-menu a {
		color: #006EBE !important;
	}

	.hero-panel .widget_siteorigin-panels-builder, .hero-panel .wrap {
		max-width: 700px;
	}

	.products-panel .left-sec {
		min-height: 350px;
	}

	.products-panel .left-sec p {
		margin: 0 0 15px;
	}

	.in-foods-panel p {
		text-align: center;
	}

	.biomerica-support {
		min-height: 1070px;
	}

	.biomerica-support h2 {
		font-size: 30px;
	}

	.biomerica-support h3 a {
		margin: 15px 0 30px;
	}

	.footer-sec .custom-html-widget {
		margin: 30px 0 20px;
	}

	.footer-logo img {
		margin: 10px auto 20px;
	}

	.site-footer {
		text-align: center;
	}

	.hero-panel {
		margin: 0;
	}

	.hero-panel h1 {
		font-size: 40px;
	}

	.universal-panel {
		padding: 40px 0 10px;
	}

	.universal-panel h2, .list-panel h2, .faqs-panel h2, .form-panel h2 {
		font-size: 30px;
		margin: 0 0 30px;
	}

	.list-panel {
		padding: 10px 0 0px;
	}

	.site-inner ul {
		margin: 0 0 0 10px;
	}

	.faqs-panel {
		padding: 20px 0 30px;
	}

	.callout-panel {
		padding: 50px 0;
	}

	.callout-panel p {
		font-size: 20px;
	}

	.form-panel {
		padding: 40px 0 30px;
	}

	.home .hero-panel h1 {
    	font-size: 26px;
	}

	.intro-panel-about p {
		padding: 0 50px;
	}

	.contact-boxes {
		margin: 0;
	}

	.contact-box {
		margin: 0 auto 15px;
	}

	.get-in-touch-panel {
		text-align: center;
		background-position: 0px 0px !important;
	}

	.intro-panel-about .product-boxes {
		padding: 0 70px;
	}

	.test-product-image img {
		margin: -70px auto -70px;
		float: none;
	}

	.icons-with-info p {
		font-size: 13px !important;
	}

	.panel-1 h2 {
		font-size: 34px;
		margin: 0 0 20px;
		position: relative;
    	z-index: 99;
	}

	.panel-1 h3 {
		position: relative;
		z-index: 999;
	}

	.screen-test-box {
		margin: 0 auto 20px;
		min-height: 120px;
		width: 250px;
	}

	.order-panel {
		margin: -60px auto 0;
		text-align: center;
	}

	.order-panel img.aligncenter.size-full.wp-image-38 {
		margin: 0 auto -170px;
	}

	.order-panel p {
		font-size: 16px;
	}

	.order-panel ul {
		display: table;
		margin: 0 auto 30px;
	}

	.order-panel ul li {
		text-align: left;
	}

	.home .faqs-panel {
    	padding: 170px 0 30px;
	}

	.screening-test p {
    	font-size: 15px;
	}

	.order-panel h4 {
    	font-size: 18px;
		margin: 0 0 30px;
	}

	.order-panel .small-text p {
    	top: 17px;
	}

	.test-product-image.order-page img {
		margin: 30px auto 30px;
		width: 340px;
		float: none;
	}

	.order-panel .order-product {
    	margin: 0;
	}

}

@media only screen and (max-width: 740px) {

	.intro-panel-about .product-boxes {
		padding: 0 55px;
	}

	.get-in-touch-panel.with-btn {
		min-height: 300px;
	}

	.callout-panel p {
		font-size: 19px;
	}

}

@media only screen and (max-width: 500px) {

	.home .hero-panel h1 {
		font-size: 24px;
		text-align: center;
	}

	.hero-panel p {
		font-size: 15px;
		text-align: center;
		padding: 0 20px;
	}

	.intro-panel h2 {
		font-size: 34px;
	}

	.panel-1 h3 br {
		display: none;
	}

	.products-panel .left-sec .panel-layout {
		max-width: 340px;
	}

	.products-panel .left-sec h2 {
		font-size: 20px;
		text-align: center;
		margin: 0 0 10px;
	}

	.product-boxes .box h4 {
		font-size: 16px;
	}

	.box-hover a img {
		width: 40%;
	}

	.biomerica-support h2 {
		font-size: 24px;
	}

	.biomerica-support h3 a {
		font-size: 20px;
	}

	.hero-panel h1 {
		font-size: 30px;
	}

	body {
		font-size: 16px;
	}

	.site-inner ul li:before {
		left: 0px;
	}

	.faqs-panel .sow-accordion-title {
		font-size: 16px;
	}

	.sow-accordion-panel-header, .sow-accordion-panel-border {
		padding: 10px !important;
	}

	.callout-panel p {
		font-size: 16px;
	}

	.universal-panel h2, .list-panel h2, .faqs-panel h2, .form-panel h2 {
		font-size: 24px;
	}

	body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		line-height: 1;
	}

	.intro-panel-about p {
		padding: 0 10px;
	}

	body #fancybox-outer, body #fancybox-content {
		border-radius: 10px;
		width: 320px !important;
	}

	#biomerica_test_area {
		width: 100%;
	}

	.intro-panel-about .product-boxes {
		padding: 0;
	}

	.intro-panel-about h3 {
		font-size: 24px;
	}

	.get-in-touch-panel h3 {
		font-size: 30px;
	}

	.get-in-touch-panel.with-btn .left-sec {
		max-width: 340px;
	}

	.hero-panel .sow-image-container img, .hero-panel > img {
		height: 100px !important;
		object-fit: cover;
		object-position: right;
	}

	.icons-with-info .sow-image-container img {
		height: auto !important;
	}

	.icons-with-info .panel-grid-cell:nth-of-type(1),
	.icons-with-info .panel-grid-cell:nth-of-type(2),
	.icons-with-info .panel-grid-cell:nth-of-type(3) {
		width: 30% !important;
	}

	.icons-with-info .panel-grid-cell:nth-of-type(4) {
		display: none !important;
	}

	.icons-with-info .panel-layout .panel-grid-cell:nth-of-type(1),
	.icons-with-info .panel-layout .panel-grid-cell:nth-of-type(2),
	.icons-with-info .panel-layout .panel-grid-cell:nth-of-type(3) {
		width: 50% !important;
	}

	.icons-with-info p {
		padding: 0 5px;
    	text-align: left;
	}

	.icons-with-info {
		padding: 0 40px 0 10px;
	}

	.panel-1 h2 {
		font-size: 24px;
	}

	.panel-1 h3 {
		font-size: 18px;
	}

	.panel-1 img {
		margin: 0px auto 0;
	}

	.screening-test {
		background: url("images/screening-test-bg.jpg") no-repeat scroll 0 0 !important;
		background-size: 100% !important;
	}

	.screening-test h2 {
		font-size: 26px;
		color: #0067b1;
		padding: 60% 0 0;
	}

	.screening-test h2 br {
		display: none;
	}

	.screening-test p {
		color: #0e182d;
	}

	.screening-test p br {
    	display: none;
	}

	.screening-test a.about-link {
		color: #0067b1;
	}

	.screen-test-box p {
		color: #fff !important;
	}

	.products-panel .left-sec {
    	min-height: 400px !important;
	}

	.app-logos {
		padding: 0 30px;
	}

	.order-panel h2 {
		font-size: 28px;
		padding: 0;
	}

	.order-panel p br {
		display: none;
	}

	.form-box {
		padding: 40px 10px 20px;
	}

	.test-product-image img {
		margin: -30px auto -70px;
	}

	.home .faqs-panel {
    	padding: 90px 0 30px;
    	position: relative;
    	z-index: 99;
	}

	.order-panel h4 {
		font-size: 16px;
	}

	.page-template-page_no_header_footer .wrap {
    	padding: 0 10px;
	}

	p.maintext {
    	padding-left: 10px !important;
	}

}


#field_6_8,
#field_8_8{
	visibility: hidden;
	display: block !important;
	height: 1px;
	width: 1px;
}
