@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=PT+Sans:400,700";
.ccm-page a.image-link-with-content:hover {
  cursor: hand;
  cursor: pointer; }
.ccm-page .image-link-with-content {
  filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.75));
  -webkit-filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0));
  color: #FFF;
  font-weight:lighter;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 396px;
  margin: 16px auto;
  height: 396px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  border-radius: 0px;
  position: relative;
  padding: 16px; }
  .ccm-page .image-link-with-content h2 {
    font-size: 30px;
    font-weight: 200;}
  .ccm-page .image-link-with-content p, .ccm-page .image-link-with-content h2 {
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #FFF;
    font-weight: 200;}
  .ccm-page .image-link-with-content p {
    margin-bottom: 0; }
    .ccm-page .image-link-with-content p.small::before {
      content: '—';
      display: block; }
  .ccm-page .image-link-with-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0,0,0,0.5); */
    border-radius: 0px;
    opacity: 0;
    transition: all .10s ease-in-out; }
  .ccm-page .image-link-with-content:hover, .ccm-page .image-link-with-content:focus, .ccm-page .image-link-with-content:active {
    color: #FFF;
    text-decoration: none;
    cursor: default;
    font-weight: 200;}
    .ccm-page .image-link-with-content:hover p, .ccm-page .image-link-with-content:hover h2, .ccm-page .image-link-with-content:focus p, .ccm-page .image-link-with-content:focus h2, .ccm-page .image-link-with-content:active p, .ccm-page .image-link-with-content:active h2 {
      text-decoration: none; }
    .ccm-page .image-link-with-content:hover::before, .ccm-page .image-link-with-content:focus::before, .ccm-page .image-link-with-content:active::before {
      opacity: 1; }
    .ccm-page .image-link-with-content:hover .image-link-with-content-container .image-link-with-content-lower, .ccm-page .image-link-with-content:focus .image-link-with-content-container .image-link-with-content-lower, .ccm-page .image-link-with-content:active .image-link-with-content-container .image-link-with-content-lower {
      max-height: 400px;
      opacity: 1; }
  .ccm-page .image-link-with-content .image-link-with-content-container {
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 0 12px #000);
    -webkit-filter: drop-shadow(0 0 16px #000); }
    .ccm-page .image-link-with-content .image-link-with-content-container .image-link-with-content-lower {
      transition: all .5s ease-in-out;
      max-height: 0;
      overflow: hidden;
      opacity: 0; }

/*# sourceMappingURL=view.css.map */
