@charset "UTF-8";

body, html
    {
    margin: 0px;
    padding: 0px;
    }
body
    {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 1em;
	color: #333e48;
    }
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;
	line-height: 1.2;
	}
.disclaimer.small
	{
	font-size: 11px;
	line-height: 15px;
	}
.border_button:link, .border_button:visited
	{
	-webkit-text-size-adjust: 100%;
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
	color: #ffffff;
	white-space: nowrap;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 1em 2em;
	display: block;
	max-width: 400px;
	font-weight: bold;
	background-color: #D84812;
	border-style: solid;
	border-color: #f6d9cf;
	border-width: 8px;
	border-radius: 2em;
	}
.border_button:hover, .border_button:hover
	{
	background-color: #C54110;
	border-color: #f6e9e4;
	}
.border_button.orange:link, .border_button.orange:visited
	{
	background-color: #b33b00;
	border: 8px solid #f6d9cf;
	}
.border_button.orange:hover
	{
	background-color: #D84812;
	border-color: #f9ece7;
	}


/* Masthead */

#masthead_content
	{
    max-width: 974px;
    height: 50px;
    margin: auto;
    color: #ffffff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	}
#logo img
	{
    display: block;
    width: 125px;
	}

main
	{
	max-width: 986px;
	margin: 0 auto;
	}
	

/* Zone 1 */

#zone1_upper
	{
	padding: 0 180px 0 30px;
	background: #F8F9FA url(https://assets.equifax.com/landers/images/expB_hero_mobile_400x428.png) right 15px top 10px no-repeat;
	background-size: 160px 171px;
	min-height: 181px;
	}
h1
	{
	font-weight: 400;
	font-size: 24px;
	line-height: 35px;
	padding: 24px 0 0 0;
	margin: 0 0 10px 0;
	}
p.subheader
	{
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	padding: 0 0 30px 0;
	margin: 0;
	}
#zone1_lower
	{
	background-color: #F8F9FA;
	max-width: 961px;
	padding: 0 30px 16px 30px;
	}
#zone1_lower .disclaimer
	{
	margin: 0 auto 16px auto;
	max-width: 400px;
	text-align: center;
	}


/* WYNTK */

div.wyntk
	{
	padding: 10px 30px 15px 30px;
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px solid #CFD3D6;
	background-color: #F8F9FA;
	}
div.wyntk h3
	{
	font-weight: 600;
	font-size: 22px;
	line-height: 28px;
	padding: 0;
	margin: 0;
	}
div.wyntk p
	{
	margin: 0;
	}
div.wyntk .disclaimer.small
	{
	line-height: 120%;
	}

ul.top_checklist
	{
	list-style: none;
	padding: 0;
	margin: 15px 30px 0 30px;
	}
ul.top_checklist li
	{
	font-size: 14px;
	line-height: 22px;
	color: #333e48;
	padding: 0 0 20px 32px;
	background: url(https://assets.equifax.com/images/us/personal-misc/blue_checkmark.svg) left top no-repeat;
	background-size: 20px 20px;
	}
.ready
	{
	font-weight: 800;
	font-size: 21px;
	line-height: 28px;
	padding: 20px 30px;
	background-color: #333E48;
	color: #FFFFFF;
	text-align: center;
	}
.ready p
	{
	margin: 0 auto;
	padding: 0;
	max-width: 300px;
	}


/* Zone 2 & Carousel */

#zone2
	{
	padding: 0 0 30px 0;
	}
#carousel
	{
	margin: 0 20px;
	width: auto;
	background-color: #ffffff;
	}
.carousel_item
	{
	display: block;
	margin: 0 20px;
	}
.carousel_item a
	{
	color: inherit;
	text-decoration: none;
	}
.carousel_item img
	{
	margin: 15px auto 0 auto;
	display: block;
	width: 120px;
	height: 82px;
	}
.carousel_item img.carousel_img_2
	{
	margin-top: 10px;
	width: 233px;
	height: 58px;
	}
.carousel_item .circle_number
	{
	font-weight: 800;
	font-family: OpenSans-Bold,"Open Sans",sans-serif;
	font-size: 24px;
	line-height: 42px;
	margin: 30px auto 20px auto;
	width: 42px;
	height: 42px;
	text-align: center;
	color: #ffffff;
	background-color: #333E48;
	border: 5px solid #D6D8DA;
	border-radius: 50%;
	}
.carousel_item p
	{
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	margin: 0 auto 15px auto;
	max-width: 240px;
	}
.carousel_item p ~ p
	{
	font-size: 14px;
	line-height: 24px;
	margin: 0 auto;
	}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev
	{
	border: none !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	height: 40px !important;
	width: 40px !important;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 0 !important;
	background-color: transparent !important;
	}
.owl-carousel .owl-nav button.owl-next:before, .owl-carousel .owl-nav button.owl-prev:before
	{
	border-style: solid;
	border-width: 3px 3px 0 0;
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	color: #ffffff;
	position: relative;
	}
.owl-carousel .owl-nav button.owl-prev
	{
	left: -15px !important;
	background-image: url(https://assets.equifax.com/images/us/personal-landers/circle_arrow_prev.svg) !important;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	}
.owl-carousel .owl-nav button.owl-next
	{
	right: -15px !important;
	background-image: url(https://assets.equifax.com/images/us/personal-landers/circle_arrow_next.svg) !important;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	}
.owl-carousel .owl-nav button.owl-next:before, .owl-carousel .owl-nav button.owl-prev:before
	{
	content: none;
	}
.owl-theme .owl-dots .owl-dot span
	{
	background-color: transparent !important;
	border: 1px solid #cccccc;
	outline: none;
	}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span
	{
	background-color: #cccccc !important;
	}
.green_list
	{
	max-width: 240px;
	margin: 15px auto 0 auto;
	list-style: none;
	}
.green_list li
	{
	font-size: 13px;
	padding: 0 0 12px 39px;
	margin: 0;
	background: url(https://assets.equifax.com/images/us/personal-misc/Check-01.svg) left top no-repeat;
	background-size: 23px 23px;
	}
div#carousel ~ p.disclaimer
	{
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
	}


/* Zone 3 */

#zone3
	{
	text-align: center;
	margin: 0 30px 50px 30px;
	}
#zone3 h2
	{
	margin: 0 0 16px 0;
	padding: 16px 0 0 0;
	font-size: 22px;
	font-weight: bold;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	}
#zone3 p
	{
	margin-top: 0;
	margin-left: 20px;
	margin-right: 20px;
	}
#zone3 p.subheader
	{
	line-height: 1.3;
	text-align: center;
	padding-bottom: 0;
	margin: 0 0 16px 0;
	}
#zone3 p.disclaimer
	{
	color: inherit;
	margin: 0 auto 13px auto;
	max-width: 400px;
	}


/* Zone 4 */

#zone4
	{
	margin: 0 30px;
	}
#zone4 h2, #zone5 h2
	{
	font-size: 27px;
	line-height: 35px;
	text-align: center;
	margin: 0 0 16px 0;
	}
#zone4 p.zone4_subheading
	{
	font-size: 14px;
	line-height: 26px;
	margin: 0 0 16px 0;
	text-align: center;
	}
ul.features_list
	{
	padding: 0;
	margin: 0;
	list-style: none;
	}
ul.features_list li
	{
	padding: 0 0 50px 0;
	margin: 0 0 50px 0;
	border-bottom: 1px solid #CFD3D6;
	text-align: left;
	}
ul.features_list li img
	{
	width: 100px;
	display: block;
	margin: 0 auto 30px auto;
	}
ul.features_list li h3
	{
	font-size: 18px;
	margin-bottom:18px;
	}
ul.features_list li p
	{
	font-size: 14px;
	line-height: 21px;
	margin: 0;
	}
#zone4 p.disclaimer
	{
	margin-bottom: 60px;
	text-align: center;
	}
ul.features_list:last-of-type li:last-of-type
	{
	margin-bottom: 0;
	border-bottom: none;
	}


/* Zone 5 */    
  
#zone5
	{
	padding: 48px 30px 50px 30px;
	background-color: #EFEFEF;
	text-align: center;
	}
#zone5 h2
	{
	margin-bottom: 10px;
	}
#zone5 p.zone5_subheading
	{
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	margin: 0 0 30px 0;
	}
#zone5 p.disclaimer
	{
	margin: 0 0 26px 0;
	}
#zone5 p.disclaimer:last-of-type
	{
	margin: 0 0 15px 0;
	}
#zone5 .border_button.orange:link, #zone5 .border_button.orange:visited
	{
	margin-bottom: 40px;
	}
.zone5_ul
	{
	list-style: none;
	margin: 0;
	padding: 0;
	}
.zone5_ul li
	{
	max-width: 180px;
	margin: 0 auto 24px auto;
	padding: 0;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	text-align: center;
	}
.zone5_ul li:last-of-type
	{
	margin-bottom: 0;
	}
.zone5_ul li img
	{
	display: block;
	margin: 0 auto 10px auto;
	width: 62px;
	height: 62px;
	}

/* Footer */

footer
	{
	background-color: #555555;
	}
#footer_content
	{
	max-width: 934px;
	margin: auto;
	padding: 50px 25px 30px 25px;
	color: #ffffff;
	font-size: 13px;
	}
#footer_content a:link, #footer_content a:visited
	{
	color: inherit;
	}


/* Popup */

#ATOverlay
	{
	background-color:rgba(28,28,28,0.7);
	width:100%;
	height:100vh;
	display:none;
	position: fixed;
	z-index:1000;
	top: 0;
	left: 0;
	}
#ATOverlay, #ATOverlay *
	{
	box-sizing: content-box;
	}
#ATPop
	{
	position: fixed;
	margin:0 auto;
	background-color:transparent;
	top:100px;
	left: 50%;
	transform: translateX(-50%);
	}
#ATPop #ATPopClose
	{
	cursor: pointer;
	display: block;
	position: absolute;
	top: -18px;
	right: 0px;
	width: 14px;
	height: 14px;
	background: url("https://assets.equifax.com/images/us/personal-misc/closingX_3-4A.svg") center center no-repeat;
	background-size: 14px 14px;
	}
.EFXPopupCard
	{
	background-color: #ffffff;
	border-radius: 8px;
	width: 840px;
	padding: 0px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	text-align: center;
	max-width:100%;
	color: #333E48;
	}
.EFXPopupCard p
	{
	margin: 0;
	}
.EFXPopupCard strong
	{
	font-family: OpenSans-Bold,"Open Sans",sans-serif;
	}
.EFXPopupCard p.EFXPopupTitle
	{
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 46px;
	line-height: 60px;
	padding:41px 20px 0 20px;
	}
.EFXFeatures_container
	{
	display: flex;
	justify-content: center;
	text-align: left;
	padding: 43px 0 0 0;
	max-width: 706px;
	margin: auto;
	}
.Complete_container
	{
	display:flex;
	flex-direction:column;
	}
.Complete_icon
	{
	width: 128px;
	height: 128px;
	padding-right: 34px;
	}
.EFXFeatures_listheader
	{
	text-align: left; 
	font-size: 20px;
	line-height: 26px;
	padding-bottom: 20px;
	}
ul.checks
	{
	 list-style: none; 
	 padding: 0;
	 margin: 0;
	}
ul.checks li 
	{
	background-image: url(https://assets.equifax.com/images/us/personal-misc/blue_checkmark.svg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	padding-left: 30px;
	list-style: none;
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 14px 0;
	}
.button_container
	{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	}
.button_container_center
	{
	flex: 0 1 400px;
	margin: 0 34px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	}
.button_container_side
	{
	flex: 0 1 103px;
	}
.best_value_seal
	{
	height: 103px;
	width: 103px;
	display: block;
	}
.disclosure_ten
	{
	font-size: 13px;
	line-height: 18px;
	padding: 2px 0 13px 0;
	text-align: center;
	}
#ATOverlay .EFXPopupCard a.border_button 
	{
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 18px;
	padding: 8px 5px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
	}
#ATOverlay .EFXPopupCard a.no_thanks:link, #ATOverlay .EFXPopupCard a.no_thanks:hover
	{
	font-size: 16px;
	line-height: 20px;
	color: #0076A3;
	margin-bottom: 24px;
	}
#ATOverlay .EFXPopupCard a.no_thanks:link, #ATOverlay .EFXPopupCard a.no_thanks:visited
	{
	text-decoration: none;
	}
.EFXPopupCard div.howto-block
	{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	padding: 0 0 20px 0;
	max-width: 726px;
	margin: auto;
	}
.EFXPopupCard p.howto-title
	{
	font-size: 20px;
	font-weight: bold;
	color: #EDB700;
	width: 100%;
	flex: 0 0 280px;
	text-align: right;
	line-height: 33px;
	border-right: 1px solid #D8D8D8;
	padding-right: 16px;
	margin-right: 16px;
	} 
.EFXPopupCard p.howto
	{
	font-size: 12px;
	line-height: 21px;
	flex: 1 1 auto;
	}

@media (max-width: 885px)
	{
	#ATPop
		{
		top: 25px;
		width: 90vw;
		max-width: 355px;
		}
	.EFXPopupCard
		{
		padding:10px;
		width: auto;
		}
	.EFXPopupCard p.EFXPopupIntro
		{
		display:none;
		}
	.EFXPopupCard p.EFXPopupTitle
		{
		font-size: 22px;
		line-height: 33px;
		padding: 18px 0 17px 0;
		}
	.EFXFeatures_container
		{
		display: flex;
		justify-content: center;
		text-align: left;
		font-size: 15px;
		padding: 0;
		max-width: 305px;
		}
	.Complete_container
		{
		display:flex;
		flex-direction:column;
		}
	.Complete_icon
		{
		display: none;
		}
	.EFXFeatures_listheader
		{
		text-align: center;
		font-size: 14px;
		line-height: 22px;
		}
	ul.checks li 
		{
		font-size: 14px;
		line-height: 20px;
		}
	.button_container_side
		{
		display: none;
		}
	.button_container_center
		{
		max-width: 305px;
		}
	.disclosure_ten
		{
		font-size:13px
		font-weight: regular;
		padding: 0 0 12px 0;
		max-width: 265px;
		} 
	.EFXPopupCard a.button
		{
		margin-bottom: 10px;
		}
	#ATOverlay .EFXPopupCard a.no_thanks:link, #ATOverlay .EFXPopupCard a.no_thanks:hover
		{
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 14px;
		}
	.EFXPopupCard div.howto-block
		{
		display: flex;
		flex-direction: column;
		text-align: center;
		margin: 0;
		}
	 .EFXPopupCard p.howto-title
		{
		font-size: 20px;
		text-align: center;
		flex: 1 1 auto;
		margin: 0 0 10px 0;
		padding: 0;
		border: none;
		}   
	.EFXPopupCard p.howto
		{
		font-size: 13px;
		line-height: 18px;
		flex: 1 1 auto;
		}
	}
