@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: .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: -.25em;
}

sup {
  top: -.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: .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: "\2014\00A0";
}

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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  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.333333%;
  max-width: 8.333333%;
}

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

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

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

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

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

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

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

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

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

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

.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.333333%;
}

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

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

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

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

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

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

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

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

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

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

@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.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@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.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@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.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@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.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

@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.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
}

.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.857143%;
}

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

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

.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;
}

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: -1.0s;
  animation-delay: -1.0s;
}

.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;
}

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: 27px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
}

.contact-us-address {
  width: 100%;
  background-color: #FFFFFF;
  padding: 33px 90px 35px 28px;
  margin-bottom: 25px;
  color: #606060;
  position: relative;
  overflow: hidden;
  height: 208px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-us-address {
    padding: 26px 162px 26px 26px;
  }
}

@media only screen and (max-width: 991px) {
  .contact-us-address {
    padding: 20px 90px 20px 20px;
  }
}

.contact-us-address h5.lines {
  margin-bottom: 0;
  margin-top: 0;
  line-height: 26px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media only screen and (min-width: 479px) and (max-width: 991px) {
  .contact-us-address h5.lines {
    font-size: 16px;
  }
}

@media only screen and (max-width: 478px) {
  .contact-us-address h5.lines {
    font-size: 14px;
    line-height: 25px;
  }
}

.contact-us-address .phone-container {
  margin-top: 17px;
}

.contact-us-address .phone-container svg {
  width: initial;
  height: initial;
  position: initial;
}

.contact-us-address .phone-container h5 {
  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: 991px) {
  .contact-us-address svg {
    right: -220px;
    top: -75px;
  }
}

@media only screen and (max-width: 478px) {
  .contact-us-address svg {
    width: calc(350px * 0.7);
    height: calc(325px * 0.7);
    top: -7px;
    right: -133px;
  }
}

.contact-us-address svg path {
  fill: #606060;
}

.contact-us-emails {
  width: 100%;
  background-color: #FFFFFF;
  padding: 32px 84px 32px 35px;
  margin-bottom: 25px;
  color: #606060;
  height: 208px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-us-emails {
    padding: 27px;
  }
}

@media only screen and (max-width: 991px) {
  .contact-us-emails {
    padding: 20px;
  }
}

@media only screen and (max-width: 478px) {
  .contact-us-emails {
    padding-bottom: 0;
    margin-bottom: 0;
    height: auto;
  }
}

.contact-us-emails div h5 {
  margin-bottom: 0;
  margin-top: 0;
  line-height: 29px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-us-emails div h5 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 478px) {
  .contact-us-emails div h5 {
    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: 991px) {
  .contact-us-emails div p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 478px) {
  .contact-us-emails div p {
    display: block;
    margin-left: 0;
    line-height: 18px;
    margin-bottom: 20px;
  }
}

div[role^="form"].wpcf7 {
  background-color: #606060;
  width: 100%;
  padding-bottom: 17px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  div[role^="form"].wpcf7 {
    padding-bottom: 1px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  div[role^="form"].wpcf7 {
    padding-bottom: 2px;
  }
}

@media only screen and (min-width: 539px) and (max-width: 767px) {
  div[role^="form"].wpcf7 {
    padding-bottom: 17px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 539px) {
  div[role^="form"].wpcf7 {
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}

div[role^="form"].wpcf7 form {
  padding: 27px 27px 17px 27px;
}

@media only screen and (min-width: 479px) and (max-width: 991px) {
  div[role^="form"].wpcf7 form {
    padding: 20px;
  }
}

div[role^="form"].wpcf7 form p span input, div[role^="form"].wpcf7 form p span textarea {
  width: 100%;
  background-color: #E5E5E5;
  height: 50px;
  padding-left: 12px;
}

div[role^="form"].wpcf7 form p span textarea {
  height: 157px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  div[role^="form"].wpcf7 form p span textarea {
    height: 140px;
  }
}

div[role^="form"].wpcf7 form div {
  max-width: 330px;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #FFFFFF;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  div[role^="form"].wpcf7 form div {
    max-width: 250px;
    line-height: 19px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  div[role^="form"].wpcf7 form div {
    max-width: 190px;
    line-height: 19px;
  }
}

@media only screen and (min-width: 540px) and (max-width: 767px) {
  div[role^="form"].wpcf7 form div {
    max-width: calc(100vw - 200px);
  }
}

@media only screen and (max-width: 539px) {
  div[role^="form"].wpcf7 form div {
    max-width: 100%;
    width: 100%;
  }
}

div[role^="form"].wpcf7 form p:last-of-type {
  text-align: justify;
  float: right;
  margin-bottom: 0;
}

@media only screen and (max-width: 539px) {
  div[role^="form"].wpcf7 form p:last-of-type {
    float: none;
    display: block;
    margin: 20px auto 0 auto;
  }
}

div[role^="form"].wpcf7 form p:last-of-type input {
  width: 137px;
  height: 55px;
  background-color: #3a9948;
  border: none;
  color: #FFFFFF;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  cursor: pointer;
}

@media only screen and (min-width: 540px) and (max-width: 991px) {
  div[role^="form"].wpcf7 form p:last-of-type input {
    width: 110px;
  }
}

@media only screen and (max-width: 539px) {
  div[role^="form"].wpcf7 form p:last-of-type input {
    width: 100%;
  }
}

div[role^="form"].wpcf7 form p:last-of-type input:hover {
  background-color: #C4C4C4;
}

div[role^="form"].wpcf7 form p:last-of-type .ajax-loader {
  display: none;
}

div[role^="form"].wpcf7 form .wpcf7-response-output {
  display: none;
}

.contact-us-map {
  width: 100%;
  position: relative;
  height: 411px;
}

@media only screen and (max-width: 767px) {
  .contact-us-map {
    margin-bottom: 20px;
  }
}

.contact-us-map iframe {
  height: 370px;
}

.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-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-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-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-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-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-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-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-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;
}

div[class^="related-story-block category-"] {
  background-color: #1779C2;
}

.related-story-block.category-dairy {
  background-color: #1779C2;
}

div[class^="related-story-block category-"] {
  background-color: #AC2A2A;
}

.related-story-block.category-beef {
  background-color: #AC2A2A;
}

div[class^="related-story-block category-"] {
  background-color: #7AC043;
}

.related-story-block.category-sheep {
  background-color: #7AC043;
}

div[class^="related-story-block category-"] {
  background-color: #EBA70B;
}

.related-story-block.category-tillage {
  background-color: #EBA70B;
}

div[class^="related-story-block category-"] {
  background-color: #772655;
}

.related-story-block.category-n-ireland {
  background-color: #772655;
}

div[class^="related-story-block category-"] {
  background-color: #00654A;
}

.related-story-block.category-machinery {
  background-color: #00654A;
}

div[class^="related-story-block category-"] {
  background-color: #3D9346;
}

.related-story-block.category-opinion {
  background-color: #3D9346;
}

.billboard-ad {
  text-align: center;
  margin: 26px auto;
}

@media screen and (max-width: calc(768px - 1px)) {
  .billboard-ad {
    margin: 13px auto;
  }
}

.agri-vertical-stories {
  width: 100%;
  margin-bottom: 26px;
}

@media screen and (max-width: calc(768px - 1px)) {
  .agri-vertical-stories {
    margin-bottom: 13px;
  }
}

.agri-vertical-stories .agri-block-title {
  display: table;
  width: 100%;
  height: 52px;
  position: relative;
  overflow: hidden;
  margin-bottom: 26px;
}

@media only screen and (max-width: calc( 600px - 1px)) {
  .agri-vertical-stories .agri-block-title {
    height: 42px;
  }
}

.agri-vertical-stories .agri-block-title h5 {
  color: #FFFFFF;
  text-align: left;
  padding-left: 26px;
  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-vertical-stories .agri-block-title h5 {
    padding-left: 13px;
  }
}

.agri-vertical-stories .agri-block-title svg {
  position: absolute;
  right: -8px;
  top: -20px;
  height: 85px;
  width: 85px;
  float: right;
}

.agri-vertical-stories .subtle-heading {
  line-height: 100%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 0;
  width: 100%;
  height: fit-content;
}

.agri-vertical-stories .vertical-story {
  width: 100%;
  min-height: 130px;
  position: relative;
  margin-top: 26px;
  box-sizing: content-box;
  background-color: #FFFFFF;
}

.agri-vertical-stories .vertical-story a, .agri-vertical-stories .vertical-story a:hover, .agri-vertical-stories .vertical-story a:active, .agri-vertical-stories .vertical-story a:focus {
  text-decoration: none;
  min-height: 130px;
}

.agri-vertical-stories .vertical-story .img-container {
  display: inline-block;
  float: left;
  height: 130px;
  width: 130px;
}

.agri-vertical-stories .vertical-story .img-container img {
  width: 100%;
  height: 100%;
}

.agri-vertical-stories .vertical-story .title {
  display: flex;
  flex-direction: column;
  min-height: 104px;
  padding: 10px;
  text-align: left;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .agri-vertical-stories .vertical-story .title {
    min-height: 90px;
    padding: 6px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .agri-vertical-stories .vertical-story .title {
    min-height: 74px;
    padding: 6px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .agri-vertical-stories .vertical-story .title {
    padding: 12px;
    min-height: auto;
  }
}

@media only screen and (min-width: 375px) and (max-width: calc( 600px - 1px)) {
  .agri-vertical-stories .vertical-story .title {
    padding: 7px;
    min-height: 104px;
  }
}

@media only screen and (max-width: calc( 375px - 1px)) {
  .agri-vertical-stories .vertical-story .title {
    padding: 3px 6px;
    min-height: 85px;
  }
}

.agri-vertical-stories .vertical-story .title .story-category {
  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;
  margin-bottom: 8px;
  color: #3a9948;
}

.agri-vertical-stories .vertical-story .title .story-category-dairy {
  color: #1779C2;
}

.agri-vertical-stories .vertical-story .title .story-category-beef {
  color: #AC2A2A;
}

.agri-vertical-stories .vertical-story .title .story-category-sheep {
  color: #7AC043;
}

.agri-vertical-stories .vertical-story .title .story-category-tillage {
  color: #EBA70B;
}

.agri-vertical-stories .vertical-story .title .story-category-machinery {
  color: #00654A;
}

.agri-vertical-stories .vertical-story .title h6 {
  color: #282828;
  font-weight: 700;
}

.agri-vertical-stories .vertical-story .title .time-published {
  position: absolute;
  right: 18px;
  bottom: 11px;
  color: #757575;
  font-family: Barlow, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-transform: capitalize;
}

.agri-vertical-stories .vertical-story:hover {
  opacity: 0.8;
}

.agri-vertical-stories .video-type {
  background-color: #282828;
  min-height: 104px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .agri-vertical-stories .video-type {
    min-height: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .agri-vertical-stories .video-type {
    min-height: 74px;
  }
}

@media only screen and (min-width: 375px) and (max-width: calc( 600px - 1px)) {
  .agri-vertical-stories .video-type {
    min-height: 104px;
  }
}

@media only screen and (max-width: calc( 375px - 1px)) {
  .agri-vertical-stories .video-type {
    min-height: 85px;
  }
}

.agri-vertical-stories .video-type a, .agri-vertical-stories .video-type a:hover, .agri-vertical-stories .video-type a:active, .agri-vertical-stories .video-type a:focus {
  min-height: 104px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .agri-vertical-stories .video-type a, .agri-vertical-stories .video-type a:hover, .agri-vertical-stories .video-type a:active, .agri-vertical-stories .video-type a:focus {
    min-height: 90px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 991px) {
  .agri-vertical-stories .video-type a, .agri-vertical-stories .video-type a:hover, .agri-vertical-stories .video-type a:active, .agri-vertical-stories .video-type a:focus {
    min-height: 74px;
  }
}

.agri-vertical-stories .video-type .img-container {
  width: 190px;
  height: 104px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .agri-vertical-stories .video-type .img-container {
    width: 160px;
    height: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .agri-vertical-stories .video-type .img-container {
    width: 132px;
    height: 74px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .agri-vertical-stories .video-type .img-container {
    width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .agri-vertical-stories .video-type .img-container {
    position: relative;
  }
}

@media only screen and (min-width: 375px) and (max-width: calc( 600px - 1px)) {
  .agri-vertical-stories .video-type .img-container {
    width: 185px;
    height: 104px;
  }
}

@media only screen and (max-width: calc( 375px - 1px)) {
  .agri-vertical-stories .video-type .img-container {
    width: 150px;
    height: 85px;
  }
}

.agri-vertical-stories .video-type .img-container img {
  width: 100%;
  height: 100%;
}

.agri-vertical-stories .video-type .img-container .intPlayBtn {
  display: none;
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .agri-vertical-stories .video-type .img-container .intPlayBtn {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding: 5px 8px 5px 11px;
    background-color: #282828;
  }
}

.agri-vertical-stories .video-type .img-container .intPlayBtn p {
  display: inline-block;
  color: #FFFFFF;
  margin-bottom: 0;
  margin-right: 15px;
}

.agri-vertical-stories .video-type .img-container .intPlayBtn img {
  display: inline-block;
  height: 100%;
  width: 100%;
}

.agri-vertical-stories .video-type .playBtn {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px 8px 5px 11px;
  background-color: #282828;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .agri-vertical-stories .video-type .playBtn {
    padding: 4px 3px 4px 7px;
    height: 28px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .agri-vertical-stories .video-type .playBtn {
    display: none;
  }
}

.agri-vertical-stories .video-type .playBtn p {
  display: inline-block;
  color: #FFFFFF;
  margin-bottom: 0;
  margin-right: 15px;
}

.agri-vertical-stories .video-type .playBtn img {
  display: inline-block;
  height: 100%;
  width: 100%;
}

.agri-vertical-stories .video-type .title h6 {
  color: #FFFFFF;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .agri-vertical-stories .video-type .title h6 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .agri-vertical-stories .video-type .title h6 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: calc( 375px - 1px)) {
  .agri-vertical-stories .video-type .title h6 {
    font-size: 14px;
    line-height: 15px;
  }
}

.agri-vertical-stories .video-type .title .time-published {
  color: #C4C4C4;
  bottom: 6px;
  right: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .agri-vertical-stories .video-type .title .time-published {
    bottom: 4px;
    right: 6px;
    font-size: 11px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .agri-vertical-stories .video-type .title .time-published {
    display: none;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .agri-vertical-stories .video-type .title .time-published {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: right;
  }
}

@media screen and (max-width: calc( 768px - 1px)) {
  .agri-vertical-stories {
    padding: 0 8px;
  }
  .agri-vertical-stories .agri-vertical-stories-title {
    margin-bottom: 13px;
  }
  .agri-vertical-stories .vertical-story {
    margin-top: 13px;
  }
}

.agri-2-stories-1-video {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin: 0 -50vw 26px;
  padding-bottom: 40px;
  overflow: hidden;
}

@media screen and (min-width: 768px) and (max-width: calc( 992px - 1px)) {
  .agri-2-stories-1-video {
    padding-bottom: 26px;
  }
}

@media screen and (max-width: calc( 768px - 1px)) {
  .agri-2-stories-1-video {
    width: 100%;
    position: relative;
    left: auto;
    right: auto;
    margin: 0 auto 13px;
    padding-bottom: 13px;
  }
}

.agri-2-stories-1-video .agri-2-stories-1-video-title {
  height: 65px;
  width: 100%;
  display: flex;
  margin-bottom: 13px;
  margin-top: 13px;
}

@media only screen and (max-width: calc( 992px - 1px)) {
  .agri-2-stories-1-video .agri-2-stories-1-video-title {
    margin-bottom: 0;
    margin-top: 13px;
  }
}

@media screen and (max-width: calc( 768px - 1px)) {
  .agri-2-stories-1-video .agri-2-stories-1-video-title {
    margin-top: 0;
    height: 39px;
  }
}

.agri-2-stories-1-video .agri-2-stories-1-video-title .title {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 0;
  float: left;
  margin-right: 52px;
}

@media screen and (min-width: 768px) and (max-width: calc( 992px - 1px)) {
  .agri-2-stories-1-video .agri-2-stories-1-video-title .title {
    padding-left: 0;
    height: 52px;
  }
}

@media screen and (max-width: calc( 768px - 1px)) {
  .agri-2-stories-1-video .agri-2-stories-1-video-title .title {
    padding-left: 13px;
    margin-top: 6.5px;
  }
}

.agri-2-stories-1-video .agri-2-stories-1-video-title .title h5 {
  display: inline-block;
  color: #FFFFFF;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 400;
}

.agri-2-stories-1-video .agri-2-stories-1-video-title .title h5 a {
  color: #FFFFFF;
}

.agri-2-stories-1-video .agri-2-stories-1-video-title .title h5 a:hover {
  text-decoration: underline;
}

.agri-2-stories-1-video .agri-2-stories-1-video-title .continue-flow-container {
  margin-top: 14px;
  position: relative;
  overflow: visible;
  height: 39px;
}

.agri-2-stories-1-video .agri-2-stories-1-video-title .continue-flow-container .allow-overflow-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
}

.agri-2-stories-1-video .agri-2-stories-1-video-title .continue-flow-container .allow-overflow-container .darker-bg {
  width: 100%;
  height: 39px;
  float: left;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: calc( 992px - 1px)) {
  .agri-2-stories-1-video .agri-2-stories-1-video-title .continue-flow-container .allow-overflow-container .darker-bg {
    height: 26px;
  }
}

.agri-2-stories-1-video .agri-2-stories-1-video-title .continue-flow-container .allow-overflow-container .darker-bg svg {
  position: absolute;
  top: -55px;
  left: -25px;
  float: left;
}

.agri-2-stories-1-video a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.agri-2-stories-1-video .image-above-post-title {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.agri-2-stories-1-video .image-above-post-title img {
  width: 100%;
}

.agri-2-stories-1-video .image-above-post-title .post-title {
  width: 100%;
  background-color: #282828;
  color: #FFFFFF;
  padding: 13px;
  flex: 1;
  position: relative;
}

@media screen and (max-width: calc( 600px - 1px)) {
  .agri-2-stories-1-video .image-above-post-title .post-title {
    padding: 9px;
  }
}

@media screen and (max-width: calc( 479px - 1px)) {
  .agri-2-stories-1-video .image-above-post-title .post-title {
    padding: 4px 6px;
  }
}

.agri-2-stories-1-video .image-above-post-title .post-title h5 {
  line-height: 22px;
  margin-bottom: 15px;
}

@media screen and (max-width: calc( 600px - 1px)) {
  .agri-2-stories-1-video .image-above-post-title .post-title h5 {
    font-size: 18px;
    line-height: 20px;
  }
}

@media screen and (max-width: calc( 479px - 1px)) {
  .agri-2-stories-1-video .image-above-post-title .post-title h5 {
    font-size: 16px;
    line-height: 18px;
  }
}

.agri-2-stories-1-video .image-above-post-title .post-title p {
  position: absolute;
  bottom: 10px;
  right: 24px;
  font-size: 12px;
  line-height: 144%;
  color: #757575;
  text-align: right;
  margin: 0;
}

@media only screen and (max-width: calc( 600px - 1px)) {
  .agri-2-stories-1-video .image-above-post-title .post-title p.time-published {
    font-size: 10px;
    line-height: 12px;
    bottom: 3px;
    right: 8px;
  }
}

.agri-2-stories-1-video .image-above-post-title:hover {
  opacity: 0.8;
}

.agri-2-stories-1-video .video-story {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .agri-2-stories-1-video .video-story {
    margin-top: 26px;
  }
}

.agri-2-stories-1-video .video-story a {
  display: flex;
}

.agri-2-stories-1-video .video-story .wide-video-tile {
  flex: 1;
  display: flex;
  background-color: #282828;
}

.agri-2-stories-1-video .video-story .wide-video-tile .video-description {
  overflow-wrap: break-word;
  display: inline-block;
  width: 50%;
  padding: 26px;
  color: #FFFFFF;
}

.agri-2-stories-1-video .video-story .wide-video-tile .video-description h4 {
  line-height: 26px;
}

@media screen and (max-width: calc( 479px - 1px)) {
  .agri-2-stories-1-video .video-story .wide-video-tile .video-description h4 {
    font-size: 18px;
    line-height: 20px;
  }
}

.agri-2-stories-1-video .video-story .wide-video-tile .video-description p {
  font-size: 18px;
  line-height: 26px;
}

.agri-2-stories-1-video .video-story .wide-video-tile .video-thumbnail {
  flex: 1;
  background-size: cover;
  position: relative;
}

.agri-2-stories-1-video .video-story .wide-video-tile .video-thumbnail .playBtn {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px 8px 5px 11px;
  height: 40px;
  background-color: #282828;
  display: flex;
  align-items: center;
}

.agri-2-stories-1-video .video-story .wide-video-tile .video-thumbnail .playBtn p {
  display: inline-block;
  color: #FFFFFF;
  margin-bottom: 0;
  margin-right: 15px;
}

.agri-2-stories-1-video .video-story .wide-video-tile .video-thumbnail .playBtn img {
  display: inline-block;
  height: 100%;
  width: 100%;
}

.agri-2-stories-1-video .video-story:hover {
  opacity: 0.8;
}

.acf-block-preview .agri-2-stories-1-video .ag-full-width {
  margin: auto;
  max-width: 1126px;
}

@media screen and (max-width: calc( 768px - 1px)) {
  .agri-2-stories-1-video {
    margin-bottom: 13px;
  }
  .agri-2-stories-1-video .agri-2-stories-1-video-title {
    margin-bottom: 13px;
  }
  .agri-2-stories-1-video .row {
    margin-left: initial;
    margin-right: initial;
  }
  .agri-2-stories-1-video .row .image-above-post-title {
    width: 50%;
    margin-bottom: 13px;
  }
  .agri-2-stories-1-video .row .image-above-post-title:first-of-type {
    padding-right: 6.5px;
  }
  .agri-2-stories-1-video .row .image-above-post-title:nth-of-type(2) {
    padding-left: 6.5px;
  }
  .agri-2-stories-1-video .row .wide-video-tile .video-description {
    padding: 13px;
    width: 100%;
  }
  .agri-2-stories-1-video .row .wide-video-tile .video-description h4 {
    font-size: 20px;
    line-height: 120%;
  }
  .agri-2-stories-1-video .row .wide-video-tile .video-description p {
    display: none;
  }
  .agri-2-stories-1-video .row .wide-video-tile .video-thumbnail {
    width: 100%;
    flex: auto;
    height: 169px;
  }
}

.agri-story-callout {
  width: 100%;
  padding: 0;
  margin-bottom: 26px;
}

@media screen and (max-width: calc(768px - 1px)) {
  .agri-story-callout {
    margin-bottom: 13px;
  }
}

.agri-story-callout .callout-container {
  display: flex;
}

@media screen and (max-width: calc(768px - 1px)) {
  .agri-story-callout .callout-container {
    padding: 0 8px;
  }
}

.agri-story-callout .callout-container .callout-image {
  padding: 0;
  width: 55%;
}

.agri-story-callout .callout-container .callout-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: calc( 992px - 1px)) {
  .agri-story-callout .callout-container .callout-image img {
    height: auto;
  }
}

.agri-story-callout .callout-container .callout-text {
  padding: 22px 34px 22px 23px;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
  z-index: 0;
  flex: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .agri-story-callout .callout-container .callout-text {
    padding: 16px;
  }
}

.agri-story-callout .callout-container .callout-text svg {
  z-index: 0;
  position: absolute;
  top: -30px;
  right: -50px;
}

.agri-story-callout .callout-container .callout-text .tag {
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.agri-story-callout .callout-container .callout-text h3 {
  position: relative;
  z-index: 1;
  margin-top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .agri-story-callout .callout-container .callout-text h3 {
    font-size: 30px;
    line-height: 32px;
  }
}

.agri-story-callout .callout-container .callout-text p {
  position: relative;
  z-index: 1;
  font-size: 18px;
  margin-top: 12px;
  color: #FFFFFF;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .agri-story-callout .callout-container .callout-text p {
    font-size: 16px;
    line-height: 18px;
  }
}

.agri-story-callout .callout-container:hover {
  opacity: 0.8;
}

.agri-story-callout.small .callout-container .callout-image {
  width: 286px;
  max-height: 259px;
  overflow: hidden;
}

.agri-story-callout.small .callout-container .callout-image img {
  width: 100%;
}

.agri-story-callout.small .callout-text h3 {
  font-size: 30px;
}

@media screen and (min-width: 768px) and (max-width: calc( 992px - 1px)) {
  .agri-story-callout {
    padding: 0;
  }
}

@media screen and (max-width: calc( 992px - 1px)) {
  .agri-story-callout .callout-container {
    flex-direction: column;
  }
  .agri-story-callout .callout-container .callout-image {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .agri-story-callout .callout-container .callout-text {
    padding: 13px;
  }
  .agri-story-callout .callout-container .callout-text svg {
    height: 100px;
    width: 100px;
    top: -20px;
    right: -20px;
  }
  .agri-story-callout .callout-container .callout-text h6 {
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 5px;
    font-weight: 400;
  }
  .agri-story-callout .callout-container .callout-text h3 {
    font-size: 27px;
    line-height: 105%;
    padding-top: 0;
  }
  .agri-story-callout .callout-container .callout-text p {
    display: none;
  }
}

.agri-recent-stories-3-column {
  width: 100%;
}

.agri-recent-stories-3-column .focus-top-bar {
  height: 65px;
  width: 100%;
  display: flex;
}

@media only screen and (max-width: calc( 992px - 1px)) {
  .agri-recent-stories-3-column .focus-top-bar {
    height: 52px;
  }
}

.agri-recent-stories-3-column .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-recent-stories-3-column .focus-top-bar .focus {
    padding: 13px;
  }
}

.agri-recent-stories-3-column .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-recent-stories-3-column .focus-top-bar .focus h5 a {
  color: #FFFFFF;
}

.agri-recent-stories-3-column .focus-top-bar .focus h5 a:hover {
  text-decoration: underline;
}

.agri-recent-stories-3-column .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-recent-stories-3-column .focus-top-bar .focus-darker-bg {
    height: 26px;
    margin-top: 13px;
    margin-bottom: 13px;
  }
}

.agri-recent-stories-3-column .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-recent-stories-3-column .focus-top-bar .focus-darker-bg svg {
    width: 124px;
    height: 104px;
    top: -43px;
    left: -8px;
  }
}

.agri-recent-stories-3-column .focus-top-bar .focus-darker-bg #focus-signup {
  float: right;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding-right: 33px;
}

.agri-recent-stories-3-column .focus-top-bar .focus-darker-bg #focus-signup h6 {
  vertical-align: middle;
  display: table-cell;
}

.agri-recent-stories-3-column .subtle-heading {
  line-height: 100%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 26px;
  width: 100%;
  height: fit-content;
}

.agri-recent-stories-3-column .focus-top-bar {
  margin-bottom: 26px;
}

.agri-recent-stories-3-column .stories-container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(118px, auto);
}

@media only screen and (max-width: calc( 600px - 1px)) {
  .agri-recent-stories-3-column .stories-container {
    grid-template-columns: 1fr;
  }
}

@media only screen and (min-width: 600px) and (max-width: calc( 992px - 1px)) {
  .agri-recent-stories-3-column .stories-container {
    grid-template-columns: 1fr 1fr;
  }
}

.agri-recent-stories-3-column .stories-container .story-container {
  flex: auto;
  width: 100%;
  min-height: 118px;
  padding-bottom: 26px;
  padding-right: 26px;
}

@media only screen and (min-width: 600px) and (max-width: calc( 992px - 1px)) {
  .agri-recent-stories-3-column .stories-container .story-container {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 13px;
  }
  .agri-recent-stories-3-column .stories-container .story-container:nth-of-type(even) {
    padding-left: 6.5px;
  }
  .agri-recent-stories-3-column .stories-container .story-container:nth-of-type(odd) {
    padding-right: 6.5px;
  }
}

.agri-recent-stories-3-column .stories-container .story-container .story {
  min-height: 118px;
  background-color: #FFFFFF;
  width: 100%;
  display: flex;
}

.agri-recent-stories-3-column .stories-container .story-container .story .admin-like-a {
  width: 100%;
}

.agri-recent-stories-3-column .stories-container .story-container .story img {
  float: left;
  width: 130px;
}

.agri-recent-stories-3-column .stories-container .story-container .story .title {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 13px;
  text-align: left;
  position: relative;
}

@media only screen and (min-width: 479px) and (max-width: calc( 992px - 1px)) {
  .agri-recent-stories-3-column .stories-container .story-container .story .title {
    padding: 9px;
  }
}

@media screen and (max-width: calc( 479px - 1px)) {
  .agri-recent-stories-3-column .stories-container .story-container .story .title {
    padding: 4px 6px;
  }
}

.agri-recent-stories-3-column .stories-container .story-container .story .title .story-category {
  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;
  margin-bottom: 5px;
  color: #3a9948;
}

.agri-recent-stories-3-column .stories-container .story-container .story .title .story-category-dairy {
  color: #1779C2;
}

.agri-recent-stories-3-column .stories-container .story-container .story .title .story-category-beef {
  color: #AC2A2A;
}

.agri-recent-stories-3-column .stories-container .story-container .story .title .story-category-sheep {
  color: #7AC043;
}

.agri-recent-stories-3-column .stories-container .story-container .story .title .story-category-N-Ireland {
  color: #772655;
}

.agri-recent-stories-3-column .stories-container .story-container .story .title .story-category-tillage {
  color: #EBA70B;
}

.agri-recent-stories-3-column .stories-container .story-container .story .title .story-category-machinery {
  color: #00654A;
}

.agri-recent-stories-3-column .stories-container .story-container .story .title h6 {
  color: #282828;
}

@media only screen and (min-width: 375px) and (max-width: calc( 768px - 1px)) {
  .agri-recent-stories-3-column .stories-container .story-container .story .title h6 {
    font-size: 18px;
    line-height: 20px;
  }
}

@media screen and (max-width: calc( 375px - 1px)) {
  .agri-recent-stories-3-column .stories-container .story-container .story .title h6 {
    font-size: 16px;
    line-height: 18px;
  }
}

.agri-recent-stories-3-column .stories-container .story-container .story .title .time-published {
  position: absolute;
  right: 18px;
  bottom: 11px;
  color: #757575;
  font-family: Barlow, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-transform: capitalize;
}

.agri-recent-stories-3-column .stories-container .story-container .story:hover {
  opacity: 0.8;
}

.agri-recent-stories-3-column .stories-container .story-container:nth-last-of-type(-n+3) {
  padding-bottom: 0;
}

.agri-recent-stories-3-column .stories-container .story-container:nth-of-type(3n) {
  padding-right: 0;
}

@media screen and (max-width: calc( 992px - 1px)) {
  .agri-recent-stories-3-column {
    margin-top: 26px;
    padding: 0;
  }
  .agri-recent-stories-3-column .subtle-heading {
    margin-bottom: 6px;
  }
  .agri-recent-stories-3-column .focus-top-bar {
    margin-bottom: 13px;
  }
}

@media screen and (max-width: calc( 768px - 1px)) {
  .agri-recent-stories-3-column {
    padding: 0 8px;
    margin-top: 26px;
  }
  .agri-recent-stories-3-column .focus-top-bar {
    margin-bottom: 6.5px;
  }
  .agri-recent-stories-3-column .stories-container {
    display: block;
  }
  .agri-recent-stories-3-column .stories-container .story-container {
    padding: 6.5px 0;
  }
}

.agri-stories-4-column {
  width: 100%;
  margin-bottom: 26px;
}

.agri-stories-4-column .focus-top-bar {
  height: 65px;
  width: 100%;
  display: flex;
}

@media only screen and (max-width: calc( 992px - 1px)) {
  .agri-stories-4-column .focus-top-bar {
    height: 52px;
  }
}

.agri-stories-4-column .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-4-column .focus-top-bar .focus {
    padding: 13px;
  }
}

.agri-stories-4-column .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-4-column .focus-top-bar .focus h5 a {
  color: #FFFFFF;
}

.agri-stories-4-column .focus-top-bar .focus h5 a:hover {
  text-decoration: underline;
}

.agri-stories-4-column .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-4-column .focus-top-bar .focus-darker-bg {
    height: 26px;
    margin-top: 13px;
    margin-bottom: 13px;
  }
}

.agri-stories-4-column .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-4-column .focus-top-bar .focus-darker-bg svg {
    width: 124px;
    height: 104px;
    top: -43px;
    left: -8px;
  }
}

.agri-stories-4-column .focus-top-bar .focus-darker-bg #focus-signup {
  float: right;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding-right: 33px;
}

.agri-stories-4-column .focus-top-bar .focus-darker-bg #focus-signup h6 {
  vertical-align: middle;
  display: table-cell;
}

.agri-stories-4-column .subtle-heading {
  line-height: 100%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 26px;
  width: 100%;
  height: fit-content;
}

.agri-stories-4-column .focus-darker-bg {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.agri-stories-4-column .focus-darker-bg h6 {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 26px;
  line-height: 16px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.agri-stories-4-column .focus-darker-bg h6 span {
  font-weight: 400;
}

.agri-stories-4-column .focus-darker-bg h6:first-of-type {
  margin-right: 0.15em;
}

.agri-stories-4-column .focus-darker-bg h6:hover {
  text-decoration: underline;
}

.agri-stories-4-column .stories-container {
  width: 100%;
  display: flex;
}

.agri-stories-4-column .stories-container .image-above-post-tile {
  width: 25%;
  margin-top: 26px;
  margin-right: 26px;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: calc( 992px - 1px)) {
  .agri-stories-4-column .stories-container .image-above-post-tile {
    margin-right: 13px;
    margin-top: 13px;
  }
}

.agri-stories-4-column .stories-container .image-above-post-tile a {
  display: flex;
  flex-direction: column;
  flex: auto;
}

.agri-stories-4-column .stories-container .image-above-post-tile .post-image {
  width: 100%;
  position: relative;
}

.agri-stories-4-column .stories-container .image-above-post-tile .post-image .post-tag {
  position: absolute;
  left: 0;
  top: 10px;
  width: auto;
  padding: 0 5px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 10px;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 26px;
  letter-spacing: 0.1em;
}

.agri-stories-4-column .stories-container .image-above-post-tile .post-image img {
  width: 100%;
  max-height: 143px;
}

.agri-stories-4-column .stories-container .image-above-post-tile .post-title {
  background-color: #FFFFFF;
  padding: 13px;
  width: 100%;
  flex: 1;
  position: relative;
}

@media only screen and (min-width: 479px) and (max-width: calc( 992px - 1px)) {
  .agri-stories-4-column .stories-container .image-above-post-tile .post-title {
    padding: 9px;
  }
}

@media screen and (max-width: calc( 479px - 1px)) {
  .agri-stories-4-column .stories-container .image-above-post-tile .post-title {
    padding: 4px 6px;
    padding-bottom: 13px;
  }
}

.agri-stories-4-column .stories-container .image-above-post-tile .post-title h5 {
  color: #282828;
  line-height: 22px;
  margin: 0;
}

@media only screen and (max-width: calc( 479px - 1px)) {
  .agri-stories-4-column .stories-container .image-above-post-tile .post-title h5 {
    font-size: 18px;
    line-height: 20px;
  }
}

.agri-stories-4-column .stories-container .image-above-post-tile .post-title .display-timestamp {
  margin-bottom: 8px;
}

.agri-stories-4-column .stories-container .image-above-post-tile .post-title p {
  position: absolute;
  bottom: 13px;
  right: 13px;
  font-size: 12px;
  line-height: 16px;
  text-transform: capitalize;
  color: #757575;
  margin: 0;
}

.agri-stories-4-column .stories-container .image-above-post-tile:last-of-type {
  margin-right: 0;
}

.agri-stories-4-column .stories-container .image-above-post-tile:hover {
  opacity: 0.8;
}

@media only screen and (min-width: 768px) and (max-width: calc( 992px - 1px)) {
  .agri-stories-4-column {
    margin-top: 26px;
    padding: 0;
  }
  .agri-stories-4-column .focus-darker-bg a {
    display: inline-flex;
    align-items: center;
  }
  .agri-stories-4-column .focus-darker-bg a h6 span {
    display: none;
  }
  .agri-stories-4-column .focus-darker-bg a h6:first-of-type {
    margin-right: 13px;
    line-height: 95%;
  }
  .agri-stories-4-column .focus-darker-bg a h6:nth-of-type(2) {
    display: none;
  }
  .agri-stories-4-column .focus-darker-bg a svg.sign-up-icon {
    width: 20px;
    height: 20px;
    position: relative;
    top: unset;
    left: unset;
    float: right;
    margin-right: 26px;
  }
  .agri-stories-4-column .focus-darker-bg a svg.sign-up-icon path {
    fill: #FFFFFF !important;
  }
}

@media only screen and (max-width: calc( 768px - 1px)) {
  .agri-stories-4-column {
    padding: 0 6.5px;
    margin-bottom: 13px;
  }
  .agri-stories-4-column .stories-container {
    flex-wrap: wrap;
  }
  .agri-stories-4-column .stories-container .image-above-post-tile {
    width: 50%;
    margin-top: 13px;
    margin-right: 0;
  }
  .agri-stories-4-column .stories-container .image-above-post-tile .post-image img {
    max-height: none;
  }
  .agri-stories-4-column .stories-container .image-above-post-tile:nth-of-type(odd) {
    padding-right: 6.5px;
  }
  .agri-stories-4-column .stories-container .image-above-post-tile:nth-of-type(even) {
    padding-left: 6.5px;
    padding-right: 0;
  }
}

.agri-full-width-hero-block-with-related {
  width: 100%;
  height: 633px;
  margin: 13px 0;
  padding: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .agri-full-width-hero-block-with-related {
    height: 540px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .agri-full-width-hero-block-with-related {
    height: 450px;
  }
}

@media only screen and (min-width: 479px) and (max-width: 767px) {
  .agri-full-width-hero-block-with-related {
    height: 56.25vw;
  }
}

.agri-full-width-hero-block-with-related .full-width-hero-image {
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  padding-bottom: 33px;
}

.agri-full-width-hero-block-with-related .full-width-hero-image .breaking-label {
  margin-top: 39px;
  width: auto;
  padding: 26px 26px 26px 17px;
  height: fit-content;
  background: #E83500;
  display: flex;
  align-items: center;
}

.agri-full-width-hero-block-with-related .full-width-hero-image .breaking-label svg {
  margin-right: 26px;
}

.agri-full-width-hero-block-with-related .full-width-hero-image .breaking-label svg path {
  fill: #FFFFFF;
}

.agri-full-width-hero-block-with-related .full-width-hero-image .breaking-label h5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 0;
}

.agri-full-width-hero-block-with-related .full-width-hero-image .text-overlay, .agri-full-width-hero-block-with-related .full-width-hero-image a {
  color: #FFFFFF;
}

.agri-full-width-hero-block-with-related .full-width-hero-image .text-overlay h1, .agri-full-width-hero-block-with-related .full-width-hero-image a h1 {
  line-height: 95%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .agri-full-width-hero-block-with-related .full-width-hero-image .text-overlay h1, .agri-full-width-hero-block-with-related .full-width-hero-image a h1 {
    font-size: 40px;
    line-height: 42px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .agri-full-width-hero-block-with-related .full-width-hero-image .text-overlay h1, .agri-full-width-hero-block-with-related .full-width-hero-image a h1 {
    font-size: 32px;
    line-height: 36px;
  }
}

.agri-full-width-hero-block-with-related .full-width-hero-image .text-overlay h1:hover, .agri-full-width-hero-block-with-related .full-width-hero-image a h1:hover {
  opacity: 0.8;
}

.agri-full-width-hero-block-with-related .full-width-hero-image .align-top {
  padding-top: 37px;
  flex: 1;
  display: flex;
  padding-right: 21px;
  padding-bottom: 26px;
  height: fit-content;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

.agri-full-width-hero-block-with-related .full-width-hero-image .align-top a {
  display: flex;
}

.agri-full-width-hero-block-with-related .full-width-hero-image .align-top .breaking-label {
  margin-top: 0;
}

.agri-full-width-hero-block-with-related .full-width-hero-image .align-top h1 {
  margin: 0;
  line-height: 90%;
  padding-left: 11px;
}

.agri-full-width-hero-block-with-related .full-width-hero-image .align-left {
  position: absolute;
  top: 61px;
  left: 0;
  width: calc(50% - 13px);
  text-align: right;
  background: rgba(0, 0, 0, 0.6);
  padding: 26px;
}

.agri-full-width-hero-block-with-related .full-width-hero-image .align-left .breaking-label {
  display: inline-flex;
  width: fit-content;
  float: left;
  margin-top: 0;
  margin-right: 11px;
}

.agri-full-width-hero-block-with-related .full-width-hero-image .align-left a {
  display: initial;
}

.agri-full-width-hero-block-with-related .full-width-hero-image .align-left h1 {
  margin: 0;
}

.agri-full-width-hero-block-with-related .full-width-hero-image .align-right {
  position: absolute;
  top: 61px;
  right: 0;
  width: calc(50% - 13px);
  text-align: left;
  background: rgba(0, 0, 0, 0.6);
  padding: 26px;
}

.agri-full-width-hero-block-with-related .full-width-hero-image .align-right .breaking-label {
  display: inline-flex;
  width: fit-content;
  float: right;
  margin-top: 0;
  margin-left: 11px;
}

.agri-full-width-hero-block-with-related .full-width-hero-image .align-right a {
  display: initial;
}

.agri-full-width-hero-block-with-related .full-width-hero-image .hero-related-stories {
  position: absolute;
  bottom: 33px;
  left: 0;
  width: 100%;
  height: 117px;
  display: flex;
}

.agri-full-width-hero-block-with-related .full-width-hero-image .hero-related-stories .hero-related-one, .agri-full-width-hero-block-with-related .full-width-hero-image .hero-related-stories .hero-related-two {
  width: 50%;
}

.agri-full-width-hero-block-with-related .full-width-hero-image .hero-related-stories .hero-related-one .related-story-block, .agri-full-width-hero-block-with-related .full-width-hero-image .hero-related-stories .hero-related-two .related-story-block {
  height: 100%;
  display: flex;
}

.agri-full-width-hero-block-with-related .full-width-hero-image .hero-related-stories .hero-related-one .related-story-block a, .agri-full-width-hero-block-with-related .full-width-hero-image .hero-related-stories .hero-related-two .related-story-block a {
  height: 100%;
  display: flex;
}

.agri-full-width-hero-block-with-related .full-width-hero-image .hero-related-stories .hero-related-one .related-story-block img, .agri-full-width-hero-block-with-related .full-width-hero-image .hero-related-stories .hero-related-two .related-story-block img {
  width: 130px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .agri-full-width-hero-block-with-related .full-width-hero-image .hero-related-stories .hero-related-one .related-story-block img, .agri-full-width-hero-block-with-related .full-width-hero-image .hero-related-stories .hero-related-two .related-story-block img {
    width: 100px;
  }
}

.agri-full-width-hero-block-with-related .full-width-hero-image .hero-related-stories .hero-related-one .related-story-block .title-container, .agri-full-width-hero-block-with-related .full-width-hero-image .hero-related-stories .hero-related-two .related-story-block .title-container {
  flex: 1;
  padding: 13px;
}

.agri-full-width-hero-block-with-related .full-width-hero-image .hero-related-stories .hero-related-one .related-story-block .title-container p, .agri-full-width-hero-block-with-related .full-width-hero-image .hero-related-stories .hero-related-two .related-story-block .title-container p {
  margin-bottom: 5px;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.agri-full-width-hero-block-with-related .full-width-hero-image .hero-related-stories .hero-related-one .related-story-block .title-container h5, .agri-full-width-hero-block-with-related .full-width-hero-image .hero-related-stories .hero-related-two .related-story-block .title-container h5 {
  font-size: 21px;
  line-height: 23px;
  color: #FFFFFF;
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .agri-full-width-hero-block-with-related .full-width-hero-image .hero-related-stories .hero-related-one .related-story-block .title-container h5, .agri-full-width-hero-block-with-related .full-width-hero-image .hero-related-stories .hero-related-two .related-story-block .title-container h5 {
    font-size: 17px;
    line-height: 19px;
  }
}

.agri-full-width-hero-block-with-related .full-width-hero-image .hero-related-stories .hero-related-one {
  margin-right: 13px;
}

.agri-full-width-hero-block-with-related .full-width-hero-image .hero-related-stories .hero-related-one:hover {
  opacity: 0.8;
}

.agri-full-width-hero-block-with-related .full-width-hero-image .hero-related-stories .hero-related-two {
  margin-left: 13px;
}

.agri-full-width-hero-block-with-related .full-width-hero-image .hero-related-stories .hero-related-two:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .agri-full-width-hero-block-with-related {
    margin: 6.5px 0;
    padding: 0 8px;
  }
}

@media screen and (max-width: 768px) and (min-width: 768px) and (max-width: calc( 992px - 1px)) {
  .agri-full-width-hero-block-with-related {
    padding: 0;
    margin-top: 26px;
  }
}

@media screen and (max-width: 768px) {
  .agri-full-width-hero-block-with-related .full-width-hero-image .breaking-label {
    padding: 13px;
  }
  .agri-full-width-hero-block-with-related .full-width-hero-image .breaking-label svg {
    margin-right: 13px;
  }
  .agri-full-width-hero-block-with-related .full-width-hero-image .text-overlay h1, .agri-full-width-hero-block-with-related .full-width-hero-image a h1 {
    font-size: 38px;
  }
  .agri-full-width-hero-block-with-related .full-width-hero-image .align-left, .agri-full-width-hero-block-with-related .full-width-hero-image .align-right {
    width: 60%;
  }
  .agri-full-width-hero-block-with-related .full-width-hero-image .align-left .breaking-label {
    margin-right: 0;
    margin-bottom: 13px;
    float: right;
  }
  .agri-full-width-hero-block-with-related .full-width-hero-image .align-right {
    padding-left: 2px;
  }
  .agri-full-width-hero-block-with-related .full-width-hero-image .align-right .breaking-label {
    margin-left: 11px;
    margin-bottom: 13px;
    float: left;
  }
  .agri-full-width-hero-block-with-related .full-width-hero-image .align-right .breaking-label h1 {
    padding-left: 0;
  }
}

@media screen and (max-width: calc( 600px - 1px)) {
  .agri-full-width-hero-block-with-related {
    height: fit-content;
  }
  .agri-full-width-hero-block-with-related .full-width-hero-image {
    padding-bottom: 6.5px;
    padding-top: 13px;
    display: block;
  }
  .agri-full-width-hero-block-with-related .full-width-hero-image .breaking-label svg {
    width: 25px;
    height: 25px;
    margin-right: 13px;
  }
  .agri-full-width-hero-block-with-related .full-width-hero-image .text-overlay h1, .agri-full-width-hero-block-with-related .full-width-hero-image a h1 {
    font-size: 27px;
    line-height: 26px;
    margin-bottom: 0;
  }
  .agri-full-width-hero-block-with-related .full-width-hero-image .align-top {
    padding-top: 13px;
    padding-right: 13px;
    margin-top: -13px;
  }
  .agri-full-width-hero-block-with-related .full-width-hero-image .align-left, .agri-full-width-hero-block-with-related .full-width-hero-image .align-right {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    display: block;
    width: 60%;
    height: fit-content;
  }
  .agri-full-width-hero-block-with-related .full-width-hero-image .align-right {
    padding: 13px;
    float: right;
    margin-bottom: 52px;
  }
  .agri-full-width-hero-block-with-related .full-width-hero-image .hero-related-stories {
    clear: both;
    height: fit-content;
    position: relative;
    width: 100%;
    display: block;
    bottom: unset;
    left: unset;
    right: unset;
    margin-top: 52px;
  }
  .agri-full-width-hero-block-with-related .full-width-hero-image .hero-related-stories .hero-related-one, .agri-full-width-hero-block-with-related .full-width-hero-image .hero-related-stories .hero-related-two {
    width: 100%;
    margin: 6.5px 0;
  }
  .agri-full-width-hero-block-with-related .full-width-hero-image .hero-related-stories .hero-related-one .related-story-block a img, .agri-full-width-hero-block-with-related .full-width-hero-image .hero-related-stories .hero-related-two .related-story-block a img {
    height: auto;
  }
  .agri-full-width-hero-block-with-related .full-width-hero-image .hero-related-stories .hero-related-one .related-story-block a .title-container p, .agri-full-width-hero-block-with-related .full-width-hero-image .hero-related-stories .hero-related-two .related-story-block a .title-container p {
    line-height: 14px;
  }
  .agri-full-width-hero-block-with-related .full-width-hero-image .hero-related-stories .hero-related-one .related-story-block a .title-container h5, .agri-full-width-hero-block-with-related .full-width-hero-image .hero-related-stories .hero-related-two .related-story-block a .title-container h5 {
    font-size: 20px;
    line-height: 105%;
  }
}

.agri-half-hero-4-related {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.agri-half-hero-4-related .row {
  flex: auto;
  margin: 0;
}

.agri-half-hero-4-related .col-6, .agri-half-hero-4-related .test-6 {
  flex: auto;
  display: flex;
  flex-direction: column;
}

.agri-half-hero-4-related .lead-story {
  width: 100%;
  height: 100%;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .agri-half-hero-4-related .lead-story {
    margin-bottom: 26px;
  }
}

.agri-half-hero-4-related .lead-story .top-lead-story-tag-message {
  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;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .agri-half-hero-4-related .lead-story .top-lead-story-tag-message {
    font-size: 24px;
    line-height: 26px;
    padding: 8px 16px;
  }
}

.agri-half-hero-4-related .lead-story a {
  width: 100%;
  height: 100%;
}

.agri-half-hero-4-related .lead-story img {
  width: 100%;
  height: 100%;
}

.agri-half-hero-4-related .lead-story .title-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  color: #FFFFFF;
  padding: 26px;
}

.agri-half-hero-4-related .lead-story .title-overlay h5 {
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0 0 13px 0;
}

.agri-half-hero-4-related .lead-story .title-overlay h2 {
  margin: 0;
}

.agri-half-hero-4-related .lead-story:hover {
  opacity: 0.8;
}

.agri-half-hero-4-related .square-block {
  flex: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  border-bottom: 2px solid #3a9948;
}

.agri-half-hero-4-related .square-block.beef {
  border-color: #AC2A2A;
}

.agri-half-hero-4-related .square-block.beef .square-block-story-tag-message {
  background-color: #AC2A2A;
}

.agri-half-hero-4-related .square-block.sheep {
  border-color: #7AC043;
}

.agri-half-hero-4-related .square-block.sheep .square-block-story-tag-message {
  background-color: #7AC043;
}

.agri-half-hero-4-related .square-block.tillage {
  border-color: #EBA70B;
}

.agri-half-hero-4-related .square-block.tillage .square-block-story-tag-message {
  background-color: #EBA70B;
}

.agri-half-hero-4-related .square-block.n-ireland {
  border-color: #772655;
}

.agri-half-hero-4-related .square-block.n-ireland .square-block-story-tag-message {
  background-color: #772655;
}

.agri-half-hero-4-related .square-block.dairy {
  border-color: #1779C2;
}

.agri-half-hero-4-related .square-block.dairy .square-block-story-tag-message {
  background-color: #1779C2;
}

.agri-half-hero-4-related .square-block.machinery {
  border-color: #00654A;
}

.agri-half-hero-4-related .square-block.machinery .square-block-story-tag-message {
  background-color: #00654A;
}

.agri-half-hero-4-related .square-block .square-block-story-tag-message {
  position: absolute;
  top: 11px;
  left: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background-color: #E83500;
  color: #FFFFFF;
  padding: 0 9px 0 7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .agri-half-hero-4-related .square-block .square-block-story-tag-message {
    font-size: 18px;
    line-height: 20px;
    padding: 6px 12px;
  }
}

.agri-half-hero-4-related .square-block a {
  flex: auto;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.agri-half-hero-4-related .square-block img {
  width: 100%;
}

.agri-half-hero-4-related .square-block .title-overlay {
  background-color: #FFFFFF;
  width: 100%;
  flex: auto;
  padding: 13px;
  color: #282828;
}

.agri-half-hero-4-related .square-block .title-overlay h5 {
  font-size: 18px;
}

.agri-half-hero-4-related .square-block:hover {
  opacity: 0.8;
}

.style-1-2-2 .row .test-6:first-of-type {
  padding-left: 0;
}

@media screen and (min-width: 768px) and (max-width: calc( 992px - 1px)) {
  .style-1-2-2 .row .test-6:first-of-type {
    padding-right: 0;
    margin-bottom: 26px;
  }
}

.style-1-2-2 .row .test-6:last-of-type {
  display: flex;
  flex-direction: column;
  padding-right: 0;
}

.style-1-2-2 .row .test-6:last-of-type .row {
  flex: auto;
  height: auto;
  padding: 0;
}

.style-1-2-2 .row .test-6:last-of-type .row .col-6 {
  display: flex;
}

.style-1-2-2 .row .test-6:last-of-type .row .col-6:first-of-type {
  padding-left: 0;
}

.style-1-2-2 .row .test-6:last-of-type .row .col-6:last-of-type {
  padding-right: 0;
}

.style-1-2-2 .row .test-6:last-of-type .row {
  margin-bottom: 26px;
}

@media screen and (max-width: calc( 768px - 1px)) {
  .style-1-2-2 .row .test-6:last-of-type .row {
    margin-bottom: 13px;
  }
}

.style-2-1-2 .row .col-lg-3 {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: calc( 992px - 1px)) {
  .style-2-1-2 .row .col-lg-3 {
    flex-direction: unset;
  }
}

.style-2-1-2 .row .col-lg-3 .square-block:first-of-type {
  margin-bottom: 13px;
}

@media screen and (max-width: calc( 992px - 1px)) {
  .style-2-1-2 .row .col-lg-3 .square-block:first-of-type {
    margin-bottom: 0;
  }
}

.style-2-1-2 .row .col-lg-3 .square-block:last-of-type {
  margin-top: 13px;
}

@media screen and (max-width: calc( 992px - 1px)) {
  .style-2-1-2 .row .col-lg-3 .square-block:last-of-type {
    margin-top: 0;
  }
}

.style-2-1-2 .row .col-lg-3:first-of-type {
  padding-left: 0;
}

.style-2-1-2 .row .col-lg-3:last-of-type {
  padding-right: 0;
}

.style-2-2-1 .row .test-6:first-of-type {
  padding-left: 0;
}

.style-2-2-1 .row .test-6:first-of-type .row {
  padding: 0;
  flex: auto;
}

.style-2-2-1 .row .test-6:first-of-type .row .col-6 {
  display: flex;
  flex-direction: column;
}

.style-2-2-1 .row .test-6:first-of-type .row .col-6:first-of-type {
  padding-left: 0;
}

.style-2-2-1 .row .test-6:first-of-type .row .col-6:last-of-type {
  padding-right: 0;
}

.style-2-2-1 .row .test-6:first-of-type .row:first-of-type {
  margin-bottom: 13px;
}

.style-2-2-1 .row .test-6:first-of-type .row:last-of-type {
  margin-top: 13px;
}

.style-2-2-1 .row .test-6:last-of-type {
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .agri-half-hero-4-related {
    padding: 0 8px;
  }
}

@media screen and (max-width: 768px) and (min-width: 768px) and (max-width: calc( 992px - 1px)) {
  .agri-half-hero-4-related {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .agri-half-hero-4-related .test-6 {
    padding: 0;
  }
  .agri-half-hero-4-related .test-6 .row .col-6 {
    padding: 0;
  }
  .agri-half-hero-4-related .lead-story .title-overlay {
    padding: 13px;
  }
  .agri-half-hero-4-related .lead-story .title-overlay h5 {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .agri-half-hero-4-related .lead-story .title-overlay h5 {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .agri-half-hero-4-related .lead-story .title-overlay h2 {
    font-size: 27px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .agri-half-hero-4-related .lead-story .title-overlay h2 {
    font-size: 36px;
    line-height: 38px;
  }
}

@media screen and (max-width: 768px) {
  .style-1-2-2 .test-6:last-of-type .row .col-6:first-of-type {
    padding-right: 13px;
  }
  .style-1-2-2 .test-6:last-of-type .row .col-6:last-of-type {
    padding-left: 13px;
  }
  .style-2-1-2 .col-md-12 {
    padding: 0;
    display: flex;
  }
  .style-2-1-2 .col-md-12 .square-block {
    width: 50%;
  }
  .style-2-1-2 .col-md-12 .square-block:first-of-type {
    margin-right: 6.5px;
  }
  .style-2-1-2 .col-md-12 .square-block:last-of-type {
    margin-left: 6.5px;
  }
  .style-2-1-2 .col-md-12:first-of-type {
    margin-bottom: 13px;
  }
  .style-2-1-2 .col-md-12:last-of-type {
    margin-top: 13px;
  }
  .style-2-2-1 .test-6:first-of-type .row {
    margin-bottom: 13px !important;
  }
  .style-2-2-1 .test-6:first-of-type .row .col-6:first-of-type {
    padding-right: 13px;
  }
  .style-2-2-1 .test-6:first-of-type .row .col-6:last-of-type {
    padding-left: 13px;
  }
}

@media screen and (max-width: 479px) {
  .style-1-2-2 .test-6:last-of-type .row .col-6:first-of-type {
    padding-right: 6.5px;
  }
  .style-1-2-2 .test-6:last-of-type .row .col-6:last-of-type {
    padding-left: 6.5px;
  }
  .style-1-2-2 .test-6:last-of-type .row:first-of-type {
    margin-top: 13px;
  }
  .style-1-2-2 .test-6:last-of-type .row:last-of-type {
    margin-top: 0 !important;
  }
}

.agri-breaking-block-with-related {
  width: 100%;
  padding: 13px 0;
  display: flex;
}

.agri-breaking-block-with-related .breaking-container {
  height: 100%;
  display: flex;
}

.agri-breaking-block-with-related .breaking-container a {
  flex: 1;
  display: flex;
}

.agri-breaking-block-with-related .breaking-container .breaking-image {
  flex: 1;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
}

.agri-breaking-block-with-related .breaking-container .breaking-image .breaking-label {
  margin-top: 39px;
  width: auto;
  padding-right: 26px;
  height: 92px;
  background: #E83500;
  display: inline-block;
  padding-left: 17px;
}

@media only screen and (max-width: calc( 600px - 1px)) {
  .agri-breaking-block-with-related .breaking-container .breaking-image .breaking-label {
    padding: 12px;
    height: auto;
  }
}

.agri-breaking-block-with-related .breaking-container .breaking-image .breaking-label .braking-label-container {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.agri-breaking-block-with-related .breaking-container .breaking-image .breaking-label .braking-label-container svg {
  display: inline-block;
  margin-right: 22px;
}

@media only screen and (max-width: calc( 600px - 1px)) {
  .agri-breaking-block-with-related .breaking-container .breaking-image .breaking-label .braking-label-container svg {
    margin-right: 10px;
    width: 30px;
    height: 30px;
  }
}

.agri-breaking-block-with-related .breaking-container .breaking-image .breaking-label .braking-label-container svg path {
  fill: #FFFFFF;
}

.agri-breaking-block-with-related .breaking-container .breaking-image .breaking-label .braking-label-container h5 {
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 0;
}

.agri-breaking-block-with-related .breaking-container .breaking-image img {
  width: 100%;
  height: 100%;
}

.agri-breaking-block-with-related .breaking-container .title-and-related-stories {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.agri-breaking-block-with-related .breaking-container .title-and-related-stories .title {
  flex: auto;
}

.agri-breaking-block-with-related .breaking-container .title-and-related-stories .title a, .agri-breaking-block-with-related .breaking-container .title-and-related-stories .title .lead-story {
  color: #FFFFFF;
}

.agri-breaking-block-with-related .breaking-container .title-and-related-stories .title .lead-story {
  width: 100%;
  height: 100%;
  padding: 26px;
  position: relative;
  overflow: hidden;
}

.agri-breaking-block-with-related .breaking-container .title-and-related-stories .title .lead-story svg {
  z-index: 0;
  position: absolute;
  right: -60px;
  top: -50px;
  width: 350px;
  height: 350px;
}

.agri-breaking-block-with-related .breaking-container .title-and-related-stories .title .lead-story h5 {
  position: relative;
  z-index: 1;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 28px;
  font-weight: 500;
}

.agri-breaking-block-with-related .breaking-container .title-and-related-stories .title .lead-story h1 {
  position: relative;
  z-index: 1;
  line-height: 105%;
  margin-bottom: 0;
}

.agri-breaking-block-with-related .breaking-container .title-and-related-stories .title .lead-story h1:hover {
  opacity: 0.8;
}

.agri-breaking-block-with-related .breaking-container .title-and-related-stories .related-stories {
  flex: 1;
  padding: 26px;
  display: flex;
  align-items: center;
}

.agri-breaking-block-with-related .breaking-container .title-and-related-stories .related-stories ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
}

.agri-breaking-block-with-related .breaking-container .title-and-related-stories .related-stories ul li {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 2%;
}

.agri-breaking-block-with-related .breaking-container .title-and-related-stories .related-stories ul li:last-of-type {
  margin-bottom: 0;
}

.agri-breaking-block-with-related .breaking-container .title-and-related-stories .related-stories ul li svg {
  margin-right: 24px;
  height: 15px;
  width: 15px;
}

.agri-breaking-block-with-related .breaking-container .title-and-related-stories .related-stories ul li svg path {
  fill: #FFFFFF;
}

.agri-breaking-block-with-related .breaking-container .title-and-related-stories .related-stories ul li a {
  flex: 1;
}

.agri-breaking-block-with-related .breaking-container .title-and-related-stories .related-stories ul li h4 {
  flex: 1;
  line-height: 29px;
  display: inline-block;
  margin-bottom: 0;
  color: #FFFFFF;
}

.agri-breaking-block-with-related .breaking-container .title-and-related-stories .related-stories ul li h4:hover {
  text-decoration: underline;
}

@media screen and (max-width: calc( 992px - 1px)) {
  .agri-breaking-block-with-related {
    padding: 0 8px;
    margin-top: 26px;
  }
}

@media screen and (max-width: calc( 992px - 1px)) and (min-width: 768px) and (max-width: calc( 992px - 1px)) {
  .agri-breaking-block-with-related {
    padding: 0;
    margin-top: 26px;
  }
}

@media screen and (max-width: calc( 992px - 1px)) {
  .agri-breaking-block-with-related .breaking-container {
    display: initial;
    width: 100%;
  }
  .agri-breaking-block-with-related .breaking-container .breaking-image {
    height: 250px;
    width: 100%;
  }
  .agri-breaking-block-with-related .breaking-container .title-and-related-stories {
    width: 100%;
  }
  .agri-breaking-block-with-related .breaking-container .title-and-related-stories .title .lead-story {
    padding: 13px;
  }
}

@media screen and (max-width: calc( 992px - 1px)) and (min-width: 768px) and (max-width: calc( 992px - 1px)) {
  .agri-breaking-block-with-related .breaking-container .title-and-related-stories .title .lead-story {
    padding: 26px;
  }
}

@media screen and (max-width: calc( 992px - 1px)) {
  .agri-breaking-block-with-related .breaking-container .title-and-related-stories .title .lead-story h5 {
    font-size: 12px;
    margin-bottom: 13px;
    line-height: 14px;
  }
}

@media screen and (max-width: calc( 992px - 1px)) and (min-width: 768px) and (max-width: calc( 992px - 1px)) {
  .agri-breaking-block-with-related .breaking-container .title-and-related-stories .title .lead-story h5 {
    font-size: 18px;
    margin-bottom: 18px;
  }
}

@media screen and (max-width: calc( 992px - 1px)) {
  .agri-breaking-block-with-related .breaking-container .title-and-related-stories .title .lead-story h1 {
    font-size: 27px;
    line-height: 26px;
  }
}

@media screen and (max-width: calc( 992px - 1px)) and (min-width: 768px) and (max-width: calc( 992px - 1px)) {
  .agri-breaking-block-with-related .breaking-container .title-and-related-stories .title .lead-story h1 {
    font-size: 36px;
    line-height: 38px;
  }
}

@media screen and (max-width: calc( 992px - 1px)) {
  .agri-breaking-block-with-related .breaking-container .title-and-related-stories .related-stories {
    padding: 13px;
  }
}

@media screen and (max-width: calc( 992px - 1px)) and (min-width: 768px) and (max-width: calc( 992px - 1px)) {
  .agri-breaking-block-with-related .breaking-container .title-and-related-stories .related-stories {
    padding: 26px;
  }
}

@media screen and (max-width: calc( 992px - 1px)) {
  .agri-breaking-block-with-related .breaking-container .title-and-related-stories .related-stories .related-stories-list li svg {
    margin-right: 13px;
  }
  .agri-breaking-block-with-related .breaking-container .title-and-related-stories .related-stories .related-stories-list li h4 {
    font-size: 18px;
    line-height: 20px;
  }
}

@media screen and (max-width: calc( 992px - 1px)) and (min-width: 768px) and (max-width: calc( 992px - 1px)) {
  .agri-breaking-block-with-related .breaking-container .title-and-related-stories .related-stories .related-stories-list li h4 {
    font-size: 24px;
    line-height: 26px;
  }
}

.agri-recent-stories-2-column {
  width: 100%;
}

.agri-recent-stories-2-column .focus-top-bar {
  height: 65px;
  width: 100%;
  display: flex;
}

@media only screen and (max-width: calc( 992px - 1px)) {
  .agri-recent-stories-2-column .focus-top-bar {
    height: 52px;
  }
}

.agri-recent-stories-2-column .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-recent-stories-2-column .focus-top-bar .focus {
    padding: 13px;
  }
}

.agri-recent-stories-2-column .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-recent-stories-2-column .focus-top-bar .focus h5 a {
  color: #FFFFFF;
}

.agri-recent-stories-2-column .focus-top-bar .focus h5 a:hover {
  text-decoration: underline;
}

.agri-recent-stories-2-column .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-recent-stories-2-column .focus-top-bar .focus-darker-bg {
    height: 26px;
    margin-top: 13px;
    margin-bottom: 13px;
  }
}

.agri-recent-stories-2-column .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-recent-stories-2-column .focus-top-bar .focus-darker-bg svg {
    width: 124px;
    height: 104px;
    top: -43px;
    left: -8px;
  }
}

.agri-recent-stories-2-column .focus-top-bar .focus-darker-bg #focus-signup {
  float: right;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding-right: 33px;
}

.agri-recent-stories-2-column .focus-top-bar .focus-darker-bg #focus-signup h6 {
  vertical-align: middle;
  display: table-cell;
}

.agri-recent-stories-2-column .subtle-heading {
  line-height: 100%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 26px;
  width: 100%;
  height: fit-content;
}

.agri-recent-stories-2-column .focus-top-bar {
  margin-bottom: 26px;
}

.agri-recent-stories-2-column .stories-container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px 26px;
  margin-bottom: 26px;
}

@media screen and (max-width: calc(992px - 1px)) {
  .agri-recent-stories-2-column .stories-container {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(90px, auto);
  }
}

@media screen and (max-width: calc(768px - 1px)) {
  .agri-recent-stories-2-column .stories-container {
    margin-bottom: 13px;
  }
}

.agri-recent-stories-2-column .stories-container .story-container {
  flex: auto;
  width: 100%;
  min-height: 117px;
}

@media screen and (max-width: calc(992px - 1px)) {
  .agri-recent-stories-2-column .stories-container .story-container {
    min-height: 90px;
  }
}

@media only screen and (max-width: 479px) {
  .agri-recent-stories-2-column .stories-container .story-container {
    min-height: 90px;
  }
}

.agri-recent-stories-2-column .stories-container .story-container .story {
  min-height: 130px;
  background-color: #FFFFFF;
  width: 100%;
  display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .agri-recent-stories-2-column .stories-container .story-container .story {
    min-height: 90px;
  }
}

@media only screen and (max-width: 400px) {
  .agri-recent-stories-2-column .stories-container .story-container .story {
    min-height: 90px;
  }
}

.agri-recent-stories-2-column .stories-container .story-container .story .admin-like-a {
  width: 100%;
}

.agri-recent-stories-2-column .stories-container .story-container .story a {
  display: block;
  width: 100%;
}

.agri-recent-stories-2-column .stories-container .story-container .story img {
  float: left;
  width: 143px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .agri-recent-stories-2-column .stories-container .story-container .story img {
    width: 100px;
  }
}

@media only screen and (max-width: 400px) {
  .agri-recent-stories-2-column .stories-container .story-container .story img {
    width: 100px;
  }
}

.agri-recent-stories-2-column .stories-container .story-container .story .title {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 13px;
  text-align: left;
  position: relative;
}

@media only screen and (min-width: 479px) and (max-width: 1199px) {
  .agri-recent-stories-2-column .stories-container .story-container .story .title {
    padding: 9px;
  }
}

@media only screen and (min-width: 375px) and (max-width: calc( 479px - 1px)) {
  .agri-recent-stories-2-column .stories-container .story-container .story .title {
    padding: 6px 8px;
  }
}

@media only screen and (max-width: calc( 375px - 1px)) {
  .agri-recent-stories-2-column .stories-container .story-container .story .title {
    padding: 4px 6px;
  }
}

.agri-recent-stories-2-column .stories-container .story-container .story .title .story-category {
  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;
  margin-bottom: 5px;
  color: #3a9948;
}

@media only screen and (min-width: 768px) and (max-width: calc( 1200px - 1px)) {
  .agri-recent-stories-2-column .stories-container .story-container .story .title .story-category {
    font-size: 12px;
    margin-bottom: 2px;
  }
}

.agri-recent-stories-2-column .stories-container .story-container .story .title .story-category-dairy, .agri-recent-stories-2-column .stories-container .story-container .story .title .story-category-dairy-focus, .agri-recent-stories-2-column .stories-container .story-container .story .title .story-category-dairy-news, .agri-recent-stories-2-column .stories-container .story-container .story .title .story-category-dairy-technical {
  color: #1779C2;
}

.agri-recent-stories-2-column .stories-container .story-container .story .title .story-category-beef, .agri-recent-stories-2-column .stories-container .story-container .story .title .story-category-beef-focus, .agri-recent-stories-2-column .stories-container .story-container .story .title .story-category-beef-news, .agri-recent-stories-2-column .stories-container .story-container .story .title .story-category-beef-technical {
  color: #AC2A2A;
}

.agri-recent-stories-2-column .stories-container .story-container .story .title .story-category-sheep, .agri-recent-stories-2-column .stories-container .story-container .story .title .story-category-sheep-focus, .agri-recent-stories-2-column .stories-container .story-container .story .title .story-category-sheep-news, .agri-recent-stories-2-column .stories-container .story-container .story .title .story-category-sheep-technical {
  color: #7AC043;
}

.agri-recent-stories-2-column .stories-container .story-container .story .title .story-category-tillage, .agri-recent-stories-2-column .stories-container .story-container .story .title .story-category-tillage-focus, .agri-recent-stories-2-column .stories-container .story-container .story .title .story-category-tillage-news, .agri-recent-stories-2-column .stories-container .story-container .story .title .story-category-tillage-technical {
  color: #EBA70B;
}

.agri-recent-stories-2-column .stories-container .story-container .story .title .story-category-machinery, .agri-recent-stories-2-column .stories-container .story-container .story .title .story-category-machinery-focus, .agri-recent-stories-2-column .stories-container .story-container .story .title .story-category-machinery-news, .agri-recent-stories-2-column .stories-container .story-container .story .title .story-category-machinery-technical {
  color: #00654A;
}

.agri-recent-stories-2-column .stories-container .story-container .story .title .story-category-video {
  color: #3D9346;
}

.agri-recent-stories-2-column .stories-container .story-container .story .title .story-category-n-ireland {
  color: #772655;
}

.agri-recent-stories-2-column .stories-container .story-container .story .title .story-category-other {
  color: #3D9346;
}

.agri-recent-stories-2-column .stories-container .story-container .story .title h6 {
  color: #282828;
  line-height: 18px;
  margin-bottom: 0;
}

@media only screen and (min-width: 600px) and (max-width: calc( 992px - 1px)) {
  .agri-recent-stories-2-column .stories-container .story-container .story .title h6 {
    font-size: 16px;
    line-height: 18px;
  }
}

@media only screen and (min-width: 375px) and (max-width: calc( 600px - 1px)) {
  .agri-recent-stories-2-column .stories-container .story-container .story .title h6 {
    font-size: 18px;
    line-height: 20px;
  }
}

@media only screen and (max-width: calc( 375px - 1px)) {
  .agri-recent-stories-2-column .stories-container .story-container .story .title h6 {
    font-size: 16px;
    line-height: 18px;
  }
}

.agri-recent-stories-2-column .stories-container .story-container .story .title .time-published {
  position: absolute;
  right: 18px;
  bottom: 11px;
  color: #757575;
  font-family: Barlow, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-transform: capitalize;
}

.agri-recent-stories-2-column .stories-container .story-container .story .title .time-published {
  right: 10px;
}

@media only screen and (max-width: calc( 600px - 1px)) {
  .agri-recent-stories-2-column .stories-container .story-container .story .title .time-published {
    font-size: 10px;
    line-height: 12px;
    bottom: 3px;
    right: 8px;
  }
}

.agri-recent-stories-2-column .stories-container .story-container .story:hover {
  opacity: 0.8;
}

.agri-recent-stories-2-column .stories-container .story-container:nth-last-of-type(2), .agri-recent-stories-2-column .stories-container .story-container:last-of-type {
  padding-bottom: 0;
}

@media only screen and (max-width: calc( 992px - 1px)) {
  .agri-recent-stories-2-column .stories-container .story-container:last-of-type {
    padding-bottom: 0;
  }
}

.agri-recent-stories-2-column .stories-container .story-container:nth-of-type(odd) {
  /*padding-right: 13px;*/
}

@media only screen and (max-width: calc( 992px - 1px)) {
  .agri-recent-stories-2-column .stories-container .story-container:nth-of-type(odd) {
    padding-right: 0;
  }
}

.agri-recent-stories-2-column .stories-container .story-container:nth-of-type(even):not(.staggered) {
  /*padding-left: 13px;*/
}

@media only screen and (max-width: calc( 992px - 1px)) {
  .agri-recent-stories-2-column .stories-container .story-container:nth-of-type(even):not(.staggered) {
    padding-left: 0;
  }
}

.agri-recent-stories-2-column .stories-container .story-container.staggered {
  min-height: 260px;
  grid-row: span 2;
  flex: auto;
  display: flex;
  flex-direction: column;
}

.agri-recent-stories-2-column .stories-container .story-container.staggered .story {
  flex: auto;
  display: flex;
  flex-direction: column;
}

.agri-recent-stories-2-column .stories-container .story-container.staggered .story a {
  flex: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.agri-recent-stories-2-column .stories-container .story-container.staggered .story span {
  display: flex;
  flex-direction: column;
  flex: auto;
}

.agri-recent-stories-2-column .stories-container .story-container.staggered .story img {
  width: 100%;
}

.agri-recent-stories-2-column .stories-container .story-container.staggered .story .title {
  flex: auto;
}

@media only screen and (max-width: calc( 768px - 1px)) {
  .agri-recent-stories-2-column .stories-container .story-container.staggered .story .title {
    padding: 26px 13px;
  }
}

.agri-recent-stories-2-column .stories-container .story-container:nth-of-type(7).staggered {
  padding-right: 0;
  /*padding-left: 13px;*/
}

@media only screen and (max-width: calc( 768px - 1px)) {
  .agri-recent-stories-2-column .stories-container .story-container:nth-of-type(7).staggered {
    padding-left: 0;
  }
}

.agri-recent-stories-2-column .stories-container .story-container:nth-of-type(12).staggered {
  padding-right: 0;
  /*padding-left: 13px;*/
}

@media only screen and (max-width: calc( 768px - 1px)) {
  .agri-recent-stories-2-column .stories-container .story-container:nth-of-type(12).staggered {
    padding-left: 0;
  }
}

.agri-recent-stories-2-column .stories-container .story-container:nth-of-type(8).padding-fix {
  /*padding-right: 13px;*/
  padding-right: 0;
}

@media only screen and (max-width: calc( 768px - 1px)) {
  .agri-recent-stories-2-column .stories-container .story-container:nth-of-type(8).padding-fix {
    padding-left: 0;
  }
}

.agri-recent-stories-2-column .stories-container .story-container:nth-of-type(14).padding-fix {
  /*padding-right: 13px;*/
  padding-left: 0;
}

@media only screen and (max-width: calc( 768px - 1px)) {
  .agri-recent-stories-2-column .stories-container .story-container:nth-of-type(14).padding-fix {
    padding-right: 0;
  }
}

.agri-recent-stories-2-column .pagination-container {
  margin-bottom: 26px;
  width: 100%;
  height: 39px;
  text-align: right;
}

@media only screen and (max-width: calc( 768px - 1px)) {
  .agri-recent-stories-2-column .pagination-container {
    margin-bottom: 13px;
  }
}

.agri-recent-stories-2-column .pagination-container .spacer {
  display: inline-block;
  width: 5px;
  height: 39px;
  background-color: #F3F3F3;
}

.agri-recent-stories-2-column .pagination-container .pagination-description {
  height: 100%;
  display: inline-block;
  background-color: #FFFFFF;
  padding: 12px;
}

.agri-recent-stories-2-column .pagination-container .pagination-description h6 {
  display: inline-block;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.agri-recent-stories-2-column .pagination-container .pagination-description h6:last-of-type {
  margin-left: 5px;
  font-weight: 400;
}

.agri-recent-stories-2-column .pagination-container .next {
  width: auto;
  height: 39px;
  display: flex;
  align-items: center;
  float: right;
}

.agri-recent-stories-2-column .pagination-container .next img {
  margin: auto;
  height: 15px;
  width: 39px;
}

.agri-recent-stories-2-column .pagination-container .next:hover {
  background-color: #C4C4C4;
}

.agri-recent-stories-2-column .pagination-container .page-numbers:not(.next) {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: calc(992px - 1px)) {
  .agri-recent-stories-2-column {
    padding: 0;
  }
  .agri-recent-stories-2-column .focus-top-bar {
    margin-bottom: 13px;
  }
}

@media screen and (max-width: calc(768px - 1px)) {
  .agri-recent-stories-2-column {
    padding: 0 8px;
  }
  .agri-recent-stories-2-column .subtle-heading {
    padding-top: 0;
    margin-bottom: 13px;
  }
  .agri-recent-stories-2-column .focus-top-bar {
    margin-bottom: 13px;
  }
  .agri-recent-stories-2-column .stories-container {
    display: block;
  }
  .agri-recent-stories-2-column .stories-container .story-container {
    padding: 0;
    margin-bottom: 13px;
  }
  .agri-recent-stories-2-column .stories-container .story-container:last-of-type {
    margin-bottom: 0;
  }
}

.widget_agriland_factory_prices_widget {
  margin-bottom: 48px;
  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;
  }
}

.agri-beef-prices {
  margin-bottom: 26px;
  text-align: center;
}

@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 a.col-6:nth-child(even) {
    padding: 0 0 0 13px;
  }
  .agri-beef-prices .row a.col-6:nth-child(odd) {
    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;
  }
}

.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;
  }
  .columns-6 .row a .more svg {
    width: 40px;
    height: 40px;
    display: block;
  }
  .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;
  }
  .columns-6 .row a:nth-of-type(odd) {
    padding-left: 18px;
  }
  .columns-6 .row a:nth-of-type(even) {
    padding-right: 18px;
  }
  .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-left: 26px;
  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-column,
.wp-block-columns {
  all: initial;
}

.wp-block-columns {
  grid-gap: 0;
}

.wp-block-columns {
  display: grid;
  grid-gap: 0;
  margin: auto;
  grid-template-columns: repeat(12, 1fr);
}

.wp-block-columns > * {
  grid-column: 1 / -1;
  margin: 0 !important;
}

.wp-block-column {
  grid-column-start: auto;
  grid-column-end: span 12;
}

.wp-block-column:only-child {
  grid-column-end: span 12;
}

/*covers  (6 col) layout*/
.wp-block-column:not([style*="flex-basis"]):nth-last-child(6):first-child,
.wp-block-column:not([style*="flex-basis"]):nth-last-child(6):first-child ~ .wp-block-column {
  grid-column-end: span 4;
}

/*covers 25/25/25/25 layout*/
.wp-block-column:not([style*="flex-basis"]):nth-last-child(4):first-child,
.wp-block-column:not([style*="flex-basis"]):nth-last-child(4):first-child ~ .wp-block-column {
  grid-column-end: span 6;
}

@media (min-width: 768px) {
  .wp-block-columns {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 26px;
  }
  /*covers the 50/50 layout*/
  .wp-block-column {
    grid-column-start: auto;
    grid-column-end: span 6;
  }
  /* Three column layout */
  .wp-block-column:not([style*="flex-basis"]):nth-last-child(3):first-child,
  .wp-block-column:not([style*="flex-basis"]):nth-last-child(3):first-child ~ .wp-block-column {
    grid-column-end: span 4;
  }
  /* "25 / 50 / 25" layout */
  .wp-block-column[style*="25%"] {
    grid-column-end: span 3;
  }
  .wp-block-column[style*="50%"] {
    grid-column-end: span 6;
  }
  /* "30 / 70" and "70 / 30" layouts */
  .wp-block-column[style*="33.33%"] {
    grid-column-end: span 4;
  }
  .wp-block-column[style*="66.66%"] {
    grid-column-end: span 8;
  }
  /*covers 25/25/25/25 layout*/
  .wp-block-column:not([style*="flex-basis"]):nth-last-child(4):first-child,
  .wp-block-column:not([style*="flex-basis"]):nth-last-child(4):first-child ~ .wp-block-column {
    grid-column-end: span 3;
  }
  /*covers  (6 col) layout*/
  .wp-block-column:not([style*="flex-basis"]):nth-last-child(6):first-child,
  .wp-block-column:not([style*="flex-basis"]):nth-last-child(6):first-child ~ .wp-block-column {
    grid-column-end: span 2;
  }
}

@media only screen and (min-width: 768px) and (max-width: calc( 992px - 1px)) {
  /* "30 / 70" and "70 / 30" layouts */
  .wp-block-column[style*="33.33%"] {
    grid-column-end: span 6;
  }
  .wp-block-column[style*="66.66%"] {
    grid-column-end: span 6;
  }
}

.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;
  }
}

@media screen and (max-width: calc( 992px - 1px)) {
  #header {
    padding-bottom: 0;
    background-color: #F3F3F3;
    position: sticky;
    top: 0;
    z-index: 3;
  }
}

.ag-main-menu {
  width: 100%;
  height: 52px;
  background-color: #FFFFFF;
  margin-top: 4px;
  margin-bottom: 3px;
}

.ag-main-menu .logo {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-left: 26px;
  padding-right: 0;
  float: left;
}

.ag-main-menu .logo .logo-container {
  height: 100%;
  display: table;
}

.ag-main-menu .logo .logo-container .logo-mid {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 479px) {
  .ag-main-menu .logo .logo-container .logo-mid svg {
    width: 134px;
    height: 28px;
  }
}

.ag-main-menu .rest-menu {
  text-align: center;
  height: 100%;
}

.ag-main-menu .rest-menu .menu-main-menu-container {
  display: inline-block;
  height: 100%;
}

@media (max-width: calc( 992px - 1px)) {
  .ag-main-menu .rest-menu .menu-main-menu-container {
    display: none;
  }
}

.ag-main-menu .rest-menu .menu-main-menu-container .menu {
  list-style: none;
  padding-left: 0;
  display: table;
  margin-bottom: 0;
}

.ag-main-menu .rest-menu .menu-main-menu-container .menu li {
  color: #3a9948;
  display: table-cell;
  vertical-align: middle;
  height: 52px;
  min-width: 80px;
  text-align: center;
  border-right: 2px solid #F3F3F3;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.03em;
  font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .ag-main-menu .rest-menu .menu-main-menu-container .menu li {
    min-width: 60px;
  }
}

.ag-main-menu .rest-menu .menu-main-menu-container .menu li a {
  color: #3a9948;
  text-decoration: none;
  width: 100%;
  height: 48px;
  min-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 4px solid #FFFFFF;
  padding: 4px 16px 0 16px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .ag-main-menu .rest-menu .menu-main-menu-container .menu li a {
    min-width: 60px;
    padding: 4px 12px 0 12px;
  }
}

.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#menu-item-402945:hover a, .ag-main-menu .rest-menu .menu-main-menu-container .menu li#menu-item-524846:hover a {
  color: #1779C2;
  border-color: #1779C2;
}

