@media (min-width: 1021px) {
  nav.page-nav li.about {
    display: none;
  }
}

.feed.programs section.latest_program {
  border: 4px solid #e6e6e6;
  padding: 1.5em;
  border-radius: 0.375em;
  margin-bottom: 0.375em;
}
.feed.programs section.latest_program .dialect {
  color: #2b9dde;
  font-weight: bold;
  font-size: 0.83333em;
  line-height: 1.8em;
  margin: 0em;
}
.feed.programs section.latest_program .dialect:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0ac";
  margin-right: .3em;
}
.feed.programs section.latest_program h1 {
  font-size: 1.728em;
  line-height: 1.08507em;
  margin: 0em;
  font-weight: 900;
}
@media (max-width: 860px) {
  .feed.programs section.latest_program h1 {
    font-size: 1.44em;
    line-height: 1.04167em;
    margin: 0em;
  }
}
.feed.programs section.latest_program h1 a {
  text-decoration: none;
  color: #282828;
}
.feed.programs section.latest_program time {
  display: block;
  color: #888;
  font-size: 0.83333em;
  line-height: 1.8em;
  margin: 0em;
}
.feed.programs section.latest_program .description {
  margin: 0.75em 0;
}

.speaker p span {
  display: block;
}

.feed.courses .summary .read-more {
  font-size: 0.69444em;
  line-height: 2.16em;
  font-weight: bold;
  text-transform: uppercase;
  color: #2b9dde;
}

#toggle-mobile-ministry-info {
  display: block;
  position: relative;
  width: 100%;
  height: 44px;
  padding: 0 20px;
  font-size: 14px;
  text-align: left;
  line-height: 44px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #fafafa;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  color: #0063af;
}
#toggle-mobile-ministry-info:after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d7";
  margin-left: .25em;
  color: #2b9dde;
}
#toggle-mobile-ministry-info.open {
  background-color: transparent;
  border-bottom-color: transparent;
}
#toggle-mobile-ministry-info.open:after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d8";
}

