/* # 
Theme Name: Arbin Instruments
Author: Connect Technologies
Author URI: http://www.ctay.net
Template: genesis  
Template Version: 2.1.2  

*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/

/*
COLORS
blue: #1d3d81;
blue hover: #1c3b7d;

FROM ARBIN
blue: #0063a8;
arbin gray: #cccccb;
light blue: #75c5e4;
darkblue: #074d85;
med gray: #989898;
dark gray: #585858;


*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.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;
}

.author-box:after,
.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: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #333;
	font-family: 'freight-sans-pro', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+1,ffffff+28,ffffff+50,ffffff+72,e5e5e5+100 */
	/*background: #e5e5e5;
	background: -moz-linear-gradient(left,  #e5e5e5 1%, #ffffff 28%, #ffffff 50%, #ffffff 72%, #e5e5e5 100%);
	background: -webkit-linear-gradient(left,  #e5e5e5 1%,#ffffff 28%,#ffffff 50%,#ffffff 72%,#e5e5e5 100%);
	background: linear-gradient(to right,  #e5e5e5 1%,#ffffff 28%,#ffffff 50%,#ffffff 72%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e5e5e5',GradientType=1 );*/

}

h1, h2, h3, h4, h5, h6 {
    font-family: 'brandon-grotesque', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 400;  
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #1d3d81;
	text-decoration: none;
}

a:hover {
	color: #1c3b7d;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

/*li {
	list-style-type: none;
}*/

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}



a.button,
span.button,
button.button {
    display: inline-block;
    padding: 8px 24px;
    margin: 0 10px 0 0;
    font-family: 'freight-sans-pro', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center; 
    -webkit-transition: all .18s ease-out;
    -moz-transition: all .18s ease-out;
    -ms-transition: all .18s ease-out;
    -o-transition: all .18s ease-out;
    transition: all .18s ease-out;
    border-radius: 3px;
}
button.button {
    border: 0;
}
a.button.large,
button.button.large {
    font-size: 30px;
    padding: 16px 75px;
    border-radius: 5px;
}
a.button.medium,
button.button.medium {
    font-size: 20px;
    padding: 10px 40px;
    border-radius: 4px;
}
a.button.small,
button.button.small {
    font-size: 12px;
    padding: 4px 10px 3px;
    border-radius: 2px;
}
a.button.blue,
button.button.blue {
    background: #1d3d81;
    color: #fff;
}
a.button.blue:hover,
button.button.blue:hover {
    background: #294c96;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
a.button.gray,
button.button.gray {
    background: #E1E1DC;
    color: #3c3c3c;
}
a.button.gray:hover,
button.button.gray:hover {
    background: #c0c0c0;    
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

a.button.white,
button.button.white {
    background: #fff;
    color: #3c3c3c;
}
a.button.white:hover,
button.button.white:hover {
    background: #c0c0c0;    
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

a.button:last-child {
    margin-right: 0;
}

a.button i,
button.button i {
    margin: 0 10px 0 0;
    font-size: 95%
}

a.button.icon-after i,
button.button.icon-after i {
    margin: 0 0 0 10px;
}

.nm {
    margin: 0 !important;
}


/* ## Headings
--------------------------------------------- */


h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

.font-freight-sans-pro {
	font-family: 'freight-sans-pro', sans-serif;
}
.font-brandon-grotesque {
	font-family: 'brandon-grotesque', sans-serif;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #1c3b7d;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #1c3b7d;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.625;
	margin-bottom: 40px;
	width: 100%;
}

tbody {

}

td,
th {
	text-align: left;
}

td {

	padding: 6px 0;
}

th {
	font-weight: 400;
}

.product-tabs td {
	border-bottom: 1px solid #E1E1E1; 
}
.products-tab tr:last-child td{
	border: 0;
}

/*.responsive-table.stacktable.small-only tr td {
	border-bottom: none;
}*/

.responsive-table.stacktable.small-only tr:first-child {
	display: none;
}

/*.responsive-table.stacktable.small-only tr:last-child,
.responsive-table.stacktable.small-only tr:first-child,
.responsive-table.stacktable.small-only tr:nth-child(7n+2) {
	display: none;
}*/
/*
.responsive-table.stacktable.small-only tr:nth-child(7n+3) td,
.responsive-table.stacktable.small-only tr:nth-child(7n+6) td {
	padding-top: 40px;
}*/

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

/*.site-inner,*/
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.wrapped-page .site-inner {
	max-width: 1200px;
	margin: 0 auto;
}
.site-inner {
	clear: both;	
}


/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 800px;
}

.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: 580px;
}

.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;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 36px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #1c3b7d;
}

.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #1c3b7d;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	height: 90px;
	position: fixed;
	width: 100%;
	z-index: 99999;
	-webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,.2);
	box-shadow: 0 1px 3px 1px rgba(0,0,0,.2); 	 
	-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;	
}
.site-header.no-shadow {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.site-header.sticky {
	background-color: #fff;
	max-height: 50px;

}

.site-header .wrap {
	padding: 0;
}

.site-header.sticky .genesis-nav-menu > li > a {
	padding: 16px 24px 22px;
}

.site-header.sticky .site-description {
	display: none;
}

.site-header.sticky .title-area {
	padding: 7px 0;
}

.nav-primary {
	width: 55%;
	margin-right: 3%;
}

.mobile-nav-toggle {
	display: none;
}

.header-right {
	float: right;
	font-size: 12px;
	margin: 6px 0 0;
	text-align: center;
}
.sticky .header-right {
	padding-top: 0;
}
.nav-primary ul.genesis-nav-menu {
	padding-left: 0;
	/*position: relative;*/
	margin: 0;
}

.request-quote.button {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin-top: 5px;
}

a.request-quote.button.blue:hover {
	background: #1c3b7d;
}

.header-right i {
	padding-right: 5px;
}

.header-contact {
	font-family: 'freight-sans-pro', Helvetica, Arial, sans-serif;
	margin: 0;
	line-height: 22px;
	font-size:16px;
}

.header-contact a {
	color: #333;
}

.header-contact a:hover {
	color: #1c3b7d;
}

.site-header.sticky .header-contact {
	display: none;
}

.site-header.sticky .request-quote {
	margin: 6px 0 0;
}
.header-logo {
	background: url(images/arbin-logo-trans.png) no-repeat;
	width: 48px;
	height: 55px;
	float: left;
	background-size: contain;
	margin: 14px 10px 14px 0;
	-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;	
}
.site-header.sticky .header-logo {
	margin: 6px 10px 6px 0;
	width: 31px;
	height: 36px;
}
/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 14px 0;
	width: 360px;
}

.header-full-width .title-area {
	width: 26%;
	-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;
}

.site-title {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 60px;
	width: 100%;
}

.site-description {
	font-size: 13px;
	font-weight: 300;
	line-height: 1.5;
	text-transform: none;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
	/*position: relative;*/
	margin: 0;
	-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;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 35px 24px 36px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #1c3b7d;
}

