@charset "utf-8";
/* CSS Document */
html {
  height: 100vh;
}
body {
  min-height: 100vh;
}
.header {
  height: 172px
}
#page_container {
  min-height: 100vh
}
.content {
  height: calc(100vh - 262px - 2em);
  display: flex;
  align-items: center;
  margin: 1em auto;
  width: calc(100% - 10vw);
	max-width: calc(100% - 60px);
}
.footer {
  height: 30px;
  background-color: black
}
#bx-pager {
  text-align: center;
  margin-top: -30px;
    overflow-y: scroll;
    white-space: nowrap;
}
#bx-pager a {
  margin: 0;
  clip-path: inset(-2.5em 4px -.75em 0);
}
#bx-pager a img {
  padding: 3px;
  border: solid #ccc 1px
}
#bx-pager a.active img {
  border: solid #5280DD 1px;
}
#bx-pager h2 {
  display: inline-block;
  text-align: left;
  text-transform: uppercase;
  margin: .5em;
  padding: .5em 1em;
  background-color: #AC1200;
  color: white;
  line-height: 1.1em
}
#bx-pager h2:hover {
  opacity: .7
}
.bxslider li {
  width: 75%;
  margin: 0 auto;
  list-style: disc;
}
.t_slide {
  display: grid;
  grid-gap: 0em;
  grid-template-columns: 2fr 1fr;
}
.t_slide h1 {
  margin: 1vw;
  font-size: clamp(16px, 2vw, 2em);
}
.t_slide p, .t_slide h4, .t_slide ul {
  margin: 1vw
}
.t_slide img {
  width: calc(100% - 1vw);
  margin: 1vw;
  margin-right: 0;
}
.t_slide .divider {
  height: clamp(4px, 1vw, 40px);
  grid-column: span 2;
}
.t_slide.vr {
  grid-template-columns: 1fr
}
.made-in-usa {
  display: block
}
.bx-wrapper {
    max-height: calc(100vh - 262px - 6em);
    overflow-y: scroll;
    overflow-x: hidden;
	margin-bottom: 45px !important;

}