@charset "UTF-8";
/**
 * Theme Name: Grain Farmers of Ontario
 * Theme URI: https://gfo.ca/
 * Author: Phil Buchanan
 * Author URI: https://aubsandmugg.com/
 * Description: A responsive, accessible WordPress theme for the Grain Farmers of Ontario. Developed to support WordPress version 5.2 and Gutenberg.
 * Version: 1.1.1
 * License: Copyright 2019
 */
@font-face {
  font-family: "Socicon";
  src: url("fonts/Socicon.eot?6abp0d");
  src: url("fonts/Socicon.eot?6abp0d#iefix") format("embedded-opentype"), url("fonts/Socicon.woff2?6abp0d") format("woff2"), url("fonts/Socicon.ttf?6abp0d") format("truetype"), url("fonts/Socicon.woff?6abp0d") format("woff"), url("fonts/Socicon.svg?6abp0d#Socicon") format("svg");
  font-weight: normal;
  font-style: normal;
}
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 {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

header, footer, main, article, aside, details,
figcaption, figure, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html {
  color: #000;
  font-family: "Overpass", sans-serif;
  font-size: 16px;
  line-height: 1.375;
  overflow-y: scroll;
  min-height: 100%;
}

body {
  overflow: hidden;
}

@media screen and (min-width: 1260px) {
  body {
    padding-top: 203px;
  }
}
h1, h2, h3, h4, h5, h6,
.c-h1, .c-h2, .c-h3, .c-h4, .c-h5, .c-h6 {
  line-height: 1.2;
  margin: 0;
}

h1,
.c-h1 {
  font-size: 2.125rem;
  font-weight: 700;
  margin-bottom: 0.75em;
}
@media screen and (min-width: 475px) {
  h1,
.c-h1 {
    font-size: 2.5rem;
  }
}

h2,
.c-h2 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1em;
}

h3,
.c-h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.75em;
}

h4,
.c-h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}

h5,
.c-h5 {
  font-size: 0.875rem;
}

h6,
.c-h6 {
  font-size: 0.75rem;
}

p {
  margin-bottom: 1em;
}
p.is-style-intro {
  color: #956502;
  font-size: 1rem;
}
@media screen and (min-width: 475px) {
  p.is-style-intro {
    font-size: 1.125rem;
  }
}
p.is-style-slug {
  font-size: 0.875rem;
  text-transform: uppercase;
}

strong, b {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

blockquote {
  color: #5e8021;
  font-size: 1.25rem;
  font-weight: 700;
  max-width: 500px;
  margin-bottom: 1em;
}
@media screen and (min-width: 475px) {
  blockquote {
    font-size: 2rem;
  }
}
blockquote p {
  margin-bottom: 0.5em;
}

q {
  quotes: "“" "”" "‘" "’";
}
q:before {
  content: open-quote;
}
q:after {
  content: close-quote;
}

cite {
  display: block;
  color: #727272;
  font-size: 0.75rem;
  font-weight: 400;
  font-style: italic;
}

caption {
  font-style: italic;
}

kbd,
code,
var {
  color: #000;
  background-color: #f1f1f1;
  font-family: "Lucida Sans Typewriter", "Lucida Console", monaco, "Bitstream Vera Sans Mono", monospace;
  font-size: 0.875rem;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  padding: 0.1em 0.25em;
}

pre code {
  display: block;
  margin-bottom: 1rem;
}

kbd {
  border-bottom-width: 3px;
}

sub,
sup {
  vertical-align: baseline;
  font-size: 0.8125em;
  position: relative;
  top: -0.5em;
}

sub {
  top: 0.3em;
}

ins {
  text-decoration: underline;
}

del {
  text-decoration: line-through;
}

big {
  font-size: 2.5rem;
}

small {
  font-size: 0.75rem;
}

dfn {
  font-style: italic;
}

abbr {
  border-bottom: 1px dotted currentColor;
}

hr {
  border: solid #bfbfbf;
  border-width: 1px 0 0;
  height: 0;
  margin-top: 48px;
  margin-bottom: 48px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

dt {
  font-weight: 700;
}

dd,
ol,
ul {
  margin-left: 2.5em;
  margin-bottom: 1em;
}

a {
  color: #4b6d0e;
  background-color: transparent;
  text-decoration: underline;
}
a:hover {
  color: #343d0e;
  text-decoration: none;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  font-style: italic;
  vertical-align: middle;
}

figcaption {
  font-size: 0.75rem;
}

button,
input,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  background: none;
  font: inherit;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  white-space: normal;
  box-shadow: none;
}
button:disabled,
input:disabled,
select:disabled,
textarea:disabled {
  opacity: 0.4;
}

[type=search]::-webkit-search-decoration,
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-results-button,
[type=search]::-webkit-search-results-decoration {
  display: none;
}

label,
legend {
  display: inline-block;
}

[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=range],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  background-color: #fff;
  border: 1px solid #bfbfbf;
  width: 100%;
  padding: 0.3em;
  -webkit-appearance: none;
  -moz-appearance: none;
}
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=range]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus,
select:focus {
  outline: 2px solid #5e8021;
}

textarea {
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  position: relative;
  top: -2px;
  margin-right: 2px;
}

select {
  background-position: center right 10px;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 4"><polygon points="8 0 4 4 0 0 8 0" fill="%23000"/></svg>');
  background-size: 8px 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-padding-end: 30px;
  -moz-padding-end: 30px;
}
select::-ms-expand {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  display: inline-block;
  color: inherit;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  font: inherit;
  text-decoration: none;
  direction: ltr;
  border: none;
  border-radius: 0;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: 0;
  box-shadow: none;
  overflow: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}

button,
[type=button],
[type=submit] {
  color: #fff;
  background-color: #5e8021;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1em;
  padding: 12px 24px;
  transition: color 0.2s, background-color 0.2s;
}
button:hover,
[type=button]:hover,
[type=submit]:hover {
  color: #fff;
  background-color: #271000;
  text-decoration: none;
}

[type=reset] {
  color: #e00;
  text-decoration: underline;
}

[disabled] {
  pointer-events: none;
  opacity: 0.6;
}

table {
  width: 100%;
  margin-bottom: 24px;
}

th,
td {
  vertical-align: top;
  padding: 0.5rem;
}

tr td {
  border-bottom: 1px solid #e5e5e5;
}

thead {
  font-weight: 700;
  background-color: #f6f4f0;
}
thead tr:last-child td,
thead tr:last-child th {
  border-bottom-color: #bfbfbf;
}

tfoot tr:first-child th,
tfoot tr:first-child td {
  border-top: 1px solid #bfbfbf;
}

.o-box {
  display: block;
  padding: 24px;
}
.o-box > :last-child {
  margin-bottom: 0;
}

.o-box--flush {
  padding-left: 0;
  padding-right: 0;
}

.o-box--flat {
  padding-top: 0;
  padding-bottom: 0;
}

