body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  color: #004482;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

html {
  width: 100%;
  height: 100%;
}

body {
  display: block;
  width: 100%;
  height: 100%;
}

sup {
  font-size: xx-small;
  vertical-align: super;
}

.textCenter {
  text-align: center;
  margin-top: 10px;
}

.modal-window {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.75);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}

.modal-window:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.modal-window > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 0 0 0;
  width: 100%;
  height: 100%;
  max-width: 600px;
  max-height: 475px;
  background: white;
}

.modal-close {
  color: black !important;
  line-height: 40px;
  text-align: right;
  text-decoration: none;
  float: right;
  padding-right: 10px;
}

.modal-close:hover {
  color: #777 !important;
}

#accountFrame {
  position: relative;
  top: 0;
  width: 100vw;
  height: 100vh;
  max-width: 600px;
  max-height: 475px;
}

.wrapper {
  width: 100%;
  height: 100%;
}

.flex-wrapper {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.flex-first {
  height: auto;
}

.flex-second {
  -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1; /* OLD - Firefox 19- */
  -webkit-flex: 1; /* Chrome */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* NEW, */
}

#loading {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: white;
}

.loading-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loading-text {
  text-align: center;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}

#jms-application {
  display: none;
  height: 100%;
  width: 100%;
}

#mainMenuAddon {
  display: none;
}

.link_dark {
  color: #004482 !important;
}

.callout {
  height: 100px;
  width: 100%;
  background-color: #252525;
  position: relative;
  z-index: 99;
}

.calloutBar {
  width: 100%;
  max-width: 1080px;
  height: 100%;
  margin: auto auto;
  z-index: 10001;
}

.calloutContent {
  width: 100%;
}

.calloutBar p,
.callout a {
  font-family: "Open Sans", sans-serif;
  color: white;
}

.calloutInfo {
  width: 100%;
  text-align: right;
  padding-top: 6px;
}

.calloutInfo div {
  display: inline-block;
  padding: 10px 0;
}

.calloutCart svg {
  position: absolute;
  margin-left: -16px;
  margin-top: -1px;
}

.calloutCart a:hover svg {
  color: #dddc3c;
  transition: all 200ms linear;
}

.calloutCart p {
  margin-left: 10px;
}

.calloutCart p::before {
  content: " ";
  display: block;
  border-left: 2px solid white;
  width: 0px;
  height: 1em;
  position: absolute;
}

.calloutCart span#cartCount {
  margin-right: 20px;
  color: #dddc3c;
}

.calloutRequests p {
  margin-left: 10px;
}

.calloutRequests p::before {
  content: " ";
  display: block;
  border-left: 2px solid white;
  width: 0px;
  height: 1em;
  position: absolute;
}

.calloutLogin p {
  margin-left: 10px;
}

.calloutLogin p::before {
  content: " ";
  display: block;
  border-left: 2px solid white;
  width: 0px;
  height: 1em;
  position: absolute;
}

.calloutLogin:hover I,
.calloutTel:hover I {
  color: #dddc3c;
  transition: all 200ms linear;
}

.calloutLogo {
  position: absolute;
}

.calloutLogo img {
  position: absolute;
  width: 192px;
  margin: 1em 0 0 0;
  max-width: none;
}

.calloutNav {
  padding-left: 20%;
}

.calloutNav a {
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.calloutNav .fa-chevron-right {
  font-size: 0.8em;
}

.calloutNav a.active,
.calloutNav div:hover > a {
  background-color: rgba(0, 0, 0, 0.9);
  border-bottom: 2px solid #dddc3c;
}

.calloutNav a.active.desktopMenu,
.calloutNav div:hover > a.desktopMenu {
  border-bottom: none;
  border-top: 2px solid #dddc3c;
}

.calloutNav div {
  display: inline-block;
}

.calloutNav a:hover {
  text-decoration: none;
}

.calloutNav a {
  border-top: 2px solid black;
  display: inline-block;
  padding: 14px 8px;
  z-index: 2000;
}

.calloutNav > a::before {
  content: " ";
  display: block;
  position: absolute;
  margin: 5px 0px 0px -14px;
  height: 12px;
  width: 2px;
  border-radius: 1px;
  background-color: #ffffff;
}

.calloutNav > a:nth-child(1)::before {
  display: none;
}

.calloutNav > a:nth-child(1) {
  padding-top: 14px;
}

.calloutNav div ul {
  display: none;
}

.calloutNav div:hover ul {
  display: block;
  position: absolute;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 0px 0px;
}

.calloutNav ul li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  padding: 10px 30px 10px 20px;
}

.calloutNav ul li a:hover {
  border-bottom: 2px solid #dddc3c;
}

.searchBox {
  float: right;
  margin-top: 10px;
  padding-left: 15px;
  font-family: "Open Sans", sans-serif;
}

.searchForm {
  float: right;
}

input.searchInput {
  width: 180px;
  float: left;
  border-radius: 2px 0px 0px 2px;
  border: 5px solid white;
  box-shadow: 0px 0px 3px 0px white;
}

.searchBox span {
  float: left;
  width: 10px;
  height: 10px;
  margin: 8px -6px 0px -5px;
  background-color: #004482;
  transform: rotate(45deg);
}

input.searchSubmit {
  background-color: #004482;
  border: #004482;
  color: white;
  font-size: 16px;
  line-height: 18px;
  padding: 4px 10px 5px 10px;
  float: left;
  box-shadow: 0px 0px 5px 0px #004482;
}

.header {
  width: 100%;
  height: 100%;
  max-height: 425px;
  background-color: rgba(0, 0, 0, 0.7);
  border-top: 1px solid rgb(76, 76, 76);
  border-bottom: 1px solid rgb(76, 76, 76);
}

.header::before {
  display: block;
  content: " ";
  width: 50%;
  margin: 0 auto;
}

