@keyframes kenBurns {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.1); } }

@keyframes kenBurnsOut {
  0% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

.df-container {
  max-width: 1090px;
  margin: 0 auto;
  padding-top: 140px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1025px) {
    .df-container {
      padding-left: 30px;
      padding-right: 30px; } }

.df-title {
  font-size: 18px;
  font-family: "latobold";
  color: #58a7b6;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase; }
  .df-title--lg {
    font-size: 24px; }

.df-date {
  color: #686868;
  font-size: 14px; }

.df-listing {
  display: flex;
  flex-flow: row wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 60px; }
  .df-listing__i {
    padding-left: 15px;
    padding-right: 15px; }

@media (min-width: 768px) and (max-width: 1023px) {
  .df-listing__i {
    flex: 0 1 50%; } }
    @media (min-width: 1025px) {
      .df-listing__i {
        flex: 0 1 33.33333%; } }

.df-list-item {
  font-family: "latoregular";
  color: #5c5c65;
  line-height: 1.4;
  margin-bottom: 15px;
  position: relative; }
  .df-list-item__image {
    transition: transform 0.3s cubic-bezier(0.45, 0, 0.55, 1); }
    .df-list-item__image img {
      width: 100%;
      max-width: none; }
  .df-list-item__content {
    background-color: white;
    padding: 15px;
    filter: drop-shadow(0 0.5rem 0.5rem rgba(0, 0, 0, 0.03)); }
  .df-list-item__teaser {
    font-size: 16px;
    margin-bottom: 1.25em; }
  .df-list-item__link {
    display: block; }
    .df-list-item__link:before {
      content: "";
      background-color: transparent;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
  .df-list-item:after {
    content: "";
    display: block;
    height: 5px;
    background-color: #58a7b6;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s cubic-bezier(0.45, 0, 0.55, 1); }
  .df-list-item:hover .df-list-item__image {
    opacity: 0.9; }
  .df-list-item:hover:after {
    transform: scaleY(1); }

.df-item-detail {
  font-family: "latoregular";
  color: #5c5c65;
  line-height: 1.4;
  margin-bottom: 60px;
  position: relative; }
  .df-item-detail__image {
    text-align: center; }
    .df-item-detail__image img {
      max-width: 100%; }
  .df-item-detail__content {
    background-color: white;
    padding: 15px;
    filter: drop-shadow(0 0.5rem 0.5rem rgba(0, 0, 0, 0.03)); }

.pagination {
  margin: 0 auto;
  height: auto;
  margin-bottom: 30px;
  margin-top: 30px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center; }
  .pagination .screen-reader-text {
    display: none; }

.nav-links {
  display: flex;
  flex-flow: row wrap; }
  .nav-links a, .nav-links span {
    flex: 0 1 auto;
    padding: 10px;
    background-color: white; }

.df-button {
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  background: #57a7b6;
  font: 18px/35px "latoregular";
  color: #fff;
  height: 35px;
  padding: 0 20px 0 25px; }
  .df-button:hover {
    background-color: #67676F;
    color: white; }

/*# sourceMappingURL=custom-v2.css.map */