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

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

/* Default .btn */
/*  */
.btn {
  background-color: #1c35d1;
  color: #FFFFFF;
}
.btn:hover,
.btn:focus {
  background-color: #425bf7;
  color: #FFFFFF;
}

/* Header */
.header {
  background-color: #1c35d1;
  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: #11207d;
}
.header :-ms-input-placeholder {
  color: #11207d;
}
.header ::placeholder {
  color: #11207d;
}

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

  color: #000000;
}

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

.header .btn:hover,
.btn-primary:hover,
.header .btn:focus,
.btn-primary:focus {
  background-color: #e6ca02;
  color: #000000;

}


.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(29,29,29,0.2);
}

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

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

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

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

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


.cc-video {
  background-color: #FFFFFF;
  color: #1d1d1d;
  text-align: center;
}

.cc-video .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-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 */
  /*  */
@media (min-width: 760px) {
  .cc-video .item--issue p {
    margin-left: 56px;
    margin-right: 56px;
  }
}

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */
.cc-video ol,
.cc-video ul {
  margin-left: 0;
}

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

.cc-video .item__title a {
  color: #1836e0;
}
.cc-video .item__title a:hover,
.cc-video .item__title a:focus {
  color: #132bb3;
}

  /* Embedded link colors */
  /*  */

.cc-video p a,
.cc-video ul li a {
  color: #1836e0;
}
.cc-video p a:hover,
.cc-video p a:active,
.cc-video ul li a:hover,
.cc-video ul li a:active {
  color: #3e5cff;
}

.cc-video .item__footer {
  color: #1d1d1d;
}
.cc-video .item__footer a {
  color: #1836e0;
}
.cc-video .item__footer a:hover,
.cc-video .item__footer a:active {
  color: #3e5cff;
}


  /* 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 #1d1d1d;
}
.cc-video.category__footer a {
  color: #1836e0;
}
.cc-video.category__footer a:hover,
.cc-video.category__footer a:focus {
  color: #132bb3;
}
/* 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: #454547;
}

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

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


.cc-news {
  background-color: #FFFFFF;
  color: #1d1d1d;
  text-align: center;
}

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

  /* If title category_header_justification: left give icon some space */
  /*  */
}

/* 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 */
  /*  */
@media (min-width: 760px) {
  .cc-news .item--issue p {
    margin-left: 56px;
    margin-right: 56px;
  }
}

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */
.cc-news ol,
.cc-news ul {
  margin-left: 0;
}

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

.cc-news .item__title a {
  color: #1836e0;
}
.cc-news .item__title a:hover,
.cc-news .item__title a:focus {
  color: #132bb3;
}

  /* Embedded link colors */
  /*  */

.cc-news p a,
.cc-news ul li a {
  color: #1836e0;
}
.cc-news p a:hover,
.cc-news p a:active,
.cc-news ul li a:hover,
.cc-news ul li a:active {
  color: #3e5cff;
}

.cc-news .item__footer {
  color: #1d1d1d;
}
.cc-news .item__footer a {
  color: #1836e0;
}
.cc-news .item__footer a:hover,
.cc-news .item__footer a:active {
  color: #3e5cff;
}


  /* 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 #1d1d1d;
}
.cc-news.category__footer a {
  color: #1836e0;
}
.cc-news.category__footer a:hover,
.cc-news.category__footer a:focus {
  color: #132bb3;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-glassdigital {
  background-color: #FFFFFF;
  color: #1d1d1d;
  text-align: center;
}

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

  /* If title category_header_justification: left give icon some space */
  /*  */
}

/* 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-glassdigital .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 */
  /*  */
@media (min-width: 760px) {
  .cc-glassdigital .item--issue p {
    margin-left: 56px;
    margin-right: 56px;
  }
}

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */
.cc-glassdigital ol,
.cc-glassdigital ul {
  margin-left: 0;
}

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

.cc-glassdigital .item__title a {
  color: #1836e0;
}
.cc-glassdigital .item__title a:hover,
.cc-glassdigital .item__title a:focus {
  color: #132bb3;
}

  /* Embedded link colors */
  /*  */

.cc-glassdigital p a,
.cc-glassdigital ul li a {
  color: #1836e0;
}
.cc-glassdigital p a:hover,
.cc-glassdigital p a:active,
.cc-glassdigital ul li a:hover,
.cc-glassdigital ul li a:active {
  color: #3e5cff;
}

