@font-face {
  font-family: "Open Sans";
  src: url("/assets/fonts/open-sans.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Merriweather";
  src: url("/assets/fonts/merriweather.ttf") format("truetype");
  font-weight: 300 900;
  font-stretch: 75% 125%;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  text-align: center;
  background-color: #1C4176;
  color: #111;
  font-size: 76%;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
form,
label,
ul,
ol,
dl,
fieldset,
address {
  margin: 0.7em 0;
}

li,
dd {
  margin-left: 1em;
}

fieldset {
  padding: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.componentheading,
.contentheading {
  font-family: "Merriweather", Georgia, "Times New Roman", serif;
  font-optical-sizing: auto;
}

a:link,
a:visited {
  color: #ff0800;
  background-color: #fff;
  text-decoration: none;
}

a:hover,
a:focus {
  background-color: #9CD6E2;
  color: #ff0800;
  text-decoration: none;
}

h1,
.componentheading {
  font-size: 1.7em;
}

.page-header h1 {
  border-left: solid 15px #1E3F75;
  padding-left: 5px;
}

h2,
.contentheading {
  font-size: 1.5em;
  color: #ff0800;
  background-color: #fff;
  padding: 5px 0;
}

h3 {
  font-size: 1.3em;
  color: #1E3F75;
  margin: 0.7em 0 0;
}

h4 {
  font-size: 100%;
  margin: 0.3em 0;
  padding: 0;
}

ul {
  margin-left: 8px;
  padding-left: 8px;
}

ul li {
  line-height: 180%;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

#outerWrapper {
  width: 100%;
  padding: 5px 0 20px;
  overflow: hidden;
}

#wrap {
  background-color: #fff;
  border: solid 1px #B13420;
  max-width: 1024px;
  width: calc(100% - 20px);
  margin: 0 auto;
  text-align: left;
}

#header {
  background: #000 url("/assets/images/microdot-logo-300.png") no-repeat top left 32px;
  background-size: contain;
  height: 120px;
  border-bottom: 0;
}

#content {
  width: 100%;
  min-height: 300px;
  overflow: hidden;
  padding: 10px 32px;
  background-color: #fff;
}

#footer {
  margin-top: 10px;
  clear: both;
  background-color: #000;
  padding: 20px;
}

#footer p {
  color: #fff;
  max-width: 720px;
}

#topMenu {
  text-align: right;
  width: calc(100% - 20px);
  margin: 10px auto;
  max-width: 1024px;
}

#topMenu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#topMenu ul li {
  display: inline;
  margin-left: 1.5em;
}

#topMenu a:link,
#topMenu a:visited {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  line-height: normal;
}

#topMenu a:hover,
#topMenu a:focus {
  background-color: transparent;
  color: #fff;
  text-decoration: underline;
}

div[aria-label="Breadcrumbs"] {
  margin: 0 0 14px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb > li {
  display: inline-flex;
  align-items: center;
  margin: 0;
  line-height: 1.5;
}

.breadcrumb > li.active:first-child {
  display: none;
}

.breadcrumb a:link,
.breadcrumb a:visited {
  color: #ff0800;
  background-color: #fff;
  padding: 1px 3px;
  text-decoration: none;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
  color: #fff;
  background-color: #ff0800;
  text-decoration: none;
}

.breadcrumb-current {
  color: #111;
}

.breadcrumb .divider {
  display: inline-flex;
  align-items: center;
  margin: 0 7px;
}

.breadcrumb .divider img {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
}

.breadcrumb .icon-location {
  display: none;
}

#top-main-nav {
  position: relative;
  z-index: 10;
  background: #000;
}

.nav-toggle {
  display: none;
  margin: 0;
  width: 100%;
  border: 0;
  background: #000;
  color: #fff;
  padding: 0.85em 32px;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.nav-toggle:hover,
.nav-toggle:focus {
  color: #9CD6E2;
}

.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 0;
  padding: 0 32px 10px;
  background-color: #000;
}

.sf-menu li {
  position: relative;
  background: #000;
  white-space: nowrap;
  margin-left: 0;
}

.sf-menu a {
  display: block;
  position: relative;
  border: 0;
  border-bottom: 2px solid #000;
  padding: 5px 7px 0;
  color: #fff;
  background: #000;
  text-decoration: none;
}

