html,
a:link {
  -webkit-tap-highlight-color: transparent;
}

.breadcrumb {
  margin: 0 0 10px;
}

.breadcrumb a {
  color: #484848;
}

.breadcrumb a:focus, .breadcrumb a:hover {
  color: #f07741;
  text-decoration: none;
}

#main-wrapper {
  max-width: 100%;
}

.dropdown-menu {
  top: auto;
  left: auto;
  position: absolute !important;
  padding: 0.5rem;
}

div#main {
  margin-top: 15px !important;
}

#Add2CartLAYER {
  background-color: #fff;
  border: 10px solid #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.33);
  display: none;
  left: 50%;
  margin-top: -150px;
  margin-left: -300px;
  position: fixed;
  top: 50%;
  width: 600px;
  z-index: 2000;
}

.Add2Cart_top {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  color: #333;
  font: 18px/24px arial;
  margin: 0 0 10px;
  padding: 10px;
}

.Add2Cart_top a {
  color: #ccc;
  display: block;
  float: right;
  font-size: 20px;
  font-weight: 900;
  margin: -5px;
  padding: 5px 10px;
  position: relative;
  text-decoration: none;
}

.Add2Cart_top a:focus, .Add2Cart_top a:hover {
  color: #f07741;
}

#Add2CartLAYER table th {
  font-weight: 700;
}

#Add2CartLAYER table td,
#Add2CartLAYER table th {
  text-align: left;
  font-size: 14px;
  font-family: arial;
  color: #666;
  padding: 3px;
}

#Add2Cart_items tr:nth-child(even) {
  background-color: #eee;
}

#Add2Cart_items .LayerPrice {
  text-align: right;
}

#Add2CartLAYER table table {
  margin: 5px auto;
  width: 90%;
}

.Add2Cart_wrapper hr {
  width: 90%;
  margin: 10px auto;
}

#UpsellLayerHeader {
  text-align: center;
  font-size: 12px;
  color: #000;
  font-weight: 700;
}

#UpsellTable tr td, #UpsellLayerTable tr td {
  text-align: center;
}

#UpsellLayerTable tr td a img {
  max-width: 120px;
  max-height: 120px;
}

.UpsellNameSpan {
  font-size: 14px;
  color: #004094;
  font-weight: 700;
}

.cartbutton {
  margin: 5px 0 25px 0;
  vertical-align: middle;
}

#Add2Cart_items a {
  font: bold 11px arial;
}

#Add2CartLAYER table table table {
  width: 100%;
}

a.layer_est {
  background-color: #0D2740 !important;
}

#Add2Cart_ship a.cont, #Add2Cart_ship a.proc {
  float: right;
  background-color: #0D2740;
}

#overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 1000;
  background-color: #000;
  opacity: 0;
  top: 0;
  left: 0;
  display: none;
}

#jwbox_background {
  position: absolute;
}

.co-no-click {
  pointer-events: none;
}

.co-svg {
  height: 64px;
  width: 64px;
}

.co-svg-transparent {
  fill: #f07741;
  opacity: 0.33;
}

.co-svg-opaque {
  fill: #f07741;
}

.co-svg-secondary {
  fill: #0c5083;
}

.co-svg-fill-white {
  fill: #fff;
}

.co-svg-fill-dark-blue {
  fill: #003153;
}

.co-svg-fill-shadow {
  enable-background: new;
  fill: #18263F;
  opacity: 0.46;
}

.co-svg-shade-200 {
  fill: #ddd;
}

.co-svg-shade-300 {
  fill: #ccc;
}

.co-svg-shade-700 {
  fill: #696969;
}

.co-svg-shade-800 {
  fill: #545454;
}

.co-svg-evenodd {
  clip-rule: evenodd;
  fill-rule: evenodd;
}

.co-dropdown-menu {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}

.co-cart-modal-item {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-top: 1px solid #ddd;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  font-style: italic;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
  min-width: 100%;
  padding: 15px 10px;
}

.co-cart-modal-item > div {
  color: #222;
  font-style: normal;
}

.co-cart-modal-item > div:first-child {
  text-align: left;
}

.co-cart-modal-item > div:first-child > strong,
.co-cart-modal-item > div:first-child > small,
.co-cart-modal-item > div:first-child > span {
  display: block;
}

.co-cart-modal-item > div:first-child > span {
  margin: 5px 0 0;
}

.co-cart-modal-item > div:last-child {
  padding: 0 0 0 15px;
  text-align: right;
  white-space: nowrap;
}

.co-cart-modal-item > div:last-child > span {
  margin: 0 0 0 6px;
}

