ul.megamenu {
  margin: 0;
  width: auto;
  list-style: none;
}
ul.megamenu li .row {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
ul.megamenu > li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  height: 42px;
  line-height: 17px;
  color: #ffffff;
}
ul.megamenu > li > span.ie8,
ul.megamenu > li > a.ie8 {
  font-size: 14px !important;
}
ul.megamenu > li.contact > a {
  background: #af6d04;
  border-radius: 2px;
  color: #ffffff;
  height: 28px;
  border-bottom: none;
}
ul.megamenu > li.contact > a:hover {
  color: #ffffff;
}
ul.megamenu > li.contact:hover {
  background: none;
}
ul.megamenu > li.contact:hover > a {
  background-color: #7d4e03;
}
ul.megamenu > li > span,
ul.megamenu > li > a {
  float: left;
  line-height: 25px;
  padding: 10px 30px 0 30px;
  text-decoration: none;
  height: 42px;
  font-family: "SVBSans", arial, verdana, sans-serif;
  font-size: 18px;
  color: #ffffff;
  cursor: default;
}
ul.megamenu > li:hover,
ul.megamenu > li.on:hover {
  background-color: #0095db;
}
ul.megamenu > li.on > a,
ul.megamenu > li.on > span {
  height: 42px;
  color: #002a3a;
  background-color: white;
}
ul.megamenu > li.on > a:hover {
  background-image: none;
}
ul.megamenu .sub {
  position: absolute;
  top: 42px;
  left: 0;
  background-color: #0095db;
  z-index: 4000;
  float: left;
  display: none;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid white;
}
.no-rgba ul.megamenu .sub {
  background-color: #eaeff1;
}
ul.megamenu .sub li {
  line-height: 1.3em;
}
ul.megamenu .sub li.toplevellink {
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: bold;
  padding-left: 10px;
  margin: 10px 0px 0px 0px;
}
ul.megamenu .sub li.toplevellink a {
  color: #ffffff;
}
ul.megamenu .sub li.toplevelheading {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: bold;
  color: #ffffff;
  padding-left: 10px;
  margin: 10px 0px 0px 0px;
}
ul.megamenu .sub li.subhead {
  font-size: 1rem;
  line-height: 1rem;
  padding: 10px 0px 5px 10px;
  margin: 0px 0px;
}
ul.megamenu .sub li.subhead .subheadtext {
  border-bottom: 1px solid white;
}
ul.megamenu .sub li.sublink {
  font-size: 1rem;
  line-height: 1rem;
  padding-left: 10px;
  margin: 0px 0px;
}
ul.megamenu .sub li.sublink a {
  color: #ffffff;
}
ul.megamenu .sub li.on {
  font-family: "SVBSans-Bold", arial, verdana, sans-serif;
}
ul.megamenu .sub ul {
  list-style: none;
  margin: 0;
  padding: 0 10px;
  white-space: nowrap;
}
ul.megamenu .sub ul li {
  padding: 3px 10px;
  background: transparent;
  border-left: 1px solid white;
}
ul.megamenu .sub ul li a {
  height: auto;
  text-decoration: none;
}
ul.megamenu .sub ul li a:hover {
  color: #79d8fe;
  outline: 0;
}
ul.megamenu .sub ul li.toplevelheading span {
  margin: 20px 0;
  white-space: nowrap;
}
ul.megamenu .sub table {
  margin: 10px 0;
}
ul.megamenu .sub td {
  vertical-align: top;
  margin: 0;
  padding: 5px 0px 10px 0px;
}
ul.megamenu .sub td:first-child {
  border-left: 0px;
}