.swiper-container {
  height: 100%;
  background: url(../img/Building.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: black;
}

.swiper-slide {
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* background-color: black; */
}

.swiper-slide a {
  width: 100%;
  height: 100%;
}

.slideBar {
  width: 98%;
  height: 98%;
  max-height: 425px;
  max-width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slideTitle {
  text-align: left;
  margin-right: 4em;
}

.slideSubTitle {
  text-align: right;
  margin-right: 16em;
}

.slideTitle h1 {
  color: white;
  background: rgba(0, 66, 130, 0.5);
  padding: 10px;
  margin: 0 auto;
  width: auto;
  font-weight: bold;
  font-size: 48px;
  float: right;
}

.slideTitle h2 {
  color: white;
  background: rgba(0, 66, 130, 0.5);
  padding: 10px;
  margin: 0 auto;
  width: auto;
  font-weight: bold;
  font-size: 48px;
  float: right;
}

.slideSubTitle h2 {
  background: rgba(100, 100, 100, 0.7);
  padding: 10px;
  color: white;
  float: right;
  font-size: 24px;
}

.slideSubTitle h3 {
  background: rgba(100, 100, 100, 0.7);
  padding: 10px;
  color: white;
  float: right;
  font-size: 24px;
}

.slideLogo {
  width: 100%;
  max-width: 240px;
}

.slideLogo img {
  width: 100%;
}

a.tabletMenu {
  display: none;
}

a.mobileMenu {
  display: none;
}

.navigation {
  background-color: rgba(23, 23, 23, 0.8);
  width: 100%;
  height: auto;
  box-shadow: inset 0px 0px 35px -15px black;
}

.navBar {
  width: 100%;
  max-width: 1080px;
  height: auto;
  margin: 0 auto 0 auto;
  display: flex;
  position: relative;
  justify-content: flex-end;
  align-items: center;
}

.navItem {
  display: table-cell;
  box-sizing: border-box;
  height: 100%;
  transition: all 200ms linear;
  padding: 10px 18px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.navItem i {
  display: none;
}

.navItem a {
  text-shadow: 0px 1px 1px rgba(0, 30, 41, 0.83);
  padding: 0px 0px;
  display: block;
  height: 34px;
}

.navItem a:hover {
  text-decoration: none;
}

.navItem.active,
.navItem:hover {
  background-color: rgba(0, 0, 0, 0.15);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  border-bottom: 2px solid #dddc3c;
}

.navItem::before {
  content: " ";
  display: table-cell;
  position: absolute;
  top: 0;
  margin: 15px 0px 0px -21px;
  height: 20px;
  width: 2px;
  border-radius: 1px;
  background-color: #ffffff;
}

.navItem:nth-child(2)::before {
  display: none;
}

.navItemImage img {
  width: auto;
  height: 30px;
}

a.tabletMenu {
  display: none;
}

a.mobileMenu {
  display: none;
}

.figureBar {
  width: 100%;
  height: auto;
  display: inline-block;
  background-repeat: no-repeat;
  margin-top: -20px;
}

.figureBox {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 4em;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.figureBox a {
  text-decoration: none;
  transition: all 0.15s linear;
  width: 12.5%;
  height: auto;
  float: left;
  padding: 20px 10px 20px 10px;
}

.figureBox a:hover {
  background: rgba(200, 200, 200, 0.5);
}

.figureBox figure img {
  width: 100%;
}

.figureBox figcaption {
  text-align: center;
  font-size: 1em;
  line-height: 1.2em;
  padding: 10px 0;
  font-weight: bold;
  color: #333;
}

.content {
  width: 100%;
  height: auto;
}

.contentBox {
  max-width: 1080px;
  margin: 0 auto;
  padding: 20px 0 80px 0;
}

.contentBox.home {
  max-width: 1080px;
  margin: 0 auto;
  padding: 60px 0 80px 0;
}

.contentBox.white ul.news-list li a {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 700;
  color: #004482;
  margin-bottom: 0;
}

.contentBox.white ul.news-list p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

#products {
  margin: 0 auto 0 200px;
}

.breadcrumbBox {
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 2em;
}

.swiftyContainer {
  padding: 0 20px;
}

.swiftyHolder {
  display: table;
  box-shadow: 0px 9px 20px -10px black;
  border-left: 2px solid #d0d0d0;
  margin: 0 auto;
}

.main-heading {
  margin: 0 auto;
  color: #004482;
  font-size: 36px;
  margin-bottom: 1em;
  padding: 0 20px;
  text-align: center;
}

.small-heading {
  color: #004482;
  font-size: 20px;
  margin-bottom: 1em;
  padding: 0 20px;
}

.content .titleBox {
  margin: 0 auto;
  color: #004482;
}

.contentBox a {
  color: #fff;
  font-weight: bold;
}

.contentBox.white a {
  color: #333;
}

.contentBox.white.info {
  padding: 20px 20px 80px;
}

.contentBox strong,
.breadcrumbBox strong {
  color: #0076a0;
  font-weight: bold;
}

.contentBox h2.titleBox {
  font-size: 2.5em;
  margin-bottom: 1em;
}

.content ul {
  color: #333;
  list-style-type: disc;
  margin-left: 40px;
}

.content ul li {
  padding-bottom: 10px;
}

.industryResources ul {
  margin: 0;
}

span.codeCallout {
  color: brown;
  font-weight: bold;
}

span.codeCallout::after {
  content: "]";
  font-size: 2em;
  vertical-align: sub;
  color: #006082;
}

span.codeCallout::before {
  content: "[";
  font-size: 2em;
  vertical-align: sub;
  color: #006082;
}

.main-text {
  color: #333;
  line-height: 1.4em;
  font-size: 1em;
  font-weight: 500;
  text-align: left;
  padding: 0 20px;
}

.main-text.small {
  font-size: 1em;
  text-align: initial;
}

ul.productDescriptionList {
  padding: 0em 2em 1em 3em;
  display: table;
  margin: 0 0;
  font-size: 1em;
}

p.introCallout {
  max-width: 1020px;
  text-align: center;
  background-color: #fffba5;
  padding: 10px;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #ded745;
  font-size: 1.6em;
  line-height: 1.2em;
  color: #2a2a2a;
  font-weight: bold;
  margin: 3em auto 3em auto;
}

i.iconLeft {
  font-size: 3em;
  padding: 20px 40px 0px 0px;
  float: left;
  color: #004482;
}

i.iconRight {
  font-size: 7em;
  padding: 20px 0px 0px 40px;
  float: right;
  color: #004482;
}

.boxProductLarge p {
  margin-bottom: 21px;
}

.boxProductLarge p a {
    color: #0076a0;
    text-decoration: underline;
}

.additionalItemCaptions p {
  margin-bottom: 0;
}

.polar {
  background-color: #004482;
}

.polar::before {
  color: #ffffff;
  font-size: 50px;
  width: 50px;
  margin: -65px auto 0px auto;
  text-align: center;
  display: block;
  position: relative;
  background-color: #3a3a3a;
  padding: 10px;
  border-radius: 50px;
  border: 5px solid rgb(255, 255, 255);
}

.polar h1 {
  color: #dddddd;
  line-height: 1.2em;
  padding: 0px 20px;
}

.polar h2 {
  color: #dddddd;
  line-height: 1.2em;
  padding: 0px 20px;
}

.polar p {
  font-size: 1em;
  line-height: 1.4em;
  color: #dddddd;
  margin-bottom: 2em;
}

.polar ul {
  color: #dddddd;
  font-size: 1.6em;
  padding: 0em 0em;
  list-style-type: disc;
}

.polar ul li {
  padding-bottom: 10px;
}

.non-polar h2 {
  color: #6d6d6d;
  line-height: 1.2em;
  margin-bottom: 1em;
}

.non-polar p {
  color: #333;
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 2em;
}

.non-polar p:last-child {
  margin-bottom: 0;
}

.product p {
    color: #333;
    font-size: 1em;
    line-height: 1.4em;
}

.product h2 {
    color: #6d6d6d;
    line-height: 1.2em;
    margin-bottom: 1em;
}

.bracket {
  width: 60px;
  height: 600px;
  margin-top: 0;
  margin-right: 25px;
  float: left;
}

.bracket svg {
  fill: white;
  height: 100%;
}

.bracketText {
  padding: 0 20px;
}

.bracketText h1,
.bracketText h2,
.bracketText p {
  margin: 0;
  padding: 0;
}

.bracketText h2 {
  font-size: 15px;
  line-height: 1.1em;
  margin-bottom: 10px;
}

.bracketText ul {
  margin: 10px 0;
}

.bracketText ul li {
  font-size: 15px;
  line-height: 1.1em;
  font-weight: 700;
}

.contentBox .bracketText strong {
  color: #fff;
  font-weight: bold;
}

.boxHolder {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  align-content: center;
  flex-flow: row wrap;
}

.boxHolder.boxes {
  flex-direction: initial;
  margin-bottom: 80px;
}

.boxSplit {
  max-width: 540px;
  width: 50%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  text-align: center;
  align-self: flex-start;
}

.industryDescription {
  max-width: 1040px;
}

.styleOne {
  overflow: hidden;
}

.styleOne span,
.styleSeven span {
  border-top: 1px solid rgba(86, 86, 86, 0.65);
  display: block;
  background-color: rgba(0, 0, 0, 0.56);
  float: left;
  width: 100%;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.styleSeven {
  overflow: hidden;
  margin-bottom: 2em;
}

.styleSeven a {
  color: #333;
}

.styleSeven span {
  height: 110px;
  display: inline-block;
  vertical-align: center;
}

.styleSeven h3 i {
  margin-left: 7px;
}

.styleOne:hover span {
  margin-top: -50%;
}

.styleOne img,
.styleSeven img {
  display: block;
  float: left;
  width: 100%;
}

.styleOne h3,
.styleSeven h3 {
  text-align: center;
  font-size: 24px;
  color: #dddddd;
  padding: 1em 10px;
  font-weight: 100 !important;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.styleOne h4,
.styleSeven h4 {
  text-align: center;
  font-size: 20px;
  color: #dddddd;
  padding: 0.75em 10px;
  font-weight: 100 !important;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.styleOne p {
  text-align: center;
  color: white;
  font-size: 1.5em;
  padding: 1em 30px 4em 30px;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

h2.smallHeadline {
  font-size: 1em;
  padding: 10px 20px;
}

.boxSplit p {
  /* padding: 1em 0em; */
  text-align: left;
  padding-left: 40px;
}

.boxSplit img {
  width: 100%;
}

.boxFive {
  max-width: 200px;
  width: 100%;
  margin: 0px 0px 20px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.styleFive h5 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #dddddd;
  margin-top: 0px;
  background-color: rgba(0, 0, 0, 0.76);
  padding: 10px 5px;
  border-top: 0px solid rgba(86, 86, 86, 0.65);
  width: 100%;
  float: left;
  min-height: 80px;
  padding: 20px 5px;
  position: relative;
}

.styleFive:hover {
  box-shadow: 0 0 5px 0 black;
}

.styleFive img {
  width: 100%;
  float: left;
}

.half {
  box-sizing: border-box;
  padding: 3em;
  width: 50%;
  float: left;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

p.downloadButtons {
  width: 100%;
  max-width: 1040px;
  margin: 0px auto -4px auto;
  text-align: center;
  background: rgb(105, 105, 105);
  padding: 16px 0;
}

p.downloadButtons a {
  font-size: 24px;
  color: #dddddd;
  text-shadow: -1px 1px 1px #000000;
}

.downloadButtons i {
  font-size: 1.2em;
  color: #dddc3c;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
  padding: 0px 10px;
}

.pdfHolder {
  width: 100%;
}

.pdfHolderBox {
  width: 100%;
  margin: 0 auto;
}

.cutSheetOptions {
  padding: 0 0 30px;
}

a.cutSheetOption,
a.resourceOption {
  background-color: #004482;
  color: white;
  box-sizing: border-box;
  padding: 9px 15px;
  margin: 0.5em;
  display: inline-block;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  transition: all linear 0.1s;
  text-decoration: none;
}

a:hover.cutSheetOption,
a:hover.resourceOption {
  background-color: #002462;
  box-shadow: 0 0 5px 0 black;
}

a.cutSheetOption.active,
a.resourceOption.active {
  background-color: #002462;
  box-shadow: 0 0 5px 0 #002462;
}

#pdfIframe,
#pdfIframe2 {
  width: 100%;
  max-height: 1060px;
  max-width: 1040px;
  margin: 0px auto 35px auto;
  display: block;
  border: 1px solid dimgrey;
  border-radius: 2px;
  box-shadow: 0px 10px 2px -5px rgba(105, 105, 105, 0.62);
}

div#pdfHolder::after {
  content: " ";
  display: block;
  width: 50%;
  margin: 0 auto 5px auto;
  border: 0px solid dimgray;
}

.contactInfo {
  margin: 0;
  display: table;
  width: 100%;
}

.contactInfo h5 {
  color: #004482;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.4em;
  text-align: right;
  margin-bottom: 20px;
}

.contactInfo p {
  font-size: 1.2em;
  text-align: right;
  margin: 0;
  margin-bottom: 20px;
}

.contactInfo p.right {
  text-align: left;
}

.contactInfo a:hover {
  text-decoration: underline !important;
}

.contactInfo i {
  color: #004482;
}

ul.hours {
  font-size: 1.4em;
}

ul.hours span {
  color: #004482;
  font-weight: bold !important;
}

span.hoursDay {
  color: #6d6d6d !important;
}

span.hoursDay {
  color: #6d6d6d !important;
}

span.hoursDay.today {
  color: #288e21 !important;
}

.formField {
  background-color: #ffffff12;
  width: 70%;
  float: left;
  margin: 1% 15% 0 15%;
  border-left: px solid #0053a0;
}

.formField h5 {
  float: left;
  color: white;
  background-color: #0053a07d;
  text-align: left;
  font-size: 16px;
  border-left: 2px solid #0053a0;
  margin-left: 0px;
  padding: 6px 20px 6px 20px;
}

.formField h6 {
  float: left;
  color: white;
  background-color: #0053a000;
  text-align: left;
  font-size: 12px;
  padding: 6px 4px 6px 5px;
}

.formField input {
  float: left;
  text-align: center;
  height: 22px;
  margin-left: 15px;
}

.formField select {
  float: left;
  height: 27px;
  margin-left: 15px;
}

.formField input[type="checkbox"] {
  clear: left;
}

.checkBoxesBox {
  width: 75px;
  float: left;
  background-color: #00000000;
  clear: both;
}

.checkBoxesBox input {
  float: none;
}

.checkBoxTitle {
  background: none !important;
  width: 100%;
  margin-bottom: 5px;
}

.formField textarea {
  width: 250px;
  margin: 20px 0px 0px 15px;
}

.formFieldSubmit {
  display: inline-block;
  background-color: #ffffff12;
  width: 70%;
  margin: 1% 15% 0 15%;
  border-left: px solid #0053a0;
}

.formFieldSubmit .g-recaptcha {
  margin: 15px 15px;
  width: 100%;
  display: inline-block;
}

.formFieldSubmit h6 {
  color: white;
  background-color: #0053a000;
  text-align: left;
  font-size: 12px;
  margin: 15px;
  padding: 6px 4px 6px 5px;
}

input.formbutton {
  float: left;
  text-align: center;
  width: 110px;
  color: white;
  background-color: #0053a0;
  margin: 15px;
  font-size: 14px;
  padding: 6px 4px 6px 5px;
}

.formField ul {
  list-style: none;
}

.formField ul li {
  clear: both;
  margin: 25px 0px;
}

.footer {
  width: 100%;
  background: url("../img/dark_geometric.png") repeat fixed;
  height: auto;
  padding: 3em 0em;
  font-family: "Open Sans", sans-serif;
  border-top: 2px solid #717171;
  box-shadow: inset 0px 25px 20px -20px rgba(0, 0, 0, 0.33);
}

.footerbar {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
}

.footerThird {
  width: 33%;
  margin: 0 auto;
}

.footerThird h4 {
  text-align: center;
  color: white;
  font-size: 1.6em;
  margin: 0% 20% 10px 20%;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
}

.footerThird p,
.footerThird a {
  font-size: 14px;
  line-height: 20px;
}

.footerThird p {
  margin-bottom: 4px;
  color: #8e8e8e;
  text-align: center;
}

.footerLogo {
  width: 140px;
  margin: 0 auto;
}

.footerLogo img {
  width: 140px;
  height: 140px;
}

.footerbar h6 {
  color: #8e8e8e;
  margin-top: 5em;
}

.navButton {
  display: none;
  cursor: pointer;
  width: 35px;
  padding-top: 15px;
  margin: 0px auto 0 auto;
}

.navButton:hover .bar1,
.navButton:hover .bar2,
.navButton:hover .bar3 {
  background-color: #ed2125;
}

.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 5px;
  background-color: #fff;
  margin: 0px 0px 6px 0px;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-8px, 6px);
  transform: rotate(-45deg) translate(-8px, 6px);
  background-color: #ed2125;
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-9px, -8px);
  transform: rotate(45deg) translate(-9px, -8px);
  background-color: #ed2125;
}

.swiftyCalcUL {
  margin-left: 40px !important;
}

div#icon {
  margin: 0em 0em 0em 0em;
  width: 50px;
  height: 50px;
  position: absolute;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

div#icon:hover {
  -o-transform: rotate(-0deg);
  -ms-transform: rotate(-0deg);
  -moz-transform: rotate(-0deg);
  -webkit-transform: rotate(-0deg);
  transform: rotate(-0deg);
}

.tabs {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.tab-links:after {
  display: block;
  clear: both;
  content: "";
}

.tab-links {
  text-align: center;
  list-style: none;
}

ul.tab-links {
  margin-left: 0;
}

.tab-links li {
  margin: 0 1px;
  float: none;
  list-style: none;
  display: inline-block;
}

.tab-links a {
  padding: 9px 15px;
  display: inline-block;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  transition: all linear 0.1s;
}

.tabs-right {
  position: absolute;
  height: 100%;
  right: 0;
  z-index: 10;
}

.tab-links.tab-links-top {
  position: absolute;
  white-space: nowrap;
  top: 0;
  right: 100%;
  text-align: right;
  -webkit-transform-origin: 100% 100%;
  -webkit-transform: rotate(90deg) translate(400px, 70px);
  transform-origin: 100% 100%;
  transform: rotate(90deg) translate(400px, 50px);
}

.tab-links.tab-links-top > li {
  display: inline-block;
  cursor: pointer;
  border-bottom: none;
}

.tab-links a {
  background: #004482;
  color: white;
}

.tab-links a:hover {
  background: #002462;
  color: white;
  text-decoration: none;
  box-shadow: 0 0 5px 0 black;
}

.tab-links li.activeTab a,
.tab-links li.activeTab a:hover {
  background: #002462;
  color: white;
  box-shadow: 0px 0px 5px 0px #004482;
}

.tab-links.tab-links-bottom a {
  font-size: 20px;
  margin-top: 10px;
  background: none;
  color: #004482;
  border-radius: 0;
}

.tab-links.tab-links-bottom a:hover {
  background: none;
  color: #002462;
  text-decoration: none;
  border-bottom: 3px solid #999;
  box-shadow: none;
}

.tab-links.tab-links-bottom li.activeTab a,
.tab-links.tab-links-bottom li.activeTab a:hover {
  background: none;
  color: #002462;
  border-bottom: 3px solid #002462;
  box-shadow: none;
}

.tab-content {
  padding: 20px 0;
  border-radius: 3px;
  margin: 0 auto;
}

.tab-break {
  max-width: 1080px;
  width: 100%;
  color: gray;
  margin: 40px auto;
}

.tab-table {
  margin: 0 auto;
  color: #303030;
  font-size: 16px;
  text-align: left;
  border-collapse: collapse;
  border: 2px solid #c0c0c0;
}

.tab-table th,
.tab-table td {
  padding: 15px;
  text-align: center;
}

.tab-table tbody tr:nth-of-type(odd) {
  background-color: rgba(200, 200, 200, 0.5);
}

.technicalTabTables div {
  width: 100%;
}

.technicalTabTables table {
  margin: 0 auto;
  color: #303030;
  font-size: 16px;
  text-align: left;
  border-collapse: collapse;
  border: 2px solid #c0c0c0;
  width: 100%;
}

.technicalTabTables thead th,
.technicalTabTables thead td {
  text-align: center;
  font-size: 20px;
}

.technicalTabTables tbody tr:nth-of-type(odd) {
  background-color: rgba(200, 200, 200, 0.5);
}

.technicalTabTables th,
.technicalTabTables td {
  padding: 15px;
  text-align: center;
}

.technicalTabTables tbody tr {
  text-align: center;
}

.tab {
  display: none;
}

.tab h2 {
  font-size: 36px;
  padding: 10px 0px;
}

.tab.activeTab {
  display: block;
}

.phone-table {
  display: none;
}

.productTableHeader th {
  text-align: center;
  font-size: 24px;
}

.productTableHeaderSmall th {
  font-size: 16px !important;
}

.productTableRow {
  text-align: center;
}

#technical {
  padding-bottom: 80px;
}

.technicalTab {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  border: 2px solid black;
}

.technicalTab img {
  max-width: 100%;
}

ul.technicalTabTabs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background: rgba(200, 200, 200, 1);
  margin: 0px;
}

.technicalTabTabs div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background: rgba(200, 200, 200, 1);
}

