.lifeline-cta{
	margin-bottom:1.75rem;
}

.lifeline-cta > div:first-child{
	background-color:#0033A0;
	border-radius:60px 0 0 0;
	padding:40px 0px 32px 0px
}
.lifeline-cta > div:first-child img{
	display:block;
	height:auto;
	margin:0 auto;
	max-width:220px;
	width:100%;
}

.lifeline-cta > div:last-child{
	border:14px solid #F0F0F0;
	border-radius:0 0 60px 0;
	border-top:0;
	padding:24px 20px;
}

.lifeline-cta > div:last-child p{
	margin:0 0 1.5rem 0;
	padding:0 0 0 0;
}

.lifeline-cta > div:last-child ul{
	margin:0 0 0 1.25em;
	padding:0;
}

.lifeline-cta > div:last-child ul li{
	margin:0 0 1.5rem 0;
	padding:0 0 0 0.75rem;
	position:relative;
}

.lifeline-cta > div:last-child ul li:last-child{
	margin-bottom:0;
}

p.lifeline-cta-heading{
	color:#8031A7;
	font-size:1.375rem;
	font-weight:700;
	line-height:1.14em;
	padding: 0 0 0 0 !important;
}

@media only screen and (min-width:40em){

	.lifeline-cta{
		display:flex;
	}

	.lifeline-cta > div:first-child{
		border-radius:60px 0 0 0;
		min-width:320px;
		width:320px;
	}
	.lifeline-cta > div:first-child img{
		display:block;
		height:auto;
		margin:0 auto;
		max-width:320px;
		width:100%;
	}
	
	.lifeline-cta > div:last-child{
		border:14px solid #F0F0F0;
		border-radius:0 0 60px 0;
		border-top:14px solid #F0F0F0;
		border-left:0;
		padding:40px 40px;
	}
	
	.lifeline-cta > div:last-child p{
		margin:0 0 1.5rem 0;
		padding:0 0 0 0;
	}
	
	.lifeline-cta > div:last-child ul li{
		margin:0 0 1.25rem 0;
		padding:0 0 0 0.5rem;
	}

}

.total-care-logo{
	display:block;
	margin:2.5rem auto 1.75rem auto;
	max-width:424px;
	width:100%;
}


.service-option{
	margin:2rem 0 2em 0;
}

.service-option:last-child{
	margin-bottom: 0;
}

.service-option p{
	margin: 1.5em 0;
	padding:0 0 0 62px;
	position: relative;
}

.service-option ul{
	margin-bottom:0;
	margin-top:0;
	position: relative;
}
.service-option ul li{
	margin:0;
}

.service-option a.button-purple{
	display:block;
	margin-top:1rem;
	width:100%;
}

@media only screen and (min-width:48em){

	.service-option{
		align-items:flex-start;
		display:flex;
		gap:40px;
		justify-content:space-between;
		margin:2rem 0 2.5em 0;
	}
	
	.service-option ul{
		width:54%;
	}
	

	.service-option a.button-purple{
		display:block;
		min-width:270px;
		width:33.3%;
		margin-top:0;
		text-align:center;
	}

}



.icon-exclamation{
	padding-left:50px;
	background:url('/patient/include/image/global/icon-exclamation@2x.png') left top no-repeat;
	background-size:30px auto;
}

.icon-exclamation-red{
	padding-left:50px;
	background:url('/patient/include/image/global/icon-exclamation-red.svg') left top no-repeat;
	background-size:30px auto;
}

@media screen and (min-width: 48em) {

	.icon-exclamation{
		padding-left:84px;
		background:url('/patient/include/image/global/icon-exclamation@2x.png') left top no-repeat;
		background-size:38px auto;
	}

	.icon-exclamation-red{
		padding-left:84px;
		background:url('/patient/include/image/global/icon-exclamation-red.svg') left top no-repeat;
		background-size:38px auto;
	}
	
	.icon-exclamation-red.adjust{
		margin-top:2rem;
	}

}


/* Lifeline Form Start */

.lle-form{
	align-items:center;
	background-color:rgba(0,51,160,0.8);
	bottom:0;	
	display:flex;
	justify-content:center;	
	left:0;
	overflow-y:auto;
	position:fixed;
	right:0;
	top:0;
	z-index:11000;
}
.lle-form .lle-form-container{
	background-color:#fff;
	border-radius:30px;
	border:6px solid #E5E5E5;
	max-width:82%;
	padding:20px;
	position:relative;
	width:1000px;
}
.lle-form .lle-form-container #lifelineFormClose{
	position:absolute;
	text-decoration: none;
	top:-16px;
	right:-16px;
}
.lle-form .lle-form-container #lifelineFormClose img{
	display:block;
	height:32px;
	width:32px;
}

.lle-form .lle-form-container h1{
	color:#0033A0;
	font-size:24px;
	line-height:28px;
	margin-top:0;
}
.lle-form .lle-form-container p{
	color:#121212;
	font-size:16px;
	line-height:20px;
}

@media only screen and (min-width:40em){

	.lle-form .lle-form-container{
		border:10px solid #E5E5E5;
		padding:40px;
	}
	.lle-form .lle-form-container h1{
		font-size:34px;
		line-height:38px;
	}
	.lle-form .lle-form-container p{
		font-size:21px;
		line-height:30px;
	}
	.lle-form .lle-form-container #lifelineFormClose{
		top:-28px;
		right:-28px;
	}
	.lle-form .lle-form-container #lifelineFormClose img{
		height:56px;
		width:56px;
	}

}

#lifelineForm .text-input{
	padding:10px 0;
}

