@media (min-width: 768px) {
	.container.fyh-container {
		width: 95%;
	}
}

@media (min-width: 992px) {
	.container.fyh-container {
		width: 1000px;
	}
}

.container.fyh-container h4.strong {
	font-weight: bold;
	font-size: 1.2em;
}

.container.fyh-container h4 .caption {
	font-size: 0.6em;
	display: block;
	margin-top: 0.5em;
}

#find-your-hedge .primary-color {
	color: #273A5F;
}

#find-your-hedge .secondary-color {
	color: #5BC1FD;
}

#find-your-hedge h1, #find-your-hedge h2, #find-your-hedge h3, #find-your-hedge h4, #find-your-hedge h5, #find-your-hedge h6, #find-your-hedge p, #find-your-hedge div:not(.glyphicon) {
	font-family: 'Open Sans', sans-serif;
}

#find-your-hedge .btn.btn-primary.ccp-cta {
	display: inline-flex;
	align-items: center;
	border-radius: 0;
	border: 0;
	outline: none;
	padding: 0;
	position: relative;
	height: 47px;
	padding-right: 50px;
	padding-left: 25px;
	color: #57511D;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	margin: 1em auto;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
	border-bottom-right-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border-top-left-radius: 12px;
	transition: background 0.4s;
}

#find-your-hedge .btn.btn-primary.ccp-cta, #find-your-hedge .btn.btn-primary.ccp-cta:link, #find-your-hedge .btn.btn-primary.ccp-cta:visited {
	background-color: #AFA678;
	background-image: linear-gradient(-45deg,#AFA678 20%, #F7EDCE 50%, #AFA678 80%);
}

#find-your-hedge .btn.btn-primary.ccp-cta:active {
	background-color: #203f65;
}

#find-your-hedge .btn.btn-primary.ccp-cta .arrow-box-container, #find-your-hedge .btn.btn-primary.ccp-cta .prompt-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

#find-your-hedge .btn.btn-primary.ccp-cta .text {
	display: block;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	line-height: 14px;
	white-space: nowrap;
}

#find-your-hedge .btn.btn-primary.ccp-cta .prompt-container {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	height: 47px;
	width: 35px;
	position: absolute;
	right: 0;
}

#find-your-hedge .btn.btn-primary.ccp-cta .prompt-container .prompt-text {
	color: #FFF;
	margin: auto;
	position: absolute;
}

#find-your-hedge .btn.btn-primary.ccp-cta .arrow-box-container {
	position: absolute;
	right: 0px;
	height: 47px;
	width: 35px;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	border-bottom-right-radius: 12px;
	border-top-right-radius: 12px;
}

#find-your-hedge .btn.btn-primary.ccp-cta .arrow-box-container .arrow-box {
	box-sizing: border-box;
	display: block;
	height: 47px;
	width: 47px;
	transform-origin: 0% 100%;
	background-color: #57511D;
}

#find-your-hedge .new-header {
	background-color: #EFEFEF;
}

@media (max-width: 767px) {
	#find-your-hedge .new-header h1 {
		font-size: 7vw;
	}
}

@media (max-width: 767px) and (max-width: 500px) {
	#find-your-hedge .new-header h2 {
		font-size: 6vw;
		line-height: 7.25vw;
	}
}

@media (max-width: 767px) and (max-width: 500px) {
	#find-your-hedge .new-header h3 {
		font-size: 5vw;
		line-height: 6.25vw;
	}
}

#find-your-hedge .new-header h5 {
	font-size: 1.25em;
	line-height: 1.42em;
	line-height: 2rem;
}

@media (max-width: 500px) {
	#find-your-hedge .new-header h5 {
		font-size: 4.25vw;
		line-height: 5vw;
	}
}

#find-your-hedge .new-header.invert h1, #find-your-hedge .new-header.invert h2, #find-your-hedge .new-header.invert h3, #find-your-hedge .new-header.invert h4, #find-your-hedge .new-header.invert h5, #find-your-hedge .new-header.invert h6 {
	color: #FFF;
}

#find-your-hedge .new-header.bg-a {
	background-color: #376291;
}

#find-your-hedge .new-header.bg-b {
	background-color: #5BC1FD;
}

#find-your-hedge .new-header.bg-c {
	background-color: #243A5E;
}

#find-your-hedge .new-header.oneoff-01 {
	padding: 1.25em 0.5em;
}

#find-your-hedge .new-header.oneoff-01 h1, #find-your-hedge .new-header.oneoff-01 h3 {
	margin-top: 0;
}

#find-your-hedge .new-header.oneoff-01 h3 {
	margin-bottom: 0.25em;
}

#find-your-hedge .new-header.oneoff-01 h1 {
	margin-bottom: 0em;
}

.flexbox #find-your-hedge .align-middle {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
}

@media (max-width: 767px) {
	#find-your-hedge .col-xs-centered {
		display: block;
		float: none;
		margin: auto;
	}
}

#find-your-hedge header {
	background-color: #FFF;
	padding: 1em;
}

#find-your-hedge header img:not(.header-item-03) {
	max-height: 70px;
}

@media (max-width: 767px) {
	#find-your-hedge header .header-item-03 {
		max-width: 150px;
		width: 100%;
		margin: auto;
		margin-top: 1em;
	}
	#find-your-hedge header img {
		margin: auto;
	}
	#find-your-hedge header .header-item-03 {
		margin-top: 0;
	}
}

#find-your-hedge #banner {
	display: block;
}

#find-your-hedge #banner .spacer {
	padding-bottom: 0.5em;
}

#find-your-hedge #banner:not(.hero) h1, #find-your-hedge #banner:not(.hero) h2, #find-your-hedge #banner:not(.hero) h3, #find-your-hedge #banner:not(.hero) h4, #find-your-hedge #banner:not(.hero) h5, #find-your-hedge #banner:not(.hero) h6 {
	color: white;
}

#find-your-hedge #banner:not(.hero) h1, #find-your-hedge #banner:not(.hero) h2, #find-your-hedge #banner:not(.hero) h3 {
	font-weight: bold;
}

#find-your-hedge #banner:not(.hero) h1:not(.bs-inherit) {
	font-size: 40px;
	line-height: 44px;
}

@media (max-width: 767px) {
	#find-your-hedge #banner:not(.hero) h1:not(.bs-inherit) {
		font-size: 32px;
		line-height: 36px;
	}
}

#find-your-hedge #banner:not(.hero) h3 {
	margin-top: 0.25em;
}

#find-your-hedge #banner:not(.hero) h4 {
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
}

@media (max-width: 767px) {
	#find-your-hedge #banner:not(.hero) h4 {
		font-size: 16px;
		line-height: 21px;
	}
}

#find-your-hedge #banner #banner-a {
	background-color: #376291;
	position: relative;
	padding: 2em 0 3em;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}

@media (min-width: 768px) {
	#find-your-hedge #banner #banner-a {
		min-height: 282px;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a {
		min-height: 350px;
	}
}

#find-your-hedge #banner #banner-a .abs-background-img {
	position: absolute;
	left: 49%;
	bottom: -5%;
	transform: translateX(-50%);
}

#find-your-hedge #banner #banner-a #video {
	position: absolute;
	top: 50%;
	right: 0;
	left: 50%;
	transform-origin: center center;
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
}

@media (min-width: 992px) {
	#find-your-hedge #banner #banner-a #video {
		min-width: 1920px;
		min-height: 540px;
	}
}

.flexbox #find-your-hedge #banner #banner-a #video {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	box-pack: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #banner #banner-a #video {
		min-width: 1600px;
		min-height: 540px;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a #video {
		min-width: 1700px;
		min-height: 540px;
		transform: translateY(-50%) translateX(-50%) scale(0.89);
	}
}

#find-your-hedge #banner #banner-a #video video {
	margin: 0;
	width: 100%;
	object-fit: cover;
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a #video video {
		height: 100%;
		width: auto;
	}
}

@media (min-width: 768px) {
	#find-your-hedge #banner #banner-a #video video {
		min-width: 1920px;
		min-height: 540px;
	}
}

#find-your-hedge #banner #banner-a .protect-your-profits {
	font-size: 3.5em;
	color: #5BC1FD;
	line-height: 0.5em;
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #banner #banner-a .protect-your-profits {
		font-size: 2.5em;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a .protect-your-profits {
		font-size: 6.75vw;
	}
}

#find-your-hedge #banner #banner-a .protect-your-profits, #find-your-hedge #banner #banner-a .protect-your-profits + h4 {
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

#find-your-hedge #banner #banner-a .protect-your-profits > span {
	display: inline-block;
}

#find-your-hedge #banner #banner-a .protect-your-profits .text-sm {
	font-size: 0.55em;
	line-height: 1em;
}

#find-your-hedge #banner #banner-a .protect-your-profits .text-md {
	font-size: 0.66em;
	font-style: italic;
	font-family: 'Alverata Irregular', serif;
	font-weight: 500;
	line-height: 0.8em;
	display: block;
}

#find-your-hedge #banner #banner-a .protect-your-profits .text-md.abs {
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: 100% 0%;
	transform: rotate(-90deg) translateX(-150%) translateY(-385%);
}

#find-your-hedge #banner #banner-a .protect-your-profits .text-md .inner-md {
	font-size: 0.75em;
	font-family: 'Alverata Irregular', serif;
	color: #d9f1ff;
}

#find-your-hedge #banner #banner-a .protect-your-profits .text-lg {
	font-size: 2.6em;
	line-height: 0.85em;
	font-weight: 900;
	font-kerning: normal;
	position: relative;
	display: inline-block;
	margin-left: -0.06em;
}

#find-your-hedge #banner #banner-a .protect-your-profits .brighten {
	color: #d9f1ff;
}

#find-your-hedge #banner #banner-a .protect-your-profits.tighter .text-lg {
	font-size: 2.35em;
}

#find-your-hedge #banner #banner-a .protect-your-profits.tighter .text-md {
	display: inline-block;
	vertical-align: middle;
	padding-right: 0.5em;
	font-size: 0.55em;
	text-transform: lowercase;
}

#find-your-hedge #banner #banner-a .protect-your-profits.tighter .text-lg.brighten {
	display: inline-block;
	vertical-align: top;
	font-size: 1.66em;
	line-height: 0.85em;
}

#find-your-hedge #banner #banner-a .protect-your-profits.tighter .text-sm {
	text-indent: 3.2em;
	font-weight: 600;
	font-size: 0.525em;
}

.cssgrid #find-your-hedge #banner #banner-a .protect-your-profits.tighter {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 3.5em auto;
	grid-template-columns: 3.5em auto;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
	justify-content: center;
}

.cssgrid #find-your-hedge #banner #banner-a .protect-your-profits.tighter > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.cssgrid #find-your-hedge #banner #banner-a .protect-your-profits.tighter > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
}

.cssgrid #find-your-hedge #banner #banner-a .protect-your-profits.tighter > *:nth-child(3) {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
}

.cssgrid #find-your-hedge #banner #banner-a .protect-your-profits.tighter > *:nth-child(4) {
	-ms-grid-row: 2;
	-ms-grid-column: 2;
}

.cssgrid #find-your-hedge #banner #banner-a .protect-your-profits.tighter br {
	display: none;
}

.cssgrid #find-your-hedge #banner #banner-a .protect-your-profits.tighter .text-lg:nth-child(1) {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1/3;
}

.cssgrid #find-your-hedge #banner #banner-a .protect-your-profits.tighter .text-md {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1/2;
	padding-right: 0;
	padding-top: 0.15em;
}

.cssgrid #find-your-hedge #banner #banner-a .protect-your-profits.tighter .text-sm {
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2/3;
	text-indent: -0.06em;
}

#find-your-hedge #banner #banner-a .protect-your-profits.hnw .text-lg.brighten {
	font-size: 2.1em;
}

.cssgrid #find-your-hedge #banner #banner-a .protect-your-profits.hnw {
	-ms-grid-columns: auto auto;
	grid-template-columns: auto auto;
}

#find-your-hedge #banner #banner-a.banner-image-01 {
	background-image: url("https://web.cdn.crystalfunds.com/public-web/_landing_pages/find-your-hedge/images/_hedgefundsbanner-01.jpg");
}

#find-your-hedge #banner #banner-a.banner-image-01 + #banner-b #fyh-form-container {
	margin-top: 0em;
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-01 {
		padding-top: 2em;
		padding-bottom: 18em;
		background-size: cover;
		background-image: url("https://web.cdn.crystalfunds.com/public-web/_landing_pages/find-your-hedge/images/_hedgefundsbanner-01-tablet.jpg");
		background-size: 820px auto;
		background-position: 48% 100%;
	}
	#find-your-hedge #banner #banner-a.banner-image-01 + #banner-b #fyh-form-container {
		margin-top: -5em;
	}
	#find-your-hedge #banner #banner-a.banner-image-01 h1, #find-your-hedge #banner #banner-a.banner-image-01 h3, #find-your-hedge #banner #banner-a.banner-image-01 h4 {
		max-width: 400px;
		margin: auto;
		margin-bottom: 0.2em;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #banner #banner-a.banner-image-01 {
		background-position: 55% 100%;
	}
	#find-your-hedge #banner #banner-a.banner-image-01 h1 {
		font-size: 2.5em;
	}
	#find-your-hedge #banner #banner-a.banner-image-01 h3 {
		font-size: 1.5em;
	}
	#find-your-hedge #banner #banner-a.banner-image-01 h4 {
		font-size: 1.1em;
		line-height: 1.25em;
	}
}

@media (max-width: 768px) and (orientation: landscape) {
	#find-your-hedge #banner #banner-a.banner-image-01.xs-landscape {
		padding-bottom: 9em;
		background-position: 20% 100%;
		background-image: url("https://web.cdn.crystalfunds.com/public-web/_landing_pages/find-your-hedge/images/_hedgefundsbanner-01.jpg");
		background-size: auto 100%;
	}
	#find-your-hedge #banner #banner-a.banner-image-01.xs-landscape h1, #find-your-hedge #banner #banner-a.banner-image-01.xs-landscape h3, #find-your-hedge #banner #banner-a.banner-image-01.xs-landscape h4 {
		text-align: left;
		max-width: 330px;
		margin-right: auto;
		margin-left: 0;
	}
}

#find-your-hedge #banner #banner-a.banner-image-02 {
	background-image: url("https://web.cdn.crystalfunds.com/public-web/_landing_pages/pe-launch/images/pe-launch/accelerate-banner.png");
	background-size: cover;
	background-color: #4F80A8;
}

@media (min-width: 1200px) {
	#find-your-hedge #banner #banner-a.banner-image-02 {
		background-size: auto 100%;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-02 {
		background-image: url("https://web.cdn.crystalfunds.com/public-web/_landing_pages/pe-launch/images/pe-launch/accelerate-banner-mobile.png");
		background-position: 52% 50%;
		min-height: 300px;
		padding-bottom: 6em;
	}
	#find-your-hedge #banner #banner-a.banner-image-02 h1 {
		font-size: 29px;
		line-height: 32px;
	}
	#find-your-hedge #banner #banner-a.banner-image-02 h3 {
		font-size: 22px;
		line-height: 22px;
	}
	#find-your-hedge #banner #banner-a.banner-image-02 + #banner-b #fyh-form-container {
		margin-top: -5em;
	}
}

#find-your-hedge #banner #banner-a.banner-image-03 {
	background-image: url("https://web.cdn.crystalfunds.com/public-web/_landing_pages/pe-launch/images/pe-launch/rocket-banner.png");
	background-size: cover;
	background-color: #4F80A8;
}

@media (min-width: 1200px) {
	#find-your-hedge #banner #banner-a.banner-image-03 {
		background-size: auto 100%;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-03 {
		background-image: url("https://web.cdn.crystalfunds.com/public-web/_landing_pages/pe-launch/images/pe-launch/rocket-banner-mobile.jpg");
		background-position: 32% 100%;
		min-height: 300px;
		padding-bottom: 6em;
	}
	#find-your-hedge #banner #banner-a.banner-image-03 h1 {
		font-size: 29px;
		line-height: 32px;
	}
	#find-your-hedge #banner #banner-a.banner-image-03 h3 {
		font-size: 22px;
		line-height: 22px;
	}
	#find-your-hedge #banner #banner-a.banner-image-03 + #banner-b #fyh-form-container {
		margin-top: -5em;
	}
}

#find-your-hedge #banner #banner-a.banner-image-04 {
	background-image: url("https://web.cdn.crystalfunds.com/public-web/_landing_pages/find-your-hedge/images/yellowdress-desktopbanner.png");
	background-size: cover;
	background-color: #376192;
}

@media (min-width: 1200px) {
	#find-your-hedge #banner #banner-a.banner-image-04 {
		background-size: auto 100%;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #banner #banner-a.banner-image-04 {
		background-position: 55% 100%;
	}
	#find-your-hedge #banner #banner-a.banner-image-04 h1 {
		font-size: 2.5em;
	}
	#find-your-hedge #banner #banner-a.banner-image-04 h3 {
		font-size: 1.5em;
	}
	#find-your-hedge #banner #banner-a.banner-image-04 h4 {
		font-size: 1.1em;
		line-height: 1.25em;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-04 {
		background-image: url("https://web.cdn.crystalfunds.com/public-web/_landing_pages/find-your-hedge/images/yellowdress-mobile.jpg");
		background-position: 50% 100%;
		background-size: auto 100%;
		min-height: 440px;
		padding-bottom: 6em;
	}
	#find-your-hedge #banner #banner-a.banner-image-04 h1 {
		font-size: 29px;
		line-height: 32px;
		margin-top: 0;
	}
	#find-your-hedge #banner #banner-a.banner-image-04 h3 {
		font-size: 18px;
		line-height: 19px;
		margin-top: 0;
	}
	#find-your-hedge #banner #banner-a.banner-image-04 h4 {
		font-size: 14px;
		margin-top: 0;
	}
	#find-your-hedge #banner #banner-a.banner-image-04 + #banner-b #fyh-form-container {
		margin-top: -5em;
	}
}

#find-your-hedge #banner #banner-a.banner-image-05 {
	background-image: url("https://web.cdn.crystalfunds.com/public-web/_landing_pages/find-your-hedge/images/FindingAlpha-desktopbanner.png");
	background-size: cover;
	background-color: #376192;
}

#find-your-hedge #banner #banner-a.banner-image-05 + #banner-b #fyh-form-container {
	margin-top: -3em;
}

#find-your-hedge #banner #banner-a.banner-image-05 h4 {
	font-size: 1.3em;
	line-height: 1.25em;
}

@media (min-width: 1200px) {
	#find-your-hedge #banner #banner-a.banner-image-05 {
		background-size: auto 100%;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #banner #banner-a.banner-image-05 {
		background-position: 55% 100%;
	}
	#find-your-hedge #banner #banner-a.banner-image-05 h1 {
		font-size: 2.5em;
	}
	#find-your-hedge #banner #banner-a.banner-image-05 h3 {
		font-size: 1.5em;
	}
	#find-your-hedge #banner #banner-a.banner-image-05 h4 {
		font-size: 1.1em;
		line-height: 1.25em;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-05 {
		background-image: url("https://web.cdn.crystalfunds.com/public-web/_landing_pages/find-your-hedge/images/FindingAlpha-mobile.jpg");
		background-position: 50% 100%;
		background-size: auto 100%;
		min-height: 380px;
		padding-bottom: 6em;
	}
	#find-your-hedge #banner #banner-a.banner-image-05 h1 {
		font-size: 24px;
		line-height: 28px;
		margin-top: 0;
	}
	#find-your-hedge #banner #banner-a.banner-image-05 h3 {
		font-size: 18px;
		line-height: 19px;
		margin-top: 0;
	}
	#find-your-hedge #banner #banner-a.banner-image-05 h4 {
		font-size: 14px;
		margin-top: 0;
	}
	#find-your-hedge #banner #banner-a.banner-image-05 + #banner-b #fyh-form-container {
		margin-top: -5em;
	}
}

#find-your-hedge #banner #banner-a.banner-image-06 {
	background-image: url("https://web.cdn.crystalfunds.com/public-web/_landing_pages/find-your-hedge/images/striped-banner.png");
	background-size: cover;
	background-color: #376192;
	overflow: hidden;
}

#find-your-hedge #banner #banner-a.banner-image-06 + #banner-b #fyh-form-container {
	margin-top: -3em;
}

#find-your-hedge #banner #banner-a.banner-image-06 h1 {
	margin-top: 0;
}

#find-your-hedge #banner #banner-a.banner-image-06 h4 {
	font-size: 1.3em;
	line-height: 1.25em;
}

#find-your-hedge #banner #banner-a.banner-image-06 .fyh-container {
	position: relative;
	z-index: 10;
}

#find-your-hedge #banner #banner-a.banner-image-06 #overwhelmed-by-paperwork-guy {
	position: absolute;
	bottom: -15px;
	left: calc(50% - 206px);
	top: calc(50% - 172px);
	height: 344px;
	width: 618px;
	transform: scale(0.8);
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #banner #banner-a.banner-image-06 #overwhelmed-by-paperwork-guy {
		top: calc(50% - 137.6px);
		transform: scale(0.6);
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-06 #overwhelmed-by-paperwork-guy {
		top: calc(50% - 92.972972973px);
		left: calc(50% - 176.571428571px);
		transform: scale(0.8);
		transform-origin: 50% 100%;
	}
}

@media (min-width: 1200px) {
	#find-your-hedge #banner #banner-a.banner-image-06 {
		background-size: auto 100%;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-06 {
		min-height: 500px;
	}
}

#find-your-hedge #banner #banner-a.banner-image-07 {
	background-size: cover;
	background-color: #3E6195;
	overflow: hidden;
}

#find-your-hedge #banner #banner-a.banner-image-07 + #banner-b #fyh-form-container {
	margin-top: 2em;
}

#find-your-hedge #banner #banner-a.banner-image-07 h4 {
	font-size: 1.3em;
	line-height: 1.25em;
}

#find-your-hedge #banner #banner-a.banner-image-07 .fyh-container {
	position: relative;
	z-index: 10;
}

#find-your-hedge #banner #banner-a.banner-image-07 #dollar-sign-lock,
#find-your-hedge #banner #banner-a.banner-image-07 #glowing-lock {
	position: absolute;
	top: calc(50%);
	left: calc(50%);
	height: 595px;
	width: 661px;
	transform: translate(-331px, -270px) scale(0.9);
}

@media (min-width: 1200px) {
	#find-your-hedge #banner #banner-a.banner-image-07 {
		background-size: auto 100%;
	}
}

@media (min-width: 768px) {
	#find-your-hedge #banner #banner-a.banner-image-07 {
		min-height: 220px;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-07 {
		min-height: 350px;
	}
	#find-your-hedge #banner #banner-a.banner-image-07 #dollar-sign-lock,
	#find-your-hedge #banner #banner-a.banner-image-07 #glowing-lock {
		transform: translate(-331px, -194px) scale(0.8);
	}
	#find-your-hedge #banner #banner-a.banner-image-07 h3 {
		margin-top: 0;
		font-size: 1.4em;
		font-size: 6vw;
	}
	#find-your-hedge #banner #banner-a.banner-image-07 h4 {
		margin-top: 0;
		font-size: 1.4em;
	}
}

@media (max-width: 767px) and (max-width: 620px) {
	#find-your-hedge #banner #banner-a.banner-image-07 h4 {
		font-size: 3.0vw;
	}
}

@media (max-width: 767px) and (max-width: 550px) {
	#find-your-hedge #banner #banner-a.banner-image-07 h4 {
		font-size: 3.5vw;
	}
}

@media (max-width: 767px) and (max-width: 450px) {
	#find-your-hedge #banner #banner-a.banner-image-07 h4 {
		font-size: 3.85vw;
	}
}

#find-your-hedge #banner #banner-a.banner-image-08 {
	background-image: url("https://web.cdn.crystalfunds.com/public-web/_landing_pages/find-your-hedge/images/08/Gold-PieChart.png");
	background-size: cover;
	background-color: #4372A1;
}

#find-your-hedge #banner #banner-a.banner-image-08 + #banner-b #fyh-form-container {
	margin-top: 3em;
}

#find-your-hedge #banner #banner-a.banner-image-08 h2 {
	line-height: 1.25em;
	text-shadow: 0 0 6px #4372A1;
}

#find-your-hedge #banner #banner-a.banner-image-08 h4 {
	font-size: 1.3em;
	line-height: 1.25em;
}

#find-your-hedge #banner #banner-a.banner-image-08 .fyh-container {
	position: relative;
	z-index: 10;
}

@media (min-width: 1200px) {
	#find-your-hedge #banner #banner-a.banner-image-08 {
		background-position: 50% 20%;
		background-position: calc(50% + 100px) 20%;
	}
}

@media (min-width: 992px) {
	#find-your-hedge #banner #banner-a.banner-image-08 {
		background-position: 82% 20%;
		background-position: calc(50% + 150px) 20%;
		background-size: auto 180%;
	}
	#find-your-hedge #banner #banner-a.banner-image-08 h2 {
		font-size: 2.4em;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #banner #banner-a.banner-image-08 {
		background-position: 90% 0%;
		background-position: calc(50% + 80px) 10%;
		background-size: auto 150%;
	}
}

@media (min-width: 768px) {
	#find-your-hedge #banner #banner-a.banner-image-08 {
		min-height: 250px;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-08 {
		background-position: 50% 100px;
		background-position: calc(50% + 50px) 100px;
		min-height: 350px;
	}
	#find-your-hedge #banner #banner-a.banner-image-08 h2 {
		margin-top: 0;
		font-size: 1.7em;
		font-size: 5.8vw;
		line-height: 1.3em;
	}
}

@media (max-width: 767px) and (max-width: 385px) {
	#find-your-hedge #banner #banner-a.banner-image-08 h2 {
		font-size: 6.5vw;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-08 h4 {
		margin-top: 0;
		font-size: 1.4em;
	}
}

#find-your-hedge #banner #banner-a.banner-image-09 {
	background-image: url("https://web.cdn.crystalfunds.com/public-web/_landing_pages/find-your-hedge/images/08/Gold-PieChart.png");
	background-image: url("https://web.cdn.crystalfunds.com/public-web/_landing_pages/find-your-hedge/images/09/dollarsign.png");
	background-size: cover;
	background-color: #4372A1;
}

#find-your-hedge #banner #banner-a.banner-image-09 + #banner-b #fyh-form-container {
	margin-top: 3em;
}

#find-your-hedge #banner #banner-a.banner-image-09 h2 {
	line-height: 1.25em;
	text-shadow: 0 0 6px #4372A1;
}

#find-your-hedge #banner #banner-a.banner-image-09 h4 {
	font-size: 1.3em;
	line-height: 1.25em;
}

#find-your-hedge #banner #banner-a.banner-image-09 .fyh-container {
	position: relative;
	z-index: 10;
}

@media (min-width: 1200px) {
	#find-your-hedge #banner #banner-a.banner-image-09 {
		background-position: 50% 20%;
		background-position: calc(50% + 100px) 20%;
	}
}

@media (min-width: 992px) {
	#find-your-hedge #banner #banner-a.banner-image-09 {
		background-position: 82% 20%;
		background-position: calc(50% + 200px) 26%;
		background-size: auto 230%;
	}
	#find-your-hedge #banner #banner-a.banner-image-09 h2 {
		font-size: 2.4em;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #banner #banner-a.banner-image-09 {
		background-position: 90% 0%;
		background-position: calc(50% + 190px) 25%;
		background-size: auto 220%;
	}
}

@media (min-width: 768px) {
	#find-your-hedge #banner #banner-a.banner-image-09 {
		min-height: 250px;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-09 {
		background-size: 500px auto;
		background-position: 50% 100px;
		background-position: calc(50% + 139px) -50%;
		min-height: 340px;
	}
}

@media (max-width: 767px) and (min-width: 620px) and (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-09 {
		background-size: auto 240%;
		background-position: calc(100% + 225px) 27%;
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -moz-flex;
		display: flex;
		box-align: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
		-ms-flex-align: center;
		min-height: 220px;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-09 h2 {
		margin-top: 0;
		font-size: 1.7em;
		font-size: 5.1vw;
		line-height: 1.3em;
	}
}

@media (max-width: 767px) and (min-width: 620px) and (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-09 h2 {
		font-size: 4.2vw;
		width: 60%;
		text-align: left;
	}
}

@media (max-width: 767px) and (max-width: 385px) {
	#find-your-hedge #banner #banner-a.banner-image-09 h2 {
		font-size: 6.5vw;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-09 h4 {
		margin-top: 0;
		font-size: 1.4em;
	}
}

#find-your-hedge #banner #banner-a.banner-image-10 {
	background-image: url("https://web.cdn.crystalfunds.com/public-web/_landing_pages/find-your-hedge/images/10/top-performers-image.png");
	background-size: cover;
	background-color: #4372A1;
}

#find-your-hedge #banner #banner-a.banner-image-10 + #banner-b #fyh-form-container {
	margin-top: 1em;
}

#find-your-hedge #banner #banner-a.banner-image-10 h2 {
	line-height: 1.25em;
	text-shadow: 0 0 6px #4372A1;
}

#find-your-hedge #banner #banner-a.banner-image-10 h4 {
	font-size: 1.3em;
	line-height: 1.25em;
}

#find-your-hedge #banner #banner-a.banner-image-10 .fyh-container {
	position: relative;
	z-index: 10;
}

@media (min-width: 992px) {
	#find-your-hedge #banner #banner-a.banner-image-10 {
		background-position: 82% 42%;
		background-position: calc(50% + 20px) 42%;
		background-size: auto 210%;
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -moz-flex;
		display: flex;
		box-align: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
		-ms-flex-align: center;
		min-height: 220px !important;
	}
	#find-your-hedge #banner #banner-a.banner-image-10 h2 {
		font-size: 2em;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #banner #banner-a.banner-image-10 {
		background-position: 90% 20%;
		background-position: calc(50% - 17px) 40%;
		background-size: auto 180%;
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -moz-flex;
		display: flex;
		box-align: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
		-ms-flex-align: center;
		min-height: 200px !important;
	}
	#find-your-hedge #banner #banner-a.banner-image-10 h2 {
		font-size: 1.9em;
		font-size: 2.3vw;
		margin-top: 0.35em;
		width: 80%;
	}
}

@media (min-width: 768px) {
	#find-your-hedge #banner #banner-a.banner-image-10 {
		min-height: 250px;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-10 {
		background-size: 541px auto;
		background-position: 50% 100px;
		background-position: calc(50% + 20px) 0%;
		min-height: 340px;
	}
}

