/**
    Copyright 2015 Esys(R) The Energy Control Company(TM)
    All Rights Reserved.
    Fabio Russoniello, Owner
    https://esys.us/
**/
html {
  box-sizing: border-box; }
*, *::after, *::before {
  box-sizing: inherit; }
:root {
    // Default colors (light theme)
    --bg-color: white;
    --main-color: #222222;
    --link-color: #222222;
    --hover-color: #777777;
    --visited-color: #666666;
    --code-bg-color: #eeeeee;
    --code-color: #339933;
    --highlight-bg-color: yellow;
    --highlight-color: #222222;
    --shadow-color: #555555;
    --main-nav-bg-color: #6e6e6e;
    --main-nav-color: #c6c6c6;
    --footer-bg-color: #767676;
    --footer-color: white;
    --footer-link-color: currentColor;
    --footer-hover-color: #dddddd;
    --footer-active-color: currentColor;
    --footer-visited-color: currentColor;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }
video {
  width: 100% !important;
  height: auto !important; }
audio:not([controls]) {
  display: none;
  height: 0; }
[hidden] {
  display: none; }
abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
  text-decoration: none; }
hr {
  margin-left: auto;
  margin-right: auto; }
ul {
  list-style-type: disc; }
ul ul {
  list-style-type: circle; }
ul ul, ol ul {
  margin-left: -1.5em; }
ul ol {
  margin-left: -1em; }
ul.no-bullet {
  list-style-type: none; }
.pullquote {
  background-color: rgba(255, 255, 255, 0.4);
  border-left: 0.2em solid #bbbbbb;
  font-size: 1.2em;
  font-style: italic;
  max-width: 80vw;
  padding-left: 0.5em; }
@media screen and (min-width: 800px) {
  .pullquote {
    max-width: 30vw; }
}
html {
  font-size: 100%; }
body {
  background-color: var(--bg-color);
  color: var(--main-color);
  font-family: Arial, sans-serif;
  font-size: 1em;
  line-height: 1.45;
  margin: 0 auto;
  padding: 0; }
h1, h2, h3, h4 {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: inherit;
  line-height: 1.2;
  margin: 1.414rem 0 0.5rem 0; }
h1 {
  margin-top: 0;
  font-size: 2.074rem; }
h2 {
  font-size: 1.728rem; }
h3 {
  font-size: 1.44rem; }
h4 {
  font-size: 1.2rem; }
p {
  margin-bottom: 1.3rem; }
small, .smalltext {
  font-size: 0.833rem; }
.tinytext {
  font-size: 0.667rem; }
.microtext {
  font-size: 0.500rem; }
input {
  font-size: 1em; }
@media screen and (max-width: 600px) {
  body {
    line-height: 1.45; }
  h1, h2, h3, h4 {
    font-weight: inherit;
    line-height: 1.2;
    margin: 1.414em 0 0.5em 0; }
  h1 {
    margin-top: 0;
    font-size: 1.602em; }
  h2 {
    font-size: 1.424em; }
  h3 {
    font-size: 1.266em; }
  h4 {
    font-size: 1.125em; } }
b, strong {
  font-weight: bold; }
blockquote {
  margin: 1em 40px; }
dfn {
  font-style: italic; }
mark {
  background-color: var(--highlight-bg-color);
  color: var(--highlight-color); }
pre {
  margin: 1.286em 0; }
pre, code, kbd, samp {
  font-family: "Bitstream Vera Sans Mono", "Consolas", "Courier", monospace;
  font-size: 1rem; }
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }
code {
  background-color: var(--code-bg-color);
  color: var(--code-color); }
q {
  quotes: none; }
  q:before, q:after {
    content: '';
    content: none; }
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }
sup {
  top: -0.5rem; }
sub {
  bottom: -0.25rem; }
.subhead {
  text-align: center; }
.byline {
  font-weight: bold; }
.articleblurb {
  font-weight: normal; }
.articleauthor {
  font-weight: normal; }
.articlefull {
  font-weight: normal; }
.readhidearticle {
  font-weight: normal; }
.articledate {
  color: #999999;
  font-weight: normal; }
.justified {
  text-align: justify; }
.left {
  float: left;
  text-align: left; }
.right {
  float: right;
  text-align: right; }
.center {
  text-align: center; }
  .center table {
    margin: auto; }
td.left,
td.right,
table.left,
table.right {
  float: none; }
.all-centered, .all-centered td, .all-centered th {
  text-align: center; }
.all-centered table {
  margin: auto; }
