/*
Theme Name: Twenty Eleven
Theme URI: http://wordpress.org/themes/twentyeleven
Author: Milo and the WordPress team
Author URI: http://wordpress.org/
Description: The 2011 child theme
Template: twentyeleven
Version: 1.4.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentyeleven
*/

@import url("/wp-content/themes/twentyeleven/style.css");
/*
@import url("//www2.ap.com/wp-content/themes/twentyeleven/style.css");
 */
/* =Theme customization starts here
------------------------------------------------------- */

@font-face {
    font-family: 'proxima_novaregular';
    src: url('proximanova-regular-webfont.eot');
    src: url('proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('proximanova-regular-webfont.woff2') format('woff2'),
         url('proximanova-regular-webfont.woff') format('woff'),
         url('proximanova-regular-webfont.ttf') format('truetype'),
         url('proximanova-regular-webfont.svg#proxima_novaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'proxima_novaregular', Arial, sans-serif !important;
	padding: 0 !important;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

/* removing the bullets from the quote confirmation page*/
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
    list-style-type: none !important;
	}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
    list-style-type: none !important;
	}
body .gform_wrapper form .gform_body ul, body .gform_wrapper form .gform_body ul li {
	list-style-type:none!important;
	list-style-image:none!important;
	list-style:none!important;
	background-image:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important
}
 /* end of removing the bullets from the quote confirmation page*/

.wp-caption .wp-caption-text, .gallery-caption {
    font-family: proxima_novaregular;
}

#page {
	max-width: 1920px !important;
	width: 100%;
    background-color: transparent !important;
}
.singular .entry-content {
    width: 95%;
}
.singular.page .hentry {
    padding: .5em 0px 0px;
}

.menu {font-weight:bold;}

#branding {
    border-top: 0px solid transparent;
	z-index: 9997 !important;
}

#newmenudivstyle ul { /* for the flag globes*/
  white-space: nowrap;
}

#newmenudivstyle ul li { /* for the flag globes*/
  list-style: none;
}

/*#menu-sticky-topper ul, li {display:inherit;} */ /* was inline commented out 04-12-16 */

#primary { background: #ffffff;}
#secondary {background: #ffffff;}

input#s {/* styling the search box*/
    height: 29px;}

	#branding #s { /* styling the search box*/
    width: 250px;
    border: 2px solid #0958C1;
    margin-left: 10%;
    border-radius: 5px;
    transition-timing-function: ease;
    box-sizing: content-box;
	}

	#main {padding: .5em 0px 0px; background: #ECEDEF;} /* tightening the space between the slider and subslider items */


#site-title { /* here's where we replace the stock text logo area with a logo image */
/* text-indent: -9999px; */
/* height: 105px;*/ /* height of the image file. */
/* background: url(/wp-content/uploads/2015/12/logo.png) 0.4em 0em #fff no-repeat;*/
background-size: 100% auto contain;
text-decoration: none;
padding: 1em 0px 0px;
z-index: 1;
width: 100%; /*62.5em*/
/*height:6.25em; */
margin: 1.45em 0em 1.2525em 0em;
}



#site-title a {
text-decoration: none;
display:inline;
	color: #818285 !important;
    font-size: 1.6em !important;
    line-height: 2.8em;
	letter-spacing: 0em;
	}

.site-content article { /*  stops Wordpress from breaking with word-wraps */
   word-wrap: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
   hyphens: none;
}
.widget-area .widget { /*  stops Wordpress from breaking with word-wraps  in the widgets*/
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	word-wrap: normal;
}

#comments { /*  shuts off comments on pages and blog posts */
display: none;
}

/* #access li:hover > a, #access a:focus, #access ul ul *:hover > a {padding: 0 10px !important;}  IE fix for menu's smushing*/

#access { /* move the blue bar up over the slider*/
position: absolute;
bottom: -5%;
	}
#access div { /* shorten the menu to make room for the flag globes, and pull in the lefthand margin a bit*/
   /* width: 69%;*/
	margin: 0;
	}
#access ul { /*just making the menu text a pixel smaller */
    font-size: 12px;
	}
	
	#access ul ul {width:fit-content;}

/*#access #primarydivstyle a { padding:0 5px;}*/
#access #newmenudivstyle a {padding: 0px 5px !important;}



#access ul ul a { /* styling the submenu*/
    border-bottom: 1px dotted #DDD;
    font-size: 12px;
    line-height: 40px;
    padding: 0 10px;
background: #0958C1;
}

/* vertical spacing the menu*/
/*#access li:hover > a, #access a:focus, #access ul ul :hover > a { padding: 0 10px !important;}*/

/*#access ul ul a {background: red !important; color:green !important; padding: 0px !important;}*/

	/*menu bar text and icon styling*/
	#primarydivstyle {float:right;display:inline;width: 65%;white-space: nowrap;}
	#newmenudivstyle {float:right;display:inline;width: 32%;white-space: nowrap;}

	#branding #searchform { /* repositioning the search bar*/
    top: -5em;
	}
#branding #searchform {
    position: absolute;
    right: 0.5%;
    text-align: right;
}	
  #login-navigation-bar {
    position: absolute;
    right: 35px;
    text-align: right;
    top: 4em;
    padding-top: 8px;
  }
  #register-navigation-bar {
    position: absolute;
    right: 85px;
    text-align: right;
    top: 4em;
    padding-top: 8px;
  }
  #navigation-pipe {
    position: absolute;
    right: 77px;
    text-align: right;
    top: 4em;
    padding-top: 8px;
  }
#branding hgroup { /* repositioning the logo */
    margin: 0px 3.6%;
	}

	/* setting and styling the product quick menu */
		#menu-sticky-topper li {top: 100px;display:inline;font-size:12px;line-height:24px;white-space: nowrap; padding-left: 17px;}
 ul #menu-sticky-topper {margin: 5px 10px 0 0 !important;}

	/* adding the fourth and fifth widges to the footer*/
#supplementary.one .widget-area {float: left; margin-right: 5%; width: 15%;}
#supplementary.two .widget-area {float: left; margin-right: 5%; width: 15%;}
#supplementary.three .widget-area {float: left; margin-right: 5%; width: 15%;}
#supplementary.four .widget-area {float: left; margin-right: 5%; width: 15%;}
#supplementary.five .widget-area {float: left; width: 19%;}