@media (max-width: 767px) and (min-width: 620px) and (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-10 {
		background-size: auto 220%;
		background-position: calc(100% + 130px) 45%;
		min-height: 220px;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-10 h2 {
		margin-top: 0;
		font-size: 1.7em;
		font-size: 5.1vw;
		line-height: 1.3em;
	}
}

@media (max-width: 767px) and (min-width: 620px) and (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-10 h2 {
		font-size: 4.2vw;
		width: 60%;
		text-align: left;
	}
}

@media (max-width: 767px) and (max-width: 385px) {
	#find-your-hedge #banner #banner-a.banner-image-10 h2 {
		font-size: 6.5vw;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-10 h4 {
		margin-top: 0;
		font-size: 1.4em;
	}
}

#find-your-hedge #banner #banner-a.banner-image-10b {
	background-color: #4676A5;
	background-image: url("https://web.cdn.crystalfunds.com/public-web/_landing_pages/find-your-hedge/images/10/top-performers-image-v2.png"), linear-gradient(to bottom, #376190 5%, #4676A5 50%);
	background-size: cover;
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-10b {
		background-image: url("https://web.cdn.crystalfunds.com/public-web/_landing_pages/find-your-hedge/images/10/top-performers-image-v2.png");
	}
}

#find-your-hedge #banner #banner-a.banner-image-10b + #banner-b #fyh-form-container {
	margin-top: 0em;
}

#find-your-hedge #banner #banner-a.banner-image-10b h2 {
	line-height: 1.38em;
	text-shadow: 0 0 6px #4372A1;
}

#find-your-hedge #banner #banner-a.banner-image-10b h4 {
	font-size: 1.3em;
	line-height: 1.25em;
}

#find-your-hedge #banner #banner-a.banner-image-10b .fyh-container {
	position: relative;
	z-index: 10;
}

@media (min-width: 992px) {
	#find-your-hedge #banner #banner-a.banner-image-10b {
		background-position: 82% 42%;
		background-position: calc(50% + 20px) 43%;
		background-size: auto 220%;
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -moz-flex;
		display: flex;
		box-align: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
		-ms-flex-align: center;
		min-height: 250px !important;
	}
	#find-your-hedge #banner #banner-a.banner-image-10b h2 {
		font-size: 1.9em;
		margin-bottom: 0.9em;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #banner #banner-a.banner-image-10b {
		background-position: 90% 20%;
		background-position: calc(50% - 17px) 40%;
		background-size: auto 155%;
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -moz-flex;
		display: flex;
		box-align: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
		-ms-flex-align: center;
		min-height: 250px !important;
	}
	#find-your-hedge #banner #banner-a.banner-image-10b h2 {
		font-size: 1.9em;
		font-size: 2.3vw;
		margin-top: 0em;
		width: 80%;
	}
}

@media (min-width: 768px) {
	#find-your-hedge #banner #banner-a.banner-image-10b {
		min-height: 250px;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-10b {
		background-size: 541px auto;
		background-position: 50% 100px;
		background-position: calc(50% + 20px) 0%;
		min-height: 340px;
	}
}

@media (max-width: 767px) and (min-width: 620px) and (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-10b {
		background-size: auto 220%;
		background-position: calc(100% + 130px) 45%;
		min-height: 220px;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-10b h2 {
		margin-top: 0;
		font-size: 1.7em;
		font-size: 5.1vw;
		line-height: 1.3em;
	}
}

@media (max-width: 767px) and (min-width: 620px) and (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-10b h2 {
		font-size: 4.2vw;
		width: 60%;
		text-align: left;
	}
}

@media (max-width: 767px) and (max-width: 385px) {
	#find-your-hedge #banner #banner-a.banner-image-10b h2 {
		font-size: 6.5vw;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-10b h4 {
		margin-top: 0;
		font-size: 1.4em;
	}
}

#find-your-hedge #banner #banner-a.banner-image-11 {
	background-color: #4676A5;
	background-image: radial-gradient(  circle at 50% 50%, #5A9BC7 5%, #4676A5 50%);
	background-size: cover;
	overflow: hidden;
}

#find-your-hedge #banner #banner-a.banner-image-11 #image-11-stripe {
	position: absolute;
	top: 0;
	left: calc(50% - 200px);
	height: 100%;
	width: 400px;
	background-color: #233A5E;
	transform: skew(-55deg) translateX(50%);
	background-image: radial-gradient(  circle at 0% 60%, #567bb5 0%, #233A5E 79%);
	opacity: 1;
}

#find-your-hedge #banner #banner-a.banner-image-11 #image-11-house {
	position: absolute;
	bottom: 0;
	left: calc(50% - 161.5px);
	height: 218px;
	width: 323px;
	transform-origin: 50% 100%;
}

@media (min-width: 992px) {
	#find-your-hedge #banner #banner-a.banner-image-11 #image-11-house {
		transform: translateX(-40px);
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #banner #banner-a.banner-image-11 #image-11-house {
		transform: scale(0.8) translateX(-70px);
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-11 #image-11-house {
		transform: scale(0.9);
	}
}

@media (min-width: 620px) and (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-11 #image-11-house {
		left: auto;
		right: 0;
	}
}

#find-your-hedge #banner #banner-a.banner-image-11 + #banner-b #fyh-form-container {
	margin-top: 2em;
}

#find-your-hedge #banner #banner-a.banner-image-11 h2 {
	line-height: 1.3em;
	text-shadow: 0 0 6px #4372A1;
}

#find-your-hedge #banner #banner-a.banner-image-11 h4 {
	font-size: 1.3em;
	line-height: 1.25em;
}

#find-your-hedge #banner #banner-a.banner-image-11 .fyh-container {
	position: relative;
	z-index: 10;
}

#find-your-hedge #banner #banner-a.banner-image-11 .fyh-container h2 .scale-1x {
	margin-top: 0.25em;
	font-size: 135%;
	color: #F7AA31;
}

@media (min-width: 992px) {
	#find-your-hedge #banner #banner-a.banner-image-11 {
		background-position: 82% 42%;
		background-position: calc(50% + 20px) 43%;
		background-size: auto 220%;
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -moz-flex;
		display: flex;
		box-align: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
		-ms-flex-align: center;
		min-height: 250px !important;
	}
	#find-your-hedge #banner #banner-a.banner-image-11 h2 {
		font-size: 1.9em;
		margin-bottom: 0.9em;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #banner #banner-a.banner-image-11 {
		background-position: 90% 20%;
		background-position: calc(50% - 17px) 40%;
		background-size: auto 155%;
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -moz-flex;
		display: flex;
		box-align: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
		-ms-flex-align: center;
		min-height: 250px !important;
	}
	#find-your-hedge #banner #banner-a.banner-image-11 h2 {
		font-size: 1.9em;
		font-size: 2.3vw;
		margin-top: 0em;
		width: 80%;
	}
}

@media (min-width: 768px) {
	#find-your-hedge #banner #banner-a.banner-image-11 {
		min-height: 250px;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-11 {
		background-size: 541px auto;
		background-position: 50% 100px;
		background-position: calc(50% + 20px) 0%;
		min-height: 340px;
	}
}

@media (max-width: 767px) and (min-width: 620px) and (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-11 {
		background-size: auto 220%;
		background-position: calc(100% + 130px) 45%;
		min-height: 220px;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-11 h2 {
		margin-top: 0;
		font-size: 1.7em;
		font-size: 5.1vw;
		line-height: 1.3em;
	}
}

@media (max-width: 767px) and (min-width: 620px) and (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-11 h2 {
		font-size: 4.2vw;
		width: 60%;
		text-align: left;
	}
}

@media (max-width: 767px) and (max-width: 385px) {
	#find-your-hedge #banner #banner-a.banner-image-11 h2 {
		font-size: 6.5vw;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-11 h4 {
		margin-top: 0;
		font-size: 1.4em;
	}
}

#find-your-hedge #banner #banner-a.banner-image-12 {
	background-color: #376190;
	position: relative;
	overflow: hidden;
}

@media (min-width: 768px) {
	#find-your-hedge #banner #banner-a.banner-image-12 {
		min-height: 200px;
	}
}

@media (min-width: 768px) {
	#find-your-hedge #banner #banner-a.banner-image-12 {
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -moz-flex;
		display: flex;
		box-align: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
		-ms-flex-align: center;
	}
}

#find-your-hedge #banner #banner-a.banner-image-12 .fyh-container h2 {
	margin-top: 0;
	font-size: 2.6em;
	line-height: 1.1em;
}

@media (max-width: 520px) {
	#find-your-hedge #banner #banner-a.banner-image-12 .fyh-container h2 {
		font-size: 6.4vw;
	}
}

@media (max-width: 420px) {
	#find-your-hedge #banner #banner-a.banner-image-12 .fyh-container h2 {
		font-size: 8vw;
	}
}

#find-your-hedge #banner #banner-a.banner-image-12 .fyh-container h3 {
	font-size: 1.6em;
}

@media (max-width: 520px) {
	#find-your-hedge #banner #banner-a.banner-image-12 .fyh-container h3 {
		font-size: 5.6vw;
	}
}

@media (max-width: 435px) {
	#find-your-hedge #banner #banner-a.banner-image-12 .fyh-container h3 {
		font-size: 5vw;
		line-height: 1.45em;
	}
}

@media (max-width: 380px) {
	#find-your-hedge #banner #banner-a.banner-image-12 .fyh-container h3 {
		font-size: 5vw;
	}
}

#find-your-hedge #banner #banner-a.banner-image-12 + #banner-b #fyh-form-container {
	margin-top: 2em;
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #banner #banner-a.banner-image-12 + #banner-b #fyh-form-container {
		margin-top: 1em;
	}
}

#find-your-hedge #banner #banner-a.banner-image-12 #image-12-buildings {
	height: auto;
	width: 600px;
	position: absolute;
	bottom: 0;
	left: calc(50% - 600px/2);
	transform-origin: 50% 100%;
	transform: scale(0.8);
}

@media (min-width: 768px) {
	#find-your-hedge #banner #banner-a.banner-image-12 #image-12-buildings {
		position: absolute;
		bottom: 0;
		left: calc(50% - 600px/ 2.25);
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #banner #banner-a.banner-image-12 #image-12-buildings {
		position: absolute;
		bottom: 0;
		left: calc(50% - 600px/ 1.8);
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-12 #image-12-buildings {
		transform: scale(0.75);
	}
}

#find-your-hedge #banner #banner-a.banner-image-13 {
	background-color: #3B6796 0%;
	background-image: linear-gradient(to bottom,#3B6796 0%, #4D7FAD 50%, #41709F 90%);
	background-color: #376190;
	overflow: hidden;
}

@media (min-width: 768px) {
	#find-your-hedge #banner #banner-a.banner-image-13 {
		min-height: 230px;
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -moz-flex;
		display: flex;
		box-align: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
		-ms-flex-align: center;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-13 {
		min-height: 320px;
	}
}

#find-your-hedge #banner #banner-a.banner-image-13 + #banner-b #fyh-form-container {
	margin-top: 2em;
}

#find-your-hedge #banner #banner-a.banner-image-13 #image-13-sign {
	height: 175px;
	width: 192px;
	position: absolute;
	top: calc(50% - 175px / 2.25);
	bottom: 0;
	left: calc(50% - 192px / 2.25);
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #banner #banner-a.banner-image-13 #image-13-sign {
		transform: scale(0.75);
		position: absolute;
		top: calc(50% - 175px / 2.5);
		bottom: 0;
		left: calc(50% - 192px / 1.6);
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-13 #image-13-sign {
		position: absolute;
		top: auto;
		bottom: 5%;
		left: calc(50% - 192px / 2);
	}
}

#find-your-hedge #banner #banner-a.banner-image-13 #image-13-stripe {
	position: absolute;
	top: 0;
	left: calc(50% - 266.666666667px);
	height: 100%;
	width: 400px;
	background-color: #315183;
	transform: skew(-55deg) translateX(50%);
	opacity: 1;
}

#find-your-hedge #banner #banner-a.banner-image-14 {
	background-color: #3B6796 0%;
	background-image: linear-gradient(to bottom,#3B6796 0%, #4D7FAD 50%, #41709F 90%);
	overflow: hidden;
	min-height: 260px;
}

@media (min-width: 768px) {
	#find-your-hedge #banner #banner-a.banner-image-14 {
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -moz-flex;
		display: flex;
		box-align: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
		-ms-flex-align: center;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #banner #banner-a.banner-image-14 {
		min-height: 220px;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-14 {
		min-height: 340px;
	}
	#find-your-hedge #banner #banner-a.banner-image-14 h2 {
		margin-top: 0;
	}
}

#find-your-hedge #banner #banner-a.banner-image-14 + #banner-b #fyh-form-container {
	margin-top: 0em;
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #banner #banner-a.banner-image-14 + #banner-b #fyh-form-container {
		margin-top: 3em;
	}
}

#find-your-hedge #banner #banner-a.banner-image-14 #image-14-stripe {
	position: absolute;
	top: 0;
	left: calc(50% - 266.666666667px);
	height: 100%;
	width: 400px;
	background-color: #315183;
	transform: skew(-55deg) translateX(50%);
	opacity: 1;
}

#find-your-hedge #banner #banner-a.banner-image-14 #image-14 {
	height: 241px;
	width: 349px;
	position: absolute;
	top: calc(50% - 241px/2);
	left: calc(50% - 349px/ 2);
	transform: scale(0.95) translateX(-50px);
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #banner #banner-a.banner-image-14 #image-14 {
		transform: scale(0.45) translateX(-20px) translateY(40px);
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-14 #image-14 {
		top: auto;
		bottom: 10px;
		transform-origin: center bottom;
		transform: scale(0.75);
	}
}

#find-your-hedge #banner #banner-a.banner-image-15 {
	background-color: #3B6796 0%;
	background-image: linear-gradient(to bottom,#3B6796 0%, #4D7FAD 50%, #41709F 90%);
	overflow: hidden;
	min-height: 280px;
}

@media (min-width: 768px) {
	#find-your-hedge #banner #banner-a.banner-image-15 {
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -moz-flex;
		display: flex;
		box-align: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
		-ms-flex-align: center;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #banner #banner-a.banner-image-15 {
		min-height: 220px;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-15 {
		min-height: 320px;
		padding-top: 1em;
	}
	#find-your-hedge #banner #banner-a.banner-image-15 h2 {
		margin-top: 0;
	}
}

@media (max-width: 767px) and (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-15 h2, #find-your-hedge #banner #banner-a.banner-image-15 h4 {
		margin-right: auto;
		margin-left: auto;
		max-width: 400px;
	}
}

#find-your-hedge #banner #banner-a.banner-image-15 + #banner-b #fyh-form-container {
	margin-top: -1em;
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #banner #banner-a.banner-image-15 + #banner-b #fyh-form-container {
		margin-top: 10em;
	}
}

#find-your-hedge #banner #banner-a.banner-image-15 #image-15 {
	height: 327px;
	width: 581px;
	position: absolute;
	top: calc(50% - 327px/2);
	left: calc(50% - 237.142857143px);
	transform: scale(0.95) translateX(-50px);
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #banner #banner-a.banner-image-15 #image-15 {
		top: calc(50% - 327px/2);
		left: calc(100% - 581px/1.15);
		transform: scale(1.3);
		transform-origin: right bottom;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-15 #image-15 {
		top: auto;
		bottom: 0;
		left: calc(50% - 581px/1.6);
		transform-origin: right bottom;
		transform: scale(0.75);
	}
}

@media (max-width: 375px) {
	#find-your-hedge #banner #banner-a.banner-image-15 #image-15 {
		left: calc(50% - 581px/1.4);
		transform: scale(0.6);
	}
}

#find-your-hedge #banner #banner-a.banner-image-16 {
	background-color: #3B6796 0%;
	background-image: linear-gradient(to bottom,#3B6796 0%, #4D7FAD 50%, #41709F 90%);
	overflow: hidden;
	display: flex;
	align-items: center;
}

@media (min-width: 768px) {
	#find-your-hedge #banner #banner-a.banner-image-16 h1 {
		font-size: 3.25em;
		line-height: 1.05em;
	}
	#find-your-hedge #banner #banner-a.banner-image-16 h3 {
		font-size: 1.6em;
		line-height: 1.25em;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-16 {
		align-items: flex-start;
		min-height: 300px;
	}
	#find-your-hedge #banner #banner-a.banner-image-16 .spacer {
		padding: 0;
	}
	#find-your-hedge #banner #banner-a.banner-image-16 h1 {
		margin-top: 0;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #banner #banner-a.banner-image-16 + #banner-b #fyh-form-container {
		margin-top: 12em;
	}
}

#find-your-hedge #banner #banner-a.banner-image-16 + #banner-b #fyh-form-container .ccp-modular-forms-headmast-headline {
	font-size: 1.5em;
	padding: 0.5em 0.5em;
}

#find-your-hedge #banner #banner-a.banner-image-16 #image-16 {
	height: 387px;
	width: 593px;
	position: absolute;
	left: calc(50% - 296.5px);
	top: calc(50% - 175.909090909px);
	transform: scale(0.95);
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #banner #banner-a.banner-image-16 #image-16 {
		left: auto;
		right: calc(50% - 593px/1.43);
		top: auto;
		bottom: -3.87px;
		transform-origin: 50% 100%;
		transform: scale(0.9);
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-16 #image-16 {
		top: auto;
		bottom: -38.7px;
		transform-origin: 50% 100%;
		transform: scale(0.55);
	}
}

#find-your-hedge #banner #banner-a.banner-image-17 {
	overflow: hidden;
	min-height: 300px;
	background-color: #1D3A5C;
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-17 {
		min-height: 250px;
	}
}

@media (max-width: 400px) {
	#find-your-hedge #banner #banner-a.banner-image-17 {
		min-height: 200px;
	}
}

#find-your-hedge #banner #banner-a.banner-image-17 #image-17 {
	height: 418px;
	width: 1562px;
	position: absolute;
	top: calc(50% - 209px);
	left: calc(50% - 946.666666667px);
	transform: scale(0.7);
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #banner #banner-a.banner-image-17 #image-17 {
		top: calc(50% - 209px);
		left: calc(50% - 892.571428571px);
		transform: scale(0.65);
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-17 #image-17 {
		top: calc(50% - 209px);
		left: calc(50% - 743.80952381px);
		transform: scale(0.5);
	}
}

@media (max-width: 400px) {
	#find-your-hedge #banner #banner-a.banner-image-17 #image-17 {
		transform: scale(0.43);
	}
}

@media (min-width: 768px) {
	#find-your-hedge #banner #banner-a.banner-image-17 + #banner-b #fyh-form-container {
		margin-top: -4em;
	}
}

#find-your-hedge #banner #banner-a.banner-image-18 {
	overflow: hidden;
	background-color: #233A5E;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-18.alt-a {
		min-height: 220px;
	}
}

#find-your-hedge #banner #banner-a.banner-image-18 #image-18 {
	position: absolute;
	top: calc(50% - 203.684210526px);
	left: calc(50% - 474.4px);
	transform: scale(1);
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #banner #banner-a.banner-image-18 #image-18 {
		transform: scale(0.8);
		left: calc(50% - 439.259259259px);
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-18 #image-18 {
		transform-origin: 50% 50%;
		transform: scale(0.7);
		left: calc(50% - 282.380952381px);
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-18.alt-1 {
		min-height: 220px;
	}
}

#find-your-hedge #banner #banner-a.banner-image-18.alt-1 #image-18 {
	position: absolute;
	top: calc(50& - 201.5px);
	left: calc(50% - 570px);
	transform: scale(1);
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-18.alt-1 #image-18 {
		transform: scale(0.7);
		transform-origin: center;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-18 {
		box-align: start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		-o-align-items: flex-start;
		align-items: flex-start;
		-ms-flex-align: start;
	}
}

#find-your-hedge #banner #banner-a.banner-image-18 h2, #find-your-hedge #banner #banner-a.banner-image-18 h1 {
	line-height: 1.23em;
}

#find-your-hedge #banner #banner-a.banner-image-18 h2:first-of-type, #find-your-hedge #banner #banner-a.banner-image-18 h1:first-of-type {
	margin-top: 0;
}

#find-your-hedge #banner #banner-a.banner-image-18 h2.light, #find-your-hedge #banner #banner-a.banner-image-18 h2 .light, #find-your-hedge #banner #banner-a.banner-image-18 h1.light, #find-your-hedge #banner #banner-a.banner-image-18 h1 .light {
	font-weight: normal;
}

#find-your-hedge #banner #banner-a.banner-image-18 h2.normal, #find-your-hedge #banner #banner-a.banner-image-18 h2 .normal, #find-your-hedge #banner #banner-a.banner-image-18 h1.normal, #find-your-hedge #banner #banner-a.banner-image-18 h1 .normal {
	font-weight: 600;
}

@media (min-width: 992px) {
	#find-your-hedge #banner #banner-a.banner-image-18 h2, #find-your-hedge #banner #banner-a.banner-image-18 h1 {
		margin-top: -0.5em;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #banner #banner-a.banner-image-18 h2, #find-your-hedge #banner #banner-a.banner-image-18 h1 {
		font-size: 2.6vw;
	}
}

@media (max-width: 500px) {
	#find-your-hedge #banner #banner-a.banner-image-18 h2, #find-your-hedge #banner #banner-a.banner-image-18 h1 {
		font-size: 6.4vw;
	}
}

#find-your-hedge #banner #banner-a.banner-image-18 h1 {
	line-height: 1.05em;
	font-size: 2.5em;
}

#find-your-hedge #banner #banner-a.banner-image-18 h1 em {
	margin-bottom: 0.1em;
	font-size: 82%;
	display: inline-block;
}

#find-your-hedge #banner #banner-a.banner-image-18 + #banner-b #fyh-form-container {
	margin-top: -2em;
}

#find-your-hedge #banner #banner-a.banner-image-19 {
	overflow: hidden;
	min-height: 360px;
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-19 {
		min-height: 225px;
	}
}

#find-your-hedge #banner #banner-a.banner-image-19 #image-19 {
	height: 557px;
	width: 1469px;
	position: absolute;
	top: calc(50% - 278.5px);
	left: calc(50% - 734.5px);
	z-index: 1;
	transform: scale(0.65);
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-19 #image-19 {
		top: calc(50% - 278.5px);
		left: calc(50% - 638.695652174px);
		transform: scale(0.425);
	}
}

@media (min-width: 768px) {
	#find-your-hedge #banner #banner-a.banner-image-19 + #banner-b #fyh-form-container {
		margin-top: -7em;
	}
}

#find-your-hedge #banner #banner-a.banner-image-19 #differentiate-yourself-typeset {
	position: relative;
	z-index: 1;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
}

#find-your-hedge #banner #banner-a.banner-image-19.alt {
	min-height: 557px;
}

#find-your-hedge #banner #banner-a.banner-image-19.alt #image-19 {
	height: 557px;
	width: auto;
	transform: inherit;
	text-align: center;
}

@media (min-width: 992px) {
	#find-your-hedge #banner #banner-a.banner-image-19.alt #image-19 {
		transform: translateX(8%);
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #banner #banner-a.banner-image-19.alt #image-19 {
		transform: translate(9%, -5%);
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-19.alt #image-19 {
		transform: translate(2%, -20%) scale(0.75);
	}
}

#find-your-hedge #banner #banner-a.banner-image-19.alt #image-19 img {
	margin: auto;
}

@media (min-width: 768px) {
	#find-your-hedge #banner #banner-a.banner-image-19.alt #differentiate-yourself-typeset {
		margin-bottom: 3em;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-19.alt #differentiate-yourself-typeset {
		margin-bottom: 1em;
	}
}

@media (min-width: 768px) {
	#find-your-hedge #banner #banner-a.banner-image-19.alt + #banner-b #fyh-form-container {
		margin-top: -15em;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-19.alt {
		padding-top: 4.2em;
		min-height: 500px;
	}
	.flexbox #find-your-hedge #banner #banner-a.banner-image-19.alt {
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -moz-flex;
		display: flex;
		box-align: end;
		-moz-align-items: flex-end;
		-ms-align-items: flex-end;
		-o-align-items: flex-end;
		align-items: flex-end;
		-ms-flex-align: end;
	}
}

#find-your-hedge #banner #banner-a.banner-image-19.query-id-2 {
	background-color: #376291;
	background-color: #3a618a;
}

#find-your-hedge #banner #banner-a.banner-image-19.query-id-2 #image-19 {
	transform: scale(0.7);
	transform-origin: 40% 54.5%;
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-19.query-id-2 #image-19 {
		transform-origin: 72% 70%;
	}
}

#find-your-hedge #banner #banner-a.banner-image-20 {
	overflow: hidden;
	background-color: #22395E;
	background-size: cover;
	overflow: hidden;
}

#find-your-hedge #banner #banner-a.banner-image-20 #image-20-house {
	position: absolute;
	bottom: 0;
	left: calc(50% - 161.5px);
	height: 218px;
	width: 323px;
	transform-origin: 50% 100%;
}

@media (min-width: 992px) {
	#find-your-hedge #banner #banner-a.banner-image-20 #image-20-house {
		transform: translateX(0px);
		transform: scale(1) translateX(20px);
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #banner #banner-a.banner-image-20 #image-20-house {
		transform: scale(0.8) translateX(-70px);
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-20 #image-20-house {
		transform: scale(0.9);
	}
}

@media (min-width: 620px) and (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-20 #image-20-house {
		left: auto;
		right: 0;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-20.alt-a {
		min-height: 230px !important;
	}
}

@media (min-width: 768px) {
	#find-your-hedge #banner #banner-a.banner-image-20.alt-a #image-20-house {
		left: calc(50% - 323px);
		transform: scale(1);
	}
}

@media (min-width: 620px) and (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-20.alt-a #image-20-house {
		left: calc(50% - 162px);
	}
}

#find-your-hedge #banner #banner-a.banner-image-20.alt-1 {
	min-height: 400px !important;
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-20.alt-1 {
		min-height: 230px !important;
	}
}

#find-your-hedge #banner #banner-a.banner-image-20.alt-1 #image-20 {
	position: absolute;
	top: calc(50% - 200px);
	left: calc(50% - 528px);
	transform: scale(1);
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-20.alt-1 #image-20 {
		left: calc(50% - 402px);
		transform: scale(0.6);
	}
}

#find-your-hedge #banner #banner-a.banner-image-20.alt-1 + #banner-b #fyh-form-container {
	margin-top: -10em;
}

#find-your-hedge #banner #banner-a.banner-image-20 + #banner-b #fyh-form-container {
	margin-top: 0em;
}

#find-your-hedge #banner #banner-a.banner-image-20 h2 {
	line-height: 1.3em;
	text-shadow: 0 0 6px #4372A1;
}

#find-your-hedge #banner #banner-a.banner-image-20 .fyh-container {
	position: relative;
	z-index: 10;
}

#find-your-hedge #banner #banner-a.banner-image-20 .fyh-container h2 .scale-1x {
	margin-top: 0.25em;
	font-size: 135%;
	color: #F7AA31;
}

@media (min-width: 992px) {
	#find-your-hedge #banner #banner-a.banner-image-20 {
		background-position: 82% 42%;
		background-position: calc(50% + 20px) 43%;
		background-size: auto 220%;
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -moz-flex;
		display: flex;
		box-align: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
		-ms-flex-align: center;
		min-height: 250px !important;
	}
	#find-your-hedge #banner #banner-a.banner-image-20 h2 {
		font-size: 1.9em;
		margin-bottom: 0.9em;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #banner #banner-a.banner-image-20 {
		background-position: 90% 20%;
		background-position: calc(50% - 17px) 40%;
		background-size: auto 155%;
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -moz-flex;
		display: flex;
		box-align: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
		-ms-flex-align: center;
		min-height: 250px !important;
	}
	#find-your-hedge #banner #banner-a.banner-image-20 h2 {
		font-size: 1.9em;
		font-size: 2.3vw;
		margin-top: 0em;
		width: 80%;
	}
}

@media (min-width: 768px) {
	#find-your-hedge #banner #banner-a.banner-image-20 {
		min-height: 250px;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-20 {
		background-size: 541px auto;
		background-position: 50% 100px;
		background-position: calc(50% + 20px) 0%;
		min-height: 340px;
	}
}

@media (max-width: 767px) and (min-width: 620px) and (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-20 {
		background-size: auto 220%;
		background-position: calc(100% + 130px) 45%;
		min-height: 220px;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-20 h2 {
		margin-top: 0;
		font-size: 1.7em;
		font-size: 5.1vw;
		line-height: 1.3em;
	}
}

@media (max-width: 767px) and (min-width: 620px) and (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-20 h2 {
		font-size: 4.2vw;
		width: 60%;
		text-align: left;
	}
}

@media (max-width: 767px) and (max-width: 385px) {
	#find-your-hedge #banner #banner-a.banner-image-20 h2 {
		font-size: 6.5vw;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-20 h4 {
		margin-top: 0;
		font-size: 1.4em;
	}
}

#find-your-hedge #banner #banner-a.banner-image-21 {
	overflow: hidden;
	min-height: 280px;
	background-color: #233B5E;
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #banner #banner-a.banner-image-21 {
		min-height: 190px;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-21 {
		min-height: 160px;
	}
}

#find-your-hedge #banner #banner-a.banner-image-21 #image-21 {
	height: 418px;
	width: 1562px;
	position: absolute;
	top: calc(50% - 209px);
	left: calc(50% - 867.777777778px);
	transform: scale(0.67);
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #banner #banner-a.banner-image-21 #image-21 {
		transform: scale(0.45);
		left: calc(50% - 844.324324324px);
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-21 #image-21 {
		transform: scale(0.38);
		left: calc(50% - 710px);
	}
}

#find-your-hedge #banner #banner-a.banner-image-21 + #banner-b #fyh-form-container {
	margin-top: -2em;
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #banner #banner-a.banner-image-21 + #banner-b #fyh-form-container {
		margin-top: 4em;
	}
}

#find-your-hedge #banner #banner-a.banner-image-21.video {
	background-color: #000;
	padding-top: 0;
	padding-bottom: 0;
}

@media (min-width: 768px) {
	#find-your-hedge #banner #banner-a.banner-image-21.video {
		min-height: 450px;
	}
	.flexbox #find-your-hedge #banner #banner-a.banner-image-21.video {
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -moz-flex;
		display: flex;
		box-align: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
		-ms-flex-align: center;
	}
	#find-your-hedge #banner #banner-a.banner-image-21.video + #banner-b #fyh-form-container {
		margin-top: -15em;
	}
}

#find-your-hedge #banner #banner-a.banner-image-21.video video {
	display: block;
	width: 100%;
}

@media (min-width: 768px) {
	#find-your-hedge #banner #banner-a.banner-image-21.video video {
		margin-left: -5.5em;
	}
}

#find-your-hedge #banner #banner-a.banner-image-22 {
	overflow: hidden;
	background-color: #233A5E;
	padding: 2em 0;
	min-height: 450px;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	box-align: end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	-o-align-items: flex-end;
	align-items: flex-end;
	-ms-flex-align: end;
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #banner #banner-a.banner-image-22 {
		min-height: 400px;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-22 {
		min-height: 320px;
	}
}

#find-your-hedge #banner #banner-a.banner-image-22:after {
	content: '';
	min-height: inherit;
	font-size: 0;
}

