/**********



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.



**********/
/**********
    


    PLEASE READ THE STATEMENT ABOVE BEFORE PROCEEDING.
    


**********/
/*** Waterford Base CSS ***/
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@400;500;600;700&family=Roboto:wght@400;700&display=swap");
html {
  height: 100%;
  font-size: 100%; }

body {
  background-color: #FFF;
  color: #343434;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Roboto", 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: #02375C;
  font-weight: bold;
  text-decoration: none; }
  a:hover, a:focus {
    color: #03558e;
    text-decoration: underline; }
  a:focus img {
    opacity: 0.8; }
  a:active {
    opacity: 0.8; }

.alert {
  color: #C82017; }

.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: #02375C;
  font-family: "Dosis", Arial, sans-serif;
  font-weight: normal;
  transition: font-size 0.5s; }
  h1.bold, h2.bold, h3.bold, h4.bold, h5.bold, h6.bold {
    font-weight: 500; }

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: #02375C; }

.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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.cat-grid-item {
  border: 1px solid #C8C8C8;
  box-shadow: 2px 2px 6px #C8C8C8;
  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;
  padding: 10px;
  margin: 10px;
  overflow: hidden;
  text-align: center;
  -ms-flex-preferred-size: calc(100%/2 - 20px);
      flex-basis: calc(100%/2 - 20px);
  max-width: calc(100%/2 - 20px); }
  @media (min-width: 768px) {
    .cat-grid-item {
      -ms-flex-preferred-size: calc(100%/3 - 20px);
          flex-basis: calc(100%/3 - 20px);
      max-width: calc(100%/3 - 20px); } }
  @media (min-width: 992px) {
    .cat-grid-item {
      -ms-flex-preferred-size: calc(100%/4 - 20px);
          flex-basis: calc(100%/4 - 20px);
      max-width: calc(100%/4 - 20px); } }
  @media (min-width: 1200px) {
    .cat-grid-item {
      -ms-flex-preferred-size: calc(100%/5 - 20px);
          flex-basis: calc(100%/5 - 20px);
      max-width: calc(100%/5 - 20px); } }
  .cat-grid-item .cat-grid-img-container {
    margin: 0px auto;
    height: 100px;
    width: 100px; }
    @media (min-width: 768px) {
      .cat-grid-item .cat-grid-img-container {
        height: 140px;
        width: 140px; } }
    @media (min-width: 1590px) {
      .cat-grid-item .cat-grid-img-container {
        height: 180px;
        width: 180px; } }
  .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-weight: normal;
    margin-top: 0.5em;
    margin-bottom: 0em;
    color: #FFF;
    background-color: #02375C;
    padding: 5px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 768px) {
      .cat-grid-item .cat-grid-subtitle {
        font-size: 1.149em; } }
  .cat-grid-item:hover {
    box-shadow: 0px 0px 10px #C8C8C8;
    text-decoration: none; }
    .cat-grid-item:hover .cat-grid-subtitle {
      color: #FFF; }

footer {
  background-color: #02375C;
  background: linear-gradient(180deg, #03558e 0%, #02375C 100%);
  color: #FFF;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0.889em;
  padding-top: 1em; }
  footer a {
    color: #FFF;
    font-weight: normal; }
    footer a:hover, footer a:focus {
      color: #FFF; }
  footer .footer-hdg {
    display: block;
    color: #FFF;
    font-family: "Dosis", Arial, sans-serif;
    font-size: 1.515em;
    margin-top: 0;
    margin-bottom: 1rem; }
  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: 768px) {
    .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: 2em; }

.footer-columns {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em; }

#mailchimp {
  border: 1px solid #CBDDEA;
  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;
    font-size: 1.25em;
    padding-right: 0.5rem; }
  #social-media a:hover i, #social-media a:focus i {
    color: #CBDDEA; }

#subfooter {
  background-color: transparent;
  color: #FFF;
  font-size: 10px;
  padding: 0.375rem; }
  #subfooter span {
    display: block; }
  #subfooter #inxsql-dots {
    vertical-align: middle;
    width: 20px; }

header {
  background-color: #FFF;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /*Makes entire header visible for IE*/ }
  header a {
    display: block;
    font-weight: normal;
    width: 100%; }
  header .dropdown-btn, header .submenu-btn {
    position: relative; }
  header .dropdown-menu, header .submenu {
    box-shadow: 0px 1px 5px rgba(129, 129, 129, 0.8);
    background-color: #FFF;
    position: absolute;
    margin-top: 3px;
    display: none;
    z-index: 200; }
    header .dropdown-menu.right-edge, header .submenu.right-edge {
      right: 0; }
  header .submenu {
    margin-top: 0;
    top: 0;
    right: auto;
    left: calc(100% + 0.1875em); }
    header .submenu.right-edge {
      right: calc(100% + 0.1875em);
      left: auto; }
  header ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }

