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

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

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

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

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

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

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

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

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

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

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

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

  color: #FFFFFF;
}

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

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

}

@media (min-width: 760px) {
  .navbar-search .form-control {
    border: 1px solid #cbcfd4;
    -webkit-background-clip: padding-box;
  }
}

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

/* Item */
/*  */

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

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

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

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

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

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


.cc-juicybits {
  background-color: #FFFFFF;
  color: #303030;
  text-align: left;
}

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

.cc-juicybits .item__title a {
  color: #c71515;
}
.cc-juicybits .item__title a:hover,
.cc-juicybits .item__title a:focus {
  color: #9f1111;
}

  /* Embedded link colors */
  /*  */

.cc-juicybits p a,
.cc-juicybits ul li a {
  color: #c71515;
}
.cc-juicybits p a:hover,
.cc-juicybits p a:active,
.cc-juicybits ul li a:hover,
.cc-juicybits ul li a:active {
  color: #ed3b3b;
}

.cc-juicybits .item__footer {
  color: #303030;
}
.cc-juicybits .item__footer a {
  color: #c71515;
}
.cc-juicybits .item__footer a:hover,
.cc-juicybits .item__footer a:active {
  color: #ed3b3b;
}

.cc-juicybits a.social-share {
  background: #496dbc;
}
.cc-juicybits a.social-share:hover,
.cc-juicybits a.social-share:active {
  background: #6f93e2;
}

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

  /* Sponsored category footer on issue page */
  /*  */
.cc-juicybits.category__footer h2 {
  border: 1px solid #303030;
}
.cc-juicybits.category__footer a {
  color: #c71515;
}
.cc-juicybits.category__footer a:hover,
.cc-juicybits.category__footer a:focus {
  color: #9f1111;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-restaurants {
  background-color: #FFFFFF;
  color: #303030;
  text-align: left;
}

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

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

.cc-restaurants .item__title a {
  color: #c71515;
}
.cc-restaurants .item__title a:hover,
.cc-restaurants .item__title a:focus {
  color: #9f1111;
}

  /* Embedded link colors */
  /*  */

.cc-restaurants p a,
.cc-restaurants ul li a {
  color: #c71515;
}
.cc-restaurants p a:hover,
.cc-restaurants p a:active,
.cc-restaurants ul li a:hover,
.cc-restaurants ul li a:active {
  color: #ed3b3b;
}

.cc-restaurants .item__footer {
  color: #303030;
}
.cc-restaurants .item__footer a {
  color: #c71515;
}
.cc-restaurants .item__footer a:hover,
.cc-restaurants .item__footer a:active {
  color: #ed3b3b;
}

.cc-restaurants a.social-share {
  background: #496dbc;
}
.cc-restaurants a.social-share:hover,
.cc-restaurants a.social-share:active {
  background: #6f93e2;
}

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

  /* Sponsored category footer on issue page */
  /*  */
.cc-restaurants.category__footer h2 {
  border: 1px solid #303030;
}
.cc-restaurants.category__footer a {
  color: #c71515;
}
.cc-restaurants.category__footer a:hover,
.cc-restaurants.category__footer a:focus {
  color: #9f1111;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-beverages {
  background-color: #FFFFFF;
  color: #303030;
  text-align: left;
}

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

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

.cc-beverages .item__title a {
  color: #c71515;
}
.cc-beverages .item__title a:hover,
.cc-beverages .item__title a:focus {
  color: #9f1111;
}

  /* Embedded link colors */
  /*  */

.cc-beverages p a,
.cc-beverages ul li a {
  color: #c71515;
}
.cc-beverages p a:hover,
.cc-beverages p a:active,
.cc-beverages ul li a:hover,
.cc-beverages ul li a:active {
  color: #ed3b3b;
}

.cc-beverages .item__footer {
  color: #303030;
}
.cc-beverages .item__footer a {
  color: #c71515;
}
.cc-beverages .item__footer a:hover,
.cc-beverages .item__footer a:active {
  color: #ed3b3b;
}

