<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Theme Name: herefordcattle
 * Author: &lt;a href="http://oneltd.co.uk/"&gt;One&lt;/a&gt;
 * Author URI: http://oneltd.co.uk/
 * Version: 1.0
 * Description: Custom theme for Hereford Cattle
 * Template: oneltd-base
 */

/* line 1, ../../src/sass/helpers/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 21, ../../src/sass/helpers/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 25, ../../src/sass/helpers/_reset.scss */
body {
  line-height: 1;
}

/* line 28, ../../src/sass/helpers/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 31, ../../src/sass/helpers/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 34, ../../src/sass/helpers/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 39, ../../src/sass/helpers/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 44, ../../src/sass/helpers/_reset.scss */
html {
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
/* line 47, ../../src/sass/helpers/_reset.scss */
html.wf-loading {
  opacity: 0;
}
/* line 51, ../../src/sass/helpers/_reset.scss */
html.wf-active, html.wf-inactive {
  opacity: 1;
}

/* line 1, ../../src/sass/helpers/_base.scss */
html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.2px;
}

/* line 8, ../../src/sass/helpers/_base.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}

/* line 14, ../../src/sass/helpers/_base.scss */
.container {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
     -moz-transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
       -o-transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
          transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (min-width: 768px) {
  /* line 14, ../../src/sass/helpers/_base.scss */
  .container {
    width: 768px;
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  /* line 14, ../../src/sass/helpers/_base.scss */
  .container {
    width: 960px;
  }
}
@media (min-width: 1170px) {
  /* line 14, ../../src/sass/helpers/_base.scss */
  .container {
    padding: 0;
    width: 1100px;
  }
}
@media (min-width: 1248px) {
  /* line 14, ../../src/sass/helpers/_base.scss */
  .container {
    padding: 0;
    width: 1200px;
  }
}

/* line 20, ../../src/sass/helpers/_base.scss */
body.show-mobile-nav,
.main-body {
  overflow: hidden;
}

/* line 25, ../../src/sass/helpers/_base.scss */
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
/* line 34, ../../src/sass/helpers/_base.scss */
.full-width .container {
  overflow: visible;
}

/* line 38, ../../src/sass/helpers/_base.scss */
.full-width .container {
  overflow: visible;
}

/* line 42, ../../src/sass/helpers/_base.scss */
h1 {
  font-family: "DM Serif Display", serif;
  font-size: 50px;
  line-height: 60px;
  color: #2d2926;
  font-weight: 400;
  margin-bottom: 16px;
}
/* line 46, ../../src/sass/helpers/_base.scss */
h1.block-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  /* line 42, ../../src/sass/helpers/_base.scss */
  h1 {
    font-size: 46px;
    line-height: 52px;
  }
}
@media (max-width: 370px) {
  /* line 42, ../../src/sass/helpers/_base.scss */
  h1 {
    font-size: 40px;
    line-height: 46px;
  }
}

/* line 69, ../../src/sass/helpers/_base.scss */
h2 {
  font-family: "DM Serif Display", serif;
  font-size: 30px;
  line-height: 36px;
  color: #2d2926;
  font-weight: 400;
  margin-bottom: 16px;
}

/* line 73, ../../src/sass/helpers/_base.scss */
h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 28px;
  line-height: 38px;
  color: #2d2926;
  font-weight: 400;
  margin-bottom: 16px;
}

/* line 77, ../../src/sass/helpers/_base.scss */
h4 {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #2d2926;
  font-weight: 500;
  margin-bottom: 16px;
}

/* line 89, ../../src/sass/helpers/_base.scss */
p {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #2d2926;
  font-weight: 400;
  margin-bottom: 16px;
}

/* line 93, ../../src/sass/helpers/_base.scss */
.intro-text {
  font-family: "DM Sans", sans-serif;
  font-size: 28px;
  line-height: 38px;
  color: #2d2926;
  font-weight: 400;
  margin-bottom: 16px;
  margin-bottom: 20px;
}

/* line 106, ../../src/sass/helpers/_base.scss */
a {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #2d2926;
  font-weight: 400;
  margin-bottom: 16px;
}

/* line 111, ../../src/sass/helpers/_base.scss */
.non-fancy {
  text-decoration: none;
}

