/*
Theme Name: Responsive TwentyTen
Theme URI: http://wordpress.org/
Description: Responsive child theme for TwentyTen.
Author: Todd Halfpenny
Version: 0.1
Template: twentyten
Tags: black, blue, white, two-columns, fluid, responsive, custom-header, custom-background, theme-options, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

@import url("../../twentyten/style.css");
  
#wrapper,
#access,
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#footer {
  width: 100%;
}



#access {
  max-width: 100%;
}

#main {
	margin-top: 0px;
	margin-right: 10%;
	margin-bottom: 0px;
	margin-left: 10%;
  }

.entry-content img.size-full {
  border: 1px solid #333;
  padding: 5px;
  -moz-box-shadow: 2px 2px 10px #333;
  -webkit-box-shadow: 2px 2px 10px #333;
}

iframe, object, embed{
  max-width: 100%;
}

.wp-caption {
	max-width: 100% !important; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}

.wp-caption img {
  height: auto;
}

@media screen and (max-width: 2880px) {
  #wrapper {
	width: 100%;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
  }
  
   #phone-panels {
	display: none;
}

#mobile-form {
	display: none;
}
 #access {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
  }
  
  #mobiledropdown {
	display: none;
	overflow: visible;
  }
  
  #wrapper,
  #access .menu-header,
  div.menu,
  #colophon,
  #branding,
  #main {
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 5%;
	padding-right: 5%;
  }

 #access .menu-header,
  div.menu {
	font-size: 13px;
	width: 980px;
	text-align: left;
}

 #footer {
	width: 100%;
  }

 #branding  {
	overflow:visible;
  }
  
  #content-inside {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

 /* added extra lines from the next release of twentyten */
#content img {
  max-width: 100%;
  }
  
  /*
  LAYOUT: Two columns
  DESCRIPTION: Responsive.
  940 = 720 + 220
  100% = 76.5957447% + 23.40425535% 
  */
  
  #container {
	width: 600px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
  }
  
  #main {
	  width: 980px;
  }

.box1 {
	height: 100%;
	
}

.box3 {
	height: auto;
}

.box2 {
	height: 100%;
}

#embed-form {
	display: none;
}

}

@media screen and (max-width: 768px) {
	
	
	#wrapper {
	width: 99%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	margin-right: 10px;
	margin-left: 10px;
  }
  
  #phonesliderb_container {
	display: none;
}

#phone-panels {
	display: none;
}

#mobile-form {
	display: inline-block }

/* Dropdown Button */
.dropbtn {
	background-color: #FF5713;
	color: white;
	padding: 0px;
	font-size: 16px;
	height: 33px;
	width: 150px;
	border: none;
	cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}


/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 500px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	right: 0;
	z-index: 1002;
}

.dropdown-content-mobile {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 20%;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}



/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
	background-color: #0058A3;
}

