* {
  text-decoration: none;
  max-width: 100%;
}
html,
body {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* min-width: 1050px; */
}
.container {
  width: 850px;
  margin: auto;
}
.smallContainer {
  width: 680px;
  margin: auto;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}
.bold {
  font-weight: bold;
}
.threeCol .col {
  width: 30%;
  float: left;
}
.threeCol .col.mid {
  margin: 0 5%;
}
.fourCol .col {
  width: 25%;
  float: left;
}
.mt0 {
  margin-top: 0;
}
h2 {
  color: #0080be;
  font-weight: normal;
  font-size: 35px;
  margin-top: 65px;
  margin-bottom: 5px;
}
h4 {
  margin-top: 0;
}
#topNav {
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  border-bottom: 3px solid #3aafd8;
  background: #4e4e4e; /* Old browsers */
  background: -moz-linear-gradient(top, #4e4e4e 0%, #0c0d0d 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e4e4e), color-stop(100%, #0c0d0d)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4e4e4e 0%, #0c0d0d 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4e4e4e 0%, #0c0d0d 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4e4e4e 0%, #0c0d0d 100%); /* IE10+ */
  background: linear-gradient(to bottom, #4e4e4e 0%, #0c0d0d 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4e4e', endColorstr='#0c0d0d',GradientType=0 ); /* IE6-9 */
}
.disclaimerStatement a {
  color: #fff !important;
}
#topNav a {
  color: #fff;
}
#topNav .chat {
  background: url("/img/chatBubble.png") no-repeat left center;
  padding-left: 23px;
}
#topNav input[type="email"] {
  padding-left: 5px;
  height: 23px;
  border: none;
  margin-left: 15px;
}
#topNav input[type="image"] {
  margin-top: 8px;
  float: right;
}
#topNav .divider {
  float: right;
  border-left: 1px solid #fff;
  height: 14px;
  margin: 13px 15px 0;
}
#mainNav {
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ececec)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #ececec 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #ececec 100%); /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #ececec 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
}
#mainNav .container {
  background: url("../img/logo.png") no-repeat left center;
}
#mainNav .link {
  float: right;
}
#mainNav .link a {
  color: #333;
  font-weight: bold;
  line-height: 88px;
  display: block;
  padding: 0 25px;
}
#mainNav .link.products {
  background: #54bdf0; /* Old browsers */
  background: -moz-linear-gradient(top, #54bdf0 0%, #0a85c0 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #54bdf0), color-stop(100%, #0a85c0)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #54bdf0 0%, #0a85c0 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #54bdf0 0%, #0a85c0 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #54bdf0 0%, #0a85c0 100%); /* IE10+ */
  background: linear-gradient(to bottom, #54bdf0 0%, #0a85c0 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54bdf0', endColorstr='#0a85c0',GradientType=0 ); /* IE6-9 */
}
#mainNav .link.products a {
  color: #fff;
}
#mainNav .divider {
  float: right;
  width: 2px;
  height: 88px;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #d4d4d4 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #d4d4d4)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #d4d4d4 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #d4d4d4 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #d4d4d4 100%); /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #d4d4d4 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d4d4d4',GradientType=0 ); /* IE6-9 */
}
#mainNav .link:hover {
  background: #fff;
}
#mainNav .link.products:hover {
  background: #50baee;
}
#mainNav .homeLink {
  float: left;
}
#mainNav .homeLink a {
  height: 88px;
  width: 210px;
  display: block;
}
footer {
  background-color: #cbcbcb;
  padding: 30px 0;
  font-size: 11px;
  margin-top: 50px;
}
footer ul {
  list-style-type: none;
}
footer ul li {
  margin: 10px 0;
}
footer ul li a {
  color: #555;
  font-weight: bold;
}
footer ul li a:hover {
  color: #0080be;
}
.dagger {
  font-size: 24px;
  vertical-align: text-top;
  margin-left: 2px;
}