.ag-main-menu .rest-menu .menu-main-menu-container .menu li#menu-item-402944:hover a, .ag-main-menu .rest-menu .menu-main-menu-container .menu li#menu-item-524847:hover a {
  color: #AC2A2A;
  border-color: #AC2A2A;
}

.ag-main-menu .rest-menu .menu-main-menu-container .menu li#menu-item-402943:hover a, .ag-main-menu .rest-menu .menu-main-menu-container .menu li#menu-item-524845:hover a {
  color: #7AC043;
  border-color: #7AC043;
}

.ag-main-menu .rest-menu .menu-main-menu-container .menu li#menu-item-402942:hover a, .ag-main-menu .rest-menu .menu-main-menu-container .menu li#menu-item-524844:hover a {
  color: #EBA70B;
  border-color: #EBA70B;
}

.ag-main-menu .rest-menu .menu-main-menu-container .menu li#menu-item-403339:hover a, .ag-main-menu .rest-menu .menu-main-menu-container .menu li#menu-item-578391:hover a {
  color: #772655;
  border-color: #680E42;
}

.ag-main-menu .rest-menu .menu-main-menu-container .menu li#menu-item-402941:hover a, .ag-main-menu .rest-menu .menu-main-menu-container .menu li#menu-item-524843:hover a {
  color: #00654A;
  border-color: #00654A;
}

