html {
	height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
	font-size: 1em;
	color:#000000;
	margin: 0px;
	padding-bottom: 5px;
	background-color: white;
	padding-top: 130px;
}

/* Keeps the sticky footer from covering content*/
.clear_bottom {
    clear:both;
    height:30px;
}

/* Defines the center section, change how much blank space on left and right*/
.center_space {
    width:75%;
    margin:auto;
    }

/* For 2 column index page with news on right*/

#index_page {
    width: 85% ;
    margin:auto;
    }

.index_main {
	float: left;
	width: 80%;
    text-align: center;
    }

.company_desc {
    font-weight: normal;
    width: 85%;
    margin: auto;
    padding: 0px 0px 20px 0px;
    }
/* Index page slides */

.mySlides {display: none}

/* Slideshow container */
.slideshow-container {
    max-width: 800px;
    position: relative;
    margin: auto;
    height: 570px;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 0px;
    width: 0px;
    margin: 0 0px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: transparent;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 3s;
    animation-name: fade;
    animation-duration: 3s;
}

@-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

.top_stories {
    font-weight: normal;
    width: 85%;
    margin: auto;
    padding: 0px 0px 20px 0px;
    }
.story {
    padding: 10px 0 px 10px 0px;
    max-width: 1400px;
     }

.index_news {
	float: left;
 	width: 15%;
    text-align: center;
    padding: 0px 0px 0px 0px;
    }
.news_title {
    font-family: 'Verdana';
	font-size: 1.75em;
    font-weight: bold;
    }
.news_items {
    margin: auto;
    }
.names {
    float:left;
    width: 100%;
	font-size: 1.2em;
	color: black;
	font-variant: small-caps;
	font-weight: normal;
    padding-bottom: 10px;
    }
#cse-search-box {
    width: 100%;
    text-align: center;
    height: 25px;
    margin-top: 12px;
    }
.search_input {
    border: 1px solid;
    width: 200px;
    height: 25px;
    }
.search_button {
    background-color: #1965f2;
    border-radius: 2px;
    text-decoration: none;
    color: white;
    font-size: 1em;
    height: 30px;
    }

/* Not used in new design Dec 2019 */
h1 {
        font-size: x-large;
        color: #d75600;
        font-variant: small-caps;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 5px;
}

/* Not used in new design Dec 2019 */
h2 {
        font-size: large;
        color: #d75600;
        font-variant: small-caps;
		padding: 10px 0px 0px 10px;
		margin: 0px 0px 0px 0px;
}

/* Not used in new design Dec 2019 */
h5 {
        font-size: small;
        text-align: center;
        color: #000000;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
}

p  {
    color:#333;
    font-size:1em;
	line-height: 1.4em;
}

img {
	border: 0px;
}

.caption {
    padding: 10px 0px;

}

/* Table design for docs and downloads added Oct 2019-SP */

/* "Contact us to buy" button on Iyo Dante page*/
.buy_button {
    width:290px;
    margin:0 auto;
    background-color: #d75600; /* ASI Orange */
    border: 3px solid #FF6C0A;
    border-radius: 2px;
    padding: 15px 5px;
    text-align: center;
    text-decoration:none;
    font-size: 1.25em;
    cursor: pointer;
    }
.buy_button:hover {
    background-color:#FF6C0A;
    }
.buy_button a:link {
    text-decoration: none;
    display: inline-block;
    color: white;
    }
.buy_button a:visited {
    text-decoration: none;
    display: inline-block;
    color: white;
    }
.docs_downloads {
    width:100%;
    padding-bottom:10px;
    }
table.docs {
    float: left;
	font-size: 100%;
	width: 100%;
 	border-collapse: collapse;
	border: 2px solid black;
	border-style: solid;
    padding: 10px 0px 20px 0px;
    }

table.docs th {
	font-weight: bold;
	text-align: center;
	background-color:#595959;
	color: #FFFFFF;
    }

