/* ========================================================================================================================
													Brand Colors
======================================================================================================================== */




/* ========================================================================================================================
													Fonts
======================================================================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

@import url('//cdn2.hubspot.net/hub/7987277/hub_generated/template_assets/110818599787/1681393647134/EIC_Flex_Templates_2023/fontawesome/css/all.min.css');

/* ========================================================================================================================
													General Styles
======================================================================================================================== */
html {
	scroll-behavior: smooth;
}

html,
body {
	height: 100%;
}

body {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.6;
	color: #6C757D;
	background-color: #fff;
	margin: 0;
	padding: 0;
	word-break: break-word !important;
	overflow-wrap: break-word !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

a {
	color: #1173B8;
	text-decoration: none;
	transition: all 100ms ease-in-out;
}
a:hover,
a:active {
	color: #0D568A;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 2px;
}
a:focus {
	outline: 1px dashed #E5272E;
	outline-offset: 0px;
	box-shadow: 0px 0px 0px 6px rgba(58, 146, 244, 0.2);
}

a.arrow-link {
	color: #E5272E;
	position: relative;
	line-height: 30.6px;
	font-size: 18px;
	font-weight: 400;
	margin-right: 20px;
}
a.arrow-link:after {
	font-family: "Font Awesome 6 Pro";
	font-size: 14px;
	line-height: 30.6px;
	font-weight: 400;
	content:"\f054";
	margin-left: 8px;
}

h1,
.h1 {
	font-size: 45px;
	font-weight: 700;
	line-height: 1.2;
	color: #212529;
	margin: 20px 0;
}
h2,
.h2 {
	font-size: 34px;
	font-weight: 700;
	line-height: 1.2;
	color: #212529;
	margin: 20px 0;
}
h3,
.h3 {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.3;
	color: #212529;
	margin: 20px 0;
}
h4,
.h4 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	color: #212529;
	margin: 20px 0;
}
h5,
.h5 {
	font-size: 21px;
	font-weight: 500;
	line-height: 1.5;
	color: #212529;
	margin: 20px 0;
}
h6,
.h6 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	color: #212529;
	margin: 20px 0;
}

@media (min-width: 768px) {

	h1,
	.h1 {
		font-size: 54px;
	}

	h2,
	.h2 {
		font-size: 44px;
	}

	h3,
	.h3 {
		font-size: 36px;
	}

	h4,
	.h4 {
		font-size: 31px;	
	}

	h5,
	.h5 {
		font-size: 27px;	
	}

	h6,
	.h6 {
		font-size: 18px;	
	}

}

p,
.p {
	font-size: 16px;
	line-height: 1.6;
	margin: 20px 0;
}

.text-lg {
	font-size: 20px;
}
.text-md {
	font-size: 18px;
}
.text-sm {
	font-size: 16px;
}
.text-xs {
	font-size: 14px;
}

ul,
ol {
	font-size: 16px;
	line-height: 1.6;
	margin: 20px 0;
}
	ul li,
	ol li {
		margin: 15px 0;
	}
		ul ul,
		ul ol,
		ol ul,
		ol ol {
			margin-top: 0;
		}

ul {
	font-size: 16px;
	line-height: 1.6;
	margin: 20px 0;
	list-style: none;
	padding-left: 0;
}
	ul > li {
		position: relative;
		padding-left: 20px;
	}
	ul > li:before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 10px;
		border-radius: 50%;
		width: 7px;
		height: 7px;
		background-color: #E5272E;
	}

ul.checkmark-list {

}
	ul.checkmark-list > li {
		padding-left: 25px;
	}
	ul.checkmark-list > li:before {
		font-family: "Font Awesome 6 Pro";
		font-weight: 400;
		content:"\f00c";
		font-size: 16px;
		line-height: 1.2;
		display: block;
		position: absolute;
		left: 0;
		top: 3px;
		width: auto;
		height: auto;
		color: #E5272E;
		background-color: transparent;
	}

