/* Includes
-------------------------------------------- */

/* Reset
-------------------------------------------- */

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
/* Normalize
-------------------------------------------- */

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* Utilities
-------------------------------------------- */

/* Alignment */

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-center {
    text-align: center;
  }
  .text-xl-justify {
    text-align: justify;
  }
}

/* Embed */

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

/* Screen Readers */

.skip-to-content {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}
/* Need a "hide-for-sr" class? Add aria-hidden='true' to the element */
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* Only display the element when it's focused */
.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* Spacing */

.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 2rem;
}
.mt-2 {
  margin-top: 4rem;
}
.mt-3 {
  margin-top: 6rem;
}
.mt-4 {
  margin-top: 8rem;
}
.mt-5 {
  margin-top: 10rem;
}
.mt-6 {
  margin-top: 12rem;
}

.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 2rem;
}
.mb-2 {
  margin-bottom: 4rem;
}
.mb-3 {
  margin-bottom: 6rem;
}
.mb-4 {
  margin-bottom: 8rem;
}
.mb-5 {
  margin-bottom: 10rem;
}
.mb-6 {
  margin-bottom: 12rem;
}

.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 2rem;
}
.pt-2 {
  padding-top: 4rem;
}
.pt-3 {
  padding-top: 6rem;
}
.pt-4 {
  padding-top: 8rem;
}
.pt-5 {
  padding-top: 10rem;
}
.pt-6 {
  padding-top: 12rem;
}

.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 2rem;
}
.pb-2 {
  padding-bottom: 4rem;
}
.pb-3 {
  padding-bottom: 6rem;
}
.pb-4 {
  padding-bottom: 8rem;
}
.pb-5 {
  padding-bottom: 10rem;
}
.pb-6 {
  padding-bottom: 12rem;
}

/* Colors */

.text-white {
  color: #fff;
}

/* Backgrounds */

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

/* CSS Variables
-------------------------------------------- */

:root {
	--gold: #f8c426;
	--gold-dark: #dfab0d;
	--gray-dark: #5c5e5e;
	--gray-medium: #bcbcbc;
	--gray-light: #f4f4f4;
	--black: #212121;
	--white: #fff;
}

/* Base
-------------------------------------------- */

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
  color: var(--black);
  font-family: proxima-nova, sans-serif;
  font-size: 1.9rem;
  line-height: 1.8;
}

/* Layout
-------------------------------------------- */

.container {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 2rem;
	padding-left: 2rem;
}

section {
	padding: 4rem 0;
}
@media (min-width: 992px) {
	section {
		padding: 8rem 0;
	}
}
@media (min-width: 1400px) {
	section {
		padding: 12rem 0;
	}
}

/* Typography
-------------------------------------------- */