#wtl-form{
		margin: 0;
		padding: 20px;
		font-family: 'Helvetica', arial;
		background: #0e599c;
        padding-top: 56px;
	}
	#wtl-form *{ 
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
        box-sizing: border-box;
	}
	#wtl-form *:before,
	#wtl-form *:after {
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	}
	#wtl-form .formrow{
		padding: 8px 0;
		clear:both;
	}
	#wtl-form .formrow:before{
		display: table;
		content: "";
	}
	#wtl-form .formrow:after{
		display: table;
		content: "";
		clear:both;	
	}
	
	#wtl-form .formcol-2{
		width: 100%;
		float: none;
	}
	#wtl-form .formcol-2:first-child{
		margin-bottom: 16px;
	}
	@media screen and (min-width: 768px){
		#wtl-form .formcol-2:first-child{
			margin-bottom: 0px;
		}
		#wtl-form .formcol-2{
			width: 49%;
			float: left;
			margin-right: 1%;
		}
		#wtl-form .formcol-2:last-child{
			margin-left: 1%;
			margin-right: 0;
		}
	}

	#wtl-form .formcol-1{
		width : 100%;
	}
	#wtl-form label{
		display: block;
		margin-bottom: 4px;
		font-size: 15px;
		font-weight: bold;
		color: #ffffff;
	}
	#wtl-form input[type="text"], #wtl-form textarea{
	    font-size: 15px;
	    padding-left: 4px;
	    width: 100%;
	    max-width: none;
	    width: 100% ;
	    border: 1px solid #f0f0f0;
	    height: 34px;
	    border-radius: 2px;
	    max-width: none ;
	}
	
	#wtl-form textarea{
		height: 80px;
	}
	#wtl-form select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		margin: 0;
		border: 1px solid #f0f0f0;
		border-radius: 2px;
		padding: 6px;
		font-size: 16px;
		background: #fff url(select-arrow.png) top right no-repeat;
		height: 34px;
		width: 100%;
		max-width: none;
	}
	#wtl-form .sbmtbtn{
	    width: 100% !important;
	    text-align: center !important;
	    padding: 10px 0 !important;
	    background: #41ad49;
	    border-radius: 4px;
	    display: block;
	    color: #fff;
	    font-size: 18px;
	    font-weight: 600;
	    text-decoration: none;
	    margin-top:10px;
	    border:0;
	}
	#wtl-form label.checkbox-label{
		display: inline-block !important;

	}
    
    #wtl-form label.error{
        font-size: 13px;
        font-weight: normal;
        padding-top:2px;
        color: #f60;
    }
    #wtl-form label span.req, .form-msg span.req{
        font-size: 18px;
        font-weight: normal;
        color: #f60;
    }

    .form-msg{
        position: absolute;
        top: 20px;
        left: 20px;
        color: rgba(255,255,255,0.6);
        padding-right: 60px;    
        font-size: 13px;
        font-weight: 100;
        
    }
    .closefrmbtn{
        position: absolute;
        top: 15px;
        right: 20px;
        width: 40px;
        height: 40px;
        background: rgba(255,255,255,0.95);
        font-size: 20px;
        line-height: 20px;
        text-align: center;
        cursor: pointer;
        border-radius: 4px;
        padding: 8px 10px 10px 10px;
    }
    .closefrmbtn span{
        text-align: center;
        display: block;
        font-size: 9px;
        font-weight: bold;
        position: absolute;
        bottom: 4px;
        right: 0px;
        text-transform: uppercase;
        font-family: arial;
        width: 100%;
        height: 14px;
    }
  #wrapper,
  #access,
  #access .menu-header,
  div.menu,
  #colophon,
  #branding,
  #main,
  #footer {
	width: 99%;
  }
  
 
	#main {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
	 #access {
	display: none;
	overflow: visible;
  }
  
  #mobiledropdown {
	display: inline-block;
	overflow: visible;
  }
  #branding {
	border-top: none;
	border-bottom: none;
	display: inline-block;
	width: 50%;
}
  
  
  
  #branding img {

	border-top: none;

	border-bottom: none;

	display: block;

	float: left;

	padding: 0 0 0 20px;

}

#container {
    float: left;
    width: 99%;
    overflow: auto;
  }
  
  #searchbar {
	display: none;
}


  #social {
	float: left;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 0;
}

p {
	width: 90%;
}

#social-list li {
	display: inline;
	list-style-type: none;
	padding-left: 3px;
}

.box1 {
	display: inline-block;
	width: 30%;
	height: auto;
	margin-right: 20px;
	vertical-align: top;
	clear: both;
}

.box3 {
	display: inline-block;
	width: 25%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	vertical-align: top;
	clear: both;
}

.box2 {
	display: inline-block;
	width: 30%;
	height: 100%;
	vertical-align: top;
	margin-top: 0em;
	margin-bottom: 0em;
	padding-left: -10px;
}
  
 
  .one-column #content {

	margin: 0 auto;

	width: 85%;

}

#about-left-image {
	display: none;	
}

#about-left-image img {

	display: none;

}

#about-right-copy {
	float: left;
	width: 90%;
}

#about-right-copy-second {
	float: left;
	width: 90%;

}

#location-2 {

	width: 140px;

	height: auto;

	float: left;

}

#location-3 {
	width: 140px;
	height: auto;
	float: left;
}

#location-4 {
	width: 140px;
	height: auto;
	float: left;
}

img.size-auto {
	max-width: 75%; /* When images are too wide for containing element, force them to fit. */

	height: auto; /* Override height to match resized width for correct aspect ratio. */

}

#locations-sidebar {
	display: none;
}

a.btn-sidebar-green:link, a.btn-sidebar-green:visited, a.btn-sidebar-green:active {

	display: none;	
}

a.btn-sidebar-green:hover {
	display: none;
}

a.btn-sidebar-blue:link, a.btn-sidebar-blue:visited, a.btn-sidebar-blue:active {
	display: none;
}

a.btn-sidebar-blue:hover {
	display: none;
}

#content {
	width: 99%;

}

#news-feed-sidebar {

	display: none;
}



#events-feed-sidebar {
	display: none;

}

#content-news {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-right: 20px;
}

#content-events {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-right: 20px;
}