table.docs td, tr {
	border: 1px solid black;
	padding: 5px;
	text-align: left;
    }
table.docs img {
    max-width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

table.contacts {
    float: left;
	font-size: 100%;
	width: 33.3%;
    padding: 10px 0px 20px 0px;
    }

table.contacts th {
	font-weight: bold;
	text-align: center;
	background-color:#595959;
	color: #FFFFFF;
    }

table.contacts td, tr {
	padding: 5px;
	text-align: center;
    }

table.news {
    float: left;
	width: 100%;
    padding: 10px 0px 20px 0px;
    }

table.news th {
	font-weight: bold;
	text-align: center;
	background-color:#595959;
	color: #FFFFFF;
    }

table.news td, tr {
	padding: 5px;
	text-align: left;
    }
table.small {
    float: none;
	width: 25%;
    padding: 10px 0px 20px 0px;
    }
table.small th {
	font-weight: bold;
	text-align: center;
	background-color:#595959;
	color: #FFFFFF;
    }

table.small td, tr {
	padding: 5px;
	text-align: center;
    }
table.gsc-table-result tr {
    text-align: left;
}

/* Table design for products added Oct 2019-SP */

table.products tr:nth-child(odd) {background-color: #dbdbdb;}

table.products {
    width: 100%;
    padding: 10px;
    margin: auto;
	border-collapse: collapse;
	border: 1px solid black;
	border-style: solid;
}

table.products td,tr {
    font-size: 95%;
   	text-align: center;
}

table.products th {
	font-weight: bold;
	text-align: center;
	background-color:#595959;
	color: #FFFFFF;
}

/* Existing table design- not clear on where it's used Oct 2019-SP */

table.info {
	background: #333333; 
	width: 100%; 
	border-collapse: collapse; 
	border: 1px solid black;
}

table.info td {
	border: 1px solid black;
	padding: 0.2em 2ex 0.2em 2ex;
	color: black;
}

table.info tr.hdr td {
	background: rgb(255, 102, 0); 
	font-weight: bold;
	border: 1px solid rgb(255,102,0);
}

table.info tr.d0 td {
	border: 1px solid white;
	padding: 2px 2px 2px 2px;
	background: rgb(224,224,224); 
	vertical-align: top;
}
table.info tr.d1 td {
	border: 1px solid white;
	padding: 2px 2px 2px 2px;
	background: rgb(208,208,208); 
	vertical-align: top;
}

table.info tr.d2 td {
	border: 1px solid white;
	padding: 2px 2px 2px 2px;
	background: rgb(192,192,192); 
	vertical-align: top;
}

.no_display *{
 	position: absolute;
 	top: -10000px;
 	left: -10000px;
	visibility: hidden;
}

.no_display *td{
    border: 0px solid black;
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
   	padding-bottom: 10px;
    background: rgb(242, 242, 242);
    }
#footer_box {
    margin:auto;
    text-align: center;
    }

.footer_left {
    float: left;
    padding-top: 5px;
    width: 25%;
    }
.footer_center {
    float: left;
    padding-top:18px;
    width: 50%;
    }
.footer_right {
    float: right;
    padding-top: 5px;
    width: 25%;
    }
.footer_contact_links_box{
    float: left;
    margin-top:10px;
    width: 160px;
    display:block;
    align-items: center;
    }

#copyright {
  	padding-top: 12px;
    padding-bottom: 12px;
  	text-align: center;
    position: absolute;
  	left: 0;
  	right: 0;
    }

#footer_links {
    float: right;
    }

#main_data {
	position: absolute;
	top: 0px;
	left: 0px;
}

#display_data {
}

p.prod_title {
        font-size: 14pt;
        font-weight: bold;
        background-color: #C0C0C0;
}

p.prod_main {
}

dl.prod_features {
        text-align: left;
}

dl.prod_features dt {
        margin-left: 10px;
        font-size: 10pt;
        font-weight: bold;
}

dl.prod_features dd {
        margin-left: 20px;
}