.cc-glassdigital .item__footer {
  color: #1d1d1d;
}
.cc-glassdigital .item__footer a {
  color: #1836e0;
}
.cc-glassdigital .item__footer a:hover,
.cc-glassdigital .item__footer a:active {
  color: #3e5cff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-glassdigital.category__footer h2 {
  border: 1px solid #1d1d1d;
}
.cc-glassdigital.category__footer a {
  color: #1836e0;
}
.cc-glassdigital.category__footer a:hover,
.cc-glassdigital.category__footer a:focus {
  color: #132bb3;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-geo {
  background-color: #FFFFFF;
  color: #1d1d1d;
  text-align: center;
}

.cc-geo .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-geo .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-geo .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 */
  /*  */
@media (min-width: 760px) {
  .cc-geo .item--issue p {
    margin-left: 56px;
    margin-right: 56px;
  }
}

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */
.cc-geo ol,
.cc-geo ul {
  margin-left: 0;
}

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

.cc-geo .item__title a {
  color: #1836e0;
}
.cc-geo .item__title a:hover,
.cc-geo .item__title a:focus {
  color: #132bb3;
}

  /* Embedded link colors */
  /*  */

.cc-geo p a,
.cc-geo ul li a {
  color: #1836e0;
}
.cc-geo p a:hover,
.cc-geo p a:active,
.cc-geo ul li a:hover,
.cc-geo ul li a:active {
  color: #3e5cff;
}

.cc-geo .item__footer {
  color: #1d1d1d;
}
.cc-geo .item__footer a {
  color: #1836e0;
}
.cc-geo .item__footer a:hover,
.cc-geo .item__footer a:active {
  color: #3e5cff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-geo.category__footer h2 {
  border: 1px solid #1d1d1d;
}
.cc-geo.category__footer a {
  color: #1836e0;
}
.cc-geo.category__footer a:hover,
.cc-geo.category__footer a:focus {
  color: #132bb3;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-seo {
  background-color: #FFFFFF;
  color: #1d1d1d;
  text-align: center;
}

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

  /* If title category_header_justification: left give icon some space */
  /*  */
}

/* 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-seo .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 */
  /*  */
@media (min-width: 760px) {
  .cc-seo .item--issue p {
    margin-left: 56px;
    margin-right: 56px;
  }
}

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */
.cc-seo ol,
.cc-seo ul {
  margin-left: 0;
}

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

.cc-seo .item__title a {
  color: #1836e0;
}
.cc-seo .item__title a:hover,
.cc-seo .item__title a:focus {
  color: #132bb3;
}

  /* Embedded link colors */
  /*  */

.cc-seo p a,
.cc-seo ul li a {
  color: #1836e0;
}
.cc-seo p a:hover,
.cc-seo p a:active,
.cc-seo ul li a:hover,
.cc-seo ul li a:active {
  color: #3e5cff;
}

.cc-seo .item__footer {
  color: #1d1d1d;
}
.cc-seo .item__footer a {
  color: #1836e0;
}
.cc-seo .item__footer a:hover,
.cc-seo .item__footer a:active {
  color: #3e5cff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-seo.category__footer h2 {
  border: 1px solid #1d1d1d;
}
.cc-seo.category__footer a {
  color: #1836e0;
}
.cc-seo.category__footer a:hover,
.cc-seo.category__footer a:focus {
  color: #132bb3;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-technicalseo {
  background-color: #FFFFFF;
  color: #1d1d1d;
  text-align: center;
}

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

  /* If title category_header_justification: left give icon some space */
  /*  */
}

/* 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-technicalseo .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 */
  /*  */
@media (min-width: 760px) {
  .cc-technicalseo .item--issue p {
    margin-left: 56px;
    margin-right: 56px;
  }
}

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */
.cc-technicalseo ol,
.cc-technicalseo ul {
  margin-left: 0;
}

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

.cc-technicalseo .item__title a {
  color: #1836e0;
}
.cc-technicalseo .item__title a:hover,
.cc-technicalseo .item__title a:focus {
  color: #132bb3;
}

  /* Embedded link colors */
  /*  */

.cc-technicalseo p a,
.cc-technicalseo ul li a {
  color: #1836e0;
}
.cc-technicalseo p a:hover,
.cc-technicalseo p a:active,
.cc-technicalseo ul li a:hover,
.cc-technicalseo ul li a:active {
  color: #3e5cff;
}

