/* line 4, ../sass/content.scss */
a {
  color: #e95108;
  text-decoration: none;
}

/* line 9, ../sass/content.scss */
i, em {
  font-style: italic;
}

/* line 13, ../sass/content.scss */
b, strong {
  font-weight: bold;
}

/* line 17, ../sass/content.scss */
hr {
  background: none;
  border: none;
  border-top: 1px dotted #ba953d;
  clear: both;
  display: block;
  margin: 30px 0;
}

/* line 26, ../sass/content.scss */
h1 {
  color: #ba953d;
  font: italic normal 60px/78px "Hoefler Text", "Times New Roman", serif;
  margin: 0 0 15px;
}
/* line 31, ../sass/content.scss */
.content h1 {
  border-bottom: 1px solid #ba953d;
  height: 78px;
}

/* line 37, ../sass/content.scss */
h2 {
  color: #ba953d;
  font: 200 36px/1.3em "Raleway", Helvetica, Arial, sans-serif;
  margin: 20px 0;
}

/* line 43, ../sass/content.scss */
h3 {
  color: #455866;
  font: 700 24px/1.3em "Raleway", Helvetica, Arial, sans-serif;
  margin: 15px 0;
}

/* line 49, ../sass/content.scss */
h4 {
  color: #ba953d;
  font: 700 16px/1.3em "Raleway", Helvetica, Arial, sans-serif;
  margin: 15px 0;
  text-transform: uppercase;
}

/* line 56, ../sass/content.scss */
h5 {
  color: #555555;
  font: normal 17px/1.3em "Hoefler Text", "Times New Roman", serif;
  margin: 15px 0;
}

/* line 62, ../sass/content.scss */
h6 {
  color: #252525;
  font: 16px/1.3em "Raleway", Helvetica, Arial, sans-serif;
  margin: 15px 0;
}

/* line 68, ../sass/content.scss */
p {
  font: 16px/1.6em "Raleway", Helvetica, Arial, sans-serif;
  margin: 15px 0;
}

/* line 73, ../sass/content.scss */
.intro {
  color: #767676;
  font: italic 24px/1.4em "Hoefler Text", "Times New Roman", serif;
}

/* line 78, ../sass/content.scss */
.cite {
  color: #767676;
  font: 17px/1.4em "Hoefler Text", "Times New Roman", serif;
  margin: 15px 0 20px;
}

/* line 84, ../sass/content.scss */
.action {
  background: url(../img/link-action.png) no-repeat right center;
  color: #e95108;
  padding-right: 9px;
}

/* line 91, ../sass/content.scss */
ul {
  list-style: disc outside url(../img/list-bullet.png);
  padding-left: 20px;
}
/* line 100, ../sass/content.scss */
.header ul, .home ul, .section ul, .footer ul {
  list-style: none;
  list-style-image: none;
  padding: 0;
}

/* line 107, ../sass/content.scss */
table {
  width: 100%;
}

/* line 111, ../sass/content.scss */
td {
  border-top: 1px solid #e4d3ac;
  padding: 10px 0;
  vertical-align: top;
}
/* line 116, ../sass/content.scss */
td:first-child {
  width: 100px;
}
/* line 119, ../sass/content.scss */
td:first-child p {
  color: #252525;
  font-weight: bold;
}
/* line 125, ../sass/content.scss */
td h1, td h2, td h3, td h4, td h5, td h6, td p, td b, td strong {
  display: block;
  margin: 0 0 3px;
}