ol {
	font-size: 16px;
	line-height: 1.6;
	margin: 20px 0;
	counter-reset: item;
	list-style-type: none;
	position: relative;
	padding-left: 25px;
}	
	ol > li {

	}
	ol > li:before {
		color: #E5272E;
		content: counter(item) ". ";
        counter-increment: item;
		left: 0;
		position: absolute;
		font-size: 16px;
		line-height: 1.6;
	}
	ol ol,
	ol ul {
		margin-top: 10px;
	}

blockquote {
	font-size: 19px;
	line-height: 1.6;
	margin: 20px 0;
	padding: 0 20px;
	color: #495057;
	border-left: 1px solid #E5272E;
}

hr {
	border: 0;
	height: 1px;
	margin: 20px 0;
	background-color: #DEE2E6;
}




/* Content Tight / Scrunch
---------------------------------------- */

.content-tight h1,
.content-tight h2,
.content-tight h3,
.content-tight h4,
.content-tight h5,
.content-tight h6,
.content-tight p,
.content-tight ul,
.content-tight ol,
.content-tight blockquote,
.content-tight hr {
	margin: 10px 0;
}

.content-scrunch h1,
.content-scrunch h2,
.content-scrunch h3,
.content-scrunch h4,
.content-scrunch h5,
.content-scrunch h6,
.content-scrunch p,
.content-scrunch ul,
.content-scrunch ol,
.content-scrunch blockquote,
.content-scrunch hr {
	margin: 0;
}

.scrunch {
	margin: 0 !important;
}
.scrunch-top {
	margin-top: 0 !important;
}
.scrunch-bottom {
	margin-bottom: 0 !important;
}
.scrunch-top-first-child:first-child {
	margin-top: 0 !important;
}

/* Font Weights
---------------------------------------- */

.font-weight-100 {
  font-weight: 100;
}
.font-weight-200 {
  font-weight: 200;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}
.font-weight-800 {
  font-weight: 800;
}
.font-weight-900 {
  font-weight: 900;
}




/* Content Inverse
---------------------------------------- */

.content-inverse *,
.content-inverse h1,
.content-inverse h2,
.content-inverse h3,
.content-inverse h4,
.content-inverse h5,
.content-inverse h6,
.content-inverse p,
.content-inverse ul,
.content-inverse ol,
.content-inverse blockquote,
.content-inverse hr {
	color: #FFF;
}

/* Links Inverse
---------------------------------------- */

.links-inverse a {
	color: #E5272E;
	text-decoration: none;
}
.links-inverse a:hover,
.links-inverse a:active {
	color: #E5272E;
	text-decoration: underline;
}
}
.links-inverse a:focus {
	outline: 1px dashed #fff;
	box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.2);
}

/* Text Colors
---------------------------------------- */

.text-fff {
	color: #FFF;
}
.text-blue {
	color: #139fda;
}

/* Branded Colors */

.text-6C757D {
	color: #6C757D;
}

/* Link Colors
---------------------------------------- */

a.link-black {
	color: #000;
}
a.link-black:hover,
a.link-black:active {
	color: #000;
}



/* Backgrounds
---------------------------------------- */

