@-moz-keyframes news-list {
  0% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }
@-webkit-keyframes news-list {
  0% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); } }
@keyframes news-list {
  0% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); } }
.frontpage-reference:hover .field-image img {
  -webkit-filter: saturate(120%) contrast(120%);
  filter: saturate(120%) contrast(120%); }
.frontpage-reference .field-image {
  width: 50.9434%;
  float: left;
  margin-left: 8.49057%; }
  .frontpage-reference .field-image img {
    -webkit-filter: saturate(80%) contrast(100%);
    filter: saturate(80%) contrast(100%);
    -webkit-transition-property: filter;
    -moz-transition-property: filter;
    transition-property: filter;
    -webkit-transition-property: -webkit-filter;
    -webkit-transition-duration: 0.85s;
    -moz-transition-duration: 0.85s;
    transition-duration: 0.85s;
    width: 100%;
    height: auto; }
.frontpage-reference .content {
  width: 32.07547%;
  float: left;
  margin-left: 8.49057%;
  margin-top: 80px; }
  .frontpage-reference .content h2.title {
    font-family: "AdobeGaramondW01-Regula", sans-serif;
    font-size: 30px;
    line-height: 34px;
    font-weight: 400;
    text-decoration: none;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    color: #20302F; }
    @media (max-width: 500px) {
      .frontpage-reference .content h2.title {
        font-size: 26px;
        line-height: 30px; } }
  .frontpage-reference .content .field-body {
    margin-top: 30px;
    font-family: "AdobeGaramondW01-Regula", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    /*
        @include scope(mobile){
          font-size: 16px;
          line-height: 22px;
        }
    */
    color: #20302F; }
  .frontpage-reference .content .button-container {
    margin-top: 30px;
    clear: both;
    float: left; }
    .frontpage-reference .content .button-container .button {
      -webkit-transition: color 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: color 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: color 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      font-family: "Montserrat", sans-serif;
      font-size: 12px;
      line-height: 20px;
      font-weight: 400;
      text-decoration: none;
      text-transform: uppercase;
      letter-spacing: 1px;
      -webkit-font-smoothing: antialiased !important;
      -moz-osx-font-smoothing: grayscale;
      float: left;
      line-height: 34px;
      color: #a4a4a4;
      box-sizing: border-box;
      position: relative;
      width: 100px;
      text-align: center;
      cursor: pointer; }
      @media (max-width: 500px) {
        .frontpage-reference .content .button-container .button {
          letter-spacing: 0px; } }
      .frontpage-reference .content .button-container .button.js-touch, .frontpage-reference .content .button-container .button.js-ie {
        -webkit-transition: border-color 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: border-color 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: border-color 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        border: 2px solid #a4a4a4;
        box-sizing: border-box;
        height: 34px;
        line-height: 30px; }
        .frontpage-reference .content .button-container .button.js-touch svg, .frontpage-reference .content .button-container .button.js-ie svg {
          display: none; }
      .frontpage-reference .content .button-container .button svg {
        height: 34px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
      .frontpage-reference .content .button-container .button rect {
        -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        fill: none;
        stroke: #a4a4a4;
        stroke-width: 4;
        stroke-dasharray: 422, 0; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
          .frontpage-reference .content .button-container .button rect {
            stroke-width: 2; } }
    .frontpage-reference .content .button-container:hover .button {
      -webkit-transition: color 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: color 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: color 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      color: #20302F; }
      .frontpage-reference .content .button-container:hover .button.js-touch, .frontpage-reference .content .button-container:hover .button.js-ie {
        -webkit-transition: border-color 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: border-color 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: border-color 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        border: 2px solid #20302F; }
      .frontpage-reference .content .button-container:hover .button rect {
        -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        stroke: #20302F;
        stroke-width: 4;
        stroke-dasharray: 100, 168;
        stroke-dashoffset: 134; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
          .frontpage-reference .content .button-container:hover .button rect {
            stroke-width: 2; } }
@media (max-width: 780px) {
  .frontpage-reference .field-image {
    width: 100%;
    margin-left: 0; }
  .frontpage-reference .content {
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
    padding: 0 8.59375%; } }

/*# sourceMappingURL=frontpage-reference.css.map */
