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%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  background: #e6e6e6;
  color: #393838;
  font-family: Arial, Helvetica, sans-serif;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.site {
  margin: 0 auto;
  max-width: 960px;
}

.nav-wrapper {
  background: url("assets/images/archive/nav.jpg") repeat-x left top #28203b;
  min-height: 70px;
}

.site-header {
  position: relative;
}

.main-navigation {
  min-height: 70px;
}

.main-navigation ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  padding-top: 20px;
}

.main-navigation li {
  position: relative;
}

.main-navigation li.spacer {
  margin-right: 307px;
}

.main-navigation a {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 3px;
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  text-transform: uppercase;
  white-space: nowrap;
}

.main-navigation a:hover,
.main-navigation a.active {
  background: #595276;
}

.logo {
  z-index: 20;
  position: relative;
  width: 242px;
  margin: -52px auto 0;
}

.logo img {
  width: 242px;
}

.mobile-toggle {
  display: none;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  border: 0;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border-radius: 4px;
}

.mobile-toggle span,
.mobile-toggle span::before,
.mobile-toggle span::after {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  margin: 0 auto;
  position: relative;
}

.mobile-toggle span::before,
.mobile-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
}

.mobile-toggle span::before {
  top: -6px;
}

.mobile-toggle span::after {
  top: 6px;
}

.wrapper {
  background: url("assets/images/archive/wrapper.jpg") no-repeat center top #c5e8fb;
  margin-top: -58px;
}

.slider {
  min-height: 343px;
  margin-bottom: -200px;
  position: relative;
  overflow: hidden;
}

.slides {
  position: relative;
  width: 100%;
  min-height: 343px;
}

.slides li {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 700ms ease;
}

.slides li.active {
  opacity: 1;
  z-index: 1;
}

.slides img {
  width: 100%;
}

#page {
  background-color: #fff;
  margin-top: 0;
}

.site-content {
  width: 100%;
  padding-bottom: 124px;
}

.home .site-content {
  padding-top: 210px;
}

#content {
  padding: 0 22px 0 24px;
}

.entry-header .entry-title {
  display: none;
  font-size: 23px;
  font-weight: bold;
  color: #4c4c4c;
  line-height: 1.25;
}

.home .entry-header .entry-title,
.standard-page .entry-header .entry-title {
  display: block;
}

.standard-page .entry-header .entry-title {
  display: none;
}

.standard-page .entry-header {
  padding-top: 0;
}

.home .entry-header .entry-title {
  text-align: center;
}

.home .entry-header {
  padding-top: 28px;
}

.entry-content {
  padding-top: 69px;
  color: #393838;
  line-height: 1.5;
  font-size: 15px;
}

.home .entry-content {
  padding-top: 0;
}

.standard-page .entry-content {
  padding-top: 230px;
}

.home .entry-content.home-columns {
  padding-top: 84px;
}

.entry-content h2 {
  font-size: 23px;
  margin-bottom: 12px;
}

h2.border,
.one-half h2,
.get-in-touch h2 {
  border-bottom: 3px solid #393838;
}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content table {
  margin-bottom: 15px;
}

.entry-content ul,
.entry-content ol {
  padding-left: 18px;
}

.entry-content li {
  margin-bottom: 8px;
}

.one-thired {
  float: left;
  width: 31%;
  padding: 0 7px;
  text-align: justify;
}

.one-thired li,
.one-thired b,
.one-thired a {
  color: #c61b1a;
  font-weight: 600;
}

.one-thired ul {
  list-style-image: url("assets/images/archive/li.png");
}

.one-half {
  width: 46%;
  float: left;
  padding: 0 15px;
  text-align: justify;
}

.entry-content::after,
.home-columns::after,
.technology-table::after,
.get-in-touch::after,
.bottom-images .site::after {
  content: "";
  display: table;
  clear: both;
}

.technology-table {
  margin: 24px 0 10px;
}

.technology-table .tech-row {
  display: table;
  width: 100%;
  margin-bottom: 26px;
}

.technology-table .tech-image,
.technology-table .tech-copy {
  display: table-cell;
  vertical-align: top;
}

.technology-table .tech-image {
  width: 230px;
  padding-right: 18px;
}

.technology-table .tech-image img {
  max-width: 200px;
  box-shadow: none;
}

.technology-table em {
  display: block;
  margin-bottom: 8px;
  font-style: italic;
}

.specialty-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.specialty-card {
  text-align: left;
}

