@charset "UTF-8";
html {
  font-size: 110%; }

/* foundation overrides/additions */
@media only screen and (min-width: 40em) {
  .medium-grid-reset {
    display: initial; } }

.padding-collapse-top {
  padding-top: 0 !important; }

.padding-collapse-left {
  padding-left: 0 !important; }

.padding-collapse-right {
  padding-right: 0 !important; }

.padding-collapse {
  padding-right: 0 !important;
  padding-left: 0 !important; }

/* google map integration */
#map {
  float: right;
  padding: .5rem; }
  @media only screen and (min-width: 40em) {
    #map {
      width: 15rem;
      height: 10rem; } }
  @media only screen and (min-width: 64em) {
    #map {
      width: 18rem;
      height: 12rem; } }
  @media screen and (min-width: 74em) {
    #map {
      width: 20rem;
      height: 15rem; } }
/* Navigation */
.no-js .top-bar {
  display: none; }
  @media only screen and (min-width: 40em) {
    .no-js .top-bar {
      display: block; } }
@media only screen and (min-width: 40em) {
  .no-js .title-bar {
    display: none; } }

.title-bar {
  background-color: #ffffff !important;
  color: #173a79 !important; }

#nav-bar {
  box-shadow: 0 0 5px #122e60; }
  @media only screen and (min-width: 40em) {
    #nav-bar {
      box-shadow: 0 0 0 0; } }
