body, html
    {
    margin: 0px;
    padding: 0px;
    }
body
    {
    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;
    }
.mobile_only
	{
	display: none;
	}
.pill_button:link, .pill_button:visited
	{
	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 10px;
	background-color: #B33B00;
	background-color: var(--interactive-upsell-primary, #B33B00);
	border-radius: 35px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	border-style: solid;
	border-color: #FFE5D6;
	border-color: var(--interactive-upsell-primary-border, #FFE5D6);
	border-width: 8px;
	}
.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);
	}

/* Popup */

body.locked
	{
	overflow: hidden;
	}
#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: 5vh;
	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;
	}
#ATPopContent
	{
	overflow: auto;
    max-height: 90vh;
	}
.EFXPopupCard
	{
	background-color: #333e48;
	border-radius: 8px;
	padding: 0px;
	text-align: center;
	width: 100%;
	max-width: 706px;
	}
.EFXPopupCard p
	{
	margin: 0;
	}
.EFXPopTop
	{
	background-color: #ffffff;
	border-radius: 8px;
	color: #333e48;
	} 
.EFXPopupTitle
	{
	font-size: 36px;
	font-weight: 700;
	line-height: 61px;
	padding:41px 20px 0 20px;
	}
.EFXFeatures_container
	{
	padding: 26px 20px 0 110px;
	width: max-content;
	max-width: 706px;
	min-height: 80px;
	margin: 0 auto;
	text-align: left;
	background: url(https://assets.equifax.com/landers/images/lan_241028_refresh_badge_2x.png) 20px 26px no-repeat;
	background-size: 80px 80px;
	}
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
	{
	max-width: 400px;
	margin: 0 auto;
	padding-left: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	}
.button_container .disclaimer
	{
	padding: 2px 0 13px 0;
	}
.EFXPopupCard a.pill_button 
	{
	width: 100%;
	max-width: 92%;
	box-sizing: border-box;
	margin-bottom: 18px;
	padding: 11px 0px;
	text-transform: none;
	font-size: 13px;
	line-height: 1.5;
	border-style: none;
	}
.EFXPopupCard a.no_thanks:link, .EFXPopupCard a.no_thanks:hover
	{
	font-size: 16px;
	line-height: 20px;
	color: #0076A3;
	margin-bottom: 44px;
	}
#ATOverlay .EFXPopupCard a.no_thanks:link, #ATOverlay .EFXPopupCard a.no_thanks:visited
	{
	text-decoration: none;
	}
#ATOverlay .EFXPopup_footer
	{
	background-color: #333e48;
	border-radius: 0 0 8px 8px;
	color: #ffffff;
	padding: 10px 20px;
	text-align: left;
	}
	
@media (max-width: 991px)
	{
	#ATPop
		{
		top: 25px;
		width: 90vw;
		max-width: 355px;
		}
	.EFXPopupTitle
		{
		font-size: 24px;
		line-height: 33px;
		padding: 18px 0 17px 0;
		}
	.EFXFeatures_container
		{
		background: none;
		padding: 0;
		margin: 0 25px;
		width: auto;
		}
	ul.checks li 
		{
		font-size: 14px;
		line-height: 20px;
		}
	.button_container
		{
		margin: 0 34px;
		padding: 0;
		}
	.button_container .disclaimer
		{
		padding: 0 0 12px 0;
		max-width: 265px;
		} 
	#ATOverlay .EFXPopupCard a.no_thanks:link, #ATOverlay .EFXPopupCard a.no_thanks:hover
		{
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 30px;
		}
	}

/* Zone 1 */

#masthead_wrapper
    {
	background: #F8F9FA;
    }
#masthead
    {
    max-width: 1024px;
    height: 88px;
    margin: auto;
    position: relative;
    }
#logo
    {
    position: absolute;
    top: 31px;
    left: 17px;
    }
#logo img
	{
	display: block;
	}
#zone1
	{
	background-color: #ffffff;
    padding: 60px 13px 30px 13px;
	margin: auto;
	max-width: 904px;
	display: grid;
	grid-template-columns: 460px 1fr;
	grid-template-rows: min-content auto;
	grid-template-areas:
		'lefttop rightside'
		'leftbottom rightside';
	gap: 0 40px;
	}
#leftside
    {
	grid-area: lefttop;
	text-align: center;
    }
h1
    {
    margin: 0px;
    padding-top: 0;
    color: #000000;
    font-size: 31px;
    font-weight: 600;
    text-align: center;
    }
p.subheader
    {
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 35px;
    }
#lower_leftside
	{
	grid-area: leftbottom;
	text-align: center;
	}
#lower_leftside .disclaimer
	{
	margin-top: 0;
	}
#rightside
    {
	grid-area: rightside;
    }
#cscores
    {
    width: 390px;
    height: 230px;
	display: block;
    }
#wyntk h2
	{
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	text-transform: capitalize;
	margin: 1em 0;
	}
.disclaimer.small
	{
	font-size: 11px;
	}
    
/* Zone 2 */    

#zone2_wrapper
	{
	background-color: #F7F7F7;
	padding: 0 0 44px 0;
	}
#zone2
    {
	max-width: 1004px;
    margin: auto;
    }
#zone2_feature-value_block
    {
    padding-bottom: 10px;
    }
#zone2_feature-value_block h2
    {
    color: #000000;
    text-align: center;
    font-family: inherit;
    font-weight: 600;
    font-size: 32px;
    padding-top: 40px;
    margin: 0px 0px 5px 0px;
    }
#zone2_feature-value_block p.subheader
    {
    font-weight: normal;
    font-size: 20px;
    text-align: center;
    margin: 0px auto 10px auto;
    color: #333;
    }
#carousel
	{
	padding: 0;
	margin: 30px 0 0 0;
	list-style: none;
	display: flex;
	align-items: flex-start;
	text-align: left;
	}
.carousel_item
	{
	font-family: inherit;
	border-left: 1px solid #A3AAAD;
	border-right: 1px solid #A3AAAD;
	padding: 0 15px;
	margin: 0 15px;
	flex: 0 1 33%;
	}
.carousel_item:first-of-type, .carousel_item:last-of-type
	{
	border: none;
	}
.carousel_item img, .owl-carousel .owl-item img
	{
	float: left;
	margin-right: 10px;
	width: 55px;
	}
.carousel_item h3, .carousel_item p
	{
	margin: 0 0 0 65px;
	font-size: 15px;
	font-family: inherit;
	}
.carousel_item h3
	{
	font-weight: 600;
	}
#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;
	}