@media (max-width: calc( 992px - 1px)) {
  .ag-main-menu .rest-menu span {
    position: absolute;
    right: 0;
    width: auto;
  }
}

.ag-main-menu .rest-menu span .burgerBtn {
  margin-left: 0;
  display: inline-block;
  height: 52px;
}

@media only screen and (min-width: 351px) and (max-width: calc( 992px - 1px)) {
  .ag-main-menu .rest-menu span .burgerBtn {
    padding-top: 0;
    width: 72px;
  }
}

@media only screen and (max-width: 350px) {
  .ag-main-menu .rest-menu span .burgerBtn {
    padding-top: 0;
    width: 52px;
  }
}

.ag-main-menu .rest-menu span .burgerBtn .bur-cont {
  height: 100%;
  display: table;
}

@media (max-width: calc( 992px - 1px)) {
  .ag-main-menu .rest-menu span .burgerBtn .bur-cont {
    margin: auto;
  }
}

.ag-main-menu .rest-menu span .burgerBtn .bur-cont .burger-center {
  display: table-cell;
  vertical-align: middle;
}

.ag-main-menu .rest-menu span .burgerBtn .bur-cont .burger-center .icon {
  width: 26px;
}

@media (max-width: calc( 992px - 1px)) {
  .ag-main-menu .rest-menu span .burgerBtn .bur-cont .burger-center .icon {
    width: 18px;
  }
}

