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

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

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

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

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

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

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

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

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

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

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

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

  color: #FFFFFF;
}

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

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

}


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

/* Item */
/*  */

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

.item__heading {
  /* This is .item__heading on search and archives */
  color: #3e6fee;
}
.item__footer {
  /* This is .item__footer on search and archives */
  color: rgba(0,0,10,0.7);
}

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

/* If issue date is displayed along with title <time> gets wrapped in an <i> */
/*  */
.issue__heading h1 i {
  color: rgba(0,0,10,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-directorsnote .item__heading {
  color: #454547;
}

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

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


.cc-directorsnote {
  background-color: #FFFFFF;
  color: #050000;
  text-align: center;
}

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

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

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

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

  /* If text alignment is center, give p .item--issue left and right margin */
  /*  */
@media (min-width: 760px) {
  .cc-directorsnote .item--issue p {
    margin-left: 56px;
    margin-right: 56px;
  }
}

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */
.cc-directorsnote ol,
.cc-directorsnote ul {
  margin-left: 0;
}

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

.cc-directorsnote .item__title a {
  color: #3e6fee;
}
.cc-directorsnote .item__title a:hover,
.cc-directorsnote .item__title a:focus {
  color: #3259be;
}

  /* Embedded link colors */
  /*  */

.cc-directorsnote p a,
.cc-directorsnote ul li a {
  color: #3e6fee;
}
.cc-directorsnote p a:hover,
.cc-directorsnote p a:active,
.cc-directorsnote ul li a:hover,
.cc-directorsnote ul li a:active {
  color: #6495ff;
}

.cc-directorsnote .item__footer {
  color: #050000;
}
.cc-directorsnote .item__footer a {
  color: #3e6fee;
}
.cc-directorsnote .item__footer a:hover,
.cc-directorsnote .item__footer a:active {
  color: #6495ff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-directorsnote.category__footer h2 {
  border: 1px solid #050000;
}
.cc-directorsnote.category__footer a {
  color: #3e6fee;
}
.cc-directorsnote.category__footer a:hover,
.cc-directorsnote.category__footer a:focus {
  color: #3259be;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-spotlight {
  background-color: #030303;
  color: #f7f0f0;
  text-align: center;
}

.cc-spotlight .category__title {
  color: #f7f0f0;
  text-align: center;

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

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

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

  /* If text alignment is center, give p .item--issue left and right margin */
  /*  */
@media (min-width: 760px) {
  .cc-spotlight .item--issue p {
    margin-left: 56px;
    margin-right: 56px;
  }
}

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */
.cc-spotlight ol,
.cc-spotlight ul {
  margin-left: 0;
}

.cc-spotlight blockquote {
  border-left-color: #363636;
}

.cc-spotlight .item__title a {
  color: #5786f3;
}
.cc-spotlight .item__title a:hover,
.cc-spotlight .item__title a:focus {
  color: #466bc2;
}

  /* Embedded link colors */
  /*  */

.cc-spotlight p a,
.cc-spotlight ul li a {
  color: #5786f3;
}
.cc-spotlight p a:hover,
.cc-spotlight p a:active,
.cc-spotlight ul li a:hover,
.cc-spotlight ul li a:active {
  color: #4a72cf;
}

.cc-spotlight .item__footer {
  color: #f7f0f0;
}
.cc-spotlight .item__footer a {
  color: #5786f3;
}
.cc-spotlight .item__footer a:hover,
.cc-spotlight .item__footer a:active {
  color: #4a72cf;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-spotlight.category__footer h2 {
  border: 1px solid #f7f0f0;
}
.cc-spotlight.category__footer a {
  color: #5786f3;
}
.cc-spotlight.category__footer a:hover,
.cc-spotlight.category__footer a:focus {
  color: #466bc2;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-artoftheweek {
  background-color: #FFFFFF;
  color: #00000a;
  text-align: center;
}

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

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

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

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

  /* If text alignment is center, give p .item--issue left and right margin */
  /*  */
@media (min-width: 760px) {
  .cc-artoftheweek .item--issue p {
    margin-left: 56px;
    margin-right: 56px;
  }
}

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */
.cc-artoftheweek ol,
.cc-artoftheweek ul {
  margin-left: 0;
}

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

.cc-artoftheweek .item__title a {
  color: #3e6fee;
}
.cc-artoftheweek .item__title a:hover,
.cc-artoftheweek .item__title a:focus {
  color: #3259be;
}

  /* Embedded link colors */
  /*  */

.cc-artoftheweek p a,
.cc-artoftheweek ul li a {
  color: #3e6fee;
}
.cc-artoftheweek p a:hover,
.cc-artoftheweek p a:active,
.cc-artoftheweek ul li a:hover,
.cc-artoftheweek ul li a:active {
  color: #6495ff;
}

.cc-artoftheweek .item__footer {
  color: #00000a;
}
.cc-artoftheweek .item__footer a {
  color: #3e6fee;
}
.cc-artoftheweek .item__footer a:hover,
.cc-artoftheweek .item__footer a:active {
  color: #6495ff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-artoftheweek.category__footer h2 {
  border: 1px solid #00000a;
}
.cc-artoftheweek.category__footer a {
  color: #3e6fee;
}
.cc-artoftheweek.category__footer a:hover,
.cc-artoftheweek.category__footer a:focus {
  color: #3259be;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-schedule {
  background-color: #FFFFFF;
  color: #00000a;
  text-align: center;
}

.cc-schedule .category__title {
  color: #ffffff;
  text-align: center;

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

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

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

  /* If text alignment is center, give p .item--issue left and right margin */
  /*  */
@media (min-width: 760px) {
  .cc-schedule .item--issue p {
    margin-left: 56px;
    margin-right: 56px;
  }
}

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */
.cc-schedule ol,
.cc-schedule ul {
  margin-left: 0;
}

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

.cc-schedule .item__title a {
  color: #3e6fee;
}
.cc-schedule .item__title a:hover,
.cc-schedule .item__title a:focus {
  color: #3259be;
}

  /* Embedded link colors */
  /*  */

.cc-schedule p a,
.cc-schedule ul li a {
  color: #3e6fee;
}
.cc-schedule p a:hover,
.cc-schedule p a:active,
.cc-schedule ul li a:hover,
.cc-schedule ul li a:active {
  color: #6495ff;
}

.cc-schedule .item__footer {
  color: #00000a;
}
.cc-schedule .item__footer a {
  color: #3e6fee;
}
.cc-schedule .item__footer a:hover,
.cc-schedule .item__footer a:active {
  color: #6495ff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-schedule.category__footer h2 {
  border: 1px solid #00000a;
}
.cc-schedule.category__footer a {
  color: #3e6fee;
}
.cc-schedule.category__footer a:hover,
.cc-schedule.category__footer a:focus {
  color: #3259be;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-monday {
  background-color: #FFFFFF;
  color: #00000a;
  text-align: center;
}

.cc-monday .category__title {
  color: #faf7f7;
  text-align: center;

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

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

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

  /* If text alignment is center, give p .item--issue left and right margin */
  /*  */
@media (min-width: 760px) {
  .cc-monday .item--issue p {
    margin-left: 56px;
    margin-right: 56px;
  }
}

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */
.cc-monday ol,
.cc-monday ul {
  margin-left: 0;
}

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

.cc-monday .item__title a {
  color: #3e6fee;
}
.cc-monday .item__title a:hover,
.cc-monday .item__title a:focus {
  color: #3259be;
}

  /* Embedded link colors */
  /*  */

.cc-monday p a,
.cc-monday ul li a {
  color: #3e6fee;
}
.cc-monday p a:hover,
.cc-monday p a:active,
.cc-monday ul li a:hover,
.cc-monday ul li a:active {
  color: #6495ff;
}

.cc-monday .item__footer {
  color: #00000a;
}
.cc-monday .item__footer a {
  color: #3e6fee;
}
.cc-monday .item__footer a:hover,
.cc-monday .item__footer a:active {
  color: #6495ff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-monday.category__footer h2 {
  border: 1px solid #00000a;
}
.cc-monday.category__footer a {
  color: #3e6fee;
}
.cc-monday.category__footer a:hover,
.cc-monday.category__footer a:focus {
  color: #3259be;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-tuesday {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}

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

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

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

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

  /* If text alignment is center, give p .item--issue left and right margin */
  /*  */
@media (min-width: 760px) {
  .cc-tuesday .item--issue p {
    margin-left: 56px;
    margin-right: 56px;
  }
}

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */
.cc-tuesday ol,
.cc-tuesday ul {
  margin-left: 0;
}

.cc-tuesday blockquote {
  border-left-color: #333333;
}

.cc-tuesday .item__title a {
  color: #3f6df3;
}
.cc-tuesday .item__title a:hover,
.cc-tuesday .item__title a:focus {
  color: #3257c2;
}

  /* Embedded link colors */
  /*  */

.cc-tuesday p a,
.cc-tuesday ul li a {
  color: #3f6df3;
}
.cc-tuesday p a:hover,
.cc-tuesday p a:active,
.cc-tuesday ul li a:hover,
.cc-tuesday ul li a:active {
  color: #6593ff;
}

.cc-tuesday .item__footer {
  color: #ffffff;
}
.cc-tuesday .item__footer a {
  color: #3f6df3;
}
.cc-tuesday .item__footer a:hover,
.cc-tuesday .item__footer a:active {
  color: #6593ff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-tuesday.category__footer h2 {
  border: 1px solid #ffffff;
}
.cc-tuesday.category__footer a {
  color: #3f6df3;
}
.cc-tuesday.category__footer a:hover,
.cc-tuesday.category__footer a:focus {
  color: #3257c2;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-wednesday {
  background-color: #FFFFFF;
  color: #00000a;
  text-align: center;
}

.cc-wednesday .category__title {
  color: #ffffff;
  text-align: center;

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

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

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

  /* If text alignment is center, give p .item--issue left and right margin */
  /*  */
@media (min-width: 760px) {
  .cc-wednesday .item--issue p {
    margin-left: 56px;
    margin-right: 56px;
  }
}

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */
.cc-wednesday ol,
.cc-wednesday ul {
  margin-left: 0;
}

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

.cc-wednesday .item__title a {
  color: #3e6fee;
}
.cc-wednesday .item__title a:hover,
.cc-wednesday .item__title a:focus {
  color: #3259be;
}

  /* Embedded link colors */
  /*  */

.cc-wednesday p a,
.cc-wednesday ul li a {
  color: #3e6fee;
}
.cc-wednesday p a:hover,
.cc-wednesday p a:active,
.cc-wednesday ul li a:hover,
.cc-wednesday ul li a:active {
  color: #6495ff;
}

.cc-wednesday .item__footer {
  color: #00000a;
}
.cc-wednesday .item__footer a {
  color: #3e6fee;
}
.cc-wednesday .item__footer a:hover,
.cc-wednesday .item__footer a:active {
  color: #6495ff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-wednesday.category__footer h2 {
  border: 1px solid #00000a;
}
.cc-wednesday.category__footer a {
  color: #3e6fee;
}
.cc-wednesday.category__footer a:hover,
.cc-wednesday.category__footer a:focus {
  color: #3259be;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-thursday {
  background-color: #841111;
  color: #e0d155;
  text-align: center;
}

.cc-thursday .category__title {
  color: #841111;
  text-align: center;

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

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

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

  /* If text alignment is center, give p .item--issue left and right margin */
  /*  */
@media (min-width: 760px) {
  .cc-thursday .item--issue p {
    margin-left: 56px;
    margin-right: 56px;
  }
}

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */
.cc-thursday ol,
.cc-thursday ul {
  margin-left: 0;
}

.cc-thursday blockquote {
  border-left-color: #b74444;
}

.cc-thursday .item__title a {
  color: #3e6fee;
}
.cc-thursday .item__title a:hover,
.cc-thursday .item__title a:focus {
  color: #3259be;
}

  /* Embedded link colors */
  /*  */

.cc-thursday p a,
.cc-thursday ul li a {
  color: #3e6fee;
}
.cc-thursday p a:hover,
.cc-thursday p a:active,
.cc-thursday ul li a:hover,
.cc-thursday ul li a:active {
  color: #6495ff;
}

.cc-thursday .item__footer {
  color: #e0d155;
}
.cc-thursday .item__footer a {
  color: #3e6fee;
}
.cc-thursday .item__footer a:hover,
.cc-thursday .item__footer a:active {
  color: #6495ff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-thursday.category__footer h2 {
  border: 1px solid #e0d155;
}
.cc-thursday.category__footer a {
  color: #3e6fee;
}
.cc-thursday.category__footer a:hover,
.cc-thursday.category__footer a:focus {
  color: #3259be;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-friday {
  background-color: #FFFFFF;
  color: #00000a;
  text-align: center;
}

.cc-friday .category__title {
  color: #ffffff;
  text-align: center;

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

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

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

  /* If text alignment is center, give p .item--issue left and right margin */
  /*  */
@media (min-width: 760px) {
  .cc-friday .item--issue p {
    margin-left: 56px;
    margin-right: 56px;
  }
}

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */
.cc-friday ol,
.cc-friday ul {
  margin-left: 0;
}

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

.cc-friday .item__title a {
  color: #5969f2;
}
.cc-friday .item__title a:hover,
.cc-friday .item__title a:focus {
  color: #4754c2;
}

  /* Embedded link colors */
  /*  */

.cc-friday p a,
.cc-friday ul li a {
  color: #5969f2;
}
.cc-friday p a:hover,
.cc-friday p a:active,
.cc-friday ul li a:hover,
.cc-friday ul li a:active {
  color: #7f8fff;
}

.cc-friday .item__footer {
  color: #00000a;
}
.cc-friday .item__footer a {
  color: #5969f2;
}
.cc-friday .item__footer a:hover,
.cc-friday .item__footer a:active {
  color: #7f8fff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-friday.category__footer h2 {
  border: 1px solid #00000a;
}
.cc-friday.category__footer a {
  color: #5969f2;
}
.cc-friday.category__footer a:hover,
.cc-friday.category__footer a:focus {
  color: #4754c2;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-saturday {
  background-color: #090000;
  color: #fbf7f7;
  text-align: center;
}

.cc-saturday .category__title {
  color: #060606;
  text-align: center;

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

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

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

  /* If text alignment is center, give p .item--issue left and right margin */
  /*  */
@media (min-width: 760px) {
  .cc-saturday .item--issue p {
    margin-left: 56px;
    margin-right: 56px;
  }
}

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */
.cc-saturday ol,
.cc-saturday ul {
  margin-left: 0;
}

.cc-saturday blockquote {
  border-left-color: #3c3333;
}

.cc-saturday .item__title a {
  color: #3e6fee;
}
.cc-saturday .item__title a:hover,
.cc-saturday .item__title a:focus {
  color: #3259be;
}

  /* Embedded link colors */
  /*  */

.cc-saturday p a,
.cc-saturday ul li a {
  color: #3e6fee;
}
.cc-saturday p a:hover,
.cc-saturday p a:active,
.cc-saturday ul li a:hover,
.cc-saturday ul li a:active {
  color: #6495ff;
}

.cc-saturday .item__footer {
  color: #fbf7f7;
}
.cc-saturday .item__footer a {
  color: #3e6fee;
}
.cc-saturday .item__footer a:hover,
.cc-saturday .item__footer a:active {
  color: #6495ff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-saturday.category__footer h2 {
  border: 1px solid #fbf7f7;
}
.cc-saturday.category__footer a {
  color: #3e6fee;
}
.cc-saturday.category__footer a:hover,
.cc-saturday.category__footer a:focus {
  color: #3259be;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-sunday {
  background-color: #FFFFFF;
  color: #00000a;
  text-align: center;
}

.cc-sunday .category__title {
  color: #ffffff;
  text-align: center;

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

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

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

  /* If text alignment is center, give p .item--issue left and right margin */
  /*  */
@media (min-width: 760px) {
  .cc-sunday .item--issue p {
    margin-left: 56px;
    margin-right: 56px;
  }
}

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */
.cc-sunday ol,
.cc-sunday ul {
  margin-left: 0;
}

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

.cc-sunday .item__title a {
  color: #3e6fee;
}
.cc-sunday .item__title a:hover,
.cc-sunday .item__title a:focus {
  color: #3259be;
}

  /* Embedded link colors */
  /*  */

.cc-sunday p a,
.cc-sunday ul li a {
  color: #3e6fee;
}
.cc-sunday p a:hover,
.cc-sunday p a:active,
.cc-sunday ul li a:hover,
.cc-sunday ul li a:active {
  color: #6495ff;
}

.cc-sunday .item__footer {
  color: #00000a;
}
.cc-sunday .item__footer a {
  color: #3e6fee;
}
.cc-sunday .item__footer a:hover,
.cc-sunday .item__footer a:active {
  color: #6495ff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-sunday.category__footer h2 {
  border: 1px solid #00000a;
}
.cc-sunday.category__footer a {
  color: #3e6fee;
}
.cc-sunday.category__footer a:hover,
.cc-sunday.category__footer a:focus {
  color: #3259be;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-reminders {
  background-color: #381a06;
  color: #dad9bd;
  text-align: center;
}

.cc-reminders .category__title {
  color: #381a06;
  text-align: center;

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

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

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

  /* If text alignment is center, give p .item--issue left and right margin */
  /*  */
@media (min-width: 760px) {
  .cc-reminders .item--issue p {
    margin-left: 56px;
    margin-right: 56px;
  }
}

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */
.cc-reminders ol,
.cc-reminders ul {
  margin-left: 0;
}

.cc-reminders blockquote {
  border-left-color: #6b4d39;
}

.cc-reminders .item__title a {
  color: #dec63e;
}
.cc-reminders .item__title a:hover,
.cc-reminders .item__title a:focus {
  color: #b29e32;
}

  /* Embedded link colors */
  /*  */

.cc-reminders p a,
.cc-reminders ul li a {
  color: #dec63e;
}
.cc-reminders p a:hover,
.cc-reminders p a:active,
.cc-reminders ul li a:hover,
.cc-reminders ul li a:active {
  color: #bda835;
}

.cc-reminders .item__footer {
  color: #dad9bd;
}
.cc-reminders .item__footer a {
  color: #dec63e;
}
.cc-reminders .item__footer a:hover,
.cc-reminders .item__footer a:active {
  color: #bda835;
}


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

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

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

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

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


.cc-comingsoon {
  background-color: #FFFFFF;
  color: #00000a;
  text-align: center;
}

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

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

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

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

  /* If text alignment is center, give p .item--issue left and right margin */
  /*  */
@media (min-width: 760px) {
  .cc-comingsoon .item--issue p {
    margin-left: 56px;
    margin-right: 56px;
  }
}

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */
.cc-comingsoon ol,
.cc-comingsoon ul {
  margin-left: 0;
}

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

.cc-comingsoon .item__title a {
  color: #3e6fee;
}
.cc-comingsoon .item__title a:hover,
.cc-comingsoon .item__title a:focus {
  color: #3259be;
}

  /* Embedded link colors */
  /*  */

.cc-comingsoon p a,
.cc-comingsoon ul li a {
  color: #3e6fee;
}
.cc-comingsoon p a:hover,
.cc-comingsoon p a:active,
.cc-comingsoon ul li a:hover,
.cc-comingsoon ul li a:active {
  color: #6495ff;
}

.cc-comingsoon .item__footer {
  color: #00000a;
}
.cc-comingsoon .item__footer a {
  color: #3e6fee;
}
.cc-comingsoon .item__footer a:hover,
.cc-comingsoon .item__footer a:active {
  color: #6495ff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-comingsoon.category__footer h2 {
  border: 1px solid #00000a;
}
.cc-comingsoon.category__footer a {
  color: #3e6fee;
}
.cc-comingsoon.category__footer a:hover,
.cc-comingsoon.category__footer a:focus {
  color: #3259be;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-partnersnews {
  background-color: #8fc884;
  color: #080707;
  text-align: center;
}

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

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

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

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

  /* If text alignment is center, give p .item--issue left and right margin */
  /*  */
@media (min-width: 760px) {
  .cc-partnersnews .item--issue p {
    margin-left: 56px;
    margin-right: 56px;
  }
}

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */
.cc-partnersnews ol,
.cc-partnersnews ul {
  margin-left: 0;
}

.cc-partnersnews blockquote {
  border-left-color: #72a06a;
}

.cc-partnersnews .item__title a {
  color: #5970ef;
}
.cc-partnersnews .item__title a:hover,
.cc-partnersnews .item__title a:focus {
  color: #475abf;
}

  /* Embedded link colors */
  /*  */

.cc-partnersnews p a,
.cc-partnersnews ul li a {
  color: #5970ef;
}
.cc-partnersnews p a:hover,
.cc-partnersnews p a:active,
.cc-partnersnews ul li a:hover,
.cc-partnersnews ul li a:active {
  color: #7f96ff;
}

.cc-partnersnews .item__footer {
  color: #080707;
}
.cc-partnersnews .item__footer a {
  color: #5970ef;
}
.cc-partnersnews .item__footer a:hover,
.cc-partnersnews .item__footer a:active {
  color: #7f96ff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-partnersnews.category__footer h2 {
  border: 1px solid #080707;
}
.cc-partnersnews.category__footer a {
  color: #5970ef;
}
.cc-partnersnews.category__footer a:hover,
.cc-partnersnews.category__footer a:focus {
  color: #475abf;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-news {
  background-color: #a9aab1;
  color: #090000;
  text-align: center;
}

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

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

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

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

  /* If text alignment is center, give p .item--issue left and right margin */
  /*  */
@media (min-width: 760px) {
  .cc-news .item--issue p {
    margin-left: 56px;
    margin-right: 56px;
  }
}

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */
.cc-news ol,
.cc-news ul {
  margin-left: 0;
}

.cc-news blockquote {
  border-left-color: #87888e;
}

.cc-news .item__title a {
  color: #45b8eb;
}
.cc-news .item__title a:hover,
.cc-news .item__title a:focus {
  color: #3793bc;
}

  /* Embedded link colors */
  /*  */

.cc-news p a,
.cc-news ul li a {
  color: #45b8eb;
}
.cc-news p a:hover,
.cc-news p a:active,
.cc-news ul li a:hover,
.cc-news ul li a:active {
  color: #3b9cc8;
}

.cc-news .item__footer {
  color: #090000;
}
.cc-news .item__footer a {
  color: #45b8eb;
}
.cc-news .item__footer a:hover,
.cc-news .item__footer a:active {
  color: #3b9cc8;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-news.category__footer h2 {
  border: 1px solid #090000;
}
.cc-news.category__footer a {
  color: #45b8eb;
}
.cc-news.category__footer a:hover,
.cc-news.category__footer a:focus {
  color: #3793bc;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-testingcorner {
  background-color: #FFFFFF;
  color: #00000a;
  text-align: center;
}

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

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

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

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

  /* If text alignment is center, give p .item--issue left and right margin */
  /*  */
@media (min-width: 760px) {
  .cc-testingcorner .item--issue p {
    margin-left: 56px;
    margin-right: 56px;
  }
}

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */
.cc-testingcorner ol,
.cc-testingcorner ul {
  margin-left: 0;
}

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

.cc-testingcorner .item__title a {
  color: #3e6fee;
}
.cc-testingcorner .item__title a:hover,
.cc-testingcorner .item__title a:focus {
  color: #3259be;
}

  /* Embedded link colors */
  /*  */

.cc-testingcorner p a,
.cc-testingcorner ul li a {
  color: #3e6fee;
}
.cc-testingcorner p a:hover,
.cc-testingcorner p a:active,
.cc-testingcorner ul li a:hover,
.cc-testingcorner ul li a:active {
  color: #6495ff;
}

.cc-testingcorner .item__footer {
  color: #00000a;
}
.cc-testingcorner .item__footer a {
  color: #3e6fee;
}
.cc-testingcorner .item__footer a:hover,
.cc-testingcorner .item__footer a:active {
  color: #6495ff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-testingcorner.category__footer h2 {
  border: 1px solid #00000a;
}
.cc-testingcorner.category__footer a {
  color: #3e6fee;
}
.cc-testingcorner.category__footer a:hover,
.cc-testingcorner.category__footer a:focus {
  color: #3259be;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-scavengerhunt {
  background-color: #FFFFFF;
  color: #00000a;
  text-align: center;
}

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

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

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

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

  /* If text alignment is center, give p .item--issue left and right margin */
  /*  */
@media (min-width: 760px) {
  .cc-scavengerhunt .item--issue p {
    margin-left: 56px;
    margin-right: 56px;
  }
}

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */
.cc-scavengerhunt ol,
.cc-scavengerhunt ul {
  margin-left: 0;
}

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

.cc-scavengerhunt .item__title a {
  color: #3e6fee;
}
.cc-scavengerhunt .item__title a:hover,
.cc-scavengerhunt .item__title a:focus {
  color: #3259be;
}

  /* Embedded link colors */
  /*  */

.cc-scavengerhunt p a,
.cc-scavengerhunt ul li a {
  color: #3e6fee;
}
.cc-scavengerhunt p a:hover,
.cc-scavengerhunt p a:active,
.cc-scavengerhunt ul li a:hover,
.cc-scavengerhunt ul li a:active {
  color: #6495ff;
}

.cc-scavengerhunt .item__footer {
  color: #00000a;
}
.cc-scavengerhunt .item__footer a {
  color: #3e6fee;
}
.cc-scavengerhunt .item__footer a:hover,
.cc-scavengerhunt .item__footer a:active {
  color: #6495ff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-scavengerhunt.category__footer h2 {
  border: 1px solid #00000a;
}
.cc-scavengerhunt.category__footer a {
  color: #3e6fee;
}
.cc-scavengerhunt.category__footer a:hover,
.cc-scavengerhunt.category__footer a:focus {
  color: #3259be;
}

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

.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(0,0,10,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: #3e6fee;
  color: #3e6fee;
}

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


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

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

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

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

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

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


/* Subscription pages */
/*  */
.subscription__resubscribe__btn {
  color: #3e6fee;
}
.subscription__resubscribe__btn:hover,
.subscription__resubscribe__btn:focus {
  color: #6495ff;
}


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

/* Sponsorship pages */
/*  */
.sponsorship a {
  color: #3e6fee;
}
.sponsorship a:hover,
.sponsorship a:active {
  color: #6495ff;
}

.sponsorship__quicklinks {
  color: rgba(0,0,10,0.7);
}
.sponsorship__quicklinks a {
  color: rgba(0,0,10,0.7);
}
.sponsorship__quicklinks a:hover,
.sponsorship__quicklinks a:active {
  color: #000009;
}

.sponsorship__nextavailable.with_divider:before {
  border-top-color: rgba(0,0,10,0.6);
}
.sponsorship__nextavailable h4 {
  color: rgba(0,0,10,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: #00000a;
}
.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(0,0,10,0.7);
}

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

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

.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: #00000a;
}

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

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

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

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


.header--withimage .header {
  background-image: url(https://dxj7eshgz03ln.cloudfront.net/production/publication/header_background_image/19980/medium_89fd094f-6adf-4970-86e4-621620c77aea.jpg);
}
@media (min-width: 760px) {
  .header--withimage .header {
    background-image: url(https://dxj7eshgz03ln.cloudfront.net/production/publication/header_background_image/19980/large_89fd094f-6adf-4970-86e4-621620c77aea.jpg);
  }
}

/* Home page no issue overwrites with image */
/* ### HARDCODED: to be adjusted when implemented into theme */
/*  */
.home--noissue.header--withimage {
  background-attachment: fixed;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(https://dxj7eshgz03ln.cloudfront.net/production/publication/header_background_image/19980/medium_89fd094f-6adf-4970-86e4-621620c77aea.jpg);
}
@media (min-width: 760px) {
  .home--noissue.header--withimage {
    background-image: url(https://dxj7eshgz03ln.cloudfront.net/production/publication/header_background_image/19980/large_89fd094f-6adf-4970-86e4-621620c77aea.jpg);
  }
}

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