#supplementary.one .widget-area + .widget-area + .widget-area { margin-right: 5%;}
#supplementary.two .widget-area + .widget-area + .widget-area { margin-right: 5%;}
#supplementary.three .widget-area + .widget-area + .widget-area { margin-right: 5%;}
#supplementary.four .widget-area + .widget-area + .widget-area { margin-right: 5%;}
#supplementary.five .widget-area + .widget-area + .widget-area { margin-right: 5%;}
	/* added the fourth and fifth widgets to the footer*/

.textwidget {clear: both; margin: 0px 0px 2.2em;color: #ffffff;}

.widget a { font-weight: normal !important; } /* styling the default widget text*/

.textwidget a {color: #ffffff !important;} /* styling the new widgets' text*/

#supplementary { border-top: 11px solid #ffffff; background: #142841;} /* coloring the footer green and blue*/

#axiotagline {width: 69%; background:#ffffff;float:left;padding:0 0% 0 5%;} /* logo at page bottom */
#axiotaglinetext {display:block;  background: #ffffff;font-size: 9px; white-space: nowrap;margin: 15px 0;} /* A2LAtext at page bottom */

#A2LAtext {display:block;  background: #ffffff;float:left;font-size: 9px; white-space: nowrap;} /* A2LAtext at page bottom */

#A2LAlogo {width: 12%; background:#ffffff;float:left;padding:0 0% 0 1%;} /* logo at page bottom */

#colocopyright {width:12%; display:block; font-weight:bold; background: #ffffff;float:left; font-size: 8px;padding: 3px 0 0 0;} /* copyright notice at page bottom*/

#latestsoftware {width:19.067em; float:left; display:inline;padding: 0 0.5% 2% 10.5%;} /* 286px */
#content.front-page-text-area { margin: 0 10.5%; }
#theothersubsliders {float:left; width: 47.267em;}
#theothersubsliders2 {float:left; width: 47.267em;}
.applicationhomewidget {width:100%; float:left; display:inline; padding: 0 0.5% 1% 0;} /*351px*/
.applicationhomewidgetmobile {display:none;} /*351px*/
.electroacoustotest {width:23.400em; float:left; display:inline; padding: 0 0.5% 1% 0;} /*351px*/
.electroacoustotest2 {width:23.400em; float:left; display:inline; padding: 0;} /*351px*/
.configurequote {width: 23.400em; float: left; display: inline; padding: 0 0.5% 0 0;}
.techservice {width: 23.400em; float: left; display: inline; padding: 0 ;}

.easingslider-slide-content .caption { /* placing and styling the sub-main-slider sliders */
	background-color: rgba(0, 0, 0, 0.6) !important;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.6), 0px 0px 0px rgba(0, 0, 0, 0.6) !important;
	color: #FFF;
	font-family: proxima_novaregular !important;
	position: absolute;
	bottom: 27%;
	font-weight: bold;
	width: 100%;
}

.easingslider-slide-content .captionoverride {bottom: 59% !important;} /* placing just the Latest Software slider */

#access a, #access li:hover > a, #access a:focus {padding: 0px 1.2125em !important;} /* making the menu not jumpy */

#new-sticky-header { display: none; margin-top:172px !important;} /* hides the sticky menu margin-top: 172px !important; position: absolute !important;*/
#thsp-sticky-header { display: none; } /* hides the Sticky Header by ThematoSoup sticky menu margin-top:172px !important; */
#static-sticky-header { display: none; } /* hides the Sticky Header by ThematoSoup sticky menu margin-top:172px !important; */

.page-template-AP_ProductPage #thsp-sticky-header { display: inline !important;}
.page-template-AP_ProductPage #static-sticky-header { display:inline !important;}

.blue_slogan {color: #0356c3 !important; font-size: 24px; font-weight: bold; margin: 0 0 .8125em;}

.product_custom {width:95%;}


#sticky-header, #thsp-sticky-header a {
    color: #000 !important;
	font-size:1.25 em;
}
#sticky-header {
    background-color: #E6E9EE;
    margin-top: -200px;
    padding: 8px 10px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 99998;
    box-sizing: border-box;
}

/*
 * Sticky Header sub-menu
 */
#thsp-sticky-header{
  padding-bottom: 0px;
}
#thsp-sticky-header .sub-menu {
  margin: 0 auto !important;
  padding: 0 !important;
  position: absolute;
  top: 46px;
  display: none;
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-top: 0px;
  width: 220px;
}
#thsp-sticky-header .sub-menu li.menu-item a{
  line-height: normal !important;
  color: #6C6F70 !important;
}
#thsp-sticky-header .sub-menu li.menu-item:hover a{
  color: #ffcb05 !important;
}
#thsp-sticky-header #thsp-sticky-header-menu > li{
  padding-bottom: 8px;
}
#thsp-sticky-header .sub-menu li.menu-item {
 display: block !important;
 text-align: left !important;
 margin: 0px !important;
}
#thsp-sticky-header .sub-menu li.menu-item a{
  padding: 15px 20px !important;
}
#thsp-sticky-header .menu li:hover .sub-menu {
  display: block;
}

/* This stylesheet is used to style the public view of the plugin. */
#static-sticky-header {
	padding: opx 10px;
	top: 0;
	left: 0;
	width: 100%;
	height: 4em;
	z-index: 99998;
	float: right;
	text-align: right;
	margin: 0 !important;
	display: none;
	margin: 0 0 0 1.25em !important;
	font-size: 12px;
	line-height: 24px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#static-sticky-header { background-color: #e6e9ee; padding:10px !important;}
#static-sticky-header, #static-sticky-header a {color: #000000 !important;}
#static-sticky-header-inner {max-width: 95% !important;margin: 0 auto;}

#thsp-sticky-header-inner {max-width: 95% !important;}
.singular .entry-header { width: 95% !important; }

#static-sticky-header:after {
	content: "";
	display: table;
	clear: both;
}
#static-sticky-header-title {
	float: left;
	font-size: 22px;
	line-height: 20px;
	margin: 0 !important;
}
#static-sticky-header-title img {
	display: block;
	height: 30px;
	width: auto;
}
#static-sticky-header {
	}
#static-sticky-header a {
	text-decoration: none;
}
#static-sticky-header li a {
	display: inline-block;
	line-height: 30px;
}
/*
 * Static-Sticky Header sub-menu
 */