.genesis-nav-menu .sub-menu {
	opacity: 0;
	left: -9999px;
	margin: 0;
	padding: 0 10px;
	position: absolute;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition:    opacity .3s ease-in-out;
	-ms-transition:     opacity .3s ease-in-out;
	-o-transition:      opacity .3s ease-in-out;
	transition:         opacity .3s ease-in-out;

	width: 200px;
	z-index: 99;
}
.genesis-nav-menu .sub-menu.active {
	opacity: 1;
	left: 0;

}
.sticky .genesis-nav-menu .sub-menu {

}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

/*.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
	margin: 0;
	padding: 0;
}
*/

.genesis-nav-menu .menu-item:hover > .sub-menu li {
	margin-bottom: 0;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	float: right;
}

.nav-primary .genesis-nav-menu a {
	color: #333;
	font-size: 16px;
	font-family: 'brandon-grotesque', Helvetica, Arial, sans-serif;
	position: relative;
	font-weight:700;
	text-transform: uppercase;
}

.nav-primary .genesis-nav-menu {
	text-align: right;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #1c3b7d;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}

/* ## Products Submenu
--------------------------------------------- */
.products .sub-menu {
	width: 100%;
	background-color: #fff;
	border: none;
	text-align: center;
	padding: 22px 5px 15px;
	margin-top: 3px;
	border-top: 1px solid #ccc;
}
.site-header.sticky .products .sub-menu {
	margin-top: -4px;
}

.products .sub-menu li {
	width: 100px;
	margin: 0 30px;
	text-align: center;
	vertical-align: top;
}
.products .sub-menu a {
	width: auto;
	background: none;
	border: none;
	font-family: 'freight-sans-pro', Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-align: center;
	padding: 65px 4px 0;
	line-height: 20px;
	text-transform: none;
	font-weight: 400;
}

.menu-item-21 .menu-item {
	margin-top: 10px;
}

.menu-item-21 .battery-testing {
	background: url(images/battery-testing-dark.png) no-repeat center top;
	background-size: 55px;
}

.menu-item-21 .materials-research {
	background: url(images/materials-research-dark.png) no-repeat center top;
	background-size: 55px;
}

.menu-item-21 .c-efficiency {
	background: url(images/high-precision-dark.png) no-repeat center top;
	background-size: 55px;
}

.menu-item-21 .supercap-testing {
	background: url(images/supercap-dark.png) no-repeat center top;
	background-size: 55px;	
}

.menu-item-21 .flow-battery {
	background: url(images/flow-battery-dark.png) no-repeat center top;
	background-size: 55px;
}

.menu-item-21 .fuel-cell {
	background: url(images/bolt-dark.png) no-repeat center top;
	background-size: 55px;
}
.genesis-nav-menu .menu-item.menu-item-21:hover > .sub-menu {
}
.sticky .genesis-nav-menu .menu-item.menu-item-21:hover > .sub-menu {	
}

.menu-item-has-children:hover {
}
.menu-item-has-children:hover > a {
	color: #1c3b7d;
}
 .menu-item-has-children > a:after {
 	content: "\f107";
 	font-family: 'FontAwesome';
 	color: #1c3b7d;
 	position: absolute;
    bottom: 10px;
    left: 57px;
    font-size: 26px;
    opacity: 0;

}
 .menu-item-has-children:hover > a:after,
 .menu-item-has-children a.expanded:after {
 	opacity: 1;
 	 -webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
 }
 
.sticky  .menu-item-has-children > a:after {
    bottom: 5px;
    font-size: 18px;
}

.nav-primary .genesis-nav-menu a.expanded {
	color: #1c3b7d;
}

.

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	padding: 50px 60px;
}

.content .entry {
	background-color: #fff;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #1c3b7d;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 40px;
}

/* # Homepage
---------------------------------------------------------------------------------------------------- */
.blue-trans {
	background-color: rgba(11,21,36,.90);	
}

.hero-block {
	position: absolute;
	z-index: -1;
	/*background: url(/wp-content/themes/arbin/images/hero.jpg) no-repeat;*/
	background-repeat: no-repeat;
	background-size: cover;
	height: 750px;
	top: 0;
	width: 100%;
	background-attachment: scroll;
	background-position: center -85px;
}
.hero-image img {
	display: block;
}
.hero-block:before {
	content: none;
	background-color: rgba(0,0,0,0.7);
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}

