@-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); } }
.body,
.field-body,
.webform-confirmation {
  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: #666666; }
  .body h2,
  .field-body h2,
  .webform-confirmation h2 {
    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: #495a57;
    margin: 0px 0 10px 0; }
    @media (max-width: 500px) {
      .body h2,
      .field-body h2,
      .webform-confirmation h2 {
        font-size: 26px;
        line-height: 30px; } }
  .body p,
  .field-body p,
  .webform-confirmation p {
    margin-top: 0px;
    margin-bottom: 20px; }
  .body p.montserrat,
  .field-body p.montserrat,
  .webform-confirmation p.montserrat {
    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; }
    @media (max-width: 500px) {
      .body p.montserrat,
      .field-body p.montserrat,
      .webform-confirmation p.montserrat {
        letter-spacing: 0px; } }
  .body a:not(.button),
  .field-body a:not(.button),
  .webform-confirmation a:not(.button) {
    -webkit-transition: color 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: color 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: color 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    color: #666666;
    text-decoration: underline; }
    .body a:not(.button):hover,
    .field-body a:not(.button):hover,
    .webform-confirmation a:not(.button):hover {
      -webkit-transition: color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      color: #20302F; }
  .body a.button,
  .field-body a.button,
  .webform-confirmation a.button {
    -webkit-transition: color 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53), background-color 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53), border-color 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: color 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53), background-color 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53), border-color 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: color 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53), background-color 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53), border-color 0.25s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    display: inline-block;
    margin: 20px 0;
    height: 34px;
    line-height: 34px;
    padding: 5px 16px;
    box-sizing: border-box;
    border: 2px solid #a4a4a4;
    text-decoration: none;
    background-color: #ffffff;
    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;
    color: #a4a4a4; }
    @media (max-width: 500px) {
      .body a.button,
      .field-body a.button,
      .webform-confirmation a.button {
        letter-spacing: 0px; } }
    .body a.button:hover,
    .field-body a.button:hover,
    .webform-confirmation a.button:hover {
      -webkit-transition: color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      color: #ffffff;
      background-color: #495a57;
      border-color: #495a57; }
  .body ul,
  .field-body ul,
  .webform-confirmation ul {
    margin-bottom: 20px; }
    .body ul li,
    .field-body ul li,
    .webform-confirmation ul li {
      list-style: none;
      position: relative;
      padding-left: 20px; }
      .body ul li:before,
      .field-body ul li:before,
      .webform-confirmation ul li:before {
        display: block;
        content: "\e906";
        font-family: 'icomoon';
        position: absolute;
        left: 0;
        top: 0; }
      .body ul li p,
      .field-body ul li p,
      .webform-confirmation ul li p {
        margin-bottom: 0; }

.field-downloads {
  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; }
  @media (max-width: 500px) {
    .field-downloads {
      letter-spacing: 0px; } }
  .field-downloads .download {
    margin-bottom: 20px;
    width: 100%;
    float: left; }
    .field-downloads .download:hover a.link:after {
      -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      -moz-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), -moz-transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -o-transform: translateX(0px);
      transform: translateX(0px);
      opacity: 1; }
    .field-downloads .download .file-type {
      width: 100px;
      float: left;
      color: #a4a4a4; }
    .field-downloads .download a.link {
      width: calc(100% - 100px);
      float: left;
      color: #495a57;
      position: relative; }
      .field-downloads .download a.link:after {
        -webkit-transition: opacity 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045);
        -moz-transition: opacity 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53), -moz-transform 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045);
        transition: opacity 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53), transform 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045);
        -webkit-transform: translateX(-18px);
        -moz-transform: translateX(-18px);
        -ms-transform: translateX(-18px);
        -o-transform: translateX(-18px);
        transform: translateX(-18px);
        content: "";
        position: absolute;
        height: 2px;
        background-color: #495a57;
        width: 9px;
        bottom: 0px;
        left: 0;
        opacity: 0; }
        @media (max-width: 780px) {
          .field-downloads .download a.link:after {
            display: none; } }

.field-video {
  width: 100%;
  float: left; }
  .field-video > .video {
    position: relative;
    line-height: 0;
    pointer-events: none;
    overflow: hidden; }
    .field-video > .video.ready > a.preview {
      display: none; }
    .field-video > .video:before {
      display: block;
      content: ""; }
    .field-video > .video > a.preview {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      pointer-events: auto;
      outline: none;
      height: 100%; }
      .field-video > .video > a.preview:hover img {
        -webkit-filter: saturate(120%) contrast(130%) brightness(160%);
        filter: saturate(120%) contrast(130%) brightness(160%); }
      .field-video > .video > a.preview img {
        width: 100%;
        height: auto;
        -webkit-filter: saturate(100%) contrast(100%) brightness(100%);
        filter: saturate(100%) contrast(100%) brightness(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; }
      .field-video > .video > a.preview .label {
        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;
        color: #a4a4a4;
        position: absolute;
        top: 40px;
        left: 40px; }
        @media (max-width: 500px) {
          .field-video > .video > a.preview .label {
            letter-spacing: 0px; } }
      .field-video > .video > a.preview .title {
        position: absolute;
        top: 0px;
        left: 0px;
        padding: 70px 40px 0px 40px;
        box-sizing: border-box;
        font-family: "AdobeGaramondW01-Regula", sans-serif;
        font-size: 44px;
        line-height: 46px;
        font-weight: 400;
        text-decoration: none;
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale;
        color: #ffffff; }
        @media (max-width: 500px) {
          .field-video > .video > a.preview .title {
            font-size: 32px;
            line-height: 34px;
            word-wrap: break-word; } }
      .field-video > .video > a.preview .play {
        position: absolute;
        bottom: 40px;
        left: 40px;
        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;
        color: #a4a4a4;
        padding-left: 40px; }
        @media (max-width: 500px) {
          .field-video > .video > a.preview .play {
            letter-spacing: 0px; } }
        .field-video > .video > a.preview .play:before {
          font-family: 'icomoon' !important;
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased !important;
          -moz-osx-font-smoothing: grayscale;
          content: "\e905";
          font-size: 50px;
          position: absolute;
          top: -15px;
          left: -12px;
          color: #ffffff; }
    .field-video > .video .full {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      .field-video > .video .full iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: auto; }
    .field-video > .video .ajax-progress {
      display: none; }

.field-awards .slick-dots {
  position: absolute;
  left: 0;
  top: -40px; }
.field-awards .slick-track > .item .award {
  -webkit-transition: -webkit-transform 1.2s 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53), opacity 0.25s 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: -moz-transform 1.2s 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53), opacity 0.25s 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: transform 1.2s 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53), opacity 0.25s 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
  opacity: 0; }
.field-awards .slick-track > .item.slick-active .award {
  -webkit-transition: -webkit-transform 1.2s 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1.2s 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: -moz-transform 1.2s 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1.2s 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: transform 1.2s 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1.2s 0.15s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1; }

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