html body {
  font-size:13px;
  line-height:1.5em;
  font-family:Georgia, Times, "Times New Roman", serif;
}

html .primary h2 {
  color:#606a75;
  font-size:54px;
  line-height:56px;
  text-transform:uppercase;
  font-family:"Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  margin-bottom:25px;
  padding-bottom:25px;
  border-bottom:2px solid #606a75;
}

html .primary > h2 {
    letter-spacing:-2px;
}

html .primary h2.long {
  font-size:36px;
  line-height:38px;
  letter-spacing:-1px !important;
}

.trumpet p {
  font-size:17px;
  line-height:24px;
  color:#606a75;
  margin-bottom:27px;
  padding-bottom:27px;
  border-bottom:2px solid #606a75;
}

div.trumpet {
  position:relative;
}

div.trumpet img {
  position:absolute;
  z-index:10;
  bottom:-17px;
}

.box.promoted {
  background-color:#99b51b;
}

.box.promoted h2 {
  color:#fff;
}

.box.promoted h3 {
  color:#fff;
}

.list-events dt {
  background:transparent url(/images/icn-act.png) no-repeat left 4px;
}

.list-events dd {
  padding-bottom:7px;
  color:#646464;
}

.list-events dd.last {
  padding-bottom:0;
}

.list-events dt,
.list-events dd {
  padding-left:22px;
}

.promoted .list-events dt,
.promoted .list-events dd,
.promoted .list-events dt a {
  color:#fff;
}