.landing .hero-block:before {
	content: none;
}
.hero-section > .wrap {
	position: relative;
	height: 100%;
}
.hero-text {
	color: #fff;
	font-size: 40px;
	text-align: left;
	font-family: 'brandon-grotesque', Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	position: relative;
	z-index: -1;
	top: 50%;
	text-shadow: 2px 2px #000;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
.home.page .hero-text {
	display: none;
	/*background-color: rgba(0,0,0,0.5);*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+59,000000+70&0.5+0,0.5+59,0+70 */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 59%, rgba(0,0,0,0) 70%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 59%,rgba(0,0,0,0) 70%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 59%,rgba(0,0,0,0) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 65px;
}

.stjude-hero {
	display: block;
	text-align: center;
    position: relative;
    top: 240px;
}
.stjude-hero a.button {
    font-size: 26px;
    padding: 15px 70px;
}
.hero-section {
	position: relative;
	height: 750px;
}

/* # PAGE CONTENT
---------------------------------------------------------------------------------------------------- */
.page-content {
	margin-top: 0;
}
.homepage .page-content {
	margin-top: 0;
}



.content-section {
	padding: 40px 0;
}

.content-editor p {
	margin: 0;
}
.content-editor ul {
	overflow: hidden;
}
.content-editor ul li {
	list-style-type: disc;
	margin-bottom: .7rem;
}


/* # Content Type - Image Grid
----------------------------------------- */
.content-section.image-grid {	
	background: url(images/circuitbg-middle.jpg) no-repeat #fff;
	background-position: 50% 65%;
	padding-bottom: 70px;	
}

.content-section.image-highlights {
	padding-bottom: 70px;
}


.content-section .section-title {
	text-align: center;
	padding: 40px 0 80px 0;
	font-size: 35px;
	font-weight: 400;
	margin: 0;
}

.image-grid-block {
	color: #fff;
	width: 100%;
	height: 250px;
	display: block;
	-webkit-perspective: 1000px
	perspective: 1000px;	
}
.image-grid-block .front,
.image-grid-block .back {
	width: 100%;
	height: 250px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.image-grid-block .front:before {
	content: "";
	background-color: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}
.image-grid-block.alternate .front:before {
	content: none;
}
.image-grid-block:hover .flipper {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition:    all 0.5s ease-in-out;
	-ms-transition:     all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;	
}
.flipper {
	position: relative;
	-webkit-transition: all 0.75s ease-in-out;
	-moz-transition:    all 0.75s ease-in-out;
	-ms-transition:     all 0.75s ease-in-out;
	-o-transition:      all 0.75s ease-in-out;
	transition:         all 0.75s ease-in-out;	
	-webkit-transform-style: preserve-3d;
	transofrm-style: preserve-3d;
}
.image-grid-block .front {
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 2;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.image-grid-block.alternate .front,
.image-grid-block.alternate .back {
	padding: 15px;
}
.image-grid-block .back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);	
}
.image-grid-block .shading {
	background-color: rgba(11,21,36,.85);
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}

.content-section.image-grid .four.columns {
	width: 26.333336%;
	position:relative;
}
.content-section.image-grid .columns {
	margin-left: 1%;
}
.content-section.image-grid .columns:first-child {
	margin-left: 9.5%;
}
.content-section.image-grid .columns:last-child {
	margin-right: 9.5%;
}
.content-section.image-grid .six.columns:first-child {
	margin-left: 0;
}
.content-section.image-grid .six.columns:last-child {
	margin-right: 0;
}

.content-section.image-grid .row {
	margin-bottom: 10px;
}
.image-grid-item-title {
	position: relative;
	z-index: 9;
	text-align: center;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*.image-grid-block.alternate .image-grid-item-title {
	top: 0;
	-moz-transform: none;
	-webkit-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
}*/

.image-grid-item-text {
	font-family: 'brandon-grotesque', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 5px;
}
.image-grid-item-text .image-grid-item-subtitle {
	font-size: 16px;
}
.image-grid-block.alternate .image-grid-item-text {
	font-family: 'freight-sans-pro', sans-serif;
	text-transform: none;
	font-weight: 400;
	margin: 0;
	padding: 5px;
}

.image-grid-item-icon {
	font-size: 41px;
}
.image-grid-item-descr {
	font-size: 15px;
	line-height: 21px;
	padding: 5px 20px;
}

.image-grid-block.alternate .image-grid-item-icon {
	margin: 0;	
}



/* # Content Type - Full Width Text Overlay
----------------------------------------- */
.content-section.full-width-text-overlay .background {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
	height: 650px;
}
.content-section.full-width-text-overlay .wrap {
	height: 100%;
}

.content-section.full-width-text-overlay .text {
	height: 100%;
	color: #fff;	
	position: absolute;
	font-size: 20px;
	line-height: 30px;	
	width: 70%;
	max-width: 550px;	
}
.content-section.full-width-text-overlay .text.background {
	padding: 0 40px;
}

.content-section.full-width-text-overlay .wrap {
	position: relative;
}
.content-section.full-width-text-overlay .text.right {
	right: 0;
}
.content-section.full-width-text-overlay .text.left {
	left: 0;
}
.content-section.full-width-text-overlay .text .text-inner {
	position: absolute;
	margin-right: 40px;
	bottom: 80px;	
}


/* # Content Type - Rotator
----------------------------------------- */
.rotator-container.rotate {
	background: none;
	padding: 60px 0;
}
.rotator-container.norotate {
	background: none;
}
/*.rotator.slick {
	max-height: 440px;
}*/

/*.rotator .slick-list:before {
	content: "";
	position: absolute;
	z-index: 99;
	left: 0;
	top:0;
	width: 25%;
	height: 100%;
	background: rgba(255,255,255,.8);
}
.rotator .slick-list:after {
	content: "";
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0;
	width: 25%;
	height: 100%;
	background: rgba(255,255,255,.8);
}*/
.rotator .flex-direction-nav {
	position: relative;
	width: 900px;
	margin: 0 auto;
}


.rotator .rotator-slide {
	position: relative;
	margin: 65px;
	display: none;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;	
}
.norotate .rotator .rotator-slide {
	cursor: default;
}
.rotate .rotator-slide:before {
	content: "";
	position: absolute;
	z-index: 99;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.75);
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}
.rotate .rotator-slide:hover {
	transform: scale(1.05);
}
.rotate .rotator-slide:hover::before {
	background: rgba(255,255,255,.50);
}
.rotate .rotator-slide.slick-center:before {
	opacity: 0;
}
.rotator .rotator-slide.slick-center {
	transform: scale(1.4);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}
.rotator .slick-prev,
.rotator .slick-next {
	width: 30px;
	height: 80px;
	z-index: 99;
}
.rotator .slick-prev:before,
.rotator .slick-next:before {
	font-size: 80px;
	color: #333;
}
.rotator .slick-next {
	right: 3%;
}
.rotator .slick-prev {
	left: 3%;
}

.rotator .rotator-slide img {
	max-width: 100%;
	margin: 0 auto;
}
.rotator-slide-textbox {
	position: absolute;
	z-index: 999;
	top: 0;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
}

.rotator-slide-text {
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0px 25px;
}

.rotator .flex-direction-nav a {
	height: 50px;
}

/* # Content Type - Full Width Overlay Text Below
----------------------------------------- */

.content-section.full-width-text-overlay-below .top-image {
	height: 600px;
	background-image:url("/wp-content/themes/arbin/images/Picture3.jpg");
	background-size: cover;
	background-position: bottom;
	background-attachment: fixed;
}
.content-section.full-width-text-overlay-below .text-overlap {
	position: relative;
	top: -145px;
	color: #fff;
	font-size: 20px;
	padding: 10px 15px 60px;
	
	text-align: center;
	margin: 0 auto -100px;
}
.content-section.full-width-text-overlay-below .text-overlap h2 {	
	text-transform: uppercase;
	font-size: 35px;
	text-align: center;
	margin: 60px 0;
	/*font-weight: 700;*/
}
.content-section.full-width-text-overlay-below .text-overlap p {
	font-size: 20px;
	line-height: 32px;
	padding: 0 100px;
}
.content-section.full-width-text-overlay-below .text-overlap a {
	display: inline-block;
	margin: 60px 0 10px;
}


/* # Content Type - Image Highlights
----------------------------------------- */


.breakout-gallery:hover {
	height: 510px;
}
.breakout-gallery {
	overflow: hidden;
	position: relative;
	height: 351px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	clear: both;
	background: #fff;
	zoom: 1;
}
.breakout-gallery .gallery-viewer {
	position: absolute;
	top: 0;
	left: 50%;
	width: 3000px;
	margin-left: -1500px;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.breakout-gallery .gallery-container {
	margin: 0 auto;
	display: inline-block;
}
.breakout-gallery .gallery-item:first-child {
	margin-left: 250px;
}
.breakout-gallery .gallery-item:first-child:hover {
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-ms-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	margin-left: 417px;
}
.breakout-gallery .gallery-item:hover {
	width: 575px;
	height: 390px;
	margin-top: -20px;
}
.breakout-gallery .gallery-item {
	float: left;
	width: 518px;
	height: 351px;
	margin: 0 11px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.breakout-gallery .gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
}
.breakout-gallery .gallery-item .gallery-item-label {
	opacity: 0;
	width: 100%;
	text-align: center;
	margin: 10px auto;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.breakout-gallery .gallery-item .gallery-item-label h4 {
	font-weight: normal;
	font-size: 28px;
	line-height: 44px;
	margin: 0;
}
.breakout-gallery .gallery-item .gallery-item-label p {
	font-size: 20px;
	line-height: 20px;
	margin: 0;
	display: block;
}
.breakout-gallery .gallery-item:last-child {
	margin-right: 250px;
}
.breakout-gallery .gallery-item:last-child:hover {
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-ms-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	margin-right: 417px;
}
.breakout-gallery .gallery-item:hover .gallery-item-label {
	opacity: 1;
}
.breakout-gallery .gallery-viewer:hover {
	margin-top: 20px;
}
section.gallery-section {
	padding-bottom: 85px;
}

/* # Content Type - Accordion
----------------------------------------- */
.accordion-list.ui-accordion .accordion-title {
	font-size: 20px;
}
.accordion-list.ui-accordion .ui-accordion-icons {
	position: relative;
	padding: 24px 40px;
}
.accordion-list.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	display: none;
}
.accordion-list.ui-accordion .ui-accordion-icons:before {
	content: "\f0d7";
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 20px;
	left: 16px;
	top: 23px;
}
.accordion-list.ui-accordion .ui-accordion-icons.ui-state-active:before {
	content: "\f0d8";
}

.accordion-list.ui-accordion .ui-accordion-content {
	padding: 25px 20px 0 20px;
}


/* # Content Type - TABS WITH ROTATOR
----------------------------------------- */
.vertical-tabs.ui-tabs-vertical {
	width: 100%;
    padding: 0;
    background: #f2f2f2;
}
.vertical-tabs.ui-tabs-vertical .ui-tabs-nav {
	float: left;
	width: 20%;
    padding: 0;
    border: none;
}
.vertical-tabs.ui-tabs-vertical .ui-tabs-nav li {
	clear: left;
	width: 100%;
	border:0;
	margin: 0;
	white-space: normal;
}

.vertical-tabs.ui-tabs-vertical .ui-tabs-nav li a {
	display:block;
	float: none;
    padding: 30px 20px;
    background-color: #1d3d81;
    color: #fff;
    text-transform: uppercase;
    font-family: 'brandon-grotesque', sans-serif;
    font-weight: 700;
    font-size: 15px;
}

.vertical-tabs.ui-tabs-vertical .ui-tabs-nav li a:hover {
	background-color: #002566;
}


.vertical-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	background-color:#ccc;
	color:#555;
	font-family: 'brandon-grotesque', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
}
.vertical-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a.ui-tabs-anchor:hover {
	background-color:#ccc;
}

.vertical-tabs.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {

}
.vertical-tabs.ui-tabs-vertical .ui-tabs-panel {
	padding: 0;
	float: right;
	width: 80%;
}

.vertical-tabs.ui-tabs-vertical .ui-tabs-panel .boxed{
/*	background-color: white;
    padding: 20px;
    margin-bottom: 20px;*/
}
.vertical-tabs.ui-tabs-vertical .ui-tabs-panel h2{
	text-align: center;
	padding-top: 30px;
}
.vertical-tabs .ui-widget-content[aria-hidden="true"] {
    display: block !important;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.vertical-tabs .ui-widget-content[aria-hidden="false"] {
    display: block !important;
    height: auto;
    background-color: #f2f2f2;
}

.vertical-tabs .rotator-slide {
	width: 100%;
}
.vertical-tabs .rotator .rotator-slide {
	margin: 0;
}

.vertical-tabs .rotator .rotator-slide h2 {
	text-align: center;
	padding-top: 30px;
}

.rotator-container.with-tabs .rotator-slide {
	text-align: center;
}
.rotator-container.with-tabs .tab-rotator-image {
	max-width: 90%;
}
.rotator-container.with-tabs .tab-rotator-description {
	padding: 10px 115px;
}


/* # Landing - Battery Testing
---------------------------------------------------------------------------------------------------- */
.landing .hero-block {
	background-image: url(/wp-content/uploads/2016/07/bluecircuitbg.jpg);
	height: 330px;
	position: absolute;
	top: 0;
	z-index: -1;
	background-size: cover;
	background-repeat: no-repeat;
}
.landing.no-children .hero-block {
	height: 220px;
}
.product .hero-block:before,
.landing .hero-block:before {
	content: none;
	background-color: rgba(0,0,0,0.3);
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}
.landing .hero-section {
	height: 330px;
}
.landing.no-children .hero-section {
	height: 220px;
}
.landing .hero-text {
	text-align: left;
	font-size: 45px;
	text-transform: uppercase;
	top: 120px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	z-index: 9;
}
.landing.no-children .hero-text {
	text-align: center;
}
.landing .hero-text-small {
	text-transform: none;
	font-size: 18px;
	text-align: left;
	position: absolute;
	top: 73px;
}


.top-links-block {
	position: relative;
	top: -58px;
}

.voltage-products a {
	display: block;
	position: relative;
	top: -58px;
	background: #fff;
	-webkit-box-shadow: 2px 2px 3px 0 rgba(0,0,0,.4);
	box-shadow: 2px 2px 3px 0 rgba(0,0,0,.4);


	background: -moz-linear-gradient(-45deg,  rgba(255,255,255,0.85) 0%, rgba(234,234,234,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0.85) 0%,rgba(234,234,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(255,255,255,0.85) 0%,rgba(234,234,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9ffffff', endColorstr='#d3d3d3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	-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;
}
.voltage-products a:hover {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);


	-webkit-box-shadow: 2px 2px 6px 2px rgba(0,0,0,.5);
	box-shadow: 2px 2px 6px 2px rgba(0,0,0,.5);
}

.voltage-products {
	text-align: center;
}
.voltage-products .columns {
	/*margin-bottom: 50px;*/
}
.voltage-products img {
	max-height: 100%;
	width: auto;
	margin: 0 auto;
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);	
}

.voltage-products .product-image {
	height: 150px;
	padding: 10px 0;
}

.voltage-products.sticky .product-image {
	padding: 0;
}

.voltage-text {
	padding: 20px 0;
}
.voltage-products a .top-link {
	display: block;
	text-align: center;
	color: #000;
	padding: 11px 0;
	position: relative;
	font-family: 'brandon-grotesque', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 17px;
	height: 56px;
	line-height: 19px;
}
.voltage-products a.active-page .top-link {
	background: #002e4d;
	color: #fff;
}

.voltage-products a .top-link > span {
	display: block;
	position: relative;
	font-size: 16px;
	font-family: 'freight-sans-pro';
	text-transform: none;
	/*margin-left: 20px;*/
}
/*.voltage-products a .top-link > span:before {
	content: "/";
	position: absolute;
	left: -12px;
	top: -1px;
}*/

.voltage-products .four.columns {	
}

.hero-section.sticky-subnav {
	margin-bottom: 175px;
	/*margin-bottom: 230px;*/
	/*margin-bottom: 70px;*/
}

.voltage-products.sticky {
	position: fixed;
	z-index: 99998;
	width: 100%;
	left: 0;
	top: 50px;
	background: #fff;
	height: 70px;
	padding: 10px 0;
	margin: 0;
	border-top: 1px solid #ddd;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.2); 
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}
.admin-bar .voltage-products.sticky {
	top: 82px;
}
.voltage-products.sticky a {
	top: 0;
	background: none;	
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;

}
.voltage-products.sticky a.active-page {

}
.voltage-products.sticky a:hover {
/*	-moz-transform: none;
	-webkit-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;*/
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;

	-webkit-box-shadow: none;
	box-shadow: none;
}
.voltage-products.sticky a .top-link {
	font-size: 14px;
	float: right;
	width: 75%;
	padding-left: 20px;
	text-align: left;
	margin: 0;
	-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;	
}
.voltage-products.sticky a.active-page .top-link {
	background: none;
	color: #000;
}
.voltage-products.sticky a:hover .top-link {
	color: #1c3b7d;
}
.voltage-products.sticky .product-image {
	float: left;
	width: 25%;
	margin: 0;
	height: auto;
	text-align: right;
}
.voltage-products.sticky .product-image img {
	max-height: 48px;
	top: 0;
	-moz-transform: none;
	-webkit-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
}

/*.page-id-11 .voltage-products.sticky {
	display: none;
}*/

.landing.no-children .hero-section.sticky-subnav,
.product.no-children .hero-section.sticky-subnav {
	margin-bottom: 0;
}

.landing.no-children .voltage-products {
	display: none;
}





.testing-systems-section {
	height: 500px;
	overflow: hidden;
}

.testing-systems {
	background: url(/wp-content/themes/arbin/images/landingpicture1.jpg) no-repeat;
	background-size: cover;
	float: left;
	width: 60%;
	height: 100%;
	background-position: bottom;
}
.testing-text-section {
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 500px;
	padding: 50px;
}
.top-text, 
.bottom-text {
	font-size: 16px;
	text-align: left;
	padding: 10px 0;
	position: relative;
}
.testing-inner {
	position: relative;
	float: left;
	width: 40%;
	background-image: url(/wp-content/themes/arbin/images/texture1.png);
	background-color: #13234E;
	height: 100%;
	background-repeat: repeat;
	color: #fff;
}
.testing-systems-title {
	text-transform: uppercase;
	font-size: 29px;
	font-weight: bold;
}
/*.testing-inner:before {
	content: "";
	background-color: rgba(255,255,255,0.5);
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}*/

.bottom-text {
	/*border-top: 1px solid #000;*/
}

.products-photo {
	/*background: url(/wp-content/themes/arbin/images/landingpicture2.jpg) no-repeat;*/
	/*background-size: cover;*/
	padding: 80px 0;
}
.applications-wrapper {
	height: 500px;
	overflow: hidden;
}
.applications-section {
	background: url(/wp-content/themes/arbin/images/landingpicture3.jpg) no-repeat;
	background-size: cover;
	float: right;
	width: 60%;
	height: 100%;
	background-position: bottom;
}
.applications-text-area {
	position: relative;
	float: right;
	width: 40%;
	background-image: url(/wp-content/themes/arbin/images/texture1.png);
	background-color: #13234E;
	height: 100%;
	background-repeat: repeat;
	color: #fff;
}
.applications-text-area .text-section {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	padding: 50px;
	max-width: 500px;
}
.text-section h4 {
	color: #fff;
}

.text-section li {
	list-style-type: none;
}

.landing > .wrap {
	background-color: #fff;
}

.products-photo .three.columns {
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.products-photo .row {
	position: relative;
	height: 350px;
}



/* # Product Page
---------------------------------------------------------------------------------------------------- */

.product .hero-section {
	height: 330px;
}
.product .hero-block {
	background: url(/wp-content/uploads/2016/07/bluecircuitbg.jpg) no-repeat;
	height: 330px;
	position: absolute;
	top: 0;
	z-index: -1;
	background-size: cover;
	background-repeat: no-repeat;
}

.product .hero-text {
	text-align: left;
	font-size: 45px;
	text-transform: uppercase;
	top: 120px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	z-index: 9;
}
.product .hero-text-small {
	text-transform: none;
	font-size: 18px;
	text-align: left;
}


.product-tabs {
	margin-top: 80px;
}
.product-tabs .btnNext,
.product-tabs .btnPrevious {
	cursor: pointer;
}
.product .ui-tabs .ui-tabs-nav .ui-tabs-anchor .link-title {
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.product .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0;
	width: 100%;
	/*height: 100%;*/
	text-align: center;
	display: block;
	position: relative;
	/*padding-top: 20px;*/
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
}
.ui-widget-content .ui-state-active a:focus, 
#tabs .ui-widget-header .ui-state-active a:focus {
	outline: none;
}

.product .ui-tabs-anchor .link-title {
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.product .ui-tabs-anchor i {
	font-weight: normal;
	display: block;
	font-size: 37px;
	padding: 10px 0;
	padding-top: 0;
}
#tabs.ui-tabs .ui-tabs-nav li {	
	margin: 0;
	/*height: 133px;*/
	height: 100px;
	border-right: 1px solid #ccc;
	position: relative;
}
#tabs.tab-three .ui-tabs-nav > li {
	width: 33.3333%;
}
#tabs.tab-four .ui-tabs-nav > li {
	width: 25%;
}
#tabs.tab-five .ui-tabs-nav > li {
	width: 20%;
}
#tabs.tab-six .ui-tabs-nav > li {
	width: 16.6667%;
}
#tabs.ui-tabs .ui-tabs-nav li:last-child {
	border-right: none;
}
#tabs.ui-tabs .ui-tabs-nav {
	padding: 0;
}
#tabs .ui-state-default, .ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default {
	border: none;
	background: #ddd;
	transition: all .18s ease-out;
}
#tabs .ui-state-default:hover, 
.ui-widget-content .ui-state-default:hover, 
.ui-widget-header .ui-state-default:hover {
	background: #ccc;
}
#tabs .ui-state-active, .ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active {
	border: none;
	background: #0064a9;
}
#tabs .ui-state-active:hover, .ui-widget-content .ui-state-active:hover, 
.ui-widget-header .ui-state-active:hover {
	background: #0064a9;
}
#tabs .ui-state-active, .ui-widget-content .ui-state-active a, 
#tabs .ui-widget-header .ui-state-active a {
	color: #fff;
}
/*#tabs .ui-state-active:hover,
.ui-widget-content .ui-state-active:hover, 
#tabs .ui-widget-header .ui-state-active:hover {
	background: #004d80;
}*/
#tabs .ui-widget-header {
	border-top: none;
	border-left: none;
	border-right: none;
}
#tabs.ui-tabs {
	padding: 0;
}
#tabs .ui-widget-content,
#tabs.ui-tabs .ui-tabs-panel {
	background: #f2f2f2;
	padding: 50px;
}
#tabs .tab-inner {
	overflow: hidden;
}
#tabs .tab-responsive-title {
	font-size: 24px;
	font-family: 'brandon-grotesque', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	display: none;
}
#tabs .tab-inner-image {
	float: right;
	padding: 0 0 20px 20px;
}
#tabs .tab-inner-text {
	clear: left;
	font-size: 18px;
}
.tab-inner-text table {
	height: auto !important;
}
.tab-inner h3 {
	color: #1d3d81;
}
.tab-inner .tab-inner-next,
.tab-inner .tab-inner-previous {
	text-align: center;
	float: right;
	margin-top: 20px;
}
.tab-inner .tab-inner-next {
	clear: right;
	margin-left: 15px;
}
.tab-inner .tab-inner-previous {
	margin-right: 15px;
}
.tab-inner .tab-inner-next a,
.tab-inner .tab-inner-next i,
.tab-inner .tab-inner-previous a,
.tab-inner .tab-inner-previous i {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.tab-inner .tab-inner-next a,
.tab-inner .tab-inner-previous a {
	padding: 8px 30px;
	background-color:  #0064a9;
	border-radius: 4px;
	display: block;

}
.tab-inner .tab-inner-previous i {
	margin-right: 5px;
}
.tab-inner .tab-inner-next i {
	margin-left: 5px;
}

/* # Testimonials
---------------------------------------------------------------------------------------------------- */
.testimonials {
	margin-top: 80px;
}
.testimonials .wrap {
	height: 100%;
	position: relative;
}
.testimonials-background {
	width: 100%;
	height: auto;
	background-color: #0064a9; /*#13234E*/
	background-image: url(/wp-content/themes/arbin/images/texture1.png);
}
.testimonials .testimonials-rotator {
	float:right;
	width: 60%;
	padding: 30px;
}
.testimonial-content {
	color: #fff;
	font-size: 30px;
	width: 40%;
	position: absolute;
	height: auto;
	padding: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);	
}
.testimonial-text {
	position: relative;

}
.testimonials .single-item {
	/*width: 650px;*/
	width: 100%;
	margin: 0 auto;
}
.testimonial-block {
	height: 350px;
	padding: 0 25px;
}
.testimonials .slick-slide img {
	max-width: 100%;
    border: 2px solid #fff;
    margin: 0 auto;
}
.testimonials .slick-slide {	
	margin: 0 auto;
}
/*.testimonials .slider-arrows {
	padding: 20px 0;
	position: relative;
}*/
.testimonials .slick-prev, 
.testimonials .slick-next {
	z-index: 9;
	width: 20px;
	height: 46px;
}
.testimonials .slick-prev:before, 
.testimonials .slick-next:before {
	font-size: 44px;
}

