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

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

/* Default .btn */
/*  */
.btn {
  background-color: #07589a;
  color: #FFFFFF;
}
.btn:hover,
.btn:focus {
  background-color: #2d7ec0;
  color: #FFFFFF;
}

/* Header */
.header {
  background-color: #07589a;
  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: #04355c;
}
.header :-ms-input-placeholder {
  color: #04355c;
}
.header ::placeholder {
  color: #04355c;
}

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

  color: #FFFFFF;
}

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

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

}

@media (min-width: 760px) {
  .navbar-search .form-control {
    border: 1px solid #064f8b;
    -webkit-background-clip: padding-box;
  }
}

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

/* Item */
/*  */

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

.item__heading {
  /* This is .item__heading on search and archives */
  color: #000000;
}
.item__footer {
  /* This is .item__footer on search and archives */
  color: rgba(69,69,71,0.7);
}

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

/* If issue date is displayed along with title <time> gets wrapped in an <i> */
/*  */
.issue__heading h1 i {
  color: rgba(69,69,71,0.7);
}

/* Trello: https://trello.com/c/lEPuvhXO */
/* If secondary font is Garamond, Laila or Merriweather adjust */
/* padding to correct line-height issues with these fonts in lozenge */
/*  */
.category__title--lozenge .category__title__text {
  padding-bottom: 3px;
  padding-top: 5px;
}

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

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

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

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

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


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

