ul.rte-square-bullet {
	list-style: square;
	margin-left: 10%;
}

ol.numbered-list {
	list-style-type: decimal;
	margin-left: 10%;
}

ol.lettered-list {
	list-style-type: lower-latin;
	margin-left: 10%;
}


img.img-fluid {
	max-width: 100%;
	height: auto;
}

table.table-custom {
	min-width: 100%;
}

a.c-btn--primary {
	display: inline-block;
	vertical-align: middle;
	vertical-align: middle;
	font: inherit;
	text-align: center;
	margin: 0;
	cursor: pointer;
	padding: 3px 24px;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	border-radius: 3px;
	border: none;
	font-weight: 500;
}

.finder-app-1 .field-promolink a.c-btn--primary,
.finder-app-2 .field-promolink a.c-btn--primary,
.finder-app-3 .field-promolink a.c-btn--primary,
.finder-app-4 .field-promolink a.c-btn--primary {
	line-height: 34px;
}

/* Buttons - New SX */
.btn {
	-webkit-transition: all .3s cubic-bezier(.25, .46, .45, .94);
	-moz-transition: all .3s cubic-bezier(.25, .46, .45, .94);
	-o-transition: all .3s cubic-bezier(.25, .46, .45, .94);
	transition: all .3s
}

.btn.btn-primary,
.c-btn--primary,
.points-list-rte a {
	background-color: #fc6014;
	border-color: #fc6014;
	padding: 3px 24px;
	min-width: 165px;
	font: 500 16px/1 omnes-pro, Arial, sans-serif;
	color: #fff !important;
	justify-content: space-around;
	height: 42px;
	min-height: 42px;
	line-height: 34px;
}

.btn.btn-primary.btn-primary--reverse {
	background-color: transparent;
	color: #fc6014 !important;
}

.btn.btn-primary:active,
.btn.btn-primary:active:focus,
.btn.btn-primary:active:hover,
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.c-btn--primary:active,
.c-btn--primary:active:focus,
.c-btn--primary:active:hover,
.c-btn--primary:hover,
.c-btn--primary:focus,
.points-list-rte a:hover,
.points-list-rte a:focus {
	background-color: #ffaf22 !important;
	border-color: #ffaf22 !important;
	color: #fff !important;
	text-decoration: none;
}

.btn.btn-primary.blue {
	color: #007DB9 !important;
	background: #EEF9FF;
	border: 0;
	font-weight: 600;
	padding: 10px 20px;
	height: inherit;
	margin: 0px;
}

.btn.btn-primary.blue:hover {
	color: #fff !important;
	background: #0F6EA5 !important;
	border: 0;
}

.btn.btn-primary.blue:active {
	color: #fff !important;
	background: #007DB9 !important;
	border: 0;
}

@media screen and (min-width: 768px) {
	.btn {
		display: inline-flex;
		width: auto;
		min-width: 232px;
		vertical-align: top;
		color: #fff !important;
	}
}

/* RTE Component - Lists Non Standard */
.points-list-rte {
	/*max-width: 850px;
	margin: auto;*/
}

.points-list-rte h2 {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.13;
	text-align: center;
	color: #007db9;
}

.points-list-rte p {
	font-size: 22px;
	text-align: center;
	font-weight: 500;
	color: #525252;
}

.points-list-rte.blue-bullets p {
	font-weight: 400;
	margin: 22px auto;
}

.points-list-rte ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 35px;
	margin-bottom: 35px;
	padding-left: 0;
	text-align: left;

	margin-left: auto;
	margin-right: auto;
	justify-content: space-between;
}

.points-list-rte ul li {
	padding-left: 0;
	text-align: left;
	width: 48%;
	display: flex;
	align-items: center;
	margin: 10px 0;
	list-style: none;
	font-size: 18px;
	padding-bottom: 0;
	color: #525252;
}

.points-list-rte.points-list-rte-single ul li {
	width: 100%;
}

.points-list-rte p:last-child {
	margin-bottom: 0;
	margin-top: 35px;
	font-size: 14px;
	text-align: center;
}

.points-list-rte a {
	display: block;
	margin: auto;
	max-width: 232px;
	text-align: center;
}

