/* ####################################################################
 * ############################### Header #############################
   #################################################################### */

.featured-header .listing .featured-details {
  bottom: 40px;
  color: #fff;
  display: flex;
  flex-flow: column;
  pointer-events: initial;
  position: absolute;
  right: 40px;
  width: 220px;
}

.featured-header .listing .featured-title-wrapper {
  font-size: 1.5em;
}

.featured-header .listing .featured-text-wrapper {
  font-family: Proxima Soft Medium;
}

.featured-header .featured-link-wrapper {
  margin-top: 16px;
}

.featured-header .toggle-mobile-featured-header {
  display: none;
}

.featured-header .views-field.featured-text-fields .orb {
  margin-top: 16px;
}

.featured-header .views-field.featured-text-fields .proxima-nova-bold {
  font-size: 1.5em;
}

.featured-header .views-field.featured-text-fields .proxima-nova-bold a {
  color: #fff;
  text-decoration: none !important;
}

.featured-header .views-field.featured-text-fields p {
  margin-bottom: 0;
}

/* ####################################################################
 * ################################ Copy ##############################
   #################################################################### */

.page-copy-block *:first-child {
  margin-top: 0;
}

.page-copy-block h2 {
  color: #0073d1;
  font-family: Proxima Nova Bold;
  font-weight: inherit;
  font-size: 2.25em;
  margin: 13px 0;
}

.page-copy-block p {
  color: #333;
  font-family: Proxima Soft;
  font-weight: inherit;
}

.page-copy-block p a {
  color: #0073d1;
  font-family: Proxima Soft Semibold;
  font-weight: inherit;
  text-decoration: none;
}

.field-name-field-link-buttons .field-items {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 auto;
}

.field-name-field-link-buttons .field-item,
.field-name-field-link-buttons .field-collection-view,
.field-name-field-link-buttons .item-content {
  float: left;
}

.field-name-field-link-buttons .field-item {
  margin: 5px 10px;
}

.field-name-field-link-buttons .field-collection-view {
  border: none;
  float: left;
  margin: 0;
  padding: 0;
}

.field-name-field-link-buttons .field-collection-view .orb {
  text-align: center;
  width: 225px;
  height: 48px;
  font-size: 17px;
}

/* .field-name-field-link-buttons .field-collection-view .orb {
  text-align: center;
  width: 150px;
  height: 32px;
} */

@media (max-width: 768px) {
  .field-name-field-link-buttons .field-collection-view .orb {
    text-align: center;
    width: 150px;
    height: 32px;
    font-size: 12px;
  }
  .page-copy-block h2 {
    font-size: 2em !important;
    line-height: 1.2em !important;
  }
  article.node .node-content .field-name-body .field-item h2 {
    font-size: 2em;
    line-height: 1.2em;
  }
  .featured-header .listing .toggle-mobile-featured-header {
    background: #fdbb30 center / 20px no-repeat
      url("/sites/all/themes/lakeplacid/images/icons/x.svg");
    bottom: 15px;
    display: block;
    height: 40px;
    left: 15px;
    padding: 0;
    position: absolute;
    transform: rotate(45deg);
    width: 40px;
    z-index: 1;

    transition: transform ease-in-out 0.2s;
  }

  .featured-header-open
    .featured-header
    .listing
    .toggle-mobile-featured-header {
    position: fixed;
    transform: rotate(0deg);
    z-index: 13;
  }

  .featured-header .listing .featured-details {
    background: rgba(0, 115, 209, 0.75);
    bottom: 0;
    display: none;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: auto;
    z-index: 12;
  }

  .featured-header .listing .featured-details > div {
    display: flex;
    justify-content: center;
  }

  .featured-header .listing .featured-details > div > * {
    max-width: 220px;
  }

  .featured-header-open .featured-header .listing .featured-details {
    display: flex;
  }
}