.ag-main-menu .rest-menu span .burgerBtn .bur-cont .burger-center .icon hr {
  background-color: #3a9948;
  border-radius: 3px;
  height: 2px;
  margin: 3px 0;
  transition: all .2s ease-in-out;
}

.ag-main-menu .rest-menu span .burgerBtn:hover {
  cursor: pointer;
}

.ag-main-menu .rest-menu span .search {
  height: 100%;
  display: inline-block;
}

@media (min-width: 992px) {
  .ag-main-menu .rest-menu span .search {
    position: absolute;
    left: 15px;
    top: -5px;
    margin-left: 25px;
  }
}

@media (max-width: calc( 992px - 1px)) {
  .ag-main-menu .rest-menu span .search {
    padding-top: 14px;
    padding-bottom: 14px;
    width: 72px;
    border-right: 2px solid #F3F3F3;
    border-left: 2px solid #F3F3F3;
  }
}

@media only screen and (max-width: 350px) {
  .ag-main-menu .rest-menu span .search {
    padding-top: 14px;
    padding-bottom: 14px;
    width: 52px;
    border-right: 2px solid #F3F3F3;
    border-left: 2px solid #F3F3F3;
  }
}

.ag-main-menu .rest-menu span .search .search-container {
  display: table;
  height: 100%;
}

@media (max-width: calc( 992px - 1px)) {
  .ag-main-menu .rest-menu span .search .search-container {
    margin: auto;
  }
}

.ag-main-menu .rest-menu span .search .search-container .search-button {
  display: table-cell;
  vertical-align: middle;
}

.ag-main-menu .rest-menu span .search .search-container .search-button img {
  width: 26px;
  height: 20px;
}

@media (max-width: calc( 992px - 1px)) {
  .ag-main-menu .rest-menu span .search .search-container .search-button img {
    width: 18px;
    height: 18px;
  }
}

.ag-main-menu .rest-menu span .search .search-container .search-button img:hover {
  cursor: pointer;
}

.ag-main-menu .rest-menu span .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 span .search .search-container .search-button .search-close {
    width: 18px;
    height: 18px;
    margin: 0 auto;
  }
}

.ag-main-menu .rest-menu span .search .search-container .search-button .search-close .topBar-search,
.ag-main-menu .rest-menu span .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 span .search .search-container .search-button .search-close .topBar-search {
  transform: translateY(3px) rotate(135deg);
}

.ag-main-menu .rest-menu span .search .search-container .search-button .search-close .bottomBar-search {
  transform: translateY(-3px) rotate(-135deg);
}

.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%;
  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;
    margin: 16px;
  }
}

.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 {
    background-color: #C4C4C4;
    color: #282828;
    width: 60px;
    text-align: center;
    color: #282828;
    margin: 0;
    padding: 0;
  }
}

.search-container form .search-submit:hover {
  background-color: #606060;
}

.ag-secondary-menu {
  display: none;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 19px;
  background-color: #F3F3F3;
}

.ag-secondary-menu .menu {
  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;
}

.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%;
  height: 39px;
  background-color: #FFFFFF;
  text-align: center;
  display: none;
  position: fixed;
  top: 0;
  z-index: 2;
  border-bottom: 2px solid #F3F3F3;
}

#sticky-menu .rest-menu {
  grid-template-columns: 50px 700px 100px;
  gap: 0px;
  text-align: center;
  display: grid;
  justify-content: center;
}

#sticky-menu .rest-menu .logo {
  display: grid;
  align-items: center;
}

#sticky-menu .rest-menu .logo .logo-container {
  padding-bottom: 5px;
  height: 100%;
  display: table;
}

#sticky-menu .rest-menu .logo .logo-container .logo-mid {
  display: table-cell;
  vertical-align: middle;
}

#sticky-menu .rest-menu .logo .logo-container .logo-mid svg {
  height: 19px;
  width: 19px;
}

#sticky-menu .rest-menu .logo .logo-container .logo-mid svg path {
  fill: #3a9948;
}

#sticky-menu .rest-menu .menu-main-menu-container {
  height: 39px;
  display: inline-block;
}

#sticky-menu .rest-menu .menu-main-menu-container ul {
  height: 39px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
}

#sticky-menu .rest-menu .menu-main-menu-container ul li {
  display: inline-flex;
  border-right: 2px solid #F3F3F3;
  letter-spacing: 0.03em;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  height: 39px;
}

#sticky-menu .rest-menu .menu-main-menu-container ul li a, #sticky-menu .rest-menu .menu-main-menu-container ul li a:hover, #sticky-menu .rest-menu .menu-main-menu-container ul li a:active, #sticky-menu .rest-menu .menu-main-menu-container ul li a:focus {
  text-decoration: none;
  color: #3a9948;
  padding: 4px 26px 0 26px;
  display: flex;
  align-items: center;
  border-bottom: 4px solid #FFFFFF;
  height: 37px;
}

#sticky-menu .rest-menu .menu-main-menu-container ul li:first-of-type {
  border-left: 2px solid #F3F3F3;
}

#sticky-menu .rest-menu .menu-main-menu-container ul li:last-of-type {
  border-right: none;
}

#sticky-menu .rest-menu .menu-main-menu-container ul li.menu-item-402945:hover a, #sticky-menu .rest-menu .menu-main-menu-container ul li.menu-item-524846:hover a {
  border-color: #1779C2;
}

#sticky-menu .rest-menu .menu-main-menu-container ul li.menu-item-402944:hover a, #sticky-menu .rest-menu .menu-main-menu-container ul li.menu-item-524847:hover a {
  border-color: #AC2A2A;
}

#sticky-menu .rest-menu .menu-main-menu-container ul li.menu-item-402943:hover a, #sticky-menu .rest-menu .menu-main-menu-container ul li.menu-item-524845:hover a {
  border-color: #7AC043;
}

#sticky-menu .rest-menu .menu-main-menu-container ul li.menu-item-402942:hover a, #sticky-menu .rest-menu .menu-main-menu-container ul li.menu-item-524844:hover a {
  border-color: #EBA70B;
}

#sticky-menu .rest-menu .menu-main-menu-container ul li.menu-item-403339:hover a, #sticky-menu .rest-menu .menu-main-menu-container ul li.menu-item-578391:hover a {
  border-color: #680E42;
}

#sticky-menu .rest-menu .menu-main-menu-container ul li.menu-item-402941:hover a, #sticky-menu .rest-menu .menu-main-menu-container ul li.menu-item-524843:hover a {
  border-color: #00654A;
}

#sticky-menu .rest-menu .sticky-icon-container {
  display: grid;
  grid-template-columns: 50% 50%;
  justify-content: center;
}

#sticky-menu .rest-menu .sticky-icon-container .burgerBtn {
  display: grid;
  justify-content: center;
  align-items: center;
}

#sticky-menu .rest-menu .sticky-icon-container .burgerBtn .bur-cont .burger-center .icon {
  width: 26px;
}

#sticky-menu .rest-menu .sticky-icon-container .burgerBtn .bur-cont .burger-center hr {
  background-color: #3a9948;
  border-radius: 3px;
  height: 2px;
  margin: 3px 0;
  transition: all .2s ease-in-out;
}

#sticky-menu .rest-menu .sticky-icon-container .burgerBtn:hover {
  cursor: pointer;
}

#sticky-menu .rest-menu .sticky-icon-container .search {
  display: grid;
  justify-content: center;
  align-items: center;
}

#sticky-menu .rest-menu .sticky-icon-container .search .search-button {
  margin-bottom: 4px;
}

#sticky-menu .rest-menu .sticky-icon-container .search .search-button svg {
  width: 26px;
  height: 20px;
}

#sticky-menu .rest-menu .sticky-icon-container .search .search-button svg path {
  fill: #3a9948;
}

#sticky-menu .rest-menu .sticky-icon-container .search .search-button svg:hover {
  cursor: pointer;
}

#sticky-menu .rest-menu .sticky-icon-container .search .search-button .search-close-sticky {
  display: none;
  width: 26px;
  height: fit-content;
}

@media (max-width: 479px) {
  #sticky-menu .rest-menu .sticky-icon-container .search .search-button .search-close-sticky {
    width: 18px;
  }
}

#sticky-menu .rest-menu .sticky-icon-container .search .search-button .search-close-sticky .topBar-search,
#sticky-menu .rest-menu .sticky-icon-container .search .search-button .search-close-sticky .bottomBar-search {
  background-color: #3a9948;
  border-radius: 3px;
  content: '';
  display: block;
  height: 3px;
  margin: 3px 0;
}

#sticky-menu .rest-menu .sticky-icon-container .search .search-button .search-close-sticky .topBar-search {
  transform: translateY(3px) rotate(135deg);
}

#sticky-menu .rest-menu .sticky-icon-container .search .search-button .search-close-sticky .bottomBar-search {
  transform: translateY(-3px) rotate(-135deg);
}

#sticky-menu .search-in-menu .search-container {
  display: flex;
  height: 100%;
}

.ag-mobile-menu {
  width: 100%;
  background-color: #F3F3F3;
  display: none;
  font-family: 'Roboto Condensed', sans-serif;
}

.ag-mobile-menu ul {
  list-style: none;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  margin-bottom: 0;
  text-align: center;
}

.ag-mobile-menu ul li {
  display: inline-block;
  width: 49%;
  text-align: center;
  background-color: #FFFFFF;
  border-bottom: 4px solid #F3F3F3;
}

.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 {
  width: 100%;
  height: 100%;
  display: block;
  padding: 15px 0;
  text-decoration: none;
  color: #3D9346;
  letter-spacing: 0.02em;
}

.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 ul #menu-item-402950:hover {
  background-color: #1779C2;
}

.ag-mobile-menu ul #menu-item-402949:hover {
  background-color: #AC2A2A;
}

.ag-mobile-menu ul #menu-item-402948:hover {
  background-color: #7AC043;
}

.ag-mobile-menu ul #menu-item-402947:hover {
  background-color: #EBA70B;
}

.ag-mobile-menu ul #menu-item-402946:hover {
  background-color: #00654A;
}

.ag-mobile-menu ul .full-width {
  width: 99%;
}

.ag-mobile-menu ul .full-width ul {
  display: none;
}

.ag-mobile-menu ul .full-width:hover, .ag-mobile-menu ul .full-width:active {
  background-color: #3a9948;
  padding-bottom: 0;
  border: 0;
}

.ag-mobile-menu ul .full-width:hover a, .ag-mobile-menu ul .full-width:active a {
  color: #FFFFFF;
}

.ag-mobile-menu ul .full-width:hover ul, .ag-mobile-menu ul .full-width:active ul {
  display: block;
  margin-top: 15px;
  background-color: #F3F3F3;
  padding-left: 0;
  padding-right: 0;
}

.ag-mobile-menu ul .full-width:hover ul li, .ag-mobile-menu ul .full-width:active ul li {
  float: left;
  width: 50%;
  background-color: #3a9948;
}

.ag-mobile-menu ul .full-width:hover ul li:nth-of-type(odd), .ag-mobile-menu ul .full-width:active ul li:nth-of-type(odd) {
  border-right: 4px solid #F3F3F3;
}

.ag-mobile-menu ul .full-width:hover ul li:hover, .ag-mobile-menu ul .full-width:hover ul li:active, .ag-mobile-menu ul .full-width:active ul li:hover, .ag-mobile-menu ul .full-width:active ul li:active {
  background-color: #FFFFFF;
}

.ag-mobile-menu ul .full-width:hover ul li:hover a, .ag-mobile-menu ul .full-width:hover ul li:active a, .ag-mobile-menu ul .full-width:active ul li:hover a, .ag-mobile-menu ul .full-width:active ul li:active a {
  color: #3a9948;
  letter-spacing: 0.02em;
}

.ag-mobile-menu ul .full-width:hover ul:after, .ag-mobile-menu ul .full-width:active ul:after {
  content: "";
  display: table;
  clear: both;
}

.ag-mobile-menu ul #menu-item-402190 a {
  color: #1779C2;
}

.ag-mobile-menu ul #menu-item-402191 a {
  color: #AC2A2A;
}

.ag-mobile-menu ul #menu-item-402192 a {
  color: #7AC043;
}

.ag-mobile-menu ul #menu-item-402193 a {
  color: #EBA70B;
}

.ag-mobile-menu ul #menu-item-402194 a {
  color: #00654A;
}

.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: 12px;
}

.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;
}

#content.post-type-post {
  width: 96%;
  margin: 0 auto;
  padding-top: 25px;
  background-color: #FFFFFF;
}

@media screen 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%;
  }
}

@media screen and (min-width: 992px) {
  main.article-body {
    padding-left: 30px;
  }
}

main.article-body div.has-grey-background-color {
  padding: 26px 30px;
  background-color: #E5E5E5;
  margin: 0 0 26px 0;
  font-family: 'Barlow',-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 18px;
  line-height: 144%;
}

main.article-body div.has-grey-background-color .instream-ad {
  background-color: transparent;
}

main.article-body div.has-grey-background-color p {
  margin-right: 0;
}

main.article-body div.has-grey-background-color ol, main.article-body div.has-grey-background-color ul {
  margin-right: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  main.article-body div.has-grey-background-color {
    margin: 0 195px 26px -30px;
  }
}

@media screen and (min-width: 768px) and (max-width: calc( 992px - 1px)) {
  main.article-body div.has-grey-background-color {
    margin: 0 195px 26px -20px;
  }
}

@media screen and (max-width: calc( 992px - 1px)) {
  main.article-body div.has-grey-background-color {
    padding: 20px;
  }
}

main.article-body p {
  margin: 0 0 26px 0;
}

@media screen and (min-width: 768px) {
  main.article-body p {
    margin: 0 195px 26px 0;
  }
}

@media screen and (min-width: 768px) and (min-width: 992px) {
  main.article-body p.has-image {
    margin-right: 0;
    margin-left: -30px;
  }
}

main.article-body p iframe {
  max-width: 100%;
}

main.article-body p.has-grey-background-color {
  padding: 10px 15px;
  background-color: #E5E5E5;
}

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%;
}

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: 36px;
  }
  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;
  }
}

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 195px 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: 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;
}

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: 1;
  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 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 {
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}

@media screen and (min-width: 768px) {
  main.article-body .instream-ad {
    float: right;
    text-align: center;
    padding: 20px;
    background: #fff;
  }
}

main.article-body .instream-ad .ad-notice {
  font-size: 10px;
}

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 195px 26px 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%;
}

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 26px 26px 0;
  }
}

main.article-body .related-stories h5 {
  color: #3a9948;
  margin-bottom: 15px;
}

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 {
  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;
}

html.mobile .whatsapp-share-icon {
  display: inline-block !important;
}

.share {
  margin-top: 2px;
  width: 100%;
  border-top: 2px solid #F3F3F3;
  height: 52px;
  margin-left: -20px;
  width: calc(100% + 40px);
}

@media screen and (min-width: 992px) {
  .share {
    margin-left: -30px;
    width: calc(100% + 30px);
  }
}

.share .social {
  float: right;
  color: #3a9948;
  height: 100%;
  display: table;
}

.share .social p {
  font-size: 16px;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  padding-right: 26px;
}

.share .social div {
  display: inline-block;
  height: 100%;
  width: 40px;
  margin-left: 12px;
  border-right: 2px solid #F3F3F3;
}

.share .social div.whatsapp-share-icon {
  display: none;
}

.share .social div:last-of-type {
  border-right: 0;
}

.share .social a {
  color: #3a9948;
}

.share .social svg {
  margin-top: 10px;
  height: 27px;
  width: 27px;
}

.share .social svg:hover {
  color: #C4C4C4;
}

.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;
}

.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 {
  padding: 26px 0;
}

.standard-post-template .post-tags {
  margin: 20px 0;
}

@media screen and (max-width: 768px) {
  .standard-post-template .title-img a {
    max-height: 400px;
  }
  .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;
  }
}

/***************************************************/
/****************************************************/
.technical-template {
  overflow: hidden;
  margin-bottom: -13px;
}

.technical-template h6 {
  color: #F3F3F3;
}

.technical-template #focus-top-bar {
  height: 65px;
  width: 100%;
  background-color: #3a9948;
  display: flex;
}

.technical-template #focus-top-bar #focus {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 33.55px;
  float: left;
  margin-right: 52px;
}

.technical-template #focus-top-bar #focus h6 {
  display: inline-block;
  margin-bottom: 0;
  letter-spacing: 0.15em;
}

.technical-template #focus-top-bar #focus-darker-bg {
  flex: 1;
  height: 39px;
  background-color: #00654a;
  float: left;
  margin-top: 13px;
  overflow: hidden;
  position: relative;
}

.technical-template #focus-top-bar #focus-darker-bg svg {
  position: absolute;
  top: -17px;
  left: -25px;
  float: left;
  background: linear-gradient(to right, #3a9948, #00654a);
}

.technical-template #focus-top-bar #focus-darker-bg svg path {
  fill: #3a9948;
}

.technical-template #focus-top-bar #focus-darker-bg #focus-signup {
  float: right;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding-right: 33px;
}

.technical-template #focus-top-bar #focus-darker-bg #focus-signup h6 {
  vertical-align: middle;
  display: table-cell;
  letter-spacing: 0.15em;
}

.technical-template #focus-top-bar #focus-darker-bg #focus-signup h6 a {
  color: #fff;
  cursor: pointer;
}

.technical-template #focus-top-bar #focus-darker-bg #focus-signup h6 a:hover {
  text-decoration: underline;
}

.technical-template #focus-top-bar #focus-darker-bg #focus-signup h6:last-of-type {
  font-weight: 400;
  white-space: pre;
}

.technical-template #main-img {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 992px) {
  .technical-template #main-img {
    min-height: 300px;
  }
}

.technical-template #main-img img {
  width: 100%;
}

.technical-template #main-img #title-faded {
  position: absolute;
  width: 100%;
  min-height: 206px;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  padding-bottom: 21px;
}

.technical-template #main-img #title-faded h5 {
  margin-top: 24px;
  margin-left: 30px;
  color: #FFFFFF;
  display: inline-block;
}

.technical-template #main-img #title-faded #logoFlow {
  width: 10px;
  height: 10px;
  display: inline-block;
}

.technical-template #main-img #title-faded #logoFlow svg {
  position: absolute;
  top: -90px;
  right: -150px;
  height: 600px;
  width: 497px;
  clip: rect(90px, 536px, 600px, 0);
}

.technical-template #main-img #title-faded #logoFlow svg path {
  fill: #3a9948;
}

.technical-template #main-img #title-faded h1 {
  max-width: 672px;
  margin-top: 15px;
  margin-left: 30px;
  color: #FFFFFF;
}

@media screen and (max-width: calc( 1200px - 1px)) {
  .technical-template #main-img #title-faded h1 {
    max-width: 580px;
  }
}

.technical-template #left-col {
  width: 100%;
}

.technical-template #left-col .share .social {
  color: #3a9948;
}

.technical-template #left-col .share .social a {
  color: #3a9948;
}

@media screen and (max-width: calc( 992px - 1px)) {
  .technical-template #left-col #mobile-tablet-header {
    overflow: hidden;
    background: linear-gradient(to right, #3a9948 20%, #00654a);
  }
  .technical-template #left-col #mobile-tablet-header h6 {
    color: #ffffff;
    margin-bottom: 0;
    z-index: 2;
    letter-spacing: 0.15em;
  }
  .technical-template #left-col #mobile-tablet-header svg {
    z-index: 1;
    height: 350px;
    width: 350px;
    top: -150px;
    left: 10%;
    position: absolute;
  }
  .technical-template #left-col #mobile-tablet-header svg path {
    fill: #00654a;
  }
}

@media screen and (max-width: calc( 992px - 1px)) and (max-width: 479px) {
  .technical-template #left-col #mobile-tablet-header svg {
    z-index: 1;
    height: 150px;
    width: 150px;
    top: -50px;
    left: 10%;
    position: absolute;
  }
}

@media screen and (max-width: calc( 992px - 1px)) {
  .technical-template #left-col #mobile-tablet-header .ag-author {
    z-index: 2;
    color: #fff;
  }
  .technical-template #left-col #mobile-tablet-header .ag-author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 5px;
  }
  .technical-template #left-col .mobile-tablet-title {
    line-height: 40px;
    color: #282828;
  }
}

@media screen and (max-width: calc( 992px - 1px)) and (max-width: 479px) {
  .technical-template #left-col .mobile-tablet-title {
    line-height: 30px;
  }
}

@media screen and (max-width: calc( 992px - 1px)) {
  .technical-template #left-col .mobile-tablet-timestamp {
    text-align: right;
    font-size: 10px;
  }
}

.technical-template #left-col #content div[id^="attachment_"] p[id^="caption-attachment-"] {
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: #3a9948;
  text-align: right;
  padding-right: 23px;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  color: #F3F3F3;
  vertical-align: center;
}

.technical-template #left-col #content div[class*="-box-content"] {
  padding-left: 30px;
  padding-right: 193px;
  margin-bottom: 13px;
}

.technical-template #left-col #content div[class*="-box-content"] strong {
  font-weight: 400;
}

.technical-template #left-col #content div[class*="-box-content"] ul {
  list-style-type: square;
  margin-top: 13px;
  margin-right: -193px;
}

.technical-template #left-col #content div[class*="-box-content"] ul li {
  padding-left: 13px;
  padding-right: 13px;
  width: 100%;
}

.technical-template #left-col #content div[class*="-box-content"] ul li::marker {
  font-size: 25px;
}

.technical-template #left-col #content div[id^="gallery-"] img {
  width: 100%;
}

.technical-template #right-col,
.technical-template #right-col-mobile-only {
  width: 100%;
  position: relative;
  margin-top: 82px;
}

.technical-template #right-col #author-main,
.technical-template #right-col-mobile-only #author-main {
  color: #3a9948;
  text-align: center;
}

.technical-template #right-col #author-main img,
.technical-template #right-col-mobile-only #author-main img {
  border-radius: 50%;
  border: 1px solid #3a9948;
}