#events-copy {
	padding-left: 40px;

}

#product-menu li {
	color: #0058A3;}
	

#archive-banner {
	
	display: none;
}

#banner-mobile {
	width: 50%;
}

#careers-header {
	display: none;
}

#content-inside {

	width: 90%;
	border: none;
}

#content-inside-product {

	width: 90%;
	border: none;
}

.box6 {
	float: left;
}
		
#product-right {
	float: left;
	width: 80%;
}

#prod-cat-left {

	width: 90%;

	height: auto;

	float: left;

}

#faq-text {
	display:inline;
}


#prod-cat-right {

	display: none;
}

.product-sub-cat {

	height: auto;

	width: 90%;

	padding-bottom: 30px;

	clear: both;

}

#apps-ind-copy {
	height: auto;
	width:100%
}

#apps-ind-table {
	width: 68%;
	height: auto;
	float: left;
}


#know-left {

	width: 10%;

	float: left;

	margin-bottom: 30px;

}

#app-notes-copy {
	height: auto;
	width:100%;
}



#wpcf7-f2389-p2813-o1 table tr td{
	width: 50%;
	margin-left: 0px;
	padding-right: 20px;
	float:left;
}

#submitBtn {
	float: left;
}


#appnotes-sidebar {
	display:none
}

#vid-excerpt {
	display: none;
}


.app-image {
	display: none;
}

#app-notes-link {
	width:40%;
	float: left;
}

#vid-links {
	float:left;
	width: 30%;
	height:250px;
	border: solid 0px #cde9d1;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 75px;
}

#webinar-links {
	float:left;
	width:30%;
	height:90%;
	border: solid 1px #cde9d1;
}

#pm-main-left {

	width: 300px;

	float: left;
	
	padding-left: 25px

}

#pm-main-right {

	width: 300px;

	float: right;
	
	padding-right: 150px

}

#product-right {
	float: left;
	width: 60%;
}

#product-description {

	width:100%;

	height: auto;

	padding: 0 0 5px 5px;

}
.oem-center {
	width: 95%;
	height: auto;
	float: center;
	clear: both;
	margin-bottom: 30px;
}


.oem-left {

	width: 95%;

	height: auto;

	float: left;

	clear: both;

	padding-right: 20px;

}

.oem-right {

	display: none;
}

#oem-body-left {
	width: 95%;
	height: auto;
	float: left;
	margin-bottom: 15px;
}

#oem-body-right {
	width: 95%;
	height: auto;
	float: left;
	margin-bottom: 30px;
}

#know-right {
	width: 70%;
	float: right;
	margin-bottom: 30px;
	border-left: solid 1px #e7e7e7;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
}

#content-lab {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 20px;
}

#appcat-sidebar {
	display: none;
}

#webinars-sidebar {
	display: none;	
}

#colophon {
	border-top: none;
	overflow: hidden;
	padding-top: 18px;
	padding-right: 20px;
	padding-bottom: 18px;
	padding-left: 0px;
}

#footer-widget-area .widget-area {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	width: 223px;
}

#footer-widget-area #second {
	padding-left: 40px;
}

#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
	margin-left: 5px;
}

#primary,
  #secondary {
	display: none;
	}
	
#embed-form {
	display: none;
}

}
	
	

@media screen and (max-width: 660px) {
  #main,
  #wrapper {
	width: 95%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;   
  }
  
  #access,
  #access .menu-header,
  div.menu,
  #colophon,
  #branding,
  #main,
  #footer {
    margin: 0 auto;
    width: 100%;
  }
  
  #catalog-right {

	width: 90%;

	float: left;

	margin-top: 10px;

	margin-bottom: 20px;

}
  
  
   #footer {
	float: left;
  }
  
  #colophon {
	width: 99%;
	border-top: none;
	overflow: hidden;
	padding-top: 18px;
	padding-right: 20px;
	padding-bottom: 18px;
	padding-left: 0px;
    float: left;
}
  
  .one-column #content {

	margin: 0 auto;

	width: 85%;

}
  
  #footer-widget-area .widget-area {

	float: left;

	margin-right: 0px;

	margin-left: 25px;

	width: 223px;

}

#footer-widget-area #second {

	padding-left: 35px;

}

  
   #access {
	display: none;
	overflow: visible;
  }
  
   #mobiledropdown {
	display: inline-block;
	overflow: visible;
  }
  
  #branding  {
	overflow:visible;
  }

  #site-title {
   width: 100%;
  }

  #container {
	float: left;
	width: 100%;
	overflow: visible;
  }
  
  #content {
    width: 99%;
    margin: 0 0px 0 0px;
  }
  
  #news-feed-sidebar {

	display: none;
}


