.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 44px;
  font-weight: 700;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #3aa7cf;
  font-size: 40px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #0babe0;
  font-size: 23px;
  line-height: 30px;
  font-weight: 900;
}

h4 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #36318c;
  font-size: 23px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #2c3e50;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #737373;
  font-size: 14px;
  line-height: 23px;
}

.button {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #009fda;
  border-radius: 3px;
  background-color: #009fda;
  -webkit-transition: background-color 500ms ease, border-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, border-color 500ms ease, color 500ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 13px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  border-color: #2d4e68;
  background-color: #2d4e68;
}

.button.outline {
  border-color: #fff;
  background-color: transparent;
  text-shadow: none;
}

.button.outline:hover {
  background-color: #fff;
  color: #2c3e50;
  text-shadow: none;
}

.button.pricing {
  border-color: #1abc9c;
  background-color: #1ab092;
}

.button.pricing:hover {
  border-color: #2c3e50;
  background-color: #2c3e50;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 0px;
  background-color: rgba(254, 255, 205, 0.74);
}

.page-content {
  position: relative;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #2d4e68;
}

.page-content.no-whitespace {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.page-content.tint {
  height: 386px;
  background-color: #ecf0f1;
}

.page-content.tint.subpage-content {
  height: 550px;
}

.page-content.tint.about-us-content {
  height: 50vh;
  margin-top: 0px;
  padding-top: 0px;
}

.page-content.tint.about-us-content.no-vh {
  height: auto;
  padding-bottom: 15px;
}

.page-content.tint.about-us-content.no-vh.vipertex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0em;
  padding-right: 0em;
  padding-left: 10em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.page-content.tint.about-us-content.no-vh.vipertex.no-bg {
  padding-top: 2em;
  padding-right: 10em;
  padding-bottom: 2em;
  background-image: none;
}

.page-content.tint.about-us-content.no-vh.vipertex.second {
  padding: 2em 10em;
  background-color: #d6d6d6;
}

.page-content.tint.products-content {
  height: auto;
  margin-top: 0px;
  padding-top: 0px;
}

.page-content.tint.quality-content {
  height: auto;
  margin-top: 0px;
  padding-top: 0px;
}

.page-content.tint.stock-content {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 50vh;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.page-content.tint.contact-content {
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.page-content.tint.industries-content {
  height: auto;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.page-content.dark {
  background-color: #414f61;
}

.page-content._2ndary-hero {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 30px;
}

.page-content.dark-grey.vipertex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 2em 6em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d6d6d6;
}

.page-content.light-grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 2em 8em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ecf0f1;
}

.image-stripe {
  min-height: 300px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/Mac.jpg');
  background-position: 50% 72%;
  background-size: cover;
}

.cta-block-square {
  display: block;
  width: 500px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 61px;
  padding-right: 80px;
  padding-left: 80px;
  border-radius: 3px;
  background-color: rgba(125, 76, 168, 0.9);
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  text-align: center;
}

.cta-block-square:hover {
  background-color: rgba(26, 188, 156, 0.9);
}

.cta-title {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 900;
}

.cta-title._2 {
  font-size: 20px;
  font-weight: 300;
}

.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #3f4045;
  text-align: center;
}

.footer._2 {
  margin-bottom: 47px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #323338;
  text-align: center;
}

.paragraph-white {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
}

.paragraph-white.inline-block {
  display: block;
  font-weight: 400;
}

.paragraph-white.inline-block.footer {
  padding-left: 5px;
  text-align: left;
}

.paragraph-white.inline-block.footer.link {
  color: #fff;
}

.paragraph-white.inline-block.link {
  padding-left: 5px;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  text-align: left;
}

.paragraph-white.inline-block.padding {
  padding-top: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.paragraph-white.inline-block.padding.lmc-logo {
  margin-top: 10px;
  margin-right: -10px;
  margin-left: 5px;
  padding-top: 0px;
  float: left;
}

.paragraph-white.inline-block.center {
  font-family: 'Droid Sans', sans-serif;
  text-align: center;
}

.nav-link {
  left: 0px;
  top: -20px;
  height: 14px;
  margin-top: 55px;
  margin-bottom: -60px;
  padding: 10px 15px 25px;
  float: left;
  border-left: 2px solid #fff;
  opacity: 1;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 16px;
  font-weight: 300;
  letter-spacing: 0.6px;
  text-indent: 0px;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link.w--current {
  opacity: 1;
  color: #fff;
}

.nav-link.home-adj.w--current {
  border-left-style: none;
}

.nav-link.home-link {
  padding-left: 15px;
  border-left-style: none;
}

.nav-link.home-link.w--current {
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
}

.page-header-section {
  padding-top: 130px;
  padding-bottom: 55px;
  background-color: #2c3e50;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(44, 62, 80, 0.9), #2c3e50), url('../images/Icon-bg.png');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
}

.page-header-section.pricing {
  height: 480px;
  background-image: none;
}

.page-header-section.features {
  background-image: none;
}

.team-member {
  width: 100%;
  height: 250px;
  background-color: #1abc9c;
  background-image: url('../images/Testimonial-9.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #000;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.team-member._5 {
  background-image: url('../images/dan.jpg');
  background-size: cover;
}

.team-member._6 {
  background-image: url('../images/alex.jpg');
  background-size: cover;
}

.team-member._7 {
  background-color: #36318c;
  background-image: url('../images/eugene.jpg');
  background-size: cover;
}

.team-member._8 {
  background-color: #36318c;
  background-image: none;
}

.team-member-overlay {
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 160px;
  -webkit-transition: background-color 500ms ease, padding-top 500ms ease;
  transition: background-color 500ms ease, padding-top 500ms ease;
}

.team-member-overlay:hover {
  padding-top: 80px;
  background-color: rgba(26, 188, 156, 0.7);
}

.team-member-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
}

.team-member-title._2 {
  margin-top: -20px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.team-member-row {
  margin-bottom: 20px;
}

.industry-stripe {
  position: relative;
  top: 0px;
  height: 403px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 10px none #3aa7cf;
  background-color: #d8d8d8;
  background-image: url('../images/Untitled-2.png');
  background-position: 40% 159%;
  background-size: 766px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.industry-stripe:hover {
  background-position: 91% 50%;
}

.industry-stripe._2 {
  background-color: #4b5663;
  background-image: url('../images/BG-icon2.png');
}

.overall-column-image {
  margin-bottom: 20px;
  border-radius: 3px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
}

.contact-left {
  height: 720px;
  background-color: #ecf0f1;
  text-align: right;
}

.contact-right {
  height: 720px;
  background-color: #ecf0f1;
  color: #fff;
  text-align: left;
}

.left-column-container {
  width: 460px;
  padding-top: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  float: right;
  text-align: left;
}

.right-column-container {
  width: 460px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  float: left;
}

.contact-page-row {
  border-top: 1px solid #dce2e3;
}

.section-title {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 41px;
  font-weight: 900;
}

.section-title._2 {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 23px;
}

.all-paragraphs-white {
  color: #fff;
  line-height: 23px;
}

.left-image-column {
  margin-top: -1px;
  padding-right: 50px;
}

.overall-column.whitespace {
  padding-right: 20px;
  padding-left: 20px;
}

.logo-container {
  padding-top: 7px;
  padding-right: 20px;
  padding-bottom: 12px;
  background-color: transparent;
}

.logo-container:hover {
  opacity: 0.7;
}

.nav-menu-container {
  top: 1px;
  right: 30px;
  overflow: visible;
  margin-top: 10px;
  float: none;
  background-color: #4b4b4b;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
}

.price-box {
  margin-top: -275px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  background-color: #2c3e50;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  text-align: center;
}

.price-box:hover {
  background-color: #1abc9c;
}

.price-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 20px;
  background-color: #243342;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.price-title._2 {
  border-bottom: 1px solid #2c3e50;
  background-color: #465f78;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0px;
}

.price-title._3 {
  background-color: #465f78;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  text-transform: none;
}

.price-list-item {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px none rgba(0, 0, 0, 0.09);
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  background-color: #ecf0f1;
}

.price-list-item:hover {
  background-color: #e4ebed;
}

.price-list-item.last {
  border-bottom: 1px solid #fff;
}

._4-column-row {
  margin-bottom: 40px;
}

.newsletter-field {
  width: 200px;
  height: 50px;
  margin-right: 12px;
  padding-left: 18px;
  float: left;
  border: 1px solid #fff;
  border-radius: 3px;
  font-family: Lato, sans-serif;
}

.newsletter-field:hover {
  background-color: #dbdbdb;
}

.newsletter-field:focus {
  border-color: #7d4ca8;
}

.newsletter-submit {
  width: 200px;
  height: 50px;
  border-radius: 3px;
  background-color: #1abc9c;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 700;
}

.newsletter-submit:hover {
  background-color: #7d4ca8;
}

.column-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  opacity: 0.2;
}

.overall-bullet-list {
  margin-top: 20px;
  padding-left: 16px;
}

.overll-bullet-list-item {
  padding-bottom: 10px;
}

.link {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #0babe0;
  text-decoration: none;
}

.link:hover {
  color: #000;
}

.link.team {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  text-decoration: underline;
}

.link.lmc {
  position: relative;
  top: -5px;
  font-size: 12px;
  line-height: 0;
}

.link.lmc.footer:hover {
  color: #fff;
}

.centered-text-block {
  margin-bottom: 57px;
  text-align: center;
}

.large-title {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  color: #2c3e50;
  font-weight: 900;
}

.large-title._2 {
  font-size: 20px;
  font-weight: 400;
}

.divider-line {
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: rgba(0, 0, 0, 0.09);
}

.newsletter-form {
  margin-bottom: 0px;
}

.team-some-block {
  width: 30px;
  height: 30px;
  margin-top: 25px;
  margin-right: 5px;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.09);
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.team-some-block:hover {
  background-color: #2c3e50;
}

.team-some-block.text {
  width: auto;
  padding-top: 13px;
  padding-right: 10px;
  padding-left: 10px;
  text-decoration: none;
}

.subpage-header {
  margin-top: 15px;
  font-family: 'Droid Sans', sans-serif;
  color: #000;
  font-size: 45px;
  text-shadow: none;
}

.subpage-header._2 {
  font-size: 25px;
  font-weight: 400;
}

.subpage-header.vipertex {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding-top: 1.5em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.subpage-header.vipertex.second {
  padding-top: 0em;
}

.subpage-header-highlight {
  font-family: Lato, sans-serif;
  color: #1abc9c;
}

.success-bg {
  padding-top: 14px;
  border-radius: 3px;
  background-color: #1abc9c;
  text-align: center;
}

.error-bg {
  padding-top: 13px;
  background-color: #a84c53;
  text-align: center;
}

.footer-icon {
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: 1px;
  margin-right: 8px;
  float: none;
  opacity: 0.3;
}

.footer-icon.mail {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.half-column {
  padding-right: 30px;
}

.half-column._2 {
  padding-right: 10px;
  padding-left: 30px;
}

.overall-list {
  margin-top: 30px;
  margin-bottom: 30px;
}

.overall-list-item {
  padding-top: 5px;
  padding-bottom: 5px;
}

.bulllet-icon {
  width: 15px;
  height: 15px;
  margin-top: 4px;
  margin-right: 10px;
  float: left;
}

.field {
  height: 55px;
  margin-bottom: 20px;
  border: 1px solid #cbd4d6;
  border-radius: 3px;
  font-family: Lato, sans-serif;
}

.field:hover {
  border-color: #93a9ad;
  background-color: #fafafa;
}

.field:focus {
  border-color: #1abc9c;
}

.field.area {
  height: 160px;
  padding-top: 13px;
}

.field-label {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #2c3e50;
  font-size: 16px;
  font-weight: 700;
}

.submit-button {
  width: 100%;
  border-radius: 3px;
  background-color: #1abc9c;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.submit-button:hover {
  background-color: #7d4ca8;
}

.half-text-block {
  width: 45%;
  margin-right: 22px;
  float: left;
}

._3-column-row {
  margin-bottom: 30px;
}

._3-column-row.nospace {
  margin-bottom: 0px;
}

.new-text {
  display: inline-block;
  margin-right: 15px;
  padding: 5px 8px 4px;
  border-radius: 3px;
  background-color: #0babe0;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.new-text.right {
  display: inline;
  width: 60px;
  margin-right: 0px;
  margin-left: 15px;
}

.contact-list {
  margin-top: 29px;
}

.contact-list-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

.contact-icon {
  width: 25px;
  margin-right: 15px;
  margin-left: 0px;
  float: left;
}

.bottom-footer-column {
  text-align: left;
}

.bottom-footer-column.lmc {
  padding-right: 0px;
  padding-left: 0px;
}

.newsletter-title {
  margin-top: 0px;
}

.round-image {
  display: block;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  border: 10px none #e1e74a;
  border-radius: 100px;
}

.round-image:hover {
  border-style: solid;
  border-color: #040eec;
}

.round-image.r-image-1:hover {
  border-style: solid;
  border-color: #f5cf38;
}

.round-image.r-image-2:hover {
  border-style: solid;
  border-color: #dc1600;
}

.h1-name {
  position: relative;
  left: 80px;
  top: 0px;
  z-index: 10;
  width: 360px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #000;
  font-weight: 400;
}

.wrapper {
  overflow: visible;
  background-color: #3f4045;
}

.nav-container {
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 10px;
  background-color: #4b4b4b;
}

.video-container {
  left: 0px;
  top: 0px;
  display: inline-block;
}

.section-2-row {
  margin-bottom: 50px;
}

.h1-treb-blu {
  margin-top: 10px;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #3aa7cf;
  font-size: 30px;
  font-weight: 300;
  text-decoration: none;
  text-shadow: none;
}

.h1-treb-blu.footer-header {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: 'Droid Sans', sans-serif;
  color: #c1d3e9;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-blue {
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #36318c;
  text-align: left;
}

.paragraph-blue.column1-txt-padding {
  padding-right: 35px;
  text-align: justify;
}

.section1-header {
  display: block;
  margin: 0px auto;
  padding-bottom: 5px;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: none;
}

.section1-column-header {
  margin-top: 10px;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #000;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.section1-column-txt {
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #000;
  font-size: 21px;
  font-weight: 200;
  text-align: center;
}

.sm-link {
  width: 40px;
  margin-bottom: 5px;
  margin-left: 5px;
}

.sm-link.left {
  width: 40px;
  margin-left: 0px;
}

._5th-sm-icon {
  display: block;
}

._5th-sm-icon.sm-footer-icon {
  width: 60px;
}

.newsletter-txt {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 100;
}

.logo-on-mobile {
  position: relative;
}

.header-area {
  height: 110px;
  background-color: #4b4b4b;
}

.nav-menu {
  position: relative;
  top: -55px;
  display: block;
  overflow: visible;
  float: none;
  line-height: 14px;
}

.nav-header {
  position: relative;
  left: 15px;
  top: -30px;
  display: inline-block;
  margin-bottom: 0px;
  padding-top: 10px;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 3.4px;
  text-shadow: none;
}

.nav-bar {
  background-color: #4b4b4b;
}

.n-header {
  position: relative;
  height: 110px;
  background-color: #4b4b4b;
  background-image: radial-gradient(circle farthest-side at -17% 61%, #55677d, #6fa17c);
  font-size: 28px;
  line-height: 28px;
}

.n-header.new {
  background-image: radial-gradient(circle farthest-side at -17% 61%, #00457a, #009fda);
}

.name-h1 {
  position: relative;
  width: 80%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0px;
  padding-left: 98px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 30px;
  line-height: 22px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: none;
  text-shadow: 0 1px 6px #000;
}

.name-h1.test {
  position: static;
  width: auto;
  padding-top: 15px;
  padding-left: 0px;
}

.n-navbar {
  background-color: transparent;
}

.n-navbar.new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.n-nav-link {
  top: 42px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-left: 2px solid #fff;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0px;
}

.n-nav-link.home-link-adj {
  border-left-style: none;
}

.n-nav-link.home-link-adj.w--current {
  margin-left: -10px;
}

.n-nav-link.home-link-adj.mobile-nav {
  padding-left: 0px;
}

.n-nav-link.home-link-adj.mobile-nav.w--current {
  margin-left: 0px;
}

.n-nav-link.mobile-nav {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.n-nav-link.mobile-nav:hover {
  color: #2c3e50;
}

.n-nav-link.mobile-nav.w--current {
  color: #4b4b4b;
  cursor: pointer;
}

.n-nav-link.mobile-nav.left {
  border-left-width: 0px;
}

.n-nav-link.mobile-nav.left.w--current {
  border-left-width: 0px;
}

.n-nav-link.mobile-nav.left.w--current:visited {
  border: 1px solid #000;
  color: #a5b4c6;
}

.n-nav-link.mobile-nav.left.new {
  border-left-width: 0px;
}

.n-nav-link.mobile-nav.new {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-left-width: 0px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 0.6em;
}

.n-nav-link.dropdown-mobile {
  top: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-left-width: 0px;
  font-family: 'Droid Sans', sans-serif;
}

.n-nav-link.dropdown-mobile:hover {
  color: #a5b4c6;
}

.n-nav-link.dropdown-mobile.w--current {
  font-family: 'Droid Sans', sans-serif;
  color: #009fda;
}

.n-nav-container {
  margin-top: 20px;
}

.n-nav-menu {
  position: relative;
  left: 0px;
  top: -35px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: visible;
  margin-top: 0px;
  margin-left: 100px;
  padding-left: 0px;
  float: none;
  color: #fff;
  font-size: 26px;
  letter-spacing: normal;
}

.n-nav-menu.test {
  position: static;
  top: 0px;
  margin-left: 0px;
}

.n-nav-menu.new {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: right;
}

.n-nav-icon {
  top: -8px;
  font-size: 16px;
  line-height: 21px;
}

.n-nav-icon.new {
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.light-blue-h-link {
  text-decoration: none;
}

.blog-button {
  position: relative;
  top: -75px;
  display: block;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #fff;
  border-radius: 20px;
  background-color: #46cfbc;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  text-align: center;
  letter-spacing: 2px;
}

.blog-button:hover {
  border-color: #46cfbc;
  background-color: #fff;
  color: #46cfbc;
}

._1-3-right-image {
  padding-top: 20px;
}

.sm-footer-icon {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-filter: hue-rotate(20deg);
  filter: hue-rotate(20deg);
}

.sm-footer-icon:hover {
  width: 60px;
  border-style: none;
  border-color: #000;
}

.center-image-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.subtitle {
  position: relative;
  top: 3px;
  display: inline-block;
  margin-left: 8px;
  padding-left: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 1px 6px #000;
}

.subtitle.test {
  position: static;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-left: 0px;
}

.hero-image {
  height: 100%;
}

.wht-bg {
  height: 100%;
  background-color: #fff;
}

.white-border {
  width: 208px;
  height: auto;
  border: 2px solid #fff;
}

._3-holder {
  display: inline-block;
  text-align: center;
}

.left-column {
  text-align: right;
}

.section-header {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Droid Serif', serif;
  color: #000;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: none;
}

.home-list {
  padding-left: 19px;
  direction: ltr;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 23px;
  text-transform: uppercase;
}

.product-stripe {
  background-color: #d6d6d6;
}

.home-list-2 {
  display: block;
  padding-top: 0px;
  padding-left: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  line-height: 23px;
}

.white-border-3 {
  position: static;
  left: 61px;
  top: 0px;
  bottom: 0px;
  margin: 20px 0px;
  padding: 0px;
  float: left;
  border: 1px solid #fff;
}

.header-image {
  float: right;
}

.header-image.test {
  margin-top: 0px;
  padding-top: 15px;
}

.industry-stripe-content {
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.section-header-2 {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Droid Serif', serif;
  color: #000;
  font-size: 21px;
  text-shadow: none;
}

.industry-image {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 350px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  border: 1px solid #fff;
}

.industry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 35vh;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #000;
  background-color: #a5b4c6;
  background-image: url('../images/5748827e3812d026456d78e8_Untitled-2.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.list-item {
  line-height: 25px;
  list-style-type: square;
}

.list-item-2 {
  font-size: 11px;
}

._3-photo {
  padding-top: 12px;
}

.hero-section {
  display: block;
  height: 380px;
}

.logo {
  margin-top: -5px;
  padding-top: 0px;
}

.subpage-content {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Droid Sans', sans-serif;
  color: #000;
}

.subpage-content.portrait {
  margin-bottom: 0px;
}

.subpage-content.portrait.row {
  margin-top: 15px;
}

.subpage-content.portrait.padding {
  margin-top: 20px;
}

.subpage-content.no-padding {
  margin-top: 0px;
  margin-bottom: 0px;
}

.subpage-content-centered {
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  text-align: center;
}

.request-quote-button {
  position: static;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 220px;
  margin: 10px 0px 5px 0%;
  float: right;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 12px;
  background-color: #6ca89e;
  font-size: 18px;
  text-align: center;
}

.contact-info {
  text-align: center;
}

.list {
  padding-left: 5px;
}

.tig-stripe-content {
  padding-left: 200px;
}

.subheader {
  font-family: 'Droid Sans', sans-serif;
  color: #000;
  font-size: 18px;
  text-align: center;
  text-transform: none;
}

.subpage-hero {
  height: 320px;
  background-image: url('../images/About-Us.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-hero {
  width: auto;
  height: 300px;
  background-image: url('../images/our-story-2.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.products-hero {
  height: 300px;
  background-image: url('../images/new-world-stainless-11.png');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-table {
  margin-top: 15px;
}

.message-field {
  height: 76px;
}

.quote-images {
  width: 227px;
  height: 154px;
  float: right;
}

.quality-hero {
  height: 300px;
  background-image: url('../images/new-world-stainless-13.jpg');
  background-position: 50% 42%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.stock-photos {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 154px;
  margin-top: 10px;
  text-align: center;
}

.contact-images {
  margin-top: 20px;
  padding-left: 0px;
}

.contact-images.first {
  margin-top: 0px;
}

.home-button {
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 0px;
  border-radius: 10px;
  background-color: #2d4e68;
}

.home-button.view {
  margin-top: 29px;
  margin-left: 15px;
}

.home-text {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
}

.landscape-column {
  margin-top: -20px;
}

.quote-hero {
  height: 300px;
  background-image: url('../images/slide-4.jpg');
  background-position: 0px -77px;
  background-size: cover;
}

.stock-hero {
  height: 300px;
  background-image: url('../images/fotolia_99468185.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.industries-hero {
  height: 300px;
  background-image: url('../images/Fotolia_41539297_S.jpg');
  background-position: 0px -413px;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-hero {
  height: 300px;
  background-image: url('../images/new-world-stainless-11.png');
  background-position: 51% 43%;
  background-size: cover;
  background-repeat: no-repeat;
}

.phone-number {
  color: #fff;
}

.submit-button {
  width: 65px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #6ca89e;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
}

.submit-button:hover {
  background-color: #2c3e50;
}

.dropdown {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  font-size: 16px;
}

.dropdown.w--current {
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown-list.w--open {
  z-index: 20;
  margin-top: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(11%, transparent), color-stop(21%, #5f7c7d));
  background-image: linear-gradient(180deg, transparent 11%, #5f7c7d 21%);
}

.dropdown-list._3 {
  position: absolute;
  margin-top: 60px;
  padding-bottom: 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(42%, #5f7c7d));
  background-image: linear-gradient(180deg, transparent, #5f7c7d 42%);
}

.dropdown-list._2.w--open {
  position: absolute;
  margin-top: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(11%, #2d4e68));
  background-image: linear-gradient(180deg, transparent, #2d4e68 11%);
}

.mobile-icon.new {
  margin-right: 10px;
}

.home-list-text {
  padding-left: 10px;
  font-family: 'Droid Sans', sans-serif;
  color: #000;
}

.home-list-text.last {
  margin-bottom: -4px;
}

.home-list-text.left-align {
  margin-bottom: 0px;
  padding-left: 0px;
}

.slider {
  height: 500px;
  clear: none;
}

.slide-1 {
  background-image: url('../images/slide-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.home-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.home-page-content.no-padding {
  width: 70%;
  margin-top: 0px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 1.2em;
}

.home-page-content.flex {
  padding-left: 15px;
  font-family: 'Droid Sans', sans-serif;
}

.subpage-list {
  padding-left: 30px;
}

.subpage-list.left-align {
  padding-left: 15px;
}

.map {
  display: none;
  height: 200px;
  margin-top: 20px;
}

.col-2 {
  padding-right: 25px;
  padding-left: 60px;
}

.form-embed {
  margin-top: -20px;
  margin-left: -20px;
}

.form-embed.request {
  margin-top: 0px;
}

.test-navbar {
  height: 110px;
  background-image: radial-gradient(circle farthest-side at 0% 50%, #55677d, #6fa17c);
}

.brand {
  width: 85px;
  margin-right: 10px;
}

.test-nav-menu {
  float: none;
  color: #fff;
}

.test-nav-link {
  padding-top: 0px;
  padding-bottom: 0px;
  border-left: 2px solid #fff;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #fff;
  font-size: 16px;
}

.body {
  background-color: #3f4045;
}

.slide-2 {
  background-image: url('../images/slide-2.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/slide-3.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/slide-4.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/slide-5-copy.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/slide-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.social-div {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.facility-video {
  width: 100%;
  margin-top: 10px;
}

.slider-text {
  position: static;
  top: 0px;
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 27px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 1px 1px 6px #2c3e50;
}

.slider-text-div {
  position: relative;
  top: 400px;
}

.header-link-block {
  max-width: 260px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.blog-link {
  color: #fff;
  text-align: left;
}

.lmc-logo {
  position: relative;
  top: 5px;
  margin-right: 5px;
  float: left;
}

.lmc-row {
  padding-top: 8px;
}

.logo-overlay {
  position: relative;
  top: 140px;
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

.brand-new {
  width: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.brand-new.w--current {
  width: 310px;
  height: 80px;
}

.brand-image-new {
  width: 310px;
  height: 80px;
}

.nav-text-block {
  font-size: 1.6em;
}

.blue-vipertex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #00aeef;
}

.vipertex-div {
  position: static;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.vipertex-div.image {
  position: absolute;
  display: block;
  overflow: visible;
  width: 60%;
  height: 100%;
  margin-top: 7.5em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.vipertex-sub {
  width: 100%;
  font-family: 'Droid Sans', sans-serif;
  color: #000;
  font-size: 1.9em;
  line-height: 1.5em;
}

.vipertex-sub.full {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 1.4em;
  text-align: center;
}

.vipertex-sub.full.left {
  margin-top: 10px;
  font-size: 1.1em;
  text-align: left;
}

.vipertex-sub.bottom {
  width: auto;
  padding-left: 0%;
  font-size: 1.4em;
}

.image {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  overflow: visible;
  width: 100%;
  max-height: auto;
  float: right;
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.vipertex-blue-side {
  width: 100%;
  padding-left: 5px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left: 10px solid #00aeef;
  font-family: 'Droid Sans', sans-serif;
  color: #000;
}

.patterns-div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-column-count: 0;
  column-count: 0;
  -webkit-column-rule-width: 0px;
  column-rule-width: 0px;
}

.patterns-image {
  display: none;
  width: 70%;
  margin-right: 0px;
  border-radius: 550px;
  text-align: center;
}

.patterns-image.right {
  margin-right: 0px;
}

.patterns-column {
  width: 100%;
  text-align: center;
}

.patterns-text-block {
  margin-top: 10px;
  font-family: 'Droid Sans', sans-serif;
}

.div-block {
  position: absolute;
}

.image-2 {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  overflow: visible;
  width: auto;
  margin-top: 25px;
  float: none;
}

.heading-3-vipertex {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: 'Droid Sans', sans-serif;
  color: #00aeef;
  font-size: 22px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-3-vipertex.left {
  margin-top: 15px;
  margin-bottom: 0px;
  color: #00457a;
  text-transform: none;
}

.features-column {
  display: block;
  width: 90%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.features-list {
  font-family: 'Droid Sans', sans-serif;
}

.features-list-item {
  margin-top: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid #00aeef;
  font-size: 16px;
}

.features-list-item.products {
  border-bottom-width: 0px;
  font-family: 'Droid Sans', sans-serif;
}

.features-column-1 {
  padding-right: 40px;
}

.full-width-section {
  background-color: #ecf0f1;
}

.full-width-image {
  width: 100%;
  background-color: #ecf0f1;
}

.parallax-section {
  height: 35vh;
  background-image: url('../images/5887b5d30f44e0ae352ff802_IMG_2774.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.background-video {
  overflow: auto;
  width: 100%;
  height: 945px;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.nav-divider {
  display: block;
  width: 2px;
  height: 35%;
  background-color: #ecf0f1;
}

.columns {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.lightbox-image {
  width: 70%;
  border-radius: 550px;
}

.lightbox-link {
  width: 100%;
}

.inner-div {
  width: 90%;
}

.logos {
  max-width: 65%;
  margin-bottom: 20px;
}

.logos.member {
  max-width: 50%;
  margin-bottom: 0px;
  border-top: 0px solid #000;
}

.logos-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.line-div {
  display: block;
  width: 70%;
  height: 1px;
  max-width: 80%;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #333;
}

.home-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-right: 5%;
  margin-left: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.video-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.vipertex-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section {
  background-image: radial-gradient(circle farthest-side at -17% 61%, #00457a, #009fda);
}

.section-2 {
  background-image: radial-gradient(circle farthest-side at -17% 61%, #00457a, #009fda);
}

.section-3 {
  background-image: radial-gradient(circle farthest-side at -17% 61%, #00457a, #009fda);
}

.team-grid {
  margin-bottom: 20px;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

html.w-mod-js *[data-ix="fade-in-from-left-on-load"] {
  opacity: 0;
  -webkit-transform: translate(40px, 0px);
  -ms-transform: translate(40px, 0px);
  transform: translate(40px, 0px);
}

html.w-mod-js *[data-ix="fade-in-from-left-on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(40px, 0px);
  -ms-transform: translate(40px, 0px);
  transform: translate(40px, 0px);
}

html.w-mod-js *[data-ix="fade-in-from-right-on-load"] {
  opacity: 0;
  -webkit-transform: translate(-40px, 0px);
  -ms-transform: translate(-40px, 0px);
  transform: translate(-40px, 0px);
}

html.w-mod-js *[data-ix="fade-in-scroll-from-right-on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(-40px, 0px);
  -ms-transform: translate(-40px, 0px);
  transform: translate(-40px, 0px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="slide-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, 110px);
  -ms-transform: translate(0px, 110px);
  transform: translate(0px, 110px);
}

html.w-mod-js *[data-ix="slider-text"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(-800px, 0px);
  -ms-transform: translate(-800px, 0px);
  transform: translate(-800px, 0px);
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.09);
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
  }

  .navbar:hover {
    background-color: rgba(0, 0, 0, 0.29);
  }

  .page-content {
    position: static;
    margin-top: 0px;
    padding: 20px;
  }

  .page-content.tint {
    height: 492px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .page-content.tint.about-us-content {
    height: auto;
  }

  .page-content.tint.about-us-content.no-vh.vipertex.no-bg {
    padding-right: 1em;
    padding-left: 1em;
  }

  .page-content.tint.about-us-content.no-vh.vipertex.second {
    padding-right: 1em;
    padding-left: 1em;
    background-color: #d8d8d8;
  }

  .page-content.tint.products-content {
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .page-content.tint.stock-content {
    height: auto;
    padding-bottom: 0px;
  }

  .page-content.tint.contact-content {
    height: auto;
  }

  .page-content.tint.about-content-tablet {
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .page-content.tint.quality-content-tablet {
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .page-content.tint.industries-content {
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
  }

  .page-content.dark {
    padding: 40px 20px;
  }

  .page-content.dark-grey.vipertex {
    padding-right: 10%;
    padding-left: 10%;
  }

  .page-content.light-grey {
    padding-right: 5%;
    padding-left: 5%;
  }

  .paragraph-white.inline-block.padding {
    padding-top: 0px;
  }

  .paragraph-white.inline-block.padding.lmc-logo {
    margin-top: 0px;
  }

  .nav-link {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 15px;
    border-style: none;
    border-bottom-width: 1px;
    border-bottom-color: hsla(0, 0%, 100%, 0.1);
    opacity: 0.4;
  }

  .nav-link:hover {
    opacity: 1;
  }

  .page-header-section {
    padding-top: 120px;
    padding-bottom: 20px;
  }

  .industry-stripe {
    padding-top: 45px;
  }

  .contact-left {
    height: 650px;
  }

  .contact-right {
    height: 650px;
  }

  .left-column-container {
    width: 350px;
    padding-top: 40px;
    padding-right: 40px;
  }

  .right-column-container {
    width: 350px;
    padding-top: 40px;
    padding-left: 40px;
  }

  .contact-page-row {
    margin-right: -20px;
    margin-left: -20px;
  }

  .section-title {
    font-size: 20px;
    line-height: 24px;
  }

  .all-paragraphs-white {
    line-height: 21px;
  }

  .logo-container {
    padding-top: 0px;
    padding-left: 5px;
  }

  .menu-button {
    padding: 20px 18px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    font-size: 36px;
    line-height: 40px;
  }

  .menu-button:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .menu-button.w--open {
    padding: 18px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    background-color: rgba(0, 0, 0, 0.09);
  }

  .menu-icon {
    color: #fff;
    font-size: 51px;
  }

  .nav-menu-container {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #4b4b4b;
  }

  .price-box {
    margin-top: -236px;
  }

  .newsletter-field {
    width: 250px;
  }

  .subpage-header {
    font-family: 'Droid Sans', sans-serif;
    color: #000;
    font-size: 45px;
    text-shadow: none;
  }

  .half-text-block {
    width: 43%;
  }

  .right-text-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .h1-name {
    left: auto;
    top: 152px;
  }

  .nav-container {
    position: relative;
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .h1-treb-blu.footer-header {
    margin-bottom: 5px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    line-height: 21px;
  }

  .section1-header {
    margin-top: -4px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 19px;
    letter-spacing: 2px;
  }

  .navicon {
    color: #fff;
  }

  .n-header {
    padding-top: 10px;
  }

  .n-header.new {
    display: block;
    padding: 0px 0em;
  }

  .name-h1 {
    left: -57px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .n-navbar.new {
    width: 768px;
    height: auto;
    padding: 0px 0em 0px 5%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .n-nav-link.home-link-adj {
    padding-right: 70px;
    text-align: right;
  }

  .n-nav-link.home-link-adj.mobile-nav {
    position: relative;
    top: 10px;
    padding-right: 30px;
    font-size: 30px;
    text-align: right;
  }

  .n-nav-link.home-link-adj.mobile-nav.w--current {
    padding-right: 30px;
  }

  .n-nav-link.mobile-nav {
    top: 10px;
    padding-right: 30px;
    border-left-width: 0px;
    font-size: 30px;
    line-height: 35px;
    text-align: left;
  }

  .n-nav-link.mobile-nav.w--current {
    top: 10px;
    padding-right: 20px;
  }

  .n-nav-link.mobile-nav.adjust {
    text-align: left;
  }

  .n-nav-link.mobile-nav.left.w--current {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #3f4045;
  }

  .n-nav-link.mobile-nav.new {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.9em;
    text-align: center;
  }

  .n-nav-link.mobile-nav.new.w--open {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.9em;
  }

  .n-nav-link.dropdown-mobile {
    top: 0px;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    color: #ecf0f1;
    font-size: 0.8em;
    text-align: center;
  }

  .n-nav-link.dropdown-mobile.w--current {
    top: 0px;
    font-size: 25px;
  }

  .n-nav-container {
    margin-top: 0px;
  }

  .n-nav-menu {
    position: fixed;
    left: auto;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 190px;
    height: 265px;
    margin-top: 110px;
    margin-right: 0px;
    margin-left: 0px;
    float: right;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: rgba(160, 175, 196, 0.8);
  }

  .n-nav-menu.new {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding-right: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: rgba(160, 175, 196, 0.95);
    text-align: center;
  }

  .n-nav-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    float: none;
    clear: right;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 1em;
    line-height: 1em;
  }

  .n-nav-icon.new {
    display: block;
    height: 100%;
    padding-right: 0px;
  }

  .subtitle {
    position: absolute;
    margin-top: 40px;
    padding-top: 0px;
  }

  .subtitle.test {
    margin-top: 5px;
  }

  .product-stripe {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .white-border-3 {
    margin-top: 0px;
  }

  .header-image.test {
    padding-top: 10px;
  }

  .industry-stripe-content {
    display: block;
  }

  .industry-image {
    position: static;
    left: 210px;
  }

  .industry {
    height: auto;
    background-color: #a5b4c6;
    background-image: url('../images/5748827e3812d026456d78e8_Untitled-2.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .industry-tablet {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #a5b4c6;
    background-image: url('../images/5748827e3812d026456d78e8_Untitled-2.png');
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .product-stripe-tablet {
    background-color: #999;
  }

  .white-border-tablet {
    position: relative;
    top: 0px;
    right: 0px;
    max-width: 100%;
    margin: 30px 0px;
    padding-top: 0px;
    padding-left: 0px;
    float: right;
    border: 2px solid #fff;
  }

  .section-header-2-tablet {
    margin-bottom: 0px;
    font-family: 'Droid Serif', serif;
    color: #000;
    text-shadow: none;
  }

  .subpage-content {
    margin-top: 15px;
    font-family: 'Droid Sans', sans-serif;
  }

  .tablet-name {
    margin-top: 0px;
    margin-left: 95px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 30px;
    font-style: italic;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.4), 0 1px 6px #000;
  }

  .subpage-hero {
    width: 775px;
    margin-left: 0px;
    background-image: none;
  }

  .about-hero {
    height: 300px;
    background-image: url('../images/our-story-2.JPG');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  ._3-photo-column {
    margin-top: 10px;
  }

  .quality-hero {
    height: 300px;
  }

  .stock-photos {
    height: 154px;
  }

  .industry-row-tablet {
    margin-left: 0px;
  }

  .home-button {
    margin-left: 0px;
    font-family: 'Droid Sans', sans-serif;
  }

  .home-button.tablet {
    margin-left: 30px;
  }

  .home-button.view {
    margin-top: 5px;
  }

  .request-quote-tablet {
    margin-top: 20px;
    float: right;
    border-radius: 12px;
    background-color: #6ca89e;
    font-size: 20px;
    text-align: center;
  }

  .home-text.home-list-2 {
    padding-left: 0px;
  }

  .quote-hero {
    background-position: 0px -10px;
  }

  .stock-hero {
    height: 300px;
    background-image: url('../images/fotolia_99468185.jpg');
    background-position: 0px -153px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .industries-hero {
    background-position: 0px -149px;
  }

  .contact-hero {
    background-position: 0px -195px;
  }

  .phone-number {
    clear: right;
  }

  .dropdown-list.w--open {
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #5f7c7d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #5f7c7d));
    background-image: linear-gradient(180deg, transparent, #5f7c7d 0%);
  }

  .mobile-icon {
    margin-right: 0px;
    padding-left: 0px;
  }

  .mobile-icon.new {
    margin-right: 30px;
  }

  .home-list-text {
    padding-left: 0px;
  }

  .home-list-text.second {
    line-height: 20px;
  }

  .slider {
    height: 350px;
  }

  .slide-1 {
    background-position: 50% 0px;
  }

  .home-page-content {
    margin-top: 0px;
  }

  .home-page-content.no-padding {
    margin-top: 0px;
  }

  .col-2 {
    padding-left: 25px;
  }

  .slider-text {
    top: 255px;
    width: auto;
    direction: ltr;
    font-family: 'Droid Sans', sans-serif;
  }

  .slider-text-div {
    top: 255px;
  }

  .lmc-row {
    padding-top: 0px;
  }

  .logo-overlay {
    top: 45px;
    width: 70%;
  }

  .brand-new.w--current {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .brand-image-new {
    display: inline-block;
  }

  .nav-text-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1em;
  }

  .vipertex-sub {
    width: 100%;
  }

  .vipertex-sub.full {
    font-size: 1.3em;
  }

  .vipertex-blue-side {
    width: 100%;
  }

  .patterns-image {
    width: 80%;
  }

  .features-column {
    width: 100%;
  }

  .features-list-item {
    font-size: 14px;
  }

  .nav-divider {
    display: none;
  }

  .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    clear: right;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ecf0f1;
  }

  .inner-div {
    width: 95%;
  }

  .logos {
    max-width: 85%;
  }

  .logos.member {
    max-width: 60%;
  }

  .video-column {
    margin-top: 10px;
  }

  .vipertex-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 21px;
  }

  .button.outline {
    text-shadow: none;
  }

  .navbar {
    padding: 0px 0px 0px 30px;
  }

  .navbar:focus {
    background-color: rgba(0, 0, 0, 0.45);
  }

  .page-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .page-content.tint.about-us-content {
    height: auto;
    padding-bottom: 0px;
  }

  .page-content.tint.products-content {
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
  }

  .page-content.tint.stock-content {
    height: auto;
    padding-bottom: 0px;
  }

  .page-content.tint.about-content-landscape {
    display: inline;
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .page-content.tint.quality-content-landscape {
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .page-content.tint.industries-content {
    height: auto;
  }

  .cta-block-square {
    width: 400px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .footer {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    padding-bottom: 30px;
  }

  .footer._2 {
    margin-bottom: 30px;
    padding: 30px 20px;
  }

  .paragraph-white.inline-block.link {
    text-align: center;
  }

  .paragraph-white.inline-block.padding.lmc-logo {
    padding-top: 5px;
    float: none;
  }

  .nav-link {
    padding-left: 30px;
    border-style: none;
  }

  .nav-link:hover {
    border-bottom-color: #1abc9c;
    background-color: #1abc9c;
  }

  .page-header-section {
    padding-top: 90px;
    padding-left: 30px;
  }

  .page-header-section.pricing {
    height: auto;
  }

  .team-member {
    margin-bottom: 10px;
  }

  .team-member-row {
    margin-bottom: 10px;
  }

  .industry-stripe {
    padding: 20px 20px 30px;
    background-image: none;
  }

  .industry-stripe._2 {
    background-image: none;
  }

  .contact-left {
    height: auto;
    padding: 30px;
  }

  .contact-right {
    height: auto;
    padding: 30px;
  }

  .left-column-container {
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .right-column-container {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .left-image-column {
    padding-right: 10px;
  }

  .overall-column {
    padding-bottom: 5px;
  }

  .overall-column.whitespace {
    padding-right: 10px;
    padding-left: 10px;
  }

  .menu-button {
    margin-top: 0px;
    padding: 0px;
  }

  .menu-button:hover {
    padding-right: 0px;
  }

  .menu-button.test {
    margin-top: -30px;
  }

  .price-box {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  ._4-column-row {
    margin-bottom: 20px;
  }

  .newsletter-field {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 5px;
  }

  .newsletter-submit {
    width: 100%;
    padding-left: 18px;
    text-align: left;
  }

  .large-title {
    margin-bottom: 10px;
  }

  .divider-line {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .subpage-header {
    margin-bottom: 0px;
    font-size: 45px;
  }

  .subpage-header._2 {
    margin-top: 10px;
    font-size: 20px;
  }

  .footer-icon {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .half-column {
    padding-right: 10px;
  }

  .half-column._2 {
    padding-left: 10px;
  }

  .half-text-block {
    width: 45%;
  }

  .new-text.right {
    margin-left: 5px;
  }

  .bottom-footer-column {
    padding-bottom: 5px;
    text-align: center;
  }

  .stripe-image {
    margin-bottom: 30px;
    border-bottom: 2px solid #fff;
  }

  .right-text-column {
    padding-right: 20px;
    padding-left: 20px;
  }

  .h1-name {
    left: NaNpx;
    top: 5px;
    right: -100px;
    width: 400px;
  }

  .wrapper {
    background-color: #3f4045;
  }

  .h1-treb-blu.footer-header {
    display: block;
    margin: 5px auto;
    font-family: 'Droid Sans', sans-serif;
    text-align: center;
  }

  .section1-header {
    margin-top: 10px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 17px;
    line-height: 30px;
  }

  .logo-on-mobile {
    position: relative;
    top: 19px;
  }

  .n-header {
    height: auto;
  }

  .name-h1 {
    display: block;
    margin-right: auto;
    margin-left: 99px;
  }

  .n-navbar.new {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .n-nav-link.home-link-adj.mobile-nav.w--current {
    padding-right: 30px;
  }

  .n-nav-link.mobile-nav {
    border-left-width: 0px;
  }

  .n-nav-link.mobile-nav.left.w--current {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .n-nav-link.mobile-nav.new {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .n-nav-container {
    margin-top: 0px;
  }

  .n-nav-menu {
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 300px;
    margin-top: 95px;
  }

  .n-nav-menu.new {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: rgba(160, 175, 196, 0.95);
  }

  .n-nav-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 1em;
    line-height: 1em;
  }

  .subtitle {
    padding-left: 0px;
  }

  .white-border {
    display: block;
    width: 70%;
    max-width: 80%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .section-header {
    font-size: 20px;
  }

  .product-stripe {
    padding-right: 15px;
    padding-left: 15px;
  }

  .home-list-2 {
    margin-left: 5px;
    padding-left: 15px;
    float: left;
  }

  .home-list-2.landscape {
    margin-bottom: 0px;
    margin-left: 20px;
    padding-left: 10px;
  }

  .white-border-3 {
    float: left;
  }

  .industry-stripe-content {
    padding-bottom: 15px;
  }

  .section-header-2 {
    font-size: 17px;
  }

  .industry-image {
    width: 302px;
  }

  .industry {
    padding: 10px 15px 0px;
  }

  .list-item-2 {
    float: none;
  }

  .industry-stripe-content-landscape {
    height: auto;
    background-color: #a5b4c6;
    background-image: url('../images/5748827e3812d026456d78e8_Untitled-2.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .section-header-landscape {
    margin: 0px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    font-family: 'Droid Serif', serif;
    color: #000;
    text-align: center;
    text-shadow: none;
  }

  .home-list-landscape {
    margin-top: 55px;
    margin-right: 20px;
    margin-left: 36px;
    padding-left: 15px;
    float: none;
    text-align: left;
  }

  .section-header-2-landscape {
    margin: 10px 70px 0px 0px;
    padding-left: 10px;
    float: none;
    font-family: 'Droid Serif', serif;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    text-shadow: none;
  }

  .white-border-landscape {
    display: block;
    width: 118px;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    border: 2px solid #fff;
  }

  .product-stripe-landscape {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #999;
  }

  .subpage-content {
    font-family: 'Droid Sans', sans-serif;
  }

  .tablet-name {
    text-shadow: 0 1px 6px #000;
  }

  .tablet-name.test {
    margin-bottom: 5px;
  }

  .subpage-hero {
    width: 528px;
    height: 200px;
  }

  .about-hero {
    height: 150px;
    background-image: url('../images/our-story-2.JPG');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .subtitle-landscape {
    margin-top: -18px;
    margin-left: 94px;
    padding-top: 0px;
    padding-left: 0px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 1px 1px 6px #000;
  }

  .subtitle-landscape.test {
    margin-top: 0px;
  }

  .products-hero {
    height: 150px;
  }

  .product-table {
    margin-bottom: 15px;
  }

  .quote-images {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .quality-hero {
    height: 150px;
  }

  .stock-photos {
    height: 154px;
  }

  .contact-images {
    display: block;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }

  .contact-images.first {
    display: block;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }

  .home-column {
    position: relative;
    left: 0px;
    top: 0px;
    bottom: 0px;
  }

  .industry-row-landscape {
    position: relative;
  }

  .industry-image-landscape {
    position: relative;
    left: 95px;
    width: 300px;
    height: 121px;
  }

  .mobile-logo {
    margin-top: 5px;
    margin-left: 15px;
  }

  .home-button {
    margin-top: 5px;
    margin-left: 10px;
    padding-left: 16px;
    font-family: 'Droid Sans', sans-serif;
  }

  .home-button.landscape {
    margin-left: 50px;
  }

  .home-button.view {
    display: block;
    width: 105px;
    margin-top: 5px;
    margin-right: auto;
    margin-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    text-align: center;
  }

  .request-quote-landscape {
    margin-top: 20px;
    float: right;
    border-radius: 12px;
    background-color: #6ca89e;
    text-align: center;
  }

  .home-text {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tig-landscape {
    padding-left: 10px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #000;
  }

  .landscape-column {
    padding-left: 0px;
  }

  .quote-hero {
    height: 150px;
    background-position: 0px -48px;
  }

  .stock-hero {
    height: 150px;
  }

  .industries-hero {
    height: 150px;
    background-position: 0px -176px;
  }

  .contact-hero {
    height: 150px;
  }

  .mobile-icon.new {
    margin-top: 5px;
    margin-bottom: 0px;
  }

  .slider {
    height: 250px;
  }

  .home-page-content {
    margin-top: 0px;
    float: none;
  }

  .home-page-content.no-padding {
    font-size: 1em;
  }

  .home-page-content.flex {
    font-size: 1em;
  }

  .subpage-list.left-align {
    padding-left: 30px;
  }

  .map {
    display: block;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }

  .test-navbar {
    height: auto;
    padding-top: 5px;
  }

  .brand {
    width: 60px;
    margin-left: 15px;
    padding-top: 10px;
  }

  .test-nav-menu {
    position: absolute;
    margin-top: 89px;
    padding-top: 10px;
    background-color: rgba(160, 175, 196, 0.8);
    color: #ecf0f1;
  }

  .test-nav-link {
    border-left-width: 0px;
    color: #fff;
    font-size: 30px;
    line-height: 35px;
  }

  .test-nav-link:hover {
    color: #2c3e50;
  }

  .body {
    background-color: #3f4045;
  }

  .test-dropdown-link {
    padding-left: 25px;
    font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
    color: #2c3e50;
    font-size: 25px;
  }

  .test-dropdown-link.w--current {
    font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  }

  .test-dropdown-list.w--open {
    background-color: rgba(95, 124, 125, 0.8);
  }

  .slider-text {
    position: static;
    top: 160px;
    width: auto;
    font-family: 'Droid Sans', sans-serif;
    font-size: 25px;
    line-height: 27px;
  }

  .slider-text-div {
    top: 160px;
  }

  .lmc-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }

  .lmc-column {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: right;
  }

  .logo-overlay {
    top: -15px;
  }

  .brand-new {
    padding-left: 0px;
  }

  .patterns-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .features-column-1 {
    padding-right: 10px;
  }

  .lightbox-link {
    margin-top: 15px;
  }

  .logos {
    max-width: 75%;
  }

  .logos.member {
    max-width: 55%;
  }

  .home-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .list-4 {
    padding-left: 10px;
  }

  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .team-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 0px;
  }

  .navbar {
    padding-bottom: 0px;
    padding-left: auto;
  }

  .page-content {
    margin-top: 0px;
    padding: 10px 15px;
    color: #52607d;
  }

  .page-content.tint.about-us-content {
    padding-bottom: 0px;
  }

  .page-content.tint.products-content {
    height: auto;
  }

  .page-content.tint.stock-content {
    height: auto;
    padding-bottom: 0px;
  }

  .page-content.tint.about-content-portrait {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .page-content.tint.quality-content-portrait {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .page-content.dark {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .page-content.dark-grey.vipertex {
    padding-right: 5%;
    padding-left: 5%;
  }

  .image-stripe {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cta-block-square {
    width: 260px;
    height: auto;
    padding: 20px;
  }

  .cta-title {
    font-size: 30px;
  }

  .cta-title._2 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 21px;
  }

  .nav-link {
    display: block;
    float: none;
    background-color: #4b4b4b;
  }

  .page-header-section {
    padding-top: 80px;
    padding-right: 30px;
    padding-bottom: 5px;
  }

  .overall-column.whitespace {
    padding-bottom: 20px;
  }

  .logo-container {
    padding-top: 5px;
  }

  .menu-button {
    margin-top: 0px;
    padding: 10px;
  }

  .menu-button:hover {
    position: static;
    display: block;
    margin-top: 0px;
    padding-right: 10px;
    background-color: transparent;
  }

  .large-title {
    font-size: 35px;
  }

  .large-title._2 {
    line-height: 24px;
  }

  .subpage-header {
    margin-top: 0px;
    font-size: 30px;
  }

  .subpage-header._2 {
    margin-top: -5px;
    font-size: 15px;
  }

  .half-text-block {
    width: 100%;
    margin-bottom: 10px;
  }

  .new-text {
    margin-right: 0px;
    margin-bottom: 5px;
  }

  .new-text.right {
    margin-left: 10px;
  }

  .h1-name {
    left: 29px;
    top: 77px;
    width: 215px;
    padding-top: 15px;
    line-height: 30px;
  }

  .section1-header {
    font-size: 16px;
  }

  .sm-link {
    width: 45px;
  }

  .logo-on-mobile {
    position: relative;
    left: -28px;
  }

  .nav-menu {
    background-color: #4b4b4b;
  }

  .n-header {
    height: auto;
  }

  .n-navbar.new {
    width: auto;
    padding-right: 0em;
    padding-left: 0em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .n-nav-link {
    line-height: 25px;
  }

  .n-nav-link.home-link-adj.mobile-nav {
    top: 10px;
    padding-right: 20px;
    text-align: right;
  }

  .n-nav-link.home-link-adj.mobile-nav.w--current {
    padding-right: 35px;
  }

  .n-nav-link.mobile-nav {
    top: 10px;
    display: block;
    padding-right: 35px;
    float: left;
    text-align: left;
  }

  .n-nav-link.mobile-nav.w--current {
    top: 10px;
    text-align: right;
  }

  .n-nav-link.mobile-nav.adjust {
    padding-right: 35px;
    text-align: left;
  }

  .n-nav-link.mobile-nav.left.w--current {
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 1em;
    line-height: 30px;
    text-align: center;
  }

  .n-nav-link.mobile-nav.new {
    position: relative;
    top: 0px;
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0px;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .n-nav-link.dropdown-mobile {
    text-align: center;
  }

  .n-nav-link.dropdown-mobile.w--current {
    text-align: left;
  }

  .n-nav-container {
    margin-top: 0px;
  }

  .n-nav-menu {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: auto;
    overflow: visible;
    width: 205px;
    height: auto;
    margin-top: 88px;
    margin-right: 0px;
    padding-right: 0px;
    background-color: rgba(160, 175, 196, 0.8);
    text-align: center;
  }

  .n-nav-menu.new {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: rgba(160, 175, 196, 0.95);
  }

  .n-nav-icon {
    position: static;
    display: block;
    color: #fff;
    font-size: 1em;
    line-height: 36px;
  }

  .n-nav-icon:hover {
    position: static;
    top: 0px;
    font-size: 1em;
    line-height: 1em;
  }

  .mobile-name {
    display: block;
    margin-top: 20px;
    margin-right: auto;
    margin-left: 70px;
    padding-top: 0px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #fff;
    font-size: 25px;
    font-style: italic;
    font-weight: 700;
    text-transform: none;
    text-shadow: 0 1px 6px #000;
  }

  .sm-footer-icon {
    display: block;
    width: 56px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .center-image-link {
    padding-bottom: 10px;
    text-align: center;
  }

  .subtitle {
    font-size: 14px;
  }

  .white-border {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .left-column {
    display: block;
  }

  .home-list {
    margin-right: 31px;
    margin-left: 20px;
    padding-right: 1px;
  }

  .home-list-2 {
    margin-bottom: 0px;
    margin-left: 15px;
    float: none;
  }

  .white-border-3 {
    position: relative;
    left: 0px;
    display: none;
    width: 20%;
    height: 20%;
    clear: none;
  }

  ._3-photo {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .product-stripe-landscape {
    padding-top: 0px;
  }

  .section-1-header-portrait {
    height: 103px;
    margin-top: 0px;
    background-color: transparent;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #fff;
    font-size: 15px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 4px;
    text-transform: uppercase;
  }

  .industry-stripe-content-portrait {
    margin-top: 0px;
    padding-bottom: 10px;
    background-color: #a5b4c6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(165, 180, 198, 0.3)), to(rgba(165, 180, 198, 0.3))), url('../images/5748827e3812d026456d78e8_Untitled-2.png');
    background-image: linear-gradient(180deg, rgba(165, 180, 198, 0.3), rgba(165, 180, 198, 0.3)), url('../images/5748827e3812d026456d78e8_Untitled-2.png');
    background-position: 0px 0px, -134px 0px;
    background-size: auto, cover;
  }

  .section-header-portrait {
    margin-top: 10px;
    margin-left: 0px;
    padding-left: 10px;
    font-family: 'Droid Serif', serif;
    color: #000;
    line-height: 26px;
    text-align: left;
    text-shadow: none;
  }

  .section-header-2-portrait {
    margin-top: 10px;
    padding-left: 10px;
    font-family: 'Droid Serif', serif;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    text-shadow: none;
  }

  .white-border-portrait {
    margin-right: 15px;
    float: right;
    border: 2px solid #fff;
  }

  .section-1-header {
    height: 259px;
    margin-top: 0px;
    background-color: #52607d;
  }

  .section1headerportrait {
    margin-bottom: 0px;
    padding-top: 10px;
    font-family: 'Droid Sans', sans-serif;
    color: #fff;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
  }

  .hero-section {
    height: 300px;
    background-position: 50% 100%;
  }

  .subpage-content {
    margin-top: 0px;
  }

  .subpage-content.portrait {
    margin-top: 30px;
  }

  .subpage-content.portrait.padding {
    margin-left: 0px;
  }

  .subpage-content.padding {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .list {
    color: #000;
  }

  .about-hero {
    height: 150px;
  }

  .products-hero {
    height: 150px;
  }

  .request-quote-portrait {
    width: 135px;
    height: 60px;
    margin-top: 5px;
    float: right;
    border-radius: 12px;
    background-color: #6ca89e;
    color: #fff;
    font-size: 15px;
    line-height: 16px;
    text-align: center;
  }

  .quote-images {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .quality-hero {
    height: 150px;
  }

  .industry-row-landscape {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .industry-image-landscape {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .home-button {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .home-button.portrait {
    display: block;
    width: 105px;
    height: 38px;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .home-button.view {
    margin-left: 0px;
  }

  .quote-hero {
    height: 150px;
    background-position: 0px 0px;
  }

  .stock-hero {
    background-image: url('../images/fotolia_99468185.jpg');
    background-position: 0px -63px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .industries-hero {
    background-position: 0px -57px;
  }

  .contact-hero {
    background-position: 0px -41px;
  }

  .dropdown-list.w--open {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: none;
    background-color: #6ca89e;
    text-align: center;
  }

  .mobile-icon {
    float: left;
  }

  .mobile-icon.new {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
    float: none;
  }

  .home-list-text.second {
    letter-spacing: 0.5px;
  }

  .list-3 {
    padding-left: 20px;
    color: #000;
  }

  .slider {
    height: 200px;
  }

  .slide-1 {
    background-position: 50% 50%;
    background-size: cover;
  }

  .home-page-content {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    line-height: 22px;
  }

  .home-page-content.no-padding {
    width: 100%;
    margin-left: 0px;
  }

  .home-page-content.flex {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .subpage-list.left-align {
    padding-left: 30px;
  }

  .map {
    width: auto;
  }

  .col-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider-text {
    top: 112px;
    width: auto;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
  }

  .slider-text-div {
    top: 110px;
  }

  .logo-overlay {
    top: 0px;
  }

  .brand-new {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .brand-new.w--current {
    display: block;
    width: auto;
    height: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .brand-image-new {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 60px;
    max-width: 100%;
  }

  .nav-text-block {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
    line-height: 1.2em;
  }

  .vipertex-sub {
    font-size: 1.2em;
  }

  .vipertex-sub.bottom {
    font-size: 1.3em;
  }

  .vipertex-blue-side {
    font-size: 1em;
  }

  .patterns-image {
    width: 90%;
    border-radius: 350px;
  }

  .patterns-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .vipertex-colum-2 {
    margin-bottom: 15px;
  }

  .vipertex-column-3 {
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .vipertex-column-1 {
    margin-bottom: 15px;
  }

  .column-4 {
    margin-top: 0px;
  }

  .parallax-section {
    height: 250px;
    background-position: 50% 0%;
    background-repeat: no-repeat;
  }

  .home-div {
    display: -ms-grid;
    display: grid;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .team-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
}

