/*@import url("_menu.css");*/

@import url("_buttons.css");
@import url("_footer.css");
@import url("_products.css");
@import url("_home.css");
@import url("_subscription.css");
* {
  margin: 0;
  padding: 0
}

/* OVERRIDE BOOTSTRAP DEFAULTS */

*,
*:before,
*:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

html {
  height: 100%;
  display: block;
}

body {
  font: 14px "Segoe UI", "Helvetica Neue", Tahoma, Arial, Verdana, sans-serif;
  height: 100%;
  color: #373F43;
  /* overflow: auto; Not sure why this was set, but removing it allows ie7 to work well enough */
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  margin-top: 0px;
}

a {
  color: #177CB8;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1 {
  color: #2E3438;
  font-size: 42px;
  margin-bottom: 10px;
}

h2 {
  font-size: 36px;
  color: #2E3438;
}

h3 {
  font-size: 24px;
  color: #2E3438;
  margin-bottom: 12px;
}

h1+h3,
h2+h3 {
  margin-top: -5px;
  margin-bottom: 10px;
}

h4 {
  font-size: 16px;
  color: #177CB8;
  margin-bottom: 6px;
  font-weight: 700;
}

h5 {
  font: 14px "Segoe UI", "Helvetica Neue", Tahoma, Arial, Verdana, sans-serif;
  font-size: 15px;
  margin-bottom: 6px;
}

p {
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 24px;
}

img {
  -ms-interpolation-mode: bicubic;
}

hr {
  width: 100%;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(248, 248, 248, 0.3);
  margin: 0px;
}

var {
  margin: 0;
  border: 1px solid #ddd;
  background-color: #f8f8f8;
  border-radius: 3px;
  max-width: 100%;
  display: inline-block;
  font-style: normal;
  font-family: monospace;
  padding: 0 5px;
}

/*FORM padding changes as result of box-sizing override*/

input.form-control {
  padding: 0px 0px 0px 12px;
}

select.form-control {
  padding: 0px 0px 0px 9px;
}

.form-horizontal .control-label {
  margin-bottom: 5px;
}

.inline {
  display: inline-block;
  /*override bootstrap form-control block*/
}

.label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

.clear {
  clear: both;
}

.light {
  color: #737373;
}

.small {
  font-size: .89em;
  line-height: 1.5em;
  margin-bottom: 15px;
}

.large {
  font-size: 1.1em;
}

.red {
  color: #DB2800;
}

.red-underline {
  margin-bottom: 10px;
  border-bottom: 1px solid #DB2800;
  padding-bottom: 4px;
}

.green {}

.grey {
  color: #737373;
}

.bold {
  font-weight: bold;
}

.bold-light {
  font-weight: 500;
}

.window {
  background: whitesmoke;
  padding: 1em;
  border: 1px solid gainsboro;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
}

.window.clear {
  background: transparent;
}

form .window {
  margin-bottom: 15px;
}

.indent {
  margin-left: 81px;
}

.section-divider {
  width: 100%;
  margin: 2.5em 0;
  height: 4px;
  background: url(../img/section-divider2.png) no-repeat 50% 0;
}

.section-divider-no-margin {
  width: 100%;
  margin: 0;
  height: 4px;
  background: url(../img/section-divider2.png) no-repeat 50% 0;
}

#main {
  margin: 0 auto;
  min-height: 100%;
  min-height: calc(100% - 405px);
}

/*COLUMNS*/

.col {
  float: left;
  padding: 0 10px;
}

.one-twelfth {
  width: 64px;
}

.one-eighth {
  width: 103px;
}

.one-sixth {
  width: 140px;
}

.one-fourth {
  width: 224px;
}

.three-eighths {
  width: 346px;
}

.one-third {
  width: 305px;
}

.one-half {
  width: 464px;
}

.seven-twelfths {
  width: 448px;
}

.five-eighths {
  width: 565px;
}

.two-thirds {
  width: 624px;
}

.three-fourths {
  width: 704px;
}

.five-sixths {
  width: 758px;
}

.full {
  width: 960px;
}

.last {
  float: right;
}

.window.one-half {
  width: 444px;
  padding: 1em;
}

.blue {
  color: #177CB8
}

.circle {
  border-radius: 50%;
  display: inline-block;
  margin-right: 20px;
  color: white !important;
  background: gray;
  border: 1px solid dimgray;
  background-image: -moz-linear-gradient(top, gray 0%, dimgray 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, gray), color-stop(100%, dimgray));
  background-image: -webkit-linear-gradient(top, gray 0%, dimgray 100%);
  background-image: -o-linear-gradient(top, gray 0%, dimgray 100%);
  background-image: -ms-linear-gradient(top, gray 0%, dimgray 100%);
  background-image: linear-gradient(top, gray 0%, dimgray 100%);
  -pie-background: linear-gradient(top, gray 0%, dimgray 100%);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, .1);
}

