:root
	{
	--mobile-margin: 16px;
	}

body, html
    {
    margin: 0px;
    padding: 0px;
    }
body
    {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 1em;
    background-color: #f5f6f7;
    line-height: 1.38;
	color: #333E48;
    }
sup,sub
    {
    font-size: 70%;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
    }
sup
    {
    bottom: .6ex;
    }
sub
    {
    top: .5ex;
    }
a img
    {
    border: none;
    }
.disclaimer
    {
    font-size: 13px;
    }
.disclaimer.small
	{
	font-size: 11px;
	}
.zone
    {
    max-width: 1279px;
    margin: auto;
    }
.pill_button:link, .pill_button:visited
    {
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: 430px;
	padding: 17px 15px;
    color: #ffffff;
	background-color: #B33B00;
	background-color: var(--interactive-upsell-primary, #B33B00);
	border-radius: 47px;
    font-weight: 600;
	font-size: 16px;
	line-height: 24px;
    text-decoration: none;
	text-align: center;
    }
.pill_button.red:link, .pill_button.red:visited
    {
	background-color: #9E1B32;
	border-color: #FBD8DE;
    }
.pill_button:focus
	{
	outline-width: 2px;
	outline-style: solid;
	outline-color: #0F62FE;
	outline-color: var(--interactive-focus, #0F62FE);
	}
.pill_button:hover, .pill_button:focus
	{
	background-color: #D84812;
	background-color: var(--interactive-upsell-primaryhover, #802A00);
	}
.pill_button.red:hover, .pill_button.red:active
    {
	background-color: #6D1222;
	border-color: #FCCDD6;
    }


/* Sticky Header */

#masthead_wrapper
    {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    z-index: 10000;
    background-color: #ffffff;
    border-bottom: 1px solid #eaeaea;
    }
#masthead_wrapper.sticky
    {
    animation-name: show;
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
    }
#masthead_wrapper.hide
    {
    animation-name: show;
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
    animation-direction: reverse;
    }
#sticky_masthead
    {
    position: relative;
    padding: 20px 30px;
    max-width: 1079px;
	font-size: 13px;
	line-height: 24px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 15px;
    opacity: 1.0;
	}
#sticky_masthead span
	{
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	display: block;
	}
.sticky_product
	{
	flex: 1 1 auto;
	}
.sticky_product strong
	{
	font-size: 16px;
	display: block;
	}
#sticky_masthead p.disclaimer
	{
	margin: 0;
	text-align: right;
	}
#sticky_masthead a.pill_button
	{
	border: none;
	width: max-content;
	flex: 0 0 auto;
	padding: 8px 14px;
	margin: 0 0 0 6px;
    font-size: 15px;
	}
@keyframes show
    {
    from
        {
        transform: translateY(-100%);
        opacity: 0.0;
        }
    to
        {
        transform: translateY(0%);
        opacity: 1.0;
        }
    }


/* Red Trial Banner */

.mastheadTrialBanner
	{
	background-color: #9e1b32;
	color: #ffffff;
	padding: 15px 20px;
	max-height: 50px;
	max-width: 100%;
	text-align: center;
	}


/* Zone 1 */

#zone1
	{
	box-sizing: border-box;
	padding: 80px 50px 60px 100px;
	background: #ffffff url(https://assets.equifax.com/landers/images/bg_expC_NB.png) right bottom no-repeat;
	background-size: contain;
	display: grid;
	grid-template-columns: fit-content(600px) auto;
	grid-template-rows: auto;
	align-items: center;
	}
.logo
	{
	display: block;
	width: 140px;
	height: 26px;
	margin: 0 0 46px 0;
	}
.logo > img
	{
	display: block;
	width: 100%;
	height: 100%;
	}
h1
	{
	margin: 0 0 22px 0;
	padding: 0;
	font-size: 36px;
	line-height: 45px;
    font-weight: 700;
	}
.purple_checks
	{
	list-style: none;
	padding: 0;
	margin: 0 0 46px 0;
	}
ul.purple_checks li
	{
	padding-left: 30px;
	margin-bottom: 10px;
	background: url(https://assets.equifax.com/landers/images/check_purple.svg) left 3px no-repeat;
	background-size: 20px 20px;
	font-size: 16px;
	line-height: 24px;
	min-height: 20px;
	}
#zone1 .disclaimer
	{
	margin: 0 0 16px 0;
	}
.zone1_right
	{
	width: 441px;
	height: 276px;
	background: url(https://assets.equifax.com/landers/images/LAN_241204_expC_static1.png) center center no-repeat;
	background-size: cover;
	position: relative;
	}


/* WYNTK */

#wyntk_wrapper
	{
	margin: 20px auto;
	padding: 0 20px;
	max-width: 1000px;
	background-color: #f9f9f9;
	}
#wyntk
	{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 80px;
	margin: 0 auto;
	}
#wyntk .leftside
	{
	white-space: nowrap;
	font-size: 22px;
	}


/* Zone 2 */

#zone2
	{
	padding: 56px 100px 20px 100px;
    max-width: 1079px;
    background-color: #ffffff;
	}
#zone2 h2
	{
	font-size: 24px;
	line-height: 32px;
	margin: 0px 0px 64px 0px;
	text-align: center;
	}
.features_list
	{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	background-size: 575px auto;
	background-repeat: no-repeat;
	margin-bottom: 76px;
	}
.features_list.left-image
	{
	padding-left: 625px;
	background-position: left center;
	}
.features_list.right-image
	{
	padding-right: 625px;
	background-position: right center;
	}
.features_list.features1
	{
	min-height: 336px;
	background-image: url(https://assets.equifax.com/landers/images/expC_bubble1_2x.png);
	}
.features_list.features2
	{
	min-height: 443px;
	background-image: url(https://assets.equifax.com/landers/images/expC_bubble2_2x.png);
	}
.features_list.features3
	{
	min-height: 287px;
	background-image: url(https://assets.equifax.com/landers/images/expC_bubble3_2x.png);
	}
.features_list ul
	{
	list-style: none;
	padding: 0;
	margin: 0;
	}
.features_list li
	{
	margin: 0 0 36px 0;
	padding: 0;
	}
.features_list li h3
	{
    font-size: 16px;
	font-weight: 700;
    margin: 0;
	}
.features_list li p
	{
	font-size: 16px;
	line-height: 26px;
    margin: 0;
	}


/* Zone 3 */

#zone3
	{
	padding: 40px;
	background: #ffffff;
	box-sizing: border-box;
	}
.new_boxes
	{
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	justify-content: center;
	align-items: stretch;
	gap: 40px;
	text-align: left;
	}
.new_boxes li
	{
	padding: 36px 26px;
	margin: 0;
	border-radius: 10px;
	flex: 0 0 33.33%;
	}
.new_boxes li.green
	{
	background-color: #DBF9CF;
	}
.new_boxes li.yellow
	{
	background-color: #FFF4CC;
	}
.new_boxes li.blue
	{
	background-color: #DAF1FB;
	}
.new_boxes h3
	{
	font-size: 24px;
	line-height: 32px;
	margin: 0 0 20px 0;
	}
.new_boxes p
	{
	font-size: 16px;
	line-height: 26px;
	margin: 0;
	}


/* Zone 4 */

#zone4
	{
	display: flex;
    flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	background-color: #f9f9f9;
	padding: 68px 20px 64px 20px;
	box-sizing: border-box;
    text-align: center;
	}
#zone4 h2
	{
	font-size: 24px;
	line-height: 36px;
	margin: 0px 0px 40px 0px;
	padding: 0px;
	}
#zone4 p.disclaimer
	{
	padding: 0px;
	max-width: 660px;
	margin: 5px auto 40px auto;
	}
.awards-holder
	{
	margin: 70px 0 0px 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 70px;
	list-style: none;
	}
.awards-holder li
	{
	max-width: 190px;
	padding: 0;
	}
.awards-holder .imgbox
	{
	width: 90px;
	height: auto;
	margin: 0px auto 10px auto;
	}
.awards-holder img
	{
	display: block;
	width:100%;
	height: 100%;
	}
.awards-holder li h3
	{
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 8px 0;
	}
.awards-holder li p
	{
    font-size: 13px;
    color: #393939;
    margin: 0;
	}


/* Footer */

footer
    {
	box-sizing:border-box;
	color: #ffffff;
	background-color: #333E48;
	padding: 20px 100px;
    max-width:1279px;
    font-size: 13px;
	line-height: 24px;
    }
footer a:link, footer a:visited
    {
	color: inherit;
    }


/* Sticky Footer */

#sticky_footer_wrapper
	{
	display: none;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	transform: translateY(100%);
	z-index: 10000;
	}
#sticky_footer_wrapper.sticky
	{
	animation-name: show_footer;
	animation-duration: .5s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-timing-function: ease-out;
	}
#sticky_footer_wrapper.hide
	{
	animation-name: show_footer;
	animation-duration: .5s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in;
	animation-direction: reverse;
	}
#sticky_footer
	{
	background-color: #ffffff;
	box-sizing: border-box;
	position: relative;
	padding: 16px 16px 28px 16px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
	opacity: 1.0;
	border-top: 1px solid #eaeaea;
	}
#sticky_footer strong
	{
	display: block;
	}
#sticky_footer p.disclaimer
	{
	margin: 0;
	text-align: center;
	}
#sticky_footer a.pill_button
	{
	border: none;
	width: 100%;
	padding: 8px 14px;
	}
@keyframes show_footer
	{
	from
		{
		transform: translateY(100%);
		opacity: 0.0;
		}
	to
		{
		transform: translateY(0%);
		opacity: 1.0;
		}
	}


@media (min-width: 992px)
	{
	.mobile-only
		{
		display: none;
		}
	}
	
	
@media (max-width: 991px)
	{
	.desktop-only
		{
		display: none;
		}
	.pill_button:link, .pill_button:visited
		{
		font-size: 13px;
		padding: 10px;
		margin-left: auto;
		margin-right: auto;
		}

	/* Sticky Header */

	#masthead_wrapper
		{
		display: none;
		}

	/* Zone 1 */

	.mastheadTrialBanner
		{
		display: none;
		}
	#zone1
		{
		display: block;
		padding: 0;
		background-image: none;
		}
	#zone1::before
		{
		content: '';
		display: block;
		width: 100%;
		height: 0;
		padding-bottom: 37.33%;
		background: url(https://assets.equifax.com/landers/images/expC_hero_mobile_2x.png) center bottom no-repeat;
		background-size: cover;
		}
	.zone1_left
		{
		margin: 0 auto;
		max-width: 570px;
		padding: 10px var(--mobile-margin) 20px var(--mobile-margin);
		}
	.logo
		{
		margin: 0 0 10px 0;
		}
	h1
		{
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 10px;
		}
	.purple_checks
		{
		margin-bottom: 18px;
		}
	ul.purple_checks li
		{
		font-size: 13px;
		line-height: 20px;
		}
	#zone1 .disclaimer
		{
		margin: 0 auto 12px auto;
		text-align: center;
		max-width: 300px;
		}
	.zone1_right
		{
		display: none;
		}

	/* WYNTK */

	#wyntk_wrapper
		{
		margin: 0;
		padding: 10px var(--mobile-margin) 12px var(--mobile-margin);
		text-align: center;
		}
	#wyntk
		{
		display: block;
		max-width: 718px;
		}
	#wyntk .leftside
		{
		white-space: normal;
		}

	/* Zone 2 */

	#zone2
		{
		padding: 50px var(--mobile-margin) 10px var(--mobile-margin);
		}
	#zone2 h2
		{
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 30px;
		}
	.features_list, .features_list.features1, .features_list.features2, .features_list.features3
		{
		display: block;
		background: none;
		padding: 0;
		max-width: 570px;
		min-height: 0;
		margin: auto;
		}
	.features_list::before
		{
		content: '';
		display: block;
		width: 100%;
		height: 0;
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: cover;
		margin-bottom: 30px;
		}
	.features_list.features1::before
		{
		padding-bottom: 58.34%;
		background-image: url(https://assets.equifax.com/landers/images/expC_bubble1_2x.png);
		}
	.features_list.features2::before
		{
		padding-bottom: 104.6%;
		background-image: url(https://assets.equifax.com/landers/images/expC_bubble2_2x.png);
		}
	.features_list.features3::before
		{
		padding-bottom: 60.29%;
		background-image: url(https://assets.equifax.com/landers/images/expC_bubble3_2x.png);
		}
	.features_list li
		{
		margin-bottom: 40px;
		}
	.features_list .disclaimer
		{
		margin-bottom: 40px;
		}

	/* Zone 3 */

	#zone3
		{
		padding: 0 var(--mobile-margin) 40px var(--mobile-margin);
		}
	.new_boxes
		{
		grid-template-columns: auto;
		gap: 24px;
		}

	/* Zone 4 */

	#zone4
		{
		display: block;
		padding-left: var(--mobile-margin);
		padding-right: var(--mobile-margin);
		}
	#zone4 h2
		{
		font-size: 20px;
		line-height: 26px;
		}
	.awards-holder
		{
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		margin-top: 40px;
		}

	/* Footer */

	footer
		{
		padding: 20px 20px 150px 20px;
		}

	/* Sticky Footer */

	#sticky_footer_wrapper
		{
		display: block;
		}
	}