.o-button-bare {
  display: inline-block;
  color: inherit;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  font: inherit;
  text-decoration: none;
  direction: ltr;
  border: none;
  border-radius: 0;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: 0;
  box-shadow: none;
  overflow: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.o-container {
  max-width: 1392px;
  margin-left: auto;
  margin-right: auto;
}

.o-container {
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (min-width: 768px) {
  .o-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.o-container--responsive {
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.o-crop {
  overflow: hidden;
}

.o-crop--circle {
  border-radius: 50%;
}

.o-list-bare, .wp-block-gallery {
  list-style: none;
  margin: 0;
}

.o-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.o-col {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}

.o-col--first {
  order: -1;
}

.o-col--last {
  order: 1;
}

@media screen and (min-width: 475px) {
  .o-col--first-sm {
    order: -1;
  }

  .o-col--last-sm {
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  .o-col--first-md {
    order: -1;
  }

  .o-col--last-md {
    order: 1;
  }
}
@media screen and (min-width: 1024px) {
  .o-col--first-lg {
    order: -1;
  }

  .o-col--last-lg {
    order: 1;
  }
}
@media screen and (min-width: 1200px) {
  .o-col--first-xl {
    order: -1;
  }

  .o-col--last-xl {
    order: 1;
  }
}
.o-block-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.o-block-grid__item {
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
}

.o-block-grid-1 .o-block-grid__item {
  width: 100%;
}

.o-block-grid-2 .o-block-grid__item {
  width: 50%;
}

.o-block-grid-3 .o-block-grid__item {
  width: 33.3333333333%;
}

.o-block-grid-4 .o-block-grid__item {
  width: 25%;
}

.o-block-grid-5 .o-block-grid__item {
  width: 20%;
}

@media screen and (min-width: 475px) {
  .o-block-grid-1-sm .o-block-grid__item {
    width: 100%;
  }

  .o-block-grid-2-sm .o-block-grid__item {
    width: 50%;
  }

  .o-block-grid-3-sm .o-block-grid__item {
    width: 33.3333333333%;
  }

  .o-block-grid-4-sm .o-block-grid__item {
    width: 25%;
  }

  .o-block-grid-5-sm .o-block-grid__item {
    width: 20%;
  }
}
@media screen and (min-width: 768px) {
  .o-block-grid-1-md .o-block-grid__item {
    width: 100%;
  }

  .o-block-grid-2-md .o-block-grid__item {
    width: 50%;
  }

  .o-block-grid-3-md .o-block-grid__item {
    width: 33.3333333333%;
  }

  .o-block-grid-4-md .o-block-grid__item {
    width: 25%;
  }

  .o-block-grid-5-md .o-block-grid__item {
    width: 20%;
  }
}
@media screen and (min-width: 1024px) {
  .o-block-grid-1-lg .o-block-grid__item {
    width: 100%;
  }

  .o-block-grid-2-lg .o-block-grid__item {
    width: 50%;
  }

  .o-block-grid-3-lg .o-block-grid__item {
    width: 33.3333333333%;
  }

  .o-block-grid-4-lg .o-block-grid__item {
    width: 25%;
  }

  .o-block-grid-5-lg .o-block-grid__item {
    width: 20%;
  }
}
@media screen and (min-width: 1200px) {
  .o-block-grid-1-xl .o-block-grid__item {
    width: 100%;
  }

  .o-block-grid-2-xl .o-block-grid__item {
    width: 50%;
  }

  .o-block-grid-3-xl .o-block-grid__item {
    width: 33.3333333333%;
  }

  .o-block-grid-4-xl .o-block-grid__item {
    width: 25%;
  }

  .o-block-grid-5-xl .o-block-grid__item {
    width: 20%;
  }
}
.alignleft {
  float: left;
  margin-right: 1em;
}

.alignright {
  float: right;
  margin-left: 1em;
}

.aligncenter {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.alignleft,
.alignright,
.aligncenter {
  margin-bottom: 1em;
}

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.alignwide {
  margin-left: -16px;
  margin-right: -16px;
  max-width: calc(100% + (16px * 2));
  width: calc(100% + (16px * 2));
}

@media screen and (min-width: 768px) {
  .alignwide {
    margin-left: -24px;
    margin-right: -24px;
    max-width: calc(100% + (24px * 2));
    width: calc(100% + (24px * 2));
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .page-template-default .alignfull {
    margin-left: calc(50% - 58.1vw);
  }
}
.wp-block-embed {
  margin-bottom: 1rem;
}

.o-ratio,
.wp-has-aspect-ratio .wp-block-embed__wrapper {
  position: relative;
}
.o-ratio:before,
.wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 50%;
}
.o-ratio .o-ratio__content,
.o-ratio iframe,
.wp-has-aspect-ratio .wp-block-embed__wrapper .o-ratio__content,
.wp-has-aspect-ratio .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.o-ratio--21-9:before,
.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-bottom: 42.8571428571%;
}

.o-ratio--18-9:before,
.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-bottom: 50%;
}

.o-ratio--16-9:before,
.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-bottom: 56.25%;
}

.o-ratio--4-3:before,
.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-bottom: 75%;
}

.o-ratio--1-1:before,
.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-bottom: 100%;
}

.o-ratio--9-6:before,
.wp-embed-aspect-9-6 .wp-block-embed__wrapper:before {
  padding-bottom: 66.6666666667%;
}

.o-ratio--1-2:before,
.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-bottom: 200%;
}

.wp-block-pb-button {
  display: inline-block;
  color: inherit;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  font: inherit;
  text-decoration: none;
  direction: ltr;
  border: none;
  border-radius: 0;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: 0;
  box-shadow: none;
  overflow: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  background-color: #5e8021;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1em;
  padding: 12px 24px;
  transition: color 0.2s, background-color 0.2s;
}
.wp-block-pb-button:hover {
  color: #fff;
  background-color: #271000;
  text-decoration: none;
}
.wp-block-pb-button.is-full-width {
  width: 100%;
}
.wp-block-pb-button.is-style-ko {
  color: #4b6d0e;
  background-color: #fff;
}
.wp-block-pb-button.is-style-ko:hover {
  color: #000;
  background-color: #d1991f;
}

.wp-block-pb-callout {
  display: block;
  position: relative;
  color: #fff;
  background-color: #5e8021;
  border-top: 7px solid #343d0e;
  margin-bottom: 24px;
  transition: transform 0.2s;
}
.wp-block-pb-callout h1, .wp-block-pb-callout h2, .wp-block-pb-callout h3, .wp-block-pb-callout h4 {
  font-size: 2.125rem;
  margin-bottom: 6px;
}
.wp-block-pb-callout:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.wp-block-pb-callout.is-style-background-image {
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: #5e8021;
  border-top-color: #d1991f;
}
.wp-block-pb-callout.is-style-background-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0) 100%);
}
.wp-block-pb-callout.is-style-background-image .wp-block-pb-callout__content {
  padding-bottom: 72px;
}

.wp-block-pb-callout__content {
  position: relative;
  padding: 24px;
  z-index: 10;
}
.wp-block-pb-callout__content > :last-child {
  margin-bottom: 0;
}

.wp-block-pb-callout__image-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-left: 24px;
  padding-right: 24px;
}

@media screen and (min-width: 475px) {
  .wp-block-pb-callout {
    display: flex;
  }
  .wp-block-pb-callout.is-style-background-image:after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0) 100%);
  }
  .wp-block-pb-callout.is-style-background-image .wp-block-pb-callout__content {
    padding-bottom: 24px;
  }

  .wp-block-pb-callout__content,
.wp-block-pb-callout__image-container {
    max-width: 50%;
  }

  .wp-block-pb-callout__image-container {
    display: flex;
    align-items: flex-end;
  }
}
.o-block-grid .wp-block-pb-callout {
  height: 100%;
  margin-bottom: 0;
}

.wp-block-pb-card {
  display: block;
  width: 100%;
  margin: 0 0 16px;
}