.technicalTabTabs div li {
  display: flex;
  flex-grow: 1;
  border-bottom: none;
}

ul.technicalTabTabs li.activeTab {
  background: #b0b0b0;
  border-bottom: 2px solid red;
}

.technicalTab .technicalTabTabs li {
  display: flex;
  flex-grow: 1;
  border-collapse: collapse;
  position: relative;
  float: none;
  text-align: center;
  margin: 0;
  padding: 0;
  background: #e0e0e0;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.technicalTabTabs li a {
  color: black;
  text-decoration: none;
  width: 250px;
  display: block;
  padding: 10px;
  margin: auto;
}

.technicalTabTables {
  padding: 2em;
}

.technicalTabTables > div {
  display: none;
  margin: 0 auto;
}

.technicalTabTables > div:nth-of-type(1) {
  display: table;
}

a.configuratorButton.all {
    display: block;
}

a.configuratorButton.cart {
    display: none;
}

a.configuratorButton {
  height: 2em;
  max-width: 400px;
  width: 100%;
  background-color: #004482;
  text-align: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  padding: 4px 10px 5px 10px;
  display: none;
  color: white;
  text-shadow: 0px 1px 1px rgba(0, 30, 41, 0.83);
  margin: 10px auto;
  font-size: 20px;
  line-height: 2em;
  box-shadow: 0px 0px 5px 0px #004482;
  cursor: pointer;
  transition: all linear 0.15s;
}

