@charset "utf-8";
/* CSS Document */
/* typography */
body {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;		
}
h1, h2 {
	font-weight: 700;
	line-height: 1.3;
}
.hero-banner h1 {
    font-size: 2.25rem;
}
.hero-banner h2 {
    font-size: 1.5rem;
}
.btn {
    border-radius: 0;
    font-size: 0.85rem;
	padding: 0.5rem 1.75rem;
}
.btn-efx, a.btn-efx {
    background-color: #9e1b32;
    color: white;
}
a.btn-efx:hover, .btn-efx:hover {
    background-color: #5b6771;
    color: white;
}
.btn-red, a.btn-red {
    background-color: #db0011;
    color: white;
}
a.btn-red:hover, .btn-red:hover {
    background-color: #c2000f;
    color: white;
}
.btn-black, a.btn-black {
    background-color: #000000;
    color: white;
}
.btn-black:hover, a.btn-black:hover {
    background-color: #5b6771;
    color: white;
}
.btn-white, a.btn-white {
    background-color: #ffffff;
    color: #9e1b32;
}
.btn-white:hover, a.btn-white:hover {
    background-color: #cccccc;
	color: #9e1b32;
}
.btn-dk-grey, a.btn-dk-grey {
	background-color: #5b6771;
	color: #ffffff;
}
.btn-dk-grey:hover, a.btn-dk-grey:hover {
	background-color: #000000;
	color: #ffffff;
}
.product-btn a, .subs-btn, .red-btn {
    text-decoration: none;
}
.footer-main > * {
    font-size: small;
}
/* bootstrap icon list */
.icon-list {
    list-style-type: none;
    margin-left: var(--fa-li-margin,1.5em);
    padding-left: 0;
}
.icon-list>li {
    position: relative;
}
ul.icon-list li span {
    left: calc(var(--fa-li-width, 2em)*-1);
    position: absolute;
    text-align: center;
    width: var(--fa-li-width,2em);
    line-height: inherit;
}
i[class*="bi-"], .svg-inline--fa {
    --spacing-inline: var(--spacing-6xs);
}
/* colours */
.bg-EFXred {
    background: #9e1b32 none no-repeat;
}
.bg-lt-grey {
    background: #e7e7e7 none no-repeat;
}
.bg-yellow {
    background: #f1c319 none no-repeat;
}
section.bg-EFXred {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 80px;
}
/* layout */
section {
	padding-top: 40px;
	padding-bottom: 40px;
	margin: 40px auto;
}
/* images */
img.img-frame {
    border: 10px solid white;
	box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}
