@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;
}
.faqs-block h2 {
	font-weight: normal;
	font-size: 1.5rem;
}
.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);
}
/* tick list */
.download-report-text ul.check-list {
    padding-left: 0.25rem;
	margin-bottom: 1.75rem;
}
.download-report-text ul.check-list li {
    background-image: url(https://equifax.com.au/sites/default/files/lpassets/images/check2.svg);
    background-size: 20px 20px;
    list-style: none;
    background-repeat: no-repeat;
    padding-left: 35px;
    background-position: top left;
}
/* 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;
	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;
}
/* important information */
/* better control */
section.better-control {
    padding-top: 80px;
    padding-bottom: 80px;
}
/* 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) {
}
@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;
}
}
@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;*/
}
}
@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;
}*/
}
@media (max-width: 1024px) {
}
@media only screen and (max-width: 992px) {
section {
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 20px auto;
}
}
@media (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
.col-xs-12, .col-sm-12 {
    padding-bottom: 1rem;
}
}
@media (max-width: 540px) {
.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;
}*/
}