.header-btn {
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: left;
  width: 100%; }
  .header-btn:hover, .header-btn:focus {
    cursor: pointer; }

.headermenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 768px) {
    .headermenu {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  @media (min-width: 992px) {
    .headermenu {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .headermenu .dropdown-item {
    padding: 0.375em 1em;
    white-space: nowrap;
    color: #343434; }
    .headermenu .dropdown-item:hover, .headermenu .dropdown-item:focus, .headermenu .dropdown-item:active {
      background-color: #EEE;
      color: #343434;
      text-decoration: none; }

.headermenu-li {
  padding: 0.375em 1em; }

.headermenu-item {
  color: #FFF;
  white-space: nowrap; }
  .headermenu-item:hover, .headermenu-item:focus, .headermenu-item:active {
    color: #FFF;
    text-decoration: underline; }
  .headermenu-item.icon {
    border-bottom: 2px solid transparent; }
  .headermenu-item.icon:hover, .headermenu-item.icon:focus {
    border-bottom: 2px solid #FFF; }

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0; }
  @media (min-width: 992px) {
    .logo {
      margin-right: auto;
      width: auto; } }

.logo-container {
  display: block;
  margin-right: 1em;
  transition: 0.25s;
  vertical-align: middle;
  width: 100px; }
  @media (min-width: 768px) {
    .logo-container {
      width: 120px; } }
  @media (min-width: 992px) {
    .logo-container {
      width: 140px; } }
  @media (min-width: 1200px) {
    .logo-container {
      width: 140px; } }
  @media (min-width: 1590px) {
    .logo-container {
      width: 140px; } }
  .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;
  transition: 0.25s; }
  @media (min-width: 768px) {
    .logo-text {
      margin-left: 0.5em;
      font-size: 1.25em; } }

.navbar {
  width: 100%; }
  @media (min-width: 768px) {
    .navbar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: auto; } }

#mainmenu-toggle button.header-btn {
  color: #02375C;
  font-size: 1.149em;
  padding: 0.375em 1em;
  white-space: nowrap; }
  #mainmenu-toggle button.header-btn:hover {
    color: #02375C;
    cursor: pointer;
    text-decoration: underline; }

@media (min-width: 768px) {
  #mainmenu-toggle {
    display: none; } }

.mainmenu {
  display: none;
  position: relative; }
  @media (min-width: 768px) {
    .mainmenu {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -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; } }
  .mainmenu .dropdown-menu, .mainmenu .submenu {
    box-shadow: none;
    background-color: transparent;
    padding: 0;
    margin-top: 0;
    position: static;
    right: auto; }
    @media (min-width: 768px) {
      .mainmenu .dropdown-menu, .mainmenu .submenu {
        box-shadow: 0px 1px 5px rgba(129, 129, 129, 0.8);
        background-color: #FFF;
        position: absolute;
        margin-top: 3px;
        min-width: 100%; } }
  .mainmenu .dropdown-item {
    color: #02375C;
    padding: 0.25em 1em 0.25em 2em; }
    .mainmenu .dropdown-item:hover, .mainmenu .dropdown-item:focus, .mainmenu .dropdown-item:active {
      background-color: transparent;
      color: #02375C;
      text-decoration: underline; }
    @media (min-width: 768px) {
      .mainmenu .dropdown-item {
        padding: 0.375em 1em;
        white-space: nowrap;
        color: #343434; }
        .mainmenu .dropdown-item:hover, .mainmenu .dropdown-item:focus, .mainmenu .dropdown-item:active {
          background-color: #EEE;
          color: #343434;
          text-decoration: none; } }
  @media (min-width: 0) and (max-width: 768px) {
    .mainmenu .submenu .dropdown-item {
      padding-left: 3em; } }

.mainmenu-item {
  color: #02375C;
  padding: 0.375em 1em; }
  .mainmenu-item:hover, .mainmenu-item:focus, .mainmenu-item:active {
    color: #02375C;
    text-decoration: underline; }
  @media (min-width: 768px) {
    .mainmenu-item {
      padding: 0.625rem 1.25rem; } }

.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 .login-link {
    font-size: 0.889em;
    text-align: center; }
    .nav-login-form .login-link:hover {
      text-decoration: underline; }
  .nav-login-form input {
    max-width: 100%; }
    .nav-login-form input:focus {
      outline: none; }
    .nav-login-form input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0 100px white inset; }