@media (min-width: 861px) {
  .mobile-only {
    display: none;
  }

  #toggle-mobile-ministry-info {
    display: none;
  }

  .page-aside {
    display: block !important;
  }
}
@media (max-width: 860px) {
  .desktop-only {
    display: none;
  }

  .page-header {
    padding: 1.5em 0 2.25em 0;
  }

  .page-content-wrapper .page-body {
    padding-top: 1.5em;
  }

  .page-nav ul li.current a::after {
    top: 0;
    bottom: auto;
    transform: rotate(180deg);
    border-color: transparent transparent #0063af;
  }

  .page-content-wrapper {
    display: flex;
    flex-flow: column;
  }

  .page-body {
    order: 2;
  }

  .page-aside {
    order: 1;
    padding-top: 0;
  }

  .page-aside .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .page-aside .container > * {
    width: 100%;
    order: 4;
  }

  .page-aside .container > .ministry-overview {
    order: 2;
    padding-right: 64px;
  }

  .page-aside .container > .carousel {
    order: 1;
  }

  .page-aside .container > .ministry-actions {
    order: 3;
  }

  .page-aside {
    position: relative;
  }
  .page-aside .carousel {
    position: absolute;
    top: 0;
    right: 8px;
    width: 60px;
    height: 60px !important;
    margin: 0;
  }
  .page-aside .carousel img {
    border: none;
  }
  .page-aside h2 {
    font-size: 0.8em;
    line-height: 1.33em;
    margin: 0em;
    color: #888;
  }
  .page-aside p {
    font-size: 0.8em;
    line-height: 1.5em;
    margin-top: 0em;
    margin-bottom: 1.25em;
    color: #888;
  }
  .page-aside ul.ministry-actions {
    width: auto;
    margin: 0 0 1.125em;
    list-style: none;
    display: flex;
  }
  .page-aside ul.ministry-actions li {
    padding: 0 .15em;
  }
  .page-aside ul.ministry-actions li.user-prefs {
    margin-bottom: 0;
  }
  .page-aside ul.ministry-actions li.add_to_favorites a:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f006";
  }
  .page-aside ul.ministry-actions li.subscribe a:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f09e";
  }
  .page-aside ul.ministry-actions li.donate a:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f004";
  }
  .page-aside ul.ministry-actions li.store-link a:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f07a";
  }
  .page-aside ul.ministry-actions li.schedule-link a:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f073";
  }
  .page-aside ul.ministry-actions li > div {
    margin-bottom: 0.375em;
  }
  .page-aside ul.ministry-actions li .subscribe .toggle:before,
  .page-aside ul.ministry-actions li .manage_subscription a:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0e0";
  }
  .page-aside ul.ministry-actions a:not(.account-status-action), .page-aside ul.ministry-actions .toggle {
    border: none;
    -webkit-appearance: none;
    text-decoration: none;
    padding: 8px 16px;
    font-size: 14px;
    color: #fff;
    background-color: #2b9dde;
    font-family: "montserrat", arial, helvetica, sans-serif;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: .3s;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    line-height: 1.5em;
    margin: 0em;
    text-align: center;
    display: block;
    background-color: #2b9dde;
    width: 44px;
    height: 44px;
    padding: 0;
    line-height: 44px;
    overflow: hidden;
    text-align: center;
    border-radius: 100%;
  }
  .page-aside ul.ministry-actions a:not(.account-status-action):before, .page-aside ul.ministry-actions .toggle:before {
    margin: 0 !important;
    display: block;
  }
  .page-aside ul.ministry-actions .status {
    font-size: 0.69444em;
    line-height: 2.16em;
    margin: 0.54em 0em;
    padding: 0.54em;
    top: 100%;
    right: 0;
    display: block;
    color: #fff;
    background-color: #75c30d;
    z-index: 90;
    padding-right: 1.5rem;
  }
  .page-aside ul.ministry-actions .status:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    margin-right: .3em;
    color: #fff !important;
  }
  .page-aside ul.ministry-actions .status.removed {
    background-color: #e55310;
  }
  .page-aside ul.ministry-actions .account-status-action {
    color: inherit;
    text-decoration: underline;
  }
  .page-aside ul.ministry-actions li > a[href*="store"], .page-aside ul.ministry-actions li.store-link {
    display: none;
  }
  .page-aside .social_links h2 {
    display: none;
  }
  .page-aside .social_links ul {
    list-style: none;
    margin: 0.375em 0 1.5em;
  }
  .page-aside .social_links ul li {
    display: inline-block;
  }
  .page-aside .social_links ul li a {
    display: block;
    overflow: hidden;
    font-size: 1em;
    line-height: 1.875em;
    height: 1.875em;
    width: 1.875em;
    margin: 0em;
    border: 2px solid;
    text-decoration: none;
    border-radius: 50%;
    box-sizing: content-box;
  }
  .page-aside .social_links ul li a:before {
    display: block;
    text-align: center;
  }
  .page-aside .facebook a:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f09a";
  }
  .page-aside .twitter a:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f099";
  }
  .page-aside .vimeo a:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f194";
  }
  .page-aside .email a:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0e0";
  }
  .page-aside .pinterest a:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0d2";
  }
  .page-aside .youtube a:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f167";
  }
  .page-aside .googleplus a:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0d5";
  }
  .page-aside .flickr a:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f16e";
  }
  .page-aside .instagram a:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f16d";
  }
  .page-aside #related_programs ul {
    margin: 0;
    list-style: none;
  }
  .page-aside #related_programs li {
    font-size: 0.8em;
    line-height: 1.5em;
    margin-top: 0em;
    margin-bottom: 1.875em;
    color: #888;
  }
  .page-aside .speaker,
  .page-aside #parent_organization,
  .page-aside #related_programs,
  .page-aside .social_links {
    padding-top: 1.25rem;
    border-top: 1px dotted #aaa;
  }
}
.mobile-store-link {
  font-size: 0.69444em;
  line-height: 2.16em;
  margin-top: 0em;
  margin-bottom: 2.16em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
