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

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

/* Default .btn */
/*  */
.btn {
  background-color: #d3e4f1;
  color: #000000;
}
.btn:hover,
.btn:focus {
  background-color: #b3c2cd;
  color: #000000;
}

/* Header */
.header {
  background-color: #d3e4f1;
  color: #000000;
}

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

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

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

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

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

  color: #000000;
}

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

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

}

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

.item__heading {
  /* This is .item__heading on search and archives */
  color: #0024bf;
}
.item__footer {
  /* This is .item__footer on search and archives */
  color: rgba(0,0,0,0.7);
}

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

/* If issue date is displayed along with title <time> gets wrapped in an <i> */
/*  */
.issue__heading h1 i {
  color: rgba(0,0,0,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__title--lozenge .category__title__text {
  padding-bottom: 3px;
  padding-top: 5px;
}

    /* Garamond doesn't need fixing on desktop, only Laila and Merriweather */
    /*  */

/* Category styles */
/* Does not effect search/archives alignment */
/*  */
/* Search modifier classes */
/*  */

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

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

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


.cc-intro {
  background-color: #FFFFFF;
  color: #000000;
  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: #0024bf;
}
.cc-intro .item__title a:hover,
.cc-intro .item__title a:focus {
  color: #001d99;
}

  /* Embedded link colors */
  /*  */

.cc-intro p a,
.cc-intro ul li a {
  color: #0024bf;
}
.cc-intro p a:hover,
.cc-intro p a:active,
.cc-intro ul li a:hover,
.cc-intro ul li a:active {
  color: #264ae5;
}

.cc-intro .item__footer {
  color: #000000;
}
.cc-intro .item__footer a {
  color: #0024bf;
}
.cc-intro .item__footer a:hover,
.cc-intro .item__footer a:active {
  color: #264ae5;
}


  /* 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 #000000;
}
.cc-intro.category__footer a {
  color: #0024bf;
}
.cc-intro.category__footer a:hover,
.cc-intro.category__footer a:focus {
  color: #001d99;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-sponsor {
  background-color: #FFFFFF;
  color: #000000;
  text-align: left;
}

.cc-sponsor .category__title {
  color: #940000;
  text-align: left;

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

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

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

.cc-sponsor .item__title a {
  color: #0024bf;
}
.cc-sponsor .item__title a:hover,
.cc-sponsor .item__title a:focus {
  color: #001d99;
}

  /* Embedded link colors */
  /*  */

.cc-sponsor p a,
.cc-sponsor ul li a {
  color: #0024bf;
}
.cc-sponsor p a:hover,
.cc-sponsor p a:active,
.cc-sponsor ul li a:hover,
.cc-sponsor ul li a:active {
  color: #264ae5;
}

.cc-sponsor .item__footer {
  color: #000000;
}
.cc-sponsor .item__footer a {
  color: #0024bf;
}
.cc-sponsor .item__footer a:hover,
.cc-sponsor .item__footer a:active {
  color: #264ae5;
}


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

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

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

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

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


.cc-intro2 {
  background-color: #FFFFFF;
  color: #000000;
  text-align: left;
}

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

.cc-intro2 .item__title a {
  color: #0024bf;
}
.cc-intro2 .item__title a:hover,
.cc-intro2 .item__title a:focus {
  color: #001d99;
}

  /* Embedded link colors */
  /*  */

.cc-intro2 p a,
.cc-intro2 ul li a {
  color: #0024bf;
}
.cc-intro2 p a:hover,
.cc-intro2 p a:active,
.cc-intro2 ul li a:hover,
.cc-intro2 ul li a:active {
  color: #264ae5;
}

.cc-intro2 .item__footer {
  color: #000000;
}
.cc-intro2 .item__footer a {
  color: #0024bf;
}
.cc-intro2 .item__footer a:hover,
.cc-intro2 .item__footer a:active {
  color: #264ae5;
}


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

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

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

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

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


.cc-focus {
  background-color: #FFFFFF;
  color: #000000;
  text-align: left;
}

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

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

.cc-focus .item__title a {
  color: #0024bf;
}
.cc-focus .item__title a:hover,
.cc-focus .item__title a:focus {
  color: #001d99;
}

  /* Embedded link colors */
  /*  */

.cc-focus p a,
.cc-focus ul li a {
  color: #0024bf;
}
.cc-focus p a:hover,
.cc-focus p a:active,
.cc-focus ul li a:hover,
.cc-focus ul li a:active {
  color: #264ae5;
}

.cc-focus .item__footer {
  color: #000000;
}
.cc-focus .item__footer a {
  color: #0024bf;
}
.cc-focus .item__footer a:hover,
.cc-focus .item__footer a:active {
  color: #264ae5;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-focus.category__footer h2 {
  border: 1px solid #000000;
}
.cc-focus.category__footer a {
  color: #0024bf;
}
.cc-focus.category__footer a:hover,
.cc-focus.category__footer a:focus {
  color: #001d99;
}
/* 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: #003491;
}

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

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


.cc-news {
  background-color: #FFFFFF;
  color: #000000;
  text-align: left;
}

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

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

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

  /* If title category_header_justification: left give icon some space */
  /*  */
    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 {
  }
}

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

.cc-news .item__title a {
  color: #0024bf;
}
.cc-news .item__title a:hover,
.cc-news .item__title a:focus {
  color: #001d99;
}

  /* Embedded link colors */
  /*  */

.cc-news p a,
.cc-news ul li a {
  color: #0024bf;
}
.cc-news p a:hover,
.cc-news p a:active,
.cc-news ul li a:hover,
.cc-news ul li a:active {
  color: #264ae5;
}

.cc-news .item__footer {
  color: #000000;
}
.cc-news .item__footer a {
  color: #0024bf;
}
.cc-news .item__footer a:hover,
.cc-news .item__footer a:active {
  color: #264ae5;
}


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

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

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

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

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


.cc-appleupdates {
  background-color: #FFFFFF;
  color: #000000;
  text-align: left;
}

.cc-appleupdates .category__title {
  color: #65765b;
  text-align: left;

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

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

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

.cc-appleupdates .item__title a {
  color: #0024bf;
}
.cc-appleupdates .item__title a:hover,
.cc-appleupdates .item__title a:focus {
  color: #001d99;
}

  /* Embedded link colors */
  /*  */

.cc-appleupdates p a,
.cc-appleupdates ul li a {
  color: #0024bf;
}
.cc-appleupdates p a:hover,
.cc-appleupdates p a:active,
.cc-appleupdates ul li a:hover,
.cc-appleupdates ul li a:active {
  color: #264ae5;
}

.cc-appleupdates .item__footer {
  color: #000000;
}
.cc-appleupdates .item__footer a {
  color: #0024bf;
}
.cc-appleupdates .item__footer a:hover,
.cc-appleupdates .item__footer a:active {
  color: #264ae5;
}


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

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

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

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

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


.cc-socialmedia {
  background-color: #FFFFFF;
  color: #000000;
  text-align: left;
}

.cc-socialmedia .category__title {
  color: #830081;
  text-align: left;

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

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

  /* If title category_header_justification: left give icon some space */
  /*  */
    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-socialmedia .category__title img {
  }
}

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

.cc-socialmedia .item__title a {
  color: #0024bf;
}
.cc-socialmedia .item__title a:hover,
.cc-socialmedia .item__title a:focus {
  color: #001d99;
}

  /* Embedded link colors */
  /*  */

.cc-socialmedia p a,
.cc-socialmedia ul li a {
  color: #0024bf;
}
.cc-socialmedia p a:hover,
.cc-socialmedia p a:active,
.cc-socialmedia ul li a:hover,
.cc-socialmedia ul li a:active {
  color: #264ae5;
}

.cc-socialmedia .item__footer {
  color: #000000;
}
.cc-socialmedia .item__footer a {
  color: #0024bf;
}
.cc-socialmedia .item__footer a:hover,
.cc-socialmedia .item__footer a:active {
  color: #264ae5;
}


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

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

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

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

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


.cc-security {
  background-color: #FFFFFF;
  color: #000000;
  text-align: left;
}

.cc-security .category__title {
  color: #740000;
  text-align: left;

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

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

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

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

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

.cc-security .item__title a {
  color: #0024bf;
}
.cc-security .item__title a:hover,
.cc-security .item__title a:focus {
  color: #001d99;
}

  /* Embedded link colors */
  /*  */

.cc-security p a,
.cc-security ul li a {
  color: #0024bf;
}
.cc-security p a:hover,
.cc-security p a:active,
.cc-security ul li a:hover,
.cc-security ul li a:active {
  color: #264ae5;
}

.cc-security .item__footer {
  color: #000000;
}
.cc-security .item__footer a {
  color: #0024bf;
}
.cc-security .item__footer a:hover,
.cc-security .item__footer a:active {
  color: #264ae5;
}


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

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

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

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

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


.cc-howto {
  background-color: #FFFFFF;
  color: #000000;
  text-align: left;
}

.cc-howto .category__title {
  color: #996200;
  text-align: left;

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

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

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

.cc-howto .item__title a {
  color: #0024bf;
}
.cc-howto .item__title a:hover,
.cc-howto .item__title a:focus {
  color: #001d99;
}

  /* Embedded link colors */
  /*  */

.cc-howto p a,
.cc-howto ul li a {
  color: #0024bf;
}
.cc-howto p a:hover,
.cc-howto p a:active,
.cc-howto ul li a:hover,
.cc-howto ul li a:active {
  color: #264ae5;
}

.cc-howto .item__footer {
  color: #000000;
}
.cc-howto .item__footer a {
  color: #0024bf;
}
.cc-howto .item__footer a:hover,
.cc-howto .item__footer a:active {
  color: #264ae5;
}


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

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

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

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

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


.cc-scripting {
  background-color: #FFFFFF;
  color: #000000;
  text-align: left;
}

.cc-scripting .category__title {
  color: #006c4c;
  text-align: left;

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

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

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

.cc-scripting .item__title a {
  color: #0024bf;
}
.cc-scripting .item__title a:hover,
.cc-scripting .item__title a:focus {
  color: #001d99;
}

  /* Embedded link colors */
  /*  */

.cc-scripting p a,
.cc-scripting ul li a {
  color: #0024bf;
}
.cc-scripting p a:hover,
.cc-scripting p a:active,
.cc-scripting ul li a:hover,
.cc-scripting ul li a:active {
  color: #264ae5;
}

.cc-scripting .item__footer {
  color: #000000;
}
.cc-scripting .item__footer a {
  color: #0024bf;
}
.cc-scripting .item__footer a:hover,
.cc-scripting .item__footer a:active {
  color: #264ae5;
}


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

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

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

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

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


.cc-applesupport {
  background-color: #FFFFFF;
  color: #000000;
  text-align: left;
}

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

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

.cc-applesupport .item__title a {
  color: #0024bf;
}
.cc-applesupport .item__title a:hover,
.cc-applesupport .item__title a:focus {
  color: #001d99;
}

  /* Embedded link colors */
  /*  */

.cc-applesupport p a,
.cc-applesupport ul li a {
  color: #0024bf;
}
.cc-applesupport p a:hover,
.cc-applesupport p a:active,
.cc-applesupport ul li a:hover,
.cc-applesupport ul li a:active {
  color: #264ae5;
}

.cc-applesupport .item__footer {
  color: #000000;
}
.cc-applesupport .item__footer a {
  color: #0024bf;
}
.cc-applesupport .item__footer a:hover,
.cc-applesupport .item__footer a:active {
  color: #264ae5;
}


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

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

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

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

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


.cc-releases {
  background-color: #FFFFFF;
  color: #000000;
  text-align: left;
}

.cc-releases .category__title {
  color: #3c2181;
  text-align: left;

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

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

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

.cc-releases .item__title a {
  color: #0024bf;
}
.cc-releases .item__title a:hover,
.cc-releases .item__title a:focus {
  color: #001d99;
}

  /* Embedded link colors */
  /*  */

.cc-releases p a,
.cc-releases ul li a {
  color: #0024bf;
}
.cc-releases p a:hover,
.cc-releases p a:active,
.cc-releases ul li a:hover,
.cc-releases ul li a:active {
  color: #264ae5;
}

.cc-releases .item__footer {
  color: #000000;
}
.cc-releases .item__footer a {
  color: #0024bf;
}
.cc-releases .item__footer a:hover,
.cc-releases .item__footer a:active {
  color: #264ae5;
}


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

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

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

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

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


.cc-watch {
  background-color: #FFFFFF;
  color: #000000;
  text-align: left;
}

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

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

.cc-watch .item__title a {
  color: #0024bf;
}
.cc-watch .item__title a:hover,
.cc-watch .item__title a:focus {
  color: #001d99;
}

  /* Embedded link colors */
  /*  */

.cc-watch p a,
.cc-watch ul li a {
  color: #0024bf;
}
.cc-watch p a:hover,
.cc-watch p a:active,
.cc-watch ul li a:hover,
.cc-watch ul li a:active {
  color: #264ae5;
}

.cc-watch .item__footer {
  color: #000000;
}
.cc-watch .item__footer a {
  color: #0024bf;
}
.cc-watch .item__footer a:hover,
.cc-watch .item__footer a:active {
  color: #264ae5;
}


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

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

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

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

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


.cc-listen {
  background-color: #FFFFFF;
  color: #000000;
  text-align: left;
}

.cc-listen .category__title {
  color: #6e7307;
  text-align: left;

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

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

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

.cc-listen .item__title a {
  color: #0024bf;
}
.cc-listen .item__title a:hover,
.cc-listen .item__title a:focus {
  color: #001d99;
}

  /* Embedded link colors */
  /*  */

.cc-listen p a,
.cc-listen ul li a {
  color: #0024bf;
}
.cc-listen p a:hover,
.cc-listen p a:active,
.cc-listen ul li a:hover,
.cc-listen ul li a:active {
  color: #264ae5;
}

.cc-listen .item__footer {
  color: #000000;
}
.cc-listen .item__footer a {
  color: #0024bf;
}
.cc-listen .item__footer a:hover,
.cc-listen .item__footer a:active {
  color: #264ae5;
}


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

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

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

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

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


.cc-justforfun {
  background-color: #FFFFFF;
  color: #000000;
  text-align: left;
}

.cc-justforfun .category__title {
  color: #672e7e;
  text-align: left;

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

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

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

.cc-justforfun .item__title a {
  color: #0024bf;
}
.cc-justforfun .item__title a:hover,
.cc-justforfun .item__title a:focus {
  color: #001d99;
}

  /* Embedded link colors */
  /*  */

.cc-justforfun p a,
.cc-justforfun ul li a {
  color: #0024bf;
}
.cc-justforfun p a:hover,
.cc-justforfun p a:active,
.cc-justforfun ul li a:hover,
.cc-justforfun ul li a:active {
  color: #264ae5;
}

.cc-justforfun .item__footer {
  color: #000000;
}
.cc-justforfun .item__footer a {
  color: #0024bf;
}
.cc-justforfun .item__footer a:hover,
.cc-justforfun .item__footer a:active {
  color: #264ae5;
}


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

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

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

.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(0,0,0,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: #0024bf;
  color: #0024bf;
}

/* 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(0,0,0,0.9);
}

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

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

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

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

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


/* Subscription pages */
/*  */
.subscription__resubscribe__btn {
  color: #0024bf;
}
.subscription__resubscribe__btn:hover,
.subscription__resubscribe__btn:focus {
  color: #264ae5;
}


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

/* Sponsorship pages */
/*  */
.sponsorship a {
  color: #0024bf;
}
.sponsorship a:hover,
.sponsorship a:active {
  color: #264ae5;
}

.sponsorship__quicklinks {
  color: rgba(0,0,0,0.7);
}
.sponsorship__quicklinks a {
  color: rgba(0,0,0,0.7);
}
.sponsorship__quicklinks a:hover,
.sponsorship__quicklinks a:active {
  color: #000000;
}

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

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

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

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

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

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


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