a {
    background: transparent;
}
   .Contact {
      font-size: 21px;
      font-family: "acumin-pro-condensed", "sans-serif"
}
   p {
    margin: 0 0 10px;
}
   p{
      font-size: 21px;
      padding: 0 0 1em 0;
}
   h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
   h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
   h3, .h3 {
    font-size: 24px;
}
   h3 {
    font-family: "industry",sans-serif;
    font-size: 1.6em;
    color: #00B3FE;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}
   .Contact h3 {
    margin-bottom: 1em;
    color: #00B3FE;
}
   .ContactListings {
    margin: 1em 0 3em;
    font-family: "acumin-pro-condensed", "sans-serif";
}
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}
   ul, li {
    list-style: none;
}
.ContactListings ul {
    overflow: hidden;
}
.ContactListings ul li {
    min-height: 300px;
    width: 32.334%;
    font-size: .85em;
    line-height: 150%;
    background: #eee;
    margin: 0 1.5% 2% 0;
    padding: 2%;
    float: left;
}
.ContactListings ul li .contact-header {
    font-family: "industry",sans-serif;
    font-size: 2.15em;
    line-height: 150%;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: .5em;
}
.ContactListings ul li p {
    line-height: 150%;
    padding-bottom: 0;
    margin-bottom: 0;
}

#contact-us-page {
    width: 100%;
    max-width: 1284px;
    margin: 0 auto;
}

#contact-us-page .ContactListings ul {
    display: flex;
    flex-wrap: wrap;
}

#contact-us-page .ContactListings ul li {
    width: 31.334%;
  }
  #contact-us-page .ContactListings ul li a {
    color: #00B3FE;
  }



@media only screen and (max-width: 991px){
  .Contact {
    text-shadow: none;
  }
  #contact-us-page .Contact h3 strong span{
    font-family: "industry",sans-serif;
    font-size: 35px;
    font-weight: 400;
  }
  #contact-us-page {
    width: 100%;
    padding: 0 25px;
  }
  #contact-us-page p{
    font-family: "acumin-pro-condensed","Helvetica Neue",Arial,sans-serif;
    line-height: 1.2;
    color: #555759;
  }
  .ContactListings {
    margin: 5em 0 3em;
}
#contact-us-page .ContactListings ul li p{
    line-height: 1.5;
}
#contact-us-page .ContactListings ul li .contact-header{
  font-size: 1.8em;
}
  #contact-us-page .ContactListings ul {
    flex-direction: row;
    width: 100%;
    margin: 0;
  }
  #contact-us-page .ContactListings ul li {
    width: 48%;
    min-height: 0;
    padding: 1em;
  }
  #contact-us-page .ContactListings ul li a {
    color: #00B3FE;
  }
}
@media only screen and (max-width: 575.98px){
  .Contact {
    text-shadow: none;
  }
  #contact-us-page .Contact h3 strong span{
    font-family: "industry",sans-serif;
    font-size: 35px;
    font-weight: 400;
  }
  #contact-us-page {
    width: 100%;
    padding: 0 20px;
  }
  #contact-us-page p{
    font-family: "acumin-pro-condensed","Helvetica Neue",Arial,sans-serif;
    line-height: 1.2;
  }
  .ContactListings {
    margin: 5em 0 3em;
}
#contact-us-page .ContactListings ul li p{
    line-height: 1.5;
}
#contact-us-page .ContactListings ul li .contact-header{
  font-size: 1.8em;
}
  #contact-us-page .ContactListings ul {
    flex-direction: column;
    width: 100%;
    margin: 0;
  }
  #contact-us-page .ContactListings ul li {
    width: 100%;
    min-height: 0;
    margin-bottom: 2.2em;
    padding: 1em 1em 2em 1em;
  }
  #contact-us-page .ContactListings ul li a {
    color: #00B3FE;
  }
}
.open-innovation h3 {
  font-family: "industry",sans-serif;
  font-size: 2.6em;
  color: #00B3FE;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 70px 0 20px 0;
  padding: 0;
}
.open-innovation p {
  font-size: 21px;
  padding: 10px 0 1em 0;
  font-family: "acumin-pro-condensed";
}
.open-innovation a {
  color: #00B3FE;
  text-decoration: none;
}

/* IE specific issues */
.ie-browser .excel-app-container {
  display: block;
}
.ie-browser .excel-app-container .wraps {
  width: calc(100% /3);
  display: inline-block;
}
.ie-browser .heroCarousel .slick-next, .ie-browser .heroCarousel .slick-prev {  
  z-index: 1;
  background-color: transparent;
  border: none;      
}