.sf-menu a:link,
.sf-menu a:visited {
  color: #fff;
  background-color: #000;
}

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
  min-width: 12em;
  background-color: #000;
  box-shadow: 2px 2px 6px rgba(0,0,0,.2);
}

.sf-menu ul ul {
  top: 0;
  left: 100%;
}

.sf-menu li:hover > ul,
.sf-menu li:focus-within > ul {
  display: block;
}

.sf-menu ul li {
  background: #000;
}

.sf-menu ul ul li {
  background: #000;
}

.sf-menu a:hover,
.sf-menu a:focus {
  border-bottom: solid 2px #ff0800;
  color: #9CD6E2;
  background-color: #000;
  transition: all ease 0.7s;
}

.sf-menu li.active > a,
.sf-menu li.current > a {
  color: #ff0800;
  background-color: #000;
  border-bottom: 2px solid #ff0800;
}

.sf-menu .has-submenu > a {
  padding-right: 2.5em;
}

.sf-menu .has-submenu > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  border: 5px solid transparent;
  border-top-color: rgba(255,255,255,.7);
}

.article-content img {
  margin: 10px 0;
}

.imageWrapGroup,
.imageWrapLeft {
  float: left;
  margin: 0 15px 15px 0;
}

div.clear,
.clear {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

#linksContainer div {
  border-bottom: 1px dashed #ff0800;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#linksContainer a:link,
#linksContainer a:visited,
#linksContainer a:hover,
#linksContainer a:focus {
  text-decoration: none;
  background-color: transparent;
}

.productGroup {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 15px;
  margin-bottom: 10px;
  overflow: visible;
}

.productGroup div {
  min-height: 250px;
}

.price {
  font-weight: bold;
  color: #fff;
  background-color: #FF0800;
  padding: 0 4px;
  box-shadow: 2px 2px 2px #888;
}

.price-info {
  font-weight: bold;
  color: #333;
}

.topOffers .price {
  display: inline-block;
  line-height: normal;
}

.topOffers a:link,
.topOffers a:visited {
  color: #FF0800;
}

.topOffers a:hover,
.topOffers a:focus {
  color: #fff;
  background-color: #FF0800;
}

.items-leading {
  margin-bottom: 20px;
}

.items-row {
  margin-bottom: 20px;
  border-top: 1px dashed #1E3F75;
}

.home-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 15px 10px;
  margin-bottom: 20px;
  clear: both;
}

.home-section h2,
h2.offers {
  grid-column: 1 / -1;
  margin: 0 0 0.7em;
  color: #fff;
  background-color: #1E3F75;
  border-left: 5px solid #9CD6E2;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-left: 10px;
  width: auto;
}

.home-section div.card {
  border: solid 1px #CCCCCC;
  min-height: 310px;
  margin: 0;
  border-radius: 5px;
  position: relative;
  text-align: center;
}

.home-section div.card .card-content {
  padding: 0 15px 15px;
}

.home-section div.card h3 {
  margin-bottom: 20px;
  text-align: center;
}

.home-section img {
  display: block;
  margin: 0 auto;
}

.home-section div.card img {
  max-width: 180px;
}

.home-section div.card a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  inset: 0;
}

.home-section div.card a:link,
.home-section div.card a:visited,
.home-section div.card a:hover,
.home-section div.card a:focus {
  color: transparent;
  background-color: transparent;
  opacity: 1;
}

.home-section div.card a p {
  color: #000;
}

#homeFeatured div:hover,
.home-section div.card:hover {
  cursor: pointer;
  box-shadow: 8px 8px 15px #333333;
  opacity: 0.9;
}

.home-section div.card p.price,
#homeFeatured div p.price {
  color: #fff;
  background-color: #FF0800;
}

#homeFeatured .price {
  display: none;
}

.home-section .price {
  display: inline;
}

.topOffers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px 10px;
  width: 100%;
  margin: 0 auto;
}

.topOffers div {
  border: solid 1px #1E3F75;
  padding: 15px 20px;
  border-radius: 5px;
  position: relative;
  min-height: 315px;
}

.topOffers div.top-featured {
  grid-column: 1 / -1;
  min-height: 0;
  padding: 15px;
}

.topOffers div.top-featured p {
  font-size: 1.2em;
}

