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

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

/* Default .btn */
/*  */
.btn {
  background-color: #efeff5;
  color: #124731;
}
.btn:hover,
.btn:focus {
  background-color: #cbcbd0;
  color: #124731;
}

/* Header */
.header {
  background-color: #efeff5;
  color: #124731;
}

/* 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(18,71,49,0.8);
}

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

.header .navbar-toggle .navbar-toggle-bar {
  background-color: rgba(18,71,49,0.8);
}
.header .navbar-toggle:hover .navbar-toggle-bar,
.header .navbar-toggle:active .navbar-toggle-bar {
  background-color: #124731;
}
/* 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(18,71,49,0.8);
}
.header a:hover,
.header a:active {
  color: #124731;
}
.header a.navbar-brand {
  color: #124731;
}

/* 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: #8f8f93;
}
.header :-ms-input-placeholder {
  color: #8f8f93;
}
.header ::placeholder {
  color: #8f8f93;
}

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

  color: #124731;
}

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

.header .btn:hover,
.btn-primary:hover,
.header .btn:focus,
.btn-primary:focus {
  background-color: #bfbfc4;
  color: #124731;

}

@media (min-width: 760px) {
  .navbar-search .form-control {
    border: 1px solid #d7d7dd;
    -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(69,69,71,0.2);
}

.item__heading {
  /* This is .item__heading on search and archives */
  color: #000000;
}
.item__footer {
  /* This is .item__footer on search and archives */
  color: rgba(69,69,71,0.7);
}

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

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

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

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