.cc-technicalseo .item__footer {
  color: #1d1d1d;
}
.cc-technicalseo .item__footer a {
  color: #1836e0;
}
.cc-technicalseo .item__footer a:hover,
.cc-technicalseo .item__footer a:active {
  color: #3e5cff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-technicalseo.category__footer h2 {
  border: 1px solid #1d1d1d;
}
.cc-technicalseo.category__footer a {
  color: #1836e0;
}
.cc-technicalseo.category__footer a:hover,
.cc-technicalseo.category__footer a:focus {
  color: #132bb3;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-ppc {
  background-color: #FFFFFF;
  color: #1d1d1d;
  text-align: center;
}

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

  /* If title category_header_justification: left give icon some space */
  /*  */
}

/* 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-ppc .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 */
  /*  */
@media (min-width: 760px) {
  .cc-ppc .item--issue p {
    margin-left: 56px;
    margin-right: 56px;
  }
}

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */
.cc-ppc ol,
.cc-ppc ul {
  margin-left: 0;
}

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

.cc-ppc .item__title a {
  color: #1836e0;
}
.cc-ppc .item__title a:hover,
.cc-ppc .item__title a:focus {
  color: #132bb3;
}

  /* Embedded link colors */
  /*  */

.cc-ppc p a,
.cc-ppc ul li a {
  color: #1836e0;
}
.cc-ppc p a:hover,
.cc-ppc p a:active,
.cc-ppc ul li a:hover,
.cc-ppc ul li a:active {
  color: #3e5cff;
}

.cc-ppc .item__footer {
  color: #1d1d1d;
}
.cc-ppc .item__footer a {
  color: #1836e0;
}
.cc-ppc .item__footer a:hover,
.cc-ppc .item__footer a:active {
  color: #3e5cff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-ppc.category__footer h2 {
  border: 1px solid #1d1d1d;
}
.cc-ppc.category__footer a {
  color: #1836e0;
}
.cc-ppc.category__footer a:hover,
.cc-ppc.category__footer a:focus {
  color: #132bb3;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-paidsocial {
  background-color: #FFFFFF;
  color: #1d1d1d;
  text-align: center;
}

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

  /* If title category_header_justification: left give icon some space */
  /*  */
}

/* 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-paidsocial .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 */
  /*  */
@media (min-width: 760px) {
  .cc-paidsocial .item--issue p {
    margin-left: 56px;
    margin-right: 56px;
  }
}

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */
.cc-paidsocial ol,
.cc-paidsocial ul {
  margin-left: 0;
}

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

.cc-paidsocial .item__title a {
  color: #1836e0;
}
.cc-paidsocial .item__title a:hover,
.cc-paidsocial .item__title a:focus {
  color: #132bb3;
}

  /* Embedded link colors */
  /*  */

.cc-paidsocial p a,
.cc-paidsocial ul li a {
  color: #1836e0;
}
.cc-paidsocial p a:hover,
.cc-paidsocial p a:active,
.cc-paidsocial ul li a:hover,
.cc-paidsocial ul li a:active {
  color: #3e5cff;
}

.cc-paidsocial .item__footer {
  color: #1d1d1d;
}
.cc-paidsocial .item__footer a {
  color: #1836e0;
}
.cc-paidsocial .item__footer a:hover,
.cc-paidsocial .item__footer a:active {
  color: #3e5cff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-paidsocial.category__footer h2 {
  border: 1px solid #1d1d1d;
}
.cc-paidsocial.category__footer a {
  color: #1836e0;
}
.cc-paidsocial.category__footer a:hover,
.cc-paidsocial.category__footer a:focus {
  color: #132bb3;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-affiliatemarketing {
  background-color: #FFFFFF;
  color: #1d1d1d;
  text-align: center;
}

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

  /* If title category_header_justification: left give icon some space */
  /*  */
}

/* 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-affiliatemarketing .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 */
  /*  */
@media (min-width: 760px) {
  .cc-affiliatemarketing .item--issue p {
    margin-left: 56px;
    margin-right: 56px;
  }
}

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */
.cc-affiliatemarketing ol,
.cc-affiliatemarketing ul {
  margin-left: 0;
}

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