#find-your-hedge #banner #banner-a.banner-image-22 + #banner-b #fyh-form-container {
	margin-top: -10em;
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-22 .fyh-container {
		-moz-flex-grow: 1;
		flex-grow: 1;
		-ms-flex-positive: 1;
	}
}

#find-your-hedge #banner #banner-a.banner-image-22 .fyh-container h1 {
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

#find-your-hedge #banner #banner-a.banner-image-22 .ticker-container {
	height: 250px;
	position: relative;
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-22 .ticker-container {
		width: 100%;
	}
}

#find-your-hedge #banner #banner-a.banner-image-22 .ticker-container > * {
	position: absolute;
	bottom: 0;
	font-family: 'Titillium', sans-serif;
	font-weight: lighter;
	font-style: italic;
	text-transform: uppercase;
	font-size: 2.5em;
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-22 .ticker-container > * {
		font-size: 1.75em;
		line-height: 1.33em;
	}
}

#find-your-hedge #banner #banner-a.banner-image-22 .ticker-container > * strong {
	font-size: 1.3em;
	line-height: 1.1em;
}

#find-your-hedge #banner #banner-a.banner-image-23 {
	overflow: hidden;
	background-color: #233A5E;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	box-align: end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	-o-align-items: flex-end;
	align-items: flex-end;
	-ms-flex-align: end;
	padding: 2em 0;
}

#find-your-hedge #banner #banner-a.banner-image-23 #image-22 {
	height: 403px;
	width: 1140px;
	position: absolute;
	top: calc(50% - 201.5px);
	left: calc(50% - 633.333333333px);
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-23 #image-22 {
		transform: scale(0.65);
	}
}

#find-your-hedge #banner #banner-a.banner-image-23 .fyh-container h1 {
	text-shadow: 0 0 5px black;
}

@media (min-width: 768px) {
	#find-your-hedge #banner #banner-a.banner-image-23 {
		min-height: 350px;
	}
	#find-your-hedge #banner #banner-a.banner-image-23 + #banner-b #fyh-form-container {
		top: -22.5em;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-23 {
		min-height: 250px;
	}
}

#find-your-hedge #banner #banner-a.banner-image-24 {
	overflow: hidden;
	background-color: #376291;
	background-image: linear-gradient(#376291 0%, #457bb6 60%, #376291 98%);
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	box-align: start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
	align-items: flex-start;
	-ms-flex-align: start;
}

@media (min-width: 768px) {
	#find-your-hedge #banner #banner-a.banner-image-24 {
		min-height: 360px;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-24 {
		min-height: 300px;
	}
}

#find-your-hedge #banner #banner-a.banner-image-24 + #banner-b #fyh-form-container {
	margin-top: -8em;
}

#find-your-hedge #banner #banner-a.banner-image-24 #image-a {
	position: absolute;
	top: calc(50% - 182px);
	left: calc(50% - 570px);
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-24 #image-a {
		transform: scale(0.85) translateX(17%);
	}
}

#find-your-hedge #banner #banner-a.banner-image-24 h2 {
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

#find-your-hedge #banner #banner-a.banner-image-25 {
	overflow: hidden;
	background-color: #376291;
	background-image: linear-gradient(to bottom,#376291 20%, #457bb6 50%, #376291 80%);
}

@media (min-width: 768px) {
	#find-your-hedge #banner #banner-a.banner-image-25 {
		min-height: 340px;
	}
	#find-your-hedge #banner #banner-a.banner-image-25 + #banner-b #fyh-form-container {
		margin-top: -6em;
	}
	.flexbox #find-your-hedge #banner #banner-a.banner-image-25 {
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -moz-flex;
		display: flex;
		box-align: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
		-ms-flex-align: center;
	}
	.flexbox #find-your-hedge #banner #banner-a.banner-image-25 .fyh-container {
		margin-top: -2em;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-25 {
		min-height: 200px;
	}
	#find-your-hedge #banner #banner-a.banner-image-25 h1, #find-your-hedge #banner #banner-a.banner-image-25 h4 {
		text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	}
}

@media (max-width: 420px) {
	#find-your-hedge #banner #banner-a.banner-image-25 h1 {
		font-size: 9vw;
		line-height: 9.5vw;
	}
	#find-your-hedge #banner #banner-a.banner-image-25 h4 {
		font-size: 4.5vw;
		line-height: 5.5vw;
	}
}

#find-your-hedge #banner #banner-a.banner-image-25 #image-25 {
	position: absolute;
	top: calc(50% - 183.636363636px);
	left: calc(50% - 441.333333333px);
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-25 #image-25 {
		left: calc(50% - 294.222222222px);
		top: calc(50% - 179.555555556px);
		transform: scale(0.7);
	}
}

@media (min-width: 768px) {
	#find-your-hedge #banner #banner-a.banner-image-25.heller-alt + #banner-b #fyh-form-container {
		margin-top: -2em;
	}
}

#find-your-hedge #banner #banner-a.banner-image-26 {
	overflow: hidden;
	background-color: #1E2D87;
}

@media (min-width: 768px) {
	#find-your-hedge #banner #banner-a.banner-image-26 {
		min-height: 300px;
	}
	#find-your-hedge #banner #banner-a.banner-image-26 + #banner-b #fyh-form-container {
		margin-top: -3em;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-26 {
		min-height: 230px;
	}
}

#find-your-hedge #banner #banner-a.banner-image-26 #image-26 {
	position: absolute;
	top: calc(50% - 175.217391304px);
	left: calc(50% - 616.216216216px);
}

@media (min-width: 768px) {
	#find-your-hedge #banner #banner-a.banner-image-26 #image-26 {
		transform: scale(0.9);
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-26 #image-26 {
		transform: scale(0.6);
		left: calc(50% - 489.270386266px);
	}
}

#find-your-hedge #banner #banner-a.banner-image-26.alt {
	background-color: #1e3b5d;
}

@media (min-width: 768px) {
	#find-your-hedge #banner #banner-a.banner-image-26.alt {
		min-height: 480px;
	}
	#find-your-hedge #banner #banner-a.banner-image-26.alt + #banner-b #fyh-form-container {
		margin-top: -15em;
	}
}

#find-your-hedge #banner #banner-a.banner-image-26.alt #image-26 {
	position: absolute;
	top: calc(50% - 227.5px);
	left: calc(50% - 734.5px);
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #banner #banner-a.banner-image-26.alt #image-26 {
		transform: scale(0.8);
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-26.alt #image-26 {
		transform: scale(0.5) translateX(15%);
	}
}

#find-your-hedge #banner #banner-a.banner-image-27 {
	overflow: hidden;
	padding: 0;
	min-height: 450px;
	background-color: #807f7f;
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-27 {
		min-height: 320px;
		height: 320px;
	}
}

#find-your-hedge #banner #banner-a.banner-image-27 + #banner-b #fyh-form-container {
	margin-top: -10em;
}

.flexbox #find-your-hedge #banner #banner-a.banner-image-27 {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
}

.flexbox #find-your-hedge #banner #banner-a.banner-image-27:after {
	content: '';
	min-height: inherit;
	font-size: 0;
}

@media (max-width: 767px) {
	.flexbox #find-your-hedge #banner #banner-a.banner-image-27 {
		box-pack: stretch;
		-moz-justify-content: stretch;
		-ms-justify-content: stretch;
		-o-justify-content: stretch;
		justify-content: stretch;
		-ms-flex-pack: stretch;
	}
	.flexbox #find-your-hedge #banner #banner-a.banner-image-27 > .fyh-container {
		box-flex: 1;
		-moz-flex: 1 1 auto;
		flex: 1 1 auto;
	}
}

#find-your-hedge #banner #banner-a.banner-image-27 #video:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
	opacity: 0.6;
}

#find-your-hedge #banner #banner-a.banner-image-27 .ticker-logo {
	margin-top: 1.5em;
	margin-bottom: 4em;
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-27 .ticker-logo {
		margin-bottom: 2em;
	}
}

#find-your-hedge #banner #banner-a.banner-image-27 .ticker-logo img {
	max-width: 200px;
}

#find-your-hedge #banner #banner-a.banner-image-27 .ticker-title,
#find-your-hedge #banner #banner-a.banner-image-27 .ticker-container {
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}

#find-your-hedge #banner #banner-a.banner-image-27 .ticker-container {
	height: 140px;
}

#find-your-hedge #banner #banner-a.banner-image-27 .ticker-container > * {
	position: absolute;
	margin-top: 0;
	font-weight: normal;
}

#find-your-hedge #banner #banner-a.banner-image-28 {
	padding: 2em 0;
	overflow: hidden;
}

@media (min-width: 768px) {
	#find-your-hedge #banner #banner-a.banner-image-28 {
		min-height: 450px;
	}
	.flexbox #find-your-hedge #banner #banner-a.banner-image-28 {
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -moz-flex;
		display: flex;
		box-align: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
		-ms-flex-align: center;
	}
}

@media (max-width: 767px) {
	.flexbox #find-your-hedge #banner #banner-a.banner-image-28 {
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -moz-flex;
		display: flex;
		box-align: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
		-ms-flex-align: center;
	}
}

#find-your-hedge #banner #banner-a.banner-image-28 .rise-headline {
	font-size: 3.5em;
	color: #5BC1FD;
	line-height: 0.5em;
}

@media (max-width: 500px) {
	#find-your-hedge #banner #banner-a.banner-image-28 .rise-headline {
		font-size: 9.75vw;
	}
}

#find-your-hedge #banner #banner-a.banner-image-28 .rise-headline, #find-your-hedge #banner #banner-a.banner-image-28 .rise-headline + h4 {
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

#find-your-hedge #banner #banner-a.banner-image-28 .rise-headline .text-sm {
	font-size: 0.55em;
	line-height: 1em;
}

#find-your-hedge #banner #banner-a.banner-image-28 .rise-headline .text-md {
	font-size: 1em;
	line-height: 0em;
}

#find-your-hedge #banner #banner-a.banner-image-28 .rise-headline .text-lg {
	font-size: 3.5em;
	line-height: 0.85em;
	font-weight: 900;
	position: relative;
	display: inline-block;
	margin-left: -0.06em;
}

#find-your-hedge #banner #banner-a.banner-image-28 + #banner-b #fyh-form-container {
	margin-top: -9em;
}

#find-your-hedge #banner #banner-a.banner-image-29 {
	overflow: hidden;
	position: relative;
}

@media (min-width: 768px) {
	#find-your-hedge #banner #banner-a.banner-image-29 {
		height: 450px;
	}
	#find-your-hedge #banner #banner-a.banner-image-29 + #banner-b #fyh-form-container {
		margin-top: -10em;
	}
}

#find-your-hedge #banner #banner-a.banner-image-29:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}

.flexbox #find-your-hedge #banner #banner-a.banner-image-29 {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	box-align: end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	-o-align-items: flex-end;
	align-items: flex-end;
	-ms-flex-align: end;
}

.flexbox #find-your-hedge #banner #banner-a.banner-image-29:after {
	content: '';
	position: absolute;
}

@media (max-width: 767px) {
	.flexbox #find-your-hedge #banner #banner-a.banner-image-29 {
		box-pack: start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		-o-justify-content: flex-start;
		justify-content: flex-start;
		-ms-flex-pack: start;
	}
	.flexbox #find-your-hedge #banner #banner-a.banner-image-29 .container.fyh-container {
		flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
	}
}

#find-your-hedge #banner #banner-a.banner-image-29 .ticker-title {
	position: relative;
	z-index: 100;
	color: #FFF;
	font-weight: normal;
}

#find-your-hedge #banner #banner-a.banner-image-29 .ticker-title:after {
	content: '';
	position: absolute;
	bottom: -0.75em;
	left: 0;
	height: 2px;
	width: 33%;
	background-color: #fff;
}

#find-your-hedge #banner #banner-a.banner-image-29 .ticker-container {
	width: 100%;
	height: 150px;
	position: relative;
	z-index: 100;
	margin-bottom: auto;
}

#find-your-hedge #banner #banner-a.banner-image-29 .ticker-container > * {
	position: absolute;
	top: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Open Sans;
	display: inline-block;
	vertical-align: bottom;
}

#find-your-hedge #banner #banner-a.banner-image-29 .ticker-container > * h1, #find-your-hedge #banner #banner-a.banner-image-29 .ticker-container > * h2 {
	font-weight: normal;
}

@media (min-width: 768px) {
	#find-your-hedge #banner #banner-a.banner-image-29 .ticker-container > * {
		line-height: 1em;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-29 .ticker-container > * {
		line-height: 1em;
	}
}

#find-your-hedge #banner #banner-a.banner-image-30 {
	overflow: hidden;
}

.flexbox #find-your-hedge #banner #banner-a.banner-image-30 {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
}

.flexbox #find-your-hedge #banner #banner-a.banner-image-30:after {
	content: '';
	min-height: inherit;
	font-size: 0;
}

@media (max-width: 767px) {
	.flexbox #find-your-hedge #banner #banner-a.banner-image-30 {
		box-pack: stretch;
		-moz-justify-content: stretch;
		-ms-justify-content: stretch;
		-o-justify-content: stretch;
		justify-content: stretch;
		-ms-flex-pack: stretch;
	}
	.flexbox #find-your-hedge #banner #banner-a.banner-image-30 > .fyh-container {
		box-flex: 1;
		-moz-flex: 1 1 auto;
		flex: 1 1 auto;
		margin-left: 0;
	}
}

@media (min-width: 768px) {
	#find-your-hedge #banner #banner-a.banner-image-30 {
		height: 450px;
	}
	#find-your-hedge #banner #banner-a.banner-image-30 + #banner-b #fyh-form-container {
		margin-top: -14em;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-30 {
		min-height: 320px;
		padding-top: 0;
		padding-bottom: 0;
	}
}

#find-your-hedge #banner #banner-a.banner-image-30 #video video {
	min-height: 100%;
	min-width: 100%;
}

#find-your-hedge #banner #banner-a.banner-image-30.paper-work-alt h1#custom-style-heading {
	font-size: 4em;
	line-height: 0.9em;
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-30.paper-work-alt h1#custom-style-heading {
		font-size: 12.5vw;
	}
}

#find-your-hedge #banner #banner-a.banner-image-30.paper-work-alt h1#custom-style-heading .heading-1, #find-your-hedge #banner #banner-a.banner-image-30.paper-work-alt h1#custom-style-heading .heading-2, #find-your-hedge #banner #banner-a.banner-image-30.paper-work-alt h1#custom-style-heading .heading-3 {
	display: block;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

#find-your-hedge #banner #banner-a.banner-image-30.paper-work-alt h1#custom-style-heading .heading-1,
#find-your-hedge #banner #banner-a.banner-image-30.paper-work-alt h1#custom-style-heading .heading-2 {
	color: #5BC1FD;
}

#find-your-hedge #banner #banner-a.banner-image-30.paper-work-alt h1#custom-style-heading .heading-2 {
	font-size: 0.78em;
}

#find-your-hedge #banner #banner-a.banner-image-30.paper-work-alt h1#custom-style-heading .heading-3 {
	font-size: 0.7em;
	color: white;
	text-align: center;
	font-family: 'Alverata', serif;
	font-style: italic;
	font-weight: normal;
	max-width: 390px;
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-a.banner-image-30.paper-work-alt h1#custom-style-heading .heading-3 {
		max-width: 100%;
	}
}

#find-your-hedge #banner #banner-a.banner-image-30.paper-work-alt h1#custom-style-heading .heading-3:before, #find-your-hedge #banner #banner-a.banner-image-30.paper-work-alt h1#custom-style-heading .heading-3:after {
	content: '';
	display: inline-block;
	height: 2px;
	width: auto;
	background-color: white;
}

.flexbox #find-your-hedge #banner #banner-a.banner-image-30.paper-work-alt h1#custom-style-heading {
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: inline-box;
	display: -moz-inline-flex;
	display: inline-flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	flex-wrap: wrap;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
}

.flexbox #find-your-hedge #banner #banner-a.banner-image-30.paper-work-alt h1#custom-style-heading .heading-3 {
	box-flex: 1;
	-moz-flex: 1 1 100%;
	flex: 1 1 100%;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
}

.flexbox #find-your-hedge #banner #banner-a.banner-image-30.paper-work-alt h1#custom-style-heading .heading-3:before, .flexbox #find-your-hedge #banner #banner-a.banner-image-30.paper-work-alt h1#custom-style-heading .heading-3:after {
	box-flex: 1;
	-moz-flex: 1 1 auto;
	flex: 1 1 auto;
}

.flexbox #find-your-hedge #banner #banner-a.banner-image-30.paper-work-alt h1#custom-style-heading .heading-3:before {
	margin-right: 10px;
}

.flexbox #find-your-hedge #banner #banner-a.banner-image-30.paper-work-alt h1#custom-style-heading .heading-3:after {
	margin-left: 10px;
}

#find-your-hedge #banner #banner-a.banner-image-31 {
	overflow: hidden;
}

@media (min-width: 768px) {
	#find-your-hedge #banner #banner-a.banner-image-31 {
		height: 450px;
		padding-bottom: 2em;
	}
	#find-your-hedge #banner #banner-a.banner-image-31 + #banner-b #fyh-form-container {
		top: -25em;
	}
}

.flexbox #find-your-hedge #banner #banner-a.banner-image-31 {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	box-align: end;
	-moz-align-items: end;
	-ms-align-items: end;
	-o-align-items: end;
	align-items: end;
	-ms-flex-align: end;
	box-pack: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}

#find-your-hedge #banner #banner-a.banner-image-31 #cerberus-headline-box {
	position: relative;
	margin-top: auto;
	margin-bottom: 0;
	bottom: 0;
}

#find-your-hedge #banner #banner-a.banner-image-31 #cerberus-headline-rotator {
	opacity: 0;
}

.cssgridlegacy #find-your-hedge #banner #banner-a.banner-image-31 #cerberus-headline-rotator {
	display: -ms-grid;
	display: grid;
}

.cssgrid #find-your-hedge #banner #banner-a.banner-image-31 #cerberus-headline-rotator {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto;
	grid-template-columns: auto;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.cssgrid #find-your-hedge #banner #banner-a.banner-image-31 #cerberus-headline-rotator > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.cssgrid #find-your-hedge #banner #banner-a.banner-image-31 #cerberus-headline-rotator .text-box {
	-ms-grid-column: 1;
	    grid-column-start: 1;
	-ms-grid-row: 1;
	    grid-row-start: 1;
}

#find-your-hedge #banner #banner-a.banner-image-31 #cerberus-headline-rotator.init {
	opacity: 1;
}

#find-your-hedge #banner #banner-a.banner-image-31 #cerberus-headline-rotator h1 {
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.2em;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

#find-your-hedge #banner #banner-a.banner-image-31 #cerberus-headline-rotator h1 span {
	display: inline-block;
	white-space: nowrap;
	position: relative;
	transition: text-shadow 1.75s ease;
}

#find-your-hedge #banner #banner-a.banner-image-31 #cerberus-headline-rotator h1 span::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	transition: all 1.75s ease;
	z-index: -1;
	width: 0%;
	height: 115%;
	margin-left: -2.5%;
	margin-top: -0.9%;
	background-color: blue;
	mix-blend-mode: screen;
}

#find-your-hedge #banner #banner-a.banner-image-31 #cerberus-headline-rotator h1 span.animate::before {
	width: 105%;
}

#find-your-hedge #banner #banner-a.banner-image-31 #cerberus-demo-headline {
	position: relative;
	height: 300px;
	width: 100%;
}

#find-your-hedge #banner #banner-a.banner-image-31 #demo {
	position: absolute;
	top: 0%;
	left: 0%;
	height: 80%;
	width: 80%;
	max-height: 80%;
	max-width: 80%;
	font-family: 'Roboto', sans-serif;
	font-weight: 800;
	z-index: 0;
}

#find-your-hedge #banner #banner-a.banner-image-31 .svg-headlines {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 1;
	perspective: none;
}

#find-your-hedge #banner #banner-a.banner-image-31 .svg-headlines text {
	word-break: normal;
}

#find-your-hedge #banner #banner-a.banner-image-31 .svg-headlines text tspan {
	display: block;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

@media (min-width: 768px) {
	.flexbox #find-your-hedge #banner #banner-a.sm-align-items-end {
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -moz-flex;
		display: flex;
		box-align: end;
		-moz-align-items: flex-end;
		-ms-align-items: flex-end;
		-o-align-items: flex-end;
		align-items: flex-end;
		-ms-flex-align: end;
		box-pack: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
		-ms-flex-pack: center;
	}
	.flexbox #find-your-hedge #banner #banner-a.sm-align-items-end > div {
		flex: 1 1 100%;
	}
}

#find-your-hedge #banner #banner-b {
	background-color: #5BC1FD;
}

#find-your-hedge #banner #banner-b .text-block {
	padding: 1em 0;
	font-weight: normal;
}

#find-your-hedge #banner #banner-b p {
	margin-bottom: 0.5em;
}

#find-your-hedge #banner #banner-b p.lead {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0.15em;
}

#find-your-hedge #banner #banner-b.no-arrow .container:after {
	content: none !important;
}

#find-your-hedge #banner #banner-b .container:last-child {
	position: relative;
}

#find-your-hedge #banner #banner-b .container:last-child:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -49px;
	left: 50px;
	height: 25px;
	width: 25px;
	border: 25px solid #5BC1FD;
	border-right: 25px solid transparent;
	border-left: 25px solid transparent;
	border-bottom: 25px solid transparent;
	z-index: 100;
}

@media (max-width: 767px) {
	#find-your-hedge #banner #banner-b .container:last-child:after {
		left: calc(50% - 25px);
	}
}

#find-your-hedge .relative {
	position: relative;
}

#find-your-hedge #fyh-form-container {
	max-width: 350px;
	margin: auto;
}

@media (min-width: 768px) {
	#find-your-hedge #fyh-form-container {
		position: absolute;
		top: -230px;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		min-height: 420px;
		max-width: 320px;
		z-index: 1000;
	}
	#find-your-hedge #fyh-form-container.top-down {
		top: 25px;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #fyh-form-container {
		margin-bottom: 2em;
		position: static;
	}
}

#find-your-hedge #fyh-form-container form {
	margin-bottom: 0;
}

#find-your-hedge #fyh-form-container .ccp-prospect-form-container {
	border-radius: 15px;
}

#find-your-hedge #fyh-form-container .ccp-prospect-form-container .form-b, #find-your-hedge #fyh-form-container .ccp-prospect-form-container .form-c {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
	#find-your-hedge #fyh-form-container.floating-form-override {
		display: none;
		width: 100%;
		max-width: 100%;
		z-index: 100;
		margin-top: -75px !important;
		position: fixed;
		top: 100%;
		left: 0%;
	}
	#find-your-hedge #fyh-form-container.floating-form-override.lift {
		top: 15%;
	}
	#find-your-hedge #fyh-form-container.floating-form-override .ccp-prospect-form-container {
		max-width: 350px;
		margin: auto;
	}
	#find-your-hedge #fyh-form-container.floating-form-override .ccp-prospect-form-container .form-b .form-headmast h4 {
		font-size: 1.5em;
		line-height: 1.25em;
	}
	#find-your-hedge #fyh-form-container.floating-form-override .ccp-prospect-form-container.mobile-only {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		position: sticky;
		z-index: 100;
		height: auto;
		width: 100%;
		max-width: 100%;
	}
	#find-your-hedge #fyh-form-container.floating-form-override .ccp-prospect-form-container.mobile-only .ccp-floating-cta-bar {
		background-color: #2C3D5B;
		border-top: 2px solid #FFF;
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -moz-flex;
		display: flex;
		box-pack: justify;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		-o-justify-content: space-between;
		justify-content: space-between;
		-ms-flex-pack: justify;
		box-align: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
		-ms-flex-align: center;
		min-height: 9vh;
		color: #FFF;
		font-weight: 700;
		padding: 1em 1em 1.25em;
		box-shadow: 0 -2px 4px 0px rgba(0, 0, 0, 0.2);
	}
	@supports (padding-bottom: calc(env(safe-area-inset-bottom))) {
		#find-your-hedge #fyh-form-container.floating-form-override .ccp-prospect-form-container.mobile-only .ccp-floating-cta-bar {
			padding-bottom: calc(env(safe-area-inset-bottom) + 20px);
		}
	}
}

@media (max-width: 767px) and (min-width: 768px) {
	#find-your-hedge #fyh-form-container.floating-form-override .ccp-prospect-form-container.mobile-only .ccp-floating-cta-bar {
		box-pack: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
		-ms-flex-pack: center;
	}
	#find-your-hedge #fyh-form-container.floating-form-override .ccp-prospect-form-container.mobile-only .ccp-floating-cta-bar > span {
		box-flex: 0;
		-moz-flex: 0 1 auto !important;
		flex: 0 1 auto !important;
	}
	#find-your-hedge #fyh-form-container.floating-form-override .ccp-prospect-form-container.mobile-only .ccp-floating-cta-bar > .form-group {
		box-flex: 0;
		-moz-flex: 0 1 auto !important;
		flex: 0 1 auto !important;
		margin-left: 0.75em;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #fyh-form-container.floating-form-override .ccp-prospect-form-container.mobile-only .ccp-floating-cta-bar > span {
		white-space: wrap;
		text-align: left;
		padding-right: 0.25em;
		line-height: 1.25em;
		font-size: 1.25em;
		flex-shrink: 1;
		-ms-flex-negative: 1;
		flex-basis: 75%;
		-ms-flex-preferred-size: 75%;
	}
}

@media (max-width: 767px) and (max-width: 374px) {
	#find-your-hedge #fyh-form-container.floating-form-override .ccp-prospect-form-container.mobile-only .ccp-floating-cta-bar > span {
		font-size: 0.9em;
		flex-basis: 40%;
		-ms-flex-preferred-size: 40%;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #fyh-form-container.floating-form-override .ccp-prospect-form-container.mobile-only .ccp-floating-cta-bar > .form-group {
		margin-bottom: 0;
		-moz-flex-grow: 2;
		flex-grow: 2;
		-ms-flex-positive: 2;
		flex-basis: 45%;
		-ms-flex-preferred-size: 45%;
		text-align: right;
	}
	#find-your-hedge #fyh-form-container.floating-form-override .ccp-prospect-form-container.mobile-only .ccp-floating-cta-bar > .form-group .btn {
		padding-top: 0.75em;
		padding-bottom: 0.75em;
		text-transform: uppercase;
	}
}

#find-your-hedge .form-a {
	position: relative;
	border: 8px solid white;
	background-color: #233A5E;
}

#find-your-hedge .form-a .form-headmast > * {
	color: #FFF;
	line-height: 1em;
}

#find-your-hedge .form-a .form-headmast h3 {
	margin-top: 0em;
	padding-top: 0.5em;
}

#find-your-hedge .form-a .form-headmast h5 {
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 0 1.5em;
	font-weight: lighter;
}

#find-your-hedge .form-a .form-style {
	background-color: #62C78A;
	padding-top: 1em;
}

#find-your-hedge .form-a .form-style input {
	display: block;
	margin-bottom: 0.5em;
	height: 2em;
}

#find-your-hedge .form-a .form-style input + .glyphicon {
	height: auto;
	line-height: 2.5em;
}

#find-your-hedge .form-a .form-style .form-group + p {
	margin-bottom: 0;
}

#find-your-hedge .form-a .form-style p a {
	color: #333;
	text-decoration: underline;
}

#find-your-hedge .form-a .form-style .btn {
	margin: 0.75em auto 0.5em;
}

#find-your-hedge .form-a .form-style p.small {
	font-size: 0.7em;
}

#find-your-hedge .form-a .form-style p:last-child {
	margin-bottom: 1em !important;
}

#find-your-hedge .form-b.ccp-modular-forms {
	position: relative;
	background-color: #FFF;
	border: 4px solid #FFF;
	border-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	box-orient: horizontal;
	box-direction: normal;
	-moz-flex-direction: row;
	flex-direction: row;
	box-pack: justify;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	flex-wrap: wrap;
}

#find-your-hedge .form-b.ccp-modular-forms .ccp-modular-forms-headmast,
#find-your-hedge .form-b.ccp-modular-forms .form-inner-content {
	flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
}

#find-your-hedge .form-b.ccp-modular-forms .form-headmast h3 {
	color: #243A5E;
	font-weight: 700;
	background-color: #FFF;
	margin-top: 0;
	padding-top: 0.9em;
}

#find-your-hedge .form-b.ccp-modular-forms .form-headmast h4 {
	color: #243A5E;
	margin-top: 0;
	position: relative;
	padding-right: 1em;
	padding-left: 1em;
}

@media (max-width: 767px) {
	#find-your-hedge .form-b.ccp-modular-forms .form-headmast h4 {
		padding-right: 1.75em;
		padding-left: 1.75em;
	}
}

#find-your-hedge .form-b.ccp-modular-forms .form-headmast h4:first-of-type {
	padding-top: 0.7em;
}

#find-your-hedge .form-b.ccp-modular-forms .form-headmast h4:last-of-type {
	margin-bottom: -1em;
}

.flexbox #find-your-hedge .form-b.ccp-modular-forms .form-style {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	box-orient: horizontal;
	box-direction: normal;
	-moz-flex-direction: row;
	flex-direction: row;
	box-pack: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	box-align: end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	-o-align-items: flex-end;
	align-items: flex-end;
	-ms-flex-align: end;
}

#find-your-hedge .form-b.ccp-modular-forms .form-style .btn {
	margin-bottom: 2em;
}

#find-your-hedge .form-b.ccp-modular-forms .form-inner-content {
	background-image: url("https://web.cdn.crystalfunds.com/public-web/_landing_pages/find-your-hedge/images/key-background.jpg");
	background-position: 100% 95%;
	background-size: cover;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	height: 375px;
	display: block;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	box-orient: vertical;
	box-direction: normal;
	-moz-flex-direction: column;
	flex-direction: column;
	box-pack: end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;
	-ms-flex-pack: end;
}

#find-your-hedge #main-content {
	background-color: #FFF;
	padding-top: 3em;
}

#find-your-hedge #main-content.no-arrow {
	padding-top: 1em;
}

@media (min-width: 768px) {
	#find-your-hedge #main-content .relative:after {
		content: '';
		display: block;
	}
}

#find-your-hedge #main-content .relative #fyh-displaced-container {
	margin-bottom: 1em;
}

#find-your-hedge #main-content .checkmark-lists {
	margin-bottom: 2em;
}

#find-your-hedge #main-content .checkmark-lists .checkmark-item {
	line-height: 1.5em;
	position: relative;
	display: inline-block;
}

#find-your-hedge #main-content .checkmark-lists .checkmark-item > span, #find-your-hedge #main-content .checkmark-lists .checkmark-item:before {
	float: left;
}

#find-your-hedge #main-content .checkmark-lists .checkmark-item:before {
	content: url("../images/checkmark.jpg");
	display: inline-block;
	position: relative;
	width: 36px;
}

