/* Structure */





/* Basic */
  body {
    line-height: 22px;
    font-size: 16px;
    background-color:#fff;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    max-width: 1400px;
    padding: 0 10%;
    margin: 0 auto;
  }
  body, h1, h2, h3, h4, h5, p { font-family: 'Roboto',Helvetica,Sans-serif; }
  p {margin: 0 0 12px 0; }
  p.text-callout {color: #58a618;font-size: 20px; line-height: 26px; font-weight: 300;}
  hr { background: #58a618; border: 0; height: 1px; }
  ul { padding: 0em 0em 1em 1.5em; margin-top: -10px; list-style-position:inside;}
  ul li { list-style-position:inside;}
  li {list-style-type: disc; list-style-position: inside; text-indent:-22px; }
  a, a:visited, a:active {color: #326295; }
  a:hover {color: #58a618; }

img { max-width: 100%; }

/* Headlines */
  h1, h2, h3, h4, h5 {font-weight: normal; margin-top: 8px; text-align: left; font-weight: 500;}
  h1, .hero h1 {
    margin-top: 24px;
    font-size: 64px;
    line-height: 1.05;
    margin-bottom: 24px;
    font-weight: 300;
    color: #58a618;
    }
  h2 {   font-size: 24px; line-height: 26px; margin-top: 32px; line-height: 1.05; }
  h3, .hero h3, h4, .hero h4 { font-size: 18px; line-height: 18px; margin: 8px 0 2px 0; line-height: 1.05}
  h4 { color: #425563;  margin-top: 16px;} h4:first-child { margin-top: 0; }
  small, small p, small a { font-size: 12px; line-height: 14px; text-align: left; }

/* Cross promotions */
.sidekick img { max-width: 100%; }
.sidekick h2, .sidekick-full h2 { font-weight: 300; color: #58a618; margin: 8px 0 8px 0;}
  .sidekick-full h2 {text-align: center; font-size: 34px; margin-bottom: 18px;}
.sidekick h3, .sidekick-full h3 { font-weight: 300; color: #58a618;  text-align: left; font-size: 28px; margin: 8px 0 8px 0;}
  .sidekick-full {
    border-top: 1px solid #c9cacc;
    margin-top: 48px;
    padding-top: 24px;}
.sidekick a, .sidekick-full a { color: #58a618; }
.sidekick p, .sidekick-full  p { color: #636466;}

a.primary-button {
font-size: 24px;
line-height: 24px;
padding: 1em 1.5em 0.5em 1.5em;
margin: 24px 0 8px 0;
width: auto;
height: 35px;
text-indent: 0px;
background-color: #58a618;
display: inline-block;
border-radius: 6px;
color:#fff;
text-decoration: none;
font-weight: 300;
}
a.primary-button:hover {
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  background-color: #7ac83a;
}
  /*
    font-size: 24px;
    line-height: 24px;
    padding: 1em 1.5em;
      margin: 0 0 8px 0;
      width: auto;
      height: 35px;
      text-indent: 0px;
      padding: 8px;
      border: none;
      background-color: #58a618;
      color: #fff;
      -webkit-font-smoothing: antialiased;
display: inline-block;
font-weight: normal;
text-align: center;
text-decoration: none;
font-family: sans-serif;
background: rgb(88,166,24);
color: rgb(255, 255, 255);
border-radius: 6px;
border-width: 0px;
transition: all .4s ease;
-moz-transition: all .4s ease;
-webkit-transition: all .4s ease;
-o-transition: all .4s ease;
text-shadow: none;
line-height: 1.5em;
padding: 6px 18px;
*/
  }



/* Responsive */
  @media (max-width: 767px) {

  }