.bg-cover {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg-transparent {
  background-color: transparent;
}
.bg-fff {
	background-color: #FFF;
}
.bg-000 {
	background-color: #000;
}

/* Brand Colors */

.bg-041D2F {
	background-color: #041D2F;
}
.bg-F5F8FB {
	background-color: #F5F8FB;
}
.bg-blue-gradient {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #DCE9F3 100%); 
}

/* Borders
---------------------------------------- */

.border-top-grey {
	border-top: 1px solid #DEE2E6;
}
.border-top-dark-blue {
	border-top: solid 1px #112A3D;
}

.brdr-radius-8 {
	border-radius: 8px;
}

.generic-box-shadow {
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 25px 45px rgba(4, 29, 47, 0.05);
    border-radius: 16px;
}

/* Image Sizes
---------------------------------------- */

.image-object-fit {
	-o-object-fit: cover!important;
	object-fit: cover!important;
}

.image-center {
	margin: 0 auto;
}
.image-full {
	width: 100%;
}
.image-xs {
	max-width: 50px;
}
.image-sm {
	max-width: 100px;
}
.image-md {
	max-width: 150px;
}
.image-lg {
	max-width: 200px;
}
.image-xl {
	max-width: 250px;
}
.image-xxl {
	max-width: 300px;
}








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

/* Form Box
---------------------------------------- */

.form-box-shadow h3 {
    margin-top: 0;
}

.form-box-shadow  {
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 25px 45px rgba(4, 29, 47, 0.05);
    border-radius: 16px;
}

@media (min-width: 768px) {

    .form-box-shadow  {
        padding: 40px;
    }

}

/* Overlay Aspot Form
---------------------------------------- */


@media (min-width: 768px) {

    .aspot-form-wrapper {
        position: absolute;
        width: 100%;
    }

}

form.hs-form label {
	font-size: 14px;
	font-weight: 700;
}
form.hs-form .hs-form-field > label {
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	color: #191919;
	margin-bottom: 5px;
}

form.hs-form input[type="text"],
form.hs-form input[type="email"],
form.hs-form input[type="password"],
form.hs-form input[type="tel"],
form.hs-form input[type="number"],
form.hs-form input[type="file"],
form.hs-form select,
form.hs-form textarea {
	display: block;
	width: 100% !important;
	min-height: unset;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	background-clip: padding-box;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #191919;
	background-color: #fff;
	border: 1px solid #ADB5BD !important;
	border-radius: 8px !important;
	padding: 15px !important;
}

form.hs-form select {
	-moz-padding-start: calc(0.75rem - 3px);
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 16px 12px;
}

form.hs-form input[type="checkbox"],
form.hs-form input[type="radio"] {
	width: 1em !important;
	height: 1em !important;
	margin-top: 0.25em;
	margin-right: 10px;
	vertical-align: top;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid #adb5bd;
	border-radius: 0.25rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
	print-color-adjust: exact;
	cursor: pointer;
}
form.hs-form input[type="radio"] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
	border-radius: 50%;
}
form.hs-form input[type="checkbox"]:checked,
form.hs-form input[type="radio"]:checked {
	background-color: #3a92f4;
	border-color: #3a92f4;
}

form.hs-form input[type="text"]:focus,
form.hs-form input[type="email"]:focus,
form.hs-form input[type="password"]:focus,
form.hs-form input[type="tel"]:focus,
form.hs-form input[type="number"]:focus,
form.hs-form input[type="file"]:focus,
form.hs-form input[type="checkbox"]:focus,
form.hs-form input[type="radio"]:focus,
form.hs-form select:focus,
form.hs-form textarea:focus {
	border: 1px solid #495057 !important;
	outline: none;
	outline-offset: 0px;
	box-shadow: none;
}


/* Submit button
---------------------------------------- */