.cc-beverages a.social-share {
  background: #496dbc;
}
.cc-beverages a.social-share:hover,
.cc-beverages a.social-share:active {
  background: #6f93e2;
}

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

  /* Sponsored category footer on issue page */
  /*  */
.cc-beverages.category__footer h2 {
  border: 1px solid #303030;
}
.cc-beverages.category__footer a {
  color: #c71515;
}
.cc-beverages.category__footer a:hover,
.cc-beverages.category__footer a:focus {
  color: #9f1111;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-bbqhotspot {
  background-color: #FFFFFF;
  color: #303030;
  text-align: left;
}

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

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

.cc-bbqhotspot .item__title a {
  color: #c71515;
}
.cc-bbqhotspot .item__title a:hover,
.cc-bbqhotspot .item__title a:focus {
  color: #9f1111;
}

  /* Embedded link colors */
  /*  */

.cc-bbqhotspot p a,
.cc-bbqhotspot ul li a {
  color: #c71515;
}
.cc-bbqhotspot p a:hover,
.cc-bbqhotspot p a:active,
.cc-bbqhotspot ul li a:hover,
.cc-bbqhotspot ul li a:active {
  color: #ed3b3b;
}

.cc-bbqhotspot .item__footer {
  color: #303030;
}
.cc-bbqhotspot .item__footer a {
  color: #c71515;
}
.cc-bbqhotspot .item__footer a:hover,
.cc-bbqhotspot .item__footer a:active {
  color: #ed3b3b;
}

.cc-bbqhotspot a.social-share {
  background: #496dbc;
}
.cc-bbqhotspot a.social-share:hover,
.cc-bbqhotspot a.social-share:active {
  background: #6f93e2;
}

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

  /* Sponsored category footer on issue page */
  /*  */
.cc-bbqhotspot.category__footer h2 {
  border: 1px solid #303030;
}
.cc-bbqhotspot.category__footer a {
  color: #c71515;
}
.cc-bbqhotspot.category__footer a:hover,
.cc-bbqhotspot.category__footer a:focus {
  color: #9f1111;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-amazingribsnews {
  background-color: #FFFFFF;
  color: #303030;
  text-align: left;
}

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

.cc-amazingribsnews .item__title a {
  color: #c71515;
}
.cc-amazingribsnews .item__title a:hover,
.cc-amazingribsnews .item__title a:focus {
  color: #9f1111;
}

  /* Embedded link colors */
  /*  */

.cc-amazingribsnews p a,
.cc-amazingribsnews ul li a {
  color: #c71515;
}
.cc-amazingribsnews p a:hover,
.cc-amazingribsnews p a:active,
.cc-amazingribsnews ul li a:hover,
.cc-amazingribsnews ul li a:active {
  color: #ed3b3b;
}

.cc-amazingribsnews .item__footer {
  color: #303030;
}
.cc-amazingribsnews .item__footer a {
  color: #c71515;
}
.cc-amazingribsnews .item__footer a:hover,
.cc-amazingribsnews .item__footer a:active {
  color: #ed3b3b;
}

.cc-amazingribsnews a.social-share {
  background: #496dbc;
}
.cc-amazingribsnews a.social-share:hover,
.cc-amazingribsnews a.social-share:active {
  background: #6f93e2;
}

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

  /* Sponsored category footer on issue page */
  /*  */
.cc-amazingribsnews.category__footer h2 {
  border: 1px solid #303030;
}
.cc-amazingribsnews.category__footer a {
  color: #c71515;
}
.cc-amazingribsnews.category__footer a:hover,
.cc-amazingribsnews.category__footer a:focus {
  color: #9f1111;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-cooking {
  background-color: #FFFFFF;
  color: #303030;
  text-align: left;
}

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

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

