html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  font-size: 1.125em;
}
body {
  line-height: 1.45;
  font-family: 'helvetica', 'arial', sans-serif;
  letter-spacing: 0.015em;
  word-spacing: 0.001em;
  margin: auto;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p a {
  color: #a00001;
  text-decoration: none;
}
p a:hover {
  color: #a00001;
  text-decoration: underline;
}
.header {
  display: flex;
  width:100%;
  justify-content: center;
  padding-top:32px;
  max-width: 1300px;
  margin: auto;
}
.nav {
  display: flex;
  width:100%;
  align-items: center;
}
.logo {
  max-width: 350px;
}
.nav-item {
  width: 33.3333%;
  text-align: center;
}
.nav-links {
  text-decoration: none;
  color:#a00001;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.999em;
  position: relative;
}
.nav-links:after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0%;
  border-bottom: 6px solid #a00001;
  transition: 0.4s;
}
.nav-links:hover:after {
  width: 100%;
}
.active {
  color:#a00001;
  border-bottom: 6px solid #a00001;
}
@media (max-width: 768px) {
.header {
  padding-top:16px;
}
.nav {
  width:100%;
}
.nav-links {
  font-size: 1.414em;
}
.nav-links:after {
  bottom: -4px;
  border-bottom: 4px solid #a00001;
}
.active{
  border-bottom: 4px solid #a00001;
}
}
@media (max-width: 576px) {
.nav {
  width:100%;
}
.nav-links {
  font-size: .75em;
}
.nav-links:after {
  bottom: -2px;
  border-bottom: 2.375px solid #a00001;
}
.logo {
    max-width: 125px;
}
.active{
  border-bottom: 2.375px solid #a00001;
}
}
.container {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  padding-top: 128px;
  max-width: 1300px;
  margin:auto;
}
.contact {
  width:100%;
}
.info {
  padding-left: 0px;
  padding-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  text-align: center;
}
.info p{
  color: #000;
  font-size: 1.999em;
  line-height: 1.6;
  font-weight: bold;
}

.contact-info {
  padding-left: 50px;
  padding-bottom: 50px;
}
h2 {
  color:#a00001;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.999em;
  margin-bottom: 16px;
  text-align: center;
}
.contact-img {
  float:right;
  width: 75%;
  max-width: 450px;
  padding-right: 50px;
}
address {
  line-height: 1.6;
  font-size: 1.999em;
  font-weight: bold
}
@media (max-width: 768px) {
  .link,
  address,
  .info p {
  font-size: 1.414em;
}
}
@media (max-width: 576px) {
.container {
  padding-top: 64px;
}
.wrapper {
 width: 100%;
}
.info{
    padding-bottom: 16px;
}
.contact-info {
  padding-left: 0px;
  padding-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  text-align: center;
}
h2 {
  font-size: 1em;
  margin-bottom: 16px;
}
.link {
  font-size: 1em;
}
address{
  font-size: 1em;
}
}
.services-wrapper {
  position: relative;
  margin-left: 25%;
  margin-right: 25%;
  margin-bottom: 128px;
}
h1 {
  color:#000;
  font-size: 1.999em;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: bold;
}
h1 span a {
  color: #a00001;
  text-decoration: none;
  position: relative;
}
h1 span a:hover {
  border-bottom: 6px solid #a00001;
}
.statement {
  width: 61%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 768px) {
  .statement {
    width: 78%;
  }
  .services-wrapper {
  margin-left: 32px;
  margin-right: 32px;
  }
  h1, h2 {
    font-size: 1.414em;
  }
h1 span a:hover{
  border-bottom: 4px solid #a00001;
}
}
@media (max-width: 576px) {
  h1,
  h2, 
  .info p {
  font-size: 1em;
  }
h1 span a:hover{
  border-bottom: 2px solid #a00001;
}
  .statement {
    width: 65%;
  }
}
.inkjet-printing{
  width: 100%;
}
.inkjet-img{
  width:100%;
  padding-bottom: 16px;
}
p {
  line-height: 1.4;
}
@media (max-width: 576px) {
.services-wrapper{
margin-bottom: 75px;
}
.inkjet-printing{
width:100%;
}
.inkjet-img{
max-width: 100%;
float:none;
padding-bottom: 16px;
padding-top: 0%;
}
.service-img {
  display:block;
  margin:auto;
}
}
/* Accordion Styles */
.accordion {
padding: 16px 0px 16px 0px;
}
.tab {
  position: relative;
  width: 100%;
  color:#a00001;
  overflow: hidden;
  border-bottom: 2px solid #a00001;
}
.tab:first-child {
  border-top: 2px solid #a00001;
}
input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
label {
  position: relative;
  display: block;
  padding: 16px 64px 16px 8px;
  background: #fff;
  font-weight: bold;
  line-height: 1.2;
  cursor: pointer;
}
.tab-content {
  max-height: 0;
  color: #000;
  padding: 0px 8px 0px 8px;
  overflow: hidden;
}
/* :checked */
input:checked ~ .tab-content {
  max-height: 15em;
  padding: 0px 8px 16px 8px;
}
/* Icon */
label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
}
input[type=checkbox] + label::after {
  content: "+";
}
input[type=radio] + label::after {
  content: "\25BC";
}
input[type=checkbox]:checked + label::after {
  transform: rotate(45deg);
}
input[type=radio]:checked + label::after {
  transform: rotateX(45deg);
}
.table{
  display: inline;
}
.table p{
  clear: both;
}
table {
  float: left;
  width: 40%;
  margin-bottom: 32px;
}
table:first-child {
  margin-right: 20%;
}
thead {
  border-bottom: 1px solid #000;
}
th {
  text-align:left;
  font-weight: bold;
  width: 75%;
}
td {
  padding-top: 4px;
}
tbody tr:hover {
  background-color: #ececec;
}
@media (max-width: 1046px) {
  table {
    float: none;
    width: 100%;
    margin-bottom: 32px;
  }
  table:first-child {
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  table {
    width: 100%;
  }
}
/* --------------------Alerts------------------- */
.alert{
  background-color:#a00001;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  position:sticky;
  top: 0;
  width:100%;
  z-index: 100;
}
.alert-message{
  padding-right:32px;
  padding-left:32px;
}
.alert-message p{
  color: #fff;
  text-align:center;
}
@media (max-width: 768px) {
  .alert-message p{
    font-size: .85em;
  }
}
@media (max-width: 576px) {
  .alert-message p{
    font-size: .75em;
  }
}