.owl-theme .owl-dots .owl-dot
	{
	padding: 3px !important;
	}
#zone2_lower
	{
	text-align: center;
	}
#zone2_7day + .disclaimer
	{
	text-align: center;
	padding-top: 10px;
	max-width: 600px;
	margin: auto;
	}
#underFeatures
    {
    padding: 0px;
    margin: auto;
    width: 550px;
    }
#underFeatures2
    {
    padding-top: 10px;
    max-width: 590px;
    margin: auto;
    text-align: center;
    }
#bottom_button
    {
    margin: 20px auto 20px auto;
	padding-left: 22px;
	padding-right: 22px;
   }
#zone2_7day, #check_ok
    {
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    }


/* Zone 5 */

#zone5
    {
    width: 931px;
    margin: 0 auto 30px auto;
	padding-top: 40px;
    }
#zone5 p
    {
    font-size: 13px;
    color: #3e3e3e;
    }
#zone5 p a
    {
    font-size: 13px;
    color: #3e3e3e;
    }
#zone5 p a:hover
    {
    text-decoration:none;
    }

@media (max-width: 991px)
	{
	#masthead 
		{
		height: 0;
		padding-bottom: 8.54%;
		}
	#logo
		{
		width: 20.87%;
		top: 27%;
		}
	#logo img
		{
		width: 100%;
		height: auto;
		}
	#zone1
		{
		max-width: 100%;
		padding: 60px 5vw 30px 5vw;
		grid-template-columns: 49vw auto;
		gap: 0 5vw;
		}
	#leftside h1
		{
		font-size: 26px;
		}
	p.subheader
		{
		font-size: 18px;
		}
	#cscores
		{
		width: 100%;
		height: auto;
		}
	#top_button.new_button
		{
		white-space: normal;
		font-size: 13px;
		width: auto;
		background-size: auto;
		height: auto;
		}
	#zone2_feature-value_block h2
		{
		font-size: 26px;
		margin: 0 5% 5px 5%;
		padding-top: 20px;
		}
	#zone2_feature-value_block h3
		{
		font-size: 17px;
		}
	#carousel
		{
		display: block;
		text-align: left;
		}
	.carousel_item
		{
		display: block;
		max-width: 400px;
		margin: 0 auto 30px auto;
		border: none;
		}
	.carousel_item h5, .carousel_item p
		{
		text-align: left;
		}
	.carousel_item h5 br
		{
		display: none;
		}
	#zone2_lower
		{
		margin-bottom: 10px;
		}
	#lower_disc
		{
		margin: 20px 10%;
		}
	#bottom_button
		{
		font-size: 15px;
		}
	#zone5
		{
		width: auto;
		padding: 40px 5% 0 5%;
		}
	}

