body {
  font-family:'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font: 13px/1.5 'Open Sans', Arial, FreeSans, sans-serif;
}
a:link, a:visited {
	color:#0076c0;
	text-decoration:none;
	font-weight:700;
	font-size:14px;
}

a:hover, a:active {
	color:#fbaf3f;
	text-decoration:none;
	font-weight:700;
	font-size:14px;
}
h1 {
	font-family:'Open Sans', sans-serif;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 25px;
	font-weight:normal;
	line-height:27px;
}
h2 {
  margin-top: 0px;
  margin-bottom: 1px;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
}
h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #7c4199;
  font-size: 21px;
  line-height: 24px;
  font-weight: 400;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p,
dl,
hr,
h1,
h2,
h3,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}
h4, h5, h6 {
	margin-bottom: 5px;
}
p {
  margin-bottom: 5px;
}
a.button, a.button:link, a.button:visited {
  display: inline-block;
  padding: 6px 30px;
  border: 2px solid white;
  border-radius: 10px;
  background-color: transparent;
  font-family:'Open Sans', sans-serif;
  color: white;
  text-align: center;
  text-decoration: none;
}

a.buttonBuyNow, a.buttonBuyNow:link, a.buttonBuyNow:visited {
  display: inline-block;
  padding: 3px 15px;
  border: 2px solid #eb3f46;
  border-radius: 10px;
  background-color: transparent;
  font-family:'Open Sans', sans-serif;
  color: #eb3f46;
  text-align: center;
  text-decoration: none;
  font-size:13px;
}
a.buttonBuyNow:hover, a.buttonBuyNow:active {
  display: inline-block;
  padding: 3px 15px;
  border: 2px solid #199ed9;
  border-radius: 10px;
  background-color: transparent;
  font-family:'Open Sans', sans-serif;
  color: #199ed9;
  text-align: center;
  text-decoration: none;
  font-size:13px;
}
.topheader {
  position: absolute;
  z-index: 8000;
  width: 100%;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.6);
}
.navbar {
  margin-top: -4px;
  padding-top: 0px;
  padding-bottom: 1px;
}
.featurearea {
  height: 560px;
}
.slider {
  height: 560px;
}
.slide1 {
  background-image: url('../images/featurearea_bgv1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.logo {
  position: static;
  display: inline;
  padding-top: 0px;
  float: left;
}
.fourfeatures {
  padding-top: 68px;
  padding-bottom: 68px;
}
.aboutsection {
  padding-top: 70px;
  padding-bottom: 80px;
}
.newsInnerTable
{
    width:90%;
    
}
.newsInnerTable tr
{
    height:25px;
}
.footer {
  background-color: #474747;
}
.footer2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1f1f1f;
}
.footer3 {
  background-color: black;
}
.subfeature2 {
  height: 330px;
  padding-left: 5px;
  border-left: 2px solid white;
  background-color: #91b272;
  background-image: url('../images/subfeature_green.jpg');
  background-repeat: no-repeat;
}
.subfeature1 {
  height: 330px;
  padding-right: 5px;
  border-right: 2px solid white;
  background-color: #7778b8;
  background-image: url('../images/subfeature_purple.jpg');
  background-position: 100% 0px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.registration_frm
{
    width:60%;
}

td.error {
    background-color: #FFEDED;
    border-top: 1px solid #FFFFFF;
    color: #FF0000;
    font-weight: bold;
    line-height: 20px;
}
.error {
    color: #FF0000;
}
.slider2 {
  background-image: url('../images/featurearea_bgv2.jpg');
  background-size: cover;
}
.sider3 {
  background-image: url('../images/featurearea_bgv3.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.product_thumb_img img
{
    padding:1px;
}
.product_thumbSize
{
    width:30%;
    margin-right:5px;
    overflow:hidden;
}
.product_t_img
{
    width:100px;
}
.fourcolumn1 {
  padding-left: 10px;
  border-right: 1px dotted #ccc;
}
.fourcolumn2 {
  padding-left: 15px;
  border-right: 1px dotted #ccc;
}
.fourcolumn3 {
  padding-left: 15px;
  border-right: 1px dotted #ccc;
}
.fourcolumn4 {
  padding-left: 15px;
}
.default_img
{
    width:135px;
    height:135px;
    border:1px solid #eee; border-radius:5px;
}

.navmenu {
  margin-top: 6px;
  padding-top: 0px;
  border-top: 1px dotted rgba(255, 255, 255, 0.4);
  border-bottom-color: transparent;
  width:auto;
  min-width:675px;
}
.verytopnav {
  min-height: 0px;
  padding-top: 0px;
}
.topnavlinks {
  width: 660px;
  padding-top: 2px;
  float: right;
  color: #ccc;
  font-size: 12px;
  text-align: right;
}
a.mainnav {
  margin-top: 6px;
  padding-top: 7px;
  padding-bottom: 19px;
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-style: none;
  border-bottom-width: 0px;
  color: #ffffff;
  padding-left:12px;
  padding-right:12px;
}
.navbar a:link, .navbar a:visited, .navbar a:hover, .navbar a:active, a.mainnav:link, a.mainnav:visited, a.mainnav:hover, a.mainnav:action {
	color: #ffffff;
}
.topic_list_table
{
    width:90%;
    
}
.topic_list_table tr
{
    height:20px;
}
a.mainnav:hover {
  padding-bottom: 15px;
  border-bottom-style: solid;
  border-bottom-width: 5px;
  color: #FFF;
}


.pull-left open
{
    border:#fff;
}
#productTopDropDownNavId
{
    margin-top:3px;
}

a.productmainnav:hover {
  padding-bottom: 15px;
  border-bottom-style: solid;
  border-bottom-width: 5px;
  color: #FFF;
}
.feedblocktable
{
    width:95%;
    padding-bottom:10px;
}
.feedblocktable td
{
    padding-bottom:5px;
}
.feedblocktable_innertalbe 
{
    padding-bottom:10px;
       margin-left:auto;
   margin-right:auto;
   width:90%
   
     
}
.article_container
{
   verticle-align:top;
   margin-left:10px;
 
}
.d-dropdown {

    display: none;
    margin-top: -1px;
    overflow: hidden;
    position: absolute;
    right: -10px;
    top:50px;
    width: 320px;
    z-index: 1100;
} 
.article_container h2
{
    line-height:0px;
}
.feedblocktable_innertalbe .thumbnail
{
   padding-bottom:5px;
  

  
}
.feedblocktable_innertalbe .thumbnail td
{
    
}
.fill_type_table td
{
    padding-right:10px;
}
.contact_table
{
    width:60%;
   
}
.contact_table td
{
    padding-bottom:5px;
}

.loginInnertable
{
    width:90%;
    margin-left: auto;
    margin-right: auto;
}
.loginInnertable .header
{
    font-size:16px;
    font-weight:bold;
}
@brand-primary: #428bca;
@brand-success: #5cb85c;
@brand-info:    #5bc0de;
@brand-warning: #f0ad4e;
@brand-danger:  #d9534f;

.masthead {
  background-color: @brand-primary;
}


@alert-message-background: @brand-warning;
.alert {
  background-color: @alert-message-background;
   background-color: #5bc0de;
   
}

.loginInnertable td
{
    padding-bottom:10px;
}
.feedblocktable td
{
    padding-top:5px;
    padding-bottom:5px;
}

a.mainnav.onnav {
  padding-bottom: 15px;
  border-bottom-style: solid;
  border-bottom-width: 5px;
  color: #FFF;
}
a.mainnav.onnav, .navmenu a.w--current:link {
  padding-bottom: 15px;
  border-bottom-style: solid;
  border-bottom-width: 5px;
  color: #FFF;
}
.for_mobileView
{

}
.slide1container {
  margin-top: 146px;
  padding-top: 0px;
  padding-right: 290px;
  padding-left: 20px;
  font-family:'Open Sans', sans-serif;
}
.slidercopy {
  margin-top: 12px;
  margin-bottom: 21px;
  font-family:'Open Sans', sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 22px;
}
.boldheading {
  margin-top: 0px;
  color: white;
  font-weight: 700;
}
.productname {
  margin-top: 66px;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 12px;
  font-weight: 400;
}
.linkstyle, a.linkstyle:link, a.linkstyle:visited {
  color: #ccc;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
}
a.linkstyle:hover, a.linkstyle:active {
  color: white;
  font-size: 12px;
  font-weight: 400;
}
.faqListTable
{
    width:90%;
}
.faqListTable tr
{
    height:25px;
}
.faqListTable_inner
{
    width:100%;
}
.faqListTable_inner tr
{
    height:25px;
}
.faqListTable_inner_left
{
    text-align:center;
    vertical-align:top;
}
.subheader {
  height: 170px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/blue_subbg.jpg');
  background-size: cover;
}
.purple .subheader {
  background-image: url('../images/purple_subbg.jpg');
}
.green .subheader {
  background-image: url('../images/green_subbg.jpg');
}
.red .subheader {
  background-image: url('../images/red_subbg.jpg');
}
.gold .subheader {
  background-image: url('../images/gold_subbg.jpg');
}
 .subheader.purple {
  background-image: url('../images/purple_subbg.jpg');
}
.subheader.green  {
  background-image: url('../images/green_subbg.jpg');
}
.subheader.red  {
  background-image: url('../images/red_subbg.jpg');
}
.subheader.gold  {
  background-image: url('../images/gold_subbg.jpg');
}
.subheaderinfo {
  padding-top: 104px;
}
.suppagemargin {
  padding-top: 35px;
  padding-bottom: 60px;
}
.breadcrums {
  color: white;
  font-weight: 400;
}
.onpage {
  font-weight: 700;
}
.subpageheading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 17px;
  color: #189cd8;
  font-weight: 400;
}
.subpageheading.purple {
  color: #7070b0;
}
.subpageheading.green {
  color: #67b263;
}
.dottedline {
  height: 1px;
  min-width: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 20px;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}
.dottedline_small {
  height: 1px;
  min-width: 0px;
  margin-bottom: 5px;
  padding-top: 0px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cccccc;
  
}
.socialcolumns {
  position: relative;
  display: block;
  padding-top: 0px;
  padding-right: 15px;
  padding-left: 0px;
}
.dropdownnav {
  position: absolute;
  left: 0px;
  top: 51px;
  z-index: 117;
  width: 300px;
  background-color: rgba(0, 0, 0, 0.11);
  opacity: 0;
}
.connectus {
  height: 60px;
}
.signup {
  height: 60px;
}
.connecttous {
  width: 127px;
  margin-top: 21px;
  float: left;
  color: #888888;
  font-weight: 700;
}
.subscribe {
  width: 160px;
  margin-top: 21px;
  float: left;
  color: #888888;
  font-weight: 700;
}
.copyrightarea {
  height: 55px;
  padding-top: 18px;
}
.copyright {
  color: #5c5c5c;
}
.subfeatureblock {
  padding: 31px;
}
.subfeautreblockcopy {
  padding-right: 191px;
}
.subfeatureareaheading {
  padding-right: 181px;
  color: white;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
}
.subfeatureareaheading.version2 {
  margin-top: 34px;
  padding-right: 4px;
  padding-left: 160px;
  font-weight: 400;
}
.whitelist {
  margin-bottom: 20px;
  color: white;
  font-size: 17px;
  line-height: 25px;
}
.subfeature2column {
  display: block;
  padding-left: 63px;
}
.rightsubfeaturecopy {
  margin-bottom: 16px;
  padding-left: 160px;
  color: white;
}
.subfeaturebuttonarea {
  padding-left: 160px;
}
.contractorslogo {
  padding-left: 32px;
}
.imageblock {
  padding-top: 14px;
  padding-bottom: 14px;
}
.purplefeature {
  width: 475px;
  padding-top: 22px;
  float: right;
}
.greenfeature {
  width: 470px;
}
.buttondiv {
  margin-left: 161px;
}
.icons {
  display: inline;
  padding: 10px 12px 0px 0px;
  float: left;
}
.dottedline
{
    border-bottom: 1px solid #ccc;
	margin-bottom:40px;
	padding-bottom:40px;
}

/*  footer styles  
----------------------------------------------------------------------------------------------------*/

#footer {
	color:#888888;
}
.footerSiteMap {
	padding:30px 0px;
	color:#bbbbbb;
	background-color:#1f1f1f
}
.footerSiteMap ul {
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:14px;
}
.footerSiteMap ul li {
	padding:0px 0px 2px;
	margin:0px;
}
.footerCopyright {
	padding:8px 0px;
}
.footerSiteMap .ftrHeader, .footerSiteMap ul li.ftrHeader {
	font-weight:800;
	margin-bottom:7px;
	font-size:15px;
	color:#cccccc;
}
.footerSiteMap span.ftrHeader {
	display:block;
}

.footerSiteMap a:link,  .footerSiteMap a:visited {
	color:#bbbbbb;
	font-weight:normal;
	text-decoration:none;
}

.footerSiteMap ul li.ftrHeader a:link,  .footerSiteMap ul li.ftrHeader a:visited {
	color:#ffffff;
	font-weight:800;
	text-decoration:none;
}
.footerSiteMap ul li.ftrHeader a:hover,  .footerSiteMap ul li.ftrHeader a:active {
	color:#179cd7;
	font-weight:800;
	text-decoration:none;
}
.footerSiteMap a:hover,  .footerSiteMap a:active {
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
}

#emailcontainerID {
	padding:18px 0px;
}
#emailcontainerID input {
	border:none;
	background-color:#999;
	display: inline-block;
  padding: 5px 8px;
  border-radius: 10px;
  color: white;
}