#static-sticky-header{
  padding-bottom: 0px;
}
#static-sticky-header .sub-menu {
  margin: 0 auto !important;
  padding: 0 !important;
  position: absolute;
  top: 46px;
  display: none;
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-top: 0px;
  width: 220px;
}
#static-sticky-header .sub-menu li.menu-item a{
  line-height: normal !important;
  color: #6C6F70 !important;
}
#static-sticky-header .sub-menu li.menu-item:hover a{
  color: #ffcb05 !important;
}
#static-sticky-header #static-sticky-header-menu > li{
  padding-bottom: 8px;
}
#static-sticky-header .sub-menu li.menu-item {
 display: block !important;
 text-align: left !important;
 margin: 0px !important;
}
#static-sticky-header .sub-menu li.menu-item a{
  padding: 15px 20px !important;
}
#static-sticky-header .menu li:hover .sub-menu {
  display: block;
}



body.custom-background {
    background-position: left 172px !important;
    background-attachment: unset !important;
	background-size: auto 100%;
}

.responsive-tabs .responsive-tabs__list__item { font-size:10px !important; }

/*FYI code .page-id-12 #secondary { margin-right: 7.3%; position: relative; right: 5.85em;} */

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="number"] {
    color: #000 !important;
}

.product-cta-block a.button.btn-large.btn-blue {
  text-transform: initial;
}
#colophon {
	margin-top: auto;
}

	   /********************************************
	    ********************************************
		********* Behold, the Media Queries ********
		********************************************
		********************************************/

@media only screen and (max-width: 999px) {
#searchform, #login-navigation-bar, #register-navigation-bar, #navigation-pipe { /*  shuts off desktop search box */
display: none;
	}
	/*menu bar text and icon styling to stretch the flag globes out*/
	#primarydivstyle {width: 59%;}
	#newmenudivstyle {width: 40%;}
	}

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

	#latestsoftware {width: 40%; float: left; display: inline; padding: 0 1% 1% 5%;}
	#theothersubsliders {width: 43.5%;}
	.applicationhomewidget {display:none;width: 98%; float: left; padding: 0px 0 2% 0;}
	.applicationhomewidgetmobile {width: 98%; float: left; display: inline; padding: 0px 0 2% 0;}
	.electroacoustotest {width: 98%; float: left; display: inline; padding: 0px 0 2% 0;}
	.electroacoustotest2 {width: 98%; float: left; display: inline; padding: 0 ;}
	#theothersubsliders2 {float: left; display: inline; padding: 0 1% 1% 5%;width: 100%;}
.configurequote {width: 40%; float: left; display: inline; padding: 0px 1% 0px 0px;}
.techservice {width: 42.5%; float: left; display: inline; padding: 0 ;}
.easingslider-slide-content .captionoverride {bottom: 64% !important;}
	}



@media (max-width: 800px) { /* overriding the default widget stacker*/
	#colophon #supplementary .widget-area {
    float: left;
    margin-right: 0px;
    width: 50%;
	}
	}

@media only screen and (min-width:585px) and (max-width: 666px) {
#A2LAlogo {width: 50%; background:#ffffff;float:left;padding:0 0% 0 5%;} /* logo at page bottom */
#colocopyright {width:45%; display:block; font-weight:bold; background: #ffffff;float:left; font-size: 8px;} /* copyright notice at page bottom*/
}
@media only screen and (min-width:480px) and (max-width: 584px) {
#A2LAlogo {width: 45%; background:#ffffff;float:left;padding:0 0% 0 5%;} /* logo at page bottom */
#colocopyright {width:50%; display:block; font-weight:bold; background: #ffffff;float:left; font-size: 8px;} /* copyright notice at page bottom*/
}

@media only screen and (min-width:480px) and (max-width: 767px) {
/* #access, #access ul ul a {
    background: transparent none repeat scroll 0% 0% !important;
	}*/
	#newmenudivstyle {width: 59%;}
}

@media only screen and (max-width: 479px) {
#axiotagline {width: 100%; background:#ffffff;float:left;padding:0 0% 0 5%;} /* logo at page bottom */	
#A2LAlogo {width: 74%; background:#ffffff;float:left;padding:5% 0% 5% 25%;} /* logo at page bottom */
#colocopyright {width:100%; display:block; font-weight:bold; background: #ffffff;float:left; font-size: 8px;text-align:center;} /* copyright notice at page bottom*/
body { padding:0;margin:0; background:red;}

#access, #access ul ul a {
    background: transparent none repeat scroll 0% 0% !important;
	}
	#newmenudivstyle {width: 88%;}
	#static-sticky-header {display: none !important;}
	#latestsoftware {width: 96%; float: left; display: inline; padding: 0px 2% 2% 2% !important; }
	.applicationhomewidget {width: 98%; float: left; padding: 0 1% 2.5% 1% !important;}
	.electroacoustotest {width: 98%; float: left; display: inline; padding: 0 1% 2.5% 1% !important;}
	.electroacoustotest2 {width: 98%; float: left; display: inline; padding: 0 1% 1% 1% !important;}
	.configurequote {width: 98%; float: left; display: inline; padding: 1.5% 1% 1% 1% !important;}
	.techservice {width: 98%; float: left; display: inline; padding: 1.5% 1% 1% 1% !important;}
	#theothersubsliders {width: 98%; padding: 0px 1% 2% 1% !important;}
	#theothersubsliders2 {width: 98%; padding: 0px 1% 2% 1% !important;}
}


@media (max-width: 650px) { /* overriding the default rejiggering of the logo*/
#site-title {padding: 1em 0px .9em;}
	}

@media only screen and (max-width: 989px) { /* exchanging the accordion for tabs */
#accordion {display:inline !important;}
#tabs {display:none !important;}
	}
#accordion {display:none;}
#tabs {display:inline;}

@media only screen and (min-width:1499px) {
	#latestsoftware {
		/*min-width: 286px; max-width: 430px; width: 100%; height: 400px;*/
		width: 22.4%;
		padding: 0px 0.5% 2% 11.5%;
		}
	#theothersubsliders {width: 56% !important;}
	#theothersubsliders2 {width: 56% !important;}
	.applicationhomewidget {width: 100%;}
	.electroacoustotest {/*min-height: 211px !important; max-width: 519px; */ width: 48.25%;}
	.electroacoustotest2 {/*min-height: 211px !important; max-width: 519px;*/ width: 48.25%;}
	.configurequote {width: 48.25%;padding: 0px 0.45% 0px 0px;}
	.techservice {width: 48.5%;}
  #content.front-page-text-area { margin: 0 11.5%; }
}

/* jquery css*/
#tabs {
    background: transparent;
    border: none;
}
#tabs .ui-widget-header {
    background: transparent;
    border: none;
    border-bottom: 1px solid #c0c0c0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