.topOffers div.top-featured p:first-of-type {
  font-weight: bold;
}

.top-featured img,
.topOffers div.productLeft img,
.topOffers div.productRight img {
  float: left;
  margin: 0 20px 10px 0;
}

.topOffers div.top-featured img {
  max-width: 400px;
  width: 100%;
}

.topOffers p {
  line-height: 1.2em;
  font-size: 1.2em;
}

.page-header h2,
.page-header h2 a,
.page-header h2 a:link,
.page-header h2 a:visited {
  color: #ff0800;
  background-color: #fff;
}

.page-header h2 a:hover,
.page-header h2 a:focus {
  color: #E92B1F;
  background-color: #fff;
}

#sole {
  font-size: 140%;
  color: #1E3F75;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}

#welcomePara {
  margin: 15px 0 20px;
}

#welcomePara p {
  font-size: 120%;
}

#welcomePara p.price-info {
  font-size: 100%;
  font-weight: normal;
  color: #1E3F75;
}

div.reviewLink {
  margin-top: 20px;
  border-top: 1px #d84941 dashed;
  padding-top: 10px;
}

div.reviewLink a:link,
div.reviewLink a:visited {
  color: #1E3F75;
  background-color: #fff;
}

div.reviewLink a:hover,
div.reviewLink a:focus {
  color: #fff;
  background-color: #9CD6E2;
}

.descriptor {
  font-weight: bold;
}

.btn,
.btn:link,
.btn:visited,
button.btn {
  display: inline-block;
  border: 0;
  background: #1E3F75;
  color: #fff;
  padding: 8px 14px;
  border-radius: 5px;
  cursor: pointer;
  font: inherit;
}

.btn:hover,
.btn:focus,
button.btn:hover,
button.btn:focus {
  background: #9CD6E2;
  color: #1E3F75;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(280px, 2fr);
  gap: 24px;
  align-items: start;
}

.contact-address {
  margin-left: 0;
}

.contact-address dt {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
  color: #1E3F75;
  margin-top: 1em;
}

.contact-icon {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.contact-address dd {
  margin-left: 28px;
}

.contact-form {
  max-width: 620px;
}

.required-note,
.star,
.red {
  color: #FF0800;
}

.form-row {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin-bottom: 12px;
}

.form-row label {
  margin: 7px 0 0;
}

.form-row input,
.form-row textarea {
  width: 100%;
  border: 1px solid #999;
  padding: 7px;
  font: inherit;
}

.contact-extra {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-result {
  max-width: 720px;
}

@media (max-width: 760px) {
  body {
    font-size: 87.5%;
  }

  #outerWrapper {
    padding-top: 0;
  }

  #topMenu {
    width: 100%;
    text-align: left;
    padding: 8px 16px;
    margin: 0 auto;
  }

  #topMenu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 16px;
  }

  #topMenu ul li {
    display: block;
    margin-left: 0;
  }

  #wrap {
    width: 100%;
    border-left: 0;
    border-right: 0;
  }

  #header {
    height: 90px;
    background-position: top left 16px;
  }

  #content {
    padding: 10px 16px;
  }

  .nav-toggle {
    display: block;
  }

  .sf-menu {
    display: none;
    margin-bottom: 0;
  }

  #top-main-nav.nav-open .sf-menu {
    display: block;
  }

  .sf-menu li {
    white-space: normal;
  }

  .sf-menu a {
    border-left: 0;
    border-top: 0;
    border-bottom: 2px solid #000;
    padding: 8px 0 2px;
  }

  .sf-menu ul {
    position: static;
    display: block;
    min-width: 0;
    box-shadow: none;
    padding-left: 12px;
  }

  .sf-menu .has-submenu > a::after {
    display: none;
  }

  .topOffers {
    grid-template-columns: 1fr;
  }

  .top-featured img,
  .topOffers div.productLeft img,
  .topOffers div.productRight img,
  .imageWrapGroup,
  .imageWrapLeft {
    float: none;
    display: block;
    margin: 10px auto;
  }

  .home-section div.card {
    min-height: 0;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }

  .home-section div.card a {
    position: absolute;
  }

  .contact-layout,
  .form-row {
    grid-template-columns: 1fr;
  }

  .form-row label {
    margin-top: 0;
  }

  #footer p {
    width: auto;
  }
}
