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

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

/* Default .btn */
/*  */
.btn {
  background-color: #fe7500;
  color: #ffffff;
}
.btn:hover,
.btn:focus {
  background-color: #d86300;
  color: #ffffff;
}

/* Header */
.header {
  background-color: #fe7500;
  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: #984600;
}
.header :-ms-input-placeholder {
  color: #984600;
}
.header ::placeholder {
  color: #984600;
}

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

  color: #FFFFFF;
}

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

.header .btn:hover,
.btn-primary:hover,
.header .btn:focus,
.btn-primary:focus {
  background-color: #0e4a5b;
  color: #FFFFFF;

}


.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(16,82,101,0.2);
}

.item__heading {
  /* This is .item__heading on search and archives */
  color: #ee730b;
}
.item__footer {
  /* This is .item__footer on search and archives */
  color: rgba(16,82,101,0.7);
}

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

/* If issue date is displayed along with title <time> gets wrapped in an <i> */
/*  */
.issue__heading h1 i {
  color: rgba(16,82,101,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-aicpanews .item__heading {
  color: #454547;
}

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

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


.cc-aicpanews {
  background-color: #FFFFFF;
  color: #105265;
  text-align: left;
}

.cc-aicpanews .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-aicpanews .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-aicpanews .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

  /* 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-aicpanews blockquote {
  border-left-color: #cccccc;
}

.cc-aicpanews .item__title a {
  color: #ee730b;
}
.cc-aicpanews .item__title a:hover,
.cc-aicpanews .item__title a:focus {
  color: #be5c09;
}

  /* Embedded link colors */
  /*  */

.cc-aicpanews p a,
.cc-aicpanews ul li a {
  color: #ee730b;
}
.cc-aicpanews p a:hover,
.cc-aicpanews p a:active,
.cc-aicpanews ul li a:hover,
.cc-aicpanews ul li a:active {
  color: #ca6209;
}

.cc-aicpanews .item__footer {
  color: #105265;
}
.cc-aicpanews .item__footer a {
  color: #ee730b;
}
.cc-aicpanews .item__footer a:hover,
.cc-aicpanews .item__footer a:active {
  color: #ca6209;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-aicpanews.category__footer h2 {
  border: 1px solid #105265;
}
.cc-aicpanews.category__footer a {
  color: #ee730b;
}
.cc-aicpanews.category__footer a:hover,
.cc-aicpanews.category__footer a:focus {
  color: #be5c09;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-cannaabis {
  background-color: #FFFFFF;
  color: #105265;
  text-align: left;
}

.cc-cannaabis .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-cannaabis .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-cannaabis .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

  /* 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-cannaabis blockquote {
  border-left-color: #cccccc;
}

.cc-cannaabis .item__title a {
  color: #ee730b;
}
.cc-cannaabis .item__title a:hover,
.cc-cannaabis .item__title a:focus {
  color: #be5c09;
}

  /* Embedded link colors */
  /*  */

.cc-cannaabis p a,
.cc-cannaabis ul li a {
  color: #ee730b;
}
.cc-cannaabis p a:hover,
.cc-cannaabis p a:active,
.cc-cannaabis ul li a:hover,
.cc-cannaabis ul li a:active {
  color: #ca6209;
}

.cc-cannaabis .item__footer {
  color: #105265;
}
.cc-cannaabis .item__footer a {
  color: #ee730b;
}
.cc-cannaabis .item__footer a:hover,
.cc-cannaabis .item__footer a:active {
  color: #ca6209;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-cannaabis.category__footer h2 {
  border: 1px solid #105265;
}
.cc-cannaabis.category__footer a {
  color: #ee730b;
}
.cc-cannaabis.category__footer a:hover,
.cc-cannaabis.category__footer a:focus {
  color: #be5c09;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-coronavirus {
  background-color: #FFFFFF;
  color: #105265;
  text-align: left;
}

.cc-coronavirus .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-coronavirus .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-coronavirus .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

  /* 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-coronavirus blockquote {
  border-left-color: #cccccc;
}

.cc-coronavirus .item__title a {
  color: #ee730b;
}
.cc-coronavirus .item__title a:hover,
.cc-coronavirus .item__title a:focus {
  color: #be5c09;
}

  /* Embedded link colors */
  /*  */

.cc-coronavirus p a,
.cc-coronavirus ul li a {
  color: #ee730b;
}
.cc-coronavirus p a:hover,
.cc-coronavirus p a:active,
.cc-coronavirus ul li a:hover,
.cc-coronavirus ul li a:active {
  color: #ca6209;
}

.cc-coronavirus .item__footer {
  color: #105265;
}
.cc-coronavirus .item__footer a {
  color: #ee730b;
}
.cc-coronavirus .item__footer a:hover,
.cc-coronavirus .item__footer a:active {
  color: #ca6209;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-coronavirus.category__footer h2 {
  border: 1px solid #105265;
}
.cc-coronavirus.category__footer a {
  color: #ee730b;
}
.cc-coronavirus.category__footer a:hover,
.cc-coronavirus.category__footer a:focus {
  color: #be5c09;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-ficpanews {
  background-color: #FFFFFF;
  color: #105265;
  text-align: left;
}

.cc-ficpanews .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-ficpanews .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-ficpanews .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

  /* 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-ficpanews blockquote {
  border-left-color: #cccccc;
}

.cc-ficpanews .item__title a {
  color: #ee730b;
}
.cc-ficpanews .item__title a:hover,
.cc-ficpanews .item__title a:focus {
  color: #be5c09;
}

  /* Embedded link colors */
  /*  */

.cc-ficpanews p a,
.cc-ficpanews ul li a {
  color: #ee730b;
}
.cc-ficpanews p a:hover,
.cc-ficpanews p a:active,
.cc-ficpanews ul li a:hover,
.cc-ficpanews ul li a:active {
  color: #ca6209;
}

.cc-ficpanews .item__footer {
  color: #105265;
}
.cc-ficpanews .item__footer a {
  color: #ee730b;
}
.cc-ficpanews .item__footer a:hover,
.cc-ficpanews .item__footer a:active {
  color: #ca6209;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-ficpanews.category__footer h2 {
  border: 1px solid #105265;
}
.cc-ficpanews.category__footer a {
  color: #ee730b;
}
.cc-ficpanews.category__footer a:hover,
.cc-ficpanews.category__footer a:focus {
  color: #be5c09;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-irs-collections {
  background-color: #FFFFFF;
  color: #105265;
  text-align: left;
}

.cc-irs-collections .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-irs-collections .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-irs-collections .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

  /* 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-irs-collections blockquote {
  border-left-color: #cccccc;
}

.cc-irs-collections .item__title a {
  color: #ee730b;
}
.cc-irs-collections .item__title a:hover,
.cc-irs-collections .item__title a:focus {
  color: #be5c09;
}

  /* Embedded link colors */
  /*  */

.cc-irs-collections p a,
.cc-irs-collections ul li a {
  color: #ee730b;
}
.cc-irs-collections p a:hover,
.cc-irs-collections p a:active,
.cc-irs-collections ul li a:hover,
.cc-irs-collections ul li a:active {
  color: #ca6209;
}

.cc-irs-collections .item__footer {
  color: #105265;
}
.cc-irs-collections .item__footer a {
  color: #ee730b;
}
.cc-irs-collections .item__footer a:hover,
.cc-irs-collections .item__footer a:active {
  color: #ca6209;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-irs-collections.category__footer h2 {
  border: 1px solid #105265;
}
.cc-irs-collections.category__footer a {
  color: #ee730b;
}
.cc-irs-collections.category__footer a:hover,
.cc-irs-collections.category__footer a:focus {
  color: #be5c09;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-irs-news {
  background-color: #FFFFFF;
  color: #105265;
  text-align: left;
}

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

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

/* Icons */
/*  */
.cc-irs-news .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-irs-news .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

  /* 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-irs-news blockquote {
  border-left-color: #cccccc;
}

.cc-irs-news .item__title a {
  color: #ee730b;
}
.cc-irs-news .item__title a:hover,
.cc-irs-news .item__title a:focus {
  color: #be5c09;
}

  /* Embedded link colors */
  /*  */

.cc-irs-news p a,
.cc-irs-news ul li a {
  color: #ee730b;
}
.cc-irs-news p a:hover,
.cc-irs-news p a:active,
.cc-irs-news ul li a:hover,
.cc-irs-news ul li a:active {
  color: #ca6209;
}

.cc-irs-news .item__footer {
  color: #105265;
}
.cc-irs-news .item__footer a {
  color: #ee730b;
}
.cc-irs-news .item__footer a:hover,
.cc-irs-news .item__footer a:active {
  color: #ca6209;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-irs-news.category__footer h2 {
  border: 1px solid #105265;
}
.cc-irs-news.category__footer a {
  color: #ee730b;
}
.cc-irs-news.category__footer a:hover,
.cc-irs-news.category__footer a:focus {
  color: #be5c09;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-keithjonescpanewsletter {
  background-color: #FFFFFF;
  color: #105265;
  text-align: left;
}

.cc-keithjonescpanewsletter .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-keithjonescpanewsletter .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-keithjonescpanewsletter .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

  /* 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-keithjonescpanewsletter blockquote {
  border-left-color: #cccccc;
}

.cc-keithjonescpanewsletter .item__title a {
  color: #ee730b;
}
.cc-keithjonescpanewsletter .item__title a:hover,
.cc-keithjonescpanewsletter .item__title a:focus {
  color: #be5c09;
}

  /* Embedded link colors */
  /*  */

.cc-keithjonescpanewsletter p a,
.cc-keithjonescpanewsletter ul li a {
  color: #ee730b;
}
.cc-keithjonescpanewsletter p a:hover,
.cc-keithjonescpanewsletter p a:active,
.cc-keithjonescpanewsletter ul li a:hover,
.cc-keithjonescpanewsletter ul li a:active {
  color: #ca6209;
}

.cc-keithjonescpanewsletter .item__footer {
  color: #105265;
}
.cc-keithjonescpanewsletter .item__footer a {
  color: #ee730b;
}
.cc-keithjonescpanewsletter .item__footer a:hover,
.cc-keithjonescpanewsletter .item__footer a:active {
  color: #ca6209;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-keithjonescpanewsletter.category__footer h2 {
  border: 1px solid #105265;
}
.cc-keithjonescpanewsletter.category__footer a {
  color: #ee730b;
}
.cc-keithjonescpanewsletter.category__footer a:hover,
.cc-keithjonescpanewsletter.category__footer a:focus {
  color: #be5c09;
}
/* Search modifier classes */
/*  */

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

/* For each category we have an .item__title modifier class, used on the search results */
.item--cc-national-taxpayer-advocate .item__title {
  color: #ee730b;
}

/* Modifier used in search to show the embedded links in the correct color. */
.item--cc-national-taxpayer-advocate .item__body p a {
  color: #ee730b;
}


.cc-national-taxpayer-advocate {
  background-color: #FFFFFF;
  color: #105265;
  text-align: left;
}

.cc-national-taxpayer-advocate .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-national-taxpayer-advocate .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-national-taxpayer-advocate .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

  /* 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-national-taxpayer-advocate blockquote {
  border-left-color: #cccccc;
}

.cc-national-taxpayer-advocate .item__title a {
  color: #ee730b;
}
.cc-national-taxpayer-advocate .item__title a:hover,
.cc-national-taxpayer-advocate .item__title a:focus {
  color: #be5c09;
}

  /* Embedded link colors */
  /*  */

.cc-national-taxpayer-advocate p a,
.cc-national-taxpayer-advocate ul li a {
  color: #ee730b;
}
.cc-national-taxpayer-advocate p a:hover,
.cc-national-taxpayer-advocate p a:active,
.cc-national-taxpayer-advocate ul li a:hover,
.cc-national-taxpayer-advocate ul li a:active {
  color: #ca6209;
}

.cc-national-taxpayer-advocate .item__footer {
  color: #105265;
}
.cc-national-taxpayer-advocate .item__footer a {
  color: #ee730b;
}
.cc-national-taxpayer-advocate .item__footer a:hover,
.cc-national-taxpayer-advocate .item__footer a:active {
  color: #ca6209;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-national-taxpayer-advocate.category__footer h2 {
  border: 1px solid #105265;
}
.cc-national-taxpayer-advocate.category__footer a {
  color: #ee730b;
}
.cc-national-taxpayer-advocate.category__footer a:hover,
.cc-national-taxpayer-advocate.category__footer a:focus {
  color: #be5c09;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-retirement {
  background-color: #FFFFFF;
  color: #105265;
  text-align: left;
}

.cc-retirement .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-retirement .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-retirement .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

  /* 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-retirement blockquote {
  border-left-color: #cccccc;
}

.cc-retirement .item__title a {
  color: #ee730b;
}
.cc-retirement .item__title a:hover,
.cc-retirement .item__title a:focus {
  color: #be5c09;
}

  /* Embedded link colors */
  /*  */

.cc-retirement p a,
.cc-retirement ul li a {
  color: #ee730b;
}
.cc-retirement p a:hover,
.cc-retirement p a:active,
.cc-retirement ul li a:hover,
.cc-retirement ul li a:active {
  color: #ca6209;
}

.cc-retirement .item__footer {
  color: #105265;
}
.cc-retirement .item__footer a {
  color: #ee730b;
}
.cc-retirement .item__footer a:hover,
.cc-retirement .item__footer a:active {
  color: #ca6209;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-retirement.category__footer h2 {
  border: 1px solid #105265;
}
.cc-retirement.category__footer a {
  color: #ee730b;
}
.cc-retirement.category__footer a:hover,
.cc-retirement.category__footer a:focus {
  color: #be5c09;
}
/* 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: #fe7500;
}

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

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


.cc-news {
  background-color: #FFFFFF;
  color: #1c1a1a;
  text-align: left;
}

.cc-news .category__title {
  color: #fe7500;
  text-align: left;

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

/* Icons */
/*  */
.cc-news .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-news .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

  /* 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: #ee730b;
}
.cc-news .item__title a:hover,
.cc-news .item__title a:focus {
  color: #be5c09;
}

  /* Embedded link colors */
  /*  */

.cc-news p a,
.cc-news ul li a {
  color: #ee730b;
}
.cc-news p a:hover,
.cc-news p a:active,
.cc-news ul li a:hover,
.cc-news ul li a:active {
  color: #ca6209;
}

.cc-news .item__footer {
  color: #1c1a1a;
}
.cc-news .item__footer a {
  color: #ee730b;
}
.cc-news .item__footer a:hover,
.cc-news .item__footer a:active {
  color: #ca6209;
}


  /* 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 #1c1a1a;
}
.cc-news.category__footer a {
  color: #ee730b;
}
.cc-news.category__footer a:hover,
.cc-news.category__footer a:focus {
  color: #be5c09;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-politics {
  background-color: #FFFFFF;
  color: #105265;
  text-align: left;
}

.cc-politics .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-politics .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-politics .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

  /* 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-politics blockquote {
  border-left-color: #cccccc;
}

.cc-politics .item__title a {
  color: #ee730b;
}
.cc-politics .item__title a:hover,
.cc-politics .item__title a:focus {
  color: #be5c09;
}

  /* Embedded link colors */
  /*  */

.cc-politics p a,
.cc-politics ul li a {
  color: #ee730b;
}
.cc-politics p a:hover,
.cc-politics p a:active,
.cc-politics ul li a:hover,
.cc-politics ul li a:active {
  color: #ca6209;
}

.cc-politics .item__footer {
  color: #105265;
}
.cc-politics .item__footer a {
  color: #ee730b;
}
.cc-politics .item__footer a:hover,
.cc-politics .item__footer a:active {
  color: #ca6209;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-politics.category__footer h2 {
  border: 1px solid #105265;
}
.cc-politics.category__footer a {
  color: #ee730b;
}
.cc-politics.category__footer a:hover,
.cc-politics.category__footer a:focus {
  color: #be5c09;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-sports {
  background-color: #FFFFFF;
  color: #105265;
  text-align: left;
}

.cc-sports .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-sports .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-sports .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

  /* 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-sports blockquote {
  border-left-color: #cccccc;
}

.cc-sports .item__title a {
  color: #ee730b;
}
.cc-sports .item__title a:hover,
.cc-sports .item__title a:focus {
  color: #be5c09;
}

  /* Embedded link colors */
  /*  */

.cc-sports p a,
.cc-sports ul li a {
  color: #ee730b;
}
.cc-sports p a:hover,
.cc-sports p a:active,
.cc-sports ul li a:hover,
.cc-sports ul li a:active {
  color: #ca6209;
}

.cc-sports .item__footer {
  color: #105265;
}
.cc-sports .item__footer a {
  color: #ee730b;
}
.cc-sports .item__footer a:hover,
.cc-sports .item__footer a:active {
  color: #ca6209;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-sports.category__footer h2 {
  border: 1px solid #105265;
}
.cc-sports.category__footer a {
  color: #ee730b;
}
.cc-sports.category__footer a:hover,
.cc-sports.category__footer a:focus {
  color: #be5c09;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-tax {
  background-color: #FFFFFF;
  color: #105265;
  text-align: left;
}

.cc-tax .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-tax .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-tax .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

  /* 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-tax blockquote {
  border-left-color: #cccccc;
}

.cc-tax .item__title a {
  color: #ee730b;
}
.cc-tax .item__title a:hover,
.cc-tax .item__title a:focus {
  color: #be5c09;
}

  /* Embedded link colors */
  /*  */

.cc-tax p a,
.cc-tax ul li a {
  color: #ee730b;
}
.cc-tax p a:hover,
.cc-tax p a:active,
.cc-tax ul li a:hover,
.cc-tax ul li a:active {
  color: #ca6209;
}

.cc-tax .item__footer {
  color: #105265;
}
.cc-tax .item__footer a {
  color: #ee730b;
}
.cc-tax .item__footer a:hover,
.cc-tax .item__footer a:active {
  color: #ca6209;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-tax.category__footer h2 {
  border: 1px solid #105265;
}
.cc-tax.category__footer a {
  color: #ee730b;
}
.cc-tax.category__footer a:hover,
.cc-tax.category__footer a:focus {
  color: #be5c09;
}
/* Search modifier classes */
/*  */

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

/* For each category we have an .item__title modifier class, used on the search results */
.item--cc-tax-help-videos .item__title {
  color: #ee730b;
}

/* Modifier used in search to show the embedded links in the correct color. */
.item--cc-tax-help-videos .item__body p a {
  color: #ee730b;
}


.cc-tax-help-videos {
  background-color: #FFFFFF;
  color: #105265;
  text-align: left;
}

.cc-tax-help-videos .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-tax-help-videos .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-tax-help-videos .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

  /* 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-tax-help-videos blockquote {
  border-left-color: #cccccc;
}

.cc-tax-help-videos .item__title a {
  color: #ee730b;
}
.cc-tax-help-videos .item__title a:hover,
.cc-tax-help-videos .item__title a:focus {
  color: #be5c09;
}

  /* Embedded link colors */
  /*  */

.cc-tax-help-videos p a,
.cc-tax-help-videos ul li a {
  color: #ee730b;
}
.cc-tax-help-videos p a:hover,
.cc-tax-help-videos p a:active,
.cc-tax-help-videos ul li a:hover,
.cc-tax-help-videos ul li a:active {
  color: #ca6209;
}

.cc-tax-help-videos .item__footer {
  color: #105265;
}
.cc-tax-help-videos .item__footer a {
  color: #ee730b;
}
.cc-tax-help-videos .item__footer a:hover,
.cc-tax-help-videos .item__footer a:active {
  color: #ca6209;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-tax-help-videos.category__footer h2 {
  border: 1px solid #105265;
}
.cc-tax-help-videos.category__footer a {
  color: #ee730b;
}
.cc-tax-help-videos.category__footer a:hover,
.cc-tax-help-videos.category__footer a:focus {
  color: #be5c09;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-tax-news {
  background-color: #FFFFFF;
  color: #105265;
  text-align: left;
}

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

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

/* Icons */
/*  */
.cc-tax-news .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-tax-news .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

  /* 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-tax-news blockquote {
  border-left-color: #cccccc;
}

.cc-tax-news .item__title a {
  color: #ee730b;
}
.cc-tax-news .item__title a:hover,
.cc-tax-news .item__title a:focus {
  color: #be5c09;
}

  /* Embedded link colors */
  /*  */

.cc-tax-news p a,
.cc-tax-news ul li a {
  color: #ee730b;
}
.cc-tax-news p a:hover,
.cc-tax-news p a:active,
.cc-tax-news ul li a:hover,
.cc-tax-news ul li a:active {
  color: #ca6209;
}

.cc-tax-news .item__footer {
  color: #105265;
}
.cc-tax-news .item__footer a {
  color: #ee730b;
}
.cc-tax-news .item__footer a:hover,
.cc-tax-news .item__footer a:active {
  color: #ca6209;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-tax-news.category__footer h2 {
  border: 1px solid #105265;
}
.cc-tax-news.category__footer a {
  color: #ee730b;
}
.cc-tax-news.category__footer a:hover,
.cc-tax-news.category__footer a:focus {
  color: #be5c09;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-tax-planning {
  background-color: #FFFFFF;
  color: #105265;
  text-align: left;
}

.cc-tax-planning .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-tax-planning .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-tax-planning .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

  /* 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-tax-planning blockquote {
  border-left-color: #cccccc;
}

.cc-tax-planning .item__title a {
  color: #ee730b;
}
.cc-tax-planning .item__title a:hover,
.cc-tax-planning .item__title a:focus {
  color: #be5c09;
}

  /* Embedded link colors */
  /*  */

.cc-tax-planning p a,
.cc-tax-planning ul li a {
  color: #ee730b;
}
.cc-tax-planning p a:hover,
.cc-tax-planning p a:active,
.cc-tax-planning ul li a:hover,
.cc-tax-planning ul li a:active {
  color: #ca6209;
}

.cc-tax-planning .item__footer {
  color: #105265;
}
.cc-tax-planning .item__footer a {
  color: #ee730b;
}
.cc-tax-planning .item__footer a:hover,
.cc-tax-planning .item__footer a:active {
  color: #ca6209;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-tax-planning.category__footer h2 {
  border: 1px solid #105265;
}
.cc-tax-planning.category__footer a {
  color: #ee730b;
}
.cc-tax-planning.category__footer a:hover,
.cc-tax-planning.category__footer a:focus {
  color: #be5c09;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-tax-returns {
  background-color: #FFFFFF;
  color: #105265;
  text-align: left;
}

.cc-tax-returns .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-tax-returns .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-tax-returns .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

  /* 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-tax-returns blockquote {
  border-left-color: #cccccc;
}

.cc-tax-returns .item__title a {
  color: #ee730b;
}
.cc-tax-returns .item__title a:hover,
.cc-tax-returns .item__title a:focus {
  color: #be5c09;
}

  /* Embedded link colors */
  /*  */

.cc-tax-returns p a,
.cc-tax-returns ul li a {
  color: #ee730b;
}
.cc-tax-returns p a:hover,
.cc-tax-returns p a:active,
.cc-tax-returns ul li a:hover,
.cc-tax-returns ul li a:active {
  color: #ca6209;
}

.cc-tax-returns .item__footer {
  color: #105265;
}
.cc-tax-returns .item__footer a {
  color: #ee730b;
}
.cc-tax-returns .item__footer a:hover,
.cc-tax-returns .item__footer a:active {
  color: #ca6209;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-tax-returns.category__footer h2 {
  border: 1px solid #105265;
}
.cc-tax-returns.category__footer a {
  color: #ee730b;
}
.cc-tax-returns.category__footer a:hover,
.cc-tax-returns.category__footer a:focus {
  color: #be5c09;
}
/* Search modifier classes */
/*  */

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

/* For each category we have an .item__title modifier class, used on the search results */
.item--cc-tax-debt-forgiveness .item__title {
  color: #ee730b;
}

/* Modifier used in search to show the embedded links in the correct color. */
.item--cc-tax-debt-forgiveness .item__body p a {
  color: #ee730b;
}


.cc-tax-debt-forgiveness {
  background-color: #FFFFFF;
  color: #105265;
  text-align: left;
}

.cc-tax-debt-forgiveness .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-tax-debt-forgiveness .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-tax-debt-forgiveness .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

  /* 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-tax-debt-forgiveness blockquote {
  border-left-color: #cccccc;
}

.cc-tax-debt-forgiveness .item__title a {
  color: #ee730b;
}
.cc-tax-debt-forgiveness .item__title a:hover,
.cc-tax-debt-forgiveness .item__title a:focus {
  color: #be5c09;
}

  /* Embedded link colors */
  /*  */

.cc-tax-debt-forgiveness p a,
.cc-tax-debt-forgiveness ul li a {
  color: #ee730b;
}
.cc-tax-debt-forgiveness p a:hover,
.cc-tax-debt-forgiveness p a:active,
.cc-tax-debt-forgiveness ul li a:hover,
.cc-tax-debt-forgiveness ul li a:active {
  color: #ca6209;
}

.cc-tax-debt-forgiveness .item__footer {
  color: #105265;
}
.cc-tax-debt-forgiveness .item__footer a {
  color: #ee730b;
}
.cc-tax-debt-forgiveness .item__footer a:hover,
.cc-tax-debt-forgiveness .item__footer a:active {
  color: #ca6209;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-tax-debt-forgiveness.category__footer h2 {
  border: 1px solid #105265;
}
.cc-tax-debt-forgiveness.category__footer a {
  color: #ee730b;
}
.cc-tax-debt-forgiveness.category__footer a:hover,
.cc-tax-debt-forgiveness.category__footer a:focus {
  color: #be5c09;
}
/* Search modifier classes */
/*  */

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

/* For each category we have an .item__title modifier class, used on the search results */
.item--cc-taxes-your-savings .item__title {
  color: #ee730b;
}

/* Modifier used in search to show the embedded links in the correct color. */
.item--cc-taxes-your-savings .item__body p a {
  color: #ee730b;
}


.cc-taxes-your-savings {
  background-color: #FFFFFF;
  color: #105265;
  text-align: left;
}

.cc-taxes-your-savings .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-taxes-your-savings .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-taxes-your-savings .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

  /* 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-taxes-your-savings blockquote {
  border-left-color: #cccccc;
}

.cc-taxes-your-savings .item__title a {
  color: #ee730b;
}
.cc-taxes-your-savings .item__title a:hover,
.cc-taxes-your-savings .item__title a:focus {
  color: #be5c09;
}

  /* Embedded link colors */
  /*  */

.cc-taxes-your-savings p a,
.cc-taxes-your-savings ul li a {
  color: #ee730b;
}
.cc-taxes-your-savings p a:hover,
.cc-taxes-your-savings p a:active,
.cc-taxes-your-savings ul li a:hover,
.cc-taxes-your-savings ul li a:active {
  color: #ca6209;
}

.cc-taxes-your-savings .item__footer {
  color: #105265;
}
.cc-taxes-your-savings .item__footer a {
  color: #ee730b;
}
.cc-taxes-your-savings .item__footer a:hover,
.cc-taxes-your-savings .item__footer a:active {
  color: #ca6209;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-taxes-your-savings.category__footer h2 {
  border: 1px solid #105265;
}
.cc-taxes-your-savings.category__footer a {
  color: #ee730b;
}
.cc-taxes-your-savings.category__footer a:hover,
.cc-taxes-your-savings.category__footer a:focus {
  color: #be5c09;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-fromthedeskofkeithljonescpa {
  background-color: #FFFFFF;
  color: #105265;
  text-align: left;
}

.cc-fromthedeskofkeithljonescpa .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-fromthedeskofkeithljonescpa .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-fromthedeskofkeithljonescpa .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

  /* 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-fromthedeskofkeithljonescpa blockquote {
  border-left-color: #cccccc;
}

.cc-fromthedeskofkeithljonescpa .item__title a {
  color: #ee730b;
}
.cc-fromthedeskofkeithljonescpa .item__title a:hover,
.cc-fromthedeskofkeithljonescpa .item__title a:focus {
  color: #be5c09;
}

  /* Embedded link colors */
  /*  */

.cc-fromthedeskofkeithljonescpa p a,
.cc-fromthedeskofkeithljonescpa ul li a {
  color: #ee730b;
}
.cc-fromthedeskofkeithljonescpa p a:hover,
.cc-fromthedeskofkeithljonescpa p a:active,
.cc-fromthedeskofkeithljonescpa ul li a:hover,
.cc-fromthedeskofkeithljonescpa ul li a:active {
  color: #ca6209;
}

.cc-fromthedeskofkeithljonescpa .item__footer {
  color: #105265;
}
.cc-fromthedeskofkeithljonescpa .item__footer a {
  color: #ee730b;
}
.cc-fromthedeskofkeithljonescpa .item__footer a:hover,
.cc-fromthedeskofkeithljonescpa .item__footer a:active {
  color: #ca6209;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-fromthedeskofkeithljonescpa.category__footer h2 {
  border: 1px solid #105265;
}
.cc-fromthedeskofkeithljonescpa.category__footer a {
  color: #ee730b;
}
.cc-fromthedeskofkeithljonescpa.category__footer a:hover,
.cc-fromthedeskofkeithljonescpa.category__footer a:focus {
  color: #be5c09;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-spn {
  background-color: #FFFFFF;
  color: #105265;
  text-align: left;
}

.cc-spn .category__title {
  color: #454547;
  text-align: left;

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

/* Icons */
/*  */
.cc-spn .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-spn .category__title img {
    position: absolute;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

  /* 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-spn blockquote {
  border-left-color: #cccccc;
}

.cc-spn .item__title a {
  color: #ee730b;
}
.cc-spn .item__title a:hover,
.cc-spn .item__title a:focus {
  color: #be5c09;
}

  /* Embedded link colors */
  /*  */

.cc-spn p a,
.cc-spn ul li a {
  color: #ee730b;
}
.cc-spn p a:hover,
.cc-spn p a:active,
.cc-spn ul li a:hover,
.cc-spn ul li a:active {
  color: #ca6209;
}

.cc-spn .item__footer {
  color: #105265;
}
.cc-spn .item__footer a {
  color: #ee730b;
}
.cc-spn .item__footer a:hover,
.cc-spn .item__footer a:active {
  color: #ca6209;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-spn.category__footer h2 {
  border: 1px solid #105265;
}
.cc-spn.category__footer a {
  color: #ee730b;
}
.cc-spn.category__footer a:hover,
.cc-spn.category__footer a:focus {
  color: #be5c09;
}

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

.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(16,82,101,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: #ee730b;
  color: #ee730b;
}

/* 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 .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: #105265;
}
.header--withimage .cta--header .btn:hover,
.header--withimage .cta--header .btn:focus {
  background-color: #0f4e60;
}


/* Subscription pages */
/*  */
.subscription__resubscribe__btn {
  color: #ee730b;
}
.subscription__resubscribe__btn:hover,
.subscription__resubscribe__btn:focus {
  color: #ca6209;
}


/* Pages */
/*  */
.page h2:before {
  border-top-color: rgba(16,82,101,0.7);
}
.page__header {
  color: rgba(16,82,101,0.7);
}
.page__header b,
.page__header strong {
  color: rgba(13,66,81,0.7);
}
.page .terms--custom {
  border-top: 1px solid rgba(16,82,101,0.7);
}

/* Sponsorship pages */
/*  */
.sponsorship a {
  color: #ee730b;
}
.sponsorship a:hover,
.sponsorship a:active {
  color: #ca6209;
}

.sponsorship__quicklinks {
  color: rgba(16,82,101,0.7);
}
.sponsorship__quicklinks a {
  color: rgba(16,82,101,0.7);
}
.sponsorship__quicklinks a:hover,
.sponsorship__quicklinks a:active {
  color: #0e4a5b;
}

.sponsorship__nextavailable.with_divider:before {
  border-top-color: rgba(16,82,101,0.6);
}
.sponsorship__nextavailable h4 {
  color: rgba(16,82,101,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: #105265;
}
.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(16,82,101,0.7);
}

.sponsorship__availability section + section:before {
  border-top-color: rgba(16,82,101,0.6);
}

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

.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: #105265;
}

.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: #fe7500;
  color: #ffffff;
}
.home--noissue body {
  background-color: transparent;
}
.home--noissue .footer {
  background-color: #fe7500;
  color: #ffffff;
}
.home--noissue .footer a {
  color: rgba(255,255,255,0.8);
}
.home--noissue .footer a:hover,
.home--noissue .footer a:active {
  color: #ffffff;
}
.home--noissue .footer .i .recaptcha-terms {
  color: rgba(255,255,255,0.5);
}
.home--noissue .footer .i .recaptcha-terms a {
  color: rgba(255,255,255,0.5);
}

.home--noissue .footer .social a svg {
  fill: rgba(255,255,255,0.8);
}
.home--noissue .footer .social a:hover svg {
  fill: #ffffff;
}


.header--withimage .header {
  background-image: url(https://dxj7eshgz03ln.cloudfront.net/production/publication/header_background_image/13443/medium_darkened_d2ab98bb-3978-482b-b628-96be7d1828d4.jpg);
}
@media (min-width: 760px) {
  .header--withimage .header {
    background-image: url(https://dxj7eshgz03ln.cloudfront.net/production/publication/header_background_image/13443/large_darkened_d2ab98bb-3978-482b-b628-96be7d1828d4.jpg);
  }
}

/* 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(https://dxj7eshgz03ln.cloudfront.net/production/publication/header_background_image/13443/medium_darkened_d2ab98bb-3978-482b-b628-96be7d1828d4.jpg);
}
@media (min-width: 760px) {
  .home--noissue.header--withimage {
    background-image: url(https://dxj7eshgz03ln.cloudfront.net/production/publication/header_background_image/13443/large_darkened_d2ab98bb-3978-482b-b628-96be7d1828d4.jpg);
  }
}

.home--noissue.header--withimage header.header {
  background-image: none;
}
@media (min-width: 760px) {
  .home--noissue.header--withimage header.header {
    background-image: none;
  }
}

.home--noissue.header--withimage body,
.home--noissue.header--withimage header.header,
.home--noissue.header--withimage .footer {
  background-color: transparent !important;
}
