body {
  font-family: Oxygen, sans-serif;
  font-weight: 400;
  background-color: #ffffff;
  color: #4a4a4a;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
body #top_bar {
  background-color: #999999;
  height: 37px;
  width: 100%;
  margin-bottom: 9px;
  position: relative;
}
body #top_bar ul {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  max-width: 944px;
  height: 36px;
  list-style-type: none;
  overflow: hidden;
}
body #top_bar ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
body #top_bar ul li a {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  padding: 8px 15px;
  color: white;
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
}
body #top_bar ul li a:hover {
  text-decoration: none;
}
body #top_bar ul li a.csl-edu-link {
  background-color: #2d6044;
}
body #container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 100px;
  padding-bottom: 2em;
  background: #f0f0f0;
  flex-grow: 1;
}
body #container header {
  width: 100%;
  background-color: #ffffff;
}
body #container header img {
  box-sizing: border-box;
  padding: 20px;
  max-width: 100%;
}
body .lalp-header-image img {
  box-sizing: border-box;
  max-width: 100%;
  border: 1px solid #999;
}
body #calendar_container {
  padding: 1em;
}
body #calendar {
  width: 100%;
  height: 160px;
  overflow-y: hidden;
  position: relative;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
body #calendar .prevWeek {
  position: absolute;
  top: -80px;
  z-index: 10;
}
body #calendar .topWeek {
  position: absolute;
  top: 0;
  z-index: 11;
}
body #calendar .bottomWeek {
  position: absolute;
  top: 80px;
  z-index: 12;
}
body #calendar .nextWeek {
  position: absolute;
  top: 160px;
  z-index: 13;
}
body #calendar .prevWeek, body #calendar .topWeek, body #calendar .bottomWeek, body #calendar .nextWeek {
  transition: top 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