/* top bar */
#top_bar {
    width: 100%;
    position: fixed;
    background-color: #f2f2f2;
    top: 0;
    left: 0;
    height: 85px;
    text-align: center;
    }
.top_bar_box {
    width: 75%;
    margin:auto;
    top: 0;
    height: 85px;
    text-align: center;
    }
.top_bar_left {
  float: left;
    height: 85px;
    width: 25%;
    }
.top_bar_center {
    float:left;
    height: 85px;
    width: 50%;
    }
.top_bar_right {
    float: left;
    height: 65px;
    width: 25%;
    padding-top: 20px;
    }
.top_bar_links_box{
    float: right;
    margin-top:35px;
    width: 160px;
    display:block;
    align-items: center;
    height: 25px;
    }

/* ASI logo */
#asi_logo {
  top: 0;
  width: 10em;
  padding-top: .4em;
  float:left;
}

/* Facebook icon */
#fb_icon {
  float: left;
  width: 25px;
  top: 35px;
  padding-right: 5px;
}
/* LinkedIn icon */
#linkedin_icon {
  float: left;
  width: 25px;
  top: 35px;
  padding-right: 5px;
}
/* Instagram icon */
#instagram_icon {
  float: left;
  width: 25px;
  top: 35px;
  padding-right: 5px;
}
/* Contact us button */
#contact_us_btn {
  float: left;
  background-color: #1965f2;
  width: 80px;
  border-radius: 2px;
  height: 20px;
  padding-top: 2px;
  padding-bottom: 4px;
}
#contact_us_btn a {
  text-decoration: none;
  color: white;
  font-size: .75em;
  font-weight: bold;

}
/* ASI Slogan */
.slogan {
  padding-top: 38px;
  letter-spacing: 5px;
  font-size: 1.1em;
  font-weight: bold;
  color: #d75600;
}

/* Desktop navigator */
#nav {
  background-color: #d75600;
  position: fixed;
  top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 20px;
  margin-top: 85px;
}

/* wrapper for nav - limits it's size to line up with page */

#nav_lists {
    width:83%;
    margin: auto;
}

/* drop down lists in nav */
#nav ul {
  text-align: center;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  position: relative;
  min-width: 200px;
}
#nav ul {
  display: flex;
  flex: 1 1 100%;
  border-bottom: 2px solid transparent;
}
#nav li {
  flex: 1 1 100%;
  text-align: justify-all;
  border-bottom: 2px solid transparent;
}

