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

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

/* Default .btn */
/*  */
.btn {
  background-color: #ffffff;
  color: #514f4f;
}
.btn:hover,
.btn:focus {
  background-color: #d9d9d9;
  color: #514f4f;
}

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

/* 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(81,79,79,0.8);
}

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

.header .navbar-toggle .navbar-toggle-bar {
  background-color: rgba(81,79,79,0.8);
}
.header .navbar-toggle:hover .navbar-toggle-bar,
.header .navbar-toggle:active .navbar-toggle-bar {
  background-color: #514f4f;
}
/* 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(81,79,79,0.8);
}
.header a:hover,
.header a:active {
  color: #514f4f;
}
.header a.navbar-brand {
  color: #514f4f;
}

/* 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: #999999;
}
.header :-ms-input-placeholder {
  color: #999999;
}
.header ::placeholder {
  color: #999999;
}

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

  color: #FFFFFF;
}

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

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

}

@media (min-width: 760px) {
  .navbar-search .form-control {
    border: 1px solid #e6e6e6;
    -webkit-background-clip: padding-box;
  }
}

.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-welcome .item__heading {
  color: #009600;
}

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

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


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

.cc-welcome .category__title {
  color: #009600;
  text-align: left;

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

/* Icons */
/*  */
.cc-welcome .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-welcome .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-welcome .category__title--lozenge .category__title__text {
  background-color: #009600;
  /* 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-welcome blockquote {
  border-left-color: #cccccc;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-welcome.category__footer h2 {
  border: 1px solid #454547;
}
.cc-welcome.category__footer a {
  color: #000000;
}
.cc-welcome.category__footer a:hover,
.cc-welcome.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-thelatestfromshap .item__heading {
  color: #000000;
}

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

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


.cc-thelatestfromshap {
  background-color: #d9d9d9;
  color: #000000;
  text-align: left;
}

.cc-thelatestfromshap .category__title {
  color: #000000;
  text-align: left;

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

/* Icons */
/*  */
.cc-thelatestfromshap .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-thelatestfromshap .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-thelatestfromshap .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-thelatestfromshap blockquote {
  border-left-color: #aeaeae;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-thelatestfromshap.category__footer h2 {
  border: 1px solid #000000;
}
.cc-thelatestfromshap.category__footer a {
  color: #000000;
}
.cc-thelatestfromshap.category__footer a:hover,
.cc-thelatestfromshap.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-networknews .item__heading {
  color: #009600;
}

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

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


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

.cc-networknews .category__title {
  color: #009600;
  text-align: left;

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

/* Icons */
/*  */
.cc-networknews .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-networknews .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-networknews blockquote {
  border-left-color: #cccccc;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-networknews.category__footer h2 {
  border: 1px solid #454547;
}
.cc-networknews.category__footer a {
  color: #000000;
}
.cc-networknews.category__footer a:hover,
.cc-networknews.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-events .item__heading {
  color: #009600;
}

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

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


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

.cc-events .category__title {
  color: #009600;
  text-align: left;

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

/* Icons */
/*  */
.cc-events .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-events .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-events blockquote {
  border-left-color: #cccccc;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-events.category__footer h2 {
  border: 1px solid #454547;
}
.cc-events.category__footer a {
  color: #000000;
}
.cc-events.category__footer a:hover,
.cc-events.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-membership .item__heading {
  color: #009600;
}

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

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


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

.cc-membership .category__title {
  color: #009600;
  text-align: left;

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

/* Icons */
/*  */
.cc-membership .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-membership .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-membership blockquote {
  border-left-color: #cccccc;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-membership.category__footer h2 {
  border: 1px solid #454547;
}
.cc-membership.category__footer a {
  color: #000000;
}
.cc-membership.category__footer a:hover,
.cc-membership.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-membershipoffers .item__heading {
  color: #009600;
}

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

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


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

.cc-membershipoffers .category__title {
  color: #009600;
  text-align: left;

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

/* Icons */
/*  */
.cc-membershipoffers .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-membershipoffers .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-membershipoffers blockquote {
  border-left-color: #cccccc;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-membershipoffers.category__footer h2 {
  border: 1px solid #454547;
}
.cc-membershipoffers.category__footer a {
  color: #000000;
}
.cc-membershipoffers.category__footer a:hover,
.cc-membershipoffers.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-industrynews .item__heading {
  color: #009600;
}

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

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


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

.cc-industrynews .category__title {
  color: #009600;
  text-align: left;

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

/* Icons */
/*  */
.cc-industrynews .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-industrynews .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-industrynews blockquote {
  border-left-color: #cccccc;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-industrynews.category__footer h2 {
  border: 1px solid #454547;
}
.cc-industrynews.category__footer a {
  color: #000000;
}
.cc-industrynews.category__footer a:hover,
.cc-industrynews.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-tribute .item__heading {
  color: #454547;
}

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

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


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

.cc-tribute .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-tribute .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-tribute .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-tribute blockquote {
  border-left-color: #cccccc;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-tribute.category__footer h2 {
  border: 1px solid #454547;
}
.cc-tribute.category__footer a {
  color: #000000;
}
.cc-tribute.category__footer a:hover,
.cc-tribute.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-rememberingrosemary .item__heading {
  color: #454547;
}

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

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


.cc-rememberingrosemary {
  background-color: #ffffff;
  color: #000000;
  text-align: left;
}

.cc-rememberingrosemary .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-rememberingrosemary .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-rememberingrosemary .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-rememberingrosemary blockquote {
  border-left-color: #cccccc;
}

.cc-rememberingrosemary .item__title a {
  color: #009802;
}
.cc-rememberingrosemary .item__title a:hover,
.cc-rememberingrosemary .item__title a:focus {
  color: #007a02;
}

  /* Embedded link colors */
  /*  */

.cc-rememberingrosemary p a,
.cc-rememberingrosemary ul li a {
  color: #009802;
}
.cc-rememberingrosemary p a:hover,
.cc-rememberingrosemary p a:active,
.cc-rememberingrosemary ul li a:hover,
.cc-rememberingrosemary ul li a:active {
  color: #26be28;
}

.cc-rememberingrosemary .item__footer {
  color: #000000;
}
.cc-rememberingrosemary .item__footer a {
  color: #009802;
}
.cc-rememberingrosemary .item__footer a:hover,
.cc-rememberingrosemary .item__footer a:active {
  color: #26be28;
}


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

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

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

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

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


.cc-m1 {
  background-color: #e3f2e3;
  color: #454547;
  text-align: left;
}

.cc-m1 .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-m1 .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-m1 .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-m1 blockquote {
  border-left-color: #b6c2b6;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-m1.category__footer h2 {
  border: 1px solid #454547;
}
.cc-m1.category__footer a {
  color: #000000;
}
.cc-m1.category__footer a:hover,
.cc-m1.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-m2 .item__heading {
  color: #454547;
}

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

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


.cc-m2 {
  background-color: #d5ebd5;
  color: #454547;
  text-align: left;
}

.cc-m2 .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-m2 .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-m2 .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-m2 blockquote {
  border-left-color: #aabcaa;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-m2.category__footer h2 {
  border: 1px solid #454547;
}
.cc-m2.category__footer a {
  color: #000000;
}
.cc-m2.category__footer a:hover,
.cc-m2.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-m3 .item__heading {
  color: #454547;
}

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

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


.cc-m3 {
  background-color: #bbdfbb;
  color: #454547;
  text-align: left;
}

.cc-m3 .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-m3 .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-m3 .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-m3 blockquote {
  border-left-color: #96b296;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-m3.category__footer h2 {
  border: 1px solid #454547;
}
.cc-m3.category__footer a {
  color: #000000;
}
.cc-m3.category__footer a:hover,
.cc-m3.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-m4 .item__heading {
  color: #454547;
}

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

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


.cc-m4 {
  background-color: #e0e1e3;
  color: #454547;
  text-align: left;
}

.cc-m4 .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-m4 .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-m4 .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-m4 blockquote {
  border-left-color: #b3b4b6;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-m4.category__footer h2 {
  border: 1px solid #454547;
}
.cc-m4.category__footer a {
  color: #000000;
}
.cc-m4.category__footer a:hover,
.cc-m4.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-m5 .item__heading {
  color: #454547;
}

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

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


.cc-m5 {
  background-color: #e3f2e3;
  color: #454547;
  text-align: left;
}

.cc-m5 .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-m5 .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-m5 .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-m5 blockquote {
  border-left-color: #b6c2b6;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-m5.category__footer h2 {
  border: 1px solid #454547;
}
.cc-m5.category__footer a {
  color: #000000;
}
.cc-m5.category__footer a:hover,
.cc-m5.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-m6 .item__heading {
  color: #454547;
}

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

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


.cc-m6 {
  background-color: #d5ebd5;
  color: #454547;
  text-align: left;
}

.cc-m6 .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-m6 .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-m6 .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-m6 blockquote {
  border-left-color: #aabcaa;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-m6.category__footer h2 {
  border: 1px solid #454547;
}
.cc-m6.category__footer a {
  color: #000000;
}
.cc-m6.category__footer a:hover,
.cc-m6.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-m7 .item__heading {
  color: #454547;
}

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

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


.cc-m7 {
  background-color: #bbdfbb;
  color: #454547;
  text-align: left;
}

.cc-m7 .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-m7 .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-m7 .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-m7 blockquote {
  border-left-color: #96b296;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-m7.category__footer h2 {
  border: 1px solid #454547;
}
.cc-m7.category__footer a {
  color: #000000;
}
.cc-m7.category__footer a:hover,
.cc-m7.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-m8 .item__heading {
  color: #454547;
}

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

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


.cc-m8 {
  background-color: #ffffff;
  color: #ffffff;
  text-align: left;
}

.cc-m8 .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-m8 .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-m8 .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-m8 blockquote {
  border-left-color: #cccccc;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-m8.category__footer h2 {
  border: 1px solid #ffffff;
}
.cc-m8.category__footer a {
  color: #000000;
}
.cc-m8.category__footer a:hover,
.cc-m8.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-m9 .item__heading {
  color: #454547;
}

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

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


.cc-m9 {
  background-color: #e3f2e3;
  color: #454547;
  text-align: left;
}

.cc-m9 .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-m9 .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-m9 .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-m9 blockquote {
  border-left-color: #b6c2b6;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-m9.category__footer h2 {
  border: 1px solid #454547;
}
.cc-m9.category__footer a {
  color: #000000;
}
.cc-m9.category__footer a:hover,
.cc-m9.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-m10 .item__heading {
  color: #454547;
}

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

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


.cc-m10 {
  background-color: #d5ebd5;
  color: #454547;
  text-align: left;
}

.cc-m10 .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-m10 .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-m10 .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-m10 blockquote {
  border-left-color: #aabcaa;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-m10.category__footer h2 {
  border: 1px solid #454547;
}
.cc-m10.category__footer a {
  color: #000000;
}
.cc-m10.category__footer a:hover,
.cc-m10.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-m11 .item__heading {
  color: #454547;
}

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

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


.cc-m11 {
  background-color: #bbdfbb;
  color: #454547;
  text-align: left;
}

.cc-m11 .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-m11 .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-m11 .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-m11 blockquote {
  border-left-color: #96b296;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-m11.category__footer h2 {
  border: 1px solid #454547;
}
.cc-m11.category__footer a {
  color: #000000;
}
.cc-m11.category__footer a:hover,
.cc-m11.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-m12 .item__heading {
  color: #454547;
}

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

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


.cc-m12 {
  background-color: #ffffff;
  color: #ffffff;
  text-align: left;
}

.cc-m12 .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-m12 .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-m12 .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-m12 blockquote {
  border-left-color: #cccccc;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-m12.category__footer h2 {
  border: 1px solid #ffffff;
}
.cc-m12.category__footer a {
  color: #000000;
}
.cc-m12.category__footer a:hover,
.cc-m12.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-m13 .item__heading {
  color: #454547;
}

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

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


.cc-m13 {
  background-color: #e3f2e3;
  color: #454547;
  text-align: left;
}

.cc-m13 .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-m13 .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-m13 .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-m13 blockquote {
  border-left-color: #b6c2b6;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-m13.category__footer h2 {
  border: 1px solid #454547;
}
.cc-m13.category__footer a {
  color: #000000;
}
.cc-m13.category__footer a:hover,
.cc-m13.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-m14 .item__heading {
  color: #454547;
}

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

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


.cc-m14 {
  background-color: #d5ebd5;
  color: #454547;
  text-align: left;
}

.cc-m14 .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-m14 .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-m14 .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-m14 blockquote {
  border-left-color: #aabcaa;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-m14.category__footer h2 {
  border: 1px solid #454547;
}
.cc-m14.category__footer a {
  color: #000000;
}
.cc-m14.category__footer a:hover,
.cc-m14.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-m15 .item__heading {
  color: #454547;
}

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

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


.cc-m15 {
  background-color: #bbdfbb;
  color: #454547;
  text-align: left;
}

.cc-m15 .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-m15 .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-m15 .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-m15 blockquote {
  border-left-color: #96b296;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-m15.category__footer h2 {
  border: 1px solid #454547;
}
.cc-m15.category__footer a {
  color: #000000;
}
.cc-m15.category__footer a:hover,
.cc-m15.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-m16 .item__heading {
  color: #454547;
}

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

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


.cc-m16 {
  background-color: #e0e1e3;
  color: #454547;
  text-align: left;
}

.cc-m16 .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-m16 .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-m16 .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-m16 blockquote {
  border-left-color: #b3b4b6;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-m16.category__footer h2 {
  border: 1px solid #454547;
}
.cc-m16.category__footer a {
  color: #000000;
}
.cc-m16.category__footer a:hover,
.cc-m16.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-m17 .item__heading {
  color: #454547;
}

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

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


.cc-m17 {
  background-color: #e3f2e3;
  color: #454547;
  text-align: left;
}

.cc-m17 .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-m17 .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-m17 .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-m17 blockquote {
  border-left-color: #b6c2b6;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-m17.category__footer h2 {
  border: 1px solid #454547;
}
.cc-m17.category__footer a {
  color: #000000;
}
.cc-m17.category__footer a:hover,
.cc-m17.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-m18 .item__heading {
  color: #454547;
}

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

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


.cc-m18 {
  background-color: #d5ebd5;
  color: #454547;
  text-align: left;
}

.cc-m18 .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-m18 .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-m18 .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-m18 blockquote {
  border-left-color: #aabcaa;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-m18.category__footer h2 {
  border: 1px solid #454547;
}
.cc-m18.category__footer a {
  color: #000000;
}
.cc-m18.category__footer a:hover,
.cc-m18.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-m19 .item__heading {
  color: #454547;
}

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

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


.cc-m19 {
  background-color: #bbdfbb;
  color: #454547;
  text-align: left;
}

.cc-m19 .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-m19 .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-m19 .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-m19 blockquote {
  border-left-color: #96b296;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-m19.category__footer h2 {
  border: 1px solid #454547;
}
.cc-m19.category__footer a {
  color: #000000;
}
.cc-m19.category__footer a:hover,
.cc-m19.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-m20 .item__heading {
  color: #454547;
}

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

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


.cc-m20 {
  background-color: #ffffff;
  color: #ffffff;
  text-align: left;
}

.cc-m20 .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-m20 .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-m20 .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-m20 blockquote {
  border-left-color: #cccccc;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-m20.category__footer h2 {
  border: 1px solid #ffffff;
}
.cc-m20.category__footer a {
  color: #000000;
}
.cc-m20.category__footer a:hover,
.cc-m20.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-m21 .item__heading {
  color: #454547;
}

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

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


.cc-m21 {
  background-color: #e3f2e3;
  color: #454547;
  text-align: left;
}

.cc-m21 .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-m21 .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-m21 .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-m21 blockquote {
  border-left-color: #b6c2b6;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-m21.category__footer h2 {
  border: 1px solid #454547;
}
.cc-m21.category__footer a {
  color: #000000;
}
.cc-m21.category__footer a:hover,
.cc-m21.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-m22 .item__heading {
  color: #454547;
}

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

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


.cc-m22 {
  background-color: #d5ebd5;
  color: #454547;
  text-align: left;
}

.cc-m22 .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-m22 .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-m22 .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-m22 blockquote {
  border-left-color: #aabcaa;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-m22.category__footer h2 {
  border: 1px solid #454547;
}
.cc-m22.category__footer a {
  color: #000000;
}
.cc-m22.category__footer a:hover,
.cc-m22.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-m23 .item__heading {
  color: #454547;
}

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

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


.cc-m23 {
  background-color: #bbdfbb;
  color: #454547;
  text-align: left;
}

.cc-m23 .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-m23 .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-m23 .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-m23 blockquote {
  border-left-color: #96b296;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-m23.category__footer h2 {
  border: 1px solid #454547;
}
.cc-m23.category__footer a {
  color: #000000;
}
.cc-m23.category__footer a:hover,
.cc-m23.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-m24 .item__heading {
  color: #454547;
}

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

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


.cc-m24 {
  background-color: #ffffff;
  color: #ffffff;
  text-align: left;
}

.cc-m24 .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-m24 .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-m24 .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-m24 blockquote {
  border-left-color: #cccccc;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-m24.category__footer h2 {
  border: 1px solid #ffffff;
}
.cc-m24.category__footer a {
  color: #000000;
}
.cc-m24.category__footer a:hover,
.cc-m24.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-m25 .item__heading {
  color: #454547;
}

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

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


.cc-m25 {
  background-color: #e3f2e3;
  color: #454547;
  text-align: left;
}

.cc-m25 .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-m25 .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-m25 .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-m25 blockquote {
  border-left-color: #b6c2b6;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-m25.category__footer h2 {
  border: 1px solid #454547;
}
.cc-m25.category__footer a {
  color: #000000;
}
.cc-m25.category__footer a:hover,
.cc-m25.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-m26 .item__heading {
  color: #454547;
}

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

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


.cc-m26 {
  background-color: #d5ebd5;
  color: #454547;
  text-align: left;
}

.cc-m26 .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-m26 .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-m26 .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-m26 blockquote {
  border-left-color: #aabcaa;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-m26.category__footer h2 {
  border: 1px solid #454547;
}
.cc-m26.category__footer a {
  color: #000000;
}
.cc-m26.category__footer a:hover,
.cc-m26.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-m27 .item__heading {
  color: #454547;
}

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

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


.cc-m27 {
  background-color: #bbdfbb;
  color: #454547;
  text-align: left;
}

.cc-m27 .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-m27 .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-m27 .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-m27 blockquote {
  border-left-color: #96b296;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-m27.category__footer h2 {
  border: 1px solid #454547;
}
.cc-m27.category__footer a {
  color: #000000;
}
.cc-m27.category__footer a:hover,
.cc-m27.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-m28 .item__heading {
  color: #454547;
}

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

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


.cc-m28 {
  background-color: #e0e1e3;
  color: #454547;
  text-align: left;
}

.cc-m28 .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-m28 .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-m28 .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-m28 blockquote {
  border-left-color: #b3b4b6;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-m28.category__footer h2 {
  border: 1px solid #454547;
}
.cc-m28.category__footer a {
  color: #000000;
}
.cc-m28.category__footer a:hover,
.cc-m28.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-m29 .item__heading {
  color: #454547;
}

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

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


.cc-m29 {
  background-color: #e3f2e3;
  color: #454547;
  text-align: left;
}

.cc-m29 .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-m29 .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-m29 .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-m29 blockquote {
  border-left-color: #b6c2b6;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-m29.category__footer h2 {
  border: 1px solid #454547;
}
.cc-m29.category__footer a {
  color: #000000;
}
.cc-m29.category__footer a:hover,
.cc-m29.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-m30 .item__heading {
  color: #454547;
}

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

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


.cc-m30 {
  background-color: #d5ebd5;
  color: #454547;
  text-align: left;
}

.cc-m30 .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-m30 .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-m30 .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-m30 blockquote {
  border-left-color: #aabcaa;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-m30.category__footer h2 {
  border: 1px solid #454547;
}
.cc-m30.category__footer a {
  color: #000000;
}
.cc-m30.category__footer a:hover,
.cc-m30.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-m31 .item__heading {
  color: #454547;
}

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

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


.cc-m31 {
  background-color: #bbdfbb;
  color: #454547;
  text-align: left;
}

.cc-m31 .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-m31 .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-m31 .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-m31 blockquote {
  border-left-color: #96b296;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-m31.category__footer h2 {
  border: 1px solid #454547;
}
.cc-m31.category__footer a {
  color: #000000;
}
.cc-m31.category__footer a:hover,
.cc-m31.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-m32 .item__heading {
  color: #454547;
}

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

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


.cc-m32 {
  background-color: #ffffff;
  color: #454547;
  text-align: left;
}

.cc-m32 .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-m32 .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-m32 .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-m32 blockquote {
  border-left-color: #cccccc;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-m32.category__footer h2 {
  border: 1px solid #454547;
}
.cc-m32.category__footer a {
  color: #000000;
}
.cc-m32.category__footer a:hover,
.cc-m32.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-m33 .item__heading {
  color: #454547;
}

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

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


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

.cc-m33 .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-m33 .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-m33 .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-m33 blockquote {
  border-left-color: #cccccc;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-m33.category__footer h2 {
  border: 1px solid #454547;
}
.cc-m33.category__footer a {
  color: #000000;
}
.cc-m33.category__footer a:hover,
.cc-m33.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-m44 .item__heading {
  color: #454547;
}

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

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


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

.cc-m44 .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-m44 .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-m44 .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-m44 blockquote {
  border-left-color: #cccccc;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-m44.category__footer h2 {
  border: 1px solid #454547;
}
.cc-m44.category__footer a {
  color: #000000;
}
.cc-m44.category__footer a:hover,
.cc-m44.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-m35 .item__heading {
  color: #454547;
}

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

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


.cc-m35 {
  background-color: #e0e1e3;
  color: #454547;
  text-align: left;
}

.cc-m35 .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-m35 .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-m35 .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-m35 blockquote {
  border-left-color: #b3b4b6;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-m35.category__footer h2 {
  border: 1px solid #454547;
}
.cc-m35.category__footer a {
  color: #000000;
}
.cc-m35.category__footer a:hover,
.cc-m35.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-m36 .item__heading {
  color: #454547;
}

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

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


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

.cc-m36 .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-m36 .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-m36 .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-m36 blockquote {
  border-left-color: #cccccc;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-m36.category__footer h2 {
  border: 1px solid #454547;
}
.cc-m36.category__footer a {
  color: #000000;
}
.cc-m36.category__footer a:hover,
.cc-m36.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-sponsorship .item__heading {
  color: #454547;
}

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

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


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

.cc-sponsorship .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-sponsorship .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-sponsorship .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-sponsorship blockquote {
  border-left-color: #cccccc;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-sponsorship.category__footer h2 {
  border: 1px solid #454547;
}
.cc-sponsorship.category__footer a {
  color: #000000;
}
.cc-sponsorship.category__footer a:hover,
.cc-sponsorship.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(81,79,79,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.05);
}

/* Style input with border when flat color */
/*  */
.cta--header .form-control {
  border: 1px solid #e6e6e6;
  -webkit-background-clip: padding-box;
}

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

.cta--header .cta-tabs button {
  color: rgba(81,79,79,0.6);
}
.cta--header .cta-tabs button:hover,
.cta--header .cta-tabs button.active {
  border-top-color: rgba(81,79,79,0.8);
  color: #514f4f;
}

.header--withimage .cta--header .btn {
  background-color: #019700;
}
.header--withimage .cta--header .btn:hover,
.header--withimage .cta--header .btn:focus {
  background-color: #018f00;
}


/* 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: #ffffff;
  color: #514f4f;
}
.home--noissue body {
  background-color: transparent;
}
.home--noissue .footer {
  background-color: #ffffff;
  color: #514f4f;
}
.home--noissue .footer a {
  color: rgba(81,79,79,0.8);
}
.home--noissue .footer a:hover,
.home--noissue .footer a:active {
  color: #514f4f;
}
.home--noissue .footer .i .recaptcha-terms {
  color: rgba(81,79,79,0.5);
}
.home--noissue .footer .i .recaptcha-terms a {
  color: rgba(81,79,79,0.5);
}

.home--noissue .footer .social a svg {
  fill: rgba(81,79,79,0.8);
}
.home--noissue .footer .social a:hover svg {
  fill: #514f4f;
}


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

/* 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();
}
@media (min-width: 760px) {
  .home--noissue.header--withimage {
    background-image: url();
  }
}

.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;
}