.cc-cooking .item__title a {
  color: #c71515;
}
.cc-cooking .item__title a:hover,
.cc-cooking .item__title a:focus {
  color: #9f1111;
}

  /* Embedded link colors */
  /*  */

.cc-cooking p a,
.cc-cooking ul li a {
  color: #c71515;
}
.cc-cooking p a:hover,
.cc-cooking p a:active,
.cc-cooking ul li a:hover,
.cc-cooking ul li a:active {
  color: #ed3b3b;
}

.cc-cooking .item__footer {
  color: #303030;
}
.cc-cooking .item__footer a {
  color: #c71515;
}
.cc-cooking .item__footer a:hover,
.cc-cooking .item__footer a:active {
  color: #ed3b3b;
}

.cc-cooking a.social-share {
  background: #496dbc;
}
.cc-cooking a.social-share:hover,
.cc-cooking a.social-share:active {
  background: #6f93e2;
}

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

  /* Sponsored category footer on issue page */
  /*  */
.cc-cooking.category__footer h2 {
  border: 1px solid #303030;
}
.cc-cooking.category__footer a {
  color: #c71515;
}
.cc-cooking.category__footer a:hover,
.cc-cooking.category__footer a:focus {
  color: #9f1111;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-supplychain {
  background-color: #FFFFFF;
  color: #303030;
  text-align: left;
}

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

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

.cc-supplychain .item__title a {
  color: #c71515;
}
.cc-supplychain .item__title a:hover,
.cc-supplychain .item__title a:focus {
  color: #9f1111;
}

  /* Embedded link colors */
  /*  */

.cc-supplychain p a,
.cc-supplychain ul li a {
  color: #c71515;
}
.cc-supplychain p a:hover,
.cc-supplychain p a:active,
.cc-supplychain ul li a:hover,
.cc-supplychain ul li a:active {
  color: #ed3b3b;
}

.cc-supplychain .item__footer {
  color: #303030;
}
.cc-supplychain .item__footer a {
  color: #c71515;
}
.cc-supplychain .item__footer a:hover,
.cc-supplychain .item__footer a:active {
  color: #ed3b3b;
}

.cc-supplychain a.social-share {
  background: #496dbc;
}
.cc-supplychain a.social-share:hover,
.cc-supplychain a.social-share:active {
  background: #6f93e2;
}

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

  /* Sponsored category footer on issue page */
  /*  */
.cc-supplychain.category__footer h2 {
  border: 1px solid #303030;
}
.cc-supplychain.category__footer a {
  color: #c71515;
}
.cc-supplychain.category__footer a:hover,
.cc-supplychain.category__footer a:focus {
  color: #9f1111;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-agriculture {
  background-color: #FFFFFF;
  color: #303030;
  text-align: left;
}

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

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

.cc-agriculture .item__title a {
  color: #c71515;
}
.cc-agriculture .item__title a:hover,
.cc-agriculture .item__title a:focus {
  color: #9f1111;
}

  /* Embedded link colors */
  /*  */

.cc-agriculture p a,
.cc-agriculture ul li a {
  color: #c71515;
}
.cc-agriculture p a:hover,
.cc-agriculture p a:active,
.cc-agriculture ul li a:hover,
.cc-agriculture ul li a:active {
  color: #ed3b3b;
}

.cc-agriculture .item__footer {
  color: #303030;
}
.cc-agriculture .item__footer a {
  color: #c71515;
}
.cc-agriculture .item__footer a:hover,
.cc-agriculture .item__footer a:active {
  color: #ed3b3b;
}

.cc-agriculture a.social-share {
  background: #496dbc;
}
.cc-agriculture a.social-share:hover,
.cc-agriculture a.social-share:active {
  background: #6f93e2;
}

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

  /* Sponsored category footer on issue page */
  /*  */