#nav ul li a {
  color: white;
  display: block;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
  text-decoration: none;
  border-radius: 1px;
}
#nav ul li a:hover {
  color: #d75600;
  color: white;
}
#nav ul li:hover ul {
  display: block;
}
#nav ul ul {
  display: none;
  width: 14.28%;
  text-align: center;
  position: absolute;
  background-color: rgb(242, 242, 242);
  box-shadow: 5px 5px 5px -5px #333;
  border-top: 0;
  padding-bottom: 5px;
}
#nav ul ul li {
  float:none;
  display: block;
  width:100%;
}
#nav ul ul li a {
  color: #333;
  padding-top: 10px;
  padding-bottom: 10px;	
}
#nav ul ul li a:hover {
  color: white;
  background-color: #d75600;
}
/* inner page navigation*/
nav.page-navigation {
    width: 80px;
    background-color: #ebebeb;
    position: fixed;
    top:10%;
    left:0;
}
nav.page-navigation li {
    width: 100%;
}
nav.page-navigation a {
    padding: 0.6em 10%;
    width: 80%;
}
/* Mobile navigator */
.nav-mobile {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  background: #D7560E;
  color: #FFF;
  padding: 0;
  margin: 0;
  cursor: auto;
  font-family: "Arial";
  font-variant: small-caps;
  list-style-type: none;
  z-index: 999999;
  box-shadow: 0 5px 5px -5px #333;
  display: none;
}
.nav-mobile li {
  width: 100%;
  height: 45px;
  line-height: 46px;
  text-align: left;
  float: left;
}
.nav-mobile li a {
  display: block;
  color: #333;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.nav-mobile .menu-button {
  position: relative;
  top: 30;
  left: 100%;
  margin: 0;
  cursor: pointer;
  width: 30px;
  height: 4px;
  background-color: #d75600;
  margin: 3px 0;
  display: block;
}
.nav-mobile #menu-toggle {
  display: none;
}
.nav-mobile #menu-toggle.active ~ .menu-button .icon-close, .nav-mobile #menu-toggle:checked ~ .menu-button .icon-close {
  display: block;
}
.nav-mobile #menu-toggle.active ~ .menu-button .icon-open, .nav-mobile #menu-toggle:checked ~ .menu-button .icon-open {
  display: none;
}
.nav-mobile #menu-toggle.active ~ .menu-button:after, .nav-mobile #menu-toggle:checked ~ .menu-button:after {
  opacity: 1;
  pointer-events: auto;
}
.nav-mobile #menu-toggle.active ~ .menu-sidebar, .nav-mobile #menu-toggle:checked ~ .menu-sidebar {
  transform: translateX(0);
}
.nav-mobile .menu-container {
  width: 65px;
  float: left;
  right: 20%;
  top: 20px;
  cursor: pointer;
  position: absolute;
}
.nav-mobile .menu-container .menu-sidebar {
  display: block;
  width: 50%;
  bottom: 0;
  background-color: rgb(242, 242, 242);
  color: #333;
  position: fixed;
  z-index: 999;
  transform: translateX(1000px);
  top: 120px;
  right: 0px;
  list-style-type: none;
  padding: 0;
}
.nav-mobile .menu-container .menu-sidebar .arrow {
  position: absolute;
  line-height: 50px;
  font-size: 32px;
  color: #333;
  top: 0;
  z-index: 0;
}
.nav-mobile .menu-container .menu-sidebar .arrow.left {
  left: 25px;
}
.nav-mobile .menu-container .menu-sidebar .arrow.right {
  right: 25px;
}
.nav-mobile .menu-container .menu-sidebar li {
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  text-align: left;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 20px;
}
.nav-mobile .menu-container .menu-sidebar li .menu-sub {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  overflow: hidden;
  background-color: rgb(242, 242, 242);
  color: #333;
  visibility: hidden;
  border-left: 1px solid #ccc;
  list-style-type: none;
  padding: 0;
  margin: 0;
  z-index: 2;
}
.nav-mobile .menu-container .menu-sidebar li .menu-sub .menu-sub-title {
  padding-left: 50px;
}
.nav-mobile .menu-container .menu-sidebar li .submenu-label {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: block;
    }
.nav-mobile .menu-container .menu-sidebar li .submenu-toggle {
  display: none;
    }
.nav-mobile .menu-container .menu-sidebar li .submenu-toggle.active ~ .menu-sub, .nav-mobile .menu-container .menu-sidebar li .submenu-toggle:checked ~ .menu-sub {
  width: 100%;
  visibility: visible;
  z-index: 1;
    }

/* Breadcrumb navigator*/

#my-breadcrumbs ul li {
	list-style:none;
    width:100%;
    margin-left: -35px;
   	font-size: .75em;
    }
#my-breadcrumbs ul li a {
	display: block;
    float: left;
    text-align: center;
    padding: 0px 2px 0px 2px;
    text-decoration: none;
    }
#my-breadcrumbs ul li a:hover{
	font-size: 1.1em;
    }
#my-breadcrumbs ul li a:after {
    content: " /";
    }
/* Hide the Before Pseudo Element */
#my-breadcrumbs ul li:first-child a:before {
	display: none;
    }
/* Hide the Before Pseudo Element */
#my-breadcrumbs ul li:last-child a:after {
	display: none;
    }