.cc-affiliatemarketing .item__title a {
  color: #1836e0;
}
.cc-affiliatemarketing .item__title a:hover,
.cc-affiliatemarketing .item__title a:focus {
  color: #132bb3;
}

  /* Embedded link colors */
  /*  */

.cc-affiliatemarketing p a,
.cc-affiliatemarketing ul li a {
  color: #1836e0;
}
.cc-affiliatemarketing p a:hover,
.cc-affiliatemarketing p a:active,
.cc-affiliatemarketing ul li a:hover,
.cc-affiliatemarketing ul li a:active {
  color: #3e5cff;
}

.cc-affiliatemarketing .item__footer {
  color: #1d1d1d;
}
.cc-affiliatemarketing .item__footer a {
  color: #1836e0;
}
.cc-affiliatemarketing .item__footer a:hover,
.cc-affiliatemarketing .item__footer a:active {
  color: #3e5cff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-affiliatemarketing.category__footer h2 {
  border: 1px solid #1d1d1d;
}
.cc-affiliatemarketing.category__footer a {
  color: #1836e0;
}
.cc-affiliatemarketing.category__footer a:hover,
.cc-affiliatemarketing.category__footer a:focus {
  color: #132bb3;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-contentmarketing {
  background-color: #FFFFFF;
  color: #1d1d1d;
  text-align: center;
}

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

  /* If title category_header_justification: left give icon some space */
  /*  */
}

/* 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-contentmarketing .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 */
  /*  */
@media (min-width: 760px) {
  .cc-contentmarketing .item--issue p {
    margin-left: 56px;
    margin-right: 56px;
  }
}

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */
.cc-contentmarketing ol,
.cc-contentmarketing ul {
  margin-left: 0;
}

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

.cc-contentmarketing .item__title a {
  color: #1836e0;
}
.cc-contentmarketing .item__title a:hover,
.cc-contentmarketing .item__title a:focus {
  color: #132bb3;
}

  /* Embedded link colors */
  /*  */

.cc-contentmarketing p a,
.cc-contentmarketing ul li a {
  color: #1836e0;
}
.cc-contentmarketing p a:hover,
.cc-contentmarketing p a:active,
.cc-contentmarketing ul li a:hover,
.cc-contentmarketing ul li a:active {
  color: #3e5cff;
}

.cc-contentmarketing .item__footer {
  color: #1d1d1d;
}
.cc-contentmarketing .item__footer a {
  color: #1836e0;
}
.cc-contentmarketing .item__footer a:hover,
.cc-contentmarketing .item__footer a:active {
  color: #3e5cff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-contentmarketing.category__footer h2 {
  border: 1px solid #1d1d1d;
}
.cc-contentmarketing.category__footer a {
  color: #1836e0;
}
.cc-contentmarketing.category__footer a:hover,
.cc-contentmarketing.category__footer a:focus {
  color: #132bb3;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-contentoptimisation {
  background-color: #FFFFFF;
  color: #1d1d1d;
  text-align: center;
}

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

  /* If title category_header_justification: left give icon some space */
  /*  */
}

/* 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-contentoptimisation .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 */
  /*  */
@media (min-width: 760px) {
  .cc-contentoptimisation .item--issue p {
    margin-left: 56px;
    margin-right: 56px;
  }
}

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */
.cc-contentoptimisation ol,
.cc-contentoptimisation ul {
  margin-left: 0;
}

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

.cc-contentoptimisation .item__title a {
  color: #1836e0;
}
.cc-contentoptimisation .item__title a:hover,
.cc-contentoptimisation .item__title a:focus {
  color: #132bb3;
}

  /* Embedded link colors */
  /*  */

.cc-contentoptimisation p a,
.cc-contentoptimisation ul li a {
  color: #1836e0;
}
.cc-contentoptimisation p a:hover,
.cc-contentoptimisation p a:active,
.cc-contentoptimisation ul li a:hover,
.cc-contentoptimisation ul li a:active {
  color: #3e5cff;
}

.cc-contentoptimisation .item__footer {
  color: #1d1d1d;
}
.cc-contentoptimisation .item__footer a {
  color: #1836e0;
}
.cc-contentoptimisation .item__footer a:hover,
.cc-contentoptimisation .item__footer a:active {
  color: #3e5cff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-contentoptimisation.category__footer h2 {
  border: 1px solid #1d1d1d;
}
.cc-contentoptimisation.category__footer a {
  color: #1836e0;
}
.cc-contentoptimisation.category__footer a:hover,
.cc-contentoptimisation.category__footer a:focus {
  color: #132bb3;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-digitalpr {
  background-color: #FFFFFF;
  color: #1d1d1d;
  text-align: center;
}

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

  /* If title category_header_justification: left give icon some space */
  /*  */
}