a.configuratorButton:hover {
  background-color: #002462;
  border: #002462;
  box-shadow: 0 0 5px 0 black;
}

table#accessoryTable ul li a.configuratorButton {
  height: 2em;
  max-width: 400px;
  width: auto;
  background-color: #004482;
  text-align: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  padding: 4px 10px 5px 10px;
  display: none;
  color: white;
  text-shadow: 0px 1px 1px rgba(0, 30, 41, 0.83);
  margin: 0;
  font-size: 1em;
  line-height: 2em;
  box-shadow: none;
  cursor: pointer;
  transition: all linear 0.15s;
}

table#accessoryTable ul li a.configuratorButton:hover {
  background-color: #002462;
  border: #002462;
}

.boxProductSmall {
  max-width: 400px;
  width: 100%;
  margin: 0px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

.boxProductLarge {
  width: calc(60% - 10px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  align-self: stretch;
  font-size: 1.5em;
}

.boxProductLarge p {
  font-size: 16px;
  margin-left: 10px;
}

.boxProductLarge li {
  font-size: 16px;
}

.boxProductLarge .titleBox h1 {
  margin: 0 auto;
  color: #004482;
  font-size: 36px;
  padding: 0 20px;
  text-align: center;
  margin-top: 0;
  margin-left: 10px;
}

.productGallery::before {
  content: " ";
  clear: both;
}

.productGallery {
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  min-height: 350px;
}

.productGalleryImage {
  height: 340px;
  width: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid gray;
}

.productGalleryImage a {
  display: none;
  color: rgba(0, 66, 130, 0.5);
}

.productGalleryImage a i::before {
  font-family: fontAwesome;
  font-size: 36px;
}

.productThumbnailList {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  flex-shrink: 0;
}

.content ul.productThumbnailList {
  margin: 0;
}

.productThumbnailList li {
  list-style: none;
}

.productThumbnailContainer {
  padding: 10px 0px 10px 0px;
  width: 55px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.productThumbnailOverflow {
  height: 340px;
  width: 55px;
  overflow: hidden;
  position: relative;
}

.productThumbnail {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50px;
  border: 1px solid gray;
  border-radius: 3px;
  height: auto;
}

.productImage {
  max-width: 340px;
  width: auto;
  height: auto;
  float: right;
  max-height: 340px;
}

.productThumbnailArrow {
  font-size: 20px;
  height: 20px;
}

.productThumbnailArrow::before {
  font-family: fontAwesome;
}

.productThumbnailActive {
  box-shadow: 0px 0px 5px 0px #004482;
}

.additionalItems h3 {
  color: #5d5d5d;
  margin-top: 30px;
}

.additionalItems p {
  display: inline;
}

.additionalItemCaption {
  padding-left: 8px;
  padding-bottom: 16px;
}

.additionalItemCaptions p {
  display: block;
}

.additionalItemImages {
  display: inherit;
  align-items: center;
}

.additionalItemImages img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100px;
  width: 100px;
  margin: 0 8px;
  border: 1px solid gray;
  border-radius: 3px;
  transition: all linear 0.1s;
  object-fit: cover;
}

.additionalItemImages img:hover {
  cursor: pointer;
  box-shadow: 0 0 5px 0 black;
}

.additionalItemCaptions {
  padding: 10px 8px;
}

.additionalItemCaptions em {
  font-style: italic;
}

.additionalItemCaptions a {
  color: #606060;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: all linear 0.1s;
}

.additionalItemCaptions a:hover {
  border-bottom: 2px solid #606060;
}

.additionalItemCaptions a.additionalItemCaptionsCurrent {
  color: #0076a0;
}

.additionalItemCaptions a:hover.additionalItemCaptionsCurrent {
  border-bottom: 2px solid #0076a0;
}

.breadcrumb {
  margin: -1em 0 1em 20px;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb a {
  clear: both;
  text-decoration: none;
  font-size: 1em;
  color: #707070;
  font-weight: bold;
}

.breadcrumb li::after {
  display: inline-block;
  content: "\00bb";
  margin: 0 0.6em;
  color: #959fa5;
}

.breadcrumb li:last-of-type::after {
  content: "";
}

.sidebar {
  margin: 0;
  padding: 0 0 2em 0;
  bottom: 0;
  left: -200px;
  width: 200px;
  background-color: rgba(23, 23, 23, 0.8);
  position: fixed;
  box-shadow: inset 0px 0px 35px -15px black;
  border-radius: 0 10px 10px 0;
  z-index: 1001;
  line-height: 1.2em;
}

.sidebar h3 {
  display: block;
  padding: 16px;
  background-color: rgba(0, 66, 130, 0.8);
  color: white;
  text-align: center;
  font-family: inherit;
}

.sidebar a {
  display: block;
  color: white;
  padding: 10px;
  text-decoration: none;
  font-family: inherit;
  font-size: 13px;
  transition: all 0.15s linear;
}

.sidebar a.active {
  background-color: rgba(241, 241, 241, 0.8);
  color: black;
  box-shadow: inset 0px 0px 35px -15px black;
}

.sidebar a:hover:not(.active) {
  background-color: rgba(241, 241, 241, 0.8);
  color: black;
}

.productDescriptionTitle {
  background-image: linear-gradient(
    to right,
    rgba(70, 70, 70, 0.9),
    rgba(100, 100, 100, 0.6)
  );
  margin-top: 0.25em;
}

.productDescriptionTitle img {
  width: 100%;
  height: auto;
}

.titleBox .productDescriptionTitle h1 {
  text-align: left;
  color: white;
  border-bottom: none;
  width: 100%;
  margin-top: 0;
  padding: 10px 10px 10px 10px;
  font-size: 20px;
}

/* content for category pages */
.categoryContentBox div {
  margin-top: 1em;
}

.contentBox.categoryContentBox {
  padding: 0 20px 0 20px;
}

.products {
  margin: 0 auto;
  width: 100%;
}

.productSection.show {
  margin-bottom: 80px;
}

.productSection > div {
  outline: 1px solid #757575;
  width: 243px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1em 1em 1em 0;
  transition: all 0.15s linear;
  display: none;
}

.productSection.show > div {
  display: inline-block;
}

.productSection > div:hover {
  box-shadow: 0 0 5px 0 black;
}

.productSection > span {
  display: none;
}

.productSection.show > span {
  display: block;
  text-align: center;
  margin-top: 60px;
}

.products > div img {
  width: 100%;
  height: 243px;
}

table#accessoryTable ul {
  padding-left: 0;
  list-style-type: none;
  padding: 0;
  margin-left: 0;
  margin: auto;
}

table#accessoryTable ul li {
  display: inline;
  padding-bottom: 0;
  line-height: 1.5em;
  text-decoration: none;
}

table#accessoryTable ul li a {
  display: block;
  text-align: center;
  padding: 0.25em 0.5em;
  margin: 0.25em 0;
  line-height: 1.5em;
  text-decoration: none;
  border: 1px solid;
  font-weight: 100;
}