#opt_in_popup {
  position: fixed;
  width: 100%;
  height: 225px;
  bottom: 0;
  background-color: rgb(242, 242, 242);
  border-top: 1px solid gray;
  z-index: 2;
  text-align: left;
    }
#opt_in_popup_text {
  position: relative;
  font-size: .85em;
  padding-top: 25px;
  padding-left: 27%;
  padding-right: 25%;
  padding-bottom: 20px;
    }
#opt_in_accept_btn {
  position: relative;
  width: 70px;
  height: 40px;
  border-radius: 3px;
  color: white;
  background-color: #1965f2;
  border: 1px solid transparent;
  margin: 0 auto;
    }
#opt_in_accept_btn:hover {
    cursor: pointer;
    }
#opt_in_text {
    font-size: .9em;
    margin: .75em;
    }
@media (max-width: 1210px) {
.search_input {
    border: 1px solid;
    width: 150px;
    height: 25px;
    }
}
@media (max-width: 1115px) {
.nav-mobile {
    display: block;
  }
  #contact_us_btn {
    display: none;
  }
  #fb_icon {
    display: none;
  }
  #linkedin_icon {
    display: none;
  }
  #instagram_icon {
    display: none;
  }
  #asi_logo {
    left: 5%;
    width: 8em;
  }
  #nav {
    display: none;
  }

  #top_bar {
    border-bottom: 1px solid #0000002e;
  }
  
  #well {
  height: calc(100vh - 2000px);
  }

  #opt_in_popup_text {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
/* Added 9-2019 for new responsive pages layout */
.page_title {
    width: 100%;
	font-size: 1.5em;
	color: #d75600;
	font-variant: small-caps;
	font-weight: bold;
    text-align:left;
	padding: 0px 0px 10px 0px;
    }
.section_title {
    float: left;
    width: 100%;
	font-size: 1.25em;
	color: #d75600;
	font-variant: small-caps;
	font-weight: bold;
    padding: 10px 0px 10px 0px;
    }
.section_foot {
    float: left;
    width: 100%;
	font-size: 1em;
	color: #d75600;
	font-variant: small-caps;
	font-weight: bold;
    padding: 10px 0px 10px 0px;
    }
.description {
	float: left;
	width: 80%;
    /*min-height: 305px;
    max-height: 375px; */
	padding: 0px 0px 20px 0px;
    text-align: justify;
	}
.contact_tech {
    float: left;
    width: 20%;
    text-align: center;
    }
.contact_sales {
    float: left;
    width: 20%;
    text-align: center;
    }
.contact_form {
    align-content: center;
    padding: 10px 0px 0px 30px;
    }
.features_left {
	float: left;
	width: 53%;
	padding: 10px 10px 10px 0px;
	}

.features_left img {
    display:block;
    margin-left: auto;
    margin-right: auto;
    }
.features_right {
    display:block;
	float: left;
	width: 45%;
    padding: 10px 0px 10px 0px;
    margin-left: auto;
    margin-right: auto;
    }
.features_right img {
    display:block;
    margin-left: auto;
    margin-right: auto;
    }
.features_full {
    display:block;
	float: left;
	width: 100%;
    padding: 0px 0px 10px 0px;
    margin-left: auto;
    margin-right: auto;
    }
.features_full img {
    display:block;
    margin-left: auto;
    margin-right: auto;
    }
/* tabs with subtabs - block diagrams on sound cards*/

.tab3 {
    width:100%;
    }
.tab_title {
    width: 100%;
	 /* font-family: 'Roboto', sans-serif; */
	font-size: medium;
	color: #d75600;
	font-variant: small-caps;
    font-weight: bold;
    text-align: center;
    }
.tab__header {
    display: block;
    clear: both;
    overflow: hidden;
    /*border: 1px solid #ccc; */
    background-color: blue;
    width: 100%;
    }
.tab__header > div {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 25%;
    font-size: medium;
    text-align: center;
    background: #A6A6A6;
    color: #FFF;
    margin-bottom:5px;
    }