a.wp-block-pb-card__inner {
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s;
}
a.wp-block-pb-card__inner:hover .wp-block-pb-card__title {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

.wp-block-pb-card__image-container {
  position: relative;
  background-size: cover;
  background-position: center center;
  margin-bottom: 12px;
}
.wp-block-pb-card__image-container:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}
.wp-block-pb-card__image-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.wp-block-pb-card__title {
  position: absolute;
  left: 24px;
  bottom: 24px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  max-width: 85%;
  margin-bottom: 0;
  z-index: 10;
  transition: transform 0.2s;
}

.wp-block-pb-card__content > :last-child {
  margin-bottom: 0;
}

.o-block-grid .wp-block-pb-card {
  height: 100%;
  margin-bottom: 0;
}

.wp-block-file {
  margin-bottom: 1rem;
}
.wp-block-file * + .wp-block-file__button {
  margin-left: 0.75em;
}

.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin: 0 12px 8px 0;
}
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  height: 100%;
  margin: 0;
}
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent);
  text-align: center;
  width: 100%;
  max-height: 100%;
  padding: 40px 12px 12px;
  overflow: auto;
}
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline;
}
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
  height: 100%;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  width: calc((100% - 8px) / 2);
}
.wp-block-gallery .blocks-gallery-image:nth-of-type(even), .wp-block-gallery .blocks-gallery-item:nth-of-type(even) {
  margin-right: 0;
}
.wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 475px) {
  .wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc((100% - (8px * (3 - 1))) / 3);
    margin-right: 8px;
  }
  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-image:last-child, .wp-block-gallery.columns-3 .blocks-gallery-image:last-child,
.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
.wp-block-gallery.columns-3 .blocks-gallery-item:last-child,
.wp-block-gallery.columns-3 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  .wp-block-gallery.columns-4 .blocks-gallery-image,
.wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc((100% - (8px * (4 - 1))) / 4);
    margin-right: 8px;
  }
  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-image:last-child, .wp-block-gallery.columns-4 .blocks-gallery-image:last-child,
.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
.wp-block-gallery.columns-4 .blocks-gallery-item:last-child,
.wp-block-gallery.columns-4 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  .wp-block-gallery.columns-5 .blocks-gallery-image,
.wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc((100% - (8px * (5 - 1))) / 5);
    margin-right: 8px;
  }
  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-image:last-child, .wp-block-gallery.columns-5 .blocks-gallery-image:last-child,
.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
.wp-block-gallery.columns-5 .blocks-gallery-item:last-child,
.wp-block-gallery.columns-5 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  .wp-block-gallery.columns-6 .blocks-gallery-image,
.wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc((100% - (8px * (6 - 1))) / 6);
    margin-right: 8px;
  }
  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-image:last-child, .wp-block-gallery.columns-6 .blocks-gallery-image:last-child,
.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
.wp-block-gallery.columns-6 .blocks-gallery-item:last-child,
.wp-block-gallery.columns-6 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  .wp-block-gallery.columns-7 .blocks-gallery-image,
.wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc((100% - (8px * (7 - 1))) / 7);
    margin-right: 8px;
  }
  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-image:last-child, .wp-block-gallery.columns-7 .blocks-gallery-image:last-child,
.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
.wp-block-gallery.columns-7 .blocks-gallery-item:last-child,
.wp-block-gallery.columns-7 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
  .wp-block-gallery.columns-8 .blocks-gallery-image,
.wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc((100% - (8px * (8 - 1))) / 8);
    margin-right: 8px;
  }
  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-image:last-child, .wp-block-gallery.columns-8 .blocks-gallery-image:last-child,
.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n),
.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n),
.wp-block-gallery.columns-8 .blocks-gallery-item:last-child,
.wp-block-gallery.columns-8 .blocks-gallery-item:last-child {
    margin-right: 0;
  }
}

.wp-block-pb-image-background {
  display: block;
  position: relative;
  color: #fff;
  background-color: #000;
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 24px;
}
.wp-block-pb-image-background:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-pb-image-background__content {
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 475px) {
  .wp-block-pb-image-background {
    padding: 48px 72px;
  }
}
.o-block-grid .wp-block-pb-image-background {
  height: 100%;
  margin-bottom: 0;
}

.wp-block-media-text {
  display: grid;
  grid-template-rows: auto;
  align-items: center;
  grid-template-areas: "media-text-media media-text-content";
  grid-template-columns: 25% auto;
  margin-bottom: 24px;
}
.wp-block-media-text.has-media-on-the-right {
  grid-template-areas: "media-text-content media-text-media";
  grid-template-columns: auto 25%;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 16px;
}
.wp-block-media-text.is-vertically-aligned-top {
  align-items: start;
}
.wp-block-media-text.is-vertically-aligned-center {
  align-items: center;
}
.wp-block-media-text.is-vertically-aligned-bottom {
  align-items: end;
}
.wp-block-media-text .wp-block-media-text__media {
  grid-area: media-text-media;
  margin: 0;
}
.wp-block-media-text .wp-block-media-text__content {
  word-break: break-word;
  grid-area: media-text-content;
  padding: 0 0 0 16px;
}
.wp-block-media-text > figure > img,
.wp-block-media-text > figure > video {
  max-width: unset;
  width: 100%;
  vertical-align: middle;
}
.wp-block-media-text.is-image-fill figure {
  height: 100%;
  min-height: 250px;
  background-size: cover;
}
.wp-block-media-text.is-image-fill figure > img {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media screen and (max-width: 474px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
    grid-template-areas: "media-text-media" "media-text-content";
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding: 0;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    margin-bottom: 1rem;
  }
}
.wp-block-pb-section {
  position: relative;
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #f6f4f0;
}
.wp-block-pb-section.is-style-white {
  background-color: #fff;
}
.wp-block-pb-section.is-style-dark {
  color: #fff;
  background-color: #222;
}

@media screen and (min-width: 768px) {
  .wp-block-pb-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
.wp-block-pb-slider {
  margin-top: -48px;
  margin-bottom: 56px;
}

.wp-block-pb-slide__wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 24px;
  padding-bottom: 24px;
}

.wp-block-pb-slide__inner {
  width: 100%;
}

.wp-block-pb-slide__content {
  background-color: #fff;
  max-width: 570px;
  padding: 24px;
}
.wp-block-pb-slide__content > :last-child {
  margin-bottom: 0;
}

.wp-block-pb-slide__title {
  font-size: 2.125rem;
  margin-bottom: 0.3em;
}

@media screen and (min-width: 475px) {
  .wp-block-pb-slide__wrapper {
    display: flex;
    align-items: center;
    min-height: 425px;
  }
}
@media screen and (min-width: 768px) {
  .wp-block-pb-slide__content {
    margin-left: 8.333333%;
  }
}
.wp-block-pb-sticky-posts {
  margin-bottom: 48px;
}

.wp-block-pb-sticky-posts__feature {
  display: flex;
  align-items: flex-end;
  background-image: url("images/assets/defualt.jpg");
  background-size: cover;
  background-position: center center;
  height: 100%;
  padding: 24px;
}

.wp-block-pb-sticky-posts__feature-content {
  color: #fff;
  background-color: #5e8021;
  max-width: 600px;
  padding: 24px;
}

