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

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

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

  color: #FFFFFF;
}

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

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

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

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

/* If issue date is displayed along with title <time> gets wrapped in an <i> */
/*  */
.issue__heading h1 i {
  color: rgba(69,69,71,0.7);
}

/* Trello: https://trello.com/c/lEPuvhXO */
/* If secondary font is Garamond, Laila or Merriweather adjust */
/* padding to correct line-height issues with these fonts in lozenge */
/*  */

/* Category styles */
/* Does not effect search/archives alignment */
/*  */
/* Search modifier classes */
/*  */

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

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

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


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

.cc-greetings .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 */
  /*  */
  position: relative;
}

/* Icons */
/*  */
.cc-greetings .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-greetings .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

/* 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: #454547;
  text-align: left;
}

.cc-podcast .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-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 */
  /*  */

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

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

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


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

.cc-datainart .category__title {
  color: #024561;
  text-align: left;

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

.cc-artnarratives .category__title {
  color: #456ec2;
  text-align: left;

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

.cc-technologyinmusic .category__title {
  color: #00382f;
  text-align: left;

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

.cc-filmvideo .category__title {
  color: #386722;
  text-align: left;

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

/* 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: #454547;
  text-align: left;
}

.cc-publicart .category__title {
  color: #951c89;
  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: #951c89;
  /* 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: #454547;
}
.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 #454547;
}
.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-3dinart .item__heading {
  color: #7f6a0f;
}

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

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


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

.cc-3dinart .category__title {
  color: #7f6a0f;
  text-align: left;

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

.cc-societalimpactofartandtech .category__title {
  color: #7f210e;
  text-align: left;

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

.cc-aiinvisualarts .category__title {
  color: #7f3407;
  text-align: left;

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

.cc-indepthonoursubstack .category__title {
  color: #ff6718;
  text-align: left;

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

/* Icons */
/*  */
.cc-indepthonoursubstack .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-indepthonoursubstack .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

.cc-artificialintelligence .category__title {
  color: #7e501e;
  text-align: left;

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

.cc-definitelynotai .category__title {
  color: #514a8a;
  text-align: left;

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

.cc-designinnovations .category__title {
  color: #314208;
  text-align: left;

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

.cc-fashion .category__title {
  color: #1c866c;
  text-align: left;

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

.cc-interactiveart .category__title {
  color: #7c1e0f;
  text-align: left;

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

.cc-personalprojects .category__title {
  color: #688d02;
  text-align: left;

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

.cc-qartinterviews .category__title {
  color: #434343;
  text-align: left;

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

.cc-featuredartists .category__title {
  color: #d54141;
  text-align: left;

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

/* Icons */
/*  */
.cc-featuredartists .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-featuredartists .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

.cc-architecture .category__title {
  color: #8e4c60;
  text-align: left;

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

.cc-gaming .category__title {
  color: #9a2bce;
  text-align: left;

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

.cc-sculpture .category__title {
  color: #578a74;
  text-align: left;

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

.cc-dance .category__title {
  color: #11a497;
  text-align: left;

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

.cc-artscience .category__title {
  color: #4cb124;
  text-align: left;

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

.cc-sustainabilityinartandtech .category__title {
  color: #2f7523;
  text-align: left;

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

.cc-platformsandtools .category__title {
  color: #7a565c;
  text-align: left;

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

.cc-virtualandaugmentedrealityinart .category__title {
  color: #7d6b46;
  text-align: left;

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

.cc-exhibits .category__title {
  color: #013749;
  text-align: left;

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

.cc-techinarteducation .category__title {
  color: #372f75;
  text-align: left;

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

.cc-digitalarchiving .category__title {
  color: #657012;
  text-align: left;

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

.cc-futuretrendsinartandtech .category__title {
  color: #126841;
  text-align: left;

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

.cc-thelastword .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 */
  /*  */
  position: relative;
}

/* Icons */
/*  */
.cc-thelastword .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-thelastword .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

.issue__pager li > a,
.issue__pager li > span,
.pagination li > a,
.pagination li > span {
  border-color: #454547;
}

.issue__pager li a:hover,
.issue__pager li a:focus,
.pagination li a:hover,
.pagination li a:focus {
  border-color: rgba(69,69,71,0.4);
}

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

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


/* Call to actions in the header colors */
/*  */
.cta--header {
  color: rgba(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: #d54c05;
}
.header--withimage .cta--header .btn:hover,
.header--withimage .cta--header .btn:focus {
  background-color: #ca4805;
}


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


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

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

.sponsorship__quicklinks {
  color: rgba(69,69,71,0.7);
}
.sponsorship__quicklinks a {
  color: rgba(69,69,71,0.7);
}
.sponsorship__quicklinks a:hover,
.sponsorship__quicklinks a:active {
  color: #3e3e40;
}

.sponsorship__nextavailable.with_divider:before {
  border-top-color: rgba(69,69,71,0.6);
}
.sponsorship__nextavailable h4 {
  color: rgba(69,69,71,0.7);
}
.sponsorship__nextavailable a {
  color: rgba(183,206,60,0.7);
}
.sponsorship__nextavailable a:hover,
.sponsorship__nextavailable a:active {
  color: #a5b936;
}

.sponsorship__pricing {
  background-color: #f0f5fa;
  color: #454547;
}
.sponsorship__pricing .btn {
  background-color: #B7CE3C;
  color: #FFFFFF;
}
.sponsorship__pricing .btn:hover,
.sponsorship__pricing .btn:focus {
  background-color: #a5b936;
  color: #FFFFFF;
}

.sponsorship__availability h2 {
  color: rgba(69,69,71,0.7);
}

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

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

.sponsorship__availability .dates p {
  border-bottom-color: rgba(69,69,71,0.2);
}

.sponsorship__availability .booked p {
  color: #9C9C9C;
}
.sponsorship__availability .booked .booknow span {
  background-color: #9C9C9C;
  color: #FFFFFF;
}

.sponsorship__availability .tentative p {
  color: #FB8A35;
}
.sponsorship__availability .tentative .booknow span {
  background-color: #FB8A35;
  color: #FFFFFF;
}

.sponsorship__availability .available p {
  color: #B7CE3C;
}
.sponsorship__availability .available .booknow a {
  background-color: #B7CE3C;
  color: #FFFFFF;
}
.sponsorship__availability .available .booknow a:hover,
.sponsorship__availability .available .booknow a:focus {
  background-color: #a5b936;
}

.sponsorship__availability__info .tentative {
  color: #FB8A35;
}
.sponsorship__availability__info a {
  color: #B7CE3C;
}
.sponsorship__availability__info a:hover,
.sponsorship__availability__info a:focus {
  color: #a5b936;
}

.sponsorship__details {
  background-color: #f0f5fa;
  color: #454547;
}

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

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

/* Home page no issue overwrites */
/*  */
.home--noissue {
  background-color: #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/18158/medium_darkened_3a0956d4-e451-45d5-80ae-2ca69f345fcf.png);
}
@media (min-width: 760px) {
  .header--withimage .header {
    background-image: url(https://dxj7eshgz03ln.cloudfront.net/production/publication/header_background_image/18158/large_darkened_3a0956d4-e451-45d5-80ae-2ca69f345fcf.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/18158/medium_darkened_3a0956d4-e451-45d5-80ae-2ca69f345fcf.png);
}
@media (min-width: 760px) {
  .home--noissue.header--withimage {
    background-image: url(https://dxj7eshgz03ln.cloudfront.net/production/publication/header_background_image/18158/large_darkened_3a0956d4-e451-45d5-80ae-2ca69f345fcf.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;
}
