/*! 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

.row:before,
section:before,
header:before,
footer:before,
.container:before,
.cf:before, .row:after,
section:after,
header:after,
footer:after,
.container:after,
.cf:after {
  content: " ";
  display: table;
  clear: both;
}

/* space-grotesk-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/space-grotesk-v15-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* space-grotesk-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/space-grotesk-v15-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* space-grotesk-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/space-grotesk-v15-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  --clr-one: #717171;
  --clr-two: #1EC396;
  --clr-three: #085B7F;
  --clr-four: #F3F5F7;
  --clr-five: #FFFFFF;
  --clr-six: #000000;
  --clr-seven: #1C818E;
  --font-primary: "Space Grotesk", Helvetica, sans-serif;
  --font-secondary: "Space Grotesk", Helvetica, sans-serif;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semi-bold: 600;
  --font-weight-bold: 700;
  --font-weight-light: 300;
  --font-size-default: 1.5rem;
  --font-size-small: 1.4rem;
  --font-size-medium: 2.6rem;
  --font-size-large: 3.6rem;
}

html {
  box-sizing: border-box;
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-medium);
  font-size: 1.5rem;
  color: var(--clr-one);
  font-style: normal;
  line-height: initial;
  letter-spacing: normal;
  -moz-osx-font-smoothing: grayscale;
}
body.alt-background {
  background-color: var(--clr-four);
}

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

.btn {
  display: block;
  text-decoration: none;
  transition: color 0.5s ease-in-out, border-color 0.5s ease-in-out, background-color 0.5s ease-in-out;
  border-radius: 0;
  font-size: 1.6rem;
  padding: 1rem 1.5rem;
  border: 1px solid;
  text-align: center;
  font-weight: var(--font-weight-medium);
}
.btn.btn-inline {
  display: inline-block;
}
.btn.btn-has-icon .btn-icon {
  margin-left: 1rem;
}
.btn.btn-default {
  font-size: 1.6rem;
  padding: 1rem 1.5rem;
}
.btn.btn-sml {
  font-size: 1.4rem;
  padding: 1rem 2rem;
}
.btn.btn-med {
  font-size: 1.8rem;
  padding: 1.5rem 3rem;
}
.btn.btn-lrg {
  font-size: 2rem;
  padding: 2rem 3rem;
}

.btn-default {
  color: #1EC396;
  background: transparent;
  border-color: #1EC396;
}
.btn-default:hover {
  color: #FFFFFF;
  background: #1EC396;
  border-color: #1EC396;
}

.btn-secondary {
  color: #FFFFFF;
  background: #717171;
  border-color: #FFFFFF;
}
.btn-secondary:hover {
  color: #FFFFFF;
  background: #717171;
  border-color: #FFFFFF;
}

.xdebug-var-dump {
  position: relative;
  z-index: 10000;
}

.container {
  position: relative;
  transition: width 0.5s cubic-bezier(0.45, 0, 0.55, 1);
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .container {
    width: 85%;
  }
}

.container-small {
  position: relative;
  transition: width 0.5s cubic-bezier(0.45, 0, 0.55, 1);
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .container-small {
    width: 85%;
  }
}

.the-post {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-default);
  line-height: 2.3rem;
  color: var(--clr-one);
}
.the-post p {
  font-size: var(--font-size-default);
  line-height: 2.3rem;
  margin: 3rem 0;
}
.the-post p:first-child {
  margin-top: 0;
}
.the-post .intro-text {
  font-size: 2rem;
  line-height: 2.8rem;
}
.the-post strong {
  font-weight: var(--font-weight-bold);
}
.the-post h1, .the-post h2, .the-post h3, .the-post h4, .the-post h5 {
  font-weight: var(--font-weight-medium);
  color: var(--clr-two);
}
.the-post h1 + p, .the-post h1 + ul, .the-post h1 + blockquote.alignright, .the-post h1 + blockquote.alignleft, .the-post h1 + .wp-caption, .the-post h2 + p, .the-post h2 + ul, .the-post h2 + blockquote.alignright, .the-post h2 + blockquote.alignleft, .the-post h2 + .wp-caption, .the-post h3 + p, .the-post h3 + ul, .the-post h3 + blockquote.alignright, .the-post h3 + blockquote.alignleft, .the-post h3 + .wp-caption, .the-post h4 + p, .the-post h4 + ul, .the-post h4 + blockquote.alignright, .the-post h4 + blockquote.alignleft, .the-post h4 + .wp-caption, .the-post h5 + p, .the-post h5 + ul, .the-post h5 + blockquote.alignright, .the-post h5 + blockquote.alignleft, .the-post h5 + .wp-caption {
  margin-top: 0;
}
.the-post h1:first-child, .the-post h2:first-child, .the-post h3:first-child, .the-post h4:first-child, .the-post h5:first-child {
  margin-top: 0;
}
.the-post h1, .the-post h2 {
  font-size: 3rem;
}
.the-post h3, .the-post h4, .the-post h5 {
  font-size: 2rem;
}
.the-post ol,
.the-post ul {
  padding-left: 1.5rem;
  margin: 3rem 0;
}
.the-post blockquote {
  padding: 0;
  margin: 0;
}
.the-post blockquote p {
  font-size: var(--font-size-medium);
  line-height: 3.6rem;
  margin: 3rem 0;
}
.the-post img {
  display: block;
}
.the-post .alignright {
  float: right;
  margin: 3rem 0 3rem 4rem;
}
.the-post .alignright img {
  max-width: 100%;
  height: auto;
}
.the-post .alignleft {
  float: left;
  margin: 3rem 4rem 3rem 0;
}
.the-post .alignleft img {
  max-width: 100%;
  height: auto;
}
.the-post .alignnone {
  margin: 4rem 0;
  max-width: 100%;
  height: auto;
}
.the-post .aligncenter {
  margin: 6rem auto;
  max-width: 100%;
  height: auto;
}
.the-post .wp-caption {
  width: auto !important;
}
.the-post .wp-caption.aligncenter img {
  display: block;
  max-width: 100%;
  height: auto;
}
.the-post .wp-caption .wp-caption-text {
  box-sizing: content-box;
  margin: 0;
  padding: 1.5rem;
  background-color: var(--clr-four);
  text-align: right;
  font-size: 1rem;
}
.pb-wrapper .the-post p, .pb-wrapper .the-post ul, .pb-wrapper .the-post ol, .pb-wrapper .the-post h1, .pb-wrapper .the-post h2, .pb-wrapper .the-post h3, .pb-wrapper .the-post h4, .pb-wrapper .the-post h5 {
  margin-left: 8rem;
  margin-right: 8rem;
}
.pb-wrapper .the-post .alignleft {
  margin-left: 8rem;
}
.pb-wrapper .the-post .alignright {
  margin-right: 8rem;
}
@media (max-width: 768px) {
  .pb-wrapper .the-post p, .pb-wrapper .the-post ul, .pb-wrapper .the-post ol, .pb-wrapper .the-post h1, .pb-wrapper .the-post h2, .pb-wrapper .the-post h3, .pb-wrapper .the-post h4, .pb-wrapper .the-post h5 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .pb-wrapper .the-post .alignright {
    margin-right: 3rem;
  }
  .pb-wrapper .the-post .alignleft {
    margin-left: 3rem;
  }
}
@media (max-width: 767px) {
  .the-post .alignleft,
  .the-post .alignnone,
  .the-post .alignright,
  .the-post .aligncenter {
    display: block;
    float: none;
    margin: 5rem 0 5rem 0;
    height: auto;
  }
  .the-post blockquote.alignright, .the-post blockquote.alignleft {
    float: none;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .the-post table {
    overflow-x: auto;
  }
  .the-post table tr th,
  .the-post table tr td {
    display: block;
    width: 100% !important;
  }
}

.gform_wrapper.gravity-theme .gform_heading,
.gform_wrapper .gform_heading {
  display: none;
}
.gform_wrapper.gravity-theme .gfield,
.gform_wrapper .gfield {
  margin-bottom: 0;
}
.gform_wrapper.gravity-theme .gform_fields,
.gform_wrapper .gform_fields {
  grid-row-gap: 13px !important;
}
.gform_wrapper.gravity-theme .ginput_complex label,
.gform_wrapper.gravity-theme .gfield_label,
.gform_wrapper.gravity-theme label,
.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_label,
.gform_wrapper label {
  font-family: var(--font-regular);
  font-size: var(--font-size-default) !important;
  line-height: 2.5rem;
  text-transform: uppercase;
  font-weight: normal !important;
  margin-bottom: 0.8rem;
}
.gform_wrapper.gravity-theme legend,
.gform_wrapper.gravity-theme .gfield_label_before_complex,
.gform_wrapper legend,
.gform_wrapper .gfield_label_before_complex {
  font-size: 2.2rem !important;
  line-height: 3.2rem;
  margin-bottom: 2rem;
  text-transform: none;
}
.gform_wrapper.gravity-theme textarea,
.gform_wrapper.gravity-theme input:not(input[type=submit]),
.gform_wrapper textarea,
.gform_wrapper input:not(input[type=submit]) {
  border: none;
  background-color: var(--clr-four);
  border-radius: 0;
  text-transform: none;
  box-sizing: border-box;
  font-size: var(--font-size-default);
  color: var(--clr-one);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper .gform_footer {
  justify-content: flex-end;
}

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

.list-inline,
.list-inline-center {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-inline {
  display: flex;
}

.list-inline-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-inline-center li {
  display: flex;
  align-items: center;
}

.list-pipe-delimited li {
  position: relative;
}
.list-pipe-delimited li:after {
  display: block;
  content: "|";
  margin-left: 1rem;
  margin-right: 1rem;
}
.list-pipe-delimited li:last-child:after {
  display: none;
  content: "";
}

a {
  transition: color 0.5s ease-in-out;
  color: #1EC396;
  text-decoration: none;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.responsive-table {
  overflow-x: auto;
}

.video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.pagination-wrapper {
  text-align: left;
  margin: 4.5rem 0 4.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-wrapper .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  color: var(--clr-two);
  border-radius: 100%;
  height: 43px;
  width: 43px;
  font-weight: var(--font-weight-medium);
  font-size: 1.2rem;
  border: none;
}
.pagination-wrapper .page-numbers.dots, .pagination-wrapper .page-numbers.next, .pagination-wrapper .page-numbers.prev {
  width: auto;
  height: auto;
  position: relative;
  border: none;
  border-radius: 0;
  color: var(--clr-two);
}
.pagination-wrapper .page-numbers.dots {
  height: 32px;
  width: 32px;
  display: inline-block;
  margin: 0 0.5rem;
  text-align: center;
}
.pagination-wrapper .page-numbers.next, .pagination-wrapper .page-numbers.prev {
  font-weight: var(--font-weight-medium);
  font-size: 1.8rem;
  text-transform: uppercase;
}
.pagination-wrapper .page-numbers.next {
  background: none;
  margin-left: 1rem;
}
.pagination-wrapper .page-numbers.prev {
  background: none;
  margin-right: 1rem;
}
.pagination-wrapper .page-numbers.current {
  background-color: var(--clr-two);
  color: var(--clr-five);
}
.pagination-wrapper.float {
  padding: 1rem 0 1rem 2rem;
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--clr-seven);
  z-index: 10;
}
@media (max-width: 767px) {
  .pagination-wrapper.float {
    padding: 4rem 0 0 0;
    position: static;
    transform: none;
    top: auto;
    right: auto;
  }
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  gap: 5%;
}

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

.col-2 {
  flex: 0 0 16.6666666667%;
  gap: 5%;
}

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

.col-3 {
  flex: 0 0 25%;
  gap: 5%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  gap: 5%;
}

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

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

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

.col-6 {
  flex: 0 0 50%;
  gap: 5%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  gap: 5%;
}

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

.col-8 {
  flex: 0 0 66.6666666667%;
  gap: 5%;
}

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

.col-9 {
  flex: 0 0 75%;
  gap: 5%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  gap: 5%;
}

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

.col-11 {
  flex: 0 0 91.6666666667%;
  gap: 5%;
}

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

.col-12 {
  flex: 0 0 100%;
  gap: 5%;
}

.col-offset-12 {
  flex: 0 0 100%;
  margin-left: 100%;
}

@media (max-width: 767px) {
  [class^=col-] {
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
body.nav-open {
  overflow: hidden;
  height: 100%;
}

.lrg-nav {
  padding-top: 1.1rem;
}
.lrg-nav ul li {
  margin-right: 3rem;
}
.lrg-nav ul li:last-child {
  margin-right: 0;
}
.lrg-nav ul li.current-menu-item a {
  color: var(--clr-three);
  border-bottom: 1px solid var(--clr-three);
}
.lrg-nav a {
  font-size: 1.4rem;
  font-weight: var(--font-weight-medium);
  color: var(--clr-two);
}
.lrg-nav a:hover {
  color: var(--clr-three);
  border-bottom: 1px solid var(--clr-three);
}

#mobile-navigation {
  position: fixed;
  max-width: 100%;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: var(--clr-two);
  z-index: 1010;
  transform: translateX(100%);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  overflow-y: auto;
  padding: 0 0 7rem 0;
}
#mobile-navigation.mobile-nav-open {
  opacity: 1;
  transform: translateX(0);
}
#mobile-navigation ul li a {
  font-weight: var(--font-weight-medium);
  position: relative;
  display: block;
  color: var(--clr-five);
  font-size: 4.8rem;
  padding: 1rem 0;
}
#mobile-navigation ul li.current-menu-item a {
  color: var(--clr-three);
  display: flex;
  align-items: center;
}
#mobile-navigation ul li.current-menu-item a:after {
  font: var(--fa-font-sharp-solid);
  margin: 0 0 0 4rem;
  content: "\f30b";
  font-size: 3.4rem;
}
@media (max-width: 640px) {
  #mobile-navigation ul li a {
    font-size: 3rem;
  }
}

#mobile-navigation .mobile-nav-inner {
  display: flex;
  flex-wrap: wrap;
  padding: 18rem 0 0 0;
}
#mobile-navigation .mobile-nav-inner .mobile-nav-title {
  font-weight: var(--font-weight-medium);
  color: var(--clr-five);
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
#mobile-navigation .mobile-nav-inner .mobile-nav-wrapper {
  padding-left: 4rem;
}
@media (max-width: 767px) {
  #mobile-navigation .mobile-nav-inner .pattern-bg {
    display: none;
  }
}

.standard-page-content {
  padding: 13rem 0 0 0;
}
.standard-page-content.no-banner {
  padding: 30rem 0 0 0;
}

.pb-wrapper {
  background-color: var(--clr-five);
}

.vertical-text {
  position: absolute;
  z-index: 100;
  display: inline-block;
  transform: rotate(-90deg) translateY(-50%);
  left: 1.5rem;
  top: 50%;
  color: var(--clr-two);
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .vertical-text {
    display: none;
  }
}

.vertical-text-arrow {
  position: absolute;
  z-index: 100;
  transform: translateY(-50%);
  left: 0;
  top: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.vertical-text-arrow .vertical {
  transform: rotate(-90deg);
  color: var(--clr-two);
  font-size: 1.2rem;
}
.vertical-text-arrow .vertical-arrow {
  padding: 4rem 0 0 0;
}
@media (max-width: 768px) {
  .vertical-text-arrow {
    display: none;
  }
}

.block-break {
  background-color: var(--clr-four);
  height: 48px;
}

#header {
  position: fixed;
  width: 100%;
  padding: 3.5rem 0;
  z-index: 200;
  background-color: var(--clr-five);
}
#header .site-logo {
  position: relative;
  max-width: 204px;
  width: 100%;
}
#header .site-logo img {
  transition: all 0.5s ease-in-out;
}
#header .site-logo .invert-logo {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
body.nav-open #header {
  z-index: 1020;
  background-color: transparent;
}
body.nav-open #header .default-logo {
  opacity: 0;
}
body.nav-open #header .invert-logo {
  opacity: 1;
}

#header .header-inner {
  display: flex;
  align-items: center;
}
#header .header-inner .header-toolbar {
  display: flex;
  margin-left: auto;
  min-width: 170px;
  align-items: center;
}
#header .header-inner .header-nav {
  display: flex;
  justify-content: center;
  width: 100%;
}
#header .header-inner .mobile-toolbar {
  display: none;
}
#header .header-inner .mobile-toolbar .mobile-nav {
  display: flex;
  align-items: center;
  color: var(--clr-two);
}
#header .header-inner .mobile-toolbar .mobile-nav .nav-text {
  font-family: var(--font-weight-medium);
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-right: 1rem;
}
#header .header-inner .mobile-toolbar .mobile-nav i {
  font-size: 2.6rem;
}
body.nav-open #header .header-inner .mobile-toolbar .mobile-nav {
  color: var(--clr-five);
}
body.nav-open #header .header-inner .mobile-toolbar .mobile-nav .nav-text {
  display: none;
}
body.nav-open #header .header-inner .header-toolbar .header-button .btn {
  color: var(--clr-five);
  border-color: var(--clr-five);
}
@media (max-width: 954px) {
  #header .header-inner .header-nav {
    display: none;
  }
  #header .header-inner .header-toolbar .header-button {
    padding-right: 3rem;
  }
  #header .header-inner .mobile-toolbar {
    display: block;
  }
}
@media (max-width: 640px) {
  #header .header-inner .header-toolbar {
    min-width: 0;
  }
  #header .header-inner .header-toolbar .header-button {
    display: none;
  }
  #header .header-inner .mobile-toolbar {
    margin-left: auto;
  }
}

#footer {
  background-color: var(--clr-five);
  font-weight: var(--font-weight-regular);
  padding: 8rem 0 0 0;
}
#footer a {
  color: var(--clr-one);
}
#footer .footer-bottom-inner,
#footer .footer-inner {
  display: flex;
}
#footer .footer-bottom-inner .footer-col,
#footer .footer-inner .footer-col {
  width: 30%;
  margin-right: 5%;
}
#footer .footer-bottom-inner .footer-col:last-child,
#footer .footer-inner .footer-col:last-child {
  margin-right: 0;
}
#footer .footer-inner {
  padding-bottom: 7rem;
}
#footer .footer-title {
  font-weight: var(--font-weight-medium);
  font-size: 3rem;
  line-height: 3rem;
  color: var(--clr-two);
  margin-bottom: 2.2rem;
}
#footer .footer-title.has-image {
  display: flex;
}
#footer .footer-bottom {
  background-color: var(--clr-four);
  padding: 2.4rem 0;
}
@media (max-width: 767px) {
  #footer .footer-bottom-inner,
  #footer .footer-inner {
    flex-direction: column;
  }
  #footer .footer-bottom-inner .footer-col,
  #footer .footer-inner .footer-col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3rem;
  }
  #footer .footer-bottom-inner .footer-col:last-child,
  #footer .footer-inner .footer-col:last-child {
    margin-bottom: 0;
  }
}

#footer .footer-newsletter a {
  color: var(--clr-two);
}
#footer .footer-newsletter a:hover {
  color: var(--clr-five);
}
#footer .footer-newsletter .footer-newsletter-inner {
  display: flex;
}
#footer .footer-newsletter .footer-newsletter-inner .footer-title-wrapper {
  width: 70%;
}
#footer .footer-newsletter .footer-newsletter-inner .newsletter-message {
  margin-bottom: 3rem;
}

#footer .footer-contact .label-group {
  margin-bottom: 3rem;
}
#footer .footer-contact .label {
  color: var(--clr-two);
  margin-bottom: 0.5rem;
}

#footer .footer-social a {
  font-size: 1.8em;
}
#footer .footer-social ul li {
  margin-right: 2rem;
}
#footer .footer-social ul li:last-child {
  margin-right: 0;
}

#footer .footer-nav .footer-nav-inner {
  display: flex;
}
#footer .footer-nav .footer-nav-inner .footer-nav-col {
  width: 47.5%;
  margin-right: 5%;
}
#footer .footer-nav .footer-nav-inner .footer-nav-col:last-child {
  margin-right: 0;
}
#footer .footer-nav ul li {
  margin-bottom: 0.5rem;
}

#footer .footer-bottom-nav ul li {
  margin-right: 1rem;
}
#footer .footer-bottom-nav ul li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  #footer .footer-bottom-nav ul {
    flex-direction: column;
  }
  #footer .footer-bottom-nav ul li {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

#footer .footer-message {
  margin-top: 6rem;
}
#footer .footer-message .image {
  margin-bottom: 1.5rem;
}
#footer .footer-message .small-text {
  font-size: 1.1rem;
}

.banner-default {
  position: relative;
  height: 830px;
  width: 100%;
}
.banner-default .slide {
  background: no-repeat right bottom transparent;
  height: 830px;
  width: 100%;
  overflow: hidden;
}
.banner-default .banner-caption-wrapper {
  position: absolute;
  z-index: 110;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1300px;
  width: 90%;
}
.banner-default .banner-caption-wrapper .banner-caption-inner {
  max-width: 710px;
  width: 100%;
}
.banner-default .banner-break {
  background-color: var(--clr-four);
  height: 48px;
}
@media (max-width: 767px) {
  .banner-default {
    height: 50vh;
  }
  .banner-default .slide {
    height: 50vh;
    background: none !important;
  }
}

.banner-default .banner-caption-wrapper .banner-caption-inner .title {
  font-weight: var(--font-weight-medium);
  font-size: 6rem;
  line-height: 6rem;
  color: var(--clr-two);
}
.banner-default .banner-caption-wrapper .banner-caption-inner .read-more {
  margin: 7rem 0 0 0;
}
@media (max-width: 767px) {
  .banner-default .banner-caption-wrapper .banner-caption-inner .title {
    font-size: 4rem;
    line-height: 4rem;
  }
}

.banner-default-partners {
  position: relative;
  height: auto;
  width: 100%;
  background-color: var(--clr-four);
  padding: 4rem 0;
}
.banner-default-partners .slide {
  background: no-repeat right bottom transparent;
  height: auto;
  width: 100%;
  overflow: hidden;
}
.banner-default-partners .slide-inner {
  display: flex;
  height: 100%;
  position: relative;
  align-items: flex-end;
}
.banner-default-partners .slide-inner .banner-image {
  width: 50%;
  margin-left: auto;
}
.banner-default-partners .slide-inner .banner-caption-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 1300px;
  width: 100%;
  transform: translate(-50%, -50%);
}
.banner-default-partners .banner-break {
  background-color: var(--clr-four);
  height: 48px;
}
@media (max-width: 768px) {
  .banner-default-partners .slide-inner {
    flex-direction: column;
  }
  .banner-default-partners .slide-inner .banner-caption-wrapper {
    position: static;
    top: auto;
    left: auto;
    transform: none;
  }
  .banner-default-partners .slide-inner .banner-image,
  .banner-default-partners .slide-inner .banner-caption-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .banner-default-partners {
    height: auto;
  }
  .banner-default-partners .slide {
    height: auto;
    background: none !important;
  }
}

.banner-default-partners .banner-image img {
  margin-left: auto;
}

.banner-default-partners .banner-caption-wrapper .banner-caption-inner {
  padding: 3rem 8rem;
  width: 50%;
}
.banner-default-partners .banner-caption-wrapper .banner-caption-inner .title {
  font-weight: var(--font-weight-medium);
  font-size: 6rem;
  line-height: 6rem;
  color: var(--clr-two);
}
.banner-default-partners .banner-caption-wrapper .banner-caption-inner .banner-caption-body {
  margin-top: 6rem;
}
.banner-default-partners .banner-caption-wrapper .banner-caption-inner .read-more {
  margin: 7rem 0 0 0;
}
@media (max-width: 954px) {
  .banner-default-partners .banner-caption-wrapper .banner-caption-inner .title {
    font-size: 4rem;
    line-height: 4rem;
  }
}
@media (max-width: 768px) {
  .banner-default-partners .banner-caption-wrapper .banner-caption-inner {
    width: 100%;
    padding: 3rem 3rem;
  }
}

.banner-small {
  height: 400px;
  display: flex;
  align-items: center;
}
.banner-small .page-banner-wrapper {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .banner-small .page-banner-wrapper {
    width: 85%;
  }
}

.banner-small .banner-caption .title {
  font-size: 6rem;
  color: var(--clr-two);
  text-align: center;
}
@media (max-width: 954px) {
  .banner-small .banner-caption .title {
    font-size: 5rem;
  }
}
@media (max-width: 768px) {
  .banner-small .banner-caption .title {
    font-size: 4rem;
  }
}
@media (max-width: 640px) {
  .banner-small .banner-caption .title {
    font-size: 2.8rem;
  }
}

.banner-small.single-post-banner {
  display: block;
  height: auto;
  padding-bottom: 5rem;
}
.banner-small.single-post-banner .banner-caption {
  padding: 12rem 0;
}
.banner-small.single-post-banner .show-button {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  color: var(--clr-two);
}
.banner-small.single-post-banner .show-button .show-text {
  margin-left: 2rem;
}

.banner-small.single-post-banner .single-post-toolbar {
  display: flex;
}
.banner-small.single-post-banner .single-post-toolbar .tool-left,
.banner-small.single-post-banner .single-post-toolbar .tool-right {
  width: 50%;
  font-size: 1.8rem;
  color: var(--clr-two);
}
.banner-small.single-post-banner .single-post-toolbar .tool-right {
  text-align: right;
}

.block-the-loop {
  padding: 0 0 9rem 0;
}

.post-grid {
  display: flex;
  flex-wrap: wrap;
}
.post-grid.grid-3x .post-item {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 5%;
}
.post-grid.grid-3x .post-item:nth-child(3n), .post-grid.grid-3x .post-item:last-child {
  margin-right: 0;
}
.post-grid.grid-2x .post-item {
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 5%;
}
.post-grid.grid-2x .post-item:nth-child(2n), .post-grid.grid-2x .post-item:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .post-grid.grid-2x .post-item, .post-grid.grid-3x .post-item {
    width: 100%;
    margin-right: 0;
  }
}

.post-grid .post-item {
  color: var(--clr-two);
  font-weight: var(--font-weight-medium);
  font-size: 1.2rem;
}
.post-grid .post-item a {
  color: var(--clr-two);
}
.post-grid .post-item .post-detail {
  display: flex;
  margin-bottom: 3rem;
}
.post-grid .post-item .post-detail .post-date {
  margin-left: auto;
}
.post-grid .post-item .post-title {
  margin: 3rem 0;
  font-size: 2rem;
}
.post-grid .post-item .read-more {
  font-size: 1.8rem;
}
.post-grid .post-item .excerpt {
  margin-bottom: 2rem;
}

.single-post {
  background-color: var(--clr-five);
}

.block-archive-loop.block-list {
  display: flex;
  flex-direction: column;
  padding: 4rem 0;
}

.block-list .block-list-item {
  display: flex;
  padding: 4rem 0;
}
.block-list .block-list-item .partner-image {
  max-width: 315px;
  width: 100%;
  padding-right: 6rem;
}
.block-list .block-list-item .partner-detail {
  width: 100%;
}
.block-list .block-list-item .title {
  font-weight: var(--font-weight-medium);
  font-size: 3rem;
  color: var(--clr-seven);
  margin: 1rem 0 3rem 0;
}
.block-list .block-list-item .show-more .show-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.8rem;
  color: var(--clr-two);
  margin-top: 4rem;
}
.block-list .block-list-item .show-more .show-button .show-text {
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .block-list .block-list-item {
    flex-direction: column;
  }
  .block-list .block-list-item .partner-image {
    margin-bottom: 3rem;
  }
}

.full-width-content.default-padding {
  padding: 0 0 8rem 0;
}
body.page-template-template-project-old .full-width-content.default-padding {
  padding: 14rem 0 8rem 0;
}

.block-scroll-feature {
  position: relative;
}
.block-scroll-feature.default-padding {
  padding: 16rem 0;
}
@media (max-width: 767px) {
  .block-scroll-feature.default-padding {
    padding: 8rem 0;
  }
}

.block-scroll-feature .feature-item .feature-item-inner {
  display: flex;
}
.block-scroll-feature .feature-item .feature-item-inner .content-col {
  width: 50%;
}
.block-scroll-feature .feature-item .feature-item-inner .content-col:first-child {
  padding-right: 6.5rem;
}
.block-scroll-feature .feature-item .feature-item-inner .content-col:last-child {
  padding-left: 6.5rem;
  align-self: center;
}
@media (max-width: 768px) {
  .block-scroll-feature .feature-item .feature-item-inner {
    flex-direction: column;
  }
  .block-scroll-feature .feature-item .feature-item-inner .content-col {
    width: 100%;
    margin-bottom: 7rem;
  }
  .block-scroll-feature .feature-item .feature-item-inner .content-col:first-child, .block-scroll-feature .feature-item .feature-item-inner .content-col:last-child {
    padding-left: 0;
    padding-right: 0;
  }
  .block-scroll-feature .feature-item .feature-item-inner .content-col:last-child {
    margin-bottom: 0;
  }
  .block-scroll-feature .feature-item .feature-item-inner .content-col:last-child img {
    margin: 0 auto;
  }
}

.block-scroll-feature .feature-item {
  margin-bottom: 11rem;
}
.block-scroll-feature .feature-item:last-child {
  margin-bottom: 0;
}
.block-scroll-feature .feature-item .title {
  font-weight: var(--font-weight-medium);
  color: var(--clr-two);
  font-size: 6rem;
  line-height: 6rem;
}
.block-scroll-feature .feature-item .read-more a {
  color: var(--clr-two);
}
@media (max-width: 768px) {
  .block-scroll-feature .feature-item .title {
    font-size: 4rem;
    line-height: 4rem;
  }
}

.block-latest-posts {
  background-color: var(--clr-four);
}
.block-latest-posts.default-padding {
  padding: 9rem 0 6rem 0;
}
.block-latest-posts .block-title {
  font-size: 3rem;
  line-height: 3rem;
  text-align: center;
  color: var(--clr-two);
  margin: 0 0 8rem 0;
}
.block-latest-posts .show-more .show-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: var(--clr-two);
}
.block-latest-posts .show-more .show-button .show-text {
  margin-right: 2rem;
}

.block-partners.default-padding {
  padding: 9rem 0 6rem 0;
}
.block-partners .block-title {
  font-size: 3rem;
  line-height: 3rem;
  text-align: center;
  color: var(--clr-two);
  margin: 0 0 8rem 0;
}
.block-partners .show-more .show-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: var(--clr-two);
  margin-top: 4rem;
}
.block-partners .show-more .show-button .show-text {
  margin-right: 2rem;
}
.block-partners .partners-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
}
.block-partners .partners-wrapper .partner-item {
  width: 21.25%;
  margin-right: 5%;
  margin-bottom: 5%;
}
.block-partners .partners-wrapper .partner-item:nth-child(4n), .block-partners .partners-wrapper .partner-item:last-child {
  margin-right: 0;
}
.block-partners .partner-message {
  text-align: center;
}
@media (max-width: 767px) {
  .block-partners .partners-wrapper .partner-item {
    width: 47.5%;
  }
  .block-partners .partners-wrapper .partner-item:nth-child(4n) {
    margin-right: 5%;
  }
  .block-partners .partners-wrapper .partner-item:nth-child(2n) {
    margin-right: 0;
  }
}

.block-partners .partners-wrapper .partner-item img {
  filter: grayscale(100%);
  padding: 0 2rem;
  margin: 0 auto;
}
.block-partners .partners-wrapper .partner-item img.colour-image {
  filter: grayscale(0);
}

.block-page-feature .page-feature-wrapper {
  display: flex;
  align-items: center;
}
.block-page-feature .page-feature-wrapper .feature-item {
  width: 50%;
}
@media (max-width: 640px) {
  .block-page-feature .page-feature-wrapper {
    flex-direction: column;
  }
  .block-page-feature .page-feature-wrapper .feature-item {
    width: 100%;
  }
}

.block-page-feature .page-feature-wrapper .feature-item a {
  display: block;
  padding: 4rem;
}
.block-page-feature .page-feature-wrapper .feature-item .icon {
  margin-bottom: 1.4rem;
}
.block-page-feature .page-feature-wrapper .feature-item .icon img {
  margin: 0 auto;
}
.block-page-feature .page-feature-wrapper .feature-item .show-more .show-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: var(--clr-five);
}
.block-page-feature .page-feature-wrapper .feature-item .show-more .show-button .show-text {
  margin-right: 2rem;
}

.block-contact {
  background: url("../images/green-turbine-pattern.svg") right center no-repeat transparent;
}
.block-contact.default-padding {
  margin: 0 0 5rem 0;
}
.block-contact .block-title {
  font-size: 5rem;
  line-height: 5rem;
  color: var(--clr-two);
  margin: 0 0 6rem 0;
}
.block-contact .contact-wrapper {
  max-width: 800px;
  width: 100%;
}
.block-contact .contact-wrapper-inner {
  display: flex;
}
.block-contact .contact-wrapper-inner .contact-col {
  width: 47.5%;
  margin-right: 5%;
}
.block-contact .contact-wrapper-inner .contact-col:last-child {
  margin-right: 0;
}
@media (max-width: 954px) {
  .block-contact {
    background: none;
  }
}
@media (max-width: 768px) {
  .block-contact .contact-wrapper-inner {
    flex-direction: column;
  }
  .block-contact .contact-wrapper-inner .contact-col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4rem;
  }
  .block-contact .contact-wrapper-inner .contact-col:last-child {
    margin-bottom: 0;
  }
}

.block-contact .column-title {
  font-size: 2rem;
  color: var(--clr-two);
  margin: 0 0 3rem 0;
}
.block-contact .label-group .value {
  font-size: 3rem;
  color: var(--clr-two);
}
.block-contact .contact-social {
  margin-top: 7rem;
}
.block-contact .contact-social a {
  font-size: 3.8rem;
}
.block-contact .contact-social ul li {
  margin-right: 3rem;
}
.block-contact .contact-social ul li:last-child {
  margin-right: 0;
}
.block-contact .contact-form {
  margin: 7rem 0 0 0;
  width: 100%;
}

.block-contact .contact-form .form-title {
  font-size: 3rem;
  color: var(--clr-two);
  margin: 0 0 2.5rem 0;
}

.block-project.default-padding {
  padding: 8rem 0;
}
.block-project .block-sub-title,
.block-project .block-title {
  font-size: 3rem;
  line-height: 3rem;
  color: var(--clr-two);
  margin: 0 0 6rem 0;
}
.block-project .block-sub-title {
  margin: 0 0 2.5rem 0;
}
.block-project .project-list {
  margin: 0 0 10rem 0;
}
.block-project .block-body {
  margin: 0 0 4rem 0;
}
.block-project .block-body:last-child {
  margin: 0;
}

.block-project .project-list .project-item {
  display: flex;
  margin-bottom: 2.5rem;
}
.block-project .project-list .project-item:last-child {
  margin-bottom: 0;
}
.block-project .project-list .project-item .label {
  color: var(--clr-two);
  width: 25%;
  padding-right: 3rem;
  font-size: 2rem;
}
.block-project .project-list .project-item .value {
  width: 85%;
  font-weight: var(--font-weight-regular);
}
@media (max-width: 768px) {
  .block-project .project-list .project-item {
    flex-direction: column;
  }
  .block-project .project-list .project-item .label,
  .block-project .project-list .project-item .value {
    width: 100%;
    padding-right: 0;
  }
  .block-project .project-list .project-item .label {
    margin-bottom: 1rem;
  }
}

.project-block-title {
  height: 370px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 6rem;
  line-height: 6rem;
  margin: 0;
  color: var(--clr-two);
}
@media (max-width: 768px) {
  .project-block-title {
    height: 300px;
    font-size: 5rem;
    line-height: 5rem;
  }
}

.project-feature {
  position: relative;
  background-color: var(--clr-five);
  padding-bottom: 6rem;
}
.project-feature:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 275px;
  content: "";
  background-color: var(--clr-four);
}

.block-media {
  background: transparent url("../images/green-turbine-pattern.svg") no-repeat right top;
}
.block-media.default-padding {
  padding: 0 0 11rem 0;
  margin: 0 0 4.5rem 0;
}
.block-media .media-list {
  max-width: 800px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 954px) {
  .block-media {
    background: none;
  }
}
@media (max-width: 768px) {
  .block-media.default-padding {
    padding: 0 0 4rem 0;
  }
}

.block-media .media-list .media-item {
  width: 100%;
  border-bottom: 1px solid var(--clr-one);
  padding: 2rem 0;
  display: flex;
  align-items: center;
}
.block-media .media-list .media-item:last-child {
  margin-bottom: 4rem;
}
.block-media .media-list .media-item .media-title {
  font-weight: var(--font-weight-regular);
}
.block-media .media-list .media-item .large-media-title {
  width: 50%;
}
.block-media .media-list .media-item .large-title {
  font-size: 2rem;
  color: var(--clr-two);
  font-weight: var(--font-weight-medium);
  margin: 0 0 2rem 0;
}
.block-media .media-list .media-item.is-title {
  padding: 4rem 0 0 0;
  border-bottom: none;
}
.block-media .media-list .media-item.is-title .media-title {
  font-size: 2rem;
  font-weight: var(--font-weight-medium);
  color: var(--clr-two);
  padding: 0 0 1.5rem 0;
}
.block-media .media-list .media-item .media-date {
  font-weight: var(--font-weight-medium);
  font-size: 1.2rem;
  color: var(--clr-two);
  margin-bottom: 1rem;
}
.block-media .media-list .media-item .media-image {
  max-width: 162px;
  width: 100%;
  padding-right: 2rem;
}
.block-media .media-list .media-item .media-image.is-large-image {
  max-width: none;
  width: 50%;
}
.block-media .media-list .media-item .media-download {
  font-weight: var(--font-weight-medium);
  font-size: 1.4rem;
  margin-left: auto;
  padding-left: 3rem;
}
.block-media .media-list .media-item .media-download a {
  display: flex;
  align-items: center;
}
.block-media .media-list .media-item .media-download a .btn-text {
  margin-right: 1.5rem;
}
.block-media .media-list .media-item .media-download.large-download {
  margin-top: 2.5rem;
  padding-left: 0;
}
@media (max-width: 640px) {
  .block-media .media-list .media-item.has-image {
    flex-direction: column;
    align-items: flex-start;
  }
  .block-media .media-list .media-item.has-image .media-title {
    padding: 1rem 0;
  }
  .block-media .media-list .media-item.has-image .media-download {
    margin-left: 0;
    padding-left: 0;
  }
  .block-media .media-list .media-item .media-image.is-large-image {
    max-width: 162px;
    width: 100%;
  }
}

.block-media .media-list .media-item.image-grid-item {
  align-items: flex-start;
  flex-direction: column;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 4rem;
  padding: 0;
  border: none;
}
.block-media .media-list .media-item.image-grid-item:nth-child(3n), .block-media .media-list .media-item.image-grid-item:last-child {
  margin-right: 0;
}
.block-media .media-list .media-item.image-grid-item .media-image {
  max-width: none;
  padding: 0;
  margin-bottom: 1.5rem;
}
.block-media .media-list .media-item.image-grid-item .media-stat {
  font-weight: var(--font-weight-regular);
}
.block-media .media-list .media-item.image-grid-item .media-download {
  margin: 1rem 0 0 0;
  padding-left: 0;
}
.block-media .media-list .media-item.image-grid-item .media-download a {
  align-items: flex-start;
}
.block-media .media-list .media-item.image-grid-item small {
  font-size: 1.2rem;
}
@media (max-width: 640px) {
  .block-media .media-list .media-item.image-grid-item {
    width: 100%;
    margin-right: 0;
  }
}
