/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@charset "UTF-8";
/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 */
@-webkit-keyframes scale-element {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes scale-element {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes loader-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes loader-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@font-face {
  font-family: "Roboto";
  src: url("/themes/rundvirke-industrier/assets/roboto-regular.23042daa.woff2") format("woff2"), url("/themes/rundvirke-industrier/assets/roboto-regular.cd8402ec.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/themes/rundvirke-industrier/assets/roboto-italic.49571629.woff2") format("woff2"), url("/themes/rundvirke-industrier/assets/roboto-italic.63093507.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("/themes/rundvirke-industrier/assets/roboto-medium.c3147f94.woff2") format("woff2"), url("/themes/rundvirke-industrier/assets/roboto-medium.a6ea4c5f.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/themes/rundvirke-industrier/assets/roboto-medium-italic.1df8fe06.woff2") format("woff2"), url("/themes/rundvirke-industrier/assets/roboto-medium-italic.e0d88f67.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "EB Garamond";
  src: url("/themes/rundvirke-industrier/assets/eb-garamond-regular.6c1c87b2.woff2") format("woff2"), url("/themes/rundvirke-industrier/assets/eb-garamond-regular.562e1cf3.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "EB Garamond";
  src: url("/themes/rundvirke-industrier/assets/eb-garamond-italic.6b8aeb57.woff2") format("woff2"), url("/themes/rundvirke-industrier/assets/eb-garamond-italic.00b95f95.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "EB Garamond";
  src: url("/themes/rundvirke-industrier/assets/eb-garamond-semi-bold.45be2c93.woff2") format("woff2"), url("/themes/rundvirke-industrier/assets/eb-garamond-semi-bold.7a2a1f02.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "EB Garamond";
  src: url("/themes/rundvirke-industrier/assets/eb-garamond-semi-bold-italic.ca6e6af1.woff2") format("woff2"), url("/themes/rundvirke-industrier/assets/eb-garamond-semi-bold-italic.7626283e.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
h1,
.h1 {
  font-weight: normal;
  margin: 0 0 1.5rem;
  font-size: 2rem;
  line-height: 3rem;
}
@media (min-width: 768px) {
  h1,
.h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media (min-width: 1024px) {
  h1,
.h1 {
    font-size: 4rem;
    line-height: 5rem;
  }
}
h1.-large,
.h1.-large {
  font-weight: normal;
  margin: 0 0 1.5rem;
  font-size: 3rem;
  line-height: 4rem;
}
@media (min-width: 768px) {
  h1.-large,
.h1.-large {
    font-size: 4rem;
    line-height: 5rem;
  }
}
@media (min-width: 1024px) {
  h1.-large,
.h1.-large {
    font-size: 6rem;
    line-height: 7rem;
  }
}

h2,
.h2 {
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0 0 1rem;
}
@media (min-width: 768px) {
  h2,
.h2 {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px) {
  h2,
.h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}

h3,
.h3 {
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin: 0 0 1rem;
}
@media (min-width: 1024px) {
  h3,
.h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 0 1rem;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #333;
}

p,
li {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 0 1rem;
}
p.-small,
li.-small {
  font-size: 0.75rem;
  line-height: 1rem;
}
p.-large,
li.-large {
  font-family: "EB Garamond", "Garamond", Georgia, serif;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  p.-large,
li.-large {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px) {
  p.-two-columns {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
            column-gap: 40px;
  }
}

span.-small {
  font-size: 0.75rem;
  line-height: 1rem;
}

.brix-block ul,
.brix-block ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.brix-block li {
  display: -webkit-flex;
  display: flex;
}
.brix-block li::before {
  margin-right: 12px;
  color: #669c30;
}
@media (min-width: 768px) {
  .brix-block li::before {
    position: absolute;
    left: -26px;
  }
}
.brix-block li::marker {
  color: #669c30;
}
.brix-block ul {
  list-style-type: disc;
}
.brix-block ul > li::before {
  content: "●";
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.brix-block ol {
  list-style-type: decimal;
  counter-reset: counter;
}
.brix-block ol > li {
  counter-increment: counter;
}
.brix-block ol > li::before {
  content: counter(counter) ".";
}

blockquote {
  border-left: 1px solid #669c30;
  padding-left: 1.5rem;
  margin: 2rem 0;
}
blockquote > p {
  font-family: "EB Garamond", "Garamond", Georgia, serif;
  font-style: italic;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0;
}
@media (min-width: 1024px) {
  blockquote > p {
    font-size: 2rem;
    line-height: 3rem;
  }
}
blockquote > cite {
  font-size: 0.75rem;
  line-height: 1rem;
  display: block;
  font-style: normal;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  blockquote {
    padding-left: 2rem;
    margin: 4.5rem 0;
  }
  blockquote > cite {
    margin-top: 1.5rem;
  }
}

.preamble {
  font-family: "EB Garamond", "Garamond", Georgia, serif;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  .preamble {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.caption {
  font-size: 0.75rem;
  line-height: 1rem;
}

.pre-heading {
  font-family: "EB Garamond", "Garamond", Georgia, serif;
  font-weight: bold;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 0 1.5rem;
}

small {
  font-size: 0.75rem;
  line-height: 1rem;
}

mark {
  background-color: rgba(102, 156, 48, 0.75);
  color: #fff;
}

.-text-align-left {
  text-align: left;
}

.-text-align-center {
  text-align: center;
}

.-text-align-right {
  text-align: right;
}

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

body {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #5b5b5b;
  background-color: #fff;
}

*::-moz-selection {
  color: #fff;
  background-color: #669c30;
}

*::selection {
  color: #fff;
  background-color: #669c30;
}

svg {
  display: block;
}

a {
  color: currentColor;
  text-decoration: none;
}

p > a {
  transition: all 0.2s ease-in 0s;
  text-decoration: none;
  border-bottom: 1px solid;
  color: inherit;
}
p > a:hover {
  color: inherit;
  border-bottom: 1px solid currentColor;
  opacity: 0.7;
}
p > a:active {
  color: inherit;
  opacity: 0.75;
}

button {
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.button {
  transition: all 0.2s ease-in 0s;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  min-height: 48px;
  min-width: 104px;
  max-width: 100%;
  padding: 8px 32px;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 576px) {
  .button {
    min-width: 168px;
  }
}
.button > span {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  word-wrap: break-word;
}
.button.-border {
  color: #669c30;
  border: 1px solid;
  border-color: #669c30;
}
.button.-border:hover {
  background-color: #669c30;
  color: #fff;
}
.button.-solid {
  color: #fff;
}
.button.-solid::before {
  transition: opacity 0.2s ease-in 0s;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  background-color: #669c30;
  z-index: -1;
}
.button.-solid:hover {
  background-color: transparent;
  border-color: transparent;
}
.button.-solid:hover::before {
  opacity: 0.75;
}

input[type=text],
input[type=email],
textarea {
  color: inherit;
  display: -webkit-flex;
  display: flex;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #999;
  padding: 0;
  margin-top: 8px;
  font-size: 1rem;
  line-height: 1.5rem;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  outline: 0;
}

input {
  padding: 0;
}

textarea {
  width: 100%;
  min-height: 144px;
  padding: 0;
  resize: none;
}

label {
  display: block;
}
label.-required::after {
  content: "*";
  margin-left: 5px;
}

form input[type=button],
form input[type=submit],
form button {
  background-color: #669c30;
  border-color: transparent;
  color: #fff;
}
form input[type=button]:hover,
form input[type=submit]:hover,
form button:hover {
  background-color: rgba(102, 156, 48, 0.75);
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
}
@media (min-width: 768px) {
  table {
    margin: 4.5rem 0;
  }
}
table tr {
  height: 3rem;
}
table td,
table th {
  text-align: center;
  padding: 1rem 0;
  border-bottom: 1px solid #5b5b5b;
}
table td:first-child,
table th:first-child {
  text-align: left;
}
table td:last-child,
table th:last-child {
  text-align: right;
}
table th {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: bold;
}
table caption {
  font-size: 0.75rem;
  line-height: 1rem;
  caption-side: bottom;
  max-width: 30rem;
  color: #5b5b5b;
  text-align: left;
  margin-top: 1.5rem;
}
table.-striped tbody tr:nth-child(odd) {
  background-color: #f3f3f3;
}
table.-striped td,
table.-striped th {
  border-bottom: none;
}
table.-striped td:first-child,
table.-striped th:first-child {
  padding-left: 1rem;
}
table.-striped td:last-child,
table.-striped th:last-child {
  padding-right: 1rem;
}
table.-striped td {
  color: #5b5b5b;
}
table.-striped.-vertical-borders th:not(:last-child),
table.-striped.-vertical-borders td:not(:last-child) {
  border-color: rgba(153, 153, 153, 0.5);
}
table.-vertical-borders th,
table.-vertical-borders td {
  padding: 0 16px;
}
table.-vertical-borders th:not(:last-child),
table.-vertical-borders td:not(:last-child) {
  border-right: 1px solid;
}
table.-align-text-left th,
table.-align-text-left td {
  text-align: left;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.has-text-align-left {
  text-align: left;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-right {
  text-align: right;
}

html.no-transition {
  transition: none !important;
}
html.no-transition *,
html.no-transition *::before,
html.no-transition *::after {
  transition: none !important;
}

.brix-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  z-index: 100;
  padding: 0 24px;
}
@media (min-width: 768px) {
  .brix-menu {
    height: 72px;
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  .brix-menu {
    height: 96px;
    padding: 0 40px;
  }
}
@media (min-width: 1208px) {
  .brix-menu {
    padding: 0 40px;
  }
}
.brix-menu::before, .brix-menu::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.brix-menu::before {
  height: 100vh;
  background-color: #fff;
  -webkit-transform: translate3d(0, -100vh, 0);
          transform: translate3d(0, -100vh, 0);
}
.brix-menu::after {
  height: 112px;
  background-color: inherit;
  -webkit-transform: translate3d(0, -112px, 0);
          transform: translate3d(0, -112px, 0);
}
@media (min-width: 768px) {
  .brix-menu::after {
    height: 144px;
    -webkit-transform: translate3d(0, -144px, 0);
            transform: translate3d(0, -144px, 0);
  }
}
@media (min-width: 1024px) {
  .brix-menu::after {
    height: 192px;
    -webkit-transform: translate3d(0, -192px, 0);
            transform: translate3d(0, -192px, 0);
  }
}
.brix-menu > .menu-bar {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  height: 100%;
  width: 100%;
  max-width: 1208px;
}
.brix-menu > .menu-bar > .logo {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: calc((56px - 24px) / 2) 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .brix-menu > .menu-bar > .logo {
    margin: calc((72px - 32px) / 2) 0;
  }
}
@media (min-width: 1024px) {
  .brix-menu > .menu-bar > .logo {
    margin: calc((96px - 38px) / 2) 0;
  }
}
.brix-menu > .menu-bar > .logo > svg {
  height: 24px;
}
@media (min-width: 768px) {
  .brix-menu > .menu-bar > .logo > svg {
    height: 32px;
  }
}
@media (min-width: 1024px) {
  .brix-menu > .menu-bar > .logo > svg {
    height: 38px;
  }
}
.brix-menu > .menu-bar > .menu-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  background-color: inherit;
  padding-top: 112px;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate3d(0, -24px, 0);
          transform: translate3d(0, -24px, 0);
}
@media (min-width: 768px) {
  .brix-menu > .menu-bar > .menu-wrapper {
    padding-top: 178px;
  }
}
.brix-menu > .menu-bar > .menu-wrapper .menu {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  list-style: none;
  padding: 0;
}
.brix-menu > .menu-bar > .menu-wrapper .menu > .menu-item {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 32px;
}
.brix-menu > .menu-bar > .menu-wrapper .menu > .menu-item.language-switcher {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-self: center;
          align-self: center;
}
.brix-menu > .menu-bar > .menu-wrapper .menu > .menu-item.language-switcher::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 100%;
  margin-left: -22px;
  pointer-events: none;
}
.brix-menu > .menu-bar > .menu-wrapper .menu > .menu-item.language-switcher > select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  color: currentColor;
  padding-right: 22px;
  cursor: pointer;
}
.brix-menu > .menu-bar > .menu-wrapper .menu > .menu-item.language-switcher > select:focus {
  outline: 0;
}
.brix-menu > .menu-bar > .menu-wrapper .menu > .menu-item.language-switcher option {
  padding: 0;
  color: #333;
}
.brix-menu > .menu-bar > .menu-wrapper .menu > .menu-item.language-switcher > svg {
  fill: currentColor;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.brix-menu > .menu-bar > .menu-wrapper ul > li > ul {
  display: none;
}
.brix-menu > .menu-bar > .menu-wrapper a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  height: 100%;
  color: inherit;
}
.brix-menu > .menu-bar > .menu-wrapper a:hover {
  text-decoration: none;
}
.brix-menu > .menu-bar > .search-form-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  padding-top: 112px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .brix-menu > .menu-bar > .search-form-wrapper {
    padding-top: 178px;
  }
}
.brix-menu > .menu-bar > .search-form-wrapper > .search-form {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-align-items: center;
          align-items: center;
  margin: 0;
  border: 1px solid;
}
.brix-menu > .menu-bar > .search-form-wrapper > .search-form > input,
.brix-menu > .menu-bar > .search-form-wrapper > .search-form > .search-button {
  margin: 0;
  height: 100%;
  min-height: 0;
  background: transparent;
  color: currentColor;
  border: none;
  padding: 0;
}
.brix-menu > .menu-bar > .search-form-wrapper > .search-form > .search-button {
  height: 32px;
  border: none;
}
.brix-menu > .menu-bar > .search-form-wrapper > .search-form > .search-button > svg {
  height: 100%;
  fill: currentColor;
}
.brix-menu > .menu-bar > .search-form-wrapper > .search-form > input {
  width: auto;
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 0 8px;
}
.brix-menu > .menu-bar > .search-form-wrapper > .search-form > input:focus {
  box-shadow: none;
}
.brix-menu > .menu-bar > .toggle-search-button {
  position: relative;
  width: 32px;
  height: 32px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  color: inherit;
  border: none;
  padding: 0;
  margin: calc((56px - 32px) / 2) 16px calc((56px - 32px) / 2) auto;
}
@media (min-width: 768px) {
  .brix-menu > .menu-bar > .toggle-search-button {
    margin: calc((72px - 32px) / 2) 16px calc((72px - 32px) / 2) auto;
  }
}
@media (min-width: 1024px) {
  .brix-menu > .menu-bar > .toggle-search-button {
    margin: calc((96px - 32px) / 2) 16px calc((96px - 32px) / 2) auto;
  }
}
.brix-menu > .menu-bar > .toggle-search-button > svg {
  fill: currentColor;
}
.brix-menu > .menu-bar > .menu-button {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 24px;
  height: 8px;
  color: inherit;
  border: none;
  margin: calc((56px - 8px) / 2) 0;
}
@media (min-width: 768px) {
  .brix-menu > .menu-bar > .menu-button {
    margin: calc((72px - 8px) / 2) 0;
  }
}
@media (min-width: 1024px) {
  .brix-menu > .menu-bar > .menu-button {
    margin: calc((96px - 8px) / 2) 0;
  }
}
.brix-menu > .menu-bar > .menu-button::before, .brix-menu > .menu-bar > .menu-button::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  position: absolute;
  left: 0;
  background-color: currentColor;
  transition: top ease-in-out 0.2s 0.2s, bottom 0.2s 0.2s, background-color 0s 0.2s, -webkit-transform ease-in-out 0.2s 0s;
  transition: top ease-in-out 0.2s 0.2s, bottom 0.2s 0.2s, transform ease-in-out 0.2s 0s, background-color 0s 0.2s;
  transition: top ease-in-out 0.2s 0.2s, bottom 0.2s 0.2s, transform ease-in-out 0.2s 0s, background-color 0s 0.2s, -webkit-transform ease-in-out 0.2s 0s;
}
.brix-menu > .menu-bar > .menu-button::before {
  top: 0;
}
.brix-menu > .menu-bar > .menu-button::after {
  bottom: 0;
}

@media (min-width: 576px) {
  .brix-menu:not(.-overflow) .menu-bar > .menu-button {
    display: none;
  }
  .brix-menu:not(.-overflow) .menu-bar > .menu-wrapper {
    position: initial;
    -webkit-flex: 1 0 0;
            flex: 1 0 0;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    -webkit-align-items: center;
            align-items: center;
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    padding-top: 0;
  }
  .brix-menu:not(.-overflow) .menu-bar > .menu-wrapper > .menu {
    -webkit-flex-direction: row;
            flex-direction: row;
    height: 100%;
    width: auto;
    padding-left: 40px;
  }
  .brix-menu:not(.-overflow) .menu-bar > .menu-wrapper > .menu .menu-item {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    height: 100%;
    margin: 0 0 0 24px;
  }
  .brix-menu:not(.-overflow) .menu-bar > .menu-wrapper > .menu .menu-item.-active, .brix-menu:not(.-overflow) .menu-bar > .menu-wrapper > .menu .menu-item:hover {
    box-shadow: inset 0 -2px currentColor;
  }
  .brix-menu:not(.-overflow) .menu-bar > .menu-wrapper > .menu .menu-item.language-switcher:hover {
    box-shadow: none;
  }
  .brix-menu:not(.-overflow) .menu-bar > .search-form-wrapper {
    display: -webkit-flex;
    display: flex;
    position: relative;
    height: 40px;
    width: auto;
    padding: 0;
    margin: calc((56px - 40px) / 2) 0;
    opacity: 1;
    pointer-events: all;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .brix-menu:not(.-overflow) .menu-bar > .search-form-wrapper {
    margin: calc((72px - 40px) / 2) 0;
  }
}
@media (min-width: 576px) and (min-width: 1024px) {
  .brix-menu:not(.-overflow) .menu-bar > .search-form-wrapper {
    margin: calc((96px - 40px) / 2) 0;
  }
}
@media (min-width: 576px) {
  .brix-menu:not(.-overflow) .menu-bar > .search-form-wrapper > .search-form {
    margin-left: 24px;
  }
}
@media (min-width: 576px) {
  .brix-menu:not(.-overflow) .menu-bar > .search-form-wrapper > .search-form > input {
    display: block;
    width: 160px;
  }
}
@media (min-width: 576px) {
  .brix-menu:not(.-overflow) .toggle-search-button {
    display: none;
  }
}

body.-theme-light.-menu-type-transparent .brix-menu:not(.-open-menu):not(.-open-search) {
  color: #fff;
}
body.-theme-light.-menu-type-transparent .brix-menu:not(.-open-menu):not(.-open-search).-solid-background {
  background-color: #051f02;
}
body.-theme-light.-menu-type-transparent .brix-menu:not(.-open-menu):not(.-open-search) .logo svg .text {
  fill: #fff;
}
body.-theme-light.-menu-type-solid .brix-menu {
  background-color: #fff;
}
body.-theme-light.-menu-type-solid .brix-menu:not(.-open-menu):not(.-open-search) {
  color: #051f02;
}
body.-theme-light .brix-menu .language-switcher {
  color: #999;
}

body.-theme-dark.-menu-type-transparent .brix-menu:not(.-open-menu):not(.-open-search) {
  color: #333;
}
body.-theme-dark.-menu-type-transparent .brix-menu:not(.-open-menu):not(.-open-search).-solid-background {
  background-color: #fff;
}
body.-theme-dark.-menu-type-solid .brix-menu {
  background-color: #051f02;
}
body.-theme-dark.-menu-type-solid .brix-menu:not(.-open-menu):not(.-open-search) {
  color: #fff;
}
body.-theme-dark.-menu-type-solid .brix-menu .logo svg .text {
  fill: #fff;
}
body.-theme-dark.-menu-type-solid .brix-menu.-open-menu .logo > svg > .text {
  fill: #696e6a;
}
body.-theme-dark .brix-menu .language-switcher {
  color: #999;
}

body.-menu-type-solid header::before {
  content: "";
  display: block;
  height: 56px;
  width: 100%;
}
@media (min-width: 768px) {
  body.-menu-type-solid header::before {
    height: 72px;
  }
}
@media (min-width: 1024px) {
  body.-menu-type-solid header::before {
    height: 96px;
  }
}

@media (min-width: 576px) {
  body.-menu-type-transparent .brix-menu:not(.-overflow) .menu-item.-active {
    color: inherit;
  }
}

.brix-menu.-open-menu {
  height: 100vh;
  color: #333;
}
.brix-menu.-open-menu::before {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.brix-menu.-open-menu > .menu-bar > .menu-wrapper {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.brix-menu.-open-menu > .menu-bar > .menu-wrapper > .menu > .menu-item.-active {
  color: #669c30;
  box-shadow: 0 2px currentColor;
}
.brix-menu.-open-menu > .menu-bar > .menu-wrapper > .menu > .menu-item:hover {
  box-shadow: 0 2px #5b5b5b;
}
.brix-menu.-open-menu > .menu-bar > .menu-wrapper > .menu > .menu-item.language-switcher:hover {
  box-shadow: none;
}
.brix-menu.-open-menu > .menu-bar > .menu-button::before, .brix-menu.-open-menu > .menu-bar > .menu-button::after {
  transition: top ease-in-out 0.2s 0s, bottom 0.2s 0s, -webkit-transform ease-in-out 0.2s 0.2s;
  transition: top ease-in-out 0.2s 0s, bottom 0.2s 0s, transform ease-in-out 0.2s 0.2s;
  transition: top ease-in-out 0.2s 0s, bottom 0.2s 0s, transform ease-in-out 0.2s 0.2s, -webkit-transform ease-in-out 0.2s 0.2s;
}
.brix-menu.-open-menu > .menu-bar > .menu-button::before {
  top: calc(8px / 2 - 2px / 2);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.brix-menu.-open-menu > .menu-bar > .menu-button::after {
  bottom: calc(8px / 2 - 2px / 2);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.brix-menu.-open-menu > .menu-bar > .toggle-search-button {
  opacity: 0.5;
  pointer-events: none;
}

.brix-menu.-open-search {
  height: 100vh;
  color: #333;
}
.brix-menu.-open-search::before {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.brix-menu.-open-search > .menu-bar > .search-form-wrapper {
  width: 100%;
  opacity: 1;
  pointer-events: all;
}
.brix-menu.-open-search > .menu-bar .menu-button {
  opacity: 0.5;
  pointer-events: none;
}
.brix-menu.-open-search > .menu-bar > .toggle-search-button > svg {
  display: none;
}
.brix-menu.-open-search > .menu-bar > .toggle-search-button > .line,
.brix-menu.-open-search > .menu-bar > .toggle-search-button > .line::before {
  content: "";
  display: block;
  height: 2px;
  background-color: currentColor;
  width: 24px;
}
.brix-menu.-open-search > .menu-bar > .toggle-search-button > .line {
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
          transform: rotate(45deg) translate3d(0, 0, 0);
}
.brix-menu.-open-search > .menu-bar > .toggle-search-button > .line::before {
  -webkit-transform: rotate(-90deg) translate3d(0, 0, 0);
          transform: rotate(-90deg) translate3d(0, 0, 0);
}

.brix-menu {
  transition: height 0s 0.2s, background-color ease-in-out 0.2s 0s;
}
.brix-menu::before, .brix-menu::after {
  transition: -webkit-transform ease-in-out 0.2s 0.2s;
  transition: transform ease-in-out 0.2s 0.2s;
  transition: transform ease-in-out 0.2s 0.2s, -webkit-transform ease-in-out 0.2s 0.2s;
}
.brix-menu > .menu-bar * {
  transition: color ease-in-out 0.2s 0s;
}
.brix-menu .logo > svg > .text {
  transition: fill ease-in-out 0.2s 0s;
}
.brix-menu .toggle-search-button,
.brix-menu .menu-button {
  transition: opacity 0.2s;
}
.brix-menu.-open-menu::before, .brix-menu.-open-search::before {
  transition: -webkit-transform ease-in-out 0.2s 0s;
  transition: transform ease-in-out 0.2s 0s;
  transition: transform ease-in-out 0.2s 0s, -webkit-transform ease-in-out 0.2s 0s;
}
.brix-menu.-open-menu > .menu-bar *, .brix-menu.-open-search > .menu-bar * {
  transition: color ease-in-out 0.2s 0s;
}
.brix-menu.-open-menu .logo > svg > .text, .brix-menu.-open-search .logo > svg > .text {
  transition: fill ease-in-out 0.2s 0s;
}
.brix-menu.-open-menu > .menu-bar > .menu-wrapper {
  transition: opacity ease-in-out 0.2s 0.2s, -webkit-transform ease-in-out 0.2s 0.2s;
  transition: transform ease-in-out 0.2s 0.2s, opacity ease-in-out 0.2s 0.2s;
  transition: transform ease-in-out 0.2s 0.2s, opacity ease-in-out 0.2s 0.2s, -webkit-transform ease-in-out 0.2s 0.2s;
}
.brix-menu.-open-search > .menu-bar > .search-form-wrapper {
  transition: opacity ease-in-out 0.2s 0.2s, background-color ease-in-out 0.2s 0s, width 0s 0s;
}
.brix-menu.-open-sub-menu {
  transition: background-color ease-in-out 0.2s 1s;
}
.brix-menu.-open-sub-menu .sub-menu {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-name: fadein;
          animation-name: fadein;
}
.brix-menu.-closing > .menu-bar * {
  transition: color ease-in-out 0.2s 0.3s;
}
.brix-menu.-closing .logo > svg > .text {
  transition: fill ease-in-out 0.2s 0.3s;
}
.brix-menu.-closing > .menu-bar > .menu-wrapper {
  transition: opacity ease-in-out 0.2s 0s, -webkit-transform ease-in-out 0.2s 0s;
  transition: transform ease-in-out 0.2s 0s, opacity ease-in-out 0.2s 0s;
  transition: transform ease-in-out 0.2s 0s, opacity ease-in-out 0.2s 0s, -webkit-transform ease-in-out 0.2s 0s;
}
.brix-menu.-closing > .menu-bar > .search-form-wrapper {
  transition: opacity ease-in-out 0.2s 0s, background-color ease-in-out 0.2s 0s, width 0s 0.2s;
}

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

@keyframes fadein {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.breadcrumbs {
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .breadcrumbs {
    padding: 16px 40px;
  }
}
@media (min-width: 1024px) {
  .breadcrumbs {
    padding: 16px 40px;
  }
}
@media (min-width: 1208px) {
  .breadcrumbs {
    padding: 16px 40px;
  }
}
.breadcrumbs > .wrapper {
  max-width: 1208px;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
}
.breadcrumbs .ancestor-post {
  display: -webkit-flex;
  display: flex;
  color: #999;
  margin-right: 0.5rem;
}
.breadcrumbs .ancestor-post::after {
  content: ">";
  margin-left: 0.5rem;
}

.-menu-type-transparent .breadcrumbs {
  position: fixed;
  top: 56px;
  left: 0;
  z-index: 2;
}
@media (min-width: 768px) {
  .-menu-type-transparent .breadcrumbs {
    top: 72px;
  }
}
@media (min-width: 1024px) {
  .-menu-type-transparent .breadcrumbs {
    top: 96px;
  }
}
.-menu-type-transparent .breadcrumbs.-scroll {
  position: absolute;
  padding-top: 66px;
}

footer {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  background-color: #051f02;
  color: #fff;
  padding: 0 24px;
}
@media (min-width: 768px) {
  footer {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  footer {
    padding: 0 40px;
  }
}
@media (min-width: 1208px) {
  footer {
    padding: 0 40px;
  }
}
footer > .wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1208px;
  padding: 56px 0;
  margin: 0 auto;
}
@media (min-width: 768px) {
  footer > .wrapper {
    padding: 56px 0;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  footer > .wrapper {
    padding: 80px 0;
  }
}
@media (min-width: 1208px) {
  footer > .wrapper {
    padding: 80px 0;
  }
}
footer > .wrapper > * {
  -webkit-flex: 0 0 33%;
          flex: 0 0 33%;
}
@media (min-width: 1024px) {
  footer > .wrapper > * {
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    padding-right: 20px;
  }
}
footer > .wrapper .logo {
  margin-bottom: 24px;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 1024px) {
  footer > .wrapper .logo {
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    padding-bottom: 0;
  }
}
footer > .wrapper .logo > svg {
  width: auto;
  height: 38px;
}
footer > .wrapper .logo > svg > .text {
  fill: #fff;
}
footer > .wrapper .phone-email,
footer > .wrapper .address,
footer > .wrapper .social-media {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  footer > .wrapper .phone-email,
footer > .wrapper .address,
footer > .wrapper .social-media {
    padding-top: 4px;
    margin-bottom: 0;
  }
}
footer > .wrapper .phone-email {
  display: -webkit-flex;
  display: flex;
}
@media (min-width: 1024px) {
  footer > .wrapper .phone-email {
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
}
footer > .wrapper .phone-email > .phone-email-wrapper > a {
  transition: all 0.2s ease-in 0s;
  text-decoration: none;
  border-bottom: none;
  color: #fff;
  display: block;
}
footer > .wrapper .phone-email > .phone-email-wrapper > a:hover {
  color: #669c30;
  border-bottom: none;
}
footer > .wrapper .phone-email > .phone-email-wrapper > a:active {
  color: #669c30;
  opacity: 0.75;
}
footer > .wrapper .address {
  color: #999;
}
@media (min-width: 1024px) {
  footer > .wrapper .address {
    padding-left: 20px;
  }
}
footer > .wrapper .address > p:last-child {
  margin-bottom: 0;
}
footer > .wrapper .address > a {
  transition: all 0.2s ease-in 0s;
  text-decoration: none;
  border-bottom: none;
  color: #fff;
}
footer > .wrapper .address > a:hover {
  color: #669c30;
  border-bottom: none;
}
footer > .wrapper .address > a:active {
  color: #669c30;
  opacity: 0.75;
}
footer > .wrapper .social-media {
  display: -webkit-flex;
  display: flex;
}
@media (min-width: 1024px) {
  footer > .wrapper .social-media {
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    padding-right: 0;
  }
}
footer > .wrapper .social-media > a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  display: flex;
  height: 24px;
  width: 24px;
}
footer > .wrapper .social-media > a:not(:last-child) {
  margin-right: 24px;
}
footer > .wrapper .social-media > a > svg {
  transition: fill 0.2s ease-in 0s;
  fill: currentColor;
}
footer > .wrapper .concern-info {
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  color: #999;
}
@media (min-width: 1024px) {
  footer > .wrapper .concern-info {
    margin-top: 8px;
  }
}
footer > .wrapper .concern-info > a {
  transition: all 0.2s ease-in 0s;
  text-decoration: none;
  border-bottom: none;
  color: #fff;
}
footer > .wrapper .concern-info > a:hover {
  color: #669c30;
  border-bottom: none;
}
footer > .wrapper .concern-info > a:active {
  color: #669c30;
  opacity: 0.75;
}

.no-touch footer > .wrapper > .social-media > a:hover > svg {
  fill: #669c30;
}

.brix-block {
  -webkit-flex-direction: column;
          flex-direction: column;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
.brix-block:not(.-inner):not(.-no-margin):not(.-no-margin-mobile):not(.-no-margin-tablet) {
  padding: 0 24px;
}
@media (min-width: 768px) {
  .brix-block:not(.-inner):not(.-no-margin):not(.-no-margin-mobile):not(.-no-margin-tablet) {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  .brix-block:not(.-inner):not(.-no-margin):not(.-no-margin-mobile):not(.-no-margin-tablet) {
    padding: 0 40px;
  }
}
@media (min-width: 1208px) {
  .brix-block:not(.-inner):not(.-no-margin):not(.-no-margin-mobile):not(.-no-margin-tablet) {
    padding: 0 40px;
  }
}
@media (min-width: 768px) {
  .brix-block.-no-margin-mobile {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  .brix-block.-no-margin-mobile {
    padding: 0 40px;
  }
}
@media (min-width: 1208px) {
  .brix-block.-no-margin-mobile {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  .brix-block.-no-margin-tablet {
    padding: 0 40px;
  }
}
@media (min-width: 1208px) {
  .brix-block.-no-margin-tablet {
    padding: 0 40px;
  }
}
@media (max-width: 576px) {
  .brix-block.-hide-on-mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .brix-block.-hide-on-tablet {
    display: none;
  }
}
.brix-block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.brix-block > .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.brix-block > .background > .image,
.brix-block > .background > .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.brix-block > .background > .image {
  object-position: center;
  transition: opacity 0.2s ease-in;
}
.brix-block > .background > .image.-cover {
  object-fit: cover;
}
.brix-block > .background > .image.-contain {
  object-fit: contain;
}
.brix-block > .background > .video {
  overflow: hidden;
}
.brix-block > .background > .video > .player {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  border: 0;
}
.brix-block > .content {
  position: relative;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  min-height: inherit;
  z-index: 1;
}

.brix-contact-list > .content > .profiles {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.brix-contact-list > .content > .profiles > .profile {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-flex-grow: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: calc((100% / 2) - 24px + (24px / 2));
  margin-left: 24px;
  margin-bottom: 40px;
}
.brix-contact-list > .content > .profiles > .profile:nth-child(odd) {
  margin-left: 0;
}
@media (min-width: 768px) {
  .brix-contact-list > .content > .profiles > .profile {
    width: calc((100% / 3) - 40px + (40px / 3));
    margin-left: 40px;
  }
  .brix-contact-list > .content > .profiles > .profile:nth-child(2n+1) {
    margin-left: 40px;
  }
  .brix-contact-list > .content > .profiles > .profile:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media (min-width: 1208px) {
  .brix-contact-list > .content > .profiles > .profile {
    width: calc((100% / 4) - 40px + (40px / 4));
  }
  .brix-contact-list > .content > .profiles > .profile:nth-child(3n+1) {
    margin-left: 40px;
  }
  .brix-contact-list > .content > .profiles > .profile:nth-child(4n+1) {
    margin-left: 0;
  }
}
.brix-contact-list > .content > .profiles > .profile > .image-wrapper {
  position: relative;
  height: 0;
  padding-top: calc(1.2 / 1 * 100%);
  overflow: hidden;
  margin-bottom: 16px;
}
.brix-contact-list > .content > .profiles > .profile > .image-wrapper > .image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.brix-contact-list > .content > .profiles > .profile > .info {
  display: block;
  word-break: break-word;
  width: 100%;
}
.brix-contact-list > .content .title {
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
  color: #999;
}
@media (min-width: 1024px) {
  .brix-contact-list > .content .title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.brix-contact-list > .content .name {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 0 1rem;
}
@media (min-width: 1024px) {
  .brix-contact-list > .content .name {
    margin: 0 0 1.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1208px) {
  .brix-contact-list > .content .name {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.brix-contact-list > .content a {
  transition: all 0.2s ease-in 0s;
  text-decoration: none;
  border-bottom: none;
  color: inherit;
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
}
.brix-contact-list > .content a:hover {
  color: #669c30;
  border-bottom: none;
}
.brix-contact-list > .content a:active {
  color: inherit;
  opacity: 0.75;
}
.brix-contact-list > .content a.phone {
  margin-bottom: 0.5rem;
}
.brix-contact-list > .content a.email {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  display: block;
}
@media (min-width: 1024px) {
  .brix-contact-list > .content a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.brix-embed > .content {
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
.brix-embed > .content > .embed-wrapper {
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.brix-embed > .content > .caption {
  margin-top: 10px;
}

.brix-expandable-list > .content {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.brix-expandable-list-item {
  border-top: 1px solid #f3f3f3;
}
.brix-expandable-list-item > .content {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding: 0 16px 0 0;
}
@media (min-width: 768px) {
  .brix-expandable-list-item > .content {
    padding: 0 24px;
  }
}
.brix-expandable-list-item > .content > .list-item-label {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  height: 73px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.brix-expandable-list-item > .content > .list-item-label > img {
  max-height: 22px;
  height: auto;
  width: auto;
  margin-right: 8px;
}
.brix-expandable-list-item > .content > .list-item-label > span {
  width: 100%;
}
.brix-expandable-list-item > .content > .list-item-label > .expand-icon {
  transition: -webkit-transform 0.2s ease-in 0s;
  transition: transform 0.2s ease-in 0s;
  transition: transform 0.2s ease-in 0s, -webkit-transform 0.2s ease-in 0s;
  display: -webkit-flex;
  display: flex;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  color: inherit;
}
.brix-expandable-list-item > .content > .list-item-label > .expand-icon > svg {
  fill: #669c30;
}
.brix-expandable-list-item > .content > .list-item-content {
  transition: height 0.2s ease-in 0s;
  height: 0;
  overflow: hidden;
}
.brix-expandable-list-item > .content > .list-item-content > .inner-blocks {
  padding: 0 0 24px;
}
.brix-expandable-list-item.-expanded > .content > .list-item-label > .expand-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.brix-file-download > .content {
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  overflow: hidden;
}
.brix-file-download > .content > .download-table tr {
  height: 88px;
}
.brix-file-download > .content > .download-table tr:first-child {
  border-top: 1px solid #5b5b5b;
}
.brix-file-download > .content > .download-table .document-name a {
  display: -webkit-flex;
  display: flex;
}
.brix-file-download > .content > .download-table .document-name a > svg {
  fill: currentColor;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 16px;
}
.brix-file-download > .content > .download-table .file-type,
.brix-file-download > .content > .download-table .file-size {
  width: 1%;
  white-space: nowrap;
  padding-left: 24px;
  padding-right: 24px;
}
.brix-file-download > .content > .download-table .download-links {
  text-align: right;
  width: 1%;
  padding-left: 24px;
}
.brix-file-download > .content > .download-table .download-links svg {
  fill: #669c30;
}

.brix-form .gform_wrapper {
  width: 100%;
}
.brix-form .gform_wrapper .gform_heading {
  margin-bottom: 72px;
}
.brix-form .gform_wrapper .gform_heading .gform_title {
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  .brix-form .gform_wrapper .gform_heading .gform_title {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .brix-form .gform_wrapper .gform_heading .gform_title {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.brix-form .gform_wrapper .gfield_required {
  color: #fff;
}
.brix-form .gform_wrapper ul {
  list-style: none;
}
.brix-form .gform_wrapper ul > li {
  display: list-item;
  margin-bottom: 24px;
}
.brix-form .gform_wrapper ul > li::before {
  display: none;
}
.brix-form .gform_wrapper .validation_error,
.brix-form .gform_wrapper .validation_message {
  font-size: 0.75rem;
  line-height: 1rem;
  color: #ff6b6b;
  border: none;
}
.brix-form .gform_wrapper .validation_error {
  margin-bottom: 24px;
}
.brix-form .gform_wrapper .validation_message {
  margin-top: 8px;
}
.brix-form .gform_wrapper .gfield_error {
  border-top: none !important;
  border-bottom: none !important;
  background-color: transparent !important;
}
.brix-form .gform_wrapper .gfield_error .gfield_label {
  color: #fff;
}

.brix-grid section {
  z-index: 2;
}
.brix-grid > .content {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.brix-grid > .content.-no-gutter.-rounded-corners, .brix-grid > .content.-with-gutter.-rounded-corners > .brix-block.-inner {
  border-radius: 16px;
  overflow: hidden;
}

.brix-hero {
  overflow: hidden;
}
.brix-hero.-block-link {
  margin: 0;
}
@media (min-width: 768px) {
  .brix-hero.-block-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.15);
    opacity: 0;
    z-index: 2;
    pointer-events: none;
    transition: all 0.2s ease-in 0s;
  }
  .brix-hero.-block-link:hover {
    text-decoration: none;
  }
  .brix-hero.-block-link:hover::before {
    opacity: 1;
  }
}
@media (max-width: 576px) {
  .brix-hero.-hide-image-on-mobile .content > img {
    display: none;
  }
}
.brix-hero .content {
  -webkit-flex-direction: column;
          flex-direction: column;
  text-align: center;
  height: 100%;
}
.brix-hero .content > .image {
  max-width: 100%;
  margin-bottom: 16px;
}
.brix-hero .content > .image.-stretch {
  width: 100%;
}
.brix-hero .content > *:last-child {
  margin-bottom: 0;
}
.brix-hero .content .pre-heading:not(:last-child) {
  margin-bottom: 8px;
}
.brix-hero .content .heading:not(:last-child) {
  margin-bottom: 16px;
}
.brix-hero .content .content-text:not(:last-child) {
  margin-bottom: 24px;
}
.brix-hero .content .content-text > p:last-child {
  margin: 0;
}
.brix-hero .content .content-text.-size-small > p {
  font-size: 0.75rem;
  line-height: 1rem;
}
.brix-hero .content .content-text.-size-large > p {
  font-family: "EB Garamond", "Garamond", Georgia, serif;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  .brix-hero .content .content-text.-size-large > p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.brix-hero .content .button {
  margin-top: 8px;
}
.brix-hero .content .-fullwidth {
  width: 100%;
}

.brix-image {
  overflow: hidden;
}
.brix-image.-block-link {
  margin: 0;
}
@media (min-width: 768px) {
  .brix-image.-block-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.15);
    opacity: 0;
    z-index: 2;
    pointer-events: none;
    transition: all 0.2s ease-in 0s;
  }
  .brix-image.-block-link:hover {
    text-decoration: none;
  }
  .brix-image.-block-link:hover::before {
    opacity: 1;
  }
}
.brix-image > .content {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
}
.brix-image > .content > .image {
  max-width: 100%;
}
.brix-image > .content > .image.-stretch {
  width: 100%;
}
.brix-image > .content > .caption {
  margin: 8px 0 0;
}
@media (min-width: 768px) {
  .brix-image > .content > .caption {
    margin-top: 16px;
  }
}

.brix-carousel > .content {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  display: flex;
  height: auto;
  width: 100%;
}
.brix-carousel > .content > .swiper-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.brix-carousel > .content > .swiper-container > .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  width: auto;
}
.brix-carousel .swiper-slide {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.brix-carousel .swiper-slide > img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.brix-carousel .swiper-navigation {
  display: none;
}
@media (min-width: 1024px) {
  .brix-carousel .swiper-navigation {
    display: block;
  }
}
.brix-carousel .swiper-navigation.-hidden {
  display: none;
}
.brix-carousel .swiper-navigation-slide-prev,
.brix-carousel .swiper-navigation-slide-next {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  background: #669c30;
  border-radius: 50%;
  outline: 0;
  z-index: 20;
  cursor: pointer;
}
.brix-carousel .swiper-navigation-slide-prev > svg,
.brix-carousel .swiper-navigation-slide-next > svg {
  fill: #fff;
}
.brix-carousel .swiper-navigation-slide-next {
  right: 0;
  -webkit-transform: translate(80px, calc(-50% - 32px));
          transform: translate(80px, calc(-50% - 32px));
}
.brix-carousel .swiper-navigation-slide-next > svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.brix-carousel .swiper-navigation-slide-prev {
  left: 0;
  -webkit-transform: translate(-80px, calc(-50% - 32px));
          transform: translate(-80px, calc(-50% - 32px));
}
.brix-carousel .bottom-bar {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
@media (min-width: 768px) {
  .brix-carousel .bottom-bar {
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .brix-carousel .bottom-bar {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .brix-carousel .bottom-bar::after {
    content: "";
    display: block;
    -webkit-flex: 1;
            flex: 1;
    margin-left: 48px;
  }
}
.brix-carousel .slide-caption {
  margin: 0;
  padding: 16px 0 0;
  -webkit-flex: 1;
          flex: 1;
}
.brix-carousel .slide-caption.-empty {
  padding: 0;
}
@media (min-width: 768px) {
  .brix-carousel .slide-caption {
    padding: 24px 0 0;
    margin-right: 136px;
  }
}
@media (min-width: 1024px) {
  .brix-carousel .slide-caption {
    margin-right: 48px;
  }
}
.brix-carousel .swiper-fraction {
  background-color: #333;
  padding: 8px 16px;
  border-radius: 16px;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 20;
  color: #fff;
}
@media (min-width: 768px) {
  .brix-carousel .swiper-fraction {
    top: 32px;
    right: 32px;
  }
}
.brix-carousel .swiper-fraction > p {
  font-size: 0.75rem;
  line-height: 1rem;
  margin: 0;
}
.brix-carousel .swiper-pagination {
  display: -webkit-flex;
  display: flex;
  position: relative;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  margin: 24px 0;
}
@media (min-width: 768px) {
  .brix-carousel .swiper-pagination {
    height: 64px;
    margin: 0;
  }
}
.brix-carousel .swiper-pagination > .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 16px 0 0;
  cursor: pointer;
}
.brix-carousel .swiper-pagination > .swiper-pagination-bullet:last-child {
  margin: 0;
}
.brix-carousel .swiper-pagination > .swiper-pagination-bullet::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #999;
  opacity: 0.25;
  position: absolute;
  border-radius: 50%;
}
.brix-carousel .swiper-pagination > .swiper-pagination-bullet-active::before {
  background-color: #669c30;
  opacity: 1;
}

.brix-latest-posts > .content {
  -webkit-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1208px) {
  .brix-latest-posts > .content {
    -webkit-flex-direction: row;
            flex-direction: row;
  }
}
.brix-latest-posts > .content > .sidebar {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex: 0 0 296px;
          flex: 0 0 296px;
  padding: 0 24px 8px;
}
@media (min-width: 768px) {
  .brix-latest-posts > .content > .sidebar {
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-flex-basis: 320px;
            flex-basis: 320px;
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  .brix-latest-posts > .content > .sidebar {
    padding: 0 104px;
  }
}
@media (min-width: 1208px) {
  .brix-latest-posts > .content > .sidebar {
    -webkit-flex: 0 0 424px;
            flex: 0 0 424px;
    padding: 128px 40px;
    -webkit-align-items: center;
            align-items: center;
    text-align: center;
  }
  .brix-latest-posts > .content > .sidebar > :last-child {
    margin-bottom: auto;
  }
}
.brix-latest-posts > .content > .sidebar > .pre-heading {
  margin: 0;
}
.brix-latest-posts > .content > .sidebar > .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.brix-latest-posts > .content > .posts {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  padding: 24px;
}
@media (min-width: 768px) {
  .brix-latest-posts > .content > .posts {
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  .brix-latest-posts > .content > .posts {
    padding: 104px;
  }
}
.brix-latest-posts > .content > .posts > .post {
  position: relative;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.brix-latest-posts > .content > .posts > .post:not(:last-child) {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .brix-latest-posts > .content > .posts > .post::before {
    transition: background-color 0.2s ease-in 0s;
    content: "";
    position: absolute;
    top: -24px;
    right: -24px;
    bottom: -24px;
    left: -24px;
    z-index: -1;
  }
  .brix-latest-posts > .content > .posts > .post:hover::before {
    background-color: #f3f3f3;
  }
  .brix-latest-posts > .content > .posts > .post:hover .read-more > svg {
    opacity: 1;
  }
  .brix-latest-posts > .content > .posts > .post:not(:last-child) {
    margin-bottom: 48px;
  }
}
.brix-latest-posts > .content > .posts > .post .post-image {
  display: none;
}
@media (min-width: 768px) {
  .brix-latest-posts > .content > .posts > .post .post-image {
    display: block;
    width: 200px;
    height: 152px;
    object-fit: cover;
    margin-right: 40px;
  }
}
@media (min-width: 1024px) {
  .brix-latest-posts > .content > .posts > .post .post-image {
    width: 272px;
    height: 208px;
  }
}
.brix-latest-posts > .content > .posts > .post > .post-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 0 0;
          flex: 1 0 0;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.brix-latest-posts > .content > .posts > .post .date {
  color: #999;
}
.brix-latest-posts > .content > .posts > .post .title {
  overflow: hidden;
  display: -webkit-box;
  /* autoprefixer: ignore next  */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 8px;
}
.brix-latest-posts > .content > .posts > .post .excerpt {
  display: none;
}
@media (min-width: 768px) {
  .brix-latest-posts > .content > .posts > .post .excerpt {
    overflow: hidden;
    display: -webkit-box;
    /* autoprefixer: ignore next  */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
.brix-latest-posts > .content > .posts > .post .read-more {
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  color: #669c30;
}
.brix-latest-posts > .content > .posts > .post .read-more > svg {
  display: none;
}
@media (min-width: 768px) {
  .brix-latest-posts > .content > .posts > .post .read-more > svg {
    transition: opacity 0.2s ease-in 0s;
    display: block;
    fill: #333;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-left: 8px;
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .brix-latest-posts > .content > .posts > .post .read-more {
    margin-top: auto;
  }
}

.brix-map > .content {
  position: relative;
  display: block;
  width: 100%;
}
.brix-map > .content > .map {
  position: relative;
  width: 100%;
  min-height: inherit;
}
@media (min-width: 768px) {
  .brix-map > .content > .map {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.brix-map > .content > .map button {
  min-width: 0;
  min-height: 0;
}
.brix-map > .content > .contact-information {
  position: relative;
  padding: 24px;
  text-align: left;
  width: 100%;
}
.brix-map > .content > .contact-information h3 {
  margin-bottom: 16px;
}
.brix-map > .content > .contact-information p {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .brix-map > .content > .contact-information {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    text-align: center;
    width: 280px;
    padding: 48px 48px 48px 48px;
  }
}
@media (min-width: 1024px) {
  .brix-map > .content > .contact-information {
    width: 312px;
    padding: 64px 64px 64px 64px;
    box-shadow: 0 16px 24px 0 rgba(51, 51, 51, 0.08);
  }
}
.brix-map > .content > .contact-information > .button {
  margin: 22px 0 0;
  width: 100%;
  z-index: 1;
}

.brix-newsletter-signup > .content {
  -webkit-align-items: stretch;
          align-items: stretch;
  width: 100%;
  color: #fff;
}
.brix-newsletter-signup > .content > .image-wrapper {
  display: none;
}
@media (min-width: 1024px) {
  .brix-newsletter-signup > .content > .image-wrapper {
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    display: block;
  }
}
.brix-newsletter-signup > .content > .image-wrapper > .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brix-newsletter-signup > .content > .form-wrapper {
  position: relative;
  min-height: 640px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
  background-color: #333;
  padding: 88px 24px;
  width: 100%;
}
@media (min-width: 1024px) {
  .brix-newsletter-signup > .content > .form-wrapper {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    padding: 88px 64px;
  }
}
@media (min-width: 1208px) {
  .brix-newsletter-signup > .content > .form-wrapper {
    padding: 88px 120px;
  }
}
.brix-newsletter-signup > .content .form {
  width: 100%;
  max-width: 480px;
}
.brix-newsletter-signup > .content .form-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.brix-newsletter-signup > .content .pre-heading {
  font-family: "EB Garamond", "Garamond", Georgia, serif;
  font-weight: bold;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #999;
  margin-bottom: 1rem;
}
.brix-newsletter-signup > .content .heading {
  color: #fff;
  margin-bottom: 2rem;
}
.brix-newsletter-signup > .content .gdpr-heading {
  font-weight: 700;
  margin: 0 0 0.5rem;
}
.brix-newsletter-signup > .content .gdpr-text {
  margin: 0 0 2rem;
}
.brix-newsletter-signup > .content .field-wrapper {
  position: relative;
  margin-bottom: 2.625rem;
}
.brix-newsletter-signup > .content .field-wrapper > input {
  width: 100%;
}
@media (min-width: 1024px) {
  .brix-newsletter-signup > .content .field-wrapper > input {
    max-width: 480px;
  }
}
.brix-newsletter-signup > .content .field-wrapper > input.mce_inline_error {
  border-color: #ff6b6b !important;
}
.brix-newsletter-signup > .content .field-wrapper > div.mce_inline_error {
  font-size: 0.75rem;
  line-height: 1rem;
  position: absolute;
  background-color: #ff6b6b !important;
  padding: 4px !important;
  margin: 8px 0 0 !important;
  width: 100%;
  max-width: 480px;
  height: 24px;
}

.brix-post-archive > .content {
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-align-items: center;
          align-items: center;
}
.brix-post-archive > .content > .posts {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.brix-post-archive > .content > .posts > .post {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .brix-post-archive > .content > .posts > .post {
    -webkit-flex-direction: row;
            flex-direction: row;
    margin-bottom: 48px;
  }
  .brix-post-archive > .content > .posts > .post:last-child {
    margin-bottom: 0;
  }
  .brix-post-archive > .content > .posts > .post::before {
    transition: background-color 0.2s ease-in 0s;
    content: "";
    position: absolute;
    top: -24px;
    right: -24px;
    bottom: -24px;
    left: -24px;
    z-index: -1;
  }
  .brix-post-archive > .content > .posts > .post:hover::before {
    background-color: #f3f3f3;
  }
  .brix-post-archive > .content > .posts > .post:hover > .post-info > .read-more > svg {
    opacity: 1;
  }
}
.brix-post-archive > .content > .posts > .post > .image-wrapper {
  max-width: 100%;
  height: 240px;
  overflow: hidden;
  margin-bottom: 24px;
}
.brix-post-archive > .content > .posts > .post > .image-wrapper > .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px) {
  .brix-post-archive > .content > .posts > .post > .image-wrapper {
    width: 200px;
    height: 152px;
    margin: 0 40px 0 0;
  }
}
@media (min-width: 1024px) {
  .brix-post-archive > .content > .posts > .post > .image-wrapper {
    width: 272px;
    height: 208px;
  }
}
.brix-post-archive > .content > .posts > .post > .post-info {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1;
          flex: 1;
}
.brix-post-archive > .content > .posts > .post > .post-info > .date {
  font-size: 0.75rem;
  line-height: 1rem;
  color: #999;
}
.brix-post-archive > .content > .posts > .post > .post-info > .post-title {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .brix-post-archive > .content > .posts > .post > .post-info > .post-title {
    overflow: hidden;
    display: -webkit-box;
    /* autoprefixer: ignore next  */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.brix-post-archive > .content > .posts > .post > .post-info > .excerpt {
  display: none;
  margin-bottom: 8px;
}
.brix-post-archive > .content > .posts > .post > .post-info > .excerpt.-show-excerpt-on-mobile {
  overflow: hidden;
  display: -webkit-box;
  /* autoprefixer: ignore next  */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
}
@media (min-width: 768px) {
  .brix-post-archive > .content > .posts > .post > .post-info > .excerpt.-show-excerpt-on-mobile {
    overflow: hidden;
    display: -webkit-box;
    /* autoprefixer: ignore next  */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}
@media (min-width: 768px) {
  .brix-post-archive > .content > .posts > .post > .post-info > .excerpt {
    overflow: hidden;
    display: -webkit-box;
    /* autoprefixer: ignore next  */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}
.brix-post-archive > .content > .posts > .post > .post-info > .read-more {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  display: -webkit-flex;
  display: flex;
  color: #669c30;
}
.brix-post-archive > .content > .posts > .post > .post-info > .read-more > svg {
  display: none;
}
@media (min-width: 768px) {
  .brix-post-archive > .content > .posts > .post > .post-info > .read-more > svg {
    transition: opacity 0.2s ease-in 0s;
    display: block;
    fill: #333;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-left: 8px;
    opacity: 0;
  }
}
.brix-post-archive > .content > .posts > .post.-with-image > .post-info > .excerpt.-show-excerpt-on-mobile {
  overflow: hidden;
  display: -webkit-box;
  /* autoprefixer: ignore next  */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media (min-width: 768px) {
  .brix-post-archive > .content > .posts > .post.-with-image > .post-info > .excerpt.-show-excerpt-on-mobile {
    overflow: hidden;
    display: -webkit-box;
    /* autoprefixer: ignore next  */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}
.brix-post-archive > .content > .pagination {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  height: 120px;
  -webkit-align-items: center;
          align-items: center;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .brix-post-archive > .content > .pagination {
    height: 200px;
  }
}
.brix-post-archive > .content > .pagination > .page-numbers {
  transition: opacity 0.2s ease-in 0s;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
  width: 24px;
  height: 24px;
  text-decoration: none;
  color: #333;
  margin: 0 12px;
}
.brix-post-archive > .content > .pagination > .page-numbers.current {
  color: #fff;
}
.brix-post-archive > .content > .pagination > .page-numbers.current::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #669c30;
  border-radius: 50%;
  z-index: -1;
}
.brix-post-archive > .content > .pagination > .page-numbers.prev, .brix-post-archive > .content > .pagination > .page-numbers.next {
  margin: 0;
}
.brix-post-archive > .content > .pagination > .page-numbers.prev > svg, .brix-post-archive > .content > .pagination > .page-numbers.next > svg {
  fill: #333;
}
.brix-post-archive > .content > .pagination > .page-numbers.next > svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.brix-post-header > .content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  padding-top: 56px;
}
@media (min-width: 768px) {
  .brix-post-header > .content {
    padding-top: 88px;
  }
}
@media (min-width: 1208px) {
  .brix-post-header > .content {
    padding-top: 120px;
  }
}
.brix-post-header > .content > .back-link {
  transition: all 0.2s ease-in 0s;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 48px;
}
.brix-post-header > .content > .back-link:hover {
  color: #669c30;
}
.brix-post-header > .content > .back-link:hover > svg {
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
}
.brix-post-header > .content > .back-link > span {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
}
.brix-post-header > .content > .back-link > svg {
  transition: -webkit-transform 0.2s ease-in 0s;
  transition: transform 0.2s ease-in 0s;
  transition: transform 0.2s ease-in 0s, -webkit-transform 0.2s ease-in 0s;
  fill: #669c30;
  margin-right: 8px;
}
.brix-post-header > .content > .date {
  font-family: "EB Garamond", "Garamond", Georgia, serif;
  font-weight: bold;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #999;
}

.brix-read-more-button {
  position: relative;
}
.brix-read-more-button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 128px;
  left: 0;
  top: -128px;
  background: linear-gradient(rgba(var(--color-body-background-rgb-values), 0), rgba(var(--color-body-background-rgb-values), 1));
}

.read-more-button,
.read-less-button {
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  transition: color 0.2s ease-in 0s;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  position: relative;
  padding: 0;
  border: none;
}
.read-more-button::before,
.read-less-button::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: currentColor;
  margin: 8px 0;
}

.read-less-button > .rich-text-read-less-label {
  display: -webkit-flex;
  display: flex;
}
.read-less-button.-hidden {
  display: none;
}

.brix-region-map > .content {
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  max-width: 1208px;
  background: #f3f3f3;
}
.brix-region-map > .content > .map {
  width: 100%;
  height: auto;
  max-width: 768px;
  max-height: 768px;
}
.brix-region-map > .content > .map .text {
  pointer-events: none;
  white-space: pre;
  letter-spacing: 0;
  fill: #fff;
}
.brix-region-map > .content > .map .text.-small {
  font-size: 0.4375rem;
  opacity: 0.7;
}
.brix-region-map > .content > .map .text.-medium {
  font-size: 0.5625rem;
  opacity: 0.5;
}
.brix-region-map > .content > .map .text.-large {
  font-size: 0.75rem;
  opacity: 0.7;
  font-weight: bold;
}
.brix-region-map > .content > .map > .region > .county {
  fill: #e6e6e6;
  stroke: #057933;
  stroke-width: 0.5;
  stroke-miterlimit: 10;
}
.brix-region-map > .content > .map > .region.-b > .county {
  fill: #669c30;
}
.brix-region-map > .content > .map > .region.-c > .county {
  fill: #4e7c20;
}
.brix-region-map > .content > .map > .region.-d > .county {
  fill: #77b539;
}
.brix-region-map > .content > .map > .region .marker {
  fill: #fff;
  opacity: 0.7;
}
.brix-region-map > .content > .map > .overlay {
  opacity: 0;
  transition: opacity 0.2s;
}
.brix-region-map > .content > .map > .overlay > path {
  pointer-events: none;
  fill: #ffdb5e;
  stroke: #ffdb5e;
  stroke-width: 1;
  stroke-miterlimit: 10;
  opacity: 0.9;
}
.brix-region-map > .content > .map > .overlay > text {
  pointer-events: none;
  font-size: 18px;
  font-weight: bold;
  fill: #333;
}
.brix-region-map > .content > .map > .overlay.-visible {
  opacity: 1;
}

.brix-rich-text > .content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.brix-rich-text > .content p + h2,
.brix-rich-text > .content p + h3,
.brix-rich-text > .content p + h4,
.brix-rich-text > .content ul + h2,
.brix-rich-text > .content ul + h3,
.brix-rich-text > .content ul + h4,
.brix-rich-text > .content ol + h2,
.brix-rich-text > .content ol + h3,
.brix-rich-text > .content ol + h4 {
  margin-top: 1rem;
}
.brix-rich-text > .content a {
  transition: all 0.2s ease-in 0s;
  text-decoration: none;
  border-bottom: 1px solid;
  color: inherit;
}
.brix-rich-text > .content a:hover {
  color: inherit;
  border-bottom: 1px solid currentColor;
  opacity: 0.7;
}
.brix-rich-text > .content a:active {
  color: inherit;
  opacity: 0.75;
}
.brix-rich-text > .content img {
  max-width: 100%;
}
.brix-rich-text > .content > *.-hidden {
  display: none;
}
@media (min-width: 768px) {
  .brix-rich-text > .content .two-columns {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
            column-gap: 40px;
  }
}

.brix-share > .content {
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
}
.brix-share > .content > .share-links {
  display: -webkit-flex;
  display: flex;
  list-style-type: none;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.brix-share > .content > .share-links li {
  margin-bottom: 0;
}
.brix-share > .content > .share-links li::before {
  display: none;
}
.brix-share > .content > .share-links li:not(:first-child) {
  margin-left: 24px;
}
.brix-share > .content > .share-links > li > a > svg {
  transition: fill 0.2s ease-in 0s;
  display: block;
  height: 24px;
  width: auto;
  fill: #5b5b5b;
}
.brix-share > .content > .share-links > li > a:hover > svg {
  fill: #669c30;
}
.brix-share > .content > .share-links.-color-icons .facebook svg {
  fill: #4267b2;
}
.brix-share > .content > .share-links.-color-icons .twitter svg {
  fill: #1da1f2;
}
.brix-share > .content > .share-links.-color-icons .linkedin svg {
  fill: #2867b2;
}
.brix-share > .content > .share-links.-color-icons .mail svg {
  fill: #669c30;
}
.brix-share > .content > .share-links.-color-icons > li > a:hover > svg {
  fill: #5b5b5b;
}

.brix-tab-menu > .content {
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.brix-tab-menu > .content .tab-menu-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
}
.brix-tab-menu > .content .tab-menu-wrapper::before, .brix-tab-menu > .content .tab-menu-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 64px;
  height: 96px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}
.brix-tab-menu > .content .tab-menu-wrapper::before {
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}
.brix-tab-menu > .content .tab-menu-wrapper::after {
  right: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}
.brix-tab-menu > .content .tab-menu-wrapper.-left-fade::before {
  opacity: 1;
}
.brix-tab-menu > .content .tab-menu-wrapper.-right-fade::after {
  opacity: 1;
}
.brix-tab-menu > .content .tab-menu-wrapper .tab-menu {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  list-style-type: none;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-align-items: center;
          align-items: center;
  height: 96px;
  padding: 0;
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.brix-tab-menu > .content .tab-menu-wrapper .tab-menu .anchor {
  position: absolute;
  -webkit-transform: translateY(-200px);
          transform: translateY(-200px);
}
.brix-tab-menu > .content .tab-menu-wrapper .tab-menu .menu-item {
  transition: all 0.2s ease-in 0s;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  color: #669c30;
  border: 1px solid currentColor;
  border-radius: 32px;
  margin: 0 0 0 16px;
  cursor: pointer;
}
.brix-tab-menu > .content .tab-menu-wrapper .tab-menu .menu-item::before {
  display: none;
}
.brix-tab-menu > .content .tab-menu-wrapper .tab-menu .menu-item:first-of-type {
  margin-left: 24px;
}
.brix-tab-menu > .content .tab-menu-wrapper .tab-menu .menu-item:last-of-type {
  margin-right: 24px;
}
@media (min-width: 768px) {
  .brix-tab-menu > .content .tab-menu-wrapper .tab-menu .menu-item:first-of-type {
    margin-left: 40px;
  }
  .brix-tab-menu > .content .tab-menu-wrapper .tab-menu .menu-item:last-of-type {
    margin-right: 40px;
  }
}
@media (min-width: 1024px) {
  .brix-tab-menu > .content .tab-menu-wrapper .tab-menu .menu-item:first-of-type {
    margin-left: 40px;
  }
  .brix-tab-menu > .content .tab-menu-wrapper .tab-menu .menu-item:last-of-type {
    margin-right: 40px;
  }
}
@media (min-width: 1208px) {
  .brix-tab-menu > .content .tab-menu-wrapper .tab-menu .menu-item:first-of-type {
    margin-left: 40px;
  }
  .brix-tab-menu > .content .tab-menu-wrapper .tab-menu .menu-item:last-of-type {
    margin-right: 40px;
  }
}
@media (min-width: 768px) {
  .brix-tab-menu > .content .tab-menu-wrapper .tab-menu .menu-item:not(.-current):hover {
    border-color: #77b539;
    background-color: #77b539;
    color: #fff;
  }
}
.brix-tab-menu > .content .tab-menu-wrapper .tab-menu .menu-item.-current {
  background-color: #669c30;
  border-color: #669c30;
  color: #fff;
}
.brix-tab-menu > .content .tab-menu-wrapper .tab-menu .menu-item > a,
.brix-tab-menu > .content .tab-menu-wrapper .tab-menu .menu-item > span {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  height: 48px;
  padding: 0 24px;
}
.brix-tab-menu > .content .tab-menu-wrapper .tab-menu .menu-item > span {
  pointer-events: none;
}
.brix-tab-menu > .content .tab-menu-wrapper .tab-menu::after {
  display: block;
  content: "";
  width: 1px;
  height: 1px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.brix-tab-menu > .content .tabs .tab {
  display: none;
}
.brix-tab-menu > .content .tabs .tab.-current {
  display: block;
}

.block-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin: 2rem 0;
}
@media (min-width: 768px) {
  .block-wrapper {
    margin: 4.5rem 0;
  }
}
.block-wrapper .table-wrapper {
  overflow: auto;
  width: 100%;
}
.block-wrapper .updated-text,
.block-wrapper .print-button {
  height: 24px;
  margin-bottom: 16px;
}
.block-wrapper .updated-text {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
.block-wrapper .print-button > svg {
  width: 24px;
  fill: currentColor;
  transition: fill;
}
.block-wrapper .print-button > svg:hover {
  fill: #4e7c20;
}
.block-wrapper table {
  margin: 0;
}
.block-wrapper .print-logo-wrapper {
  display: none;
}

.brix-video > .content {
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
}
.brix-video > .content > .video {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}
.brix-video > .content > .video > .player {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*# sourceMappingURL=/themes/rundvirke-industrier/assets/app-bundle.css.map */