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


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

@import url('https://use.typekit.net/gnq2irn.css');
@import url('https://www.fpctc.com/argano/assets/fonts/whitney.css');
@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@400;700&display=swap');

@import url('//cdn2.hubspot.net/hub/21083165/hub_generated/template_assets/150704091401/1703084404015/Argano_Flex_Templates/fontawesome642/css/all.min.css');

/* ========================================================================================================================
													General Styles
======================================================================================================================== */

html {
	scroll-behavior: smooth;
}  
  
html,
body {
	height: 100%;
}

body {
    font-family: 'Catamaran', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	line-height: 32px;
	color: #131616;
	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;
}

/*img[src*=svg] {
	width: 100%;
}*/

a {
	position: relative;
	display: inline-block;
	font-weight: 400;
	color: #F26724;
	text-decoration: none;
	transition: all 100ms ease-in-out;
    border-radius: 3px;
}
a:hover,
a:active {
	color: #F26724;
	text-decoration: none;
	
}
a:focus-visible {
	outline: 2px solid #005FCC;
	outline-offset: 0px;
}


h1,
.h1 {
    font-family: "Whitney A", "Whitney B";
	font-size: 45px;
    font-weight: 400;
    line-height: 55px; 
    letter-spacing: -1px;
	color: #131616;
	margin: 20px 0;
}
h2,
.h2 {
    font-family: "Whitney A", "Whitney B";
	font-size: 36px;
    font-weight: 400;
    line-height: 40px; 
    letter-spacing: -1px;
	color: #131616;
	margin: 20px 0;
}
h3,
.h3 {
    font-family: "Whitney A", "Whitney B";
	font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -1px;
	color: #131616;
	margin: 20px 0;
}
h4,
.h4 {
    font-family: "Whitney A", "Whitney B";
	font-size: 28px;
    font-weight: 400;
    line-height: 30px;
	color: #131616;
	margin: 20px 0;
}
h5,
.h5 {
    font-family: "Whitney A", "Whitney B";
	font-size: 20px;
    font-weight: 400;
    line-height: 26px;
	color: #131616;
	margin: 20px 0;
}
h6,
.h6 {
    font-family: "Whitney A", "Whitney B";
	font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -1px;
	color: #131616;
	margin: 20px 0;
}

h1 em,
.h1 em,
h1 i,
.h1 i,
h2 em,
.h2 em,
h2 i,
.h2 i,
h3 em,
.h3 em,
h3 i,
.h3 i,
h4 em,
.h4 em,
h4 i,
.h4 i,
h5 em,
.h5 em,
h5 i,
.h5 i,
h6 em,
.h6 em,
h6 i,
.h6 i{
    font-family: "freight-text-pro";     
}

@media (min-width: 768px) {
 
    h1,
    .h1 {
        font-size:80px;
        line-height: 84px;
        letter-spacing: -3px;
    }
    h2,
    .h2 {
        font-size:50px;
        line-height: 60px;
        letter-spacing: -1px;
    }
    h3,
    .h3 {
        font-size:42px;
        line-height: 50px;
        letter-spacing: -1px;
    }
    h4,
    .h4 {
        font-size:36px;
        line-height: 42px;
    }
    h5,
    .h5 {
        font-size:26px;
        line-height: 30px;
    }
    h6,
    .h6 {
        font-size:24px;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: -1.04px;
    }    
    
}

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

.text-lg {
	font-size: 24px;
    line-height: 34px;
}
.text-md {
	font-size: 20px;
	line-height: 32px;
}
.text-sm {
	font-size: 16px;
    line-height: 32px;
}
.text-xs {
	font-size: 14px;
}

strong,
b {
    font-weight: 700;
}

ul,
ol {
	font-size: 20px;
	line-height: 1.6;
	margin: 20px 0;
}
	ul li,
	ol li {
		margin: 10px 0;
	}
    ul li::marker {
        color: #F26724;    
    }
		ul ul,
		ul ol,
		ol ul,
		ol ol {
			margin-top: 0;
		}

blockquote {
    font-family: "freight-text-pro"; 
	font-size: 32px;
	line-height: 40px;
	margin: 20px 0;
	padding: 0 20px;
	border-left: 4px solid #F26724;
    color: #131616;
}

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



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

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

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

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

a.black-link {
	color: #000;
	text-decoration: none;
}
a.black-link:hover,
a.black-link:active,
a.black-link:focus-visible {
	color: #000;
	text-decoration: underline;
}



