.container, .no-css-columns .tab-content ul {
  *zoom: 1; }
  .container:before, .no-css-columns .tab-content ul:before, .container:after, .no-css-columns .tab-content ul:after {
    display: table;
    content: ""; }
  .container:after, .no-css-columns .tab-content ul:after {
    clear: both; }

.hide {
  display: none !important;
  visibility: hidden; }

* {
  box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

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-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  color: #777;
  font-size: 14px;
  font-family: 'Helvetica', Arial, sans-serif;
  line-height: 20px;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizelegibility; }

h1,
.h1 {
  border-bottom: 1px solid #eee;
  color: #aaa;
  font-size: 13px;
  font-weight: normal;
  line-height: 24px;
  margin: 0 0 1em;
  padding-bottom: 10px;
  text-transform: uppercase; }

h2,
.h2 {
  color: #003e6f;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase; }

p, ul, ol {
  margin: 0 0 1em; }

a {
  text-decoration: none; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

ul, ol {
  padding-left: 20px; }

small {
  font-size: 80%; }

em {
  font-style: italic; }

a[href="#top"] {
  color: #0077d5;
  display: block;
  font-size: 13px;
  margin-bottom: 2em; }
  a[href="#top"]:hover, a[href="#top"]:active {
    color: #000; }

html,
body {
  height: 100%; }

.container {
  margin: 0 auto;
  position: relative;
  width: 90%;
  max-width: 920px; }

.header {
  overflow: hidden;
  position: relative;
  width: 100%; }

.show {
  display: block; }

.hide {
  display: none; }
/*control color of black background*/
[role=banner] {
  background: #000; }
  [role=banner]:before {
    background: url(../img/shine.png) center center no-repeat;
    content: '';
    display: block;
    margin-left: -520px;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1040px;
    height: 269px; }

.header-logo {
  background: url(../img/logo.png) 0 -6px no-repeat;
  background-size: 100%;
  display: block;
  float: left;
  margin: 0 0 0 -20px;
  position: relative;
  width: 77px;
  height: 44px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.header-support {
  color: #fff;
  display: none;
  text-align: center; }
  .header-support:hover, .header-support:active {
    color: #6fbfff; }

.header-contact {
  background: #222;
  color: #ccc;
  font-size: 12px;
  padding: 1em 0; }
  .header-contact p {
    margin: 0; }
  .header-contact a {
    color: #fff; }
    .header-contact a:hover, .header-contact a:active {
      color: #6fbfff; }
/*control color of nav background - White Label Grey #545a65 */
.nav-main {
  background: #003e6f;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 5px 0; }
  .nav-main ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .nav-main a {
    color: #fff; }
    .nav-main a:hover, .nav-main a:active {
      color: #6fbfff; }

.tabs-close {
  color: #ccc;
  display: none;
  position: absolute;
  top: 0;
  right: 0; }

.tab-content {
  clear: both;
  margin: 5px 0; }
  .tab-content ul {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-break-inside: avoid;
    column-break-inside: avoid; }
  .tab-content li a {
    display: inline-block;
    margin: 0 0 5px; }

.tab-heading {
  border-left: 1px solid #000;
  color: #fff;
  cursor: pointer;
  float: left;
  font-size: 14px;
  margin: 0 0 0 10px;
  padding-left: 10px;
  text-transform: uppercase; }
  .tab-heading:first-child {
    border: 0;
    margin: 0;
    padding: 0; }

.content {
  padding: 1em 0; }

.js .header-support {
  font-size: 12px;
  display: block;
  float: right;
  margin-top: 18px; }
.js .header-contact {
  display: none; }
.js .tab-heading {
  color: #000; }
.js .tab-heading.tab-active {
  color: #fff; }

.header-contact {
  text-align: center; }

.js .tabs {
  display: block; }
  .js .tabs li {
    border-left: 1px solid #000;
    color: #BAC4C2;/*control color of Tab Text - User Manual and Troubleshooting */
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    margin-left: 10px;
    padding-left: 10px;
    text-transform: uppercase; }
    .js .tabs li:first-child {
      border-left: 0;
      margin: 0;
      padding: 0; }
    .js .tabs li:hover, .js .tabs li:active {
      color: #6fbfff; }
  .js .tabs li.active {
    color: #fff; }
    .js .tabs li.active:hover, .js .tabs li.active:active {
      color: #6fbfff; }
.js .tab-heading {
  display: none; }
.js .tab-content {
  background: url(../img/shadow-nav.png) center top no-repeat;
  margin-bottom: 0;
  padding-top: 8px; }
  .js .tab-content li {
    font-size: 11px;
    line-height: 14px; }

.no-backgroundsize .header-logo {
  background-position: 0 -15px;
  width: 141px;
  height: 70px; }

.no-css-columns .tab-content li {
  float: left;
  margin-right: 2%;
  width: 48%; }

@media (min-width: 500px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1; }

  .header-logo {
    background: url(../img/logo.png) 0 -6px no-repeat;
    background-size: 100%;
    width: 100px;
    height: 60px; }

  .nav-main {
    padding: 10px 0; }

  [role=main] {
    padding-top: 100px; }

  .info {
    margin-top: -100px;
    padding-top: 100px; }

  a[href='#top'] {
    display: none; }

  .tab-content ul {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-break-inside: avoid;
    column-break-inside: avoid; }

  .js .header-support {
    margin-top: 30px; }
  .js .tabs li {
    font-size: 14px; }
  .js .tab-content {
    margin-top: 10px;
    padding-top: 10px; }
    .js .tab-content li {
      font-size: 13px;
      line-height: 16px; }
    .js .tab-content li a {
      margin-bottom: 8px; }

  .no-css-columns .tab-content li {
    float: left;
    margin-right: 3%;
    width: 30.3333%; } }
@media (min-width: 800px) {
  body {
    font-size: 16px;
    line-height: 22px; }

  h2,
  .h2 {
    font-size: 20px;
    line-height: 26px; }

  .container {
    padding: 0 60px;
    width: 100%; }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1; }

  .header-logo {
	/*background: url(../img/YourCompanylogo.png) no-repeat;*/
    background: url(../img/logo.png) no-repeat;
    display: block;
    margin: 0 auto;
    position: relative;
    width: 141px;
    height: 110px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }

  .header-logo {
    background-position: 0 -15px;
    height: 70px; }

  .header-contact {
    font-size: 16px; }

  .nav-main {
    padding: 20px 0; }

  [role=main] {
    padding-top: 40px; }

  .content {
    padding: 1em 60px; }
    .content:before, .content:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      width: 20px;
      height: 100%; }
    .content:before {
      background: url(../img/shadow-l.png) repeat-y;
      left: 0; }
    .content:after {
      background: url(../img/shadow-r.png) repeat-y;
      right: 0; }

  .info {
    margin-top: -130px;
    padding-top: 130px; }

  .tabs-close {
    right: 60px; }

  .tab-content ul {
    -webkit-column-count: 4;
    column-count: 4;
    -webkit-column-break-inside: avoid;
    column-break-inside: avoid; }

  .js .header-support {
    margin-top: 40px; }
  .js .tabs li {
    font-size: 16px; }
  .js .tab-content {
    margin-top: 20px;
    padding-top: 20px; }
    .js .tab-content li {
      font-size: 15px;
      line-height: 20px; } }