table#accessoryTable {
  margin: 0 auto;
  color: #303030;
  text-align: left;
  border-collapse: collapse;
  border: 2px solid #c0c0c0;
}

table#accessoryTable td {
  vertical-align: middle;
  padding: 10px;
}

table#accessoryTable tr:nth-of-type(odd) {
  background-color: rgba(241, 241, 241, 0.8);
}

table#accessoryTable img {
  width: 150px;
  height: auto;
  border: 1px solid #202020;
  border-radius: 3px;
  margin: 1em;
}

table#accessoryTable h3 {
  color: rgba(0, 66, 134, 0.9);
  font-weight: 600;
}

.contentBox.list {
  max-width: 1040px;
  padding: 20px 20px 80px 20px;
}

.contentBox.list ul {
  text-align: start;
  color: black;
  margin-left: 20px;
}

.contentBox.list a {
  color: rgba(0, 66, 134, 0.9);
}

.contentBox.list ul.pdf-list {
    list-style-type: none;
    /* padding: 20px;
    border: 1px solid #000; */
}

.contentBox.list ul.pdf-list li {
    padding: 20px;
    border-top: 1px solid rgba(0, 66, 134, 0.3);
    border-left: 1px solid rgba(0, 66, 134, 0.3);
    border-right: 1px solid rgba(0, 66, 134, 0.3);
}