#sliderb_container {
	display:none;
}

#phonesliderb_container {
	display: inline-block;
	clear: both;
}
#phone-panels {
	display: inline-block;
	width: 100%;
}

#mobile-form {
	display: inline-block }

/* Dropdown Button */
.dropbtn {
	background-color: #FF5713;
	color: white;
	padding: 0px;
	font-size: 16px;
	height: 33px;
	width: 150px;
	border: none;
	cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}


/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 500px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	right: 0;
	z-index: 1002;
}

.dropdown-content-mobile {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 20%;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}



/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
	background-color: #0058A3;
}

#wtl-form{
		margin: 0;
		padding: 20px;
		font-family: 'Helvetica', arial;
		background: #0e599c;
        padding-top: 56px;
	}
	#wtl-form *{ 
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
        box-sizing: border-box;
	}
	#wtl-form *:before,
	#wtl-form *:after {
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	}
	#wtl-form .formrow{
		padding: 8px 0;
		clear:both;
	}
	#wtl-form .formrow:before{
		display: table;
		content: "";
	}
	#wtl-form .formrow:after{
		display: table;
		content: "";
		clear:both;	
	}
	
	#wtl-form .formcol-2{
		width: 100%;
		float: none;
	}
	#wtl-form .formcol-2:first-child{
		margin-bottom: 16px;
	}
	@media screen and (min-width: 768px){
		#wtl-form .formcol-2:first-child{
			margin-bottom: 0px;
		}
		#wtl-form .formcol-2{
			width: 49%;
			float: left;
			margin-right: 1%;
		}
		#wtl-form .formcol-2:last-child{
			margin-left: 1%;
			margin-right: 0;
		}
	}

	#wtl-form .formcol-1{
		width : 100%;
	}
	#wtl-form label{
		display: block;
		margin-bottom: 4px;
		font-size: 15px;
		font-weight: bold;
		color: #ffffff;
	}
	#wtl-form input[type="text"], #wtl-form textarea{
	    font-size: 15px;
	    padding-left: 4px;
	    width: 100%;
	    max-width: none;
	    width: 100% ;
	    border: 1px solid #f0f0f0;
	    height: 34px;
	    border-radius: 2px;
	    max-width: none ;
	}
	
	#wtl-form textarea{
		height: 80px;
	}
	#wtl-form select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		margin: 0;
		border: 1px solid #f0f0f0;
		border-radius: 2px;
		padding: 6px;
		font-size: 16px;
		background: #fff url(select-arrow.png) top right no-repeat;
		height: 34px;
		width: 100%;
		max-width: none;
	}
	#wtl-form .sbmtbtn{
	    width: 100% !important;
	    text-align: center !important;
	    padding: 10px 0 !important;
	    background: #41ad49;
	    border-radius: 4px;
	    display: block;
	    color: #fff;
	    font-size: 18px;
	    font-weight: 600;
	    text-decoration: none;
	    margin-top:10px;
	    border:0;
	}
	#wtl-form label.checkbox-label{
		display: inline-block !important;

	}
    
    #wtl-form label.error{
        font-size: 13px;
        font-weight: normal;
        padding-top:2px;
        color: #f60;
    }
    #wtl-form label span.req, .form-msg span.req{
        font-size: 18px;
        font-weight: normal;
        color: #f60;
    }

    .form-msg{
        position: absolute;
        top: 20px;
        left: 20px;
        color: rgba(255,255,255,0.6);
        padding-right: 60px;    
        font-size: 13px;
        font-weight: 100;
        
    }
    .closefrmbtn{
        position: absolute;
        top: 15px;
        right: 20px;
        width: 40px;
        height: 40px;
        background: rgba(255,255,255,0.95);
        font-size: 20px;
        line-height: 20px;
        text-align: center;
        cursor: pointer;
        border-radius: 4px;
        padding: 8px 10px 10px 10px;
    }
    .closefrmbtn span{
        text-align: center;
        display: block;
        font-size: 9px;
        font-weight: bold;
        position: absolute;
        bottom: 4px;
        right: 0px;
        text-transform: uppercase;
        font-family: arial;
        width: 100%;
        height: 14px;
    }
	
#phone-panels img{
	width: 100%;
	height: auto;
}

#pm-main-left {

	width: 250px;

	float: left;
	
	padding-left: 5px

}

#pm-main-right {

	width: 300px;

	float: left;
	
	padding-right: 150px

}

