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

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

/* Default .btn */
/*  */
.btn {
  background-color: #00325e;
  color: #FFFFFF;
}
.btn:hover,
.btn:focus {
  background-color: #265884;
  color: #FFFFFF;
}

/* Header */
.header {
  background-color: #00325e;
  color: #FFFFFF;
}

/* Header with image */
/*  */
.header--withimage .header {
  background-color: transparent;
}

/* This is decided by Curated */
@media (max-width: 760px) {
  .header .navbar-collapse {
    background-color: #252526;
  }
  .header .navbar-collapse a {
    color: rgba(255,255,255,0.8);
  }
  .header .navbar-collapse a:hover,
  .header .navbar-collapse a:active {
    color: #ffffff;
  }
}
.header .navbar-search {
  background-color: #252526;
}

.header .navbar-search-bar {
  background-color: rgba(255,255,255,0.8);
}

.header .navbar-a-search {
  color: rgba(255,255,255,0.8);
}

.header .navbar-toggle .navbar-toggle-bar {
  background-color: rgba(255,255,255,0.8);
}
.header .navbar-toggle:hover .navbar-toggle-bar,
.header .navbar-toggle:active .navbar-toggle-bar {
  background-color: #FFFFFF;
}
/* This is decided by Curated */
/* matches .navbar-collapse a above */
.header .navbar-toggle .icon-cross {
  color: rgba(255,255,255,0.8);
}
.header .navbar-toggle .icon-cross:hover,
.header .navbar-toggle .icon-cross:active {
  color: #ffffff;
}
.header a {
  color: rgba(255,255,255,0.8);
}
.header a:hover,
.header a:active {
  color: #FFFFFF;
}
.header a.navbar-brand {
  color: #FFFFFF;
}

/* Colors for email and search inputs in header */
/*  */
.header .form-control {
  background-color: rgba(255,255,255,0.9);
  color: #000000;
}

/* Placeholder colors */
/*  */
.header ::-moz-placeholder {
  color: #001e38;
}
.header :-ms-input-placeholder {
  color: #001e38;
}
.header ::placeholder {
  color: #001e38;
}

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

  color: #FFFFFF;
}

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

.header .btn:hover,
.btn-primary:hover,
.header .btn:focus,
.btn-primary:focus {
  background-color: #00acda;
  color: #FFFFFF;

}

