/* Base style include all required basic styles to view the site. */
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
*,
*::before,
*::after {
	box-sizing: inherit;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}
.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-1 {
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.col-2 {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.col-5 {
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.col-8 {
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.col-11 {
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.offset-1 {
	margin-left: 8.3333333333%;
}

.offset-2 {
	margin-left: 16.6666666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.3333333333%;
}

.offset-5 {
	margin-left: 41.6666666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.3333333333%;
}

.offset-8 {
	margin-left: 66.6666666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.3333333333%;
}

.offset-11 {
	margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-sm-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}

	.col-sm-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-sm-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.col-sm-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}

	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-sm-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}

	.col-sm-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}

	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-sm-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}

	.col-sm-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}

	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.offset-sm-0 {
		margin-left: 0;
	}

	.offset-sm-1 {
		margin-left: 8.3333333333%;
	}

	.offset-sm-2 {
		margin-left: 16.6666666667%;
	}

	.offset-sm-3 {
		margin-left: 25%;
	}

	.offset-sm-4 {
		margin-left: 33.3333333333%;
	}

	.offset-sm-5 {
		margin-left: 41.6666666667%;
	}

	.offset-sm-6 {
		margin-left: 50%;
	}

	.offset-sm-7 {
		margin-left: 58.3333333333%;
	}

	.offset-sm-8 {
		margin-left: 66.6666666667%;
	}

	.offset-sm-9 {
		margin-left: 75%;
	}

	.offset-sm-10 {
		margin-left: 83.3333333333%;
	}

	.offset-sm-11 {
		margin-left: 91.6666666667%;
	}
}
@media (min-width: 768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-md-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}

	.col-md-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-md-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.col-md-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}

	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}

	.col-md-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}

	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-md-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}

	.col-md-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}

	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.offset-md-0 {
		margin-left: 0;
	}

	.offset-md-1 {
		margin-left: 8.3333333333%;
	}

	.offset-md-2 {
		margin-left: 16.6666666667%;
	}

	.offset-md-3 {
		margin-left: 25%;
	}

	.offset-md-4 {
		margin-left: 33.3333333333%;
	}

	.offset-md-5 {
		margin-left: 41.6666666667%;
	}

	.offset-md-6 {
		margin-left: 50%;
	}

	.offset-md-7 {
		margin-left: 58.3333333333%;
	}

	.offset-md-8 {
		margin-left: 66.6666666667%;
	}

	.offset-md-9 {
		margin-left: 75%;
	}

	.offset-md-10 {
		margin-left: 83.3333333333%;
	}

	.offset-md-11 {
		margin-left: 91.6666666667%;
	}
}
@media (min-width: 992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-lg-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}

	.col-lg-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-lg-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.col-lg-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}

	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-lg-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}

	.col-lg-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}

	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-lg-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}

	.col-lg-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}

	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.offset-lg-1 {
		margin-left: 8.3333333333%;
	}

	.offset-lg-2 {
		margin-left: 16.6666666667%;
	}

	.offset-lg-3 {
		margin-left: 25%;
	}

	.offset-lg-4 {
		margin-left: 33.3333333333%;
	}

	.offset-lg-5 {
		margin-left: 41.6666666667%;
	}

	.offset-lg-6 {
		margin-left: 50%;
	}

	.offset-lg-7 {
		margin-left: 58.3333333333%;
	}

	.offset-lg-8 {
		margin-left: 66.6666666667%;
	}

	.offset-lg-9 {
		margin-left: 75%;
	}

	.offset-lg-10 {
		margin-left: 83.3333333333%;
	}

	.offset-lg-11 {
		margin-left: 91.6666666667%;
	}
}
@media (min-width: 1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-xl-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}

	.col-xl-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-xl-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.col-xl-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}

	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-xl-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}

	.col-xl-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}

	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-xl-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}

	.col-xl-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}

	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
.justify-content-center {
	justify-content: center !important;
}

.align-items-center {
	align-items: center !important;
}

.align-content-center {
	align-content: center !important;
}

.align-self-center {
	align-self: center !important;
}

