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

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

/* Default .btn */
/*  */
.btn {
  background-color: #011f26;
  color: #FFFFFF;
}
.btn:hover,
.btn:focus {
  background-color: #27454c;
  color: #FFFFFF;
}

/* Header */
.header {
  background-color: #011f26;
  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: #011317;
}
.header :-ms-input-placeholder {
  color: #011317;
}
.header ::placeholder {
  color: #011317;
}

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

  color: #FFFFFF;
}

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

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

}


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

/* Item */
/*  */

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

.item__heading {
  /* This is .item__heading on search and archives */
  color: #025e73;
}
.item__footer {
  /* This is .item__footer on search and archives */
  color: rgba(1,31,38,0.7);
}

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

/* If issue date is displayed along with title <time> gets wrapped in an <i> */
/*  */
.issue__heading h1 i {
  color: rgba(1,31,38,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: #454547;
}

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

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


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

.cc-introduction .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 */
  /*  */
  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: #025e73;
}
.cc-introduction .item__title a:hover,
.cc-introduction .item__title a:focus {
  color: #024b5c;
}

  /* Embedded link colors */
  /*  */

.cc-introduction p a,
.cc-introduction ul li a {
  color: #025e73;
}
.cc-introduction p a:hover,
.cc-introduction p a:active,
.cc-introduction ul li a:hover,
.cc-introduction ul li a:active {
  color: #288499;
}

.cc-introduction .item__footer {
  color: #011f26;
}
.cc-introduction .item__footer a {
  color: #025e73;
}
.cc-introduction .item__footer a:hover,
.cc-introduction .item__footer a:active {
  color: #288499;
}


  /* 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 #011f26;
}
.cc-introduction.category__footer a {
  color: #025e73;
}
.cc-introduction.category__footer a:hover,
.cc-introduction.category__footer a:focus {
  color: #024b5c;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-cuttingedgeinnovations {
  background-color: #FFFFFF;
  color: #011f26;
  text-align: left;
}

.cc-cuttingedgeinnovations .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 */
  /*  */
  position: relative;
}

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

.cc-cuttingedgeinnovations .item__title a {
  color: #025e73;
}
.cc-cuttingedgeinnovations .item__title a:hover,
.cc-cuttingedgeinnovations .item__title a:focus {
  color: #024b5c;
}

  /* Embedded link colors */
  /*  */

.cc-cuttingedgeinnovations p a,
.cc-cuttingedgeinnovations ul li a {
  color: #025e73;
}
.cc-cuttingedgeinnovations p a:hover,
.cc-cuttingedgeinnovations p a:active,
.cc-cuttingedgeinnovations ul li a:hover,
.cc-cuttingedgeinnovations ul li a:active {
  color: #288499;
}

.cc-cuttingedgeinnovations .item__footer {
  color: #011f26;
}
.cc-cuttingedgeinnovations .item__footer a {
  color: #025e73;
}
.cc-cuttingedgeinnovations .item__footer a:hover,
.cc-cuttingedgeinnovations .item__footer a:active {
  color: #288499;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-cuttingedgeinnovations.category__footer h2 {
  border: 1px solid #011f26;
}
.cc-cuttingedgeinnovations.category__footer a {
  color: #025e73;
}
.cc-cuttingedgeinnovations.category__footer a:hover,
.cc-cuttingedgeinnovations.category__footer a:focus {
  color: #024b5c;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-aiethicsandregulations {
  background-color: #FFFFFF;
  color: #011f26;
  text-align: left;
}

.cc-aiethicsandregulations .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 */
  /*  */
  position: relative;
}

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

.cc-aiethicsandregulations .item__title a {
  color: #025e73;
}
.cc-aiethicsandregulations .item__title a:hover,
.cc-aiethicsandregulations .item__title a:focus {
  color: #024b5c;
}

  /* Embedded link colors */
  /*  */