.tab__header_sub {
    display: block;
    clear: both;
    overflow: hidden;
    /*border: 1px solid #ccc; */
    background-color: green;
    width: 100%;
    }
.tab__header_sub > div {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 15%;
    font-size: medium;
    text-align: center;
    background: #A6A6A6;
    color: #FFF;
    margin-bottom:5px;
    }
.tab__header > div:hover {
    background: #7D7D7D;
    cursor: pointer;
    }
.tab__header > div.tab__header--active {
    background: #d75600;
    }
.tab__content {
    display: block;
    clear: both;
    overflow: hidden;
    background: #FAFAFA;
    color: #212121;
    }
.tab__content > div {
    display: inline-block;
    vertical-align: top;
    float: left;
    display: none;
    background: red;
    width:100%;
    }
.tab__content > div.tab__content--active {
    display: block;
    clear:both;
    }
.pics_row  {
    float:left;
    width:100%;
    }
.product_pic {
    width: 90%;
    min-height: 120px;
    max-width:450px;
    margin:auto;
    padding-top:20px;
    }
.product_pics_row {
    display:block;
    float: left;
    width:100%;
    margin-left: auto;
    margin-right: auto;
    }
/* For 1 smaller pic centered in a row*/

.product_pics_1 /* Sets containers properties for 1 picture row*/{
    float: left;
    margin:auto;
    width: 100%;
    text-align: center;
    padding-bottom: 0px;
    }
.product_pics_1 img{
    display:block;
    float:none;
    width: 100%;
    max-width: 700px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    }
.product_pics_2 /* Sets containers properties for 2 picture row*/{
    float: left;
    margin:auto;
    width: 50%;
    text-align: center;
    padding-bottom: 0px;
    }
.product_pics_2 img /* Sets pic properties for 2 in a row*/{
    display:block;
    float: left;
    width: 100%;
    max-width: 600px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    }
.product_pics_3 /* Sets containers properties for 3 picture row*/{
    float: left;
    margin:auto;
    width: 33.3%;
    text-align: center;
    padding-bottom: 0px;
    }
.product_pics_3 img /* Sets pic properties for 3 in a row*/{
    float: left;
    width: 100%;
    max-width: 600px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    }
.product_pics_4 /* Sets containers properties for 3 picture row*/{
    float: left;
    margin:auto;
    width: 25%;
    text-align: center;
    padding-bottom: 0px;
    }
.product_pics_4 img /* Sets pic properties for 3 in a row*/{
    float: left;
    width: 100%;
    max-width: 600px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    }
.product_pics_multi img{
    float: left;
    width: 30%;
    max-width: 600px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    }
/* For a single pic that spans whole row*/
.product_pics_full img {
    display:block;
    width:100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
	}
.product_pic_caption {
    width: 80%;
    min-height: 20px;
    margin:auto;
    font-weight: bold;
    }
.product_tables {
    float: none;
	width: 100%;
    padding: 0px 0px 20px 0px;
    }
.product_tables img {
	width: 100%;
	padding: 0px 0px 20px 0px;
	}
table.product_list tr:nth-child(odd) {
    background-color: #dbdbdb;
    }
table.product_list {
    width: 100%;
	border-collapse: collapse;
	border: 2px solid black;
	}
 .product_list_title {
    float:left;
    width: 100%;
	font-size: 1.25em;
	color: #d75600;
	font-variant: small-caps;
	font-weight: bold;
	padding: 10px 0px 10px 20px;
    text-align: left;
    }
table.product_list th {
	font-weight: bold;
	text-align: center;
	background-color:#595959;
	color: #FFFFFF;
	}
table.product_list td,tr {
    font-size: 100%;
   	text-align: center;
    border: 1px solid black;
    padding: 10px 0px 10px 0px;
    }
table.product_list a:link {
    font-weight: bold;
    font-size: 100%;
	}
.footnote {
    float: left;
    font-size: .85em;
    padding-bottom: 10px;
    }
