.button-lined {
	background-image: linear-gradient(180deg,#94da97,#94da97);
	background-size: 100% 18px;
	background-repeat: no-repeat;
	background-position: center 23px;
	font-size: 22px;
	font-weight: 600;
	line-height: 2;
	color: #484748 !important;
	display: inline-block;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	transition: background-image 1s;
}
.button-lined:hover {
	background-image: linear-gradient(180deg,#68cb6c,#68cb6c);
}
.button-lined.large {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	font-size: 28px;
	background-position: center 29px;
}
.button-lined.small {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	font-size: 18px;
	background-position: center 19px;
	background-size: 100% 11px;
}
.button-lined.pink {
	background-image: linear-gradient(180deg,#ffaad9,#ffaad9);			
}
.button-lined.pink:hover {
	background-image: linear-gradient(180deg,#ff6fbe,#ff6fbe);			
}
.button-lined.blue {
	background-image: linear-gradient(180deg,#c1def8,#c1def8);			
}
.button-lined.blue:hover {
	background-image: linear-gradient(180deg,#afd5f6,#afd5f6);			
}
.button-lined.white {
	background-image: linear-gradient(180deg,#ffffff,#ffffff);			
}
.button-lined.white:hover {
	color: #fff !important;
	background-image: linear-gradient(180deg,#68cb6c,#68cb6c);			
}
.button-lined.white.inverse {
	color: #fff !important;
	background-image: linear-gradient(180deg,#68cb6c,#68cb6c);			
}
.button-lined.white.inverse:hover {
	color: #484748 !important;
	background-image: linear-gradient(180deg,#ffffff,#ffffff);			
}
.home.new h1 { font-size: 22px; }
.home.new h2 { font-size: 40px;line-height: 1.1;font-weight:300;}

/* CARD */
.card {
	margin: 0 0 2rem;
	padding: 1.25rem;
	position: relative;
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 6%);
}
.card-subhead {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.card-section {
	padding: 1.25rem;
	position: relative;
}
.card-heading {
	font-size: 40px;
	font-weight: 300;
	line-height: 1;
}
.card-subheading {
	font-size: 20px;
}
.card-top img {
	width: 100%;
}

/* TEXT HELPERS */
.text-black {
	color: #484748 !important;
}

.text-pink {
	color: #e5007e !important;
}

.text-blue {
	color: #69b0ee !important;
}

.text-green {
	color: #68cb6c !important;
}

.text-dark-gray {
	color: #727272 !important;	
}

.text-gray {
	color: #999999 !important;
}

.text-upper {
	text-transform: uppercase !important;
}

.text-spaced {
	letter-spacing: 2px;
}

.text-xlg {
	font-size: 35px !important;
}

.text-lg {
	font-size: 25px !important;
}

.text-md {
	font-size: 20px !important;
}

/* MISC HELPERS */

.box-shadow {
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 6%) !important;
}

/* BACKGROUND HELPERS */

.bg-white {
	background-color: #fff !important;
}

.bg-light-gray {
	background-color: #f1f1f1 !important;
}

.bg-green {
	background-color: #68cb6c !important;
}
.cta.bg-green p, .cta.bg-green h5 {
	color: #fff !important;
}

/* BORDER HELPERS */

.border-pink {
	border-top: 3px solid #e5007e !important;
}

.border-blue {
	border-top: 3px solid #69b0ee !important;
}

.border-green {
	border-top: 3px solid #68cb6c !important;
}

.border-top-gray {
	border-top: 1.5px dashed #666 !important;
}

.border-pink h5 {
	color: #e5007e !important;
}

.border-blue h5 {
	color: #69b0ee !important;
}

.border-green h5 {
	color: #68cb6c !important;
}

.border-top-gray h5 {
	color: #666 !important;
}


/* PADDING HELPERS */

.inner-padding {
	padding: 1.5rem 1.25rem;
}

.padding-n {
	padding: 0 !important;
}

.padding-top-xlg {
	padding-top: 3.25rem !important;
}
.padding-top-lg {
	padding-top: 2.5rem !important;
}
.padding-top-reg {
	padding-top: 2rem !important;
}
.padding-top-md {
	padding-top: 1.25rem !important;
}
.padding-top-sm {
	padding-top: 0.9375rem !important;
}
.padding-top-xs {
	padding-top: 0.625rem !important;
}

.padding-left-xlg {
	padding-left: 3.25rem !important;
}
.padding-left-lg {
	padding-left: 2.5rem !important;
}
.padding-left-reg {
	padding-left: 2rem !important;
}
.padding-left-md {
	padding-left: 1.25rem !important;
}
.padding-left-sm {
	padding-left: 0.9375rem !important;
}
.padding-left-xs {
	padding-left: 0.625rem !important;
}

.padding-bottom-xlg {
	padding-bottom: 3.25rem !important;
}
.padding-bottom-lg {
	padding-bottom: 2.5rem !important;
}
.padding-bottom-reg {
	padding-bottom: 2rem !important;
}
.padding-bottom-md {
	padding-bottom: 1.25rem !important;
}
.padding-bottom-sm {
	padding-bottom: 0.9375rem !important;
}
.padding-bottom-xs {
	padding-bottom: 0.625rem !important;
}

.padding-right-xlg {
	padding-right: 3.25rem !important;
}
.padding-right-lg {
	padding-right: 2.5rem !important;
}
.padding-right-reg {
	padding-right: 2rem !important;
}
.padding-right-md {
	padding-right: 1.25rem !important;
}
.padding-right-sm {
	padding-right: 0.9375rem !important;
}
.padding-right-xs {
	padding-right: 0.625rem !important;
}

.padding-all-xlg {
	padding: 3.25rem !important;
}
.padding-all-lg {
	padding: 2.5rem !important;
}
.padding-all-reg {
	padding: 2rem !important;
}
.padding-all-md {
	padding: 1.25rem !important;
}
.padding-all-sm {
	padding: 0.9375rem !important;
}
.padding-all-xs {
	padding: 0.625rem !important;
}


/* MARGIN HELPERS */

.margin-n {
	margin: 0 !important;
}

.margin-top-n {
	margin-top: 0 !important;
}

.margin-bottom-n {
	margin-bottom: 0 !important;
}

.margin-top-xlg {
	margin-top: 3.25rem !important;
}
.margin-top-lg {
	margin-top: 2.5rem !important;
}
.margin-top-reg {
	margin-top: 2rem !important;
}
.margin-top-md {
	margin-top: 1.25rem !important;
}
.margin-top-sm {
	margin-top: 0.9375rem !important;
}
.margin-top-xs {
	margin-top: 0.625rem !important;
}

.margin-left-xlg {
	margin-left: 3.25rem !important;
}
.margin-left-lg {
	margin-left: 2.5rem !important;
}
.margin-left-reg {
	margin-left: 2rem !important;
}
.margin-left-md {
	margin-left: 1.25rem !important;
}
.margin-left-sm {
	margin-left: 0.9375rem !important;
}
.margin-left-xs {
	margin-left: 0.625rem !important;
}

.margin-bottom-xlg {
	margin-bottom: 3.25rem !important;
}
.margin-bottom-lg {
	margin-bottom: 2.5rem !important;
}
.margin-bottom-reg {
	margin-bottom: 2rem !important;
}
.margin-bottom-md {
	margin-bottom: 1.25rem !important;
}
.margin-bottom-sm {
	margin-bottom: 0.9375rem !important;
}
.margin-bottom-xs {
	margin-bottom: 0.625rem !important;
}

.margin-right-xlg {
	margin-right: 3.25rem !important;
}
.margin-right-lg {
	margin-right: 2.5rem !important;
}
.margin-right-reg {
	margin-right: 2rem !important;
}
.margin-right-md {
	margin-right: 1.25rem !important;
}
.margin-right-sm {
	margin-right: 0.9375rem !important;
}
.margin-right-xs {
	margin-right: 0.625rem !important;
}

.margin-all-xlg {
	margin: 3.25rem !important;
}
.margin-all-lg {
	margin: 2.5rem !important;
}
.margin-all-reg {
	margin: 2rem !important;
}
.margin-all-md {
	margin: 1.25rem !important;
}
.margin-all-sm {
	margin: 0.9375rem !important;
}
.margin-all-xs {
	margin: 0.625rem !important;
}

@media screen and (min-width:768px) {
	.home.new h1 {font-size: 30px;font-weight: 600;}
	.home.new h2 {font-size: 62px;}
	.card { padding: 2rem;margin-bottom: 4rem; }
	.card-subhead { padding-left: 2rem; padding-right: 2rem; }
	.card-section { padding: 2rem 2rem 3rem; }
	.card-heading { font-size: 52px; }
	.card-subheading { font-size: 32px; }
}

@media screen and (max-width:767px) {
	.padding-n-tablet {padding: 0 !important;}
}
@media screen and (min-width:640px) {
	.card-section-right { padding-left: 0 !important; }
	.card-section-left { padding-right: 0 !important; }
}
@media screen and (max-width:639px) {
	.padding-n-mobile {padding: 0 !important;}
	.text-xlg {font-size: 30px !important;}
	.text-lg {font-size: 20px !important;}
}