.technical-template #right-col #author-main .ag-author,
.technical-template #right-col-mobile-only #author-main .ag-author {
  font-size: 16px;
  margin-top: 17px;
}

.technical-template #right-col #author-main svg,
.technical-template #right-col-mobile-only #author-main svg {
  height: 26px;
  width: 26px;
  margin-top: 6px;
}

.technical-template #right-col #author-main p,
.technical-template #right-col-mobile-only #author-main p {
  margin-top: 38px;
  font-size: 14px;
}

.technical-template #right-col #author-main #ad,
.technical-template #right-col-mobile-only #author-main #ad {
  width: 299px;
  height: 252px;
  border: 1px solid black;
  margin: auto;
}

.technical-template #right-col .ag-widget,
.technical-template #right-col-mobile-only .ag-widget {
  margin-top: 36px;
  margin-bottom: 48px;
}

.technical-template #right-col .ag-widget .sidebar-title,
.technical-template #right-col-mobile-only .ag-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)) {
  .technical-template #right-col .ag-widget .sidebar-title,
  .technical-template #right-col-mobile-only .ag-widget .sidebar-title {
    height: 42px;
  }
}

.technical-template #right-col .ag-widget .sidebar-title h5,
.technical-template #right-col-mobile-only .ag-widget .sidebar-title h5 {
  color: #FFFFFF;
  text-align: left;
  padding-left: 26px;
  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)) {
  .technical-template #right-col .ag-widget .sidebar-title h5,
  .technical-template #right-col-mobile-only .ag-widget .sidebar-title h5 {
    padding: 13px;
  }
}

.technical-template #right-col .ag-widget .sidebar-title svg,
.technical-template #right-col-mobile-only .ag-widget .sidebar-title svg {
  position: absolute;
  right: -8px;
  top: -20px;
  height: 85px;
  width: 85px;
  float: right;
}

.technical-template #right-col .ag-widget .sidebar-title svg path,
.technical-template #right-col-mobile-only .ag-widget .sidebar-title svg path {
  fill: #00654a;
}

.technical-template #right-col .ag-widget .sidebar-title,
.technical-template #right-col-mobile-only .ag-widget .sidebar-title {
  background-color: #3a9948;
}

.technical-template #right-col .ag-widget .sidebar-title svg path,
.technical-template #right-col-mobile-only .ag-widget .sidebar-title svg path {
  fill: #00654a;
}

@media screen and (max-width: 479px) {
  .technical-template #right-col .widget-ad-sticky,
  .technical-template #right-col-mobile-only .widget-ad-sticky {
    margin-top: 26px;
  }
}

.technical-template #author-stories {
  padding-top: 16px;
  margin-top: 26px;
  width: 100%;
  background-color: #3a9948;
  height: 437px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: calc( 992px - 1px)) {
  .technical-template #author-stories {
    height: auto;
    padding-bottom: 27px;
  }
}

.technical-template #author-stories svg {
  z-index: 0;
  position: absolute;
  top: -90px;
  left: -100px;
  height: 586px;
  width: 562px;
}

.technical-template #author-stories svg path {
  fill: #00654a;
}

.technical-template #author-stories #name-lines {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
}

.technical-template #author-stories #name-lines .ag-full-width {
  display: flex;
  align-items: center;
  height: 100%;
}

.technical-template #author-stories #name-lines .ag-full-width #auth-name {
  padding-right: 28px;
  text-align: left;
  font-size: 18px;
  color: #F3F3F3;
  flex: auto;
  vertical-align: middle;
  white-space: nowrap;
}

@media screen and (max-width: calc( 768px - 1px)) {
  .technical-template #author-stories #name-lines .ag-full-width #auth-name {
    margin-left: 30px;
  }
}

.technical-template #author-stories #name-lines .ag-full-width #line {
  height: 2px;
  background-color: #F3F3F3;
  width: 100%;
  flex: auto;
}

@media screen and (max-width: calc( 768px - 1px)) {
  .technical-template #author-stories #name-lines .ag-full-width #line {
    margin-right: 30px;
  }
}

.technical-template #author-stories #bio-more {
  width: 100%;
  text-align: center;
  margin-top: 46px;
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 13px;
}

.technical-template #author-stories #bio-more .ag-full-width {
  display: flex;
}

@media screen and (max-width: calc( 768px - 1px)) {
  .technical-template #author-stories #bio-more .ag-full-width {
    display: grid;
  }
}

.technical-template #author-stories #bio-more .ag-full-width #bio {
  width: 262px;
  height: auto;
}

@media screen and (max-width: calc( 768px - 1px)) {
  .technical-template #author-stories #bio-more .ag-full-width #bio {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: calc( 992px - 1px)) {
  .technical-template #author-stories #bio-more .ag-full-width #bio {
    margin-right: 13px;
    width: 230px;
  }
}

.technical-template #author-stories #bio-more .ag-full-width #bio a {
  display: flex;
  flex-direction: column;
}

.technical-template #author-stories #bio-more .ag-full-width #bio a img {
  border-radius: 50%;
  border: 1px solid #3a9948;
  margin: auto;
}

@media screen and (min-width: 768px) and (max-width: calc( 992px - 1px)) {
  .technical-template #author-stories #bio-more .ag-full-width #bio a img {
    width: 120px;
    height: 120px;
  }
}

.technical-template #author-stories #bio-more .ag-full-width #bio a #shortBio {
  color: #F3F3F3;
  height: 66px;
  width: 100%;
  text-align: center;
  overflow-y: scroll;
  margin-top: 13px;
  line-height: 145%;
  -ms-overflow-style: none;
}

@media screen and (max-width: calc( 768px - 1px)) {
  .technical-template #author-stories #bio-more .ag-full-width #bio a #shortBio {
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: calc( 992px - 1px)) {
  .technical-template #author-stories #bio-more .ag-full-width #bio a #shortBio {
    margin-top: 8px;
    font-size: 14px;
  }
}

.technical-template #author-stories #bio-more .ag-full-width #bio a #shortBio::-webkit-scrollbar {
  display: none;
}

.technical-template #author-stories #bio-more .ag-full-width #bio a:focus,
.technical-template #author-stories #bio-more .ag-full-width #bio a:hover,
.technical-template #author-stories #bio-more .ag-full-width #bio a:active {
  text-decoration: none;
}

.technical-template #author-stories #bio-more .ag-full-width .more {
  display: inline-block;
  width: 262px;
  height: auto;
  vertical-align: top;
  margin-left: 27px;
}

@media screen and (max-width: calc( 992px - 1px)) {
  .technical-template #author-stories #bio-more .ag-full-width .more {
    margin-left: 13px;
  }
}

@media screen and (max-width: calc( 768px - 1px)) {
  .technical-template #author-stories #bio-more .ag-full-width .more {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

.technical-template #author-stories #bio-more .ag-full-width .more a {
  width: 100%;
  height: auto;
}

.technical-template #author-stories #bio-more .ag-full-width .more a img {
  width: 100%;
  /*max-height: 143px;*/
}

@media screen and (max-width: calc( 600px - 1px)) {
  .technical-template #author-stories #bio-more .ag-full-width .more a img {
    width: 100px;
  }
}

.technical-template #author-stories #bio-more .ag-full-width .more a .title {
  min-height: 91px;
  width: 100%;
  background-color: #FFFFFF;
  padding: 7px 17px 7px 12px;
  text-align: left;
  color: #282828;
}

.technical-template #author-stories #bio-more .ag-full-width .more a:focus,
.technical-template #author-stories #bio-more .ag-full-width .more a:hover,
.technical-template #author-stories #bio-more .ag-full-width .more a:active {
  text-decoration: none;
}

@media screen and (max-width: calc( 992px - 1px)) {
  .technical-template #focus-top-bar {
    display: none;
  }
  .technical-template #main-img {
    max-height: 400px;
  }
  .technical-template #right-col-mobile-only {
    padding: 0 30px;
    margin-top: 26px;
  }
  .technical-template #right-col-mobile-only .widget_agriland_related_articles_widget {
    margin-bottom: 0;
    /*margin-top: 26px;*/
  }
}

@media screen and (max-width: calc( 768px - 1px)) {
  .technical-template #main-img img {
    max-height: 100%;
    height: auto;
    min-height: 200px;
  }
  .technical-template #left-col #content figure ul {
    padding-left: 0;
  }
  .technical-template #left-col #content .agri-also-read a {
    margin-right: 0;
    margin-left: 0;
  }
  .technical-template #left-col #content .green-box .green-box-content {
    padding: 0;
  }
  .technical-template #left-col #content .share {
    padding-right: 0;
  }
  .technical-template #author-stories {
    height: auto;
    padding-bottom: 13px;
  }
  .technical-template #author-stories svg {
    height: 386px;
    width: 362px;
  }
  .technical-template #author-stories #bio-more {
    flex-direction: column;
    margin-top: 0;
  }
  .technical-template #author-stories #bio-more #bio {
    width: 100%;
    padding: 0 30px 13px 30px;
  }
  .technical-template #author-stories #bio-more #bio a {
    width: 100%;
    height: 100%;
    display: flex;
  }
  .technical-template #author-stories #bio-more #bio a img {
    width: 100px;
    height: 100px;
  }
  .technical-template #author-stories #bio-more #bio a #shortBio {
    padding-left: 17px;
    text-align: left;
  }
  .technical-template #author-stories #bio-more .more {
    width: 100%;
    margin: 0;
    padding: 6.5px 30px;
  }
  .technical-template #author-stories #bio-more .more a {
    display: flex;
  }
  .technical-template #author-stories #bio-more .more a img {
    width: 143px;
    /*height: 130px;*/
  }
  .technical-template #author-stories #bio-more .more a .title {
    padding: 13px;
    font-size: 16px;
    line-height: 125%;
  }
}

@media screen and (max-width: calc( 768px - 1px)) and (max-width: calc( 375px - 1px)) {
  .technical-template #author-stories #bio-more .more a .title h5 {
    font-size: 14px;
    line-height: 16px;
  }
}

/**********************************************
* Category specific color overrides
**********************************************/
.technical-template.technical-dairy #left-col main.article-body {
  margin-bottom: 26px;
}

.technical-template.technical-dairy #left-col main.article-body h1,
.technical-template.technical-dairy #left-col main.article-body h2,
.technical-template.technical-dairy #left-col main.article-body h3,
.technical-template.technical-dairy #left-col main.article-body h4,
.technical-template.technical-dairy #left-col main.article-body h5,
.technical-template.technical-dairy #left-col main.article-body h6 {
  color: #1779C2;
}

.technical-template.technical-dairy #left-col main.article-body a {
  color: #1779C2;
}

.technical-template.technical-dairy #left-col main.article-body ul li::marker,
.technical-template.technical-dairy #left-col main.article-body ol li::marker {
  color: #1779C2;
}

.technical-template.technical-dairy #left-col main.article-body blockquote {
  border-color: #1779C2;
}

.technical-template.technical-dairy #left-col main.article-body a.button,
.technical-template.technical-dairy #left-col main.article-body .wp-block-button__link {
  color: #FFFFFF;
  background-color: #1779C2;
}

.technical-template.technical-dairy #left-col main.article-body a.button:hover,
.technical-template.technical-dairy #left-col main.article-body .wp-block-button__link:hover {
  background-color: #0c4067;
}

.technical-template.technical-dairy #left-col main.article-body .wp-block-table table thead {
  background-color: #1779C2;
}

.technical-template.technical-dairy #left-col main.article-body figure ul figcaption,
.technical-template.technical-dairy #left-col main.article-body .wp-block-gallery ul figcaption {
  background: none #1779C2;
}

.technical-template.technical-dairy #left-col main.article-body figure figcaption,
.technical-template.technical-dairy #left-col main.article-body .wp-block-gallery figcaption {
  background: none #1779C2;
}

.technical-template.technical-dairy #left-col main.article-body .tags a {
  background-color: #1779C2;
  color: #fff;
}

.technical-template.technical-dairy #left-col .share .social {
  color: #1779C2;
}

.technical-template.technical-dairy #left-col #mobile-tablet-header {
  background: linear-gradient(to right, #1779C2, #115A83);
}

.technical-template.technical-dairy #left-col #mobile-tablet-header h6 {
  color: #fff;
}

.technical-template.technical-dairy #left-col #mobile-tablet-header path {
  fill: #115A83;
}

.technical-template.technical-dairy #left-col h3.mobile-tablet-title {
  color: #282828;
}

.technical-template.technical-dairy #left-col .mobile-tablet-timestamp {
  color: #1779C2;
}

.technical-template.technical-dairy #focus-top-bar {
  background-color: #1779C2;
}

.technical-template.technical-dairy #focus-top-bar #focus-darker-bg {
  background-color: #115A83;
}

.technical-template.technical-dairy #focus-top-bar #focus-darker-bg svg {
  background: linear-gradient(to right, #1779C2, #115A83);
}

.technical-template.technical-dairy #focus-top-bar #focus-darker-bg svg path {
  fill: #1779C2;
}

.technical-template.technical-dairy #main-img #title-faded #logoFlow svg path {
  fill: #1779C2;
}

.technical-template.technical-dairy #content div[id^="attachment_"] p[id^="caption-attachment-"] {
  background-color: #1779C2;
}

.technical-template.technical-dairy #content .share .social {
  color: #1779C2;
}

.technical-template.technical-dairy #content .share .social a {
  color: #1779C2;
}

.technical-template.technical-dairy #right-col #author-main,
.technical-template.technical-dairy #right-col-mobile-only #author-main {
  color: #1779C2;
}

.technical-template.technical-dairy #right-col #author-main img,
.technical-template.technical-dairy #right-col-mobile-only #author-main img {
  border-color: #1779C2;
}

.technical-template.technical-dairy #right-col #author-main svg path,
.technical-template.technical-dairy #right-col-mobile-only #author-main svg path {
  fill: #1779C2;
}

.technical-template.technical-dairy #right-col .ag-widget,
.technical-template.technical-dairy #right-col-mobile-only .ag-widget {
  margin-top: 36px;
}

.technical-template.technical-dairy #right-col .ag-widget .sidebar-title,
.technical-template.technical-dairy #right-col-mobile-only .ag-widget .sidebar-title {
  background-color: #1779C2;
}

.technical-template.technical-dairy #right-col .ag-widget .sidebar-title svg path,
.technical-template.technical-dairy #right-col-mobile-only .ag-widget .sidebar-title svg path {
  fill: #115A83;
}

.technical-template.technical-dairy #author-stories {
  background-color: #1779C2;
}

.technical-template.technical-dairy #author-stories svg path {
  fill: #115A83;
}

.technical-template.technical-dairy #author-stories #bio-more #bio img {
  border-color: #1779C2 !important;
}

.technical-template.technical-dairy .category-archive-dairy .title-container .ag-full-width .row .title h4 {
  color: #1779C2;
}

.technical-template.technical-dairy .category-archive-dairy .title-container .ag-full-width .row .title svg path {
  fill: #1779C2;
}

.technical-template.technical-dairy .category-archive-dairy .ag-full-width .row .articles .article:first-of-type {
  background-color: #1779C2;
}

.technical-template.technical-dairy .category-archive-dairy .ag-full-width .row .articles .article:first-of-type a .title svg path {
  fill: #115A83;
}

.technical-template.technical-dairy .category-archive-dairy .ag-full-width .row .articles .navigation .nav-links .prev,
.technical-template.technical-dairy .category-archive-dairy .ag-full-width .row .articles .navigation .nav-links .next {
  background-color: #1779C2;
}

.technical-template.technical-dairy .category-archive-dairy .ag-full-width .row .articles .navigation .nav-links a:not(.prev):not(.next) {
  color: #1779C2;
}

#header .ag-main-menu .active-category-dairy .menu-main-menu-container .menu .current_page_item a {
  color: #1779C2;
  border-color: #1779C2;
}

#header #sticky-menu .active-category-dairy .menu-main-menu-container .menu .current_page_item a {
  color: #1779C2;
  border-color: #1779C2;
}

#header .ag-mobile-menu.active-category-dairy .current-menu-item {
  background-color: #1779C2;
}

#header .ag-mobile-menu.active-category-dairy .current-menu-item a {
  color: #FFFFFF;
}

.category-archive-dairy .title-container .ag-full-width .row .title h4 {
  color: #1779C2;
}

.category-archive-dairy .title-container .ag-full-width .row .title svg path {
  fill: #1779C2;
}

.category-archive-dairy .ag-full-width .row .articles .article:first-of-type {
  background-color: #1779C2;
}

.category-archive-dairy .ag-full-width .row .articles .article:first-of-type a .title svg path {
  fill: #115A83;
}

.category-archive-dairy .ag-full-width .row .articles .navigation .nav-links .prev,
.category-archive-dairy .ag-full-width .row .articles .navigation .nav-links .next {
  background-color: #1779C2;
}

.category-archive-dairy .ag-full-width .row .articles .navigation .nav-links a:not(.prev):not(.next) {
  color: #1779C2;
}

/**********************************************
* Category specific color overrides
**********************************************/
.technical-template.technical-beef #left-col main.article-body {
  margin-bottom: 26px;
}

.technical-template.technical-beef #left-col main.article-body h1,
.technical-template.technical-beef #left-col main.article-body h2,
.technical-template.technical-beef #left-col main.article-body h3,
.technical-template.technical-beef #left-col main.article-body h4,
.technical-template.technical-beef #left-col main.article-body h5,
.technical-template.technical-beef #left-col main.article-body h6 {
  color: #AC2A2A;
}

.technical-template.technical-beef #left-col main.article-body a {
  color: #AC2A2A;
}

.technical-template.technical-beef #left-col main.article-body ul li::marker,
.technical-template.technical-beef #left-col main.article-body ol li::marker {
  color: #AC2A2A;
}

.technical-template.technical-beef #left-col main.article-body blockquote {
  border-color: #AC2A2A;
}

.technical-template.technical-beef #left-col main.article-body a.button,
.technical-template.technical-beef #left-col main.article-body .wp-block-button__link {
  color: #FFFFFF;
  background-color: #AC2A2A;
}

.technical-template.technical-beef #left-col main.article-body a.button:hover,
.technical-template.technical-beef #left-col main.article-body .wp-block-button__link:hover {
  background-color: #5a1616;
}

.technical-template.technical-beef #left-col main.article-body .wp-block-table table thead {
  background-color: #AC2A2A;
}

.technical-template.technical-beef #left-col main.article-body figure ul figcaption,
.technical-template.technical-beef #left-col main.article-body .wp-block-gallery ul figcaption {
  background: none #AC2A2A;
}

.technical-template.technical-beef #left-col main.article-body figure figcaption,
.technical-template.technical-beef #left-col main.article-body .wp-block-gallery figcaption {
  background: none #AC2A2A;
}

.technical-template.technical-beef #left-col main.article-body .tags a {
  background-color: #AC2A2A;
  color: #fff;
}

.technical-template.technical-beef #left-col .share .social {
  color: #AC2A2A;
}

.technical-template.technical-beef #left-col #mobile-tablet-header {
  background: linear-gradient(to right, #AC2A2A, #971515);
}

.technical-template.technical-beef #left-col #mobile-tablet-header h6 {
  color: #fff;
}

.technical-template.technical-beef #left-col #mobile-tablet-header path {
  fill: #971515;
}

.technical-template.technical-beef #left-col h3.mobile-tablet-title {
  color: #282828;
}

.technical-template.technical-beef #left-col .mobile-tablet-timestamp {
  color: #AC2A2A;
}

.technical-template.technical-beef #focus-top-bar {
  background-color: #AC2A2A;
}

.technical-template.technical-beef #focus-top-bar #focus-darker-bg {
  background-color: #971515;
}

.technical-template.technical-beef #focus-top-bar #focus-darker-bg svg {
  background: linear-gradient(to right, #AC2A2A, #971515);
}

.technical-template.technical-beef #focus-top-bar #focus-darker-bg svg path {
  fill: #AC2A2A;
}

.technical-template.technical-beef #main-img #title-faded #logoFlow svg path {
  fill: #AC2A2A;
}

.technical-template.technical-beef #content div[id^="attachment_"] p[id^="caption-attachment-"] {
  background-color: #AC2A2A;
}

.technical-template.technical-beef #content .share .social {
  color: #AC2A2A;
}

.technical-template.technical-beef #content .share .social a {
  color: #AC2A2A;
}

.technical-template.technical-beef #right-col #author-main,
.technical-template.technical-beef #right-col-mobile-only #author-main {
  color: #AC2A2A;
}

.technical-template.technical-beef #right-col #author-main img,
.technical-template.technical-beef #right-col-mobile-only #author-main img {
  border-color: #AC2A2A;
}

.technical-template.technical-beef #right-col #author-main svg path,
.technical-template.technical-beef #right-col-mobile-only #author-main svg path {
  fill: #AC2A2A;
}

.technical-template.technical-beef #right-col .ag-widget,
.technical-template.technical-beef #right-col-mobile-only .ag-widget {
  margin-top: 36px;
}

.technical-template.technical-beef #right-col .ag-widget .sidebar-title,
.technical-template.technical-beef #right-col-mobile-only .ag-widget .sidebar-title {
  background-color: #AC2A2A;
}

.technical-template.technical-beef #right-col .ag-widget .sidebar-title svg path,
.technical-template.technical-beef #right-col-mobile-only .ag-widget .sidebar-title svg path {
  fill: #971515;
}

.technical-template.technical-beef #author-stories {
  background-color: #AC2A2A;
}

.technical-template.technical-beef #author-stories svg path {
  fill: #971515;
}

.technical-template.technical-beef #author-stories #bio-more #bio img {
  border-color: #AC2A2A !important;
}

.technical-template.technical-beef .category-archive-beef .title-container .ag-full-width .row .title h4 {
  color: #AC2A2A;
}

.technical-template.technical-beef .category-archive-beef .title-container .ag-full-width .row .title svg path {
  fill: #AC2A2A;
}

.technical-template.technical-beef .category-archive-beef .ag-full-width .row .articles .article:first-of-type {
  background-color: #AC2A2A;
}

.technical-template.technical-beef .category-archive-beef .ag-full-width .row .articles .article:first-of-type a .title svg path {
  fill: #971515;
}

.technical-template.technical-beef .category-archive-beef .ag-full-width .row .articles .navigation .nav-links .prev,
.technical-template.technical-beef .category-archive-beef .ag-full-width .row .articles .navigation .nav-links .next {
  background-color: #AC2A2A;
}

.technical-template.technical-beef .category-archive-beef .ag-full-width .row .articles .navigation .nav-links a:not(.prev):not(.next) {
  color: #AC2A2A;
}

#header .ag-main-menu .active-category-beef .menu-main-menu-container .menu .current_page_item a {
  color: #AC2A2A;
  border-color: #AC2A2A;
}

#header #sticky-menu .active-category-beef .menu-main-menu-container .menu .current_page_item a {
  color: #AC2A2A;
  border-color: #AC2A2A;
}

#header .ag-mobile-menu.active-category-beef .current-menu-item {
  background-color: #AC2A2A;
}

#header .ag-mobile-menu.active-category-beef .current-menu-item a {
  color: #FFFFFF;
}

.category-archive-beef .title-container .ag-full-width .row .title h4 {
  color: #AC2A2A;
}

.category-archive-beef .title-container .ag-full-width .row .title svg path {
  fill: #AC2A2A;
}

.category-archive-beef .ag-full-width .row .articles .article:first-of-type {
  background-color: #AC2A2A;
}

.category-archive-beef .ag-full-width .row .articles .article:first-of-type a .title svg path {
  fill: #971515;
}

.category-archive-beef .ag-full-width .row .articles .navigation .nav-links .prev,
.category-archive-beef .ag-full-width .row .articles .navigation .nav-links .next {
  background-color: #AC2A2A;
}

.category-archive-beef .ag-full-width .row .articles .navigation .nav-links a:not(.prev):not(.next) {
  color: #AC2A2A;
}

/**********************************************
* Category specific color overrides
**********************************************/
.technical-template.technical-sheep #left-col main.article-body {
  margin-bottom: 26px;
}

.technical-template.technical-sheep #left-col main.article-body h1,
.technical-template.technical-sheep #left-col main.article-body h2,
.technical-template.technical-sheep #left-col main.article-body h3,
.technical-template.technical-sheep #left-col main.article-body h4,
.technical-template.technical-sheep #left-col main.article-body h5,
.technical-template.technical-sheep #left-col main.article-body h6 {
  color: #7AC043;
}

.technical-template.technical-sheep #left-col main.article-body a {
  color: #7AC043;
}

.technical-template.technical-sheep #left-col main.article-body ul li::marker,
.technical-template.technical-sheep #left-col main.article-body ol li::marker {
  color: #7AC043;
}

.technical-template.technical-sheep #left-col main.article-body blockquote {
  border-color: #7AC043;
}

.technical-template.technical-sheep #left-col main.article-body a.button,
.technical-template.technical-sheep #left-col main.article-body .wp-block-button__link {
  color: #FFFFFF;
  background-color: #7AC043;
}

.technical-template.technical-sheep #left-col main.article-body a.button:hover,
.technical-template.technical-sheep #left-col main.article-body .wp-block-button__link:hover {
  background-color: #4a7627;
}

.technical-template.technical-sheep #left-col main.article-body .wp-block-table table thead {
  background-color: #7AC043;
}

.technical-template.technical-sheep #left-col main.article-body figure ul figcaption,
.technical-template.technical-sheep #left-col main.article-body .wp-block-gallery ul figcaption {
  background: none #7AC043;
}

.technical-template.technical-sheep #left-col main.article-body figure figcaption,
.technical-template.technical-sheep #left-col main.article-body .wp-block-gallery figcaption {
  background: none #7AC043;
}

.technical-template.technical-sheep #left-col main.article-body .tags a {
  background-color: #7AC043;
  color: #fff;
}

.technical-template.technical-sheep #left-col .share .social {
  color: #7AC043;
}

.technical-template.technical-sheep #left-col #mobile-tablet-header {
  background: linear-gradient(to right, #7AC043, #3D9346);
}

.technical-template.technical-sheep #left-col #mobile-tablet-header h6 {
  color: #fff;
}

.technical-template.technical-sheep #left-col #mobile-tablet-header path {
  fill: #3D9346;
}

.technical-template.technical-sheep #left-col h3.mobile-tablet-title {
  color: #282828;
}

.technical-template.technical-sheep #left-col .mobile-tablet-timestamp {
  color: #7AC043;
}

.technical-template.technical-sheep #focus-top-bar {
  background-color: #7AC043;
}

.technical-template.technical-sheep #focus-top-bar #focus-darker-bg {
  background-color: #3D9346;
}

.technical-template.technical-sheep #focus-top-bar #focus-darker-bg svg {
  background: linear-gradient(to right, #7AC043, #3D9346);
}

.technical-template.technical-sheep #focus-top-bar #focus-darker-bg svg path {
  fill: #7AC043;
}

.technical-template.technical-sheep #main-img #title-faded #logoFlow svg path {
  fill: #7AC043;
}

.technical-template.technical-sheep #content div[id^="attachment_"] p[id^="caption-attachment-"] {
  background-color: #7AC043;
}

.technical-template.technical-sheep #content .share .social {
  color: #7AC043;
}

.technical-template.technical-sheep #content .share .social a {
  color: #7AC043;
}

.technical-template.technical-sheep #right-col #author-main,
.technical-template.technical-sheep #right-col-mobile-only #author-main {
  color: #7AC043;
}

