#sub-nav .logo {
  margin: 4px 18px 5px 30px;
  padding: 14px 0;
  width: 113px;
}
#content #sub-nav.my-nav ul li * {
  background-color: white !important;
  color: black !important;
}
#content #sub-nav.my-nav ul li .active {
  background-color: #520009 !important;
  color: white !important;
}

article {
  background: url("//s3.amazonaws.com/files.lighthousecatholicmedia.org/images/radio-theatre/background.jpg");
}
article > section.about {
  text-align: center;
}
article > section.about > * {
  color: white;
}
#content article > section.about > p {
  color: white !important;
  margin: auto;
  text-align: center;
  width: 32em;
}

section.tabbable .nav-tabs {
  border-bottom: none;
}
section.tabbable .nav-tabs li {
  background-size: cover;
}
section.tabbable .nav > li > a:hover,
section.tabbable .nav > li > a:focus {
  background-color: inherit;
}

section.tabbable #tab-brother-francis {
  /*background-image: url("//s3.amazonaws.com/files.lighthousecatholicmedia.org/images/radio-theatre/francis-tab-faded.jpg");*/
  background-image: url("//s3.amazonaws.com/files.lighthousecatholicmedia.org/images/radio-theatre/francis-tab.jpg");
  opacity: .5;
}
section.tabbable #tab-brother-francis.active,
section.tabbable #tab-brother-francis:hover {
  background-image: url("//s3.amazonaws.com/files.lighthousecatholicmedia.org/images/radio-theatre/francis-tab.jpg");
  opacity: 1;
}
section.tabbable #tab-brother-francis img {
  opacity: .33;
}
section.tabbable #tab-brother-francis.active img,
section.tabbable #tab-brother-francis:hover img {
  opacity: 1;
}

section.tabbable #tab-st-patrick {
  /*background-image: url("//s3.amazonaws.com/files.lighthousecatholicmedia.org/images/radio-theatre/patrick-tab-faded.jpg");*/
  background-image: url("//s3.amazonaws.com/files.lighthousecatholicmedia.org/images/radio-theatre/patrick-tab.jpg");
  opacity: .5;
}
section.tabbable #tab-st-patrick.active,
section.tabbable #tab-st-patrick:hover {
  background-image: url("//s3.amazonaws.com/files.lighthousecatholicmedia.org/images/radio-theatre/patrick-tab.jpg");
  opacity: 1;
}
section.tabbable #tab-st-patrick img {
  opacity: .5;
}
section.tabbable #tab-st-patrick.active img,
section.tabbable #tab-st-patrick:hover img {
  opacity: 1;
}

section.tabbable #tab-st-cecilia {
  /*background-image: url("//s3.amazonaws.com/files.lighthousecatholicmedia.org/images/radio-theatre/cecilia-tab-faded.png");*/
  background-image: url("/images/cecilia-tab.png");
  opacity: .5;
}
section.tabbable #tab-st-cecilia.active,
section.tabbable #tab-st-cecilia:hover {
  background-image: url("/images/cecilia-tab.png");
  opacity: 1;
}
section.tabbable #tab-st-cecilia img {
  opacity: .5;
}
section.tabbable #tab-st-cecilia.active img,
section.tabbable #tab-st-cecilia:hover img {
  opacity: 1;
}

section.tabbable .nav-tabs > li > a {
  border: none;
}
section.tabbable .nav-tabs > li.active > a,
section.tabbable .nav-tabs > li.active > a:hover,
section.tabbable .nav-tabs > li.active > a:focus
{
  background: initial;
  border: none;
}

section.tabbable .nav-tabs li img {
  height: 40px;
  padding: 0 10px;
}

.tab-content {
  position: relative;
  z-index: 2;
}
.tab-content section.tab-pane {
  background: white;
}

section.tab-pane h2 {
  font-size: 36px;
  font-weight: 600;
  color: #520009;
  text-align: left;
  padding-top: 0;
  padding-bottom: 15px;
}
section.tab-pane .hero {
  margin-bottom:50px;
}
section.tab-pane p {
  width: 20.1em;
}

#content div.row-fluid.row-detail div.description div.title a {
  color: #520009;
}
.actions div[class*="add-"] {
  background: #520009 !important;
}
.actions div.row-fluid .icon {
  background: #cf0016 !important;
}
