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

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

/* Default .btn */
/*  */
.btn {
  background-color: #b40606;
  color: #FFFFFF;
}
.btn:hover,
.btn:focus {
  background-color: #da2c2c;
  color: #FFFFFF;
}

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

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

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

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

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

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

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

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

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

  color: #FFFFFF;
}

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

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

}

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

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

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

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

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

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


.cc-joinusinisrael {
  background-color: #FFFFFF;
  color: #050505;
  text-align: left;
}

.cc-joinusinisrael .category__title {
  color: #c31a06;
  text-align: left;

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

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

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

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

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

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

.cc-joinusinisrael .item__title a {
  color: #c31a06;
}
.cc-joinusinisrael .item__title a:hover,
.cc-joinusinisrael .item__title a:focus {
  color: #9c1505;
}

  /* Embedded link colors */
  /*  */

.cc-joinusinisrael p a,
.cc-joinusinisrael ul li a {
  color: #c31a06;
}
.cc-joinusinisrael p a:hover,
.cc-joinusinisrael p a:active,
.cc-joinusinisrael ul li a:hover,
.cc-joinusinisrael ul li a:active {
  color: #e9402c;
}

.cc-joinusinisrael .item__footer {
  color: #050505;
}
.cc-joinusinisrael .item__footer a {
  color: #c31a06;
}
.cc-joinusinisrael .item__footer a:hover,
.cc-joinusinisrael .item__footer a:active {
  color: #e9402c;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-joinusinisrael.category__footer h2 {
  border: 1px solid #050505;
}
.cc-joinusinisrael.category__footer a {
  color: #c31a06;
}
.cc-joinusinisrael.category__footer a:hover,
.cc-joinusinisrael.category__footer a:focus {
  color: #9c1505;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-christmasisraelandmore {
  background-color: #FFFFFF;
  color: #050505;
  text-align: left;
}

.cc-christmasisraelandmore .category__title {
  color: #e20202;
  text-align: left;

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

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

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

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

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

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

.cc-christmasisraelandmore .item__title a {
  color: #c31a06;
}
.cc-christmasisraelandmore .item__title a:hover,
.cc-christmasisraelandmore .item__title a:focus {
  color: #9c1505;
}

  /* Embedded link colors */
  /*  */

.cc-christmasisraelandmore p a,
.cc-christmasisraelandmore ul li a {
  color: #c31a06;
}
.cc-christmasisraelandmore p a:hover,
.cc-christmasisraelandmore p a:active,
.cc-christmasisraelandmore ul li a:hover,
.cc-christmasisraelandmore ul li a:active {
  color: #e9402c;
}

.cc-christmasisraelandmore .item__footer {
  color: #050505;
}
.cc-christmasisraelandmore .item__footer a {
  color: #c31a06;
}
.cc-christmasisraelandmore .item__footer a:hover,
.cc-christmasisraelandmore .item__footer a:active {
  color: #e9402c;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-christmasisraelandmore.category__footer h2 {
  border: 1px solid #050505;
}
.cc-christmasisraelandmore.category__footer a {
  color: #c31a06;
}
.cc-christmasisraelandmore.category__footer a:hover,
.cc-christmasisraelandmore.category__footer a:focus {
  color: #9c1505;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-achristmasmessage {
  background-color: #FFFFFF;
  color: #050505;
  text-align: left;
}

.cc-achristmasmessage .category__title {
  color: #e20202;
  text-align: left;

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

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

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

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

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

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

.cc-achristmasmessage .item__title a {
  color: #e20202;
}
.cc-achristmasmessage .item__title a:hover,
.cc-achristmasmessage .item__title a:focus {
  color: #b50202;
}

  /* Embedded link colors */
  /*  */

.cc-achristmasmessage p a,
.cc-achristmasmessage ul li a {
  color: #e20202;
}
.cc-achristmasmessage p a:hover,
.cc-achristmasmessage p a:active,
.cc-achristmasmessage ul li a:hover,
.cc-achristmasmessage ul li a:active {
  color: #ff2828;
}

.cc-achristmasmessage .item__footer {
  color: #050505;
}
.cc-achristmasmessage .item__footer a {
  color: #e20202;
}
.cc-achristmasmessage .item__footer a:hover,
.cc-achristmasmessage .item__footer a:active {
  color: #ff2828;
}


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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

.cc-news .item__title a {
  color: #e04704;
}
.cc-news .item__title a:hover,
.cc-news .item__title a:focus {
  color: #b33903;
}

  /* Embedded link colors */
  /*  */

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

.cc-news .item__footer {
  color: #050505;
}
.cc-news .item__footer a {
  color: #e04704;
}
.cc-news .item__footer a:hover,
.cc-news .item__footer a:active {
  color: #ff6d2a;
}


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

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

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

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

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


.cc-hawkstrip {
  background-color: #FFFFFF;
  color: #050505;
  text-align: left;
}

.cc-hawkstrip .category__title {
  color: #e20202;
  text-align: left;

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

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

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

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

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

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

.cc-hawkstrip .item__title a {
  color: #e20202;
}
.cc-hawkstrip .item__title a:hover,
.cc-hawkstrip .item__title a:focus {
  color: #b50202;
}

  /* Embedded link colors */
  /*  */

.cc-hawkstrip p a,
.cc-hawkstrip ul li a {
  color: #e20202;
}
.cc-hawkstrip p a:hover,
.cc-hawkstrip p a:active,
.cc-hawkstrip ul li a:hover,
.cc-hawkstrip ul li a:active {
  color: #ff2828;
}

.cc-hawkstrip .item__footer {
  color: #050505;
}
.cc-hawkstrip .item__footer a {
  color: #e20202;
}
.cc-hawkstrip .item__footer a:hover,
.cc-hawkstrip .item__footer a:active {
  color: #ff2828;
}


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

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

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

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

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


.cc-ministryupdates {
  background-color: #FFFFFF;
  color: #050505;
  text-align: left;
}

.cc-ministryupdates .category__title {
  color: #e20202;
  text-align: left;

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

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

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

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

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

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

.cc-ministryupdates .item__title a {
  color: #e20202;
}
.cc-ministryupdates .item__title a:hover,
.cc-ministryupdates .item__title a:focus {
  color: #b50202;
}

  /* Embedded link colors */
  /*  */

.cc-ministryupdates p a,
.cc-ministryupdates ul li a {
  color: #e20202;
}
.cc-ministryupdates p a:hover,
.cc-ministryupdates p a:active,
.cc-ministryupdates ul li a:hover,
.cc-ministryupdates ul li a:active {
  color: #ff2828;
}

.cc-ministryupdates .item__footer {
  color: #050505;
}
.cc-ministryupdates .item__footer a {
  color: #e20202;
}
.cc-ministryupdates .item__footer a:hover,
.cc-ministryupdates .item__footer a:active {
  color: #ff2828;
}


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

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

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

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

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


.cc-rwanda {
  background-color: #FFFFFF;
  color: #050505;
  text-align: left;
}

.cc-rwanda .category__title {
  color: #e20202;
  text-align: left;

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

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

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

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

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

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

.cc-rwanda .item__title a {
  color: #c31a06;
}
.cc-rwanda .item__title a:hover,
.cc-rwanda .item__title a:focus {
  color: #9c1505;
}

  /* Embedded link colors */
  /*  */

.cc-rwanda p a,
.cc-rwanda ul li a {
  color: #c31a06;
}
.cc-rwanda p a:hover,
.cc-rwanda p a:active,
.cc-rwanda ul li a:hover,
.cc-rwanda ul li a:active {
  color: #e9402c;
}

.cc-rwanda .item__footer {
  color: #050505;
}
.cc-rwanda .item__footer a {
  color: #c31a06;
}
.cc-rwanda .item__footer a:hover,
.cc-rwanda .item__footer a:active {
  color: #e9402c;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-rwanda.category__footer h2 {
  border: 1px solid #050505;
}
.cc-rwanda.category__footer a {
  color: #c31a06;
}
.cc-rwanda.category__footer a:hover,
.cc-rwanda.category__footer a:focus {
  color: #9c1505;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-dallastheologicalseminary {
  background-color: #FFFFFF;
  color: #050505;
  text-align: left;
}

.cc-dallastheologicalseminary .category__title {
  color: #e20202;
  text-align: left;

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

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

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

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

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

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

.cc-dallastheologicalseminary .item__title a {
  color: #c31a06;
}
.cc-dallastheologicalseminary .item__title a:hover,
.cc-dallastheologicalseminary .item__title a:focus {
  color: #9c1505;
}

  /* Embedded link colors */
  /*  */

.cc-dallastheologicalseminary p a,
.cc-dallastheologicalseminary ul li a {
  color: #c31a06;
}
.cc-dallastheologicalseminary p a:hover,
.cc-dallastheologicalseminary p a:active,
.cc-dallastheologicalseminary ul li a:hover,
.cc-dallastheologicalseminary ul li a:active {
  color: #e9402c;
}

.cc-dallastheologicalseminary .item__footer {
  color: #050505;
}
.cc-dallastheologicalseminary .item__footer a {
  color: #c31a06;
}
.cc-dallastheologicalseminary .item__footer a:hover,
.cc-dallastheologicalseminary .item__footer a:active {
  color: #e9402c;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-dallastheologicalseminary.category__footer h2 {
  border: 1px solid #050505;
}
.cc-dallastheologicalseminary.category__footer a {
  color: #c31a06;
}
.cc-dallastheologicalseminary.category__footer a:hover,
.cc-dallastheologicalseminary.category__footer a:focus {
  color: #9c1505;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-inthecity {
  background-color: #FFFFFF;
  color: #050505;
  text-align: left;
}

.cc-inthecity .category__title {
  color: #e20202;
  text-align: left;

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

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

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

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

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

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

.cc-inthecity .item__title a {
  color: #e20202;
}
.cc-inthecity .item__title a:hover,
.cc-inthecity .item__title a:focus {
  color: #b50202;
}

  /* Embedded link colors */
  /*  */

.cc-inthecity p a,
.cc-inthecity ul li a {
  color: #e20202;
}
.cc-inthecity p a:hover,
.cc-inthecity p a:active,
.cc-inthecity ul li a:hover,
.cc-inthecity ul li a:active {
  color: #ff2828;
}

.cc-inthecity .item__footer {
  color: #050505;
}
.cc-inthecity .item__footer a {
  color: #e20202;
}
.cc-inthecity .item__footer a:hover,
.cc-inthecity .item__footer a:active {
  color: #ff2828;
}


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

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

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

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

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


.cc-inthenation {
  background-color: #FFFFFF;
  color: #050505;
  text-align: left;
}

.cc-inthenation .category__title {
  color: #e20202;
  text-align: left;

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

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

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

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

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

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

.cc-inthenation .item__title a {
  color: #c31a06;
}
.cc-inthenation .item__title a:hover,
.cc-inthenation .item__title a:focus {
  color: #9c1505;
}

  /* Embedded link colors */
  /*  */

.cc-inthenation p a,
.cc-inthenation ul li a {
  color: #c31a06;
}
.cc-inthenation p a:hover,
.cc-inthenation p a:active,
.cc-inthenation ul li a:hover,
.cc-inthenation ul li a:active {
  color: #e9402c;
}

.cc-inthenation .item__footer {
  color: #050505;
}
.cc-inthenation .item__footer a {
  color: #c31a06;
}
.cc-inthenation .item__footer a:hover,
.cc-inthenation .item__footer a:active {
  color: #e9402c;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-inthenation.category__footer h2 {
  border: 1px solid #050505;
}
.cc-inthenation.category__footer a {
  color: #c31a06;
}
.cc-inthenation.category__footer a:hover,
.cc-inthenation.category__footer a:focus {
  color: #9c1505;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-intheworld {
  background-color: #FFFFFF;
  color: #050505;
  text-align: left;
}

.cc-intheworld .category__title {
  color: #e20202;
  text-align: left;

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

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

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

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

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

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

.cc-intheworld .item__title a {
  color: #e20202;
}
.cc-intheworld .item__title a:hover,
.cc-intheworld .item__title a:focus {
  color: #b50202;
}

  /* Embedded link colors */
  /*  */

.cc-intheworld p a,
.cc-intheworld ul li a {
  color: #e20202;
}
.cc-intheworld p a:hover,
.cc-intheworld p a:active,
.cc-intheworld ul li a:hover,
.cc-intheworld ul li a:active {
  color: #ff2828;
}

.cc-intheworld .item__footer {
  color: #050505;
}
.cc-intheworld .item__footer a {
  color: #e20202;
}
.cc-intheworld .item__footer a:hover,
.cc-intheworld .item__footer a:active {
  color: #ff2828;
}


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

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

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

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

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


.cc-teachingequippingandmentoring {
  background-color: #FFFFFF;
  color: #050505;
  text-align: left;
}

.cc-teachingequippingandmentoring .category__title {
  color: #e20202;
  text-align: left;

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

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

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

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

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

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

.cc-teachingequippingandmentoring .item__title a {
  color: #c31a06;
}
.cc-teachingequippingandmentoring .item__title a:hover,
.cc-teachingequippingandmentoring .item__title a:focus {
  color: #9c1505;
}

  /* Embedded link colors */
  /*  */

.cc-teachingequippingandmentoring p a,
.cc-teachingequippingandmentoring ul li a {
  color: #c31a06;
}
.cc-teachingequippingandmentoring p a:hover,
.cc-teachingequippingandmentoring p a:active,
.cc-teachingequippingandmentoring ul li a:hover,
.cc-teachingequippingandmentoring ul li a:active {
  color: #e9402c;
}

.cc-teachingequippingandmentoring .item__footer {
  color: #050505;
}
.cc-teachingequippingandmentoring .item__footer a {
  color: #c31a06;
}
.cc-teachingequippingandmentoring .item__footer a:hover,
.cc-teachingequippingandmentoring .item__footer a:active {
  color: #e9402c;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-teachingequippingandmentoring.category__footer h2 {
  border: 1px solid #050505;
}
.cc-teachingequippingandmentoring.category__footer a {
  color: #c31a06;
}
.cc-teachingequippingandmentoring.category__footer a:hover,
.cc-teachingequippingandmentoring.category__footer a:focus {
  color: #9c1505;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-onapersonalnote {
  background-color: #FFFFFF;
  color: #050505;
  text-align: left;
}

.cc-onapersonalnote .category__title {
  color: #e20202;
  text-align: left;

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

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

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

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

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

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

.cc-onapersonalnote .item__title a {
  color: #e20202;
}
.cc-onapersonalnote .item__title a:hover,
.cc-onapersonalnote .item__title a:focus {
  color: #b50202;
}

  /* Embedded link colors */
  /*  */

.cc-onapersonalnote p a,
.cc-onapersonalnote ul li a {
  color: #e20202;
}
.cc-onapersonalnote p a:hover,
.cc-onapersonalnote p a:active,
.cc-onapersonalnote ul li a:hover,
.cc-onapersonalnote ul li a:active {
  color: #ff2828;
}

.cc-onapersonalnote .item__footer {
  color: #050505;
}
.cc-onapersonalnote .item__footer a {
  color: #e20202;
}
.cc-onapersonalnote .item__footer a:hover,
.cc-onapersonalnote .item__footer a:active {
  color: #ff2828;
}


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

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

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

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

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


.cc-pleaseprayforwhatiscoming {
  background-color: #FFFFFF;
  color: #050505;
  text-align: left;
}

.cc-pleaseprayforwhatiscoming .category__title {
  color: #e20202;
  text-align: left;

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

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

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

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

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

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

.cc-pleaseprayforwhatiscoming .item__title a {
  color: #e20202;
}
.cc-pleaseprayforwhatiscoming .item__title a:hover,
.cc-pleaseprayforwhatiscoming .item__title a:focus {
  color: #b50202;
}

  /* Embedded link colors */
  /*  */

.cc-pleaseprayforwhatiscoming p a,
.cc-pleaseprayforwhatiscoming ul li a {
  color: #e20202;
}
.cc-pleaseprayforwhatiscoming p a:hover,
.cc-pleaseprayforwhatiscoming p a:active,
.cc-pleaseprayforwhatiscoming ul li a:hover,
.cc-pleaseprayforwhatiscoming ul li a:active {
  color: #ff2828;
}

.cc-pleaseprayforwhatiscoming .item__footer {
  color: #050505;
}
.cc-pleaseprayforwhatiscoming .item__footer a {
  color: #e20202;
}
.cc-pleaseprayforwhatiscoming .item__footer a:hover,
.cc-pleaseprayforwhatiscoming .item__footer a:active {
  color: #ff2828;
}


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

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

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

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

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


.cc-closing {
  background-color: #FFFFFF;
  color: #050505;
  text-align: left;
}

.cc-closing .category__title {
  color: #e20202;
  text-align: left;

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

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

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

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

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

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

.cc-closing .item__title a {
  color: #c31a06;
}
.cc-closing .item__title a:hover,
.cc-closing .item__title a:focus {
  color: #9c1505;
}

  /* Embedded link colors */
  /*  */

.cc-closing p a,
.cc-closing ul li a {
  color: #c31a06;
}
.cc-closing p a:hover,
.cc-closing p a:active,
.cc-closing ul li a:hover,
.cc-closing ul li a:active {
  color: #e9402c;
}

.cc-closing .item__footer {
  color: #050505;
}
.cc-closing .item__footer a {
  color: #c31a06;
}
.cc-closing .item__footer a:hover,
.cc-closing .item__footer a:active {
  color: #e9402c;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-closing.category__footer h2 {
  border: 1px solid #050505;
}
.cc-closing.category__footer a {
  color: #c31a06;
}
.cc-closing.category__footer a:hover,
.cc-closing.category__footer a:focus {
  color: #9c1505;
}
/* Search modifier classes */
/*  */

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

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

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


.cc-tourdetails {
  background-color: #c31a06;
  color: #faf6f6;
  text-align: left;
}

.cc-tourdetails .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 */
  /*  */
}

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

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

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

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

.cc-tourdetails blockquote {
  border-left-color: #f64d39;
}

.cc-tourdetails .item__title a {
  color: #faf6f6;
}
.cc-tourdetails .item__title a:hover,
.cc-tourdetails .item__title a:focus {
  color: #c8c5c5;
}

  /* Embedded link colors */
  /*  */

.cc-tourdetails p a,
.cc-tourdetails ul li a {
  color: #faf6f6;
}
.cc-tourdetails p a:hover,
.cc-tourdetails p a:active,
.cc-tourdetails ul li a:hover,
.cc-tourdetails ul li a:active {
  color: #d5d1d1;
}

.cc-tourdetails .item__footer {
  color: #faf6f6;
}
.cc-tourdetails .item__footer a {
  color: #faf6f6;
}
.cc-tourdetails .item__footer a:hover,
.cc-tourdetails .item__footer a:active {
  color: #d5d1d1;
}


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

  /* Sponsored category footer on issue page */
  /*  */
.cc-tourdetails.category__footer h2 {
  border: 1px solid #faf6f6;
}
.cc-tourdetails.category__footer a {
  color: #faf6f6;
}
.cc-tourdetails.category__footer a:hover,
.cc-tourdetails.category__footer a:focus {
  color: #c8c5c5;
}

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

.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(5,5,5,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: #c31a06;
  color: #c31a06;
}

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


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

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

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

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

.cta--header .cta-tabs button {
  color: rgba(255,255,255,0.6);
}
.cta--header .cta-tabs button:hover,
.cta--header .cta-tabs button.active {
  border-top-color: rgba(255,255,255,0.8);
  color: #FFFFFF;
}

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


/* Subscription pages */
/*  */
.subscription__resubscribe__btn {
  color: #c31a06;
}
.subscription__resubscribe__btn:hover,
.subscription__resubscribe__btn:focus {
  color: #e9402c;
}


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

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

.sponsorship__quicklinks {
  color: rgba(5,5,5,0.7);
}
.sponsorship__quicklinks a {
  color: rgba(5,5,5,0.7);
}
.sponsorship__quicklinks a:hover,
.sponsorship__quicklinks a:active {
  color: #050505;
}

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

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

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

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

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

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


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

/* Home page no issue overwrites with image */
/* ### HARDCODED: to be adjusted when implemented into theme */
/*  */
.home--noissue.header--withimage {
  background-attachment: fixed;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url();
}
@media (min-width: 760px) {
  .home--noissue.header--withimage {
    background-image: url();
  }
}

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

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