/* --- 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 .text-card h2 {
	padding-top: 30px;
}

#hero .single-text-card a.button {
	max-width: 230px;
	margin: auto;
}

#hero .single-text-card a.button img {
	margin: 0 10px 0 0;
}

.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;
	height: 85px;
	align-items: center;
	padding: 10px;
}

.panel h2.panel-title {
	font-size: 22px;
	color: #112867;
	padding-top: 30px;
	display: flex;
	align-items: center;
	font-weight: 600;
}

#hero p.panel-under-h:not(.logoPack p) {
	font-size: 16px;
	margin-bottom: 15px;
}

p.panel-under-h {
	display: flex;
	flex-wrap: wrap;
}

p.panel-under-h .panel-ratings:first-child {
	padding-right: 15px;
}

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

.panel .panel-title img {
	max-height: 22px;
	padding-right: 12px;
}

#hero .panel p.panel-content:not(.logoPack p) {
	color: #112867;
	font-size: 16px;
	margin-bottom: 30px;
	text-wrap: revert;
}

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

.panel .panel-title img {
	height: 22px;
	width: 38px;
}

.coming-soon {
	color: #7C8B96;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	margin-top: 10px;
}

.coming-soon-container {
	cursor: revert;
	pointer-events: none;
}

.features-section h3 {
	padding-top: 25px;
	font-size: 34px;
	padding-top: 20px;
}

.features-section p {
	font-size: 18px;
}

.features-section .columns {
	align-items: flex-start;
}

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

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

	.panel {
		margin: auto;
	}

	.panel h2.panel-title {
		font-size: 18px;
	}

	.panel p.panel-content {
		font-size: 16px;
	}

	.panel .panel-footer a {
		font-size: 16px;
	}

	.features-section img {
		display: flex;
		margin: auto;
	}

	.features-section h3 {
		font-size: 22px;
		text-align: center;
	}

	.features-section p {
		font-size: 16px;
		text-align: center;
	}

	.compare-columns .columns:last-child {
		padding-top: 20px;
	}
}

@media all and (max-width: 580px) {
	.panel {
		padding: 15px;
	}
}