/* 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-digitalpr .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 */
  /*  */
@media (min-width: 760px) {
  .cc-digitalpr .item--issue p {
    margin-left: 56px;
    margin-right: 56px;
  }
}

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */
.cc-digitalpr ol,
.cc-digitalpr ul {
  margin-left: 0;
}

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

.cc-digitalpr .item__title a {
  color: #1836e0;
}
.cc-digitalpr .item__title a:hover,
.cc-digitalpr .item__title a:focus {
  color: #132bb3;
}

  /* Embedded link colors */
  /*  */

.cc-digitalpr p a,
.cc-digitalpr ul li a {
  color: #1836e0;
}
.cc-digitalpr p a:hover,
.cc-digitalpr p a:active,
.cc-digitalpr ul li a:hover,
.cc-digitalpr ul li a:active {
  color: #3e5cff;
}

.cc-digitalpr .item__footer {
  color: #1d1d1d;
}
.cc-digitalpr .item__footer a {
  color: #1836e0;
}
.cc-digitalpr .item__footer a:hover,
.cc-digitalpr .item__footer a:active {
  color: #3e5cff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-digitalpr.category__footer h2 {
  border: 1px solid #1d1d1d;
}
.cc-digitalpr.category__footer a {
  color: #1836e0;
}
.cc-digitalpr.category__footer a:hover,
.cc-digitalpr.category__footer a:focus {
  color: #132bb3;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-linkbuilding {
  background-color: #FFFFFF;
  color: #1d1d1d;
  text-align: center;
}

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

  /* If title category_header_justification: left give icon some space */
  /*  */
}

/* 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-linkbuilding .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 */
  /*  */
@media (min-width: 760px) {
  .cc-linkbuilding .item--issue p {
    margin-left: 56px;
    margin-right: 56px;
  }
}

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */
.cc-linkbuilding ol,
.cc-linkbuilding ul {
  margin-left: 0;
}

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

.cc-linkbuilding .item__title a {
  color: #1836e0;
}
.cc-linkbuilding .item__title a:hover,
.cc-linkbuilding .item__title a:focus {
  color: #132bb3;
}

  /* Embedded link colors */
  /*  */

.cc-linkbuilding p a,
.cc-linkbuilding ul li a {
  color: #1836e0;
}
.cc-linkbuilding p a:hover,
.cc-linkbuilding p a:active,
.cc-linkbuilding ul li a:hover,
.cc-linkbuilding ul li a:active {
  color: #3e5cff;
}

.cc-linkbuilding .item__footer {
  color: #1d1d1d;
}
.cc-linkbuilding .item__footer a {
  color: #1836e0;
}
.cc-linkbuilding .item__footer a:hover,
.cc-linkbuilding .item__footer a:active {
  color: #3e5cff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-linkbuilding.category__footer h2 {
  border: 1px solid #1d1d1d;
}
.cc-linkbuilding.category__footer a {
  color: #1836e0;
}
.cc-linkbuilding.category__footer a:hover,
.cc-linkbuilding.category__footer a:focus {
  color: #132bb3;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-socialmedia {
  background-color: #FFFFFF;
  color: #1d1d1d;
  text-align: center;
}

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

  /* If title category_header_justification: left give icon some space */
  /*  */
}

/* 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-socialmedia .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 */
  /*  */
@media (min-width: 760px) {
  .cc-socialmedia .item--issue p {
    margin-left: 56px;
    margin-right: 56px;
  }
}

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */
.cc-socialmedia ol,
.cc-socialmedia ul {
  margin-left: 0;
}

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

.cc-socialmedia .item__title a {
  color: #1836e0;
}
.cc-socialmedia .item__title a:hover,
.cc-socialmedia .item__title a:focus {
  color: #132bb3;
}

  /* Embedded link colors */
  /*  */

.cc-socialmedia p a,
.cc-socialmedia ul li a {
  color: #1836e0;
}
.cc-socialmedia p a:hover,
.cc-socialmedia p a:active,
.cc-socialmedia ul li a:hover,
.cc-socialmedia ul li a:active {
  color: #3e5cff;
}

