/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/







 

*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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;
}

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

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

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

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

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, 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;
}

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

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

/**
 * 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 and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}


:root {
	--c-white: #ffffff;
	--c-primary: rgba(181, 211, 53, 1);
	--c-secondary: rgba(75, 191, 238, 1);
	--c-three: rgba(43, 61, 79, 1);
	--c-four: rgba(78, 77, 77, 1);

	--c-secondary-one: rgba(244, 130, 129, 1);
	--c-secondary-two: rgba(149, 217, 248, 1);
	--c-secondary-three: rgba(123, 78, 159, 1);

	--f-primary: 'Titling Gothic FB','PT Serif',Georgia,'Times New Roman',serif;
	--f-secondary: 'DM Serif Display', 'PT Serif', Georgia, 'Times New Roman', serif;
    --f-third: 'Titling Gothic FB Condensed', 'DIN Condensed Bold', 'Trebuchet MS', sans-serif-condensed, sans-serif;
    --f-icons: 'Font Awesome 5 Pro';

	--clr-primary: #243b4d;
    --clr-primary-rgb: 36 59 77;
    --clr-green: #b2d345;
    --clr-green-rgb: 178 211 69;
    --clr-light-blue: #53ccf2;
    --clr-light-blue-rgb: 83 204 242;
    --clr-dark: #454b4b;
    --clr-dark-rgb: 69 75 75;
    --clr-gray: #707070;
    --clr-gray-rgb: 112 112 112;
    --clr-light-gray: #a2a2a2;
    --clr-light-gray-rgb: 162 162 162;
    --clr-purple: #6749a5;
    --clr-purple-rgb: 103 73 165;
    --clr-coral: #ff7e82;
    --clr-coral-rgb: 255 126 130;
    --clr-extra-light-blue: #91e2f9;
    --clr-extra-light-blue-rgb: 145 226 249;

    --green-light-blue-gradient: #b2d244, #acd250, #a5d15f, #9cd06f, #93cf80, #8acf92, #80cea5, #75cdb8, #6acccb, #5eccde, #52cbf2;
    --green-coral-gradient: #b2d345, #cad949, #dfdc4d, #e4cf52, #e9c157, #eeb45d, #f2a763, #f69a69, #f98e70, #fc8377, #ff7e82;
    --coral-purple-gradient: #ff7e82, #f67891, #ed739f, #e46dab, #db68b7, #d262c2, #c75dc9, #ad58c0, #9453b7, #7d4eae, #6749a5;
    --purple-green-gradient: #6749a5, #94449e, #b74191, #d24380, #e44d6c, #ee6058, #f07645, #ea8e33, #dea629, #cbbd2e, #b2d345;
    --purple-light-blue-gradient: #6749a5, #604bad, #584cb4, #4e4ebc, #4f5cc4, #506bcc, #517bd3, #528ddb, #52a1e3, #53b6ea, #53ccf2;
    --coral-light-blue-gradient: var(--clr-coral), var(--clr-purple), var(--clr-light-blue);
    
    
	--tr: 0.2s ease-in-out;
    --bs: 0 5px 10px rgba(0, 0, 0, 0.25);

    --l-normal: 1400px;
    --l-full: 100%;
    --l-large: 1600px;
    --l-small: 1000px;
    --l-xsmall: 600px;
    

}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/



/* CSS variables */

:root {
	--column-gap: 2.13%;
	--column-width-multiplier: 8.333;
}

.section {
	position: relative;
}

.section_column--top {
	align-self: flex-start;
}
.section_column--bottom {
	align-self: flex-end;
}
.section_column--center {
	align-self: center;
}

.section__row {
	width: min(var(--l-normal), 100%);
	margin-inline: auto;
	position: relative;
	isolation: isolate;
}
.section__row--normal {
	width: min(var(--l-normal), 100%);
}
.section__row--full {
	width: min(var(--l-full), 100%);
}
.section__row--large {
	width: min(var(--l-large), 100%);
}
.section__row--small {
	width: min(var(--l-small), 100%);
}
.section__row--xsmall {
	width: min(var(--l-xsmall), 100%);
}

