/* line 36, themes/homepage/less/_less.less */
.small-square {
  font-family: Arial;
  color: #5f574f;
  position: absolute;
  top: 0;
  margin: 0 0 0 -15px;
  content: '\25AA';
}
/* line 4, themes/homepage/less/contentpage.less */
h1 {
  margin-bottom: 20px;
}
/* line 7, themes/homepage/less/contentpage.less */
h2 {
  color: #820000;
  font-size: 1.6em;
}
/* line 11, themes/homepage/less/contentpage.less */
h3 {
  font-size: 1.4em;
}
/* line 14, themes/homepage/less/contentpage.less */
#mainmenu {
  margin-bottom: 30px;
}
/* line 20, themes/homepage/less/contentpage.less */
#main-content ul {
  list-style: none;
}
/* line 23, themes/homepage/less/contentpage.less */
#main-content ul li {
  color: #2e2d29;
  position: relative;
  line-height: 1.5em;
}
/* line 29, themes/homepage/less/contentpage.less */
#main-content ul li:before {
  font-family: Arial;
  color: #5f574f;
  position: absolute;
  top: 0;
  margin: 0 0 0 -15px;
  content: '\25AA';
}
/* line 33, themes/homepage/less/contentpage.less */
#main-content dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #820000;
}
/* line 39, themes/homepage/less/contentpage.less */
#main-content dd {
  line-height: 1.2;
  margin-bottom: 15px;
}
/* line 44, themes/homepage/less/contentpage.less */
#main-content .postcard-image {
  width: 350px;
}
/* line 47, themes/homepage/less/contentpage.less */
#main-content .postcard-image img {
  width: 100%;
  border-bottom: 3px solid #c4bfa9;
  padding-bottom: 2px;
}
/* line 53, themes/homepage/less/contentpage.less */
#main-content .postcard-text {
  vertical-align: top;
  padding-top: 10px;
  padding-left: 20px;
}
/* line 61, themes/homepage/less/contentpage.less */
#sidebar-first a {
  text-decoration: none;
}
/* line 65, themes/homepage/less/contentpage.less */
#sidebar-first ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 30px;
}
/* line 70, themes/homepage/less/contentpage.less */
#sidebar-first ul li {
  border-bottom: 1px solid #e3dfd5;
  padding: 10px 0;
}