.co-cart-modal-item:first-child {
  border-top-width: 0;
}

.co-cart-modal-item.info-alert {
  color: #4fafd1;
  font-weight: bold;
  font-style: normal;
}

.co-cart-modal-item.subtotal {
  border-top: 3px solid #ddd;
  margin: 5px 0 0;
}

.co-cart-modal-items {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 15px 0 0;
  position: relative;
  z-index: 1;
}

.co-cart-modal-items .btn {
  left: 0;
  line-height: 1.75 !important;
  margin: 25px 10px 10px;
  position: absolute;
  top: 100%;
}

.co-cart-modal-buttons {
  display: block;
  margin: 15px 0 0;
  position: relative;
  text-align: right;
  z-index: 0;
}

.co-cart-modal-buttons .btn {
  line-height: 1.75 !important;
  margin: 10px;
}

.co-banner-heading {
  color: #072D44;
  display: block;
  font-family: verdana;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 50px 0 0;
  padding: 5px 0;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}

.co-banner-image {
  margin: 0 0 20px;
  width: 100%;
}

.co-promo-image.mobile {
  display: none;
}

.co-promo {
  margin: 0;
  padding: 0;
}

.co-promo > a {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.co-promo > a > img {
  display: inline-block;
  position: relative;
  width: 100%;
}

.co-promos {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 0;
  padding: 0;
  position: relative;
}

.co-promos.one .co-promo {
  max-width: 100%;
  min-width: 100%;
}

.co-promos.two .co-promo {
  max-width: 50%;
  min-width: 50%;
}

.co-promos.two .co-promo:first-child {
  padding-right: 10px;
}

.co-promos.two .co-promo:last-child {
  padding-left: 10px;
}

.co-promos.four {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin: -10px;
  padding: 0;
  position: relative;
}

.co-promos.four .co-promo-group {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  position: relative;
}

.co-promos.four .co-promo-group.one {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.33%;
          flex: 1 1 33.33%;
}

.co-promos.four .co-promo-group.two {
  -webkit-box-flex: 2;
      -ms-flex: 2 2 66.66%;
          flex: 2 2 66.66%;
}

.co-promos.four .co-promo {
  margin: 10px;
}

.co-promos.four .co-promo.one {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.33%;
          flex: 1 1 33.33%;
}

.co-promos.four .co-promo.two {
  -webkit-box-flex: 2;
      -ms-flex: 2 2 66.66%;
          flex: 2 2 66.66%;
}

.co-promos.four .co-promo.three, .co-promos.four .co-promo.four {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.33%;
          flex: 1 1 33.33%;
  margin: 10px;
}

#cat_header h1,
.co-brands-heading,
#cat_header h1.co-brands-heading {
  color: #072D44;
  font-size: 1.8em;
  text-align: center;
  text-transform: uppercase;
}

.co-brands-border {
  border-top: 2px solid #e86025;
  margin-top: 5px;
}

.co-brands-container {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
}

.co-brands-container > div {
  display: inline-block;
  max-width: 20%;
  min-width: 20%;
  position: relative;
}

.co-brands-container > div > a {
  border-radius: 2px;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  position: relative;
  text-decoration: none;
  width: 100%;
}

.co-service-and-selection {
  background-color: #e7eff5;
  display: block;
  margin: 0 0 60px;
  padding: 25px 15px;
  position: relative;
}

.co-service-and-selection > h3 {
  color: #0c5083;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  margin: 0 0 15px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.co-service-and-selection > ul {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.co-service-and-selection > ul > li {
  max-width: 255px;
  min-width: 0;
  padding: 15px 15px 20px;
  text-align: center;
  width: 100%;
}

.co-service-and-selection > ul > li > .fas {
  color: #4982ac;
  font-size: 3rem;
  margin: 0 auto 5px;
}

.co-service-and-selection > ul > li > strong,
.co-service-and-selection > ul > li > span {
  display: block;
}

.co-service-and-selection > ul > li > strong {
  color: #4982ac;
  font-size: 1.125rem;
  line-height: 1.2;
  margin: 0 0 5px;
}

.co-service-and-selection > ul > li > span {
  line-height: 1.4;
}

.co-content {
  text-align: center;
}

.co-banner-carousel {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 65px;
  position: relative;
  width: 100%;
}

.co-banner-carousel #topBanner {
  -webkit-box-flex: 4;
      -ms-flex-positive: 4;
          flex-grow: 4;
  margin: 0;
  max-width: 100%;
  min-width: 0;
  padding: 0;
  width: 100%;
}

