/* Variables copied from variables.less */
/*  */

/* General */
html,
body,
button {
  color: #454547;
}

/* Default .btn */
/*  */
.btn {
  background-color: #454547;
  color: #ffffff;
}
.btn:hover,
.btn:focus {
  background-color: #6b6b6d;
  color: #ffffff;
}

/* Header */
.header {
  background-color: #454547;
  color: #ffffff;
}

/* Header with image */
/*  */
.header--withimage .header {
  background-color: transparent;
}

/* This is decided by Curated */
@media (max-width: 760px) {
  .header .navbar-collapse {
    background-color: #252526;
  }
  .header .navbar-collapse a {
    color: rgba(255,255,255,0.8);
  }
  .header .navbar-collapse a:hover,
  .header .navbar-collapse a:active {
    color: #ffffff;
  }
}
.header .navbar-search {
  background-color: #252526;
}

.header .navbar-search-bar {
  background-color: rgba(255,255,255,0.8);
}

.header .navbar-a-search {
  color: rgba(255,255,255,0.8);
}

.header .navbar-toggle .navbar-toggle-bar {
  background-color: rgba(255,255,255,0.8);
}
.header .navbar-toggle:hover .navbar-toggle-bar,
.header .navbar-toggle:active .navbar-toggle-bar {
  background-color: #ffffff;
}
/* This is decided by Curated */
/* matches .navbar-collapse a above */
.header .navbar-toggle .icon-cross {
  color: rgba(255,255,255,0.8);
}
.header .navbar-toggle .icon-cross:hover,
.header .navbar-toggle .icon-cross:active {
  color: #ffffff;
}
.header a {
  color: rgba(255,255,255,0.8);
}
.header a:hover,
.header a:active {
  color: #ffffff;
}
.header a.navbar-brand {
  color: #ffffff;
}

/* Colors for email and search inputs in header */
/*  */
.header .form-control {
  background-color: rgba(255,255,255,0.9);
  color: #000000;
}

/* Placeholder colors */
/*  */
.header ::-moz-placeholder {
  color: #29292b;
}
.header :-ms-input-placeholder {
  color: #29292b;
}
.header ::placeholder {
  color: #29292b;
}

.header .btn,
.btn-primary {
  background-color: #b4af0d;

  color: #FFFFFF;
}

.header .btn path,
.btn-primary path {
  stroke: #FFFFFF;
}

.header .btn:hover,
.btn-primary:hover,
.header .btn:focus,
.btn-primary:focus {
  background-color: #a29e0c;
  color: #FFFFFF;

}


.navbar-search .btn {
  background-color: transparent;
  color: #5e5e61;
}
.navbar-search .btn:hover,
.navbar-search .btn:focus {
  background-color: transparent;
  color: #000000;
}

/* Item */
/*  */

/* When the item is in .item__list, set divider border top color (archives and search pages) */
/*  */
.item__list .item:before {
  border-top-color: rgba(69,69,71,0.2);
}

.item__heading {
  /* This is .item__heading on search and archives */
  color: #000000;
}
.item__footer {
  /* This is .item__footer on search and archives */
  color: rgba(69,69,71,0.7);
}

/* Issue heading */
/*  */
.issue__heading h1 {
  color: #454547;
}

/* If issue date is displayed along with title <time> gets wrapped in an <i> */
/*  */
.issue__heading h1 i {
  color: rgba(69,69,71,0.7);
}

/* Trello: https://trello.com/c/lEPuvhXO */
/* If secondary font is Garamond, Laila or Merriweather adjust */
/* padding to correct line-height issues with these fonts in lozenge */
/*  */

/* Category styles */
/* Does not effect search/archives alignment */
/*  */
/* Search modifier classes */
/*  */

/* For each category we have an .item__heading modifier class which is used on search results */
/*  */
.item--cc-announcement .item__heading {
  color: #454547;
}

/* For each category we have an .item__title modifier class, used on the search results */
.item--cc-announcement .item__title {
  color: #000000;
}

/* Modifier used in search to show the embedded links in the correct color. */
.item--cc-announcement .item__body p a {
  color: #000000;
}


