/* --------------------------------------------------------------------- *\
   Ticket 7895
\* --------------------------------------------------------------------- */

.node-contact .field-email {
  white-space: inherit;
  text-overflow: inherit;
  overflow: inherit;
}

/* --------------------------------------------------------------------- *\
   Ticket 7893
\* --------------------------------------------------------------------- */

body.pt302 #block-digitaldcore-node_profiles {
  display: none;
}

/* --------------------------------------------------------------------- *\
   Fix issue when a homepage mission post does not include an image.
\* --------------------------------------------------------------------- */

.home-mission .node {
  background: #333;
}

.node.no.gallery {
 position: inherit;
 background: inherit;
 -webkit-box-shadow: inherit;
 -moz-box-shadow: inherit;
 box-shadow: inherit;
}

/*  15134  */
@media only screen and (max-width: 1024px) {
  #block-block-3 {
    display: none;
  }
}