/* # Contacts
---------------------------------------------------------------------------------------------------- */
.page-id-15 .accordion-list.ui-accordion .ui-accordion-icons {
	padding: 15px 40px;
}

.page-id-15 .accordion-list.ui-accordion .ui-accordion-icons:before {
	top: 14px;
}

.page-id-15 .ui-id-1,
.page-id-15 .ui-id-2 {
	float: left;
	width: 50%;
}

div#bgmp_map-canvas {
	max-width: 100%;
}

/*.page-id-15 .accordion-list.ui-accordion h3 {
	display: inline-block;
    width: 50%;
    float: none;
    cursor: pointer;
    list-style-type: none;
    margin: 0;
    float: right;
    clear: right;
}

.page-id-15 .accordion-list.ui-accordion h3:nth-child(4n+1) {
	float: left;
	clear: left;
}

.page-id-15 .accordion-list.ui-accordion div {
	padding: 20px;
    display: block;
    clear: both;
    float: right;
    width: 50%;
    clear: right;
    clear: both;
}


.page-id-15 .accordion-list.ui-accordion div:nth-child(4n+2) {
	float: left;
	clear: left;
	clear: both;
}*/

.page-id-15 .accordion-list.left,
.page-id-15 .accordion-list.right {
	width: 50%;
	float: left;
}