/* Mobile layout */

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



.row-fluid .span1,
.row-fluid .span2,
.row-fluid .span3,
.row-fluid .span4,
.row-fluid .span5,
.row-fluid .span6,
.row-fluid .span7,
.row-fluid .span8,
.row-fluid .span9,
.row-fluid .span10,
.row-fluid .span11,
.row-fluid .span12{
	min-height: 1px;
	width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
	.row-fluid {
		flex-wrap: nowrap;
		gap: var(--column-gap);
	}
	.row-fluid--collapse {
		gap: 0;
	}

	
	.row-fluid .span1 {
		width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
	}
	.row-fluid.row-fluid--collapse .span1 {
		width: calc( ((var(--column-width-multiplier) * 1%) * 1));
	}
	
	.row-fluid .span2 {
		width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
	}
	.row-fluid.row-fluid--collapse .span2 {
		width: calc( ((var(--column-width-multiplier) * 1%) * 2));
	}
	
	.row-fluid .span3 {
		width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
	}
	.row-fluid.row-fluid--collapse .span3 {
		width: calc( ((var(--column-width-multiplier) * 1%) * 3));
	}
	
	.row-fluid .span4 {
		width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
	}
	.row-fluid.row-fluid--collapse .span4 {
		width: calc( ((var(--column-width-multiplier) * 1%) * 4));
	}
	
	.row-fluid .span5 {
		width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
	}
	.row-fluid.row-fluid--collapse .span5 {
		width: calc( ((var(--column-width-multiplier) * 1%) * 5));
	}
	
	.row-fluid .span6 {
		width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
	}
	.row-fluid.row-fluid--collapse .span6 {
		width: calc( ((var(--column-width-multiplier) * 1%) * 6));
	}
	
	.row-fluid .span7 {
		width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
	}
	.row-fluid.row-fluid--collapse .span7 {
		width: calc( ((var(--column-width-multiplier) * 1%) * 7));
	}
	
	.row-fluid .span8 {
		width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
	}
	.row-fluid.row-fluid--collapse .span8 {
		width: calc( ((var(--column-width-multiplier) * 1%) * 8));
	}
	
	.row-fluid .span9 {
		width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
	}
	.row-fluid.row-fluid--collapse .span9 {
		width: calc( ((var(--column-width-multiplier) * 1%) * 9));
	}
	
	.row-fluid .span10 {
		width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
	}
	.row-fluid.row-fluid--collapse .span10 {
		width: calc( ((var(--column-width-multiplier) * 1%) * 10));
	}
	
	.row-fluid .span11 {
		width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
	}
	.row-fluid.row-fluid--collapse .span11 {
		width: calc( ((var(--column-width-multiplier) * 1%) * 11));
	}
	
}

@media (max-width: 768px) {
	.pull_up_down--top {
		margin-top: 0 !important;
	}
	.pull_up_down--bottom {
		margin-bottom: 0 !important;
	}
}

.column__row--image--fill img {
	object-fit: cover;
	width: 100% !important;
	height: 100% !important
}
@media screen and (min-width: 1380px) {
  .content-wrapper {
	  padding: 0;
	  margin: 0;
	  min-height: 0;
  }
}

.dnd-section > .row-fluid {
	margin: 0;
	padding: 0;
	min-height: 0;
}

.dnd-section .dnd-column {
	padding: 0;
	margin: 0;
	min-height: 0;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
	  padding: 0;
	  margin: 0;
	  min-height: 0;
  }
}