#lifelineForm .text-input label{
	display:block;
	margin-top:1em;
	margin-left:0;
	margin-bottom:12px;
    font-weight:500;
	font-size:1em;
	letter-spacing:0.024em;
	line-height:1.238em;
	color:#272727;
}
#lifelineForm p.error{
	margin:0;
	font-size:12px;
	font-weight:700;
	color:red;
}
#lifelineForm p.label-like{
	display:block;
	margin-top:1em;
	margin-left:0;
	margin-bottom:12px;
	font-size:1em;
    font-weight: 700;
	line-height:1.238em;
	color:#272727;
}

#lifelineForm select{
	height:auto;
	padding:12px 16px;
	color:#676767;
	font-size:1.125em;
	letter-spacing:0.024em;
	line-height:1.238em;
	border-radius: 8px;
	margin-bottom:0;
}

#lifelineForm .text-input input{
	box-sizing:border-box;
	display:block;
	width:100%;
	height:auto;
	padding:9px 12px 6px 12px;
	border:1px solid #D4D4D4;
	border-radius:8px;
	color:#676767;
	font-size:1rem;
	letter-spacing:0.024em;
	line-height:1.238em;
	margin-bottom:0;
}
#lifelineForm .checkbox-input{	
    font-size: 1rem;
	margin-bottom:0;
}

#lifelineForm textarea{
	box-sizing:border-box;
	display:block;
	width:100%;
	height:120px;
	padding:12px 16px;
	border:1px solid #D4D4D4;
	border-radius:8px;
	font-size:1em;
	line-height:1.2em;
}

#lifelineForm input[type=submit] {
    box-sizing: border-box;
	border:2px solid #8031A7;
	border-radius:14px;
	background-color:#8031A7;
	color:#FFFFFF;
	cursor: pointer;
	display:block;
	font-size:0.875em;
	font-weight:700;
	line-height:1em;
	margin: 0 auto 0 auto;
	max-width:280px;
	padding:14px 32px 12px 32px;
	text-align:center;
	text-transform:uppercase;
	margin-left:auto;margin-right:auto;
	/*
	background-color:#0033A0;
	border:2px solid #0033A0;
	padding:16px 68px 11px 68px;
	*/
}

#lifelineForm input[type=submit]:hover{
	background-color:#fff;
	color:#8031A7;
}

#lifelineForm input[type=submit]:disabled,
#lifelineForm input[type=submit]:disabled:hover{
	background-color:#E5E5E5;
	border:2px solid #E5E5E5;
	color:#FFFFFF;
}

.lifelineFormFields{
	padding-left:0px;
}

#lifelineFormSubmit{
	margin-top:1.25rem !important;
}

.lle-form .lle-form-container form .error.hidden{
	visibility: hidden;
}

@media only screen and (min-width:40em){

	#lifelineForm .text-input label{
		margin-top:1em;
		margin-bottom:26px;
		font-size:1.3125em;
	}

	#lifelineForm select{
		padding:20px 20px;
		font-size:1.3125em;
		margin-bottom:1em;
	}
	
	#lifelineForm .text-input input{
		box-sizing:border-box;
		padding:20px 20px;
		font-size:1.3125em;
		margin-bottom:0;
	}

	#lifelineForm .form-2col .text-input:first-child{
		padding-right:20px;
	}

	#lifelineForm .checkbox-input{	
		font-size: 1.125em;
	}
	
	#lifelineForm input[type=submit] {
		font-size:1.0625rem;
		padding:14px 48px 12px 48px;
		margin: 8px auto 0 auto;
	}

	#lifelineFormSubmit{
		margin-top:0 !important;
	}
	#lifelineForm p.error{
		margin:0;
		font-size:14px;
	}

}

.checkbox-input {
	cursor: pointer;
	color:#121212;
	display: block;
	font-size:1.125em;
	font-weight:300;
	letter-spacing:0.024em;
	line-height:1.238em;
	margin-bottom: 1em;
	padding-left:42px;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkbox-input a{
	color:#8031A7;
	font-weight:500;
}

.checkbox-input input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark{
	position: absolute;
	top: 0;
	left: 0;
	height: 28px;
	width: 28px;
	background-color: #fff;
	border:2px solid #D4D4D4;
	border-radius:5px;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.checkbox-input input:checked ~ .checkmark:after {
	display: block;
}
.checkbox-input .checkmark:after {
	left: 9px;
	top: 5px;
	width: 8px;
	height: 13px;
	border: solid #8031A7;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.checkbox-input + .error{
	padding-left:42px;
}

#signupFormSubmit{
	margin-top:1.25rem !important;
}

.g-recaptcha {
	margin-left:auto;
	margin-right:auto;
}	

@media only screen and (min-width:40em){

	#signupForm .text-input label{
		margin-top:1em;
		margin-bottom:26px;
		font-size:1.3125em;
	}

	#signupForm select{
		padding:20px 20px;
		font-size:1.3125em;
		margin-bottom:1em;
	}
	
	#signupForm .text-input input{
		padding:20px 20px;
		font-size:1.3125em;
		margin-bottom:1em;
	}
	
	#signupForm input[type=submit] {
		margin: 8px 0 0 0;
	}

	.checkbox-input {
		padding-left: 60px;
		font-size:1.3125em;
	}

	.checkbox-input + .error{
		padding-left:60px;
	}

	#signupFormSubmit{
		margin-top:0 !important;
	}

	.g-recaptcha {
		margin-left:0;
		margin-right:0;
	}	

}

@media only screen and (max-width: 22.375em) {
	.g-recaptcha {
		transform:scale(0.85);
		transform-origin:0 0;
	}	
}

/* Lifeline Form End */