html, body {
    padding:0;
    margin:0;
    font-family:"Montserrat";
    font-size:16px;
  }
  a img { border:0; }
  .clear { clear:both; }
  .nowrap { white-space:nowrap; }

  h1, h2, h3, strong {
    font-family:"Montserrat Semi-Bold";
    font-weight:normal;
  }

  em {
    font-family:"Montserrat Italic";
    font-style:normal;
  }

  ul.menu {
    margin:0;
    padding:0;
    list-style:none;
  }
  ul.menu li {
    display:inline-block;
    position:relative;
  }

  .dropshadow {
      position:absolute;
      top:0;
      left:0;
      right:0;
      height:10px;
      z-index:3;
      opacity:.4;
      background:transparent url(/img/dropshadow.png) repeat-x top;
  }

  #Site {
    width:100%;
    max-width:960px;
    min-width:320px;
    margin:0 auto;
    background:#f6f6f6;
  }

  header, #Content, footer {
    position:relative;
  }

  #Identity {
      padding:20px 8.85%;
  }

  header #Logo {
      float:left;
      max-width:30%;
  }
  header #Logo img {
      width:100%;
      max-width:126px;
      height:auto;
      border:0;
  }
  header #QuickContact {
      float:right;
    text-align:right;
      font-size:14px;
      padding:10px 0;
  }
  header #QuickContact,
  header #QuickContact a {
    color:#858588;
    text-decoration:none;
  }

  header #Search {
      float:right;
      clear:right;
  }
  header #Search input[type='text'] {
    border:1px solid #a7a7a7;
    border-radius:2px 0 0 2px;
    border-right:0;
    width:150px;
    line-height:20px;
      height:20px;
    padding:5px;
  }
  header #Search input[type='submit'] {
    border:1px solid #f05023;
    border-left:0;
    line-height:20px;
    padding:5px 15px;
    background:#f05023;
    color:#ffffff;
    text-transform:uppercase;
    font-family:"Montserrat Semi-Bold";
    font-size:12px;
      font-weight:normal;
      vertical-align:top;
      -webkit-appearance: none;
  }

  #SiteMenuToggle {
      position:fixed;
      top:5px;
      width:53px;
      height:53px;
      z-index:100;
      background:transparent url(/img/menu-toggle.png) top left;
      cursor:pointer;
      display:none;
  }

  #SiteMenu {
    position:relative;
    background:#67676a;
    z-index:5;
  }
  #SiteMenu ul li a {
    display:inline-block;
    color:#ffffff;
    text-decoration:none;
    text-transform:uppercase;
    font-family:"Montserrat Semi-Bold";
    font-size:12px;
      letter-spacing:.05em;
  }
  #SiteMenu ul li > a {
    padding:15px 35px;
    border-left:1px solid #77777b;
  }
  #SiteMenu ul li:first-child > a {
    border-left:0;
  }
  #SiteMenu ul li:hover > a {
    color:#ffc844;
  }
  #SiteMenu div.submenu {
    position:absolute;
    min-width:200px;
    background:#67676a;
    z-index:5;
    left:0;
    border-top:0;
    overflow:hidden;
    max-height: 0;
  }
  #SiteMenu div.submenu div {
    border-left:1px solid #77777b;
  }
  #SiteMenu div.submenu div:first-child {
      border-left:none;
  }
  #SiteMenu ul.menu li div.submenu a {
      text-transform:capitalize;
  }
  #SiteMenu ul.menu li:hover div.submenu {
      padding:10px 0 10px 0;
    max-height:10000px;
    transition: max-height .75s ease-in;
  }
  #SiteMenu div.submenu a {
      padding:10px 35px;
    display:block;
    font-family:"Montserrat";
      white-space:nowrap;
  }

  #SiteMenu div.submenu a:last-child {
    padding-bottom:10px;
  }
  #SiteMenu div.submenu a:hover {
    color:#ffc844;
  }
  #SiteMenu div.submenu a.submenu-subitem {
      padding:5px 10px 5px 45px;
    font-size:11px;
  }

  #SiteMenu a.menu-industries + .submenu {
    white-space:nowrap;
  }
  #SiteMenu div.submenu-industry {
    display:inline-block;
  }

  #ContentHeader {
    background:#ffffff;
    background-repeat:no-repeat;
    background-position:bottom right;
    position:relative;
  }

  #ContentHeader h1 {
    margin:0;
    position:relative;
    overflow:hidden;
  }
  #ContentHeader h1 img {
    display:block;
      width:100%;
      height:auto;
      max-width:960px;
  }

  footer {
    padding:0 8.85% 25px 8.85%;
  }

  #FooterContact h3 {
    margin:0;
      font-family:"Montserrat";
  }
  #FooterContact h3,
  #FooterContact h3 a {
    font-size:10px;
      line-height:13px;
    color:#f05023;
    text-decoration:none;
  }
  #FooterContact p {
    color:#858588;
    font-size:10px;
      line-height:13px;
    text-decoration:none;
  }
  #FooterContact p.address {
      margin:15px 0;
  }
  #FooterMenu {
      float:right;
      margin-right:8.25%;
  }
  #FooterMenu ul {
    column-count:2;
  }
  #FooterMenu li {
    display:block;
    width:150px;
    white-space:nowrap;
  }
  #FooterMenu a {
    line-height:20px;
    color:#858588;
    font-size:12px;
    text-decoration:none;
    text-transform:uppercase;
  }

  hr.sep {
    border:2px solid #ebebeb;
    margin:20px 0;
    clear:both;
  }

  #CategoryList li {
    display:block;
    padding:4px 0;
  }

  #IndustryList li {
    display:block;
    padding:4px 0 10px 0;
  }
  #IndustryList li a.industry {
    font-family:"Montserrat Semi-Bold";
    text-decoration:none;
  }
  #IndustryList li a.industry-application {
    display:inline-block;
    padding:0 5px;
    font-size:15px;
  }

  #Content {
    padding:10px 8.85%;
  }
  #Content,
  #Content a {
    color:#939598;
    line-height:25px;
  }
  #Content h2 {
      position:relative;
    clear:both;
    color:#f05023;
    font-size:22px;
      margin:25px 0 10px 0;
  }
  #Content h2 span {
      display:inline-block;
      padding-right:15px;
      position:relative;
      background:#f6f6f6;
      z-index:1;
  }
  #Content h2 hr.sep {
      margin:0;
      position:absolute;
      top:45%;
      width:100%;
  }

  #Content p {
      margin:10px 0;
  }

  div.tiles {
      margin:25px 0;
  }
  div.tiles a {
      font-size:13px;
      text-decoration:none;
  }
  div.tile-list {
    text-align:justify;
    text-align-last:justify;
  }
  .tile {
    margin:1.3% auto;
    display:inline-block;
    max-width:30%;
  }
  .tile img {
    width:100%;
    height:auto;
    max-width:275px;
  }

  div.green-program {
      margin:25px 0;
  }
  div.green-program img {
    float:right;
    margin:0 0 10px 20px;
    height:auto;
      max-width:40%;
  }

  div.two-col {
    position:relative;
    margin:25px 0;
    font-size:16px;
  }
  div.two-col > div.col {
    width:48%;
    background:#ffffff;
    border-radius:5px;
    box-shadow:#a7a7a7 0px 5px 5px;
      border:1px solid #d7d7d7;
    margin:10px 0;
  }
  div.two-col > div.facts {
    width:42%;
    padding:15px 3%;
    float:left;
    color:#2e358f;
      background:#fff url(/img/facts-backgorund.png) bottom center no-repeat;

  }
  div.two-col > div.facts h3 {
      margin-bottom:0;
  }
  #Content div.two-col > div.facts p:first-of-type {
      margin-top:0;
  }
  div.two-col > div.facts ul {
    margin-top:0;
    padding-left:20px;
      max-width:85%;
  }
  div.two-col > div.facts li {
  }

  div.two-col > div.rule {
    position:absolute;
    bottom:0;
    top:0;
    right:0;
    color:#f05023;
  }
  div.two-col > div.rule img {
    height:auto;
    width:100%;
    max-width:518px;
    border-radius:5px 5px 0 0;
      display:block;
  }
  div.two-col > div.rule h3 {
    margin:0;
      padding:0 6.25%;
  }
  #Content div.two-col > div.rule p {
    margin:0;
      padding:0 6.25%;
      line-height:24px;
  }

  h3.faq {
    font-family:"Montserrat Semi-Bold";
    text-align:left;
    color:#f05023;
  }
  ul.faq {
    margin:25px 0 25px 10px;
    padding:0;
    list-style:none;
  }
  #Content ul.faq li:first-child p:first-child {
      margin-top:0;
  }
  #Content ul.faq li:last-child p:last-child {
      margin-bottom:0;
  }
  #Content ul.faq p.question {
      margin:25px 0 0 12px;
  }
  #Content ul.faq p.answer {
      margin:0 0 25px 12px;
  }
  ul.faq p::before {
    font-family:"Montserrat Semi-Bold";
    color:#f05023;
    margin-left:-22px;
    padding-right:2px;
  }
  ul.faq p.question::before {
    content:"Q.";
  }
  ul.faq p.answer::before {
    content:"A.";
  }

  div.mat-placement {
  }
  div.mat-placement table caption {
    font-family:"Montserrat Semi-Bold";
    text-align:left;
    color:#f05023;
    margin:25px 0;
  }
  div.mat-placement table thead {
    background:#f05023;
  }
  div.mat-placement table thead th {
    padding:10px 20px 10px 10px;
    color:#ffffff;
    text-transform:uppercase;
    font-family:"Montserrat Semi-Bold";
    font-weight:normal;
    font-size:15px;
  }

  div.mat-placement table tbody td {
    vertical-align:top;
    color:#000000;
    padding:10px;
    border-left:1px solid #989a9d;
    border-bottom:1px solid #989a9d;
  }
  div.mat-placement table tbody td:last-child {
    border-right:1px solid #989a9d;
  }

  div.map {
      margin:50px 0;
  }
  div.map img {
    width:100%;
    height:auto;
    max-width:900px;
    display:block;
    margin:0 auto;
  }

  #Content p.about {
      margin:25px 0;
  }
  #Content p.about:first-of-type {
      margin-top:0;
  }

  h3.category,
  h3.industry {
    clear:both;
    font-size:16px;
    color:#f05023;
  }

  div.product {
    clear:both;
    font-size:15px;
    line-height:17px;
    margin:35px 0;
  }
  div.product img.product-image {
    float:left;
    height:auto;
    max-width:640px;
    margin:0 20px 10px 0;
    border-radius:5px;
  }
  div.product div.product-detail {
    margin-left:235px;
  }
  div.product h3.product-name,
  div.product h4.product-models {
    color:#2e358f;
    font-size:106.67%;
    margin:0 0 10px 0;
  }
  div.product ul.product-features li {
      padding:3px 0;
  }

  p.error {
    font-size:12px;
    color:#cc0000;
  }
  #Contact {
      margin:25px 0;
    max-width:750px;
  }
  #Contact div.field {
    margin:10px 0;
    line-height:30px;
  }
  #Contact div.field label {
    display:inline-block;
    vertical-align:top;
    text-align:right;
    white-space:nowrap;
      width:25%;
      padding-right:5px;
  }
  #Contact div.field .error {
    font-size:10px;
    color:#cc0000;
    vertical-align:top;
  }

  #Contact div.field input[type='text'],
  #Contact div.field textarea {
      width:60%;
    border:1px solid #efefef;
    padding:5px;

  }
  #Contact div.field textarea {
    height:120px;
  }
  #Contact div.buttons input[type='submit'] {
    border:0;
    display:block;
    margin:0 auto;
    padding:5px 20px;
    background:#f05023;
    color:#ffffff;
    font-size:16px;
    -webkit-appearance:none;
  }