.cc-agriculture.category__footer h2 {
  border: 1px solid #303030;
}
.cc-agriculture.category__footer a {
  color: #c71515;
}
.cc-agriculture.category__footer a:hover,
.cc-agriculture.category__footer a:focus {
  color: #9f1111;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-sponsorlove {
  background-color: #FFFFFF;
  color: #303030;
  text-align: left;
}

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

.cc-sponsorlove .item__title a {
  color: #c71515;
}
.cc-sponsorlove .item__title a:hover,
.cc-sponsorlove .item__title a:focus {
  color: #9f1111;
}

  /* Embedded link colors */
  /*  */

.cc-sponsorlove p a,
.cc-sponsorlove ul li a {
  color: #c71515;
}
.cc-sponsorlove p a:hover,
.cc-sponsorlove p a:active,
.cc-sponsorlove ul li a:hover,
.cc-sponsorlove ul li a:active {
  color: #ed3b3b;
}

.cc-sponsorlove .item__footer {
  color: #303030;
}
.cc-sponsorlove .item__footer a {
  color: #c71515;
}
.cc-sponsorlove .item__footer a:hover,
.cc-sponsorlove .item__footer a:active {
  color: #ed3b3b;
}

.cc-sponsorlove a.social-share {
  background: #496dbc;
}
.cc-sponsorlove a.social-share:hover,
.cc-sponsorlove a.social-share:active {
  background: #6f93e2;
}

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

  /* Sponsored category footer on issue page */
  /*  */
.cc-sponsorlove.category__footer h2 {
  border: 1px solid #303030;
}
.cc-sponsorlove.category__footer a {
  color: #c71515;
}
.cc-sponsorlove.category__footer a:hover,
.cc-sponsorlove.category__footer a:focus {
  color: #9f1111;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-regulations {
  background-color: #FFFFFF;
  color: #303030;
  text-align: left;
}

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

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

.cc-regulations .item__title a {
  color: #c71515;
}
.cc-regulations .item__title a:hover,
.cc-regulations .item__title a:focus {
  color: #9f1111;
}

  /* Embedded link colors */
  /*  */

.cc-regulations p a,
.cc-regulations ul li a {
  color: #c71515;
}
.cc-regulations p a:hover,
.cc-regulations p a:active,
.cc-regulations ul li a:hover,
.cc-regulations ul li a:active {
  color: #ed3b3b;
}

.cc-regulations .item__footer {
  color: #303030;
}
.cc-regulations .item__footer a {
  color: #c71515;
}
.cc-regulations .item__footer a:hover,
.cc-regulations .item__footer a:active {
  color: #ed3b3b;
}

.cc-regulations a.social-share {
  background: #496dbc;
}
.cc-regulations a.social-share:hover,
.cc-regulations a.social-share:active {
  background: #6f93e2;
}

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

  /* Sponsored category footer on issue page */
  /*  */
.cc-regulations.category__footer h2 {
  border: 1px solid #303030;
}
.cc-regulations.category__footer a {
  color: #c71515;
}
.cc-regulations.category__footer a:hover,
.cc-regulations.category__footer a:focus {
  color: #9f1111;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-foodprocessing {
  background-color: #FFFFFF;
  color: #303030;
  text-align: left;
}

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

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

.cc-foodprocessing .item__title a {
  color: #c71515;
}
.cc-foodprocessing .item__title a:hover,
.cc-foodprocessing .item__title a:focus {
  color: #9f1111;
}

  /* Embedded link colors */
  /*  */

.cc-foodprocessing p a,
.cc-foodprocessing ul li a {
  color: #c71515;
}
.cc-foodprocessing p a:hover,
.cc-foodprocessing p a:active,
.cc-foodprocessing ul li a:hover,
.cc-foodprocessing ul li a:active {
  color: #ed3b3b;
}

.cc-foodprocessing .item__footer {
  color: #303030;
}
.cc-foodprocessing .item__footer a {
  color: #c71515;
}
.cc-foodprocessing .item__footer a:hover,
.cc-foodprocessing .item__footer a:active {
  color: #ed3b3b;
}