.fullwide {
    float: left;
    }
.last_words {
    float:left;
    width: 100%;
    font-weight: bold;
    text-align: center;
	padding: 10px 0px 50px 0px;
	}
.prod_calc {
    width:100%;
    display: block;
    text-align: center;
    }
.prod_calc select {
	float: none;
	width: 25%;
    height: 25px;
    margin:auto;
    font-weight: bold;
	}
.prod_calc_button {
    margin:0 auto;
    background-color: #d75600; /* ASI Orange */
    border: 2px solid #FF6C0A;
    border-radius: 1px;
    text-align: center;
    text-decoration:none;
    padding: 5px 20px;
    cursor: pointer;
    color: white;
    margin:5px;
    }
.prod_calc_button:hover {
  background-color:#FF6C0A;
    }
.prod_calc_button a:link {
    text-decoration: none;
    display: inline-block;
    color: white;
    }
.prod_calc_button a:visited {
    text-decoration: none;
    display: inline-block;
    color: white;
    }
.product_group {
    width:100%;
    margin:auto;
    }
#product_categories {
    width: 100%;
    }
.product_category {
    float: left;
    margin:auto;
    width: 33.3%;
    text-align: center;
    padding: 0px 0px 20px 0px;
    }
.product_category_2 /* for 2 item row*/{
    float: left;
    margin:auto;
    width: 50%;
    text-align: center;
    padding: 0px 0px 20px 0px;
    }
.product_category_3 /* for 3 item row*/{
    float: left;
    margin:auto;
    width: 33.3%;
    text-align: center;
    padding: 0px 0px 20px 0px;
    }
.product_category_4 /* for 4 item row*/{
    float: left;
    margin:auto;
    width: 25%;
    text-align: center;
    padding: 0px 0px 20px 0px;
    }
.product_category_desc {
    width: 80%;
    min-height: 60px;
    margin:auto;
    padding: 0px 10px 10px 0px;
    }
.product_category_pic {
    width: 90%;
    min-height: 120px;
    max-width:450px;
    margin:auto;
    padding-top:20px;
    }
.product_category_link {
    font-weight: bold;
    align-content: bottom;
    padding:10px 0px 20px 0px;
    }
ul {
    list-style-position: outside;
    }
table.command td {
    text-align: left;
    background: #C0C0C0;
    font-family: SimHei;
    font-size: 1.2em;
    padding: 5px;
    }

@media only screen and (max-width:800px) {
.center_space {
    width:95%;
    margin:auto;
    }
p {
    text-align: justify;
    }
.slogan {
    display: none;
    }
#footer_box {
    height: 25px;
    }
#footer_links {
  	display:none;
    }
.footer_left {
    display: none;
    }
.footer_right {
    display: none;
    }
.footer_center {
    width: 100% ;
    height: 20px;
    }
}

@media only screen and (max-width:1800px){
.center_space {
    width: 90%;
    margin:auto;
    }
#index_page {
    width: 100% ;
    margin:auto;
    }
.top_bar_box {
  width: 90%;
  margin:auto;
  }
#nav_lists {
    width:98%;
    margin: auto;
    }

}