.points-list-rte ul li:before {
	content: '';
	background: #4fa93c url(Images/list-bullet-rte.svg) no-repeat;
	background-size: 16px;
	background-position: center;
	width: 32px;
	height: 32px;
	position: relative;
	margin-right: 18px;
	min-width: 32px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
	background-clip: padding-box;
	margin-left: 5px;
}


.points-list-rte.points-list-rte--multiline ul li {
	align-items: flex-start;
}

.points-list-rte.points-list-rte--multiline .points-list-rte__content {
	display: flex;
	flex-direction: column;
	margin-top: 3px;
	line-height: normal;
}


/*Blue list overrides*/
.points-list-rte.blue-bullets h2:after {
	content: '';
	width: 88px;
	height: 79px;
	background: url(Images/health-winner-logo-new.png) center no-repeat;
	background-size: contain;
	display: inline-block;
	margin-left: 20px;
	position: relative;
	bottom: -20px;
}

.points-list-rte.blue-bullets ul li:before {
	background: #0a4e7f url(Images/list-bullet-rte.svg) no-repeat;
	background-size: 16px;
	background-position: center;

}

.blue-bullets-li li:before {
	background: #0a4e7f url(Images/list-bullet-rte.svg) no-repeat !important;
	background-size: 16px !important;
	background-position: center !important;
}

.green-bullets-li li:before {
	background: #4fa93c url(Images/list-bullet-rte.svg) no-repeat !important;
	background-size: 16px !important;
	background-position: center !important;
}

/* List Animation */

.rte-opac {
	opacity: 1;
}

@keyframes come-in {
	100% {
		transform: translateY(0);
		transform: scale(1);
		opacity: 1;
	}
}

.come-in {
	animation: come-in .8s 200ms cubic-bezier(.25, .46, .45, .94) forwards;
}

/* Mobile Banner */
.mobile-bnr-container {
	display: flex;
	max-width: 600px;
	margin: 0 auto;
	padding-top: 85px;
	padding-bottom: 85px;
	opacity: 0;
}

.phone {
	position: relative;
	height: 368px;
	width: 188px;
	flex-basis: 188px;
	flex: 0 0 auto;
}

.phone-slides {
	position: absolute;
	top: 13px;
	left: 16px;
	width: 156px;
	height: 338px;
}

.phone-screen img {
	position: absolute;
	top: 13px;
	left: 16px;
	height: 338px;
	width: 156px;
	z-index: -1;
}

.phone-frame {
	width: 188px;
	height: 368px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 188px 368px;
	position: absolute;
}

.phone-container {
	padding: 20px 0 0 42px;
}

.phone-container .title-container h2 {
	font-size: 28px;
	font-weight: 500;
	margin: 0;
	color: #008bce;
	text-align: center;
}

.phone-container .title-container p {
	font-size: 18px;
	margin-block-start: 1em;
	max-width: 90%;
}

.phone-container .title-container p:last-child {
	margin-bottom: 0;

}

.phone-container .btn {
	min-width: 232px;
	text-align: center;
	justify-content: space-around;
}

.btn-container {
	padding: 30px 0;
}

.btn.btn-primary.mysc,
.btn.btn-primary.mysc:active:focus,
.btn.btn-primary.mysc:focus {
	background-color: #e671a4 !important;
	border-color: #e671a4 !important;
}

.btn.btn-primary.mysc:active:hover,
.btn.btn-primary.mysc:active {
	background-color: #de4688 !important;
	border-color: #de4688 !important;
}

.btn.btn-primary.mysc:hover {
	background-color: #e671a4 !important;
	border-color: #e671a4 !important;
}

.btn.btn-info.mysc,
.btn.btn-info.mysc:active,
.btn.btn-info.mysc:active:focus,
.btn.btn-info.mysc:active:hover,
.btn.btn-info.mysc:focus {
	border-color: #e671a4;
	color: #e671a4 !important;
	margin: 12px 0 0;
	background-color: transparent;
}

.btn.btn-info.mysc:hover {
	color: #de4688;
	border-color: #de4688;
	-webkit-box-shadow: 0 0 0 4px rgb(230 113 164 / 15%) inset;
	-moz-box-shadow: 0 0 0 4px rgba(230, 113, 164, .15) inset;
	box-shadow: 0 0 0 4px rgb(230 113 164 / 15%) inset;
}