#find-your-hedge #main-content .checkmark-lists .checkmark-item > span {
	width: 86%;
	width: calc(100% - 36px);
	padding-top: 0.3em;
	margin-bottom: 1em;
}

#find-your-hedge #main-content .checkmark-lists .checkmark-item:after {
	content: '';
	display: block;
	clear: both;
}

#find-your-hedge #main-content .float-item-containers {
	margin-bottom: 1em;
}

#find-your-hedge #main-content .float-item-containers p {
	margin-top: 1em;
	margin-bottom: 2em;
	color: #243A5E;
	padding: 0 1em;
}

#find-your-hedge #main-content .contained-separator {
	display: block;
	margin: auto;
	margin-bottom: 2em;
	width: 100%;
	width: calc(100% - (36px * 2));
	padding: 1em;
	border-top: 1px solid #243A5E;
	border-bottom: 1px solid #243A5E;
}

@media (max-width: 992px) {
	#find-your-hedge #main-content .contained-separator {
		font-size: 1.25em;
	}
}

#find-your-hedge #main-content .contained-separator p {
	margin-bottom: 0.25em;
	color: #243A5E;
}

#find-your-hedge #main-content .contained-separator p:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	#find-your-hedge #main-content .contained-separator {
		margin: 0 auto 1em;
		width: 100%;
	}
	#find-your-hedge #main-content .contained-separator p {
		font-size: 0.75em;
	}
}

#find-your-hedge #main-content #private-equity {
	margin-top: -1.5em;
	margin-bottom: 1.5em;
}

#find-your-hedge #main-content #private-equity h3 {
	margin-top: 0;
}

#find-your-hedge #main-content #private-equity h3 strong {
	color: #212F6A;
}

#find-your-hedge #main-content #private-equity h3 img {
	max-width: 160px;
}

@media (max-width: 767px) {
	#find-your-hedge #main-content #private-equity h3 img {
		margin-top: 0.25em;
		margin-bottom: -0.25em;
	}
}

#find-your-hedge #main-content #private-equity h3 + p {
	max-width: 200px;
	margin: auto;
}

#find-your-hedge #main-content.content-07 h4 {
	color: #243A5E;
	font-weight: 600;
}

#find-your-hedge #main-content.content-08 h3, #find-your-hedge #main-content.content-08 h4 {
	color: #293C5C;
}

#find-your-hedge #main-content.content-08 h4 .caption {
	font-size: 0.75em;
	font-weight: normal;
}

#find-your-hedge #main-content.content-08 h3 {
	font-size: 24px;
}

#find-your-hedge #main-content.content-08 h3 .caption {
	font-size: 12.6px;
	font-weight: normal;
	display: block;
	margin-top: 5px;
}

#find-your-hedge #main-content.content-10 .pe-firm-irr-block-container {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	box-pack: justify;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	box-align: start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
	align-items: flex-start;
	-ms-flex-align: start;
	padding-bottom: 2em;
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.content-10 .pe-firm-irr-block-container {
		display: block;
	}
}

#find-your-hedge #main-content.content-10 .pe-firm-irr-block-container .pe-firm-irr-block {
	max-width: 400px;
}

#find-your-hedge #main-content.content-10 .pe-firm-irr-block-container .pe-firm-irr-block:nth-child(1) .pe-firm-irr-block-children.head {
	color: #3CA9FF;
}

#find-your-hedge #main-content.content-10 .pe-firm-irr-block-container .pe-firm-irr-block:nth-child(1) .pe-firm-irr-block-children.stat {
	color: #3CA9FF;
}

#find-your-hedge #main-content.content-10 .pe-firm-irr-block-container .pe-firm-irr-block:nth-child(2) .pe-firm-irr-block-children.head {
	color: #48CBD3;
}

#find-your-hedge #main-content.content-10 .pe-firm-irr-block-container .pe-firm-irr-block:nth-child(2) .pe-firm-irr-block-children.stat {
	color: #48CBD3;
}

#find-your-hedge #main-content.content-10 .pe-firm-irr-block-container .pe-firm-irr-block:nth-child(3) .pe-firm-irr-block-children.head {
	color: #56A579;
}

#find-your-hedge #main-content.content-10 .pe-firm-irr-block-container .pe-firm-irr-block:nth-child(3) .pe-firm-irr-block-children.stat {
	color: #56A579;
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.content-10 .pe-firm-irr-block-container .pe-firm-irr-block {
		margin: auto;
		max-width: 200px;
		margin-bottom: 2em;
	}
	#find-your-hedge #main-content.content-10 .pe-firm-irr-block-container .pe-firm-irr-block:last-child {
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {
	#find-your-hedge #main-content.content-10 .pe-firm-irr-block-container .pe-firm-irr-block {
		padding: 0 0.75em;
		flex-basis: 33.3333333333%;
		-ms-flex-preferred-size: 33.3333333333%;
	}
	#find-your-hedge #main-content.content-10 .pe-firm-irr-block-container .pe-firm-irr-block:first-child {
		padding-left: 0;
	}
	#find-your-hedge #main-content.content-10 .pe-firm-irr-block-container .pe-firm-irr-block:last-child {
		padding-right: 0;
	}
}

#find-your-hedge #main-content.content-10 .pe-firm-irr-block-container .pe-firm-irr-block .pe-firm-irr-block-children.imgs {
	padding-bottom: 0.1em;
}

#find-your-hedge #main-content.content-10 .pe-firm-irr-block-container .pe-firm-irr-block .pe-firm-irr-block-children.imgs img {
	height: auto;
	width: 102px;
	display: block;
	margin: auto;
}

#find-your-hedge #main-content.content-10 .pe-firm-irr-block-container .pe-firm-irr-block .pe-firm-irr-block-children.head {
	font-size: 2.7em;
	font-weight: bold;
	line-height: 0.85em;
	text-align: center;
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #main-content.content-10 .pe-firm-irr-block-container .pe-firm-irr-block .pe-firm-irr-block-children.head {
		font-size: 3vw;
	}
}

#find-your-hedge #main-content.content-10 .pe-firm-irr-block-container .pe-firm-irr-block .pe-firm-irr-block-children.head small {
	font-size: 0.8em;
}

#find-your-hedge #main-content.content-10 .pe-firm-irr-block-container .pe-firm-irr-block .pe-firm-irr-block-children.stat {
	text-align: center;
	padding: 0.25em 0;
	border-top: 2px solid #386291;
	border-bottom: 2px solid #386291;
	margin: 0.5em 0 1em;
	font-size: 1.1em;
	font-weight: lighter;
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #main-content.content-10 .pe-firm-irr-block-container .pe-firm-irr-block .pe-firm-irr-block-children.stat {
		font-size: 1.5vw;
	}
}

#find-your-hedge #main-content.content-10 .pe-firm-irr-block-container .pe-firm-irr-block .pe-firm-irr-block-children.desc {
	text-align: center;
	font-size: 0.9em;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	flex-wrap: wrap;
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #main-content.content-10 .pe-firm-irr-block-container .pe-firm-irr-block .pe-firm-irr-block-children.desc {
		font-size: 1.34vw;
	}
}

#find-your-hedge #main-content.content-10b .pe-firm-irr-block-container {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	box-pack: justify;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	box-align: start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
	align-items: flex-start;
	-ms-flex-align: start;
	padding-bottom: 2em;
}

@media (min-width: 768px) {
	#find-your-hedge #main-content.content-10b .pe-firm-irr-block-container {
		padding-top: 2em;
	}
}

@media (min-width: 992px) {
	#find-your-hedge #main-content.content-10b .pe-firm-irr-block-container {
		margin-right: -2.5em;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.content-10b .pe-firm-irr-block-container {
		display: block;
	}
}

#find-your-hedge #main-content.content-10b .pe-firm-irr-block-container .pe-firm-irr-block {
	max-width: 400px;
}

#find-your-hedge #main-content.content-10b .pe-firm-irr-block-container .pe-firm-irr-block:nth-child(1) .pe-firm-irr-block-children.head {
	color: #3CA9FF;
}

#find-your-hedge #main-content.content-10b .pe-firm-irr-block-container .pe-firm-irr-block:nth-child(2) .pe-firm-irr-block-children.head {
	color: #48CBD3;
}

#find-your-hedge #main-content.content-10b .pe-firm-irr-block-container .pe-firm-irr-block:nth-child(3) .pe-firm-irr-block-children.head {
	color: #56A579;
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.content-10b .pe-firm-irr-block-container .pe-firm-irr-block {
		margin: auto;
		max-width: 200px;
		margin-bottom: 2em;
	}
	#find-your-hedge #main-content.content-10b .pe-firm-irr-block-container .pe-firm-irr-block:last-child {
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {
	#find-your-hedge #main-content.content-10b .pe-firm-irr-block-container .pe-firm-irr-block {
		padding: 0 0.75em;
		flex-basis: 33.3333333333%;
		-ms-flex-preferred-size: 33.3333333333%;
	}
	#find-your-hedge #main-content.content-10b .pe-firm-irr-block-container .pe-firm-irr-block:first-child {
		padding-left: 0;
	}
	#find-your-hedge #main-content.content-10b .pe-firm-irr-block-container .pe-firm-irr-block:last-child {
		padding-right: 0;
	}
}

#find-your-hedge #main-content.content-10b .pe-firm-irr-block-container .pe-firm-irr-block .pe-firm-irr-block-children.imgs {
	padding-bottom: 0.1em;
}

#find-your-hedge #main-content.content-10b .pe-firm-irr-block-container .pe-firm-irr-block .pe-firm-irr-block-children.imgs img {
	height: auto;
	width: 102px;
	display: block;
	margin: auto;
}

#find-your-hedge #main-content.content-10b .pe-firm-irr-block-container .pe-firm-irr-block .pe-firm-irr-block-children.head {
	font-size: 2.7em;
	font-weight: bold;
	line-height: 0.85em;
	text-align: center;
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #main-content.content-10b .pe-firm-irr-block-container .pe-firm-irr-block .pe-firm-irr-block-children.head {
		font-size: 3vw;
	}
}

#find-your-hedge #main-content.content-10b .pe-firm-irr-block-container .pe-firm-irr-block .pe-firm-irr-block-children.head small {
	font-size: 0.8em;
}

#find-your-hedge #main-content.content-10b .pe-firm-irr-block-container .pe-firm-irr-block .pe-firm-irr-block-children.stat {
	text-align: center;
	padding: 0.15em 0;
	border-top: 2px solid #386291;
	border-bottom: 2px solid #386291;
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: lighter;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	position: relative;
}

#find-your-hedge #main-content.content-10b .pe-firm-irr-block-container .pe-firm-irr-block .pe-firm-irr-block-children.stat > div {
	padding: 0em 0.25em;
	-moz-flex-grow: 1;
	flex-grow: 1;
	-ms-flex-positive: 1;
}

#find-your-hedge #main-content.content-10b .pe-firm-irr-block-container .pe-firm-irr-block .pe-firm-irr-block-children.stat > div.separator {
	display: block;
	-moz-flex-grow: 0;
	flex-grow: 0;
	-ms-flex-positive: 0;
	height: 44px;
	width: 2px;
	padding: 0;
	background-color: #396291;
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #main-content.content-10b .pe-firm-irr-block-container .pe-firm-irr-block .pe-firm-irr-block-children.stat {
		font-size: 1.5vw;
	}
}

#find-your-hedge #main-content.content-10b .pe-firm-irr-block-container .pe-firm-irr-block .pe-firm-irr-block-children.desc {
	text-align: center;
	font-size: 1.2em;
	font-weight: lighter;
	white-space: nowrap;
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #main-content.content-10b .pe-firm-irr-block-container .pe-firm-irr-block .pe-firm-irr-block-children.desc {
		font-size: 1.34vw;
	}
}

#find-your-hedge #main-content.content-11 .content-titles-11 {
	color: #243A5E;
	font-weight: bold;
	font-size: 1.5em;
}

@media (max-width: 992px) {
	#find-your-hedge #main-content.content-11 .content-titles-11 {
		font-size: 1.1em;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.content-11 .content-titles-11 {
		font-size: 3.45vw;
	}
}

#find-your-hedge #main-content.content-11 .content-titles-11.smaller {
	color: #000;
	font-weight: normal;
	font-size: 1em;
}

@media (max-width: 992px) {
	#find-your-hedge #main-content.content-11 .content-titles-11.smaller {
		font-size: 0.85em;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.content-11 .content-titles-11.smaller {
		font-size: 0.85em;
		margin-bottom: 2em;
	}
}

#find-your-hedge #main-content.content-11 .checkmark-lists {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	flex-wrap: wrap;
	margin-bottom: 0;
}

#find-your-hedge #main-content.content-11 .checkmark-lists > .checkmark-item {
	box-flex: 1;
	-moz-flex: 1 1 100%;
	flex: 1 1 100%;
}

#find-your-hedge #main-content.content-11 .ta-pipe-container {
	padding: 0.8em 0;
}

.flexbox #find-your-hedge #main-content.content-11 .ta-pipe-container {
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: inline-box;
	display: -moz-inline-flex;
	display: inline-flex;
	flex-flow: row wrap;
	box-pack: justify;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
}

.cssgrid #find-your-hedge #main-content.content-11 .ta-pipe-container {
	display: -ms-inline-grid;
	display: inline-grid;
	display: ms-grid;
	-ms-grid-columns: (minmax(10%, auto))[3];
	grid-template-columns: repeat(3, minmax(10%, auto));
	justify-items: stretch;
	justify-content: stretch;
}

#find-your-hedge #main-content.content-11 .ta-pipe-container .ta-pipe-box {
	position: relative;
	padding: 0em 1.3em;
	text-align: center;
}

.flexbox #find-your-hedge #main-content.content-11 .ta-pipe-container .ta-pipe-box {
	box-flex: 1;
	-moz-flex: 1 1 30%;
	flex: 1 1 30%;
}

#find-your-hedge #main-content.content-11 .ta-pipe-container .ta-pipe-box:not(:nth-of-type(3n+3)):after {
	content: '';
	position: absolute;
	top: calc(50% - 25px);
	right: 0;
	height: 50px;
	width: 2px;
	background-color: #243A5E;
}

@media (max-width: 992px) {
	#find-your-hedge #main-content.content-11 .ta-pipe-container .ta-pipe-box:not(:nth-of-type(3n+3)):after {
		top: calc(50% - 22.5px);
		height: 45px;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.content-11 .ta-pipe-container .ta-pipe-box:not(:nth-of-type(3n+3)):after {
		top: calc(50% - 17.5px);
		height: 35px;
	}
}

#find-your-hedge #main-content.content-11 .ta-pipe-container .ta-pipe-box:nth-of-type(3n+3) {
	border-right: none;
}

#find-your-hedge #main-content.content-11 .ta-pipe-container .ta-pipe-box h2 {
	margin: 0;
}

#find-your-hedge #main-content.content-12 {
	padding-top: 2em;
}

#find-your-hedge #main-content.content-12 .checkmark-lists {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	flex-wrap: wrap;
	margin-bottom: 0;
}

#find-your-hedge #main-content.content-12 .checkmark-lists > .checkmark-item {
	box-flex: 1;
	-moz-flex: 1 1 100%;
	flex: 1 1 100%;
}

#find-your-hedge #main-content.content-12 .content-titles-12 {
	color: #243A5E;
	font-weight: bold;
	font-size: 1.25em;
}

#find-your-hedge #main-content.content-12 .newPE-pipe-container {
	padding-top: 1em;
}

.flexbox #find-your-hedge #main-content.content-12 .newPE-pipe-container {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
}

@media (max-width: 767px) {
	.flexbox #find-your-hedge #main-content.content-12 .newPE-pipe-container {
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		box-lines: multiple;
		flex-wrap: wrap;
	}
}

#find-your-hedge #main-content.content-12 .newPE-pipe-container .newPE-pipe-box {
	padding: 1em;
	position: relative;
}

#find-your-hedge #main-content.content-12 .newPE-pipe-container .newPE-pipe-box .content-titles-12 {
	margin: 0;
	text-align: center;
}

@media (max-width: 992px) {
	#find-your-hedge #main-content.content-12 .newPE-pipe-container .newPE-pipe-box .content-titles-12 {
		font-size: 1.8vw;
	}
}

.flexbox #find-your-hedge #main-content.content-12 .newPE-pipe-container .newPE-pipe-box {
	box-flex: 1;
	-moz-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	box-pack: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}

@media (min-width: 768px) {
	.flexbox #find-your-hedge #main-content.content-12 .newPE-pipe-container .newPE-pipe-box:nth-of-type(4n + 1) {
		box-pack: start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		-o-justify-content: flex-start;
		justify-content: flex-start;
		-ms-flex-pack: start;
	}
	.flexbox #find-your-hedge #main-content.content-12 .newPE-pipe-container .newPE-pipe-box:nth-of-type(4n + 4) {
		box-pack: end;
		-moz-justify-content: flex-end;
		-ms-justify-content: flex-end;
		-o-justify-content: flex-end;
		justify-content: flex-end;
		-ms-flex-pack: end;
	}
}

@media (max-width: 767px) {
	.flexbox #find-your-hedge #main-content.content-12 .newPE-pipe-container .newPE-pipe-box {
		box-flex: 1;
		-moz-flex: 1 1 50%;
		flex: 1 1 50%;
		box-pack: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
		-ms-flex-pack: center;
	}
}

#find-your-hedge #main-content.content-12 .newPE-pipe-container .newPE-pipe-box:nth-of-type(4n + 1) {
	padding-left: 0;
}

#find-your-hedge #main-content.content-12 .newPE-pipe-container .newPE-pipe-box:nth-of-type(4n + 4) {
	padding-right: 0;
}

#find-your-hedge #main-content.content-12 .newPE-pipe-container .newPE-pipe-box:nth-of-type(4n + 4):after {
	content: none;
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.content-12 .newPE-pipe-container .newPE-pipe-box:before {
		content: '';
		position: absolute;
		bottom: 0;
		height: 2px;
		width: 95%;
		background-color: #243A5E;
	}
	#find-your-hedge #main-content.content-12 .newPE-pipe-container .newPE-pipe-box:nth-of-type(4n + 4):before {
		right: 0;
		left: auto;
	}
	#find-your-hedge #main-content.content-12 .newPE-pipe-container .newPE-pipe-box:nth-last-of-type(-n+2):before {
		content: none;
	}
}

#find-your-hedge #main-content.content-12 .newPE-pipe-container .newPE-pipe-box:after {
	content: '';
	position: absolute;
	top: calc(50% - 20px);
	right: 0;
	height: 40px;
	width: 2px;
	background-color: #243A5E;
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.content-12 .newPE-pipe-container .newPE-pipe-box {
		text-align: center;
	}
	#find-your-hedge #main-content.content-12 .newPE-pipe-container .newPE-pipe-box .content-titles-12 {
		font-size: 4vw;
	}
	#find-your-hedge #main-content.content-12 .newPE-pipe-container .newPE-pipe-box:nth-of-type(2n + 1) {
		padding-left: 0;
	}
	#find-your-hedge #main-content.content-12 .newPE-pipe-container .newPE-pipe-box:nth-of-type(2n + 2) {
		padding-right: 0;
	}
	#find-your-hedge #main-content.content-12 .newPE-pipe-container .newPE-pipe-box:nth-of-type(2n + 2):after {
		content: none;
	}
}

#find-your-hedge #main-content.content-12 .newPE-pipe-container + p {
	font-size: 0.9em;
}

#find-your-hedge #main-content.content-12 .seed-investor-group {
	border-top: 2px solid #243A5E;
	padding-top: 0.75em;
}

.flexbox #find-your-hedge #main-content.content-12 .seed-investor-group {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
}

.flexbox #find-your-hedge #main-content.content-12 .seed-investor-group .investor-cell-icon {
	box-flex: 0;
	-moz-flex: 0 1 110px;
	flex: 0 1 110px;
}

@media (max-width: 767px) {
	.flexbox #find-your-hedge #main-content.content-12 .seed-investor-group {
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -moz-flex;
		display: flex;
		box-pack: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
		-ms-flex-pack: center;
		box-align: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
		-ms-flex-align: center;
	}
}

#find-your-hedge #main-content.content-12 .seed-investor-group .investor-cell-description {
	padding-left: 1em;
}

#find-your-hedge #main-content.content-12 .seed-investor-group .investor-cell-description .content-titles-12 {
	font-size: 1.5em;
}

#find-your-hedge #main-content.content-12 .seed-investor-group .investor-cell-description .content-titles-12.smaller {
	font-size: 1.2em;
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.content-12 .seed-investor-group .investor-cell-description .content-titles-12 {
		font-size: 4vw;
	}
	#find-your-hedge #main-content.content-12 .seed-investor-group .investor-cell-description .content-titles-12.smaller {
		font-size: 3vw;
	}
}

#find-your-hedge #main-content.content-13 .pe-firm-irr-block-container {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	box-pack: justify;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	box-align: start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
	align-items: flex-start;
	-ms-flex-align: start;
	padding-bottom: 2em;
}

@media (min-width: 768px) {
	#find-your-hedge #main-content.content-13 .pe-firm-irr-block-container {
		padding-top: 2em;
	}
}

@media (min-width: 992px) {
	#find-your-hedge #main-content.content-13 .pe-firm-irr-block-container {
		margin-right: -2.5em;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.content-13 .pe-firm-irr-block-container {
		display: block;
	}
}

#find-your-hedge #main-content.content-13 .pe-firm-irr-block:nth-child(1) .pe-firm-irr-block-children.head {
	color: #3CA9FF;
}

#find-your-hedge #main-content.content-13 .pe-firm-irr-block:nth-child(2) .pe-firm-irr-block-children.head {
	color: #48CBD3;
}

#find-your-hedge #main-content.content-13 .pe-firm-irr-block:nth-child(3) .pe-firm-irr-block-children.head {
	color: #56A579;
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.content-13 .pe-firm-irr-block {
		margin: auto;
		max-width: 200px;
		margin-bottom: 2em;
	}
	#find-your-hedge #main-content.content-13 .pe-firm-irr-block:last-child {
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {
	#find-your-hedge #main-content.content-13 .pe-firm-irr-block {
		padding: 0 0.75em;
		flex-basis: 33.3333333333%;
		-ms-flex-preferred-size: 33.3333333333%;
	}
	#find-your-hedge #main-content.content-13 .pe-firm-irr-block:first-child {
		padding-left: 0;
	}
	#find-your-hedge #main-content.content-13 .pe-firm-irr-block:last-child {
		padding-right: 0;
	}
}

#find-your-hedge #main-content.content-13 .pe-firm-irr-block .pe-firm-irr-block-children.imgs {
	padding-bottom: 0.1em;
}

#find-your-hedge #main-content.content-13 .pe-firm-irr-block .pe-firm-irr-block-children.imgs img {
	height: auto;
	width: 102px;
	display: block;
	margin: auto;
}

#find-your-hedge #main-content.content-13 .pe-firm-irr-block .pe-firm-irr-block-children.head {
	font-size: 2.7em;
	font-weight: bold;
	line-height: 0.85em;
	text-align: center;
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #main-content.content-13 .pe-firm-irr-block .pe-firm-irr-block-children.head {
		font-size: 3vw;
	}
}

#find-your-hedge #main-content.content-13 .pe-firm-irr-block .pe-firm-irr-block-children.head small {
	font-size: 0.8em;
}

#find-your-hedge #main-content.content-13 .pe-firm-irr-block .pe-firm-irr-block-children.stat {
	text-align: center;
	padding: 0.15em 0;
	border-top: 2px solid #386291;
	border-bottom: 2px solid #386291;
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: lighter;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	position: relative;
}

#find-your-hedge #main-content.content-13 .pe-firm-irr-block .pe-firm-irr-block-children.stat > div {
	padding: 0em 0.25em;
	-moz-flex-grow: 1;
	flex-grow: 1;
	-ms-flex-positive: 1;
}

#find-your-hedge #main-content.content-13 .pe-firm-irr-block .pe-firm-irr-block-children.stat > div.separator {
	display: block;
	-moz-flex-grow: 0;
	flex-grow: 0;
	-ms-flex-positive: 0;
	height: 44px;
	width: 2px;
	padding: 0;
	background-color: #396291;
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #main-content.content-13 .pe-firm-irr-block .pe-firm-irr-block-children.stat {
		font-size: 1.5vw;
	}
}

#find-your-hedge #main-content.content-13 .pe-firm-irr-block .pe-firm-irr-block-children.desc {
	text-align: center;
	font-size: 1.1em;
	font-weight: lighter;
	white-space: nowrap;
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #main-content.content-13 .pe-firm-irr-block .pe-firm-irr-block-children.desc {
		font-size: 1.34vw;
	}
}

#find-your-hedge #main-content.content-13 .pe-firm-irr-block .pe-firm-irr-block-children.desc.line-separator {
	border-bottom: 2px solid #386291;
	margin-bottom: 0.33em;
}

#find-your-hedge #main-content.content-13 .legal-block {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	box-flex: 1;
	-moz-flex: 1 1 100%;
	flex: 1 1 100%;
	font-size: 1.1em;
	font-weight: lighter;
}

@media (min-width: 768px) {
	#find-your-hedge #main-content.content-14 #graph-14 {
		margin-left: -25px;
		max-width: calc(100% + 25px);
	}
}

#find-your-hedge #main-content.content-16 {
	position: relative;
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #main-content.content-16 {
		margin-left: -1em;
	}
}

#find-your-hedge #main-content.content-16 .vista-content-headline {
	color: #243A5E;
}

#find-your-hedge #main-content.content-16 .vista-content-headline p {
	font-size: 1.25em;
	font-weight: bold;
}

#find-your-hedge #main-content.content-16 .vista-star-strip {
	margin: auto;
	width: 75%;
	display: flex;
	align-items: center;
}

@media (min-width: 768px) {
	#find-your-hedge #main-content.content-16 .vista-star-strip {
		min-width: 350px;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.content-16 .vista-star-strip {
		width: 100%;
		max-width: 380px;
	}
}

#find-your-hedge #main-content.content-16 .vista-star-strip .vista-star {
	flex: 0 0 auto;
	margin: 0 0.25em;
}

#find-your-hedge #main-content.content-16 .vista-star-strip .vista-star img {
	width: 30px;
}

#find-your-hedge #main-content.content-16 .vista-number-strip {
	display: flex;
	margin: 1em auto 0.25em;
	justify-content: space-between;
}

#find-your-hedge #main-content.content-16 .vista-number-strip + p {
	font-size: 0.9em;
}

#find-your-hedge #main-content.content-16 .vista-number-strip .vista-number {
	flex: 1 1 auto;
	font-size: 2em;
	line-height: 1.12em;
	text-align: center;
}

@media (min-width: 992px) {
	#find-your-hedge #main-content.content-16 .vista-number-strip .vista-number:first-of-type {
		text-align: left;
	}
	#find-your-hedge #main-content.content-16 .vista-number-strip .vista-number:last-of-type {
		text-align: right;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.content-16 .vista-number-strip .vista-number {
		flex: 1 1 400px;
		padding: 0.25em 0;
	}
}

#find-your-hedge #main-content.content-16 .vista-number-strip .vista-pipe {
	flex: 0 1 auto;
	border-left: 1px solid black;
}

@media (min-width: 992px) {
	#find-your-hedge #main-content.content-16 .vista-number-strip .vista-pipe {
		margin-right: 0.25em;
		margin-left: 0.25em;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.content-16 .vista-number-strip .vista-pipe {
		flex: 1 1 100%;
		border-left: none;
		border-top: 1px solid black;
		max-width: 380px;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.content-16 .vista-number-strip {
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 1em;
	}
}

#find-your-hedge #main-content.content-17 h4 {
	margin-bottom: 1em;
}

#find-your-hedge #main-content.content-17 .checkmark-lists {
	margin-bottom: 0;
}

#find-your-hedge #main-content.content-17 .checkmark-item {
	display: block;
}

#find-your-hedge #main-content.content-17 ul {
	padding-left: 1.25em;
}

#find-your-hedge #main-content.content-17 .pre-footer {
	background-color: #FFF;
}

#find-your-hedge #main-content.content-17 .pre-footer + .fyh-container #testimonial-block {
	margin-top: 2em;
	margin-bottom: 2em;
}

#find-your-hedge #main-content.content-17 .pre-footer .pre-footer-mast:last-child {
	margin-top: 2em;
}

.cssgrid #find-your-hedge #main-content.content-17 .pre-footer .pre-header-grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 15px 1fr 15px 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 15px;
}

@media (min-width: 768px) and (max-width: 992px) {
	.cssgrid #find-your-hedge #main-content.content-17 .pre-footer .pre-header-grid {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 767px) {
	.cssgrid #find-your-hedge #main-content.content-17 .pre-footer .pre-header-grid {
		-ms-grid-columns: minmax(auto, 320px);
		grid-template-columns: minmax(auto, 320px);
		justify-content: center;
	}
}

.no-cssgrid.flexbox #find-your-hedge #main-content.content-17 .pre-footer .pre-header-grid {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	flex-flow: row wrap;
	box-pack: justify;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
}

@media (max-width: 767px) {
	.no-cssgrid.flexbox #find-your-hedge #main-content.content-17 .pre-footer .pre-header-grid {
		box-pack: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
		-ms-flex-pack: center;
	}
}

.no-cssgrid.flexbox #find-your-hedge #main-content.content-17 .pre-footer .pre-header-grid .pf-block {
	box-flex: 0;
	-moz-flex: 0 1 30%;
	flex: 0 1 30%;
}

@media (min-width: 768px) and (max-width: 992px) {
	.no-cssgrid.flexbox #find-your-hedge #main-content.content-17 .pre-footer .pre-header-grid .pf-block {
		flex-basis: 45%;
		-ms-flex-preferred-size: 45%;
	}
}

@media (max-width: 767px) {
	.no-cssgrid.flexbox #find-your-hedge #main-content.content-17 .pre-footer .pre-header-grid .pf-block {
		flex-basis: 320px;
		-ms-flex-preferred-size: 320px;
	}
}

#find-your-hedge #main-content.content-17 .pre-footer .pre-header-grid .pf-image-block img {
	display: block;
	margin-right: auto;
	max-width: 100%;
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.content-17 .pre-footer .pre-header-grid .pf-image-block img {
		margin: auto !important;
	}
}

#find-your-hedge #main-content.content-17 .pre-footer .pre-header-grid .pf-title-block,
#find-your-hedge #main-content.content-17 .pre-footer .pre-header-grid .pf-paragraph-block {
	width: 75%;
	margin: auto;
}

#find-your-hedge #main-content.content-17 .pre-footer .pre-header-grid .pf-title-block p,
#find-your-hedge #main-content.content-17 .pre-footer .pre-header-grid .pf-paragraph-block p {
	color: #283B5C;
}

#find-your-hedge #main-content.content-17 .pre-footer .pre-header-grid .pf-title-block p {
	font-weight: bold;
	font-size: 1.2em;
}

