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

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

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

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

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

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

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

/* 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: #d46d20;

  color: #FFFFFF;
}

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

.header .btn:hover,
.btn-primary:hover,
.header .btn:focus,
.btn-primary:focus {
  background-color: #bf621d;
  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: #d46d20;
}
.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: #d46d20;
}

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

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


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

.cc-welcome .category__title {
  color: #d46d20;
  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: #d46d20;
  /* 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: #d46d20;
}
.cc-welcome .item__title a:hover,
.cc-welcome .item__title a:focus {
  color: #aa571a;
}

  /* Embedded link colors */
  /*  */

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

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


  /* 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: #d46d20;
}
.cc-welcome.category__footer a:hover,
.cc-welcome.category__footer a:focus {
  color: #aa571a;
}
/* Search modifier classes */
/*  */

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

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

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


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

.cc-prologue .category__title {
  color: #d46d20;
  text-align: left;

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

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

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

.cc-prologue .item__title a {
  color: #d46d20;
}
.cc-prologue .item__title a:hover,
.cc-prologue .item__title a:focus {
  color: #aa571a;
}

  /* Embedded link colors */
  /*  */

.cc-prologue p a,
.cc-prologue ul li a {
  color: #d46d20;
}
.cc-prologue p a:hover,
.cc-prologue p a:active,
.cc-prologue ul li a:hover,
.cc-prologue ul li a:active {
  color: #b45d1b;
}

.cc-prologue .item__footer {
  color: #454547;
}
.cc-prologue .item__footer a {
  color: #d46d20;
}
.cc-prologue .item__footer a:hover,
.cc-prologue .item__footer a:active {
  color: #b45d1b;
}


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

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

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

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

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


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

.cc-educationrevolution .category__title {
  color: #d46d20;
  text-align: left;

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

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

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

.cc-educationrevolution .item__title a {
  color: #d46d20;
}
.cc-educationrevolution .item__title a:hover,
.cc-educationrevolution .item__title a:focus {
  color: #aa571a;
}

  /* Embedded link colors */
  /*  */

.cc-educationrevolution p a,
.cc-educationrevolution ul li a {
  color: #d46d20;
}
.cc-educationrevolution p a:hover,
.cc-educationrevolution p a:active,
.cc-educationrevolution ul li a:hover,
.cc-educationrevolution ul li a:active {
  color: #b45d1b;
}

.cc-educationrevolution .item__footer {
  color: #454547;
}
.cc-educationrevolution .item__footer a {
  color: #d46d20;
}
.cc-educationrevolution .item__footer a:hover,
.cc-educationrevolution .item__footer a:active {
  color: #b45d1b;
}


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

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

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

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

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


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

.cc-inthenews .category__title {
  color: #d46d20;
  text-align: left;

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

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

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

.cc-inthenews .item__title a {
  color: #d46d20;
}
.cc-inthenews .item__title a:hover,
.cc-inthenews .item__title a:focus {
  color: #aa571a;
}

  /* Embedded link colors */
  /*  */

.cc-inthenews p a,
.cc-inthenews ul li a {
  color: #d46d20;
}
.cc-inthenews p a:hover,
.cc-inthenews p a:active,
.cc-inthenews ul li a:hover,
.cc-inthenews ul li a:active {
  color: #b45d1b;
}

.cc-inthenews .item__footer {
  color: #454547;
}
.cc-inthenews .item__footer a {
  color: #d46d20;
}
.cc-inthenews .item__footer a:hover,
.cc-inthenews .item__footer a:active {
  color: #b45d1b;
}


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

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

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

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

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


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

.cc-februarysplaylist .category__title {
  color: #d46d20;
  text-align: left;

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

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

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

.cc-februarysplaylist .item__title a {
  color: #d46d20;
}
.cc-februarysplaylist .item__title a:hover,
.cc-februarysplaylist .item__title a:focus {
  color: #aa571a;
}

  /* Embedded link colors */
  /*  */

.cc-februarysplaylist p a,
.cc-februarysplaylist ul li a {
  color: #d46d20;
}
.cc-februarysplaylist p a:hover,
.cc-februarysplaylist p a:active,
.cc-februarysplaylist ul li a:hover,
.cc-februarysplaylist ul li a:active {
  color: #b45d1b;
}

.cc-februarysplaylist .item__footer {
  color: #454547;
}
.cc-februarysplaylist .item__footer a {
  color: #d46d20;
}
.cc-februarysplaylist .item__footer a:hover,
.cc-februarysplaylist .item__footer a:active {
  color: #b45d1b;
}


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

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

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

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

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


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

.cc-storiestoboostresilience .category__title {
  color: #d46d20;
  text-align: left;

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

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

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

.cc-storiestoboostresilience .item__title a {
  color: #d46d20;
}
.cc-storiestoboostresilience .item__title a:hover,
.cc-storiestoboostresilience .item__title a:focus {
  color: #aa571a;
}

  /* Embedded link colors */
  /*  */

.cc-storiestoboostresilience p a,
.cc-storiestoboostresilience ul li a {
  color: #d46d20;
}
.cc-storiestoboostresilience p a:hover,
.cc-storiestoboostresilience p a:active,
.cc-storiestoboostresilience ul li a:hover,
.cc-storiestoboostresilience ul li a:active {
  color: #b45d1b;
}

.cc-storiestoboostresilience .item__footer {
  color: #454547;
}
.cc-storiestoboostresilience .item__footer a {
  color: #d46d20;
}
.cc-storiestoboostresilience .item__footer a:hover,
.cc-storiestoboostresilience .item__footer a:active {
  color: #b45d1b;
}


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

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

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

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

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


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

.cc-familygames .category__title {
  color: #d46d20;
  text-align: left;

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

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

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

.cc-familygames .item__title a {
  color: #d46d20;
}
.cc-familygames .item__title a:hover,
.cc-familygames .item__title a:focus {
  color: #aa571a;
}

  /* Embedded link colors */
  /*  */

.cc-familygames p a,
.cc-familygames ul li a {
  color: #d46d20;
}
.cc-familygames p a:hover,
.cc-familygames p a:active,
.cc-familygames ul li a:hover,
.cc-familygames ul li a:active {
  color: #b45d1b;
}

.cc-familygames .item__footer {
  color: #454547;
}
.cc-familygames .item__footer a {
  color: #d46d20;
}
.cc-familygames .item__footer a:hover,
.cc-familygames .item__footer a:active {
  color: #b45d1b;
}


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

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

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

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

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


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

.cc-quotestoboostresilience .category__title {
  color: #d46d20;
  text-align: left;

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

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

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

.cc-quotestoboostresilience .item__title a {
  color: #d46d20;
}
.cc-quotestoboostresilience .item__title a:hover,
.cc-quotestoboostresilience .item__title a:focus {
  color: #aa571a;
}

  /* Embedded link colors */
  /*  */

.cc-quotestoboostresilience p a,
.cc-quotestoboostresilience ul li a {
  color: #d46d20;
}
.cc-quotestoboostresilience p a:hover,
.cc-quotestoboostresilience p a:active,
.cc-quotestoboostresilience ul li a:hover,
.cc-quotestoboostresilience ul li a:active {
  color: #b45d1b;
}

.cc-quotestoboostresilience .item__footer {
  color: #454547;
}
.cc-quotestoboostresilience .item__footer a {
  color: #d46d20;
}
.cc-quotestoboostresilience .item__footer a:hover,
.cc-quotestoboostresilience .item__footer a:active {
  color: #b45d1b;
}


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

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

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

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

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


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

.cc-bookreviewsbykidsforkids .category__title {
  color: #d46d20;
  text-align: left;

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

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

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

.cc-bookreviewsbykidsforkids .item__title a {
  color: #d46d20;
}
.cc-bookreviewsbykidsforkids .item__title a:hover,
.cc-bookreviewsbykidsforkids .item__title a:focus {
  color: #aa571a;
}

  /* Embedded link colors */
  /*  */

.cc-bookreviewsbykidsforkids p a,
.cc-bookreviewsbykidsforkids ul li a {
  color: #d46d20;
}
.cc-bookreviewsbykidsforkids p a:hover,
.cc-bookreviewsbykidsforkids p a:active,
.cc-bookreviewsbykidsforkids ul li a:hover,
.cc-bookreviewsbykidsforkids ul li a:active {
  color: #b45d1b;
}

.cc-bookreviewsbykidsforkids .item__footer {
  color: #454547;
}
.cc-bookreviewsbykidsforkids .item__footer a {
  color: #d46d20;
}
.cc-bookreviewsbykidsforkids .item__footer a:hover,
.cc-bookreviewsbykidsforkids .item__footer a:active {
  color: #b45d1b;
}


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

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

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

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

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


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

.cc-virtualwellnesssessionsforkids .category__title {
  color: #55b6bb;
  text-align: left;

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

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

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

.cc-virtualwellnesssessionsforkids .item__title a {
  color: #d46d20;
}
.cc-virtualwellnesssessionsforkids .item__title a:hover,
.cc-virtualwellnesssessionsforkids .item__title a:focus {
  color: #aa571a;
}

  /* Embedded link colors */
  /*  */

.cc-virtualwellnesssessionsforkids p a,
.cc-virtualwellnesssessionsforkids ul li a {
  color: #d46d20;
}
.cc-virtualwellnesssessionsforkids p a:hover,
.cc-virtualwellnesssessionsforkids p a:active,
.cc-virtualwellnesssessionsforkids ul li a:hover,
.cc-virtualwellnesssessionsforkids ul li a:active {
  color: #b45d1b;
}

.cc-virtualwellnesssessionsforkids .item__footer {
  color: #454547;
}
.cc-virtualwellnesssessionsforkids .item__footer a {
  color: #d46d20;
}
.cc-virtualwellnesssessionsforkids .item__footer a:hover,
.cc-virtualwellnesssessionsforkids .item__footer a:active {
  color: #b45d1b;
}


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

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

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

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

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


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

.cc-tweeddadsnourishingrecipes .category__title {
  color: #d46d20;
  text-align: left;

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

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

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

.cc-tweeddadsnourishingrecipes .item__title a {
  color: #d46d20;
}
.cc-tweeddadsnourishingrecipes .item__title a:hover,
.cc-tweeddadsnourishingrecipes .item__title a:focus {
  color: #aa571a;
}

  /* Embedded link colors */
  /*  */

.cc-tweeddadsnourishingrecipes p a,
.cc-tweeddadsnourishingrecipes ul li a {
  color: #d46d20;
}
.cc-tweeddadsnourishingrecipes p a:hover,
.cc-tweeddadsnourishingrecipes p a:active,
.cc-tweeddadsnourishingrecipes ul li a:hover,
.cc-tweeddadsnourishingrecipes ul li a:active {
  color: #b45d1b;
}

.cc-tweeddadsnourishingrecipes .item__footer {
  color: #454547;
}
.cc-tweeddadsnourishingrecipes .item__footer a {
  color: #d46d20;
}
.cc-tweeddadsnourishingrecipes .item__footer a:hover,
.cc-tweeddadsnourishingrecipes .item__footer a:active {
  color: #b45d1b;
}


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

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

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

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

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


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

.cc-resilientkidcasts .category__title {
  color: #d46d20;
  text-align: left;

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

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

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

.cc-resilientkidcasts .item__title a {
  color: #d46d20;
}
.cc-resilientkidcasts .item__title a:hover,
.cc-resilientkidcasts .item__title a:focus {
  color: #aa571a;
}

  /* Embedded link colors */
  /*  */

.cc-resilientkidcasts p a,
.cc-resilientkidcasts ul li a {
  color: #d46d20;
}
.cc-resilientkidcasts p a:hover,
.cc-resilientkidcasts p a:active,
.cc-resilientkidcasts ul li a:hover,
.cc-resilientkidcasts ul li a:active {
  color: #b45d1b;
}

.cc-resilientkidcasts .item__footer {
  color: #454547;
}
.cc-resilientkidcasts .item__footer a {
  color: #d46d20;
}
.cc-resilientkidcasts .item__footer a:hover,
.cc-resilientkidcasts .item__footer a:active {
  color: #b45d1b;
}


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

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

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

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

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


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

.cc-playonwords .category__title {
  color: #d46d20;
  text-align: left;

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

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

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

.cc-playonwords .item__title a {
  color: #d46d20;
}
.cc-playonwords .item__title a:hover,
.cc-playonwords .item__title a:focus {
  color: #aa571a;
}

  /* Embedded link colors */
  /*  */

.cc-playonwords p a,
.cc-playonwords ul li a {
  color: #d46d20;
}
.cc-playonwords p a:hover,
.cc-playonwords p a:active,
.cc-playonwords ul li a:hover,
.cc-playonwords ul li a:active {
  color: #b45d1b;
}

.cc-playonwords .item__footer {
  color: #454547;
}
.cc-playonwords .item__footer a {
  color: #d46d20;
}
.cc-playonwords .item__footer a:hover,
.cc-playonwords .item__footer a:active {
  color: #b45d1b;
}


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

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

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

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

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


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

.cc-resilientrecipe .category__title {
  color: #d46d20;
  text-align: left;

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

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

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

.cc-resilientrecipe .item__title a {
  color: #d46d20;
}
.cc-resilientrecipe .item__title a:hover,
.cc-resilientrecipe .item__title a:focus {
  color: #aa571a;
}

  /* Embedded link colors */
  /*  */

.cc-resilientrecipe p a,
.cc-resilientrecipe ul li a {
  color: #d46d20;
}
.cc-resilientrecipe p a:hover,
.cc-resilientrecipe p a:active,
.cc-resilientrecipe ul li a:hover,
.cc-resilientrecipe ul li a:active {
  color: #b45d1b;
}

.cc-resilientrecipe .item__footer {
  color: #454547;
}
.cc-resilientrecipe .item__footer a {
  color: #d46d20;
}
.cc-resilientrecipe .item__footer a:hover,
.cc-resilientrecipe .item__footer a:active {
  color: #b45d1b;
}


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

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

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

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

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


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

.cc-theimportanceofplay .category__title {
  color: #d46d20;
  text-align: left;

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

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

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

.cc-theimportanceofplay .item__title a {
  color: #d46d20;
}
.cc-theimportanceofplay .item__title a:hover,
.cc-theimportanceofplay .item__title a:focus {
  color: #aa571a;
}

  /* Embedded link colors */
  /*  */

.cc-theimportanceofplay p a,
.cc-theimportanceofplay ul li a {
  color: #d46d20;
}
.cc-theimportanceofplay p a:hover,
.cc-theimportanceofplay p a:active,
.cc-theimportanceofplay ul li a:hover,
.cc-theimportanceofplay ul li a:active {
  color: #b45d1b;
}

.cc-theimportanceofplay .item__footer {
  color: #454547;
}
.cc-theimportanceofplay .item__footer a {
  color: #d46d20;
}
.cc-theimportanceofplay .item__footer a:hover,
.cc-theimportanceofplay .item__footer a:active {
  color: #b45d1b;
}


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

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

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

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

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


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

.cc-resilientkidsspacesevents .category__title {
  color: #d46d20;
  text-align: left;

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

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

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

.cc-resilientkidsspacesevents .item__title a {
  color: #d46d20;
}
.cc-resilientkidsspacesevents .item__title a:hover,
.cc-resilientkidsspacesevents .item__title a:focus {
  color: #aa571a;
}

  /* Embedded link colors */
  /*  */

.cc-resilientkidsspacesevents p a,
.cc-resilientkidsspacesevents ul li a {
  color: #d46d20;
}
.cc-resilientkidsspacesevents p a:hover,
.cc-resilientkidsspacesevents p a:active,
.cc-resilientkidsspacesevents ul li a:hover,
.cc-resilientkidsspacesevents ul li a:active {
  color: #b45d1b;
}

.cc-resilientkidsspacesevents .item__footer {
  color: #454547;
}
.cc-resilientkidsspacesevents .item__footer a {
  color: #d46d20;
}
.cc-resilientkidsspacesevents .item__footer a:hover,
.cc-resilientkidsspacesevents .item__footer a:active {
  color: #b45d1b;
}


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

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

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

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

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


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

.cc-paulschillis .category__title {
  color: #d46d20;
  text-align: left;

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

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

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

.cc-paulschillis .item__title a {
  color: #d46d20;
}
.cc-paulschillis .item__title a:hover,
.cc-paulschillis .item__title a:focus {
  color: #aa571a;
}

  /* Embedded link colors */
  /*  */

.cc-paulschillis p a,
.cc-paulschillis ul li a {
  color: #d46d20;
}
.cc-paulschillis p a:hover,
.cc-paulschillis p a:active,
.cc-paulschillis ul li a:hover,
.cc-paulschillis ul li a:active {
  color: #b45d1b;
}

.cc-paulschillis .item__footer {
  color: #454547;
}
.cc-paulschillis .item__footer a {
  color: #d46d20;
}
.cc-paulschillis .item__footer a:hover,
.cc-paulschillis .item__footer a:active {
  color: #b45d1b;
}


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

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

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

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

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


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

.cc-jokeoftheweek .category__title {
  color: #f2432e;
  text-align: left;

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

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

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

.cc-jokeoftheweek .item__title a {
  color: #d46d20;
}
.cc-jokeoftheweek .item__title a:hover,
.cc-jokeoftheweek .item__title a:focus {
  color: #aa571a;
}

  /* Embedded link colors */
  /*  */

.cc-jokeoftheweek p a,
.cc-jokeoftheweek ul li a {
  color: #d46d20;
}
.cc-jokeoftheweek p a:hover,
.cc-jokeoftheweek p a:active,
.cc-jokeoftheweek ul li a:hover,
.cc-jokeoftheweek ul li a:active {
  color: #b45d1b;
}

.cc-jokeoftheweek .item__footer {
  color: #454547;
}
.cc-jokeoftheweek .item__footer a {
  color: #d46d20;
}
.cc-jokeoftheweek .item__footer a:hover,
.cc-jokeoftheweek .item__footer a:active {
  color: #b45d1b;
}


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

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

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

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

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


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

.cc-bakingwithkids .category__title {
  color: #d46d20;
  text-align: left;

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

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

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

.cc-bakingwithkids .item__title a {
  color: #d46d20;
}
.cc-bakingwithkids .item__title a:hover,
.cc-bakingwithkids .item__title a:focus {
  color: #aa571a;
}

  /* Embedded link colors */
  /*  */

.cc-bakingwithkids p a,
.cc-bakingwithkids ul li a {
  color: #d46d20;
}
.cc-bakingwithkids p a:hover,
.cc-bakingwithkids p a:active,
.cc-bakingwithkids ul li a:hover,
.cc-bakingwithkids ul li a:active {
  color: #b45d1b;
}

.cc-bakingwithkids .item__footer {
  color: #454547;
}
.cc-bakingwithkids .item__footer a {
  color: #d46d20;
}
.cc-bakingwithkids .item__footer a:hover,
.cc-bakingwithkids .item__footer a:active {
  color: #b45d1b;
}


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

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

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

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

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


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

.cc-thewisdomofchildren .category__title {
  color: #d46d20;
  text-align: left;

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

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

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

.cc-thewisdomofchildren .item__title a {
  color: #d46d20;
}
.cc-thewisdomofchildren .item__title a:hover,
.cc-thewisdomofchildren .item__title a:focus {
  color: #aa571a;
}

  /* Embedded link colors */
  /*  */

.cc-thewisdomofchildren p a,
.cc-thewisdomofchildren ul li a {
  color: #d46d20;
}
.cc-thewisdomofchildren p a:hover,
.cc-thewisdomofchildren p a:active,
.cc-thewisdomofchildren ul li a:hover,
.cc-thewisdomofchildren ul li a:active {
  color: #b45d1b;
}

.cc-thewisdomofchildren .item__footer {
  color: #454547;
}
.cc-thewisdomofchildren .item__footer a {
  color: #d46d20;
}
.cc-thewisdomofchildren .item__footer a:hover,
.cc-thewisdomofchildren .item__footer a:active {
  color: #b45d1b;
}


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

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

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

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

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


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

.cc-resiliencebootingrecipes .category__title {
  color: #d46d20;
  text-align: left;

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

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

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

.cc-resiliencebootingrecipes .item__title a {
  color: #d46d20;
}
.cc-resiliencebootingrecipes .item__title a:hover,
.cc-resiliencebootingrecipes .item__title a:focus {
  color: #aa571a;
}

  /* Embedded link colors */
  /*  */

.cc-resiliencebootingrecipes p a,
.cc-resiliencebootingrecipes ul li a {
  color: #d46d20;
}
.cc-resiliencebootingrecipes p a:hover,
.cc-resiliencebootingrecipes p a:active,
.cc-resiliencebootingrecipes ul li a:hover,
.cc-resiliencebootingrecipes ul li a:active {
  color: #b45d1b;
}

.cc-resiliencebootingrecipes .item__footer {
  color: #454547;
}
.cc-resiliencebootingrecipes .item__footer a {
  color: #d46d20;
}
.cc-resiliencebootingrecipes .item__footer a:hover,
.cc-resiliencebootingrecipes .item__footer a:active {
  color: #b45d1b;
}


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

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

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

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

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


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

.cc-fit .category__title {
  color: #d46d20;
  text-align: left;

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

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

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

.cc-fit .item__title a {
  color: #d46d20;
}
.cc-fit .item__title a:hover,
.cc-fit .item__title a:focus {
  color: #aa571a;
}

  /* Embedded link colors */
  /*  */

.cc-fit p a,
.cc-fit ul li a {
  color: #d46d20;
}
.cc-fit p a:hover,
.cc-fit p a:active,
.cc-fit ul li a:hover,
.cc-fit ul li a:active {
  color: #b45d1b;
}

.cc-fit .item__footer {
  color: #454547;
}
.cc-fit .item__footer a {
  color: #d46d20;
}
.cc-fit .item__footer a:hover,
.cc-fit .item__footer a:active {
  color: #b45d1b;
}


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

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

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

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

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


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

.cc-lifesmartlearning .category__title {
  color: #d46d20;
  text-align: left;

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

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

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

.cc-lifesmartlearning .item__title a {
  color: #d46d20;
}
.cc-lifesmartlearning .item__title a:hover,
.cc-lifesmartlearning .item__title a:focus {
  color: #aa571a;
}

  /* Embedded link colors */
  /*  */

.cc-lifesmartlearning p a,
.cc-lifesmartlearning ul li a {
  color: #d46d20;
}
.cc-lifesmartlearning p a:hover,
.cc-lifesmartlearning p a:active,
.cc-lifesmartlearning ul li a:hover,
.cc-lifesmartlearning ul li a:active {
  color: #b45d1b;
}

.cc-lifesmartlearning .item__footer {
  color: #454547;
}
.cc-lifesmartlearning .item__footer a {
  color: #d46d20;
}
.cc-lifesmartlearning .item__footer a:hover,
.cc-lifesmartlearning .item__footer a:active {
  color: #b45d1b;
}


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

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

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

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

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


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

.cc-resilienceboostingstories .category__title {
  color: #d46d20;
  text-align: left;

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

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

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

.cc-resilienceboostingstories .item__title a {
  color: #d46d20;
}
.cc-resilienceboostingstories .item__title a:hover,
.cc-resilienceboostingstories .item__title a:focus {
  color: #aa571a;
}

  /* Embedded link colors */
  /*  */

.cc-resilienceboostingstories p a,
.cc-resilienceboostingstories ul li a {
  color: #d46d20;
}
.cc-resilienceboostingstories p a:hover,
.cc-resilienceboostingstories p a:active,
.cc-resilienceboostingstories ul li a:hover,
.cc-resilienceboostingstories ul li a:active {
  color: #b45d1b;
}

.cc-resilienceboostingstories .item__footer {
  color: #454547;
}
.cc-resilienceboostingstories .item__footer a {
  color: #d46d20;
}
.cc-resilienceboostingstories .item__footer a:hover,
.cc-resilienceboostingstories .item__footer a:active {
  color: #b45d1b;
}


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

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

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

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

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


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

.cc-onemumatatime .category__title {
  color: #d46d20;
  text-align: left;

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

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

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

.cc-onemumatatime .item__title a {
  color: #d46d20;
}
.cc-onemumatatime .item__title a:hover,
.cc-onemumatatime .item__title a:focus {
  color: #aa571a;
}

  /* Embedded link colors */
  /*  */

.cc-onemumatatime p a,
.cc-onemumatatime ul li a {
  color: #d46d20;
}
.cc-onemumatatime p a:hover,
.cc-onemumatatime p a:active,
.cc-onemumatatime ul li a:hover,
.cc-onemumatatime ul li a:active {
  color: #b45d1b;
}

.cc-onemumatatime .item__footer {
  color: #454547;
}
.cc-onemumatatime .item__footer a {
  color: #d46d20;
}
.cc-onemumatatime .item__footer a:hover,
.cc-onemumatatime .item__footer a:active {
  color: #b45d1b;
}


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

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

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

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

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


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

.cc-tutoringtips .category__title {
  color: #d46d20;
  text-align: left;

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

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

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

.cc-tutoringtips .item__title a {
  color: #d46d20;
}
.cc-tutoringtips .item__title a:hover,
.cc-tutoringtips .item__title a:focus {
  color: #aa571a;
}

  /* Embedded link colors */
  /*  */

.cc-tutoringtips p a,
.cc-tutoringtips ul li a {
  color: #d46d20;
}
.cc-tutoringtips p a:hover,
.cc-tutoringtips p a:active,
.cc-tutoringtips ul li a:hover,
.cc-tutoringtips ul li a:active {
  color: #b45d1b;
}

.cc-tutoringtips .item__footer {
  color: #454547;
}
.cc-tutoringtips .item__footer a {
  color: #d46d20;
}
.cc-tutoringtips .item__footer a:hover,
.cc-tutoringtips .item__footer a:active {
  color: #b45d1b;
}


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

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

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

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

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


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

.cc-notestomyyoungerself .category__title {
  color: #d46d20;
  text-align: left;

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

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

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

.cc-notestomyyoungerself .item__title a {
  color: #d46d20;
}
.cc-notestomyyoungerself .item__title a:hover,
.cc-notestomyyoungerself .item__title a:focus {
  color: #aa571a;
}

  /* Embedded link colors */
  /*  */

.cc-notestomyyoungerself p a,
.cc-notestomyyoungerself ul li a {
  color: #d46d20;
}
.cc-notestomyyoungerself p a:hover,
.cc-notestomyyoungerself p a:active,
.cc-notestomyyoungerself ul li a:hover,
.cc-notestomyyoungerself ul li a:active {
  color: #b45d1b;
}

.cc-notestomyyoungerself .item__footer {
  color: #454547;
}
.cc-notestomyyoungerself .item__footer a {
  color: #d46d20;
}
.cc-notestomyyoungerself .item__footer a:hover,
.cc-notestomyyoungerself .item__footer a:active {
  color: #b45d1b;
}


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

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

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

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

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


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

.cc-tipsforraisingresilientkids .category__title {
  color: #d46d20;
  text-align: left;

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

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

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

.cc-tipsforraisingresilientkids .item__title a {
  color: #d46d20;
}
.cc-tipsforraisingresilientkids .item__title a:hover,
.cc-tipsforraisingresilientkids .item__title a:focus {
  color: #aa571a;
}

  /* Embedded link colors */
  /*  */

.cc-tipsforraisingresilientkids p a,
.cc-tipsforraisingresilientkids ul li a {
  color: #d46d20;
}
.cc-tipsforraisingresilientkids p a:hover,
.cc-tipsforraisingresilientkids p a:active,
.cc-tipsforraisingresilientkids ul li a:hover,
.cc-tipsforraisingresilientkids ul li a:active {
  color: #b45d1b;
}

.cc-tipsforraisingresilientkids .item__footer {
  color: #454547;
}
.cc-tipsforraisingresilientkids .item__footer a {
  color: #d46d20;
}
.cc-tipsforraisingresilientkids .item__footer a:hover,
.cc-tipsforraisingresilientkids .item__footer a:active {
  color: #b45d1b;
}


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

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

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

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

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


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

.cc-resilientparentsresilientkids .category__title {
  color: #d46d20;
  text-align: left;

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

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

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

.cc-resilientparentsresilientkids .item__title a {
  color: #d46d20;
}
.cc-resilientparentsresilientkids .item__title a:hover,
.cc-resilientparentsresilientkids .item__title a:focus {
  color: #aa571a;
}

  /* Embedded link colors */
  /*  */

.cc-resilientparentsresilientkids p a,
.cc-resilientparentsresilientkids ul li a {
  color: #d46d20;
}
.cc-resilientparentsresilientkids p a:hover,
.cc-resilientparentsresilientkids p a:active,
.cc-resilientparentsresilientkids ul li a:hover,
.cc-resilientparentsresilientkids ul li a:active {
  color: #b45d1b;
}

.cc-resilientparentsresilientkids .item__footer {
  color: #454547;
}
.cc-resilientparentsresilientkids .item__footer a {
  color: #d46d20;
}
.cc-resilientparentsresilientkids .item__footer a:hover,
.cc-resilientparentsresilientkids .item__footer a:active {
  color: #b45d1b;
}


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

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

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

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

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


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

.cc-artcraftyideas .category__title {
  color: #d46d20;
  text-align: left;

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

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

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

.cc-artcraftyideas .item__title a {
  color: #d46d20;
}
.cc-artcraftyideas .item__title a:hover,
.cc-artcraftyideas .item__title a:focus {
  color: #aa571a;
}

  /* Embedded link colors */
  /*  */

.cc-artcraftyideas p a,
.cc-artcraftyideas ul li a {
  color: #d46d20;
}
.cc-artcraftyideas p a:hover,
.cc-artcraftyideas p a:active,
.cc-artcraftyideas ul li a:hover,
.cc-artcraftyideas ul li a:active {
  color: #b45d1b;
}

.cc-artcraftyideas .item__footer {
  color: #454547;
}
.cc-artcraftyideas .item__footer a {
  color: #d46d20;
}
.cc-artcraftyideas .item__footer a:hover,
.cc-artcraftyideas .item__footer a:active {
  color: #b45d1b;
}


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

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

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

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

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


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

.cc-resilientnudges .category__title {
  color: #d46d20;
  text-align: left;

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

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

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

.cc-resilientnudges .item__title a {
  color: #d46d20;
}
.cc-resilientnudges .item__title a:hover,
.cc-resilientnudges .item__title a:focus {
  color: #aa571a;
}

  /* Embedded link colors */
  /*  */

.cc-resilientnudges p a,
.cc-resilientnudges ul li a {
  color: #d46d20;
}
.cc-resilientnudges p a:hover,
.cc-resilientnudges p a:active,
.cc-resilientnudges ul li a:hover,
.cc-resilientnudges ul li a:active {
  color: #b45d1b;
}

.cc-resilientnudges .item__footer {
  color: #454547;
}
.cc-resilientnudges .item__footer a {
  color: #d46d20;
}
.cc-resilientnudges .item__footer a:hover,
.cc-resilientnudges .item__footer a:active {
  color: #b45d1b;
}


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

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

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

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

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


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

.cc-thevalueofnaturekids .category__title {
  color: #d46d20;
  text-align: left;

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

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

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

.cc-thevalueofnaturekids .item__title a {
  color: #d46d20;
}
.cc-thevalueofnaturekids .item__title a:hover,
.cc-thevalueofnaturekids .item__title a:focus {
  color: #aa571a;
}

  /* Embedded link colors */
  /*  */

.cc-thevalueofnaturekids p a,
.cc-thevalueofnaturekids ul li a {
  color: #d46d20;
}
.cc-thevalueofnaturekids p a:hover,
.cc-thevalueofnaturekids p a:active,
.cc-thevalueofnaturekids ul li a:hover,
.cc-thevalueofnaturekids ul li a:active {
  color: #b45d1b;
}

.cc-thevalueofnaturekids .item__footer {
  color: #454547;
}
.cc-thevalueofnaturekids .item__footer a {
  color: #d46d20;
}
.cc-thevalueofnaturekids .item__footer a:hover,
.cc-thevalueofnaturekids .item__footer a:active {
  color: #b45d1b;
}


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

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

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

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

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


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

.cc-radicalrelaxation .category__title {
  color: #d46d20;
  text-align: left;

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

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

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

.cc-radicalrelaxation .item__title a {
  color: #d46d20;
}
.cc-radicalrelaxation .item__title a:hover,
.cc-radicalrelaxation .item__title a:focus {
  color: #aa571a;
}

  /* Embedded link colors */
  /*  */

.cc-radicalrelaxation p a,
.cc-radicalrelaxation ul li a {
  color: #d46d20;
}
.cc-radicalrelaxation p a:hover,
.cc-radicalrelaxation p a:active,
.cc-radicalrelaxation ul li a:hover,
.cc-radicalrelaxation ul li a:active {
  color: #b45d1b;
}

.cc-radicalrelaxation .item__footer {
  color: #454547;
}
.cc-radicalrelaxation .item__footer a {
  color: #d46d20;
}
.cc-radicalrelaxation .item__footer a:hover,
.cc-radicalrelaxation .item__footer a:active {
  color: #b45d1b;
}


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

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

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

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

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


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

.cc-singlemumshoutouts .category__title {
  color: #d46d20;
  text-align: left;

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

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

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

.cc-singlemumshoutouts .item__title a {
  color: #d46d20;
}
.cc-singlemumshoutouts .item__title a:hover,
.cc-singlemumshoutouts .item__title a:focus {
  color: #aa571a;
}

  /* Embedded link colors */
  /*  */

.cc-singlemumshoutouts p a,
.cc-singlemumshoutouts ul li a {
  color: #d46d20;
}
.cc-singlemumshoutouts p a:hover,
.cc-singlemumshoutouts p a:active,
.cc-singlemumshoutouts ul li a:hover,
.cc-singlemumshoutouts ul li a:active {
  color: #b45d1b;
}

.cc-singlemumshoutouts .item__footer {
  color: #454547;
}
.cc-singlemumshoutouts .item__footer a {
  color: #d46d20;
}
.cc-singlemumshoutouts .item__footer a:hover,
.cc-singlemumshoutouts .item__footer a:active {
  color: #b45d1b;
}


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

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

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

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

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


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

.cc-resilientdads .category__title {
  color: #d46d20;
  text-align: left;

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

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

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

.cc-resilientdads .item__title a {
  color: #d46d20;
}
.cc-resilientdads .item__title a:hover,
.cc-resilientdads .item__title a:focus {
  color: #aa571a;
}

  /* Embedded link colors */
  /*  */

.cc-resilientdads p a,
.cc-resilientdads ul li a {
  color: #d46d20;
}
.cc-resilientdads p a:hover,
.cc-resilientdads p a:active,
.cc-resilientdads ul li a:hover,
.cc-resilientdads ul li a:active {
  color: #b45d1b;
}

.cc-resilientdads .item__footer {
  color: #454547;
}
.cc-resilientdads .item__footer a {
  color: #d46d20;
}
.cc-resilientdads .item__footer a:hover,
.cc-resilientdads .item__footer a:active {
  color: #b45d1b;
}


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

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

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

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

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


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

.cc-resilientgrandads .category__title {
  color: #d46d20;
  text-align: left;

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

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

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

.cc-resilientgrandads .item__title a {
  color: #d46d20;
}
.cc-resilientgrandads .item__title a:hover,
.cc-resilientgrandads .item__title a:focus {
  color: #aa571a;
}

  /* Embedded link colors */
  /*  */

.cc-resilientgrandads p a,
.cc-resilientgrandads ul li a {
  color: #d46d20;
}
.cc-resilientgrandads p a:hover,
.cc-resilientgrandads p a:active,
.cc-resilientgrandads ul li a:hover,
.cc-resilientgrandads ul li a:active {
  color: #b45d1b;
}

.cc-resilientgrandads .item__footer {
  color: #454547;
}
.cc-resilientgrandads .item__footer a {
  color: #d46d20;
}
.cc-resilientgrandads .item__footer a:hover,
.cc-resilientgrandads .item__footer a:active {
  color: #b45d1b;
}


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

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

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

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

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


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

.cc-resilientteenagers .category__title {
  color: #d46d20;
  text-align: left;

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

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

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

.cc-resilientteenagers .item__title a {
  color: #d46d20;
}
.cc-resilientteenagers .item__title a:hover,
.cc-resilientteenagers .item__title a:focus {
  color: #aa571a;
}

  /* Embedded link colors */
  /*  */

.cc-resilientteenagers p a,
.cc-resilientteenagers ul li a {
  color: #d46d20;
}
.cc-resilientteenagers p a:hover,
.cc-resilientteenagers p a:active,
.cc-resilientteenagers ul li a:hover,
.cc-resilientteenagers ul li a:active {
  color: #b45d1b;
}

.cc-resilientteenagers .item__footer {
  color: #454547;
}
.cc-resilientteenagers .item__footer a {
  color: #d46d20;
}
.cc-resilientteenagers .item__footer a:hover,
.cc-resilientteenagers .item__footer a:active {
  color: #b45d1b;
}


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

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

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

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

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


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

.cc-resilientmums .category__title {
  color: #d46d20;
  text-align: left;

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

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

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

.cc-resilientmums .item__title a {
  color: #d46d20;
}
.cc-resilientmums .item__title a:hover,
.cc-resilientmums .item__title a:focus {
  color: #aa571a;
}

  /* Embedded link colors */
  /*  */

.cc-resilientmums p a,
.cc-resilientmums ul li a {
  color: #d46d20;
}
.cc-resilientmums p a:hover,
.cc-resilientmums p a:active,
.cc-resilientmums ul li a:hover,
.cc-resilientmums ul li a:active {
  color: #b45d1b;
}

.cc-resilientmums .item__footer {
  color: #454547;
}
.cc-resilientmums .item__footer a {
  color: #d46d20;
}
.cc-resilientmums .item__footer a:hover,
.cc-resilientmums .item__footer a:active {
  color: #b45d1b;
}


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

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

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

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

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


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

.cc-resilientgrans .category__title {
  color: #d46d20;
  text-align: left;

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

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

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

.cc-resilientgrans .item__title a {
  color: #d46d20;
}
.cc-resilientgrans .item__title a:hover,
.cc-resilientgrans .item__title a:focus {
  color: #aa571a;
}

  /* Embedded link colors */
  /*  */

.cc-resilientgrans p a,
.cc-resilientgrans ul li a {
  color: #d46d20;
}
.cc-resilientgrans p a:hover,
.cc-resilientgrans p a:active,
.cc-resilientgrans ul li a:hover,
.cc-resilientgrans ul li a:active {
  color: #b45d1b;
}

.cc-resilientgrans .item__footer {
  color: #454547;
}
.cc-resilientgrans .item__footer a {
  color: #d46d20;
}
.cc-resilientgrans .item__footer a:hover,
.cc-resilientgrans .item__footer a:active {
  color: #b45d1b;
}


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

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

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

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

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


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

.cc-miserabledad .category__title {
  color: #d46d20;
  text-align: left;

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

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

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

.cc-miserabledad .item__title a {
  color: #d46d20;
}
.cc-miserabledad .item__title a:hover,
.cc-miserabledad .item__title a:focus {
  color: #aa571a;
}

  /* Embedded link colors */
  /*  */

.cc-miserabledad p a,
.cc-miserabledad ul li a {
  color: #d46d20;
}
.cc-miserabledad p a:hover,
.cc-miserabledad p a:active,
.cc-miserabledad ul li a:hover,
.cc-miserabledad ul li a:active {
  color: #b45d1b;
}

.cc-miserabledad .item__footer {
  color: #454547;
}
.cc-miserabledad .item__footer a {
  color: #d46d20;
}
.cc-miserabledad .item__footer a:hover,
.cc-miserabledad .item__footer a:active {
  color: #b45d1b;
}


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

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

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

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

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


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

.cc-andfinally .category__title {
  color: #d46d20;
  text-align: left;

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

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

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

.cc-andfinally .item__title a {
  color: #d46d20;
}
.cc-andfinally .item__title a:hover,
.cc-andfinally .item__title a:focus {
  color: #aa571a;
}

  /* Embedded link colors */
  /*  */

.cc-andfinally p a,
.cc-andfinally ul li a {
  color: #d46d20;
}
.cc-andfinally p a:hover,
.cc-andfinally p a:active,
.cc-andfinally ul li a:hover,
.cc-andfinally ul li a:active {
  color: #b45d1b;
}

.cc-andfinally .item__footer {
  color: #454547;
}
.cc-andfinally .item__footer a {
  color: #d46d20;
}
.cc-andfinally .item__footer a:hover,
.cc-andfinally .item__footer a:active {
  color: #b45d1b;
}


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

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

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

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

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


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

.cc-sowheredowoodlicehangout .category__title {
  color: #d46d20;
  text-align: left;

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

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

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

.cc-sowheredowoodlicehangout .item__title a {
  color: #d46d20;
}
.cc-sowheredowoodlicehangout .item__title a:hover,
.cc-sowheredowoodlicehangout .item__title a:focus {
  color: #aa571a;
}

  /* Embedded link colors */
  /*  */

.cc-sowheredowoodlicehangout p a,
.cc-sowheredowoodlicehangout ul li a {
  color: #d46d20;
}
.cc-sowheredowoodlicehangout p a:hover,
.cc-sowheredowoodlicehangout p a:active,
.cc-sowheredowoodlicehangout ul li a:hover,
.cc-sowheredowoodlicehangout ul li a:active {
  color: #b45d1b;
}

.cc-sowheredowoodlicehangout .item__footer {
  color: #454547;
}
.cc-sowheredowoodlicehangout .item__footer a {
  color: #d46d20;
}
.cc-sowheredowoodlicehangout .item__footer a:hover,
.cc-sowheredowoodlicehangout .item__footer a:active {
  color: #b45d1b;
}


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

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

/* 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: #d46d20;
  color: #d46d20;
}

/* 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(0,0,0,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(0,0,0,0.6);
}

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

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


/* Subscription pages */
/*  */
.subscription__resubscribe__btn {
  color: #d46d20;
}
.subscription__resubscribe__btn:hover,
.subscription__resubscribe__btn:focus {
  color: #b45d1b;
}


/* 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: #d46d20;
}
.sponsorship a:hover,
.sponsorship a:active {
  color: #b45d1b;
}

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

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


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