@media (max-width: 712px)
	{
	#leftside h1
		{
		 font-size: 24px;	
		}
	}

@media (max-width: 576px)
	{
	.mobile_only
		{
		display: block;
		}
	.non-mobile
		{
		display: none !important;
		}
	#zone1
		{
		padding: 24px 5% 30px 5%;
		grid-template-columns: auto;
		grid-template-areas:
			'lefttop'
			'rightside'
			'leftbottom';
		}
	#rightside p, .disclaimer, #zone5 p, #zone5 p a
		{
		font-size: 12px;
		}
	#rightside .disclaimer
		{
		text-align: center;
		}
	#leftside p.disclaimer
		{
		display: none;
		}
	p.subheader
		{
		text-align: center;
		display: block;
		font-size: 14px;
		margin-bottom: 25px;
		}
	#top_button
		{
		font-size: 14px;
		white-space: normal;
		margin: auto;
		width: auto;
		background-size: 100% 48px;
		}
	#cscores
		{
		width: 62.5vw;
		margin: auto;
		}
	#wyntk h3
		{
		font-size: 22px;
		margin-bottom: .5em;
		text-transform: none;
		}
	.disclaimer.small, #rightside .disclaimer.small
		{
		font-size: 11px;
		}
	#zone2_feature-value_block
		{
		padding: 0 0 10px 0;
		}
	#zone2_feature-value_block h2
		{
		font-size: 17px;
		margin-left: 10%;
		margin-right: 10%;
		}
	#zone2_feature-value_block h2 span
		{
		display: block;
		}
	#zone2_feature-value_block p.subheader
		{
		font-weight: normal;
		font-size: 12px;
		text-align: center;
		margin: 0px auto 10px auto;
		color: #333333;
		}
	#zone2_feature-value_block h3
		{
		font-size: 12px;
		}
	#carousel
		{
		margin: 0;
		}
	.carousel_item
		{
		margin: 0 30px;
		padding: 0;
		max-width: 100%;
		}
	.carousel_item a
		{
		color: inherit;
		text-decoration: none;
		}
	.carousel_item img
		{
		margin: 0 15px 0 10px;
		}
	.carousel_item h3
		{
		font-size: 14px;
		margin: 20px 0 0 75px;
		}
	.carousel_item p
		{
		color: #4D4D4D;
		font-size: 12px;
		margin: 0 0 0 75px
		}
	#zone2_7day, #check_ok
		{
		text-align: center;
		font-size: 14px;
		margin-left: 5vw;
		margin-right: 5vw;
		}
	#zone2_7day
		{
		margin-bottom: 15px;
		}
	#zone2_lower
		{
		padding: 0 5%;
		}
	#underFeatures
		{
		width: auto;
		}
	#lower_disc
		{
		margin: 20px 0 0 0;
		}
	#bottom_button
		{
		margin: 20px 0;
		width: auto;
		background-size: 100% 48px;
		font-size: 14px;
		white-space: normal;
		}
	#zone5
		{
		clear: both;
		padding: 40px 10% 5px 10%;
		}
	}

@media (max-width: 320px)
	{
	/* Zone 1 */

	#leftside h1
		{
		font-size: 20px;
		}
	p.subheader
		{
		font-size: 14px;
		}

	/* Zone 2 */

	#zone2_feature-value_block h3
		{
		margin: 0px 5% 10px 5%;
		}
	}
