/*# sourceMappingURL=app.css.map */

@charset "UTF-8";

@media print,screen and (min-width:40em) {
	.reveal, .reveal.large, .reveal.small, .reveal.tiny {
		right: auto;
		left: auto;
		margin: 0 auto;
	}
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

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

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}

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: ButtonText dotted 1px;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
	max-width: 100%;
	margin-bottom: .5rem;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
	min-height: 50px;
	max-width: 100%;
}

[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;
}

[hidden], template {
	display: none;
}

[data-whatinput=mouse] *, [data-whatinput=mouse] :focus, [data-whatinput=touch] *, [data-whatinput=touch] :focus, [data-whatintent=mouse] *, [data-whatintent=mouse] :focus, [data-whatintent=touch] *, [data-whatintent=touch] :focus {
	outline: 0;
}

[draggable=false] {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

.foundation-mq {
	font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
	box-sizing: border-box;
	font-size: 100%;
	scroll-behavior: smooth;
}

*, ::after, ::before {
	box-sizing: inherit;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Nunito, sans-serif;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.map_canvas embed, .map_canvas img, .map_canvas object, .mqa-display embed, .mqa-display img, .mqa-display object {
	max-width: none !important;
}

button {
	padding: 0;
	appearance: none;
	border: 0;
	border-radius: 0;
	background: 0 0;
	line-height: 1;
	cursor: auto;
}

[data-whatinput=mouse] button {
	outline: 0;
}

button, input, optgroup, select, textarea {
	font-family: inherit;
}

.is-visible {
	display: block !important;
}

.is-hidden {
	display: none !important;
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 2.4375rem;
	margin: 0 0 1rem;
	padding: .5rem;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fff;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	transition: box-shadow .5s, border-color .25s ease-in-out;
	appearance: none;
}

[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
	outline: 0;
	border: 1px solid #8a8a8a;
	background-color: #fff;
	box-shadow: 0 0 5px #cacaca;
	transition: box-shadow .5s, border-color .25s ease-in-out;
}

textarea[rows] {
	height: auto;
}

input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
	background-color: #e6e6e6;
	cursor: not-allowed;
}

[type=button], [type=submit] {
	appearance: none;
	border-radius: 0;
}

input[type=search] {
	box-sizing: border-box;
}

::placeholder {
	color: #cacaca;
}

[type=checkbox], [type=file], [type=radio] {
	margin: 0 0 1rem;
}

[type=checkbox] + label, [type=radio] + label {
	display: inline-block;
	vertical-align: baseline;
	margin-left: .5rem;
	margin-right: 1rem;
	margin-bottom: 0;
}

[type=checkbox] + label[for], [type=radio] + label[for] {
	cursor: pointer;
}

label > [type=checkbox], label > [type=radio] {
	margin-right: .5rem;
}

[type=file] {
	width: 100%;
}

label {
	display: block;
	margin: 0;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.8;
	color: #000;
}

label.middle {
	margin: 0 0 1rem;
	line-height: 1.5;
	padding: .5625rem 0;
}

.help-text {
	margin-top: -.5rem;
	font-size: .8125rem;
	font-style: italic;
	color: #000;
}

.input-group {
	display: flex;
	width: 100%;
	margin-bottom: 1rem;
	align-items: stretch;
}

.input-group > :first-child, .input-group > :first-child.input-group-button > * {
	border-radius: 0;
}

.input-group > :last-child, .input-group > :last-child.input-group-button > * {
	border-radius: 0;
}

.input-group-button, .input-group-button a, .input-group-button button, .input-group-button input, .input-group-button label, .input-group-field, .input-group-label {
	margin: 0;
	white-space: nowrap;
}

.input-group-label {
	padding: 0 1rem;
	border: 1px solid #cacaca;
	background: #e6e6e6;
	color: #000;
	text-align: center;
	white-space: nowrap;
	display: flex;
	flex: 0 0 auto;
	align-items: center;
}

.input-group-label:first-child {
	border-right: 0;
}

.input-group-label:last-child {
	border-left: 0;
}

.input-group-field {
	border-radius: 0;
	flex: 1 1 0px;
	min-width: 0;
}

.input-group-button {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	display: flex;
	flex: 0 0 auto;
}

.input-group-button a, .input-group-button button, .input-group-button input, .input-group-button label {
	align-self: stretch;
	height: auto;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 1rem;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

.fieldset {
	margin: 1.125rem 0;
	padding: 1.25rem;
	border: 1px solid #cacaca;
}

.fieldset legend {
	margin: 0 0 0 -.1875rem;
	padding: 0 .1875rem;
}

select {
	box-sizing: border-box;
	width: 100%;
	height: 2.4375rem;
	margin: 0 0 1rem;
	padding: .5rem 1.5rem .5rem .5rem;
	appearance: none;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fff;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" width=\"32\" height=\"24\" viewBox=\"0 0 32 24\"><polygon points=\"0,0 32,0 16,24\" style=\"fill: rgb%28138, 138, 138%29\"></polygon></svg>");
	background-origin: content-box;
	background-position: right -1rem center;
	background-repeat: no-repeat;
	background-size: 9px 6px;
	transition: box-shadow .5s, border-color .25s ease-in-out;
}

select.nitro-lazy {
	background-image: none !important;
}

@media screen and (min-width:0\0) {
	select {
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
	}
	
	select.nitro-lazy {
		background-image: none !important;
	}
}

select:focus {
	outline: 0;
	border: 1px solid #8a8a8a;
	background-color: #fff;
	box-shadow: 0 0 5px #cacaca;
	transition: box-shadow .5s, border-color .25s ease-in-out;
}

select:disabled {
	background-color: #e6e6e6;
	cursor: not-allowed;
}

select::-ms-expand {
	display: none;
}

select[multiple] {
	height: auto;
	background-image: none;
}

select[multiple].nitro-lazy {
	background-image: none !important;
}

select:not([multiple]) {
	padding-top: 0;
	padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
	border-color: #cc4b37;
	background-color: #faedeb;
}

.is-invalid-input:not(:focus)::placeholder {
	color: #cc4b37;
}

.is-invalid-label {
	color: #cc4b37;
}

.form-error {
	display: none;
	margin-top: -.5rem;
	margin-bottom: 1rem;
	font-size: .75rem;
	font-weight: 700;
	color: #cc4b37;
}

.form-error.is-visible {
	display: block;
}

blockquote, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, p, pre, td, th, ul {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 1rem;
	font-size: inherit;
	line-height: 1.6;
	text-rendering: optimizeLegibility;
}

em, i {
	font-style: italic;
	line-height: inherit;
}

b, strong {
	font-weight: 700;
	line-height: inherit;
}

small {
	font-size: 80%;
	line-height: inherit;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: Nunito, sans-serif;
	font-style: normal;
	font-weight: 700;
	color: inherit;
	text-rendering: optimizeLegibility;
}

.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	line-height: 0;
	color: #cacaca;
}

.h1, h1 {
	font-size: 2.8125rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem;
}

.h2, h2 {
	font-size: 2.5rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem;
}

.h3, h3 {
	font-size: 1.1875rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem;
}

.h4, h4 {
	font-size: 1.125rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem;
}

.h5, h5 {
	font-size: 1.0625rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem;
}

.h6, h6 {
	font-size: 1rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem;
}

@media print,screen and (min-width:40em) {
	.h1, h1 {
		font-size: 4.375rem;
		line-height: 1.2;
	}
	
	.h2, h2 {
		font-size: 4.5rem;
		line-height: 1.0555555556;
	}
	
	.h3, h3 {
		font-size: 1.9375rem;
	}
	
	.h4, h4 {
		font-size: 1.5625rem;
	}
	
	.h5, h5 {
		font-size: 1.25rem;
	}
	
	.h6, h6 {
		font-size: 1rem;
	}
}

a {
	background-color: transparent;
	line-height: inherit;
	color: #6fbf4a;
	text-decoration: none;
	cursor: pointer;
}

a:focus, a:hover {
	color: #5ea83c;
}

a img {
	border: 0;
}

hr {
	box-sizing: content-box;
	overflow: visible;
	clear: both;
	max-width: 102.5rem;
	height: 0;
	margin: 1.25rem auto;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #cacaca;
	border-left: 0;
}

dl, ol, ul {
	margin-bottom: 1rem;
	list-style-position: outside;
	line-height: 1.6;
}

li {
	font-size: inherit;
}

ul {
	margin-left: 1.25rem;
	list-style-type: disc;
}

ol {
	margin-left: 1.25rem;
}

ol ol, ol ul, ul ol, ul ul {
	margin-left: 1.25rem;
	margin-bottom: 0;
}

dl {
	margin-bottom: 1rem;
}

dl dt {
	margin-bottom: .3rem;
	font-weight: 700;
}

blockquote {
	margin: 0 0 1rem;
	padding: .5625rem 1.25rem 0 1.1875rem;
	border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
	line-height: 1.6;
	color: #8a8a8a;
}

abbr, abbr[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
	text-decoration: none;
}

figure {
	margin: 0 0 3.125em;
	max-width: 100%;
}

kbd {
	margin: 0;
	padding: .125rem .25rem 0;
	background-color: #e6e6e6;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	color: #000;
}

.subheader {
	margin-top: .2rem;
	margin-bottom: .5rem;
	font-weight: 400;
	line-height: 1.4;
	color: #8a8a8a;
}

.lead {
	font-size: 125%;
	line-height: 1.6;
}

.stat {
	font-size: 2.5rem;
	line-height: 1;
}

p + .stat {
	margin-top: -1rem;
}

ol.no-bullet, ul.no-bullet {
	margin-left: 0;
	list-style: none;
}

.cite-block, cite {
	display: block;
	color: #8a8a8a;
	font-size: .8125rem;
}

.cite-block:before, cite:before {
	content: "— ";
}

.code-inline, code {
	border: 1px solid #cacaca;
	background-color: #e6e6e6;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: 400;
	color: #000;
	display: inline;
	max-width: 100%;
	word-wrap: break-word;
	padding: .125rem .3125rem .0625rem;
}

