html,
body,
button {
  color: #454547;
}
.btn {
  background-color: #ffffff;
  color: #0973ba;
}
.btn:hover,
.btn:focus {
  background-color: #d9d9d9;
  color: #0973ba;
}
.header {
  background-color: #ffffff;
  color: #0973ba;
}
.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(9, 115, 186, 0.8);
}
.header .navbar-a-search {
  color: rgba(9, 115, 186, 0.8);
}
.header .navbar-toggle .navbar-toggle-bar {
  background-color: rgba(9, 115, 186, 0.8);
}
.header .navbar-toggle:hover .navbar-toggle-bar,
.header .navbar-toggle:active .navbar-toggle-bar {
  background-color: #0973ba;
}
.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(9, 115, 186, 0.8);
}
.header a:hover,
.header a:active {
  color: #0973ba;
}
.header a.navbar-brand {
  color: #0973ba;
}
.header .form-control {
  background-color: rgba(255, 255, 255, 0.9);
  color: #000000;
}
.header ::-moz-placeholder {
  color: #999999;
}
.header :-ms-input-placeholder {
  color: #999999;
}
.header ::placeholder {
  color: #999999;
}
.header .btn,
.btn-primary {
  background-color: #e6e6e6;
  color: #0973ba;
}
.header .btn path,
.btn-primary path {
  stroke: #0973ba;
}
.header .btn:hover,
.btn-primary:hover,
.header .btn:focus,
.btn-primary:focus {
  background-color: #cccccc;
  color: #0973ba;
}
@media (min-width: 760px) {
  .navbar-search .form-control {
    border: 1px solid #e6e6e6;
    -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: #0973ba;
}
.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-post .item__heading {
  color: #454547;
}
.item--cc-post .item__title {
  color: #0973ba;
}
.item--cc-post .item__body p a {
  color: #0973ba;
}
.cc-post {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-post .category__title {
  color: #454547;
  text-align: left;
  position: relative;
}
.cc-post .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-post .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-post blockquote {
  border-left-color: #cccccc;
}
.cc-post .item__title a {
  color: #0973ba;
}
.cc-post .item__title a:hover,
.cc-post .item__title a:focus {
  color: #043759;
}
.cc-post p a,
.cc-post ul li a {
  color: #0973ba;
}
.cc-post p a:hover,
.cc-post ul li a:hover,
.cc-post p a:active,
.cc-post ul li a:active {
  color: #2f99e0;
}
.cc-post .item__footer {
  color: #454547;
}
.cc-post .item__footer a {
  color: #0973ba;
}
.cc-post .item__footer a:hover,
.cc-post .item__footer a:active {
  color: #2f99e0;
}
.cc-post hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-post.category__footer h2 {
  border: 1px solid #454547;
}
.cc-post.category__footer a {
  color: #0973ba;
}
.cc-post.category__footer a:hover,
.cc-post.category__footer a:focus {
  color: #043759;
}
.item--cc-news .item__heading {
  color: #454547;
}
.item--cc-news .item__title {
  color: #0973ba;
}
.item--cc-news .item__body p a {
  color: #0973ba;
}
.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 blockquote {
  border-left-color: #cccccc;
}
.cc-news .item__title a {
  color: #0973ba;
}
.cc-news .item__title a:hover,
.cc-news .item__title a:focus {
  color: #043759;
}
.cc-news p a,
.cc-news ul li a {
  color: #0973ba;
}
.cc-news p a:hover,
.cc-news ul li a:hover,
.cc-news p a:active,
.cc-news ul li a:active {
  color: #2f99e0;
}
.cc-news .item__footer {
  color: #454547;
}
.cc-news .item__footer a {
  color: #0973ba;
}
.cc-news .item__footer a:hover,
.cc-news .item__footer a:active {
  color: #2f99e0;
}
.cc-news hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-news.category__footer h2 {
  border: 1px solid #454547;
}
.cc-news.category__footer a {
  color: #0973ba;
}
.cc-news.category__footer a:hover,
.cc-news.category__footer a:focus {
  color: #043759;
}
.item--cc-cybersecurity .item__heading {
  color: #454547;
}
.item--cc-cybersecurity .item__title {
  color: #0973ba;
}
.item--cc-cybersecurity .item__body p a {
  color: #0973ba;
}
.cc-cybersecurity {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-cybersecurity .category__title {
  color: #454547;
  text-align: left;
  position: relative;
}
.cc-cybersecurity .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-cybersecurity .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-cybersecurity blockquote {
  border-left-color: #cccccc;
}
.cc-cybersecurity .item__title a {
  color: #0973ba;
}
.cc-cybersecurity .item__title a:hover,
.cc-cybersecurity .item__title a:focus {
  color: #043759;
}
.cc-cybersecurity p a,
.cc-cybersecurity ul li a {
  color: #0973ba;
}
.cc-cybersecurity p a:hover,
.cc-cybersecurity ul li a:hover,
.cc-cybersecurity p a:active,
.cc-cybersecurity ul li a:active {
  color: #2f99e0;
}
.cc-cybersecurity .item__footer {
  color: #454547;
}
.cc-cybersecurity .item__footer a {
  color: #0973ba;
}
.cc-cybersecurity .item__footer a:hover,
.cc-cybersecurity .item__footer a:active {
  color: #2f99e0;
}
.cc-cybersecurity hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-cybersecurity.category__footer h2 {
  border: 1px solid #454547;
}
.cc-cybersecurity.category__footer a {
  color: #0973ba;
}
.cc-cybersecurity.category__footer a:hover,
.cc-cybersecurity.category__footer a:focus {
  color: #043759;
}
.item--cc-microsoft .item__heading {
  color: #454547;
}
.item--cc-microsoft .item__title {
  color: #0973ba;
}
.item--cc-microsoft .item__body p a {
  color: #0973ba;
}
.cc-microsoft {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-microsoft .category__title {
  color: #454547;
  text-align: left;
  position: relative;
}
.cc-microsoft .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-microsoft .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-microsoft blockquote {
  border-left-color: #cccccc;
}
.cc-microsoft .item__title a {
  color: #0973ba;
}
.cc-microsoft .item__title a:hover,
.cc-microsoft .item__title a:focus {
  color: #043759;
}
.cc-microsoft p a,
.cc-microsoft ul li a {
  color: #0973ba;
}
.cc-microsoft p a:hover,
.cc-microsoft ul li a:hover,
.cc-microsoft p a:active,
.cc-microsoft ul li a:active {
  color: #2f99e0;
}
.cc-microsoft .item__footer {
  color: #454547;
}
.cc-microsoft .item__footer a {
  color: #0973ba;
}
.cc-microsoft .item__footer a:hover,
.cc-microsoft .item__footer a:active {
  color: #2f99e0;
}
.cc-microsoft hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-microsoft.category__footer h2 {
  border: 1px solid #454547;
}
.cc-microsoft.category__footer a {
  color: #0973ba;
}
.cc-microsoft.category__footer a:hover,
.cc-microsoft.category__footer a:focus {
  color: #043759;
}
.item--cc-windows .item__heading {
  color: #454547;
}
.item--cc-windows .item__title {
  color: #0973ba;
}
.item--cc-windows .item__body p a {
  color: #0973ba;
}
.cc-windows {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-windows .category__title {
  color: #454547;
  text-align: left;
  position: relative;
}
.cc-windows .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-windows .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-windows blockquote {
  border-left-color: #cccccc;
}
.cc-windows .item__title a {
  color: #0973ba;
}
.cc-windows .item__title a:hover,
.cc-windows .item__title a:focus {
  color: #043759;
}
.cc-windows p a,
.cc-windows ul li a {
  color: #0973ba;
}
.cc-windows p a:hover,
.cc-windows ul li a:hover,
.cc-windows p a:active,
.cc-windows ul li a:active {
  color: #2f99e0;
}
.cc-windows .item__footer {
  color: #454547;
}
.cc-windows .item__footer a {
  color: #0973ba;
}
.cc-windows .item__footer a:hover,
.cc-windows .item__footer a:active {
  color: #2f99e0;
}
.cc-windows hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-windows.category__footer h2 {
  border: 1px solid #454547;
}
.cc-windows.category__footer a {
  color: #0973ba;
}
.cc-windows.category__footer a:hover,
.cc-windows.category__footer a:focus {
  color: #043759;
}
.item--cc-apple .item__heading {
  color: #454547;
}
.item--cc-apple .item__title {
  color: #0973ba;
}
.item--cc-apple .item__body p a {
  color: #0973ba;
}
.cc-apple {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-apple .category__title {
  color: #454547;
  text-align: left;
  position: relative;
}
.cc-apple .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-apple .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-apple blockquote {
  border-left-color: #cccccc;
}
.cc-apple .item__title a {
  color: #0973ba;
}
.cc-apple .item__title a:hover,
.cc-apple .item__title a:focus {
  color: #043759;
}
.cc-apple p a,
.cc-apple ul li a {
  color: #0973ba;
}
.cc-apple p a:hover,
.cc-apple ul li a:hover,
.cc-apple p a:active,
.cc-apple ul li a:active {
  color: #2f99e0;
}
.cc-apple .item__footer {
  color: #454547;
}
.cc-apple .item__footer a {
  color: #0973ba;
}
.cc-apple .item__footer a:hover,
.cc-apple .item__footer a:active {
  color: #2f99e0;
}
.cc-apple hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-apple.category__footer h2 {
  border: 1px solid #454547;
}
.cc-apple.category__footer a {
  color: #0973ba;
}
.cc-apple.category__footer a:hover,
.cc-apple.category__footer a:focus {
  color: #043759;
}
.item--cc-google .item__heading {
  color: #454547;
}
.item--cc-google .item__title {
  color: #0973ba;
}
.item--cc-google .item__body p a {
  color: #0973ba;
}
.cc-google {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-google .category__title {
  color: #454547;
  text-align: left;
  position: relative;
}
.cc-google .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-google .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-google blockquote {
  border-left-color: #cccccc;
}
.cc-google .item__title a {
  color: #0973ba;
}
.cc-google .item__title a:hover,
.cc-google .item__title a:focus {
  color: #043759;
}
.cc-google p a,
.cc-google ul li a {
  color: #0973ba;
}
.cc-google p a:hover,
.cc-google ul li a:hover,
.cc-google p a:active,
.cc-google ul li a:active {
  color: #2f99e0;
}
.cc-google .item__footer {
  color: #454547;
}
.cc-google .item__footer a {
  color: #0973ba;
}
.cc-google .item__footer a:hover,
.cc-google .item__footer a:active {
  color: #2f99e0;
}
.cc-google hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-google.category__footer h2 {
  border: 1px solid #454547;
}
.cc-google.category__footer a {
  color: #0973ba;
}
.cc-google.category__footer a:hover,
.cc-google.category__footer a:focus {
  color: #043759;
}
.item--cc-tipstricks .item__heading {
  color: #454547;
}
.item--cc-tipstricks .item__title {
  color: #0973ba;
}
.item--cc-tipstricks .item__body p a {
  color: #0973ba;
}
.cc-tipstricks {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-tipstricks .category__title {
  color: #454547;
  text-align: left;
  position: relative;
}
.cc-tipstricks .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-tipstricks .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-tipstricks blockquote {
  border-left-color: #cccccc;
}
.cc-tipstricks .item__title a {
  color: #0973ba;
}
.cc-tipstricks .item__title a:hover,
.cc-tipstricks .item__title a:focus {
  color: #043759;
}
.cc-tipstricks p a,
.cc-tipstricks ul li a {
  color: #0973ba;
}
.cc-tipstricks p a:hover,
.cc-tipstricks ul li a:hover,
.cc-tipstricks p a:active,
.cc-tipstricks ul li a:active {
  color: #2f99e0;
}
.cc-tipstricks .item__footer {
  color: #454547;
}
.cc-tipstricks .item__footer a {
  color: #0973ba;
}
.cc-tipstricks .item__footer a:hover,
.cc-tipstricks .item__footer a:active {
  color: #2f99e0;
}
.cc-tipstricks hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-tipstricks.category__footer h2 {
  border: 1px solid #454547;
}
.cc-tipstricks.category__footer a {
  color: #0973ba;
}
.cc-tipstricks.category__footer a:hover,
.cc-tipstricks.category__footer a:focus {
  color: #043759;
}
.item--cc-usefulinformation .item__heading {
  color: #454547;
}
.item--cc-usefulinformation .item__title {
  color: #0973ba;
}
.item--cc-usefulinformation .item__body p a {
  color: #0973ba;
}
.cc-usefulinformation {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-usefulinformation .category__title {
  color: #454547;
  text-align: left;
  position: relative;
}
.cc-usefulinformation .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-usefulinformation .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-usefulinformation blockquote {
  border-left-color: #cccccc;
}
.cc-usefulinformation .item__title a {
  color: #0973ba;
}
.cc-usefulinformation .item__title a:hover,
.cc-usefulinformation .item__title a:focus {
  color: #043759;
}
.cc-usefulinformation p a,
.cc-usefulinformation ul li a {
  color: #0973ba;
}
.cc-usefulinformation p a:hover,
.cc-usefulinformation ul li a:hover,
.cc-usefulinformation p a:active,
.cc-usefulinformation ul li a:active {
  color: #2f99e0;
}
.cc-usefulinformation .item__footer {
  color: #454547;
}
.cc-usefulinformation .item__footer a {
  color: #0973ba;
}
.cc-usefulinformation .item__footer a:hover,
.cc-usefulinformation .item__footer a:active {
  color: #2f99e0;
}
.cc-usefulinformation hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-usefulinformation.category__footer h2 {
  border: 1px solid #454547;
}
.cc-usefulinformation.category__footer a {
  color: #0973ba;
}
.cc-usefulinformation.category__footer a:hover,
.cc-usefulinformation.category__footer a:focus {
  color: #043759;
}
.item--cc-5gi .item__heading {
  color: #454547;
}
.item--cc-5gi .item__title {
  color: #0973ba;
}
.item--cc-5gi .item__body p a {
  color: #0973ba;
}
.cc-5gi {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-5gi .category__title {
  color: #454547;
  text-align: left;
  position: relative;
}
.cc-5gi .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-5gi .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-5gi blockquote {
  border-left-color: #cccccc;
}
.cc-5gi .item__title a {
  color: #0973ba;
}
.cc-5gi .item__title a:hover,
.cc-5gi .item__title a:focus {
  color: #043759;
}
.cc-5gi p a,
.cc-5gi ul li a {
  color: #0973ba;
}
.cc-5gi p a:hover,
.cc-5gi ul li a:hover,
.cc-5gi p a:active,
.cc-5gi ul li a:active {
  color: #2f99e0;
}
.cc-5gi .item__footer {
  color: #454547;
}
.cc-5gi .item__footer a {
  color: #0973ba;
}
.cc-5gi .item__footer a:hover,
.cc-5gi .item__footer a:active {
  color: #2f99e0;
}
.cc-5gi hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-5gi.category__footer h2 {
  border: 1px solid #454547;
}
.cc-5gi.category__footer a {
  color: #0973ba;
}
.cc-5gi.category__footer a:hover,
.cc-5gi.category__footer a:focus {
  color: #043759;
}
.item--cc-ai .item__heading {
  color: #454547;
}
.item--cc-ai .item__title {
  color: #0973ba;
}
.item--cc-ai .item__body p a {
  color: #0973ba;
}
.cc-ai {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-ai .category__title {
  color: #454547;
  text-align: left;
  position: relative;
}
.cc-ai .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-ai .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-ai blockquote {
  border-left-color: #cccccc;
}
.cc-ai .item__title a {
  color: #0973ba;
}
.cc-ai .item__title a:hover,
.cc-ai .item__title a:focus {
  color: #043759;
}
.cc-ai p a,
.cc-ai ul li a {
  color: #0973ba;
}
.cc-ai p a:hover,
.cc-ai ul li a:hover,
.cc-ai p a:active,
.cc-ai ul li a:active {
  color: #2f99e0;
}
.cc-ai .item__footer {
  color: #454547;
}
.cc-ai .item__footer a {
  color: #0973ba;
}
.cc-ai .item__footer a:hover,
.cc-ai .item__footer a:active {
  color: #2f99e0;
}
.cc-ai hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-ai.category__footer h2 {
  border: 1px solid #454547;
}
.cc-ai.category__footer a {
  color: #0973ba;
}
.cc-ai.category__footer a:hover,
.cc-ai.category__footer a:focus {
  color: #043759;
}
.item--cc-smarthome .item__heading {
  color: #454547;
}
.item--cc-smarthome .item__title {
  color: #0973ba;
}
.item--cc-smarthome .item__body p a {
  color: #0973ba;
}
.cc-smarthome {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-smarthome .category__title {
  color: #454547;
  text-align: left;
  position: relative;
}
.cc-smarthome .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-smarthome .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-smarthome blockquote {
  border-left-color: #cccccc;
}
.cc-smarthome .item__title a {
  color: #0973ba;
}
.cc-smarthome .item__title a:hover,
.cc-smarthome .item__title a:focus {
  color: #043759;
}
.cc-smarthome p a,
.cc-smarthome ul li a {
  color: #0973ba;
}
.cc-smarthome p a:hover,
.cc-smarthome ul li a:hover,
.cc-smarthome p a:active,
.cc-smarthome ul li a:active {
  color: #2f99e0;
}
.cc-smarthome .item__footer {
  color: #454547;
}
.cc-smarthome .item__footer a {
  color: #0973ba;
}
.cc-smarthome .item__footer a:hover,
.cc-smarthome .item__footer a:active {
  color: #2f99e0;
}
.cc-smarthome hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-smarthome.category__footer h2 {
  border: 1px solid #454547;
}
.cc-smarthome.category__footer a {
  color: #0973ba;
}
.cc-smarthome.category__footer a:hover,
.cc-smarthome.category__footer a:focus {
  color: #043759;
}
.item--cc-interestingrandomthings .item__heading {
  color: #454547;
}
.item--cc-interestingrandomthings .item__title {
  color: #0973ba;
}
.item--cc-interestingrandomthings .item__body p a {
  color: #0973ba;
}
.cc-interestingrandomthings {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-interestingrandomthings .category__title {
  color: #454547;
  text-align: left;
  position: relative;
}
.cc-interestingrandomthings .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-interestingrandomthings .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-interestingrandomthings blockquote {
  border-left-color: #cccccc;
}
.cc-interestingrandomthings .item__title a {
  color: #0973ba;
}
.cc-interestingrandomthings .item__title a:hover,
.cc-interestingrandomthings .item__title a:focus {
  color: #043759;
}
.cc-interestingrandomthings p a,
.cc-interestingrandomthings ul li a {
  color: #0973ba;
}
.cc-interestingrandomthings p a:hover,
.cc-interestingrandomthings ul li a:hover,
.cc-interestingrandomthings p a:active,
.cc-interestingrandomthings ul li a:active {
  color: #2f99e0;
}
.cc-interestingrandomthings .item__footer {
  color: #454547;
}
.cc-interestingrandomthings .item__footer a {
  color: #0973ba;
}
.cc-interestingrandomthings .item__footer a:hover,
.cc-interestingrandomthings .item__footer a:active {
  color: #2f99e0;
}
.cc-interestingrandomthings hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-interestingrandomthings.category__footer h2 {
  border: 1px solid #454547;
}
.cc-interestingrandomthings.category__footer a {
  color: #0973ba;
}
.cc-interestingrandomthings.category__footer a:hover,
.cc-interestingrandomthings.category__footer a:focus {
  color: #043759;
}
.item--cc-faq .item__heading {
  color: #454547;
}
.item--cc-faq .item__title {
  color: #0973ba;
}
.item--cc-faq .item__body p a {
  color: #0973ba;
}
.cc-faq {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}
.cc-faq .category__title {
  color: #454547;
  text-align: left;
  position: relative;
}
.cc-faq .category__title img {
  margin-right: 18px;
}
@media (min-width: 978px) {
  .cc-faq .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.cc-faq blockquote {
  border-left-color: #cccccc;
}
.cc-faq .item__title a {
  color: #0973ba;
}
.cc-faq .item__title a:hover,
.cc-faq .item__title a:focus {
  color: #043759;
}
.cc-faq p a,
.cc-faq ul li a {
  color: #0973ba;
}
.cc-faq p a:hover,
.cc-faq ul li a:hover,
.cc-faq p a:active,
.cc-faq ul li a:active {
  color: #2f99e0;
}
.cc-faq .item__footer {
  color: #454547;
}
.cc-faq .item__footer a {
  color: #0973ba;
}
.cc-faq .item__footer a:hover,
.cc-faq .item__footer a:active {
  color: #2f99e0;
}
.cc-faq hr {
  background-color: #cccccc;
  color: #cccccc;
}
.cc-faq.category__footer h2 {
  border: 1px solid #454547;
}
.cc-faq.category__footer a {
  color: #0973ba;
}
.cc-faq.category__footer a:hover,
.cc-faq.category__footer a:focus {
  color: #043759;
}
.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: #0973ba;
  color: #0973ba;
}
@media (max-width: 760px) {
  .issue__pager .active span,
  .pagination .active span {
    color: #6a6f75;
  }
}
.cta--header {
  color: rgba(9, 115, 186, 0.9);
}
.header--withimage .cta--header {
  background-color: rgba(0, 0, 0, 0.05);
}
.cta--header .form-control {
  border: 1px solid #e6e6e6;
  -webkit-background-clip: padding-box;
}
.cta--header .cta-tabs .cta-tabs-title {
  color: rgba(9, 115, 186, 0.6);
}
.cta--header .cta-tabs button {
  color: rgba(9, 115, 186, 0.6);
}
.cta--header .cta-tabs button:hover,
.cta--header .cta-tabs button.active {
  border-top-color: rgba(9, 115, 186, 0.8);
  color: #0973ba;
}
.header--withimage .cta--header .btn {
  background-color: #ffffff;
}
.header--withimage .cta--header .btn:hover,
.header--withimage .cta--header .btn:focus {
  background-color: #f2f2f2;
}
.subscription__resubscribe__btn {
  color: #0973ba;
}
.subscription__resubscribe__btn:hover,
.subscription__resubscribe__btn:focus {
  color: #2f99e0;
}
.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: #0973ba;
}
.sponsorship a:hover,
.sponsorship a:active {
  color: #2f99e0;
}
.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: #ffffff;
  color: #0973ba;
}
.home--noissue body {
  background-color: transparent;
}
.home--noissue .footer {
  background-color: #ffffff;
  color: #0973ba;
}
.home--noissue .footer a {
  color: rgba(9, 115, 186, 0.8);
}
.home--noissue .footer a:hover,
.home--noissue .footer a:active {
  color: #0973ba;
}
.home--noissue .footer .i .recaptcha-terms {
  color: rgba(9, 115, 186, 0.5);
}
.home--noissue .footer .i .recaptcha-terms a {
  color: rgba(9, 115, 186, 0.5);
}
.home--noissue .footer .social a svg {
  fill: rgba(9, 115, 186, 0.8);
}
.home--noissue .footer .social a:hover svg {
  fill: #0973ba;
}
.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;
}