@media (min-width: 992px) {
  #fixedHeader {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2; } }

@media (min-width: 992px) {
  #fixedHeader ~ .content {
    padding-top: 191.5px; } }

@media (min-width: 1200px) {
  #fixedHeader ~ .content {
    padding-top: 191.5px; } }

@media (min-width: 1590px) {
  #fixedHeader ~ .content {
    padding-top: 191.5px; } }

@media (min-width: 992px) {
  .stickymenu .logo-text, .stickymenu .nav-link {
    font-size: 0.889em; }
  .stickymenu .logo-container {
    width: calc(100px / 2); } }
  @media (min-width: 992px) and (min-width: 768px) {
    .stickymenu .logo-container {
      width: calc(120px / 2); } }
  @media (min-width: 992px) and (min-width: 992px) {
    .stickymenu .logo-container {
      width: calc(140px / 2); } }
  @media (min-width: 992px) and (min-width: 1200px) {
    .stickymenu .logo-container {
      width: calc(140px / 2); } }
  @media (min-width: 992px) and (min-width: 1590px) {
    .stickymenu .logo-container {
      width: calc(140px / 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(.moreItems) {
  font-size: 0.889em; }
  @media (min-width: 576px) {
    .item-listview, .order-list, .item-gridview:not(.moreItems) {
      font-size: 1em; } }
  .item-listview .jsCartContainer, .order-list .jsCartContainer, .item-gridview:not(.moreItems) .jsCartContainer {
    border-bottom: 1px solid #dde9f1;
    padding-bottom: 0.5em; }
  .item-listview li, .order-list li, .item-gridview:not(.moreItems) 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; }

.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); } }
    @media (min-width: 1590px) {
      .item-gridview:not(.moreItemsSlider).moreItems {
        -ms-grid-columns: (1fr)[6];
            grid-template-columns: repeat(6, 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); } } }

.moreItems {
  font-size: 0.889em; }

.order-list .item-img-container {
  width: 60px;
  height: 60px; }

.order-list li {
  margin-bottom: 0.25em; }

.filter-heading {
  border-bottom: 2px solid #02375C;
  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: #03558e;
    cursor: pointer; }
  #view-button:focus {
    outline: 2px solid #9E9E9E; }

.inxsqlStatusBarContainer {
  display: none; }