/* 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: #FFF;
	text-decoration: none;
}
.links-inverse a:hover,
.links-inverse a:active,
.links-inverse a:focus-visible {
	color: #FFF;
	text-decoration: none;
}




/* 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;
}
.bg-FAFAF9 {
    background-color: #FAFAF9;
}

.bg-ffffff {
    background-color:#ffffff;    
}
.bg-F26724 {
    background-color:#F26724;       
}
.bg-4F7286 {
    background-color:#4F7286;       
}
.bg-382F2c {
    background-color:#382F2c;       
}

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

.border-top-grey {
	border-top: 1px solid #ccc;
}
.border-radius-8 {
    border-radius: 8px;
}


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

.image-object-fit {
	-o-object-fit: cover !important;
	object-fit: cover !important;
	object-position: center center;
	width: 100%;
	height: 100%;
}

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

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

.aspot-form-wrapper {
    padding: 20px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {

    .aspot-form-wrapper {
        margin-top: 0 !important;
    }

}

form.hs-form {
	margin: 20px 0;
}
form.hs-form label {
	font-size: 20px;
    line-height: 32px;
	font-weight: 400;
}
form.hs-form .hs-form-field > label {
	font-size: 20px;
    line-height: 32px;
	font-weight: 400;
}

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: 17px;
	font-weight: 400;
	line-height: 22px;
	color: #000;
	background-color: #fff;
	border: 1px solid #131616 !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: #F26724;
	border-color: #F26724;
}

form.hs-form input[type="text"]:focus-visible,
form.hs-form input[type="email"]:focus-visible,
form.hs-form input[type="password"]:focus-visible,
form.hs-form input[type="tel"]:focus-visible,
form.hs-form input[type="number"]:focus-visible,
form.hs-form input[type="file"]:focus-visible,
form.hs-form input[type="checkbox"]:focus-visible,
form.hs-form input[type="radio"]:focus-visible,
form.hs-form select:focus-visible,
form.hs-form textarea:focus-visible {
	outline: 2px solid #005FCC;
	outline-offset: -2px;
}


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

form.hs-form .hs-button {
	border-radius: 3px;
	border: none !important;
    padding: 15px 45px;
    display: inline-block;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
    text-align: center;
    transition: all 100ms ease-in-out;
    color: #fff !important;
	background-color: #F26724 !important;	
}
form.hs-form .hs-button:hover,
form.hs-form .hs-button:active {
	text-decoration: none;
	color: #fff !important;
	background-color: #F26724 !important;
}
form.hs-form .hs-button:focus-visible {
	text-decoration: none;
	outline: solid 2px #005FCC; !important;
	outline-offset: 0px; 
	box-shadow: none !important;
}



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

form.hs-form .hs-form-required {
	color: #F26724;
}
form.hs-form .hs-input.invalid.error {
	border-color: #F26724;
}
form.hs-form .hs-error-msg,
form.hs-form .hs-error-msgs {
	font-size: 16px;
	color: #F26724;
	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;
}

.content-inverse form.hs-form input[type="file"] {
    color: #ffffff;
    border-color: #ffffff !important;
}

/* 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: 10px;
}
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%;
	}

}


/* System Form 
---------------------------------------- */

.system-template-form.comm-preferences form .item {
    padding: 20px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #94A3B8;
    margin-bottom: 10px;
}
.system-template-form.comm-preferences form .item span {
    font-weight: 600;
}
.system-template-form.comm-preferences form .item p {
    margin: 0;
}


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

.btn {
	border-radius: 3px;
	border: none !important;
    padding: 15px 45px;
    display: inline-block;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
    text-align: center;
    transition: all 100ms ease-in-out;
}
.btn:hover,
.btn:active {
	text-decoration: none;
}
.btn:focus-visible {
	text-decoration: none;
	outline: solid 2px #005FCC; !important;
	outline-offset: 0px; 
	box-shadow: none !important;
}

.btn-sm {
    font-size: 15px;
    line-height: 21px;
    padding: 10px 28px;
}


.btn-orange {
	color: #fff !important;
	background-color: #F26724 !important;	
}
.btn-orange:hover,
.btn-orange:active,
.btn-orange:focus-visible {
	text-decoration: none;
	color: #fff !important;
	background-color: #F26724 !important;
}

.btn-outline {
	color: #131616 !important;
	background-color: transparent !important;	
    border: solid 1px #131616 !important;
}
.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus-visible {
	text-decoration: none;
	color: #fff !important;
	background-color: #F26724 !important;
    border-color: #F26724 !important;
}

.btn-inverse {
	color: #F26724 !important;
	background-color: #fff !important;	
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse:focus-visible {
	text-decoration: none;
	color: #F26724 !important;
	background-color: #fff !important;
}



/* Arrow link
---------------------------------------- */

a.arrow-link {
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}
a.arrow-link:hover,
a.arrow-link:active,
a.arrow-link:focus-visible {
	
}


/* Button arrows
---------------------------------------- */

.arrow-right::after {
	display: inline-block;
	font-family: "Font Awesome 6 Pro";
	font-weight: 700;
	content: "\f061";
	font-size: 80%;
	line-height: 1;
	margin-left: 8px;
	transition: transform 100ms ease-in-out;
	animation-direction: alternate;
}
.arrow-right:hover::after,
.arrow-right:active::after,
.arrow-right:focus-visible::after {
	animation-name: slide-forward;
	animation-iteration-count: 2;
	animation-direction: alternate;
	animation-duration: 200ms;
}

@keyframes slide-forward {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(35%);
	}
}

