h1 {
  font-size: 45px;
  font-weight: 400;
  line-height: 1.5em;
}
h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5em;
}
h4 {
  font-size: 22px;
  font-weight: 400;
}
h5 {
  font-size: 18px;
  font-weight: 400;
}
#health-home {
  overflow-x: hidden;
}
.content > .inner {
    padding: 0 10px;
}
.product-button {
  font-size: 16px;
}
.product-button:nth-of-type(2), 
.product-button:nth-of-type(3),
.product-button:nth-of-type(6), 
.product-button:nth-of-type(7) {
  font-size: 13px;
}  
.skin_buttons {
  background: none repeat scroll 0 0 #37b1b6;
  border: medium none;
  color: rgb(255, 255, 255);
  display: block;
  font-family: "myriad-pro-n4","myriad-pro",sans-serif;
  font-weight: 400;
  /* line-height: 40px; */
  margin-bottom: 16px;
  padding: 20px 5px;
  text-transform: uppercase;  
  transition: all 0.35s ease-in-out 0s;
  -webkit-box-shadow:inset 0px 0px 0px 1px #fff;
  -moz-box-shadow:inset 0px 0px 0px 1px #fff;
  box-shadow:inset 0px 0px 0px 1px #fff;
}
.skin_buttons:hover {
  background-color: #37b1b6;
  opacity: 0.8;
}
.skin_buttons p {
  margin: 0;
}
.skin_buttons:nth-child(2), .skin_buttons:nth-child(6) {
  font-size: 12px;
}
.banner {
  background-image: url(/files/img/home/homepage-2016/health-banner-2.jpg);
  height: 444px;
  background-repeat: no-repeat;
  background-position: 40% 0%;
  padding: 0;
  background-color: #fff;
  margin-top: 10px;
  border-top: 1px solid #e2e2e2;
}
.products {
  background-color: #049298;
  padding: 25px 0;
}
.video-section {
  margin-top: 50px;
}
.video-section a {
  color: #009096;
}
.video-section p {
  text-align: center;
}
.video-container {
  margin: 10px 0px;
}
.banner-box {
  margin-top: 50px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
}
.header {

}
.header h1 {
  font-size: 45px;
  line-height: 1.2em;
  color: #37b1b6;
  font-weight: 300;  
  margin-bottom: 0.3em;
}
.header h1 i {
  font-weight: 400;
}
.paragraph {
  font-size: 16px;
  color: #454545;
}
.cta {
  background-color: #37b1b6;
  color: #fff;  
  text-align: center;
  margin-top: 30px;
  padding: 30px 0px;
}
.cta h3 {
  color: #fff;
}
.product-links {
  text-align: center;
}
.product-links h3 {
  color: #fff;
  font-size: 28px;
  margin: 1.5em;  
}
.product-links a {
  text-decoration: none;
  color: #fff;
}
.content-boxes {
  background-image: url(/files/img/home/homepage-2016/health-bkgd.jpg);
  height: auto;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  padding: 0;
  padding-top: 10px;  
  padding-bottom: 20px;
}
.leaders, .news-box {
  background-color: #fff;
}
.leaders > .inner, .news-box > .inner {
  padding: 0px 20px 20px;
}
.news-box a {
  color: #009096;
}
.news-image, .leaders-image {
  width: 100%;
} 
.infographic {
  text-align: center;
  margin-top: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
}
.infographic p {
  padding: 10px;
}
.content-button {
  background: none repeat scroll 0 0 #113770;
}
.content-button:hover {
  background-color: #113770;
  opacity: 0.8;  
}
.cta-button {
  background: none repeat scroll 0 0 #fa3d2f;
}
.cta-button:hover {
  background-color: #fa3d2f;
  opacity: 0.8;
}
.infographic-image {
  width: 100%;
}

/* Overwrites */
.itt {
  margin-top: 10px;
  margin-bottom: 0;
}
.itt_img-left .itt_img-content {
  width: 30%;
}
.itt_img-left .itt_title,
.itt_img-left .itt_text {
  width: 70%;
}
a.itt_text {
  margin-top: 12px;
}
.even-columns>* {
    margin-bottom: -20000px;
    padding-bottom: 20000px;
}
.even-columns {
  overflow: hidden;
}
.button {
  text-align: center;
  display: inline-block;
}
img {
  vertical-align: top;
}


@media screen and (min-width: 721px) {
  h1 {
    font-size: 64px;
  }
  .banner {
    background-position: 20% 0%;
    height: 400px;
  }   
  .banner-box {
    margin-top: 75px;
  }  
  .paragraph p {
    padding-right: 0 30px 20px;
  } 
  .content-boxes {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .leaders > .inner {
    padding: 0px 60px 20px;
    background-color: #fff;
  } 
  .news-box > .inner {
    padding: 0px 60px 20px;
    background-color: #fff;
    min-height: 282px;
  }    
  /*.news-image, .news-box > .inner {
    margin-left: 10px;
  }  */
  .leaders, .news-box {
    width: 49%;
  }
  .news-box {
    margin-left: 2%;
  }
  .infographic {
    margin-top: 20px;
  }  
}
@media screen and (min-width: 961px) {
  .header h1 {
    font-size: 55px;
  }
  .paragraph p {
    padding-right: 0 100px 20px;
  }    
  .infographic-image {
    padding-left: 20px;
    padding-right: 20px;     
    width: auto;    
  }      
}
@media screen and (min-width: 1100px) {
  .product-button:nth-of-type(2), 
  .product-button:nth-of-type(3),
  .product-button:nth-of-type(6), 
  .product-button:nth-of-type(7) {
    font-size: 16px;
  }  
}
@media screen and (min-width: 1121px) {
.banner {
  background-position: 10% 0%;
} 
}
@media screen and (min-width: 1300px) {
  .leaders > .inner {
    margin-right: 13px;
  }
  .news-box > .inner {
    margin-right: 3px;
  }
}