/* Elements
Base HMTL elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/

.bg {
	position: absolute;
	z-index: -1;
	inset: 0;
	overflow: hidden;
}
.bg--gradient {
	z-index: -1;
}
.bg--color {
    z-index: -2;
}
.bg--image {
    z-index: -3;
}
.bg--image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.bg--color + .bg--image img,
.bg--gradient + .bg--image img {
    filter: grayscale(1)
}	
@font-face {
	font-family: 'Titling Gothic FB';
	src: local('Titling Gothic FB Normal Regular'),
		url('//40219351.fs1.hubspotusercontent-na1.net/hubfs/40219351/raw_assets/public/JMCO/fonts/titling_gothic_fb_normal_regular.woff2') format('woff2'),
			url('//40219351.fs1.hubspotusercontent-na1.net/hubfs/40219351/raw_assets/public/JMCO/fonts/titling_gothic_fb_normal_regular.woff') format('woff');
				font-weight: 400;
				font-display: swap;
				}
@font-face {
	font-family: 'Titling Gothic FB';
	src: local('Titling Gothic FB Normal Medium'),
		url('//40219351.fs1.hubspotusercontent-na1.net/hubfs/40219351/raw_assets/public/JMCO/fonts/titling_gothic_fb_normal_medium.woff2') format('woff2'),
			url('//40219351.fs1.hubspotusercontent-na1.net/hubfs/40219351/raw_assets/public/JMCO/fonts/titling_gothic_fb_normal_medium.woff') format('woff');
				font-weight: 500;
				font-display: swap;
				}
@font-face {
	font-family: 'Titling Gothic FB Condensed';
	src: local('Titling Gothic FB Compressed Medium'),
		url('//40219351.fs1.hubspotusercontent-na1.net/hubfs/40219351/raw_assets/public/JMCO/fonts/titling_gothic_fb_compressed_medium.woff2') format('woff2'),
			url('//40219351.fs1.hubspotusercontent-na1.net/hubfs/40219351/raw_assets/public/JMCO/fonts/titling_gothic_fb_compressed_medium.woff') format('woff');
				font-weight: 500;
				font-display: swap;
				}

/* latin-ext */
@font-face {
	font-family: 'DM Serif Display';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/dmserifdisplay/v15/-nFnOHM81r4j6k0gjAW3mujVU2B2G_5x0vrx52jJ3Q.woff2) format('woff2');
	unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'DM Serif Display';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/dmserifdisplay/v15/-nFnOHM81r4j6k0gjAW3mujVU2B2G_Bx0vrx52g.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


body {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
	font-style: normal;
	padding: 0;
	word-wrap: break-word;
	overflow-wrap: break-word;
	color: var(--c-three);
	font-family: var(--f-primary);
}

/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
	line-break: strict;
	overflow-wrap: normal;
	word-break: break-all;
}

/* Paragraphs */

p {
	font-size: 1rem;
	margin: 0 0 1.4rem;
}

/* Anchors */

a {
	cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 1.4rem;
	font-family: var(--f-secondary);
	font-stretch: condensed;
	line-height: 1.2;
}

h1 {
	font-size: 6rem;
	font-family: var(--f-third);
	font-stretch: condensed;
	line-height: 1;
	letter-spacing: 0px;
	font-weight: 400;
	text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 992px) {
	h1 {
		font-size: 80px;
	}
}
@media (max-width: 767px) {
	h1 {
		font-size: 55px;
	}	
}


h2 {
	font-size: 1.8rem;
	letter-spacing: 0px;
}

h4 {
	color: var(--c-secondary)
}

/* Lists */

ul,
ol {
	margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin: 0;
}

