﻿body #guestPay-content #extPmtPageFrame {

height: 100rem;

overflow-y: visible;

}
body #guestPay-content .formbuttons {

margin-bottom: 5rem;

}
/* BEGIN: CONFIGURABLE PRELOGIN LOGO HEIGHT */
/* Prelogin logo height is 6rem by default which can cause it to be cropped for many larger logos. Change it here. */
body.isInside .logo {height: 18rem;}
body.isInside .logo {background-position: center top;} 
/* END: CONFIGURABLE PRELOGIN LOGO HEIGHT */
body #extPmtPageFrame {
	
	height: 100rem;
	overflow-y: visible;
	
}
  .features .icon-video {
    background-image: url("../images/quicklinks/video_visit.png"); }
  .features .icon-onmyway {
    background-image: url("../images/quicklinks/on_my_way.png"); }
	/* this change makes a scrollbar appear for the On My Way widget */
.embedded{
	overflow:auto;
}
@media only screen and (max-width: 782px){
#onMyWayContainer{
	position:fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
}
}