/* Table Grid */

.grid {
  text-align: left;
  margin-top: 0px;
}

.grid table {
  border: 1px solid gainsboro;
  border-left: none;
  border-top: none;
}

.grid .sub-header {
  padding: 7px;
  background-color: #F5F5F5;
  border-left: 1px solid #E0E0E0;
  border-top: 1px solid #E0E0E0;
  text-align: left;
}

.grid td {
  border-top: 1px solid gainsboro;
  border-left: 1px solid gainsboro;
  padding: 7px;
}

/* -- Individual Styles -- */

ul.list2col {
  float: left;
  width: 100%;
  margin: 0 0 1em 2em;
}

ul.list2col li {
  float: left;
  width: 49%;
}

ul.boxlist {
  margin: 0px 0px 15px 20px;
}

ul.boxlist.li {
  margin: 0px 0px 5px 0px;
}

ul.link-list li {
  list-style: none;
  margin-bottom: 20px;
}

ul.link-list li a {
  font-weight: bold
}

ol {
  font-size: 14px;
  margin: 0px 0 10px 10px;
  padding-left: 12px;
  margin-bottom: 24px;
}

ol li {
  margin-bottom: 5px;
}

ol.priv {
  margin: 20px 20px 10px 40px;
}

ol.priv li {
  margin-bottom: 5px;
}

ol.faqs {
  margin-left: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
}

ol.faqs p {
  margin-bottom: 10px;
}

ol.faqs li {
  margin-bottom: 10px;
}

ul.faqs {
  margin-left: 20px;
}

ul.faqs li {
  padding: 5px;
  list-style: none;
}

ul.arrows_red {
  margin: 20px 0px;
}

ul.arrows_red li {
  background: url(../img/arrow_red.png) no-repeat 0 5px;
  margin: 10px;
  padding-left: 18px;
  list-style: none;
}

ul.arrows_red li.img {
  list-style: none;
  background: none;
  margin: 0px;
}

ul.bullets_red li {
  font-size: 14px;
  margin: 5px 0 10px 10px;
  padding-left: 12px;
  list-style: none;
  background: url(../img/red_bullet.gif) no-repeat 0px 08px;
}

ul.bullets_red.two-col li {
  width: 260px;
  float: left;
  margin: 5px 20px 15px 5px;
}

.getting-started {
  background-image: none !important;
  text-indent: -2.5em;
}

.getting-started:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: .5em;
  color: red;
}

/* TOP HEADER BEFORE MENU */

#header_container,
#header_buffer {
  height: 70px;
}

#header_container {
  position: fixed;
  width: 100%;
  top: 0;
  border-bottom: solid 1px gainsboro;
  background-color: #FFF;
  z-index: 900;
}

/*Fix for Modal Movement !!*/

body.modal-open #header,
body.modal-open #menu {
  margin-left: -498px;
}

body.modal-open #submenu_container .submenu {
  margin-left: -486px;
}

body.modal-open #main {
  margin-left: -2px;
}

/* END Fix for Modal Movement !!*/

/*#header {
  position: absolute;
  left: 50%;
  margin-left: -490px;
  min-width: 980px;
  width: 980px;
  margin-bottom: 10px;
  height: 100%;
}

#header .links {
  float: right;
  clear: right;
  list-style: none;
  padding: 0 0px 0 0;
  margin: -1px 0;
}

#header .links li {
  float: left;
  padding: 0 8px;
  font-size: 12px;
}

#header .links li:first-child {
  background: none;
}

#header .links a {
  display: block;
  overflow: hidden;
  height: 25px;
}

#header .links a i {
  margin-right: 2px;
}

#header ul.links li, ul.links li a {
  font-size: 13px;
  color: #656668;
  margin: 0px;
}

#header ul.links li a:hover {
  color: #DB2800;
}

#header .logo {
  float: left;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../img/nlogo.png) no-repeat top left;
  background-size: contain;
  width: 108px;
  height: 23px;
  margin: 16px 0 0px;
  display: inline;
}

#header .logo a {
  display: block;
  height: 100%;
}

#header .slogan {
  text-transform: uppercase;
  float: right;
  margin: 16px 8px 4px 0px;
  color: #000;
  font-size: 12px;
  font-weight: normal;
  height: 16px;
}*/

/* CONTENT*/

#content_container {
  width: 980px;
  height: auto;
  min-width: 980px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/* specific to kb articles - takes too much time to reformat all w/ custom classes*/

.kb.articles ul,
.kb.articles ol {
  margin-left: 3em;
}

.kb.articles h2,
.kb.articles h3 {
  color: black;
}

/*a specific field that aiming at the scanner*/

.visit {
  width: 0px;
  height: 0px;
  overflow: hidden;
}

/*mobile elements*/

.mobile-menu,
#search_icon,
#search_container {
  display: none;
}
#div-search + div.input-group-btn {
  z-index: 3;
}