/*
xs: 0,
sm: 592px,
md: 1024px,
lg: 1264px,
xl: 1472px,
xxl: 1664px
*/
/*
xs: 0,
sm: 592px,
md: 1024px,
lg: 1232px,
xl: 1440px,
xxl: 1632px
*/
/*! 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;
  -webkit-text-size-adjust: 100%; }

/* 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; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 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;
  font-size: 1em; }

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

/**
 * 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;
  font-size: 1em; }

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * 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;
  padding: 0; }

/**
 * 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;
  outline-offset: -2px; }

/**
 * 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;
  font: inherit; }

/* 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; }

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #020202;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #ffffff;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #ffffff;
  font-family: "Aeonik", arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: .05rem; }

@font-face {
  font-family: 'Aeonik';
  src: url("../fonts/Aeonik-Regular.woff2") format("woff2"), url("../fonts/Aeonik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Aeonik';
  src: url("../fonts/Aeonik-Light.woff2") format("woff2"), url("../fonts/Aeonik-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'PPSupply';
  src: url("../fonts/PPSupplyMono-Regular.woff2") format("woff2"), url("../fonts/PPSupplyMono-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'PPSupply';
  src: url("../fonts/PPSupplyMono-Ultralight.woff2") format("woff2"), url("../fonts/PPSupplyMono-Ultralight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?m9mzaq");
  src: url("../fonts/icomoon.eot?m9mzaq#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?m9mzaq") format("truetype"), url("../fonts/icomoon.woff?m9mzaq") format("woff"), url("../fonts/icomoon.svg?m9mzaq#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
.icon-close,
.icon-menu,
.icon-search,
.icon-arrow {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-close:before {
  content: "\e90c"; }

.icon-arrow:before {
  content: "\e900"; }

.icon-menu:before {
  content: "\e9bd"; }

.icon-search:before {
  content: "\e986"; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  clear: both;
  font-weight: normal;
  line-height: 1.25em; }

h1 {
  font-size: 2.5rem;
  line-height: 1em; }
  @media (min-width: 79rem) {
    h1 {
      font-size: 3.25rem; } }
  @media (min-width: 92rem) {
    h1 {
      font-size: 5rem; } }

h2 {
  font-size: 2rem;
  line-height: 1.125em; }
  @media (min-width: 79rem) {
    h2 {
      font-size: 2.5rem; } }
  @media (min-width: 92rem) {
    h2 {
      font-size: 3.25rem; } }

h3 {
  font-size: 1.25rem;
  line-height: 1.2em; }
  @media (min-width: 79rem) {
    h3 {
      font-size: 1.75rem; } }

h4 {
  font-size: 1.25rem; }
  @media (min-width: 79rem) {
    h4 {
      font-size: 1.5rem; } }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1.125rem;
  font-family: "PPSupply", arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  letter-spacing: 0; }

p {
  margin: 0; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

/* Elements
--------------------------------------------- */
body {
  background: #020202; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 1em 0; }

.video-embed,
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .video-embed iframe,
  .video-embed object,
  .video-embed embed,
  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/* Links
--------------------------------------------- */
a {
  color: #ffffff; }
  a:visited {
    color: #ffffff; }
  a:hover, a:focus, a:active {
    color: #FA3D13; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/* Forms
--------------------------------------------- */
.primary-button,
.wp-block-button__link,
.text-block a.primary-button,
.text-block a.wp-block-button__link,
.page-header--hp-style .page-header__intro-side a,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  position: relative;
  display: inline-block;
  padding: 1rem 1.75rem;
  background: transparent;
  border: 1px solid;
  border-radius: 0;
  color: inherit;
  font-family: "PPSupply", arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1em;
  transition: all .3s ease-out;
  text-decoration: none; }
  @media (min-width: 64rem) {
    .primary-button,
    .wp-block-button__link,
    .text-block a.primary-button,
    .text-block a.wp-block-button__link,
    .page-header--hp-style .page-header__intro-side a,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
      padding: 1.25rem 2rem; } }
  @media (min-width: 92rem) {
    .primary-button,
    .wp-block-button__link,
    .text-block a.primary-button,
    .text-block a.wp-block-button__link,
    .page-header--hp-style .page-header__intro-side a,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
      padding: 1.75rem 2.5rem; } }
  .primary-button:active, .primary-button:focus, .primary-button:hover,
  .wp-block-button__link:active,
  .wp-block-button__link:focus,
  .wp-block-button__link:hover,
  .text-block a.primary-button:active,
  .text-block a.primary-button:focus,
  .text-block a.primary-button:hover,
  .text-block a.wp-block-button__link:active,
  .text-block a.wp-block-button__link:focus,
  .text-block a.wp-block-button__link:hover,
  .page-header--hp-style .page-header__intro-side a:active,
  .page-header--hp-style .page-header__intro-side a:focus,
  .page-header--hp-style .page-header__intro-side a:hover,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="button"]:hover,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="reset"]:hover,
  input[type="submit"]:active,
  input[type="submit"]:focus,
  input[type="submit"]:hover {
    color: #FA3D13; }
    .primary-button:active:after, .primary-button:focus:after, .primary-button:hover:after,
    .wp-block-button__link:active:after,
    .wp-block-button__link:focus:after,
    .wp-block-button__link:hover:after,
    .text-block a.primary-button:active:after,
    .text-block a.primary-button:focus:after,
    .text-block a.primary-button:hover:after,
    .text-block a.wp-block-button__link:active:after,
    .text-block a.wp-block-button__link:focus:after,
    .text-block a.wp-block-button__link:hover:after,
    .page-header--hp-style .page-header__intro-side a:active:after,
    .page-header--hp-style .page-header__intro-side a:focus:after,
    .page-header--hp-style .page-header__intro-side a:hover:after,
    input[type="button"]:active:after,
    input[type="button"]:focus:after,
    input[type="button"]:hover:after,
    input[type="reset"]:active:after,
    input[type="reset"]:focus:after,
    input[type="reset"]:hover:after,
    input[type="submit"]:active:after,
    input[type="submit"]:focus:after,
    input[type="submit"]:hover:after {
      width: 2.5rem; }
  .primary-button:after,
  .wp-block-button__link:after,
  .text-block a.primary-button:after,
  .text-block a.wp-block-button__link:after,
  .page-header--hp-style .page-header__intro-side a:after,
  input[type="button"]:after,
  input[type="reset"]:after,
  input[type="submit"]:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.02' height='12.02' viewBox='0 0 12.02 12.02'%3E%3Cpath id='Path_106' data-name='Path 106' d='M0,0,8,0,8,8' transform='translate(5.654 0.355) rotate(45)' fill='none' stroke='%23fa3d13' stroke-width='1'/%3E%3C/svg%3E%0A");
    display: inline-block;
    height: .75rem;
    width: 1.5rem;
    margin-left: .5rem;
    background: url("../images/cta-arrow-line.png") right center;
    text-align: right;
    line-height: 0;
    vertical-align: middle;
    transition: all .3s ease-out; }

