/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/

@media only screen and (max-width:734px) {
    .section-easy-does-it .container-hardware.macbook .overview-online-apps {
        height: 252px
    }
}
@media only screen and (max-width:734px) {
    .section-just-go .sticky-hardware-container .hardware-container.hardware-container-2 {
        height: 518px
    }
}
@media only screen and (max-width:734px) {
    .section-just-go .sticky-hardware-container .hardware-container.hardware-container-1 {
        height: 511px;
    }
}


/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/



/*------------------------------------*\
   LOCAL LOGOS
\*------------------------------------*/




/* BANKS  */



/*------------------------------------*\
   END LOCAL LOGOS
\*------------------------------------*/





/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/



.section-easy-does-it .content-icon-contactless {
	margin-right: -3px;
}

@media only screen and (max-width: 1068px) {
	.section-easy-does-it .content-icon-contactless {
		margin-right: -2px;
	}
}

@media only screen and (max-width: 734px) {
	.section-easy-does-it .content-icon-contactless {
		margin-right: 0;
	}
}

#ac-localnav {
    display:none
}

html.wallet-supported #ac-localnav {
    display:block
}

.section-easy-does-it {
    margin-bottom: 0;
    z-index: 1;
}
.section-security::before {
	content: "";
    width: 100%;
    height: 60px;
    background-color: black;
    position: absolute;
    top: -60px;
}
.section-security {
	position: relative;
    padding-top: 197px;
}
@media only screen and (max-width:1068px) {
    .section-security {
        padding-top: 120px;
    }
}
@media only screen and (max-width:734px) {
    .section-security {
        padding-top: 97px;
    }
}
/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/