/**************

DO NOT OVERWRITE CSS IN THE MAIN.CSS FILE. Main.css is compiled using SASS and any changes may be overwritten by future updates.
Please use CustomStyles.css it to make your changes. Copy what styles you need to change from main.css, paste into CustomStyles.css,
    make your changes there, and save.

**********/
@font-face {
  font-family: 'Avenir Next';
  src: url("Fonts/AvenirNext-Regular.woff2") format("woff2"), url("Fonts/AvenirNext-Regular.woff") format("woff"), url("Fonts/AvenirNext-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Avenir Next';
  src: url("Fonts/AvenirNext-DemiBold.woff2") format("woff2"), url("Fonts/AvenirNext-DemiBold.woff") format("woff"), url("Fonts/AvenirNext-DemiBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Avenir Next Condensed';
  src: url("Fonts/AvenirNextCondensed-DemiBold.woff2") format("woff2"), url("Fonts/AvenirNextCondensed-DemiBold.woff") format("woff"), url("Fonts/AvenirNextCondensed-DemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Avenir Next Condensed';
  src: url("Fonts/AvenirNextCondensed-Bold.woff2") format("woff2"), url("Fonts/AvenirNextCondensed-Bold.woff") format("woff"), url("Fonts/AvenirNextCondensed-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

html {
  height: 100%;
  font-size: 100%; }

body {
  background-color: #FFF;
  color: #262626;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Avenir Next", Arial, sans-serif;
  font-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.row {
  margin-top: 15px;
  margin-bottom: 15px; }

.nested-row {
  margin-right: auto;
  margin-left: auto; }

.nested-col {
  padding-right: initial;
  padding-left: initial; }

a {
  color: #00B9C7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #00ccdb;
    text-decoration: underline; }
  a:focus img {
    opacity: 0.8; }
  a:active {
    opacity: 0.8; }

.alert {
  color: #BF2D25; }

.bold {
  font-weight: bold; }

.block-children > * {
  display: block; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

@media (min-width: 576px) {
  .columns-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em; } }

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

:focus {
  outline: none; }

.full-width {
  width: 100%; }

.gray {
  color: #6B6B6B; }

input:focus, select:focus, textarea:focus {
  outline: 2px solid #9E9E9E; }

h1, h2, h3, h4, h5, h6 {
  color: #00B9C7;
  font-family: "Avenir Next Condensed", Arial, sans-serif;
  font-weight: normal;
  transition: font-size 0.5s; }

h1 {
  font-size: 1.802em; }
  @media (min-width: 768px) {
    h1 {
      font-size: 2.488em; } }

h2 {
  font-size: 1.602em; }
  @media (min-width: 768px) {
    h2 {
      font-size: 2.074em; } }

h3 {
  font-size: 1.424em; }
  @media (min-width: 768px) {
    h3 {
      font-size: 1.728em; } }

h4 {
  font-size: 1.266em; }
  @media (min-width: 768px) {
    h4 {
      font-size: 1.44em; } }

h5 {
  font-size: 1.125em; }
  @media (min-width: 768px) {
    h5 {
      font-size: 1.2em; } }

h6 {
  font-size: 1em; }
  @media (min-width: 768px) {
    h6 {
      font-size: 1.125em; } }

.height100 {
  height: 100%; }

.hidden {
  display: none; }

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%; }

.inline-icon {
  padding-right: 0.35em; }

.inline-block-children > * {
  display: inline-block; }

.inline-block-children.vam > * {
  vertical-align: middle; }

.nowrap {
  white-space: nowrap; }

.primary {
  color: #3D464D; }

.showOnLoad {
  visibility: hidden; }

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

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-xxs {
  font-size: 12px; }

.text-xs {
  font-size: 0.889em; }

.text-md {
  font-size: 1.149em; }

.text-lg {
  font-size: 1.32em; }

.text-xl {
  font-size: 1.515em; }

.text-xxl {
  font-size: 1.741em; }

ul {
  list-style-type: none; }

ul.bulleted {
  list-style-type: disc; }

.cat-grid-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: 15px; }

#home-products .cat-grid-container {
  border-bottom: 1px solid #C8C8C8; }

.cat-grid-item {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  text-align: center;
  -ms-flex-preferred-size: calc(100%/2);
      flex-basis: calc(100%/2);
  max-width: calc(100%/2); }
  @media (min-width: 576px) {
    .cat-grid-item {
      -ms-flex-preferred-size: calc(100%/3);
          flex-basis: calc(100%/3);
      max-width: calc(100%/3); } }
  @media (min-width: 768px) {
    .cat-grid-item {
      -ms-flex-preferred-size: calc(100%/4);
          flex-basis: calc(100%/4);
      max-width: calc(100%/4); } }
  @media (min-width: 992px) {
    .cat-grid-item {
      -ms-flex-preferred-size: calc(100%/6);
          flex-basis: calc(100%/6);
      max-width: calc(100%/6); } }
  @media (min-width: 1200px) {
    .cat-grid-item {
      -ms-flex-preferred-size: calc(100%/7);
          flex-basis: calc(100%/7);
      max-width: calc(100%/7); } }
  @media (min-width: 1590px) {
    .cat-grid-item {
      -ms-flex-preferred-size: calc(100%/9);
          flex-basis: calc(100%/9);
      max-width: calc(100%/9); } }
  .cat-grid-item .cat-grid-img-container {
    margin: 0px auto;
    height: 125px;
    width: 125px; }
  .cat-grid-item .cat-grid-img {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%; }
  .cat-grid-item .cat-grid-subtitle {
    font-family: "Avenir Next Condensed", Arial, sans-serif;
    margin-top: 1em;
    margin-bottom: 0px;
    word-break: break-word; }
    @media (min-width: 768px) {
      .cat-grid-item .cat-grid-subtitle {
        font-size: 1.149em; } }
  .cat-grid-item:hover .cat-grid-subtitle {
    color: #00ccdb; }

.cat-grid-title a {
  display: inline-block; }
  .cat-grid-title a:hover, .cat-grid-title a:focus {
    text-decoration: none; }
  .cat-grid-title a:after {
    border-bottom: 3px solid #3D4E52;
    border-radius: 2em;
    content: '';
    display: block;
    position: relative;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out; }
  .cat-grid-title a:hover:after, .cat-grid-title a:active:after, .cat-grid-title a:focus:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }

.cat-grid-title h3 {
  margin: 0px;
  text-transform: uppercase; }

footer {
  background-color: #3D464D;
  color: #DCE7ED;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0.889em;
  padding-top: 1em; }
  @media (min-width: 992px) {
    footer {
      font-size: 1em; } }
  footer a {
    color: #DCE7ED; }
    footer a:hover, footer a:focus {
      color: #DCE7ED; }
  footer .footer-hdg {
    display: block;
    color: #00B9C7;
    font-family: "Avenir Next Condensed", Arial, sans-serif;
    font-size: 1.32em;
    margin-top: 0;
    letter-spacing: 1px; }
  footer li {
    padding: 0.188em 0; }
  footer ul {
    margin: 0;
    padding: 0; }

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 576px) {
    .footer-container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 1200px) {
    .footer-container {
      -ms-flex-pack: distribute;
          justify-content: space-around; } }
  .footer-container > div {
    margin-bottom: 1em; }
    .footer-container > div:not(:last-child) {
      margin-right: 1.75em; }

/*.footer-columns {
    column-count: 2;
    column-gap: 2em;
}*/
#mailchimp {
  border: 1px solid #DCE7ED;
  border-radius: 5px;
  padding: 1em;
  max-height: 160px;
  max-width: 300px; }
  #mailchimp form > * {
    display: block;
    margin-right: 0;
    margin-left: 0; }
  #mailchimp #mce-EMAIL {
    background: transparent;
    border: none;
    border-bottom: 1px solid #C8C8C8;
    border-radius: 0;
    caret-color: #C8C8C8; }
    #mailchimp #mce-EMAIL:focus {
      outline: none; }
    #mailchimp #mce-EMAIL::-webkit-input-placeholder {
      color: #C8C8C8; }
    #mailchimp #mce-EMAIL:-ms-input-placeholder {
      color: #C8C8C8; }
    #mailchimp #mce-EMAIL::placeholder {
      color: #C8C8C8; }
  #mailchimp .btn {
    margin: 1em auto;
    width: 80%; }

#social-media {
  margin-top: 1em; }
  #social-media a i {
    color: #FFF;
    padding-right: 1rem; }
  #social-media a:hover i, #social-media a:focus i {
    color: #DCE7ED; }

#subfooter {
  background-color: #00B9C7;
  color: #DCE7ED;
  font-size: 10px;
  padding: 0.375rem; }
  #subfooter span {
    display: block; }
  #subfooter #inxsql-dots {
    vertical-align: middle;
    width: 20px; }

