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

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

/* Default .btn */
/*  */
.btn {
  background-color: #9fb6c6;
  color: #FFFFFF;
}
.btn:hover,
.btn:focus {
  background-color: #879ba8;
  color: #FFFFFF;
}

/* Header */
.header {
  background-color: #9fb6c6;
  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: #5f6d77;
}
.header :-ms-input-placeholder {
  color: #5f6d77;
}
.header ::placeholder {
  color: #5f6d77;
}

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

  color: #FFFFFF;
}

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

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

}

@media (min-width: 760px) {
  .navbar-search .form-control {
    border: 1px solid #8fa4b2;
    -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(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__title--lozenge .category__title__text {
  padding-bottom: 3px;
  padding-top: 5px;
}

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

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

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

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

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


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

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

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

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

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

  /* If title category_header_justification: left give icon some space */
  /*  */
    margin-right: 18px;
}

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

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

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


.cc-sponsor2 {
  background-color: #9fb6c6;
  color: #ffffff;
  text-align: left;
}

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

.cc-security .category__title {
  color: #d01716;
  text-align: center;

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

.cc-business .category__title {
  color: #0288d1;
  text-align: center;

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

.cc-healthcare .category__title {
  color: #689f38;
  text-align: center;

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

.cc-bigdata .category__title {
  color: #689f38;
  text-align: center;

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


.cc-employment {
  background-color: #9fb6c6;
  color: #454547;
  text-align: left;
}

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

.cc-enterprise .category__title {
  color: #d01716;
  text-align: center;

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

.cc-industrial .category__title {
  color: #ffa000;
  text-align: center;

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

.cc-consumer .category__title {
  color: #c2195b;
  text-align: center;

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

.cc-wearables .category__title {
  color: #0288d1;
  text-align: center;

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

.cc-video .category__title {
  color: #e64a19;
  text-align: center;

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

.cc-toools .category__title {
  color: #00796b;
  text-align: center;

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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

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


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

.cc-design .category__title {
  color: #0288d1;
  text-align: center;

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

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

  /* If title category_header_justification: left give icon some space */
  /*  */
    margin-right: 18px;
}

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

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

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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

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


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

.cc-development .category__title {
  color: #7b1fa2;
  text-align: center;

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

.cc-diy .category__title {
  color: #689f38;
  text-align: center;

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

.cc-crowd .category__title {
  color: #ffa000;
  text-align: center;

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

.cc-network .category__title {
  color: #00796b;
  text-align: center;

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

.cc-books .category__title {
  color: #e64a19;
  text-align: center;

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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


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

.cc-survey .category__title {
  color: #7b1fa2;
  text-align: center;

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-survey.category__footer h2 {
  border: 1px solid #454547;
}
.cc-survey.category__footer a {
  color: #000000;
}
.cc-survey.category__footer a:hover,
.cc-survey.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 .form-control {
  border: 1px solid #8fa4b2;
  -webkit-background-clip: padding-box;
}

.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: #9fb6c6;
}
.header--withimage .cta--header .btn:hover,
.header--withimage .cta--header .btn:focus {
  background-color: #97adbc;
}


/* 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: #9fb6c6;
  color: #FFFFFF;
}
.home--noissue body {
  background-color: transparent;
}
.home--noissue .footer {
  background-color: #9fb6c6;
  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();
}
@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;
}
