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

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

/* Default .btn */
/*  */
.btn {
  background-color: #143575;
  color: #ffffff;
}
.btn:hover,
.btn:focus {
  background-color: #3a5b9b;
  color: #ffffff;
}

/* Header */
.header {
  background-color: #143575;
  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: #0c2046;
}
.header :-ms-input-placeholder {
  color: #0c2046;
}
.header ::placeholder {
  color: #0c2046;
}

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

  color: #FFFFFF;
}

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

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

}


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

/* Item */
/*  */

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

.item__heading {
  /* This is .item__heading on search and archives */
  color: #1564e9;
}
.item__footer {
  /* This is .item__footer on search and archives */
  color: rgba(250,250,254,0.7);
}

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

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

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

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


.cc-manufacturing {
  background-color: #f8f8f8;
  color: #fdfdfd;
  text-align: left;
}

.cc-manufacturing .category__title {
  color: #0d3f76;
  text-align: left;

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

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

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

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

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

.cc-manufacturing blockquote {
  border-left-color: #c6c6c6;
}

.cc-manufacturing .item__title a {
  color: #1564e9;
}
.cc-manufacturing .item__title a:hover,
.cc-manufacturing .item__title a:focus {
  color: #1150ba;
}

  /* Embedded link colors */
  /*  */

.cc-manufacturing p a,
.cc-manufacturing ul li a {
  color: #1564e9;
}
.cc-manufacturing p a:hover,
.cc-manufacturing p a:active,
.cc-manufacturing ul li a:hover,
.cc-manufacturing ul li a:active {
  color: #3b8aff;
}

.cc-manufacturing .item__footer {
  color: #fdfdfd;
}
.cc-manufacturing .item__footer a {
  color: #1564e9;
}
.cc-manufacturing .item__footer a:hover,
.cc-manufacturing .item__footer a:active {
  color: #3b8aff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-manufacturing.category__footer h2 {
  border: 1px solid #fdfdfd;
}
.cc-manufacturing.category__footer a {
  color: #1564e9;
}
.cc-manufacturing.category__footer a:hover,
.cc-manufacturing.category__footer a:focus {
  color: #1150ba;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-technologytuesday {
  background-color: #FFFFFF;
  color: #fafafe;
  text-align: left;
}

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

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

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

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

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

.cc-technologytuesday .item__title a {
  color: #1564e9;
}
.cc-technologytuesday .item__title a:hover,
.cc-technologytuesday .item__title a:focus {
  color: #1150ba;
}

  /* Embedded link colors */
  /*  */

.cc-technologytuesday p a,
.cc-technologytuesday ul li a {
  color: #1564e9;
}
.cc-technologytuesday p a:hover,
.cc-technologytuesday p a:active,
.cc-technologytuesday ul li a:hover,
.cc-technologytuesday ul li a:active {
  color: #3b8aff;
}

.cc-technologytuesday .item__footer {
  color: #fafafe;
}
.cc-technologytuesday .item__footer a {
  color: #1564e9;
}
.cc-technologytuesday .item__footer a:hover,
.cc-technologytuesday .item__footer a:active {
  color: #3b8aff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-technologytuesday.category__footer h2 {
  border: 1px solid #fafafe;
}
.cc-technologytuesday.category__footer a {
  color: #1564e9;
}
.cc-technologytuesday.category__footer a:hover,
.cc-technologytuesday.category__footer a:focus {
  color: #1150ba;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-wellnesswednesday {
  background-color: #FFFFFF;
  color: #fafafe;
  text-align: left;
}

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

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

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

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

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

.cc-wellnesswednesday .item__title a {
  color: #1564e9;
}
.cc-wellnesswednesday .item__title a:hover,
.cc-wellnesswednesday .item__title a:focus {
  color: #1150ba;
}

  /* Embedded link colors */
  /*  */

.cc-wellnesswednesday p a,
.cc-wellnesswednesday ul li a {
  color: #1564e9;
}
.cc-wellnesswednesday p a:hover,
.cc-wellnesswednesday p a:active,
.cc-wellnesswednesday ul li a:hover,
.cc-wellnesswednesday ul li a:active {
  color: #3b8aff;
}

.cc-wellnesswednesday .item__footer {
  color: #fafafe;
}
.cc-wellnesswednesday .item__footer a {
  color: #1564e9;
}
.cc-wellnesswednesday .item__footer a:hover,
.cc-wellnesswednesday .item__footer a:active {
  color: #3b8aff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-wellnesswednesday.category__footer h2 {
  border: 1px solid #fafafe;
}
.cc-wellnesswednesday.category__footer a {
  color: #1564e9;
}
.cc-wellnesswednesday.category__footer a:hover,
.cc-wellnesswednesday.category__footer a:focus {
  color: #1150ba;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-thrivethursday {
  background-color: #FFFFFF;
  color: #fafafe;
  text-align: left;
}

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

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

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

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

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

.cc-thrivethursday .item__title a {
  color: #1564e9;
}
.cc-thrivethursday .item__title a:hover,
.cc-thrivethursday .item__title a:focus {
  color: #1150ba;
}

  /* Embedded link colors */
  /*  */

.cc-thrivethursday p a,
.cc-thrivethursday ul li a {
  color: #1564e9;
}
.cc-thrivethursday p a:hover,
.cc-thrivethursday p a:active,
.cc-thrivethursday ul li a:hover,
.cc-thrivethursday ul li a:active {
  color: #3b8aff;
}

.cc-thrivethursday .item__footer {
  color: #fafafe;
}
.cc-thrivethursday .item__footer a {
  color: #1564e9;
}
.cc-thrivethursday .item__footer a:hover,
.cc-thrivethursday .item__footer a:active {
  color: #3b8aff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-thrivethursday.category__footer h2 {
  border: 1px solid #fafafe;
}
.cc-thrivethursday.category__footer a {
  color: #1564e9;
}
.cc-thrivethursday.category__footer a:hover,
.cc-thrivethursday.category__footer a:focus {
  color: #1150ba;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-buyamericanfriday {
  background-color: #FFFFFF;
  color: #fafafe;
  text-align: left;
}

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

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

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

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

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

.cc-buyamericanfriday .item__title a {
  color: #1564e9;
}
.cc-buyamericanfriday .item__title a:hover,
.cc-buyamericanfriday .item__title a:focus {
  color: #1150ba;
}

  /* Embedded link colors */
  /*  */

.cc-buyamericanfriday p a,
.cc-buyamericanfriday ul li a {
  color: #1564e9;
}
.cc-buyamericanfriday p a:hover,
.cc-buyamericanfriday p a:active,
.cc-buyamericanfriday ul li a:hover,
.cc-buyamericanfriday ul li a:active {
  color: #3b8aff;
}

.cc-buyamericanfriday .item__footer {
  color: #fafafe;
}
.cc-buyamericanfriday .item__footer a {
  color: #1564e9;
}
.cc-buyamericanfriday .item__footer a:hover,
.cc-buyamericanfriday .item__footer a:active {
  color: #3b8aff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-buyamericanfriday.category__footer h2 {
  border: 1px solid #fafafe;
}
.cc-buyamericanfriday.category__footer a {
  color: #1564e9;
}
.cc-buyamericanfriday.category__footer a:hover,
.cc-buyamericanfriday.category__footer a:focus {
  color: #1150ba;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-smallbizsaturday {
  background-color: #FFFFFF;
  color: #fafafe;
  text-align: left;
}

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

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

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

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

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

.cc-smallbizsaturday .item__title a {
  color: #1564e9;
}
.cc-smallbizsaturday .item__title a:hover,
.cc-smallbizsaturday .item__title a:focus {
  color: #1150ba;
}

  /* Embedded link colors */
  /*  */

.cc-smallbizsaturday p a,
.cc-smallbizsaturday ul li a {
  color: #1564e9;
}
.cc-smallbizsaturday p a:hover,
.cc-smallbizsaturday p a:active,
.cc-smallbizsaturday ul li a:hover,
.cc-smallbizsaturday ul li a:active {
  color: #3b8aff;
}

.cc-smallbizsaturday .item__footer {
  color: #fafafe;
}
.cc-smallbizsaturday .item__footer a {
  color: #1564e9;
}
.cc-smallbizsaturday .item__footer a:hover,
.cc-smallbizsaturday .item__footer a:active {
  color: #3b8aff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-smallbizsaturday.category__footer h2 {
  border: 1px solid #fafafe;
}
.cc-smallbizsaturday.category__footer a {
  color: #1564e9;
}
.cc-smallbizsaturday.category__footer a:hover,
.cc-smallbizsaturday.category__footer a:focus {
  color: #1150ba;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-sustainabilitysunday {
  background-color: #FFFFFF;
  color: #fafafe;
  text-align: left;
}

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

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

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

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

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

.cc-sustainabilitysunday .item__title a {
  color: #1564e9;
}
.cc-sustainabilitysunday .item__title a:hover,
.cc-sustainabilitysunday .item__title a:focus {
  color: #1150ba;
}

  /* Embedded link colors */
  /*  */

.cc-sustainabilitysunday p a,
.cc-sustainabilitysunday ul li a {
  color: #1564e9;
}
.cc-sustainabilitysunday p a:hover,
.cc-sustainabilitysunday p a:active,
.cc-sustainabilitysunday ul li a:hover,
.cc-sustainabilitysunday ul li a:active {
  color: #3b8aff;
}

.cc-sustainabilitysunday .item__footer {
  color: #fafafe;
}
.cc-sustainabilitysunday .item__footer a {
  color: #1564e9;
}
.cc-sustainabilitysunday .item__footer a:hover,
.cc-sustainabilitysunday .item__footer a:active {
  color: #3b8aff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-sustainabilitysunday.category__footer h2 {
  border: 1px solid #fafafe;
}
.cc-sustainabilitysunday.category__footer a {
  color: #1564e9;
}
.cc-sustainabilitysunday.category__footer a:hover,
.cc-sustainabilitysunday.category__footer a:focus {
  color: #1150ba;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-veterans {
  background-color: #FFFFFF;
  color: #fafafe;
  text-align: left;
}

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

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

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

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

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

.cc-veterans .item__title a {
  color: #1564e9;
}
.cc-veterans .item__title a:hover,
.cc-veterans .item__title a:focus {
  color: #1150ba;
}

  /* Embedded link colors */
  /*  */

.cc-veterans p a,
.cc-veterans ul li a {
  color: #1564e9;
}
.cc-veterans p a:hover,
.cc-veterans p a:active,
.cc-veterans ul li a:hover,
.cc-veterans ul li a:active {
  color: #3b8aff;
}

.cc-veterans .item__footer {
  color: #fafafe;
}
.cc-veterans .item__footer a {
  color: #1564e9;
}
.cc-veterans .item__footer a:hover,
.cc-veterans .item__footer a:active {
  color: #3b8aff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-veterans.category__footer h2 {
  border: 1px solid #fafafe;
}
.cc-veterans.category__footer a {
  color: #1564e9;
}
.cc-veterans.category__footer a:hover,
.cc-veterans.category__footer a:focus {
  color: #1150ba;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-education {
  background-color: #FFFFFF;
  color: #fafafe;
  text-align: left;
}

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

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

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

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

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

.cc-education .item__title a {
  color: #1564e9;
}
.cc-education .item__title a:hover,
.cc-education .item__title a:focus {
  color: #1150ba;
}

  /* Embedded link colors */
  /*  */

.cc-education p a,
.cc-education ul li a {
  color: #1564e9;
}
.cc-education p a:hover,
.cc-education p a:active,
.cc-education ul li a:hover,
.cc-education ul li a:active {
  color: #3b8aff;
}

.cc-education .item__footer {
  color: #fafafe;
}
.cc-education .item__footer a {
  color: #1564e9;
}
.cc-education .item__footer a:hover,
.cc-education .item__footer a:active {
  color: #3b8aff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-education.category__footer h2 {
  border: 1px solid #fafafe;
}
.cc-education.category__footer a {
  color: #1564e9;
}
.cc-education.category__footer a:hover,
.cc-education.category__footer a:focus {
  color: #1150ba;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-job-creation {
  background-color: #FFFFFF;
  color: #fafafe;
  text-align: left;
}

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

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

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

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

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

.cc-job-creation .item__title a {
  color: #1564e9;
}
.cc-job-creation .item__title a:hover,
.cc-job-creation .item__title a:focus {
  color: #1150ba;
}

  /* Embedded link colors */
  /*  */

.cc-job-creation p a,
.cc-job-creation ul li a {
  color: #1564e9;
}
.cc-job-creation p a:hover,
.cc-job-creation p a:active,
.cc-job-creation ul li a:hover,
.cc-job-creation ul li a:active {
  color: #3b8aff;
}

.cc-job-creation .item__footer {
  color: #fafafe;
}
.cc-job-creation .item__footer a {
  color: #1564e9;
}
.cc-job-creation .item__footer a:hover,
.cc-job-creation .item__footer a:active {
  color: #3b8aff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-job-creation.category__footer h2 {
  border: 1px solid #fafafe;
}
.cc-job-creation.category__footer a {
  color: #1564e9;
}
.cc-job-creation.category__footer a:hover,
.cc-job-creation.category__footer a:focus {
  color: #1150ba;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-skillsgap {
  background-color: #FFFFFF;
  color: #fafafe;
  text-align: left;
}

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

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

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

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

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

.cc-skillsgap .item__title a {
  color: #1564e9;
}
.cc-skillsgap .item__title a:hover,
.cc-skillsgap .item__title a:focus {
  color: #1150ba;
}

  /* Embedded link colors */
  /*  */

.cc-skillsgap p a,
.cc-skillsgap ul li a {
  color: #1564e9;
}
.cc-skillsgap p a:hover,
.cc-skillsgap p a:active,
.cc-skillsgap ul li a:hover,
.cc-skillsgap ul li a:active {
  color: #3b8aff;
}

.cc-skillsgap .item__footer {
  color: #fafafe;
}
.cc-skillsgap .item__footer a {
  color: #1564e9;
}
.cc-skillsgap .item__footer a:hover,
.cc-skillsgap .item__footer a:active {
  color: #3b8aff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-skillsgap.category__footer h2 {
  border: 1px solid #fafafe;
}
.cc-skillsgap.category__footer a {
  color: #1564e9;
}
.cc-skillsgap.category__footer a:hover,
.cc-skillsgap.category__footer a:focus {
  color: #1150ba;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-trades {
  background-color: #FFFFFF;
  color: #fafafe;
  text-align: left;
}

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

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

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

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

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

.cc-trades .item__title a {
  color: #1564e9;
}
.cc-trades .item__title a:hover,
.cc-trades .item__title a:focus {
  color: #1150ba;
}

  /* Embedded link colors */
  /*  */

.cc-trades p a,
.cc-trades ul li a {
  color: #1564e9;
}
.cc-trades p a:hover,
.cc-trades p a:active,
.cc-trades ul li a:hover,
.cc-trades ul li a:active {
  color: #3b8aff;
}

.cc-trades .item__footer {
  color: #fafafe;
}
.cc-trades .item__footer a {
  color: #1564e9;
}
.cc-trades .item__footer a:hover,
.cc-trades .item__footer a:active {
  color: #3b8aff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-trades.category__footer h2 {
  border: 1px solid #fafafe;
}
.cc-trades.category__footer a {
  color: #1564e9;
}
.cc-trades.category__footer a:hover,
.cc-trades.category__footer a:focus {
  color: #1150ba;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-reshoring {
  background-color: #FFFFFF;
  color: #fafafe;
  text-align: left;
}

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

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

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

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

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

.cc-reshoring .item__title a {
  color: #1564e9;
}
.cc-reshoring .item__title a:hover,
.cc-reshoring .item__title a:focus {
  color: #1150ba;
}

  /* Embedded link colors */
  /*  */

.cc-reshoring p a,
.cc-reshoring ul li a {
  color: #1564e9;
}
.cc-reshoring p a:hover,
.cc-reshoring p a:active,
.cc-reshoring ul li a:hover,
.cc-reshoring ul li a:active {
  color: #3b8aff;
}

.cc-reshoring .item__footer {
  color: #fafafe;
}
.cc-reshoring .item__footer a {
  color: #1564e9;
}
.cc-reshoring .item__footer a:hover,
.cc-reshoring .item__footer a:active {
  color: #3b8aff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-reshoring.category__footer h2 {
  border: 1px solid #fafafe;
}
.cc-reshoring.category__footer a {
  color: #1564e9;
}
.cc-reshoring.category__footer a:hover,
.cc-reshoring.category__footer a:focus {
  color: #1150ba;
}
/* Search modifier classes */
/*  */

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

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

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


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

.cc-supplychain .category__title {
  color: #454547;
  text-align: left;

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

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

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

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

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

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

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

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

.cc-supplychain .item__title a {
  color: #1564e9;
}
.cc-supplychain .item__title a:hover,
.cc-supplychain .item__title a:focus {
  color: #1150ba;
}

  /* Embedded link colors */
  /*  */

.cc-supplychain p a,
.cc-supplychain ul li a {
  color: #1564e9;
}
.cc-supplychain p a:hover,
.cc-supplychain p a:active,
.cc-supplychain ul li a:hover,
.cc-supplychain ul li a:active {
  color: #3b8aff;
}

.cc-supplychain .item__footer {
  color: #fafafe;
}
.cc-supplychain .item__footer a {
  color: #1564e9;
}
.cc-supplychain .item__footer a:hover,
.cc-supplychain .item__footer a:active {
  color: #3b8aff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-supplychain.category__footer h2 {
  border: 1px solid #fafafe;
}
.cc-supplychain.category__footer a {
  color: #1564e9;
}
.cc-supplychain.category__footer a:hover,
.cc-supplychain.category__footer a:focus {
  color: #1150ba;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-tariffs {
  background-color: #FFFFFF;
  color: #fafafe;
  text-align: left;
}

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

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

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

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

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

.cc-tariffs .item__title a {
  color: #1564e9;
}
.cc-tariffs .item__title a:hover,
.cc-tariffs .item__title a:focus {
  color: #1150ba;
}

  /* Embedded link colors */
  /*  */

.cc-tariffs p a,
.cc-tariffs ul li a {
  color: #1564e9;
}
.cc-tariffs p a:hover,
.cc-tariffs p a:active,
.cc-tariffs ul li a:hover,
.cc-tariffs ul li a:active {
  color: #3b8aff;
}

.cc-tariffs .item__footer {
  color: #fafafe;
}
.cc-tariffs .item__footer a {
  color: #1564e9;
}
.cc-tariffs .item__footer a:hover,
.cc-tariffs .item__footer a:active {
  color: #3b8aff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-tariffs.category__footer h2 {
  border: 1px solid #fafafe;
}
.cc-tariffs.category__footer a {
  color: #1564e9;
}
.cc-tariffs.category__footer a:hover,
.cc-tariffs.category__footer a:focus {
  color: #1150ba;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-certification {
  background-color: #FFFFFF;
  color: #fafafe;
  text-align: left;
}

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

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

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

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

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

.cc-certification .item__title a {
  color: #1564e9;
}
.cc-certification .item__title a:hover,
.cc-certification .item__title a:focus {
  color: #1150ba;
}

  /* Embedded link colors */
  /*  */

.cc-certification p a,
.cc-certification ul li a {
  color: #1564e9;
}
.cc-certification p a:hover,
.cc-certification p a:active,
.cc-certification ul li a:hover,
.cc-certification ul li a:active {
  color: #3b8aff;
}

.cc-certification .item__footer {
  color: #fafafe;
}
.cc-certification .item__footer a {
  color: #1564e9;
}
.cc-certification .item__footer a:hover,
.cc-certification .item__footer a:active {
  color: #3b8aff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-certification.category__footer h2 {
  border: 1px solid #fafafe;
}
.cc-certification.category__footer a {
  color: #1564e9;
}
.cc-certification.category__footer a:hover,
.cc-certification.category__footer a:focus {
  color: #1150ba;
}
/* 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: #454547;
}

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

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


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

.cc-intro .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-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 {
  }
}

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

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

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

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

.cc-intro .item__title a {
  color: #1564e9;
}
.cc-intro .item__title a:hover,
.cc-intro .item__title a:focus {
  color: #1150ba;
}

  /* Embedded link colors */
  /*  */

.cc-intro p a,
.cc-intro ul li a {
  color: #1564e9;
}
.cc-intro p a:hover,
.cc-intro p a:active,
.cc-intro ul li a:hover,
.cc-intro ul li a:active {
  color: #3b8aff;
}

.cc-intro .item__footer {
  color: #fafafe;
}
.cc-intro .item__footer a {
  color: #1564e9;
}
.cc-intro .item__footer a:hover,
.cc-intro .item__footer a:active {
  color: #3b8aff;
}


  /* 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 #fafafe;
}
.cc-intro.category__footer a {
  color: #1564e9;
}
.cc-intro.category__footer a:hover,
.cc-intro.category__footer a:focus {
  color: #1150ba;
}
/* Search modifier classes */
/*  */

/* For each category we have an .item__heading modifier class which is used on search results */
/*  */
.item--cc-makers-and-brands .item__heading {
  color: #042b86;
}

/* For each category we have an .item__title modifier class, used on the search results */
.item--cc-makers-and-brands .item__title {
  color: #1564e9;
}

/* Modifier used in search to show the embedded links in the correct color. */
.item--cc-makers-and-brands .item__body p a {
  color: #1564e9;
}


.cc-makers-and-brands {
  background-color: #FFFFFF;
  color: #fafafe;
  text-align: left;
}

.cc-makers-and-brands .category__title {
  color: #042b86;
  text-align: left;

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

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

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

.cc-makers-and-brands .item__title a {
  color: #1564e9;
}
.cc-makers-and-brands .item__title a:hover,
.cc-makers-and-brands .item__title a:focus {
  color: #1150ba;
}

  /* Embedded link colors */
  /*  */

.cc-makers-and-brands p a,
.cc-makers-and-brands ul li a {
  color: #1564e9;
}
.cc-makers-and-brands p a:hover,
.cc-makers-and-brands p a:active,
.cc-makers-and-brands ul li a:hover,
.cc-makers-and-brands ul li a:active {
  color: #3b8aff;
}

.cc-makers-and-brands .item__footer {
  color: #fafafe;
}
.cc-makers-and-brands .item__footer a {
  color: #1564e9;
}
.cc-makers-and-brands .item__footer a:hover,
.cc-makers-and-brands .item__footer a:active {
  color: #3b8aff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-makers-and-brands.category__footer h2 {
  border: 1px solid #fafafe;
}
.cc-makers-and-brands.category__footer a {
  color: #1564e9;
}
.cc-makers-and-brands.category__footer a:hover,
.cc-makers-and-brands.category__footer a:focus {
  color: #1150ba;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-madeinusanews {
  background-color: #FFFFFF;
  color: #fafafe;
  text-align: left;
}

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

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

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

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

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

.cc-madeinusanews .item__title a {
  color: #1564e9;
}
.cc-madeinusanews .item__title a:hover,
.cc-madeinusanews .item__title a:focus {
  color: #1150ba;
}

  /* Embedded link colors */
  /*  */

.cc-madeinusanews p a,
.cc-madeinusanews ul li a {
  color: #1564e9;
}
.cc-madeinusanews p a:hover,
.cc-madeinusanews p a:active,
.cc-madeinusanews ul li a:hover,
.cc-madeinusanews ul li a:active {
  color: #3b8aff;
}

.cc-madeinusanews .item__footer {
  color: #fafafe;
}
.cc-madeinusanews .item__footer a {
  color: #1564e9;
}
.cc-madeinusanews .item__footer a:hover,
.cc-madeinusanews .item__footer a:active {
  color: #3b8aff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-madeinusanews.category__footer h2 {
  border: 1px solid #fafafe;
}
.cc-madeinusanews.category__footer a {
  color: #1564e9;
}
.cc-madeinusanews.category__footer a:hover,
.cc-madeinusanews.category__footer a:focus {
  color: #1150ba;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-recipes {
  background-color: #FFFFFF;
  color: #fafafe;
  text-align: left;
}

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

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

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

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

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

.cc-recipes .item__title a {
  color: #1564e9;
}
.cc-recipes .item__title a:hover,
.cc-recipes .item__title a:focus {
  color: #1150ba;
}

  /* Embedded link colors */
  /*  */

.cc-recipes p a,
.cc-recipes ul li a {
  color: #1564e9;
}
.cc-recipes p a:hover,
.cc-recipes p a:active,
.cc-recipes ul li a:hover,
.cc-recipes ul li a:active {
  color: #3b8aff;
}

.cc-recipes .item__footer {
  color: #fafafe;
}
.cc-recipes .item__footer a {
  color: #1564e9;
}
.cc-recipes .item__footer a:hover,
.cc-recipes .item__footer a:active {
  color: #3b8aff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-recipes.category__footer h2 {
  border: 1px solid #fafafe;
}
.cc-recipes.category__footer a {
  color: #1564e9;
}
.cc-recipes.category__footer a:hover,
.cc-recipes.category__footer a:focus {
  color: #1150ba;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-giftideas {
  background-color: #FFFFFF;
  color: #fafafe;
  text-align: left;
}

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

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

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

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

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

.cc-giftideas .item__title a {
  color: #1564e9;
}
.cc-giftideas .item__title a:hover,
.cc-giftideas .item__title a:focus {
  color: #1150ba;
}

  /* Embedded link colors */
  /*  */

.cc-giftideas p a,
.cc-giftideas ul li a {
  color: #1564e9;
}
.cc-giftideas p a:hover,
.cc-giftideas p a:active,
.cc-giftideas ul li a:hover,
.cc-giftideas ul li a:active {
  color: #3b8aff;
}

.cc-giftideas .item__footer {
  color: #fafafe;
}
.cc-giftideas .item__footer a {
  color: #1564e9;
}
.cc-giftideas .item__footer a:hover,
.cc-giftideas .item__footer a:active {
  color: #3b8aff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-giftideas.category__footer h2 {
  border: 1px solid #fafafe;
}
.cc-giftideas.category__footer a {
  color: #1564e9;
}
.cc-giftideas.category__footer a:hover,
.cc-giftideas.category__footer a:focus {
  color: #1150ba;
}

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

.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(250,250,254,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: #1564e9;
  color: #1564e9;
}

/* 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: #0d3f76;
}
.header--withimage .cta--header .btn:hover,
.header--withimage .cta--header .btn:focus {
  background-color: #0c3c70;
}


/* Subscription pages */
/*  */
.subscription__resubscribe__btn {
  color: #1564e9;
}
.subscription__resubscribe__btn:hover,
.subscription__resubscribe__btn:focus {
  color: #3b8aff;
}


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

/* Sponsorship pages */
/*  */
.sponsorship a {
  color: #1564e9;
}
.sponsorship a:hover,
.sponsorship a:active {
  color: #3b8aff;
}

.sponsorship__quicklinks {
  color: rgba(250,250,254,0.7);
}
.sponsorship__quicklinks a {
  color: rgba(250,250,254,0.7);
}
.sponsorship__quicklinks a:hover,
.sponsorship__quicklinks a:active {
  color: #e1e1e5;
}

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

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

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

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

.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: #143575;
  color: #ffffff;
}
.home--noissue body {
  background-color: transparent;
}
.home--noissue .footer {
  background-color: #143575;
  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/13408/medium_darkened_6d2e6c39-e25b-45db-a31a-fdf62acecf93.png);
}
@media (min-width: 760px) {
  .header--withimage .header {
    background-image: url(https://dxj7eshgz03ln.cloudfront.net/production/publication/header_background_image/13408/large_darkened_6d2e6c39-e25b-45db-a31a-fdf62acecf93.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/13408/medium_darkened_6d2e6c39-e25b-45db-a31a-fdf62acecf93.png);
}
@media (min-width: 760px) {
  .home--noissue.header--withimage {
    background-image: url(https://dxj7eshgz03ln.cloudfront.net/production/publication/header_background_image/13408/large_darkened_6d2e6c39-e25b-45db-a31a-fdf62acecf93.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;
}