/* side Nav  
----------------------------------------------------------------------------------------------------*/

.sidenav {
font-size:12px;
	border-bottom:0px #999 dotted;
	padding:0px 0px 0px;
	margin:0px 0px 20px;
}

.sideNavHeader {
	font-size:14px;
	padding:0px 0px 10px 0px;
}

.sidenav .headerNav {
font-size:14px;
}

.sidenav .headerNav a:link, .sidenav .headerNav a:visited {
	color:#202020;
	text-decoration:none;
}

.sidenav .headerNav a:hover, .sidenav .headerNav a:active {
	color:#333;
	text-decoration:none;
}

.sidenav ul {
	margin:0px;
	padding:5px 0px 15px 0px;
	list-style-type: none;
}

.sidenav ul li {
	display:block;
	padding:5px 0px 3px 0px;
	margin:0px;
	}
	
.sidenav ul li.open {
	border-bottom:1px #999 dotted;
	padding:0px;
	margin:0px 0px 5px;
	}

.sidenav ul li ul {
	margin:0px;
	padding:5px 0px 10px 0px;
}

.sidenav ul li li {
	display:block;
	padding:3px 0px 0px 12px;
	border-bottom:#fff;
	background: none;
	font-size:11px;
}
.sidenav a {
	font-weight:normal;
	font-size:14px;
}