ul.no-list {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

/* Code blocks */

pre {
	overflow: auto;
}

code {
	vertical-align: bottom;
}

/* Blockquotes */

blockquote {
	border-left: 2px solid;
	margin: 0 0 1.4rem;
	padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
	border: none;
	border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
	font-size: 0.583rem;
	word-break: normal;
}
.buttons {
  display: flex;
  flex-flow: row wrap;
  gap: .5rem;
} 
.button--center {
	justify-content: center;
}

.hs-button,
.hs-button--primary {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  padding: 15px 25px;
  color: #fff;
  background-color: var(--c-secondary-three);
  font-family: var(--f-primary);
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  border-style: none;
  border-width: 0px;
  border-color: #afafaf;
  border-radius: 8px;           
}

.hs-button:where(:hover, :focus) {
  background-color: var(--c-primary);
  color: var(--c-four);;
}

.hs-button--secondary {
    background-image: linear-gradient(90deg, #B5D335 0%, #4bbfee 100%);
}

.hs-button:after {
    content: '\f061';
    font-family: var(--f-icons);
    font-weight: 400;
    margin-left: 10px;
}

.hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

.hs-form-field {
	margin-bottom: 1.4rem;
}

/* Labels */

form label {
	display: block;
	font-size: 0.875rem;
	margin-bottom: 0.35rem;
	color: var(--c-three) !important;
}

/* Form Title */
.form-title {
	margin-bottom: 0;
}

/* Help text */

form legend {
	font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
	display: inline-block !important;
	font-size: 0.875rem !important;
	padding: .75rem .5rem !important;
    background: #fafafa !important;
	border: 1px solid var(--c-three) !important;
	color: var(--c-three) !important;
	width: 100% !important;
}

form textarea {
	resize: vertical;
}

form fieldset {
	max-width: 100% !important;
}

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
	display: block;
	margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
	vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
	cursor: pointer;
	margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
	position: relative;
}

.hs-dateinput:before {
	content:'\01F4C5';
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
	color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
	border-radius: 0;
	box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
	border-radius: 0 !important;
	color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
	background-color: transparent;
	border: initial;
	padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
	font-size: 0.875rem;
	margin: 0 0 1.4rem;
}

form .hs-richtext img {
	max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
	margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
	color: #EF6B51;
}

.hs-input.invalid.error {
	border-color: #EF6B51 !important;
}
.hs-error-msgs li {
	margin: 0 0 .25rem 0 !important;
}
.hs-error-msg {
	color: #EF6B51  !important;
	margin-top: 0.35rem !important;
}

/* Submit button */

/* Captcha */
.hs_recaptcha.hs-recaptcha.field.hs-form-field
.g-recaptcha-response {

visibility: 
hidden  !important;

height: 
0  !important;

overflow: 
hidden !important;

padding: 
0  !important;

margin: 
0  !important;

}
.grecaptcha-badge {
	margin: 0 auto;
}


/* Search button input field and suggestions */
.body-container-wrapper .hs-search-field__button {
	padding: 15px;
}

.body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
	margin-left: 6px;
	margin-bottom: 0;
}

.body-container-wrapper .hs-search-field__button svg {
	height: 15px;
	fill: #fff;
}

.body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
	padding: 10px;
}

.body-container-wrapper .hs-search-field__suggestions li a {
	color: #494A52;
	padding: 0.35rem 0.7rem;
	text-decoration: none;
	transition: background-color 0.3s;
}