.wp-block-pb-sticky-posts__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-pb-sticky-posts__list > li {
  padding-top: 12px;
  padding-bottom: 12px;
}
.wp-block-pb-sticky-posts__list > li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.wp-block-pb-sticky-posts__list .wp-block-pb-display-posts__post {
  border: none;
  padding: 0;
}

.wp-block-table.has-fixed-layout {
  table-layout: fixed;
}
.wp-block-table.is-style-stripes tr:nth-child(odd) th,
.wp-block-table.is-style-stripes tr:nth-child(odd) td {
  background-color: #f1f1f1;
}
.wp-block-table.is-style-stripes td {
  border: none;
}

.c-accordion__item {
  border: 1px solid #e5e5e5;
  margin-bottom: 24px;
}
.c-accordion__item + .c-accordion__item {
  margin-top: -12px;
}

.c-accordion__title {
  color: #5e8021;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 12px 24px;
  padding-right: 48px;
}
.c-accordion__title:after {
  right: 24px;
}

.c-accordion__content {
  padding: 12px 24px;
}

.c-announcements {
  position: relative;
  margin-bottom: 48px;
}

.c-announcement:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.c-announcement__container {
  background-color: #f6f4f0;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: background-color 0.2s;
}

a.c-announcement__container {
  display: block;
  color: inherit;
  text-decoration: none;
}
a.c-announcement__container:hover {
  background-color: #ece8e0;
}
a.c-announcement__container:hover .c-announcement__button {
  color: #000;
  text-decoration: underline;
}

.c-announcement__content {
  font-size: 0.875rem;
  max-width: 960px;
}
.c-announcement__content > :last-child {
  margin-bottom: 0;
}

.c-announcement__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.c-announcement__button {
  color: #4b6d0e;
}

body:not(.home) .c-announcements {
  border-bottom: 1px solid #fff;
}

.c-button-close {
  position: absolute;
  top: 2px;
  right: 2px;
  color: inherit;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  width: 35px;
  height: 35px;
  padding: 0 0 4px;
  overflow: hidden;
  z-index: 100;
  cursor: pointer;
}
.c-button-close:focus, .c-button-close:hover {
  color: inherit;
  background-color: transparent;
}

.c-commodity-report form {
  display: flex;
}
.c-commodity-report select:not(:last-child) {
  margin-right: 12px;
}

.cashbid_title {
  display: none;
}

.cashbid_group {
  font-size: 1.125rem;
}

.cashbid_fields {
  font-weight: 400;
}

.c-main-content {
  margin-top: 48px;
  margin-bottom: 48px;
}
.c-main-content .wp-block-pb-section:first-child {
  margin-top: -48px;
}

.home .c-main-content {
  margin-bottom: 0;
}

.c-post--link {
  display: block;
}
.c-post--link, .c-post--link:hover {
  color: inherit;
}
.c-post--link .c-post__title {
  color: #4b6d0e;
}
.c-post--link:hover {
  text-decoration: none;
}
.c-post--link:hover .c-post__title {
  color: #343d0e;
  text-decoration: underline;
}

.c-post__footer {
  margin-top: 72px;
  margin-bottom: 72px;
}

.c-post__next-link {
  margin-bottom: 48px;
}