.statusbar {
  background-color: #02375C;
  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: #343434; }
  .statusbar.statusbar-white a {
    color: #02375C;
    font-size: 1em;
    text-decoration: none; }
    .statusbar.statusbar-white a:hover {
      color: #03558e;
      text-decoration: underline; }

.add-description {
  border-top: 1px solid #dde9f1;
  border-bottom: 1px solid #dde9f1;
  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; }

.bg-dark {
  color: #FFF; }
  .bg-dark a {
    color: #FFF; }
    .bg-dark a:hover {
      color: #FFF; }
  .bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6 {
    color: #FFF; }

.bg-gradient2 {
  background: #02375C;
  background: linear-gradient(180deg, #286692 0%, #02375C 100%); }

.bg-gradient2-dk {
  background: #02375C;
  background: linear-gradient(180deg, #03558e 0%, #02375C 100%); }

.bg-gradient3 {
  background: #02375C;
  background: linear-gradient(#02375c, #286692, #02375c); }

.box {
  border: 1px solid #CBDDEA;
  padding: 0.889em; }

.box-shadow {
  box-shadow: 1px 1px 3px #CBDDEA; }

.dropcap::first-letter {
  color: #02375C;
  float: left;
  font-family: "Dosis", Arial, sans-serif;
  font-size: 3em;
  line-height: 0.75em;
  padding-right: 0.1em; }

.heading {
  border-bottom: 1px solid #CBDDEA;
  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: #02375C;
  font-weight: bold; }

.price-none {
  color: #C82017; }
  .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-align: center; }

.breadCrumb {
  display: inline;
  font-size: 0.889em; }
  .breadCrumb a {
    font-weight: normal; }

.breadCrumb::after {
  content: "/";
  color: #343434;
  padding: 5px; }

.breadCrumb:last-child::after {
  content: "";
  padding: 0; }

#catBreadCrumbs #breadCrumbContainer {
  text-align: center; }

.btn {
  box-shadow: 0px 1px 5px rgba(129, 129, 129, 0.8);
  border: none;
  border-radius: 5px;
  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: #02375C;
  cursor: pointer;
  font-size: 1.149em;
  padding: 0.5em;
  vertical-align: middle; }
  .btn-icon:hover {
    color: #03558e; }
  .btn-icon:focus {
    color: #03558e;
    opacity: 0.8; }
  .btn-icon:active {
    opacity: 0.8; }

.btn-link {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #02375C;
  cursor: pointer;
  margin: auto;
  padding: 0;
  text-align: left; }
  .btn-link:hover, .btn-link:focus {
    color: #03558e;
    text-decoration: underline; }
  .btn-link:active {
    opacity: 0.8; }

.btn-cta {
  background-color: #FC852C;
  color: #FFF; }
  .btn-cta:hover, .btn-cta:focus {
    background-color: #fc9445; }
  .btn-cta:active {
    opacity: 0.8; }

.btn-primary {
  background-color: #02375C;
  color: #FFF; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #03558e; }
  .btn-primary:active {
    opacity: 0.8; }

.btn-secondary {
  background-color: #CBDDEA;
  color: #343434; }
  .btn-secondary:hover, .btn-secondary:focus {
    background-color: #dde9f1; }
  .btn-secondary:active {
    opacity: 0.8; }

a.btn {
  font-weight: normal;
  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: #343434; }

.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; }

.inxsqlSearchBar {
  width: 100%; }
  @media (min-width: 576px) {
    .inxsqlSearchBar {
      width: 300px; } }

#inxsqlSearchForm {
  position: relative; }
  #inxsqlSearchForm input {
    border-color: #9E9E9E;
    padding: 0.5em;
    margin: 0.25em 0;
    width: 100%; }
  #inxsqlSearchForm .btn-icon {
    color: #02375C;
    font-size: 1.5em;
    padding: 0;
    position: absolute;
    left: calc(100% - 1.5em);
    top: 8px; }

#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: #286692;
  cursor: pointer;
  text-decoration: underline; }

.jplist-pagination .jplist-selected {
  color: #02375C;
  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: #02375C; }

#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: #FFF;
  opacity: 0.75; }

table.dataTable thead th.sorting_asc::after {
  content: "\f0de";
  color: #FFF; }

table.dataTable thead th.sorting_desc::after {
  content: "\f0dd";
  color: #FFF; }

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: #02375C !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: #02375C !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: #03558e !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: #02375C !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: #02375C;
  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: #02375C;
  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: #02375C;
    color: #FFF; }

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: #03558e;
  font-size: 2em; }

#inxsql-about-us h3 {
  display: inline-block;
  vertical-align: middle;
  width: 75%; }

@media (min-width: 768px) {
  #home-banner div.col-12 {
    padding-right: 0px;
    padding-left: 0px; } }

#home-slider .home-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  background-color: #1a1a1a;
  aspect-ratio: 16 / 5;
  min-height: 200px;
  max-height: 500px; }
  @media (min-width: 768px) {
    #home-slider .home-slide {
      aspect-ratio: 16 / 4.5; } }
  @media (min-width: 1590px) {
    #home-slider .home-slide {
      aspect-ratio: 16 / 4; } }

#home-slider h1, #home-slider h2, #home-slider h3, #home-slider h4, #home-slider p {
  color: #FFF;
  margin-top: 0px; }

#home-slider h1 {
  font-weight: 500; }
  @media (min-width: 1200px) {
    #home-slider h1 {
      font-size: 3em; } }

#home-slider .home-slide-contents {
  margin: 0 auto;
  padding: 20px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  #home-slider .home-slide-contents a {
    font-family: "Dosis", Arial, sans-serif;
    font-size: 1.32em;
    text-shadow: none; }

.home-slide1 {
  background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url("../../images/Inland/banner%20bolts.png");
  background-position: right top;
  background-size: cover; }

.home-slide2 {
  background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url("../../images/inland/blades.jpg");
  background-position: right top;
  background-size: cover; }

.home-slide3 {
  background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url("../../images/inland/safety.jpg");
  background-position: right top;
  background-size: cover; }

.home-slide4 {
  background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url("../../images/Inland/banner.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #2d3e50; }

#home-featured .btn.featured {
  display: block;
  font-size: 1.32em;
  margin: 1em auto;
  max-width: 360px; }
  @media (min-width: 768px) {
    #home-featured .btn.featured {
      font-size: 1.32em; } }
  @media (min-width: 1200px) {
    #home-featured .btn.featured {
      font-size: 1.515em; } }

#home-featured .featured-item {
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5px;
  padding: 0.5em;
  border: 1px solid #C8C8C8;
  box-shadow: 2px 2px 6px #C8C8C8; }
  @media (min-width: 576px) {
    #home-featured .featured-item {
      -ms-flex-preferred-size: calc(100%/2 - 20px);
          flex-basis: calc(100%/2 - 20px);
      max-width: calc(100%/2 - 20px); } }
  @media (min-width: 768px) {
    #home-featured .featured-item {
      -ms-flex-preferred-size: calc(100%/3 - 20px);
          flex-basis: calc(100%/3 - 20px);
      max-width: calc(100%/3 - 20px); } }
  @media (min-width: 992px) {
    #home-featured .featured-item {
      -ms-flex-preferred-size: calc(100%/4 - 20px);
          flex-basis: calc(100%/4 - 20px);
      max-width: calc(100%/4 - 20px); } }
  @media (min-width: 1200px) {
    #home-featured .featured-item {
      -ms-flex-preferred-size: calc(100%/6 - 20px);
          flex-basis: calc(100%/6 - 20px);
      max-width: calc(100%/6 - 20px); } }
  #home-featured .featured-item > div {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%; }
  #home-featured .featured-item .featured-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    max-width: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  #home-featured .featured-item .featured-img-container {
    display: block;
    height: 125px;
    width: 125px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
    #home-featured .featured-item .featured-img-container img {
      display: block;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      max-height: 100%;
      max-width: 100%;
      margin: 0 auto; }
  #home-featured .featured-item .featured-info {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    min-width: 155px;
    width: 100%; }
    #home-featured .featured-item .featured-info p {
      margin: 0.5em auto; }
  #home-featured .featured-item .featured-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end; }
    #home-featured .featured-item .featured-bottom button {
      width: 100%;
      max-width: 300px;
      margin: 0 auto;
      display: block;
      border-radius: 0; }