.top-bar {
  background-color: #ffffff !important;
  color: #173a79 !important; }
  @media only screen and (min-width: 40em) {
    .top-bar {
      box-shadow: 0 0 5px #122e60; } }
  .top-bar li > a, .top-bar li > button {
    color: #173a79;
    font-weight: bold; }
  .top-bar li > a:hover, .top-bar li > button:hover {
    text-decoration: underline; }
  .top-bar ul {
    background-color: #ffffff; }

.menu-icon::after {
  background: #173a79;
  -webkit-box-shadow: 0 7px 0 #173a79, 0 14px 0 #173a79;
  box-shadow: 0 7px 0 #173a79, 0 14px 0 #173a79; }

button:focus {
  outline: none; }

@media screen and (max-width: 40em) {
  nav li {
    text-align: left !important; }
  nav .nested {
    margin-right: 0 !important;
    margin-left: 1rem !important; } }

/* ===== header ===== */
header {
  margin-top: 50px;
  border-bottom: #122e60 solid 2px;
  padding-bottom: 1rem;
  margin-bottom: 0 !important; }
  @media only screen and (min-width: 40em) {
    header {
      margin-top: 5px; } }
  header li > a, header li > button {
    color: #173a79;
    font-weight: bold; }
    header li > a:hover, header li > button:hover {
      text-decoration: underline; }

/* ===== body ===== */
#body > div {
  padding-top: 1em; }
  @media only screen and (min-width: 40em) {
    #body > div:first-child {
      border-right: #122e60 solid 1px;
      border-image: linear-gradient(to bottom, #122e60, #ffffff) 90 100%; }
    #body > div:last-of-type:not(:nth-of-type(2)) {
      border-left: #08086b solid 1px;
      border-image: linear-gradient(to bottom, #122e60, #ffffff) 90 100%; } }
#body .img-right {
  float: right;
  padding: .5rem; }
  @media only screen and (min-width: 40em) {
    #body .img-right {
      float: none;
      width: 100%;
      height: auto;
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (min-width: 55em) {
    #body .img-right {
      float: right;
      padding: .5rem;
      width: 16rem;
      height: auto; } }
  @media screen and (min-width: 74em) {
    #body .img-right {
      float: right;
      padding: .5em;
      width: 18rem;
      height: auto; } }
#body h1, #body h2, #body h3, #body h4, #body h5 {
  color: #251779;
  font-weight: bold; }

@media only screen and (min-width: 40em) {
  .half-width-on-medium {
    width: 50%; } }

@media only screen and (max-width: 39.9375em) {
  .full-width-on-small {
    width: 100%; } }

table.borderless {
  border: 0 !important; }
  table.borderless tbody {
    border: 0 !important; }
  table.borderless tr {
    border: 0 !important; }
  table.borderless td {
    vertical-align: top; }
  table.borderless td:first-child {
    border: 0 !important;
    padding: .5rem 0 0.625rem !important; }
  table.borderless td:not(:first-child) {
    border: 0 !important;
    padding: .5rem 0 0.625rem 1.25rem !important; }

td.nowrap {
  white-space: nowrap; }

/* ===== footer ====== */
footer {
  background-color: #2b486d;
  position: relative;
  padding-top: 2em;
  font-size: 90%;
  color: #e7ebf1;
  font-weight: bold; }
  footer .logo {
    width: 100%;
    filter: brightness(0) invert(0.8); }
  footer .quick-links {
    padding-left: 1.5em;
    text-indent: -1.5em; }
  footer a, footer a:visited {
    color: #e7ebf1; }
  footer a:hover {
    color: #ffffff;
    text-decoration: underline; }
  footer a.contact:hover {
    text-decoration: none !important; }
  footer h1 {
    font-family: "Nunito Sans", Sans-Serif, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 800; }
  @media only screen and (min-width: 40em) {
    footer::after {
      content: "";
      position: absolute;
      inset: 0;
      background: url("/assets/imgs/logo.only.wide.bd9e2e3f33ed.png") no-repeat right bottom;
      filter: invert(1) contrast(0) opacity(0.5);
      pointer-events: none; } }
  @media only screen and (min-width: 40em) {
    footer .contact:before {
      content: none !important; } }
  @media only screen and (max-width: 39.9375em) {
    footer .contact {
      font-size: 275%; }
    footer .contact > span {
      display: none; } }
  footer address {
    font-style: normal; }

/* profile images */
.profile {
  text-align: center;
  display: inline-block;
  font-style: italic;
  padding: 1rem;
  font-size: .9rem; }

@media screen and (max-width: 63.9375em) {
  .profile {
    width: auto;
    float: left; }
  .content {
    width: auto;
    float: none !important; } }

.profile-pic {
  display: block;
  border-radius: 50%;
  max-height: 5.2rem;
  width: auto; }

@media screen and (min-width: 40em) {
  .profile-pic {
    border-radius: 50%;
    height: 6.5rem; } }

@media screen and (min-width: 64em) {
  .profile-pic {
    border-radius: 50%;
    height: auto; } }

.img-circle {
  border-radius: 50%; }

@media screen and (min-width: 29em) {
  .hide-for-medium-small {
    display: none !important; } }

.back-top {
  float: right; }

/* Officers & Staff images */
.staff-pic {
  border-radius: 50%;
  height: 6.5rem;
  width: auto; }

@media screen and (min-width: 40em) {
  .staff-pic {
    height: 6.5rem; } }

@media screen and (min-width: 64em) {
  .staff-pic {
    width: 100%;
    height: auto; } }

.staff-heading {
  text-align: center;
  font-style: italic;
  font-weight: bold; }

.staff-row {
  text-align: center; }

@media screen and (min-width: 64em) {
  .staff-row {
    text-align: left; } }

.sermon {
  border: #122e60 solid 1px;
  margin-bottom: .25rem;
  border-radius: 4px;
  font-size: 70%;
  padding: .25rem;
  min-height: 80px; }

.sermon-title {
  font-size: 1.4em;
  font-weight: bold;
  padding-left: 0.4em; }

.sermon-minister {
  display: inline; }

.sermon-text {
  display: inline; }

.sermon-date {
  display: inline; }

.sermon-minister:after, .sermon-date:after {
  content: " | "; }

.sermon-icon {
  display: block;
  font-size: 1.5rem;
  width: 1rem;
  margin: auto;
  text-align: center; }

@media screen and (max-width: 39.99875em) {
  .sermon-title {
    text-align: center;
    padding-left: 0; }
  .sermon-byline {
    text-align: center; }
  .sermon-icon {
    font-size: 2rem; } }

a.sermon-icon {
  color: #8b9cbc; }

.event_list {
  padding-bottom: 1rem; }

.event_day {
  padding-top: .2rem;
  font-size: 2rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #8b9cbc; }

@media screen and (min-width: 40em) {
  .event_day {
    font-size: 1.4rem;
    font-weight: bold; } }

@media screen and (min-width: 64em) {
  .event_day {
    font-size: 2rem;
    font-weight: 400; } }

.event_day_of_week {
  font-size: .8rem;
  padding-bottom: .6rem; }

.event_time {
  font-size: .8rem;
  vertical-align: super;
  display: block; }

.event_title {
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.4rem;
  padding-top: .2rem; }

.event_subtitle {
  font-size: .9rem;
  color: grey;
  font-style: italic;
  padding-bottom: .3rem; }

pre > code {
  display: block; }

/* Timeline */
.timeline {
  list-style: none;
  margin-left: 0;
  padding-left: 20px;
  border-left: 2px solid #b9c3d6; }

.timeline li {
  position: relative;
  margin-bottom: 18px;
  padding-left: 10px; }

.timeline li::before {
  content: "";
  position: absolute;
  left: -27px;
  top: 9px;
  width: 12px;
  height: 12px;
  background: #173a79;
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: 0 0 0 2px #173a79; }

.timeline strong::before {
  content: "";
  border: 1px dashed #173a79;
  position: absolute;
  left: -15px;
  width: 20px;
  top: 14px; }

/* improved blockquotes [reform and bookish]*/
blockquote.reform, blockquote.bookish {
  position: relative;
  margin: 2rem 0;
  width: fit-content;
  max-width: 100%; }
  blockquote.reform p, blockquote.bookish p {
    position: relative;
    margin: 0; }
  blockquote.reform::before, blockquote.bookish::before {
    content: "“";
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 3.5rem;
    color: #173a79;
    opacity: 0.12; }
  blockquote.reform cite, blockquote.bookish cite {
    display: block;
    margin-top: 0.9rem;
    font-style: normal;
    font-size: 0.9rem;
    color: #173a79; }
  blockquote.reform cite::before, blockquote.bookish cite::before {
    content: "— "; }
  blockquote.reform > p:last-of-type::after, blockquote.bookish > p:last-of-type::after {
    content: "”";
    position: absolute;
    color: #173a79;
    line-height: 0;
    bottom: .35rem; }

/* Reformation-style blockquote (A) */
blockquote.reform {
  padding: 1.25rem 1.5rem 1.25rem 2.25rem;
  border-left: none;
  font-style: italic;
  color: #2f2f2f; }
  blockquote.reform::before {
    font-size: 5rem;
    opacity: 0.14;
    line-height: 1; }
  blockquote.reform > p:last-of-type::after {
    font-size: 5rem;
    opacity: 0.14;
    margin-left: -0.45rem; }
  blockquote.reform cite {
    letter-spacing: 0.06em;
    font-variant: small-caps; }

/* Reformation-style blockquote (B) */
blockquote.bookish {
  font-family: Georgia, "Times New Roman", serif;
  padding: 1.5rem 1.75rem;
  background: #fbfaf6;
  /* warm paper */
  border: 1px solid #e7e4da;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
  border-radius: 6px;
  color: #2a2a2a;
  /* Drop-cap first letter (optional) */ }
  blockquote.bookish > p:last-of-type::after {
    font-size: 3.5rem;
    opacity: 0.12;
    margin-left: 0.4rem; }
  blockquote.bookish > p:first-of-type::first-letter {
    float: left;
    font-size: 3.6rem;
    padding-right: 0.2rem;
    padding-top: 0.36rem;
    color: #173a79;
    font-style: normal; }