.cc-aiethicsandregulations p a,
.cc-aiethicsandregulations ul li a {
  color: #025e73;
}
.cc-aiethicsandregulations p a:hover,
.cc-aiethicsandregulations p a:active,
.cc-aiethicsandregulations ul li a:hover,
.cc-aiethicsandregulations ul li a:active {
  color: #288499;
}

.cc-aiethicsandregulations .item__footer {
  color: #011f26;
}
.cc-aiethicsandregulations .item__footer a {
  color: #025e73;
}
.cc-aiethicsandregulations .item__footer a:hover,
.cc-aiethicsandregulations .item__footer a:active {
  color: #288499;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-aiethicsandregulations.category__footer h2 {
  border: 1px solid #011f26;
}
.cc-aiethicsandregulations.category__footer a {
  color: #025e73;
}
.cc-aiethicsandregulations.category__footer a:hover,
.cc-aiethicsandregulations.category__footer a:focus {
  color: #024b5c;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-aiandpatientoutcomes {
  background-color: #FFFFFF;
  color: #011f26;
  text-align: left;
}

.cc-aiandpatientoutcomes .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 */
  /*  */
  position: relative;
}

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

.cc-aiandpatientoutcomes .item__title a {
  color: #025e73;
}
.cc-aiandpatientoutcomes .item__title a:hover,
.cc-aiandpatientoutcomes .item__title a:focus {
  color: #024b5c;
}

  /* Embedded link colors */
  /*  */

.cc-aiandpatientoutcomes p a,
.cc-aiandpatientoutcomes ul li a {
  color: #025e73;
}
.cc-aiandpatientoutcomes p a:hover,
.cc-aiandpatientoutcomes p a:active,
.cc-aiandpatientoutcomes ul li a:hover,
.cc-aiandpatientoutcomes ul li a:active {
  color: #288499;
}

.cc-aiandpatientoutcomes .item__footer {
  color: #011f26;
}
.cc-aiandpatientoutcomes .item__footer a {
  color: #025e73;
}
.cc-aiandpatientoutcomes .item__footer a:hover,
.cc-aiandpatientoutcomes .item__footer a:active {
  color: #288499;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-aiandpatientoutcomes.category__footer h2 {
  border: 1px solid #011f26;
}
.cc-aiandpatientoutcomes.category__footer a {
  color: #025e73;
}
.cc-aiandpatientoutcomes.category__footer a:hover,
.cc-aiandpatientoutcomes.category__footer a:focus {
  color: #024b5c;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-aiandmedicalprofessionals {
  background-color: #FFFFFF;
  color: #011f26;
  text-align: left;
}

.cc-aiandmedicalprofessionals .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 */
  /*  */
  position: relative;
}

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

.cc-aiandmedicalprofessionals .item__title a {
  color: #025e73;
}
.cc-aiandmedicalprofessionals .item__title a:hover,
.cc-aiandmedicalprofessionals .item__title a:focus {
  color: #024b5c;
}

  /* Embedded link colors */
  /*  */

.cc-aiandmedicalprofessionals p a,
.cc-aiandmedicalprofessionals ul li a {
  color: #025e73;
}
.cc-aiandmedicalprofessionals p a:hover,
.cc-aiandmedicalprofessionals p a:active,
.cc-aiandmedicalprofessionals ul li a:hover,
.cc-aiandmedicalprofessionals ul li a:active {
  color: #288499;
}

.cc-aiandmedicalprofessionals .item__footer {
  color: #011f26;
}
.cc-aiandmedicalprofessionals .item__footer a {
  color: #025e73;
}
.cc-aiandmedicalprofessionals .item__footer a:hover,
.cc-aiandmedicalprofessionals .item__footer a:active {
  color: #288499;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-aiandmedicalprofessionals.category__footer h2 {
  border: 1px solid #011f26;
}
.cc-aiandmedicalprofessionals.category__footer a {
  color: #025e73;
}
.cc-aiandmedicalprofessionals.category__footer a:hover,
.cc-aiandmedicalprofessionals.category__footer a:focus {
  color: #024b5c;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-aird {
  background-color: #FFFFFF;
  color: #011f26;
  text-align: left;
}