.contentBox.list ul.pdf-list li:last-child {
    border-bottom: 1px solid rgba(0, 66, 134, 0.3);
}

.content ul li.pdf-container {
    padding-bottom: 0;
}

.pdf-container i {
    padding-right: 12px;
    font-size: 2.6em;
}

.pdf-container a {
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.2em;
}

.pdf-container a span {
    font-size: .8em;
}

.pdf-container div:first-child {
    float: left;
}

.pdf-container span {
    color: #000;
}

hr {
  width: 98%;
  max-width: 1080px;
  margin: 10px auto;
}

.products h2 {
  text-align: center;
}

.industryResources h3 {
  color: #6d6d6d;
  line-height: 1em;
  font-weight: 500;
}

.industryResources ul,
.industryResources ul li {
  list-style-type: none;
}

table.labTable,
.labTable td {
  border: 1px solid black;
  padding: 0.5em;
  margin-bottom: 30px;
  line-height: 1.5em;
}

option.optionstyle1 {
  background-color: #e0e0e0;
}

.modalImage {
  cursor: pointer;
  transition: 0.3s;
}

.modalImage:hover {
  opacity: 0.7;
}

.about-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
}

.about-row img {
  width: 19.2%;
  padding: 0 0.4%;
  margin-top: 8px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.padSides {
  padding: 0 20px;
}

.staff-tr {
  width: 50%;
  max-width: 50%;
  padding: 0 4px;
}

#slick .field span.icon,
#slick input.send {
  color: #333 !important;
  background: #fff !important;
}

