﻿/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #0072ff;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #0072ff;
  color: #fff;
  text-shadow: none;
}
a {
  color: #0e4fa3;
}
a:visited {
  color: #d8d8d8;
}
/* Increase visibility of links on black background */
a:hover {
  color: #06e;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* ===== Primary Styles ========================================================
   Author: Mike Luddy
   ========================================================================== */
/* flexslider overrides */
div.flexslider {
  background-color: #000000;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
ul.flex-direction-nav {
  display: none;
}
div.flexslider .slides > li {
  position: relative;
}
div.flexslider span.moreBtn {
  display: block;
  width: 140px;
  height: 24px;
  position: absolute;
  left: 26px;
  bottom: 21px;
  background: url(/images/aqua/design/rotatorBtnBg.png) 0 0 no-repeat;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: 700;
  line-height: 24px;
}
div.flexslider span.moreBtn:hover {
  background-position: 0 -26px;
}
div.flexslider span.moreBtn:active {
  bottom: 20px;
}
/* end flexslider overrides */
/* numeric slider controls */
#rotator ol.flex-control-nav {
  display: block;
  position: absolute;
  width: auto;
  margin: 0;
  padding: 0;
  height: 8px;
  right: 10px;
  bottom: 10px;
}
#rotator ol.flex-control-nav li,
ol.flex-control-nav li:first-child {
  margin: 0 6px 0 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 8px;
}
#rotator ol.flex-control-nav li a {
  float: left;
  height: 8px;
  width: 8px;
  border: none;
  background: #0E4FA3;
  color: #555;
  padding: 0px;
  text-decoration: none;
  font-size: 0;
  border-radius: 0;
}
#rotator ol.flex-control-nav li a.flex-active,
#rotator ol.flex-control-nav li a.active {
  background: #FFFFFF;
  color: #fff;
}
#rotator ol.flex-control-nav li a:focus,
#prevBtn a:focus,
#nextBtn a:focus {
  outline: none;
}
/* end numeric slider controls */
/* Legacy Fixes: */
td {
  text-align: left;
}
.rowcolor1 {
  background-color: #202020;
}
.rowcolor2 {
  background-color: #404040;
}
.address {
  font-style: italic;
}
.helpheader {
  font-weight: 700;
  font-size: 1.0625em;
  font-style: italic;
}
.CCatalogName {
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  color: #0072FF;
  padding-top: 10px;
}
.columnheader {
  background-color: #0A5AAE;
}
.CHeader,
.cCatalogName {
  font-size: 1.0625em;
  font-weight: bold;
}
.alignLeft {
  text-align: left;
}
.alignRight {
  text-align: right;
}
.alignCenter {
  text-align: center;
}
.alignTop {
  vertical-align: top;
}
.alignBottom {
  vertical-align: bottom;
}
.nowrap {
  white-space: nowrap;
}
.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.DataTable {
  border-spacing: 0px;
  border-collapse: separate;
}
.DataTableCell {
  padding: 3px;
  white-space: nowrap;
  text-align: center;
}
.DataTableHeader {
  FONT-WEIGHT: bold;
  COLOR: white;
  BACKGROUND-COLOR: #0A5AAE;
  padding: 3px;
  white-space: nowrap;
  text-align: center;
  vertical-align: bottom;
}
/* End Legacy Fixes */
h1.seo-element {
  color: inherit;
  font-size: 1.5em;
  margin: 1em 0;
  text-align: left;
}
.CCatalogName h1.seo-element {
  color: inherit;
  font-size: inherit;
  margin: inherit;
  text-align: left;
}
html {
  background: #1b1b1b;
}
body {
  background-color: #0D0D0D;
  text-align: center;
  color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
div#BGContainer {
  background: #0D0D0D url(/images/Aqua/design/HoodBG.png) center top no-repeat;
  overflow: auto;
  min-width: 1004px;
  /* Extra margin for the MUA menu */
  min-height: 392px;
  margin: 0 auto;
}
div#Wrapper {
  width: 972px;
  text-align: left;
  margin: 0 auto;
  position: relative;
}
/* Header Group: */
header {
  height: 176px;
  position: relative;
  background: url(/images/Aqua/design/headerBottomBorder.png) no-repeat 6px 170px;
}
#HomeLogo {
  display: block;
  float: left;
  width: 340px;
  height: 80px;
  margin-left: 12px;
  margin-top: 38px;
  background-image: url("/images/Aqua/design/AM_home_logo.png");
  background-size: 100%;
}
/* 1.5 dpr */
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* Retina-specific stuff here */
  #HomeLogo {
    background-image: url("/images/Aqua/design/AM_home_logo@2x.png");
  }
}
span#PhoneNum {
  float: left;
  clear: left;
  margin-left: 44px;
  margin-top: 23px;
  text-transform: uppercase;
  color: #FFFFFF;
  min-width: 270px;
}
form#quickSearch {
  float: right;
  position: relative;
  margin-right: 29px;
  margin-top: 35px;
}
input#search {
  width: 200px;
  height: 36px;
  background: url(/images/Aqua/design/searchBG.png) 0 0 no-repeat;
  border: none;
  padding: 7px 32px 7px 14px;
  font-size: 0.9em;
  line-height: 14px;
}
input#submit {
  position: absolute;
  width: 31px;
  height: 31px;
  right: 2px;
  top: 2px;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
  font-size: 0px;
  z-index: 5;
}
a.headerLinkBtn {
  position: absolute;
  right: 6px;
  top: 40px;
  display: block;
  width: 186px;
  height: 32px;
  background: url(/images/Aqua/design/prodButton.png) 0 0 no-repeat;
  text-align: center;
  color: #FFFFFF;
  line-height: 32px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: bold;
}
a.headerLinkBtn:hover {
  background-position: 0 -35px;
  text-decoration: none;
}
a.headerLinkBtn:active {
  top: 41px;
}
a:hover {
  text-decoration: underline;
}
ul#navLinks {
  position: absolute;
  bottom: 0;
  right: 6px;
  list-style: none;
  margin: 0;
  padding: 0 0 0 28px;
  min-width: 626px;
  height: 46px;
  background: #0e4fa3;
  background: rgba(14, 79, 163, 0.8);
}
ul#navLinks > li {
  float: left;
  position: relative;
  margin: 0 22px 0 0;
  padding: 0;
}
ul#navLinks > li > li.last {
  margin: 0;
}
ul#navLinks > li > a {
  display: inline-block;
  min-height: 46px;
  vertical-align: top;
  font-size: 0.875em;
  /*  13px / 16px */
  line-height: 46px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 18px;
  background: url(/images/Aqua/design/navArrow.png) 0 50% no-repeat;
}
ul#navLinks > li > a.first {
  margin-left: 0;
}
ul#navLinks > li > a:hover {
  text-shadow: 0 0 8px #FFFFFF;
}
.no-textshadow ul#navLinks li a:hover {
  text-decoration: underline;
}
ul.innerMenu {
  display: none;
  min-width: 100%;
  position: absolute;
  background: #1466c9;
  background: rgba(20, 102, 201, 0.8);
  z-index: 15;
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 10px 0 18px;
}
ul.innerMenu > li {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
ul.innerMenu > li > a {
  display: block;
  font-size: 0.8125em;
  font-weight: 700;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  margin: 0;
  padding: 0 22px;
}
ul.innerMenu > li > a:hover {
  color: #ffffff;
  text-shadow: 0 0 8px #FFFFFF;
}
/* End Header Group */
/* Body Group: */
div.Home {
  margin-top: -15px;
}
div.Main {
  background-color: rgba(0, 0, 0, 0.75);
  width: 960px;
  min-height: 260px;
  margin-left: 6px;
  padding-top: 15px;
  /* Create some space between the header and legacy content */
  padding-bottom: 4em;
}
div.Main img {
  max-width: 960px;
}
div.Main .pressure-drops img {
  max-width: 50em;
}
.Sub {
  color: #FFFFFF;
  font-size: 0.9375em;
  /* 15 / 16 = .9375 */
  margin-top: -15px;
  /* Remove space inserted in .Main */
  margin-bottom: 30px;
  overflow: hidden;
  width: 100%;
}
.CatalogList {
  background: #ffffff url(/images/Aqua/design/catListBG.png) repeat-y 0 0;
  overflow: auto;
  margin-top: -15px;
  padding: 10px 0;
}
div.LeftColumn {
  float: left;
  position: relative;
  overflow: auto;
  width: 334px;
  padding: 0 30px 10px 33px;
}
div.LeftColumn > h4:first-child {
  margin-top: 10px;
}
div.LeftColumn p {
  border-style: dotted none;
  border-width: 1px;
  border-color: #FFFFFF;
  padding: 20px 2px;
  font-size: 0.75em;
}
div.LeftColumn ul {
  padding: 0;
  list-style: none;
}
div.LeftColumn ul a {
  color: inherit;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.8em;
}
div.LeftColumn li > ul {
  margin: 0 0 0.5em 0;
  padding: 0 0 0 0.75em;
}
div.LeftColumn li > ul > li {
  line-height: 100%;
}
div.RightColumn {
  margin-left: 368px;
  margin-right: 34px;
  color: #000000;
}
div.RightColumn a {
  color: #0e4fa3;
  text-decoration: none;
  font-weight: 400;
}
div.LeftColumn span.h3Special {
  display: block;
  margin-top: 20px;
  font-family: Century Gothic, sans-serif;
  font-size: 1.125em;
  text-transform: uppercase;
}
div.LeftColumn span.contactPhone {
  display: block;
  font-size: 0.875em;
}
div.LeftColumn a.contactBtn {
  margin-top: 15px;
  display: block;
  width: 199px;
  height: 22px;
  position: relative;
  top: 0;
  background-image: url(/images/Aqua/design/contactBtn.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-size: 0.75em;
  font-weight: bold;
  line-height: 22px;
}
div.LeftColumn a.contactBtn:active {
  top: 1px;
}
#Contact .RightColumn h3 {
  color: #0E4FA3;
}
#Contact .RightColumn div.ContactEntry h4 {
  margin-bottom: 0.5em;
}
#Contact .RightColumn div.ContactEntry h4 > span {
  font-size: 0.9375em;
  font-weight: 400;
  margin-left: 0.75em;
}
#Contact .RightColumn div.ContactEntryDetails {
  display: block;
  width: 100%;
  padding: 12px 0;
  border-top: 1px solid #0271C4;
  vertical-align: top;
  overflow: hidden;
}
#Contact .RightColumn div.ContactEntryDetails span {
  width: 33%;
  float: left;
  font-size: 0.8125em;
}
#Contact div.ContactEntryDetails span.ContactEmail {
  text-align: right;
  position: relative;
}
#Contact div.ContactEntryDetails a.emailBtn {
  display: block;
  width: 129px;
  height: 22px;
  margin-bottom: 5px;
  float: right;
  position: relative;
  top: 0;
  right: 0;
  background-image: url(/images/Aqua/design/emailBtn.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-size: 0.923076em;
  /* 12 / 13 = .923076 */
  font-weight: bold;
  line-height: 22px;
}
#Contact div.ContactEntryDetails a.emailBtn:hover {
  background-position: 0 -25px;
}
#Contact div.ContactEntryDetails a.emailBtn:active {
  top: 1px;
}
div.ListEntry {
  margin: 16px 0 18px 0;
  border-top-style: solid;
  border-width: 1px;
  border-color: #979797;
  overflow: auto;
  color: #535353;
}
div.ListEntry td {
  color: #535353;
  font-size: 0.8em;
}
div.ListImage {
  width: 162px;
  height: 114px;
  margin: 18px 0 0 2px;
  float: left;
  background-color: #E9E9E9;
  border-radius: 5px;
  position: relative;
  text-align: center;
}
div.ListImage > img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 140px;
  max-height: 95px;
}
div.ListImage > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.ListDetails {
  margin-top: 18px;
  margin-left: 206px;
  font-size: 0.8em;
}
div.ListDetails ul {
  /*list-style: none;
	        padding: 0;*/
  padding-left: 2em;
  font-size: 0.9em;
}
div.ListDetails span {
  font-weight: 700;
}
ul.UnstyledList {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.UnstyledList a {
  color: inherit;
  text-decoration: none;
}
ul.UnstyledList a:hover {
  text-decoration: underline;
}
div#ProductBanner {
  width: 960px;
  height: 319px;
  /*background: url(/images/Aqua/design/pbBG.png) no-repeat 0 0;*/
  background-color: #0D0D0D;
  position: relative;
  margin-top: -15px;
  border-bottom: 2px solid #0E4FA3;
}
div#ProductBannerLeft {
  position: relative;
  overflow: auto;
  width: 334px;
  height: 319px;
  padding: 30px 0 0 36px;
}
div#ProductBanner h2 {
  margin: 0;
  font-size: 2em;
  line-height: 1em;
  color: #0072FF;
}
div#ProductBannerLeft h4 {
  font-size: 1.4em;
  line-height: 1em;
  margin: 10px 0;
}
div#ProductBanner > img {
  position: absolute;
  top: 32px;
  right: 75px;
  min-height: 200px;
  max-height: 270px;
}
.CatalogImageWrap {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 65px;
  text-align: right;
}
.CatalogImageWrap > img.CatalogImage {
  display: block;
  margin: 10px;
  min-height: 190px;
  max-height: 255px;
}
.CatalogImageWrap > .CatalogImageCaption {
  font-size: 1.5em;
  margin-right: 0.66em;
}
.CatalogImageContainer {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 65px;
}
.CatalogImageContainer .CatalogImageWrap {
  display: inline-block;
  float: right;
  position: relative;
  top: auto;
  right: auto;
  text-align: right;
}
.CatalogImageContainer .CatalogImageWrap > img.CatalogImage {
  min-height: initial;
  max-width: 270px;
  max-height: 240px;
}
div.Summary {
  position: absolute;
  bottom: 25px;
  font-size: 0.8em;
  max-width: 298px;
  /* Must match visible width of #ProductBannerLeft (width-padding) */
}
div.Summary ul {
  padding-left: 15px;
}
.Sub div#SideBar {
  float: left;
  margin-left: 36px;
  width: 274px;
  font-size: 0.85em;
}
.Sub div#SideBar h3,
.Sub div#MainColumn h3 {
  font-size: 1.5em;
  text-transform: uppercase;
  color: #0072FF;
  margin: 20px 0 0.5em;
}
.Sub div#MainColumn {
  margin-left: 334px;
  margin-right: 26px;
  padding-left: 24px;
  border-left: 1px dotted #404040;
  font-size: 0.95em;
}
div#MainColumn table {
  font-size: 1em;
}
div#MainColumn td {
  padding: 3px 6px;
}
div#MainColumn th,
.CStatsHeaderText {
  background-color: #0072FF;
  /* Matches H3 color */
  border: 1px solid #000000;
}
div#MainColumn ul {
  margin-top: 0.5em;
  padding-left: 2em;
}
.Sub .Cert p {
  font-size: 0.9166em;
}
.Sub .Cert img {
  vertical-align: top;
}
div#rotator {
  position: relative;
  width: 960px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #0E4FA3;
  z-index: 10;
  /* Put rotator above other elements in stacking order to prevent sub-pixel antialiasing issue in webkit */
}
div#productTiles {
  height: 175px;
  margin-top: 12px;
  overflow: auto;
  clear: left;
}
div#productTiles div {
  width: 188px;
  height: 175px;
  float: left;
  margin-left: 8px;
  position: relative;
}
div#productTiles div.first {
  margin-left: 0;
}
div#productTiles a.btn {
  position: absolute;
  bottom: 1px;
  left: 1px;
  display: block;
  width: 186px;
  height: 32px;
  background: url(/images/Aqua/design/prodButton.png) 0 0 no-repeat;
  text-align: center;
  color: #FFFFFF;
  line-height: 32px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
}
div#productTiles a.btn:hover {
  background-position: 0 -35px;
}
div#productTiles a.btn:active {
  bottom: 0;
}
.ListWrap {
  text-align: center;
}
.ListWrap > ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.ListWrap > ul > li > ul {
  list-style: none;
  padding: 4px 0 16px 10px;
  margin: 0;
}
.ListWrap > ul > li > ul > li {
  margin: 2px 0;
}
#ProductThumb {
  text-align: center;
  width: 180px;
}
#ProductThumb > img {
  max-width: 140px;
  max-height: 95px;
  margin: 10px auto 0;
}
a#ProductThumb {
  display: inline-block;
}
.PerformanceTable {
  display: inline-block;
  border-collapse: collapse;
  border-spacing: 1em;
  margin: 15px;
}
.PerformanceTable caption {
  font-size: 1.2em;
  font-weight: 700;
  padding: 1em;
}
.PerformanceTable th,
.PerformanceTable td {
  border: 1px solid #000;
  padding: 0.6em;
  text-align: center;
}
.PerformanceTable td {
  font-size: 0.8em;
  padding: 0.4em;
}
.PerformanceTable tr:nth-child(odd) {
  background-color: #202020;
}
.PerformanceTable tr:nth-child(even) {
  background-color: #404040;
}
.PerformanceTable thead + tbody tr:nth-child(odd) {
  background-color: #404040;
}
.PerformanceTable thead + tbody tr:nth-child(even) {
  background-color: #202020;
}
.PerformanceTable tr:first-child th,
.PerformanceTable thead tr th {
  background-color: #0a5aae;
  color: #ffffff;
}
.PerformanceTable thead + tbody tr:first-child th {
  background-color: inherit;
  color: inherit;
}
.CStatsTitle {
  font-size: 1.125em;
  font-weight: 700;
}
#Schlieren a[href$=".wmv"] {
  /* Windows Media links */
  background-image: url(/images/logos/Windows_Media_Player.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 0 50%;
  line-height: 1.5em;
  padding: 4px 0 4px 24px;
}
ul.FeatureList,
ul.featureList {
  list-style-image: url(/images/design/square.gif);
  text-align: left;
}
ul.FeatureList li,
ul.featureList li {
  list-style: inherit;
  margin-bottom: 5px;
}
.ListHeader {
  font-size: 1.25em;
  margin: 1em 0 0.5em;
  cursor: pointer;
  border: none;
  padding-left: 0.5em;
  text-align: left;
}
.ListHeader span {
  vertical-align: middle;
}
.ListBlock {
  /*display: none;*/
  border: none;
  margin: 0 0 2em 1.5em;
}
.PlusBtn {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #0072ff;
  border-radius: 4px;
  color: #FFF;
  font-size: 1em;
  text-align: center;
  vertical-align: middle;
  margin-right: 0.33em;
}
.PlusBtn:before {
  content: "\002b";
}
.PlusBtn.Open:before {
  content: "\2212";
}
/* Product content: */
.product-content {
  position: relative;
  min-width: 20em;
  max-width: 60em;
  width: 92%;
  min-height: 10em;
  margin: 0.5em auto 2em;
  padding: 1% 2% 2%;
  font-size: 1rem;
  overflow: auto;
  text-align: left;
}
.product-content h1 {
  color: #0072FF;
  margin: 0.375em 0 0.75em;
}
.product-content ul,
.product-content ol {
  margin-bottom: 0.5em;
}
.product-content ul li,
.product-content ol li {
  margin-bottom: 0.25em;
}
.product-content .product-specification {
  border-collapse: collapse;
  text-align: center;
  max-width: 56em;
  margin: 0 auto;
}
.written-specifications h1 {
  color: #0072FF;
  font-size: 1.5em;
  font-weight: 700;
  margin: 0;
}
.written-specifications h2 {
  font-size: 1.25em;
  font-weight: 700;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.written-specifications .alignTop h2 {
  margin-top: 0;
}
.written-specifications h3 {
  font-size: 1.125em;
  font-weight: 700;
  margin-top: 0.5em;
  margin-bottom: 0.25em;
}
.written-specifications p {
  margin-top: 0.5em;
  margin-bottom: 2em;
}
/* End Body Group */
/* Footer Group: */
.FooterBG {
  width: 100%;
  background: #1b1b1b;
  position: absolute;
}
footer {
  position: relative;
  width: 972px;
  height: 216px;
  margin: 44px auto;
  text-align: center;
}
footer #LogoBlock {
  position: absolute;
  left: 11px;
  top: 20px;
  width: 302px;
  height: 145px;
  text-align: left;
}
footer #LogoBlock .LogoWrap {
  width: 302px;
  height: 120px;
  background: #0d0d0d;
  border-radius: 7px;
}
footer #LogoBlock .LogoWrap > img {
  margin: 31px 27px 0 31px;
}
footer #LogoBlock span {
  display: block;
  width: 100%;
  margin-top: 12px;
  text-align: center;
  font-size: 0.6875em;
  /* 11 / 16  */
}
footer .FooterColumn.First {
  margin-left: 335px;
}
footer .FooterColumn.Last {
  padding: 0 0 0 28px;
}
footer .FooterColumn {
  float: left;
  height: 216px;
  min-width: 150px;
  /* fix */
  padding: 0 32px 0 36px;
  border-left: 1px solid #494949;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.6875em;
  /* 11 / 16 */
  text-align: left;
}
footer .FooterColumn h3 {
  color: #0061da;
  font-weight: 700;
  margin: 0;
}
footer .FooterColumn span {
  display: inline-block;
  margin-bottom: 8px;
}
footer .FooterColumn > a {
  display: inline-block;
  margin-bottom: 8px;
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
footer .FooterColumn ul {
  margin: 1em 0;
}
ul#footerLinks {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
ul#footerLinks li.first a {
  border: none;
  margin-left: 0px;
  padding-left: 0px;
}
ul#footerLinks li {
  display: inline;
  margin: 0;
  padding: 0;
}
ul#footerLinks li a {
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.7em;
  border-left: 1px solid #FFFFFF;
  margin: 0 0 0 4px;
  padding: 0 0 0 7px;
}
ul#footerLinks li a:hover {
  text-decoration: underline;
}
span#copyright {
  text-align: center;
  font-size: 0.7em;
  color: #0974FD;
}
/* End Footer Group */
/* =============================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-device-width: 768px) {
  ul#navLinks > li > a,
  ul.innerMenu > li > a {
    font-size: 0.9375em;
  }
  ul#navLinks {
    padding-left: 8px;
  }
  ul#navLinks #MUAMenu {
    left: -16px;
  }
  footer .FooterColumn.Last {
    padding: 0 0 0 16px;
  }
  footer .FooterColumn {
    padding: 0 24px 0 28px;
    font-size: 0.75em;
  }
}
@media only screen and (device-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* =============================================================================
   Print Styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  body {
    padding-top: 20px;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  header,
  .hideOnPrint,
  #SideBar,
  .FooterBG {
    display: none !important;
  }
  #MainColumn {
    margin-left: 0 !important;
  }
}