header {
  background-color: #3D464D;
  box-shadow: 0px 5px 5px -5px rgba(129, 129, 129, 0.5);
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /*Makes entire header visible for IE*/ }
  header a {
    display: block;
    width: 100%; }
  header .dropdown-btn, header .submenu-btn {
    position: relative; }
  header .dropdown-menu {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%); }
  header .dropdown-menu, header .submenu {
    box-shadow: 0px 1px 5px rgba(129, 129, 129, 0.8);
    background-color: #FFF;
    padding: 0.375em;
    position: absolute;
    margin-top: 5px;
    display: none;
    z-index: 200; }
    header .dropdown-menu.right-edge, header .submenu.right-edge {
      right: 100%; }
    header .dropdown-menu.megamenu.right-edge, header .submenu.megamenu.right-edge {
      right: 0;
      -webkit-transform: none;
              transform: none; }
  header .submenu {
    margin-top: 0;
    top: 0;
    right: auto;
    left: calc(100% + 0.375em);
    -webkit-transform: none;
            transform: none; }
    header .submenu.right-edge {
      right: calc(100% + 0.375em);
      left: auto; }
  header ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }

.header-btn {
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: left; }
  .header-btn:hover, .header-btn:focus {
    cursor: pointer; }

@media (min-width: 768px) {
  .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media (min-width: 992px) {
  .logo {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; } }

.logo-container {
  display: block;
  transition: 0.25s;
  vertical-align: middle;
  width: 160px; }
  @media (min-width: 768px) {
    .logo-container {
      width: 160px; } }
  @media (min-width: 992px) {
    .logo-container {
      width: 200px; } }
  @media (min-width: 1200px) {
    .logo-container {
      width: 200px; } }
  @media (min-width: 1590px) {
    .logo-container {
      width: 200px; } }
  .logo-container a:focus, .logo-container a:active {
    opacity: 0.65; }
  .logo-container img {
    max-width: 100%; }

.logo-text {
  white-space: nowrap;
  text-align: center;
  color: #FFF; }
  @media (min-width: 992px) {
    .logo-text {
      margin-left: 0.5em;
      font-size: 1.25em; } }
  .logo-text a {
    color: #FFF; }
    .logo-text a:hover {
      color: #FFF; }

/*nav {
    @include mquery-min($device-md) {
        display: flex;
        align-items: center;
    }
}*/
.menubar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

#mainmenu-toggle button.header-btn {
  color: #FFF;
  font-size: 1.149em;
  padding-left: 1.25em;
  text-align: right;
  white-space: nowrap; }
  #mainmenu-toggle button.header-btn:hover, #mainmenu-toggle button.header-btn:focus, #mainmenu-toggle button.header-btn:active {
    color: #FFF;
    cursor: pointer;
    text-decoration: underline; }

@media (min-width: 992px) {
  #mainmenu-toggle {
    display: none; } }

.mainmenu {
  display: none;
  position: relative; }
  @media (min-width: 992px) {
    .mainmenu {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      /*padding-left: 1.25em;
        padding-right: 1.25em;*/ } }
  .mainmenu .dropdown-menu, .mainmenu .submenu {
    box-shadow: none;
    background-color: transparent;
    padding: 0;
    margin-top: 0;
    position: static;
    right: auto;
    -webkit-transform: none;
            transform: none; }
    @media (min-width: 992px) {
      .mainmenu .dropdown-menu, .mainmenu .submenu {
        box-shadow: 0px 1px 5px rgba(129, 129, 129, 0.8);
        background-color: #FFF;
        padding: 0.375em;
        position: absolute;
        margin-top: 5px;
        min-width: 100%; } }
  @media (min-width: 992px) {
    .mainmenu .dropdown-menu {
      right: 50%;
      -webkit-transform: translateX(50%);
              transform: translateX(50%); } }
  .mainmenu .dropdown-item {
    padding: 0.375em 1em;
    white-space: nowrap;
    color: #3D464D;
    text-decoration: none; }
    .mainmenu .dropdown-item:hover, .mainmenu .dropdown-item:focus, .mainmenu .dropdown-item:active {
      color: #3D464D;
      text-decoration: underline; }
    .mainmenu .dropdown-item.text-only:hover, .mainmenu .dropdown-item.text-only:focus, .mainmenu .dropdown-item.text-only:active {
      text-decoration: none; }
    @media (min-width: 0) and (max-width: 992px) {
      .mainmenu .dropdown-item {
        padding-left: 2em;
        color: #FFF; }
        .mainmenu .dropdown-item:hover, .mainmenu .dropdown-item:focus, .mainmenu .dropdown-item:active {
          color: #FFF; } }
    @media (min-width: 992px) {
      .mainmenu .dropdown-item {
        padding: 0.375em 1em;
        white-space: nowrap;
        color: #3D464D;
        text-decoration: none; }
        .mainmenu .dropdown-item:hover, .mainmenu .dropdown-item:focus, .mainmenu .dropdown-item:active {
          color: #3D464D;
          text-decoration: underline; }
        .mainmenu .dropdown-item.text-only:hover, .mainmenu .dropdown-item.text-only:focus, .mainmenu .dropdown-item.text-only:active {
          text-decoration: none; } }
  @media (min-width: 0) and (max-width: 992px) {
    .mainmenu .submenu .dropdown-item {
      padding-left: 3em; } }

.mainmenu-item {
  color: #FFF;
  padding: 0.375em 1em; }
  .mainmenu-item:hover, .mainmenu-item:focus, .mainmenu-item:active {
    color: #FFF;
    text-decoration: underline; }
  @media (min-width: 992px) {
    .mainmenu-item {
      padding: 0.625em 0.5em;
      padding-bottom: 0.25em; }
      .mainmenu-item:hover, .mainmenu-item:focus, .mainmenu-item:active {
        opacity: 1;
        text-decoration: none; }
      .mainmenu-item:after {
        border-bottom: 3px solid #FFF;
        border-radius: 2em;
        content: '';
        display: block;
        margin-top: 5px;
        position: relative;
        -webkit-transform: scaleX(0);
                transform: scaleX(0);
        transition: -webkit-transform 300ms ease-in-out;
        transition: transform 300ms ease-in-out;
        transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out; }
      .mainmenu-item:hover:after, .mainmenu-item:active:after, .mainmenu-item:focus:after {
        -webkit-transform: scaleX(1);
                transform: scaleX(1); } }
  @media (min-width: 1200px) {
    .mainmenu-item {
      padding: 0.625em 1.25em;
      padding-bottom: 0.25em; } }

.megamenu .dropdown-item {
  white-space: normal; }

@media (min-width: 992px) {
  .megamenu .megamenu-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 500px; }
    .megamenu .megamenu-container ul {
      margin-bottom: 1em;
      width: 50%; } }

@supports ((display: -ms-grid) or (display: grid)) {
  @media (min-width: 992px) {
    .megamenu .megamenu-container {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 175px 220px;
          grid-template-columns: 175px 220px;
      grid-gap: 1em;
      max-width: none; }
      .megamenu .megamenu-container ul {
        margin-bottom: auto;
        width: auto; } } }

@media (min-width: 992px) {
  .megamenu-header {
    font-family: "Avenir Next Condensed", Arial, sans-serif;
    font-size: 1.149em; } }

.megamenu-header .megamenu-text {
  padding-bottom: 0.125em;
  padding-right: 0;
  padding-left: 0;
  margin-left: 1em;
  display: inline-block;
  width: auto; }
  .megamenu-header .megamenu-text:focus {
    opacity: 0.65; }

.megamenu-header a {
  border-bottom: 1px solid #3D464D;
  padding-bottom: 0.125em; }
  .megamenu-header a:hover, .megamenu-header a:focus {
    text-decoration: none; }

.megamenu-header ~ li {
  margin-left: 1em; }
  @media (min-width: 992px) {
    .megamenu-header ~ li {
      margin-left: 0; } }

.nav-login-form {
  padding: 0.375em 1em;
  max-width: 275px; }
  .nav-login-form button {
    margin-right: auto;
    margin-left: auto;
    width: 80%; }
  .nav-login-form span.login-link {
    font-size: 0.889em;
    text-align: center; }

#inxsqlSearchForm {
  white-space: nowrap; }

#inxsqlSearchForm input, .nav-login-form input {
  background-color: #FFF;
  border: none;
  border-bottom: 1px solid #C8C8C8;
  border-radius: 0px; }
  @media (min-width: 992px) {
    #inxsqlSearchForm input, .nav-login-form input {
      background-color: transparent; } }
  #inxsqlSearchForm input:focus, .nav-login-form input:focus {
    outline: none; }
  #inxsqlSearchForm input:-webkit-autofill, .nav-login-form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 100px white inset; }

.nav-login-form label, #inxsqlSearchForm button {
  color: #FFF; }
  @media (min-width: 992px) {
    .nav-login-form label, #inxsqlSearchForm button {
      color: #3D464D; } }

@media (min-width: 992px) {
  #fixedHeader {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2; } }

@media (min-width: 992px) {
  #fixedHeader ~ .content {
    padding-top: 137px; } }

@media (min-width: 1200px) {
  #fixedHeader ~ .content {
    padding-top: 137px; } }

