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

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

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

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

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

  color: #124731;
}

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

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

}

@media (min-width: 760px) {
  .navbar-search .form-control {
    border: 1px solid #dde1dd;
    -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__title--lozenge .category__title__text {
  padding-bottom: 3px;
  padding-top: 5px;
}

    /* Garamond doesn't need fixing on desktop, only Laila and Merriweather */
    /*  */

/* 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-seconinternationalcommittee .item__heading {
  color: #124731;
}

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

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


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

.cc-seconinternationalcommittee .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-seconinternationalcommittee .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-seconinternationalcommittee .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-seconinternationalcommittee .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-seconinternationalcommittee blockquote {
  border-left-color: #cccccc;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-seconinternationalcommittee.category__footer h2 {
  border: 1px solid #454547;
}
.cc-seconinternationalcommittee.category__footer a {
  color: #060383;
}
.cc-seconinternationalcommittee.category__footer a:hover,
.cc-seconinternationalcommittee.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-seconinternationalregistration .item__heading {
  color: #124731;
}

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

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


.cc-seconinternationalregistration {
  background-color: #e2e1e1;
  color: #454547;
  text-align: left;
}

.cc-seconinternationalregistration .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-seconinternationalregistration .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-seconinternationalregistration .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-seconinternationalregistration .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-seconinternationalregistration blockquote {
  border-left-color: #b5b4b4;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-seconinternationalregistration.category__footer h2 {
  border: 1px solid #454547;
}
.cc-seconinternationalregistration.category__footer a {
  color: #000000;
}
.cc-seconinternationalregistration.category__footer a:hover,
.cc-seconinternationalregistration.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-seconinternational2022 .item__heading {
  color: #124731;
}

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

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


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

.cc-seconinternational2022 .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-seconinternational2022 .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-seconinternational2022 .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-seconinternational2022 .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-seconinternational2022 blockquote {
  border-left-color: #cccccc;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-seconinternational2022.category__footer h2 {
  border: 1px solid #454547;
}
.cc-seconinternational2022.category__footer a {
  color: #060383;
}
.cc-seconinternational2022.category__footer a:hover,
.cc-seconinternational2022.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: #FFFFFF;
  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: #cccccc;
}

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

  /* 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-seconinternational2022agenda .item__heading {
  color: #124731;
}

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

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


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

.cc-seconinternational2022agenda .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-seconinternational2022agenda .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-seconinternational2022agenda .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-seconinternational2022agenda .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-seconinternational2022agenda blockquote {
  border-left-color: #cccccc;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-seconinternational2022agenda.category__footer h2 {
  border: 1px solid #454547;
}
.cc-seconinternational2022agenda.category__footer a {
  color: #000000;
}
.cc-seconinternational2022agenda.category__footer a:hover,
.cc-seconinternational2022agenda.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-welcomeremarks .item__heading {
  color: #124731;
}

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

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


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

.cc-welcomeremarks .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-welcomeremarks .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-welcomeremarks .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-welcomeremarks .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-welcomeremarks blockquote {
  border-left-color: #cccccc;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-welcomeremarks.category__footer h2 {
  border: 1px solid #454547;
}
.cc-welcomeremarks.category__footer a {
  color: #000000;
}
.cc-welcomeremarks.category__footer a:hover,
.cc-welcomeremarks.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-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: #000000;
}

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


.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: #000000;
}
.cc-keynotespeakers .item__title a:hover,
.cc-keynotespeakers .item__title a:focus {
  color: #000000;
}

  /* Embedded link colors */
  /*  */

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

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


  /* 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: #000000;
}
.cc-keynotespeakers.category__footer a:hover,
.cc-keynotespeakers.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-cyberdefensematrixworkshop .item__heading {
  color: #124731;
}

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

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


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

.cc-cyberdefensematrixworkshop .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-cyberdefensematrixworkshop .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-cyberdefensematrixworkshop .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-cyberdefensematrixworkshop .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-cyberdefensematrixworkshop blockquote {
  border-left-color: #bfbfc4;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-cyberdefensematrixworkshop.category__footer h2 {
  border: 1px solid #454547;
}
.cc-cyberdefensematrixworkshop.category__footer a {
  color: #000000;
}
.cc-cyberdefensematrixworkshop.category__footer a:hover,
.cc-cyberdefensematrixworkshop.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-aiquantumadvancedtechnologies .item__heading {
  color: #124731;
}

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

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


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

.cc-aiquantumadvancedtechnologies .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-aiquantumadvancedtechnologies .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-aiquantumadvancedtechnologies .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-aiquantumadvancedtechnologies .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-aiquantumadvancedtechnologies blockquote {
  border-left-color: #cccccc;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-aiquantumadvancedtechnologies.category__footer h2 {
  border: 1px solid #454547;
}
.cc-aiquantumadvancedtechnologies.category__footer a {
  color: #000000;
}
.cc-aiquantumadvancedtechnologies.category__footer a:hover,
.cc-aiquantumadvancedtechnologies.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-applicationopensourcesecurity .item__heading {
  color: #124731;
}

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

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


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

.cc-applicationopensourcesecurity .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-applicationopensourcesecurity .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-applicationopensourcesecurity .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-applicationopensourcesecurity .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-applicationopensourcesecurity blockquote {
  border-left-color: #bfbfc4;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-applicationopensourcesecurity.category__footer h2 {
  border: 1px solid #454547;
}
.cc-applicationopensourcesecurity.category__footer a {
  color: #000000;
}
.cc-applicationopensourcesecurity.category__footer a:hover,
.cc-applicationopensourcesecurity.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-iamgrc .item__heading {
  color: #124731;
}

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

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


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

.cc-iamgrc .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-iamgrc .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-iamgrc .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-iamgrc .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-iamgrc blockquote {
  border-left-color: #cccccc;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-iamgrc.category__footer h2 {
  border: 1px solid #454547;
}
.cc-iamgrc.category__footer a {
  color: #000000;
}
.cc-iamgrc.category__footer a:hover,
.cc-iamgrc.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-awarenessstrategyorganizational .item__heading {
  color: #124731;
}

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

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


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

.cc-awarenessstrategyorganizational .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-awarenessstrategyorganizational .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-awarenessstrategyorganizational .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-awarenessstrategyorganizational .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-awarenessstrategyorganizational blockquote {
  border-left-color: #cccccc;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-awarenessstrategyorganizational.category__footer h2 {
  border: 1px solid #454547;
}
.cc-awarenessstrategyorganizational.category__footer a {
  color: #000000;
}
.cc-awarenessstrategyorganizational.category__footer a:hover,
.cc-awarenessstrategyorganizational.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-operationalnetworksecurity .item__heading {
  color: #124731;
}

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

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


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

.cc-operationalnetworksecurity .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-operationalnetworksecurity .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-operationalnetworksecurity .category__title img {
  }
}

  /* If category lozenge is selected for this category header style output styles */
  /*  */
.cc-operationalnetworksecurity .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-operationalnetworksecurity blockquote {
  border-left-color: #bfbfc4;
}

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

  /* Embedded link colors */
  /*  */

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

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


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-operationalnetworksecurity.category__footer h2 {
  border: 1px solid #454547;
}
.cc-operationalnetworksecurity.category__footer a {
  color: #000000;
}
.cc-operationalnetworksecurity.category__footer a:hover,
.cc-operationalnetworksecurity.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-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;
}

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


/* 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: #f6faf6;
  color: #124731;
}
.home--noissue body {
  background-color: transparent;
}
.home--noissue .footer {
  background-color: #f6faf6;
  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;
}