#find-your-hedge #main-content.content-17 .pre-footer .pre-header-grid .pf-paragraph-block p {
	font-size: 0.9em;
}

#find-your-hedge #main-content.content-18 h3 {
	margin-top: 0;
	font-weight: 600;
	margin-bottom: 1em;
}

#find-your-hedge #main-content.content-18 ul {
	padding-left: 1.25em;
}

#find-your-hedge #main-content.content-18 ul li {
	margin-bottom: 1em;
}

#find-your-hedge #main-content.content-18 .pre-footer .pre-footer-mast {
	background-color: #56A67E;
	margin-bottom: 2em;
}

#find-your-hedge #main-content.content-18 .pre-footer .pre-footer-mast:last-of-type {
	margin-bottom: 0;
}

#find-your-hedge #main-content.content-18 .pre-footer .pre-footer-mast.navy-stripe {
	background-color: #233A5E;
	margin-top: 1em;
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.content-18 .pre-footer .pre-footer-mast {
		margin-bottom: 0em;
	}
}

#find-your-hedge #main-content.content-18 .pre-footer h3 {
	font-weight: 600;
	color: #233A5E;
}

#find-your-hedge #main-content.content-18 .pre-footer .tb-secrets-block-container {
	display: block;
	color: #233A5E;
}

#find-your-hedge #main-content.content-18 .pre-footer .tb-secrets-block-container .tb-secrets-block {
	display: block;
	float: left;
	width: 50%;
	padding: 1em;
	position: relative;
}

#find-your-hedge #main-content.content-18 .pre-footer .tb-secrets-block-container .tb-secrets-block h4 {
	text-align: center;
	font-weight: 600;
}

#find-your-hedge #main-content.content-18 .pre-footer .tb-secrets-block-container .tb-secrets-block p {
	text-align: center;
}

@media (min-width: 768px) {
	#find-your-hedge #main-content.content-18 .pre-footer .tb-secrets-block-container .tb-secrets-block {
		padding: 2em 1em;
	}
	#find-your-hedge #main-content.content-18 .pre-footer .tb-secrets-block-container .tb-secrets-block:nth-of-type(2n-1):before {
		content: '';
		position: absolute;
		top: 10%;
		right: 0;
		height: 80%;
		width: 1px;
		border-right: 1px dotted #233A5E;
	}
	#find-your-hedge #main-content.content-18 .pre-footer .tb-secrets-block-container .tb-secrets-block:nth-of-type(1):after, #find-your-hedge #main-content.content-18 .pre-footer .tb-secrets-block-container .tb-secrets-block:nth-of-type(2):after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		height: 1px;
		width: 96%;
		border-bottom: 1px dotted #233A5E;
	}
	#find-your-hedge #main-content.content-18 .pre-footer .tb-secrets-block-container .tb-secrets-block:nth-of-type(2):after {
		right: 0;
		left: auto;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.content-18 .pre-footer .tb-secrets-block-container .tb-secrets-block {
		width: 100%;
		margin-bottom: 0;
	}
	#find-your-hedge #main-content.content-18 .pre-footer .tb-secrets-block-container .tb-secrets-block:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 10%;
		width: 80%;
		border-bottom: 1px dotted #233A5E;
	}
	#find-your-hedge #main-content.content-18 .pre-footer .tb-secrets-block-container .tb-secrets-block:last-of-type:after {
		border-bottom: none;
	}
}

#find-your-hedge #main-content.content-18 footer {
	background-color: #fff;
}

#find-your-hedge #main-content.content-19 ul {
	padding-left: 1.25em;
}

#find-your-hedge #main-content.content-19 table#most-profitable-e0-table th, #find-your-hedge #main-content.content-19 table#most-profitable-e0-table td {
	padding: 0.5em 0.35em;
	color: #646464;
}

#find-your-hedge #main-content.content-19 table#most-profitable-e0-table th.highlighted, #find-your-hedge #main-content.content-19 table#most-profitable-e0-table td.highlighted {
	background-color: #009ad7 !important;
	color: #FFF;
	padding: 0.5em 1.1em;
}

#find-your-hedge #main-content.content-19 table#most-profitable-e0-table th.pl-1, #find-your-hedge #main-content.content-19 table#most-profitable-e0-table td.pl-1 {
	padding-left: 1em;
}

#find-your-hedge #main-content.content-19 table#most-profitable-e0-table th {
	padding-top: 1em;
	padding-bottom: 1em;
}

#find-your-hedge #main-content.content-19 table#most-profitable-e0-table tr.stripe td {
	background-color: #F7F9F8;
}

#find-your-hedge #main-content.content-19 table#most-profitable-e0-table tr.selected td {
	background-color: #F7F9F8;
}

#find-your-hedge #main-content.content-19 table#most-profitable-e0-table tr.selected td.selected {
	font-weight: bolder;
}

#find-your-hedge #main-content.content-19 table#most-profitable-e0-table .selected.selected-blue {
	font-weight: bolder;
	background-color: #F7F9F8;
	color: #009ad7;
}

#find-your-hedge #main-content.content-19 .pre-footer {
	padding-bottom: 2em;
	background-color: #FFF;
}

#find-your-hedge #main-content.content-19 .pre-footer + .fyh-container #testimonial-block {
	margin-top: 2em;
	margin-bottom: 2em;
}

#find-your-hedge #main-content.content-19 .pre-footer .pre-footer-mast {
	background-color: #273C5C;
	padding: 2em 1em;
}

#find-your-hedge #main-content.content-19 .pre-footer .pre-footer-mast:last-child {
	margin-top: 2em;
	padding: 1em;
}

.cssgrid #find-your-hedge #main-content.content-19 .pre-footer .pre-header-grid {
	display: -ms-grid;
	display: grid;
	justify-content: center;
	-ms-grid-columns: minmax(auto, 450px) 15px minmax(auto, 450px) 15px minmax(auto, 450px);
	grid-template-columns: repeat(3, minmax(auto, 450px));
	grid-column-gap: 15px;
}

@media (min-width: 768px) and (max-width: 992px) {
	.cssgrid #find-your-hedge #main-content.content-19 .pre-footer .pre-header-grid {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 767px) {
	.cssgrid #find-your-hedge #main-content.content-19 .pre-footer .pre-header-grid {
		-ms-grid-columns: minmax(auto, 320px);
		grid-template-columns: minmax(auto, 320px);
		justify-content: center;
	}
}

.no-cssgrid.flexbox #find-your-hedge #main-content.content-19 .pre-footer .pre-header-grid {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	flex-flow: row wrap;
	box-pack: justify;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
}

@media (max-width: 767px) {
	.no-cssgrid.flexbox #find-your-hedge #main-content.content-19 .pre-footer .pre-header-grid {
		box-pack: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
		-ms-flex-pack: center;
	}
}

.no-cssgrid.flexbox #find-your-hedge #main-content.content-19 .pre-footer .pre-header-grid .pf-block {
	box-flex: 0;
	-moz-flex: 0 1 50%;
	flex: 0 1 50%;
}

@media (min-width: 768px) and (max-width: 992px) {
	.no-cssgrid.flexbox #find-your-hedge #main-content.content-19 .pre-footer .pre-header-grid .pf-block {
		flex-basis: 45%;
		-ms-flex-preferred-size: 45%;
	}
}

@media (max-width: 767px) {
	.no-cssgrid.flexbox #find-your-hedge #main-content.content-19 .pre-footer .pre-header-grid .pf-block {
		flex-basis: 320px;
		-ms-flex-preferred-size: 320px;
	}
}

#find-your-hedge #main-content.content-19 .pre-footer .pre-header-grid .pf-image-block {
	margin-top: 1em;
}

#find-your-hedge #main-content.content-19 .pre-footer .pre-header-grid .pf-image-block img {
	display: block;
	margin: auto;
	max-width: 358px;
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.content-19 .pre-footer .pre-header-grid .pf-image-block img {
		max-width: 250px;
		margin: auto !important;
	}
}

#find-your-hedge #main-content.content-19 .pre-footer .pre-header-grid .pf-title-block,
#find-your-hedge #main-content.content-19 .pre-footer .pre-header-grid .pf-paragraph-block {
	width: 75%;
	margin: auto;
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.content-19 .pre-footer .pre-header-grid .pf-title-block,
	#find-your-hedge #main-content.content-19 .pre-footer .pre-header-grid .pf-paragraph-block {
		width: 90%;
	}
}

#find-your-hedge #main-content.content-19 .pre-footer .pre-header-grid .pf-title-block p,
#find-your-hedge #main-content.content-19 .pre-footer .pre-header-grid .pf-paragraph-block p {
	color: #283B5C;
}

#find-your-hedge #main-content.content-19 .pre-footer .pre-header-grid .pf-title-block p {
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
}

#find-your-hedge #main-content.content-19 .pre-footer .pre-header-grid .pf-paragraph-block p {
	font-size: 0.9em;
}

.flexbox #find-your-hedge #main-content.content-19 .pre-footer .differentiate-4x4-block-container {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	flex-wrap: wrap;
	box-pack: justify;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
}

.flexbox #find-your-hedge #main-content.content-19 .pre-footer .differentiate-4x4-block-container .differentiate-block {
	box-flex: 0;
	-moz-flex: 0 0 48%;
	flex: 0 0 48%;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	box-align: start;
	-moz-align-items: start;
	-ms-align-items: start;
	-o-align-items: start;
	align-items: start;
	-ms-flex-align: start;
}

@media (max-width: 767px) {
	.flexbox #find-your-hedge #main-content.content-19 .pre-footer .differentiate-4x4-block-container .differentiate-block {
		box-flex: 1;
		-moz-flex: 1 0 100%;
		flex: 1 0 100%;
		margin-bottom: 1em;
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		box-lines: multiple;
		flex-wrap: wrap;
	}
}

.flexbox #find-your-hedge #main-content.content-19 .pre-footer .differentiate-4x4-block-container .differentiate-block .differentiate-block-image {
	float: left;
	padding-right: 1em;
	box-flex: 0;
	-moz-flex: 0 0 40%;
	flex: 0 0 40%;
}

@media (max-width: 767px) {
	.flexbox #find-your-hedge #main-content.content-19 .pre-footer .differentiate-4x4-block-container .differentiate-block .differentiate-block-image {
		box-flex: 1;
		-moz-flex: 1 0 100%;
		flex: 1 0 100%;
	}
}

.flexbox #find-your-hedge #main-content.content-19 .pre-footer .differentiate-4x4-block-container .differentiate-block .differentiate-block-image img {
	margin-bottom: 2em;
}

@media (max-width: 767px) {
	.flexbox #find-your-hedge #main-content.content-19 .pre-footer .differentiate-4x4-block-container .differentiate-block .differentiate-block-image img {
		max-width: 190px;
		margin-bottom: 1em;
		margin-right: auto;
		margin-left: auto;
	}
}

.flexbox #find-your-hedge #main-content.content-19 .pre-footer .differentiate-4x4-block-container .differentiate-block .differentiate-block-text {
	margin-top: 0.75em;
}

@media (max-width: 767px) {
	.flexbox #find-your-hedge #main-content.content-19 .pre-footer .differentiate-4x4-block-container .differentiate-block .differentiate-block-text {
		margin-top: 0;
	}
	.flexbox #find-your-hedge #main-content.content-19 .pre-footer .differentiate-4x4-block-container .differentiate-block .differentiate-block-text > h4 {
		margin-top: 0;
	}
}

#find-your-hedge #main-content.content-20 .primary {
	color: #273A5F;
}

#find-your-hedge #main-content.content-20 .pre-footer .primary {
	color: #273A5F;
}

#find-your-hedge #main-content.content-20 .pre-footer .pre-footer-mast {
	background-color: #233A5E;
}

@media (min-width: 768px) {
	#find-your-hedge #main-content.content-20 .pre-footer ul {
		padding-left: 0;
		width: 90%;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.content-20 .pre-footer ul {
		padding-left: 1.5em;
	}
}

#find-your-hedge #main-content.content-20 .pre-footer ul li:first-of-type {
	margin-top: 1em;
}

#find-your-hedge #main-content.content-20 .pre-footer ul li p {
	margin-bottom: 1.2em;
}

#find-your-hedge #main-content.content-20 + footer {
	background-color: #fff;
}

#find-your-hedge #main-content.content-21 .golden-text {
	color: #EFC135;
}

#find-your-hedge #main-content.content-21 ul {
	padding-left: 1.25em;
}

#find-your-hedge #main-content.content-21 ul li {
	margin-bottom: 1em;
}

#find-your-hedge #main-content.content-21 #fyh-displaced-container {
	margin-bottom: 0;
}

#find-your-hedge #main-content.content-21 .pre-footer-mast {
	margin-bottom: 1em;
}

@media (min-width: 768px) {
	#find-your-hedge #main-content.content-21 .pre-footer-mast:last-child {
		margin-bottom: 0;
	}
}

#find-your-hedge #main-content.content-22 .vista-at-a-glance {
	margin-top: 1em;
	background-color: #F3F3F3;
}

#find-your-hedge #main-content.content-22 .vista-at-a-glance-grid {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	box-align: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	-o-align-items: stretch;
	align-items: stretch;
	-ms-flex-align: stretch;
	margin-bottom: 2em;
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.content-22 .vista-at-a-glance-grid {
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		box-lines: multiple;
		flex-wrap: wrap;
	}
}

#find-your-hedge #main-content.content-22 .vista-at-a-glance-grid .vista-feature {
	box-flex: 1;
	-moz-flex: 1 1 33.333%;
	flex: 1 1 33.333%;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	padding: 1.25em 1.8em;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	border-right: 1px dashed #273A5F;
}

@media (min-width: 768px) {
	#find-your-hedge #main-content.content-22 .vista-at-a-glance-grid .vista-feature:first-of-type {
		padding-left: 0;
	}
	#find-your-hedge #main-content.content-22 .vista-at-a-glance-grid .vista-feature:last-of-type {
		padding-right: 0;
		border-right: none;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.content-22 .vista-at-a-glance-grid .vista-feature {
		box-flex: 1;
		-moz-flex: 1 1 100%;
		flex: 1 1 100%;
		border-right: none;
		box-pack: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
		-ms-flex-pack: center;
	}
	#find-your-hedge #main-content.content-22 .vista-at-a-glance-grid .vista-feature:not(:last-of-type) {
		border-bottom: 1px dashed #273A5F;
	}
}

#find-your-hedge #main-content.content-23 hr {
	border-top-color: #376291;
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.content-23 h1 {
		font-size: 2.25em;
	}
}

#find-your-hedge #main-content.content-23 h1 strong {
	font-weight: 600;
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.content-23 h3 {
		font-size: 1.33em;
	}
}

#find-your-hedge #main-content.content-23 h4 {
	font-weight: 400;
}

#find-your-hedge #main-content.content-24 .pre-footer .pre-footer-mast h2 {
	margin-top: 0;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.cssgrid #find-your-hedge #main-content.content-24 .pre-footer .ta-pipe-container {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 45% 1fr;
		grid-template-columns: 1fr 45% 1fr;
	}
}

@media (max-width: 992px) {
	#find-your-hedge #main-content.content-24 .pre-footer .ta-pipe-container .ta-pipe-box .ta-titles {
		font-size: 1.235em;
	}
}

@media (max-width: 992px) {
	#find-your-hedge #main-content.content-24 .ccp-lp-logo-grid.logo-grid-5 .ccp-lp-logo-item .ccp-lp-logo-image img {
		width: 102px;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.content-25 .xs-reduced-headline {
		font-size: 1.25em;
		line-height: 1.2em;
	}
}

#find-your-hedge #main-content.content-25 .pre-footer h3 {
	margin: 0.5em auto;
}

.flexbox #find-your-hedge #main-content.content-25 .bridging-the-gap-graph-container .bridging-the-gap-graph-allocated-group-a {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	box-pack: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}

@media (max-width: 767px) {
	.flexbox #find-your-hedge #main-content.content-25 .bridging-the-gap-graph-container .bridging-the-gap-graph-allocated-group-a {
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		box-lines: multiple;
		flex-wrap: wrap;
	}
}

#find-your-hedge #main-content.content-25 .bridging-the-gap-graph-container .bridging-the-gap-allocated-value-group {
	padding: 0 0.5em;
}

.flexbox #find-your-hedge #main-content.content-25 .bridging-the-gap-graph-container .bridging-the-gap-allocated-value-group {
	box-flex: 1;
	-moz-flex: 1 1 55%;
	flex: 1 1 55%;
}

#find-your-hedge #main-content.content-25 .bridging-the-gap-graph-container .bridging-the-gap-allocated-value {
	margin: 0 auto 0.1em;
	font-weight: 600;
	color: #56A67E;
}

@media (min-width: 768px) {
	#find-your-hedge #main-content.content-25 .bridging-the-gap-graph-container .bridging-the-gap-allocated-value {
		font-size: 3.5em;
		line-height: 1em;
	}
}

#find-your-hedge #main-content.content-25 .bridging-the-gap-graph-container .bridging-the-gap-allocated-value, #find-your-hedge #main-content.content-25 .bridging-the-gap-graph-container .bridging-the-gap-allocated-value + * {
	text-align: center;
}

@media (min-width: 768px) {
	#find-your-hedge #main-content.content-25 .bridging-the-gap-graph-container .bridging-the-gap-allocated-value-image {
		padding-right: 1.5em;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.content-25 .bridging-the-gap-graph-container .bridging-the-gap-allocated-value-image {
		box-flex: 1;
		-moz-flex: 1 1 100%;
		flex: 1 1 100%;
		margin-bottom: -0.75em;
	}
}

#find-your-hedge #main-content.content-25 .bridging-the-gap-graph-container .bridging-the-gap-allocated-value-image img {
	max-width: 70px;
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.content-25 .bridging-the-gap-graph-container .bridging-the-gap-allocated-value-image img {
		transform-origin: center;
		transform: rotate(90deg);
		margin: auto;
	}
}

#find-your-hedge #main-content.content-25 .bridging-the-gap-graph-container .bridging-the-gap-table {
	width: 100%;
}

#find-your-hedge #main-content.content-25 .bridging-the-gap-graph-container .bridging-the-gap-table th {
	background-color: transparent;
	font-weight: bold;
	font-size: 1em;
}

#find-your-hedge #main-content.content-25 .bridging-the-gap-graph-container .bridging-the-gap-table th, #find-your-hedge #main-content.content-25 .bridging-the-gap-graph-container .bridging-the-gap-table td {
	color: #273A5F;
}

#find-your-hedge #main-content.content-25 .bridging-the-gap-graph-container .bridging-the-gap-table tr td {
	font-size: 0.75em;
	padding: 0.65em 0.25em;
}

#find-your-hedge #main-content.content-25 .bridging-the-gap-graph-container .bridging-the-gap-table tr:nth-child(odd) td {
	background-color: #DDD;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}

#find-your-hedge #main-content.content-26 h3 {
	margin-bottom: 0.75em;
}

#find-your-hedge #main-content.content-26 ul.list-unstyled {
	margin-bottom: 2em;
}

#find-your-hedge #main-content.content-26 ul.list-unstyled li {
	margin-bottom: 0.75em;
	color: #273A5F;
}

#find-your-hedge #main-content.content-26 .headline-grid-container h1, #find-your-hedge #main-content.content-26 .headline-grid-container h2, #find-your-hedge #main-content.content-26 .headline-grid-container h3, #find-your-hedge #main-content.content-26 .headline-grid-container h4 {
	margin-top: 0;
	margin-bottom: 0.2em;
	font-weight: 500;
	line-height: 1em;
}

#find-your-hedge #main-content.content-26 .headline-grid-container h1 {
	font-size: 3.75em;
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.content-26 .headline-grid-container h1 {
		font-size: 3em;
	}
}

#find-your-hedge #main-content.content-26 .headline-grid-container h2, #find-your-hedge #main-content.content-26 .headline-grid-container h3 {
	font-weight: 600;
}

#find-your-hedge #main-content.content-26 .headline-grid-container h1, #find-your-hedge #main-content.content-26 .headline-grid-container h2, #find-your-hedge #main-content.content-26 .headline-grid-container h3, #find-your-hedge #main-content.content-26 .headline-grid-container h4, #find-your-hedge #main-content.content-26 .headline-grid-container p {
	color: #273A5F;
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.content-26 .headline-grid-container h1, #find-your-hedge #main-content.content-26 .headline-grid-container h2, #find-your-hedge #main-content.content-26 .headline-grid-container h3, #find-your-hedge #main-content.content-26 .headline-grid-container h4, #find-your-hedge #main-content.content-26 .headline-grid-container p {
		text-align: center;
	}
}

.flexbox #find-your-hedge #main-content.content-26 .headline-grid-container {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	flex-wrap: wrap;
}

.flexbox #find-your-hedge #main-content.content-26 .headline-grid-container > div {
	box-flex: 1;
	-moz-flex: 1 1 49%;
	flex: 1 1 49%;
	margin-bottom: 0.5em;
	padding-right: 1em;
}

@media (min-width: 768px) {
	.flexbox #find-your-hedge #main-content.content-26 .headline-grid-container > div:nth-child(1), .flexbox #find-your-hedge #main-content.content-26 .headline-grid-container > div:nth-child(2) {
		margin-bottom: 1em;
	}
}

@media (max-width: 767px) {
	.flexbox #find-your-hedge #main-content.content-26 .headline-grid-container > div {
		flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
	}
}

@media (min-width: 768px) {
	#find-your-hedge #main-content.content-27 .ccp-lp-grid-outline-two-by-two-block {
		padding: 2em !important;
	}
	#find-your-hedge #main-content.content-27 .ccp-lp-grid-outline-two-by-two-block h4, #find-your-hedge #main-content.content-27 .ccp-lp-grid-outline-two-by-two-block p {
		text-align: left !important;
	}
	#find-your-hedge #main-content.content-27 .ccp-lp-grid-outline-two-by-two-block:after {
		display: none;
	}
	#find-your-hedge #main-content.content-27 .ccp-lp-grid-outline-two-by-two-block:first-of-type {
		padding-left: 0 !important;
	}
	#find-your-hedge #main-content.content-27 .ccp-lp-grid-outline-two-by-two-block:last-of-type {
		padding-right: 0 !important;
	}
}

#find-your-hedge #main-content.content-27.two-sigma-content-a {
	background-color: #EDEDED;
}

@media (min-width: 768px) {
	.flexbox #find-your-hedge #main-content.content-27.two-sigma-content-a > .fyh-container > .row {
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -moz-flex;
		display: flex;
	}
	.flexbox #find-your-hedge #main-content.content-27.two-sigma-content-a > .fyh-container > .row .relative {
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -moz-flex;
		display: flex;
		flex-flow: column nowrap;
	}
	.flexbox #find-your-hedge #main-content.content-27.two-sigma-content-a > .fyh-container > .row .relative #flex-sigma-logo-align {
		margin-top: auto;
		margin-bottom: auto;
	}
}

#find-your-hedge #main-content.content-27.two-sigma-content-a .pre-footer {
	background-color: #fff;
}

@media (min-width: 768px) {
	#find-your-hedge #main-content.content-27 .two-sigma-content-b > .fyh-container > .row {
		position: relative;
	}
	#find-your-hedge #main-content.content-27 .two-sigma-content-b > .fyh-container > .row > [class*="col-"] {
		position: relative;
	}
	#find-your-hedge #main-content.content-27 .two-sigma-content-b > .fyh-container > .row > [class*="col-"]:first-of-type {
		z-index: 100;
	}
	#find-your-hedge #main-content.content-27 .two-sigma-content-b #sigma-photo-column {
		overflow: visible;
		margin-left: -30%;
		width: 60%;
		z-index: 0;
	}
	#find-your-hedge #main-content.content-27 .two-sigma-content-b #sigma-photo-column img {
		width: 100%;
	}
}

@media (min-width: 768px) and (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #main-content.content-27 .two-sigma-content-b #sigma-photo-column img {
		width: auto;
		height: 500px;
		margin-left: -18%;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.content-27 .two-sigma-content-b #sigma-photo-column {
		margin-top: 1em;
		padding-right: 0;
		padding-left: 0;
	}
	#find-your-hedge #main-content.content-27 .two-sigma-content-b #sigma-photo-column img {
		width: 100%;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.content-27 .two-sigma-content-b .col-xs-center-only {
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -moz-flex;
		display: flex;
		box-pack: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
		-ms-flex-pack: center;
	}
}

#find-your-hedge #main-content.content-27 .two-sigma-content-b .two-sigma-specs-container.flex {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	box-pack: distribute;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around;
	-ms-flex-pack: distribute;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.content-27 .two-sigma-content-b .two-sigma-specs-container.flex {
		box-pack: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
		-ms-flex-pack: center;
		width: 85%;
		margin: auto 12px auto auto;
	}
}

#find-your-hedge #main-content.content-27 .two-sigma-content-b .two-sigma-specs-container.flex .two-sigma-specs-col {
	padding: 0  0.75em;
}

@media (min-width: 768px) {
	#find-your-hedge #main-content.content-27 .two-sigma-content-b .two-sigma-specs-container.flex .two-sigma-specs-col {
		box-flex: 0;
		-moz-flex: 0 1 110px;
		flex: 0 1 110px;
	}
	#find-your-hedge #main-content.content-27 .two-sigma-content-b .two-sigma-specs-container.flex .two-sigma-specs-col:first-of-type {
		padding-left: 0;
	}
	#find-your-hedge #main-content.content-27 .two-sigma-content-b .two-sigma-specs-container.flex .two-sigma-specs-col:last-of-type {
		-moz-flex-grow: 2;
		flex-grow: 2;
		-ms-flex-positive: 2;
	}
}

@media (min-width: 992px) {
	#find-your-hedge #main-content.content-27 .two-sigma-content-b .two-sigma-specs-container.flex .two-sigma-specs-col:last-of-type {
		-moz-flex-grow: 0;
		flex-grow: 0;
		-ms-flex-positive: 0;
		flex-basis: 275px;
		-ms-flex-preferred-size: 275px;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.content-27 .two-sigma-content-b .two-sigma-specs-container.flex .two-sigma-specs-col {
		box-flex: 1;
		-moz-flex: 1 1 auto;
		flex: 1 1 auto;
	}
}

#find-your-hedge #main-content.content-27 .two-sigma-content-b .two-sigma-specs-col {
	margin-bottom: 0.5em;
}

#find-your-hedge #main-content.content-27 .two-sigma-content-b .two-sigma-specs-col h3, #find-your-hedge #main-content.content-27 .two-sigma-content-b .two-sigma-specs-col h4, #find-your-hedge #main-content.content-27 .two-sigma-content-b .two-sigma-specs-col h5 {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.1em;
	color: #807f7f;
}

#find-your-hedge #main-content.content-27 .two-sigma-content-b .two-sigma-specs-col h3 {
	font-size: 2.85em;
}

#find-your-hedge #main-content.content-27 .two-sigma-content-b .two-sigma-specs-col h4, #find-your-hedge #main-content.content-27 .two-sigma-content-b .two-sigma-specs-col h5 {
	font-weight: 100;
}

#find-your-hedge #main-content.content-28 ul {
	padding-left: 1.25em;
}

#find-your-hedge #main-content.content-28 .featured-row-mast {
	background-color: #ddd;
	padding: 1em 0;
	color: #273A5F;
}

@media (min-width: 768px) {
	#find-your-hedge #main-content.content-29 .ccp-lp-grid-outline-two-by-two-block.two-by-one {
		padding: 2em !important;
	}
	#find-your-hedge #main-content.content-29 .ccp-lp-grid-outline-two-by-two-block.two-by-one h4, #find-your-hedge #main-content.content-29 .ccp-lp-grid-outline-two-by-two-block.two-by-one p {
		text-align: left !important;
	}
	#find-your-hedge #main-content.content-29 .ccp-lp-grid-outline-two-by-two-block.two-by-one:after {
		display: none;
	}
	#find-your-hedge #main-content.content-29 .ccp-lp-grid-outline-two-by-two-block.two-by-one:first-of-type {
		padding-left: 0 !important;
	}
	#find-your-hedge #main-content.content-29 .ccp-lp-grid-outline-two-by-two-block.two-by-one:last-of-type {
		padding-right: 0 !important;
	}
}

#find-your-hedge #main-content.content-29 .featured-row-mast {
	background-color: #ddd;
	padding: 1em 0;
	color: #273A5F;
}

.flexbox #find-your-hedge #main-content.content-29 .infograph-spread .infograph-spread-col {
	flex-basis: 175px;
	-ms-flex-preferred-size: 175px;
}

#find-your-hedge #main-content.content-29 .infograph-spread .infograph-spread-col h4, #find-your-hedge #main-content.content-29 .infograph-spread .infograph-spread-col h3 {
	text-align: left;
}

#find-your-hedge #main-content.content-30 {
	background-color: #DDD;
}

#find-your-hedge #main-content.content-30.paperwork {
	background-color: #fff;
}

@media (min-width: 768px) {
	#find-your-hedge #main-content.content-31 .img-investor {
		margin-left: -2em;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	#find-your-hedge #main-content.content-31 .featured-row-container {
		grid-gap: 0.5em !important;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #main-content.content-31 .featured-row-container {
		-ms-grid-columns: auto 0.5em auto !important;
		grid-template-columns: repeat(2, auto) !important;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.content-31 .volatility-diminishes-box hr {
		border-width: 2px !important;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.content-31 .volatility-diminishes-box h3 {
		font-size: 1.25em;
	}
}

#find-your-hedge #main-content.content-31 .ccp-lp-grid-outline-block p strong {
	font-size: 1.15em;
	display: block;
	margin-bottom: 0.5em;
}

#find-your-hedge #main-content.content-32 {
	background-color: #ECEDEF;
}

@media (min-width: 768px) {
	.flexbox #find-your-hedge #main-content.content-32 > .fyh-container > .row {
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -moz-flex;
		display: flex;
	}
	.flexbox #find-your-hedge #main-content.content-32 > .fyh-container > .row .relative {
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -moz-flex;
		display: flex;
		box-orient: vertical;
		box-direction: normal;
		-moz-flex-direction: column;
		flex-direction: column;
	}
	.flexbox #find-your-hedge #main-content.content-32 > .fyh-container > .row .relative img {
		margin: auto;
		align-self: flex-end;
		-ms-flex-item-align: end;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.content-32 .ccp-lp-grid-outline .ccp-lp-grid-outline-block:not(:last-of-type) {
		padding-bottom: 1.25em;
		margin-bottom: 2em;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.content-32 .infograph-spread {
		width: 100% !important;
	}
	#find-your-hedge #main-content.content-32 .infograph-spread .infograph-spread-col {
		flex-grow: 0 !important;
	}
	#find-your-hedge #main-content.content-32 .infograph-spread .infograph-spread-col h4 {
		font-size: 1em;
	}
	#find-your-hedge #main-content.content-32 .infograph-spread .infograph-spread-col h3 {
		font-size: 2em;
	}
	#find-your-hedge #main-content.content-32 .infograph-spread .infograph-spread-col.no-grow {
		flex-grow: 0;
	}
}