@media (min-width: 1590px) {
  #fixedHeader ~ .content {
    padding-top: 137px; } }

@media (min-width: 992px) {
  .stickymenu .logo-container {
    width: calc(160px / 2); } }
  @media (min-width: 992px) and (min-width: 768px) {
    .stickymenu .logo-container {
      width: calc(160px / 2); } }
  @media (min-width: 992px) and (min-width: 992px) {
    .stickymenu .logo-container {
      width: calc(200px / 2); } }
  @media (min-width: 992px) and (min-width: 1200px) {
    .stickymenu .logo-container {
      width: calc(200px / 2); } }
  @media (min-width: 992px) and (min-width: 1590px) {
    .stickymenu .logo-container {
      width: calc(200px / 2); } }

/* The Modal (background) */
.modal {
  position: fixed;
  /* Stay in place */
  z-index: 200;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
  visibility: hidden;
  /* Hidden by default */
  opacity: 0; }

.modal.open {
  visibility: visible;
  opacity: 1;
  transition: opacity 300ms; }

/* Modal Content (Image) */
.modal-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  z-index: 2; }

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer; }

.item-listview, .order-list, .item-gridview:not(.moreItemsSlider) {
  font-size: 0.889em; }
  @media (min-width: 576px) {
    .item-listview, .order-list, .item-gridview:not(.moreItemsSlider) {
      font-size: 1em; } }
  .item-listview .jsCartContainer, .order-list .jsCartContainer, .item-gridview:not(.moreItemsSlider) .jsCartContainer {
    border-bottom: 1px solid #e3ecf0;
    padding-bottom: 0.5em; }
  .item-listview li, .order-list li, .item-gridview:not(.moreItemsSlider) li {
    margin-bottom: 0.5em; }

.item-img-container {
  max-width: 100px;
  max-height: 100px; }
  .item-img-container img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    font-size: 12px;
    overflow: hidden; }

.item-name {
  font-weight: bold;
  word-break: break-word; }

.item-num {
  font-size: 0.889em;
  font-weight: bold;
  margin-bottom: 0 !important; }

.item-listview .item-img-container, .order-list .item-img-container {
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  width: 25%; }
  .item-listview .item-img-container a, .order-list .item-img-container a {
    display: block;
    width: 100%;
    height: 100%; }
  @media (min-width: 768px) {
    .item-listview .item-img-container, .order-list .item-img-container {
      margin-bottom: 0; }
      .item-listview .item-img-container img, .order-list .item-img-container img {
        margin: 0 auto 0.5em auto; } }

.item-listview .item-info, .order-list .item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .item-listview .item-info > .item-description, .order-list .item-info > .item-description {
    width: 75%; }

.item-gridview .jsCartContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .item-gridview .jsCartContainer > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%; }

