h1 {
    text-align: center;
}

.lp-author-wrap {
	margin-top: 35px;
}

#va-care {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
	line-height: 1.8rem;
	background: transparent url(../images/bg-main.png) scroll repeat left top;
}

#va-care hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

#va-care pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

#va-care a {
	background-color: transparent;
}

#va-care abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

#va-care b, #va-care strong {
	font-weight: bolder;
}

#va-care code, #va-care kbd, #va-care samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

#va-care small {
	font-size: 80%;
}

#va-care sub, #va-care sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

#va-care sub {
	bottom: -0.25em;
}

#va-care sup {
	top: -0.5em;
}

#va-care img {
	border-style: none;
}

#va-care button, #va-care input, #va-care optgroup, #va-care select, #va-care textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

#va-care button, #va-care input {
	overflow: visible;
}

#va-care button, #va-care select {
	text-transform: none;
}

#va-care button, #va-care [type="button"], #va-care [type="reset"], #va-care [type="submit"] {
	-webkit-appearance: button;
}

#va-care button::-moz-focus-inner, #va-care [type="button"]::-moz-focus-inner, #va-care [type="reset"]::-moz-focus-inner, #va-care [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

#va-care button:-moz-focusring, #va-care [type="button"]:-moz-focusring, #va-care [type="reset"]:-moz-focusring, #va-care [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

#va-care fieldset {
	padding: 0.35em 0.75em 0.625em;
}

#va-care legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

#va-care progress {
	vertical-align: baseline;
}

#va-care textarea {
	overflow: auto;
}

#va-care [type="checkbox"], #va-care [type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

#va-care [type="number"]::-webkit-inner-spin-button, #va-care [type="number"]::-webkit-outer-spin-button {
	height: auto;
}

#va-care [type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

#va-care [type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

#va-care ::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

#va-care details {
	display: block;
}

#va-care summary {
	display: list-item;
}

#va-care template {
	display: none;
}

#va-care [hidden] {
	display: none;
}

#va-care *, #va-care *::before, #va-care *::after {
	box-sizing: border-box;
}

#va-care img {
	max-width: 100%;
	vertical-align: top;
}

#va-care img.center {
	display: block;
	margin: 0px auto;
}

#va-care a {
	color: #7f9d22;
	font-weight: bold;
}

#va-care h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 46px;
	color: #aa3737;
	text-align: center;
}

#va-care p {
	font-size: 1.1rem;
}

#va-care .content {
	width: 1030px !important;
	max-width: 100%;
	padding: 0px 20px;
	margin: 0px auto;
	background-color: #ffffff;
	border-right: none !important;
}

#va-care .main {
	overflow:inital;
	padding-bottom:50px;
}
#va-care .main .content {
	position: relative;
	z-index: 5;
	padding-top: 10px;
	padding-bottom: 30px;
	margin-top: -1px;
	margin-bottom: 50px;
	overflow:inital;
}
#va-care .main .content p {
	margin-top:20px;
}
#va-care #banner {
	background-color: #354269;
}

#va-care #banner img {
	display: none;
	position: relative;
	z-index: 0;
}

#va-care #banner .content {
	padding: 0px;
	background-color: #354269;
}

#va-care #banner .content .research-header {
	font-family: 'Poppins', sans-serif;
	margin: 0px;
	padding: 20px 0px;
	text-align: center;
	color: #ffffff;
	font-size: 1.5rem;
}

#va-care #banner .content .research-header span {
	font-size: 3rem;
	display: block;
}

@media only screen and (min-width: 768px) {
	#va-care h2 {
		font-size: 2.8rem;
	}

	#va-care .main {
		margin-top: -41px;
	}

	#va-care .content {
		padding: 0px 60px;
	}

	#va-care #banner img {
		display: block;
	}

	#va-care #banner .content {
		display: none;
	}

	#va-care .twocol {
		column-count: 2;
		column-gap: 115px;
	}
}

#va-care ul.blue-check, #va-care ul.blue-check-grey-bg {
	list-style-type: none;
	padding-left: 100px;
}

#va-care ul.blue-check li {
	position: relative;
	padding: 17px 0px;
}

#va-care ul.blue-check-grey-bg li {
	position: relative;
	padding: 5px 0px;
}

#va-care ul.blue-check li::before, #va-care ul.blue-check-grey-bg li::before {
	content: '';
	position: absolute;
}

#va-care ul.blue-check li::before {
	left: -45px;
	top: 15px;
	background: transparent url("../images/li-blue-check.png") scroll no-repeat left top;
	width: 31px;
	height: 31px;
}

#va-care ul.blue-check-grey-bg li::before {
	left: -45px;
	top: 4px;
	background: transparent url("../images/li-blue-check-grey-bg.png") scroll no-repeat left top;
	width: 30px;
	height: 30px;
}

#va-care #va-benefits div {
	position: relative;
	width: 275px;
	margin: 80px auto;
	padding: 0px 10px 20px 10px;
	background-color: #f4f4f4;
}

#va-care #va-benefits div img:first-of-type {
	position: relative;
	display: block;
	background-color: #f4f4f4;
	padding: 10px 15px;
	margin: 0px auto;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	top: -20px;
}

#va-care #va-benefits div h3 {
	color: #ce9424;
	text-align: center;
	font-size: 1.3rem;
	margin-top: -30px;
}

@media only screen and (min-width: 1024px) {
	#va-care #va-benefits div {
		display: inline-block;
		vertical-align: top;
		margin: 40px 5px;
	}
}