/* header */
.navbar {
	/*border-bottom: 4px solid #e11b22;*/
}
/* hero banner */
section.hero-banner {
    margin-top: 0;
	padding: 0;
	color: white;
	/*min-height: 500px;*/
	overflow: hidden;
}
.hero-banner .banner-left {
	position: relative;
	background-color: #9e1b32;
}
.hero-banner .banner-txt {
	max-width: 660px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	padding-left: 10%;
}
.hero-banner .banner-img-container {
    min-height: 300px;
    z-index: 0;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	flex-grow: 1;
}
.banner-txt-container, .banner-img-container {
	padding-top: 40px;
	padding-bottom: 40px;
}
.hero-banner .banner-img {
	background: transparent url("/sites/default/files/lpassets/images/Equifax-Credit-Report-banner.jpg") no-repeat 30% 0%;
    background-size: cover;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.hero-banner .banner-txt ul.check-list {
    padding-left: 0.25rem;
}
.hero-banner .banner-txt ul.check-list li {
    background-image: url(/sites/default/files/lpassets/images/check2-white.svg);
    background-size: 20px 20px;
    list-style: none;
    background-repeat: no-repeat;
    padding-left: 35px;
    background-position: center left;
}
.hero-CTA {
    display: flex;
    flex-wrap: wrap;
}
.hero-CTA {
    margin: 20px 0 10px;
}
.text-side .hero-CTA a {
    padding: 12px 30px;
    background: #db0011;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 5px;
}
.hero-CTA a:first-of-type {
    margin-right: 20px;
}
/* cards */
.card {
    border-radius: 0;
    border: 1px solid #e7e7e7;
}
.card.card-invisible {
    border: none;
}
.card-header {
    background-color: inherit;
    border-bottom: none;
	margin-top: 1rem;
}
.card-header .card-title {
    margin-bottom: 0;
}
h3.card-title {
    color: #9e1b32;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 600;
}
h3.card-title.text-blue {
    color: #007298;
}
h3.card-title.text-orange {
    color: #e77204;
}
h3.card-title a {
    color: #9c1b32;
}
h3.card-title a:hover {
    color: #000000;
}
h5.card-subtitle {
    margin-bottom: 10px;
	margin-top: 10px;
}
.card-body {
    text-align: center;
}
.card-footer {
    border-top: none;
    background-color: inherit;
    padding-bottom: 1.5rem;
}
.card-icon {
    display: flex;
    flex-wrap: wrap;
}
.icon-circle {
    flex: 1 0 21%;
    margin: 5px auto;
    height: 100px;
}
.icon-container {
    background-color: #e7e7e7;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    text-align: center;
    margin: 0 auto;
    line-height: 64px;
    padding: 10px;
}
.icon-container.efx-red {
    background-color: #9c1b32;
}
.icon-container.efx-blue {
    background-color: #007298;
}
.icon-container.efx-orange {
    background-color: #e77204;
}
.icon-container img {
    vertical-align: middle;
    width: 90%;
    height: auto;
}
.icon-container h4 {
    vertical-align: middle;
    line-height: 70px;
	font-weight: bold;
	letter-spacing: 1px;
}
ul.card-list {
    text-align: left;
}
/* important information */
.card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
/* free trial */
section.lp-freetrial-hero h2 {
    margin-top: 1rem;
}
section.lp-freetrial-hero img.img-fluid {
    max-height: 280px;
}
/* better control */
section.better-control {
    padding-top: 80px;
    padding-bottom: 80px;
}
/* get-started */
section.get-started {
    background: #f7f8fa;
    padding-bottom: 7rem;
	padding-top: 6rem;
}
section.get-started .row.intro .content h2 {
    text-align: right;
    margin-right: -4rem;
    padding-left: 6rem;
}
section.get-started .row.intro .screen .screen-wrap {
    transform: translate(0, -12em);
}
section.get-started .row.steps {
    transform: translateY(-65%);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
}
section.get-started .row.steps:before {
    content: "";
    position: absolute;
    height: 2px;
    background: #777777;
    width: 80%;
    top: 32%;
    left: 8rem;
    right: 4rem;
    transform: translate(0%, -50%);
	z-index: -1;
}
section.get-started h2.pane-title {
    display: none;
}
section.get-started .row.steps .step {
    display: flex;
    flex: 0 1 auto;
    justify-content: center;
    align-items: initial;
    flex-direction: column;
    z-index: 1;
}
section.get-started .row.steps .step .icon {
    width: 85px;
    height: 85px;
    text-align: center;
    margin: 0 auto;
    background: white;
    border: 3px solid #777777;
    border-radius: 50%;
    vertical-align: middle;
    display: flex;
    margin-bottom: 1.6875rem;
    justify-content: center;
    align-items: center;
}
section.get-started .row.steps .step .icon img {
    width: 55%;
    display: block;
    margin: 0 auto;
}
section.get-started .row.steps .step h5 {
    color: #db0011;
    text-align: center;
}
/* leading bureau */
section.leading-bureau.container-fluid.bg-EFXred {
    position: relative;
}
section.leading-bureau:before {
    content: url(https://equifax.com.au/sites/default/files/images/padlock-security.png);
    position: absolute;
    top: -19px;
    left: calc(50% - 38px);
}
/* footer */
.footer-main {
    background: #333e48;
    width: 100%;
    padding: 35px 0 15px;
    font-weight: 300;
	color: white;
}
ul.footer-nav li {
    color: #fff;
    position: relative;
    padding-right: 10px;
    font-weight: 400;
}
ul.footer-nav li:first-child {
    padding-left: 0 !important;
}
ul.footer-nav li:not(:last-of-type):after {
    position: absolute;
    content: "";
    right: 0;
    background: #fff;
    width: 1px;
    height: 14px;
    top: 2px;
}
/*************** media queries only below here ************/
@media (min-width: 540px) {
}
@media (min-width: 768px) {
.card-body {
    padding: 25px;
}
}
@media (min-width: 1024px) {
    .hero-CTA a:first-of-type {
        margin-right: 5px;
    }
}
@media (min-width: 1200px) {
.banner-left {
	z-index: 1;
	padding: 60px 40px;
}
.banner-txt-container, .banner-img-container {
	padding-top: 40px;
	padding-bottom: 40px;
}
.banner-left:after {
    position: absolute;
    top: -50%;
    height: 200%;
    width: 50%;
    background: inherit;
    right: -10%;
    content: "";
    -webkit-transform: rotate(-11deg);
    -moz-transform: rotate(-11deg);
    -ms-transform: rotate(-11deg);
    -o-transform: rotate(-11deg);
    transform: rotate(-11deg);
    z-index: 0;
}
}
@media (min-width: 1200px) {
h5.card-title {
    min-height: 85px;
}
}
@media (min-width: 1400px) {
.hero-CTA a:first-of-type {
    margin-right: 20px;
}
h5.card-title {
    min-height: 55px;
}
}
@media only screen and (max-width: 1200px) {
.hero-banner .banner-img {
    /*background: transparent url("/sites/default/files/lpassets/images/EFX-Fraud-ID-banner-opt3.jpg") no-repeat 50% top;*/
}
section.get-started {
    padding-bottom: 6rem;
}
section.get-started .row.intro .screen .screen-wrap {
    transform: translate(0, -9em);
}
}
@media only screen and (max-width: 1199px) {
.col-lg-6, .col-lg-4 {
    margin-bottom: 1.5rem;
}
.hero-banner .banner-img-container {
    min-height: 400px;
}
section.get-started .row.steps .step h5 {
    font-size: 1.2rem;
}
section.get-started .row.steps:before {
    top: 29%;
	width: 75%;
}	
}
@media (max-width: 1024px) {
}
@media only screen and (max-width: 992px) {
section {
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 20px auto;
}
section.get-started .row.steps {
    transform: translateY(50%);
    padding-left: 2em;
}
section.get-started .row.intro .screen .screen-wrap {
    transform: translate(0);
}
section.get-started .row.cta {
     display: block;
     margin-top: 4rem;
}
}
@media (max-width: 991px) {
section.get-started .row.intro .content h2 {
    text-align: center;
    margin-right: 0;
    margin-bottom: 3rem;
    padding-left: 0;
}
section.get-started .row.steps .step {
    justify-content: flex-start;
    transform: translateY(-20%);
}
section.get-started {
    padding-bottom: 4rem;
}
section.get-started .row.steps .step {
    justify-content: flex-start;
    transform: translateY(-20%);
}
section.get-started .row.steps .step h5 {
    font-size: 1rem;
}
section.get-started .row.steps:before {
    top: 10%;
}	
}
@media only screen and (max-width: 767px) {
.col-xs-12, .col-sm-12 {
    padding-bottom: 1rem;
}
}
@media (max-width: 666px) {
section.get-started .row.steps {
    flex-direction: row;
    transform: translateY(5%);
    padding-left: 0;
    padding-right: 2.5rem;
	padding-bottom: 3rem;
}
section.get-started .row.steps .step {
    flex: 0 1 50%;
    transform: translateY(14%);
    margin-bottom: 30px;
}
}
@media (max-width: 576px) {
section.get-started .row.steps:before {
    display: none;
}	
}
@media (max-width: 540px) {
section.get-started .row.steps {
    flex-direction: row;
    transform: translateY(5%);
    padding-left: 0;
    padding-right: 0;
}
section.get-started .row.cta {
 margin-top: 2rem;
}
.hero-CTA a:first-of-type {
    margin-bottom: 20px;
}
}
@media only screen and (max-width: 470px) {
.hero-banner .banner-img {
    background-size: contain;
}
.hero-banner .banner-img-container {
    min-height: 300px;
}
}