.item-gridview .item-img-container {
  margin: 0 auto;
  height: 100px;
  width: 100px; }
  .item-gridview .item-img-container img {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.item-gridview .item-flex-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.item-gridview.moreItemsSlider .jsCartContainer {
  margin-right: 1em;
  padding-right: 1em;
  padding-left: 1em; }

.item-gridview:not(.moreItemsSlider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .item-gridview:not(.moreItemsSlider) .jsCartContainer {
    margin: 1em;
    overflow: hidden;
    width: 100%; }
    @media (min-width: 576px) {
      .item-gridview:not(.moreItemsSlider) .jsCartContainer {
        width: 43%; } }
    @media (min-width: 768px) {
      .item-gridview:not(.moreItemsSlider) .jsCartContainer {
        width: 45%; } }
  @media all and (min-width: 768px) and (-ms-high-contrast: none) {
    .item-gridview:not(.moreItemsSlider) .jsCartContainer {
      width: 43%; } }
    @media (min-width: 992px) {
      .item-gridview:not(.moreItemsSlider) .jsCartContainer {
        width: 29%; } }
    @media (min-width: 1200px) {
      .item-gridview:not(.moreItemsSlider) .jsCartContainer {
        width: 21%; } }
    @media (min-width: 1590px) {
      .item-gridview:not(.moreItemsSlider) .jsCartContainer {
        width: 17%; } }

@supports ((display: -ms-grid) or (display: grid)) {
  .item-gridview:not(.moreItemsSlider) {
    display: -ms-grid;
    display: grid;
    grid-gap: 1em 2em;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr; }
    @media (min-width: 576px) {
      .item-gridview:not(.moreItemsSlider) {
        -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 768px) {
      .item-gridview:not(.moreItemsSlider) {
        -ms-grid-columns: (1fr)[3];
            grid-template-columns: repeat(3, 1fr); } }
    @media (min-width: 1200px) {
      .item-gridview:not(.moreItemsSlider) {
        -ms-grid-columns: (1fr)[4];
            grid-template-columns: repeat(4, 1fr); } }
    @media (min-width: 1590px) {
      .item-gridview:not(.moreItemsSlider) {
        -ms-grid-columns: (1fr)[5];
            grid-template-columns: repeat(5, 1fr); } }
    .item-gridview:not(.moreItemsSlider) .jsCartContainer {
      margin: inherit;
      overflow: hidden;
      width: auto; }
  @media (min-width: 768px) {
    .item-gridview.side-filters:not(.moreItemsSlider) {
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 992px) {
    .item-gridview.side-filters:not(.moreItemsSlider) {
      -ms-grid-columns: (1fr)[3];
          grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 1200px) {
    .item-gridview.side-filters:not(.moreItemsSlider) {
      -ms-grid-columns: (1fr)[4];
          grid-template-columns: repeat(4, 1fr); } }
  @media (min-width: 1590px) {
    .item-gridview.side-filters:not(.moreItemsSlider) {
      -ms-grid-columns: (1fr)[5];
          grid-template-columns: repeat(5, 1fr); } } }

.order-list .item-img-container {
  width: 60px;
  height: 60px; }

.order-list li {
  margin-bottom: 0.25em; }

.filter-heading {
  border-bottom: 2px solid #3D464D;
  display: table;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding-bottom: 0.15em; }

#search-results-categories {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em; }
  @media (min-width: 768px) {
    #search-results-categories {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1; } }

#view-button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 200px; }
  #view-button:hover {
    color: #4d5861;
    cursor: default; }
  #view-button:focus {
    outline: 2px solid #9E9E9E; }

.inxsqlStatusBarContainer {
  display: none; }

.statusbar {
  background-color: #3D464D;
  border-radius: 5px;
  box-shadow: 1px 1px 8px #888;
  color: #FFF;
  font-size: 1.149em;
  padding: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 250px;
  max-height: 100%;
  overflow-y: auto;
  z-index: 1000; }
  .statusbar a {
    color: white;
    font-size: .75em;
    font-weight: normal;
    padding: 5px 10px;
    text-decoration: underline; }
  .statusbar span {
    margin-bottom: 5px;
    display: block; }

.statusbar.statusbar-white {
  background-color: #FFF;
  border: 1px solid #EBEBEB;
  box-shadow: 3px 3px 5px #C8C8C8;
  color: #262626; }
  .statusbar.statusbar-white a {
    color: #00B9C7;
    font-size: 1em;
    text-decoration: none; }
    .statusbar.statusbar-white a:hover {
      color: #00ccdb;
      text-decoration: underline; }

.add-description {
  border-top: 1px solid #e3ecf0;
  border-bottom: 1px solid #e3ecf0;
  padding-top: 1em;
  padding-bottom: 1em;
  /*Add margin to category-pdf link, only if it's the 2nd child*/ }
  .add-description ul {
    list-style-type: disc; }
  .add-description .cat-pdf:nth-child(2) {
    margin-top: 0.5em; }

.box {
  border: 1px solid #DCE7ED;
  padding: 0.889em; }

.box-shadow {
  box-shadow: 1px 1px 3px #DCE7ED; }

.dropcap::first-letter {
  color: #3D464D;
  float: left;
  font-family: "Avenir Next Condensed", Arial, sans-serif;
  font-size: 3em;
  line-height: 0.75em;
  padding-right: 0.1em; }

.heading {
  border-bottom: 1px solid #DCE7ED;
  font-weight: bold;
  margin: 0.5em 0;
  padding-bottom: 0.25em; }

h1.heading, h2.heading, h3.heading, h4.heading {
  font-weight: normal; }

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  max-width: 600px; }
  .map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

.price {
  color: #3D464D;
  font-weight: bold; }

.price-none {
  color: #BF2D25; }
  .price-none::before {
    content: '* '; }

.price-promo {
  color: #30bf30;
  font-weight: bold;
  white-space: nowrap; }
  .price-promo span {
    font-weight: normal;
    text-decoration: line-through; }

.page-title {
  margin: 0.25em 0;
  text-transform: uppercase; }

/*Tabs*/
.tab:not(:first-child) {
  display: none; }

.tab-links li {
  display: inline-block;
  padding: 0.5em; }
  @media (min-width: 576px) {
    .tab-links li {
      font-size: 1.125em; } }
  @media (min-width: 992px) {
    .tab-links li {
      font-size: 1.149em;
      padding: 0.5em 1em; } }
  .tab-links li a:hover, .tab-links li a:focus, .tab-links li a:active {
    text-decoration: none; }
  .tab-links li a:after {
    border-bottom: 3px solid #00B9C7;
    border-radius: 2em;
    content: '';
    display: block;
    margin-top: 5px;
    position: relative;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out; }
  .tab-links li a:hover:after, .tab-links li a:active:after, .tab-links li a:focus:after {
    border-color: #00ccdb;
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  .tab-links li.active {
    font-weight: bold; }
    .tab-links li.active a:after {
      -webkit-transform: scaleX(1);
              transform: scaleX(1); }

.breadCrumb {
  display: inline;
  font-size: 0.889em; }
  .breadCrumb a {
    font-weight: normal; }

.breadCrumb::after {
  content: "/";
  color: #262626;
  padding: 5px; }

.breadCrumb:last-child::after {
  content: "";
  padding: 0; }

.btn {
  box-shadow: 0px 1px 5px rgba(129, 129, 129, 0.8);
  border: none;
  border-radius: 2em;
  margin: 0.5em;
  padding: 0.5em 1em; }
  .btn:active {
    opacity: 0.8; }
  .btn i {
    padding-right: 0.35em; }
  .btn.center {
    margin-right: auto;
    margin-left: auto; }

.btn-icon {
  background-color: transparent;
  border: none;
  color: #3D4E52;
  cursor: pointer;
  font-size: 1.149em;
  padding: 0.5em;
  vertical-align: middle; }
  .btn-icon:hover {
    color: #46595e; }
  .btn-icon:focus {
    color: #46595e;
    opacity: 0.8; }
  .btn-icon:active {
    opacity: 0.8; }

.btn-link {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #00B9C7;
  cursor: pointer;
  margin: auto;
  padding: 0;
  text-align: left; }
  .btn-link:hover, .btn-link:focus {
    color: #00ccdb;
    text-decoration: underline; }
  .btn-link:active {
    opacity: 0.8; }

.btn-cta {
  background-color: #00B9C7;
  color: #FFF; }
  .btn-cta:hover, .btn-cta:focus {
    background-color: #00c7d6; }
  .btn-cta:active {
    opacity: 0.8; }

.btn-primary {
  background-color: #00B9C7;
  color: #FFF; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #00c7d6; }
  .btn-primary:active {
    opacity: 0.8; }

.btn-secondary {
  background-color: #DCE7ED;
  color: #3D464D; }
  .btn-secondary:hover, .btn-secondary:focus {
    background-color: #e3ecf0; }
  .btn-secondary:active {
    opacity: 0.8; }

a.btn {
  text-align: center; }
  a.btn:hover, a.btn:focus, a.btn:active {
    text-decoration: none; }
  a.btn.btn-cta {
    color: #FFF; }
  a.btn.btn-primary {
    color: #FFF; }
  a.btn.btn-secondary {
    color: #3D464D; }

.btn-inline {
  font-size: inherit;
  padding: 0;
  vertical-align: top; }

.inxsqlWLDeleteBtn, .inxsqlWLUpdateBtn, .jsBtnRemove, .inxsqlUpdateBtn {
  padding: 0; }

input, select, textarea {
  padding: 0.5em;
  border: 1px solid #C8C8C8;
  border-radius: 5px;
  margin: 0.5em;
  margin-left: 0; }

select {
  padding-top: 0.375em;
  padding-bottom: 0.375em; }

.text-xs > select {
  padding-top: 0.305em;
  padding-bottom: 0.305em; }

label {
  font-size: 0.889em; }

label.inxsqlQty {
  background: #FFF;
  font-size: 13px;
  margin-left: 1em;
  padding: 0 0.25em;
  position: absolute; }

.label-top {
  background: #FFF;
  font-size: 13px;
  margin-left: 1em;
  padding: 0 0.25em;
  position: absolute; }

@media (min-width: 992px) {
  .label-list label {
    font-size: 1em; } }

.account-form {
  max-width: 400px; }
  .account-form label {
    font-weight: bold; }
  .account-form > * {
    width: 100%; }
  .account-form button {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: auto; }

.inxsqlQuantityToOrder {
  max-width: 105px; }

#inxsqlLoginForm > * {
  display: block; }

#inxsqlLoginForm button {
  width: 175px; }

#inxUpload {
  width: 100%; }

.inxsqlBtnQuickOrderAddBulk {
  clear: both;
  display: block;
  margin: 1em auto; }

.noPriorBusiness, .yesPriorBusiness {
  display: none; }
  .noPriorBusiness.displayForm, .yesPriorBusiness.displayForm {
    display: block; }

.formgrid > label {
  font-weight: bold;
  padding: 0.5em; }

.formgrid > label + * {
  width: 100%;
  max-width: 600px; }

.formgrid > button {
  display: block;
  margin: 0 auto; }

.formgrid .full-span {
  clear: both; }

.formgrid .robot-captcha {
  margin-bottom: 1em; }

.formgrid [type="checkbox"] {
  height: 1rem;
  width: 1rem;
  vertical-align: middle; }

.termsandconditionsrequired {
  display: none !important; }

.jsQOBulkContainer.formgrid input {
  max-width: 150px; }
  @media (min-width: 768px) {
    .jsQOBulkContainer.formgrid input:not(.inxsqlQuantityToOrder) {
      max-width: initial; } }

/************/
.formgrid > label {
  text-align: right;
  margin: 0.5em;
  width: 10em; }
  @media (min-width: 576px) {
    .formgrid > label {
      clear: left;
      float: left; } }

@media (min-width: 576px) {
  .formgrid > label + * {
    float: left;
    width: calc(100% - 12em); } }

.jsQOBulkContainer.formgrid label, .jsQOBulkContainer.formgrid input {
  float: left; }

.jsQOBulkContainer.formgrid label {
  clear: left; }

@media (min-width: 768px) {
  .jsQOBulkContainer.formgrid label:nth-of-type(2) {
    clear: none; } }

.jsQOBulkContainer.formgrid input {
  clear: right; }
  @media (min-width: 768px) {
    .jsQOBulkContainer.formgrid input {
      clear: none; } }

/************/
@supports ((display: -ms-grid) or (display: grid)) {
  .form-wrapper {
    display: -ms-grid;
    display: grid;
    grid-gap: 1em; }
  .formgrid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr);
        grid-template-columns: minmax(0, 1fr);
    grid-gap: 0.5em; }
    @media (min-width: 576px) {
      .formgrid {
        -ms-grid-columns: 1fr 2fr;
            grid-template-columns: 1fr 2fr; } }
    .formgrid > label {
      text-align: left;
      margin: 0;
      width: auto; }
      @media (min-width: 576px) {
        .formgrid > label {
          text-align: right; } }
    .formgrid > label + * {
      margin: 0;
      width: auto; }
    .formgrid .full-span {
      grid-column: 1 / -1; }
  .jsQOBulkContainer.formgrid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr; }
    @media (min-width: 576px) {
      .jsQOBulkContainer.formgrid {
        -ms-grid-columns: 1fr 2fr 1fr 2fr;
            grid-template-columns: 1fr 2fr 1fr 2fr; } }
  .displayForm {
    display: -ms-grid !important;
    display: grid !important; } }

/***********/
.has-error .form-error {
  color: #DB0000;
  clear: both;
  display: block;
  font-size: 0.889em;
  margin-top: 0.25em; }

.has-error .form-error {
  margin-bottom: 0.35em;
  text-align: center; }

/***********/
@supports ((display: -ms-grid) or (display: grid)) {
  .has-error .form-error {
    margin-bottom: unset;
    text-align: left; }
    @media (min-width: 576px) {
      .has-error .form-error {
        grid-column: 2 / -1;
        width: unset; } } }

/************/
.has-error #inxsqlCOTermsAndConditions ~ .form-error {
  text-align: left; }

.availability {
  padding-right: 0.5em; }

.jplist-panel > *, .jplist-pagination > * {
  display: inline-block; }

.jplist-panel i {
  padding: 0; }

.jplist-pagination button {
  background-color: transparent;
  border: none;
  line-height: 1em;
  margin: 0 0 0 2px;
  padding: 0.5em; }

.jplist-pagination button:not(.jplist-selected):hover, .jplist-pagination button:not(.jplist-selected):focus {
  color: #3D4E52;
  cursor: pointer;
  text-decoration: underline; }

.jplist-pagination .jplist-selected {
  color: #3D464D;
  font-weight: bold; }
  .jplist-pagination .jplist-selected:focus {
    text-decoration: underline; }

.jplist-disabled {
  display: none; }

.pagination, .text-filter-box {
  display: inline-block; }

.pagination {
  margin-right: 2em; }

#text-clear-btn {
  padding: 0;
  position: absolute;
  top: 18px;
  right: 16px;
  font-size: 1em; }

.text-xs #text-clear-btn {
  top: 16px; }

.text-filter-box {
  cursor: default;
  position: relative; }
  .text-filter-box.text-filter-products {
    font-size: 0.889em; }
    .text-filter-box.text-filter-products input {
      border-color: darkgray;
      border-width: 2px;
      font-weight: bold;
      min-width: 250px; }
    .text-filter-box.text-filter-products #text-clear-btn {
      top: 17px; }

.text-filter-box input::-ms-clear {
  display: none; }

/*//SLICK CAROUSEL//////////*/
.slick-slider {
  -ms-touch-action: auto !important;
      touch-action: auto !important; }

/*Arrows*/
.slick-prev, .slick-next {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  opacity: .5;
  padding: 0;
  position: absolute;
  z-index: 1; }
  .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    opacity: 1; }

/*Dots*/
.slick-dots {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%; }
  .slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    position: relative;
    width: 20px; }
  .slick-dots li button {
    background: transparent;
    border: 0;
    color: transparent;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    display: block;
    height: 20px;
    outline: none;
    width: 20px; }
    .slick-dots li button:hover, .slick-dots li button:focus {
      outline: none; }
    .slick-dots li button:hover:before, .slick-dots li button:focus:before {
      opacity: 1; }
    .slick-dots li button:before {
      content: '\2022';
      font-size: 20px;
      line-height: 20px;
      height: 20px;
      opacity: .5;
      position: absolute;
      top: 0;
      left: 0;
      text-align: center;
      width: 20px; }

.slick-dots li.slick-active button:before {
  opacity: 1; }

#home-slider .slick-prev, #home-slider .slick-next {
  color: #FFF; }

#home-slider .slick-prev {
  left: 1.15rem; }

#home-slider .slick-next {
  right: 1.15rem; }

#home-slider .slick-dots {
  position: absolute;
  bottom: 20px; }
  #home-slider .slick-dots li button:before {
    color: #FFF; }

#itemImgSlider .slick-prev, #itemImgSlider .slick-next, .moreItemsSlider .slick-prev, .moreItemsSlider .slick-next, #enImgSlider .slick-prev, #enImgSlider .slick-next {
  color: #C8C8C8;
  font-size: 1.5em;
  opacity: 0.7; }
  #itemImgSlider .slick-prev:hover, #itemImgSlider .slick-prev:focus, #itemImgSlider .slick-next:hover, #itemImgSlider .slick-next:focus, .moreItemsSlider .slick-prev:hover, .moreItemsSlider .slick-prev:focus, .moreItemsSlider .slick-next:hover, .moreItemsSlider .slick-next:focus, #enImgSlider .slick-prev:hover, #enImgSlider .slick-prev:focus, #enImgSlider .slick-next:hover, #enImgSlider .slick-next:focus {
    opacity: 1; }