.full {
  width: 100%; }
.most {
  width: 90%; }
.threeqtr {
  width: 75%; }
.twothirds {
  width: 66%; }
.half {
  width: 50%; }
.third, .onethird {
  width: 33%; }
.quarter {
  width: 25%; }
.flash-alert {
  background-color: #fff6bf;
  color: #8c7800;
  display: block;
  margin-bottom: 0.75em;
  padding: 0.75em;
  text-align: center; }
  .flash-alert a {
    color: #594c00; }
    .flash-alert a:focus, .flash-alert a:hover {
      color: black; }
.flash-error {
  background-color: #fbe3e4;
  color: #97161b;
  display: block;
  margin-bottom: 0.75em;
  padding: 0.75em;
  text-align: center; }
  .flash-error a {
    color: #6a0f13; }
    .flash-error a:focus, .flash-error a:hover {
      color: #110203; }
.flash-notice {
  background-color: #e5edf8;
  color: #244e87;
  display: block;
  margin-bottom: 0.75em;
  padding: 0.75em;
  text-align: center; }
  .flash-notice a {
    color: #19375f; }
    .flash-notice a:focus, .flash-notice a:hover {
      color: #04080e; }
.flash-success {
  background-color: #e6efc2;
  color: #56651a;
  display: block;
  margin-bottom: 0.75em;
  padding: 0.75em;
  text-align: center; }
  .flash-success a {
    color: #333c10; }
    .flash-success a:focus, .flash-success a:hover {
      color: black; }
.redtext {
  color: red; }
a.redlink {
  color: red;
  text-decoration: none;
  border-bottom: 1px solid red; }
  a.redlink:hover {
    border-bottom: 0; }
.errmsg, #errorpane {
  background-color: #ffebeb;
  border: 1px solid #ffa7a7; }
  .errmsg a, #errorpane a {
    color: #ff0000; }
#errorpane {
  display: none;
  margin: 0.5rem auto;
  max-width: 28rem;
  text-align: left;
  width: 100%; }
input.error {
  border-color: #cc0000;
  outline: none; }
.notification,
#notificationpane {
  background-color: #fff6bf;
  border: 1px solid #8c7800;
  padding: 2px; }
.greenbox,
#greenpane {
  background-color: #e8ffc6;
  border: 1px solid #aaff2d;
  padding: 2px; }
button,
input,
select,
textarea {
  font-family: Arial, sans-serif; }
textarea,
select {
  border: 1px solid #999999; }
textarea {
  width: 100%; }
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea {
  border: 1px solid #999999;
  min-height: 1.286em;
  padding-left: 4px; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, textarea:disabled {
    border: 1px solid #8f8f8f; }
a {
  text-decoration: none; }
a img {
  border: 0 !important; }
a:focus {
  outline: 1px dotted grey; }
a.standout {
  border-bottom: 1px solid #222222;
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 0; }
img {
  border: 0;
  vertical-align: middle; }
  img.left {
    padding-right: 1rem; }
  img.right {
    padding-left: 1rem; }
figure {
  padding: 0;
  display: inline-block; }
.page-container {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  min-height: 100%; }
.flex-container {
  max-width: 1343px; }
.page-small {
  display: none; }
/* Header */
header {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%; }
#banner {
  background-color: #616161;
  background-image: url(/images/banner-no-logo.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(/images/banner-no-logo.png), -webkit-linear-gradient(left, #616161 49%, #4f4f4f 51%);
  background-image: url(/images/banner-no-logo.png), linear-gradient(to right, #616161 49%, #4f4f4f 51%);
  box-sizing: border-box;
  color: white;
  font-size: 83.3%;
  height: 112px;
  margin: 0 auto;
  padding-right: 0.5em;
  text-align: right;
  width: 100%; }
  #banner .slogan {
    color: #fbfbfb;
    float: right;
    font-size: 200%;
    position: absolute;
    right: 15px;
    top: 4rem;
    text-shadow: 2px 2px 2px #0e0e0e; }
  #banner a {
    border-bottom: 0;
    color: currentColor;
    font-size: 66.7%; }
    #banner a:hover {
      border-bottom: 1px solid currentColor; }
  #banner .logo {
    border: 0;
    float: left;
    margin-top: 0.75em;
    width: 112px;
    outline: none; }
  #banner .logo-svg {
    width: 94px;
    height: 90px;
    background-size: 94px 90px;
    background-image: url(/images/logo.svg);
    background-repeat: no-repeat;
    float: left;
    border: 0;
    outline: none;
    margin-top: 14px;
    margin-left: 8px;
    text-decoration: none; }
    #banner .logo-svg:link, #banner .logo-svg:active, #banner .logo-svg:hover, #banner .logo-svg:visited {
      border: 0; }
#google_translate_element {
  float: left;
  margin: auto;
  padding: 0; }
  #google_translate_element:lang(en) {
    display: none; }
/* Navigation Buttons (in Header) */
nav.main-nav {
  background-color: var(--main-nav-bg-color);
  background-image: -webkit-linear-gradient(var(--main-nav-bg-color), #404040 50%, #000000 51%, #595959);
  background-image: linear-gradient(var(--main-nav-bg-color), #404040 50%, #000000 51%, #595959);
  box-sizing: border-box;
  height: 50px;
  min-height: 50px;
  margin: 0;
  padding: 5px 5px 0 5px;
  width: 100%;
  display: table;
  table-layout: fixed; }
  nav.main-nav ul {
    display: table-row;
    list-style: none;
    list-style-type: none;
    line-height: normal;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
    nav.main-nav ul li {
      box-sizing: border-box;
      display: table-cell;
      padding: 0;
      list-style: none;
      text-align: center; }
      nav.main-nav ul li > a {
        background-color: var(--main-nav-color);
        box-sizing: border-box;
        background-image: -webkit-linear-gradient(var(--main-nav-bg-color), #cfcfcf 3%, #a9a9a9 50%, #8a8a8a 51%, #686868);
        background-image: linear-gradient(var(--main-nav-bg-color), #cfcfcf 3%, #a9a9a9 50%, #8a8a8a 51%, #686868);
        border: 1px solid black;
        color: white;
        display: block;
        font-family: Arial, sans-serif;
        font-size: 1.1rem;
        height: 40px;
        max-height: 40px;
        outline: 0;
        padding: 0;
        padding-top: 8px;
        text-align: center;
        text-decoration: none; }
        nav.main-nav ul li > a:hover, nav.main-nav ul li > a:focus {
          -webkit-box-shadow: inset 0 0 5px 1px var(--shadow-color);
          -moz-box-shadow: inset 0 0 5px 1px var(--shadow-color);
          box-shadow: inset 0 0 5px 1px var(--shadow-color); }
  nav.main-nav a:focus {
    outline: none; }
  nav.main-nav #menulink {
    display: none; }
/* Content */
#content {
  background-color: var(--bg-color);
  box-sizing: border-box;
  clear: both;
  float: left;
  margin: 0 auto;
  padding: 0 0.25rem;
  width: 100%; }
  #content a:link, #content a:active {
    color: var(--link-color);
    border-bottom: 1px solid; }
  #content a:visited {
    color: var(--visited-color);
    border-bottom: 1px solid; }
  #content a:hover {
    color: var(--hover-color);
    border-bottom: 0; }
.rwd-break-a {
  display: none; }
.rwd-break-b {
  display: block; }
.rwd-break-c {
  display: none; }
.rwd-break-d {
  display: none; }
.loc_high_width_show,
#nh_left,
#w_left {
  display: block; }
