:root {
  --blue: #0055a4;
  --bright-blue: #0266c4;
  --light-blue: #d5eafd;
  --dark-blue: #002770;
  --font-stack: 'Roboto', sans-serif;
  --font-condensed: 'Roboto-Condensed', sans-serif;
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?f7yke2');
  src: url('fonts/icomoon.eot?f7yke2#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?f7yke2') format('truetype'),
    url('fonts/icomoon.woff?f7yke2') format('woff'),
    url('fonts/icomoon.svg?f7yke2#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-fax:before {
  content: "\e900";
}
.icon-phone:before {
  content: "\e942";
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto-bolditalic-webfont.woff2') format('woff2'),
     url('fonts/roboto-bolditalic-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto-italic-webfont.woff2') format('woff2'),
         url('fonts/roboto-italic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Condensed';
    src: url('fonts/robotocondensed-bold-webfont.woff2') format('woff2'),
         url('fonts/robotocondensed-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Condensed';
    src: url('fonts/robotocondensed-regular-webfont.woff2') format('woff2'),
         url('fonts/robotocondensed-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

//*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type="button"],[type="reset"],[type="submit"],button{-webkit-appearance:button}[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

* {
  box-sizing: border-box;
}
body {
  font-size: 1em;
  font-family: var(--font-stack);
  background-color: #eef7ff;
}
main {
  padding: 0 7.7%;
}
section {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 100vh;
}
section.home {
  transition: 0.3s;
  padding-top: 58vh;
}
section.about {
	flex-flow: row wrap;
}
section.products {
  display: grid;
  grid-template-rows: 240px 305px 305px;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 50px;
  align-items: start;
  height: 125vh;
}
section.thanks {
  flex-flow: column wrap;
  justify-content: flex-start;
}
img {
  width: 100%;
}
a img {
  text-decoration: none;
}
/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}
.span_11_of_12 {
  	width: 91.53%;
}
.span_10_of_12 {
  	width: 83.06%;
}
.span_9_of_12 {
  	width: 74.6%;
}
.span_8_of_12 {
  	width: 66.13%;
}
.span_7_of_12 {
  	width: 57.66%;
}
.span_6_of_12 {
  	width: 49.2%;
}
.span_5_of_12 {
  	width: 40.73%;
}
.span_4_of_12 {
  	width: 32.26%;
}
.span_3_of_12 {
  	width: 23.8%;
}
.span_2_of_12 {
  	width: 15.33%;
}
.span_1_of_12 {
  	width: 6.866%;
}
/* ======= HEADER & NAV ======= */
header {
  background: #0055a4 url(img/header-bg.jpg) no-repeat;
  background-size: cover;
  height: 54vh;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  justify-content: space-around;
  padding: 15px 7.7% 0 7.7%;
  box-sizing: border-box;
  position: fixed;
  top:0;
  z-index: 100;
  transition: 0.3s;

}
header .logo {
  width: 23%;
  -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 22, 65, .8));
  filter: drop-shadow( 3px 3px 2px rgba(0, 22, 65, .8));
}
nav {
  width: 100%;
}
nav ul {
  border-top: 1px solid white;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  font-size: 168%;
  font-family: var(--font-condensed);
  padding: 24px 5.2%;
  box-sizing: border-box;
}
nav li:last-child {
  margin-right: 0;
}
nav a:link,
nav a:visited {
  color: white;
  text-decoration: none;
}
nav a:hover,
nav a:active {
  color: var(--light-blue);
}
li[aria-hidden="true"] img {
  width:25px;
}
.slicknav_menu {
  display:none;
}

/* ======= SCROLL HEADER ======= */
header.scroll {
  height: 12vh;
  padding: 11px 7.7%;
  align-items: center;
}
header.scroll h1 {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
header.scroll .logo {
  width: 6.38%;
}
.scroll nav {
  width: 80%;
  padding: 0 3%;
}
.scroll nav ul {
  font-size: 131%;
  border-top: 0 none;
  padding: 0;
}
section.home.scroll {
  padding-top: 35vh;
}

/* ======= CONTENT ======= */
a.anchor {
  margin-bottom: 18vh;
  display: block;
}
a#home.anchor {
  display: inline;
}
p {
  font-weight:400;
  color:black;
  font-size: 143%;
  line-height: 1.6em;
  margin: 0 0 45px 0;
}
h1 {
  font-size: 218%;
  color: white;
  font-family: var(--font-condensed);
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.72);
  margin-bottom: 0;
  line-height: 1em;
}
h2 {
  color: var(--blue);
  font-family: var(--font-condensed);
  font-size: 190%;
  font-weight: 700;
  margin: 10px 0;
  border-bottom: 1px solid var(--blue);
}
h3 {
  color: var(--blue);
  font-size: 150%;
  font-weight: 700;
  margin: 10px 0 3px 0;
  border-bottom: 1px solid var(--blue);
}
h3.callout {
  font-style: italic;
  font-size: 220%;
  margin: 0 0 30px 0;
  border-bottom: 0 none;
}
h4 {
  font-size: 145%;
  margin-bottom: 4px;
}
.contact h4 {
  margin-top: 0;
}
a:link, a:visited {
  color: var(--bright-blue);
  text-decoration: underline;
}
a:hover, a:active {
  color: var(--blue);
  text-decoration: none;
}
aside ul {
  list-style: none;
  margin-top: 3px;
  columns: 2;
  padding:0;
}
aside li {
  font-size: 150%;
  width: 100%;
  padding-left: 39px;
  margin: 10px 0 13px 0;
}
aside li i {
  position: relative;
  margin-left: -40px;
  color: var(--bright-blue);
  font-size: 105%;
  padding-right: 10px;
}
aside li i[class=icon-map-marker] {
  font-size: 125%;
  top: 7px;
}
#sidebar {
  border: 1px solid var(--blue);
  background-color: var(--light-blue);
  padding: 12px 12px 2px 12px;
  box-sizing: border-box;
}
#sidebar h2 {
  border-bottom: 0 none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row nowrap;
  margin: 0;
}
#sidebar h2 hr {
  width:18%;
  margin: 4px 0 0 0;
  border: 0;
  border-top: 2px solid var(--blue);
  border-bottom: 1px solid var(--light-blue);
}
#sidebar ul {
  margin: 25px 0 20px 0;
  padding-left: 30px;
  font-style: italic;
  font-size: 137%;
  list-style: outside;
}
#sidebar li {
  margin: 0 0 12px 0;
}
.iso {
  padding-top: 15px;
}
.iso p {
  font-style: italic;
  font-size: 100%;
  color: var(--bright-blue);
  text-align: center;
}
.products div {
  text-align: center;
  border-right: 1px solid var(--blue);
  padding: 0 8%;
}
.products img {
  width: 100%;
  max-width: 243px;
  margin-bottom: 10px;
}
.products div:nth-child(6),
.products div:nth-child(10) {
  border-right: 0 none;
}
.products h4 {
  color: var(--blue);
  font-weight: 700;
  font-size: 112.5%;
}
.products div.top-1 {
  grid-area: 1 / 1 / 2 / 3;
  text-align: left;
  padding: 0 5% 0 0;
}
.products div.top-2 {
  grid-area: 1 / 3 / 2 / 5;
  text-align: left;
  padding: 0 0 0 5%;
  border-right: 0 none;
}
.products p {
  font-family: var(--font-condensed);
  font-size: 115%;
  line-height: 1.1em;
  margin-bottom: 5px;
}
.products .top-1 img,
.products .top-2 img {
  float: left;
  margin-right: 17px;
  max-width: 182px;
  height: auto;
}
.products .top-1 p,
.products .top-2 p {
  line-height: 1.4em;
  padding-left: 200px;
}
.contact ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  font-size: 143%;
}
.contact li {
  margin: 3px 0;
}
.contact ul i {
  color: var(--bright-blue);
  margin-right: 3px;
}
.contact p {
  margin-bottom: 3px;
  line-height: 1.4em;
}
.contact em {
  font-size: 80%;
}
.mapouter{
  position:relative;
  height:500px;
  width:600px;
  margin-top: 40px;
}
#gmap_canvas {
  overflow:hidden;
  background:none!important;
  height:500px;
  width:100%;
}
.number {
  border: 1px solid var(--blue);
  color: var(--blue);
  border-radius: 50%;
  display: block;
  width: 32px;
  height: 32px;
  text-align: center;
  font-weight: 700;
  font-size: 120%;
  padding-top: 2px;
}
table {
  border: 0 none;
  border-top: 1px solid var(--blue);
  width: 100%;
  margin: 10px auto;
  border-collapse: collapse;
}
table td {
  padding: 15px 4px;
  border-bottom: 1px solid var(--blue);
}
table tr td:first-child {
	padding-right: 15px;
}
table tr td:nth-child(2) p {
	color: var(--blue);
}
table p {
	margin: 0;
	font-size: 120%;
	line-height: 1.3em;
}
label {
  font-size: 123%;
  padding-bottom: 5px;
}
input[type=text], textarea {
  background: rgb(215,236,255);
  background: linear-gradient(0deg, rgba(215,236,255,1) 0%, rgba(255,255,255,1) 100%);
  border: 1px solid #666;
  padding: 8px;
  font: 110% Arial, Helvetica, sans-serif;
  color: #000;
  width: 100%;
  margin-bottom: 15px;
}
input[type=text]:focus, textarea:focus {
  border: 1px solid var(--blue);
  outline: none;
  background: var(--light-blue);
}
input[type=submit], input[type=button] {
  border: 2px solid var(--blue);
  background: #fff;
  background: linear-gradient(to bottom, #ffffff 0%,var(--light-blue) 100%);
  font-size:120%;
  color: #1155aa;
  margin: 10px 0 12px 0;
  padding: 9px;
}
input[type=submit]:hover, input[type=button]:hover {
  background: var(--blue);
  background: linear-gradient(to bottom, var(--blue) 0%,var(--bright-blue) 100%);
  color: white;
  cursor: pointer;
}
.req {
  color: #dd0303;
  font-size: 85%;
  position: relative;
  top: -2px;
}
.note {
  font-size: 90%;
}
footer {
  width: 100%;
  height: 120px;
  background: var(--blue);
  background: linear-gradient(0deg, var(--blue) 0%, var(--dark-blue) 100%);
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  margin-top:35px;
}
footer p {
  font-size: 88%;
  text-align: center;
  margin: 4px auto;
  color:white;
}
footer a:link,
footer a:visited,
footer a:hover {
  color:white;
}

/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em; }
    .slicknav_menu .slicknav_icon:before {
      background: transparent;
      width: 1.125em;
      height: 0.875em;
      display: block;
      content: "";
      position: absolute; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block; }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: var(--blue);
 }
  .slicknav_menu * {
    box-sizing: border-box; }
  .slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #fff; }