.arrow-left::before {
	display: inline-block;
	font-family: "Font Awesome 6 Pro";
	font-weight: 700;
	content: "\f060";
	font-size: 80%;
	line-height: 1;
	margin-right: 8px;
	transition: transform 100ms ease-in-out;
	animation-direction: alternate;
}
.arrow-left:hover::before,
.arrow-left:active::before,
.arrow-left:focus-visible::before {
	animation-name: slide-backward;
	animation-iteration-count: 2;
	animation-direction: alternate;
	animation-duration: 200ms;
}

@keyframes slide-backward {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-35%);
	}
}









/* ========================================================================================================================
														Gutters
======================================================================================================================== */

.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-top {
	padding-top: 20px;
}
.gutter-bottom {
	padding-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-top {
	padding-top: 0;
}
.row.no-gutters .gutter-bottom {
	padding-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-top {
	padding-top: 10px;
}
.row.tight-gutters .gutter-bottom {
	padding-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-top {
	padding-top: 20px;
}
.row.wide-gutters .gutter-bottom {
	padding-bottom: 20px;
}

@media (min-width: 992px) {

	.container-fluid.wide-gutters {
		padding-left: 36px;
		padding-right: 36px;
	}
	.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-top {
		padding-top: 36px;
	}
	.row.wide-gutters .gutter-bottom {
		padding-bottom: 36px;
	}

}

@media (min-width: 1200px) {

	.container-fluid.wide-gutters {
		padding-left: 50px;
		padding-right: 50px;
	}
	.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-top {
		padding-top: 50px;
	}
	.row.wide-gutters .gutter-bottom {
		padding-bottom: 50px;
	}

}



/* ========================================================================================================================
													Layout Padding
======================================================================================================================== */

.layout-container {
	padding-top: 30px;
	padding-bottom: 30px;
}
.layout-pt-sm {
	padding-top: 30px;
}
.layout-pt-md {
	padding-top: 50px;
}
.layout-pt-lg {
	padding-top: 75px;
}
.layout-pb-sm {
	padding-bottom: 30px;
}
.layout-pb-md {
	padding-bottom: 50px;
}
.layout-pb-lg {
	padding-bottom: 75px;
}

@media (min-width: 768px) {

	.layout-container {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.layout-pt-sm {
		padding-top: 50px;
	}
	.layout-pt-md {
		padding-top: 100px;
	}
	.layout-pt-lg {
		padding-top: 150px;
	}
	.layout-pb-sm {
		padding-bottom: 50px;
	}
	.layout-pb-md {
		padding-bottom: 100px;
	}
	.layout-pb-lg {
		padding-bottom: 150px;
	}

}



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

.content-section {
	margin-bottom: 40px;
}
.flexible-header {
	padding-bottom: 40px;
}
.flexible-footer {
	padding-top: 40px;
}

.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-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;
	}
}




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

.align-items-between {
	display: flex !important;
	flex-direction: column !important;
	justify-content: space-between !important;
}





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

.table {
	word-break: normal !important;
	border-bottom: 1px solid #dee2e6;
}

.table-lg td,
.table-lg th {
	padding: 20px;
}

/* 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: #F26724;
  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 .quote-wrapper {
  background-color: #f5f5f5;
  padding: 25px 40px;
  margin: 0 auto;
  max-width: 85%;
}

  #quotes-carousel .quote-author {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;    
  }


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

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




/* ========================================================================================================================
												 	Skip to content 
======================================================================================================================== */

.skip-to-content:focus-visible {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 9999;
	padding: 10px !important;
}






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


.header-logo {
  width: 115px;
  padding: 20px 0;
}
  .header-logo a {
    display: block;
  }


@media (min-width: 1675px) {
    .header-logo {
        margin-left: 175px;
    }
}	


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

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

/* Aspots
---------------------------------------- */
.lp-aspot {
  position: relative;
}
.lp-aspot-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.lp-aspot-content {
	position: relative;
	width: 100%;
}


@media (max-width: 767px) {

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

}

/* Enable responsive vidyard embeds inside bootstrap ratio 16x9
-------------------------------------------------------------------- */

.ratio-16x9 .vidyard-player-container {
    position: absolute;
}


/* ========================================================================================================================
														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-visible {
	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 {
  width: 500px;
  max-width: 100%;
  padding: 20px 0;
}

ul.footer-social {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
	ul.footer-social > li {
		display: inline-block;
		padding: 0;
		margin: 0;
	}
		ul.footer-social > li > a {
			display: inline-block;
			font-size: 18px;
			padding: 10px 5px;
            color: #171717;
		}
        ul.footer-social > li > a:active,
        ul.footer-social > li > a:hover
        ul.footer-social > li > a:focus-visible {
            color: #171717;
        }

ul.footer-technical-menu {
    margin: 0;
}
    ul.footer-technical-menu li a {
        color: #131616;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px; /* 200% */
        text-decoration-line: underline;    
    }
        ul.footer-technical-menu li a:hover,
        ul.footer-technical-menu li a:active,
        ul.footer-technical-menu li a:focus {
            color: #F26724;    
        }