/* Backdrop */
.backdrop {
	position: absolute;
	display: block;
	height: 100%;
	width: 100vw;
	right: 0;
	top: 0;
	left: 50%;
	transform: translate(-50%);
	background-size: cover;
	padding: 0;
}
.backdrop > div {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	content: " ";
	position: absolute;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
@media (min-width: 767px) {
	.backdrop > div {
		width: 50vw;
	}
}
@media (max-width: 767px) {
	.backdrop.mobile-stack > div {
		height: 45vw;
	}
	.backdrop.mobile-stack + .block-content {
		margin-top: 45vw;
		flex: 100%;
	}
}
@media (min-width: 767px) {
	.backdrop.right > div {
		transform: translate(100%);
	}
}
.backdrop.fw > div {
	width: 100vw;
}
.backdrop.contain {
	width: 100%;
}
.backdrop.contain > div {
	width: 100%;
}

/* Flipping */
.flip {
	transform: rotate(180deg);
}

.rotate {
	transform: rotate(90deg);
}

/* Background Image Positioning */
div.top-pos {
	background-position-y: top;
}

div.right-pos {
	background-position-x: right;
}

div.bottom-pos {
	background-position-y: bottom;
}

div.left-pos {
	background-position-x: left;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.backdrop > .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

/* Gradients */
/* Equalize margin on content inside boxes */
@media (min-width: 767px) {
	.equal-margin > *:first-child {
		margin-top: 0px;
	}
	.equal-margin > *:last-child {
		margin-bottom: 0px;
	}
}
/* Opacity Options */
.opacity70 {
	opacity: 0.7;
}
.opacity70.lazyloaded {
	opacity: 0.7;
}

/* Link Cover */
a.link-cover {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 5;
	top: 0;
	left: 0;
}

a.link-cover:hover {
	outline: none;
}

/* Prisma Health Mesh Background */
.prisma-mesh-bg {
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.section-header,
.section-footer {
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	position: relative;
}

@media (min-width: 767px) {
	.section-header {
		margin-bottom: 2em;
	}
}

.section-header h2 {
	margin-bottom: 0.2em;
}

.section-footer {
	margin-top: 1em;
}

/* Component Alternate (Grey) - ONLY USED IN STYLEGUIDE */
.component[class*="prisma"] {
	position: relative;
}
@media (min-width: 767px) {
	.component[class*="prisma"] {
		padding: 4em 0;
	}
}

.add-spacing > div {
	margin: 15px 0;
}

.align-center {
	margin: auto;
}

.position-relative {
	position: relative;
}

.headline {
	position: relative;
}

/*\
 * Restore Bootstrap 3 "hidden" utility classes.
\*/
/* Breakpoint XS */
@media (max-width: 575px) {
	.hidden-xs-down,
	.hidden-sm-down,
	.hidden-md-down,
	.hidden-lg-down,
	.hidden-xl-down,
	.hidden-xs-up,
	.hidden-unless-sm,
	.hidden-unless-md,
	.hidden-unless-lg,
	.hidden-unless-xl {
		display: none !important;
	}
	.hidden-xs-down > div,
	.hidden-sm-down > div,
	.hidden-md-down > div,
	.hidden-lg-down > div,
	.hidden-xl-down > div,
	.hidden-xs-up > div,
	.hidden-unless-sm > div,
	.hidden-unless-md > div,
	.hidden-unless-lg > div,
	.hidden-unless-xl > div {
		background-image: none !important;
	}
}
/* Breakpoint SM */
@media (min-width: 576px) and (max-width: 767px) {
	.hidden-sm-down,
	.hidden-md-down,
	.hidden-lg-down,
	.hidden-xl-down,
	.hidden-xs-up,
	.hidden-sm-up,
	.hidden-unless-xs,
	.hidden-unless-md,
	.hidden-unless-lg,
	.hidden-unless-xl {
		display: none !important;
	}
	.hidden-sm-down > div,
	.hidden-md-down > div,
	.hidden-lg-down > div,
	.hidden-xl-down > div,
	.hidden-xs-up > div,
	.hidden-sm-up > div,
	.hidden-unless-xs > div,
	.hidden-unless-md > div,
	.hidden-unless-lg > div,
	.hidden-unless-xl > div {
		background-image: none !important;
	}
}
/* Breakpoint MD */
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-md-down,
	.hidden-lg-down,
	.hidden-xl-down,
	.hidden-xs-up,
	.hidden-sm-up,
	.hidden-md-up,
	.hidden-unless-xs,
	.hidden-unless-sm,
	.hidden-unless-lg,
	.hidden-unless-xl {
		display: none !important;
		background-image: none !important;
	}
}
/* Breakpoint LG */
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-lg-down,
	.hidden-xl-down,
	.hidden-xs-up,
	.hidden-sm-up,
	.hidden-md-up,
	.hidden-lg-up,
	.hidden-unless-xs,
	.hidden-unless-sm,
	.hidden-unless-md,
	.hidden-unless-xl {
		display: none !important;
		background-image: none !important;
	}
}
/* Breakpoint XL */
@media (min-width: 1200px) {
	.hidden-xl-down,
	.hidden-xs-up,
	.hidden-sm-up,
	.hidden-md-up,
	.hidden-lg-up,
	.hidden-xl-up,
	.hidden-unless-xs,
	.hidden-unless-sm,
	.hidden-unless-md,
	.hidden-unless-lg {
		display: none !important;
		background-image: none !important;
	}
}
@media (max-width: 576px) {
	.mobile-hidden-xs {
		display: none !important;
		background-image: none !important;
	}
}
@media (max-width: 767px) {
	.mobile-hidden-sm {
		display: none !important;
		background-image: none !important;
	}
}
@media (max-width: 992px) {
	.mobile-hidden-md {
		display: none !important;
		background-image: none !important;
	}
}
html {
	font-size: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

body {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: "museo-sans", sans-serif;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.5;
	color: #333;
	background-color: #ffffff;
}
@media (min-width: 767px) and (max-width: 992px) {
	body {
		font-size: 1.04em;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	body {
		font-size: 1.08em;
	}
}
@media (min-width: 1199px) and (max-width: 1600px) {
	body {
		font-size: 1.12em;
	}
}
@media (min-width: 1600px) and (max-width: 1799px) {
	body {
		font-size: 1.16em;
	}
}
@media (min-width: 1799px) {
	body {
		font-size: 1.2em;
	}
}

p {
	margin: 0 0 1em 0;
}

ul.discs > li,
ol.discs > li {
	list-style-type: none;
	margin-left: 2em;
	position: relative;
}
ul.discs > li:before,
ol.discs > li:before {
	content: "\2022";
	color: #ed1849;
	font-size: 1.3em;
	position: absolute;
	width: 0.5em;
	top: 0;
	bottom: 0;
	line-height: 1em;
	margin-left: -1em;
}
ul.underline,
ol.underline {
	padding: 0px;
	margin: 0px 0px 20px;
}
ul.underline > li,
ol.underline > li {
	list-style-type: none;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
ul.underline > li:last-child,
ol.underline > li:last-child {
	border-bottom: none;
}

.dark-mode ul,
.dark-mode ol {
	color: #fff;
}
.dark-mode ul.discs > li:before,
.dark-mode ol.discs > li:before {
	color: #ffd600;
}

a:-webkit-any-link {
	text-decoration: none;
}

a {
	color: #d30a7c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.entry-content ul.buttons a {
	border-bottom: 0;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: museo, serif;
}

h1,
h2,
h3 {
	font-weight: bold;
	color: #ed1849;
}

h4,
h5,
h6 {
	color: #333;
	line-height: 1.5;
}

h1 {
	line-height: 1.1;
}

h2 {
	line-height: 1.2;
}

h3 {
	line-height: 1.3;
}

h1 {
	font-size: 2.5em;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 2.25em;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 2em;
	margin-bottom: 0.5em;
}

h4 {
	font-size: 1.5em;
	margin-bottom: 0.5em;
}

h5 {
	font-size: 1.25em;
	margin-bottom: 0.5em;
}

h6 {
	font-size: 1.1em;
	margin-bottom: 0.5em;
	font-family: "museo-sans", sans-serif;
}

@media (max-width: 767px) {
	h1 {
		font-size: 1.8em;
	}

	h2 {
		font-size: 1.7em;
	}

	h3 {
		font-size: 1.6em;
	}

	h4 {
		font-size: 1.5em;
	}

	h5 {
		font-size: 1.3em;
	}

	h6 {
		font-size: 1.2em;
	}
}
.btn {
	transition: 200ms ease;
	font-weight: bold;
	border-radius: 0;
	padding: 0.5em 2em;
	font-size: 1em;
	margin-bottom: 1em;
	display: inline-block;
	cursor: pointer;
}
.btn:hover {
	text-decoration: none;
}
.btn.primary {
	background: #830065;
	border: 2px solid #830065;
	color: #ffffff;
}
.btn.secondary {
	background: #b32572;
	border: 2px solid #b32572;
	color: #ffffff;
}
.btn.gradientT {
	position: relative;
	color: #ed1849;
	border-image: linear-gradient(90deg, #f89a1c 0%, #f05f22 25%, #ec1849 50%, #eb0086 75%, #eb0086 100%);
	border-image-slice: 1;
	border-width: 2px;
	z-index: 0;
	border-width: 2px;
	border-style: solid;
	border-color: unset;
}
.btn.gradientT:after {
	transition: opacity 250ms ease;
	content: "";
	position: absolute;
	top: -2px;
	bottom: -2px;
	left: -2px;
	right: -2px;
	opacity: 0;
	background-image: linear-gradient(90deg, #f89a1c 0%, #f05f22 25%, #ec1849 50%, #eb0086 75%, #eb0086 100%);
	z-index: -1;
}
.btn.whiteT {
	background: none;
	border: 2px solid #ffffff;
	color: #ffffff;
}
.btn.primary:hover {
	background: #a70081;
	border: 2px solid #a70081;
	color: #ffffff;
}
.btn.secondary:hover {
	background: #d12b85;
	border: 2px solid #d12b85;
	color: #ffffff;
}
.btn.whiteT:hover {
	color: #830065;
	background: #ffffff;
}
.btn.gradientT:hover {
	color: #ffffff;
}
.btn.gradientT:hover:after {
	opacity: 1;
}
.btn[disabled] {
	color: #999;
	background: #ddd;
	border: 2px solid #ddd;
	cursor: not-allowed;
}
.btn[disabled]:hover {
	color: #999;
	background: #ddd;
	border: 2px solid #ddd;
}
.btn[disabled]:hover:after {
	opacity: 0;
}

.form .field {
	margin-bottom: 0.5em;
}
.form .field > label {
	display: block;
	font-weight: bold;
}
.form .field > input + label {
	display: inline-block;
	font-weight: normal;
	cursor: pointer;
}
.form .field > input[type="text"],
.form .field > input[type="phone"],
.form .field > input[type="email"],
.form .field > textarea,
.form .field > select {
	border: 0;
	color: #333;
	background: #f0f0f0;
	margin-bottom: 0.5em;
	padding: 0.5em;
	font-size: 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	min-width: 200px;
	max-width: 100%;
	border-radius: 0;
	box-sizing: border-box;
	cursor: pointer !important;
}
.form .field > input[type="text"]:focus,
.form .field > input[type="text"]:active,
.form .field > input[type="phone"]:focus,
.form .field > input[type="phone"]:active,
.form .field > input[type="email"]:focus,
.form .field > input[type="email"]:active,
.form .field > textarea:focus,
.form .field > textarea:active,
.form .field > select:focus,
.form .field > select:active {
	outline: none;
	background: whitesmoke;
}
.form .field > input[type="text"]::placeholder,
.form .field > input[type="phone"]::placeholder,
.form .field > input[type="email"]::placeholder,
.form .field > textarea::placeholder,
.form .field > select::placeholder {
	color: #999;
}
.form .field > input[type="text"][disabled],
.form .field > input[type="phone"][disabled],
.form .field > input[type="email"][disabled],
.form .field > textarea[disabled],
.form .field > select[disabled] {
	background: #ddd;
	cursor: not-allowed !important;
}
.form .field > textarea {
	width: 500px;
}
.form .field > select {
	padding-right: 2em;
}
.form .field > select:focus,
.form .field > select:active {
	outline: none;
}
.form .field > input[type="checkbox" i],
.form .field > input[type="radio" i] {
	font-size: 1em;
	display: inline-flex;
	height: 15px;
	width: 15px;
	margin: 0 0.5em 0 2px;
	background: #f0f0f0;
	border: 2px solid #f0f0f0;
	box-shadow: 0 0 0px 2px #f0f0f0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer !important;
}
.form .field > input[type="checkbox" i]:focus,
.form .field > input[type="checkbox" i]:active,
.form .field > input[type="radio" i]:focus,
.form .field > input[type="radio" i]:active {
	outline: none;
}
.form .field > input[type="checkbox" i]:checked,
.form .field > input[type="radio" i]:checked {
	background: #830065 !important;
	box-shadow: 0 0 0px 2px #830065;
}
.form .field > input[type="checkbox" i] + label,
.form .field > input[type="radio" i] + label {
	margin-bottom: 5px;
	margin-top: 5px;
}
.form .field input[type="radio" i] {
	border-radius: 50%;
}
.form .field.req > label:after {
	content: "*";
	color: #ed1849;
}
.form .field > input.error {
	margin-bottom: 0;
}
.form .field .error {
	color: #ed1849;
	font-size: 0.9em;
	margin-bottom: 0.5em;
}
.form .field.invalid input {
	background: #fcdfe6;
}
.form .field.invalid input:focus,
.form .field.invalid input:active {
	background: #fde8ed;
}
.form .field.invalid .error {
	display: block;
}
.form input[type="submit"] {
	margin: 0 auto 1em auto;
	width: auto;
	display: block;
}
table.styled {
	border-collapse: collapse;
	background: #fff;
}
table.styled thead {
	background: #830065;
	color: #ffffff;
	border: 1px solid #830065;
}
table.styled th {
	padding: 0.5em 1em;
}
table.styled td {
	padding: 0.5em 1em;
	border: 1px solid #ffffff;
}
table.styled tr:nth-child(even) {
	background: #f0f0f0;
}

.gradient {
	background: linear-gradient(90deg, #ffd301 0%, #f4702a 21%, #ee254a 40%, #ed2870 60%, #c52378 80%, #861766 100%);
}

.gradient-2 {
	background: linear-gradient(90deg, #f89a1c 0%, #f05f22 25%, #ec1849 50%, #eb0086 75%, #eb0086 100%);
}

.gradient-3 {
	background: linear-gradient(90deg, #ec0086 0%, #830065 100%);
}

.gradient-image {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.black-gradient,
.color-gradient {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+100,000000+100&0+40,0.6+70,0.8+100 */
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.8) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.8) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.8) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=1 );
	/* IE6-9 */
}

.white-gradient {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+100,ffffff+100&0+15,0+40,0.3+50,0.75+80 */
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.75) 80%, rgba(255, 255, 255, 0.75) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.75) 80%, rgba(255, 255, 255, 0.75) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.75) 80%, rgba(255, 255, 255, 0.75) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#bfffffff', GradientType=1);
	/* IE6-9 */
}

.white-gradient-2x {
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.75) 60%, rgba(255, 255, 255, 0.85) 100%);
}

.black-gradient-vert,
.color-gradient-vert {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+100,000000+100&0+40,0.6+70,0.8+100 */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.8) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.8) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.8) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
	/* IE6-9 */
}

.white-gradient-vert {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+100,ffffff+100&0+15,0+40,0.3+50,0.75+80 */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.75) 80%, rgba(255, 255, 255, 0.75) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.75) 80%, rgba(255, 255, 255, 0.75) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.75) 80%, rgba(255, 255, 255, 0.75) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#bfffffff', GradientType=1);
	/* IE6-9 */
}
.text-center {
	text-align: center;
}
.margin-center {
	margin-left: auto;
	margin-right: auto;
}
.wp-block-group {
	position: relative;
}
.landing-page main > .entry {
	margin-bottom: 0;
}