.cc-editorinchief {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-editorinchief .category__title {
  color: #124731;
  text-align: left;

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

/* Icons */
/*  */
.cc-editorinchief .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-editorinchief .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-editorinchief .category__title--lozenge .category__title__text {
  background-color: #124731;
  /* Lean towards white for the lozenges */
  color: #ffffff;
}

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

.cc-editorinchief .item__title a {
  color: #060383;
}
.cc-editorinchief .item__title a:hover,
.cc-editorinchief .item__title a:focus {
  color: #050269;
}

  /* Embedded link colors */
  /*  */

.cc-editorinchief p a,
.cc-editorinchief ul li a {
  color: #060383;
}
.cc-editorinchief p a:hover,
.cc-editorinchief p a:active,
.cc-editorinchief ul li a:hover,
.cc-editorinchief ul li a:active {
  color: #2c29a9;
}

.cc-editorinchief .item__footer {
  color: #454547;
}
.cc-editorinchief .item__footer a {
  color: #060383;
}
.cc-editorinchief .item__footer a:hover,
.cc-editorinchief .item__footer a:active {
  color: #2c29a9;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-editorinchief.category__footer h2 {
  border: 1px solid #454547;
}
.cc-editorinchief.category__footer a {
  color: #060383;
}
.cc-editorinchief.category__footer a:hover,
.cc-editorinchief.category__footer a:focus {
  color: #050269;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-kenskorner {
  background-color: #efeff5;
  color: #454547;
  text-align: left;
}

.cc-kenskorner .category__title {
  color: #124731;
  text-align: left;

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

/* Icons */
/*  */
.cc-kenskorner .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-kenskorner .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-kenskorner .category__title--lozenge .category__title__text {
  background-color: #124731;
  /* Lean towards white for the lozenges */
  color: #ffffff;
}

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

.cc-kenskorner .item__title a {
  color: #060383;
}
.cc-kenskorner .item__title a:hover,
.cc-kenskorner .item__title a:focus {
  color: #050269;
}

  /* Embedded link colors */
  /*  */

.cc-kenskorner p a,
.cc-kenskorner ul li a {
  color: #060383;
}
.cc-kenskorner p a:hover,
.cc-kenskorner p a:active,
.cc-kenskorner ul li a:hover,
.cc-kenskorner ul li a:active {
  color: #2c29a9;
}

.cc-kenskorner .item__footer {
  color: #454547;
}
.cc-kenskorner .item__footer a {
  color: #060383;
}
.cc-kenskorner .item__footer a:hover,
.cc-kenskorner .item__footer a:active {
  color: #2c29a9;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-kenskorner.category__footer h2 {
  border: 1px solid #454547;
}
.cc-kenskorner.category__footer a {
  color: #060383;
}
.cc-kenskorner.category__footer a:hover,
.cc-kenskorner.category__footer a:focus {
  color: #050269;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-secon2022 {
  background-color: #efeff5;
  color: #454547;
  text-align: left;
}

.cc-secon2022 .category__title {
  color: #124731;
  text-align: left;

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

/* Icons */
/*  */
.cc-secon2022 .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-secon2022 .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-secon2022 .category__title--lozenge .category__title__text {
  background-color: #124731;
  /* Lean towards white for the lozenges */
  color: #ffffff;
}

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

.cc-secon2022 .item__title a {
  color: #060383;
}
.cc-secon2022 .item__title a:hover,
.cc-secon2022 .item__title a:focus {
  color: #050269;
}

  /* Embedded link colors */
  /*  */

.cc-secon2022 p a,
.cc-secon2022 ul li a {
  color: #060383;
}
.cc-secon2022 p a:hover,
.cc-secon2022 p a:active,
.cc-secon2022 ul li a:hover,
.cc-secon2022 ul li a:active {
  color: #2c29a9;
}

.cc-secon2022 .item__footer {
  color: #454547;
}
.cc-secon2022 .item__footer a {
  color: #060383;
}
.cc-secon2022 .item__footer a:hover,
.cc-secon2022 .item__footer a:active {
  color: #2c29a9;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-secon2022.category__footer h2 {
  border: 1px solid #454547;
}
.cc-secon2022.category__footer a {
  color: #060383;
}
.cc-secon2022.category__footer a:hover,
.cc-secon2022.category__footer a:focus {
  color: #050269;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-chapter-news {
  background-color: #efeff5;
  color: #454547;
  text-align: left;
}

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

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

/* Icons */
/*  */
.cc-chapter-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-chapter-news .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-chapter-news .category__title--lozenge .category__title__text {
  background-color: #124731;
  /* Lean towards white for the lozenges */
  color: #ffffff;
}

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

.cc-chapter-news .item__title a {
  color: #060383;
}
.cc-chapter-news .item__title a:hover,
.cc-chapter-news .item__title a:focus {
  color: #050269;
}

  /* Embedded link colors */
  /*  */

.cc-chapter-news p a,
.cc-chapter-news ul li a {
  color: #060383;
}
.cc-chapter-news p a:hover,
.cc-chapter-news p a:active,
.cc-chapter-news ul li a:hover,
.cc-chapter-news ul li a:active {
  color: #2c29a9;
}

.cc-chapter-news .item__footer {
  color: #454547;
}
.cc-chapter-news .item__footer a {
  color: #060383;
}
.cc-chapter-news .item__footer a:hover,
.cc-chapter-news .item__footer a:active {
  color: #2c29a9;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-chapter-news.category__footer h2 {
  border: 1px solid #454547;
}
.cc-chapter-news.category__footer a {
  color: #060383;
}
.cc-chapter-news.category__footer a:hover,
.cc-chapter-news.category__footer a:focus {
  color: #050269;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-welcomeaboard {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-welcomeaboard .category__title {
  color: #124731;
  text-align: left;

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

/* Icons */
/*  */
.cc-welcomeaboard .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-welcomeaboard .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-welcomeaboard .category__title--lozenge .category__title__text {
  background-color: #124731;
  /* Lean towards white for the lozenges */
  color: #ffffff;
}

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

.cc-welcomeaboard .item__title a {
  color: #060383;
}
.cc-welcomeaboard .item__title a:hover,
.cc-welcomeaboard .item__title a:focus {
  color: #050269;
}

  /* Embedded link colors */
  /*  */

.cc-welcomeaboard p a,
.cc-welcomeaboard ul li a {
  color: #060383;
}
.cc-welcomeaboard p a:hover,
.cc-welcomeaboard p a:active,
.cc-welcomeaboard ul li a:hover,
.cc-welcomeaboard ul li a:active {
  color: #2c29a9;
}

.cc-welcomeaboard .item__footer {
  color: #454547;
}
.cc-welcomeaboard .item__footer a {
  color: #060383;
}
.cc-welcomeaboard .item__footer a:hover,
.cc-welcomeaboard .item__footer a:active {
  color: #2c29a9;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-welcomeaboard.category__footer h2 {
  border: 1px solid #454547;
}
.cc-welcomeaboard.category__footer a {
  color: #060383;
}
.cc-welcomeaboard.category__footer a:hover,
.cc-welcomeaboard.category__footer a:focus {
  color: #050269;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-isc2gethervolunteeringmonth {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-isc2gethervolunteeringmonth .category__title {
  color: #124731;
  text-align: left;

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

/* Icons */
/*  */
.cc-isc2gethervolunteeringmonth .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-isc2gethervolunteeringmonth .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-isc2gethervolunteeringmonth .category__title--lozenge .category__title__text {
  background-color: #124731;
  /* Lean towards white for the lozenges */
  color: #ffffff;
}

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

.cc-isc2gethervolunteeringmonth .item__title a {
  color: #000000;
}
.cc-isc2gethervolunteeringmonth .item__title a:hover,
.cc-isc2gethervolunteeringmonth .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-isc2gethervolunteeringmonth p a,
.cc-isc2gethervolunteeringmonth ul li a {
  color: #000000;
}
.cc-isc2gethervolunteeringmonth p a:hover,
.cc-isc2gethervolunteeringmonth p a:active,
.cc-isc2gethervolunteeringmonth ul li a:hover,
.cc-isc2gethervolunteeringmonth ul li a:active {
  color: #262626;
}

.cc-isc2gethervolunteeringmonth .item__footer {
  color: #454547;
}
.cc-isc2gethervolunteeringmonth .item__footer a {
  color: #000000;
}
.cc-isc2gethervolunteeringmonth .item__footer a:hover,
.cc-isc2gethervolunteeringmonth .item__footer a:active {
  color: #262626;
}


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

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

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

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

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


.cc-newinitiatives {
  background-color: #efeff5;
  color: #454547;
  text-align: left;
}

.cc-newinitiatives .category__title {
  color: #124731;
  text-align: left;

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

/* Icons */
/*  */
.cc-newinitiatives .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-newinitiatives .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-newinitiatives .category__title--lozenge .category__title__text {
  background-color: #124731;
  /* Lean towards white for the lozenges */
  color: #ffffff;
}

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

.cc-newinitiatives .item__title a {
  color: #060383;
}
.cc-newinitiatives .item__title a:hover,
.cc-newinitiatives .item__title a:focus {
  color: #050269;
}

  /* Embedded link colors */
  /*  */

.cc-newinitiatives p a,
.cc-newinitiatives ul li a {
  color: #060383;
}
.cc-newinitiatives p a:hover,
.cc-newinitiatives p a:active,
.cc-newinitiatives ul li a:hover,
.cc-newinitiatives ul li a:active {
  color: #2c29a9;
}

.cc-newinitiatives .item__footer {
  color: #454547;
}
.cc-newinitiatives .item__footer a {
  color: #060383;
}
.cc-newinitiatives .item__footer a:hover,
.cc-newinitiatives .item__footer a:active {
  color: #2c29a9;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-newinitiatives.category__footer h2 {
  border: 1px solid #454547;
}
.cc-newinitiatives.category__footer a {
  color: #060383;
}
.cc-newinitiatives.category__footer a:hover,
.cc-newinitiatives.category__footer a:focus {
  color: #050269;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-seconinternational {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-seconinternational .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-seconinternational .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-seconinternational .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-seconinternational blockquote {
  border-left-color: #cccccc;
}

.cc-seconinternational .item__title a {
  color: #000000;
}
.cc-seconinternational .item__title a:hover,
.cc-seconinternational .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-seconinternational p a,
.cc-seconinternational ul li a {
  color: #000000;
}
.cc-seconinternational p a:hover,
.cc-seconinternational p a:active,
.cc-seconinternational ul li a:hover,
.cc-seconinternational ul li a:active {
  color: #262626;
}

.cc-seconinternational .item__footer {
  color: #454547;
}
.cc-seconinternational .item__footer a {
  color: #000000;
}
.cc-seconinternational .item__footer a:hover,
.cc-seconinternational .item__footer a:active {
  color: #262626;
}


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

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

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

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

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


.cc-holidaydinnerrecap {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-holidaydinnerrecap .category__title {
  color: #124731;
  text-align: left;

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

/* Icons */
/*  */
.cc-holidaydinnerrecap .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-holidaydinnerrecap .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-holidaydinnerrecap .category__title--lozenge .category__title__text {
  background-color: #124731;
  /* Lean towards white for the lozenges */
  color: #ffffff;
}

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

.cc-holidaydinnerrecap .item__title a {
  color: #000000;
}
.cc-holidaydinnerrecap .item__title a:hover,
.cc-holidaydinnerrecap .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-holidaydinnerrecap p a,
.cc-holidaydinnerrecap ul li a {
  color: #000000;
}
.cc-holidaydinnerrecap p a:hover,
.cc-holidaydinnerrecap p a:active,
.cc-holidaydinnerrecap ul li a:hover,
.cc-holidaydinnerrecap ul li a:active {
  color: #262626;
}

.cc-holidaydinnerrecap .item__footer {
  color: #454547;
}
.cc-holidaydinnerrecap .item__footer a {
  color: #000000;
}
.cc-holidaydinnerrecap .item__footer a:hover,
.cc-holidaydinnerrecap .item__footer a:active {
  color: #262626;
}


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

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

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

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

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


.cc-eventrecap {
  background-color: #efeff5;
  color: #454547;
  text-align: left;
}

.cc-eventrecap .category__title {
  color: #124731;
  text-align: left;

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

/* Icons */
/*  */
.cc-eventrecap .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-eventrecap .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-eventrecap .category__title--lozenge .category__title__text {
  background-color: #124731;
  /* Lean towards white for the lozenges */
  color: #ffffff;
}

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

.cc-eventrecap .item__title a {
  color: #060383;
}
.cc-eventrecap .item__title a:hover,
.cc-eventrecap .item__title a:focus {
  color: #050269;
}

  /* Embedded link colors */
  /*  */

.cc-eventrecap p a,
.cc-eventrecap ul li a {
  color: #060383;
}
.cc-eventrecap p a:hover,
.cc-eventrecap p a:active,
.cc-eventrecap ul li a:hover,
.cc-eventrecap ul li a:active {
  color: #2c29a9;
}

.cc-eventrecap .item__footer {
  color: #454547;
}
.cc-eventrecap .item__footer a {
  color: #060383;
}
.cc-eventrecap .item__footer a:hover,
.cc-eventrecap .item__footer a:active {
  color: #2c29a9;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-eventrecap.category__footer h2 {
  border: 1px solid #454547;
}
.cc-eventrecap.category__footer a {
  color: #060383;
}
.cc-eventrecap.category__footer a:hover,
.cc-eventrecap.category__footer a:focus {
  color: #050269;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-picnicrecap {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-picnicrecap .category__title {
  color: #124731;
  text-align: left;

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

/* Icons */
/*  */
.cc-picnicrecap .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-picnicrecap .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-picnicrecap .category__title--lozenge .category__title__text {
  background-color: #124731;
  /* Lean towards white for the lozenges */
  color: #ffffff;
}

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

.cc-picnicrecap .item__title a {
  color: #060383;
}
.cc-picnicrecap .item__title a:hover,
.cc-picnicrecap .item__title a:focus {
  color: #050269;
}

  /* Embedded link colors */
  /*  */

.cc-picnicrecap p a,
.cc-picnicrecap ul li a {
  color: #060383;
}
.cc-picnicrecap p a:hover,
.cc-picnicrecap p a:active,
.cc-picnicrecap ul li a:hover,
.cc-picnicrecap ul li a:active {
  color: #2c29a9;
}

.cc-picnicrecap .item__footer {
  color: #454547;
}
.cc-picnicrecap .item__footer a {
  color: #060383;
}
.cc-picnicrecap .item__footer a:hover,
.cc-picnicrecap .item__footer a:active {
  color: #2c29a9;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-picnicrecap.category__footer h2 {
  border: 1px solid #454547;
}
.cc-picnicrecap.category__footer a {
  color: #060383;
}
.cc-picnicrecap.category__footer a:hover,
.cc-picnicrecap.category__footer a:focus {
  color: #050269;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-happyhourrecap {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-happyhourrecap .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-happyhourrecap .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-happyhourrecap .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-happyhourrecap blockquote {
  border-left-color: #cccccc;
}

.cc-happyhourrecap .item__title a {
  color: #000000;
}
.cc-happyhourrecap .item__title a:hover,
.cc-happyhourrecap .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-happyhourrecap p a,
.cc-happyhourrecap ul li a {
  color: #000000;
}
.cc-happyhourrecap p a:hover,
.cc-happyhourrecap p a:active,
.cc-happyhourrecap ul li a:hover,
.cc-happyhourrecap ul li a:active {
  color: #262626;
}

.cc-happyhourrecap .item__footer {
  color: #454547;
}
.cc-happyhourrecap .item__footer a {
  color: #000000;
}
.cc-happyhourrecap .item__footer a:hover,
.cc-happyhourrecap .item__footer a:active {
  color: #262626;
}


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

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

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

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

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


.cc-cybersecuritycruiserecap {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-cybersecuritycruiserecap .category__title {
  color: #124731;
  text-align: left;

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

/* Icons */
/*  */
.cc-cybersecuritycruiserecap .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-cybersecuritycruiserecap .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-cybersecuritycruiserecap .category__title--lozenge .category__title__text {
  background-color: #124731;
  /* Lean towards white for the lozenges */
  color: #ffffff;
}

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

.cc-cybersecuritycruiserecap .item__title a {
  color: #000000;
}
.cc-cybersecuritycruiserecap .item__title a:hover,
.cc-cybersecuritycruiserecap .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-cybersecuritycruiserecap p a,
.cc-cybersecuritycruiserecap ul li a {
  color: #000000;
}
.cc-cybersecuritycruiserecap p a:hover,
.cc-cybersecuritycruiserecap p a:active,
.cc-cybersecuritycruiserecap ul li a:hover,
.cc-cybersecuritycruiserecap ul li a:active {
  color: #262626;
}

.cc-cybersecuritycruiserecap .item__footer {
  color: #454547;
}
.cc-cybersecuritycruiserecap .item__footer a {
  color: #000000;
}
.cc-cybersecuritycruiserecap .item__footer a:hover,
.cc-cybersecuritycruiserecap .item__footer a:active {
  color: #262626;
}


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

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

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

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

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


.cc-shoutouts {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-shoutouts .category__title {
  color: #124731;
  text-align: left;

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

/* Icons */
/*  */
.cc-shoutouts .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-shoutouts .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-shoutouts .category__title--lozenge .category__title__text {
  background-color: #124731;
  /* Lean towards white for the lozenges */
  color: #ffffff;
}

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

.cc-shoutouts .item__title a {
  color: #000000;
}
.cc-shoutouts .item__title a:hover,
.cc-shoutouts .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-shoutouts p a,
.cc-shoutouts ul li a {
  color: #000000;
}
.cc-shoutouts p a:hover,
.cc-shoutouts p a:active,
.cc-shoutouts ul li a:hover,
.cc-shoutouts ul li a:active {
  color: #262626;
}

.cc-shoutouts .item__footer {
  color: #454547;
}
.cc-shoutouts .item__footer a {
  color: #000000;
}
.cc-shoutouts .item__footer a:hover,
.cc-shoutouts .item__footer a:active {
  color: #262626;
}


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

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

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

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

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


.cc-upcomingevents {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-upcomingevents .category__title {
  color: #124731;
  text-align: left;

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

/* Icons */
/*  */
.cc-upcomingevents .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-upcomingevents .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-upcomingevents .category__title--lozenge .category__title__text {
  background-color: #124731;
  /* Lean towards white for the lozenges */
  color: #ffffff;
}

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

.cc-upcomingevents .item__title a {
  color: #060383;
}
.cc-upcomingevents .item__title a:hover,
.cc-upcomingevents .item__title a:focus {
  color: #050269;
}

  /* Embedded link colors */
  /*  */

.cc-upcomingevents p a,
.cc-upcomingevents ul li a {
  color: #060383;
}
.cc-upcomingevents p a:hover,
.cc-upcomingevents p a:active,
.cc-upcomingevents ul li a:hover,
.cc-upcomingevents ul li a:active {
  color: #2c29a9;
}

.cc-upcomingevents .item__footer {
  color: #454547;
}
.cc-upcomingevents .item__footer a {
  color: #060383;
}
.cc-upcomingevents .item__footer a:hover,
.cc-upcomingevents .item__footer a:active {
  color: #2c29a9;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-upcomingevents.category__footer h2 {
  border: 1px solid #454547;
}
.cc-upcomingevents.category__footer a {
  color: #060383;
}
.cc-upcomingevents.category__footer a:hover,
.cc-upcomingevents.category__footer a:focus {
  color: #050269;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-opportunities {
  background-color: #efeff5;
  color: #454547;
  text-align: left;
}

.cc-opportunities .category__title {
  color: #124731;
  text-align: left;

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

/* Icons */
/*  */
.cc-opportunities .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-opportunities .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-opportunities .category__title--lozenge .category__title__text {
  background-color: #124731;
  /* Lean towards white for the lozenges */
  color: #ffffff;
}

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

.cc-opportunities .item__title a {
  color: #060383;
}
.cc-opportunities .item__title a:hover,
.cc-opportunities .item__title a:focus {
  color: #050269;
}

  /* Embedded link colors */
  /*  */

.cc-opportunities p a,
.cc-opportunities ul li a {
  color: #060383;
}
.cc-opportunities p a:hover,
.cc-opportunities p a:active,
.cc-opportunities ul li a:hover,
.cc-opportunities ul li a:active {
  color: #2c29a9;
}

.cc-opportunities .item__footer {
  color: #454547;
}
.cc-opportunities .item__footer a {
  color: #060383;
}
.cc-opportunities .item__footer a:hover,
.cc-opportunities .item__footer a:active {
  color: #2c29a9;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-opportunities.category__footer h2 {
  border: 1px solid #454547;
}
.cc-opportunities.category__footer a {
  color: #060383;
}
.cc-opportunities.category__footer a:hover,
.cc-opportunities.category__footer a:focus {
  color: #050269;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-sponsorshipopportunities {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-sponsorshipopportunities .category__title {
  color: #124731;
  text-align: left;

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

/* Icons */
/*  */
.cc-sponsorshipopportunities .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-sponsorshipopportunities .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-sponsorshipopportunities .category__title--lozenge .category__title__text {
  background-color: #124731;
  /* Lean towards white for the lozenges */
  color: #ffffff;
}

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

.cc-sponsorshipopportunities .item__title a {
  color: #000000;
}
.cc-sponsorshipopportunities .item__title a:hover,
.cc-sponsorshipopportunities .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-sponsorshipopportunities p a,
.cc-sponsorshipopportunities ul li a {
  color: #000000;
}
.cc-sponsorshipopportunities p a:hover,
.cc-sponsorshipopportunities p a:active,
.cc-sponsorshipopportunities ul li a:hover,
.cc-sponsorshipopportunities ul li a:active {
  color: #262626;
}

.cc-sponsorshipopportunities .item__footer {
  color: #454547;
}
.cc-sponsorshipopportunities .item__footer a {
  color: #000000;
}
.cc-sponsorshipopportunities .item__footer a:hover,
.cc-sponsorshipopportunities .item__footer a:active {
  color: #262626;
}


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

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

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

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

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


.cc-sisterchapter {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-sisterchapter .category__title {
  color: #124731;
  text-align: left;

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

/* Icons */
/*  */
.cc-sisterchapter .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-sisterchapter .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-sisterchapter .category__title--lozenge .category__title__text {
  background-color: #124731;
  /* Lean towards white for the lozenges */
  color: #ffffff;
}

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

.cc-sisterchapter .item__title a {
  color: #060383;
}
.cc-sisterchapter .item__title a:hover,
.cc-sisterchapter .item__title a:focus {
  color: #050269;
}

  /* Embedded link colors */
  /*  */

.cc-sisterchapter p a,
.cc-sisterchapter ul li a {
  color: #060383;
}
.cc-sisterchapter p a:hover,
.cc-sisterchapter p a:active,
.cc-sisterchapter ul li a:hover,
.cc-sisterchapter ul li a:active {
  color: #2c29a9;
}

.cc-sisterchapter .item__footer {
  color: #454547;
}
.cc-sisterchapter .item__footer a {
  color: #060383;
}
.cc-sisterchapter .item__footer a:hover,
.cc-sisterchapter .item__footer a:active {
  color: #2c29a9;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-sisterchapter.category__footer h2 {
  border: 1px solid #454547;
}
.cc-sisterchapter.category__footer a {
  color: #060383;
}
.cc-sisterchapter.category__footer a:hover,
.cc-sisterchapter.category__footer a:focus {
  color: #050269;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-holidaysocial {
  background-color: #efeff5;
  color: #454547;
  text-align: left;
}

.cc-holidaysocial .category__title {
  color: #124731;
  text-align: left;

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

/* Icons */
/*  */
.cc-holidaysocial .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-holidaysocial .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-holidaysocial .category__title--lozenge .category__title__text {
  background-color: #124731;
  /* Lean towards white for the lozenges */
  color: #ffffff;
}

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

.cc-holidaysocial .item__title a {
  color: #060383;
}
.cc-holidaysocial .item__title a:hover,
.cc-holidaysocial .item__title a:focus {
  color: #050269;
}

  /* Embedded link colors */
  /*  */

.cc-holidaysocial p a,
.cc-holidaysocial ul li a {
  color: #060383;
}
.cc-holidaysocial p a:hover,
.cc-holidaysocial p a:active,
.cc-holidaysocial ul li a:hover,
.cc-holidaysocial ul li a:active {
  color: #2c29a9;
}

.cc-holidaysocial .item__footer {
  color: #454547;
}
.cc-holidaysocial .item__footer a {
  color: #060383;
}
.cc-holidaysocial .item__footer a:hover,
.cc-holidaysocial .item__footer a:active {
  color: #2c29a9;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-holidaysocial.category__footer h2 {
  border: 1px solid #454547;
}
.cc-holidaysocial.category__footer a {
  color: #060383;
}
.cc-holidaysocial.category__footer a:hover,
.cc-holidaysocial.category__footer a:focus {
  color: #050269;
}
/* Search modifier classes */
/*  */

/* For each category we have an .item__heading modifier class which is used on search results */
/*  */
.item--cc-isc-chapter-recognition-awards .item__heading {
  color: #124731;
}

/* For each category we have an .item__title modifier class, used on the search results */
.item--cc-isc-chapter-recognition-awards .item__title {
  color: #060383;
}

/* Modifier used in search to show the embedded links in the correct color. */
.item--cc-isc-chapter-recognition-awards .item__body p a {
  color: #060383;
}


.cc-isc-chapter-recognition-awards {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-isc-chapter-recognition-awards .category__title {
  color: #124731;
  text-align: left;

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

/* Icons */
/*  */
.cc-isc-chapter-recognition-awards .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-isc-chapter-recognition-awards .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-isc-chapter-recognition-awards .category__title--lozenge .category__title__text {
  background-color: #124731;
  /* Lean towards white for the lozenges */
  color: #ffffff;
}

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

.cc-isc-chapter-recognition-awards .item__title a {
  color: #060383;
}
.cc-isc-chapter-recognition-awards .item__title a:hover,
.cc-isc-chapter-recognition-awards .item__title a:focus {
  color: #050269;
}

  /* Embedded link colors */
  /*  */

.cc-isc-chapter-recognition-awards p a,
.cc-isc-chapter-recognition-awards ul li a {
  color: #060383;
}
.cc-isc-chapter-recognition-awards p a:hover,
.cc-isc-chapter-recognition-awards p a:active,
.cc-isc-chapter-recognition-awards ul li a:hover,
.cc-isc-chapter-recognition-awards ul li a:active {
  color: #2c29a9;
}

.cc-isc-chapter-recognition-awards .item__footer {
  color: #454547;
}
.cc-isc-chapter-recognition-awards .item__footer a {
  color: #060383;
}
.cc-isc-chapter-recognition-awards .item__footer a:hover,
.cc-isc-chapter-recognition-awards .item__footer a:active {
  color: #2c29a9;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-isc-chapter-recognition-awards.category__footer h2 {
  border: 1px solid #454547;
}
.cc-isc-chapter-recognition-awards.category__footer a {
  color: #060383;
}
.cc-isc-chapter-recognition-awards.category__footer a:hover,
.cc-isc-chapter-recognition-awards.category__footer a:focus {
  color: #050269;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-meetyourchaptermember {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-meetyourchaptermember .category__title {
  color: #124731;
  text-align: left;

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

/* Icons */
/*  */
.cc-meetyourchaptermember .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-meetyourchaptermember .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-meetyourchaptermember .category__title--lozenge .category__title__text {
  background-color: #124731;
  /* Lean towards white for the lozenges */
  color: #ffffff;
}

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

.cc-meetyourchaptermember .item__title a {
  color: #060383;
}
.cc-meetyourchaptermember .item__title a:hover,
.cc-meetyourchaptermember .item__title a:focus {
  color: #050269;
}

  /* Embedded link colors */
  /*  */

.cc-meetyourchaptermember p a,
.cc-meetyourchaptermember ul li a {
  color: #060383;
}
.cc-meetyourchaptermember p a:hover,
.cc-meetyourchaptermember p a:active,
.cc-meetyourchaptermember ul li a:hover,
.cc-meetyourchaptermember ul li a:active {
  color: #2c29a9;
}

.cc-meetyourchaptermember .item__footer {
  color: #454547;
}
.cc-meetyourchaptermember .item__footer a {
  color: #060383;
}
.cc-meetyourchaptermember .item__footer a:hover,
.cc-meetyourchaptermember .item__footer a:active {
  color: #2c29a9;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-meetyourchaptermember.category__footer h2 {
  border: 1px solid #454547;
}
.cc-meetyourchaptermember.category__footer a {
  color: #060383;
}
.cc-meetyourchaptermember.category__footer a:hover,
.cc-meetyourchaptermember.category__footer a:focus {
  color: #050269;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-memberbios {
  background-color: #efeff5;
  color: #454547;
  text-align: left;
}

.cc-memberbios .category__title {
  color: #124731;
  text-align: left;

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

/* Icons */
/*  */
.cc-memberbios .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-memberbios .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-memberbios .category__title--lozenge .category__title__text {
  background-color: #124731;
  /* Lean towards white for the lozenges */
  color: #ffffff;
}

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

.cc-memberbios .item__title a {
  color: #060383;
}
.cc-memberbios .item__title a:hover,
.cc-memberbios .item__title a:focus {
  color: #050269;
}

  /* Embedded link colors */
  /*  */

.cc-memberbios p a,
.cc-memberbios ul li a {
  color: #060383;
}
.cc-memberbios p a:hover,
.cc-memberbios p a:active,
.cc-memberbios ul li a:hover,
.cc-memberbios ul li a:active {
  color: #2c29a9;
}

.cc-memberbios .item__footer {
  color: #454547;
}
.cc-memberbios .item__footer a {
  color: #060383;
}
.cc-memberbios .item__footer a:hover,
.cc-memberbios .item__footer a:active {
  color: #2c29a9;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-memberbios.category__footer h2 {
  border: 1px solid #454547;
}
.cc-memberbios.category__footer a {
  color: #060383;
}
.cc-memberbios.category__footer a:hover,
.cc-memberbios.category__footer a:focus {
  color: #050269;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-didyouknow {
  background-color: #efeff5;
  color: #454547;
  text-align: left;
}

.cc-didyouknow .category__title {
  color: #124731;
  text-align: left;

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

/* Icons */
/*  */
.cc-didyouknow .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-didyouknow .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-didyouknow .category__title--lozenge .category__title__text {
  background-color: #124731;
  /* Lean towards white for the lozenges */
  color: #ffffff;
}

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

.cc-didyouknow .item__title a {
  color: #060383;
}
.cc-didyouknow .item__title a:hover,
.cc-didyouknow .item__title a:focus {
  color: #050269;
}

  /* Embedded link colors */
  /*  */

.cc-didyouknow p a,
.cc-didyouknow ul li a {
  color: #060383;
}
.cc-didyouknow p a:hover,
.cc-didyouknow p a:active,
.cc-didyouknow ul li a:hover,
.cc-didyouknow ul li a:active {
  color: #2c29a9;
}

.cc-didyouknow .item__footer {
  color: #454547;
}
.cc-didyouknow .item__footer a {
  color: #060383;
}
.cc-didyouknow .item__footer a:hover,
.cc-didyouknow .item__footer a:active {
  color: #2c29a9;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-didyouknow.category__footer h2 {
  border: 1px solid #454547;
}
.cc-didyouknow.category__footer a {
  color: #060383;
}
.cc-didyouknow.category__footer a:hover,
.cc-didyouknow.category__footer a:focus {
  color: #050269;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-seconrecap {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-seconrecap .category__title {
  color: #124731;
  text-align: left;

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

/* Icons */
/*  */
.cc-seconrecap .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-seconrecap .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-seconrecap .category__title--lozenge .category__title__text {
  background-color: #124731;
  /* Lean towards white for the lozenges */
  color: #ffffff;
}

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

.cc-seconrecap .item__title a {
  color: #000000;
}
.cc-seconrecap .item__title a:hover,
.cc-seconrecap .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-seconrecap p a,
.cc-seconrecap ul li a {
  color: #000000;
}
.cc-seconrecap p a:hover,
.cc-seconrecap p a:active,
.cc-seconrecap ul li a:hover,
.cc-seconrecap ul li a:active {
  color: #262626;
}

.cc-seconrecap .item__footer {
  color: #454547;
}
.cc-seconrecap .item__footer a {
  color: #000000;
}
.cc-seconrecap .item__footer a:hover,
.cc-seconrecap .item__footer a:active {
  color: #262626;
}


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

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

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

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

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


.cc-currentinitiatives {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-currentinitiatives .category__title {
  color: #124731;
  text-align: left;

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

/* Icons */
/*  */
.cc-currentinitiatives .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-currentinitiatives .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-currentinitiatives .category__title--lozenge .category__title__text {
  background-color: #124731;
  /* Lean towards white for the lozenges */
  color: #ffffff;
}

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

.cc-currentinitiatives .item__title a {
  color: #060383;
}
.cc-currentinitiatives .item__title a:hover,
.cc-currentinitiatives .item__title a:focus {
  color: #050269;
}

  /* Embedded link colors */
  /*  */

.cc-currentinitiatives p a,
.cc-currentinitiatives ul li a {
  color: #060383;
}
.cc-currentinitiatives p a:hover,
.cc-currentinitiatives p a:active,
.cc-currentinitiatives ul li a:hover,
.cc-currentinitiatives ul li a:active {
  color: #2c29a9;
}

.cc-currentinitiatives .item__footer {
  color: #454547;
}
.cc-currentinitiatives .item__footer a {
  color: #060383;
}
.cc-currentinitiatives .item__footer a:hover,
.cc-currentinitiatives .item__footer a:active {
  color: #2c29a9;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-currentinitiatives.category__footer h2 {
  border: 1px solid #454547;
}
.cc-currentinitiatives.category__footer a {
  color: #060383;
}
.cc-currentinitiatives.category__footer a:hover,
.cc-currentinitiatives.category__footer a:focus {
  color: #050269;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-discordblog {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-discordblog .category__title {
  color: #124731;
  text-align: left;

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

/* Icons */
/*  */
.cc-discordblog .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-discordblog .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-discordblog .category__title--lozenge .category__title__text {
  background-color: #124731;
  /* Lean towards white for the lozenges */
  color: #ffffff;
}

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

.cc-discordblog .item__title a {
  color: #060383;
}
.cc-discordblog .item__title a:hover,
.cc-discordblog .item__title a:focus {
  color: #050269;
}

  /* Embedded link colors */
  /*  */

.cc-discordblog p a,
.cc-discordblog ul li a {
  color: #060383;
}
.cc-discordblog p a:hover,
.cc-discordblog p a:active,
.cc-discordblog ul li a:hover,
.cc-discordblog ul li a:active {
  color: #2c29a9;
}

.cc-discordblog .item__footer {
  color: #454547;
}
.cc-discordblog .item__footer a {
  color: #060383;
}
.cc-discordblog .item__footer a:hover,
.cc-discordblog .item__footer a:active {
  color: #2c29a9;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-discordblog.category__footer h2 {
  border: 1px solid #454547;
}
.cc-discordblog.category__footer a {
  color: #060383;
}
.cc-discordblog.category__footer a:hover,
.cc-discordblog.category__footer a:focus {
  color: #050269;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-membercontributions {
  background-color: #efeff5;
  color: #454547;
  text-align: left;
}

.cc-membercontributions .category__title {
  color: #124731;
  text-align: left;

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

/* Icons */
/*  */
.cc-membercontributions .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-membercontributions .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-membercontributions .category__title--lozenge .category__title__text {
  background-color: #124731;
  /* Lean towards white for the lozenges */
  color: #ffffff;
}

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

.cc-membercontributions .item__title a {
  color: #060383;
}
.cc-membercontributions .item__title a:hover,
.cc-membercontributions .item__title a:focus {
  color: #050269;
}

  /* Embedded link colors */
  /*  */

.cc-membercontributions p a,
.cc-membercontributions ul li a {
  color: #060383;
}
.cc-membercontributions p a:hover,
.cc-membercontributions p a:active,
.cc-membercontributions ul li a:hover,
.cc-membercontributions ul li a:active {
  color: #2c29a9;
}

.cc-membercontributions .item__footer {
  color: #454547;
}
.cc-membercontributions .item__footer a {
  color: #060383;
}
.cc-membercontributions .item__footer a:hover,
.cc-membercontributions .item__footer a:active {
  color: #2c29a9;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-membercontributions.category__footer h2 {
  border: 1px solid #454547;
}
.cc-membercontributions.category__footer a {
  color: #060383;
}
.cc-membercontributions.category__footer a:hover,
.cc-membercontributions.category__footer a:focus {
  color: #050269;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-supporter {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-supporter .category__title {
  color: #124731;
  text-align: left;

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

/* Icons */
/*  */
.cc-supporter .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-supporter .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-supporter .category__title--lozenge .category__title__text {
  background-color: #124731;
  /* Lean towards white for the lozenges */
  color: #ffffff;
}

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

.cc-supporter .item__title a {
  color: #060383;
}
.cc-supporter .item__title a:hover,
.cc-supporter .item__title a:focus {
  color: #050269;
}

  /* Embedded link colors */
  /*  */

.cc-supporter p a,
.cc-supporter ul li a {
  color: #060383;
}
.cc-supporter p a:hover,
.cc-supporter p a:active,
.cc-supporter ul li a:hover,
.cc-supporter ul li a:active {
  color: #2c29a9;
}

.cc-supporter .item__footer {
  color: #454547;
}
.cc-supporter .item__footer a {
  color: #060383;
}
.cc-supporter .item__footer a:hover,
.cc-supporter .item__footer a:active {
  color: #2c29a9;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-supporter.category__footer h2 {
  border: 1px solid #454547;
}
.cc-supporter.category__footer a {
  color: #060383;
}
.cc-supporter.category__footer a:hover,
.cc-supporter.category__footer a:focus {
  color: #050269;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-educationaltraining {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-educationaltraining .category__title {
  color: #124731;
  text-align: left;

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

/* Icons */
/*  */
.cc-educationaltraining .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-educationaltraining .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-educationaltraining .category__title--lozenge .category__title__text {
  background-color: #124731;
  /* Lean towards white for the lozenges */
  color: #ffffff;
}

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

.cc-educationaltraining .item__title a {
  color: #060383;
}
.cc-educationaltraining .item__title a:hover,
.cc-educationaltraining .item__title a:focus {
  color: #050269;
}

  /* Embedded link colors */
  /*  */

.cc-educationaltraining p a,
.cc-educationaltraining ul li a {
  color: #060383;
}
.cc-educationaltraining p a:hover,
.cc-educationaltraining p a:active,
.cc-educationaltraining ul li a:hover,
.cc-educationaltraining ul li a:active {
  color: #2c29a9;
}

.cc-educationaltraining .item__footer {
  color: #454547;
}
.cc-educationaltraining .item__footer a {
  color: #060383;
}
.cc-educationaltraining .item__footer a:hover,
.cc-educationaltraining .item__footer a:active {
  color: #2c29a9;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-educationaltraining.category__footer h2 {
  border: 1px solid #454547;
}
.cc-educationaltraining.category__footer a {
  color: #060383;
}
.cc-educationaltraining.category__footer a:hover,
.cc-educationaltraining.category__footer a:focus {
  color: #050269;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-upcomingpresenters {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-upcomingpresenters .category__title {
  color: #124731;
  text-align: left;

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

/* Icons */
/*  */
.cc-upcomingpresenters .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-upcomingpresenters .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-upcomingpresenters .category__title--lozenge .category__title__text {
  background-color: #124731;
  /* Lean towards white for the lozenges */
  color: #ffffff;
}

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

.cc-upcomingpresenters .item__title a {
  color: #060383;
}
.cc-upcomingpresenters .item__title a:hover,
.cc-upcomingpresenters .item__title a:focus {
  color: #050269;
}

  /* Embedded link colors */
  /*  */

.cc-upcomingpresenters p a,
.cc-upcomingpresenters ul li a {
  color: #060383;
}
.cc-upcomingpresenters p a:hover,
.cc-upcomingpresenters p a:active,
.cc-upcomingpresenters ul li a:hover,
.cc-upcomingpresenters ul li a:active {
  color: #2c29a9;
}

.cc-upcomingpresenters .item__footer {
  color: #454547;
}
.cc-upcomingpresenters .item__footer a {
  color: #060383;
}
.cc-upcomingpresenters .item__footer a:hover,
.cc-upcomingpresenters .item__footer a:active {
  color: #2c29a9;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-upcomingpresenters.category__footer h2 {
  border: 1px solid #454547;
}
.cc-upcomingpresenters.category__footer a {
  color: #060383;
}
.cc-upcomingpresenters.category__footer a:hover,
.cc-upcomingpresenters.category__footer a:focus {
  color: #050269;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-secon2021 {
  background-color: #efeff5;
  color: #454547;
  text-align: left;
}

.cc-secon2021 .category__title {
  color: #124731;
  text-align: left;

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

/* Icons */
/*  */
.cc-secon2021 .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-secon2021 .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-secon2021 .category__title--lozenge .category__title__text {
  background-color: #124731;
  /* Lean towards white for the lozenges */
  color: #ffffff;
}

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

.cc-secon2021 .item__title a {
  color: #060383;
}
.cc-secon2021 .item__title a:hover,
.cc-secon2021 .item__title a:focus {
  color: #050269;
}

  /* Embedded link colors */
  /*  */

.cc-secon2021 p a,
.cc-secon2021 ul li a {
  color: #060383;
}
.cc-secon2021 p a:hover,
.cc-secon2021 p a:active,
.cc-secon2021 ul li a:hover,
.cc-secon2021 ul li a:active {
  color: #2c29a9;
}

.cc-secon2021 .item__footer {
  color: #454547;
}
.cc-secon2021 .item__footer a {
  color: #060383;
}
.cc-secon2021 .item__footer a:hover,
.cc-secon2021 .item__footer a:active {
  color: #2c29a9;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-secon2021.category__footer h2 {
  border: 1px solid #454547;
}
.cc-secon2021.category__footer a {
  color: #060383;
}
.cc-secon2021.category__footer a:hover,
.cc-secon2021.category__footer a:focus {
  color: #050269;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-sponsors {
  background-color: #efeff5;
  color: #454547;
  text-align: left;
}

.cc-sponsors .category__title {
  color: #124731;
  text-align: left;

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

/* Icons */
/*  */
.cc-sponsors .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-sponsors .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-sponsors .category__title--lozenge .category__title__text {
  background-color: #124731;
  /* Lean towards white for the lozenges */
  color: #ffffff;
}

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

.cc-sponsors .item__title a {
  color: #060383;
}
.cc-sponsors .item__title a:hover,
.cc-sponsors .item__title a:focus {
  color: #050269;
}

  /* Embedded link colors */
  /*  */

.cc-sponsors p a,
.cc-sponsors ul li a {
  color: #060383;
}
.cc-sponsors p a:hover,
.cc-sponsors p a:active,
.cc-sponsors ul li a:hover,
.cc-sponsors ul li a:active {
  color: #2c29a9;
}

.cc-sponsors .item__footer {
  color: #454547;
}
.cc-sponsors .item__footer a {
  color: #060383;
}
.cc-sponsors .item__footer a:hover,
.cc-sponsors .item__footer a:active {
  color: #2c29a9;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-sponsors.category__footer h2 {
  border: 1px solid #454547;
}
.cc-sponsors.category__footer a {
  color: #060383;
}
.cc-sponsors.category__footer a:hover,
.cc-sponsors.category__footer a:focus {
  color: #050269;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-preconferenceinformation {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-preconferenceinformation .category__title {
  color: #124731;
  text-align: left;

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

/* Icons */
/*  */
.cc-preconferenceinformation .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-preconferenceinformation .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-preconferenceinformation .category__title--lozenge .category__title__text {
  background-color: #124731;
  /* Lean towards white for the lozenges */
  color: #ffffff;
}

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

.cc-preconferenceinformation .item__title a {
  color: #060383;
}
.cc-preconferenceinformation .item__title a:hover,
.cc-preconferenceinformation .item__title a:focus {
  color: #050269;
}

  /* Embedded link colors */
  /*  */

.cc-preconferenceinformation p a,
.cc-preconferenceinformation ul li a {
  color: #060383;
}
.cc-preconferenceinformation p a:hover,
.cc-preconferenceinformation p a:active,
.cc-preconferenceinformation ul li a:hover,
.cc-preconferenceinformation ul li a:active {
  color: #2c29a9;
}

.cc-preconferenceinformation .item__footer {
  color: #454547;
}
.cc-preconferenceinformation .item__footer a {
  color: #060383;
}
.cc-preconferenceinformation .item__footer a:hover,
.cc-preconferenceinformation .item__footer a:active {
  color: #2c29a9;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-preconferenceinformation.category__footer h2 {
  border: 1px solid #454547;
}
.cc-preconferenceinformation.category__footer a {
  color: #060383;
}
.cc-preconferenceinformation.category__footer a:hover,
.cc-preconferenceinformation.category__footer a:focus {
  color: #050269;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-schedule {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-schedule .category__title {
  color: #124731;
  text-align: left;

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

/* Icons */
/*  */
.cc-schedule .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-schedule .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-schedule .category__title--lozenge .category__title__text {
  background-color: #124731;
  /* Lean towards white for the lozenges */
  color: #ffffff;
}

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

.cc-schedule .item__title a {
  color: #060383;
}
.cc-schedule .item__title a:hover,
.cc-schedule .item__title a:focus {
  color: #050269;
}

  /* Embedded link colors */
  /*  */

.cc-schedule p a,
.cc-schedule ul li a {
  color: #060383;
}
.cc-schedule p a:hover,
.cc-schedule p a:active,
.cc-schedule ul li a:hover,
.cc-schedule ul li a:active {
  color: #2c29a9;
}

.cc-schedule .item__footer {
  color: #454547;
}
.cc-schedule .item__footer a {
  color: #060383;
}
.cc-schedule .item__footer a:hover,
.cc-schedule .item__footer a:active {
  color: #2c29a9;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-schedule.category__footer h2 {
  border: 1px solid #454547;
}
.cc-schedule.category__footer a {
  color: #060383;
}
.cc-schedule.category__footer a:hover,
.cc-schedule.category__footer a:focus {
  color: #050269;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-seconsocialevents {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-seconsocialevents .category__title {
  color: #124731;
  text-align: left;

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

/* Icons */
/*  */
.cc-seconsocialevents .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-seconsocialevents .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-seconsocialevents .category__title--lozenge .category__title__text {
  background-color: #124731;
  /* Lean towards white for the lozenges */
  color: #ffffff;
}

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

.cc-seconsocialevents .item__title a {
  color: #060383;
}
.cc-seconsocialevents .item__title a:hover,
.cc-seconsocialevents .item__title a:focus {
  color: #050269;
}

  /* Embedded link colors */
  /*  */

.cc-seconsocialevents p a,
.cc-seconsocialevents ul li a {
  color: #060383;
}
.cc-seconsocialevents p a:hover,
.cc-seconsocialevents p a:active,
.cc-seconsocialevents ul li a:hover,
.cc-seconsocialevents ul li a:active {
  color: #2c29a9;
}

.cc-seconsocialevents .item__footer {
  color: #454547;
}
.cc-seconsocialevents .item__footer a {
  color: #060383;
}
.cc-seconsocialevents .item__footer a:hover,
.cc-seconsocialevents .item__footer a:active {
  color: #2c29a9;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-seconsocialevents.category__footer h2 {
  border: 1px solid #454547;
}
.cc-seconsocialevents.category__footer a {
  color: #060383;
}
.cc-seconsocialevents.category__footer a:hover,
.cc-seconsocialevents.category__footer a:focus {
  color: #050269;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-keynotespeakers {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-keynotespeakers .category__title {
  color: #124731;
  text-align: left;

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

/* Icons */
/*  */
.cc-keynotespeakers .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-keynotespeakers .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-keynotespeakers .category__title--lozenge .category__title__text {
  background-color: #124731;
  /* Lean towards white for the lozenges */
  color: #ffffff;
}

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

.cc-keynotespeakers .item__title a {
  color: #060383;
}
.cc-keynotespeakers .item__title a:hover,
.cc-keynotespeakers .item__title a:focus {
  color: #050269;
}

  /* Embedded link colors */
  /*  */

.cc-keynotespeakers p a,
.cc-keynotespeakers ul li a {
  color: #060383;
}
.cc-keynotespeakers p a:hover,
.cc-keynotespeakers p a:active,
.cc-keynotespeakers ul li a:hover,
.cc-keynotespeakers ul li a:active {
  color: #2c29a9;
}

.cc-keynotespeakers .item__footer {
  color: #454547;
}
.cc-keynotespeakers .item__footer a {
  color: #060383;
}
.cc-keynotespeakers .item__footer a:hover,
.cc-keynotespeakers .item__footer a:active {
  color: #2c29a9;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-keynotespeakers.category__footer h2 {
  border: 1px solid #454547;
}
.cc-keynotespeakers.category__footer a {
  color: #060383;
}
.cc-keynotespeakers.category__footer a:hover,
.cc-keynotespeakers.category__footer a:focus {
  color: #050269;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-speakers {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-speakers .category__title {
  color: #124731;
  text-align: left;

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

/* Icons */
/*  */
.cc-speakers .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-speakers .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-speakers .category__title--lozenge .category__title__text {
  background-color: #124731;
  /* Lean towards white for the lozenges */
  color: #ffffff;
}

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

.cc-speakers .item__title a {
  color: #060383;
}
.cc-speakers .item__title a:hover,
.cc-speakers .item__title a:focus {
  color: #050269;
}

  /* Embedded link colors */
  /*  */

.cc-speakers p a,
.cc-speakers ul li a {
  color: #060383;
}
.cc-speakers p a:hover,
.cc-speakers p a:active,
.cc-speakers ul li a:hover,
.cc-speakers ul li a:active {
  color: #2c29a9;
}

.cc-speakers .item__footer {
  color: #454547;
}
.cc-speakers .item__footer a {
  color: #060383;
}
.cc-speakers .item__footer a:hover,
.cc-speakers .item__footer a:active {
  color: #2c29a9;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-speakers.category__footer h2 {
  border: 1px solid #454547;
}
.cc-speakers.category__footer a {
  color: #060383;
}
.cc-speakers.category__footer a:hover,
.cc-speakers.category__footer a:focus {
  color: #050269;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-careercoaches {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-careercoaches .category__title {
  color: #124731;
  text-align: left;

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

/* Icons */
/*  */
.cc-careercoaches .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-careercoaches .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-careercoaches .category__title--lozenge .category__title__text {
  background-color: #124731;
  /* Lean towards white for the lozenges */
  color: #ffffff;
}

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

.cc-careercoaches .item__title a {
  color: #060383;
}
.cc-careercoaches .item__title a:hover,
.cc-careercoaches .item__title a:focus {
  color: #050269;
}

  /* Embedded link colors */
  /*  */

.cc-careercoaches p a,
.cc-careercoaches ul li a {
  color: #060383;
}
.cc-careercoaches p a:hover,
.cc-careercoaches p a:active,
.cc-careercoaches ul li a:hover,
.cc-careercoaches ul li a:active {
  color: #2c29a9;
}

.cc-careercoaches .item__footer {
  color: #454547;
}
.cc-careercoaches .item__footer a {
  color: #060383;
}
.cc-careercoaches .item__footer a:hover,
.cc-careercoaches .item__footer a:active {
  color: #2c29a9;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-careercoaches.category__footer h2 {
  border: 1px solid #454547;
}
.cc-careercoaches.category__footer a {
  color: #060383;
}
.cc-careercoaches.category__footer a:hover,
.cc-careercoaches.category__footer a:focus {
  color: #050269;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-speakerstudents {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-speakerstudents .category__title {
  color: #124731;
  text-align: left;

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

/* Icons */
/*  */
.cc-speakerstudents .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-speakerstudents .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-speakerstudents .category__title--lozenge .category__title__text {
  background-color: #124731;
  /* Lean towards white for the lozenges */
  color: #ffffff;
}

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

.cc-speakerstudents .item__title a {
  color: #060383;
}
.cc-speakerstudents .item__title a:hover,
.cc-speakerstudents .item__title a:focus {
  color: #050269;
}

  /* Embedded link colors */
  /*  */

.cc-speakerstudents p a,
.cc-speakerstudents ul li a {
  color: #060383;
}
.cc-speakerstudents p a:hover,
.cc-speakerstudents p a:active,
.cc-speakerstudents ul li a:hover,
.cc-speakerstudents ul li a:active {
  color: #2c29a9;
}

.cc-speakerstudents .item__footer {
  color: #454547;
}
.cc-speakerstudents .item__footer a {
  color: #060383;
}
.cc-speakerstudents .item__footer a:hover,
.cc-speakerstudents .item__footer a:active {
  color: #2c29a9;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-speakerstudents.category__footer h2 {
  border: 1px solid #454547;
}
.cc-speakerstudents.category__footer a {
  color: #060383;
}
.cc-speakerstudents.category__footer a:hover,
.cc-speakerstudents.category__footer a:focus {
  color: #050269;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-notablecybersecurityevents {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-notablecybersecurityevents .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-notablecybersecurityevents .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-notablecybersecurityevents .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-notablecybersecurityevents blockquote {
  border-left-color: #cccccc;
}

.cc-notablecybersecurityevents .item__title a {
  color: #000000;
}
.cc-notablecybersecurityevents .item__title a:hover,
.cc-notablecybersecurityevents .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

.cc-notablecybersecurityevents p a,
.cc-notablecybersecurityevents ul li a {
  color: #000000;
}
.cc-notablecybersecurityevents p a:hover,
.cc-notablecybersecurityevents p a:active,
.cc-notablecybersecurityevents ul li a:hover,
.cc-notablecybersecurityevents ul li a:active {
  color: #262626;
}

.cc-notablecybersecurityevents .item__footer {
  color: #454547;
}
.cc-notablecybersecurityevents .item__footer a {
  color: #000000;
}
.cc-notablecybersecurityevents .item__footer a:hover,
.cc-notablecybersecurityevents .item__footer a:active {
  color: #262626;
}


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

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

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

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

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


.cc-meeting-recordings {
  background-color: #efeff5;
  color: #454547;
  text-align: left;
}

.cc-meeting-recordings .category__title {
  color: #124731;
  text-align: left;

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

/* Icons */
/*  */
.cc-meeting-recordings .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-meeting-recordings .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-meeting-recordings .category__title--lozenge .category__title__text {
  background-color: #124731;
  /* Lean towards white for the lozenges */
  color: #ffffff;
}

  /* 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-meeting-recordings blockquote {
  border-left-color: #bfbfc4;
}

.cc-meeting-recordings .item__title a {
  color: #060383;
}
.cc-meeting-recordings .item__title a:hover,
.cc-meeting-recordings .item__title a:focus {
  color: #050269;
}

  /* Embedded link colors */
  /*  */

.cc-meeting-recordings p a,
.cc-meeting-recordings ul li a {
  color: #060383;
}
.cc-meeting-recordings p a:hover,
.cc-meeting-recordings p a:active,
.cc-meeting-recordings ul li a:hover,
.cc-meeting-recordings ul li a:active {
  color: #2c29a9;
}

.cc-meeting-recordings .item__footer {
  color: #454547;
}
.cc-meeting-recordings .item__footer a {
  color: #060383;
}
.cc-meeting-recordings .item__footer a:hover,
.cc-meeting-recordings .item__footer a:active {
  color: #2c29a9;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-meeting-recordings.category__footer h2 {
  border: 1px solid #454547;
}
.cc-meeting-recordings.category__footer a {
  color: #060383;
}
.cc-meeting-recordings.category__footer a:hover,
.cc-meeting-recordings.category__footer a:focus {
  color: #050269;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-boardmembers {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-boardmembers .category__title {
  color: #124731;
  text-align: left;

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

/* Icons */
/*  */
.cc-boardmembers .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-boardmembers .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-boardmembers .category__title--lozenge .category__title__text {
  background-color: #124731;
  /* Lean towards white for the lozenges */
  color: #ffffff;
}

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

.cc-boardmembers .item__title a {
  color: #060383;
}
.cc-boardmembers .item__title a:hover,
.cc-boardmembers .item__title a:focus {
  color: #050269;
}

  /* Embedded link colors */
  /*  */

.cc-boardmembers p a,
.cc-boardmembers ul li a {
  color: #060383;
}
.cc-boardmembers p a:hover,
.cc-boardmembers p a:active,
.cc-boardmembers ul li a:hover,
.cc-boardmembers ul li a:active {
  color: #2c29a9;
}

.cc-boardmembers .item__footer {
  color: #454547;
}
.cc-boardmembers .item__footer a {
  color: #060383;
}
.cc-boardmembers .item__footer a:hover,
.cc-boardmembers .item__footer a:active {
  color: #2c29a9;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-boardmembers.category__footer h2 {
  border: 1px solid #454547;
}
.cc-boardmembers.category__footer a {
  color: #060383;
}
.cc-boardmembers.category__footer a:hover,
.cc-boardmembers.category__footer a:focus {
  color: #050269;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-deadlinesubmission {
  background-color: #efeff5;
  color: #454547;
  text-align: left;
}

.cc-deadlinesubmission .category__title {
  color: #124731;
  text-align: left;

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

/* Icons */
/*  */
.cc-deadlinesubmission .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-deadlinesubmission .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-deadlinesubmission .category__title--lozenge .category__title__text {
  background-color: #124731;
  /* Lean towards white for the lozenges */
  color: #ffffff;
}

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

.cc-deadlinesubmission .item__title a {
  color: #060383;
}
.cc-deadlinesubmission .item__title a:hover,
.cc-deadlinesubmission .item__title a:focus {
  color: #050269;
}

  /* Embedded link colors */
  /*  */

.cc-deadlinesubmission p a,
.cc-deadlinesubmission ul li a {
  color: #060383;
}
.cc-deadlinesubmission p a:hover,
.cc-deadlinesubmission p a:active,
.cc-deadlinesubmission ul li a:hover,
.cc-deadlinesubmission ul li a:active {
  color: #2c29a9;
}

.cc-deadlinesubmission .item__footer {
  color: #454547;
}
.cc-deadlinesubmission .item__footer a {
  color: #060383;
}
.cc-deadlinesubmission .item__footer a:hover,
.cc-deadlinesubmission .item__footer a:active {
  color: #2c29a9;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-deadlinesubmission.category__footer h2 {
  border: 1px solid #454547;
}
.cc-deadlinesubmission.category__footer a {
  color: #060383;
}
.cc-deadlinesubmission.category__footer a:hover,
.cc-deadlinesubmission.category__footer a:focus {
  color: #050269;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-boardofdirectors {
  background-color: #FFFFFF;
  color: #454547;
  text-align: left;
}

.cc-boardofdirectors .category__title {
  color: #124731;
  text-align: left;

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

/* Icons */
/*  */
.cc-boardofdirectors .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-boardofdirectors .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-boardofdirectors .category__title--lozenge .category__title__text {
  background-color: #124731;
  /* Lean towards white for the lozenges */
  color: #ffffff;
}

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

.cc-boardofdirectors .item__title a {
  color: #060383;
}
.cc-boardofdirectors .item__title a:hover,
.cc-boardofdirectors .item__title a:focus {
  color: #050269;
}

  /* Embedded link colors */
  /*  */

.cc-boardofdirectors p a,
.cc-boardofdirectors ul li a {
  color: #060383;
}
.cc-boardofdirectors p a:hover,
.cc-boardofdirectors p a:active,
.cc-boardofdirectors ul li a:hover,
.cc-boardofdirectors ul li a:active {
  color: #2c29a9;
}

.cc-boardofdirectors .item__footer {
  color: #454547;
}
.cc-boardofdirectors .item__footer a {
  color: #060383;
}
.cc-boardofdirectors .item__footer a:hover,
.cc-boardofdirectors .item__footer a:active {
  color: #2c29a9;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-boardofdirectors.category__footer h2 {
  border: 1px solid #454547;
}
.cc-boardofdirectors.category__footer a {
  color: #060383;
}
.cc-boardofdirectors.category__footer a:hover,
.cc-boardofdirectors.category__footer a:focus {
  color: #050269;
}

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

.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(69,69,71,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: #000000;
  color: #000000;
}

/* 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(18,71,49,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.05);
}

/* Style input with border when flat color */
/*  */
.cta--header .form-control {
  border: 1px solid #d7d7dd;
  -webkit-background-clip: padding-box;
}

.cta--header .cta-tabs .cta-tabs-title {
  color: rgba(18,71,49,0.6);
}

.cta--header .cta-tabs button {
  color: rgba(18,71,49,0.6);
}
.cta--header .cta-tabs button:hover,
.cta--header .cta-tabs button.active {
  border-top-color: rgba(18,71,49,0.8);
  color: #124731;
}

.header--withimage .cta--header .btn {
  background-color: #efeff5;
}
.header--withimage .cta--header .btn:hover,
.header--withimage .cta--header .btn:focus {
  background-color: #e3e3e9;
}


/* Subscription pages */
/*  */
.subscription__resubscribe__btn {
  color: #000000;
}
.subscription__resubscribe__btn:hover,
.subscription__resubscribe__btn:focus {
  color: #262626;
}


/* Pages */
/*  */
.page h2:before {
  border-top-color: rgba(69,69,71,0.7);
}
.page__header {
  color: rgba(69,69,71,0.7);
}
.page__header b,
.page__header strong {
  color: rgba(55,55,57,0.7);
}
.page .terms--custom {
  border-top: 1px solid rgba(69,69,71,0.7);
}

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

.sponsorship__quicklinks {
  color: rgba(69,69,71,0.7);
}
.sponsorship__quicklinks a {
  color: rgba(69,69,71,0.7);
}
.sponsorship__quicklinks a:hover,
.sponsorship__quicklinks a:active {
  color: #3e3e40;
}

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

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

.sponsorship__availability h2 {
  color: rgba(69,69,71,0.7);
}

.sponsorship__availability section + section:before {
  border-top-color: rgba(69,69,71,0.6);
}

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

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

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

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

.sponsorship__availability .available p {
  color: #B7CE3C;
}
.sponsorship__availability .available .booknow a {
  background-color: #B7CE3C;
  color: #FFFFFF;
}
.sponsorship__availability .available .booknow a:hover,
.sponsorship__availability .available .booknow a:focus {
  background-color: #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: #454547;
}

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

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

/* Home page no issue overwrites */
/*  */
.home--noissue {
  background-color: #efeff5;
  color: #124731;
}
.home--noissue body {
  background-color: transparent;
}
.home--noissue .footer {
  background-color: #efeff5;
  color: #124731;
}
.home--noissue .footer a {
  color: rgba(18,71,49,0.8);
}
.home--noissue .footer a:hover,
.home--noissue .footer a:active {
  color: #124731;
}
.home--noissue .footer .i .recaptcha-terms {
  color: rgba(18,71,49,0.5);
}
.home--noissue .footer .i .recaptcha-terms a {
  color: rgba(18,71,49,0.5);
}

.home--noissue .footer .social a svg {
  fill: rgba(18,71,49,0.8);
}
.home--noissue .footer .social a:hover svg {
  fill: #124731;
}


.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;
}