.code-block {
	border: 1px solid #cacaca;
	background-color: #e6e6e6;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: 400;
	color: #000;
	display: block;
	overflow: auto;
	white-space: pre;
	padding: 1rem;
	margin-bottom: 1.5rem;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

@media print,screen and (min-width:40em) {
	.medium-text-left {
		text-align: left;
	}
	
	.medium-text-right {
		text-align: right;
	}
	
	.medium-text-center {
		text-align: center;
	}
	
	.medium-text-justify {
		text-align: justify;
	}
}

.show-for-print {
	display: none !important;
}

@media print {
	* {
		background: 0 0 !important;
		color: #000 !important;
		print-color-adjust: economy;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	
	.show-for-print {
		display: block !important;
	}
	
	.hide-for-print {
		display: none !important;
	}
	
	table.show-for-print {
		display: table !important;
	}
	
	thead.show-for-print {
		display: table-header-group !important;
	}
	
	tbody.show-for-print {
		display: table-row-group !important;
	}
	
	tr.show-for-print {
		display: table-row !important;
	}
	
	td.show-for-print, th.show-for-print {
		display: table-cell !important;
	}
	
	a, a:visited {
		text-decoration: underline;
	}
	
	a[href]:after {
		content: " (" attr(href) ")";
	}
	
	.ir a:after, a[href^="#"]:after, a[href^="javascript:"]:after {
		content: "";
	}
	
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	
	blockquote, pre {
		border: 1px solid #8a8a8a;
		page-break-inside: avoid;
	}
	
	thead {
		display: table-header-group;
	}
	
	img, tr {
		page-break-inside: avoid;
	}
	
	img {
		max-width: 100% !important;
	}
	
	@page {
		margin: .5cm;
	}
	
	h2, h3, p {
		orphans: 3;
		widows: 3;
	}
	
	h2, h3 {
		page-break-after: avoid;
	}
	
	.print-break-inside {
		page-break-inside: auto;
	}
}

.grid-container {
	padding-right: 1.25rem;
	padding-left: 1.25rem;
	max-width: 102.5rem;
	margin-left: auto;
	margin-right: auto;
}

.grid-container.fluid {
	padding-right: 1.25rem;
	padding-left: 1.25rem;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

@media print,screen and (min-width:40em) {
	.grid-container, .grid-container.fluid {
		padding-right: .9375rem;
		padding-left: .9375rem;
	}
}

.grid-container.full {
	padding-right: 0;
	padding-left: 0;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.grid-x {
	display: flex;
	flex-flow: row wrap;
}

.cell {
	flex: 0 0 auto;
	min-height: 0;
	min-width: 0;
	width: 100%;
}

.cell.auto {
	flex: 1 1 0;
}

.cell.shrink {
	flex: 0 0 auto;
}

.grid-x > .auto, .grid-x > .shrink {
	width: auto;
}

.grid-x > .small-1, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-full, .grid-x > .small-shrink {
	flex-basis: auto;
}

@media print,screen and (min-width:40em) {
	.grid-x > .medium-1, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-full, .grid-x > .medium-shrink {
		flex-basis: auto;
	}
}

@media print,screen and (min-width:64em) {
	.large-text-left {
		text-align: left;
	}
	
	.large-text-right {
		text-align: right;
	}
	
	.large-text-center {
		text-align: center;
	}
	
	.large-text-justify {
		text-align: justify;
	}
	
	.grid-x > .large-1, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-full, .grid-x > .large-shrink {
		flex-basis: auto;
	}
}

.grid-x > .small-1, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9 {
	flex: 0 0 auto;
}

.grid-x > .small-1 {
	width: 8.3333333333%;
}

.grid-x > .small-2 {
	width: 16.6666666667%;
}

.grid-x > .small-3 {
	width: 25%;
}

.grid-x > .small-4 {
	width: 33.3333333333%;
}

.grid-x > .small-5 {
	width: 41.6666666667%;
}

.grid-x > .small-6 {
	width: 50%;
}

.grid-x > .small-7 {
	width: 58.3333333333%;
}

.grid-x > .small-8 {
	width: 66.6666666667%;
}

.grid-x > .small-9 {
	width: 75%;
}

.grid-x > .small-10 {
	width: 83.3333333333%;
}

.grid-x > .small-11 {
	width: 91.6666666667%;
}

.grid-x > .small-12 {
	width: 100%;
}

@media print,screen and (min-width:40em) {
	.grid-x > .medium-auto {
		flex: 1 1 0;
		width: auto;
	}
	
	.grid-x > .medium-1, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-shrink {
		flex: 0 0 auto;
	}
	
	.grid-x > .medium-shrink {
		width: auto;
	}
	
	.grid-x > .medium-1 {
		width: 8.3333333333%;
	}
	
	.grid-x > .medium-2 {
		width: 16.6666666667%;
	}
	
	.grid-x > .medium-3 {
		width: 25%;
	}
	
	.grid-x > .medium-4 {
		width: 33.3333333333%;
	}
	
	.grid-x > .medium-5 {
		width: 41.6666666667%;
	}
	
	.grid-x > .medium-6 {
		width: 50%;
	}
	
	.grid-x > .medium-7 {
		width: 58.3333333333%;
	}
	
	.grid-x > .medium-8 {
		width: 66.6666666667%;
	}
	
	.grid-x > .medium-9 {
		width: 75%;
	}
	
	.grid-x > .medium-10 {
		width: 83.3333333333%;
	}
	
	.grid-x > .medium-11 {
		width: 91.6666666667%;
	}
	
	.grid-x > .medium-12 {
		width: 100%;
	}
}

@media print,screen and (min-width:64em) {
	.grid-x > .large-auto {
		flex: 1 1 0;
		width: auto;
	}
	
	.grid-x > .large-1, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-shrink {
		flex: 0 0 auto;
	}
	
	.grid-x > .large-shrink {
		width: auto;
	}
	
	.grid-x > .large-1 {
		width: 8.3333333333%;
	}
	
	.grid-x > .large-2 {
		width: 16.6666666667%;
	}
	
	.grid-x > .large-3 {
		width: 25%;
	}
	
	.grid-x > .large-4 {
		width: 33.3333333333%;
	}
	
	.grid-x > .large-5 {
		width: 41.6666666667%;
	}
	
	.grid-x > .large-6 {
		width: 50%;
	}
	
	.grid-x > .large-7 {
		width: 58.3333333333%;
	}
	
	.grid-x > .large-8 {
		width: 66.6666666667%;
	}
	
	.grid-x > .large-9 {
		width: 75%;
	}
	
	.grid-x > .large-10 {
		width: 83.3333333333%;
	}
	
	.grid-x > .large-11 {
		width: 91.6666666667%;
	}
	
	.grid-x > .large-12 {
		width: 100%;
	}
}

.grid-margin-x:not(.grid-x) > .cell {
	width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
	height: auto;
}

.grid-margin-x {
	margin-left: -1.25rem;
	margin-right: -1.25rem;
}

.grid-margin-x > .cell {
	width: calc(100% - 2.5rem);
	margin-left: 1.25rem;
	margin-right: 1.25rem;
}

@media print,screen and (min-width:40em) {
	.grid-margin-x {
		margin-left: -.9375rem;
		margin-right: -.9375rem;
	}
	
	.grid-margin-x > .cell {
		width: calc(100% - 1.875rem);
		margin-left: .9375rem;
		margin-right: .9375rem;
	}
}

.grid-margin-x > .auto, .grid-margin-x > .shrink {
	width: auto;
}

.grid-margin-x > .small-1 {
	width: calc(8.3333333333% - 2.5rem);
}

.grid-margin-x > .small-2 {
	width: calc(16.6666666667% - 2.5rem);
}

.grid-margin-x > .small-3 {
	width: calc(25% - 2.5rem);
}

.grid-margin-x > .small-4 {
	width: calc(33.3333333333% - 2.5rem);
}

.grid-margin-x > .small-5 {
	width: calc(41.6666666667% - 2.5rem);
}

.grid-margin-x > .small-6 {
	width: calc(50% - 2.5rem);
}

.grid-margin-x > .small-7 {
	width: calc(58.3333333333% - 2.5rem);
}

.grid-margin-x > .small-8 {
	width: calc(66.6666666667% - 2.5rem);
}

.grid-margin-x > .small-9 {
	width: calc(75% - 2.5rem);
}

.grid-margin-x > .small-10 {
	width: calc(83.3333333333% - 2.5rem);
}

.grid-margin-x > .small-11 {
	width: calc(91.6666666667% - 2.5rem);
}

.grid-margin-x > .small-12 {
	width: calc(100% - 2.5rem);
}

@media print,screen and (min-width:40em) {
	.grid-margin-x > .auto, .grid-margin-x > .shrink {
		width: auto;
	}
	
	.grid-margin-x > .small-1 {
		width: calc(8.3333333333% - 1.875rem);
	}
	
	.grid-margin-x > .small-2 {
		width: calc(16.6666666667% - 1.875rem);
	}
	
	.grid-margin-x > .small-3 {
		width: calc(25% - 1.875rem);
	}
	
	.grid-margin-x > .small-4 {
		width: calc(33.3333333333% - 1.875rem);
	}
	
	.grid-margin-x > .small-5 {
		width: calc(41.6666666667% - 1.875rem);
	}
	
	.grid-margin-x > .small-6 {
		width: calc(50% - 1.875rem);
	}
	
	.grid-margin-x > .small-7 {
		width: calc(58.3333333333% - 1.875rem);
	}
	
	.grid-margin-x > .small-8 {
		width: calc(66.6666666667% - 1.875rem);
	}
	
	.grid-margin-x > .small-9 {
		width: calc(75% - 1.875rem);
	}
	
	.grid-margin-x > .small-10 {
		width: calc(83.3333333333% - 1.875rem);
	}
	
	.grid-margin-x > .small-11 {
		width: calc(91.6666666667% - 1.875rem);
	}
	
	.grid-margin-x > .small-12 {
		width: calc(100% - 1.875rem);
	}
	
	.grid-margin-x > .medium-auto, .grid-margin-x > .medium-shrink {
		width: auto;
	}
	
	.grid-margin-x > .medium-1 {
		width: calc(8.3333333333% - 1.875rem);
	}
	
	.grid-margin-x > .medium-2 {
		width: calc(16.6666666667% - 1.875rem);
	}
	
	.grid-margin-x > .medium-3 {
		width: calc(25% - 1.875rem);
	}
	
	.grid-margin-x > .medium-4 {
		width: calc(33.3333333333% - 1.875rem);
	}
	
	.grid-margin-x > .medium-5 {
		width: calc(41.6666666667% - 1.875rem);
	}
	
	.grid-margin-x > .medium-6 {
		width: calc(50% - 1.875rem);
	}
	
	.grid-margin-x > .medium-7 {
		width: calc(58.3333333333% - 1.875rem);
	}
	
	.grid-margin-x > .medium-8 {
		width: calc(66.6666666667% - 1.875rem);
	}
	
	.grid-margin-x > .medium-9 {
		width: calc(75% - 1.875rem);
	}
	
	.grid-margin-x > .medium-10 {
		width: calc(83.3333333333% - 1.875rem);
	}
	
	.grid-margin-x > .medium-11 {
		width: calc(91.6666666667% - 1.875rem);
	}
	
	.grid-margin-x > .medium-12 {
		width: calc(100% - 1.875rem);
	}
}

@media print,screen and (min-width:64em) {
	.grid-margin-x > .large-auto, .grid-margin-x > .large-shrink {
		width: auto;
	}
	
	.grid-margin-x > .large-1 {
		width: calc(8.3333333333% - 1.875rem);
	}
	
	.grid-margin-x > .large-2 {
		width: calc(16.6666666667% - 1.875rem);
	}
	
	.grid-margin-x > .large-3 {
		width: calc(25% - 1.875rem);
	}
	
	.grid-margin-x > .large-4 {
		width: calc(33.3333333333% - 1.875rem);
	}
	
	.grid-margin-x > .large-5 {
		width: calc(41.6666666667% - 1.875rem);
	}
	
	.grid-margin-x > .large-6 {
		width: calc(50% - 1.875rem);
	}
	
	.grid-margin-x > .large-7 {
		width: calc(58.3333333333% - 1.875rem);
	}
	
	.grid-margin-x > .large-8 {
		width: calc(66.6666666667% - 1.875rem);
	}
	
	.grid-margin-x > .large-9 {
		width: calc(75% - 1.875rem);
	}
	
	.grid-margin-x > .large-10 {
		width: calc(83.3333333333% - 1.875rem);
	}
	
	.grid-margin-x > .large-11 {
		width: calc(91.6666666667% - 1.875rem);
	}
	
	.grid-margin-x > .large-12 {
		width: calc(100% - 1.875rem);
	}
}

.grid-padding-x .grid-padding-x {
	margin-right: -1.25rem;
	margin-left: -1.25rem;
}

.grid-container:not(.full) > .grid-padding-x {
	margin-right: -1.25rem;
	margin-left: -1.25rem;
}

.grid-padding-x > .cell {
	padding-right: 1.25rem;
	padding-left: 1.25rem;
}

.small-up-1 > .cell {
	width: 100%;
}

.small-up-2 > .cell {
	width: 50%;
}

.small-up-3 > .cell {
	width: 33.3333333333%;
}

.small-up-4 > .cell {
	width: 25%;
}

.small-up-5 > .cell {
	width: 20%;
}

.small-up-6 > .cell {
	width: 16.6666666667%;
}

.small-up-7 > .cell {
	width: 14.2857142857%;
}

.small-up-8 > .cell {
	width: 12.5%;
}

@media print,screen and (min-width:40em) {
	.grid-container:not(.full) > .grid-padding-x, .grid-padding-x .grid-padding-x {
		margin-right: -.9375rem;
		margin-left: -.9375rem;
	}
	
	.grid-padding-x > .cell {
		padding-right: .9375rem;
		padding-left: .9375rem;
	}
	
	.medium-up-1 > .cell {
		width: 100%;
	}
	
	.medium-up-2 > .cell {
		width: 50%;
	}
	
	.medium-up-3 > .cell {
		width: 33.3333333333%;
	}
	
	.medium-up-4 > .cell {
		width: 25%;
	}
	
	.medium-up-5 > .cell {
		width: 20%;
	}
	
	.medium-up-6 > .cell {
		width: 16.6666666667%;
	}
	
	.medium-up-7 > .cell {
		width: 14.2857142857%;
	}
	
	.medium-up-8 > .cell {
		width: 12.5%;
	}
}

.grid-margin-x.small-up-1 > .cell {
	width: calc(100% - 2.5rem);
}

.grid-margin-x.small-up-2 > .cell {
	width: calc(50% - 2.5rem);
}

.grid-margin-x.small-up-3 > .cell {
	width: calc(33.3333333333% - 2.5rem);
}

.grid-margin-x.small-up-4 > .cell {
	width: calc(25% - 2.5rem);
}

.grid-margin-x.small-up-5 > .cell {
	width: calc(20% - 2.5rem);
}

.grid-margin-x.small-up-6 > .cell {
	width: calc(16.6666666667% - 2.5rem);
}

.grid-margin-x.small-up-7 > .cell {
	width: calc(14.2857142857% - 2.5rem);
}

.grid-margin-x.small-up-8 > .cell {
	width: calc(12.5% - 2.5rem);
}

@media print,screen and (min-width:40em) {
	.grid-margin-x.small-up-1 > .cell {
		width: calc(100% - 1.875rem);
	}
	
	.grid-margin-x.small-up-2 > .cell {
		width: calc(50% - 1.875rem);
	}
	
	.grid-margin-x.small-up-3 > .cell {
		width: calc(33.3333333333% - 1.875rem);
	}
	
	.grid-margin-x.small-up-4 > .cell {
		width: calc(25% - 1.875rem);
	}
	
	.grid-margin-x.small-up-5 > .cell {
		width: calc(20% - 1.875rem);
	}
	
	.grid-margin-x.small-up-6 > .cell {
		width: calc(16.6666666667% - 1.875rem);
	}
	
	.grid-margin-x.small-up-7 > .cell {
		width: calc(14.2857142857% - 1.875rem);
	}
	
	.grid-margin-x.small-up-8 > .cell {
		width: calc(12.5% - 1.875rem);
	}
	
	.grid-margin-x.medium-up-1 > .cell {
		width: calc(100% - 1.875rem);
	}
	
	.grid-margin-x.medium-up-2 > .cell {
		width: calc(50% - 1.875rem);
	}
	
	.grid-margin-x.medium-up-3 > .cell {
		width: calc(33.3333333333% - 1.875rem);
	}
	
	.grid-margin-x.medium-up-4 > .cell {
		width: calc(25% - 1.875rem);
	}
	
	.grid-margin-x.medium-up-5 > .cell {
		width: calc(20% - 1.875rem);
	}
	
	.grid-margin-x.medium-up-6 > .cell {
		width: calc(16.6666666667% - 1.875rem);
	}
	
	.grid-margin-x.medium-up-7 > .cell {
		width: calc(14.2857142857% - 1.875rem);
	}
	
	.grid-margin-x.medium-up-8 > .cell {
		width: calc(12.5% - 1.875rem);
	}
}

@media print,screen and (min-width:64em) {
	.large-up-1 > .cell {
		width: 100%;
	}
	
	.large-up-2 > .cell {
		width: 50%;
	}
	
	.large-up-3 > .cell {
		width: 33.3333333333%;
	}
	
	.large-up-4 > .cell {
		width: 25%;
	}
	
	.large-up-5 > .cell {
		width: 20%;
	}
	
	.large-up-6 > .cell {
		width: 16.6666666667%;
	}
	
	.large-up-7 > .cell {
		width: 14.2857142857%;
	}
	
	.large-up-8 > .cell {
		width: 12.5%;
	}
	
	.grid-margin-x.large-up-1 > .cell {
		width: calc(100% - 1.875rem);
	}
	
	.grid-margin-x.large-up-2 > .cell {
		width: calc(50% - 1.875rem);
	}
	
	.grid-margin-x.large-up-3 > .cell {
		width: calc(33.3333333333% - 1.875rem);
	}
	
	.grid-margin-x.large-up-4 > .cell {
		width: calc(25% - 1.875rem);
	}
	
	.grid-margin-x.large-up-5 > .cell {
		width: calc(20% - 1.875rem);
	}
	
	.grid-margin-x.large-up-6 > .cell {
		width: calc(16.6666666667% - 1.875rem);
	}
	
	.grid-margin-x.large-up-7 > .cell {
		width: calc(14.2857142857% - 1.875rem);
	}
	
	.grid-margin-x.large-up-8 > .cell {
		width: calc(12.5% - 1.875rem);
	}
}

.small-margin-collapse, .small-margin-collapse > .cell {
	margin-right: 0;
	margin-left: 0;
}

.small-margin-collapse > .small-1 {
	width: 8.3333333333%;
}

.small-margin-collapse > .small-2 {
	width: 16.6666666667%;
}

.small-margin-collapse > .small-3 {
	width: 25%;
}

.small-margin-collapse > .small-4 {
	width: 33.3333333333%;
}

.small-margin-collapse > .small-5 {
	width: 41.6666666667%;
}

.small-margin-collapse > .small-6 {
	width: 50%;
}

.small-margin-collapse > .small-7 {
	width: 58.3333333333%;
}

.small-margin-collapse > .small-8 {
	width: 66.6666666667%;
}

.small-margin-collapse > .small-9 {
	width: 75%;
}

.small-margin-collapse > .small-10 {
	width: 83.3333333333%;
}

.small-margin-collapse > .small-11 {
	width: 91.6666666667%;
}

.small-margin-collapse > .small-12 {
	width: 100%;
}

@media print,screen and (min-width:40em) {
	.small-margin-collapse > .medium-1 {
		width: 8.3333333333%;
	}
	
	.small-margin-collapse > .medium-2 {
		width: 16.6666666667%;
	}
	
	.small-margin-collapse > .medium-3 {
		width: 25%;
	}
	
	.small-margin-collapse > .medium-4 {
		width: 33.3333333333%;
	}
	
	.small-margin-collapse > .medium-5 {
		width: 41.6666666667%;
	}
	
	.small-margin-collapse > .medium-6 {
		width: 50%;
	}
	
	.small-margin-collapse > .medium-7 {
		width: 58.3333333333%;
	}
	
	.small-margin-collapse > .medium-8 {
		width: 66.6666666667%;
	}
	
	.small-margin-collapse > .medium-9 {
		width: 75%;
	}
	
	.small-margin-collapse > .medium-10 {
		width: 83.3333333333%;
	}
	
	.small-margin-collapse > .medium-11 {
		width: 91.6666666667%;
	}
	
	.small-margin-collapse > .medium-12 {
		width: 100%;
	}
	
	.medium-margin-collapse, .medium-margin-collapse > .cell {
		margin-right: 0;
		margin-left: 0;
	}
}

@media print,screen and (min-width:64em) {
	.small-margin-collapse > .large-1 {
		width: 8.3333333333%;
	}
	
	.small-margin-collapse > .large-2 {
		width: 16.6666666667%;
	}
	
	.small-margin-collapse > .large-3 {
		width: 25%;
	}
	
	.small-margin-collapse > .large-4 {
		width: 33.3333333333%;
	}
	
	.small-margin-collapse > .large-5 {
		width: 41.6666666667%;
	}
	
	.small-margin-collapse > .large-6 {
		width: 50%;
	}
	
	.small-margin-collapse > .large-7 {
		width: 58.3333333333%;
	}
	
	.small-margin-collapse > .large-8 {
		width: 66.6666666667%;
	}
	
	.small-margin-collapse > .large-9 {
		width: 75%;
	}
	
	.small-margin-collapse > .large-10 {
		width: 83.3333333333%;
	}
	
	.small-margin-collapse > .large-11 {
		width: 91.6666666667%;
	}
	
	.small-margin-collapse > .large-12 {
		width: 100%;
	}
}

.small-padding-collapse {
	margin-right: 0;
	margin-left: 0;
}

.small-padding-collapse > .cell {
	padding-right: 0;
	padding-left: 0;
}

@media print,screen and (min-width:40em) {
	.medium-margin-collapse > .small-1 {
		width: 8.3333333333%;
	}
	
	.medium-margin-collapse > .small-2 {
		width: 16.6666666667%;
	}
	
	.medium-margin-collapse > .small-3 {
		width: 25%;
	}
	
	.medium-margin-collapse > .small-4 {
		width: 33.3333333333%;
	}
	
	.medium-margin-collapse > .small-5 {
		width: 41.6666666667%;
	}
	
	.medium-margin-collapse > .small-6 {
		width: 50%;
	}
	
	.medium-margin-collapse > .small-7 {
		width: 58.3333333333%;
	}
	
	.medium-margin-collapse > .small-8 {
		width: 66.6666666667%;
	}
	
	.medium-margin-collapse > .small-9 {
		width: 75%;
	}
	
	.medium-margin-collapse > .small-10 {
		width: 83.3333333333%;
	}
	
	.medium-margin-collapse > .small-11 {
		width: 91.6666666667%;
	}
	
	.medium-margin-collapse > .small-12 {
		width: 100%;
	}
	
	.medium-margin-collapse > .medium-1 {
		width: 8.3333333333%;
	}
	
	.medium-margin-collapse > .medium-2 {
		width: 16.6666666667%;
	}
	
	.medium-margin-collapse > .medium-3 {
		width: 25%;
	}
	
	.medium-margin-collapse > .medium-4 {
		width: 33.3333333333%;
	}
	
	.medium-margin-collapse > .medium-5 {
		width: 41.6666666667%;
	}
	
	.medium-margin-collapse > .medium-6 {
		width: 50%;
	}
	
	.medium-margin-collapse > .medium-7 {
		width: 58.3333333333%;
	}
	
	.medium-margin-collapse > .medium-8 {
		width: 66.6666666667%;
	}
	
	.medium-margin-collapse > .medium-9 {
		width: 75%;
	}
	
	.medium-margin-collapse > .medium-10 {
		width: 83.3333333333%;
	}
	
	.medium-margin-collapse > .medium-11 {
		width: 91.6666666667%;
	}
	
	.medium-margin-collapse > .medium-12 {
		width: 100%;
	}
	
	.medium-padding-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	
	.medium-padding-collapse > .cell {
		padding-right: 0;
		padding-left: 0;
	}
}

@media print,screen and (min-width:64em) {
	.medium-margin-collapse > .large-1 {
		width: 8.3333333333%;
	}
	
	.medium-margin-collapse > .large-2 {
		width: 16.6666666667%;
	}
	
	.medium-margin-collapse > .large-3 {
		width: 25%;
	}
	
	.medium-margin-collapse > .large-4 {
		width: 33.3333333333%;
	}
	
	.medium-margin-collapse > .large-5 {
		width: 41.6666666667%;
	}
	
	.medium-margin-collapse > .large-6 {
		width: 50%;
	}
	
	.medium-margin-collapse > .large-7 {
		width: 58.3333333333%;
	}
	
	.medium-margin-collapse > .large-8 {
		width: 66.6666666667%;
	}
	
	.medium-margin-collapse > .large-9 {
		width: 75%;
	}
	
	.medium-margin-collapse > .large-10 {
		width: 83.3333333333%;
	}
	
	.medium-margin-collapse > .large-11 {
		width: 91.6666666667%;
	}
	
	.medium-margin-collapse > .large-12 {
		width: 100%;
	}
	
	.large-margin-collapse, .large-margin-collapse > .cell {
		margin-right: 0;
		margin-left: 0;
	}
	
	.large-margin-collapse > .small-1 {
		width: 8.3333333333%;
	}
	
	.large-margin-collapse > .small-2 {
		width: 16.6666666667%;
	}
	
	.large-margin-collapse > .small-3 {
		width: 25%;
	}
	
	.large-margin-collapse > .small-4 {
		width: 33.3333333333%;
	}
	
	.large-margin-collapse > .small-5 {
		width: 41.6666666667%;
	}
	
	.large-margin-collapse > .small-6 {
		width: 50%;
	}
	
	.large-margin-collapse > .small-7 {
		width: 58.3333333333%;
	}
	
	.large-margin-collapse > .small-8 {
		width: 66.6666666667%;
	}
	
	.large-margin-collapse > .small-9 {
		width: 75%;
	}
	
	.large-margin-collapse > .small-10 {
		width: 83.3333333333%;
	}
	
	.large-margin-collapse > .small-11 {
		width: 91.6666666667%;
	}
	
	.large-margin-collapse > .small-12 {
		width: 100%;
	}
	
	.large-margin-collapse > .medium-1 {
		width: 8.3333333333%;
	}
	
	.large-margin-collapse > .medium-2 {
		width: 16.6666666667%;
	}
	
	.large-margin-collapse > .medium-3 {
		width: 25%;
	}
	
	.large-margin-collapse > .medium-4 {
		width: 33.3333333333%;
	}
	
	.large-margin-collapse > .medium-5 {
		width: 41.6666666667%;
	}
	
	.large-margin-collapse > .medium-6 {
		width: 50%;
	}
	
	.large-margin-collapse > .medium-7 {
		width: 58.3333333333%;
	}
	
	.large-margin-collapse > .medium-8 {
		width: 66.6666666667%;
	}
	
	.large-margin-collapse > .medium-9 {
		width: 75%;
	}
	
	.large-margin-collapse > .medium-10 {
		width: 83.3333333333%;
	}
	
	.large-margin-collapse > .medium-11 {
		width: 91.6666666667%;
	}
	
	.large-margin-collapse > .medium-12 {
		width: 100%;
	}
	
	.large-margin-collapse > .large-1 {
		width: 8.3333333333%;
	}
	
	.large-margin-collapse > .large-2 {
		width: 16.6666666667%;
	}
	
	.large-margin-collapse > .large-3 {
		width: 25%;
	}
	
	.large-margin-collapse > .large-4 {
		width: 33.3333333333%;
	}
	
	.large-margin-collapse > .large-5 {
		width: 41.6666666667%;
	}
	
	.large-margin-collapse > .large-6 {
		width: 50%;
	}
	
	.large-margin-collapse > .large-7 {
		width: 58.3333333333%;
	}
	
	.large-margin-collapse > .large-8 {
		width: 66.6666666667%;
	}
	
	.large-margin-collapse > .large-9 {
		width: 75%;
	}
	
	.large-margin-collapse > .large-10 {
		width: 83.3333333333%;
	}
	
	.large-margin-collapse > .large-11 {
		width: 91.6666666667%;
	}
	
	.large-margin-collapse > .large-12 {
		width: 100%;
	}
	
	.large-padding-collapse {
		margin-right: 0;
		margin-left: 0;
	}
	
	.large-padding-collapse > .cell {
		padding-right: 0;
		padding-left: 0;
	}
}

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

.grid-margin-x > .small-offset-0 {
	margin-left: calc(0% + 2.5rem / 2);
}

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

.grid-margin-x > .small-offset-1 {
	margin-left: calc(8.3333333333% + 2.5rem / 2);
}

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

.grid-margin-x > .small-offset-2 {
	margin-left: calc(16.6666666667% + 2.5rem / 2);
}

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

.grid-margin-x > .small-offset-3 {
	margin-left: calc(25% + 2.5rem / 2);
}

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

.grid-margin-x > .small-offset-4 {
	margin-left: calc(33.3333333333% + 2.5rem / 2);
}

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

.grid-margin-x > .small-offset-5 {
	margin-left: calc(41.6666666667% + 2.5rem / 2);
}

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

.grid-margin-x > .small-offset-6 {
	margin-left: calc(50% + 2.5rem / 2);
}

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

.grid-margin-x > .small-offset-7 {
	margin-left: calc(58.3333333333% + 2.5rem / 2);
}

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

.grid-margin-x > .small-offset-8 {
	margin-left: calc(66.6666666667% + 2.5rem / 2);
}

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

.grid-margin-x > .small-offset-9 {
	margin-left: calc(75% + 2.5rem / 2);
}

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

.grid-margin-x > .small-offset-10 {
	margin-left: calc(83.3333333333% + 2.5rem / 2);
}

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

.grid-margin-x > .small-offset-11 {
	margin-left: calc(91.6666666667% + 2.5rem / 2);
}

@media print,screen and (min-width:40em) {
	.medium-offset-0 {
		margin-left: 0;
	}
	
	.grid-margin-x > .medium-offset-0 {
		margin-left: calc(0% + 1.875rem / 2);
	}
	
	.medium-offset-1 {
		margin-left: 8.3333333333%;
	}
	
	.grid-margin-x > .medium-offset-1 {
		margin-left: calc(8.3333333333% + 1.875rem / 2);
	}
	
	.medium-offset-2 {
		margin-left: 16.6666666667%;
	}
	
	.grid-margin-x > .medium-offset-2 {
		margin-left: calc(16.6666666667% + 1.875rem / 2);
	}
	
	.medium-offset-3 {
		margin-left: 25%;
	}
	
	.grid-margin-x > .medium-offset-3 {
		margin-left: calc(25% + 1.875rem / 2);
	}
	
	.medium-offset-4 {
		margin-left: 33.3333333333%;
	}
	
	.grid-margin-x > .medium-offset-4 {
		margin-left: calc(33.3333333333% + 1.875rem / 2);
	}
	
	.medium-offset-5 {
		margin-left: 41.6666666667%;
	}
	
	.grid-margin-x > .medium-offset-5 {
		margin-left: calc(41.6666666667% + 1.875rem / 2);
	}
	
	.medium-offset-6 {
		margin-left: 50%;
	}
	
	.grid-margin-x > .medium-offset-6 {
		margin-left: calc(50% + 1.875rem / 2);
	}
	
	.medium-offset-7 {
		margin-left: 58.3333333333%;
	}
	
	.grid-margin-x > .medium-offset-7 {
		margin-left: calc(58.3333333333% + 1.875rem / 2);
	}
	
	.medium-offset-8 {
		margin-left: 66.6666666667%;
	}
	
	.grid-margin-x > .medium-offset-8 {
		margin-left: calc(66.6666666667% + 1.875rem / 2);
	}
	
	.medium-offset-9 {
		margin-left: 75%;
	}
	
	.grid-margin-x > .medium-offset-9 {
		margin-left: calc(75% + 1.875rem / 2);
	}
	
	.medium-offset-10 {
		margin-left: 83.3333333333%;
	}
	
	.grid-margin-x > .medium-offset-10 {
		margin-left: calc(83.3333333333% + 1.875rem / 2);
	}
	
	.medium-offset-11 {
		margin-left: 91.6666666667%;
	}
	
	.grid-margin-x > .medium-offset-11 {
		margin-left: calc(91.6666666667% + 1.875rem / 2);
	}
}

.grid-y {
	display: flex;
	flex-flow: column nowrap;
}

.grid-y > .cell {
	height: auto;
	max-height: none;
}

.grid-y > .auto, .grid-y > .shrink {
	height: auto;
}

.grid-y > .small-1, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-full, .grid-y > .small-shrink {
	flex-basis: auto;
}

@media print,screen and (min-width:40em) {
	.grid-y > .medium-1, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-full, .grid-y > .medium-shrink {
		flex-basis: auto;
	}
}

@media print,screen and (min-width:64em) {
	.large-offset-0 {
		margin-left: 0;
	}
	
	.grid-margin-x > .large-offset-0 {
		margin-left: calc(0% + 1.875rem / 2);
	}
	
	.large-offset-1 {
		margin-left: 8.3333333333%;
	}
	
	.grid-margin-x > .large-offset-1 {
		margin-left: calc(8.3333333333% + 1.875rem / 2);
	}
	
	.large-offset-2 {
		margin-left: 16.6666666667%;
	}
	
	.grid-margin-x > .large-offset-2 {
		margin-left: calc(16.6666666667% + 1.875rem / 2);
	}
	
	.large-offset-3 {
		margin-left: 25%;
	}
	
	.grid-margin-x > .large-offset-3 {
		margin-left: calc(25% + 1.875rem / 2);
	}
	
	.large-offset-4 {
		margin-left: 33.3333333333%;
	}
	
	.grid-margin-x > .large-offset-4 {
		margin-left: calc(33.3333333333% + 1.875rem / 2);
	}
	
	.large-offset-5 {
		margin-left: 41.6666666667%;
	}
	
	.grid-margin-x > .large-offset-5 {
		margin-left: calc(41.6666666667% + 1.875rem / 2);
	}
	
	.large-offset-6 {
		margin-left: 50%;
	}
	
	.grid-margin-x > .large-offset-6 {
		margin-left: calc(50% + 1.875rem / 2);
	}
	
	.large-offset-7 {
		margin-left: 58.3333333333%;
	}
	
	.grid-margin-x > .large-offset-7 {
		margin-left: calc(58.3333333333% + 1.875rem / 2);
	}
	
	.large-offset-8 {
		margin-left: 66.6666666667%;
	}
	
	.grid-margin-x > .large-offset-8 {
		margin-left: calc(66.6666666667% + 1.875rem / 2);
	}
	
	.large-offset-9 {
		margin-left: 75%;
	}
	
	.grid-margin-x > .large-offset-9 {
		margin-left: calc(75% + 1.875rem / 2);
	}
	
	.large-offset-10 {
		margin-left: 83.3333333333%;
	}
	
	.grid-margin-x > .large-offset-10 {
		margin-left: calc(83.3333333333% + 1.875rem / 2);
	}
	
	.large-offset-11 {
		margin-left: 91.6666666667%;
	}
	
	.grid-margin-x > .large-offset-11 {
		margin-left: calc(91.6666666667% + 1.875rem / 2);
	}
	
	.grid-y > .large-1, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-full, .grid-y > .large-shrink {
		flex-basis: auto;
	}
}

.grid-y > .small-1, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9 {
	flex: 0 0 auto;
}

.grid-y > .small-1 {
	height: 8.3333333333%;
}

.grid-y > .small-2 {
	height: 16.6666666667%;
}

.grid-y > .small-3 {
	height: 25%;
}

.grid-y > .small-4 {
	height: 33.3333333333%;
}

.grid-y > .small-5 {
	height: 41.6666666667%;
}

.grid-y > .small-6 {
	height: 50%;
}

.grid-y > .small-7 {
	height: 58.3333333333%;
}

.grid-y > .small-8 {
	height: 66.6666666667%;
}

.grid-y > .small-9 {
	height: 75%;
}

.grid-y > .small-10 {
	height: 83.3333333333%;
}

.grid-y > .small-11 {
	height: 91.6666666667%;
}

.grid-y > .small-12 {
	height: 100%;
}

@media print,screen and (min-width:40em) {
	.grid-y > .medium-auto {
		flex: 1 1 0;
		height: auto;
	}
	
	.grid-y > .medium-1, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-shrink {
		flex: 0 0 auto;
	}
	
	.grid-y > .medium-shrink {
		height: auto;
	}
	
	.grid-y > .medium-1 {
		height: 8.3333333333%;
	}
	
	.grid-y > .medium-2 {
		height: 16.6666666667%;
	}
	
	.grid-y > .medium-3 {
		height: 25%;
	}
	
	.grid-y > .medium-4 {
		height: 33.3333333333%;
	}
	
	.grid-y > .medium-5 {
		height: 41.6666666667%;
	}
	
	.grid-y > .medium-6 {
		height: 50%;
	}
	
	.grid-y > .medium-7 {
		height: 58.3333333333%;
	}
	
	.grid-y > .medium-8 {
		height: 66.6666666667%;
	}
	
	.grid-y > .medium-9 {
		height: 75%;
	}
	
	.grid-y > .medium-10 {
		height: 83.3333333333%;
	}
	
	.grid-y > .medium-11 {
		height: 91.6666666667%;
	}
	
	.grid-y > .medium-12 {
		height: 100%;
	}
}

.grid-padding-y .grid-padding-y {
	margin-top: -1.25rem;
	margin-bottom: -1.25rem;
}

.grid-padding-y > .cell {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}

@media print,screen and (min-width:64em) {
	.grid-y > .large-auto {
		flex: 1 1 0;
		height: auto;
	}
	
	.grid-y > .large-1, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-shrink {
		flex: 0 0 auto;
	}
	
	.grid-y > .large-shrink {
		height: auto;
	}
	
	.grid-y > .large-1 {
		height: 8.3333333333%;
	}
	
	.grid-y > .large-2 {
		height: 16.6666666667%;
	}
	
	.grid-y > .large-3 {
		height: 25%;
	}
	
	.grid-y > .large-4 {
		height: 33.3333333333%;
	}
	
	.grid-y > .large-5 {
		height: 41.6666666667%;
	}
	
	.grid-y > .large-6 {
		height: 50%;
	}
	
	.grid-y > .large-7 {
		height: 58.3333333333%;
	}
	
	.grid-y > .large-8 {
		height: 66.6666666667%;
	}
	
	.grid-y > .large-9 {
		height: 75%;
	}
	
	.grid-y > .large-10 {
		height: 83.3333333333%;
	}
	
	.grid-y > .large-11 {
		height: 91.6666666667%;
	}
	
	.grid-y > .large-12 {
		height: 100%;
	}
}

.grid-frame {
	overflow: hidden;
	position: relative;
	flex-wrap: nowrap;
	align-items: stretch;
	width: 100vw;
}

.cell .grid-frame {
	width: 100%;
}

.cell-block {
	overflow-x: auto;
	max-width: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
	overflow-y: auto;
	max-height: 100%;
	min-height: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
	display: flex;
	flex-direction: column;
	max-height: 100%;
}

.cell-block-container > .grid-x {
	max-height: 100%;
	flex-wrap: nowrap;
}

@media print,screen and (min-width:40em) {
	.grid-padding-y .grid-padding-y {
		margin-top: -.9375rem;
		margin-bottom: -.9375rem;
	}
	
	.grid-padding-y > .cell {
		padding-top: .9375rem;
		padding-bottom: .9375rem;
	}
	
	.medium-grid-frame {
		overflow: hidden;
		position: relative;
		flex-wrap: nowrap;
		align-items: stretch;
		width: 100vw;
	}
	
	.cell .medium-grid-frame {
		width: 100%;
	}
	
	.medium-cell-block {
		overflow-x: auto;
		max-width: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	
	.medium-cell-block-container {
		display: flex;
		flex-direction: column;
		max-height: 100%;
	}
	
	.medium-cell-block-container > .grid-x {
		max-height: 100%;
		flex-wrap: nowrap;
	}
	
	.medium-cell-block-y {
		overflow-y: auto;
		max-height: 100%;
		min-height: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}

@media print,screen and (min-width:64em) {
	.large-grid-frame {
		overflow: hidden;
		position: relative;
		flex-wrap: nowrap;
		align-items: stretch;
		width: 100vw;
	}
	
	.cell .large-grid-frame {
		width: 100%;
	}
	
	.large-cell-block {
		overflow-x: auto;
		max-width: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	
	.large-cell-block-container {
		display: flex;
		flex-direction: column;
		max-height: 100%;
	}
	
	.large-cell-block-container > .grid-x {
		max-height: 100%;
		flex-wrap: nowrap;
	}
	
	.large-cell-block-y {
		overflow-y: auto;
		max-height: 100%;
		min-height: 100%;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}

.grid-y.grid-frame {
	overflow: hidden;
	position: relative;
	flex-wrap: nowrap;
	align-items: stretch;
	height: 100vh;
	width: auto;
}

@media print,screen and (min-width:40em) {
	.grid-y.medium-grid-frame {
		overflow: hidden;
		position: relative;
		flex-wrap: nowrap;
		align-items: stretch;
		height: 100vh;
		width: auto;
	}
	
	.cell .grid-y.medium-grid-frame {
		height: 100%;
	}
}

.cell .grid-y.grid-frame {
	height: 100%;
}

@media print,screen and (min-width:64em) {
	.grid-y.large-grid-frame {
		overflow: hidden;
		position: relative;
		flex-wrap: nowrap;
		align-items: stretch;
		height: 100vh;
		width: auto;
	}
	
	.cell .grid-y.large-grid-frame {
		height: 100%;
	}
}

.grid-margin-y {
	margin-top: -1.25rem;
	margin-bottom: -1.25rem;
}

.grid-margin-y > .cell {
	height: calc(100% - 2.5rem);
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

@media print,screen and (min-width:40em) {
	.grid-margin-y {
		margin-top: -.9375rem;
		margin-bottom: -.9375rem;
	}
	
	.grid-margin-y > .cell {
		height: calc(100% - 1.875rem);
		margin-top: .9375rem;
		margin-bottom: .9375rem;
	}
}

.grid-margin-y > .auto, .grid-margin-y > .shrink {
	height: auto;
}

.grid-margin-y > .small-1 {
	height: calc(8.3333333333% - 2.5rem);
}

.grid-margin-y > .small-2 {
	height: calc(16.6666666667% - 2.5rem);
}

.grid-margin-y > .small-3 {
	height: calc(25% - 2.5rem);
}

.grid-margin-y > .small-4 {
	height: calc(33.3333333333% - 2.5rem);
}

.grid-margin-y > .small-5 {
	height: calc(41.6666666667% - 2.5rem);
}

.grid-margin-y > .small-6 {
	height: calc(50% - 2.5rem);
}

.grid-margin-y > .small-7 {
	height: calc(58.3333333333% - 2.5rem);
}

.grid-margin-y > .small-8 {
	height: calc(66.6666666667% - 2.5rem);
}

.grid-margin-y > .small-9 {
	height: calc(75% - 2.5rem);
}

.grid-margin-y > .small-10 {
	height: calc(83.3333333333% - 2.5rem);
}

.grid-margin-y > .small-11 {
	height: calc(91.6666666667% - 2.5rem);
}

.grid-margin-y > .small-12 {
	height: calc(100% - 2.5rem);
}

@media print,screen and (min-width:40em) {
	.grid-margin-y > .auto, .grid-margin-y > .shrink {
		height: auto;
	}
	
	.grid-margin-y > .small-1 {
		height: calc(8.3333333333% - 1.875rem);
	}
	
	.grid-margin-y > .small-2 {
		height: calc(16.6666666667% - 1.875rem);
	}
	
	.grid-margin-y > .small-3 {
		height: calc(25% - 1.875rem);
	}
	
	.grid-margin-y > .small-4 {
		height: calc(33.3333333333% - 1.875rem);
	}
	
	.grid-margin-y > .small-5 {
		height: calc(41.6666666667% - 1.875rem);
	}
	
	.grid-margin-y > .small-6 {
		height: calc(50% - 1.875rem);
	}
	
	.grid-margin-y > .small-7 {
		height: calc(58.3333333333% - 1.875rem);
	}
	
	.grid-margin-y > .small-8 {
		height: calc(66.6666666667% - 1.875rem);
	}
	
	.grid-margin-y > .small-9 {
		height: calc(75% - 1.875rem);
	}
	
	.grid-margin-y > .small-10 {
		height: calc(83.3333333333% - 1.875rem);
	}
	
	.grid-margin-y > .small-11 {
		height: calc(91.6666666667% - 1.875rem);
	}
	
	.grid-margin-y > .small-12 {
		height: calc(100% - 1.875rem);
	}
	
	.grid-margin-y > .medium-auto, .grid-margin-y > .medium-shrink {
		height: auto;
	}
	
	.grid-margin-y > .medium-1 {
		height: calc(8.3333333333% - 1.875rem);
	}
	
	.grid-margin-y > .medium-2 {
		height: calc(16.6666666667% - 1.875rem);
	}
	
	.grid-margin-y > .medium-3 {
		height: calc(25% - 1.875rem);
	}
	
	.grid-margin-y > .medium-4 {
		height: calc(33.3333333333% - 1.875rem);
	}
	
	.grid-margin-y > .medium-5 {
		height: calc(41.6666666667% - 1.875rem);
	}
	
	.grid-margin-y > .medium-6 {
		height: calc(50% - 1.875rem);
	}
	
	.grid-margin-y > .medium-7 {
		height: calc(58.3333333333% - 1.875rem);
	}
	
	.grid-margin-y > .medium-8 {
		height: calc(66.6666666667% - 1.875rem);
	}
	
	.grid-margin-y > .medium-9 {
		height: calc(75% - 1.875rem);
	}
	
	.grid-margin-y > .medium-10 {
		height: calc(83.3333333333% - 1.875rem);
	}
	
	.grid-margin-y > .medium-11 {
		height: calc(91.6666666667% - 1.875rem);
	}
	
	.grid-margin-y > .medium-12 {
		height: calc(100% - 1.875rem);
	}
}

@media print,screen and (min-width:64em) {
	.grid-margin-y > .large-auto, .grid-margin-y > .large-shrink {
		height: auto;
	}
	
	.grid-margin-y > .large-1 {
		height: calc(8.3333333333% - 1.875rem);
	}
	
	.grid-margin-y > .large-2 {
		height: calc(16.6666666667% - 1.875rem);
	}
	
	.grid-margin-y > .large-3 {
		height: calc(25% - 1.875rem);
	}
	
	.grid-margin-y > .large-4 {
		height: calc(33.3333333333% - 1.875rem);
	}
	
	.grid-margin-y > .large-5 {
		height: calc(41.6666666667% - 1.875rem);
	}
	
	.grid-margin-y > .large-6 {
		height: calc(50% - 1.875rem);
	}
	
	.grid-margin-y > .large-7 {
		height: calc(58.3333333333% - 1.875rem);
	}
	
	.grid-margin-y > .large-8 {
		height: calc(66.6666666667% - 1.875rem);
	}
	
	.grid-margin-y > .large-9 {
		height: calc(75% - 1.875rem);
	}
	
	.grid-margin-y > .large-10 {
		height: calc(83.3333333333% - 1.875rem);
	}
	
	.grid-margin-y > .large-11 {
		height: calc(91.6666666667% - 1.875rem);
	}
	
	.grid-margin-y > .large-12 {
		height: calc(100% - 1.875rem);
	}
}

.grid-frame.grid-margin-y {
	height: calc(100vh + 2.5rem);
}

.button, .button-container a, .comments-area .comment-form .form-submit input[type=submit] {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem;
	transition: background-color .25s ease-out, color .25s ease-out;
	font-family: inherit;
	font-size: .9rem;
	-webkit-appearance: none;
	line-height: 1;
	text-align: center;
	cursor: pointer;
}

.button-container [data-whatinput=mouse] a, .comments-area .comment-form .form-submit [data-whatinput=mouse] input[type=submit], [data-whatinput=mouse] .button, [data-whatinput=mouse] .button-container a, [data-whatinput=mouse] .comments-area .comment-form .form-submit input[type=submit] {
	outline: 0;
}

.button-container a.tiny, .button.tiny, .comments-area .comment-form .form-submit input.tiny[type=submit] {
	font-size: .6rem;
}

.button-container a.small, .button.small, .comments-area .comment-form .form-submit input.small[type=submit] {
	font-size: .75rem;
}

.button-container a.large, .button.large, .comments-area .comment-form .form-submit input.large[type=submit] {
	font-size: 1.25rem;
}

.button-container a.expanded, .button.expanded, .comments-area .comment-form .form-submit input.expanded[type=submit] {
	display: block;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}

.button, .button-container a, .button.disabled, .button.disabled:focus, .button.disabled:hover, .button[disabled], .button[disabled]:focus, .button[disabled]:hover, .comments-area .comment-form .form-submit input[type=submit] {
	background-color: #6fbf4a;
	color: #fff;
}

.button-container a:focus, .button-container a:hover, .button:focus, .button:hover, .comments-area .comment-form .form-submit input[type=submit]:focus, .comments-area .comment-form .form-submit input[type=submit]:hover {
	background-color: #5da63b;
	color: #fff;
}

.button-container a.primary, .button.primary, .button.primary.disabled, .button.primary.disabled:focus, .button.primary.disabled:hover, .button.primary[disabled], .button.primary[disabled]:focus, .button.primary[disabled]:hover, .comments-area .comment-form .form-submit input[type=submit] {
	background-color: #6fbf4a;
	color: #000;
}

.button-container a.primary:focus, .button-container a.primary:hover, .button.primary:focus, .button.primary:hover, .comments-area .comment-form .form-submit input[type=submit]:focus, .comments-area .comment-form .form-submit input[type=submit]:hover {
	background-color: #579d37;
	color: #000;
}

.button-container a.secondary, .button.secondary, .button.secondary.disabled, .button.secondary.disabled:focus, .button.secondary.disabled:hover, .button.secondary[disabled], .button.secondary[disabled]:focus, .button.secondary[disabled]:hover, .comments-area .comment-form .form-submit input.secondary[type=submit] {
	background-color: #00add8;
	color: #000;
}

.button-container a.secondary:focus, .button-container a.secondary:hover, .button.secondary:focus, .button.secondary:hover, .comments-area .comment-form .form-submit input.secondary[type=submit]:focus, .comments-area .comment-form .form-submit input.secondary[type=submit]:hover {
	background-color: #008aad;
	color: #000;
}

.button-container a.success, .button.success, .button.success.disabled, .button.success.disabled:focus, .button.success.disabled:hover, .button.success[disabled], .button.success[disabled]:focus, .button.success[disabled]:hover, .comments-area .comment-form .form-submit input.success[type=submit] {
	background-color: #3adb76;
	color: #000;
}

.button-container a.success:focus, .button-container a.success:hover, .button.success:focus, .button.success:hover, .comments-area .comment-form .form-submit input.success[type=submit]:focus, .comments-area .comment-form .form-submit input.success[type=submit]:hover {
	background-color: #22bb5b;
	color: #000;
}

.button-container a.warning, .button.warning, .button.warning.disabled, .button.warning.disabled:focus, .button.warning.disabled:hover, .button.warning[disabled], .button.warning[disabled]:focus, .button.warning[disabled]:hover, .comments-area .comment-form .form-submit input.warning[type=submit] {
	background-color: #ffae00;
	color: #000;
}

.button-container a.warning:focus, .button-container a.warning:hover, .button.warning:focus, .button.warning:hover, .comments-area .comment-form .form-submit input.warning[type=submit]:focus, .comments-area .comment-form .form-submit input.warning[type=submit]:hover {
	background-color: #cc8b00;
	color: #000;
}

.button-container a.alert, .button.alert, .button.alert.disabled, .button.alert.disabled:focus, .button.alert.disabled:hover, .button.alert[disabled], .button.alert[disabled]:focus, .button.alert[disabled]:hover, .comments-area .comment-form .form-submit input.alert[type=submit] {
	background-color: #cc4b37;
	color: #000;
}

.button-container a.alert:focus, .button-container a.alert:hover, .button.alert:focus, .button.alert:hover, .comments-area .comment-form .form-submit input.alert[type=submit]:focus, .comments-area .comment-form .form-submit input.alert[type=submit]:hover {
	background-color: #a53b2a;
	color: #000;
}

.button-container a.hollow, .button.hollow, .button.hollow.disabled, .button.hollow.disabled:focus, .button.hollow.disabled:hover, .button.hollow:focus, .button.hollow:hover, .button.hollow[disabled], .button.hollow[disabled]:focus, .button.hollow[disabled]:hover, .comments-area .comment-form .form-submit input.hollow[type=submit] {
	background-color: transparent;
}

.button-container a.hollow, .button.hollow, .button.hollow.disabled, .button.hollow.disabled:focus, .button.hollow.disabled:hover, .button.hollow[disabled], .button.hollow[disabled]:focus, .button.hollow[disabled]:hover, .comments-area .comment-form .form-submit input.hollow[type=submit] {
	border: 1px solid #6fbf4a;
	color: #6fbf4a;
}

.button-container a.hollow:focus, .button-container a.hollow:hover, .button.hollow:focus, .button.hollow:hover, .comments-area .comment-form .form-submit input.hollow[type=submit]:focus, .comments-area .comment-form .form-submit input.hollow[type=submit]:hover {
	border-color: #376223;
	color: #376223;
}

.button-container a.hollow.primary, .button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary.disabled:focus, .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled], .button.hollow.primary[disabled]:focus, .button.hollow.primary[disabled]:hover, .comments-area .comment-form .form-submit input.hollow[type=submit] {
	border: 1px solid #6fbf4a;
	color: #6fbf4a;
}

.button-container a.hollow.primary:focus, .button-container a.hollow.primary:hover, .button.hollow.primary:focus, .button.hollow.primary:hover, .comments-area .comment-form .form-submit input.hollow[type=submit]:focus, .comments-area .comment-form .form-submit input.hollow[type=submit]:hover {
	border-color: #376223;
	color: #376223;
}

.button-container a.hollow.secondary, .button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary.disabled:focus, .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled], .button.hollow.secondary[disabled]:focus, .button.hollow.secondary[disabled]:hover, .comments-area .comment-form .form-submit input.hollow.secondary[type=submit] {
	border: 1px solid #00add8;
	color: #00add8;
}

.button-container a.hollow.secondary:focus, .button-container a.hollow.secondary:hover, .button.hollow.secondary:focus, .button.hollow.secondary:hover, .comments-area .comment-form .form-submit input.hollow.secondary[type=submit]:focus, .comments-area .comment-form .form-submit input.hollow.secondary[type=submit]:hover {
	border-color: #00576c;
	color: #00576c;
}

.button-container a.hollow.success, .button.hollow.success, .button.hollow.success.disabled, .button.hollow.success.disabled:focus, .button.hollow.success.disabled:hover, .button.hollow.success[disabled], .button.hollow.success[disabled]:focus, .button.hollow.success[disabled]:hover, .comments-area .comment-form .form-submit input.hollow.success[type=submit] {
	border: 1px solid #3adb76;
	color: #3adb76;
}

.button-container a.hollow.success:focus, .button-container a.hollow.success:hover, .button.hollow.success:focus, .button.hollow.success:hover, .comments-area .comment-form .form-submit input.hollow.success[type=submit]:focus, .comments-area .comment-form .form-submit input.hollow.success[type=submit]:hover {
	border-color: #157539;
	color: #157539;
}

.button-container a.hollow.warning, .button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning.disabled:focus, .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled], .button.hollow.warning[disabled]:focus, .button.hollow.warning[disabled]:hover, .comments-area .comment-form .form-submit input.hollow.warning[type=submit] {
	border: 1px solid #ffae00;
	color: #ffae00;
}

.button-container a.hollow.warning:focus, .button-container a.hollow.warning:hover, .button.hollow.warning:focus, .button.hollow.warning:hover, .comments-area .comment-form .form-submit input.hollow.warning[type=submit]:focus, .comments-area .comment-form .form-submit input.hollow.warning[type=submit]:hover {
	border-color: #805700;
	color: #805700;
}

.button-container a.hollow.alert, .button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert.disabled:focus, .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled], .button.hollow.alert[disabled]:focus, .button.hollow.alert[disabled]:hover, .comments-area .comment-form .form-submit input.hollow.alert[type=submit] {
	border: 1px solid #cc4b37;
	color: #cc4b37;
}

.button-container a.hollow.alert:focus, .button-container a.hollow.alert:hover, .button.hollow.alert:focus, .button.hollow.alert:hover, .comments-area .comment-form .form-submit input.hollow.alert[type=submit]:focus, .comments-area .comment-form .form-submit input.hollow.alert[type=submit]:hover {
	border-color: #67251a;
	color: #67251a;
}

.button-container a.clear, .button.clear, .button.clear.disabled, .button.clear.disabled:focus, .button.clear.disabled:hover, .button.clear:focus, .button.clear:hover, .button.clear[disabled], .button.clear[disabled]:focus, .button.clear[disabled]:hover, .comments-area .comment-form .form-submit input.clear[type=submit] {
	border-color: transparent;
	background-color: transparent;
}

.button-container a.clear, .button.clear, .button.clear.disabled, .button.clear.disabled:focus, .button.clear.disabled:hover, .button.clear[disabled], .button.clear[disabled]:focus, .button.clear[disabled]:hover, .comments-area .comment-form .form-submit input.clear[type=submit] {
	color: #6fbf4a;
}

.button-container a.clear:focus, .button-container a.clear:hover, .button.clear:focus, .button.clear:hover, .comments-area .comment-form .form-submit input.clear[type=submit]:focus, .comments-area .comment-form .form-submit input.clear[type=submit]:hover {
	color: #376223;
}

.button-container a.clear.primary, .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary.disabled:focus, .button.clear.primary.disabled:hover, .button.clear.primary[disabled], .button.clear.primary[disabled]:focus, .button.clear.primary[disabled]:hover, .comments-area .comment-form .form-submit input.clear[type=submit] {
	color: #6fbf4a;
}

.button-container a.clear.primary:focus, .button-container a.clear.primary:hover, .button.clear.primary:focus, .button.clear.primary:hover, .comments-area .comment-form .form-submit input.clear[type=submit]:focus, .comments-area .comment-form .form-submit input.clear[type=submit]:hover {
	color: #376223;
}

.button-container a.clear.secondary, .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary.disabled:focus, .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled], .button.clear.secondary[disabled]:focus, .button.clear.secondary[disabled]:hover, .comments-area .comment-form .form-submit input.clear.secondary[type=submit] {
	color: #00add8;
}

.button-container a.clear.secondary:focus, .button-container a.clear.secondary:hover, .button.clear.secondary:focus, .button.clear.secondary:hover, .comments-area .comment-form .form-submit input.clear.secondary[type=submit]:focus, .comments-area .comment-form .form-submit input.clear.secondary[type=submit]:hover {
	color: #00576c;
}

.button-container a.clear.success, .button.clear.success, .button.clear.success.disabled, .button.clear.success.disabled:focus, .button.clear.success.disabled:hover, .button.clear.success[disabled], .button.clear.success[disabled]:focus, .button.clear.success[disabled]:hover, .comments-area .comment-form .form-submit input.clear.success[type=submit] {
	color: #3adb76;
}

.button-container a.clear.success:focus, .button-container a.clear.success:hover, .button.clear.success:focus, .button.clear.success:hover, .comments-area .comment-form .form-submit input.clear.success[type=submit]:focus, .comments-area .comment-form .form-submit input.clear.success[type=submit]:hover {
	color: #157539;
}

.button-container a.clear.warning, .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning.disabled:focus, .button.clear.warning.disabled:hover, .button.clear.warning[disabled], .button.clear.warning[disabled]:focus, .button.clear.warning[disabled]:hover, .comments-area .comment-form .form-submit input.clear.warning[type=submit] {
	color: #ffae00;
}

.button-container a.clear.warning:focus, .button-container a.clear.warning:hover, .button.clear.warning:focus, .button.clear.warning:hover, .comments-area .comment-form .form-submit input.clear.warning[type=submit]:focus, .comments-area .comment-form .form-submit input.clear.warning[type=submit]:hover {
	color: #805700;
}

.button-container a.clear.alert, .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert.disabled:focus, .button.clear.alert.disabled:hover, .button.clear.alert[disabled], .button.clear.alert[disabled]:focus, .button.clear.alert[disabled]:hover, .comments-area .comment-form .form-submit input.clear.alert[type=submit] {
	color: #cc4b37;
}

.button-container a.clear.alert:focus, .button-container a.clear.alert:hover, .button.clear.alert:focus, .button.clear.alert:hover, .comments-area .comment-form .form-submit input.clear.alert[type=submit]:focus, .comments-area .comment-form .form-submit input.clear.alert[type=submit]:hover {
	color: #67251a;
}

.button-container a.disabled, .button-container a[disabled], .button.disabled, .button[disabled], .comments-area .comment-form .form-submit input.disabled[type=submit], .comments-area .comment-form .form-submit input[disabled][type=submit] {
	opacity: .25;
	cursor: not-allowed;
}

.button-container a.dropdown::after, .button.dropdown::after, .comments-area .comment-form .form-submit input.dropdown[type=submit]::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .4em .4em 0;
	content: "";
	border-color: #fff transparent transparent;
	position: relative;
	top: .4em;
	display: inline-block;
	float: right;
	margin-left: 1em;
}

.button-container a.dropdown.clear.primary::after, .button-container a.dropdown.clear::after, .button-container a.dropdown.hollow.primary::after, .button-container a.dropdown.hollow::after, .button.dropdown.clear.primary::after, .button.dropdown.clear::after, .button.dropdown.hollow.primary::after, .button.dropdown.hollow::after, .comments-area .comment-form .form-submit input.dropdown.clear[type=submit]::after, .comments-area .comment-form .form-submit input.dropdown.hollow[type=submit]::after {
	border-top-color: #6fbf4a;
}

.button-container a.dropdown.clear.secondary::after, .button-container a.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after, .button.dropdown.hollow.secondary::after, .comments-area .comment-form .form-submit input.dropdown.clear.secondary[type=submit]::after, .comments-area .comment-form .form-submit input.dropdown.hollow.secondary[type=submit]::after {
	border-top-color: #00add8;
}

.button-container a.dropdown.clear.success::after, .button-container a.dropdown.hollow.success::after, .button.dropdown.clear.success::after, .button.dropdown.hollow.success::after, .comments-area .comment-form .form-submit input.dropdown.clear.success[type=submit]::after, .comments-area .comment-form .form-submit input.dropdown.hollow.success[type=submit]::after {
	border-top-color: #3adb76;
}

.button-container a.dropdown.clear.warning::after, .button-container a.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after, .button.dropdown.hollow.warning::after, .comments-area .comment-form .form-submit input.dropdown.clear.warning[type=submit]::after, .comments-area .comment-form .form-submit input.dropdown.hollow.warning[type=submit]::after {
	border-top-color: #ffae00;
}

.button-container a.dropdown.clear.alert::after, .button-container a.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after, .button.dropdown.hollow.alert::after, .comments-area .comment-form .form-submit input.dropdown.clear.alert[type=submit]::after, .comments-area .comment-form .form-submit input.dropdown.hollow.alert[type=submit]::after {
	border-top-color: #cc4b37;
}

.button-container a.arrow-only::after, .button.arrow-only::after, .comments-area .comment-form .form-submit input.arrow-only[type=submit]::after {
	top: -.1em;
	float: none;
	margin-left: 0;
}

.button-container a:focus, .button-container a:hover, a.button:focus, a.button:hover {
	text-decoration: none;
}

.close-button {
	position: absolute;
	z-index: 10;
	color: #8a8a8a;
	cursor: pointer;
}

[data-whatinput=mouse] .close-button {
	outline: 0;
}

.close-button:focus, .close-button:hover {
	color: #000;
}

.close-button.small {
	right: .66rem;
	top: .33em;
	font-size: 1.5em;
	line-height: 1;
}

.close-button, .close-button.medium {
	right: 1rem;
	top: .5rem;
	font-size: 2em;
	line-height: 1;
}

.accordion {
	margin-left: 0;
	background: #fff;
	list-style-type: none;
}

.accordion[disabled] .accordion-title {
	cursor: not-allowed;
}

.accordion-item:first-child > :first-child, .accordion-item:last-child > :last-child {
	border-radius: 0;
}

.accordion-title {
	position: relative;
	display: block;
	padding: 1.25rem 1rem;
	border: 1px solid #e6e6e6;
	border-bottom: 0;
	font-size: .75rem;
	line-height: 1;
	color: #6fbf4a;
}

:last-child:not(.is-active) > .accordion-title {
	border-bottom: 1px solid #e6e6e6;
	border-radius: 0;
}

.accordion-title:focus, .accordion-title:hover {
	background-color: #e6e6e6;
}

.accordion-title::before {
	position: absolute;
	top: 50%;
	right: 1rem;
	margin-top: -.5rem;
	content: "+";
}

.is-active > .accordion-title::before {
	content: "–";
}

.accordion-content {
	display: none;
	padding: 1rem;
	border: 1px solid #e6e6e6;
	border-bottom: 0;
	background-color: #fff;
	color: #000;
}

:last-child > .accordion-content:last-child {
	border-bottom: 1px solid #e6e6e6;
}

.media-object {
	display: flex;
	margin-bottom: 1rem;
	flex-wrap: nowrap;
}

.media-object img {
	max-width: none;
}

@media print,screen and (max-width:39.99875em) {
	.media-object.stack-for-small {
		flex-wrap: wrap;
	}
}

.media-object-section {
	flex: 0 1 auto;
}

.media-object-section:first-child {
	padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
	padding-left: 1rem;
}

.media-object-section > :last-child {
	margin-bottom: 0;
}

@media print,screen and (max-width:39.99875em) {
	.stack-for-small .media-object-section {
		padding: 0 0 1rem;
		flex-basis: 100%;
		max-width: 100%;
	}
	
	.stack-for-small .media-object-section img {
		width: 100%;
	}
}

.media-object-section.main-section {
	flex: 1 1 0px;
}

.flex-video, .responsive-embed {
	position: relative;
	height: 0;
	margin-bottom: 1rem;
	padding-bottom: 75%;
	overflow: hidden;
}

.flex-video embed, .flex-video iframe, .flex-video object, .flex-video video, .responsive-embed embed, .responsive-embed iframe, .responsive-embed object, .responsive-embed video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.flex-video.widescreen, .responsive-embed.widescreen {
	padding-bottom: 56.25%;
}

.tabs {
	margin: 0;
	border: 1px solid #e6e6e6;
	background: #fff;
	list-style-type: none;
}

.tabs::after, .tabs::before {
	display: table;
	content: " ";
	flex-basis: 0;
	order: 1;
}

.tabs::after {
	clear: both;
}

.tabs.vertical > li {
	display: block;
	float: none;
	width: auto;
}

.tabs.simple > li > a {
	padding: 0;
}

.tabs.simple > li > a:hover {
	background: 0 0;
}

.comments-area .comment-form .form-submit input.tabs[type=submit], .tabs.primary {
	background: #6fbf4a;
}

.comments-area .comment-form .form-submit input.tabs[type=submit] > li > a, .tabs.primary > li > a {
	color: #000;
}

.comments-area .comment-form .form-submit input.tabs[type=submit] > li > a:focus, .comments-area .comment-form .form-submit input.tabs[type=submit] > li > a:hover, .tabs.primary > li > a:focus, .tabs.primary > li > a:hover {
	background: #68ba42;
}

.tabs-title {
	float: left;
}

.tabs-title > a {
	display: block;
	padding: 1.25rem 1.5rem;
	font-size: .75rem;
	line-height: 1;
	color: #6fbf4a;
}

[data-whatinput=mouse] .tabs-title > a {
	outline: 0;
}

.tabs-title > a:hover {
	background: #fff;
	color: #5ea83c;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
	background: #e6e6e6;
	color: #6fbf4a;
}

.tabs-content {
	border: 1px solid #e6e6e6;
	border-top: 0;
	background: #fff;
	color: #000;
	transition: .5s;
}

.tabs-content.vertical {
	border: 1px solid #e6e6e6;
	border-left: 0;
}

.tabs-panel {
	display: none;
	padding: 1rem;
}

.tabs-panel.is-active {
	display: block;
}

.is-off-canvas-open {
	overflow: hidden;
}

.js-off-canvas-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	width: 100%;
	height: 100%;
	transition: opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}

.js-off-canvas-overlay.is-visible {
	opacity: 1;
	visibility: visible;
}

.js-off-canvas-overlay.is-closable {
	cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
	position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
	position: fixed;
}

.off-canvas-wrapper {
	position: relative;
	overflow: hidden;
}

.off-canvas {
	position: fixed;
	transition: transform .5s;
	backface-visibility: hidden;
	background: #e6e6e6;
}

[data-whatinput=mouse] .off-canvas {
	outline: 0;
}

.off-canvas.is-transition-push {
	z-index: 12;
}

.off-canvas.is-closed {
	visibility: hidden;
}

.off-canvas.is-transition-overlap {
	z-index: 13;
}

.off-canvas.is-transition-overlap.is-open {
	box-shadow: 0 0 10px rgba(0, 0, 0, .7);
}

.off-canvas.is-open {
	transform: translate(0, 0);
}

.off-canvas-absolute {
	position: absolute;
	z-index: 12;
	transition: transform .5s;
	backface-visibility: hidden;
	background: #e6e6e6;
}

[data-whatinput=mouse] .off-canvas-absolute {
	outline: 0;
}

.off-canvas-absolute.is-transition-push {
	z-index: 12;
}

.off-canvas-absolute.is-closed {
	visibility: hidden;
}

.off-canvas-absolute.is-transition-overlap {
	z-index: 13;
}

.off-canvas-absolute.is-transition-overlap.is-open {
	box-shadow: 0 0 10px rgba(0, 0, 0, .7);
}

.off-canvas-absolute.is-open {
	transform: translate(0, 0);
}

.position-left {
	top: 0;
	left: 0;
	height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	width: 250px;
	transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left {
	transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
	transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
	transform: translateX(250px);
}

.position-left.is-transition-push {
	box-shadow: inset -13px 0 20px -13px rgba(0, 0, 0, .25);
}

.position-right {
	top: 0;
	right: 0;
	height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	width: 250px;
	transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right {
	transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
	transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
	transform: translateX(-250px);
}

.position-right.is-transition-push {
	box-shadow: inset 13px 0 20px -13px rgba(0, 0, 0, .25);
}

.position-top {
	top: 0;
	left: 0;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	height: 250px;
	transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top {
	transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
	transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
	transform: translateY(250px);
}

.position-top.is-transition-push {
	box-shadow: inset 0 -13px 20px -13px rgba(0, 0, 0, .25);
}

.position-bottom {
	bottom: 0;
	left: 0;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	height: 250px;
	transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom {
	transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
	transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
	transform: translateY(-250px);
}

.position-bottom.is-transition-push {
	box-shadow: inset 0 13px 20px -13px rgba(0, 0, 0, .25);
}

.off-canvas-content {
	transform: none;
	backface-visibility: hidden;
}

.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
	transition: transform .5s;
}

.off-canvas-content .off-canvas.is-open, .off-canvas-content.has-transition-push {
	transform: translate(0, 0);
}

@media print,screen and (min-width:64em) {
	.grid-frame.grid-margin-y, .grid-margin-y.large-grid-frame {
		height: calc(100vh + 1.875rem);
	}
	
	.position-left.reveal-for-large {
		transform: none;
		z-index: 12;
		transition: none;
		visibility: visible;
	}
	
	.position-left.reveal-for-large .close-button {
		display: none;
	}
	
	.off-canvas-content .position-left.reveal-for-large {
		transform: none;
	}
	
	.off-canvas-content.has-reveal-left, .position-left.reveal-for-large ~ .off-canvas-content {
		margin-left: 250px;
	}
	
	.position-right.reveal-for-large {
		transform: none;
		z-index: 12;
		transition: none;
		visibility: visible;
	}
	
	.position-right.reveal-for-large .close-button {
		display: none;
	}
	
	.off-canvas-content .position-right.reveal-for-large {
		transform: none;
	}
	
	.off-canvas-content.has-reveal-right, .position-right.reveal-for-large ~ .off-canvas-content {
		margin-right: 250px;
	}
	
	.position-top.reveal-for-large {
		transform: none;
		z-index: 12;
		transition: none;
		visibility: visible;
	}
	
	.position-top.reveal-for-large .close-button {
		display: none;
	}
	
	.off-canvas-content .position-top.reveal-for-large {
		transform: none;
	}
	
	.off-canvas-content.has-reveal-top, .position-top.reveal-for-large ~ .off-canvas-content {
		margin-top: 250px;
	}
	
	.position-bottom.reveal-for-large {
		transform: none;
		z-index: 12;
		transition: none;
		visibility: visible;
	}
	
	.position-bottom.reveal-for-large .close-button {
		display: none;
	}
	
	.off-canvas-content .position-bottom.reveal-for-large {
		transform: none;
	}
	
	.off-canvas-content.has-reveal-bottom, .position-bottom.reveal-for-large ~ .off-canvas-content {
		margin-bottom: 250px;
	}
}

@media print,screen and (min-width:40em) {
	.grid-frame.grid-margin-y, .grid-margin-y.medium-grid-frame {
		height: calc(100vh + 1.875rem);
	}
	
	.position-left.reveal-for-medium {
		transform: none;
		z-index: 12;
		transition: none;
		visibility: visible;
	}
	
	.position-left.reveal-for-medium .close-button {
		display: none;
	}
	
	.off-canvas-content .position-left.reveal-for-medium {
		transform: none;
	}
	
	.off-canvas-content.has-reveal-left, .position-left.reveal-for-medium ~ .off-canvas-content {
		margin-left: 250px;
	}
	
	.position-right.reveal-for-medium {
		transform: none;
		z-index: 12;
		transition: none;
		visibility: visible;
	}
	
	.position-right.reveal-for-medium .close-button {
		display: none;
	}
	
	.off-canvas-content .position-right.reveal-for-medium {
		transform: none;
	}
	
	.off-canvas-content.has-reveal-right, .position-right.reveal-for-medium ~ .off-canvas-content {
		margin-right: 250px;
	}
	
	.position-top.reveal-for-medium {
		transform: none;
		z-index: 12;
		transition: none;
		visibility: visible;
	}
	
	.position-top.reveal-for-medium .close-button {
		display: none;
	}
	
	.off-canvas-content .position-top.reveal-for-medium {
		transform: none;
	}
	
	.off-canvas-content.has-reveal-top, .position-top.reveal-for-medium ~ .off-canvas-content {
		margin-top: 250px;
	}
	
	.position-bottom.reveal-for-medium {
		transform: none;
		z-index: 12;
		transition: none;
		visibility: visible;
	}
	
	.position-bottom.reveal-for-medium .close-button {
		display: none;
	}
	
	.off-canvas-content .position-bottom.reveal-for-medium {
		transform: none;
	}
	
	.off-canvas-content.has-reveal-bottom, .position-bottom.reveal-for-medium ~ .off-canvas-content {
		margin-bottom: 250px;
	}
	
	.off-canvas.in-canvas-for-medium {
		visibility: visible;
		height: auto;
		position: static;
		background: 0 0;
		width: auto;
		overflow: visible;
		transition: none;
	}
	
	.off-canvas.in-canvas-for-medium.position-bottom, .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top {
		box-shadow: none;
		transform: none;
	}
	
	.off-canvas.in-canvas-for-medium .close-button {
		display: none;
	}
	
	.reveal {
		min-height: 0;
	}
}

@media print,screen and (min-width:64em) {
	.off-canvas.in-canvas-for-large {
		visibility: visible;
		height: auto;
		position: static;
		background: 0 0;
		width: auto;
		overflow: visible;
		transition: none;
	}
	
	.off-canvas.in-canvas-for-large.position-bottom, .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top {
		box-shadow: none;
		transform: none;
	}
	
	.off-canvas.in-canvas-for-large .close-button {
		display: none;
	}
}

html.is-reveal-open {
	position: fixed;
	width: 100%;
	overflow-y: hidden;
}

html.is-reveal-open.zf-has-scroll {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

html.is-reveal-open body {
	overflow-y: hidden;
}

.reveal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1005;
	display: none;
	background-color: rgba(0, 0, 0, .45);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.reveal {
	z-index: 1006;
	backface-visibility: hidden;
	display: none;
	padding: 1rem;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fff;
	position: relative;
	top: 100px;
	margin-right: auto;
	margin-left: auto;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

[data-whatinput=mouse] .reveal {
	outline: 0;
}

.reveal .column {
	min-width: 0;
}

.reveal > :last-child {
	margin-bottom: 0;
}

.reveal.collapse {
	padding: 0;
}

@media print,screen and (min-width:40em) {
	.reveal {
		width: 600px;
		max-width: 102.5rem;
	}
	
	.reveal.tiny {
		width: 30%;
		max-width: 102.5rem;
	}
	
	.reveal.small {
		width: 50%;
		max-width: 102.5rem;
	}
	
	.reveal.large {
		width: 90%;
		max-width: 102.5rem;
	}
}

.reveal.full {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	min-height: 100%;
	margin-left: 0;
	border: 0;
	border-radius: 0;
}

@media print,screen and (max-width:39.99875em) {
	.reveal {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		max-width: none;
		height: 100%;
		min-height: 100%;
		margin-left: 0;
		border: 0;
		border-radius: 0;
	}
}

.reveal.without-overlay {
	position: fixed;
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.float-center {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.clearfix::after, .clearfix::before {
	display: table;
	content: " ";
	flex-basis: 0;
	order: 1;
}

.clearfix::after {
	clear: both;
}

.align-left {
	justify-content: flex-start;
}

.align-right {
	justify-content: flex-end;
}

.align-center {
	justify-content: center;
}

.align-justify {
	justify-content: space-between;
}

.align-spaced {
	justify-content: space-around;
}

.align-left.vertical.menu > li > a {
	justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
	justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
	justify-content: center;
}

.align-top {
	align-items: flex-start;
}

.align-self-top {
	align-self: flex-start;
}

.align-bottom {
	align-items: flex-end;
}

.align-self-bottom {
	align-self: flex-end;
}

.align-middle {
	align-items: center;
}

.align-self-middle {
	align-self: center;
}

.align-stretch {
	align-items: stretch;
}

.align-self-stretch {
	align-self: stretch;
}

.align-center-middle {
	justify-content: center;
	align-items: center;
	align-content: center;
}

.small-order-1 {
	order: 1;
}

.small-order-2 {
	order: 2;
}

.small-order-3 {
	order: 3;
}

.small-order-4 {
	order: 4;
}

.small-order-5 {
	order: 5;
}

.small-order-6 {
	order: 6;
}

@media print,screen and (min-width:40em) {
	.medium-order-1 {
		order: 1;
	}
	
	.medium-order-2 {
		order: 2;
	}
	
	.medium-order-3 {
		order: 3;
	}
	
	.medium-order-4 {
		order: 4;
	}
	
	.medium-order-5 {
		order: 5;
	}
	
	.medium-order-6 {
		order: 6;
	}
}

.flex-container {
	display: flex;
}

.flex-child-auto {
	flex: 1 1 auto;
}

.flex-child-grow {
	flex: 1 0 auto;
}

.flex-child-shrink {
	flex: 0 1 auto;
}

.flex-dir-row {
	flex-direction: row;
}

.flex-dir-row-reverse {
	flex-direction: row-reverse;
}

.flex-dir-column {
	flex-direction: column;
}

.flex-dir-column-reverse {
	flex-direction: column-reverse;
}

@media print,screen and (min-width:40em) {
	.medium-flex-container {
		display: flex;
	}
	
	.medium-flex-child-auto {
		flex: 1 1 auto;
	}
	
	.medium-flex-child-grow {
		flex: 1 0 auto;
	}
	
	.medium-flex-child-shrink {
		flex: 0 1 auto;
	}
	
	.medium-flex-dir-row {
		flex-direction: row;
	}
	
	.medium-flex-dir-row-reverse {
		flex-direction: row-reverse;
	}
	
	.medium-flex-dir-column {
		flex-direction: column;
	}
	
	.medium-flex-dir-column-reverse {
		flex-direction: column-reverse;
	}
}

@media print,screen and (min-width:64em) {
	.large-order-1 {
		order: 1;
	}
	
	.large-order-2 {
		order: 2;
	}
	
	.large-order-3 {
		order: 3;
	}
	
	.large-order-4 {
		order: 4;
	}
	
	.large-order-5 {
		order: 5;
	}
	
	.large-order-6 {
		order: 6;
	}
	
	.large-flex-container {
		display: flex;
	}
	
	.large-flex-child-auto {
		flex: 1 1 auto;
	}
	
	.large-flex-child-grow {
		flex: 1 0 auto;
	}
	
	.large-flex-child-shrink {
		flex: 0 1 auto;
	}
	
	.large-flex-dir-row {
		flex-direction: row;
	}
	
	.large-flex-dir-row-reverse {
		flex-direction: row-reverse;
	}
	
	.large-flex-dir-column {
		flex-direction: column;
	}
	
	.large-flex-dir-column-reverse {
		flex-direction: column-reverse;
	}
	
	.hide-for-large {
		display: none !important;
	}
}

.hide {
	display: none !important;
}

.invisible {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

@media print,screen and (max-width:39.99875em) {
	.hide-for-small-only {
		display: none !important;
	}
}

@media screen and (max-width:0em),screen and (min-width:40em) {
	.show-for-small-only {
		display: none !important;
	}
}

@media print,screen and (min-width:40em) {
	.hide-for-medium {
		display: none !important;
	}
}

@media screen and (max-width:39.99875em) {
	.show-for-medium {
		display: none !important;
	}
}

@media print,screen and (min-width:40em) and (max-width:63.99875em) {
	.hide-for-medium-only {
		display: none !important;
	}
}

@media screen and (max-width:39.99875em),screen and (min-width:64em) {
	.show-for-medium-only {
		display: none !important;
	}
}

@media screen and (max-width:63.99875em) {
	.show-for-large {
		display: none !important;
	}
}

@media print,screen and (min-width:64em) and (max-width:74.99875em) {
	.hide-for-large-only {
		display: none !important;
	}
}

@media screen and (max-width:63.99875em),screen and (min-width:75em) {
	.show-for-large-only {
		display: none !important;
	}
}

.a11y-skip-content-link:not(:focus), .show-for-sr, .show-on-focus {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
	position: static !important;
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
	clip: auto !important;
	white-space: normal !important;
}

.hide-for-portrait, .show-for-landscape {
	display: block !important;
}

@media screen and (orientation:landscape) {
	.hide-for-portrait, .show-for-landscape {
		display: block !important;
	}
	
	.hide-for-landscape, .show-for-portrait {
		display: none !important;
	}
}

.hide-for-landscape, .show-for-portrait {
	display: none !important;
}

@media screen and (orientation:portrait) {
	.hide-for-portrait, .show-for-landscape {
		display: none !important;
	}
	
	.hide-for-landscape, .show-for-portrait {
		display: block !important;
	}
}

.show-for-dark-mode {
	display: none;
}

.hide-for-dark-mode {
	display: block;
}

@media screen and (prefers-color-scheme:dark) {
	.show-for-dark-mode {
		display: block !important;
	}
	
	.hide-for-dark-mode {
		display: none !important;
	}
}

.show-for-ie {
	display: none;
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
	.show-for-ie {
		display: block !important;
	}
	
	.hide-for-ie {
		display: none !important;
	}
}

.show-for-sticky {
	display: none;
}

.is-stuck .show-for-sticky {
	display: block;
}

.is-stuck .hide-for-sticky {
	display: none;
}

.text-hide {
	font: 0/0 a !important;
	color: transparent !important;
	text-shadow: none !important;
	background-color: transparent !important;
	border: 0 !important;
}

.text-truncate {
	max-width: 100% !important;
	overflow: hidden !important;
	text-overflow: ellipsis;
	white-space: nowrap !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-wrap {
	word-wrap: break-word !important;
}

.text-lowercase {
	text-transform: lowercase !important;
}

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

.text-capitalize {
	text-transform: capitalize !important;
}

.text-overline {
	text-decoration: overline !important;
}

.text-underline {
	text-decoration: underline !important;
}

.text-line-through {
	text-decoration: line-through !important;
}

.font-wide {
	letter-spacing: .25rem;
}

.font-normal {
	font-weight: 400;
}

.font-bold {
	font-weight: 700;
}

.font-italic {
	font-style: italic !important;
}

ul.list-disc {
	list-style-type: disc !important;
}

ul.list-circle {
	list-style-type: circle !important;
}

ul.list-square {
	list-style-type: square !important;
}

ol.list-decimal {
	list-style-type: decimal !important;
}

ol.list-lower-alpha {
	list-style-type: lower-alpha !important;
}

ol.list-lower-latin {
	list-style-type: lower-latin !important;
}

ol.list-lower-roman {
	list-style-type: lower-roman !important;
}

ol.list-upper-alpha {
	list-style-type: upper-alpha !important;
}

ol.list-upper-latin {
	list-style-type: upper-latin !important;
}

ol.list-upper-roman {
	list-style-type: upper-roman !important;
}

.rounded, .rounded .switch-paddle {
	border-radius: 5000px !important;
}

.rounded .switch-paddle:after {
	border-radius: 50%;
}

.radius {
	border-radius: .1875rem;
}

.bordered {
	border: .0625rem solid #cacaca;
}

.shadow {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.arrow-down {
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .4375rem .4375rem 0;
	content: "";
	border-color: #000 transparent transparent;
}

.arrow-up {
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 .4375rem .4375rem;
	content: "";
	border-color: transparent transparent #000;
}

.arrow-right {
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .4375rem 0 .4375rem .4375rem;
	content: "";
	border-color: transparent transparent transparent #000;
}

.arrow-left {
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: .4375rem .4375rem .4375rem 0;
	content: "";
	border-color: transparent #000 transparent transparent;
}

.separator-center {
	text-align: center !important;
}

.separator-center::after, .separator-center::before {
	display: table;
	content: " ";
	flex-basis: 0;
	order: 1;
}

.separator-center::after {
	clear: both;
	position: relative !important;
	width: 3rem;
	border-bottom: .125rem solid #6fbf4a;
	margin: 1rem auto 0;
}

.separator-left {
	text-align: left !important;
}

.separator-left::after, .separator-left::before {
	display: table;
	content: " ";
	flex-basis: 0;
	order: 1;
}

.separator-left::after {
	clear: both;
	position: relative !important;
	width: 3rem;
	border-bottom: .125rem solid #6fbf4a;
	margin: 1rem auto 0;
	margin-left: 0 !important;
}

.separator-right {
	text-align: right !important;
}

.separator-right::after, .separator-right::before {
	display: table;
	content: " ";
	flex-basis: 0;
	order: 1;
}

.separator-right::after {
	clear: both;
	position: relative !important;
	width: 3rem;
	border-bottom: .125rem solid #6fbf4a;
	margin: 1rem auto 0;
	margin-right: 0 !important;
}

.overflow-visible {
	overflow: visible !important;
}

.overflow-x-visible {
	overflow-x: visible !important;
}

.overflow-y-visible {
	overflow-y: visible !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.overflow-x-hidden {
	overflow-x: hidden !important;
}

.overflow-y-hidden {
	overflow-y: hidden !important;
}

.overflow-scroll {
	overflow: scroll !important;
	-webkit-overflow-scrolling: touch;
}

.overflow-x-scroll {
	overflow-x: scroll !important;
	-webkit-overflow-scrolling: touch;
}

.overflow-y-scroll {
	overflow-y: scroll !important;
	-webkit-overflow-scrolling: touch;
}

.display-inline {
	display: inline !important;
}

.display-inline-block {
	display: inline-block !important;
}

.display-block {
	display: block !important;
}

.display-table {
	display: table !important;
}

.display-table-cell {
	display: table-cell !important;
}

.position-static {
	position: static !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.position-fixed {
	position: fixed !important;
}

.position-fixed-top {
	position: fixed !important;
	top: 0 !important;
	right: 0 !important;
	left: 0 !important;
	z-index: 975;
}

.position-fixed-bottom {
	position: fixed !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	z-index: 975;
}

.border-box {
	box-sizing: border-box !important;
}

.border-none {
	border: 0 !important;
}

.width-25 {
	width: 25% !important;
}

.width-50 {
	width: 50% !important;
}

.width-75 {
	width: 75% !important;
}

.width-100 {
	width: 100% !important;
}

.height-25 {
	height: 25% !important;
}

.height-50 {
	height: 50% !important;
}

.height-75 {
	height: 75% !important;
}

.height-100 {
	height: 100% !important;
}

.max-width-100 {
	max-width: 100% !important;
}

.max-height-100 {
	max-height: 100% !important;
}

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

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

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

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

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

.margin-horizontal-0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.margin-vertical-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

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

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

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

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

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

.padding-horizontal-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.padding-vertical-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.margin-1 {
	margin: 1rem !important;
}

.margin-top-1 {
	margin-top: 1rem !important;
}

.margin-right-1 {
	margin-right: 1rem !important;
}

.margin-bottom-1 {
	margin-bottom: 1rem !important;
}

.margin-left-1 {
	margin-left: 1rem !important;
}

.margin-horizontal-1 {
	margin-right: 1rem !important;
	margin-left: 1rem !important;
}

.margin-vertical-1 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.padding-1 {
	padding: 1rem !important;
}

.padding-top-1 {
	padding-top: 1rem !important;
}

.padding-right-1 {
	padding-right: 1rem !important;
}

.padding-bottom-1 {
	padding-bottom: 1rem !important;
}

.padding-left-1 {
	padding-left: 1rem !important;
}

.padding-horizontal-1 {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}

.padding-vertical-1 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.margin-2 {
	margin: 2rem !important;
}

.margin-top-2 {
	margin-top: 2rem !important;
}

.margin-right-2 {
	margin-right: 2rem !important;
}

.margin-bottom-2 {
	margin-bottom: 2rem !important;
}

.margin-left-2 {
	margin-left: 2rem !important;
}

.margin-horizontal-2 {
	margin-right: 2rem !important;
	margin-left: 2rem !important;
}

.margin-vertical-2 {
	margin-top: 2rem !important;
	margin-bottom: 2rem !important;
}

.padding-2 {
	padding: 2rem !important;
}

.padding-top-2 {
	padding-top: 2rem !important;
}

.padding-right-2 {
	padding-right: 2rem !important;
}

.padding-bottom-2 {
	padding-bottom: 2rem !important;
}

.padding-left-2 {
	padding-left: 2rem !important;
}

.padding-horizontal-2 {
	padding-right: 2rem !important;
	padding-left: 2rem !important;
}

.padding-vertical-2 {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}

.margin-3 {
	margin: 3rem !important;
}

.margin-top-3 {
	margin-top: 3rem !important;
}

.margin-right-3 {
	margin-right: 3rem !important;
}

.margin-bottom-3 {
	margin-bottom: 3rem !important;
}

.margin-left-3 {
	margin-left: 3rem !important;
}

.margin-horizontal-3 {
	margin-right: 3rem !important;
	margin-left: 3rem !important;
}

.margin-vertical-3 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

.padding-3 {
	padding: 3rem !important;
}

.padding-top-3 {
	padding-top: 3rem !important;
}

.padding-right-3 {
	padding-right: 3rem !important;
}

.padding-bottom-3 {
	padding-bottom: 3rem !important;
}

.padding-left-3 {
	padding-left: 3rem !important;
}

.padding-horizontal-3 {
	padding-right: 3rem !important;
	padding-left: 3rem !important;
}

.padding-vertical-3 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: 0;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:after, .slick-track:before {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

body, html {
	height: 100%;
}

html[lang]:has(#wpadminbar) {
	margin-top: 0 !important;
}

html[lang]:has(#wpadminbar) #wpadminbar {
	position: fixed;
	bottom: 0;
	top: auto;
}

.content-area {
	margin: 0;
	scroll-margin-top: 150px;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto;
}

@media only screen and (max-width:480px) {
	.single .alignleft, .single .alignright {
		float: none;
	}
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignleft, .wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.js-focus-visible :focus:not(.focus-visible) {
	outline: 0;
}

.a11y-skip-content-link:focus {
	display: block !important;
	z-index: 1000;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
	background-color: #000;
	position: relative;
	padding: .9375rem;
}

.a11y-skip-content-link:focus ~ div header.site-header {
	position: absolute;
}

.a11y-skip-content-link:focus:not(:focus-visible) {
	outline: 0;
}

.a11y-skip-content-link.focus-visible {
	border: 4px solid #fff !important;
}

.a11y-skip-content-link:focus-visible {
	border: 4px solid #fff !important;
}

.button, .button-container a, .comments-area .comment-form .form-submit input[type=submit] {
	padding: 1rem 1.5rem;
	color: #fff;
	background-color: #6fbf4a;
	border-radius: .375rem;
	border: .125rem solid transparent;
	text-decoration: none;
	font-weight: 800;
	letter-spacing: .0525rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.button-container a:hover, .button:hover, .comments-area .comment-form .form-submit input[type=submit]:hover {
	text-decoration: none;
	background-color: #589e38;
}

.button-orange {
	background-color: #faa21b;
}

.button-blue {
	background-color: #00add8;
}

.button-white {
	background-color: #fff;
	color: #6fbf4a;
}

.button-pink {
	background-color: #ef5196;
	color: #fff;
}

.button-green {
	background-color: #6fbf4a;
	color: #fff;
}

.button-green:hover {
	background-color: #589e38;
}

.button-container a.cap, .button.cap, .comments-area .comment-form .form-submit input.cap[type=submit] {
	text-transform: uppercase;
}

.star {
	position: absolute;
	width: 2.0625rem;
	height: 2.0625rem;
	background-size: contain;
	transform-origin: center;
	background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"33\" height=\"33\" viewBox=\"0 0 33 33\" fill=\"none\"><path d=\"M14.956 2.00543C14.4828 0.498779 12.8817 -0.341315 11.3752 0.131977C9.86876 0.605269 9.02877 2.20658 9.502 3.71322L11.6394 10.5326C12.1127 12.0392 13.7138 12.8793 15.2203 12.406C16.7267 11.9327 17.5667 10.3314 17.0935 8.82478L14.956 2.00543Z\" fill=\"white\"/><path d=\"M17.7836 20.5939C16.2772 21.0672 15.4372 22.6685 15.9104 24.1751L18.0479 30.9945C18.5211 32.5011 20.1222 33.3412 21.6287 32.8679C23.1351 32.3946 23.9751 30.7933 23.5019 29.2867L21.3645 22.4673C20.8912 20.9607 19.2901 20.1206 17.7836 20.5939Z\" fill=\"white\"/><path d=\"M2.00518 18.0461C0.498719 18.5193 -0.341274 20.1206 0.131961 21.6273C0.605197 23.1339 2.20631 23.974 3.71278 23.5007L10.5313 21.363C12.0378 20.8897 12.8778 19.2884 12.4045 17.7818C11.9313 16.2751 10.3302 15.4351 8.82372 15.9083L2.00518 18.0461Z\" fill=\"white\"/><path d=\"M24.1763 17.0916L30.9948 14.9539C32.5013 14.4806 33.3413 12.8793 32.868 11.3726C32.3948 9.86597 30.7937 9.02587 29.2872 9.49916L22.4687 11.6369C20.9622 12.1102 20.1222 13.7115 20.5955 15.2181C21.0687 16.7248 22.6698 17.5649 24.1763 17.0916Z\" fill=\"white\"/></svg>");
	animation: 3s ease-in-out infinite rotateZoom;
}

.star.nitro-lazy {
	background-image: none !important;
}

.circle {
	position: absolute;
	width: 2.25rem;
	height: 2.25rem;
	background-size: contain;
	transform-origin: center;
	background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"none\"><path d=\"M15.6249 0.159307C5.78627 1.46577 -1.15289 10.5365 0.159307 20.3751C1.46577 30.2137 10.5365 37.1529 20.3751 35.8407C30.2137 34.5285 37.1529 25.4635 35.8407 15.6249C34.5342 5.78627 25.4635 -1.15289 15.6249 0.159307ZM19.275 27.6065C13.9803 28.3113 9.09255 24.5753 8.38775 19.2749C7.68295 13.9746 11.419 9.09255 16.7193 8.38774C22.0139 7.68294 26.9017 11.419 27.6065 16.7193C28.3113 22.0139 24.5753 26.9017 19.275 27.6065Z\" fill=\"%23EDEDED\"/></svg>");
}

.circle.nitro-lazy {
	background-image: none !important;
}

@keyframes rotateZoom {
	0%, 100% {
		transform: rotate(0) scale(.8);
	}
	
	40% {
		transform: rotate(20deg) scale(1.05);
	}
	
	50% {
		transform: rotate(35deg) scale(1.06);
	}
	
	60% {
		transform: rotate(20deg) scale(1.06);
	}
}

@keyframes rotate {
	0%, 100% {
		transform: rotate(0);
	}
	
	50% {
		transform: rotate(5deg);
	}
}

.comments-area {
	padding-bottom: 2.8125rem;
}

@media print,screen and (min-width:40em) {
	.button-container a.wide, .button.wide, .comments-area .comment-form .form-submit input.wide[type=submit] {
		min-width: 24.1875rem;
		font-size: 1.125rem;
	}
	
	.comments-area {
		padding-bottom: 4.375rem;
	}
}

.comments-area .comments-label {
	font-size: 2.5rem;
	color: #000;
	letter-spacing: 2px;
	text-align: left;
}

.comments-area .comments-title {
	font-size: 1.5625rem;
	color: #000;
	letter-spacing: 0;
	text-align: left;
}

.comments-area .comment-author .fn, .comments-area .comment-author .fn a {
	text-transform: uppercase;
	font-size: 1.5625rem;
	color: #2b2a2a;
	letter-spacing: 0;
	text-align: left;
}

.comments-area .comment-author .fn a:hover {
	color: #6fbf4a;
}

.comments-area .comment-metadata {
	margin-top: -2px;
}

.comments-area .comment-metadata * {
	font-size: 1rem;
	color: #4f4f4f;
	letter-spacing: 0;
	text-align: left;
	position: relative;
}

@media print,screen and (max-width:63.99875em) {
	.comments-area .comment-list {
		margin-left: 0;
	}
}

.comments-area .comment {
	padding-top: .3125rem;
	list-style: none;
	position: relative;
}

@media print,screen and (min-width:40em) {
	.comments-area .comment {
		padding-top: 1.5625rem;
	}
}

.comments-area .comment-content {
	padding-top: .3125rem;
}

.comments-area .comment-content a, .comments-area .comment-content p {
	font-size: 16px;
	color: #767676;
	letter-spacing: 0;
	text-align: left;
	line-height: 25px;
}

.comments-area .comment-content p {
	margin-bottom: 1.25rem;
}

.comments-area .comment-content p:last-of-type {
	margin-bottom: 0;
}

.comments-area .comment-content a {
	color: #6fbf4a;
}

.comments-area .comment-reply {
	padding-top: .9375rem;
}

@media screen and (max-width:46.875em) {
	.comments-area .comment-content {
		padding-left: 5.5rem;
	}
	
	.comments-area .comment-reply {
		margin-left: 5.5rem;
	}
}

.comments-area .comment-notes {
	padding-bottom: 1rem;
}

.comments-area .comment-respond {
	margin-top: 3.4375rem;
	margin-bottom: .3125rem;
}

.comments-area .comment-form-cookies-consent {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

.comments-area .comment-form .form-submit input[type=submit] {
	text-transform: uppercase;
	margin-top: .9375rem;
}

.comments-area .akismet_comment_form_privacy_notice {
	margin-top: 2.8125rem;
	margin-bottom: 2.8125rem;
}

.comments-area .comment-respond + .akismet_comment_form_privacy_notice {
	margin-top: 0;
}

@media print,screen and (min-width:40em) {
	.comments-area .comment .comment-meta, .comments-area .comment-content, .comments-area .comment-reply {
		padding-left: 1.75rem;
	}
}

.comments-area .comments-area > * {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.comments-area .entry + .comments-area {
	margin-top: 3rem;
}

.comments-area .comments-area .comments-title-wrap .comments-title {
	margin: 0;
}

.comments-area #comment {
	max-width: 100%;
	box-sizing: border-box;
}

.comments-area #respond {
	position: relative;
}

.comments-area #respond .comment-user-avatar {
	margin: 1rem 0 -1rem;
}

.comments-area #respond .comment .comment-form {
	padding-left: 0;
}

.comments-area #respond > small {
	display: block;
	font-size: 22px;
	position: absolute;
	left: calc(1rem + 100%);
	top: -3.5rem;
	width: 8.3333333333vw;
}

.comments-area #comments > .comments-title:last-child {
	display: none;
}

.comments-area .comment-form-flex {
	display: flex;
	flex-direction: column;
}

.comments-area .comment-form-flex .comments-title {
	display: none;
	margin: 0;
	order: 1;
}

.comments-area .comment-form-flex #respond {
	order: 2;
}

.comments-area .comment-form-flex #respond + .comments-title {
	display: block;
}

.comments-area .comment-list {
	list-style: none;
	padding: 0;
}

.comments-area .comment-list .children {
	margin: 0;
	padding: 0 0 0 1rem;
}

.comments-area .comment-list > .comment:first-child {
	margin-top: 0;
}

.comments-area .comment-list .pingback .comment-body, .comments-area .comment-list .trackback .comment-body {
	color: #767676;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-size: .71111em;
	font-weight: 500;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.comments-area .comment-list .pingback .comment-body a:not(.comment-edit-link), .comments-area .comment-list .trackback .comment-body a:not(.comment-edit-link) {
	font-weight: 700;
	font-size: 19.55556px;
	line-height: 1.5;
	padding-right: .5rem;
	display: block;
}

.comments-area .comment-list .pingback .comment-body .comment-edit-link, .comments-area .comment-list .trackback .comment-body .comment-edit-link {
	color: #767676;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-weight: 500;
}

.comments-area #respond + .comment-reply {
	display: none;
}

.comments-area .comment-reply .comment-reply-link {
	display: inline-block;
}

@media only screen and (min-width:768px) {
	.comments-area .comment {
		padding-left: calc(.5 * ( 1rem + 8.3333333333vw ));
	}
	
	.comments-area .comment .children, .comments-area .comment.depth-1 {
		padding-left: 0;
	}
	
	.comments-area .comment.depth-1 {
		margin-left: 3.25rem;
	}
}

.comments-area .comment .comment-body {
	margin: 2rem 0 0;
}

.comments-area .comment .comment-meta {
	position: relative;
}

.comments-area .comment .comment-author .avatar {
	float: left;
	margin-right: 1rem;
	position: relative;
}

@media only screen and (min-width:768px) {
	.comments-area .comment .comment-author .avatar {
		float: inherit;
		margin-right: inherit;
		position: absolute;
		top: 0;
		right: 100%;
		border-radius: 999px;
	}
}

.comments-area .comment .comment-author .fn {
	position: relative;
	display: block;
}

.comments-area .comment .comment-author .post-author-badge {
	border-radius: 100%;
	display: block;
	height: 18px;
	position: absolute;
	background: #008fd3;
	right: calc(100% - 2.5rem);
	top: -3px;
	width: 18px;
}

.comments-area .comment .comment-author .post-author-badge svg {
	width: inherit;
	height: inherit;
	display: block;
	fill: #fff;
	transform: scale(.875);
}

.comments-area .comment .comment-metadata .comment-edit-link, .comments-area .comment .comment-metadata > a {
	display: inline;
	font-weight: 500;
	color: #767676;
	vertical-align: baseline;
}

.comments-area .comment .comment-metadata .comment-edit-link time, .comments-area .comment .comment-metadata > a time {
	vertical-align: baseline;
}

.comments-area .comment .comment-metadata .comment-edit-link:hover, .comments-area .comment .comment-metadata > a:hover {
	color: #005177;
	text-decoration: none;
}

.comments-area .comment .comment-metadata > * {
	display: inline-block;
}

.comments-area .comment .comment-metadata .edit-link-sep {
	color: #767676;
	margin: 0 .2em;
	vertical-align: baseline;
}

.comments-area .comment .comment-metadata .edit-link {
	color: #767676;
}

.comments-area .comment .comment-metadata .edit-link svg {
	transform: scale(.8);
	vertical-align: baseline;
	margin-right: .1em;
}

.comments-area .comment .comment-metadata .comment-edit-link {
	position: relative;
	padding-left: 1rem;
	margin-left: -1rem;
	z-index: 1;
}

.comments-area .comment .comment-metadata .comment-edit-link:hover {
	color: #0073aa;
}

.comments-area .comment .comment-content {
	margin: 1rem 0;
}

@media only screen and (min-width:1168px) {
	.comments-area .comment .comment-content {
		padding-right: 1rem;
	}
}

.comments-area .comment .comment-content > :first-child {
	margin-top: 0;
}

.comments-area .comment .comment-content > :last-child {
	margin-bottom: 0;
}

.comments-area .comment .comment-content blockquote {
	margin-left: 0;
}

.comments-area .comment .comment-content a {
	text-decoration: underline;
}

.comments-area .comment .comment-content a:hover {
	text-decoration: none;
}

.comments-area #cancel-comment-reply-link, .comments-area .comment-reply-link {
	font-weight: 500;
}

.comments-area #cancel-comment-reply-link:hover, .comments-area .comment-reply-link:hover {
	color: #005177;
}

.comments-area .discussion-avatar-list {
	content: "";
	display: table;
	table-layout: fixed;
	margin: 0;
	padding: 0;
}

.comments-area .discussion-avatar-list li {
	position: relative;
	list-style: none;
	margin: 0 -8px 0 0;
	padding: 0;
	float: left;
}

.comments-area .discussion-avatar-list .comment-user-avatar img {
	height: 1.5rem;
	width: 1.5rem;
}

.comments-area .discussion-meta .discussion-meta-info {
	margin: 0;
}

.comments-area .discussion-meta .discussion-meta-info .svg-icon {
	vertical-align: middle;
	fill: currentColor;
	transform: scale(.6) scaleX(-1) translateY(-.1em);
	margin-left: -.25rem;
}

.comments-area .comment-form .comment-notes, .comments-area .comment-form label {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-size: .71111em;
	color: #767676;
}

@media only screen and (min-width:768px) {
	.comments-area .comment .comment-author .post-author-badge {
		right: calc(100% + .75rem);
	}
	
	.comments-area .comment-form .comment-form-author, .comments-area .comment-form .comment-form-email {
		width: calc(50% - .5rem);
		float: left;
	}
	
	.comments-area .comment-form .comment-form-email {
		margin-left: 1rem;
	}
}

.comments-area .comment-form input[name=author], .comments-area .comment-form input[name=email], .comments-area .comment-form input[name=url] {
	display: block;
	width: 100%;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.site-header {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 100;
	background: rgba(255, 255, 255, .8);
	backdrop-filter: blur(.34375rem);
	-webkit-backdrop-filter: blur(.34375rem);
	padding: .8125rem 0;
	transform: all .3s ease-in-out;
}

.site-header__logo {
	display: block;
	max-width: 14.0625rem;
}

.site-header .grid-container {
	max-width: 106.875rem;
}

.site-header.sticky {
	margin-top: 0 !important;
}

.top-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.top-nav .top-navigation {
	margin: 0 0 .75rem;
	text-align: right;
}

.top-nav .top-navigation > .menu-item {
	display: inline-block;
}

.top-nav .top-navigation > .menu-item + .menu-item {
	margin-left: .9375rem;
}

.top-nav .top-navigation > .menu-item > a {
	font-size: .875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5625rem;
	color: #2a2626;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
}

.site-navigation .menu-item.menu-button, .top-nav .menu-item.menu-button {
	padding: 0;
	background: 0 0;
	display: inline-flex;
	justify-content: flex-end;
	text-align: right;
}

.site-navigation .menu-item.menu-button a, .top-nav .menu-item.menu-button a {
	padding: .5625rem 1.25rem;
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .75rem;
	line-height: .875rem;
	color: #fff;
	font-family: Nunito, sans-serif;
	border: .125rem solid transparent;
	background: 0 0;
	text-transform: none !important;
	text-decoration: none;
	border-radius: .5rem;
	font-weight: 700;
	letter-spacing: -.0075rem;
}

.site-navigation .menu-item.menu-button.button-pink a, .top-nav .menu-item.menu-button.button-pink a {
	border-color: #ef5196;
	color: #ef5196;
}

.site-navigation .menu-item.menu-button.button-pink a:hover, .top-nav .menu-item.menu-button.button-pink a:hover {
	background-color: #ef5196;
	color: #fff;
}

.site-navigation .menu-item.menu-button.button-blue a, .top-nav .menu-item.menu-button.button-blue a {
	border-color: #00add8;
	color: #00add8;
}

.site-navigation .menu-item.menu-button.button-blue a:hover, .top-nav .menu-item.menu-button.button-blue a:hover {
	background-color: #00add8;
	color: #fff;
}

.header-nav {
	margin-top: .625rem;
}

.site-navigation {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 0;
}

.site-navigation > .menu-item {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}

.site-navigation > .menu-item > a {
	display: block;
	font-family: Nunito, sans-serif;
	font-size: 1rem;
	line-height: 1.5625;
	padding: .375rem .9375rem;
	letter-spacing: -.01rem;
	color: #242222;
	transition: color .25s;
	font-weight: 700;
	position: relative;
}

.site-navigation > .menu-item > a:hover {
	color: #242222;
	text-decoration: underline;
	text-underline-offset: 6px;
	text-decoration-thickness: 1px;
}

.site-navigation > .menu-item.active a {
	color: #242222 !important;
}

.site-navigation > .menu-item.menu-item-has-children {
	padding-right: 1.375rem;
	position: relative;
}

@media print,screen and (min-width:64em) {
	.site-header {
		padding: 1.25rem 0 1.75rem;
	}
	
	.site-navigation > .menu-item.menu-item-has-children {
		padding-right: 1.375rem;
	}
	
	.site-navigation > .menu-item.menu-item-has-children > a {
		padding-right: .3125rem;
	}
	
	.site-navigation > .menu-item.menu-item-has-children .menu-arrow {
		position: absolute;
		right: .4375rem;
		font-size: .875rem;
		top: 50%;
		color: #242222;
		transform: translateY(-50%);
		display: inline-flex;
		align-items: center;
		pointer-events: auto;
		cursor: pointer;
	}
	
	.site-navigation > .menu-item.menu-item-has-children .menu-arrow__icon {
		display: block;
	}
	
	.sub-menu li a {
		color: #000;
	}
}

.site-navigation > .menu-item.menu-button a {
	background-color: #6fbf4a;
	font-size: 1rem;
	text-transform: uppercase !important;
	width: 9.8125rem;
	text-align: center;
	padding: .9375rem 1.25rem;
}

.site-navigation > .menu-item.menu-button a:hover {
	background: #63b13f;
	text-decoration: none;
	color: #fff;
}

.site-navigation .menu-home {
	display: none;
}

.site-navigation .menu-button {
	margin-left: .9375rem;
}

@media screen and (min-width:1024px) and (max-width:1240px) {
	.site-navigation > .menu-item.menu-button a, .site-navigation > .menu-item > a {
		padding-left: .625rem;
		padding-right: .625rem;
	}
}

.site-navigation .current-menu-item.menu-item > a {
	color: #6fbf4a;
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-thickness: 2px;
}

.site-navigation > :is(.current-menu-item,.current-menu-ancestor) > a {
	color: #242222;
	text-decoration: underline;
	text-underline-offset: 7px;
	text-decoration-thickness: .0625rem;
}

.site-navigation > :is(.current-menu-item,.current-menu-ancestor) .sub-menu .current-menu-item > a {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
}

.sub-menu {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
	position: absolute;
	inset: 100% auto auto 0;
	z-index: 5;
	text-align: left;
}

@media print,screen and (min-width:64em) {
	.site-header .dropdown-background {
		position: absolute;
		top: 9.625rem;
		left: 0;
		width: 100%;
		height: 0;
		opacity: 0;
		visibility: hidden;
		transition: .5s;
		background: rgba(255, 255, 255, .8);
		backdrop-filter: blur(.34375rem);
		-webkit-backdrop-filter: blur(.34375rem);
		z-index: -1;
	}
	
	.site-header .menu-item-has-children .sub-menu {
		transition: opacity .3s, visibility .3s;
		opacity: 0;
		visibility: hidden;
		padding-top: 2rem;
		padding-left: .9375rem;
		color: #000;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 24px;
		letter-spacing: -.16px;
		font-family: Inter;
		display: block;
		min-width: 16.25rem;
	}
	
	.site-header .menu-item-has-children .sub-menu li {
		margin-right: 15px;
		width: auto;
	}
	
	.site-header .menu-item-has-children .sub-menu a {
		margin-bottom: 1rem;
		display: flex;
	}
	
	.site-header .menu-item-has-children .sub-menu a:focus, .site-header .menu-item-has-children .sub-menu a:hover {
		text-decoration: underline;
	}
	
	.site-header .menu-item-has-children.column-menu .sub-menu {
		min-width: 22.5rem;
		display: flex;
		flex-wrap: wrap;
	}
	
	.site-header .menu-item-has-children.column-menu .sub-menu li {
		width: 48%;
		margin-right: 0;
	}
	
	.site-header .menu-item-has-children.dropdown-background-active .sub-menu {
		opacity: 1;
		visibility: visible;
	}
}

.off-canvas {
	z-index: 101 !important;
	background-color: #fff;
}

.off-canvas .inner-green {
	background-color: #6fbf4a;
	border-radius: 0 1rem 1.875rem 0;
	margin-right: 1.25rem;
	padding: 1.625rem;
	min-height: 100%;
}

@media print,screen and (max-width:39.99875em) {
	.site-header__logo img {
		max-width: 5.5rem;
	}
	
	.off-canvas {
		margin-top: 0;
	}
}

.off-canvas.is-transition-overlap.is-open {
	box-shadow: none;
}

.off-canvas.position-right {
	width: 100vw;
	transform: translateX(-100vw);
}

.off-canvas.position-right.is-open {
	transform: translateX(0);
}

.off-canvas .close-button {
	right: 3.75rem;
	top: 2.5rem;
}

.off-canvas .phone {
	padding-left: 1rem;
}

.off-canvas .phone a {
	color: #fff;
}

.off-canvas .phone, .off-canvas .phone label {
	color: #fff;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 800;
	line-height: 3.75rem;
	text-transform: uppercase;
}

.off-canvas .phone label, .off-canvas .phone label label {
	display: inline-block;
}

.off-canvas .site-navigation {
	display: block;
	text-align: left;
	padding-top: 1.875rem;
	padding-right: 1.375rem;
	margin: 0;
}

.off-canvas .site-navigation .menu-item {
	margin-bottom: 1.25rem;
}

.off-canvas .site-navigation .menu-item a {
	font-size: 1.1875rem;
	font-weight: 700;
	padding-right: 0;
	color: #fff;
	display: inline-block;
}

.off-canvas .site-navigation .menu-item.menu-bold a {
	font-family: Nunito, sans-serif;
}

.off-canvas .site-navigation .menu-item.menu-button {
	padding-right: 0;
}

.off-canvas .site-navigation .menu-item.menu-item-has-children {
	padding-right: 1.25rem;
	position: relative;
}

.off-canvas .site-navigation .menu-item.menu-item-has-children .menu-arrow {
	position: absolute;
	top: .75rem;
	right: 0;
	color: #fff;
}

.off-canvas .site-navigation .menu-item .sub-menu {
	position: relative;
	transform: none;
	opacity: 0;
	z-index: 1;
	visibility: visible;
	padding-block: .5rem 1rem;
	display: none;
	opacity: 1;
	list-style: none;
	text-align: left;
	margin-bottom: 0;
	padding-bottom: 0;
}

.off-canvas .site-navigation .menu-item .sub-menu li {
	padding: .25rem 0 .25rem .8rem;
	margin-bottom: .625rem;
}

.off-canvas .site-navigation .menu-item .sub-menu li:last-child {
	margin-bottom: 0;
}

.off-canvas .site-navigation .menu-item .sub-menu li a {
	color: #fff;
	font-size: 1rem;
}

.off-canvas .site-navigation .menu-item.active-li .menu-arrow {
	transform: rotate(180deg);
}

.off-canvas .site-navigation .menu-button {
	padding: .375rem .9375rem;
	background: 0 0;
	display: flex;
	justify-content: flex-end;
	text-align: right;
}

.off-canvas .site-navigation .menu-button a {
	padding: 0 2.3125rem;
	height: 2.8125rem;
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .875rem;
	line-height: .875rem;
	color: #fff;
	font-family: Nunito, sans-serif;
	border: none;
	background: linear-gradient(to right, #8d68e8 0, #c549ff 100%);
}

.off-canvas .mobile-navigation {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 3.75rem 0 0;
}

.off-canvas .mobile-navigation .menu-button {
	width: 49%;
}

.off-canvas .mobile-navigation .menu-button + .menu-button {
	margin-left: 2%;
}

.off-canvas .mobile-navigation .menu-item {
	background-color: transparent;
}

.off-canvas .mobile-navigation .menu-item a {
	color: #fff;
	background-color: #6fbf4a;
	border: .125rem solid #fff;
	padding: .875rem 1.25rem;
	display: block;
	border-radius: .5rem;
	text-align: center;
	font-weight: 800;
}

.off-canvas .mobile-navigation .menu-item.mobile-button {
	margin-top: 1.25rem;
	width: 100%;
}

.off-canvas .mobile-navigation .menu-item.mobile-button a {
	background-color: #fff;
	color: #6fbf4a;
}

.js-off-canvas-overlay {
	background: 0 0;
}

.grid-container {
	width: 100%;
}

.hamburger {
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: .15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: .5rem 0 0;
	overflow: visible;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::after, .hamburger.is-active .hamburger-inner::before {
	background-color: #fff;
}

.hamburger-box {
	width: 47px;
	height: 24px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
	width: 27px;
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
	height: .25rem;
	background-color: #00add8;
	position: absolute;
	right: 0;
	transition-property: transform;
	transition-duration: .15s;
	transition-timing-function: ease;
	border-radius: .625rem;
}

.hamburger-inner::after, .hamburger-inner::before {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -10px;
	width: 47px;
	background-color: #ef5196;
}

.hamburger-inner::after {
	bottom: -10px;
	width: 37px;
	background-color: #faa21b;
}

.hamburger--spin .hamburger-inner {
	transition-duration: .22s;
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}

.hamburger--spin .hamburger-inner::before {
	transition: top .1s ease-in .25s, opacity .1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
	transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
}

.hamburger--spin.is-active .hamburger-inner {
	width: 37px;
	transform: rotate(225deg);
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top .1s ease-out, opacity .1s ease-out .12s;
}

.hamburger--spin.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
}

@media print,screen and (min-width:40em) {
	.site-content {
		margin-top: 9.625rem;
	}
	
	.footer-form .gform_wrapper.gravity-theme .gfield.gfield--width-half {
		-ms-grid-column-span: 7;
		grid-column: span 7;
	}
	
	.footer-form .gform_wrapper.gravity-theme .gfield.gfield--width-five-sixths {
		-ms-grid-column-span: 13;
		grid-column: span 13;
	}
}

@media print,screen and (max-width:63.99875em) {
	.sub-menu {
		opacity: 0;
		overflow: visible;
		transform: scaley(0);
		transform-origin: 50% 0;
		visibility: hidden;
	}
	
	.site-content {
		margin-top: 7.1875rem;
	}
}

@media print,screen and (max-width:39.99875em) {
	.site-content {
		margin-top: 5.25rem;
	}
}

.header-phone {
	display: inline-block;
	position: relative;
	top: 6px;
	margin-right: 19px;
}

.site-footer {
	margin-top: 4.375rem;
}

.site-footer-logo {
	margin: 3.25rem 0;
	text-align: center;
}

.site-footer-logo img {
	width: 29.375rem;
}

.site-footer .extend-container {
	background-color: #00add8;
	border-radius: 2.5rem;
	padding: 2.5rem;
}

@media print,screen and (min-width:64em) {
	.site-footer .extend-container {
		border-radius: 5.1875rem;
		padding: 4rem 4.375rem;
	}
	
	.home-hero.hero-alt {
		min-height: 59.375rem;
	}
}

.site-footer .footer-navigation {
	margin: 0;
	list-style: none;
}

.site-footer .footer-navigation > li {
	margin-bottom: 1.625rem;
}

.site-footer .footer-navigation > li > a {
	color: #fff;
}

.site-footer .footer-navigation > li:first-child a {
	font-weight: 700;
}

.site-footer__info a, .site-footer__info label {
	display: inline-block;
	color: #fff;
	font-size: 19px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: -.19px;
}

.site-footer__info a {
	margin-left: .1875rem;
}

@media print,screen and (max-width:39.99875em) {
	.site-footer-logo img {
		width: 20.375rem;
	}
	
	.site-footer__info {
		margin: 2.5rem 0;
	}
	
	.site-footer .extend-container {
		padding: 2.5rem 1.5rem;
	}
	
	.site-footer .site-footer-2 {
		margin: 0 .75rem;
		width: calc(50% - 1.5rem);
	}
	
	.site-footer .footer-navigation > li > a {
		font-size: .875rem;
	}
}

.site-footer--contat + .site-footer--contat {
	margin-top: 1.5625rem;
}

.credits {
	color: #fff;
	margin-top: 2.5rem;
}

.footer-form .gform_required_legend {
	display: none;
}

.footer-form .gform_title {
	color: #fff;
	font-size: 1.1875rem;
	font-style: normal;
	font-weight: 800;
	line-height: 1.75rem;
}

.footer-form .gform_description {
	font-size: .75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem;
	color: #fff;
	margin: 1.875rem 0;
	max-width: 19.75rem;
}

@media print,screen and (max-width:39.99875em) {
	.credits {
		margin-top: 0;
	}
	
	.column-2 {
		columns: 2;
		margin-top: 2.5rem !important;
	}
	
	.footer-form .gform_description {
		margin-top: 0;
	}
	
	.footer-form .gform_wrapper.gravity-theme .gfield.gfield--width-half {
		-ms-grid-column-span: 14;
		grid-column: span 14;
	}
	
	.footer-form .gform_wrapper.gravity-theme .gfield.gfield--width-five-sixths {
		-ms-grid-column-span: 12;
		grid-column: span 12;
	}
	
	.footer-form .spacer.gfield {
		display: none;
	}
}

.footer-form input[type=email] {
	border-radius: .4375rem 0 0 .4375rem !important;
}

.footer-form input:not([type=submit]) {
	border: 0;
	padding: 1.0625rem 1rem;
	border-radius: .4375rem;
	font-size: .75rem;
}

.footer-form input:not([type=submit])::placeholder {
	color: rgba(77, 77, 77, .5);
	text-transform: uppercase;
	font-size: .75rem;
}

.footer-form #field_submit {
	grid-column: none;
}

.footer-form .gform-button {
	font-size: 0;
	width: 3.625rem;
	margin: 0 0 0 -.5rem;
	height: 2.4375rem;
	align-self: flex-start !important;
	border-radius: 0 .375rem .375rem 0;
	background-color: #faa21b;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"7\" height=\"10\" viewBox=\"0 0 7 10\" fill=\"none\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.34985 4.94619L5.43594e-05 0.346192L5.54752e-05 9.54619L6.34985 4.94619Z\" fill=\"black\"/></svg>");
}

.footer-form .gform-button.nitro-lazy {
	background-image: none !important;
}

.social-accounts__list {
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.social-accounts__list-item {
	margin: .3125rem .625rem 0 0;
}

.social-accounts__list-item a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 2.375rem;
	height: 2.375rem;
	background-color: #fff;
	color: #faa21b;
	border-radius: .3125rem;
}

@media print,screen and (max-width:39.99875em) {
	.social-accounts {
		margin: 2.5rem 0 0;
	}
}

.extend-container {
	max-width: 112.5rem;
	margin: 0 1.25rem;
}

@media screen and (min-width:112.5em) {
	.extend-container {
		margin: auto;
	}
}

.default-404 {
	text-align: center;
	margin-top: 12.5rem;
}

.home-hero {
	min-height: 65.5rem;
	background: rgba(230, 250, 255, .5);
	position: relative;
}

.home-hero .hero-title {
	margin-bottom: 1.875rem;
	font-weight: 800;
	color: #515151;
}

.home-hero .hero-title .pink {
	color: #ef5196;
	display: block;
}

.home-hero .hero-title .blue {
	color: #00add8;
}

.home-hero .hero-title span {
	display: block;
}

.button-container .home-hero a, .comments-area .comment-form .form-submit .home-hero input[type=submit], .home-hero .button, .home-hero .button-container a, .home-hero .comments-area .comment-form .form-submit input[type=submit] {
	font-weight: 800;
	text-transform: uppercase;
	padding-left: 3.75rem;
	padding-right: 3.75rem;
	letter-spacing: .12375rem;
}

.home-hero .button-blue {
	background-color: #faa21b;
}

.home-hero .button-blue:hover {
	background-color: #dd8805;
}

.home-hero .button-pink {
	margin-bottom: 1.25rem;
	will-change: transform;
	transition: .5s;
}

.home-hero .button-pink:hover {
	transform: rotate(2deg) translateY(2px);
	background-color: #ef5196;
}

.home-hero--content {
	padding: 9.0625rem 0;
}

.home-hero--info {
	max-width: 41.5625rem;
	font-size: 1.25rem;
	margin-bottom: 1.875rem;
	line-height: 1.625rem;
}

.home-hero--images {
	position: relative;
	padding-left: 2.5rem;
}

.home-hero .image-1 {
	position: absolute;
	left: 4.0625rem;
	top: 6.25rem;
}

.home-hero .image-1 img {
	max-width: 17.25rem;
	animation: 3s ease-in-out .2s infinite rotate;
}

.home-hero .image-1 .circle-pink {
	left: 1.875rem;
	top: -6.25rem;
	position: absolute;
}

.home-hero .image-1 .star-orange {
	left: -2.5rem;
	top: -3.125rem;
}

.home-hero .image-2 {
	position: absolute;
	right: -3.75rem;
	top: 15.625rem;
}

.home-hero .image-2 img {
	max-height: 21.875rem;
	animation: 3s ease-in-out .5s infinite rotate;
}

.home-hero .image-3 {
	position: absolute;
	left: 2.5rem;
	top: 35rem;
}

.home-hero .image-3 img {
	max-width: 28.5625rem;
	max-height: 19.8125rem;
	animation: 3s ease-in-out .7s infinite rotate;
}

.home-hero .svg-group-1 {
	position: absolute;
	top: 4.375rem;
	right: 12.5rem;
}

.home-hero .svg-group-1 .star {
	background-image: none;
}

.home-hero .svg-group-1 .star.nitro-lazy {
	background-image: none !important;
}

.home-hero .svg-group-1 .blue-circle, .home-hero .svg-group-1 .orange-circle {
	position: absolute;
}

.home-hero .svg-group-1 .blue-circle {
	top: -2.5rem;
	left: 3.125rem;
}

.home-hero .svg-group-1 .orange-circle {
	left: -3.125rem;
	top: 2.5rem;
	position: absolute;
}

.home-hero .svg-group-1 .star-green {
	right: -30px;
	top: 0;
}

.home-hero .svg-group-1 .star-blue {
	left: -.9375rem;
	bottom: -3.125rem;
}

.home-hero .svg-group-1 .star-pink {
	right: -1.25rem;
	bottom: -2.5rem;
}

.home-hero .svg-group-2 {
	position: absolute;
	bottom: 3.125rem;
	left: -10rem;
}

.home-hero .svg-group-2 .star-orange {
	right: -1.25rem;
	top: -3.75rem;
}

.home-hero .svg-group-2 .star-blue {
	left: -4.375rem;
	top: 0;
}

.home-hero .svg-group-2 .circle-pink {
	position: absolute;
	right: -3.75rem;
	bottom: 1.875rem;
}

.home-hero .svg-group-2 .star-pink {
	bottom: -30px;
	right: 0;
}

.home-hero .svg-group-3 {
	position: absolute;
	right: 5.625rem;
	bottom: 1.25rem;
}

.home-hero .svg-group-3 .orange-circle {
	left: -1.875rem;
	top: -3rem;
	position: absolute;
}

.home-hero .svg-group-3 .orange-star {
	top: -1.875rem;
	right: -3.75rem;
}

.home-hero .svg-group-3 .blue-star {
	left: -5rem;
	bottom: -2.5rem;
}

.home-hero .svg-group-3 .green-star {
	bottom: -4.375rem;
	left: 0;
}

.home-hero .svg-group-3 .pink-circle {
	position: absolute;
	top: 5.625rem;
	right: -3.125rem;
}

.home-hero .svg-group-alt-1, .home-hero .svg-group-alt-2, .home-hero .svg-group-alt-3 {
	display: none;
}

@media screen and (max-width:85.375em) {
	.home-hero .hero-title {
		font-size: 3.125rem;
		line-height: 3.5rem;
	}
	
	.home-hero .hero-title span {
		display: inline !important;
	}
	
	.home-hero .image-1 {
		z-index: 1;
	}
	
	.home-hero .image-1 img {
		max-width: 16.875rem;
	}
	
	.home-hero .image-2 img {
		max-height: 21.875rem;
	}
	
	.home-hero .image-3 img {
		max-width: 22.5rem;
	}
	
	.home-hero .svg-group-1 {
		right: 2.5rem;
	}
	
	.home-hero .svg-group-3 {
		bottom: 12.5rem;
	}
}

@media print,screen and (max-width:63.99875em) {
	.home-hero .home-hero--images {
		padding: 0;
	}
	
	.home-hero .image-2 {
		display: none;
	}
}

@media print,screen and (max-width:39.99875em) {
	.home-hero {
		min-height: auto;
		position: relative;
	}
	
	.home-hero .large-5 {
		order: 2;
	}
	
	.home-hero .home-hero--images {
		order: 1;
		position: inherit;
	}
	
	.home-hero .image-2, .home-hero .image-3 {
		display: none;
	}
	
	.home-hero .image-1 {
		position: relative;
		left: inherit;
		right: inherit;
		top: inherit;
		text-align: center;
	}
	
	.home-hero .home-hero--content {
		padding: 2.5rem 0;
	}
	
	.button-container .home-hero .home-hero--content a, .comments-area .comment-form .form-submit .home-hero .home-hero--content input[type=submit], .home-hero .home-hero--content .button, .home-hero .home-hero--content .button-container a, .home-hero .home-hero--content .comments-area .comment-form .form-submit input[type=submit] {
		width: 100%;
	}
	
	.home-hero .svg-group-1 {
		display: none;
	}
	
	.home-hero .svg-group-2 {
		bottom: auto;
		right: 0;
		left: auto;
		margin-top: 160px;
	}
	
	.home-hero .svg-group-2 .star-orange {
		right: 0;
	}
	
	.home-hero .svg-group-2 .star-blue, .home-hero .svg-group-2 .star-pink {
		display: none;
	}
	
	.home-hero .svg-group-2 .decorative {
		width: 3.375rem;
	}
	
	.home-hero .svg-group-3 {
		bottom: auto;
		top: 40px;
		width: 100%;
		left: 0;
		right: 0;
	}
	
	.home-hero .svg-group-3 .decorative {
		right: 5%;
		top: 5rem;
		position: absolute;
		width: 2.5rem;
	}
	
	.home-hero .svg-group-3 .green-star {
		bottom: auto;
		left: 40px;
		top: 230px;
	}
	
	.home-hero .svg-group-3 .orange-star {
		right: 12%;
	}
	
	.home-hero .image-1 .circle-pink {
		width: 2.5rem;
		height: 2.5rem;
		top: 0;
	}
}

.home-hero--popup {
	background: #faa21b;
	position: relative;
	padding: .5rem 0 .625rem;
	text-align: center;
}

.home-hero--popup .close-button {
	color: #fff !important;
	position: absolute;
	right: .9375rem;
	font-size: 1.25rem;
	top: .125rem;
}

.home-hero--popup p {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: .2px;
	color: #fff;
	margin: 0;
}

.home-hero--popup a {
	color: #fff;
	text-decoration: underline;
}

.home-hero--popup + .site-header {
	top: 1.875rem;
}

.home-hero--eyebrow {
	color: var(--Green, #6fbf4a);
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	line-height: 120%;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.home-hero .other-decor-group {
	display: none;
}

.home-hero.hero-alt {
	background: rgba(239, 81, 150, .03);
}

.home-hero.hero-alt .star-orange {
	display: none;
}

.home-hero.hero-alt .button-pink {
	background-color: #6fbf4a;
}

.home-hero.hero-alt .svg-group-1, .home-hero.hero-alt .svg-group-2, .home-hero.hero-alt .svg-group-3 {
	display: none;
}

.home-hero.hero-alt .svg-group-alt-1, .home-hero.hero-alt .svg-group-alt-2, .home-hero.hero-alt .svg-group-alt-3 {
	display: block;
}

.home-hero.hero-alt .home-hero--content {
	max-width: 41.25rem;
}

.home-hero.hero-alt .svg-group-alt-1 {
	position: absolute;
	left: -130px;
	top: 3.25rem;
}

.home-hero.hero-alt .svg-group-alt-2 {
	position: absolute;
	left: 46%;
	bottom: 15%;
}

.home-hero.hero-alt .svg-group-alt-3 {
	position: absolute;
	right: 2%;
	top: 40%;
}

.home-hero.hero-alt .image-2 {
	left: -4rem;
	top: 6.25rem;
	right: auto;
}

.home-hero.hero-alt .image-2 img {
	max-height: 25rem;
}

.home-hero.hero-alt .image-1 {
	left: 15rem;
	top: 26.875rem;
}

.home-hero.hero-alt .image-3 {
	right: 6.25rem;
	top: 5rem;
	left: auto;
}

.home-hero.hero-alt .other-decor-group {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.home-hero.hero-alt .other-decor-group svg {
	position: absolute;
}

@media print,screen and (min-width:64em) {
	.home-hero.hero-alt .other-decor-group {
		display: block;
	}
	
	.home-hero.hero-single-img .home-hero--content {
		margin-top: 70px;
	}
}

.home-hero.hero-alt .other-decor-group .decor-1-svg {
	position: absolute;
	left: 20%;
	top: 4%;
}

.home-hero.hero-alt .other-decor-group .decor-2-svg {
	left: 63%;
	top: 10%;
}

.home-hero.hero-alt .other-decor-group .decor-3-svg {
	right: 70px;
	top: 40px;
}

.home-hero.hero-alt .other-decor-group .decor-4-svg {
	left: 38%;
	top: 40%;
}

.home-hero.hero-alt .other-decor-group .decor-5-svg {
	left: 6%;
	bottom: 15%;
}

.home-hero.hero-alt .other-decor-group .decor-6-svg {
	left: 35%;
	bottom: 31%;
}

.home-hero.hero-alt .other-decor-group .decor-7-svg {
	left: 22%;
	bottom: 2.5rem;
}

.home-hero.hero-alt .other-decor-group .decor-8-svg, .home-hero.hero-alt .other-decor-group .decor-9-svg {
	right: 12%;
	bottom: 3.75rem;
}

@media screen and (max-width:85.4375em) {
	.home-hero.hero-alt .home-hero--images {
		position: relative;
		left: 80px;
	}
	
	.home-hero.hero-alt .image-2 {
		top: 16.25rem;
	}
}

@media screen and (max-width:68.75em) {
	.home-hero .image-2 {
		display: none;
	}
	
	.home-hero.hero-alt .image-1 {
		left: 0;
	}
}

@media screen and (max-width:48em) {
	.home-hero.hero-alt {
		min-height: auto;
	}
	
	.home-hero.hero-alt .image-3, .home-hero.hero-alt .svg-group-alt-2 {
		display: none;
	}
	
	.home-hero.hero-alt .image-1 {
		top: 7.5rem;
	}
	
	.home-hero.hero-alt .home-hero--content {
		padding-top: 5rem;
		padding-bottom: 3.125rem;
	}
}

@media print,screen and (max-width:39.99875em) {
	.home-hero.hero-alt {
		padding-bottom: 2.5rem;
	}
	
	.home-hero.hero-alt .home-hero--images {
		left: 0;
		text-align: center;
	}
	
	.home-hero.hero-alt .image-1 {
		top: inherit;
		left: inherit;
	}
	
	.home-hero.hero-alt .svg-group-alt-3 {
		display: none;
	}
}

.home-hero.hero-single-img {
	min-height: 51.25rem;
}

.home-hero.hero-single-img .image-1 {
	top: inherit;
	left: 0;
	right: 0;
}

.home-hero.hero-single-img .image-1 img {
	max-width: 100%;
	animation: none;
	max-height: 38.5625rem;
}

.home-hero.hero-single-img .home-hero--content {
	max-width: 49.375rem;
}

.home-hero.hero-single-img .home-hero--images {
	text-align: center;
}

@media print,screen and (min-width:40em) {
	.home-hero.hero-single-img .home-hero--images {
		padding-top: 9.0625rem;
	}
}

@media screen and (max-width:85.4375em) {
	.home-hero.hero-single-img .home-hero--images {
		left: 0;
	}
	
	.home-hero.hero-single-img .home-hero--images img {
		max-width: 31.25rem;
	}
}

@media print,screen and (max-width:63.99875em) {
	.home-hero.hero-single-img .svg-group-alt-1 {
		display: none;
	}
	
	.home-hero.hero-single-img .home-hero--images img {
		max-width: 80%;
	}
}

.about-hero {
	background: rgba(230, 250, 255, .5);
	position: relative;
	padding: 3.75rem 0 6.25rem;
}

.about-hero--content {
	margin-top: 17.5rem;
}

.about-hero--content h1 {
	font-weight: 800;
}

.about-hero--info {
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 163%;
}

.about-hero .button-group {
	display: flex;
}

.about-hero .button-group .button, .about-hero .button-group .button-container a, .about-hero .button-group .comments-area .comment-form .form-submit input[type=submit], .button-container .about-hero .button-group a, .comments-area .comment-form .form-submit .about-hero .button-group input[type=submit] {
	width: 48%;
	text-transform: uppercase;
}

.about-hero .button-group .button + .button, .about-hero .button-group .button-container .button + a, .about-hero .button-group .button-container .comments-area .comment-form .form-submit a + input[type=submit], .about-hero .button-group .button-container a + .button, .about-hero .button-group .button-container a + a, .about-hero .button-group .comments-area .comment-form .form-submit .button + input[type=submit], .about-hero .button-group .comments-area .comment-form .form-submit .button-container input[type=submit] + a, .about-hero .button-group .comments-area .comment-form .form-submit input[type=submit] + .button, .about-hero .button-group .comments-area .comment-form .form-submit input[type=submit] + input[type=submit], .button-container .about-hero .button-group .button + a, .button-container .about-hero .button-group .comments-area .comment-form .form-submit a + input[type=submit], .button-container .about-hero .button-group .comments-area .comment-form .form-submit input[type=submit] + a, .button-container .about-hero .button-group a + .button, .button-container .about-hero .button-group a + a, .button-container .comments-area .comment-form .form-submit .about-hero .button-group input[type=submit] + a, .comments-area .comment-form .form-submit .about-hero .button-group .button + input[type=submit], .comments-area .comment-form .form-submit .about-hero .button-group .button-container a + input[type=submit], .comments-area .comment-form .form-submit .about-hero .button-group .button-container input[type=submit] + a, .comments-area .comment-form .form-submit .about-hero .button-group input[type=submit] + .button, .comments-area .comment-form .form-submit .about-hero .button-group input[type=submit] + input[type=submit], .comments-area .comment-form .form-submit .button-container .about-hero .button-group a + input[type=submit] {
	margin-left: .9375rem;
}

.about-hero--banner {
	background-color: #00add8;
	color: #fff;
	position: relative;
	border-radius: 0 2.5rem 2.5rem 0;
	padding: 3.875rem 3.125rem 3.75rem 0;
	margin-top: 14.375rem;
}

.about-hero--banner::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100%;
	width: 100%;
	background-color: #00add8;
	z-index: 1;
}

@media print,screen and (min-width:64em) {
	.about-hero--banner h2 {
		font-size: 3.125rem;
		line-height: 3.5rem;
		max-width: 25rem;
	}
	
	.about-hero .team-photo-cover {
		padding-left: 1.875rem;
	}
}

.about-hero--banner p {
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	letter-spacing: .0125rem;
	max-width: 35.3125rem;
}

.about-hero .team-photo-cover {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.about-hero .team-photo-cover .team-arrow {
	position: absolute;
	top: .625rem;
	left: -15rem;
}

.about-hero .team-photo-cover .team-photos--image {
	width: 33.33%;
	padding: 0 1.5625rem;
}

.about-hero .team-photo-cover .team-photos--image img {
	max-width: 16.875rem;
	animation: 3s ease-in-out infinite rotate;
}

.about-hero .team-photo-cover .team-photos--image.image-2, .about-hero .team-photo-cover .team-photos--image.image-5 {
	margin-top: 13.125rem;
}

.about-hero .team-photo-cover .team-photos--image.image-2 img, .about-hero .team-photo-cover .team-photos--image.image-5 img {
	animation-delay: .5s;
}

.about-hero .team-photo-cover .team-photos--image.image-3 img, .about-hero .team-photo-cover .team-photos--image.image-4 img {
	animation-delay: .2s;
}

.about-hero .circle {
	z-index: -1;
}

.about-hero .pink-star {
	left: 5%;
	top: 8%;
}

.about-hero .pink-star-2 {
	right: 5%;
	top: 34%;
}

.about-hero .pink-star-3 {
	bottom: 10%;
	right: 8%;
}

.about-hero .blue-circle {
	right: 30%;
	top: 14%;
}

.about-hero .blue-circle-2 {
	right: 34%;
	top: 56%;
}

.about-hero .orange-circle {
	top: 50%;
	left: 23%;
}

.about-hero .orange-circle-2 {
	bottom: 15%;
	left: 50%;
}

@media screen and (max-width:87.5em) {
	.about-hero .team-photo-cover .team-photos--image img {
		max-width: 100%;
	}
}

@media print,screen and (max-width:63.99875em) {
	.about-hero--content {
		margin-top: 0;
	}
	
	.site-hero h1 {
		font-size: 3.125rem;
		line-height: 3.75rem;
	}
	
	.button-container .site-hero a.wide, .comments-area .comment-form .form-submit .site-hero input.wide[type=submit], .site-hero .button-container a.wide, .site-hero .button.wide, .site-hero .comments-area .comment-form .form-submit input.wide[type=submit] {
		min-width: auto;
	}
}

@media print,screen and (max-width:39.99875em) {
	.about-hero .team-photo-cover {
		padding-top: 8.125rem;
	}
	
	.about-hero .team-photo-cover .team-arrow {
		left: 0;
	}
	
	.about-hero .team-photo-cover .team-photos--image {
		padding: 0 .5rem;
	}
	
	.about-hero .team-photo-cover .team-photos--image.image-2, .about-hero .team-photo-cover .team-photos--image.image-5 {
		margin-top: 6.25rem;
	}
	
	.about-hero--banner {
		margin-top: 3.75rem;
		padding-right: 1.875rem;
	}
	
	.about-hero .blue-circle, .about-hero .pink-star {
		display: none;
	}
}

.site-hero h1 {
	font-weight: 800;
	margin-bottom: 1.75rem;
}

.simple-hero {
	background: rgba(230, 250, 255, .5);
}

.simple-hero .grid-container {
	position: relative;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

@media print,screen and (min-width:64em) {
	.site-hero--content {
		font-size: 1.25rem;
		line-height: 2rem;
		letter-spacing: .0125rem;
	}
	
	.simple-hero .grid-container {
		padding-top: 7.3125rem;
		padding-bottom: 5.75rem;
	}
}

.simple-hero .site-hero--content {
	max-width: 40.4375rem;
}

.simple-hero .star {
	background-image: none;
}

.simple-hero .star.nitro-lazy {
	background-image: none !important;
}

.simple-hero .green-crown {
	position: absolute;
	left: 45%;
	top: 8%;
}

.simple-hero .blue-crown {
	position: absolute;
	top: 50%;
	right: 24%;
}

.simple-hero .circle-1 {
	top: 17%;
	right: 37%;
}

.simple-hero .circle-2 {
	bottom: 15%;
	right: 5%;
}

.simple-hero .star-1 {
	left: 38%;
	top: 19%;
}

.simple-hero .star-2 {
	top: 20%;
	right: 15%;
}

.simple-hero .star-3 {
	left: 54%;
	bottom: 14%;
}

@media print,screen and (max-width:63.99875em) {
	.simple-hero .blue-crown, .simple-hero .green-crown {
		display: none;
	}
	
	.simple-hero .circle-1 {
		top: 0;
		right: 0;
	}
	
	.simple-hero .circle-2 {
		bottom: 10%;
	}
	
	.simple-hero .star-1 {
		top: 3%;
	}
}

.simple-hero.form-page-hero {
	background: rgba(230, 250, 255, .5);
}

.simple-hero.form-page-hero .grid-container {
	padding-top: 4.375rem;
	padding-bottom: 0;
}

.simple-hero.form-page-hero .large-7 {
	width: 100%;
}

.simple-hero.form-page-hero .site-hero--content {
	max-width: none;
}

.button-container .simple-hero.form-page-hero a, .comments-area .comment-form .form-submit .simple-hero.form-page-hero input[type=submit], .simple-hero.form-page-hero .button, .simple-hero.form-page-hero .button-container a, .simple-hero.form-page-hero .comments-area .comment-form .form-submit input[type=submit] {
	padding-left: 2.8125rem;
	padding-right: 2.8125rem;
	text-transform: uppercase;
}

.form-hero {
	background: rgba(239, 81, 150, .03);
}

.form-hero .grid-container {
	padding-top: 5rem;
	padding-bottom: 3.75rem;
	position: relative;
}

.form-hero .breadcrumb {
	color: #00add8;
	font-size: .9375rem;
	line-height: 1.125rem;
	letter-spacing: .075rem;
	margin-bottom: 1rem;
	font-family: Inter, sans-serif;
}

.form-hero .breadcrumb a {
	color: #00add8;
}

.form-hero .breadcrumb > span {
	font-weight: 600;
}

.form-hero .site-hero--content {
	max-width: 38.125rem;
}

.form-hero .site-hero--info {
	margin-top: 2.5rem;
}

.form-hero .star {
	background-image: none;
}

.form-hero .star.nitro-lazy {
	background-image: none !important;
}

.form-hero .green-crown {
	position: absolute;
	left: 45%;
	top: 8%;
	display: none;
}

.form-hero .blue-crown {
	position: absolute;
	top: 50%;
	right: 24%;
	display: none;
}

.form-hero .circle-1 {
	top: 17%;
	right: 37%;
}

.form-hero .circle-2 {
	bottom: 15%;
	right: 5%;
}

.form-hero .star-1 {
	left: 38%;
	top: 19%;
}

.form-hero .star-2 {
	top: 20%;
	right: 15%;
}

.form-hero .star-3 {
	left: 54%;
	bottom: 14%;
}

.form-hero.dark-hero .site-hero--info {
	color: #fff;
}

.form-hero.dark-hero .star {
	background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"33\" height=\"33\" viewBox=\"0 0 33 33\" fill=\"none\"><path d=\"M14.956 2.00543C14.4828 0.498779 12.8817 -0.341315 11.3752 0.131977C9.86876 0.605269 9.02877 2.20658 9.502 3.71322L11.6394 10.5326C12.1127 12.0392 13.7138 12.8793 15.2203 12.406C16.7267 11.9327 17.5667 10.3314 17.0935 8.82478L14.956 2.00543Z\" fill=\"white\"/><path d=\"M17.7836 20.5939C16.2772 21.0672 15.4372 22.6685 15.9104 24.1751L18.0479 30.9945C18.5211 32.5011 20.1222 33.3412 21.6287 32.8679C23.1351 32.3946 23.9751 30.7933 23.5019 29.2867L21.3645 22.4673C20.8912 20.9607 19.2901 20.1206 17.7836 20.5939Z\" fill=\"white\"/><path d=\"M2.00518 18.0461C0.498719 18.5193 -0.341274 20.1206 0.131961 21.6273C0.605197 23.1339 2.20631 23.974 3.71278 23.5007L10.5313 21.363C12.0378 20.8897 12.8778 19.2884 12.4045 17.7818C11.9313 16.2751 10.3302 15.4351 8.82372 15.9083L2.00518 18.0461Z\" fill=\"white\"/><path d=\"M24.1763 17.0916L30.9948 14.9539C32.5013 14.4806 33.3413 12.8793 32.868 11.3726C32.3948 9.86597 30.7937 9.02587 29.2872 9.49916L22.4687 11.6369C20.9622 12.1102 20.1222 13.7115 20.5955 15.2181C21.0687 16.7248 22.6698 17.5649 24.1763 17.0916Z\" fill=\"white\"/></svg>");
}

.form-hero.dark-hero .star.nitro-lazy {
	background-image: none !important;
}

.form-hero.dark-hero .circle path, .form-hero.dark-hero .star path {
	display: none;
}

.form-hero.dark-hero .star-1 {
	left: 10%;
	top: 9%;
}

.form-hero.dark-hero .circle-1 {
	top: 7%;
	right: 27%;
}

.form-hero.dark-hero .circle-2 {
	bottom: 15%;
	right: -9%;
}

.form-hero.dark-hero .star-2 {
	top: 50%;
	right: -5%;
}

.form-hero.dark-hero .star-3 {
	left: 54%;
	bottom: 4%;
}

.form-hero.dark-hero .hero-image {
	position: absolute;
	bottom: 0;
	right: 0;
}

.form-hero.dark-hero .left-cell {
	position: relative;
}

.form-hero.service-hero .circle-1 {
	top: 47%;
	right: auto;
	left: 40%;
	background-image: none;
	width: 1.5rem;
}

.form-hero.service-hero .circle-1.nitro-lazy {
	background-image: none !important;
}

.form-hero.service-hero .circle-1 path {
	fill: #faa21b;
}

.form-hero.service-hero .circle-2 {
	top: auto;
	right: auto;
	bottom: 15%;
	left: -4%;
	background-image: none;
	width: 1.5rem;
}

.form-hero.service-hero .circle-2.nitro-lazy {
	background-image: none !important;
}

.form-hero.service-hero .star-3 {
	display: none;
}

.form-hero.service-hero .star-2 {
	right: auto;
	top: auto;
	left: 25%;
	bottom: 4%;
}

.form-hero.service-hero .hero-image {
	margin-top: 1.875rem;
}

.form-hero.service-hero .hero-image img {
	max-width: 30rem;
}

.form-hero.ortho-hero .hero-image {
	bottom: -6rem;
	text-align: right;
}

.form-hero.ortho-hero .hero-image img {
	max-height: 31.25rem;
}

@media screen and (max-width:100em) {
	.form-hero.ortho-hero .hero-image img {
		max-height: 25rem;
	}
}

.form-hero.ortho-hero .site-hero--info {
	position: relative;
	z-index: 1;
}

.button-container .form-hero.ortho-hero .site-hero--info a, .comments-area .comment-form .form-submit .form-hero.ortho-hero .site-hero--info input[type=submit], .form-hero.ortho-hero .site-hero--info .button, .form-hero.ortho-hero .site-hero--info .button-container a, .form-hero.ortho-hero .site-hero--info .comments-area .comment-form .form-submit input[type=submit] {
	color: #00add8;
	background-color: #fff;
	text-transform: uppercase;
	font-size: 1.125rem;
}

@media print,screen and (max-width:39.99875em) {
	.form-hero .star-2 {
		top: 2%;
	}
	
	.form-hero.ortho-hero .hero-image {
		position: inherit;
	}
	
	.form-hero.referrals-hero .star-1 {
		display: none;
	}
}

.button-container .form-hero.hero-2 .site-hero--info a, .comments-area .comment-form .form-submit .form-hero.hero-2 .site-hero--info input[type=submit], .form-hero.hero-2 .site-hero--info .button, .form-hero.hero-2 .site-hero--info .button-container a, .form-hero.hero-2 .site-hero--info .comments-area .comment-form .form-submit input[type=submit] {
	color: #ef5196;
	text-transform: uppercase;
}

.form-hero.referrals-hero {
	background: rgba(230, 250, 255, .5);
}

.form-hero.referrals-hero .large-6 {
	width: calc(100% - 1.875rem);
}

.form-hero.referrals-hero .site-hero--content {
	max-width: 57.0625rem;
}

@media print,screen and (min-width:64em) {
	.form-hero .grid-container {
		padding-top: 9.5rem;
		padding-bottom: 6rem;
	}
	
	.form-hero.referrals-hero .site-hero--content {
		margin-bottom: 4.375rem;
	}
}

.form-hero.referrals-hero .kdg-form {
	margin: auto;
	width: 100%;
	position: relative;
	z-index: 1;
}

@media print,screen and (min-width:64em) {
	.form-hero.referrals-hero .kdg-form {
		padding-left: 5.625rem;
		padding-right: 5.625rem;
		width: calc(86% - 1.875rem);
	}
	
	.form-hero.location-hero .grid-container {
		padding-top: 7.5rem;
		padding-bottom: 8.75rem;
	}
}

@media screen and (max-width:87.5em) {
	.form-hero.referrals-hero .kdg-form {
		padding-left: 1.875rem;
		padding-right: 1.875rem;
	}
}

.form-hero.referrals-hero #gf_3 {
	scroll-margin-top: 22.5rem;
}

.form-hero.referrals-hero form {
	position: relative;
	padding-bottom: 8.75rem;
	scroll-margin-top: 10rem;
}

.form-hero.referrals-hero form .ginput_container_date input {
	width: 100%;
}

.form-hero.referrals-hero form .gform_page_footer {
	position: absolute;
	bottom: 0;
	padding: 0;
	margin: 0;
	left: 0;
	right: 0;
}

.button-container .form-hero.referrals-hero form a, .comments-area .comment-form .form-submit .form-hero.referrals-hero form input[type=submit], .form-hero.referrals-hero form .button, .form-hero.referrals-hero form .button-container a, .form-hero.referrals-hero form .comments-area .comment-form .form-submit input[type=submit] {
	padding: 0;
	color: #00add8 !important;
	background-color: transparent;
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: .12rem;
}

.form-hero.referrals-hero form .gform_button, .form-hero.referrals-hero form .gform_next_button {
	float: right;
}

.form-hero.referrals-hero form .gf_progressbar {
	background-color: #f3f3f3;
}

.form-hero.referrals-hero form .gf_progressbar_wrapper {
	position: absolute;
	bottom: 2.5rem;
	left: 0;
	right: 0;
}

.form-hero.referrals-hero form .gf_progressbar_title {
	display: none;
}

.form-hero.referrals-hero form .gf_progressbar_percentage {
	height: .9375rem;
	border-radius: .4375rem !important;
}

.form-hero.referrals-hero form .gf_progressbar_percentage span {
	display: none !important;
}

.form-hero.referrals-hero .star-1 {
	top: 10rem;
}

.form-hero.referrals-hero .star-3 {
	display: none;
}

.form-hero.referrals-hero .blue-crown {
	display: block;
	top: 6.0625rem;
}

@media print,screen and (max-width:39.99875em) {
	.form-hero.referrals-hero .blue-crown {
		top: 1.875rem;
	}
}

.form-hero.referrals-hero .green-crown {
	display: block;
	top: 50%;
	left: -2.5rem;
}

.form-hero.referrals-hero .circle-1 {
	top: 16.875rem;
}

.form-hero.location-hero {
	background: rgba(230, 250, 255, .5);
}

.form-hero.location-hero .site-hero--info {
	margin-top: .625rem;
}

.form-hero.location-hero .cell-detail h4 {
	color: #00add8;
	font-size: 1.375rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.625rem;
	letter-spacing: .01375rem;
	margin-bottom: .625rem;
}

@media print,screen and (max-width:63.99875em) {
	.form-hero.ortho-hero .hero-image {
		bottom: -3.75rem;
	}
	
	.form-hero.referrals-hero .circle-1 {
		display: none;
	}
	
	.form-hero.location-hero .cell-detail + .cell-detail {
		margin-top: .9375rem;
	}
}

.form-hero.location-hero .contact-info + .contact-info {
	margin-top: .9375rem;
}

.form-hero.location-hero .cell-detail .location, .form-hero.location-hero .cell-detail a {
	color: #2a2626;
	font-size: 1.375rem;
	font-weight: 700;
}

.form-hero.location-hero .hero-hours {
	margin-top: 2.5rem;
}

.form-hero.location-hero .hero-hours ul {
	column-count: 2;
	list-style: none;
	margin: 0;
}

.form-hero.location-hero .hero-hours ul li {
	font-size: 1.375rem;
	font-weight: 700;
}

@media screen and (max-width:75em) {
	.form-hero.location-hero .cell-detail .location, .form-hero.location-hero .cell-detail a, .form-hero.location-hero .hero-hours ul li {
		font-size: 1.125rem;
		line-height: 1.5rem;
	}
}

.form-hero.location-hero .circle-1 {
	left: -4%;
	bottom: 20%;
	top: auto;
}

.form-hero.location-hero .star-1 {
	left: 18%;
	top: 9%;
}

.form-hero.location-hero .star-2 {
	bottom: 10%;
	left: 45%;
	top: auto;
	right: auto;
}

.form-hero.pedi-hero .hero-image img {
	max-width: 38.125rem;
	max-height: 22.5rem;
}

.form-hero.landing-hero h1 {
	max-width: 40.625rem;
}

.form-hero.landing-hero .star-2 {
	top: 3%;
}

.form-hero.landing-hero .star-3 {
	left: 34%;
}

.form-hero.landing-hero .circle-1 {
	top: 13%;
}

.form-hero.landing-hero .circle-2 {
	bottom: 5%;
}

.form-hero .home-hero--eyebrow {
	color: #00add8;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	line-height: 120%;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.form-hero.hero-alt .site-hero--title {
	margin-bottom: 1.875rem;
	font-weight: 800;
	color: #515151;
}

.form-hero.hero-alt .site-hero--title .pink {
	color: #ef5196;
	display: block;
}

.form-hero.hero-alt .site-hero--title .blue {
	color: #00add8;
}

.form-hero.hero-alt .site-hero--title span {
	display: block;
}

.gfield_label_before_complex {
	display: none;
}

.blog-cta-template {
	padding: 1.875rem 0;
	max-width: 58.75rem;
	position: relative;
}

@media print,screen and (min-width:64em) {
	.blog-cta-template {
		padding: 3.75rem 0;
	}
}

.blog-cta-template .extend-container-blog {
	position: relative;
	overflow: hidden;
	border-radius: .6875rem;
}

.blog-cta-template__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 26.3125rem;
	padding: 2.3125rem 2.625rem;
}

.blog-cta-template__content {
	position: relative;
	z-index: 2;
	max-width: 29.375rem;
}

.blog-cta-template .cta-button {
	background-color: #fff;
	color: #00add8 !important;
	min-width: 17.5rem;
	padding: .8125rem 1.125rem;
}

.blog-cta-template .cta-button:hover {
	background-color: #00add8;
	color: #fff !important;
}

.blog-cta-template .cta-button .gform_footer, .blog-cta-template p {
	margin-bottom: 0 !important;
}

.blog-cta-template__title {
	color: #fff;
	font-family: Nunito, sans-serif;
	font-weight: 800;
	font-size: 3rem;
	line-height: 3.5rem;
	text-transform: capitalize;
	margin-bottom: 1.125rem !important;
}

@media print,screen and (max-width:63.99875em) {
	.blog-cta-template__title {
		font-size: 2rem;
		line-height: 2.5rem;
	}
}

@media print,screen and (max-width:39.99875em) {
	.form-hero.location-hero .kdg-form {
		margin-top: 2.5rem;
	}
	
	.form-hero.location-hero .star-1 {
		display: none;
	}
	
	.blog-cta-template .extend-container-blog {
		border-radius: .6875rem;
	}
	
	.blog-cta-template__wrapper {
		padding: 2.5rem 1.5rem;
		min-height: auto;
	}
	
	.blog-cta-template__content {
		max-width: 100%;
	}
	
	.blog-cta-template .cta-button {
		min-width: auto;
	}
	
	.blog-cta-template__title {
		font-size: 1.75rem;
		line-height: 2rem;
		margin-bottom: 1rem;
	}
}

.blog-cta-template .cta-form {
	width: 80%;
	max-width: 26.875rem;
}

.blog-cta-template .cta-form .gform_required_legend {
	display: none;
}

.blog-cta-template .cta-form .gform_footer {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.blog-cta-template .cta-form input:not([type=submit]) {
	border: 0;
	padding: 1.0625rem 1rem;
	border-radius: .4375rem;
	font-size: .75rem;
}

.blog-cta-template .cta-form input:not([type=submit])::placeholder {
	color: rgba(77, 77, 77, .5);
	text-transform: uppercase;
	font-size: .75rem;
}

.blog-cta-template p.blog-cta-template__description {
	color: #fff !important;
	font-family: Inter, sans-serif;
	font-weight: 500;
	font-size: 1.375rem;
	line-height: 2.125rem;
	margin-bottom: 1.25rem !important;
	max-width: 25.6875rem;
}

.blog-cta-template__image {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	z-index: 1;
}

.blog-cta-template__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 .6875rem .6875rem 0;
}

.blog-cta-template__decorations {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	z-index: 2;
}

.blog-cta-template .blog__circle {
	position: absolute;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"30\" height=\"30\" viewBox=\"0 0 30 30\" fill=\"none\"><path d=\"M16.9793 29.8672C25.1781 28.7785 30.9607 21.2196 29.8672 13.0207C28.7785 4.82189 21.2196 -0.96074 13.0207 0.132756C4.82189 1.22148 -0.96074 8.78045 0.132756 16.9793C1.22148 25.1781 8.78045 30.9607 16.9793 29.8672ZM13.9328 6.99456C18.3449 6.40722 22.4181 9.52058 23.0054 13.9375C23.5928 18.3545 20.4794 22.4229 16.0625 23.0102C11.6503 23.5975 7.57712 20.4842 6.98979 16.0672C6.40245 11.655 9.51581 7.5819 13.9328 6.99456Z\" fill=\"white\"/></svg>");
	width: 1.75rem;
	height: 1.75rem;
	background-size: contain;
}

.blog-cta-template .blog__circle.nitro-lazy {
	background-image: none !important;
}

.blog-cta-template .blog__circle-1 {
	top: 3.125rem;
	right: 1.25rem;
}

@media print,screen and (max-width:39.99875em) {
	.blog-cta-template p.blog-cta-template__description {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	
	.blog-cta-template .blog__circle {
		width: 1.25rem;
		height: 1.25rem;
	}
	
	.blog-cta-template .blog__circle-1 {
		top: 1.25rem;
		right: 2.5rem;
	}
	
	.blog-cta-template .blog__circle-2 {
		display: none;
	}
}

.blog-cta-template .blog__circle-2 {
	bottom: 8.125rem;
	right: 30rem;
}

.blog-cta-template .blog__star {
	position: absolute;
	width: 1.875rem;
	height: 1.875rem;
	animation: 3s ease-in-out infinite rotateZoom;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"31\" height=\"31\" viewBox=\"0 0 31 31\" fill=\"none\"><path d=\"M13.854 1.84593C13.4157 0.459111 11.9326 -0.31417 10.5371 0.121481C9.14166 0.557132 8.36356 2.03108 8.80192 3.41791L10.7819 9.69491C11.2202 11.0817 12.7033 11.855 14.0988 11.4194C15.4942 10.9837 16.2723 9.50976 15.834 8.12294L13.854 1.84593Z\" fill=\"white\"/><path d=\"M16.4727 18.956C15.0772 19.3916 14.2991 20.8656 14.7375 22.2524L16.7174 28.5294C17.1558 29.9162 18.6389 30.6895 20.0343 30.2538C21.4298 29.8182 22.2079 28.3442 21.7695 26.9574L19.7896 20.6804C19.3512 19.2936 17.8681 18.5203 16.4727 18.956Z\" fill=\"white\"/><path d=\"M1.85742 16.6107C0.461968 17.0463 -0.316125 18.5203 0.122237 19.9071C0.560599 21.2939 2.04372 22.0672 3.43918 21.6315L9.75524 19.6638C11.1507 19.2282 11.9288 17.7542 11.4904 16.3674C11.0521 14.9806 9.56894 14.2073 8.17349 14.643L1.85742 16.6107Z\" fill=\"white\"/><path d=\"M22.3943 15.7321L28.7103 13.7644C30.1058 13.3288 30.8839 11.8548 30.4455 10.468C30.0071 9.08118 28.524 8.3079 27.1286 8.74355L20.8125 10.7112C19.417 11.1469 18.639 12.6208 19.0773 14.0077C19.5157 15.3945 20.9988 16.1678 22.3943 15.7321Z\" fill=\"white\"/></svg>");
}

.blog-cta-template .blog__star.nitro-lazy {
	background-image: none !important;
}

.blog-cta-template .blog__star-1 {
	top: 11.875rem;
	right: 1.875rem;
}

@media print,screen and (max-width:39.99875em) {
	.blog-cta-template .blog__star {
		width: 1.75rem;
		height: 1.75rem;
	}
	
	.blog-cta-template .blog__star-1 {
		top: 6.25rem;
		right: 3.75rem;
	}
	
	.blog-cta-template .blog__star-2 {
		display: none;
	}
}

.blog-cta-template .blog__star-2 {
	top: 13.125rem;
	right: 22.5rem;
	animation-delay: .5s;
}

.blog-cta-template-1 .extend-container-blog, .blog-cta-template-2 .cta-button:hover {
	background-color: #ef5196;
}

.blog-cta-template-2 .extend-container-blog {
	background-color: #00add8;
}

.blog-cta-template-3 .blog__star-2 {
	top: 3.75rem;
	right: 23.5rem;
}

.blog-cta-template-3 .blog__star-3 {
	bottom: 1.4375rem;
	left: 25rem;
}

.blog-cta-template-3 .cta-button {
	color: #6fbf4a !important;
}

.blog-cta-template-3 .extend-container-blog {
	position: relative;
	z-index: 1;
	background-size: cover;
	background-position: right;
}

.blog-cta-template-3 .extend-container-blog::before {
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background: linear-gradient(91.71deg, #faa21b 36.75%, rgba(250, 162, 27, .77) 47.56%, rgba(250, 162, 27, .49) 56.61%, rgba(250, 162, 27, 0) 62.42%);
}

@media print,screen and (max-width:39.99875em) {
	.blog-cta-template-3 .extend-container-blog {
		background-color: #faa21b;
	}
	
	.blog-cta-template-3 .extend-container-blog .extend-container {
		background: #faa21b !important;
	}
	
	.blog-cta-template-3 .extend-container-blog .extend-container::before {
		display: none;
	}
}

.blog-cta-template-3 .blog-cta-template__button {
	color: #6fbf4a;
}

.testimonials-list {
	padding: 5.5rem 0 6.5rem;
	background-color: #6fbf4a;
	position: relative;
}

.testimonials-list h2 {
	font-size: 2.8125rem;
	font-style: normal;
	font-weight: 800;
	line-height: 120%;
	color: #fff;
	margin-bottom: 3.125rem;
}

.testimonials-list .masonry-css {
	column-count: 1;
	column-gap: .875rem;
}

@media print,screen and (min-width:40em) {
	.testimonials-list .masonry-css {
		column-count: 2;
	}
	
	.flexible-locations .location-content::after {
		content: "";
	}
}

.testimonials-list .masonry-css .masonry-css-item {
	break-inside: avoid;
	margin-bottom: 1.25rem;
}

.testimonials-list .masonry-css .masonry-css-item .testimonials-box__wrapper {
	padding: 1.6875rem 1.875rem;
	border-radius: 4.0625rem;
	background: #fff;
}

@media print,screen and (min-width:64em) {
	.testimonials-list h2 {
		font-size: 5rem;
		line-height: 120%;
	}
	
	.testimonials-list .masonry-css {
		column-count: 3;
	}
	
	.testimonials-list .masonry-css .masonry-css-item .testimonials-box__wrapper {
		padding: 1.6875rem 3.25rem 1.6875rem 3.875rem;
	}
	
	.button-container .card-blog a, .card-blog .button, .card-blog .button-container a, .card-blog .comments-area .comment-form .form-submit input[type=submit], .comments-area .comment-form .form-submit .card-blog input[type=submit] {
		min-width: 15.625rem;
	}
}

.testimonials-list .masonry-css .masonry-css-item .testimonials-box .content {
	margin-top: -3.75rem;
}

.testimonials-list .masonry-css .masonry-css-item .testimonials-box__content .flex-container {
	justify-content: space-between;
	align-items: center;
	gap: 25px;
}

.testimonials-list .masonry-css .masonry-css-item .testimonials-box__content .quote {
	font-size: 6.25rem;
	font-weight: 700;
}

.testimonials-list .masonry-css .masonry-css-item .testimonials-box__content .testimonial-text {
	color: #4d4d4f;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	line-height: 195%;
	letter-spacing: .01125rem;
}

.testimonials-list .masonry-css .masonry-css-item .testimonials-box__content .author-name {
	color: #4d4d4f;
	font-size: 1.375rem;
	font-style: normal;
	font-weight: 700;
	line-height: 195%;
	letter-spacing: .01375rem;
	text-align: right;
	margin-top: 2.5rem;
}

.testimonials-list h4 {
	margin-top: 1.875rem;
}

.testimonials-list .white {
	color: #fff;
}

.testimonials-list .star-1 {
	left: 8%;
	top: 10%;
	animation-duration: 3s;
	animation-delay: .2s;
}

.testimonials-list .star-2 {
	right: 10%;
	bottom: 10%;
	animation-duration: 2.5s;
	animation-delay: 1s;
}

.testimonials-list .star-3 {
	left: 30%;
	bottom: 5%;
}

.testimonials-list .circle-1 {
	right: 3%;
	top: 6%;
}

.testimonials-list .circle-2 {
	right: 35%;
	top: 46%;
}

.testimonials-list .circle-3 {
	right: 3%;
	top: 6%;
}

.flexible-featured-blog {
	padding: 4.375rem 0;
}

.flexible-featured-blog .blog-slider .slick-track {
	margin-left: 0;
}

.flexible-featured-blog .blog-slider .slick-slide {
	margin: 0 .625rem;
}

.flexible-featured-blog .section-introduction {
	margin-bottom: 2.1875rem;
}

.flexible-featured-blog .button-row {
	margin-top: 2.1875rem;
}

@media screen and (max-width:33.75em) {
	.flexible-featured-blog .grid-container {
		padding: 0;
	}
	
	.flexible-featured-blog .slick-list {
		padding-right: 3.125rem;
	}
}

.flexible-featured-blog .slick-dots {
	text-align: center;
	margin: 1.875rem 0 0;
	display: flex;
	justify-content: center;
}

.flexible-featured-blog .slick-dots li {
	list-style: none;
	width: .75rem;
	height: .75rem;
	background: #000;
	border-radius: 100%;
	margin: 0 .125rem;
	font-size: 0;
}

.flexible-featured-blog .slick-dots li.slick-active {
	background: #6fbf4a;
}

.card-blog img {
	width: 100%;
	border-radius: 1.75rem;
	min-height: 17.5rem;
	max-height: 17.5rem;
	object-fit: cover;
}

.card-blog h3, .card-blog h3 a {
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: .24px;
	color: #2d3648;
}

.card-blog__date {
	color: #898989;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: .16px;
	margin: 1.25rem 0 .9375rem;
}

.button-container .card-blog a, .card-blog .button, .card-blog .button-container a, .card-blog .comments-area .comment-form .form-submit input[type=submit], .comments-area .comment-form .form-submit .card-blog input[type=submit] {
	margin-top: 1.25rem;
	background-color: #faa21b;
	text-transform: uppercase;
	padding: .75rem 1.5rem;
}

.button-container .card-blog a:hover, .card-blog .button-container a:hover, .card-blog .button:hover, .card-blog .comments-area .comment-form .form-submit input[type=submit]:hover, .comments-area .comment-form .form-submit .card-blog input[type=submit]:hover {
	background-color: #6fbf4a;
}

.flexible-iris {
	padding: 5rem 0;
}

.flexible-iris .extend-container {
	padding: 7.0625rem 2.5rem;
	border-radius: 5.5rem;
	color: #fff;
	position: relative;
}

.flexible-iris--info {
	font-size: 1.25rem;
	line-height: 2rem;
	letter-spacing: .0125rem;
}

.flexible-iris .image-iris {
	position: absolute;
	left: 50%;
	margin-top: -.625rem;
	bottom: 0;
	top: auto;
}

.flexible-iris .image-iris img {
	max-width: 100%;
}

@media print,screen and (min-width:64em) {
	.flexible-iris {
		padding: 7.5rem 0;
	}
	
	.flexible-iris .image-iris {
		top: 0;
		margin-top: -9.375rem;
	}
	
	.flexible-iris .image-iris img {
		max-width: 32.0625rem;
	}
}

.flexible-iris .circle-1 {
	top: 6%;
}

@media print,screen and (min-width:64em) {
	.flexible-iris .circle-1 {
		top: 20%;
	}
	
	.flexible-new-patients-cta.cta-alt {
		min-height: 54.1875rem;
	}
}

.flexible-iris .circle-2 {
	top: 18%;
	left: 40%;
}

.flexible-iris .circle-3 {
	top: 37%;
	right: 8%;
}

.flexible-iris .circle-4 {
	bottom: 17%;
	right: 11%;
}

.flexible-iris .star-1 {
	top: 7%;
	right: 23%;
	animation-delay: .6s;
}

.flexible-iris .star-2 {
	bottom: 7%;
	left: 23%;
}

@media print,screen and (max-width:39.99875em) {
	.flexible-iris .extend-container {
		padding-bottom: 0;
	}
	
	.flexible-iris .image-iris {
		position: inherit;
		margin-bottom: -8.75rem;
	}
	
	.flexible-iris .circle-2 {
		display: none;
	}
	
	.flexible-iris .star-1 {
		left: 6%;
	}
	
	.flexible-iris .star-2 {
		bottom: 37%;
		left: auto;
		right: 14%;
	}
	
	.flexible-iris .circle-1 {
		right: 16%;
	}
	
	.flexible-iris .circle-4 {
		bottom: 17%;
		right: 80%;
	}
}

.flexible-new-patients-cta {
	min-height: 43.75rem;
	background-position: center;
	background-size: cover;
	position: relative;
	background-image: none;
}

.flexible-new-patients-cta.nitro-lazy {
	background-image: none !important;
}

.flexible-new-patients-cta--content {
	position: absolute;
	background-color: #00add8;
	max-width: 39.375rem;
	border-radius: 0 4.625rem 4.625rem 0;
	padding: 4.375rem 2.9375rem 4.0625rem;
	color: #fff;
	bottom: 5rem;
	width: 100%;
}

.flexible-new-patients-cta--content ul {
	margin-left: .625rem;
}

.flexible-new-patients-cta--content p, .flexible-new-patients-cta--content ul li {
	font-size: 1.0625rem;
	line-height: 1.6875rem;
	letter-spacing: .010625rem;
}

@media screen and (max-width:93.75em) {
	.flexible-new-patients-cta--content {
		max-width: 34%;
	}
}

.flexible-new-patients-cta--cover {
	max-width: 24.6875rem;
	margin-left: auto;
	margin-right: 2.5rem;
}

.flexible-new-patients-cta .arrow-svg {
	position: absolute;
	right: 22%;
	top: 45%;
	transform: rotate(10deg);
}

.flexible-new-patients-cta .arrow-svg .blurb {
	font-family: Caveat, cursive;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: .025rem;
}

@media screen and (max-width:68.75em) {
	.flexible-new-patients-cta {
		min-height: auto;
		background-image: none !important;
	}
	
	.flexible-new-patients-cta .bg-img {
		height: 37.5rem;
		object-fit: cover;
		display: block !important;
	}
	
	.flexible-new-patients-cta--cover {
		max-width: 48rem;
	}
	
	.flexible-new-patients-cta .flexible-green-cta--info {
		margin-left: 0;
	}
	
	.flexible-new-patients-cta--content {
		max-width: calc(100% - 3.125rem);
		position: inherit;
		bottom: inherit;
		margin-top: -3.75rem;
	}
	
	.flexible-new-patients-cta .arrow-svg {
		right: 2%;
		top: 5%;
	}
	
	.flexible-new-patients-cta .arrow-svg svg {
		transform: translateY(40px) rotate(-45deg);
		max-width: 4.375rem;
		transform-origin: top;
	}
	
	.flexible-new-patients-cta.nitro-lazy {
		background-image: none !important;
	}
}

.flexible-new-patients-cta.overwrite .flexible-new-patients-cta--content {
	max-width: 45.625rem;
}

.flexible-new-patients-cta.overwrite .flexible-new-patients-cta--cover {
	max-width: 26.5625rem;
}

.flexible-new-patients-cta.overwrite h2 {
	font-size: 2.8125rem;
	line-height: 3.25rem;
}

.flexible-new-patients-cta.overwrite .flexible-green-cta--info {
	font-size: 1.25rem;
	line-height: 1.6875rem;
}

.flexible-new-patients-cta.overwrite .arrow-svg {
	display: none;
}

.flexible-new-patients-cta.cta-alt .flexible-new-patients-cta--content {
	max-width: 51.875rem;
}

.flexible-new-patients-cta.cta-alt .flexible-new-patients-cta--cover {
	max-width: 39.625rem;
}

.flexible-new-patients-cta.cta-alt .flexible-green-cta--info p {
	font-size: 1.25rem;
	line-height: 1.6875rem;
}

.flexible-green-cta {
	padding: 3.75rem 0;
}

@media print,screen and (min-width:64em) {
	.flexible-green-cta {
		padding: 6.25rem 0;
	}
}

.flexible-green-cta .extend-container {
	background-color: #6fbf4a;
	color: #fff;
	text-align: center;
	padding: 5.5625rem 0;
	border-radius: 4.625rem;
	position: relative;
}

.flexible-green-cta--info {
	max-width: 41.5625rem;
	margin: auto;
	font-size: 1.25rem;
	line-height: 1.625rem;
	letter-spacing: .0125rem;
}

.flexible-green-cta h2 {
	margin-bottom: 2.125rem;
}

.button-container .flexible-green-cta a, .comments-area .comment-form .form-submit .flexible-green-cta input[type=submit], .flexible-green-cta .button, .flexible-green-cta .button-container a, .flexible-green-cta .comments-area .comment-form .form-submit input[type=submit] {
	max-width: 24.6875rem;
	margin-top: 1.875rem;
}

.button-container .flexible-green-cta a:hover, .comments-area .comment-form .form-submit .flexible-green-cta input[type=submit]:hover, .flexible-green-cta .button-container a:hover, .flexible-green-cta .button:hover, .flexible-green-cta .comments-area .comment-form .form-submit input[type=submit]:hover {
	background-color: #faa21b;
	color: #fff;
}

.flexible-green-cta .smiley-image {
	position: absolute;
	bottom: -6.25rem;
	right: 5%;
}

@media screen and (max-width:75em) {
	.flexible-green-cta .smiley-image img {
		max-width: 16.25rem;
	}
}

.flexible-green-cta .circle-1 {
	left: 9%;
	top: 12%;
}

@media print,screen and (max-width:39.99875em) {
	.flexible-green-cta .circle-1 {
		top: 2%;
	}
}

.flexible-green-cta .circle-2 {
	left: 15%;
	bottom: 12%;
}

.flexible-green-cta .circle-3 {
	right: 15%;
	top: 12%;
}

@media print,screen and (max-width:39.99875em) {
	.flexible-green-cta .circle-3 {
		top: 6%;
	}
	
	.flexible-green-cta .star-1 {
		display: none;
	}
}

.flexible-green-cta .star-1 {
	left: 25%;
	top: 40%;
	animation-delay: .3s;
}

.flexible-green-cta .star-2 {
	right: 10%;
	top: 23%;
	animation-delay: .5s;
}

.flexible-green-cta .star-3 {
	right: 30%;
	bottom: 13%;
	animation-delay: .4s;
}

@media print,screen and (max-width:63.99875em) {
	.flexible-new-patients-cta.cta-alt .flexible-new-patients-cta--content {
		padding: 1.875rem;
	}
	
	.flexible-new-patients-cta.cta-alt br {
		display: none;
	}
	
	.flexible-new-patients-cta.cta-alt .flexible-new-patients-cta--cover {
		margin-right: 0;
	}
	
	.flexible-green-cta h2 {
		font-size: 2.8125rem;
		line-height: 3.375rem;
	}
	
	.flexible-green-cta .smiley-image {
		display: none;
	}
	
	.flexible-green-cta .extend-container {
		padding-left: 1.5625rem;
		padding-right: 1.5625rem;
	}
	
	.flexible-slides .slide-content h2 {
		font-size: 2.5rem;
		line-height: 3.375rem;
	}
}

.flexible-locations {
	position: relative;
	padding: 5.625rem 0 7.5rem;
}

.flexible-locations h2 {
	color: #6fbf4a;
	margin-bottom: 4.375rem;
}

.flexible-locations .grid-container {
	position: relative;
	z-index: 1;
}

.flexible-locations .location-content {
	text-align: center;
	position: relative;
	width: 100%;
}

.flexible-locations .location-content::after {
	position: absolute;
	width: .0625rem;
	height: 100%;
	background-color: #6fbf4a;
	right: -1rem;
	top: -.875rem;
}

.flexible-locations .location-content--info {
	margin: 1.25rem 0 2.5rem;
	min-height: 3rem;
	font-size: 1.125rem;
	line-height: 1.375rem;
}

.flexible-locations .cell:last-child .location-content::after {
	display: none;
}

.button-container .flexible-locations a, .comments-area .comment-form .form-submit .flexible-locations input[type=submit], .flexible-locations .button, .flexible-locations .button-container a, .flexible-locations .comments-area .comment-form .form-submit input[type=submit] {
	padding-top: .75rem;
	padding-bottom: .75rem;
	text-transform: uppercase;
}

.flexible-locations .dec-1 {
	left: 0;
	bottom: -6.5625rem;
	z-index: 1;
}

.flexible-locations .dec-2 {
	right: 0;
	z-index: -1;
	bottom: 0;
}

.flexible-locations .decorative-image {
	position: absolute;
}

@media screen and (max-width:108.75em) {
	.flexible-locations .decorative-image img {
		max-height: 31.25rem;
	}
}

@media screen and (max-width:100em) {
	.flexible-locations .decorative-image.dec-1 {
		display: none;
	}
	
	.flexible-locations .decorative-image img {
		max-height: 31.25rem;
	}
	
	.flexible-locations .decorative-image.dec-2 {
		bottom: -11.25rem;
		right: -2.5rem;
	}
}

.flexible-locations.downwards .decorative-image.dec-1 {
	bottom: -11.25rem;
}

@media only screen and (max-width:1500px) and (min-width:1024px) {
	.flexible-locations .large-2 {
		width: calc(23% - 1.875rem);
	}
}

@media print,screen and (min-width:40em) {
	.flexible-locations + .flexible-green-cta {
		padding-top: 0;
	}
}

.flexible-slides .slide {
	min-height: 53.625rem;
	display: flex;
	align-items: flex-end;
	color: #fff;
}

.flexible-slides .slide:last-child {
	position: relative;
}

.button-container .flexible-slides .slide a, .comments-area .comment-form .form-submit .flexible-slides .slide input[type=submit], .flexible-slides .slide .button, .flexible-slides .slide .button-container a, .flexible-slides .slide .comments-area .comment-form .form-submit input[type=submit] {
	background-color: #fff;
	text-transform: uppercase;
	font-weight: 800;
}

@media print,screen and (max-width:39.99875em) {
	.flexible-green-cta .extend-container {
		border-radius: 2.125rem;
	}
	
	.flexible-locations .decorative-image.dec-2 {
		bottom: -12.5rem;
	}
	
	.flexible-locations {
		padding: 5.625rem 0;
	}
	
	.flexible-locations .decorative-image.dec-2, .flexible-locations.mobile-decor .decorative-image {
		display: none;
	}
	
	.flexible-slides .slide {
		padding: 3.75rem 0 0;
	}
}

.flexible-slides .slide img {
	max-height: 48.75rem;
}

.flexible-slides .slide-content {
	padding: 1.25rem 0 3.75rem;
	font-size: 1.25rem;
	line-height: 1.875rem;
}

.flexible-slides .slide-content strong {
	font-weight: 800;
}

.button-container .flexible-slides .slide-content a, .comments-area .comment-form .form-submit .flexible-slides .slide-content input[type=submit], .flexible-slides .slide-content .button, .flexible-slides .slide-content .button-container a, .flexible-slides .slide-content .comments-area .comment-form .form-submit input[type=submit] {
	margin-top: 1.875rem;
	border: .0625rem solid #fff;
}

.button-container .flexible-slides .slide-content a:hover, .comments-area .comment-form .form-submit .flexible-slides .slide-content input[type=submit]:hover, .flexible-slides .slide-content .button-container a:hover, .flexible-slides .slide-content .button:hover, .flexible-slides .slide-content .comments-area .comment-form .form-submit input[type=submit]:hover {
	border: .0625rem solid #fff;
	color: #fff !important;
	background-color: transparent !important;
}

.flexible-slides .elements {
	position: relative;
	text-align: center;
}

.flexible-slides .elements .circle-1 {
	top: 10%;
	left: 5%;
}

.flexible-slides .elements .circle-2 {
	top: 60%;
	left: 25%;
}

.flexible-slides .elements .circle-3 {
	right: -5%;
	bottom: 10%;
}

.flexible-slides .elements .circle-4 {
	right: -5%;
	top: 10%;
}

.flexible-slides .elements .star-1 {
	left: 16%;
	top: 25%;
}

.flexible-slides .elements .star-2 {
	right: -16%;
	bottom: 40%;
}

.text-editor .element-relative {
	position: relative;
}

.text-editor .element-relative .orange-circle {
	position: absolute;
	left: 4%;
	top: -40px;
}

.text-editor .element-relative .green-star {
	position: absolute;
	top: 10%;
	left: 40%;
}

.text-editor .element-relative .blue-star {
	position: absolute;
	right: 23%;
	top: 12%;
}

.text-editor .element-relative .pink-circle {
	position: absolute;
	left: 60%;
	top: 8%;
}

.text-editor.cms-content {
	padding-top: 3.125rem;
}

.text-editor.cms-content h2 {
	font-size: 2.5rem;
	line-height: 3.375rem;
}

@media print,screen and (min-width:64em) {
	.text-editor.cms-content {
		padding-top: 5.625rem;
	}
	
	.text-editor.cms-content h2 {
		font-size: 3.125rem;
		line-height: 4rem;
	}
	
	.flexible-grids .bento-item {
		min-height: 28.75rem;
	}
}

.flexible-team-section {
	background-color: #fff;
	padding: 6.25rem 0 0;
	position: relative;
	scroll-margin-top: 9.75rem;
}

.flexible-team-section h2 {
	color: #000;
	margin-bottom: 1.875rem;
}

.flexible-team-section .team-block {
	position: relative;
	margin-bottom: 3.75rem;
}

.flexible-team-section .team-block--image {
	position: relative;
	cursor: pointer;
}

.button-container .flexible-team-section .team-block--image a, .comments-area .comment-form .form-submit .flexible-team-section .team-block--image input[type=submit], .flexible-team-section .team-block--image .button, .flexible-team-section .team-block--image .button-container a, .flexible-team-section .team-block--image .comments-area .comment-form .form-submit input[type=submit] {
	position: absolute;
	bottom: .625rem;
	right: 1.875rem;
	padding: .625rem .9375rem;
}

.button-container .flexible-team-section .team-block--image a:hover, .comments-area .comment-form .form-submit .flexible-team-section .team-block--image input[type=submit]:hover, .flexible-team-section .team-block--image .button-container a:hover, .flexible-team-section .team-block--image .button:hover, .flexible-team-section .team-block--image .comments-area .comment-form .form-submit input[type=submit]:hover {
	background-color: #6fbf4a !important;
}

.flexible-team-section .team-block img {
	width: 100%;
	border-radius: 1.6875rem;
	max-height: 33.75rem;
	object-fit: cover;
}

.flexible-team-section .team-block .hover-image {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	height: 100%;
	object-fit: cover;
}

.flexible-team-section .team-block:hover .hover-image {
	opacity: 1;
}

.button-container .flexible-team-section .team-block:hover a, .comments-area .comment-form .form-submit .flexible-team-section .team-block:hover input[type=submit], .flexible-team-section .team-block:hover .button, .flexible-team-section .team-block:hover .button-container a, .flexible-team-section .team-block:hover .comments-area .comment-form .form-submit input[type=submit] {
	background-color: #6fbf4a !important;
}

.flexible-team-section .team-detail {
	margin-top: 2rem;
}

.flexible-team-section .team-detail h3 {
	font-size: 2rem;
	font-style: normal;
	line-height: 2.375rem;
	text-transform: capitalize;
	color: #000;
	margin-bottom: .75rem;
}

.flexible-team-section .team-detail--role {
	color: #00add8;
	font-size: 1.25rem;
	line-height: 160%;
	margin-bottom: .3125rem;
	font-weight: 700;
}

.flexible-team-section .team-detail--link {
	position: absolute;
	right: .9375rem;
	top: 1rem;
	color: #fff;
}

.flexible-team-section .team-detail--link i {
	transform: rotate(45deg);
}

@media print,screen and (max-width:63.99875em) {
	.flexible-team-section {
		padding: 3.125rem 0;
	}
}

@media print,screen and (max-width:39.99875em) {
	.flexible-team-section {
		padding-bottom: 0;
	}
	
	.flexible-team-section .team-member-container {
		padding: .75rem .125rem;
	}
	
	.flexible-team-section .team-detail {
		margin-top: .625rem;
	}
	
	.flexible-team-section .team-detail h3 {
		font-size: .875rem;
		margin-bottom: .3125rem;
	}
	
	.flexible-team-section .team-detail--role {
		font-size: .875rem;
	}
	
	.button-container .flexible-team-section .team-block--image a, .comments-area .comment-form .form-submit .flexible-team-section .team-block--image input[type=submit], .flexible-team-section .team-block--image .button, .flexible-team-section .team-block--image .button-container a, .flexible-team-section .team-block--image .comments-area .comment-form .form-submit input[type=submit] {
		bottom: 0;
		right: .625rem;
	}
	
	.popup-reveal--inner .bio-content .alignleft {
		float: none;
	}
}

@media screen and (max-width:25em) {
	.flexible-team-section .team-cell {
		width: calc(100% - 1.875rem);
	}
	
	.flexible-team-section .team-block {
		max-width: 13.125rem;
		margin-left: auto;
		margin-right: auto;
	}
}

.popup-reveal--container {
	opacity: 0;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1005;
	display: none;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background-color: rgba(0, 0, 0, .8);
	padding: .9375rem;
}

.popup-reveal--container.active {
	display: block;
	opacity: 1;
}

.popup-reveal--container.active .popup-reveal--inner {
	display: block;
}

.popup-reveal--inner {
	max-width: calc(100% - 60px);
	max-height: 98vh;
	z-index: 1006;
	backface-visibility: hidden;
	display: none;
	padding: .625rem;
	border-radius: .3125rem;
	background-color: #fff;
	top: 1.25rem;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	right: auto;
	left: auto;
	margin: 0 auto;
}

.popup-reveal--inner .close-button {
	color: #000 !important;
	background: #fff;
	box-shadow: .0625rem .125rem .1875rem #ddd;
	width: 1.875rem;
	height: 1.875rem;
	border-radius: 100%;
	line-height: 1.875rem;
	right: 40px;
}

.popup-reveal--inner .am-bio-popup {
	padding: 20px;
	line-height: 160%;
}

.popup-reveal--inner strong {
	color: #293140;
}

.popup-reveal--inner ul li {
	color: #6e7480;
	font-size: 1.0625rem;
	line-height: 1.375rem;
	margin-bottom: .5rem;
}

.popup-reveal--inner h2 {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 2.8125rem;
	margin-bottom: .9375rem;
}

.popup-reveal--inner p {
	color: #6e7480;
	font-size: 1.125rem;
	line-height: 1.5rem;
}

.flexible-grids {
	padding: 1.5rem 0;
	scroll-margin-top: 9.5625rem;
}

.flexible-grids .section-introduction {
	max-width: 62.5rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2.5rem;
}

.flexible-grids .section-introduction h2 {
	color: #2a2626;
	font-weight: 800;
}

.flexible-grids .bento-container {
	max-width: 117.875rem;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: auto auto;
	gap: 1.25rem;
	padding: 0;
	grid-template-areas: "bento-item-1 bento-item-1 bento-item-2 bento-item-2 bento-item-2" "bento-item-3 bento-item-3 bento-item-3 bento-item-4 bento-item-4";
}

@media print,screen and (max-width:63.99875em) {
	.flexible-grids .bento-container {
		grid-template-columns: repeat(4, 1fr);
		grid-template-areas: "bento-item-1 bento-item-1 bento-item-2 bento-item-2" "bento-item-3 bento-item-3 bento-item-4 bento-item-4";
	}
	
	.flexible-grids .bento-container .bento-item {
		height: auto;
	}
	
	.flexible-grids .bento-container .bento-item h3 {
		font-size: 1.5rem;
		line-height: 1.875rem;
	}
}

@media print,screen and (max-width:39.99875em) {
	.popup-reveal--inner {
		max-width: 100%;
	}
	
	.popup-reveal--inner .close-button {
		right: .625rem;
	}
	
	.popup-reveal--inner > .grid-x {
		justify-content: center;
	}
	
	.popup-reveal--inner .reveal-image {
		text-align: center;
	}
	
	.flexible-grids .bento-container {
		padding: 1.25rem 0;
		grid-template-columns: repeat(1, 4fr);
		grid-template-areas: "bento-item-1" "bento-item-2" "bento-item-3" "bento-item-4";
	}
	
	.flexible-grids .bento-container .bento-item {
		padding: 2rem !important;
	}
}

.flexible-grids .bento-item {
	border-radius: 3.5rem;
	border: 1px solid #fff;
	box-shadow: 0 10px 32px 0 rgba(0, 0, 0, .06);
	padding: 3.25rem 3.125rem 2.75rem 2.375rem;
	position: relative;
	overflow: hidden;
	background-color: #6fbf4a;
}

.flexible-grids .bento-item .circle {
	position: absolute;
	bottom: 1.875rem;
	right: 4.375rem;
}

.flexible-grids .bento-item .star {
	position: absolute;
	bottom: 5.625rem;
	right: 2.5rem;
}

.flexible-grids .bento-item--intro {
	position: relative;
	z-index: 1;
}

.flexible-grids .bento-item h3 {
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: 3.5rem;
	margin-bottom: 1.625rem;
	color: #fff;
	letter-spacing: -.03125rem;
}

.flexible-grids .bento-item h3 span {
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 59px;
	letter-spacing: -.3px;
}

.flexible-grids .bento-item-content {
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	letter-spacing: .0125rem;
	color: #fff;
	max-width: 43.125rem;
}

.flexible-grids .bento-item-1 {
	grid-area: bento-item-1;
}

.flexible-grids .bento-item-1 .star {
	display: none;
}

.flexible-grids .bento-item-2 {
	grid-area: bento-item-2;
	padding-left: 4rem;
}

.flexible-grids .bento-item-2 .circle {
	display: none;
}

.flexible-grids .bento-item-3 {
	grid-area: bento-item-3;
}

.flexible-grids .bento-item-3 .circle {
	display: none;
}

.flexible-grids .bento-item-3 .star {
	right: 10%;
}

.flexible-grids .bento-item-4 {
	grid-area: bento-item-4;
}

.flexible-grids .bento-item-4 .star {
	display: none;
}

.flexible-grids .bento-item-4 .circle {
	top: 10%;
}

.flexible-grids .bento-item-5 {
	grid-area: bento-item-5;
}

.flexible-grids .bento-item-number {
	color: var(--Off-White, #ededed);
	font-feature-settings: "calt" off;
	font-family: Nunito;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 59px;
	letter-spacing: -.3px;
}

@media print,screen and (min-width:64em) {
	.flexible-grids.ortho-grids .bento-container {
		grid-template-columns: repeat(6, 1fr);
		grid-template-areas: "bento-item-1 bento-item-1 bento-item-1 bento-item-2 bento-item-2 bento-item-2" "bento-item-3 bento-item-3 bento-item-3 bento-item-3 bento-item-4 bento-item-4";
	}
	
	.flexible-grids.grid-alt .bento-container {
		grid-template-columns: repeat(9, 1fr);
		grid-template-areas: "bento-item-1 bento-item-1 bento-item-1 bento-item-1 bento-item-2 bento-item-2 bento-item-2 bento-item-2 bento-item-2" "bento-item-3 bento-item-3 bento-item-3 bento-item-4 bento-item-4 bento-item-4 bento-item-5 bento-item-5 bento-item-5";
	}
}

@media print,screen and (max-width:63.99875em) {
	.flexible-grids .bento-item h3 span {
		font-size: 1.25rem;
		line-height: 1.5625rem;
	}
	
	.flexible-grids .bento-item {
		margin-bottom: .9375rem;
	}
	
	.flexible-grids.grid-alt .bento-container {
		grid-template-columns: repeat(4, 1fr);
		grid-template-areas: "bento-item-1 bento-item-1 bento-item-2 bento-item-2" "bento-item-3 bento-item-3 bento-item-4 bento-item-4" "bento-item-5 bento-item-5 bento-item-5 bento-item-5";
	}
}

@media print,screen and (max-width:39.99875em) {
	.flexible-grids.grid-alt .bento-container {
		grid-template-columns: repeat(1, 1fr);
		grid-template-areas: "bento-item-1" "bento-item-2" "bento-item-3" "bento-item-4" "bento-item-5";
	}
}

.flexible-grids.grid-alt .bento-item {
	display: flex;
	align-items: flex-end;
}

@media print,screen and (min-width:64em) {
	.flexible-grids.landing-grids .bento-container {
		grid-template-areas: "bento-item-1 bento-item-1 bento-item-1 " "bento-item-2 bento-item-3 bento-item-4";
		grid-template-columns: repeat(3, 1fr);
	}
	
	.flexible-grids.landing-grids .bento-container .bento-item-content {
		max-width: none;
	}
	
	.flexible-grids.landing-grids .bento-container .bento-item {
		min-height: auto;
	}
	
	.flexible-grids.landing-grids .bento-container .bento-item-2 {
		padding-left: 2.375rem;
	}
	
	.flexible-grids.landing-grids .bento-container .bento-item-2 .star {
		bottom: 1.5rem;
	}
}

@media screen and (max-width:100em) {
	.flexible-grids.landing-grids .bento-container .bento-item-2, .flexible-grids.landing-grids .bento-container .bento-item-3, .flexible-grids.landing-grids .bento-container .bento-item-4 {
		padding: 2.5rem;
	}
	
	.flexible-grids.landing-grids .bento-container .bento-item-2 h3, .flexible-grids.landing-grids .bento-container .bento-item-3 h3, .flexible-grids.landing-grids .bento-container .bento-item-4 h3 {
		font-size: 1.875rem;
		line-height: 2.5rem;
	}
	
	.flexible-grids.landing-grids .bento-container .bento-item-4 .circle {
		top: 3%;
	}
}

.flexible-grids.logo-bento .bento-item-3 {
	padding-bottom: .9375rem;
}

.flexible-grids.logo-bento .bento-item-3 .bento-item-content {
	max-width: none;
}

.flexible-grids.logo-bento .bento-item-3 .gridlogo {
	display: flex;
	gap: 20px;
}

.flexible-grids.logo-bento .bento-item-3 .grid-logo-left {
	width: 43%;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	padding-right: 5%;
}

.flexible-grids.logo-bento .bento-item-3 .grid-logo-left .logo-1 img, .flexible-grids.logo-bento .bento-item-3 .grid-logo-left .logo-2 img {
	max-height: 17.5rem;
}

.flexible-grids.logo-bento .bento-item-3 .grid-logo-left .logo-2 {
	margin-top: 6.875rem;
}

@media print,screen and (max-width:63.99875em) {
	.flexible-grids.logo-bento .bento-item-3 .gridlogo {
		flex-direction: column;
	}
	
	.flexible-grids.logo-bento .bento-item-3 .grid-logo-left {
		width: 100%;
		padding-right: 0;
	}
	
	.flexible-grids.logo-bento .bento-item-3 .grid-logo-left .logo-2 {
		margin-top: 0;
	}
	
	.flexible-book-cta .slide-content h2 {
		font-size: 2.5rem;
		line-height: 3.375rem;
	}
}

.flexible-grids.logo-bento .bento-item-3 .right-part {
	flex: 1;
	padding-right: 5%;
}

@media screen and (max-width:68.75em) {
	.flexible-grids.logo-bento .bento-item-3 .right-part {
		padding-right: 0;
	}
}

.flexible-grids.logo-bento .bento-item-3 .right-part span {
	display: block;
}

.flexible-gallery.spacer {
	padding: 2.5rem 0 3.75rem;
}

.flexible-gallery h2 {
	margin-bottom: 1.875rem;
}

.flexible-gallery .masonry-gallery {
	column-count: 3;
	column-gap: 1rem;
}

.flexible-gallery .grid-item {
	break-inside: avoid;
	margin-bottom: 1rem;
	border-radius: 8px;
	overflow: hidden;
}

.flexible-gallery .grid-item img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
	object-fit: cover;
}

.flexible-gallery .grid-item.tall img {
	height: 400px;
	object-fit: cover;
}

.flexible-gallery .grid-item.long img {
	height: 250px;
	object-fit: cover;
}

.flexible-gallery .grid-item.small-square img {
	aspect-ratio: 1/1;
	object-fit: cover;
}

.flexible-gallery.gallery-2 .masonry-gallery {
	display: grid;
	column-count: unset;
	column-gap: unset;
	gap: 1rem;
	grid-template-columns: 1fr;
	grid-auto-rows: auto;
	min-height: 0;
}

@media print,screen and (min-width:40em) {
	.flexible-grids {
		padding: 5.375rem 0;
	}
	
	.flexible-grids.logo-bento .bento-container {
		grid-template-areas: "bento-item-1 bento-item-1 bento-item-2 bento-item-2 bento-item-2" "bento-item-3 bento-item-3 bento-item-3 bento-item-3 bento-item-3";
	}
	
	.flexible-gallery.gallery-2 .masonry-gallery {
		grid-template-columns: repeat(6, minmax(0, 1fr));
		grid-template-rows: repeat(5, minmax(0, 1fr));
		align-items: stretch;
		gap: 1.25rem;
		min-height: 32.5rem;
	}
	
	.flexible-gallery.gallery-2 .masonry-gallery .grid-item:nth-child(1) {
		grid-column: 1/span 3;
		grid-row: 1/span 6;
	}
	
	.flexible-gallery.gallery-2 .masonry-gallery .grid-item:nth-child(2) {
		grid-column: 4/span 2;
		grid-row: 1/span 2;
	}
	
	.flexible-gallery.gallery-2 .masonry-gallery .grid-item:nth-child(3) {
		grid-column: 6/span 2;
		grid-row: 1/span 2;
	}
	
	.flexible-gallery.gallery-2 .masonry-gallery .grid-item:nth-child(4) {
		grid-column: 4/span 1;
		grid-row: 3/span 3;
	}
	
	.flexible-gallery.gallery-2 .masonry-gallery .grid-item:nth-child(5) {
		grid-column: 5/span 2;
		grid-row: 3/span 3;
	}
}

.flexible-gallery.gallery-2 .masonry-gallery .grid-item {
	break-inside: unset;
	margin-bottom: 0;
	border-radius: .625rem;
	min-height: 0;
	display: flex;
	flex-direction: column;
}

.flexible-gallery.gallery-2 .masonry-gallery .grid-item img {
	flex: 1 1 auto;
	width: 100%;
	height: 100%;
	min-height: 0;
	display: block;
	border-radius: .625rem;
	object-fit: cover;
}

.flexible-gallery.gallery-2 .masonry-gallery .grid-item.long img, .flexible-gallery.gallery-2 .masonry-gallery .grid-item.small-square img, .flexible-gallery.gallery-2 .masonry-gallery .grid-item.tall img {
	height: 100%;
	aspect-ratio: unset;
}

.flexible-book-cta {
	background-color: #ef5196;
}

.button-container .flexible-book-cta a, .comments-area .comment-form .form-submit .flexible-book-cta input[type=submit], .flexible-book-cta .button, .flexible-book-cta .button-container a, .flexible-book-cta .comments-area .comment-form .form-submit input[type=submit] {
	border-color: #fff;
	background-color: transparent;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
}

.button-container .flexible-book-cta a:hover, .comments-area .comment-form .form-submit .flexible-book-cta input[type=submit]:hover, .flexible-book-cta .button-container a:hover, .flexible-book-cta .button:hover, .flexible-book-cta .comments-area .comment-form .form-submit input[type=submit]:hover {
	background-color: #fff;
	color: #ef5196;
}

.flexible-book-cta h2, .flexible-book-cta h3 {
	color: #fff;
}

.flexible-book-cta h2 {
	margin-bottom: 1.875rem;
}

.flexible-book-cta h3 {
	margin-bottom: 3.75rem;
}

.flexible-book-cta h3 + h2 {
	margin-top: -2.5rem;
}

.flexible-book-cta .image-bottom {
	align-self: flex-end;
}

.flexible-book-cta .slide-content {
	padding: 1.25rem 0 3.75rem;
	font-size: 1.25rem;
	line-height: 1.875rem;
}

.flexible-book-cta .slide-content strong {
	font-weight: 800;
}

.button-container .flexible-book-cta .slide-content a, .comments-area .comment-form .form-submit .flexible-book-cta .slide-content input[type=submit], .flexible-book-cta .slide-content .button, .flexible-book-cta .slide-content .button-container a, .flexible-book-cta .slide-content .comments-area .comment-form .form-submit input[type=submit] {
	margin-top: 1.875rem;
}

.flexible-book-cta .slide-content--info {
	color: #fff;
	max-width: 40rem;
}

.flexible-book-cta .elements {
	position: relative;
}

.flexible-book-cta .elements .circle-1 {
	top: 10%;
	left: 26%;
}

.flexible-book-cta .elements .circle-2 {
	top: 60%;
	left: -11%;
}

.flexible-book-cta .elements .circle-3 {
	right: -5%;
	bottom: 10%;
}

.flexible-book-cta .elements .circle-4 {
	right: -5%;
	top: 10%;
}

.flexible-book-cta .elements .star-1 {
	left: 6%;
	top: 31%;
}

.flexible-book-cta .elements .star-2 {
	right: -16%;
	bottom: 40%;
}

@media print,screen and (max-width:39.99875em) {
	.flexible-gallery .masonry-gallery {
		column-count: 2;
	}
	
	.flexible-gallery.gallery-2 .masonry-gallery .grid-item {
		min-height: 11.25rem;
	}
	
	.flexible-gallery.gallery-2 .masonry-gallery .grid-item:first-child {
		min-height: 16.25rem;
	}
	
	.flexible-book-cta {
		padding-top: 3.75rem;
	}
	
	.flexible-book-cta h2 {
		margin-bottom: .9375rem;
	}
	
	.flexible-book-cta h3 {
		margin-bottom: 1.5rem;
	}
}

@media screen and (max-width:81.25em) {
	.flexible-book-cta + .flexible-locations .decorative-image {
		display: none;
	}
}

.flexible-book-cta.about-cta {
	margin-top: 4.375rem;
}

.flexible-book-cta.about-cta .circle-1 {
	top: 1%;
	left: 11%;
}

.flexible-book-cta.about-cta .circle-4 {
	right: 15%;
}

.flexible-book-cta.about-cta .star-2 {
	right: 0;
}

.flexible-book-cta.about-cta .circle-3 {
	right: 14%;
}

.flexible-book-cta.about-cta .grid-x {
	flex-direction: row-reverse;
}

.flexible-book-cta.m-0 {
	margin-top: 0;
}

.flexible-image-block {
	padding: 5rem 0 2.5rem;
	scroll-margin-top: 9.5625rem;
}

.flexible-image-block h2 {
	color: #faa21b;
	margin-bottom: 1.875rem;
}

.flexible-image-block .large-cell {
	margin-bottom: 3.125rem;
}

.flexible-image-block .large-cell.image-block img {
	height: 23.625rem;
	border-radius: 1.75rem;
	object-fit: cover;
}

.flexible-image-block .large-cell.image-block .image-block--content {
	max-width: 21.25rem;
}

.flexible-image-block .image-block img {
	border-radius: 1.25rem;
	margin-bottom: 1.625rem;
}

.flexible-image-block .image-block--detail {
	text-align: center;
}

.flexible-image-block .image-block h3 {
	color: #2d3648;
}

.flexible-image-block .image-block--content {
	max-width: 27.5rem;
	margin: auto auto 1.875rem;
}

.flexible-image-block .image-block--content p {
	font-size: 1rem;
	color: #000;
	letter-spacing: .01rem;
}

.button-container .flexible-image-block .image-block a, .comments-area .comment-form .form-submit .flexible-image-block .image-block input[type=submit], .flexible-image-block .image-block .button, .flexible-image-block .image-block .button-container a, .flexible-image-block .image-block .comments-area .comment-form .form-submit input[type=submit] {
	width: 100%;
	max-width: 20.375rem;
	text-transform: uppercase;
}

@media print,screen and (max-width:39.99875em) {
	.flexible-image-block .image-block {
		margin-bottom: 1.875rem;
	}
}

.flexible-image-block.landing-section .image-block--detail {
	text-align: left;
}

.flexible-image-block.landing-section .image-block--detail h3 {
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: .24px;
}

.flexible-image-block.landing-section .image-block--content {
	margin-left: 0;
	max-width: none;
}

.flexible-image-block.landing-section .image-block--content p {
	letter-spacing: -.025rem;
	color: #737373;
}

.flexible-image-block.forms-block {
	background: rgba(230, 250, 255, .5);
}

.flexible-image-block.forms-block .grid-x {
	justify-content: flex-start;
}

.flexible-image-block.forms-block h2 {
	color: #2a2626;
	font-weight: 800;
	margin-bottom: 1.875rem;
}

.flexible-image-block.forms-block .image-block img {
	height: 15.0625rem;
	border-radius: 1.25rem;
}

.flexible-services h2 {
	color: #ef5196;
	margin-bottom: 2.5rem;
	font-weight: 800;
}

.flexible-color-cards {
	padding: 3rem 0 3.5rem;
	scroll-margin-top: 9.5625rem;
	background-color: #fff;
}

.flexible-color-cards__header {
	text-align: center;
	max-width: 83.25rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2.5rem;
}

@media print,screen and (min-width:40em) {
	.flexible-book-cta.about-cta .elements {
		margin-top: 4.375rem;
	}
	
	.flexible-color-cards {
		padding: 4.5rem 0 5rem;
	}
	
	.flexible-color-cards__header {
		margin-bottom: 3.5rem;
	}
}

.flexible-color-cards__title {
	margin: 0;
	font-family: Nunito, sans-serif;
	font-size: 2.25rem;
	font-weight: 800;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: .04375rem;
	color: #00add8;
}

@media print,screen and (min-width:40em) {
	.flexible-color-cards__title {
		font-size: 3.25rem;
	}
}

@media print,screen and (min-width:64em) {
	.flexible-gallery.gallery-2 .masonry-gallery {
		min-height: 36.25rem;
	}
	
	.flexible-image-block.forms-block h2 {
		font-size: 2.8125rem;
	}
	
	.flexible-image-block.forms-block .image-block h3 {
		font-size: 1.625rem;
		line-height: 2rem;
	}
	
	.flexible-image-block.forms-block .image-block h3 span {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
	
	.flexible-services h2 {
		margin-bottom: 4.375rem;
	}
	
	.flexible-color-cards__title {
		font-size: 4.375rem;
	}
}

.flexible-color-cards__title span {
	margin: .5rem 0 0;
	font-family: Nunito, sans-serif;
	font-size: 1.375rem;
	font-weight: 800;
	font-style: normal;
	line-height: 1.8;
	letter-spacing: .020625rem;
	color: #ef5196;
	display: block;
}

@media print,screen and (min-width:40em) {
	.flexible-color-cards__title span {
		font-size: 1.75rem;
	}
}

@media print,screen and (min-width:64em) {
	.flexible-color-cards__title span {
		font-size: 2.0625rem;
	}
}

.flexible-color-cards__grid {
	counter-reset: color-card;
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1.3125rem;
	align-items: stretch;
}

@media print,screen and (min-width:40em) {
	.flexible-color-cards__grid {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		max-width: 100.8125rem;
		margin-left: auto;
		margin-right: auto;
	}
}

.flexible-color-cards__card {
	position: relative;
	flex: 1 1 0;
	min-width: 0;
	border-radius: 2.5rem;
	padding: 1.75rem 2rem 2.25rem;
	box-shadow: 0 .625rem 2rem rgba(0, 0, 0, .06);
	counter-increment: color-card;
}

.flexible-color-cards__card::before {
	content: counter(color-card) ".";
	display: block;
	margin-bottom: .75rem;
	font-family: Nunito, sans-serif;
	font-size: 1.75rem;
	font-weight: 800;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: .02rem;
	color: #ededed;
}

.flexible-color-cards__card-title {
	margin: 0 0 1rem;
	font-family: Nunito, sans-serif;
	font-size: 1.625rem;
	font-weight: 800;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: .02rem;
	color: #ededed;
}

@media print,screen and (min-width:40em) {
	.flexible-color-cards__card {
		border-radius: 3rem;
		padding: 2rem 2.25rem 2.5rem;
		max-width: 32.625rem;
	}
	
	.flexible-color-cards__card-title, .flexible-color-cards__card::before {
		font-size: 2rem;
	}
}

.flexible-color-cards__body {
	font-family: Nunito, sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: .0125rem;
	color: #fff;
}

.flexible-color-cards__body p {
	margin: 0;
}

.flexible-color-cards__body p:not(:last-child) {
	margin-bottom: .75rem;
}

.flexible-color-cards__actions {
	margin-top: 2.5rem;
	display: flex;
	justify-content: center;
}

.flexible-color-cards__actions .button-wide {
	background-color: #ef5196;
}

.flexible-color-cards__actions .button-wide.button-green {
	background-color: #6fbf4a;
}

.flexible-color-cards__actions .button-wide.button-green:hover {
	background-color: #589e38;
}

.flexible-dentist-cards {
	padding: 3rem 0 3.5rem;
	scroll-margin-top: 9.5625rem;
	background-color: #ef5196;
	position: relative;
}

.flexible-dentist-cards__intro {
	text-align: center;
	margin-bottom: 2.5rem;
}

@media print,screen and (min-width:40em) {
	.flexible-color-cards__body {
		font-size: 1.25rem;
		min-height: 8rem;
	}
	
	.flexible-color-cards__actions {
		margin-top: 3rem;
	}
	
	.flexible-dentist-cards {
		padding: 7.5rem 0;
	}
	
	.flexible-dentist-cards__intro {
		margin-bottom: 3.5rem;
	}
}

.flexible-dentist-cards__intro h2 {
	margin: 0;
	font-weight: 800;
	color: #fff;
}

.flexible-dentist-cards__grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1.3125rem;
	align-items: stretch;
}

@media print,screen and (min-width:40em) {
	.flexible-dentist-cards__grid {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		gap: 2rem;
		max-width: 100.8125rem;
		margin-left: auto;
		margin-right: auto;
	}
}

.flexible-dentist-cards__card {
	flex: 1 1 0;
	min-width: 0;
	background-color: #fff;
	border-radius: 1.75rem;
	padding: 1.75rem 2rem 2.25rem;
	box-shadow: 0 .625rem 2rem rgba(0, 0, 0, .06);
}

.flexible-dentist-cards__icon {
	margin-bottom: 1rem;
	line-height: 0;
}

.flexible-dentist-cards__icon img {
	display: block;
	max-width: 4.5rem;
	height: auto;
}

.flexible-dentist-cards__card-title {
	margin: 0 0 .75rem;
	font-family: Nunito, sans-serif;
	font-size: 1.375rem;
	font-weight: 800;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: .01375rem;
}

.flexible-dentist-cards__card:nth-child(1) .flexible-dentist-cards__card-title {
	color: #00add8;
}

.flexible-dentist-cards__card:nth-child(2) .flexible-dentist-cards__card-title {
	color: #faa21b;
}

.flexible-dentist-cards__card:nth-child(1) ul li::marker {
	color: #00add8;
}

.flexible-dentist-cards__card:nth-child(2) ul li::marker {
	color: #faa21b;
}

.flexible-dentist-cards__body ul li {
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 195%;
	letter-spacing: .18px;
	color: #4d4d4f;
}

@media print,screen and (min-width:40em) {
	.flexible-dentist-cards__card {
		border-radius: 2.5rem;
		padding: 2rem 2.25rem 2.5rem;
		max-width: 32.625rem;
	}
	
	.flexible-dentist-cards__icon img {
		max-width: 5.5rem;
	}
	
	.flexible-dentist-cards__card-title {
		font-size: 2rem;
		line-height: 1.2;
		letter-spacing: .02rem;
	}
	
	.flexible-dentist-cards__body ul li {
		margin-bottom: 2.5rem;
	}
	
	.flexible-dentist-cards__body {
		font-size: 1.0625rem;
	}
}

.flexible-dentist-cards__body p {
	margin: 0;
}

.flexible-dentist-cards__body p:not(:last-child) {
	margin-bottom: .75rem;
}

.flexible-dentist-cards__note {
	margin: 2.5rem 0 0;
	text-align: center;
	font-family: Nunito, sans-serif;
	font-size: 1rem;
	font-weight: 600;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: .0075rem;
	color: #fff;
}

.flexible-dentist-cards__note b {
	display: block;
}

.flexible-dentist-cards .circle, .flexible-dentist-cards .star {
	position: absolute;
}

.flexible-dentist-cards .star-1 {
	left: 50%;
	top: 1.875rem;
}

.flexible-dentist-cards .star-2 {
	right: 10%;
	bottom: 10%;
}

.flexible-dentist-cards .star-3 {
	left: 14%;
	bottom: 15%;
}

.flexible-dentist-cards .circle-1 {
	left: 3%;
	top: 16%;
}

.flexible-dentist-cards .circle-2 {
	right: 15%;
	top: 15%;
}

.flexible-dentist-cards .circle-3 {
	right: 3%;
	bottom: 6%;
}

.flexible-icon-cards {
	padding: 3rem 0 3.5rem;
	scroll-margin-top: 9.5625rem;
	background-color: #fff;
	position: relative;
}

.flexible-icon-cards::before {
	content: "";
	position: absolute;
	top: -4.0625rem;
	left: 1.875rem;
	width: 20rem;
	height: 21.875rem;
	background-image: url("https://kidsdentalgroup.ca/nitropack_static/hETHRayJFeAzTnnLGEiwOuQawjzJjQyL/assets/images/optimized/rev-16f02c3/kidsdentalgroup.ca/wp-content/themes/kdg/images/restoritive-decor.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.flexible-icon-cards .grid-container {
	max-width: 102.5rem;
}

.flexible-icon-cards__intro {
	text-align: center;
	max-width: 55.625rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2.5rem;
}

.flexible-icon-cards__intro h2 {
	margin: 0;
	font-family: Nunito, sans-serif;
	font-size: 2.25rem;
	font-weight: 800;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: .04375rem;
	color: #4d4d4f;
}

@media print,screen and (min-width:40em) {
	.flexible-dentist-cards__note {
		margin-top: 3rem;
		font-size: 1.125rem;
	}
	
	.flexible-icon-cards {
		padding: 4.5rem 0 5rem;
	}
	
	.flexible-icon-cards__intro {
		margin-bottom: 3.5rem;
	}
	
	.flexible-icon-cards__intro h2 {
		font-size: 3.25rem;
	}
}

.flexible-icon-cards__grid {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.3125rem;
	align-items: stretch;
	max-width: 66.25rem;
	position: relative;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flexible-icon-cards__grid::after {
	content: "";
	position: absolute;
	bottom: -4.0625rem;
	right: -16.25rem;
	width: 20rem;
	height: 28.125rem;
	background-image: url("https://kidsdentalgroup.ca/nitropack_static/hETHRayJFeAzTnnLGEiwOuQawjzJjQyL/assets/images/optimized/rev-16f02c3/kidsdentalgroup.ca/wp-content/themes/kdg/images/mirror.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

@media print,screen and (max-width:63.99875em) {
	.flexible-dentist-cards .circle, .flexible-dentist-cards .star, .flexible-icon-cards::before, .flexible-icon-cards__grid::after {
		display: none;
	}
}

@media print,screen and (max-width:39.99875em) {
	.flexible-icon-cards__grid {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 1.5rem;
	}
}

.flexible-icon-cards__card {
	border-radius: 1.75rem;
	padding: 1.75rem 1.5rem 2rem;
	box-shadow: 0 .625rem 2rem rgba(0, 0, 0, .06);
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: 0;
}

.flexible-icon-cards__card--colored {
	box-shadow: 0 .625rem 1.75rem rgba(0, 0, 0, .12);
}

.flexible-icon-cards__icon {
	margin-bottom: 1rem;
	line-height: 0;
}

.flexible-icon-cards__icon img {
	display: block;
	max-width: 4rem;
	height: auto;
	max-height: 2.5rem;
	width: auto;
}

.flexible-icon-cards__card-title {
	margin: 0 0 .75rem;
	font-family: Nunito, sans-serif;
	font-size: 1.25rem;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: .0125rem;
	color: #2d3648;
}

@media print,screen and (min-width:40em) {
	.flexible-icon-cards__grid {
		gap: 2rem;
	}
	
	.flexible-icon-cards__card {
		border-radius: 2.5rem;
		padding: 2rem 1.75rem 2.25rem;
	}
	
	.flexible-icon-cards__icon img {
		max-width: 4.5rem;
	}
	
	.flexible-icon-cards__card-title {
		font-size: 1.625rem;
		letter-spacing: .01625rem;
	}
}

.flexible-icon-cards__body {
	font-family: Nunito, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: .01rem;
	color: #2d3648;
}

.flexible-icon-cards__card--colored .flexible-icon-cards__card-title {
	color: #ededed;
}

.flexible-icon-cards__card--colored .flexible-icon-cards__body {
	color: #fff;
}

.flexible-icon-cards + .flexible-slides {
	min-height: 59.5625rem;
}

.flexible-icon-cards + .flexible-slides .slide-1 .star-1 {
	left: 2%;
	top: 60%;
}

.flexible-icon-cards + .flexible-slides .slide-2 .grid-x {
	flex-direction: row-reverse;
}

.flexible-icon-cards + .flexible-slides .slide-2 .circle-1 {
	top: -10%;
	left: 5%;
}

.flexible-icon-cards + .flexible-slides .slide-2 .circle-4 {
	right: -110%;
	top: -6%;
}

.flexible-icon-cards + .flexible-slides .slide-2 .star-2 {
	right: -116%;
	bottom: 17%;
}

.flexible-icon-cards.three_columns::before {
	display: none;
}

.flexible-icon-cards.three_columns .section-introduction h2 {
	font-size: 45px;
	font-style: normal;
	font-weight: 800;
	line-height: 120%;
	letter-spacing: .45px;
	text-transform: capitalize;
}

.flexible-icon-cards.three_columns .section-introduction__content {
	margin-top: 24px;
}

.flexible-icon-cards.three_columns .flexible-icon-cards__grid .flexible-icon-cards__card-title {
	text-transform: capitalize;
}

.flexible-patron-pass {
	position: relative;
	padding: 0;
	min-height: 24.375rem;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}

.flexible-patron-pass::before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: rgba(0, 0, 0, .08);
	z-index: 1;
}

.flexible-patron-pass .grid-container {
	position: relative;
	z-index: 2;
	max-width: 102.5rem;
	min-height: inherit;
	display: flex;
	align-items: stretch;
	padding-top: 2.125rem;
	padding-bottom: 2.125rem;
}

@media print,screen and (min-width:40em) {
	.flexible-icon-cards__body {
		font-size: 1.125rem;
		letter-spacing: -.01125rem;
		line-height: 1.875rem;
		font-weight: 500;
	}
	
	.flexible-icon-cards.three_columns .section-introduction__content {
		font-size: 20px;
	}
	
	.flexible-icon-cards.three_columns .flexible-icon-cards__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	
	.flexible-patron-pass {
		min-height: 32.5rem;
	}
	
	.flexible-patron-pass .grid-container {
		padding-top: 2.25rem;
		padding-bottom: 2.25rem;
	}
}

.flexible-patron-pass__background {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.flexible-patron-pass__content {
	background-color: #e46645;
	width: min(100%, 40.8125rem);
	min-height: 20.125rem;
	padding: 2.25rem 1.5rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 1.75rem;
}

.flexible-patron-pass__content .section-introduction h2 {
	margin: 0;
	font-family: Nunito, sans-serif;
	font-size: 2.125rem;
	font-weight: 800;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: -.03125rem;
	color: #222223;
}

.flexible-patron-pass__body {
	color: #222223;
	font-family: Nunito, sans-serif;
	font-size: 1.0625rem;
	font-weight: 500;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: .01rem;
	max-width: 26.75rem;
}

@media print,screen and (min-width:40em) {
	.flexible-patron-pass__content {
		min-height: 37.5rem;
		padding: 4.5rem;
		gap: 1.5rem;
	}
	
	.flexible-patron-pass__content .section-introduction h2 {
		font-size: 3.375rem;
		letter-spacing: -.04875rem;
	}
	
	.flexible-patron-pass__body {
		font-size: 1.125rem;
		line-height: 1.35;
		letter-spacing: -.01125rem;
	}
}

.flexible-patron-pass__cta {
	display: inline-flex;
	align-items: center;
	gap: .375rem;
	width: fit-content;
	color: #222223;
	font-family: Nunito, sans-serif;
	font-size: .875rem;
	font-weight: 800;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: .0125rem;
	text-transform: none;
}

.flexible-patron-pass__cta:hover {
	color: #222223;
	text-decoration: underline;
}

.flexible-patron-pass__cta-arrow {
	font-size: 1rem;
	line-height: 1;
}

.flexible-pricing {
	padding: 3rem 0 3.5rem;
	scroll-margin-top: 9.5625rem;
	background-color: #ef5196;
	position: relative;
	overflow: hidden;
}

.flexible-pricing .grid-container {
	max-width: 102.5rem;
}

.flexible-pricing__header {
	text-align: center;
	max-width: 61.25rem;
	margin: 0 auto 1.5rem;
}

@media print,screen and (min-width:40em) {
	.flexible-pricing {
		padding: 4.5rem 0 5rem;
	}
	
	.flexible-pricing__header {
		margin-bottom: 2rem;
	}
}

.flexible-pricing__header .section-introduction h2 {
	margin: 0;
	color: #fff;
	font-family: Nunito, sans-serif;
	font-size: 2.625rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: .04375rem;
}

@media print,screen and (min-width:64em) {
	.flexible-icon-cards__intro h2, .flexible-pricing__header .section-introduction h2 {
		font-size: 4.375rem;
	}
}

.flexible-pricing__intro {
	margin: .875rem auto 0;
	max-width: 55.0625rem;
	color: #fff;
	font-family: Nunito, sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: .0125rem;
}

.flexible-pricing__responsive-tabs {
	list-style: none;
	margin: 0 0 1.5rem;
	padding: 0;
	border: 0;
	background: 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: .5rem;
}

.flexible-pricing__responsive-tabs .accordion-item, .flexible-pricing__responsive-tabs .tabs-title {
	list-style: none;
	margin: 0;
	float: none;
	border: 0;
	background: 0 0;
}

.flexible-pricing__responsive-tabs .accordion-title, .flexible-pricing__responsive-tabs > li > a {
	border: 0;
	border-radius: .375rem;
	background: rgba(237, 237, 237, .4);
	color: #fff;
	text-transform: uppercase;
	font-family: Nunito, sans-serif;
	font-size: .875rem;
	font-weight: 800;
	letter-spacing: .0875rem;
	line-height: 1.2;
	padding: 1rem 2.625rem 1rem 1rem;
	min-height: 3.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.flexible-pricing__responsive-tabs .accordion-title::before, .flexible-pricing__responsive-tabs > li > a::before {
	color: #fff;
	right: .75rem;
	top: 50%;
	transform: translateY(-50%);
}

.flexible-pricing__responsive-tabs .accordion-item.is-active .accordion-title, .flexible-pricing__responsive-tabs .is-active > a {
	background-color: #fff;
	color: #00add8;
}

.flexible-pricing__responsive-tabs .accordion-item.is-active .accordion-title::before, .flexible-pricing__responsive-tabs .is-active > a::before {
	color: #00add8;
}

@media print,screen and (min-width:40em) {
	.flexible-pricing__intro {
		font-size: 1.25rem;
	}
	
	.flexible-pricing__responsive-tabs {
		margin-bottom: 2rem;
	}
	
	.flexible-pricing__responsive-tabs .accordion-title, .flexible-pricing__responsive-tabs > li > a {
		padding: 1rem 1.5rem;
		font-size: .9375rem;
		letter-spacing: .103125rem;
		min-height: 3.625rem;
	}
}

.flexible-pricing .tabs-content {
	border: 0;
	background: 0 0;
	max-width: 49.9375rem;
	margin: 0 auto;
}

.flexible-pricing .accordion-content, .flexible-pricing .tabs-panel {
	border: 0;
	background: 0 0;
	padding: 0;
}

.flexible-pricing__table-wrap {
	background-color: #fff;
	border-radius: 2.8125rem;
	padding: 2rem 1.5rem 1.875rem;
}

.flexible-pricing__table-title {
	margin: 0 0 1.5rem;
	text-align: center;
	text-transform: uppercase;
	color: #00add8;
	font-family: Nunito, sans-serif;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: .1225rem;
}

@media print,screen and (min-width:40em) {
	.flexible-pricing__table-wrap {
		padding: 2.75rem 3.125rem 1.875rem;
	}
	
	.flexible-pricing__table-title {
		font-size: 1.75rem;
	}
}

.flexible-pricing__table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	border-spacing: 0;
	background: 0 0;
}

.flexible-pricing__table td, .flexible-pricing__table th {
	border-bottom: .0625rem solid #ddd;
	padding: .5rem 0;
	color: #000;
	font-family: Nunito, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: .01125rem;
	text-align: left;
}

.flexible-pricing__table td:last-child, .flexible-pricing__table th:last-child {
	text-align: right;
}

.flexible-pricing__table thead th {
	border-bottom: .0625rem solid #ddd;
	color: #4d4d4f;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .01625rem;
	padding-bottom: .625rem;
}

.flexible-pricing__table td.flexible-pricing__table-note {
	font-size: .75rem;
	color: #8a8a8a;
	text-align: center !important;
	border-bottom: 0;
	padding-top: .75rem;
}

.flexible-pricing__bottom-note {
	max-width: 55.0625rem;
	margin: 1.75rem auto 0;
	text-align: center;
	color: #fff;
	font-family: Nunito, sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: .0125rem;
}

.flexible-pricing__actions {
	margin-top: 1.25rem;
	display: flex;
	justify-content: center;
}

.button-container .flexible-pricing__actions a, .comments-area .comment-form .form-submit .flexible-pricing__actions input[type=submit], .flexible-pricing__actions .button, .flexible-pricing__actions .button-container a, .flexible-pricing__actions .comments-area .comment-form .form-submit input[type=submit] {
	background-color: #6fbf4a;
	color: #fff;
	border-color: #6fbf4a;
	letter-spacing: .12375rem;
}

@media print,screen and (max-width:63.99875em) {
	.flexible-pricing__header {
		margin-bottom: 1rem;
	}
	
	.flexible-pricing__header .section-introduction h2 {
		font-size: 2.5rem;
	}
	
	.flexible-pricing__intro {
		font-size: 1rem;
	}
	
	.flexible-pricing__table-wrap {
		border-radius: 1.5rem;
		padding: 1.25rem 1rem .875rem;
	}
	
	.flexible-pricing .accordion-item {
		background: #fff;
		border-radius: .9375rem;
		border: .0625rem solid #ededed;
	}
	
	.flexible-pricing__responsive-tabs .accordion-title, .flexible-pricing__responsive-tabs > li > a {
		width: 100%;
		justify-content: flex-start;
		text-align: left;
		background: 0 0 !important;
		color: #00add8;
	}
	
	.flexible-pricing__responsive-tabs > li > a::before {
		color: #00add8 !important;
		margin-top: 0 !important;
		font-size: 1.375rem !important;
	}
	
	.flexible-pricing .flexible-pricing__table-title {
		display: none;
	}
	
	.flexible-pricing__table-title {
		font-size: 1.25rem;
		margin-bottom: .75rem;
		letter-spacing: .075rem;
	}
	
	.flexible-pricing__table thead th {
		font-size: 1.125rem;
	}
	
	.flexible-pricing__table td, .flexible-pricing__table th {
		font-size: .875rem;
		line-height: 1.55;
	}
	
	.flexible-pricing__bottom-note {
		font-size: 1rem;
	}
	
	.flexible-pricing__responsive-tabs {
		margin-bottom: .75rem;
		flex-direction: column;
	}
}

.flexible-pricing .circle, .flexible-pricing .star {
	position: absolute;
}

.flexible-pricing .circle-1 {
	top: 6%;
	left: 5%;
}

.flexible-pricing .circle-2 {
	top: 12%;
	right: 4%;
}

.flexible-pricing .circle-3 {
	bottom: 14%;
	right: 2%;
}

.flexible-pricing .star-1 {
	right: 13%;
	top: 50%;
}

.flexible-pricing .star-2 {
	right: 10%;
	bottom: 10%;
}

.flexible-pricing .star-3 {
	left: 14%;
	bottom: 15%;
}

@media print,screen and (max-width:39.99875em) {
	.flexible-pricing .circle, .flexible-pricing .star {
		display: none;
	}
}

.flexible-grid-section {
	padding: 3rem 0 3.5rem;
	scroll-margin-top: 9.5625rem;
	background-color: #00add8;
	position: relative;
}

.flexible-grid-section .grid-container {
	max-width: 102.5rem;
}

.flexible-grid-section__header {
	text-align: center;
	max-width: 68.75rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2.5rem;
}

@media print,screen and (min-width:40em) {
	.flexible-grid-section {
		padding: 7.5rem 0 5rem;
	}
	
	.flexible-grid-section__header {
		margin-bottom: 3rem;
	}
}

.flexible-grid-section__title {
	margin: 0;
	font-family: Nunito, sans-serif;
	font-size: 2rem;
	font-weight: 800;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: .02rem;
	color: #fff;
}

@media print,screen and (min-width:40em) {
	.flexible-grid-section__title {
		font-size: 3rem;
	}
}

@media print,screen and (min-width:64em) {
	.flexible-grid-section__title {
		font-size: 3.5rem;
	}
}

.flexible-grid-section__title span {
	margin: 1rem 0 0;
	font-family: Nunito, sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: .01125rem;
	color: #fff;
	display: block;
}

.flexible-grid-section__main {
	display: grid;
	gap: 1.3125rem;
	align-items: stretch;
}

@media print,screen and (min-width:40em) {
	.flexible-grid-section__title span {
		font-size: 1.375rem;
	}
	
	.flexible-grid-section__main--with-image {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		grid-template-rows: auto auto;
		align-items: stretch;
	}
	
	.flexible-grid-section__main--with-image .flexible-grid-section__card-grid {
		display: contents;
	}
	
	.flexible-grid-section__main--with-image .flexible-grid-section__card {
		min-height: 0;
		align-self: stretch;
		display: flex;
		flex-direction: column;
	}
	
	.flexible-grid-section__main--with-image .flexible-grid-section__card:nth-child(1) {
		grid-column: 1;
		grid-row: 1;
	}
	
	.flexible-grid-section__main--with-image .flexible-grid-section__card:nth-child(2) {
		grid-column: 2;
		grid-row: 1;
	}
	
	.flexible-grid-section__main--with-image .flexible-grid-section__card:nth-child(3) {
		grid-column: 1;
		grid-row: 2;
	}
	
	.flexible-grid-section__main--with-image .flexible-grid-section__card:nth-child(4) {
		grid-column: 2;
		grid-row: 2;
	}
	
	.flexible-grid-section__main--with-image .flexible-grid-section__card:nth-child(n+5) {
		grid-column: 1/span 2;
		grid-row: auto;
	}
	
	.flexible-grid-section__main--with-image .flexible-grid-section__media {
		grid-column: 3;
		grid-row: 1/span 2;
		align-self: stretch;
		min-height: 0;
	}
	
	.flexible-grid-section__main--with-image:not(:has(.flexible-grid-section__card)) .flexible-grid-section__media {
		grid-column: 1/-1;
		grid-row: auto;
	}
}

.flexible-grid-section__card-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.3125rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flexible-grid-section__card {
	background-color: #fff;
	border-radius: 1.75rem;
	padding: 1.5rem 1.375rem 1.75rem;
	box-shadow: 0 .625rem 2rem rgba(0, 0, 0, .06);
}

.flexible-grid-section__icon {
	margin-bottom: 1rem;
	line-height: 0;
}

.flexible-grid-section__icon img {
	display: block;
	max-width: 3.5rem;
	height: auto;
}

.flexible-grid-section__card-title {
	margin: 0 0 .75rem;
	font-family: Nunito, sans-serif;
	font-size: 1.25rem;
	font-weight: 800;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: .0125rem;
}

.flexible-grid-section__card-title br {
	display: none;
}

@media print,screen and (min-width:40em) {
	.flexible-grid-section__card {
		border-radius: 2rem;
		padding: 3.25rem 1.5rem 2.8125rem 3.375rem;
	}
	
	.flexible-grid-section__main--with-image .flexible-grid-section__card {
		height: 100%;
	}
	
	.flexible-grid-section__card-title {
		font-size: 2rem;
		line-height: 1.2;
		font-weight: 800;
	}
	
	.flexible-grid-section__card-title br {
		display: block;
	}
}

.flexible-grid-section__card:nth-child(4n+1) .flexible-grid-section__card-title {
	color: #ef5196;
}

.flexible-grid-section__card:nth-child(4n+2) .flexible-grid-section__card-title {
	color: #faa21b;
}

.flexible-grid-section__card:nth-child(4n+3) .flexible-grid-section__card-title {
	color: #00add8;
}

.flexible-grid-section__card:nth-child(4n+4) .flexible-grid-section__card-title {
	color: #6fbf4a;
}

.flexible-grid-section__body {
	font-family: Nunito, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: .01rem;
	color: #2d3648;
}

@media print,screen and (min-width:40em) {
	.flexible-grid-section__body {
		font-size: 1.0625rem;
	}
	
	.flexible-grid-section__main--with-image .flexible-grid-section__card .flexible-grid-section__body {
		flex: 1 1 auto;
	}
}

.flexible-grid-section__media {
	border-radius: 1.75rem;
	overflow: hidden;
	min-height: 17.5rem;
	box-shadow: 0 .625rem 2rem rgba(0, 0, 0, .08);
	display: flex;
	flex-direction: column;
}

.flexible-grid-section__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 17.5rem;
	object-fit: cover;
	flex: 1 1 auto;
}

.flexible-grid-section__actions {
	margin-top: 2.5rem;
	display: flex;
	justify-content: center;
}

@media print,screen and (min-width:40em) {
	.flexible-grid-section__media {
		border-radius: 2rem;
	}
	
	.flexible-grid-section__main--with-image .flexible-grid-section__media, .flexible-grid-section__main--with-image .flexible-grid-section__media img {
		min-height: 0;
	}
	
	.flexible-grid-section__actions {
		margin-top: 3rem;
	}
}

.flexible-grid-section .circle-1 {
	top: 6%;
}

@media print,screen and (min-width:64em) {
	.flexible-grid-section .circle-1 {
		top: 20%;
	}
}

.flexible-grid-section .circle-2 {
	top: 8%;
	right: 10%;
}

.flexible-grid-section .circle-3 {
	bottom: 37%;
	right: 8%;
}

.flexible-grid-section .star-1 {
	left: 38%;
	top: 3%;
}

.flexible-grid-section .star-2 {
	bottom: 6%;
	right: 25%;
}

.flexible-grid-section .star-3 {
	left: 24%;
	bottom: 4%;
}

.flexible-single-image img {
	width: 100%;
	max-height: 42.9375rem;
	object-fit: cover;
}

.flexible-faq-section {
	padding: 5rem 0;
}

.flexible-faq-section .accordion {
	background-color: transparent;
}

.flexible-faq-section .accordion-item {
	background-color: transparent;
	border-bottom: .0625rem solid rgba(255, 255, 255, .4);
}

.flexible-faq-section .accordion-item .accordion-title {
	border: 0;
	color: #00add8;
	background: 0 0 !important;
	font-weight: 700;
	font-size: 1.875rem;
	font-style: normal;
	line-height: 2.5rem;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	letter-spacing: .025rem;
	padding-right: 3.75rem;
}

.flexible-faq-section .accordion-item .accordion-title::before {
	content: "+";
	background-size: contain;
	width: 2.375rem;
	height: 2.375rem;
	border: .1875rem solid #00add8;
	border-radius: 100%;
	line-height: 1.875rem;
	text-align: center;
	background-repeat: no-repeat;
	font-weight: 300;
	font-size: 1.75rem;
	color: #00add8;
	margin-top: 0;
	top: 2.1875rem;
}

.flexible-faq-section .accordion-item.is-active .accordion-title::before {
	content: "-";
}

.flexible-faq-section .accordion-content {
	background: 0 0;
	border: 0 !important;
	color: #000;
	padding-top: 0;
	padding-bottom: 1.875rem;
}

.flexible-faq-section .accordion-content p {
	font-size: 1.25rem;
	line-height: rm-calc(26);
}

@media print,screen and (min-width:64em) {
	.flexible-faq-section .accordion-item .accordion-title {
		font-size: 2.5rem;
		line-height: 3.125rem;
	}
	
	.flexible-faq-section .accordion-item .accordion-title .a-title {
		max-width: 87%;
		display: block;
	}
	
	.flexible-faq-section .accordion-item .accordion-title::before {
		width: 3.25rem;
		height: 3.25rem;
		line-height: 2.75rem;
		font-size: 2.25rem;
		top: 2.8125rem;
	}
	
	.flexible-faq-section .accordion-content {
		max-width: 80%;
	}
	
	.flexible-faq-section .accordion-content p {
		font-size: 1.875rem;
		line-height: rm-calc(36);
	}
}

.contact-hero {
	padding: 6.25rem 0;
	background: rgba(230, 250, 255, .5);
}

.contact-hero h1 {
	font-weight: 800;
	color: #2a2626;
	letter-spacing: .04375rem;
}

.contact-hero__introduction {
	color: #2a2626;
	font-size: 1.25rem;
	line-height: 1.5rem;
	max-width: 34.75rem;
	font-weight: 400;
	margin-top: 1.875rem;
}

.contact-hero .contact-info {
	margin-top: 1.875rem;
	position: relative;
	color: #2a2626;
}

.contact-hero .contact-info a, .contact-hero .contact-info label {
	color: #00add8;
	font-size: 1.375rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -.16px;
	display: inline-block;
	margin-bottom: .625rem;
}

.contact-hero .contact-info a {
	color: #2a2626;
	display: inline-block;
	margin-left: .625rem;
}

@media print,screen and (max-width:39.99875em) {
	.flexible-faq-section .section-introduction {
		text-align: left;
		margin-bottom: .625rem;
	}
	
	.button-container .flexible-faq-section .section-introduction.style-2 a, .comments-area .comment-form .form-submit .flexible-faq-section .section-introduction.style-2 input[type=submit], .flexible-faq-section .section-introduction.style-2 .button, .flexible-faq-section .section-introduction.style-2 .button-container a, .flexible-faq-section .section-introduction.style-2 .comments-area .comment-form .form-submit input[type=submit] {
		position: relative;
		right: auto;
		top: auto;
		transform: none;
		margin-top: 1.25rem;
	}
	
	.contact-hero .kdg-form {
		margin-top: 2.5rem;
		padding: 2.125rem 1.5625rem;
		border-radius: 1.875rem;
	}
	
	.contact-hero .contact-info {
		font-size: 1rem;
		line-height: 1.375rem;
		margin-left: .3125rem;
		margin-right: .3125rem;
	}
	
	.contact-hero .contact-info label {
		font-size: 1.25rem;
		line-height: 1.875rem;
	}
}

@media print,screen and (min-width:64em) {
	.contact-hero {
		padding: 8.125rem 0;
	}
	
	.contact-hero--content {
		margin-top: 4.375rem;
	}
	
	.kdg-form .gfield input:not([type=submit],[type=file]), .kdg-form .gfield select, .kdg-form .gfield textarea {
		margin-bottom: 0 !important;
	}
}

.contact-element {
	position: relative;
}

.contact-element .green-star {
	right: 20%;
	top: -8.125rem;
}

.contact-element .blue-star {
	bottom: -10%;
	right: 30%;
}

.contact-element .orange-circle {
	top: 50%;
	right: 14%;
	position: absolute;
}

.contact-element .pink-circle {
	bottom: -20%;
	left: 0;
	position: absolute;
}

.kdg-form {
	border-radius: 2.3125rem;
	background: #fff;
	box-shadow: .625rem .625rem 1.875rem .625rem rgba(0, 0, 0, .12);
	padding: 4.0625rem 3.375rem 2.1875rem;
	position: relative;
	z-index: 1;
}

.kdg-form h2 {
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	color: #00add8;
}

.kdg-form h2 span {
	font-weight: 500;
}

.kdg-form--description {
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	letter-spacing: .0125rem;
}

.kdg-form .gform_required_legend {
	display: none;
}

.kdg-form .gfield-title, .kdg-form .gform-field-label {
	color: #4d4d4d;
	font-size: 1rem !important;
	font-weight: 400 !important;
}

.kdg-form .gfield {
	margin-bottom: .625rem !important;
}

.kdg-form .gfield input:not([type=submit],[type=file]), .kdg-form .gfield select, .kdg-form .gfield textarea {
	height: 2.875rem;
	border-radius: .625rem;
	border: 1px solid #6fbf4a;
	background: #fff;
	padding: .625rem 1.875rem .625rem 1.5rem !important;
}

.kdg-form .gfield input:not([type=submit],[type=file])::placeholder, .kdg-form .gfield select::placeholder, .kdg-form .gfield textarea::placeholder {
	color: rgba(34, 51, 84, .7);
	letter-spacing: -.56px;
}

.kdg-form .gfield select {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"9\" viewBox=\"0 0 16 9\" fill=\"none\"><path d=\"M8.70711 8.20711C8.31659 8.59763 7.68343 8.59763 7.2929 8.20711L0.928912 1.84318C0.538386 1.45265 0.538383 0.819489 0.928906 0.428963C1.31943 0.0384369 1.95259 0.0384344 2.34312 0.428957L8 6.08579L13.6568 0.42891C14.0474 0.038384 14.6805 0.0383816 15.071 0.428904C15.4616 0.819427 15.4616 1.45259 15.071 1.84312L8.70711 8.20711ZM9 5.5L9 7.5L7 7.50001L7 5.5L9 5.5Z\" fill=\"%2301286A\"/></svg>");
	background-repeat: no-repeat;
	background-position: 98% 17px;
}

.kdg-form .gfield select.nitro-lazy {
	background-image: none !important;
}

.kdg-form .gfield .ginput_container_textarea .gfield_description {
	display: none;
}

.kdg-form .gfield.gfield--type-checkbox {
	margin-top: .5rem;
}

.kdg-form .gfield.gfield--type-checkbox input[type=checkbox] {
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	color: currentColor;
	width: 1.15em;
	height: 1.15em;
	border: .0625rem solid #6fbf4a;
	border-radius: .375rem;
	transform: translateY(-.075em);
	display: grid;
	place-content: center;
	padding: 0 !important;
}

.kdg-form .gfield.gfield--type-checkbox input[type=checkbox]::before {
	content: "";
	width: .65em;
	height: .65em;
	transform: scale(0);
	transition: transform 120ms ease-in-out;
	box-shadow: inset 1em 1em #6fbf4a;
	border-radius: .125rem;
}

.kdg-form .gfield.gfield--type-checkbox input[type=checkbox]:checked::before {
	transform: scale(1);
}

.kdg-form .gfield.gfield--type-checkbox input[type=checkbox] + label {
	width: calc(100% - 1.25rem);
}

.kdg-form .gfield .gchoice {
	display: flex;
	margin-bottom: .5625rem;
}

.kdg-form .gfield .gchoice input {
	margin-bottom: 0;
	margin-top: .5rem;
}

.kdg-form .gform_button {
	background-color: #faa21b;
	color: #fff;
	font-weight: 700;
	transition: .6s;
	font-size: 1rem;
	border-radius: .4375rem;
	text-transform: uppercase;
	margin-top: .875rem;
}

.kdg-form .gform_button:hover {
	background: #f8972b;
}

.kdg-form .gform_confirmation_message {
	font-size: 2.25rem;
	line-height: 3rem;
	font-weight: 600;
}

.kdg-form.submitted .kdg-form--description, .kdg-form.submitted h2 {
	display: none;
}

@media print,screen and (max-width:63.99875em) {
	.flexible-grid-section .circle, .flexible-grid-section .star {
		display: none;
	}
	
	.kdg-form {
		padding: 1.875rem 1.25rem;
	}
}

.gravity-theme.ui-datepicker .ui-datepicker-header select, .gravity-theme.ui-datepicker .ui-datepicker-header select.ui-datepicker-month {
	min-width: 4.9375rem;
	-moz-text-align-last: left !important;
	text-align-last: left !important;
}

.page-template-location-page-template .simple-hero {
	display: none;
}

.location-page .flexible-grids .bento-item {
	min-height: auto;
}

.location-page .site-hero--title {
	opacity: .8;
}

.location-page .grwp_business-title {
	display: none;
}

.location-page__section-actions {
	margin-top: 2.5rem;
	display: flex;
	justify-content: center;
}

.location-page .location-services .flexible-grid-section__icon {
	width: 3.5rem;
	height: 3.5rem;
}

.location-page .location-services .flexible-grid-section__icon img {
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: contain;
}

.location-page .location-services .flexible-grid-section__card-title br {
	display: block;
}

.location-page .location-services .flexible-grid-section__card:nth-child(1) .flexible-grid-section__card-title {
	color: #ef5196;
}

.location-page .location-services .flexible-grid-section__card:nth-child(2) .flexible-grid-section__card-title {
	color: #00add8;
}

.location-page .location-services .flexible-grid-section__card:nth-child(3) .flexible-grid-section__card-title {
	color: #faa21b;
}

.location-page .location-services .flexible-grid-section__card:nth-child(4) .flexible-grid-section__card-title {
	color: #6fbf4a;
}

.location-page .location-services .flexible-grid-section__actions .button-green {
	background-color: #6fbf4a;
}

.location-page .location-services .flexible-grid-section__actions .button-green:hover {
	background-color: #589e38;
}

.location-page__hero #book-consultation {
	scroll-margin-top: 10rem;
}

.location-page__hero .circle, .location-page__hero .star {
	background-image: none;
}

.location-page__hero .circle.nitro-lazy, .location-page__hero .star.nitro-lazy {
	background-image: none !important;
}

.location-page__hero .green-crown {
	position: absolute;
	left: 40%;
	top: 18%;
	z-index: 1;
}

.location-page__hero .blue-crown {
	position: absolute;
	right: 8%;
	top: 12%;
	z-index: 1;
}

@media print,screen and (min-width:64em) {
	.location-page__hero #book-consultation {
		scroll-margin-top: 11.25rem;
	}
	
	.location-page__hero .blue-crown, .location-page__hero .green-crown {
		display: block;
	}
}

.location-page__hero .circle-1 {
	position: absolute;
	left: 57%;
	bottom: 28%;
	z-index: 1;
}

.location-page__hero .circle-2 {
	position: absolute;
	right: 12%;
	bottom: 8%;
	z-index: 1;
}

.location-page__hero .star-1 {
	position: absolute;
	left: 22%;
	top: 10%;
	z-index: 1;
}

.location-page__hero .star-2 {
	position: absolute;
	left: 48%;
	bottom: 12%;
	z-index: 1;
}

.location-page__hero .blue-crown, .location-page__hero .green-crown, .location-page__hero .star-3 {
	display: none;
}

.location-page__breadcrumb {
	color: #00add8;
	font-family: Inter, sans-serif;
	font-size: .9375rem;
	line-height: 1.2;
	letter-spacing: .075rem;
	margin-bottom: 1rem;
}

.location-page__breadcrumb a {
	color: #00add8;
	text-decoration: none;
}

.location-page__breadcrumb a:hover {
	text-decoration: underline;
}

.location-page__breadcrumb span {
	font-weight: 600;
}

.location-page__hero-lead {
	max-width: 36.25rem;
	margin-bottom: 1.75rem;
}

.location-page__hero-lead p {
	margin: 0;
	color: #2a2626;
	font-size: 1.125rem;
	line-height: 1.65;
}

@media print,screen and (min-width:40em) {
	.location-page__section-actions {
		margin-top: 3rem;
	}
	
	.location-page__hero-lead p {
		font-size: 1.25rem;
	}
	
	.location-page__hero-detail-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 2rem;
	}
}

.location-page__hero-details {
	margin-top: .5rem;
	max-width: 38.75rem;
}

.location-page__hero-detail-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 1.25rem;
}

.location-page__hero-detail-row {
	display: grid;
	gap: 1.25rem;
}

.location-page__hero-detail-item {
	min-width: 0;
}

.location-page__hero-detail-item a {
	display: block;
	color: #2a2626;
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 1.45;
	text-decoration: none;
	word-break: break-word;
}

.location-page__hero-detail-item a:hover {
	color: #00add8;
}

.location-page__hero-detail-label {
	display: block;
	color: #00add8;
	font-size: .8125rem;
	font-weight: 700;
	letter-spacing: .0625rem;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: .375rem;
}

.location-page__hero-hours {
	margin-top: 1.5rem;
}

.location-page__hero-hours-title {
	margin: 0 0 .875rem;
	color: #00add8;
	font-size: .8125rem;
	font-weight: 700;
	letter-spacing: .0625rem;
	line-height: 1.2;
	text-transform: uppercase;
}

.location-page__hero-hours ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: .5rem;
}

.location-page__hero-hours ul li {
	color: #2a2626;
	font-size: .9375rem;
	font-weight: 600;
	line-height: 1.45;
}

.location-page #why-us {
	padding-top: 1.5rem;
}

.location-page #why-us .section-introduction p {
	max-width: 61.25rem;
	margin: 1.25rem auto 0;
	color: #2a2626;
	font-size: 1.125rem;
	line-height: 1.6;
}

.location-page #why-us .bento-item-3 .star, .location-page #why-us .bento-item-5 .star {
	bottom: auto;
	top: 2.5rem;
}

.location-page .location-award .bento-item-3 .star {
	bottom: auto;
	top: 2.5rem;
	right: 2.5rem;
}

.location-page .location-steps {
	background-color: rgba(230, 250, 255, .45);
}

.location-page .location-steps .flexible-color-cards__title {
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: -.02rem;
}

.location-page__reviews {
	padding: 4rem 0;
	background: rgba(239, 81, 150, .04);
}

.location-page__reviews .section-introduction {
	margin-bottom: 2.5rem;
}

.location-page__reviews .section-introduction h2 {
	color: #2a2626;
	font-weight: 800;
	font-size: 2rem;
	line-height: 1.2;
	letter-spacing: -.02rem;
}

@media print,screen and (min-width:64em) {
	.location-page .location-steps .flexible-color-cards__title {
		font-size: 2.75rem;
		letter-spacing: -.0275rem;
	}
	
	.location-page__reviews {
		padding: 5rem 0;
	}
	
	.location-page__reviews .section-introduction h2 {
		font-size: 2.75rem;
		letter-spacing: -.0275rem;
	}
}

.location-page__reviews-embed {
	min-height: 7.5rem;
}

.location-page__reviews-embed:empty {
	display: none;
}

.location-page__reviews-embed iframe {
	display: block;
	width: 100%;
	min-height: 25rem;
	border: 0;
	border-radius: 1rem;
	box-shadow: 0 .25rem 1.5rem rgba(0, 0, 0, .06);
}

.location-page__map {
	padding: 4rem 0;
	background-color: #fff;
}

@media print,screen and (min-width:64em) {
	.location-page__map {
		padding: 4.5rem 0;
	}
}

.location-page__map iframe {
	display: block;
	width: 100%;
	border-radius: 1rem;
	box-shadow: 0 .25rem 1.5rem rgba(0, 0, 0, .06);
}

.location-page .location-faq .section-introduction {
	margin-bottom: 2.5rem;
}

.location-page .location-faq .section-introduction h2 {
	color: #2a2626;
	font-weight: 800;
}

.blog-hero {
	background: rgba(230, 250, 255, .5);
}

.blog-list {
	background: rgba(230, 250, 255, .5);
	padding-top: 2.5rem;
	padding-bottom: 3.75rem;
}

.blog-list .search label {
	color: #515151;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	margin-bottom: .3125rem;
}

.blog-list .search .facetwp-input-wrap {
	display: block;
}

.blog-list .search input {
	width: 100%;
	border-radius: 6px;
	border: 2px solid var(--Grey, #515151);
	background: rgba(255, 255, 255, .08);
}

.blog-list .case__column {
	margin-bottom: 1.875rem;
}

@media print,screen and (min-width:64em) {
	.blog-list .case__column {
		margin-bottom: 4.375rem;
	}
}

.blog-list .facetwp-facet-load_more {
	margin-top: 1.875rem;
}

.blog-list .facetwp-facet-load_more button {
	padding: .875rem 1.875rem;
	background-color: #6fbf4a;
	color: #fff;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	width: 20.625rem;
	margin-left: auto;
	margin-right: auto;
	border-radius: .375rem;
	text-transform: uppercase;
	cursor: pointer;
}

.featured-post {
	background: rgba(230, 250, 255, .5);
}

.featured-post .post-image {
	position: relative;
}

.featured-post .post-image img {
	border-radius: 1.75rem;
}

.featured-post .post-image--label {
	position: absolute;
	top: 1.875rem;
	left: 0;
	background-color: #6fbf4a;
	color: #fff;
	font-size: 1.125rem;
	padding: .5rem 1.25rem;
}

.blog-content, .single-hero {
	background: rgba(230, 250, 255, .5);
}

.blog-content .star-orange, .single-hero .star-orange {
	top: 12.5rem;
	left: -2.5rem;
}

.blog-content .green-crown, .single-hero .green-crown {
	top: 11.25rem;
	left: 55%;
}

.blog-content .blue-crown, .single-hero .blue-crown {
	top: 31.25rem;
}

.blog-content .circle-orange, .single-hero .circle-orange {
	left: 55%;
	top: 2.5rem;
}

.blog-content .circle-green, .single-hero .circle-green {
	top: 14.375rem;
	left: 73%;
}

.blog-content .star-4, .single-hero .star-4 {
	bottom: 14.375rem;
	right: 5%;
}

.blog-content .breadcrumb, .single-hero .breadcrumb {
	color: #00add8;
	margin-bottom: 1.25rem;
}

.blog-content .breadcrumb span, .single-hero .breadcrumb span {
	font-weight: 700;
}

.blog-content .breadcrumb a, .single-hero .breadcrumb a {
	font-weight: 300;
	color: #00add8;
}

@media print,screen and (max-width:39.99875em) {
	.location-page__hero-lead p {
		font-size: 1.125rem;
	}
	
	.featured-post {
		padding-top: 3.75rem;
	}
	
	.blog-content .blue-crown, .blog-content .circle-green, .blog-content .circle-orange, .blog-content .green-crown, .blog-content .star, .blog-content .star-orange, .single-hero .blue-crown, .single-hero .circle-green, .single-hero .circle-orange, .single-hero .green-crown, .single-hero .star, .single-hero .star-orange {
		display: none;
	}
}

.social-share a {
	width: 38px;
	height: 38px;
	background-color: #fff;
	color: #faa21b;
	border-radius: .3125rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.social-share a + a {
	margin-left: .25rem;
}

.social-share a:hover {
	background-color: #faa21b;
	color: #fff;
}

.blog-content {
	padding-bottom: 2.5rem;
}

.blog-content .back-button {
	margin-top: 1.875rem;
	text-transform: uppercase;
}

.blog-content--image img {
	border-radius: 1rem;
	width: 100%;
}

.blog-content--detail {
	margin-top: 1.25rem;
}

.blog-content--detail .date {
	color: #515151;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	font-family: Inter, sans-serif;
}

.blog-content--content {
	margin-bottom: 5rem;
}

.blog-content--content p {
	font-size: 1.25rem;
	color: #2a2626;
	line-height: 2rem;
	margin-bottom: 1.875rem;
}

.blog-content--content a {
	text-decoration: underline;
}

.blog-content--content h1, .blog-content--content h2, .blog-content--content h3 {
	font-size: 2.8125rem;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: .028125rem;
}

.orange {
	color: #faa21b;
}

h2.small {
	font-size: 2.8125rem;
	line-height: 3.25rem;
}

@media print,screen and (min-width:64em) {
	h2.small {
		font-size: 4rem;
		line-height: 4.375rem;
		letter-spacing: -.04rem;
	}
}

@media print,screen and (min-width:40em) {
	.location-page__hero-hours ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 1.5rem;
		row-gap: .625rem;
	}
	
	.location-page #why-us {
		padding-top: 2.5rem;
	}
	
	.button-wide {
		min-width: 24.1875rem;
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: 24px;
		letter-spacing: 1.98px;
	}
}
