/*------------------------------------*\
   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,
    .section-just-go .sticky-hardware-container .hardware-container.hardware-container-3 {
        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 FIXES
\*------------------------------------*/

.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
\*------------------------------------*/ 


/*------------------------------------*\
   MOBILE ONLY LINK CSS
\*------------------------------------*/

html.wallet-supported #ac-localnav .ac-ln-button:last-child {
	display: none;
}

html.ios.wallet-supported #ac-localnav .ac-ln-button:first-child, html.ios.wallet-supported .section-hero .cta-wrapper .button.button-neutral.btn-safari-only:first-child, html.ios.wallet-supported .section-faqs [data-accordion-item="accordion-item-2"] .links-stacked .ios-only a:first-child {
	display: none;
}

html.ios.wallet-supported #ac-localnav .ac-ln-button:last-child, html.ios.wallet-supported .section-hero .cta-wrapper .button.button-neutral.btn-safari-only:last-child, html.ios.wallet-supported .section-faqs [data-accordion-item="accordion-item-2"] .links-stacked .ios-only a:last-child {
	display: inline-block;
}





/*------------------------------------*\
   END MOBILE ONLY LINK CSS
\*------------------------------------*/