/* --- Adjust the nav to work with the hero background --- */

#nav .container .content .buttons a.button.blueberry.outline {
	color: #FFF;
	border-color: #FFF;
	background-color: transparent;
}

#nav .container .content .buttons a.button.blueberry.outline:hover {
	color: #112867;
	border-color: #FFF;
	background-color: #FFF;
}

/* ------ End nav adjustments ------ */
#hero h1.hero-eyebrow {
	font-size: 18px;
	font-weight: 600;
	color: #94BBFF;
	padding-bottom: 15px;
	letter-spacing: 0.5px;
}

#hero h2 {
	font-size: 54px;
	padding-bottom: 30px;
	font-weight: 800;
	text-wrap: balance;
}

.panel {
	padding: 36px;
	max-width: 570px;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.panel .panel-image {
	display: flex;
	justify-content: center;
	background: #F3F4F7;
	border-radius: 8px;
	align-items: center;
	padding: 10px;
	overflow: hidden;
}

.panel .panel-image.no-bg-image {
	padding: 0;
	background: none;
}

.panel-image picture {
	display: flex;
	align-items: center;
	justify-content: center;
}

.panel .panel-footer {
	text-align: right;
	margin-bottom: 0;
	margin-top: auto;
}

.panel .panel-footer a {
	font-size: 18px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: right;
	text-align: left;
}

.panel p.panel-content {
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 0;
}

.panel .panel-footer a img {
	vertical-align: middle;
	max-height: 18px;
	margin-left: 5px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.panel .panel-footer a:hover img {
	transform: translateX(10px);
}

.link-callouts-section .pill {
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 5px 15px;
}

.link-callouts-section .columns .column {
	padding: 10px;
}

a.action.link-callout {
	width: 100%;
	display: flex;
	background: white;
	padding: 20px;
	color: #112867;
	font-weight: 600;
	border-radius: 8px;
	align-items: center;
}

a.action.link-callout img.arrow {
	margin-left: 15px;
}

a.action.link-callout:hover {
	background: white;
	text-decoration: none;
	filter: brightness(100%);
}

a.action.link-callout:hover img.arrow {
	transform: translateX(10px);
}


/* hubspot form */

.hs-form {
	width: 100%;
	padding: 40px;
	border-radius: 15px;
	max-width: 800px;
	margin: auto;
	background: white;
	-webkit-box-shadow: 0 7px 14px 0 rgba(50, 50, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 0 7px 14px 0 rgba(50, 50, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.09);
}

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

.hs-form fieldset div h1 span {
	font-size: 34px;
}

form.hs-form .field {
	margin-bottom: 20px;
}

.hs-form input[type="email"],
.hs-form input[type="text"] {
	width: 100%;
	padding: 15px 15px;
	border: 1.5px solid #ABB5BE;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	color: #3E4A57;
	background-color: #FFF;
}

.hs-form input[type="email"].error,
.hs-form input[type="text"].error {
	border-color: #FF5868;
}

.hs-form .hs_company.hs-fieldtype-text.field.hs-form-field input {
	width: 100%;
}

.hs-form .hs_what_platform_are_you_currently_using_.hs-fieldtype-textarea.field.hs-form-field textarea {
	width: 100%;
}

.hs-form ul.hs-error-msgs {
	list-style: none;
}

.hs_submit.hs-submit {
	text-align: left;
}

.hs-form label.hs-error-msg {
	display: none;
}

.hs-form ul.hs-error-msgs li {
	margin-left: 0;
	line-height: normal;
}

.hs-form .hs_error_rollup label {
	text-align: center;
	color: red;
	margin-bottom: -25px;
	margin-top: 17px;
}

.hs-form .submitted-message p span {
	color: white;
	font-size: 18px;
}

.hs-form .submitted-message p {
	text-align: left;
}

.hs-form .hs-dependent-field ul {
	list-style: none;
}

.hs-form .hs-dependent-field ul li {
	margin-left: 0;
	line-height: normal;
}

.hs-form .hs-dependent-field .input ul li label {
	display: flex;
	cursor: pointer;
	align-items: flex-start;
}

.hs-form .hs-dependent-field ul li label input {
	appearance: auto;
	margin-top: 1px;
}

.hs-form .hs-dependent-field ul li label span {
	color: #112867;
	margin-left: 10px;
	font-weight: 400;
	font-size: 13px;
}

.hs-form .actions {
	padding-top: 35px;
}

.hbspt-form .submitted-message p span {
	font-family: "Inter", "Arial", sans-serif !important;
	color: white;
}

.hbspt-form .submitted-message p span a {
	color: #23DDCD;
}

.hbspt-form .submitted-message p span a:hover {
	text-decoration: none;
	filter: brightness(150%);
}

.hs-form input.hs-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	min-width: 100px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 35px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
	z-index: 1;
	border: none;
	padding: 17px 30px;
	background: #FF5868;
	background: -moz-linear-gradient(90deg, #FF5868 0%, #4155FF 100%);
	background: -webkit-linear-gradient(90deg, #FF5868 0%, #4155FF 100%);
	background: linear-gradient(90deg, #FF5868 0%, #4155FF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF5868", endColorstr="#4155ff", GradientType=1);
	color: white;
}

.hs-form span.hs-form-required {
	display: none;
}

.hs-form-container {
	min-height: 497px;
}

.hs-form input[type=email] {
	width: 100%;
	padding: 15px 15px;
	border: 1.5px solid #ABB5BE;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	color: #3E4A57;
	background-color: #FFF;
}


/* --- Media Queries -------------------- */

@media all and (max-width: 960px) {}

@media all and (max-width: 768px) {
	/* --- Adjust the nav to work with the hero background --- */

	#nav .container .content .buttons a.button.blueberry.outline {
		color: #112867;
		border-color: #112867;
		background-color: transparent;
	}

	#nav .container .content .buttons a.button.blueberry.outline:hover {
		color: #FFF;
		border-color: #112867;
		background-color: #112867;
	}

	/* ------ End nav adjustments ------ */

	#hero.section .container h2 {
		font-size: 42px;
		max-width: 420px;
		margin: auto;
	}

	.link-callouts-section .columns .column {
		padding: 10px 0;
	}

	.link-callouts-section .columns+.columns .column:first-child {
		padding-top: 10px;
	}

	.panel {
		margin: auto;
	}

	.hs-form {
		margin-top: 30px;
	}

	.hs-form fieldset div h1 span {
		font-size: 28px;
		text-align: center;
		display: block;
		text-wrap: balance;
		margin-bottom: 10px;
	}
}

@media all and (max-width: 400px) {
	.hs-form input {
		width: 100% !important;
	}

	.hs-form .input {
		margin-right: 0 !important;
	}
}