/* DEFAULT COLORS */
.heightWidthFull {
  height: 100%;
  width: 100%;
}
.paddingMarginReset {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #2a0000;
  background: #eeeeee;
}
h1 {
  font-family: "Playfair Display SC", serif;
}
h1,
h2,
h3 {
  margin: 0 0 10px 0;
  font-weight: bold;
}
p {
  line-height: 24px;
}
.header {
  text-align: center;
  background: #bdbdbd;
  position: relative;
  padding: 10px 0;
  border-bottom: solid 1px #ffffff;
  box-shadow: 0 1px 3px #333333;
}
.header .logo {
  width: 90%;
  max-width: 447px;
  z-index: 2;
  position: relative;
  border: none;
}
.header .left-bg,
.header .right-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 0.25;
}
.header .left-bg {
  left: 0;
  background: url("/img/ISG-parts-drawing.png") center center no-repeat;
}
.header .right-bg {
  right: 0;
  background: url("/img/ISG-globe-hin.png") center center no-repeat;
}
.preamble {
  text-align: center;
  background: #eeeeee;
  margin: 10px auto;
}
.preamble .wrapper {
  padding: 20px 10px;
}
.preamble .wrapper h1.title {
  font-weight: bold;
}
.preamble .wrapper h2.purpose {
  margin-bottom: 10px;
}
.preamble .wrapper h2.quality {
  font-style: italic;
  margin: 0;
}
.features {
  margin: 0 auto;
  width: 100%;
  text-align: left;
  padding: 5px 0;
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
  background: #fafafa;
}
.features .wrapper {
  max-width: 1130px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 10px;
}
.features .wrapper .product-lines {
  margin: 30px auto 10px auto;
  text-align: center;
}
.features .wrapper .feature-list {
  margin: 110px 0;
  float: right;
}
.features .wrapper .feature-list li {
  line-height: 32px;
  font-size: 22px;
}
footer {
  padding: 20px 10px;
  color: #999999;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .preamble {
    width: 100%;
  }
  .preamble p {
    padding: 0 5px 20px 5px;
  }
}
@media only screen and (max-width: 436px) {
  .features .wrapper .part-collage {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .features .wrapper .part-collage {
    display: block;
    margin: 0 auto;
  }
  .features .wrapper .feature-list {
    float: none;
    margin: 0 auto 20px auto;
    max-width: 600px;
  }
}
