/* General Styles */
.health-calling.hc1 {
	box-shadow: inset 0 .25em .25em rgba(0,0,0,.2);
	padding: 2em 0;
}

.health-calling.hc1 * {
	box-sizing: border-box !important;
}

.health-calling.hc1 input, .health-calling.hc1 select {
	width: 95%;
	border: none;
	box-shadow: 0 0 .5em rgba(0,0,0,.33);
	height: 3em;
}

.health-calling.hc1 input::-webkit-input-placeholder {
	color: #646464; /* $text */
	font-weight: 500;
	font-family: 'Gotham', sans-serif;
}

.health-calling.hc1 header {
	padding: 0 2em 0 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.health-calling.hc1 header h4 {
	font-size: 1.555em;
}

.health-calling.hc1 header h4 strong {
	color: #00449F;
}

.health-calling.hc1 header h4 strong em {
	font-style: normal;
	font-weight: 400;
	color: #409B34;
}

.health-calling.hc1 .btn {
	border-radius: 0;
	box-shadow: 0 0 .5em rgba(0,0,0,.33);
	flex-shrink: 0;
}

.health-calling.hc1 .step1 .input-text {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}
/* End General Styles */

/* Popup Form */
.health-calling.hc1 .form {
}

.health-calling.hc1 .ui-widget {
	width: 95vw !important;
	max-width: 40em;
}

.health-calling.hc1 .form span.ui-dialog-close-btn {
}

.health-calling.hc1 li .input-text {
	margin-bottom: 1em;
}

.health-calling.hc1 li.check-box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .25em .55em;
	width: 49%;
}

.health-calling.hc1 li.check-box input {
	padding: 0;
	width: auto;
	height: auto;
	box-shadow: none;
	/mar: 0;
}

.health-calling.hc1 li.check-box .input-text {
	margin: 0;
}

.health-calling.hc1 li.check-box label {
	padding: 0 1em;
	margin: 0;
}

.health-calling.hc1 li.title {
	margin: 1em 0 .5em;
}
/* End Popup Form */

/* Step 2 */
#HealthyHabit .step2 {
	display: none;
}

.ui-dialog {
	text-align: left;
}

.ui-dialog.step {
	left: 50% !important;
	border-radius: 5px;
	padding-bottom: 8px;
	top: 50% !important;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: fixed;
}

.ui-dialog.step .ui-dialog-titlebar {
	background-color: #4B973D; /* $secondary */
	background-image: none;
	font-weight: normal;
	color: #FFFFFF;
}

.ui-dialog.step .ui-dialog-titlebar span.ui-dialog-title {
}

.ui-dialog.step .ui-dialog-content {
	border: none;
	padding: 2em 5%;
}

.ui-dialog .step2 div {
}

.ui-dialog .step2 div span {
	color: #0C5098; /* $primary */
	display: inline-block;
	width: 150px;
}

.ui-dialog .step2 div span.wide {
	display: block;
	width: auto;
}

.ui-dialog .step2 div table td {
	color: #0C5098; /* $primary */
}

div.ui-widget-overlay2 {
	z-index: 1 !important;
}
/* End Step 2 */

/* Responsive @ 800px */
@media (max-width: 800px) {
	.health-calling.hc1 .step1 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.health-calling.hc1 .step1 header {
		width: 100%;
		text-align: center !important;
		padding-bottom: 1em;
	}

	.health-calling.hc1 .step1 header p {
		text-align: center !important;
	}

	.health-calling.hc1 .step1 .input-text {
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		margin: 1em 0;
		width: 50%;
	}
}
/* End Responsive @ 800px */