form.hs-form .hs-button {
	display: inline-block;
	font-weight: 500;
    border-radius: 8px;
	font-size: 15px;
	line-height: 1.6;
	color: #fff;
	text-align: center;
	background-color: #E5272E;	
	padding: 18px 28px;
	border: none;
	transition: all 100ms ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
form.hs-form .hs-button:hover,
form.hs-form .hs-button:active {
	text-decoration: none;
	color: #fff !important;
	background-color: #B7151B !important;
}
form.hs-form .hs-button:focus {
	text-decoration: none;
	outline: 2px solid #1173B8;
	outline-offset: 2px; 
	box-shadow: none;
    color: #fff;
	text-decoration: none;
	background-color: #E5272E;
}



/* Errors
---------------------------------------- */

form.hs-form .hs-form-required {
	color: #E5272E;
}
form.hs-form .hs-input.invalid.error {
	border-color: #E5272E !important;
}
form.hs-form .hs-error-msg {
	font-size: 14px;
	font-weight: 400;
	color: #E5272E;
	margin-top: 5px;
}


/* GDPR
---------------------------------------- */

form.hs-form .hs-gdpr_checkbox .hs-form-required {
	display: none;
}
form.hs-form .legal-consent-container * {
	font-size: 14px;
}


/* Datepicker
---------------------------------------- */

form.hs-form .hs-dateinput {
	position: relative;
}
form.hs-form .hs-dateinput:before {
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	content: "\f073";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}


/* Filepicker
---------------------------------------- */

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


/* Undo list styles
---------------------------------------- */

form.hs-form  ul,
form.hs-form  ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
	form.hs-form  ul > li,
	form.hs-form  ol > li {
		padding: 0;
		margin: 0;
	}
	form.hs-form  ul > li::before,
	form.hs-form  ol > li::before {
		display: none;
	}


/* Alignment
---------------------------------------- */

form.hs-form fieldset {
	max-width: 100% !important;
}
form.hs-form .hs-richtext {
	margin: 0 0 10px 0;
}
form.hs-form .hs-form-field {
	position: relative;
	margin-bottom: 20px;
}
form.hs-form label {
	display: block;
}
form.hs-form fieldset .input {
	margin-right: 0 !important;
}
form.hs-form .legal-consent-container {
	margin-bottom: 20px;
}
form.hs-form fieldset.form-columns-2 .hs-form-field,
form.hs-form fieldset.form-columns-3 .hs-form-field {
	width: 100%;
}

@media (min-width: 992px) {
 
	form.hs-form fieldset .hs-form-field {
		padding-right: 10px;
	}
	form.hs-form fieldset .hs-form-field:last-child {
		padding-right: 0;
	}
	form.hs-form fieldset.form-columns-2 .hs-form-field {
		width: 50%;
	}

}

@media (min-width: 1200px) {
 
	form.hs-form fieldset.form-columns-3 .hs-form-field {
		width: 33.33333%;
	}

}






/* ========================================================================================================================
														Buttons
======================================================================================================================== */

.btn {
	border-radius: 8px;
}
.btn:hover,
.btn:active {
	text-decoration: none;
}
.btn:focus {
	text-decoration: none;
	outline: 2px solid #1173B8;
	outline-offset: 2px; 
	box-shadow: none;
}


/* Button Styles
---------------------------------------- */

/* Btn Blue */
.btn-blue {
	display: inline-block;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.6;
	color: #fff !important;
	text-align: center;
	background-color: #1173B8;	
	padding: 18px 28px;
	border: none;
	transition: all 100ms ease-in-out;
}
.btn-blue:hover,
.btn-blue:active {
	text-decoration: none !important;
	color: #fff !important;
	background-color: #0D568A !important;
}
.btn-blue:focus {
	color: #fff !important;
	text-decoration: none;
	background-color: #1173B8;
}

/* Btn Red */
.btn-red {
	display: inline-block;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.6;
	color: #fff !important;
	text-align: center;
	background-color: #E5272E;	
	padding: 18px 28px;
	border: none !important;
	transition: all 100ms ease-in-out;
}
.btn-red:hover,
.btn-red:active {
	text-decoration: none !important;
	color: #fff !important;
	background-color: #B7151B !important;
}
.btn-red:focus {
	color: #fff !important;
	text-decoration: none;
	background-color: #E5272E;
}

/* Btn Outline */
.btn-outline {
	display: inline-block;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.6;
	color: #191919 !important;
	text-align: center;
	background-color: #ffffff;	
	padding: 17px 28px;
	border: solid 1px #191919;
	transition: all 100ms ease-in-out;
}
.btn-outline:hover,
.btn-outline:active {
	text-decoration: none !important;
	color: #fff !important;
	background-color: #191919 !important;
}
.btn-outline:focus {
	color: #191919 !important;
	text-decoration: none;
	background-color: #ffffff;
	border: solid 1px #191919;
}

/* Btn Dark */
.btn-dark {
	display: inline-block;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.6;
	color: #ffffff !important;
	text-align: center;
	background-color: #191919;	
	padding: 17px 28px;
	border: solid 1px #191919 !important;
	transition: all 100ms ease-in-out;
}
.btn-dark:hover,
.btn-dark:active {
	text-decoration: none !important;
	color: #191919 !important;
	background-color: #ffffff !important;
}
.btn-dark:focus {
	color: #ffffff !important;
	text-decoration: none;
	background-color: #191919;
	border: solid 1px #191919;
}

/* Btn Inverse */
.btn-inverse {
	display: inline-block;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.6;
	color: #ffffff !important;
	text-align: center;
	background-color: transparent;	
	padding: 16px 28px;
	border: solid 1px #9CAAC5 !important;
	transition: all 100ms ease-in-out;
}
.btn-inverse:hover,
.btn-inverse:active {
	text-decoration: none !important;
	color: #fff !important;
	background-color: #9CAAC5 !important;
}
.btn-inverse:focus {
	color: #ffffff !important;
	text-decoration: none;
	background-color: transparent;
	border: solid 1px #9CAAC5;
}

/* Btn Inverse Secondary */
.btn-inverse-secondary {
	display: inline-block;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.6;
	color: #ffffff !important;
	text-align: center;
	background-color: transparent;	
	padding: 16px 28px;
	border: solid 1px #D0D7E5;
	transition: all 100ms ease-in-out;
}
.btn-inverse-secondary:hover,
.btn-inverse-secondary:active {
	text-decoration: none !important;
	color: #fff !important;
	background-color: rgba(255, 255, 255, 0.15) !important;
	border-color: #D0D7E5 !important;
}
.btn-inverse-secondary:focus {
	color: #ffffff !important;
	text-decoration: none;
	background-color: transparent;
	border: solid 1px #D0D7E5;
}

/* Button Sizes
---------------------------------------- */

.btn-sm {
	font-size: 14px;
	padding: 11px 18px;
}
.btn-sm.btn-outline,
.btn-sm.btn-inverse,
.btn-sm.btn-inverse-secondary {
	padding: 10px 18px;
}



/* ========================================================================================================================
													Content Layout
======================================================================================================================== */


.container,
.container-fluid {
	padding-left: 20px;
	padding-right: 20px;
}
.row {
	margin-left: -20px;
	margin-right: -20px;
}
.row > .col,
.row > [class*="col-"] {
	padding-left: 20px;
	padding-right: 20px;
}
.gutter-spacing {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* No gutters
---------------------------------------- */

.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.row.no-gutters > .col,
.row.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}
.row.no-gutters .gutter-spacing {
	margin-top: 0;
	margin-bottom: 0;
}

/* Tight gutters
---------------------------------------- */

.row.tight-gutters {
	margin-right: -10px;
	margin-left: -10px;
}
.row.tight-gutters > .col,
.row.tight-gutters > [class*="col-"] {
	padding-right: 10px;
	padding-left: 10px;
}
.row.tight-gutters .gutter-spacing {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Wide gutters
---------------------------------------- */

.row.wide-gutters {
	margin-right: -20px;
	margin-left: -20px;
}
.row.wide-gutters > .col,
.row.wide-gutters > [class*="col-"] {
	padding-right: 20px;
	padding-left: 20px;
}
.row.wide-gutters .gutter-spacing {
	margin-top: 20px;
	margin-bottom: 20px;
}

@media (min-width: 992px) {

	.row.wide-gutters {
		margin-right: -36px;
		margin-left: -36px;
	}
	.row.wide-gutters > .col,
	.row.wide-gutters > [class*="col-"] {
		padding-right: 36px;
		padding-left: 36px;
	}
	.row.wide-gutters .gutter-spacing {
		margin-top: 36px;
		margin-bottom: 36px;
	}

}

@media (min-width: 1200px) {

	.row.wide-gutters {
		margin-right: -50px;
		margin-left: -50px;
	}
	.row.wide-gutters > .col,
	.row.wide-gutters > [class*="col-"] {
		padding-right: 50px;
		padding-left: 50px;
	}
	.row.wide-gutters .gutter-spacing {
		margin-top: 50px;
		margin-bottom: 50px;
	}

}

/* Content conatiner and padding
---------------------------------------- */

.content-container {
	padding-top: 25px;
	padding-bottom: 25px;
}
.content-section {
	margin-bottom: 20px;
}
.content-padding-xs {
	padding: 10px;
}
.content-padding-sm {
	padding: 10px;
}
.content-padding-md {
	padding: 15px;
}
.content-padding-lg {
	padding: 20px;
}
.content-padding-xl {
	padding: 25px;
}

@media (min-width: 768px) {

	.content-container {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.content-section {
		margin-bottom: 40px;
	}
	.content-padding-xs {
		padding: 10px;
	}
	.content-padding-sm {
		padding: 20px;
	}
	.content-padding-md {
		padding: 30px;
	}
	.content-padding-lg {
		padding: 40px;
	}
	.content-padding-xl {
		padding: 50px;
	}

}






/* Vertical Align Middle
---------------------------------------- */

.vmiddle-table {
	display: table;
	width: 100%;
	height: 100%;
}
.vmiddle-cell {
	display: table-cell;
	vertical-align: middle;
}


/* Height Sizer
---------------------------------------- */

@media (max-width: 575px) {
	[class*="height-sizer-sm"] {
		height: auto !important;
	}
}

@media (max-width: 767px) {
	[class*="height-sizer-md"] {
		height: auto !important;
	}
}

@media (max-width: 991px) {
	[class*="height-sizer-lg"] {
		height: auto !important;
	}
}

@media (max-width: 1199px) {
	[class*="height-sizer-xl"] {
		height: auto !important;
	}
}


/* Hidden classes
---------------------------------------- */

@media (max-width: 575px) {
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-lg {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-xl {
		display: none !important;
	}
}

/* Order classes
---------------------------------------- */

@media (max-width: 575px) {
	.order-first-xs {
		order: -1;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.order-first-sm {
		order: -1;;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.order-first-md {
		order: -1;;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.order-first-lg {
		order: -1;
	}
}
@media (min-width: 1200px) {
	.order-first-xl {
		order: -1;
	}
}




/* ========================================================================================================================
														5 Columns
======================================================================================================================== */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xl-15 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
  width: 100%;
}
.col-xs-15 {
	flex: 0 0 20%;
	max-width: 20%;
	float: left;
}
@media (min-width: 576px) {
	.col-sm-15 {
		flex: 0 0 20%;
		max-width: 20%;
		float: left;
	}
}
@media (min-width: 768px) {
	.col-md-15 {
		flex: 0 0 20%;
		max-width: 20%;
		float: left;
	}
}
@media (min-width: 992px) {
	.col-lg-15 {
		flex: 0 0 20%;
		max-width: 20%;
		float: left;
	}
}
@media (min-width: 1200px) {
	.col-xl-15 {
		flex: 0 0 20%;
		max-width: 20%;
		float: left;
	}
}




/* ========================================================================================================================
														Tables
======================================================================================================================== */

/* Add to tables with responsive images
---------------------------------------- */

.table-layout-fixed {
	table-layout: fixed;
	width: 100%;
}



/* ========================================================================================================================
														Carousels
======================================================================================================================== */
.carousel-control-next:after, 
.carousel-control-prev:after {
  display: none;
}

#quotes-carousel .carousel-control-next, 
#quotes-carousel .carousel-control-prev,
#image-carousel .carousel-control-next,
#image-carousel .carousel-control-prev {
  color: #CCCCCC;
  opacity: 1;
  width: 17.5px;
  font-size: 20px;
  transition: color .2s ease-in-out;
}
#quotes-carousel .carousel-control-next:hover, 
#quotes-carousel .carousel-control-prev:hover,
#image-carousel .carousel-control-next:hover,
#image-carousel .carousel-control-prev:hover {
  /*color: #359E75;*/
}

/* Quote Carousel Specific */
#quotes-carousel .carousel-item {
    padding-top:40px;
    padding-bottom: 60px;
}
#quotes-carousel .quote-wrapper {
  padding: 40px;
  margin: 0 auto;
  max-width: 80%;
  background: #FFFFFF;
  box-shadow: 0px 25px 45px rgba(4, 29, 47, 0.05);
  border-radius: 16px;
}
  #quotes-carousel .quote {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 23px;
    color: #6C757D;
  }
  #quotes-carousel .quote-author {
    display: block;
    font-weight: 700;
      color: #212529;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 26px;
  }
  #quotes-carousel .quote-title {
    font-weight: 400;
      color: #212529;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
  }


