.logoPack .images {
	justify-content: space-between;
}

.logoPack {
	padding-bottom: 20px !important;
}

#hero a:hover {
    filter: none;
}

.cta-padding {
	padding-top: 100px;
}

.splitChecklist .row {
	display: flex;
}

.splitChecklist .section {
	padding-top: 120px;
}

.splitChecklist .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 30px;
}

.splitChecklist {
	padding-top: 60px;
}

.splitChecklist .leftPanel {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.leftPanel .row {
	padding-top: 30px;
}

.buttonContainer {
	display: inline-block;
	margin-bottom: 30px;
}

.ctaButton {
	padding-top: 20px;
	padding-bottom: 70px;
}

.buttonContainer a+a {
	margin-left: 30px;
}

.buttonContainer {
	background-color: #33477F;
	color: #8BA6CF;
	border: none;
	padding: 10px 20px;
	border-radius: 20px;
	font-size: 16px;
	cursor: pointer;
}

.buttonContainer:hover {
	background-color: #3A4F8B; 
}

.buttonContainer a {
	color: #8BA6CF;
}

.splitChecklist .rightPanel {
	display: flex;
	flex-direction: row;
	align-items: end;
}

.splitChecklist .container {
	display: flex;
	justify-content: space-between;
}

.splitChecklist .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 3;
}


#hero>.section {
	padding-top: 80px;
	padding-bottom: 10px;
	position: relative;
	z-index: 1;
}

#hero>.section .container {
	position: relative;
	z-index: 0;
}

#hero>.section .container h1 {
	font-size: 46px;
	padding-bottom: 25px;
}

#hero>.section .container h2 {
	font-size: 20px;
	padding-bottom: 35px;
	line-height: 28px;
	font-weight: 600;
	padding-right: 20px;
}

#hero>.section .container img {
	height: auto;
}

#hero>.section .container .shape {
	position: absolute;
	top: -71%;
	right: -46%;
	z-index: -1;
}

#hero>.section .container a img {
	vertical-align: middle;
	margin-right: 8px;
}

#softSell {
	padding-top: 90px;
}

#softSell .shape {
	position: absolute;
	z-index: -1;
	top: 21%;
	right: -20%;
}

#affiliate .shape {
	position: absolute;
	z-index: -1;
	top: 34%;
	left: -20%;
}

.doublePad {
	padding: 40px 0px;
}

.actionPad {
	padding-bottom: 30px;
}

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

@media all and (max-width: 1150px) {
	#nav .container .content .buttons a.button:only-child {
		margin-left: 0px;
	}

	#hero>.section .container .shape {
		top: -10%;
		right: -35%;
		height: 578px;
		transform: rotate(54deg);
	}

	#softSell .shape {
		top: 20%;
		right: -38%;
	}

	#affiliate .shape {
		top: 34%;
		left: -65%;
	}

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


@media all and (max-width: 768px) {
	.splitChecklist .container {
		flex-direction: column;
	}

	.splitChecklist .button {
		margin-top: 68px;
	}

	.splitChecklist .rightPanel,
	.splitChecklist .leftPanel {
		width: 100%;
		align-items: center;
		text-align: center;
		justify-content: center;
	}

	.splitChecklist .row {
		flex-direction: column;
		align-items: center;
	}

	.splitChecklist .content {
		align-items: center;
		text-align: center;
		padding-bottom: 30px;
	}

	.splitChecklist .icon {
		padding-right: 0px;
		padding-bottom: 30px;
	}

	.buttonContainer {
		display: block;
		text-align: center;
		margin-top: 30px;
	}
	
	/* --- 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 {
		padding-top: 45px;
		padding-bottom: 0px;
		text-align: center;
	}

	#hero>.section .container h1 {
		font-size: 30px;
	}

	#hero>.section .container h2 {
		font-size: 18px;
		padding-right: 0px;
		padding-bottom: 30px;
	}

	#hero>.section .container .buttonContainer {
		display: block;
		text-align: center;
		margin-top: 30px;
	}

	#hero>.section .container .buttonContainer a+a {
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}

	#hero>.section .container .shape {
		display: block;
		position: absolute;
		top: 9px;
		right: -217px;
		z-index: -1;
		transform: rotate(51deg);
		height: 400px;
	}

	#hero .section .section {
		padding-bottom: 40px;
	}
}