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

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

/* Default .btn */
/*  */
.btn {
  background-color: #24c3fb;
  color: #FFFFFF;
}
.btn:hover,
.btn:focus {
  background-color: #1fa6d5;
  color: #FFFFFF;
}

/* Header */
.header {
  background-color: #24c3fb;
  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: #167597;
}
.header :-ms-input-placeholder {
  color: #167597;
}
.header ::placeholder {
  color: #167597;
}

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

  color: #FFFFFF;
}

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

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

.item__heading {
  /* This is .item__heading on search and archives */
  color: #093b4c;
}
.item__footer {
  /* This is .item__footer on search and archives */
  color: rgba(48,48,48,0.7);
}

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

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

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

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


.cc-welcome {
  background-color: #ffffff;
  color: #303030;
  text-align: left;
}

.cc-welcome .category__title {
  color: #24c3fb;
  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-welcome .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-welcome .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

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

.cc-welcome .item__title a {
  color: #093b4c;
}
.cc-welcome .item__title a:hover,
.cc-welcome .item__title a:focus {
  color: #072f3d;
}

  /* Embedded link colors */
  /*  */

.cc-welcome p a,
.cc-welcome ul li a {
  color: #093b4c;
}
.cc-welcome p a:hover,
.cc-welcome p a:active,
.cc-welcome ul li a:hover,
.cc-welcome ul li a:active {
  color: #2f6172;
}

.cc-welcome .item__footer {
  color: #303030;
}
.cc-welcome .item__footer a {
  color: #093b4c;
}
.cc-welcome .item__footer a:hover,
.cc-welcome .item__footer a:active {
  color: #2f6172;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-welcome.category__footer h2 {
  border: 1px solid #303030;
}
.cc-welcome.category__footer a {
  color: #093b4c;
}
.cc-welcome.category__footer a:hover,
.cc-welcome.category__footer a:focus {
  color: #072f3d;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-twiw {
  background-color: #ffffff;
  color: #303030;
  text-align: left;
}

.cc-twiw .category__title {
  color: #fdf138;
  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-twiw .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-twiw .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

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

.cc-twiw .item__title a {
  color: #093b4c;
}
.cc-twiw .item__title a:hover,
.cc-twiw .item__title a:focus {
  color: #072f3d;
}

  /* Embedded link colors */
  /*  */

.cc-twiw p a,
.cc-twiw ul li a {
  color: #093b4c;
}
.cc-twiw p a:hover,
.cc-twiw p a:active,
.cc-twiw ul li a:hover,
.cc-twiw ul li a:active {
  color: #2f6172;
}

.cc-twiw .item__footer {
  color: #303030;
}
.cc-twiw .item__footer a {
  color: #093b4c;
}
.cc-twiw .item__footer a:hover,
.cc-twiw .item__footer a:active {
  color: #2f6172;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-twiw.category__footer h2 {
  border: 1px solid #303030;
}
.cc-twiw.category__footer a {
  color: #093b4c;
}
.cc-twiw.category__footer a:hover,
.cc-twiw.category__footer a:focus {
  color: #072f3d;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-core {
  background-color: #f6f6f6;
  color: #303030;
  text-align: left;
}

.cc-core .category__title {
  color: #24c3fb;
  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-core .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-core .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

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

.cc-core .item__title a {
  color: #093b4c;
}
.cc-core .item__title a:hover,
.cc-core .item__title a:focus {
  color: #072f3d;
}

  /* Embedded link colors */
  /*  */

.cc-core p a,
.cc-core ul li a {
  color: #093b4c;
}
.cc-core p a:hover,
.cc-core p a:active,
.cc-core ul li a:hover,
.cc-core ul li a:active {
  color: #2f6172;
}

.cc-core .item__footer {
  color: #303030;
}
.cc-core .item__footer a {
  color: #093b4c;
}
.cc-core .item__footer a:hover,
.cc-core .item__footer a:active {
  color: #2f6172;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-core.category__footer h2 {
  border: 1px solid #303030;
}
.cc-core.category__footer a {
  color: #093b4c;
}
.cc-core.category__footer a:hover,
.cc-core.category__footer a:focus {
  color: #072f3d;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-sponsoring {
  background-color: #d6d6d6;
  color: #303030;
  text-align: left;
}

.cc-sponsoring .category__title {
  color: #303030;
  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-sponsoring .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-sponsoring .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

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

.cc-sponsoring .item__title a {
  color: #093b4c;
}
.cc-sponsoring .item__title a:hover,
.cc-sponsoring .item__title a:focus {
  color: #072f3d;
}

  /* Embedded link colors */
  /*  */

.cc-sponsoring p a,
.cc-sponsoring ul li a {
  color: #093b4c;
}
.cc-sponsoring p a:hover,
.cc-sponsoring p a:active,
.cc-sponsoring ul li a:hover,
.cc-sponsoring ul li a:active {
  color: #2f6172;
}

.cc-sponsoring .item__footer {
  color: #303030;
}
.cc-sponsoring .item__footer a {
  color: #093b4c;
}
.cc-sponsoring .item__footer a:hover,
.cc-sponsoring .item__footer a:active {
  color: #2f6172;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-sponsoring.category__footer h2 {
  border: 1px solid #303030;
}
.cc-sponsoring.category__footer a {
  color: #093b4c;
}
.cc-sponsoring.category__footer a:hover,
.cc-sponsoring.category__footer a:focus {
  color: #072f3d;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-sponsor {
  background-color: #e8e8e8;
  color: #303030;
  text-align: left;
}

.cc-sponsor .category__title {
  color: #303030;
  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-sponsor .category__title img {

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

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

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

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

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

.cc-sponsor blockquote {
  border-left-color: #bababa;
}

.cc-sponsor .item__title a {
  color: #093b4c;
}
.cc-sponsor .item__title a:hover,
.cc-sponsor .item__title a:focus {
  color: #072f3d;
}

  /* Embedded link colors */
  /*  */

.cc-sponsor p a,
.cc-sponsor ul li a {
  color: #093b4c;
}
.cc-sponsor p a:hover,
.cc-sponsor p a:active,
.cc-sponsor ul li a:hover,
.cc-sponsor ul li a:active {
  color: #2f6172;
}

.cc-sponsor .item__footer {
  color: #303030;
}
.cc-sponsor .item__footer a {
  color: #093b4c;
}
.cc-sponsor .item__footer a:hover,
.cc-sponsor .item__footer a:active {
  color: #2f6172;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-sponsor.category__footer h2 {
  border: 1px solid #303030;
}
.cc-sponsor.category__footer a {
  color: #093b4c;
}
.cc-sponsor.category__footer a:hover,
.cc-sponsor.category__footer a:focus {
  color: #072f3d;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-community {
  background-color: #ffffff;
  color: #303030;
  text-align: left;
}

.cc-community .category__title {
  color: #fdf138;
  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-community .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-community .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

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

.cc-community .item__title a {
  color: #093b4c;
}
.cc-community .item__title a:hover,
.cc-community .item__title a:focus {
  color: #072f3d;
}

  /* Embedded link colors */
  /*  */

.cc-community p a,
.cc-community ul li a {
  color: #093b4c;
}
.cc-community p a:hover,
.cc-community p a:active,
.cc-community ul li a:hover,
.cc-community ul li a:active {
  color: #2f6172;
}

.cc-community .item__footer {
  color: #303030;
}
.cc-community .item__footer a {
  color: #093b4c;
}
.cc-community .item__footer a:hover,
.cc-community .item__footer a:active {
  color: #2f6172;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-community.category__footer h2 {
  border: 1px solid #303030;
}
.cc-community.category__footer a {
  color: #093b4c;
}
.cc-community.category__footer a:hover,
.cc-community.category__footer a:focus {
  color: #072f3d;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-plugins {
  background-color: #f6f6f6;
  color: #303030;
  text-align: left;
}

.cc-plugins .category__title {
  color: #24c3fb;
  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-plugins .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-plugins .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

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

.cc-plugins .item__title a {
  color: #093b4c;
}
.cc-plugins .item__title a:hover,
.cc-plugins .item__title a:focus {
  color: #072f3d;
}

  /* Embedded link colors */
  /*  */

.cc-plugins p a,
.cc-plugins ul li a {
  color: #093b4c;
}
.cc-plugins p a:hover,
.cc-plugins p a:active,
.cc-plugins ul li a:hover,
.cc-plugins ul li a:active {
  color: #2f6172;
}

.cc-plugins .item__footer {
  color: #303030;
}
.cc-plugins .item__footer a {
  color: #093b4c;
}
.cc-plugins .item__footer a:hover,
.cc-plugins .item__footer a:active {
  color: #2f6172;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-plugins.category__footer h2 {
  border: 1px solid #303030;
}
.cc-plugins.category__footer a {
  color: #093b4c;
}
.cc-plugins.category__footer a:hover,
.cc-plugins.category__footer a:focus {
  color: #072f3d;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-deals {
  background-color: #ffffff;
  color: #303030;
  text-align: left;
}

.cc-deals .category__title {
  color: #fdf138;
  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-deals .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-deals .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

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

.cc-deals .item__title a {
  color: #093b4c;
}
.cc-deals .item__title a:hover,
.cc-deals .item__title a:focus {
  color: #072f3d;
}

  /* Embedded link colors */
  /*  */

.cc-deals p a,
.cc-deals ul li a {
  color: #093b4c;
}
.cc-deals p a:hover,
.cc-deals p a:active,
.cc-deals ul li a:hover,
.cc-deals ul li a:active {
  color: #2f6172;
}

.cc-deals .item__footer {
  color: #303030;
}
.cc-deals .item__footer a {
  color: #093b4c;
}
.cc-deals .item__footer a:hover,
.cc-deals .item__footer a:active {
  color: #2f6172;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-deals.category__footer h2 {
  border: 1px solid #303030;
}
.cc-deals.category__footer a {
  color: #093b4c;
}
.cc-deals.category__footer a:hover,
.cc-deals.category__footer a:focus {
  color: #072f3d;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-security {
  background-color: #f6f6f6;
  color: #303030;
  text-align: left;
}

.cc-security .category__title {
  color: #24c3fb;
  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-security .category__title img {

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

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

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

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

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

.cc-security blockquote {
  border-left-color: #c5c5c5;
}

.cc-security .item__title a {
  color: #093b4c;
}
.cc-security .item__title a:hover,
.cc-security .item__title a:focus {
  color: #072f3d;
}

  /* Embedded link colors */
  /*  */

.cc-security p a,
.cc-security ul li a {
  color: #093b4c;
}
.cc-security p a:hover,
.cc-security p a:active,
.cc-security ul li a:hover,
.cc-security ul li a:active {
  color: #2f6172;
}

.cc-security .item__footer {
  color: #303030;
}
.cc-security .item__footer a {
  color: #093b4c;
}
.cc-security .item__footer a:hover,
.cc-security .item__footer a:active {
  color: #2f6172;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-security.category__footer h2 {
  border: 1px solid #303030;
}
.cc-security.category__footer a {
  color: #093b4c;
}
.cc-security.category__footer a:hover,
.cc-security.category__footer a:focus {
  color: #072f3d;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-wpbuilds {
  background-color: #ffffff;
  color: #303030;
  text-align: left;
}

.cc-wpbuilds .category__title {
  color: #fdf138;
  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-wpbuilds .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-wpbuilds .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

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

.cc-wpbuilds .item__title a {
  color: #093b4c;
}
.cc-wpbuilds .item__title a:hover,
.cc-wpbuilds .item__title a:focus {
  color: #072f3d;
}

  /* Embedded link colors */
  /*  */

.cc-wpbuilds p a,
.cc-wpbuilds ul li a {
  color: #093b4c;
}
.cc-wpbuilds p a:hover,
.cc-wpbuilds p a:active,
.cc-wpbuilds ul li a:hover,
.cc-wpbuilds ul li a:active {
  color: #2f6172;
}

.cc-wpbuilds .item__footer {
  color: #303030;
}
.cc-wpbuilds .item__footer a {
  color: #093b4c;
}
.cc-wpbuilds .item__footer a:hover,
.cc-wpbuilds .item__footer a:active {
  color: #2f6172;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-wpbuilds.category__footer h2 {
  border: 1px solid #303030;
}
.cc-wpbuilds.category__footer a {
  color: #093b4c;
}
.cc-wpbuilds.category__footer a:hover,
.cc-wpbuilds.category__footer a:focus {
  color: #072f3d;
}
/* 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: #24c3fb;
}

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

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


.cc-jobs {
  background-color: #f6f6f6;
  color: #303030;
  text-align: left;
}

.cc-jobs .category__title {
  color: #24c3fb;
  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-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 {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

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

.cc-jobs .item__title a {
  color: #093b4c;
}
.cc-jobs .item__title a:hover,
.cc-jobs .item__title a:focus {
  color: #072f3d;
}

  /* Embedded link colors */
  /*  */

.cc-jobs p a,
.cc-jobs ul li a {
  color: #093b4c;
}
.cc-jobs p a:hover,
.cc-jobs p a:active,
.cc-jobs ul li a:hover,
.cc-jobs ul li a:active {
  color: #2f6172;
}

.cc-jobs .item__footer {
  color: #303030;
}
.cc-jobs .item__footer a {
  color: #093b4c;
}
.cc-jobs .item__footer a:hover,
.cc-jobs .item__footer a:active {
  color: #2f6172;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-jobs.category__footer h2 {
  border: 1px solid #303030;
}
.cc-jobs.category__footer a {
  color: #093b4c;
}
.cc-jobs.category__footer a:hover,
.cc-jobs.category__footer a:focus {
  color: #072f3d;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-notwordpress {
  background-color: #ffffff;
  color: #303030;
  text-align: left;
}

.cc-notwordpress .category__title {
  color: #fdf138;
  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-notwordpress .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-notwordpress .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

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

.cc-notwordpress .item__title a {
  color: #093b4c;
}
.cc-notwordpress .item__title a:hover,
.cc-notwordpress .item__title a:focus {
  color: #072f3d;
}

  /* Embedded link colors */
  /*  */

.cc-notwordpress p a,
.cc-notwordpress ul li a {
  color: #093b4c;
}
.cc-notwordpress p a:hover,
.cc-notwordpress p a:active,
.cc-notwordpress ul li a:hover,
.cc-notwordpress ul li a:active {
  color: #2f6172;
}

.cc-notwordpress .item__footer {
  color: #303030;
}
.cc-notwordpress .item__footer a {
  color: #093b4c;
}
.cc-notwordpress .item__footer a:hover,
.cc-notwordpress .item__footer a:active {
  color: #2f6172;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-notwordpress.category__footer h2 {
  border: 1px solid #303030;
}
.cc-notwordpress.category__footer a {
  color: #093b4c;
}
.cc-notwordpress.category__footer a:hover,
.cc-notwordpress.category__footer a:focus {
  color: #072f3d;
}

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

.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(48,48,48,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: #093b4c;
  color: #093b4c;
}

/* 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: #24c3fb;
}
.header--withimage .cta--header .btn:hover,
.header--withimage .cta--header .btn:focus {
  background-color: #22b9ee;
}


/* Subscription pages */
/*  */
.subscription__resubscribe__btn {
  color: #093b4c;
}
.subscription__resubscribe__btn:hover,
.subscription__resubscribe__btn:focus {
  color: #2f6172;
}


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

/* Sponsorship pages */
/*  */
.sponsorship a {
  color: #093b4c;
}
.sponsorship a:hover,
.sponsorship a:active {
  color: #2f6172;
}

.sponsorship__quicklinks {
  color: rgba(48,48,48,0.7);
}
.sponsorship__quicklinks a {
  color: rgba(48,48,48,0.7);
}
.sponsorship__quicklinks a:hover,
.sponsorship__quicklinks a:active {
  color: #2b2b2b;
}

.sponsorship__nextavailable.with_divider:before {
  border-top-color: rgba(48,48,48,0.6);
}
.sponsorship__nextavailable h4 {
  color: rgba(48,48,48,0.7);
}
.sponsorship__nextavailable a {
  color: rgba(36,195,251,0.7);
}
.sponsorship__nextavailable a:hover,
.sponsorship__nextavailable a:active {
  color: #20b0e2;
}

.sponsorship__pricing {
  background-color: #f0f5fa;
  color: #303030;
}
.sponsorship__pricing .btn {
  background-color: #24c3fb;
  color: #303030;
}
.sponsorship__pricing .btn:hover,
.sponsorship__pricing .btn:focus {
  background-color: #20b0e2;
  color: #303030;
}

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

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

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

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

.sponsorship__availability .booked p {
  color: #ff3232;
}
.sponsorship__availability .booked .booknow span {
  background-color: #ff3232;
  color: #303030;
}

.sponsorship__availability .tentative p {
  color: #24c3fb;
}
.sponsorship__availability .tentative .booknow span {
  background-color: #24c3fb;
  color: #303030;
}

.sponsorship__availability .available p {
  color: #24c3fb;
}
.sponsorship__availability .available .booknow a {
  background-color: #24c3fb;
  color: #303030;
}
.sponsorship__availability .available .booknow a:hover,
.sponsorship__availability .available .booknow a:focus {
  background-color: #20b0e2;
}

.sponsorship__availability__info .tentative {
  color: #24c3fb;
}
.sponsorship__availability__info a {
  color: #24c3fb;
}
.sponsorship__availability__info a:hover,
.sponsorship__availability__info a:focus {
  color: #20b0e2;
}

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

.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: #24c3fb;
  color: #FFFFFF;
}
.home--noissue body {
  background-color: transparent;
}
.home--noissue .footer {
  background-color: #24c3fb;
  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/13866/medium_4ba791d2-37bd-4ae1-adea-a4396bbb3cc5.jpg);
}
@media (min-width: 760px) {
  .header--withimage .header {
    background-image: url(https://dxj7eshgz03ln.cloudfront.net/production/publication/header_background_image/13866/large_4ba791d2-37bd-4ae1-adea-a4396bbb3cc5.jpg);
  }
}

/* Home page no issue overwrites with image */
/* ### HARDCODED: to be adjusted when implemented into theme */
/*  */
.home--noissue.header--withimage {
  background-attachment: fixed;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(https://dxj7eshgz03ln.cloudfront.net/production/publication/header_background_image/13866/medium_4ba791d2-37bd-4ae1-adea-a4396bbb3cc5.jpg);
}
@media (min-width: 760px) {
  .home--noissue.header--withimage {
    background-image: url(https://dxj7eshgz03ln.cloudfront.net/production/publication/header_background_image/13866/large_4ba791d2-37bd-4ae1-adea-a4396bbb3cc5.jpg);
  }
}

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

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