/* Hide default Arrange Payment Later text */

#arrangePaymentLaterMethodBtn span {

 color: rgba(255,255,255,0);

}



/* Custom Arrange Payment Later label */

#arrangePaymentLaterMethodBtn span:before {

content: 'Get Quote';

 color: rgba(0,0,0,.54);

 display: block;

 margin-bottom: -9000px;

 position: relative;

 top: -8px;

}



/* Custom Arrange Payment later label - Active State */

.payment-selection-panel.active #arrangePaymentLaterMethodBtn span:before {

 color: rgba(0,0,0,.87);

}



/* Hide Default Arrange Payment Later description */

#ArrangePaymentLaterMethod .payment-details span {

 color: rgba(255,255,255,0);

 position: relative;

 z-index: -1;

}



/* Custom Arrange Payment Later description */

#ArrangePaymentLaterMethod .payment-details span:before {

 content: 'Submit your Quote';

 display: block;

 color: rgba(0,0,0,.87);

 margin-bottom: -20px;

 text-indent: 0;

}