.cc-aird .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 */
  /*  */
  position: relative;
}

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

.cc-aird .item__title a {
  color: #025e73;
}
.cc-aird .item__title a:hover,
.cc-aird .item__title a:focus {
  color: #024b5c;
}

  /* Embedded link colors */
  /*  */

.cc-aird p a,
.cc-aird ul li a {
  color: #025e73;
}
.cc-aird p a:hover,
.cc-aird p a:active,
.cc-aird ul li a:hover,
.cc-aird ul li a:active {
  color: #288499;
}

.cc-aird .item__footer {
  color: #011f26;
}
.cc-aird .item__footer a {
  color: #025e73;
}
.cc-aird .item__footer a:hover,
.cc-aird .item__footer a:active {
  color: #288499;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-aird.category__footer h2 {
  border: 1px solid #011f26;
}
.cc-aird.category__footer a {
  color: #025e73;
}
.cc-aird.category__footer a:hover,
.cc-aird.category__footer a:focus {
  color: #024b5c;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-aiandwearables {
  background-color: #FFFFFF;
  color: #011f26;
  text-align: left;
}

.cc-aiandwearables .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 */
  /*  */
  position: relative;
}

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

.cc-aiandwearables .item__title a {
  color: #025e73;
}
.cc-aiandwearables .item__title a:hover,
.cc-aiandwearables .item__title a:focus {
  color: #024b5c;
}

  /* Embedded link colors */
  /*  */

.cc-aiandwearables p a,
.cc-aiandwearables ul li a {
  color: #025e73;
}
.cc-aiandwearables p a:hover,
.cc-aiandwearables p a:active,
.cc-aiandwearables ul li a:hover,
.cc-aiandwearables ul li a:active {
  color: #288499;
}

.cc-aiandwearables .item__footer {
  color: #011f26;
}
.cc-aiandwearables .item__footer a {
  color: #025e73;
}
.cc-aiandwearables .item__footer a:hover,
.cc-aiandwearables .item__footer a:active {
  color: #288499;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-aiandwearables.category__footer h2 {
  border: 1px solid #011f26;
}
.cc-aiandwearables.category__footer a {
  color: #025e73;
}
.cc-aiandwearables.category__footer a:hover,
.cc-aiandwearables.category__footer a:focus {
  color: #024b5c;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-aiandmentalhealth {
  background-color: #FFFFFF;
  color: #011f26;
  text-align: left;
}

.cc-aiandmentalhealth .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 */
  /*  */
  position: relative;
}

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

.cc-aiandmentalhealth .item__title a {
  color: #025e73;
}
.cc-aiandmentalhealth .item__title a:hover,
.cc-aiandmentalhealth .item__title a:focus {
  color: #024b5c;
}

  /* Embedded link colors */
  /*  */

.cc-aiandmentalhealth p a,
.cc-aiandmentalhealth ul li a {
  color: #025e73;
}
.cc-aiandmentalhealth p a:hover,
.cc-aiandmentalhealth p a:active,
.cc-aiandmentalhealth ul li a:hover,
.cc-aiandmentalhealth ul li a:active {
  color: #288499;
}

.cc-aiandmentalhealth .item__footer {
  color: #011f26;
}
.cc-aiandmentalhealth .item__footer a {
  color: #025e73;
}
.cc-aiandmentalhealth .item__footer a:hover,
.cc-aiandmentalhealth .item__footer a:active {
  color: #288499;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-aiandmentalhealth.category__footer h2 {
  border: 1px solid #011f26;
}
.cc-aiandmentalhealth.category__footer a {
  color: #025e73;
}
.cc-aiandmentalhealth.category__footer a:hover,
.cc-aiandmentalhealth.category__footer a:focus {
  color: #024b5c;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-aianddrugdiscovery {
  background-color: #FFFFFF;
  color: #011f26;
  text-align: left;
}