/* Image Carousel Specific */
#image-carousel .carousel-item .carousel-item-inner {
  max-width: 80%; 
  margin: 0 auto;
}

/* Fix nav dropdown going behind carousel
---------------------------------------- */
.carousel-fade .carousel-item.active {
	z-index: 0;
}










/* ========================================================================================================================
													 Header
======================================================================================================================== */


.header-logo {
  width: 165px;
  padding: 22px 0;
}
  .header-logo a {
    display: block;
  }


/* Desktop Navbar
---------------------------------------- */

@media (min-width: 992px) {

  .desktop-header {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #e5e5e5;
  }

  .header-logo {
    float: left;
    width: 205px;
    padding: 20px 0;
  }
}

		


/* ========================================================================================================================
														Content
======================================================================================================================== */

.hs-embed-wrapper {
    max-width: 100% !important;
}



@media (max-width: 767px) {

  .lp-aspot .content-container {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

}





/* ========================================================================================================================
														3rd Party
======================================================================================================================== */

/* Wistia embed
---------------------------------------- */

.embed-responsive .wistia_embed {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}


/* ACF Google Maps
---------------------------------------- */

/* fixes potential theme css conflict */
.acf-map img {
	max-width: inherit !important;
}


/* Lazy YouTube embeds
---------------------------------------- */

.lazy-youtube-embed {
	position: relative;
}
.lazy-youtube-embed:hover,
.lazy-youtube-embed:active,
.lazy-youtube-embed:focus {
	cursor: pointer;
}
.lazy-youtube-embed-play {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 50px;
	color: #fff;
	margin-left: -25px;
	margin-top: -25px;
}







/* ========================================================================================================================
														Footer
======================================================================================================================== */



.footer-logo {
	display: inline-block;
    width: 187px;
}

ul.footer-social {
	list-style-type: none;
	padding: 0;
}
	ul.footer-social > li {
		display: inline-block;
		padding: 0;
		margin: 0 2px 0 2px;
	}
	ul.footer-social > li:before {
		display: none;
	}
		ul.footer-social > li > a {
			display: inline-block;
			font-size: 14px;
			line-height: 14px;
			padding: 7px;
			color: #DEE2E6;
			display: block;
			width: 38px;
			text-align: center;
		}
		ul.footer-social > li > a:hover,
		ul.footer-social > li > a:active,
		ul.footer-social > li > a:focus {
			background-clip: border-box;
			color: #DEE2E6;
		}


ul.footer-technical-menu {
	margin-top: 0;
}
	ul.footer-technical-menu > li {
		padding-left: 0;
		margin: 0 0 15px 0;
	}
	ul.footer-technical-menu > li:before {
		display: none;
	}
		ul.footer-technical-menu > li > a {
			font-size: 14px;
			line-height: 18px;
			font-weight: 500;
			padding: 0 5px;
            color: #DEE2E6;
		}
		ul.footer-technical-menu > li > a:hover,
		ul.footer-technical-menu > li > a:active,
		ul.footer-technical-menu > li > a:focus {
			text-decoration: underline;
            color: #DEE2E6;
		}

@media (min-width: 992px) {

ul.footer-technical-menu {
	text-align: right;
	margin-top: 20px;
}
	ul.footer-technical-menu > li {
		display: inline-block;
		margin: 0;
	}
	ul.footer-technical-menu > li:after {
		content: "\\";
		color: #112A3D;
	}
	ul.footer-technical-menu > li:last-child:after {
		display: none;
	}

}