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

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

/* Default .btn */
/*  */
.btn {
  background-color: #03acf4;
  color: #FFFFFF;
}
.btn:hover,
.btn:focus {
  background-color: #0392cf;
  color: #FFFFFF;
}

/* Header */
.header {
  background-color: #03acf4;
  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: #026792;
}
.header :-ms-input-placeholder {
  color: #026792;
}
.header ::placeholder {
  color: #026792;
}

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

  color: #FFFFFF;
}

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

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

}

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

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

/* Item */
/*  */

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

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

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

/* If issue date is displayed along with title <time> gets wrapped in an <i> */
/*  */
.issue__heading h1 i {
  color: rgba(69,69,71,0.7);
}

/* Trello: https://trello.com/c/lEPuvhXO */
/* If secondary font is Garamond, Laila or Merriweather adjust */
/* padding to correct line-height issues with these fonts in lozenge */
/*  */

/* Category 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-updates .item__heading {
  color: #ffbd59;
}

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

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


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

.cc-updates .category__title {
  color: #ffbd59;
  text-align: left;

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

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

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

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

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

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

.cc-updates .item__title a {
  color: #efb54c;
}
.cc-updates .item__title a:hover,
.cc-updates .item__title a:focus {
  color: #bf913d;
}

  /* Embedded link colors */
  /*  */

.cc-updates p a,
.cc-updates ul li a {
  color: #efb54c;
}
.cc-updates p a:hover,
.cc-updates p a:active,
.cc-updates ul li a:hover,
.cc-updates ul li a:active {
  color: #cb9a41;
}

.cc-updates .item__footer {
  color: #454547;
}
.cc-updates .item__footer a {
  color: #efb54c;
}
.cc-updates .item__footer a:hover,
.cc-updates .item__footer a:active {
  color: #cb9a41;
}


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

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

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

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

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


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