.sidenav ul li a:link, .sidenav ul li a:visited {
	color:#777;
	text-decoration:none;
	font-weight:normal;
}
.sidenav ul li a:hover, .sidenav ul li a:active {
	color:#0076c0;
	text-decoration:none;
}

.sidenav ul li li a:link, .sidenav ul li li a:visited {
	color: #777;
	text-decoration:none;
	font-size:13px;
}
.sidenav ul li li a:hover, .sidenav ul li li a:active {
	color:#333;
	text-decoration:none;
	font-size:13px;
}

.sidenav ul li a.onpage:link, .sidenav ul li a.onpage:visited {
	color: #000;
	text-decoration:none;
	font-weight:700;
}
.sidenav ul li a.onpage:hover, .sidenav ul li a.onpage:active {
	color:#333;
	text-decoration:none;
	font-weight:700;
}

.sidenav ul li li a.onpage:link, .sidenav ul li li a.onpage:visited {
	color: #000;
	text-decoration:none;
}
.sidenav ul li li a.onpage:hover, .sidenav ul li li a.onpage:active {
	color:#333;
	text-decoration:none;
}
.sidenav_li_content
{
    overflow: hidden;
}
.sidenav_li_inner_icon
{
    display:inline;float:left;width:7%;
 
   
}
.sidenav_li_inner_icon a *
{
    padding-right:5px;
}