.cc-announcement {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-announcement .category__title {
  color: #454547;
  text-align: center;

  /* If header justification: left and header style: both_horizontal | icon_only */
  /* give heading relative for absolute positing of icon */
  /*  */
}

/* Icons */
/*  */
.cc-announcement .category__title img {

  /* If title category_header_justification: left give icon some space */
  /*  */
}

/* If header justification: left and header style: both_horizontal | icon_only */
/* place icon off canvas when not on small screen */
/*  */
@media (min-width: 978px) {
  .cc-announcement .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */

  /* If text alignment is center, give p .item--issue left and right margin */
  /*  */

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */

.cc-announcement blockquote {
  border-left-color: #cccccc;
}

.cc-announcement .item__title a {
  color: #000000;
}
.cc-announcement .item__title a:hover,
.cc-announcement .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-announcement p a,
.cc-announcement ul li a {
  color: #000000;
}
.cc-announcement p a:hover,
.cc-announcement p a:active,
.cc-announcement ul li a:hover,
.cc-announcement ul li a:active {
  color: #262626;
}

.cc-announcement .item__footer {
  color: #454547;
}
.cc-announcement .item__footer a {
  color: #000000;
}
.cc-announcement .item__footer a:hover,
.cc-announcement .item__footer a:active {
  color: #262626;
}

.cc-announcement a.social-share {
  background: #3244c5;
}
.cc-announcement a.social-share:hover,
.cc-announcement a.social-share:active {
  background: #586aeb;
}

  /* Divider (formally .item__line but we can have <hr>'s inside .item--issue so apply to all) */
  /*  */
.cc-announcement hr {
  background-color: #cccccc;
  color: #cccccc;
}

  /* Sponsored category footer on issue page */
  /*  */
.cc-announcement.category__footer h2 {
  border: 1px solid #454547;
}
.cc-announcement.category__footer a {
  color: #000000;
}
.cc-announcement.category__footer a:hover,
.cc-announcement.category__footer a:focus {
  color: #000000;
}
/* Search modifier classes */
/*  */

/* For each category we have an .item__heading modifier class which is used on search results */
/*  */
.item--cc-impactopening .item__heading {
  color: #454547;
}

/* For each category we have an .item__title modifier class, used on the search results */
.item--cc-impactopening .item__title {
  color: #000000;
}

/* Modifier used in search to show the embedded links in the correct color. */
.item--cc-impactopening .item__body p a {
  color: #000000;
}


.cc-impactopening {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-impactopening .category__title {
  color: #454547;
  text-align: center;

  /* If header justification: left and header style: both_horizontal | icon_only */
  /* give heading relative for absolute positing of icon */
  /*  */
}

/* Icons */
/*  */
.cc-impactopening .category__title img {

  /* If title category_header_justification: left give icon some space */
  /*  */
}

/* If header justification: left and header style: both_horizontal | icon_only */
/* place icon off canvas when not on small screen */
/*  */
@media (min-width: 978px) {
  .cc-impactopening .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */

  /* If text alignment is center, give p .item--issue left and right margin */
  /*  */

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */

.cc-impactopening blockquote {
  border-left-color: #cccccc;
}

.cc-impactopening .item__title a {
  color: #000000;
}
.cc-impactopening .item__title a:hover,
.cc-impactopening .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-impactopening p a,
.cc-impactopening ul li a {
  color: #000000;
}
.cc-impactopening p a:hover,
.cc-impactopening p a:active,
.cc-impactopening ul li a:hover,
.cc-impactopening ul li a:active {
  color: #262626;
}

.cc-impactopening .item__footer {
  color: #454547;
}
.cc-impactopening .item__footer a {
  color: #000000;
}
.cc-impactopening .item__footer a:hover,
.cc-impactopening .item__footer a:active {
  color: #262626;
}

.cc-impactopening a.social-share {
  background: #3244c5;
}
.cc-impactopening a.social-share:hover,
.cc-impactopening a.social-share:active {
  background: #586aeb;
}

  /* Divider (formally .item__line but we can have <hr>'s inside .item--issue so apply to all) */
  /*  */
.cc-impactopening hr {
  background-color: #cccccc;
  color: #cccccc;
}

  /* Sponsored category footer on issue page */
  /*  */
.cc-impactopening.category__footer h2 {
  border: 1px solid #454547;
}
.cc-impactopening.category__footer a {
  color: #000000;
}
.cc-impactopening.category__footer a:hover,
.cc-impactopening.category__footer a:focus {
  color: #000000;
}
/* Search modifier classes */
/*  */

/* For each category we have an .item__heading modifier class which is used on search results */
/*  */
.item--cc-editorsnote .item__heading {
  color: #454547;
}

/* For each category we have an .item__title modifier class, used on the search results */
.item--cc-editorsnote .item__title {
  color: #000000;
}

/* Modifier used in search to show the embedded links in the correct color. */
.item--cc-editorsnote .item__body p a {
  color: #000000;
}


.cc-editorsnote {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-editorsnote .category__title {
  color: #454547;
  text-align: center;

  /* If header justification: left and header style: both_horizontal | icon_only */
  /* give heading relative for absolute positing of icon */
  /*  */
}

/* Icons */
/*  */
.cc-editorsnote .category__title img {

  /* If title category_header_justification: left give icon some space */
  /*  */
}

/* If header justification: left and header style: both_horizontal | icon_only */
/* place icon off canvas when not on small screen */
/*  */
@media (min-width: 978px) {
  .cc-editorsnote .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */

  /* If text alignment is center, give p .item--issue left and right margin */
  /*  */

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */

.cc-editorsnote blockquote {
  border-left-color: #cccccc;
}

.cc-editorsnote .item__title a {
  color: #000000;
}
.cc-editorsnote .item__title a:hover,
.cc-editorsnote .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-editorsnote p a,
.cc-editorsnote ul li a {
  color: #000000;
}
.cc-editorsnote p a:hover,
.cc-editorsnote p a:active,
.cc-editorsnote ul li a:hover,
.cc-editorsnote ul li a:active {
  color: #262626;
}

.cc-editorsnote .item__footer {
  color: #454547;
}
.cc-editorsnote .item__footer a {
  color: #000000;
}
.cc-editorsnote .item__footer a:hover,
.cc-editorsnote .item__footer a:active {
  color: #262626;
}

.cc-editorsnote a.social-share {
  background: #3244c5;
}
.cc-editorsnote a.social-share:hover,
.cc-editorsnote a.social-share:active {
  background: #586aeb;
}

  /* Divider (formally .item__line but we can have <hr>'s inside .item--issue so apply to all) */
  /*  */
.cc-editorsnote hr {
  background-color: #cccccc;
  color: #cccccc;
}

  /* Sponsored category footer on issue page */
  /*  */
.cc-editorsnote.category__footer h2 {
  border: 1px solid #454547;
}
.cc-editorsnote.category__footer a {
  color: #000000;
}
.cc-editorsnote.category__footer a:hover,
.cc-editorsnote.category__footer a:focus {
  color: #000000;
}
/* Search modifier classes */
/*  */

/* For each category we have an .item__heading modifier class which is used on search results */
/*  */
.item--cc-aboutus .item__heading {
  color: #000000;
}

/* For each category we have an .item__title modifier class, used on the search results */
.item--cc-aboutus .item__title {
  color: #000000;
}

/* Modifier used in search to show the embedded links in the correct color. */
.item--cc-aboutus .item__body p a {
  color: #000000;
}


.cc-aboutus {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-aboutus .category__title {
  color: #000000;
  text-align: center;

  /* If header justification: left and header style: both_horizontal | icon_only */
  /* give heading relative for absolute positing of icon */
  /*  */
}

/* Icons */
/*  */
.cc-aboutus .category__title img {

  /* If title category_header_justification: left give icon some space */
  /*  */
}

/* If header justification: left and header style: both_horizontal | icon_only */
/* place icon off canvas when not on small screen */
/*  */
@media (min-width: 978px) {
  .cc-aboutus .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-aboutus .category__title--lozenge .category__title__text {
  background-color: #000000;
  /* Lean towards white for the lozenges */
  color: #ffffff;
}

  /* If text alignment is center, give p .item--issue left and right margin */
  /*  */

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */

.cc-aboutus blockquote {
  border-left-color: #cccccc;
}

.cc-aboutus .item__title a {
  color: #000000;
}
.cc-aboutus .item__title a:hover,
.cc-aboutus .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-aboutus p a,
.cc-aboutus ul li a {
  color: #000000;
}
.cc-aboutus p a:hover,
.cc-aboutus p a:active,
.cc-aboutus ul li a:hover,
.cc-aboutus ul li a:active {
  color: #262626;
}

.cc-aboutus .item__footer {
  color: #454547;
}
.cc-aboutus .item__footer a {
  color: #000000;
}
.cc-aboutus .item__footer a:hover,
.cc-aboutus .item__footer a:active {
  color: #262626;
}

.cc-aboutus a.social-share {
  background: #3244c5;
}
.cc-aboutus a.social-share:hover,
.cc-aboutus a.social-share:active {
  background: #586aeb;
}

  /* Divider (formally .item__line but we can have <hr>'s inside .item--issue so apply to all) */
  /*  */
.cc-aboutus hr {
  background-color: #cccccc;
  color: #cccccc;
}

  /* Sponsored category footer on issue page */
  /*  */
.cc-aboutus.category__footer h2 {
  border: 1px solid #454547;
}
.cc-aboutus.category__footer a {
  color: #000000;
}
.cc-aboutus.category__footer a:hover,
.cc-aboutus.category__footer a:focus {
  color: #000000;
}
/* Search modifier classes */
/*  */

/* For each category we have an .item__heading modifier class which is used on search results */
/*  */
.item--cc-positivityinpractice .item__heading {
  color: #454547;
}

/* For each category we have an .item__title modifier class, used on the search results */
.item--cc-positivityinpractice .item__title {
  color: #000000;
}

/* Modifier used in search to show the embedded links in the correct color. */
.item--cc-positivityinpractice .item__body p a {
  color: #000000;
}


.cc-positivityinpractice {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-positivityinpractice .category__title {
  color: #454547;
  text-align: center;

  /* If header justification: left and header style: both_horizontal | icon_only */
  /* give heading relative for absolute positing of icon */
  /*  */
}

/* Icons */
/*  */
.cc-positivityinpractice .category__title img {

  /* If title category_header_justification: left give icon some space */
  /*  */
}

/* If header justification: left and header style: both_horizontal | icon_only */
/* place icon off canvas when not on small screen */
/*  */
@media (min-width: 978px) {
  .cc-positivityinpractice .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */

  /* If text alignment is center, give p .item--issue left and right margin */
  /*  */

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */

.cc-positivityinpractice blockquote {
  border-left-color: #cccccc;
}

.cc-positivityinpractice .item__title a {
  color: #000000;
}
.cc-positivityinpractice .item__title a:hover,
.cc-positivityinpractice .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-positivityinpractice p a,
.cc-positivityinpractice ul li a {
  color: #000000;
}
.cc-positivityinpractice p a:hover,
.cc-positivityinpractice p a:active,
.cc-positivityinpractice ul li a:hover,
.cc-positivityinpractice ul li a:active {
  color: #262626;
}

.cc-positivityinpractice .item__footer {
  color: #454547;
}
.cc-positivityinpractice .item__footer a {
  color: #000000;
}
.cc-positivityinpractice .item__footer a:hover,
.cc-positivityinpractice .item__footer a:active {
  color: #262626;
}

.cc-positivityinpractice a.social-share {
  background: #3244c5;
}
.cc-positivityinpractice a.social-share:hover,
.cc-positivityinpractice a.social-share:active {
  background: #586aeb;
}

  /* Divider (formally .item__line but we can have <hr>'s inside .item--issue so apply to all) */
  /*  */
.cc-positivityinpractice hr {
  background-color: #cccccc;
  color: #cccccc;
}

  /* Sponsored category footer on issue page */
  /*  */
.cc-positivityinpractice.category__footer h2 {
  border: 1px solid #454547;
}
.cc-positivityinpractice.category__footer a {
  color: #000000;
}
.cc-positivityinpractice.category__footer a:hover,
.cc-positivityinpractice.category__footer a:focus {
  color: #000000;
}
/* Search modifier classes */
/*  */

/* For each category we have an .item__heading modifier class which is used on search results */
/*  */
.item--cc-outreach .item__heading {
  color: #454547;
}

/* For each category we have an .item__title modifier class, used on the search results */
.item--cc-outreach .item__title {
  color: #000000;
}

/* Modifier used in search to show the embedded links in the correct color. */
.item--cc-outreach .item__body p a {
  color: #000000;
}


.cc-outreach {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-outreach .category__title {
  color: #454547;
  text-align: center;

  /* If header justification: left and header style: both_horizontal | icon_only */
  /* give heading relative for absolute positing of icon */
  /*  */
}

/* Icons */
/*  */
.cc-outreach .category__title img {

  /* If title category_header_justification: left give icon some space */
  /*  */
}

/* If header justification: left and header style: both_horizontal | icon_only */
/* place icon off canvas when not on small screen */
/*  */
@media (min-width: 978px) {
  .cc-outreach .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-outreach .category__title--lozenge .category__title__text {
  background-color: #454547;
  /* Lean towards white for the lozenges */
  color: #ffffff;
}

  /* If text alignment is center, give p .item--issue left and right margin */
  /*  */

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */

.cc-outreach blockquote {
  border-left-color: #cccccc;
}

.cc-outreach .item__title a {
  color: #000000;
}
.cc-outreach .item__title a:hover,
.cc-outreach .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-outreach p a,
.cc-outreach ul li a {
  color: #000000;
}
.cc-outreach p a:hover,
.cc-outreach p a:active,
.cc-outreach ul li a:hover,
.cc-outreach ul li a:active {
  color: #262626;
}

.cc-outreach .item__footer {
  color: #454547;
}
.cc-outreach .item__footer a {
  color: #000000;
}
.cc-outreach .item__footer a:hover,
.cc-outreach .item__footer a:active {
  color: #262626;
}

.cc-outreach a.social-share {
  background: #3244c5;
}
.cc-outreach a.social-share:hover,
.cc-outreach a.social-share:active {
  background: #586aeb;
}

  /* Divider (formally .item__line but we can have <hr>'s inside .item--issue so apply to all) */
  /*  */
.cc-outreach hr {
  background-color: #cccccc;
  color: #cccccc;
}

  /* Sponsored category footer on issue page */
  /*  */
.cc-outreach.category__footer h2 {
  border: 1px solid #454547;
}
.cc-outreach.category__footer a {
  color: #000000;
}
.cc-outreach.category__footer a:hover,
.cc-outreach.category__footer a:focus {
  color: #000000;
}
/* Search modifier classes */
/*  */

/* For each category we have an .item__heading modifier class which is used on search results */
/*  */
.item--cc-encouragment .item__heading {
  color: #454547;
}

/* For each category we have an .item__title modifier class, used on the search results */
.item--cc-encouragment .item__title {
  color: #000000;
}

/* Modifier used in search to show the embedded links in the correct color. */
.item--cc-encouragment .item__body p a {
  color: #000000;
}


.cc-encouragment {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-encouragment .category__title {
  color: #454547;
  text-align: center;

  /* If header justification: left and header style: both_horizontal | icon_only */
  /* give heading relative for absolute positing of icon */
  /*  */
}

/* Icons */
/*  */
.cc-encouragment .category__title img {

  /* If title category_header_justification: left give icon some space */
  /*  */
}

/* If header justification: left and header style: both_horizontal | icon_only */
/* place icon off canvas when not on small screen */
/*  */
@media (min-width: 978px) {
  .cc-encouragment .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */

  /* If text alignment is center, give p .item--issue left and right margin */
  /*  */

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */

.cc-encouragment blockquote {
  border-left-color: #cccccc;
}

.cc-encouragment .item__title a {
  color: #000000;
}
.cc-encouragment .item__title a:hover,
.cc-encouragment .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-encouragment p a,
.cc-encouragment ul li a {
  color: #000000;
}
.cc-encouragment p a:hover,
.cc-encouragment p a:active,
.cc-encouragment ul li a:hover,
.cc-encouragment ul li a:active {
  color: #262626;
}

.cc-encouragment .item__footer {
  color: #454547;
}
.cc-encouragment .item__footer a {
  color: #000000;
}
.cc-encouragment .item__footer a:hover,
.cc-encouragment .item__footer a:active {
  color: #262626;
}

.cc-encouragment a.social-share {
  background: #3244c5;
}
.cc-encouragment a.social-share:hover,
.cc-encouragment a.social-share:active {
  background: #586aeb;
}

  /* Divider (formally .item__line but we can have <hr>'s inside .item--issue so apply to all) */
  /*  */
.cc-encouragment hr {
  background-color: #cccccc;
  color: #cccccc;
}

  /* Sponsored category footer on issue page */
  /*  */
.cc-encouragment.category__footer h2 {
  border: 1px solid #454547;
}
.cc-encouragment.category__footer a {
  color: #000000;
}
.cc-encouragment.category__footer a:hover,
.cc-encouragment.category__footer a:focus {
  color: #000000;
}
/* Search modifier classes */
/*  */

/* For each category we have an .item__heading modifier class which is used on search results */
/*  */
.item--cc-local .item__heading {
  color: #454547;
}

/* For each category we have an .item__title modifier class, used on the search results */
.item--cc-local .item__title {
  color: #000000;
}

/* Modifier used in search to show the embedded links in the correct color. */
.item--cc-local .item__body p a {
  color: #000000;
}


.cc-local {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-local .category__title {
  color: #454547;
  text-align: center;

  /* If header justification: left and header style: both_horizontal | icon_only */
  /* give heading relative for absolute positing of icon */
  /*  */
}

/* Icons */
/*  */
.cc-local .category__title img {

  /* If title category_header_justification: left give icon some space */
  /*  */
}

/* If header justification: left and header style: both_horizontal | icon_only */
/* place icon off canvas when not on small screen */
/*  */
@media (min-width: 978px) {
  .cc-local .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */

  /* If text alignment is center, give p .item--issue left and right margin */
  /*  */

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */

.cc-local blockquote {
  border-left-color: #cccccc;
}

.cc-local .item__title a {
  color: #000000;
}
.cc-local .item__title a:hover,
.cc-local .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-local p a,
.cc-local ul li a {
  color: #000000;
}
.cc-local p a:hover,
.cc-local p a:active,
.cc-local ul li a:hover,
.cc-local ul li a:active {
  color: #262626;
}

.cc-local .item__footer {
  color: #454547;
}
.cc-local .item__footer a {
  color: #000000;
}
.cc-local .item__footer a:hover,
.cc-local .item__footer a:active {
  color: #262626;
}

.cc-local a.social-share {
  background: #3244c5;
}
.cc-local a.social-share:hover,
.cc-local a.social-share:active {
  background: #586aeb;
}

  /* Divider (formally .item__line but we can have <hr>'s inside .item--issue so apply to all) */
  /*  */
.cc-local hr {
  background-color: #cccccc;
  color: #cccccc;
}

  /* Sponsored category footer on issue page */
  /*  */
.cc-local.category__footer h2 {
  border: 1px solid #454547;
}
.cc-local.category__footer a {
  color: #000000;
}
.cc-local.category__footer a:hover,
.cc-local.category__footer a:focus {
  color: #000000;
}
/* Search modifier classes */
/*  */

/* For each category we have an .item__heading modifier class which is used on search results */
/*  */
.item--cc-community .item__heading {
  color: #454547;
}

/* For each category we have an .item__title modifier class, used on the search results */
.item--cc-community .item__title {
  color: #000000;
}

/* Modifier used in search to show the embedded links in the correct color. */
.item--cc-community .item__body p a {
  color: #000000;
}


.cc-community {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-community .category__title {
  color: #454547;
  text-align: center;

  /* If header justification: left and header style: both_horizontal | icon_only */
  /* give heading relative for absolute positing of icon */
  /*  */
}

/* Icons */
/*  */
.cc-community .category__title img {

  /* If title category_header_justification: left give icon some space */
  /*  */
}

/* If header justification: left and header style: both_horizontal | icon_only */
/* place icon off canvas when not on small screen */
/*  */
@media (min-width: 978px) {
  .cc-community .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */

  /* If text alignment is center, give p .item--issue left and right margin */
  /*  */

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */

.cc-community blockquote {
  border-left-color: #cccccc;
}

.cc-community .item__title a {
  color: #000000;
}
.cc-community .item__title a:hover,
.cc-community .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-community p a,
.cc-community ul li a {
  color: #000000;
}
.cc-community p a:hover,
.cc-community p a:active,
.cc-community ul li a:hover,
.cc-community ul li a:active {
  color: #262626;
}

.cc-community .item__footer {
  color: #454547;
}
.cc-community .item__footer a {
  color: #000000;
}
.cc-community .item__footer a:hover,
.cc-community .item__footer a:active {
  color: #262626;
}

.cc-community a.social-share {
  background: #3244c5;
}
.cc-community a.social-share:hover,
.cc-community a.social-share:active {
  background: #586aeb;
}

  /* Divider (formally .item__line but we can have <hr>'s inside .item--issue so apply to all) */
  /*  */
.cc-community hr {
  background-color: #cccccc;
  color: #cccccc;
}

  /* Sponsored category footer on issue page */
  /*  */
.cc-community.category__footer h2 {
  border: 1px solid #454547;
}
.cc-community.category__footer a {
  color: #000000;
}
.cc-community.category__footer a:hover,
.cc-community.category__footer a:focus {
  color: #000000;
}
/* Search modifier classes */
/*  */

/* For each category we have an .item__heading modifier class which is used on search results */
/*  */
.item--cc-hopealive .item__heading {
  color: #454547;
}

/* For each category we have an .item__title modifier class, used on the search results */
.item--cc-hopealive .item__title {
  color: #000000;
}

/* Modifier used in search to show the embedded links in the correct color. */
.item--cc-hopealive .item__body p a {
  color: #000000;
}


.cc-hopealive {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-hopealive .category__title {
  color: #454547;
  text-align: center;

  /* If header justification: left and header style: both_horizontal | icon_only */
  /* give heading relative for absolute positing of icon */
  /*  */
}

/* Icons */
/*  */
.cc-hopealive .category__title img {

  /* If title category_header_justification: left give icon some space */
  /*  */
}

/* If header justification: left and header style: both_horizontal | icon_only */
/* place icon off canvas when not on small screen */
/*  */
@media (min-width: 978px) {
  .cc-hopealive .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */

  /* If text alignment is center, give p .item--issue left and right margin */
  /*  */

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */

.cc-hopealive blockquote {
  border-left-color: #cccccc;
}

.cc-hopealive .item__title a {
  color: #000000;
}
.cc-hopealive .item__title a:hover,
.cc-hopealive .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-hopealive p a,
.cc-hopealive ul li a {
  color: #000000;
}
.cc-hopealive p a:hover,
.cc-hopealive p a:active,
.cc-hopealive ul li a:hover,
.cc-hopealive ul li a:active {
  color: #262626;
}

.cc-hopealive .item__footer {
  color: #454547;
}
.cc-hopealive .item__footer a {
  color: #000000;
}
.cc-hopealive .item__footer a:hover,
.cc-hopealive .item__footer a:active {
  color: #262626;
}

.cc-hopealive a.social-share {
  background: #3244c5;
}
.cc-hopealive a.social-share:hover,
.cc-hopealive a.social-share:active {
  background: #586aeb;
}

  /* Divider (formally .item__line but we can have <hr>'s inside .item--issue so apply to all) */
  /*  */
.cc-hopealive hr {
  background-color: #cccccc;
  color: #cccccc;
}

  /* Sponsored category footer on issue page */
  /*  */
.cc-hopealive.category__footer h2 {
  border: 1px solid #454547;
}
.cc-hopealive.category__footer a {
  color: #000000;
}
.cc-hopealive.category__footer a:hover,
.cc-hopealive.category__footer a:focus {
  color: #000000;
}
/* Search modifier classes */
/*  */

/* For each category we have an .item__heading modifier class which is used on search results */
/*  */
.item--cc-social .item__heading {
  color: #454547;
}

/* For each category we have an .item__title modifier class, used on the search results */
.item--cc-social .item__title {
  color: #000000;
}

/* Modifier used in search to show the embedded links in the correct color. */
.item--cc-social .item__body p a {
  color: #000000;
}


.cc-social {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-social .category__title {
  color: #454547;
  text-align: center;

  /* If header justification: left and header style: both_horizontal | icon_only */
  /* give heading relative for absolute positing of icon */
  /*  */
}

/* Icons */
/*  */
.cc-social .category__title img {

  /* If title category_header_justification: left give icon some space */
  /*  */
}

/* If header justification: left and header style: both_horizontal | icon_only */
/* place icon off canvas when not on small screen */
/*  */
@media (min-width: 978px) {
  .cc-social .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */

  /* If text alignment is center, give p .item--issue left and right margin */
  /*  */

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */

.cc-social blockquote {
  border-left-color: #cccccc;
}

.cc-social .item__title a {
  color: #000000;
}
.cc-social .item__title a:hover,
.cc-social .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-social p a,
.cc-social ul li a {
  color: #000000;
}
.cc-social p a:hover,
.cc-social p a:active,
.cc-social ul li a:hover,
.cc-social ul li a:active {
  color: #262626;
}

.cc-social .item__footer {
  color: #454547;
}
.cc-social .item__footer a {
  color: #000000;
}
.cc-social .item__footer a:hover,
.cc-social .item__footer a:active {
  color: #262626;
}

.cc-social a.social-share {
  background: #3244c5;
}
.cc-social a.social-share:hover,
.cc-social a.social-share:active {
  background: #586aeb;
}

  /* Divider (formally .item__line but we can have <hr>'s inside .item--issue so apply to all) */
  /*  */
.cc-social hr {
  background-color: #cccccc;
  color: #cccccc;
}

  /* Sponsored category footer on issue page */
  /*  */
.cc-social.category__footer h2 {
  border: 1px solid #454547;
}
.cc-social.category__footer a {
  color: #000000;
}
.cc-social.category__footer a:hover,
.cc-social.category__footer a:focus {
  color: #000000;
}
/* Search modifier classes */
/*  */

/* For each category we have an .item__heading modifier class which is used on search results */
/*  */
.item--cc-entertainment .item__heading {
  color: #454547;
}

/* For each category we have an .item__title modifier class, used on the search results */
.item--cc-entertainment .item__title {
  color: #000000;
}

/* Modifier used in search to show the embedded links in the correct color. */
.item--cc-entertainment .item__body p a {
  color: #000000;
}


.cc-entertainment {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-entertainment .category__title {
  color: #454547;
  text-align: center;

  /* If header justification: left and header style: both_horizontal | icon_only */
  /* give heading relative for absolute positing of icon */
  /*  */
}

/* Icons */
/*  */
.cc-entertainment .category__title img {

  /* If title category_header_justification: left give icon some space */
  /*  */
}

/* If header justification: left and header style: both_horizontal | icon_only */
/* place icon off canvas when not on small screen */
/*  */
@media (min-width: 978px) {
  .cc-entertainment .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */

  /* If text alignment is center, give p .item--issue left and right margin */
  /*  */

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */

.cc-entertainment blockquote {
  border-left-color: #cccccc;
}

.cc-entertainment .item__title a {
  color: #000000;
}
.cc-entertainment .item__title a:hover,
.cc-entertainment .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-entertainment p a,
.cc-entertainment ul li a {
  color: #000000;
}
.cc-entertainment p a:hover,
.cc-entertainment p a:active,
.cc-entertainment ul li a:hover,
.cc-entertainment ul li a:active {
  color: #262626;
}

.cc-entertainment .item__footer {
  color: #454547;
}
.cc-entertainment .item__footer a {
  color: #000000;
}
.cc-entertainment .item__footer a:hover,
.cc-entertainment .item__footer a:active {
  color: #262626;
}

.cc-entertainment a.social-share {
  background: #3244c5;
}
.cc-entertainment a.social-share:hover,
.cc-entertainment a.social-share:active {
  background: #586aeb;
}

  /* Divider (formally .item__line but we can have <hr>'s inside .item--issue so apply to all) */
  /*  */
.cc-entertainment hr {
  background-color: #cccccc;
  color: #cccccc;
}

  /* Sponsored category footer on issue page */
  /*  */
.cc-entertainment.category__footer h2 {
  border: 1px solid #454547;
}
.cc-entertainment.category__footer a {
  color: #000000;
}
.cc-entertainment.category__footer a:hover,
.cc-entertainment.category__footer a:focus {
  color: #000000;
}
/* Search modifier classes */
/*  */

/* For each category we have an .item__heading modifier class which is used on search results */
/*  */
.item--cc-national .item__heading {
  color: #454547;
}

/* For each category we have an .item__title modifier class, used on the search results */
.item--cc-national .item__title {
  color: #000000;
}

/* Modifier used in search to show the embedded links in the correct color. */
.item--cc-national .item__body p a {
  color: #000000;
}


.cc-national {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-national .category__title {
  color: #454547;
  text-align: center;

  /* If header justification: left and header style: both_horizontal | icon_only */
  /* give heading relative for absolute positing of icon */
  /*  */
}

/* Icons */
/*  */
.cc-national .category__title img {

  /* If title category_header_justification: left give icon some space */
  /*  */
}

/* If header justification: left and header style: both_horizontal | icon_only */
/* place icon off canvas when not on small screen */
/*  */
@media (min-width: 978px) {
  .cc-national .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */

  /* If text alignment is center, give p .item--issue left and right margin */
  /*  */

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */

.cc-national blockquote {
  border-left-color: #cccccc;
}

.cc-national .item__title a {
  color: #000000;
}
.cc-national .item__title a:hover,
.cc-national .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-national p a,
.cc-national ul li a {
  color: #000000;
}
.cc-national p a:hover,
.cc-national p a:active,
.cc-national ul li a:hover,
.cc-national ul li a:active {
  color: #262626;
}

.cc-national .item__footer {
  color: #454547;
}
.cc-national .item__footer a {
  color: #000000;
}
.cc-national .item__footer a:hover,
.cc-national .item__footer a:active {
  color: #262626;
}

.cc-national a.social-share {
  background: #3244c5;
}
.cc-national a.social-share:hover,
.cc-national a.social-share:active {
  background: #586aeb;
}

  /* Divider (formally .item__line but we can have <hr>'s inside .item--issue so apply to all) */
  /*  */
.cc-national hr {
  background-color: #cccccc;
  color: #cccccc;
}

  /* Sponsored category footer on issue page */
  /*  */
.cc-national.category__footer h2 {
  border: 1px solid #454547;
}
.cc-national.category__footer a {
  color: #000000;
}
.cc-national.category__footer a:hover,
.cc-national.category__footer a:focus {
  color: #000000;
}
/* Search modifier classes */
/*  */

/* For each category we have an .item__heading modifier class which is used on search results */
/*  */
.item--cc-somethingfunny .item__heading {
  color: #454547;
}

/* For each category we have an .item__title modifier class, used on the search results */
.item--cc-somethingfunny .item__title {
  color: #000000;
}

/* Modifier used in search to show the embedded links in the correct color. */
.item--cc-somethingfunny .item__body p a {
  color: #000000;
}


.cc-somethingfunny {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-somethingfunny .category__title {
  color: #454547;
  text-align: center;

  /* If header justification: left and header style: both_horizontal | icon_only */
  /* give heading relative for absolute positing of icon */
  /*  */
}

/* Icons */
/*  */
.cc-somethingfunny .category__title img {

  /* If title category_header_justification: left give icon some space */
  /*  */
}

/* If header justification: left and header style: both_horizontal | icon_only */
/* place icon off canvas when not on small screen */
/*  */
@media (min-width: 978px) {
  .cc-somethingfunny .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */

  /* If text alignment is center, give p .item--issue left and right margin */
  /*  */

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */

.cc-somethingfunny blockquote {
  border-left-color: #cccccc;
}

.cc-somethingfunny .item__title a {
  color: #000000;
}
.cc-somethingfunny .item__title a:hover,
.cc-somethingfunny .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-somethingfunny p a,
.cc-somethingfunny ul li a {
  color: #000000;
}
.cc-somethingfunny p a:hover,
.cc-somethingfunny p a:active,
.cc-somethingfunny ul li a:hover,
.cc-somethingfunny ul li a:active {
  color: #262626;
}

.cc-somethingfunny .item__footer {
  color: #454547;
}
.cc-somethingfunny .item__footer a {
  color: #000000;
}
.cc-somethingfunny .item__footer a:hover,
.cc-somethingfunny .item__footer a:active {
  color: #262626;
}

.cc-somethingfunny a.social-share {
  background: #3244c5;
}
.cc-somethingfunny a.social-share:hover,
.cc-somethingfunny a.social-share:active {
  background: #586aeb;
}

  /* Divider (formally .item__line but we can have <hr>'s inside .item--issue so apply to all) */
  /*  */
.cc-somethingfunny hr {
  background-color: #cccccc;
  color: #cccccc;
}

  /* Sponsored category footer on issue page */
  /*  */
.cc-somethingfunny.category__footer h2 {
  border: 1px solid #454547;
}
.cc-somethingfunny.category__footer a {
  color: #000000;
}
.cc-somethingfunny.category__footer a:hover,
.cc-somethingfunny.category__footer a:focus {
  color: #000000;
}
/* Search modifier classes */
/*  */

/* For each category we have an .item__heading modifier class which is used on search results */
/*  */
.item--cc-sponsor-and-support .item__heading {
  color: #454547;
}

/* For each category we have an .item__title modifier class, used on the search results */
.item--cc-sponsor-and-support .item__title {
  color: #000000;
}

/* Modifier used in search to show the embedded links in the correct color. */
.item--cc-sponsor-and-support .item__body p a {
  color: #000000;
}


.cc-sponsor-and-support {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-sponsor-and-support .category__title {
  color: #454547;
  text-align: center;

  /* If header justification: left and header style: both_horizontal | icon_only */
  /* give heading relative for absolute positing of icon */
  /*  */
}

/* Icons */
/*  */
.cc-sponsor-and-support .category__title img {

  /* If title category_header_justification: left give icon some space */
  /*  */
}

/* If header justification: left and header style: both_horizontal | icon_only */
/* place icon off canvas when not on small screen */
/*  */
@media (min-width: 978px) {
  .cc-sponsor-and-support .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */

  /* If text alignment is center, give p .item--issue left and right margin */
  /*  */

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */

.cc-sponsor-and-support blockquote {
  border-left-color: #cccccc;
}

.cc-sponsor-and-support .item__title a {
  color: #000000;
}
.cc-sponsor-and-support .item__title a:hover,
.cc-sponsor-and-support .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-sponsor-and-support p a,
.cc-sponsor-and-support ul li a {
  color: #000000;
}
.cc-sponsor-and-support p a:hover,
.cc-sponsor-and-support p a:active,
.cc-sponsor-and-support ul li a:hover,
.cc-sponsor-and-support ul li a:active {
  color: #262626;
}

.cc-sponsor-and-support .item__footer {
  color: #454547;
}
.cc-sponsor-and-support .item__footer a {
  color: #000000;
}
.cc-sponsor-and-support .item__footer a:hover,
.cc-sponsor-and-support .item__footer a:active {
  color: #262626;
}

.cc-sponsor-and-support a.social-share {
  background: #3244c5;
}
.cc-sponsor-and-support a.social-share:hover,
.cc-sponsor-and-support a.social-share:active {
  background: #586aeb;
}

  /* Divider (formally .item__line but we can have <hr>'s inside .item--issue so apply to all) */
  /*  */
.cc-sponsor-and-support hr {
  background-color: #cccccc;
  color: #cccccc;
}

  /* Sponsored category footer on issue page */
  /*  */
.cc-sponsor-and-support.category__footer h2 {
  border: 1px solid #454547;
}
.cc-sponsor-and-support.category__footer a {
  color: #000000;
}
.cc-sponsor-and-support.category__footer a:hover,
.cc-sponsor-and-support.category__footer a:focus {
  color: #000000;
}
/* Search modifier classes */
/*  */

/* For each category we have an .item__heading modifier class which is used on search results */
/*  */
.item--cc-individual .item__heading {
  color: #454547;
}

/* For each category we have an .item__title modifier class, used on the search results */
.item--cc-individual .item__title {
  color: #000000;
}

/* Modifier used in search to show the embedded links in the correct color. */
.item--cc-individual .item__body p a {
  color: #000000;
}


.cc-individual {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-individual .category__title {
  color: #454547;
  text-align: center;

  /* If header justification: left and header style: both_horizontal | icon_only */
  /* give heading relative for absolute positing of icon */
  /*  */
}

/* Icons */
/*  */
.cc-individual .category__title img {

  /* If title category_header_justification: left give icon some space */
  /*  */
}

/* If header justification: left and header style: both_horizontal | icon_only */
/* place icon off canvas when not on small screen */
/*  */
@media (min-width: 978px) {
  .cc-individual .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */

  /* If text alignment is center, give p .item--issue left and right margin */
  /*  */

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */

.cc-individual blockquote {
  border-left-color: #cccccc;
}

.cc-individual .item__title a {
  color: #000000;
}
.cc-individual .item__title a:hover,
.cc-individual .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-individual p a,
.cc-individual ul li a {
  color: #000000;
}
.cc-individual p a:hover,
.cc-individual p a:active,
.cc-individual ul li a:hover,
.cc-individual ul li a:active {
  color: #262626;
}

.cc-individual .item__footer {
  color: #454547;
}
.cc-individual .item__footer a {
  color: #000000;
}
.cc-individual .item__footer a:hover,
.cc-individual .item__footer a:active {
  color: #262626;
}

.cc-individual a.social-share {
  background: #3244c5;
}
.cc-individual a.social-share:hover,
.cc-individual a.social-share:active {
  background: #586aeb;
}

  /* Divider (formally .item__line but we can have <hr>'s inside .item--issue so apply to all) */
  /*  */
.cc-individual hr {
  background-color: #cccccc;
  color: #cccccc;
}

  /* Sponsored category footer on issue page */
  /*  */
.cc-individual.category__footer h2 {
  border: 1px solid #454547;
}
.cc-individual.category__footer a {
  color: #000000;
}
.cc-individual.category__footer a:hover,
.cc-individual.category__footer a:focus {
  color: #000000;
}
/* Search modifier classes */
/*  */

/* For each category we have an .item__heading modifier class which is used on search results */
/*  */
.item--cc-corporatesponsor .item__heading {
  color: #454547;
}

/* For each category we have an .item__title modifier class, used on the search results */
.item--cc-corporatesponsor .item__title {
  color: #000000;
}

/* Modifier used in search to show the embedded links in the correct color. */
.item--cc-corporatesponsor .item__body p a {
  color: #000000;
}


.cc-corporatesponsor {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-corporatesponsor .category__title {
  color: #454547;
  text-align: center;

  /* If header justification: left and header style: both_horizontal | icon_only */
  /* give heading relative for absolute positing of icon */
  /*  */
}

/* Icons */
/*  */
.cc-corporatesponsor .category__title img {

  /* If title category_header_justification: left give icon some space */
  /*  */
}

/* If header justification: left and header style: both_horizontal | icon_only */
/* place icon off canvas when not on small screen */
/*  */
@media (min-width: 978px) {
  .cc-corporatesponsor .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */

  /* If text alignment is center, give p .item--issue left and right margin */
  /*  */

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */

.cc-corporatesponsor blockquote {
  border-left-color: #cccccc;
}

.cc-corporatesponsor .item__title a {
  color: #000000;
}
.cc-corporatesponsor .item__title a:hover,
.cc-corporatesponsor .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-corporatesponsor p a,
.cc-corporatesponsor ul li a {
  color: #000000;
}
.cc-corporatesponsor p a:hover,
.cc-corporatesponsor p a:active,
.cc-corporatesponsor ul li a:hover,
.cc-corporatesponsor ul li a:active {
  color: #262626;
}

.cc-corporatesponsor .item__footer {
  color: #454547;
}
.cc-corporatesponsor .item__footer a {
  color: #000000;
}
.cc-corporatesponsor .item__footer a:hover,
.cc-corporatesponsor .item__footer a:active {
  color: #262626;
}

.cc-corporatesponsor a.social-share {
  background: #3244c5;
}
.cc-corporatesponsor a.social-share:hover,
.cc-corporatesponsor a.social-share:active {
  background: #586aeb;
}

  /* Divider (formally .item__line but we can have <hr>'s inside .item--issue so apply to all) */
  /*  */
.cc-corporatesponsor hr {
  background-color: #cccccc;
  color: #cccccc;
}

  /* Sponsored category footer on issue page */
  /*  */
.cc-corporatesponsor.category__footer h2 {
  border: 1px solid #454547;
}
.cc-corporatesponsor.category__footer a {
  color: #000000;
}
.cc-corporatesponsor.category__footer a:hover,
.cc-corporatesponsor.category__footer a:focus {
  color: #000000;
}
/* Search modifier classes */
/*  */

/* For each category we have an .item__heading modifier class which is used on search results */
/*  */
.item--cc-churchnonprofit .item__heading {
  color: #454547;
}

/* For each category we have an .item__title modifier class, used on the search results */
.item--cc-churchnonprofit .item__title {
  color: #000000;
}

/* Modifier used in search to show the embedded links in the correct color. */
.item--cc-churchnonprofit .item__body p a {
  color: #000000;
}


.cc-churchnonprofit {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-churchnonprofit .category__title {
  color: #454547;
  text-align: center;

  /* If header justification: left and header style: both_horizontal | icon_only */
  /* give heading relative for absolute positing of icon */
  /*  */
}

/* Icons */
/*  */
.cc-churchnonprofit .category__title img {

  /* If title category_header_justification: left give icon some space */
  /*  */
}

/* If header justification: left and header style: both_horizontal | icon_only */
/* place icon off canvas when not on small screen */
/*  */
@media (min-width: 978px) {
  .cc-churchnonprofit .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */

  /* If text alignment is center, give p .item--issue left and right margin */
  /*  */

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */

.cc-churchnonprofit blockquote {
  border-left-color: #cccccc;
}

.cc-churchnonprofit .item__title a {
  color: #000000;
}
.cc-churchnonprofit .item__title a:hover,
.cc-churchnonprofit .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-churchnonprofit p a,
.cc-churchnonprofit ul li a {
  color: #000000;
}
.cc-churchnonprofit p a:hover,
.cc-churchnonprofit p a:active,
.cc-churchnonprofit ul li a:hover,
.cc-churchnonprofit ul li a:active {
  color: #262626;
}

.cc-churchnonprofit .item__footer {
  color: #454547;
}
.cc-churchnonprofit .item__footer a {
  color: #000000;
}
.cc-churchnonprofit .item__footer a:hover,
.cc-churchnonprofit .item__footer a:active {
  color: #262626;
}

.cc-churchnonprofit a.social-share {
  background: #3244c5;
}
.cc-churchnonprofit a.social-share:hover,
.cc-churchnonprofit a.social-share:active {
  background: #586aeb;
}

  /* Divider (formally .item__line but we can have <hr>'s inside .item--issue so apply to all) */
  /*  */
.cc-churchnonprofit hr {
  background-color: #cccccc;
  color: #cccccc;
}

  /* Sponsored category footer on issue page */
  /*  */
.cc-churchnonprofit.category__footer h2 {
  border: 1px solid #454547;
}
.cc-churchnonprofit.category__footer a {
  color: #000000;
}
.cc-churchnonprofit.category__footer a:hover,
.cc-churchnonprofit.category__footer a:focus {
  color: #000000;
}
/* Search modifier classes */
/*  */

/* For each category we have an .item__heading modifier class which is used on search results */
/*  */
.item--cc-solopreneurs .item__heading {
  color: #454547;
}

/* For each category we have an .item__title modifier class, used on the search results */
.item--cc-solopreneurs .item__title {
  color: #000000;
}

/* Modifier used in search to show the embedded links in the correct color. */
.item--cc-solopreneurs .item__body p a {
  color: #000000;
}


.cc-solopreneurs {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-solopreneurs .category__title {
  color: #454547;
  text-align: center;

  /* If header justification: left and header style: both_horizontal | icon_only */
  /* give heading relative for absolute positing of icon */
  /*  */
}

/* Icons */
/*  */
.cc-solopreneurs .category__title img {

  /* If title category_header_justification: left give icon some space */
  /*  */
}

/* If header justification: left and header style: both_horizontal | icon_only */
/* place icon off canvas when not on small screen */
/*  */
@media (min-width: 978px) {
  .cc-solopreneurs .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */

  /* If text alignment is center, give p .item--issue left and right margin */
  /*  */

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */

.cc-solopreneurs blockquote {
  border-left-color: #cccccc;
}

.cc-solopreneurs .item__title a {
  color: #000000;
}
.cc-solopreneurs .item__title a:hover,
.cc-solopreneurs .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-solopreneurs p a,
.cc-solopreneurs ul li a {
  color: #000000;
}
.cc-solopreneurs p a:hover,
.cc-solopreneurs p a:active,
.cc-solopreneurs ul li a:hover,
.cc-solopreneurs ul li a:active {
  color: #262626;
}

.cc-solopreneurs .item__footer {
  color: #454547;
}
.cc-solopreneurs .item__footer a {
  color: #000000;
}
.cc-solopreneurs .item__footer a:hover,
.cc-solopreneurs .item__footer a:active {
  color: #262626;
}

.cc-solopreneurs a.social-share {
  background: #3244c5;
}
.cc-solopreneurs a.social-share:hover,
.cc-solopreneurs a.social-share:active {
  background: #586aeb;
}

  /* Divider (formally .item__line but we can have <hr>'s inside .item--issue so apply to all) */
  /*  */
.cc-solopreneurs hr {
  background-color: #cccccc;
  color: #cccccc;
}

  /* Sponsored category footer on issue page */
  /*  */
.cc-solopreneurs.category__footer h2 {
  border: 1px solid #454547;
}
.cc-solopreneurs.category__footer a {
  color: #000000;
}
.cc-solopreneurs.category__footer a:hover,
.cc-solopreneurs.category__footer a:focus {
  color: #000000;
}
/* Search modifier classes */
/*  */

/* For each category we have an .item__heading modifier class which is used on search results */
/*  */
.item--cc-payitforward .item__heading {
  color: #454547;
}

/* For each category we have an .item__title modifier class, used on the search results */
.item--cc-payitforward .item__title {
  color: #000000;
}

/* Modifier used in search to show the embedded links in the correct color. */
.item--cc-payitforward .item__body p a {
  color: #000000;
}


.cc-payitforward {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-payitforward .category__title {
  color: #454547;
  text-align: center;

  /* If header justification: left and header style: both_horizontal | icon_only */
  /* give heading relative for absolute positing of icon */
  /*  */
}

/* Icons */
/*  */
.cc-payitforward .category__title img {

  /* If title category_header_justification: left give icon some space */
  /*  */
    margin-right: 18px;
}

/* If header justification: left and header style: both_horizontal | icon_only */
/* place icon off canvas when not on small screen */
/*  */
@media (min-width: 978px) {
  .cc-payitforward .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-payitforward .category__title--lozenge .category__title__text {
  background-color: #454547;
  /* Lean towards white for the lozenges */
  color: #ffffff;
}

  /* If text alignment is center, give p .item--issue left and right margin */
  /*  */

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */

.cc-payitforward blockquote {
  border-left-color: #cccccc;
}

.cc-payitforward .item__title a {
  color: #000000;
}
.cc-payitforward .item__title a:hover,
.cc-payitforward .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-payitforward p a,
.cc-payitforward ul li a {
  color: #000000;
}
.cc-payitforward p a:hover,
.cc-payitforward p a:active,
.cc-payitforward ul li a:hover,
.cc-payitforward ul li a:active {
  color: #262626;
}

.cc-payitforward .item__footer {
  color: #454547;
}
.cc-payitforward .item__footer a {
  color: #000000;
}
.cc-payitforward .item__footer a:hover,
.cc-payitforward .item__footer a:active {
  color: #262626;
}

.cc-payitforward a.social-share {
  background: #3244c5;
}
.cc-payitforward a.social-share:hover,
.cc-payitforward a.social-share:active {
  background: #586aeb;
}

  /* Divider (formally .item__line but we can have <hr>'s inside .item--issue so apply to all) */
  /*  */
.cc-payitforward hr {
  background-color: #cccccc;
  color: #cccccc;
}

  /* Sponsored category footer on issue page */
  /*  */
.cc-payitforward.category__footer h2 {
  border: 1px solid #454547;
}
.cc-payitforward.category__footer a {
  color: #000000;
}
.cc-payitforward.category__footer a:hover,
.cc-payitforward.category__footer a:focus {
  color: #000000;
}

/* Issue pager and pagination */
/*  */
.issue__pager,
.pagination {
  color: #454547;
}

.issue__pager li > a,
.issue__pager li > span,
.pagination li > a,
.pagination li > span {
  border-color: #454547;
}

.issue__pager li a:hover,
.issue__pager li a:focus,
.pagination li a:hover,
.pagination li a:focus {
  border-color: rgba(69,69,71,0.4);
}

.issue__pager li .icon,
.pagination li .icon {
  color: #A1A8B2;
}
.issue__pager .active a,
.issue__pager .active span,
.pagination .active a,
.pagination .active span {
  border-color: #000000;
  color: #000000;
}

/* When on mobile, don't highlight active as this acts as summary */
/*  */
@media (max-width: 760px) {
  .issue__pager .active span,
  .pagination .active span {
    color: #6a6f75;
  }
}


/* Call to actions in the header colors */
/*  */
.cta--header {
  color: rgba(255,255,255,0.9);
}

/* Header with image */
/*  */
.header--withimage .cta--header {
  /* From two possible background colors (black at 40%, black at 5%), choose */
  /* the one that has most contrast with the publication header text color. */
  background-color: rgba(0,0,0,0.4);
}

/* Style input with border when flat color */
/*  */

.cta--header .cta-tabs .cta-tabs-title {
  color: rgba(255,255,255,0.6);
}

.cta--header .cta-tabs button {
  color: rgba(255,255,255,0.6);
}
.cta--header .cta-tabs button:hover,
.cta--header .cta-tabs button.active {
  border-top-color: rgba(255,255,255,0.8);
  color: #ffffff;
}

.header--withimage .cta--header .btn {
  background-color: #b4af0d;
}
.header--withimage .cta--header .btn:hover,
.header--withimage .cta--header .btn:focus {
  background-color: #aba60c;
}


/* Subscription pages */
/*  */
.subscription__resubscribe__btn {
  color: #000000;
}
.subscription__resubscribe__btn:hover,
.subscription__resubscribe__btn:focus {
  color: #262626;
}


/* Pages */
/*  */
.page h2:before {
  border-top-color: rgba(69,69,71,0.7);
}
.page__header {
  color: rgba(69,69,71,0.7);
}
.page__header b,
.page__header strong {
  color: rgba(55,55,57,0.7);
}
.page .terms--custom {
  border-top: 1px solid rgba(69,69,71,0.7);
}

/* Sponsorship pages */
/*  */
.sponsorship a {
  color: #000000;
}
.sponsorship a:hover,
.sponsorship a:active {
  color: #262626;
}

.sponsorship__quicklinks {
  color: rgba(69,69,71,0.7);
}
.sponsorship__quicklinks a {
  color: rgba(69,69,71,0.7);
}
.sponsorship__quicklinks a:hover,
.sponsorship__quicklinks a:active {
  color: #3e3e40;
}

.sponsorship__nextavailable.with_divider:before {
  border-top-color: rgba(69,69,71,0.6);
}
.sponsorship__nextavailable h4 {
  color: rgba(69,69,71,0.7);
}
.sponsorship__nextavailable a {
  color: rgba(183,206,60,0.7);
}
.sponsorship__nextavailable a:hover,
.sponsorship__nextavailable a:active {
  color: #a5b936;
}

.sponsorship__pricing {
  background-color: #f0f5fa;
  color: #454547;
}
.sponsorship__pricing .btn {
  background-color: #B7CE3C;
  color: #FFFFFF;
}
.sponsorship__pricing .btn:hover,
.sponsorship__pricing .btn:focus {
  background-color: #a5b936;
  color: #FFFFFF;
}

.sponsorship__availability h2 {
  color: rgba(69,69,71,0.7);
}

.sponsorship__availability section + section:before {
  border-top-color: rgba(69,69,71,0.6);
}

.sponsorship__availability .dates li {
  background-color: #f0f5fa;
  color: #454547;
}

.sponsorship__availability .dates p {
  border-bottom-color: rgba(69,69,71,0.2);
}

.sponsorship__availability .booked p {
  color: #9C9C9C;
}
.sponsorship__availability .booked .booknow span {
  background-color: #9C9C9C;
  color: #FFFFFF;
}

.sponsorship__availability .tentative p {
  color: #FB8A35;
}
.sponsorship__availability .tentative .booknow span {
  background-color: #FB8A35;
  color: #FFFFFF;
}

.sponsorship__availability .available p {
  color: #B7CE3C;
}
.sponsorship__availability .available .booknow a {
  background-color: #B7CE3C;
  color: #FFFFFF;
}
.sponsorship__availability .available .booknow a:hover,
.sponsorship__availability .available .booknow a:focus {
  background-color: #a5b936;
}

.sponsorship__availability__info .tentative {
  color: #FB8A35;
}
.sponsorship__availability__info a {
  color: #B7CE3C;
}
.sponsorship__availability__info a:hover,
.sponsorship__availability__info a:focus {
  color: #a5b936;
}

.sponsorship__details {
  background-color: #f0f5fa;
  color: #454547;
}

.sponsorship__previous li {
  border-top-color: rgba(69,69,71,0.1);
}
@media (min-width: 760px) {
  .sponsorship__previous li {
    border-color: rgba(69,69,71,0.1);
  }
}

.sponsorship__inquiry h3 {
  border-bottom-color: rgba(69,69,71,0.2);
}

/* Home page no issue overwrites */
/*  */
.home--noissue {
  background-color: #454547;
  color: #ffffff;
}
.home--noissue body {
  background-color: transparent;
}
.home--noissue .footer {
  background-color: #454547;
  color: #ffffff;
}
.home--noissue .footer a {
  color: rgba(255,255,255,0.8);
}
.home--noissue .footer a:hover,
.home--noissue .footer a:active {
  color: #ffffff;
}
.home--noissue .footer .i .recaptcha-terms {
  color: rgba(255,255,255,0.5);
}
.home--noissue .footer .i .recaptcha-terms a {
  color: rgba(255,255,255,0.5);
}

.home--noissue .footer .social a svg {
  fill: rgba(255,255,255,0.8);
}
.home--noissue .footer .social a:hover svg {
  fill: #ffffff;
}


.header--withimage .header {
  background-image: url(https://dxj7eshgz03ln.cloudfront.net/production/publication/header_background_image/9142/medium_darkened_fd892f03-77b1-40b2-825e-95917b611e1e.png);
}
@media (min-width: 760px) {
  .header--withimage .header {
    background-image: url(https://dxj7eshgz03ln.cloudfront.net/production/publication/header_background_image/9142/large_darkened_fd892f03-77b1-40b2-825e-95917b611e1e.png);
  }
}

/* Home page no issue overwrites with image */
/* ### HARDCODED: to be adjusted when implemented into theme */
/*  */
.home--noissue.header--withimage {
  background-attachment: fixed;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(https://dxj7eshgz03ln.cloudfront.net/production/publication/header_background_image/9142/medium_darkened_fd892f03-77b1-40b2-825e-95917b611e1e.png);
}
@media (min-width: 760px) {
  .home--noissue.header--withimage {
    background-image: url(https://dxj7eshgz03ln.cloudfront.net/production/publication/header_background_image/9142/large_darkened_fd892f03-77b1-40b2-825e-95917b611e1e.png);
  }
}

.home--noissue.header--withimage header.header {
  background-image: none;
}
@media (min-width: 760px) {
  .home--noissue.header--withimage header.header {
    background-image: none;
  }
}

.home--noissue.header--withimage body,
.home--noissue.header--withimage header.header,
.home--noissue.header--withimage .footer {
  background-color: transparent !important;
}
