@import url('https://fonts.googleapis.com/css2?family=Domine&family=Open+Sans:wght@300;400;600&display=swap');


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

* {
	box-sizing: border-box;
}

:root {
  --color-primary: #cb333b;
  --color-pale-yellow: #FFF5D9;
}

a {
	font-family: inherit;
	color: var(--color-primary);
	text-decoration: underline;
}

a:hover {
	color: #862728;
}

.text-primary {
	color: var(--color-primary)
}

.text-small {
	font-size: 0.875em;
}

.text-center {
	text-align: center;
}

.text-nowrap {
	white-space: nowrap;
}

strong {
	font-weight: 600;
}

.d-block {
	display: block;
}


.allocare-landing {
	font-family: "Trade Gothic LT Std", 'Open Sans', sans-serif;
	font-weight: 300;
	font-style: normal;
	line-height: 1.666;
	margin: 0;
	padding: 0;
}

.caredx-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	transition: all 0.3s;
}
	
.caredx-header.opaque {
	background: white;
}

.caredx-banner {
	background: white;
	padding: 0.5rem 0 0;
}

.caredx-banner-container,
.allocare-banner-container {
	margin: 0 auto;
	max-width: 30rem;
	padding: 0 1.5rem;
}

.caredx-banner .caredx-logo {
	margin-top: -5px;
	max-width: 110px;
	max-height: 48px;
	margin-bottom: -13px;
}

.mobile-hero-img {
	display: block;
	width: 100%;
	height: auto;
}

.allocare-message {
	padding: 1.5rem 0;
}

.allocare-message h1 {
	font-family: superclarendon, 'Domine', georgia, serif;
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: 0;
}

.allocare-logo {
	display: block;
	width: 100%;
	max-width: 218px;
	height: auto;
}

.allocare-form {
	margin: 0 auto;
	padding: 0 1.5rem;
	width: 100%;
	max-width: 30rem;
}

h2 {
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.3;
	margin: 0 0 2rem;
}

.form-group {
	margin-bottom: 1rem;                
}

.allocare-form label {                                
	display: block; 
	margin-bottom: 0.25rem;  
	padding: 0.25rem;  
}

.form-control {   
	border: 1px solid #999; 
	border-radius: 0.25rem;            
	display: block;
	height: 2.5rem;
	line-height: 2rem;
	padding: 0.25rem 0.5rem;
	width: 100%;
}

/* for desktop Safari */
input[type="date"] {
	line-height: 2rem;
}

/* iOS Safari */
@supports (-webkit-touch-callout: none) {
	input::-webkit-date-and-time-value {
		line-height: 2.5rem;
	}
}

.form-check {
	margin-bottom: 1rem;
	padding-left: 1.5em;
}

.form-check input {
	float: left;
	width: 1em;
	height: 1em;
	margin: 0.25rem 0 0 -1.5rem;
	vertical-align: top;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid rgba(0,0,0,.25);
}

.form-check label {
	display: inline-block;
	padding: 0;
}

.terms-links {
	margin-top: -0.5rem;
	margin-bottom: 2rem;
}

.button-primary {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
	color: white;
	display: block;
	padding: 0.75rem;
	transition: all .4s;
	width: 100%;
}

.button-primary:hover {
	background-color: #ef323c;
}

.button-primary:disabled {
	background-color: #cccccc;
	border: 1px solid #999999;
	color: #666666;
}

footer {
	width: 100%;
	margin: 0 auto;
	background: transparent url(/img/footer-bg-with-pattern.cb8fe7f0.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: auto 136vw;
	padding-top: 162px;
	position: relative;
}

.footer-container {
	margin: 0 auto;
	max-width: 884px;
	padding: 0 1.5rem 3rem;
}

.allocare-form-error-msg {
	background-color: var(--color-pale-yellow);
	border: 1px solid #CCB799;
	border-radius: 0.25rem;
	margin: 2em 0;
	padding: 1em;
}

.app-stores {
	margin: 2rem 0 4rem;
}

.allocare-body {
	padding: 0;
}

.allocare-container {
	margin: 0 auto;
	max-width: 884px;
	padding: 0 1.5rem;
}

.app-stores > div {
	margin: 2rem 0;
	text-align: center
}


@media (min-width: 768px) {
	
	.caredx-header {
		padding-top: 2.5rem;
	}
	
	.caredx-banner-container,
	.allocare-banner-container {
		max-width: 884px;
	}
	
	.caredx-banner .caredx-logo {
		margin: -18px 0;
		max-width: 178px;
		max-height: 65px;
	}
	
	.allocare-logo {
		max-width: 33vw;
	}
	
	.hidden-md {
		display: none;
	}
	
	.allocare-banner {
		align-items: center;
		background-size: cover !important;
		background: url(/img/hero-derrick3-desktop-scaled.jpg) center;
		display: flex;
		min-height: 58.5vw;
	}
	
	.allocare-body {
		padding: 3rem 0 0;
	}
	
	.allocare-message {
		max-width: 50%;
		padding: 8em 0;
	}
	
	.allocare-message h1 {
		font-size: 3.9vw;
		line-height: 1.19;
	}
	
	.allocare-form {
		padding-top: 3rem;
	}
	
	h2 {
		font-size: 1.5rem;
	}
	
	footer {
		padding-top: 230px;
	}
}


@media (min-width: 1024px) {
	
	.allocare-banner {
		background-size: cover !important;
		min-height: 600px;
	}
	
	.allocare-message {
		padding: 8em 0;
	}
	
	.allocare-message h1 {
		font-size: 2.5rem;
	}
	
	footer {
		padding-top: 180px;
		background-size: 100% auto;
	}
}

@media (min-width: 1366px) {
	
	.allocare-banner {
		min-height: 844px;
	}
	
	.allocare-logo {
		max-width: 385px;
	}
}