input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #020202;
  border: none;
  color: #ffffff; }
  input[type="button"]:active, input[type="button"]:focus, input[type="button"]:hover,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="reset"]:hover,
  input[type="submit"]:active,
  input[type="submit"]:focus,
  input[type="submit"]:hover {
    background-color: #FA3D13;
    color: #ffffff; }

.pdf-button {
  display: flex;
  align-items: flex-end;
  font-family: "PPSupply", arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  transition: all .3s ease-out;
  text-decoration: none; }
  .pdf-button:active g, .pdf-button:focus g, .pdf-button:hover g {
    opacity: 1; }
  .pdf-button:active path, .pdf-button:focus path, .pdf-button:hover path {
    stroke: #FA3D13; }
  .pdf-button:active text, .pdf-button:focus text, .pdf-button:hover text {
    fill: #FA3D13; }
  .pdf-button svg {
    width: 4rem;
    height: auto; }
    @media (min-width: 79rem) {
      .pdf-button svg {
        width: 5.5rem; } }
  .pdf-button g,
  .pdf-button path,
  .pdf-button text {
    transition: all .3s ease-out; }
  .pdf-button span {
    display: inline-block;
    padding-left: 1rem; }
  .pdf-button + .pdf-button {
    margin-top: 1.25rem; }
    @media (min-width: 79rem) {
      .pdf-button + .pdf-button {
        margin-top: 2rem; } }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

.content-container,
.content-container--medium,
.content-container--small {
  width: 100%;
  max-width: 102rem;
  margin: 0 auto;
  padding-right: 7%;
  padding-left: 7%; }
  @media (min-width: 37rem) {
    .content-container,
    .content-container--medium,
    .content-container--small {
      padding-right: 1.75rem;
      padding-left: 1.75rem; } }
  @media (min-width: 64rem) {
    .content-container,
    .content-container--medium,
    .content-container--small {
      padding-right: 1.75rem;
      padding-left: 1.75rem; } }
  @media (min-width: 79rem) {
    .content-container,
    .content-container--medium,
    .content-container--small {
      padding-right: 2.5rem;
      padding-left: 2.5rem; } }

.content-container--medium {
  max-width: 61rem; }

.content-container--small {
  max-width: 37rem; }

.content-container--bleeds {
  width: 100%;
  max-width: 102rem;
  margin: 0 auto; }

.wp-block-column .content-container {
  padding-left: 0;
  padding-right: 0; }

.site-main > .content-block {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem; }
  @media (min-width: 64rem) {
    .site-main > .content-block {
      padding-top: 3.5rem;
      padding-bottom: 3.5rem; } }
  @media (min-width: 79rem) {
    .site-main > .content-block {
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  @media (min-width: 92rem) {
    .site-main > .content-block {
      padding-top: 4.5rem;
      padding-bottom: 4.5rem; } }
  @media (min-width: 104rem) {
    .site-main > .content-block {
      padding-top: 5rem;
      padding-bottom: 5rem; } }

.site-main > div,
.site-main > section {
  position: relative; }

.content-block--bordered {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff; }
  .content-block--bordered:last-child {
    border-bottom: none; }
  .content-block--bordered + .content-block--bordered {
    border-top: 0; }
  .content-block--bordered.two-col-block--no-border {
    border: none; }
    .content-block--bordered.two-col-block--no-border + .content-block--bordered {
      border-top: 1px solid #ffffff; }
  .content-block--bordered.contact-cards-block, .content-block--bordered.two-col-block:not(.two-col-block--no-border) {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem; }
    @media (min-width: 64rem) {
      .content-block--bordered.contact-cards-block, .content-block--bordered.two-col-block:not(.two-col-block--no-border) {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem; } }
    @media (min-width: 79rem) {
      .content-block--bordered.contact-cards-block, .content-block--bordered.two-col-block:not(.two-col-block--no-border) {
        padding-top: 4rem;
        padding-bottom: 4rem; } }
    @media (min-width: 92rem) {
      .content-block--bordered.contact-cards-block, .content-block--bordered.two-col-block:not(.two-col-block--no-border) {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem; } }
    @media (min-width: 104rem) {
      .content-block--bordered.contact-cards-block, .content-block--bordered.two-col-block:not(.two-col-block--no-border) {
        padding-top: 5rem;
        padding-bottom: 5rem; } }

.site-header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 4rem;
  background-color: #020202;
  border-bottom: 1px solid #ffffff; }
  @media (min-width: 64rem) {
    .site-header {
      position: fixed;
      top: 0;
      left: 0;
      height: 6rem;
      z-index: 1000; } }
  @media (min-width: 79rem) {
    .site-header {
      height: 7rem; } }
  .site-header .content-container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 64rem) {
      .site-header .content-container {
        justify-content: flex-end; } }
  .site-header__branding {
    margin-top: .5rem; }
    @media (min-width: 64rem) {
      .site-header__branding {
        margin: 0 auto 0 0; } }
  .site-header .macro-logo {
    max-width: 12rem; }
    @media (min-width: 64rem) {
      .site-header .macro-logo {
        max-width: 14rem; } }
    @media (min-width: 79rem) {
      .site-header .macro-logo {
        max-width: 16rem; } }

.site-header-ghost {
  display: none; }
  @media (min-width: 64rem) {
    .site-header-ghost {
      display: block;
      height: 6rem; } }
  @media (min-width: 79rem) {
    .site-header-ghost {
      height: 7rem; } }

.site-header__menu-toggle {
  display: block; }
  @media (min-width: 64rem) {
    .site-header__menu-toggle {
      display: none; } }
  .site-header__menu-toggle a {
    text-decoration: none;
    color: #ffffff; }
  .site-header__menu-toggle .icon-menu {
    display: inline-block;
    margin-right: .25rem;
    font-size: 1.75rem;
    vertical-align: middle; }
  .site-header__menu-toggle .site-header__menu-toggle-text {
    font-size: .875rem;
    vertical-align: middle; }

.site-header__navigation {
  display: none;
  position: absolute;
  top: 7.25rem;
  left: 0;
  width: 100%;
  background-color: #e3e3e3;
  z-index: 1; }
  @media (min-width: 64rem) {
    .site-header__navigation {
      display: block;
      position: static;
      top: auto;
      left: auto;
      width: auto;
      padding: 0;
      background-color: transparent; } }

.site-header__main-nav > ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 64rem) {
    .site-header__main-nav > ul {
      display: flex; } }
  .site-header__main-nav > ul > li > a {
    display: block;
    padding: 1.25rem 0;
    font-family: "PPSupply", arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    letter-spacing: 1px;
    font-size: 1rem;
    line-height: 1em;
    color: #020202;
    text-decoration: none; }
    @media (min-width: 64rem) {
      .site-header__main-nav > ul > li > a {
        display: inline-block;
        padding: 1.25rem .875rem;
        color: #ffffff; } }
    @media screen and (min-width: 69rem) {
      .site-header__main-nav > ul > li > a {
        padding: 1.25rem 1.125rem; } }
    @media (min-width: 92rem) {
      .site-header__main-nav > ul > li > a {
        padding: 2.25rem 1.75rem;
        letter-spacing: 1px; } }
    @media (min-width: 64rem) {
      .site-header__main-nav > ul > li > a:active, .site-header__main-nav > ul > li > a:focus, .site-header__main-nav > ul > li > a:hover {
        color: #FA3D13; } }
  .site-header__main-nav > ul > li.menu-item-has-children > a:after {
    content: ' >';
    letter-spacing: 0; }
@media (min-width: 64rem) {
  .site-header__main-nav .nav-menu > li.current-menu-item > a, .site-header__main-nav .nav-menu > li.current-page-ancestor > a {
    text-decoration: underline;
    text-decoration-color: #FA3D13;
    text-underline-offset: .5rem; } }

.site-header__search {
  width: 100%;
  position: absolute;
  top: 4rem;
  left: 0;
  z-index: 1; }
  @media (min-width: 64rem) {
    .site-header__search {
      position: static;
      top: 0;
      display: block;
      order: 3;
      width: auto; } }
  .site-header__search-wrapper {
    display: none;
    width: 100%;
    height: 3.25rem;
    padding-right: 7%;
    padding-left: 7%;
    background: #ffffff; }
    @media (min-width: 37rem) {
      .site-header__search-wrapper {
        padding-right: 1.75rem;
        padding-left: 1.75rem; } }
    @media (min-width: 64rem) {
      .site-header__search-wrapper {
        position: absolute;
        top: 100%;
        right: 0;
        width: 35rem;
        padding: 0;
        border: none;
        z-index: 150; } }
    .site-header__search-wrapper.site-header__search-wrapper--is-expanded {
      display: block; }
  .site-header__search-toggler {
    display: none; }
    @media (min-width: 64rem) {
      .site-header__search-toggler {
        display: block;
        position: relative;
        top: auto;
        right: auto;
        width: auto;
        height: auto;
        padding: 1.125rem;
        margin-bottom: 0;
        background: none;
        border-radius: 0;
        border: none;
        font-size: 1rem;
        text-align: center;
        line-height: .875rem;
        -webkit-appearance: none;
        appearance: none;
        cursor: pointer; } }
    @media (min-width: 92rem) {
      .site-header__search-toggler {
        padding: 2.25rem;
        padding-top: 2.125rem;
        font-size: 1.25rem; } }
    .site-header__search-toggler:active, .site-header__search-toggler:focus, .site-header__search-toggler:hover, .site-header__search-toggler[aria-expanded=true] {
      color: #FA3D13; }
  .site-header__search-close {
    display: none; }
    @media (min-width: 64rem) {
      .site-header__search-close {
        position: absolute;
        top: 1.125rem;
        right: 1rem;
        display: inline-block;
        padding: 0;
        background: transparent;
        border: none;
        font-size: .75rem;
        text-transform: uppercase;
        font-weight: bold;
        color: #020202;
        cursor: pointer;
        -webkit-appearance: none;
        appearance: none;
        transition: color .2s linear; } }
    .site-header__search-close:active, .site-header__search-close:focus, .site-header__search-close:hover {
      color: #020202; }
    .site-header__search-close .icon-close {
      margin-left: .5rem;
      font-size: 1rem;
      vertical-align: sub; }
  .site-header__search form {
    width: 100%;
    padding: .5rem 0;
    margin: 0; }
    @media (min-width: 64rem) {
      .site-header__search form {
        width: calc(100% - 3.5rem);
        padding: .5rem;
        padding-right: 0; } }
  .site-header__search input[type=search] {
    width: 100%;
    height: 100%;
    padding: .5rem .5rem;
    background-color: transparent;
    border: 1px solid #020202;
    border-radius: 0;
    color: #020202; }
  .site-header__search input[type=submit] {
    display: none; }

.site-header__main-nav {
  display: none;
  padding-right: 7%;
  padding-left: 7%;
  /* mega menu list */
  /* sub-navigation panel */ }
  @media (min-width: 37rem) {
    .site-header__main-nav {
      padding-right: 1.75rem;
      padding-left: 1.75rem; } }
  @media (min-width: 64rem) {
    .site-header__main-nav {
      padding-right: 0;
      padding-left: 0; } }
  .site-header__main-nav .content-container {
    display: block; }
  .site-header__main-nav .nav-menu {
    z-index: 15; }
    @media (min-width: 64rem) {
      .site-header__main-nav .nav-menu {
        display: flex; } }
  .site-header__main-nav div.sub-nav {
    display: none;
    padding-bottom: 1rem; }
    @media (min-width: 64rem) {
      .site-header__main-nav div.sub-nav {
        position: absolute;
        top: 6rem;
        left: 0;
        width: 100%;
        padding: 1.5rem 0;
        background-color: #e3e3e3;
        z-index: 3; } }
    @media (min-width: 79rem) {
      .site-header__main-nav div.sub-nav {
        top: 7rem;
        padding: 2rem 0 3rem; } }
    .site-header__main-nav div.sub-nav.open {
      display: block; }
    .site-header__main-nav div.sub-nav .content-container {
      position: relative;
      z-index: 5; }
    .site-header__main-nav div.sub-nav li.menu-item {
      display: block;
      list-style-type: none;
      padding: 0; }
      .site-header__main-nav div.sub-nav li.menu-item.current-menu-item > a {
        color: #FA3D13; }
      .site-header__main-nav div.sub-nav li.menu-item + li.menu-item {
        margin-top: 1rem; }
    .site-header__main-nav div.sub-nav a {
      color: #020202;
      text-decoration-color: #FA3D13;
      text-underline-offset: .5rem;
      transition: all 0.2s linear;
      text-decoration-thickness: 1px; }
      @media (min-width: 64rem) {
        .site-header__main-nav div.sub-nav a {
          text-decoration-thickness: 2px; } }
      .site-header__main-nav div.sub-nav a:active, .site-header__main-nav div.sub-nav a:focus, .site-header__main-nav div.sub-nav a:hover {
        color: #FA3D13; }
      @media (min-width: 64rem) {
        .site-header__main-nav div.sub-nav a {
          padding: 0;
          padding: .5rem 0;
          font-size: 1.5rem;
          font-weight: 400; } }
    .site-header__main-nav div.sub-nav .menu-item--overview {
      margin: 0 0 1rem 0; }
      @media (min-width: 64rem) {
        .site-header__main-nav div.sub-nav .menu-item--overview {
          margin-bottom: 1rem; } }
      @media (min-width: 64rem) {
        .site-header__main-nav div.sub-nav .menu-item--overview a {
          padding: 0;
          font-size: 2.5rem;
          line-height: 1em;
          text-underline-offset: 1rem; } }
      @media (min-width: 79rem) {
        .site-header__main-nav div.sub-nav .menu-item--overview a {
          font-size: 3rem; } }
      .site-header__main-nav div.sub-nav .menu-item--overview a span {
        font-size: .5rem;
        vertical-align: middle; }
        @media (min-width: 64rem) {
          .site-header__main-nav div.sub-nav .menu-item--overview a span {
            font-size: 1rem; } }
  .site-header__main-nav .sub-nav-group {
    padding: 0;
    margin: 0; }
    @media (min-width: 64rem) {
      .site-header__main-nav .sub-nav-group {
        padding: 2rem 0; } }
    @media (min-width: 79rem) {
      .site-header__main-nav .sub-nav-group {
        padding: 0; } }
    .site-header__main-nav .sub-nav-group > ul {
      padding: 0;
      margin: 0; }
      @media (min-width: 64rem) {
        .site-header__main-nav .sub-nav-group > ul {
          flex: 1; } }
    @media (min-width: 79rem) {
      .site-header__main-nav .sub-nav-group > ul > li.menu-item, .site-header__main-nav .sub-nav-group > li.menu-item {
        margin-left: 18vw; } }
    @media (min-width: 104rem) {
      .site-header__main-nav .sub-nav-group > ul > li.menu-item, .site-header__main-nav .sub-nav-group > li.menu-item {
        margin-left: 18rem; } }
    @media (min-width: 79rem) {
      .site-header__main-nav .sub-nav-group > ul > li.menu-item.nav-divider, .site-header__main-nav .sub-nav-group > li.menu-item.nav-divider {
        padding-left: 18vw;
        margin-left: 0; } }
    @media (min-width: 104rem) {
      .site-header__main-nav .sub-nav-group > ul > li.menu-item.nav-divider, .site-header__main-nav .sub-nav-group > li.menu-item.nav-divider {
        padding-left: 18rem; } }
  .site-header__main-nav .sub-menu .sub-menu {
    padding: 0;
    margin-left: 5vw;
    margin-top: 1rem; }
    @media (min-width: 64rem) {
      .site-header__main-nav .sub-menu .sub-menu {
        margin-left: 3vw; } }
    @media (min-width: 104rem) {
      .site-header__main-nav .sub-menu .sub-menu {
        margin-left: 3rem; } }
    .site-header__main-nav .sub-menu .sub-menu a {
      font-size: 1rem; }
      @media (min-width: 64rem) {
        .site-header__main-nav .sub-menu .sub-menu a {
          font-family: "PPSupply", arial, sans-serif;
          text-transform: uppercase;
          letter-spacing: 2px; } }
  @media (min-width: 64rem) {
    .site-header__main-nav .nav-divider {
      border-bottom: 1px solid #020202; } }
  @media (min-width: 64rem) {
    .site-header__main-nav .nav-divider {
      border-bottom: 2px solid #020202; } }
  .site-header__main-nav .nav-divider p {
    color: #020202;
    font-weight: 700; }
    @media (min-width: 64rem) {
      .site-header__main-nav .nav-divider p {
        font-size: 2.25rem;
        font-weight: 400; } }
    @media (min-width: 79rem) {
      .site-header__main-nav .nav-divider p {
        font-size: 2.75rem; } }

@media (min-width: 64rem) {
  .site-header__main-nav .nav-with-dividers .sub-nav-group {
    display: flex;
    gap: 2rem; } }
@media (min-width: 79rem) {
  .site-header__main-nav .nav-with-dividers .sub-nav-group {
    display: block; } }
.site-header__main-nav .nav-with-dividers .sub-nav-group > ul + ul {
  margin-top: 1.5rem; }
  @media (min-width: 64rem) {
    .site-header__main-nav .nav-with-dividers .sub-nav-group > ul + ul {
      margin-top: 0; } }
  @media (min-width: 79rem) {
    .site-header__main-nav .nav-with-dividers .sub-nav-group > ul + ul {
      margin-top: 1.5rem; } }

.site-footer {
  padding: 4rem 0;
  border-top: 1px solid #ffffff; }
  @media (min-width: 64rem) {
    .site-footer {
      padding: 8rem 0; } }
  .site-footer__columns {
    display: block;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 48rem) {
      .site-footer__columns {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; } }
    @media (min-width: 64rem) {
      .site-footer__columns {
        flex-wrap: nowrap; } }
    .site-footer__columns + .site-footer__columns {
      margin-top: 3rem; }
      @media (min-width: 64rem) {
        .site-footer__columns + .site-footer__columns {
          margin-top: 6rem; } }
  .site-footer__column:first-child {
    width: 100%;
    margin-bottom: 3rem; }
    @media (min-width: 64rem) {
      .site-footer__column:first-child {
        width: auto;
        margin-bottom: 0; } }
  .site-footer__column + .site-footer__column {
    margin-top: 3rem; }
    @media (min-width: 64rem) {
      .site-footer__column + .site-footer__column {
        margin-top: 0; } }
  .site-footer__column a + a {
    margin-left: 1rem; }
  .site-footer .macro-logo {
    max-width: 16rem; }
    @media (min-width: 79rem) {
      .site-footer .macro-logo {
        max-width: 18.75rem; } }
  .site-footer .footer-menu {
    padding: 0;
    margin: 0;
    list-style: none; }
    .site-footer .footer-menu a {
      text-decoration-color: #FA3D13;
      text-underline-offset: .5rem;
      transition: all 0.2s linear;
      font-family: "PPSupply", arial, sans-serif;
      text-transform: uppercase;
      letter-spacing: 2px; }
    @media (min-width: 79rem) {
      .site-footer .footer-menu p {
        font-size: 1.5rem; } }
    .site-footer .footer-menu li + li {
      margin-top: 1rem; }
    .site-footer .footer-menu .sub-menu {
      padding: 0;
      margin: 1rem 0 2rem;
      list-style: none; }
  .site-footer__nav-title {
    margin-bottom: 1.5rem; }

.reversed-section {
  background-color: #e3e3e3;
  color: #020202;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem; }
  @media (min-width: 64rem) {
    .reversed-section {
      padding-top: 3.5rem;
      padding-bottom: 3.5rem; } }
  @media (min-width: 79rem) {
    .reversed-section {
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  @media (min-width: 92rem) {
    .reversed-section {
      padding-top: 4.5rem;
      padding-bottom: 4.5rem; } }
  @media (min-width: 104rem) {
    .reversed-section {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  .reversed-section .wp-block-group__inner-container > .content-block:first-child {
    margin-top: 0; }
  .reversed-section .wp-block-group__inner-container > .content-block:last-child {
    margin-bottom: 0; }
  .reversed-section .cols + .cols .wp-block-columns {
    border-top: 1px solid;
    padding-top: 3.5rem; }
    @media (min-width: 64rem) {
      .reversed-section .cols + .cols .wp-block-columns {
        padding-top: 3.5rem; } }
    @media (min-width: 79rem) {
      .reversed-section .cols + .cols .wp-block-columns {
        padding-top: 4rem; } }
    @media (min-width: 92rem) {
      .reversed-section .cols + .cols .wp-block-columns {
        padding-top: 4.5rem; } }
    @media (min-width: 104rem) {
      .reversed-section .cols + .cols .wp-block-columns {
        padding-top: 5rem; } }

body.page-template-template-gray .site-main {
  background-color: #e3e3e3;
  color: #020202; }
  body.page-template-template-gray .site-main .reversed-section {
    background-color: #020202;
    color: #ffffff; }
  body.page-template-template-gray .site-main a {
    color: #020202; }
    body.page-template-template-gray .site-main a:visited {
      color: #020202; }
    body.page-template-template-gray .site-main a:hover, body.page-template-template-gray .site-main a:focus, body.page-template-template-gray .site-main a:active {
      color: #C32704; }
  body.page-template-template-gray .site-main .text-bg-img__text-side,
  body.page-template-template-gray .site-main .platform-card,
  body.page-template-template-gray .site-main .content-block--bordered {
    border-color: #020202; }
  body.page-template-template-gray .site-main .applications-list__item a {
    text-decoration-color: #C32704; }
  body.page-template-template-gray .site-main .two-col-block:not(.two-col-block--no-border):after {
    background-color: #020202; }
  body.page-template-template-gray .site-main .featured-news__article:hover h3 a,
  body.page-template-template-gray .site-main .featured-news__article:hover p a, body.page-template-template-gray .site-main .featured-news__article:focus h3 a,
  body.page-template-template-gray .site-main .featured-news__article:focus p a, body.page-template-template-gray .site-main .featured-news__article:active h3 a,
  body.page-template-template-gray .site-main .featured-news__article:active p a {
    color: #C32704;
    text-decoration-color: #C32704; }
  body.page-template-template-gray .site-main .form-block__headline h2 {
    color: #020202; }
  body.page-template-template-gray .site-main .gform_wrapper.gravity-theme input[type=tel],
  body.page-template-template-gray .site-main .gform_wrapper.gravity-theme input[type=text],
  body.page-template-template-gray .site-main .gform_wrapper.gravity-theme input[type=email] {
    border-color: #ffffff; }
  body.page-template-template-gray .site-main input[type=submit] {
    border: 1px solid #ffffff;
    color: #020202; }
  body.page-template-template-gray .site-main .pdf-button text {
    fill: #020202; }
  body.page-template-template-gray .site-main .pdf-button:active path, body.page-template-template-gray .site-main .pdf-button:focus path, body.page-template-template-gray .site-main .pdf-button:hover path {
    stroke: #C32704; }
  body.page-template-template-gray .site-main .pdf-button:active text, body.page-template-template-gray .site-main .pdf-button:focus text, body.page-template-template-gray .site-main .pdf-button:hover text {
    fill: #C32704; }
  body.page-template-template-gray .site-main .primary-button:active, body.page-template-template-gray .site-main .primary-button:focus, body.page-template-template-gray .site-main .primary-button:hover,
  body.page-template-template-gray .site-main .wp-block-button__link:active,
  body.page-template-template-gray .site-main .wp-block-button__link:focus,
  body.page-template-template-gray .site-main .wp-block-button__link:hover,
  body.page-template-template-gray .site-main .text-block a.primary-button:active,
  body.page-template-template-gray .site-main .text-block a.primary-button:focus,
  body.page-template-template-gray .site-main .text-block a.primary-button:hover,
  body.page-template-template-gray .site-main .text-block a.wp-block-button__link:active,
  body.page-template-template-gray .site-main .text-block a.wp-block-button__link:focus,
  body.page-template-template-gray .site-main .text-block a.wp-block-button__link:hover,
  body.page-template-template-gray .site-main .page-header--hp-style .page-header__intro-side a:active,
  body.page-template-template-gray .site-main .page-header--hp-style .page-header__intro-side a:focus,
  body.page-template-template-gray .site-main .page-header--hp-style .page-header__intro-side a:hover,
  body.page-template-template-gray .site-main input[type="button"]:active,
  body.page-template-template-gray .site-main input[type="button"]:focus,
  body.page-template-template-gray .site-main input[type="button"]:hover,
  body.page-template-template-gray .site-main input[type="reset"]:active,
  body.page-template-template-gray .site-main input[type="reset"]:focus,
  body.page-template-template-gray .site-main input[type="reset"]:hover {
    color: #C32704; }
  body.page-template-template-gray .site-main .slick-arrow {
    border-color: #020202; }
  body.page-template-template-gray .site-main .slick-dots button {
    color: #020202; }
    body.page-template-template-gray .site-main .slick-dots button:hover, body.page-template-template-gray .site-main .slick-dots button:focus, body.page-template-template-gray .site-main .slick-dots button:active {
      color: #C32704; }

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

.text-block p + *:not(.content-block),
.text-block * + p,
.text-block ul + *,
.text-block ol + * {
  margin-top: 1.125rem; }
  @media (min-width: 79rem) {
    .text-block p + *:not(.content-block),
    .text-block * + p,
    .text-block ul + *,
    .text-block ol + * {
      margin-top: 1.375rem; } }
.text-block h1 + a, .text-block h1 + ul, .text-block h1 + ol, .text-block h1 + h1, .text-block h1 + h2, .text-block h1 + h3, .text-block h1 + h4, .text-block h1 + h5, .text-block h1 + h6, .text-block h1 + .wp-block-buttons,
.text-block h2 + a,
.text-block h2 + ul,
.text-block h2 + ol,
.text-block h2 + h1,
.text-block h2 + h2,
.text-block h2 + h3,
.text-block h2 + h4,
.text-block h2 + h5,
.text-block h2 + h6,
.text-block h2 + .wp-block-buttons,
.text-block h3 + a,
.text-block h3 + ul,
.text-block h3 + ol,
.text-block h3 + h1,
.text-block h3 + h2,
.text-block h3 + h3,
.text-block h3 + h4,
.text-block h3 + h5,
.text-block h3 + h6,
.text-block h3 + .wp-block-buttons,
.text-block h4 + a,
.text-block h4 + ul,
.text-block h4 + ol,
.text-block h4 + h1,
.text-block h4 + h2,
.text-block h4 + h3,
.text-block h4 + h4,
.text-block h4 + h5,
.text-block h4 + h6,
.text-block h4 + .wp-block-buttons,
.text-block h5 + a,
.text-block h5 + ul,
.text-block h5 + ol,
.text-block h5 + h1,
.text-block h5 + h2,
.text-block h5 + h3,
.text-block h5 + h4,
.text-block h5 + h5,
.text-block h5 + h6,
.text-block h5 + .wp-block-buttons,
.text-block h6 + a,
.text-block h6 + ul,
.text-block h6 + ol,
.text-block h6 + h1,
.text-block h6 + h2,
.text-block h6 + h3,
.text-block h6 + h4,
.text-block h6 + h5,
.text-block h6 + h6,
.text-block h6 + .wp-block-buttons {
  margin-top: 1.125rem; }
  @media (min-width: 79rem) {
    .text-block h1 + a, .text-block h1 + ul, .text-block h1 + ol, .text-block h1 + h1, .text-block h1 + h2, .text-block h1 + h3, .text-block h1 + h4, .text-block h1 + h5, .text-block h1 + h6, .text-block h1 + .wp-block-buttons,
    .text-block h2 + a,
    .text-block h2 + ul,
    .text-block h2 + ol,
    .text-block h2 + h1,
    .text-block h2 + h2,
    .text-block h2 + h3,
    .text-block h2 + h4,
    .text-block h2 + h5,
    .text-block h2 + h6,
    .text-block h2 + .wp-block-buttons,
    .text-block h3 + a,
    .text-block h3 + ul,
    .text-block h3 + ol,
    .text-block h3 + h1,
    .text-block h3 + h2,
    .text-block h3 + h3,
    .text-block h3 + h4,
    .text-block h3 + h5,
    .text-block h3 + h6,
    .text-block h3 + .wp-block-buttons,
    .text-block h4 + a,
    .text-block h4 + ul,
    .text-block h4 + ol,
    .text-block h4 + h1,
    .text-block h4 + h2,
    .text-block h4 + h3,
    .text-block h4 + h4,
    .text-block h4 + h5,
    .text-block h4 + h6,
    .text-block h4 + .wp-block-buttons,
    .text-block h5 + a,
    .text-block h5 + ul,
    .text-block h5 + ol,
    .text-block h5 + h1,
    .text-block h5 + h2,
    .text-block h5 + h3,
    .text-block h5 + h4,
    .text-block h5 + h5,
    .text-block h5 + h6,
    .text-block h5 + .wp-block-buttons,
    .text-block h6 + a,
    .text-block h6 + ul,
    .text-block h6 + ol,
    .text-block h6 + h1,
    .text-block h6 + h2,
    .text-block h6 + h3,
    .text-block h6 + h4,
    .text-block h6 + h5,
    .text-block h6 + h6,
    .text-block h6 + .wp-block-buttons {
      margin-top: 1.375rem; } }
.text-block p + .wp-block-image,
.text-block ul + .wp-block-image {
  margin-top: 1.75rem; }
  @media (min-width: 79rem) {
    .text-block p + .wp-block-image,
    .text-block ul + .wp-block-image {
      margin-top: 2.25rem; } }
.text-block a {
  color: #ffffff;
  transition: all 0.2s linear;
  text-decoration-color: #FA3D13;
  text-underline-offset: .5rem;
  transition: all 0.2s linear; }
  .text-block a:hover, .text-block a:focus, .text-block a:active {
    color: #FA3D13; }
.text-block figcaption {
  font-size: 1rem; }
.text-block ul,
.text-block ol {
  padding: 0;
  margin: 0 0 0 1rem; }
.text-block li + li {
  margin-top: 1rem; }

.page-header__breadcrumbs {
  padding: 2rem 0 0 7%;
  font-family: "PPSupply", arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1rem; }
  @media (min-width: 37rem) {
    .page-header__breadcrumbs {
      padding-left: 2.5rem; } }
  @media (min-width: 79rem) {
    .page-header__breadcrumbs {
      padding-left: 3.5rem; } }
  @media (min-width: 92rem) {
    .page-header__breadcrumbs {
      padding-left: 5rem; } }
.page-header__text {
  padding: 7%; }
  @media (min-width: 37rem) {
    .page-header__text {
      padding: 2.5rem; } }
  @media (min-width: 79rem) {
    .page-header__text {
      padding: 3.5rem; } }
  @media (min-width: 92rem) {
    .page-header__text {
      padding: 5rem; } }
.page-header__image-side {
  height: 40vw; }
  @media (min-width: 64rem) {
    .page-header__image-side {
      width: 50%;
      height: 100%; } }
  .page-header__image-side img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.page-header__icon {
  display: block;
  width: 1.5rem;
  margin-bottom: 1rem; }
.page-header--has-img {
  border-bottom: 1px solid; }
  .page-header--has-img .page-header__content {
    display: flex;
    flex-direction: column-reverse; }
    @media (min-width: 64rem) {
      .page-header--has-img .page-header__content {
        flex-direction: row;
        height: 40vw; } }
  .page-header--has-img .page-header__text-side {
    display: flex;
    flex-direction: column; }
    @media (min-width: 64rem) {
      .page-header--has-img .page-header__text-side {
        width: 50%; } }
  .page-header--has-img .page-header__text {
    flex: 1;
    display: flex;
    flex-direction: column; }
  .page-header--has-img .page-header__intro {
    margin-top: 2rem; }
    @media (min-width: 64rem) {
      .page-header--has-img .page-header__intro {
        margin-top: auto; } }
    .page-header--has-img .page-header__intro p {
      font-size: 1.25rem;
      line-height: 1.2em;
      font-weight: normal; }
      @media (min-width: 79rem) {
        .page-header--has-img .page-header__intro p {
          font-size: 1.75rem; } }
  .page-header--has-img.page-header--uneven .page-header__content {
    background-size: 64% auto; }
  @media (min-width: 64rem) {
    .page-header--has-img.page-header--uneven .page-header__text-side {
      width: 40%; } }
  @media (min-width: 79rem) {
    .page-header--has-img.page-header--uneven .page-header__text-side {
      width: 36%; } }
  @media (min-width: 64rem) {
    .page-header--has-img.page-header--uneven .page-header__image-side {
      width: 60%; } }
  @media (min-width: 79rem) {
    .page-header--has-img.page-header--uneven .page-header__image-side {
      width: 64%; } }
  @media (min-width: 92rem) {
    .page-header--has-img.page-header--uneven h1 {
      font-size: 3.25rem; } }
.page-header--no-img .page-header__text {
  position: relative;
  padding-bottom: 0; }
  @media (min-width: 79rem) {
    .page-header--no-img .page-header__text {
      height: 6.25rem; } }
  @media (min-width: 92rem) {
    .page-header--no-img .page-header__text {
      height: 9.25rem; } }
.page-header--no-img h1 {
  line-height: .7em; }
  @media (min-width: 79rem) {
    .page-header--no-img h1 {
      position: fixed;
      line-height: 1em;
      z-index: 0; } }
.page-header--gray {
  background-color: #e3e3e3;
  color: #020202; }
.page-header--black {
  background-color: #020202;
  color: #e3e3e3; }
.page-header--hp-style .content-container--bleeds {
  background: no-repeat center;
  background-size: cover; }
.page-header--hp-style .page-header__content {
  padding: 17vw 6.5vw; }
  @media (min-width: 64rem) {
    .page-header--hp-style .page-header__content {
      display: flex;
      justify-content: space-between; } }
  @media (min-width: 104rem) {
    .page-header--hp-style .page-header__content {
      padding: 18rem 7rem; } }
@media (min-width: 64rem) {
  .page-header--hp-style .page-header__text-side {
    width: 52%; } }
@media (min-width: 104rem) {
  .page-header--hp-style .page-header__text-side {
    width: 54%; } }
.page-header--hp-style .page-header__text {
  padding: 0; }
.page-header--hp-style .page-header__intro-side {
  max-width: 35rem;
  margin-top: 20vw; }
  @media (min-width: 37rem) {
    .page-header--hp-style .page-header__intro-side {
      margin-top: 12vw; } }
  @media (min-width: 64rem) {
    .page-header--hp-style .page-header__intro-side {
      width: 40%;
      margin-top: 0; } }
  @media (min-width: 79rem) {
    .page-header--hp-style .page-header__intro-side {
      width: 37%; } }
  .page-header--hp-style .page-header__intro-side > * + * {
    margin-top: 2rem; }
  .page-header--hp-style .page-header__intro-side h3 {
    line-height: 1.4em; }
  .page-header--hp-style .page-header__intro-side p {
    line-height: 2em; }
  .page-header--hp-style .page-header__intro-side a {
    text-decoration: none; }
.page-header--hp-style h1 {
  font-size: 2.8rem;
  text-transform: uppercase; }
  @media (min-width: 37rem) {
    .page-header--hp-style h1 {
      font-size: 6vw; } }
  @media (min-width: 104rem) {
    .page-header--hp-style h1 {
      font-size: 6.25rem; } }

body.scrolled .page-header--no-img h1 {
  display: none; }

.text-bg-img__content {
  display: flex;
  flex-direction: column-reverse; }
  @media (min-width: 64rem) {
    .text-bg-img__content {
      flex-direction: row; } }
.text-bg-img__text-side {
  border-top: 1px solid #ffffff; }
  @media (min-width: 64rem) {
    .text-bg-img__text-side {
      width: 50%;
      border-top: none;
      border-right: 1px solid #ffffff; } }
  .text-bg-img__text-side h1 {
    margin-bottom: 3rem; }
    @media (min-width: 64rem) {
      .text-bg-img__text-side h1 {
        margin-bottom: 5rem; } }
    @media (min-width: 79rem) {
      .text-bg-img__text-side h1 {
        margin-bottom: 7rem; } }
.text-bg-img__text {
  padding: 7%; }
  @media (min-width: 37rem) {
    .text-bg-img__text {
      padding: 2.5rem; } }
  @media (min-width: 79rem) {
    .text-bg-img__text {
      padding: 3.5rem; } }
  @media (min-width: 92rem) {
    .text-bg-img__text {
      padding: 5rem; } }
  .text-bg-img__text a.primary-button:last-child {
    margin-top: 2rem; }
    @media (min-width: 79rem) {
      .text-bg-img__text a.primary-button:last-child {
        margin-top: 2.5rem; } }
.text-bg-img__image-side {
  background: no-repeat center;
  background-size: cover;
  height: 40vw; }
  @media (min-width: 64rem) {
    .text-bg-img__image-side {
      width: 50%;
      height: auto; } }
  .text-bg-img__image-side img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
@media (min-width: 64rem) {
  .text-bg-img--left .text-bg-img__content {
    flex-direction: row-reverse; } }
@media (min-width: 64rem) {
  .text-bg-img--left .text-bg-img__text-side {
    border-right: none;
    border-left: 1px solid #ffffff; } }

@media (min-width: 37rem) {
  .text-cap-img__content {
    display: flex;
    flex-direction: row;
    align-items: center; } }
.text-cap-img__text-side, .text-cap-img__image-side {
  padding: 0 7%; }
  @media (min-width: 37rem) {
    .text-cap-img__text-side, .text-cap-img__image-side {
      width: 50%;
      padding: 0 2.5rem; } }
  @media (min-width: 79rem) {
    .text-cap-img__text-side, .text-cap-img__image-side {
      padding: 0 3.5rem; } }
  @media (min-width: 92rem) {
    .text-cap-img__text-side, .text-cap-img__image-side {
      padding: 0 5rem; } }
.text-cap-img__image-side {
  margin-top: 2rem; }
  @media (min-width: 37rem) {
    .text-cap-img__image-side {
      margin-top: 0; } }
  .text-cap-img__image-side img {
    display: block;
    border: 1px solid #ffffff; }
  .text-cap-img__image-side figcaption {
    padding-left: 1rem;
    margin-top: 2rem;
    border-left: 1px solid #FA3D13;
    font-size: 1rem; }
    @media (min-width: 64rem) {
      .text-cap-img__image-side figcaption {
        padding-left: 1.5rem;
        margin-top: 3rem; } }
.text-cap-img__text {
  max-width: 32rem;
  margin: 0 auto; }
@media (min-width: 64rem) {
  .text-cap-img--left .text-cap-img__content {
    flex-direction: row-reverse; } }

.icon-callouts {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem; }
  @media (min-width: 64rem) {
    .icon-callouts {
      gap: 4rem; } }
  @media (min-width: 64rem) {
    .icon-callouts--2 {
      grid-template-columns: repeat(2, 1fr); } }

.icon-callout {
  display: flex;
  gap: 2rem; }
  .icon-callout__icon {
    flex-shrink: 0;
    width: 4rem;
    height: 4rem; }
    .icon-callout__icon img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .icon-callout h1,
  .icon-callout h2,
  .icon-callout h3,
  .icon-callout h4,
  .icon-callout h5,
  .icon-callout h6 {
    font-family: "PPSupply", arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px; }

.applications-list__items {
  padding: 0;
  margin: 0;
  list-style: none; }
.applications-list__item {
  display: flex;
  gap: 1.5rem;
  font-family: "PPSupply", arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px; }
  .applications-list__item + .applications-list__item {
    margin-top: 1.5rem; }
  .applications-list__item a {
    text-decoration-color: #FA3D13;
    text-underline-offset: .5rem;
    transition: all 0.2s linear; }
  .applications-list__item img {
    width: 1.5rem; }

.text-block ul.applications-list__items {
  margin-left: 0; }

.contact-cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem; }
  @media (min-width: 37rem) {
    .contact-cards {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 64rem) {
    .contact-cards {
      grid-template-columns: repeat(4, 1fr); } }
  .contact-cards__headline {
    margin-bottom: 2.5rem; }

.contact-card {
  padding: 1.5rem;
  border: 1px solid; }
  .contact-card__headline {
    margin-bottom: 2rem; }
  .contact-card a {
    text-decoration-color: #FA3D13;
    text-underline-offset: .5rem;
    transition: all 0.2s linear;
    word-break: break-all; }

@media (min-width: 64rem) {
  .two-col {
    display: flex;
    gap: 15vw; } }
@media (min-width: 64rem) {
  .two-col__col {
    flex: 1; } }
.two-col__col + .two-col__col {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid; }
  @media (min-width: 64rem) {
    .two-col__col + .two-col__col {
      padding-top: 0;
      margin-top: 0;
      border-top: none; } }
.two-col-block {
  position: relative; }
  @media (min-width: 64rem) {
    .two-col-block:not(.two-col-block--no-border):after {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      display: block;
      width: 1px;
      height: 100%;
      background-color: #ffffff; } }

.form-block__headline {
  margin-top: 3.5rem; }
  @media (min-width: 64rem) {
    .form-block__headline {
      margin-top: 3.5rem; } }
  @media (min-width: 79rem) {
    .form-block__headline {
      margin-top: 4rem; } }
  @media (min-width: 92rem) {
    .form-block__headline {
      margin-top: 4.5rem; } }
  @media (min-width: 104rem) {
    .form-block__headline {
      margin-top: 5rem; } }
  .form-block__headline h2 {
    line-height: .7em;
    color: #e3e3e3;
    font-size: 2.5rem; }
    @media (min-width: 79rem) {
      .form-block__headline h2 {
        font-size: 3.25rem; } }
    @media (min-width: 92rem) {
      .form-block__headline h2 {
        font-size: 5rem; } }
.form-block .two-col__col + .two-col__col {
  border-top: none; }
.form-block .gform_wrapper.gravity-theme .gfield_label {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-family: "PPSupply", arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px; }
  .form-block .gform_wrapper.gravity-theme .gfield_label span {
    font-family: "Aeonik", arial, sans-serif;
    text-transform: none;
    letter-spacing: 0;
    color: #020202;
    font-style: normal; }
.form-block .gform_wrapper.gravity-theme input[type=tel],
.form-block .gform_wrapper.gravity-theme input[type=text],
.form-block .gform_wrapper.gravity-theme input[type=email] {
  background-color: transparent;
  border: 1px solid #020202;
  border-radius: 0;
  color: #020202; }
.form-block + .content-block--bordered {
  margin-top: 0;
  border-top: 0; }

.callout-block__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem; }
  @media (min-width: 64rem) {
    .callout-block__content {
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap: 7vw; } }
.callout-block a.primary-button {
  text-decoration: none; }

.platform-cards,
.platform-cards__intro {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.25rem; }
  @media (min-width: 64rem) {
    .platform-cards,
    .platform-cards__intro {
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem; } }

.platform-cards__intro {
  margin-bottom: 2rem; }
  @media (min-width: 64rem) {
    .platform-cards__intro {
      margin-bottom: 4rem; } }
  .platform-cards__intro-col {
    max-width: 40rem; }

.platform-card {
  padding: 1rem;
  border: 1px solid #ffffff; }
  @media (min-width: 64rem) {
    .platform-card {
      padding: 1.5rem; } }
  .platform-card img {
    display: block; }
  .platform-card > * + * {
    margin-top: 1.5rem; }
  .platform-card h6 {
    margin-top: .5rem;
    letter-spacing: 2px; }

.featured-news__headline a {
  text-decoration-color: #FA3D13;
  text-underline-offset: .5rem;
  transition: all 0.2s linear;
  text-decoration-thickness: from-font; }
  @media (min-width: 64rem) {
    .featured-news__headline a:after {
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.02' height='12.02' viewBox='0 0 12.02 12.02'%3E%3Cpath id='Path_106' data-name='Path 106' d='M0,0,8,0,8,8' transform='translate(5.654 0.355) rotate(45)' fill='none' stroke='%23fa3d13' stroke-width='1'/%3E%3C/svg%3E%0A");
      display: inline-block;
      height: .75rem;
      width: 1.5rem;
      margin-left: .5rem;
      background: url("../images/cta-arrow-line.png") right center;
      text-align: right;
      line-height: 0;
      vertical-align: middle;
      transition: all .3s ease-out; } }
  @media (min-width: 79rem) {
    .featured-news__headline a:after {
      height: 1rem; } }
  @media (min-width: 92rem) {
    .featured-news__headline a:after {
      height: 1.5rem; } }
  .featured-news__headline a:active:after, .featured-news__headline a:focus:after, .featured-news__headline a:hover:after {
    width: 2.5rem; }
.featured-news__article {
  padding: 3rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between; }
  @media (min-width: 64rem) {
    .featured-news__article {
      flex-wrap: nowrap;
      gap: 15vw; } }
  .featured-news__article:last-child {
    padding-bottom: 0; }
  .featured-news__article:active h3 a, .featured-news__article:focus h3 a, .featured-news__article:hover h3 a {
    color: #ffffff;
    text-decoration-color: #FA3D13; }
  .featured-news__article:active p a, .featured-news__article:focus p a, .featured-news__article:hover p a {
    color: #FA3D13; }
    @media (min-width: 64rem) {
      .featured-news__article:active p a:after, .featured-news__article:focus p a:after, .featured-news__article:hover p a:after {
        width: 2.5rem;
        right: 0; } }
  .featured-news__article + .featured-news__article {
    border-top: 1px solid; }
  .featured-news__article > * {
    width: 100%; }
    @media (min-width: 64rem) {
      .featured-news__article > * {
        flex: 1;
        width: auto; } }
  .featured-news__article h3 {
    line-height: 1.5em; }
    .featured-news__article h3 a {
      text-underline-offset: .5rem;
      text-decoration-thickness: from-font;
      transition: all 0.2s linear; }
      @media (min-width: 64rem) {
        .featured-news__article h3 a {
          text-decoration-color: #020202; } }
      .featured-news__article h3 a:active, .featured-news__article h3 a:focus, .featured-news__article h3 a:hover {
        color: #ffffff;
        text-decoration-color: #FA3D13; }
  .featured-news__article p a {
    position: relative;
    display: block;
    text-decoration: none;
    transition: all 0.2s linear; }
    @media (min-width: 64rem) {
      .featured-news__article p a {
        padding-right: 3.5rem; } }
    @media (min-width: 64rem) {
      .featured-news__article p a:after {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.02' height='12.02' viewBox='0 0 12.02 12.02'%3E%3Cpath id='Path_106' data-name='Path 106' d='M0,0,8,0,8,8' transform='translate(5.654 0.355) rotate(45)' fill='none' stroke='%23fa3d13' stroke-width='1'/%3E%3C/svg%3E%0A");
        position: absolute;
        top: 50%;
        right: 1rem;
        transform: translateY(-50%);
        display: inline-block;
        height: .75rem;
        width: 1.5rem;
        margin-left: .5rem;
        background: url("../images/cta-arrow-line.png") right center;
        text-align: right;
        line-height: 0;
        vertical-align: middle;
        transition: all .3s ease-out; } }
.featured-news .two-col__col + .two-col__col {
  margin-top: 0;
  border-top: none; }

@media (min-width: 37rem) {
  .alternating-text-cap-img__row {
    width: 47%; } }
@media (min-width: 79rem) {
  .alternating-text-cap-img__row {
    width: 42%; } }
@media (min-width: 37rem) {
  .alternating-text-cap-img__row:nth-child(even) {
    margin-left: 53%;
    margin-right: 0; } }
@media (min-width: 79rem) {
  .alternating-text-cap-img__row:nth-child(even) {
    margin-left: 58%; } }
.alternating-text-cap-img__row + .alternating-text-cap-img__row {
  margin-top: 3rem; }
  @media (min-width: 37rem) {
    .alternating-text-cap-img__row + .alternating-text-cap-img__row {
      margin-top: -8rem; } }
  @media (min-width: 79rem) {
    .alternating-text-cap-img__row + .alternating-text-cap-img__row {
      margin-top: -12rem; } }
.alternating-text-cap-img__row img {
  display: block;
  margin-bottom: 1rem; }
  @media (min-width: 64rem) {
    .alternating-text-cap-img__row img {
      margin-bottom: 2rem; } }
.alternating-text-cap-img__row-headline {
  margin-bottom: 1rem; }
  @media (min-width: 64rem) {
    .alternating-text-cap-img__row-headline {
      margin-bottom: 2rem; } }
  .alternating-text-cap-img__row-headline a {
    text-decoration-color: #FA3D13;
    text-underline-offset: .5rem;
    transition: all 0.2s linear;
    text-decoration-thickness: from-font; }
    @media (min-width: 64rem) {
      .alternating-text-cap-img__row-headline a:after {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.02' height='12.02' viewBox='0 0 12.02 12.02'%3E%3Cpath id='Path_106' data-name='Path 106' d='M0,0,8,0,8,8' transform='translate(5.654 0.355) rotate(45)' fill='none' stroke='%23fa3d13' stroke-width='1'/%3E%3C/svg%3E%0A");
        display: inline-block;
        height: .75rem;
        width: 1.5rem;
        margin-left: .5rem;
        background: url("../images/cta-arrow-line.png") right center;
        text-align: right;
        line-height: 0;
        vertical-align: middle;
        transition: all .3s ease-out; } }
    @media (min-width: 79rem) {
      .alternating-text-cap-img__row-headline a:after {
        height: 1rem; } }
    @media (min-width: 92rem) {
      .alternating-text-cap-img__row-headline a:after {
        height: 1.5rem; } }
    .alternating-text-cap-img__row-headline a:active:after, .alternating-text-cap-img__row-headline a:focus:after, .alternating-text-cap-img__row-headline a:hover:after {
      width: 2.5rem; }

@media (min-width: 64rem) {
  .featured-article {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 36vw; } }
@media (min-width: 104rem) {
  .featured-article {
    min-height: 36rem; } }
.featured-article__image {
  margin-bottom: 1.25rem; }
  @media (min-width: 64rem) {
    .featured-article__image {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      margin-bottom: 0;
      z-index: 0;
      opacity: .5; } }
.featured-article--has-img .featured-article__text {
  /*position: absolute;
  left: 2.75rem;
  bottom: 2.75rem;*/
  position: relative;
  z-index: 1; }
  @media (min-width: 64rem) {
    .featured-article--has-img .featured-article__text {
      padding: 2.75rem; } }
.featured-article__text {
  max-width: 48rem; }
  .featured-article__text > * + * {
    margin-top: 1.25rem; }
    @media (min-width: 92rem) {
      .featured-article__text > * + * {
        margin-top: 2rem; } }

.news-pagination nav {
  display: flex;
  gap: 1rem;
  justify-content: flex-end; }
  @media (min-width: 92rem) {
    .news-pagination nav {
      gap: 2rem; } }
.news-pagination ul {
  display: flex;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none; }
  @media (min-width: 92rem) {
    .news-pagination ul {
      gap: 2rem; } }

.video-block .content-container + .content-container {
  margin-top: 2rem; }
  @media (min-width: 64rem) {
    .video-block .content-container + .content-container {
      margin-top: 4rem; } }
.video-block figcaption {
  padding-left: 1rem;
  margin-top: 2rem;
  border-left: 1px solid #FA3D13;
  font-size: 1rem; }
  @media (min-width: 64rem) {
    .video-block figcaption {
      padding-left: 1.5rem;
      margin-top: 3rem; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-arrow {
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 1px solid #ffffff;
  background: transparent;
  background-image: linear-gradient(90deg, #d5f109 0%, #d5f109 50%, rgba(213, 241, 9, 0) 50%, rgba(213, 241, 9, 0) 100%);
  background-position: 100% 0;
  background-size: 200%;
  color: green;
  font-size: 1.25rem;
  line-height: 1em;
  cursor: pointer;
  z-index: 1;
  transition: all 0.2s ease-in-out; }
  @media (min-width: 79rem) {
    .slick-arrow {
      width: 6rem;
      height: 4rem;
      font-size: 2rem; } }
  .slick-arrow:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.02' height='12.02' viewBox='0 0 12.02 12.02'%3E%3Cpath id='Path_106' data-name='Path 106' d='M0,0,8,0,8,8' transform='translate(5.654 0.355) rotate(45)' fill='none' stroke='%23fa3d13' stroke-width='1'/%3E%3C/svg%3E%0A");
    display: inline-block;
    height: .75rem;
    width: 1.5rem;
    margin-top: -.25rem;
    background: url("../images/cta-arrow-line.png") right center;
    text-align: right;
    line-height: 0;
    vertical-align: middle;
    transition: all .3s ease-out; }
    @media (min-width: 79rem) {
      .slick-arrow:after {
        margin-top: -.5rem; } }
  .slick-arrow span {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .slick-arrow.slick-prev {
    transform: rotate(180deg); }
  @media (min-width: 79rem) {
    .slick-arrow:hover:after {
      width: 2.5rem;
      margin-left: 1rem; } }
  .slick-arrow .icon-slider-arrow {
    background: red; }

.slideshow .content-container + .content-container {
  position: relative;
  margin-top: 2rem; }
  @media (min-width: 64rem) {
    .slideshow .content-container + .content-container {
      margin-top: 4rem; } }
.slideshow figcaption {
  padding-left: 1rem;
  margin-top: 2rem;
  border-left: 1px solid #FA3D13;
  font-size: 1rem; }
  @media (min-width: 64rem) {
    .slideshow figcaption {
      padding-left: 1.5rem;
      margin-top: 3rem; } }
.slideshow .slick-dots {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display: flex;
  justify-content: center; }
  .slideshow .slick-dots button {
    -webkit-appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: underline;
    text-decoration-color: #FA3D13;
    text-underline-offset: .25rem; }
  .slideshow .slick-dots .slick-active button {
    text-decoration: none; }
.slideshow__arrows {
  display: flex;
  justify-content: space-between;
  margin: .75rem auto auto;
    /*@include media-breakpoint-up(md) {
      position: absolute;
      top: 50%;
      margin-top: -rem;
      width: 100%;
      max-width: $max-text-width;
    }

    @media screen and (min-width: 70rem) {
      left: 50%;
      margin-left: calc( -1 * (61rem/2) );
    }*/ }
  @media (min-width: 79rem) {
    .slideshow__arrows {
      position: absolute;
      top: 50%;
      margin-top: -4rem;
      width: calc(61rem + 10rem);
      max-width: 100vw;
      left: 50%;
      margin-left: calc( -1 * ( (61rem/2) + 5rem ) ); } }

.search-result + .search-result {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid #ffffff; }
.search-result h2 a {
  text-decoration-color: #FA3D13;
  text-underline-offset: .5rem;
  transition: all 0.2s linear;
  transition: color 0.2s linear;
  font-size: 1.5rem; }
  @media (min-width: 79rem) {
    .search-result h2 a {
      font-size: 1.75rem; } }
  @media (min-width: 92rem) {
    .search-result h2 a {
      font-size: 2rem; } }
  .search-result h2 a:active, .search-result h2 a:focus, .search-result h2 a:hover {
    color: #FA3D13; }

.search-results__content > * + * {
  margin-top: 3rem; }
.search-results__form {
  width: 100%; }
  .search-results__form form {
    display: flex;
    width: 100%; }
  .search-results__form input[type=search] {
    width: 100%;
    height: 100%;
    padding: .5rem .5rem;
    background-color: transparent;
    border-radius: 0;
    color: #ffffff; }
  .search-results__form input[type=submit] {
    border: 1px solid #ccc;
    cursor: pointer; }
    .search-results__form input[type=submit]:active, .search-results__form input[type=submit]:focus, .search-results__form input[type=submit]:hover {
      background-color: #020202;
      border-color: #FA3D13;
      color: #FA3D13; }
  .search-results__form label {
    flex: 1;
    margin-right: 1.75rem; }
@media (min-width: 37rem) {
  .search-results__pagination {
    display: flex;
    gap: 1rem;
    justify-content: space-between; } }
.search-results__pagination--top {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ffffff; }
.search-results__pagination ul.pagination {
  display: flex;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none; }
.search-results__pagination nav {
  display: flex;
  gap: 1rem; }

.error-page__content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc( 100vh - 4rem );
  background: url(../images/404-bg.jpg) no-repeat center;
  background-size: cover; }
  @media (min-width: 64rem) {
    .error-page__content {
      height: calc( 100vh - 6rem ); } }
  @media (min-width: 79rem) {
    .error-page__content {
      height: calc( 100vh - 8.75rem ); } }
.error-page__text {
  text-align: center; }
  .error-page__text h1 {
    color: #FA3D13;
    font-family: "PPSupply", arial, sans-serif;
    font-size: 20vw; }
    @media (min-width: 104rem) {
      .error-page__text h1 {
        font-size: 20rem; } }
  .error-page__text a {
    display: inline-block;
    position: relative;
    margin-top: 1rem;
    font-family: "PPSupply", arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none; }
    .error-page__text a:before {
      content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.02' height='12.02' viewBox='0 0 12.02 12.02'%3E%3Cpath id='Path_106' data-name='Path 106' d='M0,0,8,0,8,8' transform='translate(5.654 0.355) rotate(45)' fill='none' stroke='%23fa3d13' stroke-width='1'/%3E%3C/svg%3E%0A");
      display: inline-block;
      height: .75rem;
      width: 1.5rem;
      margin-right: .5rem;
      background: url("../images/cta-arrow-line.png") right center;
      text-align: right;
      line-height: 0;
      vertical-align: middle;
      transition: all .3s ease-out;
      transform: rotate(180deg); }

.wp-block-image {
  max-width: 83%;
  margin-left: auto;
  margin-right: auto; }
  .wp-block-image > img {
    display: block;
    margin: 0 auto; }
  .wp-block-image figcaption {
    padding-left: 1rem;
    margin-top: 2rem;
    border-left: 1px solid #FA3D13; }
    @media (min-width: 64rem) {
      .wp-block-image figcaption {
        padding-left: 1.5rem;
        margin-top: 3rem; } }

.wp-block-spacer {
  height: 3rem !important; }
  @media (min-width: 64rem) {
    .wp-block-spacer {
      height: 3.75rem !important; } }
  @media (min-width: 79rem) {
    .wp-block-spacer {
      height: 4.5rem !important; } }

.wp-block-wrapper > .content-container > .wp-block-columns {
  margin-bottom: 0;
  gap: 0; }
  @media screen and (min-width: 782px) {
    .wp-block-wrapper > .content-container > .wp-block-columns {
      gap: 7vw; } }
  @media (min-width: 64rem) {
    .wp-block-wrapper > .content-container > .wp-block-columns {
      gap: 15vw; } }
  .wp-block-wrapper > .content-container > .wp-block-columns .wp-block-column + .wp-block-column {
    padding-top: 2rem;
    margin-top: 2rem; }
    @media screen and (min-width: 782px) {
      .wp-block-wrapper > .content-container > .wp-block-columns .wp-block-column + .wp-block-column {
        padding-top: 0;
        margin-top: 0; } }
  .wp-block-wrapper > .content-container > .wp-block-columns.has-background {
    padding: 0;
    background-color: transparent !important; }
  .wp-block-wrapper > .content-container > .wp-block-columns:not(.has-background) .wp-block-column + .wp-block-column {
    border-top: 1px solid; }
    @media screen and (min-width: 782px) {
      .wp-block-wrapper > .content-container > .wp-block-columns:not(.has-background) .wp-block-column + .wp-block-column {
        border-top: none; } }

.wp-block-wrapper > h2, .wp-block-wrapper > h3, .wp-block-wrapper > p {
  max-width: 48rem; }

.wp-block-embed.is-type-video {
  width: 100%;
  max-width: 61rem;
  margin: 0 auto;
  padding-right: 7%;
  padding-left: 7%; }
  @media (min-width: 37rem) {
    .wp-block-embed.is-type-video {
      padding-right: 1.75rem;
      padding-left: 1.75rem; } }
  @media (min-width: 64rem) {
    .wp-block-embed.is-type-video {
      padding-right: 1.75rem;
      padding-left: 1.75rem; } }
  @media (min-width: 79rem) {
    .wp-block-embed.is-type-video {
      padding-right: 2.5rem;
      padding-left: 2.5rem; } }
  .wp-block-embed.is-type-video .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%; }
    .wp-block-embed.is-type-video .wp-block-embed__wrapper .embedded-object,
    .wp-block-embed.is-type-video .wp-block-embed__wrapper iframe,
    .wp-block-embed.is-type-video .wp-block-embed__wrapper object,
    .wp-block-embed.is-type-video .wp-block-embed__wrapper embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

/* Navigation
--------------------------------------------- */

/*# sourceMappingURL=style.css.map */
