body {
  color: #000000;
}

p, td, div {
  line-height: 140%;
}
section .container {
  /*width: 970px;*/
  width: 100%;
}
.home-block header {
  margin-bottom: 20px;
}
.container h1,
.home-block header h1 {
  color: #42528e;
}
.container h2,
.home-block header h2 {
  color: #57585a;
}
div#top-logo {
  background-color: #FFFFFF;
  text-align: center;
  padding: 20px;
}
div#et-logo {
  display: none;
}
#main-header #top-menu .container {
  padding: 24px 0 0;
  line-height: 170%;
}
#main-header #top-menu nav a:hover, .description h2 a:hover {
  color: #dddddd;
}
#main-header #top-area h1.title {
  font-weight: 400;
  text-shadow: 2px 2px 2px #000000;
}

/*don't display featured image in body of content*/
article img.et-main-project-thumb {
  display: none;
}

/*don't display testimonials (monthly announcement) image*/
ul#testimonials-authors {
  display: none;
}

#pre-footer p.tagline {
  display: none;
}
section.home-block {
  /*padding-bottom: 0;*/
}
div#et-projects-wrapper {
  text-align: center;
}
ul#et-projects {
  max-width: 980px;
  margin: 0 auto;
}
ul#et-projects li {
  border: 1px solid white;
}
footer#main-footer {
  padding: 30px 0;
}
footer#main-footer div#footer-widgets {
  margin-bottom: 0;
}
footer#main-footer div#footer-widgets div.footer-widget {
  margin: 0;
  text-align: center;
  width: 100%;
}

/*Social Media footer*/
.social-media {
  text-align: center;
}
.social-media a {
  padding: 5px;
}

/*privacy policy footer*/
.privacy-policy {
  text-align: center;
  font-size: 80%;
  margin-top: 10px;
}

/*CiviCRM*/
.crm-public .crm-container div.messages {
  border-radius: 0;
}
.crm-public .crm-container .help {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 100%;
}
.crm-public div.content input {
  margin-top: 0;
}
.crm-container.crm-public .crm-section .label {
  width: 20%;
}
.crm-container.crm-public .crm-section .content {
  margin-left: 22%;
}

/*event listing widget theme*/
div.civievent-widget-list {
  margin-top: 20px;
}
div.civievent-widget-event {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.civievent-widget-event-datetime {
  font-size: 150%;
  color: #78a12e;
  font-weight: 400;
  float: left;
  display: block;
  width: 100%;
}
.civievent-widget-event-end-date::before {
  content: ' ';
  display: block;
  margin-top: 10px;
}

.civievent-widget-event-title {
  float: left;
  display: block;
  margin-left: 30px;
  max-width: 55%;
}
.civievent-widget-event-location,
.civievent-widget-reglink,
.civievent-widget-infolink,
.civievent-widget-event-summary {
  display: block;
}
.civievent-widget-infolink {
  display: block;
  font-weight: bold;
}
.civievent-widget-event-summary {
  margin-top: 10px;
}

.et-fixed #et-logo {
  display: none !important;
}
.et-description {
  float: left;
}