@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,800;1,400;1,800&display=swap');

@font-face {
	font-family: 'introblack';
	src: url('https://7070147.fs1.hubspotusercontent-na2.net/hubfs/7070147/raw_assets/public/KAJ_2020/fonts/intro-black-webfont.woff2') format('woff2'),
			 url('https://7070147.fs1.hubspotusercontent-na2.net/hubfs/7070147/raw_assets/public/KAJ_2020/fonts/intro-black-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'introregular';
	src: url('https://7070147.fs1.hubspotusercontent-na2.net/hubfs/7070147/raw_assets/public/KAJ_2020/fonts/intro-regular-webfont.woff2') format('woff2'),
			 url('https://7070147.fs1.hubspotusercontent-na2.net/hubfs/7070147/raw_assets/public/KAJ_2020/fonts/intro-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

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

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

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

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

input, textarea, select {
	padding: 1rem;
	border: 1px solid #ccc;
}
/* 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 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;
}

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

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

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
  color: #212121;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.9rem;
	line-height: 1.8;
}
.wrapper {
	overflow-x: hidden;
}
:target:before {
	content: "";
	display: block;
	height: 100px;
	margin: -100px 0 0;
}

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

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

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

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

a {
  color: #ec2027;
	text-decoration: none;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
a:hover,
a:active,
a:focus {
	color: #c60001;
  text-decoration: none;
}

p {
  margin-top: 2rem;
	margin-bottom: 2rem;
	letter-spacing: 1px;
}
p.large {
	font-family: 'introregular';
	font-size: 2rem;
	line-height: 1.2;
}
@media(min-width: 992px) {
	p.large {
		font-size: 3rem;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 2rem;
	margin-bottom: 2rem;
  line-height: 1;
}
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 {
	color: #1f2034;
	font-family: 'introblack';
	font-size: 5rem;
	letter-spacing: -2px;
}
h2, .h2 {
	color: #1f2034;
	font-family: 'introblack';
	font-size: 4rem;
	letter-spacing: -1px;
}
h3, .h3 {
	color: #76ced9;
	font-family: 'introblack';
	font-size: 2.4rem;
	letter-spacing: 2px;
	line-height: 1.2;
	text-transform: uppercase;
}
h4, .h4 {
	font-size: 2.2rem;
	font-weight: 800;
}
h5, .h5 {
	font-size: 1.8rem;
	font-weight: 800;
}
h6, .h6 {
	font-size: 1.6rem;
	font-weight: 800;
}
@media (min-width: 992px) {
	h1, .h1 {
		font-size: 9rem;
		letter-spacing: -3px;
	}
	h2, .h2 {
		font-size: 7rem;
		letter-spacing: -2px;
	}
	h3, .h3 {
		font-size: 3rem;
		letter-spacing: 3px;
	}
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 2rem;
	margin-bottom: 2rem;
	letter-spacing: 1px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
	margin-bottom: 0;
	letter-spacing: 1px;
}

/* Blockquote */

blockquote {
	margin: 2rem 0;
	padding-left: 2rem;
	border-left: 0.5rem solid #1f2034;
}

/* Horizontal Rules */

hr {
	margin: 4rem 0;
	background-color: #1f2034;
  height: 3px;
  border: none;
}

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

/* Colors */

.white {
  color: #fff;
}
.red {
	color: #ec2027;
}
.gray {
	color: #f8f8f8;
}
.blue-dark {
	color: #1f2034;
}
.blue-light {
	color: #76ced9;
}

/* Background Colors */

.bg-white {
  background-color: #fff;
}
.bg-red {
	background-color: #ec2027;
	color: #fff;
}
.bg-red a:not(.btn),
.bg-red h1,
.bg-red h2,
.bg-red h4,
.bg-red h5,
.bg-red h6 {
	color: #fff;
}
.bg-red h3 {
	color: #1f2034;
}
.bg-red a:not(.btn):hover,
.bg-red a:not(.btn):active,
.bg-red a:not(.btn):focus {
	color: #1f2034;
}
.bg-red hr {
	background-color: #fff;
}

.bg-gray {
	background-color: #f8f8f8;
}

.bg-blue-dark {
	background-color: #1f2034;
	color: #fff;
}
.bg-blue-dark a:not(.btn),
.bg-blue-dark h1,
.bg-blue-dark h2,
.bg-blue-dark h4,
.bg-blue-dark h5,
.bg-blue-dark h6 {
	color: #fff;
}
.bg-blue-dark a:not(.btn):hover,
.bg-blue-dark a:not(.btn):active,
.bg-blue-dark a:not(.btn):focus {
	color: #ec2027;
}
.bg-blue-dark hr {
	background-color: #fff;
}

.bg-blue-light {
	background-color: #76ced9;
	color: #fff;
}
.bg-blue-light a:not(.btn) {
	color: #fff;
}
.bg-blue-light a:not(.btn):hover,
.bg-blue-light a:not(.btn):active,
.bg-blue-light a:not(.btn):focus {
	color: #1f2034;
}
.bg-blue-light hr {
	background-color: #fff;
}

/* Background Images */



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

.btn {
	display: inline-block;
	padding: 1.2rem 2.4rem;
	border-radius: 0 0 25px 25px;
	font-size: 1.6rem;
	font-weight: 800;
	line-height: 1.4;
	text-align: center;
	text-transform: uppercase;
}
.btn:hover,
.btn:active,
.btn:focus {
	text-decoration: none;
}

.btn--primary {
	background-color: #ec2027;
	border: 3px solid #ec2027;
	color: #fff;
}
.btn--primary:hover,
.btn--primary:active,
.btn--primary:focus {
	background-color: transparent;
	color: #ec2027;
}

.btn--secondary {
	background-color: #fff;
	border: 3px solid #fff;
	color: #ec2027;
}
.btn--secondary:hover,
.btn--secondary:active,
.btn--secondary:focus {
	background-color: transparent;
	color: #fff;
}

/* HubSpot Overrides */

.hs-button.primary {
	display: inline-block;
	padding: 1.5rem 2.5rem;
	border-radius: 0 0 25px 25px;
	background-color: #ec2027;
	border: 3px solid #ec2027;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	-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: transparent;
	color: #ec2027;
	cursor: pointer;
}

/* Sizing */

.btn--sm {
	font-size: 1.4rem;
}

.btn--lg {
	font-size: 1.8rem;
}

.btn--block {
	display: block;
}

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

.hs-input {
  width: 100%;
  margin-bottom: 1.5rem;
	padding: 1.5rem 1rem;
	border: 1px solid #d6d6d6;
	font-size: 1.7rem;
}
.hs-input.invalid {
  border-color: #ec2027;
}

.hs-form-field textarea {
  min-height: 10rem;
}

.hs-form fieldset select {
	border-radius: 0;
	-moz-appearance: none;
	     appearance: none;
	-webkit-appearance: none;
	background-image: url('https://7070147.fs1.hubspotusercontent-na2.net/hubfs/7070147/raw_assets/public/KAJ_2020/images/select-arrow.png');
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

/* Inputs List */

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

/* Error Message */

.hs-error-msgs {
  position: relative;
  top: -1rem;
  margin: 0;
  padding: 0 0 0 1.5rem !important;
  list-style: none;
  color: #ec2027;
  font-size: 1.2rem;
}
.hs-error-msgs:after {
  position: absolute;
  content: '▴';
  top: 0;
  left: 0;
}

/* 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,
.hs-form fieldset.form-columns-2 .hs-form-field .hs-input,
.hs-form fieldset.form-columns-3 .hs-form-field .hs-input {
  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;
  }
}

/* Wrapper
-------------------------------------------- */

.wrapper {
	padding-top: 74px;
}
@media(min-width: 992px) {
	.wrapper {
		padding-top: 100px;
	}
}

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

.header {
	position: fixed;
	z-index: 101;
	top: 0;
	left: 0;
	width: 100%;
	padding: 2rem 0;
	background-color: #fff;
}
@media(min-width: 992px) {
	.header {
		padding: 3rem 0;
	}	
}

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

.footer {
	padding: 4rem 0;
	font-size: 1.6rem;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
}
@media(min-width: 992px) {
	.footer {
		padding: 2rem 0;
	}
	.footer__inner {
    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;
	}
}

/* Menus
-------------------------------------------- */

/* Mobile Nav */

.mobile-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.mobile-nav__logo {
	display: block;
}
.mobile-nav__logo img {
	height: 30px;
}

.mobile-nav__toggle {
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.mobile-nav__toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ec2027;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.mobile-nav__toggle span:nth-child(1) {
  top: 8px;
}
.mobile-nav__toggle span:nth-child(2),
.mobile-nav__toggle span:nth-child(3) {
  top: 15px;
}
.mobile-nav__toggle span:nth-child(4) {
  top: 22px;
}
.mobile-nav__toggle.active span:nth-child(1) {
  top: 15px;
  width: 0%;
  left: 50%;
}
.mobile-nav__toggle.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-nav__toggle.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-nav__toggle.active span:nth-child(4) {
  top: 15px;
  width: 0%;
  left: 50%;
}

.mobile-nav__list {
	position: absolute;
	top: 100%;
	left: -100%;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-transition: left 0.2s ease;
	transition: left 0.2s ease;
}
.mobile-nav__list.active {
	left: 0;
}
.mobile-nav__item {
	position: relative;
}
.mobile-nav__link {
  display: block;
	padding: 1rem 2rem;
	background-color: #f8f8f8;
	border-bottom: 1px solid #d2d2d2;
}
.mobile-nav__link:hover,
.mobile-nav__link:active,
.mobile-nav__link:focus,
.mobile-nav__link.active {
	background-color: #ec2027;
	color: #fff;
}

.mobile-nav__dropdown-toggle {
	position: absolute;
	top: 0;
	right: 2rem;
	height: 5.3rem;
	width: 3rem;
	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;
}

.mobile-nav__dropdown {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
}
.mobile-nav__dropdown-link {
  display: block;
	padding: 1rem 2rem;
	background-color: #f1f1f1;
	border-top: 1px solid #f8f8f8;
}
.mobile-nav__dropdown-link:hover,
.mobile-nav__dropdown-link:active,
.mobile-nav__dropdown-link:focus {
	background-color: #ec2027;
	color: #fff;
}

@media (min-width: 992px) {
	.mobile-nav {
		display: none;
	}
}

/* Main Nav */

.main-nav {
	display: none;
}

@media (min-width: 992px) {
	.main-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.main-nav__logo {
		display: block;
	}
	.main-nav__logo img {
		height: 40px;
	}

	/* Secondary Nav */
	
	.secondary-nav {
		margin-bottom: 1rem;
	}
	.secondary-nav__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.secondary-nav__item {
		margin-left: 2rem;
	}
	.secondary-nav__link {
		display: block;
		color: #1f2034;
		font-size: 1.4rem;
		font-weight: 800;
		line-height: 1;
		text-transform: uppercase;
	}
	.secondary-nav__link:hover,
	.secondary-nav__link:active,
	.secondary-nav__link:focus,
	.secondary-nav__link.active {
		color: #76ced9;
	}

	/* Primary Nav */

	.primary-nav__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.primary-nav__item {
		margin-left: 2rem;
	}
	.primary-nav__link {
		display: block;
		color: #ec2027;
		font-size: 1.6rem;
		font-weight: 800;
		line-height: 1;
		text-transform: uppercase;
	}
	.primary-nav__link:hover,
	.primary-nav__link:active,
	.primary-nav__link:focus,
	.primary-nav__link.active {
		color: #1f2034;
	}
}
@media (min-width: 1200px) {
	.secondary-nav__item {
		margin-left: 2.6rem;
	}
	.primary-nav__item {
		margin-left: 2.6rem;
	}
}

/* Footer Nav */

.footer-nav__list {
	margin: 2rem 0 0 0;
	padding: 0;
	list-style: none;
}
@media(min-width: 992px) {
	.footer-nav__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 0 0 3rem;
	}
	.footer-nav__item {
		margin: 0 1rem;
	}
}

/* Templates
-------------------------------------------- */

/* Positions */

.positions-list__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	min-height: 360px;
	padding: 2rem;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
}
.positions-list__item:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.positions-list__item:nth-of-type(odd):before {
	background-color: #ec2027;
}
.positions-list__item:nth-of-type(even):before {
	background-color: #1f2034;
}
.positions-list__overlay {
	position: relative;
	z-index: 2;
}
.positions-list__title {
	margin: 0.5rem;
	color: #fff;
}
.positions-list__link {
	display: inline-block;
	margin-top: 2rem;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 3px solid #fff;
}
.positions-list__item:hover,
.positions-list__item:active,
.positions-list__item:hover:focus {
	color: #fff;
}
.positions-list__item:hover:before {
	opacity: 1;
}
@media(min-width: 768px) {
	.positions-list {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
	}
	.positions-list__item {
		padding: 4rem;
	}
}
@media(min-width: 992px) {
	.positions-list {
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
	}
	.positions-list__item {
		padding: 6rem;
	}
}

.position-form__form {
	max-width: 940px;
	margin: 0 auto;
}

/* Careers */

.careers-overview__form {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	-ms-flex-item-align: start;
	    align-self: start
}
@media(min-width: 992px) {
	.careers-overview__inner {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 60% 8rem 1fr;
		grid-template-columns: 60% 1fr;
		grid-gap: 8rem;
	}
}

/* Blog */

.blog-subscribe {
	padding: 2rem 0;
}
.blog-subscribe .hs-button.primary {
	background-color: #fff;
	border-color: #fff;
	color: #ec2027;
	padding: 1.2rem 2.5rem;
}
.blog-subscribe .hs-button.primary:hover {
	background-color: transparent;
	color: #fff;
}
@media(min-width: 992px) {
	.blog-subscribe__form {
		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-subscribe__form h3 {
		margin: 0;
	}
	.blog-subscribe__form form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.blog-subscribe__form form .hs-input {
		margin: 0 2rem;
		border: 0;
		width: 300px;
		height: 49px;
	}
	.blog-subscribe__form form .hs-email {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.blog-subscribe__form form .hs-email > label {
		display: none;
	}
	.blog-subscribe__form form .hs-error-msgs {
		position: absolute;
		top: calc(100% + 1px);
		left: 2rem;
		margin: 0;
	}
}

/* Blog Listing */

.blog-listing_filters {
	padding: 3rem 0;
	text-align: center;
}
.blog-listing_filters-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.blog-listing_filters-item {
	margin-bottom: 1rem;
}
.blog-listing_filters-item:last-of-type {
	margin-bottom: 0;
}
.blog-listing_filters-link {
	margin-bottom: 10px;
	border-bottom: 3px solid #fff;
	font-weight: 700;
	text-transform: uppercase;
}

.blog-listing__item {
	display: block;
	margin-bottom: 4rem;
	color: #1f2034;
}
.blog-listing__cta {
	margin-bottom: 4rem;
}
.blog-listing__block {
	padding: 4rem;
	background-color: #f8f8f8;
	-webkit-transition: background-color .2s ease;
	transition: background-color .2s ease;
}
.blog-listing__title {
	font-size: 2.4rem;
	letter-spacing: 2px;
}
.blog-listing__excerpt {
	margin-bottom: 0;
}
.blog-listing__read-more {
	color: #ec2027;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
}
.blog-listing__item:hover {
	color: #fff;
}
.blog-listing__item:hover .blog-listing__block {
	background-color: #ec2027;
}
.blog-listing__item:hover .blog-listing__read-more {
	color: #1f2034;
}
@media(min-width: 992px) {
	.blog-listing_filters-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.blog-listing_filters-item {
		margin-bottom: 0;
		margin: 0 2rem;
	}
	.blog-listing__inner {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 4rem 1fr;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 4rem;
	}
	.blog-listing__item {
		margin-bottom: 0;
	}
	.blog-listing__cta {
		margin-bottom: 0;
	}
	.blog-listing__block {
		padding: 6rem;
	}
	.blog-listing__cta {
		-ms-grid-column: 1;
		    grid-column-start: 1;
		-ms-grid-column-span: 2;
		grid-column-end: 3;
	}
}

/* Blog Post */

@media(min-width: 992px) {
	.blog-post__inner {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 8rem 300px;
		grid-template-columns: 1fr 300px;
		grid-gap: 8rem;
	}
}


/* Misc
-------------------------------------------- */

/* Well */

.well {
	padding: 2rem;
	background-color: #f8f8f8;
}
.well .hs-submit {
	text-align: center;
}
@media(min-width: 992px) {
	.well {
		padding: 4rem;
	}
}

/* Modal */

.modal {
  display: none;
}
.modal.is-open {
  display: block;
}
.modal__overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal__container {
	position: relative;
	width: 940px;
	max-width: calc(100% - 4rem);
	max-height: calc(100vh - 16rem);
	padding: 4rem;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px 0px rgba(0,0,0,.2);
	box-shadow: 0 0 10px 0px rgba(0,0,0,.2);
	overflow-y: auto;
}
.modal__container header {
  position: relative;
}
.modal__close {
	position: absolute;
	z-index: 2;
	top: -3rem;
	right: -3rem;
	-webkit-appearance: none;
	border: 0;
	background-color: transparent;
	outline: 0;
	color: #ec2027;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.modal__close:before {
	content: "\2715";
}
.modal__close:hover {
	color: #1f2034;
	cursor: pointer;
}
.modal__details {
	font-size: 1.7rem;
}
.modal__headshot {
	margin-bottom: 2rem;
}
@media(min-width: 768px) {
	.modal__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.modal__headshot {
		width: 300px;
		padding-right: 4rem;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
}