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

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

/* Default .btn */
/*  */
.btn {
  background-color: #edeef1;
  color: #000000;
}
.btn:hover,
.btn:focus {
  background-color: #c9cacd;
  color: #000000;
}

/* Header */
.header {
  background-color: #edeef1;
  color: #000000;
}

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

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

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

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

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

  color: #000000;
}

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

.header .btn:hover,
.btn-primary:hover,
.header .btn:focus,
.btn-primary:focus {
  background-color: #bebec1;
  color: #000000;

}

@media (min-width: 760px) {
  .navbar-search .form-control {
    border: 1px solid #d5d6d9;
    -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: #00a2e0;
}
.item__footer {
  /* This is .item__footer on search and archives */
  color: rgba(69,69,71,0.7);
}

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

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

/* Trello: https://trello.com/c/lEPuvhXO */
/* If secondary font is Garamond, Laila or Merriweather adjust */
/* padding to correct line-height issues with these fonts in lozenge */
/*  */

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

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

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

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


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

.cc-edito .category__title {
  color: #ee365a;
  text-align: left;

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

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

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

.cc-edito .item__title a {
  color: #00a2e0;
}
.cc-edito .item__title a:hover,
.cc-edito .item__title a:focus {
  color: #0082b3;
}

  /* Embedded link colors */
  /*  */

.cc-edito p a,
.cc-edito ul li a {
  color: #00a2e0;
}
.cc-edito p a:hover,
.cc-edito p a:active,
.cc-edito ul li a:hover,
.cc-edito ul li a:active {
  color: #26c8ff;
}

.cc-edito .item__footer {
  color: #454547;
}
.cc-edito .item__footer a {
  color: #00a2e0;
}
.cc-edito .item__footer a:hover,
.cc-edito .item__footer a:active {
  color: #26c8ff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-edito.category__footer h2 {
  border: 1px solid #454547;
}
.cc-edito.category__footer a {
  color: #00a2e0;
}
.cc-edito.category__footer a:hover,
.cc-edito.category__footer a:focus {
  color: #0082b3;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-societe-samenleving {
  background-color: #edeef1;
  color: #454547;
  text-align: left;
}

.cc-societe-samenleving .category__title {
  color: #ee365a;
  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-societe-samenleving .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-societe-samenleving .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-societe-samenleving .category__title--lozenge .category__title__text {
  background-color: #ee365a;
  /* 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-societe-samenleving blockquote {
  border-left-color: #bebec1;
}

.cc-societe-samenleving .item__title a {
  color: #00a2e0;
}
.cc-societe-samenleving .item__title a:hover,
.cc-societe-samenleving .item__title a:focus {
  color: #0082b3;
}

  /* Embedded link colors */
  /*  */

.cc-societe-samenleving p a,
.cc-societe-samenleving ul li a {
  color: #00a2e0;
}
.cc-societe-samenleving p a:hover,
.cc-societe-samenleving p a:active,
.cc-societe-samenleving ul li a:hover,
.cc-societe-samenleving ul li a:active {
  color: #26c8ff;
}

.cc-societe-samenleving .item__footer {
  color: #454547;
}
.cc-societe-samenleving .item__footer a {
  color: #00a2e0;
}
.cc-societe-samenleving .item__footer a:hover,
.cc-societe-samenleving .item__footer a:active {
  color: #26c8ff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-societe-samenleving.category__footer h2 {
  border: 1px solid #454547;
}
.cc-societe-samenleving.category__footer a {
  color: #00a2e0;
}
.cc-societe-samenleving.category__footer a:hover,
.cc-societe-samenleving.category__footer a:focus {
  color: #0082b3;
}
/* Search modifier classes */
/*  */

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

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

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


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

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

.cc-culture-cultuur .item__title a {
  color: #00a2e0;
}
.cc-culture-cultuur .item__title a:hover,
.cc-culture-cultuur .item__title a:focus {
  color: #0082b3;
}

  /* Embedded link colors */
  /*  */

.cc-culture-cultuur p a,
.cc-culture-cultuur ul li a {
  color: #00a2e0;
}
.cc-culture-cultuur p a:hover,
.cc-culture-cultuur p a:active,
.cc-culture-cultuur ul li a:hover,
.cc-culture-cultuur ul li a:active {
  color: #26c8ff;
}

.cc-culture-cultuur .item__footer {
  color: #454547;
}
.cc-culture-cultuur .item__footer a {
  color: #00a2e0;
}
.cc-culture-cultuur .item__footer a:hover,
.cc-culture-cultuur .item__footer a:active {
  color: #26c8ff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-culture-cultuur.category__footer h2 {
  border: 1px solid #454547;
}
.cc-culture-cultuur.category__footer a {
  color: #00a2e0;
}
.cc-culture-cultuur.category__footer a:hover,
.cc-culture-cultuur.category__footer a:focus {
  color: #0082b3;
}
/* Search modifier classes */
/*  */

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

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

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


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

.cc-francobelge-news .category__title {
  color: #ee365a;
  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-francobelge-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-francobelge-news .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-francobelge-news .category__title--lozenge .category__title__text {
  background-color: #ee365a;
  /* 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-francobelge-news blockquote {
  border-left-color: #c3a50f;
}

.cc-francobelge-news .item__title a {
  color: #00a2e0;
}
.cc-francobelge-news .item__title a:hover,
.cc-francobelge-news .item__title a:focus {
  color: #0082b3;
}

  /* Embedded link colors */
  /*  */

.cc-francobelge-news p a,
.cc-francobelge-news ul li a {
  color: #00a2e0;
}
.cc-francobelge-news p a:hover,
.cc-francobelge-news p a:active,
.cc-francobelge-news ul li a:hover,
.cc-francobelge-news ul li a:active {
  color: #26c8ff;
}

.cc-francobelge-news .item__footer {
  color: #454547;
}
.cc-francobelge-news .item__footer a {
  color: #00a2e0;
}
.cc-francobelge-news .item__footer a:hover,
.cc-francobelge-news .item__footer a:active {
  color: #26c8ff;
}


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

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

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

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

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


.cc-mobilite-mobiliteit {
  background-color: #edeef1;
  color: #454547;
  text-align: left;
}

.cc-mobilite-mobiliteit .category__title {
  color: #ee365a;
  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-mobilite-mobiliteit .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-mobilite-mobiliteit .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-mobilite-mobiliteit .category__title--lozenge .category__title__text {
  background-color: #ee365a;
  /* 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-mobilite-mobiliteit blockquote {
  border-left-color: #bebec1;
}

.cc-mobilite-mobiliteit .item__title a {
  color: #00a2e0;
}
.cc-mobilite-mobiliteit .item__title a:hover,
.cc-mobilite-mobiliteit .item__title a:focus {
  color: #0082b3;
}

  /* Embedded link colors */
  /*  */

.cc-mobilite-mobiliteit p a,
.cc-mobilite-mobiliteit ul li a {
  color: #00a2e0;
}
.cc-mobilite-mobiliteit p a:hover,
.cc-mobilite-mobiliteit p a:active,
.cc-mobilite-mobiliteit ul li a:hover,
.cc-mobilite-mobiliteit ul li a:active {
  color: #26c8ff;
}

.cc-mobilite-mobiliteit .item__footer {
  color: #454547;
}
.cc-mobilite-mobiliteit .item__footer a {
  color: #00a2e0;
}
.cc-mobilite-mobiliteit .item__footer a:hover,
.cc-mobilite-mobiliteit .item__footer a:active {
  color: #26c8ff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-mobilite-mobiliteit.category__footer h2 {
  border: 1px solid #454547;
}
.cc-mobilite-mobiliteit.category__footer a {
  color: #00a2e0;
}
.cc-mobilite-mobiliteit.category__footer a:hover,
.cc-mobilite-mobiliteit.category__footer a:focus {
  color: #0082b3;
}
/* Search modifier classes */
/*  */

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

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

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


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

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

.cc-loisirs-uit .item__title a {
  color: #00a2e0;
}
.cc-loisirs-uit .item__title a:hover,
.cc-loisirs-uit .item__title a:focus {
  color: #0082b3;
}

  /* Embedded link colors */
  /*  */

.cc-loisirs-uit p a,
.cc-loisirs-uit ul li a {
  color: #00a2e0;
}
.cc-loisirs-uit p a:hover,
.cc-loisirs-uit p a:active,
.cc-loisirs-uit ul li a:hover,
.cc-loisirs-uit ul li a:active {
  color: #26c8ff;
}

.cc-loisirs-uit .item__footer {
  color: #454547;
}
.cc-loisirs-uit .item__footer a {
  color: #00a2e0;
}
.cc-loisirs-uit .item__footer a:hover,
.cc-loisirs-uit .item__footer a:active {
  color: #26c8ff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-loisirs-uit.category__footer h2 {
  border: 1px solid #454547;
}
.cc-loisirs-uit.category__footer a {
  color: #00a2e0;
}
.cc-loisirs-uit.category__footer a:hover,
.cc-loisirs-uit.category__footer a:focus {
  color: #0082b3;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-mediaconnect {
  background-color: #00a2e0;
  color: #ffffff;
  text-align: left;
}

.cc-mediaconnect .category__title {
  color: #ee365a;
  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-mediaconnect .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-mediaconnect .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-mediaconnect .category__title--lozenge .category__title__text {
  background-color: #ee365a;
  /* 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-mediaconnect blockquote {
  border-left-color: #33d5ff;
}

.cc-mediaconnect .item__title a {
  color: #ffffff;
}
.cc-mediaconnect .item__title a:hover,
.cc-mediaconnect .item__title a:focus {
  color: #cccccc;
}

  /* Embedded link colors */
  /*  */

.cc-mediaconnect p a,
.cc-mediaconnect ul li a {
  color: #ffffff;
}
.cc-mediaconnect p a:hover,
.cc-mediaconnect p a:active,
.cc-mediaconnect ul li a:hover,
.cc-mediaconnect ul li a:active {
  color: #d9d9d9;
}

.cc-mediaconnect .item__footer {
  color: #ffffff;
}
.cc-mediaconnect .item__footer a {
  color: #ffffff;
}
.cc-mediaconnect .item__footer a:hover,
.cc-mediaconnect .item__footer a:active {
  color: #d9d9d9;
}


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

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

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

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

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


.cc-espace-ruimte {
  background-color: #edeef1;
  color: #454547;
  text-align: left;
}

.cc-espace-ruimte .category__title {
  color: #ee365a;
  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-espace-ruimte .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-espace-ruimte .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-espace-ruimte .category__title--lozenge .category__title__text {
  background-color: #ee365a;
  /* 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-espace-ruimte blockquote {
  border-left-color: #bebec1;
}

.cc-espace-ruimte .item__title a {
  color: #00a2e0;
}
.cc-espace-ruimte .item__title a:hover,
.cc-espace-ruimte .item__title a:focus {
  color: #0082b3;
}

  /* Embedded link colors */
  /*  */

.cc-espace-ruimte p a,
.cc-espace-ruimte ul li a {
  color: #00a2e0;
}
.cc-espace-ruimte p a:hover,
.cc-espace-ruimte p a:active,
.cc-espace-ruimte ul li a:hover,
.cc-espace-ruimte ul li a:active {
  color: #26c8ff;
}

.cc-espace-ruimte .item__footer {
  color: #454547;
}
.cc-espace-ruimte .item__footer a {
  color: #00a2e0;
}
.cc-espace-ruimte .item__footer a:hover,
.cc-espace-ruimte .item__footer a:active {
  color: #26c8ff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-espace-ruimte.category__footer h2 {
  border: 1px solid #454547;
}
.cc-espace-ruimte.category__footer a {
  color: #00a2e0;
}
.cc-espace-ruimte.category__footer a:hover,
.cc-espace-ruimte.category__footer a:focus {
  color: #0082b3;
}
/* Search modifier classes */
/*  */

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

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

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


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

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

.cc-economie .item__title a {
  color: #00a2e0;
}
.cc-economie .item__title a:hover,
.cc-economie .item__title a:focus {
  color: #0082b3;
}

  /* Embedded link colors */
  /*  */

.cc-economie p a,
.cc-economie ul li a {
  color: #00a2e0;
}
.cc-economie p a:hover,
.cc-economie p a:active,
.cc-economie ul li a:hover,
.cc-economie ul li a:active {
  color: #26c8ff;
}

.cc-economie .item__footer {
  color: #454547;
}
.cc-economie .item__footer a {
  color: #00a2e0;
}
.cc-economie .item__footer a:hover,
.cc-economie .item__footer a:active {
  color: #26c8ff;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-economie.category__footer h2 {
  border: 1px solid #454547;
}
.cc-economie.category__footer a {
  color: #00a2e0;
}
.cc-economie.category__footer a:hover,
.cc-economie.category__footer a:focus {
  color: #0082b3;
}

/* 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: #00a2e0;
  color: #00a2e0;
}

/* 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(0,0,0,0.9);
}

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

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

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

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

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


/* Subscription pages */
/*  */
.subscription__resubscribe__btn {
  color: #00a2e0;
}
.subscription__resubscribe__btn:hover,
.subscription__resubscribe__btn:focus {
  color: #26c8ff;
}


/* 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: #00a2e0;
}
.sponsorship a:hover,
.sponsorship a:active {
  color: #26c8ff;
}

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

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


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