.technical-template.technical-sheep #right-col #author-main img,
.technical-template.technical-sheep #right-col-mobile-only #author-main img {
  border-color: #7AC043;
}

.technical-template.technical-sheep #right-col #author-main svg path,
.technical-template.technical-sheep #right-col-mobile-only #author-main svg path {
  fill: #7AC043;
}

.technical-template.technical-sheep #right-col .ag-widget,
.technical-template.technical-sheep #right-col-mobile-only .ag-widget {
  margin-top: 36px;
}

.technical-template.technical-sheep #right-col .ag-widget .sidebar-title,
.technical-template.technical-sheep #right-col-mobile-only .ag-widget .sidebar-title {
  background-color: #7AC043;
}

.technical-template.technical-sheep #right-col .ag-widget .sidebar-title svg path,
.technical-template.technical-sheep #right-col-mobile-only .ag-widget .sidebar-title svg path {
  fill: #3D9346;
}

.technical-template.technical-sheep #author-stories {
  background-color: #7AC043;
}

.technical-template.technical-sheep #author-stories svg path {
  fill: #3D9346;
}

.technical-template.technical-sheep #author-stories #bio-more #bio img {
  border-color: #7AC043 !important;
}

.technical-template.technical-sheep .category-archive-sheep .title-container .ag-full-width .row .title h4 {
  color: #7AC043;
}

.technical-template.technical-sheep .category-archive-sheep .title-container .ag-full-width .row .title svg path {
  fill: #7AC043;
}

.technical-template.technical-sheep .category-archive-sheep .ag-full-width .row .articles .article:first-of-type {
  background-color: #7AC043;
}

.technical-template.technical-sheep .category-archive-sheep .ag-full-width .row .articles .article:first-of-type a .title svg path {
  fill: #3D9346;
}

.technical-template.technical-sheep .category-archive-sheep .ag-full-width .row .articles .navigation .nav-links .prev,
.technical-template.technical-sheep .category-archive-sheep .ag-full-width .row .articles .navigation .nav-links .next {
  background-color: #7AC043;
}

.technical-template.technical-sheep .category-archive-sheep .ag-full-width .row .articles .navigation .nav-links a:not(.prev):not(.next) {
  color: #7AC043;
}

#header .ag-main-menu .active-category-sheep .menu-main-menu-container .menu .current_page_item a {
  color: #7AC043;
  border-color: #7AC043;
}

#header #sticky-menu .active-category-sheep .menu-main-menu-container .menu .current_page_item a {
  color: #7AC043;
  border-color: #7AC043;
}

#header .ag-mobile-menu.active-category-sheep .current-menu-item {
  background-color: #7AC043;
}

#header .ag-mobile-menu.active-category-sheep .current-menu-item a {
  color: #FFFFFF;
}

.category-archive-sheep .title-container .ag-full-width .row .title h4 {
  color: #7AC043;
}

.category-archive-sheep .title-container .ag-full-width .row .title svg path {
  fill: #7AC043;
}

.category-archive-sheep .ag-full-width .row .articles .article:first-of-type {
  background-color: #7AC043;
}

.category-archive-sheep .ag-full-width .row .articles .article:first-of-type a .title svg path {
  fill: #3D9346;
}

.category-archive-sheep .ag-full-width .row .articles .navigation .nav-links .prev,
.category-archive-sheep .ag-full-width .row .articles .navigation .nav-links .next {
  background-color: #7AC043;
}

.category-archive-sheep .ag-full-width .row .articles .navigation .nav-links a:not(.prev):not(.next) {
  color: #7AC043;
}

/**********************************************
* Category specific color overrides
**********************************************/
.technical-template.technical-tillage #left-col main.article-body {
  margin-bottom: 26px;
}

.technical-template.technical-tillage #left-col main.article-body h1,
.technical-template.technical-tillage #left-col main.article-body h2,
.technical-template.technical-tillage #left-col main.article-body h3,
.technical-template.technical-tillage #left-col main.article-body h4,
.technical-template.technical-tillage #left-col main.article-body h5,
.technical-template.technical-tillage #left-col main.article-body h6 {
  color: #EBA70B;
}

.technical-template.technical-tillage #left-col main.article-body a {
  color: #EBA70B;
}

.technical-template.technical-tillage #left-col main.article-body ul li::marker,
.technical-template.technical-tillage #left-col main.article-body ol li::marker {
  color: #EBA70B;
}

.technical-template.technical-tillage #left-col main.article-body blockquote {
  border-color: #EBA70B;
}

.technical-template.technical-tillage #left-col main.article-body a.button,
.technical-template.technical-tillage #left-col main.article-body .wp-block-button__link {
  color: #FFFFFF;
  background-color: #EBA70B;
}

.technical-template.technical-tillage #left-col main.article-body a.button:hover,
.technical-template.technical-tillage #left-col main.article-body .wp-block-button__link:hover {
  background-color: #8a6206;
}

.technical-template.technical-tillage #left-col main.article-body .wp-block-table table thead {
  background-color: #EBA70B;
}

.technical-template.technical-tillage #left-col main.article-body figure ul figcaption,
.technical-template.technical-tillage #left-col main.article-body .wp-block-gallery ul figcaption {
  background: none #EBA70B;
}

.technical-template.technical-tillage #left-col main.article-body figure figcaption,
.technical-template.technical-tillage #left-col main.article-body .wp-block-gallery figcaption {
  background: none #EBA70B;
}

.technical-template.technical-tillage #left-col main.article-body .tags a {
  background-color: #EBA70B;
  color: #fff;
}

.technical-template.technical-tillage #left-col .share .social {
  color: #EBA70B;
}

.technical-template.technical-tillage #left-col #mobile-tablet-header {
  background: linear-gradient(to right, #EBA70B, #DE8E11);
}

.technical-template.technical-tillage #left-col #mobile-tablet-header h6 {
  color: #fff;
}

.technical-template.technical-tillage #left-col #mobile-tablet-header path {
  fill: #DE8E11;
}

.technical-template.technical-tillage #left-col h3.mobile-tablet-title {
  color: #282828;
}

.technical-template.technical-tillage #left-col .mobile-tablet-timestamp {
  color: #EBA70B;
}

.technical-template.technical-tillage #focus-top-bar {
  background-color: #EBA70B;
}

.technical-template.technical-tillage #focus-top-bar #focus-darker-bg {
  background-color: #DE8E11;
}

.technical-template.technical-tillage #focus-top-bar #focus-darker-bg svg {
  background: linear-gradient(to right, #EBA70B, #DE8E11);
}

.technical-template.technical-tillage #focus-top-bar #focus-darker-bg svg path {
  fill: #EBA70B;
}

.technical-template.technical-tillage #main-img #title-faded #logoFlow svg path {
  fill: #EBA70B;
}

.technical-template.technical-tillage #content div[id^="attachment_"] p[id^="caption-attachment-"] {
  background-color: #EBA70B;
}

.technical-template.technical-tillage #content .share .social {
  color: #EBA70B;
}

.technical-template.technical-tillage #content .share .social a {
  color: #EBA70B;
}

.technical-template.technical-tillage #right-col #author-main,
.technical-template.technical-tillage #right-col-mobile-only #author-main {
  color: #EBA70B;
}

.technical-template.technical-tillage #right-col #author-main img,
.technical-template.technical-tillage #right-col-mobile-only #author-main img {
  border-color: #EBA70B;
}

.technical-template.technical-tillage #right-col #author-main svg path,
.technical-template.technical-tillage #right-col-mobile-only #author-main svg path {
  fill: #EBA70B;
}

.technical-template.technical-tillage #right-col .ag-widget,
.technical-template.technical-tillage #right-col-mobile-only .ag-widget {
  margin-top: 36px;
}

.technical-template.technical-tillage #right-col .ag-widget .sidebar-title,
.technical-template.technical-tillage #right-col-mobile-only .ag-widget .sidebar-title {
  background-color: #EBA70B;
}

.technical-template.technical-tillage #right-col .ag-widget .sidebar-title svg path,
.technical-template.technical-tillage #right-col-mobile-only .ag-widget .sidebar-title svg path {
  fill: #DE8E11;
}

.technical-template.technical-tillage #author-stories {
  background-color: #EBA70B;
}

.technical-template.technical-tillage #author-stories svg path {
  fill: #DE8E11;
}

.technical-template.technical-tillage #author-stories #bio-more #bio img {
  border-color: #EBA70B !important;
}

.technical-template.technical-tillage .category-archive-tillage .title-container .ag-full-width .row .title h4 {
  color: #EBA70B;
}

.technical-template.technical-tillage .category-archive-tillage .title-container .ag-full-width .row .title svg path {
  fill: #EBA70B;
}

.technical-template.technical-tillage .category-archive-tillage .ag-full-width .row .articles .article:first-of-type {
  background-color: #EBA70B;
}

.technical-template.technical-tillage .category-archive-tillage .ag-full-width .row .articles .article:first-of-type a .title svg path {
  fill: #DE8E11;
}

.technical-template.technical-tillage .category-archive-tillage .ag-full-width .row .articles .navigation .nav-links .prev,
.technical-template.technical-tillage .category-archive-tillage .ag-full-width .row .articles .navigation .nav-links .next {
  background-color: #EBA70B;
}

.technical-template.technical-tillage .category-archive-tillage .ag-full-width .row .articles .navigation .nav-links a:not(.prev):not(.next) {
  color: #EBA70B;
}

#header .ag-main-menu .active-category-tillage .menu-main-menu-container .menu .current_page_item a {
  color: #EBA70B;
  border-color: #EBA70B;
}

#header #sticky-menu .active-category-tillage .menu-main-menu-container .menu .current_page_item a {
  color: #EBA70B;
  border-color: #EBA70B;
}

#header .ag-mobile-menu.active-category-tillage .current-menu-item {
  background-color: #EBA70B;
}

#header .ag-mobile-menu.active-category-tillage .current-menu-item a {
  color: #FFFFFF;
}

.category-archive-tillage .title-container .ag-full-width .row .title h4 {
  color: #EBA70B;
}

.category-archive-tillage .title-container .ag-full-width .row .title svg path {
  fill: #EBA70B;
}

.category-archive-tillage .ag-full-width .row .articles .article:first-of-type {
  background-color: #EBA70B;
}

.category-archive-tillage .ag-full-width .row .articles .article:first-of-type a .title svg path {
  fill: #DE8E11;
}

.category-archive-tillage .ag-full-width .row .articles .navigation .nav-links .prev,
.category-archive-tillage .ag-full-width .row .articles .navigation .nav-links .next {
  background-color: #EBA70B;
}

.category-archive-tillage .ag-full-width .row .articles .navigation .nav-links a:not(.prev):not(.next) {
  color: #EBA70B;
}

/**********************************************
* Category specific color overrides
**********************************************/
.technical-template.technical-n-ireland #left-col main.article-body {
  margin-bottom: 26px;
}

.technical-template.technical-n-ireland #left-col main.article-body h1,
.technical-template.technical-n-ireland #left-col main.article-body h2,
.technical-template.technical-n-ireland #left-col main.article-body h3,
.technical-template.technical-n-ireland #left-col main.article-body h4,
.technical-template.technical-n-ireland #left-col main.article-body h5,
.technical-template.technical-n-ireland #left-col main.article-body h6 {
  color: #772655;
}

.technical-template.technical-n-ireland #left-col main.article-body a {
  color: #772655;
}

.technical-template.technical-n-ireland #left-col main.article-body ul li::marker,
.technical-template.technical-n-ireland #left-col main.article-body ol li::marker {
  color: #772655;
}

.technical-template.technical-n-ireland #left-col main.article-body blockquote {
  border-color: #772655;
}

.technical-template.technical-n-ireland #left-col main.article-body a.button,
.technical-template.technical-n-ireland #left-col main.article-body .wp-block-button__link {
  color: #FFFFFF;
  background-color: #772655;
}

.technical-template.technical-n-ireland #left-col main.article-body a.button:hover,
.technical-template.technical-n-ireland #left-col main.article-body .wp-block-button__link:hover {
  background-color: #2a0d1e;
}

.technical-template.technical-n-ireland #left-col main.article-body .wp-block-table table thead {
  background-color: #772655;
}

.technical-template.technical-n-ireland #left-col main.article-body figure ul figcaption,
.technical-template.technical-n-ireland #left-col main.article-body .wp-block-gallery ul figcaption {
  background: none #772655;
}

.technical-template.technical-n-ireland #left-col main.article-body figure figcaption,
.technical-template.technical-n-ireland #left-col main.article-body .wp-block-gallery figcaption {
  background: none #772655;
}

.technical-template.technical-n-ireland #left-col main.article-body .tags a {
  background-color: #772655;
  color: #fff;
}

.technical-template.technical-n-ireland #left-col .share .social {
  color: #772655;
}

.technical-template.technical-n-ireland #left-col #mobile-tablet-header {
  background: linear-gradient(to right, #772655, #680E42);
}

.technical-template.technical-n-ireland #left-col #mobile-tablet-header h6 {
  color: #fff;
}

.technical-template.technical-n-ireland #left-col #mobile-tablet-header path {
  fill: #680E42;
}

.technical-template.technical-n-ireland #left-col h3.mobile-tablet-title {
  color: #282828;
}

.technical-template.technical-n-ireland #left-col .mobile-tablet-timestamp {
  color: #772655;
}

.technical-template.technical-n-ireland #focus-top-bar {
  background-color: #772655;
}

.technical-template.technical-n-ireland #focus-top-bar #focus-darker-bg {
  background-color: #680E42;
}

.technical-template.technical-n-ireland #focus-top-bar #focus-darker-bg svg {
  background: linear-gradient(to right, #772655, #680E42);
}

.technical-template.technical-n-ireland #focus-top-bar #focus-darker-bg svg path {
  fill: #772655;
}

.technical-template.technical-n-ireland #main-img #title-faded #logoFlow svg path {
  fill: #772655;
}

.technical-template.technical-n-ireland #content div[id^="attachment_"] p[id^="caption-attachment-"] {
  background-color: #772655;
}

.technical-template.technical-n-ireland #content .share .social {
  color: #772655;
}

.technical-template.technical-n-ireland #content .share .social a {
  color: #772655;
}

.technical-template.technical-n-ireland #right-col #author-main,
.technical-template.technical-n-ireland #right-col-mobile-only #author-main {
  color: #772655;
}

.technical-template.technical-n-ireland #right-col #author-main img,
.technical-template.technical-n-ireland #right-col-mobile-only #author-main img {
  border-color: #772655;
}

.technical-template.technical-n-ireland #right-col #author-main svg path,
.technical-template.technical-n-ireland #right-col-mobile-only #author-main svg path {
  fill: #772655;
}

.technical-template.technical-n-ireland #right-col .ag-widget,
.technical-template.technical-n-ireland #right-col-mobile-only .ag-widget {
  margin-top: 36px;
}

.technical-template.technical-n-ireland #right-col .ag-widget .sidebar-title,
.technical-template.technical-n-ireland #right-col-mobile-only .ag-widget .sidebar-title {
  background-color: #772655;
}

.technical-template.technical-n-ireland #right-col .ag-widget .sidebar-title svg path,
.technical-template.technical-n-ireland #right-col-mobile-only .ag-widget .sidebar-title svg path {
  fill: #680E42;
}

.technical-template.technical-n-ireland #author-stories {
  background-color: #772655;
}

.technical-template.technical-n-ireland #author-stories svg path {
  fill: #680E42;
}

.technical-template.technical-n-ireland #author-stories #bio-more #bio img {
  border-color: #772655 !important;
}

.technical-template.technical-n-ireland .category-archive-n-ireland .title-container .ag-full-width .row .title h4 {
  color: #772655;
}

.technical-template.technical-n-ireland .category-archive-n-ireland .title-container .ag-full-width .row .title svg path {
  fill: #772655;
}

.technical-template.technical-n-ireland .category-archive-n-ireland .ag-full-width .row .articles .article:first-of-type {
  background-color: #772655;
}

.technical-template.technical-n-ireland .category-archive-n-ireland .ag-full-width .row .articles .article:first-of-type a .title svg path {
  fill: #680E42;
}

.technical-template.technical-n-ireland .category-archive-n-ireland .ag-full-width .row .articles .navigation .nav-links .prev,
.technical-template.technical-n-ireland .category-archive-n-ireland .ag-full-width .row .articles .navigation .nav-links .next {
  background-color: #772655;
}

.technical-template.technical-n-ireland .category-archive-n-ireland .ag-full-width .row .articles .navigation .nav-links a:not(.prev):not(.next) {
  color: #772655;
}

#header .ag-main-menu .active-category-n-ireland .menu-main-menu-container .menu .current_page_item a {
  color: #772655;
  border-color: #772655;
}

#header #sticky-menu .active-category-n-ireland .menu-main-menu-container .menu .current_page_item a {
  color: #772655;
  border-color: #772655;
}

#header .ag-mobile-menu.active-category-n-ireland .current-menu-item {
  background-color: #772655;
}

#header .ag-mobile-menu.active-category-n-ireland .current-menu-item a {
  color: #FFFFFF;
}

.category-archive-n-ireland .title-container .ag-full-width .row .title h4 {
  color: #772655;
}

.category-archive-n-ireland .title-container .ag-full-width .row .title svg path {
  fill: #772655;
}

.category-archive-n-ireland .ag-full-width .row .articles .article:first-of-type {
  background-color: #772655;
}

.category-archive-n-ireland .ag-full-width .row .articles .article:first-of-type a .title svg path {
  fill: #680E42;
}

.category-archive-n-ireland .ag-full-width .row .articles .navigation .nav-links .prev,
.category-archive-n-ireland .ag-full-width .row .articles .navigation .nav-links .next {
  background-color: #772655;
}

.category-archive-n-ireland .ag-full-width .row .articles .navigation .nav-links a:not(.prev):not(.next) {
  color: #772655;
}

/**********************************************
* Category specific color overrides
**********************************************/
.technical-template.technical-machinery #left-col main.article-body {
  margin-bottom: 26px;
}

.technical-template.technical-machinery #left-col main.article-body h1,
.technical-template.technical-machinery #left-col main.article-body h2,
.technical-template.technical-machinery #left-col main.article-body h3,
.technical-template.technical-machinery #left-col main.article-body h4,
.technical-template.technical-machinery #left-col main.article-body h5,
.technical-template.technical-machinery #left-col main.article-body h6 {
  color: #00654A;
}

.technical-template.technical-machinery #left-col main.article-body a {
  color: #00654A;
}

.technical-template.technical-machinery #left-col main.article-body ul li::marker,
.technical-template.technical-machinery #left-col main.article-body ol li::marker {
  color: #00654A;
}

.technical-template.technical-machinery #left-col main.article-body blockquote {
  border-color: #00654A;
}

.technical-template.technical-machinery #left-col main.article-body a.button,
.technical-template.technical-machinery #left-col main.article-body .wp-block-button__link {
  color: #FFFFFF;
  background-color: #00654A;
}

.technical-template.technical-machinery #left-col main.article-body a.button:hover,
.technical-template.technical-machinery #left-col main.article-body .wp-block-button__link:hover {
  background-color: black;
}

.technical-template.technical-machinery #left-col main.article-body .wp-block-table table thead {
  background-color: #00654A;
}

.technical-template.technical-machinery #left-col main.article-body figure ul figcaption,
.technical-template.technical-machinery #left-col main.article-body .wp-block-gallery ul figcaption {
  background: none #00654A;
}

.technical-template.technical-machinery #left-col main.article-body figure figcaption,
.technical-template.technical-machinery #left-col main.article-body .wp-block-gallery figcaption {
  background: none #00654A;
}

.technical-template.technical-machinery #left-col main.article-body .tags a {
  background-color: #00654A;
  color: #fff;
}

.technical-template.technical-machinery #left-col .share .social {
  color: #00654A;
}

.technical-template.technical-machinery #left-col #mobile-tablet-header {
  background: linear-gradient(to right, #00654A, #3D9346);
}

.technical-template.technical-machinery #left-col #mobile-tablet-header h6 {
  color: #fff;
}

.technical-template.technical-machinery #left-col #mobile-tablet-header path {
  fill: #3D9346;
}

.technical-template.technical-machinery #left-col h3.mobile-tablet-title {
  color: #282828;
}

.technical-template.technical-machinery #left-col .mobile-tablet-timestamp {
  color: #00654A;
}

.technical-template.technical-machinery #focus-top-bar {
  background-color: #00654A;
}

.technical-template.technical-machinery #focus-top-bar #focus-darker-bg {
  background-color: #3D9346;
}

.technical-template.technical-machinery #focus-top-bar #focus-darker-bg svg {
  background: linear-gradient(to right, #00654A, #3D9346);
}

.technical-template.technical-machinery #focus-top-bar #focus-darker-bg svg path {
  fill: #00654A;
}

.technical-template.technical-machinery #main-img #title-faded #logoFlow svg path {
  fill: #00654A;
}

.technical-template.technical-machinery #content div[id^="attachment_"] p[id^="caption-attachment-"] {
  background-color: #00654A;
}

.technical-template.technical-machinery #content .share .social {
  color: #00654A;
}

.technical-template.technical-machinery #content .share .social a {
  color: #00654A;
}

.technical-template.technical-machinery #right-col #author-main,
.technical-template.technical-machinery #right-col-mobile-only #author-main {
  color: #00654A;
}

.technical-template.technical-machinery #right-col #author-main img,
.technical-template.technical-machinery #right-col-mobile-only #author-main img {
  border-color: #00654A;
}

.technical-template.technical-machinery #right-col #author-main svg path,
.technical-template.technical-machinery #right-col-mobile-only #author-main svg path {
  fill: #00654A;
}

.technical-template.technical-machinery #right-col .ag-widget,
.technical-template.technical-machinery #right-col-mobile-only .ag-widget {
  margin-top: 36px;
}

.technical-template.technical-machinery #right-col .ag-widget .sidebar-title,
.technical-template.technical-machinery #right-col-mobile-only .ag-widget .sidebar-title {
  background-color: #00654A;
}

.technical-template.technical-machinery #right-col .ag-widget .sidebar-title svg path,
.technical-template.technical-machinery #right-col-mobile-only .ag-widget .sidebar-title svg path {
  fill: #3D9346;
}

.technical-template.technical-machinery #author-stories {
  background-color: #00654A;
}

.technical-template.technical-machinery #author-stories svg path {
  fill: #3D9346;
}

.technical-template.technical-machinery #author-stories #bio-more #bio img {
  border-color: #00654A !important;
}

.technical-template.technical-machinery .category-archive-machinery .title-container .ag-full-width .row .title h4 {
  color: #00654A;
}

.technical-template.technical-machinery .category-archive-machinery .title-container .ag-full-width .row .title svg path {
  fill: #00654A;
}

.technical-template.technical-machinery .category-archive-machinery .ag-full-width .row .articles .article:first-of-type {
  background-color: #00654A;
}

.technical-template.technical-machinery .category-archive-machinery .ag-full-width .row .articles .article:first-of-type a .title svg path {
  fill: #3D9346;
}

.technical-template.technical-machinery .category-archive-machinery .ag-full-width .row .articles .navigation .nav-links .prev,
.technical-template.technical-machinery .category-archive-machinery .ag-full-width .row .articles .navigation .nav-links .next {
  background-color: #00654A;
}

.technical-template.technical-machinery .category-archive-machinery .ag-full-width .row .articles .navigation .nav-links a:not(.prev):not(.next) {
  color: #00654A;
}

#header .ag-main-menu .active-category-machinery .menu-main-menu-container .menu .current_page_item a {
  color: #00654A;
  border-color: #00654A;
}

#header #sticky-menu .active-category-machinery .menu-main-menu-container .menu .current_page_item a {
  color: #00654A;
  border-color: #00654A;
}

#header .ag-mobile-menu.active-category-machinery .current-menu-item {
  background-color: #00654A;
}

#header .ag-mobile-menu.active-category-machinery .current-menu-item a {
  color: #FFFFFF;
}

.category-archive-machinery .title-container .ag-full-width .row .title h4 {
  color: #00654A;
}

.category-archive-machinery .title-container .ag-full-width .row .title svg path {
  fill: #00654A;
}

.category-archive-machinery .ag-full-width .row .articles .article:first-of-type {
  background-color: #00654A;
}

.category-archive-machinery .ag-full-width .row .articles .article:first-of-type a .title svg path {
  fill: #3D9346;
}

.category-archive-machinery .ag-full-width .row .articles .navigation .nav-links .prev,
.category-archive-machinery .ag-full-width .row .articles .navigation .nav-links .next {
  background-color: #00654A;
}

.category-archive-machinery .ag-full-width .row .articles .navigation .nav-links a:not(.prev):not(.next) {
  color: #00654A;
}

/**********************************************
* Category specific color overrides
**********************************************/
.technical-template.technical-opinion #left-col main.article-body {
  margin-bottom: 26px;
}

.technical-template.technical-opinion #left-col main.article-body h1,
.technical-template.technical-opinion #left-col main.article-body h2,
.technical-template.technical-opinion #left-col main.article-body h3,
.technical-template.technical-opinion #left-col main.article-body h4,
.technical-template.technical-opinion #left-col main.article-body h5,
.technical-template.technical-opinion #left-col main.article-body h6 {
  color: #3D9346;
}

.technical-template.technical-opinion #left-col main.article-body a {
  color: #3D9346;
}

.technical-template.technical-opinion #left-col main.article-body ul li::marker,
.technical-template.technical-opinion #left-col main.article-body ol li::marker {
  color: #3D9346;
}

.technical-template.technical-opinion #left-col main.article-body blockquote {
  border-color: #3D9346;
}

.technical-template.technical-opinion #left-col main.article-body a.button,
.technical-template.technical-opinion #left-col main.article-body .wp-block-button__link {
  color: #FFFFFF;
  background-color: #3D9346;
}

.technical-template.technical-opinion #left-col main.article-body a.button:hover,
.technical-template.technical-opinion #left-col main.article-body .wp-block-button__link:hover {
  background-color: #1f4b24;
}

.technical-template.technical-opinion #left-col main.article-body .wp-block-table table thead {
  background-color: #3D9346;
}

.technical-template.technical-opinion #left-col main.article-body figure ul figcaption,
.technical-template.technical-opinion #left-col main.article-body .wp-block-gallery ul figcaption {
  background: none #3D9346;
}

.technical-template.technical-opinion #left-col main.article-body figure figcaption,
.technical-template.technical-opinion #left-col main.article-body .wp-block-gallery figcaption {
  background: none #3D9346;
}

.technical-template.technical-opinion #left-col main.article-body .tags a {
  background-color: #3D9346;
  color: #fff;
}

.technical-template.technical-opinion #left-col .share .social {
  color: #3D9346;
}

.technical-template.technical-opinion #left-col #mobile-tablet-header {
  background: linear-gradient(to right, #3D9346, #00654A);
}

.technical-template.technical-opinion #left-col #mobile-tablet-header h6 {
  color: #fff;
}

.technical-template.technical-opinion #left-col #mobile-tablet-header path {
  fill: #00654A;
}

.technical-template.technical-opinion #left-col h3.mobile-tablet-title {
  color: #282828;
}

.technical-template.technical-opinion #left-col .mobile-tablet-timestamp {
  color: #3D9346;
}

.technical-template.technical-opinion #focus-top-bar {
  background-color: #3D9346;
}

.technical-template.technical-opinion #focus-top-bar #focus-darker-bg {
  background-color: #00654A;
}

