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

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

/* Default .btn */
/*  */
.btn {
  background-color: #ffffff;
  color: #333e48;
}
.btn:hover,
.btn:focus {
  background-color: #d9d9d9;
  color: #333e48;
}

/* Header */
.header {
  background-color: #ffffff;
  color: #333e48;
}

/* 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(51,62,72,0.8);
}

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

.header .navbar-toggle .navbar-toggle-bar {
  background-color: rgba(51,62,72,0.8);
}
.header .navbar-toggle:hover .navbar-toggle-bar,
.header .navbar-toggle:active .navbar-toggle-bar {
  background-color: #333e48;
}
/* 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(51,62,72,0.8);
}
.header a:hover,
.header a:active {
  color: #333e48;
}
.header a.navbar-brand {
  color: #333e48;
}

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

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

  color: #FFFFFF;
}

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

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

}

@media (min-width: 760px) {
  .navbar-search .form-control {
    border: 1px solid #e6e6e6;
    -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(76,84,120,0.2);
}

.item__heading {
  /* This is .item__heading on search and archives */
  color: #0074df;
}
.item__footer {
  /* This is .item__footer on search and archives */
  color: rgba(76,84,120,0.7);
}

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

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

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

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


.cc-intro {
  background-color: #FFFFFF;
  color: #4c5478;
  text-align: left;
}