.cc-socialmedia .item__footer {
  color: #1d1d1d;
}
.cc-socialmedia .item__footer a {
  color: #1836e0;
}
.cc-socialmedia .item__footer a:hover,
.cc-socialmedia .item__footer a:active {
  color: #3e5cff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-socialmedia.category__footer h2 {
  border: 1px solid #1d1d1d;
}
.cc-socialmedia.category__footer a {
  color: #1836e0;
}
.cc-socialmedia.category__footer a:hover,
.cc-socialmedia.category__footer a:focus {
  color: #132bb3;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-googleshopping {
  background-color: #FFFFFF;
  color: #1d1d1d;
  text-align: center;
}

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

  /* If title category_header_justification: left give icon some space */
  /*  */
}

/* 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-googleshopping .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 */
  /*  */
@media (min-width: 760px) {
  .cc-googleshopping .item--issue p {
    margin-left: 56px;
    margin-right: 56px;
  }
}

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */
.cc-googleshopping ol,
.cc-googleshopping ul {
  margin-left: 0;
}

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

.cc-googleshopping .item__title a {
  color: #1836e0;
}
.cc-googleshopping .item__title a:hover,
.cc-googleshopping .item__title a:focus {
  color: #132bb3;
}

  /* Embedded link colors */
  /*  */

.cc-googleshopping p a,
.cc-googleshopping ul li a {
  color: #1836e0;
}
.cc-googleshopping p a:hover,
.cc-googleshopping p a:active,
.cc-googleshopping ul li a:hover,
.cc-googleshopping ul li a:active {
  color: #3e5cff;
}

.cc-googleshopping .item__footer {
  color: #1d1d1d;
}
.cc-googleshopping .item__footer a {
  color: #1836e0;
}
.cc-googleshopping .item__footer a:hover,
.cc-googleshopping .item__footer a:active {
  color: #3e5cff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-googleshopping.category__footer h2 {
  border: 1px solid #1d1d1d;
}
.cc-googleshopping.category__footer a {
  color: #1836e0;
}
.cc-googleshopping.category__footer a:hover,
.cc-googleshopping.category__footer a:focus {
  color: #132bb3;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-localseo {
  background-color: #FFFFFF;
  color: #1d1d1d;
  text-align: center;
}

.cc-localseo .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-localseo .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-localseo .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 */
  /*  */
@media (min-width: 760px) {
  .cc-localseo .item--issue p {
    margin-left: 56px;
    margin-right: 56px;
  }
}

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */
.cc-localseo ol,
.cc-localseo ul {
  margin-left: 0;
}

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

.cc-localseo .item__title a {
  color: #1836e0;
}
.cc-localseo .item__title a:hover,
.cc-localseo .item__title a:focus {
  color: #132bb3;
}

  /* Embedded link colors */
  /*  */

.cc-localseo p a,
.cc-localseo ul li a {
  color: #1836e0;
}
.cc-localseo p a:hover,
.cc-localseo p a:active,
.cc-localseo ul li a:hover,
.cc-localseo ul li a:active {
  color: #3e5cff;
}

.cc-localseo .item__footer {
  color: #1d1d1d;
}
.cc-localseo .item__footer a {
  color: #1836e0;
}
.cc-localseo .item__footer a:hover,
.cc-localseo .item__footer a:active {
  color: #3e5cff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-localseo.category__footer h2 {
  border: 1px solid #1d1d1d;
}
.cc-localseo.category__footer a {
  color: #1836e0;
}
.cc-localseo.category__footer a:hover,
.cc-localseo.category__footer a:focus {
  color: #132bb3;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-emailmarketing {
  background-color: #FFFFFF;
  color: #1d1d1d;
  text-align: center;
}

.cc-emailmarketing .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-emailmarketing .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-emailmarketing .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 */
  /*  */
@media (min-width: 760px) {
  .cc-emailmarketing .item--issue p {
    margin-left: 56px;
    margin-right: 56px;
  }
}

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */
.cc-emailmarketing ol,
.cc-emailmarketing ul {
  margin-left: 0;
}

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

.cc-emailmarketing .item__title a {
  color: #1836e0;
}
.cc-emailmarketing .item__title a:hover,
.cc-emailmarketing .item__title a:focus {
  color: #132bb3;
}

  /* Embedded link colors */
  /*  */