#va-care #sah div, #va-care #qualification, #va-care #financial-eligibilty div, #va-care #assisted-living div, #va-care #assistance div {
	position: relative;
	margin: 30px 0px;
}

#va-care #sah div img, #va-care #qualification img, #va-care #financial-eligibilty div img, #va-care #assisted-living div img, #va-care #assistance div img {
	display: block;
	margin: 0px auto;
}

#va-care #sah div h3, #va-care #qualification h3, #va-care #financial-eligibilty div h3, #va-care #assisted-living div h3, #va-care #assistance div h3 {
	color: #ce9424;
	margin-bottom: 10px;
	font-size: 1.2rem;
	text-align: center;
}

#va-care #sah div p, #va-care #qualification p, #va-care #financial-eligibilty div p, #va-care #assisted-living div p, #va-care #assistance div p {
	margin-top: 10px;
}

#va-care #qualification ul {
	list-style-type: none;
}

#va-care #qualification ul span {
	color: #3b8bdd;
	font-weight: bold;
}

#va-care #qualification em {
	color: #ce9424;
}

@media only screen and (min-width: 768px) {
	#va-care #sah div img, #va-care #qualification img, #va-care #financial-eligibilty div img, #va-care #assisted-living div img, #va-care #assistance div img {
		float: left;
		margin: initial;
	}

	#va-care #sah div h3, #va-care #qualification h3, #va-care #financial-eligibilty div h3, #va-care #assisted-living div h3, #va-care #assistance div h3 {
		padding-left: 150px;
		text-align: left;
	}

	#va-care #sah div p, #va-care #qualification p, #va-care #qualification em, #va-care #financial-eligibilty div p, #va-care #assisted-living div p, #va-care #assistance div p {
		display: block;
		padding-left: 150px;
	}

	#va-care #qualification ul, #va-care #financial-eligibilty div ul {
		padding-left: 250px;
	}
}

#va-care #eligibility-requirements, #va-care #sah-requirements, #va-care #hag, #va-care #financial-eligibilty div {
	position: relative;
	background-color: #f1f1f1;
	padding: 20px 40px;
	margin: 40px 0px;
}

#va-care #eligibility-requirements::before, #va-care #eligibility-requirements::after, #va-care #sah-requirements::before, #va-care #sah-requirements::after, #va-care #hag::before, #va-care #hag::after, #va-care #financial-eligibilty div::before, #va-care #financial-eligibilty div::after {
	content: "";
	background: transparent url(../images/squiggle.png) scroll no-repeat left top;
	width: 100%;
	height: 12px;
	position: absolute;
}

#va-care #eligibility-requirements::before, #va-care #sah-requirements::before, #va-care #hag::before, #va-care #financial-eligibilty div::before {
	top: -12px;
	left: 0px;
}

#va-care #eligibility-requirements::after, #va-care #sah-requirements::after, #va-care #hag::after, #va-care #financial-eligibilty div::after {
	bottom: -12px;
	left: 0px;
	transform: rotateX(180deg);
}

#va-care #eligibility-requirements div, #va-care #sah-requirements div, #va-care #hag div {
	margin: 20px 0px;
	min-height: 120px;
}

#va-care #eligibility-requirements div img, #va-care #sah-requirements div img, #va-care #hag div img {
	display: block;
	margin: 0px auto;
}

#va-care #eligibility-requirements div p, #va-care #sah-requirements div p, #va-care #hag div p {
	font-weight: bold;
}

@media only screen and (min-width: 768px) {
	#va-care #eligibility-requirements div img, #va-care #sah-requirements div img, #va-care #hag div img {
		float: left;
		margin: initial;
	}

	#va-care #eligibility-requirements div p, #va-care #sah-requirements div p, #va-care #hag div p {
		padding-left: 150px;
		padding-top: 10px;
	}
}

#va-care .table-slide {
	max-width: 100%;
	overflow: auto;
}

#va-care table {
	width: 100%;
	margin: 15px 0px;
}

#va-care table thead {
	color: #ffffff;
	line-height: normal;
}

#va-care table th {
	padding: 10px;
}

#va-care table td {
	padding: 5px;
	text-align: center;
}

#va-care table tr td:first-of-type {
	text-align: left;
}

#va-care table.orange thead {
	background-color: #ce9424;
}

#va-care table.orange td {
	background-color: #ffe396;
}

#va-care table.blue thead {
	background-color: #7996b9;
}

#va-care table.blue td {
	background-color: #bcd2e4;
}

#va-care table.green thead {
	background-color: #7e9c2d;
}

#va-care table.green td {
	background-color: #d6e49c;
}

#va-care table.brown thead {
	background-color: #a4925f;
}

#va-care table.brown td {
	background-color: #e4dabd;
}

#va-care table.yellow thead {
	background-color: #d2c352;
}

#va-care table.yellow td {
	background-color: #f8e897;
}

#va-care #benefits-award-amounts table th:first-of-type {
	text-align: left;
	font-size: 1.4rem;
	width: 70%;
}

#va-care #benefits-award-amounts table td {
	font-weight: bold;
}

#va-care #veteran-form table th {
	font-size: 0.8rem;
}

#va-care #veteran-form table th:first-of-type, #va-care #spouse-form table th:first-of-type {
	width: 50%;
	font-size: initial;
}

#va-care #veteran-form td, #va-care #spouse-form td {
	font-size: 0.7rem;
	font-weight: bold;
}

#va-care #veteran-form h3, #va-care #spouse-form h3 {
	font-family: 'Poppins', sans-serif;
	text-align: center;
	font-weight: normal;
	font-size: 2rem;
}