.co-banner-carousel #newProds {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  max-width: 298px;
  min-width: 262px;
  padding: 0 0 0 20px;
  width: 100%;
}

.co-banner-carousel #newProds > div {
  margin: 0;
  padding: 0;
}

.co-banner-carousel #newProds > div > a {
  width: 100%;
}

.co-banner-carousel #newProds > div > a > img {
  width: 100%;
}

.co-banner-carousel #newProds > div:first-child {
  margin-bottom: 20px;
}

.co-heading {
  color: #072D44;
  display: block;
  font-family: verdana;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 50px 0 20px;
  padding: 5px 0;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}

.co-sub-heading {
  color: #696969;
  font-size: 1rem;
  font-weight: 600;
  margin: 35px 0 10px;
  padding: 0;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}

.co-sub-heading > em {
  display: inline-block;
  font-style: normal;
  padding: 0 0 0 20px;
  position: relative;
}

.co-sub-heading.no-caps {
  text-transform: none;
}

.co-paragraph {
  color: #696969;
  font-size: 0.875rem;
  font-weight: normal;
  margin: 0 0 10px;
  padding: 0;
  position: relative;
  text-align: left;
}

.co-paragraph > em {
  display: inline-block;
  font-style: normal;
  padding: 0 0 0 20px;
  position: relative;
}

.co-paragraph.sm-heading {
  margin: 18px 0 5px;
}

.co-paragraph.add-spacing {
  margin-top: 28px;
}

.co-paragraph.ta-center {
  text-align: center;
}

.co-list {
  display: block;
  list-style-position: outside;
  list-style-type: square;
  margin: 13px 0 28px;
  padding: 0 0 0 35px;
  position: relative;
}

.co-list > li {
  display: list-item;
  color: #696969;
  font-size: 0.875rem;
  padding: 2px 0;
  position: relative;
}

.co-list > li > a {
  display: inline-block;
  margin: -2px -5px;
  padding: 2px 5px;
  position: relative;
}

.co-list.decimal {
  list-style-type: decimal;
}

.co-list.has-sm-heading {
  margin-top: 0;
}

.co-table {
  margin: 20px 0 40px;
}

.co-table > thead > tr > th {
  border-top: 0 solid transparent;
}

.co-address {
  border: 2px solid #ddd;
  border-radius: 5px;
  display: block;
  margin: 10px auto 60px;
  padding: 10px 20px 10px 60px;
  position: relative;
  text-align: left;
}

.co-address .fa-map-marker-alt {
  color: #ccc;
  font-size: 32px;
  left: 20px;
  margin: -18px 0 0;
  position: absolute;
  top: 50%;
}

.co-address-container {
  display: block;
  margin: 0 auto;
  max-width: 420px;
  padding: 0;
  position: relative;
  text-align: center;
}

.co-address-container .co-sub-heading {
  margin-top: 50px;
}

.co-article {
  display: block;
  margin: 0 auto 55px;
  max-width: 880px;
  position: relative;
}

.co-thank-you {
  margin: 50px 0 55px;
  max-width: 980px;
  padding: 0;
  position: relative;
  text-align: left;
}

.modal-title {
  font-size: 1rem;
}

.modal {
  z-index: 100010;
}

@media (max-width: 991.98px) {
  .co-banner-carousel {
    margin: 10px 0 50px;
  }
  .co-banner-carousel #topBanner {
    min-width: 100%;
  }
  .co-banner-carousel #newProds {
    display: none;
  }
  .co-service-and-selection > h3 {
    font-size: 1.5rem;
    margin: 0 0 20px;
  }
  .co-brands-container > div {
    max-width: 33.33%;
    min-width: 33.33%;
  }
  .co-promos.four {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  .co-promos.four .co-promo-image.mobile {
    display: block;
  }
  .co-promos.four .co-promo-image.desktop {
    display: none;
  }
  .co-promos.four .co-promo-group.one, .co-promos.four .co-promo-group.two {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .co-promos.four .co-promo.two, .co-promos.four .co-promo.three, .co-promos.four .co-promo.four {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

@media (max-width: 767.98px) {
  div#main {
    padding: 0 20px;
  }
  .co-promos.two {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .co-promos.two .co-promo {
    max-width: 100%;
    min-width: 100%;
  }
  .co-promos.two .co-promo, .co-promos.two .co-promo:first-child, .co-promos.two .co-promo:last-child {
    padding: 10px 0;
  }
}

@media (max-width: 575.98px) {
  .co-brands-container > div {
    max-width: 50%;
    min-width: 50%;
  }
}
/*# sourceMappingURL=master.css.map */