/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}
.hero {
	position: relative;
}
.hero--flourish:after {
	content: '';
    position: absolute;
    width: 100%;
    max-width: 650px;
    height: 50px;
    mask: url(//40219351.fs1.hubspotusercontent-na1.net/hubfs/40219351/raw_assets/public/JMCO/images/hero-mask.svg) no-repeat 0% 0%;
    z-index: 99;
    background-color: var(--c-secondary-one);
    pointer-events: none;
}

.hero--flourish--bottom_left:after {
    bottom: 0;
    left: -20px;
}
.hero--flourish--bottom_right:after {
    bottom: 0;
    right: -20px;
}
/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

.header .dnd-section {
	padding: 0;
	min-height: 0;
}
.header {
	isolation: isolate;
	position: relative;
	z-index: 1000;
	top: 0px;
	left: 0;
	right: 0;
	background: var(--c-three);
}
.header.hide {
	position: fixed;
	transform: translateY(-100%);
	will-change: transform;
	transition: transform var(--tr); 
}
.header.show {
	position: fixed;
	transform: translateY(0%);
	will-change: transform;
	transition: transform var(--tr); 
}

/* Header container */

.header__container {
	display: flex;
	align-items: center;
	position: relative;
	padding: 0 1.5rem;
}

/* Navigation skipper */

.header__skip {
	height: 1px;
	left: -1000px;
	overflow: hidden;
	position: absolute;
	text-align: left;
	top: -1000px;
	width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
	height: auto;
	left: 0;
	overflow: visible;
	top: 0;
	width: auto;
}

/* Logo */

.header__logo {
	align-items: center;
	display: flex;
	height: auto;
	margin-right: auto;
	max-width: 200px;
	overflow: hidden;
	padding: 0;
}
.header--lp .header__logo {
	margin: 0 auto;
	width: 100%;
	padding: 1rem 0;
}

.header__logo svg {
	width: 100%;
}

/* Navigation */
.menu {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	color: var(--c-white);
}
.menu li.menu__item {
	list-style: none;
	display: flex;
}
.menu li.menu__item > a {
	color: var(--c-white);
	text-decoration: none;
	padding: 20px;
	display: flex;
}
.menu__item--phone > a {
	font-size: 1.6rem;
}
.menu li.menu__item:where(:hover) > a {
	color: var(--c-primary);
}

.menu__link:has(i) {
	display: flex;
	align-items: center;
}
.menu__link > i {
	margin-left: 0.5rem;
}



.menu li.menu__item--has-children {
	position: relative;
}

.menu ul.menu__child {
	padding: 10px 1rem;
}
.menu ul.menu__child li.menu__item > a {
	color: var(--c-three);
	padding: 10px 0px;
}
.menu ul.menu__child li.menu__item:where(:hover, :focus) > a {
	color: var(--c-primary);
	padding: 10px 0px;
}

.menu li.menu__item--has-children > ul.menu__child,
.mega-menu {
	position: absolute;
	top: 100%;
	right: 0;
	width: 200px;
	background: var(--c-white);
	display: none;
	color: var(--c-three); 
}

.menu li.menu__item--has-children:hover > ul.menu__child, 
.menu li.menu__item--has-children:hover > .mega-menu {
	display: block;
	box-shadow: var(--bs);
}


/* Mega Menu */
.mega-menu.mega-menu--call {
	background: var(--c-white);
	box-shadow: var(--bs);
	padding: 0;
	width: 500px;
}

.mega-menu__row {
	padding: 1.5rem;
}

.mega-menu__row__call--help {
	padding: 1rem 1.5rem;
	background: #eee;
}

.mega-menu__heading {
    --f-secondary: var(--f-primary);
	margin-bottom: 0 !important;
	font-size: 1.2rem;
}
.mega-menu__row__call--help .mega-menu__heading {
	font-size: 1rem;
}

.mega-menu__heading > a  {
	color: rgba(36,59,77,0.61);
	text-decoration: none;
}
.mega-menu__row__call:hover .mega-menu__heading > a  {
	color: var(--c-primary)
}

.header__trigger,
.mobile-menu {
	display: none;
}

@media (max-width: 1024px) {
    .menu {
	display: none;
}
.header__trigger {
	color: var(--c-white);
	background: transparent;
	border: 0;
	text-decoration: none;
	padding: 20px;
	display: flex;
	font-size: 1.6rem;
}
.mobile-menu {
	display: block;
	position: absolute;
	top: 100%;
	left: auto;
	width: min(600px, 100%);
	right: 0;
	overflow: hidden;
	background: var(--c-three);
	height: 0;
}

.mobile-menu__root {
	margin: 0;
	list-style: none;
	padding: 1rem;
}
.mobile-menu__item__wrapper {
	display: flex;
}
.mobile-menu__link {
	flex: 1;
	padding: 10px; 
	color: var(--c-white);
	text-decoration: none;
}
.mobile-menu__sub-toggle {
	width: 40px;
	margin-left: auto;
	background: transparent;
	border: 0;
	font-size: 1.6rem;
	color: var(--c-white);
}
.mobile-menu__child {
	padding: 0 0 0 1rem;
	margin: 0;
	list-style: none;
	display: block;
	height: 0;
	overflow: hidden;
}	
}
.footer:not(.hs-button) {
	color: var(--c-white);
}
.footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer a:not(.hs-button) {
	color: var(--c-white);
	text-decoration: none;
}
.footer a:where(:hover, :focus):not(.hs-button) {
	color: var(--c-primary);
	text-decoration: none;
}
.footer__bottom {
	background: rgba(36, 59, 77, 1);
	text-align: center;
	padding: 1rem;
	font-size: .8rem;
	color: var(--c-white)
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.sr-only {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .sr-only--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

/* hide the recapthca logo on forms*/
.grecaptcha-badge {
    visibility: hidden;
}