#slick input.send {
  font-size: 1em !important;
  font-weight: 700 !important;
}

form[name="catalog"] select {
  max-width: 100%;
}

.tech-info {
  border-collapse: collapse;
  width: auto;
  margin: 0 auto;
}

/* Accordion */
.contentBox.list a.accordion-title {
    color: white;
}

.accordion,
.accordion * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.accordion {
    overflow: hidden;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    background: #f6f6f6;
}

.accordion-title {
    background:#004482;
    display: inline-block;
    border-bottom:1px solid #002462;
    width: 100%;
    padding: 15px;
    transition: all linear 0.15s;
    color: #fff;
    font-size: 18px;
}

.accordion-title.active,
.accordion-title:hover {
    background:#002462;
}

.accordion-section:last-child .accordion-title {
    border-bottom: none;
}

.accordion-title:after {
    /* Unicode character for "plus" sign (+) */
    content: '\02795';
    font-size: 13px;
    color: #FFF;
    float: right;
    margin-left: 5px;
}

.accordion-title.active:after {
    /* Unicode character for "minus" sign (-) */
    content: "\2796";
}

.accordion-content {
    display:none;
    padding: 20px;
}
/* end Accordion */

/* Admin Edit Buttons */
.admin-edit-container {
    text-align: center;
    margin-bottom: 20px;
}
.contentBox a.admin-edit-button {
    display: inline-block;
    margin: 0 auto;
    background-color: #252525;
    color: #fff;
    font-weight: bold;
    padding: 8px 16px;
}
.contentBox a.admin-edit-button:hover {
    background-color: #171717cc;
    cursor: pointer;
}
/* end Admin Edit Buttons */

/* Tablet */
@media (max-width: 1080px) {
  .productTableHeader th {
    font-size: 16px;
  }

  .tab-table {
    font-size: 12px;
  }

  a.configuratorButton {
    margin-top: 40px;
  }

  .productImage {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    float: right;
  }

  .productGallery {
    max-height: none;
  }

  .productGalleryImage {
    height: 500px;
    width: 100%;
  }

  #pdfIframe {
    width: calc(100% - 40px) !important;
  }

  p.downloadButtons {
    width: calc(100% - 40px);
    max-width: 1040px;
    margin: 0px 20px -4px 20px;
    text-align: center;
    background: rgb(105, 105, 105);
    padding: 16px 0;
  }

  .boxHolder {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 40px;
  }

  .boxProductSmall {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 40px auto 20px;
    padding: 0 20px;
  }

  .boxProductLarge {
    width: 100%;
    padding: 0 10px 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  ul.productDescriptionList {
    margin: 0 auto;
  }

  .navigation {
    height: 60px;
  }
  
  .calloutLogo img {
    width: 160px;
  }

  .navigation br {
    display: none;
  }

  .navButton {
    display: block;
  }

  .navBar {
    display: none;
  }

  .navItem i {
    display: inline-block;
    transition: all 200ms ease;
    margin-left: 5px;
    font-size: 0.8em;
  }

  .navItem:hover i {
    transform: rotate(90deg);
  }

  .navigation.active {
    height: auto;
  }

  .navigation.active .navBar {
    display: block;
  }

  .navItem::before {
    display: none;
  }

  .navItem {
    display: block;
    border-bottom: 2px solid #949494;
  }

  .navItem:last-child {
    border-bottom: 0px !important;
  }

  .figureBox a {
    width: 25%;
    padding: 20px 20px;
  }

  a.desktopMenu {
    display: none;
  }

  a.tabletMenu {
    display: inline-flex;
    align-items: first baseline;
  }

  a.mobileMenu {
    display: inherit;
  }

  .inline-table {
    display: inline-table;
  }

  .boxSplit {
    max-width: 100%;
    width: 100%;
    margin: 0px 0px 40px 0;
  }

  .contentBox {
    padding: 20px 0em 60px 0em;
  }

  .boxSplit p {
    margin-bottom: 20px;
    padding: 0;
  }

  .boxSplit img {
    height: auto;
    width: 100%;
  }
}