#find-your-hedge #main-content.content-32 .infograph-spread-alt-a {
	display: block;
	width: 100%;
}

#find-your-hedge #main-content.content-32 .infograph-spread-alt-a .infograph-spread-column {
	display: block;
	width: auto;
	border-right: 1px solid #273A5F;
	float: left;
	padding: 0.5em;
}

@media (max-width: 992px) {
	#find-your-hedge #main-content.content-32 .infograph-spread-alt-a .infograph-spread-column:nth-child(1) {
		border-right: none;
	}
}

#find-your-hedge #main-content.content-32 .infograph-spread-alt-a .infograph-spread-column:nth-child(2) {
	border-right: none;
}

@media (max-width: 992px) {
	#find-your-hedge #main-content.content-32 .infograph-spread-alt-a .infograph-spread-column:nth-child(2) {
		border-right: none;
		border-bottom: none;
		padding-left: 0;
	}
}

#find-your-hedge #main-content.content-32 .infograph-spread-alt-a .infograph-spread-column:nth-child(3) {
	border-right: none;
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #main-content.content-32 .infograph-spread-alt-a .infograph-spread-column:nth-child(3) {
		padding-left: 0;
		border-top: 1px solid #273A5F;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.content-32 .infograph-spread-alt-a .infograph-spread-column:nth-child(3) {
		border-top: 1px solid #273A5F;
	}
}

#find-your-hedge #main-content.content-32 .infograph-spread-alt-a .infograph-spread-column:first-child, #find-your-hedge #main-content.content-32 .infograph-spread-alt-a .infograph-spread-column:last-child {
	padding-left: 0;
}

#find-your-hedge #main-content.content-32 .infograph-spread-alt-a .infograph-spread-column:last-child {
	border-right: none;
	border-bottom: 1px solid #273A5F;
	width: 100%;
	clear: both;
}

@media (min-width: 992px) {
	#find-your-hedge #main-content.content-32 .infograph-spread-alt-a .infograph-spread-column:last-child {
		border-top: 1px solid #273A5F;
	}
}

#find-your-hedge #main-content.content-32 .infograph-spread-alt-a .infograph-spread-column h2, #find-your-hedge #main-content.content-32 .infograph-spread-alt-a .infograph-spread-column h3, #find-your-hedge #main-content.content-32 .infograph-spread-alt-a .infograph-spread-column h4, #find-your-hedge #main-content.content-32 .infograph-spread-alt-a .infograph-spread-column h5, #find-your-hedge #main-content.content-32 .infograph-spread-alt-a .infograph-spread-column h6 {
	margin: 0;
}

#find-your-hedge #main-content.content-32 .infograph-spread-alt-a .infograph-spread-column > div > div:last-child {
	padding-top: 0.5em;
}

#find-your-hedge #main-content.content-32 .infograph-spread-alt-a .infograph-spread-column > div > div:not(:last-child) {
	padding-bottom: 0.5em;
	border-bottom: 1px solid #273A5F;
}

@media (max-width: 992px) {
	#find-your-hedge #main-content.content-32 .infograph-spread-alt-a .infograph-spread-column {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #273A5F;
		padding-left: 0;
	}
}

.flexbox #find-your-hedge #main-content.content-32 .infograph-spread-alt-a {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	flex-wrap: wrap;
}

.flexbox #find-your-hedge #main-content.content-32 .infograph-spread-alt-a .infograph-spread-column {
	margin-bottom: 0.5em;
	box-flex: 1;
	-moz-flex: 1 0 auto;
	flex: 1 0 auto;
}

@media (min-width: 992px) {
	.flexbox #find-your-hedge #main-content.content-32 .infograph-spread-alt-a .infograph-spread-column:nth-child(2) {
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -moz-flex;
		display: flex;
		flex-flow: wrap column;
		box-pack: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
		-ms-flex-pack: center;
	}
}

@media (max-width: 992px) {
	.flexbox #find-your-hedge #main-content.content-32 .infograph-spread-alt-a .infograph-spread-column:nth-child(2) {
		flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
	}
}

.flexbox #find-your-hedge #main-content.content-32 .infograph-spread-alt-a .infograph-spread-column.spread {
	flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
}

@media (min-width: 768px) and (max-width: 992px) {
	.flexbox #find-your-hedge #main-content.content-32 .infograph-spread-alt-a .infograph-spread-column:nth-child(3) {
		flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
	}
}

#find-your-hedge #main-content.elliot .grid-with-banner-float, #find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 100px minmax(0, 1000px) 100px 1fr;
	grid-template-columns: 1fr 100px minmax(0, 1000px) 100px 1fr;
	justify-content: center;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

#find-your-hedge #main-content.elliot .grid-with-banner-float > *:nth-child(1), #find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

#find-your-hedge #main-content.elliot .grid-with-banner-float > *:nth-child(2), #find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
}

#find-your-hedge #main-content.elliot .grid-with-banner-float > *:nth-child(3), #find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float > *:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

#find-your-hedge #main-content.elliot .grid-with-banner-float > *:nth-child(4), #find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float > *:nth-child(4) {
	-ms-grid-row: 1;
	-ms-grid-column: 4;
}

#find-your-hedge #main-content.elliot .grid-with-banner-float > *:nth-child(5), #find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float > *:nth-child(5) {
	-ms-grid-row: 1;
	-ms-grid-column: 5;
}

@media (min-width: 992px) and (max-width: 1200px) {
	#find-your-hedge #main-content.elliot .grid-with-banner-float, #find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float {
		-ms-grid-columns: 0px 15px minmax(0, 1000px) 15px 0px;
		grid-template-columns: 0px 15px minmax(0, 1000px) 15px 0px;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #main-content.elliot .grid-with-banner-float, #find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float {
		-ms-grid-columns: 0px 15px minmax(0, 1000px) 15px 0px;
		grid-template-columns: 0px 15px minmax(0, 1000px) 15px 0px;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.elliot .grid-with-banner-float, #find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float {
		-ms-grid-columns: 0 auto 1fr auto 0;
		grid-template-columns: 0 auto 1fr auto 0;
	}
}

#find-your-hedge #main-content.elliot .grid-with-banner-float .bg-elements, #find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements {
	-ms-grid-column: 2;
	-ms-grid-column-span: 3;
	grid-column: 2/5;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: 1fr;
	grid-template-rows: 1fr;
	justify-content: start;
}

#find-your-hedge #main-content.elliot .grid-with-banner-float .bg-elements > *:nth-child(1), #find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

#find-your-hedge #main-content.elliot .grid-with-banner-float .bg-elements > *:nth-child(2), #find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
}

@media (min-width: 768px) {
	#find-your-hedge #main-content.elliot .grid-with-banner-float .bg-elements, #find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements {
		-ms-grid-row: 1;
		grid-row: 1/1;
	}
}

#find-your-hedge #main-content.elliot .grid-with-banner-float .bg-elements .cell-a, #find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-a {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1/2;
}

#find-your-hedge #main-content.elliot .grid-with-banner-float .bg-elements .cell-b, #find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b {
	-ms-grid-column: 2;
	-ms-grid-column-span: 2;
	grid-column: 2/4;
	-ms-grid-row-align: end;
	    align-self: end;
	-ms-grid-column-align: start;
	    justify-self: start;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 15% auto 1fr;
	grid-template-columns: 15% auto 1fr;
	-ms-grid-rows: 20% auto 1fr;
	grid-template-rows: 20% auto 1fr;
}

#find-your-hedge #main-content.elliot .grid-with-banner-float .bg-elements .cell-b > *:nth-child(1), #find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

#find-your-hedge #main-content.elliot .grid-with-banner-float .bg-elements .cell-b > *:nth-child(2), #find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
}

#find-your-hedge #main-content.elliot .grid-with-banner-float .bg-elements .cell-b > *:nth-child(3), #find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b > *:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

#find-your-hedge #main-content.elliot .grid-with-banner-float .bg-elements .cell-b > *:nth-child(4), #find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b > *:nth-child(4) {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
}

#find-your-hedge #main-content.elliot .grid-with-banner-float .bg-elements .cell-b > *:nth-child(5), #find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b > *:nth-child(5) {
	-ms-grid-row: 2;
	-ms-grid-column: 2;
}

#find-your-hedge #main-content.elliot .grid-with-banner-float .bg-elements .cell-b > *:nth-child(6), #find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b > *:nth-child(6) {
	-ms-grid-row: 2;
	-ms-grid-column: 3;
}

#find-your-hedge #main-content.elliot .grid-with-banner-float .bg-elements .cell-b > *:nth-child(7), #find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b > *:nth-child(7) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}

#find-your-hedge #main-content.elliot .grid-with-banner-float .bg-elements .cell-b > *:nth-child(8), #find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b > *:nth-child(8) {
	-ms-grid-row: 3;
	-ms-grid-column: 2;
}

#find-your-hedge #main-content.elliot .grid-with-banner-float .bg-elements .cell-b > *:nth-child(9), #find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b > *:nth-child(9) {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.elliot .grid-with-banner-float .bg-elements .cell-b, #find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b {
		-ms-grid-column: 1;
		-ms-grid-column-span: 3;
		grid-column: 1/4;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.elliot .grid-with-banner-float .bg-elements .cell-b, #find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b {
		-ms-grid-columns: 2.5% auto 1fr;
		grid-template-columns: 2.5% auto 1fr;
	}
}

#find-your-hedge #main-content.elliot .grid-with-banner-float .bg-elements .cell-b .grid-elliot-bg, #find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b .grid-elliot-bg {
	-ms-grid-column: 1;
	-ms-grid-column-span: 4;
	grid-column: 1/5;
	-ms-grid-row: 1;
	-ms-grid-row-span: 3;
	grid-row: 1/4;
}

#find-your-hedge #main-content.elliot .grid-with-banner-float .bg-elements .cell-b .grid-elliot-text, #find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b .grid-elliot-text {
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2/3;
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	grid-row: 2/3;
}

#find-your-hedge #main-content.elliot .grid-with-banner-float .fb-elements, #find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .fb-elements {
	-ms-grid-column: 3;
	-ms-grid-column-span: 1;
	grid-column: 3/4;
	-ms-grid-row: 1;
	grid-row: 1/1;
	padding-right: 1em;
	padding-left: 1em;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

#find-your-hedge #main-content.elliot .grid-with-banner-float .fb-elements > *:nth-child(1), #find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .fb-elements > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

#find-your-hedge #main-content.elliot .grid-with-banner-float .fb-elements .row:nth-of-type(1), #find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .fb-elements .row:nth-of-type(1) {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	grid-row: 1/2;
}

#find-your-hedge #main-content.elliot .grid-with-banner-float .fb-elements .row:nth-of-type(2), #find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .fb-elements .row:nth-of-type(2) {
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	grid-row: 2/3;
}

#find-your-hedge #main-content.elliot .grid-gray-box-container, #find-your-hedge #main-content.graham-quant-macro .grid-gray-box-container {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(3, minmax(auto, 1fr));
	-ms-grid-columns: 1fr [3];
	-ms-grid-rows: 1fr;
	grid-template-rows: 1fr;
	grid-gap: 2em;
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.elliot .grid-gray-box-container, #find-your-hedge #main-content.graham-quant-macro .grid-gray-box-container {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		-ms-grid-rows: auto 2em auto 2em auto;
		grid-template-rows: repeat(3, auto);
	}
	#find-your-hedge #main-content.elliot .grid-gray-box-container > *:nth-child(1), #find-your-hedge #main-content.graham-quant-macro .grid-gray-box-container > *:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	#find-your-hedge #main-content.elliot .grid-gray-box-container > *:nth-child(2), #find-your-hedge #main-content.graham-quant-macro .grid-gray-box-container > *:nth-child(2) {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}
	#find-your-hedge #main-content.elliot .grid-gray-box-container > *:nth-child(3), #find-your-hedge #main-content.graham-quant-macro .grid-gray-box-container > *:nth-child(3) {
		-ms-grid-row: 5;
		-ms-grid-column: 1;
	}
}

#find-your-hedge #main-content.elliot .grid-gray-box-container .grid-gray-box-item, #find-your-hedge #main-content.graham-quant-macro .grid-gray-box-container .grid-gray-box-item {
	background-color: #f3f3f3;
	padding: 2em;
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: auto minmax(175px, auto) minmax(100px, 1fr);
	grid-template-rows: auto minmax(175px, auto) minmax(100px, 1fr);
}

@media (min-width: 768px) {
	#find-your-hedge #main-content.elliot .grid-gray-box-container .grid-gray-box-item, #find-your-hedge #main-content.graham-quant-macro .grid-gray-box-container .grid-gray-box-item {
		-ms-grid-rows: auto 175px 100px 1fr;
	}
	.cssgridlegacy.no-cssgrid #find-your-hedge #main-content.elliot .grid-gray-box-container .grid-gray-box-item:not(:last-of-type), .cssgridlegacy.no-cssgrid #find-your-hedge #main-content.graham-quant-macro .grid-gray-box-container .grid-gray-box-item:not(:last-of-type) {
		margin-right: 1.5em;
	}
	#find-your-hedge #main-content.elliot .grid-gray-box-container .grid-gray-box-item:nth-of-type(1), #find-your-hedge #main-content.graham-quant-macro .grid-gray-box-container .grid-gray-box-item:nth-of-type(1) {
		-ms-grid-column: 1;
	}
	#find-your-hedge #main-content.elliot .grid-gray-box-container .grid-gray-box-item:nth-of-type(2), #find-your-hedge #main-content.graham-quant-macro .grid-gray-box-container .grid-gray-box-item:nth-of-type(2) {
		-ms-grid-column: 2;
	}
	#find-your-hedge #main-content.elliot .grid-gray-box-container .grid-gray-box-item:nth-of-type(3), #find-your-hedge #main-content.graham-quant-macro .grid-gray-box-container .grid-gray-box-item:nth-of-type(3) {
		-ms-grid-column: 3;
	}
	#find-your-hedge #main-content.elliot .grid-gray-box-container .grid-gray-box-item .grid-gray-box-item-header, #find-your-hedge #main-content.graham-quant-macro .grid-gray-box-container .grid-gray-box-item .grid-gray-box-item-header {
		-ms-grid-row: 1;
	}
	#find-your-hedge #main-content.elliot .grid-gray-box-container .grid-gray-box-item .grid-gray-box-item-body, #find-your-hedge #main-content.graham-quant-macro .grid-gray-box-container .grid-gray-box-item .grid-gray-box-item-body {
		-ms-grid-row: 2;
	}
	#find-your-hedge #main-content.elliot .grid-gray-box-container .grid-gray-box-item .grid-gray-box-item-footer, #find-your-hedge #main-content.graham-quant-macro .grid-gray-box-container .grid-gray-box-item .grid-gray-box-item-footer {
		-ms-grid-row: 3;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.elliot .grid-gray-box-container .grid-gray-box-item, #find-your-hedge #main-content.graham-quant-macro .grid-gray-box-container .grid-gray-box-item {
		-ms-grid-rows: auto auto auto;
		grid-template-rows: auto auto auto;
	}
}

#find-your-hedge #main-content.elliot .h-pipe, #find-your-hedge #main-content.graham-quant-macro .h-pipe {
	display: block;
	height: 1px;
	width: 80%;
	border-top: 2px dotted #273A5F;
	margin: auto;
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.elliot .h-pipe, #find-your-hedge #main-content.graham-quant-macro .h-pipe {
		width: 100%;
	}
}

#find-your-hedge #main-content.elliot .v-pipe, #find-your-hedge #main-content.graham-quant-macro .v-pipe {
	display: block;
	border-right: 2px dotted #273A5F;
	height: 80px;
	width: 1px;
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.elliot .xs-down-h-pipe, #find-your-hedge #main-content.graham-quant-macro .xs-down-h-pipe {
		display: block;
		height: 1px;
		width: 100%;
		border: none;
		border-top: 2px dotted #273A5F;
		margin: auto;
	}
}

#find-your-hedge #main-content.graham-quant-macro {
	padding-top: 0;
}

#find-your-hedge #main-content.graham-quant-macro #graham-quant-macro-prefooter {
	overflow: hidden;
}

@media (min-width: 768px) {
	#find-your-hedge #main-content.graham-quant-macro #graham-quant-macro-prefooter {
		box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
	}
}

@media (min-width: 768px) {
	#find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements {
		-ms-grid-columns: 1fr 300px 1fr;
		grid-template-columns: 1fr 300px 1fr;
		-ms-grid-rows: auto 1fr;
		grid-template-rows: auto 1fr;
	}
	#find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements > *:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	#find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements > *:nth-child(2) {
		-ms-grid-row: 1;
		-ms-grid-column: 2;
	}
	#find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements > *:nth-child(3) {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}
	#find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements > *:nth-child(4) {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}
	#find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements > *:nth-child(5) {
		-ms-grid-row: 2;
		-ms-grid-column: 2;
	}
	#find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements > *:nth-child(6) {
		-ms-grid-row: 2;
		-ms-grid-column: 3;
	}
	#find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b {
		align-items: start;
		-ms-grid-columns: 39% auto 1fr;
		grid-template-columns: 39% auto 1fr;
		-ms-grid-rows: 125px auto 1fr;
		grid-template-rows: 125px auto 1fr;
	}
	#find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b > *:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	#find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b > *:nth-child(2) {
		-ms-grid-row: 1;
		-ms-grid-column: 2;
	}
	#find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b > *:nth-child(3) {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}
	#find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b > *:nth-child(4) {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}
	#find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b > *:nth-child(5) {
		-ms-grid-row: 2;
		-ms-grid-column: 2;
	}
	#find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b > *:nth-child(6) {
		-ms-grid-row: 2;
		-ms-grid-column: 3;
	}
	#find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b > *:nth-child(7) {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}
	#find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b > *:nth-child(8) {
		-ms-grid-row: 3;
		-ms-grid-column: 2;
	}
	#find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b > *:nth-child(9) {
		-ms-grid-row: 3;
		-ms-grid-column: 3;
	}
	#find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b .grid-elliot-text {
		position: relative;
	}
	#find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b img {
		position: relative;
		right: -12.5%;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements {
		-ms-grid-columns: 1fr 400px 1fr;
		grid-template-columns: 1fr 400px 1fr;
	}
	#find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b {
		-ms-grid-columns: 37.5% auto 1fr;
		grid-template-columns: 37.5% auto 1fr;
		-ms-grid-rows: 100px auto 1fr;
		grid-template-rows: 100px auto 1fr;
	}
	#find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b > *:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	#find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b > *:nth-child(2) {
		-ms-grid-row: 1;
		-ms-grid-column: 2;
	}
	#find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b > *:nth-child(3) {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}
	#find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b > *:nth-child(4) {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}
	#find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b > *:nth-child(5) {
		-ms-grid-row: 2;
		-ms-grid-column: 2;
	}
	#find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b > *:nth-child(6) {
		-ms-grid-row: 2;
		-ms-grid-column: 3;
	}
	#find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b > *:nth-child(7) {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}
	#find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b > *:nth-child(8) {
		-ms-grid-row: 3;
		-ms-grid-column: 2;
	}
	#find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b > *:nth-child(9) {
		-ms-grid-row: 3;
		-ms-grid-column: 3;
	}
	#find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b .grid-elliot-text {
		position: relative;
	}
	#find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b img {
		position: relative;
		right: -12.5%;
		z-index: 0;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b {
		-ms-grid-columns: 5% auto 1fr;
		grid-template-columns: 5% auto 1fr;
		-ms-grid-rows: 50px auto 1fr;
		grid-template-rows: 50px auto 1fr;
	}
	#find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b > *:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	#find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b > *:nth-child(2) {
		-ms-grid-row: 1;
		-ms-grid-column: 2;
	}
	#find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b > *:nth-child(3) {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}
	#find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b > *:nth-child(4) {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}
	#find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b > *:nth-child(5) {
		-ms-grid-row: 2;
		-ms-grid-column: 2;
	}
	#find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b > *:nth-child(6) {
		-ms-grid-row: 2;
		-ms-grid-column: 3;
	}
	#find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b > *:nth-child(7) {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}
	#find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b > *:nth-child(8) {
		-ms-grid-row: 3;
		-ms-grid-column: 2;
	}
	#find-your-hedge #main-content.graham-quant-macro .grid-with-banner-float .bg-elements .cell-b > *:nth-child(9) {
		-ms-grid-row: 3;
		-ms-grid-column: 3;
	}
}

#find-your-hedge #main-content.coatue {
	padding-top: 0;
}

#find-your-hedge #main-content.coatue .grid-with-banner-float {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 100px minmax(0, 1000px) 100px 1fr;
	grid-template-columns: 1fr 100px minmax(0, 1000px) 100px 1fr;
	justify-content: center;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

#find-your-hedge #main-content.coatue .grid-with-banner-float > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

#find-your-hedge #main-content.coatue .grid-with-banner-float > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
}

#find-your-hedge #main-content.coatue .grid-with-banner-float > *:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

#find-your-hedge #main-content.coatue .grid-with-banner-float > *:nth-child(4) {
	-ms-grid-row: 1;
	-ms-grid-column: 4;
}

#find-your-hedge #main-content.coatue .grid-with-banner-float > *:nth-child(5) {
	-ms-grid-row: 1;
	-ms-grid-column: 5;
}

@media (min-width: 992px) and (max-width: 1200px) {
	#find-your-hedge #main-content.coatue .grid-with-banner-float {
		-ms-grid-columns: 0px 15px minmax(0, 1000px) 15px 0px;
		grid-template-columns: 0px 15px minmax(0, 1000px) 15px 0px;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #main-content.coatue .grid-with-banner-float {
		-ms-grid-columns: 0px 15px minmax(0, 1000px) 15px 0px;
		grid-template-columns: 0px 15px minmax(0, 1000px) 15px 0px;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.coatue .grid-with-banner-float {
		-ms-grid-columns: 0 auto 1fr auto 0;
		grid-template-columns: 0 auto 1fr auto 0;
	}
}

#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements {
	-ms-grid-column: 2;
	-ms-grid-column-span: 3;
	grid-column: 2/5;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: 1fr;
	grid-template-rows: 1fr;
	justify-content: start;
}

#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
}

@media (min-width: 768px) {
	#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements {
		-ms-grid-row: 1;
		grid-row: 1/1;
	}
}

#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-a {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1/2;
}

#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b {
	-ms-grid-column: 2;
	-ms-grid-column-span: 2;
	grid-column: 2/4;
	-ms-grid-row-align: end;
	    align-self: end;
	-ms-grid-column-align: start;
	    justify-self: start;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 15% auto 1fr;
	grid-template-columns: 15% auto 1fr;
	-ms-grid-rows: 20% auto 1fr;
	grid-template-rows: 20% auto 1fr;
}

#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
}

#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b > *:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b > *:nth-child(4) {
	-ms-grid-row: 2;
	-ms-grid-column: 1;
}

#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b > *:nth-child(5) {
	-ms-grid-row: 2;
	-ms-grid-column: 2;
}

#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b > *:nth-child(6) {
	-ms-grid-row: 2;
	-ms-grid-column: 3;
}

#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b > *:nth-child(7) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}

#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b > *:nth-child(8) {
	-ms-grid-row: 3;
	-ms-grid-column: 2;
}

#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b > *:nth-child(9) {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b {
		-ms-grid-column: 1;
		-ms-grid-column-span: 3;
		grid-column: 1/4;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b {
		-ms-grid-columns: 2.5% auto 1fr;
		grid-template-columns: 2.5% auto 1fr;
	}
}

#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b .grid-elliot-bg {
	-ms-grid-column: 1;
	-ms-grid-column-span: 4;
	grid-column: 1/5;
	-ms-grid-row: 1;
	-ms-grid-row-span: 3;
	grid-row: 1/4;
}

#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b .grid-elliot-text {
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2/3;
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	grid-row: 2/3;
}

#find-your-hedge #main-content.coatue .grid-with-banner-float .fb-elements {
	-ms-grid-column: 3;
	-ms-grid-column-span: 1;
	grid-column: 3/4;
	-ms-grid-row: 1;
	grid-row: 1/1;
	padding-right: 1em;
	padding-left: 1em;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

#find-your-hedge #main-content.coatue .grid-with-banner-float .fb-elements > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

#find-your-hedge #main-content.coatue .grid-with-banner-float .fb-elements .row:nth-of-type(1) {
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	grid-row: 1/2;
}

#find-your-hedge #main-content.coatue .grid-with-banner-float .fb-elements .row:nth-of-type(2) {
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	grid-row: 2/3;
}

#find-your-hedge #main-content.coatue .grid-with-banner-float .fb-elements .row:nth-of-type(3) {
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
	grid-row: 3/4;
}

#find-your-hedge #main-content.coatue .grid-gray-box-container {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(3, minmax(auto, 1fr));
	-ms-grid-columns: 1fr [3];
	-ms-grid-rows: 1fr;
	grid-template-rows: 1fr;
	grid-gap: 2em;
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.coatue .grid-gray-box-container {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		-ms-grid-rows: auto 2em auto 2em auto;
		grid-template-rows: repeat(3, auto);
	}
	#find-your-hedge #main-content.coatue .grid-gray-box-container > *:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	#find-your-hedge #main-content.coatue .grid-gray-box-container > *:nth-child(2) {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}
	#find-your-hedge #main-content.coatue .grid-gray-box-container > *:nth-child(3) {
		-ms-grid-row: 5;
		-ms-grid-column: 1;
	}
}

#find-your-hedge #main-content.coatue .grid-gray-box-container .grid-gray-box-item {
	background-color: #f3f3f3;
	padding: 2em;
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: auto minmax(175px, auto) minmax(100px, 1fr);
	grid-template-rows: auto minmax(175px, auto) minmax(100px, 1fr);
}

@media (min-width: 768px) {
	#find-your-hedge #main-content.coatue .grid-gray-box-container .grid-gray-box-item {
		-ms-grid-rows: auto 175px 100px 1fr;
	}
	.cssgridlegacy.no-cssgrid #find-your-hedge #main-content.coatue .grid-gray-box-container .grid-gray-box-item:not(:last-of-type) {
		margin-right: 1.5em;
	}
	#find-your-hedge #main-content.coatue .grid-gray-box-container .grid-gray-box-item:nth-of-type(1) {
		-ms-grid-column: 1;
	}
	#find-your-hedge #main-content.coatue .grid-gray-box-container .grid-gray-box-item:nth-of-type(2) {
		-ms-grid-column: 2;
	}
	#find-your-hedge #main-content.coatue .grid-gray-box-container .grid-gray-box-item:nth-of-type(3) {
		-ms-grid-column: 3;
	}
	#find-your-hedge #main-content.coatue .grid-gray-box-container .grid-gray-box-item .grid-gray-box-item-header {
		-ms-grid-row: 1;
	}
	#find-your-hedge #main-content.coatue .grid-gray-box-container .grid-gray-box-item .grid-gray-box-item-body {
		-ms-grid-row: 2;
	}
	#find-your-hedge #main-content.coatue .grid-gray-box-container .grid-gray-box-item .grid-gray-box-item-footer {
		-ms-grid-row: 3;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.coatue .grid-gray-box-container .grid-gray-box-item {
		-ms-grid-rows: auto auto auto;
		grid-template-rows: auto auto auto;
	}
}

@media (min-width: 768px) {
	#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements {
		-ms-grid-columns: 1fr 150px 1fr;
		grid-template-columns: 1fr 150px 1fr;
		-ms-grid-rows: auto 1fr;
		grid-template-rows: auto 1fr;
	}
	#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements > *:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements > *:nth-child(2) {
		-ms-grid-row: 1;
		-ms-grid-column: 2;
	}
	#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements > *:nth-child(3) {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}
	#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements > *:nth-child(4) {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}
	#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements > *:nth-child(5) {
		-ms-grid-row: 2;
		-ms-grid-column: 2;
	}
	#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements > *:nth-child(6) {
		-ms-grid-row: 2;
		-ms-grid-column: 3;
	}
	#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b {
		align-items: start;
		-ms-grid-columns: 35% auto 1fr;
		grid-template-columns: 35% auto 1fr;
		-ms-grid-rows: 25px auto 1fr;
		grid-template-rows: 25px auto 1fr;
	}
	#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b > *:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b > *:nth-child(2) {
		-ms-grid-row: 1;
		-ms-grid-column: 2;
	}
	#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b > *:nth-child(3) {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}
	#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b > *:nth-child(4) {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}
	#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b > *:nth-child(5) {
		-ms-grid-row: 2;
		-ms-grid-column: 2;
	}
	#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b > *:nth-child(6) {
		-ms-grid-row: 2;
		-ms-grid-column: 3;
	}
	#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b > *:nth-child(7) {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}
	#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b > *:nth-child(8) {
		-ms-grid-row: 3;
		-ms-grid-column: 2;
	}
	#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b > *:nth-child(9) {
		-ms-grid-row: 3;
		-ms-grid-column: 3;
	}
	#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b .grid-elliot-text {
		position: relative;
	}
	#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b img {
		position: relative;
		right: -12.5%;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements {
		-ms-grid-columns: 1fr 250px 1fr;
		grid-template-columns: 1fr 250px 1fr;
	}
	#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b {
		-ms-grid-columns: 32% auto 1fr;
		grid-template-columns: 32% auto 1fr;
		-ms-grid-rows: 20px auto 1fr;
		grid-template-rows: 20px auto 1fr;
	}
	#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b > *:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b > *:nth-child(2) {
		-ms-grid-row: 1;
		-ms-grid-column: 2;
	}
	#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b > *:nth-child(3) {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}
	#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b > *:nth-child(4) {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}
	#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b > *:nth-child(5) {
		-ms-grid-row: 2;
		-ms-grid-column: 2;
	}
	#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b > *:nth-child(6) {
		-ms-grid-row: 2;
		-ms-grid-column: 3;
	}
	#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b > *:nth-child(7) {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}
	#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b > *:nth-child(8) {
		-ms-grid-row: 3;
		-ms-grid-column: 2;
	}
	#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b > *:nth-child(9) {
		-ms-grid-row: 3;
		-ms-grid-column: 3;
	}
	#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b .grid-elliot-text {
		position: relative;
	}
	#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b img {
		position: relative;
		right: -12.5%;
		z-index: 0;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b {
		-ms-grid-columns: 10% auto 1fr;
		grid-template-columns: 10% auto 1fr;
		-ms-grid-rows: 0px auto 1fr;
		grid-template-rows: 0px auto 1fr;
	}
	#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b > *:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b > *:nth-child(2) {
		-ms-grid-row: 1;
		-ms-grid-column: 2;
	}
	#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b > *:nth-child(3) {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}
	#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b > *:nth-child(4) {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}
	#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b > *:nth-child(5) {
		-ms-grid-row: 2;
		-ms-grid-column: 2;
	}
	#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b > *:nth-child(6) {
		-ms-grid-row: 2;
		-ms-grid-column: 3;
	}
	#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b > *:nth-child(7) {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}
	#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b > *:nth-child(8) {
		-ms-grid-row: 3;
		-ms-grid-column: 2;
	}
	#find-your-hedge #main-content.coatue .grid-with-banner-float .bg-elements .cell-b > *:nth-child(9) {
		-ms-grid-row: 3;
		-ms-grid-column: 3;
	}
}

