html,
body,
button {
  color: #333333;
}
.btn {
  background-color: #000000;
  color: #ffffff;
}
.btn:hover,
.btn:focus {
  background-color: #262626;
  color: #ffffff;
}
.header {
  background-color: #000000;
  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: #ff8400;
  color: #FFFFFF;
}
.header .btn path,
.btn-primary path {
  stroke: #FFFFFF;
}
.header .btn:hover,
.btn-primary:hover,
.header .btn:focus,
.btn-primary:focus {
  background-color: #cc6a00;
  color: #FFFFFF;
}
@media (min-width: 760px) {
  .navbar-search .form-control {
    border: 1px solid #000000;
    -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(51, 51, 51, 0.2);
}
.item__heading {
  color: #3366bb;
}
.item__footer {
  color: rgba(51, 51, 51, 0.7);
}
.issue__heading h1 {
  color: #333333;
}
.issue__heading h1 i {
  color: rgba(51, 51, 51, 0.7);
}
.item--cc-welcome .item__heading {
  color: #f84000;
}
.item--cc-welcome .item__title {
  color: #3366bb;
}
.item--cc-welcome .item__body p a {
  color: #3366bb;
}
.cc-welcome {
  background-color: #FFFFFF;
  color: #333333;
  text-align: left;
}
.cc-welcome .category__title {
  color: #f84000;
  text-align: center;
}
.cc-welcome .category__title img {
  margin-right: 18px;
}
.cc-welcome blockquote {
  border-left-color: #cccccc;
}
.cc-welcome .item__title a {
  color: #3366bb;
}
.cc-welcome .item__title a:hover,
.cc-welcome .item__title a:focus {
  color: #1d3a6b;
}
.cc-welcome p a,
.cc-welcome ul li a {
  color: #3366bb;
}
.cc-welcome p a:hover,
.cc-welcome ul li a:hover,
.cc-welcome p a:active,
.cc-welcome ul li a:active {
  color: #598ce1;
}
.cc-welcome .item__footer {
  color: #333333;
}
.cc-welcome .item__footer a {
  color: #3366bb;
}
.cc-welcome .item__footer a:hover,
.cc-welcome .item__footer a:active {
  color: #598ce1;
}
.cc-welcome hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-welcome.category__footer h2 {
  border: 1px solid #333333;
}
.cc-welcome.category__footer a {
  color: #3366bb;
}
.cc-welcome.category__footer a:hover,
.cc-welcome.category__footer a:focus {
  color: #1d3a6b;
}
.item--cc-feature .item__heading {
  color: #f84000;
}
.item--cc-feature .item__title {
  color: #3366bb;
}
.item--cc-feature .item__body p a {
  color: #3366bb;
}
.cc-feature {
  background-color: #FFFFFF;
  color: #333333;
  text-align: left;
}
.cc-feature .category__title {
  color: #f84000;
  text-align: center;
}
.cc-feature .category__title img {
  margin-right: 18px;
}
.cc-feature blockquote {
  border-left-color: #cccccc;
}
.cc-feature .item__title a {
  color: #3366bb;
}
.cc-feature .item__title a:hover,
.cc-feature .item__title a:focus {
  color: #1d3a6b;
}
.cc-feature p a,
.cc-feature ul li a {
  color: #3366bb;
}
.cc-feature p a:hover,
.cc-feature ul li a:hover,
.cc-feature p a:active,
.cc-feature ul li a:active {
  color: #598ce1;
}
.cc-feature .item__footer {
  color: #333333;
}
.cc-feature .item__footer a {
  color: #3366bb;
}
.cc-feature .item__footer a:hover,
.cc-feature .item__footer a:active {
  color: #598ce1;
}
.cc-feature hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-feature.category__footer h2 {
  border: 1px solid #333333;
}
.cc-feature.category__footer a {
  color: #3366bb;
}
.cc-feature.category__footer a:hover,
.cc-feature.category__footer a:focus {
  color: #1d3a6b;
}
.item--cc-prompt .item__heading {
  color: #f84000;
}
.item--cc-prompt .item__title {
  color: #3366bb;
}
.item--cc-prompt .item__body p a {
  color: #3366bb;
}
.cc-prompt {
  background-color: #FFFFFF;
  color: #333333;
  text-align: left;
}
.cc-prompt .category__title {
  color: #f84000;
  text-align: center;
}
.cc-prompt .category__title img {
  margin-right: 18px;
}
.cc-prompt blockquote {
  border-left-color: #cccccc;
}
.cc-prompt .item__title a {
  color: #3366bb;
}
.cc-prompt .item__title a:hover,
.cc-prompt .item__title a:focus {
  color: #1d3a6b;
}
.cc-prompt p a,
.cc-prompt ul li a {
  color: #3366bb;
}
.cc-prompt p a:hover,
.cc-prompt ul li a:hover,
.cc-prompt p a:active,
.cc-prompt ul li a:active {
  color: #598ce1;
}
.cc-prompt .item__footer {
  color: #333333;
}
.cc-prompt .item__footer a {
  color: #3366bb;
}
.cc-prompt .item__footer a:hover,
.cc-prompt .item__footer a:active {
  color: #598ce1;
}
.cc-prompt hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-prompt.category__footer h2 {
  border: 1px solid #333333;
}
.cc-prompt.category__footer a {
  color: #3366bb;
}
.cc-prompt.category__footer a:hover,
.cc-prompt.category__footer a:focus {
  color: #1d3a6b;
}
.item--cc-peoplefirst .item__heading {
  color: #f84000;
}
.item--cc-peoplefirst .item__title {
  color: #3366bb;
}
.item--cc-peoplefirst .item__body p a {
  color: #3366bb;
}
.cc-peoplefirst {
  background-color: #FFFFFF;
  color: #333333;
  text-align: left;
}
.cc-peoplefirst .category__title {
  color: #f84000;
  text-align: center;
}
.cc-peoplefirst .category__title img {
  margin-right: 18px;
}
.cc-peoplefirst blockquote {
  border-left-color: #cccccc;
}
.cc-peoplefirst .item__title a {
  color: #3366bb;
}
.cc-peoplefirst .item__title a:hover,
.cc-peoplefirst .item__title a:focus {
  color: #1d3a6b;
}
.cc-peoplefirst p a,
.cc-peoplefirst ul li a {
  color: #3366bb;
}
.cc-peoplefirst p a:hover,
.cc-peoplefirst ul li a:hover,
.cc-peoplefirst p a:active,
.cc-peoplefirst ul li a:active {
  color: #598ce1;
}
.cc-peoplefirst .item__footer {
  color: #333333;
}
.cc-peoplefirst .item__footer a {
  color: #3366bb;
}
.cc-peoplefirst .item__footer a:hover,
.cc-peoplefirst .item__footer a:active {
  color: #598ce1;
}
.cc-peoplefirst hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-peoplefirst.category__footer h2 {
  border: 1px solid #333333;
}
.cc-peoplefirst.category__footer a {
  color: #3366bb;
}
.cc-peoplefirst.category__footer a:hover,
.cc-peoplefirst.category__footer a:focus {
  color: #1d3a6b;
}
.item--cc-curiosity .item__heading {
  color: #f84000;
}
.item--cc-curiosity .item__title {
  color: #3366bb;
}
.item--cc-curiosity .item__body p a {
  color: #3366bb;
}
.cc-curiosity {
  background-color: #FFFFFF;
  color: #333333;
  text-align: left;
}
.cc-curiosity .category__title {
  color: #f84000;
  text-align: center;
}
.cc-curiosity .category__title img {
  margin-right: 18px;
}
.cc-curiosity blockquote {
  border-left-color: #cccccc;
}
.cc-curiosity .item__title a {
  color: #3366bb;
}
.cc-curiosity .item__title a:hover,
.cc-curiosity .item__title a:focus {
  color: #1d3a6b;
}
.cc-curiosity p a,
.cc-curiosity ul li a {
  color: #3366bb;
}
.cc-curiosity p a:hover,
.cc-curiosity ul li a:hover,
.cc-curiosity p a:active,
.cc-curiosity ul li a:active {
  color: #598ce1;
}
.cc-curiosity .item__footer {
  color: #333333;
}
.cc-curiosity .item__footer a {
  color: #3366bb;
}
.cc-curiosity .item__footer a:hover,
.cc-curiosity .item__footer a:active {
  color: #598ce1;
}
.cc-curiosity hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-curiosity.category__footer h2 {
  border: 1px solid #333333;
}
.cc-curiosity.category__footer a {
  color: #3366bb;
}
.cc-curiosity.category__footer a:hover,
.cc-curiosity.category__footer a:focus {
  color: #1d3a6b;
}
.item--cc-observation .item__heading {
  color: #f84000;
}
.item--cc-observation .item__title {
  color: #3366bb;
}
.item--cc-observation .item__body p a {
  color: #3366bb;
}
.cc-observation {
  background-color: #FFFFFF;
  color: #333333;
  text-align: left;
}
.cc-observation .category__title {
  color: #f84000;
  text-align: center;
}
.cc-observation .category__title img {
  margin-right: 18px;
}
.cc-observation blockquote {
  border-left-color: #cccccc;
}
.cc-observation .item__title a {
  color: #3366bb;
}
.cc-observation .item__title a:hover,
.cc-observation .item__title a:focus {
  color: #1d3a6b;
}
.cc-observation p a,
.cc-observation ul li a {
  color: #3366bb;
}
.cc-observation p a:hover,
.cc-observation ul li a:hover,
.cc-observation p a:active,
.cc-observation ul li a:active {
  color: #598ce1;
}
.cc-observation .item__footer {
  color: #333333;
}
.cc-observation .item__footer a {
  color: #3366bb;
}
.cc-observation .item__footer a:hover,
.cc-observation .item__footer a:active {
  color: #598ce1;
}
.cc-observation hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-observation.category__footer h2 {
  border: 1px solid #333333;
}
.cc-observation.category__footer a {
  color: #3366bb;
}
.cc-observation.category__footer a:hover,
.cc-observation.category__footer a:focus {
  color: #1d3a6b;
}
.item--cc-criticalthinking .item__heading {
  color: #f84000;
}
.item--cc-criticalthinking .item__title {
  color: #3366bb;
}
.item--cc-criticalthinking .item__body p a {
  color: #3366bb;
}
.cc-criticalthinking {
  background-color: #FFFFFF;
  color: #333333;
  text-align: left;
}
.cc-criticalthinking .category__title {
  color: #f84000;
  text-align: center;
}
.cc-criticalthinking .category__title img {
  margin-right: 18px;
}
.cc-criticalthinking blockquote {
  border-left-color: #cccccc;
}
.cc-criticalthinking .item__title a {
  color: #3366bb;
}
.cc-criticalthinking .item__title a:hover,
.cc-criticalthinking .item__title a:focus {
  color: #1d3a6b;
}
.cc-criticalthinking p a,
.cc-criticalthinking ul li a {
  color: #3366bb;
}
.cc-criticalthinking p a:hover,
.cc-criticalthinking ul li a:hover,
.cc-criticalthinking p a:active,
.cc-criticalthinking ul li a:active {
  color: #598ce1;
}
.cc-criticalthinking .item__footer {
  color: #333333;
}
.cc-criticalthinking .item__footer a {
  color: #3366bb;
}
.cc-criticalthinking .item__footer a:hover,
.cc-criticalthinking .item__footer a:active {
  color: #598ce1;
}
.cc-criticalthinking hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-criticalthinking.category__footer h2 {
  border: 1px solid #333333;
}
.cc-criticalthinking.category__footer a {
  color: #3366bb;
}
.cc-criticalthinking.category__footer a:hover,
.cc-criticalthinking.category__footer a:focus {
  color: #1d3a6b;
}
.item--cc-empathy .item__heading {
  color: #f84000;
}
.item--cc-empathy .item__title {
  color: #3366bb;
}
.item--cc-empathy .item__body p a {
  color: #3366bb;
}
.cc-empathy {
  background-color: #FFFFFF;
  color: #333333;
  text-align: left;
}
.cc-empathy .category__title {
  color: #f84000;
  text-align: center;
}
.cc-empathy .category__title img {
  margin-right: 18px;
}
.cc-empathy blockquote {
  border-left-color: #cccccc;
}
.cc-empathy .item__title a {
  color: #3366bb;
}
.cc-empathy .item__title a:hover,
.cc-empathy .item__title a:focus {
  color: #1d3a6b;
}
.cc-empathy p a,
.cc-empathy ul li a {
  color: #3366bb;
}
.cc-empathy p a:hover,
.cc-empathy ul li a:hover,
.cc-empathy p a:active,
.cc-empathy ul li a:active {
  color: #598ce1;
}
.cc-empathy .item__footer {
  color: #333333;
}
.cc-empathy .item__footer a {
  color: #3366bb;
}
.cc-empathy .item__footer a:hover,
.cc-empathy .item__footer a:active {
  color: #598ce1;
}
.cc-empathy hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-empathy.category__footer h2 {
  border: 1px solid #333333;
}
.cc-empathy.category__footer a {
  color: #3366bb;
}
.cc-empathy.category__footer a:hover,
.cc-empathy.category__footer a:focus {
  color: #1d3a6b;
}
.item--cc-advocacy .item__heading {
  color: #f84000;
}
.item--cc-advocacy .item__title {
  color: #3366bb;
}
.item--cc-advocacy .item__body p a {
  color: #3366bb;
}
.cc-advocacy {
  background-color: #FFFFFF;
  color: #333333;
  text-align: left;
}
.cc-advocacy .category__title {
  color: #f84000;
  text-align: center;
}
.cc-advocacy .category__title img {
  margin-right: 18px;
}
.cc-advocacy blockquote {
  border-left-color: #cccccc;
}
.cc-advocacy .item__title a {
  color: #3366bb;
}
.cc-advocacy .item__title a:hover,
.cc-advocacy .item__title a:focus {
  color: #1d3a6b;
}
.cc-advocacy p a,
.cc-advocacy ul li a {
  color: #3366bb;
}
.cc-advocacy p a:hover,
.cc-advocacy ul li a:hover,
.cc-advocacy p a:active,
.cc-advocacy ul li a:active {
  color: #598ce1;
}
.cc-advocacy .item__footer {
  color: #333333;
}
.cc-advocacy .item__footer a {
  color: #3366bb;
}
.cc-advocacy .item__footer a:hover,
.cc-advocacy .item__footer a:active {
  color: #598ce1;
}
.cc-advocacy hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-advocacy.category__footer h2 {
  border: 1px solid #333333;
}
.cc-advocacy.category__footer a {
  color: #3366bb;
}
.cc-advocacy.category__footer a:hover,
.cc-advocacy.category__footer a:focus {
  color: #1d3a6b;
}
.item--cc-transparency .item__heading {
  color: #f84000;
}
.item--cc-transparency .item__title {
  color: #3366bb;
}
.item--cc-transparency .item__body p a {
  color: #3366bb;
}
.cc-transparency {
  background-color: #FFFFFF;
  color: #333333;
  text-align: left;
}
.cc-transparency .category__title {
  color: #f84000;
  text-align: center;
}
.cc-transparency .category__title img {
  margin-right: 18px;
}
.cc-transparency blockquote {
  border-left-color: #cccccc;
}
.cc-transparency .item__title a {
  color: #3366bb;
}
.cc-transparency .item__title a:hover,
.cc-transparency .item__title a:focus {
  color: #1d3a6b;
}
.cc-transparency p a,
.cc-transparency ul li a {
  color: #3366bb;
}
.cc-transparency p a:hover,
.cc-transparency ul li a:hover,
.cc-transparency p a:active,
.cc-transparency ul li a:active {
  color: #598ce1;
}
.cc-transparency .item__footer {
  color: #333333;
}
.cc-transparency .item__footer a {
  color: #3366bb;
}
.cc-transparency .item__footer a:hover,
.cc-transparency .item__footer a:active {
  color: #598ce1;
}
.cc-transparency hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-transparency.category__footer h2 {
  border: 1px solid #333333;
}
.cc-transparency.category__footer a {
  color: #3366bb;
}
.cc-transparency.category__footer a:hover,
.cc-transparency.category__footer a:focus {
  color: #1d3a6b;
}
.item--cc-visual .item__heading {
  color: #f84000;
}
.item--cc-visual .item__title {
  color: #3366bb;
}
.item--cc-visual .item__body p a {
  color: #3366bb;
}
.cc-visual {
  background-color: #FFFFFF;
  color: #333333;
  text-align: left;
}
.cc-visual .category__title {
  color: #f84000;
  text-align: center;
}
.cc-visual .category__title img {
  margin-right: 18px;
}
.cc-visual blockquote {
  border-left-color: #cccccc;
}
.cc-visual .item__title a {
  color: #3366bb;
}
.cc-visual .item__title a:hover,
.cc-visual .item__title a:focus {
  color: #1d3a6b;
}
.cc-visual p a,
.cc-visual ul li a {
  color: #3366bb;
}
.cc-visual p a:hover,
.cc-visual ul li a:hover,
.cc-visual p a:active,
.cc-visual ul li a:active {
  color: #598ce1;
}
.cc-visual .item__footer {
  color: #333333;
}
.cc-visual .item__footer a {
  color: #3366bb;
}
.cc-visual .item__footer a:hover,
.cc-visual .item__footer a:active {
  color: #598ce1;
}
.cc-visual hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-visual.category__footer h2 {
  border: 1px solid #333333;
}
.cc-visual.category__footer a {
  color: #3366bb;
}
.cc-visual.category__footer a:hover,
.cc-visual.category__footer a:focus {
  color: #1d3a6b;
}
.item--cc-collaborate .item__heading {
  color: #f84000;
}
.item--cc-collaborate .item__title {
  color: #3366bb;
}
.item--cc-collaborate .item__body p a {
  color: #3366bb;
}
.cc-collaborate {
  background-color: #FFFFFF;
  color: #333333;
  text-align: left;
}
.cc-collaborate .category__title {
  color: #f84000;
  text-align: center;
}
.cc-collaborate .category__title img {
  margin-right: 18px;
}
.cc-collaborate blockquote {
  border-left-color: #cccccc;
}
.cc-collaborate .item__title a {
  color: #3366bb;
}
.cc-collaborate .item__title a:hover,
.cc-collaborate .item__title a:focus {
  color: #1d3a6b;
}
.cc-collaborate p a,
.cc-collaborate ul li a {
  color: #3366bb;
}
.cc-collaborate p a:hover,
.cc-collaborate ul li a:hover,
.cc-collaborate p a:active,
.cc-collaborate ul li a:active {
  color: #598ce1;
}
.cc-collaborate .item__footer {
  color: #333333;
}
.cc-collaborate .item__footer a {
  color: #3366bb;
}
.cc-collaborate .item__footer a:hover,
.cc-collaborate .item__footer a:active {
  color: #598ce1;
}
.cc-collaborate hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-collaborate.category__footer h2 {
  border: 1px solid #333333;
}
.cc-collaborate.category__footer a {
  color: #3366bb;
}
.cc-collaborate.category__footer a:hover,
.cc-collaborate.category__footer a:focus {
  color: #1d3a6b;
}
.item--cc-experiment .item__heading {
  color: #f84000;
}
.item--cc-experiment .item__title {
  color: #3366bb;
}
.item--cc-experiment .item__body p a {
  color: #3366bb;
}
.cc-experiment {
  background-color: #FFFFFF;
  color: #333333;
  text-align: left;
}
.cc-experiment .category__title {
  color: #f84000;
  text-align: center;
}
.cc-experiment .category__title img {
  margin-right: 18px;
}
.cc-experiment blockquote {
  border-left-color: #cccccc;
}
.cc-experiment .item__title a {
  color: #3366bb;
}
.cc-experiment .item__title a:hover,
.cc-experiment .item__title a:focus {
  color: #1d3a6b;
}
.cc-experiment p a,
.cc-experiment ul li a {
  color: #3366bb;
}
.cc-experiment p a:hover,
.cc-experiment ul li a:hover,
.cc-experiment p a:active,
.cc-experiment ul li a:active {
  color: #598ce1;
}
.cc-experiment .item__footer {
  color: #333333;
}
.cc-experiment .item__footer a {
  color: #3366bb;
}
.cc-experiment .item__footer a:hover,
.cc-experiment .item__footer a:active {
  color: #598ce1;
}
.cc-experiment hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-experiment.category__footer h2 {
  border: 1px solid #333333;
}
.cc-experiment.category__footer a {
  color: #3366bb;
}
.cc-experiment.category__footer a:hover,
.cc-experiment.category__footer a:focus {
  color: #1d3a6b;
}
.item--cc-keeplearning .item__heading {
  color: #f84000;
}
.item--cc-keeplearning .item__title {
  color: #3366bb;
}
.item--cc-keeplearning .item__body p a {
  color: #3366bb;
}
.cc-keeplearning {
  background-color: #FFFFFF;
  color: #333333;
  text-align: left;
}
.cc-keeplearning .category__title {
  color: #f84000;
  text-align: center;
}
.cc-keeplearning .category__title img {
  margin-right: 18px;
}
.cc-keeplearning blockquote {
  border-left-color: #cccccc;
}
.cc-keeplearning .item__title a {
  color: #3366bb;
}
.cc-keeplearning .item__title a:hover,
.cc-keeplearning .item__title a:focus {
  color: #1d3a6b;
}
.cc-keeplearning p a,
.cc-keeplearning ul li a {
  color: #3366bb;
}
.cc-keeplearning p a:hover,
.cc-keeplearning ul li a:hover,
.cc-keeplearning p a:active,
.cc-keeplearning ul li a:active {
  color: #598ce1;
}
.cc-keeplearning .item__footer {
  color: #333333;
}
.cc-keeplearning .item__footer a {
  color: #3366bb;
}
.cc-keeplearning .item__footer a:hover,
.cc-keeplearning .item__footer a:active {
  color: #598ce1;
}
.cc-keeplearning hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-keeplearning.category__footer h2 {
  border: 1px solid #333333;
}
.cc-keeplearning.category__footer a {
  color: #3366bb;
}
.cc-keeplearning.category__footer a:hover,
.cc-keeplearning.category__footer a:focus {
  color: #1d3a6b;
}
.item--cc-creativity .item__heading {
  color: #f84000;
}
.item--cc-creativity .item__title {
  color: #3366bb;
}
.item--cc-creativity .item__body p a {
  color: #3366bb;
}
.cc-creativity {
  background-color: #FFFFFF;
  color: #333333;
  text-align: left;
}
.cc-creativity .category__title {
  color: #f84000;
  text-align: center;
}
.cc-creativity .category__title img {
  margin-right: 18px;
}
.cc-creativity blockquote {
  border-left-color: #cccccc;
}
.cc-creativity .item__title a {
  color: #3366bb;
}
.cc-creativity .item__title a:hover,
.cc-creativity .item__title a:focus {
  color: #1d3a6b;
}
.cc-creativity p a,
.cc-creativity ul li a {
  color: #3366bb;
}
.cc-creativity p a:hover,
.cc-creativity ul li a:hover,
.cc-creativity p a:active,
.cc-creativity ul li a:active {
  color: #598ce1;
}
.cc-creativity .item__footer {
  color: #333333;
}
.cc-creativity .item__footer a {
  color: #3366bb;
}
.cc-creativity .item__footer a:hover,
.cc-creativity .item__footer a:active {
  color: #598ce1;
}
.cc-creativity hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-creativity.category__footer h2 {
  border: 1px solid #333333;
}
.cc-creativity.category__footer a {
  color: #3366bb;
}
.cc-creativity.category__footer a:hover,
.cc-creativity.category__footer a:focus {
  color: #1d3a6b;
}
.item--cc-ux .item__heading {
  color: #f84000;
}
.item--cc-ux .item__title {
  color: #3366bb;
}
.item--cc-ux .item__body p a {
  color: #3366bb;
}
.cc-ux {
  background-color: #FFFFFF;
  color: #333333;
  text-align: left;
}
.cc-ux .category__title {
  color: #f84000;
  text-align: center;
}
.cc-ux .category__title img {
  margin-right: 18px;
}
.cc-ux blockquote {
  border-left-color: #cccccc;
}
.cc-ux .item__title a {
  color: #3366bb;
}
.cc-ux .item__title a:hover,
.cc-ux .item__title a:focus {
  color: #1d3a6b;
}
.cc-ux p a,
.cc-ux ul li a {
  color: #3366bb;
}
.cc-ux p a:hover,
.cc-ux ul li a:hover,
.cc-ux p a:active,
.cc-ux ul li a:active {
  color: #598ce1;
}
.cc-ux .item__footer {
  color: #333333;
}
.cc-ux .item__footer a {
  color: #3366bb;
}
.cc-ux .item__footer a:hover,
.cc-ux .item__footer a:active {
  color: #598ce1;
}
.cc-ux hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-ux.category__footer h2 {
  border: 1px solid #333333;
}
.cc-ux.category__footer a {
  color: #3366bb;
}
.cc-ux.category__footer a:hover,
.cc-ux.category__footer a:focus {
  color: #1d3a6b;
}
.item--cc-inclusive .item__heading {
  color: #f84000;
}
.item--cc-inclusive .item__title {
  color: #3366bb;
}
.item--cc-inclusive .item__body p a {
  color: #3366bb;
}
.cc-inclusive {
  background-color: #FFFFFF;
  color: #333333;
  text-align: left;
}
.cc-inclusive .category__title {
  color: #f84000;
  text-align: center;
}
.cc-inclusive .category__title img {
  margin-right: 18px;
}
.cc-inclusive blockquote {
  border-left-color: #cccccc;
}
.cc-inclusive .item__title a {
  color: #3366bb;
}
.cc-inclusive .item__title a:hover,
.cc-inclusive .item__title a:focus {
  color: #1d3a6b;
}
.cc-inclusive p a,
.cc-inclusive ul li a {
  color: #3366bb;
}
.cc-inclusive p a:hover,
.cc-inclusive ul li a:hover,
.cc-inclusive p a:active,
.cc-inclusive ul li a:active {
  color: #598ce1;
}
.cc-inclusive .item__footer {
  color: #333333;
}
.cc-inclusive .item__footer a {
  color: #3366bb;
}
.cc-inclusive .item__footer a:hover,
.cc-inclusive .item__footer a:active {
  color: #598ce1;
}
.cc-inclusive hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-inclusive.category__footer h2 {
  border: 1px solid #333333;
}
.cc-inclusive.category__footer a {
  color: #3366bb;
}
.cc-inclusive.category__footer a:hover,
.cc-inclusive.category__footer a:focus {
  color: #1d3a6b;
}
.item--cc-booksponsor .item__heading {
  color: #454547;
}
.item--cc-booksponsor .item__title {
  color: #3366bb;
}
.item--cc-booksponsor .item__body p a {
  color: #3366bb;
}
.cc-booksponsor {
  background-color: #FFFFFF;
  color: #333333;
  text-align: left;
}
.cc-booksponsor .category__title {
  color: #454547;
  text-align: center;
}
.cc-booksponsor .category__title img {
  margin-right: 18px;
}
.cc-booksponsor blockquote {
  border-left-color: #cccccc;
}
.cc-booksponsor .item__title a {
  color: #3366bb;
}
.cc-booksponsor .item__title a:hover,
.cc-booksponsor .item__title a:focus {
  color: #1d3a6b;
}
.cc-booksponsor p a,
.cc-booksponsor ul li a {
  color: #3366bb;
}
.cc-booksponsor p a:hover,
.cc-booksponsor ul li a:hover,
.cc-booksponsor p a:active,
.cc-booksponsor ul li a:active {
  color: #598ce1;
}
.cc-booksponsor .item__footer {
  color: #333333;
}
.cc-booksponsor .item__footer a {
  color: #3366bb;
}
.cc-booksponsor .item__footer a:hover,
.cc-booksponsor .item__footer a:active {
  color: #598ce1;
}
.cc-booksponsor hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-booksponsor.category__footer h2 {
  border: 1px solid #333333;
}
.cc-booksponsor.category__footer a {
  color: #3366bb;
}
.cc-booksponsor.category__footer a:hover,
.cc-booksponsor.category__footer a:focus {
  color: #1d3a6b;
}
.item--cc-mobile .item__heading {
  color: #f84000;
}
.item--cc-mobile .item__title {
  color: #3366bb;
}
.item--cc-mobile .item__body p a {
  color: #3366bb;
}
.cc-mobile {
  background-color: #FFFFFF;
  color: #333333;
  text-align: left;
}
.cc-mobile .category__title {
  color: #f84000;
  text-align: center;
}
.cc-mobile .category__title img {
  margin-right: 18px;
}
.cc-mobile blockquote {
  border-left-color: #cccccc;
}
.cc-mobile .item__title a {
  color: #3366bb;
}
.cc-mobile .item__title a:hover,
.cc-mobile .item__title a:focus {
  color: #1d3a6b;
}
.cc-mobile p a,
.cc-mobile ul li a {
  color: #3366bb;
}
.cc-mobile p a:hover,
.cc-mobile ul li a:hover,
.cc-mobile p a:active,
.cc-mobile ul li a:active {
  color: #598ce1;
}
.cc-mobile .item__footer {
  color: #333333;
}
.cc-mobile .item__footer a {
  color: #3366bb;
}
.cc-mobile .item__footer a:hover,
.cc-mobile .item__footer a:active {
  color: #598ce1;
}
.cc-mobile hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-mobile.category__footer h2 {
  border: 1px solid #333333;
}
.cc-mobile.category__footer a {
  color: #3366bb;
}
.cc-mobile.category__footer a:hover,
.cc-mobile.category__footer a:focus {
  color: #1d3a6b;
}
.item--cc-topical .item__heading {
  color: #f84000;
}
.item--cc-topical .item__title {
  color: #3366bb;
}
.item--cc-topical .item__body p a {
  color: #3366bb;
}
.cc-topical {
  background-color: #FFFFFF;
  color: #333333;
  text-align: left;
}
.cc-topical .category__title {
  color: #f84000;
  text-align: center;
}
.cc-topical .category__title img {
  margin-right: 18px;
}
.cc-topical blockquote {
  border-left-color: #cccccc;
}
.cc-topical .item__title a {
  color: #3366bb;
}
.cc-topical .item__title a:hover,
.cc-topical .item__title a:focus {
  color: #1d3a6b;
}
.cc-topical p a,
.cc-topical ul li a {
  color: #3366bb;
}
.cc-topical p a:hover,
.cc-topical ul li a:hover,
.cc-topical p a:active,
.cc-topical ul li a:active {
  color: #598ce1;
}
.cc-topical .item__footer {
  color: #333333;
}
.cc-topical .item__footer a {
  color: #3366bb;
}
.cc-topical .item__footer a:hover,
.cc-topical .item__footer a:active {
  color: #598ce1;
}
.cc-topical hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-topical.category__footer h2 {
  border: 1px solid #333333;
}
.cc-topical.category__footer a {
  color: #3366bb;
}
.cc-topical.category__footer a:hover,
.cc-topical.category__footer a:focus {
  color: #1d3a6b;
}
.item--cc-social .item__heading {
  color: #f84000;
}
.item--cc-social .item__title {
  color: #3366bb;
}
.item--cc-social .item__body p a {
  color: #3366bb;
}
.cc-social {
  background-color: #FFFFFF;
  color: #333333;
  text-align: left;
}
.cc-social .category__title {
  color: #f84000;
  text-align: center;
}
.cc-social .category__title img {
  margin-right: 18px;
}
.cc-social blockquote {
  border-left-color: #cccccc;
}
.cc-social .item__title a {
  color: #3366bb;
}
.cc-social .item__title a:hover,
.cc-social .item__title a:focus {
  color: #1d3a6b;
}
.cc-social p a,
.cc-social ul li a {
  color: #3366bb;
}
.cc-social p a:hover,
.cc-social ul li a:hover,
.cc-social p a:active,
.cc-social ul li a:active {
  color: #598ce1;
}
.cc-social .item__footer {
  color: #333333;
}
.cc-social .item__footer a {
  color: #3366bb;
}
.cc-social .item__footer a:hover,
.cc-social .item__footer a:active {
  color: #598ce1;
}
.cc-social hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-social.category__footer h2 {
  border: 1px solid #333333;
}
.cc-social.category__footer a {
  color: #3366bb;
}
.cc-social.category__footer a:hover,
.cc-social.category__footer a:focus {
  color: #1d3a6b;
}
.item--cc-toools .item__heading {
  color: #f84000;
}
.item--cc-toools .item__title {
  color: #3366bb;
}
.item--cc-toools .item__body p a {
  color: #3366bb;
}
.cc-toools {
  background-color: #FFFFFF;
  color: #333333;
  text-align: left;
}
.cc-toools .category__title {
  color: #f84000;
  text-align: center;
}
.cc-toools .category__title img {
  margin-right: 18px;
}
.cc-toools blockquote {
  border-left-color: #cccccc;
}
.cc-toools .item__title a {
  color: #3366bb;
}
.cc-toools .item__title a:hover,
.cc-toools .item__title a:focus {
  color: #1d3a6b;
}
.cc-toools p a,
.cc-toools ul li a {
  color: #3366bb;
}
.cc-toools p a:hover,
.cc-toools ul li a:hover,
.cc-toools p a:active,
.cc-toools ul li a:active {
  color: #598ce1;
}
.cc-toools .item__footer {
  color: #333333;
}
.cc-toools .item__footer a {
  color: #3366bb;
}
.cc-toools .item__footer a:hover,
.cc-toools .item__footer a:active {
  color: #598ce1;
}
.cc-toools hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-toools.category__footer h2 {
  border: 1px solid #333333;
}
.cc-toools.category__footer a {
  color: #3366bb;
}
.cc-toools.category__footer a:hover,
.cc-toools.category__footer a:focus {
  color: #1d3a6b;
}
.item--cc-gear .item__heading {
  color: #f84000;
}
.item--cc-gear .item__title {
  color: #3366bb;
}
.item--cc-gear .item__body p a {
  color: #3366bb;
}
.cc-gear {
  background-color: #FFFFFF;
  color: #333333;
  text-align: left;
}
.cc-gear .category__title {
  color: #f84000;
  text-align: center;
}
.cc-gear .category__title img {
  margin-right: 18px;
}
.cc-gear blockquote {
  border-left-color: #cccccc;
}
.cc-gear .item__title a {
  color: #3366bb;
}
.cc-gear .item__title a:hover,
.cc-gear .item__title a:focus {
  color: #1d3a6b;
}
.cc-gear p a,
.cc-gear ul li a {
  color: #3366bb;
}
.cc-gear p a:hover,
.cc-gear ul li a:hover,
.cc-gear p a:active,
.cc-gear ul li a:active {
  color: #598ce1;
}
.cc-gear .item__footer {
  color: #333333;
}
.cc-gear .item__footer a {
  color: #3366bb;
}
.cc-gear .item__footer a:hover,
.cc-gear .item__footer a:active {
  color: #598ce1;
}
.cc-gear hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-gear.category__footer h2 {
  border: 1px solid #333333;
}
.cc-gear.category__footer a {
  color: #3366bb;
}
.cc-gear.category__footer a:hover,
.cc-gear.category__footer a:focus {
  color: #1d3a6b;
}
.item--cc-inspiration .item__heading {
  color: #f84000;
}
.item--cc-inspiration .item__title {
  color: #3366bb;
}
.item--cc-inspiration .item__body p a {
  color: #3366bb;
}
.cc-inspiration {
  background-color: #FFFFFF;
  color: #333333;
  text-align: left;
}
.cc-inspiration .category__title {
  color: #f84000;
  text-align: center;
}
.cc-inspiration .category__title img {
  margin-right: 18px;
}
.cc-inspiration blockquote {
  border-left-color: #cccccc;
}
.cc-inspiration .item__title a {
  color: #3366bb;
}
.cc-inspiration .item__title a:hover,
.cc-inspiration .item__title a:focus {
  color: #1d3a6b;
}
.cc-inspiration p a,
.cc-inspiration ul li a {
  color: #3366bb;
}
.cc-inspiration p a:hover,
.cc-inspiration ul li a:hover,
.cc-inspiration p a:active,
.cc-inspiration ul li a:active {
  color: #598ce1;
}
.cc-inspiration .item__footer {
  color: #333333;
}
.cc-inspiration .item__footer a {
  color: #3366bb;
}
.cc-inspiration .item__footer a:hover,
.cc-inspiration .item__footer a:active {
  color: #598ce1;
}
.cc-inspiration hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-inspiration.category__footer h2 {
  border: 1px solid #333333;
}
.cc-inspiration.category__footer a {
  color: #3366bb;
}
.cc-inspiration.category__footer a:hover,
.cc-inspiration.category__footer a:focus {
  color: #1d3a6b;
}
.item--cc-news .item__heading {
  color: #f84000;
}
.item--cc-news .item__title {
  color: #3366bb;
}
.item--cc-news .item__body p a {
  color: #3366bb;
}
.cc-news {
  background-color: #FFFFFF;
  color: #333333;
  text-align: left;
}
.cc-news .category__title {
  color: #f84000;
  text-align: center;
}
.cc-news .category__title img {
  margin-right: 18px;
}
.cc-news blockquote {
  border-left-color: #cccccc;
}
.cc-news .item__title a {
  color: #3366bb;
}
.cc-news .item__title a:hover,
.cc-news .item__title a:focus {
  color: #1d3a6b;
}
.cc-news p a,
.cc-news ul li a {
  color: #3366bb;
}
.cc-news p a:hover,
.cc-news ul li a:hover,
.cc-news p a:active,
.cc-news ul li a:active {
  color: #598ce1;
}
.cc-news .item__footer {
  color: #333333;
}
.cc-news .item__footer a {
  color: #3366bb;
}
.cc-news .item__footer a:hover,
.cc-news .item__footer a:active {
  color: #598ce1;
}
.cc-news hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-news.category__footer h2 {
  border: 1px solid #333333;
}
.cc-news.category__footer a {
  color: #3366bb;
}
.cc-news.category__footer a:hover,
.cc-news.category__footer a:focus {
  color: #1d3a6b;
}
.item--cc-untilnexttime .item__heading {
  color: #f84000;
}
.item--cc-untilnexttime .item__title {
  color: #3366bb;
}
.item--cc-untilnexttime .item__body p a {
  color: #3366bb;
}
.cc-untilnexttime {
  background-color: #FFFFFF;
  color: #333333;
  text-align: left;
}
.cc-untilnexttime .category__title {
  color: #f84000;
  text-align: center;
}
.cc-untilnexttime .category__title img {
  margin-right: 18px;
}
.cc-untilnexttime blockquote {
  border-left-color: #cccccc;
}
.cc-untilnexttime .item__title a {
  color: #3366bb;
}
.cc-untilnexttime .item__title a:hover,
.cc-untilnexttime .item__title a:focus {
  color: #1d3a6b;
}
.cc-untilnexttime p a,
.cc-untilnexttime ul li a {
  color: #3366bb;
}
.cc-untilnexttime p a:hover,
.cc-untilnexttime ul li a:hover,
.cc-untilnexttime p a:active,
.cc-untilnexttime ul li a:active {
  color: #598ce1;
}
.cc-untilnexttime .item__footer {
  color: #333333;
}
.cc-untilnexttime .item__footer a {
  color: #3366bb;
}
.cc-untilnexttime .item__footer a:hover,
.cc-untilnexttime .item__footer a:active {
  color: #598ce1;
}
.cc-untilnexttime hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-untilnexttime.category__footer h2 {
  border: 1px solid #333333;
}
.cc-untilnexttime.category__footer a {
  color: #3366bb;
}
.cc-untilnexttime.category__footer a:hover,
.cc-untilnexttime.category__footer a:focus {
  color: #1d3a6b;
}
.issue__pager,
.pagination {
  color: #333333;
}
.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(51, 51, 51, 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: #3366bb;
  color: #3366bb;
}
@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 .form-control {
  border: 1px solid #000000;
  -webkit-background-clip: padding-box;
}
.cta--header .cta-tabs .cta-tabs-title {
  color: rgba(255, 255, 255, 0.6);
}
.cta--header .cta-tabs button {
  color: rgba(255, 255, 255, 0.6);
}
.cta--header .cta-tabs button:hover,
.cta--header .cta-tabs button.active {
  border-top-color: rgba(255, 255, 255, 0.8);
  color: #ffffff;
}
.header--withimage .cta--header .btn {
  background-color: #ff8400;
}
.header--withimage .cta--header .btn:hover,
.header--withimage .cta--header .btn:focus {
  background-color: #e67700;
}
.subscription__resubscribe__btn {
  color: #3366bb;
}
.subscription__resubscribe__btn:hover,
.subscription__resubscribe__btn:focus {
  color: #598ce1;
}
.page h2:before {
  border-top-color: rgba(51, 51, 51, 0.7);
}
.page__header {
  color: rgba(51, 51, 51, 0.7);
}
.page__header b,
.page__header strong {
  color: rgba(0, 0, 0, 0.7);
}
.page .terms--custom {
  border-top: 1px solid rgba(51, 51, 51, 0.7);
}
.sponsorship a {
  color: #3366bb;
}
.sponsorship a:hover,
.sponsorship a:active {
  color: #598ce1;
}
.sponsorship__quicklinks {
  color: rgba(51, 51, 51, 0.7);
}
.sponsorship__quicklinks a {
  color: rgba(51, 51, 51, 0.7);
}
.sponsorship__quicklinks a:hover,
.sponsorship__quicklinks a:active {
  color: #1a1a1a;
}
.sponsorship__nextavailable.with_divider:before {
  border-top-color: rgba(51, 51, 51, 0.6);
}
.sponsorship__nextavailable h4 {
  color: rgba(51, 51, 51, 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: #333333;
}
.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(51, 51, 51, 0.7);
}
.sponsorship__availability section + section:before {
  border-top-color: rgba(51, 51, 51, 0.6);
}
.sponsorship__availability .dates li {
  background-color: #f0f5fa;
  color: #333333;
}
.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: #333333;
}
.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: #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();
}
@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;
}
