html,
body,
button {
  color: #454547;
}
.btn {
  background-color: #454547;
  color: #FFFFFF;
}
.btn:hover,
.btn:focus {
  background-color: #6b6b6d;
  color: #FFFFFF;
}
.header {
  background-color: #454547;
  color: #FFFFFF;
}
.header--withimage .header {
  background-color: transparent;
}
@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;
}
.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;
}
.header .form-control {
  background-color: rgba(255, 255, 255, 0.9);
  color: #000000;
}
.header ::-moz-placeholder {
  color: #000000;
}
.header :-ms-input-placeholder {
  color: #000000;
}
.header ::placeholder {
  color: #000000;
}
.header .btn,
.btn-primary {
  background-color: #2c2c2d;
  color: #FFFFFF;
}
.header .btn path,
.btn-primary path {
  stroke: #FFFFFF;
}
.header .btn:hover,
.btn-primary:hover,
.header .btn:focus,
.btn-primary:focus {
  background-color: #131313;
  color: #FFFFFF;
}
.navbar-search .btn {
  background-color: transparent;
  color: #5e5e61;
}
.navbar-search .btn:hover,
.navbar-search .btn:focus {
  background-color: transparent;
  color: #000000;
}
.item__list .item:before {
  border-top-color: rgba(69, 69, 71, 0.2);
}
.item__heading {
  color: #000000;
}
.item__footer {
  color: rgba(69, 69, 71, 0.7);
}
.issue__heading h1 {
  color: #454547;
}
.issue__heading h1 i {
  color: rgba(69, 69, 71, 0.7);
}
.item--cc-commentary .item__heading {
  color: #414007;
}
.item--cc-commentary .item__title {
  color: #000000;
}
.item--cc-commentary .item__body p a {
  color: #000000;
}
.cc-commentary {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-commentary .category__title {
  color: #414007;
  text-align: left;
  position: relative;
}
.cc-commentary .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-commentary .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-commentary .category__title--lozenge .category__title__text {
  background-color: #414007;
  color: #ffffff;
}
.cc-commentary blockquote {
  border-left-color: #cccccc;
}
.cc-commentary .item__title a {
  color: #000000;
}
.cc-commentary .item__title a:hover,
.cc-commentary .item__title a:focus {
  color: #000000;
}
.cc-commentary p a,
.cc-commentary ul li a {
  color: #000000;
}
.cc-commentary p a:hover,
.cc-commentary ul li a:hover,
.cc-commentary p a:active,
.cc-commentary ul li a:active {
  color: #262626;
}
.cc-commentary .item__footer {
  color: #454547;
}
.cc-commentary .item__footer a {
  color: #000000;
}
.cc-commentary .item__footer a:hover,
.cc-commentary .item__footer a:active {
  color: #262626;
}
.cc-commentary hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-commentary.category__footer h2 {
  border: 1px solid #454547;
}
.cc-commentary.category__footer a {
  color: #000000;
}
.cc-commentary.category__footer a:hover,
.cc-commentary.category__footer a:focus {
  color: #000000;
}
.item--cc-spn .item__heading {
  color: #454547;
}
.item--cc-spn .item__title {
  color: #000000;
}
.item--cc-spn .item__body p a {
  color: #000000;
}
.cc-spn {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-spn .category__title {
  color: #454547;
  text-align: left;
  position: relative;
}
.cc-spn .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-spn .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-spn .category__title--lozenge .category__title__text {
  background-color: #454547;
  color: #ffffff;
}
.cc-spn blockquote {
  border-left-color: #cccccc;
}
.cc-spn .item__title a {
  color: #000000;
}
.cc-spn .item__title a:hover,
.cc-spn .item__title a:focus {
  color: #000000;
}
.cc-spn p a,
.cc-spn ul li a {
  color: #000000;
}
.cc-spn p a:hover,
.cc-spn ul li a:hover,
.cc-spn p a:active,
.cc-spn ul li a:active {
  color: #262626;
}
.cc-spn .item__footer {
  color: #454547;
}
.cc-spn .item__footer a {
  color: #000000;
}
.cc-spn .item__footer a:hover,
.cc-spn .item__footer a:active {
  color: #262626;
}
.cc-spn hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-spn.category__footer h2 {
  border: 1px solid #454547;
}
.cc-spn.category__footer a {
  color: #000000;
}
.cc-spn.category__footer a:hover,
.cc-spn.category__footer a:focus {
  color: #000000;
}
.item--cc-news .item__heading {
  color: #454547;
}
.item--cc-news .item__title {
  color: #000000;
}
.item--cc-news .item__body p a {
  color: #000000;
}
.cc-news {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-news .category__title {
  color: #454547;
  text-align: left;
  position: relative;
}
.cc-news .category__title img {
  margin-right: 18px;
}
@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%);
  }
}
.cc-news .category__title--lozenge .category__title__text {
  background-color: #454547;
  color: #ffffff;
}
.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;
}
.cc-news p a,
.cc-news ul li a {
  color: #000000;
}
.cc-news p a:hover,
.cc-news ul li a:hover,
.cc-news p a:active,
.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;
}
.cc-news hr {
  background-color: #cccccc;
  color: #cccccc;
}
.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;
}
.item--cc-experiences .item__heading {
  color: #947bd5;
}
.item--cc-experiences .item__title {
  color: #000000;
}
.item--cc-experiences .item__body p a {
  color: #000000;
}
.cc-experiences {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-experiences .category__title {
  color: #947bd5;
  text-align: left;
  position: relative;
}
.cc-experiences .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-experiences .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-experiences .category__title--lozenge .category__title__text {
  background-color: #947bd5;
  color: #ffffff;
}
.cc-experiences blockquote {
  border-left-color: #cccccc;
}
.cc-experiences .item__title a {
  color: #000000;
}
.cc-experiences .item__title a:hover,
.cc-experiences .item__title a:focus {
  color: #000000;
}
.cc-experiences p a,
.cc-experiences ul li a {
  color: #000000;
}
.cc-experiences p a:hover,
.cc-experiences ul li a:hover,
.cc-experiences p a:active,
.cc-experiences ul li a:active {
  color: #262626;
}
.cc-experiences .item__footer {
  color: #454547;
}
.cc-experiences .item__footer a {
  color: #000000;
}
.cc-experiences .item__footer a:hover,
.cc-experiences .item__footer a:active {
  color: #262626;
}
.cc-experiences hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-experiences.category__footer h2 {
  border: 1px solid #454547;
}
.cc-experiences.category__footer a {
  color: #000000;
}
.cc-experiences.category__footer a:hover,
.cc-experiences.category__footer a:focus {
  color: #000000;
}
.item--cc-sponsoredevent .item__heading {
  color: #454547;
}
.item--cc-sponsoredevent .item__title {
  color: #000000;
}
.item--cc-sponsoredevent .item__body p a {
  color: #000000;
}
.cc-sponsoredevent {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-sponsoredevent .category__title {
  color: #454547;
  text-align: left;
  position: relative;
}
.cc-sponsoredevent .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-sponsoredevent .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-sponsoredevent .category__title--lozenge .category__title__text {
  background-color: #454547;
  color: #ffffff;
}
.cc-sponsoredevent blockquote {
  border-left-color: #cccccc;
}
.cc-sponsoredevent .item__title a {
  color: #000000;
}
.cc-sponsoredevent .item__title a:hover,
.cc-sponsoredevent .item__title a:focus {
  color: #000000;
}
.cc-sponsoredevent p a,
.cc-sponsoredevent ul li a {
  color: #000000;
}
.cc-sponsoredevent p a:hover,
.cc-sponsoredevent ul li a:hover,
.cc-sponsoredevent p a:active,
.cc-sponsoredevent ul li a:active {
  color: #262626;
}
.cc-sponsoredevent .item__footer {
  color: #454547;
}
.cc-sponsoredevent .item__footer a {
  color: #000000;
}
.cc-sponsoredevent .item__footer a:hover,
.cc-sponsoredevent .item__footer a:active {
  color: #262626;
}
.cc-sponsoredevent hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-sponsoredevent.category__footer h2 {
  border: 1px solid #454547;
}
.cc-sponsoredevent.category__footer a {
  color: #000000;
}
.cc-sponsoredevent.category__footer a:hover,
.cc-sponsoredevent.category__footer a:focus {
  color: #000000;
}
.item--cc-apps .item__heading {
  color: #454547;
}
.item--cc-apps .item__title {
  color: #000000;
}
.item--cc-apps .item__body p a {
  color: #000000;
}
.cc-apps {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-apps .category__title {
  color: #454547;
  text-align: left;
  position: relative;
}
.cc-apps .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-apps .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-apps .category__title--lozenge .category__title__text {
  background-color: #454547;
  color: #ffffff;
}
.cc-apps blockquote {
  border-left-color: #cccccc;
}
.cc-apps .item__title a {
  color: #000000;
}
.cc-apps .item__title a:hover,
.cc-apps .item__title a:focus {
  color: #000000;
}
.cc-apps p a,
.cc-apps ul li a {
  color: #000000;
}
.cc-apps p a:hover,
.cc-apps ul li a:hover,
.cc-apps p a:active,
.cc-apps ul li a:active {
  color: #262626;
}
.cc-apps .item__footer {
  color: #454547;
}
.cc-apps .item__footer a {
  color: #000000;
}
.cc-apps .item__footer a:hover,
.cc-apps .item__footer a:active {
  color: #262626;
}
.cc-apps hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-apps.category__footer h2 {
  border: 1px solid #454547;
}
.cc-apps.category__footer a {
  color: #000000;
}
.cc-apps.category__footer a:hover,
.cc-apps.category__footer a:focus {
  color: #000000;
}
.item--cc-event .item__heading {
  color: #454547;
}
.item--cc-event .item__title {
  color: #000000;
}
.item--cc-event .item__body p a {
  color: #000000;
}
.cc-event {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-event .category__title {
  color: #454547;
  text-align: left;
  position: relative;
}
.cc-event .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-event .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-event .category__title--lozenge .category__title__text {
  background-color: #454547;
  color: #ffffff;
}
.cc-event blockquote {
  border-left-color: #cccccc;
}
.cc-event .item__title a {
  color: #000000;
}
.cc-event .item__title a:hover,
.cc-event .item__title a:focus {
  color: #000000;
}
.cc-event p a,
.cc-event ul li a {
  color: #000000;
}
.cc-event p a:hover,
.cc-event ul li a:hover,
.cc-event p a:active,
.cc-event ul li a:active {
  color: #262626;
}
.cc-event .item__footer {
  color: #454547;
}
.cc-event .item__footer a {
  color: #000000;
}
.cc-event .item__footer a:hover,
.cc-event .item__footer a:active {
  color: #262626;
}
.cc-event hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-event.category__footer h2 {
  border: 1px solid #454547;
}
.cc-event.category__footer a {
  color: #000000;
}
.cc-event.category__footer a:hover,
.cc-event.category__footer a:focus {
  color: #000000;
}
.item--cc-reading .item__heading {
  color: #454547;
}
.item--cc-reading .item__title {
  color: #000000;
}
.item--cc-reading .item__body p a {
  color: #000000;
}
.cc-reading {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-reading .category__title {
  color: #454547;
  text-align: left;
  position: relative;
}
.cc-reading .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-reading .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-reading .category__title--lozenge .category__title__text {
  background-color: #454547;
  color: #ffffff;
}
.cc-reading blockquote {
  border-left-color: #cccccc;
}
.cc-reading .item__title a {
  color: #000000;
}
.cc-reading .item__title a:hover,
.cc-reading .item__title a:focus {
  color: #000000;
}
.cc-reading p a,
.cc-reading ul li a {
  color: #000000;
}
.cc-reading p a:hover,
.cc-reading ul li a:hover,
.cc-reading p a:active,
.cc-reading ul li a:active {
  color: #262626;
}
.cc-reading .item__footer {
  color: #454547;
}
.cc-reading .item__footer a {
  color: #000000;
}
.cc-reading .item__footer a:hover,
.cc-reading .item__footer a:active {
  color: #262626;
}
.cc-reading hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-reading.category__footer h2 {
  border: 1px solid #454547;
}
.cc-reading.category__footer a {
  color: #000000;
}
.cc-reading.category__footer a:hover,
.cc-reading.category__footer a:focus {
  color: #000000;
}
.item--cc-sponsoredconferences .item__heading {
  color: #454547;
}
.item--cc-sponsoredconferences .item__title {
  color: #000000;
}
.item--cc-sponsoredconferences .item__body p a {
  color: #000000;
}
.cc-sponsoredconferences {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-sponsoredconferences .category__title {
  color: #454547;
  text-align: left;
  position: relative;
}
.cc-sponsoredconferences .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-sponsoredconferences .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-sponsoredconferences .category__title--lozenge .category__title__text {
  background-color: #454547;
  color: #ffffff;
}
.cc-sponsoredconferences blockquote {
  border-left-color: #cccccc;
}
.cc-sponsoredconferences .item__title a {
  color: #000000;
}
.cc-sponsoredconferences .item__title a:hover,
.cc-sponsoredconferences .item__title a:focus {
  color: #000000;
}
.cc-sponsoredconferences p a,
.cc-sponsoredconferences ul li a {
  color: #000000;
}
.cc-sponsoredconferences p a:hover,
.cc-sponsoredconferences ul li a:hover,
.cc-sponsoredconferences p a:active,
.cc-sponsoredconferences ul li a:active {
  color: #262626;
}
.cc-sponsoredconferences .item__footer {
  color: #454547;
}
.cc-sponsoredconferences .item__footer a {
  color: #000000;
}
.cc-sponsoredconferences .item__footer a:hover,
.cc-sponsoredconferences .item__footer a:active {
  color: #262626;
}
.cc-sponsoredconferences hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-sponsoredconferences.category__footer h2 {
  border: 1px solid #454547;
}
.cc-sponsoredconferences.category__footer a {
  color: #000000;
}
.cc-sponsoredconferences.category__footer a:hover,
.cc-sponsoredconferences.category__footer a:focus {
  color: #000000;
}
.item--cc-conferences .item__heading {
  color: #454547;
}
.item--cc-conferences .item__title {
  color: #000000;
}
.item--cc-conferences .item__body p a {
  color: #000000;
}
.cc-conferences {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-conferences .category__title {
  color: #454547;
  text-align: left;
  position: relative;
}
.cc-conferences .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-conferences .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-conferences .category__title--lozenge .category__title__text {
  background-color: #454547;
  color: #ffffff;
}
.cc-conferences blockquote {
  border-left-color: #cccccc;
}
.cc-conferences .item__title a {
  color: #000000;
}
.cc-conferences .item__title a:hover,
.cc-conferences .item__title a:focus {
  color: #000000;
}
.cc-conferences p a,
.cc-conferences ul li a {
  color: #000000;
}
.cc-conferences p a:hover,
.cc-conferences ul li a:hover,
.cc-conferences p a:active,
.cc-conferences ul li a:active {
  color: #262626;
}
.cc-conferences .item__footer {
  color: #454547;
}
.cc-conferences .item__footer a {
  color: #000000;
}
.cc-conferences .item__footer a:hover,
.cc-conferences .item__footer a:active {
  color: #262626;
}
.cc-conferences hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-conferences.category__footer h2 {
  border: 1px solid #454547;
}
.cc-conferences.category__footer a {
  color: #000000;
}
.cc-conferences.category__footer a:hover,
.cc-conferences.category__footer a:focus {
  color: #000000;
}
.item--cc-gaming .item__heading {
  color: #a94db6;
}
.item--cc-gaming .item__title {
  color: #000000;
}
.item--cc-gaming .item__body p a {
  color: #000000;
}
.cc-gaming {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-gaming .category__title {
  color: #a94db6;
  text-align: left;
  position: relative;
}
.cc-gaming .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-gaming .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-gaming .category__title--lozenge .category__title__text {
  background-color: #a94db6;
  color: #ffffff;
}
.cc-gaming blockquote {
  border-left-color: #cccccc;
}
.cc-gaming .item__title a {
  color: #000000;
}
.cc-gaming .item__title a:hover,
.cc-gaming .item__title a:focus {
  color: #000000;
}
.cc-gaming p a,
.cc-gaming ul li a {
  color: #000000;
}
.cc-gaming p a:hover,
.cc-gaming ul li a:hover,
.cc-gaming p a:active,
.cc-gaming ul li a:active {
  color: #262626;
}
.cc-gaming .item__footer {
  color: #454547;
}
.cc-gaming .item__footer a {
  color: #000000;
}
.cc-gaming .item__footer a:hover,
.cc-gaming .item__footer a:active {
  color: #262626;
}
.cc-gaming hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-gaming.category__footer h2 {
  border: 1px solid #454547;
}
.cc-gaming.category__footer a {
  color: #000000;
}
.cc-gaming.category__footer a:hover,
.cc-gaming.category__footer a:focus {
  color: #000000;
}
.item--cc-business .item__heading {
  color: #000000;
}
.item--cc-business .item__title {
  color: #000000;
}
.item--cc-business .item__body p a {
  color: #000000;
}
.cc-business {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-business .category__title {
  color: #000000;
  text-align: left;
  position: relative;
}
.cc-business .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-business .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-business .category__title--lozenge .category__title__text {
  background-color: #000000;
  color: #ffffff;
}
.cc-business blockquote {
  border-left-color: #cccccc;
}
.cc-business .item__title a {
  color: #000000;
}
.cc-business .item__title a:hover,
.cc-business .item__title a:focus {
  color: #000000;
}
.cc-business p a,
.cc-business ul li a {
  color: #000000;
}
.cc-business p a:hover,
.cc-business ul li a:hover,
.cc-business p a:active,
.cc-business ul li a:active {
  color: #262626;
}
.cc-business .item__footer {
  color: #454547;
}
.cc-business .item__footer a {
  color: #000000;
}
.cc-business .item__footer a:hover,
.cc-business .item__footer a:active {
  color: #262626;
}
.cc-business hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-business.category__footer h2 {
  border: 1px solid #454547;
}
.cc-business.category__footer a {
  color: #000000;
}
.cc-business.category__footer a:hover,
.cc-business.category__footer a:focus {
  color: #000000;
}
.item--cc-health .item__heading {
  color: #454547;
}
.item--cc-health .item__title {
  color: #000000;
}
.item--cc-health .item__body p a {
  color: #000000;
}
.cc-health {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-health .category__title {
  color: #454547;
  text-align: left;
  position: relative;
}
.cc-health .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-health .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-health .category__title--lozenge .category__title__text {
  background-color: #454547;
  color: #ffffff;
}
.cc-health blockquote {
  border-left-color: #cccccc;
}
.cc-health .item__title a {
  color: #000000;
}
.cc-health .item__title a:hover,
.cc-health .item__title a:focus {
  color: #000000;
}
.cc-health p a,
.cc-health ul li a {
  color: #000000;
}
.cc-health p a:hover,
.cc-health ul li a:hover,
.cc-health p a:active,
.cc-health ul li a:active {
  color: #262626;
}
.cc-health .item__footer {
  color: #454547;
}
.cc-health .item__footer a {
  color: #000000;
}
.cc-health .item__footer a:hover,
.cc-health .item__footer a:active {
  color: #262626;
}
.cc-health hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-health.category__footer h2 {
  border: 1px solid #454547;
}
.cc-health.category__footer a {
  color: #000000;
}
.cc-health.category__footer a:hover,
.cc-health.category__footer a:focus {
  color: #000000;
}
.item--cc-research .item__heading {
  color: #454547;
}
.item--cc-research .item__title {
  color: #000000;
}
.item--cc-research .item__body p a {
  color: #000000;
}
.cc-research {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-research .category__title {
  color: #454547;
  text-align: left;
  position: relative;
}
.cc-research .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-research .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-research .category__title--lozenge .category__title__text {
  background-color: #454547;
  color: #ffffff;
}
.cc-research blockquote {
  border-left-color: #cccccc;
}
.cc-research .item__title a {
  color: #000000;
}
.cc-research .item__title a:hover,
.cc-research .item__title a:focus {
  color: #000000;
}
.cc-research p a,
.cc-research ul li a {
  color: #000000;
}
.cc-research p a:hover,
.cc-research ul li a:hover,
.cc-research p a:active,
.cc-research ul li a:active {
  color: #262626;
}
.cc-research .item__footer {
  color: #454547;
}
.cc-research .item__footer a {
  color: #000000;
}
.cc-research .item__footer a:hover,
.cc-research .item__footer a:active {
  color: #262626;
}
.cc-research hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-research.category__footer h2 {
  border: 1px solid #454547;
}
.cc-research.category__footer a {
  color: #000000;
}
.cc-research.category__footer a:hover,
.cc-research.category__footer a:focus {
  color: #000000;
}
.item--cc-sponsoredgear .item__heading {
  color: #454547;
}
.item--cc-sponsoredgear .item__title {
  color: #000000;
}
.item--cc-sponsoredgear .item__body p a {
  color: #000000;
}
.cc-sponsoredgear {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-sponsoredgear .category__title {
  color: #454547;
  text-align: left;
  position: relative;
}
.cc-sponsoredgear .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-sponsoredgear .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-sponsoredgear .category__title--lozenge .category__title__text {
  background-color: #454547;
  color: #ffffff;
}
.cc-sponsoredgear blockquote {
  border-left-color: #cccccc;
}
.cc-sponsoredgear .item__title a {
  color: #000000;
}
.cc-sponsoredgear .item__title a:hover,
.cc-sponsoredgear .item__title a:focus {
  color: #000000;
}
.cc-sponsoredgear p a,
.cc-sponsoredgear ul li a {
  color: #000000;
}
.cc-sponsoredgear p a:hover,
.cc-sponsoredgear ul li a:hover,
.cc-sponsoredgear p a:active,
.cc-sponsoredgear ul li a:active {
  color: #262626;
}
.cc-sponsoredgear .item__footer {
  color: #454547;
}
.cc-sponsoredgear .item__footer a {
  color: #000000;
}
.cc-sponsoredgear .item__footer a:hover,
.cc-sponsoredgear .item__footer a:active {
  color: #262626;
}
.cc-sponsoredgear hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-sponsoredgear.category__footer h2 {
  border: 1px solid #454547;
}
.cc-sponsoredgear.category__footer a {
  color: #000000;
}
.cc-sponsoredgear.category__footer a:hover,
.cc-sponsoredgear.category__footer a:focus {
  color: #000000;
}
.item--cc-gear .item__heading {
  color: #75cf32;
}
.item--cc-gear .item__title {
  color: #000000;
}
.item--cc-gear .item__body p a {
  color: #000000;
}
.cc-gear {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-gear .category__title {
  color: #75cf32;
  text-align: left;
  position: relative;
}
.cc-gear .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-gear .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-gear .category__title--lozenge .category__title__text {
  background-color: #75cf32;
  color: #ffffff;
}
.cc-gear blockquote {
  border-left-color: #cccccc;
}
.cc-gear .item__title a {
  color: #000000;
}
.cc-gear .item__title a:hover,
.cc-gear .item__title a:focus {
  color: #000000;
}
.cc-gear p a,
.cc-gear ul li a {
  color: #000000;
}
.cc-gear p a:hover,
.cc-gear ul li a:hover,
.cc-gear p a:active,
.cc-gear ul li a:active {
  color: #262626;
}
.cc-gear .item__footer {
  color: #454547;
}
.cc-gear .item__footer a {
  color: #000000;
}
.cc-gear .item__footer a:hover,
.cc-gear .item__footer a:active {
  color: #262626;
}
.cc-gear hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-gear.category__footer h2 {
  border: 1px solid #454547;
}
.cc-gear.category__footer a {
  color: #000000;
}
.cc-gear.category__footer a:hover,
.cc-gear.category__footer a:focus {
  color: #000000;
}
.item--cc-toools .item__heading {
  color: #86a92a;
}
.item--cc-toools .item__title {
  color: #000000;
}
.item--cc-toools .item__body p a {
  color: #000000;
}
.cc-toools {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-toools .category__title {
  color: #86a92a;
  text-align: left;
  position: relative;
}
.cc-toools .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-toools .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-toools .category__title--lozenge .category__title__text {
  background-color: #86a92a;
  color: #ffffff;
}
.cc-toools blockquote {
  border-left-color: #cccccc;
}
.cc-toools .item__title a {
  color: #000000;
}
.cc-toools .item__title a:hover,
.cc-toools .item__title a:focus {
  color: #000000;
}
.cc-toools p a,
.cc-toools ul li a {
  color: #000000;
}
.cc-toools p a:hover,
.cc-toools ul li a:hover,
.cc-toools p a:active,
.cc-toools ul li a:active {
  color: #262626;
}
.cc-toools .item__footer {
  color: #454547;
}
.cc-toools .item__footer a {
  color: #000000;
}
.cc-toools .item__footer a:hover,
.cc-toools .item__footer a:active {
  color: #262626;
}
.cc-toools hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-toools.category__footer h2 {
  border: 1px solid #454547;
}
.cc-toools.category__footer a {
  color: #000000;
}
.cc-toools.category__footer a:hover,
.cc-toools.category__footer a:focus {
  color: #000000;
}
.item--cc-peopletowatch .item__heading {
  color: #3f61df;
}
.item--cc-peopletowatch .item__title {
  color: #000000;
}
.item--cc-peopletowatch .item__body p a {
  color: #000000;
}
.cc-peopletowatch {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-peopletowatch .category__title {
  color: #3f61df;
  text-align: left;
  position: relative;
}
.cc-peopletowatch .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-peopletowatch .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-peopletowatch .category__title--lozenge .category__title__text {
  background-color: #3f61df;
  color: #ffffff;
}
.cc-peopletowatch blockquote {
  border-left-color: #cccccc;
}
.cc-peopletowatch .item__title a {
  color: #000000;
}
.cc-peopletowatch .item__title a:hover,
.cc-peopletowatch .item__title a:focus {
  color: #000000;
}
.cc-peopletowatch p a,
.cc-peopletowatch ul li a {
  color: #000000;
}
.cc-peopletowatch p a:hover,
.cc-peopletowatch ul li a:hover,
.cc-peopletowatch p a:active,
.cc-peopletowatch ul li a:active {
  color: #262626;
}
.cc-peopletowatch .item__footer {
  color: #454547;
}
.cc-peopletowatch .item__footer a {
  color: #000000;
}
.cc-peopletowatch .item__footer a:hover,
.cc-peopletowatch .item__footer a:active {
  color: #262626;
}
.cc-peopletowatch hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-peopletowatch.category__footer h2 {
  border: 1px solid #454547;
}
.cc-peopletowatch.category__footer a {
  color: #000000;
}
.cc-peopletowatch.category__footer a:hover,
.cc-peopletowatch.category__footer a:focus {
  color: #000000;
}
.item--cc-sponsoredvideos .item__heading {
  color: #454547;
}
.item--cc-sponsoredvideos .item__title {
  color: #000000;
}
.item--cc-sponsoredvideos .item__body p a {
  color: #000000;
}
.cc-sponsoredvideos {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-sponsoredvideos .category__title {
  color: #454547;
  text-align: left;
  position: relative;
}
.cc-sponsoredvideos .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-sponsoredvideos .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-sponsoredvideos .category__title--lozenge .category__title__text {
  background-color: #454547;
  color: #ffffff;
}
.cc-sponsoredvideos blockquote {
  border-left-color: #cccccc;
}
.cc-sponsoredvideos .item__title a {
  color: #000000;
}
.cc-sponsoredvideos .item__title a:hover,
.cc-sponsoredvideos .item__title a:focus {
  color: #000000;
}
.cc-sponsoredvideos p a,
.cc-sponsoredvideos ul li a {
  color: #000000;
}
.cc-sponsoredvideos p a:hover,
.cc-sponsoredvideos ul li a:hover,
.cc-sponsoredvideos p a:active,
.cc-sponsoredvideos ul li a:active {
  color: #262626;
}
.cc-sponsoredvideos .item__footer {
  color: #454547;
}
.cc-sponsoredvideos .item__footer a {
  color: #000000;
}
.cc-sponsoredvideos .item__footer a:hover,
.cc-sponsoredvideos .item__footer a:active {
  color: #262626;
}
.cc-sponsoredvideos hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-sponsoredvideos.category__footer h2 {
  border: 1px solid #454547;
}
.cc-sponsoredvideos.category__footer a {
  color: #000000;
}
.cc-sponsoredvideos.category__footer a:hover,
.cc-sponsoredvideos.category__footer a:focus {
  color: #000000;
}
.item--cc-videos .item__heading {
  color: #454547;
}
.item--cc-videos .item__title {
  color: #000000;
}
.item--cc-videos .item__body p a {
  color: #000000;
}
.cc-videos {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-videos .category__title {
  color: #454547;
  text-align: left;
  position: relative;
}
.cc-videos .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-videos .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-videos .category__title--lozenge .category__title__text {
  background-color: #454547;
  color: #ffffff;
}
.cc-videos blockquote {
  border-left-color: #cccccc;
}
.cc-videos .item__title a {
  color: #000000;
}
.cc-videos .item__title a:hover,
.cc-videos .item__title a:focus {
  color: #000000;
}
.cc-videos p a,
.cc-videos ul li a {
  color: #000000;
}
.cc-videos p a:hover,
.cc-videos ul li a:hover,
.cc-videos p a:active,
.cc-videos ul li a:active {
  color: #262626;
}
.cc-videos .item__footer {
  color: #454547;
}
.cc-videos .item__footer a {
  color: #000000;
}
.cc-videos .item__footer a:hover,
.cc-videos .item__footer a:active {
  color: #262626;
}
.cc-videos hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-videos.category__footer h2 {
  border: 1px solid #454547;
}
.cc-videos.category__footer a {
  color: #000000;
}
.cc-videos.category__footer a:hover,
.cc-videos.category__footer a:focus {
  color: #000000;
}
.item--cc-learning .item__heading {
  color: #454547;
}
.item--cc-learning .item__title {
  color: #000000;
}
.item--cc-learning .item__body p a {
  color: #000000;
}
.cc-learning {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-learning .category__title {
  color: #454547;
  text-align: left;
  position: relative;
}
.cc-learning .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-learning .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-learning .category__title--lozenge .category__title__text {
  background-color: #454547;
  color: #ffffff;
}
.cc-learning blockquote {
  border-left-color: #cccccc;
}
.cc-learning .item__title a {
  color: #000000;
}
.cc-learning .item__title a:hover,
.cc-learning .item__title a:focus {
  color: #000000;
}
.cc-learning p a,
.cc-learning ul li a {
  color: #000000;
}
.cc-learning p a:hover,
.cc-learning ul li a:hover,
.cc-learning p a:active,
.cc-learning ul li a:active {
  color: #262626;
}
.cc-learning .item__footer {
  color: #454547;
}
.cc-learning .item__footer a {
  color: #000000;
}
.cc-learning .item__footer a:hover,
.cc-learning .item__footer a:active {
  color: #262626;
}
.cc-learning hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-learning.category__footer h2 {
  border: 1px solid #454547;
}
.cc-learning.category__footer a {
  color: #000000;
}
.cc-learning.category__footer a:hover,
.cc-learning.category__footer a:focus {
  color: #000000;
}
.item--cc-inspiration .item__heading {
  color: #a5606d;
}
.item--cc-inspiration .item__title {
  color: #000000;
}
.item--cc-inspiration .item__body p a {
  color: #000000;
}
.cc-inspiration {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-inspiration .category__title {
  color: #a5606d;
  text-align: left;
  position: relative;
}
.cc-inspiration .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-inspiration .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-inspiration .category__title--lozenge .category__title__text {
  background-color: #a5606d;
  color: #ffffff;
}
.cc-inspiration blockquote {
  border-left-color: #cccccc;
}
.cc-inspiration .item__title a {
  color: #000000;
}
.cc-inspiration .item__title a:hover,
.cc-inspiration .item__title a:focus {
  color: #000000;
}
.cc-inspiration p a,
.cc-inspiration ul li a {
  color: #000000;
}
.cc-inspiration p a:hover,
.cc-inspiration ul li a:hover,
.cc-inspiration p a:active,
.cc-inspiration ul li a:active {
  color: #262626;
}
.cc-inspiration .item__footer {
  color: #454547;
}
.cc-inspiration .item__footer a {
  color: #000000;
}
.cc-inspiration .item__footer a:hover,
.cc-inspiration .item__footer a:active {
  color: #262626;
}
.cc-inspiration hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-inspiration.category__footer h2 {
  border: 1px solid #454547;
}
.cc-inspiration.category__footer a {
  color: #000000;
}
.cc-inspiration.category__footer a:hover,
.cc-inspiration.category__footer a:focus {
  color: #000000;
}
.item--cc-development .item__heading {
  color: #454547;
}
.item--cc-development .item__title {
  color: #000000;
}
.item--cc-development .item__body p a {
  color: #000000;
}
.cc-development {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-development .category__title {
  color: #454547;
  text-align: left;
  position: relative;
}
.cc-development .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-development .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-development .category__title--lozenge .category__title__text {
  background-color: #454547;
  color: #ffffff;
}
.cc-development blockquote {
  border-left-color: #cccccc;
}
.cc-development .item__title a {
  color: #000000;
}
.cc-development .item__title a:hover,
.cc-development .item__title a:focus {
  color: #000000;
}
.cc-development p a,
.cc-development ul li a {
  color: #000000;
}
.cc-development p a:hover,
.cc-development ul li a:hover,
.cc-development p a:active,
.cc-development ul li a:active {
  color: #262626;
}
.cc-development .item__footer {
  color: #454547;
}
.cc-development .item__footer a {
  color: #000000;
}
.cc-development .item__footer a:hover,
.cc-development .item__footer a:active {
  color: #262626;
}
.cc-development hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-development.category__footer h2 {
  border: 1px solid #454547;
}
.cc-development.category__footer a {
  color: #000000;
}
.cc-development.category__footer a:hover,
.cc-development.category__footer a:focus {
  color: #000000;
}
.item--cc-jobs .item__heading {
  color: #454547;
}
.item--cc-jobs .item__title {
  color: #000000;
}
.item--cc-jobs .item__body p a {
  color: #000000;
}
.cc-jobs {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-jobs .category__title {
  color: #454547;
  text-align: left;
  position: relative;
}
.cc-jobs .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-jobs .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-jobs .category__title--lozenge .category__title__text {
  background-color: #454547;
  color: #ffffff;
}
.cc-jobs blockquote {
  border-left-color: #cccccc;
}
.cc-jobs .item__title a {
  color: #000000;
}
.cc-jobs .item__title a:hover,
.cc-jobs .item__title a:focus {
  color: #000000;
}
.cc-jobs p a,
.cc-jobs ul li a {
  color: #000000;
}
.cc-jobs p a:hover,
.cc-jobs ul li a:hover,
.cc-jobs p a:active,
.cc-jobs ul li a:active {
  color: #262626;
}
.cc-jobs .item__footer {
  color: #454547;
}
.cc-jobs .item__footer a {
  color: #000000;
}
.cc-jobs .item__footer a:hover,
.cc-jobs .item__footer a:active {
  color: #262626;
}
.cc-jobs hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-jobs.category__footer h2 {
  border: 1px solid #454547;
}
.cc-jobs.category__footer a {
  color: #000000;
}
.cc-jobs.category__footer a:hover,
.cc-jobs.category__footer a:focus {
  color: #000000;
}
.item--cc-onemorething .item__heading {
  color: #e04848;
}
.item--cc-onemorething .item__title {
  color: #000000;
}
.item--cc-onemorething .item__body p a {
  color: #000000;
}
.cc-onemorething {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-onemorething .category__title {
  color: #e04848;
  text-align: left;
  position: relative;
}
.cc-onemorething .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-onemorething .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-onemorething .category__title--lozenge .category__title__text {
  background-color: #e04848;
  color: #ffffff;
}
.cc-onemorething blockquote {
  border-left-color: #cccccc;
}
.cc-onemorething .item__title a {
  color: #000000;
}
.cc-onemorething .item__title a:hover,
.cc-onemorething .item__title a:focus {
  color: #000000;
}
.cc-onemorething p a,
.cc-onemorething ul li a {
  color: #000000;
}
.cc-onemorething p a:hover,
.cc-onemorething ul li a:hover,
.cc-onemorething p a:active,
.cc-onemorething ul li a:active {
  color: #262626;
}
.cc-onemorething .item__footer {
  color: #454547;
}
.cc-onemorething .item__footer a {
  color: #000000;
}
.cc-onemorething .item__footer a:hover,
.cc-onemorething .item__footer a:active {
  color: #262626;
}
.cc-onemorething hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-onemorething.category__footer h2 {
  border: 1px solid #454547;
}
.cc-onemorething.category__footer a {
  color: #000000;
}
.cc-onemorething.category__footer a:hover,
.cc-onemorething.category__footer a:focus {
  color: #000000;
}
.issue__pager,
.pagination {
  color: #454547;
}
.issue__pager li > a,
.pagination li > a,
.issue__pager li > span,
.pagination li > span {
  border-color: #454547;
}
.issue__pager li a:hover,
.pagination li a:hover,
.issue__pager li a:focus,
.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,
.pagination .active a,
.issue__pager .active span,
.pagination .active span {
  border-color: #000000;
  color: #000000;
}
@media (max-width: 760px) {
  .issue__pager .active span,
  .pagination .active span {
    color: #6a6f75;
  }
}
.cta--header {
  color: rgba(255, 255, 255, 0.9);
}
.header--withimage .cta--header {
  background-color: rgba(0, 0, 0, 0.4);
}
.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: #454547;
}
.header--withimage .cta--header .btn:hover,
.header--withimage .cta--header .btn:focus {
  background-color: #38383a;
}
.subscription__resubscribe__btn {
  color: #000000;
}
.subscription__resubscribe__btn:hover,
.subscription__resubscribe__btn:focus {
  color: #262626;
}
.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(19, 19, 19, 0.7);
}
.page .terms--custom {
  border-top: 1px solid rgba(69, 69, 71, 0.7);
}
.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: #2c2c2d;
}
.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: #98ac2b;
}
.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: #98ac2b;
  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: #98ac2b;
}
.sponsorship__availability__info .tentative {
  color: #FB8A35;
}
.sponsorship__availability__info a {
  color: #B7CE3C;
}
.sponsorship__availability__info a:hover,
.sponsorship__availability__info a:focus {
  color: #98ac2b;
}
.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--noissue {
  background-color: #454547;
  color: #FFFFFF;
}
.home--noissue body {
  background-color: transparent;
}
.home--noissue .footer {
  background-color: #454547;
  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/14684/medium_727096dc-0daa-4713-89f7-7fcac61c510b.jpg);
}
@media (min-width: 760px) {
  .header--withimage .header {
    background-image: url(https://dxj7eshgz03ln.cloudfront.net/production/publication/header_background_image/14684/large_727096dc-0daa-4713-89f7-7fcac61c510b.jpg);
  }
}
.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/14684/medium_727096dc-0daa-4713-89f7-7fcac61c510b.jpg);
}
@media (min-width: 760px) {
  .home--noissue.header--withimage {
    background-image: url(https://dxj7eshgz03ln.cloudfront.net/production/publication/header_background_image/14684/large_727096dc-0daa-4713-89f7-7fcac61c510b.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;
}