.small-mobile {
	font-size: 12px;
	letter-spacing: -.12px;
	margin: 0;
	max-width: 90%;
}

/* Medical Library Banner */
.medical-library-banner {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	opacity: 0;
}

.medical-library-banner h2,
.medical-library-banner .h2 {
	max-width: 760px;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.13;
	margin-bottom: 24px;
	color: #007db9;
}

.medical-library-banner p {
	max-width: 760px;
	margin-bottom: 0;
	font-size: 14px;
}

.medical-library-banner a.btn.btn-primary {
	margin: 16px auto 32px;
}

.medical-library-banner.page-design {
	padding-top: 48px;
}

/* Two Column Snippet */
.two-cl-icons-wrap-snippet h2 {
	font-size: 28px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 55px;
	text-align: center;
	opacity: 0;
}

.icon-two-icons {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: row;
}

.icon-two-icon {
	text-align: center;
	margin: 0 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	max-width: 300px;
	opacity: 0;
}

.icon-cirlce {
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color: #fff;
	padding: 15px;
	color: #fc6014;
	overflow: hidden;
}

.icon-txt-wrap {
	margin-top: 10px;
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 20px;
	color: #fff;
}

.icon-circle span {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #fff;
	padding: 15px;
	color: #fc6014;
}

.icon-cirlce span:first-child {
	font-size: 33px;
	font-weight: 600;
	line-height: 1.2;
}

.icon-two-line {
	border-left: 1px solid rgba(255, 255, 255, .5);
	margin: 0 70px;
	height: 256px;
	opacity: 0;
}

/* Quote */
.quote-sx-wrap {
	display: flex;
}

