/* CSS Document */
#menu-navigation{ float: right;
    margin-top: 120px;
    width: 100%;
    max-width: 656px;
	padding:8px 10px;
	background: #254e7a; /* Old browsers */
background: -moz-linear-gradient(top,  #254e7a 1%, #1b416e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#254e7a), color-stop(100%,#1b416e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #254e7a 1%,#1b416e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #254e7a 1%,#1b416e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #254e7a 1%,#1b416e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #254e7a 1%,#1b416e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#254e7a', endColorstr='#1b416e',GradientType=0 ); /* IE6-9 */}
#menu-navigation ul{ float:left; }	
#menu-navigation ul, #menu-navigation ul li{ display:inline; list-style:none; padding:0; margin:0;  }
#menu-navigation ul li{ height:24px; line-height:19px; width:88px; float:left; text-align:center; margin-right:12px;  }
#menu-navigation ul li a{ color:#ffffff; font-size:14px; padding:2px; opacity:0.4; border-radius:6px; border:1px solid transparent; font-family:Arial, Helvetica, sans-serif; width:98%; text-align:center; float:left; }
#menu-navigation ul li a:hover, #menu-navigation ul li.active a{ color:#ffffff; background-color:#516e90; opacity:1; border:1px solid #516e90; box-shadow:inset 0px 0px 6px #516e90; }
.phone-no{ float: right; padding-right: 23px; margin-top: 2px; }
#devhome #menu-navigation ul li{ margin-right:12px; }
.next-btn{ float:right; } .prev-btn{}
#twitter-widget-0{margin-bottom:-7px;}
.post-excerpt{ font-size:10px; color:#4e4e4e; }
h2.post-title{ margin:0; }
.blog-posts, .blog-posts li{ display:block; list-style:none; padding:0; margin:0; }
.blog-posts li{ margin-bottom:10px; border-bottom:1px solid #e4e4e4; padding-bottom:10px;  }
.col-12, .col-11,  .col-10, .col-9, .col-8,  .col-7,  .col-6,  .col-5,  .col-4,  .col-3,  .col-2,  .col-1{ float:left; box-sizing:border-box; padding:2%; }
.col-12{ width:100%; }
.col-4{ width:33.33%; } 
.col-2{width:16.66%; }
.bordered img{ border:1px solid #e4e4e4; padding 1%; }
.company-list, .company-list tr, .company-list th{ width:100% !important; float:left; } .company-list td, .company-list th{ width:25%;  box-sizing:border-box; float:left;  }
.companyreport #page_navigation{ margin-top:30px; }
input[type="text"].hide{ display:none; }

ul.list-box-with-check{ margin:0; padding:0;}
ul.list-box-with-check li{ color:#221b21; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; background-image:url(../images/box-with-check.png); background-repeat:no-repeat; background-position:0 0; padding-left:30px; list-style-type:none; margin-bottom:22px;}
.text-center{ text-align:center;}
.pull-left{ float:left;}
.pull-right{ float:right;}
.clearfix{ clear:both;}
.grey{ color:#403a3b; background-color:#cccccc;}
.grey:focus, .grey:hover, .grey:active{ color:#403a3b; background-color:#bebebe;}
.red{ color:#fff; background: rgb(159,0,0); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjOWYwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdiMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9yYWRpYWxHcmFkaWVudD4KICA8cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-radial-gradient(center, ellipse cover,  rgba(159,0,0,1) 30%, rgba(123,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(30%,rgba(159,0,0,1)), color-stop(100%,rgba(123,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(159,0,0,1) 30%,rgba(123,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(159,0,0,1) 30%,rgba(123,0,0,1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(159,0,0,1) 30%,rgba(123,0,0,1) 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(159,0,0,1) 30%,rgba(123,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f0000', endColorstr='#7b0000',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}
.red:focus, .red:hover, .red:active{ color:#fff; background: rgb(159,0,0); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM5ZjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5OSUiIHN0b3AtY29sb3I9IiM3YjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-radial-gradient(center, ellipse cover,  rgba(159,0,0,1) 0%, rgba(123,0,0,1) 99%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(159,0,0,1)), color-stop(99%,rgba(123,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(159,0,0,1) 0%,rgba(123,0,0,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(159,0,0,1) 0%,rgba(123,0,0,1) 99%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(159,0,0,1) 0%,rgba(123,0,0,1) 99%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(159,0,0,1) 0%,rgba(123,0,0,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f0000', endColorstr='#7b0000',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}
.btn-style1{ padding:6px 15px; font-size:12px; font-family:Arial, Helvetica, sans-serif; text-decoration:none; text-transform:none; -ms-border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; margin-right:15px; border:0;}
.btn-style1.contact.btn-primary:focus, .btn-style1.contact.btn-primary:active{ color:#fff;}
.btn-style1 .fa{ font-size:14px;}
.top30{ margin-top:30px;}