.cc-commentfrommark .category__title {
  color: #424146;
  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-commentfrommark .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-commentfrommark .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-commentfrommark .category__title--lozenge .category__title__text {
  background-color: #424146;
  /* 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-commentfrommark blockquote {
  border-left-color: #cccccc;
}

.cc-commentfrommark .item__title a {
  color: #424146;
}
.cc-commentfrommark .item__title a:hover,
.cc-commentfrommark .item__title a:focus {
  color: #353438;
}

  /* Embedded link colors */
  /*  */

.cc-commentfrommark p a,
.cc-commentfrommark ul li a {
  color: #424146;
}
.cc-commentfrommark p a:hover,
.cc-commentfrommark p a:active,
.cc-commentfrommark ul li a:hover,
.cc-commentfrommark ul li a:active {
  color: #68676c;
}

.cc-commentfrommark .item__footer {
  color: #454547;
}
.cc-commentfrommark .item__footer a {
  color: #424146;
}
.cc-commentfrommark .item__footer a:hover,
.cc-commentfrommark .item__footer a:active {
  color: #68676c;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-commentfrommark.category__footer h2 {
  border: 1px solid #454547;
}
.cc-commentfrommark.category__footer a {
  color: #424146;
}
.cc-commentfrommark.category__footer a:hover,
.cc-commentfrommark.category__footer a:focus {
  color: #353438;
}
/* Search modifier classes */
/*  */

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

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

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


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

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

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

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

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

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

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

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

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

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

.cc-news .item__title a {
  color: #003f5c;
}
.cc-news .item__title a:hover,
.cc-news .item__title a:focus {
  color: #00324a;
}

  /* Embedded link colors */
  /*  */

.cc-news p a,
.cc-news ul li a {
  color: #003f5c;
}
.cc-news p a:hover,
.cc-news p a:active,
.cc-news ul li a:hover,
.cc-news ul li a:active {
  color: #266582;
}

.cc-news .item__footer {
  color: #454547;
}
.cc-news .item__footer a {
  color: #003f5c;
}
.cc-news .item__footer a:hover,
.cc-news .item__footer a:active {
  color: #266582;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-news.category__footer h2 {
  border: 1px solid #454547;
}
.cc-news.category__footer a {
  color: #003f5c;
}
.cc-news.category__footer a:hover,
.cc-news.category__footer a:focus {
  color: #00324a;
}
/* Search modifier classes */
/*  */

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

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

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


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

.cc-codecraft .category__title {
  color: #7fbc45;
  text-align: left;

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

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

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

.cc-codecraft .item__title a {
  color: #7fbc45;
}
.cc-codecraft .item__title a:hover,
.cc-codecraft .item__title a:focus {
  color: #669637;
}

  /* Embedded link colors */
  /*  */

.cc-codecraft p a,
.cc-codecraft ul li a {
  color: #7fbc45;
}
.cc-codecraft p a:hover,
.cc-codecraft p a:active,
.cc-codecraft ul li a:hover,
.cc-codecraft ul li a:active {
  color: #6ca03b;
}

.cc-codecraft .item__footer {
  color: #454547;
}
.cc-codecraft .item__footer a {
  color: #7fbc45;
}
.cc-codecraft .item__footer a:hover,
.cc-codecraft .item__footer a:active {
  color: #6ca03b;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-codecraft.category__footer h2 {
  border: 1px solid #454547;
}
.cc-codecraft.category__footer a {
  color: #7fbc45;
}
.cc-codecraft.category__footer a:hover,
.cc-codecraft.category__footer a:focus {
  color: #669637;
}
/* Search modifier classes */
/*  */

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

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

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


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

.cc-tutorials .category__title {
  color: #d45087;
  text-align: left;

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

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

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

.cc-tutorials .item__title a {
  color: #d45087;
}
.cc-tutorials .item__title a:hover,
.cc-tutorials .item__title a:focus {
  color: #aa406c;
}

  /* Embedded link colors */
  /*  */

.cc-tutorials p a,
.cc-tutorials ul li a {
  color: #d45087;
}
.cc-tutorials p a:hover,
.cc-tutorials p a:active,
.cc-tutorials ul li a:hover,
.cc-tutorials ul li a:active {
  color: #fa76ad;
}

.cc-tutorials .item__footer {
  color: #454547;
}
.cc-tutorials .item__footer a {
  color: #d45087;
}
.cc-tutorials .item__footer a:hover,
.cc-tutorials .item__footer a:active {
  color: #fa76ad;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-tutorials.category__footer h2 {
  border: 1px solid #454547;
}
.cc-tutorials.category__footer a {
  color: #d45087;
}
.cc-tutorials.category__footer a:hover,
.cc-tutorials.category__footer a:focus {
  color: #aa406c;
}
/* Search modifier classes */
/*  */

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

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

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


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

.cc-tipstricks .category__title {
  color: #26a69a;
  text-align: left;

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

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

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

.cc-tipstricks .item__title a {
  color: #26a69a;
}
.cc-tipstricks .item__title a:hover,
.cc-tipstricks .item__title a:focus {
  color: #1e857b;
}

  /* Embedded link colors */
  /*  */

.cc-tipstricks p a,
.cc-tipstricks ul li a {
  color: #26a69a;
}
.cc-tipstricks p a:hover,
.cc-tipstricks p a:active,
.cc-tipstricks ul li a:hover,
.cc-tipstricks ul li a:active {
  color: #4cccc0;
}

.cc-tipstricks .item__footer {
  color: #454547;
}
.cc-tipstricks .item__footer a {
  color: #26a69a;
}
.cc-tipstricks .item__footer a:hover,
.cc-tipstricks .item__footer a:active {
  color: #4cccc0;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-tipstricks.category__footer h2 {
  border: 1px solid #454547;
}
.cc-tipstricks.category__footer a {
  color: #26a69a;
}
.cc-tipstricks.category__footer a:hover,
.cc-tipstricks.category__footer a:focus {
  color: #1e857b;
}
/* Search modifier classes */
/*  */

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

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

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


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

.cc-uidesign .category__title {
  color: #a05195;
  text-align: left;

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

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

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

.cc-uidesign .item__title a {
  color: #a05195;
}
.cc-uidesign .item__title a:hover,
.cc-uidesign .item__title a:focus {
  color: #804177;
}

  /* Embedded link colors */
  /*  */

.cc-uidesign p a,
.cc-uidesign ul li a {
  color: #a05195;
}
.cc-uidesign p a:hover,
.cc-uidesign p a:active,
.cc-uidesign ul li a:hover,
.cc-uidesign ul li a:active {
  color: #c677bb;
}

.cc-uidesign .item__footer {
  color: #454547;
}
.cc-uidesign .item__footer a {
  color: #a05195;
}
.cc-uidesign .item__footer a:hover,
.cc-uidesign .item__footer a:active {
  color: #c677bb;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-uidesign.category__footer h2 {
  border: 1px solid #454547;
}
.cc-uidesign.category__footer a {
  color: #a05195;
}
.cc-uidesign.category__footer a:hover,
.cc-uidesign.category__footer a:focus {
  color: #804177;
}
/* Search modifier classes */
/*  */

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

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

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


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

.cc-widgetsandpackages .category__title {
  color: #2196f3;
  text-align: left;

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

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

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

.cc-widgetsandpackages .item__title a {
  color: #2196f3;
}
.cc-widgetsandpackages .item__title a:hover,
.cc-widgetsandpackages .item__title a:focus {
  color: #1a78c2;
}

  /* Embedded link colors */
  /*  */

.cc-widgetsandpackages p a,
.cc-widgetsandpackages ul li a {
  color: #2196f3;
}
.cc-widgetsandpackages p a:hover,
.cc-widgetsandpackages p a:active,
.cc-widgetsandpackages ul li a:hover,
.cc-widgetsandpackages ul li a:active {
  color: #47bcff;
}

.cc-widgetsandpackages .item__footer {
  color: #454547;
}
.cc-widgetsandpackages .item__footer a {
  color: #2196f3;
}
.cc-widgetsandpackages .item__footer a:hover,
.cc-widgetsandpackages .item__footer a:active {
  color: #47bcff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-widgetsandpackages.category__footer h2 {
  border: 1px solid #454547;
}
.cc-widgetsandpackages.category__footer a {
  color: #2196f3;
}
.cc-widgetsandpackages.category__footer a:hover,
.cc-widgetsandpackages.category__footer a:focus {
  color: #1a78c2;
}
/* Search modifier classes */
/*  */

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

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

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


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

.cc-architecture .category__title {
  color: #2f4b7c;
  text-align: left;

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

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

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

.cc-architecture .item__title a {
  color: #2f4b7c;
}
.cc-architecture .item__title a:hover,
.cc-architecture .item__title a:focus {
  color: #263c63;
}

  /* Embedded link colors */
  /*  */

.cc-architecture p a,
.cc-architecture ul li a {
  color: #2f4b7c;
}
.cc-architecture p a:hover,
.cc-architecture p a:active,
.cc-architecture ul li a:hover,
.cc-architecture ul li a:active {
  color: #5571a2;
}

.cc-architecture .item__footer {
  color: #454547;
}
.cc-architecture .item__footer a {
  color: #2f4b7c;
}
.cc-architecture .item__footer a:hover,
.cc-architecture .item__footer a:active {
  color: #5571a2;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-architecture.category__footer h2 {
  border: 1px solid #454547;
}
.cc-architecture.category__footer a {
  color: #2f4b7c;
}
.cc-architecture.category__footer a:hover,
.cc-architecture.category__footer a:focus {
  color: #263c63;
}
/* Search modifier classes */
/*  */

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

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

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


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

.cc-developmentprocess .category__title {
  color: #a05195;
  text-align: left;

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

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

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

.cc-developmentprocess .item__title a {
  color: #a05195;
}
.cc-developmentprocess .item__title a:hover,
.cc-developmentprocess .item__title a:focus {
  color: #804177;
}

  /* Embedded link colors */
  /*  */

.cc-developmentprocess p a,
.cc-developmentprocess ul li a {
  color: #a05195;
}
.cc-developmentprocess p a:hover,
.cc-developmentprocess p a:active,
.cc-developmentprocess ul li a:hover,
.cc-developmentprocess ul li a:active {
  color: #c677bb;
}

.cc-developmentprocess .item__footer {
  color: #454547;
}
.cc-developmentprocess .item__footer a {
  color: #a05195;
}
.cc-developmentprocess .item__footer a:hover,
.cc-developmentprocess .item__footer a:active {
  color: #c677bb;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-developmentprocess.category__footer h2 {
  border: 1px solid #454547;
}
.cc-developmentprocess.category__footer a {
  color: #a05195;
}
.cc-developmentprocess.category__footer a:hover,
.cc-developmentprocess.category__footer a:focus {
  color: #804177;
}
/* 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: #ffa600;
}

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

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


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

.cc-jobs .category__title {
  color: #ffa600;
  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: #ffa600;
  /* 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: #ffa600;
}
.cc-jobs .item__title a:hover,
.cc-jobs .item__title a:focus {
  color: #cc8500;
}

  /* Embedded link colors */
  /*  */

.cc-jobs p a,
.cc-jobs ul li a {
  color: #ffa600;
}
.cc-jobs p a:hover,
.cc-jobs p a:active,
.cc-jobs ul li a:hover,
.cc-jobs ul li a:active {
  color: #d98d00;
}

.cc-jobs .item__footer {
  color: #454547;
}
.cc-jobs .item__footer a {
  color: #ffa600;
}
.cc-jobs .item__footer a:hover,
.cc-jobs .item__footer a:active {
  color: #d98d00;
}


  /* 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 #454547;
}
.cc-jobs.category__footer a {
  color: #ffa600;
}
.cc-jobs.category__footer a:hover,
.cc-jobs.category__footer a:focus {
  color: #cc8500;
}
/* Search modifier classes */
/*  */

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

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

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


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

.cc-businessandmarketing .category__title {
  color: #5c5b61;
  text-align: left;

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

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

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

.cc-businessandmarketing .item__title a {
  color: #5c5b61;
}
.cc-businessandmarketing .item__title a:hover,
.cc-businessandmarketing .item__title a:focus {
  color: #4a494e;
}

  /* Embedded link colors */
  /*  */

.cc-businessandmarketing p a,
.cc-businessandmarketing ul li a {
  color: #5c5b61;
}
.cc-businessandmarketing p a:hover,
.cc-businessandmarketing p a:active,
.cc-businessandmarketing ul li a:hover,
.cc-businessandmarketing ul li a:active {
  color: #828187;
}

.cc-businessandmarketing .item__footer {
  color: #454547;
}
.cc-businessandmarketing .item__footer a {
  color: #5c5b61;
}
.cc-businessandmarketing .item__footer a:hover,
.cc-businessandmarketing .item__footer a:active {
  color: #828187;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-businessandmarketing.category__footer h2 {
  border: 1px solid #454547;
}
.cc-businessandmarketing.category__footer a {
  color: #5c5b61;
}
.cc-businessandmarketing.category__footer a:hover,
.cc-businessandmarketing.category__footer a:focus {
  color: #4a494e;
}
/* Search modifier classes */
/*  */

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

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

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


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

.cc-futuretech .category__title {
  color: #11d1e0;
  text-align: left;

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

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

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

.cc-futuretech .item__title a {
  color: #11d1e0;
}
.cc-futuretech .item__title a:hover,
.cc-futuretech .item__title a:focus {
  color: #0ea7b3;
}

  /* Embedded link colors */
  /*  */

.cc-futuretech p a,
.cc-futuretech ul li a {
  color: #11d1e0;
}
.cc-futuretech p a:hover,
.cc-futuretech p a:active,
.cc-futuretech ul li a:hover,
.cc-futuretech ul li a:active {
  color: #0eb2be;
}

.cc-futuretech .item__footer {
  color: #454547;
}
.cc-futuretech .item__footer a {
  color: #11d1e0;
}
.cc-futuretech .item__footer a:hover,
.cc-futuretech .item__footer a:active {
  color: #0eb2be;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-futuretech.category__footer h2 {
  border: 1px solid #454547;
}
.cc-futuretech.category__footer a {
  color: #11d1e0;
}
.cc-futuretech.category__footer a:hover,
.cc-futuretech.category__footer a:focus {
  color: #0ea7b3;
}
/* Search modifier classes */
/*  */

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

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

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


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

.cc-eof .category__title {
  color: #5e35b1;
  text-align: left;

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

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

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

.cc-eof .item__title a {
  color: #5e35b1;
}
.cc-eof .item__title a:hover,
.cc-eof .item__title a:focus {
  color: #4b2a8e;
}

  /* Embedded link colors */
  /*  */

.cc-eof p a,
.cc-eof ul li a {
  color: #5e35b1;
}
.cc-eof p a:hover,
.cc-eof p a:active,
.cc-eof ul li a:hover,
.cc-eof ul li a:active {
  color: #845bd7;
}

.cc-eof .item__footer {
  color: #454547;
}
.cc-eof .item__footer a {
  color: #5e35b1;
}
.cc-eof .item__footer a:hover,
.cc-eof .item__footer a:active {
  color: #845bd7;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-eof.category__footer h2 {
  border: 1px solid #454547;
}
.cc-eof.category__footer a {
  color: #5e35b1;
}
.cc-eof.category__footer a:hover,
.cc-eof.category__footer a:focus {
  color: #4b2a8e;
}

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

.issue__pager li > a,
.issue__pager li > span,
.pagination li > a,
.pagination li > span {
  border-color: #454547;
}

.issue__pager li a:hover,
.issue__pager li a:focus,
.pagination li a:hover,
.pagination li a:focus {
  border-color: rgba(69,69,71,0.4);
}

.issue__pager li .icon,
.pagination li .icon {
  color: #A1A8B2;
}
.issue__pager .active a,
.issue__pager .active span,
.pagination .active a,
.pagination .active span {
  border-color: #000000;
  color: #000000;
}

/* 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 #064f8b;
  -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: #07589a;
}
.header--withimage .cta--header .btn:hover,
.header--withimage .cta--header .btn:focus {
  background-color: #075492;
}


/* Subscription pages */
/*  */
.subscription__resubscribe__btn {
  color: #000000;
}
.subscription__resubscribe__btn:hover,
.subscription__resubscribe__btn:focus {
  color: #262626;
}


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

/* Sponsorship pages */
/*  */
.sponsorship a {
  color: #000000;
}
.sponsorship a:hover,
.sponsorship a:active {
  color: #262626;
}

.sponsorship__quicklinks {
  color: rgba(69,69,71,0.7);
}
.sponsorship__quicklinks a {
  color: rgba(69,69,71,0.7);
}
.sponsorship__quicklinks a:hover,
.sponsorship__quicklinks a:active {
  color: #3e3e40;
}

.sponsorship__nextavailable.with_divider:before {
  border-top-color: rgba(69,69,71,0.6);
}
.sponsorship__nextavailable h4 {
  color: rgba(69,69,71,0.7);
}
.sponsorship__nextavailable a {
  color: rgba(183,206,60,0.7);
}
.sponsorship__nextavailable a:hover,
.sponsorship__nextavailable a:active {
  color: #a5b936;
}

.sponsorship__pricing {
  background-color: #f0f5fa;
  color: #454547;
}
.sponsorship__pricing .btn {
  background-color: #B7CE3C;
  color: #FFFFFF;
}
.sponsorship__pricing .btn:hover,
.sponsorship__pricing .btn:focus {
  background-color: #a5b936;
  color: #FFFFFF;
}

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

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

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

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

.sponsorship__availability .booked p {
  color: #9C9C9C;
}
.sponsorship__availability .booked .booknow span {
  background-color: #9C9C9C;
  color: #FFFFFF;
}

.sponsorship__availability .tentative p {
  color: #FB8A35;
}
.sponsorship__availability .tentative .booknow span {
  background-color: #FB8A35;
  color: #FFFFFF;
}

.sponsorship__availability .available p {
  color: #B7CE3C;
}
.sponsorship__availability .available .booknow a {
  background-color: #B7CE3C;
  color: #FFFFFF;
}
.sponsorship__availability .available .booknow a:hover,
.sponsorship__availability .available .booknow a:focus {
  background-color: #a5b936;
}

.sponsorship__availability__info .tentative {
  color: #FB8A35;
}
.sponsorship__availability__info a {
  color: #B7CE3C;
}
.sponsorship__availability__info a:hover,
.sponsorship__availability__info a:focus {
  color: #a5b936;
}

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

.sponsorship__previous li {
  border-top-color: rgba(69,69,71,0.1);
}
@media (min-width: 760px) {
  .sponsorship__previous li {
    border-color: rgba(69,69,71,0.1);
  }
}

.sponsorship__inquiry h3 {
  border-bottom-color: rgba(69,69,71,0.2);
}

/* Home page no issue overwrites */
/*  */
.home--noissue {
  background-color: #07589a;
  color: #FFFFFF;
}
.home--noissue body {
  background-color: transparent;
}
.home--noissue .footer {
  background-color: #07589a;
  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;
}