.slicknav_btn {
  margin: 5px 5px 0;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  //background-color: #222; }

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden; }
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; }
  .slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; }
    .slicknav_nav .slicknav_row:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: #fff; }
  .slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff; }
    .slicknav_nav a:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: #222; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }


/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media (max-width: 1685px) {
  header {
    height: 50vh;
  }
  section.home {
    padding-top:55vh;
  }
}
@media (max-width: 1510px) {
  header {
    height: 48vh;
  }
  section.home {
    padding-top:53vh;
  }
}
@media (max-width: 1410px) {
  header {
    height: 45vh;
  }
  section.home {
    padding-top:50vh;
  }
  section.products {
    grid-template-rows: 265px 312px 312px;
  }
}
@media (max-width: 1365px) {
  section.products {
    grid-template-rows: 285px 312px 312px;
  }
  .products div {
    min-height: 305px;
  }
}
@media (max-width: 1310px) {
  body {
    font-size: .9em;
  }
  header {
    height: 43vh;
  }
  section.home {
    padding-top:48vh;
  }
  p,
  .contact ul,
  #sidebar ul,
  aside li {
    font-size: 130%;
  }
  p {
    margin-bottom: 35px;
    line-height: 1.4em;
  }
  #sidebar h2 {
    font-size: 175%;
  }
  .iso p {
    line-height: 1.4em;
  }
  section.products {
    grid-template-rows: 270px 290px 290px;
  }
  .products h4 {
    margin-top: 4px;
  }
  .products div {
    min-height: 270px;
  }
  aside li i {
    margin-left: -32px;
  }
}
@media (max-width: 1230px) {
  body {
    font-size: .85em;
  }
  header {
    height: 41vh;
  }
  p {
    margin-bottom: 30px;
  }
  h2 hr {
    display: none;
  }
  #sidebar h2 {
    justify-content: space-around;
  }
  .mapouter {
    width: 100%;
  }
  #gmap_canvas {
    height: 400px;
  }
  footer {
    height: 90px;
  }
}
@media (max-width: 1210px) {
  header {
    height: 40vh;
  }
  section.home {
    padding-top:45vh;
  }
  h3.callout {
    font-size: 200%;
  }
  .about .span_10_of_12 {
    padding-right: 20px;
  }
  aside li i {
    margin-left: -31px;
  }
}
@media (max-width: 1100px) {
  body {
      font-size: .8em;
  }
  header {
    height: 37vh;
    min-height: 275px;
  }
  header.scroll .logo {
    width: 12%;
  }
  .scroll nav ul {
    font-size: 140%;
  }
  li[aria-hidden="true"] img {
      width: 18px;
  }
  p {
    margin-bottom: 25px;
  }
  section.home {
    padding-top:42vh;
  }
  section.products {
      grid-template-rows: 250px 245px 245px;
  }
  h3.callout {
      font-size: 180%;
  }
  .products div {
    min-height: 240px;
  }
  .products p {
    font-size: 110%;
  }
}
@media (max-width: 1001px) {
  body {
      font-size: .75em;
  }
  header {
    height: 34vh;
    min-height: auto;
  }
  li[aria-hidden="true"] img {
      width: 20px;
  }
  section.home {
    padding-top: 39vh;
  }
}
@media (max-width: 910px) {
   section.products {
      grid-template-rows: 200px 200px 245px;
      grid-row-gap: 5px;
    }
    section {
      min-height: auto;
    }
    .products div.top-1 {
      grid-area: 1 / 1 / 2 / 5;
      padding: 0;
      border-right: 0 none;
      border-bottom: 1px solid var(--blue);
      min-height: 185px;
  }
  .products div.top-2 {
    grid-area: 2 / 1 / 3 / 5;
    padding: 0;
    border-right: 0 none;
    border-bottom: 1px solid var(--blue);
    min-height: 185px;
  }
  .products div {
    min-height: 225px;
  }
  .products p {
      font-size: 120%;
  }
}
@media (max-width: 850px) {
  body {
    font-size: .7em;
  }
  header {
    height: 30vh;
  }
  section.home {
    padding-top:35vh;
  }
  nav ul {
    padding: 14px 5.2%;
  }
  aside li i {
      margin-left: -27px;
  }
}
@media (max-width: 815px) {
  header {
    height: 28vh;
  }
  header.scroll .logo {
    width: 12%;
  }
  section.home {
    padding-top: 31vh;
  }
}
@media (max-width: 720px) {
  header {
    height: 26vh;
  }
  section.home {
    padding-top: 29vh;
  }
  h1 {
    width: 45%;
  }
  nav ul {
    font-size: 145%;
  }
  #sidebar ul {
    padding-left: 15px;
    font-size: 120%;
    margin: 9px 0 14px 0;
  }
  #sidebar li {
    margin-bottom: 7px;
  }
  aside li i[class=icon-map-marker] {
    top:4px;
  }
}
@media (max-width: 640px) {
  header {
    height: 24vh;
  }
  section.home {
    padding-top: 27vh;
  }
  li[aria-hidden="true"] img {
      width: 16px;
  }
  aside li i {
    margin-left: -28px;
  }
}