.cc-emailmarketing p a,
.cc-emailmarketing ul li a {
  color: #1836e0;
}
.cc-emailmarketing p a:hover,
.cc-emailmarketing p a:active,
.cc-emailmarketing ul li a:hover,
.cc-emailmarketing ul li a:active {
  color: #3e5cff;
}

.cc-emailmarketing .item__footer {
  color: #1d1d1d;
}
.cc-emailmarketing .item__footer a {
  color: #1836e0;
}
.cc-emailmarketing .item__footer a:hover,
.cc-emailmarketing .item__footer a:active {
  color: #3e5cff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-emailmarketing.category__footer h2 {
  border: 1px solid #1d1d1d;
}
.cc-emailmarketing.category__footer a {
  color: #1836e0;
}
.cc-emailmarketing.category__footer a:hover,
.cc-emailmarketing.category__footer a:focus {
  color: #132bb3;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-aioverviews {
  background-color: #FFFFFF;
  color: #1d1d1d;
  text-align: center;
}

.cc-aioverviews .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-aioverviews .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-aioverviews .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 */
  /*  */
@media (min-width: 760px) {
  .cc-aioverviews .item--issue p {
    margin-left: 56px;
    margin-right: 56px;
  }
}

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */
.cc-aioverviews ol,
.cc-aioverviews ul {
  margin-left: 0;
}

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

.cc-aioverviews .item__title a {
  color: #1836e0;
}
.cc-aioverviews .item__title a:hover,
.cc-aioverviews .item__title a:focus {
  color: #132bb3;
}

  /* Embedded link colors */
  /*  */

.cc-aioverviews p a,
.cc-aioverviews ul li a {
  color: #1836e0;
}
.cc-aioverviews p a:hover,
.cc-aioverviews p a:active,
.cc-aioverviews ul li a:hover,
.cc-aioverviews ul li a:active {
  color: #3e5cff;
}

.cc-aioverviews .item__footer {
  color: #1d1d1d;
}
.cc-aioverviews .item__footer a {
  color: #1836e0;
}
.cc-aioverviews .item__footer a:hover,
.cc-aioverviews .item__footer a:active {
  color: #3e5cff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-aioverviews.category__footer h2 {
  border: 1px solid #1d1d1d;
}
.cc-aioverviews.category__footer a {
  color: #1836e0;
}
.cc-aioverviews.category__footer a:hover,
.cc-aioverviews.category__footer a:focus {
  color: #132bb3;
}
/* 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: #1836e0;
}

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


.cc-ai {
  background-color: #FFFFFF;
  color: #1d1d1d;
  text-align: center;
}

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

  /* If text alignment is center, give p .item--issue left and right margin */
  /*  */
@media (min-width: 760px) {
  .cc-ai .item--issue p {
    margin-left: 56px;
    margin-right: 56px;
  }
}

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */
.cc-ai ol,
.cc-ai ul {
  margin-left: 0;
}

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

.cc-ai .item__title a {
  color: #1836e0;
}
.cc-ai .item__title a:hover,
.cc-ai .item__title a:focus {
  color: #132bb3;
}

  /* Embedded link colors */
  /*  */

.cc-ai p a,
.cc-ai ul li a {
  color: #1836e0;
}
.cc-ai p a:hover,
.cc-ai p a:active,
.cc-ai ul li a:hover,
.cc-ai ul li a:active {
  color: #3e5cff;
}

.cc-ai .item__footer {
  color: #1d1d1d;
}
.cc-ai .item__footer a {
  color: #1836e0;
}
.cc-ai .item__footer a:hover,
.cc-ai .item__footer a:active {
  color: #3e5cff;
}


  /* 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 #1d1d1d;
}
.cc-ai.category__footer a {
  color: #1836e0;
}
.cc-ai.category__footer a:hover,
.cc-ai.category__footer a:focus {
  color: #132bb3;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-general {
  background-color: #FFFFFF;
  color: #1d1d1d;
  text-align: center;
}

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

  /* If title category_header_justification: left give icon some space */
  /*  */
}

/* 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-general .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 */
  /*  */
@media (min-width: 760px) {
  .cc-general .item--issue p {
    margin-left: 56px;
    margin-right: 56px;
  }
}

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */
.cc-general ol,
.cc-general ul {
  margin-left: 0;
}

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