#home-highlights {
  padding-bottom: 1em; }
  #home-highlights .icon-box {
    font-size: 1.149em;
    text-align: center; }
    #home-highlights .icon-box .icon-circle {
      box-shadow: 0px 1px 5px rgba(129, 129, 129, 0.8);
      background-color: #FFF;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 auto;
      height: 80px;
      width: 80px; }
    #home-highlights .icon-box i {
      color: #02375C;
      font-size: 2.25em; }

#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%; }

#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; }
  #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: #02375C;
    font-weight: bold; }

#inxsqlcocoupon {
  margin-left: 0.5em;
  max-width: 142px; }
  @media (min-width: 1200px) {
    #inxsqlcocoupon {
      max-width: 200px; } }

#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: "Roboto", 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: #03558e; }

.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 #CBDDEA; }
  .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: #03558e; }
  .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 #C8C8C8;
  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: #dde9f1; }
    .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: #02375C;
  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; }

#menubar2 {
  background: #02375C;
  background: linear-gradient(180deg, #286692 0%, #02375C 100%);
  padding-top: 0.15em;
  padding-bottom: 0.15em; }
  #menubar2 .menu2 > .headermenu-li {
    padding: 0em 1em; }
  @media (min-width: 768px) {
    #menubar2 .menu2 {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  #menubar2 .dropdown-item {
    padding: 0.375em 1em;
    white-space: nowrap;
    color: #343434; }
    #menubar2 .dropdown-item:hover, #menubar2 .dropdown-item:focus, #menubar2 .dropdown-item:active {
      background-color: #EEE;
      color: #343434;
      text-decoration: none; }
  #menubar2 .headermenu-item:hover {
    text-decoration: none; }
    #menubar2 .headermenu-item:hover .link-text {
      text-decoration: underline; }

@media (min-width: 768px) {
  .inxsqlSearchBar {
    width: 400px; } }

@media (min-width: 992px) {
  .inxsqlSearchBar {
    width: 500px; } }

@media (min-width: 1200px) {
  .inxsqlSearchBar {
    width: 600px; } }

#inxsqlSearchForm input {
  border-radius: 3px; }

#inxsqlSearchForm .btn-icon {
  background-color: #FC852C;
  border-radius: 3px;
  color: #FFF;
  font-size: 1.35em;
  padding: 3px;
  top: 7px; }

.inland-divider {
  background: #02375C;
  border: none;
  box-shadow: 0px 3px 5px #bdbbbb;
  height: 10px; }

.inxsqlBtnItemAdd.btn-primary {
  background-color: #FC852C; }
  .inxsqlBtnItemAdd.btn-primary:hover, .inxsqlBtnItemAdd.btn-primary:focus {
    background-color: #fc9445; }