.sidenav_li_inner_content
{
    display:inline;float:left;width:93%;
}

.dottedLineNav {
border-bottom: 1px dotted 
#cccccc;
margin-bottom: 5px;
padding-bottom: 10px;
}

.filter {
	padding-bottom:15px;
	color:#777;
}

.filter ul {
	 list-style:none;
	 margin:0px;
	 padding:5px 0px;
}

.filter ul li {
	 list-style:none;
	 padding:2px 5px;
	 font-size:11px;
	 margin-left: 5px;
}

.filterDisabled {
	color:#CCC;
}

.collapsible{
    margin: 1px 1px 0px;
    padding:5px;
    background: #f1f1f1;
    text-decoration:none;
    /*text-transform:uppercase;*/
    color:#1b3664;
	cursor:pointer;
}

.collapse-open {
    background:#ededede;
    color:#1b3664;
	font-weight:bold;
	font-size:13px;
}

.collapse-open span {
    display:block;
    float:right;
    padding:10px;
}

.collapse-open span {
    /*background:url(../../images/minus.gif) center center no-repeat;*/
}

.collapse-close span {
    display:block;
    float:right;
    /*background:url(../../images/plus.gif) center center no-repeat;*/
    padding:10px;
}

/* products: 
----------------------------------------------------------------------------------------------------*/