/* line 117, ../../src/sass/helpers/_base.scss */
a:not(.ab-item):not(.button):not(.non-fancy):not(.non-fancy-nav) {
  background: -webkit-gradient(linear, left top, left bottom, from(#e4ebcc), to(#e4ebcc));
  background: -webkit-linear-gradient(top, #e4ebcc 0%, #e4ebcc 100%);
  background: -moz- oldlinear-gradient(top, #e4ebcc 0%, #e4ebcc 100%);
  background: -o-linear-gradient(top, #e4ebcc 0%, #e4ebcc 100%);
  background: linear-gradient(to bottom, #e4ebcc 0%, #e4ebcc 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  -webkit-background-size: 2px 2px;
     -moz-background-size: 2px 2px;
          background-size: 2px 2px;
  text-decoration: none;
  -webkit-transition: background-size 0.2s;
     -moz-transition: background-size 0.2s;
       -o-transition: background-size 0.2s;
          transition: background-size 0.2s;
  margin-bottom: 0;
}
/* line 123, ../../src/sass/helpers/_base.scss */
a:not(.ab-item):not(.button):not(.non-fancy):not(.non-fancy-nav):hover {
  -webkit-background-size: 2px 50px;
     -moz-background-size: 2px 50px;
          background-size: 2px 50px;
}

/* line 131, ../../src/sass/helpers/_base.scss */
ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
}

/* line 137, ../../src/sass/helpers/_base.scss */
ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 20px;
}

/* line 143, ../../src/sass/helpers/_base.scss */
ul li,
ol li {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #2d2926;
  font-weight: 400;
  margin-bottom: 16px;
  margin-bottom: 9px;
}
/* line 148, ../../src/sass/helpers/_base.scss */
ul li:last-of-type,
ol li:last-of-type {
  margin-bottom: 18px;
}

/* line 153, ../../src/sass/helpers/_base.scss */
.alignleft {
  float: none;
  margin-right: 0;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  /* line 153, ../../src/sass/helpers/_base.scss */
  .alignleft {
    float: left;
    margin-right: 16px;
    margin-bottom: 8px;
  }
}

/* line 167, ../../src/sass/helpers/_base.scss */
.alignright {
  float: none;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  /* line 167, ../../src/sass/helpers/_base.scss */
  .alignright {
    float: right;
    margin-left: 16px;
    margin-bottom: 8px;
  }
}

/* line 181, ../../src/sass/helpers/_base.scss */
.alignnone, .aligncenter {
  width: 100% !important;
  margin-bottom: 32px;
  height: auto;
}

/* line 190, ../../src/sass/helpers/_base.scss */
.head-line {
  background: #7a9a01;
  height: 5px;
  width: 152px;
  margin-bottom: 26px;
}
/* line 196, ../../src/sass/helpers/_base.scss */
.head-line.small {
  width: 76px;
}

/* line 201, ../../src/sass/helpers/_base.scss */
nav ul {
  list-style-type: none;
  margin-left: 0;
}

/* line 207, ../../src/sass/helpers/_base.scss */
.grass {
  height: 144px;
  width: 100%;
  position: absolute;
  bottom: 0;
}

/* line 215, ../../src/sass/helpers/_base.scss */
.bold-it-up {
  font-weight: 700;
}

/* line 219, ../../src/sass/helpers/_base.scss */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 221, ../../src/sass/helpers/_base.scss */
.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 222, ../../src/sass/helpers/_base.scss */
.justify-around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

/* line 223, ../../src/sass/helpers/_base.scss */
.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 225, ../../src/sass/helpers/_base.scss */
.mb-2 {
  margin-bottom: 2rem;
}

/* line 227, ../../src/sass/helpers/_base.scss */
.white {
  color: #FFF;
}

/* line 232, ../../src/sass/helpers/_base.scss */
#catapult-cookie-bar {
  padding: 20px;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #2d2926;
  font-weight: 400;
  margin-bottom: 16px;
  margin-bottom: 0;
}
/* line 237, ../../src/sass/helpers/_base.scss */
#catapult-cookie-bar a:not(.button) {
  background: -webkit-gradient(linear, left top, left bottom, from(#a14737), to(#a14737));
  background: -webkit-linear-gradient(top, #a14737 0%, #a14737 100%);
  background: -moz- oldlinear-gradient(top, #a14737 0%, #a14737 100%);
  background: -o-linear-gradient(top, #a14737 0%, #a14737 100%);
  background: linear-gradient(to bottom, #a14737 0%, #a14737 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  -webkit-background-size: 2px 2px;
     -moz-background-size: 2px 2px;
          background-size: 2px 2px;
  text-decoration: none;
  -webkit-transition: background-size 0.2s;
     -moz-transition: background-size 0.2s;
       -o-transition: background-size 0.2s;
          transition: background-size 0.2s;
  margin-bottom: 0;
}
/* line 242, ../../src/sass/helpers/_base.scss */
#catapult-cookie-bar h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #2d2926;
  font-weight: 500;
  margin-bottom: 16px;
  font-weight: 400;
}

/* line 250, ../../src/sass/helpers/_base.scss */
.cookie-bar-bar .ctcc-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  /* line 250, ../../src/sass/helpers/_base.scss */
  .cookie-bar-bar .ctcc-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* line 260, ../../src/sass/helpers/_base.scss */
.ctcc-left-side {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  /* line 260, ../../src/sass/helpers/_base.scss */
  .ctcc-left-side {
    margin-bottom: 0;
  }
}

/* line 272, ../../src/sass/helpers/_base.scss */
#catapult-cookie-bar {
  padding: 0px;
}

/* line 277, ../../src/sass/helpers/_base.scss */
.ctcc-inner {
  padding: 0;
}

/* line 281, ../../src/sass/helpers/_base.scss */
button#catapultCookie {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #2d2926;
  font-weight: 400;
  margin-bottom: 16px;
  font-weight: 700;
  padding: 12px 20px;
  display: inline-block;
  color: #2d2926;
  border: 2px solid #a14737 !important;
  text-decoration: none;
  margin-bottom: 0px;
  margin-left: 12px;
  -webkit-transition: all .8s ease-in-out;
     -moz-transition: all .8s ease-in-out;
       -o-transition: all .8s ease-in-out;
          transition: all .8s ease-in-out;
}
/* line 296, ../../src/sass/helpers/_base.scss */
button#catapultCookie:hover {
  -webkit-transform: scale(0.9);
     -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
       -o-transform: scale(0.9);
          transform: scale(0.9);
}

/* line 3, ../../src/sass/blocks/text-banners.scss */
.text-display {
  margin-bottom: 80px;
  padding: 80px 0 110px;
  position: relative;
  background: #2d2926;
}
/* line 9, ../../src/sass/blocks/text-banners.scss */
.text-display .container {
  z-index: 2;
  position: relative;
}
/* line 13, ../../src/sass/blocks/text-banners.scss */
.text-display .container .text-wrap {
  width: 100%;
  max-width: 896px;
}
/* line 17, ../../src/sass/blocks/text-banners.scss */
.text-display .container .text-wrap .head-line {
  background: #a14737;
  margin-bottom: 32px;
}
/* line 22, ../../src/sass/blocks/text-banners.scss */
.text-display .container .text-wrap p,
.text-display .container .text-wrap a:not(.button) {
  font-family: "DM Sans", sans-serif;
  font-size: 28px;
  line-height: 38px;
  color: #2d2926;
  font-weight: 400;
  margin-bottom: 16px;
  color: white;
  margin-bottom: 0px;
}
/* line 30, ../../src/sass/blocks/text-banners.scss */
.text-display .container .text-wrap p {
  margin-bottom: 30px;
}
/* line 34, ../../src/sass/blocks/text-banners.scss */
.text-display .container .text-wrap a:not(.button) {
  background: -webkit-gradient(linear, left top, left bottom, from(#a14737), to(#a14737));
  background: -webkit-linear-gradient(top, #a14737 0%, #a14737 100%);
  background: -moz- oldlinear-gradient(top, #a14737 0%, #a14737 100%);
  background: -o-linear-gradient(top, #a14737 0%, #a14737 100%);
  background: linear-gradient(to bottom, #a14737 0%, #a14737 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  -webkit-background-size: 2px 2px;
     -moz-background-size: 2px 2px;
          background-size: 2px 2px;
  text-decoration: none;
  -webkit-transition: background-size 0.2s;
     -moz-transition: background-size 0.2s;
       -o-transition: background-size 0.2s;
          transition: background-size 0.2s;
  margin-bottom: 0;
}

/* line 44, ../../src/sass/blocks/text-banners.scss */
.error404 .text-display {
  margin-bottom: 0;
}

/* line 1, ../../src/sass/blocks/header-banners.scss */
.banner {
  margin-bottom: 80px;
}
/* line 5, ../../src/sass/blocks/header-banners.scss */
.banner.yes {
  margin-bottom: 0;
}
/* line 11, ../../src/sass/blocks/header-banners.scss */
.banner .overlay {
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  z-index: 2;
  top: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
/* line 15, ../../src/sass/blocks/header-banners.scss */
.banner .container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 10;
}
/* line 22, ../../src/sass/blocks/header-banners.scss */
.banner .container.move_text {
  display: block;
}
/* line 33, ../../src/sass/blocks/header-banners.scss */
.banner .container h1 {
  color: #FFF;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  position: relative;
  margin-bottom: 0;
}
/* line 44, ../../src/sass/blocks/header-banners.scss */
.banner.practical .image {
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 52, ../../src/sass/blocks/header-banners.scss */
.banner.practical .image .container {
  min-height: 420px;
  padding-bottom: 50px;
}
/* line 57, ../../src/sass/blocks/header-banners.scss */
.banner.practical .image .container h1 {
  width: 100%;
  max-width: 1010px;
  font-size: 56px;
}
@media (max-width: 768px) {
  /* line 57, ../../src/sass/blocks/header-banners.scss */
  .banner.practical .image .container h1 {
    font-size: 46px;
    line-height: 52px;
  }
}
@media (max-width: 370px) {
  /* line 57, ../../src/sass/blocks/header-banners.scss */
  .banner.practical .image .container h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
/* line 83, ../../src/sass/blocks/header-banners.scss */
.banner.display .image {
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 82vh;
}
@media (min-width: 768px) {
  /* line 83, ../../src/sass/blocks/header-banners.scss */
  .banner.display .image {
    height: 100vh;
  }
}
/* line 99, ../../src/sass/blocks/header-banners.scss */
.banner.display .image .container {
  height: 100%;
  padding-bottom: 88px;
}
/* line 104, ../../src/sass/blocks/header-banners.scss */
.banner.display .image .container h1 {
  font-size: 64px;
  line-height: 1;
  width: 100%;
}
@media (min-width: 1024px) {
  /* line 104, ../../src/sass/blocks/header-banners.scss */
  .banner.display .image .container h1 {
    width: 90%;
  }
}
@media (min-width: 1170px) {
  /* line 104, ../../src/sass/blocks/header-banners.scss */
  .banner.display .image .container h1 {
    font-size: 114px;
    width: 65%;
  }
}

/* line 1, ../../src/sass/blocks/text-area.scss */
.text-area {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1024px) {
  /* line 1, ../../src/sass/blocks/text-area.scss */
  .text-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
/* line 14, ../../src/sass/blocks/text-area.scss */
.text-area .wp-caption img {
  width: 100%;
  height: 100%;
}
/* line 24, ../../src/sass/blocks/text-area.scss */
.text-area *[id^='attachment'] {
  position: relative;
}
/* line 30, ../../src/sass/blocks/text-area.scss */
.text-area *[id^='caption-attachment'] {
  background: #ecebeb;
  padding: 10px 12px;
  font-size: 16px;
  width: 100%;
  margin-top: -4px;
  line-height: 20px;
}
/* line 41, ../../src/sass/blocks/text-area.scss */
.text-area .main {
  width: 800px;
  max-width: 100%;
  margin-right: 9.833%;
}
/* line 58, ../../src/sass/blocks/text-area.scss */
.text-area .sidebar {
  width: 100%;
}
@media (min-width: 1024px) {
  /* line 58, ../../src/sass/blocks/text-area.scss */
  .text-area .sidebar {
    width: 284px;
  }
}
/* line 65, ../../src/sass/blocks/text-area.scss */
.text-area .sidebar img {
  width: 100%;
  height: 100%;
}
/* line 80, ../../src/sass/blocks/text-area.scss */
.text-area .sidebar h3 {
  margin-bottom: 14px;
}
/* line 84, ../../src/sass/blocks/text-area.scss */
.text-area .sidebar .head-line {
  margin-bottom: 18px;
}

/* line 1, ../../src/sass/blocks/halfs.scss */
.half-block {
  margin-bottom: 80px;
}
/* line 4, ../../src/sass/blocks/halfs.scss */
.half-block .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
/* line 9, ../../src/sass/blocks/halfs.scss */
.half-block .buttons .button {
  margin-right: 24px;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  /* line 9, ../../src/sass/blocks/halfs.scss */
  .half-block .buttons .button {
    margin-bottom: 0;
  }
}
/* line 19, ../../src/sass/blocks/halfs.scss */
.half-block .buttons .button:last-of-type {
  margin-right: 0;
}
/* line 27, ../../src/sass/blocks/halfs.scss */
.half-block h2 {
  font-size: 42px;
  line-height: 50px;
}
/* line 32, ../../src/sass/blocks/halfs.scss */
.half-block p {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  /* line 32, ../../src/sass/blocks/halfs.scss */
  .half-block p {
    margin-bottom: 46px;
  }
}
/* line 42, ../../src/sass/blocks/halfs.scss */
.half-block .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  /* line 42, ../../src/sass/blocks/halfs.scss */
  .half-block .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
/* line 57, ../../src/sass/blocks/halfs.scss */
.half-block.image-block .grid-wrap .content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 56px;
}
@media (min-width: 1024px) {
  /* line 57, ../../src/sass/blocks/halfs.scss */
  .half-block.image-block .grid-wrap .content {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/* line 67, ../../src/sass/blocks/halfs.scss */
.half-block.image-block .grid-wrap .content .image {
  -webkit-background-size: contain;
     -moz-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  width: 586px;
  max-width: 100%;
  height: 224px;
}
@media (min-width: 768px) {
  /* line 67, ../../src/sass/blocks/halfs.scss */
  .half-block.image-block .grid-wrap .content .image {
    height: 391px;
  }
}
/* line 84, ../../src/sass/blocks/halfs.scss */
.half-block.image-block .grid-wrap .content .text-wrap {
  width: 488px;
  max-width: 100%;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  /* line 84, ../../src/sass/blocks/halfs.scss */
  .half-block.image-block .grid-wrap .content .text-wrap {
    margin-bottom: 32px;
  }
}
/* line 101, ../../src/sass/blocks/halfs.scss */
.half-block.text-block .grid-wrap {
  display: grid;
  grid-column-gap: 126px;
  grid-row-gap: 56px;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media (min-width: 1024px) {
  /* line 101, ../../src/sass/blocks/halfs.scss */
  .half-block.text-block .grid-wrap {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
/* line 116, ../../src/sass/blocks/halfs.scss */
.half-block.text-block .grid-wrap .content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 1, ../../src/sass/blocks/downloads.scss */
.downloads {
  margin-bottom: 80px;
}
/* line 5, ../../src/sass/blocks/downloads.scss */
.downloads .downloads-wrap {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media (min-width: 768px) {
  /* line 5, ../../src/sass/blocks/downloads.scss */
  .downloads .downloads-wrap {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
@media (min-width: 1024px) {
  /* line 5, ../../src/sass/blocks/downloads.scss */
  .downloads .downloads-wrap {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
  }
}
@media (min-width: 1170px) {
  /* line 5, ../../src/sass/blocks/downloads.scss */
  .downloads .downloads-wrap {
    grid-template-columns: repeat(4, minmax(150px, 1fr));
  }
}
/* line 31, ../../src/sass/blocks/downloads.scss */
.downloads .downloads-wrap a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -webkit-transition: all .8s ease-in-out;
     -moz-transition: all .8s ease-in-out;
       -o-transition: all .8s ease-in-out;
          transition: all .8s ease-in-out;
}
/* line 38, ../../src/sass/blocks/downloads.scss */
.downloads .downloads-wrap a:hover {
  -webkit-transform: scale(0.9);
     -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
       -o-transform: scale(0.9);
          transform: scale(0.9);
}
/* line 45, ../../src/sass/blocks/downloads.scss */
.downloads .downloads-wrap .text-wrap {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  /* line 45, ../../src/sass/blocks/downloads.scss */
  .downloads .downloads-wrap .text-wrap {
    width: 194px;
  }
}
/* line 56, ../../src/sass/blocks/downloads.scss */
.downloads .downloads-wrap .title {
  font-weight: 700;
  margin-bottom: 0;
}
/* line 61, ../../src/sass/blocks/downloads.scss */
.downloads .downloads-wrap .icon {
  height: 70px;
  max-width: 52px;
  width: 100%;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 24px;
  content: "";
}
/* line 72, ../../src/sass/blocks/downloads.scss */
.downloads .downloads-wrap .icon.csv {
  background: url(images/csv.svg);
}
/* line 75, ../../src/sass/blocks/downloads.scss */
.downloads .downloads-wrap .icon.doc {
  background: url(images/doc.svg);
}
/* line 79, ../../src/sass/blocks/downloads.scss */
.downloads .downloads-wrap .icon.jpg {
  background: url(images/jpg.svg);
}
/* line 84, ../../src/sass/blocks/downloads.scss */
.downloads .downloads-wrap .icon.pdf {
  background: url(images/pdf.svg);
}
/* line 88, ../../src/sass/blocks/downloads.scss */
.downloads .downloads-wrap .icon.ppt {
  background: url(images/ppt.svg);
}
/* line 91, ../../src/sass/blocks/downloads.scss */
.downloads .downloads-wrap .icon.zip {
  background: url(images/zip.svg);
}

/* line 1, ../../src/sass/blocks/merchandise.scss */
.merchandise {
  margin-bottom: 80px;
}
/* line 5, ../../src/sass/blocks/merchandise.scss */
.merchandise .grid-wrap {
  display: grid;
  grid-gap: 56px;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media (min-width: 1024px) {
  /* line 5, ../../src/sass/blocks/merchandise.scss */
  .merchandise .grid-wrap {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
/* line 18, ../../src/sass/blocks/merchandise.scss */
.merchandise .grid-wrap .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 25, ../../src/sass/blocks/merchandise.scss */
.merchandise .grid-wrap .content .text-wrap {
  margin-bottom: 32px;
}
@media (min-width: 1170px) {
  /* line 25, ../../src/sass/blocks/merchandise.scss */
  .merchandise .grid-wrap .content .text-wrap {
    margin-bottom: 0px;
  }
}
/* line 36, ../../src/sass/blocks/merchandise.scss */
.merchandise .grid-wrap .content .text-wrap h3 {
  margin-bottom: 0;
}
/* line 41, ../../src/sass/blocks/merchandise.scss */
.merchandise .grid-wrap .content .button {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
/* line 46, ../../src/sass/blocks/merchandise.scss */
.merchandise .grid-wrap .content .image {
  -webkit-background-size: contain;
     -moz-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  width: 100%;
  margin-bottom: 32px;
  border: 2px solid #2d2926;
  background-position: top center;
  height: 224px;
}
@media (min-width: 1170px) {
  /* line 46, ../../src/sass/blocks/merchandise.scss */
  .merchandise .grid-wrap .content .image {
    height: 391px;
  }
}

/* line 1, ../../src/sass/blocks/carousel-banner.scss */
.carousel-banner {
  margin-bottom: 80px;
}
/* line 4, ../../src/sass/blocks/carousel-banner.scss */
.carousel-banner.yes {
  margin-bottom: 0;
}
/* line 11, ../../src/sass/blocks/carousel-banner.scss */
.carousel-banner .image {
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 19, ../../src/sass/blocks/carousel-banner.scss */
.carousel-banner .image-slide {
  -webkit-background-size: contain;
     -moz-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 28, ../../src/sass/blocks/carousel-banner.scss */
.carousel-banner .inside-wrap {
  position: relative;
}
/* line 32, ../../src/sass/blocks/carousel-banner.scss */
.carousel-banner .inside-wrap .overlay {
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  z-index: 2;
  top: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
/* line 37, ../../src/sass/blocks/carousel-banner.scss */
.carousel-banner .container {
  position: relative;
  z-index: 10;
}
/* line 45, ../../src/sass/blocks/carousel-banner.scss */
.carousel-banner .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 640px;
}
@media (min-width: 768px) {
  /* line 45, ../../src/sass/blocks/carousel-banner.scss */
  .carousel-banner .content {
    max-width: 524px;
    min-height: 840px;
  }
}
/* line 61, ../../src/sass/blocks/carousel-banner.scss */
.carousel-banner .content.header-banner {
  padding-top: 100px;
}
/* line 67, ../../src/sass/blocks/carousel-banner.scss */
.carousel-banner .content.year {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 100%;
  min-height: 100vh;
}
/* line 95, ../../src/sass/blocks/carousel-banner.scss */
.carousel-banner .content.year .text-wrap {
  margin-bottom: 0;
}
/* line 99, ../../src/sass/blocks/carousel-banner.scss */
.carousel-banner .content.year .text-wrap h2 {
  background: white;
  display: inline-block;
  padding: 2px 10px 6px;
  margin: 0 12px 12px 12px;
  font-size: 18px;
  line-height: 22px;
}
@media (min-width: 768px) {
  /* line 99, ../../src/sass/blocks/carousel-banner.scss */
  .carousel-banner .content.year .text-wrap h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 22px 22px 22px;
  }
}
@media (min-width: 1024px) {
  /* line 99, ../../src/sass/blocks/carousel-banner.scss */
  .carousel-banner .content.year .text-wrap h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 32px 32px 32px;
  }
}
/* line 128, ../../src/sass/blocks/carousel-banner.scss */
.carousel-banner .content h1,
.carousel-banner .content h3 {
  color: #FFF;
}
/* line 134, ../../src/sass/blocks/carousel-banner.scss */
.carousel-banner .content h3 {
  margin-bottom: 0;
}
/* line 138, ../../src/sass/blocks/carousel-banner.scss */
.carousel-banner .content .text-wrap {
  margin-bottom: 44px;
}
/* line 142, ../../src/sass/blocks/carousel-banner.scss */
.carousel-banner .content .button {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  margin-left: 0px;
}
/* line 151, ../../src/sass/blocks/carousel-banner.scss */
.carousel-banner button {
  background-color: #2d2926;
  border: none;
  color: #FFF;
  height: 54px;
  width: 54px;
  font-size: 30px;
}
/* line 160, ../../src/sass/blocks/carousel-banner.scss */
.carousel-banner .tns-controls {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translatey(-50%);
     -moz-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
       -o-transform: translatey(-50%);
          transform: translatey(-50%);
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 20;
  display: none;
}
@media (min-width: 1024px) {
  /* line 160, ../../src/sass/blocks/carousel-banner.scss */
  .carousel-banner .tns-controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 181, ../../src/sass/blocks/carousel-banner.scss */
.modaal-content-container .carousel-banner {
  margin-bottom: 0;
}

/* line 1, ../../src/sass/blocks/carousel-block.scss */
.carousel-blocks {
  margin-bottom: 80px;
  position: relative;
}
/* line 6, ../../src/sass/blocks/carousel-block.scss */
.carousel-blocks button {
  background-color: #2d2926;
  border: none;
  color: #FFF;
  height: 54px;
  width: 54px;
  font-size: 30px;
}
/* line 15, ../../src/sass/blocks/carousel-block.scss */
.carousel-blocks .tns-controls {
  position: absolute;
  left: 0;
  width: 100%;
  top: 326px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 20;
  display: none;
}
@media (min-width: 1024px) {
  /* line 15, ../../src/sass/blocks/carousel-block.scss */
  .carousel-blocks .tns-controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 29, ../../src/sass/blocks/carousel-block.scss */
.carousel-blocks .tns-controls button[data-controls="prev"] {
  position: absolute;
  left: -70px;
}
/* line 34, ../../src/sass/blocks/carousel-block.scss */
.carousel-blocks .tns-controls button[data-controls="next"] {
  position: absolute;
  right: -70px;
}
/* line 44, ../../src/sass/blocks/carousel-block.scss */
.carousel-blocks .carousel-slider-blocks .wrap-it-up {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
/* line 53, ../../src/sass/blocks/carousel-block.scss */
.carousel-blocks .carousel-slider-blocks .wrap-it-up .image {
  -webkit-background-size: contain;
     -moz-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  width: 100%;
  margin-bottom: 32px;
  height: 224px;
}
@media (min-width: 1170px) {
  /* line 53, ../../src/sass/blocks/carousel-block.scss */
  .carousel-blocks .carousel-slider-blocks .wrap-it-up .image {
    height: 393px;
  }
}
/* line 71, ../../src/sass/blocks/carousel-block.scss */
.carousel-blocks .carousel-slider-blocks .wrap-it-up p {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #2d2926;
  font-weight: 500;
  margin-bottom: 16px;
}
/* line 76, ../../src/sass/blocks/carousel-block.scss */
.carousel-blocks .carousel-slider-blocks .wrap-it-up .head-line {
  background: #a14737;
  margin-bottom: 24px;
}

/* line 1, ../../src/sass/blocks/dropdown.scss */
.dropdown {
  position: relative;
  cursor: pointer;
}
/* line 5, ../../src/sass/blocks/dropdown.scss */
.dropdown .dropdown-list {
  display: none;
  z-index: 999;
  position: absolute;
  top: 45px;
  left: -15px;
  list-style: none;
  background: #2d2926;
  margin: 0;
  padding: 10px 30px;
}
/* line 16, ../../src/sass/blocks/dropdown.scss */
.dropdown .dropdown-list a {
  background: none !important;
  color: #FFF;
  font-weight: inherit;
}
/* line 21, ../../src/sass/blocks/dropdown.scss */
.dropdown .dropdown-list a:hover {
  color: #7a9a01;
}
/* line 24, ../../src/sass/blocks/dropdown.scss */
.dropdown .dropdown-list .selected a {
  color: #7a9a01;
  font-weight: bold;
}

/* line 30, ../../src/sass/blocks/dropdown.scss */
.dropdown.dropdown-show .dropdown-list {
  display: block;
}

/* line 1, ../../src/sass/blocks/news-events-feed.scss */
.wrap-it-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 600px) {
  /* line 1, ../../src/sass/blocks/news-events-feed.scss */
  .wrap-it-up {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* line 17, ../../src/sass/blocks/news-events-feed.scss */
.wrap-it-up .button {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin-bottom: 0;
}
@media (max-width: 600px) {
  /* line 17, ../../src/sass/blocks/news-events-feed.scss */
  .wrap-it-up .button {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    margin-bottom: 32px;
  }
}
/* line 31, ../../src/sass/blocks/news-events-feed.scss */
.wrap-it-up h1 {
  margin-bottom: 32px;
}

/* line 41, ../../src/sass/blocks/news-events-feed.scss */
.news .wrap-it-up .head-line {
  background: #a14737;
}
/* line 45, ../../src/sass/blocks/news-events-feed.scss */
.news .wrap-it-up .button {
  border: 2px solid #a14737;
}

/* line 3, ../../src/sass/posts/events.scss */
.events-block {
  height: 100%;
  min-height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 10, ../../src/sass/posts/events.scss */
.events-block a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 17, ../../src/sass/posts/events.scss */
.events-block a:not(.no-hover) {
  margin-bottom: 0;
  -webkit-transition: all .8s ease-in-out;
     -moz-transition: all .8s ease-in-out;
       -o-transition: all .8s ease-in-out;
          transition: all .8s ease-in-out;
}
/* line 23, ../../src/sass/posts/events.scss */
.events-block a:not(.no-hover):hover {
  -webkit-transform: scale(0.9);
     -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
       -o-transform: scale(0.9);
          transform: scale(0.9);
}
/* line 33, ../../src/sass/posts/events.scss */
.events-block p {
  margin-bottom: 0;
}
/* line 38, ../../src/sass/posts/events.scss */
.events-block h2,
.events-block .bold-it-up,
.events-block .head-line {
  margin-bottom: 12px;
}
/* line 47, ../../src/sass/posts/events.scss */
.events-block .icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
/* line 53, ../../src/sass/posts/events.scss */
.events-block img.icon {
  margin-right: 8px;
  max-height: 70px;
  height: 100%;
}
/* line 59, ../../src/sass/posts/events.scss */
.events-block img.icon:last-of-type {
  margin-right: 0;
}
/* line 66, ../../src/sass/posts/events.scss */
.events-block svg {
  width: auto;
}

/* line 80, ../../src/sass/posts/events.scss */
.events .filter.dropdown .dropdown-list {
  width: 250px;
}
/* line 85, ../../src/sass/posts/events.scss */
.events .header {
  padding: 0 10px;
}
/* line 89, ../../src/sass/posts/events.scss */
.events .navigation {
  width: 110px;
}
/* line 93, ../../src/sass/posts/events.scss */
.events .navigation &gt; a {
  display: inline-block;
  width: 45%;
  font-size: 2rem;
  padding: .5rem;
  color: #FFF;
  background-color: #7a9a01;
  text-align: center;
}
/* line 103, ../../src/sass/posts/events.scss */
.events .events-wrap {
  margin-bottom: 80px;
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media (min-width: 1024px) {
  /* line 103, ../../src/sass/posts/events.scss */
  .events .events-wrap {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
@media (min-width: 1170px) {
  /* line 103, ../../src/sass/posts/events.scss */
  .events .events-wrap {
    grid-template-columns: repeat(4, minmax(150px, 1fr));
  }
}
/* line 125, ../../src/sass/posts/events.scss */
.events .events-calendar {
  width: 100%;
  font-family: "DM Sans", sans-serif;
  text-align: left;
  margin-bottom: 5rem;
  border-collapse: separate;
  border-spacing: 10px;
}
/* line 133, ../../src/sass/posts/events.scss */
.events .events-calendar td {
  position: relative;
  height: 130px;
  border: 1px solid #2d2926;
  padding: 5px;
  vertical-align: bottom;
  width: 14.2%;
}
/* line 141, ../../src/sass/posts/events.scss */
.events .events-calendar td a {
  font-weight: bold;
  display: inline-block;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}
/* line 152, ../../src/sass/posts/events.scss */
.events .events-calendar td.this_month {
  border: 2px solid #2d2926;
}
/* line 156, ../../src/sass/posts/events.scss */
.events .events-calendar td &gt; strong {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #7a9a01;
}
/* line 164, ../../src/sass/posts/events.scss */
.events .view_month .events-wrap {
  display: none;
}
@media (max-width: 700px) {
  /* line 167, ../../src/sass/posts/events.scss */
  .events .view_month .events-wrap {
    display: block;
  }
  /* line 168, ../../src/sass/posts/events.scss */
  .events .view_month .events-calendar {
    display: none;
  }
}

/* line 1, ../../src/sass/posts/news.scss */
.news-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
/* line 9, ../../src/sass/posts/news.scss */
.news-block a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  margin-bottom: 32px;
}
/* line 17, ../../src/sass/posts/news.scss */
.news-block a p {
  font-weight: 700;
}
/* line 22, ../../src/sass/posts/news.scss */
.news-block a h3 {
  margin-bottom: 0;
}
/* line 26, ../../src/sass/posts/news.scss */
.news-block a .block-image {
  -webkit-background-size: contain;
     -moz-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  margin-bottom: 32px;
  width: 100%;
  height: 224px;
}
@media (min-width: 1170px) {
  /* line 26, ../../src/sass/posts/news.scss */
  .news-block a .block-image {
    height: 391px;
  }
}
/* line 41, ../../src/sass/posts/news.scss */
.news-block a .head-line {
  background: #a14737;
  height: 5px;
  width: 152px;
  margin-bottom: 12px;
}

/* line 57, ../../src/sass/posts/news.scss */
.news-wrap {
  margin-bottom: 80px;
  display: grid;
  grid-gap: 22px;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media (min-width: 1024px) {
  /* line 57, ../../src/sass/posts/news.scss */
  .news-wrap {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
/* line 74, ../../src/sass/posts/news.scss */
.news-wrap.semen, .news-wrap.sml {
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media (min-width: 1024px) {
  /* line 74, ../../src/sass/posts/news.scss */
  .news-wrap.semen, .news-wrap.sml {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
@media (min-width: 1170px) {
  /* line 74, ../../src/sass/posts/news.scss */
  .news-wrap.semen, .news-wrap.sml {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
  }
}
/* line 89, ../../src/sass/posts/news.scss */
.news-wrap.semen .new-block, .news-wrap.sml .new-block {
  position: relative;
}
/* line 93, ../../src/sass/posts/news.scss */
.news-wrap.semen .block-image, .news-wrap.sml .block-image {
  -webkit-background-size: contain;
     -moz-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  width: 100%;
  margin-bottom: 32px;
  position: relative;
  height: 224px;
}
@media (min-width: 1170px) {
  /* line 93, ../../src/sass/posts/news.scss */
  .news-wrap.semen .block-image, .news-wrap.sml .block-image {
    height: 257px;
  }
}
/* line 110, ../../src/sass/posts/news.scss */
.news-wrap.semen p, .news-wrap.sml p {
  font-weight: 400;
}
/* line 114, ../../src/sass/posts/news.scss */
.news-wrap.semen h3, .news-wrap.sml h3 {
  margin-bottom: 14px;
}
/* line 118, ../../src/sass/posts/news.scss */
.news-wrap.semen .head-line, .news-wrap.sml .head-line {
  margin-bottom: 16px;
}
/* line 122, ../../src/sass/posts/news.scss */
.news-wrap.semen .tag, .news-wrap.sml .tag {
  position: absolute;
  top: 8px;
  left: 8px;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #2d2926;
  font-weight: 400;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  color: white;
}
/* line 133, ../../src/sass/posts/news.scss */
.news-wrap.semen .tag .for-sale, .news-wrap.sml .tag .for-sale {
  background: #7a9a01;
  padding: 2px 9px 3px;
}
/* line 140, ../../src/sass/posts/news.scss */
.news-wrap.semen .tag .sold, .news-wrap.sml .tag .sold {
  background: #a14737;
  padding: 2px 9px 3px;
}
/* line 149, ../../src/sass/posts/news.scss */
.news-wrap.semen .cow-image, .news-wrap.sml .cow-image {
  height: 257px;
  width: 100%;
  margin-bottom: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
/* line 165, ../../src/sass/posts/news.scss */
.news-wrap.semen p {
  margin-bottom: 0;
}

/* line 1, ../../src/sass/posts/other-posts.scss */
.post-block {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  /* line 1, ../../src/sass/posts/other-posts.scss */
  .post-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0px;
  }
}
/* line 17, ../../src/sass/posts/other-posts.scss */
.post-block .block-image {
  -webkit-background-size: contain;
     -moz-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  margin-right: 0px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  /* line 17, ../../src/sass/posts/other-posts.scss */
  .post-block .block-image {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 186px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 130px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
    margin-bottom: 0px;
    margin-right: 22px;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  /* line 17, ../../src/sass/posts/other-posts.scss */
  .post-block .block-image {
    height: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
}

/* line 56, ../../src/sass/posts/other-posts.scss */
.sticky {
  padding: 80px 0;
  position: relative;
  background: #2d2926;
}
/* line 61, ../../src/sass/posts/other-posts.scss */
.sticky h2, .sticky p {
  color: white;
}

/* line 70, ../../src/sass/posts/other-posts.scss */
.post-wrap {
  margin-bottom: 80px;
  display: grid;
  grid-column-gap: 22px;
  grid-row-gap: 48px;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media (min-width: 1024px) {
  /* line 70, ../../src/sass/posts/other-posts.scss */
  .post-wrap {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
/* line 81, ../../src/sass/posts/other-posts.scss */
.post-wrap p {
  margin-bottom: 0;
}
/* line 85, ../../src/sass/posts/other-posts.scss */
.post-wrap h2,
.post-wrap .bold-it-up,
.post-wrap .head-line {
  margin-bottom: 12px;
}
/* line 92, ../../src/sass/posts/other-posts.scss */
.post-wrap .text-wrap {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
     -moz-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 101, ../../src/sass/posts/other-posts.scss */
.post-wrap .text-wrap a {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

/* line 110, ../../src/sass/posts/other-posts.scss */
.judges .post-wrap,
.clubs .post-wrap {
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media (min-width: 768px) {
  /* line 110, ../../src/sass/posts/other-posts.scss */
  .judges .post-wrap,
  .clubs .post-wrap {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
@media (min-width: 1170px) {
  /* line 110, ../../src/sass/posts/other-posts.scss */
  .judges .post-wrap,
  .clubs .post-wrap {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
  }
}
/* line 123, ../../src/sass/posts/other-posts.scss */
.judges .post-wrap .post-block,
.clubs .post-wrap .post-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 132, ../../src/sass/posts/other-posts.scss */
.judges .post-block {
  margin-bottom: 0;
}
/* line 136, ../../src/sass/posts/other-posts.scss */
.judges .post-block p.bold-it-up {
  margin-bottom: 0;
}

/* line 146, ../../src/sass/posts/other-posts.scss */
.clubs a {
  -webkit-align-self: self-start;
      -ms-flex-item-align: self-start;
          align-self: self-start;
}
/* line 150, ../../src/sass/posts/other-posts.scss */
.clubs p, .clubs a {
  line-height: 30px;
}
/* line 154, ../../src/sass/posts/other-posts.scss */
.clubs p.bold-it-up {
  line-height: 26px;
}

/* line 160, ../../src/sass/posts/other-posts.scss */
.journals .post-wrap {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(1, minmax(150px, 1fr));
}
@media (min-width: 1024px) {
  /* line 160, ../../src/sass/posts/other-posts.scss */
  .journals .post-wrap {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
@media (min-width: 1170px) {
  /* line 160, ../../src/sass/posts/other-posts.scss */
  .journals .post-wrap {
    grid-template-columns: repeat(3, minmax(150px, 1fr));
  }
}
/* line 183, ../../src/sass/posts/other-posts.scss */
.journals .block-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 130px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
}

/* line 191, ../../src/sass/posts/other-posts.scss */
.filter.dropdown .dropdown-list {
  width: 580px;
}
/* line 194, ../../src/sass/posts/other-posts.scss */
.filter.dropdown .dropdown-list a:hover {
  text-decoration: underline;
}
/* line 196, ../../src/sass/posts/other-posts.scss */
.filter.dropdown .dropdown-list .regions svg polygon,
.filter.dropdown .dropdown-list .regions svg path {
  fill: #FFF;
}
/* line 200, ../../src/sass/posts/other-posts.scss */
.filter.dropdown .dropdown-list .regions.selected-northern-ireland [data-region=northern-ireland],
.filter.dropdown .dropdown-list .regions.selected-wales [data-region=wales],
.filter.dropdown .dropdown-list .regions.selected-west-midlands [data-region=west-midlands],
.filter.dropdown .dropdown-list .regions.selected-south-of-england [data-region=south-of-england],
.filter.dropdown .dropdown-list .regions.selected-scotland [data-region=scotland],
.filter.dropdown .dropdown-list .regions.selected-midlands-and-east-anglia [data-region=midlands-and-east-anglia],
.filter.dropdown .dropdown-list .regions.selected-north-of-england [data-region=north-of-england],
.filter.dropdown .dropdown-list .regions.selected-south-west-of-england [data-region=south-west-of-england],
.filter.dropdown .dropdown-list .regions.northern-ireland [data-region=northern-ireland],
.filter.dropdown .dropdown-list .regions.wales [data-region=wales],
.filter.dropdown .dropdown-list .regions.west-midlands [data-region=west-midlands],
.filter.dropdown .dropdown-list .regions.south-of-england [data-region=south-of-england],
.filter.dropdown .dropdown-list .regions.scotland [data-region=scotland],
.filter.dropdown .dropdown-list .regions.midlands-and-east-anglia [data-region=midlands-and-east-anglia],
.filter.dropdown .dropdown-list .regions.north-of-england [data-region=north-of-england],
.filter.dropdown .dropdown-list .regions.south-west-of-england [data-region=south-west-of-england] {
  fill: #7a9a01;
  color: #7a9a01;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
/* line 56, ../../src/sass/vendor/modaal.scss */
.modaal-noscroll {
  overflow: hidden;
}

/* line 59, ../../src/sass/vendor/modaal.scss */
.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

/* line 63, ../../src/sass/vendor/modaal.scss */
.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

/* line 72, ../../src/sass/vendor/modaal.scss */
.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
/* line 85, ../../src/sass/vendor/modaal.scss */
.modaal-wrapper * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
/* line 91, ../../src/sass/vendor/modaal.scss */
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
/* line 98, ../../src/sass/vendor/modaal.scss */
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
/* line 102, ../../src/sass/vendor/modaal.scss */
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
/* line 106, ../../src/sass/vendor/modaal.scss */
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
/* line 111, ../../src/sass/vendor/modaal.scss */
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

/* line 115, ../../src/sass/vendor/modaal.scss */
.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
/* line 120, ../../src/sass/vendor/modaal.scss */
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

/* line 124, ../../src/sass/vendor/modaal.scss */
.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
/* line 134, ../../src/sass/vendor/modaal.scss */
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

/* line 140, ../../src/sass/vendor/modaal.scss */
.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1200px;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
/* line 154, ../../src/sass/vendor/modaal.scss */
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
/* line 160, ../../src/sass/vendor/modaal.scss */
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

/* line 167, ../../src/sass/vendor/modaal.scss */
.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #2d2926;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
/* line 179, ../../src/sass/vendor/modaal.scss */
.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}
/* line 183, ../../src/sass/vendor/modaal.scss */
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}
/* line 186, ../../src/sass/vendor/modaal.scss */
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
/* line 189, ../../src/sass/vendor/modaal.scss */
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
     -moz-transition: background 0.2s ease-in-out;
       -o-transition: background 0.2s ease-in-out;
          transition: background 0.2s ease-in-out;
}
/* line 202, ../../src/sass/vendor/modaal.scss */
.modaal-close:before {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/* line 205, ../../src/sass/vendor/modaal.scss */
.modaal-close:after {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
/* line 208, ../../src/sass/vendor/modaal.scss */
.modaal-fullscreen .modaal-close {
  background: #2d2926;
  right: 30px;
  top: 30px;
}

/* line 215, ../../src/sass/vendor/modaal.scss */
.modaal-content-container {
  padding: 0px;
}

/* line 223, ../../src/sass/vendor/modaal.scss */
.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

/* line 228, ../../src/sass/vendor/modaal.scss */
.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
/* line 238, ../../src/sass/vendor/modaal.scss */
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #2d2926;
  background: #555;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
     -moz-transition: background 0.2s ease-in-out;
       -o-transition: background 0.2s ease-in-out;
          transition: background 0.2s ease-in-out;
}
/* line 244, ../../src/sass/vendor/modaal.scss */
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
/* line 248, ../../src/sass/vendor/modaal.scss */
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
/* line 250, ../../src/sass/vendor/modaal.scss */
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 284, ../../src/sass/vendor/modaal.scss */
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
}
/* line 289, ../../src/sass/vendor/modaal.scss */
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
/* line 293, ../../src/sass/vendor/modaal.scss */
.modaal-instagram .modaal-content-container &gt; blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
/* line 298, ../../src/sass/vendor/modaal.scss */
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
     -moz-animation: instaReveal 1s linear forwards;
       -o-animation: instaReveal 1s linear forwards;
          animation: instaReveal 1s linear forwards;
}

/* line 315, ../../src/sass/vendor/modaal.scss */
.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
/* line 319, ../../src/sass/vendor/modaal.scss */
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

/* line 325, ../../src/sass/vendor/modaal.scss */
.modaal-gallery-wrap {
  position: relative;
  color: #2d2926;
}

/* line 329, ../../src/sass/vendor/modaal.scss */
.modaal-gallery-item {
  display: none;
}
/* line 331, ../../src/sass/vendor/modaal.scss */
.modaal-gallery-item img {
  display: block;
}
/* line 335, ../../src/sass/vendor/modaal.scss */
.modaal-gallery-item.is_active {
  display: block;
}

/* line 339, ../../src/sass/vendor/modaal.scss */
.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
/* line 347, ../../src/sass/vendor/modaal.scss */
.modaal-gallery-label:focus {
  outline: none;
}

/* line 351, ../../src/sass/vendor/modaal.scss */
.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #2d2926;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
/* line 364, ../../src/sass/vendor/modaal.scss */
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
/* line 368, ../../src/sass/vendor/modaal.scss */
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
/* line 372, ../../src/sass/vendor/modaal.scss */
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #2d2926;
}
/* line 377, ../../src/sass/vendor/modaal.scss */
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
/* line 381, ../../src/sass/vendor/modaal.scss */
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
     -moz-transition: background 0.2s ease-in-out;
       -o-transition: background 0.2s ease-in-out;
          transition: background 0.2s ease-in-out;
}
/* line 394, ../../src/sass/vendor/modaal.scss */
.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/* line 398, ../../src/sass/vendor/modaal.scss */
.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 404, ../../src/sass/vendor/modaal.scss */
.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
/* line 408, ../../src/sass/vendor/modaal.scss */
.modaal-gallery-next-outer {
  right: 45px;
}

/* line 413, ../../src/sass/vendor/modaal.scss */
.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
/* line 415, ../../src/sass/vendor/modaal.scss */
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/* line 419, ../../src/sass/vendor/modaal.scss */
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
/* line 424, ../../src/sass/vendor/modaal.scss */
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
/* line 428, ../../src/sass/vendor/modaal.scss */
.modaal-gallery-prev-outer {
  left: 45px;
}

/* line 436, ../../src/sass/vendor/modaal.scss */
.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

/* line 441, ../../src/sass/vendor/modaal.scss */
.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
/* line 452, ../../src/sass/vendor/modaal.scss */
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 465, ../../src/sass/vendor/modaal.scss */
.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

/* line 469, ../../src/sass/vendor/modaal.scss */
.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  /* line 479, ../../src/sass/vendor/modaal.scss */
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  /* line 487, ../../src/sass/vendor/modaal.scss */
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  /* line 492, ../../src/sass/vendor/modaal.scss */
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  /* line 497, ../../src/sass/vendor/modaal.scss */
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }

  /* line 502, ../../src/sass/vendor/modaal.scss */
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }

  /* line 506, ../../src/sass/vendor/modaal.scss */
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  /* line 513, ../../src/sass/vendor/modaal.scss */
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  /* line 518, ../../src/sass/vendor/modaal.scss */
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  /* line 523, ../../src/sass/vendor/modaal.scss */
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  /* line 527, ../../src/sass/vendor/modaal.scss */
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  /* line 532, ../../src/sass/vendor/modaal.scss */
  .modaal-instagram iframe {
    width: 500px !important;
  }

  /* line 535, ../../src/sass/vendor/modaal.scss */
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 542, ../../src/sass/vendor/modaal.scss */
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  /* line 547, ../../src/sass/vendor/modaal.scss */
  .modaal-gallery-label {
    display: none;
  }
}
/* line 556, ../../src/sass/vendor/modaal.scss */
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
     -moz-transform: scale(0.25);
      -ms-transform: scale(0.25);
       -o-transform: scale(0.25);
          transform: scale(0.25);
}
@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/* line 566, ../../src/sass/vendor/modaal.scss */
.modaal-loading-spinner &gt; div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

/* line 566, ../../src/sass/vendor/modaal.scss */
.modaal-loading-spinner &gt; div &gt; div {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  background: #fff;
}

/* line 566, ../../src/sass/vendor/modaal.scss */
.modaal-loading-spinner &gt; div:nth-of-type(1) &gt; div {
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

/* line 566, ../../src/sass/vendor/modaal.scss */
.modaal-loading-spinner &gt; div:nth-of-type(2) &gt; div, .modaal-loading-spinner &gt; div:nth-of-type(3) &gt; div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

/* line 566, ../../src/sass/vendor/modaal.scss */
.modaal-loading-spinner &gt; div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

/* line 566, ../../src/sass/vendor/modaal.scss */
.modaal-loading-spinner &gt; div:nth-of-type(2) &gt; div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
     -moz-animation: modaal-loading-spinner 1s linear infinite;
       -o-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation-delay: .12s;
  -webkit-animation-delay: .12s;
  -o-animation-delay: .12s;
  animation-delay: .12s;
}

/* line 566, ../../src/sass/vendor/modaal.scss */
.modaal-loading-spinner &gt; div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

/* line 566, ../../src/sass/vendor/modaal.scss */
.modaal-loading-spinner &gt; div:nth-of-type(3) &gt; div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
     -moz-animation: modaal-loading-spinner 1s linear infinite;
       -o-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation-delay: .25s;
  -webkit-animation-delay: .25s;
  -o-animation-delay: .25s;
  animation-delay: .25s;
}

/* line 566, ../../src/sass/vendor/modaal.scss */
.modaal-loading-spinner &gt; div:nth-of-type(4) &gt; div, .modaal-loading-spinner &gt; div:nth-of-type(5) &gt; div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

/* line 566, ../../src/sass/vendor/modaal.scss */
.modaal-loading-spinner &gt; div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

/* line 566, ../../src/sass/vendor/modaal.scss */
.modaal-loading-spinner &gt; div:nth-of-type(4) &gt; div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
     -moz-animation: modaal-loading-spinner 1s linear infinite;
       -o-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation-delay: .37s;
  -webkit-animation-delay: .37s;
  -o-animation-delay: .37s;
  animation-delay: .37s;
}

/* line 566, ../../src/sass/vendor/modaal.scss */
.modaal-loading-spinner &gt; div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

/* line 566, ../../src/sass/vendor/modaal.scss */
.modaal-loading-spinner &gt; div:nth-of-type(5) &gt; div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
     -moz-animation: modaal-loading-spinner 1s linear infinite;
       -o-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s;
}

/* line 566, ../../src/sass/vendor/modaal.scss */
.modaal-loading-spinner &gt; div:nth-of-type(6) &gt; div, .modaal-loading-spinner &gt; div:nth-of-type(7) &gt; div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

/* line 566, ../../src/sass/vendor/modaal.scss */
.modaal-loading-spinner &gt; div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

/* line 566, ../../src/sass/vendor/modaal.scss */
.modaal-loading-spinner &gt; div:nth-of-type(6) &gt; div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
     -moz-animation: modaal-loading-spinner 1s linear infinite;
       -o-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation-delay: .62s;
  -webkit-animation-delay: .62s;
  -o-animation-delay: .62s;
  animation-delay: .62s;
}

/* line 566, ../../src/sass/vendor/modaal.scss */
.modaal-loading-spinner &gt; div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

/* line 566, ../../src/sass/vendor/modaal.scss */
.modaal-loading-spinner &gt; div:nth-of-type(7) &gt; div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
     -moz-animation: modaal-loading-spinner 1s linear infinite;
       -o-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation-delay: .75s;
  -webkit-animation-delay: .75s;
  -o-animation-delay: .75s;
  animation-delay: .75s;
}

/* line 566, ../../src/sass/vendor/modaal.scss */
.modaal-loading-spinner &gt; div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

/* line 566, ../../src/sass/vendor/modaal.scss */
.modaal-loading-spinner &gt; div:nth-of-type(8) &gt; div {
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation-delay: .87s;
  -webkit-animation-delay: .87s;
  -o-animation-delay: .87s;
  animation-delay: .87s;
}

/* line 566, ../../src/sass/vendor/modaal.scss */
.modaal-loading-spinner &gt; div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/* line 4, ../../src/sass/footer.scss */
footer h2,
footer h4,
footer p,
footer a {
  color: #FFF;
}
/* line 11, ../../src/sass/footer.scss */
footer .container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* line 20, ../../src/sass/footer.scss */
footer .twins {
  width: 100%;
  max-width: 586px;
}
/* line 25, ../../src/sass/footer.scss */
footer .twins .inner-wrap {
  width: 100%;
  max-width: 488px;
}
/* line 32, ../../src/sass/footer.scss */
footer .twins a img {
  display: block;
  height: 71px;
  width: 284px;
  margin-bottom: 80px;
}
@media (max-width: 370px) {
  /* line 32, ../../src/sass/footer.scss */
  footer .twins a img {
    width: 90%;
  }
}
/* line 49, ../../src/sass/footer.scss */
footer .upper {
  padding: 70px 0;
  background: #7a9a01;
}
/* line 54, ../../src/sass/footer.scss */
footer .upper p {
  margin-bottom: 34px;
}
/* line 60, ../../src/sass/footer.scss */
footer .wrap-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
/* line 67, ../../src/sass/footer.scss */
footer .lower {
  padding: 30px 0 70px;
  background: #668603;
}
/* line 73, ../../src/sass/footer.scss */
footer .lower .social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 80px;
}
@media (min-width: 1024px) {
  /* line 73, ../../src/sass/footer.scss */
  footer .lower .social {
    margin-bottom: 0px;
  }
}
/* line 84, ../../src/sass/footer.scss */
footer .lower .social .fab {
  font-size: 25px;
  line-height: 50px;
}
/* line 90, ../../src/sass/footer.scss */
footer .lower .social a {
  text-align: center;
  margin-right: 12px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #7a9a01;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  -webkit-transition: all .8s ease-in-out;
     -moz-transition: all .8s ease-in-out;
       -o-transition: all .8s ease-in-out;
          transition: all .8s ease-in-out;
}
/* line 103, ../../src/sass/footer.scss */
footer .lower .social a:hover {
  -webkit-transform: scale(0.9);
     -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
       -o-transform: scale(0.9);
          transform: scale(0.9);
}
/* line 116, ../../src/sass/footer.scss */
footer .bottom-level {
  background: #2d2926;
  padding: 12px 0;
}
/* line 120, ../../src/sass/footer.scss */
footer .bottom-level p, footer .bottom-level a, footer .bottom-level li {
  font-size: 16px;
  margin-bottom: 0;
}
/* line 126, ../../src/sass/footer.scss */
footer .bottom-level a:hover {
  text-decoration: underline;
}
/* line 131, ../../src/sass/footer.scss */
footer .bottom-level ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
/* line 133, ../../src/sass/footer.scss */
footer .bottom-level ul li {
  color: white;
}
/* line 136, ../../src/sass/footer.scss */
footer .bottom-level ul li:after {
  content: "|";
  margin-left: 10px;
  margin-right: 11px;
}

/* line 146, ../../src/sass/footer.scss */
.upper.full-width .container .twins a:not(.button) {
  background: -webkit-gradient(linear, left top, left bottom, from(#668603), to(#668603));
  background: -webkit-linear-gradient(top, #668603 0%, #668603 100%);
  background: -moz- oldlinear-gradient(top, #668603 0%, #668603 100%);
  background: -o-linear-gradient(top, #668603 0%, #668603 100%);
  background: linear-gradient(to bottom, #668603 0%, #668603 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  -webkit-background-size: 2px 2px;
     -moz-background-size: 2px 2px;
          background-size: 2px 2px;
  text-decoration: none;
  -webkit-transition: background-size 0.2s;
     -moz-transition: background-size 0.2s;
       -o-transition: background-size 0.2s;
          transition: background-size 0.2s;
  margin-bottom: 0;
}
/* line 150, ../../src/sass/footer.scss */
.upper.full-width .container .twins a:not(.button):hover {
  -webkit-background-size: 2px 50px;
     -moz-background-size: 2px 50px;
          background-size: 2px 50px;
}

/* line 158, ../../src/sass/footer.scss */
.lower.full-width .container .twins .wrap-up a {
  background: -webkit-gradient(linear, left top, left bottom, from(#7a9a01), to(#7a9a01));
  background: -webkit-linear-gradient(top, #7a9a01 0%, #7a9a01 100%);
  background: -moz- oldlinear-gradient(top, #7a9a01 0%, #7a9a01 100%);
  background: -o-linear-gradient(top, #7a9a01 0%, #7a9a01 100%);
  background: linear-gradient(to bottom, #7a9a01 0%, #7a9a01 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  -webkit-background-size: 2px 2px;
     -moz-background-size: 2px 2px;
          background-size: 2px 2px;
  text-decoration: none;
  -webkit-transition: background-size 0.2s;
     -moz-transition: background-size 0.2s;
       -o-transition: background-size 0.2s;
          transition: background-size 0.2s;
  margin-bottom: 0;
}
/* line 162, ../../src/sass/footer.scss */
.lower.full-width .container .twins .wrap-up a:hover {
  -webkit-background-size: 2px 50px;
     -moz-background-size: 2px 50px;
          background-size: 2px 50px;
}

/* line 169, ../../src/sass/footer.scss */
.bottom-level.full-width .container .wrap-up a {
  background: -webkit-gradient(linear, left top, left bottom, from(#2d2926), to(#2d2926));
  background: -webkit-linear-gradient(top, #2d2926 0%, #2d2926 100%);
  background: -moz- oldlinear-gradient(top, #2d2926 0%, #2d2926 100%);
  background: -o-linear-gradient(top, #2d2926 0%, #2d2926 100%);
  background: linear-gradient(to bottom, #2d2926 0%, #2d2926 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  -webkit-background-size: 2px 2px;
     -moz-background-size: 2px 2px;
          background-size: 2px 2px;
  text-decoration: none;
  -webkit-transition: background-size 0.2s;
     -moz-transition: background-size 0.2s;
       -o-transition: background-size 0.2s;
          transition: background-size 0.2s;
  margin-bottom: 0;
  margin-bottom: 0;
}

/* line 1, ../../src/sass/header.scss */
.main-header {
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 9999;
}
/* line 10, ../../src/sass/header.scss */
.show-mobile-nav .main-header {
  position: fixed;
}
/* line 13, ../../src/sass/header.scss */
.show-mobile-nav .main-header .container {
  background: #2d2926;
  -webkit-transition: background 1.5s linear;
     -moz-transition: background 1.5s linear;
       -o-transition: background 1.5s linear;
          transition: background 1.5s linear;
}
/* line 19, ../../src/sass/header.scss */
.main-header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  top: 0;
  -webkit-transition: 0s;
     -moz-transition: 0s;
       -o-transition: 0s;
          transition: 0s;
  padding-top: 30px;
}
@media (min-width: 1024px) {
  /* line 19, ../../src/sass/header.scss */
  .main-header .container {
    padding-top: 80px;
  }
}
/* line 34, ../../src/sass/header.scss */
.main-header .container .main-logo a img {
  display: block;
  height: 71px;
  width: 284px;
}
@media (max-width: 370px) {
  /* line 34, ../../src/sass/header.scss */
  .main-header .container .main-logo a img {
    width: 90%;
  }
}
/* line 45, ../../src/sass/header.scss */
.main-header .container .main-logo a img.beef-logo {
  height: 136px;
  width: 136px;
  margin-top: -40px;
}
@media (max-width: 370px) {
  /* line 45, ../../src/sass/header.scss */
  .main-header .container .main-logo a img.beef-logo {
    width: 116px;
    height: 116px;
  }
}
/* line 60, ../../src/sass/header.scss */
.main-header .container .main-logo a img.youth-logo {
  height: 143px;
  width: 163px;
  margin-top: -40px;
}
@media (max-width: 370px) {
  /* line 60, ../../src/sass/header.scss */
  .main-header .container .main-logo a img.youth-logo {
    width: 139px;
    height: 122px;
  }
}

/* line 79, ../../src/sass/header.scss */
.button-wrap .nav-button, .button-wrap .online-database-button {
  display: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  /* line 79, ../../src/sass/header.scss */
  .button-wrap .nav-button, .button-wrap .online-database-button {
    display: inline-block;
  }
}

/* line 89, ../../src/sass/header.scss */
.hamburger {
  border-color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 100;
  cursor: pointer;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 34px;
  cursor: pointer;
  border: 2px solid #FFF;
  background: transparent;
}
/* line 163, ../../src/sass/helpers/_mixins.scss */
.hamburger .hamburger-icon {
  position: relative;
  display: block;
  height: 22px;
  width: 22px;
  opacity: 1;
  -webkit-transition: opacity .3s ease-in-out;
     -moz-transition: opacity .3s ease-in-out;
       -o-transition: opacity .3s ease-in-out;
          transition: opacity .3s ease-in-out;
}
/* line 171, ../../src/sass/helpers/_mixins.scss */
.hamburger .hamburger-icon .hamburger-lines, .hamburger .hamburger-icon:after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  background: #FFF;
}
/* line 177, ../../src/sass/helpers/_mixins.scss */
.hamburger .hamburger-lines {
  left: 0;
  text-indent: -4000px;
  font-size: 0;
  top: -webkit-calc(36% + 2px);
  top: -moz-calc(36% + 2px);
  top: calc(36% + 2px);
  -webkit-transition: right .3s ease-in-out;
     -moz-transition: right .3s ease-in-out;
       -o-transition: right .3s ease-in-out;
          transition: right .3s ease-in-out;
  width: 100%;
}
/* line 186, ../../src/sass/helpers/_mixins.scss */
.hamburger .hamburger-lines:before, .hamburger .hamburger-lines:after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  background: #FFF;
  position: absolute;
  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
  width: 100%;
  z-index: 10;
}
/* line 195, ../../src/sass/helpers/_mixins.scss */
.hamburger .hamburger-lines:before {
  top: -6px;
}
/* line 201, ../../src/sass/helpers/_mixins.scss */
.hamburger .hamburger-lines:after {
  top: 6px;
}
/* line 204, ../../src/sass/helpers/_mixins.scss */
.active .hamburger .hamburger-lines:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/* line 210, ../../src/sass/helpers/_mixins.scss */
.hamburger.active .hamburger-lines, .hamburger.active .hamburger-icon:after {
  background: transparent;
}
/* line 215, ../../src/sass/helpers/_mixins.scss */
.hamburger.active .hamburger-lines:before, .hamburger.active .hamburger-lines:after {
  top: 0;
}
/* line 220, ../../src/sass/helpers/_mixins.scss */
.hamburger.active .hamburger-lines:before {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
/* line 224, ../../src/sass/helpers/_mixins.scss */
.hamburger.active .hamburger-lines:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 768px) {
  /* line 89, ../../src/sass/header.scss */
  .hamburger {
    display: none;
  }
}
/* line 101, ../../src/sass/header.scss */
.hamburger a {
  border-color: #FFF;
}
/* line 104, ../../src/sass/header.scss */
.hamburger a svg path {
  fill: #FFF;
}
/* line 109, ../../src/sass/header.scss */
.hamburger .hamburger-lines,
.hamburger .hamburger-icon:after,
.hamburger .hamburger-lines:before,
.hamburger .hamburger-lines:after {
  background-color: #FFF;
}
/* line 116, ../../src/sass/header.scss */
.hamburger.active .hamburger-lines, .hamburger.active .hamburger-icon:after {
  background-color: transparent;
}

/* line 126, ../../src/sass/header.scss */
.nav-menu {
  display: none;
  background: #2d2926;
  padding: 100px 0 100px 0;
  top: 0;
  position: absolute;
  z-index: -1;
  height: auto;
  opacity: 1;
  -webkit-animation-name: fadeIn;
     -moz-animation-name: fadeIn;
       -o-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
}
/* line 138, ../../src/sass/header.scss */
.nav-menu .container {
  display: block;
}
@media (min-width: 768px) {
  /* line 138, ../../src/sass/header.scss */
  .nav-menu .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 145, ../../src/sass/header.scss */
.nav-menu .container .button.online-database-mobile {
  margin-left: 0;
}
@media (min-width: 768px) {
  /* line 145, ../../src/sass/header.scss */
  .nav-menu .container .button.online-database-mobile {
    display: none;
  }
}
/* line 156, ../../src/sass/header.scss */
.nav-menu .grass {
  z-index: 9;
  position: fixed;
  pointer-events: none;
}
@media (min-width: 768px) {
  /* line 126, ../../src/sass/header.scss */
  .nav-menu {
    padding: 120px 0 80px 0;
  }
}
@media (min-width: 1248px) {
  /* line 126, ../../src/sass/header.scss */
  .nav-menu {
    height: 100vh;
  }
}
/* line 170, ../../src/sass/header.scss */
.nav-menu.active {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/* line 189, ../../src/sass/header.scss */
.nav-menu ul {
  position: relative;
  z-index: 6;
}
/* line 193, ../../src/sass/header.scss */
.nav-menu ul#menu-main-navigation {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(1, minmax(200px, 1fr));
}
@media (min-width: 768px) {
  /* line 193, ../../src/sass/header.scss */
  .nav-menu ul#menu-main-navigation {
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    grid-column-gap: 12px;
  }
}
@media (min-width: 1024px) {
  /* line 193, ../../src/sass/header.scss */
  .nav-menu ul#menu-main-navigation {
    grid-template-columns: repeat(4, minmax(200px, 1fr));
    grid-column-gap: 12px;
  }
}
@media (min-width: 1170px) {
  /* line 193, ../../src/sass/header.scss */
  .nav-menu ul#menu-main-navigation {
    grid-template-columns: repeat(5, minmax(200px, 1fr));
    grid-column-gap: 12px;
  }
}
@media (min-width: 1248px) {
  /* line 193, ../../src/sass/header.scss */
  .nav-menu ul#menu-main-navigation {
    grid-template-columns: repeat(7, minmax(160px, 1fr));
    grid-column-gap: 12px;
  }
}
/* line 220, ../../src/sass/header.scss */
.nav-menu ul li a {
  font-family: "DM Serif Display", serif;
  font-size: 30px;
  line-height: 36px;
  color: #2d2926;
  font-weight: 400;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0;
  color: white;
  display: block;
  min-height: 41px;
  margin-bottom: 0px;
  cursor: pointer;
}
@media (min-width: 768px) {
  /* line 220, ../../src/sass/header.scss */
  .nav-menu ul li a {
    margin-bottom: 30px;
    min-height: 61px;
  }
}
/* line 242, ../../src/sass/header.scss */
.nav-menu .menu-item:hover li a {
  color: white;
}
/* line 247, ../../src/sass/header.scss */
.nav-menu .menu-item:hover .sub-menu:before {
  content: "";
  background: #7a9a01;
}
/* line 255, ../../src/sass/header.scss */
.nav-menu .sub-menu:before {
  content: "";
  height: 5px;
  background: #2d2926;
  width: 80px;
  display: none;
  margin-top: 0;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  /* line 255, ../../src/sass/header.scss */
  .nav-menu .sub-menu:before {
    display: block;
    margin-top: -13px;
    margin-bottom: 19px;
  }
}
/* line 271, ../../src/sass/header.scss */
.nav-menu .sub-menu li {
  margin-bottom: 8px;
}
/* line 274, ../../src/sass/header.scss */
.nav-menu .sub-menu li:last-of-type {
  margin-bottom: 0;
}
/* line 278, ../../src/sass/header.scss */
.nav-menu .sub-menu li a {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #2d2926;
  font-weight: 400;
  margin-bottom: 16px;
  color: #a0a0a0;
  text-decoration: none;
  display: block;
  min-height: 10px;
  margin-bottom: 0;
}
/* line 286, ../../src/sass/header.scss */
.nav-menu .sub-menu li a:hover {
  color: #7a9a01;
}

/* line 4, ../../src/sass/home.scss */
.home-wrap .overlay {
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  z-index: 2;
  top: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
/* line 9, ../../src/sass/home.scss */
.home-wrap .home-banner {
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 82vh;
}
@media (min-width: 768px) {
  /* line 9, ../../src/sass/home.scss */
  .home-wrap .home-banner {
    height: 100vh;
  }
}
/* line 23, ../../src/sass/home.scss */
.home-wrap .home-banner .container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 10;
  height: 100%;
}
/* line 37, ../../src/sass/home.scss */
.home-wrap .home-banner .container .title {
  width: 100%;
  max-width: 746px;
  margin-bottom: 40px;
  position: absolute;
  padding-right: 40px;
}
@media (min-width: 768px) {
  /* line 37, ../../src/sass/home.scss */
  .home-wrap .home-banner .container .title {
    margin-bottom: 70px;
  }
}

/* line 2, ../../src/sass/buttons.scss */
.button {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #2d2926;
  font-weight: 400;
  margin-bottom: 16px;
  font-weight: 700;
  padding: 12px 20px;
  display: inline-block;
  color: #2d2926;
  border: 2px solid #7a9a01;
  text-decoration: none;
  margin-bottom: 0px;
  -webkit-transition: all .8s ease-in-out;
     -moz-transition: all .8s ease-in-out;
       -o-transition: all .8s ease-in-out;
          transition: all .8s ease-in-out;
}
/* line 16, ../../src/sass/buttons.scss */
.button:hover {
  -webkit-transform: scale(0.9);
     -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
       -o-transform: scale(0.9);
          transform: scale(0.9);
}

/* line 27, ../../src/sass/buttons.scss */
.text-display .button {
  color: #FFF;
  border-color: #a14737;
}

/* line 39, ../../src/sass/buttons.scss */
footer .button {
  color: #FFF;
  border-color: #FFF;
  margin-bottom: 40px;
}

/* line 50, ../../src/sass/buttons.scss */
header .button, .carousel-banner .button {
  color: #FFF;
  border-color: #FFF;
}

/* line 59, ../../src/sass/buttons.scss */
.main-header .button {
  margin-left: 0;
  margin-top: 20px;
}
/* line 64, ../../src/sass/buttons.scss */
.main-header .button:last-of-type {
  margin-left: 20px;
}
@media (min-width: 768px) {
  /* line 59, ../../src/sass/buttons.scss */
  .main-header .button {
    margin-top: 0;
  }
  /* line 74, ../../src/sass/buttons.scss */
  .main-header .button:last-of-type {
    margin-left: 24px;
  }
}

/* line 88, ../../src/sass/buttons.scss */
.carousel-banner .button {
  margin-left: 40px;
}

/* line 1, ../../src/sass/filter-bar.scss */
.filter-bar {
  background: #2d2926;
  margin-bottom: 80px;
}
/* line 6, ../../src/sass/filter-bar.scss */
.filter-bar .container {
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/* line 12, ../../src/sass/filter-bar.scss */
.filter-bar .container .filter {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #2d2926;
  font-weight: 400;
  margin-bottom: 16px;
  margin-right: 40px;
  color: white;
  font-weight: 700;
  margin-bottom: -7px;
}
/* line 20, ../../src/sass/filter-bar.scss */
.filter-bar .container .filter:last-of-type {
  margin-right: 0px;
}
/* line 24, ../../src/sass/filter-bar.scss */
.filter-bar .container .filter:after {
  content: "";
  height: 5px;
  background: #7a9a01;
  width: 100%;
  display: inline-block;
}

/* line 39, ../../src/sass/filter-bar.scss */
.council .filter-bar {
  background: #7a9a01;
}
/* line 44, ../../src/sass/filter-bar.scss */
.council .filter-bar .filter:after {
  background: #2d2926;
}

/* line 1, ../../src/sass/ninja-table.scss */
.semantic_ui .ui.table thead tr:first-child &gt; th:first-child,
.semantic_ui .ui.table thead tr:first-child &gt; th:last-child {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

/* line 6, ../../src/sass/ninja-table.scss */
.foo-table.footable.table &gt; thead &gt; tr &gt; th,
.semantic_ui .ui.table td {
  padding: 8px 10px !important;
}

/* line 12, ../../src/sass/ninja-table.scss */
.semantic_ui .ui.table {
  font-family: "DM Sans", sans-serif !important;
  font-size: 18px !important;
  line-height: 26px !important;
  color: #2d2926 !important;
  border: 0px !important;
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

/* line 24, ../../src/sass/ninja-table.scss */
.semantic_ui .ui.table:not(.inverted) thead th {
  background: #e4ebcc !important;
  color: #2d2926 !important;
}

/* line 29, ../../src/sass/ninja-table.scss */
.semantic_ui .ui.table thead th,
.semantic_ui .ui.table tr td {
  border-bottom: 1px solid #7a9a01 !important;
}

/* line 35, ../../src/sass/ninja-table.scss */
.ninja_clmn_nm_cost {
  text-align: right !important;
  min-width: 120px !important;
}

/* line 1, ../../src/sass/timeline.scss */
.timeline {
  background: #2d2926;
  padding: 70px 0 40px 0;
  position: relative;
}
/* line 6, ../../src/sass/timeline.scss */
.timeline .grass {
  height: 286px;
}
/* line 10, ../../src/sass/timeline.scss */
.timeline .container {
  position: relative;
  z-index: 2;
}
/* line 16, ../../src/sass/timeline.scss */
.timeline h1 {
  color: #FFF;
  margin-bottom: 52px;
}
/* line 24, ../../src/sass/timeline.scss */
.timeline p {
  color: white;
}
/* line 28, ../../src/sass/timeline.scss */
.timeline .cool-timeline-horizontal .clt_caru_slider ul.slick-slider .slick-list li.slick-slide .timeline-post .ctl_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  /* line 28, ../../src/sass/timeline.scss */
  .timeline .cool-timeline-horizontal .clt_caru_slider ul.slick-slider .slick-list li.slick-slide .timeline-post .ctl_info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
/* line 40, ../../src/sass/timeline.scss */
.timeline .cool-timeline-horizontal.ht-design-5 .clt_caru_slider ul.slick-slider .slick-list li.slick-slide .timeline-post h2.content-title-simple {
  font-family: "DM Serif Display", serif;
  font-size: 30px;
  line-height: 36px;
  color: #2d2926;
  font-weight: 400;
  margin-bottom: 16px;
  color: white;
}
/* line 44, ../../src/sass/timeline.scss */
.timeline .cool-timeline-horizontal.ht-design-5 .clt_caru_slider ul.slick-slider .slick-list li.slick-slide .timeline-post h2.content-title-simple:before {
  content: "";
  height: 5px;
  background: #FFF;
  width: 80px;
  display: block;
  margin-bottom: 22px;
}
/* line 58, ../../src/sass/timeline.scss */
.timeline .cool-timeline-horizontal.ht-design-5 .clt_caru_slider ul.slick-slider .slick-list li.slick-slide .timeline-post .small .content-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
     -moz-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: auto;
  padding: 0;
}
@media (min-width: 1024px) {
  /* line 58, ../../src/sass/timeline.scss */
  .timeline .cool-timeline-horizontal.ht-design-5 .clt_caru_slider ul.slick-slider .slick-list li.slick-slide .timeline-post .small .content-details {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 65%;
       -moz-box-flex: 1;
        -ms-flex: 1 1 65%;
            flex: 1 1 65%;
  }
}
/* line 73, ../../src/sass/timeline.scss */
.timeline .cool-timeline-horizontal.ht-design-5 .pull-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
     -moz-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  /* line 73, ../../src/sass/timeline.scss */
  .timeline .cool-timeline-horizontal.ht-design-5 .pull-left {
    -webkit-box-flex: 2;
    -webkit-flex: 2 2 35%;
       -moz-box-flex: 2;
        -ms-flex: 2 2 35%;
            flex: 2 2 35%;
    margin-bottom: 0px;
  }
}
/* line 90, ../../src/sass/timeline.scss */
.timeline .cool-timeline-horizontal.ht-design-5 .pull-left img {
  padding: 0px;
  border: 0px solid rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left top;
     object-position: left top;
}
/* line 101, ../../src/sass/timeline.scss */
.timeline .ctl-slick-next, .timeline .ctl-slick-prev {
  color: white !important;
}
/* line 106, ../../src/sass/timeline.scss */
.timeline .ht-dates-design-5.slick-slide .ctl-story-time {
  font-family: "DM Serif Display", serif;
  font-size: 30px;
}
/* line 116, ../../src/sass/timeline.scss */
.timeline .cool-timeline-horizontal .clt_carousel_slider ul.slick-slider .slick-list li .ctl-story-time::after {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
/* line 120, ../../src/sass/timeline.scss */
.timeline .timeline-wrapper.white-timeline-wrapper.hori-items-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* line 125, ../../src/sass/timeline.scss */
.timeline .clt_carousel_slider {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
/* line 128, ../../src/sass/timeline.scss */
.timeline .clt_caru_slider {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
/* DO NOT EDIT THIS FILE! */
/* to make changes, create a file called hacks.css and put them in there */
/* DO NOT EDIT THIS FILE! */</pre></body></html>