.cc-aianddrugdiscovery .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 */
  /*  */
  position: relative;
}

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

.cc-aianddrugdiscovery .item__title a {
  color: #025e73;
}
.cc-aianddrugdiscovery .item__title a:hover,
.cc-aianddrugdiscovery .item__title a:focus {
  color: #024b5c;
}

  /* Embedded link colors */
  /*  */

.cc-aianddrugdiscovery p a,
.cc-aianddrugdiscovery ul li a {
  color: #025e73;
}
.cc-aianddrugdiscovery p a:hover,
.cc-aianddrugdiscovery p a:active,
.cc-aianddrugdiscovery ul li a:hover,
.cc-aianddrugdiscovery ul li a:active {
  color: #288499;
}

.cc-aianddrugdiscovery .item__footer {
  color: #011f26;
}
.cc-aianddrugdiscovery .item__footer a {
  color: #025e73;
}
.cc-aianddrugdiscovery .item__footer a:hover,
.cc-aianddrugdiscovery .item__footer a:active {
  color: #288499;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-aianddrugdiscovery.category__footer h2 {
  border: 1px solid #011f26;
}
.cc-aianddrugdiscovery.category__footer a {
  color: #025e73;
}
.cc-aianddrugdiscovery.category__footer a:hover,
.cc-aianddrugdiscovery.category__footer a:focus {
  color: #024b5c;
}

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

.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(1,31,38,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: #025e73;
  color: #025e73;
}

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


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

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

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

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

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

.header--withimage .cta--header .btn {
  background-color: #03a688;
}
.header--withimage .cta--header .btn:hover,
.header--withimage .cta--header .btn:focus {
  background-color: #039e81;
}


/* Subscription pages */
/*  */
.subscription__resubscribe__btn {
  color: #025e73;
}
.subscription__resubscribe__btn:hover,
.subscription__resubscribe__btn:focus {
  color: #288499;
}


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

/* Sponsorship pages */
/*  */
.sponsorship a {
  color: #025e73;
}
.sponsorship a:hover,
.sponsorship a:active {
  color: #288499;
}

.sponsorship__quicklinks {
  color: rgba(1,31,38,0.7);
}
.sponsorship__quicklinks a {
  color: rgba(1,31,38,0.7);
}
.sponsorship__quicklinks a:hover,
.sponsorship__quicklinks a:active {
  color: #011c22;
}

.sponsorship__nextavailable.with_divider:before {
  border-top-color: rgba(1,31,38,0.6);
}
.sponsorship__nextavailable h4 {
  color: rgba(1,31,38,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: #011f26;
}
.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(1,31,38,0.7);
}

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

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

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

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

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


.header--withimage .header {
  background-image: url(https://dxj7eshgz03ln.cloudfront.net/production/publication/header_background_image/16966/medium_b650da10-fdf5-4034-ae76-3c4935d16d9d.png);
}
@media (min-width: 760px) {
  .header--withimage .header {
    background-image: url(https://dxj7eshgz03ln.cloudfront.net/production/publication/header_background_image/16966/large_b650da10-fdf5-4034-ae76-3c4935d16d9d.png);
  }
}

/* Home page no issue overwrites with image */
/* ### HARDCODED: to be adjusted when implemented into theme */
/*  */
.home--noissue.header--withimage {
  background-attachment: fixed;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(https://dxj7eshgz03ln.cloudfront.net/production/publication/header_background_image/16966/medium_b650da10-fdf5-4034-ae76-3c4935d16d9d.png);
}
@media (min-width: 760px) {
  .home--noissue.header--withimage {
    background-image: url(https://dxj7eshgz03ln.cloudfront.net/production/publication/header_background_image/16966/large_b650da10-fdf5-4034-ae76-3c4935d16d9d.png);
  }
}

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