#itemImgSlider .slick-next, .moreItemsSlider .slick-next, #enImgSlider .slick-next {
  right: 0; }

#itemImgSlider .slick-dots li button:before, .moreItemsSlider .slick-dots li button:before, #enImgSlider .slick-dots li button:before {
  color: #3D464D; }

#itemImgSlider .slick-dots > li:only-child, .moreItemsSlider .slick-dots > li:only-child, #enImgSlider .slick-dots > li:only-child {
  display: none; }

#enImgSlider .slick-prev, #enImgSlider .slick-next, #enImgSlider .slick-dots li button:before {
  color: #f1f1f1; }

/*Sort styling*/
table.dataTable thead th {
  position: relative;
  background-image: none !important;
  /* Remove the DataTables bootstrap integration styling */ }

table.dataTable thead th.sorting::after,
table.dataTable thead th.sorting_asc::after,
table.dataTable thead th.sorting_desc::after {
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

table.dataTable thead th.sorting::after {
  content: "\f0dc";
  color: #9E9E9E; }

table.dataTable thead th.sorting_asc::after {
  content: "\f0de";
  color: #3D464D; }

table.dataTable thead th.sorting_desc::after {
  content: "\f0dd";
  color: #3D464D; }

div.dataTables_scrollBody table.dataTable thead th.sorting::after,
div.dataTables_scrollBody table.dataTable thead th.sorting_asc::after,
div.dataTables_scrollBody table.dataTable thead th.sorting_desc::after {
  content: ""; }

.dataTables_wrapper {
  margin-bottom: 1em; }
  .dataTables_wrapper .dataTables_filter input {
    margin-left: 0; }
  .dataTables_wrapper .paginate_button {
    font-weight: normal; }
  .dataTables_wrapper .first, .dataTables_wrapper .previous, .dataTables_wrapper .paginate_button.next, .dataTables_wrapper .last, .dataTables_wrapper .dt-button {
    color: #3D464D !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900; }
  .dataTables_wrapper .first::after {
    content: "\f053\f053"; }
  .dataTables_wrapper .previous::after {
    content: "\f053"; }
  .dataTables_wrapper .next::after {
    content: "\f054"; }
  .dataTables_wrapper .last::after {
    content: "\f054\f054"; }
  .dataTables_wrapper .dt-button::after {
    content: "\f00d"; }
  .dataTables_wrapper .dataTables_info {
    margin: 0 0.5em; }
  @media (min-width: 576px) {
    .dataTables_wrapper > div:first-child {
      float: left; } }
  @media (min-width: 576px) {
    .dataTables_wrapper > div:nth-child(2) {
      float: right; } }
  .dataTables_wrapper > div:first-child > div, .dataTables_wrapper > div:nth-child(2) > div, .dataTables_wrapper > div:nth-child(4) > div {
    display: inline-block;
    float: none; }
  .dataTables_wrapper .dataTables_paginate {
    padding-top: 0; }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
      color: #3D464D !important;
      padding: 0.5em; }
      .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:active {
        background-color: transparent;
        background-image: none;
        border: none;
        box-shadow: none;
        color: #4d5861 !important;
        text-decoration: underline !important; }
    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
      background: transparent;
      border: none;
      box-shadow: none;
      color: #3D464D !important;
      font-weight: bold; }
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
      display: none; }
  .dataTables_wrapper .table-filter {
    display: inline-block;
    position: relative; }
    .dataTables_wrapper .table-filter .dataTables_filter {
      margin-top: 0; }
    .dataTables_wrapper .table-filter .dt-buttons {
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 1; }
    .dataTables_wrapper .table-filter .dt-button {
      background: white;
      border: none;
      padding: 0.25em; }
      .dataTables_wrapper .table-filter .dt-button:hover {
        cursor: pointer; }

table.dataTable.dtr-column > tbody > tr > td.control::before, table.dataTable.dtr-column > tbody > tr > th.control::before {
  background: none;
  border: none;
  color: #3D464D;
  box-shadow: none;
  content: '\f13a';
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  font-weight: bold; }

table.dataTable.dtr-column > tbody > tr.parent td.control::before, table.dataTable.dtr-column > tbody > tr.parent th.control::before {
  background: none;
  color: #3D464D;
  content: '\f139'; }

table.dataTable.dtr-column > tbody > tr > td.control::before, table.dataTable.dtr-column > tbody > tr > th.control::before {
  height: 20px;
  width: 20px;
  line-height: 20px; }
  @media all and (-ms-high-contrast: none) {
    table.dataTable.dtr-column > tbody > tr > td.control::before, table.dataTable.dtr-column > tbody > tr > th.control::before {
      line-height: 35px; } }

table.dataTable > tbody > tr.child ul.dtr-details > li {
  padding: 0.25em 0; }

.dtr-title {
  padding-right: 0.5em; }

table.dataTable tbody td.child {
  padding: 0.5em 1em;
  text-align: left; }

/*****************/
.table {
  font-size: 0.75em; }
  @media (min-width: 992px) {
    .table {
      font-size: 0.889em; } }
  .table thead {
    background-color: #e3ecf0;
    color: #3D464D; }
  .table thead th {
    border-bottom: 1px solid #3D464D; }

th, td {
  padding: 0.5em; }
  th input, td input {
    margin: 0; }

.table, .table-plain {
  border-spacing: 0; }
  .table th, .table td, .table-plain th, .table-plain td {
    border-bottom: 1px solid #C8C8C8; }

.table-fixed {
  table-layout: fixed;
  width: 100%; }
  .table-fixed input {
    width: 100%; }

.table-col-10 {
  width: 10%; }

.table-col-20 {
  width: 20%; }

.table-col-35 {
  width: 35%; }

.table-col-50 {
  width: 50%; }

.table-condensed {
  border-spacing: 0; }
  .table-condensed th, .table-condensed td {
    padding: 0; }
  .table-condensed td:first-child {
    font-size: 0.889em;
    font-weight: bold;
    padding-right: 2em; }

#inxsqlInquiryTotalTable {
  margin-right: 0;
  margin-bottom: 2em;
  margin-left: 0;
  max-width: 320px; }

#orderSummary table {
  width: 100%; }

#inxsql-about-us span.fa-stack {
  color: #4d5861;
  font-size: 2em; }

#inxsql-about-us h3 {
  display: inline-block;
  vertical-align: middle;
  width: 75%; }

#home-banner {
  overflow: hidden;
  padding-left: 0;
  padding-right: 0; }