/* # News Blog
---------------------------------------------------------------------------------------------------- */
/*.single .site-container,
.single .site-footer,
.blog .site-container,
.blog .site-footer {
	position: relative;
	top: 83px;
}

.blog .site-inner,
.single .site-inner {
	margin: 0 auto;
	max-width: 1100px;
	margin-top: 40px;
}*/

.blog.content-section .sidebar-primary {
	width: 28%;
	margin-left: 3%;
}

.blog.content-section .posts-content {
	float: left;
	width: 70%;
}

.blog.content-section .posts-content .post {
	margin-bottom: 60px;
}

.blog.content-section .entry-title a,
.blog.content-section .entry-title {
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 5px;
}

.blog.content-section .entry-title {
	font-size: 27px;
}

/* # Store
---------------------------------------------------------------------------------------------------- */
.woocommerce .store {
	margin: 0 0 100px;
}
.woocommerce a.request-quote.button {
	background: #1d3d81;
	color: #fff;
	margin-top: 5px;
	padding: 4px 10px 3px;
	border-radius: 2px;
	line-height: 19.5px;
}
.woocommerce a.request-quote.button:hover {
	color: #fff;
}
.content-section.store h1.page-title {
	display: none;
}
.store-header {
	background: #ddd;
	padding: 30px 0;
	margin: 0 0 60px;
}
.woocommerce .store-header .woocommerce-breadcrumb {
	display: inline-block;
	margin: 0;
}