.pm-box {
	border: 0px solid #cfead2;
}

#product-menu {
padding-bottom: 10px;
}


#product-menu li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
	color: #0058A3;
	text-decoration: none;
	border-right: 1px solid #cacaca;
}



#product-menu li:hover{
	color: #41AD49;
	text-decoration: none;
	font-size: 16px;
	cursor:pointer;
}

#apps-ind-copy {
	height: auto;
	width:100%
}

#app-notes-copy {
	height: auto;
	width:90%;
}

table, thead, tbody, th, td, tr { 
		display: block; 
	}

	
	td {
	/* Behave  like a "row" */
		border: none;
	position: relative;
	padding-left: 50%;

	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	
a.app-ind-title:link {
	color: #0958a3;
	text-decoration:none;
	
}

a.app-ind-title:visited {

	color: #0958a3;

}

a.app-ind-title:active,

a.app-ind-title:hover {

	color: #40ae49;

}


#app-notes-link {
	width:40%;
	float: left;
	border: solid 0px #cde9d1;
	margin-top: 0px;
	margin-right: 47px;
	margin-bottom: 35px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#events-feed-sidebar {
	display: none;

}

#vid-links {
	float:left;
	width: 20%;
	height:250px;
	border: solid 0px #cde9d1;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: -10px;
}

#webinar-links {
	float:left;
	width:30%;
	height:90%;
	border: solid 0px #cde9d1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	clear: right;
}

#careers-header {
	display: none;
}
  .alignleft, img.alignleft, #content img.alignleft, .alignright, img.alignright, #content img.alignright {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
    float: none;
  }
  
  #about-left-image {
	display: none;	
}

#about-left-image img {

	display: none;

}

#about-right-copy {
	float: left;
	width: 90%;
}

#about-right-copy-second {
	float: left;
	width: 90%;

}

#form-quote-left {
	border-right: 0px solid #e7e7ec;

}

.btn-contact {
	float:left;
}


#form-quote-right {
	float: left;
	width: 280px;
	height: auto;
}


.box1 {
	display: none;
}

.box3 {
	display: none;
}

.box2 {
	display: none;
}

#archive-banner {
	
	display: none;
}

#know-right {
	width: 60%;
	float: right;
	margin-bottom: 30px;
	border-left: solid 1px #e7e7e7;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
}

#wpcf7-f2389-p2813-o1 table {
	height: auto;
}


#wpcf7-f2389-p2813-o1 table tr td{
	width: 60%;
	height: 100%;
	margin-left: -70px;
	margin-right: auto;
	margin-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
	float:left;
	position: relative;
}

#submitBtn {
	float: left;
}

#webinars-sidebar {
	display: none;	
}

.wp-image-796 {
	width: 90%;
}

.wp-image-822 {
	width: 100%;
	height: auto;
}

.wp-image-880 {
	width: 100%;
	height: auto;
}

.wp-image-884 {
	width: 95%;
	height: auto;
}

#content-news {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-right: 20px;
}
  
#content-events {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-right: 20px;
}

#content-inside {

	width: 100%;
}

#content-inside-product {

	width: 90%;
	border: none;
}

#distributor-map {
	width: 100%;
	height: auto;

}

#distributor-map img{
	width: 100%;
	height: auto;

}

#location-1 {
	width: 20%;
	height: auto;
	float: left;
	font-size: 12px;
}



#location-2 {
	width: 20%;
	height: auto;
	float: left;
	font-size: 12px;
}



#location-3 {
	width: 20%;
	height: auto;
	float: left;
	font-size: 12px;
}

#location-4 {
	width: 20%;
	height: auto;
	float: left;
	clear: left;
	padding-top: 20px;
	font-size: 12px;
}

#location-5 {
	width: 20%;
	height: auto;
	float: left;
	padding-top: 20px;
	font-size: 12px;
}

#product-right {
	float: left;
	width: 43%;
}

#prod-cat-left {

	width: 90%;

	height: auto;

	float: left;

}

#prod-cat-right {

	display: none;
}

.product-sub-cat {

	height: auto;

	width: 90%;

	padding-bottom: 30px;

	clear: both;

}

#vid-excerpt {
	display: none;
}

#appcat-sidebar {
	display: none;
}
  #primary,
  #secondary {
    float: left;
    overflow: hidden;
    width: 99%; 
  }
  #secondary {
    clear: left;
  }

  #site-generator, #site-description, #site-info, #site-title {
	clear: left;
    float: left;
	width: 95%;
    padding: 0;
    margin: 0;
  }
#embed-form {
	display: none;
}

}
