.section {
  margin: 0 0 1.5em;
}
.section:last-of-type {
  margin: 0;
}
.section__header {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  border-bottom: 1px #e0e0e0 solid;
  padding-bottom: 0.5em;
  position: relative;
  font-size: 120%;
}
@media screen and (max-width: 1025px) {
  .section__header > .heading {
    margin: 0.75em 0;
  }
}
.section__cta {
  justify-self: end;
  color: #673ab7;
}
.section__cta:after {
  content: "»";
  display: inline-block;
  top: 1px;
  position: relative;
  margin-left: 6px;
}
.section__cta--mobile.btn {
  display: none;
}
@media screen and (max-width: 1025px) {
  .section {
    margin: 0 !important;
    padding: 3em 0.75em 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .section__cta--mobile.btn {
    display: block !important;
    font-size: 0.9em;
    text-decoration: none;
    padding: 0.75em;
    background-color: #673ab7;
    color: #ffffff;
  }
  .ctas {
    margin-bottom: 1.5em;
    margin-left: 0.75em;
    margin-right: 0.75em;
  }
  main.grid,
  .section.grid {
    display: block;
  }
  .section {
    margin: 0 !important;
    padding: 3em 0.75em 1.5em;
    border-top: 1px solid #ede7f6;
    background-color: #f6faff;
  }
  .section:nth-child(odd) {
    background-color: #f4f2fa;
  }
  .section__header {
    text-align: center;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .section__header .heading {
    font-size: 2em;
    font-weight: 500;
  }
  .section__cards {
    margin: 1.5em 0;
  }
  .section__cards:last-of-type {
    margin-bottom: 0;
  }
  .section__cards:first-of-type {
    margin-top: 0;
  }
}
.banner {
  padding-top: 8em;
  position: relative;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .banner {
    padding-top: 62px;
  }
}
@media screen and (max-width: 1025px) {
  .banner {
    padding-top: 56px;
  }
}
.banner__background {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-filter: blur(8px) brightness(0.8);
          filter: blur(8px) brightness(0.8);
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  z-index: -1;
}
.banner__background-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 46em;
  overflow: hidden;
}
.banner__background-image-wrapper--medium {
  height: 35em;
}
.banner__background-image-wrapper--short {
  height: 26em;
}
.banner__content {
  -webkit-box-shadow: 0px 10px 20px rgba(60, 55, 125, 0.3);
          box-shadow: 0px 10px 20px rgba(60, 55, 125, 0.3);
}
.banner--short .banner__content {
  grid-area: 1 / 1 / 1 / 3;
  grid-template-rows: 1fr;
  grid-template-columns: auto;
  border-radius: 5px;
  background-color: #f5f5f5;
}
.banner .card__video {
  line-height: 0;
}
.banner .video {
  max-height: 867px;
  background-color: #673ab7;
}
@media screen and (min-width: 1025px) and (max-width: 1110px) {
  .banner .video > div {
    display: grid;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
.banner__content img,
.banner__content .video {
  grid-column: 2;
  grid-row: 1;
  border-radius: 0 5px 0 0;
}
@media screen and (min-width: 1025px) {
  .banner__content {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
}
.banner--day .banner__meta,
.banner--post .banner__meta {
  grid-area: 1 / 1 / 1 / 1;
  background-color: #673ab7;
  gap: 1.5em;
  border-radius: 5px 0 0 0;
  display: grid;
  grid-template-rows: auto auto;
}
@media screen and (max-width: 1279px) {
  .banner--day .banner__meta,
  .banner--post .banner__meta {
    border-radius: 0;
  }
}
.banner--day .banner__meta .heading,
.banner--post .banner__meta .heading {
  font-size: 3.75em;
  line-height: 1em;
  color: #ffffff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .banner--day .banner__meta .heading,
  .banner--post .banner__meta .heading {
    font-size: 2.5em;
  }
}
.banner--day .banner__meta .subheading,
.banner--post .banner__meta .subheading {
  font-size: 1.4em;
  color: #ffffff;
  margin-bottom: 1em;
}
@media screen and (max-width: 1279px) {
  .banner--day .banner__meta .subheading,
  .banner--post .banner__meta .subheading {
    margin-bottom: 0.75em;
  }
}
.banner__date-icon {
  margin-right: .25em;
}
@media screen and (max-width: 768px) {
  .banner__date-icon {
    margin-right: .1em;
  }
}
.banner__meta-lower {
  -ms-flex-item-align: end;
      align-self: end;
}
@media screen and (max-width: 768px) {
  .banner__meta-lower {
    padding-bottom: 0.7em;
  }
}
@media screen and (max-width: 768px) {
  .banner--video {
    margin-top: 0 !important;
  }
  .banner--video img {
    display: none;
  }
}
.date_day {
  display: inline;
}
.card {
  display: grid;
  grid-template-rows: auto 1fr;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  -webkit-box-shadow: 0px 10px 20px rgba(60, 55, 125, 0.3);
          box-shadow: 0px 10px 20px rgba(60, 55, 125, 0.3);
}
.sidebar .card {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.content .card {
  -webkit-box-shadow: 0px 3px 10px rgba(60, 55, 125, 0.1);
          box-shadow: 0px 3px 10px rgba(60, 55, 125, 0.1);
}
.card__media img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-filter: contrast(1.1);
          filter: contrast(1.1);
}
.card__title {
  color: #263238;
  margin-top: 0.2em;
}
.card__content {
  padding: 1.3em 1.3em 1em 1.3em;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.card--alt .card__content {
  padding: 2em 2em 2em 2em;
  grid-template-rows: auto auto 1fr auto;
}
.card__content .card__excerpt {
  font-size: 1em;
  color: #455a64;
  line-height: 1.8em;
  margin: 0.75em 0;
}
.card__footer {
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin: 1em 0 0;
  padding: 0.75em 0 0;
  border-top: 1px #e0e0e0 solid;
}
.card__footer .card__link {
  font-size: 1.2em;
  grid-area: 1 / 2 / 2 / 3;
}
@media screen and (max-width: 768px) {
  .card__footer .card__link a {
    width: 100%;
  }
}
.card__footer .card__favorite {
  grid-area: 1 / 1 / 2 / 2;
  -ms-flex-item-align: center;
      align-self: center;
}
.card--blog .card__footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card__link {
  text-align: right;
}
.card--blog .card__link {
  grid-area: 1 / 2 / 1 / 3;
}
.card__link a {
  text-decoration: none;
}
.card__link > a:after {
  content: "»";
  display: inline-block;
  top: 1px;
  position: relative;
  margin-left: 6px;
}
.card__author {
  grid-area: 1 / 1 / 1 / 1;
  color: #9e9e9e;
  font-size: 0.8em;
}
@media screen and (min-width: 1025px) {
  .card--alt {
    grid-template-rows: auto;
    grid-template-columns: 2fr 3fr;
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .card--alt .heading {
    font-size: 2em;
    font-weight: 500;
  }
  .card--alt .card__image img {
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
  }
}
.banner__inner {
  grid-template-columns: 1fr;
  display: grid;
  width: 100%;
  position: relative;
}
.banner__inner > .heading {
  color: #ffffff;
  grid-row: 1;
  margin-bottom: -0.25em;
  font-size: 3em;
  font-weight: 700;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3), 1px 1px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1025px) {
  .banner__inner {
    grid-template-columns: auto 300px;
  }
}
.today {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .today {
    margin-bottom: 1.5em;
  }
}
.calendar {
  grid-template-rows: auto;
}
#calendar {
  width: 100%;
  height: 100%;
}
#calendar .litepicker {
  width: 100%;
  height: 100%;
}
.ctas {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 1025px) {
  .ctas {
    margin: 0 0.75em 3em 0.75em !important;
  }
  .banner--front-page {
    margin: 0 0.75em 0 0.75em !important;
    padding-top: 4.5em;
  }
  .banner--front-page .card__content {
    padding: 1em;
  }
  .widget--birthday {
    display: none;
  }
  .widget__form--birthday {
    grid-template-columns: 1fr 1fr;
  }
  .widget__birthday-submit {
    grid-row: 2;
  }
}
.sidebar-top-margin div:first-of-type .sidebar__unit {
  margin-top: 8em !important;
}
main .section {
  padding-top: 0;
}