.woocommerce-cart .store-header .woocommerce-breadcrumb {
	margin: 0 0 1em;
	padding: 0;
	font-size: 0.92em;
	color: #777;
}
.store-header a.button.blue {
    background: #1d3d81;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
}
.store-header a.button.blue:hover {
    background: #294c96;
    color: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.woocommerce-cart .store-header .woocommerce-breadcrumb a {
	color: #777;
}
.store .cart-link {
	float: right;
}
.store .account-login {
	float: right;
	margin-right: 30px;
}
.store .account-login a {
	font-size: 1em;
}
.woocommerce .products.menu-item ul,
.woocommerce ul.products.menu-item {
	margin: 3px 0 0 0;
	padding: 22px 5px 15px;
}
.woocommerce .store ul.products li.product .price,
.woocommerce .store div.product p.price,
.woocommerce .store div.product span.price {
	color: #333;
}
.woocommerce-cart .store table.cart td.actions .coupon .input-text {
	width: 150px;
	padding: 7px 6px;
}
.woocommerce .store input {
	padding: 7.5px;
}
.woocommerce-cart .store .woocommerce input.qty {
	padding: 3px;
}
.woocommerce .store select {
	padding: 8px;
}
.store .woocommerce form .form-row input.input-text,
.store .woocommerce form .form-row .input-text, 
.store .woocommerce-page form .form-row .input-text {
	padding: 8px 12px;
}
.woocommerce .store input:focus,
.woocommerce-cart .store .woocommerce input:focus,
.woocommerce .store select:focus,
.store .woocommerce form .form-row input.input-text:focus,
.store .woocommerce form .form-row .input-text:focus, 
.store .woocommerce-page form .form-row .input-text:focus {
	border: 1px solid #ddd;
}

.woocommerce .store button.button.alt,
.woocommerce-cart .store .wc-proceed-to-checkout a.checkout-button {
	background-color: #0064a9;
}
.woocommerce .store button.button.alt:hover,
.woocommerce-cart .store .woocommerce a.button.alt:hover {
	background-color: #004d80;
}

.woocommerce .store ul.products li.product a {
	position: relative;
	display: block;
	text-align: center;
	height: 160px;
}
.woocommerce .store ul.products li.product a img {
	position: relative;
    height: 150px;
    width: auto;
    margin: 0 auto;
    top: 50%;
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);    
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	
}
.woocommerce .store ul.products li.product a h3 {
	position: absolute;
	width: 100%;
	top: 100%;
	padding: 15px 0;
	border-radius: 4px;
    background: #1d3d81;
    color: #fff;
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;	    
}
.woocommerce div.product div.images img {
	max-width: 425px;
	width: auto !important;
	margin: 0 auto;
}
.woocommerce .store ul.products li.product a:hover h3 {
    background: #294c96;    
}

.woocommerce .store ul.products li.product a.add_to_cart_button {
	height: auto;
	margin: 0;
	padding: 12px 0 13px;
	position: relative;
	top: 115px;
	margin-bottom: 100px;
	width: 68%;
	float: right;
}

.store mark {
	display: none;
}
.store .page-title {
	display: none;
}