.cc-details .category__title {
  color: #03acf4;
  text-align: left;

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

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

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

.cc-details .item__title a {
  color: #efb54c;
}
.cc-details .item__title a:hover,
.cc-details .item__title a:focus {
  color: #bf913d;
}

  /* Embedded link colors */
  /*  */

.cc-details p a,
.cc-details ul li a {
  color: #efb54c;
}
.cc-details p a:hover,
.cc-details p a:active,
.cc-details ul li a:hover,
.cc-details ul li a:active {
  color: #cb9a41;
}

.cc-details .item__footer {
  color: #454547;
}
.cc-details .item__footer a {
  color: #efb54c;
}
.cc-details .item__footer a:hover,
.cc-details .item__footer a:active {
  color: #cb9a41;
}


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

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

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

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

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


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

.cc-donations .category__title {
  color: #6c30e4;
  text-align: left;

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

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

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

.cc-donations .item__title a {
  color: #efb54c;
}
.cc-donations .item__title a:hover,
.cc-donations .item__title a:focus {
  color: #bf913d;
}

  /* Embedded link colors */
  /*  */

.cc-donations p a,
.cc-donations ul li a {
  color: #efb54c;
}
.cc-donations p a:hover,
.cc-donations p a:active,
.cc-donations ul li a:hover,
.cc-donations ul li a:active {
  color: #cb9a41;
}

.cc-donations .item__footer {
  color: #454547;
}
.cc-donations .item__footer a {
  color: #efb54c;
}
.cc-donations .item__footer a:hover,
.cc-donations .item__footer a:active {
  color: #cb9a41;
}


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

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

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

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

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


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

.cc-homeschool .category__title {
  color: #183a64;
  text-align: left;

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

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

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

.cc-homeschool .item__title a {
  color: #efb54c;
}
.cc-homeschool .item__title a:hover,
.cc-homeschool .item__title a:focus {
  color: #bf913d;
}

  /* Embedded link colors */
  /*  */

.cc-homeschool p a,
.cc-homeschool ul li a {
  color: #efb54c;
}
.cc-homeschool p a:hover,
.cc-homeschool p a:active,
.cc-homeschool ul li a:hover,
.cc-homeschool ul li a:active {
  color: #cb9a41;
}

.cc-homeschool .item__footer {
  color: #454547;
}
.cc-homeschool .item__footer a {
  color: #efb54c;
}
.cc-homeschool .item__footer a:hover,
.cc-homeschool .item__footer a:active {
  color: #cb9a41;
}


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

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

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

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

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


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

.cc-partnership .category__title {
  color: #31722c;
  text-align: left;

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

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

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

.cc-partnership .item__title a {
  color: #efb54c;
}
.cc-partnership .item__title a:hover,
.cc-partnership .item__title a:focus {
  color: #bf913d;
}

  /* Embedded link colors */
  /*  */

.cc-partnership p a,
.cc-partnership ul li a {
  color: #efb54c;
}
.cc-partnership p a:hover,
.cc-partnership p a:active,
.cc-partnership ul li a:hover,
.cc-partnership ul li a:active {
  color: #cb9a41;
}

.cc-partnership .item__footer {
  color: #454547;
}
.cc-partnership .item__footer a {
  color: #efb54c;
}
.cc-partnership .item__footer a:hover,
.cc-partnership .item__footer a:active {
  color: #cb9a41;
}


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

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

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

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

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


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

.cc-wellness .category__title {
  color: #8378e8;
  text-align: left;

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

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

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

.cc-wellness .item__title a {
  color: #efb54c;
}
.cc-wellness .item__title a:hover,
.cc-wellness .item__title a:focus {
  color: #bf913d;
}

  /* Embedded link colors */
  /*  */

.cc-wellness p a,
.cc-wellness ul li a {
  color: #efb54c;
}
.cc-wellness p a:hover,
.cc-wellness p a:active,
.cc-wellness ul li a:hover,
.cc-wellness ul li a:active {
  color: #cb9a41;
}

.cc-wellness .item__footer {
  color: #454547;
}
.cc-wellness .item__footer a {
  color: #efb54c;
}
.cc-wellness .item__footer a:hover,
.cc-wellness .item__footer a:active {
  color: #cb9a41;
}


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

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

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

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

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


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

.cc-studyguide .category__title {
  color: #8eeb6b;
  text-align: left;

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

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

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

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

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

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

.cc-studyguide .item__title a {
  color: #efb54c;
}
.cc-studyguide .item__title a:hover,
.cc-studyguide .item__title a:focus {
  color: #bf913d;
}

  /* Embedded link colors */
  /*  */

.cc-studyguide p a,
.cc-studyguide ul li a {
  color: #efb54c;
}
.cc-studyguide p a:hover,
.cc-studyguide p a:active,
.cc-studyguide ul li a:hover,
.cc-studyguide ul li a:active {
  color: #cb9a41;
}

.cc-studyguide .item__footer {
  color: #454547;
}
.cc-studyguide .item__footer a {
  color: #efb54c;
}
.cc-studyguide .item__footer a:hover,
.cc-studyguide .item__footer a:active {
  color: #cb9a41;
}


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

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

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

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

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


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

.cc-tips .category__title {
  color: #0ec6c0;
  text-align: left;

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

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

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

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

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

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

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

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

.cc-tips .item__title a {
  color: #efb54c;
}
.cc-tips .item__title a:hover,
.cc-tips .item__title a:focus {
  color: #bf913d;
}

  /* Embedded link colors */
  /*  */

.cc-tips p a,
.cc-tips ul li a {
  color: #efb54c;
}
.cc-tips p a:hover,
.cc-tips p a:active,
.cc-tips ul li a:hover,
.cc-tips ul li a:active {
  color: #cb9a41;
}

.cc-tips .item__footer {
  color: #454547;
}
.cc-tips .item__footer a {
  color: #efb54c;
}
.cc-tips .item__footer a:hover,
.cc-tips .item__footer a:active {
  color: #cb9a41;
}


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

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

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

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

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


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

.cc-ph .category__title {
  color: #d3595d;
  text-align: left;

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

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

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

.cc-ph .item__title a {
  color: #efb54c;
}
.cc-ph .item__title a:hover,
.cc-ph .item__title a:focus {
  color: #bf913d;
}

  /* Embedded link colors */
  /*  */

.cc-ph p a,
.cc-ph ul li a {
  color: #efb54c;
}
.cc-ph p a:hover,
.cc-ph p a:active,
.cc-ph ul li a:hover,
.cc-ph ul li a:active {
  color: #cb9a41;
}

.cc-ph .item__footer {
  color: #454547;
}
.cc-ph .item__footer a {
  color: #efb54c;
}
.cc-ph .item__footer a:hover,
.cc-ph .item__footer a:active {
  color: #cb9a41;
}


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

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

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

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

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


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

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

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

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

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

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

.cc-englishscorner .item__title a {
  color: #efb54c;
}
.cc-englishscorner .item__title a:hover,
.cc-englishscorner .item__title a:focus {
  color: #bf913d;
}

  /* Embedded link colors */
  /*  */

.cc-englishscorner p a,
.cc-englishscorner ul li a {
  color: #efb54c;
}
.cc-englishscorner p a:hover,
.cc-englishscorner p a:active,
.cc-englishscorner ul li a:hover,
.cc-englishscorner ul li a:active {
  color: #cb9a41;
}

.cc-englishscorner .item__footer {
  color: #454547;
}
.cc-englishscorner .item__footer a {
  color: #efb54c;
}
.cc-englishscorner .item__footer a:hover,
.cc-englishscorner .item__footer a:active {
  color: #cb9a41;
}


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

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

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

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

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


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

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

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

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

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

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

.cc-funfacts .item__title a {
  color: #efb54c;
}
.cc-funfacts .item__title a:hover,
.cc-funfacts .item__title a:focus {
  color: #bf913d;
}

  /* Embedded link colors */
  /*  */

.cc-funfacts p a,
.cc-funfacts ul li a {
  color: #efb54c;
}
.cc-funfacts p a:hover,
.cc-funfacts p a:active,
.cc-funfacts ul li a:hover,
.cc-funfacts ul li a:active {
  color: #cb9a41;
}

.cc-funfacts .item__footer {
  color: #454547;
}
.cc-funfacts .item__footer a {
  color: #efb54c;
}
.cc-funfacts .item__footer a:hover,
.cc-funfacts .item__footer a:active {
  color: #cb9a41;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-funfacts.category__footer h2 {
  border: 1px solid #454547;
}
.cc-funfacts.category__footer a {
  color: #efb54c;
}
.cc-funfacts.category__footer a:hover,
.cc-funfacts.category__footer a:focus {
  color: #bf913d;
}

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

.issue__pager li > a,
.issue__pager li > span,
.pagination li > a,
.pagination li > span {
  border-color: #454547;
}

.issue__pager li a:hover,
.issue__pager li a:focus,
.pagination li a:hover,
.pagination li a:focus {
  border-color: rgba(69,69,71,0.4);
}

.issue__pager li .icon,
.pagination li .icon {
  color: #A1A8B2;
}
.issue__pager .active a,
.issue__pager .active span,
.pagination .active a,
.pagination .active span {
  border-color: #efb54c;
  color: #efb54c;
}

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


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

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

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

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

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

.header--withimage .cta--header .btn {
  background-color: #00a7c8;
}
.header--withimage .cta--header .btn:hover,
.header--withimage .cta--header .btn:focus {
  background-color: #009fbe;
}


/* Subscription pages */
/*  */
.subscription__resubscribe__btn {
  color: #efb54c;
}
.subscription__resubscribe__btn:hover,
.subscription__resubscribe__btn:focus {
  color: #cb9a41;
}


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

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

.sponsorship__quicklinks {
  color: rgba(69,69,71,0.7);
}
.sponsorship__quicklinks a {
  color: rgba(69,69,71,0.7);
}
.sponsorship__quicklinks a:hover,
.sponsorship__quicklinks a:active {
  color: #3e3e40;
}

.sponsorship__nextavailable.with_divider:before {
  border-top-color: rgba(69,69,71,0.6);
}
.sponsorship__nextavailable h4 {
  color: rgba(69,69,71,0.7);
}
.sponsorship__nextavailable a {
  color: rgba(183,206,60,0.7);
}
.sponsorship__nextavailable a:hover,
.sponsorship__nextavailable a:active {
  color: #a5b936;
}

.sponsorship__pricing {
  background-color: #f0f5fa;
  color: #454547;
}
.sponsorship__pricing .btn {
  background-color: #B7CE3C;
  color: #FFFFFF;
}
.sponsorship__pricing .btn:hover,
.sponsorship__pricing .btn:focus {
  background-color: #a5b936;
  color: #FFFFFF;
}

.sponsorship__availability h2 {
  color: rgba(69,69,71,0.7);
}

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

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

.sponsorship__availability .dates p {
  border-bottom-color: rgba(69,69,71,0.2);
}

.sponsorship__availability .booked p {
  color: #9C9C9C;
}
.sponsorship__availability .booked .booknow span {
  background-color: #9C9C9C;
  color: #FFFFFF;
}

.sponsorship__availability .tentative p {
  color: #FB8A35;
}
.sponsorship__availability .tentative .booknow span {
  background-color: #FB8A35;
  color: #FFFFFF;
}

.sponsorship__availability .available p {
  color: #B7CE3C;
}
.sponsorship__availability .available .booknow a {
  background-color: #B7CE3C;
  color: #FFFFFF;
}
.sponsorship__availability .available .booknow a:hover,
.sponsorship__availability .available .booknow a:focus {
  background-color: #a5b936;
}

.sponsorship__availability__info .tentative {
  color: #FB8A35;
}
.sponsorship__availability__info a {
  color: #B7CE3C;
}
.sponsorship__availability__info a:hover,
.sponsorship__availability__info a:focus {
  color: #a5b936;
}

.sponsorship__details {
  background-color: #f0f5fa;
  color: #454547;
}

.sponsorship__previous li {
  border-top-color: rgba(69,69,71,0.1);
}
@media (min-width: 760px) {
  .sponsorship__previous li {
    border-color: rgba(69,69,71,0.1);
  }
}

.sponsorship__inquiry h3 {
  border-bottom-color: rgba(69,69,71,0.2);
}

/* Home page no issue overwrites */
/*  */
.home--noissue {
  background-color: #03acf4;
  color: #FFFFFF;
}
.home--noissue body {
  background-color: transparent;
}
.home--noissue .footer {
  background-color: #03acf4;
  color: #FFFFFF;
}
.home--noissue .footer a {
  color: rgba(255,255,255,0.8);
}
.home--noissue .footer a:hover,
.home--noissue .footer a:active {
  color: #FFFFFF;
}
.home--noissue .footer .i .recaptcha-terms {
  color: rgba(255,255,255,0.5);
}
.home--noissue .footer .i .recaptcha-terms a {
  color: rgba(255,255,255,0.5);
}

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


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

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

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

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