.products a{
	margin-top:10px;
	display:block;
}

.breadcrumbs {
	font-size:28px;
	color:#ffffff;
}

/* products  Colors: 
----------------------------------------------------------------------------------------------------*/
.home {
}


.home h1, .home h3 {
	color:#7070b0;
}

.home .subHeader {
	background-image: url(../images/purple_subbg.jpg);
}


.home  a:link, .home a:visited {
	color:#0099cc;
}

.home  a:hover, .home  a:active {
	color:#fbaf3f;
}


.purple {
}

.purple h1, .purple h3, .purple h4 {
	color:#7070b0;
}

.purple a:link, .purple a:visited {
	color:#7070b0;
}

.purple a:hover, .purple a:active {
	color:#fbaf3f;
}

.purple .subHeader {
	background-image: url(../images/purple_subbg.jpg);
}


.blue {
}

.blue  h1, .blue  h3, .blue  h4 {
	color:#0099cc;
}

.blue  a:link, .blue a:visited {
	color:#0099cc;
}

.blue  a:hover, .blue  a:active {
	color:#fbaf3f;
}

.blue .subHeader {
	background-image: url(../images/blue_subbg.jpg);
}

.gold {
}

.gold  h1, .gold  h3, .gold  h4 {
	color:#222;
}

.gold  a:link, .gold a:visited {
	color:#ba7e36;
}

.gold  a:hover, .gold  a:active {
	color:#fbaf3f;
}

.gold .subHeader {
	background-image: url(../images/gold_subbg.jpg);
}


.red {
}

.red h1, .red  h3, .red  h4 {
	color:#ea332d;
}

.red  a:link, .red a:visited {
	color:#ea332d;
}

.red  a:hover, .red  a:active {
	color:#fbaf3f;
}

.red .subHeader {
	background-image: url(../images/red_subbg.jpg);
}


.green {
}

.green h1, .green  h3, .green  h4 {
	color:#66b163;
}

.green a:link, .green a:visited {
	color:#66b163;
}

.green a:hover, .green a:active {
	color:#fbaf3f;
}

.green .subHeader {
	background-image: url(../images/green_subbg.jpg);
}

/* Generic Template styles
----------------------------------------------------------------------------------------------------*/

.leftRail {
	width:85%;
}

label {
display: inline;
margin-bottom: 5px;
font-weight: normal;
}

b, strong {
	font-weight:700;
}
.extraBold {
	font-weight:800;
}

.txt18 {
	font-size:18px;
}
.mobileNav {
	display:none;
}

  .footerlogo {
	  margin-top:0px;
  }
  
  .floatingImage {
	  float:left;
	  margin:10px 20px 10px 0px;
  }
  
  .subpagecopyarea p {
	  margin-bottom:20px;
  }
  
  .subpagecopyarea h2 {
	  color:#999;
  }

.w-slider-arrow-left, .w-slider-arrow-right {
	width:50px;
}

.products .w-row {
	   padding-bottom: 35px;
  }
.products .w-row h4 {
	   padding-right: 8px;
  }

.productimg {
	height:130px;
  }
  
  
 