a {
  color: var(--gold);
	text-decoration: none;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
a:hover,
a:active,
a:focus {
	color: var(--gold-dark);
  text-decoration: none;
}

p {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 2rem;
	margin-bottom: 2rem;
	font-family: proxima-nova, sans-serif;
  font-weight: 700;
  line-height: 1.1;
	letter-spacing: normal;
	text-transform: none;
}
p:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1, .h1 {
  font-size: 4.5rem;
}
h2, .h2 {
  font-size: 2.8rem;
}
h3, .h3 {
	font-family: teko, sans-serif;
	font-weight: 400;
	font-size: 3rem;
	letter-spacing: 2px;
	text-transform: uppercase;
}
h4, .h4 {
  font-size: 2.2rem;
}
h5, .h5 {
  font-size: 2rem;
}
h6, .h6 {
  font-size: 1.8rem;
}
@media (min-width: 992px) {
	h1, .h1 {
		font-size: 6.5rem;
	}
	h2, .h2 {
		font-size: 3.8rem;
	}
}
@media (min-width: 1400px) {
	h1, .h1 {
		font-size: 7.5rem;
	}
	h2, .h2 {
		font-size: 4.5rem;
	}
	h3, .h3 {
		font-size: 3.5rem;
	}
}

h1 em, .h1 em,
h2 em, .h2 em {
	font-weight: 400;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

/* Blockquote */

blockquote {
	margin: 2rem 0;
	padding-left: 2rem;
	border-left: 0.5rem solid var(--gray-light);
}

/* Horizontal Rules */

hr {
	background-color: var(--gray-medium);
  height: 1px;
  border: none;
}

/* Helpers
-------------------------------------------- */

/* Colors */

.gold {
  color: var(--gold);
}
.gray-light {
  color: var(--gray-light);
}
.gray-medium {
  color: var(--gray-medium);
}
.gray-dark {
  color: var(--gray-dark);
}
.black {
  color: var(--black);
}
.white {
  color: var(--white);
}

/* Background Colors */

.bg-gold {
  background-color: var(--gold);
	color: var(--white);
}
.bg-gold h1,
.bg-gold h2,
.bg-gold h3,
.bg-gold h4,
.bg-gold h5,
.bg-gold h6 {
	color: var(--white);
}
.bg-gray-light {
  background-color: var(--gray-light);
}
.bg-gray-medium {
  background-color: var(--gray-medium);
	color: var(--white);
}
.bg-gray-medium h1,
.bg-gray-medium h2,
.bg-gray-medium h3,
.bg-gray-medium h4,
.bg-gray-medium h5,
.bg-gray-medium h6 {
	color: var(--white);
}
.bg-gray-dark {
  background-color: var(--gray-dark);
	color: var(--white);
}
.bg-gray-dark h1,
.bg-gray-dark h2,
.bg-gray-dark h3,
.bg-gray-dark h4,
.bg-gray-dark h5,
.bg-gray-dark h6 {
	color: var(--white);
}
.bg-black {
  background-color: var(--black);
	color: var(--white);
}
.bg-black h1,
.bg-black h2,
.bg-black h3,
.bg-black h4,
.bg-black h5,
.bg-black h6 {
	color: var(--white);
}
.bg-white {
  background-color: var(--white);
}

/* Background Images */

.bg-grunge-gold {
	background-image: url('https://5811155.fs1.hubspotusercontent-na1.net/hubfs/5811155/raw_assets/public/Legacy_2021/images/bg-grunge-gold.svg');
	background-repeat: repeat-y;
	background-position: 100% 50%;
}

/* Buttons
-------------------------------------------- */

.btn {
	display: inline-block;
	padding: 1.5rem 7rem 1.5rem 4rem;
	border: 0;
	-webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 4rem) 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, calc(100% - 4rem) 100%, 0% 100%);
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.4;
	text-transform: uppercase;
	text-align: center;
}
.btn:hover,
.btn:active,
.btn:focus {
	cursor: pointer;
	text-decoration: none;
}

.btn--gold {
	background-color: var(--gold);
	color: var(--black);
}
.btn--gold:hover,
.btn--gold:active,
.btn--gold:focus {
	background-color: var(--black);
	color: var(--white);
}

/* HubSpot Overrides */

.hs-button.primary {
	display: inline-block;
	padding: 1.5rem 7rem 1.5rem 4rem;
	background-color: var(--gold);
	border: 0;
	-webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 4rem) 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, calc(100% - 4rem) 100%, 0% 100%);
	color: var(--black);
	font-size: 1.6rem;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.4;
	-webkit-appearance: none;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.hs-button.primary:hover,
.hs-button.primary:active,
.hs-button.primary:focus {
	background-color: var(--black);
	color: var(--white);
	text-decoration: none;
	cursor: pointer;
}

/* Sizing */

.btn--sm {
	padding: .5rem 1rem;
	font-size: 1.6rem;
}

.btn--lg {
	padding: 1.5rem 3rem;
	font-size: 2rem;
}

.btn--block {
	display: block;
}

/* Forms
-------------------------------------------- */

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  width: 100%;
	height: 5rem;
  margin-bottom: 2rem;
  padding: 1rem;
  border: 1px solid var(--gray-dark);
}

textarea {
  min-height: 10rem;
}

label {
	text-transform: uppercase;
}

/* Inputs List */

.hs-form ul.inputs-list {
  margin: 0 0 2rem 0;
  padding: 0;
  list-style: none;
}
.hs-form .hs-form-field ul.inputs-list .hs-input {
  position: relative;
  width: auto;
  margin: 0 1rem 0 0;
  height: auto;
  display: inline-block;
}
.hs-form .hs-form-field ul.inputs-list span {
  font-weight: 400;
}

/* Error */

.hs-input.invalid {
  border-color: red;
}
.hs-error-msgs {
	position: relative;
  top: -1rem;
  margin: 0;
  list-style: none;
  color: red;
  font-size: 1.4rem;
}

/* Captcha */

.hs_recaptcha {
	margin-bottom: 2rem;
}

/* Fix Column Layouts */

.hs-form fieldset {
	max-width: inherit !important;
}
.hs-form fieldset.form-columns-1 .hs-form-field,
.hs-form fieldset.form-columns-2 .hs-form-field,
.hs-form fieldset.form-columns-3 .hs-form-field {
  width: 100% !important;
}
.hs-form fieldset.form-columns-1 .hs-form-field .input,
.hs-form fieldset.form-columns-2 .hs-form-field .input,
.hs-form fieldset.form-columns-3 .hs-form-field .input {
  margin-right: 0 !important;
}
.hs-form fieldset.form-columns-1 .hs-form-field .hs-input:not([type='checkbox']),
.hs-form fieldset.form-columns-2 .hs-form-field .hs-input:not([type='checkbox']),
.hs-form fieldset.form-columns-3 .hs-form-field .hs-input:not([type='checkbox']) {
  width: 100% !important;
}