#tabs .ui-tabs-nav .ui-state-default {
    background: transparent;
    border: none;
    outline:none;
}
#tabs .ui-tabs-nav .ui-state-active {
    border: none;
  outline:none;
}
#tabs .ui-tabs-nav .ui-state-default a {
    color: #c0c0c0;
}
#tabs .ui-tabs-nav .ui-state-active a {
    color: #0958C1;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}




/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.w3eden .btn-default {
    background-color: transparent !important;
    color: #000000 !important;
}
.fa {
    display: none !important;
}
.w3eden .btn {
    background-image: transparent !important;
	}

#wpbs_slider_box_1458151978314 { /* Contact drawer */
    top: 25% !important;
	}
#wpbs_slider_box_1458150792988 { /* quote drawer */
    top: 37% !important;
	}
#wpbs_slider_box_1458162438772 { /* register drawer */
    top: 49% !important;
	}
	/***************************/
	/* oh, another media query */
	/***************************/
@media only screen and (min-height: 576px) and (max-height: 688px) {
	#wpbs_slider_box_1458151978314 { /* Contact drawer */
    top: 35% !important;
	}
#wpbs_slider_box_1458150792988 { /* quote drawer */
    top: 47% !important;
	}
#wpbs_slider_box_1458162438772 { /* register drawer */
    top: 59% !important;
	}
}
@media only screen and (max-height: 575px) {
	#wpbs_slider_box_1458151978314 { /* Contact drawer */
    top: 45% !important;
	}
#wpbs_slider_box_1458150792988 { /* quote drawer */
    top: 57% !important;
	}
#wpbs_slider_box_1458162438772 { /* register drawer */
    top: 69% !important;
	}
}

/* added so title will not wrap */
#thsp-sticky-header-title .entry-title {white-space: nowrap;padding-left:5% !important;}


@media only screen and (max-height: 470px) {
	#wpbs_slider_box_1458151978314, #wpbs_slider_box_1458162438772, #wpbs_slider_box_1458150792988 {
    display: none !important;} /* hide drawers */
    }

@media (max-width: 685px) { /* squeezing the gray bar title a little early to keep everything on one line*/
	.singular .entry-title {
    font-size: 28px !important;
}
}
@media (max-width: 650px) { /* squeezing the gray bar title a little early to keep everything on one line*/
	.singular .entry-title {
    font-size: 20px !important;
	}
}
.entry-content ol li {
	list-style-type: decimal !important;
	list-style: decimal !important;
}
body.single-post  #static-sticky-header {display:none;} /*hiding the gray sticky bar on the blog posts */
body.single-post  .entry-meta {display:none;} /*hiding the Posted On slug on the blog posts */
body.single-post  #nav-single {display:none;} /*hiding the Previous/Next links on the blog posts */

/* Gravity forms custom CSS */

.gform_wrapper .top_label .gfield_label {color: #0066CC;} /* making the gravity forms headers AP blue*/
.gform_wrapper .ginput_price { /* making the gravity forms prices AP green and more solid */
	color: #00CC00;
	font-weight: bold;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	}

	.gfield_html_formatted {
  margin: 0 !important;
}

.gfield_html_formatted table {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background-color: transparent !important;
  line-height: 1;
}

.gfield_html_formatted table table {
  border: 1px solid #EAF2FA !important;
}

.gfield_html_formatted td {
  padding: 0;
}

.gfield_html_formatted td td {
  padding: 8px 10px !important;
  border: 0;
}

/* add space between side by side fields */
@media only screen and (min-width: 641px) {
.gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
    padding-right: 16px !important;
	}
}

/* align lable more closly with form fields */
.gform_wrapper .top_label .gfield_label {
     padding-top: 15px;
}


@media only screen and (min-width: 1000px) {
.two-col-appnote-left {
width:40%;padding:0 10px 0 0;float:left;
	}
.two-col-appnote-right {
width:40%;padding:0 10px 0 0;float:right;
	}
}

@media only screen and (max-width: 999px) {
.two-col-appnote-left {
width:100%;padding:0 10px 0 0;
	}
.two-col-appnote-right {
width:100%;padding:0 10px 20px 0;
	}
}


/* styling the login and register forms*/
.logreg {
	font-family: 'proxima_novaregular', Arial, sans-serif !important;
	font-weight:bold !important;
	}
/* end of styling the login and register forms*/

.icon_label_box_1458150792988,
.icon_label_box_1458151978314,
.icon_label_box_1458162438772 {
	font-size: 0 !important;
}

/* new flag sphere toggles styling */
.menu-item-language img.iclflag {
    height: 36px !important;
    width: 36px !important;
}
/* .page-id-65  h1 .entry-title { padding-left: 5% !important;white-space:nowrap;} *//*styling the 2700 product page*//*.page-id-2833  h1 .entry-title { padding-left: 5% !important;white-space:nowrap;}*/

/*.entry-title, .entry-header .entry-meta {  white-space:nowrap;} fixing the too-wide titles for mobile 10/11/2016 */

.gform_wrapper span.ginput_product_price_label {display: none;} /* styling out the pesky Price Label listing in the 525 and 526 product fields */
.gform_wrapper span.ginput_product_price {display: none;} /* styling out the pesky Price listing in the 525 and 526 product fields */

.page-id-5187 .menu-item-language img.iclflag { display: none !important;} /*turning off the language flags on the UK page*/

@media screen and (max-width: 999px) {
#responsive-menu-container { z-index: 9999 !important; }
}

/*.page-id-5091 .easingslider {display:none !important;}
.page-id-5091 #static-sticky-header {display:none !important;} close but no cigar for the new user confirmation page */

/* ===== Global Search Styles ===== */
/*
light blue: #daf1ff
highlight blue: #338bbb
border/header blue: #3189b9
primary blue: #0958c1

light gray: #e9e9eb
gray: #848484
dark gray: #575757
*/
.entry-content.data-search {
	padding-top: 0;
}

.entry-content.data-search h2 label, .entry-content.data-search h2, .entry-content.data-search h3 {
	color: #575757;
	font-size: 1.25rem;
	font-weight: bold;
}

.entry-content.data-search h3 {
	font-size: 1.1rem;
    letter-spacing: normal;
    line-height: 2rem;
    text-transform: none;
}

div.data-search {
	padding-bottom: 20px;
}

.data-search .button {
	border: 0;
	font-size: 14px;
	padding: 5px 8px;
}