/* Mobile */
@media (max-width: 1000px) {
  .about-row img {
    width: 32%;
    padding: 0 0.66%;
  }
  p.introCallout {
    width: calc(100% - 60px);
  }

  .staff-tr {
    width: auto;
    max-width: none;
    padding: 0 4px;
  }

  .callout {
    display: table;
    height: auto;
  }

  .calloutLogo {
    position: relative;
    float: none;
    width: 200px;
    margin: 3em auto 0 auto;
    text-align: center;
  }

  .calloutLogo img {
    position: relative;
    width: 50%;
  }

  .calloutContent {
    width: 100%;
    float: none;
  }

  div .searchBox {
    display: none;
  }

  .calloutNav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 1em auto 2em auto;
    padding: 0;
  }

  .calloutInfo {
    float: none;
    text-align: center;
  }

  .styleOne {
    margin-bottom: 2em;
  }

  .sidebar {
    position: fixed;
    left: -200px;
    bottom: 0;
  }

  .sidebar a {
    padding: 6px 10px;
  }

  .contentBox.categoryContentBox {
    margin: 0 auto;
  }

  .breadcrumbBox {
    margin: 0;
  }

  .boxProductLarge p {
    margin-left: 0;
  }

  .boxProductLarge .titleBox h1 {
    margin-left: 0;
  }
}

@media screen and (max-width: 740px) {
  ul.hours {
    list-style: none;
  }

  .modalImage {
    max-width: none;
  }

  table.labTable,
  .labTable td {
    padding: 0.5em;
    margin-bottom: 30px;
  }

  .swiftyCalcUL {
    margin-left: 50px !important;
  }

  .hideOnTablet {
    display: none;
  }

  .slideTitle,
  .slideSubTitle {
    text-align: center;
    margin: 0 auto;
    padding: 10px;
  }

  .figureBar .figureBox a {
    width: 40%;
    padding: 20px 10px 40px 0;
  }

  .contactInfo {
    margin: 0em 0em 0em 0em !important;
    display: table;
    width: 100%;
  }

  .half {
    width: 100%;
    margin: 10px 0px 20px 0px;
  }

  .contactInfo p {
    text-align: center;
    margin: 10px 0px 0px 0px;
  }

  .contactInfo p.right {
    text-align: center;
    margin-bottom: 20px !important;
  }

  .contactInfo h5 {
    text-align: center;
    margin: 0px 0px 0px 0px;
  }

  .contactInfo ul li {
    text-align: center;
  }

  .footerbar {
    display: block;
  }

  .footerThird {
    width: 100%;
    border-bottom: 2px dashed #c5c5c5;
    padding-bottom: 3em;
    margin: 3em 0em;
  }

  .footerThird:nth-child(1) {
    margin-top: 0px;
  }

  .footerThird:nth-child(3) {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .footerbar h6 {
    margin-top: 3em;
    text-align: center;
  }

  .bracket {
    display: none;
  }

  /*TABLES*/
  .desk-table {
    display: none;
  }

  ul.technicalTabTabs {
    display: flex;
    flex-direction: column;
  }

  .technicalTabTabs div {
    display: flex;
    flex-direction: column;
  }

  .technicalTabTabs li a {
    display: flex;
    justify-content: center;
    width: 85%;
    line-height: 1.25rem;
  }

  .technicalTabTables {
    overflow: scroll;
    padding: 0px;
  }

  .showTheadMobile {
    position: relative;
    top: 0px;
    left: 0px;
    display: inline;
  }

  tr {
    margin: 0 0 1rem 0;
  }

  td {
    text-align: center;
    border: none;
    position: relative;
  }

  .tech-info td {
    text-align: left;
  }

  td::before {
    position: absolute;
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  .products {
    text-align: center;
  }
}

@media (max-width: 560px) {
  .productGalleryThumbnails {
    display: none;
  }

  .productGalleryImage {
    display: flex;
    flex-direction: row;
    position: relative;
  }

  .productGalleryImage a {
    display: block;
    z-index: 1;
    position: absolute;
  }

  .productGalleryImage a:hover {
    text-decoration: none;
  }

  .productGallery {
    width: 100%;
    height: auto;
    padding: 0;
  }

  .productImage {
    height: auto;
  }

  #mainMenuAddon {
    display: inherit;
    text-align: center;
  }

  #mainMenuAddon h2 {
    color: white;
    padding: 30px 20px 20px 20px;
  }

  .calloutNav {
    display: none;
  }

  .calloutLogo {
    margin-top: 60px;
  }

  .calloutLogin p,
  .calloutTel p {
    display: block;
    width: 100%;
    text-align: center;
  }

  .calloutTel p {
    margin-right: 5px;
  }

  .hideOnMobile {
    display: none;
  }

  p.downloadButtons a {
    width: 100%;
    display: block;
    font-size: 24px;
  }
}

@media (max-width: 500px) {
  .about-row img {
    width: 100%;
  }
  i.iconLeft {
    font-size: 3em;
    padding: 0px 0px 20px 0px;
    float: none;
    text-align: center;
    width: 100%;
    color: #004482;
  }

  i.iconRight {
    font-size: 4em;
    padding: 0px 0px 20px 0px;
    float: none;
    text-align: center;
    width: 100%;
    color: #004482;
  }

  .figureBar .figureBox a {
    width: 100%;
    text-align: center;
    padding: 20px 0 60px 0;
  }

  .figureBox figure img {
    width: 60%;
  }
}