@media (min-width: 480px) {
  .hs-form fieldset.form-columns-1 .hs-form-field {
    width: 100% !important;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 50% !important;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:nth-of-type(1) {
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-2 .hs-form-field:nth-of-type(2) {
    padding-left: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 33.333% !important;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(1) {
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(2) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .hs-form fieldset.form-columns-3 .hs-form-field:nth-of-type(3) {
    padding-left: 0.75rem;
  }
}

/* Header
-------------------------------------------- */

.header {
	position: fixed;
	z-index: 101;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}
.header[data-scroll-direction="up"] {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}
.header[data-scroll-direction="down"] {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.header .hs-search-field {
	display: none;
}
@media(min-width: 992px) {
	.header .hs-search-field {
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 140rem;
		padding: 1rem 2rem;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.header .hs-search-field.is-active {
		display: block;
	}
	.header .hs-search-field__bar > form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.header .hs-search-field__bar > form > button {
		width: 6rem;
		height: 5.5rem;
		background-color: var(--gold);
		border: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		color: var(--white);
		font-size: 0;
	}
	.header .hs-search-field__bar > form > button svg {
		height: 16px;
		fill: var(--white);
	}
	.header .hs-search-field__bar > form > button:hover {
		background-color: var(--gray-dark);
		cursor: pointer;
	}
	.header .hs-search-field__input {
		height: 5.5rem;
		margin: 0;
		border: 0;
	}
	.header .hs-search-field__suggestions {
		display: none;
	}
}

.header-lp {
	position: relative;
	padding: 2rem 0;
	text-align: center;
}
.header-lp__logo > img {
	width: 13.1rem;
	height: 3rem;
}
@media(min-width: 992px) {
	.header-lp__logo > img {
		width: 24rem;
		height: 5.6rem;
	}
}

/* Footer
-------------------------------------------- */

.footer {
	overflow: hidden;
}
.footer a {
	color: var(--white);
}
.footer a:hover,
.footer a:active,
.footer a:focus,
.footer a.active {
	color: var(--gold);
}

.footer__inner {
	position: relative;
	max-width: 136rem;
	margin: 4rem auto 0 auto;
}
.footer__accent {
	position: absolute;
	z-index: 1;
	top: -4rem;
	right: -4rem;
}

.footer-top {
	position: relative;
	z-index: 2;
	padding: 4rem 0;
	border-bottom: 1px solid var(--gold);
	text-align: center;
}

.footer-top__address > span {
	display: block;
}

.footer-top__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 4rem;
}
.footer-top__social > span {
	color: var(--gray-medium);
	font-family: teko, sans-serif;
	font-size: 1.7rem;
	line-height: 1.4;
	text-transform: uppercase;
}
.footer-top__social > a {
	margin-left: 1.5rem;
	color: var(--gold);
	font-size: 0;
}
.footer-top__social > a > svg {
	width: 2rem;
	height: 2rem;
}
.footer-top__social > a:hover,
.footer-top__social > a:active,
.footer-top__social > a:focus {
	color: var(--white);
}

.nav-footer__list {
	margin: 4rem 0 0 0;
	padding: 0;
	list-style: none;
}
.nav-footer__item {
	margin: 1rem auto;
	line-height: 1.4;
}
.nav-footer__link {
	color: var(--white);
	font-size: 1.7rem;
	font-weight: 500;
	text-transform: uppercase;
}

.footer-bottom {
	padding: 2rem 0;
	font-size: 1.6rem;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
}
.footer-bottom__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
@media(min-width: 992px) {
	.footer-top {
		padding: 6rem 0;
	}
	.footer-top__address > span {
		display: inline-block;
	}
	.footer-top__social {
    position: absolute;
    top: 4rem;
    right: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
		margin: 0;
	}
	.footer-top__social > span {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
	}
	.footer-top__social > a {
		margin-left: 0;
		margin-top: 1.5rem;
	}
	.nav-footer__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.nav-footer__item {
		margin: 0 2rem;
	}
	.footer-bottom__item {
		margin: 0 1rem;
	}
	.footer-bottom__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

/* Blog */

.blog-listing__posts {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 6rem;
}
.blog-listing__title > a {
	color: var(--black);
}
.blog-listing__title > a:hover,
.blog-listing__title > a:active,
.blog-listing__title > a:focus {
	color: var(--gold);
}
.blog-listing__featured-image {
	width: 100%;
	aspect-ratio: 21/9;
	margin-bottom: 1rem;
	-o-object-fit: cover;
	object-fit: cover;
}
.blog-listing__details {
	font-size: 1.6rem;
	line-height: 1.4;
}
.blog-listing__details-tags > a {
	color: var(--black);
}
.blog-listing__details-tags > a:hover,
.blog-listing__details-tags > a:active,
.blog-listing__details-tags > a:focus {
	color: var(--gold);
}
.blog-listing__title {
	margin: 2rem 0 1rem 0;
}
.blog-listing__description {
	margin: 1rem 0;
}
.blog-listing__recent-posts > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.4;
}
.blog-listing__recent-posts > ul > li {
	margin-bottom: 1rem;
}
.blog-listing__pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 6rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  display: none;
}

.blog-post__featured-image {
	width: 100%;
	aspect-ratio: 21/9;
	margin-bottom: 1rem;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 2rem;
}
.blog-post__details {
	margin-bottom: 2rem;
	font-size: 1.6rem;
	line-height: 1.4;
}
.blog-post__recent-posts > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.4;
}
.blog-post__recent-posts > ul > li {
	margin-bottom: 1rem;
}
.blog__social-sharing {
  padding: 1rem 0;
}
.blog__social-link-icon {
  display: inline-block;
  margin: 0 .5rem;
}
.blog__social-link-icon svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
  
@media(min-width: 992px) {
	.blog-listing__inner {
		display: grid;
		grid-template-columns: 1fr 30%;
		grid-gap: 6rem;
	}
	.blog-post__inner {
		display: grid;
		grid-template-columns: 1fr 30%;
		grid-gap: 6rem;
	}
}
@media(min-width: 1400px) {
	.blog-listing__inner {
		grid-gap: 12rem;
	}
	.blog-post__inner {
		grid-gap: 12rem;
	}
}

/* Projects */

.project__content section {
	padding: 0;
}

.project__newsletter-subscribe {
  border-top: 1px solid var(--gray-medium);
  padding: 3rem 0;
}
@media(min-width: 992px) {
	.project__inner {
		display: grid;
		grid-template-columns: 1fr 25%;
		grid-gap: 8rem;
		max-width: 114rem;
		margin: 0 auto;
	}
}
@media(min-width: 1400px) {
	.project__inner {
		grid-gap: 12rem;
	}
}

/* Pillar */

.pillar__nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pillar__nav .hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  position: relative;
  z-index: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
}
.pillar__nav .hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul li a {
	display: block;
	margin: 0.5rem 0;
	color: var(--black);
	font-weight: 700;
	line-height: 1.6;
  white-space: normal !important;
}
.pillar__nav .hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul li a:hover {
	color: var(--gold);
}
.pillar__nav .hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
}
.pillar__nav .hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
	color: var(--gray-dark);
  font-weight: 400;
}
.pillar__nav .hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
	color: var(--gold-dark);
}
.pillar__nav a.active {
  position: relative;
}
.pillar__nav a.active::before {
  content:"";
  display: block;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 6px;
  border-color: transparent transparent transparent var(--gold);
  position: absolute;
  left: -15px;
  top: .5em;
}
.pillar__nav .hs-menu-children-wrapper {
  display: none;
}
.pillar__nav .hs-menu-children-wrapper.active-branch {
  display: block;
}
.pillar__nav .hs-item-has-children a.active + ul {
  display: block;
}

@media(min-width: 992px) {
	.pillar__inner {
		display: grid;
		grid-template-columns: 1fr 35%;
		grid-gap: 8rem;
	}
	.pillar__nav .hs_cos_wrapper {
		position: -webkit-sticky;
		position: sticky;
		top: 2rem;
	}
}

/* Fabric Structures Pillar */

.fabric-structure-toc {
  width: 80%;
  padding: 2rem;
  margin: auto;
  background: var(--gray-light);
}
.fabric-structure-toc .inner {
  list-style: none;
  max-width: 1140px;
  margin: auto;
}
.fabric-structure-toc ul {
  display: block;
  break-inside: avoid;
  padding: 0;
  margin: 0 0 2rem;
}
.fabric-structure-toc ul li {
  display: block;
  break-inside: avoid;
}
.fabric-structure-toc ul li a {
  color: var(--gray-dark);
}
.fabric-structure-toc ul li a:hover {
  color: var(--gold);
}
@media(min-width: 640px) {
  .fabric-structure-toc .inner {
    columns: 2;
    column-gap: 2rem;
  }
}
@media(min-width: 992px) {
  .fabric-structure-toc .inner {
    columns: 3;
  }
}