html, body {
    margin:0;
    padding:0;
    border:0;
    font-family: 'open-sans', Arial, sans-serif;
}
header {
    background: #20727f;
    width: 100%;
    text-align: center;
}
img {
    width: 100%;
    max-width: 1020px;
}
img.logo {
    max-width: 431px;
}
p, h2 {
    padding: 0 4%;
}
.container {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
}
.button {
    background: #20727f;
    color: #fff;
    text-decoration: none;
    width: 210px;
    display: block;
    text-align: center;
    margin: 10px auto 40px;
    padding: 10px 0;
    text-transform: uppercase;
}
footer {
    background: #20727f;
    width: 100%;
    text-align: center;
    padding: 30px 0
}
footer p {
    color:#fff;
}

.copyright span {
  vertical-align: middle;
}

@media screen and (max-width: 600px) {
  .datahawk {
    display: block;
    padding: 10px 0 0 0;
    text-align: center;
    width: 100%;
  }
  .datahawk img {
    width: 70px;
    display: inline-block;
  }
}
@media screen and (min-width: 600px) {
  .datahawk {
    padding-left: 10px;
  }
  .datahawk img {
    width: 70px;
    display: inline-block;
  }
}



/* BetterHug */
.prod-highlight h1 {
  font-size: 1.8em;
  display: block;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 40px;
}
.prod-highlight .cols-1-2 {
  display: block;
  font-size: 0;
  margin-bottom: 40px;
}
.prod-highlight .col {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}
.prod-highlight .col:first-child {
  width: 33.3333%
}
.prod-highlight .col:last-child {
  width: 66.6666%
}
.prod-highlight .sku {
  display: block;
  text-align: center;
}
.prod-highlight h3 {
  font-weight: normal;
}
.prod-highlight .sku-img {
  display: inline-block;
  width: 300px;
  max-width: 100%;
}
@media screen and (max-width: 991px){
  .prod-highlight h1 {
    font-size: 1.6em;
    padding-left: 30px;
    padding-right: 30px;
  }
  .prod-highlight h2 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 767px){
  .prod-highlight h1 {
    font-size: 1.4em;
  }
  .prod-highlight h2 {
    font-size: 1.0em;
  }
  .prod-highlight .sku-img {
    width: 240px;
  }
}
@media screen and (max-width: 575px){
  .prod-highlight h1 {
    font-size: 1.2em;
    padding-top: 0;
    margin-bottom: 20px
  }
  .prod-highlight h2 {
    font-size: 0.8em;
  }
  .prod-highlight .sku-img {
    width: 180px;
  }
}






/* end */
