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

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

/* Default .btn */
/*  */
.btn {
  background-color: #1d2e42;
  color: #FFFFFF;
}
.btn:hover,
.btn:focus {
  background-color: #435468;
  color: #FFFFFF;
}

/* Header */
.header {
  background-color: #1d2e42;
  color: #FFFFFF;
}

/* Header with image */
/*  */
.header--withimage .header {
  background-color: transparent;
}

/* This is decided by Curated */
@media (max-width: 760px) {
  .header .navbar-collapse {
    background-color: #252526;
  }
  .header .navbar-collapse a {
    color: rgba(255,255,255,0.8);
  }
  .header .navbar-collapse a:hover,
  .header .navbar-collapse a:active {
    color: #ffffff;
  }
}
.header .navbar-search {
  background-color: #252526;
}

.header .navbar-search-bar {
  background-color: rgba(255,255,255,0.8);
}

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

.header .navbar-toggle .navbar-toggle-bar {
  background-color: rgba(255,255,255,0.8);
}
.header .navbar-toggle:hover .navbar-toggle-bar,
.header .navbar-toggle:active .navbar-toggle-bar {
  background-color: #FFFFFF;
}
/* This is decided by Curated */
/* matches .navbar-collapse a above */
.header .navbar-toggle .icon-cross {
  color: rgba(255,255,255,0.8);
}
.header .navbar-toggle .icon-cross:hover,
.header .navbar-toggle .icon-cross:active {
  color: #ffffff;
}
.header a {
  color: rgba(255,255,255,0.8);
}
.header a:hover,
.header a:active {
  color: #FFFFFF;
}
.header a.navbar-brand {
  color: #FFFFFF;
}

/* Colors for email and search inputs in header */
/*  */
.header .form-control {
  background-color: rgba(255,255,255,0.9);
  color: #000000;
}

/* Placeholder colors */
/*  */
.header ::-moz-placeholder {
  color: #111c28;
}
.header :-ms-input-placeholder {
  color: #111c28;
}
.header ::placeholder {
  color: #111c28;
}

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

  color: #FFFFFF;
}

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

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

}

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

.item__heading {
  /* This is .item__heading on search and archives */
  color: #1b95ea;
}
.item__footer {
  /* This is .item__footer on search and archives */
  color: rgba(29,46,66,0.7);
}

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

