@charset "utf-8";
/* CSS Document */
/* buttons */
a.efx-btn {
    padding: 12px 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #db0011;
    color: #fff;
    white-space: nowrap;
    font-weight: 600;
    font-size: 1.1rem;
    -moz-transition: background-color 0.3s ease, -moz-transform 0.3s ease;
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: background-color 0.3s ease, -o-transform 0.3s ease;
    -ms-transition: background-color 0.3s ease, -ms-transition 0.3s ease;
    transition: background-color 0.3s ease, transform 0.3s ease;
    will-change: background-color;
    width: 100%;
    text-align: center;
    /*max-width: 164px;*/
	text-decoration: none;
}
a.efx-btn:hover {
	background-color: #c2000f;
}
/* safeguard section */
section.safeguard {
    text-align: center;
    display: flex;
    margin-top: 40px;
    flex-direction: column;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px 20px 0 20px;
}
section.safeguard .col-md-6.col-sm-12 {
	text-align: left;
	max-width: 500px;
    margin: 0 auto;
    padding: 40px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
section.safeguard p {
    padding-bottom: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #000;
}
section.safeguard .col-md-6.col-sm-12:nth-child(1) {
    border-bottom: 1px solid #D9DADC;
}
ul.shield-list {
    padding-botom: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -moz-padding-start: 0px;
    -webkit-padding-start: 0px;
    -khtml-padding-start: 0px;
    -o-padding-start: 0px;
    padding-start: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: left;
}
ul.shield-list li {
	position: relative;
    padding: 0 0 20px 22px;
}
ul.shield-list li:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 20px;
    top: 4px;
    left: 0;
    background: url(https://equifax.com.au/sites/default/files/hometv_tick.svg) no-repeat;
    background-size: contain;
    z-index: 1;
}
#personal-home section.intro {
    padding-bottom: 3rem;
}
/* override current button styles */
#personal-home section.get-started .row.cta a, #personal-home section.cta-banner .row.header-text a {
    padding: 12px 30px;
    font-weight: 600;
	font-family: 'Open Sans';
	font-size: 1.375rem;
	line-height: 26px;
}
#personal-home section.random-posts .row.posts .post .excerpt a {
	padding: 10px 30px;
	font-family: 'Open Sans';
	font-weight: 600;
}
#personal-home section.random-posts .row.posts .post .excerpt a:hover {
	background-color: black;
}
/*************** media queries only below here *******************/
@media (min-width: 320px){
section.safeguard .col-md-6.col-sm-12 {
    padding-right: 40px;
    padding-left: 40px;
}
}
@media (min-width: 540px){
a.efx-btn {
	font-size: 1.2rem;
}
section.safeguard {
	margin: 60px auto 0 auto;
}
section.safeguard .col-md-6.col-sm-12 {
    padding-right: 40px;
    padding-left: 40px;
}
}
@media (min-width: 992px){
a.efx-btn {
	font-size: 1.1rem;
}
section.safeguard .col-md-6.col-sm-12 {
	padding: 20px 56px;
	max-width: 50%;
	text-align: left;
}
section.safeguard .col-md-6.col-sm-12:nth-child(1) {
    border-bottom: none;
    border-right: 1px solid #D9DADC;
}
}
@media (min-width: 1200px) {
/* footer fix */
ul.footer-nav {
	width: 50%;
}
}
@media (min-width: 1279px) {
section.safeguard {
    max-width: 1380px;
	margin: 100px auto 0 auto;
}
}
@media (max-width: 1199px) {
ul.footer-nav {
	padding-inline-start: 0;
}
}
@media (max-width: 768px) {
	section.safeguard {
		text-align: center;
		max-width: 500px;
	}
}
@media (max-width: 500px) {
.hero-CTA {
    display: flex;
    margin: 0 auto;
    text-align: center;
}
.text-side .hero-CTA a {
    text-align: center;
    margin: 0 auto 10px;
}
.hero-CTA a:first-of-type {
    margin-right: auto;
}}