.btn-clear {
	background-color: lightgray;
	color: #575757;
}

.button.btn-large {
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 20px;
	line-height: 1.25rem;
    font-weight: normal;
    display: inline-block;
}

.button:hover, .button:active, .button:focus, .button:visited  {
    text-decoration: none;
}

.button.btn-gray {
	background-color: #e9e9eb;
	border: lightgray solid 2px;
    color: black;
}

.button.btn-clear:active, .button.btn-gray:active /* .button.btn-gray:focus, .btn-clear:focus */ {
	background-color: white;
}

/* changing button to green color actually blue 1.2022 */
.button.btn-green {
	background-color: #142841;
	border: #142841 solid 2px;
	color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.button.btn-blue {
	background-color: #0958c1;
	border: #0958c1 solid 2px;
	color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.color-dark-teal {
	color: #3189b9;
}

.toggle-element, .gray-arrow {
    background-repeat: no-repeat;
    background-position: 96% 14px;
    background-image: url(image-arrow/arrow_up_gray.png);
}

.toggle-closed {
	background-image: url(image-arrow/arrow_down_gray.png);
}

.box-2 h2 {
	margin-bottom: 0;
}

.toggle-element.toggle-mobile {
/* Note to future developer:
If/when you desire sortable search capabilities
simply assign this class to an element that has an immediate
.toggle-target block-level sibling */
	background-image: none;
}

/* ===== Search Form ===== */
.data-search-form {
	width: 100%;
}

.data-search-form form {
	width: 68%;
	margin-right: 5%;
	float: left;
}

.data-search-form, .data-search-form form.box-2:after {
    content: "";
    display: table;
    clear: both;
}

.data-search-tips {
	width: 27%;
	float: right;
	padding-bottom: 0;
}

.data-search-tips p:last-of-type {
	margin-bottom: 0;
}

.data-search-tips > div {
	background-color: lightgray;
    padding: 40px;
}

.data-search-tips h3.gray-arrow {
	background-position: 100% 7px;
}

.data-search-tips p {
	line-height: 1.25rem;
    font-size: .8rem;
}

.box-1, .box-2 {
	width: 100%;
	margin-bottom: 20px;
}

.box-1 {
	background-color: #daf1ff;
	height: 114px;
}

.box-1 h2, .box-2 h2 {
	padding-left: 5%;
}

.box-1 h2 {
    float: left;
    line-height: 114px;
}

.box-1 input {
	float: left;
    width: 60%;
    margin-left: 26px;
    margin-top: 40px;
    border: 1px solid #cae6f8;
    height: 33px;
    background-color: white;
}

.box-2 {
	border: 2px solid #e9e9eb;
	box-sizing: border-box;
}

.box-2:after {
    content: "";
    display: table;
    clear: both;
}

.box-2 h2 {
	background-color: #e9e9eb;
	line-height: 60px;
}

.search-container {
    width: 44%;
    margin: 12px 0 20px 4%;
    float: left;
}

.software_form .search-container { /* When there are 3 search options, for software */
    width: 31%;
}

.software_form .version-container { /* When there are 3 search options, for software */
	width: 24%;
}

.search-options {
	background-color: white;
	border: #e9e9eb 1px solid;
	height: 205px;
	margin-bottom: 18px;
	width: 100%;
}

/* Scroll bar */
.search-options::-webkit-scrollbar {
    width: 12px;
}

.search-options::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.search-options::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

#software_category_select::-webkit-scrollbar { /* Category search does not need scroll */
	display: none;
}

/* End scroll bar */

.search-options option { /* Product/category/selection option checkboxes */
	display: block;
	padding: 8px 12px;
	border-bottom: #e9e9eb solid 1px;
}

.search-options option, label { /****** Todo: Make this work ******/
	font-size: 14px;
}

select:-internal-list-box option:checked  { /****** Todo: Make this work ******/
	background-color: darkblue;
	color: white;
}

.version-container .search-options {
	border: 0;
	height: auto;
}

.version-container label {
	display: block;
	padding: 3px 0;
}

.version-container input[type="text"] {
    margin-left: 15%;
    width: 85%;
    padding: 0 10px;
    min-height: 26px;
}

.version-container input[type="text"]:disabled {
	background-color: #ddd;
}

.version-container label input {
	margin-right: 10px;
    position: relative;
    bottom: -2px;
}

.data-search-form .btn-blue {
	float: right;
}

.data-search-form .btn-gray {
	float: left;
}

/* ===== Search Results ===== */
#loading-overlay {
	top: -85px !important;
}

div.table-scrollbar {
	margin: 20px 0;
}

.table-scrollbar a {
	color: #3189b9;
}

.header-inverted th h3 { /* This should always match color styles from .search-container h3 at 800px  */
	background-color: #3189b9;
    padding: 6px 14px;
    color: white !important;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header-inverted th {
	border-right: white 1px solid;
}

.header-inverted th:last-of-type {
	border-right: #3189b9 1px solid;
}

.results-main {
	width: 40%;
}

.results-main h4 {
	font-weight: bold;
    margin-bottom: 5px;
    display: inline-block;
}

.results-family {
	width: 19%
}

.results-instrument {
	width: 15%;
}

.results-version {
	width: 11%;
}

.results-category {
	width: 15%;
}

.data-search td {
	border-right: 1px solid #ddd;
	padding: 20px;
}

.data-search td:first-of-type {
	border-left: 1px solid #ddd;
}

.data-search ul {
	margin: 0;
}

.download-meta {
	margin-bottom: 0;
}

/* Pagination styles */
.pagination-bar {
	margin: 30px 0;
	height: 25px;
}

.per-page-form {
	float: left;
}

.search-pagination {
	float: right;
}

.search-pagination li {
	float: left;
    min-width: 20px;
    text-align: center;
	list-style-type:none;
}

.search-pagination a {
	margin-bottom: 0;
    color: #575757;
    padding: 0 5px;
    border: 1px solid #ddd;
    border-right: 0;
}

.search-pagination a.active {
	background-color: #3189b9;
	border: 1px solid #3189b9;
	color: white;
}

.search-pagination li:last-of-type a {
	border-right: 1px solid #ddd;
}

.search-pagination a.hover {
	text-decoration: none;
}

.per-page-form .gray-arrow {
	-webkit-appearance: none;
	background-image:url(image-arrow/arrow_down_gray.png);
	background-position: 96% 3px;
}

.per-page-form select {
	border: 1px solid #eee;
    border-radius: 0;
    background-color: transparent;
    padding: 3px 2px;
    width: 50px;
    font-size: 1em;
}

/* @group Loading animation */

.data-search-results {
	position: relative;
}

#loading-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, .8);
	text-align: center;
}