.specialty-card img {
  margin-bottom: 10px;
}

.specialty-card h3 {
  color: maroon;
  font-size: 18px;
  margin-bottom: 10px;
}

.specialty-card ol {
  padding-left: 18px;
}

.specialty-card li {
  margin-bottom: 5px;
}

.images {
  text-align: center;
  margin: 30px 0;
}

.images img {
  display: inline-block;
  padding: 0 9px;
  box-shadow: none;
}

.everfresh-graphs,
.microfresh-graphs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 20px;
}

.microfresh-graphs {
  grid-template-columns: 1fr;
}

.about-address {
  margin-bottom: 18px;
}

.form {
  background: url("assets/images/archive/form.png") no-repeat center top;
  text-align: center;
  min-height: 402px;
}

.contact-form {
  width: 272px;
  margin: 0 auto;
  padding-top: 84px;
}

.contact-form p {
  margin-bottom: 12px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 7px 8px;
  border: 1px solid #cfcfcf;
  font-style: italic;
  font-family: Arial, Helvetica, sans-serif;
}

.contact-form textarea {
  height: 115px;
  resize: vertical;
}

.contact-form button {
  width: 100%;
  padding: 8px;
  border: 0;
  background: #2c3139;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
}

.form-status {
  color: #fff;
  font-size: 13px;
}

.bottom-images {
  background: url("assets/images/archive/botm-btn.png") no-repeat top center #c5e8fb;
  text-align: center;
  min-height: 483px;
}

.top-heading {
  background: url("assets/images/archive/top.png") no-repeat center top;
  width: 183px;
  height: 59px;
  margin: 0 auto;
  color: #fff;
  font-weight: 600;
  font-size: 23px;
}

.top-heading p {
  padding-top: 15px;
}

.bottom-images .image {
  float: left;
  margin-top: 44px;
  padding: 0 20px;
}

.bottom-images .image img {
  width: 275px;
}

.bottom-images .image figcaption {
  margin-top: 31px;
  color: #fff;
  font-weight: 600;
  font-size: 25px;
}

.footer-wrapper {
  background-color: #19152d;
}

footer[role="contentinfo"] {
  clear: both;
  font-size: 12px;
  line-height: 2;
  max-width: 960px;
  margin: 0 auto;
  padding: 24px 0;
  color: #fff;
  text-align: center;
}

.footer-wrapper a {
  color: #fff;
  margin-left: 59px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media screen and (max-width: 1011px) {
  .logo {
    margin: 9px auto 0;
  }
}

@media screen and (max-width: 959px) {
  .mobile-toggle {
    display: block;
  }

  .main-navigation {
    padding-top: 10px;
  }

  .main-navigation ul {
    display: none;
    padding: 52px 14px 16px;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  body.nav-open .main-navigation ul {
    display: flex;
  }

  .main-navigation li.spacer {
    margin-right: 0;
  }

  .main-navigation a {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .wrapper {
    margin-top: -25px;
  }

  .slider {
    margin-bottom: -80px;
    min-height: 220px;
  }

  .slides,
  .slides li {
    min-height: 220px;
  }

  .slides img {
    min-height: 220px;
    object-fit: cover;
  }

  .home .site-content {
    padding-top: 110px;
  }

  .one-thired,
  .one-half {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
  }

  .specialty-grid,
  .everfresh-graphs {
    grid-template-columns: 1fr;
  }

  .technology-table .tech-row,
  .technology-table .tech-image,
  .technology-table .tech-copy {
    display: block;
    width: 100%;
  }

  .technology-table .tech-image {
    padding-right: 0;
    margin-bottom: 12px;
  }

  .technology-table .tech-image img {
    max-width: 100%;
  }

  .bottom-images .image {
    float: none;
  }

  .bottom-images .image img {
    width: 100%;
    max-width: 275px;
    margin: 0 auto;
  }

  .contact-form {
    width: 82%;
    padding: 84px 16px 0;
  }
}

@media screen and (max-width: 480px) {
  #content {
    padding: 0 16px;
  }

  .logo {
    width: 160px;
  }

  .logo img {
    width: 160px;
  }

  .entry-header .entry-title {
    font-size: 21px;
  }

  .home .entry-content.home-columns {
    padding-top: 72px;
  }

  .slider {
    min-height: 180px;
  }

  .slides,
  .slides li,
  .slides img {
    min-height: 180px;
  }

  .footer-wrapper a {
    margin-left: 18px;
  }
}
