html,
body,
button {
  color: #454547;
}
.btn {
  background-color: #fbd10d;
  color: #2b2a28;
}
.btn:hover,
.btn:focus {
  background-color: #d5b20b;
  color: #2b2a28;
}
.header {
  background-color: #fbd10d;
  color: #2b2a28;
}
.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(43, 42, 40, 0.8);
}
.header .navbar-a-search {
  color: rgba(43, 42, 40, 0.8);
}
.header .navbar-toggle .navbar-toggle-bar {
  background-color: rgba(43, 42, 40, 0.8);
}
.header .navbar-toggle:hover .navbar-toggle-bar,
.header .navbar-toggle:active .navbar-toggle-bar {
  background-color: #2b2a28;
}
.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(43, 42, 40, 0.8);
}
.header a:hover,
.header a:active {
  color: #2b2a28;
}
.header a.navbar-brand {
  color: #2b2a28;
}
.header .form-control {
  background-color: rgba(255, 255, 255, 0.9);
  color: #000000;
}
.header ::-moz-placeholder {
  color: #3b3101;
}
.header :-ms-input-placeholder {
  color: #3b3101;
}
.header ::placeholder {
  color: #3b3101;
}
.header .btn {
  background-color: #e33e2b;
  color: #2b2a28;
}
.header .btn:hover,
.header .btn:focus {
  background-color: #c12b1a;
  color: #2b2a28;
}
@media (min-width: 760px) {
  .navbar-search .form-control {
    border: 1px solid #d2ad03;
    -webkit-background-clip: padding-box;
  }
}
.navbar-search .btn {
  background-color: transparent;
  color: #5e5e61;
}
.navbar-search .btn:hover,
.navbar-search .btn:focus {
  background-color: transparent;
  color: #000000;
}
.item__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);
}
.category__title--lozenge .category__title__text {
  padding-bottom: 3px;
  padding-top: 5px;
}
.item--cc-editorsnote .item__heading {
  color: #454547;
}
.item--cc-editorsnote .item__title {
  color: #000000;
}
.item--cc-editorsnote .item__body p a {
  color: #000000;
}
.cc-editorsnote {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-editorsnote .category__title {
  color: #454547;
  text-align: left;
  position: relative;
}
.cc-editorsnote .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-editorsnote .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-editorsnote blockquote {
  border-left-color: #cccccc;
}
.cc-editorsnote .item__title a {
  color: #000000;
}
.cc-editorsnote .item__title a:hover,
.cc-editorsnote .item__title a:focus {
  color: #000000;
}
.cc-editorsnote p a,
.cc-editorsnote ul li a {
  color: #000000;
}
.cc-editorsnote p a:hover,
.cc-editorsnote ul li a:hover,
.cc-editorsnote p a:active,
.cc-editorsnote ul li a:active {
  color: #262626;
}
.cc-editorsnote .item__footer {
  color: #454547;
}
.cc-editorsnote .item__footer a {
  color: #000000;
}
.cc-editorsnote .item__footer a:hover,
.cc-editorsnote .item__footer a:active {
  color: #262626;
}
.cc-editorsnote hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-editorsnote.category__footer h2 {
  border: 1px solid #454547;
}
.cc-editorsnote.category__footer a {
  color: #000000;
}
.cc-editorsnote.category__footer a:hover,
.cc-editorsnote.category__footer a:focus {
  color: #000000;
}
.item--cc-editorspick .item__heading {
  color: #0073c5;
}
.item--cc-editorspick .item__title {
  color: #0073c5;
}
.item--cc-editorspick .item__body p a {
  color: #0073c5;
}
.cc-editorspick {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-editorspick .category__title {
  color: #0073c5;
  text-align: left;
  position: relative;
}
.cc-editorspick .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-editorspick .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-editorspick blockquote {
  border-left-color: #cccccc;
}
.cc-editorspick .item__title a {
  color: #0073c5;
}
.cc-editorspick .item__title a:hover,
.cc-editorspick .item__title a:focus {
  color: #00375f;
}
.cc-editorspick p a,
.cc-editorspick ul li a {
  color: #0073c5;
}
.cc-editorspick p a:hover,
.cc-editorspick ul li a:hover,
.cc-editorspick p a:active,
.cc-editorspick ul li a:active {
  color: #2699eb;
}
.cc-editorspick .item__footer {
  color: #454547;
}
.cc-editorspick .item__footer a {
  color: #0073c5;
}
.cc-editorspick .item__footer a:hover,
.cc-editorspick .item__footer a:active {
  color: #2699eb;
}
.cc-editorspick hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-editorspick.category__footer h2 {
  border: 1px solid #454547;
}
.cc-editorspick.category__footer a {
  color: #0073c5;
}
.cc-editorspick.category__footer a:hover,
.cc-editorspick.category__footer a:focus {
  color: #00375f;
}
.item--cc-featured .item__heading {
  color: #454547;
}
.item--cc-featured .item__title {
  color: #000000;
}
.item--cc-featured .item__body p a {
  color: #000000;
}
.cc-featured {
  background-color: #fcff96;
  color: #454547;
  text-align: left;
}
.cc-featured .category__title {
  color: #454547;
  text-align: left;
  position: relative;
}
.cc-featured .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-featured .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-featured blockquote {
  border-left-color: #cacc78;
}
.cc-featured .item__title a {
  color: #000000;
}
.cc-featured .item__title a:hover,
.cc-featured .item__title a:focus {
  color: #000000;
}
.cc-featured p a,
.cc-featured ul li a {
  color: #000000;
}
.cc-featured p a:hover,
.cc-featured ul li a:hover,
.cc-featured p a:active,
.cc-featured ul li a:active {
  color: #262626;
}
.cc-featured .item__footer {
  color: #454547;
}
.cc-featured .item__footer a {
  color: #000000;
}
.cc-featured .item__footer a:hover,
.cc-featured .item__footer a:active {
  color: #262626;
}
.cc-featured hr {
  background-color: #cacc78;
  color: #cacc78;
}
.cc-featured.category__footer h2 {
  border: 1px solid #454547;
}
.cc-featured.category__footer a {
  color: #000000;
}
.cc-featured.category__footer a:hover,
.cc-featured.category__footer a:focus {
  color: #000000;
}
.item--cc-qna .item__heading {
  color: #d80027;
}
.item--cc-qna .item__title {
  color: #d80027;
}
.item--cc-qna .item__body p a {
  color: #d80027;
}
.cc-qna {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-qna .category__title {
  color: #d80027;
  text-align: left;
  position: relative;
}
.cc-qna .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-qna .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-qna blockquote {
  border-left-color: #cccccc;
}
.cc-qna .item__title a {
  color: #d80027;
}
.cc-qna .item__title a:hover,
.cc-qna .item__title a:focus {
  color: #720015;
}
.cc-qna p a,
.cc-qna ul li a {
  color: #d80027;
}
.cc-qna p a:hover,
.cc-qna ul li a:hover,
.cc-qna p a:active,
.cc-qna ul li a:active {
  color: #fe264d;
}
.cc-qna .item__footer {
  color: #454547;
}
.cc-qna .item__footer a {
  color: #d80027;
}
.cc-qna .item__footer a:hover,
.cc-qna .item__footer a:active {
  color: #fe264d;
}
.cc-qna hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-qna.category__footer h2 {
  border: 1px solid #454547;
}
.cc-qna.category__footer a {
  color: #d80027;
}
.cc-qna.category__footer a:hover,
.cc-qna.category__footer a:focus {
  color: #720015;
}
.item--cc-news .item__heading {
  color: #f47920;
}
.item--cc-news .item__title {
  color: #f47920;
}
.item--cc-news .item__body p a {
  color: #f47920;
}
.cc-news {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-news .category__title {
  color: #f47920;
  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 blockquote {
  border-left-color: #cccccc;
}
.cc-news .item__title a {
  color: #f47920;
}
.cc-news .item__title a:hover,
.cc-news .item__title a:focus {
  color: #a64a08;
}
.cc-news p a,
.cc-news ul li a {
  color: #f47920;
}
.cc-news p a:hover,
.cc-news ul li a:hover,
.cc-news p a:active,
.cc-news ul li a:active {
  color: #cf671b;
}
.cc-news .item__footer {
  color: #454547;
}
.cc-news .item__footer a {
  color: #f47920;
}
.cc-news .item__footer a:hover,
.cc-news .item__footer a:active {
  color: #cf671b;
}
.cc-news hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-news.category__footer h2 {
  border: 1px solid #454547;
}
.cc-news.category__footer a {
  color: #f47920;
}
.cc-news.category__footer a:hover,
.cc-news.category__footer a:focus {
  color: #a64a08;
}
.item--cc-cfp .item__heading {
  color: #00b69d;
}
.item--cc-cfp .item__title {
  color: #00b69d;
}
.item--cc-cfp .item__body p a {
  color: #00b69d;
}
.cc-cfp {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-cfp .category__title {
  color: #00b69d;
  text-align: left;
  position: relative;
}
.cc-cfp .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-cfp .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-cfp blockquote {
  border-left-color: #cccccc;
}
.cc-cfp .item__title a {
  color: #00b69d;
}
.cc-cfp .item__title a:hover,
.cc-cfp .item__title a:focus {
  color: #005045;
}
.cc-cfp p a,
.cc-cfp ul li a {
  color: #00b69d;
}
.cc-cfp p a:hover,
.cc-cfp ul li a:hover,
.cc-cfp p a:active,
.cc-cfp ul li a:active {
  color: #26dcc3;
}
.cc-cfp .item__footer {
  color: #454547;
}
.cc-cfp .item__footer a {
  color: #00b69d;
}
.cc-cfp .item__footer a:hover,
.cc-cfp .item__footer a:active {
  color: #26dcc3;
}
.cc-cfp hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-cfp.category__footer h2 {
  border: 1px solid #454547;
}
.cc-cfp.category__footer a {
  color: #00b69d;
}
.cc-cfp.category__footer a:hover,
.cc-cfp.category__footer a:focus {
  color: #005045;
}
.item--cc-papers .item__heading {
  color: #732582;
}
.item--cc-papers .item__title {
  color: #732582;
}
.item--cc-papers .item__body p a {
  color: #732582;
}
.cc-papers {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-papers .category__title {
  color: #732582;
  text-align: left;
  position: relative;
}
.cc-papers .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-papers .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-papers blockquote {
  border-left-color: #cccccc;
}
.cc-papers .item__title a {
  color: #732582;
}
.cc-papers .item__title a:hover,
.cc-papers .item__title a:focus {
  color: #2d0e33;
}
.cc-papers p a,
.cc-papers ul li a {
  color: #732582;
}
.cc-papers p a:hover,
.cc-papers ul li a:hover,
.cc-papers p a:active,
.cc-papers ul li a:active {
  color: #994ba8;
}
.cc-papers .item__footer {
  color: #454547;
}
.cc-papers .item__footer a {
  color: #732582;
}
.cc-papers .item__footer a:hover,
.cc-papers .item__footer a:active {
  color: #994ba8;
}
.cc-papers hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-papers.category__footer h2 {
  border: 1px solid #454547;
}
.cc-papers.category__footer a {
  color: #732582;
}
.cc-papers.category__footer a:hover,
.cc-papers.category__footer a:focus {
  color: #2d0e33;
}
.item--cc-tipsforbeginners .item__heading {
  color: #454547;
}
.item--cc-tipsforbeginners .item__title {
  color: #000000;
}
.item--cc-tipsforbeginners .item__body p a {
  color: #000000;
}
.cc-tipsforbeginners {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-tipsforbeginners .category__title {
  color: #454547;
  text-align: left;
  position: relative;
}
.cc-tipsforbeginners .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-tipsforbeginners .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-tipsforbeginners blockquote {
  border-left-color: #cccccc;
}
.cc-tipsforbeginners .item__title a {
  color: #000000;
}
.cc-tipsforbeginners .item__title a:hover,
.cc-tipsforbeginners .item__title a:focus {
  color: #000000;
}
.cc-tipsforbeginners p a,
.cc-tipsforbeginners ul li a {
  color: #000000;
}
.cc-tipsforbeginners p a:hover,
.cc-tipsforbeginners ul li a:hover,
.cc-tipsforbeginners p a:active,
.cc-tipsforbeginners ul li a:active {
  color: #262626;
}
.cc-tipsforbeginners .item__footer {
  color: #454547;
}
.cc-tipsforbeginners .item__footer a {
  color: #000000;
}
.cc-tipsforbeginners .item__footer a:hover,
.cc-tipsforbeginners .item__footer a:active {
  color: #262626;
}
.cc-tipsforbeginners hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-tipsforbeginners.category__footer h2 {
  border: 1px solid #454547;
}
.cc-tipsforbeginners.category__footer a {
  color: #000000;
}
.cc-tipsforbeginners.category__footer a:hover,
.cc-tipsforbeginners.category__footer a:focus {
  color: #000000;
}
.item--cc-video .item__heading {
  color: #f42020;
}
.item--cc-video .item__title {
  color: #f42020;
}
.item--cc-video .item__body p a {
  color: #f42020;
}
.cc-video {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-video .category__title {
  color: #f42020;
  text-align: left;
  position: relative;
}
.cc-video .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-video .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-video blockquote {
  border-left-color: #cccccc;
}
.cc-video .item__title a {
  color: #f42020;
}
.cc-video .item__title a:hover,
.cc-video .item__title a:focus {
  color: #a60808;
}
.cc-video p a,
.cc-video ul li a {
  color: #f42020;
}
.cc-video p a:hover,
.cc-video ul li a:hover,
.cc-video p a:active,
.cc-video ul li a:active {
  color: #ff4646;
}
.cc-video .item__footer {
  color: #454547;
}
.cc-video .item__footer a {
  color: #f42020;
}
.cc-video .item__footer a:hover,
.cc-video .item__footer a:active {
  color: #ff4646;
}
.cc-video hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-video.category__footer h2 {
  border: 1px solid #454547;
}
.cc-video.category__footer a {
  color: #f42020;
}
.cc-video.category__footer a:hover,
.cc-video.category__footer a:focus {
  color: #a60808;
}
.item--cc-positions .item__heading {
  color: #eba421;
}
.item--cc-positions .item__title {
  color: #eba421;
}
.item--cc-positions .item__body p a {
  color: #eba421;
}
.cc-positions {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-positions .category__title {
  color: #eba421;
  text-align: left;
  position: relative;
}
.cc-positions .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-positions .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-positions blockquote {
  border-left-color: #cccccc;
}
.cc-positions .item__title a {
  color: #eba421;
}
.cc-positions .item__title a:hover,
.cc-positions .item__title a:focus {
  color: #98680e;
}
.cc-positions p a,
.cc-positions ul li a {
  color: #eba421;
}
.cc-positions p a:hover,
.cc-positions ul li a:hover,
.cc-positions p a:active,
.cc-positions ul li a:active {
  color: #c88b1c;
}
.cc-positions .item__footer {
  color: #454547;
}
.cc-positions .item__footer a {
  color: #eba421;
}
.cc-positions .item__footer a:hover,
.cc-positions .item__footer a:active {
  color: #c88b1c;
}
.cc-positions hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-positions.category__footer h2 {
  border: 1px solid #454547;
}
.cc-positions.category__footer a {
  color: #eba421;
}
.cc-positions.category__footer a:hover,
.cc-positions.category__footer a:focus {
  color: #98680e;
}
.item--cc-jobs .item__heading {
  color: #eba421;
}
.item--cc-jobs .item__title {
  color: #eba421;
}
.item--cc-jobs .item__body p a {
  color: #eba421;
}
.cc-jobs {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-jobs .category__title {
  color: #eba421;
  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 blockquote {
  border-left-color: #cccccc;
}
.cc-jobs .item__title a {
  color: #eba421;
}
.cc-jobs .item__title a:hover,
.cc-jobs .item__title a:focus {
  color: #98680e;
}
.cc-jobs p a,
.cc-jobs ul li a {
  color: #eba421;
}
.cc-jobs p a:hover,
.cc-jobs ul li a:hover,
.cc-jobs p a:active,
.cc-jobs ul li a:active {
  color: #c88b1c;
}
.cc-jobs .item__footer {
  color: #454547;
}
.cc-jobs .item__footer a {
  color: #eba421;
}
.cc-jobs .item__footer a:hover,
.cc-jobs .item__footer a:active {
  color: #c88b1c;
}
.cc-jobs hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-jobs.category__footer h2 {
  border: 1px solid #454547;
}
.cc-jobs.category__footer a {
  color: #eba421;
}
.cc-jobs.category__footer a:hover,
.cc-jobs.category__footer a:focus {
  color: #98680e;
}
.item--cc-studentship .item__heading {
  color: #3d21be;
}
.item--cc-studentship .item__title {
  color: #3d21be;
}
.item--cc-studentship .item__body p a {
  color: #3d21be;
}
.cc-studentship {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-studentship .category__title {
  color: #3d21be;
  text-align: left;
  position: relative;
}
.cc-studentship .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-studentship .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-studentship blockquote {
  border-left-color: #cccccc;
}
.cc-studentship .item__title a {
  color: #3d21be;
}
.cc-studentship .item__title a:hover,
.cc-studentship .item__title a:focus {
  color: #211267;
}
.cc-studentship p a,
.cc-studentship ul li a {
  color: #3d21be;
}
.cc-studentship p a:hover,
.cc-studentship ul li a:hover,
.cc-studentship p a:active,
.cc-studentship ul li a:active {
  color: #6347e4;
}
.cc-studentship .item__footer {
  color: #454547;
}
.cc-studentship .item__footer a {
  color: #3d21be;
}
.cc-studentship .item__footer a:hover,
.cc-studentship .item__footer a:active {
  color: #6347e4;
}
.cc-studentship hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-studentship.category__footer h2 {
  border: 1px solid #454547;
}
.cc-studentship.category__footer a {
  color: #3d21be;
}
.cc-studentship.category__footer a:hover,
.cc-studentship.category__footer a:focus {
  color: #211267;
}
.item--cc-competition .item__heading {
  color: #70af45;
}
.item--cc-competition .item__title {
  color: #70af45;
}
.item--cc-competition .item__body p a {
  color: #70af45;
}
.cc-competition {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-competition .category__title {
  color: #70af45;
  text-align: left;
  position: relative;
}
.cc-competition .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-competition .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-competition blockquote {
  border-left-color: #cccccc;
}
.cc-competition .item__title a {
  color: #70af45;
}
.cc-competition .item__title a:hover,
.cc-competition .item__title a:focus {
  color: #416628;
}
.cc-competition p a,
.cc-competition ul li a {
  color: #70af45;
}
.cc-competition p a:hover,
.cc-competition ul li a:hover,
.cc-competition p a:active,
.cc-competition ul li a:active {
  color: #5f953b;
}
.cc-competition .item__footer {
  color: #454547;
}
.cc-competition .item__footer a {
  color: #70af45;
}
.cc-competition .item__footer a:hover,
.cc-competition .item__footer a:active {
  color: #5f953b;
}
.cc-competition hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-competition.category__footer h2 {
  border: 1px solid #454547;
}
.cc-competition.category__footer a {
  color: #70af45;
}
.cc-competition.category__footer a:hover,
.cc-competition.category__footer a:focus {
  color: #416628;
}
.item--cc-book .item__heading {
  color: #594231;
}
.item--cc-book .item__title {
  color: #594231;
}
.item--cc-book .item__body p a {
  color: #594231;
}
.cc-book {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-book .category__title {
  color: #594231;
  text-align: left;
  position: relative;
}
.cc-book .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-book .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-book blockquote {
  border-left-color: #cccccc;
}
.cc-book .item__title a {
  color: #594231;
}
.cc-book .item__title a:hover,
.cc-book .item__title a:focus {
  color: #17110d;
}
.cc-book p a,
.cc-book ul li a {
  color: #594231;
}
.cc-book p a:hover,
.cc-book ul li a:hover,
.cc-book p a:active,
.cc-book ul li a:active {
  color: #7f6857;
}
.cc-book .item__footer {
  color: #454547;
}
.cc-book .item__footer a {
  color: #594231;
}
.cc-book .item__footer a:hover,
.cc-book .item__footer a:active {
  color: #7f6857;
}
.cc-book hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-book.category__footer h2 {
  border: 1px solid #454547;
}
.cc-book.category__footer a {
  color: #594231;
}
.cc-book.category__footer a:hover,
.cc-book.category__footer a:focus {
  color: #17110d;
}
.item--cc-podcast .item__heading {
  color: #ca6b5e;
}
.item--cc-podcast .item__title {
  color: #ca6b5e;
}
.item--cc-podcast .item__body p a {
  color: #ca6b5e;
}
.cc-podcast {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-podcast .category__title {
  color: #ca6b5e;
  text-align: left;
  position: relative;
}
.cc-podcast .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-podcast .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-podcast blockquote {
  border-left-color: #cccccc;
}
.cc-podcast .item__title a {
  color: #ca6b5e;
}
.cc-podcast .item__title a:hover,
.cc-podcast .item__title a:focus {
  color: #923c30;
}
.cc-podcast p a,
.cc-podcast ul li a {
  color: #ca6b5e;
}
.cc-podcast p a:hover,
.cc-podcast ul li a:hover,
.cc-podcast p a:active,
.cc-podcast ul li a:active {
  color: #ac5b50;
}
.cc-podcast .item__footer {
  color: #454547;
}
.cc-podcast .item__footer a {
  color: #ca6b5e;
}
.cc-podcast .item__footer a:hover,
.cc-podcast .item__footer a:active {
  color: #ac5b50;
}
.cc-podcast hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-podcast.category__footer h2 {
  border: 1px solid #454547;
}
.cc-podcast.category__footer a {
  color: #ca6b5e;
}
.cc-podcast.category__footer a:hover,
.cc-podcast.category__footer a:focus {
  color: #923c30;
}
.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(43, 42, 40, 0.9);
}
.header--withimage .cta--header {
  background-color: rgba(0, 0, 0, 0.05);
}
.cta--header .form-control {
  border: 1px solid #d2ad03;
  -webkit-background-clip: padding-box;
}
.cta--header .i:before {
  border-bottom-color: rgba(43, 42, 40, 0.4);
}
.header--withimage .cta--header .i:before {
  border-bottom-color: transparent;
}
.cta--header .cta-tabs .cta-tabs-title {
  color: rgba(43, 42, 40, 0.6);
}
.cta--header .cta-tabs button {
  color: rgba(43, 42, 40, 0.6);
}
.cta--header .cta-tabs button:hover,
.cta--header .cta-tabs button.active {
  border-top-color: rgba(43, 42, 40, 0.8);
  color: #2b2a28;
}
.header--withimage .cta--header .btn {
  background-color: #e33e2b;
}
.header--withimage .cta--header .btn:hover,
.header--withimage .cta--header .btn:focus {
  background-color: #d8301d;
}
.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);
}
.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: #fbd10d;
  color: #2b2a28;
}
.home--noissue .footer {
  background-color: #fbd10d;
  color: #2b2a28;
}
.home--noissue .footer a {
  color: rgba(43, 42, 40, 0.8);
}
.home--noissue .footer a:hover,
.home--noissue .footer a:active {
  color: #2b2a28;
}
.header--withimage .header {
  background-image: url();
}
@media (min-width: 760px) {
  .header--withimage .header {
    background-image: url();
  }
}
.home--noissue.header--withimage {
  background-attachment: fixed;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url();
}
@media (min-width: 760px) {
  .home--noissue.header--withimage {
    background-image: url();
  }
}
.home--noissue.header--withimage header.header {
  background-image: none;
}
@media (min-width: 760px) {
  .home--noissue.header--withimage header.header {
    background-image: none;
  }
}
.home--noissue.header--withimage body,
.home--noissue.header--withimage header.header,
.home--noissue.header--withimage .footer {
  background-color: transparent !important;
}
