@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital@1&display=swap");
@media only screen and (min-width: 0) and (max-width: 375px) {
  .container {
    padding-left: 6.5px !important;
    padding-right: 6.5px !important;
  }
}
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 13px;
  padding-left: 13px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 332px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 800px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 13px;
  padding-left: 13px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -13px;
  margin-left: -13px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 13px;
  padding-left: 13px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-3by4::before {
  padding-top: 133.3333333333%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1400px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-left {
    float: left !important;
  }

  .float-xxl-right {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-mobile {
  margin: 6.5px !important;
}

.mt-mobile,
.my-mobile {
  margin-top: 6.5px !important;
}

.mr-mobile,
.mx-mobile {
  margin-right: 6.5px !important;
}

.mb-mobile,
.my-mobile {
  margin-bottom: 6.5px !important;
}

.ml-mobile,
.mx-mobile {
  margin-left: 6.5px !important;
}

.m-bigger {
  margin: 13px !important;
}

.mt-bigger,
.my-bigger {
  margin-top: 13px !important;
}

.mr-bigger,
.mx-bigger {
  margin-right: 13px !important;
}

.mb-bigger,
.my-bigger {
  margin-bottom: 13px !important;
}

.ml-bigger,
.mx-bigger {
  margin-left: 13px !important;
}

.m-overline {
  margin: 26px !important;
}

.mt-overline,
.my-overline {
  margin-top: 26px !important;
}

.mr-overline,
.mx-overline {
  margin-right: 26px !important;
}

.mb-overline,
.my-overline {
  margin-bottom: 26px !important;
}

.ml-overline,
.mx-overline {
  margin-left: 26px !important;
}

.m-overline-2 {
  margin: 52px !important;
}

.mt-overline-2,
.my-overline-2 {
  margin-top: 52px !important;
}

.mr-overline-2,
.mx-overline-2 {
  margin-right: 52px !important;
}

.mb-overline-2,
.my-overline-2 {
  margin-bottom: 52px !important;
}

.ml-overline-2,
.mx-overline-2 {
  margin-left: 52px !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-mobile {
  padding: 6.5px !important;
}

.pt-mobile,
.py-mobile {
  padding-top: 6.5px !important;
}

.pr-mobile,
.px-mobile {
  padding-right: 6.5px !important;
}

.pb-mobile,
.py-mobile {
  padding-bottom: 6.5px !important;
}

.pl-mobile,
.px-mobile {
  padding-left: 6.5px !important;
}

.p-bigger {
  padding: 13px !important;
}

.pt-bigger,
.py-bigger {
  padding-top: 13px !important;
}

.pr-bigger,
.px-bigger {
  padding-right: 13px !important;
}

.pb-bigger,
.py-bigger {
  padding-bottom: 13px !important;
}

.pl-bigger,
.px-bigger {
  padding-left: 13px !important;
}

.p-overline {
  padding: 26px !important;
}

.pt-overline,
.py-overline {
  padding-top: 26px !important;
}

.pr-overline,
.px-overline {
  padding-right: 26px !important;
}

.pb-overline,
.py-overline {
  padding-bottom: 26px !important;
}

.pl-overline,
.px-overline {
  padding-left: 26px !important;
}

.p-overline-2 {
  padding: 52px !important;
}

.pt-overline-2,
.py-overline-2 {
  padding-top: 52px !important;
}

.pr-overline-2,
.px-overline-2 {
  padding-right: 52px !important;
}

.pb-overline-2,
.py-overline-2 {
  padding-bottom: 52px !important;
}

.pl-overline-2,
.px-overline-2 {
  padding-left: 52px !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-nmobile {
  margin: -6.5px !important;
}

.mt-nmobile,
.my-nmobile {
  margin-top: -6.5px !important;
}

.mr-nmobile,
.mx-nmobile {
  margin-right: -6.5px !important;
}

.mb-nmobile,
.my-nmobile {
  margin-bottom: -6.5px !important;
}

.ml-nmobile,
.mx-nmobile {
  margin-left: -6.5px !important;
}

.m-nbigger {
  margin: -13px !important;
}

.mt-nbigger,
.my-nbigger {
  margin-top: -13px !important;
}

.mr-nbigger,
.mx-nbigger {
  margin-right: -13px !important;
}

.mb-nbigger,
.my-nbigger {
  margin-bottom: -13px !important;
}

.ml-nbigger,
.mx-nbigger {
  margin-left: -13px !important;
}

.m-noverline {
  margin: -26px !important;
}

.mt-noverline,
.my-noverline {
  margin-top: -26px !important;
}

.mr-noverline,
.mx-noverline {
  margin-right: -26px !important;
}

.mb-noverline,
.my-noverline {
  margin-bottom: -26px !important;
}

.ml-noverline,
.mx-noverline {
  margin-left: -26px !important;
}

.m-noverline-2 {
  margin: -52px !important;
}

.mt-noverline-2,
.my-noverline-2 {
  margin-top: -52px !important;
}

.mr-noverline-2,
.mx-noverline-2 {
  margin-right: -52px !important;
}

.mb-noverline-2,
.my-noverline-2 {
  margin-bottom: -52px !important;
}

.ml-noverline-2,
.mx-noverline-2 {
  margin-left: -52px !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-mobile {
    margin: 6.5px !important;
  }

  .mt-sm-mobile,
.my-sm-mobile {
    margin-top: 6.5px !important;
  }

  .mr-sm-mobile,
.mx-sm-mobile {
    margin-right: 6.5px !important;
  }

  .mb-sm-mobile,
.my-sm-mobile {
    margin-bottom: 6.5px !important;
  }

  .ml-sm-mobile,
.mx-sm-mobile {
    margin-left: 6.5px !important;
  }

  .m-sm-bigger {
    margin: 13px !important;
  }

  .mt-sm-bigger,
.my-sm-bigger {
    margin-top: 13px !important;
  }

  .mr-sm-bigger,
.mx-sm-bigger {
    margin-right: 13px !important;
  }

  .mb-sm-bigger,
.my-sm-bigger {
    margin-bottom: 13px !important;
  }

  .ml-sm-bigger,
.mx-sm-bigger {
    margin-left: 13px !important;
  }

  .m-sm-overline {
    margin: 26px !important;
  }

  .mt-sm-overline,
.my-sm-overline {
    margin-top: 26px !important;
  }

  .mr-sm-overline,
.mx-sm-overline {
    margin-right: 26px !important;
  }

  .mb-sm-overline,
.my-sm-overline {
    margin-bottom: 26px !important;
  }

  .ml-sm-overline,
.mx-sm-overline {
    margin-left: 26px !important;
  }

  .m-sm-overline-2 {
    margin: 52px !important;
  }

  .mt-sm-overline-2,
.my-sm-overline-2 {
    margin-top: 52px !important;
  }

  .mr-sm-overline-2,
.mx-sm-overline-2 {
    margin-right: 52px !important;
  }

  .mb-sm-overline-2,
.my-sm-overline-2 {
    margin-bottom: 52px !important;
  }

  .ml-sm-overline-2,
.mx-sm-overline-2 {
    margin-left: 52px !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-mobile {
    padding: 6.5px !important;
  }

  .pt-sm-mobile,
.py-sm-mobile {
    padding-top: 6.5px !important;
  }

  .pr-sm-mobile,
.px-sm-mobile {
    padding-right: 6.5px !important;
  }

  .pb-sm-mobile,
.py-sm-mobile {
    padding-bottom: 6.5px !important;
  }

  .pl-sm-mobile,
.px-sm-mobile {
    padding-left: 6.5px !important;
  }

  .p-sm-bigger {
    padding: 13px !important;
  }

  .pt-sm-bigger,
.py-sm-bigger {
    padding-top: 13px !important;
  }

  .pr-sm-bigger,
.px-sm-bigger {
    padding-right: 13px !important;
  }

  .pb-sm-bigger,
.py-sm-bigger {
    padding-bottom: 13px !important;
  }

  .pl-sm-bigger,
.px-sm-bigger {
    padding-left: 13px !important;
  }

  .p-sm-overline {
    padding: 26px !important;
  }

  .pt-sm-overline,
.py-sm-overline {
    padding-top: 26px !important;
  }

  .pr-sm-overline,
.px-sm-overline {
    padding-right: 26px !important;
  }

  .pb-sm-overline,
.py-sm-overline {
    padding-bottom: 26px !important;
  }

  .pl-sm-overline,
.px-sm-overline {
    padding-left: 26px !important;
  }

  .p-sm-overline-2 {
    padding: 52px !important;
  }

  .pt-sm-overline-2,
.py-sm-overline-2 {
    padding-top: 52px !important;
  }

  .pr-sm-overline-2,
.px-sm-overline-2 {
    padding-right: 52px !important;
  }

  .pb-sm-overline-2,
.py-sm-overline-2 {
    padding-bottom: 52px !important;
  }

  .pl-sm-overline-2,
.px-sm-overline-2 {
    padding-left: 52px !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-nmobile {
    margin: -6.5px !important;
  }

  .mt-sm-nmobile,
.my-sm-nmobile {
    margin-top: -6.5px !important;
  }

  .mr-sm-nmobile,
.mx-sm-nmobile {
    margin-right: -6.5px !important;
  }

  .mb-sm-nmobile,
.my-sm-nmobile {
    margin-bottom: -6.5px !important;
  }

  .ml-sm-nmobile,
.mx-sm-nmobile {
    margin-left: -6.5px !important;
  }

  .m-sm-nbigger {
    margin: -13px !important;
  }

  .mt-sm-nbigger,
.my-sm-nbigger {
    margin-top: -13px !important;
  }

  .mr-sm-nbigger,
.mx-sm-nbigger {
    margin-right: -13px !important;
  }

  .mb-sm-nbigger,
.my-sm-nbigger {
    margin-bottom: -13px !important;
  }

  .ml-sm-nbigger,
.mx-sm-nbigger {
    margin-left: -13px !important;
  }

  .m-sm-noverline {
    margin: -26px !important;
  }

  .mt-sm-noverline,
.my-sm-noverline {
    margin-top: -26px !important;
  }

  .mr-sm-noverline,
.mx-sm-noverline {
    margin-right: -26px !important;
  }

  .mb-sm-noverline,
.my-sm-noverline {
    margin-bottom: -26px !important;
  }

  .ml-sm-noverline,
.mx-sm-noverline {
    margin-left: -26px !important;
  }

  .m-sm-noverline-2 {
    margin: -52px !important;
  }

  .mt-sm-noverline-2,
.my-sm-noverline-2 {
    margin-top: -52px !important;
  }

  .mr-sm-noverline-2,
.mx-sm-noverline-2 {
    margin-right: -52px !important;
  }

  .mb-sm-noverline-2,
.my-sm-noverline-2 {
    margin-bottom: -52px !important;
  }

  .ml-sm-noverline-2,
.mx-sm-noverline-2 {
    margin-left: -52px !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-mobile {
    margin: 6.5px !important;
  }

  .mt-md-mobile,
.my-md-mobile {
    margin-top: 6.5px !important;
  }

  .mr-md-mobile,
.mx-md-mobile {
    margin-right: 6.5px !important;
  }

  .mb-md-mobile,
.my-md-mobile {
    margin-bottom: 6.5px !important;
  }

  .ml-md-mobile,
.mx-md-mobile {
    margin-left: 6.5px !important;
  }

  .m-md-bigger {
    margin: 13px !important;
  }

  .mt-md-bigger,
.my-md-bigger {
    margin-top: 13px !important;
  }

  .mr-md-bigger,
.mx-md-bigger {
    margin-right: 13px !important;
  }

  .mb-md-bigger,
.my-md-bigger {
    margin-bottom: 13px !important;
  }

  .ml-md-bigger,
.mx-md-bigger {
    margin-left: 13px !important;
  }

  .m-md-overline {
    margin: 26px !important;
  }

  .mt-md-overline,
.my-md-overline {
    margin-top: 26px !important;
  }

  .mr-md-overline,
.mx-md-overline {
    margin-right: 26px !important;
  }

  .mb-md-overline,
.my-md-overline {
    margin-bottom: 26px !important;
  }

  .ml-md-overline,
.mx-md-overline {
    margin-left: 26px !important;
  }

  .m-md-overline-2 {
    margin: 52px !important;
  }

  .mt-md-overline-2,
.my-md-overline-2 {
    margin-top: 52px !important;
  }

  .mr-md-overline-2,
.mx-md-overline-2 {
    margin-right: 52px !important;
  }

  .mb-md-overline-2,
.my-md-overline-2 {
    margin-bottom: 52px !important;
  }

  .ml-md-overline-2,
.mx-md-overline-2 {
    margin-left: 52px !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-mobile {
    padding: 6.5px !important;
  }

  .pt-md-mobile,
.py-md-mobile {
    padding-top: 6.5px !important;
  }

  .pr-md-mobile,
.px-md-mobile {
    padding-right: 6.5px !important;
  }

  .pb-md-mobile,
.py-md-mobile {
    padding-bottom: 6.5px !important;
  }

  .pl-md-mobile,
.px-md-mobile {
    padding-left: 6.5px !important;
  }

  .p-md-bigger {
    padding: 13px !important;
  }

  .pt-md-bigger,
.py-md-bigger {
    padding-top: 13px !important;
  }

  .pr-md-bigger,
.px-md-bigger {
    padding-right: 13px !important;
  }

  .pb-md-bigger,
.py-md-bigger {
    padding-bottom: 13px !important;
  }

  .pl-md-bigger,
.px-md-bigger {
    padding-left: 13px !important;
  }

  .p-md-overline {
    padding: 26px !important;
  }

  .pt-md-overline,
.py-md-overline {
    padding-top: 26px !important;
  }

  .pr-md-overline,
.px-md-overline {
    padding-right: 26px !important;
  }

  .pb-md-overline,
.py-md-overline {
    padding-bottom: 26px !important;
  }

  .pl-md-overline,
.px-md-overline {
    padding-left: 26px !important;
  }

  .p-md-overline-2 {
    padding: 52px !important;
  }

  .pt-md-overline-2,
.py-md-overline-2 {
    padding-top: 52px !important;
  }

  .pr-md-overline-2,
.px-md-overline-2 {
    padding-right: 52px !important;
  }

  .pb-md-overline-2,
.py-md-overline-2 {
    padding-bottom: 52px !important;
  }

  .pl-md-overline-2,
.px-md-overline-2 {
    padding-left: 52px !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-nmobile {
    margin: -6.5px !important;
  }

  .mt-md-nmobile,
.my-md-nmobile {
    margin-top: -6.5px !important;
  }

  .mr-md-nmobile,
.mx-md-nmobile {
    margin-right: -6.5px !important;
  }

  .mb-md-nmobile,
.my-md-nmobile {
    margin-bottom: -6.5px !important;
  }

  .ml-md-nmobile,
.mx-md-nmobile {
    margin-left: -6.5px !important;
  }

  .m-md-nbigger {
    margin: -13px !important;
  }

  .mt-md-nbigger,
.my-md-nbigger {
    margin-top: -13px !important;
  }

  .mr-md-nbigger,
.mx-md-nbigger {
    margin-right: -13px !important;
  }

  .mb-md-nbigger,
.my-md-nbigger {
    margin-bottom: -13px !important;
  }

  .ml-md-nbigger,
.mx-md-nbigger {
    margin-left: -13px !important;
  }

  .m-md-noverline {
    margin: -26px !important;
  }

  .mt-md-noverline,
.my-md-noverline {
    margin-top: -26px !important;
  }

  .mr-md-noverline,
.mx-md-noverline {
    margin-right: -26px !important;
  }

  .mb-md-noverline,
.my-md-noverline {
    margin-bottom: -26px !important;
  }

  .ml-md-noverline,
.mx-md-noverline {
    margin-left: -26px !important;
  }

  .m-md-noverline-2 {
    margin: -52px !important;
  }

  .mt-md-noverline-2,
.my-md-noverline-2 {
    margin-top: -52px !important;
  }

  .mr-md-noverline-2,
.mx-md-noverline-2 {
    margin-right: -52px !important;
  }

  .mb-md-noverline-2,
.my-md-noverline-2 {
    margin-bottom: -52px !important;
  }

  .ml-md-noverline-2,
.mx-md-noverline-2 {
    margin-left: -52px !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-mobile {
    margin: 6.5px !important;
  }

  .mt-lg-mobile,
.my-lg-mobile {
    margin-top: 6.5px !important;
  }

  .mr-lg-mobile,
.mx-lg-mobile {
    margin-right: 6.5px !important;
  }

  .mb-lg-mobile,
.my-lg-mobile {
    margin-bottom: 6.5px !important;
  }

  .ml-lg-mobile,
.mx-lg-mobile {
    margin-left: 6.5px !important;
  }

  .m-lg-bigger {
    margin: 13px !important;
  }

  .mt-lg-bigger,
.my-lg-bigger {
    margin-top: 13px !important;
  }

  .mr-lg-bigger,
.mx-lg-bigger {
    margin-right: 13px !important;
  }

  .mb-lg-bigger,
.my-lg-bigger {
    margin-bottom: 13px !important;
  }

  .ml-lg-bigger,
.mx-lg-bigger {
    margin-left: 13px !important;
  }

  .m-lg-overline {
    margin: 26px !important;
  }

  .mt-lg-overline,
.my-lg-overline {
    margin-top: 26px !important;
  }

  .mr-lg-overline,
.mx-lg-overline {
    margin-right: 26px !important;
  }

  .mb-lg-overline,
.my-lg-overline {
    margin-bottom: 26px !important;
  }

  .ml-lg-overline,
.mx-lg-overline {
    margin-left: 26px !important;
  }

  .m-lg-overline-2 {
    margin: 52px !important;
  }

  .mt-lg-overline-2,
.my-lg-overline-2 {
    margin-top: 52px !important;
  }

  .mr-lg-overline-2,
.mx-lg-overline-2 {
    margin-right: 52px !important;
  }

  .mb-lg-overline-2,
.my-lg-overline-2 {
    margin-bottom: 52px !important;
  }

  .ml-lg-overline-2,
.mx-lg-overline-2 {
    margin-left: 52px !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-mobile {
    padding: 6.5px !important;
  }

  .pt-lg-mobile,
.py-lg-mobile {
    padding-top: 6.5px !important;
  }

  .pr-lg-mobile,
.px-lg-mobile {
    padding-right: 6.5px !important;
  }

  .pb-lg-mobile,
.py-lg-mobile {
    padding-bottom: 6.5px !important;
  }

  .pl-lg-mobile,
.px-lg-mobile {
    padding-left: 6.5px !important;
  }

  .p-lg-bigger {
    padding: 13px !important;
  }

  .pt-lg-bigger,
.py-lg-bigger {
    padding-top: 13px !important;
  }

  .pr-lg-bigger,
.px-lg-bigger {
    padding-right: 13px !important;
  }

  .pb-lg-bigger,
.py-lg-bigger {
    padding-bottom: 13px !important;
  }

  .pl-lg-bigger,
.px-lg-bigger {
    padding-left: 13px !important;
  }

  .p-lg-overline {
    padding: 26px !important;
  }

  .pt-lg-overline,
.py-lg-overline {
    padding-top: 26px !important;
  }

  .pr-lg-overline,
.px-lg-overline {
    padding-right: 26px !important;
  }

  .pb-lg-overline,
.py-lg-overline {
    padding-bottom: 26px !important;
  }

  .pl-lg-overline,
.px-lg-overline {
    padding-left: 26px !important;
  }

  .p-lg-overline-2 {
    padding: 52px !important;
  }

  .pt-lg-overline-2,
.py-lg-overline-2 {
    padding-top: 52px !important;
  }

  .pr-lg-overline-2,
.px-lg-overline-2 {
    padding-right: 52px !important;
  }

  .pb-lg-overline-2,
.py-lg-overline-2 {
    padding-bottom: 52px !important;
  }

  .pl-lg-overline-2,
.px-lg-overline-2 {
    padding-left: 52px !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-nmobile {
    margin: -6.5px !important;
  }

  .mt-lg-nmobile,
.my-lg-nmobile {
    margin-top: -6.5px !important;
  }

  .mr-lg-nmobile,
.mx-lg-nmobile {
    margin-right: -6.5px !important;
  }

  .mb-lg-nmobile,
.my-lg-nmobile {
    margin-bottom: -6.5px !important;
  }

  .ml-lg-nmobile,
.mx-lg-nmobile {
    margin-left: -6.5px !important;
  }

  .m-lg-nbigger {
    margin: -13px !important;
  }

  .mt-lg-nbigger,
.my-lg-nbigger {
    margin-top: -13px !important;
  }

  .mr-lg-nbigger,
.mx-lg-nbigger {
    margin-right: -13px !important;
  }

  .mb-lg-nbigger,
.my-lg-nbigger {
    margin-bottom: -13px !important;
  }

  .ml-lg-nbigger,
.mx-lg-nbigger {
    margin-left: -13px !important;
  }

  .m-lg-noverline {
    margin: -26px !important;
  }

  .mt-lg-noverline,
.my-lg-noverline {
    margin-top: -26px !important;
  }

  .mr-lg-noverline,
.mx-lg-noverline {
    margin-right: -26px !important;
  }

  .mb-lg-noverline,
.my-lg-noverline {
    margin-bottom: -26px !important;
  }

  .ml-lg-noverline,
.mx-lg-noverline {
    margin-left: -26px !important;
  }

  .m-lg-noverline-2 {
    margin: -52px !important;
  }

  .mt-lg-noverline-2,
.my-lg-noverline-2 {
    margin-top: -52px !important;
  }

  .mr-lg-noverline-2,
.mx-lg-noverline-2 {
    margin-right: -52px !important;
  }

  .mb-lg-noverline-2,
.my-lg-noverline-2 {
    margin-bottom: -52px !important;
  }

  .ml-lg-noverline-2,
.mx-lg-noverline-2 {
    margin-left: -52px !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-mobile {
    margin: 6.5px !important;
  }

  .mt-xl-mobile,
.my-xl-mobile {
    margin-top: 6.5px !important;
  }

  .mr-xl-mobile,
.mx-xl-mobile {
    margin-right: 6.5px !important;
  }

  .mb-xl-mobile,
.my-xl-mobile {
    margin-bottom: 6.5px !important;
  }

  .ml-xl-mobile,
.mx-xl-mobile {
    margin-left: 6.5px !important;
  }

  .m-xl-bigger {
    margin: 13px !important;
  }

  .mt-xl-bigger,
.my-xl-bigger {
    margin-top: 13px !important;
  }

  .mr-xl-bigger,
.mx-xl-bigger {
    margin-right: 13px !important;
  }

  .mb-xl-bigger,
.my-xl-bigger {
    margin-bottom: 13px !important;
  }

  .ml-xl-bigger,
.mx-xl-bigger {
    margin-left: 13px !important;
  }

  .m-xl-overline {
    margin: 26px !important;
  }

  .mt-xl-overline,
.my-xl-overline {
    margin-top: 26px !important;
  }

  .mr-xl-overline,
.mx-xl-overline {
    margin-right: 26px !important;
  }

  .mb-xl-overline,
.my-xl-overline {
    margin-bottom: 26px !important;
  }

  .ml-xl-overline,
.mx-xl-overline {
    margin-left: 26px !important;
  }

  .m-xl-overline-2 {
    margin: 52px !important;
  }

  .mt-xl-overline-2,
.my-xl-overline-2 {
    margin-top: 52px !important;
  }

  .mr-xl-overline-2,
.mx-xl-overline-2 {
    margin-right: 52px !important;
  }

  .mb-xl-overline-2,
.my-xl-overline-2 {
    margin-bottom: 52px !important;
  }

  .ml-xl-overline-2,
.mx-xl-overline-2 {
    margin-left: 52px !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-mobile {
    padding: 6.5px !important;
  }

  .pt-xl-mobile,
.py-xl-mobile {
    padding-top: 6.5px !important;
  }

  .pr-xl-mobile,
.px-xl-mobile {
    padding-right: 6.5px !important;
  }

  .pb-xl-mobile,
.py-xl-mobile {
    padding-bottom: 6.5px !important;
  }

  .pl-xl-mobile,
.px-xl-mobile {
    padding-left: 6.5px !important;
  }

  .p-xl-bigger {
    padding: 13px !important;
  }

  .pt-xl-bigger,
.py-xl-bigger {
    padding-top: 13px !important;
  }

  .pr-xl-bigger,
.px-xl-bigger {
    padding-right: 13px !important;
  }

  .pb-xl-bigger,
.py-xl-bigger {
    padding-bottom: 13px !important;
  }

  .pl-xl-bigger,
.px-xl-bigger {
    padding-left: 13px !important;
  }

  .p-xl-overline {
    padding: 26px !important;
  }

  .pt-xl-overline,
.py-xl-overline {
    padding-top: 26px !important;
  }

  .pr-xl-overline,
.px-xl-overline {
    padding-right: 26px !important;
  }

  .pb-xl-overline,
.py-xl-overline {
    padding-bottom: 26px !important;
  }

  .pl-xl-overline,
.px-xl-overline {
    padding-left: 26px !important;
  }

  .p-xl-overline-2 {
    padding: 52px !important;
  }

  .pt-xl-overline-2,
.py-xl-overline-2 {
    padding-top: 52px !important;
  }

  .pr-xl-overline-2,
.px-xl-overline-2 {
    padding-right: 52px !important;
  }

  .pb-xl-overline-2,
.py-xl-overline-2 {
    padding-bottom: 52px !important;
  }

  .pl-xl-overline-2,
.px-xl-overline-2 {
    padding-left: 52px !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-nmobile {
    margin: -6.5px !important;
  }

  .mt-xl-nmobile,
.my-xl-nmobile {
    margin-top: -6.5px !important;
  }

  .mr-xl-nmobile,
.mx-xl-nmobile {
    margin-right: -6.5px !important;
  }

  .mb-xl-nmobile,
.my-xl-nmobile {
    margin-bottom: -6.5px !important;
  }

  .ml-xl-nmobile,
.mx-xl-nmobile {
    margin-left: -6.5px !important;
  }

  .m-xl-nbigger {
    margin: -13px !important;
  }

  .mt-xl-nbigger,
.my-xl-nbigger {
    margin-top: -13px !important;
  }

  .mr-xl-nbigger,
.mx-xl-nbigger {
    margin-right: -13px !important;
  }

  .mb-xl-nbigger,
.my-xl-nbigger {
    margin-bottom: -13px !important;
  }

  .ml-xl-nbigger,
.mx-xl-nbigger {
    margin-left: -13px !important;
  }

  .m-xl-noverline {
    margin: -26px !important;
  }

  .mt-xl-noverline,
.my-xl-noverline {
    margin-top: -26px !important;
  }

  .mr-xl-noverline,
.mx-xl-noverline {
    margin-right: -26px !important;
  }

  .mb-xl-noverline,
.my-xl-noverline {
    margin-bottom: -26px !important;
  }

  .ml-xl-noverline,
.mx-xl-noverline {
    margin-left: -26px !important;
  }

  .m-xl-noverline-2 {
    margin: -52px !important;
  }

  .mt-xl-noverline-2,
.my-xl-noverline-2 {
    margin-top: -52px !important;
  }

  .mr-xl-noverline-2,
.mx-xl-noverline-2 {
    margin-right: -52px !important;
  }

  .mb-xl-noverline-2,
.my-xl-noverline-2 {
    margin-bottom: -52px !important;
  }

  .ml-xl-noverline-2,
.mx-xl-noverline-2 {
    margin-left: -52px !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-mobile {
    margin: 6.5px !important;
  }

  .mt-xxl-mobile,
.my-xxl-mobile {
    margin-top: 6.5px !important;
  }

  .mr-xxl-mobile,
.mx-xxl-mobile {
    margin-right: 6.5px !important;
  }

  .mb-xxl-mobile,
.my-xxl-mobile {
    margin-bottom: 6.5px !important;
  }

  .ml-xxl-mobile,
.mx-xxl-mobile {
    margin-left: 6.5px !important;
  }

  .m-xxl-bigger {
    margin: 13px !important;
  }

  .mt-xxl-bigger,
.my-xxl-bigger {
    margin-top: 13px !important;
  }

  .mr-xxl-bigger,
.mx-xxl-bigger {
    margin-right: 13px !important;
  }

  .mb-xxl-bigger,
.my-xxl-bigger {
    margin-bottom: 13px !important;
  }

  .ml-xxl-bigger,
.mx-xxl-bigger {
    margin-left: 13px !important;
  }

  .m-xxl-overline {
    margin: 26px !important;
  }

  .mt-xxl-overline,
.my-xxl-overline {
    margin-top: 26px !important;
  }

  .mr-xxl-overline,
.mx-xxl-overline {
    margin-right: 26px !important;
  }

  .mb-xxl-overline,
.my-xxl-overline {
    margin-bottom: 26px !important;
  }

  .ml-xxl-overline,
.mx-xxl-overline {
    margin-left: 26px !important;
  }

  .m-xxl-overline-2 {
    margin: 52px !important;
  }

  .mt-xxl-overline-2,
.my-xxl-overline-2 {
    margin-top: 52px !important;
  }

  .mr-xxl-overline-2,
.mx-xxl-overline-2 {
    margin-right: 52px !important;
  }

  .mb-xxl-overline-2,
.my-xxl-overline-2 {
    margin-bottom: 52px !important;
  }

  .ml-xxl-overline-2,
.mx-xxl-overline-2 {
    margin-left: 52px !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 3rem !important;
  }

  .p-xxl-mobile {
    padding: 6.5px !important;
  }

  .pt-xxl-mobile,
.py-xxl-mobile {
    padding-top: 6.5px !important;
  }

  .pr-xxl-mobile,
.px-xxl-mobile {
    padding-right: 6.5px !important;
  }

  .pb-xxl-mobile,
.py-xxl-mobile {
    padding-bottom: 6.5px !important;
  }

  .pl-xxl-mobile,
.px-xxl-mobile {
    padding-left: 6.5px !important;
  }

  .p-xxl-bigger {
    padding: 13px !important;
  }

  .pt-xxl-bigger,
.py-xxl-bigger {
    padding-top: 13px !important;
  }

  .pr-xxl-bigger,
.px-xxl-bigger {
    padding-right: 13px !important;
  }

  .pb-xxl-bigger,
.py-xxl-bigger {
    padding-bottom: 13px !important;
  }

  .pl-xxl-bigger,
.px-xxl-bigger {
    padding-left: 13px !important;
  }

  .p-xxl-overline {
    padding: 26px !important;
  }

  .pt-xxl-overline,
.py-xxl-overline {
    padding-top: 26px !important;
  }

  .pr-xxl-overline,
.px-xxl-overline {
    padding-right: 26px !important;
  }

  .pb-xxl-overline,
.py-xxl-overline {
    padding-bottom: 26px !important;
  }

  .pl-xxl-overline,
.px-xxl-overline {
    padding-left: 26px !important;
  }

  .p-xxl-overline-2 {
    padding: 52px !important;
  }

  .pt-xxl-overline-2,
.py-xxl-overline-2 {
    padding-top: 52px !important;
  }

  .pr-xxl-overline-2,
.px-xxl-overline-2 {
    padding-right: 52px !important;
  }

  .pb-xxl-overline-2,
.py-xxl-overline-2 {
    padding-bottom: 52px !important;
  }

  .pl-xxl-overline-2,
.px-xxl-overline-2 {
    padding-left: 52px !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 3rem !important;
  }

  .m-xxl-nmobile {
    margin: -6.5px !important;
  }

  .mt-xxl-nmobile,
.my-xxl-nmobile {
    margin-top: -6.5px !important;
  }

  .mr-xxl-nmobile,
.mx-xxl-nmobile {
    margin-right: -6.5px !important;
  }

  .mb-xxl-nmobile,
.my-xxl-nmobile {
    margin-bottom: -6.5px !important;
  }

  .ml-xxl-nmobile,
.mx-xxl-nmobile {
    margin-left: -6.5px !important;
  }

  .m-xxl-nbigger {
    margin: -13px !important;
  }

  .mt-xxl-nbigger,
.my-xxl-nbigger {
    margin-top: -13px !important;
  }

  .mr-xxl-nbigger,
.mx-xxl-nbigger {
    margin-right: -13px !important;
  }

  .mb-xxl-nbigger,
.my-xxl-nbigger {
    margin-bottom: -13px !important;
  }

  .ml-xxl-nbigger,
.mx-xxl-nbigger {
    margin-left: -13px !important;
  }

  .m-xxl-noverline {
    margin: -26px !important;
  }

  .mt-xxl-noverline,
.my-xxl-noverline {
    margin-top: -26px !important;
  }

  .mr-xxl-noverline,
.mx-xxl-noverline {
    margin-right: -26px !important;
  }

  .mb-xxl-noverline,
.my-xxl-noverline {
    margin-bottom: -26px !important;
  }

  .ml-xxl-noverline,
.mx-xxl-noverline {
    margin-left: -26px !important;
  }

  .m-xxl-noverline-2 {
    margin: -52px !important;
  }

  .mt-xxl-noverline-2,
.my-xxl-noverline-2 {
    margin-top: -52px !important;
  }

  .mr-xxl-noverline-2,
.mx-xxl-noverline-2 {
    margin-right: -52px !important;
  }

  .mb-xxl-noverline-2,
.my-xxl-noverline-2 {
    margin-bottom: -52px !important;
  }

  .ml-xxl-noverline-2,
.mx-xxl-noverline-2 {
    margin-left: -52px !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xxl-n5 {
    margin: -3rem !important;
  }

  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

body {
  background-color: #F3F3F3;
  overflow-x: hidden;
}
body.locked {
  overflow-y: hidden;
}

#wrapper {
  overflow-x: hidden;
  width: 100%;
}

ul, ol, li {
  font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 18px;
  line-height: 144%;
}

p + ul {
  margin-top: -6px !important;
}

p + ol {
  margin-top: -6px !important;
}

a, a:active, a:hover, a:focus {
  text-decoration: none;
  color: #282828;
}

.infinite-loader {
  font-weight: 800;
  text-align: center;
  margin: 0 auto 26px auto;
}
.infinite-loader a {
  color: #000;
  text-transform: uppercase;
}
.infinite-loader .spinner {
  margin: 5px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.infinite-loader .spinner > div {
  background-color: #7AC043;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.infinite-loader .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.infinite-loader .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.infinite-loader .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.infinite-loader .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

#factory-prices-modal {
  z-index: 999998;
  width: 662px;
  height: auto;
  top: 25%;
  left: 0;
  right: 0;
  padding: 12px;
  border-width: 10px;
  border-style: solid;
  border-color: #3a9948;
  position: fixed;
  border-radius: 10px;
  background-color: #00654a;
  box-shadow: none;
  display: block;
  margin: auto;
}
#factory-prices-modal #close-btn {
  top: 15px;
  right: 15px;
  cursor: pointer;
  position: absolute;
  padding: 6px 12px;
  color: white;
  background-color: black;
  transition: background-color 0.5s;
}
#factory-prices-modal #close-btn span {
  text-decoration: none;
}
#factory-prices-modal #close-btn:hover {
  background-color: #3a9948;
}
#factory-prices-modal img {
  justify-content: center;
  display: block;
  clear: both;
  margin: auto auto 8%;
  height: 230px;
  width: 250px;
}
#factory-prices-modal p {
  text-align: center;
  color: white;
  line-height: 1.7em;
  font-size: 21px;
  margin-bottom: 5%;
}
#factory-prices-modal span {
  text-decoration: underline;
}

.ag-full-width {
  width: 100%;
  max-width: 1126px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .ag-full-width {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .ag-full-width {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .ag-full-width {
    max-width: 1126px;
  }
}

.ag-full-width-special {
  width: 100%;
}

.img-cover {
  object-fit: cover;
}

.ag-group-title-normal {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.15em;
  font-weight: 400;
}

.ag-group-title-bold {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.15em;
  font-weight: 700;
}

.ag-author, .ag-other-stories, .ag-image-titles, .ag-block-quotes {
  font-family: "Libre Baskerville", serif;
  letter-spacing: 0;
  line-height: 144%;
  font-size: 14px;
  font-style: italic;
}

.ag-image-100 {
  width: 550px;
  height: 494px;
}

.ag-image-75 {
  width: 412.5px;
  height: 370.5px;
}

.ag-image-50 {
  width: 275px;
  height: 247px;
}

.ag-image-26 {
  width: 143px;
  height: 130px;
}

.ag-bg-primary {
  background-color: #3a9948;
}

.ag-bg-secondary {
  background-color: #00654a;
}

.ag-bg-tertiary {
  background-color: #7ac043;
}

.ag-bg-dairy-primary {
  background-color: #1779C2;
}

.ag-bg-dairy-secondary {
  background-color: #115A83;
}

.ag-bg-beef-primary {
  background-color: #AC2A2A;
}

.ag-bg-beef-secondary {
  background-color: #971515;
}

.ag-bg-tillage-primary {
  background-color: #EBA70B;
}

.ag-bg-tillage-secondary {
  background-color: #DE8E11;
}

.ag-bg-sheep-primary {
  background-color: #7AC043;
}

.ag-bg-sheep-secondary {
  background-color: #3D9346;
}

.ag-bg-machinery-primary {
  background-color: #00654A;
}

.ag-bg-machinery-secondary {
  background-color: #3D9346;
}

.ag-bg-video-primary {
  background-color: #3D9346;
}

.ag-bg-video-secondary {
  background-color: #282828;
}

.ag-bg-other-primary {
  background-color: #3D9346;
}

.ag-bg-other-secondary {
  background-color: #00654A;
}

.ag-bg-white {
  background-color: #FFFFFF;
}

.ag-text-primary-color {
  color: #3a9948;
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
p, table {
  font-family: "Barlow", sans-serif;
  line-height: 144%;
  letter-spacing: 0;
  font-size: 18px;
  word-break: break-word;
}

p .ag-date-time {
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 54px;
  line-height: 94%;
}

h2 {
  font-size: 45px;
  line-height: 96%;
}

h3 {
  font-size: 36px;
  line-height: 108%;
}

h4 {
  font-size: 27px;
  line-height: 96%;
}

h5 {
  font-size: 18px;
  line-height: 120%;
}

h6 {
  font-size: 16px;
  line-height: 120%;
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }
}
#agri-milk-price-tracker-carousel {
  background: linear-gradient(180deg, #1779C2 0%, #115A83 100%);
  padding-bottom: 13px;
}
@media screen and (min-width: 992px) {
  #agri-milk-price-tracker-carousel .carousel-control {
    border: 1px #FFFFFF solid;
  }
  #agri-milk-price-tracker-carousel .carousel-control svg path {
    stroke: #FFFFFF;
  }
  #agri-milk-price-tracker-carousel .carousel-control:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
}
#agri-milk-price-tracker-carousel .carousel-title-dairy a {
  font-family: "Roboto Condensed";
  color: #FFFFFF;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
#agri-milk-price-tracker-carousel .carousel-title-dairy a span {
  font-weight: 700;
}
@media screen and (max-width: calc(992px - 1px)) {
  #agri-milk-price-tracker-carousel .carousel-title-dairy {
    padding-top: 13px;
    padding-left: 13px;
    font-size: 12px;
    line-height: 12px;
  }
}
@media screen and (min-width: 992px) {
  #agri-milk-price-tracker-carousel .carousel-title-dairy {
    padding-top: 18px;
    padding-left: 26px;
    font-size: 16px;
    line-height: 14px;
  }
}
#agri-milk-price-tracker-carousel .carousel-container-dairy {
  padding-bottom: 0px;
}
@media screen and (min-width: 768px) {
  #agri-milk-price-tracker-carousel .carousel-container-dairy {
    padding-top: 18px;
    padding-bottom: 36px;
  }
}
#agri-milk-price-tracker-carousel .carousel-container-dairy .carousel-item h5 {
  color: #FFFFFF;
}

#agri-4-column-beef-prices-carousel.carousel.beef {
  background: #E5E5E5;
  padding-bottom: 13px;
}
@media screen and (min-width: 992px) {
  #agri-4-column-beef-prices-carousel.carousel.beef .carousel-control {
    border: 1px #606060 solid;
  }
  #agri-4-column-beef-prices-carousel.carousel.beef .carousel-control:hover {
    background-color: #929292;
  }
  #agri-4-column-beef-prices-carousel.carousel.beef .carousel-control:hover svg path {
    stroke: #E5E5E5;
  }
}
#agri-4-column-beef-prices-carousel.carousel.beef .carousel-title-date {
  font-family: "Roboto Condensed";
  color: #AC2A2A;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: calc(992px - 1px)) {
  #agri-4-column-beef-prices-carousel.carousel.beef .carousel-title-date {
    padding-top: 13px;
    padding-left: 13px;
    font-size: 12px;
    line-height: 12px;
  }
}
@media screen and (min-width: 992px) {
  #agri-4-column-beef-prices-carousel.carousel.beef .carousel-title-date {
    padding-top: 18px;
    padding-left: 18px;
    font-size: 16px;
    line-height: 14px;
  }
}
#agri-4-column-beef-prices-carousel.carousel.beef .carousel-title-date span {
  font-weight: 700;
}
#agri-4-column-beef-prices-carousel.carousel.beef .carousel-container-beef {
  padding: 13px 13px 0px 13px;
  grid-template-columns: 190px;
  grid-gap: 13px;
}
@media screen and (min-width: 768px) {
  #agri-4-column-beef-prices-carousel.carousel.beef .carousel-container-beef {
    padding-left: 18px;
    padding-right: 18px;
    grid-gap: 18px;
  }
}
@media screen and (min-width: 992px) {
  #agri-4-column-beef-prices-carousel.carousel.beef .carousel-container-beef {
    padding: 18px 18px 42px 18px;
  }
}
#agri-4-column-beef-prices-carousel.carousel.beef .carousel-container-beef .carousel-item {
  text-align: center;
  width: 190px;
}
#agri-4-column-beef-prices-carousel.carousel.beef .carousel-container-beef .carousel-item .more {
  padding: 5px 13px 18px 13px;
  border-radius: 5px;
}
@media screen and (min-width: 992px) and (max-width: calc(1200px - 1px)) {
  #agri-4-column-beef-prices-carousel.carousel.beef .carousel-container-beef .carousel-item .more {
    min-height: auto;
  }
}
#agri-4-column-beef-prices-carousel.carousel.beef .carousel-container-beef .carousel-item .more svg {
  height: 32px;
  width: 28px;
  margin-bottom: 12px;
}
@media screen and (max-width: calc(768px - 1px)) {
  #agri-4-column-beef-prices-carousel.carousel.beef .carousel-container-beef .carousel-item .more svg {
    margin-bottom: 8px;
  }
}
#agri-4-column-beef-prices-carousel.carousel.beef .carousel-container-beef .carousel-item .more.down {
  background: linear-gradient(180deg, #AC2A2A 0%, #971515 100%);
}
#agri-4-column-beef-prices-carousel.carousel.beef .carousel-container-beef .carousel-item .more.up {
  background: linear-gradient(180deg, #3a9948 0%, #00654a 100%);
}
#agri-4-column-beef-prices-carousel.carousel.beef .carousel-container-beef .carousel-item .more .kill-container {
  width: 100%;
  display: flex;
  margin-bottom: -2px;
}
#agri-4-column-beef-prices-carousel.carousel.beef .carousel-container-beef .carousel-item .more .kill-container .kill {
  width: 49%;
  display: inline-block;
  padding-top: 2px;
}
#agri-4-column-beef-prices-carousel.carousel.beef .carousel-container-beef .carousel-item .more .price,
#agri-4-column-beef-prices-carousel.carousel.beef .carousel-container-beef .carousel-item .more .kill-price {
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 8px;
}
#agri-4-column-beef-prices-carousel.carousel.beef .carousel-container-beef .carousel-item .more .kill-price {
  font-size: 18px;
}
#agri-4-column-beef-prices-carousel.carousel.beef .carousel-container-beef .carousel-item .more .head,
#agri-4-column-beef-prices-carousel.carousel.beef .carousel-container-beef .carousel-item .more .price-text {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 100;
}
#agri-4-column-beef-prices-carousel.carousel.beef .carousel-container-beef .carousel-item .more .head {
  line-height: 10px;
}

@media screen and (min-width: 768px) {
  .agriland-stories.author {
    grid-template-columns: 1fr;
  }
  .agriland-stories.author h1.category-title {
    grid-column: 1/1;
  }
}

.agriland-author {
  width: auto;
}
@media screen and (min-width: 768px) {
  .agriland-author {
    width: 100%;
  }
}
.agriland-author .author-block {
  background: white;
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-template-rows: min-content 1fr min-content;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 4px 8px;
  grid-auto-flow: row;
  grid-template-areas: "thumbnail overline" "thumbnail title" "thumbnail timestamp";
  width: 100%;
  height: 100%;
  padding-right: 8px;
}
@media screen and (min-width: 768px) {
  .agriland-author .author-block {
    grid-template-columns: 160px 1fr;
    gap: 6px 18px;
    padding-right: 18px;
  }
}
@media screen and (min-width: calc(992px - 1px)) {
  .agriland-author .author-block {
    grid-template-columns: 26% 1fr;
    gap: 6px 12px;
    padding-right: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .agriland-author .author-block {
    grid-template-columns: 26% 1fr;
    gap: 6px 18px;
    padding-right: 18px;
  }
}
.agriland-author .author-block picture {
  display: block;
  grid-area: thumbnail;
}
aside .agriland-author .author-block picture {
  min-height: 90px;
}
.agriland-author .author-block picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: calc(992px - 1px)) {
  .agriland-author .author-block picture img {
    min-height: 90px;
  }
}
.agriland-author .author-block .overline,
.agriland-author .single-author-block .overline {
  grid-area: overline;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3D9346;
  margin-bottom: 8px;
  margin-top: 13px;
}
@media screen and (min-width: 768px) {
  .agriland-author .author-block .overline,
.agriland-author .single-author-block .overline {
    font-size: 14px;
    line-height: 14px;
  }
}
@media screen and (min-width: 768px) {
  .agriland-author .author-block .overline,
.agriland-author .single-author-block .overline {
    margin-top: 18px;
  }
}
@media screen and (min-width: 992px) {
  .agriland-author .author-block .overline,
.agriland-author .single-author-block .overline {
    margin-top: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .agriland-author .author-block .overline,
.agriland-author .single-author-block .overline {
    margin-top: 18px;
  }
}
.agriland-author .author-block .social-channels,
.agriland-author .single-author-block .social-channels {
  grid-area: title;
}
.agriland-author .author-block .social-channels h6,
.agriland-author .single-author-block .social-channels h6 {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #282828;
  margin-bottom: 2px;
}
@media screen and (min-width: 768px) {
  .agriland-author .author-block .social-channels h6,
.agriland-author .single-author-block .social-channels h6 {
    font-size: 22px;
    line-height: 26px;
  }
}
.agriland-author .author-block .social-channels h6 a,
.agriland-author .single-author-block .social-channels h6 a {
  text-decoration: none;
  color: #282828;
}
.agriland-author .author-block .social-channels .excerpt,
.agriland-author .single-author-block .social-channels .excerpt {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 0;
}
.agriland-author .author-block svg,
.agriland-author .single-author-block svg {
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 768px) {
  .agriland-author .author-block svg,
.agriland-author .single-author-block svg {
    width: 26px;
    height: 26px;
  }
}
.agriland-author .author-block svg path,
.agriland-author .single-author-block svg path {
  fill: #C4C4C4;
}
.agriland-author .author-block svg:hover path,
.agriland-author .single-author-block svg:hover path {
  fill: #3a9948;
}
.agriland-author .author-block .author-channels,
.agriland-author .single-author-block .author-channels {
  margin-top: 10px;
  display: flex;
}
.agriland-author .author-block .author-channels a,
.agriland-author .single-author-block .author-channels a {
  display: block;
  padding-right: 0;
  margin-right: 10px;
}
@media screen and (max-width: calc(768px - 1px)) {
  .agriland-author .author-block .excerpt {
    display: none;
  }
  .agriland-author .author-block .author-channels {
    margin-bottom: 3px;
  }
  .agriland-author .single-author-block .excerpt {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .agriland-author .single-author-block {
    background: white;
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-template-rows: min-content 1fr min-content;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    gap: 4px 8px;
    grid-auto-flow: row;
    grid-template-areas: "thumbnail overline" "thumbnail title" "thumbnail timestamp";
    width: 100%;
    height: 100%;
    padding-right: 8px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .agriland-author .single-author-block {
    grid-template-columns: 160px 1fr;
    gap: 6px 18px;
    padding-right: 18px;
  }
}
@media screen and (min-width: 768px) and (min-width: calc(992px - 1px)) {
  .agriland-author .single-author-block {
    grid-template-columns: 26% 1fr;
    gap: 6px 12px;
    padding-right: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .agriland-author .single-author-block {
    grid-template-columns: 26% 1fr;
    gap: 6px 18px;
    padding-right: 18px;
  }
}
@media screen and (min-width: 768px) {
  .agriland-author .single-author-block picture {
    display: block;
    grid-area: thumbnail;
  }
  aside .agriland-author .single-author-block picture {
    min-height: 90px;
  }
  .agriland-author .single-author-block picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 768px) and (max-width: calc(992px - 1px)) {
  .agriland-author .single-author-block picture img {
    min-height: 90px;
  }
}

.info-page {
  background-color: #F3F3F3;
}
.info-page .author h2 {
  margin-bottom: -3px;
  margin-top: -15px;
  padding-bottom: 0;
  padding-top: 0;
}

.single-info-page .agriland-stories.author {
  grid-gap: 0px;
}
.single-info-page .single-author-block picture img {
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 400px) {
  .single-info-page .single-author-block picture img {
    max-height: 220px;
  }
}
@media screen and (min-width: 401px) and (max-width: 500px) {
  .single-info-page .single-author-block picture img {
    min-height: 280px;
  }
}
@media screen and (min-width: 501px) and (max-width: 767px) {
  .single-info-page .single-author-block picture img {
    min-height: 420px;
  }
}
@media screen and (max-width: calc(768px - 1px)) {
  .single-info-page .single-author-block {
    padding: 13px;
    background-color: #FFFFFF;
  }
}

.contact-us-address {
  width: 100%;
  background-color: #FFFFFF;
  padding: 0;
  padding-right: 90px;
  color: #606060;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .contact-us-address {
    padding: 26px 162px 26px 0;
  }
}
@media only screen and (min-width: calc(1200px - 1px)) {
  .contact-us-address {
    padding: 33px 90px 35px 0;
  }
}
.contact-us-address h6.lines {
  margin-bottom: 0;
  margin-top: 0;
  line-height: 26px;
}
@media only screen and (min-width: 479px) and (max-width: calc(992px - 1px)) {
  .contact-us-address h6.lines {
    font-size: 16px;
  }
}
@media only screen and (max-width: calc(479px - 1px)) {
  .contact-us-address h6.lines {
    font-size: 14px;
    line-height: 25px;
  }
}
.contact-us-address .phone-container {
  margin-top: 0;
}
.contact-us-address .phone-container svg {
  width: initial;
  height: initial;
  position: initial;
}
.contact-us-address .phone-container h6 {
  margin-left: 4px;
  display: inline-block;
}
.contact-us-address svg {
  position: absolute;
  top: -80px;
  right: -180px;
  width: 350px;
  height: 325px;
}
@media only screen and (min-width: 768px) and (max-width: calc(992px - 1px)) {
  .contact-us-address svg {
    right: -220px;
    top: -75px;
  }
}
@media only screen and (max-width: calc(479px - 1px)) {
  .contact-us-address svg {
    width: calc(350px * 0.5);
    height: calc(325px * 0.5);
    top: 0;
    right: -30%;
  }
}
.contact-us-address svg path {
  fill: #606060;
}

.contact-us-emails {
  width: 100%;
  background-color: #FFFFFF;
  padding: 0;
  color: #606060;
}
@media only screen and (min-width: 992px) {
  .contact-us-emails {
    padding: 27px;
    padding-left: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-us-emails {
    padding: 32px 32px 32px 0px;
  }
}
.contact-us-emails div h6 {
  margin-bottom: 0;
  margin-top: 0;
  line-height: 29px;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: calc(992px - 1px)) {
  .contact-us-emails div h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: calc(479px - 1px)) {
  .contact-us-emails div h6 {
    display: block;
  }
}
.contact-us-emails div p {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 5px;
}
@media only screen and (min-width: 768px) and (max-width: calc(992px - 1px)) {
  .contact-us-emails div p {
    font-size: 16px;
  }
}
@media only screen and (max-width: calc(992px - 1px)) {
  .contact-us-emails div p {
    margin-left: 0;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .contact-us-emails div p:last-of-type {
    margin-bottom: 0;
  }
}
.contact-us-emails div p a {
  color: #606060;
}
.contact-us-emails .lines p {
  padding-right: 0px;
}
@media only screen and (max-width: calc(479px - 1px)) {
  .contact-us-emails .lines {
    margin-bottom: 8px;
  }
}

.forminator-edit-module {
  display: none;
}

.contact-wrapper {
  display: grid;
  gap: 18px;
  grid-auto-flow: row;
}
@media screen and (min-width: 768px) {
  .contact-wrapper {
    gap: 26px;
  }
}
@media screen and (min-width: 992px) {
  .contact-wrapper {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: min-content min-content;
  }
}

#forminator-module-732351.forminator-custom-form {
  margin: 0;
  padding: 27px 27px 20px 27px !important;
  background-color: #606060 !important;
  overflow: auto !important;
}
#forminator-module-732351.forminator-custom-form .forminator-input,
#forminator-module-732351.forminator-custom-form .forminator-textarea {
  color: #282828 !important;
  background-color: #E5E5E5 !important;
  font-family: "Barlow", sans-serif !important;
  font-size: 18px !important;
  line-height: 144% !important;
}
#forminator-module-732351.forminator-custom-form #textarea-1 {
  margin-bottom: -20px !important;
}
#forminator-module-732351.forminator-custom-form .forminator-description {
  color: #FFFFFF !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  font-family: "Roboto Condensed", sans-serif !important;
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
#forminator-module-732351.forminator-custom-form .forminator-error-message {
  color: #FFAF9D !important;
}
#forminator-module-732351.forminator-custom-form .forminator-response-message {
  color: #FFFFFF !important;
}
#forminator-module-732351.forminator-custom-form .forminator-error-message,
#forminator-module-732351.forminator-custom-form .forminator-response-message {
  background-color: #606060 !important;
  font-family: "Barlow", sans-serif !important;
  font-size: 18px !important;
  line-height: 144% !important;
}
#forminator-module-732351.forminator-custom-form .forminator-row-last {
  margin-bottom: 0 !important;
}
#forminator-module-732351.forminator-custom-form .forminator-button-submit {
  float: right !important;
  width: 137px !important;
  height: 55px !important;
  background-color: #3a9948 !important;
  color: #FFFFFF !important;
  font-family: "Roboto Condensed", sans-serif !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 18px !important;
  line-height: 26px !important;
  border: none !important;
}
@media only screen and (max-width: 479px) {
  #forminator-module-732351.forminator-custom-form .forminator-button-submit {
    display: block !important;
    width: 100% !important;
  }
}
#forminator-module-732351.forminator-custom-form .forminator-button-submit:hover {
  opacity: 0.8 !important;
  box-shadow: none !important;
  transition: none !important;
}
#forminator-module-732351.forminator-custom-form #consent-1 .forminator-checkbox__wrapper {
  display: inline-flex !important;
}
#forminator-module-732351.forminator-custom-form #consent-1 .forminator-checkbox__wrapper .forminator-checkbox-box {
  color: #282828 !important;
  margin-right: 10px !important;
  float: left !important;
}
#forminator-module-732351.forminator-custom-form #consent-1 .forminator-checkbox__wrapper .forminator-checkbox__label {
  margin-bottom: -15px !important;
}
#forminator-module-732351.forminator-custom-form #consent-1 .forminator-checkbox__wrapper .forminator-checkbox__label p {
  color: #FFFFFF !important;
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 14px !important;
}
#forminator-module-732351.forminator-custom-form #consent-1 .forminator-checkbox__wrapper .forminator-checkbox__label p a {
  color: #C4C4C4 !important;
}
#forminator-module-732351.forminator-custom-form #consent-1 .forminator-checkbox__wrapper .forminator-checkbox__label p a:hover {
  opacity: 0.8 !important;
}

.contact-us-map {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .contact-us-map {
    height: 250px;
  }
}
.contact-us-map iframe {
  height: 100%;
}
.contact-us-map .larger-link-container {
  width: 100%;
  height: 41px;
  background-color: #606060;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
}
.contact-us-map .larger-link-container a {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  padding-left: 20px;
}
.contact-us-map .larger-link-container a p {
  margin-bottom: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.agri-stories-article-list .heading-colour-green {
  color: #3a9948;
}
.agri-stories-article-list .heading-colour-green a {
  color: #3a9948;
}
.agri-stories-article-list .agri-block-title.background-color-green {
  background-color: #3a9948;
}
.agri-stories-article-list .agri-block-title.background-color-green svg path {
  fill: #00654a;
}
.agri-stories-article-list .subtle-heading.heading-colour-green {
  color: #3a9948;
}
.agri-stories-article-list .story.green {
  border-bottom: 1px dashed #3a9948;
}

.agri-vertical-stories .agri-block-title.background-color-green {
  background-color: #3a9948;
}
.agri-vertical-stories .agri-block-title.background-color-green svg path {
  fill: #00654a;
}
.agri-vertical-stories .subtle-heading.heading-colour-green {
  color: #3a9948;
}

.agri-2-stories-1-video.background-color-green {
  background-color: #00654a;
}
.agri-2-stories-1-video.background-color-green .darker-bg {
  background: linear-gradient(to right, #00654a, 10%, #3a9948);
}
.agri-2-stories-1-video.background-color-green .darker-bg svg path {
  fill: #00654a;
}

.agri-story-callout.background-color-green .callout-text {
  background-color: #3a9948;
}
.agri-story-callout.background-color-green .callout-text svg path {
  fill: #00654a;
}

.agri-stories-4-column .focus-top-bar.background-color-green, .agri-recent-stories-2-column .focus-top-bar.background-color-green, .agri-recent-stories-3-column .focus-top-bar.background-color-green {
  background-color: #3a9948;
}
.agri-stories-4-column .focus-top-bar.background-color-green .focus-darker-bg, .agri-recent-stories-2-column .focus-top-bar.background-color-green .focus-darker-bg, .agri-recent-stories-3-column .focus-top-bar.background-color-green .focus-darker-bg {
  background: linear-gradient(to right, #3a9948, 10%, #00654a);
}
@media only screen and (max-width: calc(992px - 1px)) {
  .agri-stories-4-column .focus-top-bar.background-color-green .focus-darker-bg, .agri-recent-stories-2-column .focus-top-bar.background-color-green .focus-darker-bg, .agri-recent-stories-3-column .focus-top-bar.background-color-green .focus-darker-bg {
    background: linear-gradient(to right, #3a9948, 20%, #00654a);
  }
}
.agri-stories-4-column .focus-top-bar.background-color-green .focus-darker-bg svg path, .agri-recent-stories-2-column .focus-top-bar.background-color-green .focus-darker-bg svg path, .agri-recent-stories-3-column .focus-top-bar.background-color-green .focus-darker-bg svg path {
  fill: #3a9948;
}

.agri-recent-stories-3-column .subtle-heading.heading-colour-green {
  color: #3a9948;
}

.agri-stories-4-column .post-tag.background-color-green {
  background-color: #3a9948;
}

.agri-breaking-block-with-related.background-color-green .title-and-related-stories {
  background-color: #3a9948;
}
.agri-breaking-block-with-related.background-color-green .title-and-related-stories .title {
  border-bottom: 2px solid #00654a;
}
.agri-breaking-block-with-related.background-color-green .title-and-related-stories .title svg path {
  fill: #00654a;
}

.agri-must-read.background-color-green .sidebar-title {
  background-color: #3a9948;
}
.agri-must-read.background-color-green .sidebar-title svg path {
  fill: #00654a;
}
.agri-must-read.background-color-green .more:nth-child(odd) .number {
  background-color: #00654a;
}
.agri-must-read.background-color-green .more:nth-child(odd) .title {
  border-right: none;
}
.agri-must-read.background-color-green .more:nth-child(even) .number {
  background-color: #3a9948;
}
.agri-must-read.background-color-green .more:nth-child(even) .title {
  border-right: none;
}

.agri-recent-stories-2-column .heading-colour-green {
  color: #3a9948;
}
.agri-recent-stories-2-column .heading-colour-green a {
  color: #3a9948;
}
.agri-recent-stories-2-column .pagination-container.arrow-box-green .pagination-description h6 {
  color: #3a9948;
}
.agri-recent-stories-2-column .pagination-container.arrow-box-green .next {
  background-color: #3a9948;
}

.agri-stories-article-list .heading-colour-red {
  color: #AC2A2A;
}
.agri-stories-article-list .heading-colour-red a {
  color: #AC2A2A;
}
.agri-stories-article-list .agri-block-title.background-color-red {
  background-color: #AC2A2A;
}
.agri-stories-article-list .agri-block-title.background-color-red svg path {
  fill: #971515;
}
.agri-stories-article-list .subtle-heading.heading-colour-red {
  color: #AC2A2A;
}
.agri-stories-article-list .story.red {
  border-bottom: 1px dashed #AC2A2A;
}

.agri-vertical-stories .agri-block-title.background-color-red {
  background-color: #AC2A2A;
}
.agri-vertical-stories .agri-block-title.background-color-red svg path {
  fill: #971515;
}
.agri-vertical-stories .subtle-heading.heading-colour-red {
  color: #AC2A2A;
}

.agri-2-stories-1-video.background-color-red {
  background-color: #971515;
}
.agri-2-stories-1-video.background-color-red .darker-bg {
  background: linear-gradient(to right, #971515, 10%, #AC2A2A);
}
.agri-2-stories-1-video.background-color-red .darker-bg svg path {
  fill: #971515;
}

.agri-story-callout.background-color-red .callout-text {
  background-color: #AC2A2A;
}
.agri-story-callout.background-color-red .callout-text svg path {
  fill: #971515;
}

.agri-stories-4-column .focus-top-bar.background-color-red, .agri-recent-stories-2-column .focus-top-bar.background-color-red, .agri-recent-stories-3-column .focus-top-bar.background-color-red {
  background-color: #AC2A2A;
}
.agri-stories-4-column .focus-top-bar.background-color-red .focus-darker-bg, .agri-recent-stories-2-column .focus-top-bar.background-color-red .focus-darker-bg, .agri-recent-stories-3-column .focus-top-bar.background-color-red .focus-darker-bg {
  background: linear-gradient(to right, #AC2A2A, 10%, #971515);
}
@media only screen and (max-width: calc(992px - 1px)) {
  .agri-stories-4-column .focus-top-bar.background-color-red .focus-darker-bg, .agri-recent-stories-2-column .focus-top-bar.background-color-red .focus-darker-bg, .agri-recent-stories-3-column .focus-top-bar.background-color-red .focus-darker-bg {
    background: linear-gradient(to right, #AC2A2A, 20%, #971515);
  }
}
.agri-stories-4-column .focus-top-bar.background-color-red .focus-darker-bg svg path, .agri-recent-stories-2-column .focus-top-bar.background-color-red .focus-darker-bg svg path, .agri-recent-stories-3-column .focus-top-bar.background-color-red .focus-darker-bg svg path {
  fill: #AC2A2A;
}

.agri-recent-stories-3-column .subtle-heading.heading-colour-red {
  color: #AC2A2A;
}

.agri-stories-4-column .post-tag.background-color-red {
  background-color: #AC2A2A;
}

.agri-breaking-block-with-related.background-color-red .title-and-related-stories {
  background-color: #AC2A2A;
}
.agri-breaking-block-with-related.background-color-red .title-and-related-stories .title {
  border-bottom: 2px solid #971515;
}
.agri-breaking-block-with-related.background-color-red .title-and-related-stories .title svg path {
  fill: #971515;
}

.agri-must-read.background-color-red .sidebar-title {
  background-color: #AC2A2A;
}
.agri-must-read.background-color-red .sidebar-title svg path {
  fill: #971515;
}
.agri-must-read.background-color-red .more:nth-child(odd) .number {
  background-color: #971515;
}
.agri-must-read.background-color-red .more:nth-child(odd) .title {
  border-right: none;
}
.agri-must-read.background-color-red .more:nth-child(even) .number {
  background-color: #AC2A2A;
}
.agri-must-read.background-color-red .more:nth-child(even) .title {
  border-right: none;
}

.agri-recent-stories-2-column .heading-colour-red {
  color: #AC2A2A;
}
.agri-recent-stories-2-column .heading-colour-red a {
  color: #AC2A2A;
}
.agri-recent-stories-2-column .pagination-container.arrow-box-red .pagination-description h6 {
  color: #AC2A2A;
}
.agri-recent-stories-2-column .pagination-container.arrow-box-red .next {
  background-color: #AC2A2A;
}

.agri-stories-article-list .heading-colour-blue {
  color: #1779C2;
}
.agri-stories-article-list .heading-colour-blue a {
  color: #1779C2;
}
.agri-stories-article-list .agri-block-title.background-color-blue {
  background-color: #1779C2;
}
.agri-stories-article-list .agri-block-title.background-color-blue svg path {
  fill: #115A83;
}
.agri-stories-article-list .subtle-heading.heading-colour-blue {
  color: #1779C2;
}
.agri-stories-article-list .story.blue {
  border-bottom: 1px dashed #1779C2;
}

.agri-vertical-stories .agri-block-title.background-color-blue {
  background-color: #1779C2;
}
.agri-vertical-stories .agri-block-title.background-color-blue svg path {
  fill: #115A83;
}
.agri-vertical-stories .subtle-heading.heading-colour-blue {
  color: #1779C2;
}

.agri-2-stories-1-video.background-color-blue {
  background-color: #115A83;
}
.agri-2-stories-1-video.background-color-blue .darker-bg {
  background: linear-gradient(to right, #115A83, 10%, #1779C2);
}
.agri-2-stories-1-video.background-color-blue .darker-bg svg path {
  fill: #115A83;
}

.agri-story-callout.background-color-blue .callout-text {
  background-color: #1779C2;
}
.agri-story-callout.background-color-blue .callout-text svg path {
  fill: #115A83;
}

.agri-stories-4-column .focus-top-bar.background-color-blue, .agri-recent-stories-2-column .focus-top-bar.background-color-blue, .agri-recent-stories-3-column .focus-top-bar.background-color-blue {
  background-color: #1779C2;
}
.agri-stories-4-column .focus-top-bar.background-color-blue .focus-darker-bg, .agri-recent-stories-2-column .focus-top-bar.background-color-blue .focus-darker-bg, .agri-recent-stories-3-column .focus-top-bar.background-color-blue .focus-darker-bg {
  background: linear-gradient(to right, #1779C2, 10%, #115A83);
}
@media only screen and (max-width: calc(992px - 1px)) {
  .agri-stories-4-column .focus-top-bar.background-color-blue .focus-darker-bg, .agri-recent-stories-2-column .focus-top-bar.background-color-blue .focus-darker-bg, .agri-recent-stories-3-column .focus-top-bar.background-color-blue .focus-darker-bg {
    background: linear-gradient(to right, #1779C2, 20%, #115A83);
  }
}
.agri-stories-4-column .focus-top-bar.background-color-blue .focus-darker-bg svg path, .agri-recent-stories-2-column .focus-top-bar.background-color-blue .focus-darker-bg svg path, .agri-recent-stories-3-column .focus-top-bar.background-color-blue .focus-darker-bg svg path {
  fill: #1779C2;
}

.agri-recent-stories-3-column .subtle-heading.heading-colour-blue {
  color: #1779C2;
}

.agri-stories-4-column .post-tag.background-color-blue {
  background-color: #1779C2;
}

.agri-breaking-block-with-related.background-color-blue .title-and-related-stories {
  background-color: #1779C2;
}
.agri-breaking-block-with-related.background-color-blue .title-and-related-stories .title {
  border-bottom: 2px solid #115A83;
}
.agri-breaking-block-with-related.background-color-blue .title-and-related-stories .title svg path {
  fill: #115A83;
}

.agri-must-read.background-color-blue .sidebar-title {
  background-color: #1779C2;
}
.agri-must-read.background-color-blue .sidebar-title svg path {
  fill: #115A83;
}
.agri-must-read.background-color-blue .more:nth-child(odd) .number {
  background-color: #115A83;
}
.agri-must-read.background-color-blue .more:nth-child(odd) .title {
  border-right: none;
}
.agri-must-read.background-color-blue .more:nth-child(even) .number {
  background-color: #1779C2;
}
.agri-must-read.background-color-blue .more:nth-child(even) .title {
  border-right: none;
}

.agri-recent-stories-2-column .heading-colour-blue {
  color: #1779C2;
}
.agri-recent-stories-2-column .heading-colour-blue a {
  color: #1779C2;
}
.agri-recent-stories-2-column .pagination-container.arrow-box-blue .pagination-description h6 {
  color: #1779C2;
}
.agri-recent-stories-2-column .pagination-container.arrow-box-blue .next {
  background-color: #1779C2;
}

.agri-stories-article-list .heading-colour-yellow {
  color: #EBA70B;
}
.agri-stories-article-list .heading-colour-yellow a {
  color: #EBA70B;
}
.agri-stories-article-list .agri-block-title.background-color-yellow {
  background-color: #EBA70B;
}
.agri-stories-article-list .agri-block-title.background-color-yellow svg path {
  fill: #DE8E11;
}
.agri-stories-article-list .subtle-heading.heading-colour-yellow {
  color: #EBA70B;
}
.agri-stories-article-list .story.yellow {
  border-bottom: 1px dashed #EBA70B;
}

.agri-vertical-stories .agri-block-title.background-color-yellow {
  background-color: #EBA70B;
}
.agri-vertical-stories .agri-block-title.background-color-yellow svg path {
  fill: #DE8E11;
}
.agri-vertical-stories .subtle-heading.heading-colour-yellow {
  color: #EBA70B;
}

.agri-2-stories-1-video.background-color-yellow {
  background-color: #DE8E11;
}
.agri-2-stories-1-video.background-color-yellow .darker-bg {
  background: linear-gradient(to right, #DE8E11, 10%, #EBA70B);
}
.agri-2-stories-1-video.background-color-yellow .darker-bg svg path {
  fill: #DE8E11;
}

.agri-story-callout.background-color-yellow .callout-text {
  background-color: #EBA70B;
}
.agri-story-callout.background-color-yellow .callout-text svg path {
  fill: #DE8E11;
}

.agri-stories-4-column .focus-top-bar.background-color-yellow, .agri-recent-stories-2-column .focus-top-bar.background-color-yellow, .agri-recent-stories-3-column .focus-top-bar.background-color-yellow {
  background-color: #EBA70B;
}
.agri-stories-4-column .focus-top-bar.background-color-yellow .focus-darker-bg, .agri-recent-stories-2-column .focus-top-bar.background-color-yellow .focus-darker-bg, .agri-recent-stories-3-column .focus-top-bar.background-color-yellow .focus-darker-bg {
  background: linear-gradient(to right, #EBA70B, 10%, #DE8E11);
}
@media only screen and (max-width: calc(992px - 1px)) {
  .agri-stories-4-column .focus-top-bar.background-color-yellow .focus-darker-bg, .agri-recent-stories-2-column .focus-top-bar.background-color-yellow .focus-darker-bg, .agri-recent-stories-3-column .focus-top-bar.background-color-yellow .focus-darker-bg {
    background: linear-gradient(to right, #EBA70B, 20%, #DE8E11);
  }
}
.agri-stories-4-column .focus-top-bar.background-color-yellow .focus-darker-bg svg path, .agri-recent-stories-2-column .focus-top-bar.background-color-yellow .focus-darker-bg svg path, .agri-recent-stories-3-column .focus-top-bar.background-color-yellow .focus-darker-bg svg path {
  fill: #EBA70B;
}

.agri-recent-stories-3-column .subtle-heading.heading-colour-yellow {
  color: #EBA70B;
}

.agri-stories-4-column .post-tag.background-color-yellow {
  background-color: #EBA70B;
}

.agri-breaking-block-with-related.background-color-yellow .title-and-related-stories {
  background-color: #EBA70B;
}
.agri-breaking-block-with-related.background-color-yellow .title-and-related-stories .title {
  border-bottom: 2px solid #DE8E11;
}
.agri-breaking-block-with-related.background-color-yellow .title-and-related-stories .title svg path {
  fill: #DE8E11;
}

.agri-must-read.background-color-yellow .sidebar-title {
  background-color: #EBA70B;
}
.agri-must-read.background-color-yellow .sidebar-title svg path {
  fill: #DE8E11;
}
.agri-must-read.background-color-yellow .more:nth-child(odd) .number {
  background-color: #DE8E11;
}
.agri-must-read.background-color-yellow .more:nth-child(odd) .title {
  border-right: none;
}
.agri-must-read.background-color-yellow .more:nth-child(even) .number {
  background-color: #EBA70B;
}
.agri-must-read.background-color-yellow .more:nth-child(even) .title {
  border-right: none;
}

.agri-recent-stories-2-column .heading-colour-yellow {
  color: #EBA70B;
}
.agri-recent-stories-2-column .heading-colour-yellow a {
  color: #EBA70B;
}
.agri-recent-stories-2-column .pagination-container.arrow-box-yellow .pagination-description h6 {
  color: #EBA70B;
}
.agri-recent-stories-2-column .pagination-container.arrow-box-yellow .next {
  background-color: #EBA70B;
}

.agri-stories-article-list .heading-colour-purple {
  color: #772655;
}
.agri-stories-article-list .heading-colour-purple a {
  color: #772655;
}
.agri-stories-article-list .agri-block-title.background-color-purple {
  background-color: #772655;
}
.agri-stories-article-list .agri-block-title.background-color-purple svg path {
  fill: #680E42;
}
.agri-stories-article-list .subtle-heading.heading-colour-purple {
  color: #772655;
}
.agri-stories-article-list .story.purple {
  border-bottom: 1px dashed #772655;
}

.agri-vertical-stories .agri-block-title.background-color-purple {
  background-color: #772655;
}
.agri-vertical-stories .agri-block-title.background-color-purple svg path {
  fill: #680E42;
}
.agri-vertical-stories .subtle-heading.heading-colour-purple {
  color: #772655;
}

.agri-2-stories-1-video.background-color-purple {
  background-color: #680E42;
}
.agri-2-stories-1-video.background-color-purple .darker-bg {
  background: linear-gradient(to right, #680E42, 10%, #772655);
}
.agri-2-stories-1-video.background-color-purple .darker-bg svg path {
  fill: #680E42;
}

.agri-story-callout.background-color-purple .callout-text {
  background-color: #772655;
}
.agri-story-callout.background-color-purple .callout-text svg path {
  fill: #680E42;
}

.agri-stories-4-column .focus-top-bar.background-color-purple, .agri-recent-stories-2-column .focus-top-bar.background-color-purple, .agri-recent-stories-3-column .focus-top-bar.background-color-purple {
  background-color: #772655;
}
.agri-stories-4-column .focus-top-bar.background-color-purple .focus-darker-bg, .agri-recent-stories-2-column .focus-top-bar.background-color-purple .focus-darker-bg, .agri-recent-stories-3-column .focus-top-bar.background-color-purple .focus-darker-bg {
  background: linear-gradient(to right, #772655, 10%, #680E42);
}
@media only screen and (max-width: calc(992px - 1px)) {
  .agri-stories-4-column .focus-top-bar.background-color-purple .focus-darker-bg, .agri-recent-stories-2-column .focus-top-bar.background-color-purple .focus-darker-bg, .agri-recent-stories-3-column .focus-top-bar.background-color-purple .focus-darker-bg {
    background: linear-gradient(to right, #772655, 20%, #680E42);
  }
}
.agri-stories-4-column .focus-top-bar.background-color-purple .focus-darker-bg svg path, .agri-recent-stories-2-column .focus-top-bar.background-color-purple .focus-darker-bg svg path, .agri-recent-stories-3-column .focus-top-bar.background-color-purple .focus-darker-bg svg path {
  fill: #772655;
}

.agri-recent-stories-3-column .subtle-heading.heading-colour-purple {
  color: #772655;
}

.agri-stories-4-column .post-tag.background-color-purple {
  background-color: #772655;
}

.agri-breaking-block-with-related.background-color-purple .title-and-related-stories {
  background-color: #772655;
}
.agri-breaking-block-with-related.background-color-purple .title-and-related-stories .title {
  border-bottom: 2px solid #680E42;
}
.agri-breaking-block-with-related.background-color-purple .title-and-related-stories .title svg path {
  fill: #680E42;
}

.agri-must-read.background-color-purple .sidebar-title {
  background-color: #772655;
}
.agri-must-read.background-color-purple .sidebar-title svg path {
  fill: #680E42;
}
.agri-must-read.background-color-purple .more:nth-child(odd) .number {
  background-color: #680E42;
}
.agri-must-read.background-color-purple .more:nth-child(odd) .title {
  border-right: none;
}
.agri-must-read.background-color-purple .more:nth-child(even) .number {
  background-color: #772655;
}
.agri-must-read.background-color-purple .more:nth-child(even) .title {
  border-right: none;
}

.agri-recent-stories-2-column .heading-colour-purple {
  color: #772655;
}
.agri-recent-stories-2-column .heading-colour-purple a {
  color: #772655;
}
.agri-recent-stories-2-column .pagination-container.arrow-box-purple .pagination-description h6 {
  color: #772655;
}
.agri-recent-stories-2-column .pagination-container.arrow-box-purple .next {
  background-color: #772655;
}

.agri-stories-article-list .heading-colour-dark-green {
  color: #00654A;
}
.agri-stories-article-list .heading-colour-dark-green a {
  color: #00654A;
}
.agri-stories-article-list .agri-block-title.background-color-dark-green {
  background-color: #00654A;
}
.agri-stories-article-list .agri-block-title.background-color-dark-green svg path {
  fill: #3D9346;
}
.agri-stories-article-list .subtle-heading.heading-colour-dark-green {
  color: #00654A;
}
.agri-stories-article-list .story.dark-green {
  border-bottom: 1px dashed #00654A;
}

.agri-vertical-stories .agri-block-title.background-color-dark-green {
  background-color: #00654A;
}
.agri-vertical-stories .agri-block-title.background-color-dark-green svg path {
  fill: #3D9346;
}
.agri-vertical-stories .subtle-heading.heading-colour-dark-green {
  color: #00654A;
}

.agri-2-stories-1-video.background-color-dark-green {
  background-color: #3D9346;
}
.agri-2-stories-1-video.background-color-dark-green .darker-bg {
  background: linear-gradient(to right, #3D9346, 10%, #00654A);
}
.agri-2-stories-1-video.background-color-dark-green .darker-bg svg path {
  fill: #3D9346;
}

.agri-story-callout.background-color-dark-green .callout-text {
  background-color: #00654A;
}
.agri-story-callout.background-color-dark-green .callout-text svg path {
  fill: #3D9346;
}

.agri-stories-4-column .focus-top-bar.background-color-dark-green, .agri-recent-stories-2-column .focus-top-bar.background-color-dark-green, .agri-recent-stories-3-column .focus-top-bar.background-color-dark-green {
  background-color: #00654A;
}
.agri-stories-4-column .focus-top-bar.background-color-dark-green .focus-darker-bg, .agri-recent-stories-2-column .focus-top-bar.background-color-dark-green .focus-darker-bg, .agri-recent-stories-3-column .focus-top-bar.background-color-dark-green .focus-darker-bg {
  background: linear-gradient(to right, #00654A, 10%, #3D9346);
}
@media only screen and (max-width: calc(992px - 1px)) {
  .agri-stories-4-column .focus-top-bar.background-color-dark-green .focus-darker-bg, .agri-recent-stories-2-column .focus-top-bar.background-color-dark-green .focus-darker-bg, .agri-recent-stories-3-column .focus-top-bar.background-color-dark-green .focus-darker-bg {
    background: linear-gradient(to right, #00654A, 20%, #3D9346);
  }
}
.agri-stories-4-column .focus-top-bar.background-color-dark-green .focus-darker-bg svg path, .agri-recent-stories-2-column .focus-top-bar.background-color-dark-green .focus-darker-bg svg path, .agri-recent-stories-3-column .focus-top-bar.background-color-dark-green .focus-darker-bg svg path {
  fill: #00654A;
}

.agri-recent-stories-3-column .subtle-heading.heading-colour-dark-green {
  color: #00654A;
}

.agri-stories-4-column .post-tag.background-color-dark-green {
  background-color: #00654A;
}

.agri-breaking-block-with-related.background-color-dark-green .title-and-related-stories {
  background-color: #00654A;
}
.agri-breaking-block-with-related.background-color-dark-green .title-and-related-stories .title {
  border-bottom: 2px solid #3D9346;
}
.agri-breaking-block-with-related.background-color-dark-green .title-and-related-stories .title svg path {
  fill: #3D9346;
}

.agri-must-read.background-color-dark-green .sidebar-title {
  background-color: #00654A;
}
.agri-must-read.background-color-dark-green .sidebar-title svg path {
  fill: #3D9346;
}
.agri-must-read.background-color-dark-green .more:nth-child(odd) .number {
  background-color: #3D9346;
}
.agri-must-read.background-color-dark-green .more:nth-child(odd) .title {
  border-right: none;
}
.agri-must-read.background-color-dark-green .more:nth-child(even) .number {
  background-color: #00654A;
}
.agri-must-read.background-color-dark-green .more:nth-child(even) .title {
  border-right: none;
}

.agri-recent-stories-2-column .heading-colour-dark-green {
  color: #00654A;
}
.agri-recent-stories-2-column .heading-colour-dark-green a {
  color: #00654A;
}
.agri-recent-stories-2-column .pagination-container.arrow-box-dark-green .pagination-description h6 {
  color: #00654A;
}
.agri-recent-stories-2-column .pagination-container.arrow-box-dark-green .next {
  background-color: #00654A;
}

.agri-stories-article-list .heading-colour-light-green {
  color: #7AC043;
}
.agri-stories-article-list .heading-colour-light-green a {
  color: #7AC043;
}
.agri-stories-article-list .agri-block-title.background-color-light-green {
  background-color: #7AC043;
}
.agri-stories-article-list .agri-block-title.background-color-light-green svg path {
  fill: #3D9346;
}
.agri-stories-article-list .subtle-heading.heading-colour-light-green {
  color: #7AC043;
}
.agri-stories-article-list .story.light-green {
  border-bottom: 1px dashed #7AC043;
}

.agri-vertical-stories .agri-block-title.background-color-light-green {
  background-color: #7AC043;
}
.agri-vertical-stories .agri-block-title.background-color-light-green svg path {
  fill: #3D9346;
}
.agri-vertical-stories .subtle-heading.heading-colour-light-green {
  color: #7AC043;
}

.agri-2-stories-1-video.background-color-light-green {
  background-color: #3D9346;
}
.agri-2-stories-1-video.background-color-light-green .darker-bg {
  background: linear-gradient(to right, #3D9346, 10%, #7AC043);
}
.agri-2-stories-1-video.background-color-light-green .darker-bg svg path {
  fill: #3D9346;
}

.agri-story-callout.background-color-light-green .callout-text {
  background-color: #7AC043;
}
.agri-story-callout.background-color-light-green .callout-text svg path {
  fill: #3D9346;
}

.agri-stories-4-column .focus-top-bar.background-color-light-green, .agri-recent-stories-2-column .focus-top-bar.background-color-light-green, .agri-recent-stories-3-column .focus-top-bar.background-color-light-green {
  background-color: #7AC043;
}
.agri-stories-4-column .focus-top-bar.background-color-light-green .focus-darker-bg, .agri-recent-stories-2-column .focus-top-bar.background-color-light-green .focus-darker-bg, .agri-recent-stories-3-column .focus-top-bar.background-color-light-green .focus-darker-bg {
  background: linear-gradient(to right, #7AC043, 10%, #3D9346);
}
@media only screen and (max-width: calc(992px - 1px)) {
  .agri-stories-4-column .focus-top-bar.background-color-light-green .focus-darker-bg, .agri-recent-stories-2-column .focus-top-bar.background-color-light-green .focus-darker-bg, .agri-recent-stories-3-column .focus-top-bar.background-color-light-green .focus-darker-bg {
    background: linear-gradient(to right, #7AC043, 20%, #3D9346);
  }
}
.agri-stories-4-column .focus-top-bar.background-color-light-green .focus-darker-bg svg path, .agri-recent-stories-2-column .focus-top-bar.background-color-light-green .focus-darker-bg svg path, .agri-recent-stories-3-column .focus-top-bar.background-color-light-green .focus-darker-bg svg path {
  fill: #7AC043;
}

.agri-recent-stories-3-column .subtle-heading.heading-colour-light-green {
  color: #7AC043;
}

.agri-stories-4-column .post-tag.background-color-light-green {
  background-color: #7AC043;
}

.agri-breaking-block-with-related.background-color-light-green .title-and-related-stories {
  background-color: #7AC043;
}
.agri-breaking-block-with-related.background-color-light-green .title-and-related-stories .title {
  border-bottom: 2px solid #3D9346;
}
.agri-breaking-block-with-related.background-color-light-green .title-and-related-stories .title svg path {
  fill: #3D9346;
}

.agri-must-read.background-color-light-green .sidebar-title {
  background-color: #7AC043;
}
.agri-must-read.background-color-light-green .sidebar-title svg path {
  fill: #3D9346;
}
.agri-must-read.background-color-light-green .more:nth-child(odd) .number {
  background-color: #3D9346;
}
.agri-must-read.background-color-light-green .more:nth-child(odd) .title {
  border-right: none;
}
.agri-must-read.background-color-light-green .more:nth-child(even) .number {
  background-color: #7AC043;
}
.agri-must-read.background-color-light-green .more:nth-child(even) .title {
  border-right: none;
}

.agri-recent-stories-2-column .heading-colour-light-green {
  color: #7AC043;
}
.agri-recent-stories-2-column .heading-colour-light-green a {
  color: #7AC043;
}
.agri-recent-stories-2-column .pagination-container.arrow-box-light-green .pagination-description h6 {
  color: #7AC043;
}
.agri-recent-stories-2-column .pagination-container.arrow-box-light-green .next {
  background-color: #7AC043;
}

.agri-stories-article-list .heading-colour-black {
  color: #282828;
}
.agri-stories-article-list .heading-colour-black a {
  color: #282828;
}
.agri-stories-article-list .agri-block-title.background-color-black {
  background-color: #282828;
}
.agri-stories-article-list .agri-block-title.background-color-black svg path {
  fill: #282828;
}
.agri-stories-article-list .subtle-heading.heading-colour-black {
  color: #282828;
}
.agri-stories-article-list .story.black {
  border-bottom: 1px dashed #282828;
}

.agri-vertical-stories .agri-block-title.background-color-black {
  background-color: #282828;
}
.agri-vertical-stories .agri-block-title.background-color-black svg path {
  fill: #282828;
}
.agri-vertical-stories .subtle-heading.heading-colour-black {
  color: #282828;
}

.agri-2-stories-1-video.background-color-black {
  background-color: #282828;
}
.agri-2-stories-1-video.background-color-black .darker-bg {
  background: linear-gradient(to right, #282828, 10%, #282828);
}
.agri-2-stories-1-video.background-color-black .darker-bg svg path {
  fill: #282828;
}

.agri-story-callout.background-color-black .callout-text {
  background-color: #282828;
}
.agri-story-callout.background-color-black .callout-text svg path {
  fill: #282828;
}

.agri-stories-4-column .focus-top-bar.background-color-black, .agri-recent-stories-2-column .focus-top-bar.background-color-black, .agri-recent-stories-3-column .focus-top-bar.background-color-black {
  background-color: #282828;
}
.agri-stories-4-column .focus-top-bar.background-color-black .focus-darker-bg, .agri-recent-stories-2-column .focus-top-bar.background-color-black .focus-darker-bg, .agri-recent-stories-3-column .focus-top-bar.background-color-black .focus-darker-bg {
  background: linear-gradient(to right, #282828, 10%, #282828);
}
@media only screen and (max-width: calc(992px - 1px)) {
  .agri-stories-4-column .focus-top-bar.background-color-black .focus-darker-bg, .agri-recent-stories-2-column .focus-top-bar.background-color-black .focus-darker-bg, .agri-recent-stories-3-column .focus-top-bar.background-color-black .focus-darker-bg {
    background: linear-gradient(to right, #282828, 20%, #282828);
  }
}
.agri-stories-4-column .focus-top-bar.background-color-black .focus-darker-bg svg path, .agri-recent-stories-2-column .focus-top-bar.background-color-black .focus-darker-bg svg path, .agri-recent-stories-3-column .focus-top-bar.background-color-black .focus-darker-bg svg path {
  fill: #282828;
}

.agri-recent-stories-3-column .subtle-heading.heading-colour-black {
  color: #282828;
}

.agri-stories-4-column .post-tag.background-color-black {
  background-color: #282828;
}

.agri-breaking-block-with-related.background-color-black .title-and-related-stories {
  background-color: #282828;
}
.agri-breaking-block-with-related.background-color-black .title-and-related-stories .title {
  border-bottom: 2px solid #282828;
}
.agri-breaking-block-with-related.background-color-black .title-and-related-stories .title svg path {
  fill: #282828;
}

.agri-must-read.background-color-black .sidebar-title {
  background-color: #282828;
}
.agri-must-read.background-color-black .sidebar-title svg path {
  fill: #282828;
}
.agri-must-read.background-color-black .more:nth-child(odd) .number {
  background-color: #282828;
}
.agri-must-read.background-color-black .more:nth-child(odd) .title {
  border-right: none;
}
.agri-must-read.background-color-black .more:nth-child(even) .number {
  background-color: #282828;
}
.agri-must-read.background-color-black .more:nth-child(even) .title {
  border-right: none;
}

.agri-recent-stories-2-column .heading-colour-black {
  color: #282828;
}
.agri-recent-stories-2-column .heading-colour-black a {
  color: #282828;
}
.agri-recent-stories-2-column .pagination-container.arrow-box-black .pagination-description h6 {
  color: #282828;
}
.agri-recent-stories-2-column .pagination-container.arrow-box-black .next {
  background-color: #282828;
}

.billboard-ad {
  text-align: center;
  margin: 26px auto;
  width: 320px;
  height: 50px;
}
@media screen and (min-width: 768px) {
  .billboard-ad {
    width: 728px;
    height: 90px;
  }
}
@media screen and (min-width: 992px) {
  .billboard-ad {
    width: 970px;
    height: 250px;
  }
}

@media screen and (max-width: calc(768px - 1px)) {
  .billboard-ad {
    margin: 13px auto;
  }
}
.widget_agriland_factory_prices_widget {
  margin-bottom: 26px;
  text-align: center;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: max-content max-content max-content;
  gap: 12px 12px;
}
.widget_agriland_factory_prices_widget a {
  width: 100%;
  margin: 0;
  height: auto;
  display: inline-block;
  color: #850909;
}
.widget_agriland_factory_prices_widget a, .widget_agriland_factory_prices_widget a:active, .widget_agriland_factory_prices_widget a:hover, .widget_agriland_factory_prices_widget a:focus {
  text-decoration: none;
}
.widget_agriland_factory_prices_widget .more {
  display: inline-block;
  width: 100%;
  margin: 0;
  height: auto;
  padding: 0 10px 10px;
  min-height: 125px;
}
@media screen and (max-width: calc( 375px - 1px )) {
  .widget_agriland_factory_prices_widget .more {
    min-height: 180px;
  }
}
.widget_agriland_factory_prices_widget .more p {
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #F3F3F3;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-top: 10px;
  margin-bottom: 0;
}
.widget_agriland_factory_prices_widget .more svg {
  width: 32px;
  height: 32px;
}
.widget_agriland_factory_prices_widget .more .price {
  font-size: 18px;
  letter-spacing: initial;
  margin-top: 0;
}
.widget_agriland_factory_prices_widget .more .price span {
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  letter-spacing: initial;
  text-transform: initial;
}
.widget_agriland_factory_prices_widget .more .price span:first-of-type {
  font-weight: 400;
}
.widget_agriland_factory_prices_widget .more .price span:last-of-type {
  font-weight: 500;
}
.widget_agriland_factory_prices_widget .more .kill-container {
  width: 100%;
}
.widget_agriland_factory_prices_widget .more .kill-container .kill {
  width: 60px;
  display: inline-block;
}
.widget_agriland_factory_prices_widget .more .kill-container .kill .head {
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  letter-spacing: initial;
  text-transform: initial;
  font-weight: 400;
  margin-top: 0;
}
.widget_agriland_factory_prices_widget .more:hover {
  opacity: 0.8;
}
.widget_agriland_factory_prices_widget a:nth-child(odd) {
  margin-right: 11px;
}
.widget_agriland_factory_prices_widget .up {
  background-color: #00654a;
}
.widget_agriland_factory_prices_widget .up svg path {
  fill: #3a9948;
}
.widget_agriland_factory_prices_widget .down {
  background-color: #AC2A2A;
}

@media screen and (min-width: 768px) and (max-width: calc( 992px - 1px )) {
  #right-col-mobile-only .widget_agriland_factory_prices_widget {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: calc( 768px - 1px )) {
  #right-col-mobile-only .widget_agriland_factory_prices_widget .more {
    margin-top: 0;
  }
}

.category-archive.category-archive-beef .agri-beef-prices {
  margin-right: 13px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .category-archive.category-archive-beef .agri-beef-prices {
    grid-column: 1/5;
    margin-right: 0;
  }
}

.agri-beef-prices {
  margin-bottom: 26px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .agri-beef-prices {
    /*margin-bottom: 13px;*/
  }
  .agri-beef-prices.columns-2 a.col-6:nth-child(odd) {
    margin-right: -13px;
  }
  .agri-beef-prices .row a {
    margin-bottom: -14px;
  }
}
@media screen and (min-width: 992px) and (max-width: calc( 1200px - 1px )) {
  .agri-beef-prices {
    margin-bottom: 45px;
  }
  .agri-beef-prices.columns-2 a.col-6:nth-child(even) {
    padding: 0 0 0 13px;
  }
  .agri-beef-prices.columns-2 a.col-6:nth-child(odd) {
    padding: 0 13px 0 0;
    margin-right: -19px;
  }
  .agri-beef-prices .row a {
    margin-bottom: -19px;
  }
}
@media screen and (max-width: calc( 768px - 1px )) {
  .agri-beef-prices {
    margin-bottom: 13px;
  }
}
.agri-beef-prices .row {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 768px) and (max-width: calc( 992px - 1px )) {
  .agri-beef-prices .row {
    margin-bottom: 45px;
    /*a {
      margin-bottom: -19px;
    }*/
  }
  .agri-beef-prices .row a.col-6:nth-child(even) {
    padding: 0 0 0 13px;
  }
  .agri-beef-prices .row a.col-6:nth-child(odd) {
    /*margin-right: -19px;*/
    padding: 0 13px 0 0;
  }
}
@media screen and (max-width: calc( 768px - 1px )) {
  .agri-beef-prices .row a.col-6:nth-child(even) {
    padding: 0 6.5px;
  }
  .agri-beef-prices .row a.col-6:nth-child(odd) {
    padding: 0 6.5px;
  }
}
@media screen and (min-width: calc( 479px + 1px )) {
  .category-archive .agri-beef-prices {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: calc( 768px - 1px )) {
  .category-archive .agri-beef-prices .row a.col-6:nth-child(even) {
    padding-right: 0;
  }
  .category-archive .agri-beef-prices .row a.col-6:nth-child(odd) {
    padding-left: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: calc( 1200px - 1px )) {
  .category-archive .agri-beef-prices .row a.col-6:nth-child(even) {
    margin-bottom: 0;
  }
  .category-archive .agri-beef-prices .row a.col-6:nth-child(odd) {
    margin-bottom: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .category-archive .agri-beef-prices .row a {
    margin-bottom: 0;
  }
  .category-archive .agri-beef-prices .row a.col-6:nth-child(even) {
    padding-left: 0;
    padding-left: 13px;
  }
  .category-archive .agri-beef-prices .row a.col-6:nth-child(odd) {
    padding-left: 0;
    padding-right: 13px;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: calc( 992px - 1px )) {
  .category-archive .agri-beef-prices .row {
    margin-bottom: 26px;
  }
}

.columns-2 .like-a {
  margin: 6.5px 0;
}
.columns-2 .more {
  padding: 10px 0;
}
.columns-2 .more p {
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #F3F3F3;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 0;
  line-height: 26px;
}
.columns-2 .more svg {
  width: 32px;
  height: 28px;
  margin: auto;
}
.columns-2 .more .price {
  font-size: 18px;
  letter-spacing: initial;
  margin-top: 0;
  line-height: 20px;
}
.columns-2 .more .price span {
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  letter-spacing: initial;
  text-transform: initial;
}
.columns-2 .more .price span:first-of-type {
  font-weight: 400;
}
.columns-2 .more .price span:last-of-type {
  font-weight: 500;
}
.columns-2 .more .kill-container {
  width: 100%;
  display: flex;
  margin-top: 7px;
}
.columns-2 .more .kill-container .kill {
  width: 49%;
  display: inline-block;
  float: left;
}
.columns-2 .more .kill-container .kill .head {
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  letter-spacing: initial;
  text-transform: initial;
  font-weight: 400;
  margin-top: 5px;
  line-height: 10px;
}
.columns-2 .more:hover {
  opacity: 0.8;
}
.columns-2 .up {
  background-color: #00654a;
}
.columns-2 .up svg path {
  fill: #3a9948;
}
.columns-2 .down {
  background-color: #AC2A2A;
}
.columns-2 .more:nth-of-type(n+3) {
  margin-top: 26px;
}
@media screen and (max-width: calc( 768px - 1px )) {
  .columns-2 .more:nth-of-type(n+3) {
    margin-top: 13px;
  }
}
.columns-2 a:nth-of-type(n+3) {
  margin-top: 26px;
}
@media screen and (max-width: calc( 768px - 1px )) {
  .columns-2 a:nth-of-type(n+3) {
    margin-top: 13px;
  }
}

.columns-6 a, .columns-6 .like-a {
  padding: 0 3px;
}
.columns-6 a:first-of-type, .columns-6 .like-a:first-of-type {
  padding-left: 0;
}
.columns-6 a:nth-of-type(n+5) .more, .columns-6 .like-a:nth-of-type(n+5) .more {
  padding: 5px 0;
}
.columns-6 a:last-of-type, .columns-6 .like-a:last-of-type {
  padding-right: 0;
}
.columns-6 .more {
  padding: 5px 8px;
}
@media screen and (min-width: 992px) and (max-width: calc( 1200px - 1px )) {
  .columns-6 .more {
    min-height: 260px;
  }
}
.columns-6 .more p {
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #F3F3F3;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-top: 8px;
  margin-bottom: 12px;
}
.columns-6 .more svg {
  height: 60px;
  width: 60px;
  margin: auto;
}
.columns-6 .more .price {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
.columns-6 .more .value {
  font-size: 12px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  letter-spacing: initial;
}
.columns-6 .more .value .strong {
  display: inline-block;
}
.columns-6 .more:hover {
  opacity: 0.8;
}
.columns-6 .up {
  background-color: #00654a;
}
.columns-6 .up svg {
  color: #3a9948;
}
.columns-6 .down {
  background-color: #AC2A2A;
}
.columns-6 .down svg {
  color: #971515;
}

@media screen and (max-width: calc(768px -1px)) {
  .agri-beef-prices {
    margin: 0 6.5px 13px;
  }

  .columns-2 {
    margin: 0 1.5px 13px;
  }
  .columns-2 a {
    flex-direction: row;
    width: 50%;
    padding: 0 5px;
  }
  .columns-2 a .more {
    display: block;
    width: 100%;
  }
  .columns-2 a .more svg {
    display: block;
  }
  .columns-2 a .more .price {
    display: inline-block;
  }
  .columns-2 a .more .value {
    display: inline-block;
  }
  .columns-2 a:last-of-type .more {
    height: 100%;
  }
  .columns-2 a:last-of-type .more span {
    margin: auto;
    display: inline-block;
  }
  .columns-2 a:last-of-type .more span .price {
    display: block;
  }
  .columns-2 a:last-of-type .more span:first-of-type {
    margin-right: 10%;
  }
  .columns-2 a:last-of-type .more span:last-of-type {
    margin-left: 10%;
  }

  .columns-6 .row a {
    margin: 6.5px 0;
    padding: 0 6.5px;
  }
  .columns-6 .row a .more {
    padding: 5px;
    min-height: 156px;
  }
}
@media screen and (max-width: calc(768px -1px)) and (max-width: calc( 375px - 1px )) {
  .columns-6 .row a .more {
    min-height: 230px;
  }
}
@media screen and (max-width: calc(768px -1px)) {
  .columns-6 .row a .more p {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: calc(768px -1px)) {
  .columns-6 .row a .more svg {
    width: 40px;
    height: 40px;
    display: block;
  }
}
@media screen and (max-width: calc(768px -1px)) {
  .columns-6 .row a .more span {
    display: block;
  }
  .columns-6 .row a .more span .price, .columns-6 .row a .more span .value {
    display: inline-block;
    font-size: 14px;
  }
  .columns-6 .row a .more span .value .strong {
    font-size: 16px;
  }
}
@media screen and (max-width: calc(768px -1px)) {
  .columns-6 .row a:nth-of-type(odd) {
    padding-left: 18px;
  }
}
@media screen and (max-width: calc(768px -1px)) {
  .columns-6 .row a:nth-of-type(even) {
    padding-right: 18px;
  }
}
@media screen and (max-width: calc(768px -1px)) {
  .columns-6 .row a:last-of-type .more span {
    display: flex;
    margin: 3px auto 0 auto;
  }
  .columns-6 .row a:last-of-type .more span span {
    display: inline-block;
  }
  .columns-6 .row a:last-of-type .more span span .price, .columns-6 .row a:last-of-type .more span span .value {
    display: block;
  }
}
.agri-grass-growth-map {
  padding: 13px 0;
}

.agri-must-read {
  width: 100%;
  margin-bottom: 48px;
  margin-bottom: 26px;
}
.agri-must-read .sidebar-title {
  display: table;
  width: 100%;
  height: 52px;
  position: relative;
  background-color: #3a9948;
  overflow: hidden;
}
@media only screen and (max-width: calc(600px - 1px)) {
  .agri-must-read .sidebar-title {
    height: 42px;
  }
}
.agri-must-read .sidebar-title h5 {
  color: #FFFFFF;
  text-align: left;
  padding: 2px 0px 0px 19px;
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 400;
}
@media only screen and (max-width: calc(600px - 1px)) {
  .agri-must-read .sidebar-title h5 {
    padding: 13px;
  }
}
.agri-must-read .sidebar-title svg {
  position: absolute;
  right: -8px;
  top: -20px;
  height: 85px;
  width: 85px;
  float: right;
}
.agri-must-read .sidebar-title svg path {
  fill: #00654a;
}
.agri-must-read .widget_agriland_must_read_widget {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
}
.agri-must-read .widget_agriland_must_read_widget .more {
  display: inline-block;
  margin-top: 25px;
  background-color: #FFFFFF;
}
.agri-must-read .widget_agriland_must_read_widget .more a, .agri-must-read .widget_agriland_must_read_widget .more a:hover, .agri-must-read .widget_agriland_must_read_widget .more a:active, .agri-must-read .widget_agriland_must_read_widget .more a:focus {
  text-decoration: none;
}
.agri-must-read .widget_agriland_must_read_widget .more .article-container {
  display: flex;
}
.agri-must-read .widget_agriland_must_read_widget .more .article-container .number {
  width: 42px;
  color: #FFFFFF;
  font-size: 36px;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  line-height: 26px;
  text-align: center;
  display: flex;
  align-items: center;
  float: left;
  padding: 39px 12px;
}
.agri-must-read .widget_agriland_must_read_widget .more .article-container img {
  display: inline-block;
  width: 117px;
}
@media only screen and (min-width: 600px) and (max-width: calc( 992px - 1px )) {
  .agri-must-read .widget_agriland_must_read_widget .more .article-container img {
    width: 130px;
  }
}
.agri-must-read .widget_agriland_must_read_widget .more .article-container .title {
  width: 198px;
  min-height: 104px;
  display: inline-block;
  padding: 13px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: calc( 992px - 1px)) {
  .agri-must-read .widget_agriland_must_read_widget .more .article-container .title {
    padding: 9px;
  }
}
.agri-must-read .widget_agriland_must_read_widget .more .article-container .title h6 {
  line-height: 19px;
  color: #282828;
  padding-bottom: 0;
  text-align-last: left;
}
.agri-must-read .widget_agriland_must_read_widget .more:hover {
  opacity: 0.8;
}

@media screen and (min-width: 768px) and (max-width: calc( 992px - 1px )) {
  .agri-must-read {
    padding: 0;
  }
}
@media only screen and (max-width: calc( 768px - 1px )) {
  .agri-must-read {
    padding: 0 6.5px;
    margin-bottom: 13px;
  }
  .agri-must-read .widget_agriland_must_read_widget .widget-wrapper {
    display: block;
  }
  .agri-must-read .widget_agriland_must_read_widget .widget-wrapper .more {
    margin-bottom: 13px;
    width: 100%;
  }
  .agri-must-read .widget_agriland_must_read_widget .widget-wrapper .more:last-of-type {
    margin-bottom: 0;
  }
}
/**This SASS targets the out of the box gutenberg columns so they align better with our grid system
Inspired by https://dbushell.com/2020/11/02/wordpress-gutenberg-columns-block-css-styles/
***/
.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
  margin-left: 0;
}

/*@include agriland-custom-columns();*/
.agri-half-hero-4-related .time-published {
  position: absolute;
  right: 10px;
  bottom: 8px;
  color: #757575;
  font-family: Barlow, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-transform: capitalize;
}
.agri-half-hero-4-related .time-published {
  right: 10px;
  bottom: 6px;
}
@media only screen and (max-width: calc( 600px - 1px )) {
  .agri-half-hero-4-related .time-published {
    font-size: 10px;
    line-height: 12px;
    bottom: 3px;
    right: 8px;
  }
}
.agri-half-hero-4-related .lead-story .time-published {
  color: white;
  bottom: auto;
  top: 20px;
  right: 26px;
}
@media only screen and (max-width: calc( 992px - 1px )) {
  .agri-half-hero-4-related .lead-story .time-published {
    top: 16px;
    right: 13px;
  }
}

.wp-block-columns {
  margin-bottom: 0;
}

.wp-block-column {
  margin-bottom: 0;
}

#header .ag-full-width-special:first-of-type {
  background-color: #FFFFFF;
}
@media (min-width: 992px) {
  #header .ag-full-width-special:first-of-type span {
    display: inline-block;
    position: relative;
    margin-right: 26px;
    display: none;
  }
}
@media screen and (max-width: calc(992px - 1px)) {
  #header {
    padding-bottom: 0;
    background-color: #F3F3F3;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 3;
  }
}

.ag-main-menu {
  display: grid;
  grid-template-columns: 154px 1fr;
  background-color: #FFFFFF;
  margin-top: 4px;
  margin-bottom: 3px;
}
@media (max-width: calc(992px - 1px)) {
  .ag-main-menu {
    background-color: #3a9948;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: calc(992px - 1px)) {
  .ag-main-menu {
    width: 728px;
    margin: 0 auto;
  }
}
.ag-main-menu .logo a {
  display: block;
  padding: 10px 0;
}
@media (max-width: calc(992px - 1px)) {
  .ag-main-menu .logo {
    margin-left: 0;
  }
}
@media only screen and (max-width: calc(768px - 1px)) {
  .ag-main-menu .logo {
    margin-left: 13px;
  }
}
@media (max-width: 479px) {
  .ag-main-menu .logo svg {
    width: 134px;
    height: 28px;
  }
}
@media (max-width: calc(992px - 1px)) {
  .ag-main-menu .logo svg path {
    fill: #FFFFFF;
  }
}
.ag-main-menu .rest-menu {
  height: 100%;
  width: max-content;
  place-self: end;
}
.ag-main-menu .rest-menu.active-category-default .menu-main-menu-container .current-menu-item a {
  border-bottom: 4px solid #3a9948;
}
.ag-main-menu .rest-menu .menu-main-menu-container {
  height: 100%;
}
.ag-main-menu .rest-menu .menu-main-menu-container .menu {
  list-style: none;
  padding-left: 0;
  height: 100%;
  display: grid;
  margin-bottom: 0;
  grid-auto-flow: column;
  grid-template-columns: max-content;
  width: max-content;
}
.ag-main-menu .rest-menu .menu-main-menu-container .menu li {
  color: #3a9948;
  padding: 0;
  margin: 0;
  border-right: 2px solid #F3F3F3;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.03em;
  font-size: 14px;
}
@media (max-width: calc(992px - 1px)) {
  .ag-main-menu .rest-menu .menu-main-menu-container .menu li {
    border-right: 0;
  }
  .ag-main-menu .rest-menu .menu-main-menu-container .menu li.menu-item, .ag-main-menu .rest-menu .menu-main-menu-container .menu li.search-btn {
    display: none;
  }
}
.ag-main-menu .rest-menu .menu-main-menu-container .menu li a {
  display: grid;
  place-content: center;
  color: #3a9948;
  text-decoration: none;
  width: max-content;
  height: 100%;
  padding: 0 26px;
  border-top: 4px solid #FFFFFF;
  border-bottom: 4px solid #FFFFFF;
}
@media (max-width: calc(992px - 1px)) {
  .ag-main-menu .rest-menu .menu-main-menu-container .menu li a {
    border: 0;
    padding-right: 0;
  }
  .ag-main-menu .rest-menu .menu-main-menu-container .menu li a svg {
    fill: #FFFFFF;
  }
}
@media only screen and (max-width: calc(768px - 1px)) {
  .ag-main-menu .rest-menu .menu-main-menu-container .menu li a {
    padding-right: 13px;
  }
}
@media only screen and (min-width: 992px) and (max-width: calc(1200px - 1px)) {
  .ag-main-menu .rest-menu .menu-main-menu-container .menu li a {
    padding: 0 23px;
  }
}
.ag-main-menu .rest-menu .menu-main-menu-container .menu li a:hover,
.ag-main-menu .rest-menu .menu-main-menu-container .menu li a:focus,
.ag-main-menu .rest-menu .menu-main-menu-container .menu li a:active {
  text-decoration: none;
}
.ag-main-menu .rest-menu .menu-main-menu-container .menu li:first-of-type {
  border-left: 2px solid #F3F3F3;
}
.ag-main-menu .rest-menu .menu-main-menu-container .menu li:last-of-type {
  border-right: none;
}
.ag-main-menu .rest-menu .menu-main-menu-container .menu li:last-of-type a {
  padding-right: 0;
}
.ag-main-menu .rest-menu .menu-main-menu-container .menu li#menu-item-623469:hover a {
  color: #3a9948;
  border-bottom-color: #3a9948;
}
@media screen and (max-width: calc(992px - 1px)) {
  .ag-main-menu .rest-menu #nav-menu-search-icon {
    display: none;
  }
}
.ag-main-menu .rest-menu svg {
  fill: #3a9948;
}
@media (max-width: calc(992px - 1px)) {
  .ag-main-menu .rest-menu .search {
    border-right: 2px solid #F3F3F3;
    border-left: 2px solid #F3F3F3;
  }
}
@media only screen and (max-width: 350px) {
  .ag-main-menu .rest-menu .search {
    border-right: 2px solid #F3F3F3;
    border-left: 2px solid #F3F3F3;
  }
}
.ag-main-menu .rest-menu .search .search-container .search-button img:hover {
  cursor: pointer;
}
.ag-main-menu .rest-menu .search .search-container .search-button .search-close {
  display: none;
  width: 26px;
  height: fit-content;
}
@media (max-width: calc(992px - 1px)) {
  .ag-main-menu .rest-menu .search .search-container .search-button .search-close {
    width: 18px;
    height: 18px;
    margin: 0 auto;
  }
}
.ag-main-menu .rest-menu .search .search-container .search-button .search-close .topBar-search,
.ag-main-menu .rest-menu .search .search-container .search-button .search-close .bottomBar-search {
  background-color: #3a9948;
  border-radius: 3px;
  content: "";
  display: block;
  height: 3px;
  margin: 3px 0;
}
.ag-main-menu .rest-menu .search .search-container .search-button .search-close .topBar-search {
  transform: translateY(3px) rotate(135deg);
}
.ag-main-menu .rest-menu .search .search-container .search-button .search-close .bottomBar-search {
  transform: translateY(-3px) rotate(-135deg);
}

.search-results .agriland-content .agriland-main .container-search-results {
  padding-left: 0% !important;
  padding-right: 0% !important;
}
@media (max-width: calc(768px - 1px)) {
  .search-results .agriland-content .agriland-main .container-search-results {
    width: calc(100vw - 26px);
  }
}
@media (min-width: 576px) and (max-width: calc(768px - 1px)) {
  .search-results .agriland-content .agriland-main .container-search-results {
    max-width: 100% !important;
  }
}
.search-results .agriland-content .agriland-main .container-search-results .container-search-row {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .search-results .agriland-content .agriland-main .container-search-results .container-search-row {
    margin-top: 30px;
  }
}

@media (max-width: calc(768px - 1px)) {
  .pagination-search-fix {
    width: calc(100vw - 26px);
  }
}
.search-in-menu {
  display: none;
  height: 71px;
  background-color: #F3F3F3;
}
@media (max-width: calc(768px - 1px)) {
  .search-in-menu {
    background-color: #3a9948;
  }
}
.search-in-menu .ag-full-width {
  height: 100%;
}

.search-container {
  display: inline-block;
  height: 100%;
}
@media (min-width: 992px) {
  .search-container {
    width: 100%;
  }
}
.search-container form {
  margin: 16px auto;
  width: 521px;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .search-container form {
    display: grid;
    grid-template-columns: calc(100vw - 92px) 60px;
  }
}
.search-container form label {
  margin: 0;
}
.search-container form .screen-reader-text {
  display: none;
}
.search-container form input.search-field {
  font-family: Barlow, sans-serif;
  font-size: 18px;
  padding-left: 16px;
  width: 419px;
  height: 38px;
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  outline: none;
  border-radius: 0;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .search-container form input.search-field {
    width: calc(100vw - 105px);
    margin-right: 13px;
  }
}
.search-container form input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  cursor: pointer;
}
.search-container form input.search-field:focus,
.search-container form input.search-field:active {
  border-color: #606060;
}
.search-container form .search-submit {
  background-color: #3a9948;
  border: none;
  width: 89px;
  height: 38px;
  color: #FFFFFF;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  float: right;
  margin-left: 13px;
  border-radius: 0;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .search-container form .search-submit {
    width: 65px;
    text-align: center;
    margin: 0;
    padding: 0;
  }
}
.search-container form .search-submit:hover {
  background-color: #606060;
}

.ag-secondary-menu {
  display: none;
  width: 100%;
  background-color: #F3F3F3;
}
.ag-secondary-menu .menu {
  padding-top: 18px;
  padding-bottom: 19px;
  list-style: none;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-size: 10px;
  width: fit-content;
  margin: auto;
  display: flex;
}
.ag-secondary-menu .menu li {
  width: 141px;
  display: inline-block;
  text-align: left;
  text-transform: capitalize;
  font-family: "Libre Baskerville", serif;
  font-size: 12px;
}
.ag-secondary-menu .menu li a,
.ag-secondary-menu .menu li a:focus,
.ag-secondary-menu .menu li a:hover,
.ag-secondary-menu .menu li a:active {
  color: #C4C4C4;
  text-decoration: none;
}
.ag-secondary-menu .menu li ul.sub-menu {
  padding-left: 0;
}
.ag-secondary-menu .menu li ul.sub-menu li {
  margin-left: 0;
  margin-top: 15px;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-size: 12px;
}
.ag-secondary-menu .menu li ul.sub-menu li a {
  color: #606060;
}
.ag-secondary-menu .menu li ul.sub-menu li a:hover {
  text-decoration: underline;
}

.ag-trending-menu {
  width: 100%;
  background-color: #282828;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  height: 26px;
}
@media (max-width: calc(992px - 1px)) {
  .ag-trending-menu {
    display: none;
  }
}
.ag-trending-menu::-webkit-scrollbar {
  display: none;
}
@media (max-width: 479px) {
  .ag-trending-menu {
    padding-left: 13px;
    padding-right: 13px;
  }
}
.ag-trending-menu span {
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-size: 12px;
  color: #757575;
  margin-left: 0;
  margin-right: 29px;
}
.ag-trending-menu .menu-trending-menu-container {
  display: inline-block;
  height: 100%;
}
@media (max-width: 479px) {
  .ag-trending-menu .menu-trending-menu-container {
    text-align: center;
  }
}
.ag-trending-menu .menu-trending-menu-container ul {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 26px;
  font-size: 12px;
  display: flex;
}
.ag-trending-menu .menu-trending-menu-container ul li {
  margin-right: 39px;
  display: flex;
  align-items: center;
}
@media (max-width: 479px) {
  .ag-trending-menu .menu-trending-menu-container ul li {
    text-align: center;
    margin-right: 0;
    margin-left: 39px;
  }
}
.ag-trending-menu .menu-trending-menu-container ul li a,
.ag-trending-menu .menu-trending-menu-container ul li a:focus,
.ag-trending-menu .menu-trending-menu-container ul li a:active {
  text-decoration: none;
  color: #C4C4C4;
  letter-spacing: 0.03em;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  line-height: 26px;
  text-transform: capitalize;
}
.ag-trending-menu .menu-trending-menu-container ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 479px) {
  .ag-trending-menu .menu-trending-menu-container ul li:first-of-type {
    margin-left: 0;
  }
}

#sticky-menu {
  width: 100%;
  background-color: #FFFFFF;
  text-align: center;
  display: none;
  position: fixed;
  top: 0;
  z-index: 4;
  border-bottom: 2px solid #F3F3F3;
}
#sticky-menu .ag-main-menu {
  width: 970px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  #sticky-menu .ag-main-menu {
    width: 1126px;
    margin: 0 auto;
  }
}
#sticky-menu .ag-main-menu .logo a {
  text-align: left;
}
#sticky-menu .ag-main-menu .logo a svg {
  width: 96px;
  height: 20px;
}
#sticky-menu .search-in-menu .search-container {
  display: flex;
  height: 100%;
}

.ag-mobile-menu {
  width: 300px;
  display: none;
  font-family: "Roboto Condensed", sans-serif;
  background-color: white;
  padding-bottom: 30px;
  margin-bottom: -30px;
}
.ag-mobile-menu #search-container-mobile {
  height: 55px;
  background-color: #FFFFFF;
}
.ag-mobile-menu #search-container-mobile form {
  height: 30px;
  margin-left: 14px;
  margin-top: 11px;
  display: block;
}
.ag-mobile-menu #search-container-mobile form label {
  width: 212px;
  position: relative;
}
.ag-mobile-menu #search-container-mobile form label #search-icon {
  display: block !important;
  position: absolute;
  top: 8px;
  left: 10px;
}
.ag-mobile-menu #search-container-mobile form label .search-field {
  font-size: 12px;
  font-family: "Roboto Condensed", sans-serif;
  color: #606060;
  background-color: #F3F3F3;
  letter-spacing: 0.03em;
  width: 212px;
  height: 34px;
  padding-left: 35px;
}
.ag-mobile-menu #search-container-mobile form .search-submit {
  color: #282828 !important;
  background-color: #C4C4C4 !important;
  width: 56px;
  height: 30px;
  font-size: 12px;
  float: none;
  margin-left: 2px;
}
.ag-mobile-menu ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.ag-mobile-menu ul li {
  display: block;
  padding-left: 15px;
  background-color: #FFFFFF;
}
.ag-mobile-menu ul li a,
.ag-mobile-menu ul li a:focus,
.ag-mobile-menu ul li a:active,
.ag-mobile-menu ul li a:hover {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  width: 100%;
  line-height: 6px !important;
  display: block;
  padding: 15px 0;
  text-decoration: none;
  color: #606060;
  letter-spacing: 0.03em;
}
.ag-mobile-menu ul li:not(.menu-heading) {
  background: linear-gradient(to right, #FFFFFF 5%, #F3F3F3 5% 95%, #FFFFFF 95%) left bottom white no-repeat;
  background-size: 100% 1px;
}
.ag-mobile-menu ul li:not(.menu-heading).current-menu-item {
  background-color: #3a9948;
}
.ag-mobile-menu ul li:not(.menu-heading):last-of-type {
  background: none;
}
.ag-mobile-menu ul li:not(.menu-heading):last-of-type.current-menu-item {
  background-color: #3a9948;
}
.ag-mobile-menu ul li:not(.menu-heading):last-of-type.current-menu-item a {
  color: #FFFFFF;
}
.ag-mobile-menu ul li:not(.menu-heading):last-of-type:hover {
  background-color: #3a9948;
}
.ag-mobile-menu ul li:not(.menu-heading):last-of-type:hover a {
  color: #FFFFFF;
}
.ag-mobile-menu ul .menu-heading,
.ag-mobile-menu ul .menu-heading:hover {
  background-color: #F3F3F3 !important;
  width: 100%;
  height: 21px;
  display: block;
  margin-top: -2px;
  padding-top: 2px;
}
.ag-mobile-menu ul .menu-heading a,
.ag-mobile-menu ul .menu-heading:hover a {
  font-family: "Libre Baskerville", sans-serif !important;
  font-size: 10px;
  font-style: italic;
  color: #C4C4C4;
  padding-top: 7px;
  pointer-events: none;
}
.ag-mobile-menu ul li:hover,
.ag-mobile-menu ul .current-menu-item {
  background-color: #3a9948;
}
.ag-mobile-menu ul li:hover a,
.ag-mobile-menu ul .current-menu-item a {
  color: #FFFFFF;
}
.ag-mobile-menu .social-media {
  width: 100%;
  height: 59px;
  background-color: #F3F3F3;
  text-align: center;
}
.ag-mobile-menu .social-media .social-icons {
  height: 21px;
  width: 21px;
  display: inline-block;
  margin-top: 20px;
  margin-left: 13px;
  margin-right: 18px;
}
.ag-mobile-menu .social-media .social-icons a {
  display: table-cell;
  height: 100%;
  width: 21px;
  position: relative;
}
.ag-mobile-menu .social-media .social-icons svg {
  position: absolute;
  top: -2px;
  left: 0;
  width: 21px !important;
  height: 21px !important;
}
.ag-mobile-menu .social-media .social-icons svg path {
  fill: #3a9948;
}
.ag-mobile-menu #mobile-nav-download-app {
  width: 100%;
  cursor: pointer;
}
.ag-mobile-menu #mobile-nav-download-app #mobile-scroll-hint {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
  height: 40px;
  display: block;
}
.ag-mobile-menu #mobile-nav-download-app #mobile-nav-container {
  padding: 20px 0 20px 0;
  height: 60px;
  display: flex;
  background-color: #3B9346;
}
.ag-mobile-menu #mobile-nav-download-app #mobile-nav-container #text-mobile-nav-download-app {
  width: 200px;
  color: #FFFFFF !important;
  font-size: 14px;
  letter-spacing: 0.03em;
  padding-left: 15px;
}
.ag-mobile-menu #mobile-nav-download-app #mobile-nav-container #svg-mobile-nav-download-app {
  flex: 1;
  padding-right: 10px;
}
.ag-mobile-menu #mobile-nav-download-app #mobile-nav-container #svg-mobile-nav-download-app svg {
  float: right;
}

@media screen and (max-width: calc(992px - 1px)) {
  #mobile-menu-positioning {
    width: 100%;
    height: 100%;
    position: relative;
  }
  #mobile-menu-positioning #ag-mobile-menu {
    position: absolute;
    left: 0;
  }
  #mobile-menu-positioning #ag-mobile-menu {
    z-index: 999;
    /*max-height: 85vh;
    @media screen and (min-width: $mdBreakPoint) {
      max-height: 86vh;
    }*/
    overflow-x: hidden;
    overflow-y: auto;
  }
  #mobile-menu-positioning #ag-mobile-menu #mobile-nav-download-app {
    position: sticky;
    bottom: 0;
  }
}
.mobile-menu-toggle-body-disabled {
  pointer-events: none;
  cursor: default;
}

.mobile-menu-background-disabled {
  opacity: 0.1;
}

.toggle-trending-menu {
  visibility: hidden;
}

#mobile-menu-bg {
  background: #282828;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: -100vh;
  z-index: 2;
  opacity: 0;
  display: block;
  overflow-y: hidden;
  transition: opacity 1s;
}
#mobile-menu-bg.active {
  display: block;
  top: 59px;
}
#mobile-menu-bg.active.has-banner {
  display: block;
  top: 143px;
}
#mobile-menu-bg.showing {
  opacity: 0.8;
  transition: opacity 1s;
  touch-action: none;
}

@media (max-width: calc(992px - 1px)) {
  .mobile-menu-bg-colour {
    max-width: 100%;
    background-color: #3a9948;
  }
}
.ag-main-menu .rest-menu.active-category-beef .menu-main-menu-container .current-menu-item a {
  color: #AC2A2A;
  border-bottom: 4px solid #AC2A2A;
}
.ag-main-menu .menu-main-menu-container li.menu-heading-beef:hover a {
  color: #AC2A2A;
  border-bottom: 4px solid #AC2A2A;
}

.ag-mobile-menu.active-category-beef .menu-mobile-menu-container .current-menu-item {
  background-color: #AC2A2A;
}
.ag-mobile-menu .menu-mobile-menu-container li.menu-heading-beef:hover {
  background-color: #AC2A2A;
}

.ag-main-menu .rest-menu.active-category-dairy .menu-main-menu-container .current-menu-item a {
  color: #1779C2;
  border-bottom: 4px solid #1779C2;
}
.ag-main-menu .menu-main-menu-container li.menu-heading-dairy:hover a {
  color: #1779C2;
  border-bottom: 4px solid #1779C2;
}

.ag-mobile-menu.active-category-dairy .menu-mobile-menu-container .current-menu-item {
  background-color: #1779C2;
}
.ag-mobile-menu .menu-mobile-menu-container li.menu-heading-dairy:hover {
  background-color: #1779C2;
}

.ag-main-menu .rest-menu.active-category-sheep .menu-main-menu-container .current-menu-item a {
  color: #7AC043;
  border-bottom: 4px solid #7AC043;
}
.ag-main-menu .menu-main-menu-container li.menu-heading-sheep:hover a {
  color: #7AC043;
  border-bottom: 4px solid #7AC043;
}

.ag-mobile-menu.active-category-sheep .menu-mobile-menu-container .current-menu-item {
  background-color: #7AC043;
}
.ag-mobile-menu .menu-mobile-menu-container li.menu-heading-sheep:hover {
  background-color: #7AC043;
}

.ag-main-menu .rest-menu.active-category-tillage .menu-main-menu-container .current-menu-item a {
  color: #EBA70B;
  border-bottom: 4px solid #EBA70B;
}
.ag-main-menu .menu-main-menu-container li.menu-heading-tillage:hover a {
  color: #EBA70B;
  border-bottom: 4px solid #EBA70B;
}

.ag-mobile-menu.active-category-tillage .menu-mobile-menu-container .current-menu-item {
  background-color: #EBA70B;
}
.ag-mobile-menu .menu-mobile-menu-container li.menu-heading-tillage:hover {
  background-color: #EBA70B;
}

.ag-main-menu .rest-menu.active-category-machinery .menu-main-menu-container .current-menu-item a {
  color: #00654A;
  border-bottom: 4px solid #00654A;
}
.ag-main-menu .menu-main-menu-container li.menu-heading-machinery:hover a {
  color: #00654A;
  border-bottom: 4px solid #00654A;
}

.ag-mobile-menu.active-category-machinery .menu-mobile-menu-container .current-menu-item {
  background-color: #00654A;
}
.ag-mobile-menu .menu-mobile-menu-container li.menu-heading-machinery:hover {
  background-color: #00654A;
}

.ag-main-menu .rest-menu.active-category-n-ireland .menu-main-menu-container .current-menu-item a {
  color: #772655;
  border-bottom: 4px solid #772655;
}
.ag-main-menu .menu-main-menu-container li.menu-heading-n-ireland:hover a {
  color: #772655;
  border-bottom: 4px solid #772655;
}

.ag-mobile-menu.active-category-n-ireland .menu-mobile-menu-container .current-menu-item {
  background-color: #772655;
}
.ag-mobile-menu .menu-mobile-menu-container li.menu-heading-n-ireland:hover {
  background-color: #772655;
}

#content.post-type-post {
  width: 96%;
  margin: 0 auto;
  padding-top: 25px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 500px) {
  #content.post-type-post {
    width: 100%;
  }
}
@media screen and (max-width: 399px) {
  #content.post-type-post {
    padding: 20px 10px 0 10px;
  }
}
@media screen and (min-width: 380px) and (max-width: calc( 992px - 1px )) {
  #content.post-type-post {
    padding: 20px 20px 0 20px;
  }
}
@media screen and (min-width: 768px) {
  #content.post-type-post {
    width: 100%;
  }
}

#content.post-type-post-video {
  padding-top: 0 !important;
}
@media screen and (min-width: 219px) {
  #content.post-type-post-video {
    width: 100% !important;
  }
}

@media screen and (min-width: 992px) {
  main.article-body {
    padding-left: 30px;
  }
}
main.article-body #content.video-post iframe {
  max-width: calc(100% - 30px);
}
main.article-body p,
main.article-body .forminator-guttenberg {
  margin: 0 0 26px 0;
}
@media screen and (min-width: 768px) {
  main.article-body p,
main.article-body .forminator-guttenberg {
    margin: 0 26px 26px 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  main.article-body p.has-image,
main.article-body .forminator-guttenberg.has-image {
    margin-right: 0;
    margin-left: -30px;
  }
}
main.article-body p iframe,
main.article-body .forminator-guttenberg iframe {
  max-width: 100%;
}
main.article-body p.has-grey-background-color,
main.article-body .forminator-guttenberg.has-grey-background-color {
  background-color: #E5E5E5;
}
@media screen and (min-width: 992px) {
  main.article-body p.has-grey-background-color,
main.article-body .forminator-guttenberg.has-grey-background-color {
    padding: 30px;
    margin-left: -30px;
  }
}
@media screen and (max-width: calc(992px - 1px)) {
  main.article-body p.has-grey-background-color,
main.article-body .forminator-guttenberg.has-grey-background-color {
    padding: 20px;
    margin-left: -20px;
  }
}
main.article-body p:empty {
  display: none;
}
main.article-body img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
main.article-body h1 {
  font-size: 54px;
  line-height: 94%;
}
main.article-body h2 {
  font-size: 38px;
  line-height: 96%;
}
@media screen and (max-width: calc(768px - 1px)) {
  main.article-body h2 {
    font-size: 30px;
  }
}
main.article-body h3 {
  font-size: 34px;
  line-height: 108%;
}
main.article-body h4 {
  font-size: 30px;
  line-height: 96%;
}
main.article-body h5 {
  font-size: 26px;
  line-height: 120%;
}
main.article-body h6 {
  font-size: 20px;
  line-height: 120%;
}
@media screen and (max-width: 479px) {
  main.article-body h1 {
    font-size: 46px;
  }
  main.article-body h2 {
    font-size: 30px;
  }
  main.article-body h3 {
    font-size: 27px;
  }
  main.article-body h4 {
    font-size: 18px;
  }
  main.article-body h5 {
    font-size: 16px;
  }
}
main.article-body h1,
main.article-body h2,
main.article-body h3,
main.article-body h4,
main.article-body h5,
main.article-body h6 {
  color: #3a9948;
}
@media screen and (min-width: 768px) {
  main.article-body h1,
main.article-body h2,
main.article-body h3,
main.article-body h4,
main.article-body h5,
main.article-body h6 {
    margin: 0 26px 26px 0;
  }
  main.article-body h1 + ul,
main.article-body h2 + ul,
main.article-body h3 + ul,
main.article-body h4 + ul,
main.article-body h5 + ul,
main.article-body h6 + ul {
    margin-top: -13px;
  }
}
@media screen and (min-width: 768px) {
  main.article-body .related-stories .related-stories-list .related-stories-list-item:last-child a h5 {
    margin-bottom: 13px !important;
  }
}
main.article-body h6 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
main.article-body a {
  color: #3a9948;
  font-family: "Roboto Condensed", sans-serif;
}
main.article-body a:hover {
  text-decoration: underline;
}
main.article-body ul,
main.article-body ol {
  margin: 0 0 26px 0;
  list-style: square;
}
@media screen and (min-width: 768px) {
  main.article-body ul,
main.article-body ol {
    margin: 0 26px 26px 0;
  }
}
main.article-body ul li,
main.article-body ol li {
  margin: 0 0 10px 0;
}
main.article-body ul li::marker,
main.article-body ol li::marker {
  font-size: 24px;
  color: #3a9948;
}
main.article-body ul li:last-child:not(.blocks-gallery-item),
main.article-body ol li:last-child:not(.blocks-gallery-item) {
  margin-bottom: 0;
}
main.article-body ol {
  list-style: revert;
}
main.article-body ol li::marker {
  font-size: 18px;
  font-weight: 600;
}
main.article-body ul > li > ul,
main.article-body ol > li > ol {
  margin: 0 0 0 30px;
}
main.article-body blockquote {
  padding-left: 20px;
  border-left: 13px solid #3a9948;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
}
@media screen and (min-width: 219px) {
  main.article-body blockquote {
    margin-left: -20px;
  }
}
@media screen and (min-width: 992px) {
  main.article-body blockquote {
    margin: 0 0 26px -30px;
    padding-left: 40px;
  }
}
main.article-body blockquote p {
  font-size: 18px;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-weight: 400;
  line-height: 26px;
}
@media screen and (min-width: 768px) {
  main.article-body blockquote p {
    margin: 0 120px 26px 0;
  }
}
main.article-body blockquote p a {
  text-decoration: underline;
  font-family: "Libre Baskerville", serif;
}
main.article-body figure ul,
main.article-body .wp-block-gallery ul {
  padding: 0;
  margin: 0;
}
main.article-body figure ul figcaption,
main.article-body .wp-block-gallery ul figcaption {
  font-family: "Libre Baskerville", serif;
  text-align: right;
  color: #FFFFFF;
  padding: 14px 25px;
  font-style: italic;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  background: none #3a9948;
  margin-top: -1px;
}
main.article-body figure figcaption,
main.article-body .wp-block-gallery figcaption {
  font-family: "Libre Baskerville", serif;
  text-align: right;
  color: #FFFFFF;
  padding: 10px 15px;
  font-style: italic;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  background: none #3a9948;
  margin-top: -1px;
}
main.article-body .wp-block-gallery ul figcaption {
  font-size: 12px;
  padding: 5px 10px;
  line-height: 16px;
}
main.article-body .gallery {
  display: flex;
  flex-wrap: wrap;
}
main.article-body .gallery dl.gallery-item {
  padding: 5px;
  width: 33% !important;
}
@media screen and (max-width: 479px) {
  main.article-body .gallery dl.gallery-item {
    width: 50% !important;
  }
}
main.article-body .gallery dl.gallery-item dt img {
  border: none !important;
}
main.article-body .gallery .gallery-caption {
  font-family: "Libre Baskerville", serif;
  text-align: right;
  color: #FFFFFF;
  padding: 2px 5px;
  font-style: italic;
  background: #3a9948;
  font-size: 14px;
}
main.article-body div[id^=attachment_] {
  width: 100% !important;
  max-width: 100% im !important;
  margin-bottom: 30px;
}
main.article-body div[id^=attachment_] p[id^=caption-attachment-] {
  font-family: "Libre Baskerville", serif;
  text-align: right;
  color: #FFFFFF;
  padding: 10px 15px;
  font-style: italic;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  background: none #3a9948;
  margin: -1px 0 0 0;
}
main.article-body a.button,
main.article-body .wp-block-button__link {
  color: #FFFFFF;
  background-color: #3a9948;
  border-radius: 0;
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  padding: 0.667em 1.333em;
  margin: 0 0 26px 0;
}
main.article-body a.button:hover,
main.article-body .wp-block-button__link:hover {
  background-color: #1e4f25;
}
main.article-body a.button {
  margin-top: 5px;
  display: inline-block;
}
main.article-body .wp-block-gallery,
main.article-body .wp-block-video,
main.article-body .wp-block-image,
main.article-body .wp-block-pullquote {
  margin: 0 -20px 26px -20px;
}
@media screen and (min-width: 992px) {
  main.article-body .wp-block-gallery,
main.article-body .wp-block-video,
main.article-body .wp-block-image,
main.article-body .wp-block-pullquote {
    margin: 0 0 26px -30px;
  }
}
main.article-body .wp-block-gallery {
  margin-bottom: calc(26px - 1em);
}
main.article-body .wp-block-embed.is-type-video {
  margin: 0 -20px 26px -20px;
}
@media screen and (min-width: 992px) {
  main.article-body .wp-block-embed.is-type-video {
    margin: 0 0 26px -30px;
  }
}
main.article-body .wp-block-embed.is-type-video .wp-block-embed__wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  /* Then style the iframe to fit in the container div with full height and width */
}
main.article-body .wp-block-embed.is-type-video .wp-block-embed__wrapper.stuck {
  position: fixed;
  overflow: visible;
  bottom: 60px;
  right: 20px;
  width: 260px;
  height: 145px;
  transform: translateY(100%);
  animation: fade-in-up 0.75s ease forwards;
  z-index: 2;
  padding-top: 0;
  box-shadow: 8px 19px 34px -7px rgba(0, 0, 0, 0.4);
}
main.article-body .wp-block-embed.is-type-video .wp-block-embed__wrapper.stuck .sticky-close {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background: white;
}
main.article-body .wp-block-embed.is-type-video .wp-block-embed__wrapper.stuck .sticky-close svg {
  margin-left: -7px;
  margin-top: -7px;
}
main.article-body .wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
main.article-body .wp-block-image img {
  width: 100%;
  max-width: 100%;
}
main.article-body .wp-block-table {
  margin: 0 0 26px 0;
}
@media screen and (min-width: 768px) {
  main.article-body .wp-block-table {
    margin: 0 26px 26px 0;
  }
}
main.article-body .wp-block-table table {
  border-collapse: collapse;
  color: #282828;
  border: 1px solid #E5E5E5;
}
main.article-body .wp-block-table table thead {
  background-color: #3a9948;
  color: #fff;
}
main.article-body .wp-block-table table tr th,
main.article-body .wp-block-table table tr td {
  padding: 10px;
  word-break: normal;
}
main.article-body .wp-block-table table tbody tr,
main.article-body .wp-block-table table tbody td {
  border: 1px solid #E5E5E5;
}
main.article-body .wp-block-table table tfoot {
  border-top: 3px solid #E5E5E5;
  color: #282828;
}
main.article-body .wp-block-table.is-style-stripes table {
  border-color: #fff;
}
main.article-body .wp-block-table.is-style-stripes tbody {
  border-color: transparent;
}
main.article-body .wp-block-table.is-style-stripes tbody tr,
main.article-body .wp-block-table.is-style-stripes tbody td,
main.article-body .wp-block-table.is-style-stripes tbody th {
  border-color: transparent;
}
main.article-body .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #fff;
}
main.article-body .wp-block-table.is-style-stripes tbody tr:nth-child(even) {
  background-color: #F3F3F3;
}
main.article-body .wp-block-table.is-style-stripes tfoot {
  border-color: 3px solid #F3F3F3;
}
@media screen and (max-width: 479px) {
  main.article-body .wp-block-table .has-fixed-layout {
    table-layout: auto;
  }
}
main.article-body .instream-ad {
  width: max-content;
  text-align: center;
  background: transparent;
  margin-bottom: 26px;
}
@media screen and (max-width: 374px) {
  main.article-body .instream-ad {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}
main.article-body .instream-ad .ajax-advert.ad-loaded {
  background: #f3f3f3;
  padding: 20px;
}
@media screen and (min-width: 992px) {
  main.article-body .instream-ad .ajax-advert.ad-loaded {
    margin-right: 30px;
  }
}
@media screen and (max-width: 359px) {
  main.article-body .instream-ad .ajax-advert.ad-loaded {
    padding: 10px 0;
  }
}
@media screen and (min-width: 360px) and (max-width: 374px) {
  main.article-body .instream-ad .ajax-advert.ad-loaded {
    padding: 10px;
  }
}
@media screen and (min-width: 375px) and (max-width: 399px) {
  main.article-body .instream-ad .ajax-advert.ad-loaded {
    padding: 16px;
  }
}
main.article-body .instream-ad .ajax-advert.ad-loaded::after {
  content: "Advertisement";
  font-size: 9px;
  padding-top: 4px;
  display: block;
  color: #212529;
  font-weight: 400;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
}
main.article-body .also-read-inline:hover,
main.article-body a.also-read-inline:active,
main.article-body a.also-read-inline:focus {
  text-decoration: none;
}
main.article-body .also-read-inline {
  padding: 15px 0;
  border-top: 2px solid #e5e5e5;
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 26px;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  color: #3a9948;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  main.article-body .also-read-inline {
    margin: 0;
  }
}
main.article-body .also-read-inline:hover {
  color: #c4c4c4;
}
main.article-body span.also-read-inline {
  margin-left: 0;
  cursor: default;
}
main.article-body .tags {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 32px;
}
main.article-body .tags a {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.1em;
  font-size: 12px;
  display: flex;
  align-items: center;
  width: fit-content;
  background-color: #3a9948;
  color: #FFFFFF;
  padding: 0 10px;
  margin: 5px;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  main.article-body .tags a {
    font-size: 14px;
  }
}
main.article-body .tags a:focus,
main.article-body .tags a:active,
main.article-body .tags a:hover {
  text-decoration: none;
}
main.article-body .tags a:hover {
  background-color: #c4c4c4;
}
main.article-body .related-stories {
  margin: 0 0 26px 0;
}
@media screen and (min-width: 768px) {
  main.article-body .related-stories {
    margin: 0 13px 26px 0;
  }
}
main.article-body .related-stories #related-stories-h5-headline {
  color: #3a9948;
  margin-bottom: 28px;
}
@media screen and (max-width: calc(768px - 1px)) {
  main.article-body .related-stories #related-stories-h5-headline {
    font-size: 18px;
  }
}
@media screen and (max-width: calc(768px - 1px)) {
  main.article-body .related-stories #related-stories-h5-headline {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  main.article-body .related-stories #related-stories-h5-headline {
    margin-bottom: 39px;
  }
}
main.article-body .related-stories .related-stories-list {
  margin-right: 13px !important;
  margin-bottom: -13px !important;
}
main.article-body .related-stories .related-stories-list .related-stories-list-item {
  list-style: none !important;
  margin-left: -40px;
  display: inline;
}
main.article-body .related-stories .related-stories-list .related-stories-list-item h5 {
  font-family: "Roboto Condensed", sans-serif !important;
  color: #606060 !important;
  font-size: 20px;
  line-height: 120%;
  margin-top: -22px;
  margin-left: -13px;
}
@media screen and (max-width: calc(768px - 1px)) {
  main.article-body .related-stories .related-stories-list .related-stories-list-item h5 {
    font-size: 18px;
  }
}
main.article-body .related-stories .related-single-story {
  display: inline-flex;
  margin-bottom: 15px;
}
main.article-body .related-stories .related-single-story svg {
  margin-top: 5px;
  flex-shrink: 0;
}
main.article-body .related-stories .related-single-story svg path {
  fill: #606060;
}
main.article-body .related-stories .related-single-story h5 {
  font-family: "Roboto Condensed", sans-serif;
  color: #606060;
  padding: 0;
  margin: 0 0 0 11px;
  font-size: 20px;
}
main.article-body .related-stories .related-single-story h5:hover {
  text-decoration: underline;
}
main.article-body .related-stories .related-single-story:last-of-type {
  margin-bottom: 0;
}

main.article-body .related-stories .related-stories-list .related-stories-list-item h5:hover {
  text-decoration: underline;
  text-decoration-color: #606060 !important;
}
main.article-body .related-stories .related-stories-list .related-stories-list-item svg path {
  fill: #606060;
}

.technical-template main.article-body .related-stories .related-stories-list .related-stories-list-item {
  font-size: 17px !important;
}

.share {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 4;
  background: #ffffff;
  margin-top: 2px;
  width: 100%;
  border-top: 2px solid #F3F3F3;
  height: 52px;
}
.share .social {
  width: 100%;
  height: 100%;
  display: inline-block !important;
  margin-left: 2px;
}
@media screen and (min-width: 768px) {
  .share .social #share-social-email,
.share .social #share-social-facebook {
    width: 33%;
  }
  .share .social #share-social-twitter,
.share .social #share-social-whatsapp {
    width: 16%;
  }
  .share .social #share-social-email a {
    padding-left: 45%;
  }
  .share .social #share-social-facebook a {
    padding-right: 45%;
  }
}
.share .social #share-social-email svg path {
  fill: #3b9346 !important;
}
.share .social #share-social-twitter svg path {
  fill: #000 !important;
}
.share .social #share-social-whatsapp svg path {
  fill: #3d9346 !important;
}
.share .social #share-social-facebook svg path {
  fill: #115a83 !important;
}
.share .social div {
  display: inline-block;
  height: 100%;
  border-right: 2px solid #F3F3F3;
  /*&.whatsapp-share-icon{
    display: none; //see html.mobile class above
  }*/
}
@media screen and (max-width: calc(768px - 1px)) {
  .share .social div {
    width: 23.75%;
  }
}
.share .social div:last-of-type {
  border-right: 0;
}
.share .social svg {
  font-family: "Font Awesome 5", sans-serif;
  margin-top: 10px;
  height: 31px;
  width: 31px;
}
.share .social svg:hover {
  color: #c4c4c4;
}

.standard-post-template {
  width: 100%;
}
.standard-post-template .podcast-player-list {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .standard-post-template .podcast-player-list {
    margin: 0 8px 12px;
  }
}
.standard-post-template main.article-body .wp-block-image figcaption {
  background: none #3a9948;
}
.standard-post-template .article-header {
  background-color: #FFFFFF;
}
.standard-post-template .ag-no-padding {
  padding: 0;
}
.standard-post-template .ag-no-margin {
  margin: 0;
}
.standard-post-template .ag-image-caption {
  min-height: 52px;
  text-align: right;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
.standard-post-template .ag-image-caption svg {
  position: absolute;
  left: -15px;
  top: -20px;
  width: 100px;
  height: 100px;
}
.standard-post-template .ag-image-caption svg path {
  fill: #00654a;
}
.standard-post-template .ag-image-caption-text {
  padding-top: 13px;
  padding-bottom: 13px;
  font-style: italic;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  margin-right: 15px;
  margin-left: 100px;
}
.standard-post-template .ag-top-border {
  border-top: 2px solid #3d9346;
}
.standard-post-template .ag-sp-title {
  padding: 23px 40px 18px 40px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 51px;
  letter-spacing: 0;
  text-align: left;
  color: #282828;
  border-bottom: 0;
  text-transform: none;
}
.standard-post-template .ag-author-block {
  margin-left: 40px;
}
.standard-post-template .ag-author-block a img {
  border-radius: 50%;
}
.standard-post-template .ag-sp-author-detail {
  display: flex;
  flex-direction: column;
  margin-left: 16px;
  justify-content: center;
}
.standard-post-template .ag-sp-author-detail a {
  display: flex;
  align-items: center;
}
.standard-post-template .ag-sp-author-detail p {
  display: flex;
  align-items: center;
  margin: 0;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 186%;
  font-style: normal;
}
.standard-post-template .title-img {
  margin-top: 26px;
}
.standard-post-template .title-img a {
  width: 100%;
}
.standard-post-template .title-img a img {
  width: 100%;
}
.standard-post-template .ag-text-white {
  color: #FFFFFF;
}
.standard-post-template .ag-sp-content a:hover {
  text-decoration: underline;
}
.standard-post-template .standard-post-ad {
  width: 728px;
  height: 90px;
  border: 1px solid black;
  margin: 30.5px auto;
}
.standard-post-template .advert {
  width: 100%;
  overflow: hidden;
  padding: 18px 0;
  margin: 18px auto;
}
.standard-post-template .advert.below-story-banner {
  width: 96%;
}
@media only screen and (min-width: 768px) {
  .standard-post-template .advert.below-story-banner {
    width: 100%;
  }
}
.standard-post-template .ad-notice {
  font-size: 12px;
  padding-top: 6px;
}
.standard-post-template .post-tags {
  margin: 20px 0;
}

@media screen and (max-width: 768px) {
  .standard-post-template .title-img a img {
    max-height: inherit;
  }
}
@media screen and (max-width: 479px) {
  .standard-post-template .ag-sp-title {
    padding: 10px 13px 2px 13px;
    font-size: 30px;
    line-height: 32px;
  }
  .standard-post-template .ag-author-block {
    display: flex;
    align-items: center;
    margin-left: 13px;
  }
  .standard-post-template .ag-author-block a img {
    width: 26px;
    height: 26px;
  }
  .standard-post-template .ag-sp-author-detail {
    margin-left: 0;
    flex-direction: row;
    flex: auto;
  }
  .standard-post-template .ag-sp-author-detail a {
    margin-left: 13px;
  }
  .standard-post-template .ag-sp-author-detail p {
    flex-direction: row-reverse;
    white-space: nowrap;
    margin-right: 13px;
    margin-left: auto;
  }
  .standard-post-template .title-img {
    margin-top: 13px;
    overflow: hidden;
  }
  .standard-post-template .title-img a {
    max-height: 236px;
  }
  .standard-post-template .title-img a img {
    max-height: inherit;
  }
}
.default-page .default-container {
  padding: 20px;
  background-color: #fff;
}
.default-page .default-container table {
  border-collapse: collapse;
  margin-bottom: 1em;
  border: 0;
}
.default-page .default-container table thead {
  background: #3a9948;
  text-align: left;
  font-family: "Barlow", sans-serif;
  color: #fff;
}
.default-page .default-container table td, .default-page .default-container table th {
  border: 1px solid #C4C4C4;
  padding: 0.5em;
  word-break: normal;
}

.page-id-11265 #container .info-page p:last-child,
.page-id-12588 #container .info-page ol:last-child {
  margin-bottom: 0px;
}

.page-id-12594 #container .info-page a {
  color: #3a9948;
  text-decoration: none;
}
.page-id-12594 #container .info-page a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.page-id-55574 #container .info-page div.row {
  margin-left: 0;
}
.page-id-55574 #container .info-page div.row:not(:last-of-type) {
  margin-bottom: 15px;
}
.page-id-55574 #container .info-page div.row div:first-child {
  margin-right: 10px;
}
@media screen and (max-width: 421px) {
  .page-id-55574 #container .info-page div.row div:first-child {
    margin-bottom: 5px;
  }
}
.page-id-55574 #container .info-page .app-image-size {
  margin-bottom: 15px;
}
.page-id-55574 #container .info-page .app-image-size a img {
  max-width: 100%;
  height: auto;
}

.page-id-11265 #container .info-page,
.page-id-12588 #container .info-page,
.page-id-55574 #container .info-page {
  padding-top: 22px;
}
@media screen and (min-width: 768px) {
  .page-id-11265 #container .info-page,
.page-id-12588 #container .info-page,
.page-id-55574 #container .info-page {
    padding-top: 39px;
  }
}
.page-id-11265 #container .info-page a,
.page-id-12588 #container .info-page a,
.page-id-55574 #container .info-page a {
  color: #3a9948;
  text-decoration: none;
}
.page-id-11265 #container .info-page a:hover,
.page-id-12588 #container .info-page a:hover,
.page-id-55574 #container .info-page a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.page-id-575370 #container #ot-sdk-cookie-policy #cookie-policy-description,
.page-id-575370 #container #ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc {
  font-size: 16px !important;
  line-height: 20px !important;
  color: #212529 !important;
}
.page-id-575370 #container #ot-sdk-cookie-policy #cookie-policy-description,
.page-id-575370 #container #ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc,
.page-id-575370 #container #ot-sdk-cookie-policy h3#cookie-policy-title,
.page-id-575370 #container #ot-sdk-cookie-policy h4.ot-sdk-cookie-policy-group {
  font-family: "Barlow", sans-serif;
}
.page-id-575370 #container #ot-sdk-cookie-policy h3#cookie-policy-title,
.page-id-575370 #container #ot-sdk-cookie-policy h4.ot-sdk-cookie-policy-group {
  color: #3a9948;
  font-style: normal;
  font-weight: 700;
}
.page-id-575370 #container #ot-sdk-cookie-policy h3#cookie-policy-title {
  font-size: 32px !important;
  line-height: 32px;
  margin-bottom: 9px;
  padding-bottom: 7px;
  padding-top: 9px;
}
.page-id-575370 #container #ot-sdk-cookie-policy h4.ot-sdk-cookie-policy-group {
  font-size: 28px !important;
  line-height: 28px;
  margin-bottom: 0;
  padding-bottom: 2px;
}
.page-id-575370 #container #ot-sdk-cookie-policy .ot-sdk-container {
  padding: 0px !important;
}
@media screen and (min-width: 768px) {
  .page-id-575370 #container #ot-sdk-cookie-policy #cookie-policy-description,
.page-id-575370 #container #ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc {
    font-size: 18px !important;
    line-height: 26px !important;
    padding-right: 150px;
  }
  .page-id-575370 #container #ot-sdk-cookie-policy h3#cookie-policy-title {
    font-size: 48px !important;
    line-height: 48px;
    margin-bottom: 9px;
    padding-bottom: 7px;
    padding-top: 13px;
  }
  .page-id-575370 #container #ot-sdk-cookie-policy h4.ot-sdk-cookie-policy-group {
    font-size: 36px !important;
    line-height: 36px;
    margin-bottom: 0;
    padding-bottom: 2px;
  }
}
.page-id-575370 #container #ot-sdk-cookie-policy section {
  margin-bottom: 16px !important;
}
.page-id-575370 #container #ot-sdk-cookie-policy section:last-child {
  margin-bottom: 0px !important;
}
.page-id-575370 #container #ot-sdk-cookie-policy table {
  border-radius: 0px !important;
  border-collapse: collapse !important;
}
.page-id-575370 #container #ot-sdk-cookie-policy table th {
  color: #212529 !important;
}

main.article-body .sponsored-by {
  background-color: #E5E5E5;
  padding: 10px 30px;
  margin-left: -30px;
}
@media only screen and (max-width: 991px) {
  main.article-body .sponsored-by {
    padding: 20px;
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}
main.article-body .sponsored-by a {
  color: #282828;
  text-decoration: none;
}
main.article-body .sponsored-by .sponsor-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
main.article-body .sponsored-by .sponsor-details div p {
  margin: 0;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
}
main.article-body .sponsored-by .sponsor-details img.featured-post-image {
  max-height: 65px;
  width: auto;
  justify-self: right;
}
@media only screen and (max-width: 767px) {
  main.article-body .sponsored-by .sponsor-details img.featured-post-image {
    max-width: 200px;
    width: 75%;
  }
}
main.article-body .sponsored-by .sponsor-details:hover {
  text-decoration: none;
}

img.sponsor-logo-list {
  max-width: 100px;
  margin-bottom: 12px;
  place-self: flex-end;
}

.widget_agriland_latest_news_widget {
  margin-bottom: 48px;
  margin-top: 0 !important;
}
.widget_agriland_latest_news_widget .sidebar-title {
  display: table;
  width: 100%;
  height: 52px;
  position: relative;
  background-color: #3a9948;
  overflow: hidden;
}
@media only screen and (max-width: calc(600px - 1px)) {
  .widget_agriland_latest_news_widget .sidebar-title {
    height: 42px;
  }
}
.widget_agriland_latest_news_widget .sidebar-title h5 {
  color: #FFFFFF;
  text-align: left;
  padding: 2px 0px 0px 19px;
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 400;
}
@media only screen and (max-width: calc(600px - 1px)) {
  .widget_agriland_latest_news_widget .sidebar-title h5 {
    padding: 13px;
  }
}
.widget_agriland_latest_news_widget .sidebar-title svg {
  position: absolute;
  right: -8px;
  top: -20px;
  height: 85px;
  width: 85px;
  float: right;
}
.widget_agriland_latest_news_widget .sidebar-title svg path {
  fill: #00654a;
}
.widget_agriland_latest_news_widget .more {
  display: block;
  margin-top: 25px;
  overflow: auto;
  background-color: #FFFFFF;
}
.widget_agriland_latest_news_widget .more a, .widget_agriland_latest_news_widget .more a:hover, .widget_agriland_latest_news_widget .more a:active, .widget_agriland_latest_news_widget .more a:focus {
  text-decoration: none;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: calc( 992px - 1px )) {
  .widget_agriland_latest_news_widget .more a, .widget_agriland_latest_news_widget .more a:hover, .widget_agriland_latest_news_widget .more a:active, .widget_agriland_latest_news_widget .more a:focus {
    display: block;
  }
}
.widget_agriland_latest_news_widget .more img {
  float: left;
  width: 143px;
}
@media only screen and (min-width: 992px) and (max-width: calc( 1200px - 1px )) {
  .widget_agriland_latest_news_widget .more img {
    width: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: calc( 992px - 1px )) {
  .widget_agriland_latest_news_widget .more img {
    float: none;
    display: block;
    width: 100%;
  }
}
.widget_agriland_latest_news_widget .more .title {
  flex: auto;
  float: right;
  padding: 10px;
  position: relative;
  text-align: left;
}
.widget_agriland_latest_news_widget .more .title .widget-category {
  color: #3D9346;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  line-height: 14px;
  margin-bottom: 7px;
}
@media only screen and (min-width: 992px) and (max-width: calc( 1200px - 1px )) {
  .widget_agriland_latest_news_widget .more .title .widget-category {
    margin-bottom: 4px;
  }
}
.widget_agriland_latest_news_widget .more .title .widget-category-dairy, .widget_agriland_latest_news_widget .more .title .widget-category-dairy-focus, .widget_agriland_latest_news_widget .more .title .widget-category-dairy-news, .widget_agriland_latest_news_widget .more .title .widget-category-dairy-technical {
  color: #1779C2;
}
.widget_agriland_latest_news_widget .more .title .widget-category-beef, .widget_agriland_latest_news_widget .more .title .widget-category-beef-focus, .widget_agriland_latest_news_widget .more .title .widget-category-beef-news, .widget_agriland_latest_news_widget .more .title .widget-category-beef-technical {
  color: #AC2A2A;
}
.widget_agriland_latest_news_widget .more .title .widget-category-sheep, .widget_agriland_latest_news_widget .more .title .widget-category-sheep-focus, .widget_agriland_latest_news_widget .more .title .widget-category-sheep-news, .widget_agriland_latest_news_widget .more .title .widget-category-sheep-technical {
  color: #7AC043;
}
.widget_agriland_latest_news_widget .more .title .widget-category-tillage, .widget_agriland_latest_news_widget .more .title .widget-category-tillage-focus, .widget_agriland_latest_news_widget .more .title .widget-category-tillage-news, .widget_agriland_latest_news_widget .more .title .widget-category-tillage-technical {
  color: #EBA70B;
}
.widget_agriland_latest_news_widget .more .title .widget-category-machinery, .widget_agriland_latest_news_widget .more .title .widget-category-machinery-focus, .widget_agriland_latest_news_widget .more .title .widget-category-machinery-news, .widget_agriland_latest_news_widget .more .title .widget-category-machinery-technical {
  color: #00654A;
}
.widget_agriland_latest_news_widget .more .title .widget-category-video {
  color: #3D9346;
}
.widget_agriland_latest_news_widget .more .title .widget-category-n-ireland {
  color: #772655;
}
.widget_agriland_latest_news_widget .more .title .widget-category-other {
  color: #3D9346;
}
.widget_agriland_latest_news_widget .more .title h6 {
  line-height: 18px;
  color: #282828;
  margin: 0;
  font-size: 16px;
}
@media only screen and (min-width: 992px) and (max-width: calc( 1200px - 1px )) {
  .widget_agriland_latest_news_widget .more .title h6 {
    font-size: 14px;
    line-height: 15px;
  }
}
.widget_agriland_latest_news_widget .more .title .timestamp {
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #757575;
  float: right;
  margin-bottom: 0;
  position: absolute;
  bottom: 6px;
  right: 12px;
}
@media only screen and (min-width: 768px) and (max-width: calc( 992px - 1px )) {
  .widget_agriland_latest_news_widget .more .title .timestamp {
    position: relative;
    display: block;
    bottom: auto;
    margin-top: 8px;
    right: 0;
  }
}
.widget_agriland_latest_news_widget .more:hover {
  opacity: 0.8;
}

#right-col-mobile-only .widget_agriland_latest_news_widget {
  margin-top: 36px !important;
}
@media only screen and (min-width: 768px) and (max-width: calc( 992px - 1px )) {
  #right-col-mobile-only .widget_agriland_latest_news_widget .widget-wrapper {
    margin-top: 27px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: max-content max-content;
    gap: 27px 27px;
  }
  #right-col-mobile-only .widget_agriland_latest_news_widget .widget-wrapper .more {
    margin-top: 0;
  }
  #right-col-mobile-only .widget_agriland_latest_news_widget .widget-wrapper .more h6 {
    font-size: 20px;
    line-height: 22px;
  }
}
@media only screen and (max-width: calc( 768px - 1px )) {
  #right-col-mobile-only .more {
    margin-top: 13px;
  }
}
#right-col-mobile-only .ag-widget:last-of-type {
  margin-bottom: 26px;
}

.widget_agriland_must_read_widget {
  margin-bottom: 48px;
  margin-top: 0 !important;
}
.widget_agriland_must_read_widget .sidebar-title {
  display: table;
  width: 100%;
  height: 52px;
  position: relative;
  background-color: #3a9948;
  overflow: hidden;
}
@media only screen and (max-width: calc(600px - 1px)) {
  .widget_agriland_must_read_widget .sidebar-title {
    height: 42px;
  }
}
.widget_agriland_must_read_widget .sidebar-title h5 {
  color: #FFFFFF;
  text-align: left;
  padding: 2px 0px 0px 19px;
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 400;
}
@media only screen and (max-width: calc(600px - 1px)) {
  .widget_agriland_must_read_widget .sidebar-title h5 {
    padding: 13px;
  }
}
.widget_agriland_must_read_widget .sidebar-title svg {
  position: absolute;
  right: -8px;
  top: -20px;
  height: 85px;
  width: 85px;
  float: right;
}
.widget_agriland_must_read_widget .sidebar-title svg path {
  fill: #00654a;
}
.widget_agriland_must_read_widget .widget-wrapper {
  margin-top: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}
#right-col .widget_agriland_must_read_widget .widget-wrapper {
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) and (max-width: calc( 1200px - 1px )) {
  .widget_agriland_must_read_widget .widget-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: calc( 768px - 1px )) {
  .widget_agriland_must_read_widget .widget-wrapper {
    grid-template-columns: 1fr;
    margin-top: 13px;
    gap: 13px;
  }
}
.widget_agriland_must_read_widget .more {
  display: block;
  margin-top: 0 !important;
  background-color: #FFFFFF;
}
.widget_agriland_must_read_widget .more a, .widget_agriland_must_read_widget .more a:hover, .widget_agriland_must_read_widget .more a:active, .widget_agriland_must_read_widget .more a:focus {
  text-decoration: none;
  display: block;
}
.widget_agriland_must_read_widget .more .article-container {
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: calc( 992px - 1px )) {
  .widget_agriland_must_read_widget .more .article-container {
    display: block;
  }
}
.widget_agriland_must_read_widget .more .article-container .number {
  color: #FFFFFF;
  font-size: 36px;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  line-height: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  float: left;
  padding: 39px 10px;
}
@media only screen and (min-width: 992px) and (max-width: calc( 1200px - 1px )) {
  .widget_agriland_must_read_widget .more .article-container .number {
    font-size: 24px;
    padding: 39px 6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: calc( 992px - 1px )) {
  .widget_agriland_must_read_widget .more .article-container .number {
    float: none;
    position: absolute;
    padding: 64px 10px;
  }
}
.widget_agriland_must_read_widget .more .article-container img {
  width: 117px;
}
@media only screen and (min-width: 992px) and (max-width: calc( 1200px - 1px )) {
  .widget_agriland_must_read_widget .more .article-container img {
    width: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: calc( 992px - 1px )) {
  .widget_agriland_must_read_widget .more .article-container img {
    width: 100%;
  }
}
.widget_agriland_must_read_widget .more .article-container .title {
  display: inline-block;
  padding: 10px;
  position: relative;
  text-align: left;
}
@media only screen and (min-width: 992px) and (max-width: calc( 1200px - 1px )) {
  .widget_agriland_must_read_widget .more .article-container .title {
    font-size: 9px;
  }
}
.widget_agriland_must_read_widget .more .article-container .title h6 {
  line-height: 18px;
  color: #282828;
  margin: 0;
  font-size: 16px;
}
@media only screen and (min-width: 992px) and (max-width: calc( 1200px - 1px )) {
  .widget_agriland_must_read_widget .more .article-container .title h6 {
    font-size: 14px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: calc( 1200px - 1px )) {
  .widget_agriland_must_read_widget.widget .more .article-container .title {
    width: 100%;
  }
  .widget_agriland_must_read_widget.widget .more .article-container .title h6 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 600px) and (max-width: calc( 992px - 1px)) {
  .widget_agriland_must_read_widget.widget .more .article-container .title {
    width: 100%;
    min-height: auto;
  }
  .widget_agriland_must_read_widget.widget .more .article-container .title h6 {
    font-size: 18px;
    line-height: 20px;
  }
  .widget_agriland_must_read_widget.widget .more .article-container img {
    height: auto;
  }
  .widget_agriland_must_read_widget.widget .more .article-container .number {
    position: relative;
    width: auto;
    font-size: 30px;
    padding: 39px 8px;
  }
}
@media only screen and (min-width: 375px) and (max-width: calc( 600px - 1px )) {
  .widget_agriland_must_read_widget.widget .more {
    width: 100%;
  }
  .widget_agriland_must_read_widget.widget .more .article-container .title {
    width: 100%;
    float: none;
    padding: 9px;
  }
  .widget_agriland_must_read_widget.widget .more .article-container .title h6 {
    font-size: 18px;
    line-height: 20px;
    float: none;
  }
  .widget_agriland_must_read_widget.widget .more .article-container .number {
    position: relative;
    width: auto;
    font-size: 30px;
    padding: 39px 8px;
  }
}
@media only screen and (max-width: calc( 375px - 1px )) {
  .widget_agriland_must_read_widget.widget .more .article-container .title {
    width: 100%;
    float: none;
    padding: 6px;
  }
  .widget_agriland_must_read_widget.widget .more .article-container .title h6 {
    font-size: 15px;
    line-height: 17px;
    float: none;
  }
  .widget_agriland_must_read_widget.widget .more .article-container .number {
    position: relative;
    width: auto;
    font-size: 24px;
    padding: 39px 8px;
  }
}
.widget_agriland_must_read_widget .more:nth-child(odd) a .number {
  background-color: #00654a;
}
.widget_agriland_must_read_widget .more:nth-child(even) a .number {
  background-color: #3a9948;
}
.widget_agriland_must_read_widget .more:hover {
  opacity: 0.8;
}
.widget_agriland_must_read_widget.ag-widget .more {
  width: 100%;
}

#standard-post-sidebar .widget_agriland_must_read_widget .widget-wrapper, .right-bar .widget_agriland_must_read_widget .widget-wrapper {
  grid-template-columns: 1fr;
}

@media only screen and (min-width: 768px) and (max-width: calc( 992px - 1px )) {
  #right-col-mobile-only .widget_agriland_must_read_widget {
    margin-top: 27px !important;
  }
  #right-col-mobile-only .widget_agriland_must_read_widget .widget-wrapper {
    margin-top: 27px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: max-content max-content;
    gap: 27px 27px;
  }
  #right-col-mobile-only .widget_agriland_must_read_widget .widget-wrapper .more {
    margin-top: 0;
  }
  #right-col-mobile-only .widget_agriland_must_read_widget .widget-wrapper .more .number {
    height: 191px;
  }
  #right-col-mobile-only .widget_agriland_must_read_widget .widget-wrapper .more h6 {
    font-size: 20px;
    line-height: 22px;
  }
}
@media only screen and (max-width: calc( 768px - 1px )) {
  #right-col-mobile-only .widget_agriland_must_read_widget .number {
    padding: 39px 7px;
    min-width: 36px;
  }
}

.widget_agriland_related_articles_widget {
  margin-bottom: 48px;
}
.widget_agriland_related_articles_widget .sidebar-title {
  display: table;
  width: 100%;
  height: 52px;
  position: relative;
  background-color: #3a9948;
  overflow: hidden;
}
@media only screen and (max-width: calc(600px - 1px)) {
  .widget_agriland_related_articles_widget .sidebar-title {
    height: 42px;
  }
}
.widget_agriland_related_articles_widget .sidebar-title h5 {
  color: #FFFFFF;
  text-align: left;
  padding: 2px 0px 0px 19px;
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 400;
}
@media only screen and (max-width: calc(600px - 1px)) {
  .widget_agriland_related_articles_widget .sidebar-title h5 {
    padding: 13px;
  }
}
.widget_agriland_related_articles_widget .sidebar-title svg {
  position: absolute;
  right: -8px;
  top: -20px;
  height: 85px;
  width: 85px;
  float: right;
}
.widget_agriland_related_articles_widget .sidebar-title svg path {
  fill: #00654a;
}
.widget_agriland_related_articles_widget .sidebar-title {
  background-color: #3D9346;
}
.widget_agriland_related_articles_widget .sidebar-title h5 {
  text-transform: uppercase;
}
.widget_agriland_related_articles_widget .sidebar-title svg path {
  fill: #00654A;
}
.widget_agriland_related_articles_widget .more {
  width: 100%;
  position: relative;
  margin-top: 27px;
  box-sizing: content-box;
}
.widget_agriland_related_articles_widget .more picture {
  display: block;
}
.widget_agriland_related_articles_widget .more a {
  display: block;
  width: 100%;
}
.widget_agriland_related_articles_widget .more a img {
  width: 100%;
}
.widget_agriland_related_articles_widget .more a .title {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
  padding: 13px;
}
.widget_agriland_related_articles_widget .more a .title h4 {
  text-align: left;
  color: #FFFFFF;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: calc( 1200px - 1px )) {
  .widget_agriland_related_articles_widget .more a .title h4 {
    font-size: 18px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: calc( 992px - 1px )) {
  .widget_agriland_related_articles_widget .more a .title h4 {
    font-size: 16px;
    line-height: 18px;
  }
}
.widget_agriland_related_articles_widget .more a, .widget_agriland_related_articles_widget .more a:hover, .widget_agriland_related_articles_widget .more a:active, .widget_agriland_related_articles_widget .more a:focus {
  text-decoration: none;
}
.widget_agriland_related_articles_widget .more:hover {
  opacity: 0.8;
}

div[id^=agriland_related_articles_widget-] .more {
  border-bottom: 2px solid #3a9948;
}

.technical-dairy div[id^=agriland_related_articles_widget-] .more {
  border-bottom: 2px solid #1779C2;
}

.technical-beef div[id^=agriland_related_articles_widget-] .more {
  border-bottom: 2px solid #AC2A2A;
}

.technical-sheep div[id^=agriland_related_articles_widget-] .more {
  border-bottom: 2px solid #7AC043;
}

.technical-machinery div[id^=agriland_related_articles_widget-] .more {
  border-bottom: 2px solid #00654A;
}

.technical-tillage div[id^=agriland_related_articles_widget-] .more {
  border-bottom: 2px solid #EBA70B;
}

@media only screen and (min-width: 768px) and (max-width: calc( 992px - 1px )) {
  #right-col-mobile-only .widget_agriland_related_articles_widget .widget-wrapper {
    margin-top: 27px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: max-content max-content;
    gap: 27px 27px;
  }
  #right-col-mobile-only .widget_agriland_related_articles_widget .widget-wrapper .more {
    margin-top: 0;
  }
  #right-col-mobile-only .widget_agriland_related_articles_widget .widget-wrapper .more h4 {
    font-size: 20px;
    line-height: 22px;
  }
}

.widget_agriland_factory_prices_widget {
  margin-bottom: 26px;
  text-align: center;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: max-content max-content max-content;
  gap: 12px 12px;
}
.widget_agriland_factory_prices_widget a {
  width: 100%;
  margin: 0;
  height: auto;
  display: inline-block;
  color: #850909;
}
.widget_agriland_factory_prices_widget a, .widget_agriland_factory_prices_widget a:active, .widget_agriland_factory_prices_widget a:hover, .widget_agriland_factory_prices_widget a:focus {
  text-decoration: none;
}
.widget_agriland_factory_prices_widget .more {
  display: inline-block;
  width: 100%;
  margin: 0;
  height: auto;
  padding: 0 10px 10px;
  min-height: 125px;
}
@media screen and (max-width: calc( 375px - 1px )) {
  .widget_agriland_factory_prices_widget .more {
    min-height: 180px;
  }
}
.widget_agriland_factory_prices_widget .more p {
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #F3F3F3;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-top: 10px;
  margin-bottom: 0;
}
.widget_agriland_factory_prices_widget .more svg {
  width: 32px;
  height: 32px;
}
.widget_agriland_factory_prices_widget .more .price {
  font-size: 18px;
  letter-spacing: initial;
  margin-top: 0;
}
.widget_agriland_factory_prices_widget .more .price span {
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  letter-spacing: initial;
  text-transform: initial;
}
.widget_agriland_factory_prices_widget .more .price span:first-of-type {
  font-weight: 400;
}
.widget_agriland_factory_prices_widget .more .price span:last-of-type {
  font-weight: 500;
}
.widget_agriland_factory_prices_widget .more .kill-container {
  width: 100%;
}
.widget_agriland_factory_prices_widget .more .kill-container .kill {
  width: 60px;
  display: inline-block;
}
.widget_agriland_factory_prices_widget .more .kill-container .kill .head {
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  letter-spacing: initial;
  text-transform: initial;
  font-weight: 400;
  margin-top: 0;
}
.widget_agriland_factory_prices_widget .more:hover {
  opacity: 0.8;
}
.widget_agriland_factory_prices_widget a:nth-child(odd) {
  margin-right: 11px;
}
.widget_agriland_factory_prices_widget .up {
  background-color: #00654a;
}
.widget_agriland_factory_prices_widget .up svg path {
  fill: #3a9948;
}
.widget_agriland_factory_prices_widget .down {
  background-color: #AC2A2A;
}

@media screen and (min-width: 768px) and (max-width: calc( 992px - 1px )) {
  #right-col-mobile-only .widget_agriland_factory_prices_widget {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: calc( 768px - 1px )) {
  #right-col-mobile-only .widget_agriland_factory_prices_widget .more {
    margin-top: 0;
  }
}

.widget_agriland_videos_widget {
  margin-bottom: 48px;
}
.widget_agriland_videos_widget .sidebar-title {
  display: table;
  width: 100%;
  height: 52px;
  position: relative;
  background-color: #3a9948;
  overflow: hidden;
}
@media only screen and (max-width: calc(600px - 1px)) {
  .widget_agriland_videos_widget .sidebar-title {
    height: 42px;
  }
}
.widget_agriland_videos_widget .sidebar-title h5 {
  color: #FFFFFF;
  text-align: left;
  padding: 2px 0px 0px 19px;
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 400;
}
@media only screen and (max-width: calc(600px - 1px)) {
  .widget_agriland_videos_widget .sidebar-title h5 {
    padding: 13px;
  }
}
.widget_agriland_videos_widget .sidebar-title svg {
  position: absolute;
  right: -8px;
  top: -20px;
  height: 85px;
  width: 85px;
  float: right;
}
.widget_agriland_videos_widget .sidebar-title svg path {
  fill: #00654a;
}
.widget_agriland_videos_widget .sidebar-title {
  background-color: #282828;
}
.widget_agriland_videos_widget .sidebar-title h5 {
  text-transform: uppercase;
}
.widget_agriland_videos_widget .sidebar-title svg path {
  fill: #282828;
}
.widget_agriland_videos_widget .sidebar-title:hover h5 {
  text-decoration: underline;
}
.widget_agriland_videos_widget .more {
  width: 100%;
  position: relative;
  margin-top: 26px;
  background-color: #282828;
}
.widget_agriland_videos_widget .more a, .widget_agriland_videos_widget .more a:hover, .widget_agriland_videos_widget .more a:active, .widget_agriland_videos_widget .more a:focus {
  text-decoration: none;
  display: grid;
  grid-template-columns: 50% 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .widget_agriland_videos_widget .more a, .widget_agriland_videos_widget .more a:hover, .widget_agriland_videos_widget .more a:active, .widget_agriland_videos_widget .more a:focus {
    grid-template-columns: 100%;
  }
}
.widget_agriland_videos_widget .more picture {
  width: 100%;
}
.widget_agriland_videos_widget .more picture img {
  width: 179px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget_agriland_videos_widget .more picture img {
    width: 151px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .widget_agriland_videos_widget .more picture img {
    width: 250px;
  }
}
.widget_agriland_videos_widget .more .playBtn {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px 8px 5px 11px;
  height: 40px;
  background-color: #282828;
  align-items: center;
}
.widget_agriland_videos_widget .more .playBtn p {
  display: inline-block;
  color: #FFFFFF;
  margin-bottom: 0;
  margin-right: 15px;
}
.widget_agriland_videos_widget .more .playBtn img {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.widget_agriland_videos_widget .more .title {
  width: 100%;
  padding: 13px;
  text-align: left;
}
.widget_agriland_videos_widget .more .title h6 {
  line-height: 125%;
  color: #FFFFFF;
  margin: 0;
  font-weight: 500;
}
.widget_agriland_videos_widget .more .title .time-published {
  position: absolute;
  right: 10px;
  bottom: 8px;
  color: #757575;
  font-family: Barlow, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-transform: capitalize;
}
.widget_agriland_videos_widget .more .title .time-published {
  color: #c3c3c3;
}
.widget_agriland_videos_widget .more:hover {
  opacity: 0.8;
}

.widget-ad, .widget-ad-sticky {
  margin-bottom: 48px;
}

.sticky-ad {
  position: fixed;
  top: 70px;
  margin-left: 29px;
}
.sticky-ad.absolute-ad {
  position: absolute;
}

.agrirecruit-widget {
  display: flex;
  flex-direction: column;
}
.agrirecruit-widget h5 {
  border-top: 5px solid #009FAF;
  background-color: #E5E5E5;
  padding: 8px;
  margin: 0;
}
.agrirecruit-widget h5 a {
  color: #009FAF;
  display: flex;
  align-items: center;
}
.agrirecruit-widget h5 a img {
  margin-left: auto;
  width: 187px;
  height: 50px;
}
.agrirecruit-widget ul.job-listings {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.agrirecruit-widget ul.job-listings li {
  display: flex;
  border-top: 1px solid #E5E5E5;
}
.agrirecruit-widget ul.job-listings li a {
  padding: 10px 13px;
  flex: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 24px;
  background-color: #FFFFFF;
  color: #009FAF;
}
.agrirecruit-widget ul.job-listings li a:hover {
  background-color: #E5E5E5;
}
.agrirecruit-widget .widget-agrirecruit-button {
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #009FAF;
  color: #FFFFFF;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 41px;
}
.agrirecruit-widget .widget-agrirecruit-button:hover {
  background-color: #009FAF;
  opacity: 0.8;
}

.haystack-widget {
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: calc(992px - 1px)) {
  .haystack-widget {
    display: none;
  }
}
.haystack-widget h5 {
  height: 58px;
  background-color: #FFCC00;
  padding: 13px;
  margin-bottom: 1px;
}
.haystack-widget h5 a {
  color: #0076C1;
  display: flex;
  justify-content: center;
}
.haystack-widget h5 a svg {
  display: block;
  padding-bottom: 6px;
}
.haystack-widget ul.haystack-listings {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.haystack-widget ul.haystack-listings li {
  position: relative;
  display: flex;
  background-color: #FFFFFF;
  margin: 2px 0 2px 0;
}
.haystack-widget ul.haystack-listings li:hover {
  text-decoration: underline;
}
.haystack-widget ul.haystack-listings li a {
  word-wrap: break-word;
  padding: 10px 10px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  line-height: 110%;
  color: #282828;
}
@media screen and (min-width: 1200px) {
  .haystack-widget ul.haystack-listings li a {
    max-width: 232px;
  }
}
@media only screen and (min-width: 992px) and (max-width: calc(1200px - 1px)) {
  .haystack-widget ul.haystack-listings li a {
    max-width: 179px;
  }
}
.haystack-widget ul.haystack-listings li a .spacer {
  height: 6px;
  margin-top: 6px;
  background: transparent;
}
.haystack-widget ul.haystack-listings li #haystack-list-location {
  width: 115px;
  height: 26px;
  position: absolute;
  bottom: 8px;
  right: 10px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-left: 10px;
  margin-top: 40px;
  background-color: #E5E5E5;
  color: #606060;
}
.haystack-widget ul.haystack-listings li svg {
  position: absolute;
  bottom: 13px;
  right: 10px;
}
.haystack-widget ul.haystack-listings li svg path {
  fill: #606060;
}
.haystack-widget .widget-haystack-button {
  height: 40px;
  display: flex;
  align-items: center;
  margin-top: 1px;
  justify-content: center;
  background-color: #606060;
  color: #FFCC00;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 41px;
}
.haystack-widget .widget-haystack-button:hover {
  text-decoration: underline;
}
.haystack-widget .widget-haystack-button #button-free-styled {
  color: #FFFFFF;
}

.rejuvenate-ag-widget .rejuvenate-widget-wrapper {
  display: grid;
  row-gap: 18px;
}
@media only screen and (max-width: calc(992px - 1px)) {
  .rejuvenate-ag-widget .rejuvenate-widget-wrapper {
    row-gap: 13px;
  }
}
.rejuvenate-ag-widget .rejuvenate-widget-wrapper article a {
  display: grid;
  grid-template-columns: 100px auto;
  padding-right: 8px;
  gap: 4px 8px;
}
.rejuvenate-ag-widget .rejuvenate-widget-wrapper article a .overline {
  margin-top: 8px;
  font-size: 12px;
  line-height: 12px;
}
.rejuvenate-ag-widget .rejuvenate-widget-wrapper article a .time-published {
  margin-bottom: 8px;
}
.rejuvenate-ag-widget .rejuvenate-widget-wrapper article a .title h6 {
  font-size: 16px;
  line-height: 125%;
}
.rejuvenate-ag-widget .rejuvenate-sidebar-title h5 {
  color: #282828;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 18px;
  padding-bottom: 7px;
  border-bottom: 1px solid #282828;
}
.rejuvenate-ag-widget .rejuvenate-sidebar-title h5 span {
  font-weight: 700;
}

.podcast-template-default.single-podcast .rejuvenate-ag-widget .rejuvenate-sidebar-title h5 {
  color: #3a9948;
  border-bottom-color: #3a9948;
}

.beef-calculator-wrapper {
  width: 100%;
}
.beef-calculator-wrapper .beef-calc-header {
  width: 100%;
  height: 52px;
  margin-top: 20px;
  background-color: #AC2A2A;
  display: table;
  padding-left: 26px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .beef-calculator-wrapper .beef-calc-header {
    padding-left: 13px;
  }
}
.beef-calculator-wrapper .beef-calc-header h5 {
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 120%;
  font-style: normal;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  padding-bottom: 0px;
}
@media only screen and (max-width: calc(479px - 1px)) {
  .beef-calculator-wrapper .beef-calc-header h5 {
    font-size: 16px;
  }
}
.beef-calculator-wrapper .beef-calc-header svg {
  position: absolute;
  top: -50px;
  right: -30px;
}
.beef-calculator-wrapper .beef-calc-header svg path {
  fill: #971515;
}
.beef-calculator-wrapper .beef-calculator {
  width: 100%;
  background-color: #FFFFFF;
}
.beef-calculator-wrapper .beef-calculator .first, .beef-calculator-wrapper .beef-calculator .second, .beef-calculator-wrapper .beef-calculator .third, .beef-calculator-wrapper .beef-calculator .fourth, .beef-calculator-wrapper .beef-calculator .other {
  width: 100%;
}
.beef-calculator-wrapper .beef-calculator .margin-right {
  margin-right: 22px;
}
.beef-calculator-wrapper .beef-calculator .search-params {
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
  grid-template-columns: 160px 200px 140px 110px 80px 80px 176px;
  grid-template-rows: 1fr;
  gap: 20px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: calc(1200px - 1px)) {
  .beef-calculator-wrapper .beef-calculator .search-params {
    grid-template-columns: 140px 170px 140px 70px 60px 60px 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: calc(992px - 1px)) {
  .beef-calculator-wrapper .beef-calculator .search-params {
    grid-template-columns: 100px 150px 110px 60px 60px 60px 88px;
    padding-left: 10px;
    gap: 10px;
  }
}
@media only screen and (max-width: calc(768px - 1px)) {
  .beef-calculator-wrapper .beef-calculator .search-params {
    display: none;
  }
}
.beef-calculator-wrapper .beef-calculator .search-params h5 {
  display: inline-block;
  /*float: left;*/
  color: #282828;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
  font-style: normal;
  margin-right: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: calc(992px - 1px)) {
  .beef-calculator-wrapper .beef-calculator .search-params h5 {
    font-size: 14px;
    line-height: 16px;
  }
}
.beef-calculator-wrapper .beef-calculator form {
  clear: left;
  width: 100%;
  background-color: #282828;
  padding: 26px;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .beef-calculator-wrapper .beef-calculator form {
    padding: 13px;
  }
}
.beef-calculator-wrapper .beef-calculator form input:focus, .beef-calculator-wrapper .beef-calculator form select:focus, .beef-calculator-wrapper .beef-calculator form button:focus, .beef-calculator-wrapper .beef-calculator form .calculate {
  outline: 0;
}
.beef-calculator-wrapper .beef-calculator form .remove-animal:hover, .beef-calculator-wrapper .beef-calculator form button:hover, .beef-calculator-wrapper .beef-calculator form .calculate:hover, .beef-calculator-wrapper .beef-calculator form select {
  cursor: pointer;
}
.beef-calculator-wrapper .beef-calculator form .form-row {
  display: grid;
  grid-template-columns: 160px 200px 140px 110px 80px 80px 96px 80px;
  grid-template-rows: 1fr;
  gap: 26px;
  margin-bottom: 26px;
}
.beef-calculator-wrapper .beef-calculator form .form-row h5 {
  color: white;
  display: block;
  font-size: 18px;
  line-height: 120%;
  font-style: normal;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  padding-bottom: 0px;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .beef-calculator-wrapper .beef-calculator form .form-row h5 {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: calc(1200px - 1px)) {
  .beef-calculator-wrapper .beef-calculator form .form-row {
    grid-template-columns: 140px 170px 140px 70px 60px 60px 60px 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: calc(992px - 1px)) {
  .beef-calculator-wrapper .beef-calculator form .form-row {
    grid-template-columns: 100px 150px 110px 60px 60px 60px 54px 34px;
  }
}
@media only screen and (max-width: calc(768px - 1px)) {
  .beef-calculator-wrapper .beef-calculator form .form-row {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: calc(25% - 10px) calc(25% - 10px) calc(25% - 10px) calc(25% - 10px);
    gap: 13px;
    margin-bottom: 13px;
  }
  .beef-calculator-wrapper .beef-calculator form .form-row div.calculator-animal-container {
    grid-column: 1/3;
  }
  .beef-calculator-wrapper .beef-calculator form .form-row div.calculator-age-container {
    grid-column: 3/5;
  }
  .beef-calculator-wrapper .beef-calculator form .form-row div.weight {
    grid-column: 1/3;
    display: grid;
    height: auto;
    align-self: end;
    grid-template-columns: 50px auto;
  }
  .beef-calculator-wrapper .beef-calculator form .form-row div.weight h5 {
    color: white;
    grid-column: 1/3;
  }
  .beef-calculator-wrapper .beef-calculator form .form-row div.calculator-number-container {
    grid-column: 3/5;
    height: 40px;
  }
}
.beef-calculator-wrapper .beef-calculator form .form-row select {
  border-radius: 2px;
  display: inline-block;
  background-color: #E5E5E5;
  height: 50px;
  padding-left: 12px;
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: calc(992px - 1px)) {
  .beef-calculator-wrapper .beef-calculator form .form-row select {
    font-size: 14px;
    height: 40px;
    padding-bottom: 2px;
    padding-left: 0;
  }
}
@media only screen and (max-width: calc(768px - 1px)) {
  .beef-calculator-wrapper .beef-calculator form .form-row select {
    height: 40px;
  }
}
.beef-calculator-wrapper .beef-calculator form .form-row select:active, .beef-calculator-wrapper .beef-calculator form .form-row select:hover {
  border-color: #FFFFFF;
}
.beef-calculator-wrapper .beef-calculator form .form-row input {
  border-radius: 2px;
  height: 100%;
  background-color: #E5E5E5;
  padding-left: 3px;
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: calc(992px - 1px)) {
  .beef-calculator-wrapper .beef-calculator form .form-row input {
    font-size: 14px;
    line-height: 16px;
    height: 40px;
    padding: 6px;
    padding-bottom: 9px;
  }
}
.beef-calculator-wrapper .beef-calculator form .form-row input:active, .beef-calculator-wrapper .beef-calculator form .form-row input:hover {
  border-color: #FFFFFF;
}
.beef-calculator-wrapper .beef-calculator form .form-row .weight {
  display: flex;
  height: 50px;
}
@media only screen and (min-width: 768px) and (max-width: calc(992px - 1px)) {
  .beef-calculator-wrapper .beef-calculator form .form-row .weight {
    height: 40px;
  }
}
.beef-calculator-wrapper .beef-calculator form .form-row .weight .input-prepend {
  border-radius: 2px 0 0 2px;
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 100%;
  width: 50px;
  background-color: #606060;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) and (max-width: calc(992px - 1px)) {
  .beef-calculator-wrapper .beef-calculator form .form-row .weight .input-prepend {
    height: 40px;
    font-size: 14px;
    line-height: 16px;
  }
}
@media only screen and (max-width: calc(768px - 1px)) {
  .beef-calculator-wrapper .beef-calculator form .form-row .weight .input-prepend {
    height: 40px;
  }
}
.beef-calculator-wrapper .beef-calculator form .form-row .weight input {
  border-radius: 0 2px 2px 0;
  display: inline-block;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: calc(992px - 1px)) {
  .beef-calculator-wrapper .beef-calculator form .form-row .weight input {
    height: 40px;
    font-size: 14px;
    line-height: 16px;
    padding: 6px;
    padding-bottom: 9px;
  }
}
.beef-calculator-wrapper .beef-calculator form .form-row .checkbox {
  display: inline-flex;
  cursor: pointer;
  position: relative;
  margin: 0;
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.beef-calculator-wrapper .beef-calculator form .form-row .checkbox input {
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(196, 196, 196, 0.1);
  border-radius: 2px;
  transition-duration: 0.3s;
  background-color: #E5E5E5;
  cursor: pointer;
}
.beef-calculator-wrapper .beef-calculator form .form-row .checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.beef-calculator-wrapper .beef-calculator form .form-row .checkbox input:checked ~ .checkmark:after {
  display: block;
}
.beef-calculator-wrapper .beef-calculator form .form-row .checkbox .checkmark:after {
  left: 28px;
  top: 0;
  width: 25px;
  height: 40px;
  border: solid black;
  border-width: 0 6px 6px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.beef-calculator-wrapper .beef-calculator form .form-row .checkbox .calculator-quality-assured-message {
  display: none;
  position: relative;
  color: #E5E5E5;
  align-self: flex-end;
}
@media only screen and (min-width: 768px) and (max-width: calc(992px - 1px)) {
  .beef-calculator-wrapper .beef-calculator form .form-row .checkbox .calculator-quality-assured-message {
    font-size: 16px;
    line-height: 18px;
    margin-top: 2px;
  }
}
.beef-calculator-wrapper .beef-calculator form .form-row .remove-animal {
  height: 100%;
  background-color: rgba(229, 229, 229, 0.1);
  display: flex;
  align-items: center;
}
.beef-calculator-wrapper .beef-calculator form .form-row .remove-animal img {
  width: 30px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: calc(992px - 1px)) {
  .beef-calculator-wrapper .beef-calculator form .form-row .remove-animal img {
    width: 24px;
  }
}
.beef-calculator-wrapper .beef-calculator form .form-row:first-of-type .remove-animal {
  display: none;
}
.beef-calculator-wrapper .beef-calculator form .last-row {
  display: grid;
  grid-template-columns: 160px 690px 196px;
  gap: 20px;
}
@media only screen and (min-width: 992px) and (max-width: calc(1200px - 1px)) {
  .beef-calculator-wrapper .beef-calculator form .last-row {
    grid-template-columns: 140px 540px 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: calc(992px - 1px)) {
  .beef-calculator-wrapper .beef-calculator form .last-row {
    grid-template-columns: 100px 410px 169px;
    gap: 10px;
  }
}
@media only screen and (max-width: calc(768px - 1px)) {
  .beef-calculator-wrapper .beef-calculator form .last-row {
    grid-template-columns: 1fr;
  }
}
.beef-calculator-wrapper .beef-calculator form .last-row button {
  width: 100%;
  background-color: #AC2A2A;
  border: none;
  display: table;
  position: relative;
  padding: 14px;
}
@media only screen and (min-width: 768px) and (max-width: calc(992px - 1px)) {
  .beef-calculator-wrapper .beef-calculator form .last-row button {
    padding: 6px;
    height: 40px;
  }
}
.beef-calculator-wrapper .beef-calculator form .last-row button p {
  display: table-cell;
  vertical-align: middle;
  font-family: "Roboto Condensed", sans-serif;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) and (max-width: calc(992px - 1px)) {
  .beef-calculator-wrapper .beef-calculator form .last-row button p {
    font-size: 14px;
    line-height: 16px;
  }
}
.beef-calculator-wrapper .beef-calculator form .last-row button img {
  position: absolute;
  top: 20px;
  right: 15px;
}
@media only screen and (min-width: 768px) and (max-width: calc(992px - 1px)) {
  .beef-calculator-wrapper .beef-calculator form .last-row button img {
    right: 6px;
    top: 12px;
  }
}
.beef-calculator-wrapper .beef-calculator form .last-row .factory-select {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  display: table;
  padding: 3px 3px 3px 14px;
  margin-right: 27px;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .beef-calculator-wrapper .beef-calculator form .last-row .factory-select {
    background-color: transparent;
    padding: 0;
    margin: 0;
  }
}
.beef-calculator-wrapper .beef-calculator form .last-row .factory-select h5 {
  line-height: 20px;
  color: #282828;
  font-family: "Barlow", sans-serif;
  display: table-cell;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 768px) and (max-width: calc(992px - 1px)) {
  .beef-calculator-wrapper .beef-calculator form .last-row .factory-select h5 {
    right: 6px;
    top: 12px;
    font-size: 14px;
    line-height: 16px;
  }
}
@media only screen and (max-width: calc(768px - 1px)) {
  .beef-calculator-wrapper .beef-calculator form .last-row .factory-select h5 {
    color: white;
    display: block;
    text-align: center;
  }
}
.beef-calculator-wrapper .beef-calculator form .last-row .factory-select select {
  float: right;
  width: 100%;
  border-radius: 2px;
  display: inline-block;
  background-color: #E5E5E5;
  height: 50px;
  padding-left: 12px;
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: calc(992px - 1px)) {
  .beef-calculator-wrapper .beef-calculator form .last-row .factory-select select {
    height: 34px;
    font-size: 14px;
    line-height: 16px;
    padding: 0 0 2px 2px;
    width: auto;
  }
}
.beef-calculator-wrapper .beef-calculator form .last-row .factory-select select:active, .beef-calculator-wrapper .beef-calculator form .last-row .factory-select select:hover {
  border-color: #FFFFFF;
}
.beef-calculator-wrapper .beef-calculator form .last-row .calculate {
  width: 100%;
  height: 55px;
  background-color: #3a9948;
  border: none;
  color: #FFFFFF;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: calc(992px - 1px)) {
  .beef-calculator-wrapper .beef-calculator form .last-row .calculate {
    font-size: 14px;
    line-height: 16px;
    height: 40px;
  }
}
.beef-calculator-wrapper .beef-calculator form #hidden-row {
  width: 100%;
  height: 55px;
  display: none;
}
.beef-calculator-wrapper .beef-calculator form #hidden-row .factory-quote {
  margin-left: 182px;
  width: 533px;
  height: 100%;
  background-color: #FFFFFF;
  display: table;
  padding: 3px 3px 3px 14px;
  margin-right: 20px;
}
.beef-calculator-wrapper .beef-calculator form #hidden-row .factory-quote h5 {
  line-height: 20px;
  color: #282828;
  font-family: "Barlow", sans-serif;
  display: table-cell;
  vertical-align: middle;
  margin-right: 5px;
}
.beef-calculator-wrapper .beef-calculator form #hidden-row .factory-quote input {
  float: right;
  width: 273px;
  border-radius: 2px;
  display: inline-block;
  background-color: #E5E5E5;
  height: 50px;
  padding-left: 12px;
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
}
.beef-calculator-wrapper .beef-calculator form input:focus, .beef-calculator-wrapper .beef-calculator form select:focus {
  border: 1px solid #FFFFFF;
}
.beef-calculator-wrapper .share {
  width: 100%;
  height: 59px;
  background-color: #FFFFFF;
  margin-left: 0;
}
.beef-calculator-wrapper .share .social {
  float: right;
  color: #AC2A2A;
  height: 100%;
  display: table;
}
.beef-calculator-wrapper .share .social p {
  font-size: 16px;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
}
.beef-calculator-wrapper .share .social div {
  display: inline-block;
  height: 100%;
  border-right: 2px solid #F3F3F3;
}
.beef-calculator-wrapper .share .social div:last-of-type {
  border-right: 0;
}
.beef-calculator-wrapper .share .social a {
  color: #AC2A2A;
}
.beef-calculator-wrapper .share .social svg {
  margin-top: 17px;
  height: 27px;
  width: 27px;
}
.beef-calculator-wrapper .share .social svg:hover {
  color: #C4C4C4;
}

#calculator-results-loading-image {
  margin-top: 33px;
  display: none;
}

.calculator-results-wrapper {
  display: none;
  width: 100%;
  margin-top: 0px;
}
.calculator-results-wrapper .calc-results-header {
  width: 100%;
  height: 52px;
  margin-top: 44px;
  background-color: #AC2A2A;
  display: table;
  padding-left: 26px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .calculator-results-wrapper .calc-results-header {
    padding-left: 20px;
  }
}
.calculator-results-wrapper .calc-results-header h5 {
  position: relative;
  z-index: 1;
  display: table-cell;
  vertical-align: middle;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 120%;
  font-style: normal;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  padding-bottom: 0px;
}
@media screen and (max-width: calc(479px - 1px)) {
  .calculator-results-wrapper .calc-results-header h5 {
    font-size: 16px;
  }
}
.calculator-results-wrapper .calc-results-header svg {
  position: absolute;
  top: -50px;
  right: -30px;
}
.calculator-results-wrapper .calc-results-header svg path {
  fill: #971515;
}
.calculator-results-wrapper .calc-results-main {
  width: 100%;
  background-color: #FFFFFF;
  text-align: center;
  color: #3a9948;
  padding: 20px 27px 21px 25px;
}
.calculator-results-wrapper .calc-results-main .table-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.calculator-results-wrapper .calc-results-main .table-wrapper::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .calculator-results-wrapper .calc-results-main {
    padding: 20px;
  }
  .calculator-results-wrapper .calc-results-main h3 {
    margin-bottom: 0;
  }
}
.calculator-results-wrapper .calc-results-main table {
  width: 100%;
  margin-top: 20px;
  display: block;
  overflow-x: scroll;
  overflow: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.calculator-results-wrapper .calc-results-main table thead {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 14px;
  background-color: #3a9948;
  color: #FFFFFF;
  text-align: left;
}
.calculator-results-wrapper .calc-results-main table thead th {
  height: 55px;
  border: none;
  padding: 14px;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .calculator-results-wrapper .calc-results-main table thead th {
    font-size: 16px;
    height: auto;
  }
}
.calculator-results-wrapper .calc-results-main table thead th:first-of-type {
  padding-left: 14px;
}
.calculator-results-wrapper .calc-results-main table tbody {
  text-align: left;
}
.calculator-results-wrapper .calc-results-main table tbody tr {
  height: 50px;
}
.calculator-results-wrapper .calc-results-main table tbody tr td {
  background-color: rgba(40, 40, 40, 0.1);
  border: 2px solid #FFFFFF;
  padding-left: 11px;
  color: #282828;
  font-size: 18px;
  line-height: 26px;
  font-family: "Barlow", sans-serif;
  padding: 14px;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .calculator-results-wrapper .calc-results-main table tbody tr td {
    font-size: 16px;
  }
}
.calculator-results-wrapper .calc-results-main table tbody tr td:first-of-type {
  border-left: 0;
}
.calculator-results-wrapper .calc-results-main table tfoot {
  background-color: #282828;
}
.calculator-results-wrapper .calc-results-main table tfoot tr {
  text-align: left;
  height: 50px;
}
.calculator-results-wrapper .calc-results-main table tfoot tr td {
  color: #FFFFFF;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  line-height: 26px;
  padding: 14px;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .calculator-results-wrapper .calc-results-main table tfoot tr td {
    font-size: 18px;
    height: auto;
  }
}
.calculator-results-wrapper .calc-results-main .no-prices {
  width: 100%;
  margin-top: 17px;
}
.calculator-results-wrapper .calc-results-main .no-prices h5 {
  color: #971515;
  font-size: 18px;
  line-height: 120%;
  font-style: normal;
  font-family: "Libre Baskerville", sans-serif;
  font-weight: 700;
  padding-bottom: 0px;
  margin-bottom: 5px;
}
@media screen and (max-width: calc(479px - 1px)) {
  .calculator-results-wrapper .calc-results-main .no-prices h5 {
    font-size: 16px;
  }
}
.calculator-results-wrapper .calc-results-main .no-prices p {
  font-size: 18px;
  color: #282828;
}
.calculator-results-wrapper .calc-results-main .new-calculation {
  width: 200px;
  height: 55px;
  background-color: #AC2A2A;
  display: table;
  margin-top: 17px;
  border-radius: 2px;
}
.calculator-results-wrapper .calc-results-main .new-calculation h5 {
  display: table-cell;
  vertical-align: middle;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 120%;
  font-style: normal;
  font-family: "Libre Baskerville", sans-serif;
  font-weight: 700;
  padding-bottom: 0px;
}
@media screen and (max-width: calc(479px - 1px)) {
  .calculator-results-wrapper .calc-results-main .new-calculation h5 {
    font-size: 16px;
  }
}
.calculator-results-wrapper .calc-results-main .new-calculation:hover {
  cursor: pointer;
}

.page-id-154838 #container .info-page {
  padding-top: 22px;
}
@media screen and (min-width: 768px) {
  .page-id-154838 #container .info-page {
    padding-top: 39px;
  }
}

.factory-prices-dashboard .columns-container {
  width: 100%;
  color: #282828;
}
.factory-prices-dashboard .columns-container .intro-section {
  width: 100%;
  background-color: #FFFFFF;
}
.factory-prices-dashboard .columns-container .intro-section .intro-msg {
  padding-right: 117px;
  padding-left: 12px;
  font-size: 16px;
  margin-bottom: 26px;
}
@media only screen and (max-width: calc(600px - 1px)) {
  .factory-prices-dashboard .columns-container .intro-section .intro-msg {
    padding: 20px;
  }
}
.factory-prices-dashboard .columns-container .intro-section .intro-msg:last-of-type {
  margin-bottom: 0;
}
.factory-prices-dashboard .columns-container .intro-section .prices-btns {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.factory-prices-dashboard .columns-container .intro-section .prices-btns hr {
  width: 100%;
  background-color: #C4C4C4;
}
.factory-prices-dashboard .columns-container .intro-section .prices-btns h6 {
  margin-left: 10px;
  margin-right: 10px;
  font-family: "Barlow", sans-serif;
  margin-bottom: 0;
  padding-top: 5px;
  white-space: nowrap;
}
.factory-prices-dashboard .columns-container .intro-section .listings {
  text-align: center;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px 12px;
  margin-bottom: 17px;
}
@media only screen and (min-width: 1200px) {
  .factory-prices-dashboard .columns-container .intro-section .listings {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 479px) {
  .factory-prices-dashboard .columns-container .intro-section .listings {
    grid-template-columns: 1fr 1fr;
  }
}
.factory-prices-dashboard .columns-container .intro-section .listings a {
  display: inline-block;
}
.factory-prices-dashboard .columns-container .intro-section .listings a .more {
  padding: 5px 8px;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .factory-prices-dashboard .columns-container .intro-section .listings a .more {
    min-height: 260px;
  }
}
.factory-prices-dashboard .columns-container .intro-section .listings a .more p {
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #F3F3F3;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-top: 8px;
  margin-bottom: 12px;
  white-space: pre-wrap;
}
.factory-prices-dashboard .columns-container .intro-section .listings a .more svg {
  height: 60px;
  width: 60px;
}
.factory-prices-dashboard .columns-container .intro-section .listings a .more .price {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}
.factory-prices-dashboard .columns-container .intro-section .listings a .more .value {
  font-size: 12px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
}
.factory-prices-dashboard .columns-container .intro-section .listings a .more:hover {
  opacity: 0.8;
}
.factory-prices-dashboard .columns-container .intro-section .listings a .up {
  background-color: #00654a;
}
.factory-prices-dashboard .columns-container .intro-section .listings a .up svg {
  color: #3a9948;
}
.factory-prices-dashboard .columns-container .intro-section .listings a .down {
  background-color: #AC2A2A;
}
.factory-prices-dashboard .columns-container .intro-section .listings a .down svg {
  color: #971515;
}
.factory-prices-dashboard .columns-container .intro-section .listings a, .factory-prices-dashboard .columns-container .intro-section .listings a:hover, .factory-prices-dashboard .columns-container .intro-section .listings a:active, .factory-prices-dashboard .columns-container .intro-section .listings a:focus {
  text-decoration: none;
}
.factory-prices-dashboard .columns-container .charts-section {
  width: 100%;
  background-color: #FFFFFF;
  margin-bottom: 5px;
}
.factory-prices-dashboard .columns-container .charts-section .animal {
  border-top: 5px solid #E5E5E5;
  height: 52px;
  background-color: #AC2A2A;
  width: 100%;
  text-align: center;
  display: table;
  padding: 0 10px;
}
.factory-prices-dashboard .columns-container .charts-section .animal h5 {
  display: table-cell;
  vertical-align: middle;
  font-size: 22px;
  line-height: 26px;
  color: #FFFFFF;
}
@media screen and (max-width: calc(479px - 1px)) {
  .factory-prices-dashboard .columns-container .charts-section .animal h5 {
    font-size: 18px;
  }
}
.factory-prices-dashboard .columns-container .charts-section canvas {
  padding: 20px 22px 30px 10px;
}
.factory-prices-dashboard .columns-container .disclaimer-small {
  width: 100%;
  background-color: #FFFFFF;
  line-height: 26px;
  text-align: center;
  margin-bottom: 26px;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .factory-prices-dashboard .columns-container .disclaimer-small {
    margin-bottom: 13px;
  }
}
.factory-prices-dashboard .columns-container .disclaimer-small .right {
  text-align: right;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .factory-prices-dashboard .columns-container .disclaimer-small .right {
    text-align: left;
  }
}
.factory-prices-dashboard .columns-container .disclaimer-small .left {
  text-align: left;
}
.factory-prices-dashboard .columns-container .disclaimer-small p {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
}
.factory-prices-dashboard .columns-container .disclaimer-small .dep-agri {
  font-weight: 700;
}
.factory-prices-dashboard .columns-container .disclaimer-big {
  background-color: #FFFFFF;
  margin-bottom: 26px;
}
@media only screen and (max-width: calc(600px - 1px)) {
  .factory-prices-dashboard .columns-container .disclaimer-big {
    margin-bottom: 13px;
  }
}
.factory-prices-dashboard .columns-container .disclaimer-big h5 {
  font-size: 22px;
  color: #AC2A2A;
}

.prices-calculator,
.factory-news,
.prices-dashboard {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 91px;
  background-color: #AC2A2A;
  display: flex;
}
.prices-calculator svg,
.factory-news svg,
.prices-dashboard svg {
  position: absolute;
  top: -60px;
  left: -70px;
  opacity: 0.3;
}
.prices-calculator svg path,
.factory-news svg path,
.prices-dashboard svg path {
  fill: #971515;
}
.prices-calculator .icon,
.factory-news .icon,
.prices-dashboard .icon {
  width: 57px;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.prices-calculator .icon #no-opacity,
.factory-news .icon #no-opacity,
.prices-dashboard .icon #no-opacity {
  opacity: 1;
}
.prices-calculator .icon img,
.factory-news .icon img,
.prices-dashboard .icon img {
  position: relative;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.prices-calculator .calc-desc,
.factory-news .calc-desc,
.prices-dashboard .calc-desc {
  height: 100%;
  margin-left: 14px;
  margin-right: 13px;
  flex: auto;
}
.prices-calculator .calc-desc p,
.factory-news .calc-desc p,
.prices-dashboard .calc-desc p {
  color: #F3F3F3;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  letter-spacing: 0.15em;
  font-weight: 700;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.prices-calculator .calc-desc p span,
.factory-news .calc-desc p span,
.prices-dashboard .calc-desc p span {
  font-weight: 400;
}

.prices-calculator:hover,
.factory-news:hover,
.prices-dashboard:hover {
  background-color: #3a9948;
}
.prices-calculator:hover svg path,
.factory-news:hover svg path,
.prices-dashboard:hover svg path {
  fill: #00654a;
}

.factory-prices-animal-dashboard .title-container {
  display: none;
}
.factory-prices-animal-dashboard .ag-full-width {
  max-width: 1126px;
}
.factory-prices-animal-dashboard .ag-full-width .buttons {
  margin-top: 14px;
  width: 100%;
  display: flex;
}
.factory-prices-animal-dashboard .ag-full-width .buttons .prices-calculator,
.factory-prices-animal-dashboard .ag-full-width .buttons .factory-news,
.factory-prices-animal-dashboard .ag-full-width .buttons .prices-dashboard {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 91px;
  background-color: #AC2A2A;
  display: flex;
}
.factory-prices-animal-dashboard .ag-full-width .buttons .prices-calculator svg,
.factory-prices-animal-dashboard .ag-full-width .buttons .factory-news svg,
.factory-prices-animal-dashboard .ag-full-width .buttons .prices-dashboard svg {
  position: absolute;
  top: -60px;
  left: -70px;
  opacity: 0.3;
}
.factory-prices-animal-dashboard .ag-full-width .buttons .prices-calculator svg path,
.factory-prices-animal-dashboard .ag-full-width .buttons .factory-news svg path,
.factory-prices-animal-dashboard .ag-full-width .buttons .prices-dashboard svg path {
  fill: #971515;
}
.factory-prices-animal-dashboard .ag-full-width .buttons .prices-calculator .icon,
.factory-prices-animal-dashboard .ag-full-width .buttons .factory-news .icon,
.factory-prices-animal-dashboard .ag-full-width .buttons .prices-dashboard .icon {
  width: 57px;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.factory-prices-animal-dashboard .ag-full-width .buttons .prices-calculator .icon #no-opacity,
.factory-prices-animal-dashboard .ag-full-width .buttons .factory-news .icon #no-opacity,
.factory-prices-animal-dashboard .ag-full-width .buttons .prices-dashboard .icon #no-opacity {
  opacity: 1;
}
.factory-prices-animal-dashboard .ag-full-width .buttons .prices-calculator .icon img,
.factory-prices-animal-dashboard .ag-full-width .buttons .factory-news .icon img,
.factory-prices-animal-dashboard .ag-full-width .buttons .prices-dashboard .icon img {
  position: relative;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.factory-prices-animal-dashboard .ag-full-width .buttons .prices-calculator .calc-desc,
.factory-prices-animal-dashboard .ag-full-width .buttons .factory-news .calc-desc,
.factory-prices-animal-dashboard .ag-full-width .buttons .prices-dashboard .calc-desc {
  height: 100%;
  margin-left: 14px;
  margin-right: 13px;
  flex: auto;
}
.factory-prices-animal-dashboard .ag-full-width .buttons .prices-calculator .calc-desc p,
.factory-prices-animal-dashboard .ag-full-width .buttons .factory-news .calc-desc p,
.factory-prices-animal-dashboard .ag-full-width .buttons .prices-dashboard .calc-desc p {
  color: #F3F3F3;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  letter-spacing: 0.15em;
  font-weight: 700;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.factory-prices-animal-dashboard .ag-full-width .buttons .prices-calculator .calc-desc p span,
.factory-prices-animal-dashboard .ag-full-width .buttons .factory-news .calc-desc p span,
.factory-prices-animal-dashboard .ag-full-width .buttons .prices-dashboard .calc-desc p span {
  font-weight: 400;
}
.factory-prices-animal-dashboard .ag-full-width .buttons .prices-calculator:hover,
.factory-prices-animal-dashboard .ag-full-width .buttons .factory-news:hover,
.factory-prices-animal-dashboard .ag-full-width .buttons .prices-dashboard:hover {
  background-color: #3a9948;
}
.factory-prices-animal-dashboard .ag-full-width .buttons .prices-calculator:hover svg path,
.factory-prices-animal-dashboard .ag-full-width .buttons .factory-news:hover svg path,
.factory-prices-animal-dashboard .ag-full-width .buttons .prices-dashboard:hover svg path {
  fill: #00654a;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .factory-prices-animal-dashboard .ag-full-width .buttons {
    margin-top: 9px;
    display: block;
  }
}
.factory-prices-animal-dashboard .ag-full-width .buttons .prices-calculator, .factory-prices-animal-dashboard .ag-full-width .buttons .factory-news, .factory-prices-animal-dashboard .ag-full-width .buttons .prices-dashboard {
  width: 358px;
  margin-right: 26px;
  margin-bottom: 26px;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .factory-prices-animal-dashboard .ag-full-width .buttons .prices-calculator, .factory-prices-animal-dashboard .ag-full-width .buttons .factory-news, .factory-prices-animal-dashboard .ag-full-width .buttons .prices-dashboard {
    width: 100%;
    margin-bottom: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: calc(992px - 1px)) {
  .factory-prices-animal-dashboard .ag-full-width .buttons .prices-calculator .calc-desc, .factory-prices-animal-dashboard .ag-full-width .buttons .factory-news .calc-desc, .factory-prices-animal-dashboard .ag-full-width .buttons .prices-dashboard .calc-desc {
    margin-left: 0;
  }
  .factory-prices-animal-dashboard .ag-full-width .buttons .prices-calculator .calc-desc span, .factory-prices-animal-dashboard .ag-full-width .buttons .factory-news .calc-desc span, .factory-prices-animal-dashboard .ag-full-width .buttons .prices-dashboard .calc-desc span {
    display: block;
  }
}
@media only screen and (max-width: calc(992px - 1px)) {
  .factory-prices-animal-dashboard .ag-full-width .buttons .prices-calculator .calc-arrow, .factory-prices-animal-dashboard .ag-full-width .buttons .factory-news .calc-arrow, .factory-prices-animal-dashboard .ag-full-width .buttons .prices-dashboard .calc-arrow {
    margin-right: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  .factory-prices-animal-dashboard .ag-full-width .buttons .prices-calculator .calc-desc p span {
    display: block;
  }
}
@media only screen and (max-width: 374px) {
  .factory-prices-animal-dashboard .ag-full-width .buttons .prices-calculator .calc-desc p span {
    display: block;
  }
}
.factory-prices-animal-dashboard .ag-full-width .buttons .factory-news {
  margin-right: 0;
}
.factory-prices-animal-dashboard .ag-full-width .buttons:last-of-type {
  margin-top: 0;
}
.factory-prices-animal-dashboard .ag-full-width .chart {
  width: 100%;
}
.factory-prices-animal-dashboard .ag-full-width .chart .chart-header {
  display: table;
  width: 100%;
  background-color: #282828;
  height: 57px;
  padding-left: 26px;
  padding-right: 26px;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .factory-prices-animal-dashboard .ag-full-width .chart .chart-header {
    padding: 13px;
  }
}
.factory-prices-animal-dashboard .ag-full-width .chart .chart-header p {
  display: table-cell;
  vertical-align: middle;
  color: #FFFFFF;
  font-size: 22px;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 24px;
  margin-bottom: 0;
  margin-left: 24px;
}
.factory-prices-animal-dashboard .ag-full-width .chart .chart-header p span {
  font-weight: 700;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .factory-prices-animal-dashboard .ag-full-width .chart .chart-header p {
    display: block;
    margin-left: 0;
  }
}
.factory-prices-animal-dashboard .ag-full-width .chart .chart-header .updated {
  text-align: right;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  line-height: 26px;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .factory-prices-animal-dashboard .ag-full-width .chart .chart-header .updated {
    margin-top: 0;
    text-align: left;
  }
}
.factory-prices-animal-dashboard .ag-full-width .chart canvas {
  padding-top: 5px;
  background-color: #FFFFFF;
  padding-left: 5px;
}
.factory-prices-animal-dashboard .ag-full-width .chart .update-chart {
  width: 100%;
  background-color: #282828;
  padding: 26px;
  grid-template-columns: 1fr 1fr 1fr auto;
  grid-gap: 5px;
  display: grid;
}
@media only screen and (max-width: calc(992px - 1px)) {
  .factory-prices-animal-dashboard .ag-full-width .chart .update-chart {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr auto;
    grid-gap: 20px;
  }
}
@media only screen and (max-width: calc(600px - 1px)) {
  .factory-prices-animal-dashboard .ag-full-width .chart .update-chart {
    grid-gap: 10px;
  }
}
@media only screen and (max-width: calc(768px - 1px)) {
  .factory-prices-animal-dashboard .ag-full-width .chart .update-chart {
    padding: 13px;
  }
}
.factory-prices-animal-dashboard .ag-full-width .chart .update-chart .bot-avg-top {
  height: 78px;
  width: 140px;
  display: inline-block;
  background-color: #757575;
  text-align: center;
  padding-top: 5px;
}
@media only screen and (max-width: calc(992px - 1px)) {
  .factory-prices-animal-dashboard .ag-full-width .chart .update-chart .bot-avg-top {
    justify-self: center;
  }
}
@media only screen and (max-width: calc(600px - 1px)) {
  .factory-prices-animal-dashboard .ag-full-width .chart .update-chart .bot-avg-top {
    width: 100%;
    height: auto;
  }
}
.factory-prices-animal-dashboard .ag-full-width .chart .update-chart .bot-avg-top h5 {
  letter-spacing: 0.1em;
  color: #FFFFFF;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
  line-height: 26px;
}
@media screen and (max-width: calc(479px - 1px)) {
  .factory-prices-animal-dashboard .ag-full-width .chart .update-chart .bot-avg-top h5 {
    font-size: 18px;
  }
}
.factory-prices-animal-dashboard .ag-full-width .chart .update-chart .bot-avg-top h5:last-of-type {
  font-weight: 400;
}
.factory-prices-animal-dashboard .ag-full-width .chart .update-chart .bot-avg-top:first-of-type {
  background-color: #AC2A2A;
}
.factory-prices-animal-dashboard .ag-full-width .chart .update-chart .bot-avg-top:last-of-type {
  background-color: #00654A;
}
.factory-prices-animal-dashboard .ag-full-width .chart .update-chart form {
  grid-template-columns: auto auto auto auto;
  grid-gap: 20px;
  display: grid;
  align-items: end;
}
@media only screen and (max-width: calc(1200px - 1px)) {
  .factory-prices-animal-dashboard .ag-full-width .chart .update-chart form {
    grid-gap: 10px;
  }
}
@media only screen and (max-width: calc(992px - 1px)) {
  .factory-prices-animal-dashboard .ag-full-width .chart .update-chart form {
    grid-column: 1/4;
    grid-template-columns: auto auto auto auto auto auto;
  }
  .factory-prices-animal-dashboard .ag-full-width .chart .update-chart form .date-start {
    grid-column: 1/3;
  }
}
@media only screen and (max-width: calc(992px - 1px)) and (max-width: calc(600px - 1px)) {
  .factory-prices-animal-dashboard .ag-full-width .chart .update-chart form .date-start {
    grid-column: 1/7;
  }
}
@media only screen and (max-width: calc(992px - 1px)) and (max-width: calc(600px - 1px)) {
  .factory-prices-animal-dashboard .ag-full-width .chart .update-chart form .fat-score {
    grid-column: 2/5;
  }
}
@media only screen and (max-width: calc(992px - 1px)) and (max-width: 374px) {
  .factory-prices-animal-dashboard .ag-full-width .chart .update-chart form .fat-score {
    grid-column: 1/7;
  }
}
@media only screen and (max-width: calc(992px - 1px)) and (max-width: 374px) {
  .factory-prices-animal-dashboard .ag-full-width .chart .update-chart form .conformation-grade {
    grid-column: 1/7;
  }
}
.factory-prices-animal-dashboard .ag-full-width .chart .update-chart form div label {
  font-size: 16px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  display: block;
  margin-bottom: 5px;
}
.factory-prices-animal-dashboard .ag-full-width .chart .update-chart form div select {
  height: 50px;
  width: 110px;
  padding-left: 11px;
}
@media only screen and (max-width: calc(1200px - 1px)) {
  .factory-prices-animal-dashboard .ag-full-width .chart .update-chart form div select {
    width: 95px;
  }
}
@media only screen and (max-width: calc(992px - 1px)) {
  .factory-prices-animal-dashboard .ag-full-width .chart .update-chart form div select {
    width: 100%;
  }
}
.factory-prices-animal-dashboard .ag-full-width .chart .update-chart form div select option {
  font-size: 18px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}
.factory-prices-animal-dashboard .ag-full-width .chart .update-chart form div:first-of-type select {
  width: 160px;
}
@media only screen and (max-width: calc(1200px - 1px)) {
  .factory-prices-animal-dashboard .ag-full-width .chart .update-chart form div:first-of-type select {
    width: 125px;
  }
}
@media only screen and (max-width: calc(992px - 1px)) {
  .factory-prices-animal-dashboard .ag-full-width .chart .update-chart form div:first-of-type select {
    width: 100%;
  }
}
.factory-prices-animal-dashboard .ag-full-width .chart .update-chart form .button {
  width: 177px;
  height: 50px;
  background-color: #3a9948;
  font-size: 18px;
  color: #FFFFFF;
  font-family: "Roboto Condensed", sans-serif;
}
@media only screen and (max-width: calc(1200px - 1px)) {
  .factory-prices-animal-dashboard .ag-full-width .chart .update-chart form .button {
    width: auto;
  }
}
@media only screen and (max-width: calc(992px - 1px)) {
  .factory-prices-animal-dashboard .ag-full-width .chart .update-chart form .button {
    grid-column: 5/7;
  }
}
@media only screen and (max-width: 374px) {
  .factory-prices-animal-dashboard .ag-full-width .chart .update-chart form .button {
    grid-column: 1/7;
  }
}
.factory-prices-animal-dashboard .ag-full-width .chart .factories-table {
  display: grid;
  width: 100%;
  background-color: #FFFFFF;
  height: 337px;
  padding: 26px;
  position: relative;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .factory-prices-animal-dashboard .ag-full-width .chart .factories-table {
    padding: 13px;
  }
}
.factory-prices-animal-dashboard .ag-full-width .chart .factories-table table {
  display: flex;
  flex-flow: column;
  height: 229px;
  width: 100%;
}
.factory-prices-animal-dashboard .ag-full-width .chart .factories-table table thead {
  /* head takes the height it requires,
  and it's not scaled when table is resized */
  flex: 0 0 auto;
  width: calc(100% - 0.9em);
  display: table;
  table-layout: fixed;
}
.factory-prices-animal-dashboard .ag-full-width .chart .factories-table table thead th {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 16px;
  letter-spacing: 0.1em;
  padding-bottom: 12px;
  color: #AC2A2A;
}
.factory-prices-animal-dashboard .ag-full-width .chart .factories-table table tbody {
  /* body takes all the remaining available space */
  flex: 1 1 auto;
  display: block;
  overflow-y: scroll;
}
.factory-prices-animal-dashboard .ag-full-width .chart .factories-table table tbody tr {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.factory-prices-animal-dashboard .ag-full-width .chart .factories-table table tbody tr td {
  padding-top: 3px;
  padding-bottom: 3px;
}
.factory-prices-animal-dashboard .ag-full-width .chart .factories-table table tbody tr td:first-of-type {
  padding-left: 5px;
}
.factory-prices-animal-dashboard .ag-full-width .chart .factories-table table tbody tr td:last-of-type {
  padding-left: 0;
}
.factory-prices-animal-dashboard .ag-full-width .chart .factories-table table tbody tr:nth-child(odd) {
  background-color: #E5E5E5;
}
.factory-prices-animal-dashboard .ag-full-width .chart .factories-table a h6 {
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  color: #AC2A2A;
  line-height: 26px;
  font-weight: 400;
  margin-top: 16px;
  margin-right: 35px;
}
.factory-prices-animal-dashboard .ag-full-width .chart .factories-table a svg {
  margin-left: 6px;
  margin-top: -6px;
}
.factory-prices-animal-dashboard .ag-full-width .chart .factories-table a svg path {
  fill: #AC2A2A;
}
.factory-prices-animal-dashboard .ag-full-width .historical-price-data {
  width: 100%;
  background-color: #FFFFFF;
  margin-top: 26px;
  padding-bottom: 26px;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .factory-prices-animal-dashboard .ag-full-width .historical-price-data {
    margin-top: 13px;
    padding-bottom: 13px;
  }
}
.factory-prices-animal-dashboard .ag-full-width .historical-price-data .historical-price-chart-header {
  height: 52px;
  width: 100%;
  background-color: #AC2A2A;
  text-align: center;
  display: table;
  padding: 0 10px;
  position: relative;
  overflow: hidden;
}
.factory-prices-animal-dashboard .ag-full-width .historical-price-data .historical-price-chart-header svg {
  z-index: 0;
  height: 600px;
  width: 700px;
  position: absolute;
  left: 200px;
  top: -180px;
}
.factory-prices-animal-dashboard .ag-full-width .historical-price-data .historical-price-chart-header svg path {
  fill: #971515;
}
.factory-prices-animal-dashboard .ag-full-width .historical-price-data .historical-price-chart-header h5 {
  position: relative;
  z-index: 1;
  display: table-cell;
  vertical-align: middle;
  font-size: 22px;
  line-height: 26px;
  color: #FFFFFF;
}
@media screen and (max-width: calc(479px - 1px)) {
  .factory-prices-animal-dashboard .ag-full-width .historical-price-data .historical-price-chart-header h5 {
    font-size: 18px;
  }
}
.factory-prices-animal-dashboard .ag-full-width .historical-price-data canvas {
  margin-top: 26px;
  padding: 26px;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .factory-prices-animal-dashboard .ag-full-width .historical-price-data canvas {
    margin-top: 13px;
    padding: 13px;
  }
}
.factory-prices-animal-dashboard .ag-full-width .about-this-data {
  width: 100%;
  background-color: #FFFFFF;
  padding: 0 26px;
  font-family: "Barlow", sans-serif;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .factory-prices-animal-dashboard .ag-full-width .about-this-data {
    padding: 0 13px;
  }
}
.factory-prices-animal-dashboard .ag-full-width .about-this-data .header {
  display: grid;
  grid-template-columns: auto auto;
  width: 100%;
  padding: 26px 0;
  border-top: 3px solid #F3F3F3;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .factory-prices-animal-dashboard .ag-full-width .about-this-data .header {
    padding: 13px 0;
  }
}
.factory-prices-animal-dashboard .ag-full-width .about-this-data .header h5 {
  justify-self: left;
  align-self: center;
  font-size: 22px;
  line-height: 22px;
  margin: 0;
  color: #AC2A2A;
}
.factory-prices-animal-dashboard .ag-full-width .about-this-data .header img {
  justify-self: right;
  align-self: center;
}
.factory-prices-animal-dashboard .ag-full-width .about-this-data .header img:hover {
  cursor: pointer;
}
.factory-prices-animal-dashboard .ag-full-width .about-this-data .header #open {
  display: block;
}
.factory-prices-animal-dashboard .ag-full-width .about-this-data .header #close {
  display: none;
}
.factory-prices-animal-dashboard .ag-full-width .about-this-data .extra-data {
  display: none;
  width: 100%;
  padding-bottom: 22px;
}
.factory-prices-animal-dashboard .ag-full-width .about-this-data .extra-data h6 {
  font-family: "Barlow", sans-serif;
  color: #282828;
  line-height: 26px;
  font-weight: 400;
}
.factory-prices-animal-dashboard .ag-full-width .news-and-overview {
  width: 100%;
  margin-top: 21px;
  text-align: left;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .factory-prices-animal-dashboard .ag-full-width .news-and-overview {
    margin-top: 13px;
  }
}
@media screen and (min-width: 768px) {
  .factory-prices-animal-dashboard .ag-full-width .news-and-overview .row .left-side.col-lg-8,
.factory-prices-animal-dashboard .ag-full-width .news-and-overview .row .left-side.col-md-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .factory-prices-animal-dashboard .ag-full-width .news-and-overview .row .right-side.col-lg-4,
.factory-prices-animal-dashboard .ag-full-width .news-and-overview .row .right-side.col-md-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.factory-prices-animal-dashboard .ag-full-width .news-and-overview h5 {
  color: #AC2A2A;
  letter-spacing: 0.1em;
  margin-bottom: 9px;
}
.factory-prices-animal-dashboard .ag-full-width .news-and-overview .left-side .beef-factory-price-article-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 26px;
  margin-bottom: 26px;
}
@media only screen and (max-width: calc(992px - 1px)) {
  .factory-prices-animal-dashboard .ag-full-width .news-and-overview .left-side .beef-factory-price-article-container {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: calc(768px - 1px)) {
  .factory-prices-animal-dashboard .ag-full-width .news-and-overview .left-side .beef-factory-price-article-container {
    grid-gap: 13px;
    margin-bottom: 13px;
  }
}
.factory-prices-animal-dashboard .ag-full-width .news-and-overview .left-side .beef-factory-price-article {
  display: inline-block;
  width: 100%;
  background-color: #FFFFFF;
}
@media only screen and (max-width: calc(992px - 1px)) {
  .factory-prices-animal-dashboard .ag-full-width .news-and-overview .left-side .beef-factory-price-article {
    width: 100%;
  }
}
.factory-prices-animal-dashboard .ag-full-width .news-and-overview .left-side .beef-factory-price-article a, .factory-prices-animal-dashboard .ag-full-width .news-and-overview .left-side .beef-factory-price-article a:hover, .factory-prices-animal-dashboard .ag-full-width .news-and-overview .left-side .beef-factory-price-article a:active, .factory-prices-animal-dashboard .ag-full-width .news-and-overview .left-side .beef-factory-price-article a:focus {
  text-decoration: none;
  display: flex;
}
.factory-prices-animal-dashboard .ag-full-width .news-and-overview .left-side .beef-factory-price-article img {
  float: left;
  width: 143px;
  height: 110px;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .factory-prices-animal-dashboard .ag-full-width .news-and-overview .left-side .beef-factory-price-article img {
    width: 100px;
    height: 91px;
  }
}
.factory-prices-animal-dashboard .ag-full-width .news-and-overview .left-side .beef-factory-price-article .title {
  flex: auto;
  min-height: 110px;
  float: right;
  padding-top: 8px;
  padding-right: 6px;
  padding-left: 8px;
  position: relative;
  text-align: left;
  background-color: #F3F3F3;
}
@media only screen and (max-width: calc(992px - 1px)) {
  .factory-prices-animal-dashboard .ag-full-width .news-and-overview .left-side .beef-factory-price-article .title {
    min-height: auto;
  }
}
.factory-prices-animal-dashboard .ag-full-width .news-and-overview .left-side .beef-factory-price-article .title .widget-category {
  color: #3D9346;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  line-height: 14px;
  margin-bottom: 8px;
}
.factory-prices-animal-dashboard .ag-full-width .news-and-overview .left-side .beef-factory-price-article .title h6 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 19px;
  color: #282828;
  padding-bottom: 2px;
}
.factory-prices-animal-dashboard .ag-full-width .news-and-overview .left-side .beef-factory-price-article .title .timestamp {
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #757575;
  float: right;
  margin-bottom: 0;
  position: absolute;
  bottom: 6px;
  right: 8px;
}
.factory-prices-animal-dashboard .ag-full-width .news-and-overview .right-side .widget {
  text-align: center;
  grid-gap: 26px;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .factory-prices-animal-dashboard .ag-full-width .news-and-overview .right-side .widget {
    grid-gap: 13px;
    margin-bottom: 13px;
  }
}
.factory-prices-animal-dashboard .ag-full-width .news-and-overview .right-side .widget .more {
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: calc(992px - 1px)) {
  .factory-prices-animal-dashboard .ag-full-width .news-and-overview .right-side .widget .more span:first-of-type::before {
    content: "\a";
    white-space: pre;
  }
}

.factory-prices-calculator .title-container {
  min-height: 78px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #E5E5E5;
}
.factory-prices-calculator .title-container .title {
  display: flex;
  align-items: center;
  min-height: 78px;
}
.factory-prices-calculator .title-container .title h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 23px;
  line-height: 26px;
  letter-spacing: 0.15em;
  margin-bottom: 0;
  margin-right: 182px;
  color: #AC2A2A;
  text-transform: uppercase;
}
.factory-prices-calculator .title-container .title div {
  min-height: 78px;
  position: relative;
}
.factory-prices-calculator .title-container .title div svg {
  position: absolute;
  left: 0;
  top: -296px;
  width: 700px;
  height: 700px;
}
.factory-prices-calculator .title-container .title div svg path {
  fill: #AC2A2A;
}
@media screen and (max-width: 768px) {
  .factory-prices-calculator .title-container .title h4 {
    margin-left: 16px;
  }
}
@media screen and (max-width: 600px) {
  .factory-prices-calculator .title-container {
    margin-top: 6px;
  }
  .factory-prices-calculator .title-container .title h4 {
    margin-right: 52px;
  }
}
.factory-prices-calculator .ag-full-width .instructions-and-buttons {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 748px 358px;
  gap: 20px;
}
@media only screen and (max-width: calc( 1200px - 1px )) {
  .factory-prices-calculator .ag-full-width .instructions-and-buttons {
    grid-template-columns: calc(66% - 20px) 34%;
  }
}
@media only screen and (max-width: calc( 992px - 1px )) {
  .factory-prices-calculator .ag-full-width .instructions-and-buttons {
    grid-template-columns: 1fr;
  }
}
.factory-prices-calculator .ag-full-width .instructions-and-buttons .instructions {
  padding: 30px 115px 30px 30px;
  min-height: 222px;
  background-color: #FFFFFF;
  display: inline-block;
}
@media only screen and (max-width: calc( 768px - 1px )) {
  .factory-prices-calculator .ag-full-width .instructions-and-buttons .instructions {
    padding: 20px;
  }
}
.factory-prices-calculator .ag-full-width .instructions-and-buttons .instructions h5:first-of-type {
  font-size: 22px;
  color: #3a9948;
  margin-bottom: 30px;
}
.factory-prices-calculator .ag-full-width .instructions-and-buttons .instructions h5:last-of-type {
  color: #282828;
  font-weight: 400;
  font-family: "Barlow", sans-serif;
  line-height: 26px;
}
.factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons {
  /*width: 358px;
  float: right;
  display: inline-block;*/
}
.factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .prices-calculator,
.factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .factory-news,
.factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .prices-dashboard {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 91px;
  background-color: #AC2A2A;
  display: flex;
}
.factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .prices-calculator svg,
.factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .factory-news svg,
.factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .prices-dashboard svg {
  position: absolute;
  top: -60px;
  left: -70px;
  opacity: 0.3;
}
.factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .prices-calculator svg path,
.factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .factory-news svg path,
.factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .prices-dashboard svg path {
  fill: #971515;
}
.factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .prices-calculator .icon,
.factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .factory-news .icon,
.factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .prices-dashboard .icon {
  width: 57px;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .prices-calculator .icon #no-opacity,
.factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .factory-news .icon #no-opacity,
.factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .prices-dashboard .icon #no-opacity {
  opacity: 1;
}
.factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .prices-calculator .icon img,
.factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .factory-news .icon img,
.factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .prices-dashboard .icon img {
  position: relative;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .prices-calculator .calc-desc,
.factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .factory-news .calc-desc,
.factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .prices-dashboard .calc-desc {
  height: 100%;
  margin-left: 14px;
  margin-right: 13px;
  flex: auto;
}
.factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .prices-calculator .calc-desc p,
.factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .factory-news .calc-desc p,
.factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .prices-dashboard .calc-desc p {
  color: #F3F3F3;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  letter-spacing: 0.15em;
  font-weight: 700;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .prices-calculator .calc-desc p span,
.factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .factory-news .calc-desc p span,
.factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .prices-dashboard .calc-desc p span {
  font-weight: 400;
}
.factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .prices-calculator:hover,
.factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .factory-news:hover,
.factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .prices-dashboard:hover {
  background-color: #3a9948;
}
.factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .prices-calculator:hover svg path,
.factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .factory-news:hover svg path,
.factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .prices-dashboard:hover svg path {
  fill: #00654a;
}
.factory-prices-calculator .ag-full-width .grid-calc {
  width: 100%;
  margin-top: 20px;
}
.factory-prices-calculator .ag-full-width .grid-calc .instructions-and-ad {
  margin-top: 20px;
  display: grid;
  gap: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  .factory-prices-calculator .ag-full-width .grid-calc .instructions-and-ad {
    grid-template-columns: calc(1126px - 360px) 340px;
  }
}
@media only screen and (min-width: 992px) and (max-width: calc(1200px - 1px)) {
  .factory-prices-calculator .ag-full-width .grid-calc .instructions-and-ad {
    grid-template-columns: calc(960px - 360px) 340px;
  }
}
.factory-prices-calculator .ag-full-width .grid-calc .instructions {
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  padding: 30px 115px 30px 30px;
  display: inline-block;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .factory-prices-calculator .ag-full-width .grid-calc .instructions {
    padding: 20px;
  }
}
.factory-prices-calculator .ag-full-width .grid-calc .instructions h5 {
  color: #282828;
  font-weight: 400;
  font-family: "Barlow", sans-serif;
  margin-bottom: 30px;
  line-height: 26px;
}
.factory-prices-calculator .ag-full-width .grid-calc .instructions h5:first-of-type {
  font-size: 22px;
  color: #3a9948;
  font-weight: 700;
}
.factory-prices-calculator .ag-full-width .grid-calc .ad-container {
  display: flex;
  align-items: center;
}
.factory-prices-calculator .ag-full-width .grid-calc .ad {
  display: inline-block;
  width: 300px;
  height: 250px;
  margin: 0 auto;
}
.factory-prices-calculator .ag-full-width .grid-calc .qps-calculator {
  width: 100%;
  background-color: #282828;
  padding: 30px;
  display: grid;
  grid-template-columns: 265px 136px 180px 170px 315px;
  justify-content: center;
  align-items: end;
}
@media only screen and (min-width: 992px) and (max-width: calc(1200px - 1px)) {
  .factory-prices-calculator .ag-full-width .grid-calc .qps-calculator {
    grid-template-columns: 170px 160px 200px 200px 170px;
  }
}
@media only screen and (max-width: calc(992px - 1px)) {
  .factory-prices-calculator .ag-full-width .grid-calc .qps-calculator {
    padding: 20px;
    grid-template-columns: 20% 20% 20% 20% 20%;
  }
}
@media only screen and (max-width: calc(992px - 1px)) {
  .factory-prices-calculator .ag-full-width .grid-calc .qps-calculator {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr auto;
    gap: 20px;
    grid-template-areas: "select1 select1 select1 select2 select2 select2" "input2 input2 input3 input3 input3 input1";
    align-items: center;
  }
  .factory-prices-calculator .ag-full-width .grid-calc .qps-calculator .select-container:first-of-type {
    grid-area: select1;
    align-self: end;
  }
  .factory-prices-calculator .ag-full-width .grid-calc .qps-calculator .select-container:last-of-type {
    grid-area: select2;
    align-self: end;
  }
  .factory-prices-calculator .ag-full-width .grid-calc .qps-calculator .label-container:nth-of-type(2) {
    grid-area: input1;
    margin-left: auto;
  }
  .factory-prices-calculator .ag-full-width .grid-calc .qps-calculator .label-container:nth-of-type(3) {
    grid-area: input2;
  }
  .factory-prices-calculator .ag-full-width .grid-calc .qps-calculator .label-container:nth-of-type(4) {
    grid-area: input3;
  }
  .factory-prices-calculator .ag-full-width .grid-calc .qps-calculator .label-container {
    display: inline-grid;
    grid-template-columns: max-content auto;
    align-items: center;
  }
}
@media only screen and (max-width: calc(768px - 1px)) {
  .factory-prices-calculator .ag-full-width .grid-calc .qps-calculator {
    grid-template-areas: "select1 select1 select1 select2 select2 select2" "input2 input2 input3 input3 input1 input1";
  }
}
.factory-prices-calculator .ag-full-width .grid-calc .qps-calculator div:last-of-type {
  margin-left: auto;
}
@media only screen and (max-width: calc(992px - 1px)) {
  .factory-prices-calculator .ag-full-width .grid-calc .qps-calculator div:last-of-type {
    margin-left: 0;
  }
}
.factory-prices-calculator .ag-full-width .grid-calc .qps-calculator h5 {
  float: left;
  font-family: "Barlow", sans-serif;
  color: #FFFFFF;
  margin-right: 11px;
  margin-top: 13px;
  margin-bottom: 0;
}
.factory-prices-calculator .ag-full-width .grid-calc .qps-calculator h5 abbr {
  text-decoration: none;
}
@media only screen and (max-width: calc(1200px - 1px)) {
  .factory-prices-calculator .ag-full-width .grid-calc .qps-calculator h5 {
    float: none;
  }
}
@media only screen and (max-width: calc(992px - 1px)) {
  .factory-prices-calculator .ag-full-width .grid-calc .qps-calculator h5 {
    margin-right: 0;
    margin-top: 0;
    font-size: 16px;
  }
}
@media only screen and (max-width: calc(1200px - 1px)) {
  .factory-prices-calculator .ag-full-width .grid-calc .qps-calculator .select-container h5 {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 8px;
    float: none;
  }
}
.factory-prices-calculator .ag-full-width .grid-calc .qps-calculator .max {
  max-width: 118px;
  margin-top: 5px;
}
@media only screen and (min-width: 479px) and (max-width: calc(1200px - 1px)) {
  .factory-prices-calculator .ag-full-width .grid-calc .qps-calculator .max {
    max-width: none;
  }
}
@media only screen and (max-width: calc(992px - 1px)) {
  .factory-prices-calculator .ag-full-width .grid-calc .qps-calculator .max {
    margin-top: 0;
  }
}
.factory-prices-calculator .ag-full-width .grid-calc .qps-calculator .weight {
  height: 50px;
  float: left;
}
@media only screen and (max-width: calc(1200px - 1px)) {
  .factory-prices-calculator .ag-full-width .grid-calc .qps-calculator .weight {
    float: none;
  }
}
.factory-prices-calculator .ag-full-width .grid-calc .qps-calculator .weight .input-prepend {
  float: left;
  border-radius: 2px 0 0 2px;
  display: inline-grid;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 50px;
  background-color: #606060;
  color: #FFFFFF;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
}
@media only screen and (max-width: calc(992px - 1px)) {
  .factory-prices-calculator .ag-full-width .grid-calc .qps-calculator .weight .input-prepend {
    font-size: 18px;
  }
}
.factory-prices-calculator .ag-full-width .grid-calc .qps-calculator .weight input {
  float: left;
  border-radius: 0 2px 2px 0;
  display: inline-block;
  width: 90px;
  height: 100%;
  background-color: #E5E5E5;
  padding-left: 5px;
  border: 1px solid #C4C4C4;
}
.factory-prices-calculator .ag-full-width .grid-calc .qps-calculator .weight input:active, .factory-prices-calculator .ag-full-width .grid-calc .qps-calculator .weight input:hover {
  border-color: #FFFFFF;
}
@media only screen and (max-width: calc(1200px - 1px)) {
  .factory-prices-calculator .ag-full-width .grid-calc .qps-calculator .weight #estCarcassWeight {
    width: calc(100% - 50px);
  }
}
@media only screen and (max-width: calc(992px - 1px)) {
  .factory-prices-calculator .ag-full-width .grid-calc .qps-calculator .weight #basePrice {
    width: calc(100% - 50px);
  }
}
.factory-prices-calculator .ag-full-width .grid-calc .qps-calculator .radio-group {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #E5E5E5;
  display: inline-block;
  float: left;
  margin-top: 10px;
  margin-right: 7px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: calc(992px - 1px)) {
  .factory-prices-calculator .ag-full-width .grid-calc .qps-calculator .radio-group {
    width: 20px;
    height: 20px;
    margin: 0;
    margin-right: 6px;
  }
}
.factory-prices-calculator .ag-full-width .grid-calc .qps-calculator .radio-group input {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  background-color: #E5E5E5;
  cursor: pointer;
}
@media only screen and (max-width: calc(992px - 1px)) {
  .factory-prices-calculator .ag-full-width .grid-calc .qps-calculator .radio-group input {
    width: 20px;
    height: 20px;
  }
}
.factory-prices-calculator .ag-full-width .grid-calc .qps-calculator .radio-group input:checked {
  background-color: #3a9948;
}
.factory-prices-calculator .ag-full-width .grid-calc .qps-calculator .radio-group input:focus {
  outline: none;
}
.factory-prices-calculator .ag-full-width .table-container {
  width: 100%;
  background-color: #FFFFFF;
  padding: 30px;
  margin-bottom: 95px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.factory-prices-calculator .ag-full-width .table-container::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: calc(992px - 1px)) {
  .factory-prices-calculator .ag-full-width .table-container {
    padding: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: calc(768px - 1px)) {
  .factory-prices-calculator .ag-full-width .table-container {
    padding: 0;
    width: calc(100vw - 26px);
  }
}
.factory-prices-calculator .ag-full-width .table-container table {
  width: 100%;
  text-align: center;
}
.factory-prices-calculator .ag-full-width .table-container table tr {
  height: 57px;
}
.factory-prices-calculator .ag-full-width .table-container table tr th {
  color: #FFFFFF;
  background-color: #AC2A2A;
  padding: 5px 10px;
}
.factory-prices-calculator .ag-full-width .table-container table tr td {
  color: #282828;
  padding: 5px 10px;
}
.factory-prices-calculator .ag-full-width .table-container table tr:nth-of-type(odd) {
  background-color: #E5E5E5;
}
.factory-prices-calculator .ag-full-width .table-container table tr:first-of-type {
  color: #FFFFFF;
  background-color: #AC2A2A;
}

@media only screen and (max-width: calc(768px - 1px)) {
  .factory-page {
    margin: 0 13px;
  }
  .factory-page .calc-arrow {
    display: none;
  }
}

.ag-full-width.weekly-kill .chart {
  background-color: white;
}
.ag-full-width.weekly-kill .chart .factories-table {
  padding: 26px 0;
  height: auto;
  margin-bottom: 3px;
}
@media only screen and (max-width: calc( 768px - 1px )) {
  .ag-full-width.weekly-kill .chart .factories-table {
    padding: 13px 0;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.ag-full-width.weekly-kill .chart .factories-table table {
  height: auto;
}
@media only screen and (max-width: calc( 992px - 1px )) {
  .ag-full-width.weekly-kill .chart .factories-table table {
    font-size: 16px;
    line-height: 18px;
  }
}
.ag-full-width.weekly-kill .chart .factories-table table tbody tr td {
  padding: 5px;
  text-align: center;
}
.ag-full-width.weekly-kill .chart .factories-table table tbody tr td:first-of-type {
  text-align: left;
  padding-left: 26px;
}
@media only screen and (max-width: calc( 768px - 1px )) {
  .ag-full-width.weekly-kill .chart .factories-table table tbody tr td:first-of-type {
    padding-left: 13px;
  }
}
.ag-full-width.weekly-kill .chart .factories-table table tbody tr th {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #AC2A2A;
  width: 130px;
  text-align: center;
  padding: 5px;
}
.ag-full-width.weekly-kill .chart .factories-table table tbody tr th:first-of-type {
  text-align: left;
  padding-left: 26px;
}
@media only screen and (max-width: calc( 768px - 1px )) {
  .ag-full-width.weekly-kill .chart .factories-table table tbody tr th:first-of-type {
    padding-left: 13px;
  }
}
.ag-full-width.weekly-kill .chart-info {
  padding: 13px 0 26px 0;
  padding-bottom: 0;
  background-color: white;
  font-family: "Libre Baskerville", serif;
  text-align: center;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .ag-full-width.weekly-kill .chart-info {
    padding: 13px 0;
    padding-bottom: 0;
  }
}
.ag-full-width.weekly-kill .about-this-data {
  padding: 0;
}

/**********************************************
*       Category specific colors
**********************************************/
.category-archive.category-archive-latest .article.video p.story-category {
  color: #3a9948;
}

.agriland-main h1.category-dairy {
  color: #1779C2;
  /*border-bottom: 1px solid $primaryColor;*/
}

.agriland-main h1.category-beef {
  color: #AC2A2A;
  /*border-bottom: 1px solid $primaryColor;*/
}

.agriland-main h1.category-sheep {
  color: #7AC043;
  /*border-bottom: 1px solid $primaryColor;*/
}

.agriland-main h1.category-tillage {
  color: #EBA70B;
  /*border-bottom: 1px solid $primaryColor;*/
}

.agriland-main h1.category-n-ireland {
  color: #772655;
  /*border-bottom: 1px solid $primaryColor;*/
}

.agriland-main h1.category-machinery {
  color: #00654A;
  /*border-bottom: 1px solid $primaryColor;*/
}

.agriland-main h1.category-opinion {
  color: #3D9346;
  /*border-bottom: 1px solid $primaryColor;*/
}

.agriland-main h1.category-default {
  color: #3a9948;
  /*border-bottom: 1px solid $primaryColor;*/
}

.our-team .title-container {
  min-height: 78px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #E5E5E5;
}
.our-team .title-container .title {
  display: flex;
  align-items: center;
  min-height: 78px;
}
.our-team .title-container .title h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 23px;
  line-height: 26px;
  letter-spacing: 0.15em;
  margin-bottom: 0;
  margin-right: 182px;
  color: #AC2A2A;
  text-transform: uppercase;
}
.our-team .title-container .title div {
  min-height: 78px;
  position: relative;
}
.our-team .title-container .title div svg {
  position: absolute;
  left: 0;
  top: -296px;
  width: 700px;
  height: 700px;
}
.our-team .title-container .title div svg path {
  fill: #AC2A2A;
}
@media screen and (max-width: 768px) {
  .our-team .title-container .title h4 {
    margin-left: 16px;
  }
}
@media screen and (max-width: 600px) {
  .our-team .title-container {
    margin-top: 6px;
  }
  .our-team .title-container .title h4 {
    margin-right: 52px;
  }
}
.our-team .title-container {
  margin-bottom: 26px;
}
.our-team .title-container .title h4 {
  color: #3a9948;
}
.our-team .title-container .title div svg path {
  fill: #3a9948;
}
.our-team .ag-full-width h2 {
  color: #757575;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 54px;
  line-height: 54px;
  margin: 0 auto 26px auto;
  text-align: center;
}
@media only screen and (max-width: calc( 992px - 1px )) {
  .our-team .ag-full-width h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media only screen and (max-width: calc( 992px - 1px )) {
  .our-team .ag-full-width .author-profile .profile-container {
    display: block;
  }
  .our-team .ag-full-width .author-profile .profile-container .left {
    display: block;
    width: 100%;
    margin-bottom: 26px;
  }
  .our-team .ag-full-width .author-profile .profile-container .bio {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: calc( 992px - 1px )) and (max-width: calc( 768px - 1px )) {
  .our-team .ag-full-width .author-profile .profile-container .bio {
    height: auto;
  }
}

.single-author .title-container {
  min-height: 78px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #E5E5E5;
}
.single-author .title-container .title {
  display: flex;
  align-items: center;
  min-height: 78px;
}
.single-author .title-container .title h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 23px;
  line-height: 26px;
  letter-spacing: 0.15em;
  margin-bottom: 0;
  margin-right: 182px;
  color: #AC2A2A;
  text-transform: uppercase;
}
.single-author .title-container .title div {
  min-height: 78px;
  position: relative;
}
.single-author .title-container .title div svg {
  position: absolute;
  left: 0;
  top: -296px;
  width: 700px;
  height: 700px;
}
.single-author .title-container .title div svg path {
  fill: #AC2A2A;
}
@media screen and (max-width: 768px) {
  .single-author .title-container .title h4 {
    margin-left: 16px;
  }
}
@media screen and (max-width: 600px) {
  .single-author .title-container {
    margin-top: 6px;
  }
  .single-author .title-container .title h4 {
    margin-right: 52px;
  }
}
.single-author .title-container .title h4 {
  color: #3a9948;
}
.single-author .title-container .title div svg path {
  fill: #3a9948;
}
.single-author .ag-full-width .author-bio-big {
  width: 100%;
  min-height: 312px;
  margin-top: 26px;
  margin-bottom: 26px;
  background-color: #FFFFFF;
  padding: 25px 69px 37px 31px;
  display: flex;
}
@media only screen and (max-width: calc( 768px - 1px )) {
  .single-author .ag-full-width .author-bio-big {
    display: block;
    padding: 20px;
  }
}
.single-author .ag-full-width .author-bio-big img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  margin-right: 36px;
  display: inline-block;
}
@media only screen and (max-width: calc( 768px - 1px )) {
  .single-author .ag-full-width .author-bio-big img {
    display: block;
    margin: 0 auto;
  }
}
.single-author .ag-full-width .author-bio-big .author-info {
  flex: auto;
  height: 100%;
  display: block;
}
.single-author .ag-full-width .author-bio-big .author-info h5 {
  line-height: 26px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #606060;
}
@media only screen and (max-width: calc( 768px - 1px )) {
  .single-author .ag-full-width .author-bio-big .author-info h5 {
    text-align: center;
    margin-top: 20px;
  }
}
.single-author .ag-full-width .author-bio-big .author-info h5 + p.title {
  margin-top: -0.5rem;
}
.single-author .ag-full-width .author-bio-big .author-info p {
  font-size: 16px;
  color: #3a9948;
  line-height: 26px;
  margin-bottom: 6px;
  white-space: nowrap;
  font-weight: 700;
}
.single-author .ag-full-width .author-bio-big .author-info p.title {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: calc( 768px - 1px )) {
  .single-author .ag-full-width .author-bio-big .author-info p.title {
    text-align: center;
  }
}
@media only screen and (max-width: calc( 479px - 1px )) {
  .single-author .ag-full-width .author-bio-big .author-info p.title {
    display: block;
    white-space: initial;
  }
}
.single-author .ag-full-width .author-bio-big .author-info .description {
  font-size: 18px;
  line-height: 26px;
  color: #606060;
  font-weight: 400;
  white-space: initial;
  margin-top: 10px;
  margin-bottom: 9px;
}
.single-author .ag-full-width .author-bio-big .author-info h6 {
  letter-spacing: 0.1em;
  color: #3a9948;
  display: inline-block;
  margin-top: 6px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.single-author .ag-full-width .author-bio-big .author-info .email {
  display: inline-block;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  white-space: initial;
  color: #606060;
  margin-left: 4px;
  text-transform: lowercase;
}
.single-author .ag-full-width .author-bio-big .author-info a:hover {
  text-decoration: none;
}
.single-author .ag-full-width .author-bio-big .author-info svg {
  width: 26px;
  height: 26px;
  margin-right: 4px;
}
.single-author .ag-full-width .author-bio-big .author-info svg path {
  fill: #3a9948;
}
.single-author .ag-full-width .author-bio-big .author-info svg:hover path {
  fill: #C4C4C4;
}
.single-author .ag-full-width .article {
  width: 100%;
  background-color: #FFFFFF;
  margin-bottom: 26px;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .single-author .ag-full-width .article {
    min-height: 175px;
  }
  .single-author .ag-full-width .article a {
    display: grid;
    grid-template-columns: 26% 74%;
  }
}
.single-author .ag-full-width .article a, .single-author .ag-full-width .article a:active, .single-author .ag-full-width .article a:focus, .single-author .ag-full-width .article a:hover {
  text-decoration: none;
  color: #282828;
}
.single-author .ag-full-width .article img {
  float: left;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .single-author .ag-full-width .article img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .single-author .ag-full-width .article img {
    width: 193px;
    height: 175px;
  }
}
@media only screen and (min-width: 1200px) {
  .single-author .ag-full-width .article img {
    object-fit: cover;
  }
}
.single-author .ag-full-width .article .title {
  padding: 20px 20px 0 20px;
  float: right;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: calc(992px - 1px)) {
  .single-author .ag-full-width .article .title {
    margin-left: 13px;
  }
}
@media only screen and (min-width: 992px) {
  .single-author .ag-full-width .article .title {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: calc(1200px - 1px)) {
  .single-author .ag-full-width .article .title {
    margin-left: 32px;
  }
}
@media only screen and (max-width: calc(768px - 1px)) {
  .single-author .ag-full-width .article .title {
    width: 100%;
  }
}
.single-author .ag-full-width .article .title h4 {
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 4px;
}
@media only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  .single-author .ag-full-width .article .title h4 {
    font-size: 22px;
    line-height: 24px;
  }
}
.single-author .ag-full-width .article .title p {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  line-height: 144%;
}
@media only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  .single-author .ag-full-width .article .title p {
    font-size: 14px;
  }
}
.single-author .ag-full-width .ad {
  width: 300px;
  min-height: 280px;
  max-height: 620px;
  margin: auto;
}

.videos-page .title-container {
  min-height: 78px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #E5E5E5;
}
.videos-page .title-container .title {
  display: flex;
  align-items: center;
  min-height: 78px;
}
.videos-page .title-container .title h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 23px;
  line-height: 26px;
  letter-spacing: 0.15em;
  margin-bottom: 0;
  margin-right: 182px;
  color: #AC2A2A;
  text-transform: uppercase;
}
.videos-page .title-container .title div {
  min-height: 78px;
  position: relative;
}
.videos-page .title-container .title div svg {
  position: absolute;
  left: 0;
  top: -296px;
  width: 700px;
  height: 700px;
}
.videos-page .title-container .title div svg path {
  fill: #AC2A2A;
}
@media screen and (max-width: 768px) {
  .videos-page .title-container .title h4 {
    margin-left: 16px;
  }
}
@media screen and (max-width: 600px) {
  .videos-page .title-container {
    margin-top: 6px;
  }
  .videos-page .title-container .title h4 {
    margin-right: 52px;
  }
}
.videos-page .title-container .title h4 {
  color: #282828;
  text-transform: uppercase;
}
.videos-page .title-container .title span svg {
  position: absolute;
  right: 0;
  top: -296px;
  width: 700px;
  height: 700px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .videos-page .title-container .title span svg {
    width: 300px;
    height: 300px;
    top: -110px;
  }
}
.videos-page .title-container .title span svg path {
  fill: #282828;
}
.videos-page .all-videos {
  margin-top: 10px;
}
@media only screen and (max-width: 575px) {
  .videos-page .all-videos {
    margin-right: 13px;
  }
}
@media only screen and (max-width: calc(768px - 1px)) {
  .videos-page .all-videos .single-video-container {
    position: relative;
    box-sizing: content-box;
    min-height: 105px;
    width: 100%;
  }
}
.videos-page .all-videos .watch-next-row {
  background: #282828;
  min-height: 105px;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .videos-page .all-videos .watch-next-row {
    margin: 7px 0;
  }
}
@media only screen and (min-width: 768px) {
  .videos-page .all-videos .watch-next-row {
    margin: 13px 0;
  }
}
.videos-page .all-videos .watch-next-row .video-thumbnail {
  width: 116px;
  height: 105px;
  display: block;
  float: left;
}
.videos-page .all-videos .watch-next-row .video-thumbnail .img-cover {
  object-fit: cover;
}
.videos-page .all-videos .watch-next-row .video-thumbnail img {
  width: 116px;
  height: 105px;
}
.videos-page .all-videos .watch-next-row .video-thumbnail .playBtn {
  position: absolute;
  left: 13px;
  font-size: 14px;
  background-color: #282828;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 4px 3px 4px 4px;
  height: 28px;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .videos-page .all-videos .watch-next-row .video-thumbnail .playBtn {
    bottom: 7px;
  }
}
@media only screen and (min-width: 768px) {
  .videos-page .all-videos .watch-next-row .video-thumbnail .playBtn {
    bottom: 13px;
  }
}
.videos-page .all-videos .watch-next-row .video-thumbnail .playBtn img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.videos-page .all-videos .watch-next-row .video-title {
  padding: 8px;
  display: flex;
  flex-direction: column;
  text-align: left;
  min-height: auto;
}
.videos-page .all-videos .watch-next-row .video-title #video-post-category-headline {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #C4C4C4;
  margin: 0 0 2px 0;
}
.videos-page .all-videos .watch-next-row .video-title h6 {
  color: #fff;
  line-height: 110%;
  font-size: 16px;
}
@media screen and (max-width: 479px) {
  .videos-page .all-videos .watch-next-row .video-title h6 {
    font-size: 14px;
  }
}
@media screen and (min-width: calc(479px + 1px)) and (max-width: 575px) {
  .videos-page .all-videos .watch-next-row .video-title h6 {
    font-size: 16px;
  }
}
@media screen and (min-width: 576px) and (max-width: calc(992px - 1px)) {
  .videos-page .all-videos .watch-next-row .video-title h6 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .videos-page .all-videos .watch-next-row .video-title h6 {
    font-size: 14px;
  }
}
.videos-page .all-videos .watch-next-row .video-title .time-published {
  position: absolute;
  color: #C4C4C4;
  font-size: 11px;
  line-height: 16px;
  bottom: 0;
  right: 23px;
}
@media screen and (max-width: 479px) {
  .videos-page .all-videos .watch-next-row .video-title .time-published {
    font-size: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .videos-page .all-videos .watch-next-row .video-title .time-published {
    bottom: 6px;
  }
}
.videos-page .all-videos .watch-next-row:hover {
  opacity: 0.8;
}

.agriland-content .video-thumbnail {
  display: block;
  grid-area: thumbnail;
  position: relative;
}
.agriland-content .video-thumbnail picture {
  display: inline;
}
.agriland-content .video-thumbnail .play {
  background-color: #3a9948;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 11px 9px 14px 14px;
  border-radius: 50%;
  opacity: 85%;
}
.agriland-content .agriland-sidebar .play {
  width: 35px;
  height: 35px;
  padding: 4px 9px 14px 10px;
}
.agriland-content .agriland-sidebar .play img {
  width: 18px;
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .single-video-template .container {
    width: 94%;
    max-width: 94%;
  }
}
.single-video-template .video-post {
  background: #FFFFFF;
}
.single-video-template .video-post h2 {
  color: #282828;
}
.single-video-template .title-container {
  min-height: 78px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #E5E5E5;
}
.single-video-template .title-container .title {
  display: flex;
  align-items: center;
  min-height: 78px;
}
.single-video-template .title-container .title h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 23px;
  line-height: 26px;
  letter-spacing: 0.15em;
  margin-bottom: 0;
  margin-right: 182px;
  color: #AC2A2A;
  text-transform: uppercase;
}
.single-video-template .title-container .title div {
  min-height: 78px;
  position: relative;
}
.single-video-template .title-container .title div svg {
  position: absolute;
  left: 0;
  top: -296px;
  width: 700px;
  height: 700px;
}
.single-video-template .title-container .title div svg path {
  fill: #AC2A2A;
}
@media screen and (max-width: 768px) {
  .single-video-template .title-container .title h4 {
    margin-left: 16px;
  }
}
@media screen and (max-width: 600px) {
  .single-video-template .title-container {
    margin-top: 6px;
  }
  .single-video-template .title-container .title h4 {
    margin-right: 52px;
  }
}
.single-video-template .title-container .title {
  padding-left: 0;
}
.single-video-template .title-container .title h4 {
  color: #282828;
  text-transform: uppercase;
  line-height: 26px;
  margin-right: 52px;
  letter-spacing: 0.1em;
  padding: 20px 0;
}
.single-video-template .title-container .title div svg path {
  fill: #282828;
}
.single-video-template #video-sidebar.more-videos {
  margin-top: 25px;
  margin-bottom: 36px;
  margin-left: 26px;
  max-width: calc(33.333333% - 26px);
  padding: 0;
}
@media only screen and (max-width: 575px) {
  .single-video-template #video-sidebar.more-videos {
    margin-right: 13px;
  }
}
@media only screen and (max-width: calc(768px - 1px)) {
  .single-video-template #video-sidebar.more-videos {
    max-width: calc(100% - 26px);
  }
}
@media only screen and (min-width: 768px) and (max-width: calc(992px - 1px)) {
  .single-video-template #video-sidebar.more-videos {
    max-width: calc(50% - 26px);
  }
}
.single-video-template #video-sidebar.more-videos h5 {
  line-height: 26px;
  letter-spacing: 0.15em;
  color: #3a9948;
  margin-bottom: 0;
}
.single-video-template #video-sidebar.more-videos .vertical-story {
  position: relative;
  box-sizing: content-box;
  min-height: 105px;
  width: 100%;
}
.single-video-template #video-sidebar.more-videos .watch-next-row {
  background: #282828;
  color: #fff;
  min-height: 105px;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .single-video-template #video-sidebar.more-videos .watch-next-row {
    margin: 13px 13px 13px 0;
  }
}
@media only screen and (min-width: 768px) {
  .single-video-template #video-sidebar.more-videos .watch-next-row {
    margin: 26px 0;
  }
}
.single-video-template #video-sidebar.more-videos .watch-next-row .video-thumbnail {
  width: 116px;
  height: 105px;
  display: block;
  float: left;
}
.single-video-template #video-sidebar.more-videos .watch-next-row .video-thumbnail .img-cover {
  object-fit: cover;
}
.single-video-template #video-sidebar.more-videos .watch-next-row .video-thumbnail img {
  width: 100%;
  height: 100%;
}
.single-video-template #video-sidebar.more-videos .watch-next-row .video-thumbnail .playBtn {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  background-color: #282828;
}
@media only screen and (min-width: 219px) {
  .single-video-template #video-sidebar.more-videos .watch-next-row .video-thumbnail .playBtn {
    padding: 4px 3px 4px 4px;
    height: 28px;
  }
}
.single-video-template #video-sidebar.more-videos .watch-next-row .video-thumbnail .playBtn img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.single-video-template #video-sidebar.more-videos .watch-next-row .video-title {
  padding: 8px;
  display: flex;
  flex-direction: column;
  text-align: left;
  min-height: auto;
}
@media screen and (max-width: calc(375px - 1px)) {
  .single-video-template #video-sidebar.more-videos .watch-next-row .video-title {
    padding: 6px 13px 6px 6px;
  }
}
@media screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  .single-video-template #video-sidebar.more-videos .watch-next-row .video-title {
    padding: 8px 13px 8px 8px;
  }
}
.single-video-template #video-sidebar.more-videos .watch-next-row .video-title #video-post-category-headline {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #C4C4C4;
  margin: 0 0 2px 0;
}
.single-video-template #video-sidebar.more-videos .watch-next-row .video-title h6 {
  color: #fff;
  font-size: 16px;
  line-height: 110%;
}
@media screen and (max-width: 479px) {
  .single-video-template #video-sidebar.more-videos .watch-next-row .video-title h6 {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  .single-video-template #video-sidebar.more-videos .watch-next-row .video-title h6 {
    font-size: 14px;
  }
}
.single-video-template #video-sidebar.more-videos .watch-next-row .video-title .time-published {
  position: absolute;
  font-family: Barlow, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
  color: #C4C4C4;
  bottom: 8px;
  right: 10px;
}
@media screen and (max-width: 479px) {
  .single-video-template #video-sidebar.more-videos .watch-next-row .video-title .time-published {
    font-size: 10px;
  }
}
@media screen and (max-width: calc(768px - 1px)) {
  .single-video-template #video-sidebar.more-videos .watch-next-row .video-title .time-published {
    right: 23px;
  }
}

.video-template-default .article-body {
  padding: 0 13px;
}
.video-template-default .article-body h2 {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .video-template-default .article-body {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1200px) {
  .video-template-default .article-body {
    padding: 0 26px;
  }
}

.video-post {
  background: #FFFFFF;
}
.video-post h2 {
  color: #282828;
}
.video-post .video-header {
  padding-left: 0;
  padding-right: 0;
  background-color: #FFFFFF;
}
.video-post .video-header .video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  /* Then style the iframe to fit in the container div with full height and width */
}
.video-post .video-header .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.video-post .video-header.infinite-scroller {
  padding-bottom: 25px;
}
@media screen and (max-width: calc(992px - 1px)) {
  .video-post .article-body p {
    margin-right: 0;
  }
}
.video-post .article-body .time {
  color: #3a9948;
  font-size: 12px;
  margin-bottom: 26px;
}

.single-podcast-template {
  background-color: #FFFFFF;
}
.single-podcast-template .podcast-header img {
  width: 100%;
}
.single-podcast-template .article-body {
  padding: 0 13px;
}
@media screen and (min-width: 768px) {
  .single-podcast-template .article-body {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1200px) {
  .single-podcast-template .article-body {
    padding: 0 26px;
  }
}
.single-podcast-template .article-body h2 {
  color: #282828;
  line-height: 105%;
}
.single-podcast-template .article-body .time {
  color: #3a9948;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  margin-bottom: 26px;
}
@media screen and (max-width: calc(768px - 1px)) {
  .single-podcast-template .article-body .time {
    margin-bottom: 13px;
  }
}
.single-podcast-template .article-body .article-body-content {
  color: #282828;
}
.single-podcast-template .article-body .article-body-content .advert.instream-ad {
  display: none;
}
.single-podcast-template .article-body .article-body-content iframe {
  width: 100%;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .single-podcast-template .article-body .article-body-content iframe {
    margin-bottom: 13px;
  }
}
.single-podcast-template .article-body .podcast-icons {
  margin-bottom: 26px;
}
.single-podcast-template .article-body .podcast-icons p.podcast-icons-header {
  color: #282828;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 26px;
}
.single-podcast-template .article-body .podcast-icons p.podcast-icons-header a {
  color: #282828;
}
.single-podcast-template .article-body .podcast-icons p.podcast-icons-header a:hover {
  opacity: 0.8;
  text-decoration: none;
}
@media screen and (max-width: calc(768px - 1px)) {
  .single-podcast-template .article-body .podcast-icons p.podcast-icons-header {
    margin-bottom: 13px;
  }
}
.single-podcast-template .article-body .podcast-icons a.icon img {
  width: 40px;
  height: 40px;
}
.single-podcast-template .article-body .podcast-icons a.icon:first-of-type {
  margin-left: 5px;
}
.single-podcast-template .article-body .podcast-icons a.icon:not(:last-child) {
  margin-right: 20px;
}
.single-podcast-template .article-body .podcast-icons a.icon:hover {
  text-decoration: none;
}

.post-type-archive-podcast h1.category-podcast {
  color: #3a9948;
}

.ag-destination-page-dairy .title-container {
  min-height: 78px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #E5E5E5;
}
.ag-destination-page-dairy .title-container .title {
  display: flex;
  align-items: center;
  min-height: 78px;
}
.ag-destination-page-dairy .title-container .title h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 23px;
  line-height: 26px;
  letter-spacing: 0.15em;
  margin-bottom: 0;
  margin-right: 182px;
  color: #AC2A2A;
  text-transform: uppercase;
}
.ag-destination-page-dairy .title-container .title div {
  min-height: 78px;
  position: relative;
}
.ag-destination-page-dairy .title-container .title div svg {
  position: absolute;
  left: 0;
  top: -296px;
  width: 700px;
  height: 700px;
}
.ag-destination-page-dairy .title-container .title div svg path {
  fill: #AC2A2A;
}
@media screen and (max-width: 768px) {
  .ag-destination-page-dairy .title-container .title h4 {
    margin-left: 16px;
  }
}
@media screen and (max-width: 600px) {
  .ag-destination-page-dairy .title-container {
    margin-top: 6px;
  }
  .ag-destination-page-dairy .title-container .title h4 {
    margin-right: 52px;
  }
}
.ag-destination-page-dairy .title-container .title h4 {
  color: #1779C2;
}
.ag-destination-page-dairy .title-container .title div svg path {
  fill: #1779C2;
}

.ag-destination-page-beef .title-container {
  min-height: 78px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #E5E5E5;
}
.ag-destination-page-beef .title-container .title {
  display: flex;
  align-items: center;
  min-height: 78px;
}
.ag-destination-page-beef .title-container .title h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 23px;
  line-height: 26px;
  letter-spacing: 0.15em;
  margin-bottom: 0;
  margin-right: 182px;
  color: #AC2A2A;
  text-transform: uppercase;
}
.ag-destination-page-beef .title-container .title div {
  min-height: 78px;
  position: relative;
}
.ag-destination-page-beef .title-container .title div svg {
  position: absolute;
  left: 0;
  top: -296px;
  width: 700px;
  height: 700px;
}
.ag-destination-page-beef .title-container .title div svg path {
  fill: #AC2A2A;
}
@media screen and (max-width: 768px) {
  .ag-destination-page-beef .title-container .title h4 {
    margin-left: 16px;
  }
}
@media screen and (max-width: 600px) {
  .ag-destination-page-beef .title-container {
    margin-top: 6px;
  }
  .ag-destination-page-beef .title-container .title h4 {
    margin-right: 52px;
  }
}
.ag-destination-page-beef .title-container .title h4 {
  color: #AC2A2A;
}
.ag-destination-page-beef .title-container .title div svg path {
  fill: #AC2A2A;
}

.ag-destination-page-sheep .title-container {
  min-height: 78px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #E5E5E5;
}
.ag-destination-page-sheep .title-container .title {
  display: flex;
  align-items: center;
  min-height: 78px;
}
.ag-destination-page-sheep .title-container .title h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 23px;
  line-height: 26px;
  letter-spacing: 0.15em;
  margin-bottom: 0;
  margin-right: 182px;
  color: #AC2A2A;
  text-transform: uppercase;
}
.ag-destination-page-sheep .title-container .title div {
  min-height: 78px;
  position: relative;
}
.ag-destination-page-sheep .title-container .title div svg {
  position: absolute;
  left: 0;
  top: -296px;
  width: 700px;
  height: 700px;
}
.ag-destination-page-sheep .title-container .title div svg path {
  fill: #AC2A2A;
}
@media screen and (max-width: 768px) {
  .ag-destination-page-sheep .title-container .title h4 {
    margin-left: 16px;
  }
}
@media screen and (max-width: 600px) {
  .ag-destination-page-sheep .title-container {
    margin-top: 6px;
  }
  .ag-destination-page-sheep .title-container .title h4 {
    margin-right: 52px;
  }
}
.ag-destination-page-sheep .title-container .title h4 {
  color: #7AC043;
}
.ag-destination-page-sheep .title-container .title div svg path {
  fill: #7AC043;
}

.ag-destination-page-tillage .title-container {
  min-height: 78px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #E5E5E5;
}
.ag-destination-page-tillage .title-container .title {
  display: flex;
  align-items: center;
  min-height: 78px;
}
.ag-destination-page-tillage .title-container .title h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 23px;
  line-height: 26px;
  letter-spacing: 0.15em;
  margin-bottom: 0;
  margin-right: 182px;
  color: #AC2A2A;
  text-transform: uppercase;
}
.ag-destination-page-tillage .title-container .title div {
  min-height: 78px;
  position: relative;
}
.ag-destination-page-tillage .title-container .title div svg {
  position: absolute;
  left: 0;
  top: -296px;
  width: 700px;
  height: 700px;
}
.ag-destination-page-tillage .title-container .title div svg path {
  fill: #AC2A2A;
}
@media screen and (max-width: 768px) {
  .ag-destination-page-tillage .title-container .title h4 {
    margin-left: 16px;
  }
}
@media screen and (max-width: 600px) {
  .ag-destination-page-tillage .title-container {
    margin-top: 6px;
  }
  .ag-destination-page-tillage .title-container .title h4 {
    margin-right: 52px;
  }
}
.ag-destination-page-tillage .title-container .title h4 {
  color: #EBA70B;
}
.ag-destination-page-tillage .title-container .title div svg path {
  fill: #EBA70B;
}

.ag-destination-page-n-ireland .title-container {
  min-height: 78px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #E5E5E5;
}
.ag-destination-page-n-ireland .title-container .title {
  display: flex;
  align-items: center;
  min-height: 78px;
}
.ag-destination-page-n-ireland .title-container .title h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 23px;
  line-height: 26px;
  letter-spacing: 0.15em;
  margin-bottom: 0;
  margin-right: 182px;
  color: #AC2A2A;
  text-transform: uppercase;
}
.ag-destination-page-n-ireland .title-container .title div {
  min-height: 78px;
  position: relative;
}
.ag-destination-page-n-ireland .title-container .title div svg {
  position: absolute;
  left: 0;
  top: -296px;
  width: 700px;
  height: 700px;
}
.ag-destination-page-n-ireland .title-container .title div svg path {
  fill: #AC2A2A;
}
@media screen and (max-width: 768px) {
  .ag-destination-page-n-ireland .title-container .title h4 {
    margin-left: 16px;
  }
}
@media screen and (max-width: 600px) {
  .ag-destination-page-n-ireland .title-container {
    margin-top: 6px;
  }
  .ag-destination-page-n-ireland .title-container .title h4 {
    margin-right: 52px;
  }
}
.ag-destination-page-n-ireland .title-container .title h4 {
  color: #772655;
}
.ag-destination-page-n-ireland .title-container .title div svg path {
  fill: #772655;
}

.ag-destination-page-machinery .title-container {
  min-height: 78px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #E5E5E5;
}
.ag-destination-page-machinery .title-container .title {
  display: flex;
  align-items: center;
  min-height: 78px;
}
.ag-destination-page-machinery .title-container .title h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 23px;
  line-height: 26px;
  letter-spacing: 0.15em;
  margin-bottom: 0;
  margin-right: 182px;
  color: #AC2A2A;
  text-transform: uppercase;
}
.ag-destination-page-machinery .title-container .title div {
  min-height: 78px;
  position: relative;
}
.ag-destination-page-machinery .title-container .title div svg {
  position: absolute;
  left: 0;
  top: -296px;
  width: 700px;
  height: 700px;
}
.ag-destination-page-machinery .title-container .title div svg path {
  fill: #AC2A2A;
}
@media screen and (max-width: 768px) {
  .ag-destination-page-machinery .title-container .title h4 {
    margin-left: 16px;
  }
}
@media screen and (max-width: 600px) {
  .ag-destination-page-machinery .title-container {
    margin-top: 6px;
  }
  .ag-destination-page-machinery .title-container .title h4 {
    margin-right: 52px;
  }
}
.ag-destination-page-machinery .title-container .title h4 {
  color: #00654A;
}
.ag-destination-page-machinery .title-container .title div svg path {
  fill: #00654A;
}

.ag-destination-page-opinion .title-container {
  min-height: 78px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #E5E5E5;
}
.ag-destination-page-opinion .title-container .title {
  display: flex;
  align-items: center;
  min-height: 78px;
}
.ag-destination-page-opinion .title-container .title h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 23px;
  line-height: 26px;
  letter-spacing: 0.15em;
  margin-bottom: 0;
  margin-right: 182px;
  color: #AC2A2A;
  text-transform: uppercase;
}
.ag-destination-page-opinion .title-container .title div {
  min-height: 78px;
  position: relative;
}
.ag-destination-page-opinion .title-container .title div svg {
  position: absolute;
  left: 0;
  top: -296px;
  width: 700px;
  height: 700px;
}
.ag-destination-page-opinion .title-container .title div svg path {
  fill: #AC2A2A;
}
@media screen and (max-width: 768px) {
  .ag-destination-page-opinion .title-container .title h4 {
    margin-left: 16px;
  }
}
@media screen and (max-width: 600px) {
  .ag-destination-page-opinion .title-container {
    margin-top: 6px;
  }
  .ag-destination-page-opinion .title-container .title h4 {
    margin-right: 52px;
  }
}
.ag-destination-page-opinion .title-container .title h4 {
  color: #3D9346;
}
.ag-destination-page-opinion .title-container .title div svg path {
  fill: #3D9346;
}

.agri-stories-article-list {
  background: #fff;
  height: calc(100% - 26px);
  padding: 18px;
  width: 100%;
}
.agri-stories-article-list .focus-top-bar {
  height: 65px;
  width: 100%;
  display: flex;
}
@media only screen and (max-width: calc(992px - 1px)) {
  .agri-stories-article-list .focus-top-bar {
    height: 52px;
  }
}
.agri-stories-article-list .focus-top-bar .focus {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 26px;
  float: left;
  margin-right: 52px;
}
@media only screen and (max-width: calc(992px - 1px)) {
  .agri-stories-article-list .focus-top-bar .focus {
    padding: 13px;
  }
}
.agri-stories-article-list .focus-top-bar .focus h5 {
  display: inline-block;
  color: #FFFFFF;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 400;
  line-height: 100%;
}
.agri-stories-article-list .focus-top-bar .focus h5 a {
  color: #FFFFFF;
}
.agri-stories-article-list .focus-top-bar .focus h5 a:hover {
  text-decoration: underline;
}
.agri-stories-article-list .focus-top-bar .focus-darker-bg {
  flex: 1;
  height: 39px;
  float: left;
  margin-top: 13px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: calc(992px - 1px)) {
  .agri-stories-article-list .focus-top-bar .focus-darker-bg {
    height: 26px;
    margin-top: 13px;
    margin-bottom: 13px;
  }
}
.agri-stories-article-list .focus-top-bar .focus-darker-bg svg {
  position: absolute;
  top: -17px;
  left: -25px;
  float: left;
}
@media only screen and (max-width: calc(992px - 1px)) {
  .agri-stories-article-list .focus-top-bar .focus-darker-bg svg {
    width: 124px;
    height: 104px;
    top: -43px;
    left: -8px;
  }
}
.agri-stories-article-list .focus-top-bar .focus-darker-bg #focus-signup {
  float: right;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding-right: 33px;
}
.agri-stories-article-list .focus-top-bar .focus-darker-bg #focus-signup h6 {
  vertical-align: middle;
  display: table-cell;
}
.agri-stories-article-list .subtle-heading {
  line-height: 100%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 26px;
  width: 100%;
  height: fit-content;
}
.agri-stories-article-list .story {
  padding-bottom: 13px;
  margin-bottom: 13px;
  position: relative;
}
.agri-stories-article-list .story .time-published {
  position: absolute;
  right: 10px;
  bottom: 8px;
  color: #757575;
  font-family: Barlow, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-transform: capitalize;
}
.agri-stories-article-list .story .time-published {
  right: 0px;
  bottom: 6px;
}
@media only screen and (max-width: calc( 600px - 1px )) {
  .agri-stories-article-list .story .time-published {
    font-size: 10px;
    line-height: 12px;
    bottom: 3px;
    right: 8px;
  }
}

.ads-alignment {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ads-padding-top-bottom {
  margin-bottom: 26px;
}
@media screen and (max-width: calc( 768px - 1px )) {
  .ads-padding-top-bottom {
    margin-bottom: 13px;
  }
}

@media screen and (max-width: 479px) {
  .wp-block-column:nth-of-type(2) {
    display: flex;
    flex-direction: column;
  }
}
#hpto-article-background {
  display: none;
}

@media screen and (min-width: 1200px) {
  body.home #hpto-article-background {
    display: block;
    background: #F3F3F3;
    height: 100px;
    margin-top: -10px;
    margin-left: -12px;
    width: calc(100% + 24px);
    position: absolute;
    height: calc(100% + 26px);
    z-index: -1;
  }
  body.home header#header {
    position: relative;
  }
}
body.home .skin-wrapper {
  position: fixed;
  z-index: 1;
  /*top: 4px;
  height: 100%;
  text-align: center;
  width: 100%;
  */
  width: 1680px;
  z-index: 1;
  left: 50%;
  margin-left: -840px;
}
body.home .billboard-ad {
  z-index: 3;
  position: relative;
}
body.home main#content {
  z-index: 3;
  position: relative;
  max-width: 1126px;
  margin: 0 auto;
}
body.home main#content article {
  background: #F3F3F3;
}
body.home main.agriland-main {
  z-index: 3;
  position: relative;
  max-width: 1126px;
  margin: 0 auto;
}
body.home main.agriland-main article {
  background: #F3F3F3;
}
body.home footer#footer {
  z-index: 3;
}
body.home header#header {
  z-index: 4;
  background: #F3F3F3;
}

.rejuvenate-ad-slot {
  background: #E5E5E5;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .rejuvenate-ad-slot.sticky-ad {
    margin-left: 29px;
  }
}

.rejuvenate-leaderboard {
  min-width: 300px;
  min-height: 50px;
}
@media only screen and (min-width: 768px) {
  .rejuvenate-leaderboard {
    width: 720px;
    height: 90px;
  }
}
@media only screen and (min-width: 992px) {
  .rejuvenate-leaderboard {
    width: 320px;
    height: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .rejuvenate-leaderboard {
    width: 720px;
    height: 90px;
  }
}

.rejuvenate-billboard {
  width: 320px;
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .rejuvenate-billboard {
    width: 720px;
    height: 90px;
  }
}
@media only screen and (min-width: 992px) {
  .rejuvenate-billboard {
    width: 970px;
    height: 250px;
  }
}

.rejuvenate-mpu {
  width: 300px;
  height: 250px;
}

.rejuvenate-mpu.widget-ad-sticky {
  width: 300px;
  min-height: 250px;
  height: auto;
}

.dummy-image {
  height: 90px;
  background-color: #C4C4C4;
  display: grid;
  place-items: center;
}
.dummy-image svg {
  width: 50%;
  height: 50%;
}
.dummy-image svg path {
  color: #757575;
}
@media only screen and (min-width: 768px) {
  .dummy-image {
    height: 145px;
  }
}
@media only screen and (min-width: 992px) {
  .dummy-image {
    height: 150px;
  }
}
@media only screen and (min-width: 1200px) {
  .dummy-image {
    height: 173px;
  }
}

.native-article iframe {
  height: 90px;
}
@media only screen and (min-width: 768px) {
  .native-article iframe {
    height: 145px;
  }
}
@media only screen and (min-width: 992px) {
  .native-article iframe {
    height: 150px;
  }
}
@media only screen and (min-width: 1200px) {
  .native-article iframe {
    height: 173px;
  }
}

.error-page {
  padding: 13px 0;
}
.error-page .error-main {
  background-color: #FFFFFF;
  padding: 26px;
  width: 100%;
  position: relative;
}
.error-page .error-main svg {
  position: absolute;
  top: 26px;
  left: 26px;
}
.error-page .error-main svg path {
  fill: #F3F3F3;
}
.error-page .error-main .error-msg {
  position: relative;
}
.error-page .error-main .error-msg .test {
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
}
.error-page .error-main .error-msg p {
  margin-top: 86px;
  font-family: Barlow, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: #282828;
}
.error-page .error-main .error-msg p span {
  font-weight: 700;
}
.error-page .error-main .error-msg h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 94%;
  color: #3a9948;
}
.error-page .error-main .error-msg .to-homepage {
  margin-top: 26px;
}
.error-page .error-main .error-msg .to-homepage span {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #3a9948;
}
.error-page .error-main .error-msg .to-homepage span:first-of-type {
  font-weight: bold;
  white-space: pre;
}
.error-page .error-main .error-msg .to-homepage span:last-of-type {
  margin-right: 26px;
}
.error-page .error-main .error-msg .to-homepage .arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #F3F3F3;
  text-align: center;
}
.error-page .error-main .error-msg .to-homepage .arrow hr {
  width: 6px;
  border-top: 2px solid #3a9948;
  margin: 0 3px 8px 0;
  display: inline-block;
}
.error-page .error-main .error-msg .to-homepage .arrow hr:last-of-type {
  margin-right: 0;
}
.error-page .error-main .error-msg .to-homepage .arrow .arrow-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 16px;
  height: 16px;
  margin: 0 5px 8px 0;
}
.error-page .error-main .error-msg .to-homepage .arrow svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px !important;
  height: 16px !important;
}
.error-page .error-main .error-msg .to-homepage .arrow svg path {
  fill: #3a9948;
}
.error-page .error-main .error-msg form {
  margin: 46px 0;
  display: flex;
}
.error-page .error-main .error-msg form label {
  flex: 1;
}
.error-page .error-main .error-msg form label span {
  display: none;
}
.error-page .error-main .error-msg form label input {
  font-family: Barlow, sans-serif;
  font-size: 12px;
  width: 100%;
  height: 38px;
  background-color: #F3F3F3;
  border: 2px solid #F3F3F3;
  outline: none;
  margin-left: 0;
  padding-left: 13px;
  color: #282828;
}
.error-page .error-main .error-msg form label input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  cursor: pointer;
}
.error-page .error-main .error-msg form label input:active, .error-page .error-main .error-msg form label input:focus, .error-page .error-main .error-msg form label input:hover {
  border-color: #606060;
}
.error-page .error-main .error-msg form label input:hover {
  background-color: #F3F3F3;
}
.error-page .error-main .error-msg form input {
  height: 38px;
  width: 89px;
  background-color: #3a9948;
  border: none;
  color: #FFFFFF;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 217%;
  margin-left: 13px;
  padding: 5px 13px;
  cursor: pointer;
}
.error-page .error-main .error-msg form input:hover {
  background-color: #606060;
}

#footer {
  width: 100%;
  background-color: #c4c4c4;
  position: relative;
  overflow: hidden;
}
#footer .footer-container {
  width: 100%;
  background-color: #c4c4c4;
  overflow: hidden;
}
#footer .footer-container svg {
  position: absolute;
  top: -100px;
  left: -150px;
  width: 700px;
  height: 600px;
}
#footer .footer-container svg path {
  fill: #3d3d3d;
}
#footer .footer-container .ag-footer-menu-container {
  width: 100%;
  background-color: #282828;
}
#footer .footer-container .ag-footer-menu-container .menu-footer-container {
  padding: 25px 0;
}
#footer .footer-container .ag-footer-menu-container .menu-footer-container .menu {
  display: flex;
  list-style: none;
  padding-left: 0;
  width: fit-content;
  margin: 0 auto;
  /*float: right;*/
}
#footer .footer-container .ag-footer-menu-container .menu-footer-container .menu li {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.03px;
  width: 141px;
  text-align: left;
  letter-spacing: 0.03em;
}
#footer .footer-container .ag-footer-menu-container .menu-footer-container .menu li a,
#footer .footer-container .ag-footer-menu-container .menu-footer-container .menu li a:hover,
#footer .footer-container .ag-footer-menu-container .menu-footer-container .menu li a:focus,
#footer .footer-container .ag-footer-menu-container .menu-footer-container .menu li a:active {
  text-decoration: none;
  color: #F3F3F3;
  text-transform: capitalize;
}
#footer .footer-container .ag-footer-menu-container .menu-footer-container .menu li ul.sub-menu {
  padding-left: 0;
}
#footer .footer-container .ag-footer-menu-container .menu-footer-container .menu li ul.sub-menu li {
  margin-left: 0;
  margin-top: 15px;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.03px;
}
#footer .footer-container .ag-footer-menu-container .menu-footer-container .menu li ul.sub-menu li a {
  position: relative;
  color: #F3F3F3;
}
#footer .footer-container .ag-footer-menu-container .menu-footer-container .menu li ul.sub-menu li a:hover {
  cursor: pointer;
  text-decoration: underline;
  color: #3a9948;
}
#footer .footer-container .ag-footer-menu-container .arrow {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 26px;
  color: #F3F3F3;
  text-align: center;
}
#footer .footer-container .ag-footer-menu-container .arrow hr {
  width: 6px;
  border-top: 2px solid rgba(196, 196, 196, 0.5);
  margin: 0 3px 8px 0;
  display: inline-block;
  animation: arrow 1s linear 2s infinite normal;
}
#footer .footer-container .ag-footer-menu-container .arrow hr:last-of-type {
  margin-right: 0;
}
#footer .footer-container .ag-footer-menu-container .arrow .arrow-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 16px;
  height: 16px;
  margin: 0 5px 8px 0;
}
#footer .footer-container .ag-footer-menu-container .arrow svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px !important;
  height: 16px !important;
}
#footer .footer-container .ag-footer-menu-container .arrow svg path {
  animation: arrow 1s linear 2s infinite normal;
  fill: rgba(196, 196, 196, 0.5);
}
@keyframes arrow {
  0% {
    border-top: 2px solid rgba(196, 196, 196, 0.5);
    fill: rgba(196, 196, 196, 0.5);
  }
  100% {
    border-top: 2px solid #3a9948;
    fill: #3a9948;
  }
}
#footer .footer-container .ag-footer-menu-container .arrow h6 {
  display: inline-block;
  letter-spacing: 0.15em;
  margin-left: 6px;
}
#footer .footer-container .ag-footer-menu-container .arrow h6:last-child {
  font-weight: 400;
}
#footer .footer-container .ag-footer-menu-container .form-container {
  width: 100%;
  text-align: center;
}
#footer .footer-container .ag-footer-menu-container .form-container form {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  padding-left: 13px;
}
#footer .footer-container .ag-footer-menu-container .form-container form .icon-container {
  display: inline;
  width: 16px;
  height: 26px;
}
#footer .footer-container .ag-footer-menu-container .form-container form .icon-container svg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 18px;
  width: 16px;
  height: 26px;
}
#footer .footer-container .ag-footer-menu-container .form-container form .icon-container svg path {
  fill: #3a9948;
}
#footer .footer-container .ag-footer-menu-container .form-container form input {
  float: left;
  width: 202px;
  height: 26px;
  border: none;
  background-color: #c4c4c4;
  padding-left: 24px;
  display: inline;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 26px;
  text-transform: capitalize;
}
#footer .footer-container .ag-footer-menu-container .form-container form .button {
  float: left;
  width: 60px;
  height: 26px;
  text-align: center;
  margin-left: 2px;
  background-color: #3a9948;
  border: none;
  font-size: 12px;
  font-family: "Roboto Condensed", sans-serif;
  color: #f3f3f3;
  display: inline;
}
#footer .footer-container .ag-footer-menu-container .form-container form .button:hover {
  opacity: 0.8;
  cursor: pointer;
}
#footer .footer-container .ag-footer-menu-container .form-container form input:focus,
#footer .footer-container .ag-footer-menu-container .form-container form .button:focus {
  outline: none;
}
#footer .footer-container .ag-footer-menu-container .mobile-only-footer-menu {
  display: none;
}
#footer .footer-container .ag-footer-menu-container .ag-footer-logo {
  display: block;
  margin: 30px 0;
  width: 100%;
  height: 42px;
  text-align: center;
}
#footer .footer-container .ag-footer-menu-container .ag-footer-logo .logo-container {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 42px;
}
#footer .footer-container .ag-footer-menu-container .ag-footer-logo .logo-container svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 42px;
}
#footer .footer-container .ag-footer-menu-container .ag-footer-logo .logo-container svg path {
  fill: #FFFFFF;
}
#footer .footer-container .ag-footer-menu-container .ag-footer-logo .logo-container svg:hover path {
  fill: #3a9948;
}
#footer .footer-container .ag-footer-menu-container .footer-social {
  width: 100%;
  margin: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .footer-container .ag-footer-menu-container .footer-social h6 {
  font-weight: 400;
  color: #F3F3F3;
  letter-spacing: 0.15em;
  font-size: 14px;
  margin: 0;
}
#footer .footer-container .ag-footer-menu-container .footer-social .social-icons {
  height: 18px;
  width: 18px;
  display: table;
  margin-left: 9px;
}
#footer .footer-container .ag-footer-menu-container .footer-social .social-icons a {
  display: table-cell;
  height: 100%;
  width: 18px;
  position: relative;
}
#footer .footer-container .ag-footer-menu-container .footer-social .social-icons svg {
  position: absolute;
  top: -2px;
  left: 0;
  width: 18px !important;
  height: 18px !important;
}
#footer .footer-container .ag-footer-menu-container .footer-social .social-icons svg path {
  fill: #FFFFFF;
}
#footer .footer-container .ag-footer-menu-container .footer-social .social-icons svg:hover path {
  fill: #3a9948;
}
#footer .footer-container .ag-footer-menu-container .ag-apps-container {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 61px;
  background-color: #c4c4c4;
  opacity: 0.7;
  text-align: center;
}
#footer .footer-container .ag-footer-menu-container .ag-apps-container .footer-appstores {
  display: inline-block;
  position: relative;
}
#footer .footer-container .ag-footer-menu-container .ag-apps-container .footer-appstores #apple {
  height: 40px;
  width: 120px;
}
#footer .footer-container .ag-footer-menu-container .ag-apps-container .footer-appstores #google {
  height: 58px !important;
  width: 150px !important;
}
#footer .footer-container .ag-footer-menu-container .ag-group-websites {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #151515;
  padding: 26px;
}
#footer .footer-container .ag-footer-menu-container .ag-group-websites .mobile-only-footer-logo {
  width: 100%;
  height: auto;
  display: none;
  align-items: center;
}
@media screen and (max-width: 383px) {
  #footer .footer-container .ag-footer-menu-container .ag-group-websites .mobile-only-footer-logo {
    padding: 22px 0 22px 0;
  }
}
@media screen and (min-width: 384px) {
  #footer .footer-container .ag-footer-menu-container .ag-group-websites .mobile-only-footer-logo {
    padding: 22px 7px 22px 0;
  }
}
#footer .footer-container .ag-footer-menu-container .ag-group-websites .mobile-only-footer-logo svg {
  margin: auto;
  position: relative;
  left: initial;
  top: initial;
  width: 200px;
  height: 42px;
}
#footer .footer-container .ag-footer-menu-container .ag-group-websites .mobile-only-footer-logo svg path {
  fill: #FFFFFF;
}
#footer .footer-container .ag-footer-menu-container .ag-group-websites .websites-container {
  text-align: center;
}
#footer .footer-container .ag-footer-menu-container .ag-group-websites .websites-container .websites {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  margin: 0 14.5px 26px;
  height: 30px;
  min-width: 100px;
  width: fit-content;
  vertical-align: bottom;
}
#footer .footer-container .ag-footer-menu-container .ag-group-websites .websites-container .websites a {
  display: block;
}
#footer .footer-container .ag-footer-menu-container .ag-group-websites .websites-container .websites svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 100%;
}
#footer .footer-container .ag-footer-menu-container .ag-group-websites .websites-container .websites svg path {
  fill: rgba(255, 255, 255, 0.7);
}
#footer .footer-container .ag-footer-menu-container .ag-group-websites .websites-container .websites:nth-of-type(4) a {
  display: flex;
}
#footer .footer-container .ag-footer-menu-container .ag-group-websites #copyright {
  text-align: center;
  color: #c4c4c4;
  margin-bottom: 28px;
  opacity: 0.6;
}
#footer .footer-container .ag-footer-menu-container .ag-group-websites #copyright a {
  color: #c4c4c4;
}
#footer .footer-container .ag-footer-menu-container .ag-group-websites #copyright a:hover {
  text-decoration: underline;
}
#footer .footer-container .ag-footer-menu-container .ag-group-websites #copyright p {
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-size: 12px;
  letter-spacing: 0.02em;
}

@media screen and (max-width: calc(992px - 1px)) {
  #footer .footer-container .ag-footer-menu-container .menu-footer-container .menu {
    float: none;
    width: 100%;
  }
  #footer .footer-container .ag-footer-menu-container .menu-footer-container .menu li {
    text-align: left;
    width: fit-content;
    max-width: 100px;
    margin: 0 auto;
  }
  #footer .footer-container .ag-footer-menu-container .menu-footer-container .menu li .sub-menu li {
    display: block;
  }
  #footer .footer-container .ag-footer-menu-container .menu-footer-container .menu li .sub-menu li a {
    display: block;
  }
  #footer .footer-container .ag-footer-menu-container .menu-footer-container .menu li:nth-child(n+4) {
    display: none;
  }
  #footer .footer-container .ag-footer-menu-container .form-container form .button {
    float: initial;
    margin-left: 0;
    margin-top: 8px;
  }
  #footer .footer-container .ag-footer-menu-container .footer-social h6 {
    display: none;
  }
}
@media screen and (max-width: calc(992px - 1px)) {
  #footer .footer-container .ag-footer-menu-container .menu-footer-container .menu li a:first-of-type {
    display: none;
  }
  #footer .footer-container .ag-footer-menu-container .tablet-and-bigger-menu {
    display: none;
  }
  #footer .footer-container .ag-footer-menu-container .form-container form .button {
    float: left;
    margin-left: 2px;
    margin-top: 0;
  }
  #footer .footer-container .ag-footer-menu-container .mobile-only-footer-menu {
    display: block;
  }
  #footer .footer-container .ag-footer-menu-container .ag-footer-logo {
    display: none;
  }
  #footer .footer-container .ag-footer-menu-container .footer-social {
    margin-top: 46px;
    margin-bottom: 15px;
  }
  #footer .footer-container .ag-footer-menu-container .footer-social h6 {
    display: none;
  }
  #footer .footer-container .ag-footer-menu-container .footer-social .social-icons {
    margin-right: 20px;
  }
  #footer .footer-container .ag-footer-menu-container #mobile-group-websites {
    opacity: 1 !important;
  }
  #footer .footer-container .ag-footer-menu-container .ag-group-websites .mobile-only-footer-logo {
    display: flex;
  }
  #footer .footer-container .ag-footer-menu-container .ag-group-websites .websites-container .websites img {
    width: 85px;
    height: 35px;
  }
  #footer .footer-container .ag-footer-menu-container .ag-group-websites .websites-container #new-brand-agriland-uk-logo img {
    width: 100px;
    height: 50px;
  }
  #footer .footer-container .ag-footer-menu-container .ag-group-websites .websites-container .websites:nth-of-type(4) a {
    display: initial;
  }
}
#agriland-media-company-logo {
  margin: 0 -26px 30px -26px;
  display: flex;
  flex-direction: row;
}
#agriland-media-company-logo #hr-left,
#agriland-media-company-logo #hr-right {
  width: 100%;
  height: 1px;
  background-color: #5F6068;
}
@media screen and (max-width: calc(992px - 1px)) {
  #agriland-media-company-logo #hr-left,
#agriland-media-company-logo #hr-right {
    margin-top: 34px;
  }
}
@media screen and (min-width: 992px) {
  #agriland-media-company-logo #hr-left,
#agriland-media-company-logo #hr-right {
    margin-top: 42px;
  }
}
@media screen and (max-width: calc(992px - 1px)) {
  #agriland-media-company-logo img {
    height: 70px;
    width: 221px;
  }
}
@media screen and (min-width: 992px) {
  #agriland-media-company-logo img {
    height: 85px;
    width: 267px;
  }
}
#agriland-media-company-logo #agriland-media-left-line,
#agriland-media-company-logo #agriland-media-right-line {
  display: flex;
  flex: 2.2;
}
@media screen and (min-width: 1400px) {
  #agriland-media-company-logo #agriland-media-left-line,
#agriland-media-company-logo #agriland-media-right-line {
    flex: 2.5;
  }
}
@media screen and (min-width: 1500px) {
  #agriland-media-company-logo #agriland-media-left-line,
#agriland-media-company-logo #agriland-media-right-line {
    flex: 2.8;
  }
}
#agriland-media-company-logo #agriland-media-img {
  display: flex;
  justify-content: center;
  flex: 1;
}

@media screen and (max-width: calc(992px - 1px)) {
  #new-brand-agrirecruit-logo {
    padding-top: 4px;
  }

  #new-brand-haystack-logo {
    padding-top: 5px;
  }

  #new-brand-agricreative-logo {
    padding-bottom: 3px;
  }

  #new-brand-farmland-logo {
    padding-top: 7px;
  }

  #new-brand-agriretailer-logo {
    padding-top: 6px;
  }

  #new-brand-agriland-uk-logo {
    padding-top: 8px;
  }
}
@media screen and (min-width: 992px) {
  #new-brand-agrirecruit-logo {
    padding-top: 3px;
  }

  #new-brand-haystack-logo {
    padding-top: 5px;
  }

  #new-brand-agricreative-logo {
    padding-bottom: 5px;
  }

  #new-brand-farmland-logo {
    padding-top: 10px;
  }

  #new-brand-agriland-uk-logo {
    padding-top: 8px;
  }
}
/********** Padding for Mobile logos container **********/
@media screen and (max-width: 462px) {
  #footer .footer-container .ag-footer-menu-container .ag-group-websites .websites-container {
    padding-left: 18px;
  }
}

#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

#baguetteBox-overlay.visible {
  opacity: 1;
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 22px;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}

@-webkit-keyframes bounceFromRight {
  0%, 100% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
}
@keyframes bounceFromRight {
  0%, 100% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
}
@-webkit-keyframes bounceFromLeft {
  0%, 100% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
}
@keyframes bounceFromLeft {
  0%, 100% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
}
.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.baguetteBox-button:focus, .baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
  right: 2%;
}

.baguetteBox-button#previous-button {
  left: 2%;
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.baguetteBox-double-bounce1, .baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}

.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
#container {
  margin-top: 61px;
  margin-bottom: 13px;
}
@media screen and (min-width: 768px) {
  #container {
    margin-top: 78px;
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 992px) {
  #container {
    margin-top: 0;
  }
}

.agriland-container {
  display: grid;
  grid-template-rows: min-content 1fr min-content;
  grid-auto-rows: 1fr;
  gap: 18px 0px;
  grid-auto-flow: row;
  grid-template-areas: "agriland-header" "agriland-content" "agriland-footer";
  width: 100%;
  height: 100%;
}

.agriland-header {
  grid-area: agriland-header;
  background-color: #C4B7CB;
}

.agriland-footer {
  grid-area: agriland-footer;
  background-color: #7B9E87;
}

.agriland-content {
  display: grid;
  width: 100%;
  grid-gap: 26px 26px;
  margin: 0 auto;
}

/* 
    Temporary solution for podcast page only
    If all pages will want to display widgets for mobile - it will be applied to them too
*/
@media only screen and (max-width: calc(992px - 1px)) {
  .podcast-template-default.single-podcast .agriland-content {
    grid-gap: 13px 13px;
  }
}

@media only screen and (min-width: 768px) {
  .archive.author .agriland-main,
.page-template-default .agriland-main,
.page-template-new-homepage-template .agriland-main,
.page-template-information-page-template .agriland-main {
    display: grid;
    grid-auto-rows: min-content;
    grid-gap: 18px 0px;
  }
}

.agriland-main,
.is-root-container {
  /* 
      !!!!!!!!!!!!!! IMPORTANT !!!!!!!!!!!!!!!
      Grid causes the WP tables break the right margin in mobile
      For now it's switched off for mobile (it does not really affect anything seriously)
      Find a proper fix if needed

      Revised: - The grid is needed for the page-template-default pages.
               - It is not needed for post-templates.
  */
}
@media only screen and (min-width: 768px) {
  .agriland-main .pagination-container,
.is-root-container .pagination-container {
    grid-column: 1/5;
  }
}
.agriland-main .pagination-container .nav-links .pagination-description,
.is-root-container .pagination-container .nav-links .pagination-description {
  height: 39px;
  background-color: #FFFFFF;
  color: #3a9948;
  width: max-content;
}
.agriland-main .pagination-container .nav-links .pagination-description a,
.is-root-container .pagination-container .nav-links .pagination-description a {
  display: grid;
  align-content: center;
  height: 39px;
  color: #3a9948;
}
.agriland-main .pagination-container .nav-links .pagination-description a:hover,
.is-root-container .pagination-container .nav-links .pagination-description a:hover {
  background: #3a9948;
  color: #FFFFFF;
}
.agriland-main .pagination-container .nav-links .pagination-description h6,
.is-root-container .pagination-container .nav-links .pagination-description h6 {
  margin-bottom: 0;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 10px 0 12px;
  line-height: 15px;
}
.agriland-main .pagination-container .nav-links .pagination-description h6 span,
.is-root-container .pagination-container .nav-links .pagination-description h6 span {
  font-weight: 400;
  background-color: transparent;
  color: inherit;
}
.agriland-main .pagination-container .nav-links .pagination-description h6 span:hover,
.is-root-container .pagination-container .nav-links .pagination-description h6 span:hover {
  background-color: transparent;
  color: inherit;
}

.agriland-sidebar {
  display: none;
}
@media only screen and (min-width: 992px) {
  .agriland-sidebar {
    z-index: 3;
    display: grid;
    grid-auto-rows: min-content;
    grid-gap: 18px 0px;
    position: relative;
  }
}
.agriland-sidebar .widget-ad,
.agriland-sidebar .widget-ad-sticky {
  margin-bottom: 0;
}

/* 
    Temporary solution for podcast page only
    If all pages will want to display widgets for mobile - it will be applied to them too
*/
@media only screen and (max-width: calc(992px - 1px)) {
  .podcast-template-default.single-podcast .agriland-sidebar {
    display: grid;
    grid-auto-rows: min-content;
    grid-gap: 13px 0px;
    margin: 0 13px;
  }
}

.agriland-stories {
  display: grid;
  grid-auto-rows: min-content;
  grid-gap: 13px 0px;
  margin: 0 13px;
  margin-top: 13px;
}
@media only screen and (min-width: 768px) {
  .agriland-stories {
    grid-gap: 18px 0px;
    margin: 0;
  }
}
.agriland-stories .agriland-slot {
  grid-column: 1/1;
  width: calc(100vw - 26px);
}
.agriland-stories .agriland-slot.slot-carousel {
  width: calc(100vw - 13px);
}
@media screen and (min-width: 768px) {
  .agriland-stories .agriland-slot.slot-carousel {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .agriland-stories .agriland-slot {
    width: 100%;
  }
}
.agriland-stories .agriland-slot .carousel {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #3A9948 0%, #00654A 100%);
  margin: 0;
  margin-left: -13px;
}
.agriland-stories .agriland-slot .carousel .carousel-control {
  display: none;
}
@media screen and (min-width: 992px) {
  .agriland-stories .agriland-slot .carousel .carousel-control {
    position: absolute;
    width: 100%;
    bottom: 13px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: grid;
    place-content: center;
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px white solid;
    cursor: pointer;
  }
  .agriland-stories .agriland-slot .carousel .carousel-control svg {
    width: 24px;
    color: #FFFFFF;
  }
  .agriland-stories .agriland-slot .carousel .carousel-control.carousel-forward {
    right: 13px;
  }
  .agriland-stories .agriland-slot .carousel .carousel-control.carousel-backward {
    left: 13px;
  }
  .agriland-stories .agriland-slot .carousel .carousel-control:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .agriland-stories .agriland-slot .carousel .carousel-control.hidden {
    display: none;
  }
}
.agriland-stories .agriland-slot .carousel.default {
  background: linear-gradient(180deg, #3a9948 0%, #00654a 100%);
}
.agriland-stories .agriland-slot .carousel.beef {
  background: linear-gradient(180deg, #AC2A2A 0%, #971515 100%);
}
.agriland-stories .agriland-slot .carousel.dairy {
  background: linear-gradient(180deg, #1779C2 0%, #115A83 100%);
}
.agriland-stories .agriland-slot .carousel.tillage {
  background: linear-gradient(180deg, #EBA70B 0%, #DE8E11 100%);
}
.agriland-stories .agriland-slot .carousel.sheep {
  background: linear-gradient(180deg, #7AC043 0%, #3D9346 100%);
}
.agriland-stories .agriland-slot .carousel.n-ireland {
  background: linear-gradient(180deg, #772655 0%, #680E42 100%);
}
.agriland-stories .agriland-slot .carousel.machinery {
  background: linear-gradient(180deg, #00654A 0%, #3D9346 100%);
}
.agriland-stories .agriland-slot .carousel.video {
  background: linear-gradient(180deg, #3D9346 0%, #282828 100%);
}
.agriland-stories .agriland-slot .carousel.farmland {
  background: linear-gradient(180deg, #27324D 0%, #000 100%);
}
@media screen and (min-width: 768px) {
  .agriland-stories .agriland-slot .carousel {
    margin-left: 0;
  }
}
.agriland-stories .agriland-slot .carousel h2 {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .agriland-stories .agriland-slot .carousel h2 {
    font-size: 18px;
    line-height: 18px;
  }
}
.agriland-stories .agriland-slot .carousel h2 span {
  font-weight: 400;
}
.agriland-stories .agriland-slot .carousel h2 a,
.agriland-stories .agriland-slot .carousel h2 a:active,
.agriland-stories .agriland-slot .carousel h2 a:hover,
.agriland-stories .agriland-slot .carousel h2 a:focus {
  color: #FFFFFF;
  padding: 13px;
  display: block;
}
@media screen and (min-width: 768px) {
  .agriland-stories .agriland-slot .carousel h2 a,
.agriland-stories .agriland-slot .carousel h2 a:active,
.agriland-stories .agriland-slot .carousel h2 a:hover,
.agriland-stories .agriland-slot .carousel h2 a:focus {
    padding: 20px 26px;
  }
}
.agriland-stories .agriland-slot .carousel .carousel-container {
  margin-left: 0;
  display: grid;
  grid-auto-columns: max-content;
  grid-template-rows: 1fr;
  grid-template-columns: 120px;
  width: 100%;
  overflow-x: auto;
  grid-gap: 18px;
  padding: 18px 13px 18px 13px;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.agriland-stories .agriland-slot .carousel .carousel-container::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  .agriland-stories .agriland-slot .carousel .carousel-container {
    padding: 36px 26px 52px 26px;
    grid-template-columns: 170px;
    grid-gap: 36px;
  }
}
.agriland-stories .agriland-slot .carousel .carousel-container .carousel-item {
  grid-row: 1;
  grid-column: auto;
  width: 120px;
}
.agriland-stories .agriland-slot .carousel .carousel-container .carousel-item .video-thumbnail {
  grid-area: unset;
}
@media screen and (min-width: 768px) {
  .agriland-stories .agriland-slot .carousel .carousel-container .carousel-item {
    width: 170px;
  }
}
.agriland-stories .agriland-slot .carousel .carousel-container .carousel-item a {
  display: grid;
  grid-gap: 10px;
}
.agriland-stories .agriland-slot .carousel .carousel-container .carousel-item picture img {
  width: 100%;
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .agriland-stories .agriland-slot .carousel .carousel-container .carousel-item picture img {
    border-radius: 4px;
  }
}
.agriland-stories .agriland-slot .carousel .carousel-container .carousel-item h5 {
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .agriland-stories .agriland-slot .carousel .carousel-container .carousel-item h5 {
    font-size: 18px;
  }
}
.agriland-stories .agriland-slot.spotlight a {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  background-color: #FFFFFF;
  display: grid;
}
.agriland-stories .agriland-slot.spotlight picture {
  display: block;
  grid-area: image;
  padding-bottom: 9px;
}
.agriland-stories .agriland-slot.spotlight picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.agriland-stories .agriland-slot.spotlight time {
  grid-area: time;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 11px;
  text-transform: capitalize;
  color: #757575;
}
@media screen and (min-width: 768px) {
  .agriland-stories .agriland-slot.spotlight time {
    font-size: 14px;
    line-height: 14px;
  }
}
.agriland-stories .agriland-slot.spotlight .tag {
  margin-left: 13px;
  grid-area: tag;
  font-weight: 700;
  font-size: 11px;
  line-height: 11px;
  color: #3a9948;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  place-self: center;
}
.agriland-stories .agriland-slot.spotlight .tag.live {
  color: #E83500;
}
@media screen and (min-width: 768px) {
  .agriland-stories .agriland-slot.spotlight .tag {
    font-size: 14px;
    line-height: 14px;
  }
}
.agriland-stories .agriland-slot.spotlight h6 {
  grid-area: headline;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 22px;
  margin: 13px;
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .agriland-stories .agriland-slot.spotlight h6 {
    margin-top: 8px;
    font-size: 32px;
    line-height: 37px;
  }
}
.agriland-stories .agriland-slot.spotlight a:first-of-type {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-template-rows: repeat(2, min-content) 1fr;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 0px 4px;
  grid-auto-flow: row;
  grid-template-areas: "image image" "tag time" "headline headline";
}
.agriland-stories .agriland-slot.spotlight a:not(:first-of-type) {
  grid-template-columns: min-content auto;
  grid-gap: 13px;
  padding: 13px;
  margin-top: 2px;
  font-size: 14px;
  line-height: 16px;
}
.agriland-stories .agriland-slot.spotlight a:not(:first-of-type).more-stories-link {
  grid-template-columns: none;
  padding: 0;
}
.agriland-stories .agriland-slot.spotlight a:not(:first-of-type).more-stories-link .pagination {
  margin-right: 0;
}
.agriland-stories .agriland-slot.spotlight a:not(:first-of-type).more-stories-link .pagination .nav-links {
  place-items: center;
}
.agriland-stories .agriland-slot.spotlight a:not(:first-of-type).more-stories-link .pagination .pagination-description {
  height: auto;
}
.agriland-stories .agriland-slot.spotlight a:not(:first-of-type).more-stories-link .pagination .pagination-description h6 {
  margin: 0;
  padding: 0;
  color: #3a9948;
  font-size: 16px;
  font-weight: 700;
}
.agriland-stories .agriland-slot.spotlight a:not(:first-of-type).more-stories-link .pagination .pagination-description h6.live {
  color: #E83500;
}
.agriland-stories .agriland-slot.spotlight a:not(:first-of-type).more-stories-link .nav-arrow {
  display: grid;
  min-width: 39px;
  height: 39px;
  place-content: space-around;
  background-color: #3a9948;
  /* color: #772655; */
  padding: 0 6px;
}
.agriland-stories .agriland-slot.spotlight a:not(:first-of-type).more-stories-link .nav-arrow.live {
  background-color: #E83500;
}
.agriland-stories .agriland-slot.spotlight a:not(:first-of-type).more-stories-link .nav-arrow img {
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 768px) {
  .agriland-stories .agriland-slot.spotlight a:not(:first-of-type) {
    font-size: 20px;
    line-height: 24px;
  }
}
.agriland-stories .agriland-slot.spotlight a:not(:first-of-type).live svg path {
  fill: #E83500;
}
.agriland-stories .agriland-slot.spotlight a:not(:first-of-type) svg {
  align-self: center;
  width: 12px;
  height: 12px;
}
.agriland-stories .agriland-slot.spotlight a:not(:first-of-type) svg path {
  fill: #3a9948;
}
@media screen and (min-width: 768px) {
  .agriland-stories .agriland-slot.spotlight a:not(:first-of-type) svg {
    width: 15px;
    height: 15px;
  }
}
.agriland-stories .agriland-slot .ads-padding-top-bottom {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .agriland-stories {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 18px 18px;
  }
  .agriland-stories .agriland-slot {
    grid-column: 1/5;
    width: auto;
  }
}

.agriland-widget-show {
  height: 200px;
  background-color: rgba(240, 185, 108, 0.5);
}

.agriland-widget-hide {
  height: 200px;
  background-color: rgba(78, 153, 86, 0.5);
}

.agriland-mpu {
  background: #fff;
  height: 250px;
}

.agriland-story {
  position: relative;
  width: calc(100vw - 26px);
}
@media screen and (min-width: 768px) {
  .agriland-story {
    width: 100%;
  }
}
.agriland-story.columns .story-tag {
  top: 14px;
  font-size: 12px;
  padding: 0 13px 0 10px;
}
@media screen and (min-width: 768px) {
  .agriland-story.columns picture {
    min-height: 95px;
  }
}
@media screen and (min-width: 992px) {
  .agriland-story.columns picture {
    min-height: 83px;
  }
}
@media screen and (min-width: 1200px) {
  .agriland-story.columns picture {
    min-height: 98px;
  }
}
.agriland-story .story-tag {
  position: absolute;
  top: 22px;
  left: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background-color: #E83500;
  color: #FFFFFF;
  padding: 0 17px 0 14px;
  z-index: 1;
}
.agriland-story.featured a {
  grid-template-areas: none;
  display: block;
  position: relative;
  height: calc((100vw - 26px) * 0.5625);
  padding: 0;
}
.agriland-story.featured a picture {
  height: 100%;
}
.agriland-story.featured a picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.agriland-story.featured a .overline:first-of-type,
.agriland-story.featured a .title:first-of-type,
.agriland-story.featured a .time-published:first-of-type {
  display: none;
}
.agriland-story.featured a .title-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(40, 40, 40, 0.5);
  width: 100%;
  color: #fff;
  padding: 8px;
  padding-right: 8px;
}
.agriland-story.featured a .title-overlay .overline {
  display: grid;
  grid-template-areas: "title time";
  grid-template-columns: max-content max-content;
  place-items: center;
  grid-gap: 8px;
  margin-bottom: 8px;
  margin-top: 0;
}
.agriland-story.featured a .title-overlay h5 {
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  grid-area: title;
  color: #fff;
}
.agriland-story.featured a .title-overlay h2 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 0;
}
.agriland-story.featured a .title-overlay .time-published {
  color: #fff;
  font-family: Barlow, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 100%;
  text-transform: capitalize;
  grid-area: time;
  margin-bottom: 0;
  place-self: normal;
  display: block;
}
@media screen and (min-width: 768px) {
  .agriland-story:not(.columns) {
    grid-column: 1/5;
  }
  .agriland-story.columns a {
    grid-template-columns: 1fr;
    grid-template-areas: "thumbnail" "overline" "title" "timestamp";
    padding: 0px;
    grid-gap: 4px 0;
    grid-template-rows: min-content min-content 1fr min-content;
  }
  .agriland-story.columns a .overline {
    margin-top: 8px;
    margin-left: 13px;
    font-size: 12px;
    line-height: 12px;
  }
  .agriland-story.columns a .title {
    margin: 0 13px;
  }
  .agriland-story.columns a .title h6 {
    font-size: 16px;
    line-height: 19px;
  }
  .agriland-story.columns a .time-published {
    margin-right: 13px;
    margin-bottom: 6px;
  }
  .agriland-story.featured a {
    height: 410px;
  }
  .agriland-story.featured a .title-overlay {
    padding: 16px 22px 22px 22px;
  }
  .agriland-story.featured a .title-overlay h2 {
    font-size: 36px;
    line-height: 38px;
  }
}
@media screen and (min-width: 992px) and (max-width: calc(1200px - 1px)) {
  .agriland-story.featured a {
    height: 362px;
  }
}
@media screen and (min-width: 1200px) {
  .agriland-story.featured a {
    height: 422px;
  }
}
.agriland-story a {
  background: white;
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-template-rows: min-content 1fr min-content;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 4px 8px;
  grid-auto-flow: row;
  grid-template-areas: "thumbnail overline" "thumbnail title" "thumbnail timestamp";
  width: 100%;
  height: 100%;
  padding-right: 8px;
}
@media screen and (min-width: 768px) {
  .agriland-story a {
    grid-template-columns: 160px 1fr;
    gap: 6px 18px;
    padding-right: 18px;
  }
}
@media screen and (min-width: calc(992px - 1px)) {
  .agriland-story a {
    grid-template-columns: 26% 1fr;
    gap: 6px 12px;
    padding-right: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .agriland-story a {
    grid-template-columns: 26% 1fr;
    gap: 6px 18px;
    padding-right: 18px;
  }
}
.agriland-story a picture {
  display: block;
  grid-area: thumbnail;
}
aside .agriland-story a picture {
  min-height: 90px;
}
.agriland-story a picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: calc(992px - 1px)) {
  .agriland-story a picture img {
    min-height: 90px;
  }
}
.agriland-story a .overline {
  grid-area: overline;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3D9346;
  margin-bottom: 0;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .agriland-story a .overline {
    font-size: 14px;
    line-height: 14px;
  }
}
.agriland-story a .overline.story-category-dairy, .agriland-story a .overline.story-category-dairy-focus, .agriland-story a .overline.story-category-dairy-news, .agriland-story a .overline.story-category-dairy-technical {
  color: #1779C2;
}
.agriland-story a .overline.story-category-beef, .agriland-story a .overline.story-category-beef-focus, .agriland-story a .overline.story-category-beef-news, .agriland-story a .overline.story-category-beef-technical {
  color: #AC2A2A;
}
.agriland-story a .overline.story-category-sheep, .agriland-story a .overline.story-category-sheep-focus, .agriland-story a .overline.story-category-sheep-news, .agriland-story a .overline.story-category-sheep-technical {
  color: #7AC043;
}
.agriland-story a .overline.story-category-tillage, .agriland-story a .overline.story-category-tillage-focus, .agriland-story a .overline.story-category-tillage-news, .agriland-story a .overline.story-category-tillage-technical {
  color: #EBA70B;
}
.agriland-story a .overline.story-category-machinery, .agriland-story a .overline.story-category-machinery-focus, .agriland-story a .overline.story-category-machinery-news, .agriland-story a .overline.story-category-machinery-technical {
  color: #00654A;
}
.agriland-story a .overline.story-category-video {
  color: #3D9346;
}
.agriland-story a .overline.story-category-n-ireland {
  color: #772655;
}
.agriland-story a .overline.story-category-other {
  color: #3D9346;
}
@media screen and (min-width: 768px) {
  .agriland-story a .overline {
    margin-top: 18px;
  }
}
@media screen and (min-width: 992px) {
  .agriland-story a .overline {
    margin-top: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .agriland-story a .overline {
    margin-top: 18px;
  }
}
.agriland-story a .overline.sponsored {
  color: #E83500;
}
.agriland-story a .time-published {
  grid-area: timestamp;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 100%;
  color: #757575;
  place-self: self-end;
  margin-bottom: 8px;
}
@media screen and (min-width: calc(992px - 1px)) {
  .agriland-story a .time-published {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .agriland-story a .time-published {
    margin-bottom: 18px;
  }
}
.agriland-story a .title {
  grid-area: title;
}
.agriland-story a .title h6 {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #282828;
  margin-bottom: 2px;
}
@media screen and (min-width: 768px) {
  .agriland-story a .title h6 {
    font-size: 22px;
    line-height: 26px;
  }
}
.agriland-story a .title .excerpt {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 0;
  /*@media screen and (min-width: 1200px) {
      font-size: 16px;
      line-height: 19px;
  }*/
}
@media screen and (max-width: calc(768px - 1px)) {
  .agriland-story a .title .excerpt {
    display: none;
  }
}

@media screen and (max-width: calc(768px - 1px)) {
  .agriland-content {
    grid-template-columns: 100%;
  }

  .agriland-widget-hide {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .agriland-content {
    width: 728px;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 992px) {
  .agriland-content {
    width: 970px;
    grid-template-columns: 644px 300px;
  }
  .agriland-content.no-sidebar {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .agriland-content {
    width: 1126px;
    grid-template-columns: 750px 350px;
  }
  .agriland-content.no-sidebar {
    grid-template-columns: 1fr;
  }
}
body.page-template-new-homepage-template .page-numbers:not(.next) {
  display: none;
}

.no-sidebar .info-page .wp-block-columns {
  display: grid;
  gap: 18px;
  grid-auto-flow: column;
}
.no-sidebar .info-page .wp-block-columns .wp-block-column {
  display: grid;
  gap: 18px;
  grid-auto-flow: row;
}

/* haystack widget */
@media screen and (min-width: 768px) {
  #haystack-mobile-widget {
    display: none;
  }
}

body.home #haystack-mobile-widget {
  width: calc(100% - 13px);
}

/************************************ All individual animal pages ***********************************
    Page ID 154841 - Bull Factory Prices page
    Page ID 154844 - Cow Factory Prices page
    Page ID 154847 - Heifer Factory Prices page
    Page ID 154850 - Steer Factory Prices page
    Page ID 154853 - Young Bull Prices page
************************************* All individual animal pages **********************************/
.page-id-154841 #container .no-sidebar .info-page,
.page-id-154844 #container .no-sidebar .info-page,
.page-id-154847 #container .no-sidebar .info-page,
.page-id-154850 #container .no-sidebar .info-page,
.page-id-154853 #container .no-sidebar .info-page {
  padding: 2px 0px 0px 0px;
  background-color: #F3F3F3;
}

.info-page:not(.info-page-author) {
  padding: 13px 20px 20px 20px;
  margin: 0 13px;
  background: #FFFFFF;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .info-page.span-headers h2,
.info-page.span-headers h3,
.info-page.span-headers h4,
.info-page.span-headers h5,
.info-page.span-headers h6 {
    grid-column: 1/5;
  }
}
.info-page p,
.info-page ul,
.info-page li {
  font-size: 16px;
  line-height: 20px;
}
.info-page h2 {
  color: #3a9948;
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 9px;
  padding-bottom: 7px;
  padding-top: 9px;
}
.info-page h3 {
  color: #3a9948;
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 0;
  padding-bottom: 2px;
}
.info-page h4 {
  color: #3a9948;
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 0;
  padding-bottom: 2px;
}
.info-page h5 {
  color: #3a9948;
  font-family: "Libre Baskerville", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0;
  padding-bottom: 2px;
}
.info-page h6 {
  color: #606060;
  font-family: "Libre Baskerville", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 0;
  padding-bottom: 2px;
}
.info-page a {
  text-decoration: underline;
  color: #3a9948;
}
@media screen and (min-width: 768px) {
  .info-page:not(.info-page-author) {
    padding: 26px 39px 39px 39px;
    margin: 0;
  }
  .info-page:not(.info-page-author) p,
.info-page:not(.info-page-author) ul,
.info-page:not(.info-page-author) ol {
    padding-right: 150px;
  }
  .info-page .factory-prices-dashboard p,
.info-page .factory-prices-dashboard ul,
.info-page .factory-prices-dashboard ol,
.info-page .factory-prices-animal-dashboard p,
.info-page .factory-prices-animal-dashboard ul,
.info-page .factory-prices-animal-dashboard ol {
    padding-right: 0px;
  }
  .info-page p,
.info-page ul,
.info-page li {
    font-size: 18px;
    line-height: 26px;
  }
  .info-page h2 {
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 9px;
    padding-bottom: 7px;
    padding-top: 13px;
  }
  .info-page h3 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 2px;
  }
  .info-page h4 {
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 2px;
  }
  .info-page h5 {
    font-size: 27px;
    line-height: 32px;
    font-weight: 400;
  }
}

.agriland-main h1 {
  color: #282828;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 7px;
  border-bottom: 1px solid;
}
.agriland-main h1 span {
  font-weight: 700;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .agriland-main h1 {
    width: calc(100vw - 26px);
  }
}
@media screen and (min-width: 768px) {
  .agriland-main h1 {
    font-size: 20px;
    line-height: 14px;
    margin-bottom: 0;
    padding-bottom: 7px;
  }
  .agriland-main h1.category-title {
    grid-column: 1/5;
  }
}

h1.agriland-main-heading {
  color: #3a9948;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-bottom: 7px;
  border-bottom: 1px solid;
}
@media screen and (max-width: calc(768px - 1px)) {
  h1.agriland-main-heading {
    margin: 0 13px 13px 13px;
  }
}
h1.agriland-main-heading span {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  h1.agriland-main-heading {
    font-size: 20px;
    line-height: 14px;
    margin-bottom: 0px;
  }
}
.pagination-container.category-dairy .pagination {
  display: grid;
  margin-right: 13px;
}
@media only screen and (min-width: 768px) {
  .pagination-container.category-dairy .pagination {
    margin-right: 0;
  }
}
.pagination-container.category-dairy .pagination .nav-links {
  display: grid;
  grid-auto-flow: column;
  width: max-content;
  place-self: end;
  column-gap: 5px;
}
.pagination-container.category-dairy .pagination .nav-links .page-numbers {
  display: grid;
  min-width: 39px;
  height: 39px;
  place-content: space-around;
  background-color: #FFFFFF;
  color: #1779C2;
  padding: 0 6px;
}
.pagination-container.category-dairy .pagination .nav-links .prev,
.pagination-container.category-dairy .pagination .nav-links .next {
  background-color: #1779C2;
}
.pagination-container.category-dairy .pagination .nav-links .prev img,
.pagination-container.category-dairy .pagination .nav-links .next img {
  height: 15px;
  width: 15px;
}
.pagination-container.category-dairy .pagination .nav-links .current {
  background-color: #c4c4c4;
  color: #FFFFFF;
}
.pagination-container.category-dairy .pagination .nav-links .prev:hover,
.pagination-container.category-dairy .pagination .nav-links .next:hover,
.pagination-container.category-dairy .pagination .nav-links a:hover,
.pagination-container.category-dairy .pagination .nav-links span:hover,
.pagination-container.category-dairy .pagination .nav-links .current:hover {
  background-color: #c4c4c4;
  color: #FFFFFF;
  text-decoration: none;
}

.pagination-container.category-beef .pagination {
  display: grid;
  margin-right: 13px;
}
@media only screen and (min-width: 768px) {
  .pagination-container.category-beef .pagination {
    margin-right: 0;
  }
}
.pagination-container.category-beef .pagination .nav-links {
  display: grid;
  grid-auto-flow: column;
  width: max-content;
  place-self: end;
  column-gap: 5px;
}
.pagination-container.category-beef .pagination .nav-links .page-numbers {
  display: grid;
  min-width: 39px;
  height: 39px;
  place-content: space-around;
  background-color: #FFFFFF;
  color: #AC2A2A;
  padding: 0 6px;
}
.pagination-container.category-beef .pagination .nav-links .prev,
.pagination-container.category-beef .pagination .nav-links .next {
  background-color: #AC2A2A;
}
.pagination-container.category-beef .pagination .nav-links .prev img,
.pagination-container.category-beef .pagination .nav-links .next img {
  height: 15px;
  width: 15px;
}
.pagination-container.category-beef .pagination .nav-links .current {
  background-color: #c4c4c4;
  color: #FFFFFF;
}
.pagination-container.category-beef .pagination .nav-links .prev:hover,
.pagination-container.category-beef .pagination .nav-links .next:hover,
.pagination-container.category-beef .pagination .nav-links a:hover,
.pagination-container.category-beef .pagination .nav-links span:hover,
.pagination-container.category-beef .pagination .nav-links .current:hover {
  background-color: #c4c4c4;
  color: #FFFFFF;
  text-decoration: none;
}

.pagination-container.category-sheep .pagination {
  display: grid;
  margin-right: 13px;
}
@media only screen and (min-width: 768px) {
  .pagination-container.category-sheep .pagination {
    margin-right: 0;
  }
}
.pagination-container.category-sheep .pagination .nav-links {
  display: grid;
  grid-auto-flow: column;
  width: max-content;
  place-self: end;
  column-gap: 5px;
}
.pagination-container.category-sheep .pagination .nav-links .page-numbers {
  display: grid;
  min-width: 39px;
  height: 39px;
  place-content: space-around;
  background-color: #FFFFFF;
  color: #7AC043;
  padding: 0 6px;
}
.pagination-container.category-sheep .pagination .nav-links .prev,
.pagination-container.category-sheep .pagination .nav-links .next {
  background-color: #7AC043;
}
.pagination-container.category-sheep .pagination .nav-links .prev img,
.pagination-container.category-sheep .pagination .nav-links .next img {
  height: 15px;
  width: 15px;
}
.pagination-container.category-sheep .pagination .nav-links .current {
  background-color: #c4c4c4;
  color: #FFFFFF;
}
.pagination-container.category-sheep .pagination .nav-links .prev:hover,
.pagination-container.category-sheep .pagination .nav-links .next:hover,
.pagination-container.category-sheep .pagination .nav-links a:hover,
.pagination-container.category-sheep .pagination .nav-links span:hover,
.pagination-container.category-sheep .pagination .nav-links .current:hover {
  background-color: #c4c4c4;
  color: #FFFFFF;
  text-decoration: none;
}

.pagination-container.category-tillage .pagination {
  display: grid;
  margin-right: 13px;
}
@media only screen and (min-width: 768px) {
  .pagination-container.category-tillage .pagination {
    margin-right: 0;
  }
}
.pagination-container.category-tillage .pagination .nav-links {
  display: grid;
  grid-auto-flow: column;
  width: max-content;
  place-self: end;
  column-gap: 5px;
}
.pagination-container.category-tillage .pagination .nav-links .page-numbers {
  display: grid;
  min-width: 39px;
  height: 39px;
  place-content: space-around;
  background-color: #FFFFFF;
  color: #EBA70B;
  padding: 0 6px;
}
.pagination-container.category-tillage .pagination .nav-links .prev,
.pagination-container.category-tillage .pagination .nav-links .next {
  background-color: #EBA70B;
}
.pagination-container.category-tillage .pagination .nav-links .prev img,
.pagination-container.category-tillage .pagination .nav-links .next img {
  height: 15px;
  width: 15px;
}
.pagination-container.category-tillage .pagination .nav-links .current {
  background-color: #c4c4c4;
  color: #FFFFFF;
}
.pagination-container.category-tillage .pagination .nav-links .prev:hover,
.pagination-container.category-tillage .pagination .nav-links .next:hover,
.pagination-container.category-tillage .pagination .nav-links a:hover,
.pagination-container.category-tillage .pagination .nav-links span:hover,
.pagination-container.category-tillage .pagination .nav-links .current:hover {
  background-color: #c4c4c4;
  color: #FFFFFF;
  text-decoration: none;
}

.pagination-container.category-n-ireland .pagination {
  display: grid;
  margin-right: 13px;
}
@media only screen and (min-width: 768px) {
  .pagination-container.category-n-ireland .pagination {
    margin-right: 0;
  }
}
.pagination-container.category-n-ireland .pagination .nav-links {
  display: grid;
  grid-auto-flow: column;
  width: max-content;
  place-self: end;
  column-gap: 5px;
}
.pagination-container.category-n-ireland .pagination .nav-links .page-numbers {
  display: grid;
  min-width: 39px;
  height: 39px;
  place-content: space-around;
  background-color: #FFFFFF;
  color: #772655;
  padding: 0 6px;
}
.pagination-container.category-n-ireland .pagination .nav-links .prev,
.pagination-container.category-n-ireland .pagination .nav-links .next {
  background-color: #772655;
}
.pagination-container.category-n-ireland .pagination .nav-links .prev img,
.pagination-container.category-n-ireland .pagination .nav-links .next img {
  height: 15px;
  width: 15px;
}
.pagination-container.category-n-ireland .pagination .nav-links .current {
  background-color: #c4c4c4;
  color: #FFFFFF;
}
.pagination-container.category-n-ireland .pagination .nav-links .prev:hover,
.pagination-container.category-n-ireland .pagination .nav-links .next:hover,
.pagination-container.category-n-ireland .pagination .nav-links a:hover,
.pagination-container.category-n-ireland .pagination .nav-links span:hover,
.pagination-container.category-n-ireland .pagination .nav-links .current:hover {
  background-color: #c4c4c4;
  color: #FFFFFF;
  text-decoration: none;
}

.pagination-container.category-machinery .pagination {
  display: grid;
  margin-right: 13px;
}
@media only screen and (min-width: 768px) {
  .pagination-container.category-machinery .pagination {
    margin-right: 0;
  }
}
.pagination-container.category-machinery .pagination .nav-links {
  display: grid;
  grid-auto-flow: column;
  width: max-content;
  place-self: end;
  column-gap: 5px;
}
.pagination-container.category-machinery .pagination .nav-links .page-numbers {
  display: grid;
  min-width: 39px;
  height: 39px;
  place-content: space-around;
  background-color: #FFFFFF;
  color: #00654A;
  padding: 0 6px;
}
.pagination-container.category-machinery .pagination .nav-links .prev,
.pagination-container.category-machinery .pagination .nav-links .next {
  background-color: #00654A;
}
.pagination-container.category-machinery .pagination .nav-links .prev img,
.pagination-container.category-machinery .pagination .nav-links .next img {
  height: 15px;
  width: 15px;
}
.pagination-container.category-machinery .pagination .nav-links .current {
  background-color: #c4c4c4;
  color: #FFFFFF;
}
.pagination-container.category-machinery .pagination .nav-links .prev:hover,
.pagination-container.category-machinery .pagination .nav-links .next:hover,
.pagination-container.category-machinery .pagination .nav-links a:hover,
.pagination-container.category-machinery .pagination .nav-links span:hover,
.pagination-container.category-machinery .pagination .nav-links .current:hover {
  background-color: #c4c4c4;
  color: #FFFFFF;
  text-decoration: none;
}

.pagination-container.category-opinion .pagination {
  display: grid;
  margin-right: 13px;
}
@media only screen and (min-width: 768px) {
  .pagination-container.category-opinion .pagination {
    margin-right: 0;
  }
}
.pagination-container.category-opinion .pagination .nav-links {
  display: grid;
  grid-auto-flow: column;
  width: max-content;
  place-self: end;
  column-gap: 5px;
}
.pagination-container.category-opinion .pagination .nav-links .page-numbers {
  display: grid;
  min-width: 39px;
  height: 39px;
  place-content: space-around;
  background-color: #FFFFFF;
  color: #3D9346;
  padding: 0 6px;
}
.pagination-container.category-opinion .pagination .nav-links .prev,
.pagination-container.category-opinion .pagination .nav-links .next {
  background-color: #3D9346;
}
.pagination-container.category-opinion .pagination .nav-links .prev img,
.pagination-container.category-opinion .pagination .nav-links .next img {
  height: 15px;
  width: 15px;
}
.pagination-container.category-opinion .pagination .nav-links .current {
  background-color: #c4c4c4;
  color: #FFFFFF;
}
.pagination-container.category-opinion .pagination .nav-links .prev:hover,
.pagination-container.category-opinion .pagination .nav-links .next:hover,
.pagination-container.category-opinion .pagination .nav-links a:hover,
.pagination-container.category-opinion .pagination .nav-links span:hover,
.pagination-container.category-opinion .pagination .nav-links .current:hover {
  background-color: #c4c4c4;
  color: #FFFFFF;
  text-decoration: none;
}

.pagination-container.category-default .pagination {
  display: grid;
  margin-right: 13px;
}
@media only screen and (min-width: 768px) {
  .pagination-container.category-default .pagination {
    margin-right: 0;
  }
}
.pagination-container.category-default .pagination .nav-links {
  display: grid;
  grid-auto-flow: column;
  width: max-content;
  place-self: end;
  column-gap: 5px;
}
.pagination-container.category-default .pagination .nav-links .page-numbers {
  display: grid;
  min-width: 39px;
  height: 39px;
  place-content: space-around;
  background-color: #FFFFFF;
  color: #3a9948;
  padding: 0 6px;
}
.pagination-container.category-default .pagination .nav-links .prev,
.pagination-container.category-default .pagination .nav-links .next {
  background-color: #3a9948;
}
.pagination-container.category-default .pagination .nav-links .prev img,
.pagination-container.category-default .pagination .nav-links .next img {
  height: 15px;
  width: 15px;
}
.pagination-container.category-default .pagination .nav-links .current {
  background-color: #c4c4c4;
  color: #FFFFFF;
}
.pagination-container.category-default .pagination .nav-links .prev:hover,
.pagination-container.category-default .pagination .nav-links .next:hover,
.pagination-container.category-default .pagination .nav-links a:hover,
.pagination-container.category-default .pagination .nav-links span:hover,
.pagination-container.category-default .pagination .nav-links .current:hover {
  background-color: #c4c4c4;
  color: #FFFFFF;
  text-decoration: none;
}

.pagination-container.category-latest .pagination {
  display: grid;
  margin-right: 13px;
}
@media only screen and (min-width: 768px) {
  .pagination-container.category-latest .pagination {
    margin-right: 0;
  }
}
.pagination-container.category-latest .pagination .nav-links {
  display: grid;
  grid-auto-flow: column;
  width: max-content;
  place-self: end;
  column-gap: 5px;
}
.pagination-container.category-latest .pagination .nav-links .page-numbers {
  display: grid;
  min-width: 39px;
  height: 39px;
  place-content: space-around;
  background-color: #FFFFFF;
  color: #3a9948;
  padding: 0 6px;
}
.pagination-container.category-latest .pagination .nav-links .prev,
.pagination-container.category-latest .pagination .nav-links .next {
  background-color: #3a9948;
}
.pagination-container.category-latest .pagination .nav-links .prev img,
.pagination-container.category-latest .pagination .nav-links .next img {
  height: 15px;
  width: 15px;
}
.pagination-container.category-latest .pagination .nav-links .current {
  background-color: #c4c4c4;
  color: #FFFFFF;
}
.pagination-container.category-latest .pagination .nav-links .prev:hover,
.pagination-container.category-latest .pagination .nav-links .next:hover,
.pagination-container.category-latest .pagination .nav-links a:hover,
.pagination-container.category-latest .pagination .nav-links span:hover,
.pagination-container.category-latest .pagination .nav-links .current:hover {
  background-color: #c4c4c4;
  color: #FFFFFF;
  text-decoration: none;
}

.something {
  display: block;
}

.cmswt-IndexSwitcher-link {
  color: #282828 !important;
}

.cmswt-InstantSearch .cmswt-IndexSwitcher-item:hover:after,
.cmswt-InstantSearch .cmswt-IndexSwitcher-item.active:after {
  background: #3a9948;
}

.cmswt-Results img {
  border-radius: 0;
}

.cmswt-InstantSearchPopup--results {
  background-color: #f3f3f3;
}
.cmswt-InstantSearchPopup--results .agriland-story a {
  grid-template-columns: 143px 1fr;
}
.cmswt-InstantSearchPopup--results .agriland-story a .time-published {
  place-self: self-start;
  margin-top: 4px;
}
.cmswt-InstantSearchPopup--results .agriland-story a mark {
  font-size: inherit;
  padding: 0;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .cmswt-InstantSearchPopup--results {
    padding: 4em 1em 2em 1em;
  }
  .cmswt-InstantSearchPopup--results .agriland-story {
    width: calc(100vw - 2em);
  }
  .cmswt-InstantSearchPopup--results .agriland-story a {
    grid-template-columns: 110px 1fr;
  }
}

.cmswt-InstantSearch .ais-SearchBox-input {
  outline: none;
  background: white;
}

@media only screen and (max-width: 575px) {
  .cmswt-CollectionMenu {
    background: white;
  }
}
.ais-Pagination-list {
  gap: 5px;
}
.ais-Pagination-list .ais-Pagination-item {
  display: grid;
  min-width: 39px;
  height: 39px;
  place-content: space-around;
  background-color: #FFFFFF;
  color: #3a9948;
  padding: 0 6px;
  margin: 0;
}
.ais-Pagination-list .ais-Pagination-item .ais-Pagination-link {
  border-radius: 0;
  padding: 0;
  color: #3a9948;
}
.ais-Pagination-list .ais-Pagination-item.ais-Pagination-item--selected {
  background-color: #c4c4c4;
  color: #FFFFFF;
}
.ais-Pagination-list .ais-Pagination-item.ais-Pagination-item--selected .ais-Pagination-link {
  background-color: #c4c4c4;
  color: #FFFFFF;
}

/* colour variations */
.category-archive-dairy a .video-thumbnail .play {
  background-color: #1779C2;
}

.carousel.dairy a .video-thumbnail .play {
  background-color: #1779C2;
}

.category-archive-beef a .video-thumbnail .play {
  background-color: #AC2A2A;
}

.carousel.beef a .video-thumbnail .play {
  background-color: #AC2A2A;
}

.category-archive-sheep a .video-thumbnail .play {
  background-color: #7AC043;
}

.carousel.sheep a .video-thumbnail .play {
  background-color: #7AC043;
}

.category-archive-tillage a .video-thumbnail .play {
  background-color: #EBA70B;
}

.carousel.tillage a .video-thumbnail .play {
  background-color: #EBA70B;
}

.category-archive-n-ireland a .video-thumbnail .play {
  background-color: #772655;
}

.carousel.n-ireland a .video-thumbnail .play {
  background-color: #772655;
}

.category-archive-machinery a .video-thumbnail .play {
  background-color: #00654A;
}

.carousel.machinery a .video-thumbnail .play {
  background-color: #00654A;
}

.category-archive-video a .video-thumbnail .play {
  background-color: #3D9346;
}

.carousel.video a .video-thumbnail .play {
  background-color: #3D9346;
}

.category-archive-farmland a .video-thumbnail .play {
  background-color: #27324D;
}

.carousel.farmland a .video-thumbnail .play {
  background-color: #27324D;
}

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