.cc-foodprocessing a.social-share {
  background: #496dbc;
}
.cc-foodprocessing a.social-share:hover,
.cc-foodprocessing a.social-share:active {
  background: #6f93e2;
}

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

  /* Sponsored category footer on issue page */
  /*  */
.cc-foodprocessing.category__footer h2 {
  border: 1px solid #303030;
}
.cc-foodprocessing.category__footer a {
  color: #c71515;
}
.cc-foodprocessing.category__footer a:hover,
.cc-foodprocessing.category__footer a:focus {
  color: #9f1111;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-health {
  background-color: #FFFFFF;
  color: #303030;
  text-align: left;
}

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

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

.cc-health .item__title a {
  color: #c71515;
}
.cc-health .item__title a:hover,
.cc-health .item__title a:focus {
  color: #9f1111;
}

  /* Embedded link colors */
  /*  */

.cc-health p a,
.cc-health ul li a {
  color: #c71515;
}
.cc-health p a:hover,
.cc-health p a:active,
.cc-health ul li a:hover,
.cc-health ul li a:active {
  color: #ed3b3b;
}

.cc-health .item__footer {
  color: #303030;
}
.cc-health .item__footer a {
  color: #c71515;
}
.cc-health .item__footer a:hover,
.cc-health .item__footer a:active {
  color: #ed3b3b;
}

.cc-health a.social-share {
  background: #496dbc;
}
.cc-health a.social-share:hover,
.cc-health a.social-share:active {
  background: #6f93e2;
}

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

  /* Sponsored category footer on issue page */
  /*  */
.cc-health.category__footer h2 {
  border: 1px solid #303030;
}
.cc-health.category__footer a {
  color: #c71515;
}
.cc-health.category__footer a:hover,
.cc-health.category__footer a:focus {
  color: #9f1111;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-moresponsorlove {
  background-color: #FFFFFF;
  color: #303030;
  text-align: left;
}

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

.cc-moresponsorlove .item__title a {
  color: #c71515;
}
.cc-moresponsorlove .item__title a:hover,
.cc-moresponsorlove .item__title a:focus {
  color: #9f1111;
}

  /* Embedded link colors */
  /*  */

.cc-moresponsorlove p a,
.cc-moresponsorlove ul li a {
  color: #c71515;
}
.cc-moresponsorlove p a:hover,
.cc-moresponsorlove p a:active,
.cc-moresponsorlove ul li a:hover,
.cc-moresponsorlove ul li a:active {
  color: #ed3b3b;
}

.cc-moresponsorlove .item__footer {
  color: #303030;
}
.cc-moresponsorlove .item__footer a {
  color: #c71515;
}
.cc-moresponsorlove .item__footer a:hover,
.cc-moresponsorlove .item__footer a:active {
  color: #ed3b3b;
}

.cc-moresponsorlove a.social-share {
  background: #496dbc;
}
.cc-moresponsorlove a.social-share:hover,
.cc-moresponsorlove a.social-share:active {
  background: #6f93e2;
}

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

  /* Sponsored category footer on issue page */
  /*  */
.cc-moresponsorlove.category__footer h2 {
  border: 1px solid #303030;
}
.cc-moresponsorlove.category__footer a {
  color: #c71515;
}
.cc-moresponsorlove.category__footer a:hover,
.cc-moresponsorlove.category__footer a:focus {
  color: #9f1111;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-support {
  background-color: #fae8e5;
  color: #303030;
  text-align: left;
}

