#scheduleBody {
	color: #b9b9b9;
	background-image: url('../../assets/images/blurredScheduleBackground.jpg');
	min-height: 100vh;
	width: 100%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 0px;
}

#scheduleBody .container {
	width: 100%;
	margin-right: auto;
    margin-left: auto;
    padding:0;
}

#scheduleBody .schedulerCTA{
    position:fixed;
    bottom:0px;
    left:0px;
    width:100%;
    z-index:999;
    border-radius:0px;
}

#scheduleBody .jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 0;
	border-radius: 0;
	padding-bottom:80px;
}

.ms-container {
	background: transparent url("../img/switch.png") no-repeat 50% 50%;
	width: 100% !important;
}
.badge {
	font-size: 62% !important;
}