
.template-info .hd-67 * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.template-info .hd-67 img {
  max-width: 100%;
}

.template-info .hd-67 a {
  text-decoration: none;
}

.template-info .hd-67 li {
  list-style-type: none;
}

.template-info .hd-67 header {
  border-bottom: 1px solid var(--ededed);
  background: var(--white-color);
}

.template-info .hd-67 .inside {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
}

.template-info .hd-67 #topBar {
  background: var(--highlight_color);
  color: var(--white-color);
  text-align: center;
  border-bottom: 0;
}

.template-info .hd-67 .right a {
  background: var(--btn_bg_color);
  margin-left: 1px;
  font-size: 12px;
  height: 24px;
  padding: 6px 12px 6px 12px;
  color: var(--white-color);
}

.template-info .hd-67 a#logo {
  height: 57px;
  width: 189px;
  margin: 5px 0 5px;
  padding: 6px 12px 6px 12px;
  background-color: var(--white-color);
}

.template-info .hd-67 a#logo img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.template-info .hd-67 #searchBox {
  width: 100%;
  max-width: 160px;
}

.template-info .hd-67 #searchBox #searchText {
  height: 27px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  border: 0;
  padding-left: 5px;
}

.template-info .hd-67 #searchBox #searchSubmit {
  display: block;
  float: right;
  height: 27px;
  font-family: FontAwesome;
  border: 0;
  background: var(--white-color);
  color: var(--highlight_color);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 23px;
}

.template-info .hd-67 nav > ul > li a.reorderLink {
  background: var(--highlight_color);
  color: var(--white-color);
  font-size: 14px;
  padding: 7px 12px;
  margin-left: 30px;
}

.template-info .hd-67 nav > ul:last-child {
  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;
}

.template-info .hd-67 nav {
  width: 100%;
}

.template-info .hd-67 nav .navDD {
  display: none;
  height: 210px;
  background: var(--col_f5f5f5);
  position: absolute;
  top: 53px;
  z-index: 22;
  -webkit-box-shadow: 1px 2px 3px #9e9e9e, -1px 3px 3px #9e9e9e;
          box-shadow: 1px 2px 3px #9e9e9e, -1px 3px 3px #9e9e9e;
}

.template-info .hd-67 nav .navDD a {
  width: 124px;
  padding: 5px;
  margin: 15px 10px 10px;
  border-radius: 0;
  background-color: var(--border_color);
  border-radius: 3px;
  border: 1px solid var(--border_color);
  position: relative;
}

.template-info .hd-67 nav .navDD a span {
  background: var(--highlight_color);
  border: 1px solid var(--highlight_color);
  color: var(--white-color);
  padding: 4px;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  font-size: 12px;
  text-align: center;
}

.template-info .hd-67 nav .navDD a span:hover {
  border: 1px solid var(--white-color);
  background: var(--c-005baf);
  -webkit-box-shadow: 0px 0px 4px 0 var(--c-005baf);
          box-shadow: 0px 0px 4px 0 var(--c-005baf);
}

.template-info .hd-67 nav li.arrow {
  position: relative;
}

.template-info .hd-67 nav .accessoriesNav .navDD {
  right: 0;
}

.template-info .hd-67 nav li.arrow:hover a {
  background: var(--col_f5f5f5);
}

.template-info .hd-67 nav li.arrow:hover .navDD {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.template-info .hd-67 nav li.arrow > a:after {
  content: '';
  width: 0;
  height: 0;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  border-top: 5px solid grey;
  position: absolute;
  top: 50%;
  margin-left: 3px;
}

.template-info .hd-67 nav > ul > li > a {
  padding: 16px 12px;
  color: #5c5c5c;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: bold;
  position: relative;
  display: block;
}

.template-info .hd-67 .header-qs-search {
  position: relative;
  margin-right: 20px;
}

.template-info .hd-67 .header-qs-search-input {
  height: 34px;
  width: 220px;
  text-align: left;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid var(--border_color);
}

.template-info .hd-67 .header-qs-search i {
  position: absolute;
  top: 0;
  right: 10px;
  line-height: 32px;
  color: #000;
}

.template-info .hd-67 .header-qs-list {
  position: absolute;
  display: none;
  border: 1px solid;
  text-align: left;
  background: var(--white-color);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 100%;
  margin-top: -1px;
  min-width: 320px;
  max-height: 300px;
  overflow: auto;
  background: var(--white-color);
  z-index: 1000;
}

.template-info .hd-67 .header-qs-list li {
  padding: 4px 10px;
  border-bottom: 1px solid var(--border_color);
  cursor: pointer;
  color: #111;
}

@media (min-width: 768px) {
  .template-info .hd-67 .humburgerMenu {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .template-info .hd-67 .humburgerMenu {
    display: none;
  }
  .template-info .hd-67 nav > ul > li > a {
    font-size: 12px;
    padding: 16px 5px;
  }
  .template-info .hd-67 .inside {
    padding: 0 15px;
  }
  .template-info .hd-67 nav > ul:last-child {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .template-info .hd-67 .right {
    margin: 50px 0 10px 0;
  }
  .template-info .hd-67 .right a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .template-info .hd-67 .humburgerMenu {
    width: 36px;
    height: 36px;
    float: right;
    background: url("https://www.micrcheckprinting.com/includes/templates/check/images/humMenu.png") no-repeat;
    cursor: pointer;
    background-size: cover;
    margin: 6px 16px 0 0;
    display: block;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 11;
  }
  .template-info .hd-67 .inside {
    padding: 0 16px;
  }
  .template-info .hd-67 a#logo {
    width: 154px;
    height: auto;
  }
  .template-info .hd-67 #topBar .left {
    display: none;
  }
  .template-info .hd-67 nav > ul:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .template-info .hd-67 nav > ul:last-child li {
    width: 100%;
  }
  .template-info .hd-67 nav > ul:last-child li:not(:last-child) {
    border-bottom: 1px solid var(--border_color);
  }
  .template-info .hd-67 nav > ul > li a.reorderLink {
    margin-left: 0;
  }
  .template-info .hd-67 .header-qs-search {
    padding: 10px 0;
  }
  .template-info .hd-67 nav > ul > li:after {
    content: '';
    border-top: 7px solid var(--c-005baf);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    right: 20px;
    top: 22px;
    width: 0;
    height: 0;
  }
  .template-info .hd-67 nav li.arrow > a:after {
    display: none;
  }
  .template-info .hd-67 .navDD {
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
  }
  .template-info .hd-67 .navDD a {
    min-width: 124px;
  }
}
/*# sourceMappingURL=hd-67.css.map */