.woocommerce .store ul.products li.product a h3 {
	font-weight: 700;
}

.store .woocommerce-message {
	border-top-color: #0064a9;
}

.store .woocommerce-message:before {
	color: #0064a9;
}



.woocommerce .store ul.products li.product-category h3 {
	text-align: center;
}

.woocommerce .store ul.products li.product a.woocommerce-LoopProduct-link img {
	max-width: 100%;
	width: auto;
	margin: 0 auto;
	max-height: 100%;
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.woocommerce .store ul.products li.product a.woocommerce-LoopProduct-link {
	display: block;
	position: relative;
}

.woocommerce .store ul.products li.product .price {
	position: absolute;
	width: 100%;
	bottom: -95px;
}
.woocommerce .store ul.products li.product .quantity {
	position: absolute;
	width: 25%;	
	bottom: -28px;
}
.woocommerce .store ul.products li.product a.woocommerce-LoopProduct-link h3 {
	position: absolute;
	bottom: -65px;
	background: none;
	color: #333;
	font-size: 16px;
	top: auto;
}


.content-section .woocommerce form.login {
	max-width: 550px;
	margin: 2em auto;
}

.woocommerce .store div.product div.images .woocommerce-main-image img {
	max-width: 200px;
	margin: 20px auto;
	max-height: 200px;
	width: auto;
	height: auto;
}

.woocommerce .store ul.products li.product a.added_to_cart {
    height: auto;
    position: absolute;
    bottom: -55px;
    right: 0;
}


/* # Support Video Page
---------------------------------------------------------------------------------------------------- */
.support-video .video-block {
	text-align: center;
}

.support-video .video-block .wp-video {
	margin: 0 auto;
}

.video-listing {
	margin: 80px 0;
}

.video-listing .video-item {
	padding: 10px 24px 10px 10px;
	overflow: hidden;
}
.video-listing .video-item:nth-child(odd) {
	background: #eee;
}

.video-listing .video-item .video-image {
	display: inline-block;
	vertical-align: middle;
	width: 10%;
	margin-right: 4%;
}
.video-listing .video-item .video-image img {
	width: 100%;
	display: block;
}

.video-listing .video-item .video-title {
	width: 75%;
	display: inline-block;
	vertical-align: middle;
}
.video-listing .video-item .video-link {
	display: inline-block;
	vertical-align: middle;
}

.support-video .back-button.button {
	float: right;
	margin-right: 0;
	position: relative;
	top: -8px;
}

.video-container {
	position: relative;
	margin: 80px 0;
}

h2.video-title {
	margin: 0 0 40px;
	font-size: 32px;
	font-weight: bold;
	display: inline-block;
}

.video-block {
	margin-bottom: 80px;
}

.support-video h2.section-title {
	padding-bottom: 0;
}

/* # Benefits Page
---------------------------------------------------------------------------------------------------- */
.benefits .hero-section {
	background-color: #1d3d81;
	position: relative;
}
.benefits .hero-section:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/circuitbg-middle-low-opacity.png) no-repeat;
	background-position: center center;
	mix-blend-mode: multiply;	
}
.benefits .hero-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 90px;
    padding: 50px 0;
}
.benefits .hero-text {
	font-size: 16px;
	text-transform: initial;
	z-index: 1;
	top: 0;
	text-shadow: none;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	text-align: left;
	width: 60%;
}
.benefits .hero-text h1 {
	font-size: 100px;
    font-family: 'brandon-grotesque', Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: unset;
    max-width: 75%;
    line-height: 1;
}
.benefits .hero-text p {
	font-size: 16px;
	column-count: 3;
}
.benefits .sketch-drawing {
	width: 35%;
	margin-left: 5%;
}
.benefits .sketch-drawing img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.benefits .page-content {
	padding: 50px 0;
	position: relative;	
}
.benefits .page-content:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/circuitbg-middle.jpg) no-repeat #fff;
	background-position: 50% -50%;
	opacity: .2;
	z-index: -1;
}
.benefits .page-content h4 {
	color: #1d3d81;
	font-weight: 700;
}
.benefits .card-section {
	display: flex;
	margin: 25px 0 50px;
}
.benefits .card-section .card {
    border: 1px solid #1d3d81;
    width: auto;
    margin-right: 20px;
    font-size: 16px;
    color: #333;
    flex: 1;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.2);
    background-color: #fff;
    transition: all ease-in-out 250ms;
}
.benefits .card-section .card:hover {
	background-color: #f5f5f5;
}
.benefits .card-section .card:last-child {
    margin-right: 0;
}
.benefits .card-section .card h6 {
    color: #1d3d81;
	font-weight: 700;
	margin-bottom: 5px;
}
.benefits .card-section .card .icon {
	border-bottom: 1px solid #1d3d81;
    padding: 20px;
    display: flex;
    align-items: center;
}
.benefits .card-section .card .inner-content {
    padding: 20px;
}

.benefits .request-report-section .subtitle {
	border-top: 1px solid #1d3d81;
}
 .benefits .request-report-section .subtitle p {
	background-color: #1d3d81;
	padding: 0 8px;
	display: inline-block;
	color: #fff;
}
.benefits .request-report-section .request-report p {
	margin-bottom: -9px;
    font-size: 15px;
    font-weight: 700;
}
.benefits .request-report-section .request-report a {
	color: #1d3d81;
	font-size: 25px;
	font-weight: 700;
}

/* # Support Downloads
---------------------------------------------------------------------------------------------------- */
.support-download-list {
	margin: 80px 0 0;
}

.support-download-list .download-item {
	padding: 10px 25px;
}
.support-download-list .download-item:nth-child(odd){
	background: #eee;
}


/* # Member Menu
---------------------------------------------------------------------------------------------------- */
.member-menu-container {
	background: #eee;
	margin: 80px 0;
}

.member-menu-container .menu-header {
	text-align: center;
	font-weight: bold;
	background: #ccc;
	margin: 0;
	padding: 12px 0;
	color: #1d3d81;
}
.member-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.member-menu li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #dadada;
}
.member-menu li:last-child {
	border: 0;
}
.member-menu li a {
	display: block;
	padding: 12px 0 12px 24px;
}
.member-menu li a:hover {
	background: #dadada;
}


.sidebar-login .widget {
	padding: 24px;
	background: #eee;
}
.sidebar-login .widget-title {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 8px;
}
.sidebar-login label {
	margin-bottom: -20px;
}
.sidebar-login input {
	padding: 5px;
	font-size: 16px;
	color: #000;
	border-color: #aaa;
	margin: 0 0 7px;
}
.sidebar-login div.ws-plugin--s2member-pro-login-widget-username {
	margin-top: 4px;
}
.sidebar-login .ws-plugin--s2member-pro-login-widget a {
	display: inline;
	padding: 0;
}
.sidebar-login .ws-plugin--s2member-pro-login-widget a:hover {
	background: none;
}
.sidebar-login .ws-plugin--s2member-pro-login-widget-submit {
	margin: 35px 0 0;
}
.sidebar-login .ws-plugin--s2member-pro-login-widget-submit input[type=submit] {
	color: #fff;
}