#home-slider .home-slide {
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  padding: 2em;
  background-size: cover;
  background-position: center;
  border-top: 5px solid #00B9C7; }

#home-slider h1, #home-slider h2, #home-slider h3, #home-slider h4, #home-slider p {
  color: #FFF;
  margin-top: 0px;
  margin-bottom: 0px; }

#home-slider h1 {
  font-family: 'Avenir Next Condensed', Arial, sans-serif;
  font-weight: bold;
  font-size: 2.5em; }
  @media (min-width: 768px) {
    #home-slider h1 {
      font-size: 3em; } }
  @media (min-width: 992px) {
    #home-slider h1 {
      font-size: 3.5em; } }
  @media (min-width: 1200px) {
    #home-slider h1 {
      font-size: 4em; } }

#home-slider .slick-list, #home-slider .slick-track {
  height: 100%; }

/*.home-slide1 {
    background: linear-gradient(rgba($color-primary, 0.5), rgba($color-primary, 0.5)), url('../../images/traverse/wrench-screws.jpg');
    background-size: cover;
    background-position: center;
}

.home-slide2 {
    background: linear-gradient(rgba($color-primary, 0.5), rgba($color-primary, 0.5)), url('../../images/traverse/box-inventory.jpg');
    background-size: cover;
    background-position: center;
}

.home-slide3 {
    background: linear-gradient(rgba($color-primary, 0.5), rgba($color-primary, 0.5)), url('../../images/traverse/handshake.jpg');
    background-size: cover;
    background-position: center;
}*/
.home-slide {
  min-height: 350px;
  height: 100%; }
  @media (min-width: 992px) {
    .home-slide {
      min-height: 400px;
      height: 100%; } }
  @media (min-width: 1200px) {
    .home-slide {
      min-height: 500px;
      height: 100%; } }

/*.marketing {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 1em;

    @include mquery-min($device-md) {
        flex-direction: row;
    }

    @include mquery-min($device-lg) {
        flex-direction: column;
        margin-top: 0;
        min-height: 400px;
    }

    @include mquery-min($device-xxl) {
        min-height: 500px;
    }

    h1, h2, h3, h4, p {
        color: $color-white;
        margin-top: 0px;
        margin-bottom: 0.375em;
    }
}*/
/*.marketing1, .marketing2 {
    display: flex;
    align-items: center;
    flex: 1 0 auto; //stretch height
    min-height: 150px;

    @include mquery-min($device-md) {
        max-width: 50%;
        min-height: unset;
    }

    @include mquery-min($device-lg) {
        max-width: 100%;
    }

    .marketing-content {
        width: 100%;
    }
}

.marketing1 {
    background-color: $color-secondary;
    background-image: linear-gradient(170deg, rgba($color-secondary, 1) 3%, rgba($color-primary-gray, 1) 100%);
    margin-bottom: 1em;

    @include mquery-min($device-md) {
        margin-bottom: 0;
        margin-right: 1em;
    }

    @include mquery-min($device-lg) {
        margin-bottom: 1em;
        margin-right: 0;
    }

    a.btn-cta {
        display: inline-block;
        font-size: $font-size-lg;
        margin: 0px;
        position: relative;
        left: 100%;
        transform: translateX(-100%);

        @include mquery-min($device-md) {
            font-size: $font-size-xxl;
        }
    }
}

.marketing2 {
    background: linear-gradient(rgba($color-black, 0.7), rgba($color-black, 0.7)), url('../../images/traverse/screws-pavement.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;

    a {
        color: $color-white;
        font-size: $font-size-xxl;

        @include mquery-min($device-md) {
            font-size: $font-size-xxl;
        }
    }
}*/
/*#home-featured {
    .btn.featured {
        display: block;
        font-size: $font-size-lg;
        margin: 1em auto;
        max-width: 360px;

        @include mquery-min($device-md) {
            font-size: $font-size-lg;
        }

        @include mquery-min($device-xl) {
            font-size: $font-size-xl;
        }
    }

    .featured-item {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 1.5px;
        padding: 1em;
        text-align: center;
        min-width: 300px;

        @include mquery-min($device-md) {
            max-width: 50%;
        }

        > div {
            flex: 1 1 100%;
        }

        .featured-top {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-around;
            max-width: 400px;
        }

        .featured-img-container {
            display: block;
            height: 125px;
            width: 125px;

            img {
                @include center-vertical;
                max-height: 100%;
                max-width: 100%;
            }
        }

        .featured-info {
            flex: 1 0 auto;
            font-size: $font-size-md;
            min-width: 155px;
            text-align: center;

            p {
                margin: 0.5em auto;
            }
        }

        .featured-bottom {
            align-self: flex-end;
        }

        &:nth-child(odd) {
            background-color: $color-gray-light;
        }

        &:nth-child(even) {
            background-color: $color-primary-gray-light;
        }
    }
}*/
/*.box-spotlight {
    border: 1px solid $color-primary;
    font-size: $font-size-md;
    margin-top: 0.5em;
    padding: 1em;
    position: relative;
    flex: 1 0 auto;

    a {
        display: block;
        font-family: $font-heading;
        font-size: $font-size-lg;
        text-align: center;
    }

    i {
        background-color: $color-white;
        color: $color-primary;
        font-size: 2.5em;
        padding: 0px 0.25em;
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}*/
#inxsqltandc {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
  padding: 10px;
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 100%;
  z-index: 1000000; }
  #inxsqltandc a {
    color: #FFF;
    font-weight: normal;
    text-decoration: underline; }
    #inxsqltandc a:hover {
      font-weight: bold; }

#detailsBtnItemAdd {
  display: block;
  font-size: 1.149em;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  width: 100%; }

.item-attachment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1em;
  margin-bottom: 1em; }
  .item-attachment i {
    margin-right: 0.5em;
    font-size: 1.5em; }

#item-description iframe {
  max-width: 100%; }

#item-description ul {
  list-style-type: disc; }

.item-nums {
  word-break: break-word; }
  .item-nums p {
    margin: 0 0 0.375em 0; }

#item-specs-table {
  width: 100%;
  max-width: 100%; }
  @media (min-width: 576px) {
    #item-specs-table {
      min-width: 300px;
      width: initial; } }

#itemImgSlider .slick-track, #enImgSlider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#itemImgSlider .slick-slide, #enImgSlider .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit; }

#itemImgNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1em; }
  @media (min-width: 768px) {
    #itemImgNav {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  #itemImgNav div {
    border: 1px solid #C8C8C8;
    margin-bottom: 4px;
    margin-right: 4px;
    padding: 2px;
    height: 50px;
    width: 50px; }
  #itemImgNav img {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%; }

#item-slider-container {
  margin: 0 auto;
  max-width: 350px; }
  @media (min-width: 1590px) {
    #item-slider-container {
      max-width: 450px; } }
  #item-slider-container img {
    margin: 0 auto;
    max-width: 100%; }

.enImgSlider-container img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

#enImgNav {
  margin-top: 1em;
  text-align: center; }
  #enImgNav .enImgNav-container {
    display: inline-block;
    margin: 0.375em;
    width: 50px; }

#purchase-info {
  overflow: hidden; }
  #purchase-info > div:not(:last-child) {
    margin-bottom: 1em; }
  #purchase-info li {
    margin-bottom: 0.25em; }
  #purchase-info .table-plain {
    font-size: 0.889em;
    text-align: center;
    width: 100%; }
    @media (min-width: 1590px) {
      #purchase-info .table-plain {
        margin-right: auto;
        margin-left: auto;
        width: 90%; } }
    #purchase-info .table-plain td {
      padding: 0.35em; }

/*.moreItemsSlider .item-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 36px;
}*/
.cart-remove {
  text-align: right; }

.checkout-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .checkout-steps div {
    color: #9E9E9E;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media (min-width: 576px) {
      .checkout-steps div {
        font-size: 0.889em; } }
    @media (min-width: 992px) {
      .checkout-steps div {
        font-size: 1em; } }
    .checkout-steps div span:first-child {
      font-size: 1.149em;
      padding-right: 0.35em; }
  .checkout-steps .current {
    color: #3D464D;
    font-weight: bold; }

#inxsqlCollectAccountContainer {
  display: none; }

#inxnotloggedinforms div.col-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto; }

#NewCenposPlugin {
  height: 1090px; }
  @media (min-width: 435px) {
    #NewCenposPlugin {
      height: 880px; } }
  @media (min-width: 1200px) {
    #NewCenposPlugin {
      height: 720px; } }

#cenposPayIFrameId {
  border: none;
  height: 100%; }

