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

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

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

  color: #FFFFFF;
}

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

.header .btn:hover,
.btn-primary:hover,
.header .btn:focus,
.btn-primary:focus {
  background-color: #373739;
  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(25,25,25,0.2);
}

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

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

/* If issue date is displayed along with title <time> gets wrapped in an <i> */
/*  */
.issue__heading h1 i {
  color: rgba(25,25,25,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__title--lozenge .category__title__text {
  padding-bottom: 3px;
  padding-top: 5px;
}

    /* Garamond doesn't need fixing on desktop, only Laila and Merriweather */
    /*  */

/* 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-introduction .item__heading {
  color: #454547;
}

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

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


.cc-introduction {
  background-color: #FFFFFF;
  color: #191919;
  text-align: left;
}

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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

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


.cc-first-friday-exhibitions {
  background-color: #FFFFFF;
  color: #191919;
  text-align: left;
}

.cc-first-friday-exhibitions .category__title {
  color: #2662d0;
  text-align: left;

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

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

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

.cc-first-friday-exhibitions .item__title a {
  color: #000000;
}
.cc-first-friday-exhibitions .item__title a:hover,
.cc-first-friday-exhibitions .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

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

.cc-first-friday-exhibitions .item__footer {
  color: #191919;
}
.cc-first-friday-exhibitions .item__footer a {
  color: #000000;
}
.cc-first-friday-exhibitions .item__footer a:hover,
.cc-first-friday-exhibitions .item__footer a:active {
  color: #262626;
}


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

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

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

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

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


.cc-art-and-tech {
  background-color: #FFFFFF;
  color: #191919;
  text-align: left;
}

.cc-art-and-tech .category__title {
  color: #b641c6;
  text-align: left;

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

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

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

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

  /* Embedded link colors */
  /*  */

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

.cc-art-and-tech .item__footer {
  color: #191919;
}
.cc-art-and-tech .item__footer a {
  color: #000000;
}
.cc-art-and-tech .item__footer a:hover,
.cc-art-and-tech .item__footer a:active {
  color: #262626;
}


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

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

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

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

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


.cc-newsevents {
  background-color: #FFFFFF;
  color: #191919;
  text-align: left;
}

.cc-newsevents .category__title {
  color: #e02626;
  text-align: left;

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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

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


.cc-qartinterview {
  background-color: #FFFFFF;
  color: #191919;
  text-align: left;
}

.cc-qartinterview .category__title {
  color: #da2cab;
  text-align: left;

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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

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


.cc-contemporarycraft {
  background-color: #FFFFFF;
  color: #191919;
  text-align: left;
}

.cc-contemporarycraft .category__title {
  color: #10429f;
  text-align: left;

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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

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


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

.cc-creativeindustry .category__title {
  color: #b7e231;
  text-align: left;

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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

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


.cc-design {
  background-color: #FFFFFF;
  color: #191919;
  text-align: left;
}

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

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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

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


.cc-emergingartist {
  background-color: #FFFFFF;
  color: #191919;
  text-align: left;
}

.cc-emergingartist .category__title {
  color: #27b4e5;
  text-align: left;

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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

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


.cc-illustration {
  background-color: #FFFFFF;
  color: #191919;
  text-align: left;
}

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

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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

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


.cc-painting {
  background-color: #FFFFFF;
  color: #191919;
  text-align: left;
}

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

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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

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


.cc-photography {
  background-color: #FFFFFF;
  color: #191919;
  text-align: left;
}

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

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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

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


.cc-podcast {
  background-color: #FFFFFF;
  color: #191919;
  text-align: left;
}

.cc-podcast .category__title {
  color: #dd7915;
  text-align: left;

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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

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


.cc-exhibitions {
  background-color: #FFFFFF;
  color: #191919;
  text-align: left;
}

.cc-exhibitions .category__title {
  color: #0cb1bb;
  text-align: left;

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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

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


.cc-publicart {
  background-color: #FFFFFF;
  color: #191919;
  text-align: left;
}

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

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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

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


.cc-streetart {
  background-color: #FFFFFF;
  color: #191919;
  text-align: left;
}

.cc-streetart .category__title {
  color: #ea870d;
  text-align: left;

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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

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


.cc-sustainable-art {
  background-color: #FFFFFF;
  color: #191919;
  text-align: left;
}

.cc-sustainable-art .category__title {
  color: #0b9300;
  text-align: left;

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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

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


.cc-signoff {
  background-color: #FFFFFF;
  color: #191919;
  text-align: left;
}

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

.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(25,25,25,0.4);
}

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

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


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

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

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

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

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

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


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


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

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

.sponsorship__quicklinks {
  color: rgba(25,25,25,0.7);
}
.sponsorship__quicklinks a {
  color: rgba(25,25,25,0.7);
}
.sponsorship__quicklinks a:hover,
.sponsorship__quicklinks a:active {
  color: #171717;
}

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

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

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

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

.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/19301/medium_5258eacf-a8a9-4011-917e-1fa5300ed750.jpg);
}
@media (min-width: 760px) {
  .header--withimage .header {
    background-image: url(https://dxj7eshgz03ln.cloudfront.net/production/publication/header_background_image/19301/large_5258eacf-a8a9-4011-917e-1fa5300ed750.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/19301/medium_5258eacf-a8a9-4011-917e-1fa5300ed750.jpg);
}
@media (min-width: 760px) {
  .home--noissue.header--withimage {
    background-image: url(https://dxj7eshgz03ln.cloudfront.net/production/publication/header_background_image/19301/large_5258eacf-a8a9-4011-917e-1fa5300ed750.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;
}
