.ui.blue.button,
.schedule-back_button {
	background-color: #104776 !important;
}

.ui.blue.button:hover,
.schedule-back_button:hover {
	background-color: #1f5686 !important;
}

#schedule {
	z-index: 10000;
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, 0.7);
}

#schedule-modal {
	position: absolute;
	height: fit-content;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
	overflow-y: auto;
}

#schedule-logo_container {
	padding: 12px 10px;
	position: relative;
}

#schedule-logo {

}

.schedule-section {
	position: relative;
}

#schedule-close {
	display: inline-block;
	float: right;
	font-size: 36px;
	color: #194776;
	font-weight: bold;
	cursor: pointer;
	margin: 5px;
}

#schedule-title {
	height: fit-content;
	width: fit-content;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 18px;
	color: #194776;
	font-weight: bold;
}

#schedule-divider {
	margin: 5px 2.5%;
	padding: 0px 10px;
	border-bottom: 2px solid #194776;
	width: 95%;
	text-align: center;
}

#schedule-main_container {
	text-align: center;
}

.schedule-directions, .schedule-directions p {
	color: #194776;
	font-size: 18px;
}

.schedule-phone {
	color: #194776;
	margin-top: 20px;
	font-size: 44px;
	text-align: center;
}

.schedule-back_button {
	position: absolute;
	vertical-align: middle;
	background-color: #2185d0;
	color: #fff;
    text-shadow: none;
    background-image: none;
    margin-bottom: 0.75em;
	box-shadow: 0 0 0 0 rgba(34,36,38,.15) inset;
	font-size: 1rem;
    cursor: pointer;
    display: inline-block;
	padding: .78571429em 1.5em .78571429em;
    font-weight: 700;
    line-height: 1em;
	border-radius: .28571429rem;
	top: 10px;
	left: 10px;
}

.schedule-back_button:hover {
	background-color: #2a6a9a;
}

#schedule-reasons_container {
	padding: 20px 0px;
}

.schedule-reason {
	display: inline-block;
	width: 155px;
	height: 145px;
	text-align: center;
	position: relative;
	/*border: 1px solid #194776;*/

	box-shadow: 3px 3px 15px #cecece;
	border-radius: 10px;
	cursor: pointer;
	margin: 5px;
}

.schedule-reason:hover {
	border: 1px solid #ea5724;
}

.schedule-reason_icon {
	max-width: 140px;
	max-height: 75px;
	flex-grow: 2;
}

.schedule-reason_container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.schedule-reason_description {
	text-align: center;
	color: #194776;
	font-size: 16px;
	height: 50px;
	margin: 0px;
	padding: 5px 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#schedule-zip_input {
	width: 80%;
	font-size: 26px;
	text-align: center;
}

#schedule-zip_container .ui.input {
	margin-top: 30px;
}

#schedule-insurance_container, #schedule-doctor_container {
	position: relative;
}

.autocomplete-suggestions {
	margin-top: 46px;
	border-left: 1px solid rgba(34,36,38,.15);
	border-right: 1px solid rgba(34,36,38,.15);
	border-bottom: 1px solid rgba(34,36,38,.15);
	padding: 0px 5px;
}

.autocomplete-suggestion {
	cursor: pointer;
	text-align: left;
	padding: 2px;
	border-bottom: 1px solid rgba(34,36,38,.15);
}

.schedule-filled_box {
	background: #194776;
}

.schedule-filled_box:hover {
	border: 1px solid #2a6a9a;
	background: #2a6a9a;
}

.schedule-filled_box .schedule-reason_description {
	color: #fff;
}

.schedule-insurance_choice_button {
	margin: 10px !important;
}

#schedule-sub_insurance_input {
	min-width: 250px !important;
	border: 1px solid rgba(34,36,38,.15);
}

#schedule-insurance_self_pay_button {
	color: #194776;
	cursor: pointer;
	text-decoration: underline;
	font-size: 14px;
}

.schedule-directions p {
	padding-bottom: 0px;
}

#schedule-insurance_container {
	margin-top: 20px;
}

@media only screen and (max-width: 490px) {
	#header-outer header#top #header-top-content .header-contact-cta .cta-label a {
		font-size: 14px !important;
	}

	#schedule-modal {
		width: 100%;
		height: 100%;
	}

	#schedule-logo_container {
		padding: 0px;
		width: 100%;
		height: 150px;
		text-align: center;
	}

	#schedule-logo {
		height: 87px;
		display: inline-block;
		margin: 10px;
	}

	#schedule-title {
		display: block;
		width: 100%;
		position: relative;
		font-size: 24px;
		font-weight: normal;
	}

	#schedule-close {
		position: absolute;
		top: 5px;
		right: 5px;
	}

	#schedule-zip_container {
		width: 80%;
		margin-left: 10%;
	}

	.schedule-back_button {
		position: relative;
		display: inline-block;
		left: 0px;
	}

	.schedule-directions, .schedule-directions p {
		padding: 0px 15px;
		text-align: center;
		margin: 15px 0px;
	}

	#schedule-insurance_input {
		width: auto;
	}

	#schedule-sub_insurance_input {
	    max-width: 215px !important;
	    min-width: 200px !important;
	}
}

@media only screen and (min-width: 491px) and (max-width: 690px) {
	#schedule-modal {
		width: 100%;
		height: 100%;
	}

	#schedule-logo_container {
		padding: 0px;
		width: 100%;
		height: 150px;
		text-align: center;
	}

	#schedule-logo {
		height: 87px;
		display: inline-block;
		margin: 10px;
	}

	#schedule-title {
		display: block;
		width: 100%;
		position: relative;
		font-size: 24px;
		font-weight: normal;
	}

	#schedule-close {
		position: absolute;
		top: 5px;
		right: 5px;
	}

	#schedule-zip_container {
		width: 80%;
		margin-left: 10%;
	}

	.schedule-back_button {
		position: relative;
		display: inline-block;
		left: 0px;
	}

	.schedule-directions, .schedule-directions p {
		padding: 0px 15px;
		text-align: center;
		margin: 15px 0px;
	}

	#schedule-insurance_input {
		width: auto;
	}

	#schedule-sub_insurance_input {
	    max-width: 215px !important;
	    min-width: 200px !important;
	}
}

@media only screen and (min-width: 691px) and (max-width: 1001px) {
	#schedule-modal {
		width: 600px;
		min-height: 500px;
	}

	#schedule-logo {
		height: 70px;
	}

	.schedule-directions, .schedule-directions p {
		padding-left: 20%;
	    padding-right: 20%;
	}

	#schedule-sub_insurance_container {
		margin-top: 30px;
	}

	.schedule-section {
		margin-top: 30px;
	}

	#schedule-title {
		font-weight: normal;
		font-size: 23px;
	}
}

@media only screen and (min-width: 1002px) and (max-width: 1540px) {
	#schedule-modal {
		width: 900px;
		min-height: 500px;
	}

	#schedule-logo {
		height: 70px;
	}

	.schedule-section {
		margin-top: 30px;
	}

	#schedule-sub_insurance_container {
		margin-top: 30px;
	}

	#schedule-title {
		font-weight: normal;
		font-size: 23px;
	}
}

@media only screen and (min-width: 1541px) {
	#schedule-modal {
		width: 900px;
		min-height: 500px;
	}

	#schedule-logo {
		height: 70px;
	}

	.schedule-section {
		margin-top: 30px;
	}

	#schedule-title {
		font-weight: normal;
		font-size: 25px;
	}
}