.c-post__sharing {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.c-post__sharing-feedback-button {
  margin-right: 24px;
  margin-bottom: 6px;
  order: -1;
}

.c-post__sharing-feedback-form {
  padding-top: 48px;
  padding-bottom: 48px;
}

.c-post__featured-image {
  margin-bottom: 24px;
}

.c-post__thumbnail {
  flex-shrink: 0;
  width: 70px;
  margin-left: 12px;
}

.c-post__meta {
  margin-bottom: 48px;
}

.c-post__date,
.c-post__categories {
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.c-post__date {
  display: block;
}

.c-post__tags {
  margin-top: 24px;
}
.c-post__tags a {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid #4b6d0e;
  border-radius: 12px;
  margin: 0 6px 6px 0;
  padding: 7px 14px;
  transition: color 0.2s, border-color 0.2s;
}
.c-post__tags a:hover {
  color: #343d0e;
  border-color: #343d0e;
}

.c-post__author-wrapper {
  margin-bottom: 48px;
}

.c-post__author,
.c-post__author-bio {
  margin-bottom: 12px;
}

.c-post__author {
  display: flex;
  align-items: center;
}

.c-post__author-avatar {
  width: 48px;
  margin-right: 12px;
}
.c-post__author-avatar img {
  max-width: 48px;
}

.c-post__author-name,
.c-post__author-bio,
.c-post__author-links {
  font-size: 0.75rem;
}

.c-post__author-links li {
  margin-bottom: 6px;
}

.c-post__author-link {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px 16px;
  padding-left: 24px;
}

.c-post__author-link--email {
  background-image: url("images/assets/email.svg");
}

.c-post__author-link--facebook {
  background-image: url("images/assets/facebook.svg");
}

.c-post__author-link--instagram {
  background-image: url("images/assets/instagram.svg");
}

.c-post__author-link--linkedin {
  background-image: url("images/assets/linkedin.svg");
}

.c-post__author-link--twitter {
  background-image: url("images/assets/twitter.svg");
}

.c-post__author-link--youtube {
  background-image: url("images/assets/youtube.svg");
}

.c-post__author-link--facebook {
  background-size: 8px 16px;
}

.c-post__author-link--youtube,
.c-post__author-link--email {
  background-size: 16px 12px;
}

@media screen and (min-width: 475px) {
  .c-post__thumbnail {
    width: 102px;
  }
}
.wp-block-image {
  margin-bottom: 1rem;
}

.c-widget {
  margin-bottom: 24px;
}
.c-widget:last-child {
  margin-bottom: 0;
}
.c-widget ul {
  list-style: none;
  margin: 0;
}
.c-widget li:not(:last-child) {
  margin-bottom: 24px;
}

.c-widget--posts-list {
  background-color: #f6f4f0;
  padding: 24px;
}

.wp-block-pb-display-posts {
  margin-bottom: 48px;
}
.wp-block-pb-display-posts .c-post {
  border: 1px solid #bfbfbf;
  height: 100%;
  padding: 12px;
}

.wp-block-pb-display-posts__more-button {
  color: #4b6d0e;
  background-color: transparent;
  padding: 0;
}
.wp-block-pb-display-posts__more-button:hover {
  color: #343d0e;
  background-color: transparent;
  text-decoration: underline;
}

.wp-block-pb-section:not(.wp-block-pb-display-posts--no-title-offset) .wp-block-pb-display-posts .wp-block-pb-display-posts__title {
  position: absolute;
  top: -14px;
}

.ecs-event-list {
  display: none;
  list-style: none;
  background-color: #fff;
  border: 1px solid #979797;
  margin: 0;
  padding: 24px;
}
.ecs-event-list .ecs-event:not(:last-child) {
  margin-bottom: 12px;
}
.ecs-event-list .entry-title {
  margin-bottom: 6px;
}
.ecs-event-list .duration {
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
  line-height: 1.2;
}

.datepicker.dropdown-menu {
  z-index: 900 !important;
}

@media screen and (min-width: 475px) {
  .ecs-event-list {
    display: block;
  }
}
.wp-caption {
  max-width: 100%;
  margin-bottom: 1em;
}
.wp-caption img {
  margin-bottom: 0.6em;
}

.wp-caption-text {
  text-align: left;
  font-size: 0.75rem;
  line-height: 1.2;
  font-style: italic;
}

embed,
iframe,
object,
video {
  max-width: 100%;
  margin-bottom: 1em;
  vertical-align: middle;
}

p embed,
p iframe,
p object,
p video {
  margin-bottom: 0;
}

.c-site-header {
  border-bottom: 5px solid #5e8021;
  margin-bottom: 48px;
}

.c-site-header__logo {
  display: block;
  width: 64px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.c-site-header__sister-site-logo {
  padding: 48px;
}

.c-site-header__sister-site-title {
  transition: background-color 0.2s;
}

.c-site-header__sister-site-link {
  display: block;
}
.c-site-header__sister-site-link:hover {
  text-decoration: none;
}
.c-site-header__sister-site-link:hover .c-site-header__sister-site-title {
  background-color: #343d0e;
}

.c-site-header__sister-site-title {
  color: #fff;
  background-color: #4b6d0e;
  text-align: center;
  font-size: 0.875rem;
  padding: 12px;
}

@media screen and (min-width: 1260px) {
  .c-site-header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    border-bottom: none;
    margin-bottom: 0;
    width: 100%;
    z-index: 800;
    transition: transform 0.3s;
  }
  .c-site-header:before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 43px;
    background-color: #5e8021;
    z-index: -1;
  }
  .c-site-header.is-hidden {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  .c-site-header__content {
    display: flex;
    align-items: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .c-site-header__logo {
    flex-shrink: 0;
    margin: 0;
    margin-right: 24px;
    width: 136px;
  }

  .c-site-header__parts {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
  }

  .c-site-header__parts-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

  .c-site-header__left {
    flex-grow: 1;
  }

  .c-site-header__right {
    flex-shrink: 0;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    width: 222px;
  }

  .c-site-header__top {
    position: relative;
    display: flex;
    flex-grow: 1;
    align-items: center;
  }

  .c-site-header__sister-site-link {
    height: 100%;
  }
}
.c-site-footer__widgets {
  font-size: 0.875rem;
  border-top: 10px solid #271000;
  padding-top: 48px;
}

.c-site-footer__widget-title {
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.c-site-footer__logo {
  display: block;
  max-width: 135px;
}

.c-copyright {
  color: #fff;
  background-color: #271000;
  padding-top: 12px;
  padding-bottom: 12px;
}

.c-nav-toggle {
  position: absolute;
  top: 25px;
  right: 8px;
  display: inline-block;
  background: transparent;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 14px;
}
.c-nav-toggle:hover {
  background-color: transparent;
}
.c-nav-toggle.is-open .c-nav-toggle__inner {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-nav-toggle.is-open .c-nav-toggle__inner, .c-nav-toggle.is-open .c-nav-toggle__inner:before, .c-nav-toggle.is-open .c-nav-toggle__inner:after {
  background-color: #4d4d4d;
}
.c-nav-toggle.is-open .c-nav-toggle__inner:before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.15s ease;
}
.c-nav-toggle.is-open .c-nav-toggle__inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (min-width: 1260px) {
  .c-nav-toggle {
    display: none;
  }
}

.c-nav-toggle__box {
  position: relative;
  display: block;
  width: 16px;
  height: 12px;
}

.c-nav-toggle__inner {
  display: block;
  top: 50%;
  margin-top: -1px;
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.c-nav-toggle__inner, .c-nav-toggle__inner:before, .c-nav-toggle__inner:after {
  position: absolute;
  background-color: #4d4d4d;
  width: 16px;
  height: 2px;
  transition-property: transform;
  transition-duration: 0.075s;
  transition-timing-function: ease;
}
.c-nav-toggle__inner:before, .c-nav-toggle__inner:after {
  content: "";
  display: block;
}
.c-nav-toggle__inner:before {
  top: -5px;
  transition: top 0.075s 0.15s ease, opacity 0.075s ease;
}
.c-nav-toggle__inner:after {
  bottom: -5px;
  transition: bottom 0.075s 0.15s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.c-button-search {
  position: absolute;
  top: 16px;
  right: 24px;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-left: 24px;
  margin-right: 24px;
}
.c-button-search:hover {
  color: #4b6d0e;
  text-decoration: underline;
}
.c-button-search:hover .c-button-search__icon {
  fill: #4b6d0e;
}

.c-button-search__icon {
  margin-right: 4px;
}

@media screen and (max-width: 1259px) {
  .c-button-search {
    position: absolute;
    top: 25px;
    right: 52px;
    margin: 0;
    padding: 14px;
  }
  .c-button-search .c-button-search__icon {
    width: 16px;
    height: 16px;
    margin-right: 0;
  }

  .c-button-search__label {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
}
.c-primary-nav__list {
  display: none;
}
.c-primary-nav__list a {
  display: block;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-decoration: none;
}
.c-primary-nav__list .current-menu-item > a,
.c-primary-nav__list .current-menu-ancestor > a,
.c-primary-nav__list .current-page-item > a,
.c-primary-nav__list .current-page-ancestor > a,
.c-primary-nav__list .current_page_parent > a {
  background-color: #271000;
}
.c-primary-nav__list.is-open {
  display: block;
}
.c-primary-nav__list .sub-menu {
  list-style: none;
  margin: 0;
}
.c-primary-nav__list .sub-menu .current-menu-item > a,
.c-primary-nav__list .sub-menu .current-menu-ancestor > a,
.c-primary-nav__list .sub-menu .current-page-item > a,
.c-primary-nav__list .sub-menu .current-page-ancestor > a,
.c-primary-nav__list .sub-menu .current_page_parent > a {
  background-color: transparent;
}
.c-primary-nav__list .other-site-link {
  padding: 0;
}
.c-primary-nav__list .other-site-link a {
  color: #fff;
  background-color: #4b6d0e;
  text-align: center;
  padding: 24px 16px;
}
.c-primary-nav__list .other-site-link a:hover {
  background-color: #343d0e;
}

@media screen and (max-width: 1259px) {
  .c-primary-nav__list {
    display: none;
    margin-left: -16px;
    margin-right: -16px;
  }
  .c-primary-nav__list > li {
    border-top: 1px solid #cecece;
    padding: 24px 16px;
  }
  .c-primary-nav__list > li > a {
    font-weight: 700;
  }
  .c-primary-nav__list.is-open {
    display: block;
  }
  .c-primary-nav__list .sub-menu {
    display: flex;
    flex-wrap: wrap;
    padding-top: 24px;
  }
  .c-primary-nav__list .sub-menu li {
    width: 50%;
    padding-right: 16px;
    margin-bottom: 16px;
  }
  .c-primary-nav__list .sub-menu a {
    color: #000;
  }
  .c-primary-nav__list .sub-menu a:hover {
    color: #343d0e;
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) {
  .c-primary-nav__list {
    margin-left: -24px;
    margin-right: -24px;
  }
  .c-primary-nav__list > li {
    padding: 24px 24px;
  }
  .c-primary-nav__list .sub-menu li {
    width: 33.333333%;
  }
}
@media screen and (min-width: 1260px) {
  .c-primary-nav__list {
    display: flex;
    background-color: #5e8021;
    margin-left: 0;
    margin-right: 0;
  }
  .c-primary-nav__list > li {
    padding: 0;
  }
  .c-primary-nav__list li:hover > a, .c-primary-nav__list li.is-focused > a {
    background-color: #4b6d0e;
  }
  .c-primary-nav__list li:hover .sub-menu, .c-primary-nav__list li.is-focused .sub-menu {
    left: auto;
  }
  .c-primary-nav__list a {
    color: #fff;
    padding: 12px;
  }
  .c-primary-nav__list a:hover {
    background-color: #4b6d0e;
  }
  .c-primary-nav__list .sub-menu {
    position: absolute;
    left: -99999px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    z-index: 800;
  }
  .c-primary-nav__list .sub-menu li {
    width: 100%;
  }
  .c-primary-nav__list .sub-menu a {
    color: #000;
    transition: color 0.2s, background-color 0.2s;
  }
  .c-primary-nav__list .sub-menu a:hover {
    color: #fff;
    background-color: #5e8021;
  }
}
.c-child-nav {
  background-color: #5e8021;
  margin-bottom: 48px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.c-child-nav__list {
  list-style: none;
  margin: 0;
}
.c-child-nav__list .c-child-nav__list .c-child-nav__link {
  padding-left: 24px;
}
.c-child-nav__list .c-child-nav__list .c-child-nav__list .c-child-nav__link {
  padding-left: 36px;
}

.c-child-nav__link {
  display: block;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.2;
  padding: 9px 12px 9px 12px;
  transition: color 0.2s, background-color 0.2s;
}
.c-child-nav__link:hover {
  color: #fff;
  background-color: #4b6d0e;
  text-decoration: none;
}
.c-child-nav__link.is-current {
  border-left: 6px solid #343d0e;
  width: calc(100% + 6px);
  -webkit-transform: translateX(-6px);
  -moz-transform: translateX(-6px);
  -ms-transform: translateX(-6px);
  -o-transform: translateX(-6px);
  transform: translateX(-6px);
}

.c-social-nav__list {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.c-social-nav__list li:not(:first-child) {
  margin-left: 4px;
}
.c-social-nav__list li:not(:last-child) {
  margin-right: 4px;
}
.c-social-nav__list a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #4b6d0e;
  font-family: "Socicon";
  font-size: 1.2rem;
  text-decoration: none;
  width: 48px;
  height: 48px;
  transition: background-color 0.2s;
}
.c-social-nav__list a:hover {
  color: #fff;
  background-color: #343d0e;
  text-decoration: none;
}
.c-social-nav__list [href*="facebook.com"]:before {
  content: "";
}
.c-social-nav__list [href*="instagram.com"]:before {
  content: "";
}
.c-social-nav__list [href*="linkedin.com"]:before {
  content: "";
}
.c-social-nav__list [href*="pinterest.com"]:before {
  content: "";
}
.c-social-nav__list [href*="twitter.com"]:before {
  content: "";
}
.c-social-nav__list [href*="youtube.com"]:before {
  content: "";
}
.c-social-nav__list [href*="vimeo.com"]:before {
  content: "";
}
.c-social-nav__list [href*="mailto:"]:before {
  content: "";
}
.c-social-nav__list .rss a:before {
  content: "";
}

.c-footer-nav {
  margin-bottom: 24px;
}
.c-footer-nav li {
  display: inline-block;
  margin-right: 20px;
}
.c-footer-nav a {
  color: inherit;
  font-size: 0.75rem;
  text-decoration: none;
  text-transform: uppercase;
}
.c-footer-nav a:hover {
  text-decoration: underline;
}

.nav-links {
  display: flex;
  justify-content: center;
}

.page-numbers {
  margin: 0 5px;
}
.page-numbers:first-child {
  margin-left: 0;
}
.page-numbers:last-child {
  margin-right: 0;
}
.page-numbers.prev {
  margin-right: 30px;
}
.page-numbers.next {
  margin-left: 30px;
}

.search-form {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 72px;
}
.search-form label {
  flex-grow: 1;
}
.search-form .search-field,
.search-form .search-submit {
  height: 52px;
}
.search-form .search-field {
  background-color: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid #4b6d0e;
  border-right: none;
  padding: 12px;
}
.search-form .search-submit {
  flex-grow: 0;
  color: #fff;
  background-color: #4b6d0e;
  margin-bottom: 0;
  padding: 12px 24px;
  border-bottom: none;
  transition: background-color 0.2s;
}
.search-form .search-submit:hover {
  color: #fff;
  background-color: #343d0e;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

body .su-spoiler-style-default > .su-spoiler-title {
  color: #4b6d0e;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #e5e5e5;
  padding: 12px;
  transition: color 0.2s, border-color 0.2s;
}
body .su-spoiler-style-default > .su-spoiler-title:hover {
  color: #343d0e;
  border-color: #343d0e;
}
body .su-spoiler-style-default > .su-spoiler-title > .su-spoiler-icon {
  top: 12px;
  left: auto;
  right: 12px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  display: block;
  position: absolute;
  bottom: -16px;
  list-style: none;
  text-align: center;
  line-height: 0;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  display: inline-block;
  margin: 0 3px;
  padding: 0;
}
.slick-dots li button {
  display: block;
  color: transparent;
  background: #bfbfbf;
  font-size: 0;
  border-radius: 50%;
  border: 0;
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  outline: none;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
  background-color: #5e8021;
}
.slick-dots li.slick-active button {
  background-color: #5e8021;
}

.ss-inline-share-wrapper {
  margin: 0;
}

.ss-inline-share-wrapper.ss-with-spacing .ss-social-icons-container > li {
  margin-bottom: 0 !important;
}
.ss-inline-share-wrapper.ss-with-spacing .ss-social-icons-container > li a {
  text-align: center;
  line-height: 45px;
  background-color: #5e8021;
  width: 45px;
  height: 45px;
  transition: color 0.2s, background-color 0.2s;
}
.ss-inline-share-wrapper.ss-with-spacing .ss-social-icons-container > li a:focus, .ss-inline-share-wrapper.ss-with-spacing .ss-social-icons-container > li a:hover {
  background-color: #000;
}
.ss-inline-share-wrapper.ss-with-spacing .ss-social-icons-container > li a:focus i, .ss-inline-share-wrapper.ss-with-spacing .ss-social-icons-container > li a:hover i {
  color: #fff;
}
.ss-inline-share-wrapper.ss-with-spacing .ss-social-icons-container > li a i {
  color: #fff;
  width: 45px;
  min-width: 45px;
}

.dataTables_wrapper .tablepress {
  box-sizing: content-box;
}
.dataTables_wrapper .tablepress thead th,
.dataTables_wrapper .tablepress tfoot th {
  background-color: transparent;
  font-size: 0.875rem;
}
.dataTables_wrapper .tablepress tbody td,
.dataTables_wrapper .tablepress tfoot th {
  border-bottom: 1px solid #e5e5e5;
}
.dataTables_wrapper .tablepress .sorting:hover,
.dataTables_wrapper .tablepress .sorting_asc,
.dataTables_wrapper .tablepress .sorting_desc {
  background-color: #d1991f;
}
.dataTables_wrapper .tablepress .odd td {
  background-color: transparent;
}
.dataTables_wrapper .tablepress .row-hover tr:hover td {
  background-color: #fafafa;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
  margin-bottom: 24px;
}
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
  margin-top: 24px;
}
.dataTables_wrapper .paging_simple .paginate_button {
  color: #4b6d0e !important;
  text-decoration: none;
}
.dataTables_wrapper .paging_simple .paginate_button:hover:not(.disabled) {
  color: #343d0e;
  text-decoration: underline;
}
.dataTables_wrapper .paging_simple .paginate_button.previous:before, .dataTables_wrapper .paging_simple .paginate_button.next:after {
  color: inherit;
  font-family: "Overpass", sans-serif;
  text-shadow: none;
}
.dataTables_wrapper .paging_simple .paginate_button.previous:before {
  content: "‹";
}
.dataTables_wrapper .paging_simple .paginate_button.next:after {
  content: "›";
}
.dataTables_wrapper .paging_simple .paginate_button.disabled {
  color: #000;
  opacity: 0.4;
}
.dataTables_wrapper .tablepress-id-1 .column-1,
.dataTables_wrapper .tablepress-id-1 .column-2 {
  width: 85px;
}
.dataTables_wrapper .tablepress-id-1 .column-4 {
  width: 180px;
}
.dataTables_wrapper .tablepress-id-1 .column-5 {
  width: 45%;
}

.u-sr-only,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.u-skip-link {
  color: #4b6d0e;
  background-color: #fff;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem;
  outline: none;
  transition: 0s;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
}
.u-skip-link:focus {
  left: 15px;
  top: 15px;
  clip: auto;
  width: auto;
  height: auto;
  z-index: 900;
}

.u-flex {
  display: flex !important;
}

.u-justify-content-start {
  justify-content: flex-start !important;
}

.u-justify-content-center {
  justify-content: center !important;
}

.u-justify-content-end {
  justify-content: flex-end !important;
}

.u-justify-content-space-between {
  justify-content: space-between !important;
}

.u-justify-content-space-around {
  justify-content: space-around !important;
}

.u-align-items-start {
  align-items: flex-start !important;
}

.u-align-items-center {
  align-items: center !important;
}

.u-align-items-end {
  align-items: flex-end !important;
}

.u-align-self-start {
  align-self: flex-start !important;
}

.u-align-self-center {
  align-self: center !important;
}

.u-align-self-end {
  align-self: flex-end !important;
}

.u-hidden {
  display: none !important;
}

@media screen and (max-width: 474px) {
  .u-hidden-xs {
    display: none !important;
  }
}
@media screen and (min-width: 475px) and (max-width: 767px) {
  .u-hidden-sm {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-hidden-md {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .u-hidden-lg {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-hidden-xl {
    display: none !important;
  }
}
@media screen and (min-width: 1260px) {
  .u-hidden-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 1259px) {
  .u-hidden-mobile {
    display: none !important;
  }
}
.u-margin-xs {
  margin: 6px !important;
}

.u-margin-top-xs {
  margin-top: 6px !important;
}

.u-margin-bottom-xs {
  margin-bottom: 6px !important;
}

.u-margin-sm {
  margin: 12px !important;
}

.u-margin-top-sm {
  margin-top: 12px !important;
}

.u-margin-bottom-sm {
  margin-bottom: 12px !important;
}

.u-margin-md {
  margin: 24px !important;
}

.u-margin-top-md {
  margin-top: 24px !important;
}

.u-margin-bottom-md {
  margin-bottom: 24px !important;
}

.u-margin-lg {
  margin: 48px !important;
}

.u-margin-top-lg {
  margin-top: 48px !important;
}

.u-margin-bottom-lg {
  margin-bottom: 48px !important;
}

.u-margin-xl {
  margin: 72px !important;
}

.u-margin-top-xl {
  margin-top: 72px !important;
}

.u-margin-bottom-xl {
  margin-bottom: 72px !important;
}

.u-padding-xs {
  padding: 6px !important;
}

.u-padding-top-xs {
  padding-top: 6px !important;
}

.u-padding-bottom-xs {
  padding-bottom: 6px !important;
}

.u-padding-sm {
  padding: 12px !important;
}

.u-padding-top-sm {
  padding-top: 12px !important;
}

.u-padding-bottom-sm {
  padding-bottom: 12px !important;
}

.u-padding-md {
  padding: 24px !important;
}

.u-padding-top-md {
  padding-top: 24px !important;
}

.u-padding-bottom-md {
  padding-bottom: 24px !important;
}

.u-padding-lg {
  padding: 48px !important;
}

.u-padding-top-lg {
  padding-top: 48px !important;
}

.u-padding-bottom-lg {
  padding-bottom: 48px !important;
}

.u-padding-xl {
  padding: 72px !important;
}

.u-padding-top-xl {
  padding-top: 72px !important;
}

.u-padding-bottom-xl {
  padding-bottom: 72px !important;
}

.u-no-margin {
  margin: 0 !important;
}

.u-no-margin-top {
  margin-top: 0 !important;
}

.u-no-margin-bottom {
  margin-bottom: 0 !important;
}

.u-no-padding {
  padding: 0 !important;
}

.u-no-padding-top {
  padding-top: 0 !important;
}

.u-no-padding-bottom {
  padding-bottom: 0 !important;
}

.u-text-left,
.has-text-align-left {
  text-align: left !important;
}

.u-text-right,
.has-text-align-right {
  text-align: right !important;
}

.u-text-center,
.has-text-align-center {
  text-align: center !important;
}

.u-no-wrap {
  white-space: nowrap !important;
}

.u-text-truncate {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.u-text-small {
  font-size: 0.75rem !important;
}

.u-text-no-decoration {
  text-decoration: none !important;
}

.u-text-normal {
  font-weight: 400 !important;
}

.u-text-bold {
  font-weight: 700 !important;
}

.u-text-italic {
  font-style: italic !important;
}

.u-text-underline {
  text-decoration: underline !important;
}

.u-text-strikethrough {
  text-decoration: line-through !important;
}

.u-text-muted {
  opacity: 0.5 !important;
}

.u-text-error {
  color: #e00 !important;
}

.u-text-success {
  color: #080 !important;
}

.u-text-ko {
  color: #fff !important;
}

.u-1of12 {
  width: 8.3333333333% !important;
}

.u-offset-1of12 {
  margin-left: 8.3333333333% !important;
}

.u-2of12 {
  width: 16.6666666667% !important;
}

.u-offset-2of12 {
  margin-left: 16.6666666667% !important;
}

.u-3of12 {
  width: 25% !important;
}

.u-offset-3of12 {
  margin-left: 25% !important;
}

.u-4of12 {
  width: 33.3333333333% !important;
}

.u-offset-4of12 {
  margin-left: 33.3333333333% !important;
}

.u-5of12 {
  width: 41.6666666667% !important;
}

.u-offset-5of12 {
  margin-left: 41.6666666667% !important;
}

.u-6of12 {
  width: 50% !important;
}

.u-offset-6of12 {
  margin-left: 50% !important;
}

.u-7of12 {
  width: 58.3333333333% !important;
}

.u-offset-7of12 {
  margin-left: 58.3333333333% !important;
}

.u-8of12 {
  width: 66.6666666667% !important;
}

.u-offset-8of12 {
  margin-left: 66.6666666667% !important;
}

.u-9of12 {
  width: 75% !important;
}

.u-offset-9of12 {
  margin-left: 75% !important;
}

.u-10of12 {
  width: 83.3333333333% !important;
}

.u-offset-10of12 {
  margin-left: 83.3333333333% !important;
}

.u-11of12 {
  width: 91.6666666667% !important;
}

.u-offset-11of12 {
  margin-left: 91.6666666667% !important;
}

.u-12of12 {
  width: 100% !important;
}

.u-offset-12of12 {
  margin-left: 100% !important;
}

@media screen and (min-width: 475px) {
  .u-1of12-sm {
    width: 8.3333333333% !important;
  }

  .u-offset-1of12-sm {
    margin-left: 8.3333333333% !important;
  }

  .u-2of12-sm {
    width: 16.6666666667% !important;
  }

  .u-offset-2of12-sm {
    margin-left: 16.6666666667% !important;
  }

  .u-3of12-sm {
    width: 25% !important;
  }

  .u-offset-3of12-sm {
    margin-left: 25% !important;
  }

  .u-4of12-sm {
    width: 33.3333333333% !important;
  }

  .u-offset-4of12-sm {
    margin-left: 33.3333333333% !important;
  }

  .u-5of12-sm {
    width: 41.6666666667% !important;
  }

  .u-offset-5of12-sm {
    margin-left: 41.6666666667% !important;
  }

  .u-6of12-sm {
    width: 50% !important;
  }

  .u-offset-6of12-sm {
    margin-left: 50% !important;
  }

  .u-7of12-sm {
    width: 58.3333333333% !important;
  }

  .u-offset-7of12-sm {
    margin-left: 58.3333333333% !important;
  }

  .u-8of12-sm {
    width: 66.6666666667% !important;
  }

  .u-offset-8of12-sm {
    margin-left: 66.6666666667% !important;
  }

  .u-9of12-sm {
    width: 75% !important;
  }

  .u-offset-9of12-sm {
    margin-left: 75% !important;
  }

  .u-10of12-sm {
    width: 83.3333333333% !important;
  }

  .u-offset-10of12-sm {
    margin-left: 83.3333333333% !important;
  }

  .u-11of12-sm {
    width: 91.6666666667% !important;
  }

  .u-offset-11of12-sm {
    margin-left: 91.6666666667% !important;
  }

  .u-12of12-sm {
    width: 100% !important;
  }

  .u-offset-12of12-sm {
    margin-left: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .u-1of12-md {
    width: 8.3333333333% !important;
  }

  .u-offset-1of12-md {
    margin-left: 8.3333333333% !important;
  }

  .u-2of12-md {
    width: 16.6666666667% !important;
  }

  .u-offset-2of12-md {
    margin-left: 16.6666666667% !important;
  }

  .u-3of12-md {
    width: 25% !important;
  }

  .u-offset-3of12-md {
    margin-left: 25% !important;
  }

  .u-4of12-md {
    width: 33.3333333333% !important;
  }

  .u-offset-4of12-md {
    margin-left: 33.3333333333% !important;
  }

  .u-5of12-md {
    width: 41.6666666667% !important;
  }

  .u-offset-5of12-md {
    margin-left: 41.6666666667% !important;
  }

  .u-6of12-md {
    width: 50% !important;
  }

  .u-offset-6of12-md {
    margin-left: 50% !important;
  }

  .u-7of12-md {
    width: 58.3333333333% !important;
  }

  .u-offset-7of12-md {
    margin-left: 58.3333333333% !important;
  }

  .u-8of12-md {
    width: 66.6666666667% !important;
  }

  .u-offset-8of12-md {
    margin-left: 66.6666666667% !important;
  }

  .u-9of12-md {
    width: 75% !important;
  }

  .u-offset-9of12-md {
    margin-left: 75% !important;
  }

  .u-10of12-md {
    width: 83.3333333333% !important;
  }

  .u-offset-10of12-md {
    margin-left: 83.3333333333% !important;
  }

  .u-11of12-md {
    width: 91.6666666667% !important;
  }

  .u-offset-11of12-md {
    margin-left: 91.6666666667% !important;
  }

  .u-12of12-md {
    width: 100% !important;
  }

  .u-offset-12of12-md {
    margin-left: 100% !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-1of12-lg {
    width: 8.3333333333% !important;
  }

  .u-offset-1of12-lg {
    margin-left: 8.3333333333% !important;
  }

  .u-2of12-lg {
    width: 16.6666666667% !important;
  }

  .u-offset-2of12-lg {
    margin-left: 16.6666666667% !important;
  }

  .u-3of12-lg {
    width: 25% !important;
  }

  .u-offset-3of12-lg {
    margin-left: 25% !important;
  }

  .u-4of12-lg {
    width: 33.3333333333% !important;
  }

  .u-offset-4of12-lg {
    margin-left: 33.3333333333% !important;
  }

  .u-5of12-lg {
    width: 41.6666666667% !important;
  }

  .u-offset-5of12-lg {
    margin-left: 41.6666666667% !important;
  }

  .u-6of12-lg {
    width: 50% !important;
  }

  .u-offset-6of12-lg {
    margin-left: 50% !important;
  }

  .u-7of12-lg {
    width: 58.3333333333% !important;
  }

  .u-offset-7of12-lg {
    margin-left: 58.3333333333% !important;
  }

  .u-8of12-lg {
    width: 66.6666666667% !important;
  }

  .u-offset-8of12-lg {
    margin-left: 66.6666666667% !important;
  }

  .u-9of12-lg {
    width: 75% !important;
  }

  .u-offset-9of12-lg {
    margin-left: 75% !important;
  }

  .u-10of12-lg {
    width: 83.3333333333% !important;
  }

  .u-offset-10of12-lg {
    margin-left: 83.3333333333% !important;
  }

  .u-11of12-lg {
    width: 91.6666666667% !important;
  }

  .u-offset-11of12-lg {
    margin-left: 91.6666666667% !important;
  }

  .u-12of12-lg {
    width: 100% !important;
  }

  .u-offset-12of12-lg {
    margin-left: 100% !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-1of12-xl {
    width: 8.3333333333% !important;
  }

  .u-offset-1of12-xl {
    margin-left: 8.3333333333% !important;
  }

  .u-2of12-xl {
    width: 16.6666666667% !important;
  }

  .u-offset-2of12-xl {
    margin-left: 16.6666666667% !important;
  }

  .u-3of12-xl {
    width: 25% !important;
  }

  .u-offset-3of12-xl {
    margin-left: 25% !important;
  }

  .u-4of12-xl {
    width: 33.3333333333% !important;
  }

  .u-offset-4of12-xl {
    margin-left: 33.3333333333% !important;
  }

  .u-5of12-xl {
    width: 41.6666666667% !important;
  }

  .u-offset-5of12-xl {
    margin-left: 41.6666666667% !important;
  }

  .u-6of12-xl {
    width: 50% !important;
  }

  .u-offset-6of12-xl {
    margin-left: 50% !important;
  }

  .u-7of12-xl {
    width: 58.3333333333% !important;
  }

  .u-offset-7of12-xl {
    margin-left: 58.3333333333% !important;
  }

  .u-8of12-xl {
    width: 66.6666666667% !important;
  }

  .u-offset-8of12-xl {
    margin-left: 66.6666666667% !important;
  }

  .u-9of12-xl {
    width: 75% !important;
  }

  .u-offset-9of12-xl {
    margin-left: 75% !important;
  }

  .u-10of12-xl {
    width: 83.3333333333% !important;
  }

  .u-offset-10of12-xl {
    margin-left: 83.3333333333% !important;
  }

  .u-11of12-xl {
    width: 91.6666666667% !important;
  }

  .u-offset-11of12-xl {
    margin-left: 91.6666666667% !important;
  }

  .u-12of12-xl {
    width: 100% !important;
  }

  .u-offset-12of12-xl {
    margin-left: 100% !important;
  }
}
.u-reset-width {
  width: auto !important;
  max-width: none !important;
}

.u-full-height {
  height: 100% !important;
}

/*# sourceMappingURL=style.css.map */
