@charset "utf-8";
/* CSS Document */

.product-banner-lead {
 clear: both;
}

.product-title-lead {
  font-size: 34px;
  font-weight: bold;
  padding-top: 80px;
  padding-bottom: 20px;
  line-height: 120%;
}

.product-description-lead {
  font-size: 24px;
}

.product-banner {
  clear: both;
  margin-top: 30px;
  padding-top: 70px;
  padding-bottom: 80px;
  border-top: 1px solid black;
}

.product-title {
  font-size: 32px;
  font-weight: bold;
  padding-top: 80px;
  padding-bottom: 20px;
}

.product-title-small {
  font-size: 32px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
}

.product-description {
  padding-bottom: 20px;
}

.prod-three-col {
  float: left; 
  width: 33%; 
  text-align: center;
}

.prod-two-col {
  float: left; 
  width: 50%; 
  text-align: center;
}

.product-highlights h4 {
  margin-bottom: 0px;
}

.product-action {
  clear: both;
  background-color: #a9eaff;
  text-align: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 20px;
}

.contact-short {
  font-size:22px;
}

.footer-text {
  font-size: 14px;
}

a.support-button {
  background-color: #15ace6;
  color: #fff;
  font-size: 14.4px;
  padding: 3px 4px 4px 4px;
  border-radius: 3px;
}

select {
  width: 100%;
  max-width: 380px;
  padding: 8px;
  border: 2px solid #ccc;
  -webkit-appearance: none;
}

.case-study {
  margin-top: 85px;
  margin-bottom: 85px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding-top: 40px;
  padding-bottom: 40px;
}

.case-study-lead {
  text-align: center; 
  font-size: 30px;
}

.case-study-desc { 
  text-align: center;
}