html {
  background-color: #fff;
}

body {
  background-color: #fff;
  float: left;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  /*width: 100%; */
}

h1, h2, h3, h4, h5, p {
  color: #595959;

}

h1, h2, h3, h4, h5 {
  font-family: 'Dosis', sans serif;
  line-height: 115%;
}

p {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  line-height: 145%;
}

p.small {
  font-size: 0.7rem !important;
}

strong {
  font-weight: 700;
}

ul, ol, figure {
  margin: 0;
  padding: 0;
}

ol {
  font-family: 'Roboto Slab', serif;
  color: #595959;
  font-size: 0.9rem;
}

ol li {
  margin: 0 0 5px 30px;
}


img {
  display: block;
  width: 100%;
  height: auto;
}

hr {
  border: none;
  border-bottom: 1px solid #595959;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}



/* Links */
a {
  text-decoration: none;
  transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}

a:hover {
  text-decoration: none;
}








/* ==========================================================================
  Content
   ========================================================================== */

.content {
  float: left;
  max-width: 900px;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.content h1 {
  color: #595959;
  font-size: 1.9rem;
  font-weight: 600;
  padding: 0 0 32px 0;
}

.content h2 {
  color: #595959;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 20px 0 23px 0;
}

.content h3 {
  color: #595959;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 130%;
  padding: 0 0 20px 0;
}

.content p {
  color: #595959;
  font-size: 1rem;
  padding: 0 0 15px 0;
}



.content a {
  color: #41ad48;
  font-weight: 700;
}

.content a:hover {
  color: #595959;
}



.content ul li {
  list-style-type: disc;
  margin: 0 0 5px 30px;
  padding: 0;
}

#content {
  float: left;
  padding: 0 15px 0 15px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#content h4 {
  color: #595959;
  font-size: 1rem;
  font-weight: 700;
  padding: 10px 0 27px;
}

#content ul {
  color: #595959;
  
  font-weight: 400;
  padding: 0 0 15px 0;
}


#content figure {
  display: table;
  margin: 4px 0 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#content figure figcaption {
  caption-side: bottom;
  color: #595959;
  display: table-caption;
  font-size: 0.8rem;
  padding: 7px 0 6px 0;
  text-align: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}



