@charset "UTF-8";@font-face {
	src: url(../fonts/Adobe-Garamond-Pro-Regular.ttf);
	font-family: Adobe-Garamond-Pro-Regular;
	font-display: swap
}

@font-face {
	src: url(../fonts/Proxima-Nova-Font.otf);
	font-family: Proxima-Nova-Font;
	font-display: swap
}

@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%
}

body {
	margin: 0
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

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

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

a {
	background-color: transparent
}

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

b,strong {
	font-weight: bolder
}

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

small {
	font-size: 80%
}

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

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

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

fieldset {
	padding: .35em .75em .625em
}

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

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

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

template {
	display: none
}

[hidden] {
	display: none
}

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

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

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

body {
	margin: 0;
	padding: 0;
	background: #fefefe;
	font-family: Proxima-Nova-Font,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
	font-weight: 400;
	line-height: 1.5;
	color: #0a0a0a;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

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

textarea {
	height: auto;
	min-height: 50px;
	border-radius: 0
}

select {
	box-sizing: border-box;
	width: 100%;
	border-radius: 0
}

.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;
	-webkit-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 0;
	background: 0 0;
	line-height: 1;
	cursor: auto
}

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

pre {
	overflow: auto
}

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

.is-visible {
	display: block!important
}

.is-hidden {
	display: none!important
}

.grid-container {
	padding-right: .625rem;
	padding-left: .625rem;
	max-width: 75rem;
	margin: 0 auto
}

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

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

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

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

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

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

.cell.auto {
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}

.cell.shrink {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.grid-x>.auto {
	width: 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 {
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	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 {
		-webkit-flex-basis:auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
}

@media print,screen and (min-width: 64em) {
	.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 {
		-webkit-flex-basis:auto;
		-ms-flex-preferred-size: auto;
		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 {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

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

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

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

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

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

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

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

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

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

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

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

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

@media print,screen and (min-width: 40em) {
	.grid-x>.medium-auto {
		-webkit-flex:1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		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 {
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.grid-x>.medium-shrink {
		width: auto
	}

	.grid-x>.medium-1 {
		width: 8.33333%
	}

	.grid-x>.medium-2 {
		width: 16.66667%
	}

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

	.grid-x>.medium-4 {
		width: 33.33333%
	}

	.grid-x>.medium-5 {
		width: 41.66667%
	}

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

	.grid-x>.medium-7 {
		width: 58.33333%
	}

	.grid-x>.medium-8 {
		width: 66.66667%
	}

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

	.grid-x>.medium-10 {
		width: 83.33333%
	}

	.grid-x>.medium-11 {
		width: 91.66667%
	}

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

@media print,screen and (min-width: 64em) {
	.grid-x>.large-auto {
		-webkit-flex:1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		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 {
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.grid-x>.large-shrink {
		width: auto
	}

	.grid-x>.large-1 {
		width: 8.33333%
	}

	.grid-x>.large-2 {
		width: 16.66667%
	}

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

	.grid-x>.large-4 {
		width: 33.33333%
	}

	.grid-x>.large-5 {
		width: 41.66667%
	}

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

	.grid-x>.large-7 {
		width: 58.33333%
	}

	.grid-x>.large-8 {
		width: 66.66667%
	}

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

	.grid-x>.large-10 {
		width: 83.33333%
	}

	.grid-x>.large-11 {
		width: 91.66667%
	}

	.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: -.625rem;
	margin-right: -.625rem
}

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

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

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

.grid-margin-x>.auto {
	width: auto
}

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

.grid-margin-x>.small-1 {
	width: calc(8.33333% - 1.25rem)
}

.grid-margin-x>.small-2 {
	width: calc(16.66667% - 1.25rem)
}

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

.grid-margin-x>.small-4 {
	width: calc(33.33333% - 1.25rem)
}

.grid-margin-x>.small-5 {
	width: calc(41.66667% - 1.25rem)
}

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

.grid-margin-x>.small-7 {
	width: calc(58.33333% - 1.25rem)
}

.grid-margin-x>.small-8 {
	width: calc(66.66667% - 1.25rem)
}

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

.grid-margin-x>.small-10 {
	width: calc(83.33333% - 1.25rem)
}

.grid-margin-x>.small-11 {
	width: calc(91.66667% - 1.25rem)
}

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

@media print,screen and (min-width: 40em) {
	.grid-margin-x>.auto {
		width:auto
	}

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

	.grid-margin-x>.small-1 {
		width: calc(8.33333% - 1.875rem)
	}

	.grid-margin-x>.small-2 {
		width: calc(16.66667% - 1.875rem)
	}

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

	.grid-margin-x>.small-4 {
		width: calc(33.33333% - 1.875rem)
	}

	.grid-margin-x>.small-5 {
		width: calc(41.66667% - 1.875rem)
	}

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

	.grid-margin-x>.small-7 {
		width: calc(58.33333% - 1.875rem)
	}

	.grid-margin-x>.small-8 {
		width: calc(66.66667% - 1.875rem)
	}

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

	.grid-margin-x>.small-10 {
		width: calc(83.33333% - 1.875rem)
	}

	.grid-margin-x>.small-11 {
		width: calc(91.66667% - 1.875rem)
	}

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

	.grid-margin-x>.medium-auto {
		width: auto
	}

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

	.grid-margin-x>.medium-1 {
		width: calc(8.33333% - 1.875rem)
	}

	.grid-margin-x>.medium-2 {
		width: calc(16.66667% - 1.875rem)
	}

	.grid-margin-x>.medium-3 {
		width: calc(25% - 1.875rem)
	}

	.grid-margin-x>.medium-4 {
		width: calc(33.33333% - 1.875rem)
	}

	.grid-margin-x>.medium-5 {
		width: calc(41.66667% - 1.875rem)
	}

	.grid-margin-x>.medium-6 {
		width: calc(50% - 1.875rem)
	}

	.grid-margin-x>.medium-7 {
		width: calc(58.33333% - 1.875rem)
	}

	.grid-margin-x>.medium-8 {
		width: calc(66.66667% - 1.875rem)
	}

	.grid-margin-x>.medium-9 {
		width: calc(75% - 1.875rem)
	}

	.grid-margin-x>.medium-10 {
		width: calc(83.33333% - 1.875rem)
	}

	.grid-margin-x>.medium-11 {
		width: calc(91.66667% - 1.875rem)
	}

	.grid-margin-x>.medium-12 {
		width: calc(100% - 1.875rem)
	}
}

@media print,screen and (min-width: 64em) {
	.grid-margin-x>.large-auto {
		width:auto
	}

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

	.grid-margin-x>.large-1 {
		width: calc(8.33333% - 1.875rem)
	}

	.grid-margin-x>.large-2 {
		width: calc(16.66667% - 1.875rem)
	}

	.grid-margin-x>.large-3 {
		width: calc(25% - 1.875rem)
	}

	.grid-margin-x>.large-4 {
		width: calc(33.33333% - 1.875rem)
	}

	.grid-margin-x>.large-5 {
		width: calc(41.66667% - 1.875rem)
	}

	.grid-margin-x>.large-6 {
		width: calc(50% - 1.875rem)
	}

	.grid-margin-x>.large-7 {
		width: calc(58.33333% - 1.875rem)
	}

	.grid-margin-x>.large-8 {
		width: calc(66.66667% - 1.875rem)
	}

	.grid-margin-x>.large-9 {
		width: calc(75% - 1.875rem)
	}

	.grid-margin-x>.large-10 {
		width: calc(83.33333% - 1.875rem)
	}

	.grid-margin-x>.large-11 {
		width: calc(91.66667% - 1.875rem)
	}

	.grid-margin-x>.large-12 {
		width: calc(100% - 1.875rem)
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print,screen and (min-width: 40em) {
	.medium-up-1>.cell {
		width:100%
	}

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

	.medium-up-3>.cell {
		width: 33.33333%
	}

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

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

	.medium-up-6>.cell {
		width: 16.66667%
	}

	.medium-up-7>.cell {
		width: 14.28571%
	}

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

@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.33333%
	}

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

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

	.large-up-6>.cell {
		width: 16.66667%
	}

	.large-up-7>.cell {
		width: 14.28571%
	}

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

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

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

.grid-margin-x.small-up-3>.cell {
	width: calc(33.33333% - 1.25rem)
}

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

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

.grid-margin-x.small-up-6>.cell {
	width: calc(16.66667% - 1.25rem)
}

.grid-margin-x.small-up-7>.cell {
	width: calc(14.28571% - 1.25rem)
}

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

@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.33333% - 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.66667% - 1.875rem)
	}

	.grid-margin-x.small-up-7>.cell {
		width: calc(14.28571% - 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.33333% - 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.66667% - 1.875rem)
	}

	.grid-margin-x.medium-up-7>.cell {
		width: calc(14.28571% - 1.875rem)
	}

	.grid-margin-x.medium-up-8>.cell {
		width: calc(12.5% - 1.875rem)
	}
}

@media print,screen and (min-width: 64em) {
	.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.33333% - 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.66667% - 1.875rem)
	}

	.grid-margin-x.large-up-7>.cell {
		width: calc(14.28571% - 1.875rem)
	}

	.grid-margin-x.large-up-8>.cell {
		width: calc(12.5% - 1.875rem)
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print,screen and (min-width: 40em) {
	.small-margin-collapse>.medium-1 {
		width:8.33333%
	}

	.small-margin-collapse>.medium-2 {
		width: 16.66667%
	}

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

	.small-margin-collapse>.medium-4 {
		width: 33.33333%
	}

	.small-margin-collapse>.medium-5 {
		width: 41.66667%
	}

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

	.small-margin-collapse>.medium-7 {
		width: 58.33333%
	}

	.small-margin-collapse>.medium-8 {
		width: 66.66667%
	}

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

	.small-margin-collapse>.medium-10 {
		width: 83.33333%
	}

	.small-margin-collapse>.medium-11 {
		width: 91.66667%
	}

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

@media print,screen and (min-width: 64em) {
	.small-margin-collapse>.large-1 {
		width:8.33333%
	}

	.small-margin-collapse>.large-2 {
		width: 16.66667%
	}

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

	.small-margin-collapse>.large-4 {
		width: 33.33333%
	}

	.small-margin-collapse>.large-5 {
		width: 41.66667%
	}

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

	.small-margin-collapse>.large-7 {
		width: 58.33333%
	}

	.small-margin-collapse>.large-8 {
		width: 66.66667%
	}

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

	.small-margin-collapse>.large-10 {
		width: 83.33333%
	}

	.small-margin-collapse>.large-11 {
		width: 91.66667%
	}

	.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 {
		margin-right:0;
		margin-left: 0
	}

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

@media print,screen and (min-width: 40em) {
	.medium-margin-collapse>.small-1 {
		width:8.33333%
	}

	.medium-margin-collapse>.small-2 {
		width: 16.66667%
	}

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

	.medium-margin-collapse>.small-4 {
		width: 33.33333%
	}

	.medium-margin-collapse>.small-5 {
		width: 41.66667%
	}

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

	.medium-margin-collapse>.small-7 {
		width: 58.33333%
	}

	.medium-margin-collapse>.small-8 {
		width: 66.66667%
	}

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

	.medium-margin-collapse>.small-10 {
		width: 83.33333%
	}

	.medium-margin-collapse>.small-11 {
		width: 91.66667%
	}

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

@media print,screen and (min-width: 40em) {
	.medium-margin-collapse>.medium-1 {
		width:8.33333%
	}

	.medium-margin-collapse>.medium-2 {
		width: 16.66667%
	}

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

	.medium-margin-collapse>.medium-4 {
		width: 33.33333%
	}

	.medium-margin-collapse>.medium-5 {
		width: 41.66667%
	}

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

	.medium-margin-collapse>.medium-7 {
		width: 58.33333%
	}

	.medium-margin-collapse>.medium-8 {
		width: 66.66667%
	}

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

	.medium-margin-collapse>.medium-10 {
		width: 83.33333%
	}

	.medium-margin-collapse>.medium-11 {
		width: 91.66667%
	}

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

@media print,screen and (min-width: 64em) {
	.medium-margin-collapse>.large-1 {
		width:8.33333%
	}

	.medium-margin-collapse>.large-2 {
		width: 16.66667%
	}

	.medium-margin-collapse>.large-3 {
		width: 25%
	}

	.medium-margin-collapse>.large-4 {
		width: 33.33333%
	}

	.medium-margin-collapse>.large-5 {
		width: 41.66667%
	}

	.medium-margin-collapse>.large-6 {
		width: 50%
	}

	.medium-margin-collapse>.large-7 {
		width: 58.33333%
	}

	.medium-margin-collapse>.large-8 {
		width: 66.66667%
	}

	.medium-margin-collapse>.large-9 {
		width: 75%
	}

	.medium-margin-collapse>.large-10 {
		width: 83.33333%
	}

	.medium-margin-collapse>.large-11 {
		width: 91.66667%
	}

	.medium-margin-collapse>.large-12 {
		width: 100%
	}
}

@media print,screen and (min-width: 40em) {
	.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) {
	.large-margin-collapse {
		margin-right:0;
		margin-left: 0
	}

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

@media print,screen and (min-width: 64em) {
	.large-margin-collapse>.small-1 {
		width:8.33333%
	}

	.large-margin-collapse>.small-2 {
		width: 16.66667%
	}

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

	.large-margin-collapse>.small-4 {
		width: 33.33333%
	}

	.large-margin-collapse>.small-5 {
		width: 41.66667%
	}

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

	.large-margin-collapse>.small-7 {
		width: 58.33333%
	}

	.large-margin-collapse>.small-8 {
		width: 66.66667%
	}

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

	.large-margin-collapse>.small-10 {
		width: 83.33333%
	}

	.large-margin-collapse>.small-11 {
		width: 91.66667%
	}

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

@media print,screen and (min-width: 64em) {
	.large-margin-collapse>.medium-1 {
		width:8.33333%
	}

	.large-margin-collapse>.medium-2 {
		width: 16.66667%
	}

	.large-margin-collapse>.medium-3 {
		width: 25%
	}

	.large-margin-collapse>.medium-4 {
		width: 33.33333%
	}

	.large-margin-collapse>.medium-5 {
		width: 41.66667%
	}

	.large-margin-collapse>.medium-6 {
		width: 50%
	}

	.large-margin-collapse>.medium-7 {
		width: 58.33333%
	}

	.large-margin-collapse>.medium-8 {
		width: 66.66667%
	}

	.large-margin-collapse>.medium-9 {
		width: 75%
	}

	.large-margin-collapse>.medium-10 {
		width: 83.33333%
	}

	.large-margin-collapse>.medium-11 {
		width: 91.66667%
	}

	.large-margin-collapse>.medium-12 {
		width: 100%
	}
}

@media print,screen and (min-width: 64em) {
	.large-margin-collapse>.large-1 {
		width:8.33333%
	}

	.large-margin-collapse>.large-2 {
		width: 16.66667%
	}

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

	.large-margin-collapse>.large-4 {
		width: 33.33333%
	}

	.large-margin-collapse>.large-5 {
		width: 41.66667%
	}

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

	.large-margin-collapse>.large-7 {
		width: 58.33333%
	}

	.large-margin-collapse>.large-8 {
		width: 66.66667%
	}

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

	.large-margin-collapse>.large-10 {
		width: 83.33333%
	}

	.large-margin-collapse>.large-11 {
		width: 91.66667%
	}

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

@media print,screen and (min-width: 64em) {
	.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% + .625rem)
}

.small-offset-1 {
	margin-left: 8.33333%
}

.grid-margin-x>.small-offset-1 {
	margin-left: calc(8.33333% + .625rem)
}

.small-offset-2 {
	margin-left: 16.66667%
}

.grid-margin-x>.small-offset-2 {
	margin-left: calc(16.66667% + .625rem)
}

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

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

.small-offset-4 {
	margin-left: 33.33333%
}

.grid-margin-x>.small-offset-4 {
	margin-left: calc(33.33333% + .625rem)
}

.small-offset-5 {
	margin-left: 41.66667%
}

.grid-margin-x>.small-offset-5 {
	margin-left: calc(41.66667% + .625rem)
}

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

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

.small-offset-7 {
	margin-left: 58.33333%
}

.grid-margin-x>.small-offset-7 {
	margin-left: calc(58.33333% + .625rem)
}

.small-offset-8 {
	margin-left: 66.66667%
}

.grid-margin-x>.small-offset-8 {
	margin-left: calc(66.66667% + .625rem)
}

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

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

.small-offset-10 {
	margin-left: 83.33333%
}

.grid-margin-x>.small-offset-10 {
	margin-left: calc(83.33333% + .625rem)
}

.small-offset-11 {
	margin-left: 91.66667%
}

.grid-margin-x>.small-offset-11 {
	margin-left: calc(91.66667% + .625rem)
}

@media print,screen and (min-width: 40em) {
	.medium-offset-0 {
		margin-left:0
	}

	.grid-margin-x>.medium-offset-0 {
		margin-left: calc(0% + .9375rem)
	}

	.medium-offset-1 {
		margin-left: 8.33333%
	}

	.grid-margin-x>.medium-offset-1 {
		margin-left: calc(8.33333% + .9375rem)
	}

	.medium-offset-2 {
		margin-left: 16.66667%
	}

	.grid-margin-x>.medium-offset-2 {
		margin-left: calc(16.66667% + .9375rem)
	}

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

	.grid-margin-x>.medium-offset-3 {
		margin-left: calc(25% + .9375rem)
	}

	.medium-offset-4 {
		margin-left: 33.33333%
	}

	.grid-margin-x>.medium-offset-4 {
		margin-left: calc(33.33333% + .9375rem)
	}

	.medium-offset-5 {
		margin-left: 41.66667%
	}

	.grid-margin-x>.medium-offset-5 {
		margin-left: calc(41.66667% + .9375rem)
	}

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

	.grid-margin-x>.medium-offset-6 {
		margin-left: calc(50% + .9375rem)
	}

	.medium-offset-7 {
		margin-left: 58.33333%
	}

	.grid-margin-x>.medium-offset-7 {
		margin-left: calc(58.33333% + .9375rem)
	}

	.medium-offset-8 {
		margin-left: 66.66667%
	}

	.grid-margin-x>.medium-offset-8 {
		margin-left: calc(66.66667% + .9375rem)
	}

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

	.grid-margin-x>.medium-offset-9 {
		margin-left: calc(75% + .9375rem)
	}

	.medium-offset-10 {
		margin-left: 83.33333%
	}

	.grid-margin-x>.medium-offset-10 {
		margin-left: calc(83.33333% + .9375rem)
	}

	.medium-offset-11 {
		margin-left: 91.66667%
	}

	.grid-margin-x>.medium-offset-11 {
		margin-left: calc(91.66667% + .9375rem)
	}
}

@media print,screen and (min-width: 64em) {
	.large-offset-0 {
		margin-left:0
	}

	.grid-margin-x>.large-offset-0 {
		margin-left: calc(0% + .9375rem)
	}

	.large-offset-1 {
		margin-left: 8.33333%
	}

	.grid-margin-x>.large-offset-1 {
		margin-left: calc(8.33333% + .9375rem)
	}

	.large-offset-2 {
		margin-left: 16.66667%
	}

	.grid-margin-x>.large-offset-2 {
		margin-left: calc(16.66667% + .9375rem)
	}

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

	.grid-margin-x>.large-offset-3 {
		margin-left: calc(25% + .9375rem)
	}

	.large-offset-4 {
		margin-left: 33.33333%
	}

	.grid-margin-x>.large-offset-4 {
		margin-left: calc(33.33333% + .9375rem)
	}

	.large-offset-5 {
		margin-left: 41.66667%
	}

	.grid-margin-x>.large-offset-5 {
		margin-left: calc(41.66667% + .9375rem)
	}

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

	.grid-margin-x>.large-offset-6 {
		margin-left: calc(50% + .9375rem)
	}

	.large-offset-7 {
		margin-left: 58.33333%
	}

	.grid-margin-x>.large-offset-7 {
		margin-left: calc(58.33333% + .9375rem)
	}

	.large-offset-8 {
		margin-left: 66.66667%
	}

	.grid-margin-x>.large-offset-8 {
		margin-left: calc(66.66667% + .9375rem)
	}

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

	.grid-margin-x>.large-offset-9 {
		margin-left: calc(75% + .9375rem)
	}

	.large-offset-10 {
		margin-left: 83.33333%
	}

	.grid-margin-x>.large-offset-10 {
		margin-left: calc(83.33333% + .9375rem)
	}

	.large-offset-11 {
		margin-left: 91.66667%
	}

	.grid-margin-x>.large-offset-11 {
		margin-left: calc(91.66667% + .9375rem)
	}
}

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

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

.grid-y>.auto {
	height: 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 {
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	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 {
		-webkit-flex-basis:auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto
	}
}

@media print,screen and (min-width: 64em) {
	.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 {
		-webkit-flex-basis:auto;
		-ms-flex-preferred-size: auto;
		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 {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

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

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

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

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

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

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

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

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

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

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

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

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

@media print,screen and (min-width: 40em) {
	.grid-y>.medium-auto {
		-webkit-flex:1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		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 {
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.grid-y>.medium-shrink {
		height: auto
	}

	.grid-y>.medium-1 {
		height: 8.33333%
	}

	.grid-y>.medium-2 {
		height: 16.66667%
	}

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

	.grid-y>.medium-4 {
		height: 33.33333%
	}

	.grid-y>.medium-5 {
		height: 41.66667%
	}

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

	.grid-y>.medium-7 {
		height: 58.33333%
	}

	.grid-y>.medium-8 {
		height: 66.66667%
	}

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

	.grid-y>.medium-10 {
		height: 83.33333%
	}

	.grid-y>.medium-11 {
		height: 91.66667%
	}

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

@media print,screen and (min-width: 64em) {
	.grid-y>.large-auto {
		-webkit-flex:1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px;
		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 {
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.grid-y>.large-shrink {
		height: auto
	}

	.grid-y>.large-1 {
		height: 8.33333%
	}

	.grid-y>.large-2 {
		height: 16.66667%
	}

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

	.grid-y>.large-4 {
		height: 33.33333%
	}

	.grid-y>.large-5 {
		height: 41.66667%
	}

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

	.grid-y>.large-7 {
		height: 58.33333%
	}

	.grid-y>.large-8 {
		height: 66.66667%
	}

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

	.grid-y>.large-10 {
		height: 83.33333%
	}

	.grid-y>.large-11 {
		height: 91.66667%
	}

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

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

@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: .625rem;
	padding-bottom: .625rem
}

@media print,screen and (min-width: 40em) {
	.grid-padding-y>.cell {
		padding-top:.9375rem;
		padding-bottom: .9375rem
	}
}

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

@media print,screen and (min-width: 40em) {
	.grid-margin-y {
		margin-top:-.9375rem;
		margin-bottom: -.9375rem
	}
}

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

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

.grid-margin-y>.auto {
	height: auto
}

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

.grid-margin-y>.small-1 {
	height: calc(8.33333% - 1.25rem)
}

.grid-margin-y>.small-2 {
	height: calc(16.66667% - 1.25rem)
}

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

.grid-margin-y>.small-4 {
	height: calc(33.33333% - 1.25rem)
}

.grid-margin-y>.small-5 {
	height: calc(41.66667% - 1.25rem)
}

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

.grid-margin-y>.small-7 {
	height: calc(58.33333% - 1.25rem)
}

.grid-margin-y>.small-8 {
	height: calc(66.66667% - 1.25rem)
}

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

.grid-margin-y>.small-10 {
	height: calc(83.33333% - 1.25rem)
}

.grid-margin-y>.small-11 {
	height: calc(91.66667% - 1.25rem)
}

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

@media print,screen and (min-width: 40em) {
	.grid-margin-y>.auto {
		height:auto
	}

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

	.grid-margin-y>.small-1 {
		height: calc(8.33333% - 1.875rem)
	}

	.grid-margin-y>.small-2 {
		height: calc(16.66667% - 1.875rem)
	}

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

	.grid-margin-y>.small-4 {
		height: calc(33.33333% - 1.875rem)
	}

	.grid-margin-y>.small-5 {
		height: calc(41.66667% - 1.875rem)
	}

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

	.grid-margin-y>.small-7 {
		height: calc(58.33333% - 1.875rem)
	}

	.grid-margin-y>.small-8 {
		height: calc(66.66667% - 1.875rem)
	}

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

	.grid-margin-y>.small-10 {
		height: calc(83.33333% - 1.875rem)
	}

	.grid-margin-y>.small-11 {
		height: calc(91.66667% - 1.875rem)
	}

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

	.grid-margin-y>.medium-auto {
		height: auto
	}

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

	.grid-margin-y>.medium-1 {
		height: calc(8.33333% - 1.875rem)
	}

	.grid-margin-y>.medium-2 {
		height: calc(16.66667% - 1.875rem)
	}

	.grid-margin-y>.medium-3 {
		height: calc(25% - 1.875rem)
	}

	.grid-margin-y>.medium-4 {
		height: calc(33.33333% - 1.875rem)
	}

	.grid-margin-y>.medium-5 {
		height: calc(41.66667% - 1.875rem)
	}

	.grid-margin-y>.medium-6 {
		height: calc(50% - 1.875rem)
	}

	.grid-margin-y>.medium-7 {
		height: calc(58.33333% - 1.875rem)
	}

	.grid-margin-y>.medium-8 {
		height: calc(66.66667% - 1.875rem)
	}

	.grid-margin-y>.medium-9 {
		height: calc(75% - 1.875rem)
	}

	.grid-margin-y>.medium-10 {
		height: calc(83.33333% - 1.875rem)
	}

	.grid-margin-y>.medium-11 {
		height: calc(91.66667% - 1.875rem)
	}

	.grid-margin-y>.medium-12 {
		height: calc(100% - 1.875rem)
	}
}

@media print,screen and (min-width: 64em) {
	.grid-margin-y>.large-auto {
		height:auto
	}

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

	.grid-margin-y>.large-1 {
		height: calc(8.33333% - 1.875rem)
	}

	.grid-margin-y>.large-2 {
		height: calc(16.66667% - 1.875rem)
	}

	.grid-margin-y>.large-3 {
		height: calc(25% - 1.875rem)
	}

	.grid-margin-y>.large-4 {
		height: calc(33.33333% - 1.875rem)
	}

	.grid-margin-y>.large-5 {
		height: calc(41.66667% - 1.875rem)
	}

	.grid-margin-y>.large-6 {
		height: calc(50% - 1.875rem)
	}

	.grid-margin-y>.large-7 {
		height: calc(58.33333% - 1.875rem)
	}

	.grid-margin-y>.large-8 {
		height: calc(66.66667% - 1.875rem)
	}

	.grid-margin-y>.large-9 {
		height: calc(75% - 1.875rem)
	}

	.grid-margin-y>.large-10 {
		height: calc(83.33333% - 1.875rem)
	}

	.grid-margin-y>.large-11 {
		height: calc(91.66667% - 1.875rem)
	}

	.grid-margin-y>.large-12 {
		height: calc(100% - 1.875rem)
	}
}

.grid-frame {
	overflow: hidden;
	position: relative;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	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: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	max-height: 100%
}

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

@media print,screen and (min-width: 40em) {
	.medium-grid-frame {
		overflow:hidden;
		position: relative;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		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: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		max-height: 100%
	}

	.medium-cell-block-container>.grid-x {
		max-height: 100%;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		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;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		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: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		max-height: 100%
	}

	.large-cell-block-container>.grid-x {
		max-height: 100%;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		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 {
	width: auto;
	overflow: hidden;
	position: relative;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	height: 100vh
}

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

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

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

@media print,screen and (min-width: 40em) {
	.cell .grid-y.medium-grid-frame {
		height:100%
	}
}

@media print,screen and (min-width: 64em) {
	.cell .grid-y.large-grid-frame {
		height:100%
	}
}

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

@media print,screen and (min-width: 40em) {
	.grid-margin-y {
		margin-top:-.9375rem;
		margin-bottom: -.9375rem
	}
}

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

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

.grid-margin-y>.auto {
	height: auto
}

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

.grid-margin-y>.small-1 {
	height: calc(8.33333% - 1.25rem)
}

.grid-margin-y>.small-2 {
	height: calc(16.66667% - 1.25rem)
}

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

.grid-margin-y>.small-4 {
	height: calc(33.33333% - 1.25rem)
}

.grid-margin-y>.small-5 {
	height: calc(41.66667% - 1.25rem)
}

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

.grid-margin-y>.small-7 {
	height: calc(58.33333% - 1.25rem)
}

.grid-margin-y>.small-8 {
	height: calc(66.66667% - 1.25rem)
}

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

.grid-margin-y>.small-10 {
	height: calc(83.33333% - 1.25rem)
}

.grid-margin-y>.small-11 {
	height: calc(91.66667% - 1.25rem)
}

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

@media print,screen and (min-width: 40em) {
	.grid-margin-y>.auto {
		height:auto
	}

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

	.grid-margin-y>.small-1 {
		height: calc(8.33333% - 1.875rem)
	}

	.grid-margin-y>.small-2 {
		height: calc(16.66667% - 1.875rem)
	}

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

	.grid-margin-y>.small-4 {
		height: calc(33.33333% - 1.875rem)
	}

	.grid-margin-y>.small-5 {
		height: calc(41.66667% - 1.875rem)
	}

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

	.grid-margin-y>.small-7 {
		height: calc(58.33333% - 1.875rem)
	}

	.grid-margin-y>.small-8 {
		height: calc(66.66667% - 1.875rem)
	}

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

	.grid-margin-y>.small-10 {
		height: calc(83.33333% - 1.875rem)
	}

	.grid-margin-y>.small-11 {
		height: calc(91.66667% - 1.875rem)
	}

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

	.grid-margin-y>.medium-auto {
		height: auto
	}

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

	.grid-margin-y>.medium-1 {
		height: calc(8.33333% - 1.875rem)
	}

	.grid-margin-y>.medium-2 {
		height: calc(16.66667% - 1.875rem)
	}

	.grid-margin-y>.medium-3 {
		height: calc(25% - 1.875rem)
	}

	.grid-margin-y>.medium-4 {
		height: calc(33.33333% - 1.875rem)
	}

	.grid-margin-y>.medium-5 {
		height: calc(41.66667% - 1.875rem)
	}

	.grid-margin-y>.medium-6 {
		height: calc(50% - 1.875rem)
	}

	.grid-margin-y>.medium-7 {
		height: calc(58.33333% - 1.875rem)
	}

	.grid-margin-y>.medium-8 {
		height: calc(66.66667% - 1.875rem)
	}

	.grid-margin-y>.medium-9 {
		height: calc(75% - 1.875rem)
	}

	.grid-margin-y>.medium-10 {
		height: calc(83.33333% - 1.875rem)
	}

	.grid-margin-y>.medium-11 {
		height: calc(91.66667% - 1.875rem)
	}

	.grid-margin-y>.medium-12 {
		height: calc(100% - 1.875rem)
	}
}

@media print,screen and (min-width: 64em) {
	.grid-margin-y>.large-auto {
		height:auto
	}

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

	.grid-margin-y>.large-1 {
		height: calc(8.33333% - 1.875rem)
	}

	.grid-margin-y>.large-2 {
		height: calc(16.66667% - 1.875rem)
	}

	.grid-margin-y>.large-3 {
		height: calc(25% - 1.875rem)
	}

	.grid-margin-y>.large-4 {
		height: calc(33.33333% - 1.875rem)
	}

	.grid-margin-y>.large-5 {
		height: calc(41.66667% - 1.875rem)
	}

	.grid-margin-y>.large-6 {
		height: calc(50% - 1.875rem)
	}

	.grid-margin-y>.large-7 {
		height: calc(58.33333% - 1.875rem)
	}

	.grid-margin-y>.large-8 {
		height: calc(66.66667% - 1.875rem)
	}

	.grid-margin-y>.large-9 {
		height: calc(75% - 1.875rem)
	}

	.grid-margin-y>.large-10 {
		height: calc(83.33333% - 1.875rem)
	}

	.grid-margin-y>.large-11 {
		height: calc(91.66667% - 1.875rem)
	}

	.grid-margin-y>.large-12 {
		height: calc(100% - 1.875rem)
	}
}

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

@media print,screen and (min-width: 40em) {
	.grid-frame.grid-margin-y {
		height:calc(100vh + 1.875rem)
	}
}

@media print,screen and (min-width: 64em) {
	.grid-frame.grid-margin-y {
		height:calc(100vh + 1.875rem)
	}
}

@media print,screen and (min-width: 40em) {
	.grid-margin-y.medium-grid-frame {
		height:calc(100vh + 1.875rem)
	}
}

@media print,screen and (min-width: 64em) {
	.grid-margin-y.large-grid-frame {
		height:calc(100vh + 1.875rem)
	}
}

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: Proxima-Nova-Font,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
	font-style: normal;
	font-weight: 400;
	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.375rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem
}

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

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

.h4,h4 {
	font-size: 1.5rem;
	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:3rem
	}

	.h2,h2 {
		font-size: 2.5rem
	}

	.h3,h3 {
		font-size: 1.9375rem
	}

	.h4,h4 {
		font-size: 1.5625rem
	}

	.h5,h5 {
		font-size: 1.25rem
	}

	.h6,h6 {
		font-size: 1rem
	}
}

a {
	line-height: inherit;
	color: #1779ba;
	text-decoration: none;
	cursor: pointer
}

a:focus,a:hover {
	color: #1468a0
}

a img {
	border: 0
}

hr {
	clear: both;
	max-width: 75rem;
	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
}

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

cite:before {
	content: "— "
}

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

figure {
	margin: 0
}

code {
	padding: .125rem .3125rem .0625rem;
	border: 1px solid #cacaca;
	background-color: #e6e6e6;
	font-family: Consolas,"Liberation Mono",Courier,monospace;
	font-weight: 400;
	color: #0a0a0a
}

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

.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
}

.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
	}
}

@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
	}
}

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

@media print {
	* {
		background: 0 0!important;
		box-shadow: none!important;
		color: #000!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 {
		display: table-cell!important
	}

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

.button,.wp-block-button .wp-block-button__link {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem 0;
	padding: .85em 1em;
	border: 1px solid transparent;
	border-radius: 0;
	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;
	background-color: #1779ba;
	color: #fefefe
}

.wp-block-button [data-whatinput=mouse] .wp-block-button__link,[data-whatinput=mouse] .button,[data-whatinput=mouse] .wp-block-button .wp-block-button__link {
	outline: 0
}

.button:focus,.button:hover,.wp-block-button .wp-block-button__link:focus,.wp-block-button .wp-block-button__link:hover {
	background-color: #14679e;
	color: #fefefe
}

.button.tiny,.wp-block-button .tiny.wp-block-button__link {
	font-size: .6rem
}

.button.small,.wp-block-button .small.wp-block-button__link {
	font-size: .75rem
}

.button.large,.wp-block-button .large.wp-block-button__link {
	font-size: 1.25rem
}

.button.expanded,.wp-block-button .expanded.wp-block-button__link {
	display: block;
	width: 100%;
	margin-right: 0;
	margin-left: 0
}

.button.primary,.wp-block-button .primary.wp-block-button__link {
	background-color: #1779ba;
	color: #fefefe
}

.button.primary:focus,.button.primary:hover,.wp-block-button .primary.wp-block-button__link:focus,.wp-block-button .primary.wp-block-button__link:hover {
	background-color: #126195;
	color: #fefefe
}

.button.secondary,.wp-block-button .secondary.wp-block-button__link {
	background-color: #767676;
	color: #fefefe
}

.button.secondary:focus,.button.secondary:hover,.wp-block-button .secondary.wp-block-button__link:focus,.wp-block-button .secondary.wp-block-button__link:hover {
	background-color: #5e5e5e;
	color: #fefefe
}

.button.success,.wp-block-button .success.wp-block-button__link {
	background-color: #3adb76;
	color: #0a0a0a
}

.button.success:focus,.button.success:hover,.wp-block-button .success.wp-block-button__link:focus,.wp-block-button .success.wp-block-button__link:hover {
	background-color: #22bb5b;
	color: #0a0a0a
}

.button.warning,.wp-block-button .warning.wp-block-button__link {
	background-color: #ffae00;
	color: #0a0a0a
}

.button.warning:focus,.button.warning:hover,.wp-block-button .warning.wp-block-button__link:focus,.wp-block-button .warning.wp-block-button__link:hover {
	background-color: #cc8b00;
	color: #0a0a0a
}

.button.alert,.wp-block-button .alert.wp-block-button__link {
	background-color: #cc4b37;
	color: #fefefe
}

.button.alert:focus,.button.alert:hover,.wp-block-button .alert.wp-block-button__link:focus,.wp-block-button .alert.wp-block-button__link:hover {
	background-color: #a53b2a;
	color: #fefefe
}

.button.disabled,.button[disabled],.wp-block-button .disabled.wp-block-button__link,.wp-block-button .wp-block-button__link[disabled] {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled,.button.disabled:focus,.button.disabled:hover,.button[disabled],.button[disabled]:focus,.button[disabled]:hover,.wp-block-button .disabled.wp-block-button__link,.wp-block-button .disabled.wp-block-button__link:focus,.wp-block-button .disabled.wp-block-button__link:hover,.wp-block-button .wp-block-button__link[disabled],.wp-block-button .wp-block-button__link[disabled]:focus,.wp-block-button .wp-block-button__link[disabled]:hover {
	background-color: #1779ba;
	color: #fefefe
}

.button.disabled.primary,.button[disabled].primary,.wp-block-button .disabled.primary.wp-block-button__link,.wp-block-button .wp-block-button__link[disabled].primary {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.primary,.button.disabled.primary:focus,.button.disabled.primary:hover,.button[disabled].primary,.button[disabled].primary:focus,.button[disabled].primary:hover,.wp-block-button .disabled.primary.wp-block-button__link,.wp-block-button .disabled.primary.wp-block-button__link:focus,.wp-block-button .disabled.primary.wp-block-button__link:hover,.wp-block-button .wp-block-button__link[disabled].primary,.wp-block-button .wp-block-button__link[disabled].primary:focus,.wp-block-button .wp-block-button__link[disabled].primary:hover {
	background-color: #1779ba;
	color: #fefefe
}

.button.disabled.secondary,.button[disabled].secondary,.wp-block-button .disabled.secondary.wp-block-button__link,.wp-block-button .wp-block-button__link[disabled].secondary {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.secondary,.button.disabled.secondary:focus,.button.disabled.secondary:hover,.button[disabled].secondary,.button[disabled].secondary:focus,.button[disabled].secondary:hover,.wp-block-button .disabled.secondary.wp-block-button__link,.wp-block-button .disabled.secondary.wp-block-button__link:focus,.wp-block-button .disabled.secondary.wp-block-button__link:hover,.wp-block-button .wp-block-button__link[disabled].secondary,.wp-block-button .wp-block-button__link[disabled].secondary:focus,.wp-block-button .wp-block-button__link[disabled].secondary:hover {
	background-color: #767676;
	color: #fefefe
}

.button.disabled.success,.button[disabled].success,.wp-block-button .disabled.success.wp-block-button__link,.wp-block-button .wp-block-button__link[disabled].success {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.success,.button.disabled.success:focus,.button.disabled.success:hover,.button[disabled].success,.button[disabled].success:focus,.button[disabled].success:hover,.wp-block-button .disabled.success.wp-block-button__link,.wp-block-button .disabled.success.wp-block-button__link:focus,.wp-block-button .disabled.success.wp-block-button__link:hover,.wp-block-button .wp-block-button__link[disabled].success,.wp-block-button .wp-block-button__link[disabled].success:focus,.wp-block-button .wp-block-button__link[disabled].success:hover {
	background-color: #3adb76;
	color: #0a0a0a
}

.button.disabled.warning,.button[disabled].warning,.wp-block-button .disabled.warning.wp-block-button__link,.wp-block-button .wp-block-button__link[disabled].warning {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.warning,.button.disabled.warning:focus,.button.disabled.warning:hover,.button[disabled].warning,.button[disabled].warning:focus,.button[disabled].warning:hover,.wp-block-button .disabled.warning.wp-block-button__link,.wp-block-button .disabled.warning.wp-block-button__link:focus,.wp-block-button .disabled.warning.wp-block-button__link:hover,.wp-block-button .wp-block-button__link[disabled].warning,.wp-block-button .wp-block-button__link[disabled].warning:focus,.wp-block-button .wp-block-button__link[disabled].warning:hover {
	background-color: #ffae00;
	color: #0a0a0a
}

.button.disabled.alert,.button[disabled].alert,.wp-block-button .disabled.alert.wp-block-button__link,.wp-block-button .wp-block-button__link[disabled].alert {
	opacity: .25;
	cursor: not-allowed
}

.button.disabled.alert,.button.disabled.alert:focus,.button.disabled.alert:hover,.button[disabled].alert,.button[disabled].alert:focus,.button[disabled].alert:hover,.wp-block-button .disabled.alert.wp-block-button__link,.wp-block-button .disabled.alert.wp-block-button__link:focus,.wp-block-button .disabled.alert.wp-block-button__link:hover,.wp-block-button .wp-block-button__link[disabled].alert,.wp-block-button .wp-block-button__link[disabled].alert:focus,.wp-block-button .wp-block-button__link[disabled].alert:hover {
	background-color: #cc4b37;
	color: #fefefe
}

.button.hollow,.wp-block-button .hollow.wp-block-button__link,.wp-block-button.is-style-outline .wp-block-button__link {
	border: 1px solid #1779ba;
	color: #1779ba
}

.button.hollow,.button.hollow:focus,.button.hollow:hover,.wp-block-button .hollow.wp-block-button__link,.wp-block-button .hollow.wp-block-button__link:focus,.wp-block-button .hollow.wp-block-button__link:hover,.wp-block-button.is-style-outline .wp-block-button__link,.wp-block-button.is-style-outline .wp-block-button__link:focus,.wp-block-button.is-style-outline .wp-block-button__link:hover {
	background-color: transparent
}

.button.hollow.disabled,.button.hollow.disabled:focus,.button.hollow.disabled:hover,.button.hollow[disabled],.button.hollow[disabled]:focus,.button.hollow[disabled]:hover,.wp-block-button .hollow.disabled.wp-block-button__link,.wp-block-button .hollow.disabled.wp-block-button__link:focus,.wp-block-button .hollow.disabled.wp-block-button__link:hover,.wp-block-button .hollow.wp-block-button__link[disabled],.wp-block-button .hollow.wp-block-button__link[disabled]:focus,.wp-block-button .hollow.wp-block-button__link[disabled]:hover,.wp-block-button.is-style-outline .disabled.wp-block-button__link,.wp-block-button.is-style-outline .disabled.wp-block-button__link:focus,.wp-block-button.is-style-outline .disabled.wp-block-button__link:hover,.wp-block-button.is-style-outline .wp-block-button__link[disabled],.wp-block-button.is-style-outline .wp-block-button__link[disabled]:focus,.wp-block-button.is-style-outline .wp-block-button__link[disabled]:hover {
	background-color: transparent
}

.button.hollow:focus,.button.hollow:hover,.wp-block-button .hollow.wp-block-button__link:focus,.wp-block-button .hollow.wp-block-button__link:hover,.wp-block-button.is-style-outline .wp-block-button__link:focus,.wp-block-button.is-style-outline .wp-block-button__link:hover {
	border-color: #0c3d5d;
	color: #0c3d5d
}

.button.hollow:focus.disabled,.button.hollow:focus[disabled],.button.hollow:hover.disabled,.button.hollow:hover[disabled],.wp-block-button .hollow.wp-block-button__link:focus.disabled,.wp-block-button .hollow.wp-block-button__link:focus[disabled],.wp-block-button .hollow.wp-block-button__link:hover.disabled,.wp-block-button .hollow.wp-block-button__link:hover[disabled],.wp-block-button.is-style-outline .wp-block-button__link:focus.disabled,.wp-block-button.is-style-outline .wp-block-button__link:focus[disabled],.wp-block-button.is-style-outline .wp-block-button__link:hover.disabled,.wp-block-button.is-style-outline .wp-block-button__link:hover[disabled] {
	border: 1px solid #1779ba;
	color: #1779ba
}

.button.hollow.primary,.wp-block-button .hollow.primary.wp-block-button__link,.wp-block-button.is-style-outline .primary.wp-block-button__link {
	border: 1px solid #1779ba;
	color: #1779ba
}

.button.hollow.primary:focus,.button.hollow.primary:hover,.wp-block-button .hollow.primary.wp-block-button__link:focus,.wp-block-button .hollow.primary.wp-block-button__link:hover,.wp-block-button.is-style-outline .primary.wp-block-button__link:focus,.wp-block-button.is-style-outline .primary.wp-block-button__link:hover {
	border-color: #0c3d5d;
	color: #0c3d5d
}

.button.hollow.primary:focus.disabled,.button.hollow.primary:focus[disabled],.button.hollow.primary:hover.disabled,.button.hollow.primary:hover[disabled],.wp-block-button .hollow.primary.wp-block-button__link:focus.disabled,.wp-block-button .hollow.primary.wp-block-button__link:focus[disabled],.wp-block-button .hollow.primary.wp-block-button__link:hover.disabled,.wp-block-button .hollow.primary.wp-block-button__link:hover[disabled],.wp-block-button.is-style-outline .primary.wp-block-button__link:focus.disabled,.wp-block-button.is-style-outline .primary.wp-block-button__link:focus[disabled],.wp-block-button.is-style-outline .primary.wp-block-button__link:hover.disabled,.wp-block-button.is-style-outline .primary.wp-block-button__link:hover[disabled] {
	border: 1px solid #1779ba;
	color: #1779ba
}

.button.hollow.secondary,.wp-block-button .hollow.secondary.wp-block-button__link,.wp-block-button.is-style-outline .secondary.wp-block-button__link {
	border: 1px solid #767676;
	color: #767676
}

.button.hollow.secondary:focus,.button.hollow.secondary:hover,.wp-block-button .hollow.secondary.wp-block-button__link:focus,.wp-block-button .hollow.secondary.wp-block-button__link:hover,.wp-block-button.is-style-outline .secondary.wp-block-button__link:focus,.wp-block-button.is-style-outline .secondary.wp-block-button__link:hover {
	border-color: #3b3b3b;
	color: #3b3b3b
}

.button.hollow.secondary:focus.disabled,.button.hollow.secondary:focus[disabled],.button.hollow.secondary:hover.disabled,.button.hollow.secondary:hover[disabled],.wp-block-button .hollow.secondary.wp-block-button__link:focus.disabled,.wp-block-button .hollow.secondary.wp-block-button__link:focus[disabled],.wp-block-button .hollow.secondary.wp-block-button__link:hover.disabled,.wp-block-button .hollow.secondary.wp-block-button__link:hover[disabled],.wp-block-button.is-style-outline .secondary.wp-block-button__link:focus.disabled,.wp-block-button.is-style-outline .secondary.wp-block-button__link:focus[disabled],.wp-block-button.is-style-outline .secondary.wp-block-button__link:hover.disabled,.wp-block-button.is-style-outline .secondary.wp-block-button__link:hover[disabled] {
	border: 1px solid #767676;
	color: #767676
}

.button.hollow.success,.wp-block-button .hollow.success.wp-block-button__link,.wp-block-button.is-style-outline .success.wp-block-button__link {
	border: 1px solid #3adb76;
	color: #3adb76
}

.button.hollow.success:focus,.button.hollow.success:hover,.wp-block-button .hollow.success.wp-block-button__link:focus,.wp-block-button .hollow.success.wp-block-button__link:hover,.wp-block-button.is-style-outline .success.wp-block-button__link:focus,.wp-block-button.is-style-outline .success.wp-block-button__link:hover {
	border-color: #157539;
	color: #157539
}

.button.hollow.success:focus.disabled,.button.hollow.success:focus[disabled],.button.hollow.success:hover.disabled,.button.hollow.success:hover[disabled],.wp-block-button .hollow.success.wp-block-button__link:focus.disabled,.wp-block-button .hollow.success.wp-block-button__link:focus[disabled],.wp-block-button .hollow.success.wp-block-button__link:hover.disabled,.wp-block-button .hollow.success.wp-block-button__link:hover[disabled],.wp-block-button.is-style-outline .success.wp-block-button__link:focus.disabled,.wp-block-button.is-style-outline .success.wp-block-button__link:focus[disabled],.wp-block-button.is-style-outline .success.wp-block-button__link:hover.disabled,.wp-block-button.is-style-outline .success.wp-block-button__link:hover[disabled] {
	border: 1px solid #3adb76;
	color: #3adb76
}

.button.hollow.warning,.wp-block-button .hollow.warning.wp-block-button__link,.wp-block-button.is-style-outline .warning.wp-block-button__link {
	border: 1px solid #ffae00;
	color: #ffae00
}

.button.hollow.warning:focus,.button.hollow.warning:hover,.wp-block-button .hollow.warning.wp-block-button__link:focus,.wp-block-button .hollow.warning.wp-block-button__link:hover,.wp-block-button.is-style-outline .warning.wp-block-button__link:focus,.wp-block-button.is-style-outline .warning.wp-block-button__link:hover {
	border-color: #805700;
	color: #805700
}

.button.hollow.warning:focus.disabled,.button.hollow.warning:focus[disabled],.button.hollow.warning:hover.disabled,.button.hollow.warning:hover[disabled],.wp-block-button .hollow.warning.wp-block-button__link:focus.disabled,.wp-block-button .hollow.warning.wp-block-button__link:focus[disabled],.wp-block-button .hollow.warning.wp-block-button__link:hover.disabled,.wp-block-button .hollow.warning.wp-block-button__link:hover[disabled],.wp-block-button.is-style-outline .warning.wp-block-button__link:focus.disabled,.wp-block-button.is-style-outline .warning.wp-block-button__link:focus[disabled],.wp-block-button.is-style-outline .warning.wp-block-button__link:hover.disabled,.wp-block-button.is-style-outline .warning.wp-block-button__link:hover[disabled] {
	border: 1px solid #ffae00;
	color: #ffae00
}

.button.hollow.alert,.wp-block-button .hollow.alert.wp-block-button__link,.wp-block-button.is-style-outline .alert.wp-block-button__link {
	border: 1px solid #cc4b37;
	color: #cc4b37
}

.button.hollow.alert:focus,.button.hollow.alert:hover,.wp-block-button .hollow.alert.wp-block-button__link:focus,.wp-block-button .hollow.alert.wp-block-button__link:hover,.wp-block-button.is-style-outline .alert.wp-block-button__link:focus,.wp-block-button.is-style-outline .alert.wp-block-button__link:hover {
	border-color: #67251a;
	color: #67251a
}

.button.hollow.alert:focus.disabled,.button.hollow.alert:focus[disabled],.button.hollow.alert:hover.disabled,.button.hollow.alert:hover[disabled],.wp-block-button .hollow.alert.wp-block-button__link:focus.disabled,.wp-block-button .hollow.alert.wp-block-button__link:focus[disabled],.wp-block-button .hollow.alert.wp-block-button__link:hover.disabled,.wp-block-button .hollow.alert.wp-block-button__link:hover[disabled],.wp-block-button.is-style-outline .alert.wp-block-button__link:focus.disabled,.wp-block-button.is-style-outline .alert.wp-block-button__link:focus[disabled],.wp-block-button.is-style-outline .alert.wp-block-button__link:hover.disabled,.wp-block-button.is-style-outline .alert.wp-block-button__link:hover[disabled] {
	border: 1px solid #cc4b37;
	color: #cc4b37
}

.button.clear,.wp-block-button .clear.wp-block-button__link {
	border: 1px solid #1779ba;
	color: #1779ba
}

.button.clear,.button.clear:focus,.button.clear:hover,.wp-block-button .clear.wp-block-button__link,.wp-block-button .clear.wp-block-button__link:focus,.wp-block-button .clear.wp-block-button__link:hover {
	background-color: transparent
}

.button.clear.disabled,.button.clear.disabled:focus,.button.clear.disabled:hover,.button.clear[disabled],.button.clear[disabled]:focus,.button.clear[disabled]:hover,.wp-block-button .clear.disabled.wp-block-button__link,.wp-block-button .clear.disabled.wp-block-button__link:focus,.wp-block-button .clear.disabled.wp-block-button__link:hover,.wp-block-button .clear.wp-block-button__link[disabled],.wp-block-button .clear.wp-block-button__link[disabled]:focus,.wp-block-button .clear.wp-block-button__link[disabled]:hover {
	background-color: transparent
}

.button.clear:focus,.button.clear:hover,.wp-block-button .clear.wp-block-button__link:focus,.wp-block-button .clear.wp-block-button__link:hover {
	border-color: #0c3d5d;
	color: #0c3d5d
}

.button.clear:focus.disabled,.button.clear:focus[disabled],.button.clear:hover.disabled,.button.clear:hover[disabled],.wp-block-button .clear.wp-block-button__link:focus.disabled,.wp-block-button .clear.wp-block-button__link:focus[disabled],.wp-block-button .clear.wp-block-button__link:hover.disabled,.wp-block-button .clear.wp-block-button__link:hover[disabled] {
	border: 1px solid #1779ba;
	color: #1779ba
}

.button.clear,.button.clear.disabled,.button.clear:focus,.button.clear:focus.disabled,.button.clear:focus[disabled],.button.clear:hover,.button.clear:hover.disabled,.button.clear:hover[disabled],.button.clear[disabled],.wp-block-button .clear.disabled.wp-block-button__link,.wp-block-button .clear.wp-block-button__link,.wp-block-button .clear.wp-block-button__link:focus,.wp-block-button .clear.wp-block-button__link:focus.disabled,.wp-block-button .clear.wp-block-button__link:focus[disabled],.wp-block-button .clear.wp-block-button__link:hover,.wp-block-button .clear.wp-block-button__link:hover.disabled,.wp-block-button .clear.wp-block-button__link:hover[disabled],.wp-block-button .clear.wp-block-button__link[disabled] {
	border-color: transparent
}

.button.clear.primary,.wp-block-button .clear.primary.wp-block-button__link {
	border: 1px solid #1779ba;
	color: #1779ba
}

.button.clear.primary:focus,.button.clear.primary:hover,.wp-block-button .clear.primary.wp-block-button__link:focus,.wp-block-button .clear.primary.wp-block-button__link:hover {
	border-color: #0c3d5d;
	color: #0c3d5d
}

.button.clear.primary:focus.disabled,.button.clear.primary:focus[disabled],.button.clear.primary:hover.disabled,.button.clear.primary:hover[disabled],.wp-block-button .clear.primary.wp-block-button__link:focus.disabled,.wp-block-button .clear.primary.wp-block-button__link:focus[disabled],.wp-block-button .clear.primary.wp-block-button__link:hover.disabled,.wp-block-button .clear.primary.wp-block-button__link:hover[disabled] {
	border: 1px solid #1779ba;
	color: #1779ba
}

.button.clear.primary,.button.clear.primary.disabled,.button.clear.primary:focus,.button.clear.primary:focus.disabled,.button.clear.primary:focus[disabled],.button.clear.primary:hover,.button.clear.primary:hover.disabled,.button.clear.primary:hover[disabled],.button.clear.primary[disabled],.wp-block-button .clear.primary.disabled.wp-block-button__link,.wp-block-button .clear.primary.wp-block-button__link,.wp-block-button .clear.primary.wp-block-button__link:focus,.wp-block-button .clear.primary.wp-block-button__link:focus.disabled,.wp-block-button .clear.primary.wp-block-button__link:focus[disabled],.wp-block-button .clear.primary.wp-block-button__link:hover,.wp-block-button .clear.primary.wp-block-button__link:hover.disabled,.wp-block-button .clear.primary.wp-block-button__link:hover[disabled],.wp-block-button .clear.primary.wp-block-button__link[disabled] {
	border-color: transparent
}

.button.clear.secondary,.wp-block-button .clear.secondary.wp-block-button__link {
	border: 1px solid #767676;
	color: #767676
}

.button.clear.secondary:focus,.button.clear.secondary:hover,.wp-block-button .clear.secondary.wp-block-button__link:focus,.wp-block-button .clear.secondary.wp-block-button__link:hover {
	border-color: #3b3b3b;
	color: #3b3b3b
}

.button.clear.secondary:focus.disabled,.button.clear.secondary:focus[disabled],.button.clear.secondary:hover.disabled,.button.clear.secondary:hover[disabled],.wp-block-button .clear.secondary.wp-block-button__link:focus.disabled,.wp-block-button .clear.secondary.wp-block-button__link:focus[disabled],.wp-block-button .clear.secondary.wp-block-button__link:hover.disabled,.wp-block-button .clear.secondary.wp-block-button__link:hover[disabled] {
	border: 1px solid #767676;
	color: #767676
}

.button.clear.secondary,.button.clear.secondary.disabled,.button.clear.secondary:focus,.button.clear.secondary:focus.disabled,.button.clear.secondary:focus[disabled],.button.clear.secondary:hover,.button.clear.secondary:hover.disabled,.button.clear.secondary:hover[disabled],.button.clear.secondary[disabled],.wp-block-button .clear.secondary.disabled.wp-block-button__link,.wp-block-button .clear.secondary.wp-block-button__link,.wp-block-button .clear.secondary.wp-block-button__link:focus,.wp-block-button .clear.secondary.wp-block-button__link:focus.disabled,.wp-block-button .clear.secondary.wp-block-button__link:focus[disabled],.wp-block-button .clear.secondary.wp-block-button__link:hover,.wp-block-button .clear.secondary.wp-block-button__link:hover.disabled,.wp-block-button .clear.secondary.wp-block-button__link:hover[disabled],.wp-block-button .clear.secondary.wp-block-button__link[disabled] {
	border-color: transparent
}

.button.clear.success,.wp-block-button .clear.success.wp-block-button__link {
	border: 1px solid #3adb76;
	color: #3adb76
}

.button.clear.success:focus,.button.clear.success:hover,.wp-block-button .clear.success.wp-block-button__link:focus,.wp-block-button .clear.success.wp-block-button__link:hover {
	border-color: #157539;
	color: #157539
}

.button.clear.success:focus.disabled,.button.clear.success:focus[disabled],.button.clear.success:hover.disabled,.button.clear.success:hover[disabled],.wp-block-button .clear.success.wp-block-button__link:focus.disabled,.wp-block-button .clear.success.wp-block-button__link:focus[disabled],.wp-block-button .clear.success.wp-block-button__link:hover.disabled,.wp-block-button .clear.success.wp-block-button__link:hover[disabled] {
	border: 1px solid #3adb76;
	color: #3adb76
}

.button.clear.success,.button.clear.success.disabled,.button.clear.success:focus,.button.clear.success:focus.disabled,.button.clear.success:focus[disabled],.button.clear.success:hover,.button.clear.success:hover.disabled,.button.clear.success:hover[disabled],.button.clear.success[disabled],.wp-block-button .clear.success.disabled.wp-block-button__link,.wp-block-button .clear.success.wp-block-button__link,.wp-block-button .clear.success.wp-block-button__link:focus,.wp-block-button .clear.success.wp-block-button__link:focus.disabled,.wp-block-button .clear.success.wp-block-button__link:focus[disabled],.wp-block-button .clear.success.wp-block-button__link:hover,.wp-block-button .clear.success.wp-block-button__link:hover.disabled,.wp-block-button .clear.success.wp-block-button__link:hover[disabled],.wp-block-button .clear.success.wp-block-button__link[disabled] {
	border-color: transparent
}

.button.clear.warning,.wp-block-button .clear.warning.wp-block-button__link {
	border: 1px solid #ffae00;
	color: #ffae00
}

.button.clear.warning:focus,.button.clear.warning:hover,.wp-block-button .clear.warning.wp-block-button__link:focus,.wp-block-button .clear.warning.wp-block-button__link:hover {
	border-color: #805700;
	color: #805700
}

.button.clear.warning:focus.disabled,.button.clear.warning:focus[disabled],.button.clear.warning:hover.disabled,.button.clear.warning:hover[disabled],.wp-block-button .clear.warning.wp-block-button__link:focus.disabled,.wp-block-button .clear.warning.wp-block-button__link:focus[disabled],.wp-block-button .clear.warning.wp-block-button__link:hover.disabled,.wp-block-button .clear.warning.wp-block-button__link:hover[disabled] {
	border: 1px solid #ffae00;
	color: #ffae00
}

.button.clear.warning,.button.clear.warning.disabled,.button.clear.warning:focus,.button.clear.warning:focus.disabled,.button.clear.warning:focus[disabled],.button.clear.warning:hover,.button.clear.warning:hover.disabled,.button.clear.warning:hover[disabled],.button.clear.warning[disabled],.wp-block-button .clear.warning.disabled.wp-block-button__link,.wp-block-button .clear.warning.wp-block-button__link,.wp-block-button .clear.warning.wp-block-button__link:focus,.wp-block-button .clear.warning.wp-block-button__link:focus.disabled,.wp-block-button .clear.warning.wp-block-button__link:focus[disabled],.wp-block-button .clear.warning.wp-block-button__link:hover,.wp-block-button .clear.warning.wp-block-button__link:hover.disabled,.wp-block-button .clear.warning.wp-block-button__link:hover[disabled],.wp-block-button .clear.warning.wp-block-button__link[disabled] {
	border-color: transparent
}

.button.clear.alert,.wp-block-button .clear.alert.wp-block-button__link {
	border: 1px solid #cc4b37;
	color: #cc4b37
}

.button.clear.alert:focus,.button.clear.alert:hover,.wp-block-button .clear.alert.wp-block-button__link:focus,.wp-block-button .clear.alert.wp-block-button__link:hover {
	border-color: #67251a;
	color: #67251a
}

.button.clear.alert:focus.disabled,.button.clear.alert:focus[disabled],.button.clear.alert:hover.disabled,.button.clear.alert:hover[disabled],.wp-block-button .clear.alert.wp-block-button__link:focus.disabled,.wp-block-button .clear.alert.wp-block-button__link:focus[disabled],.wp-block-button .clear.alert.wp-block-button__link:hover.disabled,.wp-block-button .clear.alert.wp-block-button__link:hover[disabled] {
	border: 1px solid #cc4b37;
	color: #cc4b37
}

.button.clear.alert,.button.clear.alert.disabled,.button.clear.alert:focus,.button.clear.alert:focus.disabled,.button.clear.alert:focus[disabled],.button.clear.alert:hover,.button.clear.alert:hover.disabled,.button.clear.alert:hover[disabled],.button.clear.alert[disabled],.wp-block-button .clear.alert.disabled.wp-block-button__link,.wp-block-button .clear.alert.wp-block-button__link,.wp-block-button .clear.alert.wp-block-button__link:focus,.wp-block-button .clear.alert.wp-block-button__link:focus.disabled,.wp-block-button .clear.alert.wp-block-button__link:focus[disabled],.wp-block-button .clear.alert.wp-block-button__link:hover,.wp-block-button .clear.alert.wp-block-button__link:hover.disabled,.wp-block-button .clear.alert.wp-block-button__link:hover[disabled],.wp-block-button .clear.alert.wp-block-button__link[disabled] {
	border-color: transparent
}

.button.dropdown::after,.wp-block-button .dropdown.wp-block-button__link::after {
	display: block;
	width: 0;
	height: 0;
	border: inset .4em;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #fefefe transparent transparent;
	position: relative;
	top: .4em;
	display: inline-block;
	float: right;
	margin-left: 1em
}

.button.dropdown.clear::after,.button.dropdown.hollow::after,.wp-block-button .dropdown.clear.wp-block-button__link::after,.wp-block-button .dropdown.hollow.wp-block-button__link::after,.wp-block-button.is-style-outline .dropdown.wp-block-button__link::after {
	border-top-color: #1779ba
}

.button.dropdown.clear.primary::after,.button.dropdown.hollow.primary::after,.wp-block-button .dropdown.clear.primary.wp-block-button__link::after,.wp-block-button .dropdown.hollow.primary.wp-block-button__link::after,.wp-block-button.is-style-outline .dropdown.primary.wp-block-button__link::after {
	border-top-color: #1779ba
}

.button.dropdown.clear.secondary::after,.button.dropdown.hollow.secondary::after,.wp-block-button .dropdown.clear.secondary.wp-block-button__link::after,.wp-block-button .dropdown.hollow.secondary.wp-block-button__link::after,.wp-block-button.is-style-outline .dropdown.secondary.wp-block-button__link::after {
	border-top-color: #767676
}

.button.dropdown.clear.success::after,.button.dropdown.hollow.success::after,.wp-block-button .dropdown.clear.success.wp-block-button__link::after,.wp-block-button .dropdown.hollow.success.wp-block-button__link::after,.wp-block-button.is-style-outline .dropdown.success.wp-block-button__link::after {
	border-top-color: #3adb76
}

.button.dropdown.clear.warning::after,.button.dropdown.hollow.warning::after,.wp-block-button .dropdown.clear.warning.wp-block-button__link::after,.wp-block-button .dropdown.hollow.warning.wp-block-button__link::after,.wp-block-button.is-style-outline .dropdown.warning.wp-block-button__link::after {
	border-top-color: #ffae00
}

.button.dropdown.clear.alert::after,.button.dropdown.hollow.alert::after,.wp-block-button .dropdown.clear.alert.wp-block-button__link::after,.wp-block-button .dropdown.hollow.alert.wp-block-button__link::after,.wp-block-button.is-style-outline .dropdown.alert.wp-block-button__link::after {
	border-top-color: #cc4b37
}

.button.arrow-only::after,.wp-block-button .arrow-only.wp-block-button__link::after {
	top: -.1em;
	float: none;
	margin-left: 0
}

.wp-block-button a.wp-block-button__link:focus,.wp-block-button a.wp-block-button__link:hover,a.button:focus,a.button:hover {
	text-decoration: none
}

[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: #fefefe;
	box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #0a0a0a;
	transition: box-shadow .5s,border-color .25s ease-in-out;
	-webkit-appearance: none;
	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: #fefefe;
	box-shadow: 0 0 5px #cacaca;
	transition: box-shadow .5s,border-color .25s ease-in-out
}

textarea {
	max-width: 100%
}

textarea[rows] {
	height: auto
}

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

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

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

::-webkit-input-placeholder {
	color: #cacaca
}

:-ms-input-placeholder {
	color: #cacaca
}

::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: #0a0a0a
}

label.middle {
	margin: 0 0 1rem;
	padding: .5625rem 0
}

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

.input-group {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 1rem;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	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: #0a0a0a;
	text-align: center;
	white-space: nowrap;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-align-items: center;
	-ms-flex-align: center;
	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;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	min-width: 0
}

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

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

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

legend {
	max-width: 100%;
	margin-bottom: .5rem
}

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

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

select {
	height: 2.4375rem;
	margin: 0 0 1rem;
	padding: .5rem;
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #0a0a0a;
	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;
	padding-right: 1.5rem;
	transition: box-shadow .5s,border-color .25s ease-in-out
}

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

select:focus {
	outline: 0;
	border: 1px solid #8a8a8a;
	background-color: #fefefe;
	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
}

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

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

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

.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
}

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

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

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

.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: #1779ba
}

: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: '\2013'
}

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

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

.accordion-menu li {
	width: 100%
}

.accordion-menu a {
	padding: .7rem 1rem
}

.accordion-menu .is-accordion-submenu a {
	padding: .7rem 1rem
}

.accordion-menu .nested.is-accordion-submenu {
	margin-right: 0;
	margin-left: 1rem
}

.accordion-menu.align-right .nested.is-accordion-submenu {
	margin-right: 1rem;
	margin-left: 0
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a {
	position: relative
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #fefefe transparent transparent;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 1rem
}

.accordion-menu.align-left .is-accordion-submenu-parent>a::after {
	right: 1rem;
	left: auto
}

.accordion-menu.align-right .is-accordion-submenu-parent>a::after {
	right: auto;
	left: 1rem
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded=true]>a::after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

.is-accordion-submenu-parent {
	position: relative
}

.has-submenu-toggle>a {
	margin-right: 40px
}

.submenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	cursor: pointer
}

.submenu-toggle::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #fefefe transparent transparent;
	top: 0;
	bottom: 0;
	margin: auto
}

.submenu-toggle[aria-expanded=true]::after {
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

.submenu-toggle-text {
	position: absolute!important;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0
}

.badge {
	display: inline-block;
	min-width: 2.1em;
	padding: .3em;
	border-radius: 50%;
	font-size: .6rem;
	text-align: center;
	background: #1779ba;
	color: #fefefe
}

.badge.primary {
	background: #1779ba;
	color: #fefefe
}

.badge.secondary {
	background: #767676;
	color: #fefefe
}

.badge.success {
	background: #3adb76;
	color: #0a0a0a
}

.badge.warning {
	background: #ffae00;
	color: #0a0a0a
}

.badge.alert {
	background: #cc4b37;
	color: #fefefe
}

.breadcrumbs {
	margin: 0 0 1rem 0;
	list-style: none
}

.breadcrumbs::after,.breadcrumbs::before {
	display: table;
	content: ' ';
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}

.breadcrumbs::after {
	clear: both
}

.breadcrumbs li {
	float: left;
	font-size: .6875rem;
	color: #0a0a0a;
	cursor: default;
	text-transform: uppercase
}

.breadcrumbs li:not(:last-child)::after {
	position: relative;
	margin: 0 .75rem;
	opacity: 1;
	content: "/";
	color: #cacaca
}

.breadcrumbs a {
	color: #1779ba
}

.breadcrumbs a:hover {
	text-decoration: underline
}

.breadcrumbs .disabled {
	color: #cacaca;
	cursor: not-allowed
}

.button-group {
	margin-bottom: 1rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.button-group::after,.button-group::before {
	display: table;
	content: ' ';
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}

.button-group::after {
	clear: both
}

.button-group .button,.button-group .wp-block-button .wp-block-button__link,.wp-block-button .button-group .wp-block-button__link {
	margin: 0;
	margin-right: 1px;
	margin-bottom: 1px;
	font-size: .9rem;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.button-group .button:last-child,.button-group .wp-block-button .wp-block-button__link:last-child,.wp-block-button .button-group .wp-block-button__link:last-child {
	margin-right: 0
}

.button-group.tiny .button,.button-group.tiny .wp-block-button .wp-block-button__link,.wp-block-button .button-group.tiny .wp-block-button__link {
	font-size: .6rem
}

.button-group.small .button,.button-group.small .wp-block-button .wp-block-button__link,.wp-block-button .button-group.small .wp-block-button__link {
	font-size: .75rem
}

.button-group.large .button,.button-group.large .wp-block-button .wp-block-button__link,.wp-block-button .button-group.large .wp-block-button__link {
	font-size: 1.25rem
}

.button-group.expanded .button,.button-group.expanded .wp-block-button .wp-block-button__link,.wp-block-button .button-group.expanded .wp-block-button__link {
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}

.button-group.primary .button,.button-group.primary .wp-block-button .wp-block-button__link,.wp-block-button .button-group.primary .wp-block-button__link {
	background-color: #1779ba;
	color: #fefefe
}

.button-group.primary .button:focus,.button-group.primary .button:hover,.button-group.primary .wp-block-button .wp-block-button__link:focus,.button-group.primary .wp-block-button .wp-block-button__link:hover,.wp-block-button .button-group.primary .wp-block-button__link:focus,.wp-block-button .button-group.primary .wp-block-button__link:hover {
	background-color: #126195;
	color: #fefefe
}

.button-group.secondary .button,.button-group.secondary .wp-block-button .wp-block-button__link,.wp-block-button .button-group.secondary .wp-block-button__link {
	background-color: #767676;
	color: #fefefe
}

.button-group.secondary .button:focus,.button-group.secondary .button:hover,.button-group.secondary .wp-block-button .wp-block-button__link:focus,.button-group.secondary .wp-block-button .wp-block-button__link:hover,.wp-block-button .button-group.secondary .wp-block-button__link:focus,.wp-block-button .button-group.secondary .wp-block-button__link:hover {
	background-color: #5e5e5e;
	color: #fefefe
}

.button-group.success .button,.button-group.success .wp-block-button .wp-block-button__link,.wp-block-button .button-group.success .wp-block-button__link {
	background-color: #3adb76;
	color: #0a0a0a
}

.button-group.success .button:focus,.button-group.success .button:hover,.button-group.success .wp-block-button .wp-block-button__link:focus,.button-group.success .wp-block-button .wp-block-button__link:hover,.wp-block-button .button-group.success .wp-block-button__link:focus,.wp-block-button .button-group.success .wp-block-button__link:hover {
	background-color: #22bb5b;
	color: #0a0a0a
}

.button-group.warning .button,.button-group.warning .wp-block-button .wp-block-button__link,.wp-block-button .button-group.warning .wp-block-button__link {
	background-color: #ffae00;
	color: #0a0a0a
}

.button-group.warning .button:focus,.button-group.warning .button:hover,.button-group.warning .wp-block-button .wp-block-button__link:focus,.button-group.warning .wp-block-button .wp-block-button__link:hover,.wp-block-button .button-group.warning .wp-block-button__link:focus,.wp-block-button .button-group.warning .wp-block-button__link:hover {
	background-color: #cc8b00;
	color: #0a0a0a
}

.button-group.alert .button,.button-group.alert .wp-block-button .wp-block-button__link,.wp-block-button .button-group.alert .wp-block-button__link {
	background-color: #cc4b37;
	color: #fefefe
}

.button-group.alert .button:focus,.button-group.alert .button:hover,.button-group.alert .wp-block-button .wp-block-button__link:focus,.button-group.alert .wp-block-button .wp-block-button__link:hover,.wp-block-button .button-group.alert .wp-block-button__link:focus,.wp-block-button .button-group.alert .wp-block-button__link:hover {
	background-color: #a53b2a;
	color: #fefefe
}

.button-group.stacked,.button-group.stacked-for-medium,.button-group.stacked-for-small {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.button-group.stacked .button,.button-group.stacked .wp-block-button .wp-block-button__link,.button-group.stacked-for-medium .button,.button-group.stacked-for-medium .wp-block-button .wp-block-button__link,.button-group.stacked-for-small .button,.button-group.stacked-for-small .wp-block-button .wp-block-button__link,.wp-block-button .button-group.stacked .wp-block-button__link,.wp-block-button .button-group.stacked-for-medium .wp-block-button__link,.wp-block-button .button-group.stacked-for-small .wp-block-button__link {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}

.button-group.stacked .button:last-child,.button-group.stacked .wp-block-button .wp-block-button__link:last-child,.button-group.stacked-for-medium .button:last-child,.button-group.stacked-for-medium .wp-block-button .wp-block-button__link:last-child,.button-group.stacked-for-small .button:last-child,.button-group.stacked-for-small .wp-block-button .wp-block-button__link:last-child,.wp-block-button .button-group.stacked .wp-block-button__link:last-child,.wp-block-button .button-group.stacked-for-medium .wp-block-button__link:last-child,.wp-block-button .button-group.stacked-for-small .wp-block-button__link:last-child {
	margin-bottom: 0
}

.button-group.stacked-for-medium.expanded .button,.button-group.stacked-for-medium.expanded .wp-block-button .wp-block-button__link,.button-group.stacked-for-small.expanded .button,.button-group.stacked-for-small.expanded .wp-block-button .wp-block-button__link,.button-group.stacked.expanded .button,.button-group.stacked.expanded .wp-block-button .wp-block-button__link,.wp-block-button .button-group.stacked-for-medium.expanded .wp-block-button__link,.wp-block-button .button-group.stacked-for-small.expanded .wp-block-button__link,.wp-block-button .button-group.stacked.expanded .wp-block-button__link {
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}

@media print,screen and (min-width: 40em) {
	.button-group.stacked-for-small .button,.button-group.stacked-for-small .wp-block-button .wp-block-button__link,.wp-block-button .button-group.stacked-for-small .wp-block-button__link {
		-webkit-flex:0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin-bottom: 0
	}
}

@media print,screen and (min-width: 64em) {
	.button-group.stacked-for-medium .button,.button-group.stacked-for-medium .wp-block-button .wp-block-button__link,.wp-block-button .button-group.stacked-for-medium .wp-block-button__link {
		-webkit-flex:0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin-bottom: 0
	}
}

@media screen and (max-width: 39.99875em) {
	.button-group.stacked-for-small.expanded {
		display:block
	}

	.button-group.stacked-for-small.expanded .button,.button-group.stacked-for-small.expanded .wp-block-button .wp-block-button__link,.wp-block-button .button-group.stacked-for-small.expanded .wp-block-button__link {
		display: block;
		margin-right: 0
	}
}

@media screen and (max-width: 63.99875em) {
	.button-group.stacked-for-medium.expanded {
		display:block
	}

	.button-group.stacked-for-medium.expanded .button,.button-group.stacked-for-medium.expanded .wp-block-button .wp-block-button__link,.wp-block-button .button-group.stacked-for-medium.expanded .wp-block-button__link {
		display: block;
		margin-right: 0
	}
}

.callout {
	position: relative;
	margin: 0 0 1rem 0;
	padding: 1rem;
	border: 1px solid rgba(10,10,10,.25);
	border-radius: 0;
	background-color: #fff;
	color: #0a0a0a
}

.callout>:first-child {
	margin-top: 0
}

.callout>:last-child {
	margin-bottom: 0
}

.callout.primary {
	background-color: #d7ecfa;
	color: #0a0a0a
}

.callout.secondary {
	background-color: #eaeaea;
	color: #0a0a0a
}

.callout.success {
	background-color: #e1faea;
	color: #0a0a0a
}

.callout.warning {
	background-color: #fff3d9;
	color: #0a0a0a
}

.callout.alert {
	background-color: #f7e4e1;
	color: #0a0a0a
}

.callout.small {
	padding-top: .5rem;
	padding-right: .5rem;
	padding-bottom: .5rem;
	padding-left: .5rem
}

.callout.large {
	padding-top: 3rem;
	padding-right: 3rem;
	padding-bottom: 3rem;
	padding-left: 3rem
}

.card {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 1rem;
	border: 1px solid #e6e6e6;
	border-radius: 0;
	background: #fefefe;
	box-shadow: none;
	overflow: hidden;
	color: #0a0a0a
}

.card>:last-child {
	margin-bottom: 0
}

.card-divider {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	padding: 1rem;
	background: #e6e6e6
}

.card-divider>:last-child {
	margin-bottom: 0
}

.card-section {
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	padding: 1rem
}

.card-section>:last-child {
	margin-bottom: 0
}

.card-image {
	min-height: 1px
}

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

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

.close-button:focus,.close-button:hover {
	color: #0a0a0a
}

.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
}

.menu {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

[data-whatinput=mouse] .menu li {
	outline: 0
}

.menu .button,.menu .wp-block-button .wp-block-button__link,.menu a,.wp-block-button .menu .wp-block-button__link {
	line-height: 1;
	text-decoration: none;
	display: block;
	padding: .7rem 1rem
}

.menu a,.menu button,.menu input,.menu select {
	margin-bottom: 0
}

.menu input {
	display: inline-block
}

.menu,.menu.horizontal {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}

.menu.vertical {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.menu.expanded li {
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}

.menu.simple {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.menu.simple li+li {
	margin-left: 1rem
}

.menu.simple a {
	padding: 0
}

@media print,screen and (min-width: 40em) {
	.menu.medium-horizontal {
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.menu.medium-vertical {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.menu.medium-expanded li {
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}

	.menu.medium-simple li {
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
}

@media print,screen and (min-width: 64em) {
	.menu.large-horizontal {
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.menu.large-vertical {
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.menu.large-expanded li {
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}

	.menu.large-simple li {
		-webkit-flex: 1 1 0px;
		-ms-flex: 1 1 0px;
		flex: 1 1 0px
	}
}

.menu.nested {
	margin-right: 0;
	margin-left: 1rem
}

.menu.icons a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.menu.icon-bottom a,.menu.icon-left a,.menu.icon-right a,.menu.icon-top a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.menu.icon-left li a {
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap
}

.menu.icon-left li a i,.menu.icon-left li a img,.menu.icon-left li a svg {
	margin-right: .25rem
}

.menu.icon-right li a {
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap
}

.menu.icon-right li a i,.menu.icon-right li a img,.menu.icon-right li a svg {
	margin-left: .25rem
}

.menu.icon-top li a {
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap
}

.menu.icon-top li a i,.menu.icon-top li a img,.menu.icon-top li a svg {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	margin-bottom: .25rem;
	text-align: center
}

.menu.icon-bottom li a {
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap
}

.menu.icon-bottom li a i,.menu.icon-bottom li a img,.menu.icon-bottom li a svg {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	margin-bottom: .25rem;
	text-align: center
}

.menu .is-active>a {
	background: #1779ba;
	color: #fefefe
}

.menu .active>a {
	background: #1779ba;
	color: #fefefe
}

.menu.align-left {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.menu.align-right li {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.menu.align-right li .submenu li {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.menu.align-right.vertical li {
	display: block;
	text-align: right
}

.menu.align-right.vertical li .submenu li {
	text-align: right
}

.menu.align-right .nested {
	margin-right: 1rem;
	margin-left: 0
}

.menu.align-center li {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.menu.align-center li .submenu li {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.menu .menu-text {
	padding: .7rem 1rem;
	font-weight: 700;
	line-height: 1;
	color: inherit
}

.menu-centered>.menu {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.menu-centered>.menu li {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.menu-centered>.menu li .submenu li {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.no-js [data-responsive-menu] ul {
	display: none
}

.menu-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 16px;
	cursor: pointer
}

.menu-icon::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #fefefe;
	box-shadow: 0 7px 0 #fefefe,0 14px 0 #fefefe;
	content: ''
}

.menu-icon:hover::after {
	background: #cacaca;
	box-shadow: 0 7px 0 #cacaca,0 14px 0 #cacaca
}

.menu-icon.dark {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 16px;
	cursor: pointer
}

.menu-icon.dark::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #0a0a0a;
	box-shadow: 0 7px 0 #0a0a0a,0 14px 0 #0a0a0a;
	content: ''
}

.menu-icon.dark:hover::after {
	background: #8a8a8a;
	box-shadow: 0 7px 0 #8a8a8a,0 14px 0 #8a8a8a
}

.is-drilldown {
	position: relative;
	overflow: hidden
}

.is-drilldown li {
	display: block
}

.is-drilldown.animate-height {
	transition: height .5s
}

.drilldown a {
	padding: .7rem 1rem;
	background: #fefefe
}

.drilldown .is-drilldown-submenu {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: -1;
	width: 100%;
	background: #fefefe;
	transition: -webkit-transform .15s linear;
	transition: transform .15s linear;
	transition: transform .15s linear,-webkit-transform .15s linear
}

.drilldown .is-drilldown-submenu.is-active {
	z-index: 1;
	display: block;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%)
}

.drilldown .is-drilldown-submenu.is-closing {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.drilldown .is-drilldown-submenu a {
	padding: .7rem 1rem
}

.drilldown .nested.is-drilldown-submenu {
	margin-right: 0;
	margin-left: 0
}

.drilldown .drilldown-submenu-cover-previous {
	min-height: 100%
}

.drilldown .is-drilldown-submenu-parent>a {
	position: relative
}

.drilldown .is-drilldown-submenu-parent>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #1779ba;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 1rem
}

.drilldown.align-left .is-drilldown-submenu-parent>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #1779ba;
	right: 1rem;
	left: auto
}

.drilldown.align-right .is-drilldown-submenu-parent>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #1779ba transparent transparent;
	right: auto;
	left: 1rem
}

.drilldown .js-drilldown-back>a::before {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #1779ba transparent transparent;
	border-left-width: 0;
	display: inline-block;
	vertical-align: middle;
	margin-right: .75rem
}

.dropdown-pane {
	position: absolute;
	z-index: 10;
	display: none;
	width: 300px;
	padding: 1rem;
	visibility: hidden;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	font-size: 1rem
}

.dropdown-pane.is-opening {
	display: block
}

.dropdown-pane.is-open {
	display: block;
	visibility: visible
}

.dropdown-pane.tiny {
	width: 100px
}

.dropdown-pane.small {
	width: 200px
}

.dropdown-pane.large {
	width: 400px
}

.dropdown.menu>li.opens-left>.is-dropdown-submenu {
	top: 100%;
	right: 0;
	left: auto
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
	top: 100%;
	right: auto;
	left: 0
}

.dropdown.menu>li.is-dropdown-submenu-parent>a {
	position: relative;
	padding-right: 1.5rem
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #1779ba transparent transparent;
	right: 5px;
	left: auto;
	margin-top: -3px
}

[data-whatinput=mouse] .dropdown.menu a {
	outline: 0
}

.dropdown.menu>li>a {
	padding: .7rem 1rem
}

.dropdown.menu>li.is-active>a {
	background: 0 0;
	color: #1779ba
}

.no-js .dropdown.menu ul {
	display: none
}

.dropdown.menu .nested.is-dropdown-submenu {
	margin-right: 0;
	margin-left: 0
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
	top: 0
}

.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
	top: 0;
	right: 100%;
	left: auto
}

.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
	right: auto;
	left: 100%
}

.dropdown.menu.vertical>li>a::after {
	right: 14px
}

.dropdown.menu.vertical>li.opens-left>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #1779ba transparent transparent;
	right: auto;
	left: 5px
}

.dropdown.menu.vertical>li.opens-right>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #1779ba
}

@media print,screen and (min-width: 40em) {
	.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
		top:100%;
		right: 0;
		left: auto
	}

	.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
		top: 100%;
		right: auto;
		left: 0
	}

	.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
		position: relative;
		padding-right: 1.5rem
	}

	.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: '';
		border-bottom-width: 0;
		border-top-style: solid;
		border-color: #1779ba transparent transparent;
		right: 5px;
		left: auto;
		margin-top: -3px
	}

	.dropdown.menu.medium-vertical>li .is-dropdown-submenu {
		top: 0
	}

	.dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
		top: 0;
		right: 100%;
		left: auto
	}

	.dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {
		right: auto;
		left: 100%
	}

	.dropdown.menu.medium-vertical>li>a::after {
		right: 14px
	}

	.dropdown.menu.medium-vertical>li.opens-left>a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: '';
		border-left-width: 0;
		border-right-style: solid;
		border-color: transparent #1779ba transparent transparent;
		right: auto;
		left: 5px
	}

	.dropdown.menu.medium-vertical>li.opens-right>a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: '';
		border-right-width: 0;
		border-left-style: solid;
		border-color: transparent transparent transparent #1779ba
	}
}

@media print,screen and (min-width: 64em) {
	.dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
		top:100%;
		right: 0;
		left: auto
	}

	.dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
		top: 100%;
		right: auto;
		left: 0
	}

	.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a {
		position: relative;
		padding-right: 1.5rem
	}

	.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: '';
		border-bottom-width: 0;
		border-top-style: solid;
		border-color: #1779ba transparent transparent;
		right: 5px;
		left: auto;
		margin-top: -3px
	}

	.dropdown.menu.large-vertical>li .is-dropdown-submenu {
		top: 0
	}

	.dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
		top: 0;
		right: 100%;
		left: auto
	}

	.dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {
		right: auto;
		left: 100%
	}

	.dropdown.menu.large-vertical>li>a::after {
		right: 14px
	}

	.dropdown.menu.large-vertical>li.opens-left>a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: '';
		border-left-width: 0;
		border-right-style: solid;
		border-color: transparent #1779ba transparent transparent;
		right: auto;
		left: 5px
	}

	.dropdown.menu.large-vertical>li.opens-right>a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: '';
		border-right-width: 0;
		border-left-style: solid;
		border-color: transparent transparent transparent #1779ba
	}
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
	top: 100%;
	right: 0;
	left: auto
}

.is-dropdown-menu.vertical {
	width: 100px
}

.is-dropdown-menu.vertical.align-right {
	float: right
}

.is-dropdown-submenu-parent {
	position: relative
}

.is-dropdown-submenu-parent a::after {
	position: absolute;
	top: 50%;
	right: 5px;
	left: auto;
	margin-top: -6px
}

.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu {
	top: 100%;
	left: auto
}

.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu {
	right: 100%;
	left: auto
}

.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
	right: auto;
	left: 100%
}

.is-dropdown-submenu {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1;
	display: none;
	min-width: 200px;
	border: 1px solid #cacaca;
	background: #fefefe
}

.dropdown .is-dropdown-submenu a {
	padding: .7rem 1rem
}

.is-dropdown-submenu .is-dropdown-submenu-parent>a::after {
	right: 14px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #1779ba transparent transparent;
	right: auto;
	left: 5px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #1779ba
}

.is-dropdown-submenu .is-dropdown-submenu {
	margin-top: -1px
}

.is-dropdown-submenu>li {
	width: 100%
}

.is-dropdown-submenu.js-dropdown-active {
	display: block
}

.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%
}

.label {
	display: inline-block;
	padding: .33333rem .5rem;
	border-radius: 0;
	font-size: .8rem;
	line-height: 1;
	white-space: nowrap;
	cursor: default;
	background: #1779ba;
	color: #fefefe
}

.label.primary {
	background: #1779ba;
	color: #fefefe
}

.label.secondary {
	background: #767676;
	color: #fefefe
}

.label.success {
	background: #3adb76;
	color: #0a0a0a
}

.label.warning {
	background: #ffae00;
	color: #0a0a0a
}

.label.alert {
	background: #cc4b37;
	color: #fefefe
}

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

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

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

.media-object-section {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	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 screen and (max-width: 39.99875em) {
	.stack-for-small .media-object-section {
		padding:0;
		padding-bottom: 1rem;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}

	.stack-for-small .media-object-section img {
		width: 100%
	}
}

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

.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 ease,visibility .5s ease;
	background: rgba(254,254,254,.25);
	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;
	z-index: 12;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease,-webkit-transform .5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #2c3840
}

[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(10,10,10,.7)
}

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

.off-canvas-absolute {
	position: absolute;
	z-index: 12;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease,-webkit-transform .5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #2c3840
}

[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(10,10,10,.7)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.off-canvas-content {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease,-webkit-transform .5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

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

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

@media print,screen and (min-width: 40em) {
	.position-left.reveal-for-medium {
		-webkit-transform:none;
		-ms-transform: none;
		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 {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	.off-canvas-content.has-reveal-left {
		margin-left: 250px
	}

	.position-left.reveal-for-medium~.off-canvas-content {
		margin-left: 250px
	}

	.position-right.reveal-for-medium {
		-webkit-transform: none;
		-ms-transform: none;
		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 {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	.off-canvas-content.has-reveal-right {
		margin-right: 250px
	}

	.position-right.reveal-for-medium~.off-canvas-content {
		margin-right: 250px
	}

	.position-top.reveal-for-medium {
		-webkit-transform: none;
		-ms-transform: none;
		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 {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	.off-canvas-content.has-reveal-top {
		margin-top: 250px
	}

	.position-top.reveal-for-medium~.off-canvas-content {
		margin-top: 250px
	}

	.position-bottom.reveal-for-medium {
		-webkit-transform: none;
		-ms-transform: none;
		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 {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	.off-canvas-content.has-reveal-bottom {
		margin-bottom: 250px
	}

	.position-bottom.reveal-for-medium~.off-canvas-content {
		margin-bottom: 250px
	}
}

@media print,screen and (min-width: 64em) {
	.position-left.reveal-for-large {
		-webkit-transform:none;
		-ms-transform: none;
		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 {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	.off-canvas-content.has-reveal-left {
		margin-left: 250px
	}

	.position-left.reveal-for-large~.off-canvas-content {
		margin-left: 250px
	}

	.position-right.reveal-for-large {
		-webkit-transform: none;
		-ms-transform: none;
		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 {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	.off-canvas-content.has-reveal-right {
		margin-right: 250px
	}

	.position-right.reveal-for-large~.off-canvas-content {
		margin-right: 250px
	}

	.position-top.reveal-for-large {
		-webkit-transform: none;
		-ms-transform: none;
		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 {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	.off-canvas-content.has-reveal-top {
		margin-top: 250px
	}

	.position-top.reveal-for-large~.off-canvas-content {
		margin-top: 250px
	}

	.position-bottom.reveal-for-large {
		-webkit-transform: none;
		-ms-transform: none;
		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 {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	.off-canvas-content.has-reveal-bottom {
		margin-bottom: 250px
	}

	.position-bottom.reveal-for-large~.off-canvas-content {
		margin-bottom: 250px
	}
}

@media print,screen and (min-width: 40em) {
	.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;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	.off-canvas.in-canvas-for-medium .close-button {
		display: none
	}
}

@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;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	.off-canvas.in-canvas-for-large .close-button {
		display: none
	}
}

.orbit {
	position: relative
}

.orbit-container {
	position: relative;
	height: 0;
	margin: 0;
	list-style: none;
	overflow: hidden
}

.orbit-slide {
	width: 100%;
	position: absolute
}

.orbit-slide.no-motionui.is-active {
	top: 0;
	left: 0
}

.orbit-figure {
	margin: 0
}

.orbit-image {
	width: 100%;
	max-width: 100%;
	margin: 0
}

.orbit-caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-bottom: 0;
	padding: 1rem;
	background-color: rgba(10,10,10,.5);
	color: #fefefe
}

.orbit-next,.orbit-previous {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	padding: 1rem;
	color: #fefefe
}

[data-whatinput=mouse] .orbit-next,[data-whatinput=mouse] .orbit-previous {
	outline: 0
}

.orbit-next:active,.orbit-next:focus,.orbit-next:hover,.orbit-previous:active,.orbit-previous:focus,.orbit-previous:hover {
	background-color: rgba(10,10,10,.5)
}

.orbit-previous {
	left: 0
}

.orbit-next {
	left: auto;
	right: 0
}

.orbit-bullets {
	position: relative;
	margin-top: .8rem;
	margin-bottom: .8rem;
	text-align: center
}

[data-whatinput=mouse] .orbit-bullets {
	outline: 0
}

.orbit-bullets button {
	width: 1.2rem;
	height: 1.2rem;
	margin: .1rem;
	border-radius: 50%;
	background-color: #cacaca
}

.orbit-bullets button:hover {
	background-color: #8a8a8a
}

.orbit-bullets button.is-active {
	background-color: #8a8a8a
}

.pagination {
	margin-left: 0;
	margin-bottom: 1rem
}

.pagination::after,.pagination::before {
	display: table;
	content: ' ';
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}

.pagination::after {
	clear: both
}

.pagination li {
	margin-right: .0625rem;
	border-radius: 0;
	font-size: .875rem;
	display: none
}

.pagination li:first-child,.pagination li:last-child {
	display: inline-block
}

@media print,screen and (min-width: 40em) {
	.pagination li {
		display:inline-block
	}
}

.pagination a,.pagination button {
	display: block;
	padding: .1875rem .625rem;
	border-radius: 0;
	color: #0a0a0a
}

.pagination a:hover,.pagination button:hover {
	background: #e6e6e6
}

.pagination .current {
	padding: .1875rem .625rem;
	background: #1779ba;
	color: #fefefe;
	cursor: default
}

.pagination .disabled {
	padding: .1875rem .625rem;
	color: #cacaca;
	cursor: not-allowed
}

.pagination .disabled:hover {
	background: 0 0
}

.pagination .ellipsis::after {
	padding: .1875rem .625rem;
	content: '\2026';
	color: #0a0a0a
}

.pagination-previous a::before,.pagination-previous.disabled::before {
	display: inline-block;
	margin-right: .5rem;
	content: '\00ab'
}

.pagination-next a::after,.pagination-next.disabled::after {
	display: inline-block;
	margin-left: .5rem;
	content: '\00bb'
}

.progress {
	height: 1rem;
	margin-bottom: 1rem;
	border-radius: 0;
	background-color: #cacaca
}

.progress.primary .progress-meter {
	background-color: #1779ba
}

.progress.secondary .progress-meter {
	background-color: #767676
}

.progress.success .progress-meter {
	background-color: #3adb76
}

.progress.warning .progress-meter {
	background-color: #ffae00
}

.progress.alert .progress-meter {
	background-color: #cc4b37
}

.progress-meter {
	position: relative;
	display: block;
	width: 0%;
	height: 100%;
	background-color: #1779ba
}

.progress-meter-text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	position: absolute;
	margin: 0;
	font-size: .75rem;
	font-weight: 700;
	color: #fefefe;
	white-space: nowrap
}

.slider {
	position: relative;
	height: .5rem;
	margin-top: 1.25rem;
	margin-bottom: 2.25rem;
	background-color: #e6e6e6;
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: none;
	touch-action: none
}

.slider-fill {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	max-width: 100%;
	height: .5rem;
	background-color: #cacaca;
	transition: all .2s ease-in-out
}

.slider-fill.is-dragging {
	transition: all 0s linear
}

.slider-handle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	z-index: 1;
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 0;
	background-color: #1779ba;
	transition: all .2s ease-in-out;
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

[data-whatinput=mouse] .slider-handle {
	outline: 0
}

.slider-handle:hover {
	background-color: #14679e
}

.slider-handle.is-dragging {
	transition: all 0s linear
}

.slider.disabled,.slider[disabled] {
	opacity: .25;
	cursor: not-allowed
}

.slider.vertical {
	display: inline-block;
	width: .5rem;
	height: 12.5rem;
	margin: 0 1.25rem;
	-webkit-transform: scale(1,-1);
	-ms-transform: scale(1,-1);
	transform: scale(1,-1)
}

.slider.vertical .slider-fill {
	top: 0;
	width: .5rem;
	max-height: 100%
}

.slider.vertical .slider-handle {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1.4rem;
	height: 1.4rem;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.sticky-container {
	position: relative
}

.sticky {
	position: relative;
	z-index: 0;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.sticky.is-stuck {
	position: fixed;
	z-index: 5;
	width: 100%
}

.sticky.is-stuck.is-at-top {
	top: 0
}

.sticky.is-stuck.is-at-bottom {
	bottom: 0
}

.sticky.is-anchored {
	position: relative;
	right: auto;
	left: auto
}

.sticky.is-anchored.is-at-bottom {
	bottom: 0
}

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

html.is-reveal-open.zf-has-scroll {
	overflow-y: scroll
}

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(10,10,10,.45);
	overflow-y: auto
}

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

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

@media print,screen and (min-width: 40em) {
	.reveal {
		min-height:0
	}
}

.reveal .column {
	min-width: 0
}

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

@media print,screen and (min-width: 40em) {
	.reveal {
		width:600px;
		max-width: 75rem
	}
}

.reveal.collapse {
	padding: 0
}

@media print,screen and (min-width: 40em) {
	.reveal.tiny {
		width:30%;
		max-width: 75rem
	}
}

@media print,screen and (min-width: 40em) {
	.reveal.small {
		width:50%;
		max-width: 75rem
	}
}

@media print,screen and (min-width: 40em) {
	.reveal.large {
		width:90%;
		max-width: 75rem
	}
}

.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 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
}

.switch {
	height: 2rem;
	position: relative;
	margin-bottom: 1rem;
	outline: 0;
	font-size: .875rem;
	font-weight: 700;
	color: #fefefe;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.switch-input {
	position: absolute;
	margin-bottom: 0;
	opacity: 0
}

.switch-paddle {
	position: relative;
	display: block;
	width: 4rem;
	height: 2rem;
	border-radius: 0;
	background: #cacaca;
	transition: all .25s ease-out;
	font-weight: inherit;
	color: inherit;
	cursor: pointer
}

input+.switch-paddle {
	margin: 0
}

.switch-paddle::after {
	position: absolute;
	top: .25rem;
	left: .25rem;
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	border-radius: 0;
	background: #fefefe;
	transition: all .25s ease-out;
	content: ''
}

input:checked~.switch-paddle {
	background: #1779ba
}

input:checked~.switch-paddle::after {
	left: 2.25rem
}

[data-whatinput=mouse] input:focus~.switch-paddle {
	outline: 0
}

.switch-active,.switch-inactive {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.switch-active {
	left: 8%;
	display: none
}

input:checked+label>.switch-active {
	display: block
}

.switch-inactive {
	right: 15%
}

input:checked+label>.switch-inactive {
	display: none
}

.switch.tiny {
	height: 1.5rem
}

.switch.tiny .switch-paddle {
	width: 3rem;
	height: 1.5rem;
	font-size: .625rem
}

.switch.tiny .switch-paddle::after {
	top: .25rem;
	left: .25rem;
	width: 1rem;
	height: 1rem
}

.switch.tiny input:checked~.switch-paddle::after {
	left: 1.75rem
}

.switch.small {
	height: 1.75rem
}

.switch.small .switch-paddle {
	width: 3.5rem;
	height: 1.75rem;
	font-size: .75rem
}

.switch.small .switch-paddle::after {
	top: .25rem;
	left: .25rem;
	width: 1.25rem;
	height: 1.25rem
}

.switch.small input:checked~.switch-paddle::after {
	left: 2rem
}

.switch.large {
	height: 2.5rem
}

.switch.large .switch-paddle {
	width: 5rem;
	height: 2.5rem;
	font-size: 1rem
}

.switch.large .switch-paddle::after {
	top: .25rem;
	left: .25rem;
	width: 2rem;
	height: 2rem
}

.switch.large input:checked~.switch-paddle::after {
	left: 2.75rem
}

table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1rem;
	border-radius: 0
}

tbody,tfoot,thead {
	border: 1px solid #f1f1f1;
	background-color: #fefefe
}

caption {
	padding: .5rem .625rem .625rem;
	font-weight: 700
}

thead {
	background: #f8f8f8;
	color: #0a0a0a
}

tfoot {
	background: #f1f1f1;
	color: #0a0a0a
}

tfoot tr,thead tr {
	background: 0 0
}

tfoot td,tfoot th,thead td,thead th {
	padding: .5rem .625rem .625rem;
	font-weight: 700;
	text-align: left
}

tbody td,tbody th {
	padding: .5rem .625rem .625rem
}

tbody tr:nth-child(even) {
	border-bottom: 0;
	background-color: #f1f1f1
}

table.unstriped tbody {
	background-color: #fefefe
}

table.unstriped tbody tr {
	border-bottom: 0;
	border-bottom: 1px solid #f1f1f1;
	background-color: #fefefe
}

@media screen and (max-width: 63.99875em) {
	table.stack thead {
		display:none
	}

	table.stack tfoot {
		display: none
	}

	table.stack td,table.stack th,table.stack tr {
		display: block
	}

	table.stack td {
		border-top: 0
	}
}

table.scroll {
	display: block;
	width: 100%;
	overflow-x: auto
}

table.hover thead tr:hover {
	background-color: #f3f3f3
}

table.hover tfoot tr:hover {
	background-color: #ececec
}

table.hover tbody tr:hover {
	background-color: #f9f9f9
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
	background-color: #ececec
}

.table-scroll {
	overflow-x: auto
}

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

.tabs::after,.tabs::before {
	display: table;
	content: ' ';
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-order: 1;
	-ms-flex-order: 1;
	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
}

.tabs.primary {
	background: #1779ba
}

.tabs.primary>li>a {
	color: #fefefe
}

.tabs.primary>li>a:focus,.tabs.primary>li>a:hover {
	background: #1673b1
}

.tabs-title {
	float: left
}

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

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

.tabs-title>a:hover {
	background: #fefefe;
	color: #1468a0
}

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

.tabs-content {
	border: 1px solid #e6e6e6;
	border-top: 0;
	background: #fefefe;
	color: #0a0a0a;
	transition: all .5s ease
}

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

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

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

.thumbnail {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 1rem;
	border: solid 4px #fefefe;
	border-radius: 0;
	box-shadow: 0 0 0 1px rgba(10,10,10,.2);
	line-height: 0
}

a.thumbnail {
	transition: box-shadow .2s ease-out
}

a.thumbnail:focus,a.thumbnail:hover {
	box-shadow: 0 0 6px 1px rgba(23,121,186,.5)
}

a.thumbnail image {
	box-shadow: none
}

.title-bar {
	padding: .5rem;
	background: #2c3840;
	color: #fefefe;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.title-bar .menu-icon {
	margin-left: .25rem;
	margin-right: .25rem
}

.title-bar-left,.title-bar-right {
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px
}

.title-bar-right {
	text-align: right
}

.title-bar-title {
	display: inline-block;
	vertical-align: middle;
	font-weight: 700
}

.has-tip {
	position: relative;
	display: inline-block;
	border-bottom: dotted 1px #8a8a8a;
	font-weight: 700;
	cursor: help
}

.tooltip {
	position: absolute;
	top: calc(100% + .6495rem);
	z-index: 1200;
	max-width: 10rem;
	padding: .75rem;
	border-radius: 0;
	background-color: #0a0a0a;
	font-size: 80%;
	color: #fefefe
}

.tooltip::before {
	position: absolute
}

.tooltip.bottom::before {
	display: block;
	width: 0;
	height: 0;
	border: inset .75rem;
	content: '';
	border-top-width: 0;
	border-bottom-style: solid;
	border-color: transparent transparent #0a0a0a;
	bottom: 100%
}

.tooltip.bottom.align-center::before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.tooltip.top::before {
	display: block;
	width: 0;
	height: 0;
	border: inset .75rem;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #0a0a0a transparent transparent;
	top: 100%;
	bottom: auto
}

.tooltip.top.align-center::before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.tooltip.left::before {
	display: block;
	width: 0;
	height: 0;
	border: inset .75rem;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #0a0a0a;
	left: 100%
}

.tooltip.left.align-center::before {
	bottom: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.tooltip.right::before {
	display: block;
	width: 0;
	height: 0;
	border: inset .75rem;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #0a0a0a transparent transparent;
	right: 100%;
	left: auto
}

.tooltip.right.align-center::before {
	bottom: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.tooltip.align-top::before {
	bottom: auto;
	top: 10%
}

.tooltip.align-bottom::before {
	bottom: 10%;
	top: auto
}

.tooltip.align-left::before {
	left: 10%;
	right: auto
}

.tooltip.align-right::before {
	left: auto;
	right: 10%
}

.top-bar {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .5rem;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.top-bar,.top-bar ul {
	background-color: #e6e6e6
}

.top-bar input {
	max-width: 200px;
	margin-right: 1rem
}

.top-bar .input-group-field {
	width: 100%;
	margin-right: 0
}

.top-bar .wp-block-button input.wp-block-button__link,.top-bar input.button,.wp-block-button .top-bar input.wp-block-button__link {
	width: auto
}

.top-bar .top-bar-left,.top-bar .top-bar-right {
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

@media print,screen and (min-width: 40em) {
	.top-bar {
		-webkit-flex-wrap:nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.top-bar .top-bar-left {
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		margin-right: auto
	}

	.top-bar .top-bar-right {
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		margin-left: auto
	}
}

@media screen and (max-width: 63.99875em) {
	.top-bar.stacked-for-medium {
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.top-bar.stacked-for-medium .top-bar-left,.top-bar.stacked-for-medium .top-bar-right {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media screen and (max-width: 75.93625em) {
	.top-bar.stacked-for-large {
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.top-bar.stacked-for-large .top-bar-left,.top-bar.stacked-for-large .top-bar-right {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}

.top-bar-title {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: .5rem 1rem .5rem 0
}

.top-bar-left,.top-bar-right {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.hide {
	display: none!important
}

.invisible {
	visibility: hidden
}

@media 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 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 print,screen and (min-width: 64em) {
	.hide-for-large {
		display:none!important
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-center {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.align-justify {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.align-spaced {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

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

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

.align-center.vertical.menu>li>a {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

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

.align-self-top {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start
}

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

.align-self-bottom {
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end
}

.align-middle {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.align-self-middle {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center
}

.align-stretch {
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.align-self-stretch {
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch
}

.align-center-middle {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center
}

.small-order-1 {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}

.small-order-2 {
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}

.small-order-3 {
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3
}

.small-order-4 {
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4
}

.small-order-5 {
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5
}

.small-order-6 {
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6
}

@media print,screen and (min-width: 40em) {
	.medium-order-1 {
		-webkit-order:1;
		-ms-flex-order: 1;
		order: 1
	}

	.medium-order-2 {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}

	.medium-order-3 {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}

	.medium-order-4 {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}

	.medium-order-5 {
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}

	.medium-order-6 {
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}
}

@media print,screen and (min-width: 64em) {
	.large-order-1 {
		-webkit-order:1;
		-ms-flex-order: 1;
		order: 1
	}

	.large-order-2 {
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}

	.large-order-3 {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}

	.large-order-4 {
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}

	.large-order-5 {
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}

	.large-order-6 {
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}
}

.flex-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

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

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

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

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

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

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

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

@media print,screen and (min-width: 40em) {
	.medium-flex-container {
		display:-webkit-flex;
		display: -ms-flexbox;
		display: flex
	}

	.medium-flex-child-auto {
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}

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

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

	.medium-flex-dir-row {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.medium-flex-dir-row-reverse {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}

	.medium-flex-dir-column {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.medium-flex-dir-column-reverse {
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

@media print,screen and (min-width: 64em) {
	.large-flex-container {
		display:-webkit-flex;
		display: -ms-flexbox;
		display: flex
	}

	.large-flex-child-auto {
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}

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

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

	.large-flex-dir-row {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.large-flex-dir-row-reverse {
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}

	.large-flex-dir-column {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.large-flex-dir-column-reverse {
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

.screen-reader-text {
	clip: rect(1px,1px,1px,1px);
	position: absolute!important;
	height: 1px;
	width: 1px;
	overflow: hidden
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto!important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

#wpadminbar {
	position: fixed!important
}

body.admin-bar.f-topbar-fixed .sticky.fixed {
	margin-top: 2rem
}

body.admin-bar.offcanvas .off-canvas.is-open {
	top: 2.875rem
}

@media screen and (min-width: 48.9375em) {
	body.admin-bar.offcanvas .off-canvas.is-open {
		top:2rem
	}
}

.wp-caption>figcaption {
	max-width: 100%;
	font-size: .8rem;
	color: #999;
	padding: .25rem 0
}

p.wp-caption-text {
	font-size: 90%;
	color: #666;
	padding: .625rem 0
}

.alignleft {
	float: left;
	padding-right: 1rem;
	margin: 0
}

.alignright {
	float: right;
	padding-left: 1rem;
	margin: 0
}

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

.gallery {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-right: -.625rem;
	margin-left: -.625rem
}

@media print,screen and (min-width: 40em) {
	.gallery {
		margin-right:-.9375rem;
		margin-left: -.9375rem
	}
}

.gallery.gallery-columns-1>.gallery-item {
	width: calc(50% - 1.25rem);
	margin-right: .625rem;
	margin-left: .625rem
}

@media print,screen and (min-width: 40em) {
	.gallery.gallery-columns-1>.gallery-item {
		width:calc(25% - 1.875rem);
		margin-right: .9375rem;
		margin-left: .9375rem
	}
}

@media print,screen and (min-width: 64em) {
	.gallery.gallery-columns-1>.gallery-item {
		width:calc(100% - 1.875rem);
		margin-right: .9375rem;
		margin-left: .9375rem
	}
}

.gallery.gallery-columns-2>.gallery-item {
	width: calc(50% - 1.25rem);
	margin-right: .625rem;
	margin-left: .625rem
}

@media print,screen and (min-width: 40em) {
	.gallery.gallery-columns-2>.gallery-item {
		width:calc(25% - 1.875rem);
		margin-right: .9375rem;
		margin-left: .9375rem
	}
}

@media print,screen and (min-width: 64em) {
	.gallery.gallery-columns-2>.gallery-item {
		width:calc(50% - 1.875rem);
		margin-right: .9375rem;
		margin-left: .9375rem
	}
}

.gallery.gallery-columns-3>.gallery-item {
	width: calc(50% - 1.25rem);
	margin-right: .625rem;
	margin-left: .625rem
}

@media print,screen and (min-width: 40em) {
	.gallery.gallery-columns-3>.gallery-item {
		width:calc(25% - 1.875rem);
		margin-right: .9375rem;
		margin-left: .9375rem
	}
}

@media print,screen and (min-width: 64em) {
	.gallery.gallery-columns-3>.gallery-item {
		width:calc(33.33333% - 1.875rem);
		margin-right: .9375rem;
		margin-left: .9375rem
	}
}

.gallery.gallery-columns-4>.gallery-item {
	width: calc(50% - 1.25rem);
	margin-right: .625rem;
	margin-left: .625rem
}

@media print,screen and (min-width: 40em) {
	.gallery.gallery-columns-4>.gallery-item {
		width:calc(25% - 1.875rem);
		margin-right: .9375rem;
		margin-left: .9375rem
	}
}

@media print,screen and (min-width: 64em) {
	.gallery.gallery-columns-4>.gallery-item {
		width:calc(25% - 1.875rem);
		margin-right: .9375rem;
		margin-left: .9375rem
	}
}

.gallery.gallery-columns-5>.gallery-item {
	width: calc(50% - 1.25rem);
	margin-right: .625rem;
	margin-left: .625rem
}

@media print,screen and (min-width: 40em) {
	.gallery.gallery-columns-5>.gallery-item {
		width:calc(25% - 1.875rem);
		margin-right: .9375rem;
		margin-left: .9375rem
	}
}

@media print,screen and (min-width: 64em) {
	.gallery.gallery-columns-5>.gallery-item {
		width:calc(20% - 1.875rem);
		margin-right: .9375rem;
		margin-left: .9375rem
	}
}

.gallery.gallery-columns-6>.gallery-item {
	width: calc(50% - 1.25rem);
	margin-right: .625rem;
	margin-left: .625rem
}

@media print,screen and (min-width: 40em) {
	.gallery.gallery-columns-6>.gallery-item {
		width:calc(25% - 1.875rem);
		margin-right: .9375rem;
		margin-left: .9375rem
	}
}

@media print,screen and (min-width: 64em) {
	.gallery.gallery-columns-6>.gallery-item {
		width:calc(16.66667% - 1.875rem);
		margin-right: .9375rem;
		margin-left: .9375rem
	}
}

.gallery.gallery-columns-7>.gallery-item {
	width: calc(50% - 1.25rem);
	margin-right: .625rem;
	margin-left: .625rem
}

@media print,screen and (min-width: 40em) {
	.gallery.gallery-columns-7>.gallery-item {
		width:calc(25% - 1.875rem);
		margin-right: .9375rem;
		margin-left: .9375rem
	}
}

@media print,screen and (min-width: 64em) {
	.gallery.gallery-columns-7>.gallery-item {
		width:calc(14.28571% - 1.875rem);
		margin-right: .9375rem;
		margin-left: .9375rem
	}
}

.gallery.gallery-columns-8>.gallery-item {
	width: calc(50% - 1.25rem);
	margin-right: .625rem;
	margin-left: .625rem
}

@media print,screen and (min-width: 40em) {
	.gallery.gallery-columns-8>.gallery-item {
		width:calc(25% - 1.875rem);
		margin-right: .9375rem;
		margin-left: .9375rem
	}
}

@media print,screen and (min-width: 64em) {
	.gallery.gallery-columns-8>.gallery-item {
		width:calc(12.5% - 1.875rem);
		margin-right: .9375rem;
		margin-left: .9375rem
	}
}

.gallery.gallery-columns-9>.gallery-item {
	width: calc(50% - 1.25rem);
	margin-right: .625rem;
	margin-left: .625rem
}

@media print,screen and (min-width: 40em) {
	.gallery.gallery-columns-9>.gallery-item {
		width:calc(25% - 1.875rem);
		margin-right: .9375rem;
		margin-left: .9375rem
	}
}

@media print,screen and (min-width: 64em) {
	.gallery.gallery-columns-9>.gallery-item {
		width:calc(11.11111% - 1.875rem);
		margin-right: .9375rem;
		margin-left: .9375rem
	}
}

.gallery .gallery-icon>a {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 1rem;
	border: solid 4px #fefefe;
	border-radius: 0;
	box-shadow: 0 0 0 1px rgba(10,10,10,.2);
	line-height: 0;
	transition: box-shadow .2s ease-out
}

.gallery .gallery-icon>a:focus,.gallery .gallery-icon>a:hover {
	box-shadow: 0 0 6px 1px rgba(23,121,186,.5)
}

.gallery .gallery-icon>a image {
	box-shadow: none
}

.gallery .gallery-icon>img {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 1rem;
	border: solid 4px #fefefe;
	border-radius: 0;
	box-shadow: 0 0 0 1px rgba(10,10,10,.2);
	line-height: 0
}

.has-primary-background-color {
	background-color: #1779ba
}

.has-primary-color {
	color: #1779ba
}

.has-secondary-background-color {
	background-color: #767676
}

.has-secondary-color {
	color: #767676
}

.has-success-background-color {
	background-color: #3adb76
}

.has-success-color {
	color: #3adb76
}

.has-warning-background-color {
	background-color: #ffae00
}

.has-warning-color {
	color: #ffae00
}

.has-alert-background-color {
	background-color: #cc4b37
}

.has-alert-color {
	color: #cc4b37
}

.wp-block-button .wp-block-button__link.has-primary-background-color {
	background-color: #1779ba
}

.wp-block-button .wp-block-button__link.has-primary-color {
	color: #1779ba
}

.wp-block-button .wp-block-button__link.has-secondary-background-color {
	background-color: #767676
}

.wp-block-button .wp-block-button__link.has-secondary-color {
	color: #767676
}

.wp-block-button .wp-block-button__link.has-success-background-color {
	background-color: #3adb76
}

.wp-block-button .wp-block-button__link.has-success-color {
	color: #3adb76
}

.wp-block-button .wp-block-button__link.has-warning-background-color {
	background-color: #ffae00
}

.wp-block-button .wp-block-button__link.has-warning-color {
	color: #ffae00
}

.wp-block-button .wp-block-button__link.has-alert-background-color {
	background-color: #cc4b37
}

.wp-block-button .wp-block-button__link.has-alert-color {
	color: #cc4b37
}

.wp-block-button.is-style-squared .wp-block-button__link {
	border-radius: 0
}

.wp-block-file .wp-block-file__button {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem 0;
	padding: .85em 1em;
	border: 1px solid transparent;
	border-radius: 0;
	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;
	background-color: #1779ba;
	color: #fefefe
}

[data-whatinput=mouse] .wp-block-file .wp-block-file__button {
	outline: 0
}

.wp-block-file .wp-block-file__button:focus,.wp-block-file .wp-block-file__button:hover {
	background-color: #14679e;
	color: #fefefe
}

body {
	color: #001e2c
}

.full-body-wrapper {
	padding-top: 4rem
}

@media print,screen and (min-width: 64em) {
	.full-body-wrapper {
		padding-top:0
	}
}

@media screen and (min-width: 64em) and (max-width:1215px) {
	.full-body-wrapper {
		padding-top:4rem
	}
}

.sleep-tip-body-wrapper {
	padding-top: 7rem
}

@media print,screen and (min-width: 64em) {
	.sleep-tip-body-wrapper {
		padding-top:0
	}
}

@media screen and (min-width: 64em) and (max-width:1215px) {
	.sleep-tip-body-wrapper {
		padding-top:7rem
	}
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 700
}

.blue-btn,.light-blue-btn,.teal-btn,.white-btn,.yellow-btn {
	padding: 1rem 2rem;
	transition: all .2s ease-in-out 0s
}

.blue-btn {
	background-color: #006493;
	color: #fefefe;
	border: 1px solid #006493
}

.blue-btn:hover {
	background-color: #fefefe;
	color: #006493
}

.yellow-btn {
	background-color: #e0e823;
	color: #006493;
	border: 1px solid #e0e823
}

.yellow-btn:hover {
	background-color: #006493;
	color: #e0e823
}

.white-btn {
	background-color: #fefefe;
	color: #006493;
	border: 1px solid #006493
}

.white-btn:hover {
	background-color: #006493;
	color: #fefefe
}

.light-blue-btn {
	background-color: #f4f9fb;
	color: #006493;
	border: 1px solid #006493
}

.light-blue-btn:hover {
	background-color: #006493;
	color: #fefefe
}

.teal-btn {
	background-color: #b3d1df;
	color: #001e2c;
	border: 1px solid #b3d1df
}

.teal-btn:hover {
	background-color: #fefefe;
	color: #b3d1df
}

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

.blue-background {
	background-color: #006493
}

@media print,screen and (min-width: 64em) {
	.hide-on-desktop {
		display:none
	}
}

@media print,screen and (min-width: 64em) {
	.height-match {
		min-height:580px;
		padding: 1rem 0
	}
}

.flex-control-nav.flex-control-thumbs {
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-align-items: center!important;
	-ms-flex-align: center!important;
	align-items: center!important;
	list-style-type: none!important;
	padding: 0!important
}

.flex-control-nav.flex-control-thumbs li {
	padding: .5rem!important
}

.clearfix {
	clear: both!important
}

.removebordertrtd tr {
	border-style: hidden
}

.m-t-1 {
	margin-top: 1rem!important
}

.m-t-2 {
	margin-top: 2rem!important
}

.m-t-3 {
	margin-top: 3rem!important
}

.m-t-4 {
	margin-top: 4rem!important
}

.m-t-5 {
	margin-top: 5rem!important
}

.m-t-6 {
	margin-top: 6rem!important
}

.m-t-7 {
	margin-top: 7rem!important
}

.m-t-8 {
	margin-top: 8rem!important
}

.m-t-9 {
	margin-top: 9rem!important
}

.m-t-10 {
	margin-top: 10rem!important
}

.m-t-11 {
	margin-top: 11rem!important
}

.m-t-12 {
	margin-top: 12rem!important
}

.m-t-13 {
	margin-top: 13rem!important
}

.m-t-14 {
	margin-top: 14rem!important
}

.m-t-15 {
	margin-top: 15rem!important
}

.m-t-16 {
	margin-top: 16rem!important
}

.m-t-17 {
	margin-top: 17rem!important
}

.m-t-18 {
	margin-top: 18rem!important
}

.m-t-19 {
	margin-top: 19rem!important
}

.m-t-20 {
	margin-top: 20rem!important
}

.m-t-21 {
	margin-top: 21rem!important
}

.m-t-22 {
	margin-top: 22rem!important
}

.m-t-23 {
	margin-top: 23rem!important
}

.m-t-24 {
	margin-top: 24rem!important
}

.m-t-25 {
	margin-top: 25rem!important
}

.m-t-26 {
	margin-top: 26rem!important
}

.m-t-27 {
	margin-top: 27rem!important
}

.m-t-28 {
	margin-top: 28rem!important
}

.m-t-29 {
	margin-top: 29rem!important
}

.m-t-30 {
	margin-top: 30rem!important
}

.m-t-31 {
	margin-top: 31rem!important
}

.m-t-32 {
	margin-top: 32rem!important
}

.m-t-33 {
	margin-top: 33rem!important
}

.m-t-34 {
	margin-top: 34rem!important
}

.m-t-35 {
	margin-top: 35rem!important
}

.m-t-36 {
	margin-top: 36rem!important
}

.m-t-37 {
	margin-top: 37rem!important
}

.m-t-38 {
	margin-top: 38rem!important
}

.m-t-39 {
	margin-top: 39rem!important
}

.m-t-40 {
	margin-top: 40rem!important
}

.m-t-41 {
	margin-top: 41rem!important
}

.m-t-42 {
	margin-top: 42rem!important
}

.m-t-43 {
	margin-top: 43rem!important
}

.m-t-44 {
	margin-top: 44rem!important
}

.m-t-45 {
	margin-top: 45rem!important
}

.m-t-46 {
	margin-top: 46rem!important
}

.m-t-47 {
	margin-top: 47rem!important
}

.m-t-48 {
	margin-top: 48rem!important
}

.m-t-49 {
	margin-top: 49rem!important
}

.m-t-50 {
	margin-top: 50rem!important
}

.m-r-1 {
	margin-right: 1rem!important
}

.m-r-2 {
	margin-right: 2rem!important
}

.m-r-3 {
	margin-right: 3rem!important
}

.m-r-4 {
	margin-right: 4rem!important
}

.m-r-5 {
	margin-right: 5rem!important
}

.m-r-6 {
	margin-right: 6rem!important
}

.m-r-7 {
	margin-right: 7rem!important
}

.m-r-8 {
	margin-right: 8rem!important
}

.m-r-9 {
	margin-right: 9rem!important
}

.m-r-10 {
	margin-right: 10rem!important
}

.m-r-11 {
	margin-right: 11rem!important
}

.m-r-12 {
	margin-right: 12rem!important
}

.m-r-13 {
	margin-right: 13rem!important
}

.m-r-14 {
	margin-right: 14rem!important
}

.m-r-15 {
	margin-right: 15rem!important
}

.m-r-16 {
	margin-right: 16rem!important
}

.m-r-17 {
	margin-right: 17rem!important
}

.m-r-18 {
	margin-right: 18rem!important
}

.m-r-19 {
	margin-right: 19rem!important
}

.m-r-20 {
	margin-right: 20rem!important
}

.m-r-21 {
	margin-right: 21rem!important
}

.m-r-22 {
	margin-right: 22rem!important
}

.m-r-23 {
	margin-right: 23rem!important
}

.m-r-24 {
	margin-right: 24rem!important
}

.m-r-25 {
	margin-right: 25rem!important
}

.m-r-26 {
	margin-right: 26rem!important
}

.m-r-27 {
	margin-right: 27rem!important
}

.m-r-28 {
	margin-right: 28rem!important
}

.m-r-29 {
	margin-right: 29rem!important
}

.m-r-30 {
	margin-right: 30rem!important
}

.m-r-31 {
	margin-right: 31rem!important
}

.m-r-32 {
	margin-right: 32rem!important
}

.m-r-33 {
	margin-right: 33rem!important
}

.m-r-34 {
	margin-right: 34rem!important
}

.m-r-35 {
	margin-right: 35rem!important
}

.m-r-36 {
	margin-right: 36rem!important
}

.m-r-37 {
	margin-right: 37rem!important
}

.m-r-38 {
	margin-right: 38rem!important
}

.m-r-39 {
	margin-right: 39rem!important
}

.m-r-40 {
	margin-right: 40rem!important
}

.m-r-41 {
	margin-right: 41rem!important
}

.m-r-42 {
	margin-right: 42rem!important
}

.m-r-43 {
	margin-right: 43rem!important
}

.m-r-44 {
	margin-right: 44rem!important
}

.m-r-45 {
	margin-right: 45rem!important
}

.m-r-46 {
	margin-right: 46rem!important
}

.m-r-47 {
	margin-right: 47rem!important
}

.m-r-48 {
	margin-right: 48rem!important
}

.m-r-49 {
	margin-right: 49rem!important
}

.m-r-50 {
	margin-right: 50rem!important
}

.m-b-1 {
	margin-bottom: 1rem!important
}

.m-b-2 {
	margin-bottom: 2rem!important
}

.m-b-3 {
	margin-bottom: 3rem!important
}

.m-b-4 {
	margin-bottom: 4rem!important
}

.m-b-5 {
	margin-bottom: 5rem!important
}

.m-b-6 {
	margin-bottom: 6rem!important
}

.m-b-7 {
	margin-bottom: 7rem!important
}

.m-b-8 {
	margin-bottom: 8rem!important
}

.m-b-9 {
	margin-bottom: 9rem!important
}

.m-b-10 {
	margin-bottom: 10rem!important
}

.m-b-11 {
	margin-bottom: 11rem!important
}

.m-b-12 {
	margin-bottom: 12rem!important
}

.m-b-13 {
	margin-bottom: 13rem!important
}

.m-b-14 {
	margin-bottom: 14rem!important
}

.m-b-15 {
	margin-bottom: 15rem!important
}

.m-b-16 {
	margin-bottom: 16rem!important
}

.m-b-17 {
	margin-bottom: 17rem!important
}

.m-b-18 {
	margin-bottom: 18rem!important
}

.m-b-19 {
	margin-bottom: 19rem!important
}

.m-b-20 {
	margin-bottom: 20rem!important
}

.m-b-21 {
	margin-bottom: 21rem!important
}

.m-b-22 {
	margin-bottom: 22rem!important
}

.m-b-23 {
	margin-bottom: 23rem!important
}

.m-b-24 {
	margin-bottom: 24rem!important
}

.m-b-25 {
	margin-bottom: 25rem!important
}

.m-b-26 {
	margin-bottom: 26rem!important
}

.m-b-27 {
	margin-bottom: 27rem!important
}

.m-b-28 {
	margin-bottom: 28rem!important
}

.m-b-29 {
	margin-bottom: 29rem!important
}

.m-b-30 {
	margin-bottom: 30rem!important
}

.m-b-31 {
	margin-bottom: 31rem!important
}

.m-b-32 {
	margin-bottom: 32rem!important
}

.m-b-33 {
	margin-bottom: 33rem!important
}

.m-b-34 {
	margin-bottom: 34rem!important
}

.m-b-35 {
	margin-bottom: 35rem!important
}

.m-b-36 {
	margin-bottom: 36rem!important
}

.m-b-37 {
	margin-bottom: 37rem!important
}

.m-b-38 {
	margin-bottom: 38rem!important
}

.m-b-39 {
	margin-bottom: 39rem!important
}

.m-b-40 {
	margin-bottom: 40rem!important
}

.m-b-41 {
	margin-bottom: 41rem!important
}

.m-b-42 {
	margin-bottom: 42rem!important
}

.m-b-43 {
	margin-bottom: 43rem!important
}

.m-b-44 {
	margin-bottom: 44rem!important
}

.m-b-45 {
	margin-bottom: 45rem!important
}

.m-b-46 {
	margin-bottom: 46rem!important
}

.m-b-47 {
	margin-bottom: 47rem!important
}

.m-b-48 {
	margin-bottom: 48rem!important
}

.m-b-49 {
	margin-bottom: 49rem!important
}

.m-b-50 {
	margin-bottom: 50rem!important
}

.m-l-1 {
	margin-left: 1rem!important
}

.m-l-2 {
	margin-left: 2rem!important
}

.m-l-3 {
	margin-left: 3rem!important
}

.m-l-4 {
	margin-left: 4rem!important
}

.m-l-5 {
	margin-left: 5rem!important
}

.m-l-6 {
	margin-left: 6rem!important
}

.m-l-7 {
	margin-left: 7rem!important
}

.m-l-8 {
	margin-left: 8rem!important
}

.m-l-9 {
	margin-left: 9rem!important
}

.m-l-10 {
	margin-left: 10rem!important
}

.m-l-11 {
	margin-left: 11rem!important
}

.m-l-12 {
	margin-left: 12rem!important
}

.m-l-13 {
	margin-left: 13rem!important
}

.m-l-14 {
	margin-left: 14rem!important
}

.m-l-15 {
	margin-left: 15rem!important
}

.m-l-16 {
	margin-left: 16rem!important
}

.m-l-17 {
	margin-left: 17rem!important
}

.m-l-18 {
	margin-left: 18rem!important
}

.m-l-19 {
	margin-left: 19rem!important
}

.m-l-20 {
	margin-left: 20rem!important
}

.m-l-21 {
	margin-left: 21rem!important
}

.m-l-22 {
	margin-left: 22rem!important
}

.m-l-23 {
	margin-left: 23rem!important
}

.m-l-24 {
	margin-left: 24rem!important
}

.m-l-25 {
	margin-left: 25rem!important
}

.m-l-26 {
	margin-left: 26rem!important
}

.m-l-27 {
	margin-left: 27rem!important
}

.m-l-28 {
	margin-left: 28rem!important
}

.m-l-29 {
	margin-left: 29rem!important
}

.m-l-30 {
	margin-left: 30rem!important
}

.m-l-31 {
	margin-left: 31rem!important
}

.m-l-32 {
	margin-left: 32rem!important
}

.m-l-33 {
	margin-left: 33rem!important
}

.m-l-34 {
	margin-left: 34rem!important
}

.m-l-35 {
	margin-left: 35rem!important
}

.m-l-36 {
	margin-left: 36rem!important
}

.m-l-37 {
	margin-left: 37rem!important
}

.m-l-38 {
	margin-left: 38rem!important
}

.m-l-39 {
	margin-left: 39rem!important
}

.m-l-40 {
	margin-left: 40rem!important
}

.m-l-41 {
	margin-left: 41rem!important
}

.m-l-42 {
	margin-left: 42rem!important
}

.m-l-43 {
	margin-left: 43rem!important
}

.m-l-44 {
	margin-left: 44rem!important
}

.m-l-45 {
	margin-left: 45rem!important
}

.m-l-46 {
	margin-left: 46rem!important
}

.m-l-47 {
	margin-left: 47rem!important
}

.m-l-48 {
	margin-left: 48rem!important
}

.m-l-49 {
	margin-left: 49rem!important
}

.m-l-50 {
	margin-left: 50rem!important
}

.m-x-1 {
	margin: 1rem!important
}

.m-x-2 {
	margin: 2rem!important
}

.m-x-3 {
	margin: 3rem!important
}

.m-x-4 {
	margin: 4rem!important
}

.m-x-5 {
	margin: 5rem!important
}

.m-x-6 {
	margin: 6rem!important
}

.m-x-7 {
	margin: 7rem!important
}

.m-x-8 {
	margin: 8rem!important
}

.m-x-9 {
	margin: 9rem!important
}

.m-x-10 {
	margin: 10rem!important
}

.m-x-11 {
	margin: 11rem!important
}

.m-x-12 {
	margin: 12rem!important
}

.m-x-13 {
	margin: 13rem!important
}

.m-x-14 {
	margin: 14rem!important
}

.m-x-15 {
	margin: 15rem!important
}

.m-x-16 {
	margin: 16rem!important
}

.m-x-17 {
	margin: 17rem!important
}

.m-x-18 {
	margin: 18rem!important
}

.m-x-19 {
	margin: 19rem!important
}

.m-x-20 {
	margin: 20rem!important
}

.m-x-21 {
	margin: 21rem!important
}

.m-x-22 {
	margin: 22rem!important
}

.m-x-23 {
	margin: 23rem!important
}

.m-x-24 {
	margin: 24rem!important
}

.m-x-25 {
	margin: 25rem!important
}

.m-x-26 {
	margin: 26rem!important
}

.m-x-27 {
	margin: 27rem!important
}

.m-x-28 {
	margin: 28rem!important
}

.m-x-29 {
	margin: 29rem!important
}

.m-x-30 {
	margin: 30rem!important
}

.m-x-31 {
	margin: 31rem!important
}

.m-x-32 {
	margin: 32rem!important
}

.m-x-33 {
	margin: 33rem!important
}

.m-x-34 {
	margin: 34rem!important
}

.m-x-35 {
	margin: 35rem!important
}

.m-x-36 {
	margin: 36rem!important
}

.m-x-37 {
	margin: 37rem!important
}

.m-x-38 {
	margin: 38rem!important
}

.m-x-39 {
	margin: 39rem!important
}

.m-x-40 {
	margin: 40rem!important
}

.m-x-41 {
	margin: 41rem!important
}

.m-x-42 {
	margin: 42rem!important
}

.m-x-43 {
	margin: 43rem!important
}

.m-x-44 {
	margin: 44rem!important
}

.m-x-45 {
	margin: 45rem!important
}

.m-x-46 {
	margin: 46rem!important
}

.m-x-47 {
	margin: 47rem!important
}

.m-x-48 {
	margin: 48rem!important
}

.m-x-49 {
	margin: 49rem!important
}

.m-x-50 {
	margin: 50rem!important
}

.p-t-1 {
	padding-top: 1rem!important
}

.p-t-2 {
	padding-top: 2rem!important
}

.p-t-3 {
	padding-top: 3rem!important
}

.p-t-4 {
	padding-top: 4rem!important
}

.p-t-5 {
	padding-top: 5rem!important
}

.p-t-6 {
	padding-top: 6rem!important
}

.p-t-7 {
	padding-top: 7rem!important
}

.p-t-8 {
	padding-top: 8rem!important
}

.p-t-9 {
	padding-top: 9rem!important
}

.p-t-10 {
	padding-top: 10rem!important
}

.p-t-11 {
	padding-top: 11rem!important
}

.p-t-12 {
	padding-top: 12rem!important
}

.p-t-13 {
	padding-top: 13rem!important
}

.p-t-14 {
	padding-top: 14rem!important
}

.p-t-15 {
	padding-top: 15rem!important
}

.p-t-16 {
	padding-top: 16rem!important
}

.p-t-17 {
	padding-top: 17rem!important
}

.p-t-18 {
	padding-top: 18rem!important
}

.p-t-19 {
	padding-top: 19rem!important
}

.p-t-20 {
	padding-top: 20rem!important
}

.p-t-21 {
	padding-top: 21rem!important
}

.p-t-22 {
	padding-top: 22rem!important
}

.p-t-23 {
	padding-top: 23rem!important
}

.p-t-24 {
	padding-top: 24rem!important
}

.p-t-25 {
	padding-top: 25rem!important
}

.p-t-26 {
	padding-top: 26rem!important
}

.p-t-27 {
	padding-top: 27rem!important
}

.p-t-28 {
	padding-top: 28rem!important
}

.p-t-29 {
	padding-top: 29rem!important
}

.p-t-30 {
	padding-top: 30rem!important
}

.p-t-31 {
	padding-top: 31rem!important
}

.p-t-32 {
	padding-top: 32rem!important
}

.p-t-33 {
	padding-top: 33rem!important
}

.p-t-34 {
	padding-top: 34rem!important
}

.p-t-35 {
	padding-top: 35rem!important
}

.p-t-36 {
	padding-top: 36rem!important
}

.p-t-37 {
	padding-top: 37rem!important
}

.p-t-38 {
	padding-top: 38rem!important
}

.p-t-39 {
	padding-top: 39rem!important
}

.p-t-40 {
	padding-top: 40rem!important
}

.p-t-41 {
	padding-top: 41rem!important
}

.p-t-42 {
	padding-top: 42rem!important
}

.p-t-43 {
	padding-top: 43rem!important
}

.p-t-44 {
	padding-top: 44rem!important
}

.p-t-45 {
	padding-top: 45rem!important
}

.p-t-46 {
	padding-top: 46rem!important
}

.p-t-47 {
	padding-top: 47rem!important
}

.p-t-48 {
	padding-top: 48rem!important
}

.p-t-49 {
	padding-top: 49rem!important
}

.p-t-50 {
	padding-top: 50rem!important
}

.p-r-1 {
	padding-right: 1rem!important
}

.p-r-2 {
	padding-right: 2rem!important
}

.p-r-3 {
	padding-right: 3rem!important
}

.p-r-4 {
	padding-right: 4rem!important
}

.p-r-5 {
	padding-right: 5rem!important
}

.p-r-6 {
	padding-right: 6rem!important
}

.p-r-7 {
	padding-right: 7rem!important
}

.p-r-8 {
	padding-right: 8rem!important
}

.p-r-9 {
	padding-right: 9rem!important
}

.p-r-10 {
	padding-right: 10rem!important
}

.p-r-11 {
	padding-right: 11rem!important
}

.p-r-12 {
	padding-right: 12rem!important
}

.p-r-13 {
	padding-right: 13rem!important
}

.p-r-14 {
	padding-right: 14rem!important
}

.p-r-15 {
	padding-right: 15rem!important
}

.p-r-16 {
	padding-right: 16rem!important
}

.p-r-17 {
	padding-right: 17rem!important
}

.p-r-18 {
	padding-right: 18rem!important
}

.p-r-19 {
	padding-right: 19rem!important
}

.p-r-20 {
	padding-right: 20rem!important
}

.p-r-21 {
	padding-right: 21rem!important
}

.p-r-22 {
	padding-right: 22rem!important
}

.p-r-23 {
	padding-right: 23rem!important
}

.p-r-24 {
	padding-right: 24rem!important
}

.p-r-25 {
	padding-right: 25rem!important
}

.p-r-26 {
	padding-right: 26rem!important
}

.p-r-27 {
	padding-right: 27rem!important
}

.p-r-28 {
	padding-right: 28rem!important
}

.p-r-29 {
	padding-right: 29rem!important
}

.p-r-30 {
	padding-right: 30rem!important
}

.p-r-31 {
	padding-right: 31rem!important
}

.p-r-32 {
	padding-right: 32rem!important
}

.p-r-33 {
	padding-right: 33rem!important
}

.p-r-34 {
	padding-right: 34rem!important
}

.p-r-35 {
	padding-right: 35rem!important
}

.p-r-36 {
	padding-right: 36rem!important
}

.p-r-37 {
	padding-right: 37rem!important
}

.p-r-38 {
	padding-right: 38rem!important
}

.p-r-39 {
	padding-right: 39rem!important
}

.p-r-40 {
	padding-right: 40rem!important
}

.p-r-41 {
	padding-right: 41rem!important
}

.p-r-42 {
	padding-right: 42rem!important
}

.p-r-43 {
	padding-right: 43rem!important
}

.p-r-44 {
	padding-right: 44rem!important
}

.p-r-45 {
	padding-right: 45rem!important
}

.p-r-46 {
	padding-right: 46rem!important
}

.p-r-47 {
	padding-right: 47rem!important
}

.p-r-48 {
	padding-right: 48rem!important
}

.p-r-49 {
	padding-right: 49rem!important
}

.p-r-50 {
	padding-right: 50rem!important
}

.p-b-1 {
	padding-bottom: 1rem!important
}

.p-b-2 {
	padding-bottom: 2rem!important
}

.p-b-3 {
	padding-bottom: 3rem!important
}

.p-b-4 {
	padding-bottom: 4rem!important
}

.p-b-5 {
	padding-bottom: 5rem!important
}

.p-b-6 {
	padding-bottom: 6rem!important
}

.p-b-7 {
	padding-bottom: 7rem!important
}

.p-b-8 {
	padding-bottom: 8rem!important
}

.p-b-9 {
	padding-bottom: 9rem!important
}

.p-b-10 {
	padding-bottom: 10rem!important
}

.p-b-11 {
	padding-bottom: 11rem!important
}

.p-b-12 {
	padding-bottom: 12rem!important
}

.p-b-13 {
	padding-bottom: 13rem!important
}

.p-b-14 {
	padding-bottom: 14rem!important
}

.p-b-15 {
	padding-bottom: 15rem!important
}

.p-b-16 {
	padding-bottom: 16rem!important
}

.p-b-17 {
	padding-bottom: 17rem!important
}

.p-b-18 {
	padding-bottom: 18rem!important
}

.p-b-19 {
	padding-bottom: 19rem!important
}

.p-b-20 {
	padding-bottom: 20rem!important
}

.p-b-21 {
	padding-bottom: 21rem!important
}

.p-b-22 {
	padding-bottom: 22rem!important
}

.p-b-23 {
	padding-bottom: 23rem!important
}

.p-b-24 {
	padding-bottom: 24rem!important
}

.p-b-25 {
	padding-bottom: 25rem!important
}

.p-b-26 {
	padding-bottom: 26rem!important
}

.p-b-27 {
	padding-bottom: 27rem!important
}

.p-b-28 {
	padding-bottom: 28rem!important
}

.p-b-29 {
	padding-bottom: 29rem!important
}

.p-b-30 {
	padding-bottom: 30rem!important
}

.p-b-31 {
	padding-bottom: 31rem!important
}

.p-b-32 {
	padding-bottom: 32rem!important
}

.p-b-33 {
	padding-bottom: 33rem!important
}

.p-b-34 {
	padding-bottom: 34rem!important
}

.p-b-35 {
	padding-bottom: 35rem!important
}

.p-b-36 {
	padding-bottom: 36rem!important
}

.p-b-37 {
	padding-bottom: 37rem!important
}

.p-b-38 {
	padding-bottom: 38rem!important
}

.p-b-39 {
	padding-bottom: 39rem!important
}

.p-b-40 {
	padding-bottom: 40rem!important
}

.p-b-41 {
	padding-bottom: 41rem!important
}

.p-b-42 {
	padding-bottom: 42rem!important
}

.p-b-43 {
	padding-bottom: 43rem!important
}

.p-b-44 {
	padding-bottom: 44rem!important
}

.p-b-45 {
	padding-bottom: 45rem!important
}

.p-b-46 {
	padding-bottom: 46rem!important
}

.p-b-47 {
	padding-bottom: 47rem!important
}

.p-b-48 {
	padding-bottom: 48rem!important
}

.p-b-49 {
	padding-bottom: 49rem!important
}

.p-b-50 {
	padding-bottom: 50rem!important
}

.p-l-1 {
	padding-left: 1rem!important
}

.p-l-2 {
	padding-left: 2rem!important
}

.p-l-3 {
	padding-left: 3rem!important
}

.p-l-4 {
	padding-left: 4rem!important
}

.p-l-5 {
	padding-left: 5rem!important
}

.p-l-6 {
	padding-left: 6rem!important
}

.p-l-7 {
	padding-left: 7rem!important
}

.p-l-8 {
	padding-left: 8rem!important
}

.p-l-9 {
	padding-left: 9rem!important
}

.p-l-10 {
	padding-left: 10rem!important
}

.p-l-11 {
	padding-left: 11rem!important
}

.p-l-12 {
	padding-left: 12rem!important
}

.p-l-13 {
	padding-left: 13rem!important
}

.p-l-14 {
	padding-left: 14rem!important
}

.p-l-15 {
	padding-left: 15rem!important
}

.p-l-16 {
	padding-left: 16rem!important
}

.p-l-17 {
	padding-left: 17rem!important
}

.p-l-18 {
	padding-left: 18rem!important
}

.p-l-19 {
	padding-left: 19rem!important
}

.p-l-20 {
	padding-left: 20rem!important
}

.p-l-21 {
	padding-left: 21rem!important
}

.p-l-22 {
	padding-left: 22rem!important
}

.p-l-23 {
	padding-left: 23rem!important
}

.p-l-24 {
	padding-left: 24rem!important
}

.p-l-25 {
	padding-left: 25rem!important
}

.p-l-26 {
	padding-left: 26rem!important
}

.p-l-27 {
	padding-left: 27rem!important
}

.p-l-28 {
	padding-left: 28rem!important
}

.p-l-29 {
	padding-left: 29rem!important
}

.p-l-30 {
	padding-left: 30rem!important
}

.p-l-31 {
	padding-left: 31rem!important
}

.p-l-32 {
	padding-left: 32rem!important
}

.p-l-33 {
	padding-left: 33rem!important
}

.p-l-34 {
	padding-left: 34rem!important
}

.p-l-35 {
	padding-left: 35rem!important
}

.p-l-36 {
	padding-left: 36rem!important
}

.p-l-37 {
	padding-left: 37rem!important
}

.p-l-38 {
	padding-left: 38rem!important
}

.p-l-39 {
	padding-left: 39rem!important
}

.p-l-40 {
	padding-left: 40rem!important
}

.p-l-41 {
	padding-left: 41rem!important
}

.p-l-42 {
	padding-left: 42rem!important
}

.p-l-43 {
	padding-left: 43rem!important
}

.p-l-44 {
	padding-left: 44rem!important
}

.p-l-45 {
	padding-left: 45rem!important
}

.p-l-46 {
	padding-left: 46rem!important
}

.p-l-47 {
	padding-left: 47rem!important
}

.p-l-48 {
	padding-left: 48rem!important
}

.p-l-49 {
	padding-left: 49rem!important
}

.p-l-50 {
	padding-left: 50rem!important
}

.p-x-1 {
	padding: 1rem!important
}

.p-x-2 {
	padding: 2rem!important
}

.p-x-3 {
	padding: 3rem!important
}

.p-x-4 {
	padding: 4rem!important
}

.p-x-5 {
	padding: 5rem!important
}

.p-x-6 {
	padding: 6rem!important
}

.p-x-7 {
	padding: 7rem!important
}

.p-x-8 {
	padding: 8rem!important
}

.p-x-9 {
	padding: 9rem!important
}

.p-x-10 {
	padding: 10rem!important
}

.p-x-11 {
	padding: 11rem!important
}

.p-x-12 {
	padding: 12rem!important
}

.p-x-13 {
	padding: 13rem!important
}

.p-x-14 {
	padding: 14rem!important
}

.p-x-15 {
	padding: 15rem!important
}

.p-x-16 {
	padding: 16rem!important
}

.p-x-17 {
	padding: 17rem!important
}

.p-x-18 {
	padding: 18rem!important
}

.p-x-19 {
	padding: 19rem!important
}

.p-x-20 {
	padding: 20rem!important
}

.p-x-21 {
	padding: 21rem!important
}

.p-x-22 {
	padding: 22rem!important
}

.p-x-23 {
	padding: 23rem!important
}

.p-x-24 {
	padding: 24rem!important
}

.p-x-25 {
	padding: 25rem!important
}

.p-x-26 {
	padding: 26rem!important
}

.p-x-27 {
	padding: 27rem!important
}

.p-x-28 {
	padding: 28rem!important
}

.p-x-29 {
	padding: 29rem!important
}

.p-x-30 {
	padding: 30rem!important
}

.p-x-31 {
	padding: 31rem!important
}

.p-x-32 {
	padding: 32rem!important
}

.p-x-33 {
	padding: 33rem!important
}

.p-x-34 {
	padding: 34rem!important
}

.p-x-35 {
	padding: 35rem!important
}

.p-x-36 {
	padding: 36rem!important
}

.p-x-37 {
	padding: 37rem!important
}

.p-x-38 {
	padding: 38rem!important
}

.p-x-39 {
	padding: 39rem!important
}

.p-x-40 {
	padding: 40rem!important
}

.p-x-41 {
	padding: 41rem!important
}

.p-x-42 {
	padding: 42rem!important
}

.p-x-43 {
	padding: 43rem!important
}

.p-x-44 {
	padding: 44rem!important
}

.p-x-45 {
	padding: 45rem!important
}

.p-x-46 {
	padding: 46rem!important
}

.p-x-47 {
	padding: 47rem!important
}

.p-x-48 {
	padding: 48rem!important
}

.p-x-49 {
	padding: 49rem!important
}

.p-x-50 {
	padding: 50rem!important
}

.header-nav-wrapper .top-bar-wrapper {
	display: none;
	background-color: #006493
}

@media screen and (min-width: 1270px) {
	.header-nav-wrapper .top-bar-wrapper {
		display:block
	}
}

.header-nav-wrapper .top-bar-wrapper .top-bar-width {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1920px
}

.header-nav-wrapper .top-bar-wrapper .top-bar-width .inner-top-bar-wrapper {
	height: 2rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative
}

.header-nav-wrapper .top-bar-wrapper .top-bar-width .inner-top-bar-wrapper a {
	color: #fefefe;
	transition: all .2s ease-in-out 0s
}

.header-nav-wrapper .top-bar-wrapper .top-bar-width .inner-top-bar-wrapper a:hover {
	opacity: .75
}

.header-nav-wrapper .top-bar-wrapper .top-bar-width .inner-top-bar-wrapper .outer-top-bar-nav {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.header-nav-wrapper .top-bar-wrapper .top-bar-width .inner-top-bar-wrapper .outer-top-bar-nav .top-bar-nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.header-nav-wrapper .top-bar-wrapper .top-bar-width .inner-top-bar-wrapper .outer-top-bar-nav .top-bar-nav li {
	margin: 0 .5rem
}

.header-nav-wrapper .top-bar-wrapper .top-bar-width .inner-top-bar-wrapper .outer-top-bar-nav .top-bar-nav li:first-child {
	margin-left: 0
}

.header-nav-wrapper .top-bar-wrapper .top-bar-width .inner-top-bar-wrapper .outer-top-bar-nav .top-bar-nav li:last-child {
	margin-right: 0
}

.header-nav-wrapper .top-bar-wrapper .top-bar-width .inner-top-bar-wrapper .outer-top-bar-nav .top-bar-nav .account-nav-link:first-child a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f007";
	margin-right: .25rem
}

.header-nav-wrapper .main-nav-wrapper {
	display: none
}

@media screen and (min-width: 1270px) {
	.header-nav-wrapper .main-nav-wrapper {
		display:block
	}
}

.header-nav-wrapper .main-nav-wrapper .inner-main-nav-wrapper {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1920px
}

.header-nav-wrapper .main-nav-wrapper .inner-main-nav-wrapper .flex-main-nav-wrapper {
	height: 6.5rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media screen and (min-width: 1270px) {
	.header-nav-wrapper .main-nav-wrapper .inner-main-nav-wrapper .flex-main-nav-wrapper {
		height:7rem;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.header-nav-wrapper .main-nav-wrapper .inner-main-nav-wrapper .flex-main-nav-wrapper img {
	height: 5rem;
	width: auto
}

@media screen and (min-width: 1270px) {
	.header-nav-wrapper .main-nav-wrapper .inner-main-nav-wrapper .flex-main-nav-wrapper img {
		height:6rem;
		width: auto
	}
}

.header-nav-wrapper .main-nav-wrapper .inner-main-nav-wrapper .flex-main-nav-wrapper .main-nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: none
}

@media screen and (min-width: 1270px) {
	.header-nav-wrapper .main-nav-wrapper .inner-main-nav-wrapper .flex-main-nav-wrapper .main-nav {
		display:-webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
}

.header-nav-wrapper .main-nav-wrapper .inner-main-nav-wrapper .flex-main-nav-wrapper .main-nav .is-active {
	border-color: #006493
}

.header-nav-wrapper .main-nav-wrapper .inner-main-nav-wrapper .flex-main-nav-wrapper .main-nav li {
	margin: 0 .5rem;
	border-bottom: 2px solid rgba(255,255,255,0)
}

.header-nav-wrapper .main-nav-wrapper .inner-main-nav-wrapper .flex-main-nav-wrapper .main-nav li:first-child {
	margin-left: 0
}

.header-nav-wrapper .main-nav-wrapper .inner-main-nav-wrapper .flex-main-nav-wrapper .main-nav li:last-child {
	margin-right: 0
}

.header-nav-wrapper .main-nav-wrapper .inner-main-nav-wrapper .flex-main-nav-wrapper .main-nav li a {
	color: #006493;
	padding: .5rem 0;
	transition: all .1s ease-in-out 0s
}

.header-nav-wrapper .main-nav-wrapper .inner-main-nav-wrapper .flex-main-nav-wrapper .main-nav li:hover {
	font-weight: 700;
	border-color: #006493
}

.header-nav-wrapper .main-nav-wrapper .inner-main-nav-wrapper .flex-main-nav-wrapper .main-nav .menu-item-has-children {
	position: relative
}

.header-nav-wrapper .main-nav-wrapper .inner-main-nav-wrapper .flex-main-nav-wrapper .main-nav .menu-item-has-children .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fefefe;
	padding: 1rem;
	margin: 0;
	margin-top: 3px;
	list-style-type: none;
	z-index: 9999999;
	font-weight: 400
}

.header-nav-wrapper .main-nav-wrapper .inner-main-nav-wrapper .flex-main-nav-wrapper .main-nav .menu-item-has-children .sub-menu li {
	border-color: #fff;
	margin: .5rem 0!important
}

.header-nav-wrapper .main-nav-wrapper .inner-main-nav-wrapper .flex-main-nav-wrapper .main-nav .menu-item-has-children .sub-menu li:first-child {
	margin-top: 0!important
}

.header-nav-wrapper .main-nav-wrapper .inner-main-nav-wrapper .flex-main-nav-wrapper .main-nav .menu-item-has-children .sub-menu li:last-child {
	margin-bottom: 0!important
}

.header-nav-wrapper .main-nav-wrapper .inner-main-nav-wrapper .flex-main-nav-wrapper .main-nav .menu-item-has-children .sub-menu li a {
	white-space: nowrap;
	border: none;
	color: #001e2c;
	display: block;
	padding: 0
}

.header-nav-wrapper .main-nav-wrapper .inner-main-nav-wrapper .flex-main-nav-wrapper .main-nav .menu-item-has-children .sub-menu li a:hover {
	color: #006493
}

.header-nav-wrapper .main-nav-wrapper .inner-main-nav-wrapper .flex-main-nav-wrapper .main-nav .menu-item-has-children .sub-menu li:hover {
	border-color: #fefefe
}

.header-nav-wrapper .main-nav-wrapper .inner-main-nav-wrapper .flex-main-nav-wrapper .main-nav .menu-item-has-children .sub-menu .is-active a {
	color: #006493
}

.header-nav-wrapper .main-nav-wrapper .inner-main-nav-wrapper .flex-main-nav-wrapper .main-nav .menu-item-has-children:hover .sub-menu {
	display: block
}

.header-nav-wrapper .main-nav-wrapper .inner-main-nav-wrapper .flex-main-nav-wrapper .main-nav .blue-btn-nav a,.header-nav-wrapper .main-nav-wrapper .inner-main-nav-wrapper .flex-main-nav-wrapper .main-nav .white-btn-nav a {
	padding: 1rem;
	transition: all .2s ease-in-out 0s
}

.header-nav-wrapper .main-nav-wrapper .inner-main-nav-wrapper .flex-main-nav-wrapper .main-nav .blue-btn-nav a {
	background-color: #006493;
	color: #fefefe;
	border: 1px solid #006493
}

.header-nav-wrapper .main-nav-wrapper .inner-main-nav-wrapper .flex-main-nav-wrapper .main-nav .blue-btn-nav a:hover {
	background-color: #fefefe;
	color: #006493;
	opacity: 1
}

.header-nav-wrapper .main-nav-wrapper .inner-main-nav-wrapper .flex-main-nav-wrapper .main-nav .white-btn-nav a {
	background-color: #fefefe;
	color: #006493;
	border: 1px solid #006493
}

.header-nav-wrapper .main-nav-wrapper .inner-main-nav-wrapper .flex-main-nav-wrapper .main-nav .white-btn-nav a:hover {
	background-color: #006493;
	color: #fefefe;
	opacity: 1
}

.header-nav-wrapper .main-nav-wrapper .inner-main-nav-wrapper .flex-main-nav-wrapper .main-nav .is-active li {
	border-color: #006493
}

.header-nav-wrapper .main-nav-wrapper .inner-main-nav-wrapper .flex-main-nav-wrapper .main-nav .blue-btn-nav.is-active a {
	background-color: #fefefe!important;
	color: #006493;
	opacity: 1
}

.header-nav-wrapper .main-nav-wrapper .inner-main-nav-wrapper .flex-main-nav-wrapper .main-nav .white-btn-nav.is-active a {
	background-color: #006493;
	color: #fefefe;
	opacity: 1
}

.mobile-nav-wrapper {
	background-color: #006493;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999999999999999999;
	transition: all .2s ease-in-out 0s
}

@media screen and (min-width: 1270px) {
	.mobile-nav-wrapper {
		display:none!important
	}
}

.mobile-nav-wrapper .outter-nav-icons-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 64px
}

.mobile-nav-wrapper .outter-nav-icons-wrapper .hamburger-icon-wrapper,.mobile-nav-wrapper .outter-nav-icons-wrapper .nav-icon-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 4rem;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	text-align: center;
	padding-bottom: .5rem;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.mobile-nav-wrapper .outter-nav-icons-wrapper .hamburger-icon-wrapper a,.mobile-nav-wrapper .outter-nav-icons-wrapper .nav-icon-wrapper a {
	color: #fefefe;
	width: 100%
}

.mobile-nav-wrapper .outter-nav-icons-wrapper .hamburger-icon-wrapper a img,.mobile-nav-wrapper .outter-nav-icons-wrapper .nav-icon-wrapper a img {
	height: 1.25rem;
	width: auto;
	margin-bottom: .25rem
}

.mobile-nav-wrapper .outter-nav-icons-wrapper .hamburger-icon-wrapper a span,.mobile-nav-wrapper .outter-nav-icons-wrapper .nav-icon-wrapper a span {
	display: block;
	line-height: 1
}

.mobile-nav-wrapper .outter-nav-icons-wrapper .show-on-tablet-only {
	display: none
}

@media print,screen and (min-width: 40em) {
	.mobile-nav-wrapper .outter-nav-icons-wrapper .show-on-tablet-only {
		display:-webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
}

.mobile-nav-wrapper .outter-nav-icons-wrapper .logo-wrapper {
	height: 4rem;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 4rem;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.mobile-nav-wrapper .outter-nav-icons-wrapper .logo-wrapper .mobile-logo {
	height: 3.5rem;
	width: auto
}

.mobile-nav-wrapper .outter-nav-icons-wrapper .hamburger-icon-wrapper a {
	color: #e0e823
}

.mobile-nav-wrapper .outter-nav-icons-wrapper .hamburger-icon-wrapper a .inner-hamburger-icon {
	width: 34px;
	height: 22px;
	position: relative;
	margin: 0 auto;
	margin-bottom: .25rem;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	transition: .5s ease-in-out;
	cursor: pointer
}

.mobile-nav-wrapper .outter-nav-icons-wrapper .hamburger-icon-wrapper a .inner-hamburger-icon span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #e0e823;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	transition: .25s ease-in-out
}

.mobile-nav-wrapper .outter-nav-icons-wrapper .hamburger-icon-wrapper a .inner-hamburger-icon span:nth-child(1) {
	top: 0
}

.mobile-nav-wrapper .outter-nav-icons-wrapper .hamburger-icon-wrapper a .inner-hamburger-icon span:nth-child(2),.mobile-nav-wrapper .outter-nav-icons-wrapper .hamburger-icon-wrapper a .inner-hamburger-icon span:nth-child(3) {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.mobile-nav-wrapper .outter-nav-icons-wrapper .hamburger-icon-wrapper a .inner-hamburger-icon span:nth-child(4) {
	bottom: 0
}

.mobile-nav-wrapper .outter-nav-icons-wrapper .hamburger-icon-wrapper a .inner-hamburger-icon-open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%
}

.mobile-nav-wrapper .outter-nav-icons-wrapper .hamburger-icon-wrapper a .inner-hamburger-icon-open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.mobile-nav-wrapper .outter-nav-icons-wrapper .hamburger-icon-wrapper a .inner-hamburger-icon-open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.mobile-nav-wrapper .outter-nav-icons-wrapper .hamburger-icon-wrapper a .inner-hamburger-icon-open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%
}

.mobile-nav-menu-wrapper {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #fefefe;
	height: 100%;
	overflow: auto;
	padding-top: 5rem!important
}

@media screen and (min-width: 1270px) {
	.mobile-nav-menu-wrapper {
		display:none!important
	}
}

.mobile-nav-menu-wrapper .inner-mobile-nav-menu-wrapper {
	height: 100%;
	position: relative
}

.mobile-nav-menu-wrapper .inner-mobile-nav-menu-wrapper img {
	height: 5rem;
	width: auto;
	display: block;
	margin: 0 auto;
	margin-bottom: 2rem
}

.mobile-nav-menu-wrapper .inner-mobile-nav-menu-wrapper .mobile-nav {
	list-style-type: none;
	padding: 0;
	margin: 0
}

.mobile-nav-menu-wrapper .inner-mobile-nav-menu-wrapper .mobile-nav li a {
	color: #001e2c!important;
	font-size: 1.1rem
}

.mobile-nav-menu-wrapper .inner-mobile-nav-menu-wrapper .mobile-nav {
	text-align: center
}

.mobile-nav-menu-wrapper .inner-mobile-nav-menu-wrapper .mobile-nav li {
	padding: .25rem 0
}

.mobile-nav-menu-wrapper .inner-mobile-nav-menu-wrapper .mobile-nav li:first-child {
	padding-top: 0
}

.mobile-nav-menu-wrapper .inner-mobile-nav-menu-wrapper .mobile-nav li:last-child {
	padding-bottom: 0
}

.mobile-nav-menu-wrapper .inner-mobile-nav-menu-wrapper .mobile-nav li a {
	font-weight: 700
}

.mobile-nav-menu-wrapper .inner-mobile-nav-menu-wrapper .mobile-nav .is-active a {
	color: #006493!important
}

.mobile-nav-menu-wrapper .inner-mobile-nav-menu-wrapper .mobile-nav .menu-item-has-children a {
	position: relative
}

.mobile-nav-menu-wrapper .inner-mobile-nav-menu-wrapper .mobile-nav .menu-item-has-children a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f078";
	margin-left: .5rem;
	transition: all .2s ease-in-out 0s;
	position: absolute;
	top: 0;
	left: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 1.25rem
}

.mobile-nav-menu-wrapper .inner-mobile-nav-menu-wrapper .mobile-nav .menu-item-has-children .sub-menu {
	display: none;
	padding: 0;
	margin: 0;
	list-style-type: none
}

.mobile-nav-menu-wrapper .inner-mobile-nav-menu-wrapper .mobile-nav .menu-item-has-children .sub-menu li {
	padding: .15rem 0
}

.mobile-nav-menu-wrapper .inner-mobile-nav-menu-wrapper .mobile-nav .menu-item-has-children .sub-menu li:first-child {
	padding-top: 0
}

.mobile-nav-menu-wrapper .inner-mobile-nav-menu-wrapper .mobile-nav .menu-item-has-children .sub-menu li:last-child {
	padding-bottom: 0
}

.mobile-nav-menu-wrapper .inner-mobile-nav-menu-wrapper .mobile-nav .menu-item-has-children .sub-menu li a {
	color: #001e2c!important;
	font-weight: 400
}

.mobile-nav-menu-wrapper .inner-mobile-nav-menu-wrapper .mobile-nav .menu-item-has-children .sub-menu li a:after {
	content: ''
}

.mobile-nav-menu-wrapper .inner-mobile-nav-menu-wrapper .mobile-nav .menu-item-has-children .sub-menu .is-active a {
	color: #006493!important
}

.mobile-nav-menu-wrapper .inner-mobile-nav-menu-wrapper .mobile-nav .active-partent-mobile-nav a:after {
	height: 1rem;
	-webkit-transform: rotate(-180deg)!important;
	-ms-transform: rotate(-180deg)!important;
	transform: rotate(-180deg)!important
}

.mobile-nav-menu-wrapper .inner-mobile-nav-menu-wrapper .top-bar-nav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0;
	margin-top: 2rem;
	list-style-type: none;
	padding: 0
}

.mobile-nav-menu-wrapper .inner-mobile-nav-menu-wrapper .top-bar-nav li a {
	color: #006493!important
}

.mobile-nav-menu-wrapper .inner-mobile-nav-menu-wrapper .top-bar-nav .account-nav-link:first-child a:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f007";
	margin-right: .25rem
}

.mobile-nav-menu-wrapper.mobile-sleep-tip-nav-wrapper {
	padding-top: 5rem!important
}

.desktop-has-sub-nav a {
	cursor: default
}

.desktop-has-sub-nav .sub-menu a {
	cursor: pointer
}

.main-container {
	padding-right: .625rem;
	padding-left: .625rem;
	max-width: 75rem;
	margin: 0 auto
}

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

.main-grid {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-top: 1rem
}

@media print,screen and (min-width: 40em) {
	.main-grid {
		margin-top:3rem
	}
}

.main-grid.sidebar-left .main-content {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}

.main-grid.sidebar-left .sidebar {
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}

@media print,screen and (min-width: 40em) {
	.main-grid.sidebar-left .main-content {
		-webkit-order:2;
		-ms-flex-order: 2;
		order: 2
	}

	.main-grid.sidebar-left .sidebar {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
}

.main-grid .main-content-full-width {
	width: calc(100% - 1.25rem);
	margin-right: .625rem;
	margin-left: .625rem
}

.main-grid .main-content {
	width: calc(100% - 1.25rem);
	margin-right: .625rem;
	margin-left: .625rem
}

@media print,screen and (min-width: 40em) {
	.main-grid .main-content {
		width:calc(66.66667% - 1.875rem);
		margin-right: .9375rem;
		margin-left: .9375rem
	}
}

.main-grid .main-content article {
	background-color: #f4f9fb;
	margin: 1rem 0;
	padding: 1rem
}

.main-grid .main-content article header img {
	width: 100%;
	margin-bottom: 1rem
}

.main-grid .sidebar {
	width: calc(100% - 1.25rem);
	margin-right: .625rem;
	margin-left: .625rem
}

@media print,screen and (min-width: 40em) {
	.main-grid .sidebar {
		width:calc(33.33333% - 1.875rem);
		margin-right: .9375rem;
		margin-left: .9375rem;
		margin-top: 1rem
	}
}

@media print,screen and (min-width: 64em) {
	.pre-footer-wrapper {
		padding:5rem 0
	}
}

.footer-wrapper {
	padding-bottom: 4rem
}

@media print,screen and (min-width: 64em) {
	.footer-wrapper {
		padding:0
	}
}

.footer-wrapper .inner-footer-wrapper {
	padding-top: 2rem
}

.footer-wrapper .inner-footer-wrapper .footer-menus-wrapper {
	border-bottom: 1px solid #e6e6e6
}

.footer-wrapper .inner-footer-wrapper .footer-menus-wrapper h5 {
	color: #006493
}

@media print,screen and (min-width: 64em) {
	.footer-wrapper .inner-footer-wrapper .footer-menus-wrapper .main-footer-navs-wrapper {
		border-right:1px solid #e6e6e6;
		padding-right: 2rem
	}
}

.footer-wrapper .inner-footer-wrapper .footer-menus-wrapper .main-footer-navs-wrapper .footer-nav,.footer-wrapper .inner-footer-wrapper .footer-menus-wrapper .main-footer-navs-wrapper .footer-snore-md-nav {
	list-style-type: none;
	padding: 0;
	margin: 0
}

.footer-wrapper .inner-footer-wrapper .footer-menus-wrapper .main-footer-navs-wrapper .footer-nav li,.footer-wrapper .inner-footer-wrapper .footer-menus-wrapper .main-footer-navs-wrapper .footer-snore-md-nav li {
	padding: .25rem 0;
	-webkit-column-break-inside: avoid;
	break-inside: avoid
}

.footer-wrapper .inner-footer-wrapper .footer-menus-wrapper .main-footer-navs-wrapper .footer-nav li a,.footer-wrapper .inner-footer-wrapper .footer-menus-wrapper .main-footer-navs-wrapper .footer-snore-md-nav li a {
	color: #001e2c;
	transition: all .2s ease-in-out 0s
}

.footer-wrapper .inner-footer-wrapper .footer-menus-wrapper .main-footer-navs-wrapper .footer-nav li a:hover,.footer-wrapper .inner-footer-wrapper .footer-menus-wrapper .main-footer-navs-wrapper .footer-snore-md-nav li a:hover {
	opacity: .65
}

@media print,screen and (min-width: 64em) {
	.footer-wrapper .inner-footer-wrapper .footer-menus-wrapper .locations-footer-navs-wrapper {
		padding-left:2rem
	}
}

.footer-wrapper .inner-footer-wrapper .footer-menus-wrapper .locations-footer-navs-wrapper ul {
	list-style-type: none;
	padding: 0;
	margin: 0
}

.footer-wrapper .inner-footer-wrapper .footer-menus-wrapper .locations-footer-navs-wrapper ul li {
	padding: .25rem 0;
	-webkit-column-break-inside: avoid;
	break-inside: avoid
}

.footer-wrapper .inner-footer-wrapper .footer-menus-wrapper .locations-footer-navs-wrapper ul li a {
	color: #001e2c;
	transition: all .2s ease-in-out 0s
}

.footer-wrapper .inner-footer-wrapper .footer-menus-wrapper .locations-footer-navs-wrapper ul li a:hover {
	opacity: .65
}

.footer-wrapper .inner-footer-wrapper .footer-menus-wrapper .locations-footer-navs-wrapper .greater-van-clinics-wrapper {
	border-top: 1px solid #e6e6e6;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-bottom: 1rem
}

@media print,screen and (min-width: 64em) {
	.footer-wrapper .inner-footer-wrapper .footer-menus-wrapper .locations-footer-navs-wrapper .greater-van-clinics-wrapper {
		border:none;
		padding: 0;
		margin: 0
	}
}

.footer-wrapper .inner-footer-wrapper .footer-menus-wrapper .locations-footer-navs-wrapper .greater-van-clinics-wrapper ul {
	-webkit-columns: 2;
	columns: 2
}

.footer-wrapper .footer-logo-wrapper .footer-logo {
	text-align: center
}

.footer-wrapper .footer-logo-wrapper .footer-logo img {
	height: 7rem;
	width: auto
}

.footer-wrapper .footer-logo-wrapper .additional-menus-wrapper {
	border-bottom: 1px solid #e6e6e6
}

.footer-wrapper .footer-logo-wrapper .additional-menus-wrapper .left-menus ul,.footer-wrapper .footer-logo-wrapper .additional-menus-wrapper .right-menus ul,.footer-wrapper .footer-logo-wrapper .additional-menus-wrapper .social-menus ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media print,screen and (min-width: 64em) {
	.footer-wrapper .footer-logo-wrapper .additional-menus-wrapper .left-menus ul,.footer-wrapper .footer-logo-wrapper .additional-menus-wrapper .right-menus ul,.footer-wrapper .footer-logo-wrapper .additional-menus-wrapper .social-menus ul {
		-webkit-justify-content:flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

.footer-wrapper .footer-logo-wrapper .additional-menus-wrapper .left-menus ul li,.footer-wrapper .footer-logo-wrapper .additional-menus-wrapper .right-menus ul li,.footer-wrapper .footer-logo-wrapper .additional-menus-wrapper .social-menus ul li {
	padding: 0 .5rem
}

.footer-wrapper .footer-logo-wrapper .additional-menus-wrapper .left-menus ul li:first-child,.footer-wrapper .footer-logo-wrapper .additional-menus-wrapper .right-menus ul li:first-child,.footer-wrapper .footer-logo-wrapper .additional-menus-wrapper .social-menus ul li:first-child {
	padding-left: 0
}

.footer-wrapper .footer-logo-wrapper .additional-menus-wrapper .left-menus ul li:last-child,.footer-wrapper .footer-logo-wrapper .additional-menus-wrapper .right-menus ul li:last-child,.footer-wrapper .footer-logo-wrapper .additional-menus-wrapper .social-menus ul li:last-child {
	padding-right: 0
}

.footer-wrapper .footer-logo-wrapper .additional-menus-wrapper .left-menus ul li a,.footer-wrapper .footer-logo-wrapper .additional-menus-wrapper .right-menus ul li a,.footer-wrapper .footer-logo-wrapper .additional-menus-wrapper .social-menus ul li a {
	color: #006493;
	transition: all .2s ease-in-out 0s
}

.footer-wrapper .footer-logo-wrapper .additional-menus-wrapper .left-menus ul li a:hover,.footer-wrapper .footer-logo-wrapper .additional-menus-wrapper .right-menus ul li a:hover,.footer-wrapper .footer-logo-wrapper .additional-menus-wrapper .social-menus ul li a:hover {
	opacity: .65
}

@media print,screen and (min-width: 64em) {
	.footer-wrapper .footer-logo-wrapper .additional-menus-wrapper .left-menus ul {
		-webkit-justify-content:flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

.footer-wrapper .footer-logo-wrapper .additional-menus-wrapper .social-menus {
	font-size: 1.5rem
}

@media print,screen and (min-width: 64em) {
	.footer-wrapper .footer-logo-wrapper .additional-menus-wrapper .social-menus ul {
		-webkit-justify-content:center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media print,screen and (min-width: 64em) {
	.footer-wrapper .footer-logo-wrapper .additional-menus-wrapper .right-menus ul {
		-webkit-justify-content:flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
}

.footer-wrapper .copyright-wrapper .inner-copyright-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center
}

@media print,screen and (min-width: 64em) {
	.footer-wrapper .copyright-wrapper .inner-copyright-wrapper {
		-webkit-justify-content:space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		text-align: left
	}
}

.footer-wrapper .copyright-wrapper .inner-copyright-wrapper .gts-wrapper a {
	color: #001e2c;
	transition: all .2s ease-in-out 0s
}

.footer-wrapper .copyright-wrapper .inner-copyright-wrapper .gts-wrapper a:hover {
	opacity: .65
}

body#tinymce {
	height: auto;
	max-width: 75rem;
	padding: 1.25rem!important
}

.thumbs:hover {
	cursor: pointer
}

.leave-review .heading-wrapper h2 {
	padding: 0 1em
}

.leave-review .thumbs-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 70%;
	margin: 20px auto
}

@media print,screen and (min-width: 64em) {
	.leave-review .thumbs-wrapper {
		-webkit-justify-content:space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly
	}
}

.modal {
	display: none;
	position: fixed;
	z-index: 99999;
	left: 0;
	top: 60px;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #000;
	background-color: rgba(0,0,0,.4)
}

@media print,screen and (min-width: 64em) {
	.modal {
		top:0
	}
}

.modal .gform_button {
	width: 100%
}

.modal .modal-content {
	margin: 7% auto;
	padding: 20px;
	position: relative
}

#positiveReviewModal .review-links {
	font-size: 1.2rem
}

#positiveReviewModal .review-links .facebook-button,#positiveReviewModal .review-links .google-button {
	padding: 1.5rem 0;
	width: 12rem
}

#negativeReviewModal .testimonials-slider-block-inner-wrapper {
	padding: 1rem
}

@media print,screen and (min-width: 64em) {
	#negativeReviewModal .testimonials-slider-block-inner-wrapper {
		padding:2.5rem
	}
}

#negativeReviewModal .modal-content {
	margin: 1% auto;
	width: 40%;
	width: 100%;
	margin-bottom: 60px
}

@media print,screen and (min-width: 40em) {
	#negativeReviewModal .modal-content {
		width:70%
	}
}

.close {
	color: #aaa;
	font-size: 28px;
	font-weight: 700;
	position: absolute;
	right: 35px
}

.close:focus,.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer
}

#gform_wrapper_4 .gform_heading {
	text-align: center
}

#gform_wrapper_4 .gform_required_legend {
	display: none
}

.sites-button {
	background: #1779ba;
	font-size: 1.25rem;
	font-weight: 700;
	box-shadow: 0 -2px 0 rgba(0,0,0,.2) inset;
	border-radius: 3px;
	border: none
}

.cards-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}

.cards-container .card {
	width: calc(100% - 1.25rem);
	margin-right: .625rem;
	margin-left: .625rem
}

.cards-container .card .card-content {
	padding: 1rem
}

@media print,screen and (min-width: 40em) {
	.cards-container .card {
		width:calc(33.33333% - .7rem);
		margin-right: .35rem;
		margin-left: .35rem
	}
}

.featured-hero {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 6.25rem
}

@media print,screen and (min-width: 40em) {
	.featured-hero {
		height:12.5rem
	}
}

@media screen and (min-width: 75.9375em) {
	.featured-hero {
		height:25rem
	}
}

.dotted {
	border-style: dashed;
	margin: 2rem 0
}

[data-whatinput=mouse] a:focus,button:focus,button:focus [data-whatinput=touch] a:focus {
	outline: 0
}

.reveal .access-modal__inner {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%
}

.reveal .close-button {
	top: 5rem
}

@media print,screen and (min-width: 64em) {
	.reveal .close-button {
		top:.5rem
	}
}

.reveal form .gform_body label {
	font-weight: 700
}

.reveal form .gform_body input,.reveal form .gform_body select {
	border: none;
	box-shadow: none;
	background-color: #f4f4f4
}

.reveal form .gform_body .ginput_container_select {
	position: relative
}

.reveal form .gform_body .ginput_container_select:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0d7";
	position: absolute;
	top: 50%;
	right: 1rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.reveal form .gform_footer {
	padding: 0;
	margin-top: 2rem
}

.reveal form .gform_footer input[type=submit] {
	display: block;
	margin: 0;
	padding: 1rem 2rem;
	width: 100%;
	transition: all .2s ease-in-out 0s;
	background-color: #006493;
	color: #fefefe;
	border: 1px solid #006493
}

.reveal form .gform_footer input[type=submit]:hover {
	background-color: #fefefe;
	color: #006493
}

.modal__large-text {
	font-size: 1.6em;
	line-height: 1.1
}

@media print,screen and (min-width: 64em) {
	.modal__large-text {
		font-size:2.3em
	}
}

.modal__content {
	padding: 0 1rem
}

@media print,screen and (min-width: 64em) {
	.modal__content {
		padding:0 4rem
	}
}

.single-post-wrapper .single-post-inner-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.single-post-wrapper .single-post-inner-wrapper .title-wrapper {
	margin-top: 3rem
}

@media print,screen and (min-width: 64em) {
	.single-post-wrapper .single-post-inner-wrapper .title-wrapper {
		width:80%
	}
}

.single-post-wrapper .single-post-inner-wrapper .title-wrapper h1 {
	font-size: 2rem
}

@media print,screen and (min-width: 64em) {
	.single-post-wrapper .single-post-inner-wrapper .title-wrapper h1 {
		font-size:56px
	}
}

.single-post-wrapper .single-post-inner-wrapper .meta-wrapper {
	color: #006493
}

@media print,screen and (min-width: 64em) {
	.single-post-wrapper .single-post-inner-wrapper .meta-wrapper {
		width:80%
	}
}

.single-post-wrapper .single-post-inner-wrapper .meta-wrapper span+span {
	margin-left: 2rem
}

.single-post-wrapper .single-post-inner-wrapper .meta-wrapper a {
	color: #006493;
	transition: all .2s ease-in-out 0s
}

.single-post-wrapper .single-post-inner-wrapper .meta-wrapper a:hover {
	text-decoration: underline
}

.single-post-wrapper .single-post-inner-wrapper .post-content-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 1rem
}

@media print,screen and (min-width: 64em) {
	.single-post-wrapper .single-post-inner-wrapper .post-content-wrapper {
		width:70%
	}
}

.single-post-wrapper .single-post-inner-wrapper .post-content-wrapper figure {
	text-align: center;
	width: -webkit-fit-content;
	width: fit-content;
	margin: 0 auto
}

.single-post-wrapper .single-post-inner-wrapper .post-content-wrapper figure figcaption {
	text-align: left;
	font-style: italic
}

.single-post-wrapper .single-post-inner-wrapper .post-content-wrapper h2,.single-post-wrapper .single-post-inner-wrapper .post-content-wrapper h3 {
	width: 100%;
	font-size: 1.5rem;
	text-align: left
}

.single-post-wrapper .single-post-inner-wrapper .post-content-wrapper .wp-block-columns {
	margin: 0
}

.single-post-wrapper .single-post-inner-wrapper .author-box-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1rem
}

@media print,screen and (min-width: 64em) {
	.single-post-wrapper .single-post-inner-wrapper .author-box-wrapper .author-box-inner-wrapper {
		width:70%
	}
}

.single-post-wrapper .single-post-inner-wrapper .author-box-wrapper .author-box-inner-wrapper .author-box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: #f4f9fb;
	padding: 1rem
}

.single-post-wrapper .single-post-inner-wrapper .author-box-wrapper .author-box-inner-wrapper .author-box .avatar {
	padding-right: 1rem
}

.single-post-wrapper .single-post-inner-wrapper .author-box-wrapper .author-box-inner-wrapper .author-box .avatar img {
	padding: 0;
	height: 54px;
	width: 54px;
	max-width: none;
	border-radius: 27px
}

.single-post-wrapper .single-post-inner-wrapper .author-box-wrapper .author-box-inner-wrapper .author-box .content h6 {
	margin-bottom: 0;
	font-size: 18px
}

.single-post-wrapper .single-post-inner-wrapper .author-box-wrapper .author-box-inner-wrapper .author-box .content h6 a {
	color: #006493;
	transition: all .2s ease-in-out 0s
}

.single-post-wrapper .single-post-inner-wrapper .author-box-wrapper .author-box-inner-wrapper .author-box .content h6 a:hover {
	text-decoration: underline
}

.single-post-wrapper .single-post-inner-wrapper .author-box-wrapper .author-box-inner-wrapper .author-box .content span {
	display: block;
	font-size: 14px;
	color: #006493
}

.single-post-wrapper .single-post-inner-wrapper .author-box-wrapper .author-box-inner-wrapper .author-box .content p {
	margin: 0;
	font-size: 16px
}

.related-posts-wrapper {
	margin-bottom: 1rem
}

@media print,screen and (min-width: 64em) {
	.related-posts-wrapper {
		width:80%
	}
}

.related-posts-wrapper .related-posts-inner-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media print,screen and (min-width: 64em) {
	.related-posts-wrapper .related-posts-inner-wrapper .related-post-tile-wrapper+.related-post-tile-wrapper {
		margin-left:1rem
	}
}

.related-posts-wrapper .related-posts-inner-wrapper .blog-teaser-wrapper {
	position: relative;
	padding: .5rem 0
}

@media print,screen and (min-width: 64em) {
	.related-posts-wrapper .related-posts-inner-wrapper .blog-teaser-wrapper {
		padding:.5rem
	}
}

.related-posts-wrapper .related-posts-inner-wrapper .blog-teaser-wrapper a {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: calc(100% - 1rem);
	height: calc(100% - 1rem)
}

.related-posts-wrapper .related-posts-inner-wrapper .blog-teaser-wrapper .teaser-image-wrapper img {
	width: 100%
}

.related-posts-wrapper .related-posts-inner-wrapper .blog-teaser-wrapper .teaser-content-wrapper .cat-span {
	margin-top: .5rem;
	display: block
}

.onsale {
	display: none
}

.product .variations tbody {
	border: none
}

.product .variations tbody tr td {
	background: 0 0;
	padding-right: 0!important
}

.product .variations tbody tr td input,.product .variations tbody tr td select {
	background-color: #f4f9fb;
	border: none;
	box-shadow: none
}

.product .small-span {
	display: block
}

.product .large-span {
	display: block;
	font-weight: 700;
	color: #001e2c
}

.product a.large-span {
	transition: all .2s
}

.product a.large-span:hover {
	color: #006493
}

.product .on-sale-price-wrapper {
	margin-bottom: 1rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.product .on-sale-price-wrapper .sale-content-wrapper {
	line-height: 1;
	font-weight: 700;
	margin-right: .5rem;
	font-size: 1.25rem
}

.product .on-sale-price-wrapper .sale-price-wrapper {
	font-size: 1.5rem;
	font-weight: 700
}

.product .quantity {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	float: none!important;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1rem!important
}

.product .quantity input[type=number] {
	border: none!important;
	box-shadow: none!important;
	background-color: #f4f9fb!important;
	margin: 0
}

.product .quantity .in-stock-span {
	margin-left: 1.5rem;
	color: #004365;
	font-size: 1.25rem;
	font-weight: 700
}

.product .sku-wrapper {
	margin-bottom: 1.5rem;
	color: #004365
}

.product .product_meta {
	display: none
}

.product .single_add_to_cart_button {
	padding: 1rem 2rem!important;
	transition: all .2s ease-in-out 0s!important;
	background-color: #b3d1df!important;
	color: #001e2c!important;
	border: 1px solid #b3d1df!important;
	border-radius: 0!important
}

.product .single_add_to_cart_button:hover {
	background-color: #fefefe!important
}

.product .single_add_to_cart_button.disabled {
	background-color: #b3d1df!important;
	color: #001e2c!important
}

.product .reset_variations {
	color: #006493!important;
	font-size: .9rem!important
}

.product .add-to-cart-btns {
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important
}

.product .add-to-cart-btns .single_add_to_cart_button {
	background-color: #b3d1df!important;
	border: 1px solid #b3d1df!important;
	box-shadow: none;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}

.product .add-to-cart-btns .single_add_to_cart_button:hover {
	background-color: #fefefe!important
}

.product .add-to-cart-btns .buy_now_button {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	margin-left: 0!important;
	background-color: #006493!important;
	color: #fefefe!important;
	border: 1px solid #006493!important
}

.product .add-to-cart-btns .buy_now_button:hover {
	color: #006493!important
}

.product .woocommerce-tabs .tabs {
	border: none!important;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0!important;
	border: none!important;
	margin: 0!important;
	width: calc(100% + .5rem);
	left: -.25rem;
	position: relative;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

@media print,screen and (min-width: 64em) {
	.product .woocommerce-tabs .tabs {
		-webkit-flex-direction:row;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.product .woocommerce-tabs .tabs:before {
	display: none!important
}

.product .woocommerce-tabs .tabs li {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	border: none!important;
	border-radius: 0!important;
	background: 0 0!important;
	padding: 0 .5rem!important
}

.product .woocommerce-tabs .tabs li:after,.product .woocommerce-tabs .tabs li:before {
	display: none!important
}

.product .woocommerce-tabs .tabs li a {
	background-color: #f4f9fb;
	color: #006493!important;
	display: block;
	width: 100%;
	text-align: center;
	padding: 0 1rem;
	height: 3rem!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: Proxima-Nova-Font,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif!important;
	line-height: 1;
	transition: all .2s ease-in-out 0s
}

.product .woocommerce-tabs .tabs li a:hover {
	background: #006493!important;
	color: #fefefe!important
}

.product .woocommerce-tabs .tabs .active a {
	background: #006493!important;
	color: #fefefe!important
}

.product .woocommerce-tabs .woocommerce-Tabs-panel {
	padding: 1rem!important;
	border: 1px solid #e6e6e6;
	margin: 0!important;
	width: calc(100% + 2px)!important;
	left: -1px;
	position: relative
}

.product .related-products h2 {
	display: block;
	text-align: center
}

.entry-title {
	color: #006493
}

.cart_totals h2 {
	color: #006493
}

.shop_table * {
	border-color: #e6e6e6!important
}

.shop_table {
	border-radius: 0!important;
	font-family: Proxima-Nova-Font,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif!important;
	border-color: #e6e6e6!important
}

.shop_table .order-total {
	background-color: #f4f9fb!important
}

.shop_table.woocommerce-cart-form__contents tr {
	background-color: #f4f9fb!important
}

.shop_table.woocommerce-cart-form__contents .cart_item {
	background-color: #fefefe!important
}

.shop_table.woocommerce-cart-form__contents .cart_item .product-name a {
	color: #006493!important;
	transition: all .2s ease-in-out 0s
}

.shop_table.woocommerce-cart-form__contents .cart_item .product-name a:hover {
	color: #001e2c!important
}

.shop_table.woocommerce-cart-form__contents .cart_item .qty {
	border: 0;
	box-shadow: none;
	background-color: #f4f9fb
}

.shop_table.woocommerce-cart-form__contents .coupon {
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.shop_table.woocommerce-cart-form__contents .coupon input[type=text] {
	width: 12rem!important;
	border: none!important;
	box-shadow: none!important;
	margin-right: .5rem!important
}

.shop_table.woocommerce-cart-form__contents button {
	padding: .75rem!important;
	transition: all .2s ease-in-out 0s;
	background-color: #006493!important;
	color: #fefefe!important;
	border: 1px solid #006493!important;
	border-radius: 0!important;
	font-weight: 400!important
}

@media print,screen and (min-width: 64em) {
	.shop_table.woocommerce-cart-form__contents button {
		padding:.75rem 2rem!important
	}
}

.shop_table.woocommerce-cart-form__contents button:hover {
	background-color: #fefefe!important;
	color: #006493!important
}

.wc-proceed-to-checkout a {
	padding: 1rem!important;
	transition: all .2s ease-in-out 0s;
	background-color: #006493!important;
	color: #fefefe!important;
	border: 1px solid #006493!important;
	border-radius: 0!important;
	font-weight: 400!important
}

@media print,screen and (min-width: 64em) {
	.wc-proceed-to-checkout a {
		padding:1rem 2rem!important
	}
}

.wc-proceed-to-checkout a:hover {
	background-color: #fefefe!important;
	color: #006493!important
}

.return-to-shop .button,.return-to-shop .wp-block-button .wp-block-button__link,.wp-block-button .return-to-shop .wp-block-button__link {
	padding: 1rem!important;
	transition: all .2s ease-in-out 0s;
	background-color: #006493!important;
	color: #fefefe!important;
	border: 1px solid #006493!important;
	border-radius: 0!important;
	font-weight: 400!important
}

@media print,screen and (min-width: 64em) {
	.return-to-shop .button,.return-to-shop .wp-block-button .wp-block-button__link,.wp-block-button .return-to-shop .wp-block-button__link {
		padding:1rem 2rem!important
	}
}

.return-to-shop .button:hover,.return-to-shop .wp-block-button .wp-block-button__link:hover,.wp-block-button .return-to-shop .wp-block-button__link:hover {
	background-color: #fefefe!important;
	color: #006493!important
}

.checkout h3 {
	color: #006493
}

.checkout input,.checkout select,.checkout textarea {
	box-shadow: none!important
}

.woocommerce-checkout-payment {
	background: #fefefe!important
}

.place-order button {
	padding: 1rem!important;
	transition: all .2s ease-in-out 0s;
	background-color: #006493!important;
	color: #fefefe!important;
	border: 1px solid #006493!important;
	border-radius: 0!important;
	font-weight: 400!important
}

@media print,screen and (min-width: 64em) {
	.place-order button {
		padding:1rem 2rem!important
	}
}

.place-order button:hover {
	background-color: #fefefe!important;
	color: #006493!important
}

.place-order a {
	color: #006493!important;
	transition: all .2s ease-in-out 0s
}

.place-order a:hover {
	color: #001e2c!important
}

.entry-content .woocommerce h2,.entry-content .woocommerce h3 {
	color: #006493
}

.entry-content .woocommerce a {
	color: #006493;
	transition: all .2s ease-in-out 0s
}

.entry-content .woocommerce a:hover {
	color: #001e2c
}

.entry-content .woocommerce form {
	border-radius: 0
}

.entry-content .woocommerce form input {
	box-shadow: none
}

.entry-content .woocommerce form button {
	padding: 1rem!important;
	transition: all .2s ease-in-out 0s;
	background-color: #006493!important;
	color: #fefefe!important;
	border: 1px solid #006493!important;
	border-radius: 0!important;
	font-weight: 400!important
}

@media print,screen and (min-width: 64em) {
	.entry-content .woocommerce form button {
		padding:1rem 2rem!important
	}
}

.entry-content .woocommerce form button:hover {
	background-color: #fefefe!important;
	color: #006493!important
}

.entry-content .woocommerce form a {
	color: #006493!important;
	transition: all .2s ease-in-out 0s
}

.entry-content .woocommerce form a:hover {
	color: #001e2c!important
}

.woocommerce-MyAccount-navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0
}

.woocommerce-MyAccount-navigation ul li {
	padding: .5rem 0;
	border-bottom: #001e2c
}

.woocommerce-MyAccount-navigation ul li:first-child {
	padding-top: 0
}

.woocommerce-MyAccount-navigation ul li:last-child {
	border: none
}

.woocommerce-MyAccount-navigation ul li a {
	color: #006493!important;
	padding-bottom: .25rem;
	border-bottom: 1px solid transparent;
	transition: all .2s ease-in-out 0s
}

.woocommerce-MyAccount-navigation ul li a:hover {
	border-color: #006493
}

.woocommerce-MyAccount-navigation ul .is-active a {
	border-color: #006493
}

.woocommerce-info,.woocommerce-message {
	background-color: #f4f9fb;
	border-color: #006493
}

.woocommerce-info:before,.woocommerce-message:before {
	color: #006493
}

.woocommerce-info .button,.woocommerce-info .woocommerce-Button,.woocommerce-info .wp-block-button .wp-block-button__link,.woocommerce-message .button,.woocommerce-message .woocommerce-Button,.woocommerce-message .wp-block-button .wp-block-button__link,.wp-block-button .woocommerce-info .wp-block-button__link,.wp-block-button .woocommerce-message .wp-block-button__link {
	padding: 1rem!important;
	transition: all .2s ease-in-out 0s;
	background-color: #006493!important;
	color: #fefefe!important;
	border: 1px solid #006493!important;
	border-radius: 0!important;
	font-weight: 400!important
}

@media print,screen and (min-width: 64em) {
	.woocommerce-info .button,.woocommerce-info .woocommerce-Button,.woocommerce-info .wp-block-button .wp-block-button__link,.woocommerce-message .button,.woocommerce-message .woocommerce-Button,.woocommerce-message .wp-block-button .wp-block-button__link,.wp-block-button .woocommerce-info .wp-block-button__link,.wp-block-button .woocommerce-message .wp-block-button__link {
		padding:1rem 2rem!important
	}
}

.woocommerce-info .button:hover,.woocommerce-info .woocommerce-Button:hover,.woocommerce-info .wp-block-button .wp-block-button__link:hover,.woocommerce-message .button:hover,.woocommerce-message .woocommerce-Button:hover,.woocommerce-message .wp-block-button .wp-block-button__link:hover,.wp-block-button .woocommerce-info .wp-block-button__link:hover,.wp-block-button .woocommerce-message .wp-block-button__link:hover {
	background-color: #fefefe!important;
	color: #006493!important
}

.woocommerce-pagination {
	margin-top: .5rem
}

.woocommerce-pagination .page-numbers {
	text-align: right
}

.woocommerce-pagination .page-numbers li a,.woocommerce-pagination .page-numbers li span {
	padding: .5rem;
	background-color: #f4f9fb;
	color: #001e2c;
	display: inline-block;
	width: 2rem;
	text-align: center;
	transition: all .2s ease-in-out 0s
}

.woocommerce-pagination .page-numbers li a:hover,.woocommerce-pagination .page-numbers li span:hover {
	color: #006493
}

.woocommerce-pagination .page-numbers li span {
	color: #006493
}

.error-template-wrapper .inner-error-wrapper {
	height: calc(100vh - 9rem);
	text-align: center
}

.error-template-wrapper .inner-error-wrapper h1 {
	font-size: 5rem;
	margin: 0;
	line-height: 1
}

.error-template-wrapper .inner-error-wrapper .cta-wrapper {
	text-align: center;
	margin-top: 2rem
}

.quiz-container {
	padding: 0!important;
	font-family: Proxima-Nova-Font!important
}

.quiz-container .qp_container {
	padding: 0;
	margin: 0!important;
	max-width: none
}

.quiz-container .qp_container .qp_q {
	margin: 2rem 0 1rem 0
}

.quiz-container .qp_container .qp_q .qp_qi {
	color: #001e2c
}

.quiz-container .qp_container .qp_ao {
	margin: 0
}

.quiz-container .qp_container .qp_ao .qp_to {
	background-color: #f4f9fb;
	padding: 1rem
}

.quiz-container .qp_container .qp_ao .qp_to .qp_tn p {
	margin-bottom: 0
}

.quiz-container .qp_container .qp_ao .qp_to .qp_tn strong {
	margin-bottom: 8px;
	display: inline-block;
	font-size: 16px
}

.quiz-container .qp_container .qp_ao .qp_to .qp_tn strong span[style] {
	color: #001e2c!important
}

.quiz-container .qp_container .qp_ao .qp_to .qp_tf input {
	margin: 0;
	border: 1px solid #e6e6e6;
	box-shadow: none;
	font-size: 1rem;
	font-family: Proxima-Nova-Font;
	color: #001e2c
}

.quiz-container .qp_container .qp_ao .qp_to .qp_tf input::-webkit-input-placeholder {
	font-size: 1rem;
	color: #8298ab
}

.quiz-container .qp_container .qp_ao .qp_to .qp_tf input:-ms-input-placeholder {
	font-size: 1rem;
	color: #8298ab
}

.quiz-container .qp_container .qp_ao .qp_to .qp_tf input::placeholder {
	font-size: 1rem;
	color: #8298ab
}

.quiz-container .qp_container .qp_ao .qp_txt {
	margin: 0;
	padding-top: .5rem
}

.quiz-container .qp_container .qp_ao .qp_txt .qp_txti {
	margin: 0;
	border: 1px solid #e6e6e6;
	box-shadow: none;
	background-color: transparent;
	font-size: 1rem;
	border-radius: 0;
	color: #001e2c
}

.quiz-container .qp_container .qp_ao .qp_txt .qp_txti::-webkit-input-placeholder {
	color: #8298ab;
	font-size: 1rem;
	font-family: Proxima-Nova-Font
}

.quiz-container .qp_container .qp_ao .qp_txt .qp_txti:-ms-input-placeholder {
	color: #8298ab;
	font-size: 1rem;
	font-family: Proxima-Nova-Font
}

.quiz-container .qp_container .qp_ao .qp_txt .qp_txti::placeholder {
	color: #8298ab;
	font-size: 1rem;
	font-family: Proxima-Nova-Font
}

.quiz-container .qp_container .qp_ao .qp_flexc {
	padding: .5rem
}

.quiz-container .qp_container .qp_ao .qp_a {
	border: 1px solid #e6e6e6;
	box-shadow: none
}

.quiz-container .qp_container .qp_ao .qp_a[sel='1'] {
	background-color: #f4f9fb!important
}

.quiz-container .qp_container .qp_ao .qp_a:hover {
	background-color: #f4f9fb!important
}

.quiz-container .qp_container .qp_ao .qp_a .qp_t {
	color: #001e2c
}

.quiz-container .qp_bo {
	margin-top: 3rem;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.quiz-container .qp_bo .qp_btn {
	padding: 1rem 2rem;
	transition: all .2s ease-in-out 0s;
	background-color: #006493;
	color: #fefefe;
	border: 1px solid #006493;
	line-height: inherit;
	font-size: 1rem;
	font-weight: 400;
	box-shadow: none!important
}

.quiz-container .qp_bo .qp_btn:hover {
	background-color: #fefefe;
	color: #006493
}

.quiz-container .take-q {
	margin: 0
}

.locations-wrapper {
	display: none
}

@media print,screen and (min-width: 64em) {
	.locations-wrapper {
		padding-left:2.5rem;
		display: block
	}
}

.locations-wrapper .search-wrapper {
	margin-bottom: 1rem
}

@media print,screen and (min-width: 64em) {
	.locations-wrapper .search-wrapper {
		margin:0
	}
}

.locations-wrapper .search-wrapper .search-location-form {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.locations-wrapper .search-wrapper .search-location-form ::-webkit-input-placeholder {
	color: #8298ab;
	opacity: 1;
	font-style: italic
}

.locations-wrapper .search-wrapper .search-location-form :-ms-input-placeholder {
	color: #8298ab;
	opacity: 1;
	font-style: italic
}

.locations-wrapper .search-wrapper .search-location-form ::placeholder {
	color: #8298ab;
	opacity: 1;
	font-style: italic
}

.locations-wrapper .search-wrapper .search-location-form :-ms-input-placeholder {
	color: #8298ab;
	font-style: italic
}

.locations-wrapper .search-wrapper .search-location-form ::-ms-input-placeholder {
	color: #8298ab;
	font-style: italic
}

.locations-wrapper .search-wrapper .search-location-form input {
	height: 3rem;
	margin: 0;
	border: 1px solid #e6e6e6;
	box-shadow: none
}

.locations-wrapper .search-wrapper .search-location-form button {
	height: 3rem;
	padding: 0;
	width: 12rem;
	cursor: pointer
}

.locations-wrapper .search-wrapper .error-form-wrapper input {
	border-color: red
}

.locations-wrapper .locate-me-wrapper {
	margin: 1rem 0;
	display: none
}

@media print,screen and (min-width: 64em) {
	.locations-wrapper .locate-me-wrapper {
		display:block
	}
}

.locations-wrapper .locate-me-wrapper a {
	display: block;
	text-align: center;
	padding: .75rem 1rem
}

.locations-wrapper .inner-store-details-wrapper {
	overflow-y: auto;
	height: 25rem;
	border: 1px solid #e6e6e6
}

@media print,screen and (min-width: 64em) {
	.locations-wrapper .inner-store-details-wrapper {
		height:35rem
	}
}

.locations-wrapper .inner-store-details-wrapper .store-details-wrapper:nth-child(odd) {
	background-color: #f4f9fb
}

.locations-wrapper .inner-store-details-wrapper .store-details-wrapper h5 {
	color: #006493;
	width: -webkit-fit-content;
	width: fit-content
}

.locations-wrapper .inner-store-details-wrapper .store-details-wrapper ul {
	margin-bottom: .5rem;
	list-style-type: none;
	margin: 0;
	margin-top: .5rem
}

.locations-wrapper .inner-store-details-wrapper .store-details-wrapper ul li span {
	position: relative
}

.locations-wrapper .inner-store-details-wrapper .store-details-wrapper ul li span i {
	color: #006493;
	position: absolute;
	top: 50%;
	left: calc(100% + .5rem);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: .8rem;
	transition: .2s ease-in-out 0s
}

.locations-wrapper .inner-store-details-wrapper .store-details-wrapper ul li a {
	color: #006493;
	font-weight: 700;
	transition: all .2s ease-in-out 0s
}

.locations-wrapper .inner-store-details-wrapper .store-details-wrapper ul li a:hover {
	color: #001e2c
}

.locations-wrapper .inner-store-details-wrapper .store-details-wrapper ul .location-hours-wrapper span {
	font-weight: 700;
	cursor: pointer;
	color: #006493;
	transition: all .2s ease-in-out 0s
}

.locations-wrapper .inner-store-details-wrapper .store-details-wrapper ul .location-hours-wrapper span:hover {
	color: #001e2c
}

.locations-wrapper .inner-store-details-wrapper .store-details-wrapper ul .location-hours-wrapper span:hover i {
	color: #001e2c
}

.locations-wrapper .inner-store-details-wrapper .store-details-wrapper ul .location-hours-wrapper .inner-location-hours-wrapper {
	display: none
}

.locations-wrapper .inner-store-details-wrapper .store-details-wrapper ul .active-location-hours-wrapper i {
	-webkit-transform: translateY(-50%) rotate(-180deg)!important;
	-ms-transform: translateY(-50%) rotate(-180deg)!important;
	transform: translateY(-50%) rotate(-180deg)!important
}

.left-right-image-url-with-content .left-right-content-wrapper .left-content-wrapper {
	margin-bottom: 1rem
}

@media print,screen and (min-width: 64em) {
	.left-right-image-url-with-content .left-right-content-wrapper .left-content-wrapper {
		margin:0;
		padding-right: .5rem
	}
}

@media print,screen and (min-width: 64em) {
	.left-right-image-url-with-content .left-right-content-wrapper .right-content-wrapper {
		padding-left:.5rem
	}
}

.left-right-image-url-with-content .left-right-content-wrapper .left-content-wrapper .image-wrapper,.left-right-image-url-with-content .left-right-content-wrapper .right-content-wrapper .image-wrapper {
	margin-bottom: 1rem
}

@media print,screen and (min-width: 64em) {
	.left-right-image-url-with-content .left-right-content-wrapper .left-content-wrapper .image-wrapper,.left-right-image-url-with-content .left-right-content-wrapper .right-content-wrapper .image-wrapper {
		padding-right:.5rem;
		margin: 0
	}
}

.left-right-image-url-with-content .left-right-content-wrapper .left-content-wrapper .image-wrapper img,.left-right-image-url-with-content .left-right-content-wrapper .right-content-wrapper .image-wrapper img {
	width: 100%;
	max-width: 100%
}

@media print,screen and (min-width: 64em) {
	.left-right-image-url-with-content .left-right-content-wrapper .left-content-wrapper .content-wrapper,.left-right-image-url-with-content .left-right-content-wrapper .right-content-wrapper .content-wrapper {
		padding-left:.5rem
	}
}

.hero-block-wrapper,.mobile-hero-block-wrapper {
	margin-bottom: 1rem;
	background-repeat: no-repeat;
	background-size: cover
}

.hero-block-wrapper .content-wrapper,.mobile-hero-block-wrapper .content-wrapper {
	text-align: center
}

@media print,screen and (min-width: 40em) {
	.hero-block-wrapper .content-wrapper,.mobile-hero-block-wrapper .content-wrapper {
		padding:10rem 0
	}
}

.hero-block-wrapper .content-wrapper h1,.mobile-hero-block-wrapper .content-wrapper h1 {
	line-height: 1.2;
	margin-bottom: 2rem
}

.hero-block-wrapper .content-wrapper .cta-wrapper,.mobile-hero-block-wrapper .content-wrapper .cta-wrapper {
	margin-top: 2rem
}

.mobile-hero-block-wrapper {
	padding: 2rem 0;
	padding-bottom: 25rem;
	background-position: bottom
}

@media print,screen and (min-width: 40em) {
	.mobile-hero-block-wrapper {
		display:none
	}
}

.hero-block-wrapper {
	display: none;
	background-position: center;
	padding: 0
}

@media print,screen and (min-width: 40em) {
	.hero-block-wrapper {
		display:-webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
}

.header-with-content-block-wrapper {
	background-color: #f4f4f4;
	padding: 2rem 0;
	padding-bottom: 1rem;
	text-align: center
}

@media print,screen and (min-width: 64em) {
	.header-with-content-block-wrapper {
		padding:0
	}
}

.header-with-content-block-wrapper h2 {
	line-height: 1.2;
	margin-bottom: 2rem
}

.sleep-tips-search-block-wrapper h2 {
	line-height: 1.2;
	margin-bottom: 2rem
}

.sleep-tips-search-block-wrapper .search-form-wrapper {
	background-color: #f4f4f4;
	padding: 2rem 0;
	text-align: center
}

@media print,screen and (min-width: 64em) {
	.sleep-tips-search-block-wrapper .search-form-wrapper {
		padding:5rem 0
	}
}

.sleep-tips-search-block-wrapper .search-form-wrapper .inner-search-form-wrapper {
	margin-top: 2rem
}

.sleep-tips-search-block-wrapper .search-form-wrapper .inner-search-form-wrapper .search-form {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative
}

.sleep-tips-search-block-wrapper .search-form-wrapper .inner-search-form-wrapper .search-form label {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: -webkit-fit-content;
	height: fit-content
}

.sleep-tips-search-block-wrapper .search-form-wrapper .inner-search-form-wrapper .search-form label ::-webkit-input-placeholder {
	color: #3b5266;
	font-style: italic;
	opacity: 1
}

.sleep-tips-search-block-wrapper .search-form-wrapper .inner-search-form-wrapper .search-form label :-ms-input-placeholder {
	color: #3b5266;
	font-style: italic;
	opacity: 1
}

.sleep-tips-search-block-wrapper .search-form-wrapper .inner-search-form-wrapper .search-form label ::placeholder {
	color: #3b5266;
	font-style: italic;
	opacity: 1
}

.sleep-tips-search-block-wrapper .search-form-wrapper .inner-search-form-wrapper .search-form label :-ms-input-placeholder {
	color: #3b5266;
	font-style: italic
}

.sleep-tips-search-block-wrapper .search-form-wrapper .inner-search-form-wrapper .search-form label ::-ms-input-placeholder {
	color: #3b5266;
	font-style: italic
}

.sleep-tips-search-block-wrapper .search-form-wrapper .inner-search-form-wrapper .search-form label .search-field {
	border: none;
	box-shadow: none;
	margin: 0
}

.sleep-tips-search-block-wrapper .search-form-wrapper .inner-search-form-wrapper .search-form button {
	background-color: #006493;
	color: #fefefe;
	height: calc(100% - 4px);
	width: 2.25rem;
	position: absolute;
	top: 2px;
	right: 2px;
	cursor: pointer;
	border: 1px solid #006493;
	transition: all .2s ease-in-out 0s
}

.sleep-tips-search-block-wrapper .search-form-wrapper .inner-search-form-wrapper .search-form button:hover {
	background-color: #fefefe;
	color: #006493
}

.sleep-tips-search-block-wrapper .blog-posts-wrapper h2 {
	color: #006493
}

.sleep-tips-search-block-wrapper .blog-posts-wrapper .blog-categories-wrapper {
	text-align: center
}

.sleep-tips-search-block-wrapper .blog-posts-wrapper .blog-categories-wrapper a {
	font-size: 1.25rem;
	font-weight: 700;
	color: #006493;
	padding: .5rem 0;
	transition: all .2s ease-in-out 0s
}

.sleep-tips-search-block-wrapper .blog-posts-wrapper .blog-categories-wrapper a:hover {
	border-bottom: 1px solid #006493
}

.sleep-tips-search-block-wrapper .blog-posts-wrapper .blog-categories-wrapper .active-cat a {
	border-bottom: 1px solid #006493
}

.sleep-tips-search-block-wrapper .blog-posts-wrapper .blog-teaser-wrapper {
	position: relative;
	padding: .5rem 0
}

@media print,screen and (min-width: 64em) {
	.sleep-tips-search-block-wrapper .blog-posts-wrapper .blog-teaser-wrapper {
		padding:.5rem
	}
}

.sleep-tips-search-block-wrapper .blog-posts-wrapper .blog-teaser-wrapper a {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: calc(100% - 1rem);
	height: calc(100% - 1rem)
}

.sleep-tips-search-block-wrapper .blog-posts-wrapper .blog-teaser-wrapper .teaser-image-wrapper img {
	width: 100%
}

.sleep-tips-search-block-wrapper .blog-posts-wrapper .blog-teaser-wrapper .teaser-content-wrapper .cat-span {
	margin-top: .5rem;
	display: block
}

.sleep-tips-search-block-wrapper .blog-posts-wrapper .blog-teaser-wrapper .teaser-content-wrapper .name-span {
	display: block;
	font-weight: 700
}

.sleep-tips-search-block-wrapper .blog-posts-wrapper .paginate-wrapper {
	text-align: right
}

.sleep-tips-search-block-wrapper .blog-posts-wrapper .paginate-wrapper a,.sleep-tips-search-block-wrapper .blog-posts-wrapper .paginate-wrapper span {
	padding: .5rem;
	background-color: #f4f9fb;
	color: #001e2c;
	display: inline-block;
	width: 2rem;
	text-align: center;
	transition: all .2s ease-in-out 0s
}

.sleep-tips-search-block-wrapper .blog-posts-wrapper .paginate-wrapper a:hover,.sleep-tips-search-block-wrapper .blog-posts-wrapper .paginate-wrapper span:hover {
	color: #006493
}

.sleep-tips-search-block-wrapper .blog-posts-wrapper .paginate-wrapper span {
	color: #006493
}

.sleep-tips-search-block-wrapper .blog-posts-wrapper .no-posts-wrapper {
	text-align: center
}

.image-video-content-block-wrapper {
	margin-bottom: 1rem;
	color: #001e2c
}

.image-video-content-block-wrapper .background-light-blue {
	background-color: #f4f9fb
}

.image-video-content-block-wrapper .video-wrapper {
	position: relative;
	height: 20rem;
	padding-bottom: 1rem
}

@media print,screen and (min-width: 64em) {
	.image-video-content-block-wrapper .video-wrapper {
		height:auto;
		padding: 0;
		padding-right: .5rem
	}
}

.image-video-content-block-wrapper .video-wrapper .play-btn {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fefefe;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 2rem;
	position: relative;
	height: 100%
}

.image-video-content-block-wrapper .video-wrapper .play-btn i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}

.image-video-content-block-wrapper .image-wrapper {
	padding-bottom: 1rem;
	height: 20rem
}

@media print,screen and (min-width: 64em) {
	.image-video-content-block-wrapper .image-wrapper {
		padding:0;
		padding-right: .5rem;
		height: auto
	}
}

.image-video-content-block-wrapper .image-wrapper .inner-image-wrapper {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.image-video-content-block-wrapper .content-wrapper {
	text-align: center
}

@media print,screen and (min-width: 64em) {
	.image-video-content-block-wrapper .content-wrapper {
		padding-left:.5rem
	}
}

.image-video-content-block-wrapper .content-wrapper .inner-content-wrapper {
	padding: 1rem;
	padding-bottom: 2rem
}

@media print,screen and (min-width: 64em) {
	.image-video-content-block-wrapper .content-wrapper .inner-content-wrapper {
		padding:2rem 5rem
	}
}

.image-video-content-block-wrapper .content-wrapper .inner-content-wrapper h2 {
	line-height: 1.2;
	margin-bottom: 1rem
}

@media print,screen and (min-width: 64em) {
	.image-video-content-block-wrapper .content-wrapper .inner-content-wrapper h2 {
		margin-bottom:2rem
	}
}

.image-video-content-block-wrapper .content-wrapper .inner-content-wrapper .cta-wrapper {
	margin-top: 2rem
}

@media print,screen and (min-width: 64em) {
	.image-video-content-block-wrapper .large-order-2 {
		padding-left:.5rem
	}
}

@media print,screen and (min-width: 64em) {
	.image-video-content-block-wrapper .content-wrapper.large-order-1 {
		padding-right:.5rem
	}
}

.reveal-overlay {
	background-color: rgba(0,0,0,.75)
}

.modal-video {
	padding: 2rem;
	background-color: #0a0a0a;
	border: none
}

.modal-video .close-button {
	color: #fefefe!important
}

.modal-video .embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	top: 0
}

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

@media print,screen and (min-width: 64em) {
	.modal-video .embed-container embed,.modal-video .embed-container iframe,.modal-video .embed-container object {
		width:calc(100% - .5rem)
	}
}

.image-video-content-block-wrapper.image-fit-contained .image-wrapper .inner-image-wrapper {
	background-size: contain
}

.all-locations-block-wrapper {
	margin-bottom: 1rem
}

@media print,screen and (min-width: 64em) {
	.all-locations-block-wrapper .map-wrapper {
		padding-right:.5rem
	}
}

.all-locations-block-wrapper .map-wrapper .acf-map {
	width: 100%;
	height: 300px;
	margin-bottom: 1rem
}

@media print,screen and (min-width: 64em) {
	.all-locations-block-wrapper .map-wrapper .acf-map {
		height:100%;
		margin: 0
	}
}

.all-locations-block-wrapper .map-wrapper .acf-map img {
	max-width: inherit!important
}

@media print,screen and (min-width: 64em) {
	.all-locations-block-wrapper .map-wrapper.large-order-2 {
		padding:0 2rem;
		padding-left: .5rem
	}
}

.all-locations-block-wrapper .inner-content-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

.all-locations-block-wrapper .content-wrapper {
	text-align: center
}

@media print,screen and (min-width: 64em) {
	.all-locations-block-wrapper .content-wrapper {
		padding-right:.5rem;
		padding: 0 2rem
	}
}

.all-locations-block-wrapper .content-wrapper h2 {
	line-height: 1.2
}

@media print,screen and (min-width: 64em) {
	.all-locations-block-wrapper .content-wrapper h2 {
		margin-bottom:2rem;
		padding: 0 2rem
	}
}

.all-locations-block-wrapper .content-wrapper .block-btns {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 2rem;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

@media print,screen and (min-width: 64em) {
	.all-locations-block-wrapper .content-wrapper .block-btns {
		-webkit-flex-direction:row;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.all-locations-block-wrapper .content-wrapper .block-btns li:first-child {
	margin-bottom: 1rem
}

.all-locations-block-wrapper .content-wrapper .block-btns li:last-child {
	margin-bottom: .5rem
}

@media print,screen and (min-width: 64em) {
	.all-locations-block-wrapper .content-wrapper .block-btns li {
		margin:0
	}

	.all-locations-block-wrapper .content-wrapper .block-btns li:first-child {
		padding-right: .5rem
	}

	.all-locations-block-wrapper .content-wrapper .block-btns li:last-child {
		padding-left: .5rem
	}
}

.all-locations-block-wrapper .content-wrapper .block-btns li a {
	width: 100%;
	display: block
}

.single-offer-block-wrapper {
	margin-bottom: 1rem
}

@media print,screen and (min-width: 64em) {
	.single-offer-block-wrapper .image-wrapper {
		padding-right:.5rem
	}
}

.single-offer-block-wrapper .image-wrapper .inner-image-wrapper {
	height: 15rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

@media print,screen and (min-width: 64em) {
	.single-offer-block-wrapper .image-wrapper .inner-image-wrapper {
		height:100%
	}
}

@media print,screen and (min-width: 64em) {
	.single-offer-block-wrapper .content-wrapper {
		padding-left:.5rem
	}
}

.single-offer-block-wrapper .content-wrapper .inner-content-wrapper {
	background-color: #f4f4f4;
	height: 100%;
	padding: 1rem
}

@media print,screen and (min-width: 64em) {
	.single-offer-block-wrapper .content-wrapper .inner-content-wrapper {
		display:-webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 100%
	}
}

.single-offer-block-wrapper .content-wrapper .inner-content-wrapper .sub-header,.single-offer-block-wrapper .content-wrapper .inner-content-wrapper h2 {
	text-align: center
}

.single-offer-block-wrapper .content-wrapper .inner-content-wrapper h2 {
	line-height: 1.2
}

.single-offer-block-wrapper .content-wrapper .inner-content-wrapper .offers-list {
	list-style-type: none;
	width: -webkit-fit-content;
	width: fit-content;
	margin: 0 auto;
	margin-top: 1rem
}

.single-offer-block-wrapper .content-wrapper .inner-content-wrapper .offers-list li:first-child {
	position: relative;
	padding-bottom: 1rem
}

.single-offer-block-wrapper .content-wrapper .inner-content-wrapper .offers-list li:first-child:before {
	content: '';
	width: 65%;
	height: 1px;
	background-color: #006493;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.single-offer-block-wrapper .content-wrapper .inner-content-wrapper .offers-list li:last-child {
	padding-top: 1rem
}

.single-offer-block-wrapper .content-wrapper .inner-content-wrapper .offers-list li .amount-wrapper {
	font-size: 3.5rem;
	font-weight: 700;
	padding-right: 1rem;
	padding-top: .5rem;
	text-align: right;
	white-space: nowrap
}

@media print,screen and (min-width: 64em) {
	.single-offer-block-wrapper .content-wrapper .inner-content-wrapper .offers-list li .amount-wrapper {
		font-size:4.5rem;
		line-height: 1
	}
}

.single-offer-block-wrapper .content-wrapper .inner-content-wrapper .offers-list li .amount-image-wrapper {
	padding-left: 1rem
}

.single-offer-block-wrapper .content-wrapper .inner-content-wrapper .offers-list li .amount-image-wrapper img {
	height: 5rem;
	width: auto
}

@media print,screen and (min-width: 64em) {
	.single-offer-block-wrapper .content-wrapper .inner-content-wrapper .offers-list li .amount-image-wrapper img {
		height:5.5rem
	}
}

.single-offer-block-wrapper .content-wrapper .inner-content-wrapper .block-btns {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 2rem;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center
}

@media print,screen and (min-width: 64em) {
	.single-offer-block-wrapper .content-wrapper .inner-content-wrapper .block-btns {
		-webkit-flex-direction:row;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.single-offer-block-wrapper .content-wrapper .inner-content-wrapper .block-btns li:first-child {
	margin-bottom: 1rem
}

.single-offer-block-wrapper .content-wrapper .inner-content-wrapper .block-btns li:last-child {
	margin-bottom: .5rem
}

@media print,screen and (min-width: 64em) {
	.single-offer-block-wrapper .content-wrapper .inner-content-wrapper .block-btns li {
		margin:0
	}

	.single-offer-block-wrapper .content-wrapper .inner-content-wrapper .block-btns li:first-child {
		padding-right: .5rem
	}

	.single-offer-block-wrapper .content-wrapper .inner-content-wrapper .block-btns li:last-child {
		padding-left: .5rem
	}
}

.single-offer-block-wrapper .content-wrapper .inner-content-wrapper .block-btns li a {
	width: 100%;
	display: block
}

.full-width-image-and-content-block-wrapper {
	margin-bottom: 1rem
}

.full-width-image-and-content-block-wrapper .image-wrapper {
	margin-bottom: 1rem
}

@media print,screen and (min-width: 64em) {
	.full-width-image-and-content-block-wrapper .image-wrapper {
		margin:0
	}
}

.full-width-image-and-content-block-wrapper .image-wrapper img {
	width: 100%
}

.full-width-image-and-content-block-wrapper .cta-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1rem
}

.full-width-image-and-content-block-wrapper .center-text {
	text-align: center
}

.stats-block-wrapper {
	margin-bottom: 1rem
}

@media print,screen and (min-width: 64em) {
	.stats-block-wrapper .content-wrapper {
		padding-right:.5rem
	}
}

.stats-block-wrapper .content-wrapper .inner-content-wrapper {
	text-align: center;
	background-color: #f4f4f4;
	padding: 1rem
}

@media print,screen and (min-width: 64em) {
	.stats-block-wrapper .content-wrapper .inner-content-wrapper {
		padding:0 5rem;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.stats-block-wrapper .content-wrapper .inner-content-wrapper h2 {
	line-height: 1.2;
	margin-bottom: 2rem
}

@media print,screen and (min-width: 64em) {
	.stats-block-wrapper .content-wrapper .inner-content-wrapper h2 {
		padding:0 2rem
	}
}

@media print,screen and (min-width: 64em) {
	.stats-block-wrapper .stats-wrapper {
		padding-left:.5rem
	}
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle {
	text-align: center;
	position: relative;
	margin: .5rem 0
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .stat-num,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .stat-title {
	position: absolute;
	left: 50%;
	font-weight: 700
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .stat-num {
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 100;
	font-size: 2rem
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .stat-title {
	top: calc(100% - 1rem);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle {
	margin: 20px auto;
	width: 149px;
	height: 149px;
	display: block;
	background-color: #daebf1;
	border-radius: 50%
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle .ko-progress-circle__slice {
	width: 149px;
	height: 149px;
	position: absolute;
	-webkit-backface-visibility: hidden;
	transition: -webkit-transform 1.5s;
	transition: transform 1.5s;
	transition: transform 1.5s,-webkit-transform 1.5s;
	border-radius: 50%
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle .ko-progress-circle__slice {
	clip: rect(0,149px,149px,74.5px)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle .ko-progress-circle__slice .ko-progress-circle__fill {
	clip: rect(0,74.5px,149px,0);
	background-color: #006493
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle .ko-progress-circle__overlay {
	width: 135px;
	height: 135px;
	position: absolute;
	margin-left: 7px;
	margin-top: 7px;
	background-color: #fbfbfb;
	border-radius: 50%
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='0'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='0'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='0'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='1'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='1'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(1.8deg);
	-ms-transform: rotate(1.8deg);
	transform: rotate(1.8deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='1'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(3.6deg);
	-ms-transform: rotate(3.6deg);
	transform: rotate(3.6deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='2'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='2'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(3.6deg);
	-ms-transform: rotate(3.6deg);
	transform: rotate(3.6deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='2'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(7.2deg);
	-ms-transform: rotate(7.2deg);
	transform: rotate(7.2deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='3'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='3'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(5.4deg);
	-ms-transform: rotate(5.4deg);
	transform: rotate(5.4deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='3'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(10.8deg);
	-ms-transform: rotate(10.8deg);
	transform: rotate(10.8deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='4'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='4'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(7.2deg);
	-ms-transform: rotate(7.2deg);
	transform: rotate(7.2deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='4'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(14.4deg);
	-ms-transform: rotate(14.4deg);
	transform: rotate(14.4deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='5'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='5'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(9deg);
	-ms-transform: rotate(9deg);
	transform: rotate(9deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='5'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(18deg);
	-ms-transform: rotate(18deg);
	transform: rotate(18deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='6'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='6'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(10.8deg);
	-ms-transform: rotate(10.8deg);
	transform: rotate(10.8deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='6'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(21.6deg);
	-ms-transform: rotate(21.6deg);
	transform: rotate(21.6deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='7'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='7'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(12.6deg);
	-ms-transform: rotate(12.6deg);
	transform: rotate(12.6deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='7'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(25.2deg);
	-ms-transform: rotate(25.2deg);
	transform: rotate(25.2deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='8'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='8'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(14.4deg);
	-ms-transform: rotate(14.4deg);
	transform: rotate(14.4deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='8'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(28.8deg);
	-ms-transform: rotate(28.8deg);
	transform: rotate(28.8deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='9'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='9'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(16.2deg);
	-ms-transform: rotate(16.2deg);
	transform: rotate(16.2deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='9'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(32.4deg);
	-ms-transform: rotate(32.4deg);
	transform: rotate(32.4deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='10'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='10'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(18deg);
	-ms-transform: rotate(18deg);
	transform: rotate(18deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='10'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(36deg);
	-ms-transform: rotate(36deg);
	transform: rotate(36deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='11'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='11'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(19.8deg);
	-ms-transform: rotate(19.8deg);
	transform: rotate(19.8deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='11'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(39.6deg);
	-ms-transform: rotate(39.6deg);
	transform: rotate(39.6deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='12'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='12'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(21.6deg);
	-ms-transform: rotate(21.6deg);
	transform: rotate(21.6deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='12'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(43.2deg);
	-ms-transform: rotate(43.2deg);
	transform: rotate(43.2deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='13'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='13'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(23.4deg);
	-ms-transform: rotate(23.4deg);
	transform: rotate(23.4deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='13'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(46.8deg);
	-ms-transform: rotate(46.8deg);
	transform: rotate(46.8deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='14'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='14'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(25.2deg);
	-ms-transform: rotate(25.2deg);
	transform: rotate(25.2deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='14'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(50.4deg);
	-ms-transform: rotate(50.4deg);
	transform: rotate(50.4deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='15'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='15'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(27deg);
	-ms-transform: rotate(27deg);
	transform: rotate(27deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='15'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(54deg);
	-ms-transform: rotate(54deg);
	transform: rotate(54deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='16'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='16'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(28.8deg);
	-ms-transform: rotate(28.8deg);
	transform: rotate(28.8deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='16'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(57.6deg);
	-ms-transform: rotate(57.6deg);
	transform: rotate(57.6deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='17'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='17'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(30.6deg);
	-ms-transform: rotate(30.6deg);
	transform: rotate(30.6deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='17'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(61.2deg);
	-ms-transform: rotate(61.2deg);
	transform: rotate(61.2deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='18'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='18'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(32.4deg);
	-ms-transform: rotate(32.4deg);
	transform: rotate(32.4deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='18'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(64.8deg);
	-ms-transform: rotate(64.8deg);
	transform: rotate(64.8deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='19'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='19'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(34.2deg);
	-ms-transform: rotate(34.2deg);
	transform: rotate(34.2deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='19'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(68.4deg);
	-ms-transform: rotate(68.4deg);
	transform: rotate(68.4deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='20'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='20'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(36deg);
	-ms-transform: rotate(36deg);
	transform: rotate(36deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='20'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(72deg);
	-ms-transform: rotate(72deg);
	transform: rotate(72deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='21'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='21'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(37.8deg);
	-ms-transform: rotate(37.8deg);
	transform: rotate(37.8deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='21'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(75.6deg);
	-ms-transform: rotate(75.6deg);
	transform: rotate(75.6deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='22'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='22'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(39.6deg);
	-ms-transform: rotate(39.6deg);
	transform: rotate(39.6deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='22'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(79.2deg);
	-ms-transform: rotate(79.2deg);
	transform: rotate(79.2deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='23'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='23'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(41.4deg);
	-ms-transform: rotate(41.4deg);
	transform: rotate(41.4deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='23'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(82.8deg);
	-ms-transform: rotate(82.8deg);
	transform: rotate(82.8deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='24'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='24'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(43.2deg);
	-ms-transform: rotate(43.2deg);
	transform: rotate(43.2deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='24'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(86.4deg);
	-ms-transform: rotate(86.4deg);
	transform: rotate(86.4deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='25'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='25'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='25'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='26'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='26'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(46.8deg);
	-ms-transform: rotate(46.8deg);
	transform: rotate(46.8deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='26'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(93.6deg);
	-ms-transform: rotate(93.6deg);
	transform: rotate(93.6deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='27'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='27'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(48.6deg);
	-ms-transform: rotate(48.6deg);
	transform: rotate(48.6deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='27'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(97.2deg);
	-ms-transform: rotate(97.2deg);
	transform: rotate(97.2deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='28'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='28'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(50.4deg);
	-ms-transform: rotate(50.4deg);
	transform: rotate(50.4deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='28'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(100.8deg);
	-ms-transform: rotate(100.8deg);
	transform: rotate(100.8deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='29'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='29'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(52.2deg);
	-ms-transform: rotate(52.2deg);
	transform: rotate(52.2deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='29'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(104.4deg);
	-ms-transform: rotate(104.4deg);
	transform: rotate(104.4deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='30'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='30'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(54deg);
	-ms-transform: rotate(54deg);
	transform: rotate(54deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='30'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(108deg);
	-ms-transform: rotate(108deg);
	transform: rotate(108deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='31'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='31'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(55.8deg);
	-ms-transform: rotate(55.8deg);
	transform: rotate(55.8deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='31'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(111.6deg);
	-ms-transform: rotate(111.6deg);
	transform: rotate(111.6deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='32'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='32'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(57.6deg);
	-ms-transform: rotate(57.6deg);
	transform: rotate(57.6deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='32'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(115.2deg);
	-ms-transform: rotate(115.2deg);
	transform: rotate(115.2deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='33'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='33'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(59.4deg);
	-ms-transform: rotate(59.4deg);
	transform: rotate(59.4deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='33'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(118.8deg);
	-ms-transform: rotate(118.8deg);
	transform: rotate(118.8deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='34'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='34'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(61.2deg);
	-ms-transform: rotate(61.2deg);
	transform: rotate(61.2deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='34'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(122.4deg);
	-ms-transform: rotate(122.4deg);
	transform: rotate(122.4deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='35'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='35'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(63deg);
	-ms-transform: rotate(63deg);
	transform: rotate(63deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='35'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(126deg);
	-ms-transform: rotate(126deg);
	transform: rotate(126deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='36'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='36'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(64.8deg);
	-ms-transform: rotate(64.8deg);
	transform: rotate(64.8deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='36'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(129.6deg);
	-ms-transform: rotate(129.6deg);
	transform: rotate(129.6deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='37'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='37'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(66.6deg);
	-ms-transform: rotate(66.6deg);
	transform: rotate(66.6deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='37'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(133.2deg);
	-ms-transform: rotate(133.2deg);
	transform: rotate(133.2deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='38'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='38'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(68.4deg);
	-ms-transform: rotate(68.4deg);
	transform: rotate(68.4deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='38'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(136.8deg);
	-ms-transform: rotate(136.8deg);
	transform: rotate(136.8deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='39'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='39'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(70.2deg);
	-ms-transform: rotate(70.2deg);
	transform: rotate(70.2deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='39'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(140.4deg);
	-ms-transform: rotate(140.4deg);
	transform: rotate(140.4deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='40'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='40'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(72deg);
	-ms-transform: rotate(72deg);
	transform: rotate(72deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='40'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(144deg);
	-ms-transform: rotate(144deg);
	transform: rotate(144deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='41'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='41'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(73.8deg);
	-ms-transform: rotate(73.8deg);
	transform: rotate(73.8deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='41'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(147.6deg);
	-ms-transform: rotate(147.6deg);
	transform: rotate(147.6deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='42'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='42'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(75.6deg);
	-ms-transform: rotate(75.6deg);
	transform: rotate(75.6deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='42'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(151.2deg);
	-ms-transform: rotate(151.2deg);
	transform: rotate(151.2deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='43'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='43'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(77.4deg);
	-ms-transform: rotate(77.4deg);
	transform: rotate(77.4deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='43'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(154.8deg);
	-ms-transform: rotate(154.8deg);
	transform: rotate(154.8deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='44'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='44'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(79.2deg);
	-ms-transform: rotate(79.2deg);
	transform: rotate(79.2deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='44'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(158.4deg);
	-ms-transform: rotate(158.4deg);
	transform: rotate(158.4deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='45'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='45'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(81deg);
	-ms-transform: rotate(81deg);
	transform: rotate(81deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='45'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(162deg);
	-ms-transform: rotate(162deg);
	transform: rotate(162deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='46'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='46'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(82.8deg);
	-ms-transform: rotate(82.8deg);
	transform: rotate(82.8deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='46'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(165.6deg);
	-ms-transform: rotate(165.6deg);
	transform: rotate(165.6deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='47'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='47'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(84.6deg);
	-ms-transform: rotate(84.6deg);
	transform: rotate(84.6deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='47'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(169.2deg);
	-ms-transform: rotate(169.2deg);
	transform: rotate(169.2deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='48'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='48'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(86.4deg);
	-ms-transform: rotate(86.4deg);
	transform: rotate(86.4deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='48'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(172.8deg);
	-ms-transform: rotate(172.8deg);
	transform: rotate(172.8deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='49'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='49'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(88.2deg);
	-ms-transform: rotate(88.2deg);
	transform: rotate(88.2deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='49'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(176.4deg);
	-ms-transform: rotate(176.4deg);
	transform: rotate(176.4deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='50'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='50'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='50'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='51'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='51'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(91.8deg);
	-ms-transform: rotate(91.8deg);
	transform: rotate(91.8deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='51'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(183.6deg);
	-ms-transform: rotate(183.6deg);
	transform: rotate(183.6deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='52'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='52'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(93.6deg);
	-ms-transform: rotate(93.6deg);
	transform: rotate(93.6deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='52'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(187.2deg);
	-ms-transform: rotate(187.2deg);
	transform: rotate(187.2deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='53'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='53'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(95.4deg);
	-ms-transform: rotate(95.4deg);
	transform: rotate(95.4deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='53'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(190.8deg);
	-ms-transform: rotate(190.8deg);
	transform: rotate(190.8deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='54'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='54'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(97.2deg);
	-ms-transform: rotate(97.2deg);
	transform: rotate(97.2deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='54'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(194.4deg);
	-ms-transform: rotate(194.4deg);
	transform: rotate(194.4deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='55'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='55'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(99deg);
	-ms-transform: rotate(99deg);
	transform: rotate(99deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='55'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(198deg);
	-ms-transform: rotate(198deg);
	transform: rotate(198deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='56'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='56'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(100.8deg);
	-ms-transform: rotate(100.8deg);
	transform: rotate(100.8deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='56'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(201.6deg);
	-ms-transform: rotate(201.6deg);
	transform: rotate(201.6deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='57'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='57'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(102.6deg);
	-ms-transform: rotate(102.6deg);
	transform: rotate(102.6deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='57'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(205.2deg);
	-ms-transform: rotate(205.2deg);
	transform: rotate(205.2deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='58'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='58'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(104.4deg);
	-ms-transform: rotate(104.4deg);
	transform: rotate(104.4deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='58'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(208.8deg);
	-ms-transform: rotate(208.8deg);
	transform: rotate(208.8deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='59'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='59'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(106.2deg);
	-ms-transform: rotate(106.2deg);
	transform: rotate(106.2deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='59'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(212.4deg);
	-ms-transform: rotate(212.4deg);
	transform: rotate(212.4deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='60'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='60'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(108deg);
	-ms-transform: rotate(108deg);
	transform: rotate(108deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='60'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(216deg);
	-ms-transform: rotate(216deg);
	transform: rotate(216deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='61'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='61'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(109.8deg);
	-ms-transform: rotate(109.8deg);
	transform: rotate(109.8deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='61'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(219.6deg);
	-ms-transform: rotate(219.6deg);
	transform: rotate(219.6deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='62'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='62'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(111.6deg);
	-ms-transform: rotate(111.6deg);
	transform: rotate(111.6deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='62'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(223.2deg);
	-ms-transform: rotate(223.2deg);
	transform: rotate(223.2deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='63'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='63'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(113.4deg);
	-ms-transform: rotate(113.4deg);
	transform: rotate(113.4deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='63'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(226.8deg);
	-ms-transform: rotate(226.8deg);
	transform: rotate(226.8deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='64'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='64'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(115.2deg);
	-ms-transform: rotate(115.2deg);
	transform: rotate(115.2deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='64'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(230.4deg);
	-ms-transform: rotate(230.4deg);
	transform: rotate(230.4deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='65'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='65'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(117deg);
	-ms-transform: rotate(117deg);
	transform: rotate(117deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='65'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(234deg);
	-ms-transform: rotate(234deg);
	transform: rotate(234deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='66'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='66'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(118.8deg);
	-ms-transform: rotate(118.8deg);
	transform: rotate(118.8deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='66'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(237.6deg);
	-ms-transform: rotate(237.6deg);
	transform: rotate(237.6deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='67'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='67'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(120.6deg);
	-ms-transform: rotate(120.6deg);
	transform: rotate(120.6deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='67'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(241.2deg);
	-ms-transform: rotate(241.2deg);
	transform: rotate(241.2deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='68'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='68'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(122.4deg);
	-ms-transform: rotate(122.4deg);
	transform: rotate(122.4deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='68'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(244.8deg);
	-ms-transform: rotate(244.8deg);
	transform: rotate(244.8deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='69'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='69'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(124.2deg);
	-ms-transform: rotate(124.2deg);
	transform: rotate(124.2deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='69'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(248.4deg);
	-ms-transform: rotate(248.4deg);
	transform: rotate(248.4deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='70'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='70'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(126deg);
	-ms-transform: rotate(126deg);
	transform: rotate(126deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='70'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(252deg);
	-ms-transform: rotate(252deg);
	transform: rotate(252deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='71'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='71'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(127.8deg);
	-ms-transform: rotate(127.8deg);
	transform: rotate(127.8deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='71'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(255.6deg);
	-ms-transform: rotate(255.6deg);
	transform: rotate(255.6deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='72'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='72'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(129.6deg);
	-ms-transform: rotate(129.6deg);
	transform: rotate(129.6deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='72'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(259.2deg);
	-ms-transform: rotate(259.2deg);
	transform: rotate(259.2deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='73'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='73'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(131.4deg);
	-ms-transform: rotate(131.4deg);
	transform: rotate(131.4deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='73'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(262.8deg);
	-ms-transform: rotate(262.8deg);
	transform: rotate(262.8deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='74'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='74'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(133.2deg);
	-ms-transform: rotate(133.2deg);
	transform: rotate(133.2deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='74'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(266.4deg);
	-ms-transform: rotate(266.4deg);
	transform: rotate(266.4deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='75'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='75'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='75'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='76'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='76'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(136.8deg);
	-ms-transform: rotate(136.8deg);
	transform: rotate(136.8deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='76'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(273.6deg);
	-ms-transform: rotate(273.6deg);
	transform: rotate(273.6deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='77'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='77'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(138.6deg);
	-ms-transform: rotate(138.6deg);
	transform: rotate(138.6deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='77'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(277.2deg);
	-ms-transform: rotate(277.2deg);
	transform: rotate(277.2deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='78'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='78'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(140.4deg);
	-ms-transform: rotate(140.4deg);
	transform: rotate(140.4deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='78'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(280.8deg);
	-ms-transform: rotate(280.8deg);
	transform: rotate(280.8deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='79'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='79'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(142.2deg);
	-ms-transform: rotate(142.2deg);
	transform: rotate(142.2deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='79'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(284.4deg);
	-ms-transform: rotate(284.4deg);
	transform: rotate(284.4deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='80'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='80'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(144deg);
	-ms-transform: rotate(144deg);
	transform: rotate(144deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='80'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(288deg);
	-ms-transform: rotate(288deg);
	transform: rotate(288deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='81'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='81'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(145.8deg);
	-ms-transform: rotate(145.8deg);
	transform: rotate(145.8deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='81'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(291.6deg);
	-ms-transform: rotate(291.6deg);
	transform: rotate(291.6deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='82'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='82'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(147.6deg);
	-ms-transform: rotate(147.6deg);
	transform: rotate(147.6deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='82'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(295.2deg);
	-ms-transform: rotate(295.2deg);
	transform: rotate(295.2deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='83'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='83'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(149.4deg);
	-ms-transform: rotate(149.4deg);
	transform: rotate(149.4deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='83'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(298.8deg);
	-ms-transform: rotate(298.8deg);
	transform: rotate(298.8deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='84'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='84'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(151.2deg);
	-ms-transform: rotate(151.2deg);
	transform: rotate(151.2deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='84'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(302.4deg);
	-ms-transform: rotate(302.4deg);
	transform: rotate(302.4deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='85'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='85'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(153deg);
	-ms-transform: rotate(153deg);
	transform: rotate(153deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='85'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(306deg);
	-ms-transform: rotate(306deg);
	transform: rotate(306deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='86'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='86'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(154.8deg);
	-ms-transform: rotate(154.8deg);
	transform: rotate(154.8deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='86'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(309.6deg);
	-ms-transform: rotate(309.6deg);
	transform: rotate(309.6deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='87'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='87'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(156.6deg);
	-ms-transform: rotate(156.6deg);
	transform: rotate(156.6deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='87'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(313.2deg);
	-ms-transform: rotate(313.2deg);
	transform: rotate(313.2deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='88'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='88'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(158.4deg);
	-ms-transform: rotate(158.4deg);
	transform: rotate(158.4deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='88'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(316.8deg);
	-ms-transform: rotate(316.8deg);
	transform: rotate(316.8deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='89'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='89'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(160.2deg);
	-ms-transform: rotate(160.2deg);
	transform: rotate(160.2deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='89'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(320.4deg);
	-ms-transform: rotate(320.4deg);
	transform: rotate(320.4deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='90'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='90'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(162deg);
	-ms-transform: rotate(162deg);
	transform: rotate(162deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='90'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(324deg);
	-ms-transform: rotate(324deg);
	transform: rotate(324deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='91'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='91'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(163.8deg);
	-ms-transform: rotate(163.8deg);
	transform: rotate(163.8deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='91'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(327.6deg);
	-ms-transform: rotate(327.6deg);
	transform: rotate(327.6deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='92'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='92'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(165.6deg);
	-ms-transform: rotate(165.6deg);
	transform: rotate(165.6deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='92'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(331.2deg);
	-ms-transform: rotate(331.2deg);
	transform: rotate(331.2deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='93'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='93'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(167.4deg);
	-ms-transform: rotate(167.4deg);
	transform: rotate(167.4deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='93'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(334.8deg);
	-ms-transform: rotate(334.8deg);
	transform: rotate(334.8deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='94'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='94'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(169.2deg);
	-ms-transform: rotate(169.2deg);
	transform: rotate(169.2deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='94'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(338.4deg);
	-ms-transform: rotate(338.4deg);
	transform: rotate(338.4deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='95'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='95'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(171deg);
	-ms-transform: rotate(171deg);
	transform: rotate(171deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='95'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(342deg);
	-ms-transform: rotate(342deg);
	transform: rotate(342deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='96'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='96'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(172.8deg);
	-ms-transform: rotate(172.8deg);
	transform: rotate(172.8deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='96'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(345.6deg);
	-ms-transform: rotate(345.6deg);
	transform: rotate(345.6deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='97'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='97'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(174.6deg);
	-ms-transform: rotate(174.6deg);
	transform: rotate(174.6deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='97'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(349.2deg);
	-ms-transform: rotate(349.2deg);
	transform: rotate(349.2deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='98'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='98'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(176.4deg);
	-ms-transform: rotate(176.4deg);
	transform: rotate(176.4deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='98'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(352.8deg);
	-ms-transform: rotate(352.8deg);
	transform: rotate(352.8deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='99'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='99'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(178.2deg);
	-ms-transform: rotate(178.2deg);
	transform: rotate(178.2deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='99'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(356.4deg);
	-ms-transform: rotate(356.4deg);
	transform: rotate(356.4deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='100'] .ko-progress-circle__fill,.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='100'] .ko-progress-circle__slice.full {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.stats-block-wrapper .stats-wrapper .outter-ko-progress-circle .ko-progress-circle[data-progress='100'] .ko-progress-circle__fill.ko-progress-circle__bar {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg)
}

.team-members-bio-block-wrapper .team-member-block {
	margin-bottom: 1rem
}

.team-members-bio-block-wrapper .team-member-block .image-wrapper {
	margin-bottom: 1rem
}

@media print,screen and (min-width: 64em) {
	.team-members-bio-block-wrapper .team-member-block .image-wrapper {
		padding-right:.5rem;
		margin: 0
	}
}

.team-members-bio-block-wrapper .team-member-block .image-wrapper img {
	width: 100%
}

@media print,screen and (min-width: 64em) {
	.team-members-bio-block-wrapper .team-member-block .content-wrapper {
		padding-left:.5rem
	}
}

.team-members-bio-block-wrapper .team-member-block .content-wrapper h3 {
	line-height: 1.2
}

@media print,screen and (min-width: 64em) {
	.team-members-bio-block-wrapper .team-member-block .content-wrapper h3 {
		margin-bottom:1rem
	}
}

.content-with-logo-pool-wrapper {
	margin-bottom: 1rem;
	color: #001e2c
}

.content-with-logo-pool-wrapper .content-wrapper {
	text-align: center
}

@media print,screen and (min-width: 64em) {
	.content-with-logo-pool-wrapper .content-wrapper {
		padding-left:.5rem
	}
}

.content-with-logo-pool-wrapper .content-wrapper .inner-content-wrapper {
	padding: 1rem
}

@media print,screen and (min-width: 64em) {
	.content-with-logo-pool-wrapper .content-wrapper .inner-content-wrapper {
		padding:0 5rem;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100%
	}
}

.content-with-logo-pool-wrapper .content-wrapper .inner-content-wrapper h2 {
	line-height: 1.2;
	margin-bottom: 2rem
}

.content-with-logo-pool-wrapper .content-wrapper .inner-content-wrapper .cta-wrapper {
	margin-top: 2rem
}

@media print,screen and (min-width: 64em) {
	.content-with-logo-pool-wrapper .logo-pool-wrapper {
		padding-right:.5rem
	}
}

.content-with-logo-pool-wrapper .logo-pool-wrapper .logo-wrapper {
	padding: .5rem
}

.content-with-logo-pool-wrapper .logo-pool-wrapper .logo-wrapper a {
	border: 1px solid #e6e6e6;
	padding: 1rem;
	height: 5rem;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.content-with-logo-pool-wrapper .logo-pool-wrapper .logo-wrapper a img {
	height: auto;
	width: auto;
	max-width: calc(100% - 2rem)
}

.location-details-block-wrapper {
	color: #001e2c;
	margin-bottom: 3rem;
	text-align: center
}

@media print,screen and (min-width: 64em) {
	.location-details-block-wrapper {
		text-align:left
	}
}

.location-details-block-wrapper .map-wrapper {
	margin-bottom: 1rem
}

@media print,screen and (min-width: 64em) {
	.location-details-block-wrapper .map-wrapper {
		padding-left:.5rem;
		margin: 0
	}
}

.location-details-block-wrapper .map-wrapper .acf-map {
	width: 100%;
	height: 300px
}

@media print,screen and (min-width: 64em) {
	.location-details-block-wrapper .map-wrapper .acf-map {
		height:20rem
	}
}

.location-details-block-wrapper .map-wrapper .acf-map img {
	max-width: inherit!important
}

.location-details-block-wrapper .header-wrapper {
	margin-bottom: 1rem
}

.location-details-block-wrapper .header-wrapper h2 {
	line-height: 1.2
}

@media print,screen and (min-width: 64em) {
	.location-details-block-wrapper .details-content-wrapper {
		padding-right:.5rem
	}
}

@media print,screen and (min-width: 64em) {
	.location-details-block-wrapper .details-content-wrapper .details-wrapper {
		padding-right:.5rem
	}
}

.location-details-block-wrapper .details-content-wrapper .details-wrapper .contact-ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: .75rem
}

.location-details-block-wrapper .details-content-wrapper .details-wrapper .contact-ul li {
	font-weight: 700;
	padding: .25rem 0
}

.location-details-block-wrapper .details-content-wrapper .details-wrapper .contact-ul li i {
	color: #006493;
	margin-right: .25rem
}

.location-details-block-wrapper .details-content-wrapper .details-wrapper .contact-ul li a {
	color: #001e2c;
	transition: all .2s ease-in-out 0s
}

.location-details-block-wrapper .details-content-wrapper .details-wrapper .contact-ul li a:hover {
	color: #006493
}

@media print,screen and (min-width: 64em) {
	.location-details-block-wrapper .details-content-wrapper .hours-wrapper {
		padding-left:.5rem
	}
}

.location-details-block-wrapper .details-content-wrapper .hours-wrapper span {
	display: block;
	font-weight: 700;
	margin-bottom: .5rem
}

.location-details-block-wrapper .details-content-wrapper .block-btns {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 2rem;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

@media print,screen and (min-width: 64em) {
	.location-details-block-wrapper .details-content-wrapper .block-btns {
		-webkit-flex-direction:row;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.location-details-block-wrapper .details-content-wrapper .block-btns li:first-child {
	margin-bottom: 1rem
}

.location-details-block-wrapper .details-content-wrapper .block-btns li:last-child {
	margin-bottom: .5rem
}

@media print,screen and (min-width: 64em) {
	.location-details-block-wrapper .details-content-wrapper .block-btns li {
		margin:0
	}

	.location-details-block-wrapper .details-content-wrapper .block-btns li:first-child {
		padding-right: .5rem
	}

	.location-details-block-wrapper .details-content-wrapper .block-btns li:last-child {
		padding-left: .5rem
	}
}

.location-details-block-wrapper .details-content-wrapper .block-btns li a {
	width: 100%;
	display: block
}

.centred-header-with-content-block-wrapper {
	margin-bottom: 2rem
}

.centred-header-with-content-block-wrapper .content-wrapper {
	text-align: center
}

.centred-header-with-content-block-wrapper .content-wrapper h2 {
	line-height: 1.2;
	margin-bottom: 1rem
}

.centred-header-with-content-block-wrapper .cta-wrapper {
	margin-top: 2rem
}

.icon-with-content-buckets-block-wrapper .inner-icon-with-content-buckets-block-wrapper {
	margin-bottom: 1rem;
	width: calc(100% + 1rem);
	margin-left: -.5rem
}

.icon-with-content-buckets-block-wrapper .inner-icon-with-content-buckets-block-wrapper .bucket-pre-content-wrapper {
	text-align: center
}

.icon-with-content-buckets-block-wrapper .inner-icon-with-content-buckets-block-wrapper .bucket-wrapper {
	padding: 0 .5rem;
	margin-bottom: 1rem
}

.icon-with-content-buckets-block-wrapper .inner-icon-with-content-buckets-block-wrapper .bucket-wrapper:last-child {
	margin-bottom: 0
}

@media print,screen and (min-width: 64em) {
	.icon-with-content-buckets-block-wrapper .inner-icon-with-content-buckets-block-wrapper .bucket-wrapper {
		margin:0
	}
}

.icon-with-content-buckets-block-wrapper .inner-icon-with-content-buckets-block-wrapper .bucket-wrapper .inner-bucket-wrapper {
	background-color: #fcfde9;
	padding: 1rem;
	text-align: center;
	height: 100%
}

@media print,screen and (min-width: 64em) {
	.icon-with-content-buckets-block-wrapper .inner-icon-with-content-buckets-block-wrapper .bucket-wrapper .inner-bucket-wrapper {
		padding:2rem
	}
}

.icon-with-content-buckets-block-wrapper .inner-icon-with-content-buckets-block-wrapper .bucket-wrapper .inner-bucket-wrapper .sub-header {
	display: block;
	font-weight: 700
}

.icon-with-content-buckets-block-wrapper .inner-icon-with-content-buckets-block-wrapper .bucket-wrapper .inner-bucket-wrapper img {
	height: 4rem;
	width: auto;
	display: block;
	margin: 1rem auto
}

.background-with-content-block-wrapper {
	margin-bottom: 1rem
}

.background-with-content-block-wrapper .inner-background-image-with-content-block-wrapper {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 1rem;
	color: #fefefe;
	text-align: center
}

@media print,screen and (min-width: 64em) {
	.background-with-content-block-wrapper .inner-background-image-with-content-block-wrapper {
		padding:0 1rem
	}
}

.background-with-content-block-wrapper .inner-background-image-with-content-block-wrapper .sub-header {
	display: block;
	margin-bottom: 1rem
}

.background-with-content-block-wrapper .inner-background-image-with-content-block-wrapper .cta-wrapper {
	margin-bottom: 1rem;
	margin-top: 1rem
}

@media print,screen and (min-width: 64em) {
	.background-with-content-block-wrapper .inner-background-image-with-content-block-wrapper .cta-wrapper {
		margin-top:2rem
	}
}

.background-with-content-block-wrapper .form-wrapper {
	margin: 1rem 0;
	margin-bottom: 1.5rem
}

.background-with-content-block-wrapper .form-wrapper form {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.background-with-content-block-wrapper .form-wrapper form .gform_body {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 12rem
}

@media print,screen and (min-width: 40em) {
	.background-with-content-block-wrapper .form-wrapper form .gform_body {
		max-width:100%
	}
}

.background-with-content-block-wrapper .form-wrapper form .gform_body .gform_fields {
	margin: 0;
	padding: 0
}

.background-with-content-block-wrapper .form-wrapper form .gform_body .gform_fields ::-webkit-input-placeholder {
	color: #8298ab;
	opacity: 1
}

.background-with-content-block-wrapper .form-wrapper form .gform_body .gform_fields :-ms-input-placeholder {
	color: #8298ab;
	opacity: 1
}

.background-with-content-block-wrapper .form-wrapper form .gform_body .gform_fields ::placeholder {
	color: #8298ab;
	opacity: 1
}

.background-with-content-block-wrapper .form-wrapper form .gform_body .gform_fields :-ms-input-placeholder {
	color: #8298ab
}

.background-with-content-block-wrapper .form-wrapper form .gform_body .gform_fields ::-ms-input-placeholder {
	color: #8298ab
}

.background-with-content-block-wrapper .form-wrapper form .gform_body .gform_fields div {
	margin: 0!important;
	padding: 0!important
}

.background-with-content-block-wrapper .form-wrapper form .gform_body .gform_fields input {
	border: none;
	box-shadow: none;
	height: 3.35rem
}

@media print,screen and (min-width: 40em) {
	.background-with-content-block-wrapper .form-wrapper form .gform_body .gform_fields input {
		height:2.5rem
	}
}

.background-with-content-block-wrapper .form-wrapper form .gform_footer {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%!important
}

@media print,screen and (min-width: 40em) {
	.background-with-content-block-wrapper .form-wrapper form .gform_footer {
		max-width:25%!important
	}
}

.background-with-content-block-wrapper .form-wrapper form .gform_footer input[type=submit] {
	margin: 0;
	width: 100%;
	background-color: #e0e823;
	color: #006493;
	border: 1px solid #e0e823;
	transition: all .2s ease-in-out 0s;
	padding: 0;
	height: 100%!important
}

.background-with-content-block-wrapper .form-wrapper form .gform_footer input[type=submit]:hover {
	background-color: #006493;
	color: #e0e823
}

.background-with-content-block-wrapper .gform_confirmation_message {
	font-weight: 700;
	font-size: 1.5rem;
	color: #e0e823
}

.user-input-testimonials-block-wrapper {
	padding: 2.5rem 0;
	margin-bottom: 1rem
}

.user-input-testimonials-block-wrapper .header-wrapper {
	margin-bottom: 1rem
}

.user-input-testimonials-block-wrapper .header-wrapper h2 {
	color: #006493
}

.user-input-testimonials-block-wrapper .testimonials-wrapper .testimonial-wrapper {
	padding: .5rem
}

.user-input-testimonials-block-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner {
	padding: 1rem;
	background-color: #f4f9fb
}

@media print,screen and (min-width: 64em) {
	.user-input-testimonials-block-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner {
		height:50%
	}
}

.user-input-testimonials-block-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .image-wrapper {
	padding-right: 1rem;
	max-width: -webkit-fit-content;
	max-width: fit-content
}

.user-input-testimonials-block-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .image-wrapper img {
	width: 100%;
	max-width: 100px;
	height: auto
}

.user-input-testimonials-block-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .content-wrapper {
	font-size: 18px
}

.user-input-testimonials-block-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .content-wrapper .name-span {
	display: block;
	font-weight: 700;
	margin: 1rem 0
}

.steps-block-wrapper .heading-wrapper {
	text-align: center
}

.steps-block-wrapper .heading-wrapper h2 {
	font-size: 2.5rem
}

@media print,screen and (min-width: 64em) {
	.steps-block-wrapper .heading-wrapper h2 {
		font-size:3.5rem
	}
}

.steps-block-wrapper .step-wrapper {
	padding-bottom: 5rem
}

.steps-block-wrapper .step-wrapper .icon-wrapper {
	position: relative;
	top: -2rem
}

@media print,screen and (min-width: 64em) {
	.steps-block-wrapper .step-wrapper .icon-wrapper {
		top:-1rem
	}
}

.steps-block-wrapper .step-wrapper .icon-wrapper:before {
	content: '';
	height: calc(100% + 4rem);
	width: 2px;
	background-color: #e6e6e6;
	position: absolute;
	top: 4rem;
	left: 3rem;
	z-index: 1;
	transition: all .2s ease-in-out 0s
}

@media print,screen and (min-width: 64em) {
	.steps-block-wrapper .step-wrapper .icon-wrapper:before {
		left:4.5rem
	}
}

.steps-block-wrapper .step-wrapper .icon-wrapper img {
	height: 8rem;
	z-index: 2;
	position: relative
}

.steps-block-wrapper .step-wrapper .content-wrapper .inner-header-wrapper img {
	margin-right: 1rem;
	height: 6rem
}

@media print,screen and (min-width: 64em) {
	.steps-block-wrapper .step-wrapper .content-wrapper .inner-header-wrapper img {
		display:none
	}
}

@media print,screen and (min-width: 64em) {
	.steps-block-wrapper .step-wrapper .content-wrapper {
		padding-right:2.5rem
	}
}

.steps-block-wrapper .step-wrapper .content-wrapper h2 {
	line-height: 1.2;
	margin-bottom: 1rem
}

.steps-block-wrapper .step-wrapper .image-wrapper {
	display: none
}

@media print,screen and (min-width: 64em) {
	.steps-block-wrapper .step-wrapper .image-wrapper {
		padding-left:2.5rem;
		display: block
	}
}

.steps-block-wrapper .step-wrapper .image-wrapper img {
	width: 100%
}

.steps-block-wrapper .step-wrapper:last-child {
	padding-bottom: 0
}

.steps-block-wrapper .step-wrapper:last-child .icon-wrapper:before {
	display: none
}

.steps-block-wrapper .active-step .icon-wrapper:before {
	background-color: #e0e823
}

.team-members-block-wrapper .team-member {
	position: relative
}

.team-members-block-wrapper .team-member:last-child {
	display: none
}

@media print,screen and (min-width: 64em) {
	.team-members-block-wrapper .team-member:last-child {
		display:block
	}
}

.team-members-block-wrapper .team-member img {
	width: 100%
}

.team-members-block-wrapper .team-member .content-wrapper {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	max-height: 100%;
	overflow: auto;
	padding: 1rem;
	color: #fefefe;
	background-color: rgba(0,100,147,.85)
}

.team-members-block-wrapper .team-member .content-wrapper span {
	display: block
}

.team-members-block-wrapper .team-member .content-wrapper .name-span {
	font-weight: 700
}

.team-members-block-wrapper .team-member .content-wrapper .title-span {
	margin: .75rem 0
}

.team-members-block-wrapper .team-member .content-wrapper::-webkit-scrollbar {
	width: 6px
}

.team-members-block-wrapper .team-member .content-wrapper::-webkit-scrollbar-track {
	background-color: #001e2c
}

.team-members-block-wrapper .team-member .content-wrapper::-webkit-scrollbar-thumb {
	background-color: #e0e823
}

.image-with-caption-block-wrapper .inner-image-with-caption-block-wrapper {
	background-color: #f4f4f4;
	padding: 1rem
}

.image-with-caption-block-wrapper .inner-image-with-caption-block-wrapper .image-wrapper img {
	width: 100%
}

.image-with-caption-block-wrapper .inner-image-with-caption-block-wrapper .caption-wrapper {
	text-align: center;
	margin-top: 1rem
}

.grey-background-icon-buckets-block-wrapper {
	margin-bottom: 1rem;
	margin-top: -.5rem
}

.grey-background-icon-buckets-block-wrapper .bucket-wrapper {
	padding: .5rem
}

.grey-background-icon-buckets-block-wrapper .bucket-wrapper .inner-bucket-wrapper {
	padding: 1rem;
	background-color: #f4f4f4;
	text-align: center
}

@media print,screen and (min-width: 64em) {
	.grey-background-icon-buckets-block-wrapper .bucket-wrapper .inner-bucket-wrapper {
		padding:2.5rem 5rem
	}
}

.grey-background-icon-buckets-block-wrapper .bucket-wrapper .inner-bucket-wrapper .header-wrapper h5 {
	line-height: 1.2;
	margin: 1rem 0
}

.faqs-block-wrapper .block-header-wrapper {
	margin-bottom: 1rem;
	text-align: center
}

.faqs-block-wrapper .block-header-wrapper h2 {
	line-height: 1.2
}

@media print,screen and (min-width: 64em) {
	.faqs-block-wrapper .left-half-faqs {
		padding-right:2.5rem
	}
}

@media print,screen and (min-width: 64em) {
	.faqs-block-wrapper .right-half-faqs {
		padding-left:2.5rem
	}
}

.faqs-block-wrapper .left-half-faqs .faq-wrapper,.faqs-block-wrapper .right-half-faqs .faq-wrapper {
	border-bottom: 1px solid #e6e6e6
}

.faqs-block-wrapper .left-half-faqs .faq-wrapper .title-wrapper,.faqs-block-wrapper .right-half-faqs .faq-wrapper .title-wrapper {
	font-size: 1.2rem;
	padding: 1rem 1rem 1rem 0;
	font-weight: 700;
	cursor: pointer;
	position: relative
}

.faqs-block-wrapper .left-half-faqs .faq-wrapper .title-wrapper .title-arrow,.faqs-block-wrapper .right-half-faqs .faq-wrapper .title-wrapper .title-arrow {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #006493;
	font-size: .8rem;
	transition: all .2s ease-in-out 0s
}

.faqs-block-wrapper .left-half-faqs .faq-wrapper .content-wrapper,.faqs-block-wrapper .right-half-faqs .faq-wrapper .content-wrapper {
	display: none
}

.faqs-block-wrapper .left-half-faqs .opened-faq .title-arrow,.faqs-block-wrapper .right-half-faqs .opened-faq .title-arrow {
	-webkit-transform: translateY(-50%) rotate(-180deg)!important;
	-ms-transform: translateY(-50%) rotate(-180deg)!important;
	transform: translateY(-50%) rotate(-180deg)!important
}

.full-width-image-or-video-block-wrapper {
	margin-bottom: 1rem
}

.full-width-image-or-video-block-wrapper .video-wrapper .embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.full-width-image-or-video-block-wrapper .video-wrapper .embed-container embed,.full-width-image-or-video-block-wrapper .video-wrapper .embed-container iframe,.full-width-image-or-video-block-wrapper .video-wrapper .embed-container object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

@media print,screen and (min-width: 64em) {
	.full-width-image-or-video-block-wrapper .video-wrapper .embed-container embed,.full-width-image-or-video-block-wrapper .video-wrapper .embed-container iframe,.full-width-image-or-video-block-wrapper .video-wrapper .embed-container object {
		width:calc(100% - .5rem)
	}
}

.full-width-image-or-video-block-wrapper .video-wrapper img {
	width: 100%
}

.clinic-locator-block-wrapper .search-location-wrapper .find-click-txt {
	color: #006493;
	font-weight: 700;
	font-size: 1.1rem;
	margin-bottom: .5rem
}

.clinic-locator-block-wrapper .search-location-wrapper .search-wrapper {
	padding-right: .5rem
}

.clinic-locator-block-wrapper .search-location-wrapper .search-wrapper .search-location-form {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.clinic-locator-block-wrapper .search-location-wrapper .search-wrapper .search-location-form ::-webkit-input-placeholder {
	color: #8298ab;
	opacity: 1;
	font-style: italic
}

.clinic-locator-block-wrapper .search-location-wrapper .search-wrapper .search-location-form :-ms-input-placeholder {
	color: #8298ab;
	opacity: 1;
	font-style: italic
}

.clinic-locator-block-wrapper .search-location-wrapper .search-wrapper .search-location-form ::placeholder {
	color: #8298ab;
	opacity: 1;
	font-style: italic
}

.clinic-locator-block-wrapper .search-location-wrapper .search-wrapper .search-location-form :-ms-input-placeholder {
	color: #8298ab;
	font-style: italic
}

.clinic-locator-block-wrapper .search-location-wrapper .search-wrapper .search-location-form ::-ms-input-placeholder {
	color: #8298ab;
	font-style: italic
}

.clinic-locator-block-wrapper .search-location-wrapper .search-wrapper .search-location-form input {
	height: 3rem;
	margin: 0;
	border: 1px solid #e6e6e6;
	box-shadow: none
}

.clinic-locator-block-wrapper .search-location-wrapper .search-wrapper .search-location-form button {
	height: 3rem;
	padding: 0;
	width: 12rem;
	cursor: pointer
}

.clinic-locator-block-wrapper .search-location-wrapper .search-wrapper .error-form-wrapper input {
	border-color: red
}

.clinic-locator-block-wrapper .search-location-wrapper .locate-me-wrapper {
	margin-top: 1rem
}

@media print,screen and (min-width: 64em) {
	.clinic-locator-block-wrapper .search-location-wrapper .locate-me-wrapper {
		padding-left:.5rem;
		margin: 0
	}
}

.clinic-locator-block-wrapper .search-location-wrapper .locate-me-wrapper a {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 3rem;
	width: 100%;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0
}

.clinic-locator-block-wrapper .search-location-wrapper .locate-me-wrapper a i {
	margin-right: .3rem
}

.clinic-locator-block-wrapper .search-location-wrapper .error-span {
	color: red;
	font-size: 1.2rem;
	display: block;
	margin-top: 1rem;
	text-align: center
}

.clinic-locator-block-wrapper .store-details-wrapper:nth-child(odd) {
	background-color: #f4f9fb
}

@media print,screen and (min-width: 64em) {
	.clinic-locator-block-wrapper .store-details-wrapper {
		padding-right:1rem
	}
}

.clinic-locator-block-wrapper .store-details-wrapper .inner-store-details-wrapper {
	overflow-y: auto;
	height: 25rem;
	border: 1px solid #e6e6e6
}

@media print,screen and (min-width: 64em) {
	.clinic-locator-block-wrapper .store-details-wrapper .inner-store-details-wrapper {
		height:35rem;
		padding: 0
	}
}

.clinic-locator-block-wrapper .store-details-wrapper .inner-store-details-wrapper .store-details-wrapper h5 {
	color: #006493;
	cursor: pointer;
	width: -webkit-fit-content;
	width: fit-content
}

.clinic-locator-block-wrapper .store-details-wrapper .inner-store-details-wrapper .store-details-wrapper ul {
	margin-bottom: .5rem;
	list-style-type: none;
	margin: 0;
	margin-top: .5rem
}

.clinic-locator-block-wrapper .store-details-wrapper .inner-store-details-wrapper .store-details-wrapper ul li span {
	position: relative
}

.clinic-locator-block-wrapper .store-details-wrapper .inner-store-details-wrapper .store-details-wrapper ul li span i {
	color: #006493;
	position: absolute;
	top: 50%;
	left: calc(100% + .5rem);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: .8rem;
	transition: .2s ease-in-out 0s
}

.clinic-locator-block-wrapper .store-details-wrapper .inner-store-details-wrapper .store-details-wrapper ul li a {
	color: #006493;
	font-weight: 700;
	transition: all .2s ease-in-out 0s
}

.clinic-locator-block-wrapper .store-details-wrapper .inner-store-details-wrapper .store-details-wrapper ul li a:hover {
	color: #001e2c
}

.clinic-locator-block-wrapper .store-details-wrapper .inner-store-details-wrapper .store-details-wrapper ul .location-hours-wrapper span {
	font-weight: 700;
	cursor: pointer;
	color: #006493;
	transition: all .2s ease-in-out 0s
}

.clinic-locator-block-wrapper .store-details-wrapper .inner-store-details-wrapper .store-details-wrapper ul .location-hours-wrapper span:hover {
	color: #001e2c
}

.clinic-locator-block-wrapper .store-details-wrapper .inner-store-details-wrapper .store-details-wrapper ul .location-hours-wrapper span:hover i {
	color: #001e2c
}

.clinic-locator-block-wrapper .store-details-wrapper .inner-store-details-wrapper .store-details-wrapper ul .location-hours-wrapper .inner-location-hours-wrapper {
	display: none
}

.clinic-locator-block-wrapper .store-details-wrapper .inner-store-details-wrapper .store-details-wrapper ul .active-location-hours-wrapper i {
	-webkit-transform: translateY(-50%) rotate(-180deg)!important;
	-ms-transform: translateY(-50%) rotate(-180deg)!important;
	transform: translateY(-50%) rotate(-180deg)!important
}

.clinic-locator-block-wrapper .locations-map-wrapper {
	height: 35rem
}

@media print,screen and (min-width: 64em) {
	.clinic-locator-block-wrapper .locations-map-wrapper {
		min-height:100%
	}
}

.clinic-locator-block-wrapper .locations-map-wrapper .acf-map {
	width: 100%;
	height: 100%
}

.clinic-locator-block-wrapper .locations-map-wrapper .acf-map img {
	width: inherit!important
}

@media print,screen and (min-width: 64em) {
	.clinic-locator-block-wrapper .locations-map-wrapper .acf-map .tool-tip-image img {
		max-width:50%!important
	}
}

.clinic-locator-block-wrapper .locations-map-wrapper .acf-map .gm-ui-hover-effect {
	right: 2px!important
}

.clinic-locator-block-wrapper .locations-map-wrapper .acf-map .gm-style-iw,.clinic-locator-block-wrapper .locations-map-wrapper .acf-map .gm-style-iw-d {
	background-color: #fefefe;
	width: 30rem!important;
	border-radius: 0!important;
	max-height: -webkit-fit-content!important;
	max-height: fit-content!important;
	font-size: 1rem;
	line-height: 1.5;
	overflow: auto!important
}

.clinic-locator-block-wrapper .locations-map-wrapper .acf-map .gm-style-iw h5,.clinic-locator-block-wrapper .locations-map-wrapper .acf-map .gm-style-iw h6,.clinic-locator-block-wrapper .locations-map-wrapper .acf-map .gm-style-iw-d h5,.clinic-locator-block-wrapper .locations-map-wrapper .acf-map .gm-style-iw-d h6 {
	color: #006493
}

.clinic-locator-block-wrapper .locations-map-wrapper .acf-map .gm-style-iw ul,.clinic-locator-block-wrapper .locations-map-wrapper .acf-map .gm-style-iw-d ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: .5rem
}

.clinic-locator-block-wrapper .locations-map-wrapper .acf-map .gm-style-iw ul li a,.clinic-locator-block-wrapper .locations-map-wrapper .acf-map .gm-style-iw-d ul li a {
	color: #006493!important;
	font-weight: 700;
	transition: all .2s ease-in-out 0s
}

.clinic-locator-block-wrapper .locations-map-wrapper .acf-map .gm-style-iw ul li a:hover,.clinic-locator-block-wrapper .locations-map-wrapper .acf-map .gm-style-iw-d ul li a:hover {
	color: #001e2c!important
}

@media print,screen and (min-width: 64em) {
	.clinic-locator-block-wrapper .locations-map-wrapper .acf-map .gm-style-iw .hours-wrapper,.clinic-locator-block-wrapper .locations-map-wrapper .acf-map .gm-style-iw-d .hours-wrapper {
		padding-left:1rem
	}
}

.clinic-locator-block-wrapper .locations-map-wrapper .acf-map .gm-style-iw .get-directions-btn,.clinic-locator-block-wrapper .locations-map-wrapper .acf-map .gm-style-iw-d .get-directions-btn {
	font-weight: 700;
	color: #006493;
	margin-bottom: 1rem;
	display: block;
	margin-top: 1rem;
	transition: all .2s ease-in-out 0s
}

@media print,screen and (min-width: 64em) {
	.clinic-locator-block-wrapper .locations-map-wrapper .acf-map .gm-style-iw .get-directions-btn,.clinic-locator-block-wrapper .locations-map-wrapper .acf-map .gm-style-iw-d .get-directions-btn {
		margin-top:0
	}
}

.clinic-locator-block-wrapper .locations-map-wrapper .acf-map .gm-style-iw .get-directions-btn:hover,.clinic-locator-block-wrapper .locations-map-wrapper .acf-map .gm-style-iw-d .get-directions-btn:hover {
	color: #001e2c!important
}

.clinic-locator-block-wrapper .map-loading-screen {
	display: none
}

.loading-screen {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.85);
	color: #fefefe;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 1.5rem
}

.loading-screen .pulse {
	margin-bottom: 1rem;
	display: block;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: #e0e823;
	box-shadow: 0 0 0 rgba(224,232,35,.4);
	-webkit-animation: pulse 2s infinite;
	animation: pulse 2s infinite
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(224,232,35,.4)
	}

	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(224,232,35,0)
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(224,232,35,0)
	}
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(224,232,35,.4)
	}

	70% {
		box-shadow: 0 0 0 10px rgba(224,232,35,0)
	}

	100% {
		box-shadow: 0 0 0 0 rgba(224,232,35,0)
	}
}

.loading-screen-active {
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important
}

.clinic-locator-block-wrapper.not-load .locations-map-wrapper {
	position: relative
}

.clinic-locator-block-wrapper.not-load .locations-map-wrapper .map-loading-screen {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	color: #fefefe;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 1.5rem;
	z-index: 10
}

.clinic-locator-block-wrapper.not-load .locations-map-wrapper .map-loading-screen .pulse {
	margin-bottom: 1rem;
	display: block;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: #e0e823;
	box-shadow: 0 0 0 rgba(224,232,35,.4);
	-webkit-animation: pulse 2s infinite;
	animation: pulse 2s infinite
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(224,232,35,.4)
	}

	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(224,232,35,0)
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(224,232,35,0)
	}
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(224,232,35,.4)
	}

	70% {
		box-shadow: 0 0 0 10px rgba(224,232,35,0)
	}

	100% {
		box-shadow: 0 0 0 0 rgba(224,232,35,0)
	}
}

.offers-flip-card-block-wrapper {
	margin-top: -.5rem;
	margin-bottom: .5rem
}

.offers-flip-card-block-wrapper .outter-flip-card {
	padding: .5rem
}

.offers-flip-card-block-wrapper .outter-flip-card .flipped {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.offers-flip-card-block-wrapper .outter-flip-card .flip-card {
	background-color: transparent;
	width: 100%;
	-webkit-perspective: 1000px;
	perspective: 1000px
}

.offers-flip-card-block-wrapper .outter-flip-card .flip-card .outer-link {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	pointer-events: none
}

@media print,screen and (min-width: 64em) {
	.offers-flip-card-block-wrapper .outter-flip-card .flip-card .outer-link {
		pointer-events:all
	}
}

.offers-flip-card-block-wrapper .outter-flip-card .flip-card .flip-card-inner {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform .6s,-webkit-transform .6s,-ms-transform .6s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.offers-flip-card-block-wrapper .outter-flip-card .flip-card .flip-card-inner .flip-card-back,.offers-flip-card-block-wrapper .outter-flip-card .flip-card .flip-card-inner .flip-card-front {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fefefe
}

.offers-flip-card-block-wrapper .outter-flip-card .flip-card .flip-card-inner .flip-card-back .overlay,.offers-flip-card-block-wrapper .outter-flip-card .flip-card .flip-card-inner .flip-card-front .overlay {
	width: 100%
}

.offers-flip-card-block-wrapper .outter-flip-card .flip-card .flip-card-inner .flip-card-back .flex-helper .cta-wrapper,.offers-flip-card-block-wrapper .outter-flip-card .flip-card .flip-card-inner .flip-card-front .flex-helper .cta-wrapper {
	text-align: center;
	-webkit-transform: translate3d(0,0,1px);
	transform: translate3d(0,0,1px)
}

.offers-flip-card-block-wrapper .outter-flip-card .flip-card .flip-card-inner .flip-card-back .flex-helper .cta-wrapper a,.offers-flip-card-block-wrapper .outter-flip-card .flip-card .flip-card-inner .flip-card-front .flex-helper .cta-wrapper a {
	position: relative;
	color: #fefefe;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: -webkit-fit-content;
	width: fit-content;
	margin: 0 auto;
	font-weight: 700;
	transition: all .2s ease-in-out 0s;
	position: relative
}

.offers-flip-card-block-wrapper .outter-flip-card .flip-card .flip-card-inner .flip-card-back .flex-helper .cta-wrapper a i,.offers-flip-card-block-wrapper .outter-flip-card .flip-card .flip-card-inner .flip-card-front .flex-helper .cta-wrapper a i {
	margin-left: .5rem
}

.offers-flip-card-block-wrapper .outter-flip-card .flip-card .flip-card-inner .flip-card-back .flex-helper .cta-wrapper a:hover,.offers-flip-card-block-wrapper .outter-flip-card .flip-card .flip-card-inner .flip-card-front .flex-helper .cta-wrapper a:hover {
	color: #e0e823
}

.offers-flip-card-block-wrapper .outter-flip-card .flip-card .flip-card-inner .flip-card-front {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(0,30,45,.5);
	background-blend-mode: multiply
}

.offers-flip-card-block-wrapper .outter-flip-card .flip-card .flip-card-inner .flip-card-back {
	background-color: #006493;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg)
}

.offers-flip-card-block-wrapper .outter-flip-card .flip-card .flip-card-inner .flip-card-back>div {
	width: 100%
}

.offers-flip-card-block-wrapper .outter-flip-card .flip-card:hover .flip-card-inner {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.products-banner-wrapper .inner-products-banner-wrapper {
	background-color: #f4f9fb
}

.products-banner-wrapper .inner-products-banner-wrapper .left-content-wrapper .header-wrapper,.products-banner-wrapper .inner-products-banner-wrapper .right-content-wrapper .header-wrapper {
	font-size: 2rem;
	font-weight: 700
}

@media print,screen and (min-width: 64em) {
	.products-banner-wrapper .inner-products-banner-wrapper .left-content-wrapper .image-wrapper,.products-banner-wrapper .inner-products-banner-wrapper .right-content-wrapper .image-wrapper {
		padding-right:.5rem
	}
}

.products-banner-wrapper .inner-products-banner-wrapper .left-content-wrapper .image-wrapper img,.products-banner-wrapper .inner-products-banner-wrapper .right-content-wrapper .image-wrapper img {
	width: 100%
}

@media print,screen and (min-width: 64em) {
	.products-banner-wrapper .inner-products-banner-wrapper .left-content-wrapper .content-wrapper,.products-banner-wrapper .inner-products-banner-wrapper .right-content-wrapper .content-wrapper {
		padding-left:.5rem
	}
}

.products-banner-wrapper .inner-products-banner-wrapper .left-content-wrapper {
	margin-bottom: 2rem
}

@media print,screen and (min-width: 64em) {
	.products-banner-wrapper .inner-products-banner-wrapper .left-content-wrapper {
		padding-right:.5rem;
		margin: 0
	}
}

@media print,screen and (min-width: 64em) {
	.products-banner-wrapper .inner-products-banner-wrapper .right-content-wrapper {
		padding-left:.5rem
	}
}

.gallery-block-wrapper .gallery-slider {
	background-color: #e6e6e6
}

.gallery-block-wrapper .gallery-slider .slider-image img {
	width: 100%;
	max-height: 700px;
	object-fit: cover
}

.gallery-block-wrapper .gallery-slider .gallery-dots {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 1rem;
	font-size: 0
}

.gallery-block-wrapper .gallery-slider .gallery-dots li {
	padding: 0 .5rem;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.gallery-block-wrapper .gallery-slider .gallery-dots li:first-child {
	padding-left: 0
}

.gallery-block-wrapper .gallery-slider .gallery-dots li:last-child {
	padding-right: 0
}

.gallery-block-wrapper .gallery-slider .gallery-dots li button {
	cursor: pointer;
	height: 5rem;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.left-right-icon-with-content-block-wrapper .inner-left-right-wrapper {
	background-color: #f4f9fb;
	padding: 1rem
}

@media print,screen and (min-width: 64em) {
	.left-right-icon-with-content-block-wrapper .inner-left-right-wrapper {
		padding:5rem
	}
}

.left-right-icon-with-content-block-wrapper .inner-left-right-wrapper .left-side {
	margin-bottom: 5rem
}

@media print,screen and (min-width: 64em) {
	.left-right-icon-with-content-block-wrapper .inner-left-right-wrapper .left-side {
		margin:0;
		padding-right: 2.5rem
	}

	.left-right-icon-with-content-block-wrapper .inner-left-right-wrapper .left-side:before {
		content: '';
		position: absolute;
		top: 50%;
		right: 0;
		height: 40%;
		width: 2px;
		background-color: #006493;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

.left-right-icon-with-content-block-wrapper .inner-left-right-wrapper .right-side {
	padding-bottom: 1rem
}

@media print,screen and (min-width: 64em) {
	.left-right-icon-with-content-block-wrapper .inner-left-right-wrapper .right-side {
		padding:0;
		padding-left: 2.5rem
	}
}

.left-right-icon-with-content-block-wrapper .inner-left-right-wrapper .left-side,.left-right-icon-with-content-block-wrapper .inner-left-right-wrapper .right-side {
	position: relative
}

.left-right-icon-with-content-block-wrapper .inner-left-right-wrapper .left-side .heading-wrapper .inner-heading-wrapper,.left-right-icon-with-content-block-wrapper .inner-left-right-wrapper .right-side .heading-wrapper .inner-heading-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.left-right-icon-with-content-block-wrapper .inner-left-right-wrapper .left-side .heading-wrapper .inner-heading-wrapper img,.left-right-icon-with-content-block-wrapper .inner-left-right-wrapper .right-side .heading-wrapper .inner-heading-wrapper img {
	height: 2.5rem;
	width: auto;
	margin-right: 1rem
}

.left-right-icon-with-content-block-wrapper .inner-left-right-wrapper .left-side .heading-wrapper .inner-heading-wrapper h4,.left-right-icon-with-content-block-wrapper .inner-left-right-wrapper .right-side .heading-wrapper .inner-heading-wrapper h4 {
	margin: 0;
	line-height: 1;
	color: #006493
}

.full-width-locations-map-block-wrapper .heading-wrapper {
	margin-bottom: 1rem;
	text-align: center
}

.full-width-locations-map-block-wrapper .heading-wrapper h2 {
	margin: 0
}

.full-width-locations-map-block-wrapper .map-wrapper {
	margin-bottom: 2rem
}

.full-width-locations-map-block-wrapper .map-wrapper .acf-map {
	width: 100%;
	height: 300px;
	margin-bottom: 1rem
}

@media print,screen and (min-width: 64em) {
	.full-width-locations-map-block-wrapper .map-wrapper .acf-map {
		height:400px;
		margin: 0
	}
}

.full-width-locations-map-block-wrapper .map-wrapper .acf-map img {
	max-width: inherit!important
}

.full-width-locations-map-block-wrapper .cta-wrapper {
	text-align: center
}

.sleep-tip-nav-button-wrapper {
	position: fixed;
	left: -100%;
	top: 50%;
	z-index: 9999999999999;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #006493;
	color: #fefefe;
	padding: 1rem;
	font-weight: 700;
	cursor: pointer;
	transition: color .2s ease-in-out 0s
}

@media screen and (max-width: 1215px) {
	.sleep-tip-nav-button-wrapper {
		display:none
	}
}

.sleep-tip-nav-button-wrapper:hover {
	color: #e0e823
}

.sleep-tips-nav-wrapper {
	position: fixed;
	z-index: 9999999999999;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none
}

@media screen and (min-width: 1215px) {
	.sleep-tips-nav-wrapper {
		display:block
	}
}

.sleep-tips-nav-wrapper .hide-sleep-tips-nav-btn {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 1rem;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #006493;
	color: #fefefe;
	font-weight: 700;
	cursor: pointer;
	transition: color .2s ease-in-out 0s
}

.sleep-tips-nav-wrapper .hide-sleep-tips-nav-btn i {
	margin-right: .5rem
}

.sleep-tips-nav-wrapper .hide-sleep-tips-nav-btn:hover {
	color: #e0e823
}

.sleep-tips-nav-wrapper .inner-sleep-tips-nav-wrapper {
	background-color: #fefefe;
	border: 1px solid #e6e6e6;
	border-top: none;
	padding: 1rem
}

.sleep-tips-nav-wrapper .inner-sleep-tips-nav-wrapper .sleep-tips-cat-nav span {
	color: #006493;
	font-weight: 700
}

.sleep-tips-nav-wrapper .inner-sleep-tips-nav-wrapper .sleep-tips-cat-nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0
}

.sleep-tips-nav-wrapper .inner-sleep-tips-nav-wrapper .sleep-tips-cat-nav ul li {
	margin-bottom: .5rem
}

.sleep-tips-nav-wrapper .inner-sleep-tips-nav-wrapper .sleep-tips-cat-nav ul li:last-child {
	margin: 0
}

.sleep-tips-nav-wrapper .inner-sleep-tips-nav-wrapper .sleep-tips-cat-nav ul li a {
	color: #001e2c;
	transition: all .2s ease-in-out 0s
}

.sleep-tips-nav-wrapper .inner-sleep-tips-nav-wrapper .sleep-tips-cat-nav ul li a:hover {
	opacity: .65
}

.mobile-sleep-tip-nav-button-wrapper {
	position: fixed;
	left: 0;
	top: 4rem;
	padding: 0 1rem;
	height: 3rem;
	font-weight: 700;
	color: #fefefe;
	cursor: pointer;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #00263e;
	width: 100%;
	transition: all .2s ease-in-out 0s;
	z-index: 99999;
	display: none
}

@media screen and (min-width: 1215px) {
	.mobile-sleep-tip-nav-button-wrapper {
		display:none
	}
}

.mobile-sleep-tips-nav-wrapper {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: #fefefe
}

@media screen and (min-width: 1215px) {
	.mobile-sleep-tips-nav-wrapper {
		display:none!important
	}
}

.mobile-sleep-tips-nav-wrapper .inner-sleep-tips-nav-wrapper {
	padding: 1rem;
	padding-top: 8rem
}

.mobile-sleep-tips-nav-wrapper .inner-sleep-tips-nav-wrapper .sleep-tips-cat-nav span {
	color: #006493;
	font-weight: 700
}

.mobile-sleep-tips-nav-wrapper .inner-sleep-tips-nav-wrapper .sleep-tips-cat-nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0
}

.mobile-sleep-tips-nav-wrapper .inner-sleep-tips-nav-wrapper .sleep-tips-cat-nav ul li a {
	color: #001e2c
}

.products-block-wrapper .inner-products-block-wrapper {
	width: 100%;
	max-width: 1920px;
	display: block;
	margin: 0 auto
}

.products-block-wrapper .inner-products-block-wrapper .expand-filters-wrapper {
	background-color: #006493;
	color: #fefefe;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 3rem;
	font-size: 1.1rem;
	cursor: pointer
}

@media print,screen and (min-width: 64em) {
	.products-block-wrapper .inner-products-block-wrapper .expand-filters-wrapper {
		display:none
	}
}

.products-block-wrapper .inner-products-block-wrapper .expand-filters-wrapper-active {
	color: #e0e823
}

.products-block-wrapper .inner-products-block-wrapper .filter-wrapper {
	display: none
}

@media print,screen and (min-width: 64em) {
	.products-block-wrapper .inner-products-block-wrapper .filter-wrapper {
		display:unset!important
	}
}

@media print,screen and (min-width: 64em) {
	.products-block-wrapper .inner-products-block-wrapper .filter-wrapper .inner-filter-wrapper {
		position:-webkit-sticky;
		position: sticky;
		top: 1rem;
		max-height: calc(100vh - 2rem);
		overflow: auto
	}
}

@media print,screen and (min-width: 64em) {
	.products-block-wrapper .inner-products-block-wrapper .filter-wrapper {
		padding-right:.5rem
	}
}

.products-block-wrapper .inner-products-block-wrapper .filter-wrapper ul {
	list-style-type: none!important
}

.products-block-wrapper .inner-products-block-wrapper .filter-wrapper .woof_text_search_container {
	margin: 0;
	padding: 0
}

.products-block-wrapper .inner-products-block-wrapper .filter-wrapper .woof_text_search_container .woof_show_text_search_container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #e6e6e6
}

@media print,screen and (min-width: 64em) {
	.products-block-wrapper .inner-products-block-wrapper .filter-wrapper .woof_text_search_container .woof_show_text_search_container {
		background-color:#006493
	}
}

.products-block-wrapper .inner-products-block-wrapper .filter-wrapper .woof_text_search_container .woof_show_text_search_container a {
	margin: 0;
	display: inline!important;
	position: relative;
	top: 0;
	right: .5rem;
	height: 100%;
	width: 2rem;
	background: 0 0!important
}

.products-block-wrapper .inner-products-block-wrapper .filter-wrapper .woof_text_search_container .woof_show_text_search_container a::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 18px;
	content: "\f002";
	color: #001e2c
}

@media print,screen and (min-width: 64em) {
	.products-block-wrapper .inner-products-block-wrapper .filter-wrapper .woof_text_search_container .woof_show_text_search_container a::before {
		color:#fefefe
	}
}

.products-block-wrapper .inner-products-block-wrapper .filter-wrapper .woof_text_search_container .woof_show_text_search_container input {
	margin: 0;
	padding: 1rem!important;
	border: 0;
	box-shadow: none;
	height: 3rem;
	font-size: 18px;
	color: #001e2c;
	background-color: #e6e6e6
}

@media print,screen and (min-width: 64em) {
	.products-block-wrapper .inner-products-block-wrapper .filter-wrapper .woof_text_search_container .woof_show_text_search_container input {
		background-color:#006493;
		color: #fefefe
	}
}

.products-block-wrapper .inner-products-block-wrapper .filter-wrapper .woof_text_search_container .woof_show_text_search_container input::-webkit-input-placeholder {
	color: #001e2c
}

.products-block-wrapper .inner-products-block-wrapper .filter-wrapper .woof_text_search_container .woof_show_text_search_container input:-ms-input-placeholder {
	color: #001e2c
}

.products-block-wrapper .inner-products-block-wrapper .filter-wrapper .woof_text_search_container .woof_show_text_search_container input::placeholder {
	color: #001e2c
}

@media print,screen and (min-width: 64em) {
	.products-block-wrapper .inner-products-block-wrapper .filter-wrapper .woof_text_search_container .woof_show_text_search_container input::-webkit-input-placeholder {
		color:#fefefe
	}

	.products-block-wrapper .inner-products-block-wrapper .filter-wrapper .woof_text_search_container .woof_show_text_search_container input:-ms-input-placeholder {
		color: #fefefe
	}

	.products-block-wrapper .inner-products-block-wrapper .filter-wrapper .woof_text_search_container .woof_show_text_search_container input::placeholder {
		color: #fefefe
	}
}

.products-block-wrapper .inner-products-block-wrapper .filter-wrapper .woof_text_search_container .woof_show_text_search_container input::-webkit-search-cancel-button {
	position: relative;
	right: 1rem
}

.products-block-wrapper .inner-products-block-wrapper .filter-wrapper .woof_container_radio {
	border: 1px solid #e6e6e6;
	border-top: 0;
	padding: 1rem;
	margin: 0;
	font-family: Proxima-Nova-Font,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif!important
}

.products-block-wrapper .inner-products-block-wrapper .filter-wrapper .woof_container_radio .woof_list {
	padding: 0;
	margin: 0
}

.products-block-wrapper .inner-products-block-wrapper .filter-wrapper .woof_container_radio .woof_list li {
	margin: 0!important;
	position: relative
}

.products-block-wrapper .inner-products-block-wrapper .filter-wrapper .woof_container_radio .woof_list li input {
	width: 0;
	height: 0;
	opacity: 0
}

.products-block-wrapper .inner-products-block-wrapper .filter-wrapper .woof_container_radio .woof_list li label {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 1rem;
	font-weight: 700!important;
	border-bottom: 1px solid transparent!important;
	transition: all .2s ease-in-out 0s
}

.products-block-wrapper .inner-products-block-wrapper .filter-wrapper .woof_container_radio .woof_list li label:hover {
	color: #006493!important;
	border-color: #006493!important
}

.products-block-wrapper .inner-products-block-wrapper .filter-wrapper .woof_container_radio .woof_list li .woof_radio_label_selected {
	border-color: #006493!important;
	color: #006493!important;
	font-weight: 700!important
}

.products-block-wrapper .inner-products-block-wrapper .filter-wrapper .woof_container_radio .woof_list li .woof_radio_term_reset {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.products-block-wrapper .inner-products-block-wrapper .filter-wrapper .woof_container_radio .woof_list li .woof_is_closed {
	display: none
}

.products-block-wrapper .inner-products-block-wrapper .filter-wrapper .woof_container_radio .woof_list .woof_childs_list {
	display: block!important;
	margin-left: 2rem!important
}

.products-block-wrapper .inner-products-block-wrapper .filter-wrapper .woof_container_radio .woof_list .woof_childs_list label {
	font-weight: 400!important
}

.products-block-wrapper .inner-products-block-wrapper .filter-wrapper .woof_submit_search_form_container {
	margin: 0
}

.products-block-wrapper .inner-products-block-wrapper .filter-wrapper .woof_submit_search_form_container button {
	background: #006493;
	color: #fefefe;
	border: none;
	box-shadow: none;
	border-radius: 0;
	width: 100%;
	text-align: center;
	transition: all .2s ease-in-out 0s
}

.products-block-wrapper .inner-products-block-wrapper .filter-wrapper .woof_submit_search_form_container button:hover {
	color: #e0e823
}

.products-block-wrapper .inner-products-block-wrapper .products-wrapper {
	margin-top: 1rem
}

@media print,screen and (min-width: 64em) {
	.products-block-wrapper .inner-products-block-wrapper .products-wrapper {
		margin:0
	}
}

.products-block-wrapper .inner-products-block-wrapper .products-wrapper .woocommerce-info {
	width: calc(100% - 1rem);
	margin-left: .5rem;
	margin-top: .5rem
}

.products-block-wrapper .inner-products-block-wrapper .products-wrapper .products-page-banner-wrapper {
	padding: .5rem;
	width: calc(100% + 1rem);
	margin-left: -.5rem;
	margin-top: -.5rem;
	margin-bottom: .5rem
}

@media print,screen and (min-width: 64em) {
	.products-block-wrapper .inner-products-block-wrapper .products-wrapper .products-page-banner-wrapper {
		padding-left:1rem
	}
}

.products-block-wrapper .inner-products-block-wrapper .products-wrapper .products-page-banner-wrapper .inner-products-banner-wrapper {
	background-color: #f4f9fb;
	color: #001e2c
}

.products-block-wrapper .inner-products-block-wrapper .products-wrapper .products-page-banner-wrapper .inner-products-banner-wrapper .product-banner-header {
	padding: .5rem
}

.products-block-wrapper .inner-products-block-wrapper .products-wrapper .products-page-banner-wrapper .inner-products-banner-wrapper .product-banner-header h1 {
	margin: 0
}

.products-block-wrapper .inner-products-block-wrapper .products-wrapper .products-page-banner-wrapper .inner-products-banner-wrapper .bucket-wrapper {
	padding: 0
}

@media print,screen and (min-width: 64em) {
	.products-block-wrapper .inner-products-block-wrapper .products-wrapper .products-page-banner-wrapper .inner-products-banner-wrapper .bucket-wrapper {
		padding:.5rem 0
	}
}

.products-block-wrapper .inner-products-block-wrapper .products-wrapper .products-page-banner-wrapper .inner-products-banner-wrapper .bucket-wrapper .inner-bucket-wrapper p {
	margin: 0
}

.products-block-wrapper .inner-products-block-wrapper .products-wrapper .products-page-banner-wrapper .inner-products-banner-wrapper .bucket-wrapper .inner-bucket-wrapper h5 {
	margin: .5rem 0
}

.products-block-wrapper .inner-products-block-wrapper .products-wrapper .products-page-banner-wrapper .inner-products-banner-wrapper .bucket-wrapper .inner-bucket-wrapper .image-wrapper {
	margin-top: .5rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-size: contain;
	height: 5rem
}

@media print,screen and (min-width: 64em) {
	.products-block-wrapper .inner-products-block-wrapper .products-wrapper .products-page-banner-wrapper .inner-products-banner-wrapper .bucket-wrapper .inner-bucket-wrapper .image-wrapper {
		height:5rem
	}
}

.products-block-wrapper .inner-products-block-wrapper .products-wrapper .products-page-banner-wrapper .inner-products-banner-wrapper .bucket-wrapper .inner-bucket-wrapper .content-wrapper {
	margin-top: 1rem
}

.products-block-wrapper .inner-products-block-wrapper .products-wrapper .products-page-banner-wrapper .inner-products-banner-wrapper .bucket-wrapper .inner-bucket-wrapper .content-wrapper h6 {
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
	text-align: center
}

@media print,screen and (min-width: 64em) {
	.products-block-wrapper .inner-products-block-wrapper .products-wrapper .products-page-banner-wrapper .inner-products-banner-wrapper .bucket-wrapper .inner-bucket-wrapper .content-wrapper h6 {
		-webkit-transform:scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		text-align: left;
		font-size: 1rem
	}
}

@media print,screen and (min-width: 64em) {
	.products-block-wrapper .inner-products-block-wrapper .products-wrapper .products-page-banner-wrapper .inner-products-banner-wrapper .bucket-wrapper .inner-bucket-wrapper .content-wrapper {
		padding-left:1rem;
		margin: 0
	}
}

.products-block-wrapper .inner-products-block-wrapper .products-wrapper .inner-products-wrapper {
	padding: .5rem;
	width: calc(100% + 2rem);
	margin-left: -1rem;
	margin-top: -1rem
}

@media print,screen and (min-width: 64em) {
	.products-block-wrapper .inner-products-block-wrapper .products-wrapper .inner-products-wrapper {
		padding-left:1rem
	}
}

.products-block-wrapper .inner-products-block-wrapper .products-wrapper .inner-products-wrapper .woocommerce-notices-wrapper,.products-block-wrapper .inner-products-block-wrapper .products-wrapper .inner-products-wrapper .woocommerce-ordering,.products-block-wrapper .inner-products-block-wrapper .products-wrapper .inner-products-wrapper .woocommerce-result-count,.products-block-wrapper .inner-products-block-wrapper .products-wrapper .inner-products-wrapper .woof_products_top_panel,.products-block-wrapper .inner-products-block-wrapper .products-wrapper .inner-products-wrapper .woof_products_top_panel_content {
	display: none!important
}

.products {
	margin: 0!important;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.products li {
	margin: 0!important;
	width: 100%!important
}

@media print,screen and (min-width: 40em) {
	.products li {
		width:50%!important
	}
}

.products li .product-tile-wrapper {
	padding: .5rem
}

.products li .product-tile-wrapper .inner-product-tile-wrapper {
	border: 1px solid #e6e6e6
}

@media print,screen and (min-width: 64em) {
	.products li .product-tile-wrapper .inner-product-tile-wrapper .grid-x {
		-webkit-align-items:center;
		-ms-flex-align: center;
		align-items: center
	}
}

.products li .product-tile-wrapper .inner-product-tile-wrapper .image-wrapper {
	margin-bottom: 1rem;
	height: 350px
}

@media print,screen and (min-width: 64em) {
	.products li .product-tile-wrapper .inner-product-tile-wrapper .image-wrapper {
		padding-right:.5rem;
		margin: 0;
		height: auto
	}
}

.products li .product-tile-wrapper .inner-product-tile-wrapper .image-wrapper img {
	width: 100%;
	height: 100
}

.products li .product-tile-wrapper .inner-product-tile-wrapper .content-wrapper {
	text-align: center
}

@media print,screen and (min-width: 64em) {
	.products li .product-tile-wrapper .inner-product-tile-wrapper .content-wrapper {
		text-align:left
	}
}

.products li .product-tile-wrapper .inner-product-tile-wrapper .content-wrapper .title-href {
	color: #001e2c;
	transition: all .2s ease-in-out 0s;
	width: 100%;
	display: block
}

.products li .product-tile-wrapper .inner-product-tile-wrapper .content-wrapper .title-href:hover {
	color: #006493
}

.products li .product-tile-wrapper .inner-product-tile-wrapper .content-wrapper .title-href h4 {
	height: auto;
	margin: 0 auto
}

@media print,screen and (min-width: 40em) {
	.products li .product-tile-wrapper .inner-product-tile-wrapper .content-wrapper .title-href h4 {
		height:100px
	}
}

@media print,screen and (min-width: 64em) {
	.products li .product-tile-wrapper .inner-product-tile-wrapper .content-wrapper .title-href h4 {
		height:auto
	}
}

.products li .product-tile-wrapper .inner-product-tile-wrapper .content-wrapper .title-href h5 {
	line-height: 1.1;
	margin: 0;
	margin-bottom: .5rem
}

.products li .product-tile-wrapper .inner-product-tile-wrapper .content-wrapper .after-trade-heading {
	display: block;
	font-weight: 700
}

.products li .product-tile-wrapper .inner-product-tile-wrapper .content-wrapper .after-trade-link {
	color: #006493;
	width: -webkit-fit-content;
	width: fit-content;
	line-height: 1;
	transition: all .2s ease-in-out 0s
}

.products li .product-tile-wrapper .inner-product-tile-wrapper .content-wrapper .after-trade-link:hover {
	color: #001e2c
}

.products li .product-tile-wrapper .inner-product-tile-wrapper .content-wrapper .price-wrapper {
	display: block;
	font-size: 1.5rem;
	font-weight: 700
}

.products li .product-tile-wrapper .inner-product-tile-wrapper .content-wrapper .price-wrapper:before {
	content: '$'
}

.products li .product-tile-wrapper .inner-product-tile-wrapper .content-wrapper .reg-price-wrapper {
	text-align: right;
	font-weight: 700;
	font-size: 1.1rem
}

.products li .product-tile-wrapper .inner-product-tile-wrapper .content-wrapper .cta-wrapper {
	margin-top: 1rem
}

@media print,screen and (min-width: 64em) {
	.products li .product-tile-wrapper .inner-product-tile-wrapper .content-wrapper .cta-wrapper {
		margin-top:.5rem
	}
}

.products li .product-tile-wrapper .inner-product-tile-wrapper .content-wrapper .cta-wrapper a {
	padding: .5rem 0;
	text-align: center;
	display: block;
	width: 100%
}

.woof_info_popup {
	background: #006493!important;
	border: none!important;
	font-family: Proxima-Nova-Font,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif!important;
	font-weight: 700;
	box-shadow: none!important;
	color: #e0e823!important;
	opacity: 1!important
}

.book-free-assessment-block-wrapper .left-wrapper {
	margin-bottom: 2rem;
	text-align: center
}

@media print,screen and (min-width: 64em) {
	.book-free-assessment-block-wrapper .left-wrapper {
		padding-right:1rem;
		margin: 0;
		text-align: left
	}
}

.book-free-assessment-block-wrapper .left-wrapper p {
	max-width: 400px;
	margin: 0 auto
}

@media print,screen and (min-width: 64em) {
	.book-free-assessment-block-wrapper .left-wrapper p {
		margin:0
	}
}

.book-free-assessment-block-wrapper .inner-book-free-assessment-block-wrapper.light-blue-back {
	background-color: #f4f9fb;
	padding: 1rem
}

@media print,screen and (min-width: 64em) {
	.book-free-assessment-block-wrapper .inner-book-free-assessment-block-wrapper.light-blue-back {
		padding:2rem
	}
}

.book-free-assessment-block-wrapper .inner-book-free-assessment-block-wrapper.light-blue-back form input[type=text],.book-free-assessment-block-wrapper .inner-book-free-assessment-block-wrapper.light-blue-back form select,.book-free-assessment-block-wrapper .inner-book-free-assessment-block-wrapper.light-blue-back form textarea {
	background-color: #e6e6e6!important
}

@media print,screen and (min-width: 64em) {
	.book-free-assessment-block-wrapper .right-wrapper {
		padding-left:1rem
	}
}

@media print,screen and (min-width: 64em) {
	.book-free-assessment-block-wrapper .right-wrapper .form-content-wrapper {
		text-align:center
	}
}

.book-free-assessment-block-wrapper .right-wrapper .form-wrapper form .gform_body label {
	font-weight: 700
}

.book-free-assessment-block-wrapper .right-wrapper .form-wrapper form .gform_body input,.book-free-assessment-block-wrapper .right-wrapper .form-wrapper form .gform_body select {
	border: none;
	box-shadow: none;
	background-color: #f4f4f4
}

.book-free-assessment-block-wrapper .right-wrapper .form-wrapper form .gform_body .ginput_container_select {
	position: relative
}

.book-free-assessment-block-wrapper .right-wrapper .form-wrapper form .gform_body .ginput_container_select:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0d7";
	position: absolute;
	top: 50%;
	right: 1rem;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.book-free-assessment-block-wrapper .right-wrapper .form-wrapper form .gform_footer {
	padding: 0;
	margin-top: 2rem
}

.book-free-assessment-block-wrapper .right-wrapper .form-wrapper form .gform_footer input[type=submit] {
	display: block;
	margin: 0;
	padding: 1rem 2rem;
	width: 100%;
	transition: all .2s ease-in-out 0s;
	background-color: #006493;
	color: #fefefe;
	border: 1px solid #006493
}

.book-free-assessment-block-wrapper .right-wrapper .form-wrapper form .gform_footer input[type=submit]:hover {
	background-color: #fefefe;
	color: #006493
}

.book-free-assessment-block-wrapper .gform_confirmation_message {
	font-weight: 700;
	font-size: 1.5rem;
	text-align: center
}

.modal-block-wrapper,.testimonials-slider-block-wrapper {
	margin-bottom: 1rem
}

.modal-block-wrapper .modal-block-inner-wrapper,.modal-block-wrapper .testimonials-slider-block-inner-wrapper,.testimonials-slider-block-wrapper .modal-block-inner-wrapper,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #f4f9fb;
	padding: 2.5rem
}

.modal-block-wrapper .modal-block-inner-wrapper .header-wrapper,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .header-wrapper,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .header-wrapper,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .header-wrapper {
	margin-bottom: 1rem
}

.modal-block-wrapper .modal-block-inner-wrapper .header-wrapper h2,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .header-wrapper h2,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .header-wrapper h2,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .header-wrapper h2 {
	text-align: center;
	color: #006493
}

.modal-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .slickwprev-next,.modal-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .slickwprev-prev,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .slickwprev-next,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .slickwprev-prev,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .slickwprev-next,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .slickwprev-prev,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .slickwprev-next,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .slickwprev-prev {
	width: 32px;
	height: 32px;
	background: 0 0;
	background-image: url(../images/slider-chevron.svg);
	border-radius: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	transition: .2s ease-in-out;
	right: -1rem;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}

.modal-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .slickwprev-next:hover,.modal-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .slickwprev-prev:hover,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .slickwprev-next:hover,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .slickwprev-prev:hover,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .slickwprev-next:hover,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .slickwprev-prev:hover,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .slickwprev-next:hover,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .slickwprev-prev:hover {
	-webkit-transform: rotate(0) scale(1.5);
	-ms-transform: rotate(0) scale(1.5);
	transform: rotate(0) scale(1.5)
}

.modal-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .slickwprev-next::before,.modal-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .slickwprev-prev::before,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .slickwprev-next::before,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .slickwprev-prev::before,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .slickwprev-next::before,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .slickwprev-prev::before,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .slickwprev-next::before,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .slickwprev-prev::before {
	display: none
}

.modal-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .slickwprev-prev,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .slickwprev-prev,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .slickwprev-prev,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .slickwprev-prev {
	right: auto;
	left: -1rem;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.modal-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .slickwprev-prev:hover,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .slickwprev-prev:hover,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .slickwprev-prev:hover,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .slickwprev-prev:hover {
	-webkit-transform: rotate(-180deg) scale(1.5);
	-ms-transform: rotate(-180deg) scale(1.5);
	transform: rotate(-180deg) scale(1.5)
}

.modal-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .slickwprev-list,.modal-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .slickwprev-track,.modal-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .wprevgoslick,.modal-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .wprevpro,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .slickwprev-list,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .slickwprev-track,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .wprevgoslick,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .wprevpro,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .slickwprev-list,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .slickwprev-track,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .wprevgoslick,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .wprevpro,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .slickwprev-list,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .slickwprev-track,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .wprevgoslick,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .wprevpro {
	height: 100%
}

.modal-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .slickwprev-slide,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .slickwprev-slide,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .slickwprev-slide,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .slickwprev-slide {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%
}

.modal-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper {
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	text-align: left
}

@media screen and (min-width: 37.5em) {
	.modal-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper {
		width:50%
	}
}

.modal-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner {
	height: 100%
}

.modal-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .grid-x,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .grid-x,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .grid-x,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .grid-x {
	height: 100%;
	min-height: 100%
}

.modal-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .top-wrapper,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .top-wrapper,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .top-wrapper,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .top-wrapper {
	height: -webkit-fit-content;
	height: fit-content;
	margin-bottom: 1rem
}

.modal-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .top-wrapper .rating-wrapper,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .top-wrapper .rating-wrapper,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .top-wrapper .rating-wrapper,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .top-wrapper .rating-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.modal-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .top-wrapper .rating-wrapper img,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .top-wrapper .rating-wrapper img,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .top-wrapper .rating-wrapper img,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .top-wrapper .rating-wrapper img {
	margin: 0 2rem 0 0;
	width: 100%;
	height: auto;
	width: 70px;
	height: 70px
}

.modal-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .top-wrapper .rating-wrapper .wprevpro_star_imgs,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .top-wrapper .rating-wrapper .wprevpro_star_imgs,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .top-wrapper .rating-wrapper .wprevpro_star_imgs,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .top-wrapper .rating-wrapper .wprevpro_star_imgs {
	margin: 1rem 0 0 0;
	height: -webkit-fit-content;
	height: fit-content
}

.modal-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .top-wrapper .rating-wrapper .wprevpro_star_imgs .wprsp-star,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .top-wrapper .rating-wrapper .wprevpro_star_imgs .wprsp-star,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .top-wrapper .rating-wrapper .wprevpro_star_imgs .wprsp-star,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .top-wrapper .rating-wrapper .wprevpro_star_imgs .wprsp-star {
	display: inline
}

.modal-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .top-wrapper .testimonial,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .top-wrapper .testimonial,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .top-wrapper .testimonial,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .top-wrapper .testimonial {
	color: #001e2c;
	font-size: 18px;
	margin: 1rem 0 0 0
}

.modal-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .top-wrapper .testimonial .wprs_rd_more_1,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .top-wrapper .testimonial .wprs_rd_more_1,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .top-wrapper .testimonial .wprs_rd_more_1,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .top-wrapper .testimonial .wprs_rd_more_1 {
	margin-bottom: 0
}

.modal-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .top-wrapper .testimonial .wprs_rd_more,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .top-wrapper .testimonial .wprs_rd_more,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .top-wrapper .testimonial .wprs_rd_more,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .top-wrapper .testimonial .wprs_rd_more {
	margin: 0;
	transition: .2s ease-in-out
}

.modal-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .top-wrapper .testimonial .wprs_rd_more:hover,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .top-wrapper .testimonial .wprs_rd_more:hover,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .top-wrapper .testimonial .wprs_rd_more:hover,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .top-wrapper .testimonial .wprs_rd_more:hover {
	color: #8a8a8a!important
}

.modal-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .bottom-wrapper,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .bottom-wrapper,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .bottom-wrapper,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .bottom-wrapper {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

.modal-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .bottom-wrapper .name,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .bottom-wrapper .name,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .bottom-wrapper .name,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .bottom-wrapper .name {
	color: #001e2c;
	font-size: 18px;
	font-weight: 700;
	margin: 2rem 0 0 0;
	padding-right: calc(1rem + 32px)
}

.modal-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .bottom-wrapper a,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .bottom-wrapper a,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .bottom-wrapper a,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .bottom-wrapper a {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 32px;
	width: 32px
}

.modal-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .bottom-wrapper a img,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .bottom-wrapper a img,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .bottom-wrapper a img,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .testimonial-wrapper-inner .bottom-wrapper a img {
	position: static
}

@media screen and (min-width: 37.5em) {
	.modal-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .slickwprev-active+.slickwprev-active,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .slickwprev-active+.slickwprev-active,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .slickwprev-active+.slickwprev-active,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .slickwprev-active+.slickwprev-active {
		border-left:1px solid #006493
	}
}

.modal-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .wprs_unslider-arrow,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .wprs_unslider-arrow,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .wprs_unslider-arrow,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .wprs_unslider-arrow {
	margin-top: -48px
}

.modal-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .slickwprev-track,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .slickwprev-track,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .testimonials-wrapper .slickwprev-track,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .testimonials-wrapper .slickwprev-track {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.modal-block-wrapper .modal-block-inner-wrapper .review-links-wrapper,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .review-links-wrapper,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .review-links-wrapper,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .review-links-wrapper {
	text-align: center
}

.modal-block-wrapper .modal-block-inner-wrapper .review-links-wrapper p,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .review-links-wrapper p,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .review-links-wrapper p,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .review-links-wrapper p {
	font-size: 18px;
	margin: 1.5rem 0 1rem 0
}

.modal-block-wrapper .modal-block-inner-wrapper .review-links-wrapper .review-links,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .review-links-wrapper .review-links,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .review-links-wrapper .review-links,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .review-links-wrapper .review-links {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

@media print,screen and (min-width: 40em) {
	.modal-block-wrapper .modal-block-inner-wrapper .review-links-wrapper .review-links,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .review-links-wrapper .review-links,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .review-links-wrapper .review-links,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .review-links-wrapper .review-links {
		-webkit-flex-direction:row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.modal-block-wrapper .modal-block-inner-wrapper .review-links-wrapper .review-links .google-button,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .review-links-wrapper .review-links .google-button,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .review-links-wrapper .review-links .google-button,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .review-links-wrapper .review-links .google-button {
	border: 1px solid #006493;
	background-color: #006493;
	color: #f4f9fb;
	margin-bottom: 1rem;
	padding: 1rem 0;
	width: 10rem;
	transition: all .2s ease-in-out 0s
}

@media print,screen and (min-width: 40em) {
	.modal-block-wrapper .modal-block-inner-wrapper .review-links-wrapper .review-links .google-button,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .review-links-wrapper .review-links .google-button,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .review-links-wrapper .review-links .google-button,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .review-links-wrapper .review-links .google-button {
		margin:0 .5rem
	}
}

.modal-block-wrapper .modal-block-inner-wrapper .review-links-wrapper .review-links .google-button i,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .review-links-wrapper .review-links .google-button i,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .review-links-wrapper .review-links .google-button i,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .review-links-wrapper .review-links .google-button i {
	margin-right: .5rem;
	position: relative
}

.modal-block-wrapper .modal-block-inner-wrapper .review-links-wrapper .review-links .google-button i::after,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .review-links-wrapper .review-links .google-button i::after,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .review-links-wrapper .review-links .google-button i::after,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .review-links-wrapper .review-links .google-button i::after {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0;
	left: 0;
	background-size: contain;
	background-image: url(../images/google-logo.svg)
}

.modal-block-wrapper .modal-block-inner-wrapper .review-links-wrapper .review-links .google-button i::before,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .review-links-wrapper .review-links .google-button i::before,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .review-links-wrapper .review-links .google-button i::before,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .review-links-wrapper .review-links .google-button i::before {
	opacity: 0
}

.modal-block-wrapper .modal-block-inner-wrapper .review-links-wrapper .review-links .google-button:hover,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .review-links-wrapper .review-links .google-button:hover,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .review-links-wrapper .review-links .google-button:hover,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .review-links-wrapper .review-links .google-button:hover {
	color: #006493;
	background-color: #f4f9fb
}

.modal-block-wrapper .modal-block-inner-wrapper .review-links-wrapper .review-links .facebook-button,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .review-links-wrapper .review-links .facebook-button,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .review-links-wrapper .review-links .facebook-button,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .review-links-wrapper .review-links .facebook-button {
	border: 1px solid #006493;
	padding: 1rem 0;
	width: 10rem;
	background-color: #f4f9fb;
	color: #006493;
	transition: all .2s ease-in-out 0s
}

@media print,screen and (min-width: 40em) {
	.modal-block-wrapper .modal-block-inner-wrapper .review-links-wrapper .review-links .facebook-button,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .review-links-wrapper .review-links .facebook-button,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .review-links-wrapper .review-links .facebook-button,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .review-links-wrapper .review-links .facebook-button {
		margin:0 .5rem
	}
}

.modal-block-wrapper .modal-block-inner-wrapper .review-links-wrapper .review-links .facebook-button i,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .review-links-wrapper .review-links .facebook-button i,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .review-links-wrapper .review-links .facebook-button i,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .review-links-wrapper .review-links .facebook-button i {
	margin-right: .5rem
}

.modal-block-wrapper .modal-block-inner-wrapper .review-links-wrapper .review-links .facebook-button:hover,.modal-block-wrapper .testimonials-slider-block-inner-wrapper .review-links-wrapper .review-links .facebook-button:hover,.testimonials-slider-block-wrapper .modal-block-inner-wrapper .review-links-wrapper .review-links .facebook-button:hover,.testimonials-slider-block-wrapper .testimonials-slider-block-inner-wrapper .review-links-wrapper .review-links .facebook-button:hover {
	background-color: #006493;
	color: #fefefe
}

.testimonials-grid-block-wrapper {
	margin: 1rem 0;
	padding: 2.5rem 0
}

.testimonials-grid-block-wrapper .testimonials-grid-block-inner-wrapper .header-wrapper {
	margin-bottom: 1rem
}

.testimonials-grid-block-wrapper .testimonials-grid-block-inner-wrapper .header-wrapper h2 {
	color: #006493;
	margin-bottom: 0;
	padding: 0 20px
}

.testimonials-grid-block-wrapper .testimonials-grid-block-inner-wrapper .review-links-wrapper {
	text-align: center
}

.testimonials-grid-block-wrapper .testimonials-grid-block-inner-wrapper .review-links-wrapper p {
	font-size: 18px;
	margin-bottom: 1rem
}

.testimonials-grid-block-wrapper .testimonials-grid-block-inner-wrapper .review-links-wrapper .review-links {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

@media print,screen and (min-width: 40em) {
	.testimonials-grid-block-wrapper .testimonials-grid-block-inner-wrapper .review-links-wrapper .review-links {
		-webkit-flex-direction:row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.testimonials-grid-block-wrapper .testimonials-grid-block-inner-wrapper .review-links-wrapper .review-links .google-button {
	border: 1px solid #006493;
	margin-bottom: 1rem;
	padding: 1rem 0;
	width: 10rem;
	color: #006493;
	transition: all .2s ease-in-out 0s
}

@media print,screen and (min-width: 40em) {
	.testimonials-grid-block-wrapper .testimonials-grid-block-inner-wrapper .review-links-wrapper .review-links .google-button {
		margin:0 .5rem
	}
}

.testimonials-grid-block-wrapper .testimonials-grid-block-inner-wrapper .review-links-wrapper .review-links .google-button i {
	margin-right: .5rem;
	position: relative
}

.testimonials-grid-block-wrapper .testimonials-grid-block-inner-wrapper .review-links-wrapper .review-links .google-button i::after {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0;
	left: 0;
	background-size: contain;
	background-image: url(../images/google-logo.svg)
}

.testimonials-grid-block-wrapper .testimonials-grid-block-inner-wrapper .review-links-wrapper .review-links .google-button i::before {
	opacity: 0
}

.testimonials-grid-block-wrapper .testimonials-grid-block-inner-wrapper .review-links-wrapper .review-links .google-button:hover {
	background-color: #006493;
	color: #f4f9fb
}

.testimonials-grid-block-wrapper .testimonials-grid-block-inner-wrapper .review-links-wrapper .review-links .facebook-button {
	border: 1px solid #006493;
	background-color: #006493;
	padding: 1rem 0;
	width: 10rem;
	color: #fefefe;
	transition: all .2s ease-in-out 0s
}

@media print,screen and (min-width: 40em) {
	.testimonials-grid-block-wrapper .testimonials-grid-block-inner-wrapper .review-links-wrapper .review-links .facebook-button {
		margin:0 .5rem
	}
}

.testimonials-grid-block-wrapper .testimonials-grid-block-inner-wrapper .review-links-wrapper .review-links .facebook-button i {
	margin-right: .5rem
}

.testimonials-grid-block-wrapper .testimonials-grid-block-inner-wrapper .review-links-wrapper .review-links .facebook-button:hover {
	background-color: #f4f9fb;
	color: #006493
}

.testimonials-grid-block-wrapper .testimonials-grid-block-inner-wrapper .testimonials-wrapper .wprevpro {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.testimonials-grid-block-wrapper .testimonials-grid-block-inner-wrapper .testimonials-wrapper .wprevpro .wprevprodiv {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin-top: 1rem;
	padding: 0 .5rem
}

@media print,screen and (min-width: 64em) {
	.testimonials-grid-block-wrapper .testimonials-grid-block-inner-wrapper .testimonials-wrapper .wprevpro .wprevprodiv {
		-webkit-flex-basis:50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%
	}
}

.testimonials-grid-block-wrapper .testimonials-grid-block-inner-wrapper .testimonials-wrapper .wprevpro .wprevprodiv .testimonial-wrapper {
	background-color: #f4f9fb;
	padding: 1rem;
	width: 100%;
	min-height: 290px
}

.testimonials-grid-block-wrapper .testimonials-grid-block-inner-wrapper .testimonials-wrapper .wprevpro .wprevprodiv .testimonial-wrapper .image-wrapper {
	padding-right: 1rem;
	max-width: -webkit-fit-content;
	max-width: fit-content
}

.testimonials-grid-block-wrapper .testimonials-grid-block-inner-wrapper .testimonials-wrapper .wprevpro .wprevprodiv .testimonial-wrapper .image-wrapper img {
	width: 100%;
	max-width: 100px;
	height: auto;
	border-radius: 0!important
}

.testimonials-grid-block-wrapper .testimonials-grid-block-inner-wrapper .testimonials-wrapper .wprevpro .wprevprodiv .testimonial-wrapper .content-wrapper .testimonial {
	font-size: 18px
}

.testimonials-grid-block-wrapper .testimonials-grid-block-inner-wrapper .testimonials-wrapper .wprevpro .wprevprodiv .testimonial-wrapper .content-wrapper .name-span {
	display: block;
	font-size: 18px;
	font-weight: 700;
	margin: 1rem 0 2rem 0
}

.testimonials-grid-block-wrapper .testimonials-grid-block-inner-wrapper .secondary-review-link-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 2.5rem
}

.testimonials-grid-block-wrapper .testimonials-grid-block-inner-wrapper .secondary-review-link-wrapper .secondary-review-button {
	background-color: #006493;
	color: #fefefe;
	padding: 1rem 2rem
}

.testimonials-3-reviews-block-wrapper {
	margin: 1rem 0
}

.testimonials-3-reviews-block-wrapper .testimonials-3-reviews-block-inner-wrapper {
	background-color: #f4f9fb;
	padding: 2.5rem
}

@media print,screen and (min-width: 64em) {
	.testimonials-3-reviews-block-wrapper .testimonials-3-reviews-block-inner-wrapper {
		padding:2.5rem 5rem
	}
}

.testimonials-3-reviews-block-wrapper .testimonials-3-reviews-block-inner-wrapper .header-wrapper {
	margin-bottom: 3rem;
	text-align: center
}

.testimonials-3-reviews-block-wrapper .testimonials-3-reviews-block-inner-wrapper .header-wrapper h2 {
	color: #006493
}

@media print,screen and (min-width: 64em) {
	.testimonials-3-reviews-block-wrapper .testimonials-3-reviews-block-inner-wrapper .header-wrapper p {
		font-size:18px
	}
}

.testimonials-3-reviews-block-wrapper .testimonials-3-reviews-block-inner-wrapper .testimonial-content {
	margin-bottom: 3rem
}

.testimonials-3-reviews-block-wrapper .testimonials-3-reviews-block-inner-wrapper .testimonial-content .wprs_rd_more {
	color: #006493!important
}

.testimonials-3-reviews-block-wrapper .testimonials-3-reviews-block-inner-wrapper .testimonial-content .testimonial {
	text-align: center;
	font-size: 18px
}

@media print,screen and (min-width: 64em) {
	.testimonials-3-reviews-block-wrapper .testimonials-3-reviews-block-inner-wrapper .testimonial-content .testimonial {
		font-size:24px
	}
}

.testimonials-3-reviews-block-wrapper .testimonials-3-reviews-block-inner-wrapper .testimonials-wrapper .active {
	border-top: 2px solid #006493!important;
	box-shadow: 0 -1px 0 0 #006493;
	transition: .1s ease-in-out;
	margin-top: 0!important
}

.testimonials-3-reviews-block-wrapper .testimonials-3-reviews-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-left: none;
	border-top: 1px solid #e6e6e6;
	padding: 2rem 1rem 0 1rem;
	margin-top: 1px;
	cursor: pointer
}

@media screen and (max-width: 63.99875em) {
	.testimonials-3-reviews-block-wrapper .testimonials-3-reviews-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper {
		width:33.33333%!important
	}
}

@media print,screen and (min-width: 64em) {
	.testimonials-3-reviews-block-wrapper .testimonials-3-reviews-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .image-wrapper {
		margin-right:1rem
	}
}

.testimonials-3-reviews-block-wrapper .testimonials-3-reviews-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .image-wrapper .wpproslider_t3_avatar_div {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.testimonials-3-reviews-block-wrapper .testimonials-3-reviews-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .image-wrapper img {
	float: none;
	margin: 0 0 1rem 0;
	width: 100%;
	height: auto;
	max-width: 100px;
	max-height: 100px
}

@media print,screen and (min-width: 64em) {
	.testimonials-3-reviews-block-wrapper .testimonials-3-reviews-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .image-wrapper img {
		margin:0
	}
}

.testimonials-3-reviews-block-wrapper .testimonials-3-reviews-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .content-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media print,screen and (min-width: 64em) {
	.testimonials-3-reviews-block-wrapper .testimonials-3-reviews-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .content-wrapper {
		display:block
	}
}

.testimonials-3-reviews-block-wrapper .testimonials-3-reviews-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .content-wrapper .testimonial {
	display: none
}

.testimonials-3-reviews-block-wrapper .testimonials-3-reviews-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .content-wrapper .name-span {
	color: #004365;
	font-size: 18px;
	font-weight: 700;
	text-align: center
}

.testimonials-3-reviews-block-wrapper .testimonials-3-reviews-block-inner-wrapper .review-links-wrapper {
	text-align: center
}

.testimonials-3-reviews-block-wrapper .testimonials-3-reviews-block-inner-wrapper .review-links-wrapper p {
	font-size: 18px;
	margin: 1.5rem 0 1rem 0
}

.testimonials-3-reviews-block-wrapper .testimonials-3-reviews-block-inner-wrapper .review-links-wrapper .review-links {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

@media print,screen and (min-width: 40em) {
	.testimonials-3-reviews-block-wrapper .testimonials-3-reviews-block-inner-wrapper .review-links-wrapper .review-links {
		-webkit-flex-direction:row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.testimonials-3-reviews-block-wrapper .testimonials-3-reviews-block-inner-wrapper .review-links-wrapper .review-links .google-button {
	border: 1px solid #006493;
	margin-bottom: 1rem;
	padding: 1rem 0;
	width: 10rem;
	color: #006493;
	transition: .2s ease-in-out
}

@media print,screen and (min-width: 40em) {
	.testimonials-3-reviews-block-wrapper .testimonials-3-reviews-block-inner-wrapper .review-links-wrapper .review-links .google-button {
		margin-right:1rem;
		margin-bottom: 0
	}
}

.testimonials-3-reviews-block-wrapper .testimonials-3-reviews-block-inner-wrapper .review-links-wrapper .review-links .google-button i {
	margin-right: .5rem
}

.testimonials-3-reviews-block-wrapper .testimonials-3-reviews-block-inner-wrapper .review-links-wrapper .review-links .google-button:hover {
	background-color: #006493;
	color: #f4f9fb
}

.testimonials-3-reviews-block-wrapper .testimonials-3-reviews-block-inner-wrapper .review-links-wrapper .review-links .facebook-button {
	border: 1px solid #006493;
	background-color: #006493;
	padding: 1rem 0;
	width: 10rem;
	color: #fefefe;
	transition: .2s ease-in-out
}

.testimonials-3-reviews-block-wrapper .testimonials-3-reviews-block-inner-wrapper .review-links-wrapper .review-links .facebook-button i {
	margin-right: .5rem
}

.testimonials-3-reviews-block-wrapper .testimonials-3-reviews-block-inner-wrapper .review-links-wrapper .review-links .facebook-button:hover {
	background-color: #f4f9fb;
	color: #006493
}

.testimonials-single-review-block-wrapper {
	margin: 1rem 0
}

.testimonials-single-review-block-wrapper .testimonials-single-review-block-inner-wrapper {
	padding: 2.5rem
}

.testimonials-single-review-block-wrapper .testimonials-single-review-block-inner-wrapper .testimonials-wrapper .wprevpro_t4_outer_div {
	margin: 0
}

.testimonials-single-review-block-wrapper .testimonials-single-review-block-inner-wrapper .testimonials-wrapper .wprs_unslider-wrap li {
	width: 16.6667%!important
}

.testimonials-single-review-block-wrapper .testimonials-single-review-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	width: 100%;
	text-align: center
}

@media print,screen and (min-width: 64em) {
	.testimonials-single-review-block-wrapper .testimonials-single-review-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper {
		text-align:left
	}
}

.testimonials-single-review-block-wrapper .testimonials-single-review-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .image-wrapper {
	margin-bottom: 1rem
}

@media print,screen and (min-width: 64em) {
	.testimonials-single-review-block-wrapper .testimonials-single-review-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .image-wrapper {
		margin:0 3rem 0 0
	}
}

.testimonials-single-review-block-wrapper .testimonials-single-review-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .image-wrapper img {
	float: none;
	margin: 0;
	height: auto;
	width: 60%;
	border-radius: 0
}

@media print,screen and (min-width: 64em) {
	.testimonials-single-review-block-wrapper .testimonials-single-review-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .image-wrapper img {
		width:250px
	}
}

.testimonials-single-review-block-wrapper .testimonials-single-review-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .content-wrapper {
	position: relative
}

.testimonials-single-review-block-wrapper .testimonials-single-review-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .content-wrapper .quotes {
	position: absolute;
	z-index: -1;
	background-image: url(../images/quotes.svg);
	background-repeat: no-repeat;
	background-size: contain;
	height: 50px;
	width: 50px
}

@media print,screen and (min-width: 64em) {
	.testimonials-single-review-block-wrapper .testimonials-single-review-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .content-wrapper .quotes {
		width:100px;
		height: 100px
	}
}

.testimonials-single-review-block-wrapper .testimonials-single-review-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .content-wrapper .testimonial {
	color: #006493;
	font-size: 26px;
	line-height: 1.2;
	font-weight: 700;
	font-style: italic
}

@media print,screen and (min-width: 64em) {
	.testimonials-single-review-block-wrapper .testimonials-single-review-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .content-wrapper .testimonial {
		font-size:36px
	}
}

.testimonials-single-review-block-wrapper .testimonials-single-review-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .content-wrapper .testimonial .wprs_rd_less,.testimonials-single-review-block-wrapper .testimonials-single-review-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .content-wrapper .testimonial .wprs_rd_more {
	color: #004365!important
}

.testimonials-single-review-block-wrapper .testimonials-single-review-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .content-wrapper .name-span {
	color: #001e2c;
	font-size: 18px
}

.testimonials-2-reviews-block-wrapper {
	margin: 1rem 0
}

.testimonials-2-reviews-block-wrapper .testimonials-2-reviews-block-inner-wrapper {
	padding: 2.5rem
}

.testimonials-2-reviews-block-wrapper .testimonials-2-reviews-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper {
	padding-bottom: 1rem;
	margin: 0
}

@media screen and (min-width: 40em) {
	.testimonials-2-reviews-block-wrapper .testimonials-2-reviews-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper {
		width:50%!important;
		padding: 0 1rem 0 0;
		text-align: center
	}
}

.testimonials-2-reviews-block-wrapper .testimonials-2-reviews-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .image-wrapper {
	margin-bottom: 1rem
}

.testimonials-2-reviews-block-wrapper .testimonials-2-reviews-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .image-wrapper img {
	float: none;
	margin: 0;
	width: 100%;
	height: auto;
	max-width: 130px;
	max-height: 130px
}

.testimonials-2-reviews-block-wrapper .testimonials-2-reviews-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .content-wrapper .testimonial {
	font-size: 18px
}

.testimonials-2-reviews-block-wrapper .testimonials-2-reviews-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper .content-wrapper .name-span {
	color: #001e2c;
	font-size: 18px;
	font-weight: 700
}

.testimonials-2-reviews-block-wrapper .testimonials-2-reviews-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper+.testimonial-wrapper {
	padding: 1rem 0 0 0
}

@media screen and (min-width: 40em) {
	.testimonials-2-reviews-block-wrapper .testimonials-2-reviews-block-inner-wrapper .testimonials-wrapper .testimonial-wrapper+.testimonial-wrapper {
		padding:0 0 0 1rem
	}
}

.featured-categories-block-wrapper {
	margin-bottom: .5rem
}

.featured-categories-block-wrapper .heading-wrapper {
	text-align: center;
	padding-bottom: .5rem
}

.featured-categories-block-wrapper .cats-wrapper {
	width: calc(100% + 1rem);
	margin-left: -.5rem
}

.featured-categories-block-wrapper .cats-wrapper .cat-wrapper {
	padding: .5rem
}

.featured-categories-block-wrapper .cats-wrapper .cat-wrapper .inner-cat-wrapper {
	text-align: center;
	border: 1px solid #e6e6e6;
	padding: 1rem
}

.featured-categories-block-wrapper .cats-wrapper .cat-wrapper .inner-cat-wrapper .image-wrapper img {
	height: 7rem;
	width: auto
}

.featured-categories-block-wrapper .cats-wrapper .cat-wrapper .inner-cat-wrapper .image-wrapper span {
	font-weight: 700;
	margin-top: 1rem;
	display: block;
	font-size: 1.1rem;
	line-height: 1.1
}

.featured-categories-block-wrapper .cats-wrapper .cat-wrapper .inner-cat-wrapper .link-wrapper a {
	color: #006493;
	transition: all .2s ease-in-out 0s
}

.featured-categories-block-wrapper .cats-wrapper .cat-wrapper .inner-cat-wrapper .link-wrapper a:hover {
	color: #001e2c
}

.background-image-with-content-and-cta-wrapper .inner-background-image-with-content-and-cta-wrapper {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 1rem;
	color: #fefefe;
	text-align: center
}

@media print,screen and (min-width: 64em) {
	.background-image-with-content-and-cta-wrapper .inner-background-image-with-content-and-cta-wrapper {
		padding:0 1rem
	}
}

@media print,screen and (min-width: 64em) {
	.background-image-with-content-and-cta-wrapper .inner-background-image-with-content-and-cta-wrapper .header-wrapper {
		padding-right:.5rem
	}
}

.background-image-with-content-and-cta-wrapper .inner-background-image-with-content-and-cta-wrapper .header-wrapper h2 {
	margin: 0;
	line-height: 1.2
}

.background-image-with-content-and-cta-wrapper .inner-background-image-with-content-and-cta-wrapper .header-wrapper span {
	display: block
}

.background-image-with-content-and-cta-wrapper .inner-background-image-with-content-and-cta-wrapper .content-wrapper {
	margin-top: 1rem
}

.background-image-with-content-and-cta-wrapper .inner-background-image-with-content-and-cta-wrapper .content-wrapper p:last-child {
	margin: 0
}

.background-image-with-content-and-cta-wrapper .inner-background-image-with-content-and-cta-wrapper .cta-wrapper a {
	display: block;
	width: -webkit-fit-content;
	width: fit-content;
	margin: 0 auto;
	margin-top: 1rem
}

.full-width-content-with-left-and-right-blocks-wrapper .top-wrapper {
	margin-bottom: 2rem
}

.full-width-content-with-left-and-right-blocks-wrapper .top-wrapper h2 {
	text-align: center!important
}

.full-width-content-with-left-and-right-blocks-wrapper .left-right-wrapper .cell {
	padding: 0 1rem;
	width: 100%
}

@media print,screen and (min-width: 64em) {
	.full-width-content-with-left-and-right-blocks-wrapper .left-right-wrapper .cell {
		max-width:50%;
		width: auto
	}
}

.full-width-content-with-left-and-right-blocks-wrapper .left-right-wrapper .right-wrapper {
	margin-top: 1rem
}

@media print,screen and (min-width: 64em) {
	.full-width-content-with-left-and-right-blocks-wrapper .left-right-wrapper .right-wrapper {
		margin:0
	}
}

.full-width-content-with-left-and-right-blocks-wrapper .cta-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1rem
}

.careers-list-block-wrapper {
	margin: 1rem 0
}

.careers-list-block-wrapper .content-wrapper {
	text-align: center
}

.careers-list-block-wrapper .careers-list-wrapper {
	text-align: center
}

.careers-list-block-wrapper .careers-list-wrapper ul {
	list-style: none;
	margin: 0
}

.careers-list-block-wrapper .careers-list-wrapper ul li {
	padding: .5rem 0
}

.careers-list-block-wrapper .careers-list-wrapper ul li a {
	display: inline-block;
	text-align: center
}

.careers-list-block-wrapper .careers-list-wrapper .no-careers-message {
	font-size: 1.2rem;
	font-weight: 700
}

.full-width-button-block-wrapper {
	margin: 1rem 0
}

.full-width-button-block-wrapper .button-wrapper {
	text-align: center
}

.full-width-button-block-wrapper .button-wrapper a {
	display: block;
	width: 100%;
	font-size: 1.5rem;
	padding: 1.5rem 2rem
}

.sleep-result-block-wrapper .right-side-wrapper {
	position: relative;
	margin: 2rem 0
}

.sleep-result-block-wrapper .right-side-wrapper img {
	width: 100%
}

.sleep-result-block-wrapper .right-side-wrapper .marker {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #0a0a0a;
	position: absolute;
	top: calc(100% - 5px)
}

@media print,screen and (min-width: 40em) {
	.sleep-result-block-wrapper .right-side-wrapper .marker {
		border-left:25px solid transparent;
		border-right: 25px solid transparent;
		border-bottom: 25px solid #0a0a0a;
		top: calc(100% - 7px)
	}
}

.sleep-result-block-wrapper .marker-score-4 .marker {
	left: 3.4%
}

.sleep-result-block-wrapper .marker-score-5 .marker {
	left: 10.7%
}

.sleep-result-block-wrapper .marker-score-6 .marker {
	left: 18.4%
}

.sleep-result-block-wrapper .marker-score-7 .marker {
	left: 26%
}

.sleep-result-block-wrapper .marker-score-8 .marker {
	left: 34%
}

.sleep-result-block-wrapper .marker-score-9 .marker {
	left: 41.75%
}

.sleep-result-block-wrapper .marker-score-10 .marker {
	left: 49.5
}

.sleep-result-block-wrapper .marker-score-11 .marker {
	left: 57.5%
}

.sleep-result-block-wrapper .marker-score-12 .marker {
	left: 65.5%
}

.sleep-result-block-wrapper .marker-score-13 .marker {
	left: 72.5%
}

.sleep-result-block-wrapper .marker-score-14 .marker {
	left: 80.5%
}

.sleep-result-block-wrapper .marker-score-15 .marker {
	left: 88.5%
}

.background-title-cta-block {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 12rem;
	padding-bottom: 6rem
}

.background-title-cta__title-link-wrapper {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

@media print,screen and (min-width: 64em) {
	.background-title-cta__title-link-wrapper {
		-webkit-flex-direction:row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.background-title-cta__title {
	color: #fefefe;
	text-align: center
}

@media print,screen and (min-width: 64em) {
	.background-title-cta__title {
		text-align:left
	}
}

.background-title-cta__title span {
	color: #e0e823
}

.background-title-cta__link {
	background-color: rgba(224,232,35,.85)
}

.large-image-cta-section-wrapper a img {
	width: 100%
}

.large-image-cta-section-wrapper a .large-desktop-img {
	display: none!important
}

@media print,screen and (min-width: 64em) {
	.large-image-cta-section-wrapper a .large-desktop-img {
		display:block!important
	}
}

@media print,screen and (min-width: 64em) {
	.large-image-cta-section-wrapper a .large-mobile-img {
		display:none!important
	}
}
