.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .news .news__dots {
    fill: white; }
  .news .news__text {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 0%;
    margin-right: 0%;
    width: 100%;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px;
    text-align: center;
    background-color: #c29f00; }
    @media (min-width: 768px) {
      .news .news__text {
        width: 50%; }
        .news .news__text:nth-child(2n) {
          margin-right: 0; } }
    .news .news__text:before {
      content: '';
      float: left;
      padding-top: 100%; }
    .news .news__text h5, .news .news__text p {
      color: white; }
    .news .news__text h5 {
      text-transform: uppercase;
      font-size: 2rem;
      margin: 0.7em 0;
      font-weight: normal;
      letter-spacing: 0.05em; }
    @media screen and (min-width: 768px) {
      .news .news__text--without-image {
        width: 100%; }
        .news .news__text--without-image:before {
          padding-top: inherit; } }
  .news .news__image {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 0%;
    margin-right: 0%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    display: none; }
    @media (min-width: 768px) {
      .news .news__image {
        width: 50%; }
        .news .news__image:nth-child(2n) {
          margin-right: 0; } }
    .news .news__image:before {
      content: '';
      float: left;
      padding-top: 100%; }
    @media screen and (min-width: 768px) {
      .news .news__image {
        display: block; } }

.VueCarousel-navigation-button {
  top: 44% !important; }
  .VueCarousel-navigation-button .carousel-label {
    height: 1em; }

.team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .team .team__image {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 2%;
    margin-right: 2%;
    width: 100%;
    position: relative; }
    @media (min-width: 768px) {
      .team .team__image {
        width: 23.5%; }
        .team .team__image:nth-child(4n) {
          margin-right: 0; } }
    .team .team__image:before {
      content: '';
      float: left;
      padding-top: 100%; }
    .team .team__image a.team__text {
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 100;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 0.3em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-decoration: none;
      text-align: center;
      -webkit-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto;
      background: #698267; }
      .team .team__image a.team__text p {
        padding: 0.4em 0.4em 0.8em 0.4em;
        margin: 0.4em 1em;
        line-height: 1.2;
        color: white; }
        .team .team__image a.team__text p:first-child {
          border-bottom: 1px solid white; }
    .team .team__image:hover .team__text {
      opacity: 1;
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; }
    .team .team__image img {
      max-width: 100%;
      display: block; }

@-webkit-keyframes reveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes reveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.home-banner .home-banner__inner .logo, .home-banner .home-banner__inner .claim {
  margin: 0 auto;
  text-align: center; }

.home-banner {
  background-position: center center;
  background-size: cover;
  padding: 5em 0; }
  @media screen and (min-width: 768px) {
    .home-banner {
      padding: 10em 0; } }
  .home-banner .home-banner__inner {
    opacity: 0;
    -webkit-animation: reveal 1s 0.25s ease-in-out;
            animation: reveal 1s 0.25s ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    position: relative; }
    .home-banner .home-banner__inner::after {
      content: ' ';
      position: absolute;
      top: -12em;
      left: -8em;
      right: -8em;
      bottom: -10em;
      z-index: -1;
      background-image: -o-radial-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0) 70%);
      background-image: radial-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0) 70%);
      background-position-y: 6em; }
      @media screen and (min-width: 768px) {
        .home-banner .home-banner__inner::after {
          top: -10em;
          left: -2em;
          right: -2em;
          bottom: -10em; } }
      @media screen and (min-width: 1200px) {
        .home-banner .home-banner__inner::after {
          top: -10em;
          left: 6em;
          right: 6em;
          bottom: -10em; } }
    .home-banner .home-banner__inner .logo {
      display: block;
      margin-bottom: 50px;
      width: 200px;
      -webkit-filter: drop-shadow(2px 2px 8px white);
              filter: drop-shadow(2px 2px 8px white); }
      @media all and (max-width: 560px) {
        .home-banner .home-banner__inner .logo {
          margin-top: 30px;
          margin-bottom: 40px; } }
    .home-banner .home-banner__inner .claim {
      display: block;
      max-width: 780px;
      padding: 0 2em;
      color: #698267;
      -webkit-filter: drop-shadow(2px 2px 8px white);
              filter: drop-shadow(2px 2px 8px white);
      font-family: AutumnChant, cursive;
      font-size: 1.5rem;
      line-height: 1.6; }
      @media screen and (min-width: 768px) {
        .home-banner .home-banner__inner .claim {
          font-size: 2.1rem;
          line-height: 1.8; } }

.signature {
  font-family: 'AutumnChant', cursive; }
/*# sourceMappingURL=home.css.map */