.border-qt {
	background-color: #fc6014;
	width: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.border-txt {
	display: block;
	padding: 15px 25px;
	border: 2px solid #eee;
	border-left: 0px solid transparent;
	width: 100%;
}

.border-txt p {
	margin: 0;
}

.icon-cirlce span:last-child {}

/* Security RTE */
.special-rte-wrap hr {
	margin: 30px 0;
}

.special-img,
.special-txt-wrap {
	padding: 0 10px 10px 20px;
}

.special-rte .special-img.field-promoicon {
	padding-left: 0;
}

.special-rte,
.special-rte>div.component-content {
	display: flex;
	align-items: flex-start;
	width: 100%;
	padding-bottom: 10px;
}

.special-img img {
	width: 82px;
	height: 82px;
	padding: 0 10px 10px 20px;
	box-sizing: content-box;
}

.component.promo.special-rte .special-img img {
	padding-left: 0;
}

.spcial-two-img img {
	height: 40px;
	width: 40px;
	margin: 5px 10px 0px 0px;
}

.special-txt-wrap h3 {
	margin-top: 5px;
}

.promo.special-rte h3.special-txt-wrap {
	padding: 0;
	font: 500 18px/1.1 omnes-pro, Arial, sans-serif;
	color: #525252;
}

.promo.special-rte.e .component-content {
	flex-direction: column;
}

.promo.special-rte.e .special-img img {
	width: 40px;
	height: 40px;
	margin: 5px 10px 0 0;
}

.promo.special-rte.e div.special-txt-wrap {
	display: flex;
	padding-left: 0;
}

.promo.special-rte.e div.special-img,
.promo.special-rte.e div.special-img img {
	padding: 0;
}

.promo.special-rte.img-r .special-img.field-promoicon {
	padding: 0;
}

.promo.special-rte.img-r .special-img.field-promoicon img {
	width: 100%;
	height: auto;
	padding: 0;
}

/* Animation */
.animation-repitition {
	opacity: 0;
}

.animation-repitition.scEnabledChrome {
	opacity: 1 !important;
}

/* Tables */
.colored-sx-tbl,
.bw-colored-sx-tbl {
	font-family: Arial, sans-serif;
	width: 100%;
}

.colored-sx-tbl tr:first-child {
	background-color: #dadadb;
	font-weight: 700;
}

.colored-sx-tbl tr td:first-child {
	font-weight: 700;
}

.colored-sx-tbl tr:first-child td {
	padding: 16px 14px;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	background-color: #dadadb;
}

.colored-sx-tbl tr:nth-child(2n+2) td {
	padding: 16px 14px;
}

.colored-sx-tbl tr:nth-child(2n+3) td {
	padding: 16px 14px;
	border-top: 1px solid #e6e7e8;
	border-bottom: 1px solid #e6e7e8;
	background-color: #f0f0f0;
}

table.bw-colored-sx-tbl th,
table.bw-colored-sx-tbl td {
	border: 1px solid gray;
	text-align: left;
	vertical-align: top;
	padding: 10px;
}

table.bw-colored-sx-tbl.no-bor th,
table.bw-colored-sx-tbl.no-bor td {
	border: 1px solid transparent;
}

/* Responsive */
@media only screen and (max-width: 767px) {

	.points-list-rte h2 {
		line-height: 34px;
	}

	.points-list-rte p {
		font: 400 16px/1.38 omnes-pro, Arial, sans-serif;
		margin: 16px auto;
	}

	.points-list-rte.blue-bullets h2 {
		display: flex;
		flex-direction: column-reverse;
		margin: 0 auto;
	}

	.points-list-rte.blue-bullets h2:after {
		width: 100%;
		margin: 0;
		bottom: 0;
		margin-bottom: 20px;
	}

	.points-list-rte:not(.points-list-rte--multiline) ul {
		padding-left: 50px;
		flex-direction: column;
		margin-top: 0;
	}

	.points-list-rte ul li {
		position: relative;
		margin-bottom: 20px;
		font-size: 18px;
		width: 100%;
	}

	.points-list-rte:not(.points-list-rte--multiline) ul li:before {
		position: absolute;
		left: -50px;
		top: 50%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.points-list-rte.blue-bullets p {
		font-size: 22px;
	}

	.points-list-rte.points-list-rte--multiline ul {
		flex-direction: column;
	}

	.points-list-rte a {
		max-width: inherit;
	}

	.points-list-rte p:last-child {
		font-size: inherit;
	}

	/* Phone RTE */
	.mobile-bnr-container {
		flex-direction: column;
		padding: 0 20px;
	}

	.phone-container {
		padding: 20px 0 0 0;
	}

	.phone {
		display: block;
		margin: auto;
	}

	.phone-container .title-container h2 {
		text-align: left;
	}

	.phone-container .btn {
		width: 100%;
	}

	/* Medical Libary */
	.medical-library-banner {
		padding: 0 20px;
	}

	/* Two Coloumn Snippet*/
	.two-cl-icons-wrap-snippet h2 {
		margin-bottom: 0;
	}

	.icon-two-icons {
		flex-direction: column;
	}

	.icon-cirlce {
		flex: 0 0 auto;
	}

	.icon-two-line {
		display: none;
	}

	.icon-two-icon {
		flex-direction: row;
		max-width: initial;
		margin: 15px;
	}

	.icon-txt-wrap {
		margin: 0 0 0 17px;
		text-align: left;
	}

	.btn.btn-primary,
	.c-btn--primary,
	.points-list-rte a {
		width: 100%;
		margin: 0 4%;
	}

	.btn.btn-primary.mysc {
		width: 100%;
		margin: 0;
	}

	.phone-slides {
		width: 188px;
	}

	.phone-slides {
		left: 0;
	}

	.profile-user>div.component-content {
		align-items: center;
	}
}

/* Rte Small Buttons */
a.blue-button,
a.orange-button,
a.blue-button:active,
a.orange-button:active {
	padding: 6px 15px !important;
	margin: 10px 3px 15px;
	display: inline-block;
	line-height: 17.5px;
}

a.blue-button:active,
a.blue-button:hover,
a.orange-button:active,
a.orange-button:hover {
	outline: 0;
}

.blue-button {
	outline: none;
	padding: 5px 15px;
	border: 1px solid #2e93cc;
	color: #fff !important;
	font-family: Arial, sans-serif;
	cursor: pointer;
	font-weight: 500;
	font-size: 14px !important;
	line-height: 100%;
	text-decoration: none !important;
	border-radius: 5px;
	text-shadow: #2590cb 0 -1px 1px;
	background: #29A4E8;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#29A4E8), to(#2e93cc));
	background: -webkit-linear-gradient(#29A4E8, #2e93cc);
	background: -moz-linear-gradient(#29A4E8, #2e93cc);
	background: -ms-linear-gradient(#29A4E8, #2e93cc);
	background: -o-linear-gradient(#29A4E8, #2e93cc);
	background: linear-gradient(#29A4E8, #2e93cc);
	-pie-background: linear-gradient(#29A4E8, #2e93cc);
}

a.blue-button,
a.orange-button {
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}

a.blue-button:hover,
a.blue-button:focus {
	color: #3093cc;
	text-decoration: underline;
}

a.link-reversed,
a.link-reversed:hover,
a.link-reversed:active {
	text-decoration: underline !important;
	color: #ffffff !important;
}

.blue-button:hover,
.blue-button:active {
	background-color: #fff;
	border-radius: 5px;
	background: #2e93cc;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2e93cc), to(#28a2e6));
	background: -webkit-linear-gradient(#2e93cc, #28a2e6);
	background: -moz-linear-gradient(#2e93cc, #28a2e6);
	background: -ms-linear-gradient(#2e93cc, #28a2e6);
	background: -o-linear-gradient(#2e93cc, #28a2e6);
	background: linear-gradient(#2e93cc, #28a2e6);
	-pie-background: linear-gradient(#2e93cc, #28a2e6);
}

.orange-button {
	outline: none;
	padding: 6px 15px;
	border: 1px solid #fa943e;
	color: #fff !important;
	cursor: pointer;
	font-family: Arial, sans-serif;
	font-weight: 500;
	font-size: 14px !important;
	line-height: 100%;
	text-decoration: none !important;
	border-radius: 5px;
	text-shadow: #fa943e 0 -1px 1px;
	background: #fa943e;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fa943e), to(#ff7600));
	background: -webkit-linear-gradient(#fa943e, #ff7600);
	background: -moz-linear-gradient(#fa943e, #ff7600);
	background: -ms-linear-gradient(#fa943e, #ff7600);
	background: -o-linear-gradient(#fa943e, #ff7600);
	background: linear-gradient(#fa943e, #ff7600);
	-pie-background: linear-gradient(#fa943e, #ff7600);
}

/* Text Shadow */
.text-shadow-sx h1,
.text-shadow-sx h2,
.text-shadow-sx h3,
.text-shadow-sx h4,
.text-shadow-sx h5,
.text-shadow-sx h6,
.text-shadow-sx p,
.text-shadow-sx a,
.text-shadow-sx .btn.btn-primary,
.text-shadow-sx .c-btn--primary {
	text-shadow: 0 1px 1px rgb(0 0 0 / 50%) !important;
}

/* download app */
a.btn.btn-primary.mysc.download-app {
	width: 98%;
	margin-left: 2%;
	margin-right: 2%;
}

a.btn.btn-primary.mysc.download-app span.icon-after.cloud-download {
	top: 4px;
	position: relative;
}

.rich-text a.c-btn--primary {
	line-height: 33px;
}

.rich-text a.c-btn--primary:hover {
	text-decoration: none;
}

/* User Profile*/
table.essentials-styles tr:last-child td {
	padding: 0;
}

table.essentials-styles table {
	margin-bottom: 0;
}

table.essentials-styles h3 {
	color: #f27a12;
	font-weight: 500;
	font-size: 18px;
	margin: 20px auto 10px;
	text-align: left;
}

table.essentials-styles.violet h3 {
	color: #95519e;
}

.scEnabledChrome span .prof-img-usr img {
	width: 154px;
	height: 154px;
}

.scEnabledChrome .profile-user {
	display: flex;
}

.scEnabledChrome .prof-img-usr {
	margin-right: 16px;
}

.profile-user>div.component-content {
	display: flex;
	max-width: 750px;
	margin: auto;
	margin-top: 40px;
}

.prof-img-usr {
	margin-right: 40px;
	margin-top: 25px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background-clip: padding-box;
	border: 4px solid #007db9;
	flex: 0 0 auto;
	width: 154px;
	height: 154px;
	overflow: hidden;
}

.info-profile-usr h3.field-promoiconhovertitle {
	font-weight: 500;
	line-height: 28px;
}

.prof-img-usr img {
	width: 154px;
	height: 154px;
}

.info-profile-usr h3 {
	color: #525252;
	font-size: 20px;
	margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
	a.btn.btn-primary.mysc.download-app {
		width: 95%;
		margin-bottom: 30px;
		margin-left: 4%;
		margin-right: 4%;
	}

	a.btn.btn-primary.mysc.download-app span.icon-after.cloud-download {
		font-size: 14px;
	}

	.profile-user {
		flex-direction: column;
		align-items: center;
	}

	.prof-img-usr {
		margin: 0;
		margin-right: 10px;
	}
}

.addthis a.at-icon-wrapper.at-share-btn {
	background-color: #007db9 !important;
}

@media only screen and (max-width: 600px) {
	.profile-user>div.component-content {
		display: flex;
		flex-direction: column;
	}

}

/* CareHQ Bullet List*/
.carehq-list-styles {
	padding: 0 9px;
}

.carehq-list-styles h3 {
	font-size: 26px;
	line-height: 1;
	text-align: left;
	margin-bottom: 30px;
	position: relative;
}

.carehq-list-styles ul {
	padding: 0;
	margin: 0;
}

.carehq-list-styles ul li {
	list-style: none;
	display: flex;
	align-items: flex-start;
	padding: 0 0 18px 0;
	margin: -2px 8px 0 0;
	line-height: 1.31;
	color: #535353;
}

.carehq-list-styles ul li:before {
	content: '';
	background: url(Images/carehq-icon-plus.svg) no-repeat;
	width: 20px;
	height: 20px;
	background-size: 16px;
	display: inline-block;
	background-position: left center;
	padding-right: 26px;
	padding-left: 0;
}

.component.container.wide-article .carehq-list-styles ul {
	padding-left: 0;
}

/* Healthconnect Tables */
table.health-c1-table {
	border: none;
}

table.health-c1-r-table,
table.health-c1-table {
	margin-bottom: 30px;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgb(213 213 213 / 50%);
}

table.health-c1-table tr:first-child {
	background-color: #0f6ea5;
	color: #fff;
	border: none;
}

table.health-c1-table tr:first-child td * {
	color: #fff;
	margin: 15px 0;
}

table.health-c1-table tr:first-child td {
	padding: 0 20px;
	border: 1px solid #fff;
	border-left: 0;
	border-top: 0;
	vertical-align: middle;
}

table.health-c1-table tr:first-child td:first-child {
	border-top-left-radius: 4px;
}

table.health-c1-table tr:last-child td:first-child {
	border-bottom-left-radius: 4px;
}

table.health-c1-table tr:first-child td:last-child {
	border-top-right-radius: 4px;
	border-right: none;
}

table.health-c1-table tr:last-child td:last-child {
	border-bottom-right-radius: 4px;
}

table.health-c1-table tr:not(:first-child) {
	border: none;
}

table.health-c1-table tr:not(:first-child) td {
	padding: 20px;
	border: 0.5px solid #ececec;
	border-top: 0;
	border-left: 0;
}

table.health-c1-table tr:not(:first-child) td:first-child {
	border-left: 1px solid #ececec;
}

.health-c1-r-table tr td {
	padding: 20px;
}

.health-c1-r-table tr td:first-child {
	background-color: #0f6ea5;
	color: #fff;
}

.health-c1-r-table tr td:first-child * {
	color: #fff;
	margin: 15px 0;
}

.health-c1-r-table tr:first-child td:first-child {
	border-top-left-radius: 4px;
}

.health-c1-r-table tr:last-child td:first-child {
	border-bottom-left-radius: 4px;
}

.health-c1-r-table tr:first-child td:last-child {
	border-top-right-radius: 4px;
}

.health-c1-r-table tr:last-child td:last-child {
	border-bottom-right-radius: 4px;
	border-bottom: solid 1px #ececec;
}

.health-c1-r-table tr td {
	border: solid 1px #ececec;
	border-bottom: 0;
}

@media only screen and (max-width: 768px) {
	.carehq-list-styles h3 {
		text-align: center;
	}
}

.btn-green-pill {
	border-radius: 100px;
	padding: 4.5px 16px 4.5px 16px;
	color: white;
	background: #50A83E;
	font-size: 16px;
	font-weight: 500;
	line-height: 22.79px;
	text-align: center;
	text-decoration: none;
	bottom: 3px;
	position: relative;
	margin: 20px 10px 10px 0px;
	width: fit-content;
	display: inline-block;
}

.rte-inline-elements {
	display: inline;
}