/* If issue date is displayed along with title <time> gets wrapped in an <i> */
/*  */
.issue__heading h1 i {
  color: rgba(29,46,66,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-inhousearticles .item__heading {
  color: #0078ff;
}

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

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


.cc-inhousearticles {
  background-color: #ffffff;
  color: #000000;
  text-align: left;
}

.cc-inhousearticles .category__title {
  color: #0078ff;
  text-align: left;

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

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

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

.cc-inhousearticles .item__title a {
  color: #0078ff;
}
.cc-inhousearticles .item__title a:hover,
.cc-inhousearticles .item__title a:focus {
  color: #0060cc;
}

  /* Embedded link colors */
  /*  */

.cc-inhousearticles p a,
.cc-inhousearticles ul li a {
  color: #0078ff;
}
.cc-inhousearticles p a:hover,
.cc-inhousearticles p a:active,
.cc-inhousearticles ul li a:hover,
.cc-inhousearticles ul li a:active {
  color: #269eff;
}

.cc-inhousearticles .item__footer {
  color: #000000;
}
.cc-inhousearticles .item__footer a {
  color: #0078ff;
}
.cc-inhousearticles .item__footer a:hover,
.cc-inhousearticles .item__footer a:active {
  color: #269eff;
}


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

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

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

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

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


.cc-recommendedarticles {
  background-color: #FFFFFF;
  color: #1d2e42;
  text-align: left;
}

.cc-recommendedarticles .category__title {
  color: #cc5eeb;
  text-align: left;

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

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

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

.cc-recommendedarticles .item__title a {
  color: #cc5eeb;
}
.cc-recommendedarticles .item__title a:hover,
.cc-recommendedarticles .item__title a:focus {
  color: #a34bbc;
}

  /* Embedded link colors */
  /*  */

.cc-recommendedarticles p a,
.cc-recommendedarticles ul li a {
  color: #cc5eeb;
}
.cc-recommendedarticles p a:hover,
.cc-recommendedarticles p a:active,
.cc-recommendedarticles ul li a:hover,
.cc-recommendedarticles ul li a:active {
  color: #ad50c8;
}

.cc-recommendedarticles .item__footer {
  color: #1d2e42;
}
.cc-recommendedarticles .item__footer a {
  color: #cc5eeb;
}
.cc-recommendedarticles .item__footer a:hover,
.cc-recommendedarticles .item__footer a:active {
  color: #ad50c8;
}


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

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

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

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

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


.cc-specialannouncement {
  background-color: #ffffff;
  color: #000000;
  text-align: left;
}

.cc-specialannouncement .category__title {
  color: #ff7332;
  text-align: left;

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

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

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

.cc-specialannouncement .item__title a {
  color: #ff7332;
}
.cc-specialannouncement .item__title a:hover,
.cc-specialannouncement .item__title a:focus {
  color: #cc5c28;
}

  /* Embedded link colors */
  /*  */

.cc-specialannouncement p a,
.cc-specialannouncement ul li a {
  color: #ff7332;
}
.cc-specialannouncement p a:hover,
.cc-specialannouncement p a:active,
.cc-specialannouncement ul li a:hover,
.cc-specialannouncement ul li a:active {
  color: #d9622b;
}

.cc-specialannouncement .item__footer {
  color: #000000;
}
.cc-specialannouncement .item__footer a {
  color: #ff7332;
}
.cc-specialannouncement .item__footer a:hover,
.cc-specialannouncement .item__footer a:active {
  color: #d9622b;
}


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

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

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

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

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


.cc-indieappshoutout {
  background-color: #ecdff5;
  color: #1d2e42;
  text-align: left;
}

.cc-indieappshoutout .category__title {
  color: #800080;
  text-align: left;

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

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

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

.cc-indieappshoutout .item__title a {
  color: #800080;
}
.cc-indieappshoutout .item__title a:hover,
.cc-indieappshoutout .item__title a:focus {
  color: #660066;
}

  /* Embedded link colors */
  /*  */

.cc-indieappshoutout p a,
.cc-indieappshoutout ul li a {
  color: #800080;
}
.cc-indieappshoutout p a:hover,
.cc-indieappshoutout p a:active,
.cc-indieappshoutout ul li a:hover,
.cc-indieappshoutout ul li a:active {
  color: #a626a6;
}

.cc-indieappshoutout .item__footer {
  color: #1d2e42;
}
.cc-indieappshoutout .item__footer a {
  color: #800080;
}
.cc-indieappshoutout .item__footer a:hover,
.cc-indieappshoutout .item__footer a:active {
  color: #a626a6;
}


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

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

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

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

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


.cc-sponsoroftheweek {
  background-color: #FFFFFF;
  color: #1d2e42;
  text-align: left;
}

.cc-sponsoroftheweek .category__title {
  color: #ff7332;
  text-align: left;

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

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

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

.cc-sponsoroftheweek .item__title a {
  color: #ff7332;
}
.cc-sponsoroftheweek .item__title a:hover,
.cc-sponsoroftheweek .item__title a:focus {
  color: #cc5c28;
}

  /* Embedded link colors */
  /*  */

.cc-sponsoroftheweek p a,
.cc-sponsoroftheweek ul li a {
  color: #ff7332;
}
.cc-sponsoroftheweek p a:hover,
.cc-sponsoroftheweek p a:active,
.cc-sponsoroftheweek ul li a:hover,
.cc-sponsoroftheweek ul li a:active {
  color: #d9622b;
}

.cc-sponsoroftheweek .item__footer {
  color: #1d2e42;
}
.cc-sponsoroftheweek .item__footer a {
  color: #ff7332;
}
.cc-sponsoroftheweek .item__footer a:hover,
.cc-sponsoroftheweek .item__footer a:active {
  color: #d9622b;
}


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

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

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

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

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


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

.cc-usefulstuff .category__title {
  color: #227594;
  text-align: left;

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

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

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

.cc-usefulstuff .item__title a {
  color: #227594;
}
.cc-usefulstuff .item__title a:hover,
.cc-usefulstuff .item__title a:focus {
  color: #1b5e76;
}

  /* Embedded link colors */
  /*  */

.cc-usefulstuff p a,
.cc-usefulstuff ul li a {
  color: #227594;
}
.cc-usefulstuff p a:hover,
.cc-usefulstuff p a:active,
.cc-usefulstuff ul li a:hover,
.cc-usefulstuff ul li a:active {
  color: #489bba;
}

.cc-usefulstuff .item__footer {
  color: #000000;
}
.cc-usefulstuff .item__footer a {
  color: #227594;
}
.cc-usefulstuff .item__footer a:hover,
.cc-usefulstuff .item__footer a:active {
  color: #489bba;
}


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

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

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

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

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


.cc-jobs {
  background-color: #FFFFFF;
  color: #1d2e42;
  text-align: left;
}

.cc-jobs .category__title {
  color: #5b1be4;
  text-align: left;

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

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

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

.cc-jobs .item__title a {
  color: #5b1be4;
}
.cc-jobs .item__title a:hover,
.cc-jobs .item__title a:focus {
  color: #4916b6;
}

  /* Embedded link colors */
  /*  */

.cc-jobs p a,
.cc-jobs ul li a {
  color: #5b1be4;
}
.cc-jobs p a:hover,
.cc-jobs p a:active,
.cc-jobs ul li a:hover,
.cc-jobs ul li a:active {
  color: #8141ff;
}

.cc-jobs .item__footer {
  color: #1d2e42;
}
.cc-jobs .item__footer a {
  color: #5b1be4;
}
.cc-jobs .item__footer a:hover,
.cc-jobs .item__footer a:active {
  color: #8141ff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-jobs.category__footer h2 {
  border: 1px solid #1d2e42;
}
.cc-jobs.category__footer a {
  color: #5b1be4;
}
.cc-jobs.category__footer a:hover,
.cc-jobs.category__footer a:focus {
  color: #4916b6;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-letsmeetinbangalore {
  background-color: #FFFFFF;
  color: #1d2e42;
  text-align: left;
}

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

.cc-letsmeetinbangalore .item__title a {
  color: #1b95ea;
}
.cc-letsmeetinbangalore .item__title a:hover,
.cc-letsmeetinbangalore .item__title a:focus {
  color: #1677bb;
}

  /* Embedded link colors */
  /*  */

.cc-letsmeetinbangalore p a,
.cc-letsmeetinbangalore ul li a {
  color: #1b95ea;
}
.cc-letsmeetinbangalore p a:hover,
.cc-letsmeetinbangalore p a:active,
.cc-letsmeetinbangalore ul li a:hover,
.cc-letsmeetinbangalore ul li a:active {
  color: #41bbff;
}

.cc-letsmeetinbangalore .item__footer {
  color: #1d2e42;
}
.cc-letsmeetinbangalore .item__footer a {
  color: #1b95ea;
}
.cc-letsmeetinbangalore .item__footer a:hover,
.cc-letsmeetinbangalore .item__footer a:active {
  color: #41bbff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-letsmeetinbangalore.category__footer h2 {
  border: 1px solid #1d2e42;
}
.cc-letsmeetinbangalore.category__footer a {
  color: #1b95ea;
}
.cc-letsmeetinbangalore.category__footer a:hover,
.cc-letsmeetinbangalore.category__footer a:focus {
  color: #1677bb;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-joiniosdevslackcommunity {
  background-color: #FFFFFF;
  color: #1d2e42;
  text-align: left;
}

.cc-joiniosdevslackcommunity .category__title {
  color: #d39a18;
  text-align: left;

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

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

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

.cc-joiniosdevslackcommunity .item__title a {
  color: #1b95ea;
}
.cc-joiniosdevslackcommunity .item__title a:hover,
.cc-joiniosdevslackcommunity .item__title a:focus {
  color: #1677bb;
}

  /* Embedded link colors */
  /*  */

.cc-joiniosdevslackcommunity p a,
.cc-joiniosdevslackcommunity ul li a {
  color: #1b95ea;
}
.cc-joiniosdevslackcommunity p a:hover,
.cc-joiniosdevslackcommunity p a:active,
.cc-joiniosdevslackcommunity ul li a:hover,
.cc-joiniosdevslackcommunity ul li a:active {
  color: #41bbff;
}

.cc-joiniosdevslackcommunity .item__footer {
  color: #1d2e42;
}
.cc-joiniosdevslackcommunity .item__footer a {
  color: #1b95ea;
}
.cc-joiniosdevslackcommunity .item__footer a:hover,
.cc-joiniosdevslackcommunity .item__footer a:active {
  color: #41bbff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-joiniosdevslackcommunity.category__footer h2 {
  border: 1px solid #1d2e42;
}
.cc-joiniosdevslackcommunity.category__footer a {
  color: #1b95ea;
}
.cc-joiniosdevslackcommunity.category__footer a:hover,
.cc-joiniosdevslackcommunity.category__footer a:focus {
  color: #1677bb;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-swiftanytimedelhimeetupwrap {
  background-color: #FFFFFF;
  color: #1d2e42;
  text-align: left;
}

.cc-swiftanytimedelhimeetupwrap .category__title {
  color: #ff3297;
  text-align: left;

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

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

.cc-swiftanytimedelhimeetupwrap .item__title a {
  color: #1b95ea;
}
.cc-swiftanytimedelhimeetupwrap .item__title a:hover,
.cc-swiftanytimedelhimeetupwrap .item__title a:focus {
  color: #1677bb;
}

  /* Embedded link colors */
  /*  */

.cc-swiftanytimedelhimeetupwrap p a,
.cc-swiftanytimedelhimeetupwrap ul li a {
  color: #1b95ea;
}
.cc-swiftanytimedelhimeetupwrap p a:hover,
.cc-swiftanytimedelhimeetupwrap p a:active,
.cc-swiftanytimedelhimeetupwrap ul li a:hover,
.cc-swiftanytimedelhimeetupwrap ul li a:active {
  color: #41bbff;
}

.cc-swiftanytimedelhimeetupwrap .item__footer {
  color: #1d2e42;
}
.cc-swiftanytimedelhimeetupwrap .item__footer a {
  color: #1b95ea;
}
.cc-swiftanytimedelhimeetupwrap .item__footer a:hover,
.cc-swiftanytimedelhimeetupwrap .item__footer a:active {
  color: #41bbff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-swiftanytimedelhimeetupwrap.category__footer h2 {
  border: 1px solid #1d2e42;
}
.cc-swiftanytimedelhimeetupwrap.category__footer a {
  color: #1b95ea;
}
.cc-swiftanytimedelhimeetupwrap.category__footer a:hover,
.cc-swiftanytimedelhimeetupwrap.category__footer a:focus {
  color: #1677bb;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-swiftanytimeiosbangaloremeetup {
  background-color: #FFFFFF;
  color: #1d2e42;
  text-align: left;
}

.cc-swiftanytimeiosbangaloremeetup .category__title {
  color: #ff7332;
  text-align: left;

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

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

.cc-swiftanytimeiosbangaloremeetup .item__title a {
  color: #1b95ea;
}
.cc-swiftanytimeiosbangaloremeetup .item__title a:hover,
.cc-swiftanytimeiosbangaloremeetup .item__title a:focus {
  color: #1677bb;
}

  /* Embedded link colors */
  /*  */

.cc-swiftanytimeiosbangaloremeetup p a,
.cc-swiftanytimeiosbangaloremeetup ul li a {
  color: #1b95ea;
}
.cc-swiftanytimeiosbangaloremeetup p a:hover,
.cc-swiftanytimeiosbangaloremeetup p a:active,
.cc-swiftanytimeiosbangaloremeetup ul li a:hover,
.cc-swiftanytimeiosbangaloremeetup ul li a:active {
  color: #41bbff;
}

.cc-swiftanytimeiosbangaloremeetup .item__footer {
  color: #1d2e42;
}
.cc-swiftanytimeiosbangaloremeetup .item__footer a {
  color: #1b95ea;
}
.cc-swiftanytimeiosbangaloremeetup .item__footer a:hover,
.cc-swiftanytimeiosbangaloremeetup .item__footer a:active {
  color: #41bbff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-swiftanytimeiosbangaloremeetup.category__footer h2 {
  border: 1px solid #1d2e42;
}
.cc-swiftanytimeiosbangaloremeetup.category__footer a {
  color: #1b95ea;
}
.cc-swiftanytimeiosbangaloremeetup.category__footer a:hover,
.cc-swiftanytimeiosbangaloremeetup.category__footer a:focus {
  color: #1677bb;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-newsupdates {
  background-color: #FFFFFF;
  color: #1d2e42;
  text-align: left;
}

.cc-newsupdates .category__title {
  color: #556cc6;
  text-align: left;

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

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

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

.cc-newsupdates .item__title a {
  color: #556cc6;
}
.cc-newsupdates .item__title a:hover,
.cc-newsupdates .item__title a:focus {
  color: #44569e;
}

  /* Embedded link colors */
  /*  */

.cc-newsupdates p a,
.cc-newsupdates ul li a {
  color: #556cc6;
}
.cc-newsupdates p a:hover,
.cc-newsupdates p a:active,
.cc-newsupdates ul li a:hover,
.cc-newsupdates ul li a:active {
  color: #7b92ec;
}

.cc-newsupdates .item__footer {
  color: #1d2e42;
}
.cc-newsupdates .item__footer a {
  color: #556cc6;
}
.cc-newsupdates .item__footer a:hover,
.cc-newsupdates .item__footer a:active {
  color: #7b92ec;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-newsupdates.category__footer h2 {
  border: 1px solid #1d2e42;
}
.cc-newsupdates.category__footer a {
  color: #556cc6;
}
.cc-newsupdates.category__footer a:hover,
.cc-newsupdates.category__footer a:focus {
  color: #44569e;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-iosinterviewquestions {
  background-color: #FFFFFF;
  color: #1d2e42;
  text-align: left;
}

.cc-iosinterviewquestions .category__title {
  color: #008c15;
  text-align: left;

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

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

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

.cc-iosinterviewquestions .item__title a {
  color: #008c15;
}
.cc-iosinterviewquestions .item__title a:hover,
.cc-iosinterviewquestions .item__title a:focus {
  color: #007011;
}

  /* Embedded link colors */
  /*  */

.cc-iosinterviewquestions p a,
.cc-iosinterviewquestions ul li a {
  color: #008c15;
}
.cc-iosinterviewquestions p a:hover,
.cc-iosinterviewquestions p a:active,
.cc-iosinterviewquestions ul li a:hover,
.cc-iosinterviewquestions ul li a:active {
  color: #26b23b;
}

.cc-iosinterviewquestions .item__footer {
  color: #1d2e42;
}
.cc-iosinterviewquestions .item__footer a {
  color: #008c15;
}
.cc-iosinterviewquestions .item__footer a:hover,
.cc-iosinterviewquestions .item__footer a:active {
  color: #26b23b;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-iosinterviewquestions.category__footer h2 {
  border: 1px solid #1d2e42;
}
.cc-iosinterviewquestions.category__footer a {
  color: #008c15;
}
.cc-iosinterviewquestions.category__footer a:hover,
.cc-iosinterviewquestions.category__footer a:focus {
  color: #007011;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-iosgoodpractices {
  background-color: #FFFFFF;
  color: #1d2e42;
  text-align: left;
}

.cc-iosgoodpractices .category__title {
  color: #13cfec;
  text-align: left;

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

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

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

.cc-iosgoodpractices .item__title a {
  color: #13cfec;
}
.cc-iosgoodpractices .item__title a:hover,
.cc-iosgoodpractices .item__title a:focus {
  color: #0fa6bd;
}

  /* Embedded link colors */
  /*  */

.cc-iosgoodpractices p a,
.cc-iosgoodpractices ul li a {
  color: #13cfec;
}
.cc-iosgoodpractices p a:hover,
.cc-iosgoodpractices p a:active,
.cc-iosgoodpractices ul li a:hover,
.cc-iosgoodpractices ul li a:active {
  color: #10b0c9;
}

.cc-iosgoodpractices .item__footer {
  color: #1d2e42;
}
.cc-iosgoodpractices .item__footer a {
  color: #13cfec;
}
.cc-iosgoodpractices .item__footer a:hover,
.cc-iosgoodpractices .item__footer a:active {
  color: #10b0c9;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-iosgoodpractices.category__footer h2 {
  border: 1px solid #1d2e42;
}
.cc-iosgoodpractices.category__footer a {
  color: #13cfec;
}
.cc-iosgoodpractices.category__footer a:hover,
.cc-iosgoodpractices.category__footer a:focus {
  color: #0fa6bd;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-codequiz {
  background-color: #FFFFFF;
  color: #1d2e42;
  text-align: left;
}

.cc-codequiz .category__title {
  color: #f9b911;
  text-align: left;

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

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

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

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

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

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

.cc-codequiz .item__title a {
  color: #1b95ea;
}
.cc-codequiz .item__title a:hover,
.cc-codequiz .item__title a:focus {
  color: #1677bb;
}

  /* Embedded link colors */
  /*  */

.cc-codequiz p a,
.cc-codequiz ul li a {
  color: #1b95ea;
}
.cc-codequiz p a:hover,
.cc-codequiz p a:active,
.cc-codequiz ul li a:hover,
.cc-codequiz ul li a:active {
  color: #41bbff;
}

.cc-codequiz .item__footer {
  color: #1d2e42;
}
.cc-codequiz .item__footer a {
  color: #1b95ea;
}
.cc-codequiz .item__footer a:hover,
.cc-codequiz .item__footer a:active {
  color: #41bbff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-codequiz.category__footer h2 {
  border: 1px solid #1d2e42;
}
.cc-codequiz.category__footer a {
  color: #1b95ea;
}
.cc-codequiz.category__footer a:hover,
.cc-codequiz.category__footer a:focus {
  color: #1677bb;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-thanksforreading {
  background-color: #FFFFFF;
  color: #1d2e42;
  text-align: left;
}

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

.cc-thanksforreading .item__title a {
  color: #1b95ea;
}
.cc-thanksforreading .item__title a:hover,
.cc-thanksforreading .item__title a:focus {
  color: #1677bb;
}

  /* Embedded link colors */
  /*  */

.cc-thanksforreading p a,
.cc-thanksforreading ul li a {
  color: #1b95ea;
}
.cc-thanksforreading p a:hover,
.cc-thanksforreading p a:active,
.cc-thanksforreading ul li a:hover,
.cc-thanksforreading ul li a:active {
  color: #41bbff;
}

.cc-thanksforreading .item__footer {
  color: #1d2e42;
}
.cc-thanksforreading .item__footer a {
  color: #1b95ea;
}
.cc-thanksforreading .item__footer a:hover,
.cc-thanksforreading .item__footer a:active {
  color: #41bbff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-thanksforreading.category__footer h2 {
  border: 1px solid #1d2e42;
}
.cc-thanksforreading.category__footer a {
  color: #1b95ea;
}
.cc-thanksforreading.category__footer a:hover,
.cc-thanksforreading.category__footer a:focus {
  color: #1677bb;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-sponsorofthemonth {
  background-color: #FFFFFF;
  color: #1d2e42;
  text-align: left;
}

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

.cc-sponsorofthemonth .item__title a {
  color: #1b95ea;
}
.cc-sponsorofthemonth .item__title a:hover,
.cc-sponsorofthemonth .item__title a:focus {
  color: #1677bb;
}

  /* Embedded link colors */
  /*  */

.cc-sponsorofthemonth p a,
.cc-sponsorofthemonth ul li a {
  color: #1b95ea;
}
.cc-sponsorofthemonth p a:hover,
.cc-sponsorofthemonth p a:active,
.cc-sponsorofthemonth ul li a:hover,
.cc-sponsorofthemonth ul li a:active {
  color: #41bbff;
}

.cc-sponsorofthemonth .item__footer {
  color: #1d2e42;
}
.cc-sponsorofthemonth .item__footer a {
  color: #1b95ea;
}
.cc-sponsorofthemonth .item__footer a:hover,
.cc-sponsorofthemonth .item__footer a:active {
  color: #41bbff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-sponsorofthemonth.category__footer h2 {
  border: 1px solid #1d2e42;
}
.cc-sponsorofthemonth.category__footer a {
  color: #1b95ea;
}
.cc-sponsorofthemonth.category__footer a:hover,
.cc-sponsorofthemonth.category__footer a:focus {
  color: #1677bb;
}

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

.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(29,46,66,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: #1b95ea;
  color: #1b95ea;
}

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


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

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

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

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

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

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


/* Subscription pages */
/*  */
.subscription__resubscribe__btn {
  color: #1b95ea;
}
.subscription__resubscribe__btn:hover,
.subscription__resubscribe__btn:focus {
  color: #41bbff;
}


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

/* Sponsorship pages */
/*  */
.sponsorship a {
  color: #1b95ea;
}
.sponsorship a:hover,
.sponsorship a:active {
  color: #41bbff;
}

.sponsorship__quicklinks {
  color: rgba(29,46,66,0.7);
}
.sponsorship__quicklinks a {
  color: rgba(29,46,66,0.7);
}
.sponsorship__quicklinks a:hover,
.sponsorship__quicklinks a:active {
  color: #1a293b;
}

.sponsorship__nextavailable.with_divider:before {
  border-top-color: rgba(29,46,66,0.6);
}
.sponsorship__nextavailable h4 {
  color: rgba(29,46,66,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: #1d2e42;
}
.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(29,46,66,0.7);
}

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

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

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

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

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


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

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

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

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