.technical-template.technical-opinion #focus-top-bar #focus-darker-bg svg {
  background: linear-gradient(to right, #3D9346, #00654A);
}

.technical-template.technical-opinion #focus-top-bar #focus-darker-bg svg path {
  fill: #3D9346;
}

.technical-template.technical-opinion #main-img #title-faded #logoFlow svg path {
  fill: #3D9346;
}

.technical-template.technical-opinion #content div[id^="attachment_"] p[id^="caption-attachment-"] {
  background-color: #3D9346;
}

.technical-template.technical-opinion #content .share .social {
  color: #3D9346;
}

.technical-template.technical-opinion #content .share .social a {
  color: #3D9346;
}

.technical-template.technical-opinion #right-col #author-main,
.technical-template.technical-opinion #right-col-mobile-only #author-main {
  color: #3D9346;
}

.technical-template.technical-opinion #right-col #author-main img,
.technical-template.technical-opinion #right-col-mobile-only #author-main img {
  border-color: #3D9346;
}

.technical-template.technical-opinion #right-col #author-main svg path,
.technical-template.technical-opinion #right-col-mobile-only #author-main svg path {
  fill: #3D9346;
}

.technical-template.technical-opinion #right-col .ag-widget,
.technical-template.technical-opinion #right-col-mobile-only .ag-widget {
  margin-top: 36px;
}

.technical-template.technical-opinion #right-col .ag-widget .sidebar-title,
.technical-template.technical-opinion #right-col-mobile-only .ag-widget .sidebar-title {
  background-color: #3D9346;
}

.technical-template.technical-opinion #right-col .ag-widget .sidebar-title svg path,
.technical-template.technical-opinion #right-col-mobile-only .ag-widget .sidebar-title svg path {
  fill: #00654A;
}

.technical-template.technical-opinion #author-stories {
  background-color: #3D9346;
}

.technical-template.technical-opinion #author-stories svg path {
  fill: #00654A;
}

.technical-template.technical-opinion #author-stories #bio-more #bio img {
  border-color: #3D9346 !important;
}

.technical-template.technical-opinion .category-archive-opinion .title-container .ag-full-width .row .title h4 {
  color: #3D9346;
}

.technical-template.technical-opinion .category-archive-opinion .title-container .ag-full-width .row .title svg path {
  fill: #3D9346;
}

.technical-template.technical-opinion .category-archive-opinion .ag-full-width .row .articles .article:first-of-type {
  background-color: #3D9346;
}

.technical-template.technical-opinion .category-archive-opinion .ag-full-width .row .articles .article:first-of-type a .title svg path {
  fill: #00654A;
}

.technical-template.technical-opinion .category-archive-opinion .ag-full-width .row .articles .navigation .nav-links .prev,
.technical-template.technical-opinion .category-archive-opinion .ag-full-width .row .articles .navigation .nav-links .next {
  background-color: #3D9346;
}

.technical-template.technical-opinion .category-archive-opinion .ag-full-width .row .articles .navigation .nav-links a:not(.prev):not(.next) {
  color: #3D9346;
}

#header .ag-main-menu .active-category-opinion .menu-main-menu-container .menu .current_page_item a {
  color: #3D9346;
  border-color: #3D9346;
}

#header #sticky-menu .active-category-opinion .menu-main-menu-container .menu .current_page_item a {
  color: #3D9346;
  border-color: #3D9346;
}

#header .ag-mobile-menu.active-category-opinion .current-menu-item {
  background-color: #3D9346;
}

#header .ag-mobile-menu.active-category-opinion .current-menu-item a {
  color: #FFFFFF;
}

.category-archive-opinion .title-container .ag-full-width .row .title h4 {
  color: #3D9346;
}

.category-archive-opinion .title-container .ag-full-width .row .title svg path {
  fill: #3D9346;
}

.category-archive-opinion .ag-full-width .row .articles .article:first-of-type {
  background-color: #3D9346;
}

.category-archive-opinion .ag-full-width .row .articles .article:first-of-type a .title svg path {
  fill: #00654A;
}

.category-archive-opinion .ag-full-width .row .articles .navigation .nav-links .prev,
.category-archive-opinion .ag-full-width .row .articles .navigation .nav-links .next {
  background-color: #3D9346;
}

.category-archive-opinion .ag-full-width .row .articles .navigation .nav-links a:not(.prev):not(.next) {
  color: #3D9346;
}

.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: .5em;
  word-break: normal;
}

main.article-body .sponsored-by {
  background-color: #E5E5E5;
  padding: 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 {
  width: 200px;
  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;
}

.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-left: 26px;
  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-left: 26px;
  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-left: 26px;
  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: 48px;
  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-left: 26px;
  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: 18px;
  bottom: 11px;
  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 !important;
  transition: position .5s, top .5s;
  margin-left: 29px;
}

.agrirecruit-widget {
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
}

.agrirecruit-widget h5 {
  border-top: 5px solid #0076C1;
  background-color: #E5E5E5;
  padding: 13px;
  margin: 0;
}

.agrirecruit-widget h5 a {
  color: #0076C1;
  display: flex;
  align-items: center;
}

.agrirecruit-widget h5 a img {
  margin-left: auto;
  height: 32px;
}

.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: #1779C2;
}

.agrirecruit-widget ul.job-listings li a:hover {
  background-color: #E5F1F9;
}

.agrirecruit-widget .widget-agrirecruit-button {
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0076C1;
  color: #FFFFFF;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 41px;
}

.agrirecruit-widget .widget-agrirecruit-button:hover {
  background-color: #606060;
}

.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;
}

.beef-calculator-wrapper .beef-calc-header h5 {
  display: table-cell;
  vertical-align: middle;
  color: #FFFFFF;
}

.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;
  }
}

.beef-calculator-wrapper .beef-calculator .search-params h5 {
  display: inline-block;
  /*float: left;*/
  color: #282828;
  font-family: 'Barlow', sans-serif;
  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: 20px;
}

@media only screen and (min-width: 768px) and (max-width: calc(992px - 1px)) {
  .beef-calculator-wrapper .beef-calculator form {
    padding: 10px;
  }
}

.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: 20px;
  margin-bottom: 20px;
}

@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;
    gap: 10px;
    margin-bottom: 10px;
  }
}

.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-left: 6px;
    padding-bottom: 2px;
  }
}

@media only screen and (min-width: 768px) and (max-width: calc(992px - 1px)) {
  .beef-calculator-wrapper .beef-calculator form .form-row select {
    padding-left: 0;
  }
}

.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;
  padding-top: 11px;
  padding-left: 15px;
  display: inline-block;
  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;
    padding: 6px;
    padding-top: 11px;
    width: auto;
    font-size: 14px;
    line-height: 16px;
  }
}

.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;
}

@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;
  }
}

.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;
}

.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;
}

@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;
  }
}

.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;
}

.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%;
  width: 40px;
  margin-left: 12px;
  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: 33px;
}

.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;
}

.calculator-results-wrapper .calc-results-header h5 {
  display: table-cell;
  vertical-align: middle;
  color: #FFFFFF;
}

.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 {
  width: 100%;
  margin-top: 20px;
}

.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;
}

.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;
}

.calculator-results-wrapper .calc-results-main table tbody tr td:first-of-type {
  border-left: 0;
  padding-left: 14px;
}

.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-left: 11px;
}

.calculator-results-wrapper .calc-results-main .no-prices {
  width: 100%;
  margin-top: 17px;
}

.calculator-results-wrapper .calc-results-main .no-prices h5 {
  font-size: 22px;
  color: #971515;
}

.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;
}

.calculator-results-wrapper .calc-results-main .new-calculation:hover {
  cursor: pointer;
}

.factory-prices-dashboard .title-container {
  min-height: 78px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #E5E5E5;
}

.factory-prices-dashboard .title-container .title {
  display: flex;
  align-items: center;
  min-height: 78px;
}

.factory-prices-dashboard .title-container .title h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 23px;
  line-height: 16px;
  letter-spacing: 0.15em;
  margin-bottom: 0;
  margin-right: 182px;
  color: #AC2A2A;
  text-transform: uppercase;
}

.factory-prices-dashboard .title-container .title div {
  min-height: 78px;
  position: relative;
}

.factory-prices-dashboard .title-container .title div svg {
  position: absolute;
  left: 0;
  top: -296px;
  width: 700px;
  height: 700px;
}

.factory-prices-dashboard .title-container .title div svg path {
  fill: #AC2A2A;
}

@media screen and (max-width: 768px) {
  .factory-prices-dashboard .title-container .title h4 {
    margin-left: 16px;
  }
}

@media screen and (max-width: 600px) {
  .factory-prices-dashboard .title-container {
    margin-top: 6px;
  }
  .factory-prices-dashboard .title-container .title h4 {
    margin-right: 52px;
  }
}

.factory-prices-dashboard .title-container {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin: 0 -50vw;
}

.factory-prices-dashboard .columns-container {
  width: 100%;
  margin-top: 26px;
}

.factory-prices-dashboard .columns-container .left-col {
  color: #282828;
}

.factory-prices-dashboard .columns-container .left-col .intro-section {
  padding: 20px 12px 16px 12px;
  width: 100%;
  background-color: #FFFFFF;
}

.factory-prices-dashboard .columns-container .left-col .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 .left-col .intro-section .intro-msg {
    padding: 20px;
  }
}

.factory-prices-dashboard .columns-container .left-col .intro-section .intro-msg:last-of-type {
  margin-bottom: 0;
}

.factory-prices-dashboard .columns-container .left-col .intro-section .prices-btns {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

.factory-prices-dashboard .columns-container .left-col .intro-section .prices-btns hr {
  width: 100%;
  background-color: #C4C4C4;
}

.factory-prices-dashboard .columns-container .left-col .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 .left-col .intro-section .listings {
  margin-top: 12px;
  margin-bottom: 17px;
  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 .left-col .intro-section .listings {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

@media only screen and (max-width: 479px) {
  .factory-prices-dashboard .columns-container .left-col .intro-section .listings {
    grid-template-columns: 1fr 1fr;
  }
}

.factory-prices-dashboard .columns-container .left-col .intro-section .listings a {
  display: inline-block;
}

.factory-prices-dashboard .columns-container .left-col .intro-section .listings a .more {
  padding: 5px 8px;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .factory-prices-dashboard .columns-container .left-col .intro-section .listings a .more {
    min-height: 260px;
  }
}

.factory-prices-dashboard .columns-container .left-col .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 .left-col .intro-section .listings a .more svg {
  height: 60px;
  width: 60px;
}

.factory-prices-dashboard .columns-container .left-col .intro-section .listings a .more .price {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.factory-prices-dashboard .columns-container .left-col .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 .left-col .intro-section .listings a .up {
  background-color: #00654a;
}

.factory-prices-dashboard .columns-container .left-col .intro-section .listings a .up svg {
  color: #3a9948;
}

.factory-prices-dashboard .columns-container .left-col .intro-section .listings a .down {
  background-color: #AC2A2A;
}

.factory-prices-dashboard .columns-container .left-col .intro-section .listings a .down svg {
  color: #971515;
}

.factory-prices-dashboard .columns-container .left-col .intro-section .listings a, .factory-prices-dashboard .columns-container .left-col .intro-section .listings a:hover, .factory-prices-dashboard .columns-container .left-col .intro-section .listings a:active, .factory-prices-dashboard .columns-container .left-col .intro-section .listings a:focus {
  text-decoration: none;
}

.factory-prices-dashboard .columns-container .left-col .charts-section {
  width: 100%;
  background-color: #FFFFFF;
  margin-bottom: 5px;
}

.factory-prices-dashboard .columns-container .left-col .charts-section .animal {
  border-top: 5px solid #E5E5E5;
  height: 52px;
  background-color: #AC2A2A;
  width: 100%;
  text-align: center;
  display: table;
}

.factory-prices-dashboard .columns-container .left-col .charts-section .animal h5 {
  display: table-cell;
  vertical-align: middle;
  font-size: 22px;
  line-height: 16px;
  color: #FFFFFF;
}

.factory-prices-dashboard .columns-container .left-col .charts-section canvas {
  padding: 20px 22px 30px 10px;
  min-height: 498px;
}

.factory-prices-dashboard .columns-container .left-col .disclaimer-small {
  width: 100%;
  background-color: #FFFFFF;
  line-height: 26px;
  text-align: center;
  padding-top: 22px;
  padding-right: 80px;
  padding-left: 80px;
  margin-bottom: 26px;
}

.factory-prices-dashboard .columns-container .left-col .disclaimer-small .right {
  text-align: right;
}

.factory-prices-dashboard .columns-container .left-col .disclaimer-small .left {
  text-align: left;
}

.factory-prices-dashboard .columns-container .left-col .disclaimer-small p {
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
}

.factory-prices-dashboard .columns-container .left-col .disclaimer-small .dep-agri {
  font-weight: 700;
  margin-bottom: 32px;
}

.factory-prices-dashboard .columns-container .left-col .disclaimer-big {
  background-color: #FFFFFF;
  padding: 33px 113px 35px 29px;
  margin-bottom: 26px;
}

@media only screen and (max-width: calc( 600px - 1px)) {
  .factory-prices-dashboard .columns-container .left-col .disclaimer-big {
    padding: 20px;
  }
}

.factory-prices-dashboard .columns-container .left-col .disclaimer-big h5 {
  font-size: 22px;
  color: #AC2A2A;
}

.factory-prices-dashboard .columns-container .right-col {
  width: 100%;
  margin-bottom: 26px;
}

.factory-prices-dashboard .columns-container .right-col .prices-calculator, .factory-prices-dashboard .columns-container .right-col .factory-news, .factory-prices-dashboard .columns-container .right-col .prices-dashboard {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 91px;
  background-color: #AC2A2A;
  display: flex;
}

.factory-prices-dashboard .columns-container .right-col .prices-calculator svg, .factory-prices-dashboard .columns-container .right-col .factory-news svg, .factory-prices-dashboard .columns-container .right-col .prices-dashboard svg {
  position: absolute;
  top: -60px;
  left: -70px;
  opacity: 0.3;
}

.factory-prices-dashboard .columns-container .right-col .prices-calculator svg path, .factory-prices-dashboard .columns-container .right-col .factory-news svg path, .factory-prices-dashboard .columns-container .right-col .prices-dashboard svg path {
  fill: #971515;
}

.factory-prices-dashboard .columns-container .right-col .prices-calculator .icon, .factory-prices-dashboard .columns-container .right-col .factory-news .icon, .factory-prices-dashboard .columns-container .right-col .prices-dashboard .icon {
  width: 57px;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.factory-prices-dashboard .columns-container .right-col .prices-calculator .icon #no-opacity, .factory-prices-dashboard .columns-container .right-col .factory-news .icon #no-opacity, .factory-prices-dashboard .columns-container .right-col .prices-dashboard .icon #no-opacity {
  opacity: 1;
}

.factory-prices-dashboard .columns-container .right-col .prices-calculator .icon img, .factory-prices-dashboard .columns-container .right-col .factory-news .icon img, .factory-prices-dashboard .columns-container .right-col .prices-dashboard .icon img {
  position: relative;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.factory-prices-dashboard .columns-container .right-col .prices-calculator .calc-desc, .factory-prices-dashboard .columns-container .right-col .factory-news .calc-desc, .factory-prices-dashboard .columns-container .right-col .prices-dashboard .calc-desc {
  height: 100%;
  margin-left: 14px;
  margin-right: 13px;
  flex: auto;
}

.factory-prices-dashboard .columns-container .right-col .prices-calculator .calc-desc p, .factory-prices-dashboard .columns-container .right-col .factory-news .calc-desc p, .factory-prices-dashboard .columns-container .right-col .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-dashboard .columns-container .right-col .prices-calculator .calc-desc p span, .factory-prices-dashboard .columns-container .right-col .factory-news .calc-desc p span, .factory-prices-dashboard .columns-container .right-col .prices-dashboard .calc-desc p span {
  font-weight: 400;
}

.factory-prices-dashboard .columns-container .right-col .prices-calculator .calc-arrow, .factory-prices-dashboard .columns-container .right-col .factory-news .calc-arrow, .factory-prices-dashboard .columns-container .right-col .prices-dashboard .calc-arrow {
  height: 100%;
  width: 50px;
  position: relative;
  margin-left: 50px;
  margin-right: 20px;
}

.factory-prices-dashboard .columns-container .right-col .prices-calculator .calc-arrow .dotted, .factory-prices-dashboard .columns-container .right-col .factory-news .calc-arrow .dotted, .factory-prices-dashboard .columns-container .right-col .prices-dashboard .calc-arrow .dotted {
  position: absolute;
  top: 32%;
  transform: translateY(-32%);
  width: 34px;
  border-top: 2px dashed #FFFFFF;
}

.factory-prices-dashboard .columns-container .right-col .prices-calculator .calc-arrow svg, .factory-prices-dashboard .columns-container .right-col .factory-news .calc-arrow svg, .factory-prices-dashboard .columns-container .right-col .prices-dashboard .calc-arrow svg {
  position: absolute;
  top: 37px;
  left: 29px;
  width: 16px;
  height: 16px;
  opacity: 1;
}

.factory-prices-dashboard .columns-container .right-col .prices-calculator .calc-arrow svg path, .factory-prices-dashboard .columns-container .right-col .factory-news .calc-arrow svg path, .factory-prices-dashboard .columns-container .right-col .prices-dashboard .calc-arrow svg path {
  fill: #FFFFFF;
}

.factory-prices-dashboard .columns-container .right-col .prices-calculator:hover, .factory-prices-dashboard .columns-container .right-col .factory-news:hover, .factory-prices-dashboard .columns-container .right-col .prices-dashboard:hover {
  background-color: #3a9948;
}

.factory-prices-dashboard .columns-container .right-col .prices-calculator:hover svg path, .factory-prices-dashboard .columns-container .right-col .factory-news:hover svg path, .factory-prices-dashboard .columns-container .right-col .prices-dashboard:hover svg path {
  fill: #00654a;
}

.factory-prices-dashboard .columns-container .right-col .prices-calculator:hover .calc-arrow svg path, .factory-prices-dashboard .columns-container .right-col .factory-news:hover .calc-arrow svg path, .factory-prices-dashboard .columns-container .right-col .prices-dashboard:hover .calc-arrow svg path {
  fill: #FFFFFF;
}

.factory-prices-dashboard .columns-container .right-col .ad {
  width: 300px;
  height: 600px;
  margin: 31px auto;
  vertical-align: bottom;
}

.factory-prices-dashboard .columns-container .right-col .widget_agriland_related_articles_widget .sidebar-title {
  background-color: #AC2A2A;
}

.factory-prices-dashboard .columns-container .right-col .widget_agriland_related_articles_widget .sidebar-title h5 svg path {
  fill: #971515;
}

.factory-prices-dashboard .columns-container .right-col .widget_agriland_related_articles_widget .more {
  border-color: #AC2A2A;
}

.factory-prices-dashboard .columns-container .right-col .bottom-container {
  padding-left: 13px;
  padding-right: 13px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: calc( 768px - 1px)) {
  .factory-prices-dashboard .columns-container .right-col .bottom-container {
    position: relative;
  }
}

.factory-prices-dashboard .columns-container .right-col .bottom-container .ad-300x250 {
  margin: 31px auto;
  width: 300px;
  height: 250px;
}

.factory-prices-dashboard .columns-container .right-col .bottom-container .factory-news {
  margin-bottom: 0;
}

.factory-prices-animal-dashboard .title-container {
  min-height: 78px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #E5E5E5;
}

.factory-prices-animal-dashboard .title-container .title {
  display: flex;
  align-items: center;
  min-height: 78px;
}

.factory-prices-animal-dashboard .title-container .title h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 23px;
  line-height: 16px;
  letter-spacing: 0.15em;
  margin-bottom: 0;
  margin-right: 182px;
  color: #AC2A2A;
  text-transform: uppercase;
}

.factory-prices-animal-dashboard .title-container .title div {
  min-height: 78px;
  position: relative;
}

.factory-prices-animal-dashboard .title-container .title div svg {
  position: absolute;
  left: 0;
  top: -296px;
  width: 700px;
  height: 700px;
}

.factory-prices-animal-dashboard .title-container .title div svg path {
  fill: #AC2A2A;
}

@media screen and (max-width: 768px) {
  .factory-prices-animal-dashboard .title-container .title h4 {
    margin-left: 16px;
  }
}

@media screen and (max-width: 600px) {
  .factory-prices-animal-dashboard .title-container {
    margin-top: 6px;
  }
  .factory-prices-animal-dashboard .title-container .title h4 {
    margin-right: 52px;
  }
}

.factory-prices-animal-dashboard .title-container {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin: 0 -50vw;
}

.factory-prices-animal-dashboard .ag-full-width {
  max-width: 1126px;
}

.factory-prices-animal-dashboard .ag-full-width .buttons {
  margin-top: 27px;
  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 .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 {
  height: 100%;
  width: 50px;
  position: relative;
  margin-left: 50px;
  margin-right: 20px;
}

.factory-prices-animal-dashboard .ag-full-width .buttons .prices-calculator .calc-arrow .dotted, .factory-prices-animal-dashboard .ag-full-width .buttons .factory-news .calc-arrow .dotted, .factory-prices-animal-dashboard .ag-full-width .buttons .prices-dashboard .calc-arrow .dotted {
  position: absolute;
  top: 32%;
  transform: translateY(-32%);
  width: 34px;
  border-top: 2px dashed #FFFFFF;
}

.factory-prices-animal-dashboard .ag-full-width .buttons .prices-calculator .calc-arrow svg, .factory-prices-animal-dashboard .ag-full-width .buttons .factory-news .calc-arrow svg, .factory-prices-animal-dashboard .ag-full-width .buttons .prices-dashboard .calc-arrow svg {
  position: absolute;
  top: 37px;
  left: 29px;
  width: 16px;
  height: 16px;
  opacity: 1;
}

.factory-prices-animal-dashboard .ag-full-width .buttons .prices-calculator .calc-arrow svg path, .factory-prices-animal-dashboard .ag-full-width .buttons .factory-news .calc-arrow svg path, .factory-prices-animal-dashboard .ag-full-width .buttons .prices-dashboard .calc-arrow svg path {
  fill: #FFFFFF;
}

.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;
}

.factory-prices-animal-dashboard .ag-full-width .buttons .prices-calculator:hover .calc-arrow svg path, .factory-prices-animal-dashboard .ag-full-width .buttons .factory-news:hover .calc-arrow svg path, .factory-prices-animal-dashboard .ag-full-width .buttons .prices-dashboard:hover .calc-arrow svg path {
  fill: #FFFFFF;
}

.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: 28px;
}

.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: 24px;
  padding-right: 16px;
}

.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: 16px;
  margin-bottom: 0;
  margin-left: 24px;
}

.factory-prices-animal-dashboard .ag-full-width .chart .chart-header p span {
  font-weight: 700;
}

.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;
}

.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;
  height: 134px;
  padding: 28px 22px 30px 23px;
}

.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;
}

.factory-prices-animal-dashboard .ag-full-width .chart .update-chart .bot-avg-top h5 {
  letter-spacing: 0.1em;
  color: #FFFFFF;
  line-height: 30px;
}

.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 {
  height: 100%;
  float: right;
  display: inline-block;
}

.factory-prices-animal-dashboard .ag-full-width .chart .update-chart form div {
  display: inline-block;
  margin-right: 22px;
}

.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;
}

.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;
}

.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;
}

.factory-prices-animal-dashboard .ag-full-width .chart .factories-table {
  width: 100%;
  background-color: #FFFFFF;
  height: 337px;
  padding: 31px 55px 27px 52px;
  position: relative;
}

.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 h6 {
  float: right;
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  color: #AC2A2A;
  line-height: 26px;
  font-weight: 400;
  margin-top: 16px;
  margin-right: 35px;
  display: inline-block;
}

.factory-prices-animal-dashboard .ag-full-width .chart .factories-table a {
  position: absolute;
  bottom: 40px;
  right: 55px;
}

.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: 44px;
  padding-bottom: 27px;
  margin-bottom: 3px;
}

.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;
  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: 16px;
  color: #FFFFFF;
}

.factory-prices-animal-dashboard .ag-full-width .historical-price-data canvas {
  margin-top: 11px;
  padding-left: 20px;
}

.factory-prices-animal-dashboard .ag-full-width .about-this-data {
  width: 100%;
  background-color: #FFFFFF;
  padding: 0 25px 0 29px;
}

.factory-prices-animal-dashboard .ag-full-width .about-this-data .header {
  display: table;
  width: 100%;
  height: 74px;
}

.factory-prices-animal-dashboard .ag-full-width .about-this-data .header h5 {
  display: table-cell;
  vertical-align: middle;
  font-size: 22px;
  line-height: 26px;
  color: #AC2A2A;
}

.factory-prices-animal-dashboard .ag-full-width .about-this-data .header img {
  margin-top: 17px;
  float: right;
}

.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;
}

.factory-prices-animal-dashboard .ag-full-width .news-and-overview h5 {
  color: #AC2A2A;
  line-height: 26px;
  letter-spacing: 0.15em;
  margin-bottom: 19px;
}

.factory-prices-animal-dashboard .ag-full-width .news-and-overview .left-side .beef-factory-price-article {
  display: inline-block;
  margin-bottom: 25px;
  margin-right: 11px;
  overflow: auto;
  width: 357px;
  background-color: #FFFFFF;
}

.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: 130px;
}

.factory-prices-animal-dashboard .ag-full-width .news-and-overview .left-side .beef-factory-price-article .title {
  flex: auto;
  min-height: 130px;
  float: right;
  padding-top: 14px;
  padding-right: 12px;
  padding-left: 13px;
  position: relative;
  text-align: left;
}

.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 {
  line-height: 20px;
  color: #282828;
  padding-bottom: 16px;
}

.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: 11px;
  right: 12px;
}

.factory-prices-animal-dashboard .ag-full-width .news-and-overview .right-side .widget {
  text-align: center;
}

.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: 16px;
  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 {
  max-width: 1126px;
}

@media only screen and (max-width: calc( 1200px - 1px)) {
  .factory-prices-calculator .ag-full-width {
    max-width: 960px;
  }
}

@media only screen and (max-width: calc( 992px - 1px)) {
  .factory-prices-calculator .ag-full-width {
    max-width: 720px;
  }
}

.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( 600px - 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;
}

.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 .calc-arrow, .factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .factory-news .calc-arrow, .factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .prices-dashboard .calc-arrow {
  height: 100%;
  width: 50px;
  position: relative;
  margin-left: 50px;
  margin-right: 20px;
}

.factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .prices-calculator .calc-arrow .dotted, .factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .factory-news .calc-arrow .dotted, .factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .prices-dashboard .calc-arrow .dotted {
  position: absolute;
  top: 32%;
  transform: translateY(-32%);
  width: 34px;
  border-top: 2px dashed #FFFFFF;
}

.factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .prices-calculator .calc-arrow svg, .factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .factory-news .calc-arrow svg, .factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .prices-dashboard .calc-arrow svg {
  position: absolute;
  top: 37px;
  left: 29px;
  width: 16px;
  height: 16px;
  opacity: 1;
}

.factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .prices-calculator .calc-arrow svg path, .factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .factory-news .calc-arrow svg path, .factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .prices-dashboard .calc-arrow svg path {
  fill: #FFFFFF;
}