/*Style Cenpos SWP Iframe*/
.Modern .canvasbox .row > span, .Modern .canvasbox .row > input, .Modern .errormsg {
  font-family: "Avenir Next", Arial, sans-serif !important;
  font-size: 0.889rem; }

.Modern .canvasbox .row {
  margin-left: 0; }

.Modern .canvasbox .row > input {
  border: 1px solid #C8C8C8;
  border-radius: 5px;
  box-shadow: none;
  padding: 0.5em; }

#account-dashboard i {
  color: #4d5861; }

.account-boxes .account-title {
  font-size: 1.149em;
  font-weight: bold; }

.account-boxes > div {
  margin-bottom: 1em; }

.account-boxes .box {
  height: 100%;
  box-shadow: 1px 1px 3px #DCE7ED; }
  .account-boxes .box a {
    display: block; }

.account-boxes i {
  font-size: 2.5em; }

.add-columns {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2; }
  @media (min-width: 768px) {
    .add-columns {
      -webkit-columns: 3;
         -moz-columns: 3;
              columns: 3;
      max-width: 1000px; } }

.address-boxes > div {
  margin-bottom: 1em; }

.address-boxes .box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .address-boxes .box ul {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
    .address-boxes .box ul li {
      line-height: normal; }
    .address-boxes .box ul li:first-child, .address-boxes .box ul li:nth-child(5) {
      margin-bottom: 0.5em; }
  .address-boxes .box .ship-edit {
    margin-top: 1em; }
    .address-boxes .box .ship-edit i {
      color: #4d5861; }
  .address-boxes .box i {
    margin-right: 0.25em; }

.address-boxes .new-address {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-style: dashed;
  font-size: 1.149em; }

#inxsqlLotHistoryContainer {
  padding: 20px 0;
  font-size: 0.889em;
  text-align: left; }
  @media (min-width: 1200px) {
    #inxsqlLotHistoryContainer {
      text-align: center; } }
  #inxsqlLotHistoryContainer button {
    display: block;
    margin: 5px auto; }
  #inxsqlLotHistoryContainer .lot-labels > div {
    border-bottom: 1px solid #EBEBEB;
    font-weight: bold;
    padding-bottom: 0.325em; }
  #inxsqlLotHistoryContainer .row {
    margin-right: 0.5em;
    margin-left: 0.5em;
    padding-top: 0.325em;
    padding-bottom: 0.325em; }
  #inxsqlLotHistoryContainer span {
    display: inline; }

.prior-business .box {
  margin-bottom: 1em;
  max-width: 600px; }
  .prior-business .box p {
    vertical-align: middle;
    width: 75%; }

#tax-icons {
  position: relative;
  left: -5px; }
  #tax-icons .fa-dollar-sign {
    position: relative;
    left: 5px; }
  #tax-icons .fa-percentage {
    font-size: 2.2em;
    position: relative;
    top: 5px;
    right: 3px;
    -webkit-text-stroke: 1px white; }

#psearch-filter-menu {
  display: none; }
  @media (min-width: 768px) {
    #psearch-filter-menu {
      display: block; } }

#psearch-filter-show {
  margin-left: 0; }

.psearch-filters {
  font-size: 0.889em; }
  .psearch-filters button {
    vertical-align: middle; }
  .psearch-filters select, .psearch-filters button, .psearch-filters .psearch-spec-filters {
    margin: 0.5em 0.5em 0.5em 0; }
    @media (min-width: 768px) {
      .psearch-filters select, .psearch-filters button, .psearch-filters .psearch-spec-filters {
        margin: 0.5em 0; } }
  .psearch-filters select {
    max-width: 100%; }
  @media (min-width: 768px) {
    .psearch-filters > div {
      display: table; } }

.psearch-spec-filters {
  background: #FFF;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  padding: 0.5em;
  vertical-align: middle; }
  .psearch-spec-filters:hover {
    cursor: default; }
  .psearch-spec-filters:focus {
    box-shadow: 0 0 0 2px #9E9E9E; }
  @media (min-width: 768px) {
    .psearch-spec-filters {
      width: 100%; } }
  .psearch-spec-filters .current-spec-value {
    display: block;
    margin-top: 0.125em; }
  .psearch-spec-filters .dropdown-spec-menu {
    background: #FFF;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    display: none;
    padding: 0.5em;
    position: absolute;
    top: 110%;
    left: 0;
    min-width: 100%;
    max-height: 260px;
    overflow: auto;
    z-index: 200;
    white-space: nowrap; }
    .psearch-spec-filters .dropdown-spec-menu > label {
      display: block;
      margin: 0;
      padding: 0.2em; }
      .psearch-spec-filters .dropdown-spec-menu > label:hover {
        background-color: #e3ecf0; }
    .psearch-spec-filters .dropdown-spec-menu.open {
      display: block; }
  @media (min-width: 768px) {
    .psearch-spec-filters i {
      margin-right: 3px;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }
  @media (min-width: 768px) {
    .psearch-spec-filters .spec-type {
      display: inline-block;
      overflow: hidden;
      vertical-align: middle;
      width: 90%; } }

@media (min-width: 768px) {
  .add-to-cart {
    text-align: right; } }
  @media all and (min-width: 768px) and (-ms-high-contrast: none) {
    .add-to-cart {
      text-align: left; } }

@media (min-width: 1590px) {
  .add-to-cart {
    text-align: left; } }

.specs-table-hidden {
  display: none; }

#show-item-specs {
  color: #3D464D;
  margin-top: 0.5em;
  margin-bottom: 0.5em; }
  #show-item-specs:hover {
    cursor: pointer; }
  @media (min-width: 768px) {
    #show-item-specs {
      margin-top: 0; } }
  #show-item-specs i {
    padding-left: 0.35em; }

.specs-table {
  font-size: 0.889em;
  margin-bottom: 0.5em;
  max-width: 400px; }
  .specs-table td {
    border: none;
    padding: 0 0 0.25em 0;
    text-align: left; }
    .specs-table td:first-child {
      padding-right: 0.5em; }

.center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.m0 {
  margin: 0; }

.mt0 {
  margin-top: 0; }

.mr0 {
  margin-right: 0; }

.mb0 {
  margin-bottom: 0; }

.ml0 {
  margin-left: 0; }

.mtb0 {
  margin-top: 0;
  margin-bottom: 0; }

.mt1 {
  margin-top: 1rem; }

.mr1 {
  margin-right: 1rem; }

.mb1 {
  margin-bottom: 1rem; }

.ml1 {
  margin-left: 1rem; }

.mtb1 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.m0i {
  margin: 0 !important; }

.mt0i {
  margin-top: 0 !important; }

.mb0i {
  margin-bottom: 0 !important; }

.m1i {
  margin: 1rem !important; }

.mt1i {
  margin-top: 1rem !important; }

.mb1i {
  margin-bottom: 1rem !important; }

.p0 {
  padding: 0; }

.pt0 {
  padding-top: 0; }

.pr0 {
  padding-right: 0; }

.pb0 {
  padding-bottom: 0; }

.pl0 {
  padding-left: 0; }

.ptb0 {
  padding-top: 0;
  padding-bottom: 0; }

.p1 {
  padding: 1rem; }

.pt1 {
  padding-top: 1rem; }

.pr1 {
  padding-right: 1rem; }

.pb1 {
  padding-bottom: 1rem; }

.pl1 {
  padding-left: 1rem; }

.ptb1 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.accent {
  color: #00B9C7; }

.account-boxes .box, .address-boxes .box {
  border-radius: 1em; }

.address-boxes .box {
  word-break: break-word; }

@media (min-width: 1590px) {
  .beacon-content, #contact-us {
    max-width: 1140px; } }

.beacon-content p, .beacon-content ul {
  font-size: 1.149em; }

@media (min-width: 992px) {
  .columns2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; } }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 4px; }
  h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
    margin-top: 0; }

h1 {
  margin-top: 0.35em; }

.fa-flip-horizontal.inline-icon {
  padding-right: 0;
  padding-left: 0.35em; }

#feedback {
  background-color: #00B9C7;
  border-radius: 0.5em;
  box-shadow: 1px 1px 3px #3D464D;
  color: white;
  display: block;
  font-size: 0.889em;
  margin: 1em;
  padding: 0.5em 0.75em;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100; }
  #feedback:hover, #feedback:active, #feedback:focus {
    background-color: #00c7d6;
    text-decoration: none; }

.li-spaced li {
  padding-bottom: 4px; }