@media only screen and (min-width:1114px){
/* makes mobile tables invisible on bigger screens*/
.generated_for_mobile {
    display:none;
    }
}
@media only screen and (max-width:1115px){

/* Clears blank space at top in mobile*/
.clear_top {
    margin-top: -35px;
    }
/* center_space forms the center section, change how much blank space on left and right*/
.center_space {
    width:95%;
    margin:auto;
    }
table.docs img {
    width: 100px;
    }
.description {
	float:left;
    width:97%;
    padding: 5px;
	}
.page_title {
    padding: 0px;
    text-align: center;
    }
.contact_tech {
	float:none;
    width:100%;
    }
.contact_sales {
	float:none;
    width:100%;
    }
.contact_form {
    align-content: center;
    padding-bottom: 10px;
    padding-right:20px;
    }
.features_left {
	float: none;
    width:100%;
	}
.features_right {
	float: none;
    width:100%;
	}
.section_title {
    text-align: center;
    }
.product_pics {
	float: none;
    width: 100%;
	}
.product_pics_row {
	float: none;
    width: 100%;
	}
.pics_row {
	float: none;
	}
.product_pics_2 /* Resets containers for 2 picture row*/{
    float: none;
    margin:auto;
    width: 100%;
    padding-bottom: 0px;
    }
.product_pics_2 img{
    float:none;
    width: 90%;
    margin-top: -20px;
    }
.product_pics_3 /* Resets containers for 3 picture row*/{
    float: none;
    margin:auto;
    width: 100%;
    padding-bottom: 0px;
    }
.product_pics_3 img{
    float:none;
    width: 90%;
    margin-top: -20px;
    }
.product_pics_full img{
    float:none;
    width: 100%;
    margin-top: -10px;
    }
.product_pics_multi img{
    float:none;
    margin-top: -10px;
    }
.docs_downloads {
 	float:none;
	}
.tab {
    font-size: .85em;
    }
#product_categories{
    width:100%;
    }
/* resets product category to full page*/
.product_category_2 /* for 2 item row*/{
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: -20px;
    }
.product_category_3 /* for 3 item row*/{
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: -20px;
    }
.product_category_4 /* for 4 item row*/{
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: -60px;
    }
.product_category_desc {
    padding: 0px 0px 0px 0px;
    }
.product_category_pic {
    padding: 0px 0px 0px 0px;
    }
.product_category {
    float: clear:
    }
.product_tables {
    float: none;
	}
.product_list {
    display: none;
	}
.product_list_title {
    text-align: center;
    padding: 0px 0px 10px 0px;
	}
.prod_calc select {
	float: none;
	width: 40%;
	}
.index_main {
	float: none;
	width: 100%;
    padding: 0px 0px 20px 0px;
	}
.company_desc {
    font-weight: normal;
    width: 95%;
    margin: auto;
    padding: 0px 10px 20px 10px;
    }
.top_stories {
    font-size: medium;
    font-weight: 600;
    width: 95%;
    margin: auto;
    padding: 0px 0px 20px 0px;
    }
.index_news {
	float: none;
	width: 100%;
   	padding-bottom: 20px;
	}
#footer {
    width: 105%;
    }
#footer_links {
  	display:none;
    }
.footer_left {
    display: none;
    }
.footer_right {
    display: none;
    }
.footer_center {
    width: 100% ;
    height: 20px;
    }
table.contacts {
    float: none;
	width: 100%;
    }
.top_bar_right {
    display: none;
    }
table.small {
    float: none;
	width: 100%;
    }
/* Slideshow container */
.slideshow-container {
    max-width: 800px;
    position: relative;
    margin: auto;
    height: 40%;

    }
}

/* CSS for tables automatically generated for mobile - requires jscript on page*/

.odd {
    background-color: #dbdbdb;
     }
.generated_for_mobile {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px black;
    border-collapse: collapse;
    width: 100%;
    }
.generated_for_mobile th {
    text-align: left;
    }
.generated_for_mobile tr {
    border: 2px solid black;
    width:50%
    font-size: 125%;
    text-align:center;
    }
.generated_for_mobile a:link {
    font-weight: bold;
    font-size: 110%;
	}

/* EasyTabs*/
.etabs { margin: 0; padding: 1px;}
.tab { display: inline-block; width:19%; background: #eee; border: solid 1px black; border-radius:2px; margin-bottom:5px;}
.tab a { line-height: 2em; display: block; padding: 0px; text-decoration: none; color:#333; text-align:center;}
.tab a:hover { text-decoration: none; }
.tab.active { background: #f75600; }
.tab a.active { color:white; }
.tab-container .panel-container { background: #fff;}
.panel-container_content { overflow:auto; max-height: 700px;}
}