.cc-support .category__title {
  color: #ff424d;
  text-align: left;

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

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

.cc-support .item__title a {
  color: #c71515;
}
.cc-support .item__title a:hover,
.cc-support .item__title a:focus {
  color: #9f1111;
}

  /* Embedded link colors */
  /*  */

.cc-support p a,
.cc-support ul li a {
  color: #c71515;
}
.cc-support p a:hover,
.cc-support p a:active,
.cc-support ul li a:hover,
.cc-support ul li a:active {
  color: #ed3b3b;
}

.cc-support .item__footer {
  color: #303030;
}
.cc-support .item__footer a {
  color: #c71515;
}
.cc-support .item__footer a:hover,
.cc-support .item__footer a:active {
  color: #ed3b3b;
}

.cc-support a.social-share {
  background: #496dbc;
}
.cc-support a.social-share:hover,
.cc-support a.social-share:active {
  background: #6f93e2;
}

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

  /* Sponsored category footer on issue page */
  /*  */
.cc-support.category__footer h2 {
  border: 1px solid #303030;
}
.cc-support.category__footer a {
  color: #c71515;
}
.cc-support.category__footer a:hover,
.cc-support.category__footer a:focus {
  color: #9f1111;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-science {
  background-color: #FFFFFF;
  color: #303030;
  text-align: left;
}

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

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

.cc-science .item__title a {
  color: #c71515;
}
.cc-science .item__title a:hover,
.cc-science .item__title a:focus {
  color: #9f1111;
}

  /* Embedded link colors */
  /*  */

.cc-science p a,
.cc-science ul li a {
  color: #c71515;
}
.cc-science p a:hover,
.cc-science p a:active,
.cc-science ul li a:hover,
.cc-science ul li a:active {
  color: #ed3b3b;
}

.cc-science .item__footer {
  color: #303030;
}
.cc-science .item__footer a {
  color: #c71515;
}
.cc-science .item__footer a:hover,
.cc-science .item__footer a:active {
  color: #ed3b3b;
}

.cc-science a.social-share {
  background: #496dbc;
}
.cc-science a.social-share:hover,
.cc-science a.social-share:active {
  background: #6f93e2;
}

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

  /* Sponsored category footer on issue page */
  /*  */
.cc-science.category__footer h2 {
  border: 1px solid #303030;
}
.cc-science.category__footer a {
  color: #c71515;
}
.cc-science.category__footer a:hover,
.cc-science.category__footer a:focus {
  color: #9f1111;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-last-bite {
  background-color: #FFFFFF;
  color: #303030;
  text-align: left;
}

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

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

.cc-last-bite .item__title a {
  color: #c71515;
}
.cc-last-bite .item__title a:hover,
.cc-last-bite .item__title a:focus {
  color: #9f1111;
}

  /* Embedded link colors */
  /*  */

.cc-last-bite p a,
.cc-last-bite ul li a {
  color: #c71515;
}
.cc-last-bite p a:hover,
.cc-last-bite p a:active,
.cc-last-bite ul li a:hover,
.cc-last-bite ul li a:active {
  color: #ed3b3b;
}

.cc-last-bite .item__footer {
  color: #303030;
}
.cc-last-bite .item__footer a {
  color: #c71515;
}
.cc-last-bite .item__footer a:hover,
.cc-last-bite .item__footer a:active {
  color: #ed3b3b;
}

.cc-last-bite a.social-share {
  background: #496dbc;
}
.cc-last-bite a.social-share:hover,
.cc-last-bite a.social-share:active {
  background: #6f93e2;
}

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

  /* Sponsored category footer on issue page */
  /*  */
.cc-last-bite.category__footer h2 {
  border: 1px solid #303030;
}
.cc-last-bite.category__footer a {
  color: #c71515;
}
.cc-last-bite.category__footer a:hover,
.cc-last-bite.category__footer a:focus {
  color: #9f1111;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-inmemoriam {
  background-color: #FFFFFF;
  color: #303030;
  text-align: left;
}

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

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

.cc-inmemoriam .item__title a {
  color: #c71515;
}
.cc-inmemoriam .item__title a:hover,
.cc-inmemoriam .item__title a:focus {
  color: #9f1111;
}

  /* Embedded link colors */
  /*  */

.cc-inmemoriam p a,
.cc-inmemoriam ul li a {
  color: #c71515;
}
.cc-inmemoriam p a:hover,
.cc-inmemoriam p a:active,
.cc-inmemoriam ul li a:hover,
.cc-inmemoriam ul li a:active {
  color: #ed3b3b;
}

.cc-inmemoriam .item__footer {
  color: #303030;
}
.cc-inmemoriam .item__footer a {
  color: #c71515;
}
.cc-inmemoriam .item__footer a:hover,
.cc-inmemoriam .item__footer a:active {
  color: #ed3b3b;
}

.cc-inmemoriam a.social-share {
  background: #496dbc;
}
.cc-inmemoriam a.social-share:hover,
.cc-inmemoriam a.social-share:active {
  background: #6f93e2;
}

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

  /* Sponsored category footer on issue page */
  /*  */
.cc-inmemoriam.category__footer h2 {
  border: 1px solid #303030;
}
.cc-inmemoriam.category__footer a {
  color: #c71515;
}
.cc-inmemoriam.category__footer a:hover,
.cc-inmemoriam.category__footer a:focus {
  color: #9f1111;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-classifieds {
  background-color: #fae8e5;
  color: #303030;
  text-align: left;
}

.cc-classifieds .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-classifieds .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-classifieds .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-classifieds blockquote {
  border-left-color: #c8bab7;
}

.cc-classifieds .item__title a {
  color: #c71515;
}
.cc-classifieds .item__title a:hover,
.cc-classifieds .item__title a:focus {
  color: #9f1111;
}

  /* Embedded link colors */
  /*  */

.cc-classifieds p a,
.cc-classifieds ul li a {
  color: #c71515;
}
.cc-classifieds p a:hover,
.cc-classifieds p a:active,
.cc-classifieds ul li a:hover,
.cc-classifieds ul li a:active {
  color: #ed3b3b;
}

.cc-classifieds .item__footer {
  color: #303030;
}
.cc-classifieds .item__footer a {
  color: #c71515;
}
.cc-classifieds .item__footer a:hover,
.cc-classifieds .item__footer a:active {
  color: #ed3b3b;
}

.cc-classifieds a.social-share {
  background: #496dbc;
}
.cc-classifieds a.social-share:hover,
.cc-classifieds a.social-share:active {
  background: #6f93e2;
}

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

  /* Sponsored category footer on issue page */
  /*  */
.cc-classifieds.category__footer h2 {
  border: 1px solid #303030;
}
.cc-classifieds.category__footer a {
  color: #c71515;
}
.cc-classifieds.category__footer a:hover,
.cc-classifieds.category__footer a:focus {
  color: #9f1111;
}

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

.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(48,48,48,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: #c71515;
  color: #c71515;
}

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


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

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

/* Style input with border when flat color */
/*  */
.cta--header .form-control {
  border: 1px solid #cbcfd4;
  -webkit-background-clip: padding-box;
}

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

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

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


/* Subscription pages */
/*  */
.subscription__resubscribe__btn {
  color: #c71515;
}
.subscription__resubscribe__btn:hover,
.subscription__resubscribe__btn:focus {
  color: #ed3b3b;
}


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

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

.sponsorship__quicklinks {
  color: rgba(48,48,48,0.7);
}
.sponsorship__quicklinks a {
  color: rgba(48,48,48,0.7);
}
.sponsorship__quicklinks a:hover,
.sponsorship__quicklinks a:active {
  color: #2b2b2b;
}

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

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

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

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

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

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


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

/* Home page no issue overwrites with image */
/* ### HARDCODED: to be adjusted when implemented into theme */
/*  */
.home--noissue.header--withimage {
  background-attachment: fixed;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url();
}
@media (min-width: 760px) {
  .home--noissue.header--withimage {
    background-image: url();
  }
}

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

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