.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 .instructions-and-buttons .buttons .prices-calculator:hover .calc-arrow svg path, .factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .factory-news:hover .calc-arrow svg path, .factory-prices-calculator .ag-full-width .instructions-and-buttons .buttons .prices-dashboard:hover .calc-arrow svg path {
  fill: #FFFFFF;
}

.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;
  grid-template-columns: 748px 358px;
  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: 336px;
  background-color: #FFFFFF;
  padding: 30px 115px 30px 30px;
  display: inline-block;
}

.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;
  border: 1px solid black;
  margin: 0 auto;
}

.factory-prices-calculator .ag-full-width .grid-calc .qps-calculator {
  width: 100%;
  height: 123px;
  background-color: #282828;
  padding: 36px 30px 35px 28px;
}

.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:last-of-type {
  margin-left: 30px;
}

.factory-prices-calculator .ag-full-width .grid-calc .qps-calculator .max {
  max-width: 118px;
  margin-top: 5px;
}

.factory-prices-calculator .ag-full-width .grid-calc .qps-calculator .weight {
  height: 50px;
  float: left;
  margin-right: 22px;
}

.factory-prices-calculator .ag-full-width .grid-calc .qps-calculator .weight .input-prepend {
  float: left;
  border-radius: 2px 0 0 2px;
  padding-top: 8px;
  padding-left: 3px;
  display: inline-block;
  height: 100%;
  width: 50px;
  background-color: #606060;
  color: #FFFFFF;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
}

.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;
}

.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;
}

.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;
}

.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 28px 30px 27px;
  margin-bottom: 95px;
}

.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;
}

.factory-prices-calculator .ag-full-width .table-container table tr td {
  color: #282828;
}

.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;
}

.category-archive .title-container, .tag-archive .title-container {
  min-height: 78px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #E5E5E5;
}

.category-archive .title-container .title, .tag-archive .title-container .title {
  display: flex;
  align-items: center;
  min-height: 78px;
}

.category-archive .title-container .title h4, .tag-archive .title-container .title h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 23px;
  line-height: 16px;
  letter-spacing: 0.15em;
  margin-bottom: 0;
  margin-right: 182px;
  color: #AC2A2A;
  text-transform: uppercase;
}

.category-archive .title-container .title div, .tag-archive .title-container .title div {
  min-height: 78px;
  position: relative;
}

.category-archive .title-container .title div svg, .tag-archive .title-container .title div svg {
  position: absolute;
  left: 0;
  top: -296px;
  width: 700px;
  height: 700px;
}

.category-archive .title-container .title div svg path, .tag-archive .title-container .title div svg path {
  fill: #AC2A2A;
}

@media screen and (max-width: 768px) {
  .category-archive .title-container .title h4, .tag-archive .title-container .title h4 {
    margin-left: 16px;
  }
}

@media screen and (max-width: 600px) {
  .category-archive .title-container, .tag-archive .title-container {
    margin-top: 6px;
  }
  .category-archive .title-container .title h4, .tag-archive .title-container .title h4 {
    margin-right: 52px;
  }
}

.category-archive .title-container .title h4, .tag-archive .title-container .title h4 {
  color: #3a9948;
}

.category-archive .title-container .title div svg path, .tag-archive .title-container .title div svg path {
  fill: #3a9948;
}

.category-archive .ag-full-width, .tag-archive .ag-full-width {
  /*max-width: 1126px;*/
}

.category-archive .ag-full-width .articles, .tag-archive .ag-full-width .articles {
  margin-top: 26px;
  width: 100%;
}

.category-archive .ag-full-width .articles .article, .tag-archive .ag-full-width .articles .article {
  background-color: #FFFFFF;
  margin-bottom: 26px;
}

.category-archive .ag-full-width .articles .article picture, .tag-archive .ag-full-width .articles .article picture {
  display: grid;
  background: black;
  align-content: center;
}

.category-archive .ag-full-width .articles .article a, .tag-archive .ag-full-width .articles .article a {
  display: grid;
  grid-template-columns: 38.5% 61.5%;
}

@media only screen and (max-width: calc( 768px - 1px)) {
  .category-archive .ag-full-width .articles .article a, .tag-archive .ag-full-width .articles .article a {
    grid-template-columns: 50% 50%;
  }
}

.category-archive .ag-full-width .articles .article a, .category-archive .ag-full-width .articles .article a:active, .category-archive .ag-full-width .articles .article a:focus, .category-archive .ag-full-width .articles .article a:hover, .tag-archive .ag-full-width .articles .article a, .tag-archive .ag-full-width .articles .article a:active, .tag-archive .ag-full-width .articles .article a:focus, .tag-archive .ag-full-width .articles .article a:hover {
  text-decoration: none;
  color: #282828;
}

.category-archive .ag-full-width .articles .article img, .tag-archive .ag-full-width .articles .article img {
  width: 100%;
}

.category-archive .ag-full-width .articles .article .title, .tag-archive .ag-full-width .articles .article .title {
  padding: 22px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: calc( 1200px - 1px)) {
  .category-archive .ag-full-width .articles .article .title, .tag-archive .ag-full-width .articles .article .title {
    padding: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: calc( 992px - 1px)) {
  .category-archive .ag-full-width .articles .article .title, .tag-archive .ag-full-width .articles .article .title {
    padding: 15px;
  }
}

@media only screen and (max-width: calc( 768px - 1px)) {
  .category-archive .ag-full-width .articles .article .title, .tag-archive .ag-full-width .articles .article .title {
    padding: 10px;
  }
}

.category-archive .ag-full-width .articles .article .title h4, .tag-archive .ag-full-width .articles .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)) {
  .category-archive .ag-full-width .articles .article .title h4, .tag-archive .ag-full-width .articles .article .title h4 {
    font-size: 22px;
    line-height: 24px;
  }
}

.category-archive .ag-full-width .articles .article .title p, .tag-archive .ag-full-width .articles .article .title p {
  font-size: 16px;
  line-height: 19px;
}

@media only screen and (min-width: 992px) and (max-width: calc( 1200px - 1px)) {
  .category-archive .ag-full-width .articles .article .title p, .tag-archive .ag-full-width .articles .article .title p {
    font-size: 14px;
    line-height: 16px;
  }
}

.category-archive .ag-full-width .articles .article .title .timestamp, .tag-archive .ag-full-width .articles .article .title .timestamp {
  position: absolute;
  bottom: 0;
  right: 18px;
  font-family: Barlow, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-transform: capitalize;
}

@media only screen and (max-width: calc( 768px - 1px)) {
  .category-archive .ag-full-width .articles .article .title .timestamp, .tag-archive .ag-full-width .articles .article .title .timestamp {
    margin-bottom: 0;
    bottom: 3px;
    right: 6px;
  }
}

.category-archive .ag-full-width .articles .article:first-of-type, .tag-archive .ag-full-width .articles .article:first-of-type {
  /*min-height: 259px;*/
  background-color: #3a9948;
}

.category-archive .ag-full-width .articles .article:first-of-type .title, .tag-archive .ag-full-width .articles .article:first-of-type .title {
  /*min-height: 259px;*/
  overflow: hidden;
}

.category-archive .ag-full-width .articles .article:first-of-type .title svg, .tag-archive .ag-full-width .articles .article:first-of-type .title svg {
  z-index: 0;
  position: absolute;
  top: -80px;
  right: -100px;
  width: 250px;
  height: 250px;
}

.category-archive .ag-full-width .articles .article:first-of-type .title svg path, .tag-archive .ag-full-width .articles .article:first-of-type .title svg path {
  fill: #00654a;
}

.category-archive .ag-full-width .articles .article:first-of-type .title p, .tag-archive .ag-full-width .articles .article:first-of-type .title p {
  font-size: 18px;
  line-height: 26px;
}

@media only screen and (min-width: 992px) and (max-width: calc( 1200px - 1px)) {
  .category-archive .ag-full-width .articles .article:first-of-type .title p, .tag-archive .ag-full-width .articles .article:first-of-type .title p {
    font-size: 16px;
    line-height: 19px;
  }
}

.category-archive .ag-full-width .articles .article:first-of-type .title h4, .category-archive .ag-full-width .articles .article:first-of-type .title p, .category-archive .ag-full-width .articles .article:first-of-type .title .excerpt a, .tag-archive .ag-full-width .articles .article:first-of-type .title h4, .tag-archive .ag-full-width .articles .article:first-of-type .title p, .tag-archive .ag-full-width .articles .article:first-of-type .title .excerpt a {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
}

.category-archive .ag-full-width .articles .article:first-of-type .title h4, .tag-archive .ag-full-width .articles .article:first-of-type .title h4 {
  margin-bottom: 12px;
  font-size: 30px;
  line-height: 32px;
}

@media only screen and (min-width: 992px) and (max-width: calc( 1200px - 1px)) {
  .category-archive .ag-full-width .articles .article:first-of-type .title h4, .tag-archive .ag-full-width .articles .article:first-of-type .title h4 {
    font-size: 25px;
    line-height: 28px;
  }
}

.category-archive .ag-full-width .articles .article:first-of-type .title .timestamp, .tag-archive .ag-full-width .articles .article:first-of-type .title .timestamp {
  position: absolute;
  bottom: 0;
  right: 18px;
  color: #FFFFFF;
  font-family: Barlow, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-transform: capitalize;
}

.category-archive .ag-full-width .articles .article:hover, .tag-archive .ag-full-width .articles .article:hover {
  opacity: 0.8;
}

.category-archive .ag-full-width .articles .ad, .tag-archive .ag-full-width .articles .ad {
  width: 100%;
  height: fit-content;
  text-align: center;
  margin-bottom: 26px;
}

.category-archive .ag-full-width .articles .pagination .nav-links, .tag-archive .ag-full-width .articles .pagination .nav-links {
  float: right;
  padding-bottom: 42px;
}

.category-archive .ag-full-width .articles .pagination .nav-links .prev, .category-archive .ag-full-width .articles .pagination .nav-links .next, .tag-archive .ag-full-width .articles .pagination .nav-links .prev, .tag-archive .ag-full-width .articles .pagination .nav-links .next {
  padding: 11px 16px;
  width: 39px;
  height: 39px;
  background-color: #3a9948;
}

.category-archive .ag-full-width .articles .pagination .nav-links .prev img, .category-archive .ag-full-width .articles .pagination .nav-links .next img, .tag-archive .ag-full-width .articles .pagination .nav-links .prev img, .tag-archive .ag-full-width .articles .pagination .nav-links .next img {
  height: 15px;
  width: 15px;
}

.category-archive .ag-full-width .articles .pagination .nav-links a, .category-archive .ag-full-width .articles .pagination .nav-links span, .tag-archive .ag-full-width .articles .pagination .nav-links a, .tag-archive .ag-full-width .articles .pagination .nav-links span {
  color: #3a9948;
  padding: 11px 16px;
  background-color: #FFFFFF;
}

.category-archive .ag-full-width .articles .pagination .nav-links .current, .tag-archive .ag-full-width .articles .pagination .nav-links .current {
  background-color: #C4C4C4;
  color: #FFFFFF;
}

.category-archive .ag-full-width .articles .pagination .nav-links .prev:hover, .category-archive .ag-full-width .articles .pagination .nav-links .next:hover, .category-archive .ag-full-width .articles .pagination .nav-links a:hover, .category-archive .ag-full-width .articles .pagination .nav-links span:hover, .category-archive .ag-full-width .articles .pagination .nav-links .current:hover, .tag-archive .ag-full-width .articles .pagination .nav-links .prev:hover, .tag-archive .ag-full-width .articles .pagination .nav-links .next:hover, .tag-archive .ag-full-width .articles .pagination .nav-links a:hover, .tag-archive .ag-full-width .articles .pagination .nav-links span:hover, .tag-archive .ag-full-width .articles .pagination .nav-links .current:hover {
  background-color: #C4C4C4;
  text-decoration: none;
}

.category-archive .ag-full-width .right-bar, .tag-archive .ag-full-width .right-bar {
  margin-top: 26px;
  margin-bottom: 26px;
  width: 100%;
  position: relative;
}

.category-archive .ag-full-width .right-bar .top-ad, .category-archive .ag-full-width .right-bar .bottom-ad, .tag-archive .ag-full-width .right-bar .top-ad, .tag-archive .ag-full-width .right-bar .bottom-ad {
  height: 600px;
  width: 300px;
  border: 1px solid black;
  margin: auto;
}

.category-archive .ag-full-width .right-bar .bottom-ad-container, .tag-archive .ag-full-width .right-bar .bottom-ad-container {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .category-archive .right-bar, .tag-archive .right-bar {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .category-archive .container, .tag-archive .container {
    display: none;
  }
  .category-archive .ag-full-width .articles, .tag-archive .ag-full-width .articles {
    padding: 0 28px;
    margin-top: 13px;
  }
  .category-archive .ag-full-width .articles .article, .tag-archive .ag-full-width .articles .article {
    margin-bottom: 13px;
  }
  .category-archive .ag-full-width .articles .article .title h4, .tag-archive .ag-full-width .articles .article .title h4 {
    font-size: 16px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 479px) and (max-width: calc( 375px - 1px)) {
  .category-archive .ag-full-width .articles .article .title h4, .tag-archive .ag-full-width .articles .article .title h4 {
    font-size: 14px;
    line-height: 16px;
  }
}

@media screen and (max-width: 479px) {
  .category-archive .ag-full-width .articles .article .title .excerpt, .tag-archive .ag-full-width .articles .article .title .excerpt {
    display: none;
  }
  .category-archive .ag-full-width .articles .article:first-of-type .title h4, .tag-archive .ag-full-width .articles .article:first-of-type .title h4 {
    font-size: 18px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 479px) and (max-width: calc( 375px - 1px)) {
  .category-archive .ag-full-width .articles .article:first-of-type .title h4, .tag-archive .ag-full-width .articles .article:first-of-type .title h4 {
    font-size: 16px;
    line-height: 18px;
  }
}

@media screen and (max-width: 479px) {
  .category-archive .ag-full-width .articles .article:first-of-type .title .excerpt, .tag-archive .ag-full-width .articles .article:first-of-type .title .excerpt {
    display: none;
  }
  .category-archive .ag-full-width .articles .ad, .tag-archive .ag-full-width .articles .ad {
    margin-bottom: 13px;
  }
  .category-archive .ag-full-width .articles .nav-links, .tag-archive .ag-full-width .articles .nav-links {
    margin-top: 13px;
  }
  .category-archive .ag-full-width .articles .nav-links .prev, .category-archive .ag-full-width .articles .nav-links .next, .category-archive .ag-full-width .articles .nav-links a, .category-archive .ag-full-width .articles .nav-links span, .tag-archive .ag-full-width .articles .nav-links .prev, .tag-archive .ag-full-width .articles .nav-links .next, .tag-archive .ag-full-width .articles .nav-links a, .tag-archive .ag-full-width .articles .nav-links span {
    padding: 11px 12px !important;
  }
}

.category-archive.search-results .search-container {
  float: left;
}

.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: 16px;
  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;
  }
}

.our-team .ag-full-width .author-profile {
  width: 100%;
  min-height: 351px;
  background-color: #FFFFFF;
  padding: 26px;
  display: inline-block;
  margin-bottom: 26px;
}

.our-team .ag-full-width .author-profile .profile-container {
  display: flex;
  position: relative;
}

.our-team .ag-full-width .author-profile .profile-container .left {
  display: inline-block;
  max-width: 220px;
  width: fit-content;
  text-align: center;
}

@media only screen and (max-width: calc( 992px - 1px)) {
  .our-team .ag-full-width .author-profile .profile-container .left {
    max-width: 100%;
  }
}

.our-team .ag-full-width .author-profile .profile-container .left img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.our-team .ag-full-width .author-profile .profile-container .left a, .our-team .ag-full-width .author-profile .profile-container .left a:active, .our-team .ag-full-width .author-profile .profile-container .left a:focus, .our-team .ag-full-width .author-profile .profile-container .left a:hover {
  text-decoration: none;
}

.our-team .ag-full-width .author-profile .profile-container .left a h5, .our-team .ag-full-width .author-profile .profile-container .left a:active h5, .our-team .ag-full-width .author-profile .profile-container .left a:focus h5, .our-team .ag-full-width .author-profile .profile-container .left a:hover h5 {
  margin-top: 16px;
  margin-bottom: 6px;
  line-height: 26px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #606060;
}

.our-team .ag-full-width .author-profile .profile-container .left p {
  font-size: 16px;
  color: #3a9948;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-weight: 700;
}

.our-team .ag-full-width .author-profile .profile-container .left svg {
  width: 26px;
  height: 26px;
  margin-right: 4px;
}

.our-team .ag-full-width .author-profile .profile-container .left svg path {
  fill: #C4C4C4;
}

.our-team .ag-full-width .author-profile .profile-container .left svg:hover path {
  fill: #3a9948;
}

.our-team .ag-full-width .author-profile .profile-container .bio {
  float: right;
  display: inline-block;
  flex: 1;
  margin-left: 29px;
  height: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.our-team .ag-full-width .author-profile .profile-container .bio p {
  font-size: 18px;
  line-height: 26px;
  color: #606060;
}

.our-team .ag-full-width .author-profile .profile-container .plus {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 21px;
  height: 15px;
  background-color: #FFFFFF;
  cursor: pointer;
}

.our-team .ag-full-width .author-profile .profile-container .plus path {
  fill: #c4c4c4;
}

.our-team .ag-full-width .author-profile .profile-container .minus {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 21px;
  height: 15px;
  background-color: #FFFFFF;
  cursor: pointer;
  display: none;
}

.our-team .ag-full-width .author-profile .profile-container .minus path {
  fill: #c4c4c4;
}

.our-team .ag-full-width .author-profile .profile-container .plus:hover path, .our-team .ag-full-width .author-profile .profile-container .minus:hover path {
  fill: #3a9948;
}

@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: 16px;
  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: inline-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;
}

.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%;
  min-height: 196px;
  background-color: #FFFFFF;
  margin-bottom: 26px;
  display: flex;
}

.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 {
  width: 286px;
  height: 196px;
  float: left;
}

@media only screen and (max-width: calc( 768px - 1px)) {
  .single-author .ag-full-width .article img {
    width: 100%;
    height: auto;
  }
}

.single-author .ag-full-width .article .title {
  padding: 24px 20px 20px 25px;
  float: right;
  min-height: 196px;
  width: 400px;
  position: relative;
}

@media only screen and (max-width: calc( 1200px - 1px)) {
  .single-author .ag-full-width .article .title {
    width: calc(100vw - 325px);
  }
}

@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;
}

.single-author .ag-full-width .article .title p {
  font-size: 18px;
  line-height: 26px;
}

.single-author .ag-full-width .pagination .nav-links {
  float: right;
  padding-bottom: 42px;
}

.single-author .ag-full-width .pagination .nav-links .prev, .single-author .ag-full-width .pagination .nav-links .next {
  padding: 11px 16px;
  width: 39px;
  height: 39px;
  background-color: #3a9948;
}

.single-author .ag-full-width .pagination .nav-links .prev img, .single-author .ag-full-width .pagination .nav-links .next img {
  height: 15px;
  width: 15px;
}

.single-author .ag-full-width .pagination .nav-links a, .single-author .ag-full-width .pagination .nav-links span {
  color: #3a9948;
  padding: 11px 16px;
  background-color: #FFFFFF;
}

.single-author .ag-full-width .pagination .nav-links .current {
  background-color: #C4C4C4;
  color: #FFFFFF;
}

.single-author .ag-full-width .pagination .nav-links .prev:hover, .single-author .ag-full-width .pagination .nav-links .next:hover, .single-author .ag-full-width .pagination .nav-links a:hover, .single-author .ag-full-width .pagination .nav-links span:hover, .single-author .ag-full-width .pagination .nav-links .current:hover {
  background-color: #C4C4C4;
  text-decoration: none;
}

.single-author .ag-full-width .ad {
  width: 300px;
  height: 600px;
  border: 1px solid black;
  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: 16px;
  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;
}

.videos-page .all-videos .watch-next-row {
  background: #282828;
  margin-top: 10px;
  margin-bottom: 10px;
}

.videos-page .all-videos .watch-next-row .video-thumbnail img {
  max-width: 100%;
  width: 100%;
}

.videos-page .all-videos .watch-next-row .video-thumbnail .playBtn {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px 8px 5px 11px;
  font-size: 14px;
  background-color: #282828;
  color: #fff;
  display: flex;
  align-items: center;
}

.videos-page .all-videos .watch-next-row .video-thumbnail .playBtn img {
  margin-left: 8px;
  width: 20px;
  height: auto;
}

.videos-page .all-videos .watch-next-row .video-title {
  padding: 10px;
}

.videos-page .all-videos .watch-next-row .video-title h2 {
  color: #fff;
  font-size: 22px;
  line-height: 24px;
}

@media screen and (max-width: 479px) {
  .videos-page .all-videos .watch-next-row .video-title h2 {
    font-size: 14px;
    line-height: 15px;
  }
}

@media screen and (min-width: 479px) and (max-width: 768px) {
  .videos-page .all-videos .watch-next-row .video-title h2 {
    padding-bottom: 20px;
  }
}

.videos-page .all-videos .watch-next-row .video-title .time-published {
  color: #fff;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  right: 10px;
}

@media screen and (max-width: 768px) {
  .videos-page .all-videos .watch-next-row .video-title .time-published {
    bottom: -10px;
  }
}

.videos-page .all-videos .watch-next-row:hover {
  opacity: 0.8;
}

.videos-page .pagination .nav-links {
  float: right;
  padding-bottom: 42px;
}

.videos-page .pagination .nav-links .prev, .videos-page .pagination .nav-links .next {
  padding: 11px 16px;
  width: 39px;
  height: 39px;
  background-color: #3a9948;
}

.videos-page .pagination .nav-links .prev img, .videos-page .pagination .nav-links .next img {
  height: 15px;
  width: 15px;
}

.videos-page .pagination .nav-links a, .videos-page .pagination .nav-links span {
  color: #3a9948;
  padding: 11px 16px;
  background-color: #FFFFFF;
}

.videos-page .pagination .nav-links .current {
  background-color: #C4C4C4;
  color: #FFFFFF;
}

.videos-page .pagination .nav-links .prev:hover, .videos-page .pagination .nav-links .next:hover, .videos-page .pagination .nav-links a:hover, .videos-page .pagination .nav-links span:hover, .videos-page .pagination .nav-links .current:hover {
  background-color: #C4C4C4;
  text-decoration: none;
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .single-video-template .container {
    width: 94%;
    max-width: 94%;
  }
}

.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: 16px;
  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-post {
  margin-top: 30px;
  background: #FFFFFF;
}

.single-video-template .video-post .video-header {
  margin-left: -13px;
  margin-right: -13px;
  padding-left: 0;
  padding-right: 0;
  background-color: #FFFFFF;
}

.single-video-template .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 */
}

.single-video-template .video-post .video-header .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: calc(992px - 1px)) {
  .single-video-template .video-post .article-body p {
    margin-right: 0;
  }
}

.single-video-template .video-post .article-body .time {
  color: #3a9948;
  font-size: 12px;
  margin-bottom: 26px;
}

.single-video-template #video-sidebar.more-videos {
  margin-top: 25px;
  margin-left: 26px;
  max-width: calc(33.333333% - 26px);
  padding: 0;
}

.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 .watch-next-row {
  background: #282828;
  color: #fff;
  margin: 26px 0;
}

.single-video-template #video-sidebar.more-videos .watch-next-row .video-thumbnail img {
  max-width: 100%;
}

.single-video-template #video-sidebar.more-videos .watch-next-row .video-thumbnail .playBtn {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px 8px 5px 11px;
  font-size: 14px;
  background-color: #282828;
  color: #fff;
  display: flex;
  align-items: center;
}

.single-video-template #video-sidebar.more-videos .watch-next-row .video-thumbnail .playBtn img {
  margin-left: 8px;
  width: 20px;
  height: auto;
}

.single-video-template #video-sidebar.more-videos .watch-next-row .video-title {
  padding: 10px;
}

.single-video-template #video-sidebar.more-videos .watch-next-row .video-title h6 {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .single-video-template #video-sidebar.more-videos .watch-next-row .video-title h6 {
    font-size: 13px;
    line-height: 15px;
  }
}

@media screen and (max-width: 424px) {
  .single-video-template #video-sidebar.more-videos .watch-next-row .video-title h6 {
    font-size: 14px;
    line-height: 16px;
  }
}

@media screen and (max-width: calc(375px - 1px)) {
  .single-video-template #video-sidebar.more-videos .watch-next-row .video-title h6 {
    font-size: 12px;
    line-height: 14px;
  }
}

.contact-us {
  padding-bottom: 26px;
}

.contact-us .title-container {
  min-height: 78px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #E5E5E5;
}

.contact-us .title-container .title {
  display: flex;
  align-items: center;
  min-height: 78px;
}

.contact-us .title-container .title h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 23px;
  line-height: 16px;
  letter-spacing: 0.15em;
  margin-bottom: 0;
  margin-right: 182px;
  color: #AC2A2A;
  text-transform: uppercase;
}

.contact-us .title-container .title div {
  min-height: 78px;
  position: relative;
}

.contact-us .title-container .title div svg {
  position: absolute;
  left: 0;
  top: -296px;
  width: 700px;
  height: 700px;
}

.contact-us .title-container .title div svg path {
  fill: #AC2A2A;
}

@media screen and (max-width: 768px) {
  .contact-us .title-container .title h4 {
    margin-left: 16px;
  }
}

@media screen and (max-width: 600px) {
  .contact-us .title-container {
    margin-top: 6px;
  }
  .contact-us .title-container .title h4 {
    margin-right: 52px;
  }
}

.contact-us .title-container {
  margin-bottom: 26px;
}

.contact-us .title-container .title h4 {
  color: #3a9948;
}

.contact-us .title-container .title div svg path {
  fill: #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: 16px;
  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: 16px;
  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: 16px;
  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: 16px;
  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: 16px;
  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: 16px;
  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: 16px;
  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;
}

.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-reverse;
  }
}

.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: 54px;
  height: 26px;
  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 {
  background-color: #606060;
}

#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: 158px !important;
}

#footer .footer-container .ag-footer-menu-container .ag-group-websites {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #151515;
  padding: 26px;
  opacity: 0.6;
}

#footer .footer-container .ag-footer-menu-container .ag-group-websites .mobile-only-footer-logo {
  width: 100%;
  height: auto;
  display: none;
  align-items: center;
  padding: 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;
}

#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: 833px) {
  #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: 1023px) {
  #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 .ag-group-websites .mobile-only-footer-logo {
    display: flex;
  }
  #footer .footer-container .ag-footer-menu-container .ag-group-websites .websites-container .websites {
    min-width: 70px;
    width: 70px;
  }
  #footer .footer-container .ag-footer-menu-container .ag-group-websites .websites-container .websites img {
    width: 70px;
    height: 20px;
  }
  #footer .footer-container .ag-footer-menu-container .ag-group-websites .websites-container .websites:nth-of-type(4) a {
    display: initial;
  }
}

#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 .5s ease;
  transition: opacity .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 .4s ease,-webkit-transform .4s ease;
  transition: left .4s ease,-webkit-transform .4s ease;
  transition: left .4s ease,transform .4s ease;
  transition: left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease;
}

#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight .4s ease-out;
  animation: bounceFromRight .4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft .4s ease-out;
  animation: bounceFromLeft .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 .4s ease;
  transition: background-color .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: .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);
  }
}

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