#find-your-hedge #testimonial-block {
	margin: 2em auto 2em;
	border: 1px solid #233A5E;
	padding: 1em;
	border-radius: 8px;
	display: block;
	width: 100%;
	max-width: 320px;
	background-color: #FFF;
}

@media (min-width: 768px) and (max-width: 992px) {
	#find-your-hedge #testimonial-block {
		width: 100%;
		margin-top: 2em;
	}
}

@media (max-width: 767px) {
	#find-your-hedge #testimonial-block {
		margin-top: 1em;
	}
}

#find-your-hedge #testimonial-block .quote {
	font-style: italic;
	font-weight: 400;
	font-size: 1em;
	color: #243A5E;
}

#find-your-hedge #testimonial-block.testimonial-style-a {
	border: none;
	width: 100%;
}

#find-your-hedge #testimonial-block.testimonial-style-a .quote {
	margin-bottom: 1.5em !important;
}

#find-your-hedge #testimonial-block.testimonial-style-a .quote-author-icon img {
	border-radius: 100%;
}

#find-your-hedge #testimonial-block .quote-author-container {
	display: block;
	width: 100%;
	margin: 0 0 -2.3em;
	background-color: #FFF;
}

#find-your-hedge #testimonial-block .quote-author-container:after {
	content: '';
	display: block;
	clear: both;
}

#find-your-hedge #testimonial-block .quote-author-container .quote-author-icon, #find-your-hedge #testimonial-block .quote-author-container .quote-author-name {
	display: block;
	font-size: 0.9em;
	font-style: italic;
	color: #a6a6a6;
}

#find-your-hedge #testimonial-block .quote-author-container .quote-author-icon {
	text-align: center;
	padding: 0 0.5em;
}

#find-your-hedge #testimonial-block .quote-author-container .quote-author-name {
	padding-right: 0.3em;
}

.flexbox #find-your-hedge #testimonial-block .quote-author-container {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	box-pack: start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: start;
}

.flexbox #find-your-hedge #testimonial-block .quote-author-container .quote-author-icon, .flexbox #find-your-hedge #testimonial-block .quote-author-container .quote-author-name {
	float: none;
	width: auto;
	padding: 0 0.25em;
}

.flexbox #find-your-hedge #testimonial-block .quote-author-container .quote-author-icon img {
	width: 100%;
	max-width: 100%;
}

.flexbox #find-your-hedge #testimonial-block .quote-author-container .quote-author-name {
	flex-basis: 70%;
	-ms-flex-preferred-size: 70%;
}

#find-your-hedge #testimonial-block.testimonial-14 {
	border-color: #243A5E;
}

#find-your-hedge #testimonial-block.testimonial-14 .quote {
	color: #243A5E;
	font-size: 0.96em;
}

#find-your-hedge #testimonial-block.testimonial-14 .quote-author-icon {
	box-flex: 2;
	-moz-flex: 2 1 auto;
	flex: 2 1 auto;
}

#find-your-hedge #testimonial-block.testimonial-14 .quote-author-name {
	box-flex: 1;
	-moz-flex: 1 4 auto;
	flex: 1 4 auto;
}

#find-your-hedge footer {
	padding: 1em 0;
}

#find-your-hedge footer a {
	display: inline-block;
	margin-right: 1em;
}

#find-your-hedge footer a:last-child {
	margin-right: 0;
	margin-bottom: 0.4em;
}

#find-your-hedge footer .footer-logo {
	display: inline-block;
	margin-top: 1em;
	width: 150px;
}

.flexbox #find-your-hedge footer .align-bottom {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	box-orient: horizontal;
	box-direction: normal;
	-moz-flex-direction: row;
	flex-direction: row;
	box-align: end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	-o-align-items: flex-end;
	align-items: flex-end;
	-ms-flex-align: end;
}

.flexbox #find-your-hedge footer .alt-footer-signature {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
}

.flexbox #find-your-hedge footer .alt-footer-signature .img-column {
	margin: auto;
}

.flexbox #find-your-hedge footer .alt-footer-signature .img-column img {
	max-width: 300px;
}

.flexbox #find-your-hedge footer .alt-footer-signature div:last-of-type {
	color: #3E9CDF;
}

.flexbox #find-your-hedge footer .alt-footer-signature div:last-of-type a {
	margin: 0;
	color: #3E9CDF;
}

@media (max-width: 992px) {
	.flexbox #find-your-hedge footer .alt-footer-signature {
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		box-lines: multiple;
		flex-wrap: wrap;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.flexbox #find-your-hedge footer .alt-footer-signature .img-column {
		margin-left: auto;
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.flexbox #find-your-hedge footer .alt-footer-signature {
		box-orient: vertical;
		box-direction: normal;
		-moz-flex-direction: column;
		flex-direction: column;
	}
	.flexbox #find-your-hedge footer .alt-footer-signature a {
		margin-bottom: 0;
	}
	.flexbox #find-your-hedge footer .alt-footer-signature .footer-logo {
		margin-top: 0;
		max-width: 150px;
	}
	.flexbox #find-your-hedge footer .alt-footer-signature div {
		margin-bottom: 0.5em !important;
	}
	.flexbox #find-your-hedge footer .alt-footer-signature div img {
		width: 100%;
	}
	.flexbox #find-your-hedge footer .alt-footer-signature div:last-of-type {
		text-align: center;
	}
}

@media (max-width: 767px) {
	#find-your-hedge .text-center-xs-only {
		text-align: center !important;
	}
	#find-your-hedge .text-left-xs-only {
		text-align: left !important;
	}
	#find-your-hedge .text-right-xs-only {
		text-align: right !important;
	}
	#find-your-hedge footer {
		padding-bottom: 112.5px;
	}
}

@media (min-width: 768px) {
	#find-your-hedge .ccp-modular-forms.auto-height {
		min-height: 400px;
		display: block;
	}
}

.p-legal {
	font-size: 59%;
}

.p-legal:first-of-type {
	margin-top: 0.25em;
}

.landing-page-tmpl-frame #loading-screen {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.95);
	z-index: 100;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	box-pack: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}

.landing-page-tmpl-frame .tagline-row {
	color: #000 !important;
}

@media (min-width: 768px) and (max-width: 992px) {
	.landing-page-tmpl-frame .tagline-row {
		margin: auto -0.5em;
	}
}

@media (max-width: 767px) {
	.landing-page-tmpl-frame .tagline-row {
		margin: 0.2em 0;
	}
}

.landing-page-tmpl-frame .tagline-row > p.main {
	font-size: 18px;
}

@media (min-width: 768px) and (max-width: 992px) {
	.landing-page-tmpl-frame .tagline-row > p.main {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.landing-page-tmpl-frame .tagline-row > p.main {
		font-size: 12px;
	}
}

.landing-page-tmpl-frame .tagline-row > p.sub {
	font-size: 14px;
}

@media (min-width: 768px) and (max-width: 992px) {
	.landing-page-tmpl-frame .tagline-row > p.sub {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.landing-page-tmpl-frame .tagline-row > p.sub {
		font-size: 11.4px;
	}
}

.landing-page-tmpl-frame header {
	background-color: #FFF;
	padding: 1em;
}

.landing-page-tmpl-frame header img:not(.header-item-03) {
	max-height: 70px;
}

@media (max-width: 767px) {
	.landing-page-tmpl-frame header .header-item-03 {
		max-width: 150px;
		width: 100%;
		margin: auto;
		margin-top: 1em;
	}
	.landing-page-tmpl-frame header img {
		margin: auto;
	}
	.landing-page-tmpl-frame header .header-item-03 {
		margin-top: 0;
	}
}

.landing-page-tmpl-frame header .row.align-middle {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
}

@media (max-width: 767px) {
	.landing-page-tmpl-frame header .row.align-middle {
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		box-lines: multiple;
		flex-wrap: wrap;
	}
}

.landing-page-tmpl-frame header .row.align-middle .lp-logo-a-tmpl {
	display: inline-block;
}

.landing-page-tmpl-frame header .row.align-middle .lp-logo-img-tmpl {
	max-width: 150px;
}

.landing-page-tmpl-frame header .social-container {
	padding: 0.25em 1em;
}

.flexbox .landing-page-tmpl-frame header .social-container {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	box-pack: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}

.landing-page-tmpl-frame header .social-container .ccp-social-icon {
	height: 40px;
	width: 40px;
	margin: 0 .5em;
	text-decoration: none;
	color: #376291;
	border-radius: 100%;
	border: 1px solid #376291;
	display: block;
}

.flexbox .landing-page-tmpl-frame header .social-container .ccp-social-icon {
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: inline-box;
	display: -moz-inline-flex;
	display: inline-flex;
	box-pack: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	box-flex: 0;
	-moz-flex: 0 0 40px;
	flex: 0 0 40px;
}

@media (max-width: 767px) {
	.flexbox .landing-page-tmpl-frame header .social-container .ccp-social-icon {
		height: 30px;
		width: 30px;
		flex-basis: 30px;
		-ms-flex-preferred-size: 30px;
	}
}

@media (max-width: 767px) {
	.landing-page-tmpl-frame header .social-container .ccp-social-icon {
		margin-bottom: 0em;
	}
}

.landing-page-tmpl-frame header .social-container .ccp-social-icon:first-of-type {
	margin-left: 0;
}

.landing-page-tmpl-frame header .social-container .ccp-social-icon:last-of-type {
	margin-right: 0;
}

.landing-page-tmpl-frame #banner {
	overflow: hidden;
	position: relative;
}

@media (min-width: 768px) {
	.landing-page-tmpl-frame #banner.hero {
		min-height: 600px;
	}
}

.landing-page-tmpl-frame #banner.hero.auto-height {
	height: auto;
}

@media (min-width: 768px) {
	.landing-page-tmpl-frame #banner.hero.sm-up-auto-height {
		height: auto;
	}
}

.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-101 {
	background-color: #02253d;
}

@media (max-width: 767px) {
	.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-101 {
		padding-top: 200px;
	}
	.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-101 .banner-headline-column {
		margin-bottom: 0.25em;
	}
}

.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-101 #image-cover {
	top: calc(50% - 368.421052632px);
	left: calc(50% - 576.5px);
	right: auto;
	bottom: auto;
}

.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-101 #image-cover img {
	bottom: auto;
	transform-origin: center top;
}

@media (min-width: 768px) {
	.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-101 #image-cover img {
		transform: translate(-14%, -9%) scale(1.05);
	}
}

@media (max-width: 767px) {
	.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-101 #image-cover img {
		transform: translate(2.5%, 9%) scale(0.5);
	}
}

.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-101 .banner-foreground-elements .p-legal {
	color: #FFF;
}

.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-software_and_tech {
	background-color: #01253d;
}

.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-software_and_tech #banner-a {
	background-color: transparent !important;
}

.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-software_and_tech #image-cover > img {
	top: auto;
	margin-top: auto;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-volatility#banner {
		margin-bottom: -1px;
	}
}

.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-volatility #banner-a {
	background-color: transparent !important;
	width: 100%;
}

@media (min-width: 768px) {
	.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-two_sigma#banner {
		margin-bottom: -1px;
	}
}

@media (max-width: 767px) {
	.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-two_sigma#banner {
		min-height: 400px;
	}
	.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-two_sigma#banner .banner-foreground-elements {
		padding: 3em 0;
		margin-bottom: 0;
	}
	.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-two_sigma#banner .banner-foreground-elements > * {
		width: 100%;
	}
	.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-two_sigma#banner .ticker-container {
		height: 150px;
	}
}

.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-two_sigma .ticker-logo {
	max-width: 300px;
}

.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-two_sigma .ticker-container h1 {
	position: absolute;
}

.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-two_sigma #banner-a {
	width: 100%;
}

.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-thoma_bravo {
	background-color: #273A5F;
}

@media (max-width: 767px) {
	.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-thoma_bravo {
		height: 400px;
	}
}

.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-thoma_bravo .banner-background-elements #image {
	height: 100%;
	width: 100%;
}

.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-thoma_bravo .banner-background-elements #image img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.25);
}

@media (max-width: 767px) {
	.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-thoma_bravo .banner-background-elements #image img {
		transform: translate(-42.5%, -50%) scale(0.76);
	}
}

.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-thoma_bravo .banner-background-elements #image:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(39, 58, 95, 0.5);
}

.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-thoma_bravo .banner-foreground-elements .headline {
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-vista#banner #banner-a {
	background-color: transparent !important;
}

.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-vista#banner #banner-a > * {
	width: 100%;
}

.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-vista#banner #banner-a .ticker-container h1 {
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-vista .banner-content-column.banner-headline-column {
	margin-bottom: 0;
}

.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-vista .banner-content-column.banner-headline-column .banner-image-22 {
	padding-bottom: 0 !important;
}

@media (min-width: 768px) {
	.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-vista .banner-content-column.banner-form-column {
		-moz-flex-grow: 0;
		flex-grow: 0;
		-ms-flex-positive: 0;
	}
}

@media (max-width: 767px) {
	.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-vista .banner-foreground-elements > * {
		width: 100%;
	}
}

.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-millennium#banner #banner-a {
	background-color: transparent !important;
}

.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-millennium#banner #banner-a > * {
	width: 100%;
}

.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-millennium#banner #banner-a:after {
	display: none;
}

.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-millennium#banner .banner-background-elements:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(39, 58, 95, 0.33);
}

.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-millennium#banner .banner-background-elements .banner-image-29 {
	height: 100% !important;
}

.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-millennium#banner .banner-background-elements .banner-image-29 #video video {
	transform-origin: center;
}

@media (min-width: 768px) {
	.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-millennium#banner .banner-background-elements .banner-image-29 #video video {
		transform: translate(-50%, -50%) scale(1.25);
	}
}

.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-millennium .banner-foreground-elements {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-millennium .banner-foreground-elements > * {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-millennium .banner-foreground-elements .banner-image-29 {
		padding-bottom: 0;
	}
}

.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-cerberus#banner #banner-a {
	background-color: transparent !important;
}

.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-cerberus#banner .banner-background-elements:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(39, 58, 95, 0.33);
}

.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-cerberus#banner .banner-background-elements .banner-image-31 {
	height: 100% !important;
}

.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-cerberus#banner .banner-background-elements .banner-image-31 #video video {
	transform-origin: center;
}

@media (min-width: 768px) {
	.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-cerberus#banner .banner-background-elements .banner-image-31 #video video {
		transform: translate(-50%, -50%) scale(1.4);
	}
}

.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-providence-iv #image-cover {
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

@media (max-width: 767px) {
	.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-providence-iv #image-cover {
		background-position: 10% center;
	}
}

.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-elliott #image-cover {
	background-position: center 10%;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 767px) {
	.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-elliott #image-cover {
		background-position: 10% center;
	}
}

.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-software_and_tech_hybrid {
	background-color: #02253d;
}

.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-software_and_tech_hybrid #banner-a {
	min-height: 100% !important;
	background-position: right center !important;
	background-color: transparent !important;
}

@media (max-width: 767px) {
	.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-software_and_tech_hybrid #banner-a {
		background-position: center 150% !important;
	}
	.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-software_and_tech_hybrid #banner-a:after {
		content: '';
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(39, 58, 95, 0.4);
	}
}

.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-graham_quant_macro {
	background-color: #1c315c;
}

@media (min-width: 768px) {
	.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-graham_quant_macro, .landing-page-tmpl-frame #banner.hero.banner-image-tmpl-graham_quant_macro .banner-foreground-elements .banner-content-row {
		min-height: 500px;
	}
}

@media (max-width: 767px) {
	.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-graham_quant_macro, .landing-page-tmpl-frame #banner.hero.banner-image-tmpl-graham_quant_macro .banner-foreground-elements .banner-content-row {
		min-height: 200px;
	}
}

.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-graham_quant_macro #image-cover {
	background-position: calc(50% - 100px) 50%;
	background-repeat: no-repeat;
	background-size: auto 722px;
	background-position-x: calc(50% - 0px);
	background-position-y: 100%;
}

@media (max-width: 767px) {
	.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-graham_quant_macro #image-cover {
		background-size: 150% auto;
	}
}

.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-coatue {
	background-color: #01063d;
}

@media (max-width: 767px) {
	.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-coatue {
		height: 250px;
	}
}

.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-coatue #image-cover {
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-protect_your_nest_egg {
	background-color: #173558;
}

@media (max-width: 767px) {
	.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-protect_your_nest_egg {
		height: auto;
	}
}

.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-protect_your_nest_egg #image-cover {
	background-repeat: no-repeat;
}

@media (min-width: 768px) {
	.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-protect_your_nest_egg #image-cover {
		background-position: calc(50% - 100px) calc(100% + 50px);
	}
}

@media (max-width: 767px) {
	.landing-page-tmpl-frame #banner.hero.banner-image-tmpl-protect_your_nest_egg #image-cover {
		background-position: calc(50%) 100%;
		background-size: auto 60%;
	}
}

@media (max-width: 767px) {
	.landing-page-tmpl-frame #banner.hero {
		height: auto;
	}
}

.flexbox .landing-page-tmpl-frame #banner.hero.flexbox {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	box-pack: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}

.flexbox .landing-page-tmpl-frame #banner.hero.flexbox::after {
	clear: both;
	content: "";
	display: table;
}

.landing-page-tmpl-frame #banner .banner-background-elements {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.landing-page-tmpl-frame #banner .banner-background-elements ::selection {
	background-color: transparent;
}

.landing-page-tmpl-frame #banner .banner-background-elements.default {
	background-color: #273A5F;
}

.landing-page-tmpl-frame #banner .banner-background-elements #image-cover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.landing-page-tmpl-frame #banner .banner-background-elements #image-cover > img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	margin: auto;
}

.landing-page-tmpl-frame #banner .banner-background-elements #video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.landing-page-tmpl-frame #banner .banner-background-elements #video video {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
}

.landing-page-tmpl-frame #banner .banner-foreground-elements {
	position: relative;
}

@media (max-width: 767px) {
	.landing-page-tmpl-frame #banner .banner-foreground-elements > * {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.landing-page-tmpl-frame #banner .banner-foreground-elements .banner-content-row {
		min-height: 600px;
	}
}

.flexbox .landing-page-tmpl-frame #banner .banner-foreground-elements {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
}

.flexbox .landing-page-tmpl-frame #banner .banner-foreground-elements .banner-content-row {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
}

@media (max-width: 767px) {
	.flexbox .landing-page-tmpl-frame #banner .banner-foreground-elements .banner-content-row {
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		box-lines: multiple;
		flex-wrap: wrap;
	}
}

.flexbox .landing-page-tmpl-frame #banner .banner-foreground-elements .banner-headline-column {
	align-self: flex-end;
	-ms-flex-item-align: end;
	box-flex: 1;
	-moz-flex: 1 3 auto;
	flex: 1 3 auto;
}

.flexbox .landing-page-tmpl-frame #banner .banner-foreground-elements .banner-headline-column.bottom {
	align-self: flex-end;
	-ms-flex-item-align: end;
}

.flexbox .landing-page-tmpl-frame #banner .banner-foreground-elements .banner-headline-column.center, .flexbox .landing-page-tmpl-frame #banner .banner-foreground-elements .banner-headline-column.middle {
	-ms-grid-row-align: center;
	    align-self: center;
	-ms-flex-item-align: center;
}

.flexbox .landing-page-tmpl-frame #banner .banner-foreground-elements .banner-headline-column.top {
	align-self: flex-start;
	-ms-flex-item-align: start;
}

.flexbox .landing-page-tmpl-frame #banner .banner-foreground-elements .banner-headline-column.stretch {
	-ms-grid-row-align: stretch;
	    align-self: stretch;
	-ms-flex-item-align: stretch;
}

@media (max-width: 767px) {
	.flexbox .landing-page-tmpl-frame #banner .banner-foreground-elements .banner-headline-column.xs-down-bottom {
		align-self: flex-end;
		-ms-flex-item-align: end;
	}
	.flexbox .landing-page-tmpl-frame #banner .banner-foreground-elements .banner-headline-column.xs-down-center {
		-ms-grid-row-align: center;
		    align-self: center;
		-ms-flex-item-align: center;
	}
	.flexbox .landing-page-tmpl-frame #banner .banner-foreground-elements .banner-headline-column.xs-down-top {
		align-self: flex-start;
		-ms-flex-item-align: start;
	}
	.flexbox .landing-page-tmpl-frame #banner .banner-foreground-elements .banner-headline-column.xs-down-stretch {
		-ms-grid-row-align: stretch;
		    align-self: stretch;
		-ms-flex-item-align: stretch;
	}
}

@media (min-width: 768px) {
	.flexbox .landing-page-tmpl-frame #banner .banner-foreground-elements .banner-form-column {
		box-flex: 0;
		-moz-flex: 0 0 320px;
		flex: 0 0 320px;
		padding: 0 0 0 1em;
	}
}

@media (max-width: 767px) {
	.landing-page-tmpl-frame #banner .banner-foreground-elements .banner-form-column {
		display: none;
	}
}

.landing-page-tmpl-frame #banner .ccp-modular-form-frame {
	width: 320px;
	margin: 3em auto;
}

.landing-page-tmpl-frame .dynamic-lang-bar {
	background-color: #5BC1FD;
	padding: 2em 0;
}

.landing-page-tmpl-frame .dynamic-lang-bar p {
	margin-bottom: 0;
}

.landing-page-tmpl-frame #main-content {
	background-color: #fff;
}

.landing-page-tmpl-frame #main-content.vista .company-blurbs {
	background-color: #F3F3F3;
	padding: 1em;
}

@media (min-width: 992px) {
	.landing-page-tmpl-frame #main-content.vista .company-blurbs {
		min-height: 250px;
	}
}

.landing-page-tmpl-frame #main-content.providence-iv .showbox-parent-container {
	margin: auto;
}

.landing-page-tmpl-frame #main-content.providence-iv .showbox-parent-container .showbox {
	background-color: #f5f7f6;
}

.landing-page-tmpl-frame #main-content.providence-iv .showbox-parent-container .showbox .showbox-content {
	padding: 1em 2em;
}

@media (max-width: 767px) {
	.landing-page-tmpl-frame #main-content.providence-iv .showbox-parent-container .showbox .showbox-content {
		padding: 0.5em 0.2em;
	}
}

.cssgrid .landing-page-tmpl-frame #main-content.providence-iv .showbox-parent-container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 2em 1fr 2em 1fr;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 2em;
}

@media (max-width: 767px) {
	.cssgrid .landing-page-tmpl-frame #main-content.providence-iv .showbox-parent-container {
		-ms-grid-columns: 1fr 1em 1fr;
		grid-template-columns: 1fr 1fr;
		grid-gap: 1em;
	}
}

.cssgridlegacy .landing-page-tmpl-frame #main-content.providence-iv .showbox-parent-container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	margin-left: -0.75em;
	margin-right: -0.75em;
}

@media (max-width: 767px) {
	.cssgridlegacy .landing-page-tmpl-frame #main-content.providence-iv .showbox-parent-container {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
	}
}

.cssgridlegacy .landing-page-tmpl-frame #main-content.providence-iv .showbox-parent-container > .showbox {
	border: 0.75em solid white;
}

.cssgridlegacy .landing-page-tmpl-frame #main-content.providence-iv .showbox-parent-container > .showbox:nth-of-type(1) {
	-ms-grid-column: 1;
	grid-column: 1;
}

.cssgridlegacy .landing-page-tmpl-frame #main-content.providence-iv .showbox-parent-container > .showbox:nth-of-type(2) {
	-ms-grid-column: 2;
	grid-column: 2;
}

.cssgridlegacy .landing-page-tmpl-frame #main-content.providence-iv .showbox-parent-container > .showbox:nth-of-type(3) {
	-ms-grid-column: 3;
	grid-column: 3;
}

.cssgridlegacy .landing-page-tmpl-frame #main-content.providence-iv .showbox-parent-container > .showbox:nth-of-type(4) {
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 2;
	grid-row: 2;
}

.cssgridlegacy .landing-page-tmpl-frame #main-content.providence-iv .showbox-parent-container > .showbox:nth-of-type(5) {
	-ms-grid-column: 2;
	grid-column: 2;
	-ms-grid-row: 2;
	grid-row: 2;
}

.cssgridlegacy .landing-page-tmpl-frame #main-content.providence-iv .showbox-parent-container > .showbox:nth-of-type(6) {
	-ms-grid-column: 3;
	grid-column: 3;
	-ms-grid-row: 2;
	grid-row: 2;
}

@media (max-width: 767px) {
	.cssgridlegacy .landing-page-tmpl-frame #main-content.providence-iv .showbox-parent-container > .showbox:nth-of-type(3) {
		-ms-grid-column: 1;
		grid-column: 1;
		-ms-grid-row: 2;
		grid-row: 2;
	}
	.cssgridlegacy .landing-page-tmpl-frame #main-content.providence-iv .showbox-parent-container > .showbox:nth-of-type(4) {
		-ms-grid-column: 2;
		grid-column: 2;
		-ms-grid-row: 2;
		grid-row: 2;
	}
	.cssgridlegacy .landing-page-tmpl-frame #main-content.providence-iv .showbox-parent-container > .showbox:nth-of-type(5) {
		-ms-grid-column: 1;
		grid-column: 1;
		-ms-grid-row: 3;
		grid-row: 3;
	}
	.cssgridlegacy .landing-page-tmpl-frame #main-content.providence-iv .showbox-parent-container > .showbox:nth-of-type(6) {
		-ms-grid-column: 2;
		grid-column: 2;
		-ms-grid-row: 3;
		grid-row: 3;
	}
}

.landing-page-tmpl-frame #main-content.protect-your-nest-egg .step-item {
	color: #2FBB8C;
}

@media (min-width: 768px) {
	.landing-page-tmpl-frame .featured-row-container {
		width: 100%;
		max-width: 750px;
	}
}

.flexbox .landing-page-tmpl-frame .featured-row-container {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	flex-wrap: wrap;
	box-pack: justify;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
}

.flexbox .landing-page-tmpl-frame .featured-row-container .featured-row-columns {
	box-flex: 0;
	-moz-flex: 0 1 45%;
	flex: 0 1 45%;
}

@media (min-width: 768px) {
	.flexbox .landing-page-tmpl-frame .featured-row-container .featured-row-columns:nth-of-type(2n + 1) {
		padding-right: 0.5em;
	}
	.flexbox .landing-page-tmpl-frame .featured-row-container .featured-row-columns:nth-of-type(2n) {
		padding-left: 0.5em;
	}
}

@media (max-width: 767px) {
	.flexbox .landing-page-tmpl-frame .featured-row-container .featured-row-columns {
		box-flex: 1;
		-moz-flex: 1 1 auto;
		flex: 1 1 auto;
	}
}

.landing-page-tmpl-frame.lift .hero {
	height: auto !important;
}

@media (min-width: 768px) {
	.landing-page-tmpl-frame.lift .hero {
		min-height: 600px;
	}
}

.landing-page-tmpl-frame.lift .hero .banner-foreground-elements {
	padding-bottom: 3.5em;
}

.landing-page-tmpl-frame.lift .lift-container {
	margin-top: -7em;
	width: auto;
	display: block;
}

.landing-page-tmpl-frame.lift .shadow {
	box-shadow: 0 0 2em rgba(0, 0, 0, 0.5);
}

.landing-page-tmpl-frame .alt-footer-signature .alt-footer-column {
	box-flex: 1;
	-moz-flex: 1 1 auto;
	flex: 1 1 auto;
}

.landing-page-tmpl-frame .alt-footer-signature .alt-footer-column.footer-tagline-column {
	padding: 0 0.5em;
}

.landing-page-tmpl-frame .pre-footer.light {
	background-color: #FFF;
}

.landing-page-tmpl-frame footer {
	background-color: #fff;
	padding: 1em 0;
}

.landing-page-tmpl-frame footer a {
	display: inline-block;
	margin-right: 1em;
}

.landing-page-tmpl-frame footer a:last-child {
	margin-right: 0;
	margin-bottom: 0.4em;
}

.landing-page-tmpl-frame footer .footer-logo {
	display: inline-block;
	margin-top: 1em;
	width: 150px;
}

.flexbox .landing-page-tmpl-frame footer .align-bottom {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	box-orient: horizontal;
	box-direction: normal;
	-moz-flex-direction: row;
	flex-direction: row;
	box-align: end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	-o-align-items: flex-end;
	align-items: flex-end;
	-ms-flex-align: end;
}

.flexbox .landing-page-tmpl-frame footer .alt-footer-signature {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
}

.flexbox .landing-page-tmpl-frame footer .alt-footer-signature .img-column {
	margin: auto;
}

.flexbox .landing-page-tmpl-frame footer .alt-footer-signature .img-column img {
	max-width: 300px;
}

.flexbox .landing-page-tmpl-frame footer .alt-footer-signature div:last-of-type {
	color: #3E9CDF;
}

.flexbox .landing-page-tmpl-frame footer .alt-footer-signature div:last-of-type a {
	margin: 0;
	color: #3E9CDF;
}

