.logo-text {
  font-family: "Marcellus", serif;
    color: #fff;
    padding-left: 10px;
    font-size: 24px;
    display: inline-block;
    max-width: 120px;
    margin: 0;
    vertical-align: middle;
    line-height: 1.1;
    font-style: italic;
}

.ZineRaing {
  font-weight: 600;
  font-style: italic;
}

.ZineRaing div {
  float: left;
  padding-right: 5px;
}

.resources_list,
.resources_list_teaser,
span.TagInfo,
.ZineAuthor,
.ZineDate,
.TagType {
  font-size: 14px;
  color: #787878;
}

.resources_list_teaser {
  margin-bottom: 16px;
}

.resources_list {
    margin: 27px 0;
}

.resources_list div,
.resources_list_teaser div {
    margin-bottom: 4px;
}

.ZineItem:last-child,
.ZineItem .ZineItem.Teaser,
.ZineIndex ul li .ZineItem {
    border: none;
    padding: 0;
    margin: 0;
}

.ZineComments .ZineItem {
    border: 1px solid #ccc;
    padding: 27px;
}

.ZineArticle .ZineDate {
    margin-top: 16px;
}

.ZineAuthor {
  display: block;
  margin: 4px 0;
  font-size: 18px;
}

.ZineSummary,
.ZineBody,
.TagDescription {
  padding: 16px 0 0;
}

.ZineSummary ul,
.ZineSummary ol {
  margin: 0;
}

.ZineSummary,
.TagDescription {
  font-size: 14px;
  line-height: 1.5;
  font-style: normal;
  display: block;
}

.ZineArticle .ZineSummary {
  font-size: 16px;
}

.ZineSummary:empty {
    padding: 0;
}

.ZineArticle .ZineSummary {
  color: #787878;
}

.Zine form#exsiteform div {
  margin-bottom: 10px;
}

div.Zine #title {
  float: left;
  margin-right: 10px;
}

.ZineLink,
.TagLink a,
.ResourceDirectoryResultTitle a {
  font-weight: bold;
}

.ZineLink {
    padding: 0 !important;
}

.Zine form#exsiteform div.formButtons {
  margin-bottom: 30px;
}

div.ZineReview div.ZineHeader div {
    float: left;
    font-weight: bold;
    margin-right: 10px;
}

.ResourceDirectoryResultItem {
    padding-bottom: 27px;
}

main #search_form input[type="text"] {
    box-shadow: none;
    font-size: 14px;
    border: 1px solid #ccc;
}

@media (max-width: 1199px) {
  main #search_form input[type="text"] {
    font-size: 11px;
  }
}

@media (max-width: 991px) {
  main #search_form input[type="text"] {
    font-size: 14px;
  }
}

main #search_form table td {
    padding: 0;
}

.ZineIndex ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ZineIndex ul li {
    padding-bottom: 27px;
    margin-bottom: 27px;
    border-bottom: 1px solid #ccc;
}

.ZineIndex ul li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.sidebar .ZineItem {
    border: none;
    padding: 0;
    margin: 0;
}

.sidebar .ZineItem,
.sidebar .Tags .TagsIndexKeyword {
    padding: 8px 0;
    line-height: 20px;
}

.sidebar .ZineItem a,
.sidebar .Tags .TagsIndexKeyword a,
.TagsIndexCount {
  font-size: 14px;
}

.sidebar .ZineItem a,
.sidebar .Tags .TagsIndexKeyword a {
    display: inline-block;
    line-height: 20px;
    color: #4c4545;
    text-decoration: none;
    font-weight: 600;
}

.sidebar .ZineItem a:hover,
.sidebar .ZineItem a:active,
.sidebar .ZineItem a:focus,
.sidebar .Tags .TagsIndexKeyword a:hover,
.sidebar .Tags .TagsIndexKeyword a:active,
.sidebar .Tags .TagsIndexKeyword a:focus {
    color: #aaa;
}

.sidebar .ZineIndex {
    margin: 0;
}

.sidebar .button {
  padding: 16px;
  background: transparent;
  font-weight: bold;
}

.sidebar .button:hover,
.sidebar .button:active,
.sidebar .button:focus {
  background: #aaa;
}

main #search_form input[type="text"],
main #search_form table {
    width: 100%;
}


/* Home page styles */

.resource-wrap,
.cat-key-wrap,
.recent-wrap {
    padding: 40px 0;
}

.resource-wrap {
  background: #0e3456;
}

main .resource-wrap #search_form input[type="text"] {
    height: 54px;
    border-radius: 50px;
    font-size: 18px;
    padding-left: 30px;
}

.cat-key-wrap {
  background: #F9F9FB;
}

.cat-key-wrap h2,
.recent-wrap h2 {
  margin: 0 0 32px;
}

@media (min-width: 992px) {
 .cat-key-wrap h3 {
   margin: 0 0 32px;
 }
}

.cat-key-wrap h3 {
    background: none;
    padding: 0;
}

.resource-wrap h1 {
    color: #fff;
}

.cat-key-wrap .ZineIndex,
.cat-key-wrap .Tags {
    padding-left: 20px;
}

.sidebar .ZineIndex,
.sidebar .Tags {
  padding-left: 10px;
}

.cat-key-wrap .ZineItem::before,
.cat-key-wrap .TagsIndexKeyword::before {
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Free";
    content: "\f111";
    font-weight: 900;
    font-size: 5px;
    vertical-align: middle;
    padding-right: 10px;
}

@media (min-width: 768px) {
  .cat-key-wrap .Tags {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cat-key-wrap .Tags .TagsIndexKeyword {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.cat-key-wrap .ZineIndex .ZineItem {
  margin: 0;
  padding: 0;
  border: none;
}

.cat-key-wrap .ZineLink {
    font-weight: 600;
}

.recent-wrap .Teaser {
  padding: 0 35px;
}

.resource-wrap #search_form input[type="submit"] {
    background-image: url(search.svg);
    background-size: 24px;
    width: 24px;
    height: 24px;
}

.banner.banner-home {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), url(resources-banner.jpg);
    padding: 14% 0 3%;
    background-position: top;
}

.aAuthor {
    padding: 48px 0 0;
}

.aAuthor img {
    float: left;
    margin: 0 30px 30px 0;
    border-radius: 10px;
}

.aAuthor p {
    margin: 0;
}

.aAuthor::after {
    content: "";
    clear: both;
    display: block;
}

.aBio > span {
font-weight: bold;
}

.rss,
.ZineSummary img,
.TagDescription img {
    display: none;
}

div.Search dd {
    color: #222;
}

.ZineTitle h3 {
  margin-bottom: 0;
}