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

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

/* Default .btn */
/*  */
.btn {
  background-color: #dea560;
  color: #ffffff;
}
.btn:hover,
.btn:focus {
  background-color: #bd8c52;
  color: #ffffff;
}

/* Header */
.header {
  background-color: #dea560;
  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: #85633a;
}
.header :-ms-input-placeholder {
  color: #85633a;
}
.header ::placeholder {
  color: #85633a;
}

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

  color: #FFFFFF;
}

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

.header .btn:hover,
.btn-primary:hover,
.header .btn:focus,
.btn-primary:focus {
  background-color: #c89556;
  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(69,69,71,0.2);
}

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

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

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

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

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

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

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


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

.cc-news .category__title {
  color: #dea560;
  text-align: left;

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

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

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

/* If header justification: left and header style: both_horizontal | icon_only */
/* place icon off canvas when not on small screen */
/*  */
@media (min-width: 978px) {
  .cc-news .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

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

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-news.category__footer h2 {
  border: 1px solid #454547;
}
.cc-news.category__footer a {
  color: #dea560;
}
.cc-news.category__footer a:hover,
.cc-news.category__footer a:focus {
  color: #b2844d;
}
/* 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: #668aaa;
}

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

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


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

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

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

/* Icons */
/*  */
.cc-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 {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

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

  /* 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: #668aaa;
}
.cc-updates .item__title a:hover,
.cc-updates .item__title a:focus {
  color: #526e88;
}

  /* Embedded link colors */
  /*  */

.cc-updates p a,
.cc-updates ul li a {
  color: #668aaa;
}
.cc-updates p a:hover,
.cc-updates p a:active,
.cc-updates ul li a:hover,
.cc-updates ul li a:active {
  color: #577591;
}

.cc-updates .item__footer {
  color: #454547;
}
.cc-updates .item__footer a {
  color: #668aaa;
}
.cc-updates .item__footer a:hover,
.cc-updates .item__footer a:active {
  color: #577591;
}


  /* 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: #668aaa;
}
.cc-updates.category__footer a:hover,
.cc-updates.category__footer a:focus {
  color: #526e88;
}
/* Search modifier classes */
/*  */

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

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

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


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

.cc-quote .category__title {
  color: #e64048;
  text-align: left;

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

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

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

.cc-quote .item__title a {
  color: #ffffff;
}
.cc-quote .item__title a:hover,
.cc-quote .item__title a:focus {
  color: #cccccc;
}

  /* Embedded link colors */
  /*  */

.cc-quote p a,
.cc-quote ul li a {
  color: #ffffff;
}
.cc-quote p a:hover,
.cc-quote p a:active,
.cc-quote ul li a:hover,
.cc-quote ul li a:active {
  color: #d9d9d9;
}

.cc-quote .item__footer {
  color: #454547;
}
.cc-quote .item__footer a {
  color: #ffffff;
}
.cc-quote .item__footer a:hover,
.cc-quote .item__footer a:active {
  color: #d9d9d9;
}


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

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

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

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

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


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

.cc-nuggets .category__title {
  color: #dea560;
  text-align: left;

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

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

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

.cc-nuggets .item__title a {
  color: #dea560;
}
.cc-nuggets .item__title a:hover,
.cc-nuggets .item__title a:focus {
  color: #b2844d;
}

  /* Embedded link colors */
  /*  */

.cc-nuggets p a,
.cc-nuggets ul li a {
  color: #dea560;
}
.cc-nuggets p a:hover,
.cc-nuggets p a:active,
.cc-nuggets ul li a:hover,
.cc-nuggets ul li a:active {
  color: #bd8c52;
}

.cc-nuggets .item__footer {
  color: #454547;
}
.cc-nuggets .item__footer a {
  color: #dea560;
}
.cc-nuggets .item__footer a:hover,
.cc-nuggets .item__footer a:active {
  color: #bd8c52;
}


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

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

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

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

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


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

.cc-ontheblog .category__title {
  color: #dea560;
  text-align: left;

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

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

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

.cc-ontheblog .item__title a {
  color: #dea560;
}
.cc-ontheblog .item__title a:hover,
.cc-ontheblog .item__title a:focus {
  color: #b2844d;
}

  /* Embedded link colors */
  /*  */

.cc-ontheblog p a,
.cc-ontheblog ul li a {
  color: #dea560;
}
.cc-ontheblog p a:hover,
.cc-ontheblog p a:active,
.cc-ontheblog ul li a:hover,
.cc-ontheblog ul li a:active {
  color: #bd8c52;
}

.cc-ontheblog .item__footer {
  color: #454547;
}
.cc-ontheblog .item__footer a {
  color: #dea560;
}
.cc-ontheblog .item__footer a:hover,
.cc-ontheblog .item__footer a:active {
  color: #bd8c52;
}


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

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

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

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

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


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

.cc-helpfultech .category__title {
  color: #dea560;
  text-align: left;

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

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

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

.cc-helpfultech .item__title a {
  color: #dea560;
}
.cc-helpfultech .item__title a:hover,
.cc-helpfultech .item__title a:focus {
  color: #b2844d;
}

  /* Embedded link colors */
  /*  */

.cc-helpfultech p a,
.cc-helpfultech ul li a {
  color: #dea560;
}
.cc-helpfultech p a:hover,
.cc-helpfultech p a:active,
.cc-helpfultech ul li a:hover,
.cc-helpfultech ul li a:active {
  color: #bd8c52;
}

.cc-helpfultech .item__footer {
  color: #454547;
}
.cc-helpfultech .item__footer a {
  color: #dea560;
}
.cc-helpfultech .item__footer a:hover,
.cc-helpfultech .item__footer a:active {
  color: #bd8c52;
}


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

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

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

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

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


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

.cc-casestudy .category__title {
  color: #dea560;
  text-align: left;

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

/* Icons */
/*  */
.cc-casestudy .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-casestudy .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

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

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

.cc-casestudy .item__title a {
  color: #dea560;
}
.cc-casestudy .item__title a:hover,
.cc-casestudy .item__title a:focus {
  color: #b2844d;
}

  /* Embedded link colors */
  /*  */

.cc-casestudy p a,
.cc-casestudy ul li a {
  color: #dea560;
}
.cc-casestudy p a:hover,
.cc-casestudy p a:active,
.cc-casestudy ul li a:hover,
.cc-casestudy ul li a:active {
  color: #bd8c52;
}

.cc-casestudy .item__footer {
  color: #454547;
}
.cc-casestudy .item__footer a {
  color: #dea560;
}
.cc-casestudy .item__footer a:hover,
.cc-casestudy .item__footer a:active {
  color: #bd8c52;
}


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

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

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

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

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


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

.cc-premium .category__title {
  color: #668aaa;
  text-align: left;

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

/* Icons */
/*  */
.cc-premium .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-premium .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

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

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

.cc-premium .item__title a {
  color: #668aaa;
}
.cc-premium .item__title a:hover,
.cc-premium .item__title a:focus {
  color: #526e88;
}

  /* Embedded link colors */
  /*  */

.cc-premium p a,
.cc-premium ul li a {
  color: #668aaa;
}
.cc-premium p a:hover,
.cc-premium p a:active,
.cc-premium ul li a:hover,
.cc-premium ul li a:active {
  color: #577591;
}

.cc-premium .item__footer {
  color: #454547;
}
.cc-premium .item__footer a {
  color: #668aaa;
}
.cc-premium .item__footer a:hover,
.cc-premium .item__footer a:active {
  color: #577591;
}


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

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

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

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

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


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

.cc-mindsetandgrowth .category__title {
  color: #dea560;
  text-align: left;

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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

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


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

.cc-challenge .category__title {
  color: #668aaa;
  text-align: left;

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

/* Icons */
/*  */
.cc-challenge .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-challenge .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

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

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

.cc-challenge .item__title a {
  color: #668aaa;
}
.cc-challenge .item__title a:hover,
.cc-challenge .item__title a:focus {
  color: #526e88;
}

  /* Embedded link colors */
  /*  */

.cc-challenge p a,
.cc-challenge ul li a {
  color: #668aaa;
}
.cc-challenge p a:hover,
.cc-challenge p a:active,
.cc-challenge ul li a:hover,
.cc-challenge ul li a:active {
  color: #577591;
}

.cc-challenge .item__footer {
  color: #454547;
}
.cc-challenge .item__footer a {
  color: #668aaa;
}
.cc-challenge .item__footer a:hover,
.cc-challenge .item__footer a:active {
  color: #577591;
}


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

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

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

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

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


.cc-before {
  background-color: #f5ece1;
  color: #454547;
  text-align: left;
}

.cc-before .category__title {
  color: #dea560;
  text-align: left;

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

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

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

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

  /* Embedded link colors */
  /*  */

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

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


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

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

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

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

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

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

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


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

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

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

.cta--header .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: #dea560;
}
.header--withimage .cta--header .btn:hover,
.header--withimage .cta--header .btn:focus {
  background-color: #d39d5b;
}


/* Subscription pages */
/*  */
.subscription__resubscribe__btn {
  color: #000000;
}
.subscription__resubscribe__btn:hover,
.subscription__resubscribe__btn:focus {
  color: #262626;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Home page no issue overwrites */
/*  */
.home--noissue {
  background-color: #dea560;
  color: #ffffff;
}
.home--noissue body {
  background-color: transparent;
}
.home--noissue .footer {
  background-color: #dea560;
  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/13430/medium_darkened_fc67e2ae-24fd-4dbc-a1f2-d9a9d77326eb.jpg);
}
@media (min-width: 760px) {
  .header--withimage .header {
    background-image: url(https://dxj7eshgz03ln.cloudfront.net/production/publication/header_background_image/13430/large_darkened_fc67e2ae-24fd-4dbc-a1f2-d9a9d77326eb.jpg);
  }
}

/* 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/13430/medium_darkened_fc67e2ae-24fd-4dbc-a1f2-d9a9d77326eb.jpg);
}
@media (min-width: 760px) {
  .home--noissue.header--withimage {
    background-image: url(https://dxj7eshgz03ln.cloudfront.net/production/publication/header_background_image/13430/large_darkened_fc67e2ae-24fd-4dbc-a1f2-d9a9d77326eb.jpg);
  }
}

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