@media (max-width: 992px) {
	.flexbox .landing-page-tmpl-frame footer .alt-footer-signature {
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		box-lines: multiple;
		flex-wrap: wrap;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.flexbox .landing-page-tmpl-frame footer .alt-footer-signature .img-column {
		margin-left: auto;
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.flexbox .landing-page-tmpl-frame footer .alt-footer-signature {
		box-orient: vertical;
		box-direction: normal;
		-moz-flex-direction: column;
		flex-direction: column;
	}
	.flexbox .landing-page-tmpl-frame footer .alt-footer-signature a {
		margin-bottom: 0;
	}
	.flexbox .landing-page-tmpl-frame footer .alt-footer-signature .footer-logo {
		margin-top: 0;
		max-width: 150px;
	}
	.flexbox .landing-page-tmpl-frame footer .alt-footer-signature div {
		margin-bottom: 0.5em !important;
	}
	.flexbox .landing-page-tmpl-frame footer .alt-footer-signature div img {
		width: 100%;
	}
	.flexbox .landing-page-tmpl-frame footer .alt-footer-signature div:last-of-type {
		text-align: center;
	}
}

.ccp-prospect-form-container.mobile-only {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	position: sticky;
	z-index: 100;
	height: auto;
	width: 100%;
	max-width: 100%;
}

.ccp-prospect-form-container.mobile-only .ccp-floating-cta-bar {
	background-color: #2C3D5B;
	border-top: 2px solid #FFF;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	box-pack: justify;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	min-height: 9vh;
	color: #FFF;
	font-weight: 700;
	padding: 1em 1em 1.25em;
	box-shadow: 0 -2px 4px 0px rgba(0, 0, 0, 0.2);
}

@supports (padding-bottom: calc(env(safe-area-inset-bottom))) {
	.ccp-prospect-form-container.mobile-only .ccp-floating-cta-bar {
		padding-bottom: calc(env(safe-area-inset-bottom) + 20px);
	}
}

@media (min-width: 768px) {
	.ccp-prospect-form-container.mobile-only .ccp-floating-cta-bar {
		box-pack: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
		-ms-flex-pack: center;
	}
	.ccp-prospect-form-container.mobile-only .ccp-floating-cta-bar > span {
		box-flex: 0;
		-moz-flex: 0 1 auto !important;
		flex: 0 1 auto !important;
	}
	.ccp-prospect-form-container.mobile-only .ccp-floating-cta-bar > .form-group {
		box-flex: 0;
		-moz-flex: 0 1 auto !important;
		flex: 0 1 auto !important;
		margin-left: 0.75em;
	}
}

.ccp-prospect-form-container.mobile-only .ccp-floating-cta-bar > span {
	white-space: wrap;
	text-align: left;
	padding-right: 0.25em;
	line-height: 1.25em;
	font-size: 1.25em;
	flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-basis: 75%;
	-ms-flex-preferred-size: 75%;
}

@media (max-width: 374px) {
	.ccp-prospect-form-container.mobile-only .ccp-floating-cta-bar > span {
		font-size: 0.9em;
		flex-basis: 40%;
		-ms-flex-preferred-size: 40%;
	}
}

.ccp-prospect-form-container.mobile-only .ccp-floating-cta-bar > .form-group {
	margin-bottom: 0;
	-moz-flex-grow: 2;
	flex-grow: 2;
	-ms-flex-positive: 2;
	flex-basis: 45%;
	-ms-flex-preferred-size: 45%;
	text-align: right;
}

.ccp-prospect-form-container.mobile-only .ccp-floating-cta-bar > .form-group .btn {
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.sm-nowrap {
		white-space: nowrap;
	}
}

.ccp-lp-grid-outline-two-by-two {
	display: block;
	color: #233A5E;
}

.flexbox .ccp-lp-grid-outline-two-by-two {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	flex-wrap: wrap;
}

.ccp-lp-grid-outline-two-by-two .ccp-lp-grid-outline-two-by-two-block {
	display: block;
	float: left;
	width: 50%;
	padding: 1em;
	position: relative;
}

.ccp-lp-grid-outline-two-by-two .ccp-lp-grid-outline-two-by-two-block h4 {
	text-align: center;
	font-weight: 600;
}

.ccp-lp-grid-outline-two-by-two .ccp-lp-grid-outline-two-by-two-block h4.normal {
	font-weight: normal;
}

.ccp-lp-grid-outline-two-by-two .ccp-lp-grid-outline-two-by-two-block h4.text-left {
	text-align: left;
}

.ccp-lp-grid-outline-two-by-two .ccp-lp-grid-outline-two-by-two-block p {
	text-align: center;
}

.ccp-lp-grid-outline-two-by-two .ccp-lp-grid-outline-two-by-two-block p.text-left {
	text-align: left;
}

@media (min-width: 768px) {
	.ccp-lp-grid-outline-two-by-two .ccp-lp-grid-outline-two-by-two-block {
		padding: 2em 1em;
	}
	.ccp-lp-grid-outline-two-by-two .ccp-lp-grid-outline-two-by-two-block:nth-of-type(2n-1):before {
		content: '';
		position: absolute;
		top: 10%;
		right: 0;
		height: 80%;
		width: 1px;
		border-right: 1px dotted #233A5E;
	}
	.ccp-lp-grid-outline-two-by-two .ccp-lp-grid-outline-two-by-two-block:nth-of-type(1):after, .ccp-lp-grid-outline-two-by-two .ccp-lp-grid-outline-two-by-two-block:nth-of-type(2):after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		height: 1px;
		width: 96%;
		border-bottom: 1px dotted #233A5E;
	}
	.ccp-lp-grid-outline-two-by-two .ccp-lp-grid-outline-two-by-two-block:nth-of-type(2):after {
		right: 0;
		left: auto;
	}
}

@media (max-width: 767px) {
	.ccp-lp-grid-outline-two-by-two .ccp-lp-grid-outline-two-by-two-block {
		width: 100%;
		margin-bottom: 0;
	}
	.ccp-lp-grid-outline-two-by-two .ccp-lp-grid-outline-two-by-two-block:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 10%;
		width: 80%;
		border-bottom: 1px dotted #233A5E;
	}
	.ccp-lp-grid-outline-two-by-two .ccp-lp-grid-outline-two-by-two-block:last-of-type:after {
		border-bottom: none;
	}
}

.ccp-lp-grid-outline-four-by-one, .ccp-lp-grid-outline-three-by-one {
	display: block;
	margin: 1em auto;
}

.flexbox .ccp-lp-grid-outline-four-by-one, .flexbox .ccp-lp-grid-outline-three-by-one {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	box-pack: justify;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
}

@media (max-width: 767px) {
	.flexbox .ccp-lp-grid-outline-four-by-one, .flexbox .ccp-lp-grid-outline-three-by-one {
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		box-lines: multiple;
		flex-wrap: wrap;
	}
}

.flexbox .ccp-lp-grid-outline-four-by-one .ccp-lp-grid-outline-four-by-one-block, .flexbox .ccp-lp-grid-outline-three-by-one .ccp-lp-grid-outline-four-by-one-block, .ccp-lp-grid-outline-three-by-one .flexbox .ccp-lp-grid-outline-four-by-one .ccp-lp-grid-outline-three-by-one-block, .flexbox .ccp-lp-grid-outline-three-by-one .ccp-lp-grid-outline-three-by-one-block {
	box-flex: 0;
	-moz-flex: 0 0 23%;
	flex: 0 0 23%;
}

@media (max-width: 767px) {
	.flexbox .ccp-lp-grid-outline-four-by-one .ccp-lp-grid-outline-four-by-one-block, .flexbox .ccp-lp-grid-outline-three-by-one .ccp-lp-grid-outline-four-by-one-block, .ccp-lp-grid-outline-three-by-one .flexbox .ccp-lp-grid-outline-four-by-one .ccp-lp-grid-outline-three-by-one-block, .flexbox .ccp-lp-grid-outline-three-by-one .ccp-lp-grid-outline-three-by-one-block {
		flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
	}
}

@media (min-width: 768px) {
	.ccp-lp-grid-outline-four-by-one .ccp-lp-grid-outline-four-by-one-block, .ccp-lp-grid-outline-three-by-one .ccp-lp-grid-outline-four-by-one-block, .ccp-lp-grid-outline-three-by-one .ccp-lp-grid-outline-three-by-one-block {
		position: relative;
		padding-top: 1em;
		padding-bottom: 1em;
	}
	.ccp-lp-grid-outline-four-by-one .ccp-lp-grid-outline-four-by-one-block:not(:first-of-type), .ccp-lp-grid-outline-three-by-one .ccp-lp-grid-outline-four-by-one-block:not(:first-of-type), .ccp-lp-grid-outline-three-by-one .ccp-lp-grid-outline-three-by-one-block:not(:first-of-type) {
		padding-left: 1.5em;
	}
	.ccp-lp-grid-outline-four-by-one .ccp-lp-grid-outline-four-by-one-block:not(:first-of-type):before, .ccp-lp-grid-outline-three-by-one .ccp-lp-grid-outline-four-by-one-block:not(:first-of-type):before, .ccp-lp-grid-outline-three-by-one .ccp-lp-grid-outline-three-by-one-block:not(:first-of-type):before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 1px;
		border-left: 1px dashed #376291;
	}
}

@media (max-width: 767px) {
	.ccp-lp-grid-outline-four-by-one .ccp-lp-grid-outline-four-by-one-block, .ccp-lp-grid-outline-three-by-one .ccp-lp-grid-outline-four-by-one-block, .ccp-lp-grid-outline-three-by-one .ccp-lp-grid-outline-three-by-one-block {
		padding: 1em 0.25em;
	}
	.ccp-lp-grid-outline-four-by-one .ccp-lp-grid-outline-four-by-one-block:not(:last-of-type), .ccp-lp-grid-outline-three-by-one .ccp-lp-grid-outline-four-by-one-block:not(:last-of-type), .ccp-lp-grid-outline-three-by-one .ccp-lp-grid-outline-three-by-one-block:not(:last-of-type) {
		border-bottom: 1px dashed #376291;
	}
}

.flexbox .ccp-lp-grid-outline-three-by-one .ccp-lp-grid-outline-three-by-one-block {
	box-flex: 0;
	-moz-flex: 0 0 32%;
	flex: 0 0 32%;
}

.ccp-lp-grid-outline {
	display: block;
	margin: 1em auto;
}

.flexbox .ccp-lp-grid-outline {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	box-pack: justify;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
}

@media (max-width: 767px) {
	.flexbox .ccp-lp-grid-outline {
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		box-lines: multiple;
		flex-wrap: wrap;
	}
}

.flexbox .ccp-lp-grid-outline .ccp-lp-grid-outline-block {
	box-flex: 1;
	-moz-flex: 1 1 auto;
	flex: 1 1 auto;
}

@media (min-width: 768px) {
	.ccp-lp-grid-outline .ccp-lp-grid-outline-block {
		position: relative;
		padding: 1em 1.5em;
	}
	.flexbox .ccp-lp-grid-outline .ccp-lp-grid-outline-block.col-3 {
		flex-basis: 33.33%;
		-ms-flex-preferred-size: 33.33%;
	}
	.ccp-lp-grid-outline .ccp-lp-grid-outline-block:first-of-type {
		padding-left: 0;
	}
	.ccp-lp-grid-outline .ccp-lp-grid-outline-block:last-of-type {
		padding-right: 0;
	}
	.ccp-lp-grid-outline .ccp-lp-grid-outline-block:not(:first-of-type):after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 1px;
		border-right: 1px dashed #376291;
	}
}

@media (max-width: 767px) {
	.ccp-lp-grid-outline .ccp-lp-grid-outline-block:not(:last-of-type) {
		margin-bottom: 1em;
		border-bottom: 1px dashed #376291;
	}
}

.ta-pipe-container {
	padding: 0.8em 0;
}

.flexbox .ta-pipe-container {
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: inline-box;
	display: -moz-inline-flex;
	display: inline-flex;
	flex-flow: row wrap;
	box-pack: justify;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
}

.cssgrid .ta-pipe-container {
	display: -ms-inline-grid;
	display: inline-grid;
	display: ms-grid;
	-ms-grid-columns: (minmax(10%, auto))[3];
	grid-template-columns: repeat(3, minmax(10%, auto));
	justify-items: stretch;
	justify-content: stretch;
}

.cssgrid .ta-pipe-container.col-auto {
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
}

.cssgrid .ta-pipe-container.valign-top {
	align-items: start;
}

@media (max-width: 767px) {
	.cssgrid .ta-pipe-container {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.cssgrid .ta-pipe-container.xs-stack .ta-pipe-box:after {
		bottom: 0;
		height: 1px;
		width: 90%;
		top: auto;
		left: 5%;
	}
}

.ta-pipe-container .ta-pipe-box {
	position: relative;
	padding: 0em 1.3em;
	text-align: center;
}

.flexbox .ta-pipe-container .ta-pipe-box {
	box-flex: 1;
	-moz-flex: 1 1 30%;
	flex: 1 1 30%;
}

.cssgrid .ta-pipe-container .ta-pipe-box .grid-col-self-auto {
	-ms-grid-column-align: auto;
	    justify-self: auto;
}

.ta-pipe-container .ta-pipe-box:not(:nth-of-type(3n+3)):after {
	content: '';
	position: absolute;
	top: calc(50% - 25px);
	right: 0;
	height: 50px;
	width: 2px;
	background-color: #243A5E;
}

@media (max-width: 992px) {
	.ta-pipe-container .ta-pipe-box:not(:nth-of-type(3n+3)):after {
		top: calc(50% - 22.5px);
		height: 45px;
	}
}

@media (max-width: 767px) {
	.ta-pipe-container .ta-pipe-box:not(:nth-of-type(3n+3)):after {
		top: calc(50% - 17.5px);
		height: 35px;
	}
}

.ta-pipe-container .ta-pipe-box .ta-titles {
	font-size: 1.5em;
	font-weight: bold;
}

.ta-pipe-container .ta-pipe-box:nth-of-type(3n+3) {
	border-right: none;
}

.ta-pipe-container .ta-pipe-box h2 {
	margin: 0;
}

@media (max-width: 767px) {
	.ta-pipe-container .ta-pipe-box {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}
}

.ccp-lp-checkmark-container {
	margin-top: 1em;
	margin-bottom: 1em;
}

.ccp-lp-checkmark-container .ccp-lp-checkmark-item {
	margin-bottom: 0.75em;
}

.flexbox .ccp-lp-checkmark-container .ccp-lp-checkmark-item {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
}

.no-flexbox .ccp-lp-checkmark-container .ccp-lp-checkmark-item:after {
	content: '';
	display: block;
	clear: both;
}

.ccp-lp-checkmark-container .ccp-lp-checkmark-item .ccp-lp-checkmark-icon {
	color: #38B541;
	font-size: 25px;
}

.flexbox .ccp-lp-checkmark-container .ccp-lp-checkmark-item .ccp-lp-checkmark-icon {
	box-flex: 0;
	-moz-flex: 0 0 35px;
	flex: 0 0 35px;
}

.no-flexbox .ccp-lp-checkmark-container .ccp-lp-checkmark-item .ccp-lp-checkmark-icon {
	width: 50px;
	float: left;
}

.flexbox .ccp-lp-checkmark-container .ccp-lp-checkmark-item .ccp-lp-checkmark-copy {
	-moz-flex-grow: 1;
	flex-grow: 1;
	-ms-flex-positive: 1;
}

.no-flebox .ccp-lp-checkmark-container .ccp-lp-checkmark-item .ccp-lp-checkmark-copy {
	width: auto;
	float: left;
}

.ccp-lp-checkmark-container .ccp-lp-checkmark-item .ccp-lp-checkmark-copy h1, .ccp-lp-checkmark-container .ccp-lp-checkmark-item .ccp-lp-checkmark-copy h2, .ccp-lp-checkmark-container .ccp-lp-checkmark-item .ccp-lp-checkmark-copy h3, .ccp-lp-checkmark-container .ccp-lp-checkmark-item .ccp-lp-checkmark-copy h4, .ccp-lp-checkmark-container .ccp-lp-checkmark-item .ccp-lp-checkmark-copy h5, .ccp-lp-checkmark-container .ccp-lp-checkmark-item .ccp-lp-checkmark-copy h6 {
	margin-top: 0.25em;
}

.flexbox .ccp-lp-logo-grid {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
}

.flexbox .ccp-lp-logo-grid.wrap {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	.flexbox .ccp-lp-logo-grid {
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		box-lines: multiple;
		flex-wrap: wrap;
		box-pack: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
		-ms-flex-pack: center;
	}
	.flexbox .ccp-lp-logo-grid .ccp-lp-logo-item {
		box-flex: 0;
		-moz-flex: 0 1 auto;
		flex: 0 1 auto;
	}
}

@media (min-width: 768px) {
	.flexbox .ccp-lp-logo-grid.logo-grid-5 .ccp-lp-logo-item {
		box-flex: 1;
		-moz-flex: 1 1 200px;
		flex: 1 1 200px;
	}
	.flexbox .ccp-lp-logo-grid.logo-grid-5 .ccp-lp-logo-item img {
		max-width: 100%;
		margin: auto;
	}
}

.ccp-lp-logo-grid .ccp-lp-logo-item {
	text-align: center;
}

.ccp-lp-logo-grid .ccp-lp-logo-item .ccp-lp-logo-image {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	box-align: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
}

.ccp-lp-logo-grid .ccp-lp-logo-item .overlay-content-container {
	background-color: #273A5F;
	background-color: rgba(39, 58, 95, 0.9);
	position: absolute;
}

@media (max-width: 767px) {
	.ccp-lp-logo-grid .ccp-lp-logo-item .overlay-content-container {
		display: none;
	}
}

.ccp-lp-logo-grid .ccp-lp-logo-item .overlay-content-container .overlay-content {
	color: #FFF;
	text-align: left;
}

.ccp-lp-logo-grid .ccp-lp-logo-item .overlay-content-container .overlay-content h4 {
	margin-top: 0;
}

.ccp-lp-logo-grid .ccp-lp-logo-item .overlay-content-container .overlay-content h4, .ccp-lp-logo-grid .ccp-lp-logo-item .overlay-content-container .overlay-content p, .ccp-lp-logo-grid .ccp-lp-logo-item .overlay-content-container .overlay-content a {
	color: #FFF;
}

.ccp-lp-logo-grid .ccp-lp-logo-item .overlay-content-container .overlay-content h4, .ccp-lp-logo-grid .ccp-lp-logo-item .overlay-content-container .overlay-content p {
	cursor: default;
}

@media (min-width: 768px) {
	.ccp-lp-logo-grid.fx-fade .ccp-lp-logo-item {
		position: relative;
	}
	.ccp-lp-logo-grid.fx-fade .ccp-lp-logo-item:hover .overlay-content-container {
		opacity: 1;
	}
	.ccp-lp-logo-grid.fx-fade .ccp-lp-logo-item .overlay-content-container {
		position: absolute;
		z-index: 100;
		top: 0;
		transition: opacity 0.35s;
		opacity: 0;
		height: 100%;
		width: 100%;
		padding: 1em;
	}
}

@media (min-width: 768px) {
	.ccp-lp-logo-grid.fx-flip {
		perspective: 100000px;
		perspective-origin: center;
		overflow: hidden;
	}
	.ccp-lp-logo-grid.fx-flip .ccp-lp-logo-item {
		transition: all 0.35s;
		position: relative;
		transform-style: preserve-3d;
		transform-origin: center top;
	}
	.ccp-lp-logo-grid.fx-flip .ccp-lp-logo-item:hover {
		transform: rotateX(90deg);
	}
	.ccp-lp-logo-grid.fx-flip .ccp-lp-logo-item:hover .overlay-content-container {
		opacity: 1;
	}
	.ccp-lp-logo-grid.fx-flip .ccp-lp-logo-item .ccp-lp-logo-image {
		display: block;
	}
	.ccp-lp-logo-grid.fx-flip .ccp-lp-logo-item .ccp-lp-logo-image > img {
		display: block;
		max-width: 100%;
	}
	.ccp-lp-logo-grid.fx-flip .ccp-lp-logo-item .overlay-content-container {
		top: 100%;
		height: 90%;
		transition: opacity 0.35s;
		opacity: 0;
		padding: 1em;
		transform-origin: center top;
		transform: rotateX(-90deg) scale(0.95) translateY(5%);
	}
}

.flexbox .infograph-spread {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	box-pack: distribute;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around;
	-ms-flex-pack: distribute;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	.flexbox .infograph-spread {
		box-pack: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
		-ms-flex-pack: center;
		width: 85%;
		margin: auto 12px auto auto;
	}
}

.flexbox .infograph-spread.fluid {
	width: 100%;
}

.flexbox .infograph-spread.fluid .infograph-spread-col {
	-moz-flex-grow: 1;
	flex-grow: 1;
	-ms-flex-positive: 1;
}

.flexbox .infograph-spread.center {
	box-pack: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}

.infograph-spread.darker .infograph-spread-col h3, .infograph-spread.darker .infograph-spread-col h4, .infograph-spread.darker .infograph-spread-col h5 {
	color: black;
}

.infograph-spread .infograph-spread-col {
	padding: 0 0.75em;
	margin-bottom: 0.5em;
}

@media (min-width: 768px) {
	.infograph-spread .infograph-spread-col:first-of-type {
		padding-left: 0;
	}
	.flexbox .infograph-spread .infograph-spread-col {
		box-flex: 0;
		-moz-flex: 0 1 110px;
		flex: 0 1 110px;
	}
	.flexbox .infograph-spread .infograph-spread-col:last-of-type {
		-moz-flex-grow: 2;
		flex-grow: 2;
		-ms-flex-positive: 2;
	}
	.flexbox .infograph-spread .infograph-spread-col.no-grow {
		-moz-flex-grow: 0 !important;
		flex-grow: 0 !important;
		-ms-flex-positive: 0 !important;
	}
	.flexbox .infograph-spread .infograph-spread-col.grow {
		-moz-flex-grow: 1;
		flex-grow: 1;
		-ms-flex-positive: 1;
	}
}

@media (min-width: 992px) {
	.flexbox .infograph-spread .infograph-spread-col:last-of-type {
		-moz-flex-grow: 2;
		flex-grow: 2;
		-ms-flex-positive: 2;
	}
}

@media (max-width: 767px) {
	.flexbox .infograph-spread .infograph-spread-col {
		box-flex: 1;
		-moz-flex: 1 1 auto;
		flex: 1 1 auto;
	}
}

.infograph-spread .infograph-spread-col h3, .infograph-spread .infograph-spread-col h4, .infograph-spread .infograph-spread-col h5 {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.1em;
	color: #807f7f;
}

.infograph-spread .infograph-spread-col h3.inline, .infograph-spread .infograph-spread-col h4.inline, .infograph-spread .infograph-spread-col h5.inline {
	display: inline;
}

.infograph-spread .infograph-spread-col h3.light, .infograph-spread .infograph-spread-col h4.light, .infograph-spread .infograph-spread-col h5.light {
	font-weight: 100;
}

.infograph-spread .infograph-spread-col h3.medium, .infograph-spread .infograph-spread-col h4.medium, .infograph-spread .infograph-spread-col h5.medium {
	font-weight: 400;
}

.infograph-spread .infograph-spread-col h3 {
	font-size: 2.85em;
}

.infograph-spread .infograph-spread-col h4, .infograph-spread .infograph-spread-col h5 {
	font-weight: 100;
}

.about-us-headline {
	font-weight: 300;
	font-size: 2.5em;
}

@media (max-width: 767px) {
	.about-us-headline {
		font-size: 2.25em;
	}
}

.about-us-headline, .about-us-headline + h4 {
	color: #273A5F;
	font-weight: 300;
}

.featured-row-container {
	max-width: 1200px;
	margin: auto;
}

.no-cssgrid .featured-row-container {
	width: 100%;
	display: table-row;
}

.no-cssgrid .featured-row-container .featured-row-columns {
	display: table-cell;
	vertical-align: baseline;
	width: 20%;
}

.no-cssgrid .featured-row-container .featured-row-columns:not(:first-of-type) {
	padding-left: 0.75em;
}

.no-cssgrid .featured-row-container .featured-row-columns .featured-row-headers {
	height: 90px;
	display: table-cell;
	vertical-align: bottom;
}

.flexbox .featured-row-container {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	box-pack: justify;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
}

@media (min-width: 768px) and (max-width: 992px) {
	.flexbox .featured-row-container {
		box-pack: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
		-ms-flex-pack: center;
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		box-lines: multiple;
		flex-wrap: wrap;
	}
}

@media (max-width: 767px) {
	.flexbox .featured-row-container {
		box-pack: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
		-ms-flex-pack: center;
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		box-lines: multiple;
		flex-wrap: wrap;
	}
}

.flexbox .featured-row-container .featured-row-columns {
	box-flex: 0;
	-moz-flex: 0 0 20%;
	flex: 0 0 20%;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	box-orient: vertical;
	box-direction: normal;
	-moz-flex-direction: column;
	flex-direction: column;
}

@media (min-width: 768px) and (max-width: 992px) {
	.flexbox .featured-row-container .featured-row-columns {
		box-flex: 0;
		-moz-flex: 0 0 30%;
		flex: 0 0 30%;
	}
}

@media (min-width: 768px) {
	.no-cssgrid .flexbox .featured-row-container .featured-row-columns:not(:first-of-type) {
		padding-left: 0.75em;
	}
}

@media (max-width: 767px) {
	.flexbox .featured-row-container .featured-row-columns {
		flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
	}
}

.flexbox .featured-row-container .featured-row-columns .featured-row-headers {
	box-flex: 0;
	-moz-flex: 0 0 100px;
	flex: 0 0 100px;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	flex-wrap: wrap;
	box-align: end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	-o-align-items: flex-end;
	align-items: flex-end;
	-ms-flex-align: end;
	align-content: flex-end;
	-ms-flex-line-pack: end;
}

@media (min-width: 768px) and (max-width: 992px) {
	.flexbox .featured-row-container .featured-row-columns .featured-row-headers {
		flex-basis: 80px;
		-ms-flex-preferred-size: 80px;
	}
}

@media (max-width: 767px) {
	.flexbox .featured-row-container .featured-row-columns .featured-row-headers {
		flex-basis: auto;
		-ms-flex-preferred-size: auto;
	}
}

.flexbox .featured-row-container .featured-row-columns .featured-row-headers > * {
	flex-basis: auto;
	-ms-flex-preferred-size: auto;
}

.cssgrid .featured-row-container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 25% 1em 25% 1em 25% 1em 25%;
	grid-template-columns: repeat(4, 25%);
	grid-gap: 1em;
}

@media (min-width: 768px) and (max-width: 992px) {
	.cssgrid .featured-row-container {
		-ms-grid-columns: auto 1em auto 1em auto;
		grid-template-columns: repeat(3, auto);
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.cssgrid .featured-row-container {
		-ms-grid-columns: auto;
		grid-template-columns: auto;
		justify-content: center;
		grid-gap: 0.75em;
	}
}

.cssgrid .featured-row-container .featured-row-columns {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: 75px 1fr;
	grid-template-rows: 75px 1fr;
}

@media (max-width: 767px) {
	.cssgrid .featured-row-container .featured-row-columns {
		-ms-grid-rows: auto auto;
		grid-template-rows: auto auto;
	}
}

.cssgrid .featured-row-container .featured-row-columns .featured-row-headers {
	-ms-grid-row-align: end;
	    align-self: end;
}

.featured-row-container h2, .featured-row-container h3, .featured-row-container h4, .featured-row-container p {
	color: #273A5F;
}

.featured-row-container .featured-row-columns {
	padding-bottom: 0.75em;
}

.featured-row-container .featured-row-headers {
	text-align: left;
	padding-bottom: 0.5em;
}

.featured-row-container .featured-row-headers::after {
	clear: both;
	content: "";
	display: table;
}

.featured-row-container .featured-row-headers h2, .featured-row-container .featured-row-headers h3, .featured-row-container .featured-row-headers h4 {
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 0;
	display: inline;
}

.featured-row-container .featured-row-headers h2 {
	font-size: 2.9em;
	font-weight: 100;
	display: inline-block;
	padding-right: 0.15em;
}

@media (max-width: 767px) {
	.featured-row-container .featured-row-headers h2 {
		font-size: 2.25em;
	}
}

.featured-row-container .featured-row-headers h3 {
	font-size: 1.75em;
}

@media (max-width: 767px) {
	.featured-row-container .featured-row-headers h3 {
		font-size: 1.5em;
	}
}

.featured-row-container .featured-row-headers h3, .featured-row-container .featured-row-headers h4 {
	font-weight: 400;
}

.featured-row-container .featured-row-content {
	text-align: left;
}

.featured-row-container .featured-row-content p {
	font-weight: 400;
	line-height: 1.25em;
}

.fb-pipe-separator .fb-item.pipe-vertical {
	border-right: 1px dotted #273A5F;
	-ms-grid-row-align: stretch;
	    align-self: stretch;
	-ms-flex-item-align: stretch;
	-moz-flex-grow: 0;
	flex-grow: 0;
	-ms-flex-positive: 0;
}

.fb-pipe-separator .fb-item.pipe-horizontal {
	border-bottom: 1px dotted #273A5F;
	margin: 1em 0;
}

.pre-footer .pre-footer-mast {
	padding: 1em;
	position: relative;
	background-color: #283B5C;
	color: #FFF;
	background-color: #283B5C;
}

.pre-footer .pre-footer-mast.color-a,
.pre-footer .pre-footer-mast.color-a .arrow,
.pre-footer .pre-footer-mast .arrow.color-a {
	background-color: #56A67E;
}

.pre-footer .pre-footer-mast.color-b,
.pre-footer .pre-footer-mast.color-b .arrow,
.pre-footer .pre-footer-mast .arrow.color-b {
	background-color: #283B5C;
}

.pre-footer .pre-footer-mast.color-c,
.pre-footer .pre-footer-mast.color-c .arrow,
.pre-footer .pre-footer-mast .arrow.color-c {
	background-color: #EA902E;
}

.pre-footer .pre-footer-mast.color-d,
.pre-footer .pre-footer-mast.color-d .arrow,
.pre-footer .pre-footer-mast .arrow.color-d {
	background-color: green;
}

.pre-footer .pre-footer-mast.color-e,
.pre-footer .pre-footer-mast.color-e .arrow,
.pre-footer .pre-footer-mast .arrow.color-e {
	background-color: #5BC1FD;
}

.pre-footer .pre-footer-mast.color-e {
	color: #000;
}

.pre-footer .pre-footer-mast.color-f,
.pre-footer .pre-footer-mast.color-f .arrow,
.pre-footer .pre-footer-mast .arrow.color-f {
	background-color: #DDD;
}

.pre-footer .pre-footer-mast.color-f {
	color: #273A5F;
}

@media (max-width: 767px) {
	.pre-footer .pre-footer-mast.xs-p-center p {
		text-align: center;
	}
}

.pre-footer .pre-footer-mast p {
	margin-bottom: 0;
	font-size: 1.5em;
	position: relative;
	z-index: 10;
}

@media (max-width: 767px) {
	.pre-footer .pre-footer-mast p {
		text-align: left;
		font-size: 1em;
	}
}

@media (max-width: 767px) {
	.pre-footer .pre-footer-mast h2 {
		font-size: 1.5em;
	}
}

@media (max-width: 767px) {
	.pre-footer .pre-footer-mast h3 {
		font-size: 1em;
		line-height: 1.4em;
	}
}

@media (max-width: 767px) {
	.pre-footer .pre-footer-mast.xs-arrow-true .arrow {
		display: block;
		position: absolute;
		right: calc(50% - 22.5px);
		bottom: calc(-22.5px);
		height: 45px;
		width: 45px;
		transform: rotate(45deg);
	}
}

.pre-footer .pre-footer-mast .arrow {
	z-index: 1;
}

@media (min-width: 768px) {
	.pre-footer .pre-footer-mast .arrow {
		position: absolute;
		right: calc(50% - 30px);
		bottom: calc(-30px);
		height: 60px;
		width: 60px;
		transform: rotate(45deg);
	}
}

.ccp-page-date-stamp {
	font-weight: bold;
	letter-spacing: .125em;
	text-transform: uppercase;
}

.ccp-page-date-stamp .updated {
	opacity: 0.5;
}