#loading-animation {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	color: #c4c4c4;
	padding-top: 6px;
	margin-top: 40px;
}

#loading-animation span:before {
	content: '';
	position: absolute;
	bottom: 100%;
	width: 12px;
	height: 6px;
	border-radius: 2px;
	background-color: #c4c4c4;

	-webkit-animation: placeholder 1.25s ease-in-out infinite reverse;
	animation: placeholder 1.25s ease-in-out infinite reverse;
}

#loading-animation span:nth-child(1):before {
	left: 50%;
	margin-left: -51px;
}

#loading-animation span:nth-child(2):before {
	left: 50%;
	margin-left: -36px;
	-webkit-animation-name: loading-outer;
	animation-name: loading-outer;
}

#loading-animation span:nth-child(3):before {
	left: 50%;
	margin-left: -21px;
	-webkit-animation-name: loading-middle;
	animation-name: loading-middle;
}

#loading-animation span:nth-child(4):before {
	left: 50%;
	margin-left: -6px;
	-webkit-animation-name: loading-peak;
	animation-name: loading-peak;
}

#loading-animation span:nth-child(5):before {
	right: 50%;
	margin-right: -21px;
	-webkit-animation-name: loading-middle;
	animation-name: loading-middle;
}

#loading-animation span:nth-child(6):before {
	right: 50%;
	margin-right: -36px;
	-webkit-animation-name: loading-outer;
	animation-name: loading-outer;
}

#loading-animation span:nth-child(7):before {
	right: 50%;
	margin-right: -51px;
}

@-webkit-keyframes loading-outer {
	33% {
		height: 12px;
	}
}

@keyframes loading-outer {
	33% {
		height: 12px;
	}
}

@-webkit-keyframes loading-middle {
	50% {
		height: 21px;
	}
}

@keyframes loading-middle {
	50% {
		height: 21px;
	}
}

@-webkit-keyframes loading-peak {
	60% {
		height: 33px;
	}
}

@keyframes loading-peak {
	60% {
		height: 33px;
	}
}

/* @end Loading animation */

/* ===== Search Media Queries ===== */
@media screen and (max-width: 1100px) {
	.entry-content.data-search {
		width: 100%;
	}
}

@media screen and (max-width: 1000px) {
	.data-search-form form, section.data-search-tips {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	div.table-scrollbar {
		overflow: auto;
	}

	.results-main {
		min-width: 300px;
	}

	.results-family, .results-instrument, .results-version, .results-category {
		min-width: 200px
	}
}

@media screen and (max-width: 800px) {
	.data-search-tips > div {
		padding: 14px 10px 14px 20px;
	}

	.box-1 {
		height: 60px;
	}

	.box-1 h2 {
		line-height: 60px;
	}

	.box-1 input {
		width: 50%;
		margin-top: 16px;
		margin-bottom: 16px;
		height: 35px;
	}

	.box-1 h2, .box-2 h2 {
		padding-left: 8%;
	}

	.search-container, .software_form .search-container {
		width: 84%;
		margin: 20px 8%;
		float: none;
	}

	.version-container input[type="text"] {
	    margin-left: 28px;
	    width: 100px;
	}

	h3.toggle-element.toggle-mobile { /* Should always match color styles from .header-inverted */
		background-color: #3189b9;
	    padding: 6px 14px;
	    margin-bottom: 10px;
	    color: white !important;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
    	background-image:url(image-arrow/arrow_up_white.png);
	}

	h3.toggle-element.toggle-mobile.toggle-closed {
		background-image: url(image-arrow/arrow_down_white.png);
	}

	h2.toggle-element.toggle-mobile {
		background-image: url(image-arrow/arrow_up_gray.png);
	}

	h2.toggle-element.toggle-mobile.toggle-closed {
		background-image: url(image-arrow/arrow_down_gray.png);
	}

	.box-2 h2.toggle-element.gray-arrow.toggle-mobile {
		background-position: 90% 20px;
	}
}

@media screen and (max-width: 600px) {
	.data-search-results {
		text-align: center;
	}

	.pagination-bar {
		height: 65px;
	}

	.per-page-form {
		float: none;
	    margin-bottom: 20px;
	}

	.search-pagination {
        float: none;
	    display: inline-block;
    }

}

@media screen and (max-width: 500px) {
	.box-1 input {
		width: 83%;
	}

	.box-2 h2.toggle-element.gray-arrow.toggle-mobile {
		background-position-x: 98%;
	}

}



/*
@media screen and (max-width: 999px) {
	.box-1 input {
		width: 60%;
	}
}
*/
/*fixing the gray-sticky menu bar's title sizing*/
h1.entry-title { font-size: 30px !important; }

/*changing button style - Register Now, Form ID#1*/
body .gform_wrapper .gform_footer input[type=submit] {
  border: none;
  font-size: 20px;
  text-transform: uppercase;
  color: #FFF;
  background-color: #8bc53f;
  position: relative;
  padding: 12px 24px;
  border-radius: 4px;
  cursor:pointer;
  -webkit-appearance: none !important;
}

.edited {
color: #c3c3c3;
display: block;
font-size: 12px;
margin-top: 10px;
}

/* New Blog Post Type for content-blog.php template page */

#blog-left-column {
	width:30%;padding:0 5px 0 0;float:left;
}
#blog-right-column {
	width:60%;padding:0 10px 0 0;float:left;
}