.link-dark {
  color: #262626;
  text-decoration: underline; }
  .link-dark:hover, .link-dark:focus, .link-dark:active {
    color: #4d5861; }

.mt0 {
  margin-top: 0; }

.pdf-wrapper {
  position: relative;
  margin: 0;
  overflow: hidden;
  padding-top: 75%; }

.pdf-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.testing-box {
  border-top: 4px dotted #00B9C7; }
  .testing-box img {
    max-width: 250px;
    width: 100%; }

.underline {
  text-decoration: underline; }

/*HOMEPAGE*/
header {
  padding-bottom: 0.35em; }
  @media (min-width: 768px) {
    header {
      padding-bottom: 0; } }

/*navbar*/
@media (min-width: 992px) {
  .mainmenu li:first-child .mainmenu-item {
    padding-left: 0; } }

@media (min-width: 992px) {
  .mainmenu li:last-child .mainmenu-item {
    padding-right: 0; } }

@media (min-width: 992px) {
  #shop-menu {
    margin-left: auto; } }

/***********/
#home-banner .slide-hdg-blue {
  color: #00B9C7;
  font-weight: normal; }

.home-intro {
  border: 4px dotted #00B9C7;
  border-top: none;
  margin-bottom: 2em;
  padding: 0 1em; }
  .home-intro h1 {
    margin-top: 0; }

.box-link {
  background-color: #3D464D;
  border-radius: 1em;
  color: #FFF;
  display: block;
  font-family: "Avenir Next Condensed", Arial, sans-serif;
  font-size: 1.741em;
  margin-bottom: 1em;
  padding: 1em;
  text-align: center; }
  @media (min-width: 1200px) {
    .box-link {
      font-size: 2em; } }
  .box-link span:first-child {
    color: #00B9C7; }
  .box-link:hover, .box-link:active, .box-link:focus {
    color: #FFF;
    text-decoration: none; }
  .box-link:hover, .box-link:focus {
    box-shadow: 3px 3px 3px #4d5861; }

.embed-container {
  border-top: 5px solid #00B9C7;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ad-image {
  max-height: 320px;
  border: 1px solid #9E9E9E;
  padding: 3px; }

.news-brief {
  border-bottom: 4px dotted #00B9C7; }

#news-section {
  border-top: 4px dotted #00B9C7; }
  #news-section .col-12 {
    margin-bottom: 1em; }

@media (min-width: 992px) {
  #video-desc {
    margin-top: 4%; } }

#video-desc span.text-emphasize {
  font-size: 1.515em; }

#beacon-featured {
  background-color: #e3ecf0;
  border-radius: 1em;
  margin-bottom: 1em;
  padding: 1em; }
  #beacon-featured .item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #beacon-featured .item-info .featured-img-container {
      margin-right: 0.5em;
      width: 120px; }
      #beacon-featured .item-info .featured-img-container img {
        max-width: 100%; }
    #beacon-featured .item-info .featured-text {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      text-align: center; }
      #beacon-featured .item-info .featured-text p {
        margin-bottom: 1em; }

/***********/
/*Page Image Titles*/
.page-img-title {
  padding-right: 0px;
  padding-left: 0px;
  overflow: hidden; }

.page-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top: 5px solid #00B9C7;
  height: 170px; }
  @media (min-width: 992px) {
    .page-img {
      height: 200px; } }

.page-img-contents h1 {
  color: #FFF;
  font-size: 4em;
  font-weight: bold; }

.page-img-contents h1.gray {
  color: #3D464D; }

/************/
/*Product Lines*/
.productline-box {
  border: 4px dotted #00B9C7;
  border-bottom: none;
  margin-bottom: 2em; }
  .productline-box a {
    color: #262626;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1em;
    text-decoration: none; }
    .productline-box a:hover {
      text-decoration: none; }

@media (min-width: 768px) {
  .productline-box:nth-child(even) {
    border-left: none; } }

.productline-content {
  position: relative; }
  .productline-content img {
    position: absolute;
    top: 25%;
    left: 90%; }
  .productline-content ul {
    font-size: 1em;
    font-weight: bold;
    padding-right: 15px; }
    .productline-content ul li {
      margin-bottom: 0.5em; }
    .productline-content ul li::before {
      content: "\2022";
      color: #00B9C7;
      font-weight: bold;
      display: inline-block;
      width: 1em;
      margin-left: -1em; }

.productline-title {
  background-color: #3D464D;
  border-radius: 1em;
  padding: 30px;
  text-align: center; }
  .productline-title h3 {
    color: #FFF;
    margin: 0; }

/************/
/*Secondary Processing*/
.row-relative {
  position: relative; }

@media (min-width: 1200px) {
  #secondary-processing {
    max-width: 960px; } }

#processing-decoration {
  border: 3px solid #3D464D;
  border-radius: 4em;
  height: 160%;
  width: 100%;
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: -1; }

#box-plating {
  margin-bottom: 1em; }
  @media (min-width: 768px) {
    #box-plating {
      padding-right: 60px;
      margin-bottom: 0; } }

@media (min-width: 768px) {
  #img-screws-wrapper {
    position: absolute;
    top: 40%;
    right: 3%;
    z-index: 2; } }

@media (min-width: 992px) {
  #img-screws-wrapper {
    top: 15%;
    right: 7%; } }

@media (min-width: 1200px) {
  #img-screws-wrapper {
    right: 9%; } }

.img-screws {
  display: block;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    .img-screws {
      margin-right: 0; } }

#img-screws1 {
  margin-bottom: 1em;
  width: 100%;
  max-width: 350px; }
  @media (min-width: 768px) {
    #img-screws1 {
      margin-bottom: 2em; } }

#img-screws2 {
  width: 200px;
  height: 200px; }

#box-bagging {
  padding-bottom: 60px; }

#img-bagging {
  display: block;
  max-width: 340px;
  width: 80%;
  position: relative;
  top: 7%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  @media (min-width: 768px) {
    #img-bagging {
      top: 10%; } }

@media (min-width: 768px) {
  #box-patching {
    padding-top: 60px; } }

/************/
/*Team*/
#team-photos a {
  word-break: break-all; }

#team-photos img {
  max-width: 200px; }

#team-photos p {
  font-weight: bold;
  margin-bottom: 4px; }

#team-photos .row:not(:nth-child(2)) img {
  margin-top: 2em; }

/************/
/*Themes*/
.divider {
  border-bottom: 4px dotted #00B9C7;
  padding-top: 15px;
  margin-bottom: 15px;
  margin-left: -15px;
  margin-right: -15px; }

.gray {
  color: #3D464D; }

.hdg-bd-gray {
  border-top: 2px dotted #3D464D;
  padding-top: 10px; }

.hdg-bd-white {
  border-top: 2px dotted #FFF;
  padding-top: 10px; }

.rounded-box {
  border-radius: 1em;
  padding: 20px 40px; }
  .rounded-box.blue h1, .rounded-box.blue h2, .rounded-box.blue h3, .rounded-box.blue-lt h1, .rounded-box.blue-lt h2, .rounded-box.blue-lt h3 {
    color: #FFF; }
  .rounded-box.blue {
    background-color: #00B9C7; }
  .rounded-box.blue-lt {
    background-color: #70E2EB; }
  .rounded-box.transparent {
    background-color: transparent; }
  .rounded-box.gray {
    background-color: #3D464D;
    color: #FFF; }
    .rounded-box.gray h3 {
      color: #00B9C7; }

.text-blue {
  color: #00B9C7; }

.white {
  color: #FFF; }

/***********/
/*Quick Order*/
.form-2col {
  clear: both; }
  .form-2col input.inxsqlQuickOrderItem {
    max-width: 150px; }
    @media (min-width: 576px) {
      .form-2col input.inxsqlQuickOrderItem {
        max-width: none; } }
  .form-2col input.inxsqlQuantityToOrder {
    width: 100%;
    max-width: 96px; }
    @media (min-width: 992px) {
      .form-2col input.inxsqlQuantityToOrder {
        max-width: 180px; } }
  .form-2col span {
    display: inline-block;
    padding-top: 0.9em;
    font-size: 0.889em;
    float: left; }

@supports ((display: -ms-grid) or (display: grid)) {
  .form-2col input.inxsqlQuantityToOrder {
    -ms-grid-column: span 5;
        grid-column: span 5;
    max-width: none; }
    @media (min-width: 992px) {
      .form-2col input.inxsqlQuantityToOrder {
        max-width: none; } }
  .form-2col span {
    -ms-grid-column: span 2;
        grid-column: span 2;
    padding: 0.5em; }
  @media (min-width: 768px) {
    .form-2col input.inxsqlQuantityToOrder {
      -ms-grid-column: span 2;
          grid-column: span 2; }
    .form-2col .inxsqlQuantityToOrder {
      max-width: none; } } }

/*FAQ*/
.faq {
  margin: 1em 0 1em 2em; }
  .faq .question {
    color: #3D464D;
    font-size: 1.149em;
    font-weight: bold; }
  .faq .answer {
    font-size: 1.149em;
    display: none; }
  .faq .images2 img {
    display: block;
    margin-bottom: 1em;
    max-width: 100%;
    max-height: 100%; }
    @media (min-width: 992px) {
      .faq .images2 img {
        display: inline-block;
        margin: 1em;
        max-width: calc(50% - 3em);
        vertical-align: top; } }

.border {
  border-bottom: 4px dotted #00B9C7; }