body .week {
  width: 100%;
  display: table;
  border-top: 1px solid #cccccc;
  box-sizing: border-box;
}
body .week.date-header {
  border-top: none;
}
body .week .date {
  display: table-cell;
  width: 14.28%;
}
body .week .date:not(.date-header) {
  height: 80px;
  text-align: right;
  font-size: 2em;
  padding: 0.25em;
  background-color: white;
  color: #cccccc;
  border-left: 1px solid #cccccc;
}
body .week .date.date-header {
  text-align: center;
  background-color: #f0f0f0;
}
body .week .date.has-content, body .week .date.has-readings {
  cursor: pointer;
  color: #00616c;
}
body .week .date.has-content.selected, body .week .date.has-readings.selected {
  color: white;
  background-color: #00616c;
}
body #calendar_controls {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 1px;
}
body #calendar_controls > div {
  padding: 0.5em 1em;
  font-size: 16px;
}
body #calendar_controls #current_range {
  flex-grow: 1;
  color: white;
  background-color: #00616c;
}
body #calendar_controls #calendar_prev, body #calendar_controls #calendar_today, body #calendar_controls #calendar_next {
  color: white;
  background-color: #00616c;
  margin-left: 1px;
}
body #calendar_controls #calendar_prev.calendar-control, body #calendar_controls #calendar_today.calendar-control, body #calendar_controls #calendar_next.calendar-control {
  cursor: pointer;
}
body #calendar_controls #calendar_prev.calendar-control:hover, body #calendar_controls #calendar_today.calendar-control:hover, body #calendar_controls #calendar_next.calendar-control:hover {
  background-color: #004644 !important;
  color: white;
}
body #breadcrumbs {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body #breadcrumbs .breadcrumb {
  box-sizing: border-box;
  height: 24px;
  font-size: 14px;
  line-height: 18px;
  padding: 3px 8px;
  padding-left: 24px;
  background-color: #00616c;
  flex-shrink: 1;
  position: relative;
  color: white;
  cursor: pointer;
}
body #breadcrumbs .breadcrumb:first-child {
  padding-left: 8px;
}
body #breadcrumbs .breadcrumb::before {
  content: "\f133";
  font-family: "FontAwesome";
  color: white;
  margin-right: 0.5em;
}
body #breadcrumbs .breadcrumb.currentDate {
  z-index: 4;
  background-color: #00616c;
}
body #breadcrumbs .breadcrumb.currentDate::before {
  content: "\f133";
}
body #breadcrumbs .breadcrumb.currentDate::after {
  color: transparent;
  content: ".";
  position: absolute;
  right: -12px;
  top: 0;
  height: 0;
  width: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #00616c;
}
body #breadcrumbs .breadcrumb.currentHoliday {
  z-index: 3;
  background-color: #281659;
}
body #breadcrumbs .breadcrumb.currentHoliday::before {
  content: "\f02d";
}
body #breadcrumbs .breadcrumb.currentHoliday::after {
  color: transparent;
  content: ".";
  position: absolute;
  right: -12px;
  top: 0;
  height: 0;
  width: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #281659;
}
body #breadcrumbs .breadcrumb.currentReading {
  z-index: 2;
  background-color: #13557a;
}
body #breadcrumbs .breadcrumb.currentReading::before {
  content: "\f097";
}
body #breadcrumbs .breadcrumb.currentReading::after {
  color: transparent;
  content: ".";
  position: absolute;
  right: -12px;
  top: 0;
  height: 0;
  width: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #13557a;
}
body #breadcrumbs .breadcrumb.currentContent {
  z-index: 1;
  background-color: #126612;
}
body #breadcrumbs .breadcrumb.currentContent::before {
  content: "\f144";
}
body #breadcrumbs .breadcrumb.currentContent::after {
  color: transparent;
  content: ".";
  position: absolute;
  right: -12px;
  top: 0;
  height: 0;
  width: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #126612;
}
body #content {
  width: 100%;
  margin-top: 1em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body #content .content-option {
  cursor: pointer;
  width: calc(24% - 3px);
  min-width: 160px;
  height: 140px;
  display: block;
  flex-shrink: 1;
  margin: 6px;
  padding: 0.5em;
  color: white;
  overflow: hidden;
  word-break: break-word;
  box-sizing: border-box;
  border-radius: 7px;
}
body #content .content-option.lectionary-0, body #content .content-option.greekll {
  background-color: #281659;
}
body #content .content-option.lectionary-1, body #content .content-option.lectionary-2, body #content .content-option.lectionary-3 {
  background-color: #281659;
}
body #content .content-option.lectionary-4, body #content .content-option.hebrewll {
  background-color: #47337f;
}
body #content .content-option.lectionary-5, body #content .content-option.lectionary-6, body #content .content-option.lectionary-7 {
  background-color: #684ea0;
}
body #content .content-option.reading-0 {
  background-color: #053b59;
}
body #content .content-option.reading-1 {
  background-color: #13557a;
}
body #content .content-option.reading-2 {
  background-color: #176ca5;
}
body #content .content-option.reading-3 {
  background-color: #0081c9;
}
body #content .content-option.chapel-sermon {
  background-color: #126612;
}
body #content .content-option.lectionary-at-lunch {
  background-color: #158418;
}
body #content .content-option.lectionary-kick-start {
  background-color: #5667a9;
}
body #content .content-option.greek-club {
  background-color: #269991;
}
body #content .content-option.hebrew-club {
  background-color: #207a71;
}
body #content .content-option.hom-help {
  background-color: #9e2a2a;
}
body #content .content-option.holiday {
  position: relative;
}
body #content .content-option.holiday::before {
  content: "\f02d";
  font-family: "FontAwesome";
  font-size: 50px;
  color: rgba(255, 255, 255, 0.25);
  position: absolute;
  bottom: 10px;
  right: 10px;
}
body #content .content-option.holiday .holiday-lectionary {
  display: block;
  font-size: 0.8em;
  font-style: italic;
}
body #content .content-option.holiday .holiday-name {
  display: block;
  font-weight: 700;
  font-size: 21px;
}
body #content .content-option.reading {
  position: relative;
}
body #content .content-option.reading::before {
  content: "\f097";
  font-family: "FontAwesome";
  font-size: 50px;
  color: rgba(255, 255, 255, 0.25);
  position: absolute;
  bottom: 10px;
  right: 10px;
}
body #content .content-option.reading .reading-type {
  display: block;
  font-size: 0.8em;
  font-style: italic;
}
body #content .content-option.reading .reading-scripture {
  display: block;
  font-weight: 700;
  font-size: 21px;
}
body #content .content-option.reading .reading-resource-count {
  font-size: 0.8em;
}
body #content .content-option.resource {
  position: relative;
}
body #content .content-option.resource.flash_audio::before {
  content: "\f028";
  font-family: "FontAwesome";
  font-size: 50px;
  color: rgba(255, 255, 255, 0.25);
  position: absolute;
  bottom: 10px;
  right: 10px;
}
body #content .content-option.resource.vimeo::before {
  content: "\f03d";
  font-family: "FontAwesome";
  font-size: 50px;
  color: rgba(255, 255, 255, 0.25);
  position: absolute;
  bottom: 10px;
  right: 10px;
}
body #content .content-option.resource.hyperlink::before {
  content: "\f0c1";
  font-family: "FontAwesome";
  font-size: 50px;
  color: rgba(255, 255, 255, 0.25);
  position: absolute;
  bottom: 10px;
  right: 10px;
}
body #content .content-option.resource .resource-category {
  display: block;
  font-size: 0.8em;
  font-style: italic;
}
body #content .content-option.resource .resource-name {
  display: block;
  font-weight: 700;
  font-size: 21px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
