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

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

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

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

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

  color: #FFFFFF;
}

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

.header .btn:hover,
.btn-primary:hover,
.header .btn:focus,
.btn-primary:focus {
  background-color: #000000;
  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(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 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-fromtheblog .item__heading {
  color: #d7670e;
}

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

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


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

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

.cc-fromtheblog .item__title a {
  color: #000000;
}
.cc-fromtheblog .item__title a:hover,
.cc-fromtheblog .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-fromtheblog p a,
.cc-fromtheblog ul li a {
  color: #000000;
}
.cc-fromtheblog p a:hover,
.cc-fromtheblog p a:active,
.cc-fromtheblog ul li a:hover,
.cc-fromtheblog ul li a:active {
  color: #262626;
}

.cc-fromtheblog .item__footer {
  color: #454547;
}
.cc-fromtheblog .item__footer a {
  color: #000000;
}
.cc-fromtheblog .item__footer a:hover,
.cc-fromtheblog .item__footer a:active {
  color: #262626;
}


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

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

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

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

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


.cc-lucullanezine {
  background-color: #FFFFFF;
  color: #ffffff;
  text-align: left;
}

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

.cc-lucullanezine .item__title a {
  color: #000000;
}
.cc-lucullanezine .item__title a:hover,
.cc-lucullanezine .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-lucullanezine p a,
.cc-lucullanezine ul li a {
  color: #000000;
}
.cc-lucullanezine p a:hover,
.cc-lucullanezine p a:active,
.cc-lucullanezine ul li a:hover,
.cc-lucullanezine ul li a:active {
  color: #262626;
}

.cc-lucullanezine .item__footer {
  color: #ffffff;
}
.cc-lucullanezine .item__footer a {
  color: #000000;
}
.cc-lucullanezine .item__footer a:hover,
.cc-lucullanezine .item__footer a:active {
  color: #262626;
}


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

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

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

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

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


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

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

.cc-travelinspiration .item__title a {
  color: #000000;
}
.cc-travelinspiration .item__title a:hover,
.cc-travelinspiration .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-travelinspiration p a,
.cc-travelinspiration ul li a {
  color: #000000;
}
.cc-travelinspiration p a:hover,
.cc-travelinspiration p a:active,
.cc-travelinspiration ul li a:hover,
.cc-travelinspiration ul li a:active {
  color: #262626;
}

.cc-travelinspiration .item__footer {
  color: #454547;
}
.cc-travelinspiration .item__footer a {
  color: #000000;
}
.cc-travelinspiration .item__footer a:hover,
.cc-travelinspiration .item__footer a:active {
  color: #262626;
}


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

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

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

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

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


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

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

.cc-header .item__title a {
  color: #000000;
}
.cc-header .item__title a:hover,
.cc-header .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-header p a,
.cc-header ul li a {
  color: #000000;
}
.cc-header p a:hover,
.cc-header p a:active,
.cc-header ul li a:hover,
.cc-header ul li a:active {
  color: #262626;
}

.cc-header .item__footer {
  color: #454547;
}
.cc-header .item__footer a {
  color: #000000;
}
.cc-header .item__footer a:hover,
.cc-header .item__footer a:active {
  color: #262626;
}


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

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

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

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

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


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

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

.cc-featuredarticle .item__title a {
  color: #000000;
}
.cc-featuredarticle .item__title a:hover,
.cc-featuredarticle .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-featuredarticle p a,
.cc-featuredarticle ul li a {
  color: #000000;
}
.cc-featuredarticle p a:hover,
.cc-featuredarticle p a:active,
.cc-featuredarticle ul li a:hover,
.cc-featuredarticle ul li a:active {
  color: #262626;
}

.cc-featuredarticle .item__footer {
  color: #454547;
}
.cc-featuredarticle .item__footer a {
  color: #000000;
}
.cc-featuredarticle .item__footer a:hover,
.cc-featuredarticle .item__footer a:active {
  color: #262626;
}


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

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

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

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

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


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

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

.cc-luxuryspotlight .item__title a {
  color: #000000;
}
.cc-luxuryspotlight .item__title a:hover,
.cc-luxuryspotlight .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-luxuryspotlight p a,
.cc-luxuryspotlight ul li a {
  color: #000000;
}
.cc-luxuryspotlight p a:hover,
.cc-luxuryspotlight p a:active,
.cc-luxuryspotlight ul li a:hover,
.cc-luxuryspotlight ul li a:active {
  color: #262626;
}

.cc-luxuryspotlight .item__footer {
  color: #454547;
}
.cc-luxuryspotlight .item__footer a {
  color: #000000;
}
.cc-luxuryspotlight .item__footer a:hover,
.cc-luxuryspotlight .item__footer a:active {
  color: #262626;
}


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

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

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

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


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

.cc-news .category__title {
  color: #d7670e;
  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-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 {
    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-news .category__title--lozenge .category__title__text {
  background-color: #d7670e;
  /* 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: #000000;
}
.cc-news .item__title a:hover,
.cc-news .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-news p a,
.cc-news ul li a {
  color: #000000;
}
.cc-news p a:hover,
.cc-news p a:active,
.cc-news ul li a:hover,
.cc-news ul li a:active {
  color: #262626;
}

.cc-news .item__footer {
  color: #454547;
}
.cc-news .item__footer a {
  color: #000000;
}
.cc-news .item__footer a:hover,
.cc-news .item__footer a:active {
  color: #262626;
}


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

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

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

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


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

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

.cc-listofbests .item__title a {
  color: #000000;
}
.cc-listofbests .item__title a:hover,
.cc-listofbests .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-listofbests p a,
.cc-listofbests ul li a {
  color: #000000;
}
.cc-listofbests p a:hover,
.cc-listofbests p a:active,
.cc-listofbests ul li a:hover,
.cc-listofbests ul li a:active {
  color: #262626;
}

.cc-listofbests .item__footer {
  color: #454547;
}
.cc-listofbests .item__footer a {
  color: #000000;
}
.cc-listofbests .item__footer a:hover,
.cc-listofbests .item__footer a:active {
  color: #262626;
}


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

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

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

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

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


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

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

.cc-transportation .item__title a {
  color: #000000;
}
.cc-transportation .item__title a:hover,
.cc-transportation .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-transportation p a,
.cc-transportation ul li a {
  color: #000000;
}
.cc-transportation p a:hover,
.cc-transportation p a:active,
.cc-transportation ul li a:hover,
.cc-transportation ul li a:active {
  color: #262626;
}

.cc-transportation .item__footer {
  color: #454547;
}
.cc-transportation .item__footer a {
  color: #000000;
}
.cc-transportation .item__footer a:hover,
.cc-transportation .item__footer a:active {
  color: #262626;
}


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

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

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

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

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


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

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

.cc-accommodations .item__title a {
  color: #000000;
}
.cc-accommodations .item__title a:hover,
.cc-accommodations .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-accommodations p a,
.cc-accommodations ul li a {
  color: #000000;
}
.cc-accommodations p a:hover,
.cc-accommodations p a:active,
.cc-accommodations ul li a:hover,
.cc-accommodations ul li a:active {
  color: #262626;
}

.cc-accommodations .item__footer {
  color: #454547;
}
.cc-accommodations .item__footer a {
  color: #000000;
}
.cc-accommodations .item__footer a:hover,
.cc-accommodations .item__footer a:active {
  color: #262626;
}


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

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

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

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

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


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

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

.cc-gastronomy .item__title a {
  color: #000000;
}
.cc-gastronomy .item__title a:hover,
.cc-gastronomy .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-gastronomy p a,
.cc-gastronomy ul li a {
  color: #000000;
}
.cc-gastronomy p a:hover,
.cc-gastronomy p a:active,
.cc-gastronomy ul li a:hover,
.cc-gastronomy ul li a:active {
  color: #262626;
}

.cc-gastronomy .item__footer {
  color: #454547;
}
.cc-gastronomy .item__footer a {
  color: #000000;
}
.cc-gastronomy .item__footer a:hover,
.cc-gastronomy .item__footer a:active {
  color: #262626;
}


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

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

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

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

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


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

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

.cc-ofspecialinterest .item__title a {
  color: #000000;
}
.cc-ofspecialinterest .item__title a:hover,
.cc-ofspecialinterest .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-ofspecialinterest p a,
.cc-ofspecialinterest ul li a {
  color: #000000;
}
.cc-ofspecialinterest p a:hover,
.cc-ofspecialinterest p a:active,
.cc-ofspecialinterest ul li a:hover,
.cc-ofspecialinterest ul li a:active {
  color: #262626;
}

.cc-ofspecialinterest .item__footer {
  color: #454547;
}
.cc-ofspecialinterest .item__footer a {
  color: #000000;
}
.cc-ofspecialinterest .item__footer a:hover,
.cc-ofspecialinterest .item__footer a:active {
  color: #262626;
}


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

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

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

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

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


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

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

.cc-cruising .item__title a {
  color: #000000;
}
.cc-cruising .item__title a:hover,
.cc-cruising .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-cruising p a,
.cc-cruising ul li a {
  color: #000000;
}
.cc-cruising p a:hover,
.cc-cruising p a:active,
.cc-cruising ul li a:hover,
.cc-cruising ul li a:active {
  color: #262626;
}

.cc-cruising .item__footer {
  color: #454547;
}
.cc-cruising .item__footer a {
  color: #000000;
}
.cc-cruising .item__footer a:hover,
.cc-cruising .item__footer a:active {
  color: #262626;
}


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

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

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

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

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


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

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

.cc-cityspotlight .item__title a {
  color: #000000;
}
.cc-cityspotlight .item__title a:hover,
.cc-cityspotlight .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-cityspotlight p a,
.cc-cityspotlight ul li a {
  color: #000000;
}
.cc-cityspotlight p a:hover,
.cc-cityspotlight p a:active,
.cc-cityspotlight ul li a:hover,
.cc-cityspotlight ul li a:active {
  color: #262626;
}

.cc-cityspotlight .item__footer {
  color: #454547;
}
.cc-cityspotlight .item__footer a {
  color: #000000;
}
.cc-cityspotlight .item__footer a:hover,
.cc-cityspotlight .item__footer a:active {
  color: #262626;
}


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

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

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

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

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


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

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

.cc-countryspotlight .item__title a {
  color: #000000;
}
.cc-countryspotlight .item__title a:hover,
.cc-countryspotlight .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-countryspotlight p a,
.cc-countryspotlight ul li a {
  color: #000000;
}
.cc-countryspotlight p a:hover,
.cc-countryspotlight p a:active,
.cc-countryspotlight ul li a:hover,
.cc-countryspotlight ul li a:active {
  color: #262626;
}

.cc-countryspotlight .item__footer {
  color: #454547;
}
.cc-countryspotlight .item__footer a {
  color: #000000;
}
.cc-countryspotlight .item__footer a:hover,
.cc-countryspotlight .item__footer a:active {
  color: #262626;
}


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

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

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

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

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


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

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

.cc-airtravel .item__title a {
  color: #000000;
}
.cc-airtravel .item__title a:hover,
.cc-airtravel .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-airtravel p a,
.cc-airtravel ul li a {
  color: #000000;
}
.cc-airtravel p a:hover,
.cc-airtravel p a:active,
.cc-airtravel ul li a:hover,
.cc-airtravel ul li a:active {
  color: #262626;
}

.cc-airtravel .item__footer {
  color: #454547;
}
.cc-airtravel .item__footer a {
  color: #000000;
}
.cc-airtravel .item__footer a:hover,
.cc-airtravel .item__footer a:active {
  color: #262626;
}


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

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

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

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

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


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

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

.cc-travelhealth .item__title a {
  color: #000000;
}
.cc-travelhealth .item__title a:hover,
.cc-travelhealth .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-travelhealth p a,
.cc-travelhealth ul li a {
  color: #000000;
}
.cc-travelhealth p a:hover,
.cc-travelhealth p a:active,
.cc-travelhealth ul li a:hover,
.cc-travelhealth ul li a:active {
  color: #262626;
}

.cc-travelhealth .item__footer {
  color: #454547;
}
.cc-travelhealth .item__footer a {
  color: #000000;
}
.cc-travelhealth .item__footer a:hover,
.cc-travelhealth .item__footer a:active {
  color: #262626;
}


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

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

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

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

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


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

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

.cc-tennis .item__title a {
  color: #000000;
}
.cc-tennis .item__title a:hover,
.cc-tennis .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-tennis p a,
.cc-tennis ul li a {
  color: #000000;
}
.cc-tennis p a:hover,
.cc-tennis p a:active,
.cc-tennis ul li a:hover,
.cc-tennis ul li a:active {
  color: #262626;
}

.cc-tennis .item__footer {
  color: #454547;
}
.cc-tennis .item__footer a {
  color: #000000;
}
.cc-tennis .item__footer a:hover,
.cc-tennis .item__footer a:active {
  color: #262626;
}


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

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

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

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

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


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

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

.cc-golf .item__title a {
  color: #000000;
}
.cc-golf .item__title a:hover,
.cc-golf .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-golf p a,
.cc-golf ul li a {
  color: #000000;
}
.cc-golf p a:hover,
.cc-golf p a:active,
.cc-golf ul li a:hover,
.cc-golf ul li a:active {
  color: #262626;
}

.cc-golf .item__footer {
  color: #454547;
}
.cc-golf .item__footer a {
  color: #000000;
}
.cc-golf .item__footer a:hover,
.cc-golf .item__footer a:active {
  color: #262626;
}


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

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

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

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

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


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

.cc-footer .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-footer .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-footer .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */

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

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

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

.cc-footer .item__title a {
  color: #000000;
}
.cc-footer .item__title a:hover,
.cc-footer .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-footer p a,
.cc-footer ul li a {
  color: #000000;
}
.cc-footer p a:hover,
.cc-footer p a:active,
.cc-footer ul li a:hover,
.cc-footer ul li a:active {
  color: #262626;
}

.cc-footer .item__footer {
  color: #454547;
}
.cc-footer .item__footer a {
  color: #000000;
}
.cc-footer .item__footer a:hover,
.cc-footer .item__footer a:active {
  color: #262626;
}


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

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

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


/* 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: #000000;
  color: #FFFFFF;
}
.home--noissue body {
  background-color: transparent;
}
.home--noissue .footer {
  background-color: #000000;
  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/7752/medium_darkened_b83842d7-12e8-462f-ad60-e2aec168e0a4.jpg);
}
@media (min-width: 760px) {
  .header--withimage .header {
    background-image: url(https://dxj7eshgz03ln.cloudfront.net/production/publication/header_background_image/7752/large_darkened_b83842d7-12e8-462f-ad60-e2aec168e0a4.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/7752/medium_darkened_b83842d7-12e8-462f-ad60-e2aec168e0a4.jpg);
}
@media (min-width: 760px) {
  .home--noissue.header--withimage {
    background-image: url(https://dxj7eshgz03ln.cloudfront.net/production/publication/header_background_image/7752/large_darkened_b83842d7-12e8-462f-ad60-e2aec168e0a4.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;
}