@media only screen and (max-width: 600px) {
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	   width: 100%;
	  }
    section {
      flex-flow: row wrap;
      min-height: auto;
    }
    header .logo {
      width: 26%;
    }
    #sidebar {
      margin-top: 25px;
    }
    #sidebar h2 hr {
      width: 34%;
      display: block;
    }
    .iso {
      text-align: center;
    }
    .iso img {
      width: 50%;
    }
    section.products {
      grid-template-columns: repeat(2, 1fr);
      grid-row-gap: 15px;
      height: auto;
    }
    .products div.top-1 {
        grid-area: 1 / 1 / 2 / 3;
    }
    .products div.top-2 {
      grid-area: 2 / 1 / 3 / 3;
    }
    .products div:nth-child(odd) {
      border-right: 1px solid var(--blue);
    }
    .products div:nth-child(even),
    .products div.top-1 {
      border-right: 0 none;
    }
    .products h4 {
      font-size: 135%;
    }
    a.anchor {
      margin-bottom: 22vh;
    }
}
@media only screen and (max-width: 540px) {
  .slicknav_menu {
    display:block;
    position: fixed;
    z-index: 1000;
    width: 100%;
  }
  header,
  header.scroll {
    top: 30px;
    height: 17vh;
    align-items: center;
    padding: 0 5% 0 5%;
  }
  main {
    padding: 0 5%;
  }
  nav,
  .scroll nav {
    display: none;
  }
  li[aria-hidden="true"] {
    display: none;
  }
  header.scroll h1 {
    clip: auto;
    height: auto;
    margin: 0;
    margin-top: 0.67em;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 45%;
  }
  header.scroll .logo {
    width: 26%;
  }
  section.home,
  section.home.scroll {
    padding-top: 22vh;
  }
}
@media only screen and (max-width: 480px) {
  header .logo,
  header.scroll .logo {
    width: 30%;
  }
  #sidebar h2 hr {
    width: 30%;
  }
  aside li i {
    margin-left: -28px;
  }
  section.products {
    grid-template-rows: auto;
  }
  .products .top-1 img,
  .products .top-2 img {
    width: 140px;
  }
  .products .top-1 p,
  .products .top-2 p {
    padding-left: 0;
  }
  .products img {
    margin-bottom: 0;
  }
  .products div {
    padding: 0 4%;
  }
  .products img {
    width: 90%;
  }
}
@media only screen and (max-width: 440px) {
  h1 {
    font-size: 180%;
  }
}
@media only screen and (max-width: 430px) {
  header .logo,
  header.scroll .logo {
    width: 33%;
  }
  .mapouter {
    height: 435px;
  }
  input[type=submit],
  input[type=button] {
    width: 50%;
  }
  .products h4 {
      font-size: 155%;
  }
}
@media only screen and (max-width: 400px) {
  .products .top-1 img,
  .products .top-2 img {
    width: 110px;
    margin-right: 0;
  }
  .products .top-1 p,
  .products .top-2 p {
    padding-left: 120px;
    line-height: 1.3em;
    font-size: 115%;
  }
  .products div {
    min-height: 213px;
    padding-bottom: 8px;
  }
}
@media only screen and (max-width: 380px) {
  aside ul {
    columns: 1;
  }
  .products div.top-1 {
    grid-area: 1 / 1 / 2 / 2;
    text-align: center;
  }
  .products div.top-2 {
    grid-area: 2 / 1 / 3 / 2;
    text-align: center;
  }
  .products .top-1 img,
  .products .top-2 img {
    width: auto;
    max-width: 90%;
    margin: 0 auto 15px auto;
    float: none;
  }
  .products .top-1 p,
  .products .top-2 p,
  .products p {
    padding: 0;
    font-size: 135%;
  }
  section.products {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
    grid-gap: 20px;
  }
  .products div,
  .products div:nth-child(odd) {
    border-right: 0 none;
    border-bottom: 1px solid var(--blue);
    padding-bottom: 8px;
  }
  .products div:last-child {
    border-bottom: 0 none;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