.cc-intro .category__title {
  color: #1f2852;
  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-intro .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-intro .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-intro .category__title--lozenge .category__title__text {
  background-color: #1f2852;
  /* 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-intro blockquote {
  border-left-color: #cccccc;
}

.cc-intro .item__title a {
  color: #0074df;
}
.cc-intro .item__title a:hover,
.cc-intro .item__title a:focus {
  color: #005db2;
}

  /* Embedded link colors */
  /*  */

.cc-intro p a,
.cc-intro ul li a {
  color: #0074df;
}
.cc-intro p a:hover,
.cc-intro p a:active,
.cc-intro ul li a:hover,
.cc-intro ul li a:active {
  color: #269aff;
}

.cc-intro .item__footer {
  color: #4c5478;
}
.cc-intro .item__footer a {
  color: #0074df;
}
.cc-intro .item__footer a:hover,
.cc-intro .item__footer a:active {
  color: #269aff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-intro.category__footer h2 {
  border: 1px solid #4c5478;
}
.cc-intro.category__footer a {
  color: #0074df;
}
.cc-intro.category__footer a:hover,
.cc-intro.category__footer a:focus {
  color: #005db2;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-amanda {
  background-color: #FFFFFF;
  color: #4c5478;
  text-align: left;
}

.cc-amanda .category__title {
  color: #0dcdea;
  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-amanda .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-amanda .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-amanda .category__title--lozenge .category__title__text {
  background-color: #0dcdea;
  /* 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-amanda blockquote {
  border-left-color: #cccccc;
}

.cc-amanda .item__title a {
  color: #0074df;
}
.cc-amanda .item__title a:hover,
.cc-amanda .item__title a:focus {
  color: #005db2;
}

  /* Embedded link colors */
  /*  */

.cc-amanda p a,
.cc-amanda ul li a {
  color: #0074df;
}
.cc-amanda p a:hover,
.cc-amanda p a:active,
.cc-amanda ul li a:hover,
.cc-amanda ul li a:active {
  color: #269aff;
}

.cc-amanda .item__footer {
  color: #4c5478;
}
.cc-amanda .item__footer a {
  color: #0074df;
}
.cc-amanda .item__footer a:hover,
.cc-amanda .item__footer a:active {
  color: #269aff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-amanda.category__footer h2 {
  border: 1px solid #4c5478;
}
.cc-amanda.category__footer a {
  color: #0074df;
}
.cc-amanda.category__footer a:hover,
.cc-amanda.category__footer a:focus {
  color: #005db2;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-comment {
  background-color: #FFFFFF;
  color: #4c5478;
  text-align: left;
}

.cc-comment .category__title {
  color: #1f2852;
  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-comment .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-comment .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-comment .category__title--lozenge .category__title__text {
  background-color: #1f2852;
  /* 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-comment blockquote {
  border-left-color: #cccccc;
}

.cc-comment .item__title a {
  color: #0074df;
}
.cc-comment .item__title a:hover,
.cc-comment .item__title a:focus {
  color: #005db2;
}

  /* Embedded link colors */
  /*  */

.cc-comment p a,
.cc-comment ul li a {
  color: #0074df;
}
.cc-comment p a:hover,
.cc-comment p a:active,
.cc-comment ul li a:hover,
.cc-comment ul li a:active {
  color: #269aff;
}

.cc-comment .item__footer {
  color: #4c5478;
}
.cc-comment .item__footer a {
  color: #0074df;
}
.cc-comment .item__footer a:hover,
.cc-comment .item__footer a:active {
  color: #269aff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-comment.category__footer h2 {
  border: 1px solid #4c5478;
}
.cc-comment.category__footer a {
  color: #0074df;
}
.cc-comment.category__footer a:hover,
.cc-comment.category__footer a:focus {
  color: #005db2;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-techgiants {
  background-color: #FFFFFF;
  color: #4c5478;
  text-align: left;
}

.cc-techgiants .category__title {
  color: #1c1eeb;
  text-align: left;

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

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

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

.cc-techgiants .item__title a {
  color: #0074df;
}
.cc-techgiants .item__title a:hover,
.cc-techgiants .item__title a:focus {
  color: #005db2;
}

  /* Embedded link colors */
  /*  */

.cc-techgiants p a,
.cc-techgiants ul li a {
  color: #0074df;
}
.cc-techgiants p a:hover,
.cc-techgiants p a:active,
.cc-techgiants ul li a:hover,
.cc-techgiants ul li a:active {
  color: #269aff;
}

.cc-techgiants .item__footer {
  color: #4c5478;
}
.cc-techgiants .item__footer a {
  color: #0074df;
}
.cc-techgiants .item__footer a:hover,
.cc-techgiants .item__footer a:active {
  color: #269aff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-techgiants.category__footer h2 {
  border: 1px solid #4c5478;
}
.cc-techgiants.category__footer a {
  color: #0074df;
}
.cc-techgiants.category__footer a:hover,
.cc-techgiants.category__footer a:focus {
  color: #005db2;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-advertising {
  background-color: #FFFFFF;
  color: #4c5478;
  text-align: left;
}

.cc-advertising .category__title {
  color: #de105f;
  text-align: left;

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

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

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

.cc-advertising .item__title a {
  color: #0074df;
}
.cc-advertising .item__title a:hover,
.cc-advertising .item__title a:focus {
  color: #005db2;
}

  /* Embedded link colors */
  /*  */

.cc-advertising p a,
.cc-advertising ul li a {
  color: #0074df;
}
.cc-advertising p a:hover,
.cc-advertising p a:active,
.cc-advertising ul li a:hover,
.cc-advertising ul li a:active {
  color: #269aff;
}

.cc-advertising .item__footer {
  color: #4c5478;
}
.cc-advertising .item__footer a {
  color: #0074df;
}
.cc-advertising .item__footer a:hover,
.cc-advertising .item__footer a:active {
  color: #269aff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-advertising.category__footer h2 {
  border: 1px solid #4c5478;
}
.cc-advertising.category__footer a {
  color: #0074df;
}
.cc-advertising.category__footer a:hover,
.cc-advertising.category__footer a:focus {
  color: #005db2;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-ai {
  background-color: #FFFFFF;
  color: #4c5478;
  text-align: left;
}

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

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

.cc-ai .item__title a {
  color: #0074df;
}
.cc-ai .item__title a:hover,
.cc-ai .item__title a:focus {
  color: #005db2;
}

  /* Embedded link colors */
  /*  */

.cc-ai p a,
.cc-ai ul li a {
  color: #0074df;
}
.cc-ai p a:hover,
.cc-ai p a:active,
.cc-ai ul li a:hover,
.cc-ai ul li a:active {
  color: #269aff;
}

.cc-ai .item__footer {
  color: #4c5478;
}
.cc-ai .item__footer a {
  color: #0074df;
}
.cc-ai .item__footer a:hover,
.cc-ai .item__footer a:active {
  color: #269aff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-ai.category__footer h2 {
  border: 1px solid #4c5478;
}
.cc-ai.category__footer a {
  color: #0074df;
}
.cc-ai.category__footer a:hover,
.cc-ai.category__footer a:focus {
  color: #005db2;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-walledgardens {
  background-color: #FFFFFF;
  color: #4c5478;
  text-align: left;
}

.cc-walledgardens .category__title {
  color: #fb5f3d;
  text-align: left;

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

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

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

.cc-walledgardens .item__title a {
  color: #fb5f3d;
}
.cc-walledgardens .item__title a:hover,
.cc-walledgardens .item__title a:focus {
  color: #c94c31;
}

  /* Embedded link colors */
  /*  */

.cc-walledgardens p a,
.cc-walledgardens ul li a {
  color: #fb5f3d;
}
.cc-walledgardens p a:hover,
.cc-walledgardens p a:active,
.cc-walledgardens ul li a:hover,
.cc-walledgardens ul li a:active {
  color: #d55134;
}

.cc-walledgardens .item__footer {
  color: #4c5478;
}
.cc-walledgardens .item__footer a {
  color: #fb5f3d;
}
.cc-walledgardens .item__footer a:hover,
.cc-walledgardens .item__footer a:active {
  color: #d55134;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-walledgardens.category__footer h2 {
  border: 1px solid #4c5478;
}
.cc-walledgardens.category__footer a {
  color: #fb5f3d;
}
.cc-walledgardens.category__footer a:hover,
.cc-walledgardens.category__footer a:focus {
  color: #c94c31;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-interesting-reads {
  background-color: #FFFFFF;
  color: #4c5478;
  text-align: left;
}

.cc-interesting-reads .category__title {
  color: #00665c;
  text-align: left;

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

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

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

.cc-interesting-reads .item__title a {
  color: #00665c;
}
.cc-interesting-reads .item__title a:hover,
.cc-interesting-reads .item__title a:focus {
  color: #00524a;
}

  /* Embedded link colors */
  /*  */

.cc-interesting-reads p a,
.cc-interesting-reads ul li a {
  color: #00665c;
}
.cc-interesting-reads p a:hover,
.cc-interesting-reads p a:active,
.cc-interesting-reads ul li a:hover,
.cc-interesting-reads ul li a:active {
  color: #268c82;
}

.cc-interesting-reads .item__footer {
  color: #4c5478;
}
.cc-interesting-reads .item__footer a {
  color: #00665c;
}
.cc-interesting-reads .item__footer a:hover,
.cc-interesting-reads .item__footer a:active {
  color: #268c82;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-interesting-reads.category__footer h2 {
  border: 1px solid #4c5478;
}
.cc-interesting-reads.category__footer a {
  color: #00665c;
}
.cc-interesting-reads.category__footer a:hover,
.cc-interesting-reads.category__footer a:focus {
  color: #00524a;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-industry-buzz {
  background-color: #FFFFFF;
  color: #4c5478;
  text-align: left;
}

.cc-industry-buzz .category__title {
  color: #cd3fff;
  text-align: left;

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

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

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

.cc-industry-buzz .item__title a {
  color: #cd3fff;
}
.cc-industry-buzz .item__title a:hover,
.cc-industry-buzz .item__title a:focus {
  color: #a432cc;
}

  /* Embedded link colors */
  /*  */

.cc-industry-buzz p a,
.cc-industry-buzz ul li a {
  color: #cd3fff;
}
.cc-industry-buzz p a:hover,
.cc-industry-buzz p a:active,
.cc-industry-buzz ul li a:hover,
.cc-industry-buzz ul li a:active {
  color: #f365ff;
}

.cc-industry-buzz .item__footer {
  color: #4c5478;
}
.cc-industry-buzz .item__footer a {
  color: #cd3fff;
}
.cc-industry-buzz .item__footer a:hover,
.cc-industry-buzz .item__footer a:active {
  color: #f365ff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-industry-buzz.category__footer h2 {
  border: 1px solid #4c5478;
}
.cc-industry-buzz.category__footer a {
  color: #cd3fff;
}
.cc-industry-buzz.category__footer a:hover,
.cc-industry-buzz.category__footer a:focus {
  color: #a432cc;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-privacy-security {
  background-color: #FFFFFF;
  color: #4c5478;
  text-align: left;
}

.cc-privacy-security .category__title {
  color: #253e58;
  text-align: left;

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

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

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

.cc-privacy-security .item__title a {
  color: #253e58;
}
.cc-privacy-security .item__title a:hover,
.cc-privacy-security .item__title a:focus {
  color: #1e3246;
}

  /* Embedded link colors */
  /*  */

.cc-privacy-security p a,
.cc-privacy-security ul li a {
  color: #253e58;
}
.cc-privacy-security p a:hover,
.cc-privacy-security p a:active,
.cc-privacy-security ul li a:hover,
.cc-privacy-security ul li a:active {
  color: #4b647e;
}

.cc-privacy-security .item__footer {
  color: #4c5478;
}
.cc-privacy-security .item__footer a {
  color: #253e58;
}
.cc-privacy-security .item__footer a:hover,
.cc-privacy-security .item__footer a:active {
  color: #4b647e;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-privacy-security.category__footer h2 {
  border: 1px solid #4c5478;
}
.cc-privacy-security.category__footer a {
  color: #253e58;
}
.cc-privacy-security.category__footer a:hover,
.cc-privacy-security.category__footer a:focus {
  color: #1e3246;
}
/* 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: #05a696;
}

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

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


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

.cc-toools .category__title {
  color: #05a696;
  text-align: left;

  /* 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 */
  /*  */
.cc-toools .category__title--lozenge .category__title__text {
  background-color: #05a696;
  /* 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-toools blockquote {
  border-left-color: #cccccc;
}

.cc-toools .item__title a {
  color: #05a696;
}
.cc-toools .item__title a:hover,
.cc-toools .item__title a:focus {
  color: #048578;
}

  /* Embedded link colors */
  /*  */

.cc-toools p a,
.cc-toools ul li a {
  color: #05a696;
}
.cc-toools p a:hover,
.cc-toools p a:active,
.cc-toools ul li a:hover,
.cc-toools ul li a:active {
  color: #2bccbc;
}

.cc-toools .item__footer {
  color: #4c5478;
}
.cc-toools .item__footer a {
  color: #05a696;
}
.cc-toools .item__footer a:hover,
.cc-toools .item__footer a:active {
  color: #2bccbc;
}


  /* 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 #4c5478;
}
.cc-toools.category__footer a {
  color: #05a696;
}
.cc-toools.category__footer a:hover,
.cc-toools.category__footer a:focus {
  color: #048578;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-tips-techniques {
  background-color: #FFFFFF;
  color: #4c5478;
  text-align: left;
}

.cc-tips-techniques .category__title {
  color: #711df4;
  text-align: left;

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

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

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

.cc-tips-techniques .item__title a {
  color: #711df4;
}
.cc-tips-techniques .item__title a:hover,
.cc-tips-techniques .item__title a:focus {
  color: #5a17c3;
}

  /* Embedded link colors */
  /*  */

.cc-tips-techniques p a,
.cc-tips-techniques ul li a {
  color: #711df4;
}
.cc-tips-techniques p a:hover,
.cc-tips-techniques p a:active,
.cc-tips-techniques ul li a:hover,
.cc-tips-techniques ul li a:active {
  color: #9743ff;
}

.cc-tips-techniques .item__footer {
  color: #4c5478;
}
.cc-tips-techniques .item__footer a {
  color: #711df4;
}
.cc-tips-techniques .item__footer a:hover,
.cc-tips-techniques .item__footer a:active {
  color: #9743ff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-tips-techniques.category__footer h2 {
  border: 1px solid #4c5478;
}
.cc-tips-techniques.category__footer a {
  color: #711df4;
}
.cc-tips-techniques.category__footer a:hover,
.cc-tips-techniques.category__footer a:focus {
  color: #5a17c3;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-ux {
  background-color: #FFFFFF;
  color: #4c5478;
  text-align: left;
}

.cc-ux .category__title {
  color: #0ceadc;
  text-align: left;

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

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

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

.cc-ux .item__title a {
  color: #0ceadc;
}
.cc-ux .item__title a:hover,
.cc-ux .item__title a:focus {
  color: #0abbb0;
}

  /* Embedded link colors */
  /*  */

.cc-ux p a,
.cc-ux ul li a {
  color: #0ceadc;
}
.cc-ux p a:hover,
.cc-ux p a:active,
.cc-ux ul li a:hover,
.cc-ux ul li a:active {
  color: #0ac7bb;
}

.cc-ux .item__footer {
  color: #4c5478;
}
.cc-ux .item__footer a {
  color: #0ceadc;
}
.cc-ux .item__footer a:hover,
.cc-ux .item__footer a:active {
  color: #0ac7bb;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-ux.category__footer h2 {
  border: 1px solid #4c5478;
}
.cc-ux.category__footer a {
  color: #0ceadc;
}
.cc-ux.category__footer a:hover,
.cc-ux.category__footer a:focus {
  color: #0abbb0;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-data {
  background-color: #FFFFFF;
  color: #4c5478;
  text-align: left;
}

.cc-data .category__title {
  color: #bf9000;
  text-align: left;

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

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

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

.cc-data .item__title a {
  color: #bf9000;
}
.cc-data .item__title a:hover,
.cc-data .item__title a:focus {
  color: #997300;
}

  /* Embedded link colors */
  /*  */

.cc-data p a,
.cc-data ul li a {
  color: #bf9000;
}
.cc-data p a:hover,
.cc-data p a:active,
.cc-data ul li a:hover,
.cc-data ul li a:active {
  color: #a27a00;
}

.cc-data .item__footer {
  color: #4c5478;
}
.cc-data .item__footer a {
  color: #bf9000;
}
.cc-data .item__footer a:hover,
.cc-data .item__footer a:active {
  color: #a27a00;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-data.category__footer h2 {
  border: 1px solid #4c5478;
}
.cc-data.category__footer a {
  color: #bf9000;
}
.cc-data.category__footer a:hover,
.cc-data.category__footer a:focus {
  color: #997300;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-spotlight {
  background-color: #FFFFFF;
  color: #4c5478;
  text-align: left;
}

.cc-spotlight .category__title {
  color: #0074df;
  text-align: left;

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

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

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

.cc-spotlight .item__title a {
  color: #0074df;
}
.cc-spotlight .item__title a:hover,
.cc-spotlight .item__title a:focus {
  color: #005db2;
}

  /* Embedded link colors */
  /*  */

.cc-spotlight p a,
.cc-spotlight ul li a {
  color: #0074df;
}
.cc-spotlight p a:hover,
.cc-spotlight p a:active,
.cc-spotlight ul li a:hover,
.cc-spotlight ul li a:active {
  color: #269aff;
}

.cc-spotlight .item__footer {
  color: #4c5478;
}
.cc-spotlight .item__footer a {
  color: #0074df;
}
.cc-spotlight .item__footer a:hover,
.cc-spotlight .item__footer a:active {
  color: #269aff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-spotlight.category__footer h2 {
  border: 1px solid #4c5478;
}
.cc-spotlight.category__footer a {
  color: #0074df;
}
.cc-spotlight.category__footer a:hover,
.cc-spotlight.category__footer a:focus {
  color: #005db2;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-encore {
  background-color: #FFFFFF;
  color: #4c5478;
  text-align: left;
}

.cc-encore .category__title {
  color: #3d21be;
  text-align: left;

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

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

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

.cc-encore .item__title a {
  color: #3d21be;
}
.cc-encore .item__title a:hover,
.cc-encore .item__title a:focus {
  color: #311a98;
}

  /* Embedded link colors */
  /*  */

.cc-encore p a,
.cc-encore ul li a {
  color: #3d21be;
}
.cc-encore p a:hover,
.cc-encore p a:active,
.cc-encore ul li a:hover,
.cc-encore ul li a:active {
  color: #6347e4;
}

.cc-encore .item__footer {
  color: #4c5478;
}
.cc-encore .item__footer a {
  color: #3d21be;
}
.cc-encore .item__footer a:hover,
.cc-encore .item__footer a:active {
  color: #6347e4;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-encore.category__footer h2 {
  border: 1px solid #4c5478;
}
.cc-encore.category__footer a {
  color: #3d21be;
}
.cc-encore.category__footer a:hover,
.cc-encore.category__footer a:focus {
  color: #311a98;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-adamstake {
  background-color: #FFFFFF;
  color: #4c5478;
  text-align: left;
}

.cc-adamstake .category__title {
  color: #182034;
  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-adamstake .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-adamstake .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-adamstake .category__title--lozenge .category__title__text {
  background-color: #182034;
  /* 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-adamstake blockquote {
  border-left-color: #cccccc;
}

.cc-adamstake .item__title a {
  color: #0074df;
}
.cc-adamstake .item__title a:hover,
.cc-adamstake .item__title a:focus {
  color: #005db2;
}

  /* Embedded link colors */
  /*  */

.cc-adamstake p a,
.cc-adamstake ul li a {
  color: #0074df;
}
.cc-adamstake p a:hover,
.cc-adamstake p a:active,
.cc-adamstake ul li a:hover,
.cc-adamstake ul li a:active {
  color: #269aff;
}

.cc-adamstake .item__footer {
  color: #4c5478;
}
.cc-adamstake .item__footer a {
  color: #0074df;
}
.cc-adamstake .item__footer a:hover,
.cc-adamstake .item__footer a:active {
  color: #269aff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-adamstake.category__footer h2 {
  border: 1px solid #4c5478;
}
.cc-adamstake.category__footer a {
  color: #0074df;
}
.cc-adamstake.category__footer a:hover,
.cc-adamstake.category__footer a:focus {
  color: #005db2;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-amandavandiver {
  background-color: #ffffff;
  color: #4c5478;
  text-align: left;
}

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

.cc-amandavandiver .item__title a {
  color: #0074df;
}
.cc-amandavandiver .item__title a:hover,
.cc-amandavandiver .item__title a:focus {
  color: #005db2;
}

  /* Embedded link colors */
  /*  */

.cc-amandavandiver p a,
.cc-amandavandiver ul li a {
  color: #0074df;
}
.cc-amandavandiver p a:hover,
.cc-amandavandiver p a:active,
.cc-amandavandiver ul li a:hover,
.cc-amandavandiver ul li a:active {
  color: #269aff;
}

.cc-amandavandiver .item__footer {
  color: #4c5478;
}
.cc-amandavandiver .item__footer a {
  color: #0074df;
}
.cc-amandavandiver .item__footer a:hover,
.cc-amandavandiver .item__footer a:active {
  color: #269aff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-amandavandiver.category__footer h2 {
  border: 1px solid #4c5478;
}
.cc-amandavandiver.category__footer a {
  color: #0074df;
}
.cc-amandavandiver.category__footer a:hover,
.cc-amandavandiver.category__footer a:focus {
  color: #005db2;
}
/* 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: #ffffff;
}

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

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


.cc-events {
  background-color: #050e3c;
  color: #ffffff;
  text-align: left;
}

.cc-events .category__title {
  color: #ffffff;
  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-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 {
    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-events .category__title--lozenge .category__title__text {
  background-color: #ffffff;
  /* Lean towards white for the lozenges */
  color: #000000;
}

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

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

.cc-events blockquote {
  border-left-color: #38416f;
}

.cc-events .item__title a {
  color: #4dd4ff;
}
.cc-events .item__title a:hover,
.cc-events .item__title a:focus {
  color: #3eaacc;
}

  /* Embedded link colors */
  /*  */

.cc-events p a,
.cc-events ul li a {
  color: #4dd4ff;
}
.cc-events p a:hover,
.cc-events p a:active,
.cc-events ul li a:hover,
.cc-events ul li a:active {
  color: #41b4d9;
}

.cc-events .item__footer {
  color: #ffffff;
}
.cc-events .item__footer a {
  color: #4dd4ff;
}
.cc-events .item__footer a:hover,
.cc-events .item__footer a:active {
  color: #41b4d9;
}


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

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

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

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

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


.cc-open-roles {
  background-color: #050e3c;
  color: #ffffff;
  text-align: left;
}

.cc-open-roles .category__title {
  color: #ffffff;
  text-align: left;

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

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

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

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

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

.cc-open-roles blockquote {
  border-left-color: #38416f;
}

.cc-open-roles .item__title a {
  color: #4dd4ff;
}
.cc-open-roles .item__title a:hover,
.cc-open-roles .item__title a:focus {
  color: #3eaacc;
}

  /* Embedded link colors */
  /*  */

.cc-open-roles p a,
.cc-open-roles ul li a {
  color: #4dd4ff;
}
.cc-open-roles p a:hover,
.cc-open-roles p a:active,
.cc-open-roles ul li a:hover,
.cc-open-roles ul li a:active {
  color: #41b4d9;
}

.cc-open-roles .item__footer {
  color: #ffffff;
}
.cc-open-roles .item__footer a {
  color: #4dd4ff;
}
.cc-open-roles .item__footer a:hover,
.cc-open-roles .item__footer a:active {
  color: #41b4d9;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-open-roles.category__footer h2 {
  border: 1px solid #ffffff;
}
.cc-open-roles.category__footer a {
  color: #4dd4ff;
}
.cc-open-roles.category__footer a:hover,
.cc-open-roles.category__footer a:focus {
  color: #3eaacc;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-podcast {
  background-color: #050e3c;
  color: #ffffff;
  text-align: left;
}

.cc-podcast .category__title {
  color: #ffffff;
  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-podcast .category__title img {

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

/* If header justification: left and header style: both_horizontal | icon_only */
/* place icon off canvas when not on small screen */
/*  */
@media (min-width: 978px) {
  .cc-podcast .category__title img {
    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-podcast .category__title--lozenge .category__title__text {
  background-color: #ffffff;
  /* Lean towards white for the lozenges */
  color: #000000;
}

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

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

.cc-podcast blockquote {
  border-left-color: #38416f;
}

.cc-podcast .item__title a {
  color: #4dd4ff;
}
.cc-podcast .item__title a:hover,
.cc-podcast .item__title a:focus {
  color: #3eaacc;
}

  /* Embedded link colors */
  /*  */

.cc-podcast p a,
.cc-podcast ul li a {
  color: #4dd4ff;
}
.cc-podcast p a:hover,
.cc-podcast p a:active,
.cc-podcast ul li a:hover,
.cc-podcast ul li a:active {
  color: #41b4d9;
}

.cc-podcast .item__footer {
  color: #ffffff;
}
.cc-podcast .item__footer a {
  color: #4dd4ff;
}
.cc-podcast .item__footer a:hover,
.cc-podcast .item__footer a:active {
  color: #41b4d9;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-podcast.category__footer h2 {
  border: 1px solid #ffffff;
}
.cc-podcast.category__footer a {
  color: #4dd4ff;
}
.cc-podcast.category__footer a:hover,
.cc-podcast.category__footer a:focus {
  color: #3eaacc;
}

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

.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(76,84,120,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: #0074df;
  color: #0074df;
}

/* 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(51,62,72,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 #e6e6e6;
  -webkit-background-clip: padding-box;
}

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

.cta--header .cta-tabs button {
  color: rgba(51,62,72,0.6);
}
.cta--header .cta-tabs button:hover,
.cta--header .cta-tabs button.active {
  border-top-color: rgba(51,62,72,0.8);
  color: #333e48;
}

.header--withimage .cta--header .btn {
  background-color: #0074df;
}
.header--withimage .cta--header .btn:hover,
.header--withimage .cta--header .btn:focus {
  background-color: #006ed4;
}


/* Subscription pages */
/*  */
.subscription__resubscribe__btn {
  color: #0074df;
}
.subscription__resubscribe__btn:hover,
.subscription__resubscribe__btn:focus {
  color: #269aff;
}


/* Pages */
/*  */
.page h2:before {
  border-top-color: rgba(76,84,120,0.7);
}
.page__header {
  color: rgba(76,84,120,0.7);
}
.page__header b,
.page__header strong {
  color: rgba(61,67,96,0.7);
}
.page .terms--custom {
  border-top: 1px solid rgba(76,84,120,0.7);
}

/* Sponsorship pages */
/*  */
.sponsorship a {
  color: #0074df;
}
.sponsorship a:hover,
.sponsorship a:active {
  color: #269aff;
}

.sponsorship__quicklinks {
  color: rgba(76,84,120,0.7);
}
.sponsorship__quicklinks a {
  color: rgba(76,84,120,0.7);
}
.sponsorship__quicklinks a:hover,
.sponsorship__quicklinks a:active {
  color: #444c6c;
}

.sponsorship__nextavailable.with_divider:before {
  border-top-color: rgba(76,84,120,0.6);
}
.sponsorship__nextavailable h4 {
  color: rgba(76,84,120,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: #4c5478;
}
.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(76,84,120,0.7);
}

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

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

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

.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: #ffffff;
  color: #333e48;
}
.home--noissue body {
  background-color: transparent;
}
.home--noissue .footer {
  background-color: #ffffff;
  color: #333e48;
}
.home--noissue .footer a {
  color: rgba(51,62,72,0.8);
}
.home--noissue .footer a:hover,
.home--noissue .footer a:active {
  color: #333e48;
}
.home--noissue .footer .i .recaptcha-terms {
  color: rgba(51,62,72,0.5);
}
.home--noissue .footer .i .recaptcha-terms a {
  color: rgba(51,62,72,0.5);
}

.home--noissue .footer .social a svg {
  fill: rgba(51,62,72,0.8);
}
.home--noissue .footer .social a:hover svg {
  fill: #333e48;
}


.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;
}