header,
#content {
  margin-bottom: 4px; }
/* Footer */
footer {
  background-color: var(--footer-bg-color);
  clear: both;
  color: var(--footer-color);
  font-size: 67.5%;
  margin: 0;
  min-height: 28px;
  padding-top: 6px;
  text-align: center;
  vertical-align: middle;
  width: 100%; }
  footer a {
    font-size: 100%; }
    footer a:link, footer a:active {
      color: var(--footer-link-color);
      border-bottom: 1px solid; }
    footer a:visited {
      color: var(--footer-visited-color);
      border-bottom: 0; }
    footer a:hover {
      color: var(--footer-hover-color);
      border-bottom: 1px solid; }
  footer #menu {
    display: none;
    font-size: 1rem;
    padding: 1.2rem;
    text-align: left; }
    footer #menu a {
      font-size: 0.8rem; }
.ctabtn {
  background-color: #bbcc5c;
  background-image: -webkit-linear-gradient(#bbcc5c 20%, #75890c);
  background-image: linear-gradient(#bbcc5c 20%, #75890c);
  border: none;
  border-radius: 6px;
  color: white;
  font-size: 120%;
  outline: none;
  padding: 10px; }
  .ctabtn:hover {
    cursor: pointer;
    background-color: #a4b357;
    background-image: -webkit-linear-gradient(#a4b357, #75890c);
    background-image: linear-gradient(#a4b357, #75890c); }
  .ctabtn:focus {
    outline: 1px dotted grey; }
  .ctabtn:disabled {
    background-color: #fefefe;
    background-image: -webkit-linear-gradient(#fefefe 0%, #d1d1d1 20%, #dbdbdb 75%, #e2e2e2);
    background-image: linear-gradient(#fefefe 0%, #d1d1d1 20%, #dbdbdb 75%, #e2e2e2);
    color: black;
    cursor: auto; }
.ulcol {
  margin: 1.45rem auto 0 auto;
  width: 100%;
  text-align: center; }
  .ulcol ul {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    vertical-align: top; }
  .ulcol ul > li > ul {
    display: block; }
.triplet {
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  .triplet img {
    margin: 0 auto;
    display: inline; }
.placeholder,
.imgplaceholder {
  color: #a0a0a0;
  font-style: italic; }
.video-container {
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  overflow: hidden; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.steam-gen {
  max-width: 100%;
  max-height: 56.25%; }
  .steam-gen iframe {
    max-width: 100%;
    max-height: 100%; }
@media screen and (max-width: 360px) {
  .video-container {
    padding-bottom: 52%; } }
@media screen and (min-width: 361px) {
  .video-container {
    padding-bottom: 53.5%; } }
@media screen and (min-width: 600px) {
  .video-container {
    padding-bottom: 54.5%; } }
@media screen and (min-width: 700px) {
  .video-container {
    padding-bottom: 55.55%; } }
@media screen and (min-width: 800px) {
  .video-container {
    padding-bottom: 56.5%; } }
@media screen and (min-width: 900px) {
  .video-container {
    padding-bottom: 57.5%; } }
@media screen and (min-width: 1101px) {
  .video-container {
    padding-bottom: 59%; } }
@media screen and (min-width: 2560px) {
  body {
    font-size: 300%; }
  h1, h2, h3, h4 {
    font-size: 150%; }
  #banner {
    min-height: 196px; }
    #banner .logo-svg {
      width: 188px;
      height: 180px;
      background-size: 188px 180px; }
  nav ul li a {
    font-size: 65%; }
  .video-container {
    padding-bottom: 60%; } }
.shadow {
  -webkit-box-shadow: 0 1px 5px 1px #bbbbbb;
  -moz-box-shadow: 0 1px 5px 1px #bbbbbb;
  box-shadow: 0 1px 5px 1px #bbbbbb; }
.missing, .lighter {
  color: #999999; }
.lighter {
  font-style: italic; }
#align_table {
  width: 100%; }
  #align_table td {
    vertical-align: top; }
article {
  box-sizing: border-box;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  width: 75%; }
  article > h3 {
    text-align: center; }
  article > img {
    text-align: center; }
  article section {
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    article section > img,
    article section ul {
      display: inline-block; }
    article section ul {
      vertical-align: top; }
    article section ul > li > ul {
      display: block; }
    article section > div > img {
      margin-left: auto;
      margin-right: auto; }
  article ul, article ol {
    text-align: left; }
  article.directions, article.locations, article.store, article.vendorinfo {
    text-align: center; }
    article.directions section, article.locations section, article.store section, article.vendorinfo section {
      width: 100%; }
  article.directions section > div {
    text-align: center;
    width: 66%; }
    article.directions section > div + div {
      padding-left: 1rem;
      text-align: left;
      width: 33%; }
  article.locations section {
    text-align: center; }
    article.locations section > div {
      text-align: center;
      width: 50%;
      vertical-align: top; }
      article.locations section > div > img {
        vertical-align: top; }
  article.store {
    padding-bottom: 0.5em;
    width: 100%; }
    article.store section {
      flex-wrap: wrap; }
      article.store section a {
        display: inline-block;
        border-bottom: 0 !important;
        margin: 0.5em 0.5em;
        min-width: 19em;
        width: 30%; }
        article.store section a div {
          -webkit-box-shadow: 0 1px 5px 1px #bbbbbb;
          -moz-box-shadow: 0 1px 5px 1px #bbbbbb;
          box-shadow: 0 1px 5px 1px #bbbbbb; }
          article.store section a div > img {
            padding-top: 0.5em;
            padding-bottom: 0.5em;
            text-align: center; }
          article.store section a div:hover, article.store section a div:focus {
            border-bottom: 0 !important;
            -webkit-box-shadow: 0 1px 6px 2px #a0a0a0;
            -moz-box-shadow: 0 1px 6px 2px #a0a0a0;
            box-shadow: 0 1px 6px 2px #a0a0a0; }
  article.testo350 section div > div {
    text-align: center; }
    article.testo350 section div > div img {
      text-align: center; }
  article.vendorinfo section {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    text-align: center; }
    article.vendorinfo section div:first-child {
      text-align: right;
      vertical-align: top;
      width: 66%; }
    article.vendorinfo section div:nth-child(2) {
      text-align: center;
      width: 33%;
      vertical-align: middle; }
      article.vendorinfo section div:nth-child(2) > img {
        vertical-align: middle; }
    article.vendorinfo section p {
      width: 100%;
      text-align: center; }
.jobappform {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }
  .jobappform h3, .jobappform h4 {
    text-align: center; }
input::placeholder {
  color: #a0a0a0; }
.form-group {
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0.75rem;
  text-align: left;
  width: 18rem; }
  .form-group:last-of-type {
    padding-bottom: 0; }
  .form-group > label::after {
    content: '\A';
    white-space: pre; }
  .form-group input + div,
  .form-group select + div,
  .form-group textarea + div {
    font-size: 0.75rem; }
  .form-group .errormessage {
    color: red;
    font-size: 0.75rem; }
label[for] {
  cursor: pointer; }
.form-hint {
  color: grey;
  font-size: 0.75rem; }
.docs {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  padding-left: 10vw; }
  .docs div {
    background-image: url(/images/icons/folder.png);
    background-position: left top;
    background-repeat: no-repeat;
    margin: 0.5rem 0;
    padding: 0 0.5rem 0 2rem;
    text-align: left;
    min-width: 33%;
    width: 33%;
    min-height: 2.75rem; }
    .docs div.icon {
      background-image: url(/images/icons/folderdocs.png); }
.flexlist, .item-grid {
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: center; }
  .flexlist hr, .item-grid hr {
    display: none; }
.item-grid {
  box-sizing: border-box; }
  .item-grid div {
    margin: 0.25em;
    min-height: 10em;
    padding: 0.5em 0em;
    width: 15em; }
  .item-grid > .shadow:hover, .item-grid > .shadow:focus {
    -webkit-box-shadow: 0 1px 6px 2px #a0a0a0;
    -moz-box-shadow: 0 1px 6px 2px #a0a0a0;
    box-shadow: 0 1px 6px 2px #a0a0a0; }
.productPhoto, .productDetails {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  max-width: 50%;
  min-width: 50%; }
.productPhoto {
  float: left; }
.productDetails {
  float: right; }
.productDetails table {
  text-align: left; }
.storetopnav.main-nav {
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: baseline; }
  .storetopnav.main-nav div:first-of-type {
    margin-right: auto; }
  .storetopnav.main-nav div:last-of-type {
    margin-left: auto;
    min-width: 3.5em;
    text-align: right; }
.training,
.vproddoc {
  border: 1px solid #767676;
  border-collapse: collapse;
  margin: auto;
  padding: 0; }
  .training tr:nth-child(odd),
  .vproddoc tr:nth-child(odd) {
    background-color: #f5f5f5; }
.item_header, .training tr:first-child,
.vproddoc tr:first-child {
  color: #ffffff;
  background-color: #767676;
  font-weight: bold;
  padding: 5px; }
.training,
.vproddoc {
  min-width: 60%; }
.training td {
  padding: 0.25em; }
.update_pdfs {
  min-width: 100%;
  width: 100%; }
  .update_pdfs tr td {
    border: 0;
    margin: 0;
    padding: 0; }
/* responsive breakpoints */
/* for video breakpoints, see classes above */
@media screen and (max-width: 1487px) {
  article {
    width: 80%; } }
@media screen and (max-width: 1402px) {
  article {
    width: 85%; } }
@media screen and (max-width: 1385px) {
  nav.main-nav ul li a {
    font-size: 1rem;
    padding-top: 9px; } }
@media screen and (max-width: 1290px) {
  article {
    width: 90%; } }
@media screen and (max-width: 1263px) {
  nav.main-nav ul li a {
    font-size: 0.9rem; } }
@media screen and (max-width: 1121px) {
  nav.main-nav ul li a {
    font-size: 0.8rem;
    padding-top: 10px; } }
@media screen and (max-width: 1100px) {
  #content {
    padding: 0 2rem; } }
@media screen and (max-width: 999px) {
  .page-container {
    padding: 0; }
  header, #content, footer {
    box-shadow: none;
    margin-bottom: 0; } }
@media screen and (max-width: 989px) {
  nav.main-nav ul li a {
    font-size: 0.7rem;
    padding-top: 12px; }
  article.locations {
    width: 95%; } }
@media screen and (max-width: 950px) {
  #banner .slogan {
    font-size: 1.44rem;
    top: 5rem; } }
@media screen and (max-width: 924px) {
  #field section {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; } }
@media screen and (max-width: 890px) {
  #construction section {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; } }
@media screen and (min-width: 879px) {
  #content {
    min-height: calc(100vh - 162px - 36px); } }
@media screen and (max-width: 879px) {
  nav.main-nav ul li[data-priority="low"] {
    display: none; }
  nav.main-nav #menulink {
    display: table-cell; }
  footer #menu {
    display: block; }
  article.directions section {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column; }
    article.directions section > div {
      width: 100%; }
      article.directions section > div + div, article.directions section > div > div {
        width: 100%; }
  article.locations {
    width: 100%; }
  .docs div {
    max-width: 50%;
    width: 50%; }
  #map_canvas {
    padding-bottom: 1rem; } }
@media screen and (max-width: 845px) {
  article.testo350 section {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    width: 100%; }
    article.testo350 section div {
      width: 100%; } }
@media screen and (max-width: 811px) {
  #content {
    padding: 0 1.55rem; } }
@media screen and (max-width: 782px) {
  .rwd-break-d {
    display: block; } }
@media screen and (max-width: 768px) {
  .productPhoto, .productDetails {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    min-width: 100%; }
  .productDetails table {
    margin-left: auto;
    margin-right: auto; }
  img.left, img.right {
    float: none;
    display: block;
    margin: 0 auto; } }
@media screen and (max-width: 739px) {
  #banner .slogan {
    font-size: 1.2rem; }
  article.vendorinfo {
    text-align: center; }
    article.vendorinfo section {
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      article.vendorinfo section div, article.vendorinfo section div:first-child, article.vendorinfo section div:nth-child(2) {
        display: block;
        margin: 0 auto;
        text-align: center;
        width: 100%; }
      article.vendorinfo section div:nth-child(2) {
        padding-bottom: 1rem; } }
@media screen and (max-width: 729px) {
  #content {
    padding: 0 1.2rem; }
  nav.main-nav ul li[data-priority="mid"] {
    display: none; } }
@media screen and (max-width: 719px) {
  #content {
    padding: 0 1rem; } }
@media screen and (max-width: 699px) {
  article.locations {
    width: 100%; }
    article.locations section {
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      article.locations section > div {
        width: 100%; }
  #engineering section,
  #repair section {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; } }
@media screen and (max-width: 635px) {
  .rwd-break-a {
    display: block; }
  #banner .slogan {
    top: 3.5rem; }
  .docs {
    flex-direction: column;
    padding-left: 15vw; }
    .docs > div {
      max-width: 100%;
      width: 100%; } }
@media screen and (max-width: 619px) {
  div.flexlist, div.item-grid {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    align-items: center; }
    div.flexlist hr, div.item-grid hr {
      display: block; } }
@media screen and (max-width: 600px) {
  #construction section {
    flex-direction: column; }
    #construction section .left,
    #construction section .right {
      float: none; } }
@media screen and (max-width: 568px) {
  nav.main-nav ul li[data-priority="high"] {
    display: none; } }
@media screen and (max-width: 536px) {
  .rwd-break-b {
    display: none; }
  .ulcol {
    text-align: left;
    width: 100%; }
  .jobappblock {
    display: none; } }
@media screen and (max-width: 480px) {
  #content {
    padding: 0 0.5rem; }
  .ulcol {
    text-align: left;
    width: 100%; }
  article {
    width: 100%; }
    article section {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
    article.store a {
      margin: 0 auto; }
      article.store a div {
        width: 100%;
        -webkit-box-shadow: 0 1px 5px 1px #bbbbbb;
        -moz-box-shadow: 0 1px 5px 1px #bbbbbb;
        box-shadow: 0 1px 5px 1px #bbbbbb; }
        article.store a div:last-of-type {
          margin-bottom: 0; }
    article.store section div {
      margin: 0.5em auto; }
  .jobappform > div > div:first-child {
    text-align: center; } }
@media screen and (max-width: 420px) {
  .rwd-break-c {
    display: block; }
  #banner .slogan {
    top: 2rem; } }
@media screen and (max-width: 340px) {
  #banner .slogan {
    font-size: 1.1rem; } }
@media screen and (max-width: 319px) {
  nav.main-nav ul li span[data-clip="word"] {
    display: none; } }
