/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.product-info:after, .product-bullets .inner:after, .product-bullets li:after {
  content: '';
  display: table;
  clear: both; }

html, body {
  height: 100%;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  font: normal normal 400 18px/1.3 'Open Sans', sans-serif;
  color: #000000; }

h1, h2, h3, p {
  margin: 20px 0; }

h1, h2 {
  font-size: 24px;
  font-weight: 800;
  color: #1c384c; }

h3 {
  font-size: 18px;
  font-weight: 800;
  color: #1c384c; }

img {
  vertical-align: bottom;
  max-width: 100%; }

a {
  text-decoration: none; }

*, *:before, *:after {
  box-sizing: border-box; }

.forest {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

  @media only screen and (max-width: 750px) {
    .forest {
      min-width: 850px; } }

.product-info:after {
  content: '';
  display: table;
  clear: both; }

.cover-photo {
  position: relative;
  height: 320px;
  background: url("./images/cover.jpg") no-repeat top center;
  background-size: cover;
  overflow: hidden; }

.product-wrapper {
  max-width: 1220px;
  margin: 0 auto; }

.product-info {
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
  padding: 56px 40px 0; }

  .product-info h1,
  .product-info h2 {
    font-size: 22px; }

  .product-info p {
    font-size: 16px; }

  .product-info .left {
    width: 33.33333%;
    padding-top: 50px; }
    @media only screen and (max-width: 750px) {
      .product-info .left {
        padding-top: 20px;
        margin-bottom: 40px; } }
    @media only screen and (min-width: 751px) and (max-width: 1024px) {
      .product-info .left {
        width: 30%;
        margin-bottom: 40px; } }

  .product-info .middle {
    position: relative;
    width: 33.33333%; }
    @media only screen and (max-width: 750px) {
      .product-info .middle {
        text-align: center;
        width: 33.33333%; } }
    @media only screen and (min-width: 751px) and (max-width: 1024px) {
      .product-info .middle {
        width: 39.9%;
        margin-bottom: 40px; } }
    .product-info .middle .phone {
      position: relative; }
    .product-info .middle .shadow {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      @media only screen and (max-width: 750px) {
        .product-info .middle .shadow {
          left: 50%;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -o-transform: translateX(-50%); } }

  .product-info .right {
    width: 33.33333%;
    margin-bottom: 30px;
    padding-top: 50px; }
    @media only screen and (max-width: 750px) {
      .product-info .right {
        padding-top: 10px;
        margin-bottom: 40px; } }
    @media only screen and (min-width: 751px) and (max-width: 1024px) {
      .product-info .right {
        width: 30%;
        margin-bottom: 40px; } }

  .product-info .left, .product-info .middle, .product-info .right {
    float: left; }
    @media only screen and (max-width: 750px) {
      .product-info .left, .product-info .middle, .product-info .right {
        float: none;
        width: auto; } }

    @media only screen and (max-width: 750px) {
      .product-info .download-links {
        position: relative;
        right: auto;
        bottom: auto;
        width: 170px;
        margin: 0 auto;
        padding-top: 20px; } }
    .product-info .quote {
    font-style: italic; }
    .product-info .download-links a {
      display: block;
      float: left;
      margin-bottom: 10px;
      margin-right: 10px; }
      @media only screen and (max-width: 750px) {
        .product-info .download-links a {
          float: none;
          margin-right: 0px; } }
        @media only screen and (max-width: 750px) {
          .product-info .download-links a:first-child {
            margin-right: 0;
            margin-bottom: 10px; } }
    .product-info .questions h1,
    .product-info .questions h2 {
      margin-top: 30px; }
      @media only screen and (max-width: 750px) {
      .product-info .questions h1,
      .product-info .questions h2 {
        margin-top: 50px; } }
    .product-info .questions a {
    color: #615546; }

.product-info:after {
  content: '';
  display: table;
  clear: both; }

  .pitch {
    padding: 0px 41px 70px;
    font-size: 14px;
    line-height: 1.5; }

.footer {
  padding: 30px 20px 70px;
  font-size: 14px;
  line-height: 1.5;
  color: #615546;
  border-top: 1px solid #dedede; }
  @media only screen and (max-width: 750px) {
    .footer {
      text-align: center; } }

  .footer .footer-block {
    float: left;
    padding-bottom: 50px; }
    @media only screen and (max-width: 750px) {
      .footer .footer-block {
        display: block;
        float: none;
        margin: 0 auto;
        padding-bottom: 40px; } }

  .footer .footer-logo {
    width: 33.33333%; }
    @media only screen and (max-width: 750px) {
    .footer .footer-logo {
      text-align: center; } }

  .footer .footer-address {
    width: 25.33333%; }
    @media only screen and (max-width: 750px) {
    .footer .footer-address {
      width: 50%; } }

  .footer .footer-mail {
    width: 40.66666% }
    @media only screen and (max-width: 750px) {
    .footer .footer-mail {
      width: 70%; } }

  .footer a {
    color: #615546; }
    @media only screen and (max-width: 750px) {
    .footer {
      text-align: center; } }

  .footer .legal {
    font-size: 10px;
    line-height: 1.0; }