@media only screen and (max-width: 999px) {
#blog-left-column {
	width:100%;padding:0 10px 0 0;float:left;
}
#blog-right-column {
	width:100%;padding:0 10px 0 0;float:left;
}	
}	
.blog_header_image {text-align:center !important;}
.blog_author {font-weight:bold;color:#3189b9;}

/*
.blog_author_title 
.blog_hashtags
.blog_copy
.related_posts_title
.related_posts
*/


/* Wordpress Download Manager Tree */
.entry-content UL.jqueryFileTree {
	display: flex;
	flex-wrap: wrap;
	font-family: proxima_novaregular, Arial, sans-serif;
}
.entry-content UL.jqueryFileTree ul {
	display: block;
}
.entry-content UL.jqueryFileTree LI {
	padding-left: 35px !important;
	line-height: 30px !important;
	font-size: 14px;
	width: 28%;
	white-space: normal;
}
.entry-content UL.jqueryFileTree LI UL LI {
	width: 80%;
}
@media only screen and (max-width: 600px) {
	.entry-content UL.jqueryFileTree LI {
		min-width: 100%;
	}
}
.entry-content .jqueryFileTree LI.file {
	padding-left: 25px !important;
	line-height: 25px !important;
	background-size: 20px 25px;
}


.entry-content .jqueryFileTree LI.directory {
	background-image: url("download-manager/images/folder-icon-closed.png");
	background-size: 30px;
}
.entry-content .jqueryFileTree LI.expanded {
	background-image: url("download-manager/images/folder-icon-open.png");
	background-size: 30px;
}
.entry-content .jqueryFileTree LI.wait {
	background-image: url("download-manager/images/loading-icon.gif");
    background-size: 20px;
	background-position: 10px 5px;
}

/* Default file image */
.entry-content .jqueryFileTree LI.file { background-image: url("download-manager/images/generic-icon.jpg"); }

/* File Tree ext types */
.entry-content .jqueryFileTree LI.ext_3gp { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_afp { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_afpa { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_asp { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_aspx { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_avi { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_bat { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_bmp { background-image: url("download-manager/images/image-icon.png"); }
.entry-content .jqueryFileTree LI.ext_c { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_cfm { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_cgi { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_com { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_cpp { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_css { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_doc { background-image: url("download-manager/images/word-icon.png.jpg"); }
.entry-content .jqueryFileTree LI.ext_docx { background-image: url("download-manager/images/word-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_exe { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_gif { background-image: url("download-manager/images/image-icon.png"); }
.entry-content .jqueryFileTree LI.ext_fla { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_h { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_htm { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_html { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_jar { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_jpg { background-image: url("download-manager/images/image-icon.png"); }
.entry-content .jqueryFileTree LI.ext_jpeg { background-image: url("download-manager/images/image-icon.png"); }
.entry-content .jqueryFileTree LI.ext_js { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_lasso { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_log { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_m4p { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_mov { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_mp3 { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_mp4 { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_mpg { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_mpeg { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_ogg { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_pcx { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_pdf { background-image: url("download-manager/images/PDF-icon.png"); }
.entry-content .jqueryFileTree LI.ext_php { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_png { background-image: url("download-manager/images/image-icon.png"); }
.entry-content .jqueryFileTree LI.ext_ppt { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_psd { background-image: url("download-manager/images/image-icon.png"); }
.entry-content .jqueryFileTree LI.ext_pl { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_py { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_rb { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_rbx { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_rhtml { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_rpm { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_ruby { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_sql { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_swf { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_tif { background-image: url("download-manager/images/image-icon.png"); }
.entry-content .jqueryFileTree LI.ext_tiff { background-image: url("download-manager/images/image-icon.png"); }
.entry-content .jqueryFileTree LI.ext_txt { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_vb { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_wav { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_wmv { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_xls { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_xlsx { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_xml { background-image: url("download-manager/images/generic-icon.jpg"); }
.entry-content .jqueryFileTree LI.ext_zip { background-image: url("download-manager/images/zip-icon.png"); }
.entry-content .jqueryFileTree LI.ext_rar { background-image: url("download-manager/images/zip-icon.png"); }
.entry-content .jqueryFileTree LI.ext_gz { background-image: url("download-manager/images/zip-icon.png"); }
.entry-content .jqueryFileTree LI.ext_tgz { background-image: url("download-manager/images/zip-icon.png"); }

/* START NEW NAVIGATION CSS 2022*/

  #page {
    margin: 0;
 }
 body.custom-background {
    background-color: transparent !important;
    background-image: none !important;
}

#site-title {
	padding: 0px;
    margin: 0;
}

.material-icon-default {font-size: 21px;color: #006BB7;float: left;line-height: 16px;font-weight: 500;}

.axio-brand-container {margin: 10px 0 0 0;}
 
#brandbutton1 {border: 0; background: transparent !important;cursor:pointer;}

 #access {box-shadow: none;color:#142841;bottom:-5px;left:0;}
 #access, #access ul ul a {
    background: transparent !important;
}

#access a:hover {
    background: transparent !important;
}

#access .menu-main-brand-container ul li a {
    color: #626262 !important;
	font-weight: 300;
    font-size: 16px !important;
}

#access .menu-main-brand-container ul li a:hover {
    color:#009dd4 !important;
}

#access li:hover > a, #access a:focus {
color:#009dd4 !important;
background: none !important;
border: none !important;
}

#access ul ul a { /* styling the submenu*/
    border: none !important;
    font-size: 12px;
    line-height: 40px;
    padding: 0 10px;
	color: #ffffff;
}

#access .menu-main-brand-container ul ul li:hover > a { /* styling the submenu on mouseover*/
color:#ffffff !important;
text-decoration:underline;
background: none !important;
}


#access .menu-main-brand-container .sub-menu li a {
    color: #ffffff !important;
}

#access .menu-main-brand-container ul ul {
position: absolute;
    left: 0;
    top: 71px;
    /*padding: 15px 500em;
    margin: 0 -500em;*/
	padding: 5px;
    margin: 0;
    background: #142841;
    z-index: 99999;
}

.menu-main-brand-container li {font-size:10px;text-transform:uppercase;height:85px;}
.menu-top-menu-container li {font-size:10px;text-transform:uppercase;}

#access .menu-top-menu-container ul ul {
	background: #ffffff;
}

#access .menu-top-menu-container ul li {
border-right: solid 1px #e8e8e8;
top: 6px;
}

#access .menu-top-menu-container ul ul li {
border-right: solid 0px #e8e8e8;
}

#access .menu-top-menu-container ul li a {
    color: #626262 !important;
	font-weight: 300;
    font-size: 12px !important;
	line-height:39px !important;
}

#access .menu-top-menu-container ul li a:hover {
    color:#009dd4 !important;
}

#access .menu-top-menu-container ul ul:hover {
    background: #ffffff !important;
}

/* Dropdown Items Float Reset */
#menu-main-brand .sub-menu li {float:none;}

/* special style for the login button */
/*
.menu-top-menu-container #menu-item-11849 {background-color:#e7e7e7;}
.menu-top-menu-container #menu-item-11849:hover {background-color:#009dd4;color:#ffffff !important;}
.menu-top-menu-container #menu-item-11849 a:hover {color:#ffffff !important;}
#access .menu-top-menu-container ul li#menu-item-11849 a:hover {color:#ffffff !important;}
*/

#access .newmenudivstyle-wrapper {
border-bottom: solid 1px #e8e8e8;
border-left: solid 1px #e8e8e8;
    width: 75.2%;
    float: right;
    height: 49px;
    position: absolute;
    top: -144px;
    right: -6px;
}
/*
@supports (-ms-ime-align: auto) {
	#access .newmenudivstyle-wrapper 
	{right: 80px !important;background:red;}
}
*/

#access #newmenudivstyle {
    /*border: solid 1px red;*/
    width: fit-content;
}

#access .primarydivstyle-wrapper {
width: 75.2%;
    position: absolute;
    /*border-bottom: solid 1px #e8e8e8;*/
    border-left: solid 1px #e8e8e8;
    top: -99px;
    height: 100px;
    float: right;
    right: -6px;	
}	

#access #primarydivstyle {
    position: relative;
    top: 30px;
    width: fit-content;
    /*border: solid 1px green;*/
    float: left;
    left: 25px;
}

input#s {
    background: #142841 url(/wp-content/themes/twentyeleven-child/images/search.png) no-repeat 10px 9px;
    line-height: 1.2em;
    padding: 4px 10px 4px 28px;
}

#branding #s {
    width: 0;
    border: 2px solid #142841;
    margin-left: 10%;
    border-radius: 25px;
	/*background-color: #222222;*/
}

#branding #s:hover {
    border: 2px solid #009dd4;
}	

input#s:hover {
    background-color: #009dd4;
    }

#access #newmenudivstyle a {
    padding: 0 20px !important;
}

.axio-brand-button {margin: 0 0 0 70px;}

.menu-main-brand-container .sub-menu li {height:35px;border:none;}

.accordion-content {
  /* Height animation:
  only really works well if the height is close to content - too high and the animation still goes to the max-height number, messing up the timing
  For widely variable height content, best not to animate. Switch display attribute instead */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s;
  background-size: 260px;
  background-repeat: no-repeat;
  background-position: center;
  color: #626262;
}

.accordion-control {
  display: none;
}
.accordion-control + label {
  position: relative;
  height: 20px;
  margin-left: 60px;
  padding-left: 5px;
  display: block;
  font-family: Rubik;
  font-size: 10px;
  line-height: 1em;
  z-index: 0;
}
.accordion-control + label:before, .accordion-control + label:after {
  content: "";
  position: absolute;
}
.accordion-control + label:before {
    left: 172px;
    top: -2px;
    width: 0;
    height: 0;
    border: solid grey;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    transition: all 0.2s ease-in;
}
.accordion-control + label:after {
  content: attr(data-label-closed);
  padding-left: 4px;
}
.accordion-control:checked + label {
  cursor: pointer;
}
.accordion-control:checked + label:before {
  transform: rotate(226deg);
  top:4px;
}
.accordion-control:checked + label:after {
  content: attr(data-label-open);
}
.accordion-control:checked + label + .accordion-content {
  max-height: 129px;
}


.axiobrand-family {
	margin: 0 0 2.7rem 0;text-align:center;background: #142841;
	/*display: grid;
    grid-template-columns: auto auto auto auto auto;*/
	z-index: 1 !important;
    position: relative;
	}

.axiobrand-family a {
	margin:0 50px 0 50px;
}

.axiobrand-family:first-child a {
	margin:0 50px 0 0;
}


#branding {
    padding-bottom: 20px;
	border-bottom: solid 1px #e8e8e8;
}

#branding .axio-brand-logo-axio  {
height: 94px;
    display: inline;
    width: auto;
    position: relative;
    top: -5px;
}

#branding .axio-brand-logo-ap  {
    height: 100px;
    display: inline;
    width: auto;
}
#branding .axio-brand-logo-gras {
    height: 100px;
    display: inline;
    width: auto;
    position: relative;
    top: 0;
}
#branding .axio-brand-logo-imc {
    height: 100px;
    display: inline;
    width: auto;
}

.menu-axiometrix-family-container a {color:#FFFFFF}

#menu-axiometrix-family > li.menu-item-has-children:first-child > a {
    border-top: 1px solid #3c3c3c;
}

.pre-main {top: -52px;position: relative;margin-bottom: 40px;}

#breadcrumbs {display: block;margin-top: 5px;
    text-align: left;
    float: left;
	font-size:11px;
	color:#707070;}
	
#breadcrumbs a {color:#626262;}	
	
.product-breadcrumbs {width:60%;margin-left: auto;margin-right: auto; margin-top:-30px;margin-bottom 0; height:20px;text-align:right;}
.breadcrumb-menu-container {width:93%}

.product-breadcrumbs li a {color:#626262;}

.menu-item a:hover {background: transparent !important;}

@media screen and (max-width: 1580px) {
.newmenudivstyle-wrapper, .primarydivstyle-wrapper {
    width:80% !important;
 }
}

@media only screen and (min-width: 1499px) {
#content.front-page-text-area {
    margin: 0;
    padding: 50px 7.5%;
}
}

@media screen and (max-width: 1280px) {
.newmenudivstyle-wrapper, .primarydivstyle-wrapper {
    width:80% !important;
 }
}

@media screen and (max-width: 1200px) {
.newmenudivstyle-wrapper, .primarydivstyle-wrapper {
    width:79% !important;
 }
}

@media screen and (max-width: 1120px) {
.newmenudivstyle-wrapper, .primarydivstyle-wrapper {
    width:77% !important;
 }
.menu-main-brand-container li {
	margin: 0 -5px;
} 
}

@media screen and (max-width: 1055px) {
.menu-main-brand-container li {
	margin: 0 -10px;
} 
}

@media screen and (max-width: 1300px) {
#access #newmenudivstyle, #access #primarydivstyle, .axio-brand-container, .newmenudivstyle-wrapper, .primarydivstyle-wrapper {
    display: none;
 }
 .logo-brand {margin: 25px 0 0 0;}
 .product-breadcrumbs {width: 92%;height: auto !important;text-align:left !important;}
 #menu-sticky-topper li {padding-left: 15px;}
 #breadcrumbs {margin-bottom:15px;}
 .breadcrumb-menu-container {}
}
/* TABLES */
.table {
	width: 100%;
	max-width: 100%;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	padding: 8px;
}
.entry-content .table th, .comment-content .table th {
	color: #373737;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}
.table ul {
  margin: 0 0 0 1.5em;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #f9f9f9;
}

/* Software */
.software-upgrade-box {
	background:#fff;
}