@media (min-width: 760px) {
  .navbar-search .form-control {
    border: 1px solid #002d55;
    -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 */
/*  */

/* When the item is in .item__list, set divider border top color (archives and search pages) */
/*  */
.item__list .item:before {
  border-top-color: rgba(0,50,94,0.2);
}

.item__heading {
  /* This is .item__heading on search and archives */
  color: #00bff2;
}
.item__footer {
  /* This is .item__footer on search and archives */
  color: rgba(0,50,94,0.7);
}

/* Issue heading */
/*  */
.issue__heading h1 {
  color: #00325e;
}

/* If issue date is displayed along with title <time> gets wrapped in an <i> */
/*  */
.issue__heading h1 i {
  color: rgba(0,50,94,0.7);
}

/* Trello: https://trello.com/c/lEPuvhXO */
/* If secondary font is Garamond, Laila or Merriweather adjust */
/* padding to correct line-height issues with these fonts in lozenge */
/*  */

/* Category styles */
/* Does not effect search/archives alignment */
/*  */
/* Search modifier classes */
/*  */

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

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

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


.cc-issuesynopsis {
  background-color: #FFFFFF;
  color: #00325e;
  text-align: left;
}

.cc-issuesynopsis .category__title {
  color: #454547;
  text-align: center;

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

/* Icons */
/*  */
.cc-issuesynopsis .category__title img {

  /* If title category_header_justification: left give icon some space */
  /*  */
}

/* If header justification: left and header style: both_horizontal | icon_only */
/* place icon off canvas when not on small screen */
/*  */
@media (min-width: 978px) {
  .cc-issuesynopsis .category__title img {
  }
}

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

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

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

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

.cc-issuesynopsis .item__title a {
  color: #00bff2;
}
.cc-issuesynopsis .item__title a:hover,
.cc-issuesynopsis .item__title a:focus {
  color: #0099c2;
}

  /* Embedded link colors */
  /*  */

.cc-issuesynopsis p a,
.cc-issuesynopsis ul li a {
  color: #00bff2;
}
.cc-issuesynopsis p a:hover,
.cc-issuesynopsis p a:active,
.cc-issuesynopsis ul li a:hover,
.cc-issuesynopsis ul li a:active {
  color: #00a2ce;
}

.cc-issuesynopsis .item__footer {
  color: #00325e;
}
.cc-issuesynopsis .item__footer a {
  color: #00bff2;
}
.cc-issuesynopsis .item__footer a:hover,
.cc-issuesynopsis .item__footer a:active {
  color: #00a2ce;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-issuesynopsis.category__footer h2 {
  border: 1px solid #00325e;
}
.cc-issuesynopsis.category__footer a {
  color: #00bff2;
}
.cc-issuesynopsis.category__footer a:hover,
.cc-issuesynopsis.category__footer a:focus {
  color: #0099c2;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-advisormessage {
  background-color: #FFFFFF;
  color: #00325e;
  text-align: left;
}

.cc-advisormessage .category__title {
  color: #454547;
  text-align: center;

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

/* Icons */
/*  */
.cc-advisormessage .category__title img {

  /* If title category_header_justification: left give icon some space */
  /*  */
}

/* If header justification: left and header style: both_horizontal | icon_only */
/* place icon off canvas when not on small screen */
/*  */
@media (min-width: 978px) {
  .cc-advisormessage .category__title img {
  }
}

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

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

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

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

.cc-advisormessage .item__title a {
  color: #00bff2;
}
.cc-advisormessage .item__title a:hover,
.cc-advisormessage .item__title a:focus {
  color: #0099c2;
}

  /* Embedded link colors */
  /*  */

.cc-advisormessage p a,
.cc-advisormessage ul li a {
  color: #00bff2;
}
.cc-advisormessage p a:hover,
.cc-advisormessage p a:active,
.cc-advisormessage ul li a:hover,
.cc-advisormessage ul li a:active {
  color: #00a2ce;
}

.cc-advisormessage .item__footer {
  color: #00325e;
}
.cc-advisormessage .item__footer a {
  color: #00bff2;
}
.cc-advisormessage .item__footer a:hover,
.cc-advisormessage .item__footer a:active {
  color: #00a2ce;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-advisormessage.category__footer h2 {
  border: 1px solid #00325e;
}
.cc-advisormessage.category__footer a {
  color: #00bff2;
}
.cc-advisormessage.category__footer a:hover,
.cc-advisormessage.category__footer a:focus {
  color: #0099c2;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-monthlyupdate {
  background-color: #FFFFFF;
  color: #00325e;
  text-align: left;
}

.cc-monthlyupdate .category__title {
  color: #454547;
  text-align: center;

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

/* Icons */
/*  */
.cc-monthlyupdate .category__title img {

  /* If title category_header_justification: left give icon some space */
  /*  */
}

/* If header justification: left and header style: both_horizontal | icon_only */
/* place icon off canvas when not on small screen */
/*  */
@media (min-width: 978px) {
  .cc-monthlyupdate .category__title img {
  }
}

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

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

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

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

.cc-monthlyupdate .item__title a {
  color: #00bff2;
}
.cc-monthlyupdate .item__title a:hover,
.cc-monthlyupdate .item__title a:focus {
  color: #0099c2;
}

  /* Embedded link colors */
  /*  */

.cc-monthlyupdate p a,
.cc-monthlyupdate ul li a {
  color: #00bff2;
}
.cc-monthlyupdate p a:hover,
.cc-monthlyupdate p a:active,
.cc-monthlyupdate ul li a:hover,
.cc-monthlyupdate ul li a:active {
  color: #00a2ce;
}

.cc-monthlyupdate .item__footer {
  color: #00325e;
}
.cc-monthlyupdate .item__footer a {
  color: #00bff2;
}
.cc-monthlyupdate .item__footer a:hover,
.cc-monthlyupdate .item__footer a:active {
  color: #00a2ce;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-monthlyupdate.category__footer h2 {
  border: 1px solid #00325e;
}
.cc-monthlyupdate.category__footer a {
  color: #00bff2;
}
.cc-monthlyupdate.category__footer a:hover,
.cc-monthlyupdate.category__footer a:focus {
  color: #0099c2;
}
/* Search modifier classes */
/*  */

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

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

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


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

.cc-news .category__title {
  color: #454547;
  text-align: center;

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

/* Icons */
/*  */
.cc-news .category__title img {

  /* If title category_header_justification: left give icon some space */
  /*  */
}

/* If header justification: left and header style: both_horizontal | icon_only */
/* place icon off canvas when not on small screen */
/*  */
@media (min-width: 978px) {
  .cc-news .category__title img {
  }
}

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

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

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

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

.cc-news .item__title a {
  color: #00bff2;
}
.cc-news .item__title a:hover,
.cc-news .item__title a:focus {
  color: #0099c2;
}

  /* Embedded link colors */
  /*  */

.cc-news p a,
.cc-news ul li a {
  color: #00bff2;
}
.cc-news p a:hover,
.cc-news p a:active,
.cc-news ul li a:hover,
.cc-news ul li a:active {
  color: #00a2ce;
}

.cc-news .item__footer {
  color: #00325e;
}
.cc-news .item__footer a {
  color: #00bff2;
}
.cc-news .item__footer a:hover,
.cc-news .item__footer a:active {
  color: #00a2ce;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-news.category__footer h2 {
  border: 1px solid #00325e;
}
.cc-news.category__footer a {
  color: #00bff2;
}
.cc-news.category__footer a:hover,
.cc-news.category__footer a:focus {
  color: #0099c2;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-scamfraudwatch {
  background-color: #FFFFFF;
  color: #00325e;
  text-align: left;
}

.cc-scamfraudwatch .category__title {
  color: #454547;
  text-align: center;

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

/* Icons */
/*  */
.cc-scamfraudwatch .category__title img {

  /* If title category_header_justification: left give icon some space */
  /*  */
    margin-right: 18px;
}

/* If header justification: left and header style: both_horizontal | icon_only */
/* place icon off canvas when not on small screen */
/*  */
@media (min-width: 978px) {
  .cc-scamfraudwatch .category__title img {
  }
}

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

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

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

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

.cc-scamfraudwatch .item__title a {
  color: #00bff2;
}
.cc-scamfraudwatch .item__title a:hover,
.cc-scamfraudwatch .item__title a:focus {
  color: #0099c2;
}

  /* Embedded link colors */
  /*  */

.cc-scamfraudwatch p a,
.cc-scamfraudwatch ul li a {
  color: #00bff2;
}
.cc-scamfraudwatch p a:hover,
.cc-scamfraudwatch p a:active,
.cc-scamfraudwatch ul li a:hover,
.cc-scamfraudwatch ul li a:active {
  color: #00a2ce;
}

.cc-scamfraudwatch .item__footer {
  color: #00325e;
}
.cc-scamfraudwatch .item__footer a {
  color: #00bff2;
}
.cc-scamfraudwatch .item__footer a:hover,
.cc-scamfraudwatch .item__footer a:active {
  color: #00a2ce;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-scamfraudwatch.category__footer h2 {
  border: 1px solid #00325e;
}
.cc-scamfraudwatch.category__footer a {
  color: #00bff2;
}
.cc-scamfraudwatch.category__footer a:hover,
.cc-scamfraudwatch.category__footer a:focus {
  color: #0099c2;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-fiveminutefinance {
  background-color: #FFFFFF;
  color: #00325e;
  text-align: left;
}

.cc-fiveminutefinance .category__title {
  color: #454547;
  text-align: center;

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

/* Icons */
/*  */
.cc-fiveminutefinance .category__title img {

  /* If title category_header_justification: left give icon some space */
  /*  */
}

/* If header justification: left and header style: both_horizontal | icon_only */
/* place icon off canvas when not on small screen */
/*  */
@media (min-width: 978px) {
  .cc-fiveminutefinance .category__title img {
  }
}

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

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

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

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

.cc-fiveminutefinance .item__title a {
  color: #00bff2;
}
.cc-fiveminutefinance .item__title a:hover,
.cc-fiveminutefinance .item__title a:focus {
  color: #0099c2;
}

  /* Embedded link colors */
  /*  */

.cc-fiveminutefinance p a,
.cc-fiveminutefinance ul li a {
  color: #00bff2;
}
.cc-fiveminutefinance p a:hover,
.cc-fiveminutefinance p a:active,
.cc-fiveminutefinance ul li a:hover,
.cc-fiveminutefinance ul li a:active {
  color: #00a2ce;
}

.cc-fiveminutefinance .item__footer {
  color: #00325e;
}
.cc-fiveminutefinance .item__footer a {
  color: #00bff2;
}
.cc-fiveminutefinance .item__footer a:hover,
.cc-fiveminutefinance .item__footer a:active {
  color: #00a2ce;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-fiveminutefinance.category__footer h2 {
  border: 1px solid #00325e;
}
.cc-fiveminutefinance.category__footer a {
  color: #00bff2;
}
.cc-fiveminutefinance.category__footer a:hover,
.cc-fiveminutefinance.category__footer a:focus {
  color: #0099c2;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-planningtipofthemonth {
  background-color: #FFFFFF;
  color: #00325e;
  text-align: left;
}

.cc-planningtipofthemonth .category__title {
  color: #454547;
  text-align: center;

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

/* Icons */
/*  */
.cc-planningtipofthemonth .category__title img {

  /* If title category_header_justification: left give icon some space */
  /*  */
    margin-right: 18px;
}

/* If header justification: left and header style: both_horizontal | icon_only */
/* place icon off canvas when not on small screen */
/*  */
@media (min-width: 978px) {
  .cc-planningtipofthemonth .category__title img {
  }
}

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

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

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

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

.cc-planningtipofthemonth .item__title a {
  color: #00bff2;
}
.cc-planningtipofthemonth .item__title a:hover,
.cc-planningtipofthemonth .item__title a:focus {
  color: #0099c2;
}

  /* Embedded link colors */
  /*  */

.cc-planningtipofthemonth p a,
.cc-planningtipofthemonth ul li a {
  color: #00bff2;
}
.cc-planningtipofthemonth p a:hover,
.cc-planningtipofthemonth p a:active,
.cc-planningtipofthemonth ul li a:hover,
.cc-planningtipofthemonth ul li a:active {
  color: #00a2ce;
}

.cc-planningtipofthemonth .item__footer {
  color: #00325e;
}
.cc-planningtipofthemonth .item__footer a {
  color: #00bff2;
}
.cc-planningtipofthemonth .item__footer a:hover,
.cc-planningtipofthemonth .item__footer a:active {
  color: #00a2ce;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-planningtipofthemonth.category__footer h2 {
  border: 1px solid #00325e;
}
.cc-planningtipofthemonth.category__footer a {
  color: #00bff2;
}
.cc-planningtipofthemonth.category__footer a:hover,
.cc-planningtipofthemonth.category__footer a:focus {
  color: #0099c2;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-personalfinance {
  background-color: #FFFFFF;
  color: #00325e;
  text-align: left;
}

.cc-personalfinance .category__title {
  color: #454547;
  text-align: center;

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

/* Icons */
/*  */
.cc-personalfinance .category__title img {

  /* If title category_header_justification: left give icon some space */
  /*  */
    margin-right: 18px;
}

/* If header justification: left and header style: both_horizontal | icon_only */
/* place icon off canvas when not on small screen */
/*  */
@media (min-width: 978px) {
  .cc-personalfinance .category__title img {
  }
}

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

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

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

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

.cc-personalfinance .item__title a {
  color: #00bff2;
}
.cc-personalfinance .item__title a:hover,
.cc-personalfinance .item__title a:focus {
  color: #0099c2;
}

  /* Embedded link colors */
  /*  */

.cc-personalfinance p a,
.cc-personalfinance ul li a {
  color: #00bff2;
}
.cc-personalfinance p a:hover,
.cc-personalfinance p a:active,
.cc-personalfinance ul li a:hover,
.cc-personalfinance ul li a:active {
  color: #00a2ce;
}

.cc-personalfinance .item__footer {
  color: #00325e;
}
.cc-personalfinance .item__footer a {
  color: #00bff2;
}
.cc-personalfinance .item__footer a:hover,
.cc-personalfinance .item__footer a:active {
  color: #00a2ce;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-personalfinance.category__footer h2 {
  border: 1px solid #00325e;
}
.cc-personalfinance.category__footer a {
  color: #00bff2;
}
.cc-personalfinance.category__footer a:hover,
.cc-personalfinance.category__footer a:focus {
  color: #0099c2;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-businessfinance {
  background-color: #FFFFFF;
  color: #00325e;
  text-align: left;
}

.cc-businessfinance .category__title {
  color: #454547;
  text-align: center;

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

/* Icons */
/*  */
.cc-businessfinance .category__title img {

  /* If title category_header_justification: left give icon some space */
  /*  */
    margin-right: 18px;
}

/* If header justification: left and header style: both_horizontal | icon_only */
/* place icon off canvas when not on small screen */
/*  */
@media (min-width: 978px) {
  .cc-businessfinance .category__title img {
  }
}

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

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

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

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

.cc-businessfinance .item__title a {
  color: #00bff2;
}
.cc-businessfinance .item__title a:hover,
.cc-businessfinance .item__title a:focus {
  color: #0099c2;
}

  /* Embedded link colors */
  /*  */

.cc-businessfinance p a,
.cc-businessfinance ul li a {
  color: #00bff2;
}
.cc-businessfinance p a:hover,
.cc-businessfinance p a:active,
.cc-businessfinance ul li a:hover,
.cc-businessfinance ul li a:active {
  color: #00a2ce;
}

.cc-businessfinance .item__footer {
  color: #00325e;
}
.cc-businessfinance .item__footer a {
  color: #00bff2;
}
.cc-businessfinance .item__footer a:hover,
.cc-businessfinance .item__footer a:active {
  color: #00a2ce;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-businessfinance.category__footer h2 {
  border: 1px solid #00325e;
}
.cc-businessfinance.category__footer a {
  color: #00bff2;
}
.cc-businessfinance.category__footer a:hover,
.cc-businessfinance.category__footer a:focus {
  color: #0099c2;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-well-being {
  background-color: #FFFFFF;
  color: #00325e;
  text-align: left;
}

.cc-well-being .category__title {
  color: #454547;
  text-align: center;

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

/* Icons */
/*  */
.cc-well-being .category__title img {

  /* If title category_header_justification: left give icon some space */
  /*  */
    margin-right: 18px;
}

/* If header justification: left and header style: both_horizontal | icon_only */
/* place icon off canvas when not on small screen */
/*  */
@media (min-width: 978px) {
  .cc-well-being .category__title img {
  }
}

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

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

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

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

.cc-well-being .item__title a {
  color: #00bff2;
}
.cc-well-being .item__title a:hover,
.cc-well-being .item__title a:focus {
  color: #0099c2;
}

  /* Embedded link colors */
  /*  */

.cc-well-being p a,
.cc-well-being ul li a {
  color: #00bff2;
}
.cc-well-being p a:hover,
.cc-well-being p a:active,
.cc-well-being ul li a:hover,
.cc-well-being ul li a:active {
  color: #00a2ce;
}

.cc-well-being .item__footer {
  color: #00325e;
}
.cc-well-being .item__footer a {
  color: #00bff2;
}
.cc-well-being .item__footer a:hover,
.cc-well-being .item__footer a:active {
  color: #00a2ce;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-well-being.category__footer h2 {
  border: 1px solid #00325e;
}
.cc-well-being.category__footer a {
  color: #00bff2;
}
.cc-well-being.category__footer a:hover,
.cc-well-being.category__footer a:focus {
  color: #0099c2;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-technologyhelp {
  background-color: #FFFFFF;
  color: #00325e;
  text-align: left;
}

.cc-technologyhelp .category__title {
  color: #454547;
  text-align: center;

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

/* Icons */
/*  */
.cc-technologyhelp .category__title img {

  /* If title category_header_justification: left give icon some space */
  /*  */
    margin-right: 18px;
}

/* If header justification: left and header style: both_horizontal | icon_only */
/* place icon off canvas when not on small screen */
/*  */
@media (min-width: 978px) {
  .cc-technologyhelp .category__title img {
  }
}

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

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

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

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

.cc-technologyhelp .item__title a {
  color: #00bff2;
}
.cc-technologyhelp .item__title a:hover,
.cc-technologyhelp .item__title a:focus {
  color: #0099c2;
}

  /* Embedded link colors */
  /*  */

.cc-technologyhelp p a,
.cc-technologyhelp ul li a {
  color: #00bff2;
}
.cc-technologyhelp p a:hover,
.cc-technologyhelp p a:active,
.cc-technologyhelp ul li a:hover,
.cc-technologyhelp ul li a:active {
  color: #00a2ce;
}

.cc-technologyhelp .item__footer {
  color: #00325e;
}
.cc-technologyhelp .item__footer a {
  color: #00bff2;
}
.cc-technologyhelp .item__footer a:hover,
.cc-technologyhelp .item__footer a:active {
  color: #00a2ce;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-technologyhelp.category__footer h2 {
  border: 1px solid #00325e;
}
.cc-technologyhelp.category__footer a {
  color: #00bff2;
}
.cc-technologyhelp.category__footer a:hover,
.cc-technologyhelp.category__footer a:focus {
  color: #0099c2;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-chartofthemonth {
  background-color: #FFFFFF;
  color: #00325e;
  text-align: left;
}

.cc-chartofthemonth .category__title {
  color: #454547;
  text-align: center;

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

/* Icons */
/*  */
.cc-chartofthemonth .category__title img {

  /* If title category_header_justification: left give icon some space */
  /*  */
    margin-right: 18px;
}

/* If header justification: left and header style: both_horizontal | icon_only */
/* place icon off canvas when not on small screen */
/*  */
@media (min-width: 978px) {
  .cc-chartofthemonth .category__title img {
  }
}

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

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

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

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

.cc-chartofthemonth .item__title a {
  color: #00bff2;
}
.cc-chartofthemonth .item__title a:hover,
.cc-chartofthemonth .item__title a:focus {
  color: #0099c2;
}

  /* Embedded link colors */
  /*  */

.cc-chartofthemonth p a,
.cc-chartofthemonth ul li a {
  color: #00bff2;
}
.cc-chartofthemonth p a:hover,
.cc-chartofthemonth p a:active,
.cc-chartofthemonth ul li a:hover,
.cc-chartofthemonth ul li a:active {
  color: #00a2ce;
}

.cc-chartofthemonth .item__footer {
  color: #00325e;
}
.cc-chartofthemonth .item__footer a {
  color: #00bff2;
}
.cc-chartofthemonth .item__footer a:hover,
.cc-chartofthemonth .item__footer a:active {
  color: #00a2ce;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-chartofthemonth.category__footer h2 {
  border: 1px solid #00325e;
}
.cc-chartofthemonth.category__footer a {
  color: #00bff2;
}
.cc-chartofthemonth.category__footer a:hover,
.cc-chartofthemonth.category__footer a:focus {
  color: #0099c2;
}

/* Issue pager and pagination */
/*  */
.issue__pager,
.pagination {
  color: #00325e;
}

.issue__pager li > a,
.issue__pager li > span,
.pagination li > a,
.pagination li > span {
  border-color: #454547;
}

.issue__pager li a:hover,
.issue__pager li a:focus,
.pagination li a:hover,
.pagination li a:focus {
  border-color: rgba(0,50,94,0.4);
}

.issue__pager li .icon,
.pagination li .icon {
  color: #A1A8B2;
}
.issue__pager .active a,
.issue__pager .active span,
.pagination .active a,
.pagination .active span {
  border-color: #00bff2;
  color: #00bff2;
}

/* When on mobile, don't highlight active as this acts as summary */
/*  */
@media (max-width: 760px) {
  .issue__pager .active span,
  .pagination .active span {
    color: #6a6f75;
  }
}


/* Call to actions in the header colors */
/*  */
.cta--header {
  color: rgba(255,255,255,0.9);
}

/* Header with image */
/*  */
.header--withimage .cta--header {
  /* From two possible background colors (black at 40%, black at 5%), choose */
  /* the one that has most contrast with the publication header text color. */
  background-color: rgba(0,0,0,0.4);
}

/* Style input with border when flat color */
/*  */
.cta--header .form-control {
  border: 1px solid #002d55;
  -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: #00bff2;
}
.header--withimage .cta--header .btn:hover,
.header--withimage .cta--header .btn:focus {
  background-color: #00b5e6;
}


/* Subscription pages */
/*  */
.subscription__resubscribe__btn {
  color: #00bff2;
}
.subscription__resubscribe__btn:hover,
.subscription__resubscribe__btn:focus {
  color: #00a2ce;
}


/* Pages */
/*  */
.page h2:before {
  border-top-color: rgba(0,50,94,0.7);
}
.page__header {
  color: rgba(0,50,94,0.7);
}
.page__header b,
.page__header strong {
  color: rgba(0,40,75,0.7);
}
.page .terms--custom {
  border-top: 1px solid rgba(0,50,94,0.7);
}

/* Sponsorship pages */
/*  */
.sponsorship a {
  color: #00bff2;
}
.sponsorship a:hover,
.sponsorship a:active {
  color: #00a2ce;
}

.sponsorship__quicklinks {
  color: rgba(0,50,94,0.7);
}
.sponsorship__quicklinks a {
  color: rgba(0,50,94,0.7);
}
.sponsorship__quicklinks a:hover,
.sponsorship__quicklinks a:active {
  color: #002d55;
}

.sponsorship__nextavailable.with_divider:before {
  border-top-color: rgba(0,50,94,0.6);
}
.sponsorship__nextavailable h4 {
  color: rgba(0,50,94,0.7);
}
.sponsorship__nextavailable a {
  color: rgba(183,206,60,0.7);
}
.sponsorship__nextavailable a:hover,
.sponsorship__nextavailable a:active {
  color: #a5b936;
}

.sponsorship__pricing {
  background-color: #f0f5fa;
  color: #00325e;
}
.sponsorship__pricing .btn {
  background-color: #B7CE3C;
  color: #FFFFFF;
}
.sponsorship__pricing .btn:hover,
.sponsorship__pricing .btn:focus {
  background-color: #a5b936;
  color: #FFFFFF;
}

.sponsorship__availability h2 {
  color: rgba(0,50,94,0.7);
}

.sponsorship__availability section + section:before {
  border-top-color: rgba(0,50,94,0.6);
}

.sponsorship__availability .dates li {
  background-color: #f0f5fa;
  color: #00325e;
}

.sponsorship__availability .dates p {
  border-bottom-color: rgba(69,69,71,0.2);
}

.sponsorship__availability .booked p {
  color: #9C9C9C;
}
.sponsorship__availability .booked .booknow span {
  background-color: #9C9C9C;
  color: #FFFFFF;
}

.sponsorship__availability .tentative p {
  color: #FB8A35;
}
.sponsorship__availability .tentative .booknow span {
  background-color: #FB8A35;
  color: #FFFFFF;
}

.sponsorship__availability .available p {
  color: #B7CE3C;
}
.sponsorship__availability .available .booknow a {
  background-color: #B7CE3C;
  color: #FFFFFF;
}
.sponsorship__availability .available .booknow a:hover,
.sponsorship__availability .available .booknow a:focus {
  background-color: #a5b936;
}

.sponsorship__availability__info .tentative {
  color: #FB8A35;
}
.sponsorship__availability__info a {
  color: #B7CE3C;
}
.sponsorship__availability__info a:hover,
.sponsorship__availability__info a:focus {
  color: #a5b936;
}

.sponsorship__details {
  background-color: #f0f5fa;
  color: #00325e;
}

.sponsorship__previous li {
  border-top-color: rgba(69,69,71,0.1);
}
@media (min-width: 760px) {
  .sponsorship__previous li {
    border-color: rgba(69,69,71,0.1);
  }
}

.sponsorship__inquiry h3 {
  border-bottom-color: rgba(69,69,71,0.2);
}

/* Home page no issue overwrites */
/*  */
.home--noissue {
  background-color: #00325e;
  color: #FFFFFF;
}
.home--noissue body {
  background-color: transparent;
}
.home--noissue .footer {
  background-color: #00325e;
  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 page no issue overwrites with image */
/* ### HARDCODED: to be adjusted when implemented into theme */
/*  */
.home--noissue.header--withimage {
  background-attachment: fixed;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url();
}
@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;
}