.cc-general .item__title a {
  color: #1836e0;
}
.cc-general .item__title a:hover,
.cc-general .item__title a:focus {
  color: #132bb3;
}

  /* Embedded link colors */
  /*  */

.cc-general p a,
.cc-general ul li a {
  color: #1836e0;
}
.cc-general p a:hover,
.cc-general p a:active,
.cc-general ul li a:hover,
.cc-general ul li a:active {
  color: #3e5cff;
}

.cc-general .item__footer {
  color: #1d1d1d;
}
.cc-general .item__footer a {
  color: #1836e0;
}
.cc-general .item__footer a:hover,
.cc-general .item__footer a:active {
  color: #3e5cff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-general.category__footer h2 {
  border: 1px solid #1d1d1d;
}
.cc-general.category__footer a {
  color: #1836e0;
}
.cc-general.category__footer a:hover,
.cc-general.category__footer a:focus {
  color: #132bb3;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-aeo {
  background-color: #FFFFFF;
  color: #1d1d1d;
  text-align: center;
}

.cc-aeo .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-aeo .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-aeo .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 */
  /*  */
@media (min-width: 760px) {
  .cc-aeo .item--issue p {
    margin-left: 56px;
    margin-right: 56px;
  }
}

  /* If title alignment is center, remove margin-left from ol and ul */
  /*  */
.cc-aeo ol,
.cc-aeo ul {
  margin-left: 0;
}

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

.cc-aeo .item__title a {
  color: #1836e0;
}
.cc-aeo .item__title a:hover,
.cc-aeo .item__title a:focus {
  color: #132bb3;
}

  /* Embedded link colors */
  /*  */

.cc-aeo p a,
.cc-aeo ul li a {
  color: #1836e0;
}
.cc-aeo p a:hover,
.cc-aeo p a:active,
.cc-aeo ul li a:hover,
.cc-aeo ul li a:active {
  color: #3e5cff;
}

.cc-aeo .item__footer {
  color: #1d1d1d;
}
.cc-aeo .item__footer a {
  color: #1836e0;
}
.cc-aeo .item__footer a:hover,
.cc-aeo .item__footer a:active {
  color: #3e5cff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-aeo.category__footer h2 {
  border: 1px solid #1d1d1d;
}
.cc-aeo.category__footer a {
  color: #1836e0;
}
.cc-aeo.category__footer a:hover,
.cc-aeo.category__footer a:focus {
  color: #132bb3;
}

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

.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(29,29,29,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: #1836e0;
  color: #1836e0;
}

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


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

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

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

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

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

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


/* Subscription pages */
/*  */
.subscription__resubscribe__btn {
  color: #1836e0;
}
.subscription__resubscribe__btn:hover,
.subscription__resubscribe__btn:focus {
  color: #3e5cff;
}


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

/* Sponsorship pages */
/*  */
.sponsorship a {
  color: #1836e0;
}
.sponsorship a:hover,
.sponsorship a:active {
  color: #3e5cff;
}

.sponsorship__quicklinks {
  color: rgba(29,29,29,0.7);
}
.sponsorship__quicklinks a {
  color: rgba(29,29,29,0.7);
}
.sponsorship__quicklinks a:hover,
.sponsorship__quicklinks a:active {
  color: #1a1a1a;
}

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

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

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

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

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

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


.header--withimage .header {
  background-image: url(https://dxj7eshgz03ln.cloudfront.net/production/publication/header_background_image/17011/medium_dbb09626-2a21-4603-a309-150295da84f7.png);
}
@media (min-width: 760px) {
  .header--withimage .header {
    background-image: url(https://dxj7eshgz03ln.cloudfront.net/production/publication/header_background_image/17011/large_dbb09626-2a21-4603-a309-150295da84f7.png);
  }
}

/* Home page no issue overwrites with image */
/* ### HARDCODED: to be adjusted when implemented into theme */
/*  */
.home--noissue.header--withimage {
  background-attachment: fixed;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(https://dxj7eshgz03ln.cloudfront.net/production/publication/header_background_image/17011/medium_dbb09626-2a21-4603-a309-150295da84f7.png);
}
@media (min-width: 760px) {
  .home--noissue.header--withimage {
    background-image: url(https://dxj7eshgz03ln.cloudfront.net/production/publication/header_background_image/17011/large_dbb09626-2a21-4603-a309-150295da84f7.png);
  }
}

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

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