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

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

/* Default .btn */
/*  */
.btn {
  background-color: #060505;
  color: #ffffff;
}
.btn:hover,
.btn:focus {
  background-color: #2c2b2b;
  color: #ffffff;
}

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

.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(11,12,12,0.2);
}

.item__heading {
  /* This is .item__heading on search and archives */
  color: #4d88c7;
}
.item__footer {
  /* This is .item__footer on search and archives */
  color: rgba(11,12,12,0.7);
}

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

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

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

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


.cc-merikirihimetekiakoemetewhnau {
  background-color: #FFFFFF;
  color: #0b0c0c;
  text-align: left;
}

.cc-merikirihimetekiakoemetewhnau .category__title {
  color: #bce636;
  text-align: center;

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

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

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

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

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

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

.cc-merikirihimetekiakoemetewhnau .item__title a {
  color: #4d88c7;
}
.cc-merikirihimetekiakoemetewhnau .item__title a:hover,
.cc-merikirihimetekiakoemetewhnau .item__title a:focus {
  color: #3e6d9f;
}

  /* Embedded link colors */
  /*  */

.cc-merikirihimetekiakoemetewhnau p a,
.cc-merikirihimetekiakoemetewhnau ul li a {
  color: #4d88c7;
}
.cc-merikirihimetekiakoemetewhnau p a:hover,
.cc-merikirihimetekiakoemetewhnau p a:active,
.cc-merikirihimetekiakoemetewhnau ul li a:hover,
.cc-merikirihimetekiakoemetewhnau ul li a:active {
  color: #73aeed;
}

.cc-merikirihimetekiakoemetewhnau .item__footer {
  color: #0b0c0c;
}
.cc-merikirihimetekiakoemetewhnau .item__footer a {
  color: #4d88c7;
}
.cc-merikirihimetekiakoemetewhnau .item__footer a:hover,
.cc-merikirihimetekiakoemetewhnau .item__footer a:active {
  color: #73aeed;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-merikirihimetekiakoemetewhnau.category__footer h2 {
  border: 1px solid #0b0c0c;
}
.cc-merikirihimetekiakoemetewhnau.category__footer a {
  color: #4d88c7;
}
.cc-merikirihimetekiakoemetewhnau.category__footer a:hover,
.cc-merikirihimetekiakoemetewhnau.category__footer a:focus {
  color: #3e6d9f;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-newsongsnewvideossignings {
  background-color: #FFFFFF;
  color: #0b0c0c;
  text-align: left;
}

.cc-newsongsnewvideossignings .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-newsongsnewvideossignings .category__title img {

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

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

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

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

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

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

.cc-newsongsnewvideossignings .item__title a {
  color: #4d88c7;
}
.cc-newsongsnewvideossignings .item__title a:hover,
.cc-newsongsnewvideossignings .item__title a:focus {
  color: #3e6d9f;
}

  /* Embedded link colors */
  /*  */

.cc-newsongsnewvideossignings p a,
.cc-newsongsnewvideossignings ul li a {
  color: #4d88c7;
}
.cc-newsongsnewvideossignings p a:hover,
.cc-newsongsnewvideossignings p a:active,
.cc-newsongsnewvideossignings ul li a:hover,
.cc-newsongsnewvideossignings ul li a:active {
  color: #73aeed;
}

.cc-newsongsnewvideossignings .item__footer {
  color: #0b0c0c;
}
.cc-newsongsnewvideossignings .item__footer a {
  color: #4d88c7;
}
.cc-newsongsnewvideossignings .item__footer a:hover,
.cc-newsongsnewvideossignings .item__footer a:active {
  color: #73aeed;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-newsongsnewvideossignings.category__footer h2 {
  border: 1px solid #0b0c0c;
}
.cc-newsongsnewvideossignings.category__footer a {
  color: #4d88c7;
}
.cc-newsongsnewvideossignings.category__footer a:hover,
.cc-newsongsnewvideossignings.category__footer a:focus {
  color: #3e6d9f;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-releaseday {
  background-color: #FFFFFF;
  color: #0b0c0c;
  text-align: left;
}

.cc-releaseday .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-releaseday .category__title img {

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

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

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

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

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

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

.cc-releaseday .item__title a {
  color: #4d88c7;
}
.cc-releaseday .item__title a:hover,
.cc-releaseday .item__title a:focus {
  color: #3e6d9f;
}

  /* Embedded link colors */
  /*  */

.cc-releaseday p a,
.cc-releaseday ul li a {
  color: #4d88c7;
}
.cc-releaseday p a:hover,
.cc-releaseday p a:active,
.cc-releaseday ul li a:hover,
.cc-releaseday ul li a:active {
  color: #73aeed;
}

.cc-releaseday .item__footer {
  color: #0b0c0c;
}
.cc-releaseday .item__footer a {
  color: #4d88c7;
}
.cc-releaseday .item__footer a:hover,
.cc-releaseday .item__footer a:active {
  color: #73aeed;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-releaseday.category__footer h2 {
  border: 1px solid #0b0c0c;
}
.cc-releaseday.category__footer a {
  color: #4d88c7;
}
.cc-releaseday.category__footer a:hover,
.cc-releaseday.category__footer a:focus {
  color: #3e6d9f;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-merry-christmas {
  background-color: #FFFFFF;
  color: #0b0c0c;
  text-align: left;
}

.cc-merry-christmas .category__title {
  color: #dce33b;
  text-align: center;

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

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

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

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

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

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

.cc-merry-christmas .item__title a {
  color: #4d88c7;
}
.cc-merry-christmas .item__title a:hover,
.cc-merry-christmas .item__title a:focus {
  color: #3e6d9f;
}

  /* Embedded link colors */
  /*  */

.cc-merry-christmas p a,
.cc-merry-christmas ul li a {
  color: #4d88c7;
}
.cc-merry-christmas p a:hover,
.cc-merry-christmas p a:active,
.cc-merry-christmas ul li a:hover,
.cc-merry-christmas ul li a:active {
  color: #73aeed;
}

.cc-merry-christmas .item__footer {
  color: #0b0c0c;
}
.cc-merry-christmas .item__footer a {
  color: #4d88c7;
}
.cc-merry-christmas .item__footer a:hover,
.cc-merry-christmas .item__footer a:active {
  color: #73aeed;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-merry-christmas.category__footer h2 {
  border: 1px solid #0b0c0c;
}
.cc-merry-christmas.category__footer a {
  color: #4d88c7;
}
.cc-merry-christmas.category__footer a:hover,
.cc-merry-christmas.category__footer a:focus {
  color: #3e6d9f;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-remixoftheweek {
  background-color: #FFFFFF;
  color: #0b0c0c;
  text-align: left;
}

.cc-remixoftheweek .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-remixoftheweek .category__title img {

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

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

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

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

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

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

.cc-remixoftheweek .item__title a {
  color: #4d88c7;
}
.cc-remixoftheweek .item__title a:hover,
.cc-remixoftheweek .item__title a:focus {
  color: #3e6d9f;
}

  /* Embedded link colors */
  /*  */

.cc-remixoftheweek p a,
.cc-remixoftheweek ul li a {
  color: #4d88c7;
}
.cc-remixoftheweek p a:hover,
.cc-remixoftheweek p a:active,
.cc-remixoftheweek ul li a:hover,
.cc-remixoftheweek ul li a:active {
  color: #73aeed;
}

.cc-remixoftheweek .item__footer {
  color: #0b0c0c;
}
.cc-remixoftheweek .item__footer a {
  color: #4d88c7;
}
.cc-remixoftheweek .item__footer a:hover,
.cc-remixoftheweek .item__footer a:active {
  color: #73aeed;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-remixoftheweek.category__footer h2 {
  border: 1px solid #0b0c0c;
}
.cc-remixoftheweek.category__footer a {
  color: #4d88c7;
}
.cc-remixoftheweek.category__footer a:hover,
.cc-remixoftheweek.category__footer a:focus {
  color: #3e6d9f;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-coversoftheweek {
  background-color: #FFFFFF;
  color: #0b0c0c;
  text-align: left;
}

.cc-coversoftheweek .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-coversoftheweek .category__title img {

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

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

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

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

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

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

.cc-coversoftheweek .item__title a {
  color: #4d88c7;
}
.cc-coversoftheweek .item__title a:hover,
.cc-coversoftheweek .item__title a:focus {
  color: #3e6d9f;
}

  /* Embedded link colors */
  /*  */

.cc-coversoftheweek p a,
.cc-coversoftheweek ul li a {
  color: #4d88c7;
}
.cc-coversoftheweek p a:hover,
.cc-coversoftheweek p a:active,
.cc-coversoftheweek ul li a:hover,
.cc-coversoftheweek ul li a:active {
  color: #73aeed;
}

.cc-coversoftheweek .item__footer {
  color: #0b0c0c;
}
.cc-coversoftheweek .item__footer a {
  color: #4d88c7;
}
.cc-coversoftheweek .item__footer a:hover,
.cc-coversoftheweek .item__footer a:active {
  color: #73aeed;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-coversoftheweek.category__footer h2 {
  border: 1px solid #0b0c0c;
}
.cc-coversoftheweek.category__footer a {
  color: #4d88c7;
}
.cc-coversoftheweek.category__footer a:hover,
.cc-coversoftheweek.category__footer a:focus {
  color: #3e6d9f;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-reissuesoftheweek {
  background-color: #FFFFFF;
  color: #0b0c0c;
  text-align: left;
}

.cc-reissuesoftheweek .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-reissuesoftheweek .category__title img {

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

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

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

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

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

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

.cc-reissuesoftheweek .item__title a {
  color: #4d88c7;
}
.cc-reissuesoftheweek .item__title a:hover,
.cc-reissuesoftheweek .item__title a:focus {
  color: #3e6d9f;
}

  /* Embedded link colors */
  /*  */

.cc-reissuesoftheweek p a,
.cc-reissuesoftheweek ul li a {
  color: #4d88c7;
}
.cc-reissuesoftheweek p a:hover,
.cc-reissuesoftheweek p a:active,
.cc-reissuesoftheweek ul li a:hover,
.cc-reissuesoftheweek ul li a:active {
  color: #73aeed;
}

.cc-reissuesoftheweek .item__footer {
  color: #0b0c0c;
}
.cc-reissuesoftheweek .item__footer a {
  color: #4d88c7;
}
.cc-reissuesoftheweek .item__footer a:hover,
.cc-reissuesoftheweek .item__footer a:active {
  color: #73aeed;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-reissuesoftheweek.category__footer h2 {
  border: 1px solid #0b0c0c;
}
.cc-reissuesoftheweek.category__footer a {
  color: #4d88c7;
}
.cc-reissuesoftheweek.category__footer a:hover,
.cc-reissuesoftheweek.category__footer a:focus {
  color: #3e6d9f;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-albumreview {
  background-color: #FFFFFF;
  color: #0b0c0c;
  text-align: left;
}

.cc-albumreview .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-albumreview .category__title img {

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

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

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

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

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

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

.cc-albumreview .item__title a {
  color: #4d88c7;
}
.cc-albumreview .item__title a:hover,
.cc-albumreview .item__title a:focus {
  color: #3e6d9f;
}

  /* Embedded link colors */
  /*  */

.cc-albumreview p a,
.cc-albumreview ul li a {
  color: #4d88c7;
}
.cc-albumreview p a:hover,
.cc-albumreview p a:active,
.cc-albumreview ul li a:hover,
.cc-albumreview ul li a:active {
  color: #73aeed;
}

.cc-albumreview .item__footer {
  color: #0b0c0c;
}
.cc-albumreview .item__footer a {
  color: #4d88c7;
}
.cc-albumreview .item__footer a:hover,
.cc-albumreview .item__footer a:active {
  color: #73aeed;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-albumreview.category__footer h2 {
  border: 1px solid #0b0c0c;
}
.cc-albumreview.category__footer a {
  color: #4d88c7;
}
.cc-albumreview.category__footer a:hover,
.cc-albumreview.category__footer a:focus {
  color: #3e6d9f;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-headsup {
  background-color: #FFFFFF;
  color: #0b0c0c;
  text-align: left;
}

.cc-headsup .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-headsup .category__title img {

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

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

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

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

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

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

.cc-headsup .item__title a {
  color: #4d88c7;
}
.cc-headsup .item__title a:hover,
.cc-headsup .item__title a:focus {
  color: #3e6d9f;
}

  /* Embedded link colors */
  /*  */

.cc-headsup p a,
.cc-headsup ul li a {
  color: #4d88c7;
}
.cc-headsup p a:hover,
.cc-headsup p a:active,
.cc-headsup ul li a:hover,
.cc-headsup ul li a:active {
  color: #73aeed;
}

.cc-headsup .item__footer {
  color: #0b0c0c;
}
.cc-headsup .item__footer a {
  color: #4d88c7;
}
.cc-headsup .item__footer a:hover,
.cc-headsup .item__footer a:active {
  color: #73aeed;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-headsup.category__footer h2 {
  border: 1px solid #0b0c0c;
}
.cc-headsup.category__footer a {
  color: #4d88c7;
}
.cc-headsup.category__footer a:hover,
.cc-headsup.category__footer a:focus {
  color: #3e6d9f;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-toursevents {
  background-color: #FFFFFF;
  color: #0b0c0c;
  text-align: left;
}

.cc-toursevents .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-toursevents .category__title img {

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

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

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

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

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

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

.cc-toursevents .item__title a {
  color: #4d88c7;
}
.cc-toursevents .item__title a:hover,
.cc-toursevents .item__title a:focus {
  color: #3e6d9f;
}

  /* Embedded link colors */
  /*  */

.cc-toursevents p a,
.cc-toursevents ul li a {
  color: #4d88c7;
}
.cc-toursevents p a:hover,
.cc-toursevents p a:active,
.cc-toursevents ul li a:hover,
.cc-toursevents ul li a:active {
  color: #73aeed;
}

.cc-toursevents .item__footer {
  color: #0b0c0c;
}
.cc-toursevents .item__footer a {
  color: #4d88c7;
}
.cc-toursevents .item__footer a:hover,
.cc-toursevents .item__footer a:active {
  color: #73aeed;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-toursevents.category__footer h2 {
  border: 1px solid #0b0c0c;
}
.cc-toursevents.category__footer a {
  color: #4d88c7;
}
.cc-toursevents.category__footer a:hover,
.cc-toursevents.category__footer a:focus {
  color: #3e6d9f;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-interviewsliveperformances {
  background-color: #FFFFFF;
  color: #0b0c0c;
  text-align: left;
}

.cc-interviewsliveperformances .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-interviewsliveperformances .category__title img {

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

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

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

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

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

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

.cc-interviewsliveperformances .item__title a {
  color: #4d88c7;
}
.cc-interviewsliveperformances .item__title a:hover,
.cc-interviewsliveperformances .item__title a:focus {
  color: #3e6d9f;
}

  /* Embedded link colors */
  /*  */

.cc-interviewsliveperformances p a,
.cc-interviewsliveperformances ul li a {
  color: #4d88c7;
}
.cc-interviewsliveperformances p a:hover,
.cc-interviewsliveperformances p a:active,
.cc-interviewsliveperformances ul li a:hover,
.cc-interviewsliveperformances ul li a:active {
  color: #73aeed;
}

.cc-interviewsliveperformances .item__footer {
  color: #0b0c0c;
}
.cc-interviewsliveperformances .item__footer a {
  color: #4d88c7;
}
.cc-interviewsliveperformances .item__footer a:hover,
.cc-interviewsliveperformances .item__footer a:active {
  color: #73aeed;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-interviewsliveperformances.category__footer h2 {
  border: 1px solid #0b0c0c;
}
.cc-interviewsliveperformances.category__footer a {
  color: #4d88c7;
}
.cc-interviewsliveperformances.category__footer a:hover,
.cc-interviewsliveperformances.category__footer a:focus {
  color: #3e6d9f;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-podcasts {
  background-color: #FFFFFF;
  color: #0b0c0c;
  text-align: left;
}

.cc-podcasts .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-podcasts .category__title img {

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

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

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

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

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

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

.cc-podcasts .item__title a {
  color: #4d88c7;
}
.cc-podcasts .item__title a:hover,
.cc-podcasts .item__title a:focus {
  color: #3e6d9f;
}

  /* Embedded link colors */
  /*  */

.cc-podcasts p a,
.cc-podcasts ul li a {
  color: #4d88c7;
}
.cc-podcasts p a:hover,
.cc-podcasts p a:active,
.cc-podcasts ul li a:hover,
.cc-podcasts ul li a:active {
  color: #73aeed;
}

.cc-podcasts .item__footer {
  color: #0b0c0c;
}
.cc-podcasts .item__footer a {
  color: #4d88c7;
}
.cc-podcasts .item__footer a:hover,
.cc-podcasts .item__footer a:active {
  color: #73aeed;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-podcasts.category__footer h2 {
  border: 1px solid #0b0c0c;
}
.cc-podcasts.category__footer a {
  color: #4d88c7;
}
.cc-podcasts.category__footer a:hover,
.cc-podcasts.category__footer a:focus {
  color: #3e6d9f;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-albumannouncements {
  background-color: #FFFFFF;
  color: #0b0c0c;
  text-align: left;
}

.cc-albumannouncements .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-albumannouncements .category__title img {

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

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

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

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

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

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

.cc-albumannouncements .item__title a {
  color: #4d88c7;
}
.cc-albumannouncements .item__title a:hover,
.cc-albumannouncements .item__title a:focus {
  color: #3e6d9f;
}

  /* Embedded link colors */
  /*  */

.cc-albumannouncements p a,
.cc-albumannouncements ul li a {
  color: #4d88c7;
}
.cc-albumannouncements p a:hover,
.cc-albumannouncements p a:active,
.cc-albumannouncements ul li a:hover,
.cc-albumannouncements ul li a:active {
  color: #73aeed;
}

.cc-albumannouncements .item__footer {
  color: #0b0c0c;
}
.cc-albumannouncements .item__footer a {
  color: #4d88c7;
}
.cc-albumannouncements .item__footer a:hover,
.cc-albumannouncements .item__footer a:active {
  color: #73aeed;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-albumannouncements.category__footer h2 {
  border: 1px solid #0b0c0c;
}
.cc-albumannouncements.category__footer a {
  color: #4d88c7;
}
.cc-albumannouncements.category__footer a:hover,
.cc-albumannouncements.category__footer a:focus {
  color: #3e6d9f;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-industrypsajicymi {
  background-color: #FFFFFF;
  color: #0b0c0c;
  text-align: left;
}

.cc-industrypsajicymi .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-industrypsajicymi .category__title img {

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

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

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

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

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

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

.cc-industrypsajicymi .item__title a {
  color: #4d88c7;
}
.cc-industrypsajicymi .item__title a:hover,
.cc-industrypsajicymi .item__title a:focus {
  color: #3e6d9f;
}

  /* Embedded link colors */
  /*  */

.cc-industrypsajicymi p a,
.cc-industrypsajicymi ul li a {
  color: #4d88c7;
}
.cc-industrypsajicymi p a:hover,
.cc-industrypsajicymi p a:active,
.cc-industrypsajicymi ul li a:hover,
.cc-industrypsajicymi ul li a:active {
  color: #73aeed;
}

.cc-industrypsajicymi .item__footer {
  color: #0b0c0c;
}
.cc-industrypsajicymi .item__footer a {
  color: #4d88c7;
}
.cc-industrypsajicymi .item__footer a:hover,
.cc-industrypsajicymi .item__footer a:active {
  color: #73aeed;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-industrypsajicymi.category__footer h2 {
  border: 1px solid #0b0c0c;
}
.cc-industrypsajicymi.category__footer a {
  color: #4d88c7;
}
.cc-industrypsajicymi.category__footer a:hover,
.cc-industrypsajicymi.category__footer a:focus {
  color: #3e6d9f;
}
/* 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: #4d88c7;
}

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


.cc-news {
  background-color: #ffffff;
  color: #0b0c0c;
  text-align: left;
}

.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 */
  /*  */
}

/* 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 */
  /*  */

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

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

.cc-news .item__title a {
  color: #4d88c7;
}
.cc-news .item__title a:hover,
.cc-news .item__title a:focus {
  color: #3e6d9f;
}

  /* Embedded link colors */
  /*  */

.cc-news p a,
.cc-news ul li a {
  color: #4d88c7;
}
.cc-news p a:hover,
.cc-news p a:active,
.cc-news ul li a:hover,
.cc-news ul li a:active {
  color: #73aeed;
}

.cc-news .item__footer {
  color: #0b0c0c;
}
.cc-news .item__footer a {
  color: #4d88c7;
}
.cc-news .item__footer a:hover,
.cc-news .item__footer a:active {
  color: #73aeed;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-news.category__footer h2 {
  border: 1px solid #0b0c0c;
}
.cc-news.category__footer a {
  color: #4d88c7;
}
.cc-news.category__footer a:hover,
.cc-news.category__footer a:focus {
  color: #3e6d9f;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-icymicuratedbythelabel {
  background-color: #FFFFFF;
  color: #0b0c0c;
  text-align: left;
}

.cc-icymicuratedbythelabel .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-icymicuratedbythelabel .category__title img {

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

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

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

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

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

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

.cc-icymicuratedbythelabel .item__title a {
  color: #4d88c7;
}
.cc-icymicuratedbythelabel .item__title a:hover,
.cc-icymicuratedbythelabel .item__title a:focus {
  color: #3e6d9f;
}

  /* Embedded link colors */
  /*  */

.cc-icymicuratedbythelabel p a,
.cc-icymicuratedbythelabel ul li a {
  color: #4d88c7;
}
.cc-icymicuratedbythelabel p a:hover,
.cc-icymicuratedbythelabel p a:active,
.cc-icymicuratedbythelabel ul li a:hover,
.cc-icymicuratedbythelabel ul li a:active {
  color: #73aeed;
}

.cc-icymicuratedbythelabel .item__footer {
  color: #0b0c0c;
}
.cc-icymicuratedbythelabel .item__footer a {
  color: #4d88c7;
}
.cc-icymicuratedbythelabel .item__footer a:hover,
.cc-icymicuratedbythelabel .item__footer a:active {
  color: #73aeed;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-icymicuratedbythelabel.category__footer h2 {
  border: 1px solid #0b0c0c;
}
.cc-icymicuratedbythelabel.category__footer a {
  color: #4d88c7;
}
.cc-icymicuratedbythelabel.category__footer a:hover,
.cc-icymicuratedbythelabel.category__footer a:focus {
  color: #3e6d9f;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-loveitlive {
  background-color: #FFFFFF;
  color: #0b0c0c;
  text-align: left;
}

.cc-loveitlive .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-loveitlive .category__title img {

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

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

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

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

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

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

.cc-loveitlive .item__title a {
  color: #4d88c7;
}
.cc-loveitlive .item__title a:hover,
.cc-loveitlive .item__title a:focus {
  color: #3e6d9f;
}

  /* Embedded link colors */
  /*  */

.cc-loveitlive p a,
.cc-loveitlive ul li a {
  color: #4d88c7;
}
.cc-loveitlive p a:hover,
.cc-loveitlive p a:active,
.cc-loveitlive ul li a:hover,
.cc-loveitlive ul li a:active {
  color: #73aeed;
}

.cc-loveitlive .item__footer {
  color: #0b0c0c;
}
.cc-loveitlive .item__footer a {
  color: #4d88c7;
}
.cc-loveitlive .item__footer a:hover,
.cc-loveitlive .item__footer a:active {
  color: #73aeed;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-loveitlive.category__footer h2 {
  border: 1px solid #0b0c0c;
}
.cc-loveitlive.category__footer a {
  color: #4d88c7;
}
.cc-loveitlive.category__footer a:hover,
.cc-loveitlive.category__footer a:focus {
  color: #3e6d9f;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-glastonburyfomobegone {
  background-color: #FFFFFF;
  color: #0b0c0c;
  text-align: left;
}

.cc-glastonburyfomobegone .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-glastonburyfomobegone .category__title img {

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

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

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

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

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

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

.cc-glastonburyfomobegone .item__title a {
  color: #4d88c7;
}
.cc-glastonburyfomobegone .item__title a:hover,
.cc-glastonburyfomobegone .item__title a:focus {
  color: #3e6d9f;
}

  /* Embedded link colors */
  /*  */

.cc-glastonburyfomobegone p a,
.cc-glastonburyfomobegone ul li a {
  color: #4d88c7;
}
.cc-glastonburyfomobegone p a:hover,
.cc-glastonburyfomobegone p a:active,
.cc-glastonburyfomobegone ul li a:hover,
.cc-glastonburyfomobegone ul li a:active {
  color: #73aeed;
}

.cc-glastonburyfomobegone .item__footer {
  color: #0b0c0c;
}
.cc-glastonburyfomobegone .item__footer a {
  color: #4d88c7;
}
.cc-glastonburyfomobegone .item__footer a:hover,
.cc-glastonburyfomobegone .item__footer a:active {
  color: #73aeed;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-glastonburyfomobegone.category__footer h2 {
  border: 1px solid #0b0c0c;
}
.cc-glastonburyfomobegone.category__footer a {
  color: #4d88c7;
}
.cc-glastonburyfomobegone.category__footer a:hover,
.cc-glastonburyfomobegone.category__footer a:focus {
  color: #3e6d9f;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-onthehorizon {
  background-color: #FFFFFF;
  color: #0b0c0c;
  text-align: left;
}

.cc-onthehorizon .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-onthehorizon .category__title img {

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

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

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

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

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

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

.cc-onthehorizon .item__title a {
  color: #4d88c7;
}
.cc-onthehorizon .item__title a:hover,
.cc-onthehorizon .item__title a:focus {
  color: #3e6d9f;
}

  /* Embedded link colors */
  /*  */

.cc-onthehorizon p a,
.cc-onthehorizon ul li a {
  color: #4d88c7;
}
.cc-onthehorizon p a:hover,
.cc-onthehorizon p a:active,
.cc-onthehorizon ul li a:hover,
.cc-onthehorizon ul li a:active {
  color: #73aeed;
}

.cc-onthehorizon .item__footer {
  color: #0b0c0c;
}
.cc-onthehorizon .item__footer a {
  color: #4d88c7;
}
.cc-onthehorizon .item__footer a:hover,
.cc-onthehorizon .item__footer a:active {
  color: #73aeed;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-onthehorizon.category__footer h2 {
  border: 1px solid #0b0c0c;
}
.cc-onthehorizon.category__footer a {
  color: #4d88c7;
}
.cc-onthehorizon.category__footer a:hover,
.cc-onthehorizon.category__footer a:focus {
  color: #3e6d9f;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-wemadeyouamixtape {
  background-color: #FFFFFF;
  color: #0b0c0c;
  text-align: left;
}

.cc-wemadeyouamixtape .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-wemadeyouamixtape .category__title img {

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

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

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

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

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

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

.cc-wemadeyouamixtape .item__title a {
  color: #4d88c7;
}
.cc-wemadeyouamixtape .item__title a:hover,
.cc-wemadeyouamixtape .item__title a:focus {
  color: #3e6d9f;
}

  /* Embedded link colors */
  /*  */

.cc-wemadeyouamixtape p a,
.cc-wemadeyouamixtape ul li a {
  color: #4d88c7;
}
.cc-wemadeyouamixtape p a:hover,
.cc-wemadeyouamixtape p a:active,
.cc-wemadeyouamixtape ul li a:hover,
.cc-wemadeyouamixtape ul li a:active {
  color: #73aeed;
}

.cc-wemadeyouamixtape .item__footer {
  color: #0b0c0c;
}
.cc-wemadeyouamixtape .item__footer a {
  color: #4d88c7;
}
.cc-wemadeyouamixtape .item__footer a:hover,
.cc-wemadeyouamixtape .item__footer a:active {
  color: #73aeed;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-wemadeyouamixtape.category__footer h2 {
  border: 1px solid #0b0c0c;
}
.cc-wemadeyouamixtape.category__footer a {
  color: #4d88c7;
}
.cc-wemadeyouamixtape.category__footer a:hover,
.cc-wemadeyouamixtape.category__footer a:focus {
  color: #3e6d9f;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-livereview {
  background-color: #FFFFFF;
  color: #0b0c0c;
  text-align: left;
}

.cc-livereview .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-livereview .category__title img {

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

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

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

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

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

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

.cc-livereview .item__title a {
  color: #4d88c7;
}
.cc-livereview .item__title a:hover,
.cc-livereview .item__title a:focus {
  color: #3e6d9f;
}

  /* Embedded link colors */
  /*  */

.cc-livereview p a,
.cc-livereview ul li a {
  color: #4d88c7;
}
.cc-livereview p a:hover,
.cc-livereview p a:active,
.cc-livereview ul li a:hover,
.cc-livereview ul li a:active {
  color: #73aeed;
}

.cc-livereview .item__footer {
  color: #0b0c0c;
}
.cc-livereview .item__footer a {
  color: #4d88c7;
}
.cc-livereview .item__footer a:hover,
.cc-livereview .item__footer a:active {
  color: #73aeed;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-livereview.category__footer h2 {
  border: 1px solid #0b0c0c;
}
.cc-livereview.category__footer a {
  color: #4d88c7;
}
.cc-livereview.category__footer a:hover,
.cc-livereview.category__footer a:focus {
  color: #3e6d9f;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-thelabelyoutubeplaylist {
  background-color: #FFFFFF;
  color: #0b0c0c;
  text-align: left;
}

.cc-thelabelyoutubeplaylist .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-thelabelyoutubeplaylist .category__title img {

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

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

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

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

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

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

.cc-thelabelyoutubeplaylist .item__title a {
  color: #4d88c7;
}
.cc-thelabelyoutubeplaylist .item__title a:hover,
.cc-thelabelyoutubeplaylist .item__title a:focus {
  color: #3e6d9f;
}

  /* Embedded link colors */
  /*  */

.cc-thelabelyoutubeplaylist p a,
.cc-thelabelyoutubeplaylist ul li a {
  color: #4d88c7;
}
.cc-thelabelyoutubeplaylist p a:hover,
.cc-thelabelyoutubeplaylist p a:active,
.cc-thelabelyoutubeplaylist ul li a:hover,
.cc-thelabelyoutubeplaylist ul li a:active {
  color: #73aeed;
}

.cc-thelabelyoutubeplaylist .item__footer {
  color: #0b0c0c;
}
.cc-thelabelyoutubeplaylist .item__footer a {
  color: #4d88c7;
}
.cc-thelabelyoutubeplaylist .item__footer a:hover,
.cc-thelabelyoutubeplaylist .item__footer a:active {
  color: #73aeed;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-thelabelyoutubeplaylist.category__footer h2 {
  border: 1px solid #0b0c0c;
}
.cc-thelabelyoutubeplaylist.category__footer a {
  color: #4d88c7;
}
.cc-thelabelyoutubeplaylist.category__footer a:hover,
.cc-thelabelyoutubeplaylist.category__footer a:focus {
  color: #3e6d9f;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-visualgoodness {
  background-color: #FFFFFF;
  color: #0b0c0c;
  text-align: left;
}

.cc-visualgoodness .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-visualgoodness .category__title img {

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

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

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

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

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

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

.cc-visualgoodness .item__title a {
  color: #4d88c7;
}
.cc-visualgoodness .item__title a:hover,
.cc-visualgoodness .item__title a:focus {
  color: #3e6d9f;
}

  /* Embedded link colors */
  /*  */

.cc-visualgoodness p a,
.cc-visualgoodness ul li a {
  color: #4d88c7;
}
.cc-visualgoodness p a:hover,
.cc-visualgoodness p a:active,
.cc-visualgoodness ul li a:hover,
.cc-visualgoodness ul li a:active {
  color: #73aeed;
}

.cc-visualgoodness .item__footer {
  color: #0b0c0c;
}
.cc-visualgoodness .item__footer a {
  color: #4d88c7;
}
.cc-visualgoodness .item__footer a:hover,
.cc-visualgoodness .item__footer a:active {
  color: #73aeed;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-visualgoodness.category__footer h2 {
  border: 1px solid #0b0c0c;
}
.cc-visualgoodness.category__footer a {
  color: #4d88c7;
}
.cc-visualgoodness.category__footer a:hover,
.cc-visualgoodness.category__footer a:focus {
  color: #3e6d9f;
}

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

.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(11,12,12,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: #4d88c7;
  color: #4d88c7;
}

/* 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: #4d88c7;
}
.subscription__resubscribe__btn:hover,
.subscription__resubscribe__btn:focus {
  color: #73aeed;
}


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

/* Sponsorship pages */
/*  */
.sponsorship a {
  color: #4d88c7;
}
.sponsorship a:hover,
.sponsorship a:active {
  color: #73aeed;
}

.sponsorship__quicklinks {
  color: rgba(11,12,12,0.7);
}
.sponsorship__quicklinks a {
  color: rgba(11,12,12,0.7);
}
.sponsorship__quicklinks a:hover,
.sponsorship__quicklinks a:active {
  color: #0a0b0b;
}

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

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

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

.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: #0b0c0c;
}

.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: #060505;
  color: #ffffff;
}
.home--noissue body {
  background-color: transparent;
}
.home--noissue .footer {
  background-color: #060505;
  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/15790/medium_bb6a5597-6889-461b-b4bb-bd1e86747355.png);
}
@media (min-width: 760px) {
  .header--withimage .header {
    background-image: url(https://dxj7eshgz03ln.cloudfront.net/production/publication/header_background_image/15790/large_bb6a5597-6889-461b-b4bb-bd1e86747355.png);
  }
}

/* Home page no issue overwrites with image */
/* ### HARDCODED: to be adjusted when implemented into theme */
/*  */
.home--noissue.header--withimage {
  background-attachment: fixed;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(https://dxj7eshgz03ln.cloudfront.net/production/publication/header_background_image/15790/medium_bb6a5597-6889-461b-b4bb-bd1e86747355.png);
}
@media (min-width: 760px) {
  .home--noissue.header--withimage {
    background-image: url(https://dxj7eshgz03ln.cloudfront.net/production/publication/header_background_image/15790/large_bb6a5597-6889-461b-b4bb-bd1e86747355.png);
  }
}

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

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