body, html
    {
    margin: 0px;
    padding: 0px;
    }
body
	{
	background-color: #ffffff;
	color: #333e48;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 1em;
	-webkit-text-size-adjust: 100%;
	}
sup,sub
    {
    font-size: 70%;
    height: 0;
    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;
	}
.pill_button
	{
	font-family: OpenSans-Semibold, "Open Sans", sans-serif;
	text-align: center;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	max-width: max-content;
	padding: 15px 20px;
	border-radius: 35px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	border-style: solid;
	border-width: 8px;
	background-color: #B33B00;
	background-color: var(--interactive-upsell-primary, #B33B00);
	border-color: #FFE5D6;
	border-color: var(--interactive-upsell-primary-border, #FFE5D6);
	}
.pill_button:link, .pill_button:visited
	{
	color: #ffffff;
	}
.pill_button:hover, .pill_button:focus
	{
	background-color: #D84812;
	background-color: var(--interactive-upsell-primaryhover, #802A00);
	}
.pill_button:focus
	{
	outline-width: 2px;
	outline-style: solid;
	outline-color: #0F62FE;
	outline-color: var(--interactive-focus, #0F62FE);
	}

/* Masthead */

header
	{
	background: #F8F9FA;
	}
#masthead
	{
	height: 88px;
	max-width: 990px;
	padding: 0 17px;
	margin: auto;
	color: #ffffff;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	}
#logo
	{
	display: block;
	width: 141px;
	height: 28px;
	background: url(https://assets.equifax.com/landers/images/LAN_160630_efx_logo.png) center center no-repeat;
	background-size: contain;
	}

/* Zone 1 */

#zone1
	{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 40px;
	padding: 60px 17px 30px 17px;
	}
#leftside
	{
	padding: 0;
	max-width: 500px;
	}
h1
	{
	margin: 0 0 21px 0;
	font-size: 32px;
	line-height: 40px;
	font-weight: 600;
	}
#leftside p
	{
	margin-top: 0;
	font-size: 13px;
	}
#leftside .subheader
	{
	margin-bottom: 35px;
	font-size: 20px;
	line-height: 27px;
	font-weight: 600;
	}
.desc
	{
	margin: 0 0 30px 0;
	}
#rightside
	{
	max-width: 390px;
	}
#rightside::before
	{
	content: '';
	display: block;
	width: 390px;
	height: 230px;
	margin-bottom: 20px;
	background: url(https://assets.equifax.com/landers/images/cscores-3.png) center center no-repeat;
	background-size: cover;
	}
#rightside .disclaimer
	{
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	}
#rightside .disclaimer span
	{
	font-size: 14px;
	font-weight: 700;
	}

/* Zone 2 */

#zone2
	{
	background-color: #F7F7F7;
	padding-bottom: 54px;
	text-align: center;
	}
#zone2 h2
	{
	font-size: 24px;
	font-weight: 600;
	padding-top: 40px;
	margin: 0px 0px 5px 0px;
	}
#zone2 .subheader
	{
	font-size: 20px;
	margin: 0px auto 10px auto;
	}
#carousel
	{
	margin: 30px 0 20px 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	text-align: left;
	}
.carousel_item
	{
	border-left: 1px solid #A3AAAD;
	border-right: 1px solid #A3AAAD;
	padding: 0 15px 0 80px;
	margin: 0 15px;
	flex: 0 1 235px;
	background-size: 55px 55px;
	background-position: 15px top;
	background-repeat: no-repeat;
	}
.owl-item .carousel_item
	{
	margin: 0 auto;
	background-position-x: 10px;
	padding-left: 75px;
	}
.owl-theme .owl-dots
	{
	margin-top: 10px;
	}
.owl-theme .owl-dots .owl-dot span
	{
    width: 18px;
    height: 18px;
    margin: 5px 6px;
	}
.carousel_item:first-of-type, .carousel_item:last-of-type
	{
	border: none;
	margin: 0;
	}
.carousel_item.three_bureau
	{
	background-image: url(https://assets.equifax.com/landers/images/icon_annual_3B.svg);
	}
.carousel_item.score_access
	{
	background-image: url(https://assets.equifax.com/landers/images/icon_score_access.svg);
	}
.carousel_item.monitoring_alerts
	{
	background-image: url(https://assets.equifax.com/landers/images/icon_monitoring_alerts.svg);
	}	
.carousel_item h3, .carousel_item p
	{
	margin: 0;
	line-height: 22px;
	}
.carousel_item h3
	{
	font-size: 16px;
	}
.carousel_item p
	{
	font-size: 13px;
	}
.zone2_7day
	{
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	margin: 42px 0 32px 0;
	}
#zone2 .disclaimer
	{
	margin: 0 0 20px 0;
	}
#zone2 .pill_button
	{
	margin-bottom: 42px;
	}
.check_ok
	{
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 22px 0;
	}
#zone2 .disclaimer.small
	{
	max-width: 650px;
	margin: 0 auto;
	}

/* Zone 3 */

#zone3
	{
	margin: 53px 0 64px 0;
	}
#zone3 h2
	{
	max-width: 700px;
	margin: 0 auto 53px auto;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	font-weight: normal;
	}
ul.iconBox
	{
	max-width: max-content;
	display: grid;
	grid-template-columns: repeat(2, 364px);
	grid-gap: 62px 1px;
	justify-content: center;
	margin: 0 auto 26px auto;
	padding: 0;
	list-style: none;
	line-height: 1.2;
	overflow: hidden;
	}
ul.iconBox li
	{
	position: relative;
	padding: 0 24px 0 104px;
	background-position: 24px top;
	background-repeat: no-repeat;
	background-size: 64px auto;
	min-height: 82px;
	}
ul.iconBox li::after
	{
	content: '';
	display: block;
	width: 0;
	height: 82px;
	border-left: 1px solid #D9DFE3;
	position: absolute;
	top: 0;
	right: -1px;
	}
ul.iconBox li.lost_wallet
	{
	background-image: url(https://assets.equifax.com/images/us/personal-misc/lost_wallet.svg);
	}
ul.iconBox li.mobile_alerts
	{
	background-image: url(https://assets.equifax.com/landers/images/seo_mobile_alerts.svg);
	}
ul.iconBox li.score_trending
	{
	background-image: url(https://assets.equifax.com/landers/images/seo_trending.svg);
	}
ul.iconBox li.theft_insurance
	{
	background-image: url(https://assets.equifax.com/images/us/personal-misc/id_theft_insurance.svg);
	}
ul.iconBox li h3
	{
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	}
ul.iconBox li p
	{
	margin: 0;
	font-size: 13px;
	line-height: 22px;
	}
#zone3 .disclaimer
	{
	text-align: center;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 612px;
	}

/* Zone 4 */

#zone4
	{
	padding: 0 5px 40px 5px;
	text-align: center;
	}
#zone4 h2
	{
	font-size: 32px;
	line-height: 40px;
	font-weight: 600;
	margin: 0 0 20px 0;
	}
#zone4 p
	{
	margin: 0 0 20px 0;
	}

/* Zone 5 */

#zone5
    {
	padding: 0 17px;
    }
#seo_whitebox
    {
	padding: 0;
	margin: 0 0 40px 0;
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 44px;
    }
#seo_whitebox div
    {
    font-size: 16px;
	flex: 0 1 418px;
	box-sizing: border-box;
	padding: 40px;
	border-radius: 10px;
	border: 1px solid #eeeeee;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	border-top: 5px solid #0093C9;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
    }
#seo_left
    {
	padding-right: 80px;
    }
#seo_right
    {
	padding-left: 80px;
    }
#seo_whitebox h2
    {
	font-size: 16px;
	line-height: 30px;
	font-weight: 700;
	margin: 0;
	flex: 0 0 auto;
    }
#seo_whitebox p
	{
	font-size: 16px;
	line-height: 28px;
	margin: 0 0 1em 0;
	flex: 0 0 auto;
	}
#seo_whitebox p:last-of-type
	{
	flex: 1 1 auto;
	}
#seo_whitebox a:link, #seo_whitebox a:visited
    {
    color: #0076a3;
    white-space: nowrap;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 700;
	display: inline-block;
	align-self: center;
	flex: 0 0 auto;
	text-decoration: none;
	background-image: linear-gradient(#007298, #007298);
	background-size: 0 2px;
	background-position: 0 100%;
	background-repeat: no-repeat;
	transition: background-size .3s ease-in-out,background-position .3s ease-in-out;
    }
#seo_whitebox a:hover
	{
	background-size: 100% 2px;
	}
.ml-2
	{
	margin-left: 0.5rem;
	}

/* Footer */

footer
    {
    max-width: 960px;
    margin: 0 auto 30px auto;
    }
footer p
    {
    font-size: 13px;
    color: #3e3e3e;
    }
footer p a
    {
    color:#3e3e3e;
    }
footer p a:hover
    {
    text-decoration:none;
    }
	
@media (min-width: 991.1px)
	{
	.mobile-only
		{
		display: none;
		}
	}	

@media (max-width: 991px)
	{
	.desktop-only
		{
		display: none;
		}
	.pill_button
		{
		font-size: 13px;
		line-height: 20px;
		padding: 10px 10px;
		border-radius: 28px;
		}
		
	/* Masthead */
	
	#masthead
		{
		height: 8.54vw;
		max-height: 88px;
		min-height: 32px;
		}
	#logo
		{
		width: 20.87%;
		max-width: 141px;
		min-width: 80px;
		height: auto;
		aspect-ratio: 141 / 28;
		}

	/* Zone 1 */
	
	#zone1
		{
		display: block;
		padding: 24px 7px 30px 7px;
		}
	#leftside
		{
		max-width: none;
		text-align: center;
		margin-bottom: 15px;	
		}
	h1
		{
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 5px;
		padding: 0 10px;
		}
	#leftside .subheader
		{
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 14px;
		}
	.desc
		{
		margin: 0 auto 14px auto;
		max-width: 630px;
		padding: 0 10px;
		}
	#rightside
		{
		max-width: none;
		}
	#rightside::before
		{
		content: none;
		}
	#rightside::after
		{
		content: "";
		display: block;	
		width: 62.5vw;
		max-width: 390px;
		min-width: 200px;
		height: auto;
		aspect-ratio: 39 / 23;
		margin: 22px auto 0 auto;
		background: url(https://assets.equifax.com/landers/images/cscores-3.png) center center no-repeat;
		background-size: cover;
		}
	#rightside .disclaimer
		{
		max-width: 680px;
		margin: 20px auto 0 auto;
		text-align: center;
		}
	
	/* Zone 2 */
	
	#zone2
		{
		padding-bottom: 64px;
		}
	#zone2 h2
		{
		font-size: 20px;
		padding-top: 20px;
		margin: 0px 17px 5px 17px;
		}
	#zone2 .subheader
		{
		font-size: 13px;
		line-height: 18px;
		margin: 0px 17px 10px 17px;
		}
	#carousel
		{
		display: block;
		text-align: center;
		}
	.carousel_item, .carousel_item:first-of-type, .carousel_item:last-of-type 
		{
		margin: 0 auto 30px auto;
		}
	.carousel_item
		{
		max-width: 335px;
		min-height: 55px;
		border: none;
		}
	.carousel_item h3, .carousel_item p
		{
		text-align: left;
		}
	.check_ok, .zone2_7day
		{
		margin-left: 5%;
		margin-right: 5%;
		}
	.zone2_7day
		{
		margin-bottom: 25px;
		}
	#zone2 .pill_button
		{
		margin-bottom: 20px;
		}
	.check_ok
		{
		font-size: 13px;
		line-height: 18px;
		margin-bottom: 14px;
		}
	#zone2 .disclaimer.small
		{
		padding: 0 5%;
		}
	
	/* Zone 3 */

	#zone3
		{
		margin: 42px 30px 30px 30px;
		}
	#zone3 h2
		{
		font-size: 20px;
		line-height: 26px;
		max-width: 740px;
		margin-bottom: 32px;
		}
	#zone3 h2 strong
		{
		font-weight: normal;
		}
	#zone3 h2 span
		{
		margin-top: 6px;
		display: block;
		}
	ul.iconBox
		{
		grid-template-columns: 364px;
		grid-gap: 24px 0;
		margin: 0 auto 20px auto;
		padding: 0 40px;
		}
	ul.iconBox li::after
		{
		content: none;
		}
	ul.iconBox li p
		{
		font-size: 13px;
		}
	#zone3 .disclaimer.small
		{
		padding: 0;
		}
		
	/* Zone 4 */

	#zone4
		{
		padding: 0 0 36px 0;
		}
	#zone4 h2
		{
		font-size: 18px;
		line-height: 26px;
		margin: 0 0 20px 0;
		}
	#zone4 p
		{
		max-width: 300px;
		margin: 0 auto 18px auto;
		}
	
	/* Zone 5 */
	
	#zone5
		{
		padding: 0 30px;
		}
	#seo_whitebox
		{
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		gap: 26px;
		}
	#seo_whitebox div
		{
		flex: 1 1 auto;
		max-width: 418px;
		padding: 20px;
		margin: 0;
		}
	
	/* Footer */
	
	footer
		{
		padding: 0 5%;
		}
	}

@media (max-width: 640px)
	{
	/* Zone 2 */
	
	#carousel
		{
		padding: 0 30px;
		box-sizing: border-box;
		}
	.carousel_item, .carousel_item:first-of-type, .carousel_item:last-of-type
		{
		margin: 0 auto;
		}
	#carousel.owl-carousel .owl-nav button.owl-next, #carousel.owl-carousel .owl-nav button.owl-prev
		{
		top: 0;
		transform: none;
		width: 36px;
		height: 100px;
		border: none;
		color: #ffffff;
		background: rgba(0,0,0,.2);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 22.5px 45px;
		}
	#carousel.owl-carousel .owl-nav button.owl-prev
		{
		left: 0px;
		border-radius: 0 5px 5px 0;
		background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20512%22%20data-fa-i2svg%3D%22%22%3E%3Cpath%20fill%3D%22white%22%20d%3D%22M31.7%20239l136-136c9.4-9.4%2024.6-9.4%2033.9%200l22.6%2022.6c9.4%209.4%209.4%2024.6%200%2033.9L127.9%20256l96.4%2096.4c9.4%209.4%209.4%2024.6%200%2033.9L201.7%20409c-9.4%209.4-24.6%209.4-33.9%200l-136-136c-9.5-9.4-9.5-24.6-.1-34z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
		}
	#carousel.owl-carousel .owl-nav button.owl-next
		{
		right: 0px;
		border-radius: 5px 0 0 5px;
		background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20512%22%20data-fa-i2svg%3D%22%22%3E%3Cpath%20fill%3D%22white%22%20d%3D%22M224.3%20273l-136%20136c-9.4%209.4-24.6%209.4-33.9%200l-22.6-22.6c-9.4-9.4-9.4-24.6%200-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6%200-33.9L54.3%20103c9.4-9.4%2024.6-9.4%2033.9%200l136%20136c9.5%209.4%209.5%2024.6.1%2034z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
		}
	.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span
		{
		background-color: #5F6A72;
		}
	}
