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

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

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

/* Header */
.header {
  background-color: #ffffff;
  color: #454547;
}

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

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

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

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

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

  color: #FFFFFF;
}

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

.header .btn:hover,
.btn-primary:hover,
.header .btn:focus,
.btn-primary:focus {
  background-color: #018ae5;
  color: #FFFFFF;

}

@media (min-width: 760px) {
  .navbar-search .form-control {
    border: 1px solid #e6e6e6;
    -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: #0199fe;
}
.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-introduction .item__heading {
  color: #0199fe;
}

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

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


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

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

.cc-introduction .item__title a {
  color: #0199fe;
}
.cc-introduction .item__title a:hover,
.cc-introduction .item__title a:focus {
  color: #017acb;
}

  /* Embedded link colors */
  /*  */

.cc-introduction p a,
.cc-introduction ul li a {
  color: #0199fe;
}
.cc-introduction p a:hover,
.cc-introduction p a:active,
.cc-introduction ul li a:hover,
.cc-introduction ul li a:active {
  color: #27bfff;
}

.cc-introduction .item__footer {
  color: #454547;
}
.cc-introduction .item__footer a {
  color: #0199fe;
}
.cc-introduction .item__footer a:hover,
.cc-introduction .item__footer a:active {
  color: #27bfff;
}


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

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

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

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

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


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

.cc-guideadditions .category__title {
  color: #f0c300;
  text-align: left;

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

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

.cc-guideadditions .item__title a {
  color: #0199fe;
}
.cc-guideadditions .item__title a:hover,
.cc-guideadditions .item__title a:focus {
  color: #017acb;
}

  /* Embedded link colors */
  /*  */

.cc-guideadditions p a,
.cc-guideadditions ul li a {
  color: #0199fe;
}
.cc-guideadditions p a:hover,
.cc-guideadditions p a:active,
.cc-guideadditions ul li a:hover,
.cc-guideadditions ul li a:active {
  color: #27bfff;
}

.cc-guideadditions .item__footer {
  color: #454547;
}
.cc-guideadditions .item__footer a {
  color: #0199fe;
}
.cc-guideadditions .item__footer a:hover,
.cc-guideadditions .item__footer a:active {
  color: #27bfff;
}


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

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

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

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

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


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

.cc-tech .category__title {
  color: #f0c300;
  text-align: left;

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

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

.cc-tech .item__title a {
  color: #0199fe;
}
.cc-tech .item__title a:hover,
.cc-tech .item__title a:focus {
  color: #017acb;
}

  /* Embedded link colors */
  /*  */

.cc-tech p a,
.cc-tech ul li a {
  color: #0199fe;
}
.cc-tech p a:hover,
.cc-tech p a:active,
.cc-tech ul li a:hover,
.cc-tech ul li a:active {
  color: #27bfff;
}

.cc-tech .item__footer {
  color: #454547;
}
.cc-tech .item__footer a {
  color: #0199fe;
}
.cc-tech .item__footer a:hover,
.cc-tech .item__footer a:active {
  color: #27bfff;
}


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

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

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

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

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


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

.cc-platforms .category__title {
  color: #f0c300;
  text-align: left;

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

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

.cc-platforms .item__title a {
  color: #0199fe;
}
.cc-platforms .item__title a:hover,
.cc-platforms .item__title a:focus {
  color: #017acb;
}

  /* Embedded link colors */
  /*  */

.cc-platforms p a,
.cc-platforms ul li a {
  color: #0199fe;
}
.cc-platforms p a:hover,
.cc-platforms p a:active,
.cc-platforms ul li a:hover,
.cc-platforms ul li a:active {
  color: #27bfff;
}

.cc-platforms .item__footer {
  color: #454547;
}
.cc-platforms .item__footer a {
  color: #0199fe;
}
.cc-platforms .item__footer a:hover,
.cc-platforms .item__footer a:active {
  color: #27bfff;
}


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

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

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

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

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


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

.cc-video .category__title {
  color: #f0c300;
  text-align: left;

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

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

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

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

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

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

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

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

.cc-video .item__title a {
  color: #0199fe;
}
.cc-video .item__title a:hover,
.cc-video .item__title a:focus {
  color: #017acb;
}

  /* Embedded link colors */
  /*  */

.cc-video p a,
.cc-video ul li a {
  color: #0199fe;
}
.cc-video p a:hover,
.cc-video p a:active,
.cc-video ul li a:hover,
.cc-video ul li a:active {
  color: #27bfff;
}

.cc-video .item__footer {
  color: #454547;
}
.cc-video .item__footer a {
  color: #0199fe;
}
.cc-video .item__footer a:hover,
.cc-video .item__footer a:active {
  color: #27bfff;
}


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

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

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

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

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


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

.cc-ai .category__title {
  color: #f0c300;
  text-align: left;

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

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

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

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

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

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

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

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

.cc-ai .item__title a {
  color: #0199fe;
}
.cc-ai .item__title a:hover,
.cc-ai .item__title a:focus {
  color: #017acb;
}

  /* Embedded link colors */
  /*  */

.cc-ai p a,
.cc-ai ul li a {
  color: #0199fe;
}
.cc-ai p a:hover,
.cc-ai p a:active,
.cc-ai ul li a:hover,
.cc-ai ul li a:active {
  color: #27bfff;
}

.cc-ai .item__footer {
  color: #454547;
}
.cc-ai .item__footer a {
  color: #0199fe;
}
.cc-ai .item__footer a:hover,
.cc-ai .item__footer a:active {
  color: #27bfff;
}


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

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

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

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

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


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

.cc-aitoolstesting .category__title {
  color: #f0c300;
  text-align: left;

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

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

.cc-aitoolstesting .item__title a {
  color: #0199fe;
}
.cc-aitoolstesting .item__title a:hover,
.cc-aitoolstesting .item__title a:focus {
  color: #017acb;
}

  /* Embedded link colors */
  /*  */

.cc-aitoolstesting p a,
.cc-aitoolstesting ul li a {
  color: #0199fe;
}
.cc-aitoolstesting p a:hover,
.cc-aitoolstesting p a:active,
.cc-aitoolstesting ul li a:hover,
.cc-aitoolstesting ul li a:active {
  color: #27bfff;
}

.cc-aitoolstesting .item__footer {
  color: #454547;
}
.cc-aitoolstesting .item__footer a {
  color: #0199fe;
}
.cc-aitoolstesting .item__footer a:hover,
.cc-aitoolstesting .item__footer a:active {
  color: #27bfff;
}


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

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

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

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

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


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

.cc-trends .category__title {
  color: #f0c300;
  text-align: left;

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

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

.cc-trends .item__title a {
  color: #0199fe;
}
.cc-trends .item__title a:hover,
.cc-trends .item__title a:focus {
  color: #017acb;
}

  /* Embedded link colors */
  /*  */

.cc-trends p a,
.cc-trends ul li a {
  color: #0199fe;
}
.cc-trends p a:hover,
.cc-trends p a:active,
.cc-trends ul li a:hover,
.cc-trends ul li a:active {
  color: #27bfff;
}

.cc-trends .item__footer {
  color: #454547;
}
.cc-trends .item__footer a {
  color: #0199fe;
}
.cc-trends .item__footer a:hover,
.cc-trends .item__footer a:active {
  color: #27bfff;
}


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

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

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

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

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


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

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

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

.cc-ourtitlesponsor .item__title a {
  color: #0199fe;
}
.cc-ourtitlesponsor .item__title a:hover,
.cc-ourtitlesponsor .item__title a:focus {
  color: #017acb;
}

  /* Embedded link colors */
  /*  */

.cc-ourtitlesponsor p a,
.cc-ourtitlesponsor ul li a {
  color: #0199fe;
}
.cc-ourtitlesponsor p a:hover,
.cc-ourtitlesponsor p a:active,
.cc-ourtitlesponsor ul li a:hover,
.cc-ourtitlesponsor ul li a:active {
  color: #27bfff;
}

.cc-ourtitlesponsor .item__footer {
  color: #454547;
}
.cc-ourtitlesponsor .item__footer a {
  color: #0199fe;
}
.cc-ourtitlesponsor .item__footer a:hover,
.cc-ourtitlesponsor .item__footer a:active {
  color: #27bfff;
}


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

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

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

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

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


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

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

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

.cc-sponsoredlinks .item__title a {
  color: #0199fe;
}
.cc-sponsoredlinks .item__title a:hover,
.cc-sponsoredlinks .item__title a:focus {
  color: #017acb;
}

  /* Embedded link colors */
  /*  */

.cc-sponsoredlinks p a,
.cc-sponsoredlinks ul li a {
  color: #0199fe;
}
.cc-sponsoredlinks p a:hover,
.cc-sponsoredlinks p a:active,
.cc-sponsoredlinks ul li a:hover,
.cc-sponsoredlinks ul li a:active {
  color: #27bfff;
}

.cc-sponsoredlinks .item__footer {
  color: #454547;
}
.cc-sponsoredlinks .item__footer a {
  color: #0199fe;
}
.cc-sponsoredlinks .item__footer a:hover,
.cc-sponsoredlinks .item__footer a:active {
  color: #27bfff;
}


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

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

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

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

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


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

.cc-seo .category__title {
  color: #f0c300;
  text-align: left;

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

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

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

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

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

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

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

.cc-seo .item__title a {
  color: #0199fe;
}
.cc-seo .item__title a:hover,
.cc-seo .item__title a:focus {
  color: #017acb;
}

  /* Embedded link colors */
  /*  */

.cc-seo p a,
.cc-seo ul li a {
  color: #0199fe;
}
.cc-seo p a:hover,
.cc-seo p a:active,
.cc-seo ul li a:hover,
.cc-seo ul li a:active {
  color: #27bfff;
}

.cc-seo .item__footer {
  color: #454547;
}
.cc-seo .item__footer a {
  color: #0199fe;
}
.cc-seo .item__footer a:hover,
.cc-seo .item__footer a:active {
  color: #27bfff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-seo.category__footer h2 {
  border: 1px solid #454547;
}
.cc-seo.category__footer a {
  color: #0199fe;
}
.cc-seo.category__footer a:hover,
.cc-seo.category__footer a:focus {
  color: #017acb;
}
/* 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: #f0c300;
}

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

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


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

.cc-tips .category__title {
  color: #f0c300;
  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 */
  /*  */

  /* 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: #0199fe;
}
.cc-tips .item__title a:hover,
.cc-tips .item__title a:focus {
  color: #017acb;
}

  /* Embedded link colors */
  /*  */

.cc-tips p a,
.cc-tips ul li a {
  color: #0199fe;
}
.cc-tips p a:hover,
.cc-tips p a:active,
.cc-tips ul li a:hover,
.cc-tips ul li a:active {
  color: #27bfff;
}

.cc-tips .item__footer {
  color: #454547;
}
.cc-tips .item__footer a {
  color: #0199fe;
}
.cc-tips .item__footer a:hover,
.cc-tips .item__footer a:active {
  color: #27bfff;
}


  /* 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: #0199fe;
}
.cc-tips.category__footer a:hover,
.cc-tips.category__footer a:focus {
  color: #017acb;
}
/* Search modifier classes */
/*  */

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

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

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


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

.cc-social .category__title {
  color: #f0c300;
  text-align: left;

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

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

.cc-social .item__title a {
  color: #0199fe;
}
.cc-social .item__title a:hover,
.cc-social .item__title a:focus {
  color: #017acb;
}

  /* Embedded link colors */
  /*  */

.cc-social p a,
.cc-social ul li a {
  color: #0199fe;
}
.cc-social p a:hover,
.cc-social p a:active,
.cc-social ul li a:hover,
.cc-social ul li a:active {
  color: #27bfff;
}

.cc-social .item__footer {
  color: #454547;
}
.cc-social .item__footer a {
  color: #0199fe;
}
.cc-social .item__footer a:hover,
.cc-social .item__footer a:active {
  color: #27bfff;
}


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

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

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

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

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


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

.cc-business .category__title {
  color: #f0c300;
  text-align: left;

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

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

.cc-business .item__title a {
  color: #0199fe;
}
.cc-business .item__title a:hover,
.cc-business .item__title a:focus {
  color: #017acb;
}

  /* Embedded link colors */
  /*  */

.cc-business p a,
.cc-business ul li a {
  color: #0199fe;
}
.cc-business p a:hover,
.cc-business p a:active,
.cc-business ul li a:hover,
.cc-business ul li a:active {
  color: #27bfff;
}

.cc-business .item__footer {
  color: #454547;
}
.cc-business .item__footer a {
  color: #0199fe;
}
.cc-business .item__footer a:hover,
.cc-business .item__footer a:active {
  color: #27bfff;
}


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

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

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

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

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


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

.cc-monetization .category__title {
  color: #f0c300;
  text-align: left;

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

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

.cc-monetization .item__title a {
  color: #0199fe;
}
.cc-monetization .item__title a:hover,
.cc-monetization .item__title a:focus {
  color: #017acb;
}

  /* Embedded link colors */
  /*  */

.cc-monetization p a,
.cc-monetization ul li a {
  color: #0199fe;
}
.cc-monetization p a:hover,
.cc-monetization p a:active,
.cc-monetization ul li a:hover,
.cc-monetization ul li a:active {
  color: #27bfff;
}

.cc-monetization .item__footer {
  color: #454547;
}
.cc-monetization .item__footer a {
  color: #0199fe;
}
.cc-monetization .item__footer a:hover,
.cc-monetization .item__footer a:active {
  color: #27bfff;
}


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

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

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

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

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


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

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

.cc-afterword .item__title a {
  color: #0199fe;
}
.cc-afterword .item__title a:hover,
.cc-afterword .item__title a:focus {
  color: #017acb;
}

  /* Embedded link colors */
  /*  */

.cc-afterword p a,
.cc-afterword ul li a {
  color: #0199fe;
}
.cc-afterword p a:hover,
.cc-afterword p a:active,
.cc-afterword ul li a:hover,
.cc-afterword ul li a:active {
  color: #27bfff;
}

.cc-afterword .item__footer {
  color: #454547;
}
.cc-afterword .item__footer a {
  color: #0199fe;
}
.cc-afterword .item__footer a:hover,
.cc-afterword .item__footer a:active {
  color: #27bfff;
}


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

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

/* 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: #0199fe;
  color: #0199fe;
}

/* 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(69,69,71,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 #e6e6e6;
  -webkit-background-clip: padding-box;
}

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

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

.header--withimage .cta--header .btn {
  background-color: #0199fe;
}
.header--withimage .cta--header .btn:hover,
.header--withimage .cta--header .btn:focus {
  background-color: #0191f1;
}


/* Subscription pages */
/*  */
.subscription__resubscribe__btn {
  color: #0199fe;
}
.subscription__resubscribe__btn:hover,
.subscription__resubscribe__btn:focus {
  color: #27bfff;
}


/* 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: #0199fe;
}
.sponsorship a:hover,
.sponsorship a:active {
  color: #27bfff;
}

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

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


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