/* # My Account Page
---------------------------------------------------------------------------------------------------- */
.my-account-page {
	margin: 80px 0;
}
.my-account-page .member-links {
	margin-top: 80px;
}
.my-account-page .content-section {
	padding-top: 20px;
}
.my-account-page .content-section .section-title {
	padding-top: 10px;
}
.my-account-page .woocommerce-MyAccount-navigation {
	display: none;
}
.woocommerce-account .my-account-page .woocommerce-MyAccount-content {
	float: none;
	width: 100%;
}
.my-account-page .image-grid-block,
.my-account-page .image-grid-block .front,
.my-account-page .image-grid-block .back {
	height: 180px !important;
}


/* # Forms
---------------------------------------------------------------------------------------------------- */
.support-form_wrapper.gform_wrapper,
.rfq-form_wrapper.gform_wrapper,
.login-form {
	margin-top: 27px;
	background-color: #f2f2f2;
	color: #333;
	margin: 0 auto;
	padding: 30px 50px;
	max-width: 600px;
}
.rfq-form_wrapper.gform_wrapper,
.login-form {
	margin-top: 50px;
	margin-bottom: 50px;
}
.page-template-default .support-form,
.page-template-default .rfq-form {
	margin: 0 auto;
	max-width: 1100px;
	padding: 50px 0;
}
.page-template-default .rfq-form {
	padding-top: 10px;
}
.gform_wrapper .support-form .gfield_required,
.gform_wrapper .support-form div.charleft,
.gform_wrapper .rfq-form .gfield_required,
.gform_wrapper .rfq-form div.charleft {
	display: none;
}

.gform_wrapper .support-form .top_label .gfield_label,
.gform_wrapper .rfq-form .top_label .gfield_label {
	color: #0064a9;
}

.gform_wrapper .support-form textarea,
.gform_wrapper .support-form select,
.gform_wrapper .support-form input[type=text], 
.gform_wrapper .support-form input[type=url], 
.gform_wrapper .support-form input[type=email], 
.gform_wrapper .support-form input[type=tel], 
.gform_wrapper .support-form input[type=number], 
.gform_wrapper .support-form input[type=password],
.gform_wrapper .rfq-form textarea,
.gform_wrapper .rfq-form select,
.gform_wrapper .rfq-form input[type=text], 
.gform_wrapper .rfq-form input[type=url], 
.gform_wrapper .rfq-form input[type=email], 
.gform_wrapper .rfq-form input[type=tel], 
.gform_wrapper .rfq-form input[type=number], 
.gform_wrapper .rfq-form input[type=password] {
	font-size: 16px;
}

.gform_wrapper .support-form .top_label textarea.textarea,
.gform_wrapper .support-form .top_label input.medium, 
.gform_wrapper .support-form .top_label select.medium,
.gform_wrapper .rfq-form .top_label textarea.textarea,
.gform_wrapper .rfq-form .top_label input.medium, 
.gform_wrapper .rfq-form .top_label select.medium {
	width: 100%;
}

.gform_wrapper .support-form .top_label input.medium, 
.gform_wrapper .support-form .top_label select.medium,
.gform_wrapper .support-form .top_label textarea.textarea,
.gform_wrapper .rfq-form .top_label input.medium, 
.gform_wrapper .rfq-form .top_label select.medium,
.gform_wrapper .rfq-form .top_label textarea.textarea,
.gform_wrapper .rfq-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .support-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	background-color: #f2f2f2;
	color: #333;
	border: 1px solid #7f7e83;
	padding: 5px 8px;
	margin-bottom: 0;
}

.gform_wrapper .support-form .gform_footer,
.gform_wrapper .rfq-form .gform_footer {
	text-align: center;
}

.gform_wrapper .rfq-form .gform_title {
	text-align: center;
	/*color: #0064a9;*/
	font-size: 30px;
}

.page-template-default .rfq-form.gform_confirmation_wrapper {
	padding-top: 90px;
	margin-bottom: 300px;
	text-align: center;
}

.support-form .gform_confirmation_message {
	text-align: center;
}

/* # Membership / Login
---------------------------------------------------------------------------------------------------- */
.page-id-2171 .content-section .page-wrap {
	max-width: 600px;
	margin: 0 auto;
	position: relative;
}

.page-id-2171 .notification {
	font-size: 23px;
	margin-bottom: 25px;
	text-align: center;
}

.page-id-2171 .registration-link {
	position: absolute;
	bottom: 21px;
	right: 0;
}

.page-id-2171 .registration-link li {
	list-style: none;
}

.page-id-2171 .registration-link a {
	background-color: #0064a9;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}



/* # Request A Quote Form
---------------------------------------------------------------------------------------------------- */

/*.rfq-form_wrapper.gform_wrapper {
	margin-top: 27px;
	background-color: #191f37;
	color: #fff;
}*/
/*.page-template-default .rfq-form {
	margin: 0 auto;
	max-width: 1100px;
	padding: 50px 0;
}*/

/*.gform_wrapper .rfq-form .top_label textarea.textarea {
	width: 47%;
}*/

/*.gform_wrapper .rfq-form h3.gform_title:before {
	content:'\f044';
	font-family: FontAwesome;
	display: inline-block;
	padding-right: 25px;
	vertical-align: middle;
	font-size: 35px;
	font-weight: normal;
	height: 48px;
}*/

/*.gform_wrapper .rfq-form .top_label input.medium, 
.gform_wrapper .rfq-form .top_label select.medium,
.gform_wrapper .rfq-form .top_label textarea.textarea {
	background-color: #191f37;
	color: #fff;
	border: 2px solid #7f7e83;
	padding: 10px 15px;
}*/

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #333;
	clear: both;
	padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
	color: #999;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: #ddd;
	font-size: 16px;
	line-height: 1;
	padding: 40px 0 30px;
	text-align: center;
	width: 100%;
	position:relative;
}

.site-footer:before {
	content:"";
	background-color:rgba(255,255,255,0.4);
	width:100%;
	height: 100%;
	position:absolute;
	top: 0;
	left: 0;
}

.sitefooter p {
	margin-bottom: 0;
}

.sitefooter a {
	color: #222;
}

.sitefooter a:hover {
}

.logo-text h3 {
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 30px;
}
.logo-text h6 {
	padding: 0;
	margin: 0;
	text-transform: none;
	text-align: left;
	font-size: 13px;
}
.footer-logo img {
	max-height: 56px;
}
.location-section {
	margin-top: 20px;
	margin-left: 82px;
	text-align: left;
	float: left;
}

.location-line {
	padding-bottom: 8px;
}
.footer-top {
	margin-bottom: 30px;
}
.footer-menu-links {
	text-align: left;
	margin-top: 55px;
}
.footer-menu-links a {
	font-family: 'brandon-grotesque', sans-serif;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 11%;
}
.footer-menu-links a:last-child {
	margin-right: 0;
}
.logo-text.columns {
	margin: 0;
	padding-left: 4%;
}
.footer-top,
.footer-cr {
	position: relative;
	z-index: 99;
}
.footer-cr {
	font-size: 16px;
	font-family: "Source Sans Pro", sans-serif;
	text-align: center;
}
.international-links a {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 17px;
}
.international-links {
	text-align: center;	
	margin-bottom: 10px;
}