body #content .content-option.resource .resource-author {
  display: block;
  font-size: 0.8em;
}
body #content .content-option.resource .resource-author::before {
  content: "Author: ";
}
body #content .content-option.resource .resource-description {
  display: none;
}
body #content .resource-content {
  width: 100%;
  padding: 1em;
  position: relative;
  box-sizing: border-box;
}
body #content .resource-content::after {
  color: transparent;
  content: ".";
  display: block;
  width: 80%;
  position: absolute;
  left: 10%;
  bottom: 0;
  height: 1px;
  background-color: #cccccc;
}
body #content .resource-content .resource-content-name {
  display: block;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 700;
}
body #content .resource-content .resource-content-author {
  display: inline-block;
  font-size: 0.8em;
  margin-right: 1em;
}
body #content .resource-content .resource-content-author::before {
  content: "Author: ";
  font-weight: 700;
}
body #content .resource-content .resource-content-scripture {
  display: inline-block;
  font-size: 0.8em;
}
body #content .resource-content .resource-content-scripture::before {
  content: "Scripture: ";
  font-weight: 700;
}
body #content .resource-content .resource-content-description {
  display: block;
  margin-top: 0.25em;
  padding-bottom: 10px;
}
body #content .resource-content .resource-content-permalink {
  display: block;
  margin-top: 1em;
  margin-bottom: 1.5em;
}
body #content .resource-content .resource-content-permalink a {
  padding: 12px 24px;
  background-color: #00b2eb;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}
body #content .resource-content .resource-content-media {
  margin: 0.25em auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
body #text {
  padding: 0 100px;
  line-height: 1.5;
}
body #text .verse-number {
  font-size: 0.6em;
  vertical-align: super;
}

@media screen and (max-width: 600px) {
  body {
    margin: 0;
  }
  body #top_bar {
    display: none;
  }
  body #container header img {
    padding: 20px 4px;
  }
  body #calendar_container {
    padding: 0 !important;
  }
  body #calendar_container #calendar_controls #current_range {
    font-size: 14px;
  }
  body .week .date:not(.date-header) {
    font-size: 1.4em;
  }
  body #breadcrumbs .breadcrumb {
    width: 100%;
    padding-left: 8px;
    height: 32px;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 1px;
  }
  body #breadcrumbs .breadcrumb::after {
    display: none !important;
  }
  body #content {
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: 0;
  }
  body #content .content-option {
    width: 97%;
    height: 120px;
    margin-bottom: 1px;
  }
  body #content .resource-content .resource-content-permalink a {
    padding: 8px 16px;
    font-size: 0.9em;
  }
  body #text {
    padding: 0 10px;
  }
  body #text h1 {
    font-size: 1.2rem;
  }
}