@media (max-width: 991px) {
  h2 {
    font-size: 29px;
	line-height:31px;
  }
  .button {
    padding-left: 31px;
  }
  .slide1 {
    background-position: 54% 0%;
  }
  .subfeature2 {
    background-position: 28% 0%;
  }
  .subfeature1 {
    background-position: 10% 0px;
  }
  a.mainnav {
    padding-right: 6px;
    padding-left: 6px;
	padding-bottom:20px;
    font-size: 12px;
  }
  a.mainnav:hover {
    padding-right: 6px;
    padding-left: 6px;
	padding-bottom:20px;
    font-size: 12px;
  }
  a.mainnav.onnav, .navmenu a.w--current:link {
	  padding-bottom:20px;
  }
  .slide1container {
	  margin-top:95px;
    padding-right: 279px;
    padding-left: 48px;
  }
  .rotatingslide1 {
	background-position: -75px bottom;	  
  }
  .rotatingslide2 {
	background-position: -250px bottom;	  
  }
  .rotatingslide3 {
	background-position: -330px bottom;	  
  }
  .boldheading {
    font-size: 27px;
  }
  .subfeatureareaheading {
    padding-right: 19px;
  }
  .subfeatureareaheading.version2 {
    padding-right: 0px;
    padding-left: 110px;
    font-size: 21px;
    line-height: 22px;
    font-weight: 400;
  }
  .subfeature2column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hiddencolumn {
    display: none;
  }
  .rightsubfeaturecopy {
    padding-left: 110px;
    font-size: 13px;
    line-height: 16px;
  }
  .subfeaturebuttonarea {
    padding-left: 111px;
  }
  .hiddenc {
    display: none;
    padding-right: 0px;
  }
  .contractorslogo {
    padding-right: 16px;
    padding-left: 2px;
    float: right;
  }
  .purplefeature {
    width: 350px;
  }
  .greenfeature {
    width: 344px;
  }
  .buttondiv {
    margin-left: 114px;
  }
  .icons {
  }
  .productimg {
    width: 112px;
	height:130px;
  }
  a.productlinks {
    font-size: 13px;
  }
  .producttext {
    padding-right: 6px;
  }
  .mobileNav {
	display:none;
}

 .navmenu {
  margin-top: 6px;
  padding-top: 0px;
  border-top: 1px dotted rgba(255, 255, 255, 0.4);
  border-bottom-color: transparent;
  width:auto;
  min-width:475px;
}
  
  a.mainnav {
    padding-right: 4px;
    padding-left: 4px;
	padding-bottom:20px;
    font-size: 11px;
  }
  a.mainnav:hover {
    padding-right: 4px;
    padding-left: 4px;
	padding-bottom:20px;
    font-size: 11px;
  }
  a.mainnav.onnav, .navmenu a.w--current:link {
	  padding-bottom:20px;
  }
  
  .nav > li > a {
position: relative;
display: block;
padding: 10px 4px 20px 4px;
}
  
}
@media (max-width: 767px) {
  h2 {
    font-size: 23px;
    line-height: 26px;
  }
  .featurearea {
    height: 461px;
  }
  
  .slider {
    height: 462px;
  }
  .slide1 {
    background-position: 36% 0%;
  }
  .contact_table
{
    width:80%;
   
}
  .logo {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 10px;
	position: static;
  display: inline;
  padding-top: 0px;
  float: left;
  }
  .fourfeatures {
    padding-right: 0px;
    padding-left: 33px;
  }
  .subfeature1 {
    background-position: 118% 0px;
  }
  .fourcolumn1 {
    padding-bottom: 30px;
  }
  .fourcolumn2 {
    padding-top: 0px;
    padding-bottom: 25px;
  }
  .fourcolumn3 {
    padding-bottom: 25px;
  }
  .topnavlinks {
    padding-right: 13px;
    font-size: 11px;
  }
  .slide1container {
    margin-top: 90px;
    padding-right: 119px;
    padding-left: 61px;
  }
  .slidercopy {
    color: rgba(255, 255, 255, 0.89);
    font-size: 14px;
    line-height: 18px;
  }
  .boldheading {
    font-size: 23px;
  }
  .productname {
    margin-top: 43px;
  }
  .subfeatureblock {
    padding-top: 0px;
  }
  .subfeatureareaheading {
    margin-top: 28px;
    font-size: 26px;
  }
  .subfeatureareaheading.version2 {
    padding-left: 163px;
    font-size: 29px;
    line-height: 32px;
  }
  .rightsubfeaturecopy {
    padding-left: 160px;
  }
  .subfeaturebuttonarea {
    padding-left: 160px;
  }
  .contractorslogo {
    padding-top: 0px;
    padding-bottom: 15px;
    float: left;
  }
  .purplefeature {
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 19px;
    float: left;
  }
  .greenfeature {
    width: 488px;
    margin-left: 0px;
  }
  .buttondiv {
    margin-left: 162px;
  }
  .aboutussection {
    padding-bottom: 0px;
  }
  .mobileNav {
	display:none;
}
.rotatingslide1 {
	background-position: -25px top;	  
  }
  .rotatingslide2 {
	background-position: -150px top;	  
  }
  .rotatingslide3 {
	background-position: -205px top;	  
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 18px;
  }
    .contact_table {
    width:80%;
   
}
  
  .logo {
    padding-top: 21px;
    padding-right: 0px;
    padding-left: 8px;
	display:block;
	float:left;
  }
  
  .footerlogo {
	  margin-top:20px;
  }
  
  .breadcrumbs {
	font-size:20px;
	color:#ffffff;
	padding-left:8px;
}
  .subfeature2 {
    background-position: 73% 0%;
  }
  .subfeature1 {
    background-position: -12% 0px;
  }
  .topnavlinks {
    display: none;
    overflow-x: visible;
    overflow-y: visible;
  }
  .slide1container {
    padding-right: 55px;
    padding-left: 35px;
  }
  .slidercopy {
    font-size: 12px;
    line-height: 15px;
  }
  .boldheading {
    font-size: 16px;
    line-height: 15px;
  }
  .productname {
    margin-top: 40px;
  }
  .footercolumn2 {
    display: none;
  }
  .iconcolor {
    color: white;
    font-size: 35px;
  }
  .navbox {
    padding: 25px;
  }
  .navbox:hover {
    padding: 25px;
  }
  .breadcrums {
    padding-left: 13px;
    font-size: 15px;
  }
  .subfeatureareaheading {
    margin-top: 35px;
    padding-top: 16px;
    font-size: 20px;
    line-height: 26px;
  }
  .subfeatureareaheading.version2 {
    margin-top: 1px;
    padding-left: 9px;
    font-size: 26px;
  }
  .hiddencolumn {
    height: 1px;
  }
  .rightsubfeaturecopy {
    padding-left: 11px;
  }
  .subfeaturebuttonarea {
    padding-left: 10px;
  }
  .contractorslogo {
    padding-top: 49px;
    float: left;
  }
  .greenfeature {
    width: 300px;
  }
  .buttondiv {
    margin-left: 12px;
  }
  .productcolumns {
    padding-bottom: 25px;
  }
  
  .sidenav {
display:none;
position:absolute;
z-index:9999;
top:100;
background-color:#FFF;
width:95%;
font-weight:bold;
}

.sidenav {
display:none;
}

.mobileNav {
	display:block;
	padding:10px 0px 30px;
	margin-top:-20px;
	cursor:pointer;
	font-size:16px;
	color: #009ad9;
	width:98%;
}
.article_container h2
{
    line-height:36px;
}

.d-dropdown 
{
    margin-top:0px;
    padding-top:0px;
    display: none;
    margin-top: -1px;
    overflow: hidden;
    position: relative;
    float:right;
    top:0px;
    width: 320px;
    z-index: 1200;
    
    
} 
 .pull-left
 {
    clear:both;
    width:100%;
 } 
 .faqListTable_inner_left
{
    text-align:center;
    vertical-align:top;
    padding-right:5px;
}
.registration_frm
{
    width:100%;
}
.newsInnerTable
{
    width:100%;
}

.purplefeature {
	width:100%;
}
.w-icon-slider-right,  .w-icon-slider-left {
	display:none;
